Archive | Filters by letter b RSS feed for this section

maybe_redirect_404

Correct 404 redirects when NOBLOGREDIRECT is defined.

2335

Continue reading

get_blog_option

Retrieve option value based on setting name and blog_id.If the option does not exist or does not have a value, then the return value will be false. This is useful to check whether you need to install an option and is commonly used during installation of plugin options and to test whether upgrading is required.

1214

Continue reading

get_bloginfo

Retrieve information about the blog.Some show parameter values are deprecated and will be removed in future versions. These options will trigger the _deprecated_argument() function. The deprecated blog info options are listed in the function contents.

1200

Continue reading