Fires inside the post editor form tag.
Parameters
$postWP_Post- Post object.
Source
do_action( 'post_edit_form_tag', $post );
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
| CARVIEW |
Fires inside the post editor form tag.
$postWP_PostApplies to the tag for the default post edit page (which is used for pages and custom post types). It is at the end of the form start tag and before the closing bracket.
<form name="post" action="post.php" method="post" id="post"<?php do_action('post_edit_form_tag'); ?>>
do_action( 'post_edit_form_tag', $post );
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
Example migrated from Codex: