Changeset 2876346
- Timestamp:
- 03/08/2023 08:47:28 AM (3 years ago)
- Location:
- hide-jetpack-promotions
- Files:
-
- 2 deleted
- 2 edited
- 1 copied
-
tags/1.2.0 (copied) (copied from hide-jetpack-promotions/trunk)
-
tags/1.2.0/composer.json (deleted)
-
tags/1.2.0/hide-jetpack-promotions.php (modified) (3 diffs)
-
trunk/composer.json (deleted)
-
trunk/hide-jetpack-promotions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hide-jetpack-promotions/tags/1.2.0/hide-jetpack-promotions.php
r2158442 r2876346 4 4 * Plugin URI: https://github.com/wearerequired/hide-jetpack-promotions 5 5 * Description: Removes all admin notices for promotions added by Jetpack. 6 * Version: 1. 1.06 * Version: 1.2.0 7 7 * Author: required 8 8 * Author URI: https://required.com … … 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 11 11 * 12 * Copyright (c) 2017-20 19required (email: info@required.ch)12 * Copyright (c) 2017-2023 required (email: info@required.ch) 13 13 * 14 14 * This program is free software; you can redistribute it and/or modify … … 25 25 * along with this program; if not, write to the Free Software 26 26 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 27 *28 * @package Required\HideJetpackPromotions29 27 */ 30 28 31 29 add_filter( 'jetpack_just_in_time_msgs', '__return_false', 20 ); 32 30 add_filter( 'jetpack_show_promotions', '__return_false', 20 ); 31 add_filter( 'jetpack_blaze_enabled', '__return_false' ); -
hide-jetpack-promotions/trunk/hide-jetpack-promotions.php
r2158442 r2876346 4 4 * Plugin URI: https://github.com/wearerequired/hide-jetpack-promotions 5 5 * Description: Removes all admin notices for promotions added by Jetpack. 6 * Version: 1. 1.06 * Version: 1.2.0 7 7 * Author: required 8 8 * Author URI: https://required.com … … 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 11 11 * 12 * Copyright (c) 2017-20 19required (email: info@required.ch)12 * Copyright (c) 2017-2023 required (email: info@required.ch) 13 13 * 14 14 * This program is free software; you can redistribute it and/or modify … … 25 25 * along with this program; if not, write to the Free Software 26 26 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 27 *28 * @package Required\HideJetpackPromotions29 27 */ 30 28 31 29 add_filter( 'jetpack_just_in_time_msgs', '__return_false', 20 ); 32 30 add_filter( 'jetpack_show_promotions', '__return_false', 20 ); 31 add_filter( 'jetpack_blaze_enabled', '__return_false' );
Note: See TracChangeset
for help on using the changeset viewer.