function wpbc_welcome_panel() {
if ( ! wpbc_is_user_can_access_wizard_page() ){
return;
}
$is_live_demo = wpbc_is_this_demo();
?>
'' . esc_html__( 'Dismiss', 'booking' ) . '',
'hint' => __( 'Dismiss', 'booking' ),
'class' => 'wpbc_panel_get_started_dismiss0 wpbc_welcome_panel__dismiss',
'css' => '',
)
);
}
if ( $is_panel_visible ) {
wpbc_welcome_panel__version2__content();
}
?>
- ', '' );
echo ' ';
/* translators: 1: ... */
$text_description = __( 'See %1$sall shortcodes%2$s of the Booking Calendar that you can use in pages.', 'booking' );
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
printf( $text_description, '', '' );
?>
- ', ' , ' . '' . esc_html__( 'Support Forum', 'booking' ) . '' );
echo ' ';
/* translators: 1: ... */
$text_description = __( 'Contact %1$sSupport%2$s.', 'booking' );
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
printf( $text_description, '', '' );
?>