Tag Archives: codex

wpmu_create_user

Create a user.This function runs when a user self-registers as well as when a Super Admin creates a new user. Hook to ‘wpmu_new_user’ for events that should affect all new users, but only on Multisite (otherwise use ‘user_register’).

3379

Continue reading

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

wpautop

Replaces double line-breaks with paragraph elements.A group of regex replaces used to identify text formatted with newlines and replace double line-breaks with HTML paragraph tags. The remaining line-breaks after conversion become
tags, unless $br is set to ‘0’ or ‘false’.

3365

Continue reading