コード例 #1
0
ファイル: terms.php プロジェクト: r-a-stone/wplib
 /**
  * Run on WordPress's 'init' hook to register all the term types defined in classes that extend this class.
  */
 static function _clear_taxonomy_args()
 {
     /*
      * No need to hang on to this data anymore.
      */
     self::$_labels = null;
     self::$_taxonomy_args = null;
     self::$_object_types = null;
 }