Skip to content

Commit

Permalink
Tiered Pricing Table for WooCommerce nonce action exclusion (PR #3652)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanthos authored and iCaspar committed Mar 23, 2021
1 parent 57dbfdb commit e843f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/ThirdParty/Plugins/Ecommerce/WooCommerceSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ private function get_nonce_actions() {
'log-out', // WordPress's log-out action (wp_nonce_ays() function).
'ybws123456', // Custom Bookly form.
'_wc_additional_variation_images_nonce', // WooCommerce Additional Variation Images.
'get_price_table', // Tiered Pricing Table for WooCommerce.
];
}
}

0 comments on commit e843f65

Please sign in to comment.