Pinned Loading
-
changes-give-email-footer-text.php
changes-give-email-footer-text.php 1<?php
2add_filter( 'give_email_footer_text', 'change_give_email_footer_text' );
34function change_give_email_footer_text() {
5return '';
-
This code forces an account creation...
This code forces an account creation for GiveWP when account creation is enabled 1<?php
2function my_checked_create_account() { ?>
3<script>
4jQuery("input[name=give_create_account]").prop("checked", true);
5</script>
-
limits-comment-length.php
limits-comment-length.php 1<?php
2function my_give_limit_comment_length() { ?>
34<script>
5let comments = document.querySelectorAll('textarea#give-comment');
-
This code changes the _Make this don...
This code changes the _Make this donation_ string 1<?php
2function my_give_text_switcher( $translation, $text, $domain ) {
3if ( 'give-recurring' === $domain ) {
4switch ( $translation ) {
5/*
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.