first commit
This commit is contained in:
13
wp-content/plugins/updraftplus/addons/noadverts.php
Normal file
13
wp-content/plugins/updraftplus/addons/noadverts.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
// @codingStandardsIgnoreStart
|
||||
/*
|
||||
UpdraftPlus Addon: noadverts:No Adverts
|
||||
Description: Removes all advertising from the UpdraftPlus settings and emails
|
||||
Version: 1.1
|
||||
Shop: /shop/no-adverts/
|
||||
Latest Change: 1.9.19
|
||||
*/
|
||||
// @codingStandardsIgnoreEnd
|
||||
|
||||
if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed');
|
||||
define('UPDRAFTPLUS_NOADS_B', true);
|
||||
Reference in New Issue
Block a user