-
Notifications
You must be signed in to change notification settings - Fork 20
friends_replies_batch_size
github-actions[bot] edited this page Feb 6, 2026
·
3 revisions
add_filter(
'friends_replies_batch_size',
function( int $int ) {
// Your code here.
return $int;
}
);-
int$int
apply_filters( 'friends_replies_batch_size', 1 )