apply_filters( 'sensei_courses_navigation_sidebar', $content, $screen ) → {string}
Filter courses navigation sidebar content.
Parameters:
Name | Type | Description |
---|---|---|
$content |
string | The content to be displayed in the sidebar. |
$screen |
WP_Screen | The current screen. |
- Since:
- 4.12.0
- Source:
Returns:
The content to be displayed in the sidebar.
- Type
- string