PHP 클래스 WPDKCronController

부터: 1.4.20
저자: =undo= ([email protected])
파일 보기 프로젝트 열기: wpxtreme/wpdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$cron array List of registered cron

공개 메소드들

메소드 설명
__construct ( ) : WPDKCronController Create an instance of WPDKCronController class
remove ( string $name ) Remove/Unschedule a cron job
removeAll ( string $name ) Unschedule all cron jobs attached to a specific hook.

메소드 상세

__construct() 공개 메소드

Create an instance of WPDKCronController class
public __construct ( ) : WPDKCronController
리턴 WPDKCronController

remove() 공개 정적인 메소드

Remove/Unschedule a cron job
public static remove ( string $name )
$name string Unique cron name

removeAll() 공개 정적인 메소드

Unschedule all cron jobs attached to a specific hook.
public static removeAll ( string $name )
$name string Unique cron name

프로퍼티 상세

$cron 공개적으로 프로퍼티

List of registered cron
public array $cron
리턴 array