wpseo_change_applicable_filters, $active_filters
wpseo_change_applicable_filters, $active_filters
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_change_applicable_filters, $active_filters') is found 1 times:
- /admin/class-meta-columns.php line 462
* @internal * * @param array $active_filters The current applicable filters. */ return apply_filters( 'wpseo_change_applicable_filters', $active_filters ); } /** * Modify the query based on the filters that are being passed. * * @param array $vars Query variables that need to be modified based on the filters.