Changeset 2231141
- Timestamp:
- 01/21/2020 06:31:34 PM (6 years ago)
- Location:
- hide-all-updates
- Files:
-
- 6 edited
-
tags/1.0/includes/wpza_hau__hide_udates.php (modified) (1 diff)
-
tags/1.0/readme.txt (modified) (2 diffs)
-
tags/1.0/wpza_hau.php (modified) (1 diff)
-
trunk/includes/wpza_hau__hide_udates.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpza_hau.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hide-all-updates/tags/1.0/includes/wpza_hau__hide_udates.php
r1926614 r2231141 1 1 <?php 2 /* 3 Plugin Name: Hide All Updates 4 Plugin URI: https://wpza.net/how-to-remove-all-updates-core-plugins-themes-in-wordpress/ 5 Description: WPZA Hide All Updates provides your website with functionality to hide all updates. 6 Version: 1.0.0 7 Author: WPZA 8 Author URI: https://www.wpza.net/ 9 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 */ 2 12 defined( 'ABSPATH' ) or die(); 3 13 -
hide-all-updates/tags/1.0/readme.txt
r1926614 r2231141 2 2 Contributors: WPZA 3 3 Tags: hide updates, disable updates, remove updates 4 Donate link: https://wpza.net/ contact/4 Donate link: https://wpza.net/ 5 5 Requires at least: 3.0.0 6 6 Tested up to: 4.9.6 7 Requires PHP: 5. 0.07 Requires PHP: 5.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Description == 14 ### Hiding all updates in WordPress 14 15 This plugin from WPZA provides your website with functionality to hide all updates. These updates include WordPress core updates, plugin updates and also theme updates. 15 16 -
hide-all-updates/tags/1.0/wpza_hau.php
r1906842 r2231141 2 2 /* 3 3 Plugin Name: Hide All Updates 4 Plugin URI: https://wpza.net/ wordpress-setup/how-to-remove-all-updates-core-plugins-themes-in-wordpress/4 Plugin URI: https://wpza.net/how-to-remove-all-updates-core-plugins-themes-in-wordpress/ 5 5 Description: WPZA Hide All Updates provides your website with functionality to hide all updates. 6 6 Version: 1.0.0 7 7 Author: WPZA 8 Author URI: https://www.wpza.net 8 Author URI: https://www.wpza.net/ 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
hide-all-updates/trunk/includes/wpza_hau__hide_udates.php
r1926614 r2231141 1 1 <?php 2 /* 3 Plugin Name: Hide All Updates 4 Plugin URI: https://wpza.net/how-to-remove-all-updates-core-plugins-themes-in-wordpress/ 5 Description: WPZA Hide All Updates provides your website with functionality to hide all updates. 6 Version: 1.0.0 7 Author: WPZA 8 Author URI: https://www.wpza.net/ 9 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 */ 2 12 defined( 'ABSPATH' ) or die(); 3 13 -
hide-all-updates/trunk/readme.txt
r1926614 r2231141 2 2 Contributors: WPZA 3 3 Tags: hide updates, disable updates, remove updates 4 Donate link: https://wpza.net/ contact/4 Donate link: https://wpza.net/ 5 5 Requires at least: 3.0.0 6 6 Tested up to: 4.9.6 7 Requires PHP: 5. 0.07 Requires PHP: 5.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Description == 14 ### Hiding all updates in WordPress 14 15 This plugin from WPZA provides your website with functionality to hide all updates. These updates include WordPress core updates, plugin updates and also theme updates. 15 16 -
hide-all-updates/trunk/wpza_hau.php
r1906842 r2231141 2 2 /* 3 3 Plugin Name: Hide All Updates 4 Plugin URI: https://wpza.net/ wordpress-setup/how-to-remove-all-updates-core-plugins-themes-in-wordpress/4 Plugin URI: https://wpza.net/how-to-remove-all-updates-core-plugins-themes-in-wordpress/ 5 5 Description: WPZA Hide All Updates provides your website with functionality to hide all updates. 6 6 Version: 1.0.0 7 7 Author: WPZA 8 Author URI: https://www.wpza.net 8 Author URI: https://www.wpza.net/ 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.