Plugin Directory

Changeset 2876346


Ignore:
Timestamp:
03/08/2023 08:47:28 AM (3 years ago)
Author:
wearerequired
Message:

Update to version 1.2.0 from GitHub

Location:
hide-jetpack-promotions
Files:
2 deleted
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • hide-jetpack-promotions/tags/1.2.0/hide-jetpack-promotions.php

    r2158442 r2876346  
    44 * Plugin URI:  https://github.com/wearerequired/hide-jetpack-promotions
    55 * Description: Removes all admin notices for promotions added by Jetpack.
    6  * Version:     1.1.0
     6 * Version:     1.2.0
    77 * Author:      required
    88 * Author URI:  https://required.com
     
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    1111 *
    12  * Copyright (c) 2017-2019 required (email: info@required.ch)
     12 * Copyright (c) 2017-2023 required (email: info@required.ch)
    1313 *
    1414 * This program is free software; you can redistribute it and/or modify
     
    2525 * along with this program; if not, write to the Free Software
    2626 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    27  *
    28  * @package Required\HideJetpackPromotions
    2927 */
    3028
    3129add_filter( 'jetpack_just_in_time_msgs', '__return_false', 20 );
    3230add_filter( 'jetpack_show_promotions', '__return_false', 20 );
     31add_filter( 'jetpack_blaze_enabled', '__return_false' );
  • hide-jetpack-promotions/trunk/hide-jetpack-promotions.php

    r2158442 r2876346  
    44 * Plugin URI:  https://github.com/wearerequired/hide-jetpack-promotions
    55 * Description: Removes all admin notices for promotions added by Jetpack.
    6  * Version:     1.1.0
     6 * Version:     1.2.0
    77 * Author:      required
    88 * Author URI:  https://required.com
     
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    1111 *
    12  * Copyright (c) 2017-2019 required (email: info@required.ch)
     12 * Copyright (c) 2017-2023 required (email: info@required.ch)
    1313 *
    1414 * This program is free software; you can redistribute it and/or modify
     
    2525 * along with this program; if not, write to the Free Software
    2626 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    27  *
    28  * @package Required\HideJetpackPromotions
    2927 */
    3028
    3129add_filter( 'jetpack_just_in_time_msgs', '__return_false', 20 );
    3230add_filter( 'jetpack_show_promotions', '__return_false', 20 );
     31add_filter( 'jetpack_blaze_enabled', '__return_false' );
Note: See TracChangeset for help on using the changeset viewer.