Skip to content

Instantly share code, notes, and snippets.

@harshanas
Created February 13, 2021 07:43
Show Gist options
  • Save harshanas/6bd5dc5f579ff531c40a5a701f3fe303 to your computer and use it in GitHub Desktop.
Save harshanas/6bd5dc5f579ff531c40a5a701f3fe303 to your computer and use it in GitHub Desktop.
<?php
namespace TheBestPluginIntheWorld;
define( ‘TBPW_API_KEY’, '123456789' );
class TBPW_User{
function tbpw_send_email(){
$tbpw_sender_email "[email protected]";
// Sends Email
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment