'; $this->render_title(); $this->render_message(); parent::display( $tmpl ); echo ''; $app_options = $this->get_app_options(); $app_helper_options = array( 'messages' => array( 'yes' => __( 'Yes', 'ari-stream-quiz' ), 'no' => __( 'No', 'ari-stream-quiz' ), 'ok' => __( 'OK', 'ari-stream-quiz' ), 'close' => __( 'Close', 'ari-stream-quiz' ), ) ); printf( '', json_encode( $app_options, JSON_NUMERIC_CHECK ), json_encode( $app_helper_options ) ); } public function set_title( $title ) { $this->title = $title; } protected function render_title() { if ( $this->title ) printf( '
%1$s