Plugin Directory

Changeset 2587355

Timestamp:
08/23/2021 08:42:47 PM (3 years ago)
Author:
s4gor
Message:

added donation link

Location:
phpinfo-wp
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • phpinfo-wp/tags/2.2.2/phpinfo-wp.php

    r2585547 r2587355  
    9898            if(strpos($file, "phpinfo-wp/phpinfo-wp.php") !== false) {
    9999                $new_link = [
    100                     "donation" => '<a href="https://imransagor.codes/buy-me-a-coffee" target="_blank">Buy Me a Coffee <span style="color: red">&#x2764;</span></a>'
     100                    "donation" => '<a href="https://" target="_blank">Buy Me a Coffee <span style="color: red">&#x2764;</span></a>'
    101101                ];
    102102
  • phpinfo-wp/tags/2.2.2/readme.txt

    r2585547 r2587355  
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
    10 Donate link: https://imransagor.codes/buy-me-a-coffee
     10Donate link: https://
    1111
    1212A simple plugin to look up server info and manage server configuration of wordpress site
  • phpinfo-wp/trunk/phpinfo-wp.php

    r2585546 r2587355  
    9898            if(strpos($file, "phpinfo-wp/phpinfo-wp.php") !== false) {
    9999                $new_link = [
    100                     "donation" => '<a href="https://imransagor.codes/buy-me-a-coffee" target="_blank">Buy Me a Coffee <span style="color: red">&#x2764;</span></a>'
     100                    "donation" => '<a href="https://" target="_blank">Buy Me a Coffee <span style="color: red">&#x2764;</span></a>'
    101101                ];
    102102
  • phpinfo-wp/trunk/readme.txt

    r2585546 r2587355  
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
    10 Donate link: https://imransagor.codes/buy-me-a-coffee
     10Donate link: https://
    1111
    1212A simple plugin to look up server info and manage server configuration of wordpress site
Note: See TracChangeset for help on using the changeset viewer.