Title: Davide Prevosto's Replies | WordPress.org

---

# Davide Prevosto

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 59 total)

1 [2](https://wordpress.org/support/users/daweb/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/daweb/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/daweb/replies/page/4/?output_format=md) 
[→](https://wordpress.org/support/users/daweb/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BugSnag Error Monitoring plugin] Deprecated constant](https://wordpress.org/support/topic/deprecated-constant/)
 *  Thread Starter [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [7 months ago](https://wordpress.org/support/topic/deprecated-constant/#post-18789241)
 * Is the plugin still being maintained?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Split Test For Elementor] site_url() vs home_url()](https://wordpress.org/support/topic/site_url-vs-home_url-2/)
 *  Thread Starter [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [2 years ago](https://wordpress.org/support/topic/site_url-vs-home_url-2/#post-17921336)
 * Hello, thank you for your reply. I am using the pro version and I am getting 
   another issue, the same here: [https://wordpress.org/support/topic/error-404-while-creating-a-new-test/](https://wordpress.org/support/topic/error-404-while-creating-a-new-test/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] PHP 8 Warnings](https://wordpress.org/support/topic/php-8-warnings-13/)
 *  [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/php-8-warnings-13/#post-17677681)
 * Thank you [@seismicpixels](https://wordpress.org/support/users/seismicpixels/)
   for the comprehensive explanation. I fixed the issue applying a patch to the 
   composer process is installing the plugin through packagist. But not I can remove
   it, thanks to the plugin’s authors.
 * Have a nice day!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] PHP 8 Warnings](https://wordpress.org/support/topic/php-8-warnings-13/)
 *  [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/php-8-warnings-13/#post-17550391)
 * We are running into the same deprecation “_issue_“. It’s a little bit annoying
   developing a new website, with the DEBUG set to true. Did you find any workaround
   [@seismicpixels](https://wordpress.org/support/users/seismicpixels/)?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[CoverNews] How to set new “X” icon instead of the ‘bird’ for Twitter](https://wordpress.org/support/topic/how-to-set-new-x-icon-instead-of-the-bird-for-twitter/)
 *  [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/how-to-set-new-x-icon-instead-of-the-bird-for-twitter/#post-17468092)
 * Hello, have you got any news for this “issue”? It seems they won’t upgrade the
   version 5 of Font Awesome ([https://github.com/FortAwesome/Font-Awesome/issues/19931](https://github.com/FortAwesome/Font-Awesome/issues/19931))
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp for WooCommerce] Deprecated ExtendRestApi filling logs](https://wordpress.org/support/topic/deprecated-extendrestapi-filling-logs/)
 *  [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/deprecated-extendrestapi-filling-logs/#post-16015552)
 * The same here, we are detecting tons of this in the debug.log
 * `[16-Sep-2022 06:53:45 UTC] Automattic\WooCommerce\Blocks\Domain\Services\ExtendRestApi
   is <strong>deprecated</strong> since version 7.2.0! Use Automattic\WooCommerce\
   StoreApi\Schemas\ExtendSchema instead.`
 * It should be maybe changed here?
 * `/plugins/mailchimp-for-woocommerce/blocks/woocommerce-blocks-integration.php:
   use Automattic\WooCommerce\Blocks\Domain\Services\ExtendRestApi;`
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] Uncaught ReferenceError: ewww_webp_supported is not defined](https://wordpress.org/support/topic/uncaught-referenceerror-ewww_webp_supported-is-not-defined-2/)
 *  [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [5 years ago](https://wordpress.org/support/topic/uncaught-referenceerror-ewww_webp_supported-is-not-defined-2/#post-14726753)
 * Unfortunately the same is happening for me. After updating to 6.2.1 version, 
   we have this error:
 * `(index):140 Uncaught ReferenceError: ewww_webp_supported is not defined`
 * The involved script should be:
 * `<script>if(ewww_webp_supported){document.body.classList.add("webp-support");}
   </script>`
    -  This reply was modified 5 years ago by [Davide Prevosto](https://wordpress.org/support/users/daweb/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contextual Related Posts] CSS: error 404](https://wordpress.org/support/topic/css-error-404/)
 *  Thread Starter [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/css-error-404/#post-13886704)
 * Thank you [@ajay](https://wordpress.org/support/users/ajay/), I can wait for 
   your next release tomorrow.
    Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] amp-web-push extension not present – GSC error](https://wordpress.org/support/topic/amp-web-push-extension-not-present-gsc-error/)
 *  [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/amp-web-push-extension-not-present-gsc-error/#post-13577696)
 * Oh, I see.
 * Thanks for sharing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] amp-web-push extension not present – GSC error](https://wordpress.org/support/topic/amp-web-push-extension-not-present-gsc-error/)
 *  [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/amp-web-push-extension-not-present-gsc-error/#post-13577687)
 * Before posting, try to take a look into the community threads.
 * [https://wordpress.org/support/topic/amp-web-push-widget-error-after-last-update/](https://wordpress.org/support/topic/amp-web-push-widget-error-after-last-update/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] AMP validation error](https://wordpress.org/support/topic/amp-validation-error-11/)
 *  [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/amp-validation-error-11/#post-13576069)
 * [https://wordpress.org/support/topic/amp-web-push-widget-error-after-last-update/](https://wordpress.org/support/topic/amp-web-push-widget-error-after-last-update/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] ‘amp-web-push-widget’ Error After last Update](https://wordpress.org/support/topic/amp-web-push-widget-error-after-last-update/)
 *  [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/amp-web-push-widget-error-after-last-update/#post-13576052)
 * [@hassadr](https://wordpress.org/support/users/hassadr/)
 * **I am not using** the Push Notification options at the moment. So I solved **
   temporary** in this way:
 * open the file accelerated-mobile-pages/includes/features/push-notification/push-
   notification-functions.php
 * and comment from row 264 to 268
 *     ```
       function ampforwp_truepush_markup(){
                /* if (!checkAMPforPageBuilderStatus(get_the_ID()) && is_single()) {?>
                        <amp-web-push-widget visibility="unsubscribed" layout="fixed" width="250" height="45">
                        <button on="tap:amp-web-push.subscribe" class="amp-subscribe"><?php echo ampforwp_translation( ampforwp_get_setting('ampforw    p-truepush-translator-subscribe'), 'Subscribe to updates' ); ?></button>
                        </amp-web-push-widget>
        <?php } */
        }
       ```
   
 * If your’re using Push Notification functionality, stay away from this.
 * Hope it helps.
    -  This reply was modified 5 years, 10 months ago by [Davide Prevosto](https://wordpress.org/support/users/daweb/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[AMP for WP - Accelerated Mobile Pages] Not Recomended](https://wordpress.org/support/topic/not-recomended-2/)
 *  [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/not-recomended-2/#post-13510338)
 * Why not?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn)] Missing config-jquery.js](https://wordpress.org/support/topic/missing-config-jquery-js/)
 *  [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [6 years ago](https://wordpress.org/support/topic/missing-config-jquery-js/#post-13189694)
 * Hi there,
    the same it happens for me.
 *     ```
       function mo_openid_plugin_settings_script() {
               wp_enqueue_script( 'mo_openid_admin_settings_jquery_script', plugins_url('includes/js/config-jquery.js', __FILE__ ));
               wp_enqueue_script( 'mo_openid_admin_settings_jquery1_script', plugins_url('includes/js/config-jquery-ui.js', __FILE__ ));
       [...]
       ```
   
 * Unfortunately config-jquery.js does not exists in your ./includes/js folder.
   
   Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Page Cache – Cloudflare Cache, Page Speed & Core Web Vitals] Connection error: cURL error 28](https://wordpress.org/support/topic/connection-error-curl-error-28/)
 *  [Davide Prevosto](https://wordpress.org/support/users/daweb/)
 * (@daweb)
 * [6 years ago](https://wordpress.org/support/topic/connection-error-curl-error-28/#post-13162122)
 * Hi there,
 * your suggested fix is running fine on my environment.
    Thank you [@salvatorefresta](https://wordpress.org/support/users/salvatorefresta/)

Viewing 15 replies - 1 through 15 (of 59 total)

1 [2](https://wordpress.org/support/users/daweb/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/daweb/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/daweb/replies/page/4/?output_format=md) 
[→](https://wordpress.org/support/users/daweb/replies/page/2/?output_format=md)