| Current Path : /home/frekansk/www/wp-content/plugins/unyson/framework/core/extends/ |
| Current File : /home/frekansk/www/wp-content/plugins/unyson/framework/core/extends/interface-fw-option-handler.php |
<?php if (!defined('FW')) die('Forbidden');
/**
* @deprecated since 2.5.0
* Will be removed soon https://github.com/ThemeFuse/Unyson/issues/1937
*/
interface FW_Option_Handler
{
function get_option_value($option_id, $option, $data = array());
function save_option_value($option_id, $option, $value, $data = array());
}