edit_form_after_title WordPress Action Hook

The edit_form_after_title hook is a action hook that is called after the editor form title field. This hook can be used to add extra fields to the editor form, or to modify the existing form fields.

do_action( 'edit_form_after_title', WP_Post $post ) #

Fires after the title field.


Parameters

$post

(WP_Post)Post object.


Top ↑

Source

File: wp-admin/edit-form-advanced.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.5.0Introduced.

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.