Automattic\WooCommerce\Blueprint\Exporters
ExportInstallPluginSteps::filter
Register a filter callback to filter the plugins to export.
Method of the class: ExportInstallPluginSteps{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$ExportInstallPluginSteps = new ExportInstallPluginSteps(); $ExportInstallPluginSteps->filter( $callback );
- $callback(callable) (required)
- Filter callback.
ExportInstallPluginSteps::filter() ExportInstallPluginSteps::filter code WC 9.9.5
public function filter( callable $callback ) { $this->filter_callback = $callback; }