wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_validate_boolean › WordPress Function

Seit4.0.0
Veraltetn/v
wp_validate_boolean ( $value )
Parameter:
  • (mixed) $value Boolean value to validate.
    Erforderlich: Ja
Gibt zurück:
  • (bool) Whether the value is validated.
Definiert in:
Codex:

Filters/validates a variable as a boolean.

Alternative to filter_var( $value, FILTER_VALIDATE_BOOLEAN ).


Quellcode

Bald...