Archive by Author

wp_meta

Theme container function for the ‘wp_meta’ action.The ‘wp_meta’ action can have several purposes, depending on how you use it, but one purpose might have been to allow for theme switching.

3913

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