コード例 #1
0
 function glome_profile_page_content()
 {
     $current_user = wp_get_current_user();
     $pairs = glome_get_brothers();
     $settings = array('allow_tracking_me' => $current_user->get('allow_tracking_me'));
     include plugin_dir_path(__FILE__) . '../templates/glome_profile.php';
 }
コード例 #2
0
 function glome_user_page_content()
 {
     $current_user = wp_get_current_user();
     $pairs = glome_get_brothers();
     include __DIR__ . '/../templates/glome_profile.php';
 }