This function has been deprecated. Use wp_dropdown_pages() instead.

bp_dtheme_wp_pages_filter( string $page_html )

In BuddyPress 1.2.x, this function filtered the dropdown on the Settings > Reading screen for selecting the page to show on front to include “Activity Feed.” As of 1.5.x, it is no longer required.

Description

See also

Parameters

$page_html

(string) (Required) A list of pages as a dropdown (select list)

Return

(string)

Source

File: bp-core/deprecated/buddypress/1.5.php

	function bp_dtheme_wp_pages_filter( $page_html ) {
		_deprecated_function( __FUNCTION__, '1.5', "No longer required." );
		return $page_html;
	}

Changelog

Changelog
Version Description
BuddyPress 1.5.0 BuddyPress 1.5.0
BuddyPress 1.2.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.