Exemplo n.º 1
0
 /**
  * Remove all of the hooks from a filter.
  *
  * @param string   $tag      The filter to remove hooks from.
  * @param bool|int $priority The priority number to remove.
  *
  * @return bool True when finished.
  */
 public function removeAllFilters($tag, $priority = false)
 {
     return HuradHook::remove_all_filters($tag, $priority);
 }