'Main Post Title', 'structure' => array( 'type' => 'object', 'elem' => 'h1', ), 'content' => array( 'object' => array( array( 'txt' => esc_html__( 'Nothing Found', 'applicator' ), ), ), ), 'echo' => true, ) ); // Hook After Post Heading 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, ) );