wpseek.com
A WordPress-centric search engine for devs and theme authors



customize_save_validation_before › WordPress Action Hooks

Since4.6.0
Deprecatedn/a
do_action( 'customize_save_validation_before', $this )
Parameters:
  • () manager WP_Customize_Manager instance.
    Required: Yes
Defined at:
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.




Source

do_action( 'customize_save_validation_before', $this );