コード例 #1
0
ファイル: ajax.php プロジェクト: subhadip-sahoo/wp-project1
 /**
  * Save AAM settings
  *
  * @return string
  *
  * @access protected
  */
 protected function save()
 {
     $model = new aam_View_Manager();
     return $model->save();
 }