• Resolved mfebrey

    (@mfebrey)


    Hello, we have purchased a basic pro license. Upon installation, we received the following error on the frontend. Any thoughts on what we need to do?

    Deprecated: Hook wp_smush_should_skip_parse is deprecated since version 3.16.1! Use wp_smush_should_skip_lazy_load instead. in?/home/dzkfhq43gl3w/public_html/wp-includes/functions.php?on line?6078

    Also, Smush forces the install of a second plugin. WPMU DEV Dashboard. Can we use Smush without the bloat of an additional plugin?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @mfebrey !

    Hope you’re having a good day!

    In case you have a Pro license, we can provide support and answer all related questions on our support forum for our members, please open a ticket here if needed: https://wpmudev.com/hub2/support as we can only provide support for the free version of the plugin here.

    Regarding the issue, let me quickly suggest. It seems that you have debug display enabled on your site, which causes debugging messages to show up on the frontend. You can disable that by adding the following to your site’s wp-config.php:

    
    @error_reporting(0);
    @ini_set('display_errors', 0);
    define('WP_DEBUG_DISPLAY', false');

    This code needs to be added above the line that says “stop editing”. It’s a generally good idea to have debugging messages deactivated as any plugin may be displaying those and cause those to show up on the frontend.

    Regarding the WPMU DEV Dashboard plugin – it’s necessary to verify if you have an active membership and to enable the Pro features in our plugins. You can read more about the WPMU DEV Dashboard here: https://wpmudev.com/docs/getting-started/installing-the-wpmu-dev-dashboard-plugin/ (please note that we can’t provide support for this plugin here as it’s the forum for free versions of our plugins)

    Hope this helps and if needed, our Support Team will be happy to assist you further once you open a ticket through the Hub: https://wpmudev.com/hub2/support

    Kind regards,

    Pawe?

    Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @mfebrey

    We haven’t heard from you in a while, I’ll go and mark this thread as resolved. If you have any additional questions or require further help, please let us know!

    Kind Regards,
    Kris

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deprecated: Hook wp_smush_should_skip_parse’ is closed to new replies.