📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 21:53:25
📂
/ (Root)
/
home
/
apkbfjox
/
x03bet.cloud
/
wp-content
/
plugins
/
seo-by-rank-math
/
includes
/
admin
📍 /home/apkbfjox/x03bet.cloud/wp-content/plugins/seo-by-rank-math/includes/admin
🔄 Refresh
✏️
Editing: class-register-options-page.php
Writable
<?php /** * The option page functionality of the plugin. * * @since 1.0.250 * @package RankMath * @subpackage RankMath\Admin * @author Rank Math <support@rankmath.com> */ namespace RankMath\Admin; use RankMath\Helper; defined( 'ABSPATH' ) || exit; /** * Register_Options_Page class. */ class Register_Options_Page { /** * The Constructor * * @param array $config Array of configuration. */ public function __construct( $config ) { if ( ! Helper::is_react_enabled() ) { new CMB2_Options( $config ); return; } $options_page = new Options( $config ); $options_page->register_option_page(); } }
💾 Save Changes
❌ Cancel