do_action( ‘customize_save’, WP_Customize_Manager $manager )

In this article

Fires once the theme has switched in the Customizer, but before settings have been saved.

Parameters

$managerWP_Customize_Manager

Source

do_action( 'customize_save', $this );

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

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