Function Reference: geodir_after_tab_content

Summary

Adds closing div after the tab content.

Description

This function adds closing div after the tab content like post information, post images, reviews etc.

Package

GeoDirectory

Parameters

$hash_key
(string) (required)

Default: None

Change Log

Since: 1.0.0

Source File

geodir_after_tab_content() is located in geodirectory-functions/custom_functions.php [Line: 502]

Source Code

function geodir_after_tab_content( $hash_key ) {
	switch ( $hash_key ) {
		case 'post_info' :
			echo '
'; break; case 'post_images' : echo '
'; break; case 'reviews' : echo '