wpseo_change_applicable_filters

wpseo_change_applicable_filters

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_change_applicable_filters') is found 1 times:

  • /admin/class-meta-columns.php line 462
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
         * @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.