Automattic\WooCommerce\Blueprint\Exporters

ExportInstallThemeSteps::filterpublicWC 1.0

Register a filter callback to filter the plugins to export.

Method of the class: ExportInstallThemeSteps{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ExportInstallThemeSteps = new ExportInstallThemeSteps();
$ExportInstallThemeSteps->filter( $callback );
$callback(callable) (required)
Filter callback.

ExportInstallThemeSteps::filter() code WC 9.9.5

public function filter( callable $callback ) {
	$this->filter_callback = $callback;
}