WordPress Media manager select file button, how to prevent hiding?

Sorry for format of my code. Please any one help me to edit this code format. ” Use below code in function file in your theme. After that it will display an option in Admin> appearance>Homepage below image 1 . From there you can upload image.” function register_my_logo(){ register_setting(‘logo_options_group’,’logo_options_group’); }add_action( ‘admin_init’, ‘register_my_logo’ ); function add_logo_page_to_settings() … Read more