Archive | /wp-includes/functions.php RSS feed for this section

wp_nonce_ays

Display “Are You Sure” message to confirm the action being taken.If the action has the nonce explain message, then it will be displayed along with the “Are you sure?” message.

3947

Continue reading

wp_mkdir_p

Recursive directory creation based on full path.Will attempt to set permissions on folders.

3917

Continue reading

wp_maybe_load_widgets

Determines if Widgets library should be loaded.Checks to make sure that the widgets library hasn’t already been loaded. If it hasn’t, then it will load the widgets library and run an action hook.

3909

Continue reading

wp_maybe_load_embeds

Determines if default embed handlers should be loaded.Checks to make sure that the embeds library hasn’t already been loaded. If it hasn’t, then it will load the embeds library.

3907

Continue reading

wp_load_core_site_options

Loads and caches certain often requested site options if is_multisite() and a persistent cache is not being used.

3873

Continue reading