HEX
Server: LiteSpeed
System: Linux pbn-18.isgood.host 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: king88zccom (1235)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /usr/local/lsws/king88zc.com/html/wp-content/plugins/seo-by-rank-math/includes/interface-runner.php
<?php
/**
 * An interface for registering hooks with WordPress.
 *
 * @since      0.9.0
 * @package    RankMath
 * @subpackage RankMath\Core
 * @author     Rank Math <[email protected]>
 */

namespace RankMath;

defined( 'ABSPATH' ) || exit;

/**
 * Runner.
 */
interface Runner {

	/**
	 * Register all hooks to WordPress
	 *
	 * @return void
	 */
	public function hooks();
}