There is the in_admin_footer
hook that’s right before the “Thank you for creating with WordPress.” text in the footer, you can check if you’re on a tag edit screen in that hook.
function wpse_277416_admin_footer() {
$screen = get_current_screen();
if ( $screen->id === 'edit-post_tag' ) {
echo 'Hello world!';
}
}
add_action( 'in_admin_footer', 'wpse_277416_admin_footer' );
That’s not quite what you want though, but there’s no hooks between the submit button and the footer text.
Related Posts:
- Restrict access to admin but allow admin_post hook
- ‘wp’ hook supposed to trigger when editing a post?
- Adding Fields to the Category, Tag and Custom Taxonomy Edit Screen in the WordPress Admin?
- Show all post tags on post edit screen/sidebox
- wp_list_tables bulk actions
- WordPress admin notice in plugin function
- How to remove items from +New admin menu?
- How to show an error message after publishing a post?
- Looking for a hook to add attachment information to the media library tab
- How to get the password and username of the add new user form (admin back end) in wordpress
- Adding body class to login page?
- Always show same size tags for Tag Cloud in WordPress Admin
- How to change how long items are kept in the trash?
- Add “Page Revised” column to Admin
- Admin first hook that outputs HTML?
- Remove “Get Shortlink” button in admin of custom post type
- Display $pagenow error notice on all admin pages
- Can I edit the wp_post > post_content right before its inserted/updated?
- Stop loading “collaborators” users on add new post or page?
- How to check if upload window came from the featured image link?
- ‘wp_login’ action hook not working with wp-login.php file
- Share Tags Between Custom Posts in Admin
- Stopping user deletion from running on error
- sort tags by tag ID in admin panel
- Is there a quick way to find out what posts haven’t been tagged?
- is_admin() not working when updating a post in the admin panel
- Enque script based on url paramater
- Can I hook into wp_update_core outside of the admin?
- Trying to get custom js files in my admin header
- 100+ terms in any taxonomy slows down post updates?
- Add and Remove Row Actions in an Existing WP_List_Table
- Editing edit-tags.php page in wp-admin
- How can I prevent a function from loading in the admin screens?
- Adding JavaScript file in Admin Panel
- Restrict access to admin-post.php
- How can I remove commas when adding tags?
- How to check if it’s edit.php & post_type is set?
- Remove tags without a specific meta key from “choose from the most used tags”
- Add HTML to custom post type edit page
- admin_post_nopriv_{$action} is secure?
- Add HTML code before the title of the Tag page
- Remove menu item dashboard for a unique user
- Check get_post value after wp-admin login
- Custom comment action
- Action for opening edit page in admin?
- plugin: ‘init’ hook, check if we’re not in admin
- How to prevent a user from updating other users in WordPress?
- Why does wordpress and my site create a downloadable file instead of allowing me to login?
- {status}_{post_type} does not run correctly?
- How to Fix WordPress Not Saving Settings?
- site identity will not update [closed]
- Strange Popup Ad on my WordPress Admin Dashboard
- When would it be best to hook AJAX functions on a back-end page?
- wp-login.php entering password nothing happens
- Cached php? Updates are rendering only if logged as admin
- How to store additional data that is related to core data
- remove_action – pre_get_posts – does not restore original query
- Show comments in Backend
- wp-admin won’t load for users behind a Barracuda F600 firewall
- taxonomy_edit_form_fields output after term fields
- Js errors in wp-admin
- How to hide comments from private posts on user dashboard
- how to set not to be logined in wp-admin except administrator?
- wordpress plugin translation not working
- Trying to login to my site redirects me to the first page
- Avoid executing a function (redirect) if I’m in the admin area
- Reestablishing Automatic and Secure FTP Connection, Primary Domain Change
- remove different admin menu for specific users
- CSRF attack to create USER
- Wp-admin loguts me. When sign with Wp_singon
- Check if front page within function passed to action
- Get rendered HTML of Page in Admin Area
- Having SSL enabled on admin, but disabled on post preview and live preview?
- How can I insert custom html code inside a div dynamically?
- wp.media – drag&drop overlay stuck
- How to trigger click events using hooks
- How to display status messages in admin panel
- Why function called by admin-ajax executes synchronously?
- Child theme loses wp-admin styling
- adding existing menu page on new customer user role
- Hook woocommerce price in backend order edition
- WordPress wp-admin login problem
- stop customize.php redirect to login page if admin is not logged in
- Admin Login Checks
- Random authentication failures on a load balanced WP setup
- Can I get programmatic access to wp-admin?
- Disable flyout (popup) menus in backend
- Show only childs and grandchilds of certain post in admin
- Failed to load resource: the server responded with a status of 431 ()
- WordPress, content editor default type
- Database problem
- Strange URLs admin area bug
- Why might this disable other functionality?
- WordPress Admin Page Redirecting to Subdomain
- Remove Theme menu link from Admin Panel
- Changing headers for an export from within a PHP class extension
- Why does my edit screen suddenly have such a buggy interface?
- WordPress switch domains
- wp-admin redirects to standard wordpress page
- When installing wordpress through WP CLI mysite.com/admin not working