wpmdb_nonces

wpmdb_nonces

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

See hook in core

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

apply_filters('wpmdb_nonces') is found 1 times:

  • /class/Common/Plugin/PluginManagerBase.php line 298
         * @return void
         */
        function admin_head_connection_info()
        {
            $nonces = apply_filters('wpmdb_nonces', array(
                'migrate_table'                    => Util::create_nonce('migrate-table'),
                'flush'                            => Util::create_nonce('flush'),
                'track_usage'                      => Util::create_nonce('track-usage'),
                'rest_nonce'                       => Util::create_nonce('wp_rest'),
            ));