Making WordPress.org

Changeset 6334

Timestamp:
01/10/2018 12:54:11 AM (7 years ago)
Author:
iandunn
Message:

CampTix Tweaks: Add predefined accounts for Stripe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php

    r6059 r6334  
    1010add_filter( 'camptix_dashboard_paypal_credentials',          __NAMESPACE__ . '\paypal_credentials'                  );
    1111add_filter( 'camptix_paypal_predefined_accounts',            __NAMESPACE__ . '\paypal_credentials'                  );
     12
    1213add_action( 'init',                                          __NAMESPACE__ . '\hide_empty_tickets'                  );
    1314add_action( 'wp_print_styles',                               __NAMESPACE__ . '\print_login_message_styles'          );
     
    120121}
    121122
     123
     124
     125
     126
     127
     128
     129
     130
     131
     132
     133
     134
     135
     136
     137
     138
     139
     140
     141
     142
     143
     144
     145
     146
     147
     148
     149
     150
     151
     152
     153
    122154/*
    123155 * Show empty tickets
Note: See TracChangeset for help on using the changeset viewer.