do_action( 'customize_save_validation_before', WP_Customize_Manager $manager )

Fires before save validation happens.


Description

Plugins can add just-in-time ‘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.


Top ↑

Parameters

$manager WP_Customize_Manager

Top ↑

Source

File: wp-includes/class-wp-customize-manager.php. View all references

do_action( 'customize_save_validation_before', $this );


Top ↑

Changelog

Changelog
Version Description
4.6.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.