aioseo_breadcrumbs_template

Purpose

This filter can be used to change the HTML template for a specific crumb in the breadcrumbs trail.

Arguments (2)

  1. $templateItem (string) – The crumb template.
  2. $crumb (array) – The crumb information.

Example code snippet

The code snippet below is just an example of how this filter can be used. In the example below we’ll change the HTML if it’s the crumb of the ‘uncategorized’ category. This change will remove the <a> link to that category.

Implementation

Need help using our code snippets? Checkout our documentation on “How do I use your API code examples?“.

We recommend using the WPCode plugin for safe and secure implementation. WPCode performs multiple sanitization tests before activating the snippets, ensuring the safety of your website.