📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 15:25:48
📂
/ (Root)
/
home
/
apkbfjox
/
x03bet.cloud
/
wp-content
/
plugins
/
seo-by-rank-math
/
includes
📍 /home/apkbfjox/x03bet.cloud/wp-content/plugins/seo-by-rank-math/includes
🔄 Refresh
✏️
Editing: interface-runner.php
Writable
<?php /** * An interface for registering hooks with WordPress. * * @since 0.9.0 * @package RankMath * @subpackage RankMath\Core * @author Rank Math <support@rankmath.com> */ namespace RankMath; defined( 'ABSPATH' ) || exit; /** * Runner. */ interface Runner { /** * Register all hooks to WordPress * * @return void */ public function hooks(); }
💾 Save Changes
❌ Cancel