Skip to content
Snippets Groups Projects
Commit 52bb6e03 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Merge branch 'feature/tracker-data' into 'master'

Feature/tracker data

See merge request !3
parents 227d91d3 ad3fbfb9
No related branches found
No related tags found
1 merge request!3Feature/tracker data
[1.0.3] - 2019-10-30
# Added
* filter wpdesk_tracker_use_testdata
[1.0.2] - 2019-10-14
# Added
* shipping method woocommerce template
......
......@@ -3,4 +3,9 @@
/**
* Disable images regenerations
*/
add_filter( 'woocommerce_background_image_regeneration', '__return_false' );
\ No newline at end of file
add_filter( 'woocommerce_background_image_regeneration', '__return_false' );
/**
* Send tracker data to testdata.wpdesk.org instead of data.wpdesk.org
*/
add_filter( 'wpdesk_tracker_use_testdata', '__return_true' );
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment