Created
April 22, 2020 23:57
-
-
Save thomasplevy/33cfed28ca106f4d4941bf0c1ba5a5bb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php // don't copy this line to your wp-config.php file! | |
// Twilio. | |
define( 'LLMS_TWILIO_SID', 'XXXXXXXXXXXXXXXXXXXXXXXXXX' ); | |
define( 'LLMS_TWILIO_AUTHKEY', 'XXXXXXXXXXXXXXXXXXXXXXXXXX' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment