• Please consider finding a way to make this work with frontend submissions (regardless of the type of frontend submission form). I tried creating a plugin that would use this plugin’s main function as posts are added to the database (using wp_insert_post) but that didn’t work for me. I also tested changing this plugin from using save_post to wp_insert_post but that had no effect.

Viewing 1 replies (of 1 total)
  • Plugin Support Michael Beckwith

    (@tw2113)

    The BenchPresser

    As is, we’re doing all of our work on the save_post action, which is inside the wp_insert_post function. The wp_insert_post action hook conveniently fires right after save_post.

    That said, because we won’t know for certain how the frontend forms are working and coded, it’s hard to target things. As long as the save_post hook gets encountered and fired, theoretically it should work.

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