mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 15:13:55 +09:00
- check versions, add transient
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user