TermLink.php 245 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 <?php namespace ACA\ACF\Settings\Column; use AC; class TermLink extends AC\Settings\Column\TermLink { protected function get_link_options() { $options = parent::get_link_options(); unset( $options['filter'] ); return $options; } }