init action kicks in too soon
-
With the latest version, the
init
action gets kicked in too early, preventing any other plugins from doing their work before publishing.Users of my plugin “WP to diaspora*” are experiencing this issue, where this plugin skips the post hooks of mine.
Could you please adjust the priority or use a different hook, thanks!
i.e. Up the priority like
add_action( 'init', 'pubScheduledPost', 999 );
Thanks!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘init action kicks in too soon’ is closed to new replies.