bp_activity_has_more_items, $has_more_items

bp_activity_has_more_items, $has_more_items

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_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