define a custom ID base for WP_Widget initialization
This commit is contained in:
@@ -25,7 +25,7 @@ class Widget extends WP_Widget {
|
||||
* SCLiveticker_Widget constructor.
|
||||
*/
|
||||
public function __construct() {
|
||||
parent::__construct( false, 'Liveticker' );
|
||||
parent::__construct( 'scliveticker', 'Liveticker' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user