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' ) );
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.