芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/google-site-kit/includes/Core/Feature_Tours/Feature_Tours.php
dismissed_tours = new Dismissed_Tours( $user_options ?: new User_Options( $context ) ); $this->rest_controller = new REST_Feature_Tours_Controller( $this->dismissed_tours ); } /** * Registers functionality through WordPress hooks. * * @since 1.27.0 */ public function register() { $this->dismissed_tours->register(); $this->rest_controller->register(); } }