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
/
includes
/
public
/
charitable-template-hooks.php
/
/
<?php /** * Charitable Template Hooks. * * Action/filter hooks used for Charitable functions/templates * * @package Charitable/Functions/Templates * @author David Bisset * @copyright Copyright (c) 2023, WP Charitable LLC * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 1.0.0 * @version 1.7.0.9 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Add custom CSS to the <head>. * * @see charitable_template_custom_styles() */ add_filter( 'wp_head', 'charitable_template_custom_styles' ); /** * Single campaign, before content. * * @see charitable_template_campaign_description() * @see charitable_template_campaign_summary() */ add_action( 'charitable_campaign_content_before', 'charitable_template_campaign_description', 4 ); add_action( 'charitable_campaign_content_before', 'charitable_template_campaign_summary', 6 ); /** * Single campaign, campaign summary. * * @see charitable_template_campaign_percentage_raised() * @see charitable_template_campaign_donation_summary() * @see charitable_template_campaign_donor_count() * @see charitable_template_campaign_time_left() * @see charitable_template_donate_button() */ /* Newly added filters in 1.7.0.9. for campaign page settings */ add_filter( 'charitable_display_template_campaign_percentage_raised', 'charitable_maybe_hide_campaign_percentage_raised', 4, 2 ); add_filter( 'charitable_display_template_campaign_donor_count', 'charitable_maybe_hide_campaign_donor_count', 4, 2 ); add_filter( 'charitable_donation_summary', 'charitable_maybe_hide_campaign_amount_donated', 20, 4 ); add_filter( 'charitable_display_template_campaign_time_remaining', 'charitable_maybe_hide_campaign_time_remaining', 4, 2 ); add_action( 'charitable_campaign_summary', 'charitable_template_campaign_percentage_raised', 4 ); add_action( 'charitable_campaign_summary', 'charitable_template_campaign_donation_summary', 6 ); add_action( 'charitable_campaign_summary', 'charitable_template_campaign_donor_count', 8 ); add_action( 'charitable_campaign_summary', 'charitable_template_campaign_time_left', 10 ); add_action( 'charitable_campaign_summary', 'charitable_template_donate_button', 12 ); /** * Single campaign, after content. * * @see charitable_template_campaign_donation_form_in_page() */ add_action( 'charitable_campaign_content_after', 'charitable_template_campaign_donation_form_in_page', 4 ); /** * Campaigns loop, right at the start. * * @see charitable_template_campaign_loop_add_modal() */ add_action( 'charitable_campaign_loop_before', 'charitable_template_campaign_loop_add_modal' ); add_action( 'charitable_campaign_loop_before', 'charitable_template_responsive_styles', 10, 2 ); /** * Campaigns loop, before title. * * @see charitable_template_campaign_loop_thumbnail() */ add_action( 'charitable_campaign_content_loop_before_title', 'charitable_template_campaign_loop_thumbnail', 10 ); /** * Campaigns loop, after the main title. * * @version 1.8.2 added 2nd parameter to charitable_template_campaign_description() * * @see charitable_template_campaign_description() * @see charitable_template_campaign_progress_bar() * @see charitable_template_campaign_loop_donation_stats() * @see charitable_template_campaign_donate_link() * @see charitable_template_campaign_loop_more_link() */ add_action( 'charitable_campaign_content_loop_after', 'charitable_template_campaign_description', 4, 2 ); add_action( 'charitable_campaign_content_loop_after', 'charitable_template_campaign_progress_bar', 6 ); add_action( 'charitable_campaign_content_loop_after', 'charitable_template_campaign_loop_donation_stats', 8 ); add_action( 'charitable_campaign_content_loop_after', 'charitable_template_campaign_loop_donate_link', 10, 2 ); add_action( 'charitable_campaign_content_loop_after', 'charitable_template_campaign_loop_more_link', 10, 2 ); /** * Donation receipt, after the page content (if there is any). * * @see charitable_template_donation_receipt_summary() * @see charitable_template_donation_receipt_offline_payment_instructions() */ add_action( 'charitable_donation_receipt', 'charitable_template_donation_receipt_summary', 4 ); add_action( 'charitable_donation_receipt', 'charitable_template_donation_receipt_offline_payment_instructions', 6 ); add_action( 'charitable_donation_receipt', 'charitable_template_donation_receipt_details', 8 ); /** * Footer, right before the closing body tag. * * @see charitable_template_campaign_modal_donation_window() */ add_action( 'wp_footer', 'charitable_template_campaign_modal_donation_window' ); /** * Footer, right before the closing body tag (for Elementor widgets). * * @see charitable_template_elementor_campaign_modal_donation_window() */ add_action( 'wp_footer', 'charitable_template_elementor_campaign_modal_donation_window' ); /** * Add the login form before the donation form, outside the <form> tags * * @see charitable_template_donation_form_login() */ add_action( 'charitable_donation_form_before', 'charitable_template_donation_form_login', 4 ); /** * Donation form, before the donor fields. * * @see charitable_template_donation_form_donor_details() */ add_action( 'charitable_donation_form_donor_fields_before', 'charitable_template_donation_form_donor_details', 6 ); /** * Add a link to the login form after the registration form. * * @see charitable_template_form_login_link() */ add_action( 'charitable_user_registration_after', 'charitable_template_form_login_link' );
/home/batcwwjx/www/wp-content/plugins/./charitable/includes/public/charitable-template-hooks.php