<?php
global $exertio_theme_options;
wp_footer();
?>
<div id="custom_offer_detail_modal"></div>
<div id="description_modal"></div>
<div id="reject_payout_modal"></div>
<?php
// Check if the language direction is RTL
if(is_rtl()) {?>
<input type="hidden" name="rtl_input" id="rtl_hidden_value" value="1">
<?php
}
?>
</body>
</html>