<?php namespace Wptool\adminDash\constants; class APIConstants { const WP_JSON_URL = 'WP_JSON_URL'; const REST_ROUTE_URL = 'REST_ROUTE_URL'; }