.. | |||||
Constants | |||||
.htaccess | |||||
ClientActions.php | |||||
ClientRoutes.php | |||||
DataStore.php | |||||
HTTP2ServerPush.php | |||||
PluginActions.php | |||||
PluginRoutes.php | |||||
Proxy.php | |||||
Utils.php | |||||
WordPressAPI.php | |||||
WordPressClientAPI.php | |||||
WordPressWrapper.php |
<?php namespace CF\WordPress; class PluginRoutes extends \CF\API\PluginRoutes { /** * @param $routeList * * @return mixed */ public static function getRoutes($routeList) { foreach ($routeList as $routePath => $route) { $route['class'] = '\CF\WordPress\PluginActions'; $routeList[$routePath] = $route; } return $routeList; } }
.. | |||||
Constants | |||||
.htaccess | |||||
ClientActions.php | |||||
ClientRoutes.php | |||||
DataStore.php | |||||
HTTP2ServerPush.php | |||||
PluginActions.php | |||||
PluginRoutes.php | |||||
Proxy.php | |||||
Utils.php | |||||
WordPressAPI.php | |||||
WordPressClientAPI.php | |||||
WordPressWrapper.php |