Plugin Directory

Changeset 2582439


Ignore:
Timestamp:
08/13/2021 08:19:50 AM (5 years ago)
Author:
johndeebdd
Message:

fixed typoe and deleted dev files

Location:
change-admin-email-setting-without-outbound-email/trunk
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • change-admin-email-setting-without-outbound-email/trunk/change-admin-email.php

    r2579749 r2582439  
    44 Plugin URI: https://generalchicken.guru/change-admin-email/
    55 Description: Restores functionality removed since WordPress v4.9. Allows admin to change the admin email setting - without outbound email or recipient email credentials.
    6  Version: 3.0
     6 Version: 3.1
    77 Author: John Dee
    88 Author URI: https://generalchicken.guru/
     
    2020            wp_die('Something is very wrong here.');
    2121        }
    22         return;
    2322    }
    2423
     
    5857        $email = $_POST['new_admin_email'];
    5958        $domain = site_url();
    60         $url = "https://gneeralchicken.guru/wp-json/change-admin-email-plugin/v1/test-email";
     59        $url = "https://generalchicken.guru/wp-json/change-admin-email-plugin/v1/test-email";
    6160        $response = wp_remote_post( $url, array(
    6261                'method'      => 'POST',
  • change-admin-email-setting-without-outbound-email/trunk/readme.txt

    r2579749 r2582439  
    1111
    1212== Description ==
    13 This plugin allows an administrator to change the "site admin email", without sending a confirmation email from the server. This can be useful for testing purposes, localhost setups, or any other situation where outbound email is disabled. A new "feature" of WordPress 4.9 is that the administrator cannot change the site admin email without outgoing email setup on the server. This plugin restores the admin\'s ability to change this setting without sending a confirmation email. Note that the \'site admin email\' is the global email used for admin purposes on the site. It is the \'from\' address when the site sends an email. The \'site admin email\' may be different from the administrator\'s personal user email, which is associated with the administrator's user account.
     13This plugin allows an administrator to change the "site admin email", without sending a confirmation email from the server. This can be useful for testing purposes, localhost setups, or any other situation where outbound email is disabled. A new "feature" of WordPress 4.9 is that the administrator cannot change the site admin email without outgoing email setup on the server. This plugin restores the admin's ability to change this setting without sending a confirmation email. Note that the "site admin email" is the global email used for admin purposes on the site. It is the "from" address when the site sends an email. The "site admin email" may be different from the administrator's personal user email, which is associated with the administrator's user account.
    1414
    1515## Usage
Note: See TracChangeset for help on using the changeset viewer.