MailPoet\EmailEditor\Engine\Renderer\ContentRenderer\Postprocessors

Variables_Postprocessor::__construct()publicWC 1.0

Constructor.

Method of the class: Variables_Postprocessor{}

No Hooks.

Return

null. Nothing (null).

Usage

$Variables_Postprocessor = new Variables_Postprocessor();
$Variables_Postprocessor->__construct(;

Variables_Postprocessor::__construct() code WC 9.8.1

public function __construct(
	Theme_Controller $theme_controller
) {
	$this->theme_controller = $theme_controller;
}