Thursday, December 4, 2014

Add button next to add media in create post wordpress

PREVIEW:


// 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');

2 comments:

  1. Hi.. I want to add "drop down" box next to add "media button" in post without modifying the core file. please help me.

    ReplyDelete
  2. In which file should I add the above code.. Could you explain

    ReplyDelete