Function Reference: geodir_location_switcher_menu_sub_ul_class_dynamic

Summary

Outputs the ‘geodir_location_switcher_menu_sub_ul_class_filter’ from the compatibility settings page.

Description

This is called via filter and should not really be used direct.

Package

GeoDirectory

Change Log

Since: 1.0.0

Source File

geodir_location_switcher_menu_sub_ul_class_dynamic() is located in geodirectory_template_actions.php [Line: 244]

Source Code

function geodir_location_switcher_menu_sub_ul_class_dynamic()
{
    $tc = get_option('theme_compatibility_setting');
    return $tc['geodir_location_switcher_menu_sub_ul_class_filter'];
}