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 article helpful?
Did not find a solution? We are here to help you succeed.

Related Docs

Get access to growing library of 50+ innovative widgets and 300+ creative templates.

Scroll to Top