@@ -1,18 +1,18 @@ |
||
1 | 1 | <?php |
2 | 2 | // don't load directly |
3 | -if ( !defined('ABSPATH') ) |
|
3 | +if (!defined('ABSPATH')) |
|
4 | 4 | die('-1'); |
5 | 5 | |
6 | -do_action( 'wpinv_email_header', $email_heading, $invoice, $email_type, $sent_to_admin ); |
|
6 | +do_action('wpinv_email_header', $email_heading, $invoice, $email_type, $sent_to_admin); |
|
7 | 7 | ?> |
8 | 8 | |
9 | -<p><?php _e( "Your invoice is on-hold until we confirm payment has been received. Your invoice details are shown below for your reference:", 'invoicing' ); ?></p> |
|
9 | +<p><?php _e("Your invoice is on-hold until we confirm payment has been received. Your invoice details are shown below for your reference:", 'invoicing'); ?></p> |
|
10 | 10 | |
11 | 11 | <?php |
12 | -do_action( 'wpinv_email_invoice_details', $invoice, $email_type, $sent_to_admin ); |
|
12 | +do_action('wpinv_email_invoice_details', $invoice, $email_type, $sent_to_admin); |
|
13 | 13 | |
14 | -do_action( 'wpinv_email_invoice_items', $invoice, $email_type, $sent_to_admin ); |
|
14 | +do_action('wpinv_email_invoice_items', $invoice, $email_type, $sent_to_admin); |
|
15 | 15 | |
16 | -do_action( 'wpinv_email_billing_details', $invoice, $email_type, $sent_to_admin ); |
|
16 | +do_action('wpinv_email_billing_details', $invoice, $email_type, $sent_to_admin); |
|
17 | 17 | |
18 | -do_action( 'wpinv_email_footer', $invoice, $email_type, $sent_to_admin ); |
|
19 | 18 | \ No newline at end of file |
19 | +do_action('wpinv_email_footer', $invoice, $email_type, $sent_to_admin); |
|
20 | 20 | \ No newline at end of file |
@@ -1,7 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | // don't load directly |
3 | -if ( !defined('ABSPATH') ) |
|
3 | +if ( !defined('ABSPATH') ) { |
|
4 | 4 | die('-1'); |
5 | +} |
|
5 | 6 | |
6 | 7 | do_action( 'wpinv_email_header', $email_heading, $invoice, $email_type, $sent_to_admin ); |
7 | 8 | ?> |
@@ -1,25 +1,25 @@ |
||
1 | 1 | <?php |
2 | 2 | // don't load directly |
3 | -if ( !defined('ABSPATH') ) |
|
3 | +if (!defined('ABSPATH')) |
|
4 | 4 | die('-1'); |
5 | 5 | |
6 | -do_action( 'wpinv_email_header', $email_heading, $invoice, $email_type, $sent_to_admin ); |
|
6 | +do_action('wpinv_email_header', $email_heading, $invoice, $email_type, $sent_to_admin); |
|
7 | 7 | ?> |
8 | 8 | |
9 | 9 | <p><?php |
10 | - if ( !empty( $partial_refund ) ) { |
|
11 | - printf( __( 'Hi there. Your invoice on %s has been partially refunded.', 'invoicing' ), wpinv_get_business_name() ); |
|
10 | + if (!empty($partial_refund)) { |
|
11 | + printf(__('Hi there. Your invoice on %s has been partially refunded.', 'invoicing'), wpinv_get_business_name()); |
|
12 | 12 | } |
13 | 13 | else { |
14 | - printf( __( 'Hi there. Your invoice on %s has been refunded.', 'invoicing' ), wpinv_get_business_name() ); |
|
14 | + printf(__('Hi there. Your invoice on %s has been refunded.', 'invoicing'), wpinv_get_business_name()); |
|
15 | 15 | } |
16 | 16 | ?></p> |
17 | 17 | |
18 | 18 | <?php |
19 | -do_action( 'wpinv_email_invoice_details', $invoice, $email_type, $sent_to_admin ); |
|
19 | +do_action('wpinv_email_invoice_details', $invoice, $email_type, $sent_to_admin); |
|
20 | 20 | |
21 | -do_action( 'wpinv_email_invoice_items', $invoice, $email_type, $sent_to_admin ); |
|
21 | +do_action('wpinv_email_invoice_items', $invoice, $email_type, $sent_to_admin); |
|
22 | 22 | |
23 | -do_action( 'wpinv_email_billing_details', $invoice, $email_type, $sent_to_admin ); |
|
23 | +do_action('wpinv_email_billing_details', $invoice, $email_type, $sent_to_admin); |
|
24 | 24 | |
25 | -do_action( 'wpinv_email_footer', $invoice, $email_type, $sent_to_admin ); |
|
26 | 25 | \ No newline at end of file |
26 | +do_action('wpinv_email_footer', $invoice, $email_type, $sent_to_admin); |
|
27 | 27 | \ No newline at end of file |
@@ -1,7 +1,8 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | // don't load directly |
3 | -if ( !defined('ABSPATH') ) |
|
3 | +if ( !defined('ABSPATH') ) { |
|
4 | 4 | die('-1'); |
5 | +} |
|
5 | 6 | |
6 | 7 | do_action( 'wpinv_email_header', $email_heading, $invoice, $email_type, $sent_to_admin ); |
7 | 8 | ?> |
@@ -9,8 +10,7 @@ discard block |
||
9 | 10 | <p><?php |
10 | 11 | if ( !empty( $partial_refund ) ) { |
11 | 12 | printf( __( 'Hi there. Your invoice on %s has been partially refunded.', 'invoicing' ), wpinv_get_business_name() ); |
12 | - } |
|
13 | - else { |
|
13 | + } else { |
|
14 | 14 | printf( __( 'Hi there. Your invoice on %s has been refunded.', 'invoicing' ), wpinv_get_business_name() ); |
15 | 15 | } |
16 | 16 | ?></p> |
@@ -1,7 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | // don't load directly |
3 | -if ( !defined('ABSPATH') ) |
|
3 | +if ( !defined('ABSPATH') ) { |
|
4 | 4 | die('-1'); |
5 | +} |
|
5 | 6 | |
6 | 7 | global $wpinv_euvat; |
7 | 8 |
@@ -1,72 +1,72 @@ |
||
1 | 1 | <?php |
2 | 2 | // don't load directly |
3 | -if ( !defined('ABSPATH') ) |
|
3 | +if (!defined('ABSPATH')) |
|
4 | 4 | die('-1'); |
5 | 5 | |
6 | 6 | global $wpinv_euvat; |
7 | 7 | |
8 | -$sent_to_admin = !empty( $sent_to_admin ) ? true : false; |
|
9 | -if ( $sent_to_admin ) { |
|
10 | - $invoice_url = get_edit_post_link( $invoice->ID ); |
|
8 | +$sent_to_admin = !empty($sent_to_admin) ? true : false; |
|
9 | +if ($sent_to_admin) { |
|
10 | + $invoice_url = get_edit_post_link($invoice->ID); |
|
11 | 11 | } else { |
12 | - $secret = !empty( $email_type ) && $email_type == 'user_invoice' ? true : false; |
|
13 | - $invoice_url = $invoice->get_view_url( $secret ); |
|
12 | + $secret = !empty($email_type) && $email_type == 'user_invoice' ? true : false; |
|
13 | + $invoice_url = $invoice->get_view_url($secret); |
|
14 | 14 | } |
15 | 15 | $use_taxes = wpinv_use_taxes(); |
16 | 16 | $vat_name = $wpinv_euvat->get_vat_name(); |
17 | 17 | |
18 | -do_action( 'wpinv_email_before_invoice_details', $invoice, $sent_to_admin ); ?> |
|
18 | +do_action('wpinv_email_before_invoice_details', $invoice, $sent_to_admin); ?> |
|
19 | 19 | <div id="wpinv-email-details"> |
20 | - <h3 class="wpinv-details-t"><?php echo apply_filters( 'wpinv_email_details_title', __( 'Invoice Details', 'invoicing' ), $invoice ); ?></h3> |
|
20 | + <h3 class="wpinv-details-t"><?php echo apply_filters('wpinv_email_details_title', __('Invoice Details', 'invoicing'), $invoice); ?></h3> |
|
21 | 21 | <table class="table table-bordered table-sm"> |
22 | - <?php if ( $invoice_number = $invoice->get_number() ) { ?> |
|
22 | + <?php if ($invoice_number = $invoice->get_number()) { ?> |
|
23 | 23 | <tr> |
24 | - <td><?php echo apply_filters( 'wpinv_email_details_number', __( 'Invoice Number', 'invoicing' ), $invoice ); ?></td> |
|
25 | - <td><a href="<?php echo esc_url( $invoice_url ) ;?>"><?php echo $invoice_number; ?></a></td> |
|
24 | + <td><?php echo apply_filters('wpinv_email_details_number', __('Invoice Number', 'invoicing'), $invoice); ?></td> |
|
25 | + <td><a href="<?php echo esc_url($invoice_url); ?>"><?php echo $invoice_number; ?></a></td> |
|
26 | 26 | </tr> |
27 | 27 | <?php } ?> |
28 | 28 | <tr> |
29 | - <td><?php echo apply_filters( 'wpinv_email_details_status', __( 'Invoice Status', 'invoicing' ), $invoice ); ?></td> |
|
30 | - <td><?php echo $invoice->get_status( true ); ?></td> |
|
29 | + <td><?php echo apply_filters('wpinv_email_details_status', __('Invoice Status', 'invoicing'), $invoice); ?></td> |
|
30 | + <td><?php echo $invoice->get_status(true); ?></td> |
|
31 | 31 | </tr> |
32 | - <?php if ( $invoice->is_renewal() ) { ?> |
|
32 | + <?php if ($invoice->is_renewal()) { ?> |
|
33 | 33 | <tr> |
34 | - <td><?php _e( 'Parent Invoice', 'invoicing' ); ?></td> |
|
35 | - <td><?php echo wpinv_invoice_link( $invoice->parent_invoice ); ?></td> |
|
34 | + <td><?php _e('Parent Invoice', 'invoicing'); ?></td> |
|
35 | + <td><?php echo wpinv_invoice_link($invoice->parent_invoice); ?></td> |
|
36 | 36 | </tr> |
37 | 37 | <?php } ?> |
38 | 38 | <tr> |
39 | - <td><?php _e( 'Payment Method', 'invoicing' ); ?></td> |
|
39 | + <td><?php _e('Payment Method', 'invoicing'); ?></td> |
|
40 | 40 | <td><?php echo $invoice->get_gateway_title(); ?></td> |
41 | 41 | </tr> |
42 | - <?php if ( $invoice_date = $invoice->get_invoice_date( false ) ) { ?> |
|
42 | + <?php if ($invoice_date = $invoice->get_invoice_date(false)) { ?> |
|
43 | 43 | <tr> |
44 | - <td><?php echo apply_filters( 'wpinv_email_details_date', __( 'Invoice Date', 'invoicing' ), $invoice ); ?></td> |
|
45 | - <td><?php echo wp_sprintf( '<time datetime="%s">%s</time>', date_i18n( 'c', strtotime( $invoice_date ) ), $invoice->get_invoice_date() ); ?></td> |
|
44 | + <td><?php echo apply_filters('wpinv_email_details_date', __('Invoice Date', 'invoicing'), $invoice); ?></td> |
|
45 | + <td><?php echo wp_sprintf('<time datetime="%s">%s</time>', date_i18n('c', strtotime($invoice_date)), $invoice->get_invoice_date()); ?></td> |
|
46 | 46 | </tr> |
47 | 47 | <?php } ?> |
48 | - <?php if ( wpinv_get_option( 'overdue_active' ) && $invoice->needs_payment() && ( $due_date = $invoice->get_due_date() ) ) { ?> |
|
48 | + <?php if (wpinv_get_option('overdue_active') && $invoice->needs_payment() && ($due_date = $invoice->get_due_date())) { ?> |
|
49 | 49 | <tr> |
50 | - <td><?php _e( 'Due Date', 'invoicing' ); ?></td> |
|
51 | - <td><?php echo wp_sprintf( '<time datetime="%s">%s</time>', date_i18n( 'c', strtotime( $due_date ) ), $invoice->get_due_date( true ) ); ?></td> |
|
50 | + <td><?php _e('Due Date', 'invoicing'); ?></td> |
|
51 | + <td><?php echo wp_sprintf('<time datetime="%s">%s</time>', date_i18n('c', strtotime($due_date)), $invoice->get_due_date(true)); ?></td> |
|
52 | 52 | </tr> |
53 | 53 | <?php } ?> |
54 | - <?php if ( empty( $sent_to_admin ) && $owner_vat_number = $wpinv_euvat->get_vat_number() ) { ?> |
|
54 | + <?php if (empty($sent_to_admin) && $owner_vat_number = $wpinv_euvat->get_vat_number()) { ?> |
|
55 | 55 | <tr> |
56 | - <td><?php echo wp_sprintf( __( 'Owner %s Number', 'invoicing' ), $vat_name ); ?></td> |
|
56 | + <td><?php echo wp_sprintf(__('Owner %s Number', 'invoicing'), $vat_name); ?></td> |
|
57 | 57 | <td><?php echo $owner_vat_number; ?></td> |
58 | 58 | </tr> |
59 | 59 | <?php } ?> |
60 | - <?php if ( $use_taxes && $user_vat_number = $invoice->vat_number ) { ?> |
|
60 | + <?php if ($use_taxes && $user_vat_number = $invoice->vat_number) { ?> |
|
61 | 61 | <tr> |
62 | - <td><?php echo wp_sprintf( __( 'Invoice %s Number', 'invoicing' ), $vat_name ); ?></td> |
|
62 | + <td><?php echo wp_sprintf(__('Invoice %s Number', 'invoicing'), $vat_name); ?></td> |
|
63 | 63 | <td><?php echo $user_vat_number; ?></td> |
64 | 64 | </tr> |
65 | 65 | <?php } ?> |
66 | 66 | <tr class="table-active"> |
67 | - <td><strong><?php _e( 'Total Amount', 'invoicing' ) ?></strong></td> |
|
68 | - <td><strong><?php echo $invoice->get_total( true ); ?></strong></td> |
|
67 | + <td><strong><?php _e('Total Amount', 'invoicing') ?></strong></td> |
|
68 | + <td><strong><?php echo $invoice->get_total(true); ?></strong></td> |
|
69 | 69 | </tr> |
70 | 70 | </table> |
71 | 71 | </div> |
72 | -<?php do_action( 'wpinv_email_after_invoice_details', $invoice, $sent_to_admin ); ?> |
|
73 | 72 | \ No newline at end of file |
73 | +<?php do_action('wpinv_email_after_invoice_details', $invoice, $sent_to_admin); ?> |
|
74 | 74 | \ No newline at end of file |
@@ -2,11 +2,11 @@ |
||
2 | 2 | global $wpi_invoice; |
3 | 3 | |
4 | 4 | $success_page_uri = wpinv_get_success_page_uri(); |
5 | -if ( !empty( $wpi_invoice ) ) { |
|
6 | - $success_page_uri = add_query_arg( 'invoice_key', $wpi_invoice->get_key(), $success_page_uri ); |
|
5 | +if (!empty($wpi_invoice)) { |
|
6 | + $success_page_uri = add_query_arg('invoice_key', $wpi_invoice->get_key(), $success_page_uri); |
|
7 | 7 | } |
8 | 8 | ?> |
9 | 9 | <div id="wpinv-payment-processing"> |
10 | - <p><?php echo wp_sprintf( __( 'Your payment is processing. This page will reload automatically in 10 seconds. If it does not, click <a href="%s">here</a>.', 'invoicing' ), $success_page_uri ); ?> <i class="fa fa-spin fa-refresh"></i></p> |
|
10 | + <p><?php echo wp_sprintf(__('Your payment is processing. This page will reload automatically in 10 seconds. If it does not, click <a href="%s">here</a>.', 'invoicing'), $success_page_uri); ?> <i class="fa fa-spin fa-refresh"></i></p> |
|
11 | 11 | <script type="text/javascript">setTimeout(function(){ window.location = '<?php echo $success_page_uri; ?>'; }, 10000);</script> |
12 | 12 | </div> |
13 | 13 | \ No newline at end of file |
@@ -4,17 +4,17 @@ discard block |
||
4 | 4 | */ |
5 | 5 | global $wpinv_receipt_args; |
6 | 6 | |
7 | -$invoice = get_post( $wpinv_receipt_args['id'] ); |
|
7 | +$invoice = get_post($wpinv_receipt_args['id']); |
|
8 | 8 | |
9 | -if( empty( $invoice ) ) { |
|
9 | +if (empty($invoice)) { |
|
10 | 10 | ?> |
11 | 11 | <div class="wpinv_errors alert wpi-alert-error"> |
12 | - <?php _e( 'The specified receipt ID appears to be invalid', 'invoicing' ); ?> |
|
12 | + <?php _e('The specified receipt ID appears to be invalid', 'invoicing'); ?> |
|
13 | 13 | </div> |
14 | 14 | <?php |
15 | 15 | return; |
16 | 16 | } |
17 | -$invoice = wpinv_get_invoice( $invoice->ID ); |
|
17 | +$invoice = wpinv_get_invoice($invoice->ID); |
|
18 | 18 | |
19 | 19 | global $ajax_cart_details; |
20 | 20 | $ajax_cart_details = $invoice->get_cart_details(); |
@@ -24,18 +24,18 @@ discard block |
||
24 | 24 | $quantities_enabled = wpinv_item_quantities_enabled(); |
25 | 25 | $use_taxes = wpinv_use_taxes(); |
26 | 26 | $zero_tax = !(float)$invoice->get_tax() > 0 ? true : false; |
27 | -$tax_label = !$zero_tax && $use_taxes ? ( wpinv_prices_include_tax() ? __( '(Tax Incl.)', 'invoicing' ) : __( '(Tax Excl.)', 'invoicing' ) ) : ''; |
|
27 | +$tax_label = !$zero_tax && $use_taxes ? (wpinv_prices_include_tax() ? __('(Tax Incl.)', 'invoicing') : __('(Tax Excl.)', 'invoicing')) : ''; |
|
28 | 28 | ?> |
29 | -<?php do_action( 'wpinv_before_receipt', $invoice ); ?> |
|
29 | +<?php do_action('wpinv_before_receipt', $invoice); ?> |
|
30 | 30 | <div class="wpinv-receipt"> |
31 | - <?php do_action( 'wpinv_receipt_start', $invoice ); ?> |
|
32 | - <div class="wpinv-receipt-message"><?php _e( 'Thank you for your payment!', 'invoicing' ); ?></div> |
|
33 | - <?php do_action( 'wpinv_before_receipt_details', $invoice ); ?> |
|
31 | + <?php do_action('wpinv_receipt_start', $invoice); ?> |
|
32 | + <div class="wpinv-receipt-message"><?php _e('Thank you for your payment!', 'invoicing'); ?></div> |
|
33 | + <?php do_action('wpinv_before_receipt_details', $invoice); ?> |
|
34 | 34 | <div class="wpinv-receipt-details"> |
35 | - <h3 class="wpinv-details-t"><?php echo apply_filters( 'wpinv_receipt_details_title', __( 'Invoice Details', 'invoicing' ) ); ?></h3> |
|
36 | - <?php wpinv_display_invoice_details( $invoice ); ?> |
|
35 | + <h3 class="wpinv-details-t"><?php echo apply_filters('wpinv_receipt_details_title', __('Invoice Details', 'invoicing')); ?></h3> |
|
36 | + <?php wpinv_display_invoice_details($invoice); ?> |
|
37 | 37 | </div> |
38 | - <?php do_action( 'wpinv_after_receipt_details', $invoice ); ?> |
|
39 | - <?php do_action( 'wpinv_receipt_end', $invoice ); ?> |
|
38 | + <?php do_action('wpinv_after_receipt_details', $invoice); ?> |
|
39 | + <?php do_action('wpinv_receipt_end', $invoice); ?> |
|
40 | 40 | </div> |
41 | -<?php do_action( 'wpinv_after_receipt', $invoice ); ?> |
|
42 | 41 | \ No newline at end of file |
42 | +<?php do_action('wpinv_after_receipt', $invoice); ?> |
|
43 | 43 | \ No newline at end of file |
@@ -348,7 +348,7 @@ |
||
348 | 348 | |
349 | 349 | $query_args = array( 'user' => $user_id, 'page' => $this->pag_page, 'limit' => $this->pag_num, 'return' => 'self', 'paginate' => true ); |
350 | 350 | if ( !empty( $status ) && $status != 'all' ) { |
351 | - $query_args['status'] = $status; |
|
351 | + $query_args['status'] = $status; |
|
352 | 352 | } |
353 | 353 | $invoices = wpinv_get_invoices( apply_filters( 'wpinv_bp_user_invoices_query', $query_args ) ); |
354 | 354 |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -if ( ! defined( 'ABSPATH' ) ) { |
|
2 | +if (!defined('ABSPATH')) { |
|
3 | 3 | exit; // Exit if accessed directly |
4 | 4 | } |
5 | 5 | |
@@ -11,60 +11,60 @@ discard block |
||
11 | 11 | public function __construct() { |
12 | 12 | global $bp; |
13 | 13 | |
14 | - if ( !defined( 'WPINV_BP_SLUG' ) ) { |
|
15 | - define( 'WPINV_BP_SLUG', 'invoices' ); |
|
14 | + if (!defined('WPINV_BP_SLUG')) { |
|
15 | + define('WPINV_BP_SLUG', 'invoices'); |
|
16 | 16 | } |
17 | 17 | |
18 | - $position = wpinv_get_option( 'wpinv_menu_position' ); |
|
18 | + $position = wpinv_get_option('wpinv_menu_position'); |
|
19 | 19 | $position = $position !== '' && $position !== false ? $position : 91; |
20 | - $this->position = apply_filters( 'wpinv_bp_nav_position', $position ); |
|
20 | + $this->position = apply_filters('wpinv_bp_nav_position', $position); |
|
21 | 21 | $this->slug = WPINV_BP_SLUG; |
22 | 22 | |
23 | 23 | parent::start( |
24 | 24 | 'invoicing', |
25 | - _x( 'Invoices', 'Invoices screen page <title>', 'invoicing' ), |
|
26 | - trailingslashit( dirname( __FILE__ ) ), |
|
25 | + _x('Invoices', 'Invoices screen page <title>', 'invoicing'), |
|
26 | + trailingslashit(dirname(__FILE__)), |
|
27 | 27 | array( |
28 | 28 | 'adminbar_myaccount_order' => $this->position |
29 | 29 | ) |
30 | 30 | ); |
31 | 31 | } |
32 | 32 | |
33 | - public function includes( $includes = array() ) { |
|
34 | - parent::includes( $includes ); |
|
33 | + public function includes($includes = array()) { |
|
34 | + parent::includes($includes); |
|
35 | 35 | } |
36 | 36 | |
37 | - public function setup_globals( $args = array() ) { |
|
37 | + public function setup_globals($args = array()) { |
|
38 | 38 | global $bp; |
39 | 39 | |
40 | 40 | $args = array( |
41 | 41 | 'slug' => $this->slug, |
42 | 42 | ); |
43 | 43 | |
44 | - parent::setup_globals( $args ); |
|
44 | + parent::setup_globals($args); |
|
45 | 45 | } |
46 | 46 | |
47 | - public function setup_nav( $main_nav = array(), $sub_nav = array() ) { |
|
48 | - if ( !bp_is_my_profile() ) { |
|
47 | + public function setup_nav($main_nav = array(), $sub_nav = array()) { |
|
48 | + if (!bp_is_my_profile()) { |
|
49 | 49 | return; |
50 | 50 | } |
51 | 51 | |
52 | - if ( wpinv_get_option( 'wpinv_bp_hide_menu' ) ) { |
|
52 | + if (wpinv_get_option('wpinv_bp_hide_menu')) { |
|
53 | 53 | return; |
54 | 54 | } |
55 | 55 | |
56 | 56 | $this->setup_invoice_count(); |
57 | 57 | |
58 | 58 | $user_domain = bp_loggedin_user_domain(); |
59 | - $invoices_link = trailingslashit( $user_domain . $this->slug ); |
|
60 | - $class = ( 0 === $this->count ) ? 'no-count' : 'count'; |
|
59 | + $invoices_link = trailingslashit($user_domain . $this->slug); |
|
60 | + $class = (0 === $this->count) ? 'no-count' : 'count'; |
|
61 | 61 | |
62 | 62 | $main_nav_name = sprintf( |
63 | - __( 'My Invoices %s', 'invoicing' ), |
|
63 | + __('My Invoices %s', 'invoicing'), |
|
64 | 64 | sprintf( |
65 | 65 | '<span class="%s">%s</span>', |
66 | - esc_attr( $class ), |
|
67 | - bp_core_number_format( $this->count ) |
|
66 | + esc_attr($class), |
|
67 | + bp_core_number_format($this->count) |
|
68 | 68 | ) |
69 | 69 | ); |
70 | 70 | |
@@ -72,54 +72,54 @@ discard block |
||
72 | 72 | 'name' => $main_nav_name, |
73 | 73 | 'slug' => $this->slug, |
74 | 74 | 'position' => $this->position, |
75 | - 'screen_function' => array( $this, 'invoices_screen' ), |
|
75 | + 'screen_function' => array($this, 'invoices_screen'), |
|
76 | 76 | 'default_subnav_slug' => 'invoices', |
77 | 77 | 'item_css_id' => $this->id |
78 | 78 | ); |
79 | 79 | |
80 | 80 | $sub_nav[] = array( |
81 | - 'name' => _x( 'My Invoices', 'Invoices screen sub nav', 'invoicing' ), |
|
81 | + 'name' => _x('My Invoices', 'Invoices screen sub nav', 'invoicing'), |
|
82 | 82 | 'slug' => 'invoices', |
83 | 83 | 'parent_url' => $invoices_link, |
84 | 84 | 'parent_slug' => $this->slug, |
85 | - 'screen_function' => array( $this, 'invoices_screen' ), |
|
85 | + 'screen_function' => array($this, 'invoices_screen'), |
|
86 | 86 | 'position' => 10, |
87 | 87 | 'item_css_id' => 'invoices-my-invoices' |
88 | 88 | ); |
89 | 89 | |
90 | - parent::setup_nav( $main_nav, $sub_nav ); |
|
90 | + parent::setup_nav($main_nav, $sub_nav); |
|
91 | 91 | } |
92 | 92 | |
93 | 93 | public function setup_title() { |
94 | 94 | // Adjust title. |
95 | - if ( (bool)bp_is_current_component( 'invoicing' ) ) { |
|
95 | + if ((bool)bp_is_current_component('invoicing')) { |
|
96 | 96 | global $bp; |
97 | 97 | |
98 | - $bp->bp_options_title = __( 'My Invoices', 'invoicing' ); |
|
98 | + $bp->bp_options_title = __('My Invoices', 'invoicing'); |
|
99 | 99 | } |
100 | 100 | |
101 | 101 | parent::setup_title(); |
102 | 102 | } |
103 | 103 | |
104 | 104 | public function invoices_screen() { |
105 | - if ( wpinv_get_option( 'wpinv_bp_hide_menu' ) ) { |
|
105 | + if (wpinv_get_option('wpinv_bp_hide_menu')) { |
|
106 | 106 | return; |
107 | 107 | } |
108 | 108 | |
109 | 109 | global $bp; |
110 | 110 | |
111 | - add_action( 'bp_template_content', array( $this, 'invoices_content' ) ); |
|
111 | + add_action('bp_template_content', array($this, 'invoices_content')); |
|
112 | 112 | |
113 | - $template = apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ); |
|
113 | + $template = apply_filters('bp_core_template_plugin', 'members/single/plugins'); |
|
114 | 114 | |
115 | - bp_core_load_template( apply_filters( 'wpinv_bp_core_template_plugin', $template ) ); |
|
115 | + bp_core_load_template(apply_filters('wpinv_bp_core_template_plugin', $template)); |
|
116 | 116 | } |
117 | 117 | |
118 | 118 | public function invoices_content() { |
119 | - if ( $this->has_invoices( bp_ajax_querystring( 'invoices' ) ) ) { |
|
119 | + if ($this->has_invoices(bp_ajax_querystring('invoices'))) { |
|
120 | 120 | global $invoices_template; |
121 | 121 | |
122 | - do_action( 'wpinv_bp_invoices_before_content' ); |
|
122 | + do_action('wpinv_bp_invoices_before_content'); |
|
123 | 123 | ?> |
124 | 124 | <div class="wpi-bp-invoices invoices invoicing" style="position:relative"> |
125 | 125 | <div id="pag-top" class="pagination"> |
@@ -133,58 +133,58 @@ discard block |
||
133 | 133 | <table class="table table-bordered table-hover wpi-user-invoices" style="margin:0"> |
134 | 134 | <thead> |
135 | 135 | <tr> |
136 | - <?php foreach ( wpinv_get_user_invoices_columns() as $column_id => $column_name ) : ?> |
|
137 | - <th class="<?php echo esc_attr( $column_id ); ?> <?php echo (!empty($column_name['class']) ? $column_name['class'] : '');?>"><span class="nobr"><?php echo esc_html( $column_name['title'] ); ?></span></th> |
|
136 | + <?php foreach (wpinv_get_user_invoices_columns() as $column_id => $column_name) : ?> |
|
137 | + <th class="<?php echo esc_attr($column_id); ?> <?php echo (!empty($column_name['class']) ? $column_name['class'] : ''); ?>"><span class="nobr"><?php echo esc_html($column_name['title']); ?></span></th> |
|
138 | 138 | <?php endforeach; ?> |
139 | 139 | </tr> |
140 | 140 | </thead> |
141 | 141 | <tbody> |
142 | - <?php foreach ( $invoices_template->invoices as $invoice ) { |
|
142 | + <?php foreach ($invoices_template->invoices as $invoice) { |
|
143 | 143 | ?> |
144 | 144 | <tr class="wpinv-item wpinv-item-<?php echo $invoice_status = $invoice->get_status(); ?>"> |
145 | - <?php foreach ( wpinv_get_user_invoices_columns() as $column_id => $column_name ) : ?> |
|
146 | - <td class="<?php echo esc_attr( $column_id ); ?> <?php echo (!empty($column_name['class']) ? $column_name['class'] : '');?>" data-title="<?php echo esc_attr( $column_name['title'] ); ?>"> |
|
147 | - <?php if ( has_action( 'wpinv_user_invoices_column_' . $column_id ) ) : ?> |
|
148 | - <?php do_action( 'wpinv_user_invoices_column_' . $column_id, $invoice ); ?> |
|
149 | - |
|
150 | - <?php elseif ( 'invoice-number' === $column_id ) : ?> |
|
151 | - <a href="<?php echo esc_url( $invoice->get_view_url() ); ?>"> |
|
152 | - <?php echo _x( '#', 'hash before invoice number', 'invoicing' ) . $invoice->get_number(); ?> |
|
145 | + <?php foreach (wpinv_get_user_invoices_columns() as $column_id => $column_name) : ?> |
|
146 | + <td class="<?php echo esc_attr($column_id); ?> <?php echo (!empty($column_name['class']) ? $column_name['class'] : ''); ?>" data-title="<?php echo esc_attr($column_name['title']); ?>"> |
|
147 | + <?php if (has_action('wpinv_user_invoices_column_' . $column_id)) : ?> |
|
148 | + <?php do_action('wpinv_user_invoices_column_' . $column_id, $invoice); ?> |
|
149 | + |
|
150 | + <?php elseif ('invoice-number' === $column_id) : ?> |
|
151 | + <a href="<?php echo esc_url($invoice->get_view_url()); ?>"> |
|
152 | + <?php echo _x('#', 'hash before invoice number', 'invoicing') . $invoice->get_number(); ?> |
|
153 | 153 | </a> |
154 | 154 | |
155 | - <?php elseif ( 'invoice-date' === $column_id ) : $date = wpinv_get_invoice_date( $invoice->ID ); $dateYMD = wpinv_get_invoice_date( $invoice->ID, 'Y-m-d H:i:s' ); ?> |
|
156 | - <time datetime="<?php echo strtotime( $dateYMD ); ?>" title="<?php echo $dateYMD; ?>"><?php echo $date; ?></time> |
|
155 | + <?php elseif ('invoice-date' === $column_id) : $date = wpinv_get_invoice_date($invoice->ID); $dateYMD = wpinv_get_invoice_date($invoice->ID, 'Y-m-d H:i:s'); ?> |
|
156 | + <time datetime="<?php echo strtotime($dateYMD); ?>" title="<?php echo $dateYMD; ?>"><?php echo $date; ?></time> |
|
157 | 157 | |
158 | - <?php elseif ( 'invoice-status' === $column_id ) : ?> |
|
159 | - <?php echo wpinv_invoice_status_label( $invoice_status, $invoice->get_status( true ) ) ; ?> |
|
158 | + <?php elseif ('invoice-status' === $column_id) : ?> |
|
159 | + <?php echo wpinv_invoice_status_label($invoice_status, $invoice->get_status(true)); ?> |
|
160 | 160 | |
161 | - <?php elseif ( 'invoice-total' === $column_id ) : ?> |
|
162 | - <?php echo $invoice->get_total( true ); ?> |
|
161 | + <?php elseif ('invoice-total' === $column_id) : ?> |
|
162 | + <?php echo $invoice->get_total(true); ?> |
|
163 | 163 | |
164 | - <?php elseif ( 'invoice-actions' === $column_id ) : ?> |
|
164 | + <?php elseif ('invoice-actions' === $column_id) : ?> |
|
165 | 165 | <?php |
166 | 166 | $actions = array( |
167 | 167 | 'pay' => array( |
168 | 168 | 'url' => $invoice->get_checkout_payment_url(), |
169 | - 'name' => __( 'Pay Now', 'invoicing' ), |
|
169 | + 'name' => __('Pay Now', 'invoicing'), |
|
170 | 170 | 'class' => 'btn-success' |
171 | 171 | ), |
172 | 172 | 'print' => array( |
173 | 173 | 'url' => $invoice->get_view_url(), |
174 | - 'name' => __( 'Print', 'invoicing' ), |
|
174 | + 'name' => __('Print', 'invoicing'), |
|
175 | 175 | 'class' => 'btn-primary', |
176 | 176 | 'attrs' => 'target="_blank"' |
177 | 177 | ) |
178 | 178 | ); |
179 | 179 | |
180 | - if ( ! $invoice->needs_payment() ) { |
|
181 | - unset( $actions['pay'] ); |
|
180 | + if (!$invoice->needs_payment()) { |
|
181 | + unset($actions['pay']); |
|
182 | 182 | } |
183 | 183 | |
184 | - if ( $actions = apply_filters( 'wpinv_user_invoices_actions', $actions, $invoice ) ) { |
|
185 | - foreach ( $actions as $key => $action ) { |
|
184 | + if ($actions = apply_filters('wpinv_user_invoices_actions', $actions, $invoice)) { |
|
185 | + foreach ($actions as $key => $action) { |
|
186 | 186 | $class = !empty($action['class']) ? sanitize_html_class($action['class']) : ''; |
187 | - echo '<a href="' . esc_url( $action['url'] ) . '" class="btn btn-sm ' . $class . ' ' . sanitize_html_class( $key ) . '" ' . ( !empty($action['attrs']) ? $action['attrs'] : '' ) . '>' . $action['name'] . '</a>'; |
|
187 | + echo '<a href="' . esc_url($action['url']) . '" class="btn btn-sm ' . $class . ' ' . sanitize_html_class($key) . '" ' . (!empty($action['attrs']) ? $action['attrs'] : '') . '>' . $action['name'] . '</a>'; |
|
188 | 188 | } |
189 | 189 | } |
190 | 190 | ?> |
@@ -212,64 +212,64 @@ discard block |
||
212 | 212 | </div> |
213 | 213 | <?php |
214 | 214 | |
215 | - do_action( 'wpinv_bp_invoices_after_content' ); |
|
215 | + do_action('wpinv_bp_invoices_after_content'); |
|
216 | 216 | } else { |
217 | 217 | ?> |
218 | 218 | <div id="message" class="info"> |
219 | - <p><?php _e( 'No invoice has been made yet.', 'invoicing' ); ?></p> |
|
219 | + <p><?php _e('No invoice has been made yet.', 'invoicing'); ?></p> |
|
220 | 220 | </div> |
221 | 221 | <?php |
222 | 222 | } |
223 | 223 | |
224 | - if ( defined( 'DOING_AJAX' ) ) { |
|
224 | + if (defined('DOING_AJAX')) { |
|
225 | 225 | exit; |
226 | 226 | } |
227 | 227 | } |
228 | 228 | |
229 | - public function has_invoices( $args = '' ) { |
|
229 | + public function has_invoices($args = '') { |
|
230 | 230 | global $invoices_template; |
231 | 231 | |
232 | - $per_page = absint( wpinv_get_option( 'wpinv_bp_per_page' ) ); |
|
232 | + $per_page = absint(wpinv_get_option('wpinv_bp_per_page')); |
|
233 | 233 | // Parse arguments. |
234 | - $r = bp_parse_args( $args, array( |
|
234 | + $r = bp_parse_args($args, array( |
|
235 | 235 | 'status' => 'all', |
236 | 236 | 'page_arg' => 'bpage', |
237 | 237 | 'page' => 1, |
238 | 238 | 'per_page' => $per_page > 0 ? $per_page : 20, |
239 | 239 | 'max' => false, |
240 | 240 | 'user_id' => bp_loggedin_user_id(), |
241 | - ), 'has_invoices' ); |
|
241 | + ), 'has_invoices'); |
|
242 | 242 | |
243 | 243 | |
244 | - if ( ! empty( $r['max'] ) && ( (int)$r['per_page'] > (int)$r['max'] ) ) { |
|
244 | + if (!empty($r['max']) && ((int)$r['per_page'] > (int)$r['max'])) { |
|
245 | 245 | $r['per_page'] = (int)$r['max']; |
246 | 246 | } |
247 | 247 | |
248 | 248 | // Get the invoices. |
249 | - $invoices_template = new WPInv_BP_Invoices_Template( $r['status'], $r['page'], $r['per_page'], $r['max'], $r['user_id'], $r['page_arg'] ); |
|
249 | + $invoices_template = new WPInv_BP_Invoices_Template($r['status'], $r['page'], $r['per_page'], $r['max'], $r['user_id'], $r['page_arg']); |
|
250 | 250 | |
251 | - return apply_filters( 'wpinv_bp_has_invoices', $invoices_template->has_invoices(), $invoices_template, $r ); |
|
251 | + return apply_filters('wpinv_bp_has_invoices', $invoices_template->has_invoices(), $invoices_template, $r); |
|
252 | 252 | } |
253 | 253 | |
254 | 254 | public function setup_invoice_count() { |
255 | - $query = apply_filters( 'wpinv_user_invoices_count_query', array( 'user' => bp_loggedin_user_id(), 'limit' => '-1', 'return' => 'ids', 'paginate' => false ) ); |
|
256 | - $invoices = wpinv_get_invoices( $query ); |
|
255 | + $query = apply_filters('wpinv_user_invoices_count_query', array('user' => bp_loggedin_user_id(), 'limit' => '-1', 'return' => 'ids', 'paginate' => false)); |
|
256 | + $invoices = wpinv_get_invoices($query); |
|
257 | 257 | |
258 | - $this->count = !empty( $invoices ) ? count( $invoices ) : 0; |
|
258 | + $this->count = !empty($invoices) ? count($invoices) : 0; |
|
259 | 259 | } |
260 | 260 | |
261 | 261 | public function pagination_count() { |
262 | 262 | global $invoices_template; |
263 | 263 | |
264 | - $start_num = intval( ( $invoices_template->pag_page - 1 ) * $invoices_template->pag_num ) + 1; |
|
265 | - $from_num = bp_core_number_format( $start_num ); |
|
266 | - $to_num = bp_core_number_format( ( $start_num + ( $invoices_template->pag_num - 1 ) > $invoices_template->total_invoice_count ) ? $invoices_template->total_invoice_count : $start_num + ( $invoices_template->pag_num - 1 ) ); |
|
267 | - $total = bp_core_number_format( $invoices_template->total_invoice_count ); |
|
264 | + $start_num = intval(($invoices_template->pag_page - 1) * $invoices_template->pag_num) + 1; |
|
265 | + $from_num = bp_core_number_format($start_num); |
|
266 | + $to_num = bp_core_number_format(($start_num + ($invoices_template->pag_num - 1) > $invoices_template->total_invoice_count) ? $invoices_template->total_invoice_count : $start_num + ($invoices_template->pag_num - 1)); |
|
267 | + $total = bp_core_number_format($invoices_template->total_invoice_count); |
|
268 | 268 | |
269 | - if ( 1 == $invoices_template->total_invoice_count ) { |
|
270 | - $message = __( 'Viewing 1 invoice', 'invoicing' ); |
|
269 | + if (1 == $invoices_template->total_invoice_count) { |
|
270 | + $message = __('Viewing 1 invoice', 'invoicing'); |
|
271 | 271 | } else { |
272 | - $message = sprintf( _n( 'Viewing %1$s - %2$s of %3$s invoice', 'Viewing %1$s - %2$s of %3$s invoices', $invoices_template->total_invoice_count, 'invoicing' ), $from_num, $to_num, $total ); |
|
272 | + $message = sprintf(_n('Viewing %1$s - %2$s of %3$s invoice', 'Viewing %1$s - %2$s of %3$s invoices', $invoices_template->total_invoice_count, 'invoicing'), $from_num, $to_num, $total); |
|
273 | 273 | } |
274 | 274 | |
275 | 275 | return $message; |
@@ -278,32 +278,32 @@ discard block |
||
278 | 278 | function pagination_links() { |
279 | 279 | global $invoices_template; |
280 | 280 | |
281 | - return apply_filters( 'wpinv_bp_get_pagination_links', $invoices_template->pag_links ); |
|
281 | + return apply_filters('wpinv_bp_get_pagination_links', $invoices_template->pag_links); |
|
282 | 282 | } |
283 | 283 | |
284 | - public function bp_section( $settings = array() ) { |
|
285 | - $settings['wpinv_bp'] = __( 'BuddyPress Integration', 'invoicing' ); |
|
284 | + public function bp_section($settings = array()) { |
|
285 | + $settings['wpinv_bp'] = __('BuddyPress Integration', 'invoicing'); |
|
286 | 286 | return $settings; |
287 | 287 | } |
288 | 288 | |
289 | - public function bp_settings( $settings = array() ) { |
|
289 | + public function bp_settings($settings = array()) { |
|
290 | 290 | $settings['wpinv_bp'] = array( |
291 | 291 | 'wpinv_bp_labels' => array( |
292 | 292 | 'id' => 'wpinv_bp_settings', |
293 | - 'name' => '<h3>' . __( 'BuddyPress Integration', 'invoicing' ) . '</h3>', |
|
293 | + 'name' => '<h3>' . __('BuddyPress Integration', 'invoicing') . '</h3>', |
|
294 | 294 | 'desc' => '', |
295 | 295 | 'type' => 'header', |
296 | 296 | ), |
297 | 297 | 'wpinv_bp_hide_menu' => array( |
298 | 298 | 'id' => 'wpinv_bp_hide_menu', |
299 | - 'name' => __( 'Hide Invoices link', 'invoicing' ), |
|
300 | - 'desc' => __( 'Hide Invoices link from BP Profile menu.', 'invoicing' ), |
|
299 | + 'name' => __('Hide Invoices link', 'invoicing'), |
|
300 | + 'desc' => __('Hide Invoices link from BP Profile menu.', 'invoicing'), |
|
301 | 301 | 'type' => 'checkbox', |
302 | 302 | ), |
303 | 303 | 'wpinv_menu_position' => array( |
304 | 304 | 'id' => 'wpinv_menu_position', |
305 | - 'name' => __( 'Menu position', 'invoicing' ), |
|
306 | - 'desc' => __( 'Menu position for the Invoices link in BP Profile menu.', 'invoicing' ), |
|
305 | + 'name' => __('Menu position', 'invoicing'), |
|
306 | + 'desc' => __('Menu position for the Invoices link in BP Profile menu.', 'invoicing'), |
|
307 | 307 | 'type' => 'number', |
308 | 308 | 'size' => 'small', |
309 | 309 | 'min' => '1', |
@@ -313,8 +313,8 @@ discard block |
||
313 | 313 | ), |
314 | 314 | 'wpinv_bp_per_page' => array( |
315 | 315 | 'id' => 'wpinv_bp_per_page', |
316 | - 'name' => __( 'Max invoices per page', 'invoicing' ), |
|
317 | - 'desc' => __( 'Enter a number to lists the invoices for each page.', 'invoicing' ), |
|
316 | + 'name' => __('Max invoices per page', 'invoicing'), |
|
317 | + 'desc' => __('Enter a number to lists the invoices for each page.', 'invoicing'), |
|
318 | 318 | 'type' => 'number', |
319 | 319 | 'size' => 'small', |
320 | 320 | 'min' => '1', |
@@ -339,25 +339,25 @@ discard block |
||
339 | 339 | public $pag_links = ''; |
340 | 340 | public $total_invoice_count = 0; |
341 | 341 | |
342 | - public function __construct( $status, $page, $per_page, $max, $user_id, $page_arg = 'bpage' ) { |
|
343 | - $this->invoices = array( 'invoices' => array(), 'total' => 0 ); |
|
342 | + public function __construct($status, $page, $per_page, $max, $user_id, $page_arg = 'bpage') { |
|
343 | + $this->invoices = array('invoices' => array(), 'total' => 0); |
|
344 | 344 | |
345 | - $this->pag_arg = sanitize_key( $page_arg ); |
|
346 | - $this->pag_page = bp_sanitize_pagination_arg( $this->pag_arg, $page ); |
|
347 | - $this->pag_num = bp_sanitize_pagination_arg( 'num', $per_page ); |
|
345 | + $this->pag_arg = sanitize_key($page_arg); |
|
346 | + $this->pag_page = bp_sanitize_pagination_arg($this->pag_arg, $page); |
|
347 | + $this->pag_num = bp_sanitize_pagination_arg('num', $per_page); |
|
348 | 348 | |
349 | - $query_args = array( 'user' => $user_id, 'page' => $this->pag_page, 'limit' => $this->pag_num, 'return' => 'self', 'paginate' => true ); |
|
350 | - if ( !empty( $status ) && $status != 'all' ) { |
|
349 | + $query_args = array('user' => $user_id, 'page' => $this->pag_page, 'limit' => $this->pag_num, 'return' => 'self', 'paginate' => true); |
|
350 | + if (!empty($status) && $status != 'all') { |
|
351 | 351 | $query_args['status'] = $status; |
352 | 352 | } |
353 | - $invoices = wpinv_get_invoices( apply_filters( 'wpinv_bp_user_invoices_query', $query_args ) ); |
|
353 | + $invoices = wpinv_get_invoices(apply_filters('wpinv_bp_user_invoices_query', $query_args)); |
|
354 | 354 | |
355 | - if ( !empty( $invoices ) && !empty( $invoices->found_posts ) ) { |
|
356 | - $this->invoices['invoices'] = array_map( 'wpinv_get_invoice', $invoices->posts ); |
|
355 | + if (!empty($invoices) && !empty($invoices->found_posts)) { |
|
356 | + $this->invoices['invoices'] = array_map('wpinv_get_invoice', $invoices->posts); |
|
357 | 357 | $this->invoices['total'] = $invoices->found_posts; |
358 | 358 | } |
359 | 359 | |
360 | - if ( empty( $max ) || ( $max >= (int)$this->invoices['total'] ) ) { |
|
360 | + if (empty($max) || ($max >= (int)$this->invoices['total'])) { |
|
361 | 361 | $this->total_invoice_count = (int)$this->invoices['total']; |
362 | 362 | } else { |
363 | 363 | $this->total_invoice_count = (int)$max; |
@@ -365,52 +365,52 @@ discard block |
||
365 | 365 | |
366 | 366 | $this->invoices = $this->invoices['invoices']; |
367 | 367 | |
368 | - $invoice_count = count( $this->invoices ); |
|
368 | + $invoice_count = count($this->invoices); |
|
369 | 369 | |
370 | - if ( empty( $max ) || ( $max >= (int)$invoice_count ) ) { |
|
370 | + if (empty($max) || ($max >= (int)$invoice_count)) { |
|
371 | 371 | $this->invoice_count = (int)$invoice_count; |
372 | 372 | } else { |
373 | 373 | $this->invoice_count = (int)$max; |
374 | 374 | } |
375 | 375 | |
376 | - if ( ! empty( $this->total_invoice_count ) && ! empty( $this->pag_num ) ) { |
|
377 | - $this->pag_links = paginate_links( array( |
|
378 | - 'base' => add_query_arg( $this->pag_arg, '%#%' ), |
|
376 | + if (!empty($this->total_invoice_count) && !empty($this->pag_num)) { |
|
377 | + $this->pag_links = paginate_links(array( |
|
378 | + 'base' => add_query_arg($this->pag_arg, '%#%'), |
|
379 | 379 | 'format' => '', |
380 | - 'total' => ceil( (int)$this->total_invoice_count / (int)$this->pag_num ), |
|
380 | + 'total' => ceil((int)$this->total_invoice_count / (int)$this->pag_num), |
|
381 | 381 | 'current' => (int)$this->pag_page, |
382 | - 'prev_text' => _x( '←', 'Invoice pagination previous text', 'invoicing' ), |
|
383 | - 'next_text' => _x( '→', 'Invoice pagination next text', 'invoicing' ), |
|
382 | + 'prev_text' => _x('←', 'Invoice pagination previous text', 'invoicing'), |
|
383 | + 'next_text' => _x('→', 'Invoice pagination next text', 'invoicing'), |
|
384 | 384 | 'mid_size' => 1, |
385 | 385 | 'add_args' => array(), |
386 | - ) ); |
|
386 | + )); |
|
387 | 387 | } |
388 | 388 | } |
389 | 389 | |
390 | 390 | public function has_invoices() { |
391 | - return (bool) ! empty( $this->invoice_count ); |
|
391 | + return (bool)!empty($this->invoice_count); |
|
392 | 392 | } |
393 | 393 | |
394 | 394 | public function next_invoice() { |
395 | 395 | $this->current_invoice++; |
396 | - $this->invoice = $this->invoices[ $this->current_invoice ]; |
|
396 | + $this->invoice = $this->invoices[$this->current_invoice]; |
|
397 | 397 | |
398 | 398 | return $this->invoice; |
399 | 399 | } |
400 | 400 | |
401 | 401 | public function rewind_invoices() { |
402 | 402 | $this->current_invoice = -1; |
403 | - if ( $this->invoice_count > 0 ) { |
|
403 | + if ($this->invoice_count > 0) { |
|
404 | 404 | $this->invoice = $this->invoices[0]; |
405 | 405 | } |
406 | 406 | } |
407 | 407 | |
408 | 408 | public function invoices() { |
409 | - if ( ( $this->current_invoice + 1 ) < $this->invoice_count ) { |
|
409 | + if (($this->current_invoice + 1) < $this->invoice_count) { |
|
410 | 410 | return true; |
411 | - } elseif ( ( $this->current_invoice + 1 ) === $this->invoice_count ) { |
|
411 | + } elseif (($this->current_invoice + 1) === $this->invoice_count) { |
|
412 | 412 | |
413 | - do_action( 'wpinv_bp_invoice_loop_end' ); |
|
413 | + do_action('wpinv_bp_invoice_loop_end'); |
|
414 | 414 | |
415 | 415 | $this->rewind_invoices(); |
416 | 416 | } |
@@ -424,8 +424,8 @@ discard block |
||
424 | 424 | $this->in_the_loop = true; |
425 | 425 | $this->invoice = $this->next_invoice(); |
426 | 426 | |
427 | - if ( 0 === $this->current_invoice ) { |
|
428 | - do_action( 'wpinv_bp_invoice_loop_start' ); |
|
427 | + if (0 === $this->current_invoice) { |
|
428 | + do_action('wpinv_bp_invoice_loop_start'); |
|
429 | 429 | } |
430 | 430 | } |
431 | 431 | } |
@@ -435,9 +435,9 @@ discard block |
||
435 | 435 | |
436 | 436 | $bp->invoicing = new WPInv_BP_Component(); |
437 | 437 | |
438 | - add_action( 'wp_ajax_invoicing_filter', array( $bp->invoicing, 'invoices_content' ) ); |
|
439 | - add_action( 'wp_ajax_nopriv_invoicing_filter', array( $bp->invoicing, 'invoices_content' ) ); |
|
440 | - add_filter( 'wpinv_settings_sections_general', array( $bp->invoicing, 'bp_section' ), 10, 1 ); |
|
441 | - add_filter( 'wpinv_settings_general', array( $bp->invoicing, 'bp_settings' ), 10, 1 ); |
|
438 | + add_action('wp_ajax_invoicing_filter', array($bp->invoicing, 'invoices_content')); |
|
439 | + add_action('wp_ajax_nopriv_invoicing_filter', array($bp->invoicing, 'invoices_content')); |
|
440 | + add_filter('wpinv_settings_sections_general', array($bp->invoicing, 'bp_section'), 10, 1); |
|
441 | + add_filter('wpinv_settings_general', array($bp->invoicing, 'bp_settings'), 10, 1); |
|
442 | 442 | } |
443 | -add_action( 'bp_loaded', 'wpinv_bp_setup_component' ); |
|
444 | 443 | \ No newline at end of file |
444 | +add_action('bp_loaded', 'wpinv_bp_setup_component'); |
|
445 | 445 | \ No newline at end of file |
@@ -30,40 +30,40 @@ discard block |
||
30 | 30 | } |
31 | 31 | |
32 | 32 | function wpinv_can_checkout() { |
33 | - $can_checkout = true; // Always true for now |
|
33 | + $can_checkout = true; // Always true for now |
|
34 | 34 | |
35 | - return (bool) apply_filters( 'wpinv_can_checkout', $can_checkout ); |
|
35 | + return (bool) apply_filters( 'wpinv_can_checkout', $can_checkout ); |
|
36 | 36 | } |
37 | 37 | |
38 | 38 | function wpinv_get_success_page_uri() { |
39 | - $page_id = wpinv_get_option( 'success_page', 0 ); |
|
40 | - $page_id = absint( $page_id ); |
|
39 | + $page_id = wpinv_get_option( 'success_page', 0 ); |
|
40 | + $page_id = absint( $page_id ); |
|
41 | 41 | |
42 | - return apply_filters( 'wpinv_get_success_page_uri', get_permalink( $page_id ) ); |
|
42 | + return apply_filters( 'wpinv_get_success_page_uri', get_permalink( $page_id ) ); |
|
43 | 43 | } |
44 | 44 | |
45 | 45 | function wpinv_get_history_page_uri() { |
46 | - $page_id = wpinv_get_option( 'invoice_history_page', 0 ); |
|
47 | - $page_id = absint( $page_id ); |
|
46 | + $page_id = wpinv_get_option( 'invoice_history_page', 0 ); |
|
47 | + $page_id = absint( $page_id ); |
|
48 | 48 | |
49 | - return apply_filters( 'wpinv_get_history_page_uri', get_permalink( $page_id ) ); |
|
49 | + return apply_filters( 'wpinv_get_history_page_uri', get_permalink( $page_id ) ); |
|
50 | 50 | } |
51 | 51 | |
52 | 52 | function wpinv_is_success_page() { |
53 | - $is_success_page = wpinv_get_option( 'success_page', false ); |
|
54 | - $is_success_page = isset( $is_success_page ) ? is_page( $is_success_page ) : false; |
|
53 | + $is_success_page = wpinv_get_option( 'success_page', false ); |
|
54 | + $is_success_page = isset( $is_success_page ) ? is_page( $is_success_page ) : false; |
|
55 | 55 | |
56 | - return apply_filters( 'wpinv_is_success_page', $is_success_page ); |
|
56 | + return apply_filters( 'wpinv_is_success_page', $is_success_page ); |
|
57 | 57 | } |
58 | 58 | |
59 | 59 | function wpinv_is_invoice_history_page() { |
60 | - $ret = wpinv_get_option( 'invoice_history_page', false ); |
|
61 | - $ret = $ret ? is_page( $ret ) : false; |
|
62 | - return apply_filters( 'wpinv_is_invoice_history_page', $ret ); |
|
60 | + $ret = wpinv_get_option( 'invoice_history_page', false ); |
|
61 | + $ret = $ret ? is_page( $ret ) : false; |
|
62 | + return apply_filters( 'wpinv_is_invoice_history_page', $ret ); |
|
63 | 63 | } |
64 | 64 | |
65 | 65 | function wpinv_send_to_success_page( $args = null ) { |
66 | - $redirect = wpinv_get_success_page_uri(); |
|
66 | + $redirect = wpinv_get_success_page_uri(); |
|
67 | 67 | |
68 | 68 | if ( !empty( $args ) ) { |
69 | 69 | // Check for backward compatibility |
@@ -83,7 +83,7 @@ discard block |
||
83 | 83 | } |
84 | 84 | |
85 | 85 | function wpinv_send_to_failed_page( $args = null ) { |
86 | - $redirect = wpinv_get_failed_transaction_uri(); |
|
86 | + $redirect = wpinv_get_failed_transaction_uri(); |
|
87 | 87 | |
88 | 88 | if ( !empty( $args ) ) { |
89 | 89 | // Check for backward compatibility |
@@ -103,72 +103,72 @@ discard block |
||
103 | 103 | } |
104 | 104 | |
105 | 105 | function wpinv_get_checkout_uri( $args = array() ) { |
106 | - $uri = wpinv_get_option( 'checkout_page', false ); |
|
107 | - $uri = isset( $uri ) ? get_permalink( $uri ) : NULL; |
|
106 | + $uri = wpinv_get_option( 'checkout_page', false ); |
|
107 | + $uri = isset( $uri ) ? get_permalink( $uri ) : NULL; |
|
108 | 108 | |
109 | - if ( !empty( $args ) ) { |
|
110 | - // Check for backward compatibility |
|
111 | - if ( is_string( $args ) ) |
|
112 | - $args = str_replace( '?', '', $args ); |
|
109 | + if ( !empty( $args ) ) { |
|
110 | + // Check for backward compatibility |
|
111 | + if ( is_string( $args ) ) |
|
112 | + $args = str_replace( '?', '', $args ); |
|
113 | 113 | |
114 | - $args = wp_parse_args( $args ); |
|
114 | + $args = wp_parse_args( $args ); |
|
115 | 115 | |
116 | - $uri = add_query_arg( $args, $uri ); |
|
117 | - } |
|
116 | + $uri = add_query_arg( $args, $uri ); |
|
117 | + } |
|
118 | 118 | |
119 | - $scheme = defined( 'FORCE_SSL_ADMIN' ) && FORCE_SSL_ADMIN ? 'https' : 'admin'; |
|
119 | + $scheme = defined( 'FORCE_SSL_ADMIN' ) && FORCE_SSL_ADMIN ? 'https' : 'admin'; |
|
120 | 120 | |
121 | - $ajax_url = admin_url( 'admin-ajax.php', $scheme ); |
|
121 | + $ajax_url = admin_url( 'admin-ajax.php', $scheme ); |
|
122 | 122 | |
123 | - if ( ( ! preg_match( '/^https/', $uri ) && preg_match( '/^https/', $ajax_url ) ) || wpinv_is_ssl_enforced() ) { |
|
124 | - $uri = preg_replace( '/^http:/', 'https:', $uri ); |
|
125 | - } |
|
123 | + if ( ( ! preg_match( '/^https/', $uri ) && preg_match( '/^https/', $ajax_url ) ) || wpinv_is_ssl_enforced() ) { |
|
124 | + $uri = preg_replace( '/^http:/', 'https:', $uri ); |
|
125 | + } |
|
126 | 126 | |
127 | - return apply_filters( 'wpinv_get_checkout_uri', $uri ); |
|
127 | + return apply_filters( 'wpinv_get_checkout_uri', $uri ); |
|
128 | 128 | } |
129 | 129 | |
130 | 130 | function wpinv_send_back_to_checkout( $args = array() ) { |
131 | - $redirect = wpinv_get_checkout_uri(); |
|
131 | + $redirect = wpinv_get_checkout_uri(); |
|
132 | 132 | |
133 | - if ( ! empty( $args ) ) { |
|
134 | - // Check for backward compatibility |
|
135 | - if ( is_string( $args ) ) |
|
136 | - $args = str_replace( '?', '', $args ); |
|
133 | + if ( ! empty( $args ) ) { |
|
134 | + // Check for backward compatibility |
|
135 | + if ( is_string( $args ) ) |
|
136 | + $args = str_replace( '?', '', $args ); |
|
137 | 137 | |
138 | - $args = wp_parse_args( $args ); |
|
138 | + $args = wp_parse_args( $args ); |
|
139 | 139 | |
140 | - $redirect = add_query_arg( $args, $redirect ); |
|
141 | - } |
|
140 | + $redirect = add_query_arg( $args, $redirect ); |
|
141 | + } |
|
142 | 142 | |
143 | - wp_redirect( apply_filters( 'wpinv_send_back_to_checkout', $redirect, $args ) ); |
|
144 | - exit; |
|
143 | + wp_redirect( apply_filters( 'wpinv_send_back_to_checkout', $redirect, $args ) ); |
|
144 | + exit; |
|
145 | 145 | } |
146 | 146 | |
147 | 147 | function wpinv_get_success_page_url( $query_string = null ) { |
148 | - $success_page = wpinv_get_option( 'success_page', 0 ); |
|
149 | - $success_page = get_permalink( $success_page ); |
|
148 | + $success_page = wpinv_get_option( 'success_page', 0 ); |
|
149 | + $success_page = get_permalink( $success_page ); |
|
150 | 150 | |
151 | - if ( $query_string ) |
|
152 | - $success_page .= $query_string; |
|
151 | + if ( $query_string ) |
|
152 | + $success_page .= $query_string; |
|
153 | 153 | |
154 | - return apply_filters( 'wpinv_success_page_url', $success_page ); |
|
154 | + return apply_filters( 'wpinv_success_page_url', $success_page ); |
|
155 | 155 | } |
156 | 156 | |
157 | 157 | function wpinv_get_failed_transaction_uri( $extras = false ) { |
158 | - $uri = wpinv_get_option( 'failure_page', '' ); |
|
159 | - $uri = ! empty( $uri ) ? trailingslashit( get_permalink( $uri ) ) : home_url(); |
|
158 | + $uri = wpinv_get_option( 'failure_page', '' ); |
|
159 | + $uri = ! empty( $uri ) ? trailingslashit( get_permalink( $uri ) ) : home_url(); |
|
160 | 160 | |
161 | - if ( $extras ) |
|
162 | - $uri .= $extras; |
|
161 | + if ( $extras ) |
|
162 | + $uri .= $extras; |
|
163 | 163 | |
164 | - return apply_filters( 'wpinv_get_failed_transaction_uri', $uri ); |
|
164 | + return apply_filters( 'wpinv_get_failed_transaction_uri', $uri ); |
|
165 | 165 | } |
166 | 166 | |
167 | 167 | function wpinv_is_failed_transaction_page() { |
168 | - $ret = wpinv_get_option( 'failure_page', false ); |
|
169 | - $ret = isset( $ret ) ? is_page( $ret ) : false; |
|
168 | + $ret = wpinv_get_option( 'failure_page', false ); |
|
169 | + $ret = isset( $ret ) ? is_page( $ret ) : false; |
|
170 | 170 | |
171 | - return apply_filters( 'wpinv_is_failure_page', $ret ); |
|
171 | + return apply_filters( 'wpinv_is_failure_page', $ret ); |
|
172 | 172 | } |
173 | 173 | |
174 | 174 | function wpinv_transaction_query( $type = 'start' ) { |
@@ -67,8 +67,9 @@ discard block |
||
67 | 67 | |
68 | 68 | if ( !empty( $args ) ) { |
69 | 69 | // Check for backward compatibility |
70 | - if ( is_string( $args ) ) |
|
71 | - $args = str_replace( '?', '', $args ); |
|
70 | + if ( is_string( $args ) ) { |
|
71 | + $args = str_replace( '?', '', $args ); |
|
72 | + } |
|
72 | 73 | |
73 | 74 | $args = wp_parse_args( $args ); |
74 | 75 | |
@@ -87,8 +88,9 @@ discard block |
||
87 | 88 | |
88 | 89 | if ( !empty( $args ) ) { |
89 | 90 | // Check for backward compatibility |
90 | - if ( is_string( $args ) ) |
|
91 | - $args = str_replace( '?', '', $args ); |
|
91 | + if ( is_string( $args ) ) { |
|
92 | + $args = str_replace( '?', '', $args ); |
|
93 | + } |
|
92 | 94 | |
93 | 95 | $args = wp_parse_args( $args ); |
94 | 96 | |
@@ -108,8 +110,9 @@ discard block |
||
108 | 110 | |
109 | 111 | if ( !empty( $args ) ) { |
110 | 112 | // Check for backward compatibility |
111 | - if ( is_string( $args ) ) |
|
112 | - $args = str_replace( '?', '', $args ); |
|
113 | + if ( is_string( $args ) ) { |
|
114 | + $args = str_replace( '?', '', $args ); |
|
115 | + } |
|
113 | 116 | |
114 | 117 | $args = wp_parse_args( $args ); |
115 | 118 | |
@@ -132,8 +135,9 @@ discard block |
||
132 | 135 | |
133 | 136 | if ( ! empty( $args ) ) { |
134 | 137 | // Check for backward compatibility |
135 | - if ( is_string( $args ) ) |
|
136 | - $args = str_replace( '?', '', $args ); |
|
138 | + if ( is_string( $args ) ) { |
|
139 | + $args = str_replace( '?', '', $args ); |
|
140 | + } |
|
137 | 141 | |
138 | 142 | $args = wp_parse_args( $args ); |
139 | 143 | |
@@ -148,8 +152,9 @@ discard block |
||
148 | 152 | $success_page = wpinv_get_option( 'success_page', 0 ); |
149 | 153 | $success_page = get_permalink( $success_page ); |
150 | 154 | |
151 | - if ( $query_string ) |
|
152 | - $success_page .= $query_string; |
|
155 | + if ( $query_string ) { |
|
156 | + $success_page .= $query_string; |
|
157 | + } |
|
153 | 158 | |
154 | 159 | return apply_filters( 'wpinv_success_page_url', $success_page ); |
155 | 160 | } |
@@ -158,8 +163,9 @@ discard block |
||
158 | 163 | $uri = wpinv_get_option( 'failure_page', '' ); |
159 | 164 | $uri = ! empty( $uri ) ? trailingslashit( get_permalink( $uri ) ) : home_url(); |
160 | 165 | |
161 | - if ( $extras ) |
|
162 | - $uri .= $extras; |
|
166 | + if ( $extras ) { |
|
167 | + $uri .= $extras; |
|
168 | + } |
|
163 | 169 | |
164 | 170 | return apply_filters( 'wpinv_get_failed_transaction_uri', $uri ); |
165 | 171 | } |
@@ -7,195 +7,195 @@ discard block |
||
7 | 7 | */ |
8 | 8 | |
9 | 9 | // MUST have WordPress. |
10 | -if ( !defined( 'WPINC' ) ) { |
|
11 | - exit( 'Do NOT access this file directly: ' . basename( __FILE__ ) ); |
|
10 | +if (!defined('WPINC')) { |
|
11 | + exit('Do NOT access this file directly: ' . basename(__FILE__)); |
|
12 | 12 | } |
13 | 13 | |
14 | 14 | function wpinv_is_checkout() { |
15 | 15 | global $wp_query; |
16 | 16 | |
17 | - $is_object_set = isset( $wp_query->queried_object ); |
|
18 | - $is_object_id_set = isset( $wp_query->queried_object_id ); |
|
19 | - $is_checkout = is_page( wpinv_get_option( 'checkout_page' ) ); |
|
17 | + $is_object_set = isset($wp_query->queried_object); |
|
18 | + $is_object_id_set = isset($wp_query->queried_object_id); |
|
19 | + $is_checkout = is_page(wpinv_get_option('checkout_page')); |
|
20 | 20 | |
21 | - if ( !$is_object_set ) { |
|
22 | - unset( $wp_query->queried_object ); |
|
21 | + if (!$is_object_set) { |
|
22 | + unset($wp_query->queried_object); |
|
23 | 23 | } |
24 | 24 | |
25 | - if ( !$is_object_id_set ) { |
|
26 | - unset( $wp_query->queried_object_id ); |
|
25 | + if (!$is_object_id_set) { |
|
26 | + unset($wp_query->queried_object_id); |
|
27 | 27 | } |
28 | 28 | |
29 | - return apply_filters( 'wpinv_is_checkout', $is_checkout ); |
|
29 | + return apply_filters('wpinv_is_checkout', $is_checkout); |
|
30 | 30 | } |
31 | 31 | |
32 | 32 | function wpinv_can_checkout() { |
33 | 33 | $can_checkout = true; // Always true for now |
34 | 34 | |
35 | - return (bool) apply_filters( 'wpinv_can_checkout', $can_checkout ); |
|
35 | + return (bool)apply_filters('wpinv_can_checkout', $can_checkout); |
|
36 | 36 | } |
37 | 37 | |
38 | 38 | function wpinv_get_success_page_uri() { |
39 | - $page_id = wpinv_get_option( 'success_page', 0 ); |
|
40 | - $page_id = absint( $page_id ); |
|
39 | + $page_id = wpinv_get_option('success_page', 0); |
|
40 | + $page_id = absint($page_id); |
|
41 | 41 | |
42 | - return apply_filters( 'wpinv_get_success_page_uri', get_permalink( $page_id ) ); |
|
42 | + return apply_filters('wpinv_get_success_page_uri', get_permalink($page_id)); |
|
43 | 43 | } |
44 | 44 | |
45 | 45 | function wpinv_get_history_page_uri() { |
46 | - $page_id = wpinv_get_option( 'invoice_history_page', 0 ); |
|
47 | - $page_id = absint( $page_id ); |
|
46 | + $page_id = wpinv_get_option('invoice_history_page', 0); |
|
47 | + $page_id = absint($page_id); |
|
48 | 48 | |
49 | - return apply_filters( 'wpinv_get_history_page_uri', get_permalink( $page_id ) ); |
|
49 | + return apply_filters('wpinv_get_history_page_uri', get_permalink($page_id)); |
|
50 | 50 | } |
51 | 51 | |
52 | 52 | function wpinv_is_success_page() { |
53 | - $is_success_page = wpinv_get_option( 'success_page', false ); |
|
54 | - $is_success_page = isset( $is_success_page ) ? is_page( $is_success_page ) : false; |
|
53 | + $is_success_page = wpinv_get_option('success_page', false); |
|
54 | + $is_success_page = isset($is_success_page) ? is_page($is_success_page) : false; |
|
55 | 55 | |
56 | - return apply_filters( 'wpinv_is_success_page', $is_success_page ); |
|
56 | + return apply_filters('wpinv_is_success_page', $is_success_page); |
|
57 | 57 | } |
58 | 58 | |
59 | 59 | function wpinv_is_invoice_history_page() { |
60 | - $ret = wpinv_get_option( 'invoice_history_page', false ); |
|
61 | - $ret = $ret ? is_page( $ret ) : false; |
|
62 | - return apply_filters( 'wpinv_is_invoice_history_page', $ret ); |
|
60 | + $ret = wpinv_get_option('invoice_history_page', false); |
|
61 | + $ret = $ret ? is_page($ret) : false; |
|
62 | + return apply_filters('wpinv_is_invoice_history_page', $ret); |
|
63 | 63 | } |
64 | 64 | |
65 | -function wpinv_send_to_success_page( $args = null ) { |
|
65 | +function wpinv_send_to_success_page($args = null) { |
|
66 | 66 | $redirect = wpinv_get_success_page_uri(); |
67 | 67 | |
68 | - if ( !empty( $args ) ) { |
|
68 | + if (!empty($args)) { |
|
69 | 69 | // Check for backward compatibility |
70 | - if ( is_string( $args ) ) |
|
71 | - $args = str_replace( '?', '', $args ); |
|
70 | + if (is_string($args)) |
|
71 | + $args = str_replace('?', '', $args); |
|
72 | 72 | |
73 | - $args = wp_parse_args( $args ); |
|
73 | + $args = wp_parse_args($args); |
|
74 | 74 | |
75 | - $redirect = add_query_arg( $args, $redirect ); |
|
75 | + $redirect = add_query_arg($args, $redirect); |
|
76 | 76 | } |
77 | 77 | |
78 | - $gateway = isset( $_REQUEST['wpi-gateway'] ) ? $_REQUEST['wpi-gateway'] : ''; |
|
78 | + $gateway = isset($_REQUEST['wpi-gateway']) ? $_REQUEST['wpi-gateway'] : ''; |
|
79 | 79 | |
80 | - $redirect = apply_filters( 'wpinv_success_page_redirect', $redirect, $gateway, $args ); |
|
81 | - wp_redirect( $redirect ); |
|
80 | + $redirect = apply_filters('wpinv_success_page_redirect', $redirect, $gateway, $args); |
|
81 | + wp_redirect($redirect); |
|
82 | 82 | exit; |
83 | 83 | } |
84 | 84 | |
85 | -function wpinv_send_to_failed_page( $args = null ) { |
|
85 | +function wpinv_send_to_failed_page($args = null) { |
|
86 | 86 | $redirect = wpinv_get_failed_transaction_uri(); |
87 | 87 | |
88 | - if ( !empty( $args ) ) { |
|
88 | + if (!empty($args)) { |
|
89 | 89 | // Check for backward compatibility |
90 | - if ( is_string( $args ) ) |
|
91 | - $args = str_replace( '?', '', $args ); |
|
90 | + if (is_string($args)) |
|
91 | + $args = str_replace('?', '', $args); |
|
92 | 92 | |
93 | - $args = wp_parse_args( $args ); |
|
93 | + $args = wp_parse_args($args); |
|
94 | 94 | |
95 | - $redirect = add_query_arg( $args, $redirect ); |
|
95 | + $redirect = add_query_arg($args, $redirect); |
|
96 | 96 | } |
97 | 97 | |
98 | - $gateway = isset( $_REQUEST['wpi-gateway'] ) ? $_REQUEST['wpi-gateway'] : ''; |
|
98 | + $gateway = isset($_REQUEST['wpi-gateway']) ? $_REQUEST['wpi-gateway'] : ''; |
|
99 | 99 | |
100 | - $redirect = apply_filters( 'wpinv_failed_page_redirect', $redirect, $gateway, $args ); |
|
101 | - wp_redirect( $redirect ); |
|
100 | + $redirect = apply_filters('wpinv_failed_page_redirect', $redirect, $gateway, $args); |
|
101 | + wp_redirect($redirect); |
|
102 | 102 | exit; |
103 | 103 | } |
104 | 104 | |
105 | -function wpinv_get_checkout_uri( $args = array() ) { |
|
106 | - $uri = wpinv_get_option( 'checkout_page', false ); |
|
107 | - $uri = isset( $uri ) ? get_permalink( $uri ) : NULL; |
|
105 | +function wpinv_get_checkout_uri($args = array()) { |
|
106 | + $uri = wpinv_get_option('checkout_page', false); |
|
107 | + $uri = isset($uri) ? get_permalink($uri) : NULL; |
|
108 | 108 | |
109 | - if ( !empty( $args ) ) { |
|
109 | + if (!empty($args)) { |
|
110 | 110 | // Check for backward compatibility |
111 | - if ( is_string( $args ) ) |
|
112 | - $args = str_replace( '?', '', $args ); |
|
111 | + if (is_string($args)) |
|
112 | + $args = str_replace('?', '', $args); |
|
113 | 113 | |
114 | - $args = wp_parse_args( $args ); |
|
114 | + $args = wp_parse_args($args); |
|
115 | 115 | |
116 | - $uri = add_query_arg( $args, $uri ); |
|
116 | + $uri = add_query_arg($args, $uri); |
|
117 | 117 | } |
118 | 118 | |
119 | - $scheme = defined( 'FORCE_SSL_ADMIN' ) && FORCE_SSL_ADMIN ? 'https' : 'admin'; |
|
119 | + $scheme = defined('FORCE_SSL_ADMIN') && FORCE_SSL_ADMIN ? 'https' : 'admin'; |
|
120 | 120 | |
121 | - $ajax_url = admin_url( 'admin-ajax.php', $scheme ); |
|
121 | + $ajax_url = admin_url('admin-ajax.php', $scheme); |
|
122 | 122 | |
123 | - if ( ( ! preg_match( '/^https/', $uri ) && preg_match( '/^https/', $ajax_url ) ) || wpinv_is_ssl_enforced() ) { |
|
124 | - $uri = preg_replace( '/^http:/', 'https:', $uri ); |
|
123 | + if ((!preg_match('/^https/', $uri) && preg_match('/^https/', $ajax_url)) || wpinv_is_ssl_enforced()) { |
|
124 | + $uri = preg_replace('/^http:/', 'https:', $uri); |
|
125 | 125 | } |
126 | 126 | |
127 | - return apply_filters( 'wpinv_get_checkout_uri', $uri ); |
|
127 | + return apply_filters('wpinv_get_checkout_uri', $uri); |
|
128 | 128 | } |
129 | 129 | |
130 | -function wpinv_send_back_to_checkout( $args = array() ) { |
|
130 | +function wpinv_send_back_to_checkout($args = array()) { |
|
131 | 131 | $redirect = wpinv_get_checkout_uri(); |
132 | 132 | |
133 | - if ( ! empty( $args ) ) { |
|
133 | + if (!empty($args)) { |
|
134 | 134 | // Check for backward compatibility |
135 | - if ( is_string( $args ) ) |
|
136 | - $args = str_replace( '?', '', $args ); |
|
135 | + if (is_string($args)) |
|
136 | + $args = str_replace('?', '', $args); |
|
137 | 137 | |
138 | - $args = wp_parse_args( $args ); |
|
138 | + $args = wp_parse_args($args); |
|
139 | 139 | |
140 | - $redirect = add_query_arg( $args, $redirect ); |
|
140 | + $redirect = add_query_arg($args, $redirect); |
|
141 | 141 | } |
142 | 142 | |
143 | - wp_redirect( apply_filters( 'wpinv_send_back_to_checkout', $redirect, $args ) ); |
|
143 | + wp_redirect(apply_filters('wpinv_send_back_to_checkout', $redirect, $args)); |
|
144 | 144 | exit; |
145 | 145 | } |
146 | 146 | |
147 | -function wpinv_get_success_page_url( $query_string = null ) { |
|
148 | - $success_page = wpinv_get_option( 'success_page', 0 ); |
|
149 | - $success_page = get_permalink( $success_page ); |
|
147 | +function wpinv_get_success_page_url($query_string = null) { |
|
148 | + $success_page = wpinv_get_option('success_page', 0); |
|
149 | + $success_page = get_permalink($success_page); |
|
150 | 150 | |
151 | - if ( $query_string ) |
|
151 | + if ($query_string) |
|
152 | 152 | $success_page .= $query_string; |
153 | 153 | |
154 | - return apply_filters( 'wpinv_success_page_url', $success_page ); |
|
154 | + return apply_filters('wpinv_success_page_url', $success_page); |
|
155 | 155 | } |
156 | 156 | |
157 | -function wpinv_get_failed_transaction_uri( $extras = false ) { |
|
158 | - $uri = wpinv_get_option( 'failure_page', '' ); |
|
159 | - $uri = ! empty( $uri ) ? trailingslashit( get_permalink( $uri ) ) : home_url(); |
|
157 | +function wpinv_get_failed_transaction_uri($extras = false) { |
|
158 | + $uri = wpinv_get_option('failure_page', ''); |
|
159 | + $uri = !empty($uri) ? trailingslashit(get_permalink($uri)) : home_url(); |
|
160 | 160 | |
161 | - if ( $extras ) |
|
161 | + if ($extras) |
|
162 | 162 | $uri .= $extras; |
163 | 163 | |
164 | - return apply_filters( 'wpinv_get_failed_transaction_uri', $uri ); |
|
164 | + return apply_filters('wpinv_get_failed_transaction_uri', $uri); |
|
165 | 165 | } |
166 | 166 | |
167 | 167 | function wpinv_is_failed_transaction_page() { |
168 | - $ret = wpinv_get_option( 'failure_page', false ); |
|
169 | - $ret = isset( $ret ) ? is_page( $ret ) : false; |
|
168 | + $ret = wpinv_get_option('failure_page', false); |
|
169 | + $ret = isset($ret) ? is_page($ret) : false; |
|
170 | 170 | |
171 | - return apply_filters( 'wpinv_is_failure_page', $ret ); |
|
171 | + return apply_filters('wpinv_is_failure_page', $ret); |
|
172 | 172 | } |
173 | 173 | |
174 | -function wpinv_transaction_query( $type = 'start' ) { |
|
174 | +function wpinv_transaction_query($type = 'start') { |
|
175 | 175 | global $wpdb; |
176 | 176 | |
177 | 177 | $wpdb->hide_errors(); |
178 | 178 | |
179 | - if ( ! defined( 'WPINV_USE_TRANSACTIONS' ) ) { |
|
180 | - define( 'WPINV_USE_TRANSACTIONS', true ); |
|
179 | + if (!defined('WPINV_USE_TRANSACTIONS')) { |
|
180 | + define('WPINV_USE_TRANSACTIONS', true); |
|
181 | 181 | } |
182 | 182 | |
183 | - if ( WPINV_USE_TRANSACTIONS ) { |
|
184 | - switch ( $type ) { |
|
183 | + if (WPINV_USE_TRANSACTIONS) { |
|
184 | + switch ($type) { |
|
185 | 185 | case 'commit' : |
186 | - $wpdb->query( 'COMMIT' ); |
|
186 | + $wpdb->query('COMMIT'); |
|
187 | 187 | break; |
188 | 188 | case 'rollback' : |
189 | - $wpdb->query( 'ROLLBACK' ); |
|
189 | + $wpdb->query('ROLLBACK'); |
|
190 | 190 | break; |
191 | 191 | default : |
192 | - $wpdb->query( 'START TRANSACTION' ); |
|
192 | + $wpdb->query('START TRANSACTION'); |
|
193 | 193 | break; |
194 | 194 | } |
195 | 195 | } |
196 | 196 | } |
197 | 197 | |
198 | -function wpinv_create_invoice( $args = array(), $data = array(), $wp_error = false ) { |
|
198 | +function wpinv_create_invoice($args = array(), $data = array(), $wp_error = false) { |
|
199 | 199 | $default_args = array( |
200 | 200 | 'status' => '', |
201 | 201 | 'user_id' => null, |
@@ -205,63 +205,63 @@ discard block |
||
205 | 205 | 'parent' => 0 |
206 | 206 | ); |
207 | 207 | |
208 | - $args = wp_parse_args( $args, $default_args ); |
|
208 | + $args = wp_parse_args($args, $default_args); |
|
209 | 209 | $invoice_data = array(); |
210 | 210 | |
211 | - if ( $args['invoice_id'] > 0 ) { |
|
212 | - $updating = true; |
|
211 | + if ($args['invoice_id'] > 0) { |
|
212 | + $updating = true; |
|
213 | 213 | $invoice_data['post_type'] = 'wpi_invoice'; |
214 | 214 | $invoice_data['ID'] = $args['invoice_id']; |
215 | 215 | } else { |
216 | 216 | $updating = false; |
217 | 217 | $invoice_data['post_type'] = 'wpi_invoice'; |
218 | - $invoice_data['post_status'] = apply_filters( 'wpinv_default_invoice_status', 'wpi-pending' ); |
|
218 | + $invoice_data['post_status'] = apply_filters('wpinv_default_invoice_status', 'wpi-pending'); |
|
219 | 219 | $invoice_data['ping_status'] = 'closed'; |
220 | - $invoice_data['post_author'] = !empty( $args['user_id'] ) ? $args['user_id'] : get_current_user_id(); |
|
221 | - $invoice_data['post_title'] = wpinv_format_invoice_number( '0' ); |
|
222 | - $invoice_data['post_parent'] = absint( $args['parent'] ); |
|
223 | - if ( !empty( $args['created_date'] ) ) { |
|
220 | + $invoice_data['post_author'] = !empty($args['user_id']) ? $args['user_id'] : get_current_user_id(); |
|
221 | + $invoice_data['post_title'] = wpinv_format_invoice_number('0'); |
|
222 | + $invoice_data['post_parent'] = absint($args['parent']); |
|
223 | + if (!empty($args['created_date'])) { |
|
224 | 224 | $invoice_data['post_date'] = $args['created_date']; |
225 | - $invoice_data['post_date_gmt'] = get_gmt_from_date( $args['created_date'] ); |
|
225 | + $invoice_data['post_date_gmt'] = get_gmt_from_date($args['created_date']); |
|
226 | 226 | } |
227 | 227 | } |
228 | 228 | |
229 | - if ( $args['status'] ) { |
|
230 | - if ( ! in_array( $args['status'], array_keys( wpinv_get_invoice_statuses() ) ) ) { |
|
231 | - return new WP_Error( 'wpinv_invalid_invoice_status', wp_sprintf( __( 'Invalid invoice status: %s', 'invoicing' ), $args['status'] ) ); |
|
229 | + if ($args['status']) { |
|
230 | + if (!in_array($args['status'], array_keys(wpinv_get_invoice_statuses()))) { |
|
231 | + return new WP_Error('wpinv_invalid_invoice_status', wp_sprintf(__('Invalid invoice status: %s', 'invoicing'), $args['status'])); |
|
232 | 232 | } |
233 | - $invoice_data['post_status'] = $args['status']; |
|
233 | + $invoice_data['post_status'] = $args['status']; |
|
234 | 234 | } |
235 | 235 | |
236 | - if ( ! is_null( $args['user_note'] ) ) { |
|
237 | - $invoice_data['post_excerpt'] = $args['user_note']; |
|
236 | + if (!is_null($args['user_note'])) { |
|
237 | + $invoice_data['post_excerpt'] = $args['user_note']; |
|
238 | 238 | } |
239 | 239 | |
240 | - if ( $updating ) { |
|
241 | - $invoice_id = wp_update_post( $invoice_data, true ); |
|
240 | + if ($updating) { |
|
241 | + $invoice_id = wp_update_post($invoice_data, true); |
|
242 | 242 | } else { |
243 | - $invoice_id = wp_insert_post( apply_filters( 'wpinv_new_invoice_data', $invoice_data ), true ); |
|
243 | + $invoice_id = wp_insert_post(apply_filters('wpinv_new_invoice_data', $invoice_data), true); |
|
244 | 244 | } |
245 | 245 | |
246 | - if ( is_wp_error( $invoice_id ) ) { |
|
246 | + if (is_wp_error($invoice_id)) { |
|
247 | 247 | return $wp_error ? $invoice_id : 0; |
248 | 248 | } |
249 | 249 | |
250 | - $invoice = wpinv_get_invoice( $invoice_id ); |
|
251 | - |
|
252 | - if ( !$updating ) { |
|
253 | - update_post_meta( $invoice_id, '_wpinv_key', apply_filters( 'wpinv_generate_invoice_key', uniqid( 'wpinv_' ) ) ); |
|
254 | - update_post_meta( $invoice_id, '_wpinv_currency', wpinv_get_currency() ); |
|
255 | - update_post_meta( $invoice_id, '_wpinv_include_tax', get_option( 'wpinv_prices_include_tax' ) ); |
|
256 | - update_post_meta( $invoice_id, '_wpinv_user_ip', wpinv_get_ip() ); |
|
257 | - update_post_meta( $invoice_id, '_wpinv_user_agent', wpinv_get_user_agent() ); |
|
258 | - update_post_meta( $invoice_id, '_wpinv_created_via', sanitize_text_field( $args['created_via'] ) ); |
|
250 | + $invoice = wpinv_get_invoice($invoice_id); |
|
251 | + |
|
252 | + if (!$updating) { |
|
253 | + update_post_meta($invoice_id, '_wpinv_key', apply_filters('wpinv_generate_invoice_key', uniqid('wpinv_'))); |
|
254 | + update_post_meta($invoice_id, '_wpinv_currency', wpinv_get_currency()); |
|
255 | + update_post_meta($invoice_id, '_wpinv_include_tax', get_option('wpinv_prices_include_tax')); |
|
256 | + update_post_meta($invoice_id, '_wpinv_user_ip', wpinv_get_ip()); |
|
257 | + update_post_meta($invoice_id, '_wpinv_user_agent', wpinv_get_user_agent()); |
|
258 | + update_post_meta($invoice_id, '_wpinv_created_via', sanitize_text_field($args['created_via'])); |
|
259 | 259 | |
260 | 260 | // Add invoice note |
261 | - $invoice->add_note( wp_sprintf( __( 'Invoice is created with status %s.', 'invoicing' ), wpinv_status_nicename( $invoice->status ) ) ); |
|
261 | + $invoice->add_note(wp_sprintf(__('Invoice is created with status %s.', 'invoicing'), wpinv_status_nicename($invoice->status))); |
|
262 | 262 | } |
263 | 263 | |
264 | - update_post_meta( $invoice_id, '_wpinv_version', WPINV_VERSION ); |
|
264 | + update_post_meta($invoice_id, '_wpinv_version', WPINV_VERSION); |
|
265 | 265 | |
266 | 266 | return $invoice; |
267 | 267 | } |
@@ -269,118 +269,118 @@ discard block |
||
269 | 269 | function wpinv_get_prefix() { |
270 | 270 | $invoice_prefix = 'INV-'; |
271 | 271 | |
272 | - return apply_filters( 'wpinv_get_prefix', $invoice_prefix ); |
|
272 | + return apply_filters('wpinv_get_prefix', $invoice_prefix); |
|
273 | 273 | } |
274 | 274 | |
275 | 275 | function wpinv_get_business_logo() { |
276 | - $business_logo = wpinv_get_option( 'logo' ); |
|
277 | - return apply_filters( 'wpinv_get_business_logo', $business_logo ); |
|
276 | + $business_logo = wpinv_get_option('logo'); |
|
277 | + return apply_filters('wpinv_get_business_logo', $business_logo); |
|
278 | 278 | } |
279 | 279 | |
280 | 280 | function wpinv_get_business_name() { |
281 | 281 | $business_name = wpinv_get_option('store_name'); |
282 | - return apply_filters( 'wpinv_get_business_name', $business_name ); |
|
282 | + return apply_filters('wpinv_get_business_name', $business_name); |
|
283 | 283 | } |
284 | 284 | |
285 | 285 | function wpinv_get_blogname() { |
286 | - return wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ); |
|
286 | + return wp_specialchars_decode(get_option('blogname'), ENT_QUOTES); |
|
287 | 287 | } |
288 | 288 | |
289 | 289 | function wpinv_get_admin_email() { |
290 | - $admin_email = get_option( 'admin_email' ); |
|
291 | - return apply_filters( 'wpinv_admin_email', $admin_email ); |
|
290 | + $admin_email = get_option('admin_email'); |
|
291 | + return apply_filters('wpinv_admin_email', $admin_email); |
|
292 | 292 | } |
293 | 293 | |
294 | 294 | function wpinv_get_business_website() { |
295 | - $business_website = home_url( '/' ); |
|
296 | - return apply_filters( 'wpinv_get_business_website', $business_website ); |
|
295 | + $business_website = home_url('/'); |
|
296 | + return apply_filters('wpinv_get_business_website', $business_website); |
|
297 | 297 | } |
298 | 298 | |
299 | -function wpinv_get_terms_text( $invoice_id = 0 ) { |
|
299 | +function wpinv_get_terms_text($invoice_id = 0) { |
|
300 | 300 | $terms_text = ''; |
301 | - return apply_filters( 'wpinv_get_terms_text', $terms_text, $invoice_id ); |
|
301 | + return apply_filters('wpinv_get_terms_text', $terms_text, $invoice_id); |
|
302 | 302 | } |
303 | 303 | |
304 | 304 | function wpinv_get_business_footer() { |
305 | - $site_link = '<a target="_blank" href="' . esc_url( wpinv_get_business_website() ) . '">' . esc_html( wpinv_get_business_name() ) . '</a>'; |
|
306 | - $business_footer = wp_sprintf( __( 'Thanks for using %s', 'invoicing' ), $site_link ); |
|
307 | - return apply_filters( 'wpinv_get_business_footer', $business_footer ); |
|
305 | + $site_link = '<a target="_blank" href="' . esc_url(wpinv_get_business_website()) . '">' . esc_html(wpinv_get_business_name()) . '</a>'; |
|
306 | + $business_footer = wp_sprintf(__('Thanks for using %s', 'invoicing'), $site_link); |
|
307 | + return apply_filters('wpinv_get_business_footer', $business_footer); |
|
308 | 308 | } |
309 | 309 | |
310 | 310 | function wpinv_checkout_required_fields() { |
311 | 311 | $required_fields = array(); |
312 | 312 | |
313 | 313 | // Let payment gateways and other extensions determine if address fields should be required |
314 | - $require_billing_details = apply_filters( 'wpinv_checkout_required_billing_details', wpinv_use_taxes() ); |
|
314 | + $require_billing_details = apply_filters('wpinv_checkout_required_billing_details', wpinv_use_taxes()); |
|
315 | 315 | |
316 | - if ( $require_billing_details ) { |
|
316 | + if ($require_billing_details) { |
|
317 | 317 | ///$required_fields['email'] = array( |
318 | 318 | ///'error_id' => 'invalid_email', |
319 | 319 | ///'error_message' => __( 'Please enter a valid email address', 'invoicing' ) |
320 | 320 | ///); |
321 | 321 | $required_fields['first_name'] = array( |
322 | 322 | 'error_id' => 'invalid_first_name', |
323 | - 'error_message' => __( 'Please enter your first name', 'invoicing' ) |
|
323 | + 'error_message' => __('Please enter your first name', 'invoicing') |
|
324 | 324 | ); |
325 | 325 | $required_fields['address'] = array( |
326 | 326 | 'error_id' => 'invalid_address', |
327 | - 'error_message' => __( 'Please enter your address', 'invoicing' ) |
|
327 | + 'error_message' => __('Please enter your address', 'invoicing') |
|
328 | 328 | ); |
329 | 329 | $required_fields['city'] = array( |
330 | 330 | 'error_id' => 'invalid_city', |
331 | - 'error_message' => __( 'Please enter your billing city', 'invoicing' ) |
|
331 | + 'error_message' => __('Please enter your billing city', 'invoicing') |
|
332 | 332 | ); |
333 | 333 | $required_fields['state'] = array( |
334 | 334 | 'error_id' => 'invalid_state', |
335 | - 'error_message' => __( 'Please enter billing state / province', 'invoicing' ) |
|
335 | + 'error_message' => __('Please enter billing state / province', 'invoicing') |
|
336 | 336 | ); |
337 | 337 | $required_fields['country'] = array( |
338 | 338 | 'error_id' => 'invalid_country', |
339 | - 'error_message' => __( 'Please select your billing country', 'invoicing' ) |
|
339 | + 'error_message' => __('Please select your billing country', 'invoicing') |
|
340 | 340 | ); |
341 | 341 | } |
342 | 342 | |
343 | - return apply_filters( 'wpinv_checkout_required_fields', $required_fields ); |
|
343 | + return apply_filters('wpinv_checkout_required_fields', $required_fields); |
|
344 | 344 | } |
345 | 345 | |
346 | 346 | function wpinv_is_ssl_enforced() { |
347 | - $ssl_enforced = wpinv_get_option( 'enforce_ssl', false ); |
|
348 | - return (bool) apply_filters( 'wpinv_is_ssl_enforced', $ssl_enforced ); |
|
347 | + $ssl_enforced = wpinv_get_option('enforce_ssl', false); |
|
348 | + return (bool)apply_filters('wpinv_is_ssl_enforced', $ssl_enforced); |
|
349 | 349 | } |
350 | 350 | |
351 | -function wpinv_user_can_print_invoice( $post ) { |
|
351 | +function wpinv_user_can_print_invoice($post) { |
|
352 | 352 | $allow = false; |
353 | 353 | |
354 | - if ( !( $user_id = get_current_user_id() ) ) { |
|
354 | + if (!($user_id = get_current_user_id())) { |
|
355 | 355 | return $allow; |
356 | 356 | } |
357 | 357 | |
358 | - if ( is_int( $post ) ) { |
|
359 | - $post = get_post( $post ); |
|
358 | + if (is_int($post)) { |
|
359 | + $post = get_post($post); |
|
360 | 360 | } |
361 | 361 | |
362 | 362 | // Allow to owner. |
363 | - if ( is_object( $post ) && !empty( $post->post_author ) && $post->post_author == $user_id ) { |
|
363 | + if (is_object($post) && !empty($post->post_author) && $post->post_author == $user_id) { |
|
364 | 364 | $allow = true; |
365 | 365 | } |
366 | 366 | |
367 | 367 | // Allow to admin user. |
368 | - if ( current_user_can( 'manage_options' ) ) { |
|
368 | + if (current_user_can('manage_options')) { |
|
369 | 369 | $allow = true; |
370 | 370 | } |
371 | 371 | |
372 | - return apply_filters( 'wpinv_can_print_invoice', $allow, $post ); |
|
372 | + return apply_filters('wpinv_can_print_invoice', $allow, $post); |
|
373 | 373 | } |
374 | 374 | |
375 | 375 | function wpinv_schedule_events() { |
376 | 376 | // hourly, daily and twicedaily |
377 | - if ( !wp_next_scheduled( 'wpinv_register_schedule_event_twicedaily' ) ) { |
|
378 | - wp_schedule_event( current_time( 'timestamp' ), 'twicedaily', 'wpinv_register_schedule_event_twicedaily' ); |
|
377 | + if (!wp_next_scheduled('wpinv_register_schedule_event_twicedaily')) { |
|
378 | + wp_schedule_event(current_time('timestamp'), 'twicedaily', 'wpinv_register_schedule_event_twicedaily'); |
|
379 | 379 | } |
380 | 380 | } |
381 | -add_action( 'wp', 'wpinv_schedule_events' ); |
|
381 | +add_action('wp', 'wpinv_schedule_events'); |
|
382 | 382 | |
383 | 383 | function wpinv_schedule_event_twicedaily() { |
384 | 384 | wpinv_email_payment_reminders(); |
385 | 385 | } |
386 | -add_action( 'wpinv_register_schedule_event_twicedaily', 'wpinv_schedule_event_twicedaily' ); |
|
387 | 386 | \ No newline at end of file |
387 | +add_action('wpinv_register_schedule_event_twicedaily', 'wpinv_schedule_event_twicedaily'); |
|
388 | 388 | \ No newline at end of file |
@@ -1,39 +1,39 @@ |
||
1 | 1 | <?php |
2 | 2 | // MUST have WordPress. |
3 | -if ( !defined( 'WPINC' ) ) { |
|
4 | - exit( 'Do NOT access this file directly: ' . basename( __FILE__ ) ); |
|
3 | +if (!defined('WPINC')) { |
|
4 | + exit('Do NOT access this file directly: ' . basename(__FILE__)); |
|
5 | 5 | } |
6 | 6 | |
7 | 7 | class WPInv_Meta_Box_Notes { |
8 | - public static function output( $post ) { |
|
8 | + public static function output($post) { |
|
9 | 9 | global $post; |
10 | 10 | |
11 | - $notes = wpinv_get_invoice_notes( $post->ID ); |
|
11 | + $notes = wpinv_get_invoice_notes($post->ID); |
|
12 | 12 | |
13 | 13 | echo '<ul class="invoice_notes">'; |
14 | 14 | |
15 | - if ( $notes ) { |
|
16 | - foreach( $notes as $note ) { |
|
17 | - wpinv_get_invoice_note_line_item( $note ); |
|
15 | + if ($notes) { |
|
16 | + foreach ($notes as $note) { |
|
17 | + wpinv_get_invoice_note_line_item($note); |
|
18 | 18 | } |
19 | 19 | |
20 | 20 | } else { |
21 | - echo '<li>' . __( 'There are no notes yet.', 'invoicing' ) . '</li>'; |
|
21 | + echo '<li>' . __('There are no notes yet.', 'invoicing') . '</li>'; |
|
22 | 22 | } |
23 | 23 | |
24 | 24 | echo '</ul>'; |
25 | 25 | ?> |
26 | 26 | <div class="add_note"> |
27 | - <h4><?php _e( 'Add note', 'invoicing' ); ?></h4> |
|
27 | + <h4><?php _e('Add note', 'invoicing'); ?></h4> |
|
28 | 28 | <p> |
29 | 29 | <textarea type="text" name="invoice_note" id="add_invoice_note" class="input-text" cols="20" rows="5"></textarea> |
30 | 30 | </p> |
31 | 31 | <p> |
32 | 32 | <select name="invoice_note_type" id="invoice_note_type"> |
33 | - <option value=""><?php _e( 'Private note', 'invoicing' ); ?></option> |
|
34 | - <option value="customer"><?php _e( 'Note to customer', 'invoicing' ); ?></option> |
|
33 | + <option value=""><?php _e('Private note', 'invoicing'); ?></option> |
|
34 | + <option value="customer"><?php _e('Note to customer', 'invoicing'); ?></option> |
|
35 | 35 | </select> |
36 | - <a href="#" class="add_note button"><?php _e( 'Add', 'invoicing' ); ?></a> <span class="description"><?php _e( 'Add a note for your reference, or add a customer note (the user will be notified).', 'invoicing' ); ?></span> |
|
36 | + <a href="#" class="add_note button"><?php _e('Add', 'invoicing'); ?></a> <span class="description"><?php _e('Add a note for your reference, or add a customer note (the user will be notified).', 'invoicing'); ?></span> |
|
37 | 37 | </p> |
38 | 38 | </div> |
39 | 39 | <?php |
@@ -196,8 +196,9 @@ |
||
196 | 196 | foreach ( $types as $name => $type ) { |
197 | 197 | echo '<option value="' . esc_attr( $name ) . '"'; |
198 | 198 | |
199 | - if ( isset( $_GET['discount_type'] ) ) |
|
200 | - selected( $name, $_GET['discount_type'] ); |
|
199 | + if ( isset( $_GET['discount_type'] ) ) { |
|
200 | + selected( $name, $_GET['discount_type'] ); |
|
201 | + } |
|
201 | 202 | |
202 | 203 | echo '>' . esc_html__( $type, 'invoicing' ) . '</option>'; |
203 | 204 | } |
@@ -1,72 +1,72 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | // MUST have WordPress. |
3 | -if ( !defined( 'WPINC' ) ) { |
|
4 | - exit( 'Do NOT access this file directly: ' . basename( __FILE__ ) ); |
|
3 | +if (!defined('WPINC')) { |
|
4 | + exit('Do NOT access this file directly: ' . basename(__FILE__)); |
|
5 | 5 | } |
6 | 6 | |
7 | -add_action( 'admin_menu', 'wpinv_add_options_link', 10 ); |
|
7 | +add_action('admin_menu', 'wpinv_add_options_link', 10); |
|
8 | 8 | function wpinv_add_options_link() { |
9 | 9 | global $menu; |
10 | 10 | |
11 | - if ( !(current_user_can( 'manage_invoicing' ) || current_user_can( 'manage_options' )) ) { |
|
11 | + if (!(current_user_can('manage_invoicing') || current_user_can('manage_options'))) { |
|
12 | 12 | return; |
13 | 13 | } |
14 | 14 | |
15 | - $capability = apply_filters( 'invoicing_capability', 'manage_invoicing' ); |
|
15 | + $capability = apply_filters('invoicing_capability', 'manage_invoicing'); |
|
16 | 16 | |
17 | - if ( current_user_can( 'manage_options' ) ) { |
|
18 | - $menu[] = array( '', 'read', 'separator-wpinv', '', 'wp-menu-separator wpinv' ); |
|
17 | + if (current_user_can('manage_options')) { |
|
18 | + $menu[] = array('', 'read', 'separator-wpinv', '', 'wp-menu-separator wpinv'); |
|
19 | 19 | } |
20 | 20 | |
21 | - $wpi_invoice = get_post_type_object( 'wpi_invoice' ); |
|
21 | + $wpi_invoice = get_post_type_object('wpi_invoice'); |
|
22 | 22 | |
23 | - add_menu_page( __( 'Invoicing', 'invoicing' ), __( 'Invoicing', 'invoicing' ), $capability, 'wpinv', null, $wpi_invoice->menu_icon, '54.123460' ); |
|
23 | + add_menu_page(__('Invoicing', 'invoicing'), __('Invoicing', 'invoicing'), $capability, 'wpinv', null, $wpi_invoice->menu_icon, '54.123460'); |
|
24 | 24 | |
25 | - $wpi_settings_page = add_submenu_page( 'wpinv', __( 'Invoice Settings', 'invoicing' ), __( 'Settings', 'invoicing' ), $capability, 'wpinv-settings', 'wpinv_options_page' ); |
|
25 | + $wpi_settings_page = add_submenu_page('wpinv', __('Invoice Settings', 'invoicing'), __('Settings', 'invoicing'), $capability, 'wpinv-settings', 'wpinv_options_page'); |
|
26 | 26 | } |
27 | 27 | |
28 | -add_action( 'admin_menu', 'wpinv_remove_admin_submenus', 999 ); |
|
28 | +add_action('admin_menu', 'wpinv_remove_admin_submenus', 999); |
|
29 | 29 | function wpinv_remove_admin_submenus() { |
30 | - remove_submenu_page( 'edit.php?post_type=wpi_invoice', 'post-new.php?post_type=wpi_invoice' ); |
|
30 | + remove_submenu_page('edit.php?post_type=wpi_invoice', 'post-new.php?post_type=wpi_invoice'); |
|
31 | 31 | } |
32 | 32 | |
33 | -add_filter( 'manage_wpi_discount_posts_columns', 'wpinv_discount_columns' ); |
|
34 | -function wpinv_discount_columns( $existing_columns ) { |
|
33 | +add_filter('manage_wpi_discount_posts_columns', 'wpinv_discount_columns'); |
|
34 | +function wpinv_discount_columns($existing_columns) { |
|
35 | 35 | $columns = array(); |
36 | 36 | $columns['cb'] = $existing_columns['cb']; |
37 | - $columns['name'] = __( 'Name', 'invoicing' ); |
|
38 | - $columns['code'] = __( 'Code', 'invoicing' ); |
|
39 | - $columns['amount'] = __( 'Amount', 'invoicing' ); |
|
40 | - $columns['usage'] = __( 'Usage / Limit', 'invoicing' ); |
|
41 | - $columns['expiry_date'] = __( 'Expiry Date', 'invoicing' ); |
|
42 | - $columns['status'] = __( 'Status', 'invoicing' ); |
|
37 | + $columns['name'] = __('Name', 'invoicing'); |
|
38 | + $columns['code'] = __('Code', 'invoicing'); |
|
39 | + $columns['amount'] = __('Amount', 'invoicing'); |
|
40 | + $columns['usage'] = __('Usage / Limit', 'invoicing'); |
|
41 | + $columns['expiry_date'] = __('Expiry Date', 'invoicing'); |
|
42 | + $columns['status'] = __('Status', 'invoicing'); |
|
43 | 43 | |
44 | 44 | return $columns; |
45 | 45 | } |
46 | 46 | |
47 | -add_action( 'manage_wpi_discount_posts_custom_column', 'wpinv_discount_custom_column' ); |
|
48 | -function wpinv_discount_custom_column( $column ) { |
|
47 | +add_action('manage_wpi_discount_posts_custom_column', 'wpinv_discount_custom_column'); |
|
48 | +function wpinv_discount_custom_column($column) { |
|
49 | 49 | global $post; |
50 | 50 | |
51 | 51 | $discount = $post; |
52 | 52 | |
53 | - switch ( $column ) { |
|
53 | + switch ($column) { |
|
54 | 54 | case 'name' : |
55 | - echo get_the_title( $discount->ID ); |
|
55 | + echo get_the_title($discount->ID); |
|
56 | 56 | break; |
57 | 57 | case 'code' : |
58 | - echo wpinv_get_discount_code( $discount->ID ); |
|
58 | + echo wpinv_get_discount_code($discount->ID); |
|
59 | 59 | break; |
60 | 60 | case 'amount' : |
61 | - echo wpinv_format_discount_rate( wpinv_get_discount_type( $discount->ID ), wpinv_get_discount_amount( $discount->ID ) ); |
|
61 | + echo wpinv_format_discount_rate(wpinv_get_discount_type($discount->ID), wpinv_get_discount_amount($discount->ID)); |
|
62 | 62 | break; |
63 | 63 | case 'usage_limit' : |
64 | - echo wpinv_get_discount_uses( $discount->ID ); |
|
64 | + echo wpinv_get_discount_uses($discount->ID); |
|
65 | 65 | break; |
66 | 66 | case 'usage' : |
67 | - $usage = wpinv_get_discount_uses( $discount->ID ) . ' / '; |
|
68 | - if ( wpinv_get_discount_max_uses( $discount->ID ) ) { |
|
69 | - $usage .= wpinv_get_discount_max_uses( $discount->ID ); |
|
67 | + $usage = wpinv_get_discount_uses($discount->ID) . ' / '; |
|
68 | + if (wpinv_get_discount_max_uses($discount->ID)) { |
|
69 | + $usage .= wpinv_get_discount_max_uses($discount->ID); |
|
70 | 70 | } else { |
71 | 71 | $usage .= ' ∞'; |
72 | 72 | } |
@@ -74,162 +74,162 @@ discard block |
||
74 | 74 | echo $usage; |
75 | 75 | break; |
76 | 76 | case 'expiry_date' : |
77 | - if ( wpinv_get_discount_expiration( $discount->ID ) ) { |
|
78 | - $expiration = date_i18n( get_option( 'date_format' ), strtotime( wpinv_get_discount_expiration( $discount->ID ) ) ); |
|
77 | + if (wpinv_get_discount_expiration($discount->ID)) { |
|
78 | + $expiration = date_i18n(get_option('date_format'), strtotime(wpinv_get_discount_expiration($discount->ID))); |
|
79 | 79 | } else { |
80 | - $expiration = __( 'Never', 'invoicing' ); |
|
80 | + $expiration = __('Never', 'invoicing'); |
|
81 | 81 | } |
82 | 82 | |
83 | 83 | echo $expiration; |
84 | 84 | break; |
85 | 85 | case 'description' : |
86 | - echo wp_kses_post( $post->post_excerpt ); |
|
86 | + echo wp_kses_post($post->post_excerpt); |
|
87 | 87 | break; |
88 | 88 | case 'status' : |
89 | - $status = wpinv_is_discount_expired( $discount->ID ) ? 'expired' : $discount->post_status; |
|
89 | + $status = wpinv_is_discount_expired($discount->ID) ? 'expired' : $discount->post_status; |
|
90 | 90 | |
91 | - echo wpinv_discount_status( $status ); |
|
91 | + echo wpinv_discount_status($status); |
|
92 | 92 | break; |
93 | 93 | } |
94 | 94 | } |
95 | 95 | |
96 | -add_filter( 'post_row_actions', 'wpinv_post_row_actions', 9999, 2 ); |
|
97 | -function wpinv_post_row_actions( $actions, $post ) { |
|
98 | - $post_type = !empty( $post->post_type ) ? $post->post_type : ''; |
|
96 | +add_filter('post_row_actions', 'wpinv_post_row_actions', 9999, 2); |
|
97 | +function wpinv_post_row_actions($actions, $post) { |
|
98 | + $post_type = !empty($post->post_type) ? $post->post_type : ''; |
|
99 | 99 | |
100 | - if ( $post_type == 'wpi_invoice' ) { |
|
100 | + if ($post_type == 'wpi_invoice') { |
|
101 | 101 | $actions = array(); |
102 | 102 | } |
103 | 103 | |
104 | - if ( $post_type == 'wpi_discount' ) { |
|
105 | - $actions = wpinv_discount_row_actions( $post, $actions ); |
|
104 | + if ($post_type == 'wpi_discount') { |
|
105 | + $actions = wpinv_discount_row_actions($post, $actions); |
|
106 | 106 | } |
107 | 107 | |
108 | 108 | return $actions; |
109 | 109 | } |
110 | 110 | |
111 | -function wpinv_discount_row_actions( $discount, $row_actions ) { |
|
112 | - $row_actions = array(); |
|
113 | - $edit_link = get_edit_post_link( $discount->ID ); |
|
114 | - $row_actions['edit'] = '<a href="' . esc_url( $edit_link ) . '">' . __( 'Edit', 'invoicing' ) . '</a>'; |
|
111 | +function wpinv_discount_row_actions($discount, $row_actions) { |
|
112 | + $row_actions = array(); |
|
113 | + $edit_link = get_edit_post_link($discount->ID); |
|
114 | + $row_actions['edit'] = '<a href="' . esc_url($edit_link) . '">' . __('Edit', 'invoicing') . '</a>'; |
|
115 | 115 | |
116 | - if( in_array( strtolower( $discount->post_status ), array( 'publish' ) ) ) { |
|
117 | - $row_actions['deactivate'] = '<a href="' . esc_url( wp_nonce_url( add_query_arg( array( 'wpi_action' => 'deactivate_discount', 'discount' => $discount->ID ) ), 'wpinv_discount_nonce' ) ) . '">' . __( 'Deactivate', 'invoicing' ) . '</a>'; |
|
118 | - } elseif( in_array( strtolower( $discount->post_status ), array( 'pending', 'draft' ) ) ) { |
|
119 | - $row_actions['activate'] = '<a href="' . esc_url( wp_nonce_url( add_query_arg( array( 'wpi_action' => 'activate_discount', 'discount' => $discount->ID ) ), 'wpinv_discount_nonce' ) ) . '">' . __( 'Activate', 'invoicing' ) . '</a>'; |
|
116 | + if (in_array(strtolower($discount->post_status), array('publish'))) { |
|
117 | + $row_actions['deactivate'] = '<a href="' . esc_url(wp_nonce_url(add_query_arg(array('wpi_action' => 'deactivate_discount', 'discount' => $discount->ID)), 'wpinv_discount_nonce')) . '">' . __('Deactivate', 'invoicing') . '</a>'; |
|
118 | + } elseif (in_array(strtolower($discount->post_status), array('pending', 'draft'))) { |
|
119 | + $row_actions['activate'] = '<a href="' . esc_url(wp_nonce_url(add_query_arg(array('wpi_action' => 'activate_discount', 'discount' => $discount->ID)), 'wpinv_discount_nonce')) . '">' . __('Activate', 'invoicing') . '</a>'; |
|
120 | 120 | } |
121 | 121 | |
122 | - if ( wpinv_get_discount_uses( $discount->ID ) > 0 ) { |
|
123 | - if ( isset( $row_actions['delete'] ) ) { |
|
124 | - unset( $row_actions['delete'] ); // Don't delete used discounts. |
|
122 | + if (wpinv_get_discount_uses($discount->ID) > 0) { |
|
123 | + if (isset($row_actions['delete'])) { |
|
124 | + unset($row_actions['delete']); // Don't delete used discounts. |
|
125 | 125 | } |
126 | 126 | } else { |
127 | - $row_actions['delete'] = '<a href="' . esc_url( wp_nonce_url( add_query_arg( array( 'wpi_action' => 'delete_discount', 'discount' => $discount->ID ) ), 'wpinv_discount_nonce' ) ) . '">' . __( 'Delete', 'invoicing' ) . '</a>'; |
|
127 | + $row_actions['delete'] = '<a href="' . esc_url(wp_nonce_url(add_query_arg(array('wpi_action' => 'delete_discount', 'discount' => $discount->ID)), 'wpinv_discount_nonce')) . '">' . __('Delete', 'invoicing') . '</a>'; |
|
128 | 128 | } |
129 | 129 | |
130 | 130 | |
131 | - $row_actions = apply_filters( 'wpinv_discount_row_actions', $row_actions, $discount ); |
|
131 | + $row_actions = apply_filters('wpinv_discount_row_actions', $row_actions, $discount); |
|
132 | 132 | |
133 | 133 | return $row_actions; |
134 | 134 | } |
135 | 135 | |
136 | -add_filter( 'list_table_primary_column', 'wpinv_table_primary_column', 10, 2 ); |
|
137 | -function wpinv_table_primary_column( $default, $screen_id ) { |
|
138 | - if ( 'edit-wpi_invoice' === $screen_id ) { |
|
136 | +add_filter('list_table_primary_column', 'wpinv_table_primary_column', 10, 2); |
|
137 | +function wpinv_table_primary_column($default, $screen_id) { |
|
138 | + if ('edit-wpi_invoice' === $screen_id) { |
|
139 | 139 | return 'name'; |
140 | 140 | } |
141 | 141 | |
142 | 142 | return $default; |
143 | 143 | } |
144 | 144 | |
145 | -function wpinv_discount_bulk_actions( $actions, $display = false ) { |
|
146 | - if ( !$display ) { |
|
145 | +function wpinv_discount_bulk_actions($actions, $display = false) { |
|
146 | + if (!$display) { |
|
147 | 147 | return array(); |
148 | 148 | } |
149 | 149 | |
150 | 150 | $actions = array( |
151 | - 'activate' => __( 'Activate', 'invoicing' ), |
|
152 | - 'deactivate' => __( 'Deactivate', 'invoicing' ), |
|
153 | - 'delete' => __( 'Delete', 'invoicing' ), |
|
151 | + 'activate' => __('Activate', 'invoicing'), |
|
152 | + 'deactivate' => __('Deactivate', 'invoicing'), |
|
153 | + 'delete' => __('Delete', 'invoicing'), |
|
154 | 154 | ); |
155 | 155 | $two = ''; |
156 | 156 | $which = 'top'; |
157 | 157 | echo '</div><div class="alignleft actions bulkactions">'; |
158 | - echo '<label for="bulk-action-selector-' . esc_attr( $which ) . '" class="screen-reader-text">' . __( 'Select bulk action' ) . '</label>'; |
|
159 | - echo '<select name="action' . $two . '" id="bulk-action-selector-' . esc_attr( $which ) . "\">"; |
|
160 | - echo '<option value="-1">' . __( 'Bulk Actions' ) . "</option>"; |
|
158 | + echo '<label for="bulk-action-selector-' . esc_attr($which) . '" class="screen-reader-text">' . __('Select bulk action') . '</label>'; |
|
159 | + echo '<select name="action' . $two . '" id="bulk-action-selector-' . esc_attr($which) . "\">"; |
|
160 | + echo '<option value="-1">' . __('Bulk Actions') . "</option>"; |
|
161 | 161 | |
162 | - foreach ( $actions as $name => $title ) { |
|
162 | + foreach ($actions as $name => $title) { |
|
163 | 163 | $class = 'edit' === $name ? ' class="hide-if-no-js"' : ''; |
164 | 164 | |
165 | 165 | echo "" . '<option value="' . $name . '"' . $class . '>' . $title . "</option>"; |
166 | 166 | } |
167 | 167 | echo "</select>"; |
168 | 168 | |
169 | - submit_button( __( 'Apply' ), 'action', '', false, array( 'id' => "doaction$two" ) ); |
|
169 | + submit_button(__('Apply'), 'action', '', false, array('id' => "doaction$two")); |
|
170 | 170 | |
171 | 171 | echo '</div><div class="alignleft actions">'; |
172 | 172 | } |
173 | -add_filter( 'bulk_actions-edit-wpi_discount', 'wpinv_discount_bulk_actions', 10 ); |
|
173 | +add_filter('bulk_actions-edit-wpi_discount', 'wpinv_discount_bulk_actions', 10); |
|
174 | 174 | |
175 | -function wpinv_disable_months_dropdown( $disable, $post_type ) { |
|
176 | - if ( $post_type == 'wpi_discount' ) { |
|
175 | +function wpinv_disable_months_dropdown($disable, $post_type) { |
|
176 | + if ($post_type == 'wpi_discount') { |
|
177 | 177 | $disable = true; |
178 | 178 | } |
179 | 179 | |
180 | 180 | return $disable; |
181 | 181 | } |
182 | -add_filter( 'disable_months_dropdown', 'wpinv_disable_months_dropdown', 10, 2 ); |
|
182 | +add_filter('disable_months_dropdown', 'wpinv_disable_months_dropdown', 10, 2); |
|
183 | 183 | |
184 | 184 | function wpinv_restrict_manage_posts() { |
185 | 185 | global $typenow; |
186 | 186 | |
187 | - if( 'wpi_discount' == $typenow ) { |
|
187 | + if ('wpi_discount' == $typenow) { |
|
188 | 188 | wpinv_discount_filters(); |
189 | 189 | } |
190 | 190 | } |
191 | -add_action( 'restrict_manage_posts', 'wpinv_restrict_manage_posts', 10 ); |
|
191 | +add_action('restrict_manage_posts', 'wpinv_restrict_manage_posts', 10); |
|
192 | 192 | |
193 | 193 | function wpinv_discount_filters() { |
194 | - echo wpinv_discount_bulk_actions( array(), true ); |
|
194 | + echo wpinv_discount_bulk_actions(array(), true); |
|
195 | 195 | |
196 | 196 | ?> |
197 | 197 | <select name="discount_type" id="dropdown_wpinv_discount_type"> |
198 | - <option value=""><?php _e( 'Show all types', 'invoicing' ); ?></option> |
|
198 | + <option value=""><?php _e('Show all types', 'invoicing'); ?></option> |
|
199 | 199 | <?php |
200 | 200 | $types = wpinv_get_discount_types(); |
201 | 201 | |
202 | - foreach ( $types as $name => $type ) { |
|
203 | - echo '<option value="' . esc_attr( $name ) . '"'; |
|
202 | + foreach ($types as $name => $type) { |
|
203 | + echo '<option value="' . esc_attr($name) . '"'; |
|
204 | 204 | |
205 | - if ( isset( $_GET['discount_type'] ) ) |
|
206 | - selected( $name, $_GET['discount_type'] ); |
|
205 | + if (isset($_GET['discount_type'])) |
|
206 | + selected($name, $_GET['discount_type']); |
|
207 | 207 | |
208 | - echo '>' . esc_html__( $type, 'invoicing' ) . '</option>'; |
|
208 | + echo '>' . esc_html__($type, 'invoicing') . '</option>'; |
|
209 | 209 | } |
210 | 210 | ?> |
211 | 211 | </select> |
212 | 212 | <?php |
213 | 213 | } |
214 | 214 | |
215 | -function wpinv_request( $vars ) { |
|
215 | +function wpinv_request($vars) { |
|
216 | 216 | global $typenow, $wp_query, $wp_post_statuses; |
217 | 217 | |
218 | - if ( 'wpi_invoice' === $typenow ) { |
|
219 | - if ( !isset( $vars['post_status'] ) ) { |
|
218 | + if ('wpi_invoice' === $typenow) { |
|
219 | + if (!isset($vars['post_status'])) { |
|
220 | 220 | $post_statuses = wpinv_get_invoice_statuses(); |
221 | 221 | |
222 | - foreach ( $post_statuses as $status => $value ) { |
|
223 | - if ( isset( $wp_post_statuses[ $status ] ) && false === $wp_post_statuses[ $status ]->show_in_admin_all_list ) { |
|
224 | - unset( $post_statuses[ $status ] ); |
|
222 | + foreach ($post_statuses as $status => $value) { |
|
223 | + if (isset($wp_post_statuses[$status]) && false === $wp_post_statuses[$status]->show_in_admin_all_list) { |
|
224 | + unset($post_statuses[$status]); |
|
225 | 225 | } |
226 | 226 | } |
227 | 227 | |
228 | - $vars['post_status'] = array_keys( $post_statuses ); |
|
228 | + $vars['post_status'] = array_keys($post_statuses); |
|
229 | 229 | } |
230 | 230 | |
231 | - if ( isset( $vars['orderby'] ) ) { |
|
232 | - if ( 'amount' == $vars['orderby'] ) { |
|
231 | + if (isset($vars['orderby'])) { |
|
232 | + if ('amount' == $vars['orderby']) { |
|
233 | 233 | $vars = array_merge( |
234 | 234 | $vars, |
235 | 235 | array( |
@@ -237,7 +237,7 @@ discard block |
||
237 | 237 | 'orderby' => 'meta_value_num' |
238 | 238 | ) |
239 | 239 | ); |
240 | - } else if ( 'customer' == $vars['orderby'] ) { |
|
240 | + } else if ('customer' == $vars['orderby']) { |
|
241 | 241 | $vars = array_merge( |
242 | 242 | $vars, |
243 | 243 | array( |
@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | 'orderby' => 'meta_value' |
246 | 246 | ) |
247 | 247 | ); |
248 | - } else if ( 'number' == $vars['orderby'] ) { |
|
248 | + } else if ('number' == $vars['orderby']) { |
|
249 | 249 | $vars = array_merge( |
250 | 250 | $vars, |
251 | 251 | array( |
@@ -255,9 +255,9 @@ discard block |
||
255 | 255 | ); |
256 | 256 | } |
257 | 257 | } |
258 | - } else if ( 'wpi_item' == $typenow ) { |
|
258 | + } else if ('wpi_item' == $typenow) { |
|
259 | 259 | // Check if 'orderby' is set to "price" |
260 | - if ( isset( $vars['orderby'] ) && 'price' == $vars['orderby'] ) { |
|
260 | + if (isset($vars['orderby']) && 'price' == $vars['orderby']) { |
|
261 | 261 | $vars = array_merge( |
262 | 262 | $vars, |
263 | 263 | array( |
@@ -268,7 +268,7 @@ discard block |
||
268 | 268 | } |
269 | 269 | |
270 | 270 | // Check if "orderby" is set to "vat_rule" |
271 | - if ( isset( $vars['orderby'] ) && 'vat_rule' == $vars['orderby'] ) { |
|
271 | + if (isset($vars['orderby']) && 'vat_rule' == $vars['orderby']) { |
|
272 | 272 | $vars = array_merge( |
273 | 273 | $vars, |
274 | 274 | array( |
@@ -279,7 +279,7 @@ discard block |
||
279 | 279 | } |
280 | 280 | |
281 | 281 | // Check if "orderby" is set to "vat_class" |
282 | - if ( isset( $vars['orderby'] ) && 'vat_class' == $vars['orderby'] ) { |
|
282 | + if (isset($vars['orderby']) && 'vat_class' == $vars['orderby']) { |
|
283 | 283 | $vars = array_merge( |
284 | 284 | $vars, |
285 | 285 | array( |
@@ -290,7 +290,7 @@ discard block |
||
290 | 290 | } |
291 | 291 | |
292 | 292 | // Check if "orderby" is set to "type" |
293 | - if ( isset( $vars['orderby'] ) && 'type' == $vars['orderby'] ) { |
|
293 | + if (isset($vars['orderby']) && 'type' == $vars['orderby']) { |
|
294 | 294 | $vars = array_merge( |
295 | 295 | $vars, |
296 | 296 | array( |
@@ -301,7 +301,7 @@ discard block |
||
301 | 301 | } |
302 | 302 | |
303 | 303 | // Check if "orderby" is set to "recurring" |
304 | - if ( isset( $vars['orderby'] ) && 'recurring' == $vars['orderby'] ) { |
|
304 | + if (isset($vars['orderby']) && 'recurring' == $vars['orderby']) { |
|
305 | 305 | $vars = array_merge( |
306 | 306 | $vars, |
307 | 307 | array( |
@@ -311,120 +311,120 @@ discard block |
||
311 | 311 | ); |
312 | 312 | } |
313 | 313 | |
314 | - $meta_query = !empty( $vars['meta_query'] ) ? $vars['meta_query'] : array(); |
|
314 | + $meta_query = !empty($vars['meta_query']) ? $vars['meta_query'] : array(); |
|
315 | 315 | // Filter vat rule type |
316 | - if ( isset( $_GET['vat_rule'] ) && $_GET['vat_rule'] !== '' ) { |
|
316 | + if (isset($_GET['vat_rule']) && $_GET['vat_rule'] !== '') { |
|
317 | 317 | $meta_query[] = array( |
318 | 318 | 'key' => '_wpinv_vat_rule', |
319 | - 'value' => sanitize_text_field( $_GET['vat_rule'] ), |
|
319 | + 'value' => sanitize_text_field($_GET['vat_rule']), |
|
320 | 320 | 'compare' => '=' |
321 | 321 | ); |
322 | 322 | } |
323 | 323 | |
324 | 324 | // Filter vat class |
325 | - if ( isset( $_GET['vat_class'] ) && $_GET['vat_class'] !== '' ) { |
|
325 | + if (isset($_GET['vat_class']) && $_GET['vat_class'] !== '') { |
|
326 | 326 | $meta_query[] = array( |
327 | 327 | 'key' => '_wpinv_vat_class', |
328 | - 'value' => sanitize_text_field( $_GET['vat_class'] ), |
|
328 | + 'value' => sanitize_text_field($_GET['vat_class']), |
|
329 | 329 | 'compare' => '=' |
330 | 330 | ); |
331 | 331 | } |
332 | 332 | |
333 | 333 | // Filter item type |
334 | - if ( isset( $_GET['type'] ) && $_GET['type'] !== '' ) { |
|
334 | + if (isset($_GET['type']) && $_GET['type'] !== '') { |
|
335 | 335 | $meta_query[] = array( |
336 | 336 | 'key' => '_wpinv_type', |
337 | - 'value' => sanitize_text_field( $_GET['type'] ), |
|
337 | + 'value' => sanitize_text_field($_GET['type']), |
|
338 | 338 | 'compare' => '=' |
339 | 339 | ); |
340 | 340 | } |
341 | 341 | |
342 | - if ( !empty( $meta_query ) ) { |
|
342 | + if (!empty($meta_query)) { |
|
343 | 343 | $vars['meta_query'] = $meta_query; |
344 | 344 | } |
345 | - } else if ( 'wpi_discount' == $typenow ) { |
|
346 | - $meta_query = !empty( $vars['meta_query'] ) ? $vars['meta_query'] : array(); |
|
345 | + } else if ('wpi_discount' == $typenow) { |
|
346 | + $meta_query = !empty($vars['meta_query']) ? $vars['meta_query'] : array(); |
|
347 | 347 | // Filter vat rule type |
348 | - if ( isset( $_GET['discount_type'] ) && $_GET['discount_type'] !== '' ) { |
|
348 | + if (isset($_GET['discount_type']) && $_GET['discount_type'] !== '') { |
|
349 | 349 | $meta_query[] = array( |
350 | 350 | 'key' => '_wpi_discount_type', |
351 | - 'value' => sanitize_text_field( $_GET['discount_type'] ), |
|
351 | + 'value' => sanitize_text_field($_GET['discount_type']), |
|
352 | 352 | 'compare' => '=' |
353 | 353 | ); |
354 | 354 | } |
355 | 355 | |
356 | - if ( !empty( $meta_query ) ) { |
|
356 | + if (!empty($meta_query)) { |
|
357 | 357 | $vars['meta_query'] = $meta_query; |
358 | 358 | } |
359 | 359 | } |
360 | 360 | |
361 | 361 | return $vars; |
362 | 362 | } |
363 | -add_filter( 'request', 'wpinv_request' ); |
|
363 | +add_filter('request', 'wpinv_request'); |
|
364 | 364 | |
365 | 365 | function wpinv_options_page() { |
366 | - $page = isset( $_GET['page'] ) ? strtolower( $_GET['page'] ) : false; |
|
366 | + $page = isset($_GET['page']) ? strtolower($_GET['page']) : false; |
|
367 | 367 | |
368 | - if ( $page !== 'wpinv-settings' ) { |
|
368 | + if ($page !== 'wpinv-settings') { |
|
369 | 369 | return; |
370 | 370 | } |
371 | 371 | |
372 | 372 | $settings_tabs = wpinv_get_settings_tabs(); |
373 | 373 | $settings_tabs = empty($settings_tabs) ? array() : $settings_tabs; |
374 | - $active_tab = isset( $_GET['tab'] ) && array_key_exists( $_GET['tab'], $settings_tabs ) ? sanitize_text_field( $_GET['tab'] ) : 'general'; |
|
375 | - $sections = wpinv_get_settings_tab_sections( $active_tab ); |
|
374 | + $active_tab = isset($_GET['tab']) && array_key_exists($_GET['tab'], $settings_tabs) ? sanitize_text_field($_GET['tab']) : 'general'; |
|
375 | + $sections = wpinv_get_settings_tab_sections($active_tab); |
|
376 | 376 | $key = 'main'; |
377 | 377 | |
378 | - if ( is_array( $sections ) ) { |
|
379 | - $key = key( $sections ); |
|
378 | + if (is_array($sections)) { |
|
379 | + $key = key($sections); |
|
380 | 380 | } |
381 | 381 | |
382 | - $registered_sections = wpinv_get_settings_tab_sections( $active_tab ); |
|
383 | - $section = isset( $_GET['section'] ) && ! empty( $registered_sections ) && array_key_exists( $_GET['section'], $registered_sections ) ? $_GET['section'] : $key; |
|
382 | + $registered_sections = wpinv_get_settings_tab_sections($active_tab); |
|
383 | + $section = isset($_GET['section']) && !empty($registered_sections) && array_key_exists($_GET['section'], $registered_sections) ? $_GET['section'] : $key; |
|
384 | 384 | ob_start(); |
385 | 385 | ?> |
386 | 386 | <div class="wrap"> |
387 | 387 | <h1 class="nav-tab-wrapper"> |
388 | 388 | <?php |
389 | - foreach( wpinv_get_settings_tabs() as $tab_id => $tab_name ) { |
|
390 | - $tab_url = add_query_arg( array( |
|
389 | + foreach (wpinv_get_settings_tabs() as $tab_id => $tab_name) { |
|
390 | + $tab_url = add_query_arg(array( |
|
391 | 391 | 'settings-updated' => false, |
392 | 392 | 'tab' => $tab_id, |
393 | - ) ); |
|
393 | + )); |
|
394 | 394 | |
395 | 395 | // Remove the section from the tabs so we always end up at the main section |
396 | - $tab_url = remove_query_arg( 'section', $tab_url ); |
|
397 | - $tab_url = remove_query_arg( 'wpi_sub', $tab_url ); |
|
396 | + $tab_url = remove_query_arg('section', $tab_url); |
|
397 | + $tab_url = remove_query_arg('wpi_sub', $tab_url); |
|
398 | 398 | |
399 | 399 | $active = $active_tab == $tab_id ? ' nav-tab-active' : ''; |
400 | 400 | |
401 | - echo '<a href="' . esc_url( $tab_url ) . '" title="' . esc_attr( $tab_name ) . '" class="nav-tab' . $active . '">'; |
|
402 | - echo esc_html( $tab_name ); |
|
401 | + echo '<a href="' . esc_url($tab_url) . '" title="' . esc_attr($tab_name) . '" class="nav-tab' . $active . '">'; |
|
402 | + echo esc_html($tab_name); |
|
403 | 403 | echo '</a>'; |
404 | 404 | } |
405 | 405 | ?> |
406 | 406 | </h1> |
407 | 407 | <?php |
408 | - $number_of_sections = count( $sections ); |
|
408 | + $number_of_sections = count($sections); |
|
409 | 409 | $number = 0; |
410 | - if ( $number_of_sections > 1 ) { |
|
410 | + if ($number_of_sections > 1) { |
|
411 | 411 | echo '<div><ul class="subsubsub">'; |
412 | - foreach( $sections as $section_id => $section_name ) { |
|
412 | + foreach ($sections as $section_id => $section_name) { |
|
413 | 413 | echo '<li>'; |
414 | 414 | $number++; |
415 | - $tab_url = add_query_arg( array( |
|
415 | + $tab_url = add_query_arg(array( |
|
416 | 416 | 'settings-updated' => false, |
417 | 417 | 'tab' => $active_tab, |
418 | 418 | 'section' => $section_id |
419 | - ) ); |
|
420 | - $tab_url = remove_query_arg( 'wpi_sub', $tab_url ); |
|
419 | + )); |
|
420 | + $tab_url = remove_query_arg('wpi_sub', $tab_url); |
|
421 | 421 | $class = ''; |
422 | - if ( $section == $section_id ) { |
|
422 | + if ($section == $section_id) { |
|
423 | 423 | $class = 'current'; |
424 | 424 | } |
425 | - echo '<a class="' . $class . '" href="' . esc_url( $tab_url ) . '">' . $section_name . '</a>'; |
|
425 | + echo '<a class="' . $class . '" href="' . esc_url($tab_url) . '">' . $section_name . '</a>'; |
|
426 | 426 | |
427 | - if ( $number != $number_of_sections ) { |
|
427 | + if ($number != $number_of_sections) { |
|
428 | 428 | echo ' | '; |
429 | 429 | } |
430 | 430 | echo '</li>'; |
@@ -436,19 +436,19 @@ discard block |
||
436 | 436 | <form method="post" action="options.php"> |
437 | 437 | <table class="form-table"> |
438 | 438 | <?php |
439 | - settings_fields( 'wpinv_settings' ); |
|
439 | + settings_fields('wpinv_settings'); |
|
440 | 440 | |
441 | - if ( 'main' === $section ) { |
|
442 | - do_action( 'wpinv_settings_tab_top', $active_tab ); |
|
441 | + if ('main' === $section) { |
|
442 | + do_action('wpinv_settings_tab_top', $active_tab); |
|
443 | 443 | } |
444 | 444 | |
445 | - do_action( 'wpinv_settings_tab_top_' . $active_tab . '_' . $section ); |
|
446 | - do_settings_sections( 'wpinv_settings_' . $active_tab . '_' . $section ); |
|
447 | - do_action( 'wpinv_settings_tab_bottom_' . $active_tab . '_' . $section ); |
|
445 | + do_action('wpinv_settings_tab_top_' . $active_tab . '_' . $section); |
|
446 | + do_settings_sections('wpinv_settings_' . $active_tab . '_' . $section); |
|
447 | + do_action('wpinv_settings_tab_bottom_' . $active_tab . '_' . $section); |
|
448 | 448 | |
449 | 449 | // For backwards compatibility |
450 | - if ( 'main' === $section ) { |
|
451 | - do_action( 'wpinv_settings_tab_bottom', $active_tab ); |
|
450 | + if ('main' === $section) { |
|
451 | + do_action('wpinv_settings_tab_bottom', $active_tab); |
|
452 | 452 | } |
453 | 453 | ?> |
454 | 454 | </table> |
@@ -461,53 +461,53 @@ discard block |
||
461 | 461 | echo $content; |
462 | 462 | } |
463 | 463 | |
464 | -function wpinv_item_type_class( $classes, $class, $post_id ) { |
|
464 | +function wpinv_item_type_class($classes, $class, $post_id) { |
|
465 | 465 | global $pagenow, $typenow; |
466 | 466 | |
467 | - if ( $pagenow == 'edit.php' && $typenow == 'wpi_item' && get_post_type( $post_id ) == $typenow ) { |
|
468 | - if ( $type = get_post_meta( $post_id, '_wpinv_type', true ) ) { |
|
469 | - $classes[] = 'wpi-type-' . sanitize_html_class( $type ); |
|
467 | + if ($pagenow == 'edit.php' && $typenow == 'wpi_item' && get_post_type($post_id) == $typenow) { |
|
468 | + if ($type = get_post_meta($post_id, '_wpinv_type', true)) { |
|
469 | + $classes[] = 'wpi-type-' . sanitize_html_class($type); |
|
470 | 470 | } |
471 | 471 | |
472 | - if ( !wpinv_item_is_editable( $post_id ) ) { |
|
472 | + if (!wpinv_item_is_editable($post_id)) { |
|
473 | 473 | $classes[] = 'wpi-editable-n'; |
474 | 474 | } |
475 | 475 | } |
476 | 476 | return $classes; |
477 | 477 | } |
478 | -add_filter( 'post_class', 'wpinv_item_type_class', 10, 3 ); |
|
478 | +add_filter('post_class', 'wpinv_item_type_class', 10, 3); |
|
479 | 479 | |
480 | 480 | function wpinv_check_quick_edit() { |
481 | 481 | global $pagenow, $current_screen, $wpinv_item_screen; |
482 | 482 | |
483 | - if ( $pagenow == 'edit.php' && !empty( $current_screen->post_type ) ) { |
|
484 | - if ( empty( $wpinv_item_screen ) ) { |
|
485 | - if ( $current_screen->post_type == 'wpi_item' ) { |
|
483 | + if ($pagenow == 'edit.php' && !empty($current_screen->post_type)) { |
|
484 | + if (empty($wpinv_item_screen)) { |
|
485 | + if ($current_screen->post_type == 'wpi_item') { |
|
486 | 486 | $wpinv_item_screen = 'y'; |
487 | 487 | } else { |
488 | 488 | $wpinv_item_screen = 'n'; |
489 | 489 | } |
490 | 490 | } |
491 | 491 | |
492 | - if ( $wpinv_item_screen == 'y' && $pagenow == 'edit.php' ) { |
|
493 | - add_filter( 'post_row_actions', 'wpinv_item_disable_quick_edit', 10, 2 ); |
|
494 | - add_filter( 'page_row_actions', 'wpinv_item_disable_quick_edit', 10, 2 ); |
|
492 | + if ($wpinv_item_screen == 'y' && $pagenow == 'edit.php') { |
|
493 | + add_filter('post_row_actions', 'wpinv_item_disable_quick_edit', 10, 2); |
|
494 | + add_filter('page_row_actions', 'wpinv_item_disable_quick_edit', 10, 2); |
|
495 | 495 | } |
496 | 496 | } |
497 | 497 | } |
498 | -add_action( 'admin_head', 'wpinv_check_quick_edit', 10 ); |
|
498 | +add_action('admin_head', 'wpinv_check_quick_edit', 10); |
|
499 | 499 | |
500 | -function wpinv_item_disable_quick_edit( $actions = array(), $row = null ) { |
|
501 | - if ( isset( $actions['inline hide-if-no-js'] ) ) { |
|
502 | - unset( $actions['inline hide-if-no-js'] ); |
|
500 | +function wpinv_item_disable_quick_edit($actions = array(), $row = null) { |
|
501 | + if (isset($actions['inline hide-if-no-js'])) { |
|
502 | + unset($actions['inline hide-if-no-js']); |
|
503 | 503 | } |
504 | 504 | |
505 | - if ( !empty( $row->post_type ) && $row->post_type == 'wpi_item' && !wpinv_item_is_editable( $row ) ) { |
|
506 | - if ( isset( $actions['trash'] ) ) { |
|
507 | - unset( $actions['trash'] ); |
|
505 | + if (!empty($row->post_type) && $row->post_type == 'wpi_item' && !wpinv_item_is_editable($row)) { |
|
506 | + if (isset($actions['trash'])) { |
|
507 | + unset($actions['trash']); |
|
508 | 508 | } |
509 | - if ( isset( $actions['delete'] ) ) { |
|
510 | - unset( $actions['delete'] ); |
|
509 | + if (isset($actions['delete'])) { |
|
510 | + unset($actions['delete']); |
|
511 | 511 | } |
512 | 512 | } |
513 | 513 | |
@@ -524,19 +524,19 @@ discard block |
||
524 | 524 | * @param int $post_parent (default: 0) Parent for the new page |
525 | 525 | * @return int page ID |
526 | 526 | */ |
527 | -function wpinv_create_page( $slug, $option = '', $page_title = '', $page_content = '', $post_parent = 0 ) { |
|
527 | +function wpinv_create_page($slug, $option = '', $page_title = '', $page_content = '', $post_parent = 0) { |
|
528 | 528 | global $wpdb; |
529 | 529 | |
530 | - $option_value = wpinv_get_option( $option ); |
|
530 | + $option_value = wpinv_get_option($option); |
|
531 | 531 | |
532 | - if ( $option_value > 0 && ( $page_object = get_post( $option_value ) ) ) { |
|
533 | - if ( 'page' === $page_object->post_type && ! in_array( $page_object->post_status, array( 'pending', 'trash', 'future', 'auto-draft' ) ) ) { |
|
532 | + if ($option_value > 0 && ($page_object = get_post($option_value))) { |
|
533 | + if ('page' === $page_object->post_type && !in_array($page_object->post_status, array('pending', 'trash', 'future', 'auto-draft'))) { |
|
534 | 534 | // Valid page is already in place |
535 | 535 | return $page_object->ID; |
536 | 536 | } |
537 | 537 | } |
538 | 538 | |
539 | - if(!empty($post_parent)){ |
|
539 | + if (!empty($post_parent)) { |
|
540 | 540 | $page = get_page_by_path($post_parent); |
541 | 541 | if ($page) { |
542 | 542 | $post_parent = $page->ID; |
@@ -545,40 +545,40 @@ discard block |
||
545 | 545 | } |
546 | 546 | } |
547 | 547 | |
548 | - if ( strlen( $page_content ) > 0 ) { |
|
548 | + if (strlen($page_content) > 0) { |
|
549 | 549 | // Search for an existing page with the specified page content (typically a shortcode) |
550 | - $valid_page_found = $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM $wpdb->posts WHERE post_type='page' AND post_status NOT IN ( 'pending', 'trash', 'future', 'auto-draft' ) AND post_content LIKE %s LIMIT 1;", "%{$page_content}%" ) ); |
|
550 | + $valid_page_found = $wpdb->get_var($wpdb->prepare("SELECT ID FROM $wpdb->posts WHERE post_type='page' AND post_status NOT IN ( 'pending', 'trash', 'future', 'auto-draft' ) AND post_content LIKE %s LIMIT 1;", "%{$page_content}%")); |
|
551 | 551 | } else { |
552 | 552 | // Search for an existing page with the specified page slug |
553 | - $valid_page_found = $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM $wpdb->posts WHERE post_type='page' AND post_status NOT IN ( 'pending', 'trash', 'future', 'auto-draft' ) AND post_name = %s LIMIT 1;", $slug ) ); |
|
553 | + $valid_page_found = $wpdb->get_var($wpdb->prepare("SELECT ID FROM $wpdb->posts WHERE post_type='page' AND post_status NOT IN ( 'pending', 'trash', 'future', 'auto-draft' ) AND post_name = %s LIMIT 1;", $slug)); |
|
554 | 554 | } |
555 | 555 | |
556 | - $valid_page_found = apply_filters( 'wpinv_create_page_id', $valid_page_found, $slug, $page_content ); |
|
556 | + $valid_page_found = apply_filters('wpinv_create_page_id', $valid_page_found, $slug, $page_content); |
|
557 | 557 | |
558 | - if ( $valid_page_found ) { |
|
559 | - if ( $option ) { |
|
560 | - wpinv_update_option( $option, $valid_page_found ); |
|
558 | + if ($valid_page_found) { |
|
559 | + if ($option) { |
|
560 | + wpinv_update_option($option, $valid_page_found); |
|
561 | 561 | } |
562 | 562 | return $valid_page_found; |
563 | 563 | } |
564 | 564 | |
565 | 565 | // Search for a matching valid trashed page |
566 | - if ( strlen( $page_content ) > 0 ) { |
|
566 | + if (strlen($page_content) > 0) { |
|
567 | 567 | // Search for an existing page with the specified page content (typically a shortcode) |
568 | - $trashed_page_found = $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM $wpdb->posts WHERE post_type='page' AND post_status = 'trash' AND post_content LIKE %s LIMIT 1;", "%{$page_content}%" ) ); |
|
568 | + $trashed_page_found = $wpdb->get_var($wpdb->prepare("SELECT ID FROM $wpdb->posts WHERE post_type='page' AND post_status = 'trash' AND post_content LIKE %s LIMIT 1;", "%{$page_content}%")); |
|
569 | 569 | } else { |
570 | 570 | // Search for an existing page with the specified page slug |
571 | - $trashed_page_found = $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM $wpdb->posts WHERE post_type='page' AND post_status = 'trash' AND post_name = %s LIMIT 1;", $slug ) ); |
|
571 | + $trashed_page_found = $wpdb->get_var($wpdb->prepare("SELECT ID FROM $wpdb->posts WHERE post_type='page' AND post_status = 'trash' AND post_name = %s LIMIT 1;", $slug)); |
|
572 | 572 | } |
573 | 573 | |
574 | - if ( $trashed_page_found ) { |
|
574 | + if ($trashed_page_found) { |
|
575 | 575 | $page_id = $trashed_page_found; |
576 | 576 | $page_data = array( |
577 | 577 | 'ID' => $page_id, |
578 | 578 | 'post_status' => 'publish', |
579 | 579 | 'post_parent' => $post_parent, |
580 | 580 | ); |
581 | - wp_update_post( $page_data ); |
|
581 | + wp_update_post($page_data); |
|
582 | 582 | } else { |
583 | 583 | $page_data = array( |
584 | 584 | 'post_status' => 'publish', |
@@ -590,11 +590,11 @@ discard block |
||
590 | 590 | 'post_parent' => $post_parent, |
591 | 591 | 'comment_status' => 'closed', |
592 | 592 | ); |
593 | - $page_id = wp_insert_post( $page_data ); |
|
593 | + $page_id = wp_insert_post($page_data); |
|
594 | 594 | } |
595 | 595 | |
596 | - if ( $option ) { |
|
597 | - wpinv_update_option( $option, (int)$page_id ); |
|
596 | + if ($option) { |
|
597 | + wpinv_update_option($option, (int)$page_id); |
|
598 | 598 | } |
599 | 599 | |
600 | 600 | return $page_id; |