Fires inside the post editor form tag.
$postWP_Postwp-admin/edit-form-advanced.php:482file scope * Fires inside the post editor form tag. * * @since 3.0.0 * * @param WP_Post $post Post object. */do_action( 'post_edit_form_tag', $post ); $referer = wp_get_referer();?>><?php wp_nonce_field( $nonce_action ); ?><input type="hidden" id="user-id" name="user_ID" value="<?php echo (int) $user_ID; ?>" />Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.