Error displaying player using gutenberg block
-
I got the following error trying to display the player using Gutenberg block:
Warning: Undefined variable $show_searchbar in .../app/public/wp-content/plugins/mp3-music-player-by-sonaar/includes/class-sonaar-music-block.php on line?441
I fixed it by declaring the variable:
$show_searchbar = false;
On line 145 of class-sonaar-music-block.php but you may need to address this.
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error displaying player using gutenberg block’ is closed to new replies.