PluginProbe
Tiered Pricing Table for WooCommerce / 2.0
Tiered Pricing Table for WooCommerce v2.0
7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 All 90 releases
← All changes | src/BackgroundProcessing/AsyncRequest.php +1 -1 2.3.22.0 View file →
@@ -133,9 +133,9 @@
133 133 *
134 134 * Check for correct nonce and pass to handler.
135 135 */
136 136 public function maybe_handle() {
137 -
137 + wc_get_logger()->add( 'logger', 'here' );
138 138 // Don't lock up other requests while processing
139 139 session_write_close();
140 140 check_ajax_referer( $this->identifier, 'nonce' );
141 141 $this->handle();