Skip to content

friends_replies_batch_size

github-actions[bot] edited this page Feb 6, 2026 · 3 revisions

Auto-generated Example

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

Parameters

  • int $int

Files

apply_filters( 'friends_replies_batch_size', 1 )

← All Hooks

Clone this wiki locally