MailPoet\EmailEditor\Engine\Renderer\ContentRenderer\Preprocessors

Typography_Preprocessor::__construct()publicWC 1.0

Typography_Preprocessor constructor.

Method of the class: Typography_Preprocessor{}

No Hooks.

Return

null. Nothing (null).

Usage

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

Typography_Preprocessor::__construct() code WC 9.8.1

public function __construct(
	Settings_Controller $settings_controller
) {
	$this->settings_controller = $settings_controller;
}