- check versions, add transient

This commit is contained in:
ashubawork
2023-04-10 17:46:25 +03:00
parent 00dd3d6b9f
commit 42337c440a
4 changed files with 96 additions and 6 deletions
@@ -303,7 +303,7 @@ $columns = apply_filters(
$ListTable->set_columns( $columns );
$templates = UM()->admin_settings()->get_override_templates();
$templates = get_option( 'um_template_statuses' ) ? get_option( 'um_template_statuses' ) : array();
$ListTable->prepare_items();
$ListTable->items = array_slice( $templates, ( $paged - 1 ) * $per_page, $per_page );