[wp-hackers] edit.php custom post type customisations
aditya sharma
sharmaaditya333 at gmail.com
Thu Mar 3 09:51:29 UTC 2011
For hooking onto the edit posts screen, the following hook will do that for
you..
add_action( 'admin_print_styles-edit.php', 'your-function-callback' );
Replace your-function-callback with the name of the function you wish to
call with the action.
Warm Regards
Aditya Sharma
On Thu, Mar 3, 2011 at 1:00 PM, Paul Gibbs <djpaul at gmail.com> wrote:
> Hi all
> What's the best way to add a column to the edit.php?post_type=blah screen
> in 3.1?
>
> Regards
> Paul Gibbs
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
More information about the wp-hackers
mailing list