remove unused parameter from update_options()
This commit is contained in:
parent
14ec07e423
commit
d650ae08ee
@ -400,11 +400,12 @@ class SCLiveticker {
|
|||||||
/**
|
/**
|
||||||
* Update options.
|
* Update options.
|
||||||
*
|
*
|
||||||
* @param array $options Optional. New options to save.
|
|
||||||
*
|
|
||||||
* @return void
|
* @return void
|
||||||
|
*
|
||||||
|
* @since 1.0.0
|
||||||
|
* @since 1.3.0 removed unused parameter
|
||||||
*/
|
*/
|
||||||
protected static function update_options( ?array $options = null ): void {
|
protected static function update_options(): void {
|
||||||
self::$options = wp_parse_args(
|
self::$options = wp_parse_args(
|
||||||
get_option( self::OPTION ),
|
get_option( self::OPTION ),
|
||||||
self::default_options()
|
self::default_options()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user