tha_entry_bottom
The Responsive Mobile tha entry bottom function.
Description
tha_entry_bottom();
Usage
if ( !function_exists( 'tha_entry_bottom' ) ) { require_once '/core/tha-theme-hooks.php'; } // NOTICE! Understand what this does before running. $result = tha_entry_bottom();
Defined (1)
The function is defined in the following location(s).
- /core/tha-theme-hooks.php
- function tha_entry_bottom() {
- do_action( 'tha_entry_bottom' );
- }