Gallery Post Edit Form (Advanced Forms) (reference)
$gallery_post_deleted = get_field ( ‘gallery_post_delete’ ); if ( $gallery_post_deleted ) { wp_redirect(‘/user/’, 302); exit(); } if ( is_user_logged_in() && get_the_author_meta( ‘ID’ ) === get_current_user_id() ) { //echo get_the_author_meta( ‘ID’ ); ?> Update Your Gallery PostContinue reading