Function Reference: geodir_after_widget_dynamic

Summary

Outputs the ‘geodir_after_widget_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_after_widget_dynamic() is located in geodirectory_template_actions.php [Line: 104]

Source Code

function geodir_after_widget_dynamic()
{
    $tc = get_option('theme_compatibility_setting');
    return $tc['geodir_after_widget_filter'];
}