PluginProbe
Filter Everything — WordPress & WooCommerce Filters / 1.9.7
Filter Everything — WordPress & WooCommerce Filters v1.9.7
1.9.7 1.9.6 1.9.5 1.9.4 1.9.3 1.9.2.2 1.9.2.1 trunk 1.2.1 1.2.3 1.2.4 1.2.5 1.3.0 1.3.1 1.3.2 1.4.1 1.4.4 1.4.5 1.4.8 1.4.9 1.5.0 1.5.1 1.6.0 1.6.1 1.6.2 All 52 releases
← All changes | src/Entities/Entity.php +3 -3 1.4.81.9.7 View file →
@@ -1,10 +1,10 @@
1 1 <?php
2 2
3 3 namespace FilterEverything\Filter;
4 4
5 -if ( ! defined('WPINC') ) {
6 - wp_die();
5 +if ( ! defined('ABSPATH') ) {
6 + exit;
7 7 }
8 8
9 9 interface Entity
10 10 {
@@ -17,9 +17,9 @@
17 17 function populateTermsWithPostIds( $setId, $post_type );
18 18
19 19 function getTermId($slug);
20 20
21 - function setExcludedTerms( $excludedTerms );
21 + function setExcludedTerms( $excludedTerms, $isInclude );
22 22
23 23 public function getTermsForSelect();
24 24
25 25 public function getTerms();