bp_get_activity_per_page, (int

bp_get_activity_per_page, (int

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_get_activity_per_page, (int') is found 1 times:

  • /bp-activity/bp-activity-template.php line 619
    		 * @since 1.2.0
    		 *
    		 * @param int $pag_num How many post should be displayed for pagination.
    		 */
    		return apply_filters( 'bp_get_activity_per_page', (int) $activities_template->pag_num );
    	}
    
    /**
     * Output the activity ID.
     *
     * @since 1.2.0