getOptionValue( '404_page_title_image' );
$qodef_title_404 = brunn_select_options()->getOptionValue( '404_title' );
$qodef_subtitle_404 = brunn_select_options()->getOptionValue( '404_subtitle' );
$qodef_text_404 = brunn_select_options()->getOptionValue( '404_text' );
$qodef_button_label = brunn_select_options()->getOptionValue( '404_back_to_home' );
$qodef_button_style = brunn_select_options()->getOptionValue( '404_button_style' );
if ( ! empty( $qodef_title_image_404 ) ) { ?>
esc_url( home_url( '/' ) ),
'text' => ! empty( $qodef_button_label ) ? $qodef_button_label : esc_html__( 'Back to home', 'brunn' )
);
if ( $qodef_button_style == 'light-style' ) {
$button_params['custom_class'] = 'qodef-btn-light-style';
}
echo brunn_select_return_button_html( $button_params );
?>