Skip to content
/?php
/**
* Hook before site content
*
* @since 0.2.2
*/
do_action( 'customify/after-site-content' );
do_action( 'customify/site-end/before' );
if ( ! customify_is_e_theme_location( 'footer' ) ) {
/**
* Site end
*
* @hooked customify_customize_render_footer - 10
*
* @see customify_customize_render_footer
*/
do_action( 'customify/site-end' );
}
do_action( 'customify/site-end/after' );
?>