-
Wrote a comment on the post New hooks let you add custom fields to menu items, on the site Make WordPress Core:
Yeah, that’s why the Core team publish dev notes 🙂 It does not mean developers…5 hours ago
-
Wrote a comment on the post WordPress 5.4 introduces new hooks to add custom fields to menu items, on the site Make WordPress Core:
Plugin authors should use their own prefixes in their functions and hooks. Yes, but we…1 day ago
-
Wrote a comment on the post WordPress 5.4 introduces new hooks to add custom fields to menu items, on the site Make WordPress Core:
https://core.trac.wordpress.org/ticket/49500 is a ticket related to this dev note, in which plugins that add the…2 days ago
-
Wrote a comment on the post WordPress 5.4 introduces new hooks to add custom fields to menu items, on the site Make WordPress Core:
Also here's a permalink that will keep pointing to the same place if line numbers…4 days ago
-
Wrote a comment on the post WordPress 5.4 introduces new hooks to add custom fields to menu items, on the site Make WordPress Core:
OK, so you use this hook to display your per-menu-item settings, and then inside the…4 days ago
-
Wrote a comment on the post WordPress 5.4 introduces new hooks to add custom fields to menu items, on the site Make WordPress Core:
So in this case the meta field would be used to store the information about…4 days ago
-
Wrote a comment on the post WordPress 5.4 introduces new hooks to add custom fields to menu items, on the site Make WordPress Core:
From the linked Trac ticket I see that a bunch of plugins are already using…4 days ago
-
Closed ticket #41549, in Core Trac:
REST API: Use `wp.apiRequest` helper in `wp.api` Backbone client4 months ago
-
Created a new ticket, #48377, in Core Trac:
sql_mode ANSI is incompatible with WP in MySQL 5.7.5+4 months ago
-
Created a topic, just testing something – ignore, on the site WordPress.org Forums:
testing reviews2 years ago
-
Closed ticket #40560, in Core Trac:
REST API: Unicode characters are escaped in the response2 years ago
-
Wrote a comment on the post Opt-in Usage Tracking in Gutenberg, on the site Make WordPress Core:
There's been quite a lot of discussion on this topic across the community, much of…3 years ago
-
Closed ticket #41555, in Core Trac:
REST API: Call `rest_get_server()` instead of accessing the ...3 years ago
-
Committed [41238] to Core Trac:
REST API: Always call `rest_get_server()` instead of accessing the ...3 years ago
-
Wrote a new post, Opt-in Usage Tracking in Gutenberg, on the site Make WordPress Core:
Starting in last Friday's version 0.7.0, the Gutenberg plugin contains a mechanism to count how…3 years ago
-
Created a new ticket, #41555, in Core Trac:
REST API: Call `rest_get_server()` instead of accessing the ...3 years ago
-
Closed ticket #40704, in Core Trac:
REST API request includes possibly unintended numeric parameters from ...3 years ago
-
Committed [41223] to Core Trac:
REST API: Exclude numeric parameters from regex parsing The list of ...3 years ago
-
Committed [41222] to Core Trac:
REST API: Add QUnit tests for `api-request.js` These should have been ...3 years ago
-
Created a new ticket, #41554, in Core Trac:
REST API: Use `wp.apiRequest` helper to build URLs for media embed ...3 years ago
-
Posted a reply to What is the gear supposed to do?, on the site WordPress.org Forums:
I think much of the confusion here stems from the fact that the block settings…3 years ago
-
Wrote a comment on the post JavaScript Chat Summary for May 23rd, on the site Make WordPress Core:
> why not start our own project that is designed from the ground up to…3 years ago
-
Wrote a new post, Increased Concurrent Jobs on Travis CI Builds, on the site Make WordPress Core:
https://travis-ci.org/WordPress now has 15 concurrent jobs instead of the default 5 available to all open-source…3 years ago
-
Wrote a comment on the post First Quarter Check-in, on the site Make WordPress Core:
I created an issue to track this: https://github.com/WordPress/gutenberg/issues/4333 years ago
-
Wrote a comment on the post WordPress 4.7.3-RC1 is now available!, on the site Make WordPress Core:
Thanks for testing!3 years ago
-
Wrote a comment on the post The New Editor and Browser Support, on the site Make WordPress Core:
Automattic has a dedicated team working on the Akismet plugin. We shouldn't really expect the…3 years ago
-
Wrote a comment on the post The New Editor and Browser Support, on the site Make WordPress Core:
I’d prefer a programmatic fallback based on browser detection rather than adding to user workload/decisions…3 years ago
-
Wrote a comment on the post The New Editor and Browser Support, on the site Make WordPress Core:
As one of the developers who will be working on the editor I agree with…3 years ago
-
Wrote a comment on the post WordPress 4.7.3-RC1 is now available!, on the site Make WordPress Core:
The full list of changes in this release is linked in the post above. You…3 years ago
-
Wrote a new post, WordPress 4.7.3-RC1 is now available!, on the site Make WordPress Core:
Please help test! Here's the build: https://wordpress.org/wordpress-4.7.3-RC1.zip What's in this release? We made some improvements…3 years ago
-
Wrote a new post, REST API changelog since 4.7 release, on the site Make WordPress Core:
We've published a changelog page for the REST API: https://developer.wordpress.org/rest-api/changelog/ This page can be updated…3 years ago
-
Wrote a new post, WordPress 4.7.3 planning and bug scrub, on the site Make WordPress Core:
As discussed in yesterday's dev chat, we're planning to release WordPress 4.7.3 on Monday, March…3 years ago
-
Wrote a new post, Rescheduling REST API meeting for this week, on the site Make WordPress Core:
We're rescheduling the REST API weekly meeting from February 20 ([time]February 20, 21:00 UTC[/time]) to…3 years ago
-
Posted a reply to WP REST API Oauth 1.0a, on the site WordPress.org Forums:
How are you sending the OAuth requests from the Android app? Ultimately you will need…3 years ago
-
Wrote a comment on the post Dev Chat Summary: February 8th (4.7.3 week 2), on the site Make WordPress Core:
> Quick Draft stalled out due to questions about content filtering that are happening on…3 years ago
-
Posted a reply to Filter by two categories using “AND”, on the site WordPress.org Forums:
Hi @atjesse - currently the only way to accomplish this is via the rest_{$this->post_type}_query filter.…3 years ago
-
Posted a reply to Rest cannot create error, on the site WordPress.org Forums:
Hi @brijesh2911 - you might also try hitting the /users/me endpoint. This will tell you…3 years ago
-
Wrote a comment on the post Editor Technical Overview, on the site Make WordPress Core:
WP ate my HTML comments... for clarity. Instead of !-- /wp -- it should be…3 years ago
-
Wrote a comment on the post Editor Technical Overview, on the site Make WordPress Core:
Instead of `` I think the closing tag should be `` for clarity. Do we…3 years ago
-
Wrote a comment on the post Controlling access to REST API user functionality for multisite, on the site Make WordPress Core:
Excellent writeups and discussion, thanks Felix and everyone else involved. > It is possible to…3 years ago
-
Wrote a comment on the post Improving the REST API users endpoint in multisite, on the site Make WordPress Core:
s/volunteered/been volunteered/ ;) I'm happy to help, though, and it makes a lot of sense…3 years ago
-
Wrote a comment on the post Improving the REST API users endpoint in multisite, on the site Make WordPress Core:
I am assuming that "`PUT` request" is being used as a shorthand to refer to…3 years ago
Contributor
-
Latest Github Release
Active Installs: Less than 10