apply_filters( 'sensei_course_list_block_patterns_extra_links', $course_list_extra_links, $pattern ) → {array}
Filter to add extra links to a Course List pattern. The added links must be a valid rendered block.
Parameters:
Name | Type | Description |
---|---|---|
$course_list_extra_links |
array | The extra links. |
$pattern |
string | The pattern name. |
- Since:
- 4.10.0
- Source:
Returns:
The extra links.
- Type
- array