Fires before the permalink field in the edit form.
Parameters
$postWP_Post- Post object.
Source
do_action( 'edit_form_before_permalink', $post );
Changelog
| Version | Description |
|---|---|
| 4.1.0 | Introduced. |
Fires before the permalink field in the edit form.
$postWP_Postdo_action( 'edit_form_before_permalink', $post );
| Version | Description |
|---|---|
| 4.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.