Make WordPress Core

Opened 3 years ago

Last modified 2 years ago

#54419 new enhancement

Suggestion to add an action in /wp-admin/import.php page

Reported by: lenasterg's profile lenasterg Owned by:
Milestone: Awaiting Review Priority: normal
Severity: minor Version: 5.8.1
Component: Import Keywords: has-patch
Focuses: administration Cc:

Description

Hi.
I think it would be useful if we add an action in /wp-admin/import.php page, much like the those we have on other administration pages ex. https://core.trac.wordpress.org/browser/tags/5.8.1/src/wp-admin/tools.php tools page.

The suggested action is the following

/**
* Fires at the end of the importers Administration screen.
*
*/
do_action( 'after_importers' );

to insert after
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/import.php#L232

Sorry, for not posting it as a patch.

Bests,
Lena

Change History (3)

#1 @SergeyBiryukov
3 years ago

  • Component changed from Administration to Import

This ticket was mentioned in PR #3492 on WordPress/wordpress-develop by @lenasterg.


2 years ago
#2

  • Keywords has-patch added

The patch adds an action in /wp-admin/import.php page much like the one we have on other administration pages ex. tools page in https://core.trac.wordpress.org/browser/trunk/src/wp-admin/tools.php#L93

The patch adds an action in /wp-admin/import.php page much like the one we have on other administration pages ex. tools page in https://core.trac.wordpress.org/browser/trunk/src/wp-admin/tools.php#L93

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

This ticket was mentioned in PR #3493 on WordPress/wordpress-develop by @lenasterg.


2 years ago
#3

The patch adds an action at the end of /wp-admin/import.php page much like the one we have on other administration pages ex. tools page in https://core.trac.wordpress.org/browser/trunk/src/wp-admin/tools.php#L93

Trac ticket: [](https://core.trac.wordpress.org/ticket/54419)

Note: See TracTickets for help on using tickets.