コード例 #1
0
 function __construct()
 {
     parent::__construct('edit-profile.php', __('Edit Profile', APP_TD));
     add_action('init', array($this, 'update'));
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct('edit-profile.php', __('Edit Profile', APP_TD));
 }