Skip to content

Commit 6e6142a

Browse files
committed
fix: use wp_kses_post instead of esc_html to allow dynamic content
1 parent 578783c commit 6e6142a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function stackable_multiple_plugins_check() {
4545
}
4646

4747
defined( 'STACKABLE_SHOW_PRO_NOTICES' ) || define( 'STACKABLE_SHOW_PRO_NOTICES', true );
48-
defined( 'STACKABLE_BUILD' ) || define( 'STACKABLE_BUILD', 'free' );
48+
defined( 'STACKABLE_BUILD' ) || define( 'STACKABLE_BUILD', 'premium' );
4949
defined( 'STACKABLE_VERSION' ) || define( 'STACKABLE_VERSION', '3.19.0' );
5050
defined( 'STACKABLE_FILE' ) || define( 'STACKABLE_FILE', __FILE__ );
5151
defined( 'STACKABLE_I18N' ) || define( 'STACKABLE_I18N', 'stackable-ultimate-gutenberg-blocks' ); // Plugin slug.

0 commit comments

Comments
 (0)