-
Notifications
You must be signed in to change notification settings - Fork 19
friends_external_attributed_to_batch_size
github-actions[bot] edited this page Jul 9, 2026
·
10 revisions
add_filter(
'friends_external_attributed_to_batch_size',
function( int $int ) {
// Your code here.
return $int;
}
);-
int$int
apply_filters( 'friends_external_attributed_to_batch_size', 5 )