wpmdb_compatibility_plugin_whitelist

wpmdb_compatibility_plugin_whitelist

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

See hook in core

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

apply_filters('wpmdb_compatibility_plugin_whitelist') is found 1 times:

  • /class/Common/Compatibility/Compatibility.php line 91
     
    	public function wpmdbc_set_default_whitelist() {
    
    		// Allow users to filter whitelisted plugins
    		$filtered_plugins = apply_filters( 'wpmdb_compatibility_plugin_whitelist', array() );
    
    		// List of default plugins that should be whitelisted. Can be partial names or slugs
    		$wpmdb_plugins = array(
    			'wpmdb', // Some tweaks plugins start with this string
    			'wp-migrate-db',
    		);