Automattic\WooCommerce\EmailEditor\Engine\Renderer\ContentRenderer\Preprocessors
Typography_Preprocessor::__construct
Typography_Preprocessor constructor.
Method of the class: Typography_Preprocessor{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Typography_Preprocessor = new Typography_Preprocessor(); $Typography_Preprocessor->__construct( $settings_controller );
- $settings_controller(Settings_Controller) (required)
- Settings controller.
Typography_Preprocessor::__construct() Typography Preprocessor:: construct code WC 10.5.0
public function __construct(
Settings_Controller $settings_controller
) {
$this->settings_controller = $settings_controller;
}