• I’m using gravity forms as well as the gravity forms + custom post types plugin for a job board. Job are added through the gravity form, then the plugin converts them to a custom post type. Jobs are initially submitted as drafts and then published once approved.

    I’m looking to create a plugin that will fire when a job is published.

    What sort of add_action would I use? None of the standard WordPress Post hooks seem to work, I’ve tried gform_after_update_entry as well with no luck.

    gform_after_submission will work when a job is submitted but I would like it to fire after a job is published.

    Thanks!

    https://wordpress.org/plugins/gravity-forms-custom-post-types/

  • The topic ‘Gravityform Custom Post Types Action Hooks?’ is closed to new replies.