דלג על ניווט

תגיות: 

נושא זה מכיל 0 תגובות, יש ל 1קוֹל.

עודכן לאחרונה על ידי angeloD-14 לפני 3 חודשים, 4 שבועות.

בסיוע: Paola Mendiburu.

מחבר פוסטים
יולי 24, 2024בְּ- 9:14 am

angeloD-14

Contesto del problema:
Ho inserito una stringa in aspetto/ editor del tema/functions.php, dove deve mostrare un errore inserendo sotto 8 caratteri. La stringa è la seguente:

add_action( 'woocommerce_checkout_process', 'bbloomer_checkout_fields_custom_validation' );

function bbloomer_checkout_fields_custom_validation() {
if ( isset( $_POST['billing_fiscale'] ) && ! empty( $_POST['billing_fiscale'] ) ) {
if ( strlen( $_POST['billing_fiscale'] )

יולי 24, 2024בְּ- 9:33 am