Automattic\WooCommerce\Blueprint\Exporters
ExportInstallThemeSteps::filter
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() ExportInstallThemeSteps::filter code WC 10.8.1
public function filter( callable $callback ) {
$this->filter_callback = $callback;
}