Compute
Forum Replies Created
-
Forum: Plugins
In reply to: [WP REST API (WP API)] API returns "null" for /usersCheck this:
https://github.com/WP-API/WP-API/blob/master/lib/class-wp-json-server.php#L260
array( '__return_null', self::READABLE )
Means that they’ve not started on it yet. As we have not a 1.0 not every part of the API has been worked on yet.Forum: Plugins
In reply to: [WP REST API (WP API)] Retrieve all categories from a WP siteThat would be:
/wp-json.php/posts/types/posts/taxonomies/category/terms
Forum: Plugins
In reply to: [WP REST API (WP API)] Passing filtersAlso, remember to pass filter[x]=y when you want to filter multiple things:
?filter[post_status]=draft&filter[posts_per_page]=2
Took me some time to figure out…
Forum: Plugins
In reply to: [WP REST API (WP API)] Extending WP_JSON_CustomPostType givesAfter having a deep look into the code I realized that I should change the hook:
add_action( 'wp_json_server_before_serve', 'osd_api' );
Forum: Alpha/Beta/RC
In reply to: Add fields to Attachment DetailsCheck out the post_gallery hook.
Forum: Plugins
In reply to: [Explanatory Dictionary] Beta 3.5 bugsHopefully you’ve got the email by now? ??
Forum: Plugins
In reply to: [Explanatory Dictionary] Beta 3.5 bugsOh, cool. Never thought this topic would get any replies ??
I’ve also been doing some modifications to the plugin. If you like I could send you an email with the plugin?
I have tryed to re-save my permalinks after the child page have been added. It still gives me a 404
Forum: Plugins
In reply to: [W3 Total Cache] Object-cache.php is always loadedBut if the plugin is not activated the file is still loaded
Forum: Hacks
In reply to: Disable Object CacheThe problem is if you’re using a plugin that’s using that file and you don’t want to hack into the plugin either.
I also wrote a ticket in the W3 total cache forum but I honestly think this has more to do with a wordpress issue than a plugin issue.
Forum: Hacks
In reply to: Disable Object CacheWe want to use it on our live sites but disable it on dev sites. When you’re using git it’s much better to keep the same file names
Forum: Alpha/Beta/RC
In reply to: [Twenty Thirteen] post format gallery post fails in ie9-10I can recreate the problem on my home pc (windows8, ie10) and Work pc (windows7, ie10).
But if you are not able to replicate the problem, I guess there is not a problem.
Marking as resolved
Forum: Alpha/Beta/RC
In reply to: [Twenty Thirteen] post format gallery post fails in ie9-10Sorry I never closed this thread.
As Marcus said, hook into em_booking_validate and it’ll Work.Forum: Plugins
In reply to: [Polylang] Api function get_default_languageSo awesome! Cheers mate ??