dvadf
File manager - Edit - /home/centroca/public_html/wp/wp-content/plugins/astra-sites/inc/lib/gutenberg-templates/inc/api/api-base.php
Back
<?php /** * API base. * * @package {{package}} * @since 0.0.1 */ namespace Gutenberg_Templates\Inc\Api; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Api_Base * * @since 0.0.1 */ abstract class Api_Base extends \WP_REST_Controller { /** * Endpoint namespace. * * @var string */ protected $namespace = 'gutenberg-templates/v1'; /** * Constructor * * @since 0.0.1 */ public function __construct() { } /** * Get API namespace. * * @since 0.0.1 * @return string */ public function get_api_namespace() { return $this->namespace; } }
dvadf
dvadf
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings