Banner for Ep Admin Messages
Show messages in WP Admin. Different messages can be shown at different places, for different people. Wordpress Tutorial
Noted That:
  • To install correctly this ep-admin-messages.zip .
  • Fisrt Download the ep-admin-messages.zip to your computer
  • Extract/Open ep-admin-messages.zip to Your Computer.
  • Then, Find readme.txt file inside ep-admin-messages.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " ep-admin-messages.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Ep Admin Messages

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Ep Admin Messages

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Ep Admin Messages

Step-5 : Now, Browse " ep-admin-messages.zip " Downloaded plugin from your computer, Where you downloaded " ep-admin-messages.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Ep Admin Messages

Step-6 : Now, Click on " Active Plugin "

Activate Ep Admin Messages

Step-7 : Then, See left Side Menu. " Ep Admin Messages " folder is added on left Side Menu. Now, Click on " Ep Admin Messages " folder.

Noted that: If you do not see " Ep Admin Messages " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Ep Admin Messages Configurations and Settings or How to work " Ep Admin Messages " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " EP Admin Messages " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is EP Admin Messages
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload the plugin folder to your /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Add a file called .ep-config.json to your theme directory. This file contains your config in JSON-format.
  4. Optional: update your .htaccess to disable access to the config file used by this plugin (if you don’t do this everyone with access to your site may be able to read your messages):

    Forbid access to all files beginning with a dot (.).

    RedirectMatch 403 /..*$

    Or forbid access to only .ep-config.json

    RedirectMatch 403 /.ep-config.json$


Name