uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
public_html
/
wp-content
/
plugins
/
all-in-one-seo-pack
/
app
/
.
/
.
/
Lite
/
Api
/
Api.php
/
/
<?php namespace AIOSEO\Plugin\Lite\Api; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } use AIOSEO\Plugin\Common\Api as CommonApi; /** * Api class for the admin. * * @since 4.0.0 */ class Api extends CommonApi\Api { /** * The routes we use in the rest API. * * @since 4.0.0 * * @var array */ protected $liteRoutes = [ // phpcs:disable WordPress.Arrays.ArrayDeclarationSpacing.AssociativeArrayFound // phpcs:enable WordPress.Arrays.ArrayDeclarationSpacing.AssociativeArrayFound ]; /** * Get all the routes to register. * * @since 4.0.0 * * @return array An array of routes. */ protected function getRoutes() { return array_merge_recursive( $this->routes, $this->liteRoutes ); } }
/home/batcwwjx/public_html/wp-content/plugins/all-in-one-seo-pack/app/././Lite/Api/Api.php