??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/sendmaxagency.com/wp-content/plugins/surerank/inc/api/api-init.php
⬅ Kembali
<?php
/**
* Initialize API.
*
* @package SureRank\Inc\API
* @since 1.0.0
*/
namespace SureRank\Inc\API;
use SureRank\Inc\Traits\Get_Instance;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
/**
* Api_Init
*
* @since 1.0.0
*/
class Api_Init {
use Get_Instance;
/**
* Constructor
*
* @since 1.0.0
*/
private function __construct() {
// Register REST API routes.
add_action( 'rest_api_init', [ $this, 'register_routes' ] );
}
/**
* Register API routes.
*
* @since 1.0.0
* @return void
*/
public function register_routes() {
$controllers = [
'\SureRank\Inc\API\Admin',
'\SureRank\Inc\API\Post',
'\SureRank\Inc\API\Install_Products',
'\SureRank\Inc\API\Term',
'\SureRank\Inc\API\User_Seo',
'\SureRank\Inc\API\Onboarding',
'\SureRank\Inc\API\Analyzer',
'\SureRank\Inc\API\Migrations',
'\SureRank\Inc\API\Import_Export_Settings',
'\SureRank\Inc\API\Sitemap',
'\SureRank\Inc\API\RobotsTxt',
'\SureRank\Inc\API\Stock_Images',
'\SureRank\Inc\API\Learn',
];
$controllers = apply_filters( 'surerank_api_controllers', $controllers );
foreach ( $controllers as $controller_class ) {
if ( class_exists( $controller_class ) ) {
$controller = $controller_class::get_instance();
$controller->register_routes();
}
}
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 admin.php
php
17.6 KB
2026-06-18 16:45
🐘 analyzer.php
php
81.8 KB
2026-06-18 16:45
🐘 api-base.php
php
5.4 KB
2026-06-18 16:45
🐘 api-init.php
php
1.3 KB
2026-06-18 16:45
🐘 headless-sitemap.php
php
7.9 KB
2026-06-18 16:45
🐘 headless.php
php
23.5 KB
2026-06-18 16:45
🐘 import-export-settings.php
php
5.9 KB
2026-06-18 16:45
🐘 install-products.php
php
2.5 KB
2026-06-18 16:45
🐘 learn.php
php
7.6 KB
2026-06-18 16:45
🐘 migrations.php
php
41 KB
2026-06-18 16:45
🐘 onboarding.php
php
22.9 KB
2026-06-18 16:45
🐘 post.php
php
15.8 KB
2026-06-18 16:45
🐘 rest-fields.php
php
7.4 KB
2026-06-18 16:45
🐘 robots-txt.php
php
1.6 KB
2026-06-18 16:45
🐘 sitemap.php
php
7 KB
2026-06-18 16:45
🐘 stock-images.php
php
4.8 KB
2026-06-18 16:45
🐘 term.php
php
8.9 KB
2026-06-18 16:45
🐘 user-seo.php
php
9.6 KB
2026-06-18 16:45
🐘 utils.php
php
5.3 KB
2026-06-18 16:45