Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @naveenparmuwal

    Thank you for contacting us, it may be an issue or conflict with Litespeed plugin which is adding comments in JSON response.

    Can you please add the following code snippet to your active theme’s functions.php file or in the custom plugin and check if that works for you?

    add_filter( 'litespeed_comment', '__return_false' );

    I hope this is helpful!

    Thread Starter Naveen Kumar

    (@naveenparmuwal)

    Sorry, I’m not coding expert.

    Plugin Support Milind More

    (@milindmore22)

    Hello @naveenparmuwal

    Adding code snippets to your theme’s functions.php file
    Theme Functions (functions.php) is the main file to add your custom code (in PHP language) to customize and/or change the behavior of the theme or any plugin.

    Disclaimer : Please follow the instructions to adding code snippet mentioned below at your own risk.

    To add your code to functions.php go to:

    Please goto -> WP Admin->Appearance->Theme Editor

    Select the Theme Functions (functions.php) file from the sidebar on the right.

    Add the code snippet mentioned below at the bottom of the page (before the PHP closing tag ?> if this is present)

    add_filter( 'litespeed_comment', '__return_false' );

    Click Save Changes

    We hope this helps in you understand how to add code snippet in your functions.php.

    Thread Starter Naveen Kumar

    (@naveenparmuwal)

    Thanks!! its work

    Plugin Support Milind More

    (@milindmore22)

    @naveenparmuwal Glad our suggestion is helpful, I’ll mark this as resolved Open a new support topic if you face further issues, also feel free to leave a plugin review, we would love to hear your feedback.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Amp scan failed’ is closed to new replies.