1 | <?php |
||
14 | class MslsOptionsTaxTerm extends MslsOptionsTax { |
||
15 | |||
16 | /** |
||
17 | * Base option |
||
18 | * @var string |
||
19 | */ |
||
20 | protected $base_option = 'tag_base'; |
||
21 | |||
22 | /** |
||
23 | * Base definition |
||
24 | * @var string |
||
25 | */ |
||
26 | protected $base_defined = 'tag'; |
||
27 | |||
28 | /** |
||
29 | * Rewrite with front |
||
30 | * @var bool |
||
31 | */ |
||
32 | public $with_front = true; |
||
33 | |||
34 | /** |
||
35 | * Check and correct URL |
||
36 | * @param string $url |
||
37 | * @return string |
||
38 | */ |
||
39 | public function check_base( $url, $options ) { |
||
72 | |||
73 | } |
||
74 |