bp_activity_has_more_items, $has_more_items
bp_activity_has_more_items, $has_more_items
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_has_more_items, $has_more_items') is found 1 times:
- /bp-activity/bp-activity-template.php line 555
* @since 1.5.0 * * @param bool $has_more_items Whether or not there are more activity items to display. */ return apply_filters( 'bp_activity_has_more_items', $has_more_items ); } /** * Output the activity count. * * @since 1.2.0