функция
since 5.7.0
wp_schedule_https_detection()
Проверено на WordPress 6.9, обновлено Источник: WordPress Developer Resources.
Сигнатура
wp_schedule_https_detection()
Описание
Планирует Cron-хук для определения поддержки HTTPS.
Исходный код
wp-includes/https-detection.php:165
* that it was not possible to determine ownership.
*
* @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 ) {
История изменений
| Версия | Описание |
|---|---|
| 5.7.0 | Introduced. |

