title, ENT_QUOTES, get_bloginfo( 'charset' ) ); $array['content'] = $this->get_content(); $array['active'] = $this->active(); $array['instanceNumber'] = $this->instance_number; if ( $this->panel ) { $array['customizeAction'] = sprintf(__('Customizing ▸ %s','top-store'), esc_html( $this->manager->get_panel( $this->panel )->title ) ); } else { $array['customizeAction'] = __('Customizing','top-store'); } return $array; } } }