wishlist user register. add_action('user_register', 'get_all_users_list'); function get_all_users_list($user_id) { global $wpdb; ...
確定! 回上一頁