Function Reference: geodir_full_page_class_dynamic

Summary

Outputs the ‘geodir_full_page_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_full_page_class_dynamic() is located in geodirectory_template_actions.php [Line: 76]

Source Code

function geodir_full_page_class_dynamic()
{
    $tc = get_option('theme_compatibility_setting');
    return $tc['geodir_full_page_class_filter'];
}