Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
storefront-wpdesk-tests
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
storefront-wpdesk-tests
Commits
52bb6e03
Commit
52bb6e03
authored
5 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Plain Diff
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
!3
Feature/tracker data
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
functions.php
+6
-1
6 additions, 1 deletion
functions.php
with
10 additions
and
1 deletion
CHANGELOG.md
+
4
−
0
View file @
52bb6e03
[1.0.3] - 2019-10-30
# Added
*
filter wpdesk_tracker_use_testdata
[1.0.2] - 2019-10-14
# Added
*
shipping method woocommerce template
...
...
This diff is collapsed.
Click to expand it.
functions.php
+
6
−
1
View file @
52bb6e03
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment