aioseo_html_sitemap_terms

aioseo_html_sitemap_terms

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.5.9.2

apply_filters('aioseo_html_sitemap_terms') is found 1 times:

  • /app/Common/Sitemap/Html/Frontend.php line 146
    				'parent' => ! empty( $term->parent ) ? $term->parent : null
    			];
    		}
    
    		return apply_filters( 'aioseo_html_sitemap_terms', $entries, $taxonomy );
    	}
    
    	/**
    	 * Outputs the sitemap to the frontend.
    	 *
    	 * @since 4.1.3