@@ -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