learndash_ajax_pager_verify_atts( int $user_id, array $shortcode_atts )
Verifies the attributes for AJAX pagination.
Description Description
Parameters Parameters
- $user_id
-
(Required) User ID.
- $shortcode_atts
-
(Required) Shortcode attributes.
Return Return
(boolean) Returns true if the attributes are verified otherwise false.
Source Source
File: includes/course/ld-course-info-widget.php
Changelog Changelog
Version | Description |
---|---|
2.5.7 | Introduced. |