wpseo_change_applicable_filters

wpseo_change_applicable_filters

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.6

apply_filters('wpseo_change_applicable_filters') is found 1 times:

  • /admin/class-meta-columns.php line 445
    		 * @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.