PHP 클래스 Jetpack_JITM, jetpack

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

공개 메소드들

메소드 설명
akismet_msg ( ) Display JITM in Comments screen prompting user to enable Akismet.
backups_after_publish_msg ( ) Display JITM after a post is published prompting user to enable Backups.
backups_updates_msg ( ) Display JITM in Updates screen prompting user to enable Backups.
editor_msg ( ) Display message in editor prompting user to compose entry in WordPress.com.
get_emblem ( )
init ( )
is_jitm_dismissed ( ) : boolean Check if a JITM was dismissed or not. Currently, dismissing one JITM will dismiss all of them.
jitm_enqueue_files ( $hook ) * Function to enqueue jitm css and js
manage_msg ( ) * Present Manage just in time activation msg on update-core.php
manage_pi_msg ( ) Display message prompting user to enable auto-updates in WordPress.com.
photon_msg ( ) * Present Photon just in time activation msg
photon_tmpl ( ) Display Photon JITM template in Media Library after user uploads an image.
prepare_jitms ( object $screen ) Prepare actions according to screen and post type.
stats_msg ( ) Display message in editor prompting user to enable stats.

비공개 메소드들

메소드 설명
__construct ( )

메소드 상세

akismet_msg() 공개 메소드

Display JITM in Comments screen prompting user to enable Akismet.
부터: 3.9.5
public akismet_msg ( )

backups_after_publish_msg() 공개 메소드

Display JITM after a post is published prompting user to enable Backups.
부터: 3.9.5

backups_updates_msg() 공개 메소드

Display JITM in Updates screen prompting user to enable Backups.
부터: 3.9.5
public backups_updates_msg ( )

editor_msg() 공개 메소드

Display message in editor prompting user to compose entry in WordPress.com.
부터: 3.8.2
public editor_msg ( )

get_emblem() 공개 메소드

public get_emblem ( )

init() 정적인 공개 메소드

static public init ( )

is_jitm_dismissed() 공개 메소드

Check if a JITM was dismissed or not. Currently, dismissing one JITM will dismiss all of them.
부터: 3.8.2
public is_jitm_dismissed ( ) : boolean
리턴 boolean

jitm_enqueue_files() 공개 메소드

* Function to enqueue jitm css and js
public jitm_enqueue_files ( $hook )

manage_msg() 공개 메소드

* Present Manage just in time activation msg on update-core.php
public manage_msg ( )

manage_pi_msg() 공개 메소드

Display message prompting user to enable auto-updates in WordPress.com.
부터: 3.8.2
public manage_pi_msg ( )

photon_msg() 공개 메소드

* Present Photon just in time activation msg
public photon_msg ( )

photon_tmpl() 공개 메소드

Display Photon JITM template in Media Library after user uploads an image.
부터: 3.9.0
public photon_tmpl ( )

prepare_jitms() 공개 메소드

Prepare actions according to screen and post type.
부터: 3.8.2
public prepare_jitms ( object $screen )
$screen object

stats_msg() 공개 메소드

Display message in editor prompting user to enable stats.
부터: 3.9.0
public stats_msg ( )