Fires before the permalink field in the edit form.
Parameters
$post
WP_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.
$post
WP_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.