wpmdb_filtered_filters

wpmdb_filtered_filters

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.9

apply_filters('wpmdb_filtered_filters') is found 1 times:

  • /class/Common/Util/Util.php line 367
         */
        private static function filter_nonce_filters()
        {
            global $wp_filter;
            $filtered_filters = apply_filters('wpmdb_filtered_filters', array(
                'nonce_life',
            ));
            foreach ($filtered_filters as $filter) {
                unset($wp_filter[$filter]);
            }
        }