Title: Notification &#8220;Function called incorrectly&#8221;
Last modified: September 2, 2026

---

# Notification “Function called incorrectly”

 *  Resolved [dmncvs](https://wordpress.org/support/users/dmncvs/)
 * (@dmncvs)
 * [1 week ago](https://wordpress.org/support/topic/notification-function-called-incorrectly/)
 * Query Monitor reports several “called incorrectly” notices on every page load
   when CTX Feed / Product Feed for WooCommerce (v8.0.9) is active. All originate
   from the same root cause: the plugin bootstraps on the plugins_loaded hook, too
   early for both WordPress translations and Action Scheduler.
 * 1) Translation loading for the woo-feed domain (and even the woocommerce domain)
   is triggered too early, via CTXFeed\V8\Dashboard\WidgetRegistry::registerDefaults()
   calling __() during DashboardServiceProvider::boot() (Dashboard/WidgetRegistry.
   php:45).
 * 2) CTXFeed\V8\Feed\FeedServiceProvider::register_recurring_backfill() (Feed/FeedServiceProvider.
   php:277 and :283) calls as_has_scheduled_action() and as_schedule_single_action()
   before the Action Scheduler data store is initialized. This looks more serious
   than a log notice — it may mean the recurring backfill action isn’t reliably 
   scheduled.
 * Both chains trace back to Bootstrap::init() -> boot_v8() running on plugins_loaded(
   woo-feed.php:254). Deferring the relevant service provider boot logic to init(
   or later, after Action Scheduler is ready) should resolve all four notices.
 * Thanks,
   Dmitry
    -  This topic was modified 1 week ago by [dmncvs](https://wordpress.org/support/users/dmncvs/).

Viewing 1 replies (of 1 total)

 *  Plugin Support [mansary](https://wordpress.org/support/users/mansary/)
 * (@mansary)
 * [1 week ago](https://wordpress.org/support/topic/notification-function-called-incorrectly/#post-19009539)
 * Hi [@dmncvs](https://wordpress.org/support/users/dmncvs/),
 * Thank you for reporting this.
 * We have addressed and fixed the issue you identified. The fix will be included
   in the **new version of CTX Feed, which will be released tomorrow**.
 * Best regards,

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fnotification-function-called-incorrectly%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/webappick-product-feed-for-woocommerce/assets/icon-256x256.
   gif?rev=3346213)
 * [Product Feed Manager for WooCommerce – CTX Feed – Support 220+ Shopping, AI & Social Channels](https://wordpress.org/plugins/webappick-product-feed-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/webappick-product-feed-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/webappick-product-feed-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/webappick-product-feed-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/webappick-product-feed-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/webappick-product-feed-for-woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mansary](https://wordpress.org/support/users/mansary/)
 * Last activity: [1 week ago](https://wordpress.org/support/topic/notification-function-called-incorrectly/#post-19009539)
 * Status: resolved