'Post Title', 'structure' => array( 'type' => 'object', 'elem' => 'h1', ), 'content' => array( 'object' => esc_html ( $post_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', 'elem' => 'section', 'h_elem' => 'h1', ), 'content' => array( 'component' => array( '

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

', '

'. $search_spiel. '

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