Tag Archives: codex

upload_is_user_over_quota

Check whether a blog has used its allotted upload space.Used by get_dirsize() to get a directory’s size when it contains other directories.

3259

Continue reading

update_user_option

Update user option with global blog capability.User options are just like user metadata except that they have support for global blog options. If the ‘global’ parameter is false, which it is by default it will prepend the WordPress table prefix to the option name.

3215

Continue reading

update_user_meta

Update user meta field based on user ID.Use the $prev_value parameter to differentiate between meta fields with the same key and user ID.

3213

Continue reading