Skip to content

friends_external_attributed_to_batch_size

github-actions[bot] edited this page Jul 9, 2026 · 10 revisions

Auto-generated Example

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

Parameters

  • int $int

Files

apply_filters( 'friends_external_attributed_to_batch_size', 5 )

← All Hooks

Clone this wiki locally