I added a submenu page for my plugin in the admin panel. I have FORCE_SSL_ADMIN and FORCE_SSL_LOGIN set to true in wp-config.php. When I went to my plugin's submenu page, I found that it is only "partially encrypted". But every wordpress' own menu/submenu page is fully encrypted except for the Dashboard.
Why isn't the Dashboard fully encrypted? How can I encrypt my plugin's submenu page?
Thank you.