📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 02:10:36
📂
/ (Root)
/
home
/
xeqi7597
/
public_html
/
wp-content
/
plugins
/
seo-by-rank-math
/
includes
📍 /home/xeqi7597/public_html/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