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



customize_save_validation_before › WordPress Action Hooks

Seit4.6.0
Veraltetn/v
do_action( 'customize_save_validation_before', $this )
Parameter:
  • () manager WP_Customize_Manager instance.
    Erforderlich: Ja
Definiert in:
Codex:

Fires before save validation happens.

Plugins can add just-in-time {@see 'customize_validate_{$this->ID}'} filters at this point to catch any settings registered after `customize_register`. The dynamic portion of the hook name, `$this->ID` refers to the setting ID.




Quellcode

do_action( 'customize_save_validation_before', $this );