CauseTypes.php
12 lines
| 1 | <?php |
| 2 | |
| 3 | return [ |
| 4 | 'advocacy' => __( 'Advocacy', 'give' ), |
| 5 | 'education' => __( 'Education', 'give' ), |
| 6 | 'environmental' => __( 'Environmental', 'give' ), |
| 7 | 'health' => __( 'Health', 'give' ), |
| 8 | 'political' => __( 'Political', 'give' ), |
| 9 | 'religious' => __( 'Religious', 'give' ), |
| 10 | 'other' => __( 'Other', 'give' ), |
| 11 | ]; |
| 12 |