Profiles

  • Member Since: April 11th, 2015
  • Find me on:
  • Created a topic, Please remove the green highlight on UAE menu, on the site WordPress.org Forums:
    The green highlight on the UAE menu is sticky. It's on…

  • Posted a reply to Javascript error with sprintf, on the site WordPress.org Forums:
    As expected, the problematic template string was from another plugin. I already filled a separate…

  • Posted a reply to Please do not use `window.sprintf`, on the site WordPress.org Forums:
    Same problem in this loc string with 25%: 'sentenceLengthError' => esc_html__( '%s%% of the sentences…

  • Posted a reply to Please do not use `window.sprintf`, on the site WordPress.org Forums:
    This loc string: "%s of the sentences contain passive voice, which is more than the…

  • Posted a reply to Javascript error with sprintf, on the site WordPress.org Forums:
    Hi @pdclark, Thank you for your response. In theory you are right now but there…

  • Created a topic, Please do not use `window.sprintf`, on the site WordPress.org Forums:
    This plugin appears to be using window.sprintf here: …

  • Created a topic, Javascript error with sprintf, on the site WordPress.org Forums:
    I am seeing the following javascript error related to …

  • Created a topic, PHP Notice with WP v6.7, on the site WordPress.org Forums:
    WordPress v6.7 is now showing the following PHP notice…

  • Posted a reply to Anonymized export?, on the site WordPress.org Forums:
    Here is what it looks like. md5 is good enough for my purpose. // Billingadd_filter(…

  • Posted a reply to Anonymized export?, on the site WordPress.org Forums:
    Thank you, this is helpful!

  • Created a topic, Anonymized export?, on the site WordPress.org Forums:
    Hello, is there a way to anonymize first/last names an…

  • Posted a reply to REST API access warning, on the site WordPress.org Forums:
    Thanks for the update. It looks like it changes the behavior to run every couple…

  • Created a topic, Invalid order IDs in call to read_multiple(), on the site WordPress.org Forums:
    I got this stack trace earlier today. It looks related…

  • Created a topic, REST API access warning, on the site WordPress.org Forums:
    It would be great to turn off the warning that started…

  • Posted a reply to Please help with REST API not work, on the site WordPress.org Forums:
    For those interested, you'll need to add this to the request: $request->set_param( '_wpcf7_unit_tag', <some_value> );…

  • Posted a reply to Please help with REST API not work, on the site WordPress.org Forums:
    @takayukister How can the unit tag be generated when using a headless WP site (i.e.…

  • Posted a reply to Persistence Preferences JS loaded when no user is logged in, on the site WordPress.org Forums:
    It has. The faulty plugin was Updraft Central.See: https://wordpress.org/support/topic/uc-gutenberg-blocks-loaded-on-all-frontend-pages/#post-17549604

  • Closed ticket #60868 on Core Trac:
    Persistence layer tries to make a REST API call to '/wp/v2/users/me' ...

  • Posted a reply to uc-gutenberg-blocks loaded on all frontend pages, on the site WordPress.org Forums:
    add_action('enqueue_block_assets', array($this, 'enqueue_gutenberg_block_scripts')); The enqueue_block_assets action is for common admin and frontend scripts. Its associated…

  • Created a topic, uc-gutenberg-blocks loaded on all frontend pages, on the site WordPress.org Forums:
    The plugin seems to be loading the uc-gutenberg-blocks…

  • Created a topic, Persistence Preferences JS loaded when no user is logged in, on the site WordPress.org Forums:
    Hello, the duplicator plugin appears to be loaded the …

  • Created ticket #60868 on Core Trac:
    Persistence layer tries to make a REST API call to '/wp/v2/users/me' ...

  • Posted a reply to Manual orders not working anymore without country/state, on the site WordPress.org Forums:
    I should mention that the order is created through the REST API.

  • Posted a reply to Manual orders not working anymore without country/state, on the site WordPress.org Forums:
    Here is the Stripe error: "You passed an empty string for 'billing_details[address][country]'. We assume empty…

  • Created a topic, Manual orders not working anymore without country/state, on the site WordPress.org Forums:
    When creating a manual order and sending an invoice to…

  • Created a topic, cfdbdata not working anymore, on the site WordPress.org Forums:
    For an unknown reason, the cfdbdata function stopped w…

  • Created a topic, Another release another bug, on the site WordPress.org Forums:
    I just updated TEC and TEC Pro. And I just got this fr…

  • Posted a reply to Bug with custom post types, on the site WordPress.org Forums:
    Additionally this code uses both \WP_Post and WP_Post when it should one or the other:…

  • Posted a reply to Bug with custom post types, on the site WordPress.org Forums:
    I think the bug might be here: public function registerClassicEditorMetabox($postType, $post) { $factory = $this->currentUserModelFactory;…

  • Created a topic, Bug with custom post types, on the site WordPress.org Forums:
    Here is the stack trace: [ERROR] lvl:1 | msg:U…

  • Posted a reply to How to set time to midnight, on the site WordPress.org Forums:
    Should I use 12am?

  • Created a topic, How to set time to midnight, on the site WordPress.org Forums:
    I'm trying to set the time to midnight with the new in…

  • Posted a reply to Missing category selector, on the site WordPress.org Forums:
    Never mind, that's my bad trying to fix a bug in one of the JS…

  • Created a topic, Missing category selector, on the site WordPress.org Forums:
    Someone seems to have broken recently, the terms selec…

  • Posted a reply to Missing closedpostboxesnonce, on the site WordPress.org Forums:
    This is apparently an HPOS regression and has been fixed in the source code but…

  • Posted a reply to Missing closedpostboxesnonce, on the site WordPress.org Forums:
    Are the nonce fields missing in the new React page? <?php wp_nonce_field('closedpostboxes', 'closedpostboxesnonce', false );…

  • Created a topic, Missing closedpostboxesnonce, on the site WordPress.org Forums:
    Hello, the wp-admin/admin-ajax.php admin page request …

  • Posted a reply to Long standing Javascript problem, on the site WordPress.org Forums:
    Hi @andergmartins, this is still not fixed. What happened?

  • Created a topic, Does not work with custom meta, on the site WordPress.org Forums:
    The way the plugin checks for existing variations in t…

  • Posted a reply to Long standing Javascript problem, on the site WordPress.org Forums:
    Much appreciated!

  • Posted a reply to Long standing Javascript problem, on the site WordPress.org Forums:
    Apologies for not replying sooner. I do not exactly know how to replicate the issue…

  • Created ticket #59356 on Core Trac:
    OperationalError: database is locked

  • Created ticket #59355 on Core Trac:
    TypeError: Cannot read properties of undefined (reading 'hasClass') in ...

  • Created a topic, Long standing Javascript problem, on the site WordPress.org Forums:
    I see this admin-only JS issue on a regular basis. It …

  • Posted a reply to PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated, on the site WordPress.org Forums:
    Downgrading to PHP 8.0 is not an option. Please ask the developers what they will…

  • Posted a reply to PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated, on the site WordPress.org Forums:
    Could we provide a temporary fix for it? It's filling up my Rollbar warnings and…

  • Posted a reply to Cron events disappear, on the site WordPress.org Forums:
    To clarify, in my case, it wasn't so much the caching plugin as the fact…

  • Created a topic, PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated, on the site WordPress.org Forums:
    Please fix this PHP 8.1 warning: PHP Deprecated: …

  • Posted a reply to Cron events disappear, on the site WordPress.org Forums:
    I noticed LSCache object cache indicated that my redis extension was disabled, which was odd.…

  • Posted a reply to Cron events disappear, on the site WordPress.org Forums:
    It looks like this is a conflict between this plugin and the caching plugin I…