Filter: ep_enable_sticky_posts

apply_filters( 'ep_enable_sticky_posts', $allow, $args, $formatted_args ) → {bool}

Filter whether to enable sticky posts for this request

Parameters:
Name Type Description
$allow bool

Allow sticky posts for this request

$args array

Query variables

$formatted_args array

EP formatted args

Source:
Returns:

$allow

Type
bool