Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
February 2024
Feb 23 Fri · 08:58
Forums med
Posted a reply to canonical link, on the site WordPress.org Forums:
Hello, I have Reset indexables, an it's work for old url. In ‘tax_input’ I put…
Feb 20 Tue · 09:35
Forums med
Posted a reply to Taxonomy not attached to post, on the site WordPress.org Forums:
Strange behavior:If I launch the import of articles via the back-office, the categories are correctly…
Feb 20 Tue · 06:09
Forums med
Posted a reply to Taxonomy not attached to post, on the site WordPress.org Forums:
Hello, It's work with ID. But why it's work with ("sport" is the slug): $term[]…
Feb 19 Mon · 05:51
Forums med
Created a topic, Taxonomy not attached to post, on the site WordPress.org Forums:
import post by program.I use : $term[] = “sport »;…
Feb 16 Fri · 10:40
Forums med
Created a topic, canonical link, on the site WordPress.org Forums:
I import post by program.I use : $term[] = "sport …
September 2023
Sep 14 Thu · 05:13
Forums med
Posted a reply to Problem with Delayed loading, on the site WordPress.org Forums:
It's good. Lazy load was disabled
Sep 12 Tue · 11:17
Forums med
Created a topic, Problem with Delayed loading, on the site WordPress.org Forums:
When I check "Delayed loading", the plugin creates the…
March 2023
Mar 20 Mon · 04:34
Forums med
Posted a reply to create webp with wp_insert_attachment, on the site WordPress.org Forums:
In fact the queue was blocked. After deleting it, it works
Mar 14 Tue · 05:12
Forums med
Posted a reply to create webp with wp_insert_attachment, on the site WordPress.org Forums:
When i upload manualy this image, Webp image is not generated. But when I run…
Mar 13 Mon · 04:21
Forums med
Posted a reply to create webp with wp_insert_attachment, on the site WordPress.org Forums:
I'm using wp_generate_attachment_metadata . My code : $attach_id = wp_insert_attachment( $attachment, $file ); require_once(ABSPATH .…