Skip to content

Commit 7546a46

Browse files
feat: user can select open ai model
1 parent 1f2d913 commit 7546a46

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
@@ -248,12 +248,13 @@ public function enqueue_styles_admin() {
248248
$this->plugin_name . '_action_popup',
249249
'feedzyData',
250250
array(
251-
'isPro' => feedzy_is_pro(),
252-
'isBusinessPlan' => apply_filters( 'feedzy_is_license_of_type', false, 'business' ),
253-
'isAgencyPlan' => apply_filters( 'feedzy_is_license_of_type', false, 'agency' ),
254-
'apiLicenseStatus' => $this->api_license_status(),
255-
'isHighPrivileges' => current_user_can( 'manage_options' ),
256-
'languageList' => $this->get_lang_list(),
251+
'isPro' => feedzy_is_pro(),
252+
'isBusinessPlan' => apply_filters( 'feedzy_is_license_of_type', false, 'business' ),
253+
'isAgencyPlan' => apply_filters( 'feedzy_is_license_of_type', false, 'agency' ),
254+
'apiLicenseStatus' => $this->api_license_status(),
255+
'isHighPrivileges' => current_user_can( 'manage_options' ),
256+
'languageList' => $this->get_lang_list(),
257+
'integrationSettings' => get_option( 'feedzy-rss-feeds-settings' ),
257258
)
258259
);
259260

0 commit comments

Comments
 (0)