Automattic\WooCommerce\EmailEditor\Engine\Renderer\ContentRenderer
Process_Manager::register_postprocessor
Register postprocessor
Method of the class: Process_Manager{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Process_Manager = new Process_Manager(); $Process_Manager->register_postprocessor( $postprocessor ): void;
- $postprocessor(Postprocessor) (required)
- Postprocessor.
Process_Manager::register_postprocessor() Process Manager::register postprocessor code WC 10.7.0
public function register_postprocessor( Postprocessor $postprocessor ): void {
$this->postprocessors[] = $postprocessor;
}