akcjaod 3.4.0
customize_save
Opis — z kodu źródłowego
Fires once the theme has switched in the Customizer, but before settings have been saved.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$manager | \WP_Customize_Manager | WP_Customize_Manager instance. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'customize_save', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'customize_save', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii