
如何列出MySQL数据库(分步代码教程)
wp_is_using_https ( No parameters )
Checks whether the website is using HTTPS.
This is based on whether both the home and site URL are using HTTPS.
function wp_is_using_https() { if ( ! wp_is_home_url_using_https() ) { return false; } return wp_is_site_url_using_https(); }