wpseek.com
A WordPress-centric search engine for devs and theme authors
block_core_breadcrumbs_create_item › WordPress Function
Since7.0.0
Deprecatedn/a
› block_core_breadcrumbs_create_item ( $text, $is_paged = false )
| Parameters: (2) |
|
| Returns: |
|
| Defined at: |
|
| Codex: |
Creates a breadcrumb item that's either a link or current page item.
When paginated (is_paged is true), creates a link to page 1. Otherwise, creates a span marked as the current page.