Entry.php 241 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php namespace ACA\GravityForms\Search\TableScreen; use ACP\Search; class Entry extends Search\TableScreen { public function register() { parent::register(); add_action( 'gform_pre_entry_list', [ $this, 'filters_markup' ] ); } }