Title: markd21's Replies | WordPress.org

---

# markd21

  [  ](https://wordpress.org/support/users/markd21/)

 *   [Profile](https://wordpress.org/support/users/markd21/)
 *   [Topics Started](https://wordpress.org/support/users/markd21/topics/)
 *   [Replies Created](https://wordpress.org/support/users/markd21/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/markd21/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/markd21/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/markd21/engagements/)
 *   [Favorites](https://wordpress.org/support/users/markd21/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MWB HubSpot for WooCommerce - CRM, Abandoned Cart, Email Marketing, Marketing Automation & Analytics] hubwoo_ecomm_deal_upsert](https://wordpress.org/support/topic/hubwoo_ecomm_deal_upsert/)
 *  [markd21](https://wordpress.org/support/users/markd21/)
 * (@markd21)
 * [2 years ago](https://wordpress.org/support/topic/hubwoo_ecomm_deal_upsert/#post-17791268)
 * Similar issue here. 390,000+ pending hooks of hubwoo_ecomm_deal_upsert
 * Any idea to fix it? Why this issue has not been solved????
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MWB HubSpot for WooCommerce - CRM, Abandoned Cart, Email Marketing, Marketing Automation & Analytics] hubwoo_ecomm_deal_upsert (past due)](https://wordpress.org/support/topic/hubwoo_ecomm_deal_upsert-past-due/)
 *  [markd21](https://wordpress.org/support/users/markd21/)
 * (@markd21)
 * [2 years ago](https://wordpress.org/support/topic/hubwoo_ecomm_deal_upsert-past-due/#post-17791265)
 * Hi,
 * I came across the same issue. There are 390,000+ pending hooks hubwoo_ecomm_deal_upsert
   even after I uninstalled the plugin. It happened with one order that was in auto-
   draft status.
 * Any idea how to clear those pending hooks?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPC Frequently Bought Together for WooCommerce] Select Product by clicking on its name](https://wordpress.org/support/topic/select-product-by-clicking-on-its-name/)
 *  Thread Starter [markd21](https://wordpress.org/support/users/markd21/)
 * (@markd21)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/select-product-by-clicking-on-its-name/#post-15206407)
 * Hi [@wpclever](https://wordpress.org/support/users/wpclever/),
 * Thanks for providing the solution. However, I’ve tried to add this code into 
   the function.php on our theme but it is not working. Nothing happens when users
   click on the title of products in Woo Bought Together.
    Could you please kindly
   recheck if there is any error?
 * Regards,
    Mark
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Product Schema Error – OfferCount is not working](https://wordpress.org/support/topic/product-schema-error-offercount-is-not-working/)
 *  Thread Starter [markd21](https://wordpress.org/support/users/markd21/)
 * (@markd21)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/product-schema-error-offercount-is-not-working/#post-14679781)
 * Hello,
 * Thanks for your response. I’ve tried adding your code but it seems didn’t work.
   
   The error of “offercount” is still there [https://prnt.sc/1dgyvli](https://prnt.sc/1dgyvli)
 * The code is:
 *     ```
       add_filter( 'site-reviews/schema/Product', function( $schema ) {
           $postId = get_the_ID();
           $schema['sku'] = get_post_meta( $postId, 'schema_sku', true );
           $schema['brand'] = get_post_meta( $postId, 'schema_brand', true );
           $schema['description'] = get_post_meta( $postId, 'schema_description', true );
           $schema['gtin8'] = get_post_meta( $postId, 'schema_gtin8', true );
           return $schema;
   
           if (array_key_exists('offers', $schema)) {
           $schema['offers']['offerCount'] = get_post_meta($postId, 'schema_offercount', true);
       }
       });
       ```
   
 * Already tried to add the “if” part inside and outside the old add_fitler code.
   I also recheck to make sure that we added schema_offercount custom field [https://prnt.sc/1dgzowq](https://prnt.sc/1dgzowq).
 * We use this to implement reviews on a Page (Service), so I guess that’s why it
   couldn’t pick up the existing Woocommerce Product schema.
    Please help to take
   a look to see what we could do. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Cerber Security, Anti-spam & Malware Scan] Remove reCAPTCHA unused JS – recaptcha__en.js](https://wordpress.org/support/topic/remove-recaptcha-unused-js-recaptcha__en-js/)
 *  Thread Starter [markd21](https://wordpress.org/support/users/markd21/)
 * (@markd21)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-recaptcha-unused-js-recaptcha__en-js/#post-14361536)
 * > Any reCAPTCHA code can appear if you have enabled reCAPTCHA in the WP Cerber
   > anti-spam settings. Disable reCAPTCHA in the WP Cerber settings to remove the
   > reCAPTCHA code generated by WP Cerber.
 * Thanks for your response. The problem is we already turned off the reCAPTCHA 
   option and the JS code is still there. [https://prnt.sc/1214tbw](https://prnt.sc/1214tbw)
   
   All API key already removed, saved, cache cleared as well.
 * Besides, I thought that only V3 reCAPTCHA require their code on all pages, isn’t
   it?
    We used to apply V3 -> changed to V2 -> Turned off completely but the code
   is still there. So it’s quite strange. Appreciate any help to figure this out.
   Regards, Mark
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] White flash while loading pages](https://wordpress.org/support/topic/white-flash-while-loading-pages/)
 *  Thread Starter [markd21](https://wordpress.org/support/users/markd21/)
 * (@markd21)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/white-flash-while-loading-pages/#post-14359226)
 * Solved by removing anti-flicker CSS/ JS
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] White flash while loading pages](https://wordpress.org/support/topic/white-flash-while-loading-pages/)
 *  Thread Starter [markd21](https://wordpress.org/support/users/markd21/)
 * (@markd21)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/white-flash-while-loading-pages/#post-14335684)
 * Hi, can we send it privately via email? And do you think criticalcss is the same
   support team or they are different?
    Thanks! Mark
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Can’t Save any Change in the setting – 404 options.php error](https://wordpress.org/support/topic/cant-save-any-change-in-the-setting-404-options-php-error/)
 *  Thread Starter [markd21](https://wordpress.org/support/users/markd21/)
 * (@markd21)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/cant-save-any-change-in-the-setting-404-options-php-error/#post-14335518)
 * Thanks, Frank.
    It was quite strange. But we reinstalled AO and it’s fine now.

Viewing 8 replies - 1 through 8 (of 8 total)