• Dear all,

    I have a problem with 2 plugins execution order.

    One plugin uses a shortcode to read data from an XML feed an populate the post content with the XML feed extracted data.

    The second plugin is the famous YARPP Yet Another Related Post Plugin.

    -> The problem is YARPP runs / execute BEFORE the other plugin populates the blog post with the content, so at the end YARPP results are non-sense.

    How can I change the plugin execution order ??

    Thank a lot !!!

    Benjamin

    PS : I mentioned YARPP but I get the same problem with other plugins, I really need to be able to “order” the plugin execution / runtime

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    I needed the same so I finally decided to create a plugin to allow simple setting of the plugins load order.

    [moderated] Does not address the issue we’re discussing here.

    Enjoy!

    Re-ordering the active_plugins list will not have any effect on when two differing plugins are running their actions or filters, the order in which two filters or actions run is entirely dependant on the priority that filter or action is given when it registered.

    The plugin will help in re-ordering the load sequence for JS/CSS files between plugins, but it’s not going to help with the issue at hand with aguett unfortunately.. (nice idea though).

    I’m removing the plug to the plugin because it does not address the question at hand, anyone who wishes to find said plugin can simply view the thread you’ve created specifically for your plugin by navigating to your profile.

    Thanks Mark – good point. I haven’t realized that. Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with plugin execution order, any way to change the order ?’ is closed to new replies.