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

Feature/tracker data

parent 227d91d3
No related branches found
No related tags found
No related merge requests found
[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