🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-16 11:04:40 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
seo-by-rank-math
/
includes
📍 /home/therahul/thedasstores.com/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