@since: BuddyPress 2.7.0 |
Description |
---|---|
bp_core_admin_maybe_disable_update_row_for_php53_requirement() |
Replaces WP’s default update notice on plugins.php with an error message, when site is not running PHP 5.3 or greater. |
bp_core_admin_maybe_remove_from_update_core() |
On the “Dashboard > Updates” page, remove BuddyPress from plugins list if PHP < 5.3. |
wp_password_change_notification() |
Notify the blog admin of a user changing password, normally via email. |
bp_search_input_name() |
Output the ‘name’ attribute for search form input element. |
bp_get_search_input_name() |
Get the ‘name’ attribute for the search form input element. |
bp_search_placeholder() |
Output the placeholder text for the search box for a given component. |
bp_get_search_placeholder() |
Get the placeholder text for the search box for a given component. |
BP_Button::backward_compatibility_args() |
Provide backward compatibility for deprecated button arguments. |
BP_Admin_Tab::bp_custom_do_settings_sections() |
Prints out all settings sections added to a particular settings page |
BP_Admin_Tab::bp_custom_do_settings_fields() |
Print out the settings fields for a particular settings section |