wp_schedule_https_detection()WP 1.0

No Hooks.

Return

null. Nothing (null).

Usage

*;

Changelog

Since 5.7.0 Introduced.

wp_schedule_https_detection() code WP 6.5.2

*
* @since 5.7.0
* @access private
*
* @param string $html Full HTML output string, e.g. from a HTTP response.
* @return bool|null True/false for whether HTML was generated by this site, null if unable to determine.
*/
function wp_is_local_html_output( $html ) {
	// 1. Check if HTML includes the site's Really Simple Discovery link.