beans_pre_post_pagination

Filter whether beans_posts_pagination() should be short-circuit or not.

apply_filters( 'beans_pre_post_pagination', bool $pre )

Return: (void)

Parameters

NameTypeDescription
$preboolTrue to short-circuit, False to let the function run.