Functions
-
functionincludes_url()
Retrieves the URL to the includes directory.
-
functionindex_rel_link()
Display relational link for the site index.
-
functioninit()
Set up constants with default values, unless user overrides.
-
Inject ignoredHookedBlocks metadata attributes into a template or template part.
-
functioninsert_blog()
Store basic site info in the blogs table.
-
functioninsert_hooked_blocks()
Returns the markup for blocks hooked to the given anchor block in a specific relative position.
-
Returns the markup for blocks hooked to the given anchor block in a specific relative position and then adds a list of hooked block types to an anchor block’s ignored hooked block types.
-
Hooks into the REST API response for the core/navigation block and adds the first and last inner blocks.
-
functioninsert_with_markers()
Inserts an array of strings into a file (.htaccess), placing it between BEGIN and END markers.
-
functioninstall_blog()
Install an empty blog.
-
functioninstall_blog_defaults()
Set blog defaults.
-
functioninstall_dashboard()
Displays the Featured tab of Add Plugins screen.
-
functioninstall_global_terms()
Install global terms.
-
functioninstall_network()
Install Network.
-
functioninstall_plugins_favorites_form()
Shows a username form for the favorites page.
-
functioninstall_plugins_upload()
Displays a form to upload plugins from zip files.
-
functioninstall_plugin_information()
Displays plugin information in dialog box form.
-
functioninstall_plugin_install_status()
Determines the status we can perform on a plugin.
-
functioninstall_popular_tags()
Retrieves popular WordPress plugin tags.
-
functioninstall_search_form()
Displays a search form for searching plugins.
-
functioninstall_themes_dashboard()
Displays tags filter for themes.
-
functioninstall_themes_feature_list()
Retrieves the list of WordPress theme features (aka theme tags).
-
functioninstall_themes_upload()
Displays a form to upload themes from zip files.
-
functioninstall_theme_information()
Displays theme information in dialog box form.
-
functioninstall_theme_search_form()
Displays search form for searching themes.
-
functionin_category()
Checks if the current post is within any of the given categories.
-
functionin_the_loop()
Determines whether the caller is in the Loop.
-
functioniso8601_timezone_to_offset()
Given an ISO 8601 timezone, returns its UTC offset in seconds.
-
functioniso8601_to_datetime()
Given an ISO 8601 (Ymd\TH:i:sO) date, returns a MySQL DateTime (Y-m-d H:i:s) format used by post_date[_gmt].
-
functionis_404()
Determines whether the query has resulted in a 404 (returns no results).