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