AFS
AFS
Build command for creating a new plugin using the boiler plate code and applying the steps as described in the README.txt Tested on both Bash 3.2 (OSX Darwin) and Bash...
Hi, First of a really nice viewer! Unfortunately the renderer hangs after 30 seconds on my system. Is there any debug mode I can setup to understand where the issue...
The taxonomy url's in the _links section of all SportsPress post types have the wrong namespace and use the wrong taxonomy name. For example the _links section in https:///wp-json/sportspress/v2/tournaments shows...
This subject has been discussed several times before, but the current solution is not correct yet for POST requests. The situation: I'm updating a WP record which includes a URL...
Http method 'patch' needs to be supported to be fully compatible with WP Rest API v2.
Situation By accident the API got called on http whilst the site was setup on https. Although the access request was redirected, OAuth1 responded with error 400 'No OAuth parameters...
I'm using the Rest API with oAuth1 outside the Wordpress environment. Unfortunately it kept failing on a 'patch' request with error rest_oauth1_unknown_http_method. As far as I have been able to...
In the Nova metric cards it's possible to filter the data using the third optional parameter in the calculate method: `final public function calculate( Request $request, ?object $FilterModel = null...
When the readonly flag is set, DateRange still allows user to change the range. For example using a callback $is_readonly which returns true: $is_readonly = function ( $NovaRequest ) {...
For those interested, I have integrated the recent Wordpress Rest API v2 (since Wordpress 4.7) in a Yii2 extension: https://github.com/drsdre/yii2-wordpress-api Andre