uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
charitable
/
templates
/
campaign-loop
/
donate-modal-window.php
/
/
<?php /** * Sets up the modal window for the campaigns in the loop. * * Override this template by copying it to yourtheme/charitable/campaign-loop/donate-modal-window.php * * @author WP Charitable LLC * @package Charitable/Templates/Campaign * @since 1.0.0 * @version 1.6.57 */ $modal_class = apply_filters( 'charitable_modal_window_class', 'charitable-modal' ); wp_enqueue_script( 'lean-modal' ); wp_enqueue_style( 'lean-modal-css' ); ?> <div id="charitable-donation-form-modal-loop" style="display: none;" class="<?php echo esc_attr( $modal_class ); ?>"> <a class="modal-close"></a> <div class="donation-form-wrapper"></div> </div> <script type="text/javascript"> ( function( $ ) { var resize_modal = function(){ $.fn.leanModal( 'resize', $('#charitable-donation-form-modal-loop') ); }; $( '[data-trigger-modal]' ).on( 'click', function(){ var campaign_id = $( this ).data( 'campaign-id' ), $wrapper = $( '#charitable-donation-form-modal-loop .donation-form-wrapper' ); if ( ! campaign_id ) { return; } $wrapper.html( "<img src=\"<?php echo esc_url( charitable()->get_path( 'assets', false ) ); ?>/images/charitable-loading.gif\" width=\"60\" height=\"60\" alt=\"<?php esc_attr_e( 'Loading…', 'charitable' ); ?>\" />" ); resize_modal(); $.ajax({ type: "POST", data: { action: 'get_donation_form', campaign_id: campaign_id }, dataType: "json", url: CHARITABLE_VARS.ajaxurl, xhrFields: { withCredentials: true }, success: function ( response ) { if ( response.success ) { $wrapper.html( response.data ); new CHARITABLE.Donation_Form( $wrapper.find( '#charitable-donation-form' ) ); CHARITABLE.Toggle(); resize_modal(); return; } $wrapper.html( "<?php esc_html_e( 'Unfortunately, something went wrong while trying to retrieve the donation form. Please reload the page and try again.', 'charitable' ); ?>" ); }, error: function() { $wrapper.html( "<?php esc_html_e( 'Unfortunately, something went wrong while trying to retrieve the donation form. Please reload the page and try again.', 'charitable' ); ?>" ); } }).fail(function ( response ) { if ( window.console && window.console.log ) { console.log( response ); } }); return false; }); })( jQuery ); </script>
/home/batcwwjx/www/wp-content/plugins/charitable/templates/campaign-loop/donate-modal-window.php