PHP Class Safe_Updates

Datei anzeigen Open project: anttiviljami/wp-safe-updates Class Usage Examples

Public Properties

Property Type Description
$alt_heap
$instance
$update_logic

Public Methods

Method 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

Method Description
__construct ( )

Method Details

init() public static method

public static init ( )

load_our_textdomain() public static method

Load our textdomain
public static load_our_textdomain ( )

make_sure_we_are_first() public method

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

not_configured_notice() public method

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

uninstall_cleanup() public static method

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