mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- WPCS;
- hookdocs;
This commit is contained in:
@@ -213,7 +213,7 @@ KEY meta_value_indx (um_value(191))
|
||||
$options = get_option( 'um_options', array() );
|
||||
|
||||
foreach ( $core_pages as $slug => $page_id ) {
|
||||
$key = UM()->options()->get_core_page_id( $slug );
|
||||
$key = UM()->options()->get_predefined_page_option_key( $slug );
|
||||
$options[ $key ] = $page_id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user