Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: Problem with wp_insert_post
    wlk

    (@wlk)

    Hi,
    I suggest you to do it other way. Because what you did does this:

    1. on publish_post do:
    2. add new post and call publish_post, which goes to step 1

    Function one is ok, but the trigger that activates it is wrong (unless you want to have infinite loop of posts being created).

    Find more appropriate hook for calling function that will create new post.

Viewing 1 replies (of 1 total)