Support

Account

Home Forums Bug Reports Frontend Form Issues: pre_save_post & save_post Reply To: Frontend Form Issues: pre_save_post & save_post

  • function save_post_lock( $post_id )
    {
        $GLOBALS['acf_save_lock'] = $post_id;
        return $post_id;
    }
    function save_post_unlock( $post_id )
    {
        $GLOBALS['acf_save_lock'] = false;
        return $post_id;
    }