File "class-sp-rest-terms-controller.php"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/sportspress/includes/api/class-sp-rest-terms-controller.php
File size: 257 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( class_exists( 'WP_REST_Terms_Controller' ) ) {
class SP_REST_Terms_Controller extends WP_REST_Terms_Controller {
public function __construct( $taxonomy ) {
parent::__construct( $taxonomy );
$this->namespace = 'sportspress/v2';
}
}
}