'Post Title', 'structure' => array( 'type' => 'object', 'elem' => 'h1', 'linked' => true, 'attr' => array( 'a' => array( 'href' => esc_url( get_permalink() ), 'rel' => 'bookmark', 'title' => get_the_title(), ), ), ), 'content' => array( 'object' => get_the_title(), ), ) ); } // E: Main Post Title $main_post_title = applicator_htmlok( array( 'name' => 'Main Post Title', 'structure' => array( 'type' => 'component' ), 'content' => array( 'component' => array( $post_title_obj, ), ), 'echo' => true, ) ); // After Main Post Title Hook | inc > hooks.php applicator_hook_after_main_post_title(); ?>
'Post Content', 'structure' => array( 'type' => 'component', ), 'content' => array( 'component' => array( '

'.esc_html__( 'It seems we can’t find what you’re looking for.', 'applicator' ).'

', '

'.esc_html__( 'Please try another search term.', 'applicator' ).'

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