Automattic\WooCommerce\EmailEditor\Engine\Renderer\ContentRenderer\Postprocessors
Variables_Postprocessor::__construct
Constructor.
Method of the class: Variables_Postprocessor{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Variables_Postprocessor = new Variables_Postprocessor(); $Variables_Postprocessor->__construct( $theme_controller );
- $theme_controller(Theme_Controller) (required)
- Theme controller.
Variables_Postprocessor::__construct() Variables Postprocessor:: construct code WC 10.5.0
public function __construct(
Theme_Controller $theme_controller
) {
$this->theme_controller = $theme_controller;
}