Title: Hook name
Last modified: October 7, 2024

---

# Hook name

 *  Resolved [mynetflixtain](https://wordpress.org/support/users/mynetflixtain/)
 * (@mynetflixtain)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/hook-name-3/)
 * hi, please What is the hook name for after a submission is created? Using the
   plugin

Viewing 1 replies (of 1 total)

 *  Plugin Author [WP Shuffle](https://wordpress.org/support/users/wpshuffle/)
 * (@wpshuffle)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/hook-name-3/#post-18062208)
 * Hello there, 
   Thank you for writing to us. You can check all the necessary hooks
   available in our plugin in the help section. The specific hook that you are asking
   is as below which is fired just after the form is submitted.
 *     ```wp-block-code
       /**                 * Fires when the successful form submission is complete                 *                 * @param int $insert_update_post_id                 * @param array $form_row                 * @param string $action                 */                do_action( 'fpsml_form_submission_success', $insert_update_post_id, $form_row, $action );
       ```
   
 * Please let us know if you have any confusion regarding the provided code. 
   Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Hook name’ is closed to new replies.

 * ![](https://ps.w.org/frontend-post-submission-manager-lite/assets/icon-256x256.
   png?rev=3524154)
 * [Frontend Post Submission Manager Lite - Frontend Posting WordPress Plugin](https://wordpress.org/plugins/frontend-post-submission-manager-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/frontend-post-submission-manager-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/frontend-post-submission-manager-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/frontend-post-submission-manager-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/frontend-post-submission-manager-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/frontend-post-submission-manager-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WP Shuffle](https://wordpress.org/support/users/wpshuffle/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/hook-name-3/#post-18062208)
 * Status: resolved