diff --git a/class-full-width-templates.php b/class-full-width-templates.php index 12dfe49..1383112 100644 --- a/class-full-width-templates.php +++ b/class-full-width-templates.php @@ -35,8 +35,8 @@ class FullWidthTemplates { protected function init() { // Add your templates to this array. $this->templates = apply_filters( 'fwpt_templates_list', array( - 'templates/builder-fullwidth.php' => '↔ ' . __( 'Page Builder - Full Width - Blank', 'textdomain' ), - 'templates/builder-fullwidth-std.php' => '↔ ' . __( 'Page Builder - Full Width', 'textdomain' ), + 'templates/builder-fullwidth.php' => html_entity_decode( '↔ ' ) . __( 'Page Builder - Full Width - Blank', 'textdomain' ), + 'templates/builder-fullwidth-std.php' => html_entity_decode( '↔ ' ) . __( 'Page Builder - Full Width', 'textdomain' ), ) ); add_filter( 'theme_page_templates', array( $this, 'add_pages_in_dropdown' ) );