mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
11 lines
215 B
PHP
11 lines
215 B
PHP
<?php
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit;
|
|
}
|
|
|
|
return array(
|
|
'usermeta_count280' => 'usermeta_count280',
|
|
'metadata_per_user280' => 'metadata_per_user280',
|
|
'update_options280' => 'update_options280',
|
|
);
|