PHP 클래스 Safe_Updates

파일 보기 프로젝트 열기: anttiviljami/wp-safe-updates 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$alt_heap
$instance
$update_logic

공개 메소드들

메소드 설명
init ( )
load_our_textdomain ( ) Load our textdomain
make_sure_we_are_first ( ) When in an alternative heap, make sure this plugin is loaded first
not_configured_notice ( ) shows a notice to prompt the user to configure WP Safe Updates
uninstall_cleanup ( ) Delete all alternative heap directories and tables on uninstall

비공개 메소드들

메소드 설명
__construct ( )

메소드 상세

init() 공개 정적인 메소드

public static init ( )

load_our_textdomain() 공개 정적인 메소드

Load our textdomain
public static load_our_textdomain ( )

make_sure_we_are_first() 공개 메소드

When in an alternative heap, make sure this plugin is loaded first

not_configured_notice() 공개 메소드

shows a notice to prompt the user to configure WP Safe Updates

uninstall_cleanup() 공개 정적인 메소드

Delete all alternative heap directories and tables on uninstall
public static uninstall_cleanup ( )

프로퍼티 상세

$alt_heap 공개적으로 프로퍼티

public $alt_heap

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

public static $instance

$update_logic 공개적으로 프로퍼티

public $update_logic