Beispiel #1
0
 /**
  * Unhook all the hooks set up on this view
  *
  * @return void
  **/
 protected function unhook()
 {
     parent::unhook();
     remove_filter('post_type_archive_title', '__return_false', 10);
 }