you can use load-{page-hook}
. It is called prior to the admin screen loading.
add_action( 'load-post-new.php', 'post_listing_page' );
function post_listing_page() {
// 'add new' page, you may have to check post type..
}
- {page-hook} on the ‘add new’ page of any post type, it is post-new.php
- {page-hook} on the edit page of any post type, it is post.php
Related Posts:
- How to pass parameters to admin_notices?
- Use latest jQuery in WordPress (admin interface)
- remove_action with profile_personal_options
- Admin: global $post empty
- How to pass multiple parameter in add_action()
- Hide post title input for all roles except admin
- Show only content in page after action click in WordPress admin
- Find out if post was just updated on post edit screen
- Form submit in admin does not set is_admin() true
- ‘Conflict’ with action deleted_post and is_admin()
- Unsure how to add simple checkboxes that write to a small table to admin
- Add custom column to Users admin panel
- Modal window from within WordPress admin
- How do I remove dashboard access from specific user roles?
- Search posts by ID in admin
- Sort pages in loop by admin’s page attributes order field?
- Edit “thank you for creating with WordPress” in version 3.3.1
- How to save dismissable notice state in WP 4.2?
- Notification that the admin is online
- Plugin to remove Admin menu items based on user role?
- How to obtain the user ID of the current profile being edited in WP-Admin?
- Get current active wp color scheme
- Cannot login to WordPress Admin with SSL terminated load balancer
- How can I log a user out of WordPress before the page loads?
- use add_settings_field properly?
- How to fix admin stylesheet muck-up? [closed]
- Turn off admin emails for new user registrations
- Remove admin AND editor from the “change role to” menu in user listing
- Modify CSS via Theme Control Panel
- Adding custom Javascript to the head tag in Admin
- Making Media Library “Alternative Text” Field Required
- Add extra field when admin create user
- Replacing the List table of a Post Type
- changing body background color for custom post type in admin backend
- Adding scripts to admin page in my theme
- How to Remove the “Restore” Link in Quick Edit?
- How can I place the “Add New Post” contents on a custom page?
- Getting Rid of the WordPress.com Toolbar on Other Sites?
- how to change appearence of the content of default post list columns?
- Any way to inherit methods from both my plugin class and WP_List_Class?
- How to notify the admin about something that happened during a cron job
- wp_dropdown_pages() in theme admin page
- How to enable enqueue_script to work with a logged in user?
- I’m receiving requests to change the admin email. How can this be happening?
- How can I load an inline script after the enqueued scripts in admin?
- Set admin body to ltr on a rtl installation
- Restore original WP admin bar after BuddyPress install [closed]
- front end editing using iFrames, best approach?
- Are there any filters to add additional columns to the list table on edit-comments.php?
- Can I mass change all admin emails for a multisite instance?
- How can I add an additional action button into the woocommerce admin order page?
- WordPress Frontend Check If Current User Is Administrator
- Instructions for a custom post type
- WordPress admin area used to administer other site
- Trigger a custom function when option are saved in admin area
- How to display a WordPress notice on create_term action
- Problems with WP_List_Table and hooks
- Add ‘Last Modified’ and Attachments (Yes/No) to WordPress Users Column
- WordPress administrator area access disabled temporarily due to widespread brute force attacks
- How to display message (with switch_theme hook) after deactivating My theme?
- Modifying the built-in behavior of ajax tag type-ahead functionality of WordPress
- Why am I timing out when using the Menu Editor?
- How can I merge two authors?
- Why can’t a custom postype be registered with “admin_init” hook?
- Accessing variable from admin panel?
- Add term of current custom post type to admin body class using admin_body_class
- Changing admin user id for database
- Limiting Admin Backend Search to Title
- Order All Pages table in administration
- Does deleting the table users prevent all logins?
- Admin: how to make a custom list filter button send GET queryvars
- Include script files for admin submenu page
- Is there a filter to remove or replace the post title’s link in the admin post table view (edit.php)?
- How to change the link of the wordpress logo in the admin bar?
- How should I setup the “Users” area to hand over to a client?
- Shows site under construction but comes up after I login to admin
- Wp-Admin FTPS Connection Error unlike Filezilla
- Default scripts added to each admin page
- Settings API – Last two tabs not rendered separate
- Adding a WordPress Admin Dashboard to my local wordpress site
- cannot access the wordpress dashboard after changing the site url
- Reset WordPress admin users to limit access
- Is it possible to push admin notices to one specific user instead of all users?
- After upgrading to WP 5.1.1 sometimes I need to reauth infinitively
- Trying to hide a submenu link which is created by Co-authors Plus plugin
- Blank WordPress admin/dashboard (7 updates pending)
- How can I create multiple different admin roles with their own capabilities
- Wp-admin page not found following copy of site
- Custom redirection when managing users in admin
- How to retain HTML5 Attributes on Markup
- Why doesn’t the Media Browser use thumbnail sized images?
- wordpress login loop after install
- Handle logo text color from admin section
- Improving this link color picker code
- Change Admin URL
- Change the Author name to a custom field?
- How to remove certain feed from my dashboard in WP admin
- Hiding the media-new.php File URL option via jQuery
- Buddypress send admin notification email when new subscriber registers
- Background image in login showing in admin area