Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have a function that kills the media buttons on certain custom post types. I want it to load whenever any post/ page edit page opens. What's the best action to hook this up to?

Thanks in advance.

share|improve this question

1 Answer

up vote 0 down vote accepted

Try the 'load-post.php' action.

share|improve this answer
Sweet. I love you. – mjjwatson Jul 9 '11 at 11:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.