-
Mentioned in [59029] on Core SVN:
I18N: Add a new way to determine whether a translation is available. -
Created ticket #61604 on Core Trac:
Split `wp_insert_post` in two -
Posted a reply to Attempt to read property “content”, on the site WordPress.org Forums:
May happen when a template (eg: in templates/) makes use of a part which doesn't… -
Created a topic, incompatible with ACF 6.1.x, on the site WordPress.org Forums:
PHP Fatal error: Uncaught TypeError: Illegal offset t… -
Wrote a comment on the post WordPress 6.4: What’s on your wishlist?, on the site Make WordPress Core:
Provide the necessary Gutenberg node.js tools (library/helpers) to do blocks markup batch posts updates in… -
Created a topic, PHP Notice, on the site WordPress.org Forums:
When running wp_head (from Timber/Twig/ for example),… -
Mentioned in [55404] on Core SVN:
Media: Add `WP_Image_Editor_Imagick::set_imagick_time_limit()` method. -
Mentioned in [55348] on Core SVN:
Media: Add `setImagickTimeLimit()` function to avoid timeout in Imagick operations. -
Posted a reply to source code, on the site WordPress.org Forums:
- The dist folder is not the source-code - Size is not a matter regarding… -
Posted a reply to source code, on the site WordPress.org Forums:
The source code is NOT available in the code repository : Only compiled javascript. -
Posted a reply to source code, on the site WordPress.org Forums:
I'm obviously talking about the SVN tree. -
Created a topic, source code, on the site WordPress.org Forums:
Dear, It seems that this plugin does not provide the … -
Created a topic, stories left/right side automatic alternate, on the site WordPress.org Forums:
Both-sided timeline offer the option to select whether… -
Created a topic, ArgumentCountError, FatalError, on the site WordPress.org Forums:
With WP 5.9.3 and forms-gutenberg 2.2.8.1, listing the… -
Created a topic, gutenbergforms.com website is down, on the site WordPress.org Forums:
https://gutenbergforms.com/ leads to Cloudflare error … -
Posted a reply to source code, on the site WordPress.org Forums:
ping -
Wrote a comment on the post Object type specific registration hooks in 6.0, on the site Make WordPress Core:
.... - It only spares one line and add nothing that couldn't be accomplished before… -
Wrote a comment on the post Object type specific registration hooks in 6.0, on the site Make WordPress Core:
New hooks are often good (and 6.0 is a new major version)... but in this… -
Posted a reply to source code, on the site WordPress.org Forums:
@jyoti197 ? @narinder-singh ? ping ? -
Created a topic, TypeError: node is undefined, on the site WordPress.org Forums:
Using the blocks API (use the console debugger while e… -
Posted a reply to source code, on the site WordPress.org Forums:
@jyoti197 ? -
Created ticket #55216 on Core Trac:
CPT slug value conflicts with wp-admin -
Created a topic, source code, on the site WordPress.org Forums:
Dears, We are currently using our own custom plugin f… -
Created ticket #54802 on Core Trac:
Allow post_comments_feed_link to disable feed output -
Created a topic, Option to disable SOME security checks, on the site WordPress.org Forums:
In https://wordpress.org/support/topic/option-to-disab… -
Posted a reply to Option to disable Security Checks, on the site WordPress.org Forums:
I just tested it. It's not bad, but far from flexible. In my case I… -
Posted a reply to Option to disable Security Checks, on the site WordPress.org Forums:
Even worst, the code seems to look for checks according to */check.php presence. But removing/renaming… -
Posted a reply to Option to disable Security Checks, on the site WordPress.org Forums:
Same here. I use openid for login so weak-password check is of now use (even… -
Created ticket #52696 on Core Trac:
__() avoiding default language fallback -
Posted a reply to Plugin Removal, on the site WordPress.org Forums:
Thank you for the information. Could you please provide more technical information about why? which… -
Created ticket #52569 on Core Trac:
Don't let PHP timeout in the middle of an ImageMagick operation -
Posted a reply to Why was this plugin removed?, on the site WordPress.org Forums:
+1 -
Created ticket #50522 on Core Trac:
stop setting "older" cookies with multiple path prefixes -
Created a topic, 90ce96a regression, on the site WordPress.org Forums:
https://bitbucket.org/cornershopcreative/wp-popup/comm… -
Created a topic, non-anonymous class, on the site WordPress.org Forums:
For some times, the gform_after_email started referenc… -
Posted a reply to Git repository, on the site WordPress.org Forums:
Thank you. (Anyway, I'm confident adding it to the public of the public projects would… -
Created a topic, Git repository, on the site WordPress.org Forums:
Our team may have to suggest some improvements. Is the… -
Created a topic, [patch] consent field, on the site WordPress.org Forums:
diff --git a/gravityforms-html5-validation.php b/gravi… -
Created a topic, custom validation message support, on the site WordPress.org Forums:
diff --git a/gravityforms-html5-validation.php b/gravi… -
Posted a reply to Gutenberg React block frontend rendering, on the site WordPress.org Forums:
I still think there a lack of documentation on this topic. -
Created a topic, Gutenberg React block frontend rendering, on the site WordPress.org Forums:
Hi. I developed my first Gutenberg block based on CGB.… -
Created ticket #44867 on Core Trac:
image editor: save modified image as a new copy -
Created a topic, adaptive_images_plugin_get_htaccess_file_path not generic enough, on the site WordPress.org Forums:
I'm giving WordPress its own directory (see https://co… -
Created ticket #43183 on Core Trac:
wp-comments-post.php endpoint support for OPTIONS -
Posted a reply to PPC (2.3/2.4) inhibits rest_allow_anonymous_comments’, on the site WordPress.org Forums:
class Server { public function initialize() { add_action('plugins_loaded', [__CLASS__, 'plugins_loaded']); } static function plugins_loaded() {… -
Created a topic, PPC (2.3/2.4) inhibits rest_allow_anonymous_comments’, on the site WordPress.org Forums:
add_filter( 'rest_allow_anonymous_comments',… -
Created a topic, wp-oauth for WP REST API endpoints, on the site WordPress.org Forums:
Hi, thanks to this plugin, a user can be authenticated… -
Posted a reply to WP_Comment_Query, REST and post_type query-interceptor_pp, on the site WordPress.org Forums:
great, that works! From a quick look at the diff' it seems to mean that… -
Created ticket #41915 on Core Trac:
REST_REQUEST and parse_request in tests -
Posted a reply to WP_Comment_Query, REST and post_type query-interceptor_pp, on the site WordPress.org Forums:
$ GET http://localhost/wp-json/wp/v2/fooo/21536 {object...} # OK with PPC enabled or not $ GET http://localhost/wp-json/wp/v2/fooo # PPC…