wpmdb_cli_tables_to_migrate

wpmdb_cli_tables_to_migrate

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_cli_tables_to_migrate') is found 1 times:

  • /class/Common/Cli/Cli.php line 403
    		// @TODO Hack to get profile and post_data info available in other areas of the codebase...
    		$this->dynamic_properties->profile   = $this->profile;
    		$this->dynamic_properties->post_data = $this->post_data;
    
    		return apply_filters('wpmdb_cli_tables_to_migrate', $tables_to_migrate, $this->profile, $this->migration);
    	}
    
    	/**
    	 * Returns a WP-CLI progress bar instance
    	 *
    	 * @param array $tables
    

See this hook used in plugins: