File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ static function () {
9494 *
9595 * @since 0.1.0
9696 *
97+ * @global string $wp_version WordPress version.
98+ *
9799 * @return bool True if WordPress version is sufficient, false otherwise.
98100 */
99101function check_wp_version (): bool {
Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ function get_preferred_models_for_text_generation(): array {
161161 * Filters the preferred models for text generation.
162162 *
163163 * @since 0.2.1
164- * @hook ai_experiments_preferred_models_for_text_generation
165164 *
166165 * @param array<int, array{string, string}> $preferred_models The preferred models for text generation.
167166 * @return array<int, array{string, string}> The filtered preferred models.
You can’t perform that action at this time.
0 commit comments