Plugin Directory

Changeset 2410326


Ignore:
Timestamp:
10/31/2020 12:57:45 PM (5 years ago)
Author:
etalented
Message:

v1.0.1

Location:
hide-admin-notices/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • hide-admin-notices/trunk/README.txt

    r2273158 r2410326  
    11=== Hide Admin Notices ===
    22Contributors: etalented
    3 Donate link: https://www.buymeacoffee.com/jonpontet
     3Donate link: https://www.buymeacoffee.com/theeasyweb
    44Tags: admin, tidy, notices, hide admin notices, hide updates nags, hide nags
    55Requires at least: 4.9
    6 Tested up to: 5.4
     6Tested up to: 5.5.3
    77Requires PHP: 5.6
    88Stable tag: trunk
     
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 A lightweight plugin that hides the clutter of Notices in your WordPress Admin allowing you to focus on what's important - your content.
     12A lightweight plugin that hides all Notices, Update Nags & Messages in your WordPress Admin allowing you to focus on what's important - your content.
    1313
    1414== Description ==
    1515
    16 Haven't you just grown tired of the clutter of Admin Notices that appear at the top of every page in your WordPress Admin?
     16Have you become tired of the clutter of Admin Notices that appear at the top of every page in your WordPress Admin?
    1717
    18 With each new plugin or theme that you install, there seem to be just more and more notices that appear at the top of each page!
     18With each new plugin or theme that you install, there seem to be more and more notices that appear at the top of each page!
    1919
    2020With this simple plugin, you can claim back all this wasted screen space so that you can focus on what is important - creating your content.
    2121
    22 "Hide Admin Notices" hides away all of the notices, update nags and messages and makes it easy for you to see them again, when you want.
     22Hide Admin Notices hides away all notices, update nags and messages and makes it easy for you to see them again, when you want.
    2323
    2424#### HOW DOES IT WORK?
    2525
    26 After activating this plugin, you will have a new "Show Notices" button. This button will appear at the top right-hand corner
    27 of your admin pages - just next to "Screen Options" - when there are Admin Notices hidden for the current page.
     26After activating this plugin, you will have a new **Show Notices** button at the top right-hand corner of your admin pages (just next to **Screen Options**).
    2827
    29 If there are no Admin Notices hidden for the current page, the "Show Notices" button will not appear.
    30 
    31 When you click the button, all the Admin Notices will slide down into view. Click the button a second time, and the notices will slide out of view.
     28Click the button to see all admin notices and just click the button again to hide them.
    3229
    3330#### THIS IS A NEW PLUGIN
    3431
    35 **Like it?** Please consider [Rating It](https://wordpress.org/support/plugin/hide-admin-notices/reviews/?filter=5) or [Buying me a Coffee](https://www.buymeacoffee.com/jonpontet)!
     32**Like it?** Please [Rate It](https://wordpress.org/support/plugin/hide-admin-notices/reviews/?filter=5) or [Buy me a Coffee](https://www.buymeacoffee.com/theeasyweb)
    3633
    37 **Have a problem?** Please put a message in the [Support Forum](https://wordpress.org/support/plugin/hide-admin-notices/) and I will review it.
     34**Have a problem?** Please put a message in the [Support Forum](https://wordpress.org/support/plugin/hide-admin-notices/)
    3835
    3936== Translations ==
     
    47441. Search for "Hide Admin Notices"
    48451. Press Install Now and then Activate
    49 1. The plugin will now be working. I hope you enjoy!
     461. The plugin will now be working. I hope it helps you!
    5047
    5148== Frequently Asked Questions ==
     
    5552It hides away the clutter of admin notices that appear at the top of each screen in the WordPress Admin.
    5653
    57 You can see these notices at anytime simply by clicking on the "Show Notices" tab in the top right-hand corner.
     54You can see these notices at anytime simply by clicking on the **Show Notices** button in the top right-hand corner.
    5855
    59 To hide the notices again, click on "Hide Notices".
     56To hide the notices again, click on **Hide Notices**.
    6057
    6158= How do I see the hidden admin notices? =
    6259
    63 Simply click on the "Show Notices" tab in the top right-hand corner on the screen.
     60Simply click on the **Show Notices** button in the top right-hand corner on the screen.
    6461
    6562= How do I hide the admin notices? =
    6663
    67 If you have successfully activated this plugin, and you are able to see all of the admin notices, look for the "Hide Notices" tab in the top right-hand corner and press it.
    68 
    69 The admin notices should then slide out of view.
     64Simply click **Hide Notices** button in the top right-hand corner on the screen.
    7065
    7166= What configuration is there with this plugin? =
     
    7570= There is a feature I want! =
    7671
    77 Great! Please put a message in the [Support Forum](https://wordpress.org/support/plugin/hide-admin-notices/) and I will be able to review it.
     72Great! Please put a message in the [Support Forum](https://wordpress.org/support/plugin/hide-admin-notices/).
    7873
    7974== Screenshots ==
     
    8479== Changelog ==
    8580
     81= 1.0.1 =
     82* WordPress 5.5.3 support
     83* Change in author
     84* Readme update
     85
    8686= 1.0 =
    8787* Initial release
  • hide-admin-notices/trunk/hide-admin-notices.php

    r2273158 r2410326  
    11<?php
    22/**
    3  * @link              https://jonpontet.com
     3 * @link              https://theeasyweb.co
    44 * @since             1.0.0
    55 * @package           Hide_Admin_Notices
     
    77 * @wordpress-plugin
    88 * Plugin Name:       Hide Admin Notices
    9  * Plugin URI:        https://jonpontet.com/hide-admin-notices
    10  * Description:       Hide the clutter in your WordPress Admin and focus on what's important - your content.
    11  * Version:           1.0.0
    12  * Author:            Jon Pontet
    13  * Author URI:        https://jonpontet.com
     9 * Plugin URI:        https://theeasyweb.co/hide-admin-notices
     10 * Description:       A lightweight plugin that hides all Notices, Update Nags & Messages in your WordPress Admin.
     11 * Version:           1.0.1
     12 * Author:            The Easy Web Co.
     13 * Author URI:        https://theeasyweb.co
    1414 * License:           GPL-2.0+
    1515 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
  • hide-admin-notices/trunk/includes/class-hide-admin-notices-admin.php

    r2273158 r2410326  
    44 * The admin-specific functionality of the plugin.
    55 *
    6  * @link       https://jonpontet.com
     6 * @link       https://theeasyweb.co
    77 * @since      1.0.0
    88 *
     
    1616 * @package    Hide_Admin_Notices
    1717 * @subpackage Hide_Admin_Notices/admin
    18  * @author     Jon Pontet <hello@jonpontet.com>
     18 * @author     The Easy Web Co. <hello@theeasyweb.co>
    1919 */
    2020class Hide_Admin_Notices_Admin {
  • hide-admin-notices/trunk/includes/class-hide-admin-notices-i18n.php

    r2273158 r2410326  
    44 * Define the internationalization functionality
    55 *
    6  * @link       https://jonpontet.com
     6 * @link       https://theeasyweb.co
    77 * @since      1.0.0
    88 *
     
    1717 * @package    Hide_Admin_Notices
    1818 * @subpackage Hide_Admin_Notices/includes
    19  * @author     Jon Pontet <hello@jonpontet.com>
     19 * @author     The Easy Web Co. <hello@theeasyweb.co>
    2020 */
    2121class Hide_Admin_Notices_i18n {
  • hide-admin-notices/trunk/includes/class-hide-admin-notices-loader.php

    r2273158 r2410326  
    44 * Register all actions and filters for the plugin
    55 *
    6  * @link       https://jonpontet.com
     6 * @link       https://theeasyweb.co
    77 * @since      1.0.0
    88 *
     
    2020 * @package    Hide_Admin_Notices
    2121 * @subpackage Hide_Admin_Notices/includes
    22  * @author     Jon Pontet <hello@jonpontet.com>
     22 * @author     The Easy Web Co. <hello@theeasyweb.co>
    2323 */
    2424class Hide_Admin_Notices_Loader {
  • hide-admin-notices/trunk/includes/class-hide-admin-notices.php

    r2273158 r2410326  
    22
    33/**
    4  * @link       https://jonpontet.com
     4 * @link       https://theeasyweb.co
    55 * @since      1.0.0
    66 *
     
    1313 * @package    Hide_Admin_Notices
    1414 * @subpackage Hide_Admin_Notices/includes
    15  * @author     Jon Pontet <hello@jonpontet.com>
     15 * @author     The Easy Web Co. <hello@theeasyweb.co>
    1616 */
    1717class Hide_Admin_Notices {
  • hide-admin-notices/trunk/languages/hide-admin-notices-fr_FR.po

    r2273158 r2410326  
    4747
    4848#. Plugin URI of the plugin/theme
    49 msgid "https://jonpontet.com/hide-admin-notices"
     49msgid "https://theeasyweb.co/hide-admin-notices"
    5050msgstr ""
    5151
     
    6161
    6262#. Author URI of the plugin/theme
    63 msgid "https://jonpontet.com"
     63msgid "https://theeasyweb.co"
    6464msgstr ""
  • hide-admin-notices/trunk/languages/hide-admin-notices.pot

    r2273158 r2410326  
    4747
    4848#. Plugin URI of the plugin/theme
    49 msgid "https://jonpontet.com/hide-admin-notices"
     49msgid "https://theeasyweb.co/hide-admin-notices"
    5050msgstr ""
    5151
     
    6161
    6262#. Author URI of the plugin/theme
    63 msgid "https://jonpontet.com"
     63msgid "https://theeasyweb.co"
    6464msgstr ""
Note: See TracChangeset for help on using the changeset viewer.