function wpbc_welcome_panel() {
if ( ! wpbc_is_user_can_access_wizard_page() ){
return;
}
?>
' ',
'hint' => __( 'Dismiss', 'booking' ),
'class' => 'wpbc_panel_get_started_dismiss0',
'css' => 'text-decoration: none;font-weight: 600;float:right;background: #fff;border-radius: 7px;z-index: 1;position: relative;margin: 16px 15px 0 -32px;'
));
if ( $is_panel_visible ) {
wpbc_welcome_panel__version2__content();
}
?>
true ) );
if ( ! empty( wpbc_stp_wiz__is_exist_published_page_with_booking_form() ) ) {
wpbc_ui_settings_panel__card__publish_into_exist( array() );
}
//Info: If needs to show "Shortcode Popup Dialog" and create new Pages, please uncomment all rows marked with: // FixIn: 10.6.6.2.
// wpbc_ui_settings_panel__card__publish_into_new( array() ); // FixIn: 10.6.6.2.
?>
- ', '' );
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, '', '' );
?>