apply_filters( 'learndash_listing_reset_button_url', string $redirect_url, string $post_type )
Filters the URL for the filters reset button in the listing page.
Description #
Parameters #
- $redirect_url
-
(string) The URL for the reset button. Default is the listing page URL without any filters.
- $post_type
-
(string) The post type for the listing table.
Return #
(string) The URL for the reset button.
Source #
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog #
| Version | Description |
|---|---|
| 4.19.0 | Introduced. |