WordPress 3.7 has an edit_form_top
hook that may be what you need.
add_action('edit_form_top', 'my_echo_function');
Though you will need to write logic to keep it from executing on any but the post-new.php
page.
Related Posts:
- Best collection of code for your 'functions.php' file [closed]
- Creating button next to “add media” that allows you to choose a single post
- Remove Duplicator plugin from admin menu if not an administrator
- Gathering all Custom Post Type posts in to array/object the proper way
- Echo custom admin field into a is_single()
- admin panel save option with ajax
- Admin Panel pagination link styles
- Is this the right way to execute some PHP in my plugin after a button click on an options page?
- How would I go about creating a user ranked post popularity page?
- How can I force users to a particular subdomain to log in for MU (Multisite)?
- Anonymous Postings
- Display update notification messages like ‘What’s New’
- Do widget options need to be escaped widget()?
- Is there any W3C compatible Share & Follow plugin?
- Does any one have Idea to get these functionalities with the plugin wp-multi-network
- Disable woocommerce cookies and delete cart data automatically
- className not populating in custom block
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- Run plugins only on certain pages
- Admin accounts unable to see plugins from external IP
- Overide plugin files from child theme (/inc/ ) folder
- wp_generate_attachment_metadata is creating an empty array
- custom payment gateway in woocommerce failed to connect to remote api server
- How to allow an editor to edit all WordPress blog posts but have the last say as administrator?
- Display encrypted content on my website
- Post category with counts been display like a menu
- Post custom Data value in The Events Calendar plugin [closed]
- Send reply with pre-prepared answers
- Best way to maintain and update 3rd-party WP plugin when developer is unresponsive?
- Plugin dependencies: show notice like theme plugins dependencies
- Save custom attributes of product in woocommerce
- Calling an attribute from a plugin shortcode
- Best place for short bio,image and button [closed]
- WordPress wp-admin/network/plugin-install
- how to access all user dashboard on fronted page [closed]
- Use of Templates in a Plugin
- How to set add question capability for author role in wp pro quiz plugin
- Why can’t I access my Intranet LDAPS with NADI?
- External Domain on WordPress Multisite
- In the archive widget, how do I sort in between two years?
- Customization API for plugin development
- Fromcraft Plugin On click submit button [closed]
- creating a custom shop page display on archive woocommerce
- Setup page on first login on multisite
- polylang + category/tag custom language link
- Anspress Customization: How to show logged in user votes on a single answer?
- Custom wordpress Theme and Plugin repository
- Automatic Updates Individual Plugins Not Working
- How do I make a child theme I made POST through a 3rd party plugin?
- do_action() hook into load-(page)
- How create Group Blogs based on user created Groups
- How to redirect users to their profile after they successfully edit their profile
- Custom table naming/access convention for multisite: $table_prefix vs base_prefix or other?
- Add ALT attribute to Pin It Button image to pass HTML5 validation
- date/time-picker and file upload (image) fields for custom fields (e.g. with more fields)
- Getting Theme element into plugins page editor in wp admin
- How to change the name of the “edit my profile” link in the WordPress admin backend
- WordPress as web application base
- Customize The Events Calendar to Include an Option to Expand for More Events Listings
- URL rewrite of independent plugin?
- Plugin for users to create their own ads like Google Adsence
- GeoMashup plugin: how to customize cluster markers / icons? [closed]
- Sync User to cPanel webmail?
- How do I apply style to each category of a list?
- Adding CSS to custom post type admin page causes error
- Add category selection to custom post type (plugin)
- Redirect to another page using contact form 7? [closed]
- changing posts layout in ultimate member profile plugin
- Display Custom Field Value on Admin Page Column
- How to remove/hide Yoast’s “SEO” tab in admin panel?
- “No Add Button” for me to customize my WordPress with themes and pluggins
- Translation plugin to translate another plugins
- Login Customizer doesn’t change the background of the register form
- Admin AJAX doesn’t work in plugin admin page – Even though code is copied verbatim from WordPress Codex
- Inserting custom PHP script on homepage
- Add sub menu page in your plugin
- Creating Featured Content Boxes
- What’s causing this error? “Warning: Invalid argument”
- Integrating WP E-commerce plugin into custom theme
- Best practice for including plugin output in a template without using shortcode?
- Custom post types – remove default post supports through empty array?
- Basic gallery plugin suggestion [closed]
- a weird attribute on every html tag
- Move plugin-settings to ‘Settings’-menu in the admin
- How can I run a custom shortcode function on a live site and only run if the viewer is a specific machine?
- Contact Form 7 – Form name blank [closed]
- WordPress Admin Menu defining function is seperate file
- How do i get file_get_contents to work in wordpress
- Custom widget doesn’t save values from dropdown box
- Plugin Development – Functions or Hooks?
- How do I add some javascript validation to the admin interface form’s onsubmit?
- remove all submenus from plugin
- Plugin function inside custom plugin
- Create WordPress posts from JSON array using plugin in admin
- WordPress as template engine
- Change the style of h1, h2, only in post entry
- How to change the wp_upload_dir() path in plugin
- Plugin getting Cannot modify header information errors
- creating a plug in that would tap into save/update action of posts [closed]
- Simply poll & Events Calendar plugins clashing