PHP 클래스 VideoPress_AJAX, jetpack

파일 보기 프로젝트 열기: automattic/jetpack 1 사용 예제들

공개 메소드들

메소드 설명
init ( ) : VideoPress_AJAX Initialize the VideoPress_AJAX and get back a singleton instance.
wp_ajax_update_transcoding_status ( ) : void Ajax action to update the video transcoding status from the WPCOM API.
wp_ajax_videopress_get_upload_token ( ) : void Ajax method that is used by the VideoPress uploader to get a token to upload a file to the wpcom api.

비공개 메소드들

메소드 설명
__construct ( ) Private VideoPress_AJAX constructor.

메소드 상세

init() 공개 정적인 메소드

Initialize the VideoPress_AJAX and get back a singleton instance.
public static init ( ) : VideoPress_AJAX
리턴 VideoPress_AJAX

wp_ajax_update_transcoding_status() 공개 메소드

Ajax action to update the video transcoding status from the WPCOM API.

wp_ajax_videopress_get_upload_token() 공개 메소드

Ajax method that is used by the VideoPress uploader to get a token to upload a file to the wpcom api.