: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace WPForms\Lite\Integrations\Gutenberg;
use WPForms\Integrations\Gutenberg\ThemesData as ThemesDataBase;
* Themes data for Gutenberg block for Lite.
class ThemesData extends ThemesDataBase {
* WPForms themes JSON file path.
* Relative to WPForms plugin directory.
const THEMES_WPFORMS_JSON_PATH = 'assets/lite/js/integrations/gutenberg/themes.json';