Browse: Home / Functions /

learndash_ajax_pager_verify_atts

learndash_ajax_pager_verify_atts( int $user_id,  array $shortcode_atts )

Verifies the attributes for AJAX pagination.


Description #


Parameters #

$user_id

(int) (Required) User ID.

$shortcode_atts

(array) (Required) Shortcode attributes.


Return #

(boolean) Returns true if the attributes are verified otherwise false.


Source #

File: includes/course/ld-course-info-widget.php


Changelog #

Changelog
Version Description
2.5.7 Introduced.