Contact Us

Contact us


function add_sticky_bottom_media() { // Prevent this from loading in the WordPress admin dashboard if ( is_admin() ) { return; } // Echo the HTML, CSS, and JS directly echo '
Bottom Banner
'; } add_action( 'wp_footer', 'add_sticky_bottom_media' );