* @package Componentz * @subpackage Componentz Theme * @since 1.0.0 */ // Do not allow direct access. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Hook: componentz/theme/content_wrappers_end * * @hooked componentz_content_wrappers_end - 10 * * @since 1.0.0 */ do_action( 'componentz/theme/content_wrappers_end' ); /** * Hook: componentz/theme/before_footer_wrapper * * @hooked none * * @since 1.0.0 */ do_action( 'componentz/theme/before_footer_wrapper' ); ?>