Plugin Directory

Changeset 2909192


Ignore:
Timestamp:
05/07/2023 09:49:35 PM (3 years ago)
Author:
mediumraredev
Message:

Updating readme/assets from GitHub

Location:
environment-debug-admin-toolbar
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • environment-debug-admin-toolbar/assets/screenshot-1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • environment-debug-admin-toolbar/assets/screenshot-2.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • environment-debug-admin-toolbar/assets/screenshot-3.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • environment-debug-admin-toolbar/assets/screenshot-4.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • environment-debug-admin-toolbar/assets/screenshot-5.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • environment-debug-admin-toolbar/assets/screenshot-6.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • environment-debug-admin-toolbar/assets/screenshot-7.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • environment-debug-admin-toolbar/tags/1.1.0/readme.txt

    r2909187 r2909192  
    1515If you have only one version of your site this plugin may not be for you.
    1616
    17 Make sure every version of your site has its ENV defined in the `wp-config.php`. We support both the new official `WP_ENVIRONMENT_TYPE` constant, and the community classic `WP_ENV`.
     17Make sure every version of your site has its *ENV* defined in the `wp-config.php`. We support both the new official `WP_ENVIRONMENT_TYPE` constant, and the community classic `WP_ENV`.
    1818
    1919`define( 'WP_ENVIRONMENT_TYPE', 'production' );`
     
    2323= What are environment types? =
    2424
    25 Instead of displaying the environment you've set, we show types. A type is a group of environments that roughly have the same purpose.
     25Instead of displaying the exact environment you've set, we show types. A type is a group of environments that roughly have the same purpose.
    2626
    2727Like `local`, `dev`, 'develop' and `development`.
     
    6464= Can I set my own colors? =
    6565
    66 `add_action( 'admin_head', function () {
     66`
     67add_action( 'admin_head', function () {
    6768    echo '<style>
    6869    #wp-admin-bar-edt-group .env-type-1 { background-color: rgba(255,255,255,.1); }
     
    7273    #wp-admin-bar-edt-group .env-type-0 { background-color: #B12229; }
    7374    </style>';
    74 });`
     75});
     76`
    7577
    7678= Can I disable all styles? =
  • environment-debug-admin-toolbar/trunk/readme.txt

    r2909187 r2909192  
    1515If you have only one version of your site this plugin may not be for you.
    1616
    17 Make sure every version of your site has its ENV defined in the `wp-config.php`. We support both the new official `WP_ENVIRONMENT_TYPE` constant, and the community classic `WP_ENV`.
     17Make sure every version of your site has its *ENV* defined in the `wp-config.php`. We support both the new official `WP_ENVIRONMENT_TYPE` constant, and the community classic `WP_ENV`.
    1818
    1919`define( 'WP_ENVIRONMENT_TYPE', 'production' );`
     
    2323= What are environment types? =
    2424
    25 Instead of displaying the environment you've set, we show types. A type is a group of environments that roughly have the same purpose.
     25Instead of displaying the exact environment you've set, we show types. A type is a group of environments that roughly have the same purpose.
    2626
    2727Like `local`, `dev`, 'develop' and `development`.
     
    6464= Can I set my own colors? =
    6565
    66 `add_action( 'admin_head', function () {
     66`
     67add_action( 'admin_head', function () {
    6768    echo '<style>
    6869    #wp-admin-bar-edt-group .env-type-1 { background-color: rgba(255,255,255,.1); }
     
    7273    #wp-admin-bar-edt-group .env-type-0 { background-color: #B12229; }
    7374    </style>';
    74 });`
     75});
     76`
    7577
    7678= Can I disable all styles? =
Note: See TracChangeset for help on using the changeset viewer.