PluginProbe
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder / 51.1.83
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder v51.1.83
51.1.84 51.1.85 51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 51.1.46 All 39 releases
← All changes | includes/extensions/AI_SEO_Tools/Bulk_Alt_Text_Module.php +1 -1 51.1.6451.1.83 View file →
@@ -42,9 +42,9 @@
42 42 wp_send_json_error(['message' => esc_html__('Permission denied.', 'king-addons')], 403);
43 43 }
44 44
45 45 $ka_ai_opts = get_option('king_addons_ai_options', []);
46 - if (empty($ka_ai_opts['openai_api_key'])) {
46 + if ('' === \King_Addons\AI_Provider::getApiKey()) {
47 47 wp_send_json_error(['message' => esc_html__('OpenAI API key is not set. Please add it in AI Settings.', 'king-addons'), 'code' => 'no_api_key'], 400);
48 48 }
49 49
50 50 $limit = isset($_POST['limit']) ? absint($_POST['limit']) : 0;