Sorry for this post, but i can't find solution for my problem :( I'm looking for a function like this :

<?php
function  mytheme_system_theme_settings_submit_alter($form, &$form_state) {
 // Here my custom function
}
?>

I would like to execute custom function after submission advanced theme settings. But it does not work :(

Comments

Evgenij’s picture

Solved! Solution here.