Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rinat

    (@rinatkhaziev)

    Hey,

    If you’re comfortable with php, there’s a filter for this:

    <?php
    add_action( 'fu_after_create_post', 'fu_after_create_post' );
    function fu_after_create_post( $post_id ) {
    	// do something
    }
    Thread Starter revolutionfrance

    (@revolutionfrance)

    Perfect! That’s all I needed. Thank you SO SO much!

    Plugin Author Rinat

    (@rinatkhaziev)

    Marking as resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get the id of created post’ is closed to new replies.