Make WordPress Core

Opened 4 months ago

Last modified 4 months ago

#60968 new enhancement

Create action `edit_form_before_title`

Reported by: zoliszabo's profile zoliszabo Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Editor Keywords: has-patch
Focuses: Cc:

Description

Triggered on the "classic" add/edit post pages before the title field is displayed. Will be the pair of already existing edit_form_after_title.

Helps hooking in before the title input field being displayed, so it would make it possible for plugins like ACF (or plugins extending ACF) to show custom fields even before the title input.

Note: I have a pretty valid use-case for it - the title should be automatically generated based on field(s) I should put above the title input field.

Change History (1)

This ticket was mentioned in PR #6373 on WordPress/wordpress-develop by zoliszabo.


4 months ago
#1

  • Keywords has-patch added

Triggered on the "classic" add/edit post pages before the title field is displayed. Will be the pair of already existing edit_form_after_title.

Helps hooking in before the title input field being displayed, so it would make it possible for plugins like ACF (or plugins extending ACF) to show custom fields even before the title input.

Trac ticket: https://core.trac.wordpress.org/ticket/60968

Note: See TracTickets for help on using tickets.