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