• ErrorSomething went wrong. Please try again.

    After installed the Facebook For Woocommerce Plugin. i saw the message”

    ErrorSomething went wrong. Please try again.“ under -marketing-facebook. could you please help to solve this? thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jimmyzsans

    (@jimmyzsans)

    WordPress v 6.9

    Try this:

    // Facebook for WooCommerce Heartbeat deaktivieren (WP 6.9 Workaround) add_action(‘init’, function() { if (function_exists(‘as_unschedule_all_actions’)) { as_unschedule_all_actions(‘facebook_for_woocommerce_daily_heartbeat’); } }, 1);

    add_action(‘action_scheduler_init’, function() { as_unschedule_all_actions(‘facebook_for_woocommerce_daily_heartbeat’); });

    • This reply was modified 1 month, 2 weeks ago by Florian.
Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.