Releases an upgrader lock.
Description
See also
Parameters
$lock_name
stringrequired- The name of this unique lock.
Source
public static function release_lock( $lock_name ) {
return delete_option( $lock_name . '.lock' );
}
Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.