[wp-trac] [WordPress Trac] #54419: Suggestion to add an action in /wp-admin/import.php page
WordPress Trac
noreply at wordpress.org
Thu Nov 11 11:28:40 UTC 2021
#54419: Suggestion to add an action in /wp-admin/import.php page
----------------------------+-----------------------------
Reporter: lenasterg | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 5.8.1
Severity: minor | Keywords:
Focuses: administration |
----------------------------+-----------------------------
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#L92] 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
--
Ticket URL: <https://core.trac.wordpress.org/ticket/54419>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list