Method | Description | |
---|---|---|
_wp_loaded ( ) | Inspect the RECENT_COMMIT for both WPLib and WPLib::app_class() and if changed call 'wplib_commit_revised' hook and update option in database. | |
get_recent_commit ( $class_name, boolean &$defined = null ) : mixed | null | string | ||
load_recent_commit ( string $class_name ) : null | Load 7 char abbreviated hash for commit from the system (file or exec). | |
on_load ( ) | ||
recent_commit ( ) : null | string |
Method | Description | |
---|---|---|
_can_have_recent_commit ( string $class_name ) : boolean | ||
_get_recent_commit_file ( string $class_name ) : null | ||
_maybe_update_class ( string $class_name ) | Update the RECENT_COMMIT constant for WPLib or the App Class. |
static public _wp_loaded ( ) |
static public load_recent_commit ( string $class_name ) : null | ||
$class_name | string | |
return | null |
static public recent_commit ( ) : null | string | ||
return | null | string |