Title: Mauricio Panuncio's Replies | WordPress.org

---

# Mauricio Panuncio

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] WooCommerce Error| id was called incorrectly](https://wordpress.org/support/topic/woocommerce-error-id-was-called-incorrectly/)
 *  [Mauricio Panuncio](https://wordpress.org/support/users/panuweb/)
 * (@panuweb)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/woocommerce-error-id-was-called-incorrectly/#post-15158248)
 * Also line 312, from
 * `WPO_Page_Cache::delete_single_post_cache($product_with_stock->id);`
 * to
 * `WPO_Page_Cache::delete_single_post_cache($product_with_stock->get_id());`
 * regards!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] WooCommerce Error| id was called incorrectly](https://wordpress.org/support/topic/woocommerce-error-id-was-called-incorrectly/)
 *  [Mauricio Panuncio](https://wordpress.org/support/users/panuweb/)
 * (@panuweb)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/woocommerce-error-id-was-called-incorrectly/#post-15158239)
 * I have the same problem. It is a plugin bug.
 * Collaborators have to change line 311 of the file:
 * `/plugins/wp-optimize/cache/class-wpo-cache-rules.php`
 * from this:
 * `if (! empty ($ product_with_stock-> id)) {`
 * to this:
 * `if (! empty ($ product_with_stock-> get_id() )) {`
 * I don’t know where to report the bug. I hope this info is useful to the collaborators.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Undefined constant IS_PROFILE_PAGE](https://wordpress.org/support/topic/undefined-constant-is_profile_page/)
 *  [Mauricio Panuncio](https://wordpress.org/support/users/panuweb/)
 * (@panuweb)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/undefined-constant-is_profile_page/#post-12653372)
 * Same problem.
 * Wordpress Version: 5.4
    Plugin Version: 7.6.1
 * Action: update email from the user profile in the fronend
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google No CAPTCHA reCAPTCHA by WisdmLabs] Making noCaptcha required with Contact form 7](https://wordpress.org/support/topic/making-nocaptcha-required-with-contact-form-7/)
 *  [Mauricio Panuncio](https://wordpress.org/support/users/panuweb/)
 * (@panuweb)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/making-nocaptcha-required-with-contact-form-7/#post-5739429)
 * Yes, this change works for me. On the local, I did not check in production.

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