-
Created a topic, css problem with Force Regenerate Thumbanils, on the site WordPress.org Forums:
Hi, there is issue with css with plugin Force Regenera… -
Translated 1 string on translate.wordpress.org.
-
Created a topic, autoload on, on the site WordPress.org Forums:
Hello, please do some optimization about autoload o… -
Posted a reply to dangerous plugin, on the site WordPress.org Forums:
Hi, thank you for fast response. In fast-ajax.php ( https://github.com/atwellpub/WordPress-Fast-Ajax-Mu-Plugin/blob/master/fast-ajax.php) there is no check for… -
Created a topic, dangerous plugin, on the site WordPress.org Forums:
Hi, this plugin add fast-ajax.php to mu plugin folder.… -
Created issue #2191 in the WordPress/performance repository:
Modern Image Formats - wp_calculate_image_srcset => false => no SOURCE element -
Created issue #2178 in the WordPress/performance repository:
Modern Image Formats - post thumbnail dont follow picture element -
Created a topic, DB SHOW TABLES in each request, beware!, on the site WordPress.org Forums:
Hi, please install Query Monitor, and look - on each r… -
Posted a reply to dont force “wp-content” in code, on the site WordPress.org Forums:
also instead of php copy() you should use $wp_filesystem->copy Thanks -
Created a topic, dont force “wp-content” in code, on the site WordPress.org Forums:
Hi, i just discovered little bug with "wp-content" fol… -
Posted a reply to wrong CSS, on the site WordPress.org Forums:
we can fix this add_action( 'admin_head', 'core_plugin_display_all_image_sizes_admin_head' );function core_plugin_display_all_image_sizes_admin_head() { ?> … -
Created a topic, wrong CSS, on the site WordPress.org Forums:
Hi, in your CSS there is .compat-attachment-fields… -
Mentioned in [60293] on WordPress SVN:
Posts, Post Types: Add `pre_post_insert` action hook before inserting a new post. -
Created ticket #63467 on Core Trac:
function do_robots() should use admin_url() -
Created ticket #63115 on Core Trac:
wp_insert_post missing do_action for pre_post_insert -
Translated 1 string on translate.wordpress.org.
-
Created issue #1882 in the WordPress/performance repository:
Modern Image Format return wrong size in picture element -
Created issue #1881 in the WordPress/performance repository:
Modern Image Format no crop, if crop is array -
Posted a reply to Bug in role Translator, on the site WordPress.org Forums:
Hi sir,Ok it is your plugin, but I dont get it this logic...Thank you for… -
Suggested 2 strings on translate.wordpress.org.
-
Created a topic, Bug in role Translator, on the site WordPress.org Forums:
Hi, I remove "Translator" role via plugin Members plug… -
Created a topic, JSX file, on the site WordPress.org Forums:
Hi, how can i create POT file with JSX, step to reprod… -
Posted a reply to with simple csv not working, on the site WordPress.org Forums:
Dear Ashok, thank you for you reply. Yes I know, but this format is standardized.… -
Created ticket #62729 on Core Trac:
stream_preview_image() should stream with right mime type, if filter ... -
Created issue #1766 in the WordPress/performance repository:
PDF thumbnails to WEBP/AVIF -
Created ticket #62712 on Core Trac:
"Edit image" in Media Modal not work for PSD/SVG ( mime_type image/* ) -
Created a topic, with simple csv not working, on the site WordPress.org Forums:
Hi, i have issue with simple csv Title;Name;Surname… -
Posted a reply to compatibility with Modern Image Formats, on the site WordPress.org Forums:
Thank you sir!👍 -
Posted a reply to compatibility with Modern Image Formats, on the site WordPress.org Forums:
Hi sir, please look at this :/ -
Posted a reply to bug with deleting attachment, on the site WordPress.org Forums:
Thank you! -
Posted a reply to compatibility with Modern Image Formats, on the site WordPress.org Forums:
Metadata over wp_get_attachment_metadata Here sir https://github.com/WordPress/performance/issues/1417#issuecomment-2265517786After squeeze there is no "source" array. Thank you. -
Posted a reply to compatibility with Modern Image Formats, on the site WordPress.org Forums:
Hi, now I found issue with metadata. In you code is wp_create_image_subsizes() which will overwrite… -
Posted a reply to compatibility with Modern Image Formats, on the site WordPress.org Forums:
I just tested plugin and check files on md5. So it is working ok, avif… -
Created a topic, bug with deleting attachment, on the site WordPress.org Forums:
Hi, If I delete attachment, there remains .bak file in… -
Created a topic, Block field with all blocks, on the site WordPress.org Forums:
Hello, I need all blocks in field block. <?phpif… -
Posted a reply to compatibility with Modern Image Formats, on the site WordPress.org Forums:
Please look at it. I think in future, Modern Image Format would be merged with… -
Created a topic, little bug and proposal, on the site WordPress.org Forums:
Hi again, there is JS bug in /upload.php?mode=list.… -
Created a topic, compatibility with Modern Image Formats, on the site WordPress.org Forums:
Hi there :) Is it compatible with the Modern Image … -
Created a topic, Error with query, on the site WordPress.org Forums:
In PHP 8.3 if you call $query->set( 'tax_query',… -
Posted a reply to There is an issue with categories being reset in WordPress 6.4., on the site WordPress.org Forums:
Related https://make.wordpress.org/core/2023/10/17/improvements-to-object-caching-in-wordpress-6-4/ https://core.trac.wordpress.org/ticket/58116 -
Posted a reply to There is an issue with categories being reset in WordPress 6.4., on the site WordPress.org Forums:
Hi, please look at this. -
Translated 1 string on translate.wordpress.org.
-
Translated 6 strings on translate.wordpress.org.
-
Translated 1 string on translate.wordpress.org.
-
Translated 1 string on translate.wordpress.org.
-
Created a topic, fix in JS, on the site WordPress.org Forums:
init = function () { $(document) … -
Posted a reply to help with query with operator “EXISTS”, on the site WordPress.org Forums:
$example = new WP_Query( array( 'post_type' => 'procedure', … -
Translated 1 string on translate.wordpress.org.
-
Translated 1 string on translate.wordpress.org.
-
Created a topic, help with query with operatetor “EXISTS”, on the site WordPress.org Forums:
Hello, I need order by terms orders, can you help me? …