installed plugin WP-Matomo Integration
version 1.0.27
This commit is contained in:
10
wp-content/plugins/wp-piwik/update/91006.php
Normal file
10
wp-content/plugins/wp-piwik/update/91006.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$aryRemoveOptions = array (
|
||||
'wp-piwik_siteid',
|
||||
'wp-piwik_404',
|
||||
'wp-piwik_scriptupdate',
|
||||
'wp-piwik_dashboardid',
|
||||
'wp-piwik_jscode'
|
||||
);
|
||||
foreach ( $aryRemoveOptions as $strRemoveOption )
|
||||
delete_option ( $strRemoveOption );
|
Reference in New Issue
Block a user