Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
noblogs-wp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ai
noblogs-wp
Commits
a0e89699
Commit
a0e89699
authored
Jul 31, 2015
by
ale
Committed by
lucha
Dec 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable wp-piwik global update script
parent
dc4c884e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
wp-content/plugins/wp-piwik/update/2015051101.php
wp-content/plugins/wp-piwik/update/2015051101.php
+5
-1
No files found.
wp-content/plugins/wp-piwik/update/2015051101.php
View file @
a0e89699
<?php
/**** a/i patch: DISABLE THIS GLOBAL UPDATE
// Get & delete old version's options
if (self::$settings->checkNetworkActivation ()) {
$oldGlobalOptions = get_site_option ( 'wp-piwik_global-settings', array () );
...
...
@@ -38,4 +40,6 @@ if (!$this->isConfigured()) {
self::$settings->setOption ( $key, $value );
}
self
::
$settings
->
save
();
\ No newline at end of file
self::$settings->save ();
****/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment