Archive | Functions by letter w RSS feed for this section

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_match_mime_types

Check a MIME-Type against a list.If the wildcard_mime_types parameter is a string, it must be comma separated list. If the real_mime_types is a string, it is also comma separated to create the list.

3903

Continue reading