/**
* Unyson framework
*/
if ( defined('FW') ) {
function _filter_theme_custom_framework_customizations_dir_rel_path($rel_path) {
return '/framework';
}
add_filter(
'fw_framework_customizations_dir_rel_path',
'_filter_theme_custom_framework_customizations_dir_rel_path'
);
} // defined FW