wp_schedule_https_detection()WP 1.0

Хуков нет.

Возвращает

null. Ничего (null).

Использование

*;

Список изменений

С версии 5.7.0 Введена.

Код wp_schedule_https_detection() 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.