How to upload an image in the plugin’s options page
The better title for this would be: How to use the WordPress media uploader to upload images into settings page. 1- Add the necessary scripts to show the media uploader: add_action(‘admin_footer’, function() { /* if possible try not to queue this all over the admin by adding your settings GET page val into next if( … Read more