@@ -7,49 +7,49 @@ |
||
| 7 | 7 | * @version 1.0.19 |
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | -defined( 'ABSPATH' ) || exit; |
|
| 10 | +defined('ABSPATH') || exit; |
|
| 11 | 11 | |
| 12 | 12 | ?> |
| 13 | 13 | |
| 14 | 14 | <div class='form-group mb-3'> |
| 15 | 15 | <label class="form-label d-block"> |
| 16 | - <span><?php esc_html_e( 'Field Label', 'invoicing' ); ?></span> |
|
| 16 | + <span><?php esc_html_e('Field Label', 'invoicing'); ?></span> |
|
| 17 | 17 | <input v-model='active_form_element.label' class='form-control' type="text"/> |
| 18 | 18 | </label> |
| 19 | 19 | </div> |
| 20 | 20 | |
| 21 | 21 | <div class='form-group mb-3'> |
| 22 | 22 | <label class="form-label d-block"> |
| 23 | - <span><?php esc_html_e( 'Placeholder text', 'invoicing' ); ?></span> |
|
| 23 | + <span><?php esc_html_e('Placeholder text', 'invoicing'); ?></span> |
|
| 24 | 24 | <input v-model='active_form_element.placeholder' class='form-control' type="text"/> |
| 25 | 25 | </label> |
| 26 | 26 | </div> |
| 27 | 27 | |
| 28 | 28 | <div class='form-group mb-3'> |
| 29 | 29 | <label class="form-label d-block"> |
| 30 | - <span><?php esc_html_e( 'Help Text', 'invoicing' ); ?></span> |
|
| 31 | - <textarea placeholder='<?php esc_attr_e( 'Add some help text for this field', 'invoicing' ); ?>' v-model='active_form_element.description' class='form-control' rows='3'></textarea> |
|
| 32 | - <small class="form-text text-muted"><?php esc_html_e( 'HTML is allowed', 'invoicing' ); ?></small> |
|
| 30 | + <span><?php esc_html_e('Help Text', 'invoicing'); ?></span> |
|
| 31 | + <textarea placeholder='<?php esc_attr_e('Add some help text for this field', 'invoicing'); ?>' v-model='active_form_element.description' class='form-control' rows='3'></textarea> |
|
| 32 | + <small class="form-text text-muted"><?php esc_html_e('HTML is allowed', 'invoicing'); ?></small> |
|
| 33 | 33 | </label> |
| 34 | 34 | </div> |
| 35 | 35 | |
| 36 | 36 | <div class='form-group mb-3 form-check'> |
| 37 | 37 | <input :id="active_form_element.id + '_edit'" v-model='active_form_element.required' type='checkbox' class='form-check-input' /> |
| 38 | - <label class='form-check-label' :for="active_form_element.id + '_edit'"><?php esc_html_e( 'Is this field required?', 'invoicing' ); ?></label> |
|
| 38 | + <label class='form-check-label' :for="active_form_element.id + '_edit'"><?php esc_html_e('Is this field required?', 'invoicing'); ?></label> |
|
| 39 | 39 | </div> |
| 40 | 40 | |
| 41 | 41 | <div class='form-group mb-3 form-check'> |
| 42 | 42 | <input :id="active_form_element.id + '_add_meta'" v-model='active_form_element.add_meta' type='checkbox' class='form-check-input' /> |
| 43 | - <label class='form-check-label' :for="active_form_element.id + '_add_meta'"><?php esc_html_e( 'Show this field in receipts and emails?', 'invoicing' ); ?></label> |
|
| 43 | + <label class='form-check-label' :for="active_form_element.id + '_add_meta'"><?php esc_html_e('Show this field in receipts and emails?', 'invoicing'); ?></label> |
|
| 44 | 44 | </div> |
| 45 | 45 | |
| 46 | 46 | <hr class='featurette-divider mt-4'> |
| 47 | 47 | |
| 48 | 48 | <div class='form-group mb-3'> |
| 49 | 49 | <label class="form-label d-block"> |
| 50 | - <span><?php esc_html_e( 'Email Merge Tag', 'invoicing' ); ?></span> |
|
| 50 | + <span><?php esc_html_e('Email Merge Tag', 'invoicing'); ?></span> |
|
| 51 | 51 | <input :value='active_form_element.label | formatMergeTag' class='form-control bg-white' type="text" readonly onclick="this.select()" /> |
| 52 | - <span class="form-text text-muted"><?php esc_html_e( 'You can use this merge tag in notification emails', 'invoicing' ); ?></span> |
|
| 52 | + <span class="form-text text-muted"><?php esc_html_e('You can use this merge tag in notification emails', 'invoicing'); ?></span> |
|
| 53 | 53 | </label> |
| 54 | 54 | </div> |
| 55 | 55 | |
@@ -7,7 +7,7 @@ discard block |
||
| 7 | 7 | * @version 1.0.19 |
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | -defined( 'ABSPATH' ) || exit; |
|
| 10 | +defined('ABSPATH') || exit; |
|
| 11 | 11 | |
| 12 | 12 | ?> |
| 13 | 13 | |
@@ -16,8 +16,8 @@ discard block |
||
| 16 | 16 | <div class="modal-dialog modal-dialog-centered modal-lg" role="checkout" style="max-width: 650px;"> |
| 17 | 17 | <div class="modal-content"> |
| 18 | 18 | <div class="modal-body"> |
| 19 | - <button type="button" class=" btn-close p-2 getpaid-payment-modal-close d-sm-none" data-dismiss="modal" aria-label="<?php esc_attr__( 'Close', 'invoicing' ); ?>"> |
|
| 20 | - <?php if ( empty( $GLOBALS['aui_bs5'] ) ) : ?> |
|
| 19 | + <button type="button" class=" btn-close p-2 getpaid-payment-modal-close d-sm-none" data-dismiss="modal" aria-label="<?php esc_attr__('Close', 'invoicing'); ?>"> |
|
| 20 | + <?php if (empty($GLOBALS['aui_bs5'])) : ?> |
|
| 21 | 21 | <span aria-hidden="true">×</span> |
| 22 | 22 | <?php endif; ?> |
| 23 | 23 | </button> |
@@ -7,14 +7,14 @@ |
||
| 7 | 7 | * @version 1.0.19 |
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | -defined( 'ABSPATH' ) || exit; |
|
| 10 | +defined('ABSPATH') || exit; |
|
| 11 | 11 | |
| 12 | 12 | ?> |
| 13 | 13 | |
| 14 | 14 | <div class='alert mb-0' :class='form_element.class' role='alert'> |
| 15 | 15 | <span v-html='form_element.text'></span> |
| 16 | 16 | <button v-if='form_element.dismissible' type='button' class='close btn-close' @click.prevent='' style="margin-top: -4px;"> |
| 17 | - <?php if ( empty( $GLOBALS['aui_bs5'] ) ) : ?> |
|
| 17 | + <?php if (empty($GLOBALS['aui_bs5'])) : ?> |
|
| 18 | 18 | <span aria-hidden="true">×</span> |
| 19 | 19 | <?php endif; ?> |
| 20 | 20 | </button> |
@@ -5,38 +5,38 @@ |
||
| 5 | 5 | * @var array $tax_rule |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | -defined( 'ABSPATH' ) || exit; |
|
| 8 | +defined('ABSPATH') || exit; |
|
| 9 | 9 | |
| 10 | 10 | ?> |
| 11 | 11 | |
| 12 | 12 | <tr> |
| 13 | 13 | |
| 14 | 14 | <td class="wpinv-tax-rule-key"> |
| 15 | - <input type="text" name="tax_rules[<?php echo esc_attr( $tax_rule['key'] ); ?>][key]" value="<?php echo esc_attr( $tax_rule['key'] ); ?>" required/> |
|
| 15 | + <input type="text" name="tax_rules[<?php echo esc_attr($tax_rule['key']); ?>][key]" value="<?php echo esc_attr($tax_rule['key']); ?>" required/> |
|
| 16 | 16 | </td> |
| 17 | 17 | |
| 18 | 18 | <td class="wpinv-tax-rule-label"> |
| 19 | - <input type="text" name="tax_rules[<?php echo esc_attr( $tax_rule['key'] ); ?>][label]" value="<?php echo esc_attr( $tax_rule['label'] ); ?>" required/> |
|
| 19 | + <input type="text" name="tax_rules[<?php echo esc_attr($tax_rule['key']); ?>][label]" value="<?php echo esc_attr($tax_rule['label']); ?>" required/> |
|
| 20 | 20 | </td> |
| 21 | 21 | |
| 22 | 22 | <td class="wpinv-tax-rule-base-address"> |
| 23 | - <select name="tax_rules[<?php echo esc_attr( $tax_rule['key'] ); ?>][tax_base]" class="getpaid-tax-rule-base-address" required> |
|
| 24 | - <option value="billing" <?php selected( $tax_rule['tax_base'], 'billing' ); ?>><?php esc_html_e( 'Customer billing address', 'invoicing' ); ?></option> |
|
| 25 | - <option value="base" <?php selected( $tax_rule['tax_base'], 'base' ); ?>><?php esc_html_e( 'Shop base address', 'invoicing' ); ?></option> |
|
| 23 | + <select name="tax_rules[<?php echo esc_attr($tax_rule['key']); ?>][tax_base]" class="getpaid-tax-rule-base-address" required> |
|
| 24 | + <option value="billing" <?php selected($tax_rule['tax_base'], 'billing'); ?>><?php esc_html_e('Customer billing address', 'invoicing'); ?></option> |
|
| 25 | + <option value="base" <?php selected($tax_rule['tax_base'], 'base'); ?>><?php esc_html_e('Shop base address', 'invoicing'); ?></option> |
|
| 26 | 26 | </select> |
| 27 | 27 | </td> |
| 28 | 28 | |
| 29 | 29 | <!-- <td class="wpinv-tax-rule-same-country"> |
| 30 | - <select name="tax_rules[<?php echo esc_attr( $tax_rule['key'] ); ?>][same_country_rule]" class="getpaid-tax-rule-same-country" required> |
|
| 31 | - <option value="no" <?php selected( $tax_rule['same_country_rule'], 'no' ); ?>><?php esc_html_e( 'Do not charge tax', 'invoicing' ); ?></option> |
|
| 32 | - <option value="always" <?php selected( $tax_rule['same_country_rule'], 'always' ); ?>><?php esc_html_e( 'Charge tax unless vat number is validated', 'invoicing' ); ?></option> |
|
| 33 | - <option value="vat_too" <?php selected( $tax_rule['same_country_rule'], 'vat_too' ); ?>><?php esc_html_e( 'Charge tax even if vat number is validated', 'invoicing' ); ?></option> |
|
| 30 | + <select name="tax_rules[<?php echo esc_attr($tax_rule['key']); ?>][same_country_rule]" class="getpaid-tax-rule-same-country" required> |
|
| 31 | + <option value="no" <?php selected($tax_rule['same_country_rule'], 'no'); ?>><?php esc_html_e('Do not charge tax', 'invoicing'); ?></option> |
|
| 32 | + <option value="always" <?php selected($tax_rule['same_country_rule'], 'always'); ?>><?php esc_html_e('Charge tax unless vat number is validated', 'invoicing'); ?></option> |
|
| 33 | + <option value="vat_too" <?php selected($tax_rule['same_country_rule'], 'vat_too'); ?>><?php esc_html_e('Charge tax even if vat number is validated', 'invoicing'); ?></option> |
|
| 34 | 34 | </select> |
| 35 | 35 | </td> --> |
| 36 | 36 | |
| 37 | 37 | <td class="wpinv_tax_remove"> |
| 38 | - <button type="button" class="close btn-close wpinv_remove_tax_rule" aria-label="<?php esc_attr_e( 'Delete', 'invoicing' ); ?>" title="<?php esc_attr_e( 'Delete', 'invoicing' ); ?>"> |
|
| 39 | - <?php if ( empty( $GLOBALS['aui_bs5'] ) ) : ?> |
|
| 38 | + <button type="button" class="close btn-close wpinv_remove_tax_rule" aria-label="<?php esc_attr_e('Delete', 'invoicing'); ?>" title="<?php esc_attr_e('Delete', 'invoicing'); ?>"> |
|
| 39 | + <?php if (empty($GLOBALS['aui_bs5'])) : ?> |
|
| 40 | 40 | <span aria-hidden="true">×</span> |
| 41 | 41 | <?php endif; ?> |
| 42 | 42 | </button> |
@@ -6,7 +6,7 @@ discard block |
||
| 6 | 6 | * @var array $tax_rate |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -defined( 'ABSPATH' ) || exit; |
|
| 9 | +defined('ABSPATH') || exit; |
|
| 10 | 10 | |
| 11 | 11 | ?> |
| 12 | 12 | |
@@ -18,13 +18,13 @@ discard block |
||
| 18 | 18 | aui()->select( |
| 19 | 19 | array( |
| 20 | 20 | 'options' => array_merge( |
| 21 | - array( '' => __( 'All Countries', 'invoicing' ) ), |
|
| 21 | + array('' => __('All Countries', 'invoicing')), |
|
| 22 | 22 | wpinv_get_country_list() |
| 23 | 23 | ), |
| 24 | 24 | 'name' => "tax_rates[$key][country]", |
| 25 | - 'id' => uniqid( 'tax_rate_country' ), |
|
| 26 | - 'value' => esc_html( $tax_rate['country'] ), |
|
| 27 | - 'label' => __( 'Country', 'invoicing' ), |
|
| 25 | + 'id' => uniqid('tax_rate_country'), |
|
| 26 | + 'value' => esc_html($tax_rate['country']), |
|
| 27 | + 'label' => __('Country', 'invoicing'), |
|
| 28 | 28 | 'class' => 'wpinv_country', |
| 29 | 29 | 'no_wrap' => true, |
| 30 | 30 | ), |
@@ -37,36 +37,36 @@ discard block |
||
| 37 | 37 | <td class="wpinv_tax_state"> |
| 38 | 38 | |
| 39 | 39 | <label class="w-100"> |
| 40 | - <span class="screen-reader-text"><?php esc_html_e( 'States', 'invoicing' ); ?></span> |
|
| 41 | - <input type="text" placeholder="<?php esc_attr_e( 'Apply to whole country', 'invoicing' ); ?>" name="tax_rates[<?php echo esc_attr( $key ); ?>][state]" value="<?php echo empty( $tax_rate['global'] ) ? esc_attr( $tax_rate['state'] ) : ''; ?>"/> |
|
| 40 | + <span class="screen-reader-text"><?php esc_html_e('States', 'invoicing'); ?></span> |
|
| 41 | + <input type="text" placeholder="<?php esc_attr_e('Apply to whole country', 'invoicing'); ?>" name="tax_rates[<?php echo esc_attr($key); ?>][state]" value="<?php echo empty($tax_rate['global']) ? esc_attr($tax_rate['state']) : ''; ?>"/> |
|
| 42 | 42 | </label> |
| 43 | 43 | |
| 44 | 44 | </td> |
| 45 | 45 | |
| 46 | 46 | <td class="wpinv_standard_rate"> |
| 47 | 47 | <label class="w-100"> |
| 48 | - <span class="screen-reader-text"><?php esc_html_e( 'Standard Rate', 'invoicing' ); ?></span> |
|
| 49 | - <input type="number" step="any" min="0" max="99" name="tax_rates[<?php echo esc_attr( $key ); ?>][rate]" value="<?php echo esc_attr( $tax_rate['rate'] ); ?>"/> |
|
| 48 | + <span class="screen-reader-text"><?php esc_html_e('Standard Rate', 'invoicing'); ?></span> |
|
| 49 | + <input type="number" step="any" min="0" max="99" name="tax_rates[<?php echo esc_attr($key); ?>][rate]" value="<?php echo esc_attr($tax_rate['rate']); ?>"/> |
|
| 50 | 50 | </label> |
| 51 | 51 | </td> |
| 52 | 52 | |
| 53 | 53 | <td class="wpinv_reduced_rate"> |
| 54 | 54 | <label class="w-100"> |
| 55 | - <span class="screen-reader-text"><?php esc_html_e( 'Reduced Rate', 'invoicing' ); ?></span> |
|
| 56 | - <input type="number" step="any" min="0" max="99" name="tax_rates[<?php echo esc_attr( $key ); ?>][reduced_rate]" value="<?php echo esc_attr( $tax_rate['reduced_rate'] ); ?>"/> |
|
| 55 | + <span class="screen-reader-text"><?php esc_html_e('Reduced Rate', 'invoicing'); ?></span> |
|
| 56 | + <input type="number" step="any" min="0" max="99" name="tax_rates[<?php echo esc_attr($key); ?>][reduced_rate]" value="<?php echo esc_attr($tax_rate['reduced_rate']); ?>"/> |
|
| 57 | 57 | </label> |
| 58 | 58 | </td> |
| 59 | 59 | |
| 60 | 60 | <td class="wpinv_tax_name"> |
| 61 | 61 | <label class="w-100"> |
| 62 | - <span class="screen-reader-text"><?php esc_html_e( 'Tax Name', 'invoicing' ); ?></span> |
|
| 63 | - <input type="text" name="tax_rates[<?php echo esc_attr( $key ); ?>][name]" value="<?php echo esc_attr( $tax_rate['name'] ); ?>"/> |
|
| 62 | + <span class="screen-reader-text"><?php esc_html_e('Tax Name', 'invoicing'); ?></span> |
|
| 63 | + <input type="text" name="tax_rates[<?php echo esc_attr($key); ?>][name]" value="<?php echo esc_attr($tax_rate['name']); ?>"/> |
|
| 64 | 64 | </label> |
| 65 | 65 | </td> |
| 66 | 66 | |
| 67 | 67 | <td class="wpinv_tax_remove"> |
| 68 | - <button type="button" class="close btn-close wpinv_remove_tax_rate" aria-label="<?php esc_attr_e( 'Delete', 'invoicing' ); ?>" title="<?php esc_attr_e( 'Delete', 'invoicing' ); ?>"> |
|
| 69 | - <?php if ( empty( $GLOBALS['aui_bs5'] ) ) : ?> |
|
| 68 | + <button type="button" class="close btn-close wpinv_remove_tax_rate" aria-label="<?php esc_attr_e('Delete', 'invoicing'); ?>" title="<?php esc_attr_e('Delete', 'invoicing'); ?>"> |
|
| 69 | + <?php if (empty($GLOBALS['aui_bs5'])) : ?> |
|
| 70 | 70 | <span aria-hidden="true">×</span> |
| 71 | 71 | <?php endif; ?> |
| 72 | 72 | </button> |
@@ -136,13 +136,13 @@ discard block |
||
| 136 | 136 | */ |
| 137 | 137 | function wpinv_get_invoice_statuses( $draft = false, $trashed = false, $invoice = false ) { |
| 138 | 138 | |
| 139 | - $invoice_statuses = array( |
|
| 140 | - 'wpi-pending' => _x( 'Pending payment', 'Invoice status', 'invoicing' ), |
|
| 139 | + $invoice_statuses = array( |
|
| 140 | + 'wpi-pending' => _x( 'Pending payment', 'Invoice status', 'invoicing' ), |
|
| 141 | 141 | 'publish' => _x( 'Paid', 'Invoice status', 'invoicing' ), |
| 142 | 142 | 'wpi-processing' => _x( 'Processing', 'Invoice status', 'invoicing' ), |
| 143 | - 'wpi-onhold' => _x( 'On hold', 'Invoice status', 'invoicing' ), |
|
| 144 | - 'wpi-cancelled' => _x( 'Cancelled', 'Invoice status', 'invoicing' ), |
|
| 145 | - 'wpi-refunded' => _x( 'Refunded', 'Invoice status', 'invoicing' ), |
|
| 143 | + 'wpi-onhold' => _x( 'On hold', 'Invoice status', 'invoicing' ), |
|
| 144 | + 'wpi-cancelled' => _x( 'Cancelled', 'Invoice status', 'invoicing' ), |
|
| 145 | + 'wpi-refunded' => _x( 'Refunded', 'Invoice status', 'invoicing' ), |
|
| 146 | 146 | 'wpi-failed' => _x( 'Failed', 'Invoice status', 'invoicing' ), |
| 147 | 147 | 'wpi-renewal' => _x( 'Renewal Payment', 'Invoice status', 'invoicing' ), |
| 148 | 148 | ); |
@@ -159,7 +159,7 @@ discard block |
||
| 159 | 159 | $invoice = $invoice->get_post_type(); |
| 160 | 160 | } |
| 161 | 161 | |
| 162 | - return apply_filters( 'wpinv_statuses', $invoice_statuses, $invoice ); |
|
| 162 | + return apply_filters( 'wpinv_statuses', $invoice_statuses, $invoice ); |
|
| 163 | 163 | } |
| 164 | 164 | |
| 165 | 165 | /** |
@@ -277,25 +277,25 @@ discard block |
||
| 277 | 277 | * @return string |
| 278 | 278 | */ |
| 279 | 279 | function getpaid_get_price_format() { |
| 280 | - $currency_pos = wpinv_currency_position(); |
|
| 281 | - $format = '%1$s%2$s'; |
|
| 282 | - |
|
| 283 | - switch ( $currency_pos ) { |
|
| 284 | - case 'left': |
|
| 285 | - $format = '%1$s%2$s'; |
|
| 286 | - break; |
|
| 287 | - case 'right': |
|
| 288 | - $format = '%2$s%1$s'; |
|
| 289 | - break; |
|
| 290 | - case 'left_space': |
|
| 291 | - $format = '%1$s %2$s'; |
|
| 292 | - break; |
|
| 293 | - case 'right_space': |
|
| 294 | - $format = '%2$s %1$s'; |
|
| 295 | - break; |
|
| 296 | - } |
|
| 297 | - |
|
| 298 | - return apply_filters( 'getpaid_price_format', $format, $currency_pos ); |
|
| 280 | + $currency_pos = wpinv_currency_position(); |
|
| 281 | + $format = '%1$s%2$s'; |
|
| 282 | + |
|
| 283 | + switch ( $currency_pos ) { |
|
| 284 | + case 'left': |
|
| 285 | + $format = '%1$s%2$s'; |
|
| 286 | + break; |
|
| 287 | + case 'right': |
|
| 288 | + $format = '%2$s%1$s'; |
|
| 289 | + break; |
|
| 290 | + case 'left_space': |
|
| 291 | + $format = '%1$s %2$s'; |
|
| 292 | + break; |
|
| 293 | + case 'right_space': |
|
| 294 | + $format = '%2$s %1$s'; |
|
| 295 | + break; |
|
| 296 | + } |
|
| 297 | + |
|
| 298 | + return apply_filters( 'getpaid_price_format', $format, $currency_pos ); |
|
| 299 | 299 | } |
| 300 | 300 | |
| 301 | 301 | /** |
@@ -401,13 +401,13 @@ discard block |
||
| 401 | 401 | * @param mixed $value Value. |
| 402 | 402 | */ |
| 403 | 403 | function getpaid_maybe_define_constant( $name, $value ) { |
| 404 | - if ( ! defined( $name ) ) { |
|
| 405 | - define( $name, $value ); |
|
| 406 | - } |
|
| 404 | + if ( ! defined( $name ) ) { |
|
| 405 | + define( $name, $value ); |
|
| 406 | + } |
|
| 407 | 407 | } |
| 408 | 408 | |
| 409 | 409 | function wpinv_get_php_arg_separator_output() { |
| 410 | - return ini_get( 'arg_separator.output' ); |
|
| 410 | + return ini_get( 'arg_separator.output' ); |
|
| 411 | 411 | } |
| 412 | 412 | |
| 413 | 413 | function wpinv_rgb_from_hex( $color ) { |
@@ -718,16 +718,16 @@ discard block |
||
| 718 | 718 | return wp_kses( |
| 719 | 719 | html_entity_decode( $var ), |
| 720 | 720 | array( |
| 721 | - 'br' => array(), |
|
| 722 | - 'em' => array(), |
|
| 723 | - 'strong' => array(), |
|
| 724 | - 'b' => array(), |
|
| 725 | - 'small' => array(), |
|
| 726 | - 'span' => array(), |
|
| 727 | - 'ul' => array(), |
|
| 728 | - 'li' => array(), |
|
| 729 | - 'ol' => array(), |
|
| 730 | - 'p' => array(), |
|
| 721 | + 'br' => array(), |
|
| 722 | + 'em' => array(), |
|
| 723 | + 'strong' => array(), |
|
| 724 | + 'b' => array(), |
|
| 725 | + 'small' => array(), |
|
| 726 | + 'span' => array(), |
|
| 727 | + 'ul' => array(), |
|
| 728 | + 'li' => array(), |
|
| 729 | + 'ol' => array(), |
|
| 730 | + 'p' => array(), |
|
| 731 | 731 | ) |
| 732 | 732 | ); |
| 733 | 733 | } |
@@ -778,11 +778,11 @@ discard block |
||
| 778 | 778 | $list = array(); |
| 779 | 779 | } |
| 780 | 780 | |
| 781 | - if ( ! is_array( $list ) ) { |
|
| 782 | - return preg_split( '/[\s,]+/', $list, -1, PREG_SPLIT_NO_EMPTY ); |
|
| 783 | - } |
|
| 781 | + if ( ! is_array( $list ) ) { |
|
| 782 | + return preg_split( '/[\s,]+/', $list, -1, PREG_SPLIT_NO_EMPTY ); |
|
| 783 | + } |
|
| 784 | 784 | |
| 785 | - return $list; |
|
| 785 | + return $list; |
|
| 786 | 786 | } |
| 787 | 787 | |
| 788 | 788 | /** |
@@ -823,17 +823,17 @@ discard block |
||
| 823 | 823 | */ |
| 824 | 824 | function wpinv_clean( $var ) { |
| 825 | 825 | |
| 826 | - if ( is_array( $var ) ) { |
|
| 827 | - return array_map( 'wpinv_clean', $var ); |
|
| 826 | + if ( is_array( $var ) ) { |
|
| 827 | + return array_map( 'wpinv_clean', $var ); |
|
| 828 | 828 | } |
| 829 | 829 | |
| 830 | 830 | if ( is_object( $var ) ) { |
| 831 | - $object_vars = get_object_vars( $var ); |
|
| 832 | - foreach ( $object_vars as $property_name => $property_value ) { |
|
| 833 | - $var->$property_name = wpinv_clean( $property_value ); |
|
| 831 | + $object_vars = get_object_vars( $var ); |
|
| 832 | + foreach ( $object_vars as $property_name => $property_value ) { |
|
| 833 | + $var->$property_name = wpinv_clean( $property_value ); |
|
| 834 | 834 | } |
| 835 | 835 | return $var; |
| 836 | - } |
|
| 836 | + } |
|
| 837 | 837 | |
| 838 | 838 | return is_string( $var ) ? sanitize_text_field( stripslashes( $var ) ) : $var; |
| 839 | 839 | } |
@@ -846,7 +846,7 @@ discard block |
||
| 846 | 846 | */ |
| 847 | 847 | function getpaid_convert_price_string_to_options( $str ) { |
| 848 | 848 | |
| 849 | - $raw_options = array_map( 'trim', explode( ',', $str ) ); |
|
| 849 | + $raw_options = array_map( 'trim', explode( ',', $str ) ); |
|
| 850 | 850 | $options = array(); |
| 851 | 851 | |
| 852 | 852 | foreach ( $raw_options as $option ) { |
@@ -935,7 +935,7 @@ discard block |
||
| 935 | 935 | * @return string |
| 936 | 936 | */ |
| 937 | 937 | function getpaid_date_format() { |
| 938 | - return apply_filters( 'getpaid_date_format', get_option( 'date_format' ) ); |
|
| 938 | + return apply_filters( 'getpaid_date_format', get_option( 'date_format' ) ); |
|
| 939 | 939 | } |
| 940 | 940 | |
| 941 | 941 | /** |
@@ -944,7 +944,7 @@ discard block |
||
| 944 | 944 | * @return string |
| 945 | 945 | */ |
| 946 | 946 | function getpaid_time_format() { |
| 947 | - return apply_filters( 'getpaid_time_format', get_option( 'time_format' ) ); |
|
| 947 | + return apply_filters( 'getpaid_time_format', get_option( 'time_format' ) ); |
|
| 948 | 948 | } |
| 949 | 949 | |
| 950 | 950 | /** |
@@ -957,15 +957,15 @@ discard block |
||
| 957 | 957 | function getpaid_limit_length( $string, $limit ) { |
| 958 | 958 | $str_limit = $limit - 3; |
| 959 | 959 | |
| 960 | - if ( function_exists( 'mb_strimwidth' ) ) { |
|
| 961 | - if ( mb_strlen( $string ) > $limit ) { |
|
| 962 | - $string = mb_strimwidth( $string, 0, $str_limit ) . '...'; |
|
| 963 | - } |
|
| 964 | - } else { |
|
| 965 | - if ( strlen( $string ) > $limit ) { |
|
| 966 | - $string = substr( $string, 0, $str_limit ) . '...'; |
|
| 967 | - } |
|
| 968 | - } |
|
| 960 | + if ( function_exists( 'mb_strimwidth' ) ) { |
|
| 961 | + if ( mb_strlen( $string ) > $limit ) { |
|
| 962 | + $string = mb_strimwidth( $string, 0, $str_limit ) . '...'; |
|
| 963 | + } |
|
| 964 | + } else { |
|
| 965 | + if ( strlen( $string ) > $limit ) { |
|
| 966 | + $string = substr( $string, 0, $str_limit ) . '...'; |
|
| 967 | + } |
|
| 968 | + } |
|
| 969 | 969 | return $string; |
| 970 | 970 | |
| 971 | 971 | } |
@@ -1095,12 +1095,12 @@ discard block |
||
| 1095 | 1095 | $types = get_allowed_mime_types(); |
| 1096 | 1096 | |
| 1097 | 1097 | if ( isset( $types['htm|html'] ) ) { |
| 1098 | - unset( $types['htm|html'] ); |
|
| 1099 | - } |
|
| 1098 | + unset( $types['htm|html'] ); |
|
| 1099 | + } |
|
| 1100 | 1100 | |
| 1101 | 1101 | if ( isset( $types['js'] ) ) { |
| 1102 | - unset( $types['js'] ); |
|
| 1103 | - } |
|
| 1102 | + unset( $types['js'] ); |
|
| 1103 | + } |
|
| 1104 | 1104 | |
| 1105 | 1105 | return $types; |
| 1106 | 1106 | |
@@ -6,7 +6,7 @@ discard block |
||
| 6 | 6 | * @package Invoicing |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -defined( 'ABSPATH' ) || exit; |
|
| 9 | +defined('ABSPATH') || exit; |
|
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | 12 | * Are we supporting item quantities? |
@@ -20,35 +20,35 @@ discard block |
||
| 20 | 20 | */ |
| 21 | 21 | function wpinv_get_ip() { |
| 22 | 22 | |
| 23 | - if ( isset( $_SERVER['HTTP_X_REAL_IP'] ) ) { |
|
| 24 | - return sanitize_text_field( wp_unslash( $_SERVER['HTTP_X_REAL_IP'] ) ); |
|
| 23 | + if (isset($_SERVER['HTTP_X_REAL_IP'])) { |
|
| 24 | + return sanitize_text_field(wp_unslash($_SERVER['HTTP_X_REAL_IP'])); |
|
| 25 | 25 | } |
| 26 | 26 | |
| 27 | - if ( isset( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) { |
|
| 27 | + if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])) { |
|
| 28 | 28 | // Proxy servers can send through this header like this: X-Forwarded-For: client1, proxy1, proxy2 |
| 29 | 29 | // Make sure we always only send through the first IP in the list which should always be the client IP. |
| 30 | - return (string) rest_is_ip_address( trim( current( preg_split( '/,/', sanitize_text_field( wp_unslash( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) ) ) ) ); |
|
| 30 | + return (string) rest_is_ip_address(trim(current(preg_split('/,/', sanitize_text_field(wp_unslash($_SERVER['HTTP_X_FORWARDED_FOR'])))))); |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | - if ( isset( $_SERVER['HTTP_CLIENT_IP'] ) ) { |
|
| 34 | - return sanitize_text_field( wp_unslash( $_SERVER['HTTP_CLIENT_IP'] ) ); |
|
| 33 | + if (isset($_SERVER['HTTP_CLIENT_IP'])) { |
|
| 34 | + return sanitize_text_field(wp_unslash($_SERVER['HTTP_CLIENT_IP'])); |
|
| 35 | 35 | } |
| 36 | 36 | |
| 37 | - if ( isset( $_SERVER['REMOTE_ADDR'] ) ) { |
|
| 38 | - return sanitize_text_field( wp_unslash( $_SERVER['REMOTE_ADDR'] ) ); |
|
| 37 | + if (isset($_SERVER['REMOTE_ADDR'])) { |
|
| 38 | + return sanitize_text_field(wp_unslash($_SERVER['REMOTE_ADDR'])); |
|
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | return ''; |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | function wpinv_get_user_agent() { |
| 45 | - if ( ! empty( $_SERVER['HTTP_USER_AGENT'] ) ) { |
|
| 46 | - $user_agent = sanitize_text_field( $_SERVER['HTTP_USER_AGENT'] ); |
|
| 45 | + if (!empty($_SERVER['HTTP_USER_AGENT'])) { |
|
| 46 | + $user_agent = sanitize_text_field($_SERVER['HTTP_USER_AGENT']); |
|
| 47 | 47 | } else { |
| 48 | 48 | $user_agent = ''; |
| 49 | 49 | } |
| 50 | 50 | |
| 51 | - return apply_filters( 'wpinv_get_user_agent', $user_agent ); |
|
| 51 | + return apply_filters('wpinv_get_user_agent', $user_agent); |
|
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | /** |
@@ -57,16 +57,16 @@ discard block |
||
| 57 | 57 | * @param string $amount The amount to sanitize. |
| 58 | 58 | * @return float |
| 59 | 59 | */ |
| 60 | -function getpaid_standardize_amount( $amount ) { |
|
| 60 | +function getpaid_standardize_amount($amount) { |
|
| 61 | 61 | |
| 62 | - $amount = str_replace( wpinv_thousands_separator(), '', $amount ); |
|
| 63 | - $amount = str_replace( wpinv_decimal_separator(), '.', $amount ); |
|
| 64 | - if ( is_numeric( $amount ) ) { |
|
| 65 | - return floatval( $amount ); |
|
| 62 | + $amount = str_replace(wpinv_thousands_separator(), '', $amount); |
|
| 63 | + $amount = str_replace(wpinv_decimal_separator(), '.', $amount); |
|
| 64 | + if (is_numeric($amount)) { |
|
| 65 | + return floatval($amount); |
|
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | // Cast the remaining to a float. |
| 69 | - return wpinv_round_amount( preg_replace( '/[^0-9\.\-]/', '', $amount ) ); |
|
| 69 | + return wpinv_round_amount(preg_replace('/[^0-9\.\-]/', '', $amount)); |
|
| 70 | 70 | |
| 71 | 71 | } |
| 72 | 72 | |
@@ -75,8 +75,8 @@ discard block |
||
| 75 | 75 | * |
| 76 | 76 | * @param string $amount The amount to sanitize. |
| 77 | 77 | */ |
| 78 | -function getpaid_unstandardize_amount( $amount ) { |
|
| 79 | - return str_replace( '.', wpinv_decimal_separator(), $amount ); |
|
| 78 | +function getpaid_unstandardize_amount($amount) { |
|
| 79 | + return str_replace('.', wpinv_decimal_separator(), $amount); |
|
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | /** |
@@ -84,23 +84,23 @@ discard block |
||
| 84 | 84 | * |
| 85 | 85 | * @param string $amount The amount to sanitize. |
| 86 | 86 | */ |
| 87 | -function wpinv_sanitize_amount( $amount ) { |
|
| 87 | +function wpinv_sanitize_amount($amount) { |
|
| 88 | 88 | |
| 89 | - if ( is_numeric( $amount ) ) { |
|
| 90 | - return floatval( $amount ); |
|
| 89 | + if (is_numeric($amount)) { |
|
| 90 | + return floatval($amount); |
|
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | // Separate the decimals and thousands. |
| 94 | - $amount = explode( wpinv_decimal_separator(), $amount ); |
|
| 94 | + $amount = explode(wpinv_decimal_separator(), $amount); |
|
| 95 | 95 | |
| 96 | 96 | // Remove thousands. |
| 97 | - $amount[0] = str_replace( wpinv_thousands_separator(), '', $amount[0] ); |
|
| 97 | + $amount[0] = str_replace(wpinv_thousands_separator(), '', $amount[0]); |
|
| 98 | 98 | |
| 99 | 99 | // Convert back to string. |
| 100 | - $amount = count( $amount ) > 1 ? "{$amount[0]}.{$amount[1]}" : $amount[0]; |
|
| 100 | + $amount = count($amount) > 1 ? "{$amount[0]}.{$amount[1]}" : $amount[0]; |
|
| 101 | 101 | |
| 102 | 102 | // Cast the remaining to a float. |
| 103 | - return (float) preg_replace( '/[^0-9\.\-]/', '', $amount ); |
|
| 103 | + return (float) preg_replace('/[^0-9\.\-]/', '', $amount); |
|
| 104 | 104 | |
| 105 | 105 | } |
| 106 | 106 | |
@@ -110,19 +110,19 @@ discard block |
||
| 110 | 110 | * @param float $amount |
| 111 | 111 | * @param float|string|int|null $decimals |
| 112 | 112 | */ |
| 113 | -function wpinv_round_amount( $amount, $decimals = null, $use_sprintf = false ) { |
|
| 113 | +function wpinv_round_amount($amount, $decimals = null, $use_sprintf = false) { |
|
| 114 | 114 | |
| 115 | - if ( $decimals === null ) { |
|
| 115 | + if ($decimals === null) { |
|
| 116 | 116 | $decimals = wpinv_decimals(); |
| 117 | 117 | } |
| 118 | 118 | |
| 119 | - if ( $use_sprintf ) { |
|
| 120 | - $amount = sprintf( "%.{$decimals}f", (float) $amount ); |
|
| 119 | + if ($use_sprintf) { |
|
| 120 | + $amount = sprintf("%.{$decimals}f", (float) $amount); |
|
| 121 | 121 | } else { |
| 122 | - $amount = round( (float) $amount, absint( $decimals ) ); |
|
| 122 | + $amount = round((float) $amount, absint($decimals)); |
|
| 123 | 123 | } |
| 124 | 124 | |
| 125 | - return apply_filters( 'wpinv_round_amount', $amount, $decimals ); |
|
| 125 | + return apply_filters('wpinv_round_amount', $amount, $decimals); |
|
| 126 | 126 | } |
| 127 | 127 | |
| 128 | 128 | /** |
@@ -134,32 +134,32 @@ discard block |
||
| 134 | 134 | * @param string|WPInv_Invoice $invoice The invoice object|post type|type |
| 135 | 135 | * @return array |
| 136 | 136 | */ |
| 137 | -function wpinv_get_invoice_statuses( $draft = false, $trashed = false, $invoice = false ) { |
|
| 137 | +function wpinv_get_invoice_statuses($draft = false, $trashed = false, $invoice = false) { |
|
| 138 | 138 | |
| 139 | 139 | $invoice_statuses = array( |
| 140 | - 'wpi-pending' => _x( 'Pending payment', 'Invoice status', 'invoicing' ), |
|
| 141 | - 'publish' => _x( 'Paid', 'Invoice status', 'invoicing' ), |
|
| 142 | - 'wpi-processing' => _x( 'Processing', 'Invoice status', 'invoicing' ), |
|
| 143 | - 'wpi-onhold' => _x( 'On hold', 'Invoice status', 'invoicing' ), |
|
| 144 | - 'wpi-cancelled' => _x( 'Cancelled', 'Invoice status', 'invoicing' ), |
|
| 145 | - 'wpi-refunded' => _x( 'Refunded', 'Invoice status', 'invoicing' ), |
|
| 146 | - 'wpi-failed' => _x( 'Failed', 'Invoice status', 'invoicing' ), |
|
| 147 | - 'wpi-renewal' => _x( 'Renewal Payment', 'Invoice status', 'invoicing' ), |
|
| 140 | + 'wpi-pending' => _x('Pending payment', 'Invoice status', 'invoicing'), |
|
| 141 | + 'publish' => _x('Paid', 'Invoice status', 'invoicing'), |
|
| 142 | + 'wpi-processing' => _x('Processing', 'Invoice status', 'invoicing'), |
|
| 143 | + 'wpi-onhold' => _x('On hold', 'Invoice status', 'invoicing'), |
|
| 144 | + 'wpi-cancelled' => _x('Cancelled', 'Invoice status', 'invoicing'), |
|
| 145 | + 'wpi-refunded' => _x('Refunded', 'Invoice status', 'invoicing'), |
|
| 146 | + 'wpi-failed' => _x('Failed', 'Invoice status', 'invoicing'), |
|
| 147 | + 'wpi-renewal' => _x('Renewal Payment', 'Invoice status', 'invoicing'), |
|
| 148 | 148 | ); |
| 149 | 149 | |
| 150 | - if ( $draft ) { |
|
| 151 | - $invoice_statuses['draft'] = __( 'Draft', 'invoicing' ); |
|
| 150 | + if ($draft) { |
|
| 151 | + $invoice_statuses['draft'] = __('Draft', 'invoicing'); |
|
| 152 | 152 | } |
| 153 | 153 | |
| 154 | - if ( $trashed ) { |
|
| 155 | - $invoice_statuses['trash'] = __( 'Trash', 'invoicing' ); |
|
| 154 | + if ($trashed) { |
|
| 155 | + $invoice_statuses['trash'] = __('Trash', 'invoicing'); |
|
| 156 | 156 | } |
| 157 | 157 | |
| 158 | - if ( $invoice instanceof WPInv_Invoice ) { |
|
| 158 | + if ($invoice instanceof WPInv_Invoice) { |
|
| 159 | 159 | $invoice = $invoice->get_post_type(); |
| 160 | 160 | } |
| 161 | 161 | |
| 162 | - return apply_filters( 'wpinv_statuses', $invoice_statuses, $invoice ); |
|
| 162 | + return apply_filters('wpinv_statuses', $invoice_statuses, $invoice); |
|
| 163 | 163 | } |
| 164 | 164 | |
| 165 | 165 | /** |
@@ -168,11 +168,11 @@ discard block |
||
| 168 | 168 | * @param string $status The raw status |
| 169 | 169 | * @param string|WPInv_Invoice $invoice The invoice object|post type|type |
| 170 | 170 | */ |
| 171 | -function wpinv_status_nicename( $status, $invoice = false ) { |
|
| 172 | - $statuses = wpinv_get_invoice_statuses( true, true, $invoice ); |
|
| 173 | - $status = isset( $statuses[ $status ] ) ? $statuses[ $status ] : $status; |
|
| 171 | +function wpinv_status_nicename($status, $invoice = false) { |
|
| 172 | + $statuses = wpinv_get_invoice_statuses(true, true, $invoice); |
|
| 173 | + $status = isset($statuses[$status]) ? $statuses[$status] : $status; |
|
| 174 | 174 | |
| 175 | - return sanitize_text_field( $status ); |
|
| 175 | + return sanitize_text_field($status); |
|
| 176 | 176 | } |
| 177 | 177 | |
| 178 | 178 | /** |
@@ -180,13 +180,13 @@ discard block |
||
| 180 | 180 | * |
| 181 | 181 | * @param string $current |
| 182 | 182 | */ |
| 183 | -function wpinv_get_currency( $current = '' ) { |
|
| 183 | +function wpinv_get_currency($current = '') { |
|
| 184 | 184 | |
| 185 | - if ( empty( $current ) ) { |
|
| 186 | - $current = apply_filters( 'wpinv_currency', wpinv_get_option( 'currency', 'USD' ) ); |
|
| 185 | + if (empty($current)) { |
|
| 186 | + $current = apply_filters('wpinv_currency', wpinv_get_option('currency', 'USD')); |
|
| 187 | 187 | } |
| 188 | 188 | |
| 189 | - return trim( strtoupper( $current ) ); |
|
| 189 | + return trim(strtoupper($current)); |
|
| 190 | 190 | } |
| 191 | 191 | |
| 192 | 192 | /** |
@@ -194,25 +194,25 @@ discard block |
||
| 194 | 194 | * |
| 195 | 195 | * @param string|null $currency The currency code. Defaults to the default currency. |
| 196 | 196 | */ |
| 197 | -function wpinv_currency_symbol( $currency = null ) { |
|
| 197 | +function wpinv_currency_symbol($currency = null) { |
|
| 198 | 198 | |
| 199 | 199 | // Prepare the currency. |
| 200 | - $currency = empty( $currency ) ? wpinv_get_currency() : wpinv_clean( $currency ); |
|
| 200 | + $currency = empty($currency) ? wpinv_get_currency() : wpinv_clean($currency); |
|
| 201 | 201 | |
| 202 | 202 | // Fetch all symbols. |
| 203 | 203 | $symbols = wpinv_get_currency_symbols(); |
| 204 | 204 | |
| 205 | 205 | // Fetch this currencies symbol. |
| 206 | - $currency_symbol = isset( $symbols[ $currency ] ) ? $symbols[ $currency ] : $currency; |
|
| 206 | + $currency_symbol = isset($symbols[$currency]) ? $symbols[$currency] : $currency; |
|
| 207 | 207 | |
| 208 | 208 | // Filter the symbol. |
| 209 | - return apply_filters( 'wpinv_currency_symbol', $currency_symbol, $currency ); |
|
| 209 | + return apply_filters('wpinv_currency_symbol', $currency_symbol, $currency); |
|
| 210 | 210 | } |
| 211 | 211 | |
| 212 | 212 | function wpinv_currency_position() { |
| 213 | - $position = wpinv_get_option( 'currency_position', 'left' ); |
|
| 213 | + $position = wpinv_get_option('currency_position', 'left'); |
|
| 214 | 214 | |
| 215 | - return apply_filters( 'wpinv_currency_position', $position ); |
|
| 215 | + return apply_filters('wpinv_currency_position', $position); |
|
| 216 | 216 | } |
| 217 | 217 | |
| 218 | 218 | /** |
@@ -220,13 +220,13 @@ discard block |
||
| 220 | 220 | * |
| 221 | 221 | * @param $string|null $current |
| 222 | 222 | */ |
| 223 | -function wpinv_thousands_separator( $current = null ) { |
|
| 223 | +function wpinv_thousands_separator($current = null) { |
|
| 224 | 224 | |
| 225 | - if ( null == $current ) { |
|
| 226 | - $current = wpinv_get_option( 'thousands_separator', ',' ); |
|
| 225 | + if (null == $current) { |
|
| 226 | + $current = wpinv_get_option('thousands_separator', ','); |
|
| 227 | 227 | } |
| 228 | 228 | |
| 229 | - return trim( $current ); |
|
| 229 | + return trim($current); |
|
| 230 | 230 | } |
| 231 | 231 | |
| 232 | 232 | /** |
@@ -234,13 +234,13 @@ discard block |
||
| 234 | 234 | * |
| 235 | 235 | * @param $string|null $current |
| 236 | 236 | */ |
| 237 | -function wpinv_decimal_separator( $current = null ) { |
|
| 237 | +function wpinv_decimal_separator($current = null) { |
|
| 238 | 238 | |
| 239 | - if ( null == $current ) { |
|
| 240 | - $current = wpinv_get_option( 'decimal_separator', '.' ); |
|
| 239 | + if (null == $current) { |
|
| 240 | + $current = wpinv_get_option('decimal_separator', '.'); |
|
| 241 | 241 | } |
| 242 | 242 | |
| 243 | - return trim( $current ); |
|
| 243 | + return trim($current); |
|
| 244 | 244 | } |
| 245 | 245 | |
| 246 | 246 | /** |
@@ -248,27 +248,27 @@ discard block |
||
| 248 | 248 | * |
| 249 | 249 | * @param $string|null $current |
| 250 | 250 | */ |
| 251 | -function wpinv_decimals( $current = null ) { |
|
| 251 | +function wpinv_decimals($current = null) { |
|
| 252 | 252 | |
| 253 | - if ( null == $current ) { |
|
| 254 | - $current = wpinv_get_option( 'decimals', 2 ); |
|
| 253 | + if (null == $current) { |
|
| 254 | + $current = wpinv_get_option('decimals', 2); |
|
| 255 | 255 | } |
| 256 | 256 | |
| 257 | - return absint( $current ); |
|
| 257 | + return absint($current); |
|
| 258 | 258 | } |
| 259 | 259 | |
| 260 | 260 | /** |
| 261 | 261 | * Retrieves a list of all supported currencies. |
| 262 | 262 | */ |
| 263 | 263 | function wpinv_get_currencies() { |
| 264 | - return apply_filters( 'wpinv_currencies', wpinv_get_data( 'currencies' ) ); |
|
| 264 | + return apply_filters('wpinv_currencies', wpinv_get_data('currencies')); |
|
| 265 | 265 | } |
| 266 | 266 | |
| 267 | 267 | /** |
| 268 | 268 | * Retrieves a list of all currency symbols. |
| 269 | 269 | */ |
| 270 | 270 | function wpinv_get_currency_symbols() { |
| 271 | - return apply_filters( 'wpinv_currency_symbols', wpinv_get_data( 'currency-symbols' ) ); |
|
| 271 | + return apply_filters('wpinv_currency_symbols', wpinv_get_data('currency-symbols')); |
|
| 272 | 272 | } |
| 273 | 273 | |
| 274 | 274 | /** |
@@ -280,7 +280,7 @@ discard block |
||
| 280 | 280 | $currency_pos = wpinv_currency_position(); |
| 281 | 281 | $format = '%1$s%2$s'; |
| 282 | 282 | |
| 283 | - switch ( $currency_pos ) { |
|
| 283 | + switch ($currency_pos) { |
|
| 284 | 284 | case 'left': |
| 285 | 285 | $format = '%1$s%2$s'; |
| 286 | 286 | break; |
@@ -295,7 +295,7 @@ discard block |
||
| 295 | 295 | break; |
| 296 | 296 | } |
| 297 | 297 | |
| 298 | - return apply_filters( 'getpaid_price_format', $format, $currency_pos ); |
|
| 298 | + return apply_filters('getpaid_price_format', $format, $currency_pos); |
|
| 299 | 299 | } |
| 300 | 300 | |
| 301 | 301 | /** |
@@ -305,8 +305,8 @@ discard block |
||
| 305 | 305 | * @param string $currency Currency. |
| 306 | 306 | * @return string |
| 307 | 307 | */ |
| 308 | -function wpinv_the_price( $amount = 0, $currency = '' ) { |
|
| 309 | - echo wp_kses_post( wpinv_price( $amount, $currency ) ); |
|
| 308 | +function wpinv_the_price($amount = 0, $currency = '') { |
|
| 309 | + echo wp_kses_post(wpinv_price($amount, $currency)); |
|
| 310 | 310 | } |
| 311 | 311 | |
| 312 | 312 | /** |
@@ -316,25 +316,25 @@ discard block |
||
| 316 | 316 | * @param string $currency Currency. |
| 317 | 317 | * @return string |
| 318 | 318 | */ |
| 319 | -function wpinv_price( $amount = 0, $currency = '' ) { |
|
| 319 | +function wpinv_price($amount = 0, $currency = '') { |
|
| 320 | 320 | |
| 321 | 321 | // Backwards compatibility. |
| 322 | - $amount = wpinv_sanitize_amount( $amount ); |
|
| 322 | + $amount = wpinv_sanitize_amount($amount); |
|
| 323 | 323 | |
| 324 | 324 | // Prepare variables. |
| 325 | - $currency = wpinv_get_currency( $currency ); |
|
| 325 | + $currency = wpinv_get_currency($currency); |
|
| 326 | 326 | $amount = (float) $amount; |
| 327 | 327 | $unformatted_amount = $amount; |
| 328 | 328 | $negative = $amount < 0; |
| 329 | - $amount = apply_filters( 'getpaid_raw_amount', floatval( $negative ? $amount * -1 : $amount ) ); |
|
| 330 | - $amount = wpinv_format_amount( $amount ); |
|
| 329 | + $amount = apply_filters('getpaid_raw_amount', floatval($negative ? $amount * -1 : $amount)); |
|
| 330 | + $amount = wpinv_format_amount($amount); |
|
| 331 | 331 | |
| 332 | 332 | // Format the amount. |
| 333 | 333 | $format = getpaid_get_price_format(); |
| 334 | - $formatted_amount = ( $negative ? '-' : '' ) . sprintf( $format, '<span class="getpaid-currency__symbol">' . wpinv_currency_symbol( $currency ) . '</span>', $amount ); |
|
| 334 | + $formatted_amount = ($negative ? '-' : '') . sprintf($format, '<span class="getpaid-currency__symbol">' . wpinv_currency_symbol($currency) . '</span>', $amount); |
|
| 335 | 335 | |
| 336 | 336 | // Filter the formatting. |
| 337 | - return apply_filters( 'wpinv_price', $formatted_amount, $amount, $currency, $unformatted_amount ); |
|
| 337 | + return apply_filters('wpinv_price', $formatted_amount, $amount, $currency, $unformatted_amount); |
|
| 338 | 338 | } |
| 339 | 339 | |
| 340 | 340 | /** |
@@ -345,25 +345,25 @@ discard block |
||
| 345 | 345 | * @param bool $calculate Whether or not to apply separators. |
| 346 | 346 | * @return string |
| 347 | 347 | */ |
| 348 | -function wpinv_format_amount( $amount, $decimals = null, $calculate = false ) { |
|
| 348 | +function wpinv_format_amount($amount, $decimals = null, $calculate = false) { |
|
| 349 | 349 | $thousands_sep = wpinv_thousands_separator(); |
| 350 | 350 | $decimal_sep = wpinv_decimal_separator(); |
| 351 | - $decimals = wpinv_decimals( $decimals ); |
|
| 352 | - $amount = wpinv_sanitize_amount( $amount ); |
|
| 351 | + $decimals = wpinv_decimals($decimals); |
|
| 352 | + $amount = wpinv_sanitize_amount($amount); |
|
| 353 | 353 | |
| 354 | - if ( $calculate ) { |
|
| 354 | + if ($calculate) { |
|
| 355 | 355 | return $amount; |
| 356 | 356 | } |
| 357 | 357 | |
| 358 | 358 | // Fomart the amount. |
| 359 | - return number_format( $amount, $decimals, $decimal_sep, $thousands_sep ); |
|
| 359 | + return number_format($amount, $decimals, $decimal_sep, $thousands_sep); |
|
| 360 | 360 | } |
| 361 | 361 | |
| 362 | -function wpinv_sanitize_key( $key ) { |
|
| 362 | +function wpinv_sanitize_key($key) { |
|
| 363 | 363 | $raw_key = $key; |
| 364 | - $key = preg_replace( '/[^a-zA-Z0-9_\-\.\:\/]/', '', $key ); |
|
| 364 | + $key = preg_replace('/[^a-zA-Z0-9_\-\.\:\/]/', '', $key); |
|
| 365 | 365 | |
| 366 | - return apply_filters( 'wpinv_sanitize_key', $key, $raw_key ); |
|
| 366 | + return apply_filters('wpinv_sanitize_key', $key, $raw_key); |
|
| 367 | 367 | } |
| 368 | 368 | |
| 369 | 369 | /** |
@@ -371,8 +371,8 @@ discard block |
||
| 371 | 371 | * |
| 372 | 372 | * @param $str the file whose extension should be retrieved. |
| 373 | 373 | */ |
| 374 | -function wpinv_get_file_extension( $str ) { |
|
| 375 | - $filetype = wp_check_filetype( $str ); |
|
| 374 | +function wpinv_get_file_extension($str) { |
|
| 375 | + $filetype = wp_check_filetype($str); |
|
| 376 | 376 | return $filetype['ext']; |
| 377 | 377 | } |
| 378 | 378 | |
@@ -381,16 +381,16 @@ discard block |
||
| 381 | 381 | * |
| 382 | 382 | * @param string $string |
| 383 | 383 | */ |
| 384 | -function wpinv_string_is_image_url( $string ) { |
|
| 385 | - $extension = strtolower( wpinv_get_file_extension( $string ) ); |
|
| 386 | - return in_array( $extension, array( 'jpeg', 'jpg', 'png', 'gif', 'ico' ), true ); |
|
| 384 | +function wpinv_string_is_image_url($string) { |
|
| 385 | + $extension = strtolower(wpinv_get_file_extension($string)); |
|
| 386 | + return in_array($extension, array('jpeg', 'jpg', 'png', 'gif', 'ico'), true); |
|
| 387 | 387 | } |
| 388 | 388 | |
| 389 | 389 | /** |
| 390 | 390 | * Returns the current URL. |
| 391 | 391 | */ |
| 392 | 392 | function wpinv_get_current_page_url() { |
| 393 | - return esc_url( add_query_arg( array() ) ); |
|
| 393 | + return esc_url(add_query_arg(array())); |
|
| 394 | 394 | } |
| 395 | 395 | |
| 396 | 396 | /** |
@@ -400,46 +400,46 @@ discard block |
||
| 400 | 400 | * @param string $name Constant name. |
| 401 | 401 | * @param mixed $value Value. |
| 402 | 402 | */ |
| 403 | -function getpaid_maybe_define_constant( $name, $value ) { |
|
| 404 | - if ( ! defined( $name ) ) { |
|
| 405 | - define( $name, $value ); |
|
| 403 | +function getpaid_maybe_define_constant($name, $value) { |
|
| 404 | + if (!defined($name)) { |
|
| 405 | + define($name, $value); |
|
| 406 | 406 | } |
| 407 | 407 | } |
| 408 | 408 | |
| 409 | 409 | function wpinv_get_php_arg_separator_output() { |
| 410 | - return ini_get( 'arg_separator.output' ); |
|
| 410 | + return ini_get('arg_separator.output'); |
|
| 411 | 411 | } |
| 412 | 412 | |
| 413 | -function wpinv_rgb_from_hex( $color ) { |
|
| 414 | - $color = str_replace( '#', '', $color ); |
|
| 413 | +function wpinv_rgb_from_hex($color) { |
|
| 414 | + $color = str_replace('#', '', $color); |
|
| 415 | 415 | |
| 416 | 416 | // Convert shorthand colors to full format, e.g. "FFF" -> "FFFFFF" |
| 417 | - $color = preg_replace( '~^(.)(.)(.)$~', '$1$1$2$2$3$3', $color ); |
|
| 418 | - if ( empty( $color ) ) { |
|
| 417 | + $color = preg_replace('~^(.)(.)(.)$~', '$1$1$2$2$3$3', $color); |
|
| 418 | + if (empty($color)) { |
|
| 419 | 419 | return null; |
| 420 | 420 | } |
| 421 | 421 | |
| 422 | - $color = str_split( $color ); |
|
| 422 | + $color = str_split($color); |
|
| 423 | 423 | |
| 424 | 424 | $rgb = array(); |
| 425 | - $rgb['R'] = hexdec( $color[0] . $color[1] ); |
|
| 426 | - $rgb['G'] = hexdec( $color[2] . $color[3] ); |
|
| 427 | - $rgb['B'] = hexdec( $color[4] . $color[5] ); |
|
| 425 | + $rgb['R'] = hexdec($color[0] . $color[1]); |
|
| 426 | + $rgb['G'] = hexdec($color[2] . $color[3]); |
|
| 427 | + $rgb['B'] = hexdec($color[4] . $color[5]); |
|
| 428 | 428 | |
| 429 | 429 | return $rgb; |
| 430 | 430 | } |
| 431 | 431 | |
| 432 | -function wpinv_hex_darker( $color, $factor = 30 ) { |
|
| 433 | - $base = wpinv_rgb_from_hex( $color ); |
|
| 432 | +function wpinv_hex_darker($color, $factor = 30) { |
|
| 433 | + $base = wpinv_rgb_from_hex($color); |
|
| 434 | 434 | $color = '#'; |
| 435 | 435 | |
| 436 | - foreach ( $base as $k => $v ) { |
|
| 436 | + foreach ($base as $k => $v) { |
|
| 437 | 437 | $amount = $v / 100; |
| 438 | - $amount = round( $amount * $factor ); |
|
| 438 | + $amount = round($amount * $factor); |
|
| 439 | 439 | $new_decimal = $v - $amount; |
| 440 | 440 | |
| 441 | - $new_hex_component = dechex( $new_decimal ); |
|
| 442 | - if ( strlen( $new_hex_component ) < 2 ) { |
|
| 441 | + $new_hex_component = dechex($new_decimal); |
|
| 442 | + if (strlen($new_hex_component) < 2) { |
|
| 443 | 443 | $new_hex_component = '0' . $new_hex_component; |
| 444 | 444 | } |
| 445 | 445 | $color .= $new_hex_component; |
@@ -448,18 +448,18 @@ discard block |
||
| 448 | 448 | return $color; |
| 449 | 449 | } |
| 450 | 450 | |
| 451 | -function wpinv_hex_lighter( $color, $factor = 30 ) { |
|
| 452 | - $base = wpinv_rgb_from_hex( $color ); |
|
| 451 | +function wpinv_hex_lighter($color, $factor = 30) { |
|
| 452 | + $base = wpinv_rgb_from_hex($color); |
|
| 453 | 453 | $color = '#'; |
| 454 | 454 | |
| 455 | - foreach ( $base as $k => $v ) { |
|
| 455 | + foreach ($base as $k => $v) { |
|
| 456 | 456 | $amount = 255 - $v; |
| 457 | 457 | $amount = $amount / 100; |
| 458 | - $amount = round( $amount * $factor ); |
|
| 458 | + $amount = round($amount * $factor); |
|
| 459 | 459 | $new_decimal = $v + $amount; |
| 460 | 460 | |
| 461 | - $new_hex_component = dechex( $new_decimal ); |
|
| 462 | - if ( strlen( $new_hex_component ) < 2 ) { |
|
| 461 | + $new_hex_component = dechex($new_decimal); |
|
| 462 | + if (strlen($new_hex_component) < 2) { |
|
| 463 | 463 | $new_hex_component = '0' . $new_hex_component; |
| 464 | 464 | } |
| 465 | 465 | $color .= $new_hex_component; |
@@ -468,22 +468,22 @@ discard block |
||
| 468 | 468 | return $color; |
| 469 | 469 | } |
| 470 | 470 | |
| 471 | -function wpinv_light_or_dark( $color, $dark = '#000000', $light = '#FFFFFF' ) { |
|
| 472 | - $hex = str_replace( '#', '', $color ); |
|
| 471 | +function wpinv_light_or_dark($color, $dark = '#000000', $light = '#FFFFFF') { |
|
| 472 | + $hex = str_replace('#', '', $color); |
|
| 473 | 473 | |
| 474 | - $c_r = hexdec( substr( $hex, 0, 2 ) ); |
|
| 475 | - $c_g = hexdec( substr( $hex, 2, 2 ) ); |
|
| 476 | - $c_b = hexdec( substr( $hex, 4, 2 ) ); |
|
| 474 | + $c_r = hexdec(substr($hex, 0, 2)); |
|
| 475 | + $c_g = hexdec(substr($hex, 2, 2)); |
|
| 476 | + $c_b = hexdec(substr($hex, 4, 2)); |
|
| 477 | 477 | |
| 478 | - $brightness = ( ( $c_r * 299 ) + ( $c_g * 587 ) + ( $c_b * 114 ) ) / 1000; |
|
| 478 | + $brightness = (($c_r * 299) + ($c_g * 587) + ($c_b * 114)) / 1000; |
|
| 479 | 479 | |
| 480 | 480 | return $brightness > 155 ? $dark : $light; |
| 481 | 481 | } |
| 482 | 482 | |
| 483 | -function wpinv_format_hex( $hex ) { |
|
| 484 | - $hex = trim( str_replace( '#', '', $hex ) ); |
|
| 483 | +function wpinv_format_hex($hex) { |
|
| 484 | + $hex = trim(str_replace('#', '', $hex)); |
|
| 485 | 485 | |
| 486 | - if ( strlen( $hex ) == 3 ) { |
|
| 486 | + if (strlen($hex) == 3) { |
|
| 487 | 487 | $hex = $hex[0] . $hex[0] . $hex[1] . $hex[1] . $hex[2] . $hex[2]; |
| 488 | 488 | } |
| 489 | 489 | |
@@ -503,12 +503,12 @@ discard block |
||
| 503 | 503 | * @param string $encoding The encoding parameter is the character encoding. Default "UTF-8". |
| 504 | 504 | * @return string |
| 505 | 505 | */ |
| 506 | -function wpinv_utf8_strimwidth( $str, $start, $width, $trimmaker = '', $encoding = 'UTF-8' ) { |
|
| 507 | - if ( function_exists( 'mb_strimwidth' ) ) { |
|
| 508 | - return mb_strimwidth( $str, $start, $width, $trimmaker, $encoding ); |
|
| 506 | +function wpinv_utf8_strimwidth($str, $start, $width, $trimmaker = '', $encoding = 'UTF-8') { |
|
| 507 | + if (function_exists('mb_strimwidth')) { |
|
| 508 | + return mb_strimwidth($str, $start, $width, $trimmaker, $encoding); |
|
| 509 | 509 | } |
| 510 | 510 | |
| 511 | - return wpinv_utf8_substr( $str, $start, $width, $encoding ) . $trimmaker; |
|
| 511 | + return wpinv_utf8_substr($str, $start, $width, $encoding) . $trimmaker; |
|
| 512 | 512 | } |
| 513 | 513 | |
| 514 | 514 | /** |
@@ -520,28 +520,28 @@ discard block |
||
| 520 | 520 | * @param string $encoding The encoding parameter is the character encoding. Default "UTF-8". |
| 521 | 521 | * @return int Returns the number of characters in string. |
| 522 | 522 | */ |
| 523 | -function wpinv_utf8_strlen( $str, $encoding = 'UTF-8' ) { |
|
| 524 | - if ( function_exists( 'mb_strlen' ) ) { |
|
| 525 | - return mb_strlen( $str, $encoding ); |
|
| 523 | +function wpinv_utf8_strlen($str, $encoding = 'UTF-8') { |
|
| 524 | + if (function_exists('mb_strlen')) { |
|
| 525 | + return mb_strlen($str, $encoding); |
|
| 526 | 526 | } |
| 527 | 527 | |
| 528 | - return strlen( $str ); |
|
| 528 | + return strlen($str); |
|
| 529 | 529 | } |
| 530 | 530 | |
| 531 | -function wpinv_utf8_strtolower( $str, $encoding = 'UTF-8' ) { |
|
| 532 | - if ( function_exists( 'mb_strtolower' ) ) { |
|
| 533 | - return mb_strtolower( $str, $encoding ); |
|
| 531 | +function wpinv_utf8_strtolower($str, $encoding = 'UTF-8') { |
|
| 532 | + if (function_exists('mb_strtolower')) { |
|
| 533 | + return mb_strtolower($str, $encoding); |
|
| 534 | 534 | } |
| 535 | 535 | |
| 536 | - return strtolower( $str ); |
|
| 536 | + return strtolower($str); |
|
| 537 | 537 | } |
| 538 | 538 | |
| 539 | -function wpinv_utf8_strtoupper( $str, $encoding = 'UTF-8' ) { |
|
| 540 | - if ( function_exists( 'mb_strtoupper' ) ) { |
|
| 541 | - return mb_strtoupper( $str, $encoding ); |
|
| 539 | +function wpinv_utf8_strtoupper($str, $encoding = 'UTF-8') { |
|
| 540 | + if (function_exists('mb_strtoupper')) { |
|
| 541 | + return mb_strtoupper($str, $encoding); |
|
| 542 | 542 | } |
| 543 | 543 | |
| 544 | - return strtoupper( $str ); |
|
| 544 | + return strtoupper($str); |
|
| 545 | 545 | } |
| 546 | 546 | |
| 547 | 547 | /** |
@@ -555,12 +555,12 @@ discard block |
||
| 555 | 555 | * @param string $encoding The encoding parameter is the character encoding. Default "UTF-8". |
| 556 | 556 | * @return int Returns the position of the first occurrence of search in the string. |
| 557 | 557 | */ |
| 558 | -function wpinv_utf8_strpos( $str, $find, $offset = 0, $encoding = 'UTF-8' ) { |
|
| 559 | - if ( function_exists( 'mb_strpos' ) ) { |
|
| 560 | - return mb_strpos( $str, $find, $offset, $encoding ); |
|
| 558 | +function wpinv_utf8_strpos($str, $find, $offset = 0, $encoding = 'UTF-8') { |
|
| 559 | + if (function_exists('mb_strpos')) { |
|
| 560 | + return mb_strpos($str, $find, $offset, $encoding); |
|
| 561 | 561 | } |
| 562 | 562 | |
| 563 | - return strpos( $str, $find, $offset ); |
|
| 563 | + return strpos($str, $find, $offset); |
|
| 564 | 564 | } |
| 565 | 565 | |
| 566 | 566 | /** |
@@ -574,12 +574,12 @@ discard block |
||
| 574 | 574 | * @param string $encoding The encoding parameter is the character encoding. Default "UTF-8". |
| 575 | 575 | * @return int Returns the position of the last occurrence of search. |
| 576 | 576 | */ |
| 577 | -function wpinv_utf8_strrpos( $str, $find, $offset = 0, $encoding = 'UTF-8' ) { |
|
| 578 | - if ( function_exists( 'mb_strrpos' ) ) { |
|
| 579 | - return mb_strrpos( $str, $find, $offset, $encoding ); |
|
| 577 | +function wpinv_utf8_strrpos($str, $find, $offset = 0, $encoding = 'UTF-8') { |
|
| 578 | + if (function_exists('mb_strrpos')) { |
|
| 579 | + return mb_strrpos($str, $find, $offset, $encoding); |
|
| 580 | 580 | } |
| 581 | 581 | |
| 582 | - return strrpos( $str, $find, $offset ); |
|
| 582 | + return strrpos($str, $find, $offset); |
|
| 583 | 583 | } |
| 584 | 584 | |
| 585 | 585 | /** |
@@ -594,16 +594,16 @@ discard block |
||
| 594 | 594 | * @param string $encoding The encoding parameter is the character encoding. Default "UTF-8". |
| 595 | 595 | * @return string |
| 596 | 596 | */ |
| 597 | -function wpinv_utf8_substr( $str, $start, $length = null, $encoding = 'UTF-8' ) { |
|
| 598 | - if ( function_exists( 'mb_substr' ) ) { |
|
| 599 | - if ( null === $length ) { |
|
| 600 | - return mb_substr( $str, $start, wpinv_utf8_strlen( $str, $encoding ), $encoding ); |
|
| 597 | +function wpinv_utf8_substr($str, $start, $length = null, $encoding = 'UTF-8') { |
|
| 598 | + if (function_exists('mb_substr')) { |
|
| 599 | + if (null === $length) { |
|
| 600 | + return mb_substr($str, $start, wpinv_utf8_strlen($str, $encoding), $encoding); |
|
| 601 | 601 | } else { |
| 602 | - return mb_substr( $str, $start, $length, $encoding ); |
|
| 602 | + return mb_substr($str, $start, $length, $encoding); |
|
| 603 | 603 | } |
| 604 | 604 | } |
| 605 | 605 | |
| 606 | - return substr( $str, $start, $length ); |
|
| 606 | + return substr($str, $start, $length); |
|
| 607 | 607 | } |
| 608 | 608 | |
| 609 | 609 | /** |
@@ -615,48 +615,48 @@ discard block |
||
| 615 | 615 | * @param string $encoding The encoding parameter is the character encoding. Default "UTF-8". |
| 616 | 616 | * @return string The width of string. |
| 617 | 617 | */ |
| 618 | -function wpinv_utf8_strwidth( $str, $encoding = 'UTF-8' ) { |
|
| 619 | - if ( function_exists( 'mb_strwidth' ) ) { |
|
| 620 | - return mb_strwidth( $str, $encoding ); |
|
| 618 | +function wpinv_utf8_strwidth($str, $encoding = 'UTF-8') { |
|
| 619 | + if (function_exists('mb_strwidth')) { |
|
| 620 | + return mb_strwidth($str, $encoding); |
|
| 621 | 621 | } |
| 622 | 622 | |
| 623 | - return wpinv_utf8_strlen( $str, $encoding ); |
|
| 623 | + return wpinv_utf8_strlen($str, $encoding); |
|
| 624 | 624 | } |
| 625 | 625 | |
| 626 | -function wpinv_utf8_ucfirst( $str, $lower_str_end = false, $encoding = 'UTF-8' ) { |
|
| 627 | - if ( function_exists( 'mb_strlen' ) ) { |
|
| 628 | - $first_letter = wpinv_utf8_strtoupper( wpinv_utf8_substr( $str, 0, 1, $encoding ), $encoding ); |
|
| 626 | +function wpinv_utf8_ucfirst($str, $lower_str_end = false, $encoding = 'UTF-8') { |
|
| 627 | + if (function_exists('mb_strlen')) { |
|
| 628 | + $first_letter = wpinv_utf8_strtoupper(wpinv_utf8_substr($str, 0, 1, $encoding), $encoding); |
|
| 629 | 629 | $str_end = ''; |
| 630 | 630 | |
| 631 | - if ( $lower_str_end ) { |
|
| 632 | - $str_end = wpinv_utf8_strtolower( wpinv_utf8_substr( $str, 1, wpinv_utf8_strlen( $str, $encoding ), $encoding ), $encoding ); |
|
| 631 | + if ($lower_str_end) { |
|
| 632 | + $str_end = wpinv_utf8_strtolower(wpinv_utf8_substr($str, 1, wpinv_utf8_strlen($str, $encoding), $encoding), $encoding); |
|
| 633 | 633 | } else { |
| 634 | - $str_end = wpinv_utf8_substr( $str, 1, wpinv_utf8_strlen( $str, $encoding ), $encoding ); |
|
| 634 | + $str_end = wpinv_utf8_substr($str, 1, wpinv_utf8_strlen($str, $encoding), $encoding); |
|
| 635 | 635 | } |
| 636 | 636 | |
| 637 | 637 | return $first_letter . $str_end; |
| 638 | 638 | } |
| 639 | 639 | |
| 640 | - return ucfirst( $str ); |
|
| 640 | + return ucfirst($str); |
|
| 641 | 641 | } |
| 642 | 642 | |
| 643 | -function wpinv_utf8_ucwords( $str, $encoding = 'UTF-8' ) { |
|
| 644 | - if ( function_exists( 'mb_convert_case' ) ) { |
|
| 645 | - return mb_convert_case( $str, MB_CASE_TITLE, $encoding ); |
|
| 643 | +function wpinv_utf8_ucwords($str, $encoding = 'UTF-8') { |
|
| 644 | + if (function_exists('mb_convert_case')) { |
|
| 645 | + return mb_convert_case($str, MB_CASE_TITLE, $encoding); |
|
| 646 | 646 | } |
| 647 | 647 | |
| 648 | - return ucwords( $str ); |
|
| 648 | + return ucwords($str); |
|
| 649 | 649 | } |
| 650 | 650 | |
| 651 | -function wpinv_period_in_days( $period, $unit ) { |
|
| 652 | - $period = absint( $period ); |
|
| 651 | +function wpinv_period_in_days($period, $unit) { |
|
| 652 | + $period = absint($period); |
|
| 653 | 653 | |
| 654 | - if ( $period > 0 ) { |
|
| 655 | - if ( in_array( strtolower( $unit ), array( 'w', 'week', 'weeks' ) ) ) { |
|
| 654 | + if ($period > 0) { |
|
| 655 | + if (in_array(strtolower($unit), array('w', 'week', 'weeks'))) { |
|
| 656 | 656 | $period = $period * 7; |
| 657 | - } elseif ( in_array( strtolower( $unit ), array( 'm', 'month', 'months' ) ) ) { |
|
| 657 | + } elseif (in_array(strtolower($unit), array('m', 'month', 'months'))) { |
|
| 658 | 658 | $period = $period * 30; |
| 659 | - } elseif ( in_array( strtolower( $unit ), array( 'y', 'year', 'years' ) ) ) { |
|
| 659 | + } elseif (in_array(strtolower($unit), array('y', 'year', 'years'))) { |
|
| 660 | 660 | $period = $period * 365; |
| 661 | 661 | } |
| 662 | 662 | } |
@@ -664,14 +664,14 @@ discard block |
||
| 664 | 664 | return $period; |
| 665 | 665 | } |
| 666 | 666 | |
| 667 | -function wpinv_cal_days_in_month( $calendar, $month, $year ) { |
|
| 668 | - if ( function_exists( 'cal_days_in_month' ) ) { |
|
| 669 | - return cal_days_in_month( $calendar, $month, $year ); |
|
| 667 | +function wpinv_cal_days_in_month($calendar, $month, $year) { |
|
| 668 | + if (function_exists('cal_days_in_month')) { |
|
| 669 | + return cal_days_in_month($calendar, $month, $year); |
|
| 670 | 670 | } |
| 671 | 671 | |
| 672 | 672 | // Fallback in case the calendar extension is not loaded in PHP |
| 673 | 673 | // Only supports Gregorian calendar |
| 674 | - return gmdate( 't', mktime( 0, 0, 0, $month, 1, $year ) ); |
|
| 674 | + return gmdate('t', mktime(0, 0, 0, $month, 1, $year)); |
|
| 675 | 675 | } |
| 676 | 676 | |
| 677 | 677 | /** |
@@ -682,27 +682,27 @@ discard block |
||
| 682 | 682 | * |
| 683 | 683 | * @return string |
| 684 | 684 | */ |
| 685 | -function wpi_help_tip( $tip, $allow_html = false, $is_vue = false, $echo = false ) { |
|
| 685 | +function wpi_help_tip($tip, $allow_html = false, $is_vue = false, $echo = false) { |
|
| 686 | 686 | |
| 687 | - if ( $allow_html ) { |
|
| 688 | - $tip = wpi_sanitize_tooltip( $tip ); |
|
| 687 | + if ($allow_html) { |
|
| 688 | + $tip = wpi_sanitize_tooltip($tip); |
|
| 689 | 689 | } else { |
| 690 | - $tip = strip_tags( $tip ); |
|
| 690 | + $tip = strip_tags($tip); |
|
| 691 | 691 | } |
| 692 | 692 | |
| 693 | - if ( $is_vue ) { |
|
| 693 | + if ($is_vue) { |
|
| 694 | 694 | |
| 695 | - if ( $echo ) { |
|
| 696 | - echo '<span class="dashicons dashicons-editor-help" title="' . esc_attr( $tip ) . '"></span>'; |
|
| 695 | + if ($echo) { |
|
| 696 | + echo '<span class="dashicons dashicons-editor-help" title="' . esc_attr($tip) . '"></span>'; |
|
| 697 | 697 | } else { |
| 698 | - return '<span class="dashicons dashicons-editor-help" title="' . esc_attr( $tip ) . '"></span>'; |
|
| 698 | + return '<span class="dashicons dashicons-editor-help" title="' . esc_attr($tip) . '"></span>'; |
|
| 699 | 699 | } |
| 700 | 700 | } |
| 701 | 701 | |
| 702 | - if ( $echo ) { |
|
| 703 | - echo '<span class="wpi-help-tip dashicons dashicons-editor-help" title="' . esc_attr( $tip ) . '"></span>'; |
|
| 702 | + if ($echo) { |
|
| 703 | + echo '<span class="wpi-help-tip dashicons dashicons-editor-help" title="' . esc_attr($tip) . '"></span>'; |
|
| 704 | 704 | } else { |
| 705 | - return '<span class="wpi-help-tip dashicons dashicons-editor-help" title="' . esc_attr( $tip ) . '"></span>'; |
|
| 705 | + return '<span class="wpi-help-tip dashicons dashicons-editor-help" title="' . esc_attr($tip) . '"></span>'; |
|
| 706 | 706 | } |
| 707 | 707 | } |
| 708 | 708 | |
@@ -714,9 +714,9 @@ discard block |
||
| 714 | 714 | * @param string $var |
| 715 | 715 | * @return string |
| 716 | 716 | */ |
| 717 | -function wpi_sanitize_tooltip( $var ) { |
|
| 717 | +function wpi_sanitize_tooltip($var) { |
|
| 718 | 718 | return wp_kses( |
| 719 | - html_entity_decode( $var ), |
|
| 719 | + html_entity_decode($var), |
|
| 720 | 720 | array( |
| 721 | 721 | 'br' => array(), |
| 722 | 722 | 'em' => array(), |
@@ -739,7 +739,7 @@ discard block |
||
| 739 | 739 | */ |
| 740 | 740 | function wpinv_get_screen_ids() { |
| 741 | 741 | |
| 742 | - $screen_id = sanitize_title( __( 'Invoicing', 'invoicing' ) ); |
|
| 742 | + $screen_id = sanitize_title(__('Invoicing', 'invoicing')); |
|
| 743 | 743 | |
| 744 | 744 | $screen_ids = array( |
| 745 | 745 | 'toplevel_page_' . $screen_id, |
@@ -761,7 +761,7 @@ discard block |
||
| 761 | 761 | 'gp-setup', // setup wizard |
| 762 | 762 | ); |
| 763 | 763 | |
| 764 | - return apply_filters( 'wpinv_screen_ids', $screen_ids ); |
|
| 764 | + return apply_filters('wpinv_screen_ids', $screen_ids); |
|
| 765 | 765 | } |
| 766 | 766 | |
| 767 | 767 | /** |
@@ -772,14 +772,14 @@ discard block |
||
| 772 | 772 | * @param array|string $list List of values. |
| 773 | 773 | * @return array Sanitized array of values. |
| 774 | 774 | */ |
| 775 | -function wpinv_parse_list( $list ) { |
|
| 775 | +function wpinv_parse_list($list) { |
|
| 776 | 776 | |
| 777 | - if ( empty( $list ) ) { |
|
| 777 | + if (empty($list)) { |
|
| 778 | 778 | $list = array(); |
| 779 | 779 | } |
| 780 | 780 | |
| 781 | - if ( ! is_array( $list ) ) { |
|
| 782 | - return preg_split( '/[\s,]+/', $list, -1, PREG_SPLIT_NO_EMPTY ); |
|
| 781 | + if (!is_array($list)) { |
|
| 782 | + return preg_split('/[\s,]+/', $list, -1, PREG_SPLIT_NO_EMPTY); |
|
| 783 | 783 | } |
| 784 | 784 | |
| 785 | 785 | return $list; |
@@ -793,8 +793,8 @@ discard block |
||
| 793 | 793 | * @param string $key Type of data to fetch. |
| 794 | 794 | * @return mixed Fetched data. |
| 795 | 795 | */ |
| 796 | -function wpinv_get_data( $key ) { |
|
| 797 | - return apply_filters( "wpinv_get_$key", include WPINV_PLUGIN_DIR . "includes/data/$key.php" ); |
|
| 796 | +function wpinv_get_data($key) { |
|
| 797 | + return apply_filters("wpinv_get_$key", include WPINV_PLUGIN_DIR . "includes/data/$key.php"); |
|
| 798 | 798 | } |
| 799 | 799 | |
| 800 | 800 | /** |
@@ -806,10 +806,10 @@ discard block |
||
| 806 | 806 | * @param bool $first_empty Whether or not the first item in the list should be empty |
| 807 | 807 | * @return mixed Fetched data. |
| 808 | 808 | */ |
| 809 | -function wpinv_maybe_add_empty_option( $options, $first_empty ) { |
|
| 809 | +function wpinv_maybe_add_empty_option($options, $first_empty) { |
|
| 810 | 810 | |
| 811 | - if ( ! empty( $options ) && $first_empty ) { |
|
| 812 | - return array_merge( array( '' => '' ), $options ); |
|
| 811 | + if (!empty($options) && $first_empty) { |
|
| 812 | + return array_merge(array('' => ''), $options); |
|
| 813 | 813 | } |
| 814 | 814 | return $options; |
| 815 | 815 | |
@@ -821,21 +821,21 @@ discard block |
||
| 821 | 821 | * @param mixed $var Data to sanitize. |
| 822 | 822 | * @return string|array |
| 823 | 823 | */ |
| 824 | -function wpinv_clean( $var ) { |
|
| 824 | +function wpinv_clean($var) { |
|
| 825 | 825 | |
| 826 | - if ( is_array( $var ) ) { |
|
| 827 | - return array_map( 'wpinv_clean', $var ); |
|
| 826 | + if (is_array($var)) { |
|
| 827 | + return array_map('wpinv_clean', $var); |
|
| 828 | 828 | } |
| 829 | 829 | |
| 830 | - if ( is_object( $var ) ) { |
|
| 831 | - $object_vars = get_object_vars( $var ); |
|
| 832 | - foreach ( $object_vars as $property_name => $property_value ) { |
|
| 833 | - $var->$property_name = wpinv_clean( $property_value ); |
|
| 830 | + if (is_object($var)) { |
|
| 831 | + $object_vars = get_object_vars($var); |
|
| 832 | + foreach ($object_vars as $property_name => $property_value) { |
|
| 833 | + $var->$property_name = wpinv_clean($property_value); |
|
| 834 | 834 | } |
| 835 | 835 | return $var; |
| 836 | 836 | } |
| 837 | 837 | |
| 838 | - return is_string( $var ) ? sanitize_text_field( stripslashes( $var ) ) : $var; |
|
| 838 | + return is_string($var) ? sanitize_text_field(stripslashes($var)) : $var; |
|
| 839 | 839 | } |
| 840 | 840 | |
| 841 | 841 | /** |
@@ -844,43 +844,43 @@ discard block |
||
| 844 | 844 | * @param string $str Data to convert. |
| 845 | 845 | * @return string|array |
| 846 | 846 | */ |
| 847 | -function getpaid_convert_price_string_to_options( $str ) { |
|
| 847 | +function getpaid_convert_price_string_to_options($str) { |
|
| 848 | 848 | |
| 849 | - $raw_options = array_map( 'trim', explode( ',', $str ) ); |
|
| 850 | - $options = array(); |
|
| 849 | + $raw_options = array_map('trim', explode(',', $str)); |
|
| 850 | + $options = array(); |
|
| 851 | 851 | |
| 852 | - foreach ( $raw_options as $option ) { |
|
| 852 | + foreach ($raw_options as $option) { |
|
| 853 | 853 | |
| 854 | - if ( '' == $option ) { |
|
| 854 | + if ('' == $option) { |
|
| 855 | 855 | continue; |
| 856 | 856 | } |
| 857 | 857 | |
| 858 | - $option = array_map( 'trim', explode( '|', $option ) ); |
|
| 858 | + $option = array_map('trim', explode('|', $option)); |
|
| 859 | 859 | |
| 860 | 860 | $price = null; |
| 861 | 861 | $label = null; |
| 862 | 862 | |
| 863 | - if ( isset( $option[0] ) && '' != $option[0] ) { |
|
| 864 | - $label = $option[0]; |
|
| 863 | + if (isset($option[0]) && '' != $option[0]) { |
|
| 864 | + $label = $option[0]; |
|
| 865 | 865 | } |
| 866 | 866 | |
| 867 | - if ( isset( $option[1] ) && '' != $option[1] ) { |
|
| 867 | + if (isset($option[1]) && '' != $option[1]) { |
|
| 868 | 868 | $price = $option[1]; |
| 869 | 869 | } |
| 870 | 870 | |
| 871 | - if ( ! isset( $price ) ) { |
|
| 871 | + if (!isset($price)) { |
|
| 872 | 872 | $price = $label; |
| 873 | 873 | } |
| 874 | 874 | |
| 875 | - if ( ! isset( $price ) || ! is_numeric( $price ) ) { |
|
| 875 | + if (!isset($price) || !is_numeric($price)) { |
|
| 876 | 876 | continue; |
| 877 | 877 | } |
| 878 | 878 | |
| 879 | - if ( ! isset( $label ) ) { |
|
| 879 | + if (!isset($label)) { |
|
| 880 | 880 | $label = $price; |
| 881 | 881 | } |
| 882 | 882 | |
| 883 | - $options[ "$label|$price" ] = $label; |
|
| 883 | + $options["$label|$price"] = $label; |
|
| 884 | 884 | } |
| 885 | 885 | |
| 886 | 886 | return $options; |
@@ -889,14 +889,14 @@ discard block |
||
| 889 | 889 | /** |
| 890 | 890 | * Returns the help tip. |
| 891 | 891 | */ |
| 892 | -function getpaid_get_help_tip( $tip, $additional_classes = '', $echo = false ) { |
|
| 892 | +function getpaid_get_help_tip($tip, $additional_classes = '', $echo = false) { |
|
| 893 | 893 | $classes = 'wpi-help-tip dashicons dashicons-editor-help ' . $additional_classes; |
| 894 | - $tip = esc_attr( $tip ); |
|
| 894 | + $tip = esc_attr($tip); |
|
| 895 | 895 | |
| 896 | - if ( $echo ) { |
|
| 897 | - echo '<span class="' . esc_attr( $classes ) . '" data-tip="' . esc_attr( $tip ) . '"></span>'; |
|
| 896 | + if ($echo) { |
|
| 897 | + echo '<span class="' . esc_attr($classes) . '" data-tip="' . esc_attr($tip) . '"></span>'; |
|
| 898 | 898 | } else { |
| 899 | - return '<span class="' . esc_attr( $classes ) . '" data-tip="' . esc_attr( $tip ) . '"></span>'; |
|
| 899 | + return '<span class="' . esc_attr($classes) . '" data-tip="' . esc_attr($tip) . '"></span>'; |
|
| 900 | 900 | } |
| 901 | 901 | |
| 902 | 902 | } |
@@ -904,18 +904,18 @@ discard block |
||
| 904 | 904 | /** |
| 905 | 905 | * Formats a date |
| 906 | 906 | */ |
| 907 | -function getpaid_format_date( $date, $with_time = false ) { |
|
| 907 | +function getpaid_format_date($date, $with_time = false) { |
|
| 908 | 908 | |
| 909 | - if ( empty( $date ) || $date == '0000-00-00 00:00:00' ) { |
|
| 909 | + if (empty($date) || $date == '0000-00-00 00:00:00') { |
|
| 910 | 910 | return ''; |
| 911 | 911 | } |
| 912 | 912 | |
| 913 | 913 | $format = getpaid_date_format(); |
| 914 | 914 | |
| 915 | - if ( $with_time ) { |
|
| 915 | + if ($with_time) { |
|
| 916 | 916 | $format .= ' ' . getpaid_time_format(); |
| 917 | 917 | } |
| 918 | - return date_i18n( $format, strtotime( $date ) ); |
|
| 918 | + return date_i18n($format, strtotime($date)); |
|
| 919 | 919 | |
| 920 | 920 | } |
| 921 | 921 | |
@@ -924,9 +924,9 @@ discard block |
||
| 924 | 924 | * |
| 925 | 925 | * @return string |
| 926 | 926 | */ |
| 927 | -function getpaid_format_date_value( $date, $default = '—', $with_time = false ) { |
|
| 928 | - $date = getpaid_format_date( $date, $with_time ); |
|
| 929 | - return empty( $date ) ? $default : $date; |
|
| 927 | +function getpaid_format_date_value($date, $default = '—', $with_time = false) { |
|
| 928 | + $date = getpaid_format_date($date, $with_time); |
|
| 929 | + return empty($date) ? $default : $date; |
|
| 930 | 930 | } |
| 931 | 931 | |
| 932 | 932 | /** |
@@ -935,7 +935,7 @@ discard block |
||
| 935 | 935 | * @return string |
| 936 | 936 | */ |
| 937 | 937 | function getpaid_date_format() { |
| 938 | - return apply_filters( 'getpaid_date_format', get_option( 'date_format' ) ); |
|
| 938 | + return apply_filters('getpaid_date_format', get_option('date_format')); |
|
| 939 | 939 | } |
| 940 | 940 | |
| 941 | 941 | /** |
@@ -944,7 +944,7 @@ discard block |
||
| 944 | 944 | * @return string |
| 945 | 945 | */ |
| 946 | 946 | function getpaid_time_format() { |
| 947 | - return apply_filters( 'getpaid_time_format', get_option( 'time_format' ) ); |
|
| 947 | + return apply_filters('getpaid_time_format', get_option('time_format')); |
|
| 948 | 948 | } |
| 949 | 949 | |
| 950 | 950 | /** |
@@ -954,16 +954,16 @@ discard block |
||
| 954 | 954 | * @param integer $limit Limit size in characters. |
| 955 | 955 | * @return string |
| 956 | 956 | */ |
| 957 | -function getpaid_limit_length( $string, $limit ) { |
|
| 957 | +function getpaid_limit_length($string, $limit) { |
|
| 958 | 958 | $str_limit = $limit - 3; |
| 959 | 959 | |
| 960 | - if ( function_exists( 'mb_strimwidth' ) ) { |
|
| 961 | - if ( mb_strlen( $string ) > $limit ) { |
|
| 962 | - $string = mb_strimwidth( $string, 0, $str_limit ) . '...'; |
|
| 960 | + if (function_exists('mb_strimwidth')) { |
|
| 961 | + if (mb_strlen($string) > $limit) { |
|
| 962 | + $string = mb_strimwidth($string, 0, $str_limit) . '...'; |
|
| 963 | 963 | } |
| 964 | 964 | } else { |
| 965 | - if ( strlen( $string ) > $limit ) { |
|
| 966 | - $string = substr( $string, 0, $str_limit ) . '...'; |
|
| 965 | + if (strlen($string) > $limit) { |
|
| 966 | + $string = substr($string, 0, $str_limit) . '...'; |
|
| 967 | 967 | } |
| 968 | 968 | } |
| 969 | 969 | return $string; |
@@ -977,7 +977,7 @@ discard block |
||
| 977 | 977 | * @since 1.0.19 |
| 978 | 978 | */ |
| 979 | 979 | function getpaid_api() { |
| 980 | - return getpaid()->get( 'api' ); |
|
| 980 | + return getpaid()->get('api'); |
|
| 981 | 981 | } |
| 982 | 982 | |
| 983 | 983 | /** |
@@ -987,7 +987,7 @@ discard block |
||
| 987 | 987 | * @since 1.0.19 |
| 988 | 988 | */ |
| 989 | 989 | function getpaid_post_types() { |
| 990 | - return getpaid()->get( 'post_types' ); |
|
| 990 | + return getpaid()->get('post_types'); |
|
| 991 | 991 | } |
| 992 | 992 | |
| 993 | 993 | /** |
@@ -997,7 +997,7 @@ discard block |
||
| 997 | 997 | * @since 1.0.19 |
| 998 | 998 | */ |
| 999 | 999 | function getpaid_session() { |
| 1000 | - return getpaid()->get( 'session' ); |
|
| 1000 | + return getpaid()->get('session'); |
|
| 1001 | 1001 | } |
| 1002 | 1002 | |
| 1003 | 1003 | /** |
@@ -1007,7 +1007,7 @@ discard block |
||
| 1007 | 1007 | * @since 1.0.19 |
| 1008 | 1008 | */ |
| 1009 | 1009 | function getpaid_notes() { |
| 1010 | - return getpaid()->get( 'notes' ); |
|
| 1010 | + return getpaid()->get('notes'); |
|
| 1011 | 1011 | } |
| 1012 | 1012 | |
| 1013 | 1013 | /** |
@@ -1016,7 +1016,7 @@ discard block |
||
| 1016 | 1016 | * @return GetPaid_Admin |
| 1017 | 1017 | */ |
| 1018 | 1018 | function getpaid_admin() { |
| 1019 | - return getpaid()->get( 'admin' ); |
|
| 1019 | + return getpaid()->get('admin'); |
|
| 1020 | 1020 | } |
| 1021 | 1021 | |
| 1022 | 1022 | /** |
@@ -1026,8 +1026,8 @@ discard block |
||
| 1026 | 1026 | * @param string $base the base url |
| 1027 | 1027 | * @return string |
| 1028 | 1028 | */ |
| 1029 | -function getpaid_get_authenticated_action_url( $action, $base = false ) { |
|
| 1030 | - return wp_nonce_url( add_query_arg( 'getpaid-action', $action, $base ), 'getpaid-nonce', 'getpaid-nonce' ); |
|
| 1029 | +function getpaid_get_authenticated_action_url($action, $base = false) { |
|
| 1030 | + return wp_nonce_url(add_query_arg('getpaid-action', $action, $base), 'getpaid-nonce', 'getpaid-nonce'); |
|
| 1031 | 1031 | } |
| 1032 | 1032 | |
| 1033 | 1033 | /** |
@@ -1035,11 +1035,11 @@ discard block |
||
| 1035 | 1035 | * |
| 1036 | 1036 | * @return string |
| 1037 | 1037 | */ |
| 1038 | -function getpaid_get_post_type_label( $post_type, $plural = true ) { |
|
| 1038 | +function getpaid_get_post_type_label($post_type, $plural = true) { |
|
| 1039 | 1039 | |
| 1040 | - $post_type = get_post_type_object( $post_type ); |
|
| 1040 | + $post_type = get_post_type_object($post_type); |
|
| 1041 | 1041 | |
| 1042 | - if ( ! is_object( $post_type ) ) { |
|
| 1042 | + if (!is_object($post_type)) { |
|
| 1043 | 1043 | return null; |
| 1044 | 1044 | } |
| 1045 | 1045 | |
@@ -1052,18 +1052,18 @@ discard block |
||
| 1052 | 1052 | * |
| 1053 | 1053 | * @return mixed|null |
| 1054 | 1054 | */ |
| 1055 | -function getpaid_get_array_field( $array, $key, $secondary_key = null ) { |
|
| 1055 | +function getpaid_get_array_field($array, $key, $secondary_key = null) { |
|
| 1056 | 1056 | |
| 1057 | - if ( ! is_array( $array ) ) { |
|
| 1057 | + if (!is_array($array)) { |
|
| 1058 | 1058 | return null; |
| 1059 | 1059 | } |
| 1060 | 1060 | |
| 1061 | - if ( ! empty( $secondary_key ) ) { |
|
| 1062 | - $array = isset( $array[ $secondary_key ] ) ? $array[ $secondary_key ] : array(); |
|
| 1063 | - return getpaid_get_array_field( $array, $key ); |
|
| 1061 | + if (!empty($secondary_key)) { |
|
| 1062 | + $array = isset($array[$secondary_key]) ? $array[$secondary_key] : array(); |
|
| 1063 | + return getpaid_get_array_field($array, $key); |
|
| 1064 | 1064 | } |
| 1065 | 1065 | |
| 1066 | - return isset( $array[ $key ] ) ? $array[ $key ] : null; |
|
| 1066 | + return isset($array[$key]) ? $array[$key] : null; |
|
| 1067 | 1067 | |
| 1068 | 1068 | } |
| 1069 | 1069 | |
@@ -1072,12 +1072,12 @@ discard block |
||
| 1072 | 1072 | * |
| 1073 | 1073 | * @return array |
| 1074 | 1074 | */ |
| 1075 | -function getpaid_array_merge_if_empty( $args, $defaults ) { |
|
| 1075 | +function getpaid_array_merge_if_empty($args, $defaults) { |
|
| 1076 | 1076 | |
| 1077 | - foreach ( $defaults as $key => $value ) { |
|
| 1077 | + foreach ($defaults as $key => $value) { |
|
| 1078 | 1078 | |
| 1079 | - if ( empty( $args[ $key ] ) ) { |
|
| 1080 | - $args[ $key ] = $value; |
|
| 1079 | + if (empty($args[$key])) { |
|
| 1080 | + $args[$key] = $value; |
|
| 1081 | 1081 | } |
| 1082 | 1082 | } |
| 1083 | 1083 | |
@@ -1094,12 +1094,12 @@ discard block |
||
| 1094 | 1094 | |
| 1095 | 1095 | $types = get_allowed_mime_types(); |
| 1096 | 1096 | |
| 1097 | - if ( isset( $types['htm|html'] ) ) { |
|
| 1098 | - unset( $types['htm|html'] ); |
|
| 1097 | + if (isset($types['htm|html'])) { |
|
| 1098 | + unset($types['htm|html']); |
|
| 1099 | 1099 | } |
| 1100 | 1100 | |
| 1101 | - if ( isset( $types['js'] ) ) { |
|
| 1102 | - unset( $types['js'] ); |
|
| 1101 | + if (isset($types['js'])) { |
|
| 1102 | + unset($types['js']); |
|
| 1103 | 1103 | } |
| 1104 | 1104 | |
| 1105 | 1105 | return $types; |
@@ -1107,21 +1107,21 @@ discard block |
||
| 1107 | 1107 | } |
| 1108 | 1108 | |
| 1109 | 1109 | |
| 1110 | -function getpaid_user_delete_invoice( $data ) { |
|
| 1110 | +function getpaid_user_delete_invoice($data) { |
|
| 1111 | 1111 | |
| 1112 | 1112 | // Ensure there is an invoice to delete. |
| 1113 | - if ( empty( $data['invoice_id'] ) ) { |
|
| 1113 | + if (empty($data['invoice_id'])) { |
|
| 1114 | 1114 | return; |
| 1115 | 1115 | } |
| 1116 | 1116 | |
| 1117 | - $invoice = new WPInv_Invoice( (int) $data['invoice_id'] ); |
|
| 1117 | + $invoice = new WPInv_Invoice((int) $data['invoice_id']); |
|
| 1118 | 1118 | |
| 1119 | 1119 | // Ensure that it exists and that it belongs to the current user. |
| 1120 | - if ( ! $invoice->exists() || $invoice->get_customer_id() != get_current_user_id() ) { |
|
| 1120 | + if (!$invoice->exists() || $invoice->get_customer_id() != get_current_user_id()) { |
|
| 1121 | 1121 | $notice = 'perm_delete_invoice'; |
| 1122 | 1122 | |
| 1123 | 1123 | // Can it be deleted? |
| 1124 | - } elseif ( ! $invoice->needs_payment() ) { |
|
| 1124 | + } elseif (!$invoice->needs_payment()) { |
|
| 1125 | 1125 | $notice = 'cannot_delete_invoice'; |
| 1126 | 1126 | |
| 1127 | 1127 | // Delete it. |
@@ -1140,8 +1140,8 @@ discard block |
||
| 1140 | 1140 | ) |
| 1141 | 1141 | ); |
| 1142 | 1142 | |
| 1143 | - wp_safe_redirect( $redirect ); |
|
| 1143 | + wp_safe_redirect($redirect); |
|
| 1144 | 1144 | exit; |
| 1145 | 1145 | |
| 1146 | 1146 | } |
| 1147 | -add_action( 'getpaid_authenticated_action_delete_invoice', 'getpaid_user_delete_invoice' ); |
|
| 1147 | +add_action('getpaid_authenticated_action_delete_invoice', 'getpaid_user_delete_invoice'); |
|
@@ -12,491 +12,491 @@ |
||
| 12 | 12 | */ |
| 13 | 13 | class GetPaid_Invoice_Notification_Emails { |
| 14 | 14 | |
| 15 | - /** |
|
| 16 | - * The array of invoice email actions. |
|
| 17 | - * |
|
| 18 | - * @param array |
|
| 19 | - */ |
|
| 20 | - public $invoice_actions; |
|
| 21 | - |
|
| 22 | - /** |
|
| 23 | - * Class constructor |
|
| 24 | - * |
|
| 25 | - */ |
|
| 26 | - public function __construct() { |
|
| 27 | - |
|
| 28 | - $this->invoice_actions = apply_filters( |
|
| 29 | - 'getpaid_notification_email_invoice_triggers', |
|
| 30 | - array( |
|
| 31 | - 'getpaid_new_invoice' => array( 'new_invoice', 'user_invoice' ), |
|
| 32 | - 'getpaid_invoice_status_wpi-cancelled' => 'cancelled_invoice', |
|
| 33 | - 'getpaid_invoice_status_wpi-failed' => 'failed_invoice', |
|
| 34 | - 'getpaid_invoice_status_wpi-onhold' => 'onhold_invoice', |
|
| 35 | - 'getpaid_invoice_status_wpi-processing' => 'processing_invoice', |
|
| 36 | - 'getpaid_invoice_status_publish' => 'completed_invoice', |
|
| 37 | - 'getpaid_invoice_status_wpi-renewal' => 'completed_invoice', |
|
| 38 | - 'getpaid_invoice_status_wpi-refunded' => 'refunded_invoice', |
|
| 39 | - 'getpaid_new_customer_note' => 'user_note', |
|
| 40 | - 'getpaid_daily_maintenance' => 'overdue', |
|
| 41 | - ) |
|
| 42 | - ); |
|
| 43 | - |
|
| 44 | - $this->init_hooks(); |
|
| 45 | - |
|
| 46 | - } |
|
| 47 | - |
|
| 48 | - /** |
|
| 49 | - * Registers email hooks. |
|
| 50 | - */ |
|
| 51 | - public function init_hooks() { |
|
| 52 | - |
|
| 53 | - add_filter( 'getpaid_get_email_merge_tags', array( $this, 'invoice_merge_tags' ), 10, 2 ); |
|
| 54 | - add_filter( 'getpaid_invoice_email_recipients', array( $this, 'filter_email_recipients' ), 10, 2 ); |
|
| 55 | - |
|
| 56 | - foreach ( $this->invoice_actions as $hook => $email_type ) { |
|
| 57 | - $this->init_email_type_hook( $hook, $email_type ); |
|
| 58 | - } |
|
| 59 | - } |
|
| 60 | - |
|
| 61 | - /** |
|
| 62 | - * Registers an email hook for an invoice action. |
|
| 63 | - * |
|
| 64 | - * @param string $hook |
|
| 65 | - * @param string|array $email_type |
|
| 66 | - */ |
|
| 67 | - public function init_email_type_hook( $hook, $email_type ) { |
|
| 68 | - |
|
| 69 | - $email_type = wpinv_parse_list( $email_type ); |
|
| 70 | - |
|
| 71 | - foreach ( $email_type as $type ) { |
|
| 72 | - |
|
| 73 | - $email = new GetPaid_Notification_Email( $type ); |
|
| 74 | - |
|
| 75 | - // Abort if it is not active. |
|
| 76 | - if ( ! $email->is_active() ) { |
|
| 77 | - continue; |
|
| 78 | - } |
|
| 79 | - |
|
| 80 | - if ( method_exists( $this, $type ) ) { |
|
| 81 | - add_action( $hook, array( $this, $type ), 100, 2 ); |
|
| 82 | - continue; |
|
| 83 | - } |
|
| 84 | - |
|
| 85 | - do_action( 'getpaid_invoice_init_email_type_hook', $type, $hook ); |
|
| 86 | - } |
|
| 87 | - |
|
| 88 | - } |
|
| 89 | - |
|
| 90 | - /** |
|
| 91 | - * Filters invoice merge tags. |
|
| 92 | - * |
|
| 93 | - * @param array $merge_tags |
|
| 94 | - * @param mixed|WPInv_Invoice|WPInv_Subscription $object |
|
| 95 | - */ |
|
| 96 | - public function invoice_merge_tags( $merge_tags, $object ) { |
|
| 97 | - |
|
| 98 | - if ( is_a( $object, 'WPInv_Invoice' ) ) { |
|
| 99 | - return array_merge( |
|
| 100 | - $merge_tags, |
|
| 101 | - $this->get_invoice_merge_tags( $object ) |
|
| 102 | - ); |
|
| 103 | - } |
|
| 104 | - |
|
| 105 | - if ( is_a( $object, 'WPInv_Subscription' ) ) { |
|
| 106 | - return array_merge( |
|
| 107 | - $merge_tags, |
|
| 108 | - $this->get_invoice_merge_tags( $object->get_parent_payment() ) |
|
| 109 | - ); |
|
| 110 | - } |
|
| 111 | - |
|
| 112 | - return $merge_tags; |
|
| 113 | - |
|
| 114 | - } |
|
| 115 | - |
|
| 116 | - /** |
|
| 117 | - * Generates invoice merge tags. |
|
| 118 | - * |
|
| 119 | - * @param WPInv_Invoice $invoice |
|
| 120 | - * @return array |
|
| 121 | - */ |
|
| 122 | - public function get_invoice_merge_tags( $invoice ) { |
|
| 123 | - |
|
| 124 | - // Abort if it does not exist. |
|
| 125 | - if ( ! $invoice->get_id() ) { |
|
| 126 | - return array(); |
|
| 127 | - } |
|
| 128 | - |
|
| 129 | - $merge_tags = array( |
|
| 130 | - '{name}' => sanitize_text_field( $invoice->get_user_full_name() ), |
|
| 131 | - '{full_name}' => sanitize_text_field( $invoice->get_user_full_name() ), |
|
| 132 | - '{first_name}' => sanitize_text_field( $invoice->get_first_name() ), |
|
| 133 | - '{last_name}' => sanitize_text_field( $invoice->get_last_name() ), |
|
| 134 | - '{email}' => sanitize_email( $invoice->get_email() ), |
|
| 135 | - '{invoice_number}' => sanitize_text_field( $invoice->get_number() ), |
|
| 136 | - '{invoice_currency}' => sanitize_text_field( $invoice->get_currency() ), |
|
| 137 | - '{invoice_total}' => sanitize_text_field( wpinv_price( $invoice->get_total(), $invoice->get_currency() ) ), |
|
| 138 | - '{invoice_link}' => esc_url( $invoice->get_view_url() ), |
|
| 139 | - '{invoice_pay_link}' => esc_url( $invoice->get_checkout_payment_url() ), |
|
| 140 | - '{invoice_receipt_link}' => esc_url( $invoice->get_receipt_url() ), |
|
| 141 | - '{invoice_date}' => getpaid_format_date_value( $invoice->get_date_created() ), |
|
| 142 | - '{invoice_due_date}' => getpaid_format_date_value( $invoice->get_due_date(), __( 'on receipt', 'invoicing' ) ), |
|
| 143 | - '{invoice_quote}' => sanitize_text_field( strtolower( $invoice->get_label() ) ), |
|
| 144 | - '{invoice_label}' => sanitize_text_field( ucfirst( $invoice->get_label() ) ), |
|
| 145 | - '{invoice_description}' => wp_kses_post( $invoice->get_description() ), |
|
| 146 | - '{subscription_name}' => wp_kses_post( $invoice->get_subscription_name() ), |
|
| 147 | - '{is_was}' => strtotime( $invoice->get_due_date() ) < current_time( 'timestamp' ) ? __( 'was', 'invoicing' ) : __( 'is', 'invoicing' ), |
|
| 148 | - ); |
|
| 149 | - |
|
| 150 | - $payment_form_data = $invoice->get_meta( 'payment_form_data', true ); |
|
| 151 | - |
|
| 152 | - if ( is_array( $payment_form_data ) ) { |
|
| 153 | - |
|
| 154 | - foreach ( $payment_form_data as $label => $value ) { |
|
| 155 | - |
|
| 156 | - $label = preg_replace( '/[^a-z0-9]+/', '_', strtolower( $label ) ); |
|
| 157 | - $value = is_array( $value ) ? implode( ', ', $value ) : $value; |
|
| 158 | - |
|
| 159 | - if ( is_scalar( $value ) ) { |
|
| 160 | - $merge_tags[ "{{$label}}" ] = wp_kses_post( $value ); |
|
| 161 | - } |
|
| 162 | - } |
|
| 163 | - } |
|
| 164 | - |
|
| 165 | - return apply_filters( 'getpaid_invoice_email_merge_tags', $merge_tags, $invoice ); |
|
| 166 | - } |
|
| 167 | - |
|
| 168 | - /** |
|
| 169 | - * Helper function to send an email. |
|
| 170 | - * |
|
| 171 | - * @param WPInv_Invoice $invoice |
|
| 172 | - * @param GetPaid_Notification_Email $email |
|
| 173 | - * @param string $type |
|
| 174 | - * @param string|array $recipients |
|
| 175 | - * @param array $extra_args Extra template args. |
|
| 176 | - */ |
|
| 177 | - public function send_email( $invoice, $email, $type, $recipients, $extra_args = array() ) { |
|
| 178 | - |
|
| 179 | - do_action( 'getpaid_before_send_invoice_notification', $type, $invoice, $email ); |
|
| 180 | - |
|
| 181 | - $skip = $invoice->is_free() && wpinv_get_option( 'skip_email_free_invoice' ); |
|
| 182 | - if ( apply_filters( 'getpaid_skip_invoice_email', $skip, $type, $invoice ) ) { |
|
| 183 | - return; |
|
| 184 | - } |
|
| 185 | - |
|
| 186 | - $mailer = new GetPaid_Notification_Email_Sender(); |
|
| 187 | - $merge_tags = $email->get_merge_tags(); |
|
| 188 | - |
|
| 189 | - $result = $mailer->send( |
|
| 190 | - apply_filters( 'getpaid_invoice_email_recipients', wpinv_parse_list( $recipients ), $email ), |
|
| 191 | - $email->add_merge_tags( $email->get_subject(), $merge_tags ), |
|
| 192 | - $email->get_content( $merge_tags, $extra_args ), |
|
| 193 | - $email->get_attachments() |
|
| 194 | - ); |
|
| 195 | - |
|
| 196 | - // Maybe send a copy to the admin. |
|
| 197 | - if ( $email->include_admin_bcc() ) { |
|
| 198 | - $mailer->send( |
|
| 199 | - wpinv_get_admin_email(), |
|
| 200 | - $email->add_merge_tags( $email->get_subject() . __( ' - ADMIN BCC COPY', 'invoicing' ), $merge_tags ), |
|
| 201 | - $email->get_content( $merge_tags ), |
|
| 202 | - $email->get_attachments() |
|
| 203 | - ); |
|
| 204 | - } |
|
| 205 | - |
|
| 206 | - if ( $result ) { |
|
| 207 | - $invoice->add_system_note( |
|
| 208 | - sprintf( |
|
| 209 | - // translators: %1 is the email type, %2 is the invoice recipient. |
|
| 210 | - __( 'Successfully sent %1$s notification email to %2$s.', 'invoicing' ), |
|
| 211 | - sanitize_key( $type ), |
|
| 212 | - $email->is_admin_email() ? __( 'admin', 'invoicing' ) : __( 'the customer', 'invoicing' ) |
|
| 213 | - ) |
|
| 214 | - ); |
|
| 215 | - } else { |
|
| 216 | - $invoice->add_system_note( |
|
| 217 | - sprintf( |
|
| 218 | - // translators: %1 is the email type, %2 is the invoice recipient. |
|
| 219 | - __( 'Failed sending %1$s notification email to %2$s.', 'invoicing' ), |
|
| 220 | - sanitize_key( $type ), |
|
| 221 | - $email->is_admin_email() ? __( 'admin', 'invoicing' ) : __( 'the customer', 'invoicing' ) |
|
| 222 | - ) |
|
| 223 | - ); |
|
| 224 | - } |
|
| 225 | - |
|
| 226 | - do_action( 'getpaid_after_send_invoice_notification', $type, $invoice, $email ); |
|
| 227 | - |
|
| 228 | - return $result; |
|
| 229 | - } |
|
| 230 | - |
|
| 231 | - /** |
|
| 232 | - * Also send emails to any cc users. |
|
| 233 | - * |
|
| 234 | - * @param array $recipients |
|
| 235 | - * @param GetPaid_Notification_Email $email |
|
| 236 | - */ |
|
| 237 | - public function filter_email_recipients( $recipients, $email ) { |
|
| 238 | - |
|
| 239 | - if ( ! $email->is_admin_email() ) { |
|
| 240 | - $cc = $email->object->get_email_cc(); |
|
| 241 | - $cc_2 = get_user_meta( $email->object->get_user_id(), '_wpinv_email_cc', true ); |
|
| 242 | - |
|
| 243 | - if ( ! empty( $cc ) ) { |
|
| 244 | - $cc = array_map( 'sanitize_email', wpinv_parse_list( $cc ) ); |
|
| 245 | - $recipients = array_filter( array_unique( array_merge( $recipients, $cc ) ) ); |
|
| 246 | - } |
|
| 247 | - |
|
| 248 | - if ( ! empty( $cc_2 ) ) { |
|
| 249 | - $cc_2 = array_map( 'sanitize_email', wpinv_parse_list( $cc_2 ) ); |
|
| 250 | - $recipients = array_filter( array_unique( array_merge( $recipients, $cc_2 ) ) ); |
|
| 251 | - } |
|
| 252 | - } |
|
| 253 | - |
|
| 254 | - return $recipients; |
|
| 255 | - |
|
| 256 | - } |
|
| 257 | - |
|
| 258 | - /** |
|
| 259 | - * Sends a new invoice notification. |
|
| 260 | - * |
|
| 261 | - * @param WPInv_Invoice $invoice |
|
| 262 | - */ |
|
| 263 | - public function new_invoice( $invoice ) { |
|
| 264 | - |
|
| 265 | - // Only send this email for invoices created via the admin page. |
|
| 266 | - if ( ! $invoice->is_type( 'invoice' ) || $invoice->is_paid() || $this->is_payment_form_invoice( $invoice->get_id() ) ) { |
|
| 267 | - return; |
|
| 268 | - } |
|
| 269 | - |
|
| 270 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 271 | - $recipient = wpinv_get_admin_email(); |
|
| 272 | - |
|
| 273 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 274 | - |
|
| 275 | - } |
|
| 276 | - |
|
| 277 | - /** |
|
| 278 | - * Sends a cancelled invoice notification. |
|
| 279 | - * |
|
| 280 | - * @param WPInv_Invoice $invoice |
|
| 281 | - */ |
|
| 282 | - public function cancelled_invoice( $invoice ) { |
|
| 283 | - |
|
| 284 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 285 | - $recipient = $invoice->get_email(); |
|
| 286 | - |
|
| 287 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 288 | - } |
|
| 289 | - |
|
| 290 | - /** |
|
| 291 | - * Sends a failed invoice notification. |
|
| 292 | - * |
|
| 293 | - * @param WPInv_Invoice $invoice |
|
| 294 | - */ |
|
| 295 | - public function failed_invoice( $invoice ) { |
|
| 296 | - |
|
| 297 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 298 | - $recipient = wpinv_get_admin_email(); |
|
| 299 | - |
|
| 300 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 301 | - |
|
| 302 | - } |
|
| 303 | - |
|
| 304 | - /** |
|
| 305 | - * Sends a notification whenever an invoice is put on hold. |
|
| 306 | - * |
|
| 307 | - * @param WPInv_Invoice $invoice |
|
| 308 | - */ |
|
| 309 | - public function onhold_invoice( $invoice ) { |
|
| 310 | - |
|
| 311 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 312 | - $recipient = $invoice->get_email(); |
|
| 313 | - |
|
| 314 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 315 | - |
|
| 316 | - } |
|
| 317 | - |
|
| 318 | - /** |
|
| 319 | - * Sends a notification whenever an invoice is marked as processing payment. |
|
| 320 | - * |
|
| 321 | - * @param WPInv_Invoice $invoice |
|
| 322 | - */ |
|
| 323 | - public function processing_invoice( $invoice ) { |
|
| 324 | - |
|
| 325 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 326 | - $recipient = $invoice->get_email(); |
|
| 327 | - |
|
| 328 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 329 | - |
|
| 330 | - } |
|
| 331 | - |
|
| 332 | - /** |
|
| 333 | - * Sends a notification whenever an invoice is paid. |
|
| 334 | - * |
|
| 335 | - * @param WPInv_Invoice $invoice |
|
| 336 | - */ |
|
| 337 | - public function completed_invoice( $invoice ) { |
|
| 338 | - |
|
| 339 | - // (Maybe) abort if it is a renewal invoice. |
|
| 340 | - if ( $invoice->is_renewal() && ! wpinv_get_option( 'email_completed_invoice_renewal_active', false ) ) { |
|
| 341 | - return; |
|
| 342 | - } |
|
| 343 | - |
|
| 344 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 345 | - $recipient = $invoice->get_email(); |
|
| 346 | - |
|
| 347 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 348 | - |
|
| 349 | - } |
|
| 15 | + /** |
|
| 16 | + * The array of invoice email actions. |
|
| 17 | + * |
|
| 18 | + * @param array |
|
| 19 | + */ |
|
| 20 | + public $invoice_actions; |
|
| 21 | + |
|
| 22 | + /** |
|
| 23 | + * Class constructor |
|
| 24 | + * |
|
| 25 | + */ |
|
| 26 | + public function __construct() { |
|
| 27 | + |
|
| 28 | + $this->invoice_actions = apply_filters( |
|
| 29 | + 'getpaid_notification_email_invoice_triggers', |
|
| 30 | + array( |
|
| 31 | + 'getpaid_new_invoice' => array( 'new_invoice', 'user_invoice' ), |
|
| 32 | + 'getpaid_invoice_status_wpi-cancelled' => 'cancelled_invoice', |
|
| 33 | + 'getpaid_invoice_status_wpi-failed' => 'failed_invoice', |
|
| 34 | + 'getpaid_invoice_status_wpi-onhold' => 'onhold_invoice', |
|
| 35 | + 'getpaid_invoice_status_wpi-processing' => 'processing_invoice', |
|
| 36 | + 'getpaid_invoice_status_publish' => 'completed_invoice', |
|
| 37 | + 'getpaid_invoice_status_wpi-renewal' => 'completed_invoice', |
|
| 38 | + 'getpaid_invoice_status_wpi-refunded' => 'refunded_invoice', |
|
| 39 | + 'getpaid_new_customer_note' => 'user_note', |
|
| 40 | + 'getpaid_daily_maintenance' => 'overdue', |
|
| 41 | + ) |
|
| 42 | + ); |
|
| 43 | + |
|
| 44 | + $this->init_hooks(); |
|
| 45 | + |
|
| 46 | + } |
|
| 47 | + |
|
| 48 | + /** |
|
| 49 | + * Registers email hooks. |
|
| 50 | + */ |
|
| 51 | + public function init_hooks() { |
|
| 52 | + |
|
| 53 | + add_filter( 'getpaid_get_email_merge_tags', array( $this, 'invoice_merge_tags' ), 10, 2 ); |
|
| 54 | + add_filter( 'getpaid_invoice_email_recipients', array( $this, 'filter_email_recipients' ), 10, 2 ); |
|
| 55 | + |
|
| 56 | + foreach ( $this->invoice_actions as $hook => $email_type ) { |
|
| 57 | + $this->init_email_type_hook( $hook, $email_type ); |
|
| 58 | + } |
|
| 59 | + } |
|
| 60 | + |
|
| 61 | + /** |
|
| 62 | + * Registers an email hook for an invoice action. |
|
| 63 | + * |
|
| 64 | + * @param string $hook |
|
| 65 | + * @param string|array $email_type |
|
| 66 | + */ |
|
| 67 | + public function init_email_type_hook( $hook, $email_type ) { |
|
| 68 | + |
|
| 69 | + $email_type = wpinv_parse_list( $email_type ); |
|
| 70 | + |
|
| 71 | + foreach ( $email_type as $type ) { |
|
| 72 | + |
|
| 73 | + $email = new GetPaid_Notification_Email( $type ); |
|
| 74 | + |
|
| 75 | + // Abort if it is not active. |
|
| 76 | + if ( ! $email->is_active() ) { |
|
| 77 | + continue; |
|
| 78 | + } |
|
| 79 | + |
|
| 80 | + if ( method_exists( $this, $type ) ) { |
|
| 81 | + add_action( $hook, array( $this, $type ), 100, 2 ); |
|
| 82 | + continue; |
|
| 83 | + } |
|
| 84 | + |
|
| 85 | + do_action( 'getpaid_invoice_init_email_type_hook', $type, $hook ); |
|
| 86 | + } |
|
| 87 | + |
|
| 88 | + } |
|
| 89 | + |
|
| 90 | + /** |
|
| 91 | + * Filters invoice merge tags. |
|
| 92 | + * |
|
| 93 | + * @param array $merge_tags |
|
| 94 | + * @param mixed|WPInv_Invoice|WPInv_Subscription $object |
|
| 95 | + */ |
|
| 96 | + public function invoice_merge_tags( $merge_tags, $object ) { |
|
| 97 | + |
|
| 98 | + if ( is_a( $object, 'WPInv_Invoice' ) ) { |
|
| 99 | + return array_merge( |
|
| 100 | + $merge_tags, |
|
| 101 | + $this->get_invoice_merge_tags( $object ) |
|
| 102 | + ); |
|
| 103 | + } |
|
| 104 | + |
|
| 105 | + if ( is_a( $object, 'WPInv_Subscription' ) ) { |
|
| 106 | + return array_merge( |
|
| 107 | + $merge_tags, |
|
| 108 | + $this->get_invoice_merge_tags( $object->get_parent_payment() ) |
|
| 109 | + ); |
|
| 110 | + } |
|
| 111 | + |
|
| 112 | + return $merge_tags; |
|
| 113 | + |
|
| 114 | + } |
|
| 115 | + |
|
| 116 | + /** |
|
| 117 | + * Generates invoice merge tags. |
|
| 118 | + * |
|
| 119 | + * @param WPInv_Invoice $invoice |
|
| 120 | + * @return array |
|
| 121 | + */ |
|
| 122 | + public function get_invoice_merge_tags( $invoice ) { |
|
| 123 | + |
|
| 124 | + // Abort if it does not exist. |
|
| 125 | + if ( ! $invoice->get_id() ) { |
|
| 126 | + return array(); |
|
| 127 | + } |
|
| 128 | + |
|
| 129 | + $merge_tags = array( |
|
| 130 | + '{name}' => sanitize_text_field( $invoice->get_user_full_name() ), |
|
| 131 | + '{full_name}' => sanitize_text_field( $invoice->get_user_full_name() ), |
|
| 132 | + '{first_name}' => sanitize_text_field( $invoice->get_first_name() ), |
|
| 133 | + '{last_name}' => sanitize_text_field( $invoice->get_last_name() ), |
|
| 134 | + '{email}' => sanitize_email( $invoice->get_email() ), |
|
| 135 | + '{invoice_number}' => sanitize_text_field( $invoice->get_number() ), |
|
| 136 | + '{invoice_currency}' => sanitize_text_field( $invoice->get_currency() ), |
|
| 137 | + '{invoice_total}' => sanitize_text_field( wpinv_price( $invoice->get_total(), $invoice->get_currency() ) ), |
|
| 138 | + '{invoice_link}' => esc_url( $invoice->get_view_url() ), |
|
| 139 | + '{invoice_pay_link}' => esc_url( $invoice->get_checkout_payment_url() ), |
|
| 140 | + '{invoice_receipt_link}' => esc_url( $invoice->get_receipt_url() ), |
|
| 141 | + '{invoice_date}' => getpaid_format_date_value( $invoice->get_date_created() ), |
|
| 142 | + '{invoice_due_date}' => getpaid_format_date_value( $invoice->get_due_date(), __( 'on receipt', 'invoicing' ) ), |
|
| 143 | + '{invoice_quote}' => sanitize_text_field( strtolower( $invoice->get_label() ) ), |
|
| 144 | + '{invoice_label}' => sanitize_text_field( ucfirst( $invoice->get_label() ) ), |
|
| 145 | + '{invoice_description}' => wp_kses_post( $invoice->get_description() ), |
|
| 146 | + '{subscription_name}' => wp_kses_post( $invoice->get_subscription_name() ), |
|
| 147 | + '{is_was}' => strtotime( $invoice->get_due_date() ) < current_time( 'timestamp' ) ? __( 'was', 'invoicing' ) : __( 'is', 'invoicing' ), |
|
| 148 | + ); |
|
| 149 | + |
|
| 150 | + $payment_form_data = $invoice->get_meta( 'payment_form_data', true ); |
|
| 151 | + |
|
| 152 | + if ( is_array( $payment_form_data ) ) { |
|
| 153 | + |
|
| 154 | + foreach ( $payment_form_data as $label => $value ) { |
|
| 155 | + |
|
| 156 | + $label = preg_replace( '/[^a-z0-9]+/', '_', strtolower( $label ) ); |
|
| 157 | + $value = is_array( $value ) ? implode( ', ', $value ) : $value; |
|
| 158 | + |
|
| 159 | + if ( is_scalar( $value ) ) { |
|
| 160 | + $merge_tags[ "{{$label}}" ] = wp_kses_post( $value ); |
|
| 161 | + } |
|
| 162 | + } |
|
| 163 | + } |
|
| 164 | + |
|
| 165 | + return apply_filters( 'getpaid_invoice_email_merge_tags', $merge_tags, $invoice ); |
|
| 166 | + } |
|
| 350 | 167 | |
| 351 | - /** |
|
| 352 | - * Sends a notification whenever an invoice is refunded. |
|
| 353 | - * |
|
| 354 | - * @param WPInv_Invoice $invoice |
|
| 355 | - */ |
|
| 356 | - public function refunded_invoice( $invoice ) { |
|
| 357 | - |
|
| 358 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 359 | - $recipient = $invoice->get_email(); |
|
| 360 | - |
|
| 361 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 362 | - |
|
| 363 | - } |
|
| 168 | + /** |
|
| 169 | + * Helper function to send an email. |
|
| 170 | + * |
|
| 171 | + * @param WPInv_Invoice $invoice |
|
| 172 | + * @param GetPaid_Notification_Email $email |
|
| 173 | + * @param string $type |
|
| 174 | + * @param string|array $recipients |
|
| 175 | + * @param array $extra_args Extra template args. |
|
| 176 | + */ |
|
| 177 | + public function send_email( $invoice, $email, $type, $recipients, $extra_args = array() ) { |
|
| 364 | 178 | |
| 365 | - /** |
|
| 366 | - * Notifies a user about new invoices |
|
| 367 | - * |
|
| 368 | - * @param WPInv_Invoice $invoice |
|
| 369 | - * @param bool $force |
|
| 370 | - */ |
|
| 371 | - public function user_invoice( $invoice, $force = false ) { |
|
| 179 | + do_action( 'getpaid_before_send_invoice_notification', $type, $invoice, $email ); |
|
| 372 | 180 | |
| 373 | - if ( ! $force && ! empty( $GLOBALS['wpinv_skip_invoice_notification'] ) ) { |
|
| 374 | - return; |
|
| 375 | - } |
|
| 376 | - |
|
| 377 | - // Only send this email for invoices created via the admin page. |
|
| 378 | - if ( ! $invoice->is_type( 'invoice' ) || ( empty( $force ) && $invoice->is_paid() ) || ( empty( $force ) && $this->is_payment_form_invoice( $invoice->get_id() ) ) ) { |
|
| 379 | - return; |
|
| 380 | - } |
|
| 381 | - |
|
| 382 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 383 | - $recipient = $invoice->get_email(); |
|
| 384 | - |
|
| 385 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 386 | - |
|
| 387 | - } |
|
| 388 | - |
|
| 389 | - /** |
|
| 390 | - * Checks if an invoice is a payment form invoice. |
|
| 391 | - * |
|
| 392 | - * @param int $invoice |
|
| 393 | - * @return bool |
|
| 394 | - */ |
|
| 395 | - public function is_payment_form_invoice( $invoice ) { |
|
| 396 | - $created_via = get_post_meta( $invoice, 'wpinv_created_via', true ); |
|
| 397 | - $is_payment_form_invoice = 'payment_form' === $created_via || 'geodirectory' === $created_via; |
|
| 398 | - $is_payment_form_invoice = apply_filters( 'getpaid_invoice_notifications_is_payment_form_invoice', $is_payment_form_invoice, $invoice ); |
|
| 399 | - return empty( $_GET['getpaid-admin-action'] ) && $is_payment_form_invoice; |
|
| 400 | - } |
|
| 401 | - |
|
| 402 | - /** |
|
| 403 | - * Notifies admin about new invoice notes |
|
| 404 | - * |
|
| 405 | - * @param WPInv_Invoice $invoice |
|
| 406 | - * @param string $note |
|
| 407 | - */ |
|
| 408 | - public function user_note( $invoice, $note ) { |
|
| 409 | - |
|
| 410 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 411 | - $recipient = $invoice->get_email(); |
|
| 412 | - |
|
| 413 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient, array( 'customer_note' => $note ) ); |
|
| 414 | - |
|
| 415 | - } |
|
| 416 | - |
|
| 417 | - /** |
|
| 418 | - * (Force) Sends overdue notices. |
|
| 419 | - * |
|
| 420 | - * @param WPInv_Invoice $invoice |
|
| 421 | - */ |
|
| 422 | - public function force_send_overdue_notice( $invoice ) { |
|
| 423 | - $email = new GetPaid_Notification_Email( 'overdue', $invoice ); |
|
| 424 | - return $this->send_email( $invoice, $email, 'overdue', $invoice->get_email() ); |
|
| 425 | - } |
|
| 426 | - |
|
| 427 | - /** |
|
| 428 | - * Sends overdue notices. |
|
| 429 | - * |
|
| 430 | - * @TODO: Create an invoices query class. |
|
| 431 | - */ |
|
| 432 | - public function overdue() { |
|
| 433 | - global $wpdb; |
|
| 434 | - |
|
| 435 | - $email = new GetPaid_Notification_Email( __FUNCTION__ ); |
|
| 436 | - |
|
| 437 | - // Fetch reminder days. |
|
| 438 | - $reminder_days = array_unique( wp_parse_id_list( $email->get_option( 'days' ) ) ); |
|
| 439 | - |
|
| 440 | - // Abort if non is set. |
|
| 441 | - if ( empty( $reminder_days ) ) { |
|
| 442 | - return; |
|
| 443 | - } |
|
| 444 | - |
|
| 445 | - // Retrieve date query. |
|
| 446 | - $date_query = $this->get_date_query( $reminder_days ); |
|
| 447 | - |
|
| 448 | - // Invoices table. |
|
| 449 | - $table = $wpdb->prefix . 'getpaid_invoices'; |
|
| 450 | - |
|
| 451 | - // Fetch invoices. |
|
| 452 | - $invoices = $wpdb->get_col( |
|
| 453 | - "SELECT posts.ID FROM $wpdb->posts as posts |
|
| 181 | + $skip = $invoice->is_free() && wpinv_get_option( 'skip_email_free_invoice' ); |
|
| 182 | + if ( apply_filters( 'getpaid_skip_invoice_email', $skip, $type, $invoice ) ) { |
|
| 183 | + return; |
|
| 184 | + } |
|
| 185 | + |
|
| 186 | + $mailer = new GetPaid_Notification_Email_Sender(); |
|
| 187 | + $merge_tags = $email->get_merge_tags(); |
|
| 188 | + |
|
| 189 | + $result = $mailer->send( |
|
| 190 | + apply_filters( 'getpaid_invoice_email_recipients', wpinv_parse_list( $recipients ), $email ), |
|
| 191 | + $email->add_merge_tags( $email->get_subject(), $merge_tags ), |
|
| 192 | + $email->get_content( $merge_tags, $extra_args ), |
|
| 193 | + $email->get_attachments() |
|
| 194 | + ); |
|
| 195 | + |
|
| 196 | + // Maybe send a copy to the admin. |
|
| 197 | + if ( $email->include_admin_bcc() ) { |
|
| 198 | + $mailer->send( |
|
| 199 | + wpinv_get_admin_email(), |
|
| 200 | + $email->add_merge_tags( $email->get_subject() . __( ' - ADMIN BCC COPY', 'invoicing' ), $merge_tags ), |
|
| 201 | + $email->get_content( $merge_tags ), |
|
| 202 | + $email->get_attachments() |
|
| 203 | + ); |
|
| 204 | + } |
|
| 205 | + |
|
| 206 | + if ( $result ) { |
|
| 207 | + $invoice->add_system_note( |
|
| 208 | + sprintf( |
|
| 209 | + // translators: %1 is the email type, %2 is the invoice recipient. |
|
| 210 | + __( 'Successfully sent %1$s notification email to %2$s.', 'invoicing' ), |
|
| 211 | + sanitize_key( $type ), |
|
| 212 | + $email->is_admin_email() ? __( 'admin', 'invoicing' ) : __( 'the customer', 'invoicing' ) |
|
| 213 | + ) |
|
| 214 | + ); |
|
| 215 | + } else { |
|
| 216 | + $invoice->add_system_note( |
|
| 217 | + sprintf( |
|
| 218 | + // translators: %1 is the email type, %2 is the invoice recipient. |
|
| 219 | + __( 'Failed sending %1$s notification email to %2$s.', 'invoicing' ), |
|
| 220 | + sanitize_key( $type ), |
|
| 221 | + $email->is_admin_email() ? __( 'admin', 'invoicing' ) : __( 'the customer', 'invoicing' ) |
|
| 222 | + ) |
|
| 223 | + ); |
|
| 224 | + } |
|
| 225 | + |
|
| 226 | + do_action( 'getpaid_after_send_invoice_notification', $type, $invoice, $email ); |
|
| 227 | + |
|
| 228 | + return $result; |
|
| 229 | + } |
|
| 230 | + |
|
| 231 | + /** |
|
| 232 | + * Also send emails to any cc users. |
|
| 233 | + * |
|
| 234 | + * @param array $recipients |
|
| 235 | + * @param GetPaid_Notification_Email $email |
|
| 236 | + */ |
|
| 237 | + public function filter_email_recipients( $recipients, $email ) { |
|
| 238 | + |
|
| 239 | + if ( ! $email->is_admin_email() ) { |
|
| 240 | + $cc = $email->object->get_email_cc(); |
|
| 241 | + $cc_2 = get_user_meta( $email->object->get_user_id(), '_wpinv_email_cc', true ); |
|
| 242 | + |
|
| 243 | + if ( ! empty( $cc ) ) { |
|
| 244 | + $cc = array_map( 'sanitize_email', wpinv_parse_list( $cc ) ); |
|
| 245 | + $recipients = array_filter( array_unique( array_merge( $recipients, $cc ) ) ); |
|
| 246 | + } |
|
| 247 | + |
|
| 248 | + if ( ! empty( $cc_2 ) ) { |
|
| 249 | + $cc_2 = array_map( 'sanitize_email', wpinv_parse_list( $cc_2 ) ); |
|
| 250 | + $recipients = array_filter( array_unique( array_merge( $recipients, $cc_2 ) ) ); |
|
| 251 | + } |
|
| 252 | + } |
|
| 253 | + |
|
| 254 | + return $recipients; |
|
| 255 | + |
|
| 256 | + } |
|
| 257 | + |
|
| 258 | + /** |
|
| 259 | + * Sends a new invoice notification. |
|
| 260 | + * |
|
| 261 | + * @param WPInv_Invoice $invoice |
|
| 262 | + */ |
|
| 263 | + public function new_invoice( $invoice ) { |
|
| 264 | + |
|
| 265 | + // Only send this email for invoices created via the admin page. |
|
| 266 | + if ( ! $invoice->is_type( 'invoice' ) || $invoice->is_paid() || $this->is_payment_form_invoice( $invoice->get_id() ) ) { |
|
| 267 | + return; |
|
| 268 | + } |
|
| 269 | + |
|
| 270 | + $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 271 | + $recipient = wpinv_get_admin_email(); |
|
| 272 | + |
|
| 273 | + return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 274 | + |
|
| 275 | + } |
|
| 276 | + |
|
| 277 | + /** |
|
| 278 | + * Sends a cancelled invoice notification. |
|
| 279 | + * |
|
| 280 | + * @param WPInv_Invoice $invoice |
|
| 281 | + */ |
|
| 282 | + public function cancelled_invoice( $invoice ) { |
|
| 283 | + |
|
| 284 | + $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 285 | + $recipient = $invoice->get_email(); |
|
| 286 | + |
|
| 287 | + return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 288 | + } |
|
| 289 | + |
|
| 290 | + /** |
|
| 291 | + * Sends a failed invoice notification. |
|
| 292 | + * |
|
| 293 | + * @param WPInv_Invoice $invoice |
|
| 294 | + */ |
|
| 295 | + public function failed_invoice( $invoice ) { |
|
| 296 | + |
|
| 297 | + $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 298 | + $recipient = wpinv_get_admin_email(); |
|
| 299 | + |
|
| 300 | + return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 301 | + |
|
| 302 | + } |
|
| 303 | + |
|
| 304 | + /** |
|
| 305 | + * Sends a notification whenever an invoice is put on hold. |
|
| 306 | + * |
|
| 307 | + * @param WPInv_Invoice $invoice |
|
| 308 | + */ |
|
| 309 | + public function onhold_invoice( $invoice ) { |
|
| 310 | + |
|
| 311 | + $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 312 | + $recipient = $invoice->get_email(); |
|
| 313 | + |
|
| 314 | + return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 315 | + |
|
| 316 | + } |
|
| 317 | + |
|
| 318 | + /** |
|
| 319 | + * Sends a notification whenever an invoice is marked as processing payment. |
|
| 320 | + * |
|
| 321 | + * @param WPInv_Invoice $invoice |
|
| 322 | + */ |
|
| 323 | + public function processing_invoice( $invoice ) { |
|
| 324 | + |
|
| 325 | + $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 326 | + $recipient = $invoice->get_email(); |
|
| 327 | + |
|
| 328 | + return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 329 | + |
|
| 330 | + } |
|
| 331 | + |
|
| 332 | + /** |
|
| 333 | + * Sends a notification whenever an invoice is paid. |
|
| 334 | + * |
|
| 335 | + * @param WPInv_Invoice $invoice |
|
| 336 | + */ |
|
| 337 | + public function completed_invoice( $invoice ) { |
|
| 338 | + |
|
| 339 | + // (Maybe) abort if it is a renewal invoice. |
|
| 340 | + if ( $invoice->is_renewal() && ! wpinv_get_option( 'email_completed_invoice_renewal_active', false ) ) { |
|
| 341 | + return; |
|
| 342 | + } |
|
| 343 | + |
|
| 344 | + $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 345 | + $recipient = $invoice->get_email(); |
|
| 346 | + |
|
| 347 | + return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 348 | + |
|
| 349 | + } |
|
| 350 | + |
|
| 351 | + /** |
|
| 352 | + * Sends a notification whenever an invoice is refunded. |
|
| 353 | + * |
|
| 354 | + * @param WPInv_Invoice $invoice |
|
| 355 | + */ |
|
| 356 | + public function refunded_invoice( $invoice ) { |
|
| 357 | + |
|
| 358 | + $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 359 | + $recipient = $invoice->get_email(); |
|
| 360 | + |
|
| 361 | + return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 362 | + |
|
| 363 | + } |
|
| 364 | + |
|
| 365 | + /** |
|
| 366 | + * Notifies a user about new invoices |
|
| 367 | + * |
|
| 368 | + * @param WPInv_Invoice $invoice |
|
| 369 | + * @param bool $force |
|
| 370 | + */ |
|
| 371 | + public function user_invoice( $invoice, $force = false ) { |
|
| 372 | + |
|
| 373 | + if ( ! $force && ! empty( $GLOBALS['wpinv_skip_invoice_notification'] ) ) { |
|
| 374 | + return; |
|
| 375 | + } |
|
| 376 | + |
|
| 377 | + // Only send this email for invoices created via the admin page. |
|
| 378 | + if ( ! $invoice->is_type( 'invoice' ) || ( empty( $force ) && $invoice->is_paid() ) || ( empty( $force ) && $this->is_payment_form_invoice( $invoice->get_id() ) ) ) { |
|
| 379 | + return; |
|
| 380 | + } |
|
| 381 | + |
|
| 382 | + $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 383 | + $recipient = $invoice->get_email(); |
|
| 384 | + |
|
| 385 | + return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 386 | + |
|
| 387 | + } |
|
| 388 | + |
|
| 389 | + /** |
|
| 390 | + * Checks if an invoice is a payment form invoice. |
|
| 391 | + * |
|
| 392 | + * @param int $invoice |
|
| 393 | + * @return bool |
|
| 394 | + */ |
|
| 395 | + public function is_payment_form_invoice( $invoice ) { |
|
| 396 | + $created_via = get_post_meta( $invoice, 'wpinv_created_via', true ); |
|
| 397 | + $is_payment_form_invoice = 'payment_form' === $created_via || 'geodirectory' === $created_via; |
|
| 398 | + $is_payment_form_invoice = apply_filters( 'getpaid_invoice_notifications_is_payment_form_invoice', $is_payment_form_invoice, $invoice ); |
|
| 399 | + return empty( $_GET['getpaid-admin-action'] ) && $is_payment_form_invoice; |
|
| 400 | + } |
|
| 401 | + |
|
| 402 | + /** |
|
| 403 | + * Notifies admin about new invoice notes |
|
| 404 | + * |
|
| 405 | + * @param WPInv_Invoice $invoice |
|
| 406 | + * @param string $note |
|
| 407 | + */ |
|
| 408 | + public function user_note( $invoice, $note ) { |
|
| 409 | + |
|
| 410 | + $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 411 | + $recipient = $invoice->get_email(); |
|
| 412 | + |
|
| 413 | + return $this->send_email( $invoice, $email, __FUNCTION__, $recipient, array( 'customer_note' => $note ) ); |
|
| 414 | + |
|
| 415 | + } |
|
| 416 | + |
|
| 417 | + /** |
|
| 418 | + * (Force) Sends overdue notices. |
|
| 419 | + * |
|
| 420 | + * @param WPInv_Invoice $invoice |
|
| 421 | + */ |
|
| 422 | + public function force_send_overdue_notice( $invoice ) { |
|
| 423 | + $email = new GetPaid_Notification_Email( 'overdue', $invoice ); |
|
| 424 | + return $this->send_email( $invoice, $email, 'overdue', $invoice->get_email() ); |
|
| 425 | + } |
|
| 426 | + |
|
| 427 | + /** |
|
| 428 | + * Sends overdue notices. |
|
| 429 | + * |
|
| 430 | + * @TODO: Create an invoices query class. |
|
| 431 | + */ |
|
| 432 | + public function overdue() { |
|
| 433 | + global $wpdb; |
|
| 434 | + |
|
| 435 | + $email = new GetPaid_Notification_Email( __FUNCTION__ ); |
|
| 436 | + |
|
| 437 | + // Fetch reminder days. |
|
| 438 | + $reminder_days = array_unique( wp_parse_id_list( $email->get_option( 'days' ) ) ); |
|
| 439 | + |
|
| 440 | + // Abort if non is set. |
|
| 441 | + if ( empty( $reminder_days ) ) { |
|
| 442 | + return; |
|
| 443 | + } |
|
| 444 | + |
|
| 445 | + // Retrieve date query. |
|
| 446 | + $date_query = $this->get_date_query( $reminder_days ); |
|
| 447 | + |
|
| 448 | + // Invoices table. |
|
| 449 | + $table = $wpdb->prefix . 'getpaid_invoices'; |
|
| 450 | + |
|
| 451 | + // Fetch invoices. |
|
| 452 | + $invoices = $wpdb->get_col( |
|
| 453 | + "SELECT posts.ID FROM $wpdb->posts as posts |
|
| 454 | 454 | LEFT JOIN $table as invoices ON invoices.post_id = posts.ID |
| 455 | 455 | WHERE posts.post_type = 'wpi_invoice' AND posts.post_status = 'wpi-pending' $date_query" |
| 456 | 456 | ); |
| 457 | 457 | |
| 458 | - foreach ( $invoices as $invoice ) { |
|
| 458 | + foreach ( $invoices as $invoice ) { |
|
| 459 | 459 | |
| 460 | - // Only send this email for invoices created via the admin page. |
|
| 461 | - if ( ! $this->is_payment_form_invoice( $invoice ) ) { |
|
| 462 | - $invoice = new WPInv_Invoice( $invoice ); |
|
| 463 | - $email->object = $invoice; |
|
| 460 | + // Only send this email for invoices created via the admin page. |
|
| 461 | + if ( ! $this->is_payment_form_invoice( $invoice ) ) { |
|
| 462 | + $invoice = new WPInv_Invoice( $invoice ); |
|
| 463 | + $email->object = $invoice; |
|
| 464 | 464 | |
| 465 | - if ( $invoice->needs_payment() && ! $invoice->is_renewal() ) { |
|
| 466 | - $this->send_email( $invoice, $email, __FUNCTION__, $invoice->get_email() ); |
|
| 467 | - } |
|
| 468 | - } |
|
| 469 | - } |
|
| 465 | + if ( $invoice->needs_payment() && ! $invoice->is_renewal() ) { |
|
| 466 | + $this->send_email( $invoice, $email, __FUNCTION__, $invoice->get_email() ); |
|
| 467 | + } |
|
| 468 | + } |
|
| 469 | + } |
|
| 470 | 470 | |
| 471 | - } |
|
| 471 | + } |
|
| 472 | 472 | |
| 473 | - /** |
|
| 474 | - * Calculates the date query for an invoices query |
|
| 475 | - * |
|
| 476 | - * @param array $reminder_days |
|
| 477 | - * @return string |
|
| 478 | - */ |
|
| 479 | - public function get_date_query( $reminder_days ) { |
|
| 473 | + /** |
|
| 474 | + * Calculates the date query for an invoices query |
|
| 475 | + * |
|
| 476 | + * @param array $reminder_days |
|
| 477 | + * @return string |
|
| 478 | + */ |
|
| 479 | + public function get_date_query( $reminder_days ) { |
|
| 480 | 480 | |
| 481 | - $date_query = array( |
|
| 482 | - 'relation' => 'OR', |
|
| 483 | - ); |
|
| 481 | + $date_query = array( |
|
| 482 | + 'relation' => 'OR', |
|
| 483 | + ); |
|
| 484 | 484 | |
| 485 | - foreach ( $reminder_days as $days ) { |
|
| 486 | - $date = date_parse( date( 'Y-m-d', strtotime( "-$days days", current_time( 'timestamp' ) ) ) ); |
|
| 485 | + foreach ( $reminder_days as $days ) { |
|
| 486 | + $date = date_parse( date( 'Y-m-d', strtotime( "-$days days", current_time( 'timestamp' ) ) ) ); |
|
| 487 | 487 | |
| 488 | - $date_query[] = array( |
|
| 489 | - 'year' => $date['year'], |
|
| 490 | - 'month' => $date['month'], |
|
| 491 | - 'day' => $date['day'], |
|
| 492 | - ); |
|
| 488 | + $date_query[] = array( |
|
| 489 | + 'year' => $date['year'], |
|
| 490 | + 'month' => $date['month'], |
|
| 491 | + 'day' => $date['day'], |
|
| 492 | + ); |
|
| 493 | 493 | |
| 494 | - } |
|
| 494 | + } |
|
| 495 | 495 | |
| 496 | - $date_query = new WP_Date_Query( $date_query, 'invoices.due_date' ); |
|
| 496 | + $date_query = new WP_Date_Query( $date_query, 'invoices.due_date' ); |
|
| 497 | 497 | |
| 498 | - return $date_query->get_sql(); |
|
| 498 | + return $date_query->get_sql(); |
|
| 499 | 499 | |
| 500 | - } |
|
| 500 | + } |
|
| 501 | 501 | |
| 502 | 502 | } |
@@ -4,7 +4,7 @@ discard block |
||
| 4 | 4 | * |
| 5 | 5 | */ |
| 6 | 6 | |
| 7 | -defined( 'ABSPATH' ) || exit; |
|
| 7 | +defined('ABSPATH') || exit; |
|
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | 10 | * This class handles invoice notificaiton emails. |
@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | $this->invoice_actions = apply_filters( |
| 29 | 29 | 'getpaid_notification_email_invoice_triggers', |
| 30 | 30 | array( |
| 31 | - 'getpaid_new_invoice' => array( 'new_invoice', 'user_invoice' ), |
|
| 31 | + 'getpaid_new_invoice' => array('new_invoice', 'user_invoice'), |
|
| 32 | 32 | 'getpaid_invoice_status_wpi-cancelled' => 'cancelled_invoice', |
| 33 | 33 | 'getpaid_invoice_status_wpi-failed' => 'failed_invoice', |
| 34 | 34 | 'getpaid_invoice_status_wpi-onhold' => 'onhold_invoice', |
@@ -50,11 +50,11 @@ discard block |
||
| 50 | 50 | */ |
| 51 | 51 | public function init_hooks() { |
| 52 | 52 | |
| 53 | - add_filter( 'getpaid_get_email_merge_tags', array( $this, 'invoice_merge_tags' ), 10, 2 ); |
|
| 54 | - add_filter( 'getpaid_invoice_email_recipients', array( $this, 'filter_email_recipients' ), 10, 2 ); |
|
| 53 | + add_filter('getpaid_get_email_merge_tags', array($this, 'invoice_merge_tags'), 10, 2); |
|
| 54 | + add_filter('getpaid_invoice_email_recipients', array($this, 'filter_email_recipients'), 10, 2); |
|
| 55 | 55 | |
| 56 | - foreach ( $this->invoice_actions as $hook => $email_type ) { |
|
| 57 | - $this->init_email_type_hook( $hook, $email_type ); |
|
| 56 | + foreach ($this->invoice_actions as $hook => $email_type) { |
|
| 57 | + $this->init_email_type_hook($hook, $email_type); |
|
| 58 | 58 | } |
| 59 | 59 | } |
| 60 | 60 | |
@@ -64,25 +64,25 @@ discard block |
||
| 64 | 64 | * @param string $hook |
| 65 | 65 | * @param string|array $email_type |
| 66 | 66 | */ |
| 67 | - public function init_email_type_hook( $hook, $email_type ) { |
|
| 67 | + public function init_email_type_hook($hook, $email_type) { |
|
| 68 | 68 | |
| 69 | - $email_type = wpinv_parse_list( $email_type ); |
|
| 69 | + $email_type = wpinv_parse_list($email_type); |
|
| 70 | 70 | |
| 71 | - foreach ( $email_type as $type ) { |
|
| 71 | + foreach ($email_type as $type) { |
|
| 72 | 72 | |
| 73 | - $email = new GetPaid_Notification_Email( $type ); |
|
| 73 | + $email = new GetPaid_Notification_Email($type); |
|
| 74 | 74 | |
| 75 | 75 | // Abort if it is not active. |
| 76 | - if ( ! $email->is_active() ) { |
|
| 76 | + if (!$email->is_active()) { |
|
| 77 | 77 | continue; |
| 78 | 78 | } |
| 79 | 79 | |
| 80 | - if ( method_exists( $this, $type ) ) { |
|
| 81 | - add_action( $hook, array( $this, $type ), 100, 2 ); |
|
| 80 | + if (method_exists($this, $type)) { |
|
| 81 | + add_action($hook, array($this, $type), 100, 2); |
|
| 82 | 82 | continue; |
| 83 | 83 | } |
| 84 | 84 | |
| 85 | - do_action( 'getpaid_invoice_init_email_type_hook', $type, $hook ); |
|
| 85 | + do_action('getpaid_invoice_init_email_type_hook', $type, $hook); |
|
| 86 | 86 | } |
| 87 | 87 | |
| 88 | 88 | } |
@@ -93,19 +93,19 @@ discard block |
||
| 93 | 93 | * @param array $merge_tags |
| 94 | 94 | * @param mixed|WPInv_Invoice|WPInv_Subscription $object |
| 95 | 95 | */ |
| 96 | - public function invoice_merge_tags( $merge_tags, $object ) { |
|
| 96 | + public function invoice_merge_tags($merge_tags, $object) { |
|
| 97 | 97 | |
| 98 | - if ( is_a( $object, 'WPInv_Invoice' ) ) { |
|
| 98 | + if (is_a($object, 'WPInv_Invoice')) { |
|
| 99 | 99 | return array_merge( |
| 100 | 100 | $merge_tags, |
| 101 | - $this->get_invoice_merge_tags( $object ) |
|
| 101 | + $this->get_invoice_merge_tags($object) |
|
| 102 | 102 | ); |
| 103 | 103 | } |
| 104 | 104 | |
| 105 | - if ( is_a( $object, 'WPInv_Subscription' ) ) { |
|
| 105 | + if (is_a($object, 'WPInv_Subscription')) { |
|
| 106 | 106 | return array_merge( |
| 107 | 107 | $merge_tags, |
| 108 | - $this->get_invoice_merge_tags( $object->get_parent_payment() ) |
|
| 108 | + $this->get_invoice_merge_tags($object->get_parent_payment()) |
|
| 109 | 109 | ); |
| 110 | 110 | } |
| 111 | 111 | |
@@ -119,50 +119,50 @@ discard block |
||
| 119 | 119 | * @param WPInv_Invoice $invoice |
| 120 | 120 | * @return array |
| 121 | 121 | */ |
| 122 | - public function get_invoice_merge_tags( $invoice ) { |
|
| 122 | + public function get_invoice_merge_tags($invoice) { |
|
| 123 | 123 | |
| 124 | 124 | // Abort if it does not exist. |
| 125 | - if ( ! $invoice->get_id() ) { |
|
| 125 | + if (!$invoice->get_id()) { |
|
| 126 | 126 | return array(); |
| 127 | 127 | } |
| 128 | 128 | |
| 129 | 129 | $merge_tags = array( |
| 130 | - '{name}' => sanitize_text_field( $invoice->get_user_full_name() ), |
|
| 131 | - '{full_name}' => sanitize_text_field( $invoice->get_user_full_name() ), |
|
| 132 | - '{first_name}' => sanitize_text_field( $invoice->get_first_name() ), |
|
| 133 | - '{last_name}' => sanitize_text_field( $invoice->get_last_name() ), |
|
| 134 | - '{email}' => sanitize_email( $invoice->get_email() ), |
|
| 135 | - '{invoice_number}' => sanitize_text_field( $invoice->get_number() ), |
|
| 136 | - '{invoice_currency}' => sanitize_text_field( $invoice->get_currency() ), |
|
| 137 | - '{invoice_total}' => sanitize_text_field( wpinv_price( $invoice->get_total(), $invoice->get_currency() ) ), |
|
| 138 | - '{invoice_link}' => esc_url( $invoice->get_view_url() ), |
|
| 139 | - '{invoice_pay_link}' => esc_url( $invoice->get_checkout_payment_url() ), |
|
| 140 | - '{invoice_receipt_link}' => esc_url( $invoice->get_receipt_url() ), |
|
| 141 | - '{invoice_date}' => getpaid_format_date_value( $invoice->get_date_created() ), |
|
| 142 | - '{invoice_due_date}' => getpaid_format_date_value( $invoice->get_due_date(), __( 'on receipt', 'invoicing' ) ), |
|
| 143 | - '{invoice_quote}' => sanitize_text_field( strtolower( $invoice->get_label() ) ), |
|
| 144 | - '{invoice_label}' => sanitize_text_field( ucfirst( $invoice->get_label() ) ), |
|
| 145 | - '{invoice_description}' => wp_kses_post( $invoice->get_description() ), |
|
| 146 | - '{subscription_name}' => wp_kses_post( $invoice->get_subscription_name() ), |
|
| 147 | - '{is_was}' => strtotime( $invoice->get_due_date() ) < current_time( 'timestamp' ) ? __( 'was', 'invoicing' ) : __( 'is', 'invoicing' ), |
|
| 130 | + '{name}' => sanitize_text_field($invoice->get_user_full_name()), |
|
| 131 | + '{full_name}' => sanitize_text_field($invoice->get_user_full_name()), |
|
| 132 | + '{first_name}' => sanitize_text_field($invoice->get_first_name()), |
|
| 133 | + '{last_name}' => sanitize_text_field($invoice->get_last_name()), |
|
| 134 | + '{email}' => sanitize_email($invoice->get_email()), |
|
| 135 | + '{invoice_number}' => sanitize_text_field($invoice->get_number()), |
|
| 136 | + '{invoice_currency}' => sanitize_text_field($invoice->get_currency()), |
|
| 137 | + '{invoice_total}' => sanitize_text_field(wpinv_price($invoice->get_total(), $invoice->get_currency())), |
|
| 138 | + '{invoice_link}' => esc_url($invoice->get_view_url()), |
|
| 139 | + '{invoice_pay_link}' => esc_url($invoice->get_checkout_payment_url()), |
|
| 140 | + '{invoice_receipt_link}' => esc_url($invoice->get_receipt_url()), |
|
| 141 | + '{invoice_date}' => getpaid_format_date_value($invoice->get_date_created()), |
|
| 142 | + '{invoice_due_date}' => getpaid_format_date_value($invoice->get_due_date(), __('on receipt', 'invoicing')), |
|
| 143 | + '{invoice_quote}' => sanitize_text_field(strtolower($invoice->get_label())), |
|
| 144 | + '{invoice_label}' => sanitize_text_field(ucfirst($invoice->get_label())), |
|
| 145 | + '{invoice_description}' => wp_kses_post($invoice->get_description()), |
|
| 146 | + '{subscription_name}' => wp_kses_post($invoice->get_subscription_name()), |
|
| 147 | + '{is_was}' => strtotime($invoice->get_due_date()) < current_time('timestamp') ? __('was', 'invoicing') : __('is', 'invoicing'), |
|
| 148 | 148 | ); |
| 149 | 149 | |
| 150 | - $payment_form_data = $invoice->get_meta( 'payment_form_data', true ); |
|
| 150 | + $payment_form_data = $invoice->get_meta('payment_form_data', true); |
|
| 151 | 151 | |
| 152 | - if ( is_array( $payment_form_data ) ) { |
|
| 152 | + if (is_array($payment_form_data)) { |
|
| 153 | 153 | |
| 154 | - foreach ( $payment_form_data as $label => $value ) { |
|
| 154 | + foreach ($payment_form_data as $label => $value) { |
|
| 155 | 155 | |
| 156 | - $label = preg_replace( '/[^a-z0-9]+/', '_', strtolower( $label ) ); |
|
| 157 | - $value = is_array( $value ) ? implode( ', ', $value ) : $value; |
|
| 156 | + $label = preg_replace('/[^a-z0-9]+/', '_', strtolower($label)); |
|
| 157 | + $value = is_array($value) ? implode(', ', $value) : $value; |
|
| 158 | 158 | |
| 159 | - if ( is_scalar( $value ) ) { |
|
| 160 | - $merge_tags[ "{{$label}}" ] = wp_kses_post( $value ); |
|
| 159 | + if (is_scalar($value)) { |
|
| 160 | + $merge_tags["{{$label}}"] = wp_kses_post($value); |
|
| 161 | 161 | } |
| 162 | 162 | } |
| 163 | 163 | } |
| 164 | 164 | |
| 165 | - return apply_filters( 'getpaid_invoice_email_merge_tags', $merge_tags, $invoice ); |
|
| 165 | + return apply_filters('getpaid_invoice_email_merge_tags', $merge_tags, $invoice); |
|
| 166 | 166 | } |
| 167 | 167 | |
| 168 | 168 | /** |
@@ -174,12 +174,12 @@ discard block |
||
| 174 | 174 | * @param string|array $recipients |
| 175 | 175 | * @param array $extra_args Extra template args. |
| 176 | 176 | */ |
| 177 | - public function send_email( $invoice, $email, $type, $recipients, $extra_args = array() ) { |
|
| 177 | + public function send_email($invoice, $email, $type, $recipients, $extra_args = array()) { |
|
| 178 | 178 | |
| 179 | - do_action( 'getpaid_before_send_invoice_notification', $type, $invoice, $email ); |
|
| 179 | + do_action('getpaid_before_send_invoice_notification', $type, $invoice, $email); |
|
| 180 | 180 | |
| 181 | - $skip = $invoice->is_free() && wpinv_get_option( 'skip_email_free_invoice' ); |
|
| 182 | - if ( apply_filters( 'getpaid_skip_invoice_email', $skip, $type, $invoice ) ) { |
|
| 181 | + $skip = $invoice->is_free() && wpinv_get_option('skip_email_free_invoice'); |
|
| 182 | + if (apply_filters('getpaid_skip_invoice_email', $skip, $type, $invoice)) { |
|
| 183 | 183 | return; |
| 184 | 184 | } |
| 185 | 185 | |
@@ -187,43 +187,43 @@ discard block |
||
| 187 | 187 | $merge_tags = $email->get_merge_tags(); |
| 188 | 188 | |
| 189 | 189 | $result = $mailer->send( |
| 190 | - apply_filters( 'getpaid_invoice_email_recipients', wpinv_parse_list( $recipients ), $email ), |
|
| 191 | - $email->add_merge_tags( $email->get_subject(), $merge_tags ), |
|
| 192 | - $email->get_content( $merge_tags, $extra_args ), |
|
| 190 | + apply_filters('getpaid_invoice_email_recipients', wpinv_parse_list($recipients), $email), |
|
| 191 | + $email->add_merge_tags($email->get_subject(), $merge_tags), |
|
| 192 | + $email->get_content($merge_tags, $extra_args), |
|
| 193 | 193 | $email->get_attachments() |
| 194 | 194 | ); |
| 195 | 195 | |
| 196 | 196 | // Maybe send a copy to the admin. |
| 197 | - if ( $email->include_admin_bcc() ) { |
|
| 197 | + if ($email->include_admin_bcc()) { |
|
| 198 | 198 | $mailer->send( |
| 199 | 199 | wpinv_get_admin_email(), |
| 200 | - $email->add_merge_tags( $email->get_subject() . __( ' - ADMIN BCC COPY', 'invoicing' ), $merge_tags ), |
|
| 201 | - $email->get_content( $merge_tags ), |
|
| 200 | + $email->add_merge_tags($email->get_subject() . __(' - ADMIN BCC COPY', 'invoicing'), $merge_tags), |
|
| 201 | + $email->get_content($merge_tags), |
|
| 202 | 202 | $email->get_attachments() |
| 203 | 203 | ); |
| 204 | 204 | } |
| 205 | 205 | |
| 206 | - if ( $result ) { |
|
| 206 | + if ($result) { |
|
| 207 | 207 | $invoice->add_system_note( |
| 208 | 208 | sprintf( |
| 209 | 209 | // translators: %1 is the email type, %2 is the invoice recipient. |
| 210 | - __( 'Successfully sent %1$s notification email to %2$s.', 'invoicing' ), |
|
| 211 | - sanitize_key( $type ), |
|
| 212 | - $email->is_admin_email() ? __( 'admin', 'invoicing' ) : __( 'the customer', 'invoicing' ) |
|
| 210 | + __('Successfully sent %1$s notification email to %2$s.', 'invoicing'), |
|
| 211 | + sanitize_key($type), |
|
| 212 | + $email->is_admin_email() ? __('admin', 'invoicing') : __('the customer', 'invoicing') |
|
| 213 | 213 | ) |
| 214 | 214 | ); |
| 215 | 215 | } else { |
| 216 | 216 | $invoice->add_system_note( |
| 217 | 217 | sprintf( |
| 218 | 218 | // translators: %1 is the email type, %2 is the invoice recipient. |
| 219 | - __( 'Failed sending %1$s notification email to %2$s.', 'invoicing' ), |
|
| 220 | - sanitize_key( $type ), |
|
| 221 | - $email->is_admin_email() ? __( 'admin', 'invoicing' ) : __( 'the customer', 'invoicing' ) |
|
| 219 | + __('Failed sending %1$s notification email to %2$s.', 'invoicing'), |
|
| 220 | + sanitize_key($type), |
|
| 221 | + $email->is_admin_email() ? __('admin', 'invoicing') : __('the customer', 'invoicing') |
|
| 222 | 222 | ) |
| 223 | 223 | ); |
| 224 | 224 | } |
| 225 | 225 | |
| 226 | - do_action( 'getpaid_after_send_invoice_notification', $type, $invoice, $email ); |
|
| 226 | + do_action('getpaid_after_send_invoice_notification', $type, $invoice, $email); |
|
| 227 | 227 | |
| 228 | 228 | return $result; |
| 229 | 229 | } |
@@ -234,20 +234,20 @@ discard block |
||
| 234 | 234 | * @param array $recipients |
| 235 | 235 | * @param GetPaid_Notification_Email $email |
| 236 | 236 | */ |
| 237 | - public function filter_email_recipients( $recipients, $email ) { |
|
| 237 | + public function filter_email_recipients($recipients, $email) { |
|
| 238 | 238 | |
| 239 | - if ( ! $email->is_admin_email() ) { |
|
| 239 | + if (!$email->is_admin_email()) { |
|
| 240 | 240 | $cc = $email->object->get_email_cc(); |
| 241 | - $cc_2 = get_user_meta( $email->object->get_user_id(), '_wpinv_email_cc', true ); |
|
| 241 | + $cc_2 = get_user_meta($email->object->get_user_id(), '_wpinv_email_cc', true); |
|
| 242 | 242 | |
| 243 | - if ( ! empty( $cc ) ) { |
|
| 244 | - $cc = array_map( 'sanitize_email', wpinv_parse_list( $cc ) ); |
|
| 245 | - $recipients = array_filter( array_unique( array_merge( $recipients, $cc ) ) ); |
|
| 243 | + if (!empty($cc)) { |
|
| 244 | + $cc = array_map('sanitize_email', wpinv_parse_list($cc)); |
|
| 245 | + $recipients = array_filter(array_unique(array_merge($recipients, $cc))); |
|
| 246 | 246 | } |
| 247 | 247 | |
| 248 | - if ( ! empty( $cc_2 ) ) { |
|
| 249 | - $cc_2 = array_map( 'sanitize_email', wpinv_parse_list( $cc_2 ) ); |
|
| 250 | - $recipients = array_filter( array_unique( array_merge( $recipients, $cc_2 ) ) ); |
|
| 248 | + if (!empty($cc_2)) { |
|
| 249 | + $cc_2 = array_map('sanitize_email', wpinv_parse_list($cc_2)); |
|
| 250 | + $recipients = array_filter(array_unique(array_merge($recipients, $cc_2))); |
|
| 251 | 251 | } |
| 252 | 252 | } |
| 253 | 253 | |
@@ -260,17 +260,17 @@ discard block |
||
| 260 | 260 | * |
| 261 | 261 | * @param WPInv_Invoice $invoice |
| 262 | 262 | */ |
| 263 | - public function new_invoice( $invoice ) { |
|
| 263 | + public function new_invoice($invoice) { |
|
| 264 | 264 | |
| 265 | 265 | // Only send this email for invoices created via the admin page. |
| 266 | - if ( ! $invoice->is_type( 'invoice' ) || $invoice->is_paid() || $this->is_payment_form_invoice( $invoice->get_id() ) ) { |
|
| 266 | + if (!$invoice->is_type('invoice') || $invoice->is_paid() || $this->is_payment_form_invoice($invoice->get_id())) { |
|
| 267 | 267 | return; |
| 268 | 268 | } |
| 269 | 269 | |
| 270 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 270 | + $email = new GetPaid_Notification_Email(__FUNCTION__, $invoice); |
|
| 271 | 271 | $recipient = wpinv_get_admin_email(); |
| 272 | 272 | |
| 273 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 273 | + return $this->send_email($invoice, $email, __FUNCTION__, $recipient); |
|
| 274 | 274 | |
| 275 | 275 | } |
| 276 | 276 | |
@@ -279,12 +279,12 @@ discard block |
||
| 279 | 279 | * |
| 280 | 280 | * @param WPInv_Invoice $invoice |
| 281 | 281 | */ |
| 282 | - public function cancelled_invoice( $invoice ) { |
|
| 282 | + public function cancelled_invoice($invoice) { |
|
| 283 | 283 | |
| 284 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 284 | + $email = new GetPaid_Notification_Email(__FUNCTION__, $invoice); |
|
| 285 | 285 | $recipient = $invoice->get_email(); |
| 286 | 286 | |
| 287 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 287 | + return $this->send_email($invoice, $email, __FUNCTION__, $recipient); |
|
| 288 | 288 | } |
| 289 | 289 | |
| 290 | 290 | /** |
@@ -292,12 +292,12 @@ discard block |
||
| 292 | 292 | * |
| 293 | 293 | * @param WPInv_Invoice $invoice |
| 294 | 294 | */ |
| 295 | - public function failed_invoice( $invoice ) { |
|
| 295 | + public function failed_invoice($invoice) { |
|
| 296 | 296 | |
| 297 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 297 | + $email = new GetPaid_Notification_Email(__FUNCTION__, $invoice); |
|
| 298 | 298 | $recipient = wpinv_get_admin_email(); |
| 299 | 299 | |
| 300 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 300 | + return $this->send_email($invoice, $email, __FUNCTION__, $recipient); |
|
| 301 | 301 | |
| 302 | 302 | } |
| 303 | 303 | |
@@ -306,12 +306,12 @@ discard block |
||
| 306 | 306 | * |
| 307 | 307 | * @param WPInv_Invoice $invoice |
| 308 | 308 | */ |
| 309 | - public function onhold_invoice( $invoice ) { |
|
| 309 | + public function onhold_invoice($invoice) { |
|
| 310 | 310 | |
| 311 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 311 | + $email = new GetPaid_Notification_Email(__FUNCTION__, $invoice); |
|
| 312 | 312 | $recipient = $invoice->get_email(); |
| 313 | 313 | |
| 314 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 314 | + return $this->send_email($invoice, $email, __FUNCTION__, $recipient); |
|
| 315 | 315 | |
| 316 | 316 | } |
| 317 | 317 | |
@@ -320,12 +320,12 @@ discard block |
||
| 320 | 320 | * |
| 321 | 321 | * @param WPInv_Invoice $invoice |
| 322 | 322 | */ |
| 323 | - public function processing_invoice( $invoice ) { |
|
| 323 | + public function processing_invoice($invoice) { |
|
| 324 | 324 | |
| 325 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 325 | + $email = new GetPaid_Notification_Email(__FUNCTION__, $invoice); |
|
| 326 | 326 | $recipient = $invoice->get_email(); |
| 327 | 327 | |
| 328 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 328 | + return $this->send_email($invoice, $email, __FUNCTION__, $recipient); |
|
| 329 | 329 | |
| 330 | 330 | } |
| 331 | 331 | |
@@ -334,17 +334,17 @@ discard block |
||
| 334 | 334 | * |
| 335 | 335 | * @param WPInv_Invoice $invoice |
| 336 | 336 | */ |
| 337 | - public function completed_invoice( $invoice ) { |
|
| 337 | + public function completed_invoice($invoice) { |
|
| 338 | 338 | |
| 339 | 339 | // (Maybe) abort if it is a renewal invoice. |
| 340 | - if ( $invoice->is_renewal() && ! wpinv_get_option( 'email_completed_invoice_renewal_active', false ) ) { |
|
| 340 | + if ($invoice->is_renewal() && !wpinv_get_option('email_completed_invoice_renewal_active', false)) { |
|
| 341 | 341 | return; |
| 342 | 342 | } |
| 343 | 343 | |
| 344 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 344 | + $email = new GetPaid_Notification_Email(__FUNCTION__, $invoice); |
|
| 345 | 345 | $recipient = $invoice->get_email(); |
| 346 | 346 | |
| 347 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 347 | + return $this->send_email($invoice, $email, __FUNCTION__, $recipient); |
|
| 348 | 348 | |
| 349 | 349 | } |
| 350 | 350 | |
@@ -353,12 +353,12 @@ discard block |
||
| 353 | 353 | * |
| 354 | 354 | * @param WPInv_Invoice $invoice |
| 355 | 355 | */ |
| 356 | - public function refunded_invoice( $invoice ) { |
|
| 356 | + public function refunded_invoice($invoice) { |
|
| 357 | 357 | |
| 358 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 358 | + $email = new GetPaid_Notification_Email(__FUNCTION__, $invoice); |
|
| 359 | 359 | $recipient = $invoice->get_email(); |
| 360 | 360 | |
| 361 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 361 | + return $this->send_email($invoice, $email, __FUNCTION__, $recipient); |
|
| 362 | 362 | |
| 363 | 363 | } |
| 364 | 364 | |
@@ -368,21 +368,21 @@ discard block |
||
| 368 | 368 | * @param WPInv_Invoice $invoice |
| 369 | 369 | * @param bool $force |
| 370 | 370 | */ |
| 371 | - public function user_invoice( $invoice, $force = false ) { |
|
| 371 | + public function user_invoice($invoice, $force = false) { |
|
| 372 | 372 | |
| 373 | - if ( ! $force && ! empty( $GLOBALS['wpinv_skip_invoice_notification'] ) ) { |
|
| 373 | + if (!$force && !empty($GLOBALS['wpinv_skip_invoice_notification'])) { |
|
| 374 | 374 | return; |
| 375 | 375 | } |
| 376 | 376 | |
| 377 | 377 | // Only send this email for invoices created via the admin page. |
| 378 | - if ( ! $invoice->is_type( 'invoice' ) || ( empty( $force ) && $invoice->is_paid() ) || ( empty( $force ) && $this->is_payment_form_invoice( $invoice->get_id() ) ) ) { |
|
| 378 | + if (!$invoice->is_type('invoice') || (empty($force) && $invoice->is_paid()) || (empty($force) && $this->is_payment_form_invoice($invoice->get_id()))) { |
|
| 379 | 379 | return; |
| 380 | 380 | } |
| 381 | 381 | |
| 382 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 382 | + $email = new GetPaid_Notification_Email(__FUNCTION__, $invoice); |
|
| 383 | 383 | $recipient = $invoice->get_email(); |
| 384 | 384 | |
| 385 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient ); |
|
| 385 | + return $this->send_email($invoice, $email, __FUNCTION__, $recipient); |
|
| 386 | 386 | |
| 387 | 387 | } |
| 388 | 388 | |
@@ -392,11 +392,11 @@ discard block |
||
| 392 | 392 | * @param int $invoice |
| 393 | 393 | * @return bool |
| 394 | 394 | */ |
| 395 | - public function is_payment_form_invoice( $invoice ) { |
|
| 396 | - $created_via = get_post_meta( $invoice, 'wpinv_created_via', true ); |
|
| 395 | + public function is_payment_form_invoice($invoice) { |
|
| 396 | + $created_via = get_post_meta($invoice, 'wpinv_created_via', true); |
|
| 397 | 397 | $is_payment_form_invoice = 'payment_form' === $created_via || 'geodirectory' === $created_via; |
| 398 | - $is_payment_form_invoice = apply_filters( 'getpaid_invoice_notifications_is_payment_form_invoice', $is_payment_form_invoice, $invoice ); |
|
| 399 | - return empty( $_GET['getpaid-admin-action'] ) && $is_payment_form_invoice; |
|
| 398 | + $is_payment_form_invoice = apply_filters('getpaid_invoice_notifications_is_payment_form_invoice', $is_payment_form_invoice, $invoice); |
|
| 399 | + return empty($_GET['getpaid-admin-action']) && $is_payment_form_invoice; |
|
| 400 | 400 | } |
| 401 | 401 | |
| 402 | 402 | /** |
@@ -405,12 +405,12 @@ discard block |
||
| 405 | 405 | * @param WPInv_Invoice $invoice |
| 406 | 406 | * @param string $note |
| 407 | 407 | */ |
| 408 | - public function user_note( $invoice, $note ) { |
|
| 408 | + public function user_note($invoice, $note) { |
|
| 409 | 409 | |
| 410 | - $email = new GetPaid_Notification_Email( __FUNCTION__, $invoice ); |
|
| 410 | + $email = new GetPaid_Notification_Email(__FUNCTION__, $invoice); |
|
| 411 | 411 | $recipient = $invoice->get_email(); |
| 412 | 412 | |
| 413 | - return $this->send_email( $invoice, $email, __FUNCTION__, $recipient, array( 'customer_note' => $note ) ); |
|
| 413 | + return $this->send_email($invoice, $email, __FUNCTION__, $recipient, array('customer_note' => $note)); |
|
| 414 | 414 | |
| 415 | 415 | } |
| 416 | 416 | |
@@ -419,9 +419,9 @@ discard block |
||
| 419 | 419 | * |
| 420 | 420 | * @param WPInv_Invoice $invoice |
| 421 | 421 | */ |
| 422 | - public function force_send_overdue_notice( $invoice ) { |
|
| 423 | - $email = new GetPaid_Notification_Email( 'overdue', $invoice ); |
|
| 424 | - return $this->send_email( $invoice, $email, 'overdue', $invoice->get_email() ); |
|
| 422 | + public function force_send_overdue_notice($invoice) { |
|
| 423 | + $email = new GetPaid_Notification_Email('overdue', $invoice); |
|
| 424 | + return $this->send_email($invoice, $email, 'overdue', $invoice->get_email()); |
|
| 425 | 425 | } |
| 426 | 426 | |
| 427 | 427 | /** |
@@ -432,38 +432,38 @@ discard block |
||
| 432 | 432 | public function overdue() { |
| 433 | 433 | global $wpdb; |
| 434 | 434 | |
| 435 | - $email = new GetPaid_Notification_Email( __FUNCTION__ ); |
|
| 435 | + $email = new GetPaid_Notification_Email(__FUNCTION__); |
|
| 436 | 436 | |
| 437 | 437 | // Fetch reminder days. |
| 438 | - $reminder_days = array_unique( wp_parse_id_list( $email->get_option( 'days' ) ) ); |
|
| 438 | + $reminder_days = array_unique(wp_parse_id_list($email->get_option('days'))); |
|
| 439 | 439 | |
| 440 | 440 | // Abort if non is set. |
| 441 | - if ( empty( $reminder_days ) ) { |
|
| 441 | + if (empty($reminder_days)) { |
|
| 442 | 442 | return; |
| 443 | 443 | } |
| 444 | 444 | |
| 445 | 445 | // Retrieve date query. |
| 446 | - $date_query = $this->get_date_query( $reminder_days ); |
|
| 446 | + $date_query = $this->get_date_query($reminder_days); |
|
| 447 | 447 | |
| 448 | 448 | // Invoices table. |
| 449 | 449 | $table = $wpdb->prefix . 'getpaid_invoices'; |
| 450 | 450 | |
| 451 | 451 | // Fetch invoices. |
| 452 | - $invoices = $wpdb->get_col( |
|
| 452 | + $invoices = $wpdb->get_col( |
|
| 453 | 453 | "SELECT posts.ID FROM $wpdb->posts as posts |
| 454 | 454 | LEFT JOIN $table as invoices ON invoices.post_id = posts.ID |
| 455 | 455 | WHERE posts.post_type = 'wpi_invoice' AND posts.post_status = 'wpi-pending' $date_query" |
| 456 | 456 | ); |
| 457 | 457 | |
| 458 | - foreach ( $invoices as $invoice ) { |
|
| 458 | + foreach ($invoices as $invoice) { |
|
| 459 | 459 | |
| 460 | 460 | // Only send this email for invoices created via the admin page. |
| 461 | - if ( ! $this->is_payment_form_invoice( $invoice ) ) { |
|
| 462 | - $invoice = new WPInv_Invoice( $invoice ); |
|
| 461 | + if (!$this->is_payment_form_invoice($invoice)) { |
|
| 462 | + $invoice = new WPInv_Invoice($invoice); |
|
| 463 | 463 | $email->object = $invoice; |
| 464 | 464 | |
| 465 | - if ( $invoice->needs_payment() && ! $invoice->is_renewal() ) { |
|
| 466 | - $this->send_email( $invoice, $email, __FUNCTION__, $invoice->get_email() ); |
|
| 465 | + if ($invoice->needs_payment() && !$invoice->is_renewal()) { |
|
| 466 | + $this->send_email($invoice, $email, __FUNCTION__, $invoice->get_email()); |
|
| 467 | 467 | } |
| 468 | 468 | } |
| 469 | 469 | } |
@@ -476,14 +476,14 @@ discard block |
||
| 476 | 476 | * @param array $reminder_days |
| 477 | 477 | * @return string |
| 478 | 478 | */ |
| 479 | - public function get_date_query( $reminder_days ) { |
|
| 479 | + public function get_date_query($reminder_days) { |
|
| 480 | 480 | |
| 481 | 481 | $date_query = array( |
| 482 | 482 | 'relation' => 'OR', |
| 483 | 483 | ); |
| 484 | 484 | |
| 485 | - foreach ( $reminder_days as $days ) { |
|
| 486 | - $date = date_parse( date( 'Y-m-d', strtotime( "-$days days", current_time( 'timestamp' ) ) ) ); |
|
| 485 | + foreach ($reminder_days as $days) { |
|
| 486 | + $date = date_parse(date('Y-m-d', strtotime("-$days days", current_time('timestamp')))); |
|
| 487 | 487 | |
| 488 | 488 | $date_query[] = array( |
| 489 | 489 | 'year' => $date['year'], |
@@ -493,7 +493,7 @@ discard block |
||
| 493 | 493 | |
| 494 | 494 | } |
| 495 | 495 | |
| 496 | - $date_query = new WP_Date_Query( $date_query, 'invoices.due_date' ); |
|
| 496 | + $date_query = new WP_Date_Query($date_query, 'invoices.due_date'); |
|
| 497 | 497 | |
| 498 | 498 | return $date_query->get_sql(); |
| 499 | 499 | |
@@ -15,125 +15,125 @@ discard block |
||
| 15 | 15 | */ |
| 16 | 16 | class WPInv_Subscription extends GetPaid_Data { |
| 17 | 17 | |
| 18 | - /** |
|
| 19 | - * Which data store to load. |
|
| 20 | - * |
|
| 21 | - * @var string |
|
| 22 | - */ |
|
| 23 | - protected $data_store_name = 'subscription'; |
|
| 24 | - |
|
| 25 | - /** |
|
| 26 | - * This is the name of this object type. |
|
| 27 | - * |
|
| 28 | - * @var string |
|
| 29 | - */ |
|
| 30 | - protected $object_type = 'subscription'; |
|
| 31 | - |
|
| 32 | - /** |
|
| 33 | - * Item Data array. This is the core item data exposed in APIs. |
|
| 34 | - * |
|
| 35 | - * @since 1.0.19 |
|
| 36 | - * @var array |
|
| 37 | - */ |
|
| 38 | - protected $data = array( |
|
| 39 | - 'customer_id' => 0, |
|
| 40 | - 'frequency' => 1, |
|
| 41 | - 'period' => 'D', |
|
| 42 | - 'initial_amount' => null, |
|
| 43 | - 'recurring_amount' => null, |
|
| 44 | - 'bill_times' => 0, |
|
| 45 | - 'transaction_id' => '', |
|
| 46 | - 'parent_payment_id' => null, |
|
| 47 | - 'product_id' => 0, |
|
| 48 | - 'created' => '0000-00-00 00:00:00', |
|
| 49 | - 'expiration' => '0000-00-00 00:00:00', |
|
| 50 | - 'trial_period' => '', |
|
| 51 | - 'status' => 'pending', |
|
| 52 | - 'profile_id' => '', |
|
| 53 | - 'gateway' => '', |
|
| 54 | - 'customer' => '', |
|
| 55 | - ); |
|
| 56 | - |
|
| 57 | - /** |
|
| 58 | - * Stores the status transition information. |
|
| 59 | - * |
|
| 60 | - * @since 1.0.19 |
|
| 61 | - * @var bool |
|
| 62 | - */ |
|
| 63 | - protected $status_transition = false; |
|
| 64 | - |
|
| 65 | - /** |
|
| 66 | - * Get the subscription if ID is passed, otherwise the subscription is new and empty. |
|
| 67 | - * |
|
| 68 | - * @param int|string|object|WPInv_Subscription $subscription Subscription id, profile_id, or object to read. |
|
| 69 | - * @param bool $deprecated |
|
| 70 | - */ |
|
| 71 | - function __construct( $subscription = 0, $deprecated = false ) { |
|
| 72 | - |
|
| 73 | - parent::__construct( $subscription ); |
|
| 74 | - |
|
| 75 | - if ( ! $deprecated && ! empty( $subscription ) && is_numeric( $subscription ) ) { |
|
| 76 | - $this->set_id( $subscription ); |
|
| 77 | - } elseif ( $subscription instanceof self ) { |
|
| 78 | - $this->set_id( $subscription->get_id() ); |
|
| 79 | - } elseif ( $deprecated && $subscription_id = self::get_subscription_id_by_field( $subscription, 'profile_id' ) ) { |
|
| 80 | - $this->set_id( $subscription_id ); |
|
| 81 | - } elseif ( ! empty( $subscription->id ) ) { |
|
| 82 | - $this->set_id( $subscription->id ); |
|
| 83 | - } else { |
|
| 84 | - $this->set_object_read( true ); |
|
| 85 | - } |
|
| 86 | - |
|
| 87 | - // Load the datastore. |
|
| 88 | - $this->data_store = GetPaid_Data_Store::load( $this->data_store_name ); |
|
| 89 | - |
|
| 90 | - if ( $this->get_id() > 0 ) { |
|
| 91 | - $this->data_store->read( $this ); |
|
| 92 | - } |
|
| 93 | - |
|
| 94 | - } |
|
| 95 | - |
|
| 96 | - /** |
|
| 97 | - * Given an invoice id, profile id, transaction id, it returns the subscription's id. |
|
| 98 | - * |
|
| 99 | - * |
|
| 100 | - * @static |
|
| 101 | - * @param string $value |
|
| 102 | - * @param string $field Either invoice_id, transaction_id or profile_id. |
|
| 103 | - * @since 1.0.19 |
|
| 104 | - * @return int |
|
| 105 | - */ |
|
| 106 | - public static function get_subscription_id_by_field( $value, $field = 'profile_id' ) { |
|
| 18 | + /** |
|
| 19 | + * Which data store to load. |
|
| 20 | + * |
|
| 21 | + * @var string |
|
| 22 | + */ |
|
| 23 | + protected $data_store_name = 'subscription'; |
|
| 24 | + |
|
| 25 | + /** |
|
| 26 | + * This is the name of this object type. |
|
| 27 | + * |
|
| 28 | + * @var string |
|
| 29 | + */ |
|
| 30 | + protected $object_type = 'subscription'; |
|
| 31 | + |
|
| 32 | + /** |
|
| 33 | + * Item Data array. This is the core item data exposed in APIs. |
|
| 34 | + * |
|
| 35 | + * @since 1.0.19 |
|
| 36 | + * @var array |
|
| 37 | + */ |
|
| 38 | + protected $data = array( |
|
| 39 | + 'customer_id' => 0, |
|
| 40 | + 'frequency' => 1, |
|
| 41 | + 'period' => 'D', |
|
| 42 | + 'initial_amount' => null, |
|
| 43 | + 'recurring_amount' => null, |
|
| 44 | + 'bill_times' => 0, |
|
| 45 | + 'transaction_id' => '', |
|
| 46 | + 'parent_payment_id' => null, |
|
| 47 | + 'product_id' => 0, |
|
| 48 | + 'created' => '0000-00-00 00:00:00', |
|
| 49 | + 'expiration' => '0000-00-00 00:00:00', |
|
| 50 | + 'trial_period' => '', |
|
| 51 | + 'status' => 'pending', |
|
| 52 | + 'profile_id' => '', |
|
| 53 | + 'gateway' => '', |
|
| 54 | + 'customer' => '', |
|
| 55 | + ); |
|
| 56 | + |
|
| 57 | + /** |
|
| 58 | + * Stores the status transition information. |
|
| 59 | + * |
|
| 60 | + * @since 1.0.19 |
|
| 61 | + * @var bool |
|
| 62 | + */ |
|
| 63 | + protected $status_transition = false; |
|
| 64 | + |
|
| 65 | + /** |
|
| 66 | + * Get the subscription if ID is passed, otherwise the subscription is new and empty. |
|
| 67 | + * |
|
| 68 | + * @param int|string|object|WPInv_Subscription $subscription Subscription id, profile_id, or object to read. |
|
| 69 | + * @param bool $deprecated |
|
| 70 | + */ |
|
| 71 | + function __construct( $subscription = 0, $deprecated = false ) { |
|
| 72 | + |
|
| 73 | + parent::__construct( $subscription ); |
|
| 74 | + |
|
| 75 | + if ( ! $deprecated && ! empty( $subscription ) && is_numeric( $subscription ) ) { |
|
| 76 | + $this->set_id( $subscription ); |
|
| 77 | + } elseif ( $subscription instanceof self ) { |
|
| 78 | + $this->set_id( $subscription->get_id() ); |
|
| 79 | + } elseif ( $deprecated && $subscription_id = self::get_subscription_id_by_field( $subscription, 'profile_id' ) ) { |
|
| 80 | + $this->set_id( $subscription_id ); |
|
| 81 | + } elseif ( ! empty( $subscription->id ) ) { |
|
| 82 | + $this->set_id( $subscription->id ); |
|
| 83 | + } else { |
|
| 84 | + $this->set_object_read( true ); |
|
| 85 | + } |
|
| 86 | + |
|
| 87 | + // Load the datastore. |
|
| 88 | + $this->data_store = GetPaid_Data_Store::load( $this->data_store_name ); |
|
| 89 | + |
|
| 90 | + if ( $this->get_id() > 0 ) { |
|
| 91 | + $this->data_store->read( $this ); |
|
| 92 | + } |
|
| 93 | + |
|
| 94 | + } |
|
| 95 | + |
|
| 96 | + /** |
|
| 97 | + * Given an invoice id, profile id, transaction id, it returns the subscription's id. |
|
| 98 | + * |
|
| 99 | + * |
|
| 100 | + * @static |
|
| 101 | + * @param string $value |
|
| 102 | + * @param string $field Either invoice_id, transaction_id or profile_id. |
|
| 103 | + * @since 1.0.19 |
|
| 104 | + * @return int |
|
| 105 | + */ |
|
| 106 | + public static function get_subscription_id_by_field( $value, $field = 'profile_id' ) { |
|
| 107 | 107 | global $wpdb; |
| 108 | 108 | |
| 109 | - // Trim the value. |
|
| 110 | - $value = trim( $value ); |
|
| 109 | + // Trim the value. |
|
| 110 | + $value = trim( $value ); |
|
| 111 | 111 | |
| 112 | - if ( empty( $value ) ) { |
|
| 113 | - return 0; |
|
| 114 | - } |
|
| 112 | + if ( empty( $value ) ) { |
|
| 113 | + return 0; |
|
| 114 | + } |
|
| 115 | 115 | |
| 116 | - if ( 'invoice_id' == $field ) { |
|
| 117 | - $field = 'parent_payment_id'; |
|
| 118 | - } |
|
| 116 | + if ( 'invoice_id' == $field ) { |
|
| 117 | + $field = 'parent_payment_id'; |
|
| 118 | + } |
|
| 119 | 119 | |
| 120 | 120 | // Valid fields. |
| 121 | 121 | $fields = array( |
| 122 | - 'parent_payment_id', |
|
| 123 | - 'transaction_id', |
|
| 124 | - 'profile_id', |
|
| 125 | - ); |
|
| 126 | - |
|
| 127 | - // Ensure a field has been passed. |
|
| 128 | - if ( empty( $field ) || ! in_array( $field, $fields ) ) { |
|
| 129 | - return 0; |
|
| 130 | - } |
|
| 131 | - |
|
| 132 | - // Maybe retrieve from the cache. |
|
| 133 | - $subscription_id = wp_cache_get( $value, "getpaid_subscription_{$field}s_to_subscription_ids" ); |
|
| 134 | - if ( ! empty( $subscription_id ) ) { |
|
| 135 | - return $subscription_id; |
|
| 136 | - } |
|
| 122 | + 'parent_payment_id', |
|
| 123 | + 'transaction_id', |
|
| 124 | + 'profile_id', |
|
| 125 | + ); |
|
| 126 | + |
|
| 127 | + // Ensure a field has been passed. |
|
| 128 | + if ( empty( $field ) || ! in_array( $field, $fields ) ) { |
|
| 129 | + return 0; |
|
| 130 | + } |
|
| 131 | + |
|
| 132 | + // Maybe retrieve from the cache. |
|
| 133 | + $subscription_id = wp_cache_get( $value, "getpaid_subscription_{$field}s_to_subscription_ids" ); |
|
| 134 | + if ( ! empty( $subscription_id ) ) { |
|
| 135 | + return $subscription_id; |
|
| 136 | + } |
|
| 137 | 137 | |
| 138 | 138 | // Fetch from the db. |
| 139 | 139 | $table = $wpdb->prefix . 'wpinv_subscriptions'; |
@@ -141,34 +141,34 @@ discard block |
||
| 141 | 141 | $wpdb->prepare( "SELECT `id` FROM $table WHERE `$field`=%s LIMIT 1", $value ) |
| 142 | 142 | ); |
| 143 | 143 | |
| 144 | - if ( empty( $subscription_id ) ) { |
|
| 145 | - return 0; |
|
| 146 | - } |
|
| 144 | + if ( empty( $subscription_id ) ) { |
|
| 145 | + return 0; |
|
| 146 | + } |
|
| 147 | 147 | |
| 148 | - // Update the cache with our data. |
|
| 149 | - wp_cache_set( $value, $subscription_id, "getpaid_subscription_{$field}s_to_subscription_ids" ); |
|
| 148 | + // Update the cache with our data. |
|
| 149 | + wp_cache_set( $value, $subscription_id, "getpaid_subscription_{$field}s_to_subscription_ids" ); |
|
| 150 | 150 | |
| 151 | - return $subscription_id; |
|
| 152 | - } |
|
| 151 | + return $subscription_id; |
|
| 152 | + } |
|
| 153 | 153 | |
| 154 | - /** |
|
| 154 | + /** |
|
| 155 | 155 | * Clears the subscription's cache. |
| 156 | 156 | */ |
| 157 | 157 | public function clear_cache() { |
| 158 | - wp_cache_delete( $this->get_parent_payment_id(), 'getpaid_subscription_parent_payment_ids_to_subscription_ids' ); |
|
| 159 | - wp_cache_delete( $this->get_transaction_id(), 'getpaid_subscription_transaction_ids_to_subscription_ids' ); |
|
| 160 | - wp_cache_delete( $this->get_profile_id(), 'getpaid_subscription_profile_ids_to_subscription_ids' ); |
|
| 161 | - wp_cache_delete( $this->get_id(), 'getpaid_subscriptions' ); |
|
| 162 | - } |
|
| 158 | + wp_cache_delete( $this->get_parent_payment_id(), 'getpaid_subscription_parent_payment_ids_to_subscription_ids' ); |
|
| 159 | + wp_cache_delete( $this->get_transaction_id(), 'getpaid_subscription_transaction_ids_to_subscription_ids' ); |
|
| 160 | + wp_cache_delete( $this->get_profile_id(), 'getpaid_subscription_profile_ids_to_subscription_ids' ); |
|
| 161 | + wp_cache_delete( $this->get_id(), 'getpaid_subscriptions' ); |
|
| 162 | + } |
|
| 163 | 163 | |
| 164 | - /** |
|
| 164 | + /** |
|
| 165 | 165 | * Checks if a subscription key is set. |
| 166 | 166 | */ |
| 167 | 167 | public function _isset( $key ) { |
| 168 | 168 | return isset( $this->data[ $key ] ) || method_exists( $this, "get_$key" ); |
| 169 | - } |
|
| 169 | + } |
|
| 170 | 170 | |
| 171 | - /* |
|
| 171 | + /* |
|
| 172 | 172 | |-------------------------------------------------------------------------- |
| 173 | 173 | | CRUD methods |
| 174 | 174 | |-------------------------------------------------------------------------- |
@@ -177,544 +177,544 @@ discard block |
||
| 177 | 177 | | |
| 178 | 178 | */ |
| 179 | 179 | |
| 180 | - /* |
|
| 180 | + /* |
|
| 181 | 181 | |-------------------------------------------------------------------------- |
| 182 | 182 | | Getters |
| 183 | 183 | |-------------------------------------------------------------------------- |
| 184 | 184 | */ |
| 185 | 185 | |
| 186 | - /** |
|
| 187 | - * Get customer id. |
|
| 188 | - * |
|
| 189 | - * @since 1.0.19 |
|
| 190 | - * @param string $context View or edit context. |
|
| 191 | - * @return int |
|
| 192 | - */ |
|
| 193 | - public function get_customer_id( $context = 'view' ) { |
|
| 194 | - return (int) $this->get_prop( 'customer_id', $context ); |
|
| 195 | - } |
|
| 196 | - |
|
| 197 | - /** |
|
| 198 | - * Get customer information. |
|
| 199 | - * |
|
| 200 | - * @since 1.0.19 |
|
| 201 | - * @param string $context View or edit context. |
|
| 202 | - * @return WP_User|false WP_User object on success, false on failure. |
|
| 203 | - */ |
|
| 204 | - public function get_customer( $context = 'view' ) { |
|
| 205 | - return get_userdata( $this->get_customer_id( $context ) ); |
|
| 206 | - } |
|
| 207 | - |
|
| 208 | - /** |
|
| 209 | - * Get parent invoice id. |
|
| 210 | - * |
|
| 211 | - * @since 1.0.19 |
|
| 212 | - * @param string $context View or edit context. |
|
| 213 | - * @return int |
|
| 214 | - */ |
|
| 215 | - public function get_parent_invoice_id( $context = 'view' ) { |
|
| 216 | - return (int) $this->get_prop( 'parent_payment_id', $context ); |
|
| 217 | - } |
|
| 218 | - |
|
| 219 | - /** |
|
| 220 | - * Alias for self::get_parent_invoice_id(). |
|
| 221 | - * |
|
| 222 | - * @since 1.0.19 |
|
| 223 | - * @param string $context View or edit context. |
|
| 224 | - * @return int |
|
| 225 | - */ |
|
| 186 | + /** |
|
| 187 | + * Get customer id. |
|
| 188 | + * |
|
| 189 | + * @since 1.0.19 |
|
| 190 | + * @param string $context View or edit context. |
|
| 191 | + * @return int |
|
| 192 | + */ |
|
| 193 | + public function get_customer_id( $context = 'view' ) { |
|
| 194 | + return (int) $this->get_prop( 'customer_id', $context ); |
|
| 195 | + } |
|
| 196 | + |
|
| 197 | + /** |
|
| 198 | + * Get customer information. |
|
| 199 | + * |
|
| 200 | + * @since 1.0.19 |
|
| 201 | + * @param string $context View or edit context. |
|
| 202 | + * @return WP_User|false WP_User object on success, false on failure. |
|
| 203 | + */ |
|
| 204 | + public function get_customer( $context = 'view' ) { |
|
| 205 | + return get_userdata( $this->get_customer_id( $context ) ); |
|
| 206 | + } |
|
| 207 | + |
|
| 208 | + /** |
|
| 209 | + * Get parent invoice id. |
|
| 210 | + * |
|
| 211 | + * @since 1.0.19 |
|
| 212 | + * @param string $context View or edit context. |
|
| 213 | + * @return int |
|
| 214 | + */ |
|
| 215 | + public function get_parent_invoice_id( $context = 'view' ) { |
|
| 216 | + return (int) $this->get_prop( 'parent_payment_id', $context ); |
|
| 217 | + } |
|
| 218 | + |
|
| 219 | + /** |
|
| 220 | + * Alias for self::get_parent_invoice_id(). |
|
| 221 | + * |
|
| 222 | + * @since 1.0.19 |
|
| 223 | + * @param string $context View or edit context. |
|
| 224 | + * @return int |
|
| 225 | + */ |
|
| 226 | 226 | public function get_parent_payment_id( $context = 'view' ) { |
| 227 | 227 | return $this->get_parent_invoice_id( $context ); |
| 228 | - } |
|
| 228 | + } |
|
| 229 | + |
|
| 230 | + /** |
|
| 231 | + * Alias for self::get_parent_invoice_id(). |
|
| 232 | + * |
|
| 233 | + * @since 1.0.0 |
|
| 234 | + * @return int |
|
| 235 | + */ |
|
| 236 | + public function get_original_payment_id( $context = 'view' ) { |
|
| 237 | + return $this->get_parent_invoice_id( $context ); |
|
| 238 | + } |
|
| 239 | + |
|
| 240 | + /** |
|
| 241 | + * Get parent invoice. |
|
| 242 | + * |
|
| 243 | + * @since 1.0.19 |
|
| 244 | + * @param string $context View or edit context. |
|
| 245 | + * @return WPInv_Invoice |
|
| 246 | + */ |
|
| 247 | + public function get_parent_invoice( $context = 'view' ) { |
|
| 248 | + return new WPInv_Invoice( $this->get_parent_invoice_id( $context ) ); |
|
| 249 | + } |
|
| 250 | + |
|
| 251 | + /** |
|
| 252 | + * Alias for self::get_parent_invoice(). |
|
| 253 | + * |
|
| 254 | + * @since 1.0.19 |
|
| 255 | + * @param string $context View or edit context. |
|
| 256 | + * @return WPInv_Invoice |
|
| 257 | + */ |
|
| 258 | + public function get_parent_payment( $context = 'view' ) { |
|
| 259 | + return $this->get_parent_invoice( $context ); |
|
| 260 | + } |
|
| 261 | + |
|
| 262 | + /** |
|
| 263 | + * Get subscription's product id. |
|
| 264 | + * |
|
| 265 | + * @since 1.0.19 |
|
| 266 | + * @param string $context View or edit context. |
|
| 267 | + * @return int |
|
| 268 | + */ |
|
| 269 | + public function get_product_id( $context = 'view' ) { |
|
| 270 | + return (int) $this->get_prop( 'product_id', $context ); |
|
| 271 | + } |
|
| 272 | + |
|
| 273 | + /** |
|
| 274 | + * Get the subscription product. |
|
| 275 | + * |
|
| 276 | + * @since 1.0.19 |
|
| 277 | + * @param string $context View or edit context. |
|
| 278 | + * @return WPInv_Item |
|
| 279 | + */ |
|
| 280 | + public function get_product( $context = 'view' ) { |
|
| 281 | + return new WPInv_Item( $this->get_product_id( $context ) ); |
|
| 282 | + } |
|
| 283 | + |
|
| 284 | + /** |
|
| 285 | + * Get parent invoice's gateway. |
|
| 286 | + * |
|
| 287 | + * Here for backwards compatibility. |
|
| 288 | + * |
|
| 289 | + * @since 1.0.19 |
|
| 290 | + * @param string $context View or edit context. |
|
| 291 | + * @return string |
|
| 292 | + */ |
|
| 293 | + public function get_gateway( $context = 'view' ) { |
|
| 294 | + return $this->get_parent_invoice( $context )->get_gateway(); |
|
| 295 | + } |
|
| 296 | + |
|
| 297 | + /** |
|
| 298 | + * Get the period of a renewal. |
|
| 299 | + * |
|
| 300 | + * @since 1.0.19 |
|
| 301 | + * @param string $context View or edit context. |
|
| 302 | + * @return string |
|
| 303 | + */ |
|
| 304 | + public function get_period( $context = 'view' ) { |
|
| 305 | + return $this->get_prop( 'period', $context ); |
|
| 306 | + } |
|
| 307 | + |
|
| 308 | + /** |
|
| 309 | + * Get number of periods each renewal is valid for. |
|
| 310 | + * |
|
| 311 | + * @since 1.0.19 |
|
| 312 | + * @param string $context View or edit context. |
|
| 313 | + * @return int |
|
| 314 | + */ |
|
| 315 | + public function get_frequency( $context = 'view' ) { |
|
| 316 | + return (int) $this->get_prop( 'frequency', $context ); |
|
| 317 | + } |
|
| 318 | + |
|
| 319 | + /** |
|
| 320 | + * Get the initial amount for the subscription. |
|
| 321 | + * |
|
| 322 | + * @since 1.0.19 |
|
| 323 | + * @param string $context View or edit context. |
|
| 324 | + * @return float |
|
| 325 | + */ |
|
| 326 | + public function get_initial_amount( $context = 'view' ) { |
|
| 327 | + return (float) wpinv_sanitize_amount( $this->get_prop( 'initial_amount', $context ) ); |
|
| 328 | + } |
|
| 329 | + |
|
| 330 | + /** |
|
| 331 | + * Get the recurring amount for the subscription. |
|
| 332 | + * |
|
| 333 | + * @since 1.0.19 |
|
| 334 | + * @param string $context View or edit context. |
|
| 335 | + * @return float |
|
| 336 | + */ |
|
| 337 | + public function get_recurring_amount( $context = 'view' ) { |
|
| 338 | + return (float) wpinv_sanitize_amount( $this->get_prop( 'recurring_amount', $context ) ); |
|
| 339 | + } |
|
| 340 | + |
|
| 341 | + /** |
|
| 342 | + * Get number of times that this subscription can be renewed. |
|
| 343 | + * |
|
| 344 | + * @since 1.0.19 |
|
| 345 | + * @param string $context View or edit context. |
|
| 346 | + * @return int |
|
| 347 | + */ |
|
| 348 | + public function get_bill_times( $context = 'view' ) { |
|
| 349 | + return (int) $this->get_prop( 'bill_times', $context ); |
|
| 350 | + } |
|
| 351 | + |
|
| 352 | + /** |
|
| 353 | + * Get transaction id of this subscription's parent invoice. |
|
| 354 | + * |
|
| 355 | + * @since 1.0.19 |
|
| 356 | + * @param string $context View or edit context. |
|
| 357 | + * @return string |
|
| 358 | + */ |
|
| 359 | + public function get_transaction_id( $context = 'view' ) { |
|
| 360 | + return $this->get_prop( 'transaction_id', $context ); |
|
| 361 | + } |
|
| 362 | + |
|
| 363 | + /** |
|
| 364 | + * Get the date that the subscription was created. |
|
| 365 | + * |
|
| 366 | + * @since 1.0.19 |
|
| 367 | + * @param string $context View or edit context. |
|
| 368 | + * @return string |
|
| 369 | + */ |
|
| 370 | + public function get_created( $context = 'view' ) { |
|
| 371 | + return $this->get_prop( 'created', $context ); |
|
| 372 | + } |
|
| 373 | + |
|
| 374 | + /** |
|
| 375 | + * Alias for self::get_created(). |
|
| 376 | + * |
|
| 377 | + * @since 1.0.19 |
|
| 378 | + * @param string $context View or edit context. |
|
| 379 | + * @return string |
|
| 380 | + */ |
|
| 381 | + public function get_date_created( $context = 'view' ) { |
|
| 382 | + return $this->get_created( $context ); |
|
| 383 | + } |
|
| 384 | + |
|
| 385 | + /** |
|
| 386 | + * Retrieves the creation date in a timestamp |
|
| 387 | + * |
|
| 388 | + * @since 1.0.0 |
|
| 389 | + * @return int |
|
| 390 | + */ |
|
| 391 | + public function get_time_created() { |
|
| 392 | + $created = $this->get_date_created(); |
|
| 393 | + return empty( $created ) ? current_time( 'timestamp' ) : strtotime( $created, current_time( 'timestamp' ) ); |
|
| 394 | + } |
|
| 395 | + |
|
| 396 | + /** |
|
| 397 | + * Get GMT date when the subscription was created. |
|
| 398 | + * |
|
| 399 | + * @since 1.0.19 |
|
| 400 | + * @param string $context View or edit context. |
|
| 401 | + * @return string |
|
| 402 | + */ |
|
| 403 | + public function get_date_created_gmt( $context = 'view' ) { |
|
| 404 | + $date = $this->get_date_created( $context ); |
|
| 405 | + |
|
| 406 | + if ( $date ) { |
|
| 407 | + $date = get_gmt_from_date( $date ); |
|
| 408 | + } |
|
| 409 | + return $date; |
|
| 410 | + } |
|
| 411 | + |
|
| 412 | + /** |
|
| 413 | + * Get the date that the subscription will renew. |
|
| 414 | + * |
|
| 415 | + * @since 1.0.19 |
|
| 416 | + * @param string $context View or edit context. |
|
| 417 | + * @return string |
|
| 418 | + */ |
|
| 419 | + public function get_next_renewal_date( $context = 'view' ) { |
|
| 420 | + return $this->get_prop( 'expiration', $context ); |
|
| 421 | + } |
|
| 422 | + |
|
| 423 | + /** |
|
| 424 | + * Alias for self::get_next_renewal_date(). |
|
| 425 | + * |
|
| 426 | + * @since 1.0.19 |
|
| 427 | + * @param string $context View or edit context. |
|
| 428 | + * @return string |
|
| 429 | + */ |
|
| 430 | + public function get_expiration( $context = 'view' ) { |
|
| 431 | + return $this->get_next_renewal_date( $context ); |
|
| 432 | + } |
|
| 433 | + |
|
| 434 | + /** |
|
| 435 | + * Retrieves the expiration date in a timestamp |
|
| 436 | + * |
|
| 437 | + * @since 1.0.0 |
|
| 438 | + * @return int |
|
| 439 | + */ |
|
| 440 | + public function get_expiration_time() { |
|
| 441 | + $expiration = $this->get_expiration(); |
|
| 442 | + |
|
| 443 | + if ( empty( $expiration ) || '0000-00-00 00:00:00' == $expiration ) { |
|
| 444 | + return current_time( 'timestamp' ); |
|
| 445 | + } |
|
| 446 | + |
|
| 447 | + $expiration = strtotime( $expiration, current_time( 'timestamp' ) ); |
|
| 448 | + return $expiration < current_time( 'timestamp' ) ? current_time( 'timestamp' ) : $expiration; |
|
| 449 | + } |
|
| 450 | + |
|
| 451 | + /** |
|
| 452 | + * Get GMT date when the subscription will renew. |
|
| 453 | + * |
|
| 454 | + * @since 1.0.19 |
|
| 455 | + * @param string $context View or edit context. |
|
| 456 | + * @return string |
|
| 457 | + */ |
|
| 458 | + public function get_next_renewal_date_gmt( $context = 'view' ) { |
|
| 459 | + $date = $this->get_next_renewal_date( $context ); |
|
| 460 | + |
|
| 461 | + if ( $date ) { |
|
| 462 | + $date = get_gmt_from_date( $date ); |
|
| 463 | + } |
|
| 464 | + return $date; |
|
| 465 | + } |
|
| 466 | + |
|
| 467 | + /** |
|
| 468 | + * Get the subscription's trial period. |
|
| 469 | + * |
|
| 470 | + * @since 1.0.19 |
|
| 471 | + * @param string $context View or edit context. |
|
| 472 | + * @return string |
|
| 473 | + */ |
|
| 474 | + public function get_trial_period( $context = 'view' ) { |
|
| 475 | + return $this->get_prop( 'trial_period', $context ); |
|
| 476 | + } |
|
| 477 | + |
|
| 478 | + /** |
|
| 479 | + * Get the subscription's status. |
|
| 480 | + * |
|
| 481 | + * @since 1.0.19 |
|
| 482 | + * @param string $context View or edit context. |
|
| 483 | + * @return string |
|
| 484 | + */ |
|
| 485 | + public function get_status( $context = 'view' ) { |
|
| 486 | + return $this->get_prop( 'status', $context ); |
|
| 487 | + } |
|
| 488 | + |
|
| 489 | + /** |
|
| 490 | + * Get the subscription's profile id. |
|
| 491 | + * |
|
| 492 | + * @since 1.0.19 |
|
| 493 | + * @param string $context View or edit context. |
|
| 494 | + * @return string |
|
| 495 | + */ |
|
| 496 | + public function get_profile_id( $context = 'view' ) { |
|
| 497 | + return $this->get_prop( 'profile_id', $context ); |
|
| 498 | + } |
|
| 499 | + |
|
| 500 | + /* |
|
| 501 | + |-------------------------------------------------------------------------- |
|
| 502 | + | Setters |
|
| 503 | + |-------------------------------------------------------------------------- |
|
| 504 | + */ |
|
| 505 | + |
|
| 506 | + /** |
|
| 507 | + * Set customer id. |
|
| 508 | + * |
|
| 509 | + * @since 1.0.19 |
|
| 510 | + * @param int $value The customer's id. |
|
| 511 | + */ |
|
| 512 | + public function set_customer_id( $value ) { |
|
| 513 | + $this->set_prop( 'customer_id', (int) $value ); |
|
| 514 | + } |
|
| 515 | + |
|
| 516 | + /** |
|
| 517 | + * Set parent invoice id. |
|
| 518 | + * |
|
| 519 | + * @since 1.0.19 |
|
| 520 | + * @param int $value The parent invoice id. |
|
| 521 | + */ |
|
| 522 | + public function set_parent_invoice_id( $value ) { |
|
| 523 | + $this->set_prop( 'parent_payment_id', (int) $value ); |
|
| 524 | + } |
|
| 525 | + |
|
| 526 | + /** |
|
| 527 | + * Alias for self::set_parent_invoice_id(). |
|
| 528 | + * |
|
| 529 | + * @since 1.0.19 |
|
| 530 | + * @param int $value The parent invoice id. |
|
| 531 | + */ |
|
| 532 | + public function set_parent_payment_id( $value ) { |
|
| 533 | + $this->set_parent_invoice_id( $value ); |
|
| 534 | + } |
|
| 535 | + |
|
| 536 | + /** |
|
| 537 | + * Alias for self::set_parent_invoice_id(). |
|
| 538 | + * |
|
| 539 | + * @since 1.0.19 |
|
| 540 | + * @param int $value The parent invoice id. |
|
| 541 | + */ |
|
| 542 | + public function set_original_payment_id( $value ) { |
|
| 543 | + $this->set_parent_invoice_id( $value ); |
|
| 544 | + } |
|
| 545 | + |
|
| 546 | + /** |
|
| 547 | + * Set subscription's product id. |
|
| 548 | + * |
|
| 549 | + * @since 1.0.19 |
|
| 550 | + * @param int $value The subscription product id. |
|
| 551 | + */ |
|
| 552 | + public function set_product_id( $value ) { |
|
| 553 | + $this->set_prop( 'product_id', (int) $value ); |
|
| 554 | + } |
|
| 555 | + |
|
| 556 | + /** |
|
| 557 | + * Set the period of a renewal. |
|
| 558 | + * |
|
| 559 | + * @since 1.0.19 |
|
| 560 | + * @param string $value The renewal period. |
|
| 561 | + */ |
|
| 562 | + public function set_period( $value ) { |
|
| 563 | + $this->set_prop( 'period', $value ); |
|
| 564 | + } |
|
| 565 | + |
|
| 566 | + /** |
|
| 567 | + * Set number of periods each renewal is valid for. |
|
| 568 | + * |
|
| 569 | + * @since 1.0.19 |
|
| 570 | + * @param int $value The subscription frequency. |
|
| 571 | + */ |
|
| 572 | + public function set_frequency( $value ) { |
|
| 573 | + $value = empty( $value ) ? 1 : (int) $value; |
|
| 574 | + $this->set_prop( 'frequency', absint( $value ) ); |
|
| 575 | + } |
|
| 576 | + |
|
| 577 | + /** |
|
| 578 | + * Set the initial amount for the subscription. |
|
| 579 | + * |
|
| 580 | + * @since 1.0.19 |
|
| 581 | + * @param float $value The initial subcription amount. |
|
| 582 | + */ |
|
| 583 | + public function set_initial_amount( $value ) { |
|
| 584 | + $this->set_prop( 'initial_amount', wpinv_sanitize_amount( $value ) ); |
|
| 585 | + } |
|
| 586 | + |
|
| 587 | + /** |
|
| 588 | + * Set the recurring amount for the subscription. |
|
| 589 | + * |
|
| 590 | + * @since 1.0.19 |
|
| 591 | + * @param float $value The recurring subcription amount. |
|
| 592 | + */ |
|
| 593 | + public function set_recurring_amount( $value ) { |
|
| 594 | + $this->set_prop( 'recurring_amount', wpinv_sanitize_amount( $value ) ); |
|
| 595 | + } |
|
| 596 | + |
|
| 597 | + /** |
|
| 598 | + * Set number of times that this subscription can be renewed. |
|
| 599 | + * |
|
| 600 | + * @since 1.0.19 |
|
| 601 | + * @param int $value Bill times. |
|
| 602 | + */ |
|
| 603 | + public function set_bill_times( $value ) { |
|
| 604 | + $this->set_prop( 'bill_times', (int) $value ); |
|
| 605 | + } |
|
| 606 | + |
|
| 607 | + /** |
|
| 608 | + * Get transaction id of this subscription's parent invoice. |
|
| 609 | + * |
|
| 610 | + * @since 1.0.19 |
|
| 611 | + * @param string $value Bill times. |
|
| 612 | + */ |
|
| 613 | + public function set_transaction_id( $value ) { |
|
| 614 | + $this->set_prop( 'transaction_id', sanitize_text_field( $value ) ); |
|
| 615 | + } |
|
| 616 | + |
|
| 617 | + /** |
|
| 618 | + * Set date when this subscription started. |
|
| 619 | + * |
|
| 620 | + * @since 1.0.19 |
|
| 621 | + * @param string $value strtotime compliant date. |
|
| 622 | + */ |
|
| 623 | + public function set_created( $value ) { |
|
| 624 | + $date = strtotime( $value ); |
|
| 625 | + |
|
| 626 | + if ( $date && $value !== '0000-00-00 00:00:00' ) { |
|
| 627 | + $this->set_prop( 'created', date( 'Y-m-d H:i:s', $date ) ); |
|
| 628 | + return; |
|
| 629 | + } |
|
| 630 | + |
|
| 631 | + $this->set_prop( 'created', '' ); |
|
| 229 | 632 | |
| 230 | - /** |
|
| 231 | - * Alias for self::get_parent_invoice_id(). |
|
| 633 | + } |
|
| 634 | + |
|
| 635 | + /** |
|
| 636 | + * Alias for self::set_created(). |
|
| 232 | 637 | * |
| 233 | - * @since 1.0.0 |
|
| 234 | - * @return int |
|
| 638 | + * @since 1.0.19 |
|
| 639 | + * @param string $value strtotime compliant date. |
|
| 235 | 640 | */ |
| 236 | - public function get_original_payment_id( $context = 'view' ) { |
|
| 237 | - return $this->get_parent_invoice_id( $context ); |
|
| 641 | + public function set_date_created( $value ) { |
|
| 642 | + $this->set_created( $value ); |
|
| 238 | 643 | } |
| 239 | 644 | |
| 240 | - /** |
|
| 241 | - * Get parent invoice. |
|
| 242 | - * |
|
| 243 | - * @since 1.0.19 |
|
| 244 | - * @param string $context View or edit context. |
|
| 245 | - * @return WPInv_Invoice |
|
| 246 | - */ |
|
| 247 | - public function get_parent_invoice( $context = 'view' ) { |
|
| 248 | - return new WPInv_Invoice( $this->get_parent_invoice_id( $context ) ); |
|
| 249 | - } |
|
| 250 | - |
|
| 251 | - /** |
|
| 252 | - * Alias for self::get_parent_invoice(). |
|
| 253 | - * |
|
| 254 | - * @since 1.0.19 |
|
| 255 | - * @param string $context View or edit context. |
|
| 256 | - * @return WPInv_Invoice |
|
| 257 | - */ |
|
| 258 | - public function get_parent_payment( $context = 'view' ) { |
|
| 259 | - return $this->get_parent_invoice( $context ); |
|
| 260 | - } |
|
| 261 | - |
|
| 262 | - /** |
|
| 263 | - * Get subscription's product id. |
|
| 264 | - * |
|
| 265 | - * @since 1.0.19 |
|
| 266 | - * @param string $context View or edit context. |
|
| 267 | - * @return int |
|
| 268 | - */ |
|
| 269 | - public function get_product_id( $context = 'view' ) { |
|
| 270 | - return (int) $this->get_prop( 'product_id', $context ); |
|
| 271 | - } |
|
| 272 | - |
|
| 273 | - /** |
|
| 274 | - * Get the subscription product. |
|
| 275 | - * |
|
| 276 | - * @since 1.0.19 |
|
| 277 | - * @param string $context View or edit context. |
|
| 278 | - * @return WPInv_Item |
|
| 279 | - */ |
|
| 280 | - public function get_product( $context = 'view' ) { |
|
| 281 | - return new WPInv_Item( $this->get_product_id( $context ) ); |
|
| 282 | - } |
|
| 283 | - |
|
| 284 | - /** |
|
| 285 | - * Get parent invoice's gateway. |
|
| 286 | - * |
|
| 287 | - * Here for backwards compatibility. |
|
| 288 | - * |
|
| 289 | - * @since 1.0.19 |
|
| 290 | - * @param string $context View or edit context. |
|
| 291 | - * @return string |
|
| 292 | - */ |
|
| 293 | - public function get_gateway( $context = 'view' ) { |
|
| 294 | - return $this->get_parent_invoice( $context )->get_gateway(); |
|
| 295 | - } |
|
| 296 | - |
|
| 297 | - /** |
|
| 298 | - * Get the period of a renewal. |
|
| 299 | - * |
|
| 300 | - * @since 1.0.19 |
|
| 301 | - * @param string $context View or edit context. |
|
| 302 | - * @return string |
|
| 303 | - */ |
|
| 304 | - public function get_period( $context = 'view' ) { |
|
| 305 | - return $this->get_prop( 'period', $context ); |
|
| 306 | - } |
|
| 307 | - |
|
| 308 | - /** |
|
| 309 | - * Get number of periods each renewal is valid for. |
|
| 310 | - * |
|
| 311 | - * @since 1.0.19 |
|
| 312 | - * @param string $context View or edit context. |
|
| 313 | - * @return int |
|
| 314 | - */ |
|
| 315 | - public function get_frequency( $context = 'view' ) { |
|
| 316 | - return (int) $this->get_prop( 'frequency', $context ); |
|
| 317 | - } |
|
| 318 | - |
|
| 319 | - /** |
|
| 320 | - * Get the initial amount for the subscription. |
|
| 321 | - * |
|
| 322 | - * @since 1.0.19 |
|
| 323 | - * @param string $context View or edit context. |
|
| 324 | - * @return float |
|
| 325 | - */ |
|
| 326 | - public function get_initial_amount( $context = 'view' ) { |
|
| 327 | - return (float) wpinv_sanitize_amount( $this->get_prop( 'initial_amount', $context ) ); |
|
| 328 | - } |
|
| 329 | - |
|
| 330 | - /** |
|
| 331 | - * Get the recurring amount for the subscription. |
|
| 332 | - * |
|
| 333 | - * @since 1.0.19 |
|
| 334 | - * @param string $context View or edit context. |
|
| 335 | - * @return float |
|
| 336 | - */ |
|
| 337 | - public function get_recurring_amount( $context = 'view' ) { |
|
| 338 | - return (float) wpinv_sanitize_amount( $this->get_prop( 'recurring_amount', $context ) ); |
|
| 339 | - } |
|
| 340 | - |
|
| 341 | - /** |
|
| 342 | - * Get number of times that this subscription can be renewed. |
|
| 343 | - * |
|
| 344 | - * @since 1.0.19 |
|
| 345 | - * @param string $context View or edit context. |
|
| 346 | - * @return int |
|
| 347 | - */ |
|
| 348 | - public function get_bill_times( $context = 'view' ) { |
|
| 349 | - return (int) $this->get_prop( 'bill_times', $context ); |
|
| 350 | - } |
|
| 351 | - |
|
| 352 | - /** |
|
| 353 | - * Get transaction id of this subscription's parent invoice. |
|
| 354 | - * |
|
| 355 | - * @since 1.0.19 |
|
| 356 | - * @param string $context View or edit context. |
|
| 357 | - * @return string |
|
| 358 | - */ |
|
| 359 | - public function get_transaction_id( $context = 'view' ) { |
|
| 360 | - return $this->get_prop( 'transaction_id', $context ); |
|
| 361 | - } |
|
| 362 | - |
|
| 363 | - /** |
|
| 364 | - * Get the date that the subscription was created. |
|
| 365 | - * |
|
| 366 | - * @since 1.0.19 |
|
| 367 | - * @param string $context View or edit context. |
|
| 368 | - * @return string |
|
| 369 | - */ |
|
| 370 | - public function get_created( $context = 'view' ) { |
|
| 371 | - return $this->get_prop( 'created', $context ); |
|
| 372 | - } |
|
| 373 | - |
|
| 374 | - /** |
|
| 375 | - * Alias for self::get_created(). |
|
| 376 | - * |
|
| 377 | - * @since 1.0.19 |
|
| 378 | - * @param string $context View or edit context. |
|
| 379 | - * @return string |
|
| 380 | - */ |
|
| 381 | - public function get_date_created( $context = 'view' ) { |
|
| 382 | - return $this->get_created( $context ); |
|
| 383 | - } |
|
| 384 | - |
|
| 385 | - /** |
|
| 386 | - * Retrieves the creation date in a timestamp |
|
| 387 | - * |
|
| 388 | - * @since 1.0.0 |
|
| 389 | - * @return int |
|
| 390 | - */ |
|
| 391 | - public function get_time_created() { |
|
| 392 | - $created = $this->get_date_created(); |
|
| 393 | - return empty( $created ) ? current_time( 'timestamp' ) : strtotime( $created, current_time( 'timestamp' ) ); |
|
| 394 | - } |
|
| 395 | - |
|
| 396 | - /** |
|
| 397 | - * Get GMT date when the subscription was created. |
|
| 398 | - * |
|
| 399 | - * @since 1.0.19 |
|
| 400 | - * @param string $context View or edit context. |
|
| 401 | - * @return string |
|
| 402 | - */ |
|
| 403 | - public function get_date_created_gmt( $context = 'view' ) { |
|
| 404 | - $date = $this->get_date_created( $context ); |
|
| 645 | + /** |
|
| 646 | + * Set the date that the subscription will renew. |
|
| 647 | + * |
|
| 648 | + * @since 1.0.19 |
|
| 649 | + * @param string $value strtotime compliant date. |
|
| 650 | + */ |
|
| 651 | + public function set_next_renewal_date( $value ) { |
|
| 652 | + $date = strtotime( $value ); |
|
| 405 | 653 | |
| 406 | - if ( $date ) { |
|
| 407 | - $date = get_gmt_from_date( $date ); |
|
| 654 | + if ( $date && $value !== '0000-00-00 00:00:00' ) { |
|
| 655 | + $this->set_prop( 'expiration', date( 'Y-m-d H:i:s', $date ) ); |
|
| 656 | + return; |
|
| 408 | 657 | } |
| 409 | - return $date; |
|
| 410 | - } |
|
| 411 | - |
|
| 412 | - /** |
|
| 413 | - * Get the date that the subscription will renew. |
|
| 414 | - * |
|
| 415 | - * @since 1.0.19 |
|
| 416 | - * @param string $context View or edit context. |
|
| 417 | - * @return string |
|
| 418 | - */ |
|
| 419 | - public function get_next_renewal_date( $context = 'view' ) { |
|
| 420 | - return $this->get_prop( 'expiration', $context ); |
|
| 421 | - } |
|
| 422 | - |
|
| 423 | - /** |
|
| 424 | - * Alias for self::get_next_renewal_date(). |
|
| 425 | - * |
|
| 426 | - * @since 1.0.19 |
|
| 427 | - * @param string $context View or edit context. |
|
| 428 | - * @return string |
|
| 429 | - */ |
|
| 430 | - public function get_expiration( $context = 'view' ) { |
|
| 431 | - return $this->get_next_renewal_date( $context ); |
|
| 432 | - } |
|
| 433 | - |
|
| 434 | - /** |
|
| 435 | - * Retrieves the expiration date in a timestamp |
|
| 436 | - * |
|
| 437 | - * @since 1.0.0 |
|
| 438 | - * @return int |
|
| 439 | - */ |
|
| 440 | - public function get_expiration_time() { |
|
| 441 | - $expiration = $this->get_expiration(); |
|
| 442 | - |
|
| 443 | - if ( empty( $expiration ) || '0000-00-00 00:00:00' == $expiration ) { |
|
| 444 | - return current_time( 'timestamp' ); |
|
| 445 | - } |
|
| 446 | - |
|
| 447 | - $expiration = strtotime( $expiration, current_time( 'timestamp' ) ); |
|
| 448 | - return $expiration < current_time( 'timestamp' ) ? current_time( 'timestamp' ) : $expiration; |
|
| 449 | - } |
|
| 450 | - |
|
| 451 | - /** |
|
| 452 | - * Get GMT date when the subscription will renew. |
|
| 453 | - * |
|
| 454 | - * @since 1.0.19 |
|
| 455 | - * @param string $context View or edit context. |
|
| 456 | - * @return string |
|
| 457 | - */ |
|
| 458 | - public function get_next_renewal_date_gmt( $context = 'view' ) { |
|
| 459 | - $date = $this->get_next_renewal_date( $context ); |
|
| 460 | 658 | |
| 461 | - if ( $date ) { |
|
| 462 | - $date = get_gmt_from_date( $date ); |
|
| 463 | - } |
|
| 464 | - return $date; |
|
| 465 | - } |
|
| 466 | - |
|
| 467 | - /** |
|
| 468 | - * Get the subscription's trial period. |
|
| 469 | - * |
|
| 470 | - * @since 1.0.19 |
|
| 471 | - * @param string $context View or edit context. |
|
| 472 | - * @return string |
|
| 473 | - */ |
|
| 474 | - public function get_trial_period( $context = 'view' ) { |
|
| 475 | - return $this->get_prop( 'trial_period', $context ); |
|
| 476 | - } |
|
| 477 | - |
|
| 478 | - /** |
|
| 479 | - * Get the subscription's status. |
|
| 480 | - * |
|
| 481 | - * @since 1.0.19 |
|
| 482 | - * @param string $context View or edit context. |
|
| 483 | - * @return string |
|
| 484 | - */ |
|
| 485 | - public function get_status( $context = 'view' ) { |
|
| 486 | - return $this->get_prop( 'status', $context ); |
|
| 487 | - } |
|
| 488 | - |
|
| 489 | - /** |
|
| 490 | - * Get the subscription's profile id. |
|
| 491 | - * |
|
| 492 | - * @since 1.0.19 |
|
| 493 | - * @param string $context View or edit context. |
|
| 494 | - * @return string |
|
| 495 | - */ |
|
| 496 | - public function get_profile_id( $context = 'view' ) { |
|
| 497 | - return $this->get_prop( 'profile_id', $context ); |
|
| 498 | - } |
|
| 499 | - |
|
| 500 | - /* |
|
| 501 | - |-------------------------------------------------------------------------- |
|
| 502 | - | Setters |
|
| 503 | - |-------------------------------------------------------------------------- |
|
| 504 | - */ |
|
| 659 | + $this->set_prop( 'expiration', '' ); |
|
| 505 | 660 | |
| 506 | - /** |
|
| 507 | - * Set customer id. |
|
| 508 | - * |
|
| 509 | - * @since 1.0.19 |
|
| 510 | - * @param int $value The customer's id. |
|
| 511 | - */ |
|
| 512 | - public function set_customer_id( $value ) { |
|
| 513 | - $this->set_prop( 'customer_id', (int) $value ); |
|
| 514 | - } |
|
| 515 | - |
|
| 516 | - /** |
|
| 517 | - * Set parent invoice id. |
|
| 518 | - * |
|
| 519 | - * @since 1.0.19 |
|
| 520 | - * @param int $value The parent invoice id. |
|
| 521 | - */ |
|
| 522 | - public function set_parent_invoice_id( $value ) { |
|
| 523 | - $this->set_prop( 'parent_payment_id', (int) $value ); |
|
| 524 | - } |
|
| 525 | - |
|
| 526 | - /** |
|
| 527 | - * Alias for self::set_parent_invoice_id(). |
|
| 528 | - * |
|
| 529 | - * @since 1.0.19 |
|
| 530 | - * @param int $value The parent invoice id. |
|
| 531 | - */ |
|
| 532 | - public function set_parent_payment_id( $value ) { |
|
| 533 | - $this->set_parent_invoice_id( $value ); |
|
| 534 | - } |
|
| 661 | + } |
|
| 535 | 662 | |
| 536 | - /** |
|
| 537 | - * Alias for self::set_parent_invoice_id(). |
|
| 663 | + /** |
|
| 664 | + * Alias for self::set_next_renewal_date(). |
|
| 538 | 665 | * |
| 539 | 666 | * @since 1.0.19 |
| 540 | - * @param int $value The parent invoice id. |
|
| 667 | + * @param string $value strtotime compliant date. |
|
| 541 | 668 | */ |
| 542 | - public function set_original_payment_id( $value ) { |
|
| 543 | - $this->set_parent_invoice_id( $value ); |
|
| 544 | - } |
|
| 545 | - |
|
| 546 | - /** |
|
| 547 | - * Set subscription's product id. |
|
| 548 | - * |
|
| 549 | - * @since 1.0.19 |
|
| 550 | - * @param int $value The subscription product id. |
|
| 551 | - */ |
|
| 552 | - public function set_product_id( $value ) { |
|
| 553 | - $this->set_prop( 'product_id', (int) $value ); |
|
| 554 | - } |
|
| 555 | - |
|
| 556 | - /** |
|
| 557 | - * Set the period of a renewal. |
|
| 558 | - * |
|
| 559 | - * @since 1.0.19 |
|
| 560 | - * @param string $value The renewal period. |
|
| 561 | - */ |
|
| 562 | - public function set_period( $value ) { |
|
| 563 | - $this->set_prop( 'period', $value ); |
|
| 564 | - } |
|
| 565 | - |
|
| 566 | - /** |
|
| 567 | - * Set number of periods each renewal is valid for. |
|
| 568 | - * |
|
| 569 | - * @since 1.0.19 |
|
| 570 | - * @param int $value The subscription frequency. |
|
| 571 | - */ |
|
| 572 | - public function set_frequency( $value ) { |
|
| 573 | - $value = empty( $value ) ? 1 : (int) $value; |
|
| 574 | - $this->set_prop( 'frequency', absint( $value ) ); |
|
| 575 | - } |
|
| 576 | - |
|
| 577 | - /** |
|
| 578 | - * Set the initial amount for the subscription. |
|
| 579 | - * |
|
| 580 | - * @since 1.0.19 |
|
| 581 | - * @param float $value The initial subcription amount. |
|
| 582 | - */ |
|
| 583 | - public function set_initial_amount( $value ) { |
|
| 584 | - $this->set_prop( 'initial_amount', wpinv_sanitize_amount( $value ) ); |
|
| 585 | - } |
|
| 586 | - |
|
| 587 | - /** |
|
| 588 | - * Set the recurring amount for the subscription. |
|
| 589 | - * |
|
| 590 | - * @since 1.0.19 |
|
| 591 | - * @param float $value The recurring subcription amount. |
|
| 592 | - */ |
|
| 593 | - public function set_recurring_amount( $value ) { |
|
| 594 | - $this->set_prop( 'recurring_amount', wpinv_sanitize_amount( $value ) ); |
|
| 595 | - } |
|
| 596 | - |
|
| 597 | - /** |
|
| 598 | - * Set number of times that this subscription can be renewed. |
|
| 599 | - * |
|
| 600 | - * @since 1.0.19 |
|
| 601 | - * @param int $value Bill times. |
|
| 602 | - */ |
|
| 603 | - public function set_bill_times( $value ) { |
|
| 604 | - $this->set_prop( 'bill_times', (int) $value ); |
|
| 605 | - } |
|
| 606 | - |
|
| 607 | - /** |
|
| 608 | - * Get transaction id of this subscription's parent invoice. |
|
| 609 | - * |
|
| 610 | - * @since 1.0.19 |
|
| 611 | - * @param string $value Bill times. |
|
| 612 | - */ |
|
| 613 | - public function set_transaction_id( $value ) { |
|
| 614 | - $this->set_prop( 'transaction_id', sanitize_text_field( $value ) ); |
|
| 615 | - } |
|
| 616 | - |
|
| 617 | - /** |
|
| 618 | - * Set date when this subscription started. |
|
| 619 | - * |
|
| 620 | - * @since 1.0.19 |
|
| 621 | - * @param string $value strtotime compliant date. |
|
| 622 | - */ |
|
| 623 | - public function set_created( $value ) { |
|
| 624 | - $date = strtotime( $value ); |
|
| 669 | + public function set_expiration( $value ) { |
|
| 670 | + $this->set_next_renewal_date( $value ); |
|
| 671 | + } |
|
| 625 | 672 | |
| 626 | - if ( $date && $value !== '0000-00-00 00:00:00' ) { |
|
| 627 | - $this->set_prop( 'created', date( 'Y-m-d H:i:s', $date ) ); |
|
| 673 | + /** |
|
| 674 | + * Set the subscription's trial period. |
|
| 675 | + * |
|
| 676 | + * @since 1.0.19 |
|
| 677 | + * @param string $value trial period e.g 1 year. |
|
| 678 | + */ |
|
| 679 | + public function set_trial_period( $value ) { |
|
| 680 | + $this->set_prop( 'trial_period', $value ); |
|
| 681 | + } |
|
| 682 | + |
|
| 683 | + /** |
|
| 684 | + * Set the subscription's status. |
|
| 685 | + * |
|
| 686 | + * @since 1.0.19 |
|
| 687 | + * @param string $new_status New subscription status. |
|
| 688 | + */ |
|
| 689 | + public function set_status( $new_status ) { |
|
| 690 | + |
|
| 691 | + // Abort if this is not a valid status; |
|
| 692 | + if ( ! array_key_exists( $new_status, getpaid_get_subscription_statuses() ) ) { |
|
| 628 | 693 | return; |
| 629 | 694 | } |
| 630 | 695 | |
| 631 | - $this->set_prop( 'created', '' ); |
|
| 632 | - |
|
| 633 | - } |
|
| 696 | + $old_status = ! empty( $this->status_transition['from'] ) ? $this->status_transition['from'] : $this->get_status(); |
|
| 697 | + if ( true === $this->object_read && $old_status !== $new_status ) { |
|
| 698 | + $this->status_transition = array( |
|
| 699 | + 'from' => $old_status, |
|
| 700 | + 'to' => $new_status, |
|
| 701 | + ); |
|
| 702 | + } |
|
| 634 | 703 | |
| 635 | - /** |
|
| 636 | - * Alias for self::set_created(). |
|
| 637 | - * |
|
| 638 | - * @since 1.0.19 |
|
| 639 | - * @param string $value strtotime compliant date. |
|
| 640 | - */ |
|
| 641 | - public function set_date_created( $value ) { |
|
| 642 | - $this->set_created( $value ); |
|
| 704 | + $this->set_prop( 'status', $new_status ); |
|
| 643 | 705 | } |
| 644 | 706 | |
| 645 | - /** |
|
| 646 | - * Set the date that the subscription will renew. |
|
| 647 | - * |
|
| 648 | - * @since 1.0.19 |
|
| 649 | - * @param string $value strtotime compliant date. |
|
| 650 | - */ |
|
| 651 | - public function set_next_renewal_date( $value ) { |
|
| 652 | - $date = strtotime( $value ); |
|
| 707 | + /** |
|
| 708 | + * Set the subscription's (remote) profile id. |
|
| 709 | + * |
|
| 710 | + * @since 1.0.19 |
|
| 711 | + * @param string $value the remote profile id. |
|
| 712 | + */ |
|
| 713 | + public function set_profile_id( $value ) { |
|
| 714 | + $this->set_prop( 'profile_id', sanitize_text_field( $value ) ); |
|
| 715 | + } |
|
| 653 | 716 | |
| 654 | - if ( $date && $value !== '0000-00-00 00:00:00' ) { |
|
| 655 | - $this->set_prop( 'expiration', date( 'Y-m-d H:i:s', $date ) ); |
|
| 656 | - return; |
|
| 657 | - } |
|
| 658 | - |
|
| 659 | - $this->set_prop( 'expiration', '' ); |
|
| 660 | - |
|
| 661 | - } |
|
| 662 | - |
|
| 663 | - /** |
|
| 664 | - * Alias for self::set_next_renewal_date(). |
|
| 665 | - * |
|
| 666 | - * @since 1.0.19 |
|
| 667 | - * @param string $value strtotime compliant date. |
|
| 668 | - */ |
|
| 669 | - public function set_expiration( $value ) { |
|
| 670 | - $this->set_next_renewal_date( $value ); |
|
| 671 | - } |
|
| 672 | - |
|
| 673 | - /** |
|
| 674 | - * Set the subscription's trial period. |
|
| 675 | - * |
|
| 676 | - * @since 1.0.19 |
|
| 677 | - * @param string $value trial period e.g 1 year. |
|
| 678 | - */ |
|
| 679 | - public function set_trial_period( $value ) { |
|
| 680 | - $this->set_prop( 'trial_period', $value ); |
|
| 681 | - } |
|
| 682 | - |
|
| 683 | - /** |
|
| 684 | - * Set the subscription's status. |
|
| 685 | - * |
|
| 686 | - * @since 1.0.19 |
|
| 687 | - * @param string $new_status New subscription status. |
|
| 688 | - */ |
|
| 689 | - public function set_status( $new_status ) { |
|
| 690 | - |
|
| 691 | - // Abort if this is not a valid status; |
|
| 692 | - if ( ! array_key_exists( $new_status, getpaid_get_subscription_statuses() ) ) { |
|
| 693 | - return; |
|
| 694 | - } |
|
| 695 | - |
|
| 696 | - $old_status = ! empty( $this->status_transition['from'] ) ? $this->status_transition['from'] : $this->get_status(); |
|
| 697 | - if ( true === $this->object_read && $old_status !== $new_status ) { |
|
| 698 | - $this->status_transition = array( |
|
| 699 | - 'from' => $old_status, |
|
| 700 | - 'to' => $new_status, |
|
| 701 | - ); |
|
| 702 | - } |
|
| 703 | - |
|
| 704 | - $this->set_prop( 'status', $new_status ); |
|
| 705 | - } |
|
| 706 | - |
|
| 707 | - /** |
|
| 708 | - * Set the subscription's (remote) profile id. |
|
| 709 | - * |
|
| 710 | - * @since 1.0.19 |
|
| 711 | - * @param string $value the remote profile id. |
|
| 712 | - */ |
|
| 713 | - public function set_profile_id( $value ) { |
|
| 714 | - $this->set_prop( 'profile_id', sanitize_text_field( $value ) ); |
|
| 715 | - } |
|
| 716 | - |
|
| 717 | - /* |
|
| 717 | + /* |
|
| 718 | 718 | |-------------------------------------------------------------------------- |
| 719 | 719 | | Boolean methods |
| 720 | 720 | |-------------------------------------------------------------------------- |
@@ -723,55 +723,55 @@ discard block |
||
| 723 | 723 | | |
| 724 | 724 | */ |
| 725 | 725 | |
| 726 | - /** |
|
| 726 | + /** |
|
| 727 | 727 | * Checks if the subscription has a given status. |
| 728 | - * |
|
| 729 | - * @param string|array String or array of strings to check for. |
|
| 730 | - * @return bool |
|
| 728 | + * |
|
| 729 | + * @param string|array String or array of strings to check for. |
|
| 730 | + * @return bool |
|
| 731 | 731 | */ |
| 732 | 732 | public function has_status( $status ) { |
| 733 | 733 | return in_array( $this->get_status(), wpinv_clean( wpinv_parse_list( $status ) ) ); |
| 734 | - } |
|
| 734 | + } |
|
| 735 | 735 | |
| 736 | - /** |
|
| 736 | + /** |
|
| 737 | 737 | * Checks if the subscription has a trial period. |
| 738 | - * |
|
| 739 | - * @return bool |
|
| 738 | + * |
|
| 739 | + * @return bool |
|
| 740 | 740 | */ |
| 741 | 741 | public function has_trial_period() { |
| 742 | - $period = $this->get_trial_period(); |
|
| 742 | + $period = $this->get_trial_period(); |
|
| 743 | 743 | return ! empty( $period ); |
| 744 | - } |
|
| 745 | - |
|
| 746 | - /** |
|
| 747 | - * Is the subscription active? |
|
| 748 | - * |
|
| 749 | - * @return bool |
|
| 750 | - */ |
|
| 751 | - public function is_active() { |
|
| 752 | - return $this->has_status( 'active trialling' ) && ! $this->is_expired(); |
|
| 753 | - } |
|
| 754 | - |
|
| 755 | - /** |
|
| 756 | - * Is the subscription expired? |
|
| 757 | - * |
|
| 758 | - * @return bool |
|
| 759 | - */ |
|
| 760 | - public function is_expired() { |
|
| 761 | - return $this->has_status( 'expired' ) || ( $this->has_status( 'active cancelled trialling' ) && $this->get_expiration_time() < current_time( 'timestamp' ) ); |
|
| 762 | - } |
|
| 763 | - |
|
| 764 | - /** |
|
| 765 | - * Is this the last renewals? |
|
| 766 | - * |
|
| 767 | - * @return bool |
|
| 768 | - */ |
|
| 769 | - public function is_last_renewal() { |
|
| 770 | - $max_bills = $this->get_bill_times(); |
|
| 771 | - return ! empty( $max_bills ) && $max_bills <= $this->get_times_billed(); |
|
| 772 | - } |
|
| 773 | - |
|
| 774 | - /* |
|
| 744 | + } |
|
| 745 | + |
|
| 746 | + /** |
|
| 747 | + * Is the subscription active? |
|
| 748 | + * |
|
| 749 | + * @return bool |
|
| 750 | + */ |
|
| 751 | + public function is_active() { |
|
| 752 | + return $this->has_status( 'active trialling' ) && ! $this->is_expired(); |
|
| 753 | + } |
|
| 754 | + |
|
| 755 | + /** |
|
| 756 | + * Is the subscription expired? |
|
| 757 | + * |
|
| 758 | + * @return bool |
|
| 759 | + */ |
|
| 760 | + public function is_expired() { |
|
| 761 | + return $this->has_status( 'expired' ) || ( $this->has_status( 'active cancelled trialling' ) && $this->get_expiration_time() < current_time( 'timestamp' ) ); |
|
| 762 | + } |
|
| 763 | + |
|
| 764 | + /** |
|
| 765 | + * Is this the last renewals? |
|
| 766 | + * |
|
| 767 | + * @return bool |
|
| 768 | + */ |
|
| 769 | + public function is_last_renewal() { |
|
| 770 | + $max_bills = $this->get_bill_times(); |
|
| 771 | + return ! empty( $max_bills ) && $max_bills <= $this->get_times_billed(); |
|
| 772 | + } |
|
| 773 | + |
|
| 774 | + /* |
|
| 775 | 775 | |-------------------------------------------------------------------------- |
| 776 | 776 | | Additional methods |
| 777 | 777 | |-------------------------------------------------------------------------- |
@@ -780,27 +780,27 @@ discard block |
||
| 780 | 780 | | |
| 781 | 781 | */ |
| 782 | 782 | |
| 783 | - /** |
|
| 784 | - * Backwards compatibilty. |
|
| 785 | - */ |
|
| 786 | - public function create( $data = array() ) { |
|
| 783 | + /** |
|
| 784 | + * Backwards compatibilty. |
|
| 785 | + */ |
|
| 786 | + public function create( $data = array() ) { |
|
| 787 | 787 | |
| 788 | - // Set the properties. |
|
| 789 | - if ( is_array( $data ) ) { |
|
| 790 | - $this->set_props( $data ); |
|
| 791 | - } |
|
| 788 | + // Set the properties. |
|
| 789 | + if ( is_array( $data ) ) { |
|
| 790 | + $this->set_props( $data ); |
|
| 791 | + } |
|
| 792 | 792 | |
| 793 | - // Save the item. |
|
| 794 | - return $this->save(); |
|
| 793 | + // Save the item. |
|
| 794 | + return $this->save(); |
|
| 795 | 795 | |
| 796 | - } |
|
| 796 | + } |
|
| 797 | 797 | |
| 798 | - /** |
|
| 799 | - * Backwards compatibilty. |
|
| 800 | - */ |
|
| 801 | - public function update( $args = array() ) { |
|
| 802 | - return $this->create( $args ); |
|
| 803 | - } |
|
| 798 | + /** |
|
| 799 | + * Backwards compatibilty. |
|
| 800 | + */ |
|
| 801 | + public function update( $args = array() ) { |
|
| 802 | + return $this->create( $args ); |
|
| 803 | + } |
|
| 804 | 804 | |
| 805 | 805 | /** |
| 806 | 806 | * Retrieve renewal payments for a subscription |
@@ -810,22 +810,22 @@ discard block |
||
| 810 | 810 | */ |
| 811 | 811 | public function get_child_payments( $hide_pending = true ) { |
| 812 | 812 | |
| 813 | - $statuses = array( 'publish', 'wpi-processing', 'wpi-renewal' ); |
|
| 813 | + $statuses = array( 'publish', 'wpi-processing', 'wpi-renewal' ); |
|
| 814 | 814 | |
| 815 | - if ( ! $hide_pending ) { |
|
| 816 | - $statuses = array_keys( wpinv_get_invoice_statuses() ); |
|
| 817 | - } |
|
| 815 | + if ( ! $hide_pending ) { |
|
| 816 | + $statuses = array_keys( wpinv_get_invoice_statuses() ); |
|
| 817 | + } |
|
| 818 | 818 | |
| 819 | 819 | return get_posts( |
| 820 | - array( |
|
| 821 | - 'post_parent' => $this->get_parent_payment_id(), |
|
| 822 | - 'numberposts' => -1, |
|
| 823 | - 'post_status' => $statuses, |
|
| 824 | - 'orderby' => 'ID', |
|
| 825 | - 'order' => 'ASC', |
|
| 826 | - 'post_type' => 'wpi_invoice', |
|
| 827 | - ) |
|
| 828 | - ); |
|
| 820 | + array( |
|
| 821 | + 'post_parent' => $this->get_parent_payment_id(), |
|
| 822 | + 'numberposts' => -1, |
|
| 823 | + 'post_status' => $statuses, |
|
| 824 | + 'orderby' => 'ID', |
|
| 825 | + 'order' => 'ASC', |
|
| 826 | + 'post_type' => 'wpi_invoice', |
|
| 827 | + ) |
|
| 828 | + ); |
|
| 829 | 829 | } |
| 830 | 830 | |
| 831 | 831 | /** |
@@ -835,7 +835,7 @@ discard block |
||
| 835 | 835 | * @return int |
| 836 | 836 | */ |
| 837 | 837 | public function get_total_payments() { |
| 838 | - return getpaid_count_subscription_invoices( $this->get_parent_invoice_id(), $this->get_id() ); |
|
| 838 | + return getpaid_count_subscription_invoices( $this->get_parent_invoice_id(), $this->get_id() ); |
|
| 839 | 839 | } |
| 840 | 840 | |
| 841 | 841 | /** |
@@ -859,186 +859,186 @@ discard block |
||
| 859 | 859 | * |
| 860 | 860 | * @since 2.4 |
| 861 | 861 | * @param array $args Array of values for the payment, including amount and transaction ID |
| 862 | - * @param WPInv_Invoice $invoice If adding an existing invoice. |
|
| 862 | + * @param WPInv_Invoice $invoice If adding an existing invoice. |
|
| 863 | 863 | * @return bool |
| 864 | 864 | */ |
| 865 | 865 | public function add_payment( $args = array(), $invoice = false ) { |
| 866 | 866 | |
| 867 | - // Process each payment once. |
|
| 867 | + // Process each payment once. |
|
| 868 | 868 | if ( ! empty( $args['transaction_id'] ) && $this->payment_exists( $args['transaction_id'] ) ) { |
| 869 | 869 | return false; |
| 870 | 870 | } |
| 871 | 871 | |
| 872 | - // Are we creating a new invoice? |
|
| 873 | - if ( empty( $invoice ) ) { |
|
| 874 | - $invoice = $this->create_payment( false ); |
|
| 872 | + // Are we creating a new invoice? |
|
| 873 | + if ( empty( $invoice ) ) { |
|
| 874 | + $invoice = $this->create_payment( false ); |
|
| 875 | 875 | |
| 876 | - if ( empty( $invoice ) ) { |
|
| 877 | - return false; |
|
| 878 | - } |
|
| 879 | - } |
|
| 876 | + if ( empty( $invoice ) ) { |
|
| 877 | + return false; |
|
| 878 | + } |
|
| 879 | + } |
|
| 880 | 880 | |
| 881 | - // Maybe set a transaction id. |
|
| 882 | - if ( ! empty( $args['transaction_id'] ) ) { |
|
| 883 | - $invoice->set_transaction_id( $args['transaction_id'] ); |
|
| 884 | - } |
|
| 881 | + // Maybe set a transaction id. |
|
| 882 | + if ( ! empty( $args['transaction_id'] ) ) { |
|
| 883 | + $invoice->set_transaction_id( $args['transaction_id'] ); |
|
| 884 | + } |
|
| 885 | 885 | |
| 886 | - // Set the completed date. |
|
| 887 | - $invoice->set_completed_date( current_time( 'mysql' ) ); |
|
| 886 | + // Set the completed date. |
|
| 887 | + $invoice->set_completed_date( current_time( 'mysql' ) ); |
|
| 888 | 888 | |
| 889 | - // And the gateway. |
|
| 890 | - if ( ! empty( $args['gateway'] ) ) { |
|
| 891 | - $invoice->set_gateway( $args['gateway'] ); |
|
| 892 | - } |
|
| 889 | + // And the gateway. |
|
| 890 | + if ( ! empty( $args['gateway'] ) ) { |
|
| 891 | + $invoice->set_gateway( $args['gateway'] ); |
|
| 892 | + } |
|
| 893 | 893 | |
| 894 | - $invoice->save(); |
|
| 894 | + $invoice->save(); |
|
| 895 | 895 | |
| 896 | - if ( ! $invoice->exists() ) { |
|
| 897 | - return false; |
|
| 898 | - } |
|
| 896 | + if ( ! $invoice->exists() ) { |
|
| 897 | + return false; |
|
| 898 | + } |
|
| 899 | 899 | |
| 900 | - do_action( 'getpaid_after_create_subscription_renewal_invoice', $invoice, $this ); |
|
| 901 | - do_action( 'wpinv_recurring_add_subscription_payment', $invoice, $this ); |
|
| 900 | + do_action( 'getpaid_after_create_subscription_renewal_invoice', $invoice, $this ); |
|
| 901 | + do_action( 'wpinv_recurring_add_subscription_payment', $invoice, $this ); |
|
| 902 | 902 | do_action( 'wpinv_recurring_record_payment', $invoice->get_id(), $this->get_parent_invoice_id(), $invoice->get_recurring_total(), $invoice->get_transaction_id() ); |
| 903 | 903 | |
| 904 | 904 | update_post_meta( $invoice->get_id(), '_wpinv_subscription_id', $this->id ); |
| 905 | 905 | |
| 906 | 906 | return $invoice->get_id(); |
| 907 | - } |
|
| 907 | + } |
|
| 908 | 908 | |
| 909 | - /** |
|
| 909 | + /** |
|
| 910 | 910 | * Creates a new invoice and returns it. |
| 911 | 911 | * |
| 912 | 912 | * @since 1.0.19 |
| 913 | - * @param bool $save Whether we should save the invoice. |
|
| 913 | + * @param bool $save Whether we should save the invoice. |
|
| 914 | 914 | * @return WPInv_Invoice|bool |
| 915 | 915 | */ |
| 916 | 916 | public function create_payment( $save = true ) { |
| 917 | 917 | |
| 918 | - $parent_invoice = $this->get_parent_payment(); |
|
| 919 | - |
|
| 920 | - if ( ! $parent_invoice->exists() ) { |
|
| 921 | - return false; |
|
| 922 | - } |
|
| 923 | - |
|
| 924 | - // Duplicate the parent invoice. |
|
| 925 | - $invoice = getpaid_duplicate_invoice( $parent_invoice ); |
|
| 926 | - $invoice->set_parent_id( $parent_invoice->get_id() ); |
|
| 927 | - $invoice->set_subscription_id( $this->get_id() ); |
|
| 928 | - $invoice->set_remote_subscription_id( $this->get_profile_id() ); |
|
| 929 | - |
|
| 930 | - // Set invoice items. |
|
| 931 | - $subscription_group = getpaid_get_invoice_subscription_group( $parent_invoice->get_id(), $this->get_id() ); |
|
| 932 | - $allowed_items = empty( $subscription_group ) ? array( $this->get_product_id() ) : array_keys( $subscription_group['items'] ); |
|
| 933 | - $invoice_items = array(); |
|
| 934 | - |
|
| 935 | - foreach ( $invoice->get_items() as $item ) { |
|
| 936 | - if ( in_array( $item->get_id(), $allowed_items ) ) { |
|
| 937 | - $invoice_items[] = $item; |
|
| 938 | - } |
|
| 939 | - } |
|
| 940 | - |
|
| 941 | - $invoice->set_items( $invoice_items ); |
|
| 942 | - |
|
| 943 | - if ( ! empty( $subscription_group['fees'] ) ) { |
|
| 944 | - $invoice->set_fees( $subscription_group['fees'] ); |
|
| 945 | - } |
|
| 946 | - |
|
| 947 | - // Maybe recalculate discount (Pre-GetPaid Fix). |
|
| 948 | - $discount = new WPInv_Discount( $invoice->get_discount_code() ); |
|
| 949 | - if ( $discount->exists() && $discount->is_recurring() && 0 == $invoice->get_total_discount() ) { |
|
| 950 | - $invoice->add_discount( getpaid_calculate_invoice_discount( $invoice, $discount ) ); |
|
| 951 | - } |
|
| 952 | - |
|
| 953 | - $invoice->recalculate_total(); |
|
| 954 | - $invoice->set_status( 'wpi-pending' ); |
|
| 955 | - |
|
| 956 | - if ( ! $save ) { |
|
| 957 | - return $invoice; |
|
| 958 | - } |
|
| 959 | - |
|
| 960 | - $invoice->save(); |
|
| 961 | - |
|
| 962 | - return $invoice->exists() ? $invoice : false; |
|
| 963 | - } |
|
| 964 | - |
|
| 965 | - /** |
|
| 966 | - * Renews or completes a subscription |
|
| 967 | - * |
|
| 968 | - * @since 1.0.0 |
|
| 969 | - * @return int The subscription's id |
|
| 970 | - */ |
|
| 971 | - public function renew( $calculate_from = null ) { |
|
| 972 | - |
|
| 973 | - // Complete subscription if applicable |
|
| 974 | - if ( $this->is_last_renewal() ) { |
|
| 975 | - return $this->complete(); |
|
| 976 | - } |
|
| 977 | - |
|
| 978 | - // Calculate new expiration |
|
| 979 | - $frequency = $this->get_frequency(); |
|
| 980 | - $period = $this->get_period(); |
|
| 981 | - $calculate_from = empty( $calculate_from ) ? $this->get_expiration_time() : $calculate_from; |
|
| 982 | - $new_expiration = strtotime( "+ $frequency $period", $calculate_from ); |
|
| 983 | - |
|
| 984 | - $this->set_expiration( date( 'Y-m-d H:i:s', $new_expiration ) ); |
|
| 985 | - $this->set_status( 'active' ); |
|
| 986 | - $this->save(); |
|
| 987 | - |
|
| 988 | - do_action( 'getpaid_subscription_renewed', $this ); |
|
| 989 | - |
|
| 990 | - return $this->get_id(); |
|
| 991 | - } |
|
| 992 | - |
|
| 993 | - /** |
|
| 994 | - * Marks a subscription as completed |
|
| 995 | - * |
|
| 996 | - * Subscription is completed when the number of payments matches the billing_times field |
|
| 997 | - * |
|
| 998 | - * @since 1.0.0 |
|
| 999 | - * @return int|bool Subscription id or false if the subscription is cancelled. |
|
| 1000 | - */ |
|
| 1001 | - public function complete() { |
|
| 1002 | - |
|
| 1003 | - // Only mark a subscription as complete if it's not already cancelled. |
|
| 1004 | - if ( $this->has_status( 'cancelled' ) ) { |
|
| 1005 | - return false; |
|
| 1006 | - } |
|
| 1007 | - |
|
| 1008 | - $this->set_status( 'completed' ); |
|
| 1009 | - return $this->save(); |
|
| 1010 | - |
|
| 1011 | - } |
|
| 1012 | - |
|
| 1013 | - /** |
|
| 1014 | - * Marks a subscription as expired |
|
| 1015 | - * |
|
| 1016 | - * @since 1.0.0 |
|
| 1017 | - * @param bool $check_expiration |
|
| 1018 | - * @return int|bool Subscription id or false if $check_expiration is true and expiration date is in the future. |
|
| 1019 | - */ |
|
| 1020 | - public function expire( $check_expiration = false ) { |
|
| 1021 | - |
|
| 1022 | - if ( $check_expiration && $this->get_expiration_time() > current_time( 'timestamp' ) ) { |
|
| 1023 | - // Do not mark as expired since real expiration date is in the future |
|
| 1024 | - return false; |
|
| 1025 | - } |
|
| 1026 | - |
|
| 1027 | - $this->set_status( 'expired' ); |
|
| 1028 | - return $this->save(); |
|
| 1029 | - |
|
| 1030 | - } |
|
| 1031 | - |
|
| 1032 | - /** |
|
| 1033 | - * Marks a subscription as failing |
|
| 1034 | - * |
|
| 1035 | - * @since 2.4.2 |
|
| 1036 | - * @return int Subscription id. |
|
| 1037 | - */ |
|
| 1038 | - public function failing() { |
|
| 1039 | - $this->set_status( 'failing' ); |
|
| 1040 | - return $this->save(); |
|
| 1041 | - } |
|
| 918 | + $parent_invoice = $this->get_parent_payment(); |
|
| 919 | + |
|
| 920 | + if ( ! $parent_invoice->exists() ) { |
|
| 921 | + return false; |
|
| 922 | + } |
|
| 923 | + |
|
| 924 | + // Duplicate the parent invoice. |
|
| 925 | + $invoice = getpaid_duplicate_invoice( $parent_invoice ); |
|
| 926 | + $invoice->set_parent_id( $parent_invoice->get_id() ); |
|
| 927 | + $invoice->set_subscription_id( $this->get_id() ); |
|
| 928 | + $invoice->set_remote_subscription_id( $this->get_profile_id() ); |
|
| 929 | + |
|
| 930 | + // Set invoice items. |
|
| 931 | + $subscription_group = getpaid_get_invoice_subscription_group( $parent_invoice->get_id(), $this->get_id() ); |
|
| 932 | + $allowed_items = empty( $subscription_group ) ? array( $this->get_product_id() ) : array_keys( $subscription_group['items'] ); |
|
| 933 | + $invoice_items = array(); |
|
| 934 | + |
|
| 935 | + foreach ( $invoice->get_items() as $item ) { |
|
| 936 | + if ( in_array( $item->get_id(), $allowed_items ) ) { |
|
| 937 | + $invoice_items[] = $item; |
|
| 938 | + } |
|
| 939 | + } |
|
| 940 | + |
|
| 941 | + $invoice->set_items( $invoice_items ); |
|
| 942 | + |
|
| 943 | + if ( ! empty( $subscription_group['fees'] ) ) { |
|
| 944 | + $invoice->set_fees( $subscription_group['fees'] ); |
|
| 945 | + } |
|
| 946 | + |
|
| 947 | + // Maybe recalculate discount (Pre-GetPaid Fix). |
|
| 948 | + $discount = new WPInv_Discount( $invoice->get_discount_code() ); |
|
| 949 | + if ( $discount->exists() && $discount->is_recurring() && 0 == $invoice->get_total_discount() ) { |
|
| 950 | + $invoice->add_discount( getpaid_calculate_invoice_discount( $invoice, $discount ) ); |
|
| 951 | + } |
|
| 952 | + |
|
| 953 | + $invoice->recalculate_total(); |
|
| 954 | + $invoice->set_status( 'wpi-pending' ); |
|
| 955 | + |
|
| 956 | + if ( ! $save ) { |
|
| 957 | + return $invoice; |
|
| 958 | + } |
|
| 959 | + |
|
| 960 | + $invoice->save(); |
|
| 961 | + |
|
| 962 | + return $invoice->exists() ? $invoice : false; |
|
| 963 | + } |
|
| 964 | + |
|
| 965 | + /** |
|
| 966 | + * Renews or completes a subscription |
|
| 967 | + * |
|
| 968 | + * @since 1.0.0 |
|
| 969 | + * @return int The subscription's id |
|
| 970 | + */ |
|
| 971 | + public function renew( $calculate_from = null ) { |
|
| 972 | + |
|
| 973 | + // Complete subscription if applicable |
|
| 974 | + if ( $this->is_last_renewal() ) { |
|
| 975 | + return $this->complete(); |
|
| 976 | + } |
|
| 977 | + |
|
| 978 | + // Calculate new expiration |
|
| 979 | + $frequency = $this->get_frequency(); |
|
| 980 | + $period = $this->get_period(); |
|
| 981 | + $calculate_from = empty( $calculate_from ) ? $this->get_expiration_time() : $calculate_from; |
|
| 982 | + $new_expiration = strtotime( "+ $frequency $period", $calculate_from ); |
|
| 983 | + |
|
| 984 | + $this->set_expiration( date( 'Y-m-d H:i:s', $new_expiration ) ); |
|
| 985 | + $this->set_status( 'active' ); |
|
| 986 | + $this->save(); |
|
| 987 | + |
|
| 988 | + do_action( 'getpaid_subscription_renewed', $this ); |
|
| 989 | + |
|
| 990 | + return $this->get_id(); |
|
| 991 | + } |
|
| 992 | + |
|
| 993 | + /** |
|
| 994 | + * Marks a subscription as completed |
|
| 995 | + * |
|
| 996 | + * Subscription is completed when the number of payments matches the billing_times field |
|
| 997 | + * |
|
| 998 | + * @since 1.0.0 |
|
| 999 | + * @return int|bool Subscription id or false if the subscription is cancelled. |
|
| 1000 | + */ |
|
| 1001 | + public function complete() { |
|
| 1002 | + |
|
| 1003 | + // Only mark a subscription as complete if it's not already cancelled. |
|
| 1004 | + if ( $this->has_status( 'cancelled' ) ) { |
|
| 1005 | + return false; |
|
| 1006 | + } |
|
| 1007 | + |
|
| 1008 | + $this->set_status( 'completed' ); |
|
| 1009 | + return $this->save(); |
|
| 1010 | + |
|
| 1011 | + } |
|
| 1012 | + |
|
| 1013 | + /** |
|
| 1014 | + * Marks a subscription as expired |
|
| 1015 | + * |
|
| 1016 | + * @since 1.0.0 |
|
| 1017 | + * @param bool $check_expiration |
|
| 1018 | + * @return int|bool Subscription id or false if $check_expiration is true and expiration date is in the future. |
|
| 1019 | + */ |
|
| 1020 | + public function expire( $check_expiration = false ) { |
|
| 1021 | + |
|
| 1022 | + if ( $check_expiration && $this->get_expiration_time() > current_time( 'timestamp' ) ) { |
|
| 1023 | + // Do not mark as expired since real expiration date is in the future |
|
| 1024 | + return false; |
|
| 1025 | + } |
|
| 1026 | + |
|
| 1027 | + $this->set_status( 'expired' ); |
|
| 1028 | + return $this->save(); |
|
| 1029 | + |
|
| 1030 | + } |
|
| 1031 | + |
|
| 1032 | + /** |
|
| 1033 | + * Marks a subscription as failing |
|
| 1034 | + * |
|
| 1035 | + * @since 2.4.2 |
|
| 1036 | + * @return int Subscription id. |
|
| 1037 | + */ |
|
| 1038 | + public function failing() { |
|
| 1039 | + $this->set_status( 'failing' ); |
|
| 1040 | + return $this->save(); |
|
| 1041 | + } |
|
| 1042 | 1042 | |
| 1043 | 1043 | /** |
| 1044 | 1044 | * Marks a subscription as cancelled |
@@ -1047,19 +1047,19 @@ discard block |
||
| 1047 | 1047 | * @return int Subscription id. |
| 1048 | 1048 | */ |
| 1049 | 1049 | public function cancel() { |
| 1050 | - $this->set_status( 'cancelled' ); |
|
| 1051 | - return $this->save(); |
|
| 1050 | + $this->set_status( 'cancelled' ); |
|
| 1051 | + return $this->save(); |
|
| 1052 | 1052 | } |
| 1053 | 1053 | |
| 1054 | - /** |
|
| 1055 | - * Determines if a subscription can be cancelled both locally and with a payment processor. |
|
| 1056 | - * |
|
| 1057 | - * @since 1.0.0 |
|
| 1058 | - * @return bool |
|
| 1059 | - */ |
|
| 1060 | - public function can_cancel() { |
|
| 1061 | - return apply_filters( 'wpinv_subscription_can_cancel', $this->has_status( $this->get_cancellable_statuses() ), $this ); |
|
| 1062 | - } |
|
| 1054 | + /** |
|
| 1055 | + * Determines if a subscription can be cancelled both locally and with a payment processor. |
|
| 1056 | + * |
|
| 1057 | + * @since 1.0.0 |
|
| 1058 | + * @return bool |
|
| 1059 | + */ |
|
| 1060 | + public function can_cancel() { |
|
| 1061 | + return apply_filters( 'wpinv_subscription_can_cancel', $this->has_status( $this->get_cancellable_statuses() ), $this ); |
|
| 1062 | + } |
|
| 1063 | 1063 | |
| 1064 | 1064 | /** |
| 1065 | 1065 | * Returns an array of subscription statuses that can be cancelled |
@@ -1072,109 +1072,109 @@ discard block |
||
| 1072 | 1072 | return apply_filters( 'wpinv_recurring_cancellable_statuses', array( 'active', 'trialling', 'failing' ) ); |
| 1073 | 1073 | } |
| 1074 | 1074 | |
| 1075 | - /** |
|
| 1076 | - * Retrieves the URL to cancel subscription |
|
| 1077 | - * |
|
| 1078 | - * @since 1.0.0 |
|
| 1079 | - * @return string |
|
| 1080 | - */ |
|
| 1081 | - public function get_cancel_url() { |
|
| 1082 | - $url = getpaid_get_authenticated_action_url( 'subscription_cancel', $this->get_view_url() ); |
|
| 1083 | - return apply_filters( 'wpinv_subscription_cancel_url', $url, $this ); |
|
| 1084 | - } |
|
| 1085 | - |
|
| 1086 | - /** |
|
| 1087 | - * Retrieves the URL to view a subscription |
|
| 1088 | - * |
|
| 1089 | - * @since 1.0.19 |
|
| 1090 | - * @return string |
|
| 1091 | - */ |
|
| 1092 | - public function get_view_url() { |
|
| 1093 | - |
|
| 1094 | - $url = getpaid_get_tab_url( 'gp-subscriptions', get_permalink( (int) wpinv_get_option( 'invoice_subscription_page' ) ) ); |
|
| 1095 | - $url = add_query_arg( 'subscription', $this->get_id(), $url ); |
|
| 1096 | - |
|
| 1097 | - return apply_filters( 'getpaid_get_subscription_view_url', $url, $this ); |
|
| 1098 | - } |
|
| 1099 | - |
|
| 1100 | - /** |
|
| 1101 | - * Determines if subscription can be manually renewed |
|
| 1102 | - * |
|
| 1103 | - * This method is filtered by payment gateways in order to return true on subscriptions |
|
| 1104 | - * that can be renewed manually |
|
| 1105 | - * |
|
| 1106 | - * @since 2.5 |
|
| 1107 | - * @return bool |
|
| 1108 | - */ |
|
| 1109 | - public function can_renew() { |
|
| 1110 | - return apply_filters( 'wpinv_subscription_can_renew', true, $this ); |
|
| 1111 | - } |
|
| 1112 | - |
|
| 1113 | - /** |
|
| 1114 | - * Retrieves the URL to renew a subscription |
|
| 1115 | - * |
|
| 1116 | - * @since 2.5 |
|
| 1117 | - * @return string |
|
| 1118 | - */ |
|
| 1119 | - public function get_renew_url() { |
|
| 1120 | - $url = wp_nonce_url( |
|
| 1075 | + /** |
|
| 1076 | + * Retrieves the URL to cancel subscription |
|
| 1077 | + * |
|
| 1078 | + * @since 1.0.0 |
|
| 1079 | + * @return string |
|
| 1080 | + */ |
|
| 1081 | + public function get_cancel_url() { |
|
| 1082 | + $url = getpaid_get_authenticated_action_url( 'subscription_cancel', $this->get_view_url() ); |
|
| 1083 | + return apply_filters( 'wpinv_subscription_cancel_url', $url, $this ); |
|
| 1084 | + } |
|
| 1085 | + |
|
| 1086 | + /** |
|
| 1087 | + * Retrieves the URL to view a subscription |
|
| 1088 | + * |
|
| 1089 | + * @since 1.0.19 |
|
| 1090 | + * @return string |
|
| 1091 | + */ |
|
| 1092 | + public function get_view_url() { |
|
| 1093 | + |
|
| 1094 | + $url = getpaid_get_tab_url( 'gp-subscriptions', get_permalink( (int) wpinv_get_option( 'invoice_subscription_page' ) ) ); |
|
| 1095 | + $url = add_query_arg( 'subscription', $this->get_id(), $url ); |
|
| 1096 | + |
|
| 1097 | + return apply_filters( 'getpaid_get_subscription_view_url', $url, $this ); |
|
| 1098 | + } |
|
| 1099 | + |
|
| 1100 | + /** |
|
| 1101 | + * Determines if subscription can be manually renewed |
|
| 1102 | + * |
|
| 1103 | + * This method is filtered by payment gateways in order to return true on subscriptions |
|
| 1104 | + * that can be renewed manually |
|
| 1105 | + * |
|
| 1106 | + * @since 2.5 |
|
| 1107 | + * @return bool |
|
| 1108 | + */ |
|
| 1109 | + public function can_renew() { |
|
| 1110 | + return apply_filters( 'wpinv_subscription_can_renew', true, $this ); |
|
| 1111 | + } |
|
| 1112 | + |
|
| 1113 | + /** |
|
| 1114 | + * Retrieves the URL to renew a subscription |
|
| 1115 | + * |
|
| 1116 | + * @since 2.5 |
|
| 1117 | + * @return string |
|
| 1118 | + */ |
|
| 1119 | + public function get_renew_url() { |
|
| 1120 | + $url = wp_nonce_url( |
|
| 1121 | 1121 | add_query_arg( |
| 1122 | 1122 | array( |
| 1123 | - 'getpaid-action' => 'renew_subscription', |
|
| 1124 | - 'sub_id' => $this->get_id, |
|
| 1123 | + 'getpaid-action' => 'renew_subscription', |
|
| 1124 | + 'sub_id' => $this->get_id, |
|
| 1125 | 1125 | ) |
| 1126 | 1126 | ), |
| 1127 | 1127 | 'getpaid-nonce' |
| 1128 | 1128 | ); |
| 1129 | - return apply_filters( 'wpinv_subscription_renew_url', $url, $this ); |
|
| 1130 | - } |
|
| 1131 | - |
|
| 1132 | - /** |
|
| 1133 | - * Determines if subscription can have their payment method updated |
|
| 1134 | - * |
|
| 1135 | - * @since 1.0.0 |
|
| 1136 | - * @return bool |
|
| 1137 | - */ |
|
| 1138 | - public function can_update() { |
|
| 1139 | - return apply_filters( 'wpinv_subscription_can_update', false, $this ); |
|
| 1140 | - } |
|
| 1141 | - |
|
| 1142 | - /** |
|
| 1143 | - * Retrieves the URL to update subscription |
|
| 1144 | - * |
|
| 1145 | - * @since 1.0.0 |
|
| 1146 | - * @return string |
|
| 1147 | - */ |
|
| 1148 | - public function get_update_url() { |
|
| 1149 | - $url = add_query_arg( |
|
| 1129 | + return apply_filters( 'wpinv_subscription_renew_url', $url, $this ); |
|
| 1130 | + } |
|
| 1131 | + |
|
| 1132 | + /** |
|
| 1133 | + * Determines if subscription can have their payment method updated |
|
| 1134 | + * |
|
| 1135 | + * @since 1.0.0 |
|
| 1136 | + * @return bool |
|
| 1137 | + */ |
|
| 1138 | + public function can_update() { |
|
| 1139 | + return apply_filters( 'wpinv_subscription_can_update', false, $this ); |
|
| 1140 | + } |
|
| 1141 | + |
|
| 1142 | + /** |
|
| 1143 | + * Retrieves the URL to update subscription |
|
| 1144 | + * |
|
| 1145 | + * @since 1.0.0 |
|
| 1146 | + * @return string |
|
| 1147 | + */ |
|
| 1148 | + public function get_update_url() { |
|
| 1149 | + $url = add_query_arg( |
|
| 1150 | 1150 | array( |
| 1151 | - 'action' => 'update', |
|
| 1152 | - 'subscription_id' => $this->get_id(), |
|
| 1151 | + 'action' => 'update', |
|
| 1152 | + 'subscription_id' => $this->get_id(), |
|
| 1153 | 1153 | ) |
| 1154 | 1154 | ); |
| 1155 | - return apply_filters( 'wpinv_subscription_update_url', $url, $this ); |
|
| 1156 | - } |
|
| 1157 | - |
|
| 1158 | - /** |
|
| 1159 | - * Retrieves the subscription status label |
|
| 1160 | - * |
|
| 1161 | - * @since 1.0.0 |
|
| 1162 | - * @return string |
|
| 1163 | - */ |
|
| 1164 | - public function get_status_label() { |
|
| 1165 | - return getpaid_get_subscription_status_label( $this->get_status() ); |
|
| 1166 | - } |
|
| 1167 | - |
|
| 1168 | - /** |
|
| 1169 | - * Retrieves the subscription status class |
|
| 1170 | - * |
|
| 1171 | - * @since 1.0.19 |
|
| 1172 | - * @return string |
|
| 1173 | - */ |
|
| 1174 | - public function get_status_class() { |
|
| 1175 | - $statuses = getpaid_get_subscription_status_classes(); |
|
| 1176 | - return isset( $statuses[ $this->get_status() ] ) ? $statuses[ $this->get_status() ] : 'badge-dark'; |
|
| 1177 | - } |
|
| 1155 | + return apply_filters( 'wpinv_subscription_update_url', $url, $this ); |
|
| 1156 | + } |
|
| 1157 | + |
|
| 1158 | + /** |
|
| 1159 | + * Retrieves the subscription status label |
|
| 1160 | + * |
|
| 1161 | + * @since 1.0.0 |
|
| 1162 | + * @return string |
|
| 1163 | + */ |
|
| 1164 | + public function get_status_label() { |
|
| 1165 | + return getpaid_get_subscription_status_label( $this->get_status() ); |
|
| 1166 | + } |
|
| 1167 | + |
|
| 1168 | + /** |
|
| 1169 | + * Retrieves the subscription status class |
|
| 1170 | + * |
|
| 1171 | + * @since 1.0.19 |
|
| 1172 | + * @return string |
|
| 1173 | + */ |
|
| 1174 | + public function get_status_class() { |
|
| 1175 | + $statuses = getpaid_get_subscription_status_classes(); |
|
| 1176 | + return isset( $statuses[ $this->get_status() ] ) ? $statuses[ $this->get_status() ] : 'badge-dark'; |
|
| 1177 | + } |
|
| 1178 | 1178 | |
| 1179 | 1179 | /** |
| 1180 | 1180 | * Retrieves the subscription status label |
@@ -1184,11 +1184,11 @@ discard block |
||
| 1184 | 1184 | */ |
| 1185 | 1185 | public function get_status_label_html() { |
| 1186 | 1186 | |
| 1187 | - $status_label = sanitize_text_field( $this->get_status_label() ); |
|
| 1188 | - $class = esc_attr( $this->get_status_class() ); |
|
| 1189 | - $status = sanitize_html_class( $this->get_status() ); |
|
| 1187 | + $status_label = sanitize_text_field( $this->get_status_label() ); |
|
| 1188 | + $class = esc_attr( $this->get_status_class() ); |
|
| 1189 | + $status = sanitize_html_class( $this->get_status() ); |
|
| 1190 | 1190 | |
| 1191 | - return "<span class='bsui'><span class='badge $class $status'>$status_label</span></span>"; |
|
| 1191 | + return "<span class='bsui'><span class='badge $class $status'>$status_label</span></span>"; |
|
| 1192 | 1192 | } |
| 1193 | 1193 | |
| 1194 | 1194 | /** |
@@ -1199,75 +1199,75 @@ discard block |
||
| 1199 | 1199 | * @return bool |
| 1200 | 1200 | */ |
| 1201 | 1201 | public function payment_exists( $txn_id = '' ) { |
| 1202 | - $invoice_id = WPInv_Invoice::get_invoice_id_by_field( $txn_id, 'transaction_id' ); |
|
| 1202 | + $invoice_id = WPInv_Invoice::get_invoice_id_by_field( $txn_id, 'transaction_id' ); |
|
| 1203 | 1203 | return ! empty( $invoice_id ); |
| 1204 | - } |
|
| 1205 | - |
|
| 1206 | - /** |
|
| 1207 | - * Handle the status transition. |
|
| 1208 | - */ |
|
| 1209 | - protected function status_transition() { |
|
| 1210 | - $status_transition = $this->status_transition; |
|
| 1211 | - |
|
| 1212 | - // Reset status transition variable. |
|
| 1213 | - $this->status_transition = false; |
|
| 1214 | - |
|
| 1215 | - if ( $status_transition ) { |
|
| 1216 | - try { |
|
| 1217 | - |
|
| 1218 | - // Fire a hook for the status change. |
|
| 1219 | - do_action( 'wpinv_subscription_' . $status_transition['to'], $this->get_id(), $this, $status_transition ); |
|
| 1220 | - do_action( 'getpaid_subscription_' . $status_transition['to'], $this, $status_transition ); |
|
| 1221 | - |
|
| 1222 | - if ( ! empty( $status_transition['from'] ) ) { |
|
| 1223 | - |
|
| 1224 | - /* translators: 1: old subscription status 2: new subscription status */ |
|
| 1225 | - $transition_note = sprintf( __( 'Subscription status changed from %1$s to %2$s.', 'invoicing' ), getpaid_get_subscription_status_label( $status_transition['from'] ), getpaid_get_subscription_status_label( $status_transition['to'] ) ); |
|
| 1226 | - |
|
| 1227 | - // Note the transition occurred. |
|
| 1228 | - $this->get_parent_payment()->add_note( $transition_note, false, false, true ); |
|
| 1229 | - |
|
| 1230 | - // Fire another hook. |
|
| 1231 | - do_action( 'getpaid_subscription_status_' . $status_transition['from'] . '_to_' . $status_transition['to'], $this->get_id(), $this ); |
|
| 1232 | - do_action( 'getpaid_subscription_status_changed', $this, $status_transition['from'], $status_transition['to'] ); |
|
| 1233 | - |
|
| 1234 | - } else { |
|
| 1235 | - /* translators: %s: new invoice status */ |
|
| 1236 | - $transition_note = sprintf( __( 'Subscription status set to %s.', 'invoicing' ), getpaid_get_subscription_status_label( $status_transition['to'] ) ); |
|
| 1237 | - |
|
| 1238 | - // Note the transition occurred. |
|
| 1239 | - $this->get_parent_payment()->add_note( $transition_note, false, false, true ); |
|
| 1240 | - |
|
| 1241 | - } |
|
| 1242 | - } catch ( Exception $e ) { |
|
| 1243 | - $this->get_parent_payment()->add_note( __( 'Error during subscription status transition.', 'invoicing' ) . ' ' . $e->getMessage() ); |
|
| 1244 | - } |
|
| 1245 | - } |
|
| 1246 | - |
|
| 1247 | - } |
|
| 1248 | - |
|
| 1249 | - /** |
|
| 1250 | - * Save data to the database. |
|
| 1251 | - * |
|
| 1252 | - * @since 1.0.19 |
|
| 1253 | - * @return int subscription ID |
|
| 1254 | - */ |
|
| 1255 | - public function save() { |
|
| 1256 | - parent::save(); |
|
| 1257 | - $this->status_transition(); |
|
| 1258 | - return $this->get_id(); |
|
| 1259 | - } |
|
| 1260 | - |
|
| 1261 | - /** |
|
| 1262 | - * Activates a subscription. |
|
| 1263 | - * |
|
| 1264 | - * @since 1.0.19 |
|
| 1265 | - * @return int subscription ID |
|
| 1266 | - */ |
|
| 1267 | - public function activate() { |
|
| 1268 | - $status = 'trialling' === $this->get_status() ? 'trialling' : 'active'; |
|
| 1269 | - $this->set_status( $status ); |
|
| 1270 | - return $this->save(); |
|
| 1271 | - } |
|
| 1204 | + } |
|
| 1205 | + |
|
| 1206 | + /** |
|
| 1207 | + * Handle the status transition. |
|
| 1208 | + */ |
|
| 1209 | + protected function status_transition() { |
|
| 1210 | + $status_transition = $this->status_transition; |
|
| 1211 | + |
|
| 1212 | + // Reset status transition variable. |
|
| 1213 | + $this->status_transition = false; |
|
| 1214 | + |
|
| 1215 | + if ( $status_transition ) { |
|
| 1216 | + try { |
|
| 1217 | + |
|
| 1218 | + // Fire a hook for the status change. |
|
| 1219 | + do_action( 'wpinv_subscription_' . $status_transition['to'], $this->get_id(), $this, $status_transition ); |
|
| 1220 | + do_action( 'getpaid_subscription_' . $status_transition['to'], $this, $status_transition ); |
|
| 1221 | + |
|
| 1222 | + if ( ! empty( $status_transition['from'] ) ) { |
|
| 1223 | + |
|
| 1224 | + /* translators: 1: old subscription status 2: new subscription status */ |
|
| 1225 | + $transition_note = sprintf( __( 'Subscription status changed from %1$s to %2$s.', 'invoicing' ), getpaid_get_subscription_status_label( $status_transition['from'] ), getpaid_get_subscription_status_label( $status_transition['to'] ) ); |
|
| 1226 | + |
|
| 1227 | + // Note the transition occurred. |
|
| 1228 | + $this->get_parent_payment()->add_note( $transition_note, false, false, true ); |
|
| 1229 | + |
|
| 1230 | + // Fire another hook. |
|
| 1231 | + do_action( 'getpaid_subscription_status_' . $status_transition['from'] . '_to_' . $status_transition['to'], $this->get_id(), $this ); |
|
| 1232 | + do_action( 'getpaid_subscription_status_changed', $this, $status_transition['from'], $status_transition['to'] ); |
|
| 1233 | + |
|
| 1234 | + } else { |
|
| 1235 | + /* translators: %s: new invoice status */ |
|
| 1236 | + $transition_note = sprintf( __( 'Subscription status set to %s.', 'invoicing' ), getpaid_get_subscription_status_label( $status_transition['to'] ) ); |
|
| 1237 | + |
|
| 1238 | + // Note the transition occurred. |
|
| 1239 | + $this->get_parent_payment()->add_note( $transition_note, false, false, true ); |
|
| 1240 | + |
|
| 1241 | + } |
|
| 1242 | + } catch ( Exception $e ) { |
|
| 1243 | + $this->get_parent_payment()->add_note( __( 'Error during subscription status transition.', 'invoicing' ) . ' ' . $e->getMessage() ); |
|
| 1244 | + } |
|
| 1245 | + } |
|
| 1246 | + |
|
| 1247 | + } |
|
| 1248 | + |
|
| 1249 | + /** |
|
| 1250 | + * Save data to the database. |
|
| 1251 | + * |
|
| 1252 | + * @since 1.0.19 |
|
| 1253 | + * @return int subscription ID |
|
| 1254 | + */ |
|
| 1255 | + public function save() { |
|
| 1256 | + parent::save(); |
|
| 1257 | + $this->status_transition(); |
|
| 1258 | + return $this->get_id(); |
|
| 1259 | + } |
|
| 1260 | + |
|
| 1261 | + /** |
|
| 1262 | + * Activates a subscription. |
|
| 1263 | + * |
|
| 1264 | + * @since 1.0.19 |
|
| 1265 | + * @return int subscription ID |
|
| 1266 | + */ |
|
| 1267 | + public function activate() { |
|
| 1268 | + $status = 'trialling' === $this->get_status() ? 'trialling' : 'active'; |
|
| 1269 | + $this->set_status( $status ); |
|
| 1270 | + return $this->save(); |
|
| 1271 | + } |
|
| 1272 | 1272 | |
| 1273 | 1273 | } |
@@ -6,7 +6,7 @@ discard block |
||
| 6 | 6 | * @package Invoicing |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -defined( 'ABSPATH' ) || exit; |
|
| 9 | +defined('ABSPATH') || exit; |
|
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | 12 | * The Subscription Class |
@@ -68,27 +68,27 @@ discard block |
||
| 68 | 68 | * @param int|string|object|WPInv_Subscription $subscription Subscription id, profile_id, or object to read. |
| 69 | 69 | * @param bool $deprecated |
| 70 | 70 | */ |
| 71 | - function __construct( $subscription = 0, $deprecated = false ) { |
|
| 71 | + function __construct($subscription = 0, $deprecated = false) { |
|
| 72 | 72 | |
| 73 | - parent::__construct( $subscription ); |
|
| 73 | + parent::__construct($subscription); |
|
| 74 | 74 | |
| 75 | - if ( ! $deprecated && ! empty( $subscription ) && is_numeric( $subscription ) ) { |
|
| 76 | - $this->set_id( $subscription ); |
|
| 77 | - } elseif ( $subscription instanceof self ) { |
|
| 78 | - $this->set_id( $subscription->get_id() ); |
|
| 79 | - } elseif ( $deprecated && $subscription_id = self::get_subscription_id_by_field( $subscription, 'profile_id' ) ) { |
|
| 80 | - $this->set_id( $subscription_id ); |
|
| 81 | - } elseif ( ! empty( $subscription->id ) ) { |
|
| 82 | - $this->set_id( $subscription->id ); |
|
| 75 | + if (!$deprecated && !empty($subscription) && is_numeric($subscription)) { |
|
| 76 | + $this->set_id($subscription); |
|
| 77 | + } elseif ($subscription instanceof self) { |
|
| 78 | + $this->set_id($subscription->get_id()); |
|
| 79 | + } elseif ($deprecated && $subscription_id = self::get_subscription_id_by_field($subscription, 'profile_id')) { |
|
| 80 | + $this->set_id($subscription_id); |
|
| 81 | + } elseif (!empty($subscription->id)) { |
|
| 82 | + $this->set_id($subscription->id); |
|
| 83 | 83 | } else { |
| 84 | - $this->set_object_read( true ); |
|
| 84 | + $this->set_object_read(true); |
|
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | // Load the datastore. |
| 88 | - $this->data_store = GetPaid_Data_Store::load( $this->data_store_name ); |
|
| 88 | + $this->data_store = GetPaid_Data_Store::load($this->data_store_name); |
|
| 89 | 89 | |
| 90 | - if ( $this->get_id() > 0 ) { |
|
| 91 | - $this->data_store->read( $this ); |
|
| 90 | + if ($this->get_id() > 0) { |
|
| 91 | + $this->data_store->read($this); |
|
| 92 | 92 | } |
| 93 | 93 | |
| 94 | 94 | } |
@@ -103,17 +103,17 @@ discard block |
||
| 103 | 103 | * @since 1.0.19 |
| 104 | 104 | * @return int |
| 105 | 105 | */ |
| 106 | - public static function get_subscription_id_by_field( $value, $field = 'profile_id' ) { |
|
| 106 | + public static function get_subscription_id_by_field($value, $field = 'profile_id') { |
|
| 107 | 107 | global $wpdb; |
| 108 | 108 | |
| 109 | 109 | // Trim the value. |
| 110 | - $value = trim( $value ); |
|
| 110 | + $value = trim($value); |
|
| 111 | 111 | |
| 112 | - if ( empty( $value ) ) { |
|
| 112 | + if (empty($value)) { |
|
| 113 | 113 | return 0; |
| 114 | 114 | } |
| 115 | 115 | |
| 116 | - if ( 'invoice_id' == $field ) { |
|
| 116 | + if ('invoice_id' == $field) { |
|
| 117 | 117 | $field = 'parent_payment_id'; |
| 118 | 118 | } |
| 119 | 119 | |
@@ -125,28 +125,28 @@ discard block |
||
| 125 | 125 | ); |
| 126 | 126 | |
| 127 | 127 | // Ensure a field has been passed. |
| 128 | - if ( empty( $field ) || ! in_array( $field, $fields ) ) { |
|
| 128 | + if (empty($field) || !in_array($field, $fields)) { |
|
| 129 | 129 | return 0; |
| 130 | 130 | } |
| 131 | 131 | |
| 132 | 132 | // Maybe retrieve from the cache. |
| 133 | - $subscription_id = wp_cache_get( $value, "getpaid_subscription_{$field}s_to_subscription_ids" ); |
|
| 134 | - if ( ! empty( $subscription_id ) ) { |
|
| 133 | + $subscription_id = wp_cache_get($value, "getpaid_subscription_{$field}s_to_subscription_ids"); |
|
| 134 | + if (!empty($subscription_id)) { |
|
| 135 | 135 | return $subscription_id; |
| 136 | 136 | } |
| 137 | 137 | |
| 138 | 138 | // Fetch from the db. |
| 139 | 139 | $table = $wpdb->prefix . 'wpinv_subscriptions'; |
| 140 | 140 | $subscription_id = (int) $wpdb->get_var( |
| 141 | - $wpdb->prepare( "SELECT `id` FROM $table WHERE `$field`=%s LIMIT 1", $value ) |
|
| 141 | + $wpdb->prepare("SELECT `id` FROM $table WHERE `$field`=%s LIMIT 1", $value) |
|
| 142 | 142 | ); |
| 143 | 143 | |
| 144 | - if ( empty( $subscription_id ) ) { |
|
| 144 | + if (empty($subscription_id)) { |
|
| 145 | 145 | return 0; |
| 146 | 146 | } |
| 147 | 147 | |
| 148 | 148 | // Update the cache with our data. |
| 149 | - wp_cache_set( $value, $subscription_id, "getpaid_subscription_{$field}s_to_subscription_ids" ); |
|
| 149 | + wp_cache_set($value, $subscription_id, "getpaid_subscription_{$field}s_to_subscription_ids"); |
|
| 150 | 150 | |
| 151 | 151 | return $subscription_id; |
| 152 | 152 | } |
@@ -155,17 +155,17 @@ discard block |
||
| 155 | 155 | * Clears the subscription's cache. |
| 156 | 156 | */ |
| 157 | 157 | public function clear_cache() { |
| 158 | - wp_cache_delete( $this->get_parent_payment_id(), 'getpaid_subscription_parent_payment_ids_to_subscription_ids' ); |
|
| 159 | - wp_cache_delete( $this->get_transaction_id(), 'getpaid_subscription_transaction_ids_to_subscription_ids' ); |
|
| 160 | - wp_cache_delete( $this->get_profile_id(), 'getpaid_subscription_profile_ids_to_subscription_ids' ); |
|
| 161 | - wp_cache_delete( $this->get_id(), 'getpaid_subscriptions' ); |
|
| 158 | + wp_cache_delete($this->get_parent_payment_id(), 'getpaid_subscription_parent_payment_ids_to_subscription_ids'); |
|
| 159 | + wp_cache_delete($this->get_transaction_id(), 'getpaid_subscription_transaction_ids_to_subscription_ids'); |
|
| 160 | + wp_cache_delete($this->get_profile_id(), 'getpaid_subscription_profile_ids_to_subscription_ids'); |
|
| 161 | + wp_cache_delete($this->get_id(), 'getpaid_subscriptions'); |
|
| 162 | 162 | } |
| 163 | 163 | |
| 164 | 164 | /** |
| 165 | 165 | * Checks if a subscription key is set. |
| 166 | 166 | */ |
| 167 | - public function _isset( $key ) { |
|
| 168 | - return isset( $this->data[ $key ] ) || method_exists( $this, "get_$key" ); |
|
| 167 | + public function _isset($key) { |
|
| 168 | + return isset($this->data[$key]) || method_exists($this, "get_$key"); |
|
| 169 | 169 | } |
| 170 | 170 | |
| 171 | 171 | /* |
@@ -190,8 +190,8 @@ discard block |
||
| 190 | 190 | * @param string $context View or edit context. |
| 191 | 191 | * @return int |
| 192 | 192 | */ |
| 193 | - public function get_customer_id( $context = 'view' ) { |
|
| 194 | - return (int) $this->get_prop( 'customer_id', $context ); |
|
| 193 | + public function get_customer_id($context = 'view') { |
|
| 194 | + return (int) $this->get_prop('customer_id', $context); |
|
| 195 | 195 | } |
| 196 | 196 | |
| 197 | 197 | /** |
@@ -201,8 +201,8 @@ discard block |
||
| 201 | 201 | * @param string $context View or edit context. |
| 202 | 202 | * @return WP_User|false WP_User object on success, false on failure. |
| 203 | 203 | */ |
| 204 | - public function get_customer( $context = 'view' ) { |
|
| 205 | - return get_userdata( $this->get_customer_id( $context ) ); |
|
| 204 | + public function get_customer($context = 'view') { |
|
| 205 | + return get_userdata($this->get_customer_id($context)); |
|
| 206 | 206 | } |
| 207 | 207 | |
| 208 | 208 | /** |
@@ -212,8 +212,8 @@ discard block |
||
| 212 | 212 | * @param string $context View or edit context. |
| 213 | 213 | * @return int |
| 214 | 214 | */ |
| 215 | - public function get_parent_invoice_id( $context = 'view' ) { |
|
| 216 | - return (int) $this->get_prop( 'parent_payment_id', $context ); |
|
| 215 | + public function get_parent_invoice_id($context = 'view') { |
|
| 216 | + return (int) $this->get_prop('parent_payment_id', $context); |
|
| 217 | 217 | } |
| 218 | 218 | |
| 219 | 219 | /** |
@@ -223,8 +223,8 @@ discard block |
||
| 223 | 223 | * @param string $context View or edit context. |
| 224 | 224 | * @return int |
| 225 | 225 | */ |
| 226 | - public function get_parent_payment_id( $context = 'view' ) { |
|
| 227 | - return $this->get_parent_invoice_id( $context ); |
|
| 226 | + public function get_parent_payment_id($context = 'view') { |
|
| 227 | + return $this->get_parent_invoice_id($context); |
|
| 228 | 228 | } |
| 229 | 229 | |
| 230 | 230 | /** |
@@ -233,8 +233,8 @@ discard block |
||
| 233 | 233 | * @since 1.0.0 |
| 234 | 234 | * @return int |
| 235 | 235 | */ |
| 236 | - public function get_original_payment_id( $context = 'view' ) { |
|
| 237 | - return $this->get_parent_invoice_id( $context ); |
|
| 236 | + public function get_original_payment_id($context = 'view') { |
|
| 237 | + return $this->get_parent_invoice_id($context); |
|
| 238 | 238 | } |
| 239 | 239 | |
| 240 | 240 | /** |
@@ -244,8 +244,8 @@ discard block |
||
| 244 | 244 | * @param string $context View or edit context. |
| 245 | 245 | * @return WPInv_Invoice |
| 246 | 246 | */ |
| 247 | - public function get_parent_invoice( $context = 'view' ) { |
|
| 248 | - return new WPInv_Invoice( $this->get_parent_invoice_id( $context ) ); |
|
| 247 | + public function get_parent_invoice($context = 'view') { |
|
| 248 | + return new WPInv_Invoice($this->get_parent_invoice_id($context)); |
|
| 249 | 249 | } |
| 250 | 250 | |
| 251 | 251 | /** |
@@ -255,8 +255,8 @@ discard block |
||
| 255 | 255 | * @param string $context View or edit context. |
| 256 | 256 | * @return WPInv_Invoice |
| 257 | 257 | */ |
| 258 | - public function get_parent_payment( $context = 'view' ) { |
|
| 259 | - return $this->get_parent_invoice( $context ); |
|
| 258 | + public function get_parent_payment($context = 'view') { |
|
| 259 | + return $this->get_parent_invoice($context); |
|
| 260 | 260 | } |
| 261 | 261 | |
| 262 | 262 | /** |
@@ -266,8 +266,8 @@ discard block |
||
| 266 | 266 | * @param string $context View or edit context. |
| 267 | 267 | * @return int |
| 268 | 268 | */ |
| 269 | - public function get_product_id( $context = 'view' ) { |
|
| 270 | - return (int) $this->get_prop( 'product_id', $context ); |
|
| 269 | + public function get_product_id($context = 'view') { |
|
| 270 | + return (int) $this->get_prop('product_id', $context); |
|
| 271 | 271 | } |
| 272 | 272 | |
| 273 | 273 | /** |
@@ -277,8 +277,8 @@ discard block |
||
| 277 | 277 | * @param string $context View or edit context. |
| 278 | 278 | * @return WPInv_Item |
| 279 | 279 | */ |
| 280 | - public function get_product( $context = 'view' ) { |
|
| 281 | - return new WPInv_Item( $this->get_product_id( $context ) ); |
|
| 280 | + public function get_product($context = 'view') { |
|
| 281 | + return new WPInv_Item($this->get_product_id($context)); |
|
| 282 | 282 | } |
| 283 | 283 | |
| 284 | 284 | /** |
@@ -290,8 +290,8 @@ discard block |
||
| 290 | 290 | * @param string $context View or edit context. |
| 291 | 291 | * @return string |
| 292 | 292 | */ |
| 293 | - public function get_gateway( $context = 'view' ) { |
|
| 294 | - return $this->get_parent_invoice( $context )->get_gateway(); |
|
| 293 | + public function get_gateway($context = 'view') { |
|
| 294 | + return $this->get_parent_invoice($context)->get_gateway(); |
|
| 295 | 295 | } |
| 296 | 296 | |
| 297 | 297 | /** |
@@ -301,8 +301,8 @@ discard block |
||
| 301 | 301 | * @param string $context View or edit context. |
| 302 | 302 | * @return string |
| 303 | 303 | */ |
| 304 | - public function get_period( $context = 'view' ) { |
|
| 305 | - return $this->get_prop( 'period', $context ); |
|
| 304 | + public function get_period($context = 'view') { |
|
| 305 | + return $this->get_prop('period', $context); |
|
| 306 | 306 | } |
| 307 | 307 | |
| 308 | 308 | /** |
@@ -312,8 +312,8 @@ discard block |
||
| 312 | 312 | * @param string $context View or edit context. |
| 313 | 313 | * @return int |
| 314 | 314 | */ |
| 315 | - public function get_frequency( $context = 'view' ) { |
|
| 316 | - return (int) $this->get_prop( 'frequency', $context ); |
|
| 315 | + public function get_frequency($context = 'view') { |
|
| 316 | + return (int) $this->get_prop('frequency', $context); |
|
| 317 | 317 | } |
| 318 | 318 | |
| 319 | 319 | /** |
@@ -323,8 +323,8 @@ discard block |
||
| 323 | 323 | * @param string $context View or edit context. |
| 324 | 324 | * @return float |
| 325 | 325 | */ |
| 326 | - public function get_initial_amount( $context = 'view' ) { |
|
| 327 | - return (float) wpinv_sanitize_amount( $this->get_prop( 'initial_amount', $context ) ); |
|
| 326 | + public function get_initial_amount($context = 'view') { |
|
| 327 | + return (float) wpinv_sanitize_amount($this->get_prop('initial_amount', $context)); |
|
| 328 | 328 | } |
| 329 | 329 | |
| 330 | 330 | /** |
@@ -334,8 +334,8 @@ discard block |
||
| 334 | 334 | * @param string $context View or edit context. |
| 335 | 335 | * @return float |
| 336 | 336 | */ |
| 337 | - public function get_recurring_amount( $context = 'view' ) { |
|
| 338 | - return (float) wpinv_sanitize_amount( $this->get_prop( 'recurring_amount', $context ) ); |
|
| 337 | + public function get_recurring_amount($context = 'view') { |
|
| 338 | + return (float) wpinv_sanitize_amount($this->get_prop('recurring_amount', $context)); |
|
| 339 | 339 | } |
| 340 | 340 | |
| 341 | 341 | /** |
@@ -345,8 +345,8 @@ discard block |
||
| 345 | 345 | * @param string $context View or edit context. |
| 346 | 346 | * @return int |
| 347 | 347 | */ |
| 348 | - public function get_bill_times( $context = 'view' ) { |
|
| 349 | - return (int) $this->get_prop( 'bill_times', $context ); |
|
| 348 | + public function get_bill_times($context = 'view') { |
|
| 349 | + return (int) $this->get_prop('bill_times', $context); |
|
| 350 | 350 | } |
| 351 | 351 | |
| 352 | 352 | /** |
@@ -356,8 +356,8 @@ discard block |
||
| 356 | 356 | * @param string $context View or edit context. |
| 357 | 357 | * @return string |
| 358 | 358 | */ |
| 359 | - public function get_transaction_id( $context = 'view' ) { |
|
| 360 | - return $this->get_prop( 'transaction_id', $context ); |
|
| 359 | + public function get_transaction_id($context = 'view') { |
|
| 360 | + return $this->get_prop('transaction_id', $context); |
|
| 361 | 361 | } |
| 362 | 362 | |
| 363 | 363 | /** |
@@ -367,8 +367,8 @@ discard block |
||
| 367 | 367 | * @param string $context View or edit context. |
| 368 | 368 | * @return string |
| 369 | 369 | */ |
| 370 | - public function get_created( $context = 'view' ) { |
|
| 371 | - return $this->get_prop( 'created', $context ); |
|
| 370 | + public function get_created($context = 'view') { |
|
| 371 | + return $this->get_prop('created', $context); |
|
| 372 | 372 | } |
| 373 | 373 | |
| 374 | 374 | /** |
@@ -378,8 +378,8 @@ discard block |
||
| 378 | 378 | * @param string $context View or edit context. |
| 379 | 379 | * @return string |
| 380 | 380 | */ |
| 381 | - public function get_date_created( $context = 'view' ) { |
|
| 382 | - return $this->get_created( $context ); |
|
| 381 | + public function get_date_created($context = 'view') { |
|
| 382 | + return $this->get_created($context); |
|
| 383 | 383 | } |
| 384 | 384 | |
| 385 | 385 | /** |
@@ -390,7 +390,7 @@ discard block |
||
| 390 | 390 | */ |
| 391 | 391 | public function get_time_created() { |
| 392 | 392 | $created = $this->get_date_created(); |
| 393 | - return empty( $created ) ? current_time( 'timestamp' ) : strtotime( $created, current_time( 'timestamp' ) ); |
|
| 393 | + return empty($created) ? current_time('timestamp') : strtotime($created, current_time('timestamp')); |
|
| 394 | 394 | } |
| 395 | 395 | |
| 396 | 396 | /** |
@@ -400,11 +400,11 @@ discard block |
||
| 400 | 400 | * @param string $context View or edit context. |
| 401 | 401 | * @return string |
| 402 | 402 | */ |
| 403 | - public function get_date_created_gmt( $context = 'view' ) { |
|
| 404 | - $date = $this->get_date_created( $context ); |
|
| 403 | + public function get_date_created_gmt($context = 'view') { |
|
| 404 | + $date = $this->get_date_created($context); |
|
| 405 | 405 | |
| 406 | - if ( $date ) { |
|
| 407 | - $date = get_gmt_from_date( $date ); |
|
| 406 | + if ($date) { |
|
| 407 | + $date = get_gmt_from_date($date); |
|
| 408 | 408 | } |
| 409 | 409 | return $date; |
| 410 | 410 | } |
@@ -416,8 +416,8 @@ discard block |
||
| 416 | 416 | * @param string $context View or edit context. |
| 417 | 417 | * @return string |
| 418 | 418 | */ |
| 419 | - public function get_next_renewal_date( $context = 'view' ) { |
|
| 420 | - return $this->get_prop( 'expiration', $context ); |
|
| 419 | + public function get_next_renewal_date($context = 'view') { |
|
| 420 | + return $this->get_prop('expiration', $context); |
|
| 421 | 421 | } |
| 422 | 422 | |
| 423 | 423 | /** |
@@ -427,8 +427,8 @@ discard block |
||
| 427 | 427 | * @param string $context View or edit context. |
| 428 | 428 | * @return string |
| 429 | 429 | */ |
| 430 | - public function get_expiration( $context = 'view' ) { |
|
| 431 | - return $this->get_next_renewal_date( $context ); |
|
| 430 | + public function get_expiration($context = 'view') { |
|
| 431 | + return $this->get_next_renewal_date($context); |
|
| 432 | 432 | } |
| 433 | 433 | |
| 434 | 434 | /** |
@@ -440,12 +440,12 @@ discard block |
||
| 440 | 440 | public function get_expiration_time() { |
| 441 | 441 | $expiration = $this->get_expiration(); |
| 442 | 442 | |
| 443 | - if ( empty( $expiration ) || '0000-00-00 00:00:00' == $expiration ) { |
|
| 444 | - return current_time( 'timestamp' ); |
|
| 443 | + if (empty($expiration) || '0000-00-00 00:00:00' == $expiration) { |
|
| 444 | + return current_time('timestamp'); |
|
| 445 | 445 | } |
| 446 | 446 | |
| 447 | - $expiration = strtotime( $expiration, current_time( 'timestamp' ) ); |
|
| 448 | - return $expiration < current_time( 'timestamp' ) ? current_time( 'timestamp' ) : $expiration; |
|
| 447 | + $expiration = strtotime($expiration, current_time('timestamp')); |
|
| 448 | + return $expiration < current_time('timestamp') ? current_time('timestamp') : $expiration; |
|
| 449 | 449 | } |
| 450 | 450 | |
| 451 | 451 | /** |
@@ -455,11 +455,11 @@ discard block |
||
| 455 | 455 | * @param string $context View or edit context. |
| 456 | 456 | * @return string |
| 457 | 457 | */ |
| 458 | - public function get_next_renewal_date_gmt( $context = 'view' ) { |
|
| 459 | - $date = $this->get_next_renewal_date( $context ); |
|
| 458 | + public function get_next_renewal_date_gmt($context = 'view') { |
|
| 459 | + $date = $this->get_next_renewal_date($context); |
|
| 460 | 460 | |
| 461 | - if ( $date ) { |
|
| 462 | - $date = get_gmt_from_date( $date ); |
|
| 461 | + if ($date) { |
|
| 462 | + $date = get_gmt_from_date($date); |
|
| 463 | 463 | } |
| 464 | 464 | return $date; |
| 465 | 465 | } |
@@ -471,8 +471,8 @@ discard block |
||
| 471 | 471 | * @param string $context View or edit context. |
| 472 | 472 | * @return string |
| 473 | 473 | */ |
| 474 | - public function get_trial_period( $context = 'view' ) { |
|
| 475 | - return $this->get_prop( 'trial_period', $context ); |
|
| 474 | + public function get_trial_period($context = 'view') { |
|
| 475 | + return $this->get_prop('trial_period', $context); |
|
| 476 | 476 | } |
| 477 | 477 | |
| 478 | 478 | /** |
@@ -482,8 +482,8 @@ discard block |
||
| 482 | 482 | * @param string $context View or edit context. |
| 483 | 483 | * @return string |
| 484 | 484 | */ |
| 485 | - public function get_status( $context = 'view' ) { |
|
| 486 | - return $this->get_prop( 'status', $context ); |
|
| 485 | + public function get_status($context = 'view') { |
|
| 486 | + return $this->get_prop('status', $context); |
|
| 487 | 487 | } |
| 488 | 488 | |
| 489 | 489 | /** |
@@ -493,8 +493,8 @@ discard block |
||
| 493 | 493 | * @param string $context View or edit context. |
| 494 | 494 | * @return string |
| 495 | 495 | */ |
| 496 | - public function get_profile_id( $context = 'view' ) { |
|
| 497 | - return $this->get_prop( 'profile_id', $context ); |
|
| 496 | + public function get_profile_id($context = 'view') { |
|
| 497 | + return $this->get_prop('profile_id', $context); |
|
| 498 | 498 | } |
| 499 | 499 | |
| 500 | 500 | /* |
@@ -509,8 +509,8 @@ discard block |
||
| 509 | 509 | * @since 1.0.19 |
| 510 | 510 | * @param int $value The customer's id. |
| 511 | 511 | */ |
| 512 | - public function set_customer_id( $value ) { |
|
| 513 | - $this->set_prop( 'customer_id', (int) $value ); |
|
| 512 | + public function set_customer_id($value) { |
|
| 513 | + $this->set_prop('customer_id', (int) $value); |
|
| 514 | 514 | } |
| 515 | 515 | |
| 516 | 516 | /** |
@@ -519,8 +519,8 @@ discard block |
||
| 519 | 519 | * @since 1.0.19 |
| 520 | 520 | * @param int $value The parent invoice id. |
| 521 | 521 | */ |
| 522 | - public function set_parent_invoice_id( $value ) { |
|
| 523 | - $this->set_prop( 'parent_payment_id', (int) $value ); |
|
| 522 | + public function set_parent_invoice_id($value) { |
|
| 523 | + $this->set_prop('parent_payment_id', (int) $value); |
|
| 524 | 524 | } |
| 525 | 525 | |
| 526 | 526 | /** |
@@ -529,8 +529,8 @@ discard block |
||
| 529 | 529 | * @since 1.0.19 |
| 530 | 530 | * @param int $value The parent invoice id. |
| 531 | 531 | */ |
| 532 | - public function set_parent_payment_id( $value ) { |
|
| 533 | - $this->set_parent_invoice_id( $value ); |
|
| 532 | + public function set_parent_payment_id($value) { |
|
| 533 | + $this->set_parent_invoice_id($value); |
|
| 534 | 534 | } |
| 535 | 535 | |
| 536 | 536 | /** |
@@ -539,8 +539,8 @@ discard block |
||
| 539 | 539 | * @since 1.0.19 |
| 540 | 540 | * @param int $value The parent invoice id. |
| 541 | 541 | */ |
| 542 | - public function set_original_payment_id( $value ) { |
|
| 543 | - $this->set_parent_invoice_id( $value ); |
|
| 542 | + public function set_original_payment_id($value) { |
|
| 543 | + $this->set_parent_invoice_id($value); |
|
| 544 | 544 | } |
| 545 | 545 | |
| 546 | 546 | /** |
@@ -549,8 +549,8 @@ discard block |
||
| 549 | 549 | * @since 1.0.19 |
| 550 | 550 | * @param int $value The subscription product id. |
| 551 | 551 | */ |
| 552 | - public function set_product_id( $value ) { |
|
| 553 | - $this->set_prop( 'product_id', (int) $value ); |
|
| 552 | + public function set_product_id($value) { |
|
| 553 | + $this->set_prop('product_id', (int) $value); |
|
| 554 | 554 | } |
| 555 | 555 | |
| 556 | 556 | /** |
@@ -559,8 +559,8 @@ discard block |
||
| 559 | 559 | * @since 1.0.19 |
| 560 | 560 | * @param string $value The renewal period. |
| 561 | 561 | */ |
| 562 | - public function set_period( $value ) { |
|
| 563 | - $this->set_prop( 'period', $value ); |
|
| 562 | + public function set_period($value) { |
|
| 563 | + $this->set_prop('period', $value); |
|
| 564 | 564 | } |
| 565 | 565 | |
| 566 | 566 | /** |
@@ -569,9 +569,9 @@ discard block |
||
| 569 | 569 | * @since 1.0.19 |
| 570 | 570 | * @param int $value The subscription frequency. |
| 571 | 571 | */ |
| 572 | - public function set_frequency( $value ) { |
|
| 573 | - $value = empty( $value ) ? 1 : (int) $value; |
|
| 574 | - $this->set_prop( 'frequency', absint( $value ) ); |
|
| 572 | + public function set_frequency($value) { |
|
| 573 | + $value = empty($value) ? 1 : (int) $value; |
|
| 574 | + $this->set_prop('frequency', absint($value)); |
|
| 575 | 575 | } |
| 576 | 576 | |
| 577 | 577 | /** |
@@ -580,8 +580,8 @@ discard block |
||
| 580 | 580 | * @since 1.0.19 |
| 581 | 581 | * @param float $value The initial subcription amount. |
| 582 | 582 | */ |
| 583 | - public function set_initial_amount( $value ) { |
|
| 584 | - $this->set_prop( 'initial_amount', wpinv_sanitize_amount( $value ) ); |
|
| 583 | + public function set_initial_amount($value) { |
|
| 584 | + $this->set_prop('initial_amount', wpinv_sanitize_amount($value)); |
|
| 585 | 585 | } |
| 586 | 586 | |
| 587 | 587 | /** |
@@ -590,8 +590,8 @@ discard block |
||
| 590 | 590 | * @since 1.0.19 |
| 591 | 591 | * @param float $value The recurring subcription amount. |
| 592 | 592 | */ |
| 593 | - public function set_recurring_amount( $value ) { |
|
| 594 | - $this->set_prop( 'recurring_amount', wpinv_sanitize_amount( $value ) ); |
|
| 593 | + public function set_recurring_amount($value) { |
|
| 594 | + $this->set_prop('recurring_amount', wpinv_sanitize_amount($value)); |
|
| 595 | 595 | } |
| 596 | 596 | |
| 597 | 597 | /** |
@@ -600,8 +600,8 @@ discard block |
||
| 600 | 600 | * @since 1.0.19 |
| 601 | 601 | * @param int $value Bill times. |
| 602 | 602 | */ |
| 603 | - public function set_bill_times( $value ) { |
|
| 604 | - $this->set_prop( 'bill_times', (int) $value ); |
|
| 603 | + public function set_bill_times($value) { |
|
| 604 | + $this->set_prop('bill_times', (int) $value); |
|
| 605 | 605 | } |
| 606 | 606 | |
| 607 | 607 | /** |
@@ -610,8 +610,8 @@ discard block |
||
| 610 | 610 | * @since 1.0.19 |
| 611 | 611 | * @param string $value Bill times. |
| 612 | 612 | */ |
| 613 | - public function set_transaction_id( $value ) { |
|
| 614 | - $this->set_prop( 'transaction_id', sanitize_text_field( $value ) ); |
|
| 613 | + public function set_transaction_id($value) { |
|
| 614 | + $this->set_prop('transaction_id', sanitize_text_field($value)); |
|
| 615 | 615 | } |
| 616 | 616 | |
| 617 | 617 | /** |
@@ -620,15 +620,15 @@ discard block |
||
| 620 | 620 | * @since 1.0.19 |
| 621 | 621 | * @param string $value strtotime compliant date. |
| 622 | 622 | */ |
| 623 | - public function set_created( $value ) { |
|
| 624 | - $date = strtotime( $value ); |
|
| 623 | + public function set_created($value) { |
|
| 624 | + $date = strtotime($value); |
|
| 625 | 625 | |
| 626 | - if ( $date && $value !== '0000-00-00 00:00:00' ) { |
|
| 627 | - $this->set_prop( 'created', date( 'Y-m-d H:i:s', $date ) ); |
|
| 626 | + if ($date && $value !== '0000-00-00 00:00:00') { |
|
| 627 | + $this->set_prop('created', date('Y-m-d H:i:s', $date)); |
|
| 628 | 628 | return; |
| 629 | 629 | } |
| 630 | 630 | |
| 631 | - $this->set_prop( 'created', '' ); |
|
| 631 | + $this->set_prop('created', ''); |
|
| 632 | 632 | |
| 633 | 633 | } |
| 634 | 634 | |
@@ -638,8 +638,8 @@ discard block |
||
| 638 | 638 | * @since 1.0.19 |
| 639 | 639 | * @param string $value strtotime compliant date. |
| 640 | 640 | */ |
| 641 | - public function set_date_created( $value ) { |
|
| 642 | - $this->set_created( $value ); |
|
| 641 | + public function set_date_created($value) { |
|
| 642 | + $this->set_created($value); |
|
| 643 | 643 | } |
| 644 | 644 | |
| 645 | 645 | /** |
@@ -648,15 +648,15 @@ discard block |
||
| 648 | 648 | * @since 1.0.19 |
| 649 | 649 | * @param string $value strtotime compliant date. |
| 650 | 650 | */ |
| 651 | - public function set_next_renewal_date( $value ) { |
|
| 652 | - $date = strtotime( $value ); |
|
| 651 | + public function set_next_renewal_date($value) { |
|
| 652 | + $date = strtotime($value); |
|
| 653 | 653 | |
| 654 | - if ( $date && $value !== '0000-00-00 00:00:00' ) { |
|
| 655 | - $this->set_prop( 'expiration', date( 'Y-m-d H:i:s', $date ) ); |
|
| 654 | + if ($date && $value !== '0000-00-00 00:00:00') { |
|
| 655 | + $this->set_prop('expiration', date('Y-m-d H:i:s', $date)); |
|
| 656 | 656 | return; |
| 657 | 657 | } |
| 658 | 658 | |
| 659 | - $this->set_prop( 'expiration', '' ); |
|
| 659 | + $this->set_prop('expiration', ''); |
|
| 660 | 660 | |
| 661 | 661 | } |
| 662 | 662 | |
@@ -666,8 +666,8 @@ discard block |
||
| 666 | 666 | * @since 1.0.19 |
| 667 | 667 | * @param string $value strtotime compliant date. |
| 668 | 668 | */ |
| 669 | - public function set_expiration( $value ) { |
|
| 670 | - $this->set_next_renewal_date( $value ); |
|
| 669 | + public function set_expiration($value) { |
|
| 670 | + $this->set_next_renewal_date($value); |
|
| 671 | 671 | } |
| 672 | 672 | |
| 673 | 673 | /** |
@@ -676,8 +676,8 @@ discard block |
||
| 676 | 676 | * @since 1.0.19 |
| 677 | 677 | * @param string $value trial period e.g 1 year. |
| 678 | 678 | */ |
| 679 | - public function set_trial_period( $value ) { |
|
| 680 | - $this->set_prop( 'trial_period', $value ); |
|
| 679 | + public function set_trial_period($value) { |
|
| 680 | + $this->set_prop('trial_period', $value); |
|
| 681 | 681 | } |
| 682 | 682 | |
| 683 | 683 | /** |
@@ -686,22 +686,22 @@ discard block |
||
| 686 | 686 | * @since 1.0.19 |
| 687 | 687 | * @param string $new_status New subscription status. |
| 688 | 688 | */ |
| 689 | - public function set_status( $new_status ) { |
|
| 689 | + public function set_status($new_status) { |
|
| 690 | 690 | |
| 691 | 691 | // Abort if this is not a valid status; |
| 692 | - if ( ! array_key_exists( $new_status, getpaid_get_subscription_statuses() ) ) { |
|
| 692 | + if (!array_key_exists($new_status, getpaid_get_subscription_statuses())) { |
|
| 693 | 693 | return; |
| 694 | 694 | } |
| 695 | 695 | |
| 696 | - $old_status = ! empty( $this->status_transition['from'] ) ? $this->status_transition['from'] : $this->get_status(); |
|
| 697 | - if ( true === $this->object_read && $old_status !== $new_status ) { |
|
| 696 | + $old_status = !empty($this->status_transition['from']) ? $this->status_transition['from'] : $this->get_status(); |
|
| 697 | + if (true === $this->object_read && $old_status !== $new_status) { |
|
| 698 | 698 | $this->status_transition = array( |
| 699 | 699 | 'from' => $old_status, |
| 700 | 700 | 'to' => $new_status, |
| 701 | 701 | ); |
| 702 | 702 | } |
| 703 | 703 | |
| 704 | - $this->set_prop( 'status', $new_status ); |
|
| 704 | + $this->set_prop('status', $new_status); |
|
| 705 | 705 | } |
| 706 | 706 | |
| 707 | 707 | /** |
@@ -710,8 +710,8 @@ discard block |
||
| 710 | 710 | * @since 1.0.19 |
| 711 | 711 | * @param string $value the remote profile id. |
| 712 | 712 | */ |
| 713 | - public function set_profile_id( $value ) { |
|
| 714 | - $this->set_prop( 'profile_id', sanitize_text_field( $value ) ); |
|
| 713 | + public function set_profile_id($value) { |
|
| 714 | + $this->set_prop('profile_id', sanitize_text_field($value)); |
|
| 715 | 715 | } |
| 716 | 716 | |
| 717 | 717 | /* |
@@ -729,8 +729,8 @@ discard block |
||
| 729 | 729 | * @param string|array String or array of strings to check for. |
| 730 | 730 | * @return bool |
| 731 | 731 | */ |
| 732 | - public function has_status( $status ) { |
|
| 733 | - return in_array( $this->get_status(), wpinv_clean( wpinv_parse_list( $status ) ) ); |
|
| 732 | + public function has_status($status) { |
|
| 733 | + return in_array($this->get_status(), wpinv_clean(wpinv_parse_list($status))); |
|
| 734 | 734 | } |
| 735 | 735 | |
| 736 | 736 | /** |
@@ -740,7 +740,7 @@ discard block |
||
| 740 | 740 | */ |
| 741 | 741 | public function has_trial_period() { |
| 742 | 742 | $period = $this->get_trial_period(); |
| 743 | - return ! empty( $period ); |
|
| 743 | + return !empty($period); |
|
| 744 | 744 | } |
| 745 | 745 | |
| 746 | 746 | /** |
@@ -749,7 +749,7 @@ discard block |
||
| 749 | 749 | * @return bool |
| 750 | 750 | */ |
| 751 | 751 | public function is_active() { |
| 752 | - return $this->has_status( 'active trialling' ) && ! $this->is_expired(); |
|
| 752 | + return $this->has_status('active trialling') && !$this->is_expired(); |
|
| 753 | 753 | } |
| 754 | 754 | |
| 755 | 755 | /** |
@@ -758,7 +758,7 @@ discard block |
||
| 758 | 758 | * @return bool |
| 759 | 759 | */ |
| 760 | 760 | public function is_expired() { |
| 761 | - return $this->has_status( 'expired' ) || ( $this->has_status( 'active cancelled trialling' ) && $this->get_expiration_time() < current_time( 'timestamp' ) ); |
|
| 761 | + return $this->has_status('expired') || ($this->has_status('active cancelled trialling') && $this->get_expiration_time() < current_time('timestamp')); |
|
| 762 | 762 | } |
| 763 | 763 | |
| 764 | 764 | /** |
@@ -768,7 +768,7 @@ discard block |
||
| 768 | 768 | */ |
| 769 | 769 | public function is_last_renewal() { |
| 770 | 770 | $max_bills = $this->get_bill_times(); |
| 771 | - return ! empty( $max_bills ) && $max_bills <= $this->get_times_billed(); |
|
| 771 | + return !empty($max_bills) && $max_bills <= $this->get_times_billed(); |
|
| 772 | 772 | } |
| 773 | 773 | |
| 774 | 774 | /* |
@@ -783,11 +783,11 @@ discard block |
||
| 783 | 783 | /** |
| 784 | 784 | * Backwards compatibilty. |
| 785 | 785 | */ |
| 786 | - public function create( $data = array() ) { |
|
| 786 | + public function create($data = array()) { |
|
| 787 | 787 | |
| 788 | 788 | // Set the properties. |
| 789 | - if ( is_array( $data ) ) { |
|
| 790 | - $this->set_props( $data ); |
|
| 789 | + if (is_array($data)) { |
|
| 790 | + $this->set_props($data); |
|
| 791 | 791 | } |
| 792 | 792 | |
| 793 | 793 | // Save the item. |
@@ -798,8 +798,8 @@ discard block |
||
| 798 | 798 | /** |
| 799 | 799 | * Backwards compatibilty. |
| 800 | 800 | */ |
| 801 | - public function update( $args = array() ) { |
|
| 802 | - return $this->create( $args ); |
|
| 801 | + public function update($args = array()) { |
|
| 802 | + return $this->create($args); |
|
| 803 | 803 | } |
| 804 | 804 | |
| 805 | 805 | /** |
@@ -808,12 +808,12 @@ discard block |
||
| 808 | 808 | * @since 1.0.0 |
| 809 | 809 | * @return WP_Post[] |
| 810 | 810 | */ |
| 811 | - public function get_child_payments( $hide_pending = true ) { |
|
| 811 | + public function get_child_payments($hide_pending = true) { |
|
| 812 | 812 | |
| 813 | - $statuses = array( 'publish', 'wpi-processing', 'wpi-renewal' ); |
|
| 813 | + $statuses = array('publish', 'wpi-processing', 'wpi-renewal'); |
|
| 814 | 814 | |
| 815 | - if ( ! $hide_pending ) { |
|
| 816 | - $statuses = array_keys( wpinv_get_invoice_statuses() ); |
|
| 815 | + if (!$hide_pending) { |
|
| 816 | + $statuses = array_keys(wpinv_get_invoice_statuses()); |
|
| 817 | 817 | } |
| 818 | 818 | |
| 819 | 819 | return get_posts( |
@@ -835,7 +835,7 @@ discard block |
||
| 835 | 835 | * @return int |
| 836 | 836 | */ |
| 837 | 837 | public function get_total_payments() { |
| 838 | - return getpaid_count_subscription_invoices( $this->get_parent_invoice_id(), $this->get_id() ); |
|
| 838 | + return getpaid_count_subscription_invoices($this->get_parent_invoice_id(), $this->get_id()); |
|
| 839 | 839 | } |
| 840 | 840 | |
| 841 | 841 | /** |
@@ -847,7 +847,7 @@ discard block |
||
| 847 | 847 | public function get_times_billed() { |
| 848 | 848 | $times_billed = $this->get_total_payments(); |
| 849 | 849 | |
| 850 | - if ( (float) $this->get_initial_amount() == 0 && $times_billed > 0 ) { |
|
| 850 | + if ((float) $this->get_initial_amount() == 0 && $times_billed > 0) { |
|
| 851 | 851 | $times_billed--; |
| 852 | 852 | } |
| 853 | 853 | |
@@ -862,46 +862,46 @@ discard block |
||
| 862 | 862 | * @param WPInv_Invoice $invoice If adding an existing invoice. |
| 863 | 863 | * @return bool |
| 864 | 864 | */ |
| 865 | - public function add_payment( $args = array(), $invoice = false ) { |
|
| 865 | + public function add_payment($args = array(), $invoice = false) { |
|
| 866 | 866 | |
| 867 | 867 | // Process each payment once. |
| 868 | - if ( ! empty( $args['transaction_id'] ) && $this->payment_exists( $args['transaction_id'] ) ) { |
|
| 868 | + if (!empty($args['transaction_id']) && $this->payment_exists($args['transaction_id'])) { |
|
| 869 | 869 | return false; |
| 870 | 870 | } |
| 871 | 871 | |
| 872 | 872 | // Are we creating a new invoice? |
| 873 | - if ( empty( $invoice ) ) { |
|
| 874 | - $invoice = $this->create_payment( false ); |
|
| 873 | + if (empty($invoice)) { |
|
| 874 | + $invoice = $this->create_payment(false); |
|
| 875 | 875 | |
| 876 | - if ( empty( $invoice ) ) { |
|
| 876 | + if (empty($invoice)) { |
|
| 877 | 877 | return false; |
| 878 | 878 | } |
| 879 | 879 | } |
| 880 | 880 | |
| 881 | 881 | // Maybe set a transaction id. |
| 882 | - if ( ! empty( $args['transaction_id'] ) ) { |
|
| 883 | - $invoice->set_transaction_id( $args['transaction_id'] ); |
|
| 882 | + if (!empty($args['transaction_id'])) { |
|
| 883 | + $invoice->set_transaction_id($args['transaction_id']); |
|
| 884 | 884 | } |
| 885 | 885 | |
| 886 | 886 | // Set the completed date. |
| 887 | - $invoice->set_completed_date( current_time( 'mysql' ) ); |
|
| 887 | + $invoice->set_completed_date(current_time('mysql')); |
|
| 888 | 888 | |
| 889 | 889 | // And the gateway. |
| 890 | - if ( ! empty( $args['gateway'] ) ) { |
|
| 891 | - $invoice->set_gateway( $args['gateway'] ); |
|
| 890 | + if (!empty($args['gateway'])) { |
|
| 891 | + $invoice->set_gateway($args['gateway']); |
|
| 892 | 892 | } |
| 893 | 893 | |
| 894 | 894 | $invoice->save(); |
| 895 | 895 | |
| 896 | - if ( ! $invoice->exists() ) { |
|
| 896 | + if (!$invoice->exists()) { |
|
| 897 | 897 | return false; |
| 898 | 898 | } |
| 899 | 899 | |
| 900 | - do_action( 'getpaid_after_create_subscription_renewal_invoice', $invoice, $this ); |
|
| 901 | - do_action( 'wpinv_recurring_add_subscription_payment', $invoice, $this ); |
|
| 902 | - do_action( 'wpinv_recurring_record_payment', $invoice->get_id(), $this->get_parent_invoice_id(), $invoice->get_recurring_total(), $invoice->get_transaction_id() ); |
|
| 900 | + do_action('getpaid_after_create_subscription_renewal_invoice', $invoice, $this); |
|
| 901 | + do_action('wpinv_recurring_add_subscription_payment', $invoice, $this); |
|
| 902 | + do_action('wpinv_recurring_record_payment', $invoice->get_id(), $this->get_parent_invoice_id(), $invoice->get_recurring_total(), $invoice->get_transaction_id()); |
|
| 903 | 903 | |
| 904 | - update_post_meta( $invoice->get_id(), '_wpinv_subscription_id', $this->id ); |
|
| 904 | + update_post_meta($invoice->get_id(), '_wpinv_subscription_id', $this->id); |
|
| 905 | 905 | |
| 906 | 906 | return $invoice->get_id(); |
| 907 | 907 | } |
@@ -913,47 +913,47 @@ discard block |
||
| 913 | 913 | * @param bool $save Whether we should save the invoice. |
| 914 | 914 | * @return WPInv_Invoice|bool |
| 915 | 915 | */ |
| 916 | - public function create_payment( $save = true ) { |
|
| 916 | + public function create_payment($save = true) { |
|
| 917 | 917 | |
| 918 | 918 | $parent_invoice = $this->get_parent_payment(); |
| 919 | 919 | |
| 920 | - if ( ! $parent_invoice->exists() ) { |
|
| 920 | + if (!$parent_invoice->exists()) { |
|
| 921 | 921 | return false; |
| 922 | 922 | } |
| 923 | 923 | |
| 924 | 924 | // Duplicate the parent invoice. |
| 925 | - $invoice = getpaid_duplicate_invoice( $parent_invoice ); |
|
| 926 | - $invoice->set_parent_id( $parent_invoice->get_id() ); |
|
| 927 | - $invoice->set_subscription_id( $this->get_id() ); |
|
| 928 | - $invoice->set_remote_subscription_id( $this->get_profile_id() ); |
|
| 925 | + $invoice = getpaid_duplicate_invoice($parent_invoice); |
|
| 926 | + $invoice->set_parent_id($parent_invoice->get_id()); |
|
| 927 | + $invoice->set_subscription_id($this->get_id()); |
|
| 928 | + $invoice->set_remote_subscription_id($this->get_profile_id()); |
|
| 929 | 929 | |
| 930 | 930 | // Set invoice items. |
| 931 | - $subscription_group = getpaid_get_invoice_subscription_group( $parent_invoice->get_id(), $this->get_id() ); |
|
| 932 | - $allowed_items = empty( $subscription_group ) ? array( $this->get_product_id() ) : array_keys( $subscription_group['items'] ); |
|
| 931 | + $subscription_group = getpaid_get_invoice_subscription_group($parent_invoice->get_id(), $this->get_id()); |
|
| 932 | + $allowed_items = empty($subscription_group) ? array($this->get_product_id()) : array_keys($subscription_group['items']); |
|
| 933 | 933 | $invoice_items = array(); |
| 934 | 934 | |
| 935 | - foreach ( $invoice->get_items() as $item ) { |
|
| 936 | - if ( in_array( $item->get_id(), $allowed_items ) ) { |
|
| 935 | + foreach ($invoice->get_items() as $item) { |
|
| 936 | + if (in_array($item->get_id(), $allowed_items)) { |
|
| 937 | 937 | $invoice_items[] = $item; |
| 938 | 938 | } |
| 939 | 939 | } |
| 940 | 940 | |
| 941 | - $invoice->set_items( $invoice_items ); |
|
| 941 | + $invoice->set_items($invoice_items); |
|
| 942 | 942 | |
| 943 | - if ( ! empty( $subscription_group['fees'] ) ) { |
|
| 944 | - $invoice->set_fees( $subscription_group['fees'] ); |
|
| 943 | + if (!empty($subscription_group['fees'])) { |
|
| 944 | + $invoice->set_fees($subscription_group['fees']); |
|
| 945 | 945 | } |
| 946 | 946 | |
| 947 | 947 | // Maybe recalculate discount (Pre-GetPaid Fix). |
| 948 | - $discount = new WPInv_Discount( $invoice->get_discount_code() ); |
|
| 949 | - if ( $discount->exists() && $discount->is_recurring() && 0 == $invoice->get_total_discount() ) { |
|
| 950 | - $invoice->add_discount( getpaid_calculate_invoice_discount( $invoice, $discount ) ); |
|
| 948 | + $discount = new WPInv_Discount($invoice->get_discount_code()); |
|
| 949 | + if ($discount->exists() && $discount->is_recurring() && 0 == $invoice->get_total_discount()) { |
|
| 950 | + $invoice->add_discount(getpaid_calculate_invoice_discount($invoice, $discount)); |
|
| 951 | 951 | } |
| 952 | 952 | |
| 953 | 953 | $invoice->recalculate_total(); |
| 954 | - $invoice->set_status( 'wpi-pending' ); |
|
| 954 | + $invoice->set_status('wpi-pending'); |
|
| 955 | 955 | |
| 956 | - if ( ! $save ) { |
|
| 956 | + if (!$save) { |
|
| 957 | 957 | return $invoice; |
| 958 | 958 | } |
| 959 | 959 | |
@@ -968,24 +968,24 @@ discard block |
||
| 968 | 968 | * @since 1.0.0 |
| 969 | 969 | * @return int The subscription's id |
| 970 | 970 | */ |
| 971 | - public function renew( $calculate_from = null ) { |
|
| 971 | + public function renew($calculate_from = null) { |
|
| 972 | 972 | |
| 973 | 973 | // Complete subscription if applicable |
| 974 | - if ( $this->is_last_renewal() ) { |
|
| 974 | + if ($this->is_last_renewal()) { |
|
| 975 | 975 | return $this->complete(); |
| 976 | 976 | } |
| 977 | 977 | |
| 978 | 978 | // Calculate new expiration |
| 979 | 979 | $frequency = $this->get_frequency(); |
| 980 | 980 | $period = $this->get_period(); |
| 981 | - $calculate_from = empty( $calculate_from ) ? $this->get_expiration_time() : $calculate_from; |
|
| 982 | - $new_expiration = strtotime( "+ $frequency $period", $calculate_from ); |
|
| 981 | + $calculate_from = empty($calculate_from) ? $this->get_expiration_time() : $calculate_from; |
|
| 982 | + $new_expiration = strtotime("+ $frequency $period", $calculate_from); |
|
| 983 | 983 | |
| 984 | - $this->set_expiration( date( 'Y-m-d H:i:s', $new_expiration ) ); |
|
| 985 | - $this->set_status( 'active' ); |
|
| 984 | + $this->set_expiration(date('Y-m-d H:i:s', $new_expiration)); |
|
| 985 | + $this->set_status('active'); |
|
| 986 | 986 | $this->save(); |
| 987 | 987 | |
| 988 | - do_action( 'getpaid_subscription_renewed', $this ); |
|
| 988 | + do_action('getpaid_subscription_renewed', $this); |
|
| 989 | 989 | |
| 990 | 990 | return $this->get_id(); |
| 991 | 991 | } |
@@ -1001,11 +1001,11 @@ discard block |
||
| 1001 | 1001 | public function complete() { |
| 1002 | 1002 | |
| 1003 | 1003 | // Only mark a subscription as complete if it's not already cancelled. |
| 1004 | - if ( $this->has_status( 'cancelled' ) ) { |
|
| 1004 | + if ($this->has_status('cancelled')) { |
|
| 1005 | 1005 | return false; |
| 1006 | 1006 | } |
| 1007 | 1007 | |
| 1008 | - $this->set_status( 'completed' ); |
|
| 1008 | + $this->set_status('completed'); |
|
| 1009 | 1009 | return $this->save(); |
| 1010 | 1010 | |
| 1011 | 1011 | } |
@@ -1017,14 +1017,14 @@ discard block |
||
| 1017 | 1017 | * @param bool $check_expiration |
| 1018 | 1018 | * @return int|bool Subscription id or false if $check_expiration is true and expiration date is in the future. |
| 1019 | 1019 | */ |
| 1020 | - public function expire( $check_expiration = false ) { |
|
| 1020 | + public function expire($check_expiration = false) { |
|
| 1021 | 1021 | |
| 1022 | - if ( $check_expiration && $this->get_expiration_time() > current_time( 'timestamp' ) ) { |
|
| 1022 | + if ($check_expiration && $this->get_expiration_time() > current_time('timestamp')) { |
|
| 1023 | 1023 | // Do not mark as expired since real expiration date is in the future |
| 1024 | 1024 | return false; |
| 1025 | 1025 | } |
| 1026 | 1026 | |
| 1027 | - $this->set_status( 'expired' ); |
|
| 1027 | + $this->set_status('expired'); |
|
| 1028 | 1028 | return $this->save(); |
| 1029 | 1029 | |
| 1030 | 1030 | } |
@@ -1036,7 +1036,7 @@ discard block |
||
| 1036 | 1036 | * @return int Subscription id. |
| 1037 | 1037 | */ |
| 1038 | 1038 | public function failing() { |
| 1039 | - $this->set_status( 'failing' ); |
|
| 1039 | + $this->set_status('failing'); |
|
| 1040 | 1040 | return $this->save(); |
| 1041 | 1041 | } |
| 1042 | 1042 | |
@@ -1047,7 +1047,7 @@ discard block |
||
| 1047 | 1047 | * @return int Subscription id. |
| 1048 | 1048 | */ |
| 1049 | 1049 | public function cancel() { |
| 1050 | - $this->set_status( 'cancelled' ); |
|
| 1050 | + $this->set_status('cancelled'); |
|
| 1051 | 1051 | return $this->save(); |
| 1052 | 1052 | } |
| 1053 | 1053 | |
@@ -1058,7 +1058,7 @@ discard block |
||
| 1058 | 1058 | * @return bool |
| 1059 | 1059 | */ |
| 1060 | 1060 | public function can_cancel() { |
| 1061 | - return apply_filters( 'wpinv_subscription_can_cancel', $this->has_status( $this->get_cancellable_statuses() ), $this ); |
|
| 1061 | + return apply_filters('wpinv_subscription_can_cancel', $this->has_status($this->get_cancellable_statuses()), $this); |
|
| 1062 | 1062 | } |
| 1063 | 1063 | |
| 1064 | 1064 | /** |
@@ -1069,7 +1069,7 @@ discard block |
||
| 1069 | 1069 | * @return array |
| 1070 | 1070 | */ |
| 1071 | 1071 | public function get_cancellable_statuses() { |
| 1072 | - return apply_filters( 'wpinv_recurring_cancellable_statuses', array( 'active', 'trialling', 'failing' ) ); |
|
| 1072 | + return apply_filters('wpinv_recurring_cancellable_statuses', array('active', 'trialling', 'failing')); |
|
| 1073 | 1073 | } |
| 1074 | 1074 | |
| 1075 | 1075 | /** |
@@ -1079,8 +1079,8 @@ discard block |
||
| 1079 | 1079 | * @return string |
| 1080 | 1080 | */ |
| 1081 | 1081 | public function get_cancel_url() { |
| 1082 | - $url = getpaid_get_authenticated_action_url( 'subscription_cancel', $this->get_view_url() ); |
|
| 1083 | - return apply_filters( 'wpinv_subscription_cancel_url', $url, $this ); |
|
| 1082 | + $url = getpaid_get_authenticated_action_url('subscription_cancel', $this->get_view_url()); |
|
| 1083 | + return apply_filters('wpinv_subscription_cancel_url', $url, $this); |
|
| 1084 | 1084 | } |
| 1085 | 1085 | |
| 1086 | 1086 | /** |
@@ -1091,10 +1091,10 @@ discard block |
||
| 1091 | 1091 | */ |
| 1092 | 1092 | public function get_view_url() { |
| 1093 | 1093 | |
| 1094 | - $url = getpaid_get_tab_url( 'gp-subscriptions', get_permalink( (int) wpinv_get_option( 'invoice_subscription_page' ) ) ); |
|
| 1095 | - $url = add_query_arg( 'subscription', $this->get_id(), $url ); |
|
| 1094 | + $url = getpaid_get_tab_url('gp-subscriptions', get_permalink((int) wpinv_get_option('invoice_subscription_page'))); |
|
| 1095 | + $url = add_query_arg('subscription', $this->get_id(), $url); |
|
| 1096 | 1096 | |
| 1097 | - return apply_filters( 'getpaid_get_subscription_view_url', $url, $this ); |
|
| 1097 | + return apply_filters('getpaid_get_subscription_view_url', $url, $this); |
|
| 1098 | 1098 | } |
| 1099 | 1099 | |
| 1100 | 1100 | /** |
@@ -1107,7 +1107,7 @@ discard block |
||
| 1107 | 1107 | * @return bool |
| 1108 | 1108 | */ |
| 1109 | 1109 | public function can_renew() { |
| 1110 | - return apply_filters( 'wpinv_subscription_can_renew', true, $this ); |
|
| 1110 | + return apply_filters('wpinv_subscription_can_renew', true, $this); |
|
| 1111 | 1111 | } |
| 1112 | 1112 | |
| 1113 | 1113 | /** |
@@ -1126,7 +1126,7 @@ discard block |
||
| 1126 | 1126 | ), |
| 1127 | 1127 | 'getpaid-nonce' |
| 1128 | 1128 | ); |
| 1129 | - return apply_filters( 'wpinv_subscription_renew_url', $url, $this ); |
|
| 1129 | + return apply_filters('wpinv_subscription_renew_url', $url, $this); |
|
| 1130 | 1130 | } |
| 1131 | 1131 | |
| 1132 | 1132 | /** |
@@ -1136,7 +1136,7 @@ discard block |
||
| 1136 | 1136 | * @return bool |
| 1137 | 1137 | */ |
| 1138 | 1138 | public function can_update() { |
| 1139 | - return apply_filters( 'wpinv_subscription_can_update', false, $this ); |
|
| 1139 | + return apply_filters('wpinv_subscription_can_update', false, $this); |
|
| 1140 | 1140 | } |
| 1141 | 1141 | |
| 1142 | 1142 | /** |
@@ -1152,7 +1152,7 @@ discard block |
||
| 1152 | 1152 | 'subscription_id' => $this->get_id(), |
| 1153 | 1153 | ) |
| 1154 | 1154 | ); |
| 1155 | - return apply_filters( 'wpinv_subscription_update_url', $url, $this ); |
|
| 1155 | + return apply_filters('wpinv_subscription_update_url', $url, $this); |
|
| 1156 | 1156 | } |
| 1157 | 1157 | |
| 1158 | 1158 | /** |
@@ -1162,7 +1162,7 @@ discard block |
||
| 1162 | 1162 | * @return string |
| 1163 | 1163 | */ |
| 1164 | 1164 | public function get_status_label() { |
| 1165 | - return getpaid_get_subscription_status_label( $this->get_status() ); |
|
| 1165 | + return getpaid_get_subscription_status_label($this->get_status()); |
|
| 1166 | 1166 | } |
| 1167 | 1167 | |
| 1168 | 1168 | /** |
@@ -1173,7 +1173,7 @@ discard block |
||
| 1173 | 1173 | */ |
| 1174 | 1174 | public function get_status_class() { |
| 1175 | 1175 | $statuses = getpaid_get_subscription_status_classes(); |
| 1176 | - return isset( $statuses[ $this->get_status() ] ) ? $statuses[ $this->get_status() ] : 'badge-dark'; |
|
| 1176 | + return isset($statuses[$this->get_status()]) ? $statuses[$this->get_status()] : 'badge-dark'; |
|
| 1177 | 1177 | } |
| 1178 | 1178 | |
| 1179 | 1179 | /** |
@@ -1184,9 +1184,9 @@ discard block |
||
| 1184 | 1184 | */ |
| 1185 | 1185 | public function get_status_label_html() { |
| 1186 | 1186 | |
| 1187 | - $status_label = sanitize_text_field( $this->get_status_label() ); |
|
| 1188 | - $class = esc_attr( $this->get_status_class() ); |
|
| 1189 | - $status = sanitize_html_class( $this->get_status() ); |
|
| 1187 | + $status_label = sanitize_text_field($this->get_status_label()); |
|
| 1188 | + $class = esc_attr($this->get_status_class()); |
|
| 1189 | + $status = sanitize_html_class($this->get_status()); |
|
| 1190 | 1190 | |
| 1191 | 1191 | return "<span class='bsui'><span class='badge $class $status'>$status_label</span></span>"; |
| 1192 | 1192 | } |
@@ -1198,9 +1198,9 @@ discard block |
||
| 1198 | 1198 | * @param string $txn_id The transaction ID from the merchant processor |
| 1199 | 1199 | * @return bool |
| 1200 | 1200 | */ |
| 1201 | - public function payment_exists( $txn_id = '' ) { |
|
| 1202 | - $invoice_id = WPInv_Invoice::get_invoice_id_by_field( $txn_id, 'transaction_id' ); |
|
| 1203 | - return ! empty( $invoice_id ); |
|
| 1201 | + public function payment_exists($txn_id = '') { |
|
| 1202 | + $invoice_id = WPInv_Invoice::get_invoice_id_by_field($txn_id, 'transaction_id'); |
|
| 1203 | + return !empty($invoice_id); |
|
| 1204 | 1204 | } |
| 1205 | 1205 | |
| 1206 | 1206 | /** |
@@ -1212,35 +1212,35 @@ discard block |
||
| 1212 | 1212 | // Reset status transition variable. |
| 1213 | 1213 | $this->status_transition = false; |
| 1214 | 1214 | |
| 1215 | - if ( $status_transition ) { |
|
| 1215 | + if ($status_transition) { |
|
| 1216 | 1216 | try { |
| 1217 | 1217 | |
| 1218 | 1218 | // Fire a hook for the status change. |
| 1219 | - do_action( 'wpinv_subscription_' . $status_transition['to'], $this->get_id(), $this, $status_transition ); |
|
| 1220 | - do_action( 'getpaid_subscription_' . $status_transition['to'], $this, $status_transition ); |
|
| 1219 | + do_action('wpinv_subscription_' . $status_transition['to'], $this->get_id(), $this, $status_transition); |
|
| 1220 | + do_action('getpaid_subscription_' . $status_transition['to'], $this, $status_transition); |
|
| 1221 | 1221 | |
| 1222 | - if ( ! empty( $status_transition['from'] ) ) { |
|
| 1222 | + if (!empty($status_transition['from'])) { |
|
| 1223 | 1223 | |
| 1224 | 1224 | /* translators: 1: old subscription status 2: new subscription status */ |
| 1225 | - $transition_note = sprintf( __( 'Subscription status changed from %1$s to %2$s.', 'invoicing' ), getpaid_get_subscription_status_label( $status_transition['from'] ), getpaid_get_subscription_status_label( $status_transition['to'] ) ); |
|
| 1225 | + $transition_note = sprintf(__('Subscription status changed from %1$s to %2$s.', 'invoicing'), getpaid_get_subscription_status_label($status_transition['from']), getpaid_get_subscription_status_label($status_transition['to'])); |
|
| 1226 | 1226 | |
| 1227 | 1227 | // Note the transition occurred. |
| 1228 | - $this->get_parent_payment()->add_note( $transition_note, false, false, true ); |
|
| 1228 | + $this->get_parent_payment()->add_note($transition_note, false, false, true); |
|
| 1229 | 1229 | |
| 1230 | 1230 | // Fire another hook. |
| 1231 | - do_action( 'getpaid_subscription_status_' . $status_transition['from'] . '_to_' . $status_transition['to'], $this->get_id(), $this ); |
|
| 1232 | - do_action( 'getpaid_subscription_status_changed', $this, $status_transition['from'], $status_transition['to'] ); |
|
| 1231 | + do_action('getpaid_subscription_status_' . $status_transition['from'] . '_to_' . $status_transition['to'], $this->get_id(), $this); |
|
| 1232 | + do_action('getpaid_subscription_status_changed', $this, $status_transition['from'], $status_transition['to']); |
|
| 1233 | 1233 | |
| 1234 | 1234 | } else { |
| 1235 | 1235 | /* translators: %s: new invoice status */ |
| 1236 | - $transition_note = sprintf( __( 'Subscription status set to %s.', 'invoicing' ), getpaid_get_subscription_status_label( $status_transition['to'] ) ); |
|
| 1236 | + $transition_note = sprintf(__('Subscription status set to %s.', 'invoicing'), getpaid_get_subscription_status_label($status_transition['to'])); |
|
| 1237 | 1237 | |
| 1238 | 1238 | // Note the transition occurred. |
| 1239 | - $this->get_parent_payment()->add_note( $transition_note, false, false, true ); |
|
| 1239 | + $this->get_parent_payment()->add_note($transition_note, false, false, true); |
|
| 1240 | 1240 | |
| 1241 | 1241 | } |
| 1242 | - } catch ( Exception $e ) { |
|
| 1243 | - $this->get_parent_payment()->add_note( __( 'Error during subscription status transition.', 'invoicing' ) . ' ' . $e->getMessage() ); |
|
| 1242 | + } catch (Exception $e) { |
|
| 1243 | + $this->get_parent_payment()->add_note(__('Error during subscription status transition.', 'invoicing') . ' ' . $e->getMessage()); |
|
| 1244 | 1244 | } |
| 1245 | 1245 | } |
| 1246 | 1246 | |
@@ -1266,7 +1266,7 @@ discard block |
||
| 1266 | 1266 | */ |
| 1267 | 1267 | public function activate() { |
| 1268 | 1268 | $status = 'trialling' === $this->get_status() ? 'trialling' : 'active'; |
| 1269 | - $this->set_status( $status ); |
|
| 1269 | + $this->set_status($status); |
|
| 1270 | 1270 | return $this->save(); |
| 1271 | 1271 | } |
| 1272 | 1272 | |
@@ -14,70 +14,70 @@ discard block |
||
| 14 | 14 | class WPInv_Ajax { |
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | - * Hook in ajax handlers. |
|
| 18 | - */ |
|
| 19 | - public static function init() { |
|
| 20 | - add_action( 'init', array( __CLASS__, 'define_ajax' ), 0 ); |
|
| 21 | - add_action( 'template_redirect', array( __CLASS__, 'do_wpinv_ajax' ), 0 ); |
|
| 22 | - self::add_ajax_events(); |
|
| 17 | + * Hook in ajax handlers. |
|
| 18 | + */ |
|
| 19 | + public static function init() { |
|
| 20 | + add_action( 'init', array( __CLASS__, 'define_ajax' ), 0 ); |
|
| 21 | + add_action( 'template_redirect', array( __CLASS__, 'do_wpinv_ajax' ), 0 ); |
|
| 22 | + self::add_ajax_events(); |
|
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | - * Set GetPaid AJAX constant and headers. |
|
| 27 | - */ |
|
| 28 | - public static function define_ajax() { |
|
| 29 | - |
|
| 30 | - if ( ! empty( $_GET['wpinv-ajax'] ) ) { |
|
| 31 | - getpaid_maybe_define_constant( 'DOING_AJAX', true ); |
|
| 32 | - getpaid_maybe_define_constant( 'WPInv_DOING_AJAX', true ); |
|
| 33 | - if ( ! WP_DEBUG || ( WP_DEBUG && ! WP_DEBUG_DISPLAY ) ) { |
|
| 34 | - /** @scrutinizer ignore-unhandled */ @ini_set( 'display_errors', 0 ); |
|
| 35 | - } |
|
| 36 | - $GLOBALS['wpdb']->hide_errors(); |
|
| 37 | - } |
|
| 26 | + * Set GetPaid AJAX constant and headers. |
|
| 27 | + */ |
|
| 28 | + public static function define_ajax() { |
|
| 29 | + |
|
| 30 | + if ( ! empty( $_GET['wpinv-ajax'] ) ) { |
|
| 31 | + getpaid_maybe_define_constant( 'DOING_AJAX', true ); |
|
| 32 | + getpaid_maybe_define_constant( 'WPInv_DOING_AJAX', true ); |
|
| 33 | + if ( ! WP_DEBUG || ( WP_DEBUG && ! WP_DEBUG_DISPLAY ) ) { |
|
| 34 | + /** @scrutinizer ignore-unhandled */ @ini_set( 'display_errors', 0 ); |
|
| 35 | + } |
|
| 36 | + $GLOBALS['wpdb']->hide_errors(); |
|
| 37 | + } |
|
| 38 | 38 | |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | - * Send headers for GetPaid Ajax Requests. |
|
| 43 | - * |
|
| 44 | - * @since 1.0.18 |
|
| 45 | - */ |
|
| 46 | - private static function wpinv_ajax_headers() { |
|
| 47 | - if ( ! headers_sent() ) { |
|
| 48 | - send_origin_headers(); |
|
| 49 | - send_nosniff_header(); |
|
| 50 | - nocache_headers(); |
|
| 51 | - header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) ); |
|
| 52 | - header( 'X-Robots-Tag: noindex' ); |
|
| 53 | - status_header( 200 ); |
|
| 54 | - } |
|
| 42 | + * Send headers for GetPaid Ajax Requests. |
|
| 43 | + * |
|
| 44 | + * @since 1.0.18 |
|
| 45 | + */ |
|
| 46 | + private static function wpinv_ajax_headers() { |
|
| 47 | + if ( ! headers_sent() ) { |
|
| 48 | + send_origin_headers(); |
|
| 49 | + send_nosniff_header(); |
|
| 50 | + nocache_headers(); |
|
| 51 | + header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) ); |
|
| 52 | + header( 'X-Robots-Tag: noindex' ); |
|
| 53 | + status_header( 200 ); |
|
| 54 | + } |
|
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | /** |
| 58 | - * Check for GetPaid Ajax request and fire action. |
|
| 59 | - */ |
|
| 60 | - public static function do_wpinv_ajax() { |
|
| 61 | - global $wp_query; |
|
| 58 | + * Check for GetPaid Ajax request and fire action. |
|
| 59 | + */ |
|
| 60 | + public static function do_wpinv_ajax() { |
|
| 61 | + global $wp_query; |
|
| 62 | 62 | |
| 63 | - if ( ! empty( $_GET['wpinv-ajax'] ) ) { |
|
| 64 | - $wp_query->set( 'wpinv-ajax', sanitize_text_field( wp_unslash( $_GET['wpinv-ajax'] ) ) ); |
|
| 65 | - } |
|
| 63 | + if ( ! empty( $_GET['wpinv-ajax'] ) ) { |
|
| 64 | + $wp_query->set( 'wpinv-ajax', sanitize_text_field( wp_unslash( $_GET['wpinv-ajax'] ) ) ); |
|
| 65 | + } |
|
| 66 | 66 | |
| 67 | - $action = $wp_query->get( 'wpinv-ajax' ); |
|
| 67 | + $action = $wp_query->get( 'wpinv-ajax' ); |
|
| 68 | 68 | |
| 69 | - if ( $action ) { |
|
| 70 | - self::wpinv_ajax_headers(); |
|
| 71 | - $action = sanitize_text_field( $action ); |
|
| 72 | - do_action( 'wpinv_ajax_' . $action ); |
|
| 73 | - wp_die(); |
|
| 74 | - } |
|
| 69 | + if ( $action ) { |
|
| 70 | + self::wpinv_ajax_headers(); |
|
| 71 | + $action = sanitize_text_field( $action ); |
|
| 72 | + do_action( 'wpinv_ajax_' . $action ); |
|
| 73 | + wp_die(); |
|
| 74 | + } |
|
| 75 | 75 | |
| 76 | 76 | } |
| 77 | 77 | |
| 78 | 78 | /** |
| 79 | - * Hook in ajax methods. |
|
| 80 | - */ |
|
| 79 | + * Hook in ajax methods. |
|
| 80 | + */ |
|
| 81 | 81 | public static function add_ajax_events() { |
| 82 | 82 | |
| 83 | 83 | // array( 'event' => is_frontend ) |
@@ -258,11 +258,11 @@ discard block |
||
| 258 | 258 | global $getpaid_force_checkbox; |
| 259 | 259 | |
| 260 | 260 | // Is the request set up correctly? |
| 261 | - if ( empty( $_GET['form'] ) && empty( $_GET['item'] ) && empty( $_GET['invoice'] ) ) { |
|
| 262 | - aui()->alert( |
|
| 263 | - array( |
|
| 264 | - 'type' => 'warning', |
|
| 265 | - 'content' => __( 'No payment form or item provided', 'invoicing' ), |
|
| 261 | + if ( empty( $_GET['form'] ) && empty( $_GET['item'] ) && empty( $_GET['invoice'] ) ) { |
|
| 262 | + aui()->alert( |
|
| 263 | + array( |
|
| 264 | + 'type' => 'warning', |
|
| 265 | + 'content' => __( 'No payment form or item provided', 'invoicing' ), |
|
| 266 | 266 | ), |
| 267 | 267 | true |
| 268 | 268 | ); |
@@ -270,7 +270,7 @@ discard block |
||
| 270 | 270 | } |
| 271 | 271 | |
| 272 | 272 | // Payment form or button? |
| 273 | - if ( ! empty( $_GET['form'] ) ) { |
|
| 273 | + if ( ! empty( $_GET['form'] ) ) { |
|
| 274 | 274 | $form = sanitize_text_field( urldecode( $_GET['form'] ) ); |
| 275 | 275 | |
| 276 | 276 | if ( false !== strpos( $form, '|' ) ) { |
@@ -323,10 +323,10 @@ discard block |
||
| 323 | 323 | getpaid_display_payment_form( $form ); |
| 324 | 324 | } |
| 325 | 325 | } elseif ( ! empty( $_GET['invoice'] ) ) { |
| 326 | - getpaid_display_invoice_payment_form( (int) urldecode( $_GET['invoice'] ) ); |
|
| 326 | + getpaid_display_invoice_payment_form( (int) urldecode( $_GET['invoice'] ) ); |
|
| 327 | 327 | } else { |
| 328 | - $items = getpaid_convert_items_to_array( sanitize_text_field( urldecode( $_GET['item'] ) ) ); |
|
| 329 | - getpaid_display_item_payment_form( $items ); |
|
| 328 | + $items = getpaid_convert_items_to_array( sanitize_text_field( urldecode( $_GET['item'] ) ) ); |
|
| 329 | + getpaid_display_item_payment_form( $items ); |
|
| 330 | 330 | } |
| 331 | 331 | |
| 332 | 332 | exit; |
@@ -643,7 +643,7 @@ discard block |
||
| 643 | 643 | if ( is_wp_error( $error ) ) { |
| 644 | 644 | $alert = $error->get_error_message(); |
| 645 | 645 | wp_send_json_success( compact( 'alert' ) ); |
| 646 | - } |
|
| 646 | + } |
|
| 647 | 647 | |
| 648 | 648 | // Update totals. |
| 649 | 649 | $invoice->recalculate_total(); |
@@ -1072,12 +1072,12 @@ discard block |
||
| 1072 | 1072 | } |
| 1073 | 1073 | |
| 1074 | 1074 | /** |
| 1075 | - * Handles file uploads. |
|
| 1076 | - * |
|
| 1077 | - * @since 1.0.0 |
|
| 1078 | - * @return void |
|
| 1079 | - */ |
|
| 1080 | - public static function file_upload() { |
|
| 1075 | + * Handles file uploads. |
|
| 1076 | + * |
|
| 1077 | + * @since 1.0.0 |
|
| 1078 | + * @return void |
|
| 1079 | + */ |
|
| 1080 | + public static function file_upload() { |
|
| 1081 | 1081 | |
| 1082 | 1082 | // Check nonce. |
| 1083 | 1083 | check_ajax_referer( 'getpaid_form_nonce' ); |
@@ -1138,7 +1138,7 @@ discard block |
||
| 1138 | 1138 | |
| 1139 | 1139 | wp_send_json_success( $response ); |
| 1140 | 1140 | |
| 1141 | - } |
|
| 1141 | + } |
|
| 1142 | 1142 | |
| 1143 | 1143 | } |
| 1144 | 1144 | |
@@ -6,7 +6,7 @@ discard block |
||
| 6 | 6 | * @package Invoicing |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -defined( 'ABSPATH' ) || exit; |
|
| 9 | +defined('ABSPATH') || exit; |
|
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | 12 | * WPInv_Ajax class. |
@@ -17,8 +17,8 @@ discard block |
||
| 17 | 17 | * Hook in ajax handlers. |
| 18 | 18 | */ |
| 19 | 19 | public static function init() { |
| 20 | - add_action( 'init', array( __CLASS__, 'define_ajax' ), 0 ); |
|
| 21 | - add_action( 'template_redirect', array( __CLASS__, 'do_wpinv_ajax' ), 0 ); |
|
| 20 | + add_action('init', array(__CLASS__, 'define_ajax'), 0); |
|
| 21 | + add_action('template_redirect', array(__CLASS__, 'do_wpinv_ajax'), 0); |
|
| 22 | 22 | self::add_ajax_events(); |
| 23 | 23 | } |
| 24 | 24 | |
@@ -27,11 +27,11 @@ discard block |
||
| 27 | 27 | */ |
| 28 | 28 | public static function define_ajax() { |
| 29 | 29 | |
| 30 | - if ( ! empty( $_GET['wpinv-ajax'] ) ) { |
|
| 31 | - getpaid_maybe_define_constant( 'DOING_AJAX', true ); |
|
| 32 | - getpaid_maybe_define_constant( 'WPInv_DOING_AJAX', true ); |
|
| 33 | - if ( ! WP_DEBUG || ( WP_DEBUG && ! WP_DEBUG_DISPLAY ) ) { |
|
| 34 | - /** @scrutinizer ignore-unhandled */ @ini_set( 'display_errors', 0 ); |
|
| 30 | + if (!empty($_GET['wpinv-ajax'])) { |
|
| 31 | + getpaid_maybe_define_constant('DOING_AJAX', true); |
|
| 32 | + getpaid_maybe_define_constant('WPInv_DOING_AJAX', true); |
|
| 33 | + if (!WP_DEBUG || (WP_DEBUG && !WP_DEBUG_DISPLAY)) { |
|
| 34 | + /** @scrutinizer ignore-unhandled */ @ini_set('display_errors', 0); |
|
| 35 | 35 | } |
| 36 | 36 | $GLOBALS['wpdb']->hide_errors(); |
| 37 | 37 | } |
@@ -44,13 +44,13 @@ discard block |
||
| 44 | 44 | * @since 1.0.18 |
| 45 | 45 | */ |
| 46 | 46 | private static function wpinv_ajax_headers() { |
| 47 | - if ( ! headers_sent() ) { |
|
| 47 | + if (!headers_sent()) { |
|
| 48 | 48 | send_origin_headers(); |
| 49 | 49 | send_nosniff_header(); |
| 50 | 50 | nocache_headers(); |
| 51 | - header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) ); |
|
| 52 | - header( 'X-Robots-Tag: noindex' ); |
|
| 53 | - status_header( 200 ); |
|
| 51 | + header('Content-Type: text/html; charset=' . get_option('blog_charset')); |
|
| 52 | + header('X-Robots-Tag: noindex'); |
|
| 53 | + status_header(200); |
|
| 54 | 54 | } |
| 55 | 55 | } |
| 56 | 56 | |
@@ -60,16 +60,16 @@ discard block |
||
| 60 | 60 | public static function do_wpinv_ajax() { |
| 61 | 61 | global $wp_query; |
| 62 | 62 | |
| 63 | - if ( ! empty( $_GET['wpinv-ajax'] ) ) { |
|
| 64 | - $wp_query->set( 'wpinv-ajax', sanitize_text_field( wp_unslash( $_GET['wpinv-ajax'] ) ) ); |
|
| 63 | + if (!empty($_GET['wpinv-ajax'])) { |
|
| 64 | + $wp_query->set('wpinv-ajax', sanitize_text_field(wp_unslash($_GET['wpinv-ajax']))); |
|
| 65 | 65 | } |
| 66 | 66 | |
| 67 | - $action = $wp_query->get( 'wpinv-ajax' ); |
|
| 67 | + $action = $wp_query->get('wpinv-ajax'); |
|
| 68 | 68 | |
| 69 | - if ( $action ) { |
|
| 69 | + if ($action) { |
|
| 70 | 70 | self::wpinv_ajax_headers(); |
| 71 | - $action = sanitize_text_field( $action ); |
|
| 72 | - do_action( 'wpinv_ajax_' . $action ); |
|
| 71 | + $action = sanitize_text_field($action); |
|
| 72 | + do_action('wpinv_ajax_' . $action); |
|
| 73 | 73 | wp_die(); |
| 74 | 74 | } |
| 75 | 75 | |
@@ -106,36 +106,36 @@ discard block |
||
| 106 | 106 | 'file_upload' => true, |
| 107 | 107 | ); |
| 108 | 108 | |
| 109 | - foreach ( $ajax_events as $ajax_event => $nopriv ) { |
|
| 110 | - add_action( 'wp_ajax_wpinv_' . $ajax_event, array( __CLASS__, $ajax_event ) ); |
|
| 111 | - add_action( 'wp_ajax_getpaid_' . $ajax_event, array( __CLASS__, $ajax_event ) ); |
|
| 109 | + foreach ($ajax_events as $ajax_event => $nopriv) { |
|
| 110 | + add_action('wp_ajax_wpinv_' . $ajax_event, array(__CLASS__, $ajax_event)); |
|
| 111 | + add_action('wp_ajax_getpaid_' . $ajax_event, array(__CLASS__, $ajax_event)); |
|
| 112 | 112 | |
| 113 | - if ( $nopriv ) { |
|
| 114 | - add_action( 'wp_ajax_nopriv_wpinv_' . $ajax_event, array( __CLASS__, $ajax_event ) ); |
|
| 115 | - add_action( 'wp_ajax_nopriv_getpaid_' . $ajax_event, array( __CLASS__, $ajax_event ) ); |
|
| 116 | - add_action( 'wpinv_ajax_' . $ajax_event, array( __CLASS__, $ajax_event ) ); |
|
| 113 | + if ($nopriv) { |
|
| 114 | + add_action('wp_ajax_nopriv_wpinv_' . $ajax_event, array(__CLASS__, $ajax_event)); |
|
| 115 | + add_action('wp_ajax_nopriv_getpaid_' . $ajax_event, array(__CLASS__, $ajax_event)); |
|
| 116 | + add_action('wpinv_ajax_' . $ajax_event, array(__CLASS__, $ajax_event)); |
|
| 117 | 117 | } |
| 118 | 118 | } |
| 119 | 119 | } |
| 120 | 120 | |
| 121 | 121 | public static function add_note() { |
| 122 | - check_ajax_referer( 'add-invoice-note', '_nonce' ); |
|
| 122 | + check_ajax_referer('add-invoice-note', '_nonce'); |
|
| 123 | 123 | |
| 124 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 124 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 125 | 125 | die( -1 ); |
| 126 | 126 | } |
| 127 | 127 | |
| 128 | - $post_id = absint( $_POST['post_id'] ); |
|
| 129 | - $note = wp_kses_post( trim( stripslashes( $_POST['note'] ) ) ); |
|
| 130 | - $note_type = sanitize_text_field( $_POST['note_type'] ); |
|
| 128 | + $post_id = absint($_POST['post_id']); |
|
| 129 | + $note = wp_kses_post(trim(stripslashes($_POST['note']))); |
|
| 130 | + $note_type = sanitize_text_field($_POST['note_type']); |
|
| 131 | 131 | |
| 132 | 132 | $is_customer_note = $note_type == 'customer' ? 1 : 0; |
| 133 | 133 | |
| 134 | - if ( $post_id > 0 ) { |
|
| 135 | - $note_id = wpinv_insert_payment_note( $post_id, $note, $is_customer_note ); |
|
| 134 | + if ($post_id > 0) { |
|
| 135 | + $note_id = wpinv_insert_payment_note($post_id, $note, $is_customer_note); |
|
| 136 | 136 | |
| 137 | - if ( $note_id > 0 && ! is_wp_error( $note_id ) ) { |
|
| 138 | - wpinv_get_invoice_note_line_item( $note_id ); |
|
| 137 | + if ($note_id > 0 && !is_wp_error($note_id)) { |
|
| 138 | + wpinv_get_invoice_note_line_item($note_id); |
|
| 139 | 139 | } |
| 140 | 140 | } |
| 141 | 141 | |
@@ -143,16 +143,16 @@ discard block |
||
| 143 | 143 | } |
| 144 | 144 | |
| 145 | 145 | public static function delete_note() { |
| 146 | - check_ajax_referer( 'delete-invoice-note', '_nonce' ); |
|
| 146 | + check_ajax_referer('delete-invoice-note', '_nonce'); |
|
| 147 | 147 | |
| 148 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 148 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 149 | 149 | die( -1 ); |
| 150 | 150 | } |
| 151 | 151 | |
| 152 | - $note_id = (int)$_POST['note_id']; |
|
| 152 | + $note_id = (int) $_POST['note_id']; |
|
| 153 | 153 | |
| 154 | - if ( $note_id > 0 ) { |
|
| 155 | - wp_delete_comment( $note_id, true ); |
|
| 154 | + if ($note_id > 0) { |
|
| 155 | + wp_delete_comment($note_id, true); |
|
| 156 | 156 | } |
| 157 | 157 | |
| 158 | 158 | die(); |
@@ -170,34 +170,34 @@ discard block |
||
| 170 | 170 | public static function get_billing_details() { |
| 171 | 171 | |
| 172 | 172 | // Verify nonce. |
| 173 | - check_ajax_referer( 'wpinv-nonce' ); |
|
| 173 | + check_ajax_referer('wpinv-nonce'); |
|
| 174 | 174 | |
| 175 | 175 | // Can the user manage the plugin? |
| 176 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 176 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 177 | 177 | die( -1 ); |
| 178 | 178 | } |
| 179 | 179 | |
| 180 | 180 | // Do we have a user id? |
| 181 | 181 | $user_id = (int) $_GET['user_id']; |
| 182 | 182 | |
| 183 | - if ( empty( $user_id ) || ! is_numeric( $user_id ) ) { |
|
| 183 | + if (empty($user_id) || !is_numeric($user_id)) { |
|
| 184 | 184 | die( -1 ); |
| 185 | 185 | } |
| 186 | 186 | |
| 187 | 187 | // Fetch the billing details. |
| 188 | - $billing_details = wpinv_get_user_address( $user_id ); |
|
| 189 | - $billing_details = apply_filters( 'wpinv_ajax_billing_details', $billing_details, $user_id ); |
|
| 188 | + $billing_details = wpinv_get_user_address($user_id); |
|
| 189 | + $billing_details = apply_filters('wpinv_ajax_billing_details', $billing_details, $user_id); |
|
| 190 | 190 | |
| 191 | 191 | // unset the user id and email. |
| 192 | - $to_ignore = array( 'user_id', 'email' ); |
|
| 192 | + $to_ignore = array('user_id', 'email'); |
|
| 193 | 193 | |
| 194 | - foreach ( $to_ignore as $key ) { |
|
| 195 | - if ( isset( $billing_details[ $key ] ) ) { |
|
| 196 | - unset( $billing_details[ $key ] ); |
|
| 194 | + foreach ($to_ignore as $key) { |
|
| 195 | + if (isset($billing_details[$key])) { |
|
| 196 | + unset($billing_details[$key]); |
|
| 197 | 197 | } |
| 198 | 198 | } |
| 199 | 199 | |
| 200 | - wp_send_json_success( $billing_details ); |
|
| 200 | + wp_send_json_success($billing_details); |
|
| 201 | 201 | |
| 202 | 202 | } |
| 203 | 203 | |
@@ -207,47 +207,47 @@ discard block |
||
| 207 | 207 | public static function check_new_user_email() { |
| 208 | 208 | |
| 209 | 209 | // Verify nonce. |
| 210 | - check_ajax_referer( 'wpinv-nonce' ); |
|
| 210 | + check_ajax_referer('wpinv-nonce'); |
|
| 211 | 211 | |
| 212 | 212 | // Can the user manage the plugin? |
| 213 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 213 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 214 | 214 | die( -1 ); |
| 215 | 215 | } |
| 216 | 216 | |
| 217 | 217 | // We need an email address. |
| 218 | - if ( empty( $_GET['email'] ) ) { |
|
| 219 | - esc_html_e( "Provide the new user's email address", 'invoicing' ); |
|
| 218 | + if (empty($_GET['email'])) { |
|
| 219 | + esc_html_e("Provide the new user's email address", 'invoicing'); |
|
| 220 | 220 | exit; |
| 221 | 221 | } |
| 222 | 222 | |
| 223 | 223 | // Ensure the email is valid. |
| 224 | - $email = sanitize_email( $_GET['email'] ); |
|
| 225 | - if ( ! is_email( $email ) ) { |
|
| 226 | - esc_html_e( 'Invalid email address', 'invoicing' ); |
|
| 224 | + $email = sanitize_email($_GET['email']); |
|
| 225 | + if (!is_email($email)) { |
|
| 226 | + esc_html_e('Invalid email address', 'invoicing'); |
|
| 227 | 227 | exit; |
| 228 | 228 | } |
| 229 | 229 | |
| 230 | 230 | // And it does not exist. |
| 231 | - $id = email_exists( $email ); |
|
| 232 | - if ( $id ) { |
|
| 233 | - wp_send_json_success( compact( 'id' ) ); |
|
| 231 | + $id = email_exists($email); |
|
| 232 | + if ($id) { |
|
| 233 | + wp_send_json_success(compact('id')); |
|
| 234 | 234 | } |
| 235 | 235 | |
| 236 | - wp_send_json_success( true ); |
|
| 236 | + wp_send_json_success(true); |
|
| 237 | 237 | } |
| 238 | 238 | |
| 239 | 239 | public static function run_tool() { |
| 240 | - check_ajax_referer( 'wpinv-nonce', '_nonce' ); |
|
| 241 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 240 | + check_ajax_referer('wpinv-nonce', '_nonce'); |
|
| 241 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 242 | 242 | die( -1 ); |
| 243 | 243 | } |
| 244 | 244 | |
| 245 | - $tool = sanitize_text_field( $_POST['tool'] ); |
|
| 245 | + $tool = sanitize_text_field($_POST['tool']); |
|
| 246 | 246 | |
| 247 | - do_action( 'wpinv_run_tool' ); |
|
| 247 | + do_action('wpinv_run_tool'); |
|
| 248 | 248 | |
| 249 | - if ( ! empty( $tool ) ) { |
|
| 250 | - do_action( 'wpinv_tool_' . $tool ); |
|
| 249 | + if (!empty($tool)) { |
|
| 250 | + do_action('wpinv_tool_' . $tool); |
|
| 251 | 251 | } |
| 252 | 252 | } |
| 253 | 253 | |
@@ -258,11 +258,11 @@ discard block |
||
| 258 | 258 | global $getpaid_force_checkbox; |
| 259 | 259 | |
| 260 | 260 | // Is the request set up correctly? |
| 261 | - if ( empty( $_GET['form'] ) && empty( $_GET['item'] ) && empty( $_GET['invoice'] ) ) { |
|
| 261 | + if (empty($_GET['form']) && empty($_GET['item']) && empty($_GET['invoice'])) { |
|
| 262 | 262 | aui()->alert( |
| 263 | 263 | array( |
| 264 | 264 | 'type' => 'warning', |
| 265 | - 'content' => __( 'No payment form or item provided', 'invoicing' ), |
|
| 265 | + 'content' => __('No payment form or item provided', 'invoicing'), |
|
| 266 | 266 | ), |
| 267 | 267 | true |
| 268 | 268 | ); |
@@ -270,29 +270,29 @@ discard block |
||
| 270 | 270 | } |
| 271 | 271 | |
| 272 | 272 | // Payment form or button? |
| 273 | - if ( ! empty( $_GET['form'] ) ) { |
|
| 274 | - $form = sanitize_text_field( urldecode( $_GET['form'] ) ); |
|
| 273 | + if (!empty($_GET['form'])) { |
|
| 274 | + $form = sanitize_text_field(urldecode($_GET['form'])); |
|
| 275 | 275 | |
| 276 | - if ( false !== strpos( $form, '|' ) ) { |
|
| 277 | - $form_pos = strpos( $form, '|' ); |
|
| 278 | - $_items = getpaid_convert_items_to_array( substr( $form, $form_pos + 1 ) ); |
|
| 279 | - $form = substr( $form, 0, $form_pos ); |
|
| 276 | + if (false !== strpos($form, '|')) { |
|
| 277 | + $form_pos = strpos($form, '|'); |
|
| 278 | + $_items = getpaid_convert_items_to_array(substr($form, $form_pos + 1)); |
|
| 279 | + $form = substr($form, 0, $form_pos); |
|
| 280 | 280 | |
| 281 | 281 | // Retrieve appropriate payment form. |
| 282 | - $payment_form = new GetPaid_Payment_Form( $form ); |
|
| 283 | - $payment_form = $payment_form->exists() ? $payment_form : new GetPaid_Payment_Form( wpinv_get_default_payment_form() ); |
|
| 282 | + $payment_form = new GetPaid_Payment_Form($form); |
|
| 283 | + $payment_form = $payment_form->exists() ? $payment_form : new GetPaid_Payment_Form(wpinv_get_default_payment_form()); |
|
| 284 | 284 | |
| 285 | 285 | $items = array(); |
| 286 | 286 | $item_ids = array(); |
| 287 | 287 | |
| 288 | - foreach ( $_items as $item_id => $qty ) { |
|
| 289 | - if ( ! in_array( $item_id, $item_ids ) ) { |
|
| 290 | - $item = new GetPaid_Form_Item( $item_id ); |
|
| 291 | - $item->set_quantity( $qty ); |
|
| 288 | + foreach ($_items as $item_id => $qty) { |
|
| 289 | + if (!in_array($item_id, $item_ids)) { |
|
| 290 | + $item = new GetPaid_Form_Item($item_id); |
|
| 291 | + $item->set_quantity($qty); |
|
| 292 | 292 | |
| 293 | - if ( 0 == $qty ) { |
|
| 294 | - $item->set_allow_quantities( true ); |
|
| 295 | - $item->set_is_required( false ); |
|
| 293 | + if (0 == $qty) { |
|
| 294 | + $item->set_allow_quantities(true); |
|
| 295 | + $item->set_is_required(false); |
|
| 296 | 296 | $getpaid_force_checkbox = true; |
| 297 | 297 | } |
| 298 | 298 | |
@@ -301,32 +301,32 @@ discard block |
||
| 301 | 301 | } |
| 302 | 302 | } |
| 303 | 303 | |
| 304 | - if ( ! $payment_form->is_default() ) { |
|
| 304 | + if (!$payment_form->is_default()) { |
|
| 305 | 305 | |
| 306 | - foreach ( $payment_form->get_items() as $item ) { |
|
| 307 | - if ( ! in_array( $item->get_id(), $item_ids ) ) { |
|
| 306 | + foreach ($payment_form->get_items() as $item) { |
|
| 307 | + if (!in_array($item->get_id(), $item_ids)) { |
|
| 308 | 308 | $item_ids[] = $item->get_id(); |
| 309 | 309 | $items[] = $item; |
| 310 | 310 | } |
| 311 | 311 | } |
| 312 | 312 | } |
| 313 | 313 | |
| 314 | - $payment_form->set_items( $items ); |
|
| 315 | - $extra_items = esc_attr( getpaid_convert_items_to_string( $_items ) ); |
|
| 316 | - $extra_items_key = md5( NONCE_KEY . AUTH_KEY . $extra_items ); |
|
| 314 | + $payment_form->set_items($items); |
|
| 315 | + $extra_items = esc_attr(getpaid_convert_items_to_string($_items)); |
|
| 316 | + $extra_items_key = md5(NONCE_KEY . AUTH_KEY . $extra_items); |
|
| 317 | 317 | $extra_items = "<input type='hidden' name='getpaid-form-items' value='$extra_items' />"; |
| 318 | 318 | $extra_items .= "<input type='hidden' name='getpaid-form-items-key' value='$extra_items_key' />"; |
| 319 | - $payment_form->display( $extra_items ); |
|
| 319 | + $payment_form->display($extra_items); |
|
| 320 | 320 | $getpaid_force_checkbox = false; |
| 321 | 321 | |
| 322 | 322 | } else { |
| 323 | - getpaid_display_payment_form( $form ); |
|
| 323 | + getpaid_display_payment_form($form); |
|
| 324 | 324 | } |
| 325 | -} elseif ( ! empty( $_GET['invoice'] ) ) { |
|
| 326 | - getpaid_display_invoice_payment_form( (int) urldecode( $_GET['invoice'] ) ); |
|
| 325 | +} elseif (!empty($_GET['invoice'])) { |
|
| 326 | + getpaid_display_invoice_payment_form((int) urldecode($_GET['invoice'])); |
|
| 327 | 327 | } else { |
| 328 | - $items = getpaid_convert_items_to_array( sanitize_text_field( urldecode( $_GET['item'] ) ) ); |
|
| 329 | - getpaid_display_item_payment_form( $items ); |
|
| 328 | + $items = getpaid_convert_items_to_array(sanitize_text_field(urldecode($_GET['item']))); |
|
| 329 | + getpaid_display_item_payment_form($items); |
|
| 330 | 330 | } |
| 331 | 331 | |
| 332 | 332 | exit; |
@@ -341,14 +341,14 @@ discard block |
||
| 341 | 341 | public static function payment_form() { |
| 342 | 342 | |
| 343 | 343 | // ... form fields... |
| 344 | - if ( empty( $_POST['getpaid_payment_form_submission'] ) ) { |
|
| 345 | - esc_html_e( 'Error: Reload the page and try again.', 'invoicing' ); |
|
| 344 | + if (empty($_POST['getpaid_payment_form_submission'])) { |
|
| 345 | + esc_html_e('Error: Reload the page and try again.', 'invoicing'); |
|
| 346 | 346 | exit; |
| 347 | 347 | } |
| 348 | 348 | |
| 349 | 349 | // Process the payment form. |
| 350 | - $checkout_class = apply_filters( 'getpaid_checkout_class', 'GetPaid_Checkout' ); |
|
| 351 | - $checkout = new $checkout_class( new GetPaid_Payment_Form_Submission() ); |
|
| 350 | + $checkout_class = apply_filters('getpaid_checkout_class', 'GetPaid_Checkout'); |
|
| 351 | + $checkout = new $checkout_class(new GetPaid_Payment_Form_Submission()); |
|
| 352 | 352 | $checkout->process_checkout(); |
| 353 | 353 | |
| 354 | 354 | exit; |
@@ -361,55 +361,55 @@ discard block |
||
| 361 | 361 | */ |
| 362 | 362 | public static function get_payment_form_states_field() { |
| 363 | 363 | |
| 364 | - if ( empty( $_GET['country'] ) || empty( $_GET['form'] ) ) { |
|
| 364 | + if (empty($_GET['country']) || empty($_GET['form'])) { |
|
| 365 | 365 | exit; |
| 366 | 366 | } |
| 367 | 367 | |
| 368 | - $elements = getpaid_get_payment_form_elements( (int) $_GET['form'] ); |
|
| 368 | + $elements = getpaid_get_payment_form_elements((int) $_GET['form']); |
|
| 369 | 369 | |
| 370 | - if ( empty( $elements ) ) { |
|
| 370 | + if (empty($elements)) { |
|
| 371 | 371 | exit; |
| 372 | 372 | } |
| 373 | 373 | |
| 374 | 374 | $address_fields = array(); |
| 375 | - foreach ( $elements as $element ) { |
|
| 376 | - if ( 'address' === $element['type'] ) { |
|
| 375 | + foreach ($elements as $element) { |
|
| 376 | + if ('address' === $element['type']) { |
|
| 377 | 377 | $address_fields = $element; |
| 378 | 378 | break; |
| 379 | 379 | } |
| 380 | 380 | } |
| 381 | 381 | |
| 382 | - if ( empty( $address_fields ) ) { |
|
| 382 | + if (empty($address_fields)) { |
|
| 383 | 383 | exit; |
| 384 | 384 | } |
| 385 | 385 | |
| 386 | - foreach ( $address_fields['fields'] as $address_field ) { |
|
| 386 | + foreach ($address_fields['fields'] as $address_field) { |
|
| 387 | 387 | |
| 388 | - if ( 'wpinv_state' == $address_field['name'] ) { |
|
| 388 | + if ('wpinv_state' == $address_field['name']) { |
|
| 389 | 389 | |
| 390 | - $wrap_class = getpaid_get_form_element_grid_class( $address_field ); |
|
| 391 | - $wrap_class = esc_attr( "$wrap_class getpaid-address-field-wrapper" ); |
|
| 392 | - $placeholder = empty( $address_field['placeholder'] ) ? '' : esc_attr( $address_field['placeholder'] ); |
|
| 393 | - $description = empty( $address_field['description'] ) ? '' : wp_kses_post( $address_field['description'] ); |
|
| 394 | - $value = is_user_logged_in() ? get_user_meta( get_current_user_id(), '_wpinv_state', true ) : ''; |
|
| 395 | - $label = empty( $address_field['label'] ) ? '' : wp_kses_post( $address_field['label'] ); |
|
| 390 | + $wrap_class = getpaid_get_form_element_grid_class($address_field); |
|
| 391 | + $wrap_class = esc_attr("$wrap_class getpaid-address-field-wrapper"); |
|
| 392 | + $placeholder = empty($address_field['placeholder']) ? '' : esc_attr($address_field['placeholder']); |
|
| 393 | + $description = empty($address_field['description']) ? '' : wp_kses_post($address_field['description']); |
|
| 394 | + $value = is_user_logged_in() ? get_user_meta(get_current_user_id(), '_wpinv_state', true) : ''; |
|
| 395 | + $label = empty($address_field['label']) ? '' : wp_kses_post($address_field['label']); |
|
| 396 | 396 | |
| 397 | - if ( ! empty( $address_field['required'] ) ) { |
|
| 397 | + if (!empty($address_field['required'])) { |
|
| 398 | 398 | $label .= "<span class='text-danger'> *</span>"; |
| 399 | 399 | } |
| 400 | 400 | |
| 401 | 401 | $html = getpaid_get_states_select_markup( |
| 402 | - sanitize_text_field( $_GET['country'] ), |
|
| 402 | + sanitize_text_field($_GET['country']), |
|
| 403 | 403 | $value, |
| 404 | 404 | $placeholder, |
| 405 | 405 | $label, |
| 406 | 406 | $description, |
| 407 | - ! empty( $address_field['required'] ), |
|
| 407 | + !empty($address_field['required']), |
|
| 408 | 408 | $wrap_class, |
| 409 | - sanitize_text_field( $_GET['name'] ) |
|
| 409 | + sanitize_text_field($_GET['name']) |
|
| 410 | 410 | ); |
| 411 | 411 | |
| 412 | - wp_send_json_success( $html ); |
|
| 412 | + wp_send_json_success($html); |
|
| 413 | 413 | exit; |
| 414 | 414 | |
| 415 | 415 | } |
@@ -424,66 +424,66 @@ discard block |
||
| 424 | 424 | public static function recalculate_invoice_totals() { |
| 425 | 425 | |
| 426 | 426 | // Verify nonce. |
| 427 | - check_ajax_referer( 'wpinv-nonce' ); |
|
| 427 | + check_ajax_referer('wpinv-nonce'); |
|
| 428 | 428 | |
| 429 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 429 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 430 | 430 | exit; |
| 431 | 431 | } |
| 432 | 432 | |
| 433 | 433 | // We need an invoice. |
| 434 | - if ( empty( $_POST['post_id'] ) ) { |
|
| 434 | + if (empty($_POST['post_id'])) { |
|
| 435 | 435 | exit; |
| 436 | 436 | } |
| 437 | 437 | |
| 438 | 438 | // Fetch the invoice. |
| 439 | - $invoice = new WPInv_Invoice( intval( $_POST['post_id'] ) ); |
|
| 439 | + $invoice = new WPInv_Invoice(intval($_POST['post_id'])); |
|
| 440 | 440 | |
| 441 | 441 | // Ensure it exists. |
| 442 | - if ( ! $invoice->get_id() ) { |
|
| 442 | + if (!$invoice->get_id()) { |
|
| 443 | 443 | exit; |
| 444 | 444 | } |
| 445 | 445 | |
| 446 | 446 | // Maybe set the country, state, currency. |
| 447 | - foreach ( array( 'country', 'state', 'currency', 'vat_number', 'discount_code' ) as $key ) { |
|
| 448 | - if ( isset( $_POST[ $key ] ) ) { |
|
| 447 | + foreach (array('country', 'state', 'currency', 'vat_number', 'discount_code') as $key) { |
|
| 448 | + if (isset($_POST[$key])) { |
|
| 449 | 449 | $method = "set_$key"; |
| 450 | - $invoice->$method( sanitize_text_field( $_POST[ $key ] ) ); |
|
| 450 | + $invoice->$method(sanitize_text_field($_POST[$key])); |
|
| 451 | 451 | } |
| 452 | 452 | } |
| 453 | 453 | |
| 454 | 454 | // Maybe disable taxes. |
| 455 | - $invoice->set_disable_taxes( ! empty( $_POST['taxes'] ) ); |
|
| 455 | + $invoice->set_disable_taxes(!empty($_POST['taxes'])); |
|
| 456 | 456 | |
| 457 | 457 | // Discount code. |
| 458 | - if ( ! $invoice->is_paid() && ! $invoice->is_refunded() ) { |
|
| 459 | - $discount = new WPInv_Discount( $invoice->get_discount_code() ); |
|
| 460 | - if ( $discount->exists() ) { |
|
| 461 | - $invoice->add_discount( getpaid_calculate_invoice_discount( $invoice, $discount ) ); |
|
| 458 | + if (!$invoice->is_paid() && !$invoice->is_refunded()) { |
|
| 459 | + $discount = new WPInv_Discount($invoice->get_discount_code()); |
|
| 460 | + if ($discount->exists()) { |
|
| 461 | + $invoice->add_discount(getpaid_calculate_invoice_discount($invoice, $discount)); |
|
| 462 | 462 | } else { |
| 463 | - $invoice->remove_discount( 'discount_code' ); |
|
| 463 | + $invoice->remove_discount('discount_code'); |
|
| 464 | 464 | } |
| 465 | 465 | } |
| 466 | 466 | |
| 467 | 467 | // Recalculate totals. |
| 468 | 468 | $invoice->recalculate_total(); |
| 469 | 469 | |
| 470 | - $total = wpinv_price( $invoice->get_total(), $invoice->get_currency() ); |
|
| 471 | - $suscriptions = getpaid_get_invoice_subscriptions( $invoice ); |
|
| 472 | - if ( is_a( $suscriptions, 'WPInv_Subscription' ) && $invoice->is_recurring() && $invoice->is_parent() && $invoice->get_total() != $invoice->get_recurring_total() ) { |
|
| 473 | - $recurring_total = wpinv_price( $invoice->get_recurring_total(), $invoice->get_currency() ); |
|
| 474 | - $total .= '<small class="form-text text-muted">' . sprintf( __( 'Recurring Price: %s', 'invoicing' ), $recurring_total ) . '</small>'; |
|
| 470 | + $total = wpinv_price($invoice->get_total(), $invoice->get_currency()); |
|
| 471 | + $suscriptions = getpaid_get_invoice_subscriptions($invoice); |
|
| 472 | + if (is_a($suscriptions, 'WPInv_Subscription') && $invoice->is_recurring() && $invoice->is_parent() && $invoice->get_total() != $invoice->get_recurring_total()) { |
|
| 473 | + $recurring_total = wpinv_price($invoice->get_recurring_total(), $invoice->get_currency()); |
|
| 474 | + $total .= '<small class="form-text text-muted">' . sprintf(__('Recurring Price: %s', 'invoicing'), $recurring_total) . '</small>'; |
|
| 475 | 475 | } |
| 476 | 476 | |
| 477 | 477 | $totals = array( |
| 478 | - 'subtotal' => wpinv_price( $invoice->get_subtotal(), $invoice->get_currency() ), |
|
| 479 | - 'discount' => wpinv_price( $invoice->get_total_discount(), $invoice->get_currency() ), |
|
| 480 | - 'tax' => wpinv_price( $invoice->get_total_tax(), $invoice->get_currency() ), |
|
| 478 | + 'subtotal' => wpinv_price($invoice->get_subtotal(), $invoice->get_currency()), |
|
| 479 | + 'discount' => wpinv_price($invoice->get_total_discount(), $invoice->get_currency()), |
|
| 480 | + 'tax' => wpinv_price($invoice->get_total_tax(), $invoice->get_currency()), |
|
| 481 | 481 | 'total' => $total, |
| 482 | 482 | ); |
| 483 | 483 | |
| 484 | - $totals = apply_filters( 'getpaid_invoice_totals', $totals, $invoice ); |
|
| 484 | + $totals = apply_filters('getpaid_invoice_totals', $totals, $invoice); |
|
| 485 | 485 | |
| 486 | - wp_send_json_success( compact( 'totals' ) ); |
|
| 486 | + wp_send_json_success(compact('totals')); |
|
| 487 | 487 | } |
| 488 | 488 | |
| 489 | 489 | /** |
@@ -492,33 +492,33 @@ discard block |
||
| 492 | 492 | public static function get_invoice_items() { |
| 493 | 493 | |
| 494 | 494 | // Verify nonce. |
| 495 | - check_ajax_referer( 'wpinv-nonce' ); |
|
| 495 | + check_ajax_referer('wpinv-nonce'); |
|
| 496 | 496 | |
| 497 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 497 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 498 | 498 | exit; |
| 499 | 499 | } |
| 500 | 500 | |
| 501 | 501 | // We need an invoice and items. |
| 502 | - if ( empty( $_POST['post_id'] ) ) { |
|
| 502 | + if (empty($_POST['post_id'])) { |
|
| 503 | 503 | exit; |
| 504 | 504 | } |
| 505 | 505 | |
| 506 | 506 | // Fetch the invoice. |
| 507 | - $invoice = new WPInv_Invoice( intval( $_POST['post_id'] ) ); |
|
| 507 | + $invoice = new WPInv_Invoice(intval($_POST['post_id'])); |
|
| 508 | 508 | |
| 509 | 509 | // Ensure it exists. |
| 510 | - if ( ! $invoice->get_id() ) { |
|
| 510 | + if (!$invoice->get_id()) { |
|
| 511 | 511 | exit; |
| 512 | 512 | } |
| 513 | 513 | |
| 514 | 514 | // Return an array of invoice items. |
| 515 | 515 | $items = array(); |
| 516 | 516 | |
| 517 | - foreach ( $invoice->get_items() as $item ) { |
|
| 518 | - $items[] = $item->prepare_data_for_invoice_edit_ajax( $invoice->get_currency(), $invoice->is_renewal() ); |
|
| 517 | + foreach ($invoice->get_items() as $item) { |
|
| 518 | + $items[] = $item->prepare_data_for_invoice_edit_ajax($invoice->get_currency(), $invoice->is_renewal()); |
|
| 519 | 519 | } |
| 520 | 520 | |
| 521 | - wp_send_json_success( compact( 'items' ) ); |
|
| 521 | + wp_send_json_success(compact('items')); |
|
| 522 | 522 | } |
| 523 | 523 | |
| 524 | 524 | /** |
@@ -527,50 +527,50 @@ discard block |
||
| 527 | 527 | public static function edit_invoice_item() { |
| 528 | 528 | |
| 529 | 529 | // Verify nonce. |
| 530 | - check_ajax_referer( 'wpinv-nonce' ); |
|
| 530 | + check_ajax_referer('wpinv-nonce'); |
|
| 531 | 531 | |
| 532 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 532 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 533 | 533 | exit; |
| 534 | 534 | } |
| 535 | 535 | |
| 536 | 536 | // We need an invoice and item details. |
| 537 | - if ( empty( $_POST['post_id'] ) || empty( $_POST['data'] ) ) { |
|
| 537 | + if (empty($_POST['post_id']) || empty($_POST['data'])) { |
|
| 538 | 538 | exit; |
| 539 | 539 | } |
| 540 | 540 | |
| 541 | 541 | // Fetch the invoice. |
| 542 | - $invoice = new WPInv_Invoice( intval( $_POST['post_id'] ) ); |
|
| 542 | + $invoice = new WPInv_Invoice(intval($_POST['post_id'])); |
|
| 543 | 543 | |
| 544 | 544 | // Ensure it exists and its not been paid for. |
| 545 | - if ( ! $invoice->get_id() || $invoice->is_paid() || $invoice->is_refunded() ) { |
|
| 545 | + if (!$invoice->get_id() || $invoice->is_paid() || $invoice->is_refunded()) { |
|
| 546 | 546 | exit; |
| 547 | 547 | } |
| 548 | 548 | |
| 549 | 549 | // Format the data. |
| 550 | - $data = wp_kses_post_deep( wp_unslash( wp_list_pluck( $_POST['data'], 'value', 'field' ) ) ); |
|
| 550 | + $data = wp_kses_post_deep(wp_unslash(wp_list_pluck($_POST['data'], 'value', 'field'))); |
|
| 551 | 551 | |
| 552 | 552 | // Ensure that we have an item id. |
| 553 | - if ( empty( $data['id'] ) ) { |
|
| 553 | + if (empty($data['id'])) { |
|
| 554 | 554 | exit; |
| 555 | 555 | } |
| 556 | 556 | |
| 557 | 557 | // Abort if the invoice does not have the specified item. |
| 558 | - $item = $invoice->get_item( (int) $data['id'] ); |
|
| 558 | + $item = $invoice->get_item((int) $data['id']); |
|
| 559 | 559 | |
| 560 | - if ( empty( $item ) ) { |
|
| 560 | + if (empty($item)) { |
|
| 561 | 561 | exit; |
| 562 | 562 | } |
| 563 | 563 | |
| 564 | 564 | // Update the item. |
| 565 | - $item->set_price( getpaid_standardize_amount( $data['price'] ) ); |
|
| 566 | - $item->set_name( sanitize_text_field( $data['name'] ) ); |
|
| 567 | - $item->set_description( wp_kses_post( $data['description'] ) ); |
|
| 568 | - $item->set_quantity( floatval( $data['quantity'] ) ); |
|
| 565 | + $item->set_price(getpaid_standardize_amount($data['price'])); |
|
| 566 | + $item->set_name(sanitize_text_field($data['name'])); |
|
| 567 | + $item->set_description(wp_kses_post($data['description'])); |
|
| 568 | + $item->set_quantity(floatval($data['quantity'])); |
|
| 569 | 569 | |
| 570 | 570 | // Add it to the invoice. |
| 571 | - $error = $invoice->add_item( $item ); |
|
| 571 | + $error = $invoice->add_item($item); |
|
| 572 | 572 | $alert = false; |
| 573 | - if ( is_wp_error( $error ) ) { |
|
| 573 | + if (is_wp_error($error)) { |
|
| 574 | 574 | $alert = $error->get_error_message(); |
| 575 | 575 | } |
| 576 | 576 | |
@@ -583,11 +583,11 @@ discard block |
||
| 583 | 583 | // Return an array of invoice items. |
| 584 | 584 | $items = array(); |
| 585 | 585 | |
| 586 | - foreach ( $invoice->get_items() as $item ) { |
|
| 587 | - $items[] = $item->prepare_data_for_invoice_edit_ajax( $invoice->get_currency() ); |
|
| 586 | + foreach ($invoice->get_items() as $item) { |
|
| 587 | + $items[] = $item->prepare_data_for_invoice_edit_ajax($invoice->get_currency()); |
|
| 588 | 588 | } |
| 589 | 589 | |
| 590 | - wp_send_json_success( compact( 'items', 'alert' ) ); |
|
| 590 | + wp_send_json_success(compact('items', 'alert')); |
|
| 591 | 591 | } |
| 592 | 592 | |
| 593 | 593 | /** |
@@ -596,53 +596,53 @@ discard block |
||
| 596 | 596 | public static function create_invoice_item() { |
| 597 | 597 | |
| 598 | 598 | // Verify nonce. |
| 599 | - check_ajax_referer( 'wpinv-nonce' ); |
|
| 599 | + check_ajax_referer('wpinv-nonce'); |
|
| 600 | 600 | |
| 601 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 601 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 602 | 602 | exit; |
| 603 | 603 | } |
| 604 | 604 | |
| 605 | 605 | // We need an invoice and item details. |
| 606 | - if ( empty( $_POST['invoice_id'] ) || empty( $_POST['_wpinv_quick'] ) ) { |
|
| 606 | + if (empty($_POST['invoice_id']) || empty($_POST['_wpinv_quick'])) { |
|
| 607 | 607 | exit; |
| 608 | 608 | } |
| 609 | 609 | |
| 610 | 610 | // Fetch the invoice. |
| 611 | - $invoice = new WPInv_Invoice( intval( $_POST['invoice_id'] ) ); |
|
| 611 | + $invoice = new WPInv_Invoice(intval($_POST['invoice_id'])); |
|
| 612 | 612 | |
| 613 | 613 | // Ensure it exists and its not been paid for. |
| 614 | - if ( ! $invoice->get_id() || $invoice->is_paid() || $invoice->is_refunded() ) { |
|
| 614 | + if (!$invoice->get_id() || $invoice->is_paid() || $invoice->is_refunded()) { |
|
| 615 | 615 | exit; |
| 616 | 616 | } |
| 617 | 617 | |
| 618 | 618 | // Format the data. |
| 619 | - $data = wp_kses_post_deep( wp_unslash( $_POST['_wpinv_quick'] ) ); |
|
| 619 | + $data = wp_kses_post_deep(wp_unslash($_POST['_wpinv_quick'])); |
|
| 620 | 620 | |
| 621 | 621 | $item = new WPInv_Item(); |
| 622 | - $item->set_price( getpaid_standardize_amount( $data['price'] ) ); |
|
| 623 | - $item->set_name( sanitize_text_field( $data['name'] ) ); |
|
| 624 | - $item->set_description( wp_kses_post( $data['description'] ) ); |
|
| 625 | - $item->set_type( sanitize_text_field( $data['type'] ) ); |
|
| 626 | - $item->set_vat_rule( sanitize_text_field( $data['vat_rule'] ) ); |
|
| 627 | - $item->set_vat_class( sanitize_text_field( $data['vat_class'] ) ); |
|
| 628 | - $item->set_status( 'publish' ); |
|
| 622 | + $item->set_price(getpaid_standardize_amount($data['price'])); |
|
| 623 | + $item->set_name(sanitize_text_field($data['name'])); |
|
| 624 | + $item->set_description(wp_kses_post($data['description'])); |
|
| 625 | + $item->set_type(sanitize_text_field($data['type'])); |
|
| 626 | + $item->set_vat_rule(sanitize_text_field($data['vat_rule'])); |
|
| 627 | + $item->set_vat_class(sanitize_text_field($data['vat_class'])); |
|
| 628 | + $item->set_status('publish'); |
|
| 629 | 629 | $item->save(); |
| 630 | 630 | |
| 631 | - if ( ! $item->exists() ) { |
|
| 632 | - $alert = __( 'Could not create invoice item. Please try again.', 'invoicing' ); |
|
| 633 | - wp_send_json_success( compact( 'alert' ) ); |
|
| 631 | + if (!$item->exists()) { |
|
| 632 | + $alert = __('Could not create invoice item. Please try again.', 'invoicing'); |
|
| 633 | + wp_send_json_success(compact('alert')); |
|
| 634 | 634 | } |
| 635 | 635 | |
| 636 | - $item = new GetPaid_Form_Item( $item->get_id() ); |
|
| 637 | - $item->set_quantity( floatval( $data['qty'] ) ); |
|
| 636 | + $item = new GetPaid_Form_Item($item->get_id()); |
|
| 637 | + $item->set_quantity(floatval($data['qty'])); |
|
| 638 | 638 | |
| 639 | 639 | // Add it to the invoice. |
| 640 | - $error = $invoice->add_item( $item ); |
|
| 640 | + $error = $invoice->add_item($item); |
|
| 641 | 641 | $alert = false; |
| 642 | 642 | |
| 643 | - if ( is_wp_error( $error ) ) { |
|
| 643 | + if (is_wp_error($error)) { |
|
| 644 | 644 | $alert = $error->get_error_message(); |
| 645 | - wp_send_json_success( compact( 'alert' ) ); |
|
| 645 | + wp_send_json_success(compact('alert')); |
|
| 646 | 646 | } |
| 647 | 647 | |
| 648 | 648 | // Update totals. |
@@ -655,9 +655,9 @@ discard block |
||
| 655 | 655 | $invoice->recalculate_total(); |
| 656 | 656 | $invoice->save(); |
| 657 | 657 | ob_start(); |
| 658 | - GetPaid_Meta_Box_Invoice_Items::output_row( GetPaid_Meta_Box_Invoice_Items::get_columns( $invoice ), $item, $invoice ); |
|
| 658 | + GetPaid_Meta_Box_Invoice_Items::output_row(GetPaid_Meta_Box_Invoice_Items::get_columns($invoice), $item, $invoice); |
|
| 659 | 659 | $row = ob_get_clean(); |
| 660 | - wp_send_json_success( compact( 'row' ) ); |
|
| 660 | + wp_send_json_success(compact('row')); |
|
| 661 | 661 | } |
| 662 | 662 | |
| 663 | 663 | /** |
@@ -666,33 +666,33 @@ discard block |
||
| 666 | 666 | public static function remove_invoice_item() { |
| 667 | 667 | |
| 668 | 668 | // Verify nonce. |
| 669 | - check_ajax_referer( 'wpinv-nonce' ); |
|
| 669 | + check_ajax_referer('wpinv-nonce'); |
|
| 670 | 670 | |
| 671 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 671 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 672 | 672 | exit; |
| 673 | 673 | } |
| 674 | 674 | |
| 675 | 675 | // We need an invoice and an item. |
| 676 | - if ( empty( $_POST['post_id'] ) || empty( $_POST['item_id'] ) ) { |
|
| 676 | + if (empty($_POST['post_id']) || empty($_POST['item_id'])) { |
|
| 677 | 677 | exit; |
| 678 | 678 | } |
| 679 | 679 | |
| 680 | 680 | // Fetch the invoice. |
| 681 | - $invoice = new WPInv_Invoice( intval( $_POST['post_id'] ) ); |
|
| 681 | + $invoice = new WPInv_Invoice(intval($_POST['post_id'])); |
|
| 682 | 682 | |
| 683 | 683 | // Ensure it exists and its not been paid for. |
| 684 | - if ( ! $invoice->get_id() || $invoice->is_paid() || $invoice->is_refunded() ) { |
|
| 684 | + if (!$invoice->get_id() || $invoice->is_paid() || $invoice->is_refunded()) { |
|
| 685 | 685 | exit; |
| 686 | 686 | } |
| 687 | 687 | |
| 688 | 688 | // Abort if the invoice does not have the specified item. |
| 689 | - $item = $invoice->get_item( (int) $_POST['item_id'] ); |
|
| 689 | + $item = $invoice->get_item((int) $_POST['item_id']); |
|
| 690 | 690 | |
| 691 | - if ( empty( $item ) ) { |
|
| 691 | + if (empty($item)) { |
|
| 692 | 692 | exit; |
| 693 | 693 | } |
| 694 | 694 | |
| 695 | - $invoice->remove_item( (int) $_POST['item_id'] ); |
|
| 695 | + $invoice->remove_item((int) $_POST['item_id']); |
|
| 696 | 696 | |
| 697 | 697 | // Update totals. |
| 698 | 698 | $invoice->recalculate_total(); |
@@ -703,11 +703,11 @@ discard block |
||
| 703 | 703 | // Return an array of invoice items. |
| 704 | 704 | $items = array(); |
| 705 | 705 | |
| 706 | - foreach ( $invoice->get_items() as $item ) { |
|
| 707 | - $items[] = $item->prepare_data_for_invoice_edit_ajax( $invoice->get_currency() ); |
|
| 706 | + foreach ($invoice->get_items() as $item) { |
|
| 707 | + $items[] = $item->prepare_data_for_invoice_edit_ajax($invoice->get_currency()); |
|
| 708 | 708 | } |
| 709 | 709 | |
| 710 | - wp_send_json_success( compact( 'items' ) ); |
|
| 710 | + wp_send_json_success(compact('items')); |
|
| 711 | 711 | } |
| 712 | 712 | |
| 713 | 713 | /** |
@@ -716,68 +716,68 @@ discard block |
||
| 716 | 716 | public static function recalculate_full_prices() { |
| 717 | 717 | |
| 718 | 718 | // Verify nonce. |
| 719 | - check_ajax_referer( 'wpinv-nonce' ); |
|
| 719 | + check_ajax_referer('wpinv-nonce'); |
|
| 720 | 720 | |
| 721 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 721 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 722 | 722 | exit; |
| 723 | 723 | } |
| 724 | 724 | |
| 725 | 725 | // We need an invoice and item. |
| 726 | - if ( empty( $_POST['post_id'] ) ) { |
|
| 726 | + if (empty($_POST['post_id'])) { |
|
| 727 | 727 | exit; |
| 728 | 728 | } |
| 729 | 729 | |
| 730 | 730 | // Fetch the invoice. |
| 731 | - $invoice = new WPInv_Invoice( intval( $_POST['post_id'] ) ); |
|
| 731 | + $invoice = new WPInv_Invoice(intval($_POST['post_id'])); |
|
| 732 | 732 | $alert = false; |
| 733 | 733 | |
| 734 | 734 | // Ensure it exists and its not been paid for. |
| 735 | - if ( ! $invoice->get_id() || $invoice->is_paid() || $invoice->is_refunded() ) { |
|
| 735 | + if (!$invoice->get_id() || $invoice->is_paid() || $invoice->is_refunded()) { |
|
| 736 | 736 | exit; |
| 737 | 737 | } |
| 738 | 738 | |
| 739 | - $invoice->set_items( array() ); |
|
| 739 | + $invoice->set_items(array()); |
|
| 740 | 740 | |
| 741 | - if ( ! empty( $_POST['getpaid_items'] ) ) { |
|
| 741 | + if (!empty($_POST['getpaid_items'])) { |
|
| 742 | 742 | |
| 743 | - foreach ( wp_kses_post_deep( $_POST['getpaid_items'] ) as $item_id => $args ) { |
|
| 744 | - $item = new GetPaid_Form_Item( $item_id ); |
|
| 743 | + foreach (wp_kses_post_deep($_POST['getpaid_items']) as $item_id => $args) { |
|
| 744 | + $item = new GetPaid_Form_Item($item_id); |
|
| 745 | 745 | |
| 746 | - if ( $item->exists() ) { |
|
| 747 | - $item->set_price( getpaid_standardize_amount( $args['price'] ) ); |
|
| 748 | - $item->set_quantity( floatval( $args['quantity'] ) ); |
|
| 749 | - $item->set_name( sanitize_text_field( $args['name'] ) ); |
|
| 750 | - $item->set_description( wp_kses_post( $args['description'] ) ); |
|
| 751 | - $invoice->add_item( $item ); |
|
| 746 | + if ($item->exists()) { |
|
| 747 | + $item->set_price(getpaid_standardize_amount($args['price'])); |
|
| 748 | + $item->set_quantity(floatval($args['quantity'])); |
|
| 749 | + $item->set_name(sanitize_text_field($args['name'])); |
|
| 750 | + $item->set_description(wp_kses_post($args['description'])); |
|
| 751 | + $invoice->add_item($item); |
|
| 752 | 752 | } |
| 753 | 753 | } |
| 754 | 754 | } |
| 755 | 755 | |
| 756 | - $invoice->set_disable_taxes( ! empty( $_POST['disable_taxes'] ) ); |
|
| 756 | + $invoice->set_disable_taxes(!empty($_POST['disable_taxes'])); |
|
| 757 | 757 | |
| 758 | 758 | // Maybe set the country, state, currency. |
| 759 | - foreach ( array( 'wpinv_country', 'wpinv_state', 'wpinv_currency', 'wpinv_vat_number', 'wpinv_discount_code' ) as $key ) { |
|
| 760 | - if ( isset( $_POST[ $key ] ) ) { |
|
| 761 | - $_key = str_replace( 'wpinv_', '', $key ); |
|
| 759 | + foreach (array('wpinv_country', 'wpinv_state', 'wpinv_currency', 'wpinv_vat_number', 'wpinv_discount_code') as $key) { |
|
| 760 | + if (isset($_POST[$key])) { |
|
| 761 | + $_key = str_replace('wpinv_', '', $key); |
|
| 762 | 762 | $method = "set_$_key"; |
| 763 | - $invoice->$method( sanitize_text_field( $_POST[ $key ] ) ); |
|
| 763 | + $invoice->$method(sanitize_text_field($_POST[$key])); |
|
| 764 | 764 | } |
| 765 | 765 | } |
| 766 | 766 | |
| 767 | - $discount = new WPInv_Discount( $invoice->get_discount_code() ); |
|
| 768 | - if ( $discount->exists() ) { |
|
| 769 | - $invoice->add_discount( getpaid_calculate_invoice_discount( $invoice, $discount ) ); |
|
| 767 | + $discount = new WPInv_Discount($invoice->get_discount_code()); |
|
| 768 | + if ($discount->exists()) { |
|
| 769 | + $invoice->add_discount(getpaid_calculate_invoice_discount($invoice, $discount)); |
|
| 770 | 770 | } else { |
| 771 | - $invoice->remove_discount( 'discount_code' ); |
|
| 771 | + $invoice->remove_discount('discount_code'); |
|
| 772 | 772 | } |
| 773 | 773 | |
| 774 | 774 | // Save the invoice. |
| 775 | 775 | $invoice->recalculate_total(); |
| 776 | 776 | $invoice->save(); |
| 777 | 777 | ob_start(); |
| 778 | - GetPaid_Meta_Box_Invoice_Items::output( get_post( $invoice->get_id() ), $invoice ); |
|
| 778 | + GetPaid_Meta_Box_Invoice_Items::output(get_post($invoice->get_id()), $invoice); |
|
| 779 | 779 | $table = ob_get_clean(); |
| 780 | - wp_send_json_success( compact( 'table' ) ); |
|
| 780 | + wp_send_json_success(compact('table')); |
|
| 781 | 781 | } |
| 782 | 782 | |
| 783 | 783 | /** |
@@ -786,42 +786,42 @@ discard block |
||
| 786 | 786 | public static function admin_add_invoice_item() { |
| 787 | 787 | |
| 788 | 788 | // Verify nonce. |
| 789 | - check_ajax_referer( 'wpinv-nonce' ); |
|
| 789 | + check_ajax_referer('wpinv-nonce'); |
|
| 790 | 790 | |
| 791 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 791 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 792 | 792 | exit; |
| 793 | 793 | } |
| 794 | 794 | |
| 795 | 795 | // We need an invoice and item. |
| 796 | - if ( empty( $_POST['post_id'] ) || empty( $_POST['item_id'] ) ) { |
|
| 796 | + if (empty($_POST['post_id']) || empty($_POST['item_id'])) { |
|
| 797 | 797 | exit; |
| 798 | 798 | } |
| 799 | 799 | |
| 800 | 800 | // Fetch the invoice. |
| 801 | - $invoice = new WPInv_Invoice( intval( $_POST['post_id'] ) ); |
|
| 801 | + $invoice = new WPInv_Invoice(intval($_POST['post_id'])); |
|
| 802 | 802 | $alert = false; |
| 803 | 803 | |
| 804 | 804 | // Ensure it exists and its not been paid for. |
| 805 | - if ( ! $invoice->get_id() || $invoice->is_paid() || $invoice->is_refunded() ) { |
|
| 805 | + if (!$invoice->get_id() || $invoice->is_paid() || $invoice->is_refunded()) { |
|
| 806 | 806 | exit; |
| 807 | 807 | } |
| 808 | 808 | |
| 809 | 809 | // Add the item. |
| 810 | - $item = new GetPaid_Form_Item( (int) $_POST['item_id'] ); |
|
| 811 | - $error = $invoice->add_item( $item ); |
|
| 810 | + $item = new GetPaid_Form_Item((int) $_POST['item_id']); |
|
| 811 | + $error = $invoice->add_item($item); |
|
| 812 | 812 | |
| 813 | - if ( is_wp_error( $error ) ) { |
|
| 813 | + if (is_wp_error($error)) { |
|
| 814 | 814 | $alert = $error->get_error_message(); |
| 815 | - wp_send_json_success( compact( 'alert' ) ); |
|
| 815 | + wp_send_json_success(compact('alert')); |
|
| 816 | 816 | } |
| 817 | 817 | |
| 818 | 818 | // Save the invoice. |
| 819 | 819 | $invoice->recalculate_total(); |
| 820 | 820 | $invoice->save(); |
| 821 | 821 | ob_start(); |
| 822 | - GetPaid_Meta_Box_Invoice_Items::output_row( GetPaid_Meta_Box_Invoice_Items::get_columns( $invoice ), $item, $invoice ); |
|
| 822 | + GetPaid_Meta_Box_Invoice_Items::output_row(GetPaid_Meta_Box_Invoice_Items::get_columns($invoice), $item, $invoice); |
|
| 823 | 823 | $row = ob_get_clean(); |
| 824 | - wp_send_json_success( compact( 'row' ) ); |
|
| 824 | + wp_send_json_success(compact('row')); |
|
| 825 | 825 | } |
| 826 | 826 | |
| 827 | 827 | /** |
@@ -830,39 +830,39 @@ discard block |
||
| 830 | 830 | public static function add_invoice_items() { |
| 831 | 831 | |
| 832 | 832 | // Verify nonce. |
| 833 | - check_ajax_referer( 'wpinv-nonce' ); |
|
| 833 | + check_ajax_referer('wpinv-nonce'); |
|
| 834 | 834 | |
| 835 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 835 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 836 | 836 | exit; |
| 837 | 837 | } |
| 838 | 838 | |
| 839 | 839 | // We need an invoice and items. |
| 840 | - if ( empty( $_POST['post_id'] ) || empty( $_POST['items'] ) ) { |
|
| 840 | + if (empty($_POST['post_id']) || empty($_POST['items'])) { |
|
| 841 | 841 | exit; |
| 842 | 842 | } |
| 843 | 843 | |
| 844 | 844 | // Fetch the invoice. |
| 845 | - $invoice = new WPInv_Invoice( intval( $_POST['post_id'] ) ); |
|
| 845 | + $invoice = new WPInv_Invoice(intval($_POST['post_id'])); |
|
| 846 | 846 | $alert = false; |
| 847 | 847 | |
| 848 | 848 | // Ensure it exists and its not been paid for. |
| 849 | - if ( ! $invoice->get_id() || $invoice->is_paid() || $invoice->is_refunded() ) { |
|
| 849 | + if (!$invoice->get_id() || $invoice->is_paid() || $invoice->is_refunded()) { |
|
| 850 | 850 | exit; |
| 851 | 851 | } |
| 852 | 852 | |
| 853 | 853 | // Add the items. |
| 854 | - foreach ( wp_kses_post_deep( wp_unslash( $_POST['items'] ) ) as $data ) { |
|
| 854 | + foreach (wp_kses_post_deep(wp_unslash($_POST['items'])) as $data) { |
|
| 855 | 855 | |
| 856 | - $item = new GetPaid_Form_Item( (int) $data['id'] ); |
|
| 856 | + $item = new GetPaid_Form_Item((int) $data['id']); |
|
| 857 | 857 | |
| 858 | - if ( is_numeric( $data['qty'] ) && (float) $data['qty'] > 0 ) { |
|
| 859 | - $item->set_quantity( floatval( $data['qty'] ) ); |
|
| 858 | + if (is_numeric($data['qty']) && (float) $data['qty'] > 0) { |
|
| 859 | + $item->set_quantity(floatval($data['qty'])); |
|
| 860 | 860 | } |
| 861 | 861 | |
| 862 | - if ( $item->get_id() > 0 ) { |
|
| 863 | - $error = $invoice->add_item( $item ); |
|
| 862 | + if ($item->get_id() > 0) { |
|
| 863 | + $error = $invoice->add_item($item); |
|
| 864 | 864 | |
| 865 | - if ( is_wp_error( $error ) ) { |
|
| 865 | + if (is_wp_error($error)) { |
|
| 866 | 866 | $alert = $error->get_error_message(); |
| 867 | 867 | } |
| 868 | 868 | } |
@@ -875,11 +875,11 @@ discard block |
||
| 875 | 875 | // Return an array of invoice items. |
| 876 | 876 | $items = array(); |
| 877 | 877 | |
| 878 | - foreach ( $invoice->get_items() as $item ) { |
|
| 879 | - $items[] = $item->prepare_data_for_invoice_edit_ajax( $invoice->get_currency() ); |
|
| 878 | + foreach ($invoice->get_items() as $item) { |
|
| 879 | + $items[] = $item->prepare_data_for_invoice_edit_ajax($invoice->get_currency()); |
|
| 880 | 880 | } |
| 881 | 881 | |
| 882 | - wp_send_json_success( compact( 'items', 'alert' ) ); |
|
| 882 | + wp_send_json_success(compact('items', 'alert')); |
|
| 883 | 883 | } |
| 884 | 884 | |
| 885 | 885 | /** |
@@ -888,15 +888,15 @@ discard block |
||
| 888 | 888 | public static function get_invoicing_items() { |
| 889 | 889 | |
| 890 | 890 | // Verify nonce. |
| 891 | - check_ajax_referer( 'wpinv-nonce' ); |
|
| 891 | + check_ajax_referer('wpinv-nonce'); |
|
| 892 | 892 | |
| 893 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 893 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 894 | 894 | exit; |
| 895 | 895 | } |
| 896 | 896 | |
| 897 | 897 | // We need a search term. |
| 898 | - if ( empty( $_GET['search'] ) ) { |
|
| 899 | - wp_send_json_success( array() ); |
|
| 898 | + if (empty($_GET['search'])) { |
|
| 899 | + wp_send_json_success(array()); |
|
| 900 | 900 | } |
| 901 | 901 | |
| 902 | 902 | // Retrieve items. |
@@ -905,8 +905,8 @@ discard block |
||
| 905 | 905 | 'orderby' => 'title', |
| 906 | 906 | 'order' => 'ASC', |
| 907 | 907 | 'posts_per_page' => -1, |
| 908 | - 'post_status' => array( 'publish' ), |
|
| 909 | - 's' => sanitize_text_field( urldecode( $_GET['search'] ) ), |
|
| 908 | + 'post_status' => array('publish'), |
|
| 909 | + 's' => sanitize_text_field(urldecode($_GET['search'])), |
|
| 910 | 910 | 'meta_query' => array( |
| 911 | 911 | array( |
| 912 | 912 | 'key' => '_wpinv_type', |
@@ -916,25 +916,25 @@ discard block |
||
| 916 | 916 | ), |
| 917 | 917 | ); |
| 918 | 918 | |
| 919 | - if ( ! empty( $_GET['ignore'] ) ) { |
|
| 920 | - $item_args['exclude'] = wp_parse_id_list( sanitize_text_field( $_GET['ignore'] ) ); |
|
| 919 | + if (!empty($_GET['ignore'])) { |
|
| 920 | + $item_args['exclude'] = wp_parse_id_list(sanitize_text_field($_GET['ignore'])); |
|
| 921 | 921 | } |
| 922 | 922 | |
| 923 | - $items = get_posts( apply_filters( 'getpaid_ajax_invoice_items_query_args', $item_args ) ); |
|
| 923 | + $items = get_posts(apply_filters('getpaid_ajax_invoice_items_query_args', $item_args)); |
|
| 924 | 924 | $data = array(); |
| 925 | 925 | |
| 926 | - $is_payment_form = ( ! empty( $_GET['post_id'] ) && 'wpi_payment_form' == get_post_type( (int) $_GET['post_id'] ) ); |
|
| 926 | + $is_payment_form = (!empty($_GET['post_id']) && 'wpi_payment_form' == get_post_type((int) $_GET['post_id'])); |
|
| 927 | 927 | |
| 928 | - foreach ( $items as $item ) { |
|
| 929 | - $item = new GetPaid_Form_Item( $item ); |
|
| 928 | + foreach ($items as $item) { |
|
| 929 | + $item = new GetPaid_Form_Item($item); |
|
| 930 | 930 | $data[] = array( |
| 931 | 931 | 'id' => (int) $item->get_id(), |
| 932 | - 'text' => strip_tags( $item->get_name() ), |
|
| 933 | - 'form_data' => $is_payment_form ? $item->prepare_data_for_use( false ) : '', |
|
| 932 | + 'text' => strip_tags($item->get_name()), |
|
| 933 | + 'form_data' => $is_payment_form ? $item->prepare_data_for_use(false) : '', |
|
| 934 | 934 | ); |
| 935 | 935 | } |
| 936 | 936 | |
| 937 | - wp_send_json_success( $data ); |
|
| 937 | + wp_send_json_success($data); |
|
| 938 | 938 | |
| 939 | 939 | } |
| 940 | 940 | |
@@ -944,37 +944,37 @@ discard block |
||
| 944 | 944 | public static function get_customers() { |
| 945 | 945 | |
| 946 | 946 | // Verify nonce. |
| 947 | - check_ajax_referer( 'wpinv-nonce' ); |
|
| 947 | + check_ajax_referer('wpinv-nonce'); |
|
| 948 | 948 | |
| 949 | - if ( ! wpinv_current_user_can_manage_invoicing() ) { |
|
| 949 | + if (!wpinv_current_user_can_manage_invoicing()) { |
|
| 950 | 950 | exit; |
| 951 | 951 | } |
| 952 | 952 | |
| 953 | 953 | // We need a search term. |
| 954 | - if ( empty( $_GET['search'] ) ) { |
|
| 955 | - wp_send_json_success( array() ); |
|
| 954 | + if (empty($_GET['search'])) { |
|
| 955 | + wp_send_json_success(array()); |
|
| 956 | 956 | } |
| 957 | 957 | |
| 958 | 958 | // Retrieve customers. |
| 959 | 959 | |
| 960 | 960 | $customer_args = array( |
| 961 | - 'fields' => array( 'ID', 'user_email', 'display_name' ), |
|
| 961 | + 'fields' => array('ID', 'user_email', 'display_name'), |
|
| 962 | 962 | 'orderby' => 'display_name', |
| 963 | - 'search' => '*' . sanitize_text_field( $_GET['search'] ) . '*', |
|
| 964 | - 'search_columns' => array( 'user_login', 'user_email', 'display_name' ), |
|
| 963 | + 'search' => '*' . sanitize_text_field($_GET['search']) . '*', |
|
| 964 | + 'search_columns' => array('user_login', 'user_email', 'display_name'), |
|
| 965 | 965 | ); |
| 966 | 966 | |
| 967 | - $customers = get_users( apply_filters( 'getpaid_ajax_invoice_customers_query_args', $customer_args ) ); |
|
| 967 | + $customers = get_users(apply_filters('getpaid_ajax_invoice_customers_query_args', $customer_args)); |
|
| 968 | 968 | $data = array(); |
| 969 | 969 | |
| 970 | - foreach ( $customers as $customer ) { |
|
| 970 | + foreach ($customers as $customer) { |
|
| 971 | 971 | $data[] = array( |
| 972 | 972 | 'id' => (int) $customer->ID, |
| 973 | - 'text' => strip_tags( sprintf( _x( '%1$s (%2$s)', 'user dropdown', 'invoicing' ), $customer->display_name, $customer->user_email ) ), |
|
| 973 | + 'text' => strip_tags(sprintf(_x('%1$s (%2$s)', 'user dropdown', 'invoicing'), $customer->display_name, $customer->user_email)), |
|
| 974 | 974 | ); |
| 975 | 975 | } |
| 976 | 976 | |
| 977 | - wp_send_json_success( $data ); |
|
| 977 | + wp_send_json_success($data); |
|
| 978 | 978 | |
| 979 | 979 | } |
| 980 | 980 | |
@@ -984,25 +984,25 @@ discard block |
||
| 984 | 984 | public static function get_aui_states_field() { |
| 985 | 985 | |
| 986 | 986 | // We need a country. |
| 987 | - if ( empty( $_GET['country'] ) ) { |
|
| 987 | + if (empty($_GET['country'])) { |
|
| 988 | 988 | exit; |
| 989 | 989 | } |
| 990 | 990 | |
| 991 | - $states = wpinv_get_country_states( sanitize_text_field( $_GET['country'] ) ); |
|
| 992 | - $state = isset( $_GET['state'] ) ? sanitize_text_field( $_GET['state'] ) : wpinv_get_default_state(); |
|
| 993 | - $name = isset( $_GET['name'] ) ? sanitize_text_field( $_GET['name'] ) : 'wpinv_state'; |
|
| 994 | - $class = isset( $_GET['class'] ) ? sanitize_text_field( $_GET['class'] ) : 'form-control-sm'; |
|
| 991 | + $states = wpinv_get_country_states(sanitize_text_field($_GET['country'])); |
|
| 992 | + $state = isset($_GET['state']) ? sanitize_text_field($_GET['state']) : wpinv_get_default_state(); |
|
| 993 | + $name = isset($_GET['name']) ? sanitize_text_field($_GET['name']) : 'wpinv_state'; |
|
| 994 | + $class = isset($_GET['class']) ? sanitize_text_field($_GET['class']) : 'form-control-sm'; |
|
| 995 | 995 | |
| 996 | - if ( empty( $states ) ) { |
|
| 996 | + if (empty($states)) { |
|
| 997 | 997 | |
| 998 | 998 | $html = aui()->input( |
| 999 | 999 | array( |
| 1000 | 1000 | 'type' => 'text', |
| 1001 | 1001 | 'id' => 'wpinv_state', |
| 1002 | 1002 | 'name' => $name, |
| 1003 | - 'label' => __( 'State', 'invoicing' ), |
|
| 1003 | + 'label' => __('State', 'invoicing'), |
|
| 1004 | 1004 | 'label_type' => 'vertical', |
| 1005 | - 'placeholder' => __( 'State', 'invoicing' ), |
|
| 1005 | + 'placeholder' => __('State', 'invoicing'), |
|
| 1006 | 1006 | 'class' => $class, |
| 1007 | 1007 | 'value' => $state, |
| 1008 | 1008 | ) |
@@ -1014,9 +1014,9 @@ discard block |
||
| 1014 | 1014 | array( |
| 1015 | 1015 | 'id' => 'wpinv_state', |
| 1016 | 1016 | 'name' => $name, |
| 1017 | - 'label' => __( 'State', 'invoicing' ), |
|
| 1017 | + 'label' => __('State', 'invoicing'), |
|
| 1018 | 1018 | 'label_type' => 'vertical', |
| 1019 | - 'placeholder' => __( 'Select a state', 'invoicing' ), |
|
| 1019 | + 'placeholder' => __('Select a state', 'invoicing'), |
|
| 1020 | 1020 | 'class' => $class, |
| 1021 | 1021 | 'value' => $state, |
| 1022 | 1022 | 'options' => $states, |
@@ -1030,7 +1030,7 @@ discard block |
||
| 1030 | 1030 | wp_send_json_success( |
| 1031 | 1031 | array( |
| 1032 | 1032 | 'html' => $html, |
| 1033 | - 'select' => ! empty( $states ), |
|
| 1033 | + 'select' => !empty($states), |
|
| 1034 | 1034 | ) |
| 1035 | 1035 | ); |
| 1036 | 1036 | |
@@ -1044,8 +1044,8 @@ discard block |
||
| 1044 | 1044 | public static function payment_form_refresh_prices() { |
| 1045 | 1045 | |
| 1046 | 1046 | // ... form fields... |
| 1047 | - if ( empty( $_POST['getpaid_payment_form_submission'] ) ) { |
|
| 1048 | - esc_html_e( 'Error: Reload the page and try again.', 'invoicing' ); |
|
| 1047 | + if (empty($_POST['getpaid_payment_form_submission'])) { |
|
| 1048 | + esc_html_e('Error: Reload the page and try again.', 'invoicing'); |
|
| 1049 | 1049 | exit; |
| 1050 | 1050 | } |
| 1051 | 1051 | |
@@ -1053,7 +1053,7 @@ discard block |
||
| 1053 | 1053 | $submission = new GetPaid_Payment_Form_Submission(); |
| 1054 | 1054 | |
| 1055 | 1055 | // Do we have an error? |
| 1056 | - if ( ! empty( $submission->last_error ) ) { |
|
| 1056 | + if (!empty($submission->last_error)) { |
|
| 1057 | 1057 | wp_send_json_error( |
| 1058 | 1058 | array( |
| 1059 | 1059 | 'code' => $submission->last_error_code, |
@@ -1063,12 +1063,12 @@ discard block |
||
| 1063 | 1063 | } |
| 1064 | 1064 | |
| 1065 | 1065 | // Prepare the response. |
| 1066 | - $response = new GetPaid_Payment_Form_Submission_Refresh_Prices( $submission ); |
|
| 1066 | + $response = new GetPaid_Payment_Form_Submission_Refresh_Prices($submission); |
|
| 1067 | 1067 | |
| 1068 | 1068 | // Filter the response. |
| 1069 | - $response = apply_filters( 'getpaid_payment_form_ajax_refresh_prices', $response->response, $submission ); |
|
| 1069 | + $response = apply_filters('getpaid_payment_form_ajax_refresh_prices', $response->response, $submission); |
|
| 1070 | 1070 | |
| 1071 | - wp_send_json_success( $response ); |
|
| 1071 | + wp_send_json_success($response); |
|
| 1072 | 1072 | } |
| 1073 | 1073 | |
| 1074 | 1074 | /** |
@@ -1080,63 +1080,63 @@ discard block |
||
| 1080 | 1080 | public static function file_upload() { |
| 1081 | 1081 | |
| 1082 | 1082 | // Check nonce. |
| 1083 | - check_ajax_referer( 'getpaid_form_nonce' ); |
|
| 1083 | + check_ajax_referer('getpaid_form_nonce'); |
|
| 1084 | 1084 | |
| 1085 | - if ( empty( $_POST['form_id'] ) || empty( $_POST['field_name'] ) || empty( $_FILES['file'] ) ) { |
|
| 1086 | - wp_die( esc_html_e( 'Bad Request', 'invoicing' ), 400 ); |
|
| 1085 | + if (empty($_POST['form_id']) || empty($_POST['field_name']) || empty($_FILES['file'])) { |
|
| 1086 | + wp_die(esc_html_e('Bad Request', 'invoicing'), 400); |
|
| 1087 | 1087 | } |
| 1088 | 1088 | |
| 1089 | 1089 | // Fetch form. |
| 1090 | - $form = new GetPaid_Payment_Form( intval( $_POST['form_id'] ) ); |
|
| 1090 | + $form = new GetPaid_Payment_Form(intval($_POST['form_id'])); |
|
| 1091 | 1091 | |
| 1092 | - if ( ! $form->is_active() ) { |
|
| 1093 | - wp_send_json_error( __( 'Payment form not active', 'invoicing' ) ); |
|
| 1092 | + if (!$form->is_active()) { |
|
| 1093 | + wp_send_json_error(__('Payment form not active', 'invoicing')); |
|
| 1094 | 1094 | } |
| 1095 | 1095 | |
| 1096 | 1096 | // Fetch appropriate field. |
| 1097 | - $upload_field = current( wp_list_filter( $form->get_elements(), array( 'id' => sanitize_text_field( $_POST['field_name'] ) ) ) ); |
|
| 1098 | - if ( empty( $upload_field ) ) { |
|
| 1099 | - wp_send_json_error( __( 'Invalid upload field.', 'invoicing' ) ); |
|
| 1097 | + $upload_field = current(wp_list_filter($form->get_elements(), array('id' => sanitize_text_field($_POST['field_name'])))); |
|
| 1098 | + if (empty($upload_field)) { |
|
| 1099 | + wp_send_json_error(__('Invalid upload field.', 'invoicing')); |
|
| 1100 | 1100 | } |
| 1101 | 1101 | |
| 1102 | 1102 | // Prepare allowed file types. |
| 1103 | - $file_types = isset( $upload_field['file_types'] ) ? $upload_field['file_types'] : array( 'jpg|jpeg|jpe', 'gif', 'png' ); |
|
| 1103 | + $file_types = isset($upload_field['file_types']) ? $upload_field['file_types'] : array('jpg|jpeg|jpe', 'gif', 'png'); |
|
| 1104 | 1104 | $all_types = getpaid_get_allowed_mime_types(); |
| 1105 | 1105 | $mime_types = array(); |
| 1106 | 1106 | |
| 1107 | - foreach ( $file_types as $file_type ) { |
|
| 1108 | - if ( isset( $all_types[ $file_type ] ) ) { |
|
| 1109 | - $mime_types[] = $all_types[ $file_type ]; |
|
| 1107 | + foreach ($file_types as $file_type) { |
|
| 1108 | + if (isset($all_types[$file_type])) { |
|
| 1109 | + $mime_types[] = $all_types[$file_type]; |
|
| 1110 | 1110 | } |
| 1111 | 1111 | } |
| 1112 | 1112 | |
| 1113 | - if ( ! in_array( $_FILES['file']['type'], $mime_types ) ) { |
|
| 1114 | - wp_send_json_error( __( 'Unsupported file type.', 'invoicing' ) ); |
|
| 1113 | + if (!in_array($_FILES['file']['type'], $mime_types)) { |
|
| 1114 | + wp_send_json_error(__('Unsupported file type.', 'invoicing')); |
|
| 1115 | 1115 | } |
| 1116 | 1116 | |
| 1117 | 1117 | // Upload file. |
| 1118 | - $file_name = explode( '.', strtolower( $_FILES['file']['name'] ) ); |
|
| 1119 | - $file_name = uniqid( 'getpaid-' ) . '.' . array_pop( $file_name ); |
|
| 1118 | + $file_name = explode('.', strtolower($_FILES['file']['name'])); |
|
| 1119 | + $file_name = uniqid('getpaid-') . '.' . array_pop($file_name); |
|
| 1120 | 1120 | |
| 1121 | 1121 | $uploaded = wp_upload_bits( |
| 1122 | 1122 | $file_name, |
| 1123 | 1123 | null, |
| 1124 | - file_get_contents( $_FILES['file']['tmp_name'] ) |
|
| 1124 | + file_get_contents($_FILES['file']['tmp_name']) |
|
| 1125 | 1125 | ); |
| 1126 | 1126 | |
| 1127 | - if ( ! empty( $uploaded['error'] ) ) { |
|
| 1128 | - wp_send_json_error( $uploaded['error'] ); |
|
| 1127 | + if (!empty($uploaded['error'])) { |
|
| 1128 | + wp_send_json_error($uploaded['error']); |
|
| 1129 | 1129 | } |
| 1130 | 1130 | |
| 1131 | 1131 | // Retrieve response. |
| 1132 | 1132 | $response = sprintf( |
| 1133 | 1133 | '<input type="hidden" name="%s[%s]" value="%s" />', |
| 1134 | - esc_attr( sanitize_text_field( $_POST['field_name'] ) ), |
|
| 1135 | - esc_url( $uploaded['url'] ), |
|
| 1136 | - esc_attr( sanitize_text_field( strtolower( $_FILES['file']['name'] ) ) ) |
|
| 1134 | + esc_attr(sanitize_text_field($_POST['field_name'])), |
|
| 1135 | + esc_url($uploaded['url']), |
|
| 1136 | + esc_attr(sanitize_text_field(strtolower($_FILES['file']['name']))) |
|
| 1137 | 1137 | ); |
| 1138 | 1138 | |
| 1139 | - wp_send_json_success( $response ); |
|
| 1139 | + wp_send_json_success($response); |
|
| 1140 | 1140 | |
| 1141 | 1141 | } |
| 1142 | 1142 | |