apply_filters( 'learndash_topic_dots_item', string $topic_dots , WP_Post $topic , string $type , mixed $topic_count )
Filters output of topic list dots.
Description Description
Parameters Parameters
- $topic_dots
-
Topic dots output.
- $topic
-
Topic WP_Post object to be checked.
- $type
-
Type of dots. Value can dots or list.
- $topic_count
-
Count of topics.
Source Source
File: includes/course/ld-course-navigation.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |