Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter vijayr2002

    (@vijayr2002)

    Anyone?

    at the top right of the “post” screen in the admin there is a little tab that says “screen options” hit that to pull down the screen options tab and then uncheck HTTPS.

    Thread Starter vijayr2002

    (@vijayr2002)

    Thank you for your reply. But if a new user signs up in my website. He has to remove it manually by using screen options. I would like to hide it via a code hack.

    Your help will be highly appreciated.

    Thanks.

    Thread Starter vijayr2002

    (@vijayr2002)

    Can anyone please help me regarding this? Thanks.

    Plugin Author mvied

    (@mvied)

    function remove_wordpresshttps_metabox() {
    	remove_meta_box('wordpress-https', 'post', 'side');
    }
    add_action('admin_init', 'remove_wordpresshttps_metabox');
    Thread Starter vijayr2002

    (@vijayr2002)

    Thank you so much.. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove the HTTPS widget in the Sidebar?’ is closed to new replies.