|

Filter/Actions for Timeline Widget

Filters

Filters available for Timeline widget are listed below.

HELPS TO MODIFY THE NUMBER OF PAGES WHILE INFINITE LOADING.

add_filter( 'uael_timeline_infinite_limit', function( $change_page_limit ) {
    // Modify the number of pages while infinite loading.
    return $change_page_limit;
}, 10, 1 );
Was this doc helpful?
What went wrong?

We don't respond to the article feedback, we use it to improve our support content.

On this page
Scroll to Top