WordPress内置函数,会对数据进行安全检查吗?
比如update_user_meta,它会对数据进行安全检查吗?
我需要先对 $name 进行过滤吗?
- update_user_meta($user_id, 'description',$name);
我需要先对 $name 进行过滤吗?