Filter/Actions for Timeline Widget

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 );

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注