Function Reference: geodir_before_main_content_add_dynamic

Summary

Outputs the ‘geodir_before_main_content_add’ 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_before_main_content_add_dynamic() is located in geodirectory_template_actions.php [Line: 62]

Source Code

function geodir_before_main_content_add_dynamic()
{
    $tc = get_option('theme_compatibility_setting');
    echo $tc['geodir_before_main_content_add'];
}