Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mostafa Soufi

    (@mostafas1990)

    Hey,

    You can easily dequeue the script with the below example by adding this in your theme’s functions.php

    add_action('admin_enqueue_scripts', function () {
        wp_dequeue_script('feedbackbird-app-script');
    }, 1000);

    Best

    Thread Starter matris84

    (@matris84)

    Thanks, it works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error feedbackbird’ is closed to new replies.