WPDK
1.5.0
WordPress Development Kit
|
Static Public Member Functions | |
static | placeholders () |
Placeholders list. More... | |
Data Fields | |
const | USER_DISPLAY_NAME = '${USER_DISPLAY_NAME}' |
const | USER_EMAIL = '${USER_EMAIL}' |
const | USER_FIRST_NAME = '${USER_FIRST_NAME}' |
const | USER_LAST_NAME = '${USER_LAST_NAME}' |
This class contains the definition of mail placeholder
Definition at line 212 of file wpdk-mail.php.
|
static |
Placeholders list.
Return a key values pais array with the list of placehodlers. This array has a key with the placeholder string and an array( description, plugin name )
Definition at line 227 of file wpdk-mail.php.
const USER_DISPLAY_NAME = '${USER_DISPLAY_NAME}' |
Definition at line 214 of file wpdk-mail.php.
const USER_EMAIL = '${USER_EMAIL}' |
Definition at line 215 of file wpdk-mail.php.
const USER_FIRST_NAME = '${USER_FIRST_NAME}' |
Definition at line 216 of file wpdk-mail.php.
const USER_LAST_NAME = '${USER_LAST_NAME}' |
Definition at line 217 of file wpdk-mail.php.