Support General Take values from database in a select Reply To: Take values from database in a select

#13822
proyectohappyweb@gmail.com[email protected]
Participant

ohh perfect!!! It run fantastic.

The only thing is:

this code

if ( !empty( $groups ) ) {
    return [];
}

is

if ( empty( $groups ) ) {
    return [];
}

Many thanks with the quickly response!!
Greetings.