modified file plugins
This commit is contained in:
@ -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