📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 20:14:30
📂
/ (Root)
/
home
/
apkbfjox
/
2jbet.net.pk
/
wp-content
/
plugins
/
seo-by-rank-math
/
includes
/
abilities
📍 /home/apkbfjox/2jbet.net.pk/wp-content/plugins/seo-by-rank-math/includes/abilities
🔄 Refresh
✏️
Editing: interface-subscriber.php
Writable
<?php /** * Interface for Rank Math ability subscribers. * * @since 1.0.271 * @package RankMath * @subpackage RankMath\Abilities * @author Rank Math <support@rankmath.com> */ namespace RankMath\Abilities; defined( 'ABSPATH' ) || exit; /** * Subscriber interface. */ interface Subscriber_Interface { /** * Register the subscriber's category and abilities with WordPress hooks. * * @return void */ public function register(): void; }
💾 Save Changes
❌ Cancel