www.aljonngo.com
// add button next to add media button function add_my_media_button() { echo 'Custom button next to Add media'; } add_action('media_buttons', 'add_my_media_button');
Hi.. I want to add "drop down" box next to add "media button" in post without modifying the core file. please help me.
In which file should I add the above code.. Could you explain
Hi.. I want to add "drop down" box next to add "media button" in post without modifying the core file. please help me.
ReplyDeleteIn which file should I add the above code.. Could you explain
ReplyDelete