//====================================================================== // INJECT CUSTOM FOOTERS //====================================================================== function gq_add_custom_mobile_footer_bar() { echo do_shortcode('[et_pb_section global_module="27253"][/et_pb_section]'); } add_action( 'et_after_main_content', 'gq_add_custom_mobile_footer_bar' );