Method | Description | |
---|---|---|
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. |
Method | Description | |
---|---|---|
__construct ( ) | Private VideoPress_AJAX constructor. |
public static init ( ) : VideoPress_AJAX | ||
return | VideoPress_AJAX |
public wp_ajax_update_transcoding_status ( ) : void | ||
return | void |
public wp_ajax_videopress_get_upload_token ( ) : void | ||
return | void |