Skip to content

mc_num_per_page_default

github-actions[bot] edited this page Jun 10, 2026 · 5 revisions

Auto-generated Example

add_filter(
   'mc_num_per_page_default',
    function( int $int ) {
        // Your code here.
        return $int;
    }
);

Parameters

  • int $int

Files

apply_filters( 'mc_num_per_page_default', 50 )

← All Hooks

Clone this wiki locally