• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Jetpack a2z

Jetpack a2z

Jetpack a2z

  • Home
  • Plugins
  • Blocks
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / APIs / jp_sitemap_child_type_of() – The sitemap type corresponding to an index type.

You appear to be a bot. Output may be restricted

Description

The sitemap type corresponding to an index type.

Usage

$string = jp_sitemap_child_type_of( $type );

Parameters

$type
( string ) required – The index type.

Returns

string The sitemap type.

Source

File name: jetpack/modules/sitemaps/sitemap-constants.php
Lines:

1 to 11 of 11
function jp_sitemap_child_type_of( $type ) {
  if ( JP_PAGE_SITEMAP_INDEX_TYPE === $type ) {
    return JP_PAGE_SITEMAP_TYPE;
  } elseif ( JP_IMAGE_SITEMAP_INDEX_TYPE === $type ) {
    return JP_IMAGE_SITEMAP_TYPE;
  } elseif ( JP_VIDEO_SITEMAP_INDEX_TYPE === $type ) {
    return JP_VIDEO_SITEMAP_TYPE;
  } else {
    return "error-bad-type-$type";
  }
}
 

 View on GitHub View on Trac

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Pinterest (Opens in new window)

Related

Published: 27 November 2019 | Last updated: 27 November 2019

Primary Sidebar

Information

Function name: jp_sitemap_child_type_of
Plugin ref: Jetpack
Version: 9.2
Sourcefile: modules/sitemaps/sitemap-constants.php
File ref: modules/sitemaps/sitemap-constants.php
Deprecated?: No
API Letters: C,J,O,S,T

Footer

Jetpack a2z
Jetpack a2z
Jetpack a2z
WordPress 5.6
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  jetpack.wp-a2z.org
© Copyright Jetpack a2z 2014-2021. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins

  • Home
  • Blog
  • Sitemap
  • Sites