Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Thread Starter WayneFusco

    (@waynefusco)

    THIS IS WHY I SUPPORT YOUR PRODUCT – 20 Min Turn around even on a Sunday!!

    I am now geting this error at the top of my WP dashboard:

    ( $user_id ) { if ( !empty( $_POST[‘first_name’] ) ) update_user_meta( $user_id, ‘first_name’, $_POST[‘first_name’] ); if ( !empty( $_POST[‘last_name’] ) ) update_user_meta( $user_id, ‘last_name’, $_POST[‘last_name’] ); } add_action( ‘user_register’, ‘tml_user_register’ ); function tml_registration_errors( $errors ) { if ( empty( $_POST[‘first_name’] ) ) $errors->add( ’empty_first_name’, ‘ERROR: Please enter your first name.’ ); if ( empty( $_POST[‘last_name’] ) ) $errors->add( ’empty_last_name’, ‘ERROR: Please enter your last name.’ ); return $errors; } add_filter( ‘registration_errors’, ‘tml_registration_errors’ );
    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/danceparty1/public_html/wp-content/plugins/theme-my-login-custom.php:16) in /home/danceparty1/public_html/wp-content/themes/musical/functions.php on line 19
    Skip to main contentSkip to toolbar

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Add fields’ is closed to new replies.