WPDK  1.5.0
WordPress Development Kit
 All Data Structures Files Functions Variables Pages
WPDKMailPlaceholder Class Reference

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}'
 

Detailed Description

This class contains the definition of mail placeholder

Author
=undo= info@.nosp@m.wpxt.nosp@m.re.me
Date
2013-02-18
Version
0.8.1

Definition at line 212 of file wpdk-mail.php.

Member Function Documentation

static placeholders ( )
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 )

Returns
array

Definition at line 227 of file wpdk-mail.php.

Field Documentation

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.


The documentation for this class was generated from the following file: