wpseo_sitemap
The Yoast SEO wpseo sitemap shortcode.
Usage
- // basic usage
- echo do_shortcode('[wpseo_sitemap]');
- // variable usage
- $result = do_shortcode('[wpseo_sitemap]');
- echo $result;
Defined (1)
The shortcode is defined in the following location(s).
- /inc/wpseo-functions-deprecated.php
- _deprecated_function( __FUNCTION__, 'WPSEO 1.5.5.4', 'Functionality has been discontinued after being in beta, it\'ll be available in the Yoast SEO Premium plugin soon.' );
- return '';
- }
- add_shortcode( 'wpseo_sitemap', 'wpseo_sitemap_handler' );
- /**
- * Strip out the shortcodes with a filthy regex, because people don't properly register their shortcodes.
- *
- * @deprecated 1.6.1