コード例 #1
0
ファイル: tree_data.php プロジェクト: erkmen/wpstartersetup
 public function fold_all_nodes()
 {
     $this->tree_state->fold_all();
     ApmTreeState::delete_for_current_user();
 }