wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



pre_wp_get_https_detection_errors › WordPress Filter Hooks

Da6.4.0
Deprecaton/a
apply_filters( 'pre_wp_get_https_detection_errors', null )
Parametri:
  • (null|WP_Error) $pre Error object to short-circuit detection, or null to continue with the default behavior.
    Richiesto:
Ritorna:
  • ()
Definito a:
Codex:

Short-circuits the process of detecting errors related to HTTPS support.

Returning a WP_Error from the filter will effectively short-circuit the default logic of trying a remote request to the site over HTTPS, storing the errors array from the returned WP_Error instead.





Sorgenti

$support_errors = apply_filters( 'pre_wp_get_https_detection_errors', null );