Wordpress - Content Management
You wrote this code to open the media uploader but it does not open:
What is the most likely reason?
jQuery(document).ready(function($) {
const frame = wp.media({ title: 'Choose File' });
frame.open();
});What is the most likely reason?
