芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/google-site-kit/includes/Core/User/Email_Reporting.php
email_reporting_settings = new Email_Reporting_Settings( $user_options ); $this->rest_controller = new REST_Email_Reporting_Controller( $this->email_reporting_settings ); } /** * Registers functionality through WordPress hooks. * * @since 1.162.0 */ public function register() { $this->email_reporting_settings->register(); $this->rest_controller->register(); } }