Project Type: WordPress Reference

sidebar.php

Fallback sidebar template for themes that do not provide their own. Source: wp-includes/theme-compat/sidebar.php Deprecated: 3.0.0 Subpackage: Theme_Compat Purpose Loaded by get_sidebar() when the active theme has no sidebar.php. Outputs a...

embed-404.php

Embed 404 template — displayed when an embedded post cannot be found. Source: wp-includes/theme-compat/embed-404.php Since: 4.5.0 Subpackage: Theme_Compat Purpose Loaded by get_template_part( 'embed', '404' ) when the active theme has...

embed-content.php

Embed content template — renders a post's content within an oEmbed iframe. Source: wp-includes/theme-compat/embed-content.php Since: 4.5.0 Subpackage: Theme_Compat Purpose Loaded by get_template_part( 'embed', 'content' ) when the active theme has...

embed.php

Base embed template — the skeleton for oEmbed post embeds. Source: wp-includes/theme-compat/embed.php Since: 4.4.0 Subpackage: oEmbed Purpose Loaded when a post is embedded in an iframe and the active theme...

footer-embed.php

Embed footer template — closes the HTML document for oEmbed iframes. Source: wp-includes/theme-compat/footer-embed.php Since: 4.5.0 Subpackage: Theme_Compat Purpose Loaded by get_footer( 'embed' ) when the active theme has no footer-embed.php....

footer.php

Fallback footer template for themes that do not provide their own. Source: wp-includes/theme-compat/footer.php Deprecated: 3.0.0 Subpackage: Theme_Compat Purpose Loaded by get_footer() when the active theme has no footer.php. Closes the...

header-embed.php

Embed header template — HTML document opening for oEmbed iframes. Source: wp-includes/theme-compat/header-embed.php Since: 4.5.0 Subpackage: Theme_Compat Purpose Loaded by get_header( 'embed' ) when the active theme has no header-embed.php. Opens...

header.php

Fallback header template for themes that do not provide their own. Source: wp-includes/theme-compat/header.php Deprecated: 3.0.0 Subpackage: Theme_Compat Purpose Loaded by get_header() when the active theme has no header.php. Outputs a...

POMO — PO/MO Translation File Handling

WordPress gettext-based internationalization subsystem for reading, writing, and managing PO and MO translation files. Since: 2.8.0 Source: wp-includes/pomo/ Components Component Description class-translation-entry.md Encapsulates a single translatable string class-translations.md Base class:...

Stream Readers

Classes for reading streams of data, used by the MO file parser. Handles byte-level I/O with endian-aware integer reading and mbstring overload safety. Source: wp-includes/pomo/streams.php Class Hierarchy POMO_Reader ├── POMO_FileReader...

← Back to Chubes.net