We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 311c261 + 1621be3 commit 08400bcCopy full SHA for 08400bc
includes/MslsOptionsTaxTerm.php
@@ -59,12 +59,12 @@ protected static function get_base_defined( string $tax_query ): string {
59
}
60
61
62
- return self::BASE_DEFINED;
+ return static::BASE_DEFINED;
63
64
65
protected static function get_base_option(): string {
66
- $base_option = get_option( self::BASE_OPTION, '' );
+ $base_option = get_option( static::BASE_OPTION, '' );
67
68
- return $base_option ?: self::BASE_DEFINED;
+ return $base_option ?: static::BASE_DEFINED;
69
70
0 commit comments