芝麻web文件管理V1.00
编辑当前文件:/home/elegucvf/public_html/src/conditionals/wincher-automatically-track-conditional.php
options = $options; } /** * Returns whether this conditional is met. * * @return bool Whether the conditional is met. */ public function is_met() { return $this->options->get( 'wincher_automatically_add_keyphrases' ); } }