Descriptions
global variable, description of. Entries describing a WordPress global var. —
hooks, description of. Descriptions and quick reference for the WordPress hooks (either action hooks or filter hooks). —
indexs, reference of. Entry describing one of the many indexs of WordPress many subjects. —
init_term_meta_cache. Function to initialize the cache of the term meta. Hooked to the plugins_loaded hook. —
link term to Page (plugin feature). You can link any term to a Page. This means that the link to the term will point to the URL of the Page, allowing you total freedom with the prettiest Permalinks ever. The Page "knows" the term it links to via a custom field, normally _query_cat
. —
meta boxes, description of. Description of a WordPress® meta box. —
plugin features, description of. Description of a feature added by a plugin. —
plugin reference. Description of a WordPress plugin. —
plugins_loaded (action hook). The WordPress® plugins_loaded action hook triggers once all plugins are loaded; is the second action triggered. —
post capabilities. Different post types may have different sets of post capabilities assigned to them. —
post core features, index of. Index of the core features for the WordPress® posts. —
post features, index of. Index of the features available for posts, and the elements that posts have. —
post type features. The so-called post type features are flags (boolean values) that mark if a given part/meta box in the admin/edit section will be used or not. —
post type features description. Description of one of the so-called post type features. —
post type features, index of. Alphabetical index of the so-called post type features (boolean values that control parts of the Add New Post screen). —
post types. WordPress stores different types of data in the posts table, not only "regular" posts but also Pages, attachments, menu items, post revisions and other custom data. Each of this types of data are called "post types". —
post types, actions with. Actions you can do with post types (create, modify, list... ). —
post types, index of. Index of the different post types of the WordPress post table. —
quantum description (plugin feature). A term can display different descriptions when listed from different relative terms (either parent or children). —
quantum name (plugin feature). A term can display different names when listed from different parent terms. —
quantum order (plugin feature). A term can use different custom orders when listed from different terms. —
register_post_type. Adds the description of a custom post type to the global definitions array. Should not be used before the init hook. —
register_term_group. Adds a term group to the global list. —
shortcode reference. Description of a WordPress shortcode. —
show_term_meta_form. Displays the term metadata edit form. —