bp_admin_display_directory_states
bp_admin_display_directory_states
Appears in: buddypress.10.1.0, buddypress.10.2.0, buddypress.10.3.0, buddypress.10.4.0, buddypress.10.5.0, buddypress.10.6.0, buddypress.11.0.0, buddypress.11.1.0, buddypress.11.2.0, buddypress.11.3.2, buddypress.11.4.0
Hook Type: filter
See hook in action
Displaying hooks found in version: buddypress.11.4.0apply_filters('bp_admin_display_directory_states') is found 1 times:
- /bp-core/admin/bp-core-admin-actions.php line 262
* * @param array $value An empty array. * @param WP_Post $post The current post object. */ $directory_page_states = apply_filters( 'bp_admin_display_directory_states', array(), $post ); if ( $directory_page_states ) { $post_states = array_merge( $post_states, $directory_page_states ); } return $post_states;