PHP Class Papi_REST_API, papi

Afficher le fichier Open project: wp-papi/papi

Méthodes publiques

Méthode Description
__construct ( ) The constructor.
register_routes ( ) Register REST API routes.
rest_api_init ( ) REST API init callback.

Méthodes protégées

Méthode Description
load_files ( ) Load admin files that are not loaded by the autoload.
setup_actions ( ) Setup actions.

Method Details

__construct() public méthode

The constructor.
public __construct ( )

load_files() protected méthode

Load admin files that are not loaded by the autoload.
protected load_files ( )

register_routes() public méthode

Register REST API routes.
public register_routes ( )

rest_api_init() public méthode

REST API init callback.
public rest_api_init ( )

setup_actions() protected méthode

Setup actions.
protected setup_actions ( )