PHP Class Safe_Updates

Afficher le fichier Open project: anttiviljami/wp-safe-updates Class Usage Examples

Méthodes publiques

Свойство Type Description
$alt_heap
$instance
$update_logic

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
__construct ( )

Method Details

init() public static méthode

public static init ( )

load_our_textdomain() public static méthode

Load our textdomain
public static load_our_textdomain ( )

make_sure_we_are_first() public méthode

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

not_configured_notice() public méthode

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

uninstall_cleanup() public static méthode

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

Property Details

$alt_heap public_oe property

public $alt_heap

$instance public_oe static_oe property

public static $instance

$update_logic public_oe property

public $update_logic