Automattic\WooCommerce\EmailEditor\Engine\Renderer\ContentRenderer\Preprocessors
Typography_Preprocessor::__construct
Typography_Preprocessor constructor.
Метод класса: Typography_Preprocessor{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Typography_Preprocessor = new Typography_Preprocessor(); $Typography_Preprocessor->__construct( $settings_controller );
- $settings_controller(Settings_Controller) (обязательный)
- Settings controller.
Код Typography_Preprocessor::__construct() Typography Preprocessor:: construct WC 11.0.0
public function __construct(
Settings_Controller $settings_controller
) {
$this->settings_controller = $settings_controller;
}