Archive | Actions RSS feed for this section

wpmu_create_blog

Create a site.This function runs when a user self-registers a new site as well as when a Super Admin creates a new site. Hook to ‘wpmu_new_blog’ for events that should affect all new sites.

3377

Continue reading

update_usermeta

Update metadata of user.There is no need to serialize values, they will be serialized if it is needed. The metadata key can only be a string with underscores. All else will be removed.

3209

Continue reading

update_option

Update the value of an option that was already added.You do not need to serialize values. If the value needs to be serialized, then it will be serialized before it is inserted into the database. Remember, resources can not be serialized or added as an option.

3185

Continue reading