Bsf_Core_Rest::__construct()
Constructor.
Description
Source
File: admin/bsf-core/classes/class-bsf-core-rest.php
public function __construct() {
$this->namespace = 'bsf-core/v1';
$this->rest_base = '/license';
add_action( 'rest_api_init', array( $this, 'register_routes' ) );
}
Expand full source code Collapse full source code View on Trac