Profiles

  • Member Since: April 19th, 2010
  • Find me on:
  • Posted a reply to Here’s a fix for Add Media in WYSIWYG field, on the site WordPress.org Forums:
    Thank you soooo much for posting this fix!!!! I hope it can be included in…

  • Posted a reply to Update multiple taxonomies from values stored in relationship fields, on the site WordPress.org Forums:
    I saw your message as soon as I posted mine. Tried to reply back but…

  • Posted a reply to Update multiple taxonomies from values stored in relationship fields, on the site WordPress.org Forums:
    Thank you! I've been looking into array_merge() and array_unique(), but I'm afraid I don't quite…

  • Posted a reply to Update multiple taxonomies from values stored in relationship fields, on the site WordPress.org Forums:
    Thank you so much! The new code has solved most of the issues.All taxonomies are…

  • Posted a reply to Update multiple taxonomies from values stored in relationship fields, on the site WordPress.org Forums:
    I've tried with single and multi select relationship fields, and also pods_api_post_save_pod_item_{podname} instead of pods_api_post_save_item,…

  • Created a topic, Update multiple taxonomies from values stored in relationship fields, on the site WordPress.org Forums:
    I have a few relationship fields related to taxonomies…

  • Posted a reply to Same string in one language with multiple translations in custom post type name, on the site WordPress.org Forums:
    Thanks for your answer! This is my code (in a custom plugin): register_post_type('series', array( 'labels'…

  • Created a topic, Same string in one language with multiple translations in custom post type name, on the site WordPress.org Forums:
    I'm trying to register a custom post type in which the…

  • Created a topic, Stopped working after update to WP 5.9, on the site WordPress.org Forums:
    Hi! All images on my site are back to lazy loading sin…

  • Wrote a comment on the post Enhanced lazy-loading performance in 5.9, on the site Make WordPress Core:
    Same here. The filter [code]add_filter( 'wp_lazy_loading_enabled', '__return_false' );[/code] was working from Wordpress 5.5 up to…

  • Created a topic, Issue with WPML (fixed), on the site WordPress.org Forums:
    Hi! I recently had an issue with ajax filters only wo…

  • Posted a reply to WP_Query giving too many posts, on the site WordPress.org Forums:
    I've been stuck for some hours trying to figure out a similar issue. Thank you…