i18n = $i18n; $this->rest = $rest; $this->admin = $admin; $this->front = $front; $this->widget = $widget; $this->block_widget = $block_widget; } /** * Initializes plugin. * * @since 5.0.0 */ public function init() { $this->i18n->load_plugin_textdomain(); $this->rest->hooks(); $this->admin->hooks(); $this->front->hooks(); $this->widget->hooks(); $this->block_widget->hooks(); } }