wpmdb_data

wpmdb_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

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

apply_filters('wpmdb_data') is found 1 times:

  • /class/Common/Plugin/PluginManagerBase.php line 311
     
            $data = $site_details_extended;
    
            if (Util::isPro()) {
                $data = apply_filters('wpmdb_data', $site_details_extended);
            }
    
            wp_localize_script('wp-migrate-db-pro-script-v2', 'wpmdb_data', $data);
        }
    
        /**
    

See this hook used in plugins: