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