PHP 클래스 RTMediaUploadShortcode, rtMedia

rtMedia uploader shortcode
저자: joshua
파일 보기 프로젝트 열기: rtCamp/rtMedia 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$add_sc_script
$deprecated
$uploader_displayed

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

public __construct ( )

display_allowed() 정적인 공개 메소드

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

pre_render() 정적인 공개 메소드

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

프로퍼티 상세

$add_sc_script 정적으로 공개적으로 프로퍼티

static public $add_sc_script

$deprecated 공개적으로 프로퍼티

public $deprecated

$uploader_displayed 정적으로 공개적으로 프로퍼티

static public $uploader_displayed