do_action( 'edit_form_before_permalink', WP_Post $post )
Fires before the permalink field in the edit form.
Parameters
- $post
-
Post object.
Source
Changelog
Version | Description |
---|---|
WP-4.1.0 | Introduced. |
Fires before the permalink field in the edit form.
Post object.
Version | Description |
---|---|
WP-4.1.0 | Introduced. |