Using WordPress ‘get_theme_starter_content()’ PHP function Written by Adrian Gordon WordPress Expands a theme’s starter content configuration using core-provided data.
Using WordPress ‘is_rtl()’ PHP function Written by Adrian Gordon WordPress Determines whether the current locale is right-to-left (RTL).
Using WordPress ‘is_protected_endpoint()’ PHP function Written by Adrian Gordon WordPress Determines whether we are currently on an endpoint that should be protected against WSODs.
Using WordPress ‘is_protected_ajax_action()’ PHP function Written by Adrian Gordon WordPress Determines whether we are currently handling an Ajax action that should be protected against WSODs.
Using WordPress ‘is_privacy_policy()’ PHP function Written by Adrian Gordon WordPress Determines whether the query is for the Privacy Policy page.
Using WordPress ‘is_preview()’ PHP function Written by Adrian Gordon WordPress Determines whether the query is for a post or page preview.
Using WordPress ‘get_theme_support()’ PHP function Written by Adrian Gordon WordPress Gets the theme support arguments passed when registering that support.
Using WordPress ‘is_post_status_viewable()’ PHP function Written by Adrian Gordon WordPress Determines whether a post status is considered “viewable”.
Using WordPress ‘is_post_type_archive()’ PHP function Written by Adrian Gordon WordPress Determines whether the query is for an existing post type archive page.