• Jetpack::add_configure_hook hooks plugins_loaded at one level below any existing hook, for functionality that uses Status::is_offline_mode which in turn stores the result in a cache. There are several hooks to plugins_loaded added at zero level (e.g. wp_maybe_load_widgets, wp_maybe_load_embeds, _wp_add_additional_image_sizes.

    So when this plugin adds the jetpack_offline_mode filter, it is too late.

    Either you need to add the plugins_loaded filter with PHP_INT_MIN priority, or (better), add the jetpack_offline_mode filter during construction.

    Would you be able to update the plugin to resolve this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.