芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/google-site-kit/includes/Core/Site_Health/Site_Health.php
debug_data = new Debug_Data( $context, $options, $user_options, $authentication, $modules, $permissions ); $this->tag_placement = new Tag_Placement( $modules ); $this->rest_controller = new REST_Site_Health_Controller( $this->tag_placement ); } /** * Registers functionality through WordPress hooks. * * @since 1.119.0 */ public function register() { $this->debug_data->register(); $this->tag_placement->register(); $this->rest_controller->register(); } }