Adding a Media Button to the WordPress Content Editor
According to what you have posted, the action “wp_enqueue_media” is missing for the function “include_media_button_js_file”. In this case, the JavaScript file “media_button.js” would never be loaded. By the way, the function “wp.media” opens the media dialog for uploading or selecting images. However, you cannot enter any text in this dialog. Maybe the following example will … Read more