$blocked ); } public function render(): void { if ( ! current_user_can( 'manage_options' ) ) { return; } $settings = RobotsTxt::getSettings(); include BRE_DIR . 'includes/Admin/views/robots.php'; } }