Function Reference: gd_compat_styles

Summary

Outputs the CSS from the compatibility settings page.

Package

GeoDirectory

Change Log

Since: 1.0.0

Source File

gd_compat_styles() is located in geodirectory_template_actions.php [Line: 18]

Source Code

function gd_compat_styles()
{
    $tc = get_option('theme_compatibility_setting');
    echo "";
}