catchresponsive_page_end
End div id #page.
Description
catchresponsive_page_end();
Usage
if ( !function_exists( 'catchresponsive_page_end' ) ) { require_once '/inc/catchresponsive-structure.php'; } // NOTICE! Understand what this does before running. $result = catchresponsive_page_end();
Defined (1)
The function is defined in the following location(s).
- /inc/catchresponsive-structure.php
- function catchresponsive_page_end() {
- ?>
- </div><!-- #page -->
- <?php
- }