Skip to content
View matheuswd's full-sized avatar

Highlights

  • Pro

Organizations

@wpbrasil @impress-org
Block or Report

Block or report matheuswd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. changes-give-email-footer-text.php changes-give-email-footer-text.php
    1
    <?php
    2
    add_filter( 'give_email_footer_text', 'change_give_email_footer_text' );
    3
    
                  
    4
    function change_give_email_footer_text() {
    5
    	return '';
  2. This code forces an account creation... This code forces an account creation for GiveWP when account creation is enabled
    1
    <?php
    2
    function my_checked_create_account() { ?>
    3
    	<script>
    4
            jQuery("input[name=give_create_account]").prop("checked", true);
    5
    	</script>
  3. limits-comment-length.php limits-comment-length.php
    1
    <?php
    2
    function my_give_limit_comment_length() { ?>
    3
    
                  
    4
        <script>
    5
    		let comments = document.querySelectorAll('textarea#give-comment');
  4. This code changes the _Make this don... This code changes the _Make this donation_ string
    1
    <?php
    2
    function my_give_text_switcher( $translation, $text, $domain ) {
    3
    	if ( 'give-recurring' === $domain ) {
    4
    		switch ( $translation ) {
    5
    			/*