wpseo_xsl_ . $type

wpseo_xsl_ . $type

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

do_action('wpseo_xsl_ . $type') is found 1 times:

  • /inc/sitemaps/class-sitemaps.php line 450
     
    			/**
    			 * Fires for the output of XSL for XML sitemaps, other than type "main".
    			 */
    			do_action( 'wpseo_xsl_' . $type );
    
    			return;
    		}
    
    		header( $this->http_protocol . ' 200 OK', true, 200 );
    		// Prevent the search engines from indexing the XML Sitemap.