• Resolved barakuda28

    (@barakuda28)


    Hi,

    I am trying to do some actions when a future post gets published but I ran GREP on the WordPress files and it does not seem that a hook named publish_future_post exists. I found it in the codex.

    I am hooking a function to the hook from functions.php of my theme.

    Please help! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter barakuda28

    (@barakuda28)

    My bad, I found the hook in the code but still can’t hook my own function to it. It just does not execute my function. Has anyone used it?

    Thread Starter barakuda28

    (@barakuda28)

    Seems to be bug at WP 3.3.2
    Works like a charm with WP 3.4!

    Thread Starter barakuda28

    (@barakuda28)

    Sorry to bring this up again but the problem appeared again!

    It was fixed with WP 3.4 beta4 and now with the official WP 3.4 the hook is again not called.

    How can I contact the WP developers team?

    Hi barakuda28, did you ever find a resolution to this? I am having the same issue.

    Moderator bcworkz

    (@bcworkz)

    This hook does not seem to exist in official releases, so you would be best served finding an alternative way of doing things. Reliance on it would likely bring much frustration.

    hm, very strange. I think I have found a workaround (although it is far less elegant).

    thanks for the help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Is publish_future_post hook still present & working?’ is closed to new replies.