wp_update_user wordpress için benim eklenti çöküyor

0 Cevap php

Ben bir kullanıcı alanını güncelleştirmek bir eklenti yazmaya çalışıyorum. Ben güncelleme kullanıcı meta işlevi OK kullanabilirsiniz, ama ben wp_update_user çalıştığınızda çalışmıyor.

wp_update_user($user_ID, 'user_nicename', 'test');

That crashes the plugin. Do I need to include something for this function to work??

0 Cevap