PHP Class RTMediaUploadShortcode, rtMedia

rtMedia uploader shortcode
Author: joshua
显示文件 Open project: rtCamp/rtMedia Class Usage Examples

Public Properties

Property Type Description
$add_sc_script
$deprecated
$uploader_displayed

Public Methods

Method Description
__construct ( )
display_allowed ( ) : boolean Helper function to check whether the shortcode should be rendered or not
pre_render ( mixed $attr ) : string | void Render the uploader shortcode and attach the uploader panel

Method Details

__construct() public method

public __construct ( )

display_allowed() static public method

Helper function to check whether the shortcode should be rendered or not
static public display_allowed ( ) : boolean
return boolean

pre_render() static public method

Render the uploader shortcode and attach the uploader panel
static public pre_render ( mixed $attr ) : string | void
$attr mixed
return string | void

Property Details

$add_sc_script static_oe public_oe property

static public $add_sc_script

$deprecated public_oe property

public $deprecated

$uploader_displayed static_oe public_oe property

static public $uploader_displayed