PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
comments-ratings
/
callbacks
<?php defined('ABSPATH') or die; /** * On save action we process all settings for each theme settings we have in db * * Think about inserting this function in after_theme_switch hook so the settings should be updated on theme switch * * @param $values */ //@todo use this to process the save action, but for now just return return; //function save_customizer_plugin_settings( $values ){ // //// $options = get_option('pixreviews_settings'); // // maybe proccess some setting on save // // // save this settings back //// update_option('pixreviews_settings', $options); //}
[+]
..
[-] save_settings.php
[edit]