PHP 클래스 Update_Logic

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

공개 프로퍼티들

프로퍼티 타입 설명
$instance

공개 메소드들

메소드 설명
hack_disable_maintenance_mode ( $options ) HACK: Disable maintenance mode right after enabling it in alt heaps
hack_plugin_update_text ( $translated_text, $untranslated_text, $domain ) HACK: filter the gettext value of the update string for a plugin
init ( )
unlink_old_plugin ( $removed, $args ) Before attempting an upgrade in an alt heap, remove the symlink

비공개 메소드들

메소드 설명
__construct ( )

메소드 상세

hack_disable_maintenance_mode() 공개 메소드

HACK: Disable maintenance mode right after enabling it in alt heaps
public hack_disable_maintenance_mode ( $options )

hack_plugin_update_text() 공개 메소드

HACK: filter the gettext value of the update string for a plugin
public hack_plugin_update_text ( $translated_text, $untranslated_text, $domain )

init() 공개 정적인 메소드

public static init ( )

프로퍼티 상세

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

public static $instance