@@ -615,7 +615,7 @@ |
||
| 615 | 615 | * |
| 616 | 616 | * @since TBD |
| 617 | 617 | * |
| 618 | - * @return string 'no' or 'yes' representing bool. |
|
| 618 | + * @return boolean 'no' or 'yes' representing bool. |
|
| 619 | 619 | */ |
| 620 | 620 | public function is_analytics_enable() { |
| 621 | 621 | return 'yes' === $this->get( 'wl_analytics_settings', self::ANALYTICS_ENABLE, 'no' ); |