edit_form_before_permalink WordPress Action Hook

The edit_form_before_permalink hook is called before the permalink field on the post editing screen is output. It can be used to add custom fields to the editing screen, or to modify the existing fields.

do_action( 'edit_form_before_permalink', WP_Post $post ) #

Fires before the permalink field in the edit form.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.