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