Archive | Functions by letter i RSS feed for this section

is_archive

Is the query for an archive page?Month, Year, Category, Author, Post Type archive…

2087

Continue reading

is_admin

Whether the current request is for a network or blog admin pageDoes not inform on whether the user is an admin! Use capability checks to tell if the user should be accessing a section or not.

2085

Continue reading

is_active_widget

Whether widget is displayed on the front-end.Either $callback or $id_base can be used $id_base is the first argument when extending WP_Widget class Without the optional $widget_id parameter, returns the ID of the first sidebar in which the first instance of the widget with the given callback or $id_base is found. With the $widget_id parameter, returns the ID of the sidebar where the widget with that callback/$id_base AND that ID is found.

2083

Continue reading