Changeset 13124
- Timestamp:
- 10/10/2021 04:33:20 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-component.php
r13123 r13124 1011 1011 * 1012 1012 * @param string[] $states An array of post display states. 1013 * @param WP_Post $post The current post object. 1013 1014 */ 1014 return apply_filters( 'bp_' . $this->id . '_admin_directory_states', $states );1015 return apply_filters( 'bp_' . $this->id . '_admin_directory_states', $states, $post ); 1015 1016 } 1016 1017
Note: See TracChangeset
for help on using the changeset viewer.