Skip to content

Commit 7a3c114

Browse files
feat: user can select open ai model
1 parent 5835fea commit 7a3c114

2 files changed

Lines changed: 888 additions & 192 deletions

File tree

includes/admin/feedzy-rss-feeds-admin.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,13 @@ public function enqueue_styles_admin() {
218218
$this->plugin_name . '_action_popup',
219219
'feedzyData',
220220
array(
221-
'isPro' => feedzy_is_pro(),
222-
'isBusinessPlan' => apply_filters( 'feedzy_is_license_of_type', false, 'business' ),
223-
'isAgencyPlan' => apply_filters( 'feedzy_is_license_of_type', false, 'agency' ),
224-
'apiLicenseStatus' => $this->api_license_status(),
225-
'isHighPrivileges' => current_user_can( 'manage_options' ),
226-
'languageList' => $this->get_lang_list(),
221+
'isPro' => feedzy_is_pro(),
222+
'isBusinessPlan' => apply_filters( 'feedzy_is_license_of_type', false, 'business' ),
223+
'isAgencyPlan' => apply_filters( 'feedzy_is_license_of_type', false, 'agency' ),
224+
'apiLicenseStatus' => $this->api_license_status(),
225+
'isHighPrivileges' => current_user_can( 'manage_options' ),
226+
'languageList' => $this->get_lang_list(),
227+
'integrationSettings' => get_option( 'feedzy-rss-feeds-settings' ),
227228
)
228229
);
229230

0 commit comments

Comments
 (0)