'Post Title', 'structure' => array( 'type' => 'object', 'elem' => 'h1', ), 'content' => array( 'object' => esc_html ( $post_title ), ), ) ); ob_start(); applicator_after_post_title_hook(); $after_post_title_hook_ob = ob_get_clean(); $main_post_title = applicator_htmlok( array( 'name' => 'Main Post Title', 'structure' => array( 'type' => 'component' ), 'content' => array( 'component' => array( $post_title_obj, $after_post_title_hook_ob, ), ), 'echo' => true, ) ); ?>
'Post Content', 'structure' => array( 'type' => 'component', 'elem' => 'section', 'h_elem' => 'h1', ), 'content' => array( 'component' => array( '

'.esc_html__( 'It seems we can not find what you are looking for.', 'applicator' ).'

', '

'. $search_spiel. '

', $search_ob_content, ), ), 'echo' => true, ) ); ?>
'Entry', 'structure' => array( 'type' => 'component', ), 'content' => array( 'component' => $entry_content, ), 'echo' => true, ) );