12 Сен Добавляем чекбоксы на форму регистрации WooCommerce
[vc_row css_animation="" row_type="row" use_row_as_full_screen_section="no" type="full_width" angled_section="no" text_align="left" background_image_as_pattern="without_pattern"][vc_column][vc_column_text]Вставь код в functions.php активной темы.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation="" row_type="row" use_row_as_full_screen_section="no" type="full_width" angled_section="no" text_align="left" background_image_as_pattern="without_pattern"][vc_column][vc_column_text]// Добавляем чекбоксы на форму регистрации WooCommerce add_action( 'woocommerce_register_form', 'my_wc_register_checkboxes' ); function my_wc_register_checkboxes() { ?> name="agree_privacy" id="agree_privacy" value="1" /> Я согласен с политикой конфиденциальности * name="agree_personal" id="agree_personal" value="1" ...