From fdae6c72fcf3f8eed225a95c1eb5487a9f021846 Mon Sep 17 00:00:00 2001 From: Lai Power Date: Thu, 8 Feb 2024 12:31:51 +0000 Subject: [PATCH] modified file `smtp-mailer` --- .../plugins/activitypub/.distignore | 41 + .../plugins/activitypub/LICENSE | 22 + .../plugins/activitypub/activitypub.php | 214 + .../assets/css/activitypub-admin.css | 199 + .../plugins/activitypub/assets/img/mp.jpg | Bin 0 -> 3337 bytes .../activitypub/assets/img/wp-logo.png | Bin 0 -> 11836 bytes .../assets/js/activitypub-admin.js | 20 + .../activitypub/build/follow-me/block.json | 47 + .../build/follow-me/index.asset.php | 1 + .../activitypub/build/follow-me/index.js | 1 + .../build/follow-me/style-index.css | 1 + .../build/follow-me/view.asset.php | 1 + .../activitypub/build/follow-me/view.js | 1 + .../activitypub/build/followers/block.json | 57 + .../build/followers/index.asset.php | 1 + .../activitypub/build/followers/index.js | 3 + .../build/followers/style-view.css | 1 + .../build/followers/view.asset.php | 1 + .../activitypub/build/followers/view.js | 3 + .../includes/activity/class-activity.php | 229 + .../includes/activity/class-actor.php | 139 + .../includes/activity/class-base-object.php | 678 ++ .../includes/class-activity-dispatcher.php | 125 + .../includes/class-activitypub.php | 413 + .../activitypub/includes/class-admin.php | 275 + .../activitypub/includes/class-blocks.php | 151 + .../activitypub/includes/class-debug.php | 36 + .../activitypub/includes/class-handler.php | 33 + .../activitypub/includes/class-hashtag.php | 119 + .../includes/class-health-check.php | 377 + .../activitypub/includes/class-http.php | 131 + .../activitypub/includes/class-mention.php | 173 + .../activitypub/includes/class-migration.php | 200 + .../activitypub/includes/class-scheduler.php | 169 + .../activitypub/includes/class-shortcodes.php | 584 ++ .../activitypub/includes/class-signature.php | 499 ++ .../activitypub/includes/class-webfinger.php | 208 + .../includes/collection/class-followers.php | 432 ++ .../collection/class-interactions.php | 235 + .../includes/collection/class-users.php | 209 + .../plugins/activitypub/includes/compat.php | 49 + .../plugins/activitypub/includes/debug.php | 17 + .../activitypub/includes/functions.php | 700 ++ .../includes/handler/class-create.php | 61 + .../includes/handler/class-delete.php | 165 + .../includes/handler/class-follow.php | 81 + .../includes/handler/class-undo.php | 31 + .../includes/handler/class-update.php | 89 + .../plugins/activitypub/includes/help.php | 75 + .../includes/model/class-application-user.php | 72 + .../includes/model/class-blog-user.php | 243 + .../includes/model/class-follower.php | 366 + .../activitypub/includes/model/class-post.php | 131 + .../activitypub/includes/model/class-user.php | 300 + .../includes/peer/class-followers.php | 34 + .../includes/rest/class-collection.php | 222 + .../includes/rest/class-followers.php | 149 + .../includes/rest/class-following.php | 131 + .../activitypub/includes/rest/class-inbox.php | 367 + .../includes/rest/class-nodeinfo.php | 176 + .../includes/rest/class-outbox.php | 152 + .../includes/rest/class-server.php | 132 + .../activitypub/includes/rest/class-users.php | 155 + .../includes/rest/class-webfinger.php | 124 + .../includes/table/class-followers.php | 176 + .../includes/transformer/class-post.php | 606 ++ .../integration/class-buddypress.php | 66 + .../integration/class-nodeinfo.php | 64 + .../integration/class-webfinger.php | 62 + .../plugins/activitypub/readme.txt | 529 ++ .../activitypub/templates/admin-header.php | 27 + .../activitypub/templates/author-json.php | 34 + .../activitypub/templates/blog-json.php | 34 + .../templates/blog-user-followers-list.php | 28 + .../activitypub/templates/post-json.php | 37 + .../activitypub/templates/settings.php | 272 + .../templates/user-followers-list.php | 21 + .../activitypub/templates/user-settings.php | 32 + .../plugins/activitypub/templates/welcome.php | 162 + .../plugins/authldap/.phive/phars.xml | 6 + .../plugins/authldap/LICENSE.md | 7 + .../plugins/authldap/README.md | 95 + .../plugins/authldap/SECURITY.md | 18 + .../plugins/authldap/authLdap.css | 13 + .../plugins/authldap/authLdap.php | 946 +++ .../plugins/authldap/phpcs.xml | 22 + .../plugins/authldap/readme.txt | 161 + .../plugins/authldap/security.txt | 6 + .../plugins/authldap/src/Exception/Error.php | 24 + .../authldap/src/Exception/InvalidLdapUri.php | 74 + .../Exception/MissingValidLdapConnection.php | 23 + .../src/Exception/SearchUnsuccessfull.php | 24 + .../plugins/authldap/src/LdapList.php | 93 + .../plugins/authldap/src/LdapUri.php | 179 + .../plugins/authldap/src/Manager/Ldap.php | 164 + .../plugins/authldap/src/UserRoleHandler.php | 54 + .../plugins/authldap/src/Wrapper/Ldap.php | 92 + .../authldap/src/Wrapper/LdapFactory.php | 24 + .../authldap/src/Wrapper/LdapInterface.php | 39 + .../plugins/authldap/view/admin.phtml | 454 ++ .../companion-auto-update/admin/dashboard.php | 8 +- .../companion-auto-update/cau_emails.php | 11 +- .../companion-auto-update/cau_functions.php | 844 +- .../companion-auto-update.php | 2 +- .../plugins/companion-auto-update/readme.txt | 11 +- .../gp-premium/backgrounds/functions/css.php | 134 + .../backgrounds/functions/functions.php | 1342 ++++ .../functions/secondary-nav-backgrounds.php | 420 + .../backgrounds/generate-backgrounds.php | 19 + .../gp-premium/blog/functions/columns.php | 169 + .../gp-premium/blog/functions/css/columns.css | 149 + .../blog/functions/css/columns.min.css | 1 + .../blog/functions/css/featured-images.css | 104 + .../functions/css/featured-images.min.css | 1 + .../gp-premium/blog/functions/css/style.css | 254 + .../blog/functions/css/style.min.css | 1 + .../gp-premium/blog/functions/customizer.php | 1181 +++ .../gp-premium/blog/functions/defaults.php | 58 + .../blog/functions/generate-blog.php | 714 ++ .../gp-premium/blog/functions/images.php | 369 + .../gp-premium/blog/functions/js/controls.js | 98 + .../blog/functions/js/customizer.js | 76 + .../functions/js/infinite-scroll.pkgd.min.js | 12 + .../gp-premium/blog/functions/js/scripts.js | 100 + .../blog/functions/js/scripts.min.js | 1 + .../gp-premium/blog/functions/migrate.php | 122 + .../plugins/gp-premium/blog/generate-blog.php | 20 + .../gp-premium/colors/functions/functions.php | 1583 ++++ .../colors/functions/js/customizer.js | 620 ++ .../functions/js/menu-plus-customizer.js | 102 + .../colors/functions/js/wc-customizer.js | 161 + .../colors/functions/secondary-nav-colors.php | 403 + .../colors/functions/slideout-nav-colors.php | 400 + .../colors/functions/woocommerce-colors.php | 911 +++ .../gp-premium/colors/generate-colors.php | 20 + .../copyright/functions/functions.php | 223 + .../copyright/functions/js/customizer.js | 18 + .../copyright/generate-copyright.php | 20 + .../disable-elements/functions/functions.php | 422 + .../generate-disable-elements.php | 20 + .../gp-premium/dist/block-elements.asset.php | 1 + .../gp-premium/dist/block-elements.css | 6 + .../plugins/gp-premium/dist/block-elements.js | 3 + .../gp-premium/dist/customizer.asset.php | 1 + .../plugins/gp-premium/dist/customizer.js | 1 + .../gp-premium/dist/dashboard.asset.php | 1 + .../plugins/gp-premium/dist/dashboard.js | 1 + .../plugins/gp-premium/dist/editor.asset.php | 1 + .../plugins/gp-premium/dist/editor.css | 1 + .../plugins/gp-premium/dist/editor.js | 1 + .../gp-premium/dist/site-library.asset.php | 1 + .../plugins/gp-premium/dist/site-library.css | 1 + .../plugins/gp-premium/dist/site-library.js | 6 + .../gp-premium/dist/style-dashboard.css | 4 + .../assets/admin/author-image-placeholder.png | Bin 0 -> 138 bytes .../admin/background-image-fallback.jpg | Bin 0 -> 45015 bytes .../elements/assets/admin/balloon.css | 211 + .../elements/assets/admin/elements.css | 82 + .../elements/assets/admin/elements.js | 29 + .../admin/featured-image-placeholder.png | Bin 0 -> 200 bytes .../elements/assets/admin/metabox.css | 396 + .../elements/assets/admin/metabox.js | 424 + .../elements/assets/admin/spinner.gif | Bin 0 -> 4162 bytes .../gp-premium/elements/assets/js/parallax.js | 17 + .../elements/assets/js/parallax.min.js | 1 + .../elements/class-block-elements.php | 1785 +++++ .../gp-premium/elements/class-block.php | 469 ++ .../gp-premium/elements/class-conditions.php | 438 ++ .../elements/class-elements-helper.php | 503 ++ .../gp-premium/elements/class-hero.php | 1037 +++ .../gp-premium/elements/class-hooks.php | 223 + .../gp-premium/elements/class-layout.php | 550 ++ .../gp-premium/elements/class-metabox.php | 2245 ++++++ .../gp-premium/elements/class-post-type.php | 508 ++ .../plugins/gp-premium/elements/elements.php | 289 + .../general/class-external-file-css.php | 449 ++ .../gp-premium/general/enqueue-scripts.php | 81 + .../plugins/gp-premium/general/icons.php | 87 + .../gp-premium/general/icons/gp-premium.eot | Bin 0 -> 3020 bytes .../gp-premium/general/icons/gp-premium.svg | 20 + .../gp-premium/general/icons/gp-premium.ttf | Bin 0 -> 2856 bytes .../gp-premium/general/icons/gp-premium.woff | Bin 0 -> 2932 bytes .../gp-premium/general/icons/icons.css | 10 + .../gp-premium/general/icons/icons.min.css | 1 + .../gp-premium/general/js/smooth-scroll.js | 741 ++ .../general/js/smooth-scroll.min.js | 1 + .../gp-premium/general/smooth-scroll.php | 102 + .../plugins/gp-premium/gp-premium.php | 307 + .../hooks/functions/assets/css/hooks.css | 59 + .../hooks/functions/assets/js/admin.js | 38 + .../functions/assets/js/jquery.cookie.js | 165 + .../gp-premium/hooks/functions/functions.php | 542 ++ .../gp-premium/hooks/functions/hooks.php | 171 + .../gp-premium/hooks/generate-hooks.php | 21 + .../gp-premium/inc/class-dashboard.php | 401 + .../plugins/gp-premium/inc/class-rest.php | 570 ++ .../gp-premium/inc/deprecated-admin.php | 790 ++ .../plugins/gp-premium/inc/deprecated.php | 718 ++ .../plugins/gp-premium/inc/functions.php | 152 + .../gp-premium/inc/legacy/activation.php | 623 ++ .../inc/legacy/assets/dashboard.css | 199 + .../gp-premium/inc/legacy/assets/dashboard.js | 48 + .../gp-premium/inc/legacy/dashboard.php | 47 + .../gp-premium/inc/legacy/import-export.php | 371 + .../plugins/gp-premium/inc/legacy/reset.php | 273 + .../plugins/gp-premium/langs/gp-premium-ar.mo | Bin 0 -> 32088 bytes .../gp-premium/langs/gp-premium-bn_BD.mo | Bin 0 -> 42410 bytes .../gp-premium/langs/gp-premium-cs_CZ.mo | Bin 0 -> 10096 bytes .../gp-premium/langs/gp-premium-da_DK.mo | Bin 0 -> 28026 bytes ...e_DE-42da344ccb044413769d16ed3484307b.json | 1 + ...e_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 + ...e_DE-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 + .../gp-premium/langs/gp-premium-de_DE.mo | Bin 0 -> 59016 bytes .../gp-premium/langs/gp-premium-es_AR.mo | Bin 0 -> 26952 bytes ...s_ES-42da344ccb044413769d16ed3484307b.json | 1 + ...s_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 + ...s_ES-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 + ...s_ES-cbab080b0f20fd6c323029398be6c986.json | 1 + ...s_ES-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 1 + .../gp-premium/langs/gp-premium-es_ES.mo | Bin 0 -> 60021 bytes ...m-fi-42da344ccb044413769d16ed3484307b.json | 1 + ...m-fi-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 + ...m-fi-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 + ...m-fi-cbab080b0f20fd6c323029398be6c986.json | 1 + ...m-fi-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 1 + .../plugins/gp-premium/langs/gp-premium-fi.mo | Bin 0 -> 59294 bytes ...r_FR-42da344ccb044413769d16ed3484307b.json | 1 + ...r_FR-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 + ...r_FR-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 + .../gp-premium/langs/gp-premium-fr_FR.mo | Bin 0 -> 39934 bytes .../plugins/gp-premium/langs/gp-premium-hr.mo | Bin 0 -> 27851 bytes .../gp-premium/langs/gp-premium-hu_HU.mo | Bin 0 -> 52216 bytes .../gp-premium/langs/gp-premium-it_IT.mo | Bin 0 -> 39606 bytes .../gp-premium/langs/gp-premium-nb_NO.mo | Bin 0 -> 25382 bytes ...l_NL-42da344ccb044413769d16ed3484307b.json | 1 + ...l_NL-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 + ...l_NL-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 + ...l_NL-cbab080b0f20fd6c323029398be6c986.json | 1 + ...l_NL-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 1 + .../gp-premium/langs/gp-premium-nl_NL.mo | Bin 0 -> 57069 bytes .../gp-premium/langs/gp-premium-pl_PL.mo | Bin 0 -> 30953 bytes .../gp-premium/langs/gp-premium-pt_BR.mo | Bin 0 -> 35160 bytes ...t_PT-42da344ccb044413769d16ed3484307b.json | 1 + ...t_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 + ...t_PT-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 + .../gp-premium/langs/gp-premium-pt_PT.mo | Bin 0 -> 36676 bytes ...u_RU-42da344ccb044413769d16ed3484307b.json | 1 + ...u_RU-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 + ...u_RU-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 + .../gp-premium/langs/gp-premium-ru_RU.mo | Bin 0 -> 53478 bytes ...v_SE-42da344ccb044413769d16ed3484307b.json | 1 + ...v_SE-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 + ...v_SE-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 + ...v_SE-cbab080b0f20fd6c323029398be6c986.json | 1 + ...v_SE-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 1 + .../gp-premium/langs/gp-premium-sv_SE.mo | Bin 0 -> 49298 bytes .../plugins/gp-premium/langs/gp-premium-uk.mo | Bin 0 -> 26349 bytes .../plugins/gp-premium/langs/gp-premium-vi.mo | Bin 0 -> 31417 bytes .../gp-premium/langs/gp-premium-zh_CN.mo | Bin 0 -> 52922 bytes .../wp-color-picker-alpha.js | 635 ++ .../wp-color-picker-alpha.min.js | 11 + .../gp-premium/library/class-make-css.php | 202 + .../library/class-plugin-updater.php | 676 ++ .../gp-premium/library/customizer-helpers.php | 531 ++ .../library/customizer/active-callbacks.php | 601 ++ .../controls/class-action-button-control.php | 44 + .../controls/class-alpha-color-control.php | 76 + .../controls/class-backgrounds-control.php | 146 + .../controls/class-control-toggle.php | 37 + .../controls/class-copyright-control.php | 51 + .../customizer/controls/class-deprecated.php | 396 + .../controls/class-information-control.php | 42 + .../controls/class-range-slider-control.php | 165 + .../controls/class-refresh-button-control.php | 24 + .../class-section-shortcuts-control.php | 123 + .../controls/class-spacing-control.php | 165 + .../controls/class-title-control.php | 32 + .../controls/class-typography-control.php | 187 + .../controls/css/alpha-color-picker.css | 32 + .../controls/css/button-actions.css | 19 + .../css/control-toggle-customizer.css | 21 + .../controls/css/section-shortcuts.css | 43 + .../customizer/controls/css/selectWoo.min.css | 1 + .../controls/css/slider-customizer.css | 131 + .../controls/css/spacing-customizer.css | 101 + .../controls/css/title-customizer.css | 9 + .../controls/css/transparency-grid.png | Bin 0 -> 2343 bytes .../controls/css/typography-customizer.css | 60 + .../controls/js/alpha-color-picker.js | 277 + .../controls/js/backgrounds-customizer.js | 31 + .../customizer/controls/js/button-actions.js | 43 + .../controls/js/control-toggle-customizer.js | 35 + .../controls/js/copyright-customizer.js | 12 + .../controls/js/generatepress-controls.js | 151 + .../controls/js/section-shortcuts.js | 46 + .../customizer/controls/js/selectWoo.min.js | 1 + .../controls/js/slider-customizer.js | 137 + .../controls/js/spacing-customizer.js | 203 + .../controls/js/typography-customizer.js | 148 + .../library/customizer/deprecated.php | 324 + .../library/customizer/sanitize.php | 131 + .../library/select2/select2.full.min.js | 2 + .../library/select2/select2.min.css | 1 + .../menu-plus/fields/slideout-nav-colors.php | 185 + .../menu-plus/functions/css/menu-logo.css | 76 + .../menu-plus/functions/css/menu-logo.min.css | 1 + .../css/navigation-branding-flex.css | 116 + .../css/navigation-branding-flex.min.css | 1 + .../functions/css/navigation-branding.css | 135 + .../functions/css/navigation-branding.min.css | 1 + .../menu-plus/functions/css/offside.css | 393 + .../menu-plus/functions/css/offside.min.css | 1 + .../menu-plus/functions/css/sticky.css | 76 + .../menu-plus/functions/css/sticky.min.css | 1 + .../functions/generate-menu-plus.php | 2447 ++++++ .../menu-plus/functions/js/offside.js | 646 ++ .../menu-plus/functions/js/offside.min.js | 1 + .../menu-plus/functions/js/sticky.js | 650 ++ .../menu-plus/functions/js/sticky.min.js | 1 + .../menu-plus/generate-menu-plus.php | 21 + .../page-header/functions/css/metabox.css | 302 + .../page-header/functions/css/page-header.css | 92 + .../functions/css/page-header.min.css | 1 + .../page-header/functions/functions.php | 1295 ++++ .../functions/global-locations.php | 220 + .../page-header/functions/js/full-height.js | 66 + .../functions/js/full-height.min.js | 1 + .../functions/js/jquery.vide.min.js | 9 + .../page-header/functions/js/lc_switch.js | 149 + .../page-header/functions/js/metabox.js | 220 + .../page-header/functions/js/parallax.js | 17 + .../page-header/functions/js/parallax.min.js | 1 + .../page-header/functions/metabox.php | 782 ++ .../page-header/functions/page-header.php | 184 + .../page-header/functions/post-image.php | 60 + .../page-header/functions/post-type.php | 236 + .../page-header/generate-page-header.php | 21 + .../plugins/gp-premium/readme.txt | 503 ++ .../fields/secondary-navigation.php | 174 + .../secondary-nav/functions/css.php | 138 + .../functions/css/main-mobile.css | 125 + .../functions/css/main-mobile.min.css | 1 + .../secondary-nav/functions/css/main.css | 377 + .../secondary-nav/functions/css/main.min.css | 1 + .../functions/css/style-mobile.css | 97 + .../functions/css/style-mobile.min.css | 1 + .../secondary-nav/functions/css/style.css | 337 + .../secondary-nav/functions/css/style.min.css | 1 + .../secondary-nav/functions/functions.php | 1356 ++++ .../secondary-nav/functions/js/customizer.js | 77 + .../secondary-nav/generate-secondary-nav.php | 23 + .../sections/functions/css/style.css | 57 + .../sections/functions/css/style.min.css | 1 + .../sections/functions/generate-sections.php | 329 + .../sections/functions/js/parallax.js | 17 + .../sections/functions/js/parallax.min.js | 1 + .../css/generate-sections-metabox.css | 348 + .../functions/metaboxes/css/lc_switch.css | 92 + .../js/generate-sections-metabox-4.9.js | 835 ++ .../metaboxes/js/generate-sections-metabox.js | 858 +++ .../functions/metaboxes/metabox-functions.php | 396 + .../metaboxes/views/sections-template.php | 279 + .../functions/metaboxes/views/sections.php | 13 + .../metaboxes/views/use-sections.php | 17 + .../sections/functions/templates/template.php | 122 + .../gp-premium/sections/generate-sections.php | 21 + .../class-site-library-helper.php | 1021 +++ .../site-library/class-site-library-rest.php | 922 +++ .../site-library/class-site-library.php | 412 + .../class-beaver-builder-batch-processing.php | 163 + .../classes/class-content-importer.php | 49 + .../classes/class-site-import-image.php | 200 + .../classes/class-site-widget-importer.php | 275 + .../libs/wxr-importer/WPImporterLogger.php | 138 + .../libs/wxr-importer/WXRImportInfo.php | 16 + .../libs/wxr-importer/WXRImporter.php | 2329 ++++++ .../functions/customizer/content-spacing.php | 244 + .../functions/customizer/footer-spacing.php | 207 + .../functions/customizer/header-spacing.php | 135 + .../functions/customizer/js/customizer.js | 661 ++ .../customizer/navigation-spacing.php | 281 + .../customizer/secondary-nav-spacing.php | 159 + .../functions/customizer/sidebar-spacing.php | 211 + .../functions/customizer/top-bar-spacing.php | 73 + .../spacing/functions/functions.php | 362 + .../spacing/functions/migration.php | 102 + .../gp-premium/spacing/generate-spacing.php | 20 + .../typography/functions/functions.php | 3125 ++++++++ .../typography/functions/google-fonts.json | 6835 +++++++++++++++++ .../typography/functions/js/customizer.js | 250 + .../typography/functions/migration.php | 359 + .../functions/secondary-nav-fonts.php | 176 + .../functions/slideout-nav-fonts.php | 149 + .../functions/woocommerce-fonts.php | 179 + .../gp-premium/typography/generate-fonts.php | 20 + .../woocommerce/fields/woocommerce-colors.php | 607 ++ .../functions/css/woocommerce-mobile.css | 201 + .../functions/css/woocommerce-mobile.min.css | 1 + .../woocommerce/functions/css/woocommerce.css | 1284 ++++ .../functions/css/woocommerce.min.css | 1 + .../functions/customizer/customizer.php | 1031 +++ .../functions/customizer/js/customizer.js | 6 + .../woocommerce/functions/functions.php | 1532 ++++ .../woocommerce/functions/js/woocommerce.js | 285 + .../functions/js/woocommerce.min.js | 1 + .../gp-premium/woocommerce/woocommerce.php | 19 + .../plugins/gp-premium/wpml-config.xml | 112 + .../plugins/jetpack-protect/CHANGELOG.md | 211 + .../LICENSE => jetpack-protect/LICENSE.txt} | 188 +- .../plugins/jetpack-protect/SECURITY.md | 47 + .../assets/fonts/jetpack-protect.eot | Bin 0 -> 1496 bytes .../assets/fonts/jetpack-protect.svg | 11 + .../assets/fonts/jetpack-protect.ttf | Bin 0 -> 1300 bytes .../assets/fonts/jetpack-protect.woff | Bin 0 -> 1376 bytes .../assets/jetpack-protect.css | 30 + .../in-progress-db145d62b5ef09c05ad7.png | Bin 0 -> 15681 bytes .../jetpack-protect/build/index.asset.php | 1 + .../plugins/jetpack-protect/build/index.css | 1 + .../plugins/jetpack-protect/build/index.js | 47 + .../build/index.js.LICENSE.txt | 35 + .../jetpack-protect/build/index.rtl.css | 1 + .../plugins/jetpack-protect/composer.json | 76 + .../jetpack-protect/jetpack-protect.php | 123 + .../jetpack-a8c-mc-stats/CHANGELOG.md | 155 + .../jetpack-a8c-mc-stats/LICENSE.txt} | 188 +- .../jetpack-a8c-mc-stats/SECURITY.md | 38 + .../jetpack-a8c-mc-stats/composer.json | 39 + .../src/class-a8c-mc-stats.php | 181 + .../automattic/jetpack-admin-ui/CHANGELOG.md | 147 + .../automattic/jetpack-admin-ui/LICENSE.txt} | 188 +- .../automattic/jetpack-admin-ui/SECURITY.md | 38 + .../automattic/jetpack-admin-ui/composer.json | 52 + .../jetpack-admin-ui/src/class-admin-menu.php | 207 + .../automattic/jetpack-assets/CHANGELOG.md | 456 ++ .../automattic/jetpack-assets/LICENSE.txt | 357 + .../automattic/jetpack-assets/SECURITY.md | 47 + .../automattic/jetpack-assets/actions.php | 19 + .../build/i18n-loader.asset.php | 1 + .../jetpack-assets/build/i18n-loader.js | 1 + .../automattic/jetpack-assets/composer.json | 56 + .../jetpack-assets/src/class-assets.php | 738 ++ .../jetpack-assets/src/class-semver.php | 121 + .../jetpack-assets/src/js/i18n-loader.js | 76 + .../automattic/jetpack-config/CHANGELOG.md | 230 + .../automattic/jetpack-config/LICENSE.txt | 357 + .../automattic/jetpack-config/SECURITY.md | 38 + .../automattic/jetpack-config/composer.json | 31 + .../jetpack-config/src/class-config.php | 454 ++ .../jetpack-connection/CHANGELOG.md | 1063 +++ .../automattic/jetpack-connection/LICENSE.txt | 357 + .../automattic/jetpack-connection/SECURITY.md | 47 + .../automattic/jetpack-connection/TRACKING.md | 122 + .../jetpack-connection/composer.json | 67 + .../dist/tracks-ajax.asset.php | 1 + .../jetpack-connection/dist/tracks-ajax.js | 1 + .../dist/tracks-callables.asset.php | 1 + .../dist/tracks-callables.js | 1 + .../legacy/class-jetpack-ixr-client.php | 180 + .../class-jetpack-ixr-clientmulticall.php | 74 + .../legacy/class-jetpack-options.php | 694 ++ .../legacy/class-jetpack-signature.php | 409 + .../legacy/class-jetpack-tracks-client.php | 230 + .../legacy/class-jetpack-tracks-event.php | 188 + .../legacy/class-jetpack-xmlrpc-server.php | 877 +++ .../jetpack-connection/src/class-client.php | 497 ++ .../src/class-connection-notice.php | 243 + .../src/class-error-handler.php | 775 ++ .../src/class-heartbeat.php | 252 + .../src/class-initial-state.php | 61 + .../jetpack-connection/src/class-manager.php | 2561 ++++++ .../src/class-nonce-handler.php | 212 + .../src/class-package-version-tracker.php | 111 + .../src/class-package-version.php | 30 + .../src/class-plugin-storage.php | 268 + .../jetpack-connection/src/class-plugin.php | 122 + .../src/class-rest-authentication.php | 220 + .../src/class-rest-connector.php | 850 ++ .../jetpack-connection/src/class-secrets.php | 281 + .../src/class-server-sandbox.php | 243 + .../src/class-terms-of-service.php | 111 + .../src/class-tokens-locks.php | 76 + .../jetpack-connection/src/class-tokens.php | 687 ++ .../jetpack-connection/src/class-tracking.php | 318 + .../jetpack-connection/src/class-urls.php | 186 + .../jetpack-connection/src/class-utils.php | 86 + .../jetpack-connection/src/class-webhooks.php | 211 + .../src/class-xmlrpc-async-call.php | 105 + .../src/class-xmlrpc-connector.php | 83 + .../src/interface-manager.php | 17 + .../src/webhooks/class-authorize-redirect.php | 202 + .../automattic/jetpack-constants/CHANGELOG.md | 189 + .../automattic/jetpack-constants/LICENSE.txt | 357 + .../automattic/jetpack-constants/SECURITY.md | 38 + .../jetpack-constants/composer.json | 40 + .../jetpack-constants/src/class-constants.php | 124 + .../jetpack-device-detection/CHANGELOG.md | 199 + .../jetpack-device-detection/LICENSE.txt | 357 + .../jetpack-device-detection/SECURITY.md | 38 + .../jetpack-device-detection/composer.json | 39 + .../src/class-device-detection.php | 219 + .../src/class-user-agent-info.php | 1572 ++++ .../src/functions.php | 36 + .../jetpack-identity-crisis/CHANGELOG.md | 528 ++ .../jetpack-identity-crisis/LICENSE.txt | 357 + .../jetpack-identity-crisis/SECURITY.md | 47 + .../build/index.asset.php | 1 + .../jetpack-identity-crisis/build/index.css | 1 + .../jetpack-identity-crisis/build/index.js | 5 + .../build/index.js.LICENSE.txt | 5 + .../build/index.rtl.css | 1 + .../jetpack-identity-crisis/composer.json | 67 + .../src/_inc/admin-bar.scss | 30 + .../src/_inc/admin.jsx | 60 + .../src/_inc/style.scss | 9 + .../src/class-exception.php | 13 + .../src/class-identity-crisis.php | 1340 ++++ .../src/class-rest-endpoints.php | 236 + .../jetpack-identity-crisis/src/class-ui.php | 201 + .../src/class-url-secret.php | 134 + .../automattic/jetpack-ip/CHANGELOG.md | 42 + .../automattic/jetpack-ip/LICENSE.txt | 357 + .../automattic/jetpack-ip/SECURITY.md | 38 + .../automattic/jetpack-ip/composer.json | 44 + .../automattic/jetpack-ip/src/class-utils.php | 245 + .../automattic/jetpack-jitm/CHANGELOG.md | 776 ++ .../automattic/jetpack-jitm/LICENSE.txt | 357 + .../automattic/jetpack-jitm/SECURITY.md | 47 + .../background-165b2f00927a762c8cf4.png | Bin 0 -> 24109 bytes .../jetpack-jitm/build/index.asset.php | 1 + .../automattic/jetpack-jitm/build/index.css | 1 + .../automattic/jetpack-jitm/build/index.js | 1 + .../jetpack-jitm/build/index.rtl.css | 1 + .../automattic/jetpack-jitm/composer.json | 63 + .../jetpack-jitm/src/class-jitm.php | 313 + .../src/class-post-connection-jitm.php | 417 + .../src/class-pre-connection-jitm.php | 171 + .../src/class-rest-api-endpoints.php | 96 + .../src/css/jetpack-admin-jitm.scss | 501 ++ .../jetpack-jitm/src/images/background.png | Bin 0 -> 24109 bytes .../automattic/jetpack-licensing/CHANGELOG.md | 306 + .../automattic/jetpack-licensing/LICENSE.txt | 357 + .../automattic/jetpack-licensing/SECURITY.md | 38 + .../jetpack-licensing/composer.json | 50 + .../jetpack-licensing/src/class-endpoints.php | 447 ++ .../jetpack-licensing/src/class-licensing.php | 359 + .../automattic/jetpack-logo/CHANGELOG.md | 197 + .../automattic/jetpack-logo/LICENSE.txt | 357 + .../automattic/jetpack-logo/SECURITY.md | 38 + .../automattic/jetpack-logo/composer.json | 39 + .../jetpack-logo/src/class-logo.php | 122 + .../jetpack-my-jetpack/CHANGELOG.md | 1199 +++ .../automattic/jetpack-my-jetpack/LICENSE.txt | 357 + .../automattic/jetpack-my-jetpack/SECURITY.md | 47 + .../images/apple-92dacafad84e79708a74.svg | 3 + .../images/boost-a54137485af36fdffe9c.png | Bin 0 -> 148315 bytes .../images/cloud-81ac85ba680343200f54.svg | 12 + .../images/connect-f27775ac15cf885713c2.png | Bin 0 -> 62000 bytes .../build/images/crm-7e7684ae2c40327d8fed.png | Bin 0 -> 119373 bytes ...isconnect-confirm-dc9fe8f5c68cfd1320e0.jpg | Bin 0 -> 25037 bytes ...disconnect-thanks-5873bfac56a9bd7322cd.jpg | Bin 0 -> 55604 bytes .../empty-avatar-fea23feddfa99b07c2e8.svg | 40 + .../images/extras-26daf36507504c96d066.png | Bin 0 -> 25957 bytes .../images/google-dec2a429bf1d8e83f9ad.svg | 1 + .../images/jetpack-9de1caef5eb5c22da5d6.svg | 23 + .../jetpack-ai-29e60474d5890cbb6889.png | Bin 0 -> 56279 bytes ...ivation-with-lock-7b01c1a4cf56de799cd7.png | Bin 0 -> 144326 bytes ...tion-with-success-cad524ede4e793cc0ece.png | Bin 0 -> 145433 bytes .../images/search-f9756bd9c926d905fe70.png | Bin 0 -> 94887 bytes .../videopress-9591093a9a238cc48a35.png | Bin 0 -> 255812 bytes .../images/wordpress-1fc3e0ba6c52e9707900.svg | 1 + .../jetpack-my-jetpack/build/index.asset.php | 1 + .../jetpack-my-jetpack/build/index.css | 1 + .../jetpack-my-jetpack/build/index.js | 34 + .../build/index.js.LICENSE.txt | 46 + .../jetpack-my-jetpack/build/index.rtl.css | 1 + .../jetpack-my-jetpack/composer.json | 79 + .../src/class-initializer.php | 352 + .../jetpack-my-jetpack/src/class-products.php | 183 + .../jetpack-my-jetpack/src/class-rest-ai.php | 90 + .../src/class-rest-product-data.php | 58 + .../src/class-rest-products.php | 259 + .../src/class-rest-purchases.php | 76 + .../src/class-rest-zendesk-chat.php | 120 + .../src/class-wpcom-products.php | 264 + .../src/products/class-anti-spam.php | 137 + .../src/products/class-backup.php | 234 + .../src/products/class-boost.php | 292 + .../src/products/class-crm.php | 124 + .../src/products/class-extras.php | 140 + .../src/products/class-hybrid-product.php | 192 + .../src/products/class-jetpack-ai.php | 205 + .../src/products/class-module-product.php | 133 + .../src/products/class-product.php | 557 ++ .../src/products/class-protect.php | 238 + .../src/products/class-scan.php | 231 + .../src/products/class-search-stats.php | 150 + .../src/products/class-search.php | 330 + .../src/products/class-security.php | 212 + .../src/products/class-social.php | 146 + .../src/products/class-starter.php | 203 + .../src/products/class-stats.php | 241 + .../src/products/class-videopress.php | 169 + .../automattic/jetpack-partner/CHANGELOG.md | 273 + .../automattic/jetpack-partner/LICENSE.txt | 357 + .../automattic/jetpack-partner/SECURITY.md | 38 + .../automattic/jetpack-partner/composer.json | 51 + .../src/class-partner-coupon.php | 463 ++ .../jetpack-partner/src/class-partner.php | 199 + .../jetpack-password-checker/CHANGELOG.md | 133 + .../jetpack-password-checker/LICENSE.txt | 357 + .../jetpack-password-checker/SECURITY.md | 38 + .../jetpack-password-checker/composer.json | 48 + .../src/class-password-checker.php | 1313 ++++ .../jetpack-plugins-installer/CHANGELOG.md | 68 + .../jetpack-plugins-installer/LICENSE.txt | 357 + .../jetpack-plugins-installer/SECURITY.md | 38 + .../jetpack-plugins-installer/composer.json | 42 + .../src/class-automatic-install-skin.php | 155 + .../src/class-plugins-installer.php | 291 + .../automattic/jetpack-redirect/CHANGELOG.md | 230 + .../automattic/jetpack-redirect/LICENSE.txt | 357 + .../automattic/jetpack-redirect/SECURITY.md | 38 + .../automattic/jetpack-redirect/composer.json | 42 + .../jetpack-redirect/src/class-redirect.php | 79 + .../automattic/jetpack-roles/CHANGELOG.md | 189 + .../automattic/jetpack-roles/LICENSE.txt | 357 + .../automattic/jetpack-roles/SECURITY.md | 38 + .../automattic/jetpack-roles/composer.json | 40 + .../jetpack-roles/src/class-roles.php | 81 + .../automattic/jetpack-status/CHANGELOG.md | 351 + .../automattic/jetpack-status/LICENSE.txt | 357 + .../automattic/jetpack-status/SECURITY.md | 38 + .../automattic/jetpack-status/composer.json | 43 + .../jetpack-status/src/class-cache.php | 54 + .../jetpack-status/src/class-cookiestate.php | 103 + .../jetpack-status/src/class-errors.php | 43 + .../jetpack-status/src/class-files.php | 54 + .../jetpack-status/src/class-host.php | 122 + .../jetpack-status/src/class-modules.php | 600 ++ .../jetpack-status/src/class-paths.php | 28 + .../jetpack-status/src/class-status.php | 414 + .../jetpack-status/src/class-visitor.php | 43 + .../automattic/jetpack-sync/CHANGELOG.md | 1116 +++ .../automattic/jetpack-sync/LICENSE.txt | 357 + .../automattic/jetpack-sync/SECURITY.md | 47 + .../automattic/jetpack-sync/composer.json | 59 + .../jetpack-sync/src/class-actions.php | 1100 +++ .../jetpack-sync/src/class-data-settings.php | 417 + .../src/class-dedicated-sender.php | 423 + .../src/class-default-filter-settings.php | 80 + .../jetpack-sync/src/class-defaults.php | 1318 ++++ .../jetpack-sync/src/class-functions.php | 712 ++ .../jetpack-sync/src/class-health.php | 188 + .../src/class-json-deflate-array-codec.php | 93 + .../jetpack-sync/src/class-listener.php | 483 ++ .../jetpack-sync/src/class-lock.php | 77 + .../jetpack-sync/src/class-main.php | 135 + .../jetpack-sync/src/class-modules.php | 160 + .../src/class-package-version.php | 30 + .../jetpack-sync/src/class-queue-buffer.php | 78 + .../jetpack-sync/src/class-queue.php | 678 ++ .../jetpack-sync/src/class-replicastore.php | 1457 ++++ .../jetpack-sync/src/class-rest-endpoints.php | 871 +++ .../jetpack-sync/src/class-rest-sender.php | 143 + .../jetpack-sync/src/class-sender.php | 1001 +++ .../jetpack-sync/src/class-server.php | 195 + .../jetpack-sync/src/class-settings.php | 681 ++ .../jetpack-sync/src/class-simple-codec.php | 62 + .../jetpack-sync/src/class-users.php | 152 + .../jetpack-sync/src/class-utils.php | 65 + .../jetpack-sync/src/interface-codec.php | 44 + .../src/interface-replicastore.php | 566 ++ .../src/modules/class-attachments.php | 98 + .../src/modules/class-callables.php | 645 ++ .../src/modules/class-comments.php | 503 ++ .../src/modules/class-constants.php | 338 + .../modules/class-full-sync-immediately.php | 469 ++ .../src/modules/class-full-sync.php | 729 ++ .../jetpack-sync/src/modules/class-import.php | 220 + .../jetpack-sync/src/modules/class-menus.php | 146 + .../jetpack-sync/src/modules/class-meta.php | 112 + .../jetpack-sync/src/modules/class-module.php | 603 ++ .../src/modules/class-network-options.php | 251 + .../src/modules/class-options.php | 480 ++ .../src/modules/class-plugins.php | 414 + .../jetpack-sync/src/modules/class-posts.php | 783 ++ .../src/modules/class-protect.php | 54 + .../jetpack-sync/src/modules/class-search.php | 1875 +++++ .../jetpack-sync/src/modules/class-stats.php | 68 + .../src/modules/class-term-relationships.php | 244 + .../jetpack-sync/src/modules/class-terms.php | 313 + .../jetpack-sync/src/modules/class-themes.php | 876 +++ .../src/modules/class-updates.php | 589 ++ .../jetpack-sync/src/modules/class-users.php | 893 +++ .../modules/class-woocommerce-hpos-orders.php | 355 + .../src/modules/class-woocommerce.php | 614 ++ .../src/modules/class-wp-super-cache.php | 156 + .../class-table-checksum-usermeta.php | 208 + .../class-table-checksum-users.php | 183 + .../src/replicastore/class-table-checksum.php | 880 +++ .../class-queue-storage-options.php | 291 + .../sync-queue/class-queue-storage-table.php | 663 ++ .../jetpack-transport-helper/CHANGELOG.md | 48 + .../jetpack-transport-helper/LICENSE.txt | 357 + .../jetpack-transport-helper/SECURITY.md | 47 + .../jetpack-transport-helper/actions.php | 32 + .../jetpack-transport-helper/composer.json | 58 + .../src/class-helper-script-manager.php | 384 + .../src/class-package-version.php | 30 + .../src/class-rest-controller.php | 143 + .../.phpcs.dir.phpcompatibility.xml | 6 + .../automattic/jetpack-waf/.phpcsignore | 1 + .../automattic/jetpack-waf/CHANGELOG.md | 282 + .../automattic/jetpack-waf/LICENSE.txt | 357 + .../automattic/jetpack-waf/SECURITY.md | 38 + .../automattic/jetpack-waf/cli.php | 12 + .../automattic/jetpack-waf/composer.json | 62 + .../class-blocked-login-page.php | 773 ++ .../class-math-fallback.php | 180 + .../class-shared-functions.php | 240 + .../class-transient-cleanup.php | 63 + .../src/class-brute-force-protection.php | 1159 +++ .../jetpack-waf/src/class-compatibility.php | 232 + .../jetpack-waf/src/class-rest-controller.php | 176 + .../jetpack-waf/src/class-waf-cli.php | 166 + .../jetpack-waf/src/class-waf-constants.php | 104 + .../jetpack-waf/src/class-waf-initializer.php | 243 + .../jetpack-waf/src/class-waf-operators.php | 286 + .../jetpack-waf/src/class-waf-request.php | 329 + .../src/class-waf-rules-manager.php | 323 + .../jetpack-waf/src/class-waf-runner.php | 437 ++ .../jetpack-waf/src/class-waf-runtime.php | 803 ++ .../src/class-waf-standalone-bootstrap.php | 171 + .../jetpack-waf/src/class-waf-stats.php | 68 + .../jetpack-waf/src/class-waf-transforms.php | 342 + .../class-file-system-exception.php | 23 + .../exceptions/class-rules-api-exception.php | 23 + .../src/exceptions/class-waf-exception.php | 35 + .../automattic/jetpack-waf/src/functions.php | 70 + .../jetpack_vendor/i18n-map.php | 64 + .../plugins/jetpack-protect/readme.txt | 167 + .../jetpack-protect/src/class-credentials.php | 55 + .../src/class-jetpack-protect.php | 456 ++ .../jetpack-protect/src/class-plan.php | 111 + .../src/class-protect-status.php | 258 + .../src/class-rest-controller.php | 427 + .../jetpack-protect/src/class-scan-status.php | 359 + .../jetpack-protect/src/class-site-health.php | 111 + .../jetpack-protect/src/class-status.php | 313 + .../jetpack-protect/src/class-threats.php | 202 + .../src/models/class-extension-model.php | 110 + .../src/models/class-status-model.php | 141 + .../src/models/class-threat-model.php | 115 + .../vendor/autoload.php | 2 +- .../vendor/autoload_packages.php | 13 + .../automattic/jetpack-plans/CHANGELOG.md | 124 + .../automattic/jetpack-plans/LICENSE.txt | 357 + .../automattic/jetpack-plans/SECURITY.md | 38 + .../automattic/jetpack-plans/composer.json | 52 + .../jetpack-plans/src/class-current-plan.php | 381 + .../jetpack-plans/src/class-plans.php | 80 + .../vendor/composer/ClassLoader.php | 0 .../vendor/composer/InstalledVersions.php | 0 .../vendor/composer/LICENSE | 0 .../vendor/composer/autoload_classmap.php | 209 + .../vendor/composer/autoload_files.php | 12 + .../vendor/composer/autoload_namespaces.php | 0 .../vendor/composer/autoload_psr4.php | 1 + .../vendor/composer/autoload_real.php | 13 +- .../vendor/composer/autoload_static.php | 241 + .../vendor/composer/installed.json | 1484 ++++ .../vendor/composer/installed.php | 257 + .../composer/jetpack_autoload_classmap.php | 861 +++ .../composer/jetpack_autoload_filemap.php | 21 + .../vendor/composer/platform_check.php | 26 + .../class-autoloader-handler.php | 147 + .../class-autoloader-locator.php | 90 + .../jetpack-autoloader/class-autoloader.php | 90 + .../jetpack-autoloader/class-container.php | 150 + .../jetpack-autoloader/class-hook-manager.php | 76 + .../class-latest-autoloader-guard.php | 86 + .../class-manifest-reader.php | 99 + .../class-path-processor.php | 194 + .../class-php-autoloader.php | 93 + .../class-plugin-locator.php | 153 + .../class-plugins-handler.php | 164 + .../class-shutdown-handler.php | 92 + .../class-version-loader.php | 164 + .../class-version-selector.php | 69 + .../vendor/wikimedia/aho-corasick/LICENSE | 202 + .../vendor/wikimedia/aho-corasick/NOTICE | 2 + .../wikimedia/aho-corasick/bench/bench.php | 75 + .../wikimedia/aho-corasick/bench/check.php | 42 + .../aho-corasick/src/MultiStringMatcher.php | 230 + .../aho-corasick/src/MultiStringReplacer.php | 96 + .../plugins/menu-icons/CHANGELOG.md | 116 - .../plugins/menu-icons/CONTRIBUTING.md | 13 - .../plugins/menu-icons/css/admin.css | 246 - .../plugins/menu-icons/css/admin.min.css | 1 - .../menu-icons/css/dashboard-notice.css | 45 - .../menu-icons/css/dashboard-notice.min.css | 1 - .../plugins/menu-icons/css/extra.css | 74 - .../plugins/menu-icons/css/extra.min.css | 1 - .../menu-icons/css/fontawesome/LICENSE.txt | 34 - .../css/fontawesome/css/all.min.css | 6 - .../fontawesome/webfonts/fa-brands-400.ttf | Bin 181264 -> 0 bytes .../fontawesome/webfonts/fa-brands-400.woff2 | Bin 105112 -> 0 bytes .../fontawesome/webfonts/fa-regular-400.ttf | Bin 60236 -> 0 bytes .../fontawesome/webfonts/fa-regular-400.woff2 | Bin 24028 -> 0 bytes .../css/fontawesome/webfonts/fa-solid-900.ttf | Bin 389948 -> 0 bytes .../fontawesome/webfonts/fa-solid-900.woff2 | Bin 154840 -> 0 bytes .../webfonts/fa-v4compatibility.ttf | Bin 10084 -> 0 bytes .../webfonts/fa-v4compatibility.woff2 | Bin 4776 -> 0 bytes .../plugins/menu-icons/images/neve-theme.jpg | Bin 11840 -> 0 bytes .../plugins/menu-icons/images/otter-block.png | Bin 4779 -> 0 bytes .../plugins/menu-icons/includes/front.php | 514 -- .../menu-icons/includes/library/compat.php | 23 - .../backward-compatible-icons.php | 484 -- .../library/font-awesome/font-awesome.php | 122 - .../includes/library/form-fields.php | 575 -- .../menu-icons/includes/library/functions.php | 111 - .../menu-icons/includes/media-template.php | 127 - .../plugins/menu-icons/includes/meta.php | 169 - .../plugins/menu-icons/includes/picker.php | 305 - .../plugins/menu-icons/includes/settings.php | 806 -- .../menu-icons/includes/type-fonts.php | 24 - .../plugins/menu-icons/includes/type.php | 107 - .../plugins/menu-icons/js/admin.js | 655 -- .../plugins/menu-icons/js/admin.min.js | 1 - .../plugins/menu-icons/js/src/index.js | 2 - .../plugins/menu-icons/js/src/media/index.js | 9 - .../js/src/media/models/item-setting-field.js | 16 - .../js/src/media/models/item-settings.js | 11 - .../menu-icons/js/src/media/models/item.js | 27 - .../menu-icons/js/src/media/views/frame.js | 46 - .../js/src/media/views/item-preview.js | 51 - .../js/src/media/views/item-setting-field.js | 38 - .../js/src/media/views/item-settings.js | 30 - .../menu-icons/js/src/media/views/sidebar.js | 101 - .../plugins/menu-icons/js/src/picker.js | 190 - .../plugins/menu-icons/js/src/settings.js | 60 - .../menu-icons/languages/menu-icons.pot | 4066 ---------- .../plugins/menu-icons/mailin.php | 867 --- .../plugins/menu-icons/menu-icons.php | 263 - .../plugins/menu-icons/readme.md | 388 - .../plugins/menu-icons/readme.txt | 497 -- .../gutenberg-menu-icons/CHANGELOG.md | 23 - .../codeinwp/gutenberg-menu-icons/LICENSE | 674 -- .../codeinwp/gutenberg-menu-icons/README.md | 24 - .../assets/css/font-awesome.min.css | 8 - .../build/frontend.asset.php | 1 - .../gutenberg-menu-icons/build/frontend.js | 1 - .../build/index.asset.php | 1 - .../gutenberg-menu-icons/build/index.css | 1 - .../gutenberg-menu-icons/build/index.js | 1 - .../build/style-frontend.css | 1 - .../class-gutenberg-menu-icons.php | 169 - .../codeinwp/gutenberg-menu-icons/load.php | 23 - .../codeinwp/icon-picker/css/icon-picker.css | 79 - .../icon-picker/css/icon-picker.min.css | 1 - .../icon-picker/css/types/Elusive-Icons.eot | Bin 61828 -> 0 bytes .../icon-picker/css/types/Elusive-Icons.svg | 309 - .../icon-picker/css/types/Elusive-Icons.ttf | Bin 61640 -> 0 bytes .../icon-picker/css/types/Elusive-Icons.woff | Bin 61716 -> 0 bytes .../icon-picker/css/types/Genericons.eot | Bin 22374 -> 0 bytes .../icon-picker/css/types/Genericons.svg | 537 -- .../icon-picker/css/types/Genericons.ttf | Bin 22188 -> 0 bytes .../icon-picker/css/types/Genericons.woff | Bin 13988 -> 0 bytes .../icon-picker/css/types/elusive.css | 922 --- .../icon-picker/css/types/elusive.min.css | 1 - .../icon-picker/css/types/font-awesome.css | 2337 ------ .../css/types/font-awesome.min.css | 4 - .../css/types/fontawesome-webfont.eot | Bin 165742 -> 0 bytes .../css/types/fontawesome-webfont.svg | 2671 ------- .../css/types/fontawesome-webfont.ttf | Bin 165548 -> 0 bytes .../css/types/fontawesome-webfont.woff | Bin 98024 -> 0 bytes .../css/types/fontawesome-webfont.woff2 | Bin 77160 -> 0 bytes .../css/types/foundation-icons.css | 594 -- .../css/types/foundation-icons.eot | Bin 54568 -> 0 bytes .../css/types/foundation-icons.min.css | 1 - .../css/types/foundation-icons.svg | 970 --- .../css/types/foundation-icons.ttf | Bin 56976 -> 0 bytes .../css/types/foundation-icons.woff | Bin 32020 -> 0 bytes .../icon-picker/css/types/genericons.css | 262 - .../icon-picker/css/types/genericons.min.css | 1 - .../codeinwp/icon-picker/icon-picker.php | 342 - .../icon-picker/includes/fields/base.php | 104 - .../icon-picker/includes/fields/cmb.php | 48 - .../icon-picker/includes/fontpack.php | 285 - .../codeinwp/icon-picker/includes/loader.php | 335 - .../icon-picker/includes/registry.php | 178 - .../icon-picker/includes/types/base.php | 152 - .../icon-picker/includes/types/dashicons.php | 1229 --- .../icon-picker/includes/types/elusive.php | 1554 ---- .../icon-picker/includes/types/fa.php | 3676 --------- .../icon-picker/includes/types/font.php | 205 - .../icon-picker/includes/types/fontello.php | 55 - .../includes/types/foundation-icons.php | 1518 ---- .../icon-picker/includes/types/genericon.php | 856 --- .../icon-picker/includes/types/image.php | 126 - .../icon-picker/includes/types/svg.php | 124 - .../codeinwp/icon-picker/js/icon-picker.js | 1008 --- .../icon-picker/js/icon-picker.min.js | 1 - .../icon-picker/languages/icon-picker.pot | 3460 --------- .../vendor/codeinwp/icon-picker/readme.txt | 71 - .../doc/menu-item-custom-fields-example.php | 138 - .../menu-item-custom-fields.php | 61 - .../menu-item-custom-fields/readme.txt | 60 - .../walker-nav-menu-edit.php | 81 - .../codeinwp/themeisle-sdk/CHANGELOG.md | 362 - .../vendor/codeinwp/themeisle-sdk/LICENSE | 674 -- .../themeisle-sdk/assets/images/animation.jpg | Bin 4818 -> 0 bytes .../assets/images/conditions.jpg | Bin 20394 -> 0 bytes .../themeisle-sdk/assets/images/css.jpg | Bin 8893 -> 0 bytes .../themeisle-sdk/assets/images/neve.png | Bin 1647 -> 0 bytes .../assets/images/optimole-logo.svg | 31 - .../assets/images/otter/otter-builder.png | Bin 27039 -> 0 bytes .../assets/images/otter/otter-library.png | Bin 177336 -> 0 bytes .../assets/images/otter/otter-patterns.png | Bin 89598 -> 0 bytes .../themeisle-sdk/assets/images/sparks.png | Bin 2688 -> 0 bytes .../themeisle-sdk/assets/images/team.jpg | Bin 685131 -> 0 bytes .../themeisle-sdk/assets/images/wplk.png | Bin 1968 -> 0 bytes .../assets/js/build/about/about.asset.php | 1 - .../assets/js/build/about/about.css | 388 - .../assets/js/build/about/about.js | 772 -- .../assets/js/build/promos/index.asset.php | 1 - .../assets/js/build/promos/index.js | 1311 ---- .../assets/js/build/promos/style-index.css | 250 - .../vendor/codeinwp/themeisle-sdk/index.php | 3 - .../vendor/codeinwp/themeisle-sdk/load.php | 218 - .../codeinwp/themeisle-sdk/postcss.config.js | 10 - .../src/Common/Abstract_module.php | 221 - .../src/Common/Module_factory.php | 108 - .../codeinwp/themeisle-sdk/src/Loader.php | 150 - .../themeisle-sdk/src/Modules/About_us.php | 411 - .../src/Modules/Compatibilities.php | 236 - .../src/Modules/Dashboard_widget.php | 474 -- .../themeisle-sdk/src/Modules/Licenser.php | 1155 --- .../themeisle-sdk/src/Modules/Logger.php | 179 - .../src/Modules/Notification.php | 515 -- .../themeisle-sdk/src/Modules/Promotions.php | 1006 --- .../src/Modules/Recommendation.php | 334 - .../themeisle-sdk/src/Modules/Review.php | 117 - .../themeisle-sdk/src/Modules/Rollback.php | 400 - .../themeisle-sdk/src/Modules/Translate.php | 918 --- .../src/Modules/Uninstall_feedback.php | 860 --- .../themeisle-sdk/src/Modules/Welcome.php | 193 - .../codeinwp/themeisle-sdk/src/Product.php | 460 -- .../vendor/codeinwp/themeisle-sdk/start.php | 52 - .../vendor/composer/autoload_classmap.php | 10 - .../vendor/composer/autoload_files.php | 13 - .../vendor/composer/autoload_static.php | 27 - .../menu-icons/vendor/composer/installed.json | 171 - .../menu-icons/vendor/composer/installed.php | 65 - .../smtp-mailer/languages/smtp-mailer.mo | Bin 0 -> 396 bytes .../smtp-mailer/languages/smtp-mailer.pot | 176 + .../plugins/smtp-mailer/main.php | 899 +++ .../plugins/smtp-mailer/readme.txt | 134 + 958 files changed, 177242 insertions(+), 49479 deletions(-) create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/.distignore create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/LICENSE create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/activitypub.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/assets/css/activitypub-admin.css create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/assets/img/mp.jpg create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/assets/img/wp-logo.png create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/assets/js/activitypub-admin.js create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/block.json create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/index.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/index.js create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/style-index.css create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/view.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/view.js create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/block.json create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/index.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/index.js create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/style-view.css create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/view.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/view.js create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/activity/class-activity.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/activity/class-actor.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/activity/class-base-object.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-activity-dispatcher.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-activitypub.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-admin.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-blocks.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-debug.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-handler.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-hashtag.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-health-check.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-http.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-mention.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-migration.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-scheduler.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-shortcodes.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-signature.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-webfinger.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-followers.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-interactions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-users.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/compat.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/debug.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-create.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-delete.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-follow.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-undo.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-update.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/help.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-application-user.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-blog-user.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-follower.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-post.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-user.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/peer/class-followers.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-collection.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-followers.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-following.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-inbox.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-nodeinfo.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-outbox.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-server.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-users.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-webfinger.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/table/class-followers.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/includes/transformer/class-post.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-buddypress.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-nodeinfo.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-webfinger.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/readme.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/templates/admin-header.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/templates/author-json.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/templates/blog-json.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/templates/blog-user-followers-list.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/templates/post-json.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/templates/settings.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/templates/user-followers-list.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/templates/user-settings.php create mode 100644 wp-content/upgrade-temp-backup/plugins/activitypub/templates/welcome.php create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/.phive/phars.xml create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/LICENSE.md create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/README.md create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/authLdap.css create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/authLdap.php create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/phpcs.xml create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/readme.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/security.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/Error.php create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/InvalidLdapUri.php create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/MissingValidLdapConnection.php create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/SearchUnsuccessfull.php create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/LdapList.php create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/LdapUri.php create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Manager/Ldap.php create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/UserRoleHandler.php create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/Ldap.php create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/LdapFactory.php create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/LdapInterface.php create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/view/admin.phtml create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/css.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/secondary-nav-backgrounds.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/generate-backgrounds.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/columns.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/columns.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/columns.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/featured-images.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/featured-images.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/style.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/style.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/customizer.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/defaults.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/generate-blog.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/images.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/controls.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/infinite-scroll.pkgd.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/scripts.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/scripts.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/migrate.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/generate-blog.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/menu-plus-customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/wc-customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/secondary-nav-colors.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/slideout-nav-colors.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/woocommerce-colors.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/generate-colors.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/copyright/functions/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/copyright/functions/js/customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/copyright/generate-copyright.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/disable-elements/functions/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/disable-elements/generate-disable-elements.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/dashboard.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/dashboard.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/style-dashboard.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/author-image-placeholder.png create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/background-image-fallback.jpg create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/balloon.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/elements.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/elements.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/featured-image-placeholder.png create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/metabox.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/metabox.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/spinner.gif create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/js/parallax.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/js/parallax.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-block-elements.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-block.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-conditions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-elements-helper.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-hero.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-hooks.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-layout.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-metabox.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-post-type.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/elements.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/class-external-file-css.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/enqueue-scripts.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.eot create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.svg create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.ttf create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.woff create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/icons.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/icons.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/js/smooth-scroll.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/js/smooth-scroll.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/smooth-scroll.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/gp-premium.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/css/hooks.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/js/admin.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/js/jquery.cookie.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/hooks.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/generate-hooks.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/class-dashboard.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/class-rest.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/deprecated-admin.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/deprecated.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/activation.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/assets/dashboard.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/assets/dashboard.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/dashboard.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/import-export.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/reset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ar.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-bn_BD.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-cs_CZ.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-da_DK.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-de_DE-42da344ccb044413769d16ed3484307b.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-de_DE-92fa58377f1b6f7bef9c785c31ae29ff.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-de_DE.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_AR.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-42da344ccb044413769d16ed3484307b.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-92fa58377f1b6f7bef9c785c31ae29ff.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-cbab080b0f20fd6c323029398be6c986.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-ecf9f3c2af10c4f2dfbf4f42504922d1.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fi-42da344ccb044413769d16ed3484307b.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fi-53e2a1d5945b8d2b1c35e81ae1e532f3.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fi-92fa58377f1b6f7bef9c785c31ae29ff.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fi-cbab080b0f20fd6c323029398be6c986.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fi-ecf9f3c2af10c4f2dfbf4f42504922d1.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fi.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-42da344ccb044413769d16ed3484307b.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-53e2a1d5945b8d2b1c35e81ae1e532f3.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-92fa58377f1b6f7bef9c785c31ae29ff.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-hr.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-hu_HU.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-it_IT.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nb_NO.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-42da344ccb044413769d16ed3484307b.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-53e2a1d5945b8d2b1c35e81ae1e532f3.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-92fa58377f1b6f7bef9c785c31ae29ff.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-cbab080b0f20fd6c323029398be6c986.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-ecf9f3c2af10c4f2dfbf4f42504922d1.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pl_PL.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_BR.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-42da344ccb044413769d16ed3484307b.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-92fa58377f1b6f7bef9c785c31ae29ff.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-42da344ccb044413769d16ed3484307b.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-53e2a1d5945b8d2b1c35e81ae1e532f3.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-92fa58377f1b6f7bef9c785c31ae29ff.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-sv_SE-42da344ccb044413769d16ed3484307b.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-sv_SE-53e2a1d5945b8d2b1c35e81ae1e532f3.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-sv_SE-92fa58377f1b6f7bef9c785c31ae29ff.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-sv_SE-cbab080b0f20fd6c323029398be6c986.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-sv_SE-ecf9f3c2af10c4f2dfbf4f42504922d1.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-sv_SE.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-uk.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-vi.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-zh_CN.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/alpha-color-picker/wp-color-picker-alpha.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/alpha-color-picker/wp-color-picker-alpha.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/class-make-css.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/class-plugin-updater.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer-helpers.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/active-callbacks.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-action-button-control.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-alpha-color-control.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-backgrounds-control.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-control-toggle.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-copyright-control.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-deprecated.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-information-control.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-range-slider-control.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-refresh-button-control.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-section-shortcuts-control.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-spacing-control.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-title-control.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-typography-control.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/alpha-color-picker.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/button-actions.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/control-toggle-customizer.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/section-shortcuts.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/selectWoo.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/slider-customizer.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/spacing-customizer.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/title-customizer.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/transparency-grid.png create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/typography-customizer.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/alpha-color-picker.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/backgrounds-customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/button-actions.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/control-toggle-customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/copyright-customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/generatepress-controls.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/section-shortcuts.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/selectWoo.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/slider-customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/spacing-customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/typography-customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/deprecated.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/sanitize.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/select2/select2.full.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/select2/select2.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/fields/slideout-nav-colors.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/menu-logo.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/menu-logo.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/navigation-branding-flex.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/navigation-branding-flex.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/navigation-branding.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/navigation-branding.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/offside.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/offside.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/sticky.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/sticky.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/js/offside.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/js/offside.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/js/sticky.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/js/sticky.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/generate-menu-plus.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/css/metabox.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/css/page-header.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/css/page-header.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/global-locations.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/full-height.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/full-height.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/jquery.vide.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/lc_switch.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/metabox.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/parallax.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/parallax.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/metabox.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/page-header.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/post-image.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/post-type.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/generate-page-header.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/readme.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/fields/secondary-navigation.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main-mobile.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main-mobile.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style-mobile.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style-mobile.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/js/customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/generate-secondary-nav.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/css/style.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/css/style.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/generate-sections.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/js/parallax.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/js/parallax.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/css/generate-sections-metabox.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/css/lc_switch.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox-4.9.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/metabox-functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/views/sections-template.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/views/sections.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/views/use-sections.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/templates/template.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/generate-sections.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/class-site-library-helper.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/class-site-library-rest.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/class-site-library.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-beaver-builder-batch-processing.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-content-importer.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-site-import-image.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-site-widget-importer.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/libs/wxr-importer/WPImporterLogger.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/libs/wxr-importer/WXRImportInfo.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/libs/wxr-importer/WXRImporter.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/content-spacing.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/footer-spacing.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/header-spacing.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/js/customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/navigation-spacing.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/secondary-nav-spacing.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/sidebar-spacing.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/top-bar-spacing.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/migration.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/generate-spacing.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/google-fonts.json create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/js/customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/migration.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/secondary-nav-fonts.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/slideout-nav-fonts.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/woocommerce-fonts.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/generate-fonts.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/fields/woocommerce-colors.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce.min.css create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/customizer/customizer.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/customizer/js/customizer.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/js/woocommerce.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/js/woocommerce.min.js create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/woocommerce.php create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/wpml-config.xml create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/CHANGELOG.md rename wp-content/upgrade-temp-backup/plugins/{menu-icons/vendor/codeinwp/icon-picker/LICENSE => jetpack-protect/LICENSE.txt} (68%) create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.eot create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.svg create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.ttf create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.woff create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/jetpack-protect.css create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/images/in-progress-db145d62b5ef09c05ad7.png create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.css create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.js create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.js.LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.rtl.css create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack-protect.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md rename wp-content/upgrade-temp-backup/plugins/{menu-icons/LICENSE => jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt} (68%) create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md rename wp-content/upgrade-temp-backup/plugins/{menu-icons/vendor/codeinwp/menu-item-custom-fields/LICENSE => jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/LICENSE.txt} (68%) create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/actions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/src/js/i18n-loader.js create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-config/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-config/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-config/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-config/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-config/src/class-config.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/TRACKING.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/dist/tracks-ajax.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/dist/tracks-ajax.js create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/dist/tracks-callables.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/dist/tracks-callables.js create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-client.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.css create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js.LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.rtl.css create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin-bar.scss create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin.jsx create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/style.scss create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-exception.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/images/background-165b2f00927a762c8cf4.png create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.css create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.js create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.rtl.css create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/css/jetpack-admin-jitm.scss create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/images/background.png create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/apple-92dacafad84e79708a74.svg create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/boost-a54137485af36fdffe9c.png create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/cloud-81ac85ba680343200f54.svg create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/connect-f27775ac15cf885713c2.png create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/crm-7e7684ae2c40327d8fed.png create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/empty-avatar-fea23feddfa99b07c2e8.svg create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/extras-26daf36507504c96d066.png create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/google-dec2a429bf1d8e83f9ad.svg create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-9de1caef5eb5c22da5d6.svg create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-ai-29e60474d5890cbb6889.png create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-lock-7b01c1a4cf56de799cd7.png create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-success-cad524ede4e793cc0ece.png create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/search-f9756bd9c926d905fe70.png create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/videopress-9591093a9a238cc48a35.png create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/wordpress-1fc3e0ba6c52e9707900.svg create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.asset.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.css create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js.LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.rtl.css create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/src/class-partner.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-cache.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-errors.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-files.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-host.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-modules.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-paths.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-status.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-health.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-main.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-server.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-users.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/actions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/src/class-helper-script-manager.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/src/class-package-version.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/src/class-rest-controller.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/.phpcs.dir.phpcompatibility.xml create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/.phpcsignore create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/cli.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-blocked-login-page.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-math-fallback.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-shared-functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-compatibility.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-rules-manager.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-rules-api-exception.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-waf-exception.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/functions.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/i18n-map.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/readme.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-credentials.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-jetpack-protect.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-plan.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-protect-status.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-rest-controller.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-scan-status.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-site-health.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-status.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-threats.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-extension-model.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-status-model.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-threat-model.php rename wp-content/upgrade-temp-backup/plugins/{menu-icons => jetpack-protect}/vendor/autoload.php (88%) create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/autoload_packages.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/CHANGELOG.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/LICENSE.txt create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/SECURITY.md create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/composer.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/src/class-current-plan.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/src/class-plans.php rename wp-content/upgrade-temp-backup/plugins/{menu-icons => jetpack-protect}/vendor/composer/ClassLoader.php (100%) rename wp-content/upgrade-temp-backup/plugins/{menu-icons => jetpack-protect}/vendor/composer/InstalledVersions.php (100%) rename wp-content/upgrade-temp-backup/plugins/{menu-icons => jetpack-protect}/vendor/composer/LICENSE (100%) create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_classmap.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_files.php rename wp-content/upgrade-temp-backup/plugins/{menu-icons => jetpack-protect}/vendor/composer/autoload_namespaces.php (100%) rename wp-content/upgrade-temp-backup/plugins/{menu-icons => jetpack-protect}/vendor/composer/autoload_psr4.php (56%) rename wp-content/upgrade-temp-backup/plugins/{menu-icons => jetpack-protect}/vendor/composer/autoload_real.php (60%) create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_static.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/installed.json create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/installed.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/jetpack_autoload_classmap.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/jetpack_autoload_filemap.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/platform_check.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader-handler.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader-locator.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-container.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-hook-manager.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-latest-autoloader-guard.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-manifest-reader.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-path-processor.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-php-autoloader.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-plugin-locator.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-plugins-handler.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-shutdown-handler.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-version-loader.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-version-selector.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/LICENSE create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/NOTICE create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/bench/bench.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/bench/check.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/src/MultiStringMatcher.php create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/src/MultiStringReplacer.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/CHANGELOG.md delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/CONTRIBUTING.md delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/admin.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/admin.min.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/dashboard-notice.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/dashboard-notice.min.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/extra.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/extra.min.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/LICENSE.txt delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/css/all.min.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.ttf delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.woff2 delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.ttf delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.woff2 delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.ttf delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.woff2 delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-v4compatibility.ttf delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-v4compatibility.woff2 delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/images/neve-theme.jpg delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/images/otter-block.png delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/front.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/library/compat.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/library/font-awesome/backward-compatible-icons.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/library/font-awesome/font-awesome.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/library/form-fields.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/library/functions.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/media-template.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/meta.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/picker.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/settings.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/type-fonts.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/type.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/admin.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/admin.min.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/index.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/index.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/models/item-setting-field.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/models/item-settings.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/models/item.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/views/frame.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/views/item-preview.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/views/item-setting-field.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/views/item-settings.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/views/sidebar.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/picker.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/settings.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/languages/menu-icons.pot delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/mailin.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/menu-icons.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/readme.md delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/readme.txt delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/CHANGELOG.md delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/LICENSE delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/README.md delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/assets/css/font-awesome.min.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/frontend.asset.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/frontend.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/index.asset.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/index.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/index.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/style-frontend.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/class-gutenberg-menu-icons.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/load.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/icon-picker.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/icon-picker.min.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Elusive-Icons.eot delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Elusive-Icons.svg delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Elusive-Icons.ttf delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Elusive-Icons.woff delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Genericons.eot delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Genericons.svg delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Genericons.ttf delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Genericons.woff delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/elusive.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/elusive.min.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/font-awesome.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/font-awesome.min.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/fontawesome-webfont.eot delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/fontawesome-webfont.svg delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/fontawesome-webfont.ttf delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/fontawesome-webfont.woff delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/fontawesome-webfont.woff2 delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/foundation-icons.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/foundation-icons.eot delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/foundation-icons.min.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/foundation-icons.svg delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/foundation-icons.ttf delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/foundation-icons.woff delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/genericons.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/genericons.min.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/icon-picker.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/fields/base.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/fields/cmb.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/fontpack.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/loader.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/registry.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/base.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/dashicons.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/elusive.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/fa.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/font.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/fontello.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/foundation-icons.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/genericon.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/image.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/svg.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/js/icon-picker.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/js/icon-picker.min.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/languages/icon-picker.pot delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/readme.txt delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/menu-item-custom-fields/doc/menu-item-custom-fields-example.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/menu-item-custom-fields/menu-item-custom-fields.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/menu-item-custom-fields/readme.txt delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/menu-item-custom-fields/walker-nav-menu-edit.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/CHANGELOG.md delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/LICENSE delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/animation.jpg delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/conditions.jpg delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/css.jpg delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/neve.png delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/optimole-logo.svg delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/otter/otter-builder.png delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/otter/otter-library.png delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/otter/otter-patterns.png delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/sparks.png delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/team.jpg delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/wplk.png delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/about/about.asset.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/about/about.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/about/about.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/promos/index.asset.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/promos/index.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/promos/style-index.css delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/index.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/load.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/postcss.config.js delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Common/Abstract_module.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Common/Module_factory.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Loader.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/About_us.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Compatibilities.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Dashboard_widget.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Licenser.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Logger.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Notification.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Recommendation.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Review.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Rollback.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Translate.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Uninstall_feedback.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Welcome.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Product.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/start.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_classmap.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_files.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_static.php delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/installed.json delete mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/installed.php create mode 100644 wp-content/upgrade-temp-backup/plugins/smtp-mailer/languages/smtp-mailer.mo create mode 100644 wp-content/upgrade-temp-backup/plugins/smtp-mailer/languages/smtp-mailer.pot create mode 100644 wp-content/upgrade-temp-backup/plugins/smtp-mailer/main.php create mode 100644 wp-content/upgrade-temp-backup/plugins/smtp-mailer/readme.txt diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/.distignore b/wp-content/upgrade-temp-backup/plugins/activitypub/.distignore new file mode 100644 index 00000000..871e8074 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/.distignore @@ -0,0 +1,41 @@ +.DS_Store +.editorconfig +.git +.gitignore +.github +.travis.yml +.codeclimate.yml +.data +.svnignore +.wordpress-org +.php_cs +Gruntfile.js +LINGUAS +Makefile +README.md +readme.md +CODE_OF_CONDUCT.md +FEDERATION.md +SECURITY.md +LICENSE.md +_site +_config.yml +bin +composer.json +composer.lock +docker-compose.yml +docker-compose-test.yml +Dockerfile +gulpfile.js +package.json +node_modules +npm-debug.log +phpcs.xml +package.json +package-lock.json +phpunit.xml +phpunit.xml.dist +tests +node_modules +vendor +src diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/LICENSE b/wp-content/upgrade-temp-backup/plugins/activitypub/LICENSE new file mode 100644 index 00000000..644800f2 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2019 Matthias Pfefferle +Copyright (c) 2023 Automattic + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/activitypub.php b/wp-content/upgrade-temp-backup/plugins/activitypub/activitypub.php new file mode 100644 index 00000000..abab5f09 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/activitypub.php @@ -0,0 +1,214 @@ +)|(?<=
)|^)#([A-Za-z0-9_]+)(?:(?=\s|[[:punct:]]|$))' ); +\defined( 'ACTIVITYPUB_USERNAME_REGEXP' ) || \define( 'ACTIVITYPUB_USERNAME_REGEXP', '(?:([A-Za-z0-9_-]+)@((?:[A-Za-z0-9_-]+\.)+[A-Za-z]+))' ); +\defined( 'ACTIVITYPUB_CUSTOM_POST_CONTENT' ) || \define( 'ACTIVITYPUB_CUSTOM_POST_CONTENT', "[ap_title]\n\n[ap_content]\n\n[ap_hashtags]\n\n[ap_shortlink]" ); +\defined( 'ACTIVITYPUB_AUTHORIZED_FETCH' ) || \define( 'ACTIVITYPUB_AUTHORIZED_FETCH', false ); +\defined( 'ACTIVITYPUB_DISABLE_REWRITES' ) || \define( 'ACTIVITYPUB_DISABLE_REWRITES', false ); + +\define( 'ACTIVITYPUB_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); +\define( 'ACTIVITYPUB_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); +\define( 'ACTIVITYPUB_PLUGIN_FILE', plugin_dir_path( __FILE__ ) . '/' . basename( __FILE__ ) ); +\define( 'ACTIVITYPUB_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); + +/** + * Initialize REST routes. + */ +function rest_init() { + Rest\Users::init(); + Rest\Outbox::init(); + Rest\Inbox::init(); + Rest\Followers::init(); + Rest\Following::init(); + Rest\Webfinger::init(); + Rest\Server::init(); + Rest\Collection::init(); + + // load NodeInfo endpoints only if blog is public + if ( is_blog_public() ) { + Rest\NodeInfo::init(); + } +} +\add_action( 'rest_api_init', __NAMESPACE__ . '\rest_init' ); + +/** + * Initialize plugin. + */ +function plugin_init() { + \add_action( 'init', array( __NAMESPACE__ . '\Migration', 'init' ) ); + \add_action( 'init', array( __NAMESPACE__ . '\Activitypub', 'init' ) ); + \add_action( 'init', array( __NAMESPACE__ . '\Activity_Dispatcher', 'init' ) ); + \add_action( 'init', array( __NAMESPACE__ . '\Handler', 'init' ) ); + \add_action( 'init', array( __NAMESPACE__ . '\Admin', 'init' ) ); + \add_action( 'init', array( __NAMESPACE__ . '\Hashtag', 'init' ) ); + \add_action( 'init', array( __NAMESPACE__ . '\Mention', 'init' ) ); + \add_action( 'init', array( __NAMESPACE__ . '\Health_Check', 'init' ) ); + \add_action( 'init', array( __NAMESPACE__ . '\Scheduler', 'init' ) ); + + if ( site_supports_blocks() ) { + \add_action( 'init', array( __NAMESPACE__ . '\Blocks', 'init' ) ); + } + + $debug_file = __DIR__ . '/includes/debug.php'; + if ( \WP_DEBUG && file_exists( $debug_file ) && is_readable( $debug_file ) ) { + require_once $debug_file; + Debug::init(); + } + + require_once __DIR__ . '/integration/class-webfinger.php'; + Integration\Webfinger::init(); + + require_once __DIR__ . '/integration/class-nodeinfo.php'; + Integration\Nodeinfo::init(); +} +\add_action( 'plugins_loaded', __NAMESPACE__ . '\plugin_init' ); + +/** + * Class Autoloader + */ +\spl_autoload_register( + function ( $full_class ) { + $base_dir = __DIR__ . '/includes/'; + $base = 'Activitypub\\'; + + if ( strncmp( $full_class, $base, strlen( $base ) ) === 0 ) { + $maybe_uppercase = str_replace( $base, '', $full_class ); + $class = strtolower( $maybe_uppercase ); + // All classes should be capitalized. If this is instead looking for a lowercase method, we ignore that. + if ( $maybe_uppercase === $class ) { + return; + } + + if ( false !== strpos( $class, '\\' ) ) { + $parts = explode( '\\', $class ); + $class = array_pop( $parts ); + $sub_dir = implode( '/', $parts ); + $base_dir = $base_dir . $sub_dir . '/'; + } + + $filename = 'class-' . strtr( $class, '_', '-' ); + $file = $base_dir . $filename . '.php'; + + if ( file_exists( $file ) && is_readable( $file ) ) { + require_once $file; + } else { + // translators: %s is the class name + \wp_die( sprintf( esc_html__( 'Required class not found or not readable: %s', 'activitypub' ), esc_html( $full_class ) ) ); + } + } + } +); + +/** + * Add plugin settings link + */ +function plugin_settings_link( $actions ) { + $settings_link = array(); + $settings_link[] = \sprintf( + '%2s', + \menu_page_url( 'activitypub', false ), + \__( 'Settings', 'activitypub' ) + ); + + return \array_merge( $settings_link, $actions ); +} +\add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), __NAMESPACE__ . '\plugin_settings_link' ); + +\register_activation_hook( + __FILE__, + array( + __NAMESPACE__ . '\Activitypub', + 'activate', + ) +); + +\register_deactivation_hook( + __FILE__, + array( + __NAMESPACE__ . '\Activitypub', + 'deactivate', + ) +); + +\register_uninstall_hook( + __FILE__, + array( + __NAMESPACE__ . '\Activitypub', + 'uninstall', + ) +); + +/** + * Only load code that needs BuddyPress to run once BP is loaded and initialized. + */ +add_action( + 'bp_include', + function() { + require_once __DIR__ . '/integration/class-buddypress.php'; + Integration\Buddypress::init(); + }, + 0 +); + +/** + * `get_plugin_data` wrapper + * + * @return array The plugin metadata array + */ +function get_plugin_meta( $default_headers = array() ) { + if ( ! $default_headers ) { + $default_headers = array( + 'Name' => 'Plugin Name', + 'PluginURI' => 'Plugin URI', + 'Version' => 'Version', + 'Description' => 'Description', + 'Author' => 'Author', + 'AuthorURI' => 'Author URI', + 'TextDomain' => 'Text Domain', + 'DomainPath' => 'Domain Path', + 'Network' => 'Network', + 'RequiresWP' => 'Requires at least', + 'RequiresPHP' => 'Requires PHP', + 'UpdateURI' => 'Update URI', + ); + } + + return \get_file_data( __FILE__, $default_headers, 'plugin' ); +} + +/** + * Plugin Version Number used for caching. + */ +function get_plugin_version() { + $meta = get_plugin_meta( array( 'Version' => 'Version' ) ); + + return $meta['Version']; +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/assets/css/activitypub-admin.css b/wp-content/upgrade-temp-backup/plugins/activitypub/assets/css/activitypub-admin.css new file mode 100644 index 00000000..07aadcad --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/assets/css/activitypub-admin.css @@ -0,0 +1,199 @@ +.activitypub-settings { + max-width: 800px; + margin: 0 auto; +} + +.settings_page_activitypub .notice { + max-width: 800px; + margin: auto; + margin: 0px auto 30px; +} + +.settings_page_activitypub .wrap { + padding-left: 22px; +} + +.activitypub-settings-header { + text-align: center; + margin: 0 0 1rem; + background: #fff; + border-bottom: 1px solid #dcdcde; +} + +.activitypub-settings-title-section { + display: flex; + align-items: center; + justify-content: center; + clear: both; + padding-top: 8px; +} + +.settings_page_activitypub #wpcontent { + padding-left: 0; +} + +.activitypub-settings-tabs-wrapper { + display: -ms-inline-grid; + -ms-grid-columns: auto auto auto; + vertical-align: top; + display: inline-grid; + grid-template-columns: auto auto auto; +} + +.activitypub-settings-tab.active { + box-shadow: inset 0 -3px #3582c4; + font-weight: 600; +} + +.activitypub-settings-tab { + display: block; + text-decoration: none; + color: inherit; + padding: .5rem 1rem 1rem; + margin: 0 1rem; + transition: box-shadow .5s ease-in-out; +} + +.wp-header-end { + visibility: hidden; + margin: -2px 0 0; +} + +summary { + cursor: pointer; + text-decoration: underline; + color: #2271b1; +} + +.activitypub-settings-accordion { + border: 1px solid #c3c4c7; +} + +.activitypub-settings-accordion-heading { + margin: 0; + border-top: 1px solid #c3c4c7; + font-size: inherit; + line-height: inherit; + font-weight: 600; + color: inherit; +} + +.activitypub-settings-accordion-heading:first-child { + border-top: none; +} + +.activitypub-settings-accordion-panel { + margin: 0; + padding: 1em 1.5em; + background: #fff; +} + +.activitypub-settings-accordion-trigger { + background: #fff; + border: 0; + color: #2c3338; + cursor: pointer; + display: flex; + font-weight: 400; + margin: 0; + padding: 1em 3.5em 1em 1.5em; + min-height: 46px; + position: relative; + text-align: left; + width: 100%; + align-items: center; + justify-content: space-between; + -webkit-user-select: auto; + user-select: auto; +} + +.activitypub-settings-accordion-trigger { + color: #2c3338; + cursor: pointer; + font-weight: 400; + text-align: left; +} + +.activitypub-settings-accordion-trigger .title { + pointer-events: none; + font-weight: 600; + flex-grow: 1; +} + +.activitypub-settings-accordion-trigger .icon, +.activitypub-settings-accordion-viewed .icon { + border: solid #50575e medium; + border-width: 0 2px 2px 0; + height: .5rem; + pointer-events: none; + position: absolute; + right: 1.5em; + top: 50%; + transform: translateY(-70%) rotate(45deg); + width: .5rem; +} + +.activitypub-settings-accordion-trigger[aria-expanded="true"] .icon { + transform: translateY(-30%) rotate(-135deg); +} + +.activitypub-settings-accordion-trigger:active, +.activitypub-settings-accordion-trigger:hover { + background: #f6f7f7; +} + +.activitypub-settings-accordion-trigger:focus { + color: #1d2327; + border: none; + box-shadow: none; + outline-offset: -1px; + outline: 2px solid #2271b1; + background-color: #f6f7f7; +} + +.activitypub-settings +input.blog-user-identifier { + text-align: right; +} + +.activitypub-settings +.header-image { + width: 100%; + height: 80px; + position: relative; + display: block; + margin-bottom: 40px; + background-image: rgb(168,165,175); + background-image: linear-gradient(180deg, red, yellow); + background-size: cover; +} + +.activitypub-settings +.logo { + height: 80px; + width: 80px; + position: relative; + top: 40px; + left: 40px; +} + +.settings_page_activitypub .box { + border: 1px solid #c3c4c7; + background-color: #fff; + padding: 1em 1.5em; + margin-bottom: 1.5em; +} + +.settings_page_activitypub .activitypub-welcome-page .box label { + font-weight: bold; +} + +.settings_page_activitypub .activitypub-welcome-page input { + font-size: 20px; + width: 95%; +} + +.settings_page_activitypub .plugin-recommendations { + border-bottom: none; + margin-bottom: 0; +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/assets/img/mp.jpg b/wp-content/upgrade-temp-backup/plugins/activitypub/assets/img/mp.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05964b499d8e34c2bff132bc97a1fbc80bbff93b GIT binary patch literal 3337 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 literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/assets/js/activitypub-admin.js b/wp-content/upgrade-temp-backup/plugins/activitypub/assets/js/activitypub-admin.js new file mode 100644 index 00000000..f6a75afe --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/assets/js/activitypub-admin.js @@ -0,0 +1,20 @@ +jQuery( function( $ ) { + // Accordion handling in various areas. + $( '.activitypub-settings-accordion' ).on( 'click', '.activitypub-settings-accordion-trigger', function() { + var isExpanded = ( 'true' === $( this ).attr( 'aria-expanded' ) ); + + if ( isExpanded ) { + $( this ).attr( 'aria-expanded', 'false' ); + $( '#' + $( this ).attr( 'aria-controls' ) ).attr( 'hidden', true ); + } else { + $( this ).attr( 'aria-expanded', 'true' ); + $( '#' + $( this ).attr( 'aria-controls' ) ).attr( 'hidden', false ); + } + } ); + + $(document).on( 'wp-plugin-install-success', function( event, response ) { + setTimeout( function() { + $( '.activate-now' ).removeClass( 'thickbox open-plugin-details-modal' ); + }, 1200 ); + } ); +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/block.json b/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/block.json new file mode 100644 index 00000000..8dcb824d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/block.json @@ -0,0 +1,47 @@ +{ + "$schema": "https://schemas.wp.org/trunk/block.json", + "name": "activitypub/follow-me", + "apiVersion": 3, + "version": "1.0.0", + "title": "Follow me on the Fediverse", + "category": "widgets", + "description": "Display your Fediverse profile so that visitors can follow you.", + "textdomain": "activitypub", + "icon": "groups", + "supports": { + "html": false, + "color": { + "gradients": true, + "link": true, + "__experimentalDefaultControls": { + "background": true, + "text": true, + "link": true + } + }, + "__experimentalBorder": { + "radius": true, + "width": true, + "color": true, + "style": true + }, + "typography": { + "fontSize": true, + "__experimentalDefaultControls": { + "fontSize": true + } + } + }, + "attributes": { + "selectedUser": { + "type": "string", + "default": "site" + } + }, + "editorScript": "file:./index.js", + "viewScript": "file:./view.js", + "style": [ + "file:./style-index.css", + "wp-components" + ] +} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/index.asset.php b/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/index.asset.php new file mode 100644 index 00000000..760f4336 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/index.asset.php @@ -0,0 +1 @@ + array('wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '6aeec6336fd28aa836a7'); diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/index.js b/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/index.js new file mode 100644 index 00000000..1320f15d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/index.js @@ -0,0 +1 @@ +(()=>{"use strict";var e,t={843:(e,t,n)=>{const r=window.wp.blocks,o=window.wp.element,l=window.wp.primitives,a=(0,o.createElement)(l.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,o.createElement)(l.Path,{d:"M15.5 9.5a1 1 0 100-2 1 1 0 000 2zm0 1.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm-2.25 6v-2a2.75 2.75 0 00-2.75-2.75h-4A2.75 2.75 0 003.75 15v2h1.5v-2c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2h1.5zm7-2v2h-1.5v-2c0-.69-.56-1.25-1.25-1.25H15v-1.5h2.5A2.75 2.75 0 0120.25 15zM9.5 8.5a1 1 0 11-2 0 1 1 0 012 0zm1.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z",fillRule:"evenodd"}));function c(){return c=Object.assign?Object.assign.bind():function(e){for(var t=1;t2&&void 0!==arguments[2]?arguments[2]:null;return n?`${e}${arguments.length>3&&void 0!==arguments[3]?arguments[3]:""} { ${t}: ${n}; }\n`:""}function E(e,t,n,r){return g(e,"background-color",t)+g(e,"color",n)+g(e,"background-color",r,":hover")+g(e,"background-color",r,":focus")}function k(e){let{selector:t,style:n,backgroundColor:r}=e;const l=function(e,t,n){const r=`${e} .components-button`,o=("string"==typeof(l=n)?h(l):l?.color?.background||null)||t?.color?.background;var l;return E(r,_(t?.elements?.link?.color?.text),o,_(t?.elements?.link?.[":hover"]?.color?.text))}(t,n,r);return(0,o.createElement)("style",null,l)}const{namespace:O}=window._activityPubOptions,x={avatar:"",resource:"@well@hello.dolly",name:(0,s.__)("Hello Dolly Fan Account","activitypub"),url:"#"};function C(e){if(!e)return x;const t={...x,...e};return t.avatar=t?.icon?.url,t}function S(e){let{profile:t,popupStyles:n,userId:r}=e;const{avatar:l,name:a,resource:c}=t;return(0,o.createElement)("div",{className:"activitypub-profile"},(0,o.createElement)("img",{className:"activitypub-profile__avatar",src:l,alt:a}),(0,o.createElement)("div",{className:"activitypub-profile__content"},(0,o.createElement)("div",{className:"activitypub-profile__name"},a),(0,o.createElement)("div",{className:"activitypub-profile__handle",title:c},c)),(0,o.createElement)(N,{profile:t,popupStyles:n,userId:r}))}function N(e){let{profile:t,popupStyles:n,userId:r}=e;const[l,a]=(0,o.useState)(!1),c=(0,s.sprintf)((0,s.__)("Follow %s","activitypub"),t?.name);return(0,o.createElement)(o.Fragment,null,(0,o.createElement)(u.Button,{className:"activitypub-profile__follow",onClick:()=>a(!0)},(0,s.__)("Follow","activitypub")),l&&(0,o.createElement)(u.Modal,{className:"activitypub-profile__confirm",onRequestClose:()=>a(!1),title:c},(0,o.createElement)(P,{profile:t,userId:r}),(0,o.createElement)("style",null,n)))}function $(e){try{return new URL(e),!0}catch(e){return!1}}function P(e){let{profile:t,userId:n}=e;const{resource:r}=t,l=(0,s.__)("Follow","activitypub"),a=(0,s.__)("Loading...","activitypub"),c=(0,s.__)("Opening...","activitypub"),i=(0,s.__)("Error","activitypub"),p=(0,s.__)("Invalid","activitypub"),[m,v]=(0,o.useState)(l),[h,_]=(0,o.useState)(f),g=(0,y.useCopyToClipboard)(r,(()=>{_(w),setTimeout((()=>_(f)),1e3)})),[E,k]=(0,o.useState)(""),x=(0,o.useCallback)((()=>{let e;if(!$(E)&&!function(e){const t=e.replace(/^@/,"").split("@");return 2===t.length&&$(`https://${t[1]}`)}(E))return v(p),e=setTimeout((()=>v(l)),2e3),()=>clearTimeout(e);const t=`/${O}/users/${n}/remote-follow?resource=${E}`;v(a),d()({path:t}).then((e=>{let{url:t}=e;v(c),setTimeout((()=>{window.open(t,"_blank"),v(l)}),200)})).catch((()=>{v(i),setTimeout((()=>v(l)),2e3)}))}),[E]);return(0,o.createElement)("div",{className:"activitypub-follow-me__dialog"},(0,o.createElement)("div",{className:"apmfd__section"},(0,o.createElement)("h4",null,(0,s.__)("My Profile","activitypub")),(0,o.createElement)("div",{className:"apfmd-description"},(0,s.__)("Copy and paste my profile into the search field of your favorite fediverse app or server.","activitypub")),(0,o.createElement)("div",{className:"apfmd__button-group"},(0,o.createElement)("input",{type:"text",value:r,readOnly:!0}),(0,o.createElement)(u.Button,{ref:g},(0,o.createElement)(b,{icon:h}),(0,s.__)("Copy","activitypub")))),(0,o.createElement)("div",{className:"apmfd__section"},(0,o.createElement)("h4",null,(0,s.__)("Your Profile","activitypub")),(0,o.createElement)("div",{className:"apfmd-description"},(0,o.createInterpolateElement)((0,s.__)("Or, if you know your own profile, we can start things that way! (eg https://example.com/yourusername or yourusername@example.com)","activitypub"),{code:(0,o.createElement)("code",null)})),(0,o.createElement)("div",{className:"apfmd__button-group"},(0,o.createElement)("input",{type:"text",value:E,onKeyDown:e=>{"Enter"===e?.code&&x()},onChange:e=>k(e.target.value)}),(0,o.createElement)(u.Button,{onClick:x},m))))}function z(e){let{selectedUser:t,style:n,backgroundColor:r,id:l,useId:a=!1,profileData:c=!1}=e;const[i,s]=(0,o.useState)(C()),u="site"===t?0:t,p=function(e){return E(".apfmd__button-group .components-button",_(e?.elements?.link?.color?.text)||"#111","#fff",_(e?.elements?.link?.[":hover"]?.color?.text)||"#333")}(n),m=a?{id:l}:{};function v(e){s(C(e))}return(0,o.useEffect)((()=>{if(c)return v(c);(function(e){const t={headers:{Accept:"application/activity+json"},path:`/${O}/users/${e}`};return d()(t)})(u).then(v)}),[u,c]),(0,o.createElement)("div",m,(0,o.createElement)(k,{selector:`#${l}`,style:n,backgroundColor:r}),(0,o.createElement)(S,{profile:i,userId:u,popupStyles:p}))}(0,r.registerBlockType)("activitypub/follow-me",{edit:function(e){let{attributes:t,setAttributes:n}=e;const r=(0,i.useBlockProps)({className:"activitypub-follow-me-block-wrapper"}),l=function(){const e=m?.users?(0,p.useSelect)((e=>e("core").getUsers({who:"authors"}))):[];return(0,o.useMemo)((()=>{if(!e)return[];const t=m?.site?[{label:(0,s.__)("Whole Site","activitypub"),value:"site"}]:[];return e.reduce(((e,t)=>(e.push({label:t.name,value:`${t.id}`}),e)),t)}),[e])}(),{selectedUser:a}=t;return(0,o.useEffect)((()=>{l.length&&(l.find((e=>{let{value:t}=e;return t===a}))||n({selectedUser:l[0].value}))}),[a,l]),(0,o.createElement)("div",r,l.length>1&&(0,o.createElement)(i.InspectorControls,{key:"setting"},(0,o.createElement)(u.PanelBody,{title:(0,s.__)("Followers Options","activitypub")},(0,o.createElement)(u.SelectControl,{label:(0,s.__)("Select User","activitypub"),value:t.selectedUser,options:l,onChange:e=>n({selectedUser:e})}))),(0,o.createElement)(z,c({},t,{id:r.id})))},save:()=>null,icon:a})}},n={};function r(e){var o=n[e];if(void 0!==o)return o.exports;var l=n[e]={exports:{}};return t[e](l,l.exports,r),l.exports}r.m=t,e=[],r.O=(t,n,o,l)=>{if(!n){var a=1/0;for(u=0;u=l)&&Object.keys(r.O).every((e=>r.O[e](n[i])))?n.splice(i--,1):(c=!1,l0&&e[u-1][2]>l;u--)e[u]=e[u-1];e[u]=[n,o,l]},r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var e={127:0,740:0};r.O.j=t=>0===e[t];var t=(t,n)=>{var o,l,[a,c,i]=n,s=0;if(a.some((t=>0!==e[t]))){for(o in c)r.o(c,o)&&(r.m[o]=c[o]);if(i)var u=i(r)}for(t&&t(n);sr(843)));o=r.O(o)})(); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/style-index.css b/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/style-index.css new file mode 100644 index 00000000..7c6db77c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/style-index.css @@ -0,0 +1 @@ +.activitypub-follow-me-block-wrapper{width:100%}.activitypub-follow-me-block-wrapper.has-background .activitypub-profile,.activitypub-follow-me-block-wrapper.has-border-color .activitypub-profile{padding-left:1rem;padding-right:1rem}.activitypub-follow-me-block-wrapper .activitypub-profile{align-items:center;display:flex;padding:1rem 0}.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__avatar{border-radius:50%;height:75px;margin-right:1rem;width:75px}.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__content{flex:1;min-width:0}.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__handle,.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__name{line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__name{font-size:1.25em}.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__follow{align-self:center;background-color:var(--wp--preset--color--black);color:var(--wp--preset--color--white);margin-left:1rem}.activitypub-profile__confirm.components-modal__frame{background-color:#f7f7f7;color:#333}.activitypub-profile__confirm.components-modal__frame .components-modal__header-heading,.activitypub-profile__confirm.components-modal__frame h4{color:#333;letter-spacing:inherit;word-spacing:inherit}.activitypub-follow-me__dialog{max-width:30em}.activitypub-follow-me__dialog h4{line-height:1;margin:0}.activitypub-follow-me__dialog .apmfd__section{margin-bottom:2em}.activitypub-follow-me__dialog .apfmd-description{font-size:var(--wp--preset--font-size--normal,.75rem);margin:.33em 0 1em}.activitypub-follow-me__dialog .apfmd__button-group{align-items:flex-end;display:flex;justify-content:flex-end}.activitypub-follow-me__dialog .apfmd__button-group svg{height:21px;margin-right:.5em;width:21px}.activitypub-follow-me__dialog .apfmd__button-group input{background-color:var(--wp--preset--color--white);border:1px solid var(--wp--preset--color--black);color:var(--wp--preset--color--black);flex:1;padding:6px 12px} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/view.asset.php b/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/view.asset.php new file mode 100644 index 00000000..76495efb --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/view.asset.php @@ -0,0 +1 @@ + array('wp-api-fetch', 'wp-components', 'wp-compose', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '5b48281e37700a970a66'); diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/view.js b/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/view.js new file mode 100644 index 00000000..62d6d05a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/build/follow-me/view.js @@ -0,0 +1 @@ +(()=>{"use strict";var e,t={810:(e,t,r)=>{function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t2&&void 0!==arguments[2]?arguments[2]:null;return r?`${e}${arguments.length>3&&void 0!==arguments[3]?arguments[3]:""} { ${t}: ${r}; }\n`:""}function _(e,t,r,n){return w(e,"background-color",t)+w(e,"color",r)+w(e,"background-color",n,":hover")+w(e,"background-color",n,":focus")}function h(e){let{selector:t,style:r,backgroundColor:n}=e;const l=function(e,t,r){const n=`${e} .components-button`,o=("string"==typeof(l=r)?y(l):l?.color?.background||null)||t?.color?.background;var l;return _(n,b(t?.elements?.link?.color?.text),o,b(t?.elements?.link?.[":hover"]?.color?.text))}(t,r,n);return(0,o.createElement)("style",null,l)}const{namespace:E}=window._activityPubOptions,g={avatar:"",resource:"@well@hello.dolly",name:(0,s.__)("Hello Dolly Fan Account","activitypub"),url:"#"};function k(e){if(!e)return g;const t={...g,...e};return t.avatar=t?.icon?.url,t}function O(e){let{profile:t,popupStyles:r,userId:n}=e;const{avatar:l,name:a,resource:c}=t;return(0,o.createElement)("div",{className:"activitypub-profile"},(0,o.createElement)("img",{className:"activitypub-profile__avatar",src:l,alt:a}),(0,o.createElement)("div",{className:"activitypub-profile__content"},(0,o.createElement)("div",{className:"activitypub-profile__name"},a),(0,o.createElement)("div",{className:"activitypub-profile__handle",title:c},c)),(0,o.createElement)(x,{profile:t,popupStyles:r,userId:n}))}function x(e){let{profile:t,popupStyles:r,userId:n}=e;const[l,a]=(0,o.useState)(!1),c=(0,s.sprintf)((0,s.__)("Follow %s","activitypub"),t?.name);return(0,o.createElement)(o.Fragment,null,(0,o.createElement)(u.Button,{className:"activitypub-profile__follow",onClick:()=>a(!0)},(0,s.__)("Follow","activitypub")),l&&(0,o.createElement)(u.Modal,{className:"activitypub-profile__confirm",onRequestClose:()=>a(!1),title:c},(0,o.createElement)(N,{profile:t,userId:n}),(0,o.createElement)("style",null,r)))}function C(e){try{return new URL(e),!0}catch(e){return!1}}function N(e){let{profile:t,userId:r}=e;const{resource:n}=t,l=(0,s.__)("Follow","activitypub"),a=(0,s.__)("Loading...","activitypub"),c=(0,s.__)("Opening...","activitypub"),p=(0,s.__)("Error","activitypub"),y=(0,s.__)("Invalid","activitypub"),[b,w]=(0,o.useState)(l),[_,h]=(0,o.useState)(m),g=(0,f.useCopyToClipboard)(n,(()=>{h(d),setTimeout((()=>h(m)),1e3)})),[k,O]=(0,o.useState)(""),x=(0,o.useCallback)((()=>{let e;if(!C(k)&&!function(e){const t=e.replace(/^@/,"").split("@");return 2===t.length&&C(`https://${t[1]}`)}(k))return w(y),e=setTimeout((()=>w(l)),2e3),()=>clearTimeout(e);const t=`/${E}/users/${r}/remote-follow?resource=${k}`;w(a),i()({path:t}).then((e=>{let{url:t}=e;w(c),setTimeout((()=>{window.open(t,"_blank"),w(l)}),200)})).catch((()=>{w(p),setTimeout((()=>w(l)),2e3)}))}),[k]);return(0,o.createElement)("div",{className:"activitypub-follow-me__dialog"},(0,o.createElement)("div",{className:"apmfd__section"},(0,o.createElement)("h4",null,(0,s.__)("My Profile","activitypub")),(0,o.createElement)("div",{className:"apfmd-description"},(0,s.__)("Copy and paste my profile into the search field of your favorite fediverse app or server.","activitypub")),(0,o.createElement)("div",{className:"apfmd__button-group"},(0,o.createElement)("input",{type:"text",value:n,readOnly:!0}),(0,o.createElement)(u.Button,{ref:g},(0,o.createElement)(v,{icon:_}),(0,s.__)("Copy","activitypub")))),(0,o.createElement)("div",{className:"apmfd__section"},(0,o.createElement)("h4",null,(0,s.__)("Your Profile","activitypub")),(0,o.createElement)("div",{className:"apfmd-description"},(0,o.createInterpolateElement)((0,s.__)("Or, if you know your own profile, we can start things that way! (eg https://example.com/yourusername or yourusername@example.com)","activitypub"),{code:(0,o.createElement)("code",null)})),(0,o.createElement)("div",{className:"apfmd__button-group"},(0,o.createElement)("input",{type:"text",value:k,onKeyDown:e=>{"Enter"===e?.code&&x()},onChange:e=>O(e.target.value)}),(0,o.createElement)(u.Button,{onClick:x},b))))}function S(e){let{selectedUser:t,style:r,backgroundColor:n,id:l,useId:a=!1,profileData:c=!1}=e;const[u,s]=(0,o.useState)(k()),p="site"===t?0:t,m=function(e){return _(".apfmd__button-group .components-button",b(e?.elements?.link?.color?.text)||"#111","#fff",b(e?.elements?.link?.[":hover"]?.color?.text)||"#333")}(r),d=a?{id:l}:{};function v(e){s(k(e))}return(0,o.useEffect)((()=>{if(c)return v(c);(function(e){const t={headers:{Accept:"application/activity+json"},path:`/${E}/users/${e}`};return i()(t)})(p).then(v)}),[p,c]),(0,o.createElement)("div",d,(0,o.createElement)(h,{selector:`#${l}`,style:r,backgroundColor:n}),(0,o.createElement)(O,{profile:u,userId:p,popupStyles:m}))}let $=1;a()((()=>{[].forEach.call(document.querySelectorAll(".activitypub-follow-me-block-wrapper"),(e=>{const t=JSON.parse(e.dataset.attrs);(0,o.render)((0,o.createElement)(S,n({},t,{id:"activitypub-follow-me-block-"+$++,useId:!0})),e)}))}))}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var l=r[e]={exports:{}};return t[e](l,l.exports,n),l.exports}n.m=t,e=[],n.O=(t,r,o,l)=>{if(!r){var a=1/0;for(s=0;s=l)&&Object.keys(n.O).every((e=>n.O[e](r[i])))?r.splice(i--,1):(c=!1,l0&&e[s-1][2]>l;s--)e[s]=e[s-1];e[s]=[r,o,l]},n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var e={529:0,740:0};n.O.j=t=>0===e[t];var t=(t,r)=>{var o,l,[a,c,i]=r,u=0;if(a.some((t=>0!==e[t]))){for(o in c)n.o(c,o)&&(n.m[o]=c[o]);if(i)var s=i(n)}for(t&&t(r);un(810)));o=n.O(o)})(); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/block.json b/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/block.json new file mode 100644 index 00000000..c7015d33 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/block.json @@ -0,0 +1,57 @@ +{ + "$schema": "https://schemas.wp.org/trunk/block.json", + "name": "activitypub/followers", + "apiVersion": 3, + "version": "1.0.0", + "title": "Fediverse Followers", + "category": "widgets", + "description": "Display your followers from the Fediverse on your website.", + "textdomain": "activitypub", + "icon": "groups", + "supports": { + "html": false + }, + "attributes": { + "title": { + "type": "string", + "default": "Fediverse Followers" + }, + "selectedUser": { + "type": "string", + "default": "site" + }, + "per_page": { + "type": "number", + "default": 10 + }, + "order": { + "type": "string", + "default": "desc", + "enum": [ + "asc", + "desc" + ] + } + }, + "styles": [ + { + "name": "default", + "label": "No Lines", + "isDefault": true + }, + { + "name": "with-lines", + "label": "Lines" + }, + { + "name": "compact", + "label": "Compact" + } + ], + "editorScript": "file:./index.js", + "viewScript": "file:./view.js", + "style": [ + "file:./style-view.css", + "wp-block-query-pagination" + ] +} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/index.asset.php b/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/index.asset.php new file mode 100644 index 00000000..324ac5ed --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/index.asset.php @@ -0,0 +1 @@ + array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-url'), 'version' => '59d9702e06860a6d13e4'); diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/index.js b/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/index.js new file mode 100644 index 00000000..bcbcf3f1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/index.js @@ -0,0 +1,3 @@ +(()=>{var e={184:(e,t)=>{var a;!function(){"use strict";var n={}.hasOwnProperty;function l(){for(var e=[],t=0;t{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{"use strict";const e=window.wp.blocks,t=window.wp.element,n=window.wp.primitives,l=(0,t.createElement)(n.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,t.createElement)(n.Path,{d:"M15.5 9.5a1 1 0 100-2 1 1 0 000 2zm0 1.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm-2.25 6v-2a2.75 2.75 0 00-2.75-2.75h-4A2.75 2.75 0 003.75 15v2h1.5v-2c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2h1.5zm7-2v2h-1.5v-2c0-.69-.56-1.25-1.25-1.25H15v-1.5h2.5A2.75 2.75 0 0120.25 15zM9.5 8.5a1 1 0 11-2 0 1 1 0 012 0zm1.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z",fillRule:"evenodd"}));function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t{e.preventDefault(),!a&&r(l)}},n)}const d={outlined:"outlined",minimal:"minimal"};function f(e){let{compact:a,nextLabel:n,page:l,pageClick:r,perPage:o,prevLabel:i,total:c,variant:s=d.outlined}=e;const p=((e,t)=>{let a=[1,e-2,e-1,e,e+1,e+2,t];a.sort(((e,t)=>e-t)),a=a.filter(((e,a,n)=>e>=1&&e<=t&&n.lastIndexOf(e)===a));for(let e=a.length-2;e>=0;e--)a[e]===a[e+1]&&a.splice(e+1,1);return a})(l,Math.ceil(c/o)),u=b()("alignwide wp-block-query-pagination is-content-justification-space-between is-layout-flex wp-block-query-pagination-is-layout-flex",`is-${s}`,{"is-compact":a});return(0,t.createElement)("nav",{className:u},i&&(0,t.createElement)(w,{key:"prev",page:l-1,pageClick:r,active:1===l,"aria-label":i,className:"wp-block-query-pagination-previous block-editor-block-list__block"},i),!a&&(0,t.createElement)("div",{className:"block-editor-block-list__block wp-block wp-block-query-pagination-numbers"},p.map((e=>(0,t.createElement)(w,{key:e,page:e,pageClick:r,active:e===l,className:"page-numbers"},e)))),n&&(0,t.createElement)(w,{key:"next",page:l+1,pageClick:r,active:l===Math.ceil(c/o),"aria-label":n,className:"wp-block-query-pagination-next block-editor-block-list__block"},n))}const{namespace:g}=window._activityPubOptions;function y(e){let{selectedUser:a,per_page:n,order:l,title:o,page:i,setPage:p,className:m="",followLinks:b=!0,followerData:w=!1}=e;const d="site"===a?0:a,[y,k]=(0,s.useState)([]),[E,_]=(0,s.useState)(0),[x,C]=(0,s.useState)(0),[S,O]=function(){const[e,t]=(0,s.useState)(1);return[e,t]}(),N=i||S,P=p||O,L=(0,t.createInterpolateElement)(/* translators: arrow for previous followers link */ +(0,c.__)(" Less","activitypub"),{span:(0,t.createElement)("span",{class:"wp-block-query-pagination-previous-arrow is-arrow-arrow","aria-hidden":"true"})}),j=(0,t.createInterpolateElement)(/* translators: arrow for next followers link */ +(0,c.__)("More ","activitypub"),{span:(0,t.createElement)("span",{class:"wp-block-query-pagination-next-arrow is-arrow-arrow","aria-hidden":"true"})}),M=(e,t)=>{k(e),C(t),_(Math.ceil(t/n))};return(0,s.useEffect)((()=>{if(w&&1===N)return M(w.followers,w.total);const e=function(e,t,a,n){const l=`/${g}/users/${e}/followers`,r={per_page:t,order:a,page:n,context:"full"};return(0,v.addQueryArgs)(l,r)}(d,n,l,N);u()({path:e}).then((e=>M(e.orderedItems,e.totalItems))).catch((()=>{}))}),[d,n,l,N,w]),(0,t.createElement)("div",{className:"activitypub-follower-block "+m},(0,t.createElement)("h3",null,o),(0,t.createElement)("ul",null,y&&y.map((e=>(0,t.createElement)("li",{key:e.url},(0,t.createElement)(h,r({},e,{followLinks:b})))))),E>1&&(0,t.createElement)(f,{page:N,perPage:n,total:x,pageClick:P,nextLabel:j,prevLabel:L,compact:"is-style-compact"===m}))}function h(e){let{name:a,icon:n,url:l,preferredUsername:i,followLinks:c=!0}=e;const s=`@${i}`,p={};return c||(p.onClick=e=>e.preventDefault()),(0,t.createElement)(o.ExternalLink,r({className:"activitypub-link",href:l,title:s},p),(0,t.createElement)("img",{width:"40",height:"40",src:n.url,class:"avatar activitypub-avatar",alt:a}),(0,t.createElement)("span",{class:"activitypub-actor"},(0,t.createElement)("strong",{className:"activitypub-name"},a),(0,t.createElement)("span",{class:"sep"},"/"),(0,t.createElement)("span",{class:"activitypub-handle"},s)))}const k=window.wp.data,E=window._activityPubOptions?.enabled;(0,e.registerBlockType)("activitypub/followers",{edit:function(e){let{attributes:a,setAttributes:n}=e;const{order:l,per_page:s,selectedUser:p,title:u}=a,v=(0,i.useBlockProps)(),[m,b]=(0,t.useState)(1),w=[{label:(0,c.__)("New to old","activitypub"),value:"desc"},{label:(0,c.__)("Old to new","activitypub"),value:"asc"}],d=function(){const e=E?.users?(0,k.useSelect)((e=>e("core").getUsers({who:"authors"}))):[];return(0,t.useMemo)((()=>{if(!e)return[];const t=E?.site?[{label:(0,c.__)("Whole Site","activitypub"),value:"site"}]:[];return e.reduce(((e,t)=>(e.push({label:t.name,value:`${t.id}`}),e)),t)}),[e])}(),f=e=>t=>{b(1),n({[e]:t})};return(0,t.useEffect)((()=>{d.length&&(d.find((e=>{let{value:t}=e;return t===p}))||n({selectedUser:d[0].value}))}),[p,d]),(0,t.createElement)("div",v,(0,t.createElement)(i.InspectorControls,{key:"setting"},(0,t.createElement)(o.PanelBody,{title:(0,c.__)("Followers Options","activitypub")},(0,t.createElement)(o.TextControl,{label:(0,c.__)("Title","activitypub"),help:(0,c.__)("Title to display above the list of followers. Blank for none.","activitypub"),value:u,onChange:e=>n({title:e})}),d.length>1&&(0,t.createElement)(o.SelectControl,{label:(0,c.__)("Select User","activitypub"),value:p,options:d,onChange:f("selectedUser")}),(0,t.createElement)(o.SelectControl,{label:(0,c.__)("Sort","activitypub"),value:l,options:w,onChange:f("order")}),(0,t.createElement)(o.RangeControl,{label:(0,c.__)("Number of Followers","activitypub"),value:s,onChange:f("per_page"),min:1,max:10}))),(0,t.createElement)(y,r({},a,{page:m,setPage:b,followLinks:!1})))},save:()=>null,icon:l})})()})(); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/style-view.css b/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/style-view.css new file mode 100644 index 00000000..824879e9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/style-view.css @@ -0,0 +1 @@ +.activitypub-follower-block.is-style-compact .activitypub-handle,.activitypub-follower-block.is-style-compact .sep{display:none}.activitypub-follower-block.is-style-with-lines ul li{border-bottom:.5px solid;margin-bottom:.5rem;padding-bottom:.5rem}.activitypub-follower-block.is-style-with-lines ul li:last-child{border-bottom:none}.activitypub-follower-block.is-style-with-lines .activitypub-handle,.activitypub-follower-block.is-style-with-lines .activitypub-name{text-decoration:none}.activitypub-follower-block.is-style-with-lines .activitypub-handle:hover,.activitypub-follower-block.is-style-with-lines .activitypub-name:hover{text-decoration:underline}.activitypub-follower-block ul{margin:0!important;padding:0!important}.activitypub-follower-block li{display:flex;margin-bottom:1rem}.activitypub-follower-block img{border-radius:50%;height:40px;margin-right:var(--wp--preset--spacing--20,.5rem);width:40px}.activitypub-follower-block .activitypub-link{align-items:center;color:inherit!important;display:flex;flex-flow:row nowrap;max-width:100%;text-decoration:none!important}.activitypub-follower-block .activitypub-handle,.activitypub-follower-block .activitypub-name{text-decoration:underline;text-decoration-thickness:.8px;text-underline-position:under}.activitypub-follower-block .activitypub-handle:hover,.activitypub-follower-block .activitypub-name:hover{text-decoration:none}.activitypub-follower-block .activitypub-name{font-size:var(--wp--preset--font-size--normal,16px)}.activitypub-follower-block .activitypub-actor{font-size:var(--wp--preset--font-size--small,13px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activitypub-follower-block .sep{padding:0 .2rem}.activitypub-follower-block .wp-block-query-pagination{margin-top:1.5rem}.activitypub-follower-block .activitypub-pager{cursor:default}.activitypub-follower-block .activitypub-pager.current{opacity:.33}.activitypub-follower-block .page-numbers{padding:0 .2rem}.activitypub-follower-block .page-numbers.current{font-weight:700;opacity:1} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/view.asset.php b/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/view.asset.php new file mode 100644 index 00000000..ba6c3228 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/view.asset.php @@ -0,0 +1 @@ + array('react', 'wp-api-fetch', 'wp-components', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '04e51e7562fe28b0b2c3'); diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/view.js b/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/view.js new file mode 100644 index 00000000..7c66f054 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/build/followers/view.js @@ -0,0 +1,3 @@ +(()=>{var e,t={189:(e,t,a)=>{"use strict";const r=window.wp.element;function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t{e.preventDefault(),!t&&l(n)}},a)}const v={outlined:"outlined",minimal:"minimal"};function f(e){let{compact:t,nextLabel:a,page:n,pageClick:l,perPage:o,prevLabel:i,total:c,variant:s=v.outlined}=e;const p=((e,t)=>{let a=[1,e-2,e-1,e,e+1,e+2,t];a.sort(((e,t)=>e-t)),a=a.filter(((e,a,r)=>e>=1&&e<=t&&r.lastIndexOf(e)===a));for(let e=a.length-2;e>=0;e--)a[e]===a[e+1]&&a.splice(e+1,1);return a})(n,Math.ceil(c/o)),f=u()("alignwide wp-block-query-pagination is-content-justification-space-between is-layout-flex wp-block-query-pagination-is-layout-flex",`is-${s}`,{"is-compact":t});return(0,r.createElement)("nav",{className:f},i&&(0,r.createElement)(m,{key:"prev",page:n-1,pageClick:l,active:1===n,"aria-label":i,className:"wp-block-query-pagination-previous block-editor-block-list__block"},i),!t&&(0,r.createElement)("div",{className:"block-editor-block-list__block wp-block wp-block-query-pagination-numbers"},p.map((e=>(0,r.createElement)(m,{key:e,page:e,pageClick:l,active:e===n,className:"page-numbers"},e)))),a&&(0,r.createElement)(m,{key:"next",page:n+1,pageClick:l,active:n===Math.ceil(c/o),"aria-label":a,className:"wp-block-query-pagination-next block-editor-block-list__block"},a))}const b=window.wp.components,{namespace:d}=window._activityPubOptions;function w(e){let{selectedUser:t,per_page:a,order:o,title:p,page:u,setPage:m,className:v="",followLinks:b=!0,followerData:w=!1}=e;const y="site"===t?0:t,[k,h]=(0,l.useState)([]),[E,O]=(0,l.useState)(0),[x,_]=(0,l.useState)(0),[N,j]=function(){const[e,t]=(0,l.useState)(1);return[e,t]}(),S=u||N,C=m||j,L=(0,r.createInterpolateElement)(/* translators: arrow for previous followers link */ +(0,s.__)(" Less","activitypub"),{span:(0,r.createElement)("span",{class:"wp-block-query-pagination-previous-arrow is-arrow-arrow","aria-hidden":"true"})}),q=(0,r.createInterpolateElement)(/* translators: arrow for next followers link */ +(0,s.__)("More ","activitypub"),{span:(0,r.createElement)("span",{class:"wp-block-query-pagination-next-arrow is-arrow-arrow","aria-hidden":"true"})}),P=(e,t)=>{h(e),_(t),O(Math.ceil(t/a))};return(0,l.useEffect)((()=>{if(w&&1===S)return P(w.followers,w.total);const e=function(e,t,a,r){const n=`/${d}/users/${e}/followers`,l={per_page:t,order:a,page:r,context:"full"};return(0,c.addQueryArgs)(n,l)}(y,a,o,S);i()({path:e}).then((e=>P(e.orderedItems,e.totalItems))).catch((()=>{}))}),[y,a,o,S,w]),(0,r.createElement)("div",{className:"activitypub-follower-block "+v},(0,r.createElement)("h3",null,p),(0,r.createElement)("ul",null,k&&k.map((e=>(0,r.createElement)("li",{key:e.url},(0,r.createElement)(g,n({},e,{followLinks:b})))))),E>1&&(0,r.createElement)(f,{page:S,perPage:a,total:x,pageClick:C,nextLabel:q,prevLabel:L,compact:"is-style-compact"===v}))}function g(e){let{name:t,icon:a,url:l,preferredUsername:o,followLinks:i=!0}=e;const c=`@${o}`,s={};return i||(s.onClick=e=>e.preventDefault()),(0,r.createElement)(b.ExternalLink,n({className:"activitypub-link",href:l,title:c},s),(0,r.createElement)("img",{width:"40",height:"40",src:a.url,class:"avatar activitypub-avatar",alt:t}),(0,r.createElement)("span",{class:"activitypub-actor"},(0,r.createElement)("strong",{className:"activitypub-name"},t),(0,r.createElement)("span",{class:"sep"},"/"),(0,r.createElement)("span",{class:"activitypub-handle"},c)))}const y=window.wp.domReady;a.n(y)()((()=>{[].forEach.call(document.querySelectorAll(".activitypub-follower-block"),(e=>{const t=JSON.parse(e.dataset.attrs);(0,r.render)((0,r.createElement)(w,t),e)}))}))},184:(e,t)=>{var a;!function(){"use strict";var r={}.hasOwnProperty;function n(){for(var e=[],t=0;t{if(!a){var o=1/0;for(p=0;p=l)&&Object.keys(r.O).every((e=>r.O[e](a[c])))?a.splice(c--,1):(i=!1,l0&&e[p-1][2]>l;p--)e[p]=e[p-1];e[p]=[a,n,l]},r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var a in t)r.o(t,a)&&!r.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var e={638:0,962:0};r.O.j=t=>0===e[t];var t=(t,a)=>{var n,l,[o,i,c]=a,s=0;if(o.some((t=>0!==e[t]))){for(n in i)r.o(i,n)&&(r.m[n]=i[n]);if(c)var p=c(r)}for(t&&t(a);sr(189)));n=r.O(n)})(); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/activity/class-activity.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/activity/class-activity.php new file mode 100644 index 00000000..96ee095b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/activity/class-activity.php @@ -0,0 +1,229 @@ + 'as:manuallyApprovesFollowers', + 'PropertyValue' => 'schema:PropertyValue', + 'schema' => 'http://schema.org#', + 'pt' => 'https://joinpeertube.org/ns#', + 'toot' => 'http://joinmastodon.org/ns#', + 'webfinger' => 'https://webfinger.net/#', + 'litepub' => 'http://litepub.social/ns#', + 'lemmy' => 'https://join-lemmy.org/ns#', + 'value' => 'schema:value', + 'Hashtag' => 'as:Hashtag', + 'featured' => array( + '@id' => 'toot:featured', + '@type' => '@id', + ), + 'featuredTags' => array( + '@id' => 'toot:featuredTags', + '@type' => '@id', + ), + 'alsoKnownAs' => array( + '@id' => 'as:alsoKnownAs', + '@type' => '@id', + ), + 'moderators' => array( + '@id' => 'lemmy:moderators', + '@type' => '@id', + ), + 'postingRestrictedToMods' => 'lemmy:postingRestrictedToMods', + 'discoverable' => 'toot:discoverable', + 'indexable' => 'toot:indexable', + 'sensitive' => 'as:sensitive', + 'resource' => 'webfinger:resource', + ), + ); + + /** + * The object's unique global identifier + * + * @see https://www.w3.org/TR/activitypub/#obj-id + * + * @var string + */ + protected $id; + + /** + * @var string + */ + protected $type = 'Activity'; + + /** + * The context within which the object exists or an activity was + * performed. + * The notion of "context" used is intentionally vague. + * The intended function is to serve as a means of grouping objects + * and activities that share a common originating context or + * purpose. An example could be all activities relating to a common + * project or event. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-context + * + * @var string + * | ObjectType + * | Link + * | null + */ + protected $context = self::CONTEXT; + + /** + * Describes the direct object of the activity. + * For instance, in the activity "John added a movie to his + * wishlist", the object of the activity is the movie added. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object-term + * + * @var string + * | Base_Objectr + * | Link + * | null + */ + protected $object; + + /** + * Describes one or more entities that either performed or are + * expected to perform the activity. + * Any single activity can have multiple actors. + * The actor MAY be specified using an indirect Link. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-actor + * + * @var string + * | \ActivityPhp\Type\Extended\AbstractActor + * | array + * | array + * | Link + */ + protected $actor; + + /** + * The indirect object, or target, of the activity. + * The precise meaning of the target is largely dependent on the + * type of action being described but will often be the object of + * the English preposition "to". + * For instance, in the activity "John added a movie to his + * wishlist", the target of the activity is John's wishlist. + * An activity can have more than one target. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-target + * + * @var string + * | ObjectType + * | array + * | Link + * | array + */ + protected $target; + + /** + * Describes the result of the activity. + * For instance, if a particular action results in the creation of + * a new resource, the result property can be used to describe + * that new resource. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-result + * + * @var string + * | ObjectType + * | Link + * | null + */ + protected $result; + + /** + * An indirect object of the activity from which the + * activity is directed. + * The precise meaning of the origin is the object of the English + * preposition "from". + * For instance, in the activity "John moved an item to List B + * from List A", the origin of the activity is "List A". + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-origin + * + * @var string + * | ObjectType + * | Link + * | null + */ + protected $origin; + + /** + * One or more objects used (or to be used) in the completion of an + * Activity. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-instrument + * + * @var string + * | ObjectType + * | Link + * | null + */ + protected $instrument; + + /** + * Set the object and copy Object properties to the Activity. + * + * Any to, bto, cc, bcc, and audience properties specified on the object + * MUST be copied over to the new Create activity by the server. + * + * @see https://www.w3.org/TR/activitypub/#object-without-create + * + * @param string|Base_Objectr|Link|null $object + * + * @return void + */ + public function set_object( $object ) { + // convert array to object + if ( is_array( $object ) ) { + $object = Base_Object::init_from_array( $object ); + } + + // set object + $this->set( 'object', $object ); + + if ( ! is_object( $object ) ) { + return; + } + + foreach ( array( 'to', 'bto', 'cc', 'bcc', 'audience' ) as $i ) { + $this->set( $i, $object->get( $i ) ); + } + + if ( $object->get_published() && ! $this->get_published() ) { + $this->set( 'published', $object->get_published() ); + } + + if ( $object->get_updated() && ! $this->get_updated() ) { + $this->set( 'updated', $object->get_updated() ); + } + + if ( $object->get_attributed_to() && ! $this->get_actor() ) { + $this->set( 'actor', $object->get_attributed_to() ); + } + + if ( $object->get_id() && ! $this->get_id() ) { + $this->set( 'id', $object->get_id() . '#activity' ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/activity/class-actor.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/activity/class-actor.php new file mode 100644 index 00000000..fabd653c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/activity/class-actor.php @@ -0,0 +1,139 @@ + 'https://my-example.com/actor#main-key' + * 'owner' => 'https://my-example.com/actor', + * 'publicKeyPem' => '-----BEGIN PUBLIC KEY----- + * MIIBI [...] + * DQIDAQAB + * -----END PUBLIC KEY-----' + * ] + * + * @see https://www.w3.org/wiki/SocialCG/ActivityPub/Authentication_Authorization#Signing_requests_using_HTTP_Signatures + * + * @var string|array|null + */ + protected $public_key; + + /** + * It's not part of the ActivityPub protocol but it's a quite common + * practice to lock an account. If anabled, new followers will not be + * automatically accepted, but will instead require you to manually + * approve them. + * + * WordPress does only support 'false' at the moment. + * + * @see https://docs.joinmastodon.org/spec/activitypub/#as + * + * @var boolean + */ + protected $manually_approves_followers = false; +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/activity/class-base-object.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/activity/class-base-object.php new file mode 100644 index 00000000..b73c621c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/activity/class-base-object.php @@ -0,0 +1,678 @@ + + * | array + * | null + */ + protected $attachment; + + /** + * One or more entities to which this object is attributed. + * The attributed entities might not be Actors. For instance, an + * object might be attributed to the completion of another activity. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto + * + * @var string + * | ObjectType + * | Link + * | array + * | array + * | null + */ + protected $attributed_to; + + /** + * One or more entities that represent the total population of + * entities for which the object can considered to be relevant. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audience + * + * @var string + * | ObjectType + * | Link + * | array + * | array + * | null + */ + protected $audience; + + /** + * The content or textual representation of the Object encoded as a + * JSON string. By default, the value of content is HTML. + * The mediaType property can be used in the object to indicate a + * different content type. + * + * The content MAY be expressed using multiple language-tagged + * values. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content + * + * @var string|null + */ + protected $content; + + /** + * The context within which the object exists or an activity was + * performed. + * The notion of "context" used is intentionally vague. + * The intended function is to serve as a means of grouping objects + * and activities that share a common originating context or + * purpose. An example could be all activities relating to a common + * project or event. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-context + * + * @var string + * | ObjectType + * | Link + * | null + */ + protected $context; + + /** + * The content MAY be expressed using multiple language-tagged + * values. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content + * + * @var array|null + */ + protected $content_map; + + /** + * A simple, human-readable, plain-text name for the object. + * HTML markup MUST NOT be included. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name + * + * @var string|null xsd:string + */ + protected $name; + + /** + * The name MAY be expressed using multiple language-tagged values. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name + * + * @var array|null rdf:langString + */ + protected $name_map; + + /** + * The date and time describing the actual or expected ending time + * of the object. + * When used with an Activity object, for instance, the endTime + * property specifies the moment the activity concluded or + * is expected to conclude. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-endtime + * + * @var string|null + */ + protected $end_time; + + /** + * The entity (e.g. an application) that generated the object. + * + * @var string|null + */ + protected $generator; + + /** + * An entity that describes an icon for this object. + * The image should have an aspect ratio of one (horizontal) + * to one (vertical) and should be suitable for presentation + * at a small size. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-icon + * + * @var string + * | Image + * | Link + * | array + * | array + * | null + */ + protected $icon; + + /** + * An entity that describes an image for this object. + * Unlike the icon property, there are no aspect ratio + * or display size limitations assumed. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image-term + * + * @var string + * | Image + * | Link + * | array + * | array + * | null + */ + protected $image; + + /** + * One or more entities for which this object is considered a + * response. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-inreplyto + * + * @var string + * | ObjectType + * | Link + * | array + * | array + * | null + */ + protected $in_reply_to; + + /** + * One or more physical or logical locations associated with the + * object. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-location + * + * @var string + * | ObjectType + * | Link + * | array + * | array + * | null + */ + protected $location; + + /** + * An entity that provides a preview of this object. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-preview + * + * @var string + * | ObjectType + * | Link + * | null + */ + protected $preview; + + /** + * The date and time at which the object was published + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-published + * + * @var string|null xsd:dateTime + */ + protected $published; + + /** + * A Collection containing objects considered to be responses to + * this object. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-replies + * + * @var string + * | Collection + * | Link + * | null + */ + protected $replies; + + /** + * The date and time describing the actual or expected starting time + * of the object. + * When used with an Activity object, for instance, the startTime + * property specifies the moment the activity began + * or is scheduled to begin. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-starttime + * + * @var string|null xsd:dateTime + */ + protected $start_time; + + /** + * A natural language summarization of the object encoded as HTML. + * Multiple language tagged summaries MAY be provided. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary + * + * @var string + * | ObjectType + * | Link + * | null + */ + protected $summary; + + /** + * The content MAY be expressed using multiple language-tagged + * values. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary + * + * @var array|null + */ + protected $summary_map; + + /** + * One or more "tags" that have been associated with an objects. + * A tag can be any kind of Object. + * The key difference between attachment and tag is that the former + * implies association by inclusion, while the latter implies + * associated by reference. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag + * + * @var string + * | ObjectType + * | Link + * | array + * | array + * | null + */ + protected $tag; + + /** + * The date and time at which the object was updated + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-updated + * + * @var string|null xsd:dateTime + */ + protected $updated; + + /** + * One or more links to representations of the object. + * + * @var string + * | array + * | Link + * | array + * | null + */ + protected $url; + + /** + * An entity considered to be part of the public primary audience + * of an Object + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-to + * + * @var string + * | ObjectType + * | Link + * | array + * | array + * | null + */ + protected $to; + + /** + * An Object that is part of the private primary audience of this + * Object. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bto + * + * @var string + * | ObjectType + * | Link + * | array + * | array + * | null + */ + protected $bto; + + /** + * An Object that is part of the public secondary audience of this + * Object. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-cc + * + * @var string + * | ObjectType + * | Link + * | array + * | array + * | null + */ + protected $cc; + + /** + * One or more Objects that are part of the private secondary + * audience of this Object. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bcc + * + * @var string + * | ObjectType + * | Link + * | array + * | array + * | null + */ + protected $bcc; + + /** + * The MIME media type of the value of the content property. + * If not specified, the content property is assumed to contain + * text/html content. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-mediatype + * + * @var string|null + */ + protected $media_type; + + /** + * When the object describes a time-bound resource, such as an audio + * or video, a meeting, etc, the duration property indicates the + * object's approximate duration. + * The value MUST be expressed as an xsd:duration as defined by + * xmlschema11-2, section 3.3.6 (e.g. a period of 5 seconds is + * represented as "PT5S"). + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-duration + * + * @var string|null + */ + protected $duration; + + /** + * Intended to convey some sort of source from which the content + * markup was derived, as a form of provenance, or to support + * future editing by clients. + * + * @see https://www.w3.org/TR/activitypub/#source-property + * + * @var ObjectType + */ + protected $source; + + /** + * Magic function to implement getter and setter + * + * @param string $method The method name. + * @param string $params The method params. + * + * @return void + */ + public function __call( $method, $params ) { + $var = \strtolower( \substr( $method, 4 ) ); + + if ( \strncasecmp( $method, 'get', 3 ) === 0 ) { + if ( ! $this->has( $var ) ) { + return new WP_Error( 'invalid_key', __( 'Invalid key', 'activitypub' ), array( 'status' => 404 ) ); + } + + return $this->$var; + } + + if ( \strncasecmp( $method, 'set', 3 ) === 0 ) { + $this->set( $var, $params[0] ); + } + + if ( \strncasecmp( $method, 'add', 3 ) === 0 ) { + $this->add( $var, $params[0] ); + } + } + + /** + * Magic function, to transform the object to string. + * + * @return string The object id. + */ + public function __toString() { + return $this->to_string(); + } + + /** + * Function to transform the object to string. + * + * @return string The object id. + */ + public function to_string() { + return $this->get_id(); + } + + /** + * Generic getter. + * + * @param string $key The key to get. + * + * @return mixed The value. + */ + public function get( $key ) { + if ( ! $this->has( $key ) ) { + return new WP_Error( 'invalid_key', __( 'Invalid key', 'activitypub' ), array( 'status' => 404 ) ); + } + + return call_user_func( array( $this, 'get_' . $key ) ); + } + + /** + * Check if the object has a key + * + * @param string $key The key to check. + * + * @return boolean True if the object has the key. + */ + public function has( $key ) { + return property_exists( $this, $key ); + } + + /** + * Generic setter. + * + * @param string $key The key to set. + * @param string $value The value to set. + * + * @return mixed The value. + */ + public function set( $key, $value ) { + if ( ! $this->has( $key ) ) { + return new WP_Error( 'invalid_key', __( 'Invalid key', 'activitypub' ), array( 'status' => 404 ) ); + } + + $this->$key = $value; + + return $this->$key; + } + + /** + * Generic adder. + * + * @param string $key The key to set. + * @param mixed $value The value to add. + * + * @return mixed The value. + */ + public function add( $key, $value ) { + if ( ! $this->has( $key ) ) { + return new WP_Error( 'invalid_key', __( 'Invalid key', 'activitypub' ), array( 'status' => 404 ) ); + } + + if ( ! isset( $this->$key ) ) { + $this->$key = array(); + } + + $attributes = $this->$key; + $attributes[] = $value; + + $this->$key = $attributes; + + return $this->$key; + } + + /** + * Convert JSON input to an array. + * + * @return string The JSON string. + * + * @return \Activitypub\Activity\Base_Object An Object built from the JSON string. + */ + public static function init_from_json( $json ) { + $array = \json_decode( $json, true ); + + if ( ! is_array( $array ) ) { + $array = array(); + } + + return self::init_from_array( $array ); + } + + /** + * Convert JSON input to an array. + * + * @return string The object array. + * + * @return \Activitypub\Activity\Base_Object An Object built from the JSON string. + */ + public static function init_from_array( $array ) { + if ( ! is_array( $array ) ) { + return new WP_Error( 'invalid_array', __( 'Invalid array', 'activitypub' ), array( 'status' => 404 ) ); + } + + $object = new static(); + + foreach ( $array as $key => $value ) { + $key = camel_to_snake_case( $key ); + call_user_func( array( $object, 'set_' . $key ), $value ); + } + + return $object; + } + + /** + * Convert JSON input to an array and pre-fill the object. + * + * @param string $json The JSON string. + */ + public function from_json( $json ) { + $array = \json_decode( $json, true ); + + $this->from_array( $array ); + } + + /** + * Convert JSON input to an array and pre-fill the object. + * + * @param array $array The array. + */ + public function from_array( $array ) { + foreach ( $array as $key => $value ) { + if ( $value ) { + $key = camel_to_snake_case( $key ); + call_user_func( array( $this, 'set_' . $key ), $value ); + } + } + } + + /** + * Convert Object to an array. + * + * It tries to get the object attributes if they exist + * and falls back to the getters. Empty values are ignored. + * + * @return array An array built from the Object. + */ + public function to_array() { + $array = array(); + $vars = get_object_vars( $this ); + + foreach ( $vars as $key => $value ) { + // ignotre all _prefixed keys. + if ( '_' === substr( $key, 0, 1 ) ) { + continue; + } + + // if value is empty, try to get it from a getter. + if ( ! $value ) { + $value = call_user_func( array( $this, 'get_' . $key ) ); + } + + if ( is_object( $value ) ) { + $value = $value->to_array(); + } + + // if value is still empty, ignore it for the array and continue. + if ( isset( $value ) ) { + $array[ snake_to_camel_case( $key ) ] = $value; + } + } + + // replace 'context' key with '@context' and move it to the top. + if ( array_key_exists( 'context', $array ) ) { + $context = $array['context']; + unset( $array['context'] ); + $array = array_merge( array( '@context' => $context ), $array ); + } + + $class = new ReflectionClass( $this ); + $class = strtolower( $class->getShortName() ); + + $array = \apply_filters( 'activitypub_activity_object_array', $array, $class, $this->id, $this ); + $array = \apply_filters( "activitypub_activity_{$class}_object_array", $array, $this->id, $this ); + + return $array; + } + + /** + * Convert Object to JSON. + * + * @return string The JSON string. + */ + public function to_json() { + $array = $this->to_array(); + + return \wp_json_encode( $array, \JSON_HEX_TAG | \JSON_HEX_AMP | \JSON_HEX_QUOT ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-activity-dispatcher.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-activity-dispatcher.php new file mode 100644 index 00000000..462a75af --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-activity-dispatcher.php @@ -0,0 +1,125 @@ +post_author = Users::BLOG_USER_ID; + + if ( is_single_user() ) { + self::send_activity( $wp_post, $type ); + } else { + self::send_announce( $wp_post, $type ); + } + } + + /** + * Send Activities to followers and mentioned users. + * + * @param WP_Post $wp_post The ActivityPub Post. + * @param string $type The Activity-Type. + * + * @return void + */ + public static function send_activity( WP_Post $wp_post, $type ) { + if ( is_user_disabled( $wp_post->post_author ) ) { + return; + } + + $object = Post::transform( $wp_post )->to_object(); + + $activity = new Activity(); + $activity->set_type( $type ); + $activity->set_object( $object ); + + $follower_inboxes = Followers::get_inboxes( $wp_post->post_author ); + $mentioned_inboxes = Mention::get_inboxes( $activity->get_cc() ); + + $inboxes = array_merge( $follower_inboxes, $mentioned_inboxes ); + $inboxes = array_unique( $inboxes ); + + $json = $activity->to_json(); + + foreach ( $inboxes as $inbox ) { + safe_remote_post( $inbox, $json, $wp_post->post_author ); + } + } + + /** + * Send Announces to followers and mentioned users. + * + * @param WP_Post $wp_post The ActivityPub Post. + * @param string $type The Activity-Type. + * + * @return void + */ + public static function send_announce( WP_Post $wp_post, $type ) { + if ( ! in_array( $type, array( 'Create', 'Update' ), true ) ) { + return; + } + + if ( is_user_disabled( Users::BLOG_USER_ID ) ) { + return; + } + + $object = Post::transform( $wp_post )->to_object(); + + $activity = new Activity(); + $activity->set_type( 'Announce' ); + // to pre-fill attributes like "published" and "id" + $activity->set_object( $object ); + // send only the id + $activity->set_object( $object->get_id() ); + + $follower_inboxes = Followers::get_inboxes( $wp_post->post_author ); + $mentioned_inboxes = Mention::get_inboxes( $activity->get_cc() ); + + $inboxes = array_merge( $follower_inboxes, $mentioned_inboxes ); + $inboxes = array_unique( $inboxes ); + + $json = $activity->to_json(); + + foreach ( $inboxes as $inbox ) { + safe_remote_post( $inbox, $json, $wp_post->post_author ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-activitypub.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-activitypub.php new file mode 100644 index 00000000..6f654c5c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-activitypub.php @@ -0,0 +1,413 @@ +comment_type ) || + $id_or_email->user_id + ) { + return $args; + } + + $allowed_comment_types = \apply_filters( 'get_avatar_comment_types', array( 'comment' ) ); + if ( + ! empty( $id_or_email->comment_type ) && + ! \in_array( + $id_or_email->comment_type, + (array) $allowed_comment_types, + true + ) + ) { + $args['url'] = false; + /** This filter is documented in wp-includes/link-template.php */ + return \apply_filters( 'get_avatar_data', $args, $id_or_email ); + } + + // Check if comment has an avatar. + $avatar = self::get_avatar_url( $id_or_email->comment_ID ); + + if ( $avatar ) { + if ( ! isset( $args['class'] ) || ! \is_array( $args['class'] ) ) { + $args['class'] = array( 'u-photo' ); + } else { + $args['class'][] = 'u-photo'; + $args['class'] = \array_unique( $args['class'] ); + } + $args['url'] = $avatar; + $args['class'][] = 'avatar-activitypub'; + } + + return $args; + } + + /** + * Function to retrieve Avatar URL if stored in meta. + * + * @param int|WP_Comment $comment + * + * @return string $url + */ + public static function get_avatar_url( $comment ) { + if ( \is_numeric( $comment ) ) { + $comment = \get_comment( $comment ); + } + return \get_comment_meta( $comment->comment_ID, 'avatar_url', true ); + } + + /** + * Link remote comments to source url. + * + * @param string $comment_link + * @param object|WP_Comment $comment + * + * @return string $url + */ + public static function remote_comment_link( $comment_link, $comment ) { + $remote_comment_link = get_comment_meta( $comment->comment_ID, 'source_url', true ); + if ( $remote_comment_link ) { + $comment_link = esc_url( $remote_comment_link ); + } + return $comment_link; + } + + /** + * Store permalink in meta, to send delete Activity. + * + * @param string $post_id The Post ID. + * + * @return void + */ + public static function trash_post( $post_id ) { + \add_post_meta( + $post_id, + 'activitypub_canonical_url', + \get_permalink( $post_id ), + true + ); + } + + /** + * Delete permalink from meta + * + * @param string $post_id The Post ID + * + * @return void + */ + public static function untrash_post( $post_id ) { + \delete_post_meta( $post_id, 'activitypub_canonical_url' ); + } + + /** + * Add rewrite rules + */ + public static function add_rewrite_rules() { + // If another system needs to take precedence over the ActivityPub rewrite rules, + // they can define their own and will manually call the appropriate functions as required. + if ( ACTIVITYPUB_DISABLE_REWRITES ) { + return; + } + + if ( ! \class_exists( 'Webfinger' ) ) { + \add_rewrite_rule( + '^.well-known/webfinger', + 'index.php?rest_route=/' . ACTIVITYPUB_REST_NAMESPACE . '/webfinger', + 'top' + ); + } + + if ( ! \class_exists( 'Nodeinfo_Endpoint' ) && true === (bool) \get_option( 'blog_public', 1 ) ) { + \add_rewrite_rule( + '^.well-known/nodeinfo', + 'index.php?rest_route=/' . ACTIVITYPUB_REST_NAMESPACE . '/nodeinfo/discovery', + 'top' + ); + \add_rewrite_rule( + '^.well-known/x-nodeinfo2', + 'index.php?rest_route=/' . ACTIVITYPUB_REST_NAMESPACE . '/nodeinfo2', + 'top' + ); + } + + \add_rewrite_rule( + '^@([\w\-\.]+)', + 'index.php?rest_route=/' . ACTIVITYPUB_REST_NAMESPACE . '/users/$matches[1]', + 'top' + ); + + \add_rewrite_endpoint( 'activitypub', EP_AUTHORS | EP_PERMALINK | EP_PAGES ); + } + + /** + * Flush rewrite rules; + */ + public static function flush_rewrite_rules() { + self::add_rewrite_rules(); + \flush_rewrite_rules(); + } + + /** + * Theme compatibility stuff + * + * @return void + */ + public static function theme_compat() { + $site_icon = get_theme_support( 'custom-logo' ); + + if ( ! $site_icon ) { + // custom logo support + add_theme_support( + 'custom-logo', + array( + 'height' => 80, + 'width' => 80, + ) + ); + } + + $custom_header = get_theme_support( 'custom-header' ); + + if ( ! $custom_header ) { + // This theme supports a custom header + $custom_header_args = array( + 'width' => 1250, + 'height' => 600, + 'header-text' => true, + ); + add_theme_support( 'custom-header', $custom_header_args ); + } + } + + /** + * Display plugin upgrade notice to users + * + * @param array $data The plugin data + * + * @return void + */ + public static function plugin_update_message( $data ) { + if ( ! isset( $data['upgrade_notice'] ) ) { + return; + } + + printf( + '
%s
', + wp_kses( + wpautop( $data['upgrade_notice '] ), + array( + 'p' => array(), + 'a' => array( 'href', 'title' ), + 'strong' => array(), + 'em' => array(), + ) + ) + ); + } + + /** + * Register the "Followers" Taxonomy + * + * @return void + */ + private static function register_post_types() { + register_post_type( + Followers::POST_TYPE, + array( + 'labels' => array( + 'name' => _x( 'Followers', 'post_type plural name', 'activitypub' ), + 'singular_name' => _x( 'Follower', 'post_type single name', 'activitypub' ), + ), + 'public' => false, + 'hierarchical' => false, + 'rewrite' => false, + 'query_var' => false, + 'delete_with_user' => false, + 'can_export' => true, + 'supports' => array(), + ) + ); + + register_post_meta( + Followers::POST_TYPE, + 'activitypub_inbox', + array( + 'type' => 'string', + 'single' => true, + 'sanitize_callback' => 'sanitize_url', + ) + ); + + register_post_meta( + Followers::POST_TYPE, + 'activitypub_errors', + array( + 'type' => 'string', + 'single' => false, + 'sanitize_callback' => function( $value ) { + if ( ! is_string( $value ) ) { + throw new Exception( 'Error message is no valid string' ); + } + + return esc_sql( $value ); + }, + ) + ); + + register_post_meta( + Followers::POST_TYPE, + 'activitypub_user_id', + array( + 'type' => 'string', + 'single' => false, + 'sanitize_callback' => function( $value ) { + return esc_sql( $value ); + }, + ) + ); + + register_post_meta( + Followers::POST_TYPE, + 'activitypub_actor_json', + array( + 'type' => 'string', + 'single' => true, + 'sanitize_callback' => function( $value ) { + return sanitize_text_field( $value ); + }, + ) + ); + + do_action( 'activitypub_after_register_post_type' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-admin.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-admin.php new file mode 100644 index 00000000..f8afc8d2 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-admin.php @@ -0,0 +1,275 @@ + 'string', + 'description' => \__( 'Use title and link, summary, full or custom content', 'activitypub' ), + 'show_in_rest' => array( + 'schema' => array( + 'enum' => array( + 'title', + 'excerpt', + 'content', + ), + ), + ), + 'default' => 'content', + ) + ); + \register_setting( + 'activitypub', + 'activitypub_custom_post_content', + array( + 'type' => 'string', + 'description' => \__( 'Define your own custom post template', 'activitypub' ), + 'show_in_rest' => true, + 'default' => ACTIVITYPUB_CUSTOM_POST_CONTENT, + ) + ); + \register_setting( + 'activitypub', + 'activitypub_max_image_attachments', + array( + 'type' => 'integer', + 'description' => \__( 'Number of images to attach to posts.', 'activitypub' ), + 'default' => ACTIVITYPUB_MAX_IMAGE_ATTACHMENTS, + ) + ); + \register_setting( + 'activitypub', + 'activitypub_object_type', + array( + 'type' => 'string', + 'description' => \__( 'The Activity-Object-Type', 'activitypub' ), + 'show_in_rest' => array( + 'schema' => array( + 'enum' => array( + 'note', + 'article', + 'wordpress-post-format', + ), + ), + ), + 'default' => 'note', + ) + ); + \register_setting( + 'activitypub', + 'activitypub_use_hashtags', + array( + 'type' => 'boolean', + 'description' => \__( 'Add hashtags in the content as native tags and replace the #tag with the tag-link', 'activitypub' ), + 'default' => '0', + ) + ); + \register_setting( + 'activitypub', + 'activitypub_support_post_types', + array( + 'type' => 'string', + 'description' => \esc_html__( 'Enable ActivityPub support for post types', 'activitypub' ), + 'show_in_rest' => true, + 'default' => array( 'post', 'pages' ), + ) + ); + \register_setting( + 'activitypub', + 'activitypub_blog_user_identifier', + array( + 'type' => 'string', + 'description' => \esc_html__( 'The Identifier of the Blog-User', 'activitypub' ), + 'show_in_rest' => true, + 'default' => Blog_User::get_default_username(), + 'sanitize_callback' => function( $value ) { + // hack to allow dots in the username + $parts = explode( '.', $value ); + $sanitized = array(); + + foreach ( $parts as $part ) { + $sanitized[] = \sanitize_title( $part ); + } + + $sanitized = implode( '.', $sanitized ); + + // check for login or nicename. + $user = new WP_User_Query( + array( + 'search' => $sanitized, + 'search_columns' => array( 'user_login', 'user_nicename' ), + 'number' => 1, + 'hide_empty' => true, + 'fields' => 'ID', + ) + ); + + if ( $user->results ) { + add_settings_error( + 'activitypub_blog_user_identifier', + 'activitypub_blog_user_identifier', + \esc_html__( 'You cannot use an existing author\'s name for the blog profile ID.', 'activitypub' ), + 'error' + ); + + return Blog_User::get_default_username(); + } + + return $sanitized; + }, + ) + ); + \register_setting( + 'activitypub', + 'activitypub_enable_users', + array( + 'type' => 'boolean', + 'description' => \__( 'Every Author on this Blog (with the publish_posts capability) gets his own ActivityPub enabled Profile.', 'activitypub' ), + 'default' => '1', + ) + ); + \register_setting( + 'activitypub', + 'activitypub_enable_blog_user', + array( + 'type' => 'boolean', + 'description' => \__( 'Your Blog becomes an ActivityPub compatible Profile.', 'activitypub' ), + 'default' => '0', + ) + ); + } + + public static function add_settings_help_tab() { + require_once ACTIVITYPUB_PLUGIN_DIR . 'includes/help.php'; + } + + public static function add_followers_list_help_tab() { + // todo + } + + public static function add_profile( $user ) { + $description = get_user_meta( $user->ID, 'activitypub_user_description', true ); + + \load_template( + ACTIVITYPUB_PLUGIN_DIR . 'templates/user-settings.php', + true, + array( + 'description' => $description, + ) + ); + } + + public static function save_user_description( $user_id ) { + if ( ! isset( $_REQUEST['_apnonce'] ) ) { + return false; + } + $nonce = sanitize_text_field( wp_unslash( $_REQUEST['_apnonce'] ) ); + if ( + ! wp_verify_nonce( $nonce, 'activitypub-user-description' ) || + ! current_user_can( 'edit_user', $user_id ) + ) { + return false; + } + $description = ! empty( $_POST['activitypub-user-description'] ) ? sanitize_text_field( wp_unslash( $_POST['activitypub-user-description'] ) ) : false; + if ( $description ) { + update_user_meta( $user_id, 'activitypub_user_description', $description ); + } + } + + public static function enqueue_scripts( $hook_suffix ) { + if ( false !== strpos( $hook_suffix, 'activitypub' ) ) { + wp_enqueue_style( 'activitypub-admin-styles', plugins_url( 'assets/css/activitypub-admin.css', ACTIVITYPUB_PLUGIN_FILE ), array(), '1.0.0' ); + wp_enqueue_script( 'activitypub-admin-styles', plugins_url( 'assets/js/activitypub-admin.js', ACTIVITYPUB_PLUGIN_FILE ), array( 'jquery' ), '1.0.0', false ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-blocks.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-blocks.php new file mode 100644 index 00000000..02f96591 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-blocks.php @@ -0,0 +1,151 @@ + ACTIVITYPUB_REST_NAMESPACE, + 'enabled' => array( + 'site' => ! is_user_type_disabled( 'blog' ), + 'users' => ! is_user_type_disabled( 'user' ), + ), + ); + $js = sprintf( 'var _activityPubOptions = %s;', wp_json_encode( $data ) ); + \wp_add_inline_script( $followers_handle, $js, 'before' ); + \wp_add_inline_script( $follow_me_handle, $js, 'before' ); + } + + public static function register_blocks() { + \register_block_type_from_metadata( + ACTIVITYPUB_PLUGIN_DIR . '/build/followers', + array( + 'render_callback' => array( self::class, 'render_follower_block' ), + ) + ); + \register_block_type_from_metadata( + ACTIVITYPUB_PLUGIN_DIR . '/build/follow-me', + array( + 'render_callback' => array( self::class, 'render_follow_me_block' ), + ) + ); + } + + private static function get_user_id( $user_string ) { + if ( is_numeric( $user_string ) ) { + return absint( $user_string ); + } + // any other non-numeric falls back to 0, including the `site` string used in the UI + return 0; + } + + /** + * Filter an array by a list of keys. + * @param array $array The array to filter. + * @param array $keys The keys to keep. + * @return array The filtered array. + */ + protected static function filter_array_by_keys( $array, $keys ) { + return array_intersect_key( $array, array_flip( $keys ) ); + } + + /** + * Render the follow me block. + * @param array $attrs The block attributes. + * @return string The HTML to render. + */ + public static function render_follow_me_block( $attrs ) { + $user_id = self::get_user_id( $attrs['selectedUser'] ); + $user = User_Collection::get_by_id( $user_id ); + if ( ! is_wp_error( $user ) ) { + $attrs['profileData'] = self::filter_array_by_keys( + $user->to_array(), + array( 'icon', 'name', 'resource' ) + ); + } + $wrapper_attributes = get_block_wrapper_attributes( + array( + 'aria-label' => __( 'Follow me on the Fediverse', 'activitypub' ), + 'class' => 'activitypub-follow-me-block-wrapper', + 'data-attrs' => wp_json_encode( $attrs ), + ) + ); + // todo: render more than an empty div? + return '
'; + } + + public static function render_follower_block( $attrs ) { + $followee_user_id = self::get_user_id( $attrs['selectedUser'] ); + $per_page = absint( $attrs['per_page'] ); + $follower_data = Followers::get_followers_with_count( $followee_user_id, $per_page ); + + $attrs['followerData']['total'] = $follower_data['total']; + $attrs['followerData']['followers'] = array_map( + function( $follower ) { + return self::filter_array_by_keys( + $follower->to_array(), + array( 'icon', 'name', 'preferredUsername', 'url' ) + ); + }, + $follower_data['followers'] + ); + $wrapper_attributes = get_block_wrapper_attributes( + array( + 'aria-label' => __( 'Fediverse Followers', 'activitypub' ), + 'class' => 'activitypub-follower-block', + 'data-attrs' => wp_json_encode( $attrs ), + ) + ); + + $html = '
'; + if ( $attrs['title'] ) { + $html .= '

' . esc_html( $attrs['title'] ) . '

'; + } + $html .= '
    '; + foreach ( $follower_data['followers'] as $follower ) { + $html .= '
  • ' . self::render_follower( $follower ) . '
  • '; + } + // We are only pagination on the JS side. Could be revisited but we gotta ship! + $html .= '
'; + return $html; + } + + public static function render_follower( $follower ) { + $external_svg = ''; + $template = + ' + + + %s + / + @%s + + %s + '; + + $data = $follower->to_array(); + + return sprintf( + $template, + esc_url( $data['url'] ), + esc_attr( $data['name'] ), + esc_attr( $data['icon']['url'] ), + esc_html( $data['name'] ), + esc_html( $data['preferredUsername'] ), + $external_svg + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-debug.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-debug.php new file mode 100644 index 00000000..36f8bda5 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-debug.php @@ -0,0 +1,36 @@ +post_content, $match ) ) { + $tags = \implode( ', ', $match[1] ); + + \wp_add_post_tags( $post->post_parent, $tags ); + } + + return $id; + } + + /** + * Filter to replace the #tags in the content with links + * + * @param string $the_content the post-content + * + * @return string the filtered post-content + */ + public static function the_content( $the_content ) { + // small protection against execution timeouts: limit to 1 MB + if ( mb_strlen( $the_content ) > MB_IN_BYTES ) { + return $the_content; + } + $tag_stack = array(); + $protected_tags = array( + 'pre', + 'code', + 'textarea', + 'style', + 'a', + ); + $content_with_links = ''; + $in_protected_tag = false; + foreach ( wp_html_split( $the_content ) as $chunk ) { + if ( preg_match( '#^$#i', $chunk, $m ) ) { + $content_with_links .= $chunk; + continue; + } + + if ( preg_match( '#^<(/)?([a-z-]+)\b[^>]*>$#i', $chunk, $m ) ) { + $tag = strtolower( $m[2] ); + if ( '/' === $m[1] ) { + // Closing tag. + $i = array_search( $tag, $tag_stack ); + // We can only remove the tag from the stack if it is in the stack. + if ( false !== $i ) { + $tag_stack = array_slice( $tag_stack, 0, $i ); + } + } else { + // Opening tag, add it to the stack. + $tag_stack[] = $tag; + } + + // If we're in a protected tag, the tag_stack contains at least one protected tag string. + // The protected tag state can only change when we encounter a start or end tag. + $in_protected_tag = array_intersect( $tag_stack, $protected_tags ); + + // Never inspect tags. + $content_with_links .= $chunk; + continue; + } + + if ( $in_protected_tag ) { + // Don't inspect a chunk inside an inspected tag. + $content_with_links .= $chunk; + continue; + } + + // Only reachable when there is no protected tag in the stack. + $content_with_links .= \preg_replace_callback( '/' . ACTIVITYPUB_HASHTAGS_REGEXP . '/i', array( '\Activitypub\Hashtag', 'replace_with_links' ), $chunk ); + } + + return $content_with_links; + } + + /** + * A callback for preg_replace to build the term links + * + * @param array $result the preg_match results + * @return string the final string + */ + public static function replace_with_links( $result ) { + $tag = $result[1]; + $tag_object = \get_term_by( 'name', $tag, 'post_tag' ); + + if ( $tag_object ) { + $link = \get_term_link( $tag_object, 'post_tag' ); + return \sprintf( '', $link, $tag ); + } + + return '#' . $tag; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-health-check.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-health-check.php new file mode 100644 index 00000000..74a6f9ec --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-health-check.php @@ -0,0 +1,377 @@ + \__( 'Author URL test', 'activitypub' ), + 'test' => array( self::class, 'test_author_url' ), + ); + } + + $tests['direct']['activitypub_test_webfinger'] = array( + 'label' => __( 'WebFinger Test', 'activitypub' ), + 'test' => array( self::class, 'test_webfinger' ), + ); + + $tests['direct']['activitypub_test_system_cron'] = array( + 'label' => __( 'System Cron Test', 'activitypub' ), + 'test' => array( self::class, 'test_system_cron' ), + ); + + return $tests; + } + + /** + * Author URL tests + * + * @return array + */ + public static function test_author_url() { + $result = array( + 'label' => \__( 'Author URL accessible', 'activitypub' ), + 'status' => 'good', + 'badge' => array( + 'label' => \__( 'ActivityPub', 'activitypub' ), + 'color' => 'green', + ), + 'description' => \sprintf( + '

%s

', + \__( 'Your author URL is accessible and supports the required "Accept" header.', 'activitypub' ) + ), + 'actions' => '', + 'test' => 'test_author_url', + ); + + $check = self::is_author_url_accessible(); + + if ( true === $check ) { + return $result; + } + + $result['status'] = 'critical'; + $result['label'] = \__( 'Author URL is not accessible', 'activitypub' ); + $result['badge']['color'] = 'red'; + $result['description'] = \sprintf( + '

%s

', + $check->get_error_message() + ); + + return $result; + } + + /** + * System Cron tests + * + * @return array + */ + public static function test_system_cron() { + $result = array( + 'label' => \__( 'System Task Scheduler configured', 'activitypub' ), + 'status' => 'good', + 'badge' => array( + 'label' => \__( 'ActivityPub', 'activitypub' ), + 'color' => 'green', + ), + 'description' => \sprintf( + '

%s

', + \esc_html__( 'You seem to use the System Task Scheduler to process WP_Cron tasks.', 'activitypub' ) + ), + 'actions' => '', + 'test' => 'test_system_cron', + ); + + if ( defined( 'DISABLE_WP_CRON' ) && DISABLE_WP_CRON ) { + return $result; + } + + $result['status'] = 'recommended'; + $result['label'] = \__( 'System Task Scheduler not configured', 'activitypub' ); + $result['badge']['color'] = 'orange'; + $result['description'] = \sprintf( + '

%s

', + \__( 'Enhance your WordPress site’s performance and mitigate potential heavy loads caused by plugins like ActivityPub by setting up a system cron job to run WP Cron. This ensures scheduled tasks are executed consistently and reduces the reliance on website traffic for trigger events.', 'activitypub' ) + ); + $result['actions'] .= sprintf( + '

%s %s

', + __( 'https://developer.wordpress.org/plugins/cron/hooking-wp-cron-into-the-system-task-scheduler/', 'activitypub' ), + __( 'Learn how to hook the WP-Cron into the System Task Scheduler.', 'activitypub' ), + /* translators: Hidden accessibility text. */ + __( '(opens in a new tab)', 'activitypub' ) + ); + + return $result; + } + + /** + * WebFinger tests + * + * @return array + */ + public static function test_webfinger() { + $result = array( + 'label' => \__( 'WebFinger endpoint', 'activitypub' ), + 'status' => 'good', + 'badge' => array( + 'label' => \__( 'ActivityPub', 'activitypub' ), + 'color' => 'green', + ), + 'description' => \sprintf( + '

%s

', + \__( 'Your WebFinger endpoint is accessible and returns the correct information.', 'activitypub' ) + ), + 'actions' => '', + 'test' => 'test_webfinger', + ); + + $check = self::is_webfinger_endpoint_accessible(); + + if ( true === $check ) { + return $result; + } + + $result['status'] = 'critical'; + $result['label'] = \__( 'WebFinger endpoint is not accessible', 'activitypub' ); + $result['badge']['color'] = 'red'; + $result['description'] = \sprintf( + '

%s

', + $check->get_error_message() + ); + + return $result; + } + + /** + * Check if `author_posts_url` is accessible and that request returns correct JSON + * + * @return boolean|WP_Error + */ + public static function is_author_url_accessible() { + $user = \wp_get_current_user(); + $author_url = \get_author_posts_url( $user->ID ); + $reference_author_url = self::get_author_posts_url( $user->ID, $user->user_nicename ); + + // check for "author" in URL + if ( $author_url !== $reference_author_url ) { + return new WP_Error( + 'author_url_not_accessible', + \sprintf( + // translators: %s: Author URL + \__( + 'Your author URL %s was replaced, this is often done by plugins.', + 'activitypub' + ), + $author_url + ) + ); + } + + // try to access author URL + $response = \wp_remote_get( + $author_url, + array( + 'headers' => array( 'Accept' => 'application/activity+json' ), + 'redirection' => 0, + ) + ); + + if ( \is_wp_error( $response ) ) { + return new WP_Error( + 'author_url_not_accessible', + \sprintf( + // translators: %s: Author URL + \__( + 'Your author URL %s is not accessible. Please check your WordPress setup or permalink structure. If the setup seems fine, maybe check if a plugin might restrict the access.', + 'activitypub' + ), + $author_url + ) + ); + } + + $response_code = \wp_remote_retrieve_response_code( $response ); + + // check for redirects + if ( \in_array( $response_code, array( 301, 302, 307, 308 ), true ) ) { + return new WP_Error( + 'author_url_not_accessible', + \sprintf( + // translators: %s: Author URL + \__( + 'Your author URL %s is redirecting to another page, this is often done by SEO plugins like "Yoast SEO".', + 'activitypub' + ), + $author_url + ) + ); + } + + // check if response is JSON + $body = \wp_remote_retrieve_body( $response ); + + if ( ! \is_string( $body ) || ! \is_array( \json_decode( $body, true ) ) ) { + return new WP_Error( + 'author_url_not_accessible', + \sprintf( + // translators: %s: Author URL + \__( + 'Your author URL %s does not return valid JSON for application/activity+json. Please check if your hosting supports alternate Accept headers.', + 'activitypub' + ), + $author_url + ) + ); + } + + return true; + } + + /** + * Check if WebFinger endpoint is accessible and profile request returns correct JSON + * + * @return boolean|WP_Error + */ + public static function is_webfinger_endpoint_accessible() { + $user = \wp_get_current_user(); + + if ( ! is_user_type_disabled( 'blog' ) ) { + $account = get_webfinger_resource( $user->ID ); + } elseif ( ! is_user_type_disabled( 'user' ) ) { + $account = get_webfinger_resource( Users::BLOG_USER_ID ); + } else { + $account = ''; + } + + $url = Webfinger::resolve( $account ); + if ( \is_wp_error( $url ) ) { + $allowed = array( 'code' => array() ); + $not_accessible = wp_kses( + // translators: %s: Author URL + \__( + 'Your WebFinger endpoint %s is not accessible. Please check your WordPress setup or permalink structure.', + 'activitypub' + ), + $allowed + ); + $invalid_response = wp_kses( + // translators: %s: Author URL + \__( + 'Your WebFinger endpoint %s does not return valid JSON for application/jrd+json.', + 'activitypub' + ), + $allowed + ); + + $health_messages = array( + 'webfinger_url_not_accessible' => \sprintf( + $not_accessible, + $url->get_error_data() + ), + 'webfinger_url_invalid_response' => \sprintf( + // translators: %s: Author URL + $invalid_response, + $url->get_error_data() + ), + ); + $message = null; + if ( isset( $health_messages[ $url->get_error_code() ] ) ) { + $message = $health_messages[ $url->get_error_code() ]; + } + return new WP_Error( + $url->get_error_code(), + $message, + $url->get_error_data() + ); + } + + return true; + } + + /** + * Retrieve the URL to the author page for the user with the ID provided. + * + * @global WP_Rewrite $wp_rewrite WordPress rewrite component. + * + * @param int $author_id Author ID. + * @param string $author_nicename Optional. The author's nicename (slug). Default empty. + * + * @return string The URL to the author's page. + */ + public static function get_author_posts_url( $author_id, $author_nicename = '' ) { + global $wp_rewrite; + $auth_id = (int) $author_id; + $link = $wp_rewrite->get_author_permastruct(); + + if ( empty( $link ) ) { + $file = home_url( '/' ); + $link = $file . '?author=' . $auth_id; + } else { + if ( '' === $author_nicename ) { + $user = get_userdata( $author_id ); + if ( ! empty( $user->user_nicename ) ) { + $author_nicename = $user->user_nicename; + } + } + $link = str_replace( '%author%', $author_nicename, $link ); + $link = home_url( user_trailingslashit( $link ) ); + } + + return $link; + } + + /** + * Static function for generating site debug data when required. + * + * @param array $info The debug information to be added to the core information page. + * @return array The filtered information + */ + public static function debug_information( $info ) { + $info['activitypub'] = array( + 'label' => __( 'ActivityPub', 'activitypub' ), + 'fields' => array( + 'webfinger' => array( + 'label' => __( 'WebFinger Resource', 'activitypub' ), + 'value' => Webfinger::get_user_resource( wp_get_current_user()->ID ), + 'private' => true, + ), + 'author_url' => array( + 'label' => __( 'Author URL', 'activitypub' ), + 'value' => get_author_posts_url( wp_get_current_user()->ID ), + 'private' => true, + ), + 'plugin_version' => array( + 'label' => __( 'Plugin Version', 'activitypub' ), + 'value' => get_plugin_version(), + 'private' => true, + ), + ), + ); + + return $info; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-http.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-http.php new file mode 100644 index 00000000..79519b3b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-http.php @@ -0,0 +1,131 @@ + 100, + 'limit_response_size' => 1048576, + 'redirection' => 3, + 'user-agent' => "$user_agent; ActivityPub", + 'headers' => array( + 'Accept' => 'application/activity+json', + 'Content-Type' => 'application/activity+json', + 'Digest' => $digest, + 'Signature' => $signature, + 'Date' => $date, + ), + 'body' => $body, + ); + + $response = \wp_safe_remote_post( $url, $args ); + $code = \wp_remote_retrieve_response_code( $response ); + + if ( $code >= 400 ) { + $response = new WP_Error( $code, __( 'Failed HTTP Request', 'activitypub' ), array( 'status' => $code ) ); + } + + \do_action( 'activitypub_safe_remote_post_response', $response, $url, $body, $user_id ); + + return $response; + } + + /** + * Send a GET Request with the needed HTTP Headers + * + * @param string $url The URL endpoint + * @param int $user_id The WordPress User-ID + * + * @return array|WP_Error The GET Response or an WP_ERROR + */ + public static function get( $url ) { + \do_action( 'activitypub_pre_http_get', $url ); + + $date = \gmdate( 'D, d M Y H:i:s T' ); + $signature = Signature::generate_signature( Users::APPLICATION_USER_ID, 'get', $url, $date ); + + $wp_version = \get_bloginfo( 'version' ); + + /** + * Filter the HTTP headers user agent. + * + * @param string $user_agent The user agent string. + */ + $user_agent = \apply_filters( 'http_headers_useragent', 'WordPress/' . $wp_version . '; ' . \get_bloginfo( 'url' ) ); + + $args = array( + 'timeout' => apply_filters( 'activitypub_remote_get_timeout', 100 ), + 'limit_response_size' => 1048576, + 'redirection' => 3, + 'user-agent' => "$user_agent; ActivityPub", + 'headers' => array( + 'Accept' => 'application/activity+json', + 'Content-Type' => 'application/activity+json', + 'Signature' => $signature, + 'Date' => $date, + ), + ); + + $response = \wp_safe_remote_get( $url, $args ); + $code = \wp_remote_retrieve_response_code( $response ); + + if ( $code >= 400 ) { + $response = new WP_Error( $code, __( 'Failed HTTP Request', 'activitypub' ), array( 'status' => $code ) ); + } + + \do_action( 'activitypub_safe_remote_get_response', $response, $url ); + + return $response; + } + + /** + * Check for URL for Tombstone. + * + * @param string $url The URL to check. + * + * @return bool True if the URL is a tombstone. + */ + public static function is_tombstone( $url ) { + \do_action( 'activitypub_pre_http_is_tombstone', $url ); + + $response = \wp_safe_remote_get( $url ); + $code = \wp_remote_retrieve_response_code( $response ); + + if ( in_array( (int) $code, array( 404, 410 ), true ) ) { + return true; + } + + return false; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-mention.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-mention.php new file mode 100644 index 00000000..beb62468 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-mention.php @@ -0,0 +1,173 @@ + MB_IN_BYTES ) { + return $the_content; + } + $tag_stack = array(); + $protected_tags = array( + 'pre', + 'code', + 'textarea', + 'style', + 'a', + ); + $content_with_links = ''; + $in_protected_tag = false; + foreach ( wp_html_split( $the_content ) as $chunk ) { + if ( preg_match( '#^$#i', $chunk, $m ) ) { + $content_with_links .= $chunk; + continue; + } + + if ( preg_match( '#^<(/)?([a-z-]+)\b[^>]*>$#i', $chunk, $m ) ) { + $tag = strtolower( $m[2] ); + if ( '/' === $m[1] ) { + // Closing tag. + $i = array_search( $tag, $tag_stack ); + // We can only remove the tag from the stack if it is in the stack. + if ( false !== $i ) { + $tag_stack = array_slice( $tag_stack, 0, $i ); + } + } else { + // Opening tag, add it to the stack. + $tag_stack[] = $tag; + } + + // If we're in a protected tag, the tag_stack contains at least one protected tag string. + // The protected tag state can only change when we encounter a start or end tag. + $in_protected_tag = array_intersect( $tag_stack, $protected_tags ); + + // Never inspect tags. + $content_with_links .= $chunk; + continue; + } + + if ( $in_protected_tag ) { + // Don't inspect a chunk inside an inspected tag. + $content_with_links .= $chunk; + continue; + } + + // Only reachable when there is no protected tag in the stack. + $content_with_links .= \preg_replace_callback( '/@' . ACTIVITYPUB_USERNAME_REGEXP . '/', array( self::class, 'replace_with_links' ), $chunk ); + } + + return $content_with_links; + } + + /** + * A callback for preg_replace to build the user links + * + * @param array $result the preg_match results + * + * @return string the final string + */ + public static function replace_with_links( $result ) { + $metadata = get_remote_metadata_by_actor( $result[0] ); + + if ( ! empty( $metadata ) && ! is_wp_error( $metadata ) && ! empty( $metadata['url'] ) ) { + $username = ltrim( $result[0], '@' ); + if ( ! empty( $metadata['name'] ) ) { + $username = $metadata['name']; + } + if ( ! empty( $metadata['preferredUsername'] ) ) { + $username = $metadata['preferredUsername']; + } + return \sprintf( '@%s', esc_url( $metadata['url'] ), esc_html( $username ) ); + } + + return $result[0]; + } + + /** + * Get the Inboxes for the mentioned Actors + * + * @param array $mentioned The list of Actors that were mentioned + * + * @return array The list of Inboxes + */ + public static function get_inboxes( $mentioned ) { + $inboxes = array(); + + foreach ( $mentioned as $actor ) { + $inbox = self::get_inbox_by_mentioned_actor( $actor ); + + if ( ! is_wp_error( $inbox ) && $inbox ) { + $inboxes[] = $inbox; + } + } + + return $inboxes; + } + + /** + * Get the inbox from the Remote-Profile of a mentioned Actor + * + * @param string $actor The Actor-URL + * + * @return string The Inbox-URL + */ + public static function get_inbox_by_mentioned_actor( $actor ) { + $metadata = get_remote_metadata_by_actor( $actor ); + + if ( \is_wp_error( $metadata ) ) { + return $metadata; + } + + if ( isset( $metadata['endpoints'] ) && isset( $metadata['endpoints']['sharedInbox'] ) ) { + return $metadata['endpoints']['sharedInbox']; + } + + if ( \array_key_exists( 'inbox', $metadata ) ) { + return $metadata['inbox']; + } + + return new WP_Error( 'activitypub_no_inbox', \__( 'No "Inbox" found', 'activitypub' ), $metadata ); + } + + /** + * Extract the mentions from the post_content. + * + * @param array $mentions The already found mentions. + * @param string $post_content The post content. + * + * @return mixed The discovered mentions. + */ + public static function extract_mentions( $mentions, $post_content ) { + \preg_match_all( '/@' . ACTIVITYPUB_USERNAME_REGEXP . '/i', $post_content, $matches ); + foreach ( $matches[0] as $match ) { + $link = Webfinger::resolve( $match ); + if ( ! is_wp_error( $link ) ) { + $mentions[ $match ] = $link; + } + } + return $mentions; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-migration.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-migration.php new file mode 100644 index 00000000..adebb7e9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-migration.php @@ -0,0 +1,200 @@ + 'ID' ) ) as $user_id ) { + $followers = get_user_meta( $user_id, 'activitypub_followers', true ); + + if ( $followers ) { + foreach ( $followers as $actor ) { + Followers::add_follower( $user_id, $actor ); + } + } + } + + Activitypub::flush_rewrite_rules(); + } + + /** + * Updates the custom template to use shortcodes instead of the deprecated templates. + * + * @return void + */ + private static function migrate_from_0_16() { + // Get the custom template. + $old_content = \get_option( 'activitypub_custom_post_content', ACTIVITYPUB_CUSTOM_POST_CONTENT ); + + // If the old content exists but is a blank string, we're going to need a flag to updated it even + // after setting it to the default contents. + $need_update = false; + + // If the old contents is blank, use the defaults. + if ( '' === $old_content ) { + $old_content = ACTIVITYPUB_CUSTOM_POST_CONTENT; + $need_update = true; + } + + // Set the new content to be the old content. + $content = $old_content; + + // Convert old templates to shortcodes. + $content = \str_replace( '%title%', '[ap_title]', $content ); + $content = \str_replace( '%excerpt%', '[ap_excerpt]', $content ); + $content = \str_replace( '%content%', '[ap_content]', $content ); + $content = \str_replace( '%permalink%', '[ap_permalink type="html"]', $content ); + $content = \str_replace( '%shortlink%', '[ap_shortlink type="html"]', $content ); + $content = \str_replace( '%hashtags%', '[ap_hashtags]', $content ); + $content = \str_replace( '%tags%', '[ap_hashtags]', $content ); + + // Store the new template if required. + if ( $content !== $old_content || $need_update ) { + \update_option( 'activitypub_custom_post_content', $content ); + } + } + + /** + * Clear the cache after updating to 1.3.0 + * + * @return void + */ + private static function migrate_from_1_2_0() { + $user_ids = get_users( + array( + 'fields' => 'ID', + 'capability__in' => array( 'publish_posts' ), + ) + ); + + foreach ( $user_ids as $user_id ) { + wp_cache_delete( sprintf( Followers::CACHE_KEY_INBOXES, $user_id ), 'activitypub' ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-scheduler.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-scheduler.php new file mode 100644 index 00000000..11f40daf --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-scheduler.php @@ -0,0 +1,169 @@ +post_type, $post_types, true ) ) { + return; + } + + $type = false; + + if ( 'publish' === $new_status && 'publish' !== $old_status ) { + $type = 'Create'; + } elseif ( 'publish' === $new_status ) { + $type = 'Update'; + } elseif ( 'trash' === $new_status ) { + $type = 'Delete'; + } + + if ( ! $type ) { + return; + } + + \wp_schedule_single_event( + \time(), + 'activitypub_send_activity', + array( $post, $type ) + ); + + \wp_schedule_single_event( + \time(), + sprintf( + 'activitypub_send_%s_activity', + \strtolower( $type ) + ), + array( $post ) + ); + } + + /** + * Update followers + * + * @return void + */ + public static function update_followers() { + $number = 5; + + if ( defined( 'DISABLE_WP_CRON' ) && DISABLE_WP_CRON ) { + $number = 50; + } + + $followers = Followers::get_outdated_followers( $number ); + + foreach ( $followers as $follower ) { + $meta = get_remote_metadata_by_actor( $follower->get_id(), false ); + + if ( empty( $meta ) || ! is_array( $meta ) || is_wp_error( $meta ) ) { + Followers::add_error( $follower->get__id(), $meta ); + } else { + $follower->from_array( $meta ); + $follower->update(); + } + } + } + + /** + * Cleanup followers + * + * @return void + */ + public static function cleanup_followers() { + $number = 5; + + if ( defined( 'DISABLE_WP_CRON' ) && DISABLE_WP_CRON ) { + $number = 50; + } + + $followers = Followers::get_faulty_followers( $number ); + + foreach ( $followers as $follower ) { + $meta = get_remote_metadata_by_actor( $follower->get_url(), false ); + + if ( is_tombstone( $meta ) ) { + $follower->delete(); + } elseif ( empty( $meta ) || ! is_array( $meta ) || is_wp_error( $meta ) ) { + if ( $follower->count_errors() >= 5 ) { + $follower->delete(); + } else { + Followers::add_error( $follower->get__id(), $meta ); + } + } else { + $follower->reset_errors(); + } + } + } + + /** + * Schedule migration if DB-Version is not up to date. + * + * @return void + */ + public static function schedule_migration() { + if ( ! \wp_next_scheduled( 'activitypub_schedule_migration' ) && ! Migration::is_latest_version() ) { + \wp_schedule_single_event( \time(), 'activitypub_schedule_migration' ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-shortcodes.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-shortcodes.php new file mode 100644 index 00000000..491a6add --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-shortcodes.php @@ -0,0 +1,584 @@ +ID ); + + if ( ! $tags ) { + return ''; + } + + $hash_tags = array(); + + foreach ( $tags as $tag ) { + $hash_tags[] = \sprintf( + '', + \esc_url( \get_tag_link( $tag ) ), + esc_hashtag( $tag->name ) + ); + } + + return \implode( ' ', $hash_tags ); + } + + /** + * Generates output for the 'ap_title' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string The post title. + */ + public static function title( $atts, $content, $tag ) { + $item = self::get_item(); + + if ( ! $item ) { + return ''; + } + + return \wp_strip_all_tags( \get_the_title( $item->ID ), true ); + } + + /** + * Generates output for the 'ap_excerpt' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string The post excerpt. + */ + public static function excerpt( $atts, $content, $tag ) { + $item = self::get_item(); + + if ( ! $item ) { + return ''; + } + + $atts = shortcode_atts( + array( 'length' => ACTIVITYPUB_EXCERPT_LENGTH ), + $atts, + $tag + ); + + $excerpt_length = intval( $atts['length'] ); + + if ( 0 === $excerpt_length ) { + $excerpt_length = ACTIVITYPUB_EXCERPT_LENGTH; + } + + $excerpt = \get_post_field( 'post_excerpt', $item ); + + if ( '' === $excerpt ) { + + $content = \get_post_field( 'post_content', $item ); + + // An empty string will make wp_trim_excerpt do stuff we do not want. + if ( '' !== $content ) { + $excerpt = \strip_shortcodes( $content ); + + /** This filter is documented in wp-includes/post-template.php */ + $excerpt = \apply_filters( 'the_content', $excerpt ); + $excerpt = \str_replace( ']]>', ']]>', $excerpt ); + } + } + + // Strip out any remaining tags. + $excerpt = \wp_strip_all_tags( $excerpt ); + + /** This filter is documented in wp-includes/formatting.php */ + $excerpt_more = \apply_filters( 'excerpt_more', ' [...]' ); + $excerpt_more_len = strlen( $excerpt_more ); + + // We now have a excerpt, but we need to check it's length, it may be longer than we want for two reasons: + // + // * The user has entered a manual excerpt which is longer that what we want. + // * No manual excerpt exists so we've used the content which might be longer than we want. + // + // Either way, let's trim it up if we need too. Also, don't forget to take into account the more indicator + // as part of the total length. + // + + // Setup a variable to hold the current excerpts length. + $current_excerpt_length = strlen( $excerpt ); + + // Setup a variable to keep track of our target length. + $target_excerpt_length = $excerpt_length - $excerpt_more_len; + + // Setup a variable to keep track of the current max length. + $current_excerpt_max = $target_excerpt_length; + + // This is a loop since we can't calculate word break the string after 'the_excpert' filter has run (we would break + // all kinds of html tags), so we have to cut the excerpt down a bit at a time until we hit our target length. + while ( $current_excerpt_length > $target_excerpt_length && $current_excerpt_max > 0 ) { + // Trim the excerpt based on wordwrap() positioning. + // Note: we're using
as the linebreak just in case there are any newlines existing in the excerpt from the user. + // There won't be any
left after we've run wp_strip_all_tags() in the code above, so they're + // safe to use here. It won't be included in the final excerpt as the substr() will trim it off. + $excerpt = substr( $excerpt, 0, strpos( wordwrap( $excerpt, $current_excerpt_max, '
' ), '
' ) ); + + // If something went wrong, or we're in a language that wordwrap() doesn't understand, + // just chop it off and don't worry about breaking in the middle of a word. + if ( strlen( $excerpt ) > $excerpt_length - $excerpt_more_len ) { + $excerpt = substr( $excerpt, 0, $current_excerpt_max ); + } + + // Add in the more indicator. + $excerpt = $excerpt . $excerpt_more; + + // Run it through the excerpt filter which will add some html tags back in. + $excerpt_filtered = apply_filters( 'the_excerpt', $excerpt ); + + // Now set the current excerpt length to this new filtered length. + $current_excerpt_length = strlen( $excerpt_filtered ); + + // Check to see if we're over the target length. + if ( $current_excerpt_length > $target_excerpt_length ) { + // If so, remove 20 characters from the current max and run the loop again. + $current_excerpt_max = $current_excerpt_max - 20; + } + } + + return \apply_filters( 'the_excerpt', $excerpt ); + } + + /** + * Generates output for the 'ap_content' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string The post content. + */ + public static function content( $atts, $content, $tag ) { + $item = self::get_item(); + + if ( ! $item ) { + return ''; + } + + // prevent inception + remove_shortcode( 'ap_content' ); + + $atts = shortcode_atts( + array( 'apply_filters' => 'yes' ), + $atts, + $tag + ); + + $content = \get_post_field( 'post_content', $item ); + + if ( 'yes' === $atts['apply_filters'] ) { + $content = \apply_filters( 'the_content', $content ); + } else { + $content = do_blocks( $content ); + $content = wptexturize( $content ); + $content = wp_filter_content_tags( $content ); + } + + // replace script and style elements + $content = \preg_replace( '@<(script|style)[^>]*?>.*?@si', '', $content ); + $content = strip_shortcodes( $content ); + $content = \trim( \preg_replace( '/[\n\r\t]/', '', $content ) ); + + add_shortcode( 'ap_content', array( 'Activitypub\Shortcodes', 'content' ) ); + + return $content; + } + + /** + * Generates output for the 'ap_permalink' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string The post permalink. + */ + public static function permalink( $atts, $content, $tag ) { + $item = self::get_item(); + + if ( ! $item ) { + return ''; + } + + $atts = shortcode_atts( + array( + 'type' => 'url', + ), + $atts, + $tag + ); + + if ( 'url' === $atts['type'] ) { + return \esc_url( \get_permalink( $item->ID ) ); + } + + return \sprintf( + '%1$s', + \esc_url( \get_permalink( $item->ID ) ) + ); + } + + /** + * Generates output for the 'ap_shortlink' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string The post shortlink. + */ + public static function shortlink( $atts, $content, $tag ) { + $item = self::get_item(); + + if ( ! $item ) { + return ''; + } + + $atts = shortcode_atts( + array( + 'type' => 'url', + ), + $atts, + $tag + ); + + if ( 'url' === $atts['type'] ) { + return \esc_url( \wp_get_shortlink( $item->ID ) ); + } + + return \sprintf( + '%1$s', + \esc_url( \wp_get_shortlink( $item->ID ) ) + ); + } + + /** + * Generates output for the 'ap_image' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string + */ + public static function image( $atts, $content, $tag ) { + $item = self::get_item(); + + if ( ! $item ) { + return ''; + } + + $atts = shortcode_atts( + array( + 'type' => 'full', + ), + $atts, + $tag + ); + + $size = 'full'; + + if ( in_array( + $atts['type'], + array( 'thumbnail', 'medium', 'large', 'full' ), + true + ) ) { + $size = $atts['type']; + } + + $image = \get_the_post_thumbnail_url( $item->ID, $size ); + + if ( ! $image ) { + return ''; + } + + return \esc_url( $image ); + } + + /** + * Generates output for the 'ap_hashcats' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string The post categories as hashtags. + */ + public static function hashcats( $atts, $content, $tag ) { + $item = self::get_item(); + + if ( ! $item ) { + return ''; + } + + $categories = \get_the_category( $item->ID ); + + if ( ! $categories ) { + return ''; + } + + $hash_tags = array(); + + foreach ( $categories as $category ) { + $hash_tags[] = \sprintf( + '', + \esc_url( \get_category_link( $category ) ), + esc_hashtag( $category->name ) + ); + } + + return \implode( ' ', $hash_tags ); + } + + /** + * Generates output for the 'ap_author' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string The author name. + */ + public static function author( $atts, $content, $tag ) { + $item = self::get_item(); + + if ( ! $item ) { + return ''; + } + + $author_id = \get_post_field( 'post_author', $item->ID ); + $name = \get_the_author_meta( 'display_name', $author_id ); + + if ( ! $name ) { + return ''; + } + + return wp_strip_all_tags( $name ); + } + + /** + * Generates output for the 'ap_authorurl' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string The author URL. + */ + public static function authorurl( $atts, $content, $tag ) { + $item = self::get_item(); + + if ( ! $item ) { + return ''; + } + + $author_id = \get_post_field( 'post_author', $item->ID ); + $url = \get_the_author_meta( 'user_url', $author_id ); + + if ( ! $url ) { + return ''; + } + + return \esc_url( $url ); + } + + /** + * Generates output for the 'ap_blogurl' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string The site URL. + */ + public static function blogurl( $atts, $content, $tag ) { + return \esc_url( \get_bloginfo( 'url' ) ); + } + + /** + * Generates output for the 'ap_blogname' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string + */ + public static function blogname( $atts, $content, $tag ) { + return \wp_strip_all_tags( \get_bloginfo( 'name' ) ); + } + + /** + * Generates output for the 'ap_blogdesc' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string The site description. + */ + public static function blogdesc( $atts, $content, $tag ) { + return \wp_strip_all_tags( \get_bloginfo( 'description' ) ); + } + + /** + * Generates output for the 'ap_date' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string The post date. + */ + public static function date( $atts, $content, $tag ) { + $item = self::get_item(); + + if ( ! $item ) { + return ''; + } + + $datetime = \get_post_datetime( $item ); + $dateformat = \get_option( 'date_format' ); + $timeformat = \get_option( 'time_format' ); + + $date = $datetime->format( $dateformat ); + + if ( ! $date ) { + return ''; + } + + return $date; + } + + /** + * Generates output for the 'ap_time' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string The post time. + */ + public static function time( $atts, $content, $tag ) { + $item = self::get_item(); + + if ( ! $item ) { + return ''; + } + + $datetime = \get_post_datetime( $item ); + $dateformat = \get_option( 'date_format' ); + $timeformat = \get_option( 'time_format' ); + + $date = $datetime->format( $timeformat ); + + if ( ! $date ) { + return ''; + } + + return $date; + } + + /** + * Generates output for the 'ap_datetime' Shortcode + * + * @param array $atts The Shortcode attributes. + * @param string $content The ActivityPub post-content. + * @param string $tag The tag/name of the Shortcode. + * + * @return string The post date/time. + */ + public static function datetime( $atts, $content, $tag ) { + $item = self::get_item(); + + if ( ! $item ) { + return ''; + } + + $datetime = \get_post_datetime( $item ); + $dateformat = \get_option( 'date_format' ); + $timeformat = \get_option( 'time_format' ); + + $date = $datetime->format( $dateformat . ' @ ' . $timeformat ); + + if ( ! $date ) { + return ''; + } + + return $date; + } + + /** + * Get a WordPress item to federate. + * + * Checks if item (WP_Post) is "public", a supported post type + * and not password protected. + * + * @return null|WP_Post The WordPress item. + */ + protected static function get_item() { + $post = \get_post(); + + if ( ! $post ) { + return null; + } + + if ( 'publish' !== \get_post_status( $post ) ) { + return null; + } + + if ( \post_password_required( $post ) ) { + return null; + } + + if ( ! \in_array( \get_post_type( $post ), \get_post_types_by_support( 'activitypub' ), true ) ) { + return null; + } + + return $post; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-signature.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-signature.php new file mode 100644 index 00000000..d021cf0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-signature.php @@ -0,0 +1,499 @@ + 'sha512', + 'private_key_bits' => 2048, + 'private_key_type' => \OPENSSL_KEYTYPE_RSA, + ); + + $key = \openssl_pkey_new( $config ); + $priv_key = null; + + \openssl_pkey_export( $key, $priv_key ); + + $detail = \openssl_pkey_get_details( $key ); + + // check if keys are valid + if ( + empty( $priv_key ) || ! is_string( $priv_key ) || + ! isset( $detail['key'] ) || ! is_string( $detail['key'] ) + ) { + return array( + 'private_key' => null, + 'public_key' => null, + ); + } + + $key_pair = array( + 'private_key' => $priv_key, + 'public_key' => $detail['key'], + ); + + // persist keys + \add_option( $option_key, $key_pair ); + + return $key_pair; + } + + /** + * Return the option key for a given user. + * + * @param int $user_id The WordPress User ID. + * + * @return string The option key. + */ + protected static function get_signature_options_key_for( $user_id ) { + $id = $user_id; + + if ( $user_id > 0 ) { + $user = \get_userdata( $user_id ); + // sanatize username because it could include spaces and special chars + $id = sanitize_title( $user->user_login ); + } + + return 'activitypub_keypair_for_' . $id; + } + + /** + * Check if there is a legacy key pair + * + * @param int $user_id The WordPress User ID. + * + * @return array|bool The key pair or false. + */ + protected static function check_legacy_key_pair_for( $user_id ) { + switch ( $user_id ) { + case 0: + $public_key = \get_option( 'activitypub_blog_user_public_key' ); + $private_key = \get_option( 'activitypub_blog_user_private_key' ); + break; + case -1: + $public_key = \get_option( 'activitypub_application_user_public_key' ); + $private_key = \get_option( 'activitypub_application_user_private_key' ); + break; + default: + $public_key = \get_user_meta( $user_id, 'magic_sig_public_key', true ); + $private_key = \get_user_meta( $user_id, 'magic_sig_private_key', true ); + break; + } + + if ( ! empty( $public_key ) && is_string( $public_key ) && ! empty( $private_key ) && is_string( $private_key ) ) { + return array( + 'private_key' => $private_key, + 'public_key' => $public_key, + ); + } + + return false; + } + + /** + * Generates the Signature for a HTTP Request + * + * @param int $user_id The WordPress User ID. + * @param string $http_method The HTTP method. + * @param string $url The URL to send the request to. + * @param string $date The date the request is sent. + * @param string $digest The digest of the request body. + * + * @return string The signature. + */ + public static function generate_signature( $user_id, $http_method, $url, $date, $digest = null ) { + $user = Users::get_by_id( $user_id ); + $key = self::get_private_key_for( $user->get__id() ); + + $url_parts = \wp_parse_url( $url ); + + $host = $url_parts['host']; + $path = '/'; + + // add path + if ( ! empty( $url_parts['path'] ) ) { + $path = $url_parts['path']; + } + + // add query + if ( ! empty( $url_parts['query'] ) ) { + $path .= '?' . $url_parts['query']; + } + + $http_method = \strtolower( $http_method ); + + if ( ! empty( $digest ) ) { + $signed_string = "(request-target): $http_method $path\nhost: $host\ndate: $date\ndigest: $digest"; + } else { + $signed_string = "(request-target): $http_method $path\nhost: $host\ndate: $date"; + } + + $signature = null; + \openssl_sign( $signed_string, $signature, $key, \OPENSSL_ALGO_SHA256 ); + $signature = \base64_encode( $signature ); // phpcs:ignore + + $key_id = $user->get_url() . '#main-key'; + + if ( ! empty( $digest ) ) { + return \sprintf( 'keyId="%s",algorithm="rsa-sha256",headers="(request-target) host date digest",signature="%s"', $key_id, $signature ); + } else { + return \sprintf( 'keyId="%s",algorithm="rsa-sha256",headers="(request-target) host date",signature="%s"', $key_id, $signature ); + } + } + + /** + * Verifies the http signatures + * + * @param WP_REST_Request|array $request The request object or $_SERVER array. + * + * @return mixed A boolean or WP_Error. + */ + public static function verify_http_signature( $request ) { + if ( is_object( $request ) ) { // REST Request object + // check if route starts with "index.php" + if ( str_starts_with( $request->get_route(), '/index.php' ) || ! rest_get_url_prefix() ) { + $route = $request->get_route(); + } else { + $route = '/' . rest_get_url_prefix() . '/' . ltrim( $request->get_route(), '/' ); + } + + // fix route for subdirectory installs + $path = \wp_parse_url( \get_home_url(), PHP_URL_PATH ); + + if ( \is_string( $path ) ) { + $path = trim( $path, '/' ); + } + + if ( $path ) { + $route = '/' . $path . $route; + } + + $headers = $request->get_headers(); + $headers['(request-target)'][0] = strtolower( $request->get_method() ) . ' ' . $route; + } else { + $request = self::format_server_request( $request ); + $headers = $request['headers']; // $_SERVER array + $headers['(request-target)'][0] = strtolower( $headers['request_method'][0] ) . ' ' . $headers['request_uri'][0]; + } + + if ( ! isset( $headers['signature'] ) ) { + return new WP_Error( 'activitypub_signature', __( 'Request not signed', 'activitypub' ), array( 'status' => 401 ) ); + } + + if ( array_key_exists( 'signature', $headers ) ) { + $signature_block = self::parse_signature_header( $headers['signature'][0] ); + } elseif ( array_key_exists( 'authorization', $headers ) ) { + $signature_block = self::parse_signature_header( $headers['authorization'][0] ); + } + + if ( ! isset( $signature_block ) || ! $signature_block ) { + return new WP_Error( 'activitypub_signature', __( 'Incompatible request signature. keyId and signature are required', 'activitypub' ), array( 'status' => 401 ) ); + } + + $signed_headers = $signature_block['headers']; + if ( ! $signed_headers ) { + $signed_headers = array( 'date' ); + } + + $signed_data = self::get_signed_data( $signed_headers, $signature_block, $headers ); + if ( ! $signed_data ) { + return new WP_Error( 'activitypub_signature', __( 'Signed request date outside acceptable time window', 'activitypub' ), array( 'status' => 401 ) ); + } + + $algorithm = self::get_signature_algorithm( $signature_block ); + if ( ! $algorithm ) { + return new WP_Error( 'activitypub_signature', __( 'Unsupported signature algorithm (only rsa-sha256 and hs2019 are supported)', 'activitypub' ), array( 'status' => 401 ) ); + } + + if ( \in_array( 'digest', $signed_headers, true ) && isset( $body ) ) { + if ( is_array( $headers['digest'] ) ) { + $headers['digest'] = $headers['digest'][0]; + } + $digest = explode( '=', $headers['digest'], 2 ); + if ( 'SHA-256' === $digest[0] ) { + $hashalg = 'sha256'; + } + if ( 'SHA-512' === $digest[0] ) { + $hashalg = 'sha512'; + } + + if ( \base64_encode( \hash( $hashalg, $body, true ) ) !== $digest[1] ) { // phpcs:ignore + return new WP_Error( 'activitypub_signature', __( 'Invalid Digest header', 'activitypub' ), array( 'status' => 401 ) ); + } + } + + $public_key = self::get_remote_key( $signature_block['keyId'] ); + + if ( \is_wp_error( $public_key ) ) { + return $public_key; + } + + $verified = \openssl_verify( $signed_data, $signature_block['signature'], $public_key, $algorithm ) > 0; + + if ( ! $verified ) { + return new WP_Error( 'activitypub_signature', __( 'Invalid signature', 'activitypub' ), array( 'status' => 401 ) ); + } + return $verified; + } + + /** + * Get public key from key_id + * + * @param string $key_id The URL to the public key. + * + * @return WP_Error|string The public key or WP_Error. + */ + public static function get_remote_key( $key_id ) { // phpcs:ignore + $actor = get_remote_metadata_by_actor( strip_fragment_from_url( $key_id ) ); // phpcs:ignore + if ( \is_wp_error( $actor ) ) { + return new WP_Error( + 'activitypub_no_remote_profile_found', + __( 'No Profile found or Profile not accessible', 'activitypub' ), + array( 'status' => 401 ) + ); + } + if ( isset( $actor['publicKey']['publicKeyPem'] ) ) { + return \rtrim( $actor['publicKey']['publicKeyPem'] ); // phpcs:ignore + } + return new WP_Error( + 'activitypub_no_remote_key_found', + __( 'No Public-Key found', 'activitypub' ), + array( 'status' => 401 ) + ); + } + + /** + * Gets the signature algorithm from the signature header + * + * @param array $signature_block + * + * @return string The signature algorithm. + */ + public static function get_signature_algorithm( $signature_block ) { + if ( $signature_block['algorithm'] ) { + switch ( $signature_block['algorithm'] ) { + case 'rsa-sha-512': + return 'sha512'; //hs2019 https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12 + default: + return 'sha256'; + } + } + return false; + } + + /** + * Parses the Signature header + * + * @param string $signature The signature header. + * + * @return array signature parts + */ + public static function parse_signature_header( $signature ) { + $parsed_header = array(); + $matches = array(); + + if ( \preg_match( '/keyId="(.*?)"/ism', $signature, $matches ) ) { + $parsed_header['keyId'] = trim( $matches[1] ); + } + if ( \preg_match( '/created=([0-9]*)/ism', $signature, $matches ) ) { + $parsed_header['(created)'] = trim( $matches[1] ); + } + if ( \preg_match( '/expires=([0-9]*)/ism', $signature, $matches ) ) { + $parsed_header['(expires)'] = trim( $matches[1] ); + } + if ( \preg_match( '/algorithm="(.*?)"/ism', $signature, $matches ) ) { + $parsed_header['algorithm'] = trim( $matches[1] ); + } + if ( \preg_match( '/headers="(.*?)"/ism', $signature, $matches ) ) { + $parsed_header['headers'] = \explode( ' ', trim( $matches[1] ) ); + } + if ( \preg_match( '/signature="(.*?)"/ism', $signature, $matches ) ) { + $parsed_header['signature'] = \base64_decode( preg_replace( '/\s+/', '', trim( $matches[1] ) ) ); // phpcs:ignore + } + + if ( ( $parsed_header['signature'] ) && ( $parsed_header['algorithm'] ) && ( ! $parsed_header['headers'] ) ) { + $parsed_header['headers'] = array( 'date' ); + } + + return $parsed_header; + } + + /** + * Gets the header data from the included pseudo headers + * + * @param array $signed_headers The signed headers. + * @param array $signature_block (pseudo-headers) + * @param array $headers (http headers) + * + * @return string signed headers for comparison + */ + public static function get_signed_data( $signed_headers, $signature_block, $headers ) { + $signed_data = ''; + // This also verifies time-based values by returning false if any of these are out of range. + foreach ( $signed_headers as $header ) { + if ( 'host' === $header ) { + if ( isset( $headers['x_original_host'] ) ) { + $signed_data .= $header . ': ' . $headers['x_original_host'][0] . "\n"; + continue; + } + } + if ( '(request-target)' === $header ) { + $signed_data .= $header . ': ' . $headers[ $header ][0] . "\n"; + continue; + } + if ( str_contains( $header, '-' ) ) { + $signed_data .= $header . ': ' . $headers[ str_replace( '-', '_', $header ) ][0] . "\n"; + continue; + } + if ( '(created)' === $header ) { + if ( ! empty( $signature_block['(created)'] ) && \intval( $signature_block['(created)'] ) > \time() ) { + // created in future + return false; + } + } + if ( '(expires)' === $header ) { + if ( ! empty( $signature_block['(expires)'] ) && \intval( $signature_block['(expires)'] ) < \time() ) { + // expired in past + return false; + } + } + if ( 'date' === $header ) { + // allow a bit of leeway for misconfigured clocks. + $d = new DateTime( $headers[ $header ][0] ); + $d->setTimeZone( new DateTimeZone( 'UTC' ) ); + $c = $d->format( 'U' ); + + $dplus = time() + ( 3 * HOUR_IN_SECONDS ); + $dminus = time() - ( 3 * HOUR_IN_SECONDS ); + + if ( $c > $dplus || $c < $dminus ) { + // time out of range + return false; + } + } + $signed_data .= $header . ': ' . $headers[ $header ][0] . "\n"; + } + return \rtrim( $signed_data, "\n" ); + } + + /** + * Generates the digest for a HTTP Request + * + * @param string $body The body of the request. + * + * @return string The digest. + */ + public static function generate_digest( $body ) { + $digest = \base64_encode( \hash( 'sha256', $body, true ) ); // phpcs:ignore + return "SHA-256=$digest"; + } + + /** + * Formats the $_SERVER to resemble the WP_REST_REQUEST array, + * for use with verify_http_signature() + * + * @param array $_SERVER The $_SERVER array. + * + * @return array $request The formatted request array. + */ + public static function format_server_request( $server ) { + $request = array(); + foreach ( $server as $param_key => $param_val ) { + $req_param = strtolower( $param_key ); + if ( 'REQUEST_URI' === $req_param ) { + $request['headers']['route'][] = $param_val; + } else { + $header_key = str_replace( + 'http_', + '', + $req_param + ); + $request['headers'][ $header_key ][] = \wp_unslash( $param_val ); + } + } + return $request; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-webfinger.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-webfinger.php new file mode 100644 index 00000000..75f7ff69 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-webfinger.php @@ -0,0 +1,208 @@ +get_resource(); + } + + /** + * Resolve a WebFinger resource + * + * @param string $resource The WebFinger resource + * + * @return string|WP_Error The URL or WP_Error + */ + public static function resolve( $resource ) { + if ( ! $resource ) { + return null; + } + + if ( ! preg_match( '/^@?' . ACTIVITYPUB_USERNAME_REGEXP . '$/i', $resource, $m ) ) { + return null; + } + + $transient_key = 'activitypub_resolve_' . ltrim( $resource, '@' ); + + $link = \get_transient( $transient_key ); + if ( $link ) { + return $link; + } + + $url = \add_query_arg( 'resource', 'acct:' . ltrim( $resource, '@' ), 'https://' . $m[2] . '/.well-known/webfinger' ); + if ( ! \wp_http_validate_url( $url ) ) { + $response = new WP_Error( 'invalid_webfinger_url', null, $url ); + \set_transient( $transient_key, $response, HOUR_IN_SECONDS ); // Cache the error for a shorter period. + return $response; + } + + // try to access author URL + $response = \wp_remote_get( + $url, + array( + 'headers' => array( 'Accept' => 'application/jrd+json' ), + 'redirection' => 2, + 'timeout' => 2, + ) + ); + + if ( \is_wp_error( $response ) ) { + $link = new WP_Error( 'webfinger_url_not_accessible', null, $url ); + \set_transient( $transient_key, $link, HOUR_IN_SECONDS ); // Cache the error for a shorter period. + return $link; + } + + $body = \wp_remote_retrieve_body( $response ); + $body = \json_decode( $body, true ); + + if ( empty( $body['links'] ) ) { + $link = new WP_Error( 'webfinger_url_invalid_response', null, $url ); + \set_transient( $transient_key, $link, HOUR_IN_SECONDS ); // Cache the error for a shorter period. + return $link; + } + + foreach ( $body['links'] as $link ) { + if ( 'self' === $link['rel'] && 'application/activity+json' === $link['type'] ) { + \set_transient( $transient_key, $link['href'], WEEK_IN_SECONDS ); + return $link['href']; + } + } + + $link = new WP_Error( 'webfinger_url_no_activitypub', null, $body ); + \set_transient( $transient_key, $link, HOUR_IN_SECONDS ); // Cache the error for a shorter period. + return $link; + } + + /** + * Convert a URI string to an identifier and its host. + * Automatically adds acct: if it's missing. + * + * @param string $url The URI (acct:, mailto:, http:, https:) + * + * @return WP_Error|array Error reaction or array with + * identifier and host as values + */ + public static function get_identifier_and_host( $url ) { + // remove leading @ + $url = ltrim( $url, '@' ); + + if ( ! preg_match( '/^([a-zA-Z+]+):/', $url, $match ) ) { + $identifier = 'acct:' . $url; + $scheme = 'acct'; + } else { + $identifier = $url; + $scheme = $match[1]; + } + + $host = null; + + switch ( $scheme ) { + case 'acct': + case 'mailto': + case 'xmpp': + if ( strpos( $identifier, '@' ) !== false ) { + $host = substr( $identifier, strpos( $identifier, '@' ) + 1 ); + } + break; + default: + $host = wp_parse_url( $identifier, PHP_URL_HOST ); + break; + } + + if ( empty( $host ) ) { + return new WP_Error( 'invalid_identifier', __( 'Invalid Identifier', 'activitypub' ) ); + } + + return array( $identifier, $host ); + } + + /** + * Get the WebFinger data for a given URI + * + * @param string $identifier The Identifier: @ + * @param string $host The Host: @ + * + * @return WP_Error|array Error reaction or array with + * identifier and host as values + */ + public static function get_data( $identifier, $host ) { + $webfinger_url = 'https://' . $host . '/.well-known/webfinger?resource=' . rawurlencode( $identifier ); + + $response = wp_safe_remote_get( + $webfinger_url, + array( + 'headers' => array( 'Accept' => 'application/jrd+json' ), + 'redirection' => 0, + 'timeout' => 2, + ) + ); + + if ( is_wp_error( $response ) ) { + return new WP_Error( 'webfinger_url_not_accessible', null, $webfinger_url ); + } + + $body = wp_remote_retrieve_body( $response ); + + return json_decode( $body, true ); + } + + /** + * Undocumented function + * + * @return void + */ + public static function get_remote_follow_endpoint( $uri ) { + $identifier_and_host = self::get_identifier_and_host( $uri ); + + if ( is_wp_error( $identifier_and_host ) ) { + return $identifier_and_host; + } + + list( $identifier, $host ) = $identifier_and_host; + + $data = self::get_data( $identifier, $host ); + + if ( is_wp_error( $data ) ) { + return $data; + } + + if ( empty( $data['links'] ) ) { + return new WP_Error( 'webfinger_url_invalid_response', null, $data ); + } + + foreach ( $data['links'] as $link ) { + if ( 'http://ostatus.org/schema/1.0/subscribe' === $link['rel'] ) { + return $link['template']; + } + } + + return new WP_Error( 'webfinger_remote_follow_endpoint_invalid', $data, array( 'status' => 417 ) ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-followers.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-followers.php new file mode 100644 index 00000000..be98a46c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-followers.php @@ -0,0 +1,432 @@ + 400 ) ); + } + + $follower = new Follower(); + $follower->from_array( $meta ); + + $id = $follower->upsert(); + + if ( is_wp_error( $id ) ) { + return $id; + } + + $post_meta = get_post_meta( $id, 'activitypub_user_id' ); + + // phpcs:ignore WordPress.PHP.StrictInArray.MissingTrueStrict + if ( is_array( $post_meta ) && ! in_array( $user_id, $post_meta ) ) { + add_post_meta( $id, 'activitypub_user_id', $user_id ); + wp_cache_delete( sprintf( self::CACHE_KEY_INBOXES, $user_id ), 'activitypub' ); + } + + return $follower; + } + + /** + * Remove a Follower + * + * @param int $user_id The ID of the WordPress User + * @param string $actor The Actor URL + * + * @return bool|WP_Error True on success, false or WP_Error on failure. + */ + public static function remove_follower( $user_id, $actor ) { + wp_cache_delete( sprintf( self::CACHE_KEY_INBOXES, $user_id ), 'activitypub' ); + + $follower = self::get_follower( $user_id, $actor ); + + if ( ! $follower ) { + return false; + } + + return delete_post_meta( $follower->get__id(), 'activitypub_user_id', $user_id ); + } + + /** + * Get a Follower. + * + * @param int $user_id The ID of the WordPress User + * @param string $actor The Actor URL + * + * @return \Activitypub\Model\Follower|null The Follower object or null + */ + public static function get_follower( $user_id, $actor ) { + global $wpdb; + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching + $post_id = $wpdb->get_var( + $wpdb->prepare( + "SELECT DISTINCT p.ID FROM $wpdb->posts p INNER JOIN $wpdb->postmeta pm ON p.ID = pm.post_id WHERE p.post_type = %s AND pm.meta_key = 'activitypub_user_id' AND pm.meta_value = %d AND p.guid = %s", + array( + esc_sql( self::POST_TYPE ), + esc_sql( $user_id ), + esc_sql( $actor ), + ) + ) + ); + + if ( $post_id ) { + $post = get_post( $post_id ); + return Follower::init_from_cpt( $post ); + } + + return null; + } + + /** + * Get a Follower by Actor indepenent from the User. + * + * @param string $actor The Actor URL. + * + * @return \Activitypub\Model\Follower|null The Follower object or null + */ + public static function get_follower_by_actor( $actor ) { + global $wpdb; + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching + $post_id = $wpdb->get_var( + $wpdb->prepare( + "SELECT ID FROM $wpdb->posts WHERE guid=%s", + esc_sql( $actor ) + ) + ); + + if ( $post_id ) { + $post = get_post( $post_id ); + return Follower::init_from_cpt( $post ); + } + + return null; + } + + /** + * Get the Followers of a given user + * + * @param int $user_id The ID of the WordPress User. + * @param int $number Maximum number of results to return. + * @param int $page Page number. + * @param array $args The WP_Query arguments. + * @return array List of `Follower` objects. + */ + public static function get_followers( $user_id, $number = -1, $page = null, $args = array() ) { + $data = self::get_followers_with_count( $user_id, $number, $page, $args ); + return $data['followers']; + } + + /** + * Get the Followers of a given user, along with a total count for pagination purposes. + * + * @param int $user_id The ID of the WordPress User. + * @param int $number Maximum number of results to return. + * @param int $page Page number. + * @param array $args The WP_Query arguments. + * + * @return array + * followers List of `Follower` objects. + * total Total number of followers. + */ + public static function get_followers_with_count( $user_id, $number = -1, $page = null, $args = array() ) { + $defaults = array( + 'post_type' => self::POST_TYPE, + 'posts_per_page' => $number, + 'paged' => $page, + 'orderby' => 'ID', + 'order' => 'DESC', + // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query + 'meta_query' => array( + array( + 'key' => 'activitypub_user_id', + 'value' => $user_id, + ), + ), + ); + + $args = wp_parse_args( $args, $defaults ); + $query = new WP_Query( $args ); + $total = $query->found_posts; + $followers = array_map( + function( $post ) { + return Follower::init_from_cpt( $post ); + }, + $query->get_posts() + ); + return compact( 'followers', 'total' ); + } + + /** + * Get all Followers + * + * @param array $args The WP_Query arguments. + * + * @return array The Term list of Followers. + */ + public static function get_all_followers() { + $args = array( + 'nopaging' => true, + // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query + 'meta_query' => array( + 'relation' => 'AND', + array( + 'key' => 'activitypub_inbox', + 'compare' => 'EXISTS', + ), + array( + 'key' => 'activitypub_actor_json', + 'compare' => 'EXISTS', + ), + ), + ); + return self::get_followers( null, null, null, $args ); + } + + /** + * Count the total number of followers + * + * @param int $user_id The ID of the WordPress User + * + * @return int The number of Followers + */ + public static function count_followers( $user_id ) { + $query = new WP_Query( + array( + 'post_type' => self::POST_TYPE, + 'fields' => 'ids', + // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query + 'meta_query' => array( + 'relation' => 'AND', + array( + 'key' => 'activitypub_user_id', + 'value' => $user_id, + ), + array( + 'key' => 'activitypub_inbox', + 'compare' => 'EXISTS', + ), + array( + 'key' => 'activitypub_actor_json', + 'compare' => 'EXISTS', + ), + ), + ) + ); + + return $query->found_posts; + } + + /** + * Returns all Inboxes fo a Users Followers + * + * @param int $user_id The ID of the WordPress User + * + * @return array The list of Inboxes + */ + public static function get_inboxes( $user_id ) { + $cache_key = sprintf( self::CACHE_KEY_INBOXES, $user_id ); + $inboxes = wp_cache_get( $cache_key, 'activitypub' ); + + if ( $inboxes ) { + return $inboxes; + } + + // get all Followers of a ID of the WordPress User + $posts = new WP_Query( + array( + 'nopaging' => true, + 'post_type' => self::POST_TYPE, + 'fields' => 'ids', + // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query + 'meta_query' => array( + 'relation' => 'AND', + array( + 'key' => 'activitypub_inbox', + 'compare' => 'EXISTS', + ), + array( + 'key' => 'activitypub_user_id', + 'value' => $user_id, + ), + array( + 'key' => 'activitypub_inbox', + 'value' => '', + 'compare' => '!=', + ), + ), + ) + ); + + $posts = $posts->get_posts(); + + if ( ! $posts ) { + return array(); + } + + global $wpdb; + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery + $results = $wpdb->get_col( + $wpdb->prepare( + "SELECT DISTINCT meta_value FROM {$wpdb->postmeta} + WHERE post_id IN (" . implode( ', ', array_fill( 0, count( $posts ), '%d' ) ) . ") + AND meta_key = 'activitypub_inbox' + AND meta_value IS NOT NULL", + $posts + ) + ); + + $inboxes = array_filter( $results ); + wp_cache_set( $cache_key, $inboxes, 'activitypub' ); + + return $inboxes; + } + + /** + * Get all Followers that have not been updated for a given time + * + * @param enum $output The output format, supported ARRAY_N, OBJECT and ACTIVITYPUB_OBJECT. + * @param int $number Limits the result. + * @param int $older_than The time in seconds. + * + * @return mixed The Term list of Followers, the format depends on $output. + */ + public static function get_outdated_followers( $number = 50, $older_than = 86400 ) { + $args = array( + 'post_type' => self::POST_TYPE, + 'posts_per_page' => $number, + 'orderby' => 'modified', + 'order' => 'ASC', + 'post_status' => 'any', // 'any' includes 'trash + 'date_query' => array( + array( + 'column' => 'post_modified_gmt', + 'before' => gmdate( 'Y-m-d', \time() - $older_than ), + ), + ), + ); + + $posts = new WP_Query( $args ); + $items = array(); + + foreach ( $posts->get_posts() as $follower ) { + $items[] = Follower::init_from_cpt( $follower ); // phpcs:ignore + } + + return $items; + } + + /** + * Get all Followers that had errors + * + * @param enum $output The output format, supported ARRAY_N, OBJECT and ACTIVITYPUB_OBJECT + * @param integer $number The number of Followers to return. + * + * @return mixed The Term list of Followers, the format depends on $output. + */ + public static function get_faulty_followers( $number = 20 ) { + $args = array( + 'post_type' => self::POST_TYPE, + 'posts_per_page' => $number, + // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query + 'meta_query' => array( + 'relation' => 'OR', + array( + 'key' => 'activitypub_errors', + 'compare' => 'EXISTS', + ), + array( + 'key' => 'activitypub_inbox', + 'compare' => 'NOT EXISTS', + ), + array( + 'key' => 'activitypub_actor_json', + 'compare' => 'NOT EXISTS', + ), + array( + 'key' => 'activitypub_inbox', + 'value' => '', + 'compare' => '=', + ), + array( + 'key' => 'activitypub_actor_json', + 'value' => '', + 'compare' => '=', + ), + ), + ); + + $posts = new WP_Query( $args ); + $items = array(); + + foreach ( $posts->get_posts() as $follower ) { + $items[] = Follower::init_from_cpt( $follower ); // phpcs:ignore + } + + return $items; + } + + /** + * This function is used to store errors that occur when + * sending an ActivityPub message to a Follower. + * + * The error will be stored in the + * post meta. + * + * @param int $post_id The ID of the WordPress Custom-Post-Type. + * @param mixed $error The error message. Can be a string or a WP_Error. + * + * @return int|false The meta ID on success, false on failure. + */ + public static function add_error( $post_id, $error ) { + if ( is_string( $error ) ) { + $error_message = $error; + } elseif ( is_wp_error( $error ) ) { + $error_message = $error->get_error_message(); + } else { + $error_message = __( + 'Unknown Error or misconfigured Error-Message', + 'activitypub' + ); + } + + return add_post_meta( + $post_id, + 'activitypub_errors', + $error_message + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-interactions.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-interactions.php new file mode 100644 index 00000000..7a0fdcf9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-interactions.php @@ -0,0 +1,235 @@ +comment_post_ID; + } + + // not a reply to a post or comment + if ( ! $comment_post_id ) { + return false; + } + + $meta = get_remote_metadata_by_actor( $activity['actor'] ); + + if ( ! $meta || \is_wp_error( $meta ) ) { + return false; + } + + $commentdata = array( + 'comment_post_ID' => $comment_post_id, + 'comment_author' => \esc_attr( $meta['name'] ), + 'comment_author_url' => \esc_url_raw( $meta['url'] ), + 'comment_content' => \addslashes( $activity['object']['content'] ), + 'comment_type' => 'comment', + 'comment_author_email' => '', + 'comment_parent' => $parent_comment ? $parent_comment->comment_ID : 0, + 'comment_meta' => array( + 'source_id' => \esc_url_raw( $activity['object']['id'] ), + 'source_url' => \esc_url_raw( $activity['object']['url'] ), + 'protocol' => 'activitypub', + ), + ); + + if ( isset( $meta['icon']['url'] ) ) { + $commentdata['comment_meta']['avatar_url'] = \esc_url_raw( $meta['icon']['url'] ); + } + + // disable flood control + \remove_action( 'check_comment_flood', 'check_comment_flood_db', 10 ); + // do not require email for AP entries + \add_filter( 'pre_option_require_name_email', '__return_false' ); + // No nonce possible for this submission route + \add_filter( + 'akismet_comment_nonce', + function() { + return 'inactive'; + } + ); + \add_filter( 'wp_kses_allowed_html', array( self::class, 'allowed_comment_html' ), 10, 2 ); + + $comment = \wp_new_comment( $commentdata, true ); + + \remove_filter( 'wp_kses_allowed_html', array( self::class, 'allowed_comment_html' ), 10 ); + \remove_filter( 'pre_option_require_name_email', '__return_false' ); + // re-add flood control + \add_action( 'check_comment_flood', 'check_comment_flood_db', 10, 4 ); + + return $comment; + } + + /** + * Update a comment + * + * @param array $activity The activity-object + * + * @return array|false The commentdata or false on failure + */ + public static function update_comment( $activity ) { + $meta = get_remote_metadata_by_actor( $activity['actor'] ); + + //Determine comment_ID + $object_comment_id = url_to_commentid( \esc_url_raw( $activity['object']['id'] ) ); + + if ( ! $object_comment_id ) { + return false; + } + + //found a local comment id + $commentdata = \get_comment( $object_comment_id, ARRAY_A ); + $commentdata['comment_author'] = \esc_attr( $meta['name'] ? $meta['name'] : $meta['preferredUsername'] ); + $commentdata['comment_content'] = \addslashes( $activity['object']['content'] ); + if ( isset( $meta['icon']['url'] ) ) { + $commentdata['comment_meta']['avatar_url'] = \esc_url_raw( $meta['icon']['url'] ); + } + + // disable flood control + \remove_action( 'check_comment_flood', 'check_comment_flood_db', 10 ); + // do not require email for AP entries + \add_filter( 'pre_option_require_name_email', '__return_false' ); + // No nonce possible for this submission route + \add_filter( + 'akismet_comment_nonce', + function() { + return 'inactive'; + } + ); + \add_filter( 'wp_kses_allowed_html', array( self::class, 'allowed_comment_html' ), 10, 2 ); + + $comment = \wp_update_comment( $commentdata, true ); + + \remove_filter( 'wp_kses_allowed_html', array( self::class, 'allowed_comment_html' ), 10 ); + \remove_filter( 'pre_option_require_name_email', '__return_false' ); + // re-add flood control + \add_action( 'check_comment_flood', 'check_comment_flood_db', 10, 4 ); + + return $comment; + } + + /** + * Get interaction(s) for a given URL/ID. + * + * @param strin $url The URL/ID to get interactions for. + * + * @return array The interactions as WP_Comment objects. + */ + public static function get_interaction_by_id( $url ) { + $args = array( + 'nopaging' => true, + // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query + 'meta_query' => array( + 'relation' => 'AND', + array( + 'key' => 'protocol', + 'value' => 'activitypub', + ), + array( + 'relation' => 'OR', + array( + 'key' => 'source_url', + 'value' => $url, + ), + array( + 'key' => 'source_id', + 'value' => $url, + ), + ), + ), + ); + + $query = new WP_Comment_Query( $args ); + return $query->comments; + } + + /** + * Get interaction(s) for a given actor. + * + * @param string $actor The Actor-URL. + * + * @return array The interactions as WP_Comment objects. + */ + public static function get_interactions_by_actor( $actor ) { + $meta = get_remote_metadata_by_actor( $actor ); + + // get URL, because $actor seems to be the ID + if ( $meta && ! is_wp_error( $meta ) && isset( $meta['url'] ) ) { + $actor = $meta['url']; + } + + $args = array( + 'nopaging' => true, + 'author_url' => $actor, + // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query + 'meta_query' => array( + array( + 'key' => 'protocol', + 'value' => 'activitypub', + 'compare' => '=', + ), + ), + ); + $comment_query = new WP_Comment_Query( $args ); + return $comment_query->comments; + } + + /** + * Adds line breaks to the list of allowed comment tags. + * + * @param array $allowed_tags Allowed HTML tags. + * @param string $context Context. + * + * @return array Filtered tag list. + */ + public static function allowed_comment_html( $allowed_tags, $context = '' ) { + if ( 'pre_comment_content' !== $context ) { + // Do nothing. + return $allowed_tags; + } + + // Add `p` and `br` to the list of allowed tags. + if ( ! array_key_exists( 'br', $allowed_tags ) ) { + $allowed_tags['br'] = array(); + } + + if ( ! array_key_exists( 'p', $allowed_tags ) ) { + $allowed_tags['p'] = array(); + } + + return $allowed_tags; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-users.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-users.php new file mode 100644 index 00000000..f6e35a64 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-users.php @@ -0,0 +1,209 @@ + 404 ) + ); + } + + if ( self::BLOG_USER_ID === $user_id ) { + return Blog_User::from_wp_user( $user_id ); + } elseif ( self::APPLICATION_USER_ID === $user_id ) { + return Application_User::from_wp_user( $user_id ); + } elseif ( $user_id > 0 ) { + return User::from_wp_user( $user_id ); + } + + return new WP_Error( + 'activitypub_user_not_found', + \__( 'User not found', 'activitypub' ), + array( 'status' => 404 ) + ); + } + + /** + * Get the User by username. + * + * @param string $username The User-Name. + * + * @return \Acitvitypub\Model\User The User. + */ + public static function get_by_username( $username ) { + // check for blog user. + if ( Blog_User::get_default_username() === $username ) { + return self::get_by_id( self::BLOG_USER_ID ); + } + + if ( get_option( 'activitypub_blog_user_identifier' ) === $username ) { + return self::get_by_id( self::BLOG_USER_ID ); + } + + // check for application user. + if ( 'application' === $username ) { + return self::get_by_id( self::APPLICATION_USER_ID ); + } + + // check for 'activitypub_username' meta + $user = new WP_User_Query( + array( + 'number' => 1, + 'hide_empty' => true, + 'fields' => 'ID', + // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query + 'meta_query' => array( + 'relation' => 'OR', + array( + 'key' => 'activitypub_user_identifier', + 'value' => $username, + 'compare' => 'LIKE', + ), + ), + ) + ); + + if ( $user->results ) { + return self::get_by_id( $user->results[0] ); + } + + // check for login or nicename. + $user = new WP_User_Query( + array( + 'search' => $username, + 'search_columns' => array( 'user_login', 'user_nicename' ), + 'number' => 1, + 'hide_empty' => true, + 'fields' => 'ID', + ) + ); + + if ( $user->results ) { + return self::get_by_id( $user->results[0] ); + } + + return new WP_Error( + 'activitypub_user_not_found', + \__( 'User not found', 'activitypub' ), + array( 'status' => 404 ) + ); + } + + /** + * Get the User by resource. + * + * @param string $resource The User-Resource. + * + * @return \Acitvitypub\Model\User The User. + */ + public static function get_by_resource( $resource ) { + if ( \strpos( $resource, '@' ) === false ) { + return new WP_Error( + 'activitypub_unsupported_resource', + \__( 'Resource is invalid', 'activitypub' ), + array( 'status' => 400 ) + ); + } + + $resource = \str_replace( 'acct:', '', $resource ); + + $resource_identifier = \substr( $resource, 0, \strrpos( $resource, '@' ) ); + $resource_host = self::normalize_host( \substr( \strrchr( $resource, '@' ), 1 ) ); + $blog_host = self::normalize_host( \wp_parse_url( \home_url( '/' ), \PHP_URL_HOST ) ); + + if ( $blog_host !== $resource_host ) { + return new WP_Error( + 'activitypub_wrong_host', + \__( 'Resource host does not match blog host', 'activitypub' ), + array( 'status' => 404 ) + ); + } + + return self::get_by_username( $resource_identifier ); + } + + /** + * Get the User by resource. + * + * @param string $resource The User-Resource. + * + * @return \Acitvitypub\Model\User The User. + */ + public static function get_by_various( $id ) { + if ( is_numeric( $id ) ) { + return self::get_by_id( $id ); + } elseif ( filter_var( $id, FILTER_VALIDATE_URL ) ) { + return self::get_by_resource( $id ); + } else { + return self::get_by_username( $id ); + } + } + + /** + * Normalize the host. + * + * @param string $host The host. + * + * @return string The normalized host. + */ + public static function normalize_host( $host ) { + return \str_replace( 'www.', '', $host ); + } + + /** + * Get the User collection. + * + * @return array The User collection. + */ + public static function get_collection() { + $users = \get_users( + array( + 'capability__in' => array( 'publish_posts' ), + ) + ); + + $return = array(); + + foreach ( $users as $user ) { + $return[] = User::from_wp_user( $user->ID ); + } + + return $return; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/compat.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/compat.php new file mode 100644 index 00000000..c0996af8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/compat.php @@ -0,0 +1,49 @@ + 404, 'actor' => $actor ) ); + } + + if ( is_wp_error( $actor ) ) { + return $actor; + } + + $transient_key = 'activitypub_' . $actor; + + // only check the cache if needed. + if ( $cached ) { + $metadata = \get_transient( $transient_key ); + + if ( $metadata ) { + return $metadata; + } + } + + if ( ! \wp_http_validate_url( $actor ) ) { + $metadata = new WP_Error( 'activitypub_no_valid_actor_url', \__( 'The "actor" is no valid URL', 'activitypub' ), array( 'status' => 400, 'actor' => $actor ) ); + return $metadata; + } + + $response = Http::get( $actor ); + + if ( \is_wp_error( $response ) ) { + return $response; + } + + $metadata = \wp_remote_retrieve_body( $response ); + $metadata = \json_decode( $metadata, true ); + + if ( ! $metadata ) { + $metadata = new WP_Error( 'activitypub_invalid_json', \__( 'No valid JSON data', 'activitypub' ), array( 'status' => 400, 'actor' => $actor ) ); + return $metadata; + } + + \set_transient( $transient_key, $metadata, WEEK_IN_SECONDS ); + + return $metadata; +} + +/** + * Returns the followers of a given user. + * + * @param int $user_id The User-ID. + * + * @return array The followers. + */ +function get_followers( $user_id ) { + return Followers::get_followers( $user_id ); +} + +/** + * Count the number of followers for a given user. + * + * @param int $user_id The User-ID. + * + * @return int The number of followers. + */ +function count_followers( $user_id ) { + return Followers::count_followers( $user_id ); +} + +/** + * Examine a url and try to determine the author ID it represents. + * + * Checks are supposedly from the hosted site blog. + * + * @param string $url Permalink to check. + * + * @return int User ID, or 0 on failure. + */ +function url_to_authorid( $url ) { + global $wp_rewrite; + + // check if url hase the same host + if ( \wp_parse_url( \site_url(), \PHP_URL_HOST ) !== \wp_parse_url( $url, \PHP_URL_HOST ) ) { + return 0; + } + + // first, check to see if there is a 'author=N' to match against + if ( \preg_match( '/[?&]author=(\d+)/i', $url, $values ) ) { + $id = \absint( $values[1] ); + if ( $id ) { + return $id; + } + } + + // check to see if we are using rewrite rules + $rewrite = $wp_rewrite->wp_rewrite_rules(); + + // not using rewrite rules, and 'author=N' method failed, so we're out of options + if ( empty( $rewrite ) ) { + return 0; + } + + // generate rewrite rule for the author url + $author_rewrite = $wp_rewrite->get_author_permastruct(); + $author_regexp = \str_replace( '%author%', '', $author_rewrite ); + + // match the rewrite rule with the passed url + if ( \preg_match( '/https?:\/\/(.+)' . \preg_quote( $author_regexp, '/' ) . '([^\/]+)/i', $url, $match ) ) { + $user = \get_user_by( 'slug', $match[2] ); + if ( $user ) { + return $user->ID; + } + } + + return 0; +} + +/** + * Check for Tombstone Objects + * + * @see https://www.w3.org/TR/activitypub/#delete-activity-outbox + * + * @param WP_Error $wp_error A WP_Error-Response of an HTTP-Request + * + * @return boolean true if HTTP-Code is 410 or 404 + */ +function is_tombstone( $wp_error ) { + if ( ! is_wp_error( $wp_error ) ) { + return false; + } + + if ( in_array( (int) $wp_error->get_error_code(), array( 404, 410 ), true ) ) { + return true; + } + + return false; +} + +/** + * Get the REST URL relative to this plugin's namespace. + * + * @param string $path Optional. REST route path. Otherwise this plugin's namespaced root. + * + * @return string REST URL relative to this plugin's namespace. + */ +function get_rest_url_by_path( $path = '' ) { + // we'll handle the leading slash. + $path = ltrim( $path, '/' ); + $namespaced_path = sprintf( '/%s/%s', ACTIVITYPUB_REST_NAMESPACE, $path ); + return \get_rest_url( null, $namespaced_path ); +} + +/** + * Convert a string from camelCase to snake_case. + * + * @param string $string The string to convert. + * + * @return string The converted string. + */ +// phpcs:ignore Universal.NamingConventions.NoReservedKeywordParameterNames.stringFound +function camel_to_snake_case( $string ) { + return strtolower( preg_replace( '/(?query_vars['activitypub'] ) ) { + return true; + } + + /* + * The other (more common) option to make an ActivityPub request + * is to send an Accept header. + */ + if ( isset( $_SERVER['HTTP_ACCEPT'] ) ) { + $accept = sanitize_text_field( wp_unslash( $_SERVER['HTTP_ACCEPT'] ) ); + + /* + * $accept can be a single value, or a comma separated list of values. + * We want to support both scenarios, + * and return true when the header includes at least one of the following: + * - application/activity+json + * - application/ld+json + * - application/json + */ + if ( preg_match( '/(application\/(ld\+json|activity\+json|json))/i', $accept ) ) { + return true; + } + } + + return false; +} + +/** + * This function checks if a user is disabled for ActivityPub. + * + * @param int $user_id The User-ID. + * + * @return boolean True if the user is disabled, false otherwise. + */ +function is_user_disabled( $user_id ) { + $return = false; + + switch ( $user_id ) { + // if the user is the application user, it's always enabled. + case \Activitypub\Collection\Users::APPLICATION_USER_ID: + $return = false; + break; + // if the user is the blog user, it's only enabled in single-user mode. + case \Activitypub\Collection\Users::BLOG_USER_ID: + if ( is_user_type_disabled( 'blog' ) ) { + $return = true; + break; + } + + $return = false; + break; + // if the user is any other user, it's enabled if it can publish posts. + default: + if ( ! \get_user_by( 'id', $user_id ) ) { + $return = true; + break; + } + + if ( is_user_type_disabled( 'user' ) ) { + $return = true; + break; + } + + if ( ! \user_can( $user_id, 'publish_posts' ) ) { + $return = true; + break; + } + + $return = false; + break; + } + + return apply_filters( 'activitypub_is_user_disabled', $return, $user_id ); +} + +/** + * Checks if a User-Type is disabled for ActivityPub. + * + * This function is used to check if the 'blog' or 'user' + * type is disabled for ActivityPub. + * + * @param enum $type Can be 'blog' or 'user'. + * + * @return boolean True if the user type is disabled, false otherwise. + */ +function is_user_type_disabled( $type ) { + switch ( $type ) { + case 'blog': + if ( \defined( 'ACTIVITYPUB_SINGLE_USER_MODE' ) ) { + if ( ACTIVITYPUB_SINGLE_USER_MODE ) { + $return = false; + break; + } + } + + if ( \defined( 'ACTIVITYPUB_DISABLE_BLOG_USER' ) ) { + $return = ACTIVITYPUB_DISABLE_BLOG_USER; + break; + } + + if ( '1' !== \get_option( 'activitypub_enable_blog_user', '0' ) ) { + $return = true; + break; + } + + $return = false; + break; + case 'user': + if ( \defined( 'ACTIVITYPUB_SINGLE_USER_MODE' ) ) { + if ( ACTIVITYPUB_SINGLE_USER_MODE ) { + $return = true; + break; + } + } + + if ( \defined( 'ACTIVITYPUB_DISABLE_USER' ) ) { + $return = ACTIVITYPUB_DISABLE_USER; + break; + } + + if ( '1' !== \get_option( 'activitypub_enable_users', '1' ) ) { + $return = true; + break; + } + + $return = false; + break; + default: + $return = new WP_Error( 'activitypub_wrong_user_type', __( 'Wrong user type', 'activitypub' ), array( 'status' => 400 ) ); + break; + } + + return apply_filters( 'activitypub_is_user_type_disabled', $return, $type ); +} + +/** + * Check if the blog is in single-user mode. + * + * @return boolean True if the blog is in single-user mode, false otherwise. + */ +function is_single_user() { + if ( + false === is_user_type_disabled( 'blog' ) && + true === is_user_type_disabled( 'user' ) + ) { + return true; + } + + return false; +} + +/** + * Check if a site supports the block editor. + * + * @return boolean True if the site supports the block editor, false otherwise. + */ +function site_supports_blocks() { + if ( \version_compare( \get_bloginfo( 'version' ), '5.9', '<' ) ) { + return false; + } + + if ( ! \function_exists( 'register_block_type_from_metadata' ) ) { + return false; + } + + /** + * Allow plugins to disable block editor support, + * thus disabling blocks registered by the ActivityPub plugin. + * + * @param boolean $supports_blocks True if the site supports the block editor, false otherwise. + */ + return apply_filters( 'activitypub_site_supports_blocks', true ); +} + +/** + * Check if data is valid JSON. + * + * @param string $data The data to check. + * + * @return boolean True if the data is JSON, false otherwise. + */ +function is_json( $data ) { + return \is_array( \json_decode( $data, true ) ) ? true : false; +} + +/** + * Check if a blog is public based on the `blog_public` option + * + * @return bollean True if public, false if not + */ +function is_blog_public() { + return (bool) apply_filters( 'activitypub_is_blog_public', \get_option( 'blog_public', 1 ) ); +} + +/** + * Sanitize a URL + * + * @param string $value The URL to sanitize + * + * @return string|null The sanitized URL or null if invalid + */ +function sanitize_url( $value ) { + if ( filter_var( $value, FILTER_VALIDATE_URL ) === false ) { + return null; + } + + return esc_url_raw( $value ); +} + +/** + * Extract recipient URLs from Activity object + * + * @param array $data + * + * @return array The list of user URLs + */ +function extract_recipients_from_activity( $data ) { + $recipient_items = array(); + + foreach ( array( 'to', 'bto', 'cc', 'bcc', 'audience' ) as $i ) { + if ( array_key_exists( $i, $data ) ) { + if ( is_array( $data[ $i ] ) ) { + $recipient = $data[ $i ]; + } else { + $recipient = array( $data[ $i ] ); + } + $recipient_items = array_merge( $recipient_items, $recipient ); + } + + if ( is_array( $data['object'] ) && array_key_exists( $i, $data['object'] ) ) { + if ( is_array( $data['object'][ $i ] ) ) { + $recipient = $data['object'][ $i ]; + } else { + $recipient = array( $data['object'][ $i ] ); + } + $recipient_items = array_merge( $recipient_items, $recipient ); + } + } + + $recipients = array(); + + // flatten array + foreach ( $recipient_items as $recipient ) { + if ( is_array( $recipient ) ) { + // check if recipient is an object + if ( array_key_exists( 'id', $recipient ) ) { + $recipients[] = $recipient['id']; + } + } else { + $recipients[] = $recipient; + } + } + + return array_unique( $recipients ); +} + +/** + * Check if passed Activity is Public + * + * @param array $data The Activity object as array + * + * @return boolean True if public, false if not + */ +function is_activity_public( $data ) { + $recipients = extract_recipients_from_activity( $data ); + + return in_array( 'https://www.w3.org/ns/activitystreams#Public', $recipients, true ); +} + +/** + * Get active users based on a given duration + * + * @param int $duration The duration to check in month(s) + * + * @return int The number of active users + */ +function get_active_users( $duration = 1 ) { + + $duration = intval( $duration ); + $transient_key = sprintf( 'monthly_active_users_%d', $duration ); + $count = get_transient( $transient_key ); + + if ( false === $count ) { + global $wpdb; + $query = "SELECT COUNT( DISTINCT post_author ) FROM {$wpdb->posts} WHERE post_type = 'post' AND post_status = 'publish' AND post_date <= DATE_SUB( NOW(), INTERVAL %d MONTH )"; + $query = $wpdb->prepare( $query, $duration ); + $count = $wpdb->get_var( $query ); // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery + + set_transient( $transient_key, $count, DAY_IN_SECONDS ); + } + + // if 0 authors where active + if ( 0 === $count ) { + return 0; + } + + // if single user mode + if ( is_single_user() ) { + return 1; + } + + // if blog user is disabled + if ( is_user_disabled( Users::BLOG_USER_ID ) ) { + return $count; + } + + // also count blog user + return $count + 1; +} + +/** + * Get the total number of users + * + * @return int The total number of users + */ +function get_total_users() { + // if single user mode + if ( is_single_user() ) { + return 1; + } + + $users = \get_users( + array( + 'capability__in' => array( 'publish_posts' ), + ) + ); + + if ( is_array( $users ) ) { + $users = count( $users ); + } else { + $users = 1; + } + + // if blog user is disabled + if ( is_user_disabled( Users::BLOG_USER_ID ) ) { + return $users; + } + + return $users + 1; +} + +/** + * Examine a comment ID and look up an existing comment it represents. + * + * @param string $id ActivityPub object ID (usually a URL) to check. + * + * @return int|boolean Comment ID, or false on failure. + */ +function object_id_to_comment( $id ) { + $comment_query = new WP_Comment_Query( + array( + 'meta_key' => 'source_id', // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_key + 'meta_value' => $id, // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_value + ) + ); + + if ( ! $comment_query->comments ) { + return false; + } + + if ( count( $comment_query->comments ) > 1 ) { + return false; + } + + return $comment_query->comments[0]; +} + +/** + * Verify if URL is a local comment, + * Or if it is a previously received remote comment + * (For threading comments locally) + * + * @param string $url The URL to check. + * + * @return int comment_ID or null if not found + */ +function url_to_commentid( $url ) { + if ( ! $url || ! filter_var( $url, FILTER_VALIDATE_URL ) ) { + return null; + } + + $args = array( + // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query + 'meta_query' => array( + 'relation' => 'OR', + array( + 'key' => 'source_url', + 'value' => $url, + ), + array( + 'key' => 'source_id', + 'value' => $url, + ), + ), + ); + + $query = new \WP_Comment_Query(); + $comments = $query->query( $args ); + + if ( $comments && is_array( $comments ) ) { + return $comments[0]->comment_ID; + } + + return null; +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-create.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-create.php new file mode 100644 index 00000000..2e5d76ad --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-create.php @@ -0,0 +1,61 @@ +delete(); + } + } + + /** + * Delete Reactions if Actor-URL is a Tombstone. + * + * @param array $activity The delete activity. + */ + public static function maybe_delete_interactions( $activity ) { + // verify if Actor is deleted. + if ( Http::is_tombstone( $activity['actor'] ) ) { + \wp_schedule_single_event( + \time(), + 'activitypub_delete_actor_interactions', + array( $activity['actor'] ) + ); + } + } + + /** + * Delete comments from an Actor. + * + * @param array $comments The comments to delete. + */ + public static function delete_interactions( $actor ) { + $comments = Interactions::get_interactions_by_actor( $actor ); + + if ( is_array( $comments ) ) { + foreach ( $comments as $comment ) { + wp_delete_comment( $comment->comment_ID ); + } + } + } + + /** + * Delete a Reaction if URL is a Tombstone. + * + * @param array $activity The delete activity. + * + * @return void + */ + public static function maybe_delete_interaction( $activity ) { + if ( is_array( $activity['object'] ) ) { + $id = $activity['object']['id']; + } else { + $id = $activity['object']; + } + + $comments = Interactions::get_interaction_by_id( $id ); + + if ( $comments && Http::is_tombstone( $id ) ) { + foreach ( $comments as $comment ) { + wp_delete_comment( $comment->comment_ID, true ); + } + } + } + + /** + * Defer signature verification for `Delete` requests. + * + * @param bool $defer Whether to defer signature verification. + * @param WP_REST_Request $request The request object. + * + * @return bool Whether to defer signature verification. + */ + public static function defer_signature_verification( $defer, $request ) { + $json = $request->get_json_params(); + + if ( isset( $json['type'] ) && 'Delete' === $json['type'] ) { + return true; + } + + return false; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-follow.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-follow.php new file mode 100644 index 00000000..6855dbd8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-follow.php @@ -0,0 +1,81 @@ +get_shared_inbox(); + + // send "Accept" activity + $activity = new Activity(); + $activity->set_type( 'Accept' ); + $activity->set_object( $object ); + $activity->set_actor( $user->get_id() ); + $activity->set_to( $actor ); + $activity->set_id( $user->get_id() . '#follow-' . \preg_replace( '~^https?://~', '', $actor ) . '-' . \time() ); + + $activity = $activity->to_json(); + + Http::post( $inbox, $activity, $user_id ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-undo.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-undo.php new file mode 100644 index 00000000..13c06f3d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-undo.php @@ -0,0 +1,31 @@ +add_help_tab( + array( + 'id' => 'template-tags', + 'title' => \__( 'Template Tags', 'activitypub' ), + 'content' => + '

' . __( 'The following Template Tags are available:', 'activitypub' ) . '

' . + '
' . + '
[ap_title]
' . + '
' . \wp_kses( __( 'The post\'s title.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_content apply_filters="yes"]
' . + '
' . \wp_kses( __( 'The post\'s content. With apply_filters you can decide if filters (apply_filters( \'the_content\', $content )) should be applied or not (default is yes). The values can be yes or no. apply_filters attribute is optional.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_excerpt length="400"]
' . + '
' . \wp_kses( __( 'The post\'s excerpt (uses the_excerpt if that is set). If no excerpt is provided, will truncate at length (optional, default = 400).', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_permalink type="url"]
' . + '
' . \wp_kses( __( 'The post\'s permalink. type can be either: url or html (an <a /> tag). type attribute is optional.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_shortlink type="url"]
' . + '
' . \wp_kses( __( 'The post\'s shortlink. type can be either url or html (an <a /> tag). I can recommend Hum, to prettify the Shortlinks. type attribute is optional.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_hashtags]
' . + '
' . \wp_kses( __( 'The post\'s tags as hashtags.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_hashcats]
' . + '
' . \wp_kses( __( 'The post\'s categories as hashtags.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_image type=full]
' . + '
' . \wp_kses( __( 'The URL for the post\'s featured image, defaults to full size. The type attribute can be any of the following: thumbnail, medium, large, full. type attribute is optional.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_author]
' . + '
' . \wp_kses( __( 'The author\'s name.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_authorurl]
' . + '
' . \wp_kses( __( 'The URL to the author\'s profile page.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_date]
' . + '
' . \wp_kses( __( 'The post\'s date.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_time]
' . + '
' . \wp_kses( __( 'The post\'s time.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_datetime]
' . + '
' . \wp_kses( __( 'The post\'s date/time formated as "date @ time".', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_blogurl]
' . + '
' . \wp_kses( __( 'The URL to the site.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_blogname]
' . + '
' . \wp_kses( __( 'The name of the site.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
[ap_blogdesc]
' . + '
' . \wp_kses( __( 'The description of the site.', 'activitypub' ), array( 'code' => array() ) ) . '
' . + '
' . + '

' . __( 'You may also use any Shortcode normally available to you on your site, however be aware that Shortcodes may significantly increase the size of your content depending on what they do.', 'activitypub' ) . '

' . + '

' . __( 'Note: the old Template Tags are now deprecated and automatically converted to the new ones.', 'activitypub' ) . '

' . + '

' . \wp_kses( \__( 'Let me know if you miss a Template Tag.', 'activitypub' ), 'activitypub' ) . '

', + ) +); + +\get_current_screen()->add_help_tab( + array( + 'id' => 'glossary', + 'title' => \__( 'Glossary', 'activitypub' ), + 'content' => + '

' . \__( 'Fediverse', 'activitypub' ) . '

' . + '

' . \__( 'The Fediverse is a new word made of two words: "federation" + "universe"', 'activitypub' ) . '

' . + '

' . \__( 'It is a federated social network running on free open software on a myriad of computers across the globe. Many independent servers are interconnected and allow people to interact with one another. There\'s no one central site: you choose a server to register. This ensures some decentralization and sovereignty of data. Fediverse (also called Fedi) has no built-in advertisements, no tricky algorithms, no one big corporation dictating the rules. Instead we have small cozy communities of like-minded people. Welcome!', 'activitypub' ) . '

' . + '

' . \__( 'For more informations please visit fediverse.party', 'activitypub' ) . '

' . + '

' . \__( 'ActivityPub', 'activitypub' ) . '

' . + '

' . \__( 'ActivityPub is a decentralized social networking protocol based on the ActivityStreams 2.0 data format. ActivityPub is an official W3C recommended standard published by the W3C Social Web Working Group. It provides a client to server API for creating, updating and deleting content, as well as a federated server to server API for delivering notifications and subscribing to content.', 'activitypub' ) . '

' . + '

' . \__( 'WebFinger', 'activitypub' ) . '

' . + '

' . \__( 'WebFinger is used to discover information about people or other entities on the Internet that are identified by a URI using standard Hypertext Transfer Protocol (HTTP) methods over a secure transport. A WebFinger resource returns a JavaScript Object Notation (JSON) object describing the entity that is queried. The JSON object is referred to as the JSON Resource Descriptor (JRD).', 'activitypub' ) . '

' . + '

' . \__( 'For a person, the type of information that might be discoverable via WebFinger includes a personal profile address, identity service, telephone number, or preferred avatar. For other entities on the Internet, a WebFinger resource might return JRDs containing link relations that enable a client to discover, for example, that a printer can print in color on A4 paper, the physical location of a server, or other static information.', 'activitypub' ) . '

' . + '

' . \__( 'On Mastodon [and other Plattforms], user profiles can be hosted either locally on the same website as yours, or remotely on a completely different website. The same username may be used on a different domain. Therefore, a Mastodon user\'s full mention consists of both the username and the domain, in the form @username@domain. In practical terms, @user@example.com is not the same as @user@example.org. If the domain is not included, Mastodon will try to find a local user named @username. However, in order to deliver to someone over ActivityPub, the @username@domain mention is not enough – mentions must be translated to an HTTPS URI first, so that the remote actor\'s inbox and outbox can be found. (This paragraph is copied from the Mastodon Documentation)', 'activitypub' ) . '

' . + '

' . \__( 'For more informations please visit webfinger.net', 'activitypub' ) . '

' . + '

' . \__( 'NodeInfo', 'activitypub' ) . '

' . + '

' . \__( 'NodeInfo is an effort to create a standardized way of exposing metadata about a server running one of the distributed social networks. The two key goals are being able to get better insights into the user base of distributed social networking and the ability to build tools that allow users to choose the best fitting software and server for their needs.', 'activitypub' ) . '

' . + '

' . \__( 'For more informations please visit nodeinfo.diaspora.software', 'activitypub' ) . '

', + ) +); + +\get_current_screen()->set_help_sidebar( + '

' . \__( 'For more information:', 'activitypub' ) . '

' . + '

' . \__( 'Get support', 'activitypub' ) . '

' . + '

' . \__( 'Report an issue', 'activitypub' ) . '

' +); diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-application-user.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-application-user.php new file mode 100644 index 00000000..cf4d9cc4 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-application-user.php @@ -0,0 +1,72 @@ + 404 ) + ); + } + + $object = new static(); + $object->_id = $user_id; + + return $object; + } + + /** + * Get the type of the object. + * + * If the Blog is in "single user" mode, return "Person" insted of "Group". + * + * @return string The type of the object. + */ + public function get_type() { + if ( is_single_user() ) { + return 'Person'; + } else { + return 'Group'; + } + } + + /** + * Get the User-Name. + * + * @return string The User-Name. + */ + public function get_name() { + return \wp_strip_all_tags( + \html_entity_decode( + \get_bloginfo( 'name' ), + \ENT_QUOTES, + 'UTF-8' + ) + ); + } + + /** + * Get the User-Description. + * + * @return string The User-Description. + */ + public function get_summary() { + return \wpautop( + \wp_kses( + \get_bloginfo( 'description' ), + 'default' + ) + ); + } + + /** + * Get the User-Url. + * + * @return string The User-Url. + */ + public function get_url() { + return \esc_url( \trailingslashit( get_home_url() ) . '@' . $this->get_preferred_username() ); + } + + /** + * Returns the User-URL with @-Prefix for the username. + * + * @return string The User-URL with @-Prefix for the username. + */ + public function get_at_url() { + return \esc_url( \trailingslashit( get_home_url() ) . '@' . $this->get_preferred_username() ); + } + + /** + * Generate a default Username. + * + * @return string The auto-generated Username. + */ + public static function get_default_username() { + // check if domain host has a subdomain + $host = \wp_parse_url( \get_home_url(), \PHP_URL_HOST ); + $host = \preg_replace( '/^www\./i', '', $host ); + + /** + * Filter the default blog username. + * + * @param string $host The default username. + */ + return apply_filters( 'activitypub_default_blog_username', $host ); + } + + /** + * Get the preferred User-Name. + * + * @return string The User-Name. + */ + public function get_preferred_username() { + $username = \get_option( 'activitypub_blog_user_identifier' ); + + if ( $username ) { + return $username; + } + + return self::get_default_username(); + } + + /** + * Get the User-Icon. + * + * @return array The User-Icon. + */ + public function get_icon() { + // try site icon first + $icon_id = get_option( 'site_icon' ); + + // try custom logo second + if ( ! $icon_id ) { + $icon_id = get_theme_mod( 'custom_logo' ); + } + + $icon_url = false; + + if ( $icon_id ) { + $icon = wp_get_attachment_image_src( $icon_id, 'full' ); + if ( $icon ) { + $icon_url = $icon[0]; + } + } + + if ( ! $icon_url ) { + // fallback to default icon + $icon_url = plugins_url( '/assets/img/wp-logo.png', ACTIVITYPUB_PLUGIN_FILE ); + } + + return array( + 'type' => 'Image', + 'url' => esc_url( $icon_url ), + ); + } + + /** + * Get the User-Header-Image. + * + * @return array|null The User-Header-Image. + */ + public function get_header_image() { + if ( \has_header_image() ) { + return array( + 'type' => 'Image', + 'url' => esc_url( \get_header_image() ), + ); + } + + return null; + } + + public function get_published() { + $first_post = new WP_Query( + array( + 'orderby' => 'date', + 'order' => 'ASC', + 'number' => 1, + ) + ); + + if ( ! empty( $first_post->posts[0] ) ) { + $time = \strtotime( $first_post->posts[0]->post_date_gmt ); + } else { + $time = \time(); + } + + return \gmdate( 'Y-m-d\TH:i:s\Z', $time ); + } + + public function get_attachment() { + return array(); + } + + public function get_canonical_url() { + return \home_url(); + } + + public function get_moderators() { + if ( is_single_user() || 'Group' !== $this->get_type() ) { + return null; + } + + return get_rest_url_by_path( 'collections/moderators' ); + } + + public function get_attributed_to() { + if ( is_single_user() || 'Group' !== $this->get_type() ) { + return null; + } + + return get_rest_url_by_path( 'collections/moderators' ); + } + + public function get_posting_restricted_to_mods() { + if ( 'Group' === $this->get_type() ) { + return true; + } + + return null; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-follower.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-follower.php new file mode 100644 index 00000000..b2833e9c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-follower.php @@ -0,0 +1,366 @@ +_id, 'activitypub_errors' ); + } + + /** + * Get the Summary. + * + * @return int The Summary. + */ + public function get_summary() { + if ( isset( $this->summary ) ) { + return $this->summary; + } + + return ''; + } + + /** + * Getter for URL attribute. + * + * Falls back to ID, if no URL is set. This is relevant for + * Plattforms like Lemmy, where the ID is the URL. + * + * @return string The URL. + */ + public function get_url() { + if ( $this->url ) { + return $this->url; + } + + return $this->id; + } + + /** + * Reset (delete) all errors. + * + * @return void + */ + public function reset_errors() { + delete_post_meta( $this->_id, 'activitypub_errors' ); + } + + /** + * Count the errors. + * + * @return int The number of errors. + */ + public function count_errors() { + $errors = $this->get_errors(); + + if ( is_array( $errors ) && ! empty( $errors ) ) { + return count( $errors ); + } + + return 0; + } + + /** + * Return the latest error message. + * + * @return string The error message. + */ + public function get_latest_error_message() { + $errors = $this->get_errors(); + + if ( is_array( $errors ) && ! empty( $errors ) ) { + return reset( $errors ); + } + + return ''; + } + + /** + * Update the current Follower-Object. + * + * @return void + */ + public function update() { + $this->save(); + } + + /** + * Validate the current Follower-Object. + * + * @return boolean True if the verification was successful. + */ + public function is_valid() { + // the minimum required attributes + $required_attributes = array( + 'id', + 'preferredUsername', + 'inbox', + 'publicKey', + 'publicKeyPem', + ); + + foreach ( $required_attributes as $attribute ) { + if ( ! $this->get( $attribute ) ) { + return false; + } + } + + return true; + } + + /** + * Save the current Follower-Object. + * + * @return int|WP_Error The Post-ID or an WP_Error. + */ + public function save() { + if ( ! $this->is_valid() ) { + return new WP_Error( 'activitypub_invalid_follower', __( 'Invalid Follower', 'activitypub' ), array( 'status' => 400 ) ); + } + + if ( ! $this->get__id() ) { + global $wpdb; + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching + $post_id = $wpdb->get_var( + $wpdb->prepare( + "SELECT ID FROM $wpdb->posts WHERE guid=%s", + esc_sql( $this->get_id() ) + ) + ); + + if ( $post_id ) { + $post = get_post( $post_id ); + $this->set__id( $post->ID ); + } + } + + $args = array( + 'ID' => $this->get__id(), + 'guid' => esc_url_raw( $this->get_id() ), + 'post_title' => wp_strip_all_tags( sanitize_text_field( $this->get_name() ) ), + 'post_author' => 0, + 'post_type' => Followers::POST_TYPE, + 'post_name' => esc_url_raw( $this->get_id() ), + 'post_excerpt' => sanitize_text_field( wp_kses( $this->get_summary(), 'user_description' ) ), + 'post_status' => 'publish', + 'meta_input' => $this->get_post_meta_input(), + ); + + $post_id = wp_insert_post( $args ); + $this->_id = $post_id; + + return $post_id; + } + + /** + * Upsert the current Follower-Object. + * + * @return int|WP_Error The Post-ID or an WP_Error. + */ + public function upsert() { + return $this->save(); + } + + /** + * Delete the current Follower-Object. + * + * Beware that this os deleting a Follower for ALL users!!! + * + * To delete only the User connection (unfollow) + * @see \Activitypub\Rest\Followers::remove_follower() + * + * @return void + */ + public function delete() { + wp_delete_post( $this->_id ); + } + + /** + * Update the post meta. + * + * @return void + */ + protected function get_post_meta_input() { + $meta_input = array(); + $meta_input['activitypub_inbox'] = $this->get_shared_inbox(); + $meta_input['activitypub_actor_json'] = $this->to_json(); + + return $meta_input; + } + + /** + * Get the icon. + * + * Sets a fallback to better handle API and HTML outputs. + * + * @return array The icon. + */ + public function get_icon() { + if ( isset( $this->icon['url'] ) ) { + return $this->icon; + } + + return array( + 'type' => 'Image', + 'mediaType' => 'image/jpeg', + 'url' => ACTIVITYPUB_PLUGIN_URL . 'assets/img/mp.jpg', + ); + } + + /** + * Get Name. + * + * Tries to extract a name from the URL or ID if not set. + * + * @return string The name. + */ + public function get_name() { + if ( $this->name ) { + return $this->name; + } elseif ( $this->preferred_username ) { + return $this->preferred_username; + } + + return $this->extract_name_from_uri(); + } + + /** + * The preferred Username. + * + * Tries to extract a name from the URL or ID if not set. + * + * @return string The preferred Username. + */ + public function get_preferred_username() { + if ( $this->preferred_username ) { + return $this->preferred_username; + } + + return $this->extract_name_from_uri(); + } + + /** + * Get the Icon URL (Avatar) + * + * @return string The URL to the Avatar. + */ + public function get_icon_url() { + $icon = $this->get_icon(); + + if ( ! $icon ) { + return ''; + } + + if ( is_array( $icon ) ) { + return $icon['url']; + } + + return $icon; + } + + /** + * Get the shared inbox, with a fallback to the inbox. + * + * @return string|null The URL to the shared inbox, the inbox or null. + */ + public function get_shared_inbox() { + if ( ! empty( $this->get_endpoints()['sharedInbox'] ) ) { + return $this->get_endpoints()['sharedInbox']; + } elseif ( ! empty( $this->get_inbox() ) ) { + return $this->get_inbox(); + } + + return null; + } + + /** + * Convert a Custom-Post-Type input to an Activitypub\Model\Follower. + * + * @return string The JSON string. + * + * @return array Activitypub\Model\Follower + */ + public static function init_from_cpt( $post ) { + $actor_json = get_post_meta( $post->ID, 'activitypub_actor_json', true ); + $object = self::init_from_json( $actor_json ); + $object->set__id( $post->ID ); + $object->set_id( $post->guid ); + $object->set_name( $post->post_title ); + $object->set_summary( $post->post_excerpt ); + $object->set_published( gmdate( 'Y-m-d H:i:s', strtotime( $post->post_date ) ) ); + $object->set_updated( gmdate( 'Y-m-d H:i:s', strtotime( $post->post_modified ) ) ); + + return $object; + } + + /** + * Infer a shortname from the Actor ID or URL. Used only for fallbacks, + * we will try to use what's supplied. + * + * @return string Hopefully the name of the Follower. + */ + protected function extract_name_from_uri() { + // prefer the URL, but fall back to the ID. + if ( $this->url ) { + $name = $this->url; + } else { + $name = $this->id; + } + + if ( \filter_var( $name, FILTER_VALIDATE_URL ) ) { + $name = \rtrim( $name, '/' ); + $path = \wp_parse_url( $name, PHP_URL_PATH ); + + if ( $path ) { + if ( \strpos( $name, '@' ) !== false ) { + // expected: https://example.com/@user (default URL pattern) + $name = \preg_replace( '|^/@?|', '', $path ); + } else { + // expected: https://example.com/users/user (default ID pattern) + $parts = \explode( '/', $path ); + $name = \array_pop( $parts ); + } + } + } elseif ( + \is_email( $name ) || + \strpos( $name, 'acct' ) === 0 || + \strpos( $name, '@' ) === 0 + ) { + // expected: user@example.com or acct:user@example (WebFinger) + $name = \ltrim( $name, '@' ); + $name = \ltrim( $name, 'acct:' ); + $parts = \explode( '@', $name ); + $name = $parts[0]; + } + + return $name; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-post.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-post.php new file mode 100644 index 00000000..d967ad9a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-post.php @@ -0,0 +1,131 @@ +post = $post; + $this->object = Post_Transformer::transform( $post )->to_object(); + } + + /** + * Returns the User ID. + * + * @return int the User ID. + */ + public function get_user_id() { + return apply_filters( 'activitypub_post_user_id', $this->post->post_author, $this->post ); + } + + /** + * Converts this Object into an Array. + * + * @return array the array representation of a Post. + */ + public function to_array() { + return \apply_filters( 'activitypub_post', $this->object->to_array(), $this->post ); + } + + /** + * Returns the Actor of this Object. + * + * @return string The URL of the Actor. + */ + public function get_actor() { + $user = User_Factory::get_by_id( $this->get_user_id() ); + + return $user->get_url(); + } + + /** + * Converts this Object into a JSON String + * + * @return string + */ + public function to_json() { + return \wp_json_encode( $this->to_array(), \JSON_HEX_TAG | \JSON_HEX_AMP | \JSON_HEX_QUOT ); + } + + /** + * Returns the URL of an Activity Object + * + * @return string + */ + public function get_url() { + return $this->object->get_url(); + } + + /** + * Returns the ID of an Activity Object + * + * @return string + */ + public function get_id() { + return $this->object->get_id(); + } + + /** + * Returns a list of Image Attachments + * + * @return array + */ + public function get_attachments() { + return $this->object->get_attachment(); + } + + /** + * Returns a list of Tags, used in the Post + * + * @return array + */ + public function get_tags() { + return $this->object->get_tag(); + } + + /** + * Returns the as2 object-type for a given post + * + * @return string the object-type + */ + public function get_object_type() { + return $this->object->get_type(); + } + + /** + * Returns the content for the ActivityPub Item. + * + * @return string the content + */ + public function get_content() { + return $this->object->get_content(); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-user.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-user.php new file mode 100644 index 00000000..95c83d73 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/model/class-user.php @@ -0,0 +1,300 @@ + + */ + protected $resource; + + /** + * Restrict posting to mods + * + * @see https://join-lemmy.org/docs/contributors/05-federation.html + * + * @var boolean + */ + protected $posting_restricted_to_mods = null; + + public static function from_wp_user( $user_id ) { + if ( is_user_disabled( $user_id ) ) { + return new WP_Error( + 'activitypub_user_not_found', + \__( 'User not found', 'activitypub' ), + array( 'status' => 404 ) + ); + } + + $object = new static(); + $object->_id = $user_id; + + return $object; + } + + /** + * Get the User-ID. + * + * @return string The User-ID. + */ + public function get_id() { + return $this->get_url(); + } + + /** + * Get the User-Name. + * + * @return string The User-Name. + */ + public function get_name() { + return \esc_attr( \get_the_author_meta( 'display_name', $this->_id ) ); + } + + /** + * Get the User-Description. + * + * @return string The User-Description. + */ + public function get_summary() { + $description = get_user_meta( $this->_id, 'activitypub_user_description', true ); + if ( empty( $description ) ) { + $description = get_user_meta( $this->_id, 'description', true ); + } + return \wpautop( \wp_kses( $description, 'default' ) ); + } + + /** + * Get the User-Url. + * + * @return string The User-Url. + */ + public function get_url() { + return \esc_url( \get_author_posts_url( $this->_id ) ); + } + + /** + * Returns the User-URL with @-Prefix for the username. + * + * @return string The User-URL with @-Prefix for the username. + */ + public function get_at_url() { + return \esc_url( \trailingslashit( get_home_url() ) . '@' . $this->get_username() ); + } + + public function get_preferred_username() { + return \esc_attr( \get_the_author_meta( 'login', $this->_id ) ); + } + + public function get_icon() { + $icon = \esc_url( + \get_avatar_url( + $this->_id, + array( 'size' => 120 ) + ) + ); + + return array( + 'type' => 'Image', + 'url' => $icon, + ); + } + + public function get_image() { + if ( \has_header_image() ) { + $image = \esc_url( \get_header_image() ); + return array( + 'type' => 'Image', + 'url' => $image, + ); + } + + return null; + } + + public function get_published() { + return \gmdate( 'Y-m-d\TH:i:s\Z', \strtotime( \get_the_author_meta( 'registered', $this->_id ) ) ); + } + + public function get_public_key() { + return array( + 'id' => $this->get_id() . '#main-key', + 'owner' => $this->get_id(), + 'publicKeyPem' => Signature::get_public_key_for( $this->get__id() ), + ); + } + + /** + * Returns the Inbox-API-Endpoint. + * + * @return string The Inbox-Endpoint. + */ + public function get_inbox() { + return get_rest_url_by_path( sprintf( 'users/%d/inbox', $this->get__id() ) ); + } + + /** + * Returns the Outbox-API-Endpoint. + * + * @return string The Outbox-Endpoint. + */ + public function get_outbox() { + return get_rest_url_by_path( sprintf( 'users/%d/outbox', $this->get__id() ) ); + } + + /** + * Returns the Followers-API-Endpoint. + * + * @return string The Followers-Endpoint. + */ + public function get_followers() { + return get_rest_url_by_path( sprintf( 'users/%d/followers', $this->get__id() ) ); + } + + /** + * Returns the Following-API-Endpoint. + * + * @return string The Following-Endpoint. + */ + public function get_following() { + return get_rest_url_by_path( sprintf( 'users/%d/following', $this->get__id() ) ); + } + + /** + * Returns the Featured-API-Endpoint. + * + * @return string The Featured-Endpoint. + */ + public function get_featured() { + return get_rest_url_by_path( sprintf( 'users/%d/collections/featured', $this->get__id() ) ); + } + + /** + * Extend the User-Output with Attachments. + * + * @return array The extended User-Output. + */ + public function get_attachment() { + $array = array(); + + $array[] = array( + 'type' => 'PropertyValue', + 'name' => \__( 'Blog', 'activitypub' ), + 'value' => \html_entity_decode( + '' . \wp_parse_url( \home_url( '/' ), \PHP_URL_HOST ) . '', + \ENT_QUOTES, + 'UTF-8' + ), + ); + + $array[] = array( + 'type' => 'PropertyValue', + 'name' => \__( 'Profile', 'activitypub' ), + 'value' => \html_entity_decode( + '' . \wp_parse_url( \get_author_posts_url( $this->get__id() ), \PHP_URL_HOST ) . '', + \ENT_QUOTES, + 'UTF-8' + ), + ); + + if ( \get_the_author_meta( 'user_url', $this->get__id() ) ) { + $array[] = array( + 'type' => 'PropertyValue', + 'name' => \__( 'Website', 'activitypub' ), + 'value' => \html_entity_decode( + '' . \wp_parse_url( \get_the_author_meta( 'user_url', $this->get__id() ), \PHP_URL_HOST ) . '', + \ENT_QUOTES, + 'UTF-8' + ), + ); + } + + return $array; + } + + /** + * Returns a user@domain type of identifier for the user. + * + * @return string The Webfinger-Identifier. + */ + public function get_resource() { + return $this->get_preferred_username() . '@' . \wp_parse_url( \home_url(), \PHP_URL_HOST ); + } + + public function get_canonical_url() { + return $this->get_url(); + } + + public function get_streams() { + return null; + } + + public function get_tag() { + return array(); + } + + public function get_indexable() { + if ( \get_option( 'blog_public', 1 ) ) { + return true; + } else { + return false; + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/peer/class-followers.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/peer/class-followers.php new file mode 100644 index 00000000..e0e6ddba --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/peer/class-followers.php @@ -0,0 +1,34 @@ +[\w\-\.]+)/collections/tags', + array( + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => array( self::class, 'tags_get' ), + 'args' => self::request_parameters(), + 'permission_callback' => '__return_true', + ), + ) + ); + + \register_rest_route( + ACTIVITYPUB_REST_NAMESPACE, + '/users/(?P[\w\-\.]+)/collections/featured', + array( + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => array( self::class, 'featured_get' ), + 'args' => self::request_parameters(), + 'permission_callback' => '__return_true', + ), + ) + ); + + \register_rest_route( + ACTIVITYPUB_REST_NAMESPACE, + '/collections/moderators', + array( + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => array( self::class, 'moderators_get' ), + 'permission_callback' => '__return_true', + ), + ) + ); + } + + /** + * The Featured Tags endpoint + * + * @param WP_REST_Request $request The request object. + * + * @return WP_REST_Response The response object. + */ + public static function tags_get( $request ) { + $user_id = $request->get_param( 'user_id' ); + $user = User_Collection::get_by_various( $user_id ); + + if ( is_wp_error( $user ) ) { + return $user; + } + + $number = 4; + + $tags = \get_terms( + array( + 'taxonomy' => 'post_tag', + 'orderby' => 'count', + 'order' => 'DESC', + 'number' => $number, + ) + ); + + if ( is_wp_error( $tags ) ) { + $tags = array(); + } + + $response = array( + '@context' => Activity::CONTEXT, + 'id' => get_rest_url_by_path( sprintf( 'users/%d/collections/tags', $user->get__id() ) ), + 'type' => 'Collection', + 'totalItems' => is_countable( $tags ) ? count( $tags ) : 0, + 'items' => array(), + ); + + foreach ( $tags as $tag ) { + $response['items'][] = array( + 'type' => 'Hashtag', + 'href' => \esc_url( \get_tag_link( $tag ) ), + 'name' => esc_hashtag( $tag->name ), + ); + } + + $rest_response = new WP_REST_Response( $response, 200 ); + $rest_response->header( 'Content-Type', 'application/activity+json; charset=' . get_option( 'blog_charset' ) ); + + return $rest_response; + } + + /** + * Featured posts endpoint + * + * @param WP_REST_Request $request The request object. + * + * @return WP_REST_Response The response object. + */ + public static function featured_get( $request ) { + $user_id = $request->get_param( 'user_id' ); + $user = User_Collection::get_by_various( $user_id ); + + if ( is_wp_error( $user ) ) { + return $user; + } + + $sticky_posts = \get_option( 'sticky_posts' ); + + if ( ! is_single_user() && User_Collection::BLOG_USER_ID === $user->get__id() ) { + $posts = array(); + } elseif ( $sticky_posts ) { + $args = array( + 'post__in' => $sticky_posts, + 'ignore_sticky_posts' => 1, + 'orderby' => 'date', + 'order' => 'DESC', + ); + + if ( $user->get__id() > 0 ) { + $args['author'] = $user->get__id(); + } + + $posts = \get_posts( $args ); + } else { + $posts = array(); + } + + $response = array( + '@context' => Activity::CONTEXT, + 'id' => get_rest_url_by_path( sprintf( 'users/%d/collections/featured', $user_id ) ), + 'type' => 'OrderedCollection', + 'totalItems' => is_countable( $posts ) ? count( $posts ) : 0, + 'orderedItems' => array(), + ); + + foreach ( $posts as $post ) { + $response['orderedItems'][] = Post::transform( $post )->to_object()->to_array(); + } + + $rest_response = new WP_REST_Response( $response, 200 ); + $rest_response->header( 'Content-Type', 'application/activity+json; charset=' . get_option( 'blog_charset' ) ); + + return $rest_response; + } + + /** + * Moderators endpoint + * + * @param WP_REST_Request $request The request object. + * + * @return WP_REST_Response The response object. + */ + public static function moderators_get( $request ) { + $response = array( + '@context' => Activity::CONTEXT, + 'id' => get_rest_url_by_path( 'collections/moderators' ), + 'type' => 'OrderedCollection', + 'orderedItems' => array(), + ); + + $users = User_Collection::get_collection(); + + foreach ( $users as $user ) { + $response['orderedItems'][] = $user->get_url(); + } + + $rest_response = new WP_REST_Response( $response, 200 ); + $rest_response->header( 'Content-Type', 'application/activity+json; charset=' . get_option( 'blog_charset' ) ); + + return $rest_response; + } + + /** + * The supported parameters + * + * @return array list of parameters + */ + public static function request_parameters() { + $params = array(); + + $params['user_id'] = array( + 'required' => true, + 'type' => 'string', + ); + + return $params; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-followers.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-followers.php new file mode 100644 index 00000000..71e48400 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-followers.php @@ -0,0 +1,149 @@ +[\w\-\.]+)/followers', + array( + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => array( self::class, 'get' ), + 'args' => self::request_parameters(), + 'permission_callback' => '__return_true', + ), + ) + ); + } + + /** + * Handle GET request + * + * @param WP_REST_Request $request + * + * @return WP_REST_Response + */ + public static function get( $request ) { + $user_id = $request->get_param( 'user_id' ); + $user = User_Collection::get_by_various( $user_id ); + + if ( is_wp_error( $user ) ) { + return $user; + } + + $order = $request->get_param( 'order' ); + $per_page = (int) $request->get_param( 'per_page' ); + $page = (int) $request->get_param( 'page' ); + $context = $request->get_param( 'context' ); + + /* + * Action triggerd prior to the ActivityPub profile being created and sent to the client + */ + \do_action( 'activitypub_rest_followers_pre' ); + + $data = Follower_Collection::get_followers_with_count( $user_id, $per_page, $page, array( 'order' => ucwords( $order ) ) ); + $json = new stdClass(); + + $json->{'@context'} = \Activitypub\get_context(); + + $json->id = get_rest_url_by_path( sprintf( 'users/%d/followers', $user->get__id() ) ); + $json->generator = 'http://wordpress.org/?v=' . \get_bloginfo_rss( 'version' ); + $json->actor = $user->get_id(); + $json->type = 'OrderedCollectionPage'; + + $json->totalItems = $data['total']; // phpcs:ignore + $json->partOf = get_rest_url_by_path( sprintf( 'users/%d/followers', $user->get__id() ) ); // phpcs:ignore + + $json->first = \add_query_arg( 'page', 1, $json->partOf ); // phpcs:ignore + $json->last = \add_query_arg( 'page', \ceil ( $json->totalItems / $per_page ), $json->partOf ); // phpcs:ignore + + if ( $page && ( ( \ceil ( $json->totalItems / $per_page ) ) > $page ) ) { // phpcs:ignore + $json->next = \add_query_arg( 'page', $page + 1, $json->partOf ); // phpcs:ignore + } + + if ( $page && ( $page > 1 ) ) { // phpcs:ignore + $json->prev = \add_query_arg( 'page', $page - 1, $json->partOf ); // phpcs:ignore + } + + // phpcs:ignore + $json->orderedItems = array_map( + function( $item ) use ( $context ) { + if ( 'full' === $context ) { + return $item->to_array(); + } + return $item->get_url(); + }, + $data['followers'] + ); + + $rest_response = new WP_REST_Response( $json, 200 ); + $rest_response->header( 'Content-Type', 'application/activity+json; charset=' . get_option( 'blog_charset' ) ); + + return $rest_response; + } + + /** + * The supported parameters + * + * @return array list of parameters + */ + public static function request_parameters() { + $params = array(); + + $params['page'] = array( + 'type' => 'integer', + 'default' => 1, + ); + + $params['per_page'] = array( + 'type' => 'integer', + 'default' => 20, + ); + + $params['order'] = array( + 'type' => 'string', + 'default' => 'desc', + 'enum' => array( 'asc', 'desc' ), + ); + + $params['user_id'] = array( + 'required' => true, + 'type' => 'string', + ); + + $params['context'] = array( + 'type' => 'string', + 'default' => 'simple', + 'enum' => array( 'simple', 'full' ), + ); + + return $params; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-following.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-following.php new file mode 100644 index 00000000..58e4375c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-following.php @@ -0,0 +1,131 @@ +[\w\-\.]+)/following', + array( + array( + 'methods' => \WP_REST_Server::READABLE, + 'callback' => array( self::class, 'get' ), + 'args' => self::request_parameters(), + 'permission_callback' => '__return_true', + ), + ) + ); + } + + /** + * Handle GET request + * + * @param WP_REST_Request $request + * + * @return WP_REST_Response + */ + public static function get( $request ) { + $user_id = $request->get_param( 'user_id' ); + $user = User_Collection::get_by_various( $user_id ); + + if ( is_wp_error( $user ) ) { + return $user; + } + + /* + * Action triggerd prior to the ActivityPub profile being created and sent to the client + */ + \do_action( 'activitypub_rest_following_pre' ); + + $json = new \stdClass(); + + $json->{'@context'} = \Activitypub\get_context(); + + $json->id = get_rest_url_by_path( sprintf( 'users/%d/following', $user->get__id() ) ); + $json->generator = 'http://wordpress.org/?v=' . \get_bloginfo_rss( 'version' ); + $json->actor = $user->get_id(); + $json->type = 'OrderedCollectionPage'; + + $json->partOf = get_rest_url_by_path( sprintf( 'users/%d/following', $user->get__id() ) ); // phpcs:ignore + + $items = apply_filters( 'activitypub_rest_following', array(), $user ); // phpcs:ignore + + $json->totalItems = is_countable( $items ) ? count( $items ) : 0; // phpcs:ignore + $json->orderedItems = $items; // phpcs:ignore + + $json->first = $json->partOf; // phpcs:ignore + + $rest_response = new WP_REST_Response( $json, 200 ); + $rest_response->header( 'Content-Type', 'application/activity+json; charset=' . get_option( 'blog_charset' ) ); + + return $rest_response; + } + + /** + * The supported parameters + * + * @return array list of parameters + */ + public static function request_parameters() { + $params = array(); + + $params['page'] = array( + 'type' => 'integer', + ); + + $params['user_id'] = array( + 'required' => true, + 'type' => 'string', + ); + + return $params; + } + + /** + * Add the Blog Authors to the following list of the Blog Actor + * if Blog not in single mode. + * + * @param array $array The array of following urls. + * @param User $user The user object. + * + * @return array The array of following urls. + */ + public static function default_following( $array, $user ) { + if ( 0 !== $user->get__id() || is_single_user() ) { + return $array; + } + + $users = User_Collection::get_collection(); + + foreach ( $users as $user ) { + $array[] = $user->get_url(); + } + + return $array; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-inbox.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-inbox.php new file mode 100644 index 00000000..d38ffb51 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-inbox.php @@ -0,0 +1,367 @@ + WP_REST_Server::CREATABLE, + 'callback' => array( self::class, 'shared_inbox_post' ), + 'args' => self::shared_inbox_post_parameters(), + 'permission_callback' => '__return_true', + ), + ) + ); + + \register_rest_route( + ACTIVITYPUB_REST_NAMESPACE, + '/users/(?P[\w\-\.]+)/inbox', + array( + array( + 'methods' => WP_REST_Server::CREATABLE, + 'callback' => array( self::class, 'user_inbox_post' ), + 'args' => self::user_inbox_post_parameters(), + 'permission_callback' => '__return_true', + ), + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => array( self::class, 'user_inbox_get' ), + 'args' => self::user_inbox_get_parameters(), + 'permission_callback' => '__return_true', + ), + ) + ); + } + + /** + * Renders the user-inbox + * + * @param WP_REST_Request $request + * @return WP_REST_Response + */ + public static function user_inbox_get( $request ) { + $user_id = $request->get_param( 'user_id' ); + $user = User_Collection::get_by_various( $user_id ); + + if ( is_wp_error( $user ) ) { + return $user; + } + + $page = $request->get_param( 'page', 0 ); + + /* + * Action triggerd prior to the ActivityPub profile being created and sent to the client + */ + \do_action( 'activitypub_rest_inbox_pre' ); + + $json = new \stdClass(); + + $json->{'@context'} = get_context(); + $json->id = get_rest_url_by_path( sprintf( 'users/%d/inbox', $user->get__id() ) ); + $json->generator = 'http://wordpress.org/?v=' . \get_bloginfo_rss( 'version' ); + $json->type = 'OrderedCollectionPage'; + $json->partOf = get_rest_url_by_path( sprintf( 'users/%d/inbox', $user->get__id() ) ); // phpcs:ignore + + $json->totalItems = 0; // phpcs:ignore + + $json->orderedItems = array(); // phpcs:ignore + + $json->first = $json->partOf; // phpcs:ignore + + // filter output + $json = \apply_filters( 'activitypub_rest_inbox_array', $json ); + + /* + * Action triggerd after the ActivityPub profile has been created and sent to the client + */ + \do_action( 'activitypub_inbox_post' ); + + $rest_response = new WP_REST_Response( $json, 200 ); + $rest_response->header( 'Content-Type', 'application/activity+json; charset=' . get_option( 'blog_charset' ) ); + + return $rest_response; + } + + /** + * Handles user-inbox requests + * + * @param WP_REST_Request $request + * + * @return WP_REST_Response + */ + public static function user_inbox_post( $request ) { + $user_id = $request->get_param( 'user_id' ); + $user = User_Collection::get_by_various( $user_id ); + + if ( is_wp_error( $user ) ) { + return $user; + } + + $data = $request->get_json_params(); + $activity = Activity::init_from_array( $data ); + $type = $request->get_param( 'type' ); + $type = \strtolower( $type ); + + \do_action( 'activitypub_inbox', $data, $user->get__id(), $type, $activity ); + \do_action( "activitypub_inbox_{$type}", $data, $user->get__id(), $activity ); + + $rest_response = new WP_REST_Response( array(), 202 ); + $rest_response->header( 'Content-Type', 'application/activity+json; charset=' . get_option( 'blog_charset' ) ); + + return $rest_response; + } + + /** + * The shared inbox + * + * @param WP_REST_Request $request + * + * @return WP_REST_Response + */ + public static function shared_inbox_post( $request ) { + $data = $request->get_json_params(); + $activity = Activity::init_from_array( $data ); + $type = $request->get_param( 'type' ); + $users = self::get_recipients( $data ); + + if ( ! $users ) { + return new WP_Error( + 'rest_invalid_param', + \__( 'No recipients found', 'activitypub' ), + array( + 'status' => 400, + 'params' => array( + 'to' => \__( 'Please check/validate "to" field', 'activitypub' ), + 'bto' => \__( 'Please check/validate "bto" field', 'activitypub' ), + 'cc' => \__( 'Please check/validate "cc" field', 'activitypub' ), + 'bcc' => \__( 'Please check/validate "bcc" field', 'activitypub' ), + 'audience' => \__( 'Please check/validate "audience" field', 'activitypub' ), + ), + ) + ); + } + + foreach ( $users as $user ) { + $user = User_Collection::get_by_various( $user ); + + if ( is_wp_error( $user ) ) { + continue; + } + + $type = \strtolower( $type ); + + \do_action( 'activitypub_inbox', $data, $user->ID, $type, $activity ); + \do_action( "activitypub_inbox_{$type}", $data, $user->ID, $activity ); + } + + $rest_response = new WP_REST_Response( array(), 202 ); + $rest_response->header( 'Content-Type', 'application/activity+json; charset=' . get_option( 'blog_charset' ) ); + + return $rest_response; + } + + /** + * The supported parameters + * + * @return array list of parameters + */ + public static function user_inbox_get_parameters() { + $params = array(); + + $params['page'] = array( + 'type' => 'integer', + ); + + $params['user_id'] = array( + 'required' => true, + 'type' => 'string', + ); + + return $params; + } + + /** + * The supported parameters + * + * @return array list of parameters + */ + public static function user_inbox_post_parameters() { + $params = array(); + + $params['page'] = array( + 'type' => 'integer', + ); + + $params['user_id'] = array( + 'required' => true, + 'type' => 'string', + ); + + $params['id'] = array( + 'required' => true, + 'sanitize_callback' => 'esc_url_raw', + ); + + $params['actor'] = array( + 'required' => true, + 'sanitize_callback' => function( $param, $request, $key ) { + if ( \is_array( $param ) ) { + if ( isset( $param['id'] ) ) { + $param = $param['id']; + } else { + $param = $param['url']; + } + } + return \esc_url_raw( $param ); + }, + ); + + $params['type'] = array( + 'required' => true, + //'type' => 'enum', + //'enum' => array( 'Create' ), + //'sanitize_callback' => function( $param, $request, $key ) { + // return \strtolower( $param ); + //}, + ); + + $params['object'] = array( + 'required' => true, + ); + + return $params; + } + + /** + * The supported parameters + * + * @return array list of parameters + */ + public static function shared_inbox_post_parameters() { + $params = array(); + + $params['page'] = array( + 'type' => 'integer', + ); + + $params['id'] = array( + 'required' => true, + 'type' => 'string', + 'sanitize_callback' => 'esc_url_raw', + ); + + $params['actor'] = array( + 'required' => true, + //'type' => array( 'object', 'string' ), + 'sanitize_callback' => function( $param, $request, $key ) { + if ( ! \is_string( $param ) ) { + $param = $param['id']; + } + return \esc_url_raw( $param ); + }, + ); + + $params['type'] = array( + 'required' => true, + //'type' => 'enum', + //'enum' => array( 'Create' ), + //'sanitize_callback' => function( $param, $request, $key ) { + // return \strtolower( $param ); + //}, + ); + + $params['object'] = array( + 'required' => true, + //'type' => 'object', + ); + + $params['to'] = array( + 'required' => false, + 'sanitize_callback' => function( $param, $request, $key ) { + if ( \is_string( $param ) ) { + $param = array( $param ); + } + + return $param; + }, + ); + + $params['cc'] = array( + 'sanitize_callback' => function( $param, $request, $key ) { + if ( \is_string( $param ) ) { + $param = array( $param ); + } + + return $param; + }, + ); + + $params['bcc'] = array( + 'sanitize_callback' => function( $param, $request, $key ) { + if ( \is_string( $param ) ) { + $param = array( $param ); + } + + return $param; + }, + ); + + return $params; + } + + /** + * Get local user recipients + * + * @param array $data + * + * @return array The list of local users + */ + public static function get_recipients( $data ) { + $recipients = extract_recipients_from_activity( $data ); + $users = array(); + + foreach ( $recipients as $recipient ) { + $user_id = url_to_authorid( $recipient ); + + $user = get_user_by( 'id', $user_id ); + + if ( $user ) { + $users[] = $user; + } + } + + return $users; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-nodeinfo.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-nodeinfo.php new file mode 100644 index 00000000..62151fff --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-nodeinfo.php @@ -0,0 +1,176 @@ + \WP_REST_Server::READABLE, + 'callback' => array( self::class, 'discovery' ), + 'permission_callback' => '__return_true', + ), + ) + ); + + \register_rest_route( + ACTIVITYPUB_REST_NAMESPACE, + '/nodeinfo', + array( + array( + 'methods' => \WP_REST_Server::READABLE, + 'callback' => array( self::class, 'nodeinfo' ), + 'permission_callback' => '__return_true', + ), + ) + ); + + \register_rest_route( + ACTIVITYPUB_REST_NAMESPACE, + '/nodeinfo2', + array( + array( + 'methods' => \WP_REST_Server::READABLE, + 'callback' => array( self::class, 'nodeinfo2' ), + 'permission_callback' => '__return_true', + ), + ) + ); + } + + /** + * Render NodeInfo file + * + * @param WP_REST_Request $request + * + * @return WP_REST_Response + */ + public static function nodeinfo( $request ) { + /* + * Action triggerd prior to the ActivityPub profile being created and sent to the client + */ + \do_action( 'activitypub_rest_nodeinfo_pre' ); + + $nodeinfo = array(); + + $nodeinfo['version'] = '2.0'; + $nodeinfo['software'] = array( + 'name' => 'wordpress', + 'version' => \get_bloginfo( 'version' ), + ); + + $posts = \wp_count_posts(); + $comments = \wp_count_comments(); + + $nodeinfo['usage'] = array( + 'users' => array( + 'total' => get_total_users(), + 'activeMonth' => get_active_users( '1 month ago' ), + 'activeHalfyear' => get_active_users( '6 month ago' ), + ), + 'localPosts' => (int) $posts->publish, + 'localComments' => (int) $comments->approved, + ); + + $nodeinfo['openRegistrations'] = false; + $nodeinfo['protocols'] = array( 'activitypub' ); + + $nodeinfo['services'] = array( + 'inbound' => array(), + 'outbound' => array(), + ); + + return new WP_REST_Response( $nodeinfo, 200 ); + } + + /** + * Render NodeInfo file + * + * @param WP_REST_Request $request + * + * @return WP_REST_Response + */ + public static function nodeinfo2( $request ) { + /* + * Action triggerd prior to the ActivityPub profile being created and sent to the client + */ + \do_action( 'activitypub_rest_nodeinfo2_pre' ); + + $nodeinfo = array(); + + $nodeinfo['version'] = '1.0'; + $nodeinfo['server'] = array( + 'baseUrl' => \home_url( '/' ), + 'name' => \get_bloginfo( 'name' ), + 'software' => 'wordpress', + 'version' => \get_bloginfo( 'version' ), + ); + + $posts = \wp_count_posts(); + $comments = \wp_count_comments(); + + $nodeinfo['usage'] = array( + 'users' => array( + 'total' => get_total_users(), + 'activeMonth' => get_active_users( 1 ), + 'activeHalfyear' => get_active_users( 6 ), + ), + 'localPosts' => (int) $posts->publish, + 'localComments' => (int) $comments->approved, + ); + + $nodeinfo['openRegistrations'] = false; + $nodeinfo['protocols'] = array( 'activitypub' ); + + $nodeinfo['services'] = array( + 'inbound' => array(), + 'outbound' => array(), + ); + + return new WP_REST_Response( $nodeinfo, 200 ); + } + + /** + * Render NodeInfo discovery file + * + * @param WP_REST_Request $request + * + * @return WP_REST_Response + */ + public static function discovery( $request ) { + $discovery = array(); + $discovery['links'] = array( + array( + 'rel' => 'http://nodeinfo.diaspora.software/ns/schema/2.0', + 'href' => get_rest_url_by_path( 'nodeinfo' ), + ), + ); + + return new \WP_REST_Response( $discovery, 200 ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-outbox.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-outbox.php new file mode 100644 index 00000000..d640d173 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-outbox.php @@ -0,0 +1,152 @@ +[\w\-\.]+)/outbox', + array( + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => array( self::class, 'user_outbox_get' ), + 'args' => self::request_parameters(), + 'permission_callback' => '__return_true', + ), + ) + ); + } + + /** + * Renders the user-outbox + * + * @param WP_REST_Request $request + * @return WP_REST_Response + */ + public static function user_outbox_get( $request ) { + $user_id = $request->get_param( 'user_id' ); + $user = User_Collection::get_by_various( $user_id ); + + if ( is_wp_error( $user ) ) { + return $user; + } + + $post_types = \get_option( 'activitypub_support_post_types', array( 'post', 'page' ) ); + + $page = $request->get_param( 'page', 1 ); + + /* + * Action triggerd prior to the ActivityPub profile being created and sent to the client + */ + \do_action( 'activitypub_rest_outbox_pre' ); + + $json = new stdClass(); + + $json->{'@context'} = get_context(); + $json->id = get_rest_url_by_path( sprintf( 'users/%d/outbox', $user_id ) ); + $json->generator = 'http://wordpress.org/?v=' . \get_bloginfo_rss( 'version' ); + $json->actor = $user->get_id(); + $json->type = 'OrderedCollectionPage'; + $json->partOf = get_rest_url_by_path( sprintf( 'users/%d/outbox', $user_id ) ); // phpcs:ignore + $json->totalItems = 0; // phpcs:ignore + + foreach ( $post_types as $post_type ) { + $count_posts = \wp_count_posts( $post_type ); + $json->totalItems += \intval( $count_posts->publish ); // phpcs:ignore + } + + $json->first = \add_query_arg( 'page', 1, $json->partOf ); // phpcs:ignore + $json->last = \add_query_arg( 'page', \ceil ( $json->totalItems / 10 ), $json->partOf ); // phpcs:ignore + + if ( $page && ( ( \ceil ( $json->totalItems / 10 ) ) > $page ) ) { // phpcs:ignore + $json->next = \add_query_arg( 'page', $page + 1, $json->partOf ); // phpcs:ignore + } + + if ( $page && ( $page > 1 ) ) { // phpcs:ignore + $json->prev = \add_query_arg( 'page', $page - 1, $json->partOf ); // phpcs:ignore + } + + if ( $page ) { + $posts = \get_posts( + array( + 'posts_per_page' => 10, + 'author' => $user_id, + 'paged' => $page, + 'post_type' => $post_types, + ) + ); + + foreach ( $posts as $post ) { + $post = Post::transform( $post )->to_object(); + $activity = new Activity(); + $activity->set_type( 'Create' ); + $activity->set_context( null ); + $activity->set_object( $post ); + + $json->orderedItems[] = $activity->to_array(); // phpcs:ignore + } + } + + // filter output + $json = \apply_filters( 'activitypub_rest_outbox_array', $json ); + + /* + * Action triggerd after the ActivityPub profile has been created and sent to the client + */ + \do_action( 'activitypub_outbox_post' ); + + $rest_response = new WP_REST_Response( $json, 200 ); + $rest_response->header( 'Content-Type', 'application/activity+json; charset=' . get_option( 'blog_charset' ) ); + + return $rest_response; + } + + /** + * The supported parameters + * + * @return array list of parameters + */ + public static function request_parameters() { + $params = array(); + + $params['page'] = array( + 'type' => 'integer', + 'default' => 1, + ); + + $params['user_id'] = array( + 'required' => true, + 'type' => 'string', + ); + + return $params; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-server.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-server.php new file mode 100644 index 00000000..1bad5a73 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-server.php @@ -0,0 +1,132 @@ + \WP_REST_Server::READABLE, + 'callback' => array( self::class, 'application_actor' ), + 'permission_callback' => '__return_true', + ), + ) + ); + } + + /** + * Render Application actor profile + * + * @return WP_REST_Response The JSON profile of the Application Actor. + */ + public static function application_actor() { + $user = new Application_User(); + + $user->set_context( + \Activitypub\Activity\Activity::CONTEXT + ); + + $json = $user->to_array(); + + $rest_response = new WP_REST_Response( $json, 200 ); + $rest_response->header( 'Content-Type', 'application/activity+json; charset=' . get_option( 'blog_charset' ) ); + + return $rest_response; + } + + /** + * Callback function to authorize each api requests + * + * @see WP_REST_Request + * + * @param WP_REST_Response|WP_HTTP_Response|WP_Error|mixed $response Result to send to the client. + * Usually a WP_REST_Response or WP_Error. + * @param array $handler Route handler used for the request. + * @param WP_REST_Request $request Request used to generate the response. + * + * @return mixed|WP_Error The response, error, or modified response. + */ + public static function authorize_activitypub_requests( $response, $handler, $request ) { + if ( 'HEAD' === $request->get_method() ) { + return $response; + } + + $route = $request->get_route(); + + // check if it is an activitypub request and exclude webfinger and nodeinfo endpoints + if ( + ! \str_starts_with( $route, '/' . ACTIVITYPUB_REST_NAMESPACE ) || + \str_starts_with( $route, '/' . \trailingslashit( ACTIVITYPUB_REST_NAMESPACE ) . 'webfinger' ) || + \str_starts_with( $route, '/' . \trailingslashit( ACTIVITYPUB_REST_NAMESPACE ) . 'nodeinfo' ) + ) { + return $response; + } + + /** + * Filter to defer signature verification + * + * Skip signature verification for debugging purposes or to reduce load for + * certain Activity-Types, like "Delete". + * + * @param bool $defer Whether to defer signature verification. + * @param WP_REST_Request $request The request used to generate the response. + * + * @return bool Whether to defer signature verification. + */ + $defer = \apply_filters( 'activitypub_defer_signature_verification', false, $request ); + + if ( $defer ) { + return $response; + } + + // POST-Requets are always signed + if ( 'GET' !== $request->get_method() ) { + $verified_request = Signature::verify_http_signature( $request ); + if ( \is_wp_error( $verified_request ) ) { + return new WP_Error( + 'activitypub_signature_verification', + $verified_request->get_error_message(), + array( 'status' => 401 ) + ); + } + } elseif ( 'GET' === $request->get_method() && ACTIVITYPUB_AUTHORIZED_FETCH ) { // GET-Requests are only signed in secure mode + $verified_request = Signature::verify_http_signature( $request ); + if ( \is_wp_error( $verified_request ) ) { + return new WP_Error( + 'activitypub_signature_verification', + $verified_request->get_error_message(), + array( 'status' => 401 ) + ); + } + } + + return $response; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-users.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-users.php new file mode 100644 index 00000000..9fb10bab --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-users.php @@ -0,0 +1,155 @@ +[\w\-\.]+)', + array( + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => array( self::class, 'get' ), + 'args' => self::request_parameters(), + 'permission_callback' => '__return_true', + ), + ) + ); + + \register_rest_route( + ACTIVITYPUB_REST_NAMESPACE, + '/users/(?P[\w\-\.]+)/remote-follow', + array( + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => array( self::class, 'remote_follow_get' ), + + 'args' => array( + 'resource' => array( + 'required' => true, + 'sanitize_callback' => 'sanitize_text_field', + ), + ), + 'permission_callback' => '__return_true', + ), + ) + ); + } + + /** + * Handle GET request + * + * @param WP_REST_Request $request + * + * @return WP_REST_Response + */ + public static function get( $request ) { + $user_id = $request->get_param( 'user_id' ); + $user = User_Collection::get_by_various( $user_id ); + + if ( is_wp_error( $user ) ) { + return $user; + } + + // redirect to canonical URL if it is not an ActivityPub request + if ( ! is_activitypub_request() ) { + header( 'Location: ' . $user->get_canonical_url(), true, 301 ); + exit; + } + + /* + * Action triggerd prior to the ActivityPub profile being created and sent to the client + */ + \do_action( 'activitypub_rest_users_pre' ); + + $user->set_context( + Activity::CONTEXT + ); + + $json = $user->to_array(); + + $rest_response = new WP_REST_Response( $json, 200 ); + $rest_response->header( 'Content-Type', 'application/activity+json; charset=' . get_option( 'blog_charset' ) ); + + return $rest_response; + } + + + /** + * Endpoint for remote follow UI/Block + * + * @param WP_REST_Request $request The request object. + * + * @return void|string The URL to the remote follow page + */ + public static function remote_follow_get( WP_REST_Request $request ) { + $resource = $request->get_param( 'resource' ); + $user_id = $request->get_param( 'user_id' ); + $user = User_Collection::get_by_various( $user_id ); + + if ( is_wp_error( $user ) ) { + return $user; + } + + $template = Webfinger::get_remote_follow_endpoint( $resource ); + + if ( is_wp_error( $template ) ) { + return $template; + } + + $resource = $user->get_resource(); + $url = str_replace( '{uri}', $resource, $template ); + + return new WP_REST_Response( + array( 'url' => $url ), + 200 + ); + } + + /** + * The supported parameters + * + * @return array list of parameters + */ + public static function request_parameters() { + $params = array(); + + $params['page'] = array( + 'type' => 'string', + ); + + $params['user_id'] = array( + 'required' => true, + 'type' => 'string', + ); + + return $params; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-webfinger.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-webfinger.php new file mode 100644 index 00000000..34ae3929 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/rest/class-webfinger.php @@ -0,0 +1,124 @@ + \WP_REST_Server::READABLE, + 'callback' => array( self::class, 'webfinger' ), + 'args' => self::request_parameters(), + 'permission_callback' => '__return_true', + ), + ) + ); + } + + /** + * WebFinger endpoint. + * + * @param WP_REST_Request $request The request object. + * + * @return WP_REST_Response The response object. + */ + public static function webfinger( $request ) { + /* + * Action triggerd prior to the ActivityPub profile being created and sent to the client + */ + \do_action( 'activitypub_rest_webfinger_pre' ); + + $resource = $request->get_param( 'resource' ); + $response = self::get_profile( $resource ); + + return new WP_REST_Response( $response, 200 ); + } + + /** + * The supported parameters + * + * @return array list of parameters + */ + public static function request_parameters() { + $params = array(); + + $params['resource'] = array( + 'required' => true, + 'type' => 'string', + 'pattern' => '^acct:(.+)@(.+)$', + ); + + return $params; + } + + /** + * Get the WebFinger profile. + * + * @param string $resource the WebFinger resource. + * + * @return array the WebFinger profile. + */ + public static function get_profile( $resource ) { + $user = User_Collection::get_by_resource( $resource ); + + if ( is_wp_error( $user ) ) { + return $user; + } + + $aliases = array( + $user->get_url(), + ); + + $profile = array( + 'subject' => $resource, + 'aliases' => array_values( array_unique( $aliases ) ), + 'links' => array( + array( + 'rel' => 'self', + 'type' => 'application/activity+json', + 'href' => $user->get_url(), + ), + array( + 'rel' => 'http://webfinger.net/rel/profile-page', + 'type' => 'text/html', + 'href' => $user->get_url(), + ), + ), + ); + + if ( 'Group' === $user->get_type() ) { + $profile['links'][0]['properties'] = array( + 'https://www.w3.org/ns/activitystreams#type' => 'Group', + ); + } + + return $profile; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/table/class-followers.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/table/class-followers.php new file mode 100644 index 00000000..3045dddf --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/table/class-followers.php @@ -0,0 +1,176 @@ +id === 'settings_page_activitypub' ) { + $this->user_id = Users::BLOG_USER_ID; + } else { + $this->user_id = \get_current_user_id(); + } + + parent::__construct( + array( + 'singular' => \__( 'Follower', 'activitypub' ), + 'plural' => \__( 'Followers', 'activitypub' ), + 'ajax' => false, + ) + ); + } + + public function get_columns() { + return array( + 'cb' => '', + 'avatar' => \__( 'Avatar', 'activitypub' ), + 'post_title' => \__( 'Name', 'activitypub' ), + 'username' => \__( 'Username', 'activitypub' ), + 'url' => \__( 'URL', 'activitypub' ), + 'published' => \__( 'Followed', 'activitypub' ), + 'modified' => \__( 'Last updated', 'activitypub' ), + ); + } + + public function get_sortable_columns() { + $sortable_columns = array( + 'post_title' => array( 'post_title', true ), + 'modified' => array( 'modified', false ), + 'published' => array( 'published', false ), + ); + + return $sortable_columns; + } + + public function prepare_items() { + $columns = $this->get_columns(); + $hidden = array(); + + $this->process_action(); + $this->_column_headers = array( $columns, $hidden, $this->get_sortable_columns() ); + + $page_num = $this->get_pagenum(); + $per_page = 20; + + $args = array(); + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( isset( $_GET['orderby'] ) ) { + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + $args['orderby'] = sanitize_text_field( wp_unslash( $_GET['orderby'] ) ); + } + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( isset( $_GET['order'] ) ) { + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + $args['order'] = sanitize_text_field( wp_unslash( $_GET['order'] ) ); + } + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( isset( $_GET['s'] ) && isset( $_REQUEST['_wpnonce'] ) ) { + $nonce = sanitize_text_field( wp_unslash( $_REQUEST['_wpnonce'] ) ); + if ( wp_verify_nonce( $nonce, 'bulk-' . $this->_args['plural'] ) ) { + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + $args['s'] = sanitize_text_field( wp_unslash( $_GET['s'] ) ); + } + } + + $followers_with_count = FollowerCollection::get_followers_with_count( $this->user_id, $per_page, $page_num, $args ); + $followers = $followers_with_count['followers']; + $counter = $followers_with_count['total']; + + $this->items = array(); + $this->set_pagination_args( + array( + 'total_items' => $counter, + 'total_pages' => ceil( $counter / $per_page ), + 'per_page' => $per_page, + ) + ); + + foreach ( $followers as $follower ) { + $item = array( + 'icon' => esc_attr( $follower->get_icon_url() ), + 'post_title' => esc_attr( $follower->get_name() ), + 'username' => esc_attr( $follower->get_preferred_username() ), + 'url' => esc_attr( $follower->get_url() ), + 'identifier' => esc_attr( $follower->get_id() ), + 'published' => esc_attr( $follower->get_published() ), + 'modified' => esc_attr( $follower->get_updated() ), + ); + + $this->items[] = $item; + } + } + + public function get_bulk_actions() { + return array( + 'delete' => __( 'Delete', 'activitypub' ), + ); + } + + public function column_default( $item, $column_name ) { + if ( ! array_key_exists( $column_name, $item ) ) { + return __( 'None', 'activitypub' ); + } + return $item[ $column_name ]; + } + + public function column_avatar( $item ) { + return sprintf( + '', + $item['icon'] + ); + } + + public function column_url( $item ) { + return sprintf( + '%s', + $item['url'], + $item['url'] + ); + } + + public function column_cb( $item ) { + return sprintf( '', esc_attr( $item['identifier'] ) ); + } + + public function process_action() { + if ( ! isset( $_REQUEST['followers'] ) || ! isset( $_REQUEST['_wpnonce'] ) ) { + return false; + } + $nonce = sanitize_text_field( wp_unslash( $_REQUEST['_wpnonce'] ) ); + if ( ! wp_verify_nonce( $nonce, 'bulk-' . $this->_args['plural'] ) ) { + return false; + } + + if ( ! current_user_can( 'edit_user', $this->user_id ) ) { + return false; + } + + $followers = $_REQUEST['followers']; // phpcs:ignore + + switch ( $this->current_action() ) { + case 'delete': + if ( ! is_array( $followers ) ) { + $followers = array( $followers ); + } + foreach ( $followers as $follower ) { + FollowerCollection::remove_follower( $this->user_id, $follower ); + } + break; + } + } + + public function get_user_count() { + return FollowerCollection::count_followers( $this->user_id ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/transformer/class-post.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/transformer/class-post.php new file mode 100644 index 00000000..721bbec0 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/transformer/class-post.php @@ -0,0 +1,606 @@ +wp_post = $wp_post; + } + + /** + * Transforms the WP_Post object to an ActivityPub Object + * + * @see \Activitypub\Activity\Base_Object + * + * @return \Activitypub\Activity\Base_Object The ActivityPub Object + */ + public function to_object() { + $wp_post = $this->wp_post; + $object = new Base_Object(); + + $object->set_id( $this->get_id() ); + $object->set_url( $this->get_url() ); + $object->set_type( $this->get_object_type() ); + + $published = \strtotime( $wp_post->post_date_gmt ); + + $object->set_published( \gmdate( 'Y-m-d\TH:i:s\Z', $published ) ); + + $updated = \strtotime( $wp_post->post_modified_gmt ); + + if ( $updated > $published ) { + $object->set_updated( \gmdate( 'Y-m-d\TH:i:s\Z', $updated ) ); + } + + $object->set_attributed_to( $this->get_attributed_to() ); + $object->set_content( $this->get_content() ); + $object->set_content_map( + array( + $this->get_locale() => $this->get_content(), + ) + ); + $path = sprintf( 'users/%d/followers', intval( $wp_post->post_author ) ); + + $object->set_to( + array( + 'https://www.w3.org/ns/activitystreams#Public', + get_rest_url_by_path( $path ), + ) + ); + $object->set_cc( $this->get_cc() ); + $object->set_attachment( $this->get_attachments() ); + $object->set_tag( $this->get_tags() ); + + return $object; + } + + /** + * Returns the ID of the Post. + * + * @return string The Posts ID. + */ + public function get_id() { + return $this->get_url(); + } + + /** + * Returns the URL of the Post. + * + * @return string The Posts URL. + */ + public function get_url() { + $post = $this->wp_post; + + if ( 'trash' === get_post_status( $post ) ) { + $permalink = \get_post_meta( $post->ID, 'activitypub_canonical_url', true ); + } else { + $permalink = \get_permalink( $post ); + } + + return \esc_url( $permalink ); + } + + /** + * Returns the User-URL of the Author of the Post. + * + * If `single_user` mode is enabled, the URL of the Blog-User is returned. + * + * @return string The User-URL. + */ + protected function get_attributed_to() { + if ( is_single_user() ) { + $user = new Blog_User(); + return $user->get_url(); + } + + return Users::get_by_id( $this->wp_post->post_author )->get_url(); + } + + /** + * Generates all Media Attachments for a Post. + * + * @return array The Attachments. + */ + protected function get_attachments() { + // Once upon a time we only supported images, but we now support audio/video as well. + // We maintain the image-centric naming for backwards compatibility. + $max_media = intval( \apply_filters( 'activitypub_max_image_attachments', \get_option( 'activitypub_max_image_attachments', ACTIVITYPUB_MAX_IMAGE_ATTACHMENTS ) ) ); + + if ( site_supports_blocks() && \has_blocks( $this->wp_post->post_content ) ) { + return $this->get_block_attachments( $max_media ); + } + + return $this->get_classic_editor_images( $max_media ); + } + + /** + * Get media attachments from blocks. They will be formatted as ActivityPub attachments, not as WP attachments. + * + * @param int $max_media The maximum number of attachments to return. + * + * @return array The attachments. + */ + protected function get_block_attachments( $max_media ) { + // max media can't be negative or zero + if ( $max_media <= 0 ) { + return array(); + } + + $id = $this->wp_post->ID; + + $media_ids = array(); + + // list post thumbnail first if this post has one + if ( \function_exists( 'has_post_thumbnail' ) && \has_post_thumbnail( $id ) ) { + $media_ids[] = \get_post_thumbnail_id( $id ); + } + + if ( $max_media > 0 ) { + $blocks = \parse_blocks( $this->wp_post->post_content ); + $media_ids = self::get_media_ids_from_blocks( $blocks, $media_ids, $max_media ); + } + + return \array_filter( \array_map( array( self::class, 'wp_attachment_to_activity_attachment' ), $media_ids ) ); + } + + /** + * Get image attachments from the classic editor. + * Note that audio/video attachments are only supported in the block editor. + * + * @param int $max_images The maximum number of images to return. + * + * @return array The attachments. + */ + protected function get_classic_editor_images( $max_images ) { + // max images can't be negative or zero + if ( $max_images <= 0 ) { + return array(); + } + + $id = $this->wp_post->ID; + + $image_ids = array(); + + // list post thumbnail first if this post has one + if ( \function_exists( 'has_post_thumbnail' ) && \has_post_thumbnail( $id ) ) { + $image_ids[] = \get_post_thumbnail_id( $id ); + --$max_images; + } + + if ( $max_images > 0 ) { + $query = new \WP_Query( + array( + 'post_parent' => $id, + 'post_status' => 'inherit', + 'post_type' => 'attachment', + 'post_mime_type' => 'image', + 'order' => 'ASC', + 'orderby' => 'menu_order ID', + 'posts_per_page' => $max_images, + ) + ); + foreach ( $query->get_posts() as $attachment ) { + if ( ! \in_array( $attachment->ID, $image_ids, true ) ) { + $image_ids[] = $attachment->ID; + } + } + } + $image_ids = \array_unique( $image_ids ); + + return \array_filter( \array_map( array( self::class, 'wp_attachment_to_activity_attachment' ), $image_ids ) ); + } + + /** + * Recursively get media IDs from blocks. + * @param array $blocks The blocks to search for media IDs + * @param array $media_ids The media IDs to append new IDs to + * @param int $max_media The maximum number of media to return. + * + * @return array The image IDs. + */ + protected static function get_media_ids_from_blocks( $blocks, $media_ids, $max_media ) { + + foreach ( $blocks as $block ) { + // recurse into inner blocks + if ( ! empty( $block['innerBlocks'] ) ) { + $media_ids = self::get_media_ids_from_blocks( $block['innerBlocks'], $media_ids, $max_media ); + } + + switch ( $block['blockName'] ) { + case 'core/image': + case 'core/cover': + case 'core/audio': + case 'core/video': + case 'videopress/video': + if ( ! empty( $block['attrs']['id'] ) ) { + $media_ids[] = $block['attrs']['id']; + } + break; + case 'jetpack/slideshow': + case 'jetpack/tiled-gallery': + if ( ! empty( $block['attrs']['ids'] ) ) { + $media_ids = array_merge( $media_ids, $block['attrs']['ids'] ); + } + break; + case 'jetpack/image-compare': + if ( ! empty( $block['attrs']['beforeImageId'] ) ) { + $media_ids[] = $block['attrs']['beforeImageId']; + } + if ( ! empty( $block['attrs']['afterImageId'] ) ) { + $media_ids[] = $block['attrs']['afterImageId']; + } + break; + } + + // depupe + $media_ids = \array_unique( $media_ids ); + + // stop doing unneeded work + if ( count( $media_ids ) >= $max_media ) { + break; + } + } + + // still need to slice it because one gallery could knock us over the limit + return array_slice( $media_ids, 0, $max_media ); + } + + /** + * Converts a WordPress Attachment to an ActivityPub Attachment. + * + * @param int $id The Attachment ID. + * + * @return array The ActivityPub Attachment. + */ + public static function wp_attachment_to_activity_attachment( $id ) { + $attachment = array(); + $mime_type = \get_post_mime_type( $id ); + $mime_type_parts = \explode( '/', $mime_type ); + // switching on image/audio/video + switch ( $mime_type_parts[0] ) { + case 'image': + $image_size = 'full'; + + /** + * Filter the image URL returned for each post. + * + * @param array|false $thumbnail The image URL, or false if no image is available. + * @param int $id The attachment ID. + * @param string $image_size The image size to retrieve. Set to 'full' by default. + */ + $thumbnail = apply_filters( + 'activitypub_get_image', + self::get_image( $id, $image_size ), + $id, + $image_size + ); + + if ( $thumbnail ) { + $alt = \get_post_meta( $id, '_wp_attachment_image_alt', true ); + $image = array( + 'type' => 'Image', + 'url' => $thumbnail[0], + 'mediaType' => $mime_type, + ); + + if ( $alt ) { + $image['name'] = $alt; + } + $attachment = $image; + } + break; + + case 'audio': + case 'video': + $attachment = array( + 'type' => 'Document', + 'mediaType' => $mime_type, + 'url' => \wp_get_attachment_url( $id ), + 'name' => \get_the_title( $id ), + ); + $meta = wp_get_attachment_metadata( $id ); + // height and width for videos + if ( isset( $meta['width'] ) && isset( $meta['height'] ) ) { + $attachment['width'] = $meta['width']; + $attachment['height'] = $meta['height']; + } + // @todo: add `icon` support for audio/video attachments. Maybe use post thumbnail? + break; + } + + return \apply_filters( 'activitypub_attachment', $attachment, $id ); + } + + /** + * Return details about an image attachment. + * + * @param int $id The attachment ID. + * @param string $image_size The image size to retrieve. Set to 'full' by default. + * + * @return array|false Array of image data, or boolean false if no image is available. + */ + protected static function get_image( $id, $image_size = 'full' ) { + /** + * Hook into the image retrieval process. Before image retrieval. + * + * @param int $id The attachment ID. + * @param string $image_size The image size to retrieve. Set to 'full' by default. + */ + do_action( 'activitypub_get_image_pre', $id, $image_size ); + + $image = \wp_get_attachment_image_src( $id, $image_size ); + + /** + * Hook into the image retrieval process. After image retrieval. + * + * @param int $id The attachment ID. + * @param string $image_size The image size to retrieve. Set to 'full' by default. + */ + do_action( 'activitypub_get_image_post', $id, $image_size ); + + return $image; + } + + /** + * Returns the ActivityStreams 2.0 Object-Type for a Post based on the + * settings and the Post-Type. + * + * @see https://www.w3.org/TR/activitystreams-vocabulary/#activity-types + * + * @return string The Object-Type. + */ + protected function get_object_type() { + if ( 'wordpress-post-format' !== \get_option( 'activitypub_object_type', 'note' ) ) { + return \ucfirst( \get_option( 'activitypub_object_type', 'note' ) ); + } + + // Default to Article. + $object_type = 'Article'; + $post_type = \get_post_type( $this->wp_post ); + switch ( $post_type ) { + case 'post': + $post_format = \get_post_format( $this->wp_post ); + switch ( $post_format ) { + case 'aside': + case 'status': + case 'quote': + case 'note': + $object_type = 'Note'; + break; + case 'gallery': + case 'image': + $object_type = 'Image'; + break; + case 'video': + $object_type = 'Video'; + break; + case 'audio': + $object_type = 'Audio'; + break; + default: + $object_type = 'Article'; + break; + } + break; + case 'page': + $object_type = 'Page'; + break; + case 'attachment': + $mime_type = \get_post_mime_type(); + $media_type = \preg_replace( '/(\/[a-zA-Z]+)/i', '', $mime_type ); + switch ( $media_type ) { + case 'audio': + $object_type = 'Audio'; + break; + case 'video': + $object_type = 'Video'; + break; + case 'image': + $object_type = 'Image'; + break; + } + break; + default: + $object_type = 'Article'; + break; + } + + return $object_type; + } + + /** + * Returns a list of Mentions, used in the Post. + * + * @see https://docs.joinmastodon.org/spec/activitypub/#Mention + * + * @return array The list of Mentions. + */ + protected function get_cc() { + $cc = array(); + + $mentions = $this->get_mentions(); + if ( $mentions ) { + foreach ( $mentions as $url ) { + $cc[] = $url; + } + } + + return $cc; + } + + /** + * Returns a list of Tags, used in the Post. + * + * This includes Hash-Tags and Mentions. + * + * @return array The list of Tags. + */ + protected function get_tags() { + $tags = array(); + + $post_tags = \get_the_tags( $this->wp_post->ID ); + if ( $post_tags ) { + foreach ( $post_tags as $post_tag ) { + $tag = array( + 'type' => 'Hashtag', + 'href' => \esc_url( \get_tag_link( $post_tag->term_id ) ), + 'name' => esc_hashtag( $post_tag->name ), + ); + $tags[] = $tag; + } + } + + $mentions = $this->get_mentions(); + if ( $mentions ) { + foreach ( $mentions as $mention => $url ) { + $tag = array( + 'type' => 'Mention', + 'href' => \esc_url( $url ), + 'name' => \esc_html( $mention ), + ); + $tags[] = $tag; + } + } + + return $tags; + } + + /** + * Returns the content for the ActivityPub Item. + * + * The content will be generated based on the user settings. + * + * @return string The content. + */ + protected function get_content() { + global $post; + + /** + * Provides an action hook so plugins can add their own hooks/filters before AP content is generated. + * + * Example: if a plugin adds a filter to `the_content` to add a button to the end of posts, it can also remove that filter here. + * + * @param WP_Post $post The post object. + */ + do_action( 'activitypub_before_get_content', $post ); + + // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited + $post = $this->wp_post; + $content = $this->get_post_content_template(); + + // Register our shortcodes just in time. + Shortcodes::register(); + // Fill in the shortcodes. + setup_postdata( $post ); + $content = do_shortcode( $content ); + wp_reset_postdata(); + + $content = \wpautop( $content ); + $content = \preg_replace( '/[\n\r\t]/', '', $content ); + $content = \trim( $content ); + + $content = \apply_filters( 'activitypub_the_content', $content, $post ); + + // Don't need these any more, should never appear in a post. + Shortcodes::unregister(); + + return $content; + } + + /** + * Gets the template to use to generate the content of the activitypub item. + * + * @return string The Template. + */ + protected function get_post_content_template() { + if ( 'excerpt' === \get_option( 'activitypub_post_content_type', 'content' ) ) { + return "[ap_excerpt]\n\n[ap_permalink type=\"html\"]"; + } + + if ( 'title' === \get_option( 'activitypub_post_content_type', 'content' ) ) { + return "[ap_title]\n\n[ap_permalink type=\"html\"]"; + } + + if ( 'content' === \get_option( 'activitypub_post_content_type', 'content' ) ) { + return "[ap_content]\n\n[ap_permalink type=\"html\"]\n\n[ap_hashtags]"; + } + + return \get_option( 'activitypub_custom_post_content', ACTIVITYPUB_CUSTOM_POST_CONTENT ); + } + + /** + * Helper function to get the @-Mentions from the post content. + * + * @return array The list of @-Mentions. + */ + protected function get_mentions() { + return apply_filters( 'activitypub_extract_mentions', array(), $this->wp_post->post_content, $this->wp_post ); + } + + /** + * Returns the locale of the post. + * + * @return string The locale of the post. + */ + public function get_locale() { + $post_id = $this->wp_post->ID; + $lang = \strtolower( \strtok( \get_locale(), '_-' ) ); + + /** + * Filter the locale of the post. + * + * @param string $lang The locale of the post. + * @param int $post_id The post ID. + * @param WP_Post $post The post object. + * + * @return string The filtered locale of the post. + */ + return apply_filters( 'activitypub_post_locale', $lang, $post_id, $this->wp_post ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-buddypress.php b/wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-buddypress.php new file mode 100644 index 00000000..45cfc0d6 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-buddypress.php @@ -0,0 +1,66 @@ +url = bp_core_get_user_domain( $author_id ); //add BP member profile URL as user URL + + // add BuddyPress' cover_image instead of WordPress' header_image + $cover_image_url = bp_attachments_get_attachment( 'url', array( 'item_id' => $author_id ) ); + + if ( $cover_image_url ) { + $object->image = array( + 'type' => 'Image', + 'url' => $cover_image_url, + ); + } + + // change profile URL to BuddyPress' profile URL + $object->attachment['profile_url'] = array( + 'type' => 'PropertyValue', + 'name' => \__( 'Profile', 'activitypub' ), + 'value' => \html_entity_decode( + '' . \wp_parse_url( \bp_core_get_user_domain( $author_id ), \PHP_URL_HOST ) . '', + \ENT_QUOTES, + 'UTF-8' + ), + ); + + // replace blog URL on multisite + if ( is_multisite() ) { + $user_blogs = get_blogs_of_user( $author_id ); //get sites of user to send as AP metadata + + if ( ! empty( $user_blogs ) ) { + unset( $object->attachment['blog_url'] ); + + foreach ( $user_blogs as $blog ) { + if ( 1 !== $blog->userblog_id ) { + $object->attachment[] = array( + 'type' => 'PropertyValue', + 'name' => $blog->blogname, + 'value' => \html_entity_decode( + '' . \wp_parse_url( $blog->siteurl, \PHP_URL_HOST ) . '', + \ENT_QUOTES, + 'UTF-8' + ), + ); + } + } + } + } + + return $object; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-nodeinfo.php b/wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-nodeinfo.php new file mode 100644 index 00000000..dea6c678 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-nodeinfo.php @@ -0,0 +1,64 @@ += '2.0' ) { + $nodeinfo['protocols'][] = 'activitypub'; + } else { + $nodeinfo['protocols']['inbound'][] = 'activitypub'; + $nodeinfo['protocols']['outbound'][] = 'activitypub'; + } + + $nodeinfo['usage']['users'] = array( + 'total' => get_total_users(), + 'activeMonth' => get_active_users( '1 month ago' ), + 'activeHalfyear' => get_active_users( '6 month ago' ), + ); + + return $nodeinfo; + } + + /** + * Extend NodeInfo2 data + * + * @param array $nodeinfo NodeInfo2 data + * + * @return array The extended array + */ + public static function add_nodeinfo2_discovery( $nodeinfo ) { + $nodeinfo['protocols'][] = 'activitypub'; + + $nodeinfo['usage']['users'] = array( + 'total' => get_total_users(), + 'activeMonth' => get_active_users( '1 month ago' ), + 'activeHalfyear' => get_active_users( '6 month ago' ), + ); + + return $nodeinfo; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-webfinger.php b/wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-webfinger.php new file mode 100644 index 00000000..c9dd565e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-webfinger.php @@ -0,0 +1,62 @@ +ID ); + + if ( ! $user || is_wp_error( $user ) ) { + return $array; + } + + $array['links'][] = array( + 'rel' => 'self', + 'type' => 'application/activity+json', + 'href' => $user->get_url(), + ); + + return $array; + } + + /** + * Add WebFinger discovery links + * + * @param array $array the jrd array + * @param string $resource the WebFinger resource + * @param WP_User $user the WordPress user + * + * @return array the jrd array + */ + public static function add_pseudo_user_discovery( $array, $resource ) { + if ( $array ) { + return $array; + } + + return Webfinger_Rest::get_profile( $resource ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/readme.txt b/wp-content/upgrade-temp-backup/plugins/activitypub/readme.txt new file mode 100644 index 00000000..b7c9b67a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/readme.txt @@ -0,0 +1,529 @@ +=== ActivityPub === +Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nuriapena, cavalierlife +Tags: OStatus, fediverse, activitypub, activitystream +Requires at least: 4.7 +Tested up to: 6.4 +Stable tag: 1.3.0 +Requires PHP: 5.6 +License: MIT +License URI: http://opensource.org/licenses/MIT + +The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format. + +== Description == + +Enter the fediverse with **ActivityPub**, broadcasting your blog to a wider audience! Attract followers, deliver updates, and receive comments from a diverse user base of **ActivityPub**\-compliant platforms. + +With the ActivityPub plugin installed, your WordPress blog itself function as a federated profile, along with profiles for each author. For instance, if your website is `example.com`, then the blog-wide profile can be found at `@example.com@example.com`, and authors like Jane and Bob would have their individual profiles at `@jane@example.com` and `@bobz@example.com`, respectively. + +An example: I give you my Mastodon profile name: `@pfefferle@mastodon.social`. You search, see my profile, and hit follow. Now, any post I make appears in your Home feed. Similarly, with the ActivityPub plugin, you can find and follow Jane's profile at `@jane@example.com`. + +Once you follow Jane's `@jane@example.com` profile, any blog post she crafts on `example.com` will land in your Home feed. Simultaneously, by following the blog-wide profile `@example.com@example.com`, you'll receive updates from all authors. + +**Note**: if no one follows your author or blog instance, your posts remain unseen. The simplest method to verify the plugin's operation is by following your profile. If you possess a Mastodon profile, initiate by following your new one. + +The plugin works with the following tested federated platforms, but there may be more that it works with as well: + +* [Mastodon](https://joinmastodon.org/) +* [Pleroma](https://pleroma.social/)/[Akkoma](https://akkoma.social/) +* [friendica](https://friendi.ca/) +* [Hubzilla](https://hubzilla.org/) +* [Pixelfed](https://pixelfed.org/) +* [Socialhome](https://socialhome.network/) +* [Misskey](https://join.misskey.page/) +* [Firefish](https://joinfirefish.org/) (rebrand of Calckey) + +Some things to note: + +1. The blog-wide profile is only compatible with sites with rewrite rules enabled. If your site does not have rewrite rules enabled, the author-specific profiles may still work. +1. Many single-author blogs have chosen to turn off or redirect their author profile pages, usually via an SEO plugin like Yoast or Rank Math. This is usually done to avoid duplicate content with your blog’s home page. If your author page has been deactivated in this way, then ActivityPub author profiles won’t work for you. Instead, you can turn your author profile page back on, and then use the option in your SEO plugin to noindex the author page. This will still resolve duplicate content issues with search engines and will enable ActivityPub author profiles to work. +1. Once ActivityPub is installed, *only new posts going forward* will be available in the fediverse. Likewise, even if you’ve been using ActivityPub for a while, anyone who follows your site, will only see new posts you publish from that moment on. They will never see previously-published posts in their Home feed. This process is very similar to subscribing to a newsletter. If you subscribe to a newsletter, you will only receive future emails, but not the old archived ones. With ActivityPub, if someone follows your site, they will only receive new blog posts you publish from then on. + +So what’s the process? + +1. Install the ActivityPub plugin. +1. Go to the plugin’s settings page and adjust the settings to your liking. Click the Save button when ready. +1. Make sure your blog’s author profile page is active if you are using author profiles. +1. Go to Mastodon or any other federated platform, and search for your profile, and follow it. Your new profile will be in the form of either `@your_username@example.com` or `@example.com@example.com`, so that is what you’ll search for. +1. On your blog, publish a new post. +1. From Mastodon, check to see if the new post appears in your Home feed. + +Please note that it may take up to 15 minutes or so for the new post to show up in your federated feed. This is because the messages are sent to the federated platforms using a delayed cron. This avoids breaking the publishing process for those cases where users might have lots of followers. So please don’t assume that just because you didn’t see it show up right away that something is broken. Give it some time. In most cases, it will show up within a few minutes, and you’ll know everything is working as expected. + +== Frequently Asked Questions == + += tl;dr = + +This plugin connects your WordPress blog to popular social platforms like Mastodon, making your posts more accessible to a wider audience. Once installed, your blog can be followed by users on these platforms, allowing them to receive your new posts in their feeds. + += What is the status of this plugin? = + +Implemented: + +* blog profile pages (JSON representation) +* author profile pages (JSON representation) +* custom links +* functional inbox/outbox +* follow (accept follows) +* share posts +* receive comments/reactions +* signature verification + +To implement: + +* threaded comments support +* replace shortcodes with blocks for layout + += What is "ActivityPub for WordPress" = + +*ActivityPub for WordPress* extends WordPress with some Fediverse features, but it does not compete with platforms like Friendica or Mastodon. If you want to run a **decentralized social network**, please use [Mastodon](https://joinmastodon.org/) or [GNU social](https://gnusocial.network/). + += What if you are running your blog in a subdirectory? = + +In order for webfinger to work, it must be mapped to the root directory of the URL on which your blog resides. + +**Apache** + +Add the following to the .htaccess file in the root directory: + + RedirectMatch "^\/\.well-known/(webfinger|nodeinfo|x-nodeinfo2)(.*)$" /blog/.well-known/$1$2 + +Where 'blog' is the path to the subdirectory at which your blog resides. + +**Nginx** + +Add the following to the site.conf in sites-available: + + location ~* /.well-known { + allow all; + try_files $uri $uri/ /blog/?$args; + } + +Where 'blog' is the path to the subdirectory at which your blog resides. + +== Changelog == + +Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub). + += 1.3.0 = + +* Added: Threaded-Comments support +* Improved: alt text for avatars in Follow Me/Followers blocks +* Improved: `Delete`, `Update` and `Follow` Activities +* Improved: better/more effective handling of `Delete` Activities +* Improved: allow `

` and `
` for Comments +* Fixed: removed default limit of WP_Query to send updates to all Inboxes and not only to the first 10 + += 1.2.0 = + +* Add: Search and order followerer lists +* Add: Have a filter to defer signature verification +* Improved: "Follow Me" styles for dark themes +* Improved: Allow `p` and `br` tags only for AP comments +* Fixed: Deduplicate attachments earlier to prevent incorrect max_media + + += 1.1.0 = + +* Improved: audio and video attachments are now supported! +* Improved: better error messages if remote profile is not accessible +* Improved: PHP 8.1 compatibility +* Fixed: don't try to parse mentions or hashtags for very large (>1MB) posts to prevent timeouts +* Fixed: better handling of ISO-639-1 locale codes +* Improved: more reliable [ap_author], props @uk3 +* Improved: NodeInfo statistics + += 1.0.10 = + +* Improved: better error messages if remote profile is not accessible + += 1.0.9 = + +* Fixed: broken following endpoint + += 1.0.8 = + +* Fixed: blocking of HEAD requests +* Fixed: PHP fatal error +* Fixed: several typos +* Fixed: error codes +* Improved: loading of shortcodes +* Updated: caching of followers +* Updated: Application-User is no longer "indexable" +* Updated: more consistent usage of the `application/activity+json` Content-Type +* Removed: featured tags endpoint + += 1.0.7 = + +* Fixed: broken function call +* Add: filter to hook into "is blog public" check + += 1.0.6 = + +* Fixed: more restrictive request verification + += 1.0.5 = + +* Fixed: compatibility with WebFinger and NodeInfo plugin + += 1.0.4 = + +* Fixed: Constants were not loaded early enough, resulting in a race condition +* Fixed: Featured image was ignored when using the block editor + += 1.0.3 = + +* Fixed: compatibility with older WordPress/PHP versions +* Update: refactoring of the Plugin init process +* Update: better frontend UX and improved theme compat for blocks +* Compatibility: add a ACTIVITYPUB_DISABLE_REWRITES constant +* Compatibility: add pre-fetch hook to allow plugins to hang filters on + += 1.0.2 = + +* Updated: improved hashtag visibility in default template +* Updated: reduced number of followers to be checked/updated via Cron, when System Cron is not set up +* Updated: check if username of Blog-User collides with an Authors name +* Compatibility: improved Group meta informations +* Fixed: detection of single user mode +* Fixed: remote delete +* Fixed: styles in Follow-Me block +* Fixed: various encoding and formatting issues +* Fixed: (health) check Author URLs only if Authors are enabled + += 1.0.1 = + +* Update: improve image attachment detection using the block editor +* Update: better error code handling for API responses +* Update: use a tag stack instead of regex for protecting tags for Hashtags and @-Mentions +* Compatibility: better signature support for subpath-installations +* Compatibility: allow deactivating blocks registered by the plugin +* Compatibility: avoid Fatal Errors when using ClassicPress +* Compatibility: improve the Group-Actor to play nicely with existing implementations +* Fixed: truncate long blog titles and handles for the "Follow me" block +* Fixed: ensure that only a valid user can be selected for the "Follow me" block +* Fixed: fix a typo in a hook name +* Fixed: a problem with signatures when running WordPress in a sub-path + += 1.0.0 = + +* Add: blog-wide Account (catchall, like `example.com@example.com`) +* Add: a Follow Me block (help visitors to follow your Profile) +* Add: Signature Verification: https://docs.joinmastodon.org/spec/security/ +* Add: a Followers Block (show off your Followers) +* Add: Simple caching +* Add: Collection endpoints for Featured Tags and Featured Posts +* Add: Better handling of Hashtags in mobile apps +* Update: Complete rewrite of the Follower-System based on Custom Post Types +* Update: Improved linter (PHPCS) +* Compatibility: Add a new conditional, `\Activitypub\is_activitypub_request()`, to allow third-party plugins to detect ActivityPub requests +* Compatibility: Add hooks to allow modifying images returned in ActivityPub requests +* Compatibility: Indicate that the plugin is compatible and has been tested with the latest version of WordPress, 6.3 +* Compatibility: Avoid PHP notice on sites using PHP 8.2 +* Fixed: Load the plugin later in the WordPress code lifecycle to avoid errors in some requests +* Fixed: Updating posts +* Fixed: Hashtag now support CamelCase and UTF-8 + += 0.17.0 = + +* Fix type-selector +* Allow more HTML elements in Activity-Objects + += 0.16.5 = + +* Return empty content/excerpt on password protected posts/pages + += 0.16.4 = + +* Remove scripts later in the queue, to also handle scripts added by blocks +* Add published date to author profiles + += 0.16.3 = + +* "cc", "to", ... fields can either be an array or a string +* Remove "style" and "script" HTML elements from content + += 0.16.2 = + +* Fix fatal error in outbox + += 0.16.1 = + +* Fix "update and create, posts appear blank on Mastodon" issue + += 0.16.0 = + +* Add "Outgoing Mentions" ([#213](https://github.com/pfefferle/wordpress-activitypub/pull/213)) props [@akirk](https://github.com/akirk) +* Add configuration item for number of images to attach ([#248](https://github.com/pfefferle/wordpress-activitypub/pull/248)) props [@mexon](https://github.com/mexon) +* Use shortcodes instead of custom templates, to setup the Activity Post-Content ([#250](https://github.com/pfefferle/wordpress-activitypub/pull/250)) props [@toolstack](https://github.com/toolstack) +* Remove custom REST Server, because the needed changes are now merged into Core. +* Fix hashtags ([#261](https://github.com/pfefferle/wordpress-activitypub/pull/261)) props [@akirk](https://github.com/akirk) +* Change priorites, to maybe fix the hashtag issue + += 0.15.0 = + +* Enable ActivityPub only for users that can `publish_posts` +* Persist only public Activities +* Fix remote-delete + += 0.14.3 = + +* Better error handling. props [@akirk](https://github.com/akirk) + += 0.14.2 = + +* Fix Critical error when using Friends Plugin and adding new URL to follow. props [@akirk](https://github.com/akirk) + += 0.14.1 = + +* Fix "WebFinger not compatible with PHP < 8.0". props [@mexon](https://github.com/mexon) + += 0.14.0 = + +* Friends support: https://wordpress.org/plugins/friends/ props [@akirk](https://github.com/akirk) +* Massive guidance improvements. props [mediaformat](https://github.com/mediaformat) & [@akirk](https://github.com/akirk) +* Add Custom Post Type support to outbox API. props [blueset](https://github.com/blueset) +* Better hash-tag support. props [bocops](https://github.com/bocops) +* Fix user-count (NodeInfo). props [mediaformat](https://github.com/mediaformat) + += 0.13.4 = + +* fix webfinger for email identifiers + += 0.13.3 = + +* fix: Create and Note should not have the same ActivityPub ID + += 0.13.2 = + +* fix Follow issue AGAIN + += 0.13.1 = + +* fix Inbox issue + += 0.13.0 = + +* add Autor URL and WebFinger health checks +* fix NodeInfo endpoint + += 0.12.0 = + +* use "pre_option_require_name_email" filter instead of "check_comment_flood". props [@akirk](https://github.com/akirk) +* save only comments/replies +* check for an explicit "undo -> follow" action. see https://wordpress.org/support/topic/qs-after-latest/ + += 0.11.2 = + +* fix inconsistent `%tags%` placeholder + += 0.11.1 = + +* fix follow/unfollow actions + += 0.11.0 = + +* add support for customizable post-content +* first try of a delete activity +* do not require email for AP entries. props [@akirk](https://github.com/akirk) +* fix [timezones](https://github.com/pfefferle/wordpress-activitypub/issues/63) bug. props [@mediaformat](https://github.com/mediaformat) +* fix [digest header](https://github.com/pfefferle/wordpress-activitypub/issues/104) bug. props [@mediaformat](https://github.com/mediaformat) + + += 0.10.1 = + +* fix inbox activities, like follow +* fix debug + += 0.10.0 = + +* add image alt text to the ActivityStreams attachment property in a format that Mastodon can read. props [@BenLubar](https://github.com/BenLubar) +* use the "summary" property for a title as Mastodon does. props [@BenLubar](https://github.com/BenLubar) +* support authorized fetch to avoid having comments from "Anonymous". props [@BenLubar](https://github.com/BenLubar) +* add new post type: "title and link only". props [@bgcarlisle](https://github.com/bgcarlisle) + += 0.9.1 = + +* disable shared inbox +* disable delete activity + += 0.9.0 = + +* some code refactorings +* fix #73 + += 0.8.3 = + +* fixed accept header bug + += 0.8.2 = + +* add all required accept header +* better/simpler accept-header handling +* add debugging mechanism +* Add setting to enable AP for different (public) Post-Types +* explicit use of global functions + += 0.8.1 = + +* fixed PHP warnings + += 0.8.0 = + +* Moved followers list to user-menu + += 0.7.4 = + +* added admin_email to metadata, to be able to "Manage your instance" on https://fediverse.network/manage/ + += 0.7.3 = + +* refactorings +* fixed PHP warnings +* better hashtag regex + += 0.7.2 = + +* fixed JSON representation of posts https://merveilles.town/@xuv/101907542498716956 + += 0.7.1 = + +* fixed inbox problems with pleroma + += 0.7.0 = + +* finally fixed pleroma compatibility +* added "following" endpoint +* simplified "followers" endpoint +* fixed default value problem + += 0.6.0 = + +* add tags as hashtags to the end of each activity +* fixed pleroma following issue +* followers-list improvements + += 0.5.1 = + +* fixed name-collision that caused an infinite loop + += 0.5.0 = + +* complete refactoring +* fixed bug #30: Password-protected posts are federated +* only send Activites when ActivityPub is enabled for this post-type + += 0.4.4 = + +* show avatars + += 0.4.3 = + +* finally fixed backlink in excerpt/summary posts + += 0.4.2 = + +* fixed backlink in excerpt/summary posts (thanks @depone) + += 0.4.1 = + +* finally fixed contact list + += 0.4.0 = + +* added settings to enable/disable hashtag support +* fixed follower list +* send activities only for new posts, otherwise send updates + += 0.3.2 = + +* added "followers" endpoint +* change activity content from blog 'excerpt' to blog 'content' + += 0.3.1 = + +* better json encoding + += 0.3.0 = + +* basic hashtag support +* temporarily deactivated likes and boosts +* added support for actor objects +* fixed encoding issue + += 0.2.1 = + +* customizable backlink (permalink or shorturl) +* show profile-identifiers also on profile settings + += 0.2.0 = + +* added option to switch between content and excerpt +* removed html and duplicate new-lines + += 0.1.1 = + +* fixed "excerpt" in AS JSON +* added settings for the activity-summary and for the activity-object-type + += 0.1.0 = + +* added basic WebFinger support +* added basic NodeInfo support +* fully functional "follow" activity +* send new posts to your followers +* receive comments from your followers + += 0.0.2 = + +* refactoring +* functional inbox +* nicer profile views + += 0.0.1 = + +* initial + +== Upgrade Notice == + += 1.0.0 = + +For version 1.0.0 we have completely rebuilt the followers lists. There is a migration from the old format to the new, but it may take some time until the migration is complete. No data will be lost in the process, please give the migration some time. + +== Installation == + +Follow the normal instructions for [installing WordPress plugins](https://wordpress.org/support/article/managing-plugins/). + += Automatic Plugin Installation = + +To add a WordPress Plugin using the [built-in plugin installer](https://codex.wordpress.org/Administration_Screens#Add_New_Plugins): + +1. Go to [Plugins](https://codex.wordpress.org/Administration_Screens#Plugins) > [Add New](https://codex.wordpress.org/Plugins_Add_New_Screen). +1. Type "`activitypub`" into the **Search Plugins** box. +1. Find the WordPress Plugin you wish to install. + 1. Click **Details** for more information about the Plugin and instructions you may wish to print or save to help setup the Plugin. + 1. Click **Install Now** to install the WordPress Plugin. +1. The resulting installation screen will list the installation as successful or note any problems during the install. +1. If successful, click **Activate Plugin** to activate it, or **Return to Plugin Installer** for further actions. + += Manual Plugin Installation = + +There are a few cases when manually installing a WordPress Plugin is appropriate. + +* If you wish to control the placement and the process of installing a WordPress Plugin. +* If your server does not permit automatic installation of a WordPress Plugin. +* If you want to try the [latest development version](https://github.com/pfefferle/wordpress-activitypub). + +Installation of a WordPress Plugin manually requires FTP familiarity and the awareness that you may put your site at risk if you install a WordPress Plugin incompatible with the current version or from an unreliable source. + +Backup your site completely before proceeding. + +To install a WordPress Plugin manually: + +* Download your WordPress Plugin to your desktop. + * Download from [the WordPress directory](https://wordpress.org/plugins/activitypub/) + * Download from [GitHub](https://github.com/pfefferle/wordpress-activitypub/releases) +* If downloaded as a zip archive, extract the Plugin folder to your desktop. +* With your FTP program, upload the Plugin folder to the `wp-content/plugins` folder in your WordPress directory online. +* Go to [Plugins screen](https://codex.wordpress.org/Administration_Screens#Plugins) and find the newly uploaded Plugin in the list. +* Click **Activate** to activate it. diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/templates/admin-header.php b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/admin-header.php new file mode 100644 index 00000000..67b91ba9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/admin-header.php @@ -0,0 +1,27 @@ + +

+
+

+
+ + +
+
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/templates/author-json.php b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/author-json.php new file mode 100644 index 00000000..70fb43b2 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/author-json.php @@ -0,0 +1,34 @@ +set_context( + \Activitypub\Activity\Activity::CONTEXT +); + +/* + * Action triggerd prior to the ActivityPub profile being created and sent to the client + */ +\do_action( 'activitypub_json_author_pre', $user->get__id() ); + +$options = 0; +// JSON_PRETTY_PRINT added in PHP 5.4 +if ( \get_query_var( 'pretty' ) ) { + $options |= \JSON_PRETTY_PRINT; // phpcs:ignore +} + +$options |= \JSON_HEX_TAG | \JSON_HEX_AMP | \JSON_HEX_QUOT; + +/* + * Options to be passed to json_encode() + * + * @param int $options The current options flags + */ +$options = \apply_filters( 'activitypub_json_author_options', $options, $user->get__id() ); + +\header( 'Content-Type: application/activity+json' ); +echo \wp_json_encode( $user->to_array(), $options ); + +/* + * Action triggerd after the ActivityPub profile has been created and sent to the client + */ +\do_action( 'activitypub_json_author_post', $user->get__id() ); diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/templates/blog-json.php b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/blog-json.php new file mode 100644 index 00000000..7ce6a270 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/blog-json.php @@ -0,0 +1,34 @@ +set_context( + \Activitypub\Activity\Activity::CONTEXT +); + +/* + * Action triggerd prior to the ActivityPub profile being created and sent to the client + */ +\do_action( 'activitypub_json_author_pre', $user->get__id() ); + +$options = 0; +// JSON_PRETTY_PRINT added in PHP 5.4 +if ( \get_query_var( 'pretty' ) ) { + $options |= \JSON_PRETTY_PRINT; // phpcs:ignore +} + +$options |= \JSON_HEX_TAG | \JSON_HEX_AMP | \JSON_HEX_QUOT; + +/* + * Options to be passed to json_encode() + * + * @param int $options The current options flags + */ +$options = \apply_filters( 'activitypub_json_author_options', $options, $user->get__id() ); + +\header( 'Content-Type: application/activity+json' ); +echo \wp_json_encode( $user->to_array(), $options ); + +/* + * Action triggerd after the ActivityPub profile has been created and sent to the client + */ +\do_action( 'activitypub_json_author_post', $user->get__id() ); diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/templates/blog-user-followers-list.php b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/blog-user-followers-list.php new file mode 100644 index 00000000..1eaa7ee9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/blog-user-followers-list.php @@ -0,0 +1,28 @@ + '', + 'welcome' => '', + 'followers' => 'active', + ) +); +$table = new \Activitypub\Table\Followers(); +$follower_count = $table->get_user_count(); +// translators: The follower count. +$followers_template = _n( 'Your blog profile currently has %s follower.', 'Your blog profile currently has %s followers.', $follower_count, 'activitypub' ); +?> +
+

+ +
+ + + prepare_items(); + $table->search_box( 'Search', 'search' ); + $table->display(); + ?> +
+
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/templates/post-json.php b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/post-json.php new file mode 100644 index 00000000..89467c46 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/post-json.php @@ -0,0 +1,37 @@ + \Activitypub\get_context() ), $object->to_object()->to_array() ); + +// filter output +$json = \apply_filters( 'activitypub_json_post_array', $json ); + +/* + * Action triggerd prior to the ActivityPub profile being created and sent to the client + */ +\do_action( 'activitypub_json_post_pre' ); + +$options = 0; +// JSON_PRETTY_PRINT added in PHP 5.4 +if ( \get_query_var( 'pretty' ) ) { + $options |= \JSON_PRETTY_PRINT; // phpcs:ignore +} + +$options |= \JSON_HEX_TAG | \JSON_HEX_AMP | \JSON_HEX_QUOT; + +/* + * Options to be passed to json_encode() + * + * @param int $options The current options flags + */ +$options = \apply_filters( 'activitypub_json_post_options', $options ); + +\header( 'Content-Type: application/activity+json' ); +echo \wp_json_encode( $json, $options ); + +/* + * Action triggerd after the ActivityPub profile has been created and sent to the client + */ +\do_action( 'activitypub_json_post_post' ); diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/templates/settings.php b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/settings.php new file mode 100644 index 00000000..642ab164 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/settings.php @@ -0,0 +1,272 @@ + 'active', + 'welcome' => '', + 'followers' => '', + ) +); +?> + +
+
+ + +
+

+ + + + + + + + + + + +
+ + +

+ +

+

+ publish_posts capability) gets their own ActivityPub profile.', 'activitypub' ), array( 'code' => array() ) ); ?> +

+

+ +

+

+ +

+
+ + + +

+ +

+

+ + + +

+
+ + +
+ +
+

+ + + + + + + + + + + + + + + + + + + + + + + +
+ + +

+ +

+

+ +

+

+ +

+

+ +

+

+ +

+ +
+
    +
  • [ap_title] -
  • +
  • [ap_content] -
  • +
  • [ap_excerpt] -
  • +
  • [ap_permalink] -
  • +
  • [ap_shortlink] - Hum.', 'activitypub' ), 'default' ); ?>
  • +
  • [ap_hashtags] -
  • +
+

+
+
+

+
+ + + +

+ %s', 'activitypub' ), + \esc_html( ACTIVITYPUB_MAX_IMAGE_ATTACHMENTS ) + ), + 'default' + ); + ?> +

+

+ + + +

+
+ + +

+ +

+

+

+ +

+

+ +

+
+
+ + + true ), 'objects' ); ?> + +
    + + +
  • + name, $support_post_types, true ) ); ?> /> + +
  • + +
+
+
+ + +

+ +

+
+ + +
+ +
+

+ + + + + + + +
+ + +

+ Disallowed Comment Keys" list.', 'activitypub' ), + \esc_attr( \admin_url( 'options-discussion.php#disallowed_keys' ) ) + ), + 'default' + ); + ?> +

+
+ + +
+ + + +
+
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/templates/user-followers-list.php b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/user-followers-list.php new file mode 100644 index 00000000..8ea35a73 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/user-followers-list.php @@ -0,0 +1,21 @@ + +
+

+

+ + + +
+ + prepare_items(); + $table->search_box( 'Search', 'search' ); + $table->display(); + ?> +
+
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/templates/user-settings.php b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/user-settings.php new file mode 100644 index 00000000..afbb4046 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/user-settings.php @@ -0,0 +1,32 @@ + +

+ + + + + + + + + + + + + +
+ + +

+ get_resource() ); ?> or + get_url() ); ?> +

+ +

get_resource() ) ); ?>

+
+ + + +

+
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/templates/welcome.php b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/welcome.php new file mode 100644 index 00000000..cf26cfea --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/welcome.php @@ -0,0 +1,162 @@ + '', + 'welcome' => 'active', + 'followers' => '', + ) +); +?> + +
+
+

+ +

ActivityPub, broadcasting your blog to a wider audience. Attract followers, deliver updates, and receive comments from a diverse user base on Mastodon, Friendica, Pleroma, Pixelfed, and all ActivityPub-compliant platforms.', 'activitypub' ), array( 'strong' => array() ) ); ?>

+
+ + +
+

+

+ +

+

+ +

+

+ +

+

+ +

+

+ +

+

+ +

+

+ + + +

+
+ + + ID ); + ?> +
+

+

+ +

+

+ +

+

+ +

+

+ +

+

+ +

+

+ +

+

+ + + +

+
+ + +
+

+

+ Site Health page to ensure that your site is compatible and/or use the "Help" tab (in the top right of the settings pages).', + 'activitypub' + ), + \esc_url_raw( admin_url( 'site-health.php' ) ) + ), + 'default' + ); + ?> +

+
+ + +
+

+ +

+
+
+ +

+ +

+
+

+

+
+ + +

+ +

+ + + +

+ +

+ + + +

+ +

+ + +
+ +
diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/.phive/phars.xml b/wp-content/upgrade-temp-backup/plugins/authldap/.phive/phars.xml new file mode 100644 index 00000000..2825dbbc --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/.phive/phars.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/LICENSE.md b/wp-content/upgrade-temp-backup/plugins/authldap/LICENSE.md new file mode 100644 index 00000000..00217dc5 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/LICENSE.md @@ -0,0 +1,7 @@ +Copyright + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/README.md b/wp-content/upgrade-temp-backup/plugins/authldap/README.md new file mode 100644 index 00000000..db54d089 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/README.md @@ -0,0 +1,95 @@ +# authLDAP + +[![Join the chat at https://gitter.im/heiglandreas/authLdap](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/heiglandreas/authLdap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + +Use your existing LDAP as authentication-backend for your wordpress! + +[![Build Status](https://github.com/heiglandreas/authLdap/actions/workflows/tests.yml/badge.svg)](https://github.com/heiglandreas/authLdap/actions/workflows/tests.yml) +[![WordPress Stats](https://img.shields.io/wordpress/plugin/dt/authldap.svg)](https://wordpress.org/plugins/authldap/stats/) +[![WordPress Version](https://img.shields.io/wordpress/plugin/v/authldap.svg)](https://wordpress.org/plugins/authldap/) +[![WordPress testet](https://img.shields.io/wordpress/v/authldap.svg)](https://wordpress.org/plugins/authldap/) +[![Code Climate](https://codeclimate.com/github/heiglandreas/authLdap/badges/gpa.svg)](https://codeclimate.com/github/heiglandreas/authLdap) +[![codecov](https://codecov.io/gh/heiglandreas/authLdap/branch/master/graph/badge.svg?token=AYAhEeWtRQ)](https://codecov.io/gh/heiglandreas/authLdap) + +So what are the differences to other Wordpress-LDAP-Authentication-Plugins? + +* **Flexible**: You are totaly free in which LDAP-backend to use. Due to the extensive configuration you can +freely decide how to do the authentication of your users. It simply depends on your +filters +* **Independent**: As soon as a user logs in, it is added/updated to the Wordpress' user-database +to allow wordpress to always use the correct data. You only have to administer your users once. +* **Failsafe**: Due to the users being created in Wordpress' User-database they can +also log in when the LDAP-backend currently is gone. +* **Role-Aware**: You can map Wordpress' roles to values of an existing LDAP-attribute. + +## How does the plugin work? + +Well, as a matter of fact it is rather simple. The plugin verifies, that the user +seeking authentification can bind to the LDAP using the provided password. + +If that is so, the user is either created or updated in the wordpress-user-database. +This update includes the provided password (so the wordpress can authenticate users +even without the LDAP), the users name according to the authLDAP-preferences and +the status of the user depending on the groups-settings of the authLDAP-preferences + +Writing this plugin would not have been as easy as it has been, without the +wonderfull plugin of Alistair Young from http://www.weblogs.uhi.ac.uk/sm00ay/?p=45 + +## Configuration + +### Usage Settings + +* **Enable Authentication via LDAP** Whether you want to enable authLdap for login or not +* **debug authLdap** When you have problems with authentication via LDAP you can enable a debugging mode here. +* **Save entered Password** Decide whether passwords will be cached in your wordpress-installation. **Attention:** Without the cache your users will not be able to log into your site when your LDAP is down! + +### Server Settings + +* **LDAP Uri** This is the URI where your ldap-backend can be reached. More information are actually on the Configuration page +* **Filter** This is the real McCoy! The filter you define here specifies how a user will be found. Before applying the filter a %s will be replaced with the given username. This means, when a user logs in using ‘foobar’ as username the following happens: + + * **uid=%1$s** check for any LDAP-Entry that has an attribute ‘uid’ with value ‘foobar’ + * **(&(objectclass=posixAccount)(|(uid=%1$s)(mail=%1$s)))** check for any LDAP-Entry that has an attribute ‘objectclass’ with value ‘posixAccout’ and either a UID- or a mail-attribute with value ‘foobar’ + + This filter is rather powerfull if used wisely. + +### Creating Users + +* **Name-Attribute** Which Attribute from the LDAP contains the Full or the First name of the user trying to log in. This defaults to name +* **Second Name Attribute** If the above Name-Attribute only contains the First Name of the user you can here specify an Attribute that contains the second name. This field is empty by default +* **User-ID Attribute** This field will be used as login-name for wordpress. Please give the Attribute, that is used to identify the user. This should be the same as you used in the above Filter-Option. This field defaults to uid +* **Mail Attribute** Which Attribute holds the eMail-Address of the user? If more than one eMail-Address are stored in the LDAP, only the first given is used. This field defaults to mail +* **Web-Attribute** If your users have a personal page (URI) stored in the LDAP, it can be provided here. This field is empty by default + +### User-Groups for Roles + +* **Group-Attribute** This is the attribute that defines the Group-ID that can be matched against the Groups defined further down This field defaults to gidNumber. +* **Group-Filter** Here you can add the filter for selecting groups for the currentlly logged in user The Filter should contain the string %s which will be replaced by the login-name of the currently logged in + + +## FAQ + +
+
Can I change a users password with this plugin?
+
Short Answer: No!
Long Answer: As the users credentials are not + only used for a wordpress-site when you authenticate against an LDAP but for + many other services also chances are great that there is a centralized place + where password-changes shall be made. We'll later allow inclusion of a link + to such a place but currently it's not available. And as password-hashing and + where to store it requires deeper insight into the LDAP-Server then most users + have and admins are willing to give, password changes are out of scope of this + plugin. If you know exactyl what you do, you might want to have a look at + + issue 54 + wherer a way of adding it is described! +
+
Can I add a user to the LDAP when she creates a user-account on wordpress?
+
Short Answer: No!
Long Answer: Even though that is technically possible + it's not in the scope of this plugin. As creating a user in an LDAP often involves + an administrative process that has already been implemented in your departments + administration it doesn't make sense to rebuild that - in most cases highly + individual - process in this plugin. If you know exactly what you do, have a look at + issue 65 + where wtfiwtz shows how to implement that feature. +
+
diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/authldap/SECURITY.md new file mode 100644 index 00000000..ef57848c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/SECURITY.md @@ -0,0 +1,18 @@ +# Security-Policy + +## Supported Versions + +| Version | Supported | +| ------- |--------------------| +| 2.x | :white_check_mark: | +| 1.x | :x: | + +## Reporting a Vulnerability + +* Check our security.txt file for details on how to contact us +* Contact us before publicly disclosing the issue anywhere else + +This plugin is developed as OpenSource under the MIT licence. +There is no money earned from it. Therefore we are not able to +provide any bug-bounties whatsoever. You will be mentioned in the +release notes of a fix-release though. diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/authLdap.css b/wp-content/upgrade-temp-backup/plugins/authldap/authLdap.css new file mode 100644 index 00000000..674dc34d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/authLdap.css @@ -0,0 +1,13 @@ +.row { + overflow: hidden; + padding-top: 10px; +} + +.element { + float: right; + text-align: left; +} + +.authldap-options input[type=text] { + width: 100%; +} diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/authLdap.php b/wp-content/upgrade-temp-backup/plugins/authldap/authLdap.php new file mode 100644 index 00000000..542ea85e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/authLdap.php @@ -0,0 +1,946 @@ + +Author URI: http://andreas.heigl.org +License: MIT +License URI: https://opensource.org/licenses/MIT +*/ + +// phpcs:disable PSR1.Files.SideEffects + +use Org_Heigl\AuthLdap\LdapList; +use Org_Heigl\AuthLdap\LdapUri; +use Org_Heigl\AuthLdap\Manager\Ldap; +use Org_Heigl\AuthLdap\UserRoleHandler; +use Org_Heigl\AuthLdap\Wrapper\LdapFactory; + +require_once __DIR__ . '/src/Wrapper/LdapInterface.php'; +require_once __DIR__ . '/src/Exception/Error.php'; +require_once __DIR__ . '/src/Exception/InvalidLdapUri.php'; +require_once __DIR__ . '/src/Exception/Error.php'; +require_once __DIR__ . '/src/Exception/InvalidLdapUri.php'; +require_once __DIR__ . '/src/Exception/MissingValidLdapConnection.php'; +require_once __DIR__ . '/src/Exception/SearchUnsuccessfull.php'; +require_once __DIR__ . '/src/Manager/Ldap.php'; +require_once __DIR__ . '/src/Wrapper/Ldap.php'; +require_once __DIR__ . '/src/Wrapper/LdapFactory.php'; +require_once __DIR__ . '/src/LdapList.php'; +require_once __DIR__ . '/src/LdapUri.php'; +require_once __DIR__ . '/src/UserRoleHandler.php'; + +function authLdap_debug($message) +{ + if (authLdap_get_option('Debug')) { + error_log('[AuthLDAP] ' . $message, 0); + } +} + + +function authLdap_addmenu() +{ + if (!is_multisite()) { + add_options_page( + 'AuthLDAP', + 'AuthLDAP', + 'manage_options', + basename(__FILE__), + 'authLdap_options_panel' + ); + } else { + add_submenu_page( + 'settings.php', + 'AuthLDAP', + 'AuthLDAP', + 'manage_options', + 'authldap', + 'authLdap_options_panel' + ); + } +} + +function authLdap_get_post($name, $default = '') +{ + return isset($_POST[$name]) ? $_POST[$name] : $default; +} + +function authLdap_options_panel() +{ + // inclusde style sheet + wp_enqueue_style('authLdap-style', plugin_dir_url(__FILE__) . 'authLdap.css'); + + if (($_SERVER['REQUEST_METHOD'] == 'POST') && array_key_exists('ldapOptionsSave', $_POST)) { + if (!isset($_POST['authLdapNonce'])) { + die("Go away!"); + } + if (!wp_verify_nonce($_POST['authLdapNonce'],'authLdapNonce')) { + die("Go away!"); + } + + $new_options = [ + 'Enabled' => authLdap_get_post('authLDAPAuth', false), + 'CachePW' => authLdap_get_post('authLDAPCachePW', false), + 'URI' => authLdap_get_post('authLDAPURI'), + 'URISeparator' => authLdap_get_post('authLDAPURISeparator'), + 'StartTLS' => authLdap_get_post('authLDAPStartTLS', false), + 'Filter' => authLdap_get_post('authLDAPFilter'), + 'NameAttr' => authLdap_get_post('authLDAPNameAttr'), + 'SecName' => authLdap_get_post('authLDAPSecName'), + 'UidAttr' => authLdap_get_post('authLDAPUidAttr'), + 'MailAttr' => authLdap_get_post('authLDAPMailAttr'), + 'WebAttr' => authLdap_get_post('authLDAPWebAttr'), + 'Groups' => authLdap_get_post('authLDAPGroups', []), + 'GroupSeparator' => authLdap_get_post('authLDAPGroupSeparator', ','), + 'Debug' => authLdap_get_post('authLDAPDebug', false), + 'GroupBase' => authLdap_get_post('authLDAPGroupBase'), + 'GroupAttr' => authLdap_get_post('authLDAPGroupAttr'), + 'GroupFilter' => authLdap_get_post('authLDAPGroupFilter'), + 'DefaultRole' => authLdap_get_post('authLDAPDefaultRole'), + 'GroupEnable' => authLdap_get_post('authLDAPGroupEnable', false), + 'GroupOverUser' => authLdap_get_post('authLDAPGroupOverUser', false), + 'DoNotOverwriteNonLdapUsers' => authLdap_get_post('authLDAPDoNotOverwriteNonLdapUsers', false), + 'UserRead' => authLdap_get_post('authLDAPUseUserAccount', false), + ]; + if (authLdap_set_options($new_options)) { + echo "

Saved Options!

"; + } else { + echo "

Could not save Options!

"; + } + } + + // Do some initialization for the admin-view + $authLDAP = authLdap_get_option('Enabled'); + $authLDAPCachePW = authLdap_get_option('CachePW'); + $authLDAPURI = authLdap_get_option('URI'); + $authLDAPURISeparator = authLdap_get_option('URISeparator'); + $authLDAPStartTLS = authLdap_get_option('StartTLS'); + $authLDAPFilter = authLdap_get_option('Filter'); + $authLDAPNameAttr = authLdap_get_option('NameAttr'); + $authLDAPSecName = authLdap_get_option('SecName'); + $authLDAPMailAttr = authLdap_get_option('MailAttr'); + $authLDAPUidAttr = authLdap_get_option('UidAttr'); + $authLDAPWebAttr = authLdap_get_option('WebAttr'); + $authLDAPGroups = authLdap_get_option('Groups'); + $authLDAPGroupSeparator = authLdap_get_option('GroupSeparator'); + $authLDAPDebug = authLdap_get_option('Debug'); + $authLDAPGroupBase = authLdap_get_option('GroupBase'); + $authLDAPGroupAttr = authLdap_get_option('GroupAttr'); + $authLDAPGroupFilter = authLdap_get_option('GroupFilter'); + $authLDAPDefaultRole = authLdap_get_option('DefaultRole'); + $authLDAPGroupEnable = authLdap_get_option('GroupEnable'); + $authLDAPGroupOverUser = authLdap_get_option('GroupOverUser'); + $authLDAPDoNotOverwriteNonLdapUsers = authLdap_get_option('DoNotOverwriteNonLdapUsers'); + $authLDAPUseUserAccount = authLdap_get_option('UserRead'); + + $tChecked = ($authLDAP) ? ' checked="checked"' : ''; + $tDebugChecked = ($authLDAPDebug) ? ' checked="checked"' : ''; + $tPWChecked = ($authLDAPCachePW) ? ' checked="checked"' : ''; + $tGroupChecked = ($authLDAPGroupEnable) ? ' checked="checked"' : ''; + $tGroupOverUserChecked = ($authLDAPGroupOverUser) ? ' checked="checked"' : ''; + $tStartTLSChecked = ($authLDAPStartTLS) ? ' checked="checked"' : ''; + $tDoNotOverwriteNonLdapUsers = ($authLDAPDoNotOverwriteNonLdapUsers) ? ' checked="checked"' : ''; + $tUserRead = ($authLDAPUseUserAccount) ? ' checked="checked"' : ''; + + $roles = new WP_Roles(); + + $action = $_SERVER['REQUEST_URI']; + if (!extension_loaded('ldap')) { + echo '
The LDAP-Extension is not available on your ' + . 'WebServer. Therefore Everything you can alter here does not ' + . 'make any sense!
'; + } + + include dirname(__FILE__) . '/view/admin.phtml'; +} + +/** + * get a LDAP server object + * + * throws exception if there is a problem connecting + * + * @conf boolean authLDAPDebug true, if debugging should be turned on + * @conf string authLDAPURI LDAP server URI + * + * @return Org_Heigl\AuthLdap\LdapList LDAP server object + */ +function authLdap_get_server() +{ + static $_ldapserver = null; + if (is_null($_ldapserver)) { + $authLDAPDebug = authLdap_get_option('Debug'); + $authLDAPURI = explode( + authLdap_get_option('URISeparator', ' '), + authLdap_get_option('URI') + ); + $authLDAPStartTLS = authLdap_get_option('StartTLS'); + + //$authLDAPURI = 'ldap:/foo:bar@server/trallala'; + authLdap_debug('connect to LDAP server'); + require_once dirname(__FILE__) . '/src/LdapList.php'; + $_ldapserver = new LdapList(); + foreach ($authLDAPURI as $uri) { + $_ldapserver->addLdap(new Ldap( + new LdapFactory(), + LdapUri::fromString($uri), + $authLDAPStartTLS + )); + } + } + return $_ldapserver; +} + + +/** + * This method authenticates a user using either the LDAP or, if LDAP is not + * available, the local database + * + * For this we store the hashed passwords in the WP_Database to ensure working + * conditions even without an LDAP-Connection + * + * @param null|WP_User|WP_Error + * @param string $username + * @param string $password + * @param boolean $already_md5 + * @return boolean true, if login was successfull or false, if it wasn't + * @conf boolean authLDAP true, if authLDAP should be used, false if not. Defaults to false + * @conf string authLDAPFilter LDAP filter to use to find correct user, defaults to '(uid=%s)' + * @conf string authLDAPNameAttr LDAP attribute containing user (display) name, defaults to 'name' + * @conf string authLDAPSecName LDAP attribute containing second name, defaults to '' + * @conf string authLDAPMailAttr LDAP attribute containing user e-mail, defaults to 'mail' + * @conf string authLDAPUidAttr LDAP attribute containing user id (the username we log on with), defaults to 'uid' + * @conf string authLDAPWebAttr LDAP attribute containing user website, defaults to '' + * @conf string authLDAPDefaultRole default role for authenticated user, defaults to '' + * @conf boolean authLDAPGroupEnable true, if we try to map LDAP groups to Wordpress roles + * @conf boolean authLDAPGroupOverUser true, if LDAP Groups have precedence over existing user roles + */ +function authLdap_login($user, $username, $password, $already_md5 = false) +{ + // don't do anything when authLDAP is disabled + if (!authLdap_get_option('Enabled')) { + authLdap_debug( + 'LDAP disabled in AuthLDAP plugin options (use the first option in the AuthLDAP options to enable it)' + ); + return $user; + } + + // If the user has already been authenticated (only in that case we get a + // WP_User-Object as $user) we skip LDAP-authentication and simply return + // the existing user-object + if ($user instanceof WP_User) { + authLdap_debug(sprintf( + 'User %s has already been authenticated - skipping LDAP-Authentication', + $user->get('nickname') + )); + return $user; + } + + authLdap_debug("User '$username' logging in"); + + if ($username == 'admin') { + authLdap_debug('Doing nothing for possible local user admin'); + return $user; + } + + global $wpdb, $error; + try { + $authLDAP = authLdap_get_option('Enabled'); + $authLDAPFilter = authLdap_get_option('Filter'); + $authLDAPNameAttr = authLdap_get_option('NameAttr'); + $authLDAPSecName = authLdap_get_option('SecName'); + $authLDAPMailAttr = authLdap_get_option('MailAttr'); + $authLDAPUidAttr = authLdap_get_option('UidAttr'); + $authLDAPWebAttr = authLdap_get_option('WebAttr'); + $authLDAPDefaultRole = authLdap_get_option('DefaultRole'); + $authLDAPGroupEnable = authLdap_get_option('GroupEnable'); + $authLDAPGroupOverUser = authLdap_get_option('GroupOverUser'); + $authLDAPUseUserAccount = authLdap_get_option('UserRead'); + + if (!$username) { + authLdap_debug('Username not supplied: return false'); + return false; + } + + if (!$password) { + authLdap_debug('Password not supplied: return false'); + $error = __('Error: The password field is empty.'); + return false; + } + // First check for valid values and set appropriate defaults + if (!$authLDAPFilter) { + $authLDAPFilter = '(uid=%s)'; + } + if (!$authLDAPNameAttr) { + $authLDAPNameAttr = 'name'; + } + if (!$authLDAPMailAttr) { + $authLDAPMailAttr = 'mail'; + } + if (!$authLDAPUidAttr) { + $authLDAPUidAttr = 'uid'; + } + + // If already_md5 is TRUE, then we're getting the user/password from the cookie. As we don't want + // to store LDAP passwords in any + // form, we've already replaced the password with the hashed username and LDAP_COOKIE_MARKER + if ($already_md5) { + if ($password == md5($username) . md5($ldapCookieMarker)) { + authLdap_debug('cookie authentication'); + return true; + } + } + + // Remove slashes as noted on https://github.com/heiglandreas/authLdap/issues/108 + $password = stripslashes_deep($password); + + // No cookie, so have to authenticate them via LDAP + $result = false; + try { + authLdap_debug('about to do LDAP authentication'); + $result = authLdap_get_server()->Authenticate($username, $password, $authLDAPFilter); + } catch (Exception $e) { + authLdap_debug('LDAP authentication failed with exception: ' . $e->getMessage()); + return false; + } + + // Make optional querying from the admin account #213 + if (!authLdap_get_option('UserRead')) { + // Rebind with the default credentials after the user has been loged in + // Otherwise the credentials of the user trying to login will be used + // This fixes #55 + authLdap_get_server()->bind(); + } + + if (true !== $result) { + authLdap_debug('LDAP authentication failed'); + // TODO what to return? WP_User object, true, false, even an WP_Error object... + // all seem to fall back to normal wp user authentication + return; + } + + authLdap_debug('LDAP authentication successful'); + $attributes = array_values( + array_filter( + apply_filters( + 'authLdap_filter_attributes', + [ + $authLDAPNameAttr, + $authLDAPSecName, + $authLDAPMailAttr, + $authLDAPWebAttr, + $authLDAPUidAttr, + ] + ) + ) + ); + + try { + $attribs = authLdap_get_server()->search( + sprintf($authLDAPFilter, $username), + $attributes + ); + // First get all the relevant group informations so we can see if + // whether have been changes in group association of the user + if (!isset($attribs[0]['dn'])) { + authLdap_debug('could not get user attributes from LDAP'); + throw new UnexpectedValueException('dn has not been returned'); + } + if (!isset($attribs[0][strtolower($authLDAPUidAttr)][0])) { + authLdap_debug('could not get user attributes from LDAP'); + throw new UnexpectedValueException('The user-ID attribute has not been returned'); + } + + $dn = $attribs[0]['dn']; + $realuid = $attribs[0][strtolower($authLDAPUidAttr)][0]; + } catch (Exception $e) { + authLdap_debug('Exception getting LDAP user: ' . $e->getMessage()); + return false; + } + + $uid = authLdap_get_uid($realuid); + + // This fixes #172 + if (true == authLdap_get_option('DoNotOverwriteNonLdapUsers', false)) { + if (!get_user_meta($uid, 'authLDAP')) { + return null; + } + } + + $roles = []; + + // we only need this if either LDAP groups are disabled or + // if the WordPress role of the user overrides LDAP groups + if (!$authLDAPGroupEnable || !$authLDAPGroupOverUser) { + $role = authLdap_user_role($uid); + if ($role !== '') { + $roles[] = $role; + } + // TODO, this needs to be revised, it seems, like authldap is taking only the first role + // even if in WP there are assigned multiple. + } + + // do LDAP group mapping if needed + // (if LDAP groups override worpress user role, $role is still empty) + if (empty($roles) && $authLDAPGroupEnable) { + $mappedRoles = authLdap_groupmap($realuid, $dn); + if ($mappedRoles !== []) { + $roles = $mappedRoles; + authLdap_debug('role from group mapping: ' . json_encode($roles)); + } + } + + // if we don't have a role yet, use default role + if (empty($roles) && !empty($authLDAPDefaultRole)) { + authLdap_debug('no role yet, set default role'); + $roles[] = $authLDAPDefaultRole; + } + + if (empty($roles)) { + // Sorry, but you are not in any group that is allowed access + trigger_error('no group found'); + authLdap_debug('user is not in any group that is allowed access'); + return false; + } else { + $wp_roles = new WP_Roles(); + // not sure if this is needed, but it can't hurt + + // Get rid of unexisting roles. + foreach ($roles as $k => $v) { + if (!$wp_roles->is_role($v)) { + unset($k); + } + } + + // check if single role or an empty array provided + if (empty($roles)) { + trigger_error('no group found'); + authLdap_debug('role is invalid'); + return false; + } + } + + // from here on, the user has access! + // now, lets update some user details + $user_info = []; + $user_info['user_login'] = $realuid; + $user_info['user_email'] = ''; + $user_info['user_nicename'] = ''; + + // first name + if (isset($attribs[0][strtolower($authLDAPNameAttr)][0])) { + $user_info['first_name'] = $attribs[0][strtolower($authLDAPNameAttr)][0]; + } + + // last name + if (isset($attribs[0][strtolower($authLDAPSecName)][0])) { + $user_info['last_name'] = $attribs[0][strtolower($authLDAPSecName)][0]; + } + + // mail address + if (isset($attribs[0][strtolower($authLDAPMailAttr)][0])) { + $user_info['user_email'] = $attribs[0][strtolower($authLDAPMailAttr)][0]; + } + + // website + if (isset($attribs[0][strtolower($authLDAPWebAttr)][0])) { + $user_info['user_url'] = $attribs[0][strtolower($authLDAPWebAttr)][0]; + } + // display name, nickname, nicename + if (array_key_exists('first_name', $user_info)) { + $user_info['display_name'] = $user_info['first_name']; + $user_info['nickname'] = $user_info['first_name']; + $user_info['user_nicename'] = sanitize_title_with_dashes($user_info['first_name']); + if (array_key_exists('last_name', $user_info)) { + $user_info['display_name'] .= ' ' . $user_info['last_name']; + $user_info['nickname'] .= ' ' . $user_info['last_name']; + $user_info['user_nicename'] .= '_' . sanitize_title_with_dashes($user_info['last_name']); + } + } + $user_info['user_nicename'] = substr($user_info['user_nicename'], 0, 50); + + // optionally store the password into the wordpress database + if (authLdap_get_option('CachePW')) { + // Password will be hashed inside wp_update_user or wp_insert_user + $user_info['user_pass'] = $password; + } else { + // clear the password + $user_info['user_pass'] = ''; + } + + // add uid if user exists + if ($uid) { + // found user in the database + authLdap_debug('The LDAP user has an entry in the WP-Database'); + $user_info['ID'] = $uid; + unset($user_info['display_name'], $user_info['nickname']); + $userid = wp_update_user($user_info); + } else { + // new wordpress account will be created + authLdap_debug('The LDAP user does not have an entry in the WP-Database, a new WP account will be created'); + + $userid = wp_insert_user($user_info); + } + + // if the user exists, wp_insert_user will update the existing user record + if (is_wp_error($userid)) { + authLdap_debug('Error creating user : ' . $userid->get_error_message()); + trigger_error('Error creating user: ' . $userid->get_error_message()); + return $userid; + } + + // Update user roles. + $user = new \WP_User($userid); + + /** + * Add hook for custom User-Role assignment + * + * @param WP_User $user This user-object will be returned. Can be modified as necessary in the actions. + * @param array $roles + */ + do_action('authldap_user_roles', $user, $roles); + + /** + * Add hook for custom updates + * + * @param int $userid User ID. + * @param array $attribs [0] Attributes retrieved from LDAP for the user. + */ + do_action('authLdap_login_successful', $userid, $attribs[0]); + + authLdap_debug('user id = ' . $userid); + + // flag the user as an ldap user so we can hide the password fields in the user profile + update_user_meta($userid, 'authLDAP', true); + + // return a user object upon positive authorization + return $user; + } catch (Exception $e) { + authLdap_debug($e->getMessage() . '. Exception thrown in line ' . $e->getLine()); + trigger_error($e->getMessage() . '. Exception thrown in line ' . $e->getLine()); + } +} + +/** + * Get user's user id + * + * Returns null if username not found + * + * @param string $username username + * @param string user id, null if not found + */ +function authLdap_get_uid($username) +{ + global $wpdb; + + // find out whether the user is already present in the database + $uid = $wpdb->get_var( + $wpdb->prepare( + "SELECT ID FROM {$wpdb->users} WHERE user_login = %s", + $username + ) + ); + if ($uid) { + authLdap_debug("Existing user, uid = {$uid}"); + return $uid; + } else { + return null; + } +} + +/** + * Get the user's current role + * + * Returns empty string if not found. + * + * @param int $uid wordpress user id + * @return string role, empty if none found + */ +function authLdap_user_role($uid) +{ + global $wpdb, $wp_roles; + + if (!$uid) { + return ''; + } + + /** @var array $usercapabilities */ + $usercapabilities = get_user_meta($uid, "{$wpdb->prefix}capabilities", true); + if (!is_array($usercapabilities)) { + return ''; + } + + /** @var array} $editable_roles */ + $editable_roles = $wp_roles->roles; + + // By using this approach we are now using the order of the roles from the WP_Roles object + // and not from the capabilities any more. + $userroles = array_keys(array_intersect_key($editable_roles, $usercapabilities)); + $role = ($userroles !== []) ? $userroles[0] : ''; + + authLdap_debug("Existing user's role: {$role}"); + return $role; +} + +/** + * Get LDAP groups for user and map to role + * + * @param string $username + * @param string $dn + * @return array role, empty array if no mapping found, first or all role(s) found otherwise + * @conf array authLDAPGroups, associative array, role => ldap_group + * @conf string authLDAPGroupBase, base dn to look up groups + * @conf string authLDAPGroupAttr, ldap attribute that holds name of group + * @conf string authLDAPGroupFilter, LDAP filter to find groups. can contain %s and %dn% placeholders + */ +function authLdap_groupmap($username, $dn) +{ + $authLDAPGroups = authLdap_sort_roles_by_capabilities( + authLdap_get_option('Groups') + ); + $authLDAPGroupBase = authLdap_get_option('GroupBase'); + $authLDAPGroupAttr = authLdap_get_option('GroupAttr'); + $authLDAPGroupFilter = authLdap_get_option('GroupFilter'); + $authLDAPGroupSeparator = authLdap_get_option('GroupSeparator'); + if (!$authLDAPGroupAttr) { + $authLDAPGroupAttr = 'gidNumber'; + } + if (!$authLDAPGroupFilter) { + $authLDAPGroupFilter = '(&(objectClass=posixGroup)(memberUid=%s))'; + } + if (!$authLDAPGroupSeparator) { + $authLDAPGroupSeparator = ','; + } + + if (!is_array($authLDAPGroups) || count(array_filter(array_values($authLDAPGroups))) == 0) { + authLdap_debug('No group names defined'); + return []; + } + + try { + // To allow searches based on the DN instead of the uid, we replace the + // string %dn% with the users DN. + $authLDAPGroupFilter = str_replace( + '%dn%', + ldap_escape($dn, '', LDAP_ESCAPE_FILTER), + $authLDAPGroupFilter + ); + authLdap_debug('Group Filter: ' . json_encode($authLDAPGroupFilter)); + authLdap_debug('Group Base: ' . $authLDAPGroupBase); + $groups = authLdap_get_server()->search( + sprintf($authLDAPGroupFilter, ldap_escape($username, '', LDAP_ESCAPE_FILTER)), + [$authLDAPGroupAttr], + $authLDAPGroupBase + ); + } catch (Exception $e) { + authLdap_debug('Exception getting LDAP group attributes: ' . $e->getMessage()); + return []; + } + + $grp = []; + for ($i = 0; $i < $groups ['count']; $i++) { + if ($authLDAPGroupAttr == "dn") { + $grp[] = $groups[$i]['dn']; + } else { + for ($k = 0; $k < $groups[$i][strtolower($authLDAPGroupAttr)]['count']; $k++) { + $grp[] = $groups[$i][strtolower($authLDAPGroupAttr)][$k]; + } + } + } + + authLdap_debug('LDAP groups: ' . json_encode($grp)); + + // Check whether the user is member of one of the groups that are + // allowed acces to the blog. If the user is not member of one of + // The groups throw her out! ;-) + $roles = []; + foreach ($authLDAPGroups as $key => $val) { + $currentGroup = explode($authLDAPGroupSeparator, $val); + // Remove whitespaces around the group-ID + $currentGroup = array_map('trim', $currentGroup); + if (0 < count(array_intersect($currentGroup, $grp))) { + $roles[] = $key; + } + } + + // Default: If the user is member of more than one group only the first one + // will be taken into account! + // This filter allows you to return multiple user roles. WordPress + // supports this functionality, but not natively via UI from Users + // overview (you need to use a plugin). However, it's still widely used, + // for example, by WooCommerce, etc. Use if you know what you're doing. + if (apply_filters('authLdap_allow_multiple_roles', false) === false && count($roles) > 1) { + $roles = array_slice($roles, 0, 1); + } + + authLdap_debug("Roles from LDAP group: " . json_encode($roles)); + return $roles; +} + +/** + * This function disables the password-change fields in the users preferences. + * + * It does not make sense to authenticate via LDAP and then allow the user to + * change the password only in the wordpress database. And changing the password + * LDAP-wide can not be the scope of Wordpress! + * + * Whether the user is an LDAP-User or not is determined using the authLDAP-Flag + * of the users meta-informations + * + * @return false, if the user whose prefs are viewed is an LDAP-User, true if + * he isn't + * @conf boolean authLDAP + */ +function authLdap_show_password_fields($return, $user) +{ + if (!$user) { + return true; + } + + if (get_user_meta($user->ID, 'authLDAP')) { + return false; + } + + return $return; +} + +/** + * This function disables the password reset for a user. + * + * It does not make sense to authenticate via LDAP and then allow the user to + * reset the password only in the wordpress database. And changing the password + * LDAP-wide can not be the scope of Wordpress! + * + * Whether the user is an LDAP-User or not is determined using the authLDAP-Flag + * of the users meta-informations + * + * @author chaplina (https://github.com/chaplina) + * @conf boolean authLDAP + * @return false, if the user is an LDAP-User, true if he isn't + */ +function authLdap_allow_password_reset($return, $userid) +{ + if (!(isset($userid))) { + return true; + } + + if (get_user_meta($userid, 'authLDAP')) { + return false; + } + return $return; +} + +/** + * Sort the given roles by number of capabilities + * + * @param array $roles + * + * @return array + */ +function authLdap_sort_roles_by_capabilities($roles) +{ + global $wpdb; + $myRoles = get_option($wpdb->get_blog_prefix() . 'user_roles'); + + authLdap_debug(print_r($roles, true)); + uasort($myRoles, 'authLdap_sortByCapabilitycount'); + + $return = []; + + foreach ($myRoles as $key => $role) { + if (isset($roles[$key])) { + $return[$key] = $roles[$key]; + } + } + + authLdap_debug(print_r($return, true)); + return $return; +} + +/** + * Sort according to the number of capabilities + * + * @param $a + * @param $b + */ +function authLdap_sortByCapabilitycount($a, $b) +{ + if (count($a['capabilities']) > count($b['capabilities'])) { + return -1; + } + if (count($a['capabilities']) < count($b['capabilities'])) { + return 1; + } + + return 0; +} + +/** + * Load AuthLDAP Options + * + * Sets and stores defaults if options are not up to date + */ +function authLdap_load_options($reload = false) +{ + static $options = null; + + // the current version for options + $option_version_plugin = 1; + + $optionFunction = 'get_option'; + if (is_multisite()) { + $optionFunction = 'get_site_option'; + } + if (is_null($options) || $reload) { + $options = $optionFunction('authLDAPOptions', []); + } + + // check if option version has changed (or if it's there at all) + if (!isset($options['Version']) || ($options['Version'] != $option_version_plugin)) { + // defaults for all options + $options_default = [ + 'Enabled' => false, + 'CachePW' => false, + 'URI' => '', + 'URISeparator' => ' ', + 'Filter' => '', // '(uid=%s)' + 'NameAttr' => '', // 'name' + 'SecName' => '', + 'UidAttr' => '', // 'uid' + 'MailAttr' => '', // 'mail' + 'WebAttr' => '', + 'Groups' => [], + 'Debug' => false, + 'GroupAttr' => '', // 'gidNumber' + 'GroupFilter' => '', // '(&(objectClass=posixGroup)(memberUid=%s))' + 'DefaultRole' => '', + 'GroupEnable' => true, + 'GroupOverUser' => true, + 'Version' => $option_version_plugin, + 'DoNotOverwriteNonLdapUsers' => false, + ]; + + // check if we got a version + if (!isset($options['Version'])) { + // we just changed to the new option format + // read old options, then delete them + $old_option_new_option = [ + 'authLDAP' => 'Enabled', + 'authLDAPCachePW' => 'CachePW', + 'authLDAPURI' => 'URI', + 'authLDAPFilter' => 'Filter', + 'authLDAPNameAttr' => 'NameAttr', + 'authLDAPSecName' => 'SecName', + 'authLDAPUidAttr' => 'UidAttr', + 'authLDAPMailAttr' => 'MailAttr', + 'authLDAPWebAttr' => 'WebAttr', + 'authLDAPGroups' => 'Groups', + 'authLDAPDebug' => 'Debug', + 'authLDAPGroupAttr' => 'GroupAttr', + 'authLDAPGroupFilter' => 'GroupFilter', + 'authLDAPDefaultRole' => 'DefaultRole', + 'authLDAPGroupEnable' => 'GroupEnable', + 'authLDAPGroupOverUser' => 'GroupOverUser', + ]; + foreach ($old_option_new_option as $old_option => $new_option) { + $value = get_option($old_option, null); + if (!is_null($value)) { + $options[$new_option] = $value; + } + delete_option($old_option); + } + delete_option('authLDAPCookieMarker'); + delete_option('authLDAPCookierMarker'); + } + + // set default for all options that are missing + foreach ($options_default as $key => $default) { + if (!isset($options[$key])) { + $options[$key] = $default; + } + } + + // set new version and save + $options['Version'] = $option_version_plugin; + update_option('authLDAPOptions', $options); + } + return $options; +} + +/** + * Get an individual option + */ +function authLdap_get_option($optionname, $default = null) +{ + $options = authLdap_load_options(); + if (isset($options[$optionname]) && $options[$optionname]) { + return $options[$optionname]; + } + + if (null !== $default) { + return $default; + } + + //authLdap_debug('option name invalid: ' . $optionname); + return null; +} + +/** + * Set new options + */ +function authLdap_set_options($new_options = []) +{ + // initialize the options with what we currently have + $options = authLdap_load_options(); + + // set the new options supplied + foreach ($new_options as $key => $value) { + $options[$key] = $value; + } + + // store options + $optionFunction = 'update_option'; + if (is_multisite()) { + $optionFunction = 'update_site_option'; + } + if ($optionFunction('authLDAPOptions', $options)) { + // reload the option cache + authLdap_load_options(true); + + return true; + } + + // could not set options + return false; +} + +/** + * Do not send an email after changing the password or the email of the user! + * + * @param boolean $result The initial resturn value + * @param array $user The old userdata + * @param array $newUserData The changed userdata + * + * @return bool + */ +function authLdap_send_change_email($result, $user, $newUserData) +{ + if (get_user_meta($user['ID'], 'authLDAP')) { + return false; + } + + return $result; +} + +$hook = is_multisite() ? 'network_' : ''; +add_action($hook . 'admin_menu', 'authLdap_addmenu'); +add_filter('show_password_fields', 'authLdap_show_password_fields', 10, 2); +add_filter('allow_password_reset', 'authLdap_allow_password_reset', 10, 2); +add_filter('authenticate', 'authLdap_login', 10, 3); +/** This only works from WP 4.3.0 on */ +add_filter('send_password_change_email', 'authLdap_send_change_email', 10, 3); +add_filter('send_email_change_email', 'authLdap_send_change_email', 10, 3); +$handler = new UserRoleHandler(); +add_action('authldap_user_roles', [$handler, 'addRolesToUser'], 10, 2); diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/phpcs.xml b/wp-content/upgrade-temp-backup/plugins/authldap/phpcs.xml new file mode 100644 index 00000000..e7a652c4 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/phpcs.xml @@ -0,0 +1,22 @@ + + + authLdap codestyle + ./src + ./authLdap.php + ./tests + + + + + ./vendor/autoload.php + + + + + + + + + + + diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/readme.txt b/wp-content/upgrade-temp-backup/plugins/authldap/readme.txt new file mode 100644 index 00000000..1c6084da --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/readme.txt @@ -0,0 +1,161 @@ +=== authLdap === +Contributors: heiglandreas +Tags: ldap, auth, authentication, active directory, AD, openLDAP, Open Directory +Requires at least: 2.5.0 +Tested up to: 6.3.0 +Requires PHP: 7.4 +Stable tag: trunk +License: MIT +License URI: https://opensource.org/licenses/MIT + +Use your existing LDAP flexible as authentication backend for WordPress + +== Description == + +Use your existing LDAP as authentication-backend for your wordpress! + +So what are the differences to other Wordpress-LDAP-Authentication-Plugins? + +* Flexible: You are totaly free in which LDAP-backend to use. Due to the extensive configuration you can freely decide how to do the authentication of your users. It simply depends on your filters +* Independent: As soon as a user logs in, it is added/updated to the Wordpress' user-database to allow wordpress to always use the correct data. You only have to administer your users once. +* Failsafe: Due to the users being created in Wordpress' User-database they can also log in when the LDAP-backend currently is gone. +* Role-Aware: You can map Wordpress' roles to values of an existing LDAP-attribute. + +For more Information on the configuration have a look at https://github.com/heiglandreas/authLdap + +== Installation == + +1. Upload the extracted folder `authLdap` to the `/wp-content/plugins/` directory +2. Activate the plugin through the 'Plugins' menu in WordPress +3. Configure the Plugin via the 'authLdap'-Configuration-Page. + +== Frequently Asked Questions == + += Where can I find more Informations about the plugin? = + +Go to https://github.com/heiglandreas/authLdap + += Where can I report issues with the plugin? = + +Please use the issuetracker at https://github.com/heiglandreas/authLdap/issues + += Where can I report sensitive security issues with the plugin? = + +In essence: Report a security vulnerability at https://github.com/heiglandreas/authLdap/security/advisories/new + +Please see https://github.com/heiglandreas/authLdap/blob/master/SECURITY.md for more details + +== Changelog == + += 2.5.9 = + +* Adds information about security-contacts +* Addresses CVE-2023-41655 + += 2.5.8 = + +* Fix regression from 2.5.7 + += 2.5.7 = + +* Fix regressions from 2.5.4 +* Fix CI system + += 2.5.4 = +* Update Tested up to + += 2.5.3 = +* Fix issue with broken role-assignement in combination with WooCommerce +* Fix spelling issue +* Allow DN as role-definition + += 2.5.0 = +* Ignore the order of capabilities to tell the role. In addition the filter `editable_roles` can be used to limit the roles + += 2.4.11 = +* Fix issue with running on PHP8.1 + += 2.4.9 = +* Improve group-assignement UI + += 2.4.8 = +* Make textfields in settings-page wider + += 2.4.7 = +* Replace deprecated function +* Fix undefined index +* Add filter for retrieving other params at login (authLdap_filter_attributes) +* Add do_action after successfull login (authLdap_login_successful) + += 2.4.0 = +* Allow to use environment variables for LDAP-URI configuration + += 2.3.0 = +* Allow to not overwrite existing WordPress-Users with LDAP-Users as that can be a security issue. + += 2.1.0 = +* Add search-base for groups. This might come in handy for multisite-instances + += 2.0.0 = +* This new release adds Multi-Site support. It will no longer be possible to use this plugin just in one subsite of a multisite installation! +* Adds a warning screen to the config-section when no LDAPextension could be found +* Fixes an issue with the max-length of the username + += 1.5.1 = +* Fixes an issue with escaped backslashes and quotes + += 1.5.0 = +* Allows parts of the LDAP-URI to be URLEncoded +* Drops support for PHP 5.4 + += 1.4.20 = +* Allows multiple LDAP-servers to be queried (given that they use the same attributes) +* Fixes issue with URL-Encoded informations (see https://github.com/heiglandreas/authLdap/issues/108) + += 1.4.19 = +* Adds support for TLS + += 1.4.14 = +* Update to showing password-fields check (thanks to @chaplina) + += 1.4.13 = +* Removed generation of default email-address (thanks to @henryk) +* Fixes password-hashing when caching passwords (thanks to @litinoveweedle) +* Removes the possibility to reset a password for LDAP-based users (thanks to @chaplina) +* Removes the password-change-Email from 4.3 on (thanks to @litinoveweedle) +* Fixes double authentication-attempt (that resulted in failed authentication) (thanks to @litinoveweedle) + += 1.4.10 = +* Cleanup by removing deprecated code +* Fixes issues with undefined variables +* Enables internal option-versioning +* Setting users nickname initially to the realname instead of the uid +* Fixes display of password-change possibility in users profile-page += 1.4.9 = +* Fixed an issue with changing display name on every login +* Use proper way of looking up user-roles in setups w/o DB-prefix += 1.4.8 = +* Updated version string += 1.4.7 = +* Use default user to retrieve group menberships and not logging in user. +* return the UID from the LDAP instead of the value given by the user +* remove unnecessary checkbox +* Adds a testsuite +* Fixes PSR2 violations + +[…] + += 1.2.1 = +* Fixed an issue with group-ids +* Moved the code to GitHub (https://github.com/heiglandreas/authLdap) += 1.1.0 = +* Changed the login-process. Now users that are not allowed to login due to +missing group-memberships are not created within your blog as was the standard +until Version 1.0.3 - Thanks to alex@tayts.com +* Changed the default mail-address that is created when no mail-address can be +retrieved from the LDAP from me@example.com to $username@example.com so that +a new user can be created even though the mail address already exists in your +blog - Also thanks to alex@tayts.com +* Added support for WordPress-Table-prefixes as the capabilities of a user +are interlany stored in a field that is named "$tablePrefix_capabilities" - +again thanks to alex@tayts.com and also to sim0n of silicium.mine.nu diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/security.txt b/wp-content/upgrade-temp-backup/plugins/authldap/security.txt new file mode 100644 index 00000000..1d1f2736 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/security.txt @@ -0,0 +1,6 @@ +Contact: mailto://andreas@heigl.net +Contact: https://github.com/heiglandreas/authLdap/security/advisories/new +Expires: 2026-09-07T10:00:00.000Z +Encryption: https://andreas.heigl.org/publickey/ +Encryption: https://heigl.org/.well-known/openpgpkey/hu/sfqdema7hgdj146cwzo4rxgsoujxis31 +Preferred-Languages: en,de diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/Error.php b/wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/Error.php new file mode 100644 index 00000000..42771c8e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/Error.php @@ -0,0 +1,24 @@ + + * + * Licenses under the MIT-license. For details see the included file LICENSE.md + */ + +declare(strict_types=1); + +namespace Org_Heigl\AuthLdap\Exception; + +use Exception; + +class Error extends Exception +{ + public function __construct($message, $line = null) + { + parent::__construct($message); + if ($line) { + $this -> line = $line; + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/InvalidLdapUri.php b/wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/InvalidLdapUri.php new file mode 100644 index 00000000..da667b01 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/InvalidLdapUri.php @@ -0,0 +1,74 @@ + + * + * Licenses under the MIT-license. For details see the included file LICENSE.md + */ + +declare(strict_types=1); + +namespace Org_Heigl\AuthLdap\Exception; + +use RuntimeException; + +use function sprintf; + +class InvalidLdapUri extends RuntimeException +{ + public static function cannotparse(string $ldapUri): self + { + return new self(sprintf( + '%1$s seems not to be a valid URI', + $ldapUri + )); + } + + public static function wrongSchema(string $uri): self + { + return new self(sprintf( + '%1$s does not start with a valid schema', + $uri + )); + } + + public static function noSchema(string $uri): self + { + return new self(sprintf( + '%1$s does not provide a schema', + $uri + )); + } + + public static function noEnvironmentVariableSet(string $uri): self + { + return new self(sprintf( + 'The environment variable %1$s does not provide a URI', + $uri + )); + } + + public static function noServerProvided(string $uri): self + { + return new self(sprintf( + 'The LDAP-URI %1$s does not provide a server', + $uri + )); + } + + public static function noSearchBaseProvided(string $uri): self + { + return new self(sprintf( + 'The LDAP-URI %1$s does not provide a search-base', + $uri + )); + } + + public static function invalidSearchBaseProvided(string $uri): self + { + return new self(sprintf( + 'The LDAP-URI %1$s does not provide a valid search-base', + $uri + )); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/MissingValidLdapConnection.php b/wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/MissingValidLdapConnection.php new file mode 100644 index 00000000..6c108f6a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/MissingValidLdapConnection.php @@ -0,0 +1,23 @@ + + * + * Licenses under the MIT-license. For details see the included file LICENSE.md + */ + +declare(strict_types=1); + +namespace Org_Heigl\AuthLdap\Exception; + +use RuntimeException; + +class MissingValidLdapConnection extends Error +{ + public static function get(): self + { + return new self(sprintf( + 'No valid LDAP connection available' + )); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/SearchUnsuccessfull.php b/wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/SearchUnsuccessfull.php new file mode 100644 index 00000000..1159f428 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/SearchUnsuccessfull.php @@ -0,0 +1,24 @@ + + * + * Licenses under the MIT-license. For details see the included file LICENSE.md + */ + +declare(strict_types=1); + +namespace Org_Heigl\AuthLdap\Exception; + +use RuntimeException; + +class SearchUnsuccessfull extends RuntimeException +{ + public static function fromSearchFilter(string $filter): self + { + return new self(sprintf( + 'Search for %1$s was not successfull', + $filter + )); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/src/LdapList.php b/wp-content/upgrade-temp-backup/plugins/authldap/src/LdapList.php new file mode 100644 index 00000000..bc24c33d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/src/LdapList.php @@ -0,0 +1,93 @@ + + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + * + * @author Andreas Heigl + * @copyright Andreas Heigl + * @license http://www.opensource.org/licenses/mit-license.php MIT-License + * @since 07.07.2016 + * @link http://github.com/heiglandreas/authLDAP + */ + +namespace Org_Heigl\AuthLdap; + +use Exception; +use Org_Heigl\AuthLdap\Exception\Error; +use Org_Heigl\AuthLdap\Exception\SearchUnsuccessfull; +use Org_Heigl\AuthLdap\Manager\Ldap; + +class LdapList +{ + /** + * @var Ldap[] + */ + protected $items = []; + + public function addLdap(Ldap $ldap) + { + $this->items[] = $ldap; + } + + public function authenticate($username, $password, $filter = '(uid=%s)') + { + /** @var Ldap $item */ + foreach ($this->items as $key => $item) { + if (! $item->authenticate($username, $password, $filter)) { + unset($this->items[$key]); + continue; + } + return true; + } + + return false; + } + + public function bind() + { + $allFailed = true; + foreach ($this->items as $key => $item) { + try { + $item->bind(); + } catch (\Exception $e) { + unset($this->items[$key]); + continue; + } + $allFailed = false; + } + + if ($allFailed) { + throw new Error('No bind successfull'); + } + + return true; + } + + public function search($filter, $attributes = array('uid'), $base = '') + { + foreach ($this->items as $item) { + try { + $result = $item->search($filter, $attributes, $base); + return $result; + } catch (Exception $e) { + } + } + + throw SearchUnsuccessfull::fromSearchFilter($filter); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/src/LdapUri.php b/wp-content/upgrade-temp-backup/plugins/authldap/src/LdapUri.php new file mode 100644 index 00000000..2d2169fc --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/src/LdapUri.php @@ -0,0 +1,179 @@ + + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + * + * @author Andreas Heigl + * @copyright Andreas Heigl + * @license http://www.opensource.org/licenses/mit-license.php MIT-License + * @since 19.07.2020 + * @link http://github.com/heiglandreas/authLDAP + */ + +declare(strict_types=1); + +namespace Org_Heigl\AuthLdap; + +use Org_Heigl\AuthLdap\Exception\InvalidLdapUri; + +use function array_map; +use function error_get_last; +use function getenv; +use function is_array; +use function is_string; +use function parse_url; +use function preg_replace_callback; +use function rawurlencode; +use function strlen; +use function strpos; +use function substr; +use function trim; +use function urldecode; + +final class LdapUri +{ + private $server; + + private $scheme; + + private $port = 389; + + private string $baseDn; + + private $username = ''; + + private $password = ''; + + private function __construct(string $uri) + { + if (!preg_match('/^(ldap|ldaps|env)/', $uri)) { + throw InvalidLdapUri::wrongSchema($uri); + } + + if (strpos($uri, 'env:') === 0) { + $newUri = getenv(substr($uri, 4)); + if (false === $newUri) { + throw InvalidLdapUri::noEnvironmentVariableSet($uri); + } + $uri = (string) $newUri; + } + + $uri = $this->injectEnvironmentVariables($uri); + + $array = parse_url($uri); + if (!is_array($array)) { + throw InvalidLdapUri::cannotparse($uri); + } + + $url = array_map(static function ($item) { + if (is_int($item)) { + return $item; + } + return urldecode($item); + }, $array); + + + if (!isset($url['scheme'])) { + throw InvalidLdapUri::noSchema($uri); + } + if (0 !== strpos($url['scheme'], 'ldap')) { + throw InvalidLdapUri::wrongSchema($uri); + } + if (!isset($url['host'])) { + throw InvalidLdapUri::noServerProvided($uri); + } + if (!isset($url['path'])) { + throw InvalidLdapUri::noSearchBaseProvided($uri); + } + if (1 === strlen($url['path'])) { + throw InvalidLdapUri::invalidSearchBaseProvided($uri); + } + + $this->server = $url['host']; + $this->scheme = $url['scheme']; + $this->baseDn = substr($url['path'], 1); + if (isset($url['user'])) { + $this->username = $url['user']; + } + if ('' === trim($this->username)) { + $this->username = 'anonymous'; + } + if (isset($url['pass'])) { + $this->password = $url['pass']; + } + if ($this->scheme === 'ldaps' && $this->port = 389) { + $this->port = 636; + } + + // When someone sets the port in the URL we overwrite whatever is set. + // We have to assume they know what they are doing! + if (isset($url['port'])) { + $this->port = $url['port']; + } + } + + public static function fromString(string $uri): LdapUri + { + return new LdapUri($uri); + } + + private function injectEnvironmentVariables(string $base): string + { + return preg_replace_callback('/%env:([^%]+)%/', static function (array $matches) { + return rawurlencode(getenv($matches[1])); + }, $base); + } + + public function toString(): string + { + return $this->scheme . '://' . $this->server . ':' . $this->port; + } + + public function __toString() + { + return $this->toString(); + } + + public function getUsername(): string + { + return $this->username; + } + + public function getPassword(): string + { + return $this->password; + } + + public function getBaseDn(): string + { + return $this->baseDn; + } + + public function isAnonymous(): bool + { + if ($this->password === '') { + return true; + } + + if ($this->username === 'anonymous') { + return true; + } + + return false; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/src/Manager/Ldap.php b/wp-content/upgrade-temp-backup/plugins/authldap/src/Manager/Ldap.php new file mode 100644 index 00000000..9b4c85ba --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/src/Manager/Ldap.php @@ -0,0 +1,164 @@ + + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * This file handles the basic LDAP-Tasks + * + * @author Andreas Heigl + * @package authLdap + * @category authLdap + * @since 2008 + */ + +namespace Org_Heigl\AuthLdap\Manager; + +use Org_Heigl\AuthLdap\Exception\Error; +use Org_Heigl\AuthLdap\Exception\MissingValidLdapConnection; +use Org_Heigl\AuthLdap\LdapUri; +use Org_Heigl\AuthLdap\Wrapper\LdapFactory; +use Org_Heigl\AuthLdap\Wrapper\LdapInterface; + +class Ldap +{ + /** + * This property contains the connection handle to the ldap-server + * + * @var LdapInterface|null + */ + private ?LdapInterface $connection; + + private LdapUri $uri; + + private LdapFactory $factory; + + private $starttls; + + public function __construct(LdapFactory $factory, LdapUri $uri, $starttls = false) + { + $this->starttls = $starttls; + $this->uri = $uri; + $this->factory = $factory; + $this->connection = null; + } + + /** + * Connect to the given LDAP-Server + */ + public function connect(): self + { + $this->disconnect(); + + $this->connection = $this->factory->createFromLdapUri($this->uri->toString()); + $this->connection->setOption(LDAP_OPT_PROTOCOL_VERSION, 3); + $this->connection->setOption(LDAP_OPT_REFERRALS, 0); + //if configured try to upgrade encryption to tls for ldap connections + if ($this->starttls) { + $this->connection->startTls(); + } + return $this; + } + + /** + * Disconnect from a resource if one is available + */ + public function disconnect(): self + { + if (null !== $this->connection) { + $this->connection->unbind(); + } + $this->connection = null; + return $this; + } + + /** + * Bind to an LDAP-Server with the given credentials + * + * @throws Error + */ + public function bind(): self + { + if (!$this->connection) { + $this->connect(); + } + if (null === $this->connection) { + throw MissingValidLdapConnection::get(); + } + if ($this->uri->isAnonymous()) { + $bind = $this->connection->bind(); + } else { + $bind = $this->connection->bind($this->uri->getUsername(), $this->uri->getPassword()); + } + if (!$bind) { + throw new Error('bind was not successfull: ' . $this->connection->error()); + } + return $this; + } + + /** + * This method does the actual ldap-serch. + * + * This is using the filter $filter for retrieving the attributes + * $attributes + * + * @return array + * @throws Error + */ + public function search(string $filter, array $attributes = ['uid'], ?string $base = ''): array + { + if (null === $this->connection) { + throw new Error('No resource handle available'); + } + if (!$base) { + $base = $this->uri->getBaseDn(); + } + $result = $this->connection->search($base, $filter, $attributes); + if ($result === false) { + throw new Error('no result found'); + } + $info = $this->connection->getEntries($result); + if ($info === false) { + throw new Error('invalid results found'); + } + return $info; + } + + /** + * This method authenticates the user $username using the + * password $password + * + * @param string $filter OPTIONAL This parameter defines the Filter to be used + * when searchin for the username. This MUST contain the string '%s' which + * will be replaced by the vaue given in $username + * @throws Error + */ + public function authenticate(string $username, string $password, string $filter = '(uid=%s)'): bool + { + $this->connect(); + $this->bind(); + $res = $this->search(sprintf($filter, $this->factory->escape($username, '', LDAP_ESCAPE_FILTER))); + if ($res ['count'] !== 1) { + return false; + } + + $dn = $res[0]['dn']; + return $username && $password && $this->connection->bind($dn, $password); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/src/UserRoleHandler.php b/wp-content/upgrade-temp-backup/plugins/authldap/src/UserRoleHandler.php new file mode 100644 index 00000000..8966980f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/src/UserRoleHandler.php @@ -0,0 +1,54 @@ + + * + * Licenses under the MIT-license. For details see the included file LICENSE.md + */ + +declare(strict_types=1); + +namespace Org_Heigl\AuthLdap; + +use WP_User; + +use function array_search; +use function in_array; +use function var_dump; + +class UserRoleHandler +{ + /** + * @param WP_User $user + * @param string[] $roles + * @return void + */ + public function addRolesToUser(WP_User $user, $roles) : void + { + if ($roles === []) { + return; + } + + if ($user->roles == $roles) { + return; + } + + // Remove unused roles from existing. + foreach ($user->roles as $role) { + if (!in_array($role, $roles)) { + // Remove unused roles. + $user->remove_role($role); + continue; + } + // Remove the existing role from roles. + if (($key = array_search($role, $roles)) !== false) { + unset($roles[$key]); + } + } + + // Add new ones if not already assigned. + foreach ($roles as $role) { + $user->add_role($role); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/Ldap.php b/wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/Ldap.php new file mode 100644 index 00000000..530de8e8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/Ldap.php @@ -0,0 +1,92 @@ + + * + * Licenses under the MIT-license. For details see the included file LICENSE.md + */ + +declare(strict_types=1); + +namespace Org_Heigl\AuthLdap\Wrapper; + +use function ldap_bind; +use function ldap_connect; +use function ldap_error; +use function ldap_escape; +use function ldap_get_entries; +use function ldap_set_option; +use function ldap_start_tls; +use function ldap_unbind; + +final class Ldap implements LdapInterface +{ + private $connection; + + public function __construct(string $ldapUri) + { + $this->connection = ldap_connect($ldapUri); + } + + public function bind($dn = null, $password = null) + { + if (null === $dn && null === $password) { + return ldap_bind($this->connection); + } + return ldap_bind($this->connection, $dn, $password); + } + + public function unbind() + { + return ldap_unbind($this->connection); + } + + public function setOption($option, $value) + { + return ldap_set_option($this->connection, $option, $value); + } + + public function startTls() + { + return ldap_start_tls($this->connection); + } + + public function error() + { + return ldap_error($this->connection); + } + + public function errno() + { + return ldap_errno($this->connection); + } + + public function search( + $base, + $filter, + array $attributes = [], + $attributes_only = 0, + $sizelimit = -1, + $timelimit = -1 + ) { + return ldap_search( + $this->connection, + $base, + $filter, + $attributes, + $attributes_only, + $sizelimit, + $timelimit + ); + } + + public function getEntries($search_result) + { + return ldap_get_entries($this->connection, $search_result); + } + + public static function escape(string $value, string $ignore = '', int $flags = 0): string + { + return ldap_escape($value, $ignore, $flags); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/LdapFactory.php b/wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/LdapFactory.php new file mode 100644 index 00000000..d8abbbbe --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/LdapFactory.php @@ -0,0 +1,24 @@ + + * + * Licenses under the MIT-license. For details see the included file LICENSE.md + */ + +declare(strict_types=1); + +namespace Org_Heigl\AuthLdap\Wrapper; + +class LdapFactory +{ + public function createFromLdapUri(string $ldapUri): LdapInterface + { + return new Ldap($ldapUri); + } + + public function escape($value, $ignore = '', $flags = 0): string + { + return Ldap::escape($value, $ignore, $flags); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/LdapInterface.php b/wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/LdapInterface.php new file mode 100644 index 00000000..d6f7721d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/LdapInterface.php @@ -0,0 +1,39 @@ + + * + * Licenses under the MIT-license. For details see the included file LICENSE.md + */ + +declare(strict_types=1); + +namespace Org_Heigl\AuthLdap\Wrapper; + +interface LdapInterface +{ + public function bind($dn = null, $password = null); + + public function unbind(); + + public function setOption($option, $value); + + public function startTls(); + + public function error(); + + public function errno(); + + public function search( + $base, + $filter, + array $attributes = [], + $attributes_only = 0, + $sizelimit = -1, + $timelimit = -1 + ); + + public function getEntries($search_result); + + public static function escape(string $value, string $ignore = '', int $flags = 0): string; +} diff --git a/wp-content/upgrade-temp-backup/plugins/authldap/view/admin.phtml b/wp-content/upgrade-temp-backup/plugins/authldap/view/admin.phtml new file mode 100644 index 00000000..0c55b319 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/authldap/view/admin.phtml @@ -0,0 +1,454 @@ + + * @copyright ©2014-2014 Andreas Heigl + * @license http://www.opesource.org/licenses/mit-license.php MIT-License + * @version 0.0 + * @since 19.12.14 + * @link https://github.com/heiglandreas/authLdap + */ +?>
+ +
Caveat: The LDAP-extension is not loaded! + Without that extension it is not possible to query an LDAP-Server! Please have a look + at the PHP-Installation page +
+ +

AuthLDAP Options

+
+ +

General Usage of authLDAP

+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + /> +
+ + + /> +
+ + + /> +

+ Shall we prohibit authenticating already in WordPress created users using LDAP? If you enable this, LDAP-Users with the same user-ID + as existing WordPress-Users can no longer take over the WordPress-Users account. This also means that LDAP-Users with the same User-ID as existing + WordPress-Users will not be able to authenticate anymore! Accounts that have been taken over already will not be affected by this setting. +

+

This should only be checked if you know what you are doing!

+
+ + + /> +
+ + + /> +

+ Search LDAP for user's groups and map to Wordpress Roles. +

+
+
+

General Server Settings

+
+ + + + + + + + + + + + + + + + +
+ + + +

+ The URI + for connecting to the LDAP-Server. This usualy takes the form + <scheme>://<user>:<password>@<server>/<path> + according to RFC 1738.

+

+ In this case it schould be something like + ldap://uid=adminuser,dc=example,c=com:secret@ldap.example.com/dc=basePath,dc=example,c=com. +

+

+ If your LDAP accepts anonymous login, you can ommit the user and + password-Part of the URI +

+

+ You can use the pseudo-schema env to provide your LDAP-URI from an environment-variable. So if you have your + LDAP-URI in a variable called LDAP_URI you can enter env:LDAP_URI in this field and at runtime the + appropriate value will be taken from the Environment-variable LDAP_URI. If the varialbe is not set, then the value will be empty. +

+

+ You can also provide different parts of the LDP-URI from environment variables by providing + %env:[VARIABLENAME]% within your LDAP-URI. So if you want to provide the + password from an Environment-variable LDAP_PASSWORD your LDAP-URI looks like + ldap://uid=adminuser,dc=example,c=com:%env:LDAP_PASSWORD%@ldap.example.com/dc=basePath,dc=example,c=com +

+

+ Caveat!
+ If you are using Environment-variables for parts of the LDAP-URL then those must not be URL-Encoded!
+ Otherwise the different parts must be URL-Encoded! +

+
+ + + +

+ A separator that separates multiple LDAP-URIs from one another. + You can use that feature to try to authenticate against multiple LDAP-Servers + as long as they all have the same attribute-settings. The first LDAP-Server the user can + authenticate against will be used to handle the user. +

+ + + /> +

+ Use StartTLS for encryption of ldap connections. This setting is not to be used in combination with ldaps connections (ldap:// only). +

+
+ + + +

+ Please provide a valid filter that can be used for querying the + LDAP + for the correct user. For more information on this + feature have a look at http://andreas.heigl.org/cat/dev/wp/authldap +

+

+ This field should include the string %s + that will be replaced with the username provided during log-in +

+

+ If you leave this field empty it defaults to (uid=%s) +

+
+
+ +

Settings for creating new Users

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + />
+

+ If checked the plugin will use the user's account to query their own information. If not it will use the admin account. +

+ +
+ + +
+

+ Which Attribute from the LDAP contains the Full or the First name + of the user trying to log in. +

+

+ This defaults to name +

+ +
+ + + +

+ If the above Name-Attribute only contains the First Name of the + user you can here specify an Attribute that contains the second name. +

+

+ This field is empty by default +

+
+ + + +

+ Please give the Attribute, that is used to identify the user. This + should be the same as you used in the above Filter-Option +

+

+ This field defaults to uid +

+
+ + + +

+ Which Attribute holds the eMail-Address of the user? +

+

+ If more than one eMail-Address are stored in the LDAP, only the first given is used +

+

+ This field defaults to mail +

+
+ + + +

+ If your users have a personal page (URI) stored in the LDAP, it can + be provided here. +

+

+ This field is empty by default +

+
+ + + +

+ Here you can select the default role for users. + If you enable LDAP Groups below, they will take precedence over the Default Role. +

+

+ Existing users will retain their roles unless overriden by LDAP Groups below. +

+
+
+ + +
+

Groups for Roles

+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + /> +

+ If role determined by LDAP Group differs from existing Wordpress User's role, use LDAP Group. +

+
+ + + +

+ This is the base dn to lookup groups. +

+

+ If empty the base dn of the LDAP URI will be used +

+
+ + + +

+ This is the attribute that defines the Group-ID that can be matched + against the Groups defined further down +

+

+ This field defaults to gidNumber +

+
+ + + +

+ This attribute defines the separator used for the Group-IDs listed in the + Groups defined further down. This is useful if the value of Group-Attribute + listed above can contain a comma (for example, when using the memberof attribute) +

+

+ This field defaults to , (comma) +

+
+ + + +

+ Here you can add the filter for selecting groups for ther + currentlly logged in user +

+

+ The Filter should contain the string %s which will be replaced by + the login-name of the currently logged in user +

+

+ Alternatively the string %dn% will be replaced by the + DN of the currently logged in user. This can be helpfull if + group-memberships are defined with DNs rather than UIDs +

+

This field defaults to + (&(objectClass=posixGroup)(memberUid=%s)) +

+
+
+ +

Role - group mapping

+
+

You can set multiple values per role by separating them with a coma

+

The values are empty by default

+ + + + + + +get_names() as $group => $vals) : + $aGroup=$authLDAPGroups[$group]; ?> + + + + + + +
Assign this WordPress-Roleto members of this/these LDAP-Groups
+ + + +
+
+
+
+

+ +

+
+
+
+ + diff --git a/wp-content/upgrade-temp-backup/plugins/companion-auto-update/admin/dashboard.php b/wp-content/upgrade-temp-backup/plugins/companion-auto-update/admin/dashboard.php index 4bb68d1b..9a136a13 100644 --- a/wp-content/upgrade-temp-backup/plugins/companion-auto-update/admin/dashboard.php +++ b/wp-content/upgrade-temp-backup/plugins/companion-auto-update/admin/dashboard.php @@ -30,7 +30,7 @@ if( isset( $_POST['submit'] ) ) { $themes = isset( $_POST['themes'] ) ? sanitize_text_field( $_POST['themes'] ) : ''; $minor = isset( $_POST['minor'] ) ? sanitize_text_field( $_POST['minor'] ) : ''; $major = isset( $_POST['major'] ) ? sanitize_text_field( $_POST['major'] ) : ''; - $translations = isset( $_POST['translations'] ) ? sanitize_text_field( $_POST['translations'] ) : ''; + $translations = isset( $_POST['translations'] ) ? sanitize_text_field( $_POST['translations'] ) : ''; $wpdb->query( $wpdb->prepare( "UPDATE $table_name SET onoroff = %s WHERE name = 'plugins'", $plugins ) ); $wpdb->query( $wpdb->prepare( "UPDATE $table_name SET onoroff = %s WHERE name = 'themes'", $themes ) ); @@ -39,11 +39,11 @@ if( isset( $_POST['submit'] ) ) { $wpdb->query( $wpdb->prepare( "UPDATE $table_name SET onoroff = %s WHERE name = 'translations'", $translations ) ); // Emails - $send = isset( $_POST['cau_send'] ) ? sanitize_text_field( $_POST['cau_send'] ) : ''; + $send = isset( $_POST['cau_send'] ) ? sanitize_text_field( $_POST['cau_send'] ) : ''; $sendupdate = isset( $_POST['cau_send_update'] ) ? sanitize_text_field( $_POST['cau_send_update'] ) : ''; $sendoutdated = isset( $_POST['cau_send_outdated'] ) ? sanitize_text_field( $_POST['cau_send_outdated'] ) : ''; - $wpemails = isset( $_POST['wpemails'] ) ? sanitize_text_field( $_POST['wpemails'] ) : ''; - $email = isset( $_POST['cau_email'] ) ? sanitize_text_field( $_POST['cau_email'] ) : ''; + $wpemails = isset( $_POST['wpemails'] ) ? sanitize_text_field( $_POST['wpemails'] ) : ''; + $email = isset( $_POST['cau_email'] ) ? sanitize_text_field( $_POST['cau_email'] ) : ''; $html_or_text = isset( $_POST['html_or_text'] ) ? sanitize_text_field( $_POST['html_or_text'] ) : 'html'; $dbupdateemails = isset( $_POST['dbupdateemails'] ) ? sanitize_text_field( $_POST['dbupdateemails'] ) : ''; diff --git a/wp-content/upgrade-temp-backup/plugins/companion-auto-update/cau_emails.php b/wp-content/upgrade-temp-backup/plugins/companion-auto-update/cau_emails.php index a04f3b81..082458fc 100644 --- a/wp-content/upgrade-temp-backup/plugins/companion-auto-update/cau_emails.php +++ b/wp-content/upgrade-temp-backup/plugins/companion-auto-update/cau_emails.php @@ -49,17 +49,8 @@ function cau_set_email() { // Mail format function cau_is_html() { - - // Check if cau_get_db_value() function exists. if ( !function_exists( 'cau_get_db_value' ) ) require_once( plugin_dir_path( __FILE__ ) . 'cau_function.php' ); - - // Check if html - if( cau_get_db_value( 'html_or_text' ) == 'html' ) { - $html = true; - } else { - $html = false; - } - + return ( cau_get_db_value( 'html_or_text' ) == 'html' ) ? true : false; } // Set the content for the emails about pending updates diff --git a/wp-content/upgrade-temp-backup/plugins/companion-auto-update/cau_functions.php b/wp-content/upgrade-temp-backup/plugins/companion-auto-update/cau_functions.php index e97c835a..b07060ba 100644 --- a/wp-content/upgrade-temp-backup/plugins/companion-auto-update/cau_functions.php +++ b/wp-content/upgrade-temp-backup/plugins/companion-auto-update/cau_functions.php @@ -1,102 +1,48 @@ prefix.'auto_updates'; - $cau_configs = $wpdb->get_results( "SELECT name, onoroff FROM {$table_name} WHERE name = 'allow_editor' OR name = 'allow_author'" ); + + $allowed_roles[] = 'administrator'; + $table_name = $wpdb->prefix.'auto_updates'; + $cau_configs = $wpdb->get_results( "SELECT name, onoroff FROM {$table_name} WHERE name = 'allow_editor' OR name = 'allow_author'" ); foreach ( $cau_configs as $config ) { if( $config->onoroff == 'on' ) $allowed_roles[] = str_replace( "allow_", "", $config->name ); } - // Return array return $allowed_roles; } // What user rights can edit plugin settings? TRUE/FALSE function cau_allowed_user_rights() { - - // Current user - $user = wp_get_current_user(); - - // Allow roles - $allowed_roles = cau_allowed_user_rights_array(); - - // Check - if ( array_intersect( $allowed_roles, $user->roles ) ) { - return true; - } else { - return false; - } - + $user = wp_get_current_user(); // Current user + $allowed_roles = cau_allowed_user_rights_array(); // Allow roles + return array_intersect( $allowed_roles, $user->roles ) ? true : false; } // Get database value function cau_get_db_value( $name, $table = 'auto_updates' ) { - global $wpdb; $table_name = $wpdb->prefix.$table; $cau_configs = $wpdb->get_results( $wpdb->prepare( "SELECT onoroff FROM {$table_name} WHERE name = '%s'", $name ) ); foreach ( $cau_configs as $config ) return $config->onoroff; - } // Get database value function cau_get_plugininfo( $check, $field ) { - global $wpdb; $table_name = $wpdb->prefix.'update_log'; $cau_configs = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM {$table_name} WHERE slug = '%s'", $check ) ); foreach ( $cau_configs as $config ) return $config->$field; - } // Get the set timezone function cau_get_proper_timezone() { - - // WP 5.3 adds the wp_timezone_string function - if ( !function_exists( 'wp_timezone_string' ) ) { - $timezone = get_option( 'timezone_string' ); - } else { - $timezone = wp_timezone_string(); - } - - // Should fix an reported issue - if( $timezone == '+00:00' ) { - $timezone = 'UTC'; - } - - return $timezone; - -} - -// Copy of the wp_timezone_string for < 5.3 compat -if ( !function_exists( 'wp_timezone_string' ) ) { - function wp_timezone_string() { - $timezone_string = get_option( 'timezone_string' ); - - if ( $timezone_string ) { - return $timezone_string; - } - - $offset = (float) get_option( 'gmt_offset' ); - $hours = (int) $offset; - $minutes = ( $offset - $hours ); - - $sign = ( $offset < 0 ) ? '-' : '+'; - $abs_hour = abs( $hours ); - $abs_mins = abs( $minutes * 60 ); - $tz_offset = sprintf( '%s%02d:%02d', $sign, $abs_hour, $abs_mins ); - - return $tz_offset; - } + return ( wp_timezone_string() == '+00:00' ) ? 'UTC' : wp_timezone_string(); } // List of incompatible plugins @@ -127,36 +73,10 @@ function cau_incompatiblePlugins() { // Check if has issues function cau_pluginHasIssues() { - - $return = false; - - if( get_option( 'blog_public' ) == 0 && cau_get_db_value( 'ignore_seo' ) != 'yes' ) { - $return = true; - } - - if( checkAutomaticUpdaterDisabled() ) { - $return = true; - } - - if( checkCronjobsDisabled() && cau_get_db_value( 'ignore_cron' ) != 'yes' ) { - $return = true; - } - - if( cau_incorrectDatabaseVersion() ) { - $return = true; - } - - return $return; + return ( cau_pluginIssueCount() > 0 ) ? true : false; } function cau_pluginIssueLevels() { - - if( checkAutomaticUpdaterDisabled() ) { - $level = 'high'; - } else { - $level = 'low'; - } - - return $level; + return checkAutomaticUpdaterDisabled() ? 'high' : 'low'; } function cau_pluginIssueCount() { @@ -186,11 +106,7 @@ function cau_pluginIssueCount() { return $count; } function cau_incorrectDatabaseVersion() { - if( get_option( "cau_db_version" ) != cau_db_version() ) { - return true; - } else { - return false; - } + return ( get_option( "cau_db_version" ) != cau_db_version() ) ? true : false; } // Run custom hooks on plugin update @@ -209,7 +125,7 @@ function cau_run_custom_hooks_p() { $listOfAll = get_plugins(); // Number of updates - $numOfUpdates = 0; + $totalNum = 0; // Loop trough all plugins foreach ( $listOfAll as $key => $value ) { @@ -218,49 +134,43 @@ function cau_run_custom_hooks_p() { $fullPath = $dirr.'/'.$key; $fileDate = date ( 'YmdHi', filemtime( $fullPath ) ); $fileTime = date ( 'Hi', filemtime( $fullPath ) ); - $updateSched = wp_get_schedule( 'wp_update_plugins' ); - - // Check when the last update was - if( $updateSched == 'hourly' ) { - $lastday = date( 'YmdHi', strtotime( '-1 hour', time() ) ); - } elseif( $updateSched == 'twicedaily' ) { - $lastday = date( 'YmdHi', strtotime( '-12 hours', time() ) ); - } elseif( $updateSched == 'daily' ) { - $lastday = date( 'YmdHi', strtotime( '-1 day', time() ) ); - } elseif( $updateSched == 'weekly' ) { - $lastday = date( 'YmdHi', strtotime( '-1 week', time() ) ); - } elseif( $updateSched == 'monthly' ) { - $lastday = date( 'YmdHi', strtotime( '-1 month', time() ) ); - } else { - $lastday = date( 'YmdHi', strtotime( '-1 month', time() ) ); - } - $update_time = wp_next_scheduled( 'wp_update_plugins' ); $range_start = date( 'Hi', strtotime( '-30 minutes', $update_time ) ); $range_end = date( 'Hi', strtotime( '+30 minutes', $update_time ) ); + // Check when the last update was + switch( wp_get_schedule( 'wp_update_plugins' ) ) { + case 'hourly': + $lastday = date( 'YmdHi', strtotime( '-1 hour', time() ) ); + break; + case 'twicedaily': + $lastday = date( 'YmdHi', strtotime( '-12 hour', time() ) ); + break; + case 'daily': + $lastday = date( 'YmdHi', strtotime( '-1 day', time() ) ); + break; + case 'weekly': + $lastday = date( 'YmdHi', strtotime( '-1 week', time() ) ); + break; + case 'monthly': + $lastday = date( 'YmdHi', strtotime( '-1 month', time() ) ); + break; + default: + $lastday = date( 'YmdHi', strtotime( '-1 hour', time() ) ); + break; + } + if( $fileDate >= $lastday ) { - - // Push to array array_push( $allDates, $fileDate ); - - // Update info - if( $fileTime > $range_start && $fileTime < $range_end ) { - $status = __( 'Automatic', 'companion-auto-update' ); - } else { - $status = __( 'Manual', 'companion-auto-update' ); - } - - $numOfUpdates++; - + $status = ( $fileTime > $range_start && $fileTime < $range_end ) ? __( 'Automatic', 'companion-auto-update' ) : __( 'Manual', 'companion-auto-update' ); + $totalNum++; cau_updatePluginInformation( $key, $status ); - } } // If there have been plugin updates run hook - if( $numOfUpdates >= 1 ) { + if( $totalNum >= 1 ) { do_action( 'cau_after_plugin_update' ); } @@ -283,40 +193,37 @@ function cau_run_custom_hooks_t() { $fullPath = $dirr.'/'.$key; $fileDate = date ( 'YmdHi', filemtime( $fullPath ) ); $fileTime = date ( 'Hi', filemtime( $fullPath ) ); - $updateSched = wp_get_schedule( 'wp_update_themes' ); - - // Check when the last update was - if( $updateSched == 'hourly' ) { - $lastday = date( 'YmdHi', strtotime( '-1 hour', time() ) ); - } elseif( $updateSched == 'twicedaily' ) { - $lastday = date( 'YmdHi', strtotime( '-12 hours', time() ) ); - } elseif( $updateSched == 'daily' ) { - $lastday = date( 'YmdHi', strtotime( '-1 day', time() ) ); - } elseif( $updateSched == 'weekly' ) { - $lastday = date( 'YmdHi', strtotime( '-1 week', time() ) ); - } elseif( $updateSched == 'monthly' ) { - $lastday = date( 'YmdHi', strtotime( '-1 month', time() ) ); - } else { - $lastday = date( 'YmdHi', strtotime( '-1 month', time() ) ); - } - $update_time = wp_next_scheduled( 'wp_update_themes' ); $range_start = date( 'Hi', strtotime( '-30 minutes', $update_time ) ); $range_end = date( 'Hi', strtotime( '+30 minutes', $update_time ) ); + // Check when the last update was + switch( wp_get_schedule( 'wp_update_themes' ) ) { + case 'hourly': + $lastday = date( 'YmdHi', strtotime( '-1 hour', time() ) ); + break; + case 'twicedaily': + $lastday = date( 'YmdHi', strtotime( '-12 hour', time() ) ); + break; + case 'daily': + $lastday = date( 'YmdHi', strtotime( '-1 day', time() ) ); + break; + case 'weekly': + $lastday = date( 'YmdHi', strtotime( '-1 week', time() ) ); + break; + case 'monthly': + $lastday = date( 'YmdHi', strtotime( '-1 month', time() ) ); + break; + default: + $lastday = date( 'YmdHi', strtotime( '-1 hour', time() ) ); + break; + } + if( $fileDate >= $lastday ) { - - // Push to array array_push( $allDates, $fileDate ); - - // Update info - if( $fileTime > $range_start && $fileTime < $range_end ) { - $status = __( 'Automatic', 'companion-auto-update' ); - } else { - $status = __( 'Manual', 'companion-auto-update' ); - } + $status = ( $fileTime > $range_start && $fileTime < $range_end ) ? __( 'Automatic', 'companion-auto-update' ) : __( 'Manual', 'companion-auto-update' ); + $totalNum++; cau_updatePluginInformation( $key, $status ); - } } @@ -342,40 +249,37 @@ function cau_run_custom_hooks_c() { // Get data $fullPath = ABSPATH.'wp-includes/version.php'; $fileDate = date ( 'YmdHi', filemtime( $fullPath ) ); - $updateSched = wp_get_schedule( 'wp_version_check' ); - - // Check when the last update was - if( $updateSched == 'hourly' ) { - $lastday = date( 'YmdHi', strtotime( '-1 hour', time() ) ); - } elseif( $updateSched == 'twicedaily' ) { - $lastday = date( 'YmdHi', strtotime( '-12 hours', time() ) ); - } elseif( $updateSched == 'daily' ) { - $lastday = date( 'YmdHi', strtotime( '-1 day', time() ) ); - } elseif( $updateSched == 'weekly' ) { - $lastday = date( 'YmdHi', strtotime( '-1 week', time() ) ); - } elseif( $updateSched == 'monthly' ) { - $lastday = date( 'YmdHi', strtotime( '-1 month', time() ) ); - } else { - $lastday = date( 'YmdHi', strtotime( '-1 month', time() ) ); - } - - // Check manual or automatic $update_time = wp_next_scheduled( 'wp_version_check' ); $range_start = date( 'Hi', strtotime( '-30 minutes', $update_time ) ); $range_end = date( 'Hi', strtotime( '+30 minutes', $update_time ) ); + // Check when the last update was + switch( wp_get_schedule( 'wp_version_check' ) ) { + case 'hourly': + $lastday = date( 'YmdHi', strtotime( '-1 hour', time() ) ); + break; + case 'twicedaily': + $lastday = date( 'YmdHi', strtotime( '-12 hour', time() ) ); + break; + case 'daily': + $lastday = date( 'YmdHi', strtotime( '-1 day', time() ) ); + break; + case 'weekly': + $lastday = date( 'YmdHi', strtotime( '-1 week', time() ) ); + break; + case 'monthly': + $lastday = date( 'YmdHi', strtotime( '-1 month', time() ) ); + break; + default: + $lastday = date( 'YmdHi', strtotime( '-1 hour', time() ) ); + break; + } + if( $fileDate >= $lastday ) { - - // Update info - if( $fileDate > $range_start && $fileDate < $range_end ) { - $status = __( 'Automatic', 'companion-auto-update' ); - } else { - $status = __( 'Manual', 'companion-auto-update' ); - } - cau_updatePluginInformation( 'core', $status ); - + array_push( $allDates, $fileDate ); + $status = ( $fileTime > $range_start && $fileTime < $range_end ) ? __( 'Automatic', 'companion-auto-update' ) : __( 'Manual', 'companion-auto-update' ); $totalNum++; - + cau_updatePluginInformation( 'core', $status ); } // If there have been plugin updates run hook @@ -389,28 +293,11 @@ function cau_run_custom_hooks_c() { function checkAutomaticUpdaterDisabled() { // I mean, I know this can be done waaaay better but I's quite late and I need to push a fix so take it or leave it untill I decide to fix this :) - if ( defined( 'automatic_updater_disabled' ) ) { - if( doing_filter( 'automatic_updater_disabled' ) ) { - return true; - } elseif( constant( 'automatic_updater_disabled' ) == 'true' ) { - return true; - } elseif( constant( 'automatic_updater_disabled' ) == 'minor' ) { - return true; - } else { - return false; - } + return ( doing_filter( 'automatic_updater_disabled' ) OR in_array( constant( 'automatic_updater_disabled' ), array( 'true', 'minor' ) ) ) ? true : false; } else if ( defined( 'AUTOMATIC_UPDATER_DISABLED' ) ) { - if( doing_filter( 'AUTOMATIC_UPDATER_DISABLED' ) ) { - return true; - } elseif( constant( 'AUTOMATIC_UPDATER_DISABLED' ) == 'true' ) { - return true; - } elseif( constant( 'AUTOMATIC_UPDATER_DISABLED' ) == 'minor' ) { - return true; - } else { - return false; - } + return ( doing_filter( 'AUTOMATIC_UPDATER_DISABLED' ) OR in_array( constant( 'AUTOMATIC_UPDATER_DISABLED' ), array( 'true', 'minor' ) ) ) ? true : false; } else { return false; @@ -420,13 +307,7 @@ function checkAutomaticUpdaterDisabled() { // Check if cronjobs are disabled function checkCronjobsDisabled() { - - if ( defined('DISABLE_WP_CRON') && DISABLE_WP_CRON ) { - return true; - } else { - return false; - } - + return ( defined( 'DISABLE_WP_CRON' ) && DISABLE_WP_CRON ) ? true : false; } // Menu location @@ -442,57 +323,30 @@ function active_tab( $page, $identifier = 'tab' ) { echo _active_tab( $page, $identifier ); } function _active_tab( $page, $identifier = 'tab' ) { - - if( !isset( $_GET[ $identifier ] ) ) { - $cur_page = ''; - } else { - $cur_page = $_GET[ $identifier ]; - } - + $cur_page = !isset( $_GET[ $identifier ] ) ? '' : $_GET[ $identifier ]; if( $page == $cur_page ) { return 'nav-tab-active'; } - } // Get the active subtab function active_subtab( $page, $identifier = 'tab' ) { - - if( !isset( $_GET[ $identifier ] ) ) { - $cur_page = ''; - } else { - $cur_page = $_GET[ $identifier ]; - } - + $cur_page = !isset( $_GET[ $identifier ] ) ? '' : $_GET[ $identifier ]; if( $page == $cur_page ) { echo 'current'; } - } // List of plugins that should not be updated function donotupdatelist( $filter = 'plugins' ) { - // Select correct database row - switch ( $filter ) { - case 'themes': - $db_table = 'notUpdateListTh'; - break; - case 'plugins': - $db_table = 'notUpdateList'; - break; - default: - $db_table = 'notUpdateList'; - break; - } - - // Create list global $wpdb; + + $db_table = ( $filter == 'themes' ) ? 'notUpdateListTh' : 'notUpdateList'; $table_name = $wpdb->prefix."auto_updates"; $config = $wpdb->get_results( "SELECT * FROM {$table_name} WHERE name = '{$db_table}'"); - $list = $config[0]->onoroff; - $list = explode( ", ", $list ); + $list = explode( ", ", $config[0]->onoroff ); $returnList = array(); foreach ( $list as $key ) array_push( $returnList, $key ); @@ -502,381 +356,215 @@ function donotupdatelist( $filter = 'plugins' ) { } function plugins_donotupdatelist() { - // Base array - $array = array(); + $array = array(); // Filtered plugins - $filteredplugins = donotupdatelist( 'plugins' ); - foreach ( $filteredplugins as $filteredplugin ) array_push( $array, $filteredplugin ); + foreach ( donotupdatelist( 'plugins' ) as $filteredplugin ) { + array_push( $array, $filteredplugin ); + } // Plugin added to the delay list - $delayedplugins = cau_delayed_updates__formated(); - foreach ( $delayedplugins as $delayedplugin ) array_push( $array, $delayedplugin ); + foreach ( cau_delayed_updates__formated() as $delayedplugin ) { + array_push( $array, $delayedplugin ); + } - // Return array return $array; + } function themes_donotupdatelist() { return donotupdatelist( 'themes' ); } // Show the update log -function cau_fetch_log( $limit, $format = 'simple' ) { +function cau_fetch_log( $limiter, $format = 'simple' ) { - // Database global $wpdb; - $updateLog = "update_log"; - $updateLogDB = $wpdb->prefix.$updateLog; - // Filter log - if( isset( $_GET['filter'] ) ) { - $filter = $_GET['filter']; - } else { - $filter = 'all'; - } + $updateLog = "update_log"; + $updateLogDB = $wpdb->prefix.$updateLog; + $filter = isset( $_GET['filter'] ) ? $_GET['filter'] : 'all'; + $dateFormat = get_option( 'date_format' ); + $dateToday = date ( 'ydm' ); + $log_items = array(); + $limit = ( $limiter != 'all' ) ? $limiter : false; - switch( $filter ) { - - case 'plugins': - $plugins = true; - $themes = false; - $core = false; - $translations = false; - break; - - case 'themes': - $plugins = false; - $themes = true; - $core = false; - $translations = false; - break; - - case 'translations': - $plugins = false; - $themes = false; - $core = false; - $translations = true; - break; - - default: - $plugins = true; - $themes = true; - $core = true; - $translations = false; - break; - } - - // Create arrays - $pluginNames = array(); - $pluginVersion = array(); - $pluginDates = array(); - $pluginDatesF = array(); - $plugslug = array(); - $type = array(); - $method = array(); - - // Date format - $dateFormat = get_option( 'date_format' ); + $show_plugins = ( in_array( $filter, array( 'plugins', 'all' ) ) ) ? true : false; + $show_themes = ( in_array( $filter, array( 'themes', 'all' ) ) ) ? true : false; + $show_core = ( $filter == 'all' ) ? true : false; + $show_translations = ( $filter == 'translations' ) ? true : false; // PLUGINS - if( $plugins ) { + if( $show_plugins ) { - // Check if function exists - if ( ! function_exists( 'get_plugins' ) ) { + // Make sure some required functions exits + if ( !function_exists( 'get_plugins' ) ) { require_once ABSPATH . 'wp-admin/includes/plugin.php'; } - // Where to look for plugins - $plugdir = plugin_dir_path( __DIR__ ); - $allPlugins = get_plugins(); - // Loop trough all plugins - foreach ( $allPlugins as $key => $value) { + foreach ( get_plugins() as $key => $value ) { - // Get plugin data - $fullPath = $plugdir.'/'.$key; - $getFile = $path_parts = pathinfo( $fullPath ); - $pluginData = get_plugin_data( $fullPath ); - $pluginSlug = explode( "/", plugin_basename( $key ) ); - $pluginSlug = $pluginSlug[0]; + // Get data + $fullPath = plugin_dir_path( __DIR__ ).'/'.$key; + $pluginData = get_plugin_data( $fullPath ); + $pluginSlug = explode( '/', plugin_basename( $key ) ); + $pluginSlug = $pluginSlug[0]; - array_push( $plugslug , $pluginSlug ); - - // Automatic or Manual (non-db-version) - $date_tod = date ( 'ydm' ); - $fileDay = date ( 'ydm', filemtime( $fullPath ) ); - $fileTime = date ( 'Hi', filemtime( $fullPath ) ); - $updateSched = wp_next_scheduled( 'wp_update_plugins' ); - $range_start = date( 'Hi', strtotime( '-30 minutes', $updateSched ) ); - $range_end = date( 'Hi', strtotime( '+30 minutes', $updateSched ) ); - - if( $date_tod == $fileDay ) { - - if( $fileTime > $range_start && $fileTime < $range_end ) { - $status = __( 'Automatic', 'companion-auto-update' ); - } else { - $status = __( 'Manual', 'companion-auto-update' ); - } - - array_push( $method , $status ); + $fileTime = date( 'Hi', filemtime( $fullPath ) ); + $fileDate = date( 'ydm', filemtime( $fullPath ) ); + $fileDateTime = strtotime( $fileDate ); + $updateSched = wp_next_scheduled( 'wp_update_plugins' ); + if( $dateToday == $fileDate ) { + $method = ( $fileTime > date( 'Hi', strtotime( '-30 minutes', $updateSched ) ) && $fileTime < date( 'Hi', strtotime( '+30 minutes', $updateSched ) ) ) ? __( 'Automatic', 'companion-auto-update' ) : __( 'Manual', 'companion-auto-update' ); } else { - - // Get info from database - if( cau_check_if_exists( $key, 'slug', $updateLog ) ) { - array_push( $method , cau_get_plugininfo( $key, 'method' ) ); - } else { - array_push( $method , '-' ); - } - + $method = cau_check_if_exists( $key, 'slug', $updateLog ) ? cau_get_plugininfo( $key, 'method' ) : '-'; } - // Get plugin name - foreach ( $pluginData as $dataKey => $dataValue ) { - if( $dataKey == 'Name') { - array_push( $pluginNames , $dataValue ); - } - if( $dataKey == 'Version') { - array_push( $pluginVersion , $dataValue ); - } - } - - // Get last update date - $fileDate = date ( 'YmdHi', filemtime( $fullPath ) ); - if( $format == 'table' ) { - $fileDateF = date_i18n( $dateFormat, filemtime( $fullPath ) ); - $fileDateF .= ' ‐ '.date( 'H:i', filemtime( $fullPath ) ); - } else { - $fileDateF = date_i18n( $dateFormat, filemtime( $fullPath ) ); - } - array_push( $pluginDates, $fileDate ); - array_push( $pluginDatesF, $fileDateF ); - array_push( $type, 'Plugin' ); + $log_items[$fileDateTime.'_'.$pluginSlug] = array( + 'type' => 'Plugin', + 'slug' => $pluginSlug, + 'name' => $pluginData['Name'], + 'date' => $fileDateTime, + 'version' => $pluginData['Version'], + 'method' => $method, + ); } } // THEMES - if( $themes ) { - - // Where to look for themes - $themedir = get_theme_root(); - $allThemes = wp_get_themes(); + if( $show_themes ) { // Loop trough all themes - foreach ( $allThemes as $key => $value) { + foreach ( wp_get_themes() as $key => $value ) { - // Get theme data - $fullPath = $themedir.'/'.$key; - $getFile = $path_parts = pathinfo( $fullPath ); + // Get data + $fullPath = get_theme_root().'/'.$key; + $path_parts = pathinfo( $fullPath ); + $theme_data = wp_get_theme( $path_parts['filename'] ); - // Get theme name - $theme_data = wp_get_theme( $path_parts['filename'] ); - $themeName = $theme_data->get( 'Name' ); - $themeVersion = $theme_data->get( 'Version' ); - array_push( $pluginNames , $themeName ); - array_push( $pluginVersion , $themeVersion ); - - // Automatic or Manual (non-db-version) - $date_tod = date ( 'ydm' ); - $fileDay = date ( 'ydm', filemtime( $fullPath ) ); - $fileTime = date ( 'Hi', filemtime( $fullPath ) ); - $updateSched = wp_next_scheduled( 'wp_update_themes' ); - $range_start = date( 'Hi', strtotime( '-30 minutes', $updateSched ) ); - $range_end = date( 'Hi', strtotime( '+30 minutes', $updateSched ) ); - - if( $date_tod == $fileDay ) { - - if( $fileTime > $range_start && $fileTime < $range_end ) { - $status = __( 'Automatic', 'companion-auto-update' ); - } else { - $status = __( 'Manual', 'companion-auto-update' ); - } - - array_push( $method , $status ); + $fileTime = date( 'Hi', filemtime( $fullPath ) ); + $fileDate = date( 'ydm', filemtime( $fullPath ) ); + $fileDateTime = strtotime( $fileDate ); + $updateSched = wp_next_scheduled( 'wp_update_themes' ); + if( $dateToday == $fileDate ) { + $method = ( $fileTime > date( 'Hi', strtotime( '-30 minutes', $updateSched ) ) && $fileTime < date( 'Hi', strtotime( '+30 minutes', $updateSched ) ) ) ? __( 'Automatic', 'companion-auto-update' ) : __( 'Manual', 'companion-auto-update' ); } else { - - // Get info from database - if( cau_check_if_exists( $key, 'slug', $updateLog ) ) { - array_push( $method , cau_get_plugininfo( $key, 'method' ) ); - } else { - array_push( $method , '-' ); - } - + $method = cau_check_if_exists( $key, 'slug', $updateLog ) ? cau_get_plugininfo( $key, 'method' ) : '-'; } - // Get last update date - $fileDate = date( 'YmdHi', filemtime( $fullPath ) ); - - if( $format == 'table' ) { - $fileDateF = date_i18n( $dateFormat, filemtime( $fullPath ) ); - $fileDateF .= ' ‐ '.date ( 'H:i', filemtime( $fullPath ) ); - } else { - $fileDateF = date_i18n( $dateFormat, filemtime( $fullPath ) ); - } - - array_push( $pluginDates, $fileDate ); - array_push( $pluginDatesF, $fileDateF ); - array_push( $type, 'Theme' ); - array_push( $plugslug , '' ); + $log_items[$fileDateTime.'_'.$key] = array( + 'type' => 'Theme', + 'slug' => '', + 'name' => $theme_data->get( 'Name' ), + 'date' => $fileDateTime, + 'version' => $theme_data->get( 'Version' ), + 'method' => $method, + ); } } // TRANSLATIONS - if( $translations ) { + if( $show_translations ) { - // There is no way (at this time) to check if someone changed this link, so therefore it won't work when it's changed, sorry - $transFolder = get_home_path().'wp-content/languages'; + $transFolder = get_home_path() . 'wp-content/languages'; // There is no way (at this time) to check if someone changed this link, so therefore it won't work when it's changed, sorry if( file_exists( $transFolder ) ) { - $allThemTranslations = array(); - $allThemTypes = array(); - - $pt = __( 'Plugin translations', 'companion-auto-update' ); - $tt = __( 'Theme translations', 'companion-auto-update' ); - $ct = __( 'Core translations', 'companion-auto-update' ); - // Plugin translations $files = glob( $transFolder.'/plugins/*.{mo}', GLOB_BRACE ); foreach( $files as $file ) { - array_push( $allThemTranslations, $file ); - array_push( $allThemTypes, $pt ); + + $fileDateTime = strtotime( date( 'YmdHi', filemtime( $file ) ) ); + $bn = basename( $file ); + + $log_items[$fileDateTime.'_'.$bn] = array( + 'type' => __( 'Plugin translations', 'companion-auto-update' ), + 'slug' => '', + 'name' => str_replace( ".json", "", str_replace( ".mo", "", str_replace( "-", " ", $bn ) ) ), + 'date' => $fileDateTime, + 'version' => '', + 'method' => '', + ); + } // Theme translations $files = glob( $transFolder.'/themes/*.{mo}', GLOB_BRACE ); foreach( $files as $file ) { - array_push( $allThemTranslations, $file ); - array_push( $allThemTypes, $tt ); + + $fileDateTime = strtotime( date( 'YmdHi', filemtime( $file ) ) ); + $bn = basename( $file ); + + $log_items[$fileDateTime.'_'.$bn] = array( + 'type' => __( 'Theme translations', 'companion-auto-update' ), + 'slug' => '', + 'name' => str_replace( ".json", "", str_replace( ".mo", "", str_replace( "-", " ", $bn ) ) ), + 'date' => $fileDateTime, + 'version' => '', + 'method' => '', + ); + } // Core translations $files = glob( $transFolder.'/*.{mo}', GLOB_BRACE ); foreach( $files as $file ) { - array_push( $allThemTranslations, $file ); - array_push( $allThemTypes, $ct ); + + $fileDateTime = strtotime( date( 'YmdHi', filemtime( $file ) ) ); + $bn = basename( $file ); + + $log_items[$fileDateTime.'_'.$bn] = array( + 'type' => __( 'Core translations', 'companion-auto-update' ), + 'slug' => '', + 'name' => str_replace( ".json", "", str_replace( ".mo", "", str_replace( "-", " ", $bn ) ) ), + 'date' => $fileDateTime, + 'version' => '', + 'method' => '', + ); + } - foreach( $allThemTranslations as $key => $trans_file ) { - - $transDate = date( 'YmdHi', filemtime( $trans_file ) ); - - if( $format == 'table' ) { - $transDateF = date_i18n( $dateFormat, filemtime( $trans_file ) ); - $transDateF .= ' ‐ '.date ( 'H:i', filemtime( $trans_file ) ); - } else { - $transDateF = date_i18n( $dateFormat, filemtime( $trans_file ) ); - } - - $trans_name = basename( $trans_file ); - $trans_name = str_replace( "-", " ", $trans_name ); - $trans_name = str_replace( ".mo", "", $trans_name ); - $trans_name = str_replace( ".json", "", $trans_name ); - $trans_lang = substr( $trans_name, strrpos( $trans_name, " " ) + 1 ); - $trans_name = str_replace( $trans_lang, "", $trans_name ); - $trans_lang = substr( $trans_lang, strrpos( $trans_lang, "_" ) + 1 ); - - // Push - array_push( $pluginNames, ucfirst( $trans_name ).': '.$trans_lang ); - array_push( $type, $allThemTypes[$key] ); - array_push( $pluginVersion, '-' ); - array_push( $pluginDates, $transDate ); - array_push( $pluginDatesF, $transDateF ); - array_push( $plugslug , '' ); - array_push( $method , '-' ); - - } - - } else { - - $transDate = date('YmdHi'); - $transDateF = 'Could not read translations date.'; - - array_push( $pluginNames, 'Translations' ); - array_push( $type, $trans_type.' translations' ); - array_push( $pluginVersion, '-' ); - array_push( $pluginDates, $transDate ); - array_push( $pluginDatesF, $transDateF ); - array_push( $plugslug , '' ); - - // Get info from database - array_push( $method , '-' ); - } } // CORE - if( $core ) { - - $coreFile = ABSPATH.'wp-includes/version.php'; - $updateSched = wp_next_scheduled( 'wp_version_check' ); + if( $show_core ) { + $coreFile = ABSPATH . 'wp-includes/version.php'; if( file_exists( $coreFile ) ) { - $coreDate = date( 'YmdHi', filemtime( $coreFile ) ); + $fileTime = date( 'Hi', filemtime( $coreFile ) ); + $fileDate = date( 'ydm', filemtime( $coreFile ) ); + $fileDateTime = strtotime( $fileDate ); + $updateSched = wp_next_scheduled( 'wp_version_check' ); - if( $format == 'table' ) { - $coreDateF = date_i18n( $dateFormat, filemtime( $coreFile ) ); - $coreDateF .= ' ‐ '.date ( 'H:i', filemtime( $coreFile ) ); + if( $dateToday == $fileDate ) { + $method = ( $fileTime > date( 'Hi', strtotime( '-30 minutes', $updateSched ) ) && $fileTime < date( 'Hi', strtotime( '+30 minutes', $updateSched ) ) ) ? __( 'Automatic', 'companion-auto-update' ) : __( 'Manual', 'companion-auto-update' ); } else { - $coreDateF = date_i18n( $dateFormat, filemtime( $coreFile ) ); - } - - // Automatic or Manual (non-db-version) - $date_tod = date ( 'ydm' ); - $fileDay = date ( 'ydm', filemtime( $coreFile ) ); - $fileTime = date ( 'Hi', filemtime( $coreFile ) ); - $update_time = wp_next_scheduled( 'wp_version_check' ); - $range_start = date( 'Hi', strtotime( '-30 minutes', $update_time ) ); - $range_end = date( 'Hi', strtotime( '+30 minutes', $update_time ) ); - - if( $date_tod == $fileDay ) { - - if( $fileTime > $range_start && $fileTime < $range_end ) { - $methodVal = __( 'Automatic', 'companion-auto-update' ); - } else { - $methodVal = __( 'Manual', 'companion-auto-update' ); - } - - } else { - - // Get info from database - if( cau_check_if_exists( $key, 'slug', $updateLog ) ) { - $methodVal = cau_get_plugininfo( 'core', 'method' ); - } else { - $methodVal = ''; - } - + $method = cau_check_if_exists( 'core', 'slug', $updateLog ) ? cau_get_plugininfo( 'core', 'method' ) : '-'; } } else { - $coreDate = date('YmdHi'); - $coreDateF = 'Could not read core date.'; + $fileDateTime = 'Could not read core date.'; + $method = '-'; } - array_push( $pluginNames, 'WordPress' ); - array_push( $type, 'WordPress' ); - array_push( $pluginVersion, get_bloginfo( 'version' ) ); - array_push( $pluginDates, $coreDate ); - array_push( $pluginDatesF, $coreDateF ); - array_push( $plugslug , '' ); + $log_items[$fileDateTime.'_'.$key] = array( + 'type' => 'WordPress', + 'slug' => '', + 'name' => 'WordPress', + 'date' => $fileDateTime, + 'version' => get_bloginfo( 'version' ), + 'method' => $method, + ); - // Get info from database - array_push( $method , $methodVal ); - - } - - // Sort array by date - arsort( $pluginDates ); - - if( $limit == 'all' ) { - $limit = 999; } $listClasses = 'wp-list-table widefat autoupdate autoupdatelog'; @@ -906,51 +594,35 @@ function cau_fetch_log( $limit, $format = 'simple' ) { echo ''; - $loopings = 0; + krsort( $log_items ); + $limited_log_items = $limit ? array_slice( $log_items, 0, $limit ) : $log_items; - foreach ( $pluginDates as $key => $value ) { + foreach ( $limited_log_items as $key => $value ) { - if( $loopings < $limit ) { + echo ''; - echo ''; + $log_item__name = $value['name']; + $log_item__name_f = ( $format != 'table' && strlen( $log_item__name ) > 25 ) ? substr( $log_item__name, 0, 25 ).'...' : $log_item__name; + $log_item__type = $value['type']; + $log_item__slug = $value['slug']; + $log_item__version = $value['version']; + $log_item__date = date_i18n( get_option( 'date_format' ), $value['date'] ); + $log_item__method = $value['method']; - if( $format == 'table' ) { - $pluginName = $pluginNames[$key]; - } else { - $pluginName = substr( $pluginNames[$key], 0, 25); - if( strlen( $pluginNames[$key] ) > 25 ) { - $pluginName .= '...'; - } - } + echo '

'.cau_getChangelogUrl( $log_item__type, $log_item__name_f, $log_item__slug ).'

'; - echo '

'.cau_getChangelogUrl( $type[$key], $pluginNames[$key], $plugslug[$key] ).'

'; + if( $format == 'table' ) { + if( !$translations ) echo '

'.$log_item__version.'

'; + echo '

'.$log_item__type.'

'; + } + echo '

'.$log_item__date.'

'; - if( $format == 'table' ) { - if( $type[$key] == 'Plugin' ) { - $thisType = __( 'Plugin', 'companion-auto-update' ); - } else if( $type[$key] == 'Theme' ) { - $thisType = __( 'Theme', 'companion-auto-update' ); - } else { - $thisType = $type[$key]; - } + if( $format == 'table' ) { + echo '

'.$log_item__method.'

'; + } - if( !$translations ) echo '

'. $pluginVersion[$key] .'

'; - echo '

'. $thisType .'

'; - - } - - echo '

'. $pluginDatesF[$key] .'

'; - - if( $format == 'table' ) { - echo '

'. $method[$key] .'

'; - } - - echo ''; - - $loopings++; - - } + echo ''; } @@ -973,38 +645,16 @@ function cau_getChangelogUrl( $type, $name, $plugslug ) { break; } - if( !empty( $url ) ) { - return ''.$name.''; - } else { - return $name; - } + return !empty( $url ) ? "{$name}" : $name; } // Only update plugins which are enabled function cau_dontUpdatePlugins( $update, $item ) { - - $plugins = plugins_donotupdatelist(); - - if ( in_array( $item->slug, $plugins ) ) { - return false; // Don't update these plugins - } else { - return true; // Always update these plugins - } - - + return in_array( $item->slug, plugins_donotupdatelist() ) ? false : true; } function cau_dontUpdateThemes( $update, $item ) { - - $themes = themes_donotupdatelist(); - - if ( in_array( $item->slug, $themes ) ) { - return false; // Don't update these themes - } else { - return true; // Always update these themes - } - - + return in_array( $item->slug, themes_donotupdatelist() ) ? false : true; } // Get plugin information of repository @@ -1233,11 +883,7 @@ function cau_updateLogDBisEmpty() { $updateLog = $wpdb->prefix.$updateDB; $row_count = $wpdb->get_var( "SELECT COUNT(*) FROM $updateLog" ); - if( $row_count > 0 ) { - return false; - } else { - return true; - } + return ( $row_count > 0 ) ? false : true; } // Plugin information to DB diff --git a/wp-content/upgrade-temp-backup/plugins/companion-auto-update/companion-auto-update.php b/wp-content/upgrade-temp-backup/plugins/companion-auto-update/companion-auto-update.php index f617f83c..a870a0fd 100644 --- a/wp-content/upgrade-temp-backup/plugins/companion-auto-update/companion-auto-update.php +++ b/wp-content/upgrade-temp-backup/plugins/companion-auto-update/companion-auto-update.php @@ -4,7 +4,7 @@ * Plugin Name: Companion Auto Update * Plugin URI: http://codeermeneer.nl/portfolio/companion-auto-update/ * Description: This plugin auto updates all plugins, all themes and the wordpress core. - * Version: 3.8.7.1 + * Version: 3.8.8 * Author: Papin Schipper * Author URI: http://codeermeneer.nl/ * Contributors: papin diff --git a/wp-content/upgrade-temp-backup/plugins/companion-auto-update/readme.txt b/wp-content/upgrade-temp-backup/plugins/companion-auto-update/readme.txt index 2ce44d00..03dc0813 100644 --- a/wp-content/upgrade-temp-backup/plugins/companion-auto-update/readme.txt +++ b/wp-content/upgrade-temp-backup/plugins/companion-auto-update/readme.txt @@ -2,10 +2,10 @@ Contributors: Papin, qweb Donate link: https://www.paypal.me/dakel/10/ Tags: auto, automatic, background, update, updates, updating, automatic updates, automatic background updates, easy update, wordpress update, theme update, plugin update, up-to-date, security, update latest version, update core, update wp, update wp core, major updates, minor updates, update to new version, update core, update plugin, update plugins, update plugins automatically, update theme, plugin, theme, advance, control, mail, notifations, enable -Requires at least: 3.6.0 -Tested up to: 6.0 +Requires at least: 5.3.0 +Tested up to: 6.4 Requires PHP: 5.1 -Stable tag: 3.8.7.1 +Stable tag: 3.8.8 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -82,6 +82,11 @@ So obviously, some of you wondered what the difference would be between the defa == Changelog == += 3.8.8 (December 19, 2023) = +* Fixed a few minor bugs +* Made some performance improvements +* We now require at least WordPress 5.3 + = 3.8.7.1 (September 28, 2022) = * Tweak: Extended function_exists check with get_plugins() for the fatal error when trying to send update emails diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/css.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/css.php new file mode 100644 index 00000000..e46eec65 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/css.php @@ -0,0 +1,134 @@ +_selector ) { + $this->add_selector_rules_to_output(); + } + + $this->_selector = $selector; + + return $this; + } + + /** + * Adds a css property with value to the css output + * + * @access public + * @since 1.0 + * + * @param string $property - the css property. + * @param string $value - the value to be placed with the property. + * @param string $url Whether we need to generate URL in the string. + * @return $this + */ + public function add_property( $property, $value, $url = '' ) { + // If we don't have a value or our value is the same as our og default, bail. + if ( empty( $value ) ) { + return false; + } + + // Set up our background image URL param if needed. + $url_start = ( '' !== $url ) ? "url('" : ""; // phpcs:ignore -- need double quotes. + $url_end = ( '' !== $url ) ? "')" : ""; // phpcs:ignore -- need double quotes. + + $this->_css .= $property . ':' . $url_start . $value . $url_end . ';'; + return $this; + } + + /** + * Adds the current selector rules to the output variable + * + * @access private + * @since 1.0 + * + * @return $this + */ + private function add_selector_rules_to_output() { + if ( ! empty( $this->_css ) ) { + $this->_selector_output = $this->_selector; + $selector_output = sprintf( '%1$s{%2$s}', $this->_selector_output, $this->_css ); + + $this->_output .= $selector_output; + + // Reset the css. + $this->_css = ''; + } + + return $this; + } + + /** + * Returns the minified css in the $_output variable + * + * @access public + * @since 1.0 + * + * @return string + */ + public function css_output() { + // Add current selector's rules to output. + $this->add_selector_rules_to_output(); + + // Output minified css. + return $this->_output; + } + + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/functions.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/functions.php new file mode 100644 index 00000000..fb21ce01 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/functions.php @@ -0,0 +1,1342 @@ + '', + 'body_repeat' => '', + 'body_size' => '', + 'body_attachment' => '', + 'body_position' => '', + 'top_bar_image' => '', + 'top_bar_repeat' => '', + 'top_bar_size' => '', + 'top_bar_attachment' => '', + 'top_bar_position' => '', + 'header_image' => '', + 'header_repeat' => '', + 'header_size' => '', + 'header_attachment' => '', + 'header_position' => '', + 'nav_image' => '', + 'nav_repeat' => '', + 'nav_item_image' => '', + 'nav_item_repeat' => '', + 'nav_item_hover_image' => '', + 'nav_item_hover_repeat' => '', + 'nav_item_current_image' => '', + 'nav_item_current_repeat' => '', + 'sub_nav_image' => '', + 'sub_nav_repeat' => '', + 'sub_nav_item_image' => '', + 'sub_nav_item_repeat' => '', + 'sub_nav_item_hover_image' => '', + 'sub_nav_item_hover_repeat' => '', + 'sub_nav_item_current_image' => '', + 'sub_nav_item_current_repeat' => '', + 'content_image' => '', + 'content_repeat' => '', + 'content_size' => '', + 'content_attachment' => '', + 'content_position' => '', + 'sidebar_widget_image' => '', + 'sidebar_widget_repeat' => '', + 'sidebar_widget_size' => '', + 'sidebar_widget_attachment' => '', + 'sidebar_widget_position' => '', + 'footer_widget_image' => '', + 'footer_widget_repeat' => '', + 'footer_widget_size' => '', + 'footer_widget_attachment' => '', + 'footer_widget_position' => '', + 'footer_image' => '', + 'footer_repeat' => '', + 'footer_size' => '', + 'footer_attachment' => '', + 'footer_position' => '', + ); + + return apply_filters( 'generate_background_option_defaults', $generate_background_defaults ); + } +} + +if ( ! function_exists( 'generate_backgrounds_customize' ) ) { + add_action( 'customize_register', 'generate_backgrounds_customize', 999 ); + /** + * Build our Customizer options + * + * @since 0.1 + * + * @param object $wp_customize The Customizer object. + */ + function generate_backgrounds_customize( $wp_customize ) { + $defaults = generate_get_background_defaults(); + + require_once GP_LIBRARY_DIRECTORY . 'customizer-helpers.php'; + + if ( method_exists( $wp_customize, 'register_control_type' ) ) { + $wp_customize->register_control_type( 'GeneratePress_Background_Images_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Section_Shortcut_Control' ); + } + + if ( class_exists( 'WP_Customize_Panel' ) ) { + if ( ! $wp_customize->get_panel( 'generate_backgrounds_panel' ) ) { + $wp_customize->add_panel( + 'generate_backgrounds_panel', + array( + 'capability' => 'edit_theme_options', + 'theme_supports' => '', + 'title' => __( 'Background Images', 'gp-premium' ), + 'priority' => 55, + ) + ); + } + } + + $wp_customize->add_section( + 'backgrounds_section', + array( + 'title' => __( 'Background Images', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 50, + ) + ); + + $wp_customize->add_section( + 'generate_backgrounds_body', + array( + 'title' => __( 'Body', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 5, + 'panel' => 'generate_backgrounds_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_body_background_image_shortcuts', + array( + 'section' => 'generate_backgrounds_body', + 'element' => __( 'Body', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_container', + 'colors' => 'body_section', + 'typography' => 'font_section', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + /** + * Body background + */ + $wp_customize->add_setting( + 'generate_background_settings[body_image]', + array( + 'default' => $defaults['body_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_backgrounds-body-image', + array( + 'section' => 'generate_backgrounds_body', + 'settings' => 'generate_background_settings[body_image]', + 'label' => __( 'Body', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[body_repeat]', + array( + 'default' => $defaults['body_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[body_size]', + array( + 'default' => $defaults['body_size'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[body_attachment]', + array( + 'default' => $defaults['body_attachment'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[body_position]', + array( + 'default' => $defaults['body_position'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_html', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Background_Images_Customize_Control( + $wp_customize, + 'body_backgrounds_control', + array( + 'section' => 'generate_backgrounds_body', + 'settings' => array( + 'repeat' => 'generate_background_settings[body_repeat]', + 'size' => 'generate_background_settings[body_size]', + 'attachment' => 'generate_background_settings[body_attachment]', + 'position' => 'generate_background_settings[body_position]', + ), + ) + ) + ); + + /** + * Top bar background + */ + $wp_customize->add_section( + 'generate_backgrounds_top_bar', + array( + 'title' => __( 'Top Bar', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 5, + 'panel' => 'generate_backgrounds_panel', + 'active_callback' => 'generate_premium_is_top_bar_active', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[top_bar_image]', + array( + 'default' => $defaults['top_bar_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_background_settings[top_bar_image]', + array( + 'section' => 'generate_backgrounds_top_bar', + 'settings' => 'generate_background_settings[top_bar_image]', + 'label' => __( 'Top Bar', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[top_bar_repeat]', + array( + 'default' => $defaults['top_bar_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[top_bar_size]', + array( + 'default' => $defaults['top_bar_size'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[top_bar_attachment]', + array( + 'default' => $defaults['top_bar_attachment'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[top_bar_position]', + array( + 'default' => $defaults['top_bar_position'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_html', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Background_Images_Customize_Control( + $wp_customize, + 'top_bar_backgrounds_control', + array( + 'section' => 'generate_backgrounds_top_bar', + 'settings' => array( + 'repeat' => 'generate_background_settings[top_bar_repeat]', + 'size' => 'generate_background_settings[top_bar_size]', + 'attachment' => 'generate_background_settings[top_bar_attachment]', + 'position' => 'generate_background_settings[top_bar_position]', + ), + ) + ) + ); + + /** + * Header background + */ + $wp_customize->add_section( + 'generate_backgrounds_header', + array( + 'title' => __( 'Header', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 10, + 'panel' => 'generate_backgrounds_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_header_background_image_shortcuts', + array( + 'section' => 'generate_backgrounds_header', + 'element' => __( 'Header', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_header', + 'colors' => 'header_color_section', + 'typography' => 'font_header_section', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[header_image]', + array( + 'default' => $defaults['header_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_backgrounds-header-image', + array( + 'section' => 'generate_backgrounds_header', + 'settings' => 'generate_background_settings[header_image]', + 'label' => __( 'Header', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[header_repeat]', + array( + 'default' => $defaults['header_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[header_size]', + array( + 'default' => $defaults['header_size'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[header_attachment]', + array( + 'default' => $defaults['header_attachment'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[header_position]', + array( + 'default' => $defaults['header_position'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_html', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Background_Images_Customize_Control( + $wp_customize, + 'header_backgrounds_control', + array( + 'section' => 'generate_backgrounds_header', + 'settings' => array( + 'repeat' => 'generate_background_settings[header_repeat]', + 'size' => 'generate_background_settings[header_size]', + 'attachment' => 'generate_background_settings[header_attachment]', + 'position' => 'generate_background_settings[header_position]', + ), + ) + ) + ); + + $wp_customize->add_section( + 'generate_backgrounds_navigation', + array( + 'title' => __( 'Primary Navigation', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 15, + 'panel' => 'generate_backgrounds_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_primary_navigation_background_image_shortcuts', + array( + 'section' => 'generate_backgrounds_navigation', + 'element' => __( 'Primary Navigation', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_navigation', + 'colors' => 'navigation_color_section', + 'typography' => 'font_navigation_section', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + /** + * Navigation background + */ + $wp_customize->add_setting( + 'generate_background_settings[nav_image]', + array( + 'default' => $defaults['nav_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_background_settings[nav_image]', + array( + 'section' => 'generate_backgrounds_navigation', + 'settings' => 'generate_background_settings[nav_image]', + 'priority' => 750, + 'label' => __( 'Navigation', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[nav_repeat]', + array( + 'default' => $defaults['nav_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_control( + 'generate_background_settings[nav_repeat]', + array( + 'type' => 'select', + 'section' => 'generate_backgrounds_navigation', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_background_settings[nav_repeat]', + 'priority' => 800, + ) + ); + + /** + * Navigation item background + */ + $wp_customize->add_setting( + 'generate_background_settings[nav_item_image]', + array( + 'default' => $defaults['nav_item_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_backgrounds-nav-item-image', + array( + 'section' => 'generate_backgrounds_navigation', + 'settings' => 'generate_background_settings[nav_item_image]', + 'priority' => 950, + 'label' => __( 'Navigation Item', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[nav_item_repeat]', + array( + 'default' => $defaults['nav_item_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_control( + 'generate_background_settings[nav_item_repeat]', + array( + 'type' => 'select', + 'section' => 'generate_backgrounds_navigation', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_background_settings[nav_item_repeat]', + 'priority' => 1000, + ) + ); + + /** + * Navigation item hover background + */ + $wp_customize->add_setting( + 'generate_background_settings[nav_item_hover_image]', + array( + 'default' => $defaults['nav_item_hover_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_backgrounds-nav-item-hover-image', + array( + 'section' => 'generate_backgrounds_navigation', + 'settings' => 'generate_background_settings[nav_item_hover_image]', + 'priority' => 1150, + 'label' => __( 'Navigation Item Hover', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[nav_item_hover_repeat]', + array( + 'default' => $defaults['nav_item_hover_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_control( + 'generate_background_settings[nav_item_hover_repeat]', + array( + 'type' => 'select', + 'section' => 'generate_backgrounds_navigation', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_background_settings[nav_item_hover_repeat]', + 'priority' => 1200, + ) + ); + + /** + * Navigation item current background + */ + $wp_customize->add_setting( + 'generate_background_settings[nav_item_current_image]', + array( + 'default' => $defaults['nav_item_current_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_backgrounds-nav-item-current-image', + array( + 'section' => 'generate_backgrounds_navigation', + 'settings' => 'generate_background_settings[nav_item_current_image]', + 'priority' => 1350, + 'label' => __( 'Navigation Item Current', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[nav_item_current_repeat]', + array( + 'default' => $defaults['nav_item_current_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_control( + 'generate_background_settings[nav_item_current_repeat]', + array( + 'type' => 'select', + 'section' => 'generate_backgrounds_navigation', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_background_settings[nav_item_current_repeat]', + 'priority' => 1400, + ) + ); + + $wp_customize->add_section( + 'generate_backgrounds_subnavigation', + array( + 'title' => __( 'Primary Sub-Navigation', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 20, + 'panel' => 'generate_backgrounds_panel', + ) + ); + + /** + * Sub-Navigation item background + */ + $wp_customize->add_setting( + 'generate_background_settings[sub_nav_item_image]', + array( + 'default' => $defaults['sub_nav_item_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_background_settings[sub_nav_item_image]', + array( + 'section' => 'generate_backgrounds_subnavigation', + 'settings' => 'generate_background_settings[sub_nav_item_image]', + 'priority' => 1700, + 'label' => __( 'Sub-Navigation Item', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[sub_nav_item_repeat]', + array( + 'default' => $defaults['sub_nav_item_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_control( + 'generate_background_settings[sub_nav_item_repeat]', + array( + 'type' => 'select', + 'section' => 'generate_backgrounds_subnavigation', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_background_settings[sub_nav_item_repeat]', + 'priority' => 1800, + ) + ); + + /** + * Sub-Navigation item hover background + */ + $wp_customize->add_setting( + 'generate_background_settings[sub_nav_item_hover_image]', + array( + 'default' => $defaults['sub_nav_item_hover_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_background_settings[sub_nav_item_hover_image]', + array( + 'section' => 'generate_backgrounds_subnavigation', + 'settings' => 'generate_background_settings[sub_nav_item_hover_image]', + 'priority' => 2000, + 'label' => __( 'Sub-Navigation Item Hover', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[sub_nav_item_hover_repeat]', + array( + 'default' => $defaults['sub_nav_item_hover_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_control( + 'generate_background_settings[sub_nav_item_hover_repeat]', + array( + 'type' => 'select', + 'section' => 'generate_backgrounds_subnavigation', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_background_settings[sub_nav_item_hover_repeat]', + 'priority' => 2100, + ) + ); + + /** + * Sub-Navigation item current background + */ + $wp_customize->add_setting( + 'generate_background_settings[sub_nav_item_current_image]', + array( + 'default' => $defaults['sub_nav_item_current_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_background_settings[sub_nav_item_current_image]', + array( + 'section' => 'generate_backgrounds_subnavigation', + 'settings' => 'generate_background_settings[sub_nav_item_current_image]', + 'priority' => 2300, + 'label' => __( 'Sub-Navigation Item Current', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[sub_nav_item_current_repeat]', + array( + 'default' => $defaults['sub_nav_item_current_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_control( + 'generate_background_settings[sub_nav_item_current_repeat]', + array( + 'type' => 'select', + 'section' => 'generate_backgrounds_subnavigation', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_background_settings[sub_nav_item_current_repeat]', + 'priority' => 2400, + ) + ); + + $wp_customize->add_section( + 'generate_backgrounds_content', + array( + 'title' => __( 'Content', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 25, + 'panel' => 'generate_backgrounds_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_content_background_image_shortcuts', + array( + 'section' => 'generate_backgrounds_content', + 'element' => __( 'Content', 'gp-premium' ), + 'shortcuts' => array( + 'colors' => 'content_color_section', + 'typography' => 'font_section', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + /** + * Content background + */ + $wp_customize->add_setting( + 'generate_background_settings[content_image]', + array( + 'default' => $defaults['content_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_background_settings[content_image]', + array( + 'section' => 'generate_backgrounds_content', + 'settings' => 'generate_background_settings[content_image]', + 'label' => __( 'Content', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[content_repeat]', + array( + 'default' => $defaults['content_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[content_size]', + array( + 'default' => $defaults['content_size'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[content_attachment]', + array( + 'default' => $defaults['content_attachment'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[content_position]', + array( + 'default' => $defaults['content_position'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_html', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Background_Images_Customize_Control( + $wp_customize, + 'content_backgrounds_control', + array( + 'section' => 'generate_backgrounds_content', + 'settings' => array( + 'repeat' => 'generate_background_settings[content_repeat]', + 'size' => 'generate_background_settings[content_size]', + 'attachment' => 'generate_background_settings[content_attachment]', + 'position' => 'generate_background_settings[content_position]', + ), + ) + ) + ); + + $wp_customize->add_section( + 'generate_backgrounds_sidebars', + array( + 'title' => __( 'Sidebar', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 25, + 'panel' => 'generate_backgrounds_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_sidebar_background_image_shortcuts', + array( + 'section' => 'generate_backgrounds_sidebars', + 'element' => __( 'Sidebar', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_sidebars', + 'colors' => 'sidebar_widget_color_section', + 'typography' => 'font_widget_section', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[sidebar_widget_image]', + array( + 'default' => $defaults['sidebar_widget_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_background_settings[sidebar_widget_image]', + array( + 'section' => 'generate_backgrounds_sidebars', + 'settings' => 'generate_background_settings[sidebar_widget_image]', + 'label' => __( 'Sidebar Widgets', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[sidebar_widget_repeat]', + array( + 'default' => $defaults['sidebar_widget_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[sidebar_widget_size]', + array( + 'default' => $defaults['sidebar_widget_size'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[sidebar_widget_attachment]', + array( + 'default' => $defaults['sidebar_widget_attachment'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[sidebar_widget_position]', + array( + 'default' => $defaults['sidebar_widget_position'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_html', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Background_Images_Customize_Control( + $wp_customize, + 'sidebar_backgrounds_control', + array( + 'section' => 'generate_backgrounds_sidebars', + 'settings' => array( + 'repeat' => 'generate_background_settings[sidebar_widget_repeat]', + 'size' => 'generate_background_settings[sidebar_widget_size]', + 'attachment' => 'generate_background_settings[sidebar_widget_attachment]', + 'position' => 'generate_background_settings[sidebar_widget_position]', + ), + ) + ) + ); + + $wp_customize->add_section( + 'generate_backgrounds_footer', + array( + 'title' => __( 'Footer', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 30, + 'panel' => 'generate_backgrounds_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_footer_background_image_shortcuts', + array( + 'section' => 'generate_backgrounds_footer', + 'element' => __( 'Footer', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_footer', + 'colors' => 'footer_color_section', + 'typography' => 'font_footer_section', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[footer_widget_image]', + array( + 'default' => $defaults['footer_widget_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_background_settings[footer_widget_image]', + array( + 'section' => 'generate_backgrounds_footer', + 'settings' => 'generate_background_settings[footer_widget_image]', + 'label' => __( 'Footer Widget Area', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[footer_widget_repeat]', + array( + 'default' => $defaults['footer_widget_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[footer_widget_size]', + array( + 'default' => $defaults['footer_widget_size'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[footer_widget_attachment]', + array( + 'default' => $defaults['footer_widget_attachment'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[footer_widget_position]', + array( + 'default' => $defaults['footer_widget_position'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_html', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Background_Images_Customize_Control( + $wp_customize, + 'footer_widgets_backgrounds_control', + array( + 'section' => 'generate_backgrounds_footer', + 'settings' => array( + 'repeat' => 'generate_background_settings[footer_widget_repeat]', + 'size' => 'generate_background_settings[footer_widget_size]', + 'attachment' => 'generate_background_settings[footer_widget_attachment]', + 'position' => 'generate_background_settings[footer_widget_position]', + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[footer_image]', + array( + 'default' => $defaults['footer_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_backgrounds-footer-image', + array( + 'section' => 'generate_backgrounds_footer', + 'settings' => 'generate_background_settings[footer_image]', + 'label' => __( 'Footer Area', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[footer_repeat]', + array( + 'default' => $defaults['footer_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[footer_size]', + array( + 'default' => $defaults['footer_size'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[footer_attachment]', + array( + 'default' => $defaults['footer_attachment'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + ) + ); + + $wp_customize->add_setting( + 'generate_background_settings[footer_position]', + array( + 'default' => $defaults['footer_position'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_html', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Background_Images_Customize_Control( + $wp_customize, + 'footer_backgrounds_control', + array( + 'section' => 'generate_backgrounds_footer', + 'settings' => array( + 'repeat' => 'generate_background_settings[footer_repeat]', + 'size' => 'generate_background_settings[footer_size]', + 'attachment' => 'generate_background_settings[footer_attachment]', + 'position' => 'generate_background_settings[footer_position]', + ), + ) + ) + ); + } +} + +if ( ! function_exists( 'generate_backgrounds_css' ) ) { + /** + * Generate the CSS in the section using the Theme Customizer + * + * @since 0.1 + */ + function generate_backgrounds_css() { + $generate_settings = wp_parse_args( + get_option( 'generate_background_settings', array() ), + generate_get_background_defaults() + ); + + // Fix size values. + // Spaces and % are stripped by sanitize_key. + $generate_settings['body_size'] = ( '100' == $generate_settings['body_size'] ) ? '100% auto' : esc_attr( $generate_settings['body_size'] ); // phpcs:ignore -- Non-strict comparison ok. + $generate_settings['top_bar_size'] = ( '100' == $generate_settings['top_bar_size'] ) ? '100% auto' : esc_attr( $generate_settings['top_bar_size'] ); // phpcs:ignore -- Non-strict comparison ok. + $generate_settings['header_size'] = ( '100' == $generate_settings['header_size'] ) ? '100% auto' : esc_attr( $generate_settings['header_size'] ); // phpcs:ignore -- Non-strict comparison ok. + $generate_settings['content_size'] = ( '100' == $generate_settings['content_size'] ) ? '100% auto' : esc_attr( $generate_settings['content_size'] ); // phpcs:ignore -- Non-strict comparison ok. + $generate_settings['sidebar_widget_size'] = ( '100' == $generate_settings['sidebar_widget_size'] ) ? '100% auto' : esc_attr( $generate_settings['sidebar_widget_size'] ); // phpcs:ignore -- Non-strict comparison ok. + $generate_settings['footer_widget_size'] = ( '100' == $generate_settings['footer_widget_size'] ) ? '100% auto' : esc_attr( $generate_settings['footer_widget_size'] ); // phpcs:ignore -- Non-strict comparison ok. + $generate_settings['footer_size'] = ( '100' == $generate_settings['footer_size'] ) ? '100% auto' : esc_attr( $generate_settings['footer_size'] ); // phpcs:ignore -- Non-strict comparison ok. + + $css = new GeneratePress_Backgrounds_CSS(); + + $css->set_selector( 'body' ); + $css->add_property( 'background-image', esc_url( $generate_settings['body_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['body_repeat'] ) ); + $css->add_property( 'background-size', esc_attr( $generate_settings['body_size'] ) ); + $css->add_property( 'background-attachment', esc_attr( $generate_settings['body_attachment'] ) ); + $css->add_property( 'background-position', esc_attr( $generate_settings['body_position'] ) ); + + if ( is_active_sidebar( 'top-bar' ) ) { + $css->set_selector( '.top-bar' ); + $css->add_property( 'background-image', esc_url( $generate_settings['top_bar_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['top_bar_repeat'] ) ); + $css->add_property( 'background-size', esc_attr( $generate_settings['top_bar_size'] ) ); + $css->add_property( 'background-attachment', esc_attr( $generate_settings['top_bar_attachment'] ) ); + $css->add_property( 'background-position', esc_attr( $generate_settings['top_bar_position'] ) ); + } + + $css->set_selector( '.site-header' ); + $css->add_property( 'background-image', esc_url( $generate_settings['header_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['header_repeat'] ) ); + $css->add_property( 'background-size', esc_attr( $generate_settings['header_size'] ) ); + $css->add_property( 'background-attachment', esc_attr( $generate_settings['header_attachment'] ) ); + $css->add_property( 'background-position', esc_attr( $generate_settings['header_position'] ) ); + + $css->set_selector( '.main-navigation, .main-navigation .menu-toggle' ); + $css->add_property( 'background-image', esc_url( $generate_settings['nav_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['nav_repeat'] ) ); + + $css->set_selector( '.main-navigation .main-nav > ul > li > a' ); + $css->add_property( 'background-image', esc_url( $generate_settings['nav_item_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['nav_item_repeat'] ) ); + + $css->set_selector( '.main-navigation .main-nav > ul > li > a:hover,.main-navigation .main-nav > ul > li.sfHover > a' ); + $css->add_property( 'background-image', esc_url( $generate_settings['nav_item_hover_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['nav_item_hover_repeat'] ) ); + + $css->set_selector( '.main-navigation .main-nav > ul > li[class*="current-menu-"] > a,.main-navigation .main-nav > ul > li[class*="current-menu-"] > a:hover,.main-navigation .main-nav > ul > li[class*="current-menu-"].sfHover > a' ); + $css->add_property( 'background-image', esc_url( $generate_settings['nav_item_current_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['nav_item_current_repeat'] ) ); + + $css->set_selector( '.main-navigation ul ul li a' ); + $css->add_property( 'background-image', esc_url( $generate_settings['sub_nav_item_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['sub_nav_item_repeat'] ) ); + + $css->set_selector( '.main-navigation ul ul li > a:hover,.main-navigation ul ul li.sfHover > a' ); + $css->add_property( 'background-image', esc_url( $generate_settings['sub_nav_item_hover_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['sub_nav_item_hover_repeat'] ) ); + + $css->set_selector( '.main-navigation ul ul li[class*="current-menu-"] > a,.main-navigation ul ul li[class*="current-menu-"] > a:hover,.main-navigation ul ul li[class*="current-menu-"].sfHover > a' ); + $css->add_property( 'background-image', esc_url( $generate_settings['sub_nav_item_current_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['sub_nav_item_current_repeat'] ) ); + + $css->set_selector( '.separate-containers .inside-article,.separate-containers .comments-area,.separate-containers .page-header,.one-container .container,.separate-containers .paging-navigation,.separate-containers .inside-page-header' ); + $css->add_property( 'background-image', esc_url( $generate_settings['content_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['content_repeat'] ) ); + $css->add_property( 'background-size', esc_attr( $generate_settings['content_size'] ) ); + $css->add_property( 'background-attachment', esc_attr( $generate_settings['content_attachment'] ) ); + $css->add_property( 'background-position', esc_attr( $generate_settings['content_position'] ) ); + + $css->set_selector( '.sidebar .widget' ); + $css->add_property( 'background-image', esc_url( $generate_settings['sidebar_widget_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['sidebar_widget_repeat'] ) ); + $css->add_property( 'background-size', esc_attr( $generate_settings['sidebar_widget_size'] ) ); + $css->add_property( 'background-attachment', esc_attr( $generate_settings['sidebar_widget_attachment'] ) ); + $css->add_property( 'background-position', esc_attr( $generate_settings['sidebar_widget_position'] ) ); + + $css->set_selector( '.footer-widgets' ); + $css->add_property( 'background-image', esc_url( $generate_settings['footer_widget_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['footer_widget_repeat'] ) ); + $css->add_property( 'background-size', esc_attr( $generate_settings['footer_widget_size'] ) ); + $css->add_property( 'background-attachment', esc_attr( $generate_settings['footer_widget_attachment'] ) ); + $css->add_property( 'background-position', esc_attr( $generate_settings['footer_widget_position'] ) ); + + $css->set_selector( '.site-info' ); + $css->add_property( 'background-image', esc_url( $generate_settings['footer_image'] ), 'url' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['footer_repeat'] ) ); + $css->add_property( 'background-size', esc_attr( $generate_settings['footer_size'] ) ); + $css->add_property( 'background-attachment', esc_attr( $generate_settings['footer_attachment'] ) ); + $css->add_property( 'background-position', esc_attr( $generate_settings['footer_position'] ) ); + + return apply_filters( 'generate_backgrounds_css_output', $css->css_output() ); + } +} + +if ( ! function_exists( 'generate_background_scripts' ) ) { + add_action( 'wp_enqueue_scripts', 'generate_background_scripts', 70 ); + /** + * Enqueue scripts and styles. + * + * @since 0.1 + */ + function generate_background_scripts() { + if ( 'inline' === generate_get_css_print_method() ) { + wp_add_inline_style( 'generate-style', generate_backgrounds_css() ); + } + } +} + +add_filter( 'generate_external_dynamic_css_output', 'generate_backgrounds_add_external_css' ); +/** + * Add to external stylesheet. + * + * @since 1.11.0 + * + * @param string $css Existing CSS. + */ +function generate_backgrounds_add_external_css( $css ) { + if ( 'inline' === generate_get_css_print_method() ) { + return $css; + } + + $css .= generate_backgrounds_css(); + + return $css; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/secondary-nav-backgrounds.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/secondary-nav-backgrounds.php new file mode 100644 index 00000000..fdc17f1d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/secondary-nav-backgrounds.php @@ -0,0 +1,420 @@ +get_section( 'secondary_nav_section' ) ) { + return; + } + + $defaults = generate_secondary_nav_get_defaults(); + + if ( method_exists( $wp_customize, 'register_control_type' ) ) { + $wp_customize->register_control_type( 'GeneratePress_Section_Shortcut_Control' ); + } + + require_once GP_LIBRARY_DIRECTORY . 'customizer-helpers.php'; + + $wp_customize->add_section( + 'secondary_bg_images_section', + array( + 'title' => __( 'Secondary Navigation', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'description' => '', + 'panel' => 'generate_backgrounds_panel', + 'priority' => 21, + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_secondary_navigation_background_image_shortcuts', + array( + 'section' => 'secondary_bg_images_section', + 'element' => __( 'Secondary Navigation', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'secondary_nav_section', + 'colors' => 'secondary_navigation_color_section', + 'typography' => 'secondary_font_section', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[nav_image]', + array( + 'default' => $defaults['nav_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_secondary_backgrounds-nav-image', + array( + 'section' => 'secondary_bg_images_section', + 'settings' => 'generate_secondary_nav_settings[nav_image]', + 'priority' => 750, + 'label' => __( 'Navigation', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[nav_repeat]', + array( + 'default' => $defaults['nav_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_secondary_nav_settings[nav_repeat]', + array( + 'type' => 'select', + 'section' => 'secondary_bg_images_section', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_secondary_nav_settings[nav_repeat]', + 'priority' => 800, + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[nav_item_image]', + array( + 'default' => $defaults['nav_item_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_secondary_backgrounds-nav-item-image', + array( + 'section' => 'secondary_bg_images_section', + 'settings' => 'generate_secondary_nav_settings[nav_item_image]', + 'priority' => 950, + 'label' => __( 'Navigation Item', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[nav_item_repeat]', + array( + 'default' => $defaults['nav_item_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_secondary_nav_settings[nav_item_repeat]', + array( + 'type' => 'select', + 'section' => 'secondary_bg_images_section', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_secondary_nav_settings[nav_item_repeat]', + 'priority' => 1000, + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[nav_item_hover_image]', + array( + 'default' => $defaults['nav_item_hover_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_secondary_backgrounds-nav-item-hover-image', + array( + 'section' => 'secondary_bg_images_section', + 'settings' => 'generate_secondary_nav_settings[nav_item_hover_image]', + 'priority' => 1150, + 'label' => __( 'Navigation Item Hover', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[nav_item_hover_repeat]', + array( + 'default' => $defaults['nav_item_hover_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_secondary_nav_settings[nav_item_hover_repeat]', + array( + 'type' => 'select', + 'section' => 'secondary_bg_images_section', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_secondary_nav_settings[nav_item_hover_repeat]', + 'priority' => 1200, + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[nav_item_current_image]', + array( + 'default' => $defaults['nav_item_current_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_secondary_backgrounds-nav-item-current-image', + array( + 'section' => 'secondary_bg_images_section', + 'settings' => 'generate_secondary_nav_settings[nav_item_current_image]', + 'priority' => 1350, + 'label' => __( 'Navigation Item Current', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[nav_item_current_repeat]', + array( + 'default' => $defaults['nav_item_current_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_secondary_nav_settings[nav_item_current_repeat]', + array( + 'type' => 'select', + 'section' => 'secondary_bg_images_section', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_secondary_nav_settings[nav_item_current_repeat]', + 'priority' => 1400, + ) + ); + + $wp_customize->add_section( + 'secondary_subnav_bg_images_section', + array( + 'title' => __( 'Secondary Sub-Navigation', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'description' => '', + 'panel' => 'generate_backgrounds_panel', + 'priority' => 22, + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[sub_nav_item_image]', + array( + 'default' => $defaults['sub_nav_item_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_secondary_backgrounds-sub-nav-item-image', + array( + 'section' => 'secondary_subnav_bg_images_section', + 'settings' => 'generate_secondary_nav_settings[sub_nav_item_image]', + 'priority' => 1700, + 'label' => __( 'Sub-Navigation Item', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[sub_nav_item_repeat]', + array( + 'default' => $defaults['sub_nav_item_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_secondary_nav_settings[sub_nav_item_repeat]', + array( + 'type' => 'select', + 'section' => 'secondary_subnav_bg_images_section', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_secondary_nav_settings[sub_nav_item_repeat]', + 'priority' => 1800, + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[sub_nav_item_hover_image]', + array( + 'default' => $defaults['sub_nav_item_hover_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_secondary_backgrounds-sub-nav-item-hover-image', + array( + 'section' => 'secondary_subnav_bg_images_section', + 'settings' => 'generate_secondary_nav_settings[sub_nav_item_hover_image]', + 'priority' => 2000, + 'label' => __( 'Sub-Navigation Item Hover', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[sub_nav_item_hover_repeat]', + array( + 'default' => $defaults['sub_nav_item_hover_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_secondary_nav_settings[sub_nav_item_hover_repeat]', + array( + 'type' => 'select', + 'section' => 'secondary_subnav_bg_images_section', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_secondary_nav_settings[sub_nav_item_hover_repeat]', + 'priority' => 2100, + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[sub_nav_item_current_image]', + array( + 'default' => $defaults['sub_nav_item_current_image'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'esc_url_raw', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Image_Control( + $wp_customize, + 'generate_secondary_backgrounds-sub-nav-item-current-image', + array( + 'section' => 'secondary_subnav_bg_images_section', + 'settings' => 'generate_secondary_nav_settings[sub_nav_item_current_image]', + 'priority' => 2300, + 'label' => __( 'Sub-Navigation Item Current', 'gp-premium' ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[sub_nav_item_current_repeat]', + array( + 'default' => $defaults['sub_nav_item_current_repeat'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_secondary_nav_settings[sub_nav_item_current_repeat]', + array( + 'type' => 'select', + 'section' => 'secondary_subnav_bg_images_section', + 'choices' => array( + '' => __( 'Repeat', 'gp-premium' ), + 'repeat-x' => __( 'Repeat x', 'gp-premium' ), + 'repeat-y' => __( 'Repeat y', 'gp-premium' ), + 'no-repeat' => __( 'No Repeat', 'gp-premium' ), + ), + 'settings' => 'generate_secondary_nav_settings[sub_nav_item_current_repeat]', + 'priority' => 2400, + ) + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/generate-backgrounds.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/generate-backgrounds.php new file mode 100644 index 00000000..d9cd1055 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/generate-backgrounds.php @@ -0,0 +1,19 @@ +post_count ) { + $columns = false; + } + } + + // Return the result. + return apply_filters( 'generate_blog_columns', $columns ); + } +} + +if ( ! function_exists( 'generate_blog_get_masonry' ) ) { + /** + * Check if masonry is enabled. + * This function is a mess with strings as bools etc.. Will re-write in a big upate to get lots of testing. + */ + function generate_blog_get_masonry() { + $generate_blog_settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + // If masonry is enabled via option or filter, enable it. + // phpcs:ignore -- non-strict comparison allowed. + if ( $generate_blog_settings['masonry'] || 'true' == apply_filters( 'generate_blog_masonry', 'false' ) ) { + $masonry = 'true'; + } else { + $masonry = 'false'; + } + + // Allow masonry to be turned off using a boolean. + if ( false === apply_filters( 'generate_blog_masonry', 'false' ) ) { + $masonry = 'false'; + } + + return $masonry; + } +} + +if ( ! function_exists( 'generate_blog_add_columns_container' ) ) { + add_action( 'generate_before_main_content', 'generate_blog_add_columns_container' ); + /** + * Add columns container + * + * @since 1.0 + */ + function generate_blog_add_columns_container() { + if ( ! generate_blog_get_columns() ) { + return; + } + + $columns = generate_blog_get_column_count(); + + printf( + '
%2$s', + 'false' !== generate_blog_get_masonry() ? 'masonry-container are-images-unloaded' : '', + 'false' !== generate_blog_get_masonry() ? '
' : '' // phpcs:ignore -- no escaping needed. + ); + } +} + +if ( ! function_exists( 'generate_blog_add_ending_columns_container' ) ) { + add_action( 'generate_after_main_content', 'generate_blog_add_ending_columns_container' ); + /** + * Add closing columns container + * + * @since 1.0 + */ + function generate_blog_add_ending_columns_container() { + if ( ! generate_blog_get_columns() ) { + return; + } + + echo '
'; + } +} + +if ( ! function_exists( 'generate_blog_columns_css' ) ) { + /** + * Add inline CSS + */ + function generate_blog_columns_css() { + $generate_blog_settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( function_exists( 'generate_spacing_get_defaults' ) ) { + $spacing_settings = wp_parse_args( + get_option( 'generate_spacing_settings', array() ), + generate_spacing_get_defaults() + ); + } + + $separator = ( function_exists( 'generate_spacing_get_defaults' ) ) ? absint( $spacing_settings['separator'] ) : 20; + + $return = ''; + if ( generate_blog_get_columns() ) { + $return .= '.generate-columns {margin-bottom: ' . $separator . 'px;padding-left: ' . $separator . 'px;}'; + $return .= '.generate-columns-container {margin-left: -' . $separator . 'px;}'; + $return .= '.page-header {margin-bottom: ' . $separator . 'px;margin-left: ' . $separator . 'px}'; + $return .= '.generate-columns-container > .paging-navigation {margin-left: ' . $separator . 'px;}'; + } + + return $return; + } +} + +if ( ! function_exists( 'generate_blog_get_column_count' ) ) { + /** + * Get our column grid class + */ + function generate_blog_get_column_count() { + $generate_blog_settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + $count = $generate_blog_settings['columns']; + + return apply_filters( 'generate_blog_get_column_count', $count ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/columns.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/columns.css new file mode 100644 index 00000000..1066ab1f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/columns.css @@ -0,0 +1,149 @@ +.masonry-enabled .page-header { + position: relative !important; +} + +.separate-containers .site-main > .generate-columns-container { + margin-bottom: 0; +} + +.masonry-container.are-images-unloaded, +.load-more.are-images-unloaded, +.masonry-enabled #nav-below { + opacity: 0; +} + +/* columns */ +.generate-columns-container:not(.masonry-container) { + display: flex; + flex-wrap: wrap; + align-items: stretch; +} + +.generate-columns .inside-article { + height: 100%; + box-sizing: border-box; +} + +.generate-columns-activated.post-image-aligned-left .generate-columns-container article:not(.featured-column) .post-image, +.generate-columns-activated.post-image-aligned-right .generate-columns-container article:not(.featured-column) .post-image { + float: none; + text-align: center; + margin-left: 0; + margin-right: 0; +} + +.generate-columns-container .paging-navigation, +.generate-columns-container .page-header { + flex: 1 1 100%; + clear: both; +} + +.generate-columns-container .paging-navigation { + margin-bottom: 0; +} + +.load-more:not(.has-svg-icon) .button.loading:before { + content: "\e900"; + display: inline-block; + font-family: "GP Premium"; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + animation: spin 2s infinite linear; + margin-right: 7px; +} + +.load-more .button:not(.loading) .gp-icon { + display: none; +} + +.load-more .gp-icon svg { + animation: spin 2s infinite linear; + margin-right: 7px; +} + +@keyframes spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +.generate-columns { + box-sizing: border-box; +} + +.generate-columns.grid-20, +.grid-sizer.grid-20 { + width: 20%; +} + +.generate-columns.grid-25, +.grid-sizer.grid-25 { + width: 25%; +} + +.generate-columns.grid-33, +.grid-sizer.grid-33 { + width: 33.3333%; +} + +.generate-columns.grid-50, +.grid-sizer.grid-50 { + width: 50%; +} + +.generate-columns.grid-60, +.grid-sizer.grid-60 { + width: 60%; +} + +.generate-columns.grid-66, +.grid-sizer.grid-66 { + width: 66.66667%; +} + +.generate-columns.grid-100, +.grid-sizer.grid-100 { + width: 100%; +} + +@media (min-width: 768px) and (max-width: 1024px) { + .generate-columns.tablet-grid-50, + .grid-sizer.tablet-grid-50 { + width: 50%; + } +} + +@media (max-width: 767px) { + .generate-columns-activated .generate-columns-container { + margin-left: 0; + margin-right: 0; + } + .generate-columns-container > *, + .generate-columns-container .generate-columns { + padding-left: 0; + } + .generate-columns-container .page-header { + margin-left: 0; + } + .generate-columns.mobile-grid-100, + .grid-sizer.mobile-grid-100 { + width: 100%; + } + .generate-columns-container > .paging-navigation { + margin-left: 0; + } +} + +@media (max-width: 768px) { + .load-more { + display: block; + text-align: center; + margin-bottom: 0; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/columns.min.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/columns.min.css new file mode 100644 index 00000000..3814f76b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/columns.min.css @@ -0,0 +1 @@ +.masonry-enabled .page-header{position:relative!important}.separate-containers .site-main>.generate-columns-container{margin-bottom:0}.load-more.are-images-unloaded,.masonry-container.are-images-unloaded,.masonry-enabled #nav-below{opacity:0}.generate-columns-container:not(.masonry-container){display:flex;flex-wrap:wrap;align-items:stretch}.generate-columns .inside-article{height:100%;box-sizing:border-box}.generate-columns-activated.post-image-aligned-left .generate-columns-container article:not(.featured-column) .post-image,.generate-columns-activated.post-image-aligned-right .generate-columns-container article:not(.featured-column) .post-image{float:none;text-align:center;margin-left:0;margin-right:0}.generate-columns-container .page-header,.generate-columns-container .paging-navigation{flex:1 1 100%;clear:both}.generate-columns-container .paging-navigation{margin-bottom:0}.load-more:not(.has-svg-icon) .button.loading:before{content:"\e900";display:inline-block;font-family:"GP Premium";font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;animation:spin 2s infinite linear;margin-right:7px}.load-more .button:not(.loading) .gp-icon{display:none}.load-more .gp-icon svg{animation:spin 2s infinite linear;margin-right:7px}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.generate-columns{box-sizing:border-box}.generate-columns.grid-20,.grid-sizer.grid-20{width:20%}.generate-columns.grid-25,.grid-sizer.grid-25{width:25%}.generate-columns.grid-33,.grid-sizer.grid-33{width:33.3333%}.generate-columns.grid-50,.grid-sizer.grid-50{width:50%}.generate-columns.grid-60,.grid-sizer.grid-60{width:60%}.generate-columns.grid-66,.grid-sizer.grid-66{width:66.66667%}.generate-columns.grid-100,.grid-sizer.grid-100{width:100%}@media (min-width:768px) and (max-width:1024px){.generate-columns.tablet-grid-50,.grid-sizer.tablet-grid-50{width:50%}}@media (max-width:767px){.generate-columns-activated .generate-columns-container{margin-left:0;margin-right:0}.generate-columns-container .generate-columns,.generate-columns-container>*{padding-left:0}.generate-columns-container .page-header{margin-left:0}.generate-columns.mobile-grid-100,.grid-sizer.mobile-grid-100{width:100%}.generate-columns-container>.paging-navigation{margin-left:0}}@media (max-width:768px){.load-more{display:block;text-align:center;margin-bottom:0}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/featured-images.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/featured-images.css new file mode 100644 index 00000000..c3efa57f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/featured-images.css @@ -0,0 +1,104 @@ +.post-image-above-header .inside-article .post-image, +.post-image-above-header .inside-article .featured-image { + margin-top: 0; + margin-bottom: 2em; +} + +.post-image-aligned-left .inside-article .post-image, +.post-image-aligned-left .inside-article .featured-image { + margin-top: 0; + margin-right: 2em; + float: left; + text-align: left; +} + +.post-image-aligned-center .post-image, +.post-image-aligned-center .featured-image { + text-align: center; +} + +.post-image-aligned-right .inside-article .post-image, +.post-image-aligned-right .inside-article .featured-image { + margin-top: 0; + margin-left: 2em; + float: right; + text-align: right; +} + +.post-image-below-header.post-image-aligned-right .inside-article .post-image, +.post-image-below-header.post-image-aligned-right .inside-article .featured-image, +.post-image-below-header.post-image-aligned-center .inside-article .featured-image, +.post-image-below-header.post-image-aligned-left .inside-article .post-image, +.post-image-below-header.post-image-aligned-left .inside-article .featured-image { + margin-top: 2em; +} + +.post-image-aligned-left > .featured-image, +.post-image-aligned-right > .featured-image { + float: none; + margin-left: auto; + margin-right: auto; +} + +.post-image-aligned-left .featured-image { + text-align: left; +} + +.post-image-aligned-right .featured-image { + text-align: right; +} + +.post-image-aligned-left .inside-article:before, +.post-image-aligned-left .inside-article:after, +.post-image-aligned-right .inside-article:before, +.post-image-aligned-right .inside-article:after { + content: ""; + display: table; +} + +.post-image-aligned-left .inside-article:after, +.post-image-aligned-right .inside-article:after { + clear: both; +} + +.one-container.post-image-above-header .page-header + .no-featured-image-padding .inside-article .post-image, +.one-container.post-image-above-header .no-featured-image-padding.generate-columns .inside-article .post-image { + margin-top: 0; +} + +.one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .post-image, +.one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image, +.one-container.both-right.post-image-aligned-center .no-featured-image-padding .post-image, +.one-container.both-right.post-image-aligned-center .no-featured-image-padding .featured-image { + margin-right: 0; +} + +.one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .post-image, +.one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image, +.one-container.both-left.post-image-aligned-center .no-featured-image-padding .post-image, +.one-container.both-left.post-image-aligned-center .no-featured-image-padding .featured-image { + margin-left: 0; +} + +.one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .post-image, +.one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .featured-image { + margin-left: 0; + margin-right: 0; +} + +.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .post-image, +.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .featured-image { + margin-left: 0; + margin-right: 0; +} + +@media (max-width: 768px) { + body:not(.post-image-aligned-center) .inside-article .post-image, + body:not(.post-image-aligned-center) .featured-image, + body:not(.post-image-aligned-center) .inside-article .featured-image { + margin-right: 0; + margin-left: 0; + float: none; + text-align: center; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/featured-images.min.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/featured-images.min.css new file mode 100644 index 00000000..ba2493d8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/featured-images.min.css @@ -0,0 +1 @@ +.post-image-above-header .inside-article .featured-image,.post-image-above-header .inside-article .post-image{margin-top:0;margin-bottom:2em}.post-image-aligned-left .inside-article .featured-image,.post-image-aligned-left .inside-article .post-image{margin-top:0;margin-right:2em;float:left;text-align:left}.post-image-aligned-center .featured-image,.post-image-aligned-center .post-image{text-align:center}.post-image-aligned-right .inside-article .featured-image,.post-image-aligned-right .inside-article .post-image{margin-top:0;margin-left:2em;float:right;text-align:right}.post-image-below-header.post-image-aligned-center .inside-article .featured-image,.post-image-below-header.post-image-aligned-left .inside-article .featured-image,.post-image-below-header.post-image-aligned-left .inside-article .post-image,.post-image-below-header.post-image-aligned-right .inside-article .featured-image,.post-image-below-header.post-image-aligned-right .inside-article .post-image{margin-top:2em}.post-image-aligned-left>.featured-image,.post-image-aligned-right>.featured-image{float:none;margin-left:auto;margin-right:auto}.post-image-aligned-left .featured-image{text-align:left}.post-image-aligned-right .featured-image{text-align:right}.post-image-aligned-left .inside-article:after,.post-image-aligned-left .inside-article:before,.post-image-aligned-right .inside-article:after,.post-image-aligned-right .inside-article:before{content:"";display:table}.post-image-aligned-left .inside-article:after,.post-image-aligned-right .inside-article:after{clear:both}.one-container.post-image-above-header .no-featured-image-padding.generate-columns .inside-article .post-image,.one-container.post-image-above-header .page-header+.no-featured-image-padding .inside-article .post-image{margin-top:0}.one-container.both-right.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.both-right.post-image-aligned-center .no-featured-image-padding .post-image,.one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .post-image{margin-right:0}.one-container.both-left.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.both-left.post-image-aligned-center .no-featured-image-padding .post-image,.one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .post-image{margin-left:0}.one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .post-image{margin-left:0;margin-right:0}.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .featured-image,.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .post-image{margin-left:0;margin-right:0}@media (max-width:768px){body:not(.post-image-aligned-center) .featured-image,body:not(.post-image-aligned-center) .inside-article .featured-image,body:not(.post-image-aligned-center) .inside-article .post-image{margin-right:0;margin-left:0;float:none;text-align:center}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/style.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/style.css new file mode 100644 index 00000000..e79ddd50 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/style.css @@ -0,0 +1,254 @@ +.post-image-above-header .inside-article .post-image, +.post-image-above-header .inside-article .featured-image { + margin-top: 0; + margin-bottom: 2em; +} + +.post-image-aligned-left .inside-article .post-image, +.post-image-aligned-left .inside-article .featured-image { + margin-top: 0; + margin-right: 2em; + float: left; + text-align: left; +} + +.post-image-aligned-center .post-image, +.post-image-aligned-center .featured-image { + text-align: center; +} + +.post-image-aligned-right .inside-article .post-image, +.post-image-aligned-right .inside-article .featured-image { + margin-top: 0; + margin-left: 2em; + float: right; + text-align: right; +} + +.post-image-below-header.post-image-aligned-right .inside-article .post-image, +.post-image-below-header.post-image-aligned-right .inside-article .featured-image, +.post-image-below-header.post-image-aligned-center .inside-article .featured-image, +.post-image-below-header.post-image-aligned-left .inside-article .post-image, +.post-image-below-header.post-image-aligned-left .inside-article .featured-image { + margin-top: 2em; +} + +.post-image-aligned-left > .featured-image, +.post-image-aligned-right > .featured-image { + float: none; + margin-left: auto; + margin-right: auto; +} + +.post-image-aligned-left .featured-image { + text-align: left; +} + +.post-image-aligned-right .featured-image { + text-align: right; +} + +.post-image-aligned-left .inside-article:before, +.post-image-aligned-left .inside-article:after, +.post-image-aligned-right .inside-article:before, +.post-image-aligned-right .inside-article:after { + content: ""; + display: table; +} + +.post-image-aligned-left .inside-article:after, +.post-image-aligned-right .inside-article:after { + clear: both; +} + +.one-container.post-image-above-header .page-header + .no-featured-image-padding .inside-article .post-image, +.one-container.post-image-above-header .no-featured-image-padding.generate-columns .inside-article .post-image { + margin-top: 0; +} + +.one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .post-image, +.one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image, +.one-container.both-right.post-image-aligned-center .no-featured-image-padding .post-image, +.one-container.both-right.post-image-aligned-center .no-featured-image-padding .featured-image { + margin-right: 0; +} + +.one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .post-image, +.one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image, +.one-container.both-left.post-image-aligned-center .no-featured-image-padding .post-image, +.one-container.both-left.post-image-aligned-center .no-featured-image-padding .featured-image { + margin-left: 0; +} + +.one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .post-image, +.one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .featured-image { + margin-left: 0; + margin-right: 0; +} + +.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .post-image, +.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .featured-image { + margin-left: 0; + margin-right: 0; +} + +@media (max-width: 768px) { + body:not(.post-image-aligned-center) .inside-article .post-image, + body:not(.post-image-aligned-center) .featured-image, + body:not(.post-image-aligned-center) .inside-article .featured-image { + margin-right: 0; + margin-left: 0; + float: none; + text-align: center; + } +} + +.masonry-enabled .page-header { + position: relative !important; +} + +.separate-containers .site-main > .generate-columns-container { + margin-bottom: 0; +} + +.masonry-container.are-images-unloaded, +.load-more.are-images-unloaded, +.masonry-enabled #nav-below { + opacity: 0; +} + +/* columns */ +.generate-columns-container:not(.masonry-container) { + display: flex; + flex-wrap: wrap; + align-items: stretch; +} + +.generate-columns .inside-article { + height: 100%; + box-sizing: border-box; +} + +.generate-columns-activated.post-image-aligned-left .generate-columns-container article:not(.featured-column) .post-image, +.generate-columns-activated.post-image-aligned-right .generate-columns-container article:not(.featured-column) .post-image { + float: none; + text-align: center; + margin-left: 0; + margin-right: 0; +} + +.generate-columns-container .paging-navigation, +.generate-columns-container .page-header { + flex: 1 1 100%; + clear: both; +} + +.generate-columns-container .paging-navigation { + margin-bottom: 0; +} + +.load-more:not(.has-svg-icon) .button.loading:before { + content: "\e900"; + display: inline-block; + font-family: "GP Premium"; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + animation: spin 2s infinite linear; + margin-right: 7px; +} + +.load-more .button:not(.loading) .gp-icon { + display: none; +} + +.load-more .gp-icon svg { + animation: spin 2s infinite linear; + margin-right: 7px; +} + +@keyframes spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +.generate-columns { + box-sizing: border-box; +} + +.generate-columns.grid-20, +.grid-sizer.grid-20 { + width: 20%; +} + +.generate-columns.grid-25, +.grid-sizer.grid-25 { + width: 25%; +} + +.generate-columns.grid-33, +.grid-sizer.grid-33 { + width: 33.3333%; +} + +.generate-columns.grid-50, +.grid-sizer.grid-50 { + width: 50%; +} + +.generate-columns.grid-60, +.grid-sizer.grid-60 { + width: 60%; +} + +.generate-columns.grid-66, +.grid-sizer.grid-66 { + width: 66.66667%; +} + +.generate-columns.grid-100, +.grid-sizer.grid-100 { + width: 100%; +} + +@media (min-width: 768px) and (max-width: 1024px) { + .generate-columns.tablet-grid-50, + .grid-sizer.tablet-grid-50 { + width: 50%; + } +} + +@media (max-width: 767px) { + .generate-columns-activated .generate-columns-container { + margin-left: 0; + margin-right: 0; + } + .generate-columns-container > *, + .generate-columns-container .generate-columns { + padding-left: 0; + } + .generate-columns-container .page-header { + margin-left: 0; + } + .generate-columns.mobile-grid-100, + .grid-sizer.mobile-grid-100 { + width: 100%; + } + .generate-columns-container > .paging-navigation { + margin-left: 0; + } +} + +@media (max-width: 768px) { + .load-more { + display: block; + text-align: center; + margin-bottom: 0; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/style.min.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/style.min.css new file mode 100644 index 00000000..6f877184 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/style.min.css @@ -0,0 +1 @@ +.post-image-above-header .inside-article .featured-image,.post-image-above-header .inside-article .post-image{margin-top:0;margin-bottom:2em}.post-image-aligned-left .inside-article .featured-image,.post-image-aligned-left .inside-article .post-image{margin-top:0;margin-right:2em;float:left;text-align:left}.post-image-aligned-center .featured-image,.post-image-aligned-center .post-image{text-align:center}.post-image-aligned-right .inside-article .featured-image,.post-image-aligned-right .inside-article .post-image{margin-top:0;margin-left:2em;float:right;text-align:right}.post-image-below-header.post-image-aligned-center .inside-article .featured-image,.post-image-below-header.post-image-aligned-left .inside-article .featured-image,.post-image-below-header.post-image-aligned-left .inside-article .post-image,.post-image-below-header.post-image-aligned-right .inside-article .featured-image,.post-image-below-header.post-image-aligned-right .inside-article .post-image{margin-top:2em}.post-image-aligned-left>.featured-image,.post-image-aligned-right>.featured-image{float:none;margin-left:auto;margin-right:auto}.post-image-aligned-left .featured-image{text-align:left}.post-image-aligned-right .featured-image{text-align:right}.post-image-aligned-left .inside-article:after,.post-image-aligned-left .inside-article:before,.post-image-aligned-right .inside-article:after,.post-image-aligned-right .inside-article:before{content:"";display:table}.post-image-aligned-left .inside-article:after,.post-image-aligned-right .inside-article:after{clear:both}.one-container.post-image-above-header .no-featured-image-padding.generate-columns .inside-article .post-image,.one-container.post-image-above-header .page-header+.no-featured-image-padding .inside-article .post-image{margin-top:0}.one-container.both-right.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.both-right.post-image-aligned-center .no-featured-image-padding .post-image,.one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .post-image{margin-right:0}.one-container.both-left.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.both-left.post-image-aligned-center .no-featured-image-padding .post-image,.one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .post-image{margin-left:0}.one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .post-image{margin-left:0;margin-right:0}.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .featured-image,.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .post-image{margin-left:0;margin-right:0}@media (max-width:768px){body:not(.post-image-aligned-center) .featured-image,body:not(.post-image-aligned-center) .inside-article .featured-image,body:not(.post-image-aligned-center) .inside-article .post-image{margin-right:0;margin-left:0;float:none;text-align:center}}.masonry-enabled .page-header{position:relative!important}.separate-containers .site-main>.generate-columns-container{margin-bottom:0}.load-more.are-images-unloaded,.masonry-container.are-images-unloaded,.masonry-enabled #nav-below{opacity:0}.generate-columns-container:not(.masonry-container){display:flex;flex-wrap:wrap;align-items:stretch}.generate-columns .inside-article{height:100%;box-sizing:border-box}.generate-columns-activated.post-image-aligned-left .generate-columns-container article:not(.featured-column) .post-image,.generate-columns-activated.post-image-aligned-right .generate-columns-container article:not(.featured-column) .post-image{float:none;text-align:center;margin-left:0;margin-right:0}.generate-columns-container .page-header,.generate-columns-container .paging-navigation{flex:1 1 100%;clear:both}.generate-columns-container .paging-navigation{margin-bottom:0}.load-more:not(.has-svg-icon) .button.loading:before{content:"\e900";display:inline-block;font-family:"GP Premium";font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;animation:spin 2s infinite linear;margin-right:7px}.load-more .button:not(.loading) .gp-icon{display:none}.load-more .gp-icon svg{animation:spin 2s infinite linear;margin-right:7px}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.generate-columns{box-sizing:border-box}.generate-columns.grid-20,.grid-sizer.grid-20{width:20%}.generate-columns.grid-25,.grid-sizer.grid-25{width:25%}.generate-columns.grid-33,.grid-sizer.grid-33{width:33.3333%}.generate-columns.grid-50,.grid-sizer.grid-50{width:50%}.generate-columns.grid-60,.grid-sizer.grid-60{width:60%}.generate-columns.grid-66,.grid-sizer.grid-66{width:66.66667%}.generate-columns.grid-100,.grid-sizer.grid-100{width:100%}@media (min-width:768px) and (max-width:1024px){.generate-columns.tablet-grid-50,.grid-sizer.tablet-grid-50{width:50%}}@media (max-width:767px){.generate-columns-activated .generate-columns-container{margin-left:0;margin-right:0}.generate-columns-container .generate-columns,.generate-columns-container>*{padding-left:0}.generate-columns-container .page-header{margin-left:0}.generate-columns.mobile-grid-100,.grid-sizer.mobile-grid-100{width:100%}.generate-columns-container>.paging-navigation{margin-left:0}}@media (max-width:768px){.load-more{display:block;text-align:center;margin-bottom:0}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/customizer.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/customizer.php new file mode 100644 index 00000000..2c018ea8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/customizer.php @@ -0,0 +1,1181 @@ +register_control_type( 'GeneratePress_Title_Customize_Control' ); + } + + // Remove our blog control from the free theme. + if ( $wp_customize->get_control( 'blog_content_control' ) ) { + $wp_customize->remove_control( 'blog_content_control' ); + } + + // Register our custom controls. + if ( method_exists( $wp_customize, 'register_control_type' ) ) { + $wp_customize->register_control_type( 'GeneratePress_Refresh_Button_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Information_Customize_Control' ); + $wp_customize->register_control_type( 'Generate_Control_Toggle_Customize_Control' ); + } + + $wp_customize->add_section( + 'generate_blog_loop_template_section', + array( + 'title' => __( 'Blog', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'panel' => 'generate_layout_panel', + 'priority' => 40, + 'active_callback' => function() { + return generate_has_active_element( 'loop-template', true ); + }, + ) + ); + + $wp_customize->add_control( + new GeneratePress_Information_Customize_Control( + $wp_customize, + 'generate_using_loop_template', + array( + 'section' => 'generate_blog_loop_template_section', + 'description' => sprintf( + /* translators: URL to the Elements dashboard. */ + __( 'This page is using a Loop Template Element. Other options can be found within that Element.', 'gp-premium' ), + admin_url( 'edit.php?post_type=gp_elements' ) + ), + 'notice' => true, + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'active_callback' => function() { + return generate_has_active_element( 'loop-template', true ); + }, + 'priority' => 0, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_blog_settings[excerpt_length]', array( + 'default' => $defaults['excerpt_length'], + 'capability' => 'edit_theme_options', + 'type' => 'option', + 'sanitize_callback' => 'absint', + ) + ); + + $wp_customize->add_control( + 'generate_loop_template_excerpt_length', + array( + 'type' => 'number', + 'label' => __( 'Excerpt word count', 'gp-premium' ), + 'section' => 'generate_blog_loop_template_section', + 'settings' => 'generate_blog_settings[excerpt_length]', + ) + ); + + $wp_customize->add_setting( + 'generate_blog_settings[read_more]', + array( + 'default' => $defaults['read_more'], + 'capability' => 'edit_theme_options', + 'type' => 'option', + 'sanitize_callback' => 'wp_kses_post', + ) + ); + + $wp_customize->add_control( + 'generate_loop_template_read_more', + array( + 'type' => 'text', + 'label' => __( 'Read more label', 'gp-premium' ), + 'section' => 'generate_blog_loop_template_section', + 'settings' => 'generate_blog_settings[read_more]', + ) + ); + + // Blog content section. + $wp_customize->add_section( + 'generate_blog_section', + array( + 'title' => __( 'Blog', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'panel' => 'generate_layout_panel', + 'priority' => 40, + 'active_callback' => function() { + return ! generate_has_active_element( 'loop-template', true ); + }, + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_blog_archives_title', + array( + 'section' => 'generate_blog_section', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Content', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_control( + new Generate_Control_Toggle_Customize_Control( + $wp_customize, + 'generate_post_meta_toggle', + array( + 'section' => 'generate_blog_section', + 'targets' => array( + 'post-meta-archives' => __( 'Archives', 'gp-premium' ), + 'post-meta-single' => __( 'Single', 'gp-premium' ), + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_control( + 'generate_settings[post_content]', + array( + 'type' => 'select', + 'label' => __( 'Content type', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => array( + 'full' => __( 'Full Content', 'gp-premium' ), + 'excerpt' => __( 'Excerpt', 'gp-premium' ), + ), + 'settings' => 'generate_settings[post_content]', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[excerpt_length]', array( + 'type' => 'number', + 'label' => __( 'Excerpt word count', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[excerpt_length]', + 'active_callback' => 'generate_premium_is_excerpt', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[read_more]', array( + 'type' => 'text', + 'label' => __( 'Read more label', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[read_more]', + ) + ); + + $wp_customize->add_setting( + 'generate_blog_settings[read_more_button]', + array( + 'default' => $defaults['read_more_button'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[read_more_button]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display read more as button', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[read_more_button]', + ) + ); + + // Post date + $wp_customize->add_setting( + 'generate_blog_settings[date]', + array( + 'default' => $defaults['date'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[date]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display post date', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[date]', + ) + ); + + // Post author + $wp_customize->add_setting( + 'generate_blog_settings[author]', + array( + 'default' => $defaults['author'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[author]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display post author', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[author]', + ) + ); + + // Category links + $wp_customize->add_setting( + 'generate_blog_settings[categories]', + array( + 'default' => $defaults['categories'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[categories]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display post categories', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[categories]', + ) + ); + + // Tag links + $wp_customize->add_setting( + 'generate_blog_settings[tags]', + array( + 'default' => $defaults['tags'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[tags]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display post tags', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[tags]', + ) + ); + + // Comment link + $wp_customize->add_setting( + 'generate_blog_settings[comments]', + array( + 'default' => $defaults['comments'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[comments]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display comment count', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[comments]', + ) + ); + + // Infinite scroll + $wp_customize->add_setting( + 'generate_blog_settings[infinite_scroll]', + array( + 'default' => $defaults['infinite_scroll'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[infinite_scroll]', + array( + 'type' => 'checkbox', + 'label' => __( 'Use infinite scroll', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[infinite_scroll]', + ) + ); + + // Infinite scroll + $wp_customize->add_setting( + 'generate_blog_settings[infinite_scroll_button]', + array( + 'default' => $defaults['infinite_scroll_button'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[infinite_scroll_button]', + array( + 'type' => 'checkbox', + 'label' => __( 'Use button to load more posts', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[infinite_scroll_button]', + 'active_callback' => 'generate_premium_infinite_scroll_active', + ) + ); + + // Load more text + $wp_customize->add_setting( + 'generate_blog_settings[masonry_load_more]', array( + 'default' => $defaults['masonry_load_more'], + 'capability' => 'edit_theme_options', + 'type' => 'option', + 'sanitize_callback' => 'wp_kses_post', + ) + ); + + $wp_customize->add_control( + 'blog_masonry_load_more_control', array( + 'label' => __( 'Load more label', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[masonry_load_more]', + 'active_callback' => 'generate_premium_infinite_scroll_button_active', + ) + ); + + // Loading text + $wp_customize->add_setting( + 'generate_blog_settings[masonry_loading]', array( + 'default' => $defaults['masonry_loading'], + 'capability' => 'edit_theme_options', + 'type' => 'option', + 'sanitize_callback' => 'wp_kses_post', + ) + ); + + $wp_customize->add_control( + 'blog_masonry_loading_control', array( + 'label' => __( 'Loading label', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[masonry_loading]', + 'active_callback' => 'generate_premium_infinite_scroll_button_active', + ) + ); + + $wp_customize->add_setting( + 'generate_blog_settings[single_date]', + array( + 'default' => $defaults['single_date'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[single_date]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display post date', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[single_date]', + ) + ); + + $wp_customize->add_setting( + 'generate_blog_settings[single_author]', + array( + 'default' => $defaults['single_author'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[single_author]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display post author', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[single_author]', + ) + ); + + $wp_customize->add_setting( + 'generate_blog_settings[single_categories]', + array( + 'default' => $defaults['single_categories'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[single_categories]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display post categories', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[single_categories]', + ) + ); + + $wp_customize->add_setting( + 'generate_blog_settings[single_tags]', + array( + 'default' => $defaults['single_tags'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[single_tags]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display post tags', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[single_tags]', + ) + ); + + $wp_customize->add_setting( + 'generate_blog_settings[single_post_navigation]', + array( + 'default' => $defaults['single_post_navigation'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[single_post_navigation]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display post navigation', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[single_post_navigation]', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_blog_featured_images_title', + array( + 'section' => 'generate_blog_section', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Featured Images', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + $wp_customize->add_control( + new Generate_Control_Toggle_Customize_Control( + $wp_customize, + 'generate_featured_image_toggle', + array( + 'section' => 'generate_blog_section', + 'targets' => array( + 'featured-image-archives' => __( 'Archives', 'gp-premium' ), + 'featured-image-single' => __( 'Posts', 'gp-premium' ), + 'featured-image-page' => __( 'Pages', 'gp-premium' ), + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + // Show featured images + $wp_customize->add_setting( + 'generate_blog_settings[post_image]', + array( + 'default' => $defaults['post_image'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[post_image]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display featured images', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[post_image]', + ) + ); + + // Padding + $wp_customize->add_setting( + 'generate_blog_settings[post_image_padding]', + array( + 'default' => $defaults['post_image_padding'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[post_image_padding]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display padding around images', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[post_image_padding]', + 'active_callback' => 'generate_premium_display_image_padding', + ) + ); + + // Location + $wp_customize->add_setting( + 'generate_blog_settings[post_image_position]', + array( + 'default' => $defaults['post_image_position'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[post_image_position]', + array( + 'type' => 'select', + 'label' => __( 'Location', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => array( + '' => __( 'Below Title', 'gp-premium' ), + 'post-image-above-header' => __( 'Above Title', 'gp-premium' ), + ), + 'settings' => 'generate_blog_settings[post_image_position]', + 'active_callback' => 'generate_premium_featured_image_active', + ) + ); + + // Alignment + $wp_customize->add_setting( + 'generate_blog_settings[post_image_alignment]', + array( + 'default' => $defaults['post_image_alignment'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[post_image_alignment]', + array( + 'type' => 'select', + 'label' => __( 'Alignment', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => array( + 'post-image-aligned-center' => __( 'Center', 'gp-premium' ), + 'post-image-aligned-left' => __( 'Left', 'gp-premium' ), + 'post-image-aligned-right' => __( 'Right', 'gp-premium' ), + ), + 'settings' => 'generate_blog_settings[post_image_alignment]', + 'active_callback' => 'generate_premium_featured_image_active', + ) + ); + + $wp_customize->add_setting( + 'generate_blog_settings[post_image_size]', + array( + 'default' => $defaults['post_image_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[post_image_size]', + array( + 'type' => 'select', + 'label' => __( 'Media Attachment Size', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => generate_blog_get_image_sizes(), + 'settings' => 'generate_blog_settings[post_image_size]', + 'active_callback' => 'generate_premium_featured_image_active', + ) + ); + + // Width + $wp_customize->add_setting( + 'generate_blog_settings[post_image_width]', array( + 'default' => $defaults['post_image_width'], + 'capability' => 'edit_theme_options', + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[post_image_width]', + array( + 'type' => 'number', + 'label' => __( 'Width', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[post_image_width]', + 'active_callback' => 'generate_premium_featured_image_active', + ) + ); + + // Height + $wp_customize->add_setting( + 'generate_blog_settings[post_image_height]', array( + 'default' => $defaults['post_image_height'], + 'capability' => 'edit_theme_options', + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[post_image_height]', + array( + 'type' => 'number', + 'label' => __( 'Height', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[post_image_height]', + 'active_callback' => 'generate_premium_featured_image_active', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Information_Customize_Control( + $wp_customize, + 'generate_regenerate_images_notice', + array( + 'section' => 'generate_blog_section', + 'description' => sprintf( + __( 'We will attempt to serve exact image sizes based on your width/height settings. If that is not possible, we will resize your images using CSS. Learn more about featured image sizing %s.', 'gp-premium' ), + '' . __( 'here', 'gp-premium' ) . '' + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'active_callback' => 'generate_premium_featured_image_active', + ) + ) + ); + + /* + * Single featured images + */ + + $wp_customize->add_setting( + 'generate_blog_settings[single_post_image]', + array( + 'default' => $defaults['single_post_image'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[single_post_image]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display featured images', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[single_post_image]', + ) + ); + + // Padding + $wp_customize->add_setting( + 'generate_blog_settings[single_post_image_padding]', + array( + 'default' => $defaults['single_post_image_padding'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[single_post_image_padding]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display padding around images', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[single_post_image_padding]', + 'active_callback' => 'generate_premium_display_image_padding_single', + ) + ); + + // Location + $wp_customize->add_setting( + 'generate_blog_settings[single_post_image_position]', + array( + 'default' => $defaults['single_post_image_position'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[single_post_image_position]', + array( + 'type' => 'select', + 'label' => __( 'Location', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => array( + 'below-title' => __( 'Below Title', 'gp-premium' ), + 'inside-content' => __( 'Above Title', 'gp-premium' ), + 'above-content' => __( 'Above Content Area', 'gp-premium' ), + ), + 'settings' => 'generate_blog_settings[single_post_image_position]', + 'active_callback' => 'generate_premium_single_featured_image_active', + ) + ); + + // Alignment + $wp_customize->add_setting( + 'generate_blog_settings[single_post_image_alignment]', + array( + 'default' => $defaults['single_post_image_alignment'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[single_post_image_alignment]', + array( + 'type' => 'select', + 'label' => __( 'Alignment', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => array( + 'center' => __( 'Center', 'gp-premium' ), + 'left' => __( 'Left', 'gp-premium' ), + 'right' => __( 'Right', 'gp-premium' ), + ), + 'settings' => 'generate_blog_settings[single_post_image_alignment]', + 'active_callback' => 'generate_premium_single_featured_image_active', + ) + ); + + $wp_customize->add_setting( + 'generate_blog_settings[single_post_image_size]', + array( + 'default' => $defaults['single_post_image_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[single_post_image_size]', + array( + 'type' => 'select', + 'label' => __( 'Media Attachment Size', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => generate_blog_get_image_sizes(), + 'settings' => 'generate_blog_settings[single_post_image_size]', + 'active_callback' => 'generate_premium_single_featured_image_active', + ) + ); + + // Width + $wp_customize->add_setting( + 'generate_blog_settings[single_post_image_width]', array( + 'default' => $defaults['single_post_image_width'], + 'capability' => 'edit_theme_options', + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[single_post_image_width]', + array( + 'type' => 'number', + 'label' => __( 'Width', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[single_post_image_width]', + 'active_callback' => 'generate_premium_single_featured_image_active', + ) + ); + + // Height + $wp_customize->add_setting( + 'generate_blog_settings[single_post_image_height]', array( + 'default' => $defaults['single_post_image_height'], + 'capability' => 'edit_theme_options', + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[single_post_image_height]', + array( + 'type' => 'number', + 'label' => __( 'Height', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[single_post_image_height]', + 'active_callback' => 'generate_premium_single_featured_image_active', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Information_Customize_Control( + $wp_customize, + 'generate_regenerate_single_post_images_notice', + array( + 'section' => 'generate_blog_section', + 'description' => sprintf( + __( 'We will attempt to serve exact image sizes based on your width/height settings. If that is not possible, we will resize your images using CSS. Learn more about featured image sizing %s.', 'gp-premium' ), + '' . __( 'here', 'gp-premium' ) . '' + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'active_callback' => 'generate_premium_single_featured_image_active', + ) + ) + ); + + /* + * Page featured images + */ + + $wp_customize->add_setting( + 'generate_blog_settings[page_post_image]', + array( + 'default' => $defaults['page_post_image'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[page_post_image]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display featured images', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[page_post_image]', + ) + ); + + // Padding + $wp_customize->add_setting( + 'generate_blog_settings[page_post_image_padding]', + array( + 'default' => $defaults['page_post_image_padding'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[page_post_image_padding]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display padding around images', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[page_post_image_padding]', + 'active_callback' => 'generate_premium_display_image_padding_single_page', + ) + ); + + // Location + $wp_customize->add_setting( + 'generate_blog_settings[page_post_image_position]', + array( + 'default' => $defaults['page_post_image_position'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[page_post_image_position]', + array( + 'type' => 'select', + 'label' => __( 'Location', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => array( + 'below-title' => __( 'Below Title', 'gp-premium' ), + 'inside-content' => __( 'Above Title', 'gp-premium' ), + 'above-content' => __( 'Above Content Area', 'gp-premium' ), + ), + 'settings' => 'generate_blog_settings[page_post_image_position]', + 'active_callback' => 'generate_premium_single_page_featured_image_active', + ) + ); + + // Alignment + $wp_customize->add_setting( + 'generate_blog_settings[page_post_image_alignment]', + array( + 'default' => $defaults['page_post_image_alignment'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[page_post_image_alignment]', + array( + 'type' => 'select', + 'label' => __( 'Alignment', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => array( + 'center' => __( 'Center', 'gp-premium' ), + 'left' => __( 'Left', 'gp-premium' ), + 'right' => __( 'Right', 'gp-premium' ), + ), + 'settings' => 'generate_blog_settings[page_post_image_alignment]', + 'active_callback' => 'generate_premium_single_page_featured_image_active', + ) + ); + + $wp_customize->add_setting( + 'generate_blog_settings[page_post_image_size]', + array( + 'default' => $defaults['page_post_image_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[page_post_image_size]', + array( + 'type' => 'select', + 'label' => __( 'Media Attachment Size', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => generate_blog_get_image_sizes(), + 'settings' => 'generate_blog_settings[page_post_image_size]', + 'active_callback' => 'generate_premium_single_page_featured_image_active', + ) + ); + + // Width + $wp_customize->add_setting( + 'generate_blog_settings[page_post_image_width]', array( + 'default' => $defaults['page_post_image_width'], + 'capability' => 'edit_theme_options', + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[page_post_image_width]', + array( + 'type' => 'number', + 'label' => __( 'Width', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[page_post_image_width]', + 'active_callback' => 'generate_premium_single_page_featured_image_active', + ) + ); + + // Height + $wp_customize->add_setting( + 'generate_blog_settings[page_post_image_height]', array( + 'default' => $defaults['page_post_image_height'], + 'capability' => 'edit_theme_options', + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[page_post_image_height]', + array( + 'type' => 'number', + 'label' => __( 'Height', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[page_post_image_height]', + 'active_callback' => 'generate_premium_single_page_featured_image_active', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Information_Customize_Control( + $wp_customize, + 'generate_regenerate_page_images_notice', + array( + 'section' => 'generate_blog_section', + 'description' => sprintf( + __( 'We will attempt to serve exact image sizes based on your width/height settings. If that is not possible, we will resize your images using CSS. Learn more about featured image sizing %s.', 'gp-premium' ), + '' . __( 'here', 'gp-premium' ) . '' + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'active_callback' => 'generate_premium_single_page_featured_image_active', + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_blog_columns_title', + array( + 'section' => 'generate_blog_section', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Columns', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + // Enable columns + $wp_customize->add_setting( + 'generate_blog_settings[column_layout]', + array( + 'default' => $defaults['column_layout'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[column_layout]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display posts in columns', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[column_layout]', + ) + ); + + // Column count class + $wp_customize->add_setting( + 'generate_blog_settings[columns]', + array( + 'default' => $defaults['columns'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[columns]', + array( + 'type' => 'select', + 'label' => __( 'Columns', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => array( + '50' => '2', + '33' => '3', + '25' => '4', + '20' => '5' + ), + 'settings' => 'generate_blog_settings[columns]', + 'active_callback' => 'generate_premium_blog_columns_active', + ) + ); + + // Featured column + $wp_customize->add_setting( + 'generate_blog_settings[featured_column]', + array( + 'default' => $defaults['featured_column'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[featured_column]', + array( + 'type' => 'checkbox', + 'label' => __( 'Make first post featured', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[featured_column]', + 'active_callback' => 'generate_premium_blog_columns_active', + ) + ); + + // Masonry + $wp_customize->add_setting( + 'generate_blog_settings[masonry]', + array( + 'default' => $defaults['masonry'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[masonry]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display posts in masonry grid', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'settings' => 'generate_blog_settings[masonry]', + 'active_callback' => 'generate_premium_blog_columns_active', + ) + ); + } +} + +add_action( 'customize_controls_print_styles', 'generate_blog_customizer_controls_css' ); + +function generate_blog_customizer_controls_css() { + ?> + + '55', + 'read_more' => __( 'Read more', 'gp-premium' ), + 'read_more_button' => false, + 'masonry' => false, + 'masonry_load_more' => __( '+ More', 'gp-premium' ), + 'masonry_loading' => __( 'Loading...', 'gp-premium' ), + 'infinite_scroll' => false, + 'infinite_scroll_button' => false, + 'post_image' => true, + 'post_image_position' => '', + 'post_image_alignment' => 'post-image-aligned-center', + 'post_image_size' => 'full', + 'post_image_width' => '', + 'post_image_height' => '', + 'post_image_padding' => true, + 'single_post_image' => true, + 'single_post_image_position' => 'inside-content', + 'single_post_image_alignment' => 'center', + 'single_post_image_size' => 'full', + 'single_post_image_width' => '', + 'single_post_image_height' => '', + 'single_post_image_padding' => true, + 'page_post_image' => true, + 'page_post_image_position' => 'above-content', + 'page_post_image_alignment' => 'center', + 'page_post_image_size' => 'full', + 'page_post_image_width' => '', + 'page_post_image_height' => '', + 'page_post_image_padding' => true, + 'date' => true, + 'author' => true, + 'categories' => true, + 'tags' => true, + 'comments' => true, + 'single_date' => true, + 'single_author' => true, + 'single_categories' => true, + 'single_tags' => true, + 'single_post_navigation' => true, + 'column_layout' => false, + 'columns' => '50', + 'featured_column' => false, + ); + + return apply_filters( 'generate_blog_option_defaults', $generate_blog_defaults ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/generate-blog.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/generate-blog.php new file mode 100644 index 00000000..8084da2f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/generate-blog.php @@ -0,0 +1,714 @@ + $settings['masonry_load_more'], + 'loading' => $settings['masonry_loading'], + 'icon' => function_exists( 'generate_get_svg_icon' ) ? generate_get_svg_icon( 'spinner' ) : '', + 'masonryInit' => apply_filters( + 'generate_blog_masonry_init', + array( + 'columnWidth' => '.grid-sizer', + 'itemSelector' => '.masonry-post', + 'stamp' => '.page-header', + 'percentPosition' => true, + 'stagger' => 30, + 'visibleStyle' => array( + 'transform' => 'translateY(0)', + 'opacity' => 1, + ), + 'hiddenStyle' => array( + 'transform' => 'translateY(5px)', + 'opacity' => 0, + ), + ) + ), + 'infiniteScrollInit' => apply_filters( + 'generate_blog_infinite_scroll_init', + array( + 'path' => '.infinite-scroll-path a', + 'append' => '#main .infinite-scroll-item', + 'history' => false, + 'loadOnScroll' => $settings['infinite_scroll_button'] ? false : true, + 'button' => $settings['infinite_scroll_button'] ? '.load-more a' : null, + 'scrollThreshold' => $settings['infinite_scroll_button'] ? false : 600, + ) + ), + ) + ); + } + + $needs_columns_css = false; + $needs_featured_image_css = false; + + if ( generate_blog_get_columns() || $settings['infinite_scroll'] ) { + $needs_columns_css = true; + } + + if ( ! is_singular() ) { + if ( $settings['post_image'] ) { + $needs_featured_image_css = true; + } + } + + if ( is_page() && has_post_thumbnail() ) { + if ( $settings['page_post_image'] ) { + $needs_featured_image_css = true; + } + } + + if ( is_single() && has_post_thumbnail() ) { + if ( $settings['single_post_image'] ) { + $needs_featured_image_css = true; + } + } + + if ( $needs_columns_css && $needs_featured_image_css ) { + wp_enqueue_style( 'generate-blog', plugin_dir_url( __FILE__ ) . "css/style{$suffix}.css", array(), GENERATE_BLOG_VERSION ); + } elseif ( $needs_columns_css ) { + wp_enqueue_style( 'generate-blog-columns', plugin_dir_url( __FILE__ ) . "css/columns{$suffix}.css", array(), GENERATE_BLOG_VERSION ); + } elseif ( $needs_featured_image_css ) { + wp_enqueue_style( 'generate-blog-images', plugin_dir_url( __FILE__ ) . "css/featured-images{$suffix}.css", array(), GENERATE_BLOG_VERSION ); + } + } +} + +if ( ! function_exists( 'generate_blog_post_classes' ) ) { + add_filter( 'post_class', 'generate_blog_post_classes' ); + /** + * Adds custom classes to the content container + * + * @since 0.1 + */ + function generate_blog_post_classes( $classes ) { + global $wp_query; + $paged = get_query_var( 'paged' ); + $paged = $paged ? $paged : 1; + + // Get our options + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( $settings['infinite_scroll'] ) { + $classes[] = 'infinite-scroll-item'; + } + + // Set our masonry class + if ( 'true' == generate_blog_get_masonry() && generate_blog_get_columns() ) { + $classes[] = 'masonry-post'; + } + + // Set our column classes + if ( generate_blog_get_columns() && ! is_singular() ) { + $classes[] = 'generate-columns'; + $classes[] = 'tablet-grid-50'; + $classes[] = 'mobile-grid-100'; + $classes[] = 'grid-parent'; + + // Set our featured column class + if ( $wp_query->current_post == 0 && $paged == 1 && $settings['featured_column'] ) { + if ( 50 == generate_blog_get_column_count() ) { + $classes[] = 'grid-100'; + } + + if ( 33 == generate_blog_get_column_count() ) { + $classes[] = 'grid-66'; + } + + if ( 25 == generate_blog_get_column_count() ) { + $classes[] = 'grid-50'; + } + + if ( 20 == generate_blog_get_column_count() ) { + $classes[] = 'grid-60'; + } + $classes[] = 'featured-column'; + } else { + $classes[] = 'grid-' . generate_blog_get_column_count(); + } + } + + if ( ! $settings['post_image_padding'] && ! is_singular() ) { + $classes[] = 'no-featured-image-padding'; + } + + $location = generate_blog_get_singular_template(); + + if ( ! $settings[$location . '_post_image_padding'] && is_singular() ) { + $classes[] = 'no-featured-image-padding'; + } + + $atts = generate_get_blog_image_attributes(); + + if ( ! is_singular() && has_post_thumbnail() && ! empty( $atts ) ) { + $values = array( + $atts['width'], + $atts['height'], + $atts['crop'], + ); + + $image_src = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID(), 'full' ), $values ); + + if ( $image_src && ( ! $image_src[3] || ! apply_filters( 'generate_use_featured_image_size_match', true ) ) ) { + $classes[] = 'resize-featured-image'; + } + } + + return $classes; + } +} + +if ( ! function_exists( 'generate_blog_body_classes' ) ) { + add_filter( 'body_class', 'generate_blog_body_classes' ); + /** + * Adds custom classes to the body + * + * @since 0.1 + */ + function generate_blog_body_classes( $classes ) { + // Get theme options + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( is_singular() ) { + $location = generate_blog_get_singular_template(); + + if ( 'below-title' == $settings[$location . '_post_image_position'] ) { + $classes[] = 'post-image-below-header'; + } + + if ( 'inside-content' == $settings[$location . '_post_image_position'] ) { + $classes[] = 'post-image-above-header'; + } + + $classes[] = ( ! empty( $settings[$location . '_post_image_alignment'] ) ) ? 'post-image-aligned-' . $settings[$location . '_post_image_alignment'] : 'post-image-aligned-center'; + } else { + $classes[] = ( '' == $settings['post_image_position'] ) ? 'post-image-below-header' : 'post-image-above-header'; + $classes[] = ( ! empty( $settings['post_image_alignment'] ) ) ? $settings['post_image_alignment'] : 'post-image-aligned-center'; + } + + if ( 'true' == generate_blog_get_masonry() && generate_blog_get_columns() ) { + $classes[] = 'masonry-enabled'; + } + + if ( generate_blog_get_columns() && ! is_singular() ) { + $classes[] = 'generate-columns-activated'; + } + + if ( $settings[ 'infinite_scroll' ] && ! is_singular() ) { + $classes[] = 'infinite-scroll'; + } + + return $classes; + } +} + +if ( ! function_exists( 'generate_excerpt_length' ) ) { + add_filter( 'excerpt_length', 'generate_excerpt_length', 15 ); + /** + * Set our excerpt length + * + * @since 0.1 + */ + function generate_excerpt_length( $length ) { + $generate_settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + return absint( apply_filters( 'generate_excerpt_length', $generate_settings['excerpt_length'] ) ); + } +} + +if ( ! function_exists( 'generate_blog_css' ) ) { + /** + * Build our inline CSS + * + * @since 0.1 + */ + function generate_blog_css() { + global $post; + $return = ''; + + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( ! defined( 'GENERATE_VERSION' ) ) { + return; + } + + if ( version_compare( GENERATE_VERSION, '3.0.0-alpha.1', '<' ) ) { + // Get disable headline meta. + $disable_headline = ( isset( $post ) ) ? get_post_meta( $post->ID, '_generate-disable-headline', true ) : ''; + + if ( ! $settings['categories'] && ! $settings['comments'] && ! $settings['tags'] && ! is_singular() ) { + $return .= '.blog footer.entry-meta, .archive footer.entry-meta {display:none;}'; + } + + if ( ! $settings['single_date'] && ! $settings['single_author'] && $disable_headline && is_singular() ) { + $return .= '.single .entry-header{display:none;}.single .entry-content {margin-top:0;}'; + } + + if ( ! $settings['date'] && ! $settings['author'] && ! is_singular() ) { + $return .= '.entry-header .entry-meta {display:none;}'; + } + + if ( ! $settings['single_date'] && ! $settings['single_author'] && is_singular() ) { + $return .= '.entry-header .entry-meta {display:none;}'; + } + + if ( ! $settings['single_post_navigation'] && is_singular() ) { + $return .= '.post-navigation {display:none;}'; + } + + if ( ! $settings['single_categories'] && ! $settings['single_post_navigation'] && ! $settings['single_tags'] && is_singular() ) { + $return .= '.single footer.entry-meta {display:none;}'; + } + } + + $separator = 20; + $content_padding_top = 40; + $content_padding_right = 40; + $content_padding_left = 40; + $mobile_content_padding_top = 30; + $mobile_content_padding_right = 30; + $mobile_content_padding_left = 30; + + if ( function_exists( 'generate_spacing_get_defaults' ) ) { + $spacing_settings = wp_parse_args( + get_option( 'generate_spacing_settings', array() ), + generate_spacing_get_defaults() + ); + + $separator = absint( $spacing_settings['separator'] ); + $content_padding_top = absint( $spacing_settings['content_top'] ); + $content_padding_right = absint( $spacing_settings['content_right'] ); + $content_padding_left = absint( $spacing_settings['content_left'] ); + $mobile_content_padding_top = absint( $spacing_settings['mobile_content_top'] ); + $mobile_content_padding_right = absint( $spacing_settings['mobile_content_right'] ); + $mobile_content_padding_left = absint( $spacing_settings['mobile_content_left'] ); + } + + if ( 'true' == generate_blog_get_masonry() && generate_blog_get_columns() ) { + $return .= '.page-header {margin-bottom: ' . $separator . 'px;margin-left: ' . $separator . 'px}'; + } + + if ( $settings[ 'infinite_scroll' ] && ! is_singular() ) { + $return .= '#nav-below {display:none;}'; + } + + if ( ! $settings['post_image_padding'] && 'post-image-aligned-center' == $settings['post_image_alignment'] && ! is_singular() ) { + $return .= '.no-featured-image-padding .post-image {margin-left:-' . $content_padding_left . 'px;margin-right:-' . $content_padding_right . 'px;}'; + $return .= '.post-image-above-header .no-featured-image-padding .inside-article .post-image {margin-top:-' . $content_padding_top . 'px;}'; + } + + $location = generate_blog_get_singular_template(); + + if ( ! $settings[$location . '_post_image_padding'] && 'center' == $settings[$location . '_post_image_alignment'] && is_singular() ) { + $return .= '.no-featured-image-padding .featured-image {margin-left:-' . $content_padding_left . 'px;margin-right:-' . $content_padding_right . 'px;}'; + $return .= '.post-image-above-header .no-featured-image-padding .inside-article .featured-image {margin-top:-' . $content_padding_top . 'px;}'; + } + + if ( ! $settings['page_post_image_padding'] || ! $settings['single_post_image_padding'] || ! $settings['post_image_padding'] ) { + $return .= '@media ' . generate_premium_get_media_query( 'mobile' ) . '{'; + if ( ! $settings['post_image_padding'] && 'post-image-aligned-center' == $settings['post_image_alignment'] && ! is_singular() ) { + $return .= '.no-featured-image-padding .post-image {margin-left:-' . $mobile_content_padding_left . 'px;margin-right:-' . $mobile_content_padding_right . 'px;}'; + $return .= '.post-image-above-header .no-featured-image-padding .inside-article .post-image {margin-top:-' . $mobile_content_padding_top . 'px;}'; + } + + if ( ! $settings[$location . '_post_image_padding'] && 'center' == $settings[$location . '_post_image_alignment'] && is_singular() ) { + $return .= '.no-featured-image-padding .featured-image {margin-left:-' . $mobile_content_padding_left . 'px;margin-right:-' . $mobile_content_padding_right . 'px;}'; + $return .= '.post-image-above-header .no-featured-image-padding .inside-article .featured-image {margin-top:-' . $mobile_content_padding_top . 'px;}'; + } + $return .= '}'; + } + + $atts = generate_get_blog_image_attributes(); + + if ( ! empty( $atts ) ) { + $image_width = $atts['width'] && 9999 !== $atts['width'] ? 'width: ' . $atts['width'] . 'px;' : ''; + $image_height = $atts['height'] && 9999 !== $atts['height'] ? 'height: ' . $atts['height'] . 'px;' : ''; + $image_crop = $atts['crop'] ? '-o-object-fit: cover;object-fit: cover;' : ''; + + if ( ! $image_width && $image_height ) { + $image_crop = '-o-object-fit: cover;object-fit: cover;'; + } + + if ( ! is_singular() ) { + $return .= '.resize-featured-image .post-image img {' . $image_width . $image_height . $image_crop . '}'; + } + + if ( is_single() || is_page() ) { + $values = array( + $atts['width'], + $atts['height'], + $atts['crop'], + ); + + $image_src = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID(), 'full' ), $values ); + + if ( $image_src && ( ! $image_src[3] || ! apply_filters( 'generate_use_featured_image_size_match', true ) ) ) { + $return .= '.featured-image img {' . $image_width . $image_height . $image_crop . '}'; + } + } + } + + return $return; + } +} + +if ( ! function_exists( 'generate_blog_excerpt_more' ) ) { + add_filter( 'excerpt_more', 'generate_blog_excerpt_more', 15 ); + /** + * Prints the read more HTML + */ + function generate_blog_excerpt_more( $more ) { + $generate_settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( '' == $generate_settings['read_more'] ) { + return ''; + } + + return apply_filters( + 'generate_excerpt_more_output', + sprintf( + ' ... %3$s', + the_title_attribute( 'echo=0' ), + esc_url( get_permalink( get_the_ID() ) ), + wp_kses_post( $generate_settings['read_more'] ), + sprintf( + /* translators: Aria-label describing the read more button */ + _x( 'More on %s', 'more on post title', 'gp-premium' ), + the_title_attribute( 'echo=0' ) + ) + ) + ); + } +} + +if ( ! function_exists( 'generate_blog_content_more' ) ) { + add_filter( 'the_content_more_link', 'generate_blog_content_more', 15 ); + /** + * Prints the read more HTML + */ + function generate_blog_content_more( $more ) { + $generate_settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( '' == $generate_settings['read_more'] ) { + return ''; + } + + return apply_filters( + 'generate_content_more_link_output', + sprintf( + '

%3$s

', + the_title_attribute( 'echo=0' ), + esc_url( get_permalink( get_the_ID() ) . apply_filters( 'generate_more_jump', '#more-' . get_the_ID() ) ), + wp_kses_post( $generate_settings['read_more'] ), + sprintf( + /* translators: Aria-label describing the read more button */ + _x( 'More on %s', 'more on post title', 'gp-premium' ), + the_title_attribute( 'echo=0' ) + ) + ) + ); + } +} + +/** + * Checks the setting and returns false if $thing is disabled + * + * @since 1.4 + * + * @param String $data The original data, passed through if not disabled + * @param String $thing The name of the thing to check + * @return String|False The original data, or false (if disabled) + */ +function generate_disable_post_thing( $data, $thing ) { + $generate_blog_settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( ! $generate_blog_settings[$thing] ) { + return false; + } + + return $data; +} + +if ( ! function_exists( 'generate_disable_post_date' ) ) { + add_filter( 'generate_post_date', 'generate_disable_post_date' ); + /** + * Remove the post date if set + * + * @since 0.1 + */ + function generate_disable_post_date( $date ) { + if ( is_singular() ) { + return generate_disable_post_thing( $date, 'single_date' ); + } else { + return generate_disable_post_thing( $date, 'date' ); + } + } +} + +if ( ! function_exists( 'generate_disable_post_author' ) ) { + add_filter( 'generate_post_author', 'generate_disable_post_author' ); + /** + * Set the author if set + * + * @since 0.1 + */ + function generate_disable_post_author( $author ) { + if ( is_singular() ) { + return generate_disable_post_thing( $author, 'single_author' ); + } else { + return generate_disable_post_thing( $author, 'author' ); + } + } +} + +if ( ! function_exists( 'generate_disable_post_categories' ) ) { + add_filter( 'generate_show_categories', 'generate_disable_post_categories' ); + /** + * Remove the categories if set + * + * @since 0.1 + */ + function generate_disable_post_categories( $categories ) { + if ( is_singular() ) { + return generate_disable_post_thing( $categories, 'single_categories' ); + } else { + return generate_disable_post_thing( $categories, 'categories' ); + } + } +} + +if ( ! function_exists( 'generate_disable_post_tags' ) ) { + add_filter( 'generate_show_tags', 'generate_disable_post_tags' ); + /** + * Remove the tags if set + * + * @since 0.1 + */ + function generate_disable_post_tags( $tags ) { + if ( is_singular() ) { + return generate_disable_post_thing( $tags, 'single_tags' ); + } else { + return generate_disable_post_thing( $tags, 'tags' ); + } + } +} + +if ( ! function_exists( 'generate_disable_post_comments_link' ) ) { + add_filter( 'generate_show_comments', 'generate_disable_post_comments_link' ); + /** + * Remove the link to comments if set + * + * @since 0.1 + */ + function generate_disable_post_comments_link( $comments_link ) { + return generate_disable_post_thing( $comments_link, 'comments' ); + } +} + +add_filter( 'generate_show_post_navigation', 'generate_disable_post_navigation' ); +/** + * Remove the single post navigation + * + * @since 1.5 + */ +function generate_disable_post_navigation( $navigation ) { + if ( is_singular() ) { + return generate_disable_post_thing( $navigation, 'single_post_navigation' ); + } else { + return $navigation; + } +} + +add_filter( 'generate_excerpt_more_output', 'generate_blog_read_more_button' ); +add_filter( 'generate_content_more_link_output', 'generate_blog_read_more_button' ); +/** + * Add the button class to our read more link if set. + * + * @since 1.5 + * + * @param string $output Our existing read more link. + */ +function generate_blog_read_more_button( $output ) { + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( ! $settings['read_more_button'] ) { + return $output; + } + + return sprintf( + '%5$s

%3$s

', + the_title_attribute( 'echo=0' ), + esc_url( get_permalink( get_the_ID() ) . apply_filters( 'generate_more_jump', '#more-' . get_the_ID() ) ), + wp_kses_post( $settings['read_more'] ), + sprintf( + /* translators: Aria-label describing the read more button */ + _x( 'More on %s', 'more on post title', 'gp-premium' ), + the_title_attribute( 'echo=0' ) + ), + 'generate_excerpt_more_output' === current_filter() ? ' ... ' : '' + ); +} + +if ( ! function_exists( 'generate_blog_load_more' ) ) { + add_action( 'generate_after_main_content', 'generate_blog_load_more', 20 ); + /** + * Build our load more button + */ + function generate_blog_load_more() { + // Get theme options + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( ( ! $settings[ 'infinite_scroll_button' ] || ! $settings[ 'infinite_scroll' ] ) || is_singular() || is_404() ) { + return; + } + + global $wp_query; + + if ( $wp_query->max_num_pages < 2 ) { + return; + } + + if ( is_post_type_archive( 'product' ) ) { + return; + } + + if ( is_tax( 'product_cat' ) ) { + return; + } + + $icon = ''; + + if ( function_exists( 'generate_get_svg_icon' ) ) { + $icon = generate_get_svg_icon( 'spinner' ); + } + + printf( + '
+ %3$s%4$s +
', + $icon ? 'has-svg-icon' : '', + ( 'true' == generate_blog_get_masonry() && generate_blog_get_columns() ) ? 'are-images-unloaded' : '', + $icon, + wp_kses_post( $settings['masonry_load_more'] ) + ); + } +} + +/** + * Checks to see whether we're getting page or single post options. + * + * @since 1.5 + * + * @return string Name of our singular template + */ +function generate_blog_get_singular_template() { + $template = 'single'; + + if ( is_page() ) { + $template = 'page'; + } + + return $template; +} + +add_action( 'generate_after_footer', 'generate_blog_do_infinite_scroll_path', 500 ); +/** + * Add a next page of posts link for infinite scroll. + * + * @since 2.0.0 + */ +function generate_blog_do_infinite_scroll_path() { + if ( function_exists( 'is_woocommerce' ) && is_woocommerce() ) { + return; + } + + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( $settings['infinite_scroll'] && ! is_singular() && ! is_404() ) { + printf( + '', + get_next_posts_link() + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/images.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/images.php new file mode 100644 index 00000000..54f11c71 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/images.php @@ -0,0 +1,369 @@ + 'full', + ); + + foreach ( $sizes as $key => $name ) { + $new_sizes[ $name ] = $name; + } + + return $new_sizes; +} + +add_filter( 'generate_page_header_default_size', 'generate_blog_set_featured_image_size' ); +/** + * Set our featured image sizes. + * + * @since 1.10.0 + * + * @param string $size The existing size. + * @return string The new size. + */ +function generate_blog_set_featured_image_size( $size ) { + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( ! is_singular() ) { + $size = $settings['post_image_size']; + } + + if ( is_single() ) { + $size = $settings['single_post_image_size']; + } + + if ( is_page() ) { + $size = $settings['page_post_image_size']; + } + + $atts = generate_get_blog_image_attributes(); + + if ( ! empty( $atts ) ) { + $values = array( + $atts['width'], + $atts['height'], + $atts['crop'], + ); + + $image_src = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID(), 'full' ), $values ); + + if ( $image_src && $image_src[3] && apply_filters( 'generate_use_featured_image_size_match', true ) ) { + return $values; + } else { + return $size; + } + } + + return $size; +} + +if ( ! function_exists( 'generate_get_blog_image_attributes' ) ) { + /** + * Build our image attributes + * + * @since 0.1 + */ + function generate_get_blog_image_attributes() { + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( is_singular() ) { + if ( is_singular( 'page' ) ) { + $single = 'page_'; + } else { + $single = 'single_'; + } + } else { + $single = ''; + } + + $ignore_crop = array( '', '0', '9999' ); + + $atts = array( + 'width' => ( in_array( $settings[ "{$single}post_image_width" ], $ignore_crop ) ) ? 9999 : absint( $settings[ "{$single}post_image_width" ] ), + 'height' => ( in_array( $settings[ "{$single}post_image_height" ], $ignore_crop ) ) ? 9999 : absint( $settings[ "{$single}post_image_height" ] ), + 'crop' => ( in_array( $settings[ "{$single}post_image_width" ], $ignore_crop ) || in_array( $settings[ "{$single}post_image_height" ], $ignore_crop ) ) ? false : true, + ); + + // If there's no height or width, empty the array. + if ( 9999 == $atts['width'] && 9999 == $atts['height'] ) { // phpcs:ignore + $atts = array(); + } + + return apply_filters( 'generate_blog_image_attributes', $atts ); + } +} + +if ( ! function_exists( 'generate_blog_setup' ) ) { + add_action( 'wp', 'generate_blog_setup', 50 ); + /** + * Setup our blog functions and actions + * + * @since 0.1 + */ + function generate_blog_setup() { + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + // Move our featured images to above the title. + if ( 'post-image-above-header' === $settings['post_image_position'] ) { + remove_action( 'generate_after_entry_header', 'generate_post_image' ); + add_action( 'generate_before_content', 'generate_post_image' ); + + // If we're using the Page Header add-on, move those as well. + if ( function_exists( 'generate_page_header_post_image' ) ) { + remove_action( 'generate_after_entry_header', 'generate_page_header_post_image' ); + add_action( 'generate_before_content', 'generate_page_header_post_image' ); + } + } + + $page_header_content = false; + if ( function_exists( 'generate_page_header_get_options' ) ) { + $options = generate_page_header_get_options(); + + if ( $options && '' !== $options['content'] ) { + $page_header_content = true; + } + + // If our Page Header has no content, remove it. + // This will allow the Blog add-on to add an image for us. + if ( ! $page_header_content && is_singular() ) { + remove_action( 'generate_before_content', 'generate_page_header' ); + remove_action( 'generate_after_entry_header', 'generate_page_header' ); + remove_action( 'generate_after_header', 'generate_page_header' ); + } + } + + // Remove the core theme featured image. + // I would like to filter instead one day. + remove_action( 'generate_after_header', 'generate_featured_page_header' ); + remove_action( 'generate_before_content', 'generate_featured_page_header_inside_single' ); + + $location = generate_blog_get_singular_template(); + + if ( $settings[ $location . '_post_image' ] && is_singular() && ! $page_header_content ) { + if ( 'below-title' === $settings[ $location . '_post_image_position' ] ) { + add_action( 'generate_after_entry_header', 'generate_blog_single_featured_image' ); + } + + if ( 'inside-content' === $settings[ $location . '_post_image_position' ] ) { + add_action( 'generate_before_content', 'generate_blog_single_featured_image' ); + } + + if ( 'above-content' === $settings[ $location . '_post_image_position' ] ) { + add_action( 'generate_after_header', 'generate_blog_single_featured_image' ); + } + } + } +} + +add_filter( 'generate_featured_image_output', 'generate_blog_featured_image' ); +/** + * Remove featured image if set or using WooCommerce. + * + * @since 1.5 + * @param string $output The existing output. + * @return string The image HTML + */ +function generate_blog_featured_image( $output ) { + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( ( function_exists( 'is_woocommerce' ) && is_woocommerce() ) || ! $settings['post_image'] ) { + return false; + } + + return $output; +} + +/** + * Build our featured images for single posts and pages. + * + * This function is way more complicated than it could be so it can + * ensure compatibility with the Page Header add-on. + * + * @since 1.5 + * + * @return string The image HTML + */ +function generate_blog_single_featured_image() { + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + $image_id = get_post_thumbnail_id( get_the_ID(), 'full' ); + + if ( function_exists( 'generate_page_header_get_image' ) && generate_page_header_get_image( 'ID' ) ) { + if ( intval( $image_id ) !== generate_page_header_get_image( 'ID' ) ) { + $image_id = generate_page_header_get_image( 'ID' ); + } + } + + $location = generate_blog_get_singular_template(); + + if ( ( function_exists( 'is_woocommerce' ) && is_woocommerce() ) || ! $settings[ $location . '_post_image' ] || ! $image_id ) { + return false; + } + + $attrs = array( + 'itemprop' => 'image', + ); + + if ( function_exists( 'generate_get_schema_type' ) ) { + if ( 'microdata' !== generate_get_schema_type() ) { + $attrs = array(); + } + } + + $attrs['loading'] = false; + $attrs = apply_filters( 'generate_single_featured_image_attrs', $attrs ); + + $image_html = apply_filters( + 'post_thumbnail_html', // phpcs:ignore -- Core filter. + wp_get_attachment_image( + $image_id, + apply_filters( 'generate_page_header_default_size', 'full' ), + '', + $attrs + ), + get_the_ID(), + $image_id, + apply_filters( 'generate_page_header_default_size', 'full' ), + '' + ); + + $location = generate_blog_get_singular_template(); + + $classes = array( + is_page() ? 'page-header-image' : null, + is_singular() && ! is_page() ? 'page-header-image-single' : null, + 'above-content' === $settings[ $location . '_post_image_position' ] ? 'grid-container grid-parent' : null, + ); + + $image_html = apply_filters( 'generate_single_featured_image_html', $image_html ); + + // phpcs:ignore -- No need to escape here. + echo apply_filters( + 'generate_single_featured_image_output', + sprintf( + '', + $image_html, + implode( ' ', $classes ) + ), + $image_html + ); +} + +add_filter( 'generate_blog_image_attributes', 'generate_blog_page_header_image_atts' ); +/** + * Filter our image attributes in case we're using differents atts in our Page Header + * + * @since 1.5 + * + * @param array $atts Our existing image attributes. + * @return array Image attributes + */ +function generate_blog_page_header_image_atts( $atts ) { + if ( ! function_exists( 'generate_page_header_get_options' ) ) { + return $atts; + } + + if ( ! is_singular() ) { + return $atts; + } + + $options = generate_page_header_get_options(); + + if ( $options && 'enable' === $options['image_resize'] ) { + $ignore_crop = array( '', '0', '9999' ); + + $atts = array( + 'width' => ( in_array( $options['image_width'], $ignore_crop ) ) ? 9999 : absint( $options['image_width'] ), + 'height' => ( in_array( $options['image_height'], $ignore_crop ) ) ? 9999 : absint( $options['image_height'] ), + 'crop' => ( in_array( $options['image_width'], $ignore_crop ) || in_array( $options['image_height'], $ignore_crop ) ) ? false : true, + ); + } + + return $atts; +} + +add_filter( 'generate_single_featured_image_html', 'generate_blog_page_header_link' ); +/** + * Add our Page Header link to our featured image if set. + * + * @since 1.5 + * + * @param string $image_html Our existing image HTML. + * @return string Our new image HTML. + */ +function generate_blog_page_header_link( $image_html ) { + if ( ! function_exists( 'generate_page_header_get_options' ) ) { + return $image_html; + } + + $options = generate_page_header_get_options(); + + if ( ! empty( $options['image_link'] ) ) { + return '' . $image_html . ''; + } else { + return $image_html; + } +} + +add_filter( 'body_class', 'generate_blog_remove_featured_image_class', 20 ); +/** + * Remove the featured image classes if they're disabled. + * + * @since 2.1.0 + * @param array $classes The body classes. + */ +function generate_blog_remove_featured_image_class( $classes ) { + if ( is_singular() ) { + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( is_single() ) { + $disable_single_featured_image = ! $settings['single_post_image']; + $classes = generate_premium_remove_featured_image_class( $classes, $disable_single_featured_image ); + } + + if ( is_page() && ! $settings['page_post_image'] ) { + $disable_page_featured_image = ! $settings['page_post_image']; + $classes = generate_premium_remove_featured_image_class( $classes, $disable_page_featured_image ); + } + } + + return $classes; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/controls.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/controls.js new file mode 100644 index 00000000..eb397ff9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/controls.js @@ -0,0 +1,98 @@ +jQuery( function( $ ) { + // Featured image controls + var featuredImageArchiveControls = [ + 'generate_blog_settings-post_image', + 'generate_blog_settings-post_image_padding', + 'generate_blog_settings-post_image_position', + 'generate_blog_settings-post_image_alignment', + 'generate_blog_settings-post_image_size', + 'generate_blog_settings-post_image_width', + 'generate_blog_settings-post_image_height', + 'generate_regenerate_images_notice', + ]; + + $.each( featuredImageArchiveControls, function( index, value ) { + $( '#customize-control-' + value ).attr( 'data-control-section', 'featured-image-archives' ); + } ); + + var featuredImageSingleControls = [ + 'generate_blog_settings-single_post_image', + 'generate_blog_settings-single_post_image_padding', + 'generate_blog_settings-single_post_image_position', + 'generate_blog_settings-single_post_image_alignment', + 'generate_blog_settings-single_post_image_size', + 'generate_blog_settings-single_post_image_width', + 'generate_blog_settings-single_post_image_height', + 'generate_regenerate_single_post_images_notice', + ]; + + $.each( featuredImageSingleControls, function( index, value ) { + $( '#customize-control-' + value ).attr( 'data-control-section', 'featured-image-single' ).css( { + visibility: 'hidden', + height: '0', + width: '0', + margin: '0', + overflow: 'hidden', + } ); + } ); + + var featuredImagePageControls = [ + 'generate_blog_settings-page_post_image', + 'generate_blog_settings-page_post_image_padding', + 'generate_blog_settings-page_post_image_position', + 'generate_blog_settings-page_post_image_alignment', + 'generate_blog_settings-page_post_image_size', + 'generate_blog_settings-page_post_image_width', + 'generate_blog_settings-page_post_image_height', + 'generate_regenerate_page_images_notice', + ]; + + $.each( featuredImagePageControls, function( index, value ) { + $( '#customize-control-' + value ).attr( 'data-control-section', 'featured-image-page' ).css( { + visibility: 'hidden', + height: '0', + width: '0', + margin: '0', + overflow: 'hidden', + } ); + } ); + + // Post meta controls + var postMetaArchiveControls = [ + 'generate_settings-post_content', + 'generate_blog_settings-excerpt_length', + 'generate_blog_settings-read_more', + 'generate_blog_settings-read_more_button', + 'generate_blog_settings-date', + 'generate_blog_settings-author', + 'generate_blog_settings-categories', + 'generate_blog_settings-tags', + 'generate_blog_settings-comments', + 'generate_blog_settings-infinite_scroll', + 'generate_blog_settings-infinite_scroll_button', + 'blog_masonry_load_more_control', + 'blog_masonry_loading_control', + ]; + + $.each( postMetaArchiveControls, function( index, value ) { + $( '#customize-control-' + value ).attr( 'data-control-section', 'post-meta-archives' ); + } ); + + var postMetaSingleControls = [ + 'generate_blog_settings-single_date', + 'generate_blog_settings-single_author', + 'generate_blog_settings-single_categories', + 'generate_blog_settings-single_tags', + 'generate_blog_settings-single_post_navigation', + ]; + + $.each( postMetaSingleControls, function( index, value ) { + $( '#customize-control-' + value ).attr( 'data-control-section', 'post-meta-single' ).css( { + visibility: 'hidden', + height: '0', + width: '0', + margin: '0', + overflow: 'hidden', + } ); + } ); +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/customizer.js new file mode 100644 index 00000000..f3c6656c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/customizer.js @@ -0,0 +1,76 @@ +/** + * Theme Customizer enhancements for a better user experience. + * + * Contains handlers to make Theme Customizer preview reload changes asynchronously. + */ + +( function( $ ) { + // Container width + wp.customize( 'generate_settings[container_width]', function( value ) { + value.bind( function() { + if ( $( '.masonry-container' )[ 0 ] ) { + jQuery( '.masonry-container' ).imagesLoaded( function() { + $container = jQuery( '.masonry-container' ); + if ( jQuery( $container ).length ) { + $container.masonry( { + columnWidth: '.grid-sizer', + itemSelector: '.masonry-post', + stamp: '.page-header', + } ); + } + } ); + } + } ); + } ); + + $( 'body' ).on( 'generate_spacing_updated', function() { + if ( $( '.masonry-container' )[ 0 ] ) { + jQuery( '.masonry-container' ).imagesLoaded( function() { + $container = jQuery( '.masonry-container' ); + if ( jQuery( $container ).length ) { + $container.masonry( { + columnWidth: '.grid-sizer', + itemSelector: '.masonry-post', + stamp: '.page-header', + } ); + } + } ); + } + } ); + + /** + * The first infinite scroll load in the Customizer misses article classes if they've been + * added or removed in the previous refresh. + * + * This is totally hacky, but I'm just happy I finally got it working! + */ + var $container = $( '.infinite-scroll-item' ).first().parent(); + $container.on( 'load.infiniteScroll', function( event, response ) { + var $posts = $( response ).find( 'article' ); + if ( wp.customize.value( 'generate_blog_settings[column_layout]' )() ) { + $posts.addClass( 'generate-columns' ); + $posts.addClass( 'grid-parent' ); + $posts.addClass( 'grid-' + wp.customize.value( 'generate_blog_settings[columns]' )() ); + $posts.addClass( 'tablet-grid-50' ); + $posts.addClass( 'mobile-grid-100' ); + } else { + $posts.removeClass( 'generate-columns' ); + $posts.removeClass( 'grid-parent' ); + $posts.removeClass( 'grid-' + wp.customize.value( 'generate_blog_settings[columns]' )() ); + $posts.removeClass( 'tablet-grid-50' ); + $posts.removeClass( 'mobile-grid-100' ); + } + + if ( wp.customize.value( 'generate_blog_settings[masonry]' )() ) { + $posts.addClass( 'masonry-post' ); + } else { + $posts.removeClass( 'masonry-post' ); + } + + if ( ! wp.customize.value( 'generate_blog_settings[post_image_padding]' )() ) { + $posts.addClass( 'no-featured-image-padding' ); + } else { + $posts.removeClass( 'no-featured-image-padding' ); + } + } ); +}( jQuery ) ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/infinite-scroll.pkgd.min.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/infinite-scroll.pkgd.min.js new file mode 100644 index 00000000..329c20c6 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/infinite-scroll.pkgd.min.js @@ -0,0 +1,12 @@ +/*! + * Infinite Scroll PACKAGED v3.0.6 + * Automatically add next page + * + * Licensed GPLv3 for open source use + * or Infinite Scroll Commercial License for commercial use + * + * https://infinite-scroll.com + * Copyright 2018 Metafizzy + */ + +!function(t,e){"function"==typeof define&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("jquery")):t.jQueryBridget=e(t,t.jQuery)}(window,function(t,e){"use strict";function i(i,r,l){function a(t,e,n){var o,r="$()."+i+'("'+e+'")';return t.each(function(t,a){var h=l.data(a,i);if(!h)return void s(i+" not initialized. Cannot call methods, i.e. "+r);var c=h[e];if(!c||"_"==e.charAt(0))return void s(r+" is not a valid method");var u=c.apply(h,n);o=void 0===o?u:o}),void 0!==o?o:t}function h(t,e){t.each(function(t,n){var o=l.data(n,i);o?(o.option(e),o._init()):(o=new r(n,e),l.data(n,i,o))})}l=l||e||t.jQuery,l&&(r.prototype.option||(r.prototype.option=function(t){l.isPlainObject(t)&&(this.options=l.extend(!0,this.options,t))}),l.fn[i]=function(t){if("string"==typeof t){var e=o.call(arguments,1);return a(this,t,e)}return h(this,t),this},n(l))}function n(t){!t||t&&t.bridget||(t.bridget=i)}var o=Array.prototype.slice,r=t.console,s="undefined"==typeof r?function(){}:function(t){r.error(t)};return n(e||t.jQuery),i}),function(t,e){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",e):"object"==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}("undefined"!=typeof window?window:this,function(){function t(){}var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{},n=i[t]=i[t]||[];return n.indexOf(e)==-1&&n.push(e),this}},e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{},n=i[t]=i[t]||{};return n[e]=!0,this}},e.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var n=i.indexOf(e);return n!=-1&&i.splice(n,1),this}},e.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){i=i.slice(0),e=e||[];for(var n=this._onceEvents&&this._onceEvents[t],o=0;o=0,this.isPrefilling?(this.log("prefill"),this.loadNextPage()):this.stopPrefill()},s.getPrefillDistance=function(){return this.options.elementScroll?this.scroller.clientHeight-this.scroller.scrollHeight:this.windowHeight-this.element.clientHeight},s.stopPrefill=function(){this.log("stopPrefill"),this.off("append",this.prefill)},e}),function(t,e){"function"==typeof define&&define.amd?define("infinite-scroll/js/scroll-watch",["./core","fizzy-ui-utils/utils"],function(i,n){return e(t,i,n)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./core"),require("fizzy-ui-utils")):e(t,t.InfiniteScroll,t.fizzyUIUtils)}(window,function(t,e,i){var n=e.prototype;return e.defaults.scrollThreshold=400,e.create.scrollWatch=function(){this.pageScrollHandler=this.onPageScroll.bind(this),this.resizeHandler=this.onResize.bind(this);var t=this.options.scrollThreshold,e=t||0===t;e&&this.enableScrollWatch()},e.destroy.scrollWatch=function(){this.disableScrollWatch()},n.enableScrollWatch=function(){this.isScrollWatching||(this.isScrollWatching=!0,this.updateMeasurements(),this.updateScroller(),this.on("last",this.disableScrollWatch),this.bindScrollWatchEvents(!0))},n.disableScrollWatch=function(){this.isScrollWatching&&(this.bindScrollWatchEvents(!1),delete this.isScrollWatching)},n.bindScrollWatchEvents=function(e){var i=e?"addEventListener":"removeEventListener";this.scroller[i]("scroll",this.pageScrollHandler),t[i]("resize",this.resizeHandler)},n.onPageScroll=e.throttle(function(){var t=this.getBottomDistance();t<=this.options.scrollThreshold&&this.dispatchEvent("scrollThreshold")}),n.getBottomDistance=function(){return this.options.elementScroll?this.getElementBottomDistance():this.getWindowBottomDistance()},n.getWindowBottomDistance=function(){var e=this.top+this.element.clientHeight,i=t.pageYOffset+this.windowHeight;return e-i},n.getElementBottomDistance=function(){var t=this.scroller.scrollHeight,e=this.scroller.scrollTop+this.scroller.clientHeight;return t-e},n.onResize=function(){this.updateMeasurements()},i.debounceMethod(e,"onResize",150),e}),function(t,e){"function"==typeof define&&define.amd?define("infinite-scroll/js/history",["./core","fizzy-ui-utils/utils"],function(i,n){return e(t,i,n)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./core"),require("fizzy-ui-utils")):e(t,t.InfiniteScroll,t.fizzyUIUtils)}(window,function(t,e,i){var n=e.prototype;e.defaults.history="replace";var o=document.createElement("a");return e.create.history=function(){if(this.options.history){o.href=this.getAbsolutePath();var t=o.origin||o.protocol+"//"+o.host,e=t==location.origin;return e?void(this.options.append?this.createHistoryAppend():this.createHistoryPageLoad()):void console.error("[InfiniteScroll] cannot set history with different origin: "+o.origin+" on "+location.origin+" . History behavior disabled.")}},n.createHistoryAppend=function(){this.updateMeasurements(),this.updateScroller(),this.scrollPages=[{top:0,path:location.href,title:document.title}],this.scrollPageIndex=0,this.scrollHistoryHandler=this.onScrollHistory.bind(this),this.unloadHandler=this.onUnload.bind(this),this.scroller.addEventListener("scroll",this.scrollHistoryHandler),this.on("append",this.onAppendHistory),this.bindHistoryAppendEvents(!0)},n.bindHistoryAppendEvents=function(e){var i=e?"addEventListener":"removeEventListener";this.scroller[i]("scroll",this.scrollHistoryHandler),t[i]("unload",this.unloadHandler)},n.createHistoryPageLoad=function(){this.on("load",this.onPageLoadHistory)},e.destroy.history=n.destroyHistory=function(){var t=this.options.history&&this.options.append;t&&this.bindHistoryAppendEvents(!1)},n.onAppendHistory=function(t,e,i){if(i&&i.length){var n=i[0],r=this.getElementScrollY(n);o.href=e,this.scrollPages.push({top:r,path:o.href,title:t.title})}},n.getElementScrollY=function(t){return this.options.elementScroll?this.getElementElementScrollY(t):this.getElementWindowScrollY(t)},n.getElementWindowScrollY=function(e){var i=e.getBoundingClientRect();return i.top+t.pageYOffset},n.getElementElementScrollY=function(t){return t.offsetTop-this.top},n.onScrollHistory=function(){for(var t,e,i=this.getScrollViewY(),n=0;n=i)break;t=n,e=o}t!=this.scrollPageIndex&&(this.scrollPageIndex=t,this.setHistory(e.title,e.path))},i.debounceMethod(e,"onScrollHistory",150),n.getScrollViewY=function(){return this.options.elementScroll?this.scroller.scrollTop+this.scroller.clientHeight/2:t.pageYOffset+this.windowHeight/2},n.setHistory=function(t,e){var i=this.options.history,n=i&&history[i+"State"];n&&(history[i+"State"](null,t,e),this.options.historyTitle&&(document.title=t),this.dispatchEvent("history",null,[t,e]))},n.onUnload=function(){var e=this.scrollPageIndex;if(0!==e){var i=this.scrollPages[e],n=t.pageYOffset-i.top+this.top;this.destroyHistory(),scrollTo(0,n)}},n.onPageLoadHistory=function(t,e){this.setHistory(t.title,e)},e}),function(t,e){"function"==typeof define&&define.amd?define("infinite-scroll/js/button",["./core","fizzy-ui-utils/utils"],function(i,n){return e(t,i,n)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./core"),require("fizzy-ui-utils")):e(t,t.InfiniteScroll,t.fizzyUIUtils)}(window,function(t,e,i){function n(t,e){this.element=t,this.infScroll=e,this.clickHandler=this.onClick.bind(this),this.element.addEventListener("click",this.clickHandler),e.on("request",this.disable.bind(this)),e.on("load",this.enable.bind(this)),e.on("error",this.hide.bind(this)),e.on("last",this.hide.bind(this))}return e.create.button=function(){var t=i.getQueryElement(this.options.button);if(t)return void(this.button=new n(t,this))},e.destroy.button=function(){this.button&&this.button.destroy()},n.prototype.onClick=function(t){t.preventDefault(),this.infScroll.loadNextPage()},n.prototype.enable=function(){this.element.removeAttribute("disabled")},n.prototype.disable=function(){this.element.disabled="disabled"},n.prototype.hide=function(){this.element.style.display="none"},n.prototype.destroy=function(){this.element.removeEventListener("click",this.clickHandler)},e.Button=n,e}),function(t,e){"function"==typeof define&&define.amd?define("infinite-scroll/js/status",["./core","fizzy-ui-utils/utils"],function(i,n){return e(t,i,n)}):"object"==typeof module&&module.exports?module.exports=e(t,require("./core"),require("fizzy-ui-utils")):e(t,t.InfiniteScroll,t.fizzyUIUtils)}(window,function(t,e,i){function n(t){r(t,"none")}function o(t){r(t,"block")}function r(t,e){t&&(t.style.display=e)}var s=e.prototype;return e.create.status=function(){var t=i.getQueryElement(this.options.status);t&&(this.statusElement=t,this.statusEventElements={request:t.querySelector(".infinite-scroll-request"),error:t.querySelector(".infinite-scroll-error"),last:t.querySelector(".infinite-scroll-last")},this.on("request",this.showRequestStatus),this.on("error",this.showErrorStatus),this.on("last",this.showLastStatus),this.bindHideStatus("on"))},s.bindHideStatus=function(t){var e=this.options.append?"append":"load";this[t](e,this.hideAllStatus)},s.showRequestStatus=function(){this.showStatus("request")},s.showErrorStatus=function(){this.showStatus("error")},s.showLastStatus=function(){this.showStatus("last"),this.bindHideStatus("off")},s.showStatus=function(t){o(this.statusElement),this.hideStatusEventElements();var e=this.statusEventElements[t];o(e)},s.hideAllStatus=function(){n(this.statusElement),this.hideStatusEventElements()},s.hideStatusEventElements=function(){for(var t in this.statusEventElements){var e=this.statusEventElements[t];n(e)}},e}),function(t,e){"function"==typeof define&&define.amd?define(["infinite-scroll/js/core","infinite-scroll/js/page-load","infinite-scroll/js/scroll-watch","infinite-scroll/js/history","infinite-scroll/js/button","infinite-scroll/js/status"],e):"object"==typeof module&&module.exports&&(module.exports=e(require("./core"),require("./page-load"),require("./scroll-watch"),require("./history"),require("./button"),require("./status")))}(window,function(t){return t}),function(t,e){"use strict";"function"==typeof define&&define.amd?define("imagesloaded/imagesloaded",["ev-emitter/ev-emitter"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("ev-emitter")):t.imagesLoaded=e(t,t.EvEmitter)}("undefined"!=typeof window?window:this,function(t,e){function i(t,e){for(var i in e)t[i]=e[i];return t}function n(t){if(Array.isArray(t))return t;var e="object"==typeof t&&"number"==typeof t.length;return e?h.call(t):[t]}function o(t,e,r){if(!(this instanceof o))return new o(t,e,r);var s=t;return"string"==typeof t&&(s=document.querySelectorAll(t)),s?(this.elements=n(s),this.options=i({},this.options),"function"==typeof e?r=e:i(this.options,e),r&&this.on("always",r),this.getImages(),l&&(this.jqDeferred=new l.Deferred),void setTimeout(this.check.bind(this))):void a.error("Bad element for imagesLoaded "+(s||t))}function r(t){this.img=t}function s(t,e){this.url=t,this.element=e,this.img=new Image}var l=t.jQuery,a=t.console,h=Array.prototype.slice;o.prototype=Object.create(e.prototype),o.prototype.options={},o.prototype.getImages=function(){this.images=[],this.elements.forEach(this.addElementImages,this)},o.prototype.addElementImages=function(t){"IMG"==t.nodeName&&this.addImage(t),this.options.background===!0&&this.addElementBackgroundImages(t);var e=t.nodeType;if(e&&c[e]){for(var i=t.querySelectorAll("img"),n=0;n 'false', + 'masonry_width' => 'width2', + 'masonry_most_recent_width' => 'width4', + 'post_image' => 'true', + 'date' => 'true', + 'author' => 'true', + 'categories' => 'true', + 'tags' => 'true', + 'comments' => 'true', + ); + + // Get our spacing settings + $blog_settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + $defaults + ); + + $new_settings = array(); + + // These options use to be a select input with false + true values + // This will make the false values empty so the options can be checkboxes + $keys = array( 'date', 'author', 'categories', 'tags', 'comments', 'masonry', 'post_image' ); + foreach ( $keys as $key ) { + if ( is_string( $blog_settings[ $key ] ) ) { + if ( 'false' == $blog_settings[ $key ] ) { + $new_settings[ $key ] = false; + } elseif ( 'true' == $blog_settings[ $key ] ) { + $new_settings[ $key ] = true; + } + } + } + + // Set the single post meta options to whatever the blog options are + $new_settings[ 'single_date' ] = isset( $new_settings[ 'date' ] ) ? $new_settings[ 'date' ] : true; + $new_settings[ 'single_author' ] = isset( $new_settings[ 'author' ] ) ? $new_settings[ 'author' ] : true; + $new_settings[ 'single_categories' ] = isset( $new_settings[ 'categories' ] ) ? $new_settings[ 'categories' ] : true; + $new_settings[ 'single_tags' ] = isset( $new_settings[ 'tags' ] ) ? $new_settings[ 'tags' ] : true; + + if ( isset( $new_settings[ 'masonry' ] ) && $new_settings[ 'masonry' ] ) { + $new_settings[ 'column_layout' ] = true; + $new_settings[ 'infinite_scroll' ] = true; + $new_settings[ 'infinite_scroll_button' ] = true; + + if ( 'width2' == $blog_settings['masonry_width'] ) { + $new_settings[ 'columns' ] = '33'; + } + + if ( 'width4' == $blog_settings['masonry_width'] ) { + $new_settings[ 'columns' ] = '50'; + } + + if ( 'width6' == $blog_settings['masonry_width'] ) { + $new_settings[ 'columns' ] = '100'; + } + + if ( 'width2' == $blog_settings[ 'masonry_width' ] ) { + if ( 'width2' !== $blog_settings[ 'masonry_most_recent_width' ] ) { + $new_settings[ 'featured_column' ] = true; + } else { + $new_settings[ 'featured_column' ] = false; + } + } + + if ( 'width4' == $blog_settings[ 'masonry_width' ] ) { + if ( 'width6' == $blog_settings[ 'masonry_most_recent_width' ] ) { + $new_settings[ 'featured_column' ] = true; + } else { + $new_settings[ 'featured_column' ] = false; + } + } + + if ( 'width6' == $blog_settings[ 'masonry_width' ] ) { + $new_settings[ 'featured_column' ] = false; + } + } + + if ( function_exists( 'generate_page_header_get_defaults' ) ) { + $page_header_settings = wp_parse_args( + get_option( 'generate_page_header_settings', array() ), + generate_page_header_get_defaults() + ); + + if ( 'hide' == $page_header_settings[ 'post_header_position' ] ) { + $new_settings[ 'single_post_image' ] = false; + } else { + $new_settings[ 'single_post_image_position' ] = $page_header_settings[ 'post_header_position' ]; + } + + $new_settings[ 'page_post_image_position' ] = $page_header_settings[ 'page_header_position' ]; + } + + unset( $blog_settings['masonry_width'] ); + unset( $blog_settings['masonry_most_recent_width'] ); + + $update_settings = wp_parse_args( $new_settings, $blog_settings ); + update_option( 'generate_blog_settings', $update_settings ); + + // Update our migration option so we don't need to run this again + $updated[ 'blog_visibility_updated' ] = 'true'; + $migration_settings = wp_parse_args( $updated, $settings ); + update_option( 'generate_migration_settings', $migration_settings ); +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/generate-blog.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/generate-blog.php new file mode 100644 index 00000000..49fd37fd --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/blog/generate-blog.php @@ -0,0 +1,20 @@ +register_control_type( 'GeneratePress_Alpha_Color_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Title_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Section_Shortcut_Control' ); + } + + // Get our palettes. + $palettes = generate_get_default_color_palettes(); + + // Add our Colors panel. + if ( class_exists( 'WP_Customize_Panel' ) ) { + $wp_customize->add_panel( + 'generate_colors_panel', + array( + 'priority' => 30, + 'theme_supports' => '', + 'title' => __( 'Colors', 'gp-premium' ), + 'description' => '', + ) + ); + } + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_body_color_shortcuts', + array( + 'section' => 'body_section', + 'element' => __( 'Body', 'gp-premium' ), + 'shortcuts' => array( + 'typography' => 'font_section', + 'backgrounds' => 'generate_backgrounds_body', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + // Add Top Bar Colors section. + if ( isset( $defaults['top_bar_background_color'] ) && function_exists( 'generate_is_top_bar_active' ) ) { + $wp_customize->add_section( + 'generate_top_bar_colors', + array( + 'title' => __( 'Top Bar', 'gp-premium' ), + 'priority' => 40, + 'panel' => 'generate_colors_panel', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[top_bar_background_color]', + array( + 'default' => $defaults['top_bar_background_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[top_bar_background_color]', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'generate_top_bar_colors', + 'settings' => 'generate_settings[top_bar_background_color]', + 'palette' => $palettes, + 'show_opacity' => true, + 'priority' => 1, + 'active_callback' => 'generate_is_top_bar_active', + ) + ) + ); + + // Add color settings. + $top_bar_colors = array(); + $top_bar_colors[] = array( + 'slug' => 'top_bar_text_color', + 'default' => $defaults['top_bar_text_color'], + 'label' => __( 'Text', 'gp-premium' ), + 'priority' => 2, + ); + $top_bar_colors[] = array( + 'slug' => 'top_bar_link_color', + 'default' => $defaults['top_bar_link_color'], + 'label' => __( 'Link', 'gp-premium' ), + 'priority' => 3, + ); + $top_bar_colors[] = array( + 'slug' => 'top_bar_link_color_hover', + 'default' => $defaults['top_bar_link_color_hover'], + 'label' => __( 'Link Hover', 'gp-premium' ), + 'priority' => 4, + ); + + foreach ( $top_bar_colors as $color ) { + $wp_customize->add_setting( + 'generate_settings[' . $color['slug'] . ']', + array( + 'default' => $color['default'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + $color['slug'], + array( + 'label' => $color['label'], + 'section' => 'generate_top_bar_colors', + 'settings' => 'generate_settings[' . $color['slug'] . ']', + 'priority' => $color['priority'], + 'palette' => $palettes, + 'active_callback' => 'generate_is_top_bar_active', + ) + ) + ); + } + } + + // Add Header Colors section. + $wp_customize->add_section( + 'header_color_section', + array( + 'title' => __( 'Header', 'gp-premium' ), + 'priority' => 50, + 'panel' => 'generate_colors_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_header_color_shortcuts', + array( + 'section' => 'header_color_section', + 'element' => __( 'Header', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_header', + 'typography' => 'font_header_section', + 'backgrounds' => 'generate_backgrounds_header', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[header_background_color]', + array( + 'default' => $defaults['header_background_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[header_background_color]', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'header_color_section', + 'settings' => 'generate_settings[header_background_color]', + 'palette' => $palettes, + 'show_opacity' => true, + 'priority' => 1, + ) + ) + ); + + // Add color settings. + $header_colors = array(); + $header_colors[] = array( + 'slug' => 'header_text_color', + 'default' => $defaults['header_text_color'], + 'label' => __( 'Text', 'gp-premium' ), + 'priority' => 2, + ); + $header_colors[] = array( + 'slug' => 'header_link_color', + 'default' => $defaults['header_link_color'], + 'label' => __( 'Link', 'gp-premium' ), + 'priority' => 3, + ); + $header_colors[] = array( + 'slug' => 'header_link_hover_color', + 'default' => $defaults['header_link_hover_color'], + 'label' => __( 'Link Hover', 'gp-premium' ), + 'priority' => 4, + ); + $header_colors[] = array( + 'slug' => 'site_title_color', + 'default' => $defaults['site_title_color'], + 'label' => __( 'Site Title', 'gp-premium' ), + 'priority' => 5, + ); + $header_colors[] = array( + 'slug' => 'site_tagline_color', + 'default' => $defaults['site_tagline_color'], + 'label' => __( 'Tagline', 'gp-premium' ), + 'priority' => 6, + ); + + foreach ( $header_colors as $color ) { + $wp_customize->add_setting( + 'generate_settings[' . $color['slug'] . ']', + array( + 'default' => $color['default'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + $color['slug'], + array( + 'label' => $color['label'], + 'section' => 'header_color_section', + 'settings' => 'generate_settings[' . $color['slug'] . ']', + 'priority' => $color['priority'], + 'palette' => $palettes, + ) + ) + ); + } + + // Add Navigation section. + $wp_customize->add_section( + 'navigation_color_section', + array( + 'title' => __( 'Primary Navigation', 'gp-premium' ), + 'priority' => 60, + 'panel' => 'generate_colors_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_primary_navigation_color_shortcuts', + array( + 'section' => 'navigation_color_section', + 'element' => __( 'Primary Navigation', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_navigation', + 'typography' => 'font_navigation_section', + 'backgrounds' => 'generate_backgrounds_navigation', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 0, + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_primary_navigation_parent_items', + array( + 'section' => 'navigation_color_section', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Parent Items', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[navigation_background_color]', + array( + 'default' => $defaults['navigation_background_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[navigation_background_color]', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'navigation_color_section', + 'settings' => 'generate_settings[navigation_background_color]', + 'palette' => $palettes, + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[navigation_background_hover_color]', + array( + 'default' => $defaults['navigation_background_hover_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[navigation_background_hover_color]', + array( + 'label' => __( 'Background Hover', 'gp-premium' ), + 'section' => 'navigation_color_section', + 'settings' => 'generate_settings[navigation_background_hover_color]', + 'palette' => $palettes, + 'priority' => 3, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[navigation_background_current_color]', + array( + 'default' => $defaults['navigation_background_current_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[navigation_background_current_color]', + array( + 'label' => __( 'Background Current', 'gp-premium' ), + 'section' => 'navigation_color_section', + 'settings' => 'generate_settings[navigation_background_current_color]', + 'palette' => $palettes, + 'priority' => 5, + ) + ) + ); + + // Add color settings. + $navigation_colors = array(); + $navigation_colors[] = array( + 'slug' => 'navigation_text_color', + 'default' => $defaults['navigation_text_color'], + 'label' => __( 'Text', 'gp-premium' ), + 'priority' => 2, + ); + $navigation_colors[] = array( + 'slug' => 'navigation_text_hover_color', + 'default' => $defaults['navigation_text_hover_color'], + 'label' => __( 'Text Hover', 'gp-premium' ), + 'priority' => 4, + ); + $navigation_colors[] = array( + 'slug' => 'navigation_text_current_color', + 'default' => $defaults['navigation_text_current_color'], + 'label' => __( 'Text Current', 'gp-premium' ), + 'priority' => 6, + ); + + foreach ( $navigation_colors as $color ) { + $wp_customize->add_setting( + 'generate_settings[' . $color['slug'] . ']', + array( + 'default' => $color['default'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + $color['slug'], + array( + 'label' => $color['label'], + 'section' => 'navigation_color_section', + 'settings' => 'generate_settings[' . $color['slug'] . ']', + 'priority' => $color['priority'], + ) + ) + ); + } + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_primary_navigation_sub_menu_items', + array( + 'section' => 'navigation_color_section', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Sub-Menu Items', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 7, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[subnavigation_background_color]', + array( + 'default' => $defaults['subnavigation_background_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[subnavigation_background_color]', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'navigation_color_section', + 'settings' => 'generate_settings[subnavigation_background_color]', + 'palette' => $palettes, + 'priority' => 8, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[subnavigation_background_hover_color]', + array( + 'default' => $defaults['subnavigation_background_hover_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[subnavigation_background_hover_color]', + array( + 'label' => __( 'Background Hover', 'gp-premium' ), + 'section' => 'navigation_color_section', + 'settings' => 'generate_settings[subnavigation_background_hover_color]', + 'palette' => $palettes, + 'priority' => 10, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[subnavigation_background_current_color]', + array( + 'default' => $defaults['subnavigation_background_current_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[subnavigation_background_current_color]', + array( + 'label' => __( 'Background Current', 'gp-premium' ), + 'section' => 'navigation_color_section', + 'settings' => 'generate_settings[subnavigation_background_current_color]', + 'palette' => $palettes, + 'priority' => 12, + ) + ) + ); + + // Add color settings. + $subnavigation_colors = array(); + $subnavigation_colors[] = array( + 'slug' => 'subnavigation_text_color', + 'default' => $defaults['subnavigation_text_color'], + 'label' => __( 'Text', 'gp-premium' ), + 'priority' => 9, + ); + $subnavigation_colors[] = array( + 'slug' => 'subnavigation_text_hover_color', + 'default' => $defaults['subnavigation_text_hover_color'], + 'label' => __( 'Text Hover', 'gp-premium' ), + 'priority' => 11, + ); + $subnavigation_colors[] = array( + 'slug' => 'subnavigation_text_current_color', + 'default' => $defaults['subnavigation_text_current_color'], + 'label' => __( 'Text Current', 'gp-premium' ), + 'priority' => 13, + ); + + foreach ( $subnavigation_colors as $color ) { + $wp_customize->add_setting( + 'generate_settings[' . $color['slug'] . ']', + array( + 'default' => $color['default'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + $color['slug'], + array( + 'label' => $color['label'], + 'section' => 'navigation_color_section', + 'settings' => 'generate_settings[' . $color['slug'] . ']', + 'priority' => $color['priority'], + ) + ) + ); + } + + if ( isset( $defaults['navigation_search_background_color'] ) ) { + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_primary_navigation_search', + array( + 'section' => 'navigation_color_section', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Navigation Search', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 15, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[navigation_search_background_color]', + array( + 'default' => $defaults['navigation_search_background_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[navigation_search_background_color]', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'navigation_color_section', + 'settings' => 'generate_settings[navigation_search_background_color]', + 'palette' => $palettes, + 'priority' => 16, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[navigation_search_text_color]', + array( + 'default' => $defaults['navigation_search_text_color'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[navigation_search_text_color]', + array( + 'label' => __( 'Text', 'gp-premium' ), + 'section' => 'navigation_color_section', + 'settings' => 'generate_settings[navigation_search_text_color]', + 'priority' => 17, + ) + ) + ); + } + + $wp_customize->add_section( + 'buttons_color_section', + array( + 'title' => __( 'Buttons', 'gp-premium' ), + 'priority' => 75, + 'panel' => 'generate_colors_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_buttons_color_shortcuts', + array( + 'section' => 'buttons_color_section', + 'element' => __( 'Button', 'gp-premium' ), + 'shortcuts' => array( + 'typography' => 'font_buttons_section', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[form_button_background_color]', + array( + 'default' => $defaults['form_button_background_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[form_button_background_color]', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'buttons_color_section', + 'settings' => 'generate_settings[form_button_background_color]', + 'palette' => $palettes, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[form_button_text_color]', + array( + 'default' => $defaults['form_button_text_color'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'form_button_text_color', + array( + 'label' => __( 'Text', 'gp-premium' ), + 'section' => 'buttons_color_section', + 'settings' => 'generate_settings[form_button_text_color]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[form_button_background_color_hover]', + array( + 'default' => $defaults['form_button_background_color_hover'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[form_button_background_color_hover]', + array( + 'label' => __( 'Background Hover', 'gp-premium' ), + 'section' => 'buttons_color_section', + 'settings' => 'generate_settings[form_button_background_color_hover]', + 'palette' => $palettes, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[form_button_text_color_hover]', + array( + 'default' => $defaults['form_button_text_color_hover'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'form_button_text_color_hover', + array( + 'label' => __( 'Text Hover', 'gp-premium' ), + 'section' => 'buttons_color_section', + 'settings' => 'generate_settings[form_button_text_color_hover]', + ) + ) + ); + + // Add Content Colors section. + $wp_customize->add_section( + 'content_color_section', + array( + 'title' => __( 'Content', 'gp-premium' ), + 'priority' => 80, + 'panel' => 'generate_colors_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_content_color_shortcuts', + array( + 'section' => 'content_color_section', + 'element' => __( 'Content', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_container', + 'typography' => 'font_content_section', + 'backgrounds' => 'generate_backgrounds_content', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[content_background_color]', + array( + 'default' => $defaults['content_background_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[content_background_color]', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'content_color_section', + 'settings' => 'generate_settings[content_background_color]', + 'palette' => $palettes, + 'priority' => 1, + ) + ) + ); + + // Add color settings. + $content_colors = array(); + $content_colors[] = array( + 'slug' => 'content_text_color', + 'default' => $defaults['content_text_color'], + 'label' => __( 'Text', 'gp-premium' ), + 'priority' => 2, + ); + $content_colors[] = array( + 'slug' => 'content_link_color', + 'default' => $defaults['content_link_color'], + 'label' => __( 'Link', 'gp-premium' ), + 'priority' => 3, + ); + $content_colors[] = array( + 'slug' => 'content_link_hover_color', + 'default' => $defaults['content_link_hover_color'], + 'label' => __( 'Link Hover', 'gp-premium' ), + 'priority' => 4, + ); + $content_colors[] = array( + 'slug' => 'content_title_color', + 'default' => $defaults['content_title_color'], + 'label' => __( 'Content Title', 'gp-premium' ), + 'priority' => 5, + ); + $content_colors[] = array( + 'slug' => 'blog_post_title_color', + 'default' => $defaults['blog_post_title_color'], + 'label' => __( 'Archive Content Title', 'gp-premium' ), + 'priority' => 6, + ); + $content_colors[] = array( + 'slug' => 'blog_post_title_hover_color', + 'default' => $defaults['blog_post_title_hover_color'], + 'label' => __( 'Archive Content Title Hover', 'gp-premium' ), + 'priority' => 7, + ); + $content_colors[] = array( + 'slug' => 'entry_meta_text_color', + 'default' => $defaults['entry_meta_text_color'], + 'label' => __( 'Entry Meta Text', 'gp-premium' ), + 'priority' => 8, + ); + $content_colors[] = array( + 'slug' => 'entry_meta_link_color', + 'default' => $defaults['entry_meta_link_color'], + 'label' => __( 'Entry Meta Links', 'gp-premium' ), + 'priority' => 9, + ); + $content_colors[] = array( + 'slug' => 'entry_meta_link_color_hover', + 'default' => $defaults['entry_meta_link_color_hover'], + 'label' => __( 'Entry Meta Links Hover', 'gp-premium' ), + 'priority' => 10, + ); + $content_colors[] = array( + 'slug' => 'h1_color', + 'default' => $defaults['h1_color'], + 'label' => __( 'Heading 1 (H1) Color', 'gp-premium' ), + 'priority' => 11, + ); + $content_colors[] = array( + 'slug' => 'h2_color', + 'default' => $defaults['h2_color'], + 'label' => __( 'Heading 2 (H2) Color', 'gp-premium' ), + 'priority' => 12, + ); + $content_colors[] = array( + 'slug' => 'h3_color', + 'default' => $defaults['h3_color'], + 'label' => __( 'Heading 3 (H3) Color', 'gp-premium' ), + 'priority' => 13, + ); + + if ( isset( $defaults['h4_color'] ) ) { + $content_colors[] = array( + 'slug' => 'h4_color', + 'default' => $defaults['h4_color'], + 'label' => __( 'Heading 4 (H4) Color', 'gp-premium' ), + 'priority' => 14, + ); + } + + if ( isset( $defaults['h5_color'] ) ) { + $content_colors[] = array( + 'slug' => 'h5_color', + 'default' => $defaults['h5_color'], + 'label' => __( 'Heading 5 (H5) Color', 'gp-premium' ), + 'priority' => 15, + ); + } + + foreach ( $content_colors as $color ) { + $wp_customize->add_setting( + 'generate_settings[' . $color['slug'] . ']', + array( + 'default' => $color['default'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + $color['slug'], + array( + 'label' => $color['label'], + 'section' => 'content_color_section', + 'settings' => 'generate_settings[' . $color['slug'] . ']', + 'priority' => $color['priority'], + ) + ) + ); + } + + // Add Sidebar Widget colors. + $wp_customize->add_section( + 'sidebar_widget_color_section', + array( + 'title' => __( 'Sidebar Widgets', 'gp-premium' ), + 'priority' => 90, + 'panel' => 'generate_colors_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_sidebar_color_shortcuts', + array( + 'section' => 'sidebar_widget_color_section', + 'element' => __( 'Sidebar', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_sidebars', + 'typography' => 'font_widget_section', + 'backgrounds' => 'generate_backgrounds_sidebars', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[sidebar_widget_background_color]', + array( + 'default' => $defaults['sidebar_widget_background_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[sidebar_widget_background_color]', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'sidebar_widget_color_section', + 'settings' => 'generate_settings[sidebar_widget_background_color]', + 'palette' => $palettes, + 'priority' => 1, + ) + ) + ); + + // Add color settings. + $sidebar_widget_colors = array(); + $sidebar_widget_colors[] = array( + 'slug' => 'sidebar_widget_text_color', + 'default' => $defaults['sidebar_widget_text_color'], + 'label' => __( 'Text', 'gp-premium' ), + 'priority' => 2, + ); + $sidebar_widget_colors[] = array( + 'slug' => 'sidebar_widget_link_color', + 'default' => $defaults['sidebar_widget_link_color'], + 'label' => __( 'Link', 'gp-premium' ), + 'priority' => 3, + ); + $sidebar_widget_colors[] = array( + 'slug' => 'sidebar_widget_link_hover_color', + 'default' => $defaults['sidebar_widget_link_hover_color'], + 'label' => __( 'Link Hover', 'gp-premium' ), + 'priority' => 4, + ); + $sidebar_widget_colors[] = array( + 'slug' => 'sidebar_widget_title_color', + 'default' => $defaults['sidebar_widget_title_color'], + 'label' => __( 'Widget Title', 'gp-premium' ), + 'priority' => 5, + ); + + foreach ( $sidebar_widget_colors as $color ) { + $wp_customize->add_setting( + 'generate_settings[' . $color['slug'] . ']', + array( + 'default' => $color['default'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + $color['slug'], + array( + 'label' => $color['label'], + 'section' => 'sidebar_widget_color_section', + 'settings' => 'generate_settings[' . $color['slug'] . ']', + 'priority' => $color['priority'], + ) + ) + ); + } + + // Add Form colors. + $wp_customize->add_section( + 'form_color_section', + array( + 'title' => __( 'Forms', 'gp-premium' ), + 'priority' => 130, + 'panel' => 'generate_colors_panel', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[form_background_color]', + array( + 'default' => $defaults['form_background_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[form_background_color]', + array( + 'label' => __( 'Form Background', 'gp-premium' ), + 'section' => 'form_color_section', + 'settings' => 'generate_settings[form_background_color]', + 'palette' => $palettes, + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[form_background_color_focus]', + array( + 'default' => $defaults['form_background_color_focus'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[form_background_color_focus]', + array( + 'label' => __( 'Form Background Focus', 'gp-premium' ), + 'section' => 'form_color_section', + 'settings' => 'generate_settings[form_background_color_focus]', + 'palette' => $palettes, + 'priority' => 3, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[form_border_color]', + array( + 'default' => $defaults['form_border_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[form_border_color]', + array( + 'label' => __( 'Form Border', 'gp-premium' ), + 'section' => 'form_color_section', + 'settings' => 'generate_settings[form_border_color]', + 'palette' => $palettes, + 'priority' => 5, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[form_border_color_focus]', + array( + 'default' => $defaults['form_border_color_focus'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[form_border_color_focus]', + array( + 'label' => __( 'Form Border Focus', 'gp-premium' ), + 'section' => 'form_color_section', + 'settings' => 'generate_settings[form_border_color_focus]', + 'palette' => $palettes, + 'priority' => 6, + ) + ) + ); + + // Add color settings. + $form_colors = array(); + $form_colors[] = array( + 'slug' => 'form_text_color', + 'default' => $defaults['form_text_color'], + 'label' => __( 'Form Text', 'gp-premium' ), + 'priority' => 2, + ); + $form_colors[] = array( + 'slug' => 'form_text_color_focus', + 'default' => $defaults['form_text_color_focus'], + 'label' => __( 'Form Text Focus', 'gp-premium' ), + 'priority' => 4, + ); + + foreach ( $form_colors as $color ) { + $wp_customize->add_setting( + 'generate_settings[' . $color['slug'] . ']', + array( + 'default' => $color['default'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + $color['slug'], + array( + 'label' => $color['label'], + 'section' => 'form_color_section', + 'settings' => 'generate_settings[' . $color['slug'] . ']', + 'priority' => $color['priority'], + ) + ) + ); + } + + // Add Footer colors. + $wp_customize->add_section( + 'footer_color_section', + array( + 'title' => __( 'Footer', 'gp-premium' ), + 'priority' => 150, + 'panel' => 'generate_colors_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_footer_color_shortcuts', + array( + 'section' => 'footer_color_section', + 'element' => __( 'Footer', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_footer', + 'typography' => 'font_footer_section', + 'backgrounds' => 'generate_backgrounds_footer', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_footer_widgets_title', + array( + 'section' => 'footer_color_section', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Footer Widgets', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[footer_widget_background_color]', + array( + 'default' => $defaults['footer_widget_background_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[footer_widget_background_color]', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'footer_color_section', + 'settings' => 'generate_settings[footer_widget_background_color]', + 'palette' => $palettes, + ) + ) + ); + + // Add color settings. + $footer_widget_colors = array(); + $footer_widget_colors[] = array( + 'slug' => 'footer_widget_text_color', + 'default' => $defaults['footer_widget_text_color'], + 'label' => __( 'Text', 'gp-premium' ), + ); + $footer_widget_colors[] = array( + 'slug' => 'footer_widget_link_color', + 'default' => $defaults['footer_widget_link_color'], + 'label' => __( 'Link', 'gp-premium' ), + ); + $footer_widget_colors[] = array( + 'slug' => 'footer_widget_link_hover_color', + 'default' => $defaults['footer_widget_link_hover_color'], + 'label' => __( 'Link Hover', 'gp-premium' ), + ); + $footer_widget_colors[] = array( + 'slug' => 'footer_widget_title_color', + 'default' => $defaults['footer_widget_title_color'], + 'label' => __( 'Widget Title', 'gp-premium' ), + ); + + foreach ( $footer_widget_colors as $color ) { + $wp_customize->add_setting( + 'generate_settings[' . $color['slug'] . ']', + array( + 'default' => $color['default'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + $color['slug'], + array( + 'label' => $color['label'], + 'section' => 'footer_color_section', + 'settings' => 'generate_settings[' . $color['slug'] . ']', + ) + ) + ); + } + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_footer_title', + array( + 'section' => 'footer_color_section', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Footer Bar', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[footer_background_color]', + array( + 'default' => $defaults['footer_background_color'], + 'type' => 'option', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[footer_background_color]', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'footer_color_section', + 'settings' => 'generate_settings[footer_background_color]', + 'palette' => $palettes, + ) + ) + ); + + // Add color settings. + $footer_colors = array(); + $footer_colors[] = array( + 'slug' => 'footer_text_color', + 'default' => $defaults['footer_text_color'], + 'label' => __( 'Text', 'gp-premium' ), + ); + $footer_colors[] = array( + 'slug' => 'footer_link_color', + 'default' => $defaults['footer_link_color'], + 'label' => __( 'Link', 'gp-premium' ), + ); + $footer_colors[] = array( + 'slug' => 'footer_link_hover_color', + 'default' => $defaults['footer_link_hover_color'], + 'label' => __( 'Link Hover', 'gp-premium' ), + ); + + foreach ( $footer_colors as $color ) { + $wp_customize->add_setting( + 'generate_settings[' . $color['slug'] . ']', + array( + 'default' => $color['default'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + $color['slug'], + array( + 'label' => $color['label'], + 'section' => 'footer_color_section', + 'settings' => 'generate_settings[' . $color['slug'] . ']', + ) + ) + ); + } + + if ( isset( $defaults['back_to_top_background_color'] ) ) { + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_back_to_top_title', + array( + 'section' => 'footer_color_section', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Back to Top Button', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[back_to_top_background_color]', + array( + 'default' => $defaults['back_to_top_background_color'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[back_to_top_background_color]', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'footer_color_section', + 'settings' => 'generate_settings[back_to_top_background_color]', + 'palette' => $palettes, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[back_to_top_text_color]', + array( + 'default' => $defaults['back_to_top_text_color'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[back_to_top_text_color]', + array( + 'label' => __( 'Text', 'gp-premium' ), + 'section' => 'footer_color_section', + 'settings' => 'generate_settings[back_to_top_text_color]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[back_to_top_background_color_hover]', + array( + 'default' => $defaults['back_to_top_background_color_hover'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[back_to_top_background_color_hover]', + array( + 'label' => __( 'Background Hover', 'gp-premium' ), + 'section' => 'footer_color_section', + 'settings' => 'generate_settings[back_to_top_background_color_hover]', + 'palette' => $palettes, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[back_to_top_text_color_hover]', + array( + 'default' => $defaults['back_to_top_text_color_hover'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[back_to_top_text_color_hover]', + array( + 'label' => __( 'Text Hover', 'gp-premium' ), + 'section' => 'footer_color_section', + 'settings' => 'generate_settings[back_to_top_text_color_hover]', + ) + ) + ); + } + } +} + +if ( ! function_exists( 'generate_get_color_setting' ) ) { + /** + * Wrapper function to get our settings + * + * @since 1.3.42 + * @param string $setting The setting to check. + */ + function generate_get_color_setting( $setting ) { + + // Bail if we don't have our color defaults. + if ( ! function_exists( 'generate_get_color_defaults' ) ) { + return; + } + + if ( function_exists( 'generate_get_defaults' ) ) { + $defaults = array_merge( generate_get_defaults(), generate_get_color_defaults() ); + } else { + $defaults = generate_get_color_defaults(); + } + + $generate_settings = wp_parse_args( + get_option( 'generate_settings', array() ), + $defaults + ); + + return $generate_settings[ $setting ]; + } +} + +if ( ! function_exists( 'generate_colors_rgba_to_hex' ) ) { + /** + * Convert RGBA to hex if necessary + * + * @since 1.3.42 + * @param string $rgba The string to convert to hex. + */ + function generate_colors_rgba_to_hex( $rgba ) { + // If it's not rgba, return it. + if ( false === strpos( $rgba, 'rgba' ) ) { + return $rgba; + } + + return substr( $rgba, 0, strrpos( $rgba, ',' ) ) . ')'; + } +} + +if ( ! function_exists( 'generate_get_default_color_palettes' ) ) { + /** + * Set up our colors for the color picker palettes and filter them so you can change them + * + * @since 1.3.42 + */ + function generate_get_default_color_palettes() { + $palettes = array( + generate_colors_rgba_to_hex( generate_get_color_setting( 'link_color' ) ), + generate_colors_rgba_to_hex( generate_get_color_setting( 'background_color' ) ), + generate_colors_rgba_to_hex( generate_get_color_setting( 'navigation_background_color' ) ), + generate_colors_rgba_to_hex( generate_get_color_setting( 'navigation_background_hover_color' ) ), + '#F1C40F', + '#1e72bd', + '#1ABC9C', + '#3498DB', + ); + + return apply_filters( 'generate_default_color_palettes', $palettes ); + } +} + +if ( ! function_exists( 'generate_enqueue_color_palettes' ) ) { + add_action( 'customize_controls_enqueue_scripts', 'generate_enqueue_color_palettes', 1001 ); + /** + * Add our custom color palettes to the color pickers in the Customizer. + * Hooks into 1001 priority to show up after Secondary Nav. + * + * @since 1.3.42 + */ + function generate_enqueue_color_palettes() { + // Old versions of WP don't get nice things. + if ( ! function_exists( 'wp_add_inline_script' ) ) { + return; + } + + // Grab our palette array and turn it into JS. + $palettes = wp_json_encode( generate_get_default_color_palettes() ); + + // Add our custom palettes. + // json_encode takes care of escaping. + wp_add_inline_script( 'wp-color-picker', 'jQuery.wp.wpColorPicker.prototype.options.palettes = ' . $palettes . ';' ); + } +} + +if ( ! function_exists( 'generate_colors_customizer_live_preview' ) ) { + add_action( 'customize_preview_init', 'generate_colors_customizer_live_preview' ); + /** + * Add our live preview javascript. + * + * @since 0.1 + */ + function generate_colors_customizer_live_preview() { + wp_enqueue_script( + 'generate-colors-customizer', + trailingslashit( plugin_dir_url( __FILE__ ) ) . 'js/customizer.js', + array( 'jquery', 'customize-preview' ), + GENERATE_COLORS_VERSION, + true + ); + + wp_register_script( + 'generate-wc-colors-customizer', + trailingslashit( plugin_dir_url( __FILE__ ) ) . 'js/wc-customizer.js', + array( 'jquery', 'customize-preview', 'generate-colors-customizer' ), + GENERATE_COLORS_VERSION, + true + ); + + wp_register_script( + 'generate-menu-plus-colors-customizer', + trailingslashit( plugin_dir_url( __FILE__ ) ) . 'js/menu-plus-customizer.js', + array( 'jquery', 'customize-preview', 'generate-colors-customizer' ), + GENERATE_COLORS_VERSION, + true + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/customizer.js new file mode 100644 index 00000000..a2fb4253 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/customizer.js @@ -0,0 +1,620 @@ +/** + * Theme Customizer enhancements for a better user experience. + * + * Contains handlers to make Theme Customizer preview reload changes asynchronously. + */ +function generate_colors_live_update( id, selector, property, default_value, get_value, settings ) { + default_value = typeof default_value !== 'undefined' ? default_value : 'initial'; + get_value = typeof get_value !== 'undefined' ? get_value : ''; + settings = typeof settings !== 'undefined' ? settings : 'generate_settings'; + wp.customize( settings + '[' + id + ']', function( value ) { + value.bind( function( newval ) { + + // Stop the header link color from applying to the site title. + if ( 'header_link_color' === id || 'header_link_color' === id ) { + jQuery( '.site-header a' ).addClass( 'header-link' ); + jQuery( '.site-header .main-title a' ).removeClass( 'header-link' ); + } + + if ( 'content_link_color' === id || 'content_link_color_hover' === id || 'entry_meta_link_color' === id || 'blog_post_title_color' === id ) { + var content_link = jQuery( '.inside-article a' ); + var meta = jQuery( '.entry-meta a' ); + var title = jQuery( '.entry-title a' ); + + content_link.attr( 'data-content-link-color', true ); + + if ( '' !== wp.customize.value('generate_settings[entry_meta_link_color]')() ) { + meta.attr( 'data-content-link-color', '' ); + } else { + meta.attr( 'data-content-link-color', true ); + } + + if ( '' !== wp.customize.value('generate_settings[blog_post_title_color]')() ) { + title.attr( 'data-content-link-color', '' ); + } else { + title.attr( 'data-content-link-color', true ); + } + } + + default_value = ( '' !== get_value ) ? wp.customize.value('generate_settings[' + get_value + ']')() : default_value; + newval = ( '' !== newval ) ? newval : default_value; + var unique_id = ( 'generate_secondary_nav_settings' == settings ) ? 'secondary_' : ''; + if ( jQuery( 'style#' + unique_id + id ).length ) { + jQuery( 'style#' + unique_id + id ).html( selector + '{' + property + ':' + newval + ';}' ); + } else { + jQuery( 'head' ).append( '' ); + setTimeout(function() { + jQuery( 'style#' + id ).not( ':last' ).remove(); + }, 1000); + } + + } ); + } ); +} + +/** + * Header background color + * Empty: transparent + */ +generate_colors_live_update( 'top_bar_background_color', '.top-bar', 'background-color', 'transparent' ); + +/** + * Header text color + * Empty: text_color + */ +generate_colors_live_update( 'top_bar_text_color', '.top-bar', 'color', '', 'text_color' ); + +/** + * Header link color + * Empty: link_color + */ +generate_colors_live_update( 'top_bar_link_color', '.top-bar a, .top-bar a:visited', 'color', '', 'link_color' ); + +/** + * Header link color hover + * Empty: link_color_hover + */ +generate_colors_live_update( 'top_bar_link_color_hover', '.top-bar a:hover', 'color', '', 'link_color_hover' ); + + +/** + * Header background color + * Empty: transparent + */ +generate_colors_live_update( 'header_background_color', '.site-header', 'background-color', 'transparent' ); + +/** + * Header text color + * Empty: text_color + */ +generate_colors_live_update( 'header_text_color', '.site-header', 'color', '', 'text_color' ); + +/** + * Header link color + * Empty: link_color + */ +generate_colors_live_update( 'header_link_color', '.site-header a.header-link, .site-header a.header-link:visited', 'color', '', 'link_color' ); + +/** + * Header link color hover + * Empty: link_color_hover + */ +generate_colors_live_update( 'header_link_hover_color', '.site-header a.header-link:hover', 'color', '', 'link_color_hover' ); + +/** + * Site title color + * Empty: link_color + */ +generate_colors_live_update( 'site_title_color', '.main-title a,.main-title a:hover,.main-title a:visited,.header-wrap .navigation-stick .main-title a, .header-wrap .navigation-stick .main-title a:hover, .header-wrap .navigation-stick .main-title a:visited', 'color', '', 'link_color' ); + +/** + * Site tagline color + * Empty: text_color + */ +generate_colors_live_update( 'site_tagline_color', '.site-description', 'color', '', 'text_color' ); + +/** + * Main navigation background + * Empty: transparent + */ +generate_colors_live_update( 'navigation_background_color', '.main-navigation', 'background-color', 'transparent' ); + +/** + * Primary navigation text color + * Empty: link_color + */ +generate_colors_live_update( 'navigation_text_color', + '.main-navigation .main-nav ul li a,\ + .menu-toggle,button.menu-toggle:hover,\ + button.menu-toggle:focus,\ + .main-navigation .mobile-bar-items a,\ + .main-navigation .mobile-bar-items a:hover,\ + .main-navigation .mobile-bar-items a:focus,\ + .main-navigation .menu-bar-items', + 'color', '', 'link_color' +); + +/** + * Primary navigation text color hover + * Empty: link_color_hover + */ +generate_colors_live_update( 'navigation_text_hover_color', + '.navigation-search input[type="search"],\ + .navigation-search input[type="search"]:active,\ + .navigation-search input[type="search"]:focus,\ + .main-navigation .main-nav ul li:hover > a,\ + .main-navigation .main-nav ul li:focus > a,\ + .main-navigation .main-nav ul li.sfHover > a,\ + .main-navigation .menu-bar-item:hover a', + 'color', '', 'link_color_hover' +); + +/** + * Primary navigation menu item hover + * Empty: link_color_hover + */ +generate_colors_live_update( 'navigation_background_hover_color', + '.navigation-search input[type="search"],\ + .navigation-search input[type="search"]:focus,\ + .main-navigation .main-nav ul li:hover > a,\ + .main-navigation .main-nav ul li:focus > a,\ + .main-navigation .main-nav ul li.sfHover > a,\ + .main-navigation .menu-bar-item:hover a', + 'background-color', 'transparent' +); + +/** + * Primary sub-navigation color + * Empty: transparent + */ +generate_colors_live_update( 'subnavigation_background_color', '.main-navigation ul ul', 'background-color', 'transparent' ); + +/** + * Primary sub-navigation text color + * Empty: link_color + */ +generate_colors_live_update( 'subnavigation_text_color', '.main-navigation .main-nav ul ul li a', 'color', 'link_color' ); + +/** + * Primary sub-navigation hover + */ +var subnavigation_hover = '.main-navigation .main-nav ul ul li:hover > a, \ + .main-navigation .main-nav ul ul li:focus > a, \ + .main-navigation .main-nav ul ul li.sfHover > a'; + +/** + * Primary sub-navigation text hover + * Empty: link_color_hover + */ +generate_colors_live_update( 'subnavigation_text_hover_color', subnavigation_hover, 'color', '', 'link_color_hover' ); + +/** + * Primary sub-navigation background hover + * Empty: transparent + */ +generate_colors_live_update( 'subnavigation_background_hover_color', subnavigation_hover, 'background-color', 'transparent' ); + +/** + * Navigation current selectors + */ +var navigation_current = '.main-navigation .main-nav ul li[class*="current-menu-"] > a, \ + .main-navigation .main-nav ul li[class*="current-menu-"]:hover > a, \ + .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a'; + +/** + * Primary navigation current text + * Empty: link_color + */ +generate_colors_live_update( 'navigation_text_current_color', navigation_current, 'color', '', 'link_color' ); + +/** + * Primary navigation current text + * Empty: transparent + */ +generate_colors_live_update( 'navigation_background_current_color', navigation_current, 'background-color', 'transparent' ); + +/** + * Primary sub-navigation current selectors + */ +var subnavigation_current = '.main-navigation .main-nav ul ul li[class*="current-menu-"] > a,\ + .main-navigation .main-nav ul ul li[class*="current-menu-"]:hover > a, \ + .main-navigation .main-nav ul ul li[class*="current-menu-"].sfHover > a'; + +/** + * Primary sub-navigation current text + * Empty: link_color + */ +generate_colors_live_update( 'subnavigation_text_current_color', subnavigation_current, 'color', '', 'link_color' ); + +/** + * Primary navigation current item background + * Empty: transparent + */ +generate_colors_live_update( 'subnavigation_background_current_color', subnavigation_current, 'background-color', 'transparent' ); + +/** + * Secondary navigation background + * Empty: transparent + */ +generate_colors_live_update( 'navigation_background_color', '.secondary-navigation', 'background-color', 'transparent', '', 'generate_secondary_nav_settings' ); + +/** + * Secondary navigation text color + * Empty: link_color + */ +generate_colors_live_update( 'navigation_text_color', + '.secondary-navigation .main-nav ul li a,\ + .secondary-navigation .menu-toggle,\ + button.secondary-menu-toggle:hover,\ + button.secondary-menu-toggle:focus, \ + .secondary-navigation .top-bar, \ + .secondary-navigation .top-bar a,\ + .secondary-menu-bar-items,\ + .secondary-menu-bar-items .menu-bar-item > a', + 'color', '', 'link_color', 'generate_secondary_nav_settings' +); + +/** + * Navigation search + */ +wp.customize( 'generate_settings[navigation_search_background_color]', function( value ) { + value.bind( function( newval ) { + if ( jQuery( 'style#navigation_search_background_color' ).length ) { + jQuery( 'style#navigation_search_background_color' ).html( '.navigation-search input[type="search"],.navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus, .main-navigation .main-nav ul li.search-item.active > a, .main-navigation .menu-bar-items .search-item.active > a{background-color:' + newval + ';}' ); + } else { + jQuery( 'head' ).append( '' ); + setTimeout(function() { + jQuery( 'style#navigation_search_background_color' ).not( ':last' ).remove(); + }, 1000); + } + + if ( jQuery( 'style#navigation_search_background_opacity' ).length ) { + if ( newval ) { + jQuery( 'style#navigation_search_background_opacity' ).html( '.navigation-search input{opacity: 1;}' ); + } else { + jQuery( 'style#navigation_search_background_opacity' ).html( '.navigation-search input{opacity: 0.9;}' ); + } + } else { + if ( newval ) { + jQuery( 'head' ).append( '' ); + } + + setTimeout(function() { + jQuery( 'style#navigation_search_background_opacity' ).not( ':last' ).remove(); + }, 1000); + } + } ); +} ); + +generate_colors_live_update( 'navigation_search_text_color', '.navigation-search input[type="search"],.navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus, .main-navigation .main-nav ul li.search-item.active > a, .main-navigation .menu-bar-items .search-item.active > a', 'color', '' ); + +/** + * Secondary navigation text color hover + * Empty: link_color_hover + */ +generate_colors_live_update( 'navigation_text_hover_color', + '.secondary-navigation .main-nav ul li:hover > a, \ + .secondary-navigation .main-nav ul li:focus > a, \ + .secondary-navigation .main-nav ul li.sfHover > a,\ + .secondary-menu-bar-items .menu-bar-item:hover > a', + 'color', '', 'link_color_hover', 'generate_secondary_nav_settings' +); + +/** + * Secondary navigation menu item hover + * Empty: link_color_hover + */ +generate_colors_live_update( 'navigation_background_hover_color', + '.secondary-navigation .main-nav ul li:hover > a, \ + .secondary-navigation .main-nav ul li:focus > a, \ + .secondary-navigation .main-nav ul li.sfHover > a, \ + .secondary-menu-bar-items .menu-bar-item:hover > a', + 'background-color', 'transparent', '', 'generate_secondary_nav_settings' +); + +/** + * Secondary navigation top bar link hover + */ +wp.customize( 'generate_secondary_nav_settings[navigation_background_hover_color]', function( value ) { + value.bind( function( newval ) { + if ( jQuery( 'style#secondary_nav_top_bar_hover' ).length ) { + jQuery( 'style#secondary_nav_top_bar_hover' ).html( '.secondary-navigation .top-bar a:hover,.secondary-navigation .top-bar a:focus{color:' + newval + ';}' ); + } else { + jQuery( 'head' ).append( '' ); + setTimeout(function() { + jQuery( 'style#secondary_nav_top_bar_hover' ).not( ':last' ).remove(); + }, 1000); + } + } ); +} ); + +generate_colors_live_update( 'navigation_top_bar_hover_color', + '.secondary-navigation .top-bar a:hover, \ + .secondary-navigation .top-bar a:focus', + 'color', 'transparent', '', 'generate_secondary_nav_settings' +); + +/** + * Secondary sub-navigation color + * Empty: transparent + */ +generate_colors_live_update( 'subnavigation_background_color', '.secondary-navigation ul ul', 'background-color', 'transparent', '', 'generate_secondary_nav_settings' ); + +/** + * Secondary sub-navigation text color + * Empty: link_color + */ +generate_colors_live_update( 'subnavigation_text_color', '.secondary-navigation .main-nav ul ul li a', 'color', '', 'link_color', 'generate_secondary_nav_settings' ); + +/** + * Secondary sub-navigation hover + */ +var secondary_subnavigation_hover = '.secondary-navigation .main-nav ul ul li > a:hover, \ + .secondary-navigation .main-nav ul ul li:focus > a, \ + .secondary-navigation .main-nav ul ul li.sfHover > a'; + +/** + * Secondary sub-navigation text hover + * Empty: link_color_hover + */ +generate_colors_live_update( 'subnavigation_text_hover_color', secondary_subnavigation_hover, 'color', '', 'link_color_hover', 'generate_secondary_nav_settings' ); + +/** + * Secondary sub-navigation background hover + * Empty: transparent + */ +generate_colors_live_update( 'subnavigation_background_hover_color', secondary_subnavigation_hover, 'background-color', 'transparent', '', 'generate_secondary_nav_settings' ); + +/** + * Secondary navigation current selectors + */ +var secondary_navigation_current = '.secondary-navigation .main-nav ul li[class*="current-menu-"] > a, \ + .secondary-navigation .main-nav ul li[class*="current-menu-"]:hover > a, \ + .secondary-navigation .main-nav ul li[class*="current-menu-"].sfHover > a'; + +/** + * Secondary navigation current text + * Empty: link_color + */ +generate_colors_live_update( 'navigation_text_current_color', secondary_navigation_current, 'color', '', 'link_color', 'generate_secondary_nav_settings' ); + +/** + * Secondary navigation current text + * Empty: transparent + */ +generate_colors_live_update( 'navigation_background_current_color', secondary_navigation_current, 'background-color', 'transparent', '', 'generate_secondary_nav_settings' ); + +/** + * Secondary sub-navigation current selectors + */ +var secondary_subnavigation_current = '.secondary-navigation .main-nav ul ul li[class*="current-menu-"] > a,\ + .secondary-navigation .main-nav ul ul li[class*="current-menu-"]:hover > a, \ + .secondary-navigation .main-nav ul ul li[class*="current-menu-"].sfHover > a'; + +/** + * Secondary sub-navigation current text + * Empty: link_color + */ +generate_colors_live_update( 'subnavigation_text_current_color', secondary_subnavigation_current, 'color', '', 'link_color', 'generate_secondary_nav_settings' ); + +/** + * Primary navigation current item background + * Empty: transparent + */ +generate_colors_live_update( 'subnavigation_background_current_color', secondary_subnavigation_current, 'background-color', 'transparent', '', 'generate_secondary_nav_settings' ); + +/** + * Content selectors + */ +var content = '.separate-containers .inside-article,\ + .separate-containers .comments-area,\ + .separate-containers .page-header,\ + .one-container .container,\ + .separate-containers .paging-navigation,\ + .inside-page-header'; + +/** + * Content background + * Empty: transparent + */ +generate_colors_live_update( 'content_background_color', content, 'background-color', 'transparent' ); + +/** + * Content text color + * Empty: text_color + */ +generate_colors_live_update( 'content_text_color', content, 'color', '', 'text_color' ); + +/** + * Content links + * Empty: link_color + */ +generate_colors_live_update( 'content_link_color', + '.inside-article a:not(.button):not(.wp-block-button__link)[data-content-link-color=true], \ + .inside-article a:not(.button):not(.wp-block-button__link)[data-content-link-color=true]:visited,\ + .paging-navigation a,\ + .paging-navigation a:visited,\ + .comments-area a,\ + .comments-area a:visited,\ + .page-header a,\ + .page-header a:visited', + 'color', '', 'link_color' +); + +/** + * Content links on hover + * Empty: link_color_hover + */ +generate_colors_live_update( 'content_link_hover_color', + '.inside-article a:not(.button):not(.wp-block-button__link)[data-content-link-color=true]:hover,\ + .paging-navigation a:hover,\ + .comments-area a:hover,\ + .page-header a:hover', + 'color', '', 'link_color_hover' +); + +generate_colors_live_update( 'content_title_color', '.entry-header h1,.page-header h1', 'color', 'inherit', 'text_color' ); +generate_colors_live_update( 'blog_post_title_color', '.entry-title a,.entry-title a:visited', 'color', '', 'link_color' ); +generate_colors_live_update( 'blog_post_title_hover_color', '.entry-title a:hover', 'color', '', 'link_color_hover' ); +generate_colors_live_update( 'entry_meta_text_color', '.entry-meta', 'color', '', 'text_color' ); +generate_colors_live_update( 'entry_meta_link_color', '.entry-meta a, .entry-meta a:visited', 'color', '', 'link_color' ); +generate_colors_live_update( 'entry_meta_link_color_hover', '.entry-meta a:hover', 'color', '', 'link_color_hover' ); +generate_colors_live_update( 'h1_color', 'h1', 'color', '', 'text_color' ); +generate_colors_live_update( 'h2_color', 'h2', 'color', '', 'text_color' ); +generate_colors_live_update( 'h3_color', 'h3', 'color', '', 'text_color' ); +generate_colors_live_update( 'h4_color', 'h4', 'color', '', 'text_color' ); +generate_colors_live_update( 'h5_color', 'h5', 'color', '', 'text_color' ); +generate_colors_live_update( 'sidebar_widget_background_color', '.sidebar .widget', 'background-color', 'transparent' ); +generate_colors_live_update( 'sidebar_widget_text_color', '.sidebar .widget', 'color', '', 'text_color' ); +generate_colors_live_update( 'sidebar_widget_link_color', '.sidebar .widget a, .sidebar .widget a:visited', 'color', '', 'link_color' ); +generate_colors_live_update( 'sidebar_widget_link_hover_color', '.sidebar .widget a:hover', 'color', '', 'link_color_hover' ); +generate_colors_live_update( 'sidebar_widget_title_color', '.sidebar .widget .widget-title', 'color', '', 'text_color' ); +generate_colors_live_update( 'footer_widget_background_color', '.footer-widgets', 'background-color', 'transparent' ); +generate_colors_live_update( 'footer_widget_text_color', '.footer-widgets', 'color', '', 'text_color' ); +generate_colors_live_update( 'footer_widget_link_color', '.footer-widgets a, .footer-widgets a:visited', 'color', '', 'link_color' ); +generate_colors_live_update( 'footer_widget_link_hover_color', '.footer-widgets a:hover', 'color', '', 'link_color_hover' ); +generate_colors_live_update( 'footer_widget_title_color', '.footer-widgets .widget-title', 'color', '', 'text_color' ); +generate_colors_live_update( 'footer_background_color', '.site-info', 'background-color', 'transparent' ); +generate_colors_live_update( 'footer_text_color', '.site-info', 'color', '', 'text_color' ); +generate_colors_live_update( 'footer_link_color', '.site-info a, .site-info a:visited', 'color', '', 'link_color' ); +generate_colors_live_update( 'footer_link_hover_color', '.site-info a:hover', 'color', '', 'link_color_hover' ); + +/** + * Form selectors + */ +var forms = 'input[type="text"], \ + input[type="email"], \ + input[type="url"], \ + input[type="password"], \ + input[type="search"], \ + input[type="number"], \ + input[type="tel"], \ + textarea, \ + select'; + +/** + * Form background + * Empty: inherit + */ +generate_colors_live_update( 'form_background_color', forms, 'background-color', 'inherit' ); + +/** + * Border color + * Empty: inherit + */ +generate_colors_live_update( 'form_border_color', forms, 'border-color' ); + +/** + * Form text color + * Empty: text_color + */ +generate_colors_live_update( 'form_text_color', forms, 'color', '', 'text_color' ); + +/** + * Form background on focus selectors + * Empty: inherit + */ +var forms_focus = 'input[type="text"]:focus, \ + input[type="email"]:focus, \ + input[type="url"]:focus, \ + input[type="password"]:focus, \ + input[type="search"]:focus,\ + input[type="number"]:focus,\ + input[type="tel"]:focus, \ + textarea:focus, \ + select:focus'; + +/** + * Form background color on focus + * Empty: initial + */ +generate_colors_live_update( 'form_background_color_focus', forms_focus, 'background-color' ); + +/** + * Form text color on focus + * Empty: initial + */ +generate_colors_live_update( 'form_text_color_focus', forms_focus, 'color' ); + +/** + * Form border color on focus + * Empty: initial + */ +generate_colors_live_update( 'form_border_color_focus', forms_focus, 'border-color' ); + +/** + * Button selectors + */ +var button = 'button, \ + html input[type="button"], \ + input[type="reset"], \ + input[type="submit"],\ + a.button,\ + a.button:visited,\ + a.wp-block-button__link:not(.has-background)'; + +/** + * Button background + * Empty: initial + */ +generate_colors_live_update( 'form_button_background_color', button, 'background-color' ); + +/** + * Button text + * Empty: initial + */ +generate_colors_live_update( 'form_button_text_color', button, 'color' ); + +/** + * Button on hover/focus selectors + * Empty: initial + */ +var button_hover = 'button:hover, \ + html input[type="button"]:hover, \ + input[type="reset"]:hover, \ + input[type="submit"]:hover,\ + a.button:hover,\ + button:focus, \ + html input[type="button"]:focus, \ + input[type="reset"]:focus, \ + input[type="submit"]:focus,\ + a.button:focus,\ + a.wp-block-button__link:not(.has-background):active,\ + a.wp-block-button__link:not(.has-background):focus,\ + a.wp-block-button__link:not(.has-background):hover'; + +/** + * Button color on hover + * Empty: initial + */ +generate_colors_live_update( 'form_button_background_color_hover', button_hover, 'background-color' ); + +/** + * Button text color on hover + * Empty: initial + */ +generate_colors_live_update( 'form_button_text_color_hover', button_hover, 'color' ); + +/** + * Back to top background color + * Empty: transparent + */ +generate_colors_live_update( 'back_to_top_background_color', 'a.generate-back-to-top', 'background-color', 'transparent' ); + +/** + * Back to top text color + * Empty: text_color + */ +generate_colors_live_update( 'back_to_top_text_color', 'a.generate-back-to-top', 'color', '', 'text_color' ); + +/** + * Back to top background color hover + * Empty: transparent + */ +generate_colors_live_update( 'back_to_top_background_color_hover', 'a.generate-back-to-top:hover,a.generate-back-to-top:focus', 'background-color', 'transparent' ); + +/** + * Back to top text color hover + * Empty: text_color + */ +generate_colors_live_update( 'back_to_top_text_color_hover', 'a.generate-back-to-top:hover,a.generate-back-to-top:focus', 'color', '', 'text_color' ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/menu-plus-customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/menu-plus-customizer.js new file mode 100644 index 00000000..f74fa31e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/menu-plus-customizer.js @@ -0,0 +1,102 @@ +/** + * Main navigation background + * Empty: transparent + */ +generate_colors_live_update( 'slideout_background_color', '.main-navigation.slideout-navigation', 'background-color', '' ); + +/** + * Primary navigation text color + * Empty: link_color + */ +generate_colors_live_update( 'slideout_text_color', '.slideout-navigation.main-navigation .main-nav ul li a, .slideout-navigation a, .slideout-navigation', 'color', '' ); + +/** + * Primary navigation text color hover + * Empty: link_color_hover + */ +generate_colors_live_update( 'slideout_text_hover_color', + '.slideout-navigation.main-navigation .main-nav ul li:hover > a,\ + .slideout-navigation.main-navigation .main-nav ul li:focus > a,\ + .slideout-navigation.main-navigation .main-nav ul li.sfHover > a', + 'color', '' +); + +/** + * Primary navigation menu item hover + * Empty: link_color_hover + */ +generate_colors_live_update( 'slideout_background_hover_color', + '.slideout-navigation.main-navigation .main-nav ul li:hover > a,\ + .slideout-navigation.main-navigation .main-nav ul li:focus > a,\ + .slideout-navigation.main-navigation .main-nav ul li.sfHover > a', + 'background-color', 'transparent' +); + +/** + * Primary sub-navigation color + * Empty: transparent + */ +generate_colors_live_update( 'slideout_submenu_background_color', '.slideout-navigation.main-navigation ul ul', 'background-color', '' ); + +/** + * Primary sub-navigation text color + * Empty: link_color + */ +generate_colors_live_update( 'slideout_submenu_text_color', '.slideout-navigation.main-navigation .main-nav ul ul li a', 'color', '' ); + +/** + * Primary sub-navigation hover + */ +var slideout_submenu_hover = '.slideout-navigation.main-navigation .main-nav ul ul li:hover > a,\ + .slideout-navigation.main-navigation .main-nav ul ul li:focus > a,\ + .slideout-navigation.main-navigation .main-nav ul ul li.sfHover > a'; + +/** + * Primary sub-navigation text hover + * Empty: link_color_hover + */ +generate_colors_live_update( 'slideout_submenu_text_hover_color', slideout_submenu_hover, 'color', '' ); + +/** + * Primary sub-navigation background hover + * Empty: transparent + */ +generate_colors_live_update( 'slideout_submenu_background_hover_color', slideout_submenu_hover, 'background-color', '' ); + +/** + * Navigation current selectors + */ +var slideout_current = '.slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] > a,\ + .slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,\ + .slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a'; + +/** + * Primary navigation current text + * Empty: link_color + */ +generate_colors_live_update( 'slideout_text_current_color', slideout_current, 'color', '' ); + +/** + * Primary navigation current text + * Empty: transparent + */ +generate_colors_live_update( 'slideout_background_current_color', slideout_current, 'background-color' ); + +/** + * Primary sub-navigation current selectors + */ +var slideout_submenu_current = '.slideout-navigation.main-navigation .main-nav ul ul li[class*="current-menu-"] > a,\ + .slideout-navigation.main-navigation .main-nav ul ul li[class*="current-menu-"] > a:hover,\ + .slideout-navigation.main-navigation .main-nav ul ul li[class*="current-menu-"].sfHover > a'; + +/** + * Primary sub-navigation current text + * Empty: link_color + */ +generate_colors_live_update( 'slideout_submenu_text_current_color', slideout_submenu_current, 'color', '' ); + +/** + * Primary navigation current item background + * Empty: transparent + */ +generate_colors_live_update( 'slideout_submenu_background_current_color', slideout_submenu_current, 'background-color' ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/wc-customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/wc-customizer.js new file mode 100644 index 00000000..b694f300 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/wc-customizer.js @@ -0,0 +1,161 @@ +/** + * WooCommerce link color + */ +generate_colors_live_update( 'wc_product_title_color', '.woocommerce ul.products li.product .woocommerce-LoopProduct-link', 'color', '', 'link_color' ); +generate_colors_live_update( 'wc_product_title_color_hover', '.woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover', 'color', '', 'link_color_hover' ); + +/** + * WooCommerce primary button + */ +var wc_button = '.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, button, \ + html input[type="button"], \ + input[type="reset"], \ + input[type="submit"],\ + .button,\ + .button:visited'; +generate_colors_live_update( 'form_button_background_color', wc_button, 'background-color' ); +generate_colors_live_update( 'form_button_text_color', wc_button, 'color' ); + +/** + * WooCommerce primary button hover + */ +var wc_button_hover = '.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,button:hover, \ + html input[type="button"]:hover, \ + input[type="reset"]:hover, \ + input[type="submit"]:hover,\ + .button:hover,\ + button:focus, \ + html input[type="button"]:focus, \ + input[type="reset"]:focus, \ + input[type="submit"]:focus,\ + .button:focus'; +generate_colors_live_update( 'form_button_background_color_hover', wc_button_hover, 'background-color' ); +generate_colors_live_update( 'form_button_text_color_hover', wc_button_hover, 'color' ); + +/** + * WooCommerce alt button + */ +var wc_alt_button = '.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt'; +generate_colors_live_update( 'wc_alt_button_background', wc_alt_button, 'background-color' ); +generate_colors_live_update( 'wc_alt_button_text', wc_alt_button, 'color' ); + +/** + * WooCommerce alt button hover + */ +var wc_alt_button_hover = '.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover'; +generate_colors_live_update( 'wc_alt_button_background_hover', wc_alt_button_hover, 'background-color' ); +generate_colors_live_update( 'wc_alt_button_text_hover', wc_alt_button_hover, 'color' ); + +/** + * WooCommerce star ratings + */ +var wc_stars = '.woocommerce .star-rating span:before, .woocommerce .star-rating:before'; +generate_colors_live_update( 'wc_rating_stars', wc_stars, 'color' ); + +/** + * WooCommerce sale sticker + */ +var wc_sale_sticker = '.woocommerce span.onsale'; +generate_colors_live_update( 'wc_sale_sticker_background', wc_sale_sticker, 'background-color' ); +generate_colors_live_update( 'wc_sale_sticker_text', wc_sale_sticker, 'color' ); + +/** + * WooCommerce price + */ +var wc_price = '.woocommerce ul.products li.product .price, .woocommerce div.product p.price'; +generate_colors_live_update( 'wc_price_color', wc_price, 'color' ); + +/** + * WooCommerce product tab text + */ +var wc_product_tab = '.woocommerce div.product .woocommerce-tabs ul.tabs li a'; +generate_colors_live_update( 'wc_product_tab', wc_product_tab, 'color' ); + +/** + * WooCommerce product tab text highlight/active + */ +var wc_product_tab_active = '.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a'; +generate_colors_live_update( 'wc_product_tab_highlight', wc_product_tab_active, 'color' ); + +/** + * WooCommerce success message + */ +var wc_success_message = '.woocommerce-message'; +generate_colors_live_update( 'wc_success_message_background', wc_success_message, 'background-color' ); +generate_colors_live_update( 'wc_success_message_text', wc_success_message + ', div.woocommerce-message a.button, div.woocommerce-message a.button:focus, div.woocommerce-message a.button:hover, div.woocommerce-message a, div.woocommerce-message a:focus, div.woocommerce-message a:hover', 'color' ); + +/** + * WooCommerce info message + */ +var wc_info_message = '.woocommerce-info'; +generate_colors_live_update( 'wc_info_message_background', wc_info_message, 'background-color' ); +generate_colors_live_update( 'wc_info_message_text', wc_info_message + ', div.woocommerce-info a.button, div.woocommerce-info a.button:focus, div.woocommerce-info a.button:hover, div.woocommerce-info a, div.woocommerce-info a:focus, div.woocommerce-info a:hover', 'color' ); + +/** + * WooCommerce error message + */ +var wc_error_message = '.woocommerce-error'; +generate_colors_live_update( 'wc_error_message_background', wc_error_message, 'background-color' ); +generate_colors_live_update( 'wc_error_message_text', wc_error_message + ', div.woocommerce-error a.button, div.woocommerce-error a.button:focus, div.woocommerce-error a.button:hover, div.woocommerce-error a, div.woocommerce-error a:focus, div.woocommerce-error a:hover', 'color' ); + +/** + * Menu Mini Cart + */ +generate_colors_live_update( 'wc_mini_cart_background_color', '#wc-mini-cart', 'background-color' ); +generate_colors_live_update( 'wc_mini_cart_text_color', '#wc-mini-cart,#wc-mini-cart a:not(.button), #wc-mini-cart a.remove', 'color' ); + +generate_colors_live_update( 'wc_mini_cart_button_background', '#wc-mini-cart .button.checkout', 'background-color' ); +generate_colors_live_update( 'wc_mini_cart_button_text', '#wc-mini-cart .button.checkout', 'color' ); + +generate_colors_live_update( 'wc_mini_cart_button_background_hover', '#wc-mini-cart .button.checkout:hover, #wc-mini-cart .button.checkout:focus, #wc-mini-cart .button.checkout:active', 'background-color' ); +generate_colors_live_update( 'wc_mini_cart_button_text_hover', '#wc-mini-cart .button.checkout:hover, #wc-mini-cart .button.checkout:focus, #wc-mini-cart .button.checkout:active', 'color' ); + +/** + * Sticky panel cart button + */ + generate_colors_live_update( 'wc_panel_cart_background_color', '.add-to-cart-panel', 'background-color' ); + generate_colors_live_update( 'wc_panel_cart_text_color', '.add-to-cart-panel, .add-to-cart-panel a:not(.button)', 'color' ); + + generate_colors_live_update( 'wc_panel_cart_button_background', '#wc-sticky-cart-panel .button', 'background-color' ); + generate_colors_live_update( 'wc_panel_cart_button_text', '#wc-sticky-cart-panel .button', 'color' ); + + generate_colors_live_update( 'wc_panel_cart_button_background_hover', '#wc-sticky-cart-panel .button:hover, #wc-sticky-cart-panel .button:focus, #wc-sticky-cart-panel .button:active', 'background-color' ); + generate_colors_live_update( 'wc_panel_cart_button_text_hover', '#wc-sticky-cart-panel .button:hover, #wc-sticky-cart-panel .button:focus, #wc-sticky-cart-panel .button:active', 'color' ); + +/** + * Price slider bar + */ +generate_colors_live_update( 'wc_price_slider_background_color', '.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content', 'background-color' ); +generate_colors_live_update( 'wc_price_slider_bar_color', '.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle', 'background-color' ); + +// Archive product description text +wp.customize( 'generate_settings[text_color]', function( value ) { + value.bind( function( newval ) { + if ( ! wp.customize.value('generate_settings[content_text_color]')() ) { + if ( jQuery( 'style#wc_desc_color' ).length ) { + jQuery( 'style#wc_desc_color' ).html( '.woocommerce-product-details__short-description{color:' + newval + ';}' ); + } else { + jQuery( 'head' ).append( '' ); + setTimeout(function() { + jQuery( 'style#wc_desc_color' ).not( ':last' ).remove(); + }, 1000); + } + } + } ); +} ); + +wp.customize( 'generate_settings[content_text_color]', function( value ) { + value.bind( function( newval ) { + if ( '' == newval ) { + newval = wp.customize.value('generate_settings[text_color]')(); + } + if ( jQuery( 'style#wc_desc_color' ).length ) { + jQuery( 'style#wc_desc_color' ).html( '.woocommerce-product-details__short-description{color:' + newval + ';}' ); + } else { + jQuery( 'head' ).append( '' ); + setTimeout(function() { + jQuery( 'style#wc_desc_color' ).not( ':last' ).remove(); + }, 1000); + } + } ); +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/secondary-nav-colors.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/secondary-nav-colors.php new file mode 100644 index 00000000..7c3ee911 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/secondary-nav-colors.php @@ -0,0 +1,403 @@ +get_section( 'secondary_nav_section' ) ) { + return; + } + + // Bail if we don't have our color defaults. + if ( ! function_exists( 'generate_secondary_nav_get_defaults' ) ) { + return; + } + + // Add our controls. + require_once GP_LIBRARY_DIRECTORY . 'customizer-helpers.php'; + + // Get our defaults. + $defaults = generate_secondary_nav_get_defaults(); + + // Add control types so controls can be built using JS. + if ( method_exists( $wp_customize, 'register_control_type' ) ) { + $wp_customize->register_control_type( 'GeneratePress_Alpha_Color_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Title_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Section_Shortcut_Control' ); + } + + // Get our palettes. + $palettes = generate_get_default_color_palettes(); + + // Add Secondary Navigation section. + $wp_customize->add_section( + 'secondary_navigation_color_section', + array( + 'title' => __( 'Secondary Navigation', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 71, + 'panel' => 'generate_colors_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_secondary_navigation_color_shortcuts', + array( + 'section' => 'secondary_navigation_color_section', + 'element' => __( 'Secondary Navigation', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'secondary_nav_section', + 'typography' => 'secondary_font_section', + 'backgrounds' => 'secondary_bg_images_section', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_secondary_navigation_items', + array( + 'section' => 'secondary_navigation_color_section', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Parent Items', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + // Background. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[navigation_background_color]', + array( + 'default' => $defaults['navigation_background_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'secondary_navigation_background_color', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'secondary_navigation_color_section', + 'settings' => 'generate_secondary_nav_settings[navigation_background_color]', + 'palette' => $palettes, + ) + ) + ); + + // Text. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[navigation_text_color]', + array( + 'default' => $defaults['navigation_text_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'secondary_navigation_text_color', + array( + 'label' => __( 'Text', 'gp-premium' ), + 'section' => 'secondary_navigation_color_section', + 'settings' => 'generate_secondary_nav_settings[navigation_text_color]', + ) + ) + ); + + // Background hover. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[navigation_background_hover_color]', + array( + 'default' => $defaults['navigation_background_hover_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'secondary_navigation_background_hover_color', + array( + 'label' => __( 'Background Hover', 'gp-premium' ), + 'section' => 'secondary_navigation_color_section', + 'settings' => 'generate_secondary_nav_settings[navigation_background_hover_color]', + 'palette' => $palettes, + ) + ) + ); + + // Text hover. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[navigation_text_hover_color]', + array( + 'default' => $defaults['navigation_text_hover_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'secondary_navigation_text_hover_color', + array( + 'label' => __( 'Text Hover', 'gp-premium' ), + 'section' => 'secondary_navigation_color_section', + 'settings' => 'generate_secondary_nav_settings[navigation_text_hover_color]', + ) + ) + ); + + // Background current. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[navigation_background_current_color]', + array( + 'default' => $defaults['navigation_background_current_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'secondary_navigation_background_current_color', + array( + 'label' => __( 'Background Current', 'gp-premium' ), + 'section' => 'secondary_navigation_color_section', + 'settings' => 'generate_secondary_nav_settings[navigation_background_current_color]', + 'palette' => $palettes, + ) + ) + ); + + // Text current. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[navigation_text_current_color]', + array( + 'default' => $defaults['navigation_text_current_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'secondary_navigation_text_current_color', + array( + 'label' => __( 'Text Current', 'gp-premium' ), + 'section' => 'secondary_navigation_color_section', + 'settings' => 'generate_secondary_nav_settings[navigation_text_current_color]', + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_secondary_navigation_sub_menu_items', + array( + 'section' => 'secondary_navigation_color_section', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Sub-Menu Items', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + // Background. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[subnavigation_background_color]', + array( + 'default' => $defaults['subnavigation_background_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'secondary_subnavigation_background_color', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'secondary_navigation_color_section', + 'settings' => 'generate_secondary_nav_settings[subnavigation_background_color]', + 'palette' => $palettes, + ) + ) + ); + + // Text. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[subnavigation_text_color]', + array( + 'default' => $defaults['subnavigation_text_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'secondary_subnavigation_text_color', + array( + 'label' => __( 'Text', 'gp-premium' ), + 'section' => 'secondary_navigation_color_section', + 'settings' => 'generate_secondary_nav_settings[subnavigation_text_color]', + ) + ) + ); + + // Background hover. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[subnavigation_background_hover_color]', + array( + 'default' => $defaults['subnavigation_background_hover_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'secondary_subnavigation_background_hover_color', + array( + 'label' => __( 'Background Hover', 'gp-premium' ), + 'section' => 'secondary_navigation_color_section', + 'settings' => 'generate_secondary_nav_settings[subnavigation_background_hover_color]', + 'palette' => $palettes, + ) + ) + ); + + // Text hover. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[subnavigation_text_hover_color]', + array( + 'default' => $defaults['subnavigation_text_hover_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'secondary_subnavigation_text_hover_color', + array( + 'label' => __( 'Text Hover', 'gp-premium' ), + 'section' => 'secondary_navigation_color_section', + 'settings' => 'generate_secondary_nav_settings[subnavigation_text_hover_color]', + ) + ) + ); + + // Background current. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[subnavigation_background_current_color]', + array( + 'default' => $defaults['subnavigation_background_current_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'secondary_subnavigation_background_current_color', + array( + 'label' => __( 'Background Current', 'gp-premium' ), + 'section' => 'secondary_navigation_color_section', + 'settings' => 'generate_secondary_nav_settings[subnavigation_background_current_color]', + 'palette' => $palettes, + ) + ) + ); + + // Text current. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[subnavigation_text_current_color]', + array( + 'default' => $defaults['subnavigation_text_current_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'secondary_subnavigation_text_current_color', + array( + 'label' => __( 'Text Current', 'gp-premium' ), + 'section' => 'secondary_navigation_color_section', + 'settings' => 'generate_secondary_nav_settings[subnavigation_text_current_color]', + ) + ) + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/slideout-nav-colors.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/slideout-nav-colors.php new file mode 100644 index 00000000..f479dd6e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/slideout-nav-colors.php @@ -0,0 +1,400 @@ +get_section( 'menu_plus_slideout_menu' ) ) { + return; + } + + // Bail if we don't have our color defaults. + if ( ! function_exists( 'generate_get_color_defaults' ) ) { + return; + } + + // Add our controls. + require_once GP_LIBRARY_DIRECTORY . 'customizer-helpers.php'; + + // Get our defaults. + $defaults = generate_get_color_defaults(); + + // Add control types so controls can be built using JS. + if ( method_exists( $wp_customize, 'register_control_type' ) ) { + $wp_customize->register_control_type( 'GeneratePress_Alpha_Color_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Section_Shortcut_Control' ); + } + + // Get our palettes. + $palettes = generate_get_default_color_palettes(); + + // Add Secondary Navigation section. + $wp_customize->add_section( + 'slideout_color_section', + array( + 'title' => __( 'Off Canvas Panel', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 73, + 'panel' => 'generate_colors_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_off_canvas_color_shortcuts', + array( + 'section' => 'slideout_color_section', + 'element' => __( 'Off Canvas Panel', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'menu_plus_slideout_menu', + 'typography' => 'generate_slideout_typography', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_slideout_navigation_items', + array( + 'section' => 'slideout_color_section', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Parent Menu Items', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + // Background. + $wp_customize->add_setting( + 'generate_settings[slideout_background_color]', + array( + 'default' => $defaults['slideout_background_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[slideout_background_color]', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'slideout_color_section', + 'settings' => 'generate_settings[slideout_background_color]', + 'palette' => $palettes, + ) + ) + ); + + // Text. + $wp_customize->add_setting( + 'generate_settings[slideout_text_color]', + array( + 'default' => $defaults['slideout_text_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[slideout_text_color]', + array( + 'label' => __( 'Text', 'gp-premium' ), + 'section' => 'slideout_color_section', + 'settings' => 'generate_settings[slideout_text_color]', + ) + ) + ); + + // Background hover. + $wp_customize->add_setting( + 'generate_settings[slideout_background_hover_color]', + array( + 'default' => $defaults['slideout_background_hover_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[slideout_background_hover_color]', + array( + 'label' => __( 'Background Hover', 'gp-premium' ), + 'section' => 'slideout_color_section', + 'settings' => 'generate_settings[slideout_background_hover_color]', + 'palette' => $palettes, + ) + ) + ); + + // Text hover. + $wp_customize->add_setting( + 'generate_settings[slideout_text_hover_color]', + array( + 'default' => $defaults['slideout_text_hover_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[slideout_text_hover_color]', + array( + 'label' => __( 'Text Hover', 'gp-premium' ), + 'section' => 'slideout_color_section', + 'settings' => 'generate_settings[slideout_text_hover_color]', + ) + ) + ); + + // Background current. + $wp_customize->add_setting( + 'generate_settings[slideout_background_current_color]', + array( + 'default' => $defaults['slideout_background_current_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[slideout_background_current_color]', + array( + 'label' => __( 'Background Current', 'gp-premium' ), + 'section' => 'slideout_color_section', + 'settings' => 'generate_settings[slideout_background_current_color]', + 'palette' => $palettes, + ) + ) + ); + + // Text current. + $wp_customize->add_setting( + 'generate_settings[slideout_text_current_color]', + array( + 'default' => $defaults['slideout_text_current_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[slideout_text_current_color]', + array( + 'label' => __( 'Text Current', 'gp-premium' ), + 'section' => 'slideout_color_section', + 'settings' => 'generate_settings[slideout_text_current_color]', + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_slideout_navigation_sub_menu_items', + array( + 'section' => 'slideout_color_section', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Sub-Menu Items', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + // Background. + $wp_customize->add_setting( + 'generate_settings[slideout_submenu_background_color]', + array( + 'default' => $defaults['slideout_submenu_background_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[slideout_submenu_background_color]', + array( + 'label' => __( 'Background', 'gp-premium' ), + 'section' => 'slideout_color_section', + 'settings' => 'generate_settings[slideout_submenu_background_color]', + 'palette' => $palettes, + ) + ) + ); + + // Text. + $wp_customize->add_setting( + 'generate_settings[slideout_submenu_text_color]', + array( + 'default' => $defaults['slideout_submenu_text_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[slideout_submenu_text_color]', + array( + 'label' => __( 'Text', 'gp-premium' ), + 'section' => 'slideout_color_section', + 'settings' => 'generate_settings[slideout_submenu_text_color]', + ) + ) + ); + + // Background hover. + $wp_customize->add_setting( + 'generate_settings[slideout_submenu_background_hover_color]', + array( + 'default' => $defaults['slideout_submenu_background_hover_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[slideout_submenu_background_hover_color]', + array( + 'label' => __( 'Background Hover', 'gp-premium' ), + 'section' => 'slideout_color_section', + 'settings' => 'generate_settings[slideout_submenu_background_hover_color]', + 'palette' => $palettes, + ) + ) + ); + + // Text hover. + $wp_customize->add_setting( + 'generate_settings[slideout_submenu_text_hover_color]', + array( + 'default' => $defaults['slideout_submenu_text_hover_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[slideout_submenu_text_hover_color]', + array( + 'label' => __( 'Text Hover', 'gp-premium' ), + 'section' => 'slideout_color_section', + 'settings' => 'generate_settings[slideout_submenu_text_hover_color]', + ) + ) + ); + + // Background current. + $wp_customize->add_setting( + 'generate_settings[slideout_submenu_background_current_color]', + array( + 'default' => $defaults['slideout_submenu_background_current_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[slideout_submenu_background_current_color]', + array( + 'label' => __( 'Background Current', 'gp-premium' ), + 'section' => 'slideout_color_section', + 'settings' => 'generate_settings[slideout_submenu_background_current_color]', + 'palette' => $palettes, + ) + ) + ); + + // Text current. + $wp_customize->add_setting( + 'generate_settings[slideout_submenu_text_current_color]', + array( + 'default' => $defaults['slideout_submenu_text_current_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[slideout_submenu_text_current_color]', + array( + 'label' => __( 'Text Current', 'gp-premium' ), + 'section' => 'slideout_color_section', + 'settings' => 'generate_settings[slideout_submenu_text_current_color]', + ) + ) + ); +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/woocommerce-colors.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/woocommerce-colors.php new file mode 100644 index 00000000..6c453815 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/woocommerce-colors.php @@ -0,0 +1,911 @@ +get_section( 'generate_woocommerce_colors' ) ) { + return; + } + + if ( ! function_exists( 'generate_get_color_defaults' ) ) { + return; + } + + // Add our controls. + require_once GP_LIBRARY_DIRECTORY . 'customizer-helpers.php'; + + // Get our defaults. + $defaults = generate_get_color_defaults(); + + // Add control types so controls can be built using JS. + if ( method_exists( $wp_customize, 'register_control_type' ) ) { + $wp_customize->register_control_type( 'GeneratePress_Alpha_Color_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Title_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Information_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Section_Shortcut_Control' ); + } + + // Get our palettes. + $palettes = generate_get_default_color_palettes(); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_woocommerce_color_shortcuts', + array( + 'section' => 'generate_woocommerce_colors', + 'element' => __( 'WooCommerce', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_woocommerce_layout', + 'typography' => 'generate_woocommerce_typography', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 0, + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_woocommerce_button_title', + array( + 'section' => 'generate_woocommerce_colors', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Buttons', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Information_Customize_Control( + $wp_customize, + 'generate_woocommerce_primary_button_message', + array( + 'section' => 'generate_woocommerce_colors', + 'label' => __( 'Primary Button Colors', 'gp-premium' ), + 'description' => __( 'Primary button colors can be set here.', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_alt_button_background]', + array( + 'default' => $defaults['wc_alt_button_background'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[wc_alt_button_background]', + array( + 'label' => __( 'Alt Button Background', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_alt_button_background]', + 'palette' => $palettes, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_alt_button_background_hover]', + array( + 'default' => $defaults['wc_alt_button_background_hover'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[wc_alt_button_background_hover]', + array( + 'label' => __( 'Alt Button Background Hover', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_alt_button_background_hover]', + 'palette' => $palettes, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_alt_button_text]', + array( + 'default' => $defaults['wc_alt_button_text'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_alt_button_text]', + array( + 'label' => __( 'Alt Button Text', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_alt_button_text]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_alt_button_text_hover]', + array( + 'default' => $defaults['wc_alt_button_text_hover'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_alt_button_text_hover]', + array( + 'label' => __( 'Alt Button Text Hover', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_alt_button_text_hover]', + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_woocommerce_product_title', + array( + 'section' => 'generate_woocommerce_colors', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Products', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_product_title_color]', + array( + 'default' => $defaults['wc_product_title_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_product_title_color]', + array( + 'label' => __( 'Product Title', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_product_title_color]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_product_title_color_hover]', + array( + 'default' => $defaults['wc_product_title_color_hover'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_product_title_color_hover]', + array( + 'label' => __( 'Product Title Hover', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_product_title_color_hover]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_rating_stars]', + array( + 'default' => $defaults['wc_rating_stars'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'transport' => '', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[wc_rating_stars]', + array( + 'label' => __( 'Star Ratings', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_rating_stars]', + 'palette' => $palettes, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_sale_sticker_background]', + array( + 'default' => $defaults['wc_sale_sticker_background'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[wc_sale_sticker_background]', + array( + 'label' => __( 'Sale Sticker Background', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_sale_sticker_background]', + 'palette' => $palettes, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_sale_sticker_text]', + array( + 'default' => $defaults['wc_sale_sticker_text'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_sale_sticker_text]', + array( + 'label' => __( 'Sale Sticker Text', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_sale_sticker_text]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_price_color]', + array( + 'default' => $defaults['wc_price_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_price_color]', + array( + 'label' => __( 'Price', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_price_color]', + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_woocommerce_panel_cart_title', + array( + 'section' => 'generate_woocommerce_colors', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Sticky Panel Cart', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_panel_cart_background_color]', + array( + 'default' => $defaults['wc_panel_cart_background_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[wc_panel_cart_background_color]', + array( + 'label' => __( 'Background Color', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_panel_cart_background_color]', + 'palette' => $palettes, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_panel_cart_text_color]', + array( + 'default' => $defaults['wc_panel_cart_text_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_panel_cart_text_color]', + array( + 'label' => __( 'Text Color', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_panel_cart_text_color]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_panel_cart_button_background]', + array( + 'default' => $defaults['wc_panel_cart_button_background'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_panel_cart_button_background]', + array( + 'label' => __( 'Button Background', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_panel_cart_button_background]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_panel_cart_button_background_hover]', + array( + 'default' => $defaults['wc_panel_cart_button_background_hover'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_panel_cart_button_background_hover]', + array( + 'label' => __( 'Button Background Hover', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_panel_cart_button_background_hover]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_panel_cart_button_text]', + array( + 'default' => $defaults['wc_panel_cart_button_text'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_panel_cart_button_text]', + array( + 'label' => __( 'Button Text', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_panel_cart_button_text]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_panel_cart_button_text_hover]', + array( + 'default' => $defaults['wc_panel_cart_button_text_hover'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_panel_cart_button_text_hover]', + array( + 'label' => __( 'Button Text Hover', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_panel_cart_button_text_hover]', + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_woocommerce_mini_cart_title', + array( + 'section' => 'generate_woocommerce_colors', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Menu Mini Cart', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_mini_cart_background_color]', + array( + 'default' => $defaults['wc_mini_cart_background_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[wc_mini_cart_background_color]', + array( + 'label' => __( 'Cart Background Color', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_mini_cart_background_color]', + 'palette' => $palettes, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_mini_cart_text_color]', + array( + 'default' => $defaults['wc_mini_cart_text_color'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_mini_cart_text_color]', + array( + 'label' => __( 'Cart Text Color', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_mini_cart_text_color]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_mini_cart_button_background]', + array( + 'default' => $defaults['wc_mini_cart_button_background'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_mini_cart_button_background]', + array( + 'label' => __( 'Button Background', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_mini_cart_button_background]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_mini_cart_button_background_hover]', + array( + 'default' => $defaults['wc_mini_cart_button_background_hover'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_mini_cart_button_background_hover]', + array( + 'label' => __( 'Button Background Hover', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_mini_cart_button_background_hover]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_mini_cart_button_text]', + array( + 'default' => $defaults['wc_mini_cart_button_text'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_mini_cart_button_text]', + array( + 'label' => __( 'Button Text', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_mini_cart_button_text]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_mini_cart_button_text_hover]', + array( + 'default' => $defaults['wc_mini_cart_button_text_hover'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_mini_cart_button_text_hover]', + array( + 'label' => __( 'Button Text Hover', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_mini_cart_button_text_hover]', + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_woocommerce_price_slider_title', + array( + 'section' => 'generate_woocommerce_colors', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Price Slider Widget', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_price_slider_background_color]', + array( + 'default' => $defaults['wc_price_slider_background_color'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_price_slider_background_color]', + array( + 'label' => __( 'Slider Background Color', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_price_slider_background_color]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_price_slider_bar_color]', + array( + 'default' => $defaults['wc_price_slider_bar_color'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_price_slider_bar_color]', + array( + 'label' => __( 'Slider Bar Color', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_price_slider_bar_color]', + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_woocommerce_product_tabs_title', + array( + 'section' => 'generate_woocommerce_colors', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Product Tabs', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_product_tab]', + array( + 'default' => $defaults['wc_product_tab'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_product_tab]', + array( + 'label' => __( 'Product Tab Text', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_product_tab]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_product_tab_highlight]', + array( + 'default' => $defaults['wc_product_tab_highlight'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_product_tab_highlight]', + array( + 'label' => __( 'Product Tab Active', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_product_tab_highlight]', + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_woocommerce_messages_title', + array( + 'section' => 'generate_woocommerce_colors', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Messages', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_success_message_background]', + array( + 'default' => $defaults['wc_success_message_background'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[wc_success_message_background]', + array( + 'label' => __( 'Success Message Background', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_success_message_background]', + 'palette' => $palettes, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_success_message_text]', + array( + 'default' => $defaults['wc_success_message_text'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_success_message_text]', + array( + 'label' => __( 'Success Message Text', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_success_message_text]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_info_message_background]', + array( + 'default' => $defaults['wc_info_message_background'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[wc_info_message_background]', + array( + 'label' => __( 'Info Message Background', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_info_message_background]', + 'palette' => $palettes, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_info_message_text]', + array( + 'default' => $defaults['wc_info_message_text'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_info_message_text]', + array( + 'label' => __( 'Info Message Text', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_info_message_text]', + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_error_message_background]', + array( + 'default' => $defaults['wc_error_message_background'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'transport' => 'postMessage', + 'sanitize_callback' => 'generate_premium_sanitize_rgba', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Alpha_Color_Customize_Control( + $wp_customize, + 'generate_settings[wc_error_message_background]', + array( + 'label' => __( 'Error Message Background', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_error_message_background]', + 'palette' => $palettes, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[wc_error_message_text]', + array( + 'default' => $defaults['wc_error_message_text'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_hex_color', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new WP_Customize_Color_Control( + $wp_customize, + 'generate_settings[wc_error_message_text]', + array( + 'label' => __( 'Error Message Text', 'gp-premium' ), + 'section' => 'generate_woocommerce_colors', + 'settings' => 'generate_settings[wc_error_message_text]', + ) + ) + ); + + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/generate-colors.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/generate-colors.php new file mode 100644 index 00000000..a90e5c4c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/colors/generate-colors.php @@ -0,0 +1,20 @@ +register_control_type( 'GeneratePress_Copyright_Customize_Control' ); + } + + $wp_customize->add_setting( + 'generate_copyright', + array( + 'default' => '', + 'type' => 'theme_mod', + 'sanitize_callback' => 'wp_kses_post', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Copyright_Customize_Control( + $wp_customize, + 'generate_copyright', + array( + 'label' => __( 'Copyright', 'gp-premium' ), + 'section' => 'generate_layout_footer', + 'settings' => 'generate_copyright', + 'priority' => 500, + ) + ) + ); + + // Initiate selective refresh. + if ( isset( $wp_customize->selective_refresh ) ) { + $wp_customize->selective_refresh->add_partial( + 'generate_copyright', + array( + 'selector' => '.copyright-bar', + 'settings' => array( 'generate_copyright' ), + 'render_callback' => 'generate_copyright_selective_refresh', + ) + ); + } + } +} + +if ( ! function_exists( 'generate_copyright_selective_refresh' ) ) { + /** + * Return our copyright on selective refresh + */ + function generate_copyright_selective_refresh() { + $options = array( + '%current_year%', + '%copy%', + ); + + $replace = array( + date( 'Y' ), // phpcs:ignore -- prefer date(). + '©', + ); + + $new_copyright = get_theme_mod( 'generate_copyright' ); + $new_copyright = str_replace( $options, $replace, get_theme_mod( 'generate_copyright' ) ); + + return do_shortcode( $new_copyright ); + } +} + +if ( ! function_exists( 'generate_copyright_remove_default' ) ) { + add_action( 'wp', 'generate_copyright_remove_default' ); + /** + * Remove the default copyright. + * + * @since 0.1 + * @deprecated GP 1.3.42 + */ + function generate_copyright_remove_default() { + // As of 1.3.42, we no longer need to do this. + // We use a nice little filter instead. + if ( ! function_exists( 'generate_add_login_attribution' ) ) { + return; + } + + if ( get_theme_mod( 'generate_copyright' ) && '' !== get_theme_mod( 'generate_copyright' ) ) { + remove_action( 'generate_credits', 'generate_add_footer_info' ); + remove_action( 'generate_copyright_line', 'generate_add_login_attribution' ); + } + } +} + +if ( ! function_exists( 'generate_copyright_add_custom' ) ) { + add_action( 'generate_credits', 'generate_copyright_add_custom' ); + /** + * Add the custom copyright. + * + * @since 0.1 + * @deprecated GP 1.3.42 + */ + function generate_copyright_add_custom() { + // As of 1.3.42, we no longer need to do this. + // We use a nice little filter instead. + if ( ! function_exists( 'generate_add_login_attribution' ) ) { + return; + } + + $options = array( + '%current_year%', + '%copy%', + ); + + $replace = array( + date( 'Y' ), // phpcs:ignore -- prefer date(). + '©', + ); + + $new_copyright = get_theme_mod( 'generate_copyright' ); + $new_copyright = str_replace( $options, $replace, get_theme_mod( 'generate_copyright' ) ); + + if ( get_theme_mod( 'generate_copyright' ) && '' !== get_theme_mod( 'generate_copyright' ) ) { + echo do_shortcode( $new_copyright ); + } + } +} + +if ( ! function_exists( 'generate_apply_custom_copyright' ) ) { + add_filter( 'generate_copyright', 'generate_apply_custom_copyright' ); + /** + * Add the custom copyright + * + * @since 1.2.92 + * @param string $copyright The copyright value. + */ + function generate_apply_custom_copyright( $copyright ) { + // This will only work if GP >= 1.3.42 and the below function doesn't exist. + if ( function_exists( 'generate_add_login_attribution' ) ) { + return; + } + + $options = array( + '%current_year%', + '%copy%', + ); + + $replace = array( + date( 'Y' ), // phpcs:ignore -- prefer date(). + '©', + ); + + $new_copyright = get_theme_mod( 'generate_copyright' ); + $new_copyright = str_replace( $options, $replace, get_theme_mod( 'generate_copyright' ) ); + + if ( get_theme_mod( 'generate_copyright' ) && '' !== get_theme_mod( 'generate_copyright' ) ) { + return do_shortcode( $new_copyright ); + } + + return $copyright; + + } +} + +if ( ! function_exists( 'generate_copyright_customizer_live_preview' ) ) { + add_action( 'customize_preview_init', 'generate_copyright_customizer_live_preview' ); + /** + * Add our live preview + */ + function generate_copyright_customizer_live_preview() { + wp_enqueue_script( + 'generate-copyright-customizer', + plugin_dir_url( __FILE__ ) . 'js/customizer.js', + array( 'jquery', 'customize-preview' ), + GENERATE_COPYRIGHT_VERSION, + true + ); + } +} + +if ( ! function_exists( 'generate_update_copyright' ) ) { + add_action( 'admin_init', 'generate_update_copyright' ); + /** + * Our copyright use to have it's own setting + * If we have the old setting, move it into our theme_mod + */ + function generate_update_copyright() { + // If we already have a custom logo, bail. + if ( get_theme_mod( 'generate_copyright' ) ) { + return; + } + + // Get the old logo value. + $old_value = get_option( 'gen_custom_copyright' ); + + // If there's no old value, bail. + if ( empty( $old_value ) ) { + return; + } + + // Now let's update the new logo setting with our ID. + set_theme_mod( 'generate_copyright', $old_value ); + + // Got our custom logo? Time to delete the old value. + if ( get_theme_mod( 'generate_copyright' ) ) { + delete_option( 'gen_custom_copyright' ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/copyright/functions/js/customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/copyright/functions/js/customizer.js new file mode 100644 index 00000000..fdd64115 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/copyright/functions/js/customizer.js @@ -0,0 +1,18 @@ +/** + * Theme Customizer enhancements for a better user experience. + * + * Contains handlers to make Theme Customizer preview reload changes asynchronously. + */ + +( function( $ ) { + // Update the site title in real time... + wp.customize( 'generate_copyright', function( value ) { + value.bind( function( newval ) { + if ( $( '.copyright-bar' ).length ) { + $( '.copyright-bar' ).html( newval ); + } else { + $( '.inside-site-info' ).html( newval ); + } + } ); + } ); +}( jQuery ) ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/copyright/generate-copyright.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/copyright/generate-copyright.php new file mode 100644 index 00000000..2b9ce0b3 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/copyright/generate-copyright.php @@ -0,0 +1,20 @@ +ID, '_generate-disable-header', true ); + $disable_nav = get_post_meta( $post->ID, '_generate-disable-nav', true ); + $disable_secondary_nav = get_post_meta( $post->ID, '_generate-disable-secondary-nav', true ); + $disable_post_image = get_post_meta( $post->ID, '_generate-disable-post-image', true ); + $disable_headline = get_post_meta( $post->ID, '_generate-disable-headline', true ); + $disable_footer = get_post_meta( $post->ID, '_generate-disable-footer', true ); + } + + $return = ''; + + if ( ! empty( $disable_header ) && false !== $disable_header ) { + $return = '.site-header {display:none}'; + } + + if ( ! empty( $disable_nav ) && false !== $disable_nav ) { + $return .= '#site-navigation,.navigation-clone, #mobile-header {display:none !important}'; + } + + if ( ! empty( $disable_secondary_nav ) && false !== $disable_secondary_nav ) { + $return .= '#secondary-navigation {display:none}'; + } + + if ( ! empty( $disable_post_image ) && false !== $disable_post_image ) { + $return .= '.generate-page-header, .page-header-image, .page-header-image-single {display:none}'; + } + + $need_css_removal = true; + + if ( defined( 'GENERATE_VERSION' ) && version_compare( GENERATE_VERSION, '3.0.0-alpha.1', '>=' ) ) { + $need_css_removal = false; + } + + if ( $need_css_removal && ! empty( $disable_headline ) && false !== $disable_headline && ! is_single() ) { + $return .= '.entry-header {display:none} .page-content, .entry-content, .entry-summary {margin-top:0}'; + } + + if ( ! empty( $disable_footer ) && false !== $disable_footer ) { + $return .= '.site-footer {display:none}'; + } + + return $return; + } +} + +if ( ! function_exists( 'generate_de_scripts' ) ) { + add_action( 'wp_enqueue_scripts', 'generate_de_scripts', 50 ); + /** + * Enqueue scripts and styles + */ + function generate_de_scripts() { + wp_add_inline_style( 'generate-style', generate_disable_elements() ); + } +} + +if ( ! function_exists( 'generate_add_de_meta_box' ) ) { + add_action( 'add_meta_boxes', 'generate_add_de_meta_box', 50 ); + /** + * Generate the layout metabox. + * + * @since 0.1 + */ + function generate_add_de_meta_box() { + // Set user role - make filterable. + $allowed = apply_filters( 'generate_metabox_capability', 'edit_theme_options' ); + + // If not an administrator, don't show the metabox. + if ( ! current_user_can( $allowed ) ) { + return; + } + + if ( defined( 'GENERATE_LAYOUT_META_BOX' ) ) { + return; + } + + $args = array( 'public' => true ); + $post_types = get_post_types( $args ); + foreach ( $post_types as $type ) { + if ( 'attachment' !== $type ) { + add_meta_box( + 'generate_de_meta_box', + __( 'Disable Elements', 'gp-premium' ), + 'generate_show_de_meta_box', + $type, + 'side', + 'default' + ); + } + } + } +} + +if ( ! function_exists( 'generate_show_de_meta_box' ) ) { + /** + * Outputs the content of the metabox. + * + * @param object $post The post object. + */ + function generate_show_de_meta_box( $post ) { + wp_nonce_field( basename( __FILE__ ), 'generate_de_nonce' ); + $stored_meta = get_post_meta( $post->ID ); + $stored_meta['_generate-disable-header'][0] = ( isset( $stored_meta['_generate-disable-header'][0] ) ) ? $stored_meta['_generate-disable-header'][0] : ''; + $stored_meta['_generate-disable-nav'][0] = ( isset( $stored_meta['_generate-disable-nav'][0] ) ) ? $stored_meta['_generate-disable-nav'][0] : ''; + $stored_meta['_generate-disable-secondary-nav'][0] = ( isset( $stored_meta['_generate-disable-secondary-nav'][0] ) ) ? $stored_meta['_generate-disable-secondary-nav'][0] : ''; + $stored_meta['_generate-disable-post-image'][0] = ( isset( $stored_meta['_generate-disable-post-image'][0] ) ) ? $stored_meta['_generate-disable-post-image'][0] : ''; + $stored_meta['_generate-disable-headline'][0] = ( isset( $stored_meta['_generate-disable-headline'][0] ) ) ? $stored_meta['_generate-disable-headline'][0] : ''; + $stored_meta['_generate-disable-footer'][0] = ( isset( $stored_meta['_generate-disable-footer'][0] ) ) ? $stored_meta['_generate-disable-footer'][0] : ''; + $stored_meta['_generate-disable-top-bar'][0] = ( isset( $stored_meta['_generate-disable-top-bar'][0] ) ) ? $stored_meta['_generate-disable-top-bar'][0] : ''; + ?> + +

+

+ + + + + + + + + + + + + + + + + +
+

+ + ID, '_generate-disable-top-bar', true ); + $disable_header = get_post_meta( $post->ID, '_generate-disable-header', true ); + $disable_mobile_header = get_post_meta( $post->ID, '_generate-disable-mobile-header', true ); + $disable_nav = get_post_meta( $post->ID, '_generate-disable-nav', true ); + $disable_headline = get_post_meta( $post->ID, '_generate-disable-headline', true ); + $disable_footer = get_post_meta( $post->ID, '_generate-disable-footer', true ); + } + + // Remove the top bar. + if ( ! empty( $disable_top_bar ) && false !== $disable_top_bar && function_exists( 'generate_top_bar' ) ) { + remove_action( 'generate_before_header', 'generate_top_bar', 5 ); + remove_action( 'generate_inside_secondary_navigation', 'generate_secondary_nav_top_bar_widget', 5 ); + } + + // Remove the header. + if ( ! empty( $disable_header ) && false !== $disable_header && function_exists( 'generate_construct_header' ) ) { + remove_action( 'generate_header', 'generate_construct_header' ); + } + + // Remove the mobile header. + if ( ! empty( $disable_mobile_header ) && false !== $disable_mobile_header && function_exists( 'generate_menu_plus_mobile_header' ) ) { + remove_action( 'generate_after_header', 'generate_menu_plus_mobile_header', 5 ); + } + + // Remove the navigation. + if ( ! empty( $disable_nav ) && false !== $disable_nav && function_exists( 'generate_get_navigation_location' ) ) { + add_filter( 'generate_navigation_location', '__return_false', 20 ); + add_filter( 'generate_disable_mobile_header_menu', '__return_true' ); + } + + // Remove the title. + if ( ! empty( $disable_headline ) && false !== $disable_headline && function_exists( 'generate_show_title' ) ) { + add_filter( 'generate_show_title', '__return_false' ); + } + + // Remove the footer. + if ( ! empty( $disable_footer ) && false !== $disable_footer ) { + if ( function_exists( 'generate_construct_footer_widgets' ) ) { + remove_action( 'generate_footer', 'generate_construct_footer_widgets', 5 ); + } + + if ( function_exists( 'generate_construct_footer' ) ) { + remove_action( 'generate_footer', 'generate_construct_footer' ); + } + } + } +} + +add_action( 'generate_layout_disable_elements_section', 'generate_premium_disable_elements_options' ); +/** + * Add the meta box options to the Layout meta box in the new GP + * + * @since 1.4 + * @param array $stored_meta Existing meta data. + */ +function generate_premium_disable_elements_options( $stored_meta ) { + $stored_meta['_generate-disable-header'][0] = ( isset( $stored_meta['_generate-disable-header'][0] ) ) ? $stored_meta['_generate-disable-header'][0] : ''; + $stored_meta['_generate-disable-mobile-header'][0] = ( isset( $stored_meta['_generate-disable-mobile-header'][0] ) ) ? $stored_meta['_generate-disable-mobile-header'][0] : ''; + $stored_meta['_generate-disable-nav'][0] = ( isset( $stored_meta['_generate-disable-nav'][0] ) ) ? $stored_meta['_generate-disable-nav'][0] : ''; + $stored_meta['_generate-disable-secondary-nav'][0] = ( isset( $stored_meta['_generate-disable-secondary-nav'][0] ) ) ? $stored_meta['_generate-disable-secondary-nav'][0] : ''; + $stored_meta['_generate-disable-post-image'][0] = ( isset( $stored_meta['_generate-disable-post-image'][0] ) ) ? $stored_meta['_generate-disable-post-image'][0] : ''; + $stored_meta['_generate-disable-headline'][0] = ( isset( $stored_meta['_generate-disable-headline'][0] ) ) ? $stored_meta['_generate-disable-headline'][0] : ''; + $stored_meta['_generate-disable-footer'][0] = ( isset( $stored_meta['_generate-disable-footer'][0] ) ) ? $stored_meta['_generate-disable-footer'][0] : ''; + $stored_meta['_generate-disable-top-bar'][0] = ( isset( $stored_meta['_generate-disable-top-bar'][0] ) ) ? $stored_meta['_generate-disable-top-bar'][0] : ''; + ?> +
+ + + + + + + + + + + + + + + + + + + + + +
+ array('lodash', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-server-side-render'), 'version' => '332fd82d1af7a4ec17e6'); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.css new file mode 100644 index 00000000..03b033bb --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.css @@ -0,0 +1,6 @@ +.inline-post-meta-area.block-editor-block-list__layout,.inline-post-meta-area>.gb-inside-container.block-editor-block-list__layout,.inline-post-meta-area>.gb-inside-container>.block-editor-inner-blocks>.block-editor-block-list__layout{align-items:center;display:flex}.inline-post-meta-area.block-editor-block-list__layout>.wp-block.block-list-appender,.inline-post-meta-area>.gb-inside-container.block-editor-block-list__layout>.wp-block.block-list-appender,.inline-post-meta-area>.gb-inside-container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block.block-list-appender{margin-left:20px}.inline-post-meta-area.block-editor-block-list__layout>.wp-block-image,.inline-post-meta-area>.gb-inside-container.block-editor-block-list__layout>.wp-block-image,.inline-post-meta-area>.gb-inside-container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block-image{line-height:0}.inline-post-meta-area.block-editor-block-list__layout>.wp-block-image figcaption,.inline-post-meta-area>.gb-inside-container.block-editor-block-list__layout>.wp-block-image figcaption,.inline-post-meta-area>.gb-inside-container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block-image figcaption{display:none}.inline-post-meta-area .wp-block{margin-left:0;margin-right:0}.gpp-dynamic-container-bg-dropdown .components-popover__content{width:275px}.gpp-dynamic-container-bg-dropdown .components-popover__content .components-base-control:not(:last-child){margin-bottom:20px}.gpp-dynamic-container-bg-dropdown .components-popover__content .components-base-control:last-child .components-base-control__field{margin-bottom:0}.gpp-dynamic-container-bg-dropdown .components-popover__content .components-base-control:last-child .components-base-control__help{margin-top:3px} +.gpp-dynamic-headline-text-dropdown .components-popover__content{width:275px}.gpp-dynamic-headline-text-dropdown .components-popover__content .components-base-control:not(:last-child){margin-bottom:20px}.gpp-dynamic-headline-text-dropdown .components-popover__content .components-base-control:last-child .components-base-control__field{margin-bottom:0}.gpp-dynamic-headline-text-dropdown .components-popover__content .components-base-control:last-child .components-base-control__help{margin-top:3px}.gpp-blocks-dynamic-text-replace-field{display:none}.gpp-block-dynamic-year .components-base-control__help{margin-top:2px} +.wp-block[data-type="generatepress/dynamic-content"]{margin-bottom:0;margin-top:0} +.wp-block[data-type="generatepress/dynamic-image"]{color:#fff;margin-bottom:0;margin-top:0}.wp-block[data-type="generatepress/dynamic-image"] .components-gpp-dynamic-image-placeholder__label{align-items:center;bottom:0;color:#fff;display:flex;font-size:1em;justify-content:center;left:0;position:absolute;right:0;top:0}.wp-block[data-type="generatepress/dynamic-image"] .components-gpp-dynamic-image-placeholder__label>.gpp-dynamic-featured-image__label{margin-left:10px}.wp-block[data-type="generatepress/dynamic-image"] .gpp-dynamic-image-placeholder{background:#000;vertical-align:middle}.wp-block[data-type="generatepress/dynamic-image"] .components-placeholder{width:100%}.wp-block[data-type="generatepress/dynamic-image"] .gpp-dynamic-image-preview{display:inline-block;position:relative}.wp-block[data-type="generatepress/dynamic-image"] .dynamic-author-image-rounded{border-radius:100%} +.components-generatepress-units-control-header__units{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.components-generatepress-control__units .components-generatepress-control-buttons__units button.components-button{background:#fff;border:0;border-radius:0!important;box-shadow:none!important;color:#929da7;font-size:10px;height:auto;line-height:20px;padding:0 5px;position:relative;text-align:center;text-shadow:none}.components-generatepress-control__units .components-generatepress-control-buttons__units button.components-button.is-primary{background:#fff!important;color:#000!important;cursor:default;font-weight:700;z-index:1} +.editor-styles-wrapper .is-root-container>.wp-block{margin-left:auto;margin-right:auto;max-width:var(--gp-block-element-width)}.left-sidebar-block-type div:not(.block-editor-inner-blocks)>.block-editor-block-list__layout,.right-sidebar-block-type div:not(.block-editor-inner-blocks)>.block-editor-block-list__layout{padding:10px}.gpp-block-element-panel>.components-base-control{margin-bottom:20px}.gpp-block-element-panel .components-notice,.gpp-block-element-panel .components-notice .components-notice__content{margin:0}.gpp-element-panel-label .components-panel__body-toggle.components-button{display:flex;flex-direction:row-reverse;justify-content:flex-end}.gpp-element-panel-label .components-panel__body-toggle.components-button svg.components-panel__icon{margin:0 10px 0 0}button.gpp-block-elements-template-button{background:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;margin:0 0 10px;padding:5px}button.gpp-block-elements-template-button:hover{border-color:var(--wp-admin-theme-color)}button.gpp-block-elements-template-button .gpp-block-template-label{color:#888;font-size:13px;padding:5px}.element-has-parent #generate_premium_elements{display:none}.gpp-block-element-template-panel{background:#fafafa}.gpp-hook-select .gpp-block-element-search-select{position:relative;width:100%}.gpp-hook-select .components-text-control__input{background:#fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;background-size:13px 13px;position:relative;z-index:1}.gpp-hook-select .select-search__select{background:#fff;border:1px solid #ddd}.gpp-hook-select .select-search__options{list-style:none}.gpp-hook-select .select-search__row:not(:first-child){border-top:1px solid #eee}.gpp-hook-select .select-search__row{margin:0}.gpp-hook-select .select-search__not-found,.gpp-hook-select .select-search__option{background:#fff;border:none;cursor:pointer;display:block;height:36px;margin:0;outline:none;padding:0 10px;text-align:left;width:100%}.gpp-hook-select .select-search__option.select-search__is-selected{background:#007cba;color:#fff}.gpp-hook-select .select-search__option.select-search__is-highlighted,.gpp-hook-select .select-search__option:not(.select-search__is-selected):hover{background:#fafafa}.gpp-hook-select .select-search__option.select-search__is-highlighted.select-search__is-selected,.gpp-hook-select .select-search__option.select-search__is-selected:hover{background:#007cba;color:#fff}.gpp-hook-select .select-search__group-header{background:#eee;font-size:10px;padding:8px 10px;text-transform:uppercase}.gpp-hook-select .gpp-block-element-search-select.is-disabled{opacity:.5}.gpp-hook-select .gpp-block-element-search-select.is-loading .select-search__value:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2750%27 height=%2750%27%3E%3Cpath fill=%27%232F2D37%27 d=%27M25 5a20.14 20.14 0 0 1 20 17.88 2.51 2.51 0 0 0 2.49 2.26A2.52 2.52 0 0 0 50 22.33a25.14 25.14 0 0 0-50 0 2.52 2.52 0 0 0 2.5 2.81A2.51 2.51 0 0 0 5 22.88 20.14 20.14 0 0 1 25 5Z%27%3E%3CanimateTransform attributeName=%27transform%27 type=%27rotate%27 from=%270 25 25%27 to=%27360 25 25%27 dur=%270.6s%27 repeatCount=%27indefinite%27/%3E%3C/path%3E%3C/svg%3E");background-size:11px}.gpp-hook-select .gpp-block-element-search-select:not(.is-disabled) .select-search__input{cursor:pointer}.gpp-hook-select .gpp-block-element-search-select:not(.select-search--multiple) .select-search__select{border-radius:3px;left:0;max-height:360px;overflow:auto;position:absolute;right:0;top:35px;z-index:2}.gpp-hook-select .select-search__not-found{color:#888;height:auto;padding:16px;text-align:center} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.js new file mode 100644 index 00000000..a8d80348 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.js @@ -0,0 +1,3 @@ +!function(){var e={184:function(e,t){var n;!function(){"use strict";var a={}.hasOwnProperty;function o(){for(var e=[],t=0;t1)throw new Error('"weight" property in key must bein the range of [0, 1)');r=null==r?d:Math.max(r,d),o=null==o?d:Math.min(o,d),this._keyWeights[s]=d,i+=d}if(i>1)throw new Error("Total of weights cannot exceed 1")}}},{key:"search",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{limit:!1};this._log('---------\nSearch pattern: "'.concat(e,'"'));var n=this._prepareSearchers(e),a=n.tokenSearchers,o=n.fullSearcher,r=this._search(a,o);return this._computeScore(r),this.options.shouldSort&&this._sort(r),t.limit&&"number"==typeof t.limit&&(r=r.slice(0,t.limit)),this._format(r)}},{key:"_prepareSearchers",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=[];if(this.options.tokenize)for(var n=e.split(this.options.tokenSeparator),a=0,o=n.length;a0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0,n=this.list,a={},o=[];if("string"==typeof n[0]){for(var r=0,i=n.length;r-1&&(R=(R+p)/2),n._log("Score average:",R);var L=!n.options.tokenize||!n.options.matchAllTokens||s>=d.length;if(n._log("\nCheck Matches: ".concat(L)),(l||u.isMatch)&&L){var B={key:a,arrayIndex:t,value:o,score:R};n.options.includeMatches&&(B.matchedIndices=u.matchedIndices);var E=m[i];E?E.output.push(B):(m[i]={item:r,output:[B]},h.push(m[i]))}}else if(c(o))for(var O=0,P=o.length;O0?Number.EPSILON:s.score;c*=Math.pow(u,g)}r.score=c,this._log(r)}}},{key:"_sort",value:function(e){this._log("\n\nSorting...."),e.sort(this.options.sortFn)}},{key:"_format",value:function(e){var t=[];if(this.options.verbose){var n=[];this._log("\n\nOutput:\n\n",JSON.stringify(e,(function(e,t){if("object"===a(t)&&null!==t){if(-1!==n.indexOf(t))return;n.push(t)}return t}),2)),n=null}var o=[];this.options.includeMatches&&o.push((function(e,t){var n=e.output;t.matches=[];for(var a=0,o=n.length;a-1&&(i.arrayIndex=r.arrayIndex),t.matches.push(i)}}})),this.options.includeScore&&o.push((function(e,t){t.score=e.score}));for(var r=0,i=e.length;rc)return o(e,this.pattern,p);var s=this.options,d=s.location,g=s.distance,u=s.threshold,m=s.findAllMatches,b=s.minMatchCharLength;return r(e,this.pattern,this.patternAlphabet,{location:d,distance:g,threshold:u,findAllMatches:m,minMatchCharLength:b,includeMatches:a})}}])&&a(t.prototype,n),e}();e.exports=l},function(e,t){var n=/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g;e.exports=function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:/ +/g,o=new RegExp(t.replace(n,"\\$&").replace(a,"|")),r=e.match(o),i=!!r,l=[];if(i)for(var c=0,p=r.length;c=P;q-=1){var j=q-1,A=n[e.charAt(j)];if(A&&(w[j]=1),z[q]=(z[q+1]<<1|1)&A,0!==B&&(z[q]|=(S[q+1]|S[q])<<1|1|S[q+1]),z[q]&L&&(I=a(t,{errors:B,currentLocation:j,expectedLocation:y,distance:p}))<=v){if(v=I,(_=j)<=y)break;P=Math.max(1,2*y-_)}}if(a(t,{errors:B+1,currentLocation:y,expectedLocation:y,distance:p})>v)break;S=z}var H={isMatch:_>=0,score:0===I?.001:I};return f&&(H.matchedIndices=o(w,b)),H}},function(e,t){e.exports=function(e,t){var n=t.errors,a=void 0===n?0:n,o=t.currentLocation,r=void 0===o?0:o,i=t.expectedLocation,l=void 0===i?0:i,c=t.distance,p=void 0===c?100:c,s=a/e.length,d=Math.abs(l-r);return p?s+d/p:d?1:s}},function(e,t){e.exports=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=[],a=-1,o=-1,r=0,i=e.length;r=t&&n.push([a,o]),a=-1)}return e[r-1]&&r-a>=t&&n.push([a,r-1]),n}},function(e,t){e.exports=function(e){for(var t={},n=e.length,a=0;a=0&&v-_[0]<=u&&v+f+_[1]>=0}(e,n):function(e){var t=e.ref;if(!(t.offsetWidth||t.offsetHeight||t.getClientRects().length))return!1;var n=void 0,a=void 0;try{var o=t.getBoundingClientRect();n=o.top,a=o.height}catch(e){n=0,a=0}var r=window.innerHeight||document.documentElement.clientHeight,i=Array.isArray(e.props.offset)?e.props.offset:[e.props.offset,e.props.offset];return n-i[0]<=r&&n+a+i[1]>=0}(e);a?e.visible||(e.props.once&&m.push(e),e.visible=!0,e.forceUpdate()):e.props.once&&e.visible||(e.visible=!1,e.props.unmountIfInvisible&&e.forceUpdate())}},x=function(){for(var e=0;e=0?a=setTimeout(c,t-p):(a=null,n||(l=e.apply(r,o),a||(r=null,o=null)))};return function(){r=this,o=arguments,i=+new Date;var p=n&&!a;return a||(a=setTimeout(c,t)),p&&(l=e.apply(r,o),r=null,o=null),l}}},81:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.on=function(e,t,n,a){a=a||!1,e.addEventListener?e.addEventListener(t,n,a):e.attachEvent&&e.attachEvent("on"+t,(function(t){n.call(e,t||window.event)}))},t.off=function(e,t,n,a){a=a||!1,e.removeEventListener?e.removeEventListener(t,n,a):e.detachEvent&&e.detachEvent("on"+t,n)}},315:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if(!(e instanceof HTMLElement))return document.documentElement;for(var t="absolute"===e.style.position,n=/(scroll|auto)/,a=e;a;){if(!a.parentNode)return e.ownerDocument||document.documentElement;var o=window.getComputedStyle(a),r=o.position,i=o.overflow,l=o["overflow-x"],c=o["overflow-y"];if("static"===r&&t)a=a.parentNode;else{if(n.test(i)&&n.test(l)&&n.test(c))return a;a=a.parentNode}}return e.ownerDocument||e.documentElement||document.documentElement}},821:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var a,o;return t||(t=250),function(){var r=n||this,i=+new Date,l=arguments;a&&i .gb-inside-container > .block-editor-inner-blocks > .block-editor-block-list__layout";return void 0!==d&&(g=d?".gb-container-"+o+".inline-post-meta-area > .gb-inside-container":".gb-container-"+o+".inline-post-meta-area"),i&&(r(e,g,{"justify-content":l}),"generateblocks.editor.tabletCSS"===(0,c.currentFilter)()&&r(e,g,{"justify-content":p}),"generateblocks.editor.mobileCSS"===(0,c.currentFilter)()&&r(e,g,{"justify-content":s})),e}function y(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n0?n({className:t.join(" ")}):n({className:""}),"generateblocks/headline"===a){var r=(0,l.__)("Hello World","gp-premium");"post-date"===e?r=(0,l.__)("Post date","gp-premium"):"post-author"===e?r=(0,l.__)("Post author name","gp-premium"):"terms"===e?r=(0,l.__)("Terms","gp-premium"):"comments-number"===e?r=(0,l.__)("Comments number","gp-premium"):"post-meta"===e?r=(0,l.__)("Post meta","gp-premium"):"user-meta"===e?r=(0,l.__)("User meta","gp-premium"):"term-meta"===e&&(r=(0,l.__)("Term meta","gp-premium")),n({content:r})}}}),""!==r&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.TextControl,{className:"gpp-blocks-dynamic-text-replace-field",type:"text",value:c}),"post-date"===r&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Date type","gp-premium"),value:w,options:[{label:(0,l.__)("Published date","gp-premim"),value:"published-date"},{label:(0,l.__)("Updated date","gp-premium"),value:"updated-date"}],onChange:function(e){n({gpDynamicDateType:e,gpDynamicTextBefore:"",gpDynamicUpdatedDateBefore:""})}}),"published-date"===w&&(0,o.createElement)(p.ToggleControl,{label:(0,l.__)("Replace with updated date","gp-premium"),checked:!!m,onChange:function(e){n({gpDynamicDateUpdated:e})}})),"terms"===r&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Taxonomy","gp-premium"),value:s,options:C,onChange:function(e){n({gpDynamicTextTaxonomy:e})}}),"generateblocks/headline"===a&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.TextControl,{label:(0,l.__)("Term separator","gp-premium"),type:"text",value:d,onChange:function(e){n({gpDynamicTextTaxonomySeparator:e})}}))),"comments-number"===r&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.TextControl,{label:(0,l.__)("No comments text","gp-premium"),type:"text",value:b,onChange:function(e){n({gpDynamicNoCommentsText:e})}}),(0,o.createElement)(p.TextControl,{label:(0,l.__)("Singular comments text","gp-premium"),type:"text",value:h,onChange:function(e){n({gpDynamicSingleCommentText:e})}}),(0,o.createElement)(p.TextControl,{label:(0,l.__)("Plural comments text","gp-premium"),help:(0,l.__)("Use % in place of the number of comments","gp-premium"),type:"text",value:f,onChange:function(e){n({gpDynamicMultipleCommentsText:e})}})),("post-meta"===r||"term-meta"===r||"user-meta"===r)&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Meta field name","gp-premium"),type:"text",value:g,onChange:function(e){n({gpDynamicTextCustomField:e})}}),"generateblocks/headline"===a&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.TextControl,{label:R,type:"text",value:u,onChange:function(e){n({gpDynamicTextBefore:e})}}),"post-date"===r&&!!m&&"published-date"===w&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Updated date before text","gp-premium"),type:"text",value:T,onChange:function(e){n({gpDynamicUpdatedDateBefore:e})}}))),S.length>1&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Dynamic link type","gp-premium"),value:y,options:S,onChange:function(e){"generateblocks/button"===a&&n(e?{gpDynamicLinkType:e,hasUrl:!0,url:"#"}:{gpDynamicLinkType:e,hasUrl:!1,url:""}),"generateblocks/headline"===a&&n({gpDynamicLinkType:e})}}),("post-meta"===y||"term-meta"===y||"user-meta"===y)&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Meta field name","gp-premium"),type:"text",value:x,onChange:function(e){n({gpDynamicLinkCustomField:e})}})),I&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Source","gp-premium"),value:i,options:[{label:(0,l.__)("Current post","gp-premium"),value:"current-post"},{label:(0,l.__)("Next post","gp-premium"),value:"next-post"},{label:(0,l.__)("Previous post","gp-premium"),value:"previous-post"}],onChange:function(e){n({gpDynamicSource:e})}}),("next-post"===i||"previous-post"===i)&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.ToggleControl,{label:(0,l.__)("In same term","gp-premium"),help:(0,l.__)("Check for posts with the same term as the current post.","gp-premim"),checked:!!v,onChange:function(e){n({gpDynamicSourceInSameTerm:e})}}),!!v&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Taxonomy","gp-premium"),help:(0,l.__)("The taxonomy to check if in the same term.","gp-premim"),type:"text",value:_,onChange:function(e){n({gpDynamicSourceInSameTermTaxonomy:e})}}))))}}]),r}(o.Component),B=L;function E(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function O(e){for(var t=1;to&&(r=0);const i=a[r];return i&&i.disabled?X(r,{key:n,options:a}):r}function ee(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function te(e){for(var t=1;tt.find((t=>t.value===e)))):t.find((t=>t.value===e))||null}function ie(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function le(e){for(var t=1;t{}),getOptions:l=null,allowEmpty:c=!0,closeOnSelect:p=!0,closable:s=!0}){const d=(0,Z.useRef)(null),g=(0,Z.useMemo)((()=>function(e){if(!Array.isArray(e))return[];const t=[];return e.forEach(((e,n)=>{if("type"in e&&"group"===e.type){const a=e.name.replace(/\s+/g,"-").toLowerCase()+"-"+n;e.items.forEach((n=>{t.push(te(te({},n),{},{groupId:a,groupName:e.name,_id:""+n.value}))}))}else t.push(te(te({},e),{},{_id:""+e.value,index:n}))})),t}(r)),[r]),[u,m]=(0,Z.useState)({flat:[],addedOptions:[],value:e,search:"",focus:!1,searching:!1,highlighted:-1,changed:!1}),{flat:b,addedOptions:h,value:f,search:y,focus:x,searching:v,highlighted:_}=u,k=(0,Z.useMemo)((()=>{let e=re(f,[...g,...h]);return e||c||n||([e]=g),e}),[f,g,h,c,n]),w=(0,Z.useMemo)((()=>function(e){const t=[];return e.forEach(((e,n)=>{if("groupId"in e){const a=function(e){for(var t=1;t"groupId"in e&&e.groupId===a.groupId));a.index=n,o>-1?t[o].items.push(a):t.push({items:[a],groupId:e.groupId,type:"group",name:e.groupName})}else t.push(e)})),t}(b)),[b]),T=(0,Z.useMemo)((()=>function(e){return e&&"object"==typeof e?Array.isArray(e)?e.map((e=>e&&e.name)).join(", "):e.name:""}(k)),[k]),C=(0,Z.useCallback)((()=>{m((e=>de(de({},e),{},{focus:!1,search:"",flat:g,highlighted:-1}))),d.current&&d.current.blur()}),[g,d]),D=e=>m((t=>de(de({},t),{},{focus:e}))),S=(0,Z.useCallback)((e=>{m((t=>{const{flat:a,highlighted:o}=t,r=e?a.find((t=>t.value==e)):a[o];if(!r)return t;const i=function(e,t,n){if(!n)return e;if(!t)return[e];const a=Array.isArray(t)?[...t]:[t],o=a.findIndex((t=>t===e));return o>=0?a.splice(o,1):a.push(e),a}(r.value,t.value,n),l=re(i,a);return de(de({},t),{},{addedOptions:n?l:[l],value:i,changed:[i,l]})}))}),[n]),I=(0,Z.useCallback)((e=>{e.preventDefault(),p&&d.current&&d.current.blur(),S(e.currentTarget.value)}),[S,p]),R=(0,Z.useCallback)((e=>{const{key:t}=e;"ArrowDown"!==t&&"ArrowUp"!==t||(e.preventDefault(),m((e=>de(de({},e),{},{highlighted:X(e.highlighted,{key:t,options:e.flat})}))))}),[]),L=(0,Z.useCallback)((({key:e})=>{"Enter"===e&&(S(),s&&p&&C())}),[S,p,C,s]),B=(0,Z.useCallback)((({key:e})=>{"Escape"===e&&C()}),[C]),E={tabIndex:"0",readOnly:!a,onChange:a?({target:e})=>{const{value:t}=e,n={search:t};let a=g;l&&t.length&&(n.searching=!0,a=l(t)),m((e=>de(de({},e),n))),Promise.resolve(a).then((e=>{let n=e;t.length&&(n=function(e,t,n){return!!(e.length&&pe&&n)&&function(e,t,n){return new pe(t,n).search(e).map(((e,t)=>le(le({},e),{},{index:t})))}(e,t,n)}(t,e,o)),m((t=>de(de({},t),{},{flat:!1===n?e:n,searching:!1})))})).catch((()=>m((e=>de(de({},e),{},{flat:g,searching:!1})))))}:null,disabled:t,onMouseDown:()=>D(!x),onBlur:C,onFocus:()=>D(!0),onKeyPress:L,onKeyDown:R,onKeyUp:B,ref:d},O=(0,Z.useMemo)((()=>({tabIndex:"-1",onMouseDown:I,onKeyDown:R,onKeyPress:L,onBlur:C})),[I,R,L,C]);return(0,Z.useEffect)((()=>{m((t=>de(de({},t),{},{value:e})))}),[e]),(0,Z.useEffect)((()=>{m((e=>de(de({},e),{},{flat:g})))}),[g]),(0,Z.useEffect)((()=>{!1!==u.changed&&(m((e=>de(de({},e),{},{changed:!1}))),i(...u.changed))}),[u.changed,i]),[{value:k,highlighted:_,options:w,disabled:t,displayValue:T,focus:x,search:y,searching:v},E,O,e=>m((t=>de(de({},t),{},{value:e})))]}var me=n(697),be=n.n(me);const he=be().shape({name:be().string.isRequired,value:be().oneOfType([be().string,be().number]).isRequired});function fe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function ye(e){for(var t=1;t{let{optionProps:t,highlighted:n,selected:a,cls:o,renderOption:r}=e,i=function(e,t){if(null==e)return{};var n,a,o=function(e,t){if(null==e)return{};var n,a,o={},r=Object.keys(e);for(a=0;a=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}(e,["optionProps","highlighted","selected","cls","renderOption"]);const l=[o("option"),!!a&&o("is-selected"),!!n&&o("is-highlighted")].filter((e=>!!e)).join(" "),c=ye(ye({},t),{},{value:i.value,disabled:i.disabled});return Q().createElement("li",{className:o("row"),role:"menuitem","data-index":i.index,"data-value":escape(i.value),key:i.value},r(c,i,{selected:a,highlighted:n},l))};ve.defaultProps={disabled:!1,index:null,value:null},ve.propTypes={};var _e=(0,Z.memo)(ve);function ke(){return ke=Object.assign||function(e){for(var t=1;t{const v=(0,Z.useRef)(null),[_,k,w]=ue({options:l,value:e,multiple:a,disabled:t,fuse:f,search:o,onChange:p,getOptions:h,closeOnSelect:d,closable:!a||"on-focus"===s,allowEmpty:!!n}),{focus:T,highlighted:C,value:D,options:S,searching:I,displayValue:R,search:L}=_,B=(0,Z.useCallback)((e=>"function"==typeof g?g(e):0===e.indexOf("container")?e.replace("container",g):0===e.indexOf("is-")||0===e.indexOf("has-")?e:g.split(" ")[0]+"__"+e),[g]),E=(0,Z.useCallback)((()=>{if(null===y)return null;const e="function"==typeof y?y():y;return Q().createElement("li",{className:B("not-found")},e)}),[y,B]),O=[B("container"),!!t&&B("is-disabled"),!!I&&B("is-loading"),!!T&&B("has-focus")].filter((e=>!!e)).join(" "),P=T&&o?L:R;let M;switch((0,Z.useEffect)((()=>{const{current:e}=v;if(!e||a||C<0&&!D)return;const t=C>-1?'[data-index="'+C+'"]':'[data-value="'+escape(D.value)+'"]',n=e.querySelector(t);if(n){const t=e.getBoundingClientRect(),a=n.getBoundingClientRect();e.scrollTop=n.offsetTop-t.height/2+a.height/2}}),[T,D,C,v,a]),s){case"never":M=!1;break;case"always":M=!0;break;case"on-focus":M=T;break;default:M=!t&&(T||a)}return Q().createElement("div",{ref:x,className:O,id:c},(!a||n||o)&&Q().createElement("div",{className:B("value")},u(Te(Te({},k),{},{placeholder:n,autoFocus:r,autoComplete:i,value:P}),_,B("input"))),M&&Q().createElement("div",{className:B("select"),ref:v,onMouseDown:e=>e.preventDefault()},Q().createElement("ul",{className:B("options")},S.length>0?S.map((e=>{const t="group"===e.type,n=t?e.items:[e],a={cls:B,optionProps:w,renderOption:m},o=n.map((e=>{return Q().createElement(_e,ke({key:e.value,selected:(t=e,n=D,!!n&&(Array.isArray(n)?n.findIndex((e=>e.value===t.value))>=0:n.value===t.value)),highlighted:C===e.index},a,e));var t,n}));return t?Q().createElement("li",{role:"none",className:B("row"),key:e.groupId},Q().createElement("div",{className:B("group")},Q().createElement("div",{className:B("group-header")},b(e.name)),Q().createElement("ul",{className:B("options")},o))):o})):E()||null)))}));De.defaultProps={className:"select-search",disabled:!1,search:!1,multiple:!1,placeholder:null,id:null,autoFocus:!1,autoComplete:"on",value:"",onChange:()=>{},printOptions:"auto",closeOnSelect:!0,renderOption:(e,t,n,a)=>Q().createElement("button",ke({type:"button",className:a},e),t.name),renderGroupHeader:e=>e,renderValue:(e,t,n)=>Q().createElement("input",ke({},e,{className:n})),fuse:{keys:["name","groupName"],threshold:.3},getOptions:null,emptyMessage:null},De.propTypes={};var Se=(0,Z.memo)(De),Ie={template_1:{label:(0,l._x)("Two columns with featured image","label","gp-premium"),thumbnail:"post-navigation-featured-images-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"99fe8eb7","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"7b27c819","columns":2,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"8e5dc8f7","isGrid":true,"gridId":"ee9eb157","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginBottomMobile":"10","isDynamic":true,"gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"e2b84192","columns":2,"horizontalGap":15,"verticalAlignment":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"6aed9546","isGrid":true,"gridId":"fa4d77e4","width":25,"widthMobile":25,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSource":"previous-post","imageSize":"thumbnail","linkTo":"single-post","imageWidth":100,"imageHeight":100,"avatarSize":100} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"d54a6460","isGrid":true,"gridId":"fa4d77e4","width":75,"widthMobile":75,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"0d00c744","element":"p","marginBottom":"5","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Previous post title","gpDynamicSource":"previous-post"} --\x3e

Previous post title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"86e1ad46","element":"p","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author name","gpDynamicSource":"previous-post","gpDynamicTextBefore":"by "} --\x3e

Author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"2540358d","isGrid":true,"gridId":"ee9eb157","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignmentMobile":"left","isDynamic":true,"gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"6e69ba24","columns":2,"horizontalGap":15,"verticalAlignment":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"daa456b5","isGrid":true,"gridId":"fa4d77e4","width":75,"widthMobile":75,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"right","alignmentMobile":"left","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2883b2a4","element":"p","marginBottom":"5","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Next post title","gpDynamicSource":"next-post"} --\x3e

Next post title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"3d2e07c6","element":"p","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author name","gpDynamicSource":"next-post","gpDynamicTextBefore":"by "} --\x3e

Author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"2634cdf9","isGrid":true,"gridId":"fa4d77e4","width":25,"widthMobile":25,"orderMobile":-1,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSource":"next-post","imageSize":"thumbnail","linkTo":"single-post","imageWidth":100,"imageHeight":100,"avatarSize":100} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!0}]},template_2:{label:(0,l._x)("Two columns with arrows","label","gp-premium"),thumbnail:"post-navigation-arrows-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"d1dd99b1","paddingTop":"20","paddingRight":"0","paddingBottom":"20","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"a4b97d6a","columns":2,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9c89f761","isGrid":true,"gridId":"ee9eb157","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginBottomMobile":"10","isDynamic":true,"gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"c04126aa","columns":2,"horizontalGap":15,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9cf413a8","isGrid":true,"gridId":"fa4d77e4","width":15,"widthTablet":25,"widthMobile":15,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"38a2c075","fillHorizontalSpace":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"bec8d56e","hasUrl":true,"hasIcon":true,"removeText":true,"backgroundColor":"#000000","textColor":"#ffffff","backgroundColorHover":"#abb8c3","textColorHover":"","paddingTop":"10","paddingRight":"10","paddingBottom":"10","paddingLeft":"10","iconSize":1.5,"gpDynamicLinkType":"single-post","gpDynamicSource":"previous-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"625f3305","isGrid":true,"gridId":"fa4d77e4","width":85,"widthTablet":75,"widthMobile":85,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"a6f36397","element":"p","marginBottom":"0","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Previous post title","gpDynamicSource":"previous-post"} --\x3e

Previous post title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"3d262c0b","element":"p","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicSource":"previous-post","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"5d70717c","isGrid":true,"gridId":"ee9eb157","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"right","alignmentMobile":"left","isDynamic":true,"gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"ee647ff2","columns":2,"horizontalGap":15,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"78f3ead4","isGrid":true,"gridId":"fa4d77e4","width":85,"widthTablet":75,"widthMobile":85,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"643cf12f","element":"p","marginBottom":"0","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Next post title","gpDynamicSource":"next-post"} --\x3e

Next post title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8ac35083","element":"p","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicSource":"next-post","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"780c810b","isGrid":true,"gridId":"fa4d77e4","width":15,"widthTablet":25,"widthMobile":15,"orderMobile":-1,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"fe863527","fillHorizontalSpace":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"122d9fa4","hasUrl":true,"hasIcon":true,"removeText":true,"backgroundColor":"#000000","textColor":"#ffffff","backgroundColorHover":"#abb8c3","textColorHover":"","paddingTop":"10","paddingRight":"10","paddingBottom":"10","paddingLeft":"10","iconSize":1.5,"gpDynamicLinkType":"single-post","gpDynamicSource":"next-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!0}]},template_3:{label:(0,l._x)("Two columns with background overlays","label","gp-premium"),thumbnail:"post-navigation-overlay.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"aadd0a6f","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"fe8855c5","columns":2,"horizontalGap":0,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"59edc08b","isGrid":true,"gridId":"fe8855c5","paddingTop":"40","paddingRight":"40","paddingBottom":"40","paddingLeft":"40","paddingSyncUnits":true,"backgroundColor":"#000000","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#e3e3e3","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"pseudo-element","opacity":0.4,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"isDynamic":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"previous-post","gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8d3d4c12","element":"p","backgroundColor":"#cf2e2e","showAdvancedTypography":true,"fontSize":14,"textTransform":"uppercase","paddingTop":"5","paddingRight":"10","paddingBottom":"5","paddingLeft":"10","inlineWidth":true} --\x3e

Previous

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"352592d1","element":"h3","showAdvancedTypography":true,"fontSize":25,"marginBottom":"0","className":"","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"previous-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"993a41e4","isGrid":true,"gridId":"fe8855c5","paddingTop":"40","paddingRight":"40","paddingBottom":"40","paddingLeft":"40","paddingSyncUnits":true,"backgroundColor":"#000000","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#e3e3e3","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"pseudo-element","opacity":0.4,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"isDynamic":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"next-post","gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"49c8845f","element":"p","backgroundColor":"#cf2e2e","showAdvancedTypography":true,"fontSize":14,"textTransform":"uppercase","paddingTop":"5","paddingRight":"10","paddingBottom":"5","paddingLeft":"10","inlineWidth":true} --\x3e

Next

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"6ba8079e","element":"h3","showAdvancedTypography":true,"fontSize":25,"marginBottom":"0","className":"","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"next-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]},template_4:{label:(0,l._x)("Two columns with arrows","label","gp-premium"),thumbnail:"post-navigation-arrows-2.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"96f5f0fa","innerContainer":"full","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"4785bcc3","columns":2,"horizontalGap":0,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"5287d6da","isGrid":true,"gridId":"4785bcc3","paddingTop":"30","paddingRight":"0","paddingBottom":"25","paddingLeft":"25","backgroundColor":"#ffffff","isDynamic":true,"gpRemoveContainerCondition":"no-previous-post","opacities":[],"textShadows":[{"state":"normal","target":"self","customSelector":"","color":"#000000","colorOpacity":0.5,"xOffset":5,"yOffset":5,"blur":10}]} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"261aea9d","columns":2,"horizontalGap":0,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"eb3b7005","isGrid":true,"gridId":"261aea9d","width":75,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"left","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"0a2d5bfc","element":"h3","alignment":"left","textColor":"#000000","linkColor":"#000000","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"previous-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"164ae39e","element":"p","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","hasIcon":true,"gpDynamicTextType":"comments-number","gpDynamicLinkType":"comments","gpDynamicTextReplace":"Comments number","gpDynamicSource":"previous-post"} --\x3e

Comments number

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"75cd654a","isGrid":true,"gridId":"261aea9d","width":25,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"2cf8ccdf","alignment":"right","stack":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"6acb0e83","hasUrl":true,"hasIcon":true,"removeText":true,"backgroundColor":"#0366d6","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#ffffff","paddingTop":"15","paddingRight":"20","paddingBottom":"15","paddingLeft":"20","gpDynamicLinkType":"single-post","gpDynamicSource":"previous-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7af8fa61","isGrid":true,"gridId":"4785bcc3","paddingTop":"30","paddingRight":"25","paddingBottom":"25","paddingLeft":"0","backgroundColor":"#0366d6","isDynamic":true,"gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"1161e4d4","columns":2,"horizontalGap":0,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"045e1698","isGrid":true,"gridId":"261aea9d","width":25,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"left","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"b5e0b3c6","alignment":"left","stack":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"557abb73","hasUrl":true,"hasIcon":true,"removeText":true,"backgroundColor":"#ffffff","textColor":"#0693e3","backgroundColorHover":"#222222","textColorHover":"#ffffff","paddingTop":"15","paddingRight":"20","paddingBottom":"15","paddingLeft":"20","gpDynamicLinkType":"single-post","gpDynamicSource":"next-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9ad09f6f","isGrid":true,"gridId":"261aea9d","width":75,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"9ba9e9d1","element":"h3","alignment":"right","textColor":"#ffffff","linkColor":"#ffffff","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"next-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8ebf8dbe","element":"p","alignment":"right","textColor":"#ffffff","linkColor":"#ffffff","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","hasIcon":true,"gpDynamicTextType":"comments-number","gpDynamicLinkType":"comments","gpDynamicTextReplace":"Comments number","gpDynamicSource":"next-post"} --\x3e

Comments number

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]},template_5:{label:(0,l._x)("Two columns with featured image offset","label","gp-premim"),thumbnail:"post-navigation-offset.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"52018004","innerContainer":"full","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginRight":"30","marginLeft":"30","marginLeftTablet":"30","marginRightMobile":"25","marginLeftMobile":"25","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"7bdd6853","columns":4,"horizontalGap":0,"verticalGapMobile":0,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4138dd74","isGrid":true,"gridId":"7bdd6853","width":25,"widthTablet":50,"widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","borderRadiusBottomLeft":"10","borderRadiusTopLeft":"10","borderRadiusBottomLeftTablet":"0","borderRadiusBottomLeftMobile":"0","borderRadiusTopLeftMobile":"5","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"verticalAlignment":"center","isDynamic":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"previous-post","gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"776ec4d6","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"a3aaad4c","hasUrl":true,"hasIcon":true,"removeText":true,"backgroundColor":"#b5b5b5","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#ffffff","borderColor":"#f9f9f9","marginRight":"1.5","marginLeft":"-1.5","marginUnit":"em","paddingTop":"15","paddingRight":"15","paddingBottom":"15","paddingLeft":"15","borderSizeTop":"7","borderSizeRight":"7","borderSizeBottom":"7","borderSizeLeft":"7","borderRadiusTopRight":"100","borderRadiusBottomRight":"100","borderRadiusBottomLeft":"100","borderRadiusTopLeft":"100","borderRadiusUnit":"%","iconSizeMobile":0.8,"gpDynamicLinkType":"single-post","gpDynamicSource":"previous-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"18430adf","isGrid":true,"gridId":"7bdd6853","width":25,"widthTablet":50,"widthMobile":50,"paddingTop":"30","paddingRight":"30","paddingBottom":"30","paddingLeft":"30","paddingSyncUnits":true,"paddingTopMobile":"10","paddingRightMobile":"10","paddingBottomMobile":"10","paddingLeftMobile":"10","marginRight":"10","marginRightTablet":"0","marginRightMobile":"0","borderRadiusTopRight":"10","borderRadiusBottomRight":"10","borderRadiusBottomRightTablet":"0","borderRadiusTopRightMobile":"5","borderRadiusBottomRightMobile":"0","backgroundColor":"#ffffff","zindex":2,"alignment":"center","isDynamic":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"previous-post","gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2acc62a4","element":"h3","alignment":"left","backgroundColor":"#ffffff","textColor":"#000000","linkColor":"#000000","showAdvancedTypography":true,"fontSize":25,"fontSizeMobile":17,"marginBottom":"0","marginLeft":"-4","marginUnit":"em","marginLeftMobile":"-3","paddingTop":"10","paddingRight":"10","paddingBottom":"10","paddingLeft":"10","paddingSyncUnits":true,"borderRadiusBottomLeft":"10","borderRadiusTopLeft":"10","borderRadiusTopRightMobile":"5","borderRadiusBottomRightMobile":"5","borderRadiusBottomLeftMobile":"5","borderRadiusTopLeftMobile":"5","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"previous-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ce9878f4","isGrid":true,"gridId":"7bdd6853","width":25,"widthTablet":50,"widthMobile":50,"paddingTop":"30","paddingRight":"30","paddingBottom":"30","paddingLeft":"30","paddingSyncUnits":true,"paddingTopMobile":"10","paddingRightMobile":"10","paddingBottomMobile":"10","paddingLeftMobile":"10","marginLeft":"10","marginLeftTablet":"0","marginLeftMobile":"0","borderRadiusBottomLeft":"10","borderRadiusTopLeft":"10","borderRadiusTopLeftTablet":"0","borderRadiusBottomLeftMobile":"5","borderRadiusTopLeftMobile":"0","backgroundColor":"#ffffff","zindex":1,"alignment":"center","isDynamic":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"next-post","gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"9d97a37f","element":"h3","alignment":"right","backgroundColor":"#ffffff","textColor":"#000000","linkColor":"#000000","showAdvancedTypography":true,"fontSize":25,"fontSizeMobile":17,"marginRight":"-4","marginBottom":"0","marginUnit":"em","marginRightMobile":"-3","paddingTop":"10","paddingRight":"10","paddingBottom":"10","paddingLeft":"10","paddingSyncUnits":true,"borderRadiusTopRight":"10","borderRadiusBottomRight":"10","borderRadiusTopRightMobile":"5","borderRadiusBottomRightMobile":"5","borderRadiusBottomLeftMobile":"5","borderRadiusTopLeftMobile":"5","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"next-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"6c856070","isGrid":true,"gridId":"7bdd6853","width":25,"widthTablet":50,"widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","borderRadiusTopRight":"10","borderRadiusBottomRight":"10","borderRadiusTopRightTablet":"0","borderRadiusTopRightMobile":"0","borderRadiusBottomRightMobile":"5","bgImage":{"id":"","image":{"url":"https://generatepress.local/wp-content/plugins/gp-premium/elements/assets/admin/background-image-fallback.jpg"}},"verticalAlignment":"center","isDynamic":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"next-post","gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"ad40b681","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"139d60e4","hasUrl":true,"hasIcon":true,"removeText":true,"backgroundColor":"#b5b5b5","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#ffffff","borderColor":"#f9f9f9","marginRight":"-1.5","marginLeft":"1.5","marginUnit":"em","paddingTop":"15","paddingRight":"15","paddingBottom":"15","paddingLeft":"15","borderSizeTop":"7","borderSizeRight":"7","borderSizeBottom":"7","borderSizeLeft":"7","borderRadiusTopRight":"100","borderRadiusBottomRight":"100","borderRadiusBottomLeft":"100","borderRadiusTopLeft":"100","borderRadiusUnit":"%","iconSizeMobile":0.8,"gpDynamicLinkType":"single-post","gpDynamicSource":"next-post","opacities":[],"transitions":[],"boxShadows":[],"transforms":[],"textShadows":[],"filters":[]} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]}},Re={basic_1:{label:(0,l._x)("Inline with avatar","label","gp-premium"),thumbnail:"post-meta-inline.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"8a25fc79","paddingTop":"15","paddingRight":"0","paddingBottom":"15","paddingLeft":"0","marginTop":"20","marginBottom":"20","borderSizeTop":"1","borderSizeBottom":"1","borderColor":"#e8edf0","showAdvancedTypography":true,"fontSize":14,"isDynamic":true,"gpInlinePostMeta":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"3fb4928a","element":"div","marginLeft":"10","paddingRight":"10","inlineWidth":true,"gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author Name"} --\x3e
Author Name
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"f9b55781","element":"div","borderColor":"#e8edf0","paddingLeft":"10","borderSizeLeft":"1","inlineWidth":true,"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date"} --\x3e
Date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8fca9ec9","element":"div","borderColor":"#e8edf0","marginLeft":"10","paddingLeft":"10","borderSizeLeft":"1","hasIcon":true,"inlineWidth":true,"gpDynamicTextType":"comments-number","gpDynamicLinkType":"comments","gpDynamicTextReplace":"Comments","gpDynamicTextTaxonomy":"category","gpDynamicNoCommentsText":"0","gpDynamicSingleCommentText":"1","gpDynamicMultipleCommentsText":"%"} --\x3e
Comments
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_post_meta_location",value:"after-post-title"},{key:"_generate_disable_primary_post_meta",value:!0}]},basic_2:{label:(0,l._x)("Stacked with avatar","label","gp-premium"),thumbnail:"post-meta-avatar-stacked.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"a745be15","paddingTop":"20","paddingRight":"0","paddingBottom":"20","paddingLeft":"0","showAdvancedTypography":true,"fontSize":14,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"fe4d27a3","columns":2,"horizontalGap":15,"verticalAlignment":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"fd4592f4","isGrid":true,"gridId":"fe4d27a3","width":10,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarSize":120} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"137e86ad","isGrid":true,"gridId":"fe4d27a3","width":90,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"d7bb0434","element":"p","marginBottom":"5","gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author Name"} --\x3e

Author Name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"759ebd2f","element":"p","marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_post_meta_location",value:"after-post-title"},{key:"_generate_disable_primary_post_meta",value:!0}]},basic_3:{label:(0,l._x)("Term buttons","label","gp-premium"),thumbnail:"post-meta-term-buttons.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"7134d7c2","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"621d2c31","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"e378fc0b","hasUrl":true,"backgroundColor":"#000000","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#ffffff","showAdvancedTypography":true,"fontSize":13,"marginTop":"5","marginRight":"5","marginBottom":"5","marginLeft":"5","paddingTop":"10","paddingRight":"10","paddingBottom":"10","paddingLeft":"10","borderRadiusTopRight":"20","borderRadiusBottomRight":"20","borderRadiusBottomLeft":"20","borderRadiusTopLeft":"20","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Terms","gpDynamicTextTaxonomy":"category"} --\x3e Terms \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_post_meta_location",value:"before-post-title"},{key:"_generate_disable_primary_post_meta",value:!1}]}},Le={template_1:{label:(0,l._x)("Full footer 1","label","gp-premium"),thumbnail:"site-footer-full-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"73cd57e1","paddingTop":"140","paddingRight":"30","paddingBottom":"60","paddingLeft":"30","backgroundColor":"#1b1b42","shapeDividers":[],"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"b76f312f","columns":3,"horizontalGap":80,"verticalAlignment":"center","verticalGapTablet":40,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"53cb46e2","isGrid":true,"gridId":"41f809a3","width":60,"widthTablet":100,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"aa19f1fb","element":"h3","textColor":"#ffffff"} --\x3e

Reach out to us for a consultation.

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"41582601","element":"p","textColor":"#ffffff","paddingRight":"100","paddingRightTablet":"0"} --\x3e

Semper blandit suspendisse faucibus metus lobortis morbi magna vivamus per risus fermentum dapibus imperdiet praesent magnis.

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"a8276863","marginTop":"30","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"529d5dda","hasUrl":true,"backgroundColor":"","textColor":"#ffffff","backgroundColorHover":"#6212b3","backgroundColorHoverOpacity":0,"textColorHover":"#f2f5fa","borderColor":"#ffffff","borderColorHover":"#f2f5fa","borderColorHoverOpacity":0.8,"fontWeight":"600","marginRight":"20","marginBottomMobile":"20","paddingTop":"10","paddingRight":"20","paddingBottom":"10","paddingLeft":"20","borderSizeTop":"3","borderSizeRight":"3","borderSizeBottom":"3","borderSizeLeft":"3","borderRadiusTopRight":"2","borderRadiusBottomRight":"2","borderRadiusBottomLeft":"2","borderRadiusTopLeft":"2"} --\x3e Contact Us \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"e1bd60bb","isGrid":true,"gridId":"41f809a3","width":20,"widthTablet":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","removeVerticalGapTablet":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"37420255","element":"p","textColor":"#ffffff"} --\x3e

Company Name
Address Here
Address Here

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"bf8e162e","element":"p","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#f2f5fa","marginBottom":"0","hasIcon":true,"iconPaddingTop":".1"} --\x3e

+1 000 000 0000

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"c762d353","isGrid":true,"gridId":"41f809a3","width":20,"widthTablet":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","removeVerticalGapTablet":true,"removeVerticalGapMobile":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"08544617","alignment":"right","alignmentTablet":"right","alignmentMobile":"left","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"13c371f8","hasUrl":true,"hasIcon":true,"removeText":true,"ariaLabel":"instagram link","backgroundColor":"","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#f2f5fa","borderColor":"#ffffff","borderColorHover":"#f2f5fa","marginRight":"20","paddingTop":"6","paddingRight":"6","paddingBottom":"6","paddingLeft":"6","borderSizeTop":"2","borderSizeRight":"2","borderSizeBottom":"2","borderSizeLeft":"2","borderRadiusTopRight":"50","borderRadiusBottomRight":"50","borderRadiusBottomLeft":"50","borderRadiusTopLeft":"50","iconSize":0.8} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"926332bd","hasUrl":true,"hasIcon":true,"removeText":true,"ariaLabel":"twitter link","backgroundColor":"","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#f2f5fa","borderColor":"#ffffff","borderColorHover":"#f2f5fa","marginRight":"20","paddingTop":"6","paddingRight":"6","paddingBottom":"6","paddingLeft":"6","borderSizeTop":"2","borderSizeRight":"2","borderSizeBottom":"2","borderSizeLeft":"2","borderRadiusTopRight":"50","borderRadiusBottomRight":"50","borderRadiusBottomLeft":"50","borderRadiusTopLeft":"50","iconSize":0.8} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"d957854e","hasUrl":true,"hasIcon":true,"removeText":true,"ariaLabel":"facebook link","backgroundColor":"","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#f2f5fa","borderColor":"#ffffff","borderColorHover":"#f2f5fa","paddingTop":"6","paddingRight":"6","paddingBottom":"6","paddingLeft":"6","borderSizeTop":"2","borderSizeRight":"2","borderSizeBottom":"2","borderSizeLeft":"2","borderRadiusTopRight":"50","borderRadiusBottomRight":"50","borderRadiusBottomLeft":"50","borderRadiusTopLeft":"50","iconSize":0.8} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"0f87c806","paddingTop":"60","paddingRight":"0","paddingBottom":"60","paddingLeft":"0","marginTop":"60","borderSizeTop":"1","borderColor":"#ffffff","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"9cc30ed9","columns":2,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"e6861bde","isGrid":true,"gridId":"60ab45cf","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"97c10964","element":"p","textColor":"#ffffff","showAdvancedTypography":true,"fontSize":17} --\x3e

© Company Name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7c528044","isGrid":true,"gridId":"60ab45cf","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"d060803e","alignment":"right","alignmentMobile":"left","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"907cc664","hasUrl":true,"backgroundColor":"","textColor":"#ffffff","backgroundColorHover":"","textColorHover":"#f2f5fa","showAdvancedTypography":true,"fontSize":17,"marginRight":"30"} --\x3e Privacy Policy \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"a6a340bc","hasUrl":true,"backgroundColor":"","textColor":"#ffffff","backgroundColorHover":"","textColorHover":"#f2f5fa","showAdvancedTypography":true,"fontSize":17} --\x3e Terms of Service \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e'},template_2:{label:(0,l._x)("Full footer 2","label","gp-premium"),thumbnail:"site-footer-full-2.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"e224c1dd","paddingTop":"80","paddingRight":"20","paddingBottom":"80","paddingLeft":"20","backgroundColor":"#fafbfc","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"34307d45","element":"p","alignment":"center","textColor":"#2e3d4d","showAdvancedTypography":true,"fontWeight":"bold","fontSize":14,"textTransform":"uppercase","letterSpacing":0.3,"marginTop":"10"} --\x3e

Your Company Name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4068688a","paddingTop":"60","paddingRight":"20","paddingBottom":"60","paddingLeft":"20","marginTop":"60","marginBottom":"60","borderSizeTop":"1","borderSizeBottom":"1","borderColor":"#5c7a99","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"690686fb","columns":3,"horizontalGap":0,"verticalAlignment":"center","verticalGapMobile":40,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"12d457ad","isGrid":true,"gridId":"f5b096f9","width":32,"paddingTop":"0","paddingRight":"20","paddingBottom":"0","paddingLeft":"20","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8818b435","element":"p","alignment":"center","showAdvancedTypography":true,"fontWeight":"bold","fontSize":13,"textTransform":"uppercase","letterSpacing":0.2,"marginBottom":"0"} --\x3e

PH +1 000 000 0000

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"68ec175a","isGrid":true,"gridId":"f5b096f9","width":36,"paddingTop":"0","paddingRight":"20","paddingBottom":"0","paddingLeft":"20","borderSizeRight":"1","borderSizeLeft":"1","borderSizeTopMobile":"0","borderSizeRightMobile":"0","borderSizeBottomMobile":"0","borderSizeLeftMobile":"0","borderColor":"#5c7a99","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"cf4dcfab","element":"p","alignment":"center","showAdvancedTypography":true,"fontWeight":"bold","fontSize":13,"textTransform":"uppercase","letterSpacing":0.2,"marginBottom":"0"} --\x3e

24 M Drive
East Hampton, NY 11937

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"47f78435","isGrid":true,"gridId":"f5b096f9","width":32,"paddingTop":"0","paddingRight":"20","paddingBottom":"0","paddingLeft":"20","removeVerticalGapMobile":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"fd601b43","alignment":"center","marginBottom":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"2800ad9a","hasUrl":false,"hasIcon":true,"removeText":true,"textColor":"#2e3d4d","textColorHover":"#5c7a99","marginRight":"20","iconSize":0.9} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"eb98a6f6","hasUrl":false,"hasIcon":true,"removeText":true,"textColor":"#2e3d4d","textColorHover":"#5c7a99","marginRight":"20","iconSize":0.9} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"ab839eb9","hasUrl":false,"hasIcon":true,"removeText":true,"textColor":"#2e3d4d","textColorHover":"#5c7a99","marginRight":"20","iconSize":0.8} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"5b757c38","hasUrl":false,"hasIcon":true,"removeText":true,"textColor":"#2e3d4d","textColorHover":"#5c7a99","marginRight":"20","iconSize":0.8} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"424f95c0","columns":2,"verticalGapMobile":30,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"cc32f783","isGrid":true,"gridId":"90341e96","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"1e50faeb","element":"p","alignment":"left","alignmentMobile":"center","showAdvancedTypography":true,"fontWeight":"bold","fontSize":12,"textTransform":"uppercase","letterSpacing":0.2} --\x3e

© Your Copyright Message

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"b706d851","isGrid":true,"gridId":"90341e96","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","removeVerticalGapMobile":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"b4f65930","alignment":"right","alignmentMobile":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"373aae0d","hasUrl":false,"textColor":"#2e3d4d","textColorHover":"#5c7a99","showAdvancedTypography":true,"fontWeight":"bold","fontSize":12,"textTransform":"uppercase","letterSpacing":0.2,"marginRight":"30"} --\x3e PRIVACY POLICY \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"3cd1cf71","hasUrl":false,"textColor":"#2e3d4d","textColorHover":"#5c7a99","showAdvancedTypography":true,"fontWeight":"bold","fontSize":12,"textTransform":"uppercase","letterSpacing":0.2} --\x3e terms of service \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e'}},Be={template_1:{label:(0,l._x)("Basic layout with term buttons","label","gp-premium"),thumbnail:"content-template-basic.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"d2cafe96","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"6d7bfb40","marginBottom":"15","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"38620841","hasUrl":true,"backgroundColor":"#000000","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#ffffff","showAdvancedTypography":true,"fontSize":13,"paddingTop":"5","paddingRight":"10","paddingBottom":"5","paddingLeft":"10","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Terms","gpDynamicTextTaxonomy":"category"} --\x3e Terms \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"f593ba8c","linkColor":"#000000","linkColorHover":"#858585","showAdvancedTypography":true,"fontWeight":"bold","marginBottom":"30","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Post Title"} --\x3e

Post Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"1ed16867","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","showAdvancedTypography":true,"fontSize":14,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"27f5a324","columns":2,"verticalAlignment":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"dc72dc13","isGrid":true,"gridId":"10064c4d","widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true,"gpInlinePostMeta":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"c7b33e8b","element":"p","marginBottom":"0","marginLeft":"10","gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author name"} --\x3e

Author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ec93a944","isGrid":true,"gridId":"10064c4d","widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"af8af68e","element":"p","marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicDateUpdated":true} --\x3e

Post date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"b70b46a6","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"marginTop":"30","marginBottom":"30","isDynamic":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"medium_large","linkTo":"single-post"} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt"} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"750"},{key:"_generate_use_theme_post_container",value:!0}]},template_2:{label:(0,l._x)("Layout with offset content","label","gp-premium"),thumbnail:"content-template-offset.jpg",content:'\x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large","linkTo":"single-post"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"05e7d83e","paddingTop":"20","paddingRight":"20","paddingBottom":"20","paddingLeft":"20","paddingSyncUnits":true,"marginTop":"-65","marginRight":"40","marginBottom":"20","marginLeft":"0","backgroundColor":"#ffffff","zindex":1,"showAdvancedTypography":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"83898f1c","element":"p","linkColor":"#000000","linkColorHover":"#abb8c3","showAdvancedTypography":true,"fontWeight":"700","fontSize":14,"textTransform":"uppercase","marginBottom":"20","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category"} --\x3e

Category

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"98a0e67b","showAdvancedTypography":true,"fontSize":28,"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Title"} --\x3e

Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":25,"useThemeMoreLink":false} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"fed802f7","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"marginTop":"20","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"ee363d21","columns":2,"horizontalGap":0,"verticalAlignment":"flex-end","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"74fcc8db","isGrid":true,"gridId":"b23efd25","width":66.66,"widthMobile":66.66,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginTop":"15","isDynamic":true,"gpInlinePostMeta":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarSize":35,"avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"33ed7660","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginLeft":"10","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2def9732","element":"p","borderColor":"","showAdvancedTypography":true,"fontSize":15,"marginBottom":"0","borderSizeRight":"0","gpDynamicTextType":"post-author","gpDynamicTextReplace":"Post author name"} --\x3e

Post author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"dd34513e","element":"p","showAdvancedTypography":true,"fontSize":12,"marginRight":"10","marginBottom":"0","borderSizeBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"6d144082","isGrid":true,"gridId":"b23efd25","width":33.33,"widthMobile":33.33,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginTop":"15","verticalAlignment":"center","alignment":"right","isDynamic":true,"gpInlinePostMetaJustify":"flex-end"} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"ee5c36a9","alignment":"right","marginTop":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"7c89fc64","hasUrl":true,"backgroundColor":"","textColor":"#000000","backgroundColorHover":"","textColorHover":"#abb8c3","fontWeight":"700","textTransform":"uppercase","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","gpDynamicLinkType":"single-post"} --\x3e More \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_3:{label:(0,l._x)("Layout with featured image overlay","label","gp-premim"),thumbnail:"content-template-overlay.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"99e0f8fe","minHeight":420,"paddingTop":"20","paddingRight":"20","paddingBottom":"20","paddingLeft":"20","borderRadiusTopRight":"12","borderRadiusBottomRight":"12","borderRadiusBottomLeft":"12","borderRadiusTopLeft":"12","gradient":true,"gradientDirection":180,"gradientColorOne":"#000000","gradientColorOneOpacity":0.62,"gradientColorTwoOpacity":0,"gradientSelector":"pseudo-element","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#ffffff","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"isDynamic":true,"gpDynamicImageBg":"featured-image"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"864271b1","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"marginBottom":"10","isDynamic":true,"gpInlinePostMeta":true,"gpInlinePostMetaJustify":"space-between"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"bc0ec4fa","element":"p","showAdvancedTypography":true,"fontWeight":"700","fontSize":13,"textTransform":"uppercase","marginRight":"10","marginBottom":"0","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category","gpDynamicTextTaxonomySeparator":" / "} --\x3e

Category

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"5e2dac4c","element":"p","alignment":"right","showAdvancedTypography":true,"fontSize":12,"marginBottom":"0","hasIcon":true,"iconSize":1.4,"gpDynamicTextType":"comments-number","gpDynamicTextReplace":"COMMENTS","gpDynamicNoCommentsText":"0","gpDynamicSingleCommentText":"1","gpDynamicMultipleCommentsText":"%"} --\x3e

COMMENTS

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"b1e898af","showAdvancedTypography":true,"fontSize":24,"marginUnit":"%","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Title"} --\x3e

Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"3413b754","alignment":"right","marginTop":"300","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"95f40917","hasUrl":true,"backgroundColor":"#ffffff","textColor":"#000000","backgroundColorHover":"#ffffff","backgroundColorHoverOpacity":0.75,"textColorHover":"#000000","borderColor":"#ffffff","borderColorHover":"#ffffff","showAdvancedTypography":true,"fontWeight":"700","fontSize":12,"textTransform":"uppercase","paddingTop":"10","paddingRight":"20","paddingBottom":"10","paddingLeft":"20","borderSizeTop":"1","borderSizeRight":"1","borderSizeBottom":"1","borderSizeLeft":"1","borderRadiusTopRight":"8","borderRadiusBottomRight":"8","borderRadiusBottomLeft":"8","borderRadiusTopLeft":"8","gpDynamicLinkType":"single-post"} --\x3e Read More \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_4:{label:(0,l._x)("Layout with slanted shape divider","label","gp-premim"),thumbnail:"content-template-slant.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"0af7ec3a","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"borderSizeTop":"0","borderSizeRight":"0","borderSizeBottom":"0","borderSizeLeft":"0","borderColor":"#000000","isDynamic":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"cc5683f8","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"marginTop":"0","marginBottom":"0","zindex":1,"showAdvancedTypography":true,"fontSize":14,"shapeDividers":[{"shape":"gb-angle-1","color":"#ffffff","colorOpacity":1,"location":"bottom","height":50,"heightTablet":"","heightMobile":"","width":100,"widthTablet":"","widthMobile":"","flipHorizontally":false,"zindex":""}],"isDynamic":true} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7f6bf8cd","paddingTop":"0","paddingRight":"25","paddingBottom":"15","paddingLeft":"25","marginTop":"0","marginRight":"0","marginBottom":"0","marginLeft":"0","backgroundColor":"#ffffff","zindex":1,"showAdvancedTypography":true,"shapeDividers":[],"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"7fd9c317","element":"p","showAdvancedTypography":true,"fontSize":14,"marginBottom":"5","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicDateUpdated":true} --\x3e

Post date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"a8ee15fd","showAdvancedTypography":true,"fontSize":30,"marginBottom":"15","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":25,"useThemeMoreLink":false} /--\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"bc9ef703","alignment":"right","marginTop":"15","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"120ee35e","hasUrl":true,"backgroundColor":"","textColor":"#000000","backgroundColorHover":"#222222","textColorHover":"#ffffff","showAdvancedTypography":true,"fontWeight":"700","textTransform":"uppercase","paddingTop":"15","paddingRight":"20","paddingBottom":"15","paddingLeft":"20","gpDynamicLinkType":"single-post"} --\x3e Read More \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_5:{label:(0,l._x)("Layout with centered content","label","gp-premim"),thumbnail:"content-template-centered.jpg",content:'\x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"5a785d21","paddingTop":"25","paddingRight":"25","paddingBottom":"25","paddingLeft":"25","paddingSyncUnits":true,"backgroundColor":"#ffffff","alignment":"center","showAdvancedTypography":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"82629d5c","linkColor":"#000000","showAdvancedTypography":true,"fontWeight":"700","fontSize":25,"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":15,"useThemeMoreLink":false} /--\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"ad806696","alignment":"center","marginTop":"20","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"a1b8a609","hasUrl":true,"backgroundColor":"#cf2e2e","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#ffffff","showAdvancedTypography":true,"fontSize":15,"textTransform":"uppercase","paddingTop":"8","paddingRight":"20","paddingBottom":"8","paddingLeft":"20","borderRadiusTopRight":"50","borderRadiusBottomRight":"50","borderRadiusBottomLeft":"50","borderRadiusTopLeft":"50","gpDynamicLinkType":"single-post"} --\x3e Read more \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_6:{label:(0,l._x)("Layout with borders","label","gp-premim"),thumbnail:"content-template-borders.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"0af4cc7c","paddingTop":"5","paddingRight":"5","paddingBottom":"5","paddingLeft":"5","paddingSyncUnits":true,"borderSizeTop":"1","borderSizeRight":"1","borderSizeBottom":"1","borderSizeLeft":"1","borderRadiusTopRight":"2","borderRadiusBottomRight":"2","borderRadiusBottomLeft":"2","borderRadiusTopLeft":"2","borderColor":"#b6b6b6","backgroundColor":"#ffffff","isDynamic":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"b69b5c43","paddingTop":"30","paddingRight":"30","paddingBottom":"30","paddingLeft":"30","paddingSyncUnits":true,"showAdvancedTypography":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8dfa4238","element":"p","textColor":"#0693e3","showAdvancedTypography":true,"fontWeight":"700","fontSize":14,"textTransform":"uppercase","marginBottom":"5","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Terms","gpDynamicTextTaxonomy":"category"} --\x3e

Terms

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"29491daa","showAdvancedTypography":true,"fontSize":30,"marginBottom":"15","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":25,"useThemeMoreLink":false} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"d5dadc43","paddingTop":"15","paddingRight":"10","paddingBottom":"10","paddingLeft":"10","borderSizeTop":"1","borderColor":"#b6b6b6","showAdvancedTypography":true,"fontSize":14,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"3da68acd","columns":2,"verticalAlignment":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"2c30b1f9","isGrid":true,"gridId":"3da68acd","widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"fc06eba3","element":"p","textColor":"#b6b6b6","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicTextTaxonomy":"category","gpDynamicDateUpdated":true} --\x3e

Post date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9bb8c373","isGrid":true,"gridId":"3da68acd","widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"afc412f8","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"0fcad1cd","hasUrl":true,"backgroundColor":"","textColor":"#0693e3","backgroundColorHover":"#222222","textColorHover":"#ffffff","borderColor":"#0693e3","borderColorHover":"#222222","textTransform":"uppercase","paddingTop":"8","paddingRight":"12","paddingBottom":"8","paddingLeft":"12","borderSizeTop":"2","borderSizeRight":"2","borderSizeBottom":"2","borderSizeLeft":"2","borderRadiusTopRight":"2","borderRadiusBottomRight":"2","borderRadiusBottomLeft":"2","borderRadiusTopLeft":"2","gpDynamicLinkType":"single-post"} --\x3e Read more \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_7:{label:(0,l._x)("Landscape layout","label","gp-premium"),thumbnail:"content-template-landscape.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"918d68ce","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"ae18e4a9","columns":2,"verticalGapMobile":10,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ff15641f","isGrid":true,"gridId":"ae18e4a9","width":40,"widthTablet":40,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true,"gpRemoveContainerCondition":"no-featured-image"} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"medium_large","linkTo":"single-post"} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"64596747","isGrid":true,"gridId":"ae18e4a9","width":60,"widthTablet":60,"paddingTop":"0","paddingRight":"20","paddingBottom":"10","paddingLeft":"0","paddingTopMobile":"10","paddingRightMobile":"10","paddingBottomMobile":"10","paddingLeftMobile":"10","verticalAlignment":"center","showAdvancedTypography":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ce3f6f48","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginBottom":"10","showAdvancedTypography":true,"isDynamic":true,"gpInlinePostMeta":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"fdbba1f9","element":"p","showAdvancedTypography":true,"fontWeight":"900","fontSize":14,"textTransform":"uppercase","marginRight":"10","marginBottom":"0","paddingRight":"10","borderSizeRight":"1","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category"} --\x3e

Category

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"6df4d39e","element":"p","showAdvancedTypography":true,"fontSize":14,"marginRight":"10","marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"84923e14","showAdvancedTypography":true,"fontSize":28,"marginBottom":"20","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Title"} --\x3e

Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":20} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"800"},{key:"_generate_use_theme_post_container",value:!0}]}},Ee={template_1:{label:(0,l._x)("Default next and previous buttons","label","gp-premium"),thumbnail:"archive-navigation-buttons-2.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"fb6c192f","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"fe27e101","columns":2,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"af38c5d0","isGrid":true,"gridId":"fe27e101","widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"9396ea35","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"aa4ef21a","hasUrl":true,"hasIcon":true,"backgroundColor":"","textColor":"","backgroundColorHover":"","textColorHover":"","className":"button","gpDynamicLinkType":"previous-posts"} --\x3e Previous \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4f3ab895","isGrid":true,"gridId":"fe27e101","widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"8fcd7911","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"84010058","hasUrl":true,"hasIcon":true,"iconLocation":"right","backgroundColor":"","textColor":"","backgroundColorHover":"","textColorHover":"","iconPaddingRight":"","iconPaddingLeft":"0.5","className":"button","gpDynamicLinkType":"next-posts"} --\x3e Next \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_main_content"},{key:"_generate_hook_priority",value:"20"},{key:"_generate_disable_archive_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!0}]},template_2:{label:(0,l._x)("Rounded buttons with icon","label","gp-premium"),thumbnail:"archive-navigation-buttons-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"5edb5029","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"c7866401","alignment":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"4c23c469","hasUrl":true,"hasIcon":true,"removeText":true,"ariaLabel":"Previous page","backgroundColor":"#ffffff","textColor":"#000000","backgroundColorHover":"#222222","textColorHover":"#ffffff","borderColor":"#000000","marginTop":"5","marginRight":"5","marginBottom":"5","marginLeft":"5","paddingTop":"20","paddingRight":"20","paddingBottom":"20","paddingLeft":"20","borderSizeTop":"1","borderSizeRight":"1","borderSizeBottom":"1","borderSizeLeft":"1","borderRadiusTopRight":"100","borderRadiusBottomRight":"100","borderRadiusBottomLeft":"100","borderRadiusTopLeft":"100","gpDynamicLinkType":"previous-posts"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"55622f43","hasUrl":true,"hasIcon":true,"removeText":true,"ariaLabel":"Next page","backgroundColor":"#ffffff","textColor":"#000000","backgroundColorHover":"#222222","textColorHover":"#ffffff","borderColor":"#000000","marginTop":"5","marginRight":"5","marginBottom":"5","marginLeft":"5","paddingTop":"20","paddingRight":"20","paddingBottom":"20","paddingLeft":"20","borderSizeTop":"1","borderSizeRight":"1","borderSizeBottom":"1","borderSizeLeft":"1","borderRadiusTopRight":"100","borderRadiusBottomRight":"100","borderRadiusBottomLeft":"100","borderRadiusTopLeft":"100","gpDynamicLinkType":"next-posts"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_main_content"},{key:"_generate_hook_priority",value:"20"},{key:"_generate_disable_archive_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]}},Oe={template_1:{label:(0,l._x)("Basic single post page hero","label","gp-premium"),thumbnail:"page-hero-basic.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"8b6d1c4b","paddingTop":"150","paddingBottom":"150","backgroundColor":"#000000","textColor":"#ffffff","linkColor":"#ffffff","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"pseudo-element","opacity":0.3,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"alignment":"center","isDynamic":true,"gpDynamicImageBg":"featured-image"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"62a8b2cc","element":"h1","showAdvancedTypography":true,"fontSize":50,"gpDynamicTextType":"title","gpDynamicTextReplace":"Page Title"} --\x3e

Page Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"f49b9f49","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true,"gpInlinePostMeta":true,"gpInlinePostMetaJustify":"center"} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2e715b13","element":"p","marginBottom":"0","marginLeft":"10","gpDynamicTextType":"post-author","gpDynamicTextReplace":"Author name"} --\x3e

Author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"dedbe2c8","element":"p","marginBottom":"0","marginLeft":"20","paddingLeft":"20","borderSizeLeft":"1","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicDateUpdated":true} --\x3e

Post date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_header"},{key:"_generate_disable_title",value:!0},{key:"_generate_disable_featured_image",value:!0},{key:"_generate_disable_primary_post_meta",value:!0}]},template_2:{label:(0,l._x)("Single post hero with excerpt","label","gp-premium"),thumbnail:"page-hero-excerpt.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"70385d72","paddingTop":"80","paddingRight":"40","paddingBottom":"80","paddingLeft":"40","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"5dc55b95","columns":2,"horizontalGap":80,"verticalGap":20,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"579e5b87","isGrid":true,"gridId":"fde86e48","width":45,"widthTablet":60,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","verticalAlignment":"center","showAdvancedTypography":true,"fontSize":14,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"d909e043","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"marginBottom":"10","isDynamic":true,"gpInlinePostMeta":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"9fdb86dc","element":"p","textColor":"#000000","linkColor":"#000000","showAdvancedTypography":true,"fontWeight":"900","fontSize":14,"textTransform":"uppercase","marginRight":"10","marginBottom":"0","paddingRight":"10","borderSizeRight":"1","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category"} --\x3e

Category

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"1ee4cbcf","element":"p","showAdvancedTypography":true,"fontSize":14,"marginRight":"10","marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"56c7eb13","marginBottom":"10","gpDynamicTextType":"title","gpDynamicTextReplace":"Title"} --\x3e

Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","useThemeMoreLink":false} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4e92c4e8","isGrid":true,"gridId":"fde86e48","width":55,"widthTablet":40,"minHeight":400,"minHeightMobile":250,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"element","opacity":1,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"isDynamic":true,"gpDynamicImageBg":"featured-image","gpUseFallbackImageBg":true} /--\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_header"},{key:"_generate_disable_title",value:!0},{key:"_generate_disable_featured_image",value:!0},{key:"_generate_disable_primary_post_meta",value:!0}]}},Pe=window.wp.plugins,Me=window.wp.editPost,ze=window.wp.data,qe=window.wp.domReady,je=n.n(qe);function Ae(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function He(e){for(var t=1;t0&&S(r)}},void 0!==z[e].thumbnail&&!!z[e].thumbnail&&(0,o.createElement)(J.ZP,{overflow:!0,once:!0},(0,o.createElement)("img",{src:gpPremiumBlockElements.templateImageUrl+"/"+z[e].thumbnail,alt:z[e].label})),(0,o.createElement)("div",{className:"gpp-block-template-label"},z[e].label))})))),("right-sidebar"===c||"left-sidebar"===c)&&(0,o.createElement)(p.Notice,{status:"info",isDismissible:!1,className:"gpp-block-element-notice"},(0,l.__)("This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.","gp-premium")),"site-footer"===c&&(0,o.createElement)(p.BaseControl,null,(0,o.createElement)(p.Notice,{status:"info",isDismissible:!1,className:"gpp-block-element-notice"},(0,l.__)("This Element will replace your site footer area that holds your copyright message. It will not replace footer widgets if they exist.","gp-premium"))),"post-meta-template"===c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Location","gp-premium"),value:m,options:[{label:(0,l.__)("After post title","gp-premium"),value:"after-post-title"},{label:(0,l.__)("Before post title","gp-premium"),value:"before-post-title"},{label:(0,l.__)("After content","gp-premium"),value:"after-content"},{label:(0,l.__)("Custom","gp-premium"),value:"custom"}],onChange:function(e){S({_generate_post_meta_location:e})}})),M.length>1&&(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Quick hook select","gp-premium"),value:s||"",options:M,onChange:function(e){S({_generate_hook:e})}}),(!c||"hook"===c||"page-hero"===c||"post-navigation-template"===c||"archive-navigation-template"===c||"post-meta-template"===c&&"custom"===m)&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.BaseControl,{id:"gpp-hook-select",label:(0,l.__)("Hook name","gp-premium"),className:"gpp-hook-select"},(0,o.createElement)(Se,{options:E,className:function(e){return"container"===e?"gpp-block-element-search-select":"input"===e?"components-text-control__input":"select-search__"+e},value:s,placeholder:(0,l.__)("Choose your hook","gp-premium"),search:!0,onChange:function(e){e!==s&&S({_generate_hook:e||""})}})),"custom"===s&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Custom hook name","gp-premium"),type:"text",onChange:function(e){S({_generate_custom_hook:e||""})},value:d||""}),!!s&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Priority","gp-premium"),type:"text",onChange:function(e){S({_generate_hook_priority:e||""})},value:g||"",placeholder:"10"})),"post-meta-template"===c&&(0,o.createElement)(o.Fragment,null,(""===m||"after-post-title"===m||"before-post-title"===m||"custom"===m)&&(0,o.createElement)(p.ToggleControl,{checked:!!b,label:(0,l.__)("Replace default primary post meta","gp-premium"),onChange:function(e){S({_generate_disable_primary_post_meta:e})}}),("after-content"===m||"custom"===m)&&(0,o.createElement)(p.ToggleControl,{checked:!!h,label:(0,l.__)("Replace default secondary post meta","gp-premium"),onChange:function(e){S({_generate_disable_secondary_post_meta:e})}})),"content-template"===c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Tag name","gp-premium"),value:u,options:[{label:"article",value:"article"},{label:"div",value:"div"},{label:"section",value:"section"},{label:"aside",value:"aside"}],onChange:function(e){S({_generate_post_loop_item_tagname:e})}}),(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Apply to","gp-premium"),value:v,options:[{label:(0,l.__)("All posts","gp-premium"),value:""},{label:(0,l.__)("Posts with term","gp-premium"),value:"has-term"},{label:(0,l.__)("Posts with custom field","gp-premium"),value:"has-post-meta"},{label:(0,l.__)("First post","gp-premium"),value:"is-first-post"}],onChange:function(e){S({_generate_post_loop_item_display:e})}}),""!==v&&(0,o.createElement)(o.Fragment,null,"has-term"===v&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Taxonomy","gp-premium"),value:_,options:O,onChange:function(e){S({_generate_post_loop_item_display_tax:e})}}),!!_&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Term name","gp-premium"),type:"text",onChange:function(e){S({_generate_post_loop_item_display_term:e||""})},value:k||""})),"has-post-meta"===v&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Post meta name","gp-premium"),type:"text",onChange:function(e){S({_generate_post_loop_item_display_post_meta:e||""})},value:w||""}),q.length>0&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.BaseControl,null,(0,o.createElement)(p.ComboboxControl,{className:"editor-page-attributes__parent",label:(0,l.__)("Parent Element","gp-premium"),help:(0,l.__)("Set a parent Element to inherit in case the above conditions do not apply.","gp-premim"),value:L,options:q,onFilterValueChange:function(e){e&&Y()(I(e),300)},onChange:function(e){I(e)}})),!!L&&(0,o.createElement)(p.TextControl,{type:"number",label:(0,l.__)("Display Order","gp-premium"),onChange:function(e){R(e)},value:B}))),(0,o.createElement)(p.ToggleControl,{checked:!!x,label:(0,l.__)("Keep default post container","gp-premium"),onChange:function(e){S({_generate_use_theme_post_container:e})}})),"page-hero"===c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.ToggleControl,{checked:!!f,label:(0,l.__)("Disable title","gp-premium"),onChange:function(e){S({_generate_disable_title:e})}}),(0,o.createElement)(p.ToggleControl,{checked:!!y,label:(0,l.__)("Disable featured image","gp-premium"),onChange:function(e){S({_generate_disable_featured_image:e})}}),(0,o.createElement)(p.ToggleControl,{checked:!!b,label:(0,l.__)("Disable primary post meta","gp-premium"),onChange:function(e){S({_generate_disable_primary_post_meta:e})}})),"site-footer"===c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.TextControl,{className:"gpp-block-dynamic-year",type:"text",readOnly:!0,value:"{{current_year}}",label:(0,l.__)("Current year template tag","gp-premium"),help:(0,l.__)("Use the above template tag to add the current year to your footer.","gp-premium")})),"post-navigation-template"===c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.ToggleControl,{checked:!!T,label:(0,l.__)("Disable default post navigation","gp-premium"),onChange:function(e){S({_generate_disable_post_navigation:e})}}),(0,o.createElement)(p.ToggleControl,{checked:!!D,label:(0,l.__)("Add default archive navigation container","gp-premium"),onChange:function(e){S({_generate_use_archive_navigation_container:e})}})),"archive-navigation-template"===c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.ToggleControl,{checked:!!C,label:(0,l.__)("Disable default pagination","gp-premium"),onChange:function(e){S({_generate_disable_archive_navigation:e})}}),(0,o.createElement)(p.ToggleControl,{checked:!!D,label:(0,l.__)("Keep default archive navigation container","gp-premium"),onChange:function(e){S({_generate_use_archive_navigation_container:e})}}))))}}]),r}(o.Component),Fe=(0,ze.withSelect)((function(e){var t=e("core/editor").getEditedPostAttribute;return{meta:t("meta"),elementParent:t("parent"),elementMenuOrder:t("menu_order")}})),Ue=(0,ze.withDispatch)((function(e,t){var n=t.meta,a=e("core/editor").editPost;return{updateMeta:function(e){a({meta:He(He({},n),e)})},updateParentId:function(e){a({parent:e})},updateOrder:function(e){a({menu_order:e})}}})),Ge=(0,s.compose)([Fe,Ue])(Ne);(0,Pe.registerPlugin)("generatepress-block-element",{icon:null,render:Ge}),je()((function(){return(0,Pe.unregisterPlugin)("generatepress-content-width")}))}()}(); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.asset.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.asset.php new file mode 100644 index 00000000..80a8ab7c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.asset.php @@ -0,0 +1 @@ + array('wp-hooks', 'wp-i18n'), 'version' => '71ce575bd9a3b2ae77bd'); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.js new file mode 100644 index 00000000..33e0585a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.js @@ -0,0 +1 @@ +!function(){"use strict";function e(o){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(o)}function o(o,r,t){return(r=function(o){var r=function(o,r){if("object"!==e(o)||null===o)return o;var t=o[Symbol.toPrimitive];if(void 0!==t){var n=t.call(o,"string");if("object"!==e(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(o)}(o);return"symbol"===e(r)?r:String(r)}(r))in o?Object.defineProperty(o,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):o[r]=t,o}var r=window.wp.hooks,t=window.wp.i18n;function n(e,o){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);o&&(t=t.filter((function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable}))),r.push.apply(r,t)}return r}function a(e){for(var r=1;r array('wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '204b0a224864701c559a'); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/dashboard.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/dashboard.js new file mode 100644 index 00000000..ce2c1579 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/dashboard.js @@ -0,0 +1 @@ +!function(){var e,t={520:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function s(e,t,n){return(t=function(e){var t=function(e,t){if("object"!==r(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var s=n.call(e,"string");if("object"!==r(s))return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===r(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n0&&void 0!==arguments[0]?arguments[0]:p;a(!0),w(!!e);var t=document.querySelector(".generatepress-dashboard__section-item-message");t.classList.remove("generatepress-dashboard__section-item-message__show"),d()({path:"/generatepress-pro/v1/license",method:"POST",data:{key:e,status:_}}).then((function(e){a(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),e.success&&e.response?(t.classList.remove("generatepress-dashboard__section-item-message__error"),"valid"===e.response.license?t.textContent=(0,c.__)("License key activated.","gp-premium"):"deactivated"===e.response.license?t.textContent=(0,c.__)("License key deactivated.","gp-premium"):t.textContent=e.response,f(e.response.license),setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3)):(t.classList.add("generatepress-dashboard__section-item-message__error"),t.textContent=e.response)}))};return(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"generatepress-dashboard__section generatepress-license-key-area"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-title"},(0,i.createElement)("h2",null,(0,c.__)("License Key","gp-premium")),(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message"})),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item"},(0,i.createElement)(l.Notice,{className:"generatepress-dashboard__section-license-notice",isDismissible:!1,status:"valid"===_?"success":"warning"},"valid"===_?(0,i.createElement)("span",null,(0,c.__)("Receiving premium updates.","gp-premium")):(0,i.createElement)("span",null,(0,c.__)("Not receiving premium updates.","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-license-key"},E?(0,i.createElement)(l.TextControl,{type:"text",autoComplete:"off",value:p,disabled:!0}):(0,i.createElement)(i.Fragment,null,(0,i.createElement)(l.TextControl,{placeholder:(0,c.__)("Enter your license key to activate updates.","gp-premium"),type:"text",autoComplete:"off",onChange:function(e){return u(e)}}),!!p&&(0,i.createElement)(l.Button,{variant:"primary",disabled:!!s,onClick:function(){return S()}},s&&(0,i.createElement)(l.Spinner,null),!s&&(0,c.__)("Save key"))),!!E&&!!p&&(0,i.createElement)(l.Button,{variant:"primary",onClick:function(){u(""),S("")}},(0,c.__)("Clear key","generateblocks"))),""!==p&&(0,i.createElement)("div",{className:"generatepress-dashboard__section-beta-tester"},(0,i.createElement)(l.ToggleControl,{label:(0,c.__)("Receive development version updates"),help:(0,c.__)("Get alpha, beta, and release candidate updates directly to your Dashboard.","gp-premium"),checked:!!b,onChange:function(e){v(e),function(e){var t=document.querySelector(".generatepress-dashboard__section-item-message");t.classList.remove("generatepress-dashboard__section-item-message__show"),d()({path:"/generatepress-pro/v1/beta",method:"POST",data:{beta:e}}).then((function(e){a(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),e.success&&e.response?(t.classList.remove("generatepress-dashboard__section-item-message__error"),t.textContent=e.response,setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3)):(t.classList.add("generatepress-dashboard__section-item-message__error"),t.textContent=e.response)}))}(e)}})))))};window.addEventListener("DOMContentLoaded",(function(){(0,i.render)((0,i.createElement)(h,null),document.getElementById("generatepress-license-key"))}));var b=function(){var e=o((0,i.useState)(!1),2),t=e[0],n=e[1],s=o((0,i.useState)(!1),2),a=s[0],m=s[1],p=o((0,i.useState)(!1),2),g=p[0],_=p[1],f=o((0,i.useState)(!1),2),h=f[0],b=f[1],v=o((0,i.useState)("all"),2),y=v[0],E=v[1];return(0,i.useEffect)((function(){t||n(!0)})),t?(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"generatepress-dashboard__section"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-title"},(0,i.createElement)("h2",null,(0,c.__)("Import / Export","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-content"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-title"},(0,c.__)("Export","gp-premium")),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-description"},(0,c.__)("Export your customizer settings.","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-action"},(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message"}),(0,i.createElement)(l.ButtonGroup,{className:"generatepress-dashboard__section-item-export-type"},(0,i.createElement)(l.Button,{isPrimary:"all"===y,onClick:function(){return E("all")}},(0,c.__)("All","gp-premium")),(0,i.createElement)(l.Button,{isPrimary:"global-colors"===y,onClick:function(){return E("global-colors")}},(0,c.__)("Global Colors","gp-premium")),(0,i.createElement)(l.Button,{isPrimary:"typography"===y,onClick:function(){return E("typography")}},(0,c.__)("Typography","gp-premium"))),(0,i.createElement)(l.Button,{disabled:!!a,isPrimary:!0,onClick:function(e){return function(e){m(!0);var t=e.target.previousElementSibling.previousElementSibling;d()({path:"/generatepress-pro/v1/export",method:"POST",data:{items:!1,type:y}}).then((function(e){if(m(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),"object"===r(e.response)?t.textContent=(0,c.__)("Options exported","gp-premium"):t.textContent=e.response,e.success&&e.response){var n=(new Date).toISOString().slice(0,10),s="generatepress-settings-"+y+"-"+n+".json",a=new Blob([JSON.stringify(e.response)],{type:"application/json",name:s});u()(a,s),setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3)}else t.classList.add("generatepress-dashboard__section-item-message__error")}))}(e)}},!!a&&(0,i.createElement)(l.Spinner,null),!a&&(0,c.__)("Export","gp-premium")))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-content"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-title"},(0,c.__)("Import","gp-premium")),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-description"},(0,c.__)("Import your customizer settings.","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-action"},(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message"}),(0,i.createElement)("input",{type:"file",accept:".json",onChange:function(e){var t=new FileReader;t.onloadend=function(){var e=t.result;(e=JSON.parse(e))&&b(e)},t.readAsText(e.target.files[0])}}),(0,i.createElement)(l.Button,{disabled:!!g||!h,isPrimary:!0,onClick:function(e){window.confirm((0,c.__)("This can overwrite existing settings and cannot be undone.","gp-premium"))&&function(e){_(!0);var t=e.target.previousElementSibling.previousElementSibling,n=e.target.previousElementSibling;n.style.display="none",d()({path:"/generatepress-pro/v1/import",method:"POST",data:{import:h}}).then((function(e){_(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),"object"===r(e.response)?t.textContent=(0,c.__)("Options imported.","gp-premium"):t.textContent=e.response,e.success&&e.response?setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show"),n.style.display="block",n.value=""}),3e3):t.classList.add("generatepress-dashboard__section-item-message__error")}))}(e)}},!!g&&(0,i.createElement)(l.Spinner,null),!g&&(0,c.__)("Import","gp-premium")))))):(0,i.createElement)(l.Placeholder,{className:"generatepress-dashboard__placeholder"},(0,i.createElement)(l.Spinner,null))};window.addEventListener("DOMContentLoaded",(function(){(0,i.render)((0,i.createElement)(b,null),document.getElementById("generatepress-import-export-pro"))}));var v=function(){var e=o((0,i.useState)(!1),2),t=e[0],n=e[1],s=o((0,i.useState)(!1),2),a=s[0],m=s[1];return(0,i.useEffect)((function(){t||n(!0)})),t?(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"generatepress-dashboard__section"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-title",style:{marginBottom:0}},(0,i.createElement)("h2",null,(0,c.__)("Reset","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-description",style:{marginTop:0}},(0,c.__)("Reset your customizer settings.","gp-premium")),(0,i.createElement)(l.Button,{className:"generatepress-dashboard__reset-button",style:{marginTop:"10px"},disabled:!!a,isPrimary:!0,onClick:function(e){window.confirm((0,c.__)("This will delete all of your customizer settings. It cannot be undone.","gp-premium"))&&function(e){m(!0);var t=e.target.nextElementSibling;d()({path:"/generatepress-pro/v1/reset",method:"POST",data:{items:!1}}).then((function(e){m(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),"object"===r(e.response)?t.textContent=(0,c.__)("Settings reset.","gp-premium"):t.textContent=e.response,e.success&&e.response?setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3):t.classList.add("generatepress-dashboard__section-item-message__error")}))}(e)}},!!a&&(0,i.createElement)(l.Spinner,null),!a&&(0,c.__)("Reset","gp-premium")),(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message",style:{marginLeft:"10px"}}))):(0,i.createElement)(l.Placeholder,{className:"generatepress-dashboard__placeholder"},(0,i.createElement)(l.Spinner,null))};window.addEventListener("DOMContentLoaded",(function(){(0,i.render)((0,i.createElement)(v,null),document.getElementById("generatepress-reset-pro"))}))},162:function(e,t,n){var r,s;void 0===(s="function"==typeof(r=function(){"use strict";function t(e,t,n){var r=new XMLHttpRequest;r.open("GET",e),r.responseType="blob",r.onload=function(){i(r.response,t,n)},r.onerror=function(){console.error("could not download file")},r.send()}function r(e){var t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}catch(e){}return 200<=t.status&&299>=t.status}function s(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(n){var t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(t)}}var a="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof n.g&&n.g.global===n.g?n.g:void 0,o=a.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),i=a.saveAs||("object"!=typeof window||window!==a?function(){}:"download"in HTMLAnchorElement.prototype&&!o?function(e,n,o){var i=a.URL||a.webkitURL,c=document.createElement("a");n=n||e.name||"download",c.download=n,c.rel="noopener","string"==typeof e?(c.href=e,c.origin===location.origin?s(c):r(c.href)?t(e,n,o):s(c,c.target="_blank")):(c.href=i.createObjectURL(e),setTimeout((function(){i.revokeObjectURL(c.href)}),4e4),setTimeout((function(){s(c)}),0))}:"msSaveOrOpenBlob"in navigator?function(e,n,a){if(n=n||e.name||"download","string"!=typeof e)navigator.msSaveOrOpenBlob(function(e,t){return void 0===t?t={autoBom:!1}:"object"!=typeof t&&(console.warn("Deprecated: Expected third argument to be a object"),t={autoBom:!t}),t.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\ufeff",e],{type:e.type}):e}(e,a),n);else if(r(e))t(e,n,a);else{var o=document.createElement("a");o.href=e,o.target="_blank",setTimeout((function(){s(o)}))}}:function(e,n,r,s){if((s=s||open("","_blank"))&&(s.document.title=s.document.body.innerText="downloading..."),"string"==typeof e)return t(e,n,r);var i="application/octet-stream"===e.type,c=/constructor/i.test(a.HTMLElement)||a.safari,l=/CriOS\/[\d]+/.test(navigator.userAgent);if((l||i&&c||o)&&"undefined"!=typeof FileReader){var m=new FileReader;m.onloadend=function(){var e=m.result;e=l?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),s?s.location.href=e:location=e,s=null},m.readAsDataURL(e)}else{var d=a.URL||a.webkitURL,p=d.createObjectURL(e);s?s.location=p:location.href=p,s=null,setTimeout((function(){d.revokeObjectURL(p)}),4e4)}});a.saveAs=i.saveAs=i,e.exports=i})?r.apply(t,[]):r)||(e.exports=s)}},n={};function r(e){var s=n[e];if(void 0!==s)return s.exports;var a=n[e]={exports:{}};return t[e].call(a.exports,a,a.exports,r),a.exports}r.m=t,e=[],r.O=function(t,n,s,a){if(!n){var o=1/0;for(m=0;m=a)&&Object.keys(r.O).every((function(e){return r.O[e](n[c])}))?n.splice(c--,1):(i=!1,a0&&e[m-1][2]>a;m--)e[m]=e[m-1];e[m]=[n,s,a]},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e={966:0,100:0};r.O.j=function(t){return 0===e[t]};var t=function(t,n){var s,a,o=n[0],i=n[1],c=n[2],l=0;if(o.some((function(t){return 0!==e[t]}))){for(s in i)r.o(i,s)&&(r.m[s]=i[s]);if(c)var m=c(r)}for(t&&t(n);l array('wp-edit-post', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins'), 'version' => '27f43589f8077aec0cae'); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.css new file mode 100644 index 00000000..4d7bafd0 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.css @@ -0,0 +1 @@ +.gpp-active-element-type{color:#555;font-size:11px;text-transform:uppercase} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.js new file mode 100644 index 00000000..4b21bd3b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.js @@ -0,0 +1 @@ +!function(){"use strict";function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)}function t(t,n){for(var r=0;r array('react', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-html-entities', 'wp-i18n'), 'version' => 'c153dcc4d45dc270e00f'); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.css new file mode 100644 index 00000000..578ed157 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.css @@ -0,0 +1 @@ +.generatepress-site-library{box-sizing:border-box;margin:40px auto 0;max-width:1200px;padding:0 20px}.generatepress-site-library .generatepress-site-library-opened{bottom:0;display:flex;height:100vh;left:0;position:fixed;right:0;top:0;width:100%;z-index:99999}.generatepress-site-library .generatepress-site-library-info{background:#fff;border-left:1px solid #ddd;padding-bottom:50px;position:relative;width:300px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding-left:20px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header .has-author{margin-bottom:0}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header .site-library-author{color:#777;display:block;font-size:11px;margin-bottom:1em;margin-top:3px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header button{border-left:1px solid #ddd;height:auto}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-footer{border-top:1px solid #ddd;bottom:0;display:flex;left:0;position:absolute;right:0}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-footer button{flex-grow:1;font-size:20px;height:50px;justify-content:center}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-footer button:not(:last-child){border-right:1px solid #ddd}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content{box-sizing:border-box;height:calc(100% - 53px);overflow-y:auto;padding:20px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content>:first-child{margin-top:0}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content h3{margin-top:30px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content h3+.gpp-library-action-button{margin-top:10px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-plugins{font-size:12px;list-style-type:disc;margin-bottom:0;margin-left:1.5em}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-plugins li{margin-bottom:0}.generatepress-site-library .generatepress-site-library-iframe{background:#fff;display:flex;justify-content:center;width:calc(100% - 300px)}.generatepress-site-library .generatepress-site-library-iframe iframe{height:100%;width:100%}.generatepress-site-library .gpp-library-action-button{align-items:center;display:flex;margin-top:30px}.generatepress-site-library .gpp-library-action-button button .components-spinner{margin:0}.generatepress-site-library .gpp-library-action-button .gpp-library-action-message{padding-left:10px}.generatepress-site-library .generatepress-site-library-filter{background:#fff;border:1px solid #ddd;border-radius:4px;display:flex;margin-bottom:40px;padding:20px}.generatepress-site-library .generatepress-site-library-filter>.components-base-control{margin-right:20px}.generatepress-site-library .generatepress-site-library-filter>.components-base-control .components-base-control__field{margin-bottom:0}.generatepress-site-library .generatepress-site-library-filter .components-select-control label{font-size:11px}.generatepress-site-library-list{display:flex;flex-wrap:wrap;list-style:none;margin-left:-30px;padding:0}.generatepress-site-library-list>.generatepress-site-library-list-item{box-sizing:border-box;flex:0 0 33.333%;padding-bottom:30px;padding-left:30px;width:33.333%}@media screen and (max-width:840px){.generatepress-site-library-list>.generatepress-site-library-list-item{flex:0 0 50%;width:50%}}@media screen and (max-width:450px){.generatepress-site-library-list>.generatepress-site-library-list-item{flex:0 0 100%;width:100%}}.generatepress-site-library-list>.generatepress-site-library-list-item>button{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 0 0 2px transparent;cursor:pointer;display:block;padding:5px;text-align:center;transition:border-color .2s,box-shadow .2s;width:100%}.generatepress-site-library-list>.generatepress-site-library-list-item>button:active,.generatepress-site-library-list>.generatepress-site-library-list-item>button:focus,.generatepress-site-library-list>.generatepress-site-library-list-item>button:hover{box-shadow:0 0 0 2px #216eb7}.generatepress-site-library-list>.generatepress-site-library-list-item>button .generatepress-site-library-list-item-image{display:block;position:relative}.generatepress-site-library-list>.generatepress-site-library-list-item>button .generatepress-site-library-list-item-image img{border-top-left-radius:4px;border-top-right-radius:4px;display:block;height:auto;width:100%}.generatepress-site-library-list>.generatepress-site-library-list-item .generatepress-site-library-list-item-title{font-size:20px;padding:20px 20px 10px}.generatepress-site-library-list>.generatepress-site-library-list-item .generatepress-site-library-list-item-title .generatepress-site-library-required-version{color:#000;display:block;font-size:12px;padding-top:5px}.generatepress-site-library-restore{background:#fff;border:1px solid #ddd;padding:40px}.generatepress-site-library-restore h2{font-size:25px;margin-top:0}.components-placeholder.gpp-library-placeholder{background:transparent;border:0;box-shadow:0 0 0}.components-placeholder.gpp-library-placeholder .components-placeholder__fieldset{justify-content:center}.generatepress-site-library-no-results{padding:50px;text-align:center}.generatepress-site-library-no-results button .components-spinner,.generatepress-site-library-refresh button .components-spinner{margin:0}.generatepress-site-library-refresh{text-align:center}.appearance_page_generatepress-library #wpbody-content .metabox-holder,.appearance_page_generatepress-library #wpcontent{padding:0}.site-library-header{background-color:#fff;box-shadow:0 1px 0 rgba(200,215,225,.5),0 1px 2px #ddd;margin-bottom:40px;padding:20px}.site-library-header .site-library-container{box-sizing:border-box;display:flex;margin:0 auto;max-width:1200px;padding:0 20px}.site-library-header .library-links{margin-left:auto}.site-library-header .library-links a{display:inline-block;margin:0 10px}.site-library-header .library-title{color:#000;font-size:20px;font-weight:500}.generatepress-dashboard-tabs{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 20px} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.js new file mode 100644 index 00000000..c1544a89 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.js @@ -0,0 +1,6 @@ +!function(){var e={703:function(e,t,n){"use strict";var r=n(414);function i(){}function s(){}s.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,s,a){if(a!==r){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:s,resetWarningCache:i};return n.PropTypes=n,n}},697:function(e,t,n){e.exports=n(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},216:function(e,t,n){"use strict";t.be=void 0;var r=function(){function e(e,t){for(var n=0;n=0&&_-E[0]<=g&&_+b+E[1]>=0}(e,n):function(e){var t=e.ref;if(!(t.offsetWidth||t.offsetHeight||t.getClientRects().length))return!1;var n=void 0,r=void 0;try{var i=t.getBoundingClientRect();n=i.top,r=i.height}catch(e){n=0,r=0}var s=window.innerHeight||document.documentElement.clientHeight,a=Array.isArray(e.props.offset)?e.props.offset:[e.props.offset,e.props.offset];return n-a[0]<=s&&n+r+a[1]>=0}(e);r?e.visible||(e.props.once&&h.push(e),e.visible=!0,e.forceUpdate()):e.props.once&&e.visible||(e.visible=!1,e.props.unmountIfInvisible&&e.forceUpdate())}},y=function(){for(var e=0;e=0?r=setTimeout(l,t-p):(r=null,n||(o=e.apply(s,i),r||(s=null,i=null)))};return function(){s=this,i=arguments,a=+new Date;var p=n&&!r;return r||(r=setTimeout(l,t)),p&&(o=e.apply(s,i),s=null,i=null),o}}},81:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.on=function(e,t,n,r){r=r||!1,e.addEventListener?e.addEventListener(t,n,r):e.attachEvent&&e.attachEvent("on"+t,(function(t){n.call(e,t||window.event)}))},t.off=function(e,t,n,r){r=r||!1,e.removeEventListener?e.removeEventListener(t,n,r):e.detachEvent&&e.detachEvent("on"+t,n)}},315:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if(!(e instanceof HTMLElement))return document.documentElement;for(var t="absolute"===e.style.position,n=/(scroll|auto)/,r=e;r;){if(!r.parentNode)return e.ownerDocument||document.documentElement;var i=window.getComputedStyle(r),s=i.position,a=i.overflow,o=i["overflow-x"],l=i["overflow-y"];if("static"===s&&t)r=r.parentNode;else{if(n.test(a)&&n.test(o)&&n.test(l))return r;r=r.parentNode}}return e.ownerDocument||e.documentElement||document.documentElement}},821:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var r,i;return t||(t=250),function(){var s=n||this,a=+new Date,o=arguments;r&&ae.length)&&(t=e.length);for(var n=0,r=new Array(t);na[l]?1:-1}return s.length!==a.length?-1:0}var c=window.wp.i18n,m=window.wp.components,g=window.wp.htmlEntities,h=window.wp.apiFetch,d=n.n(h);var f=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(y,e);var n,h,f,b,v=(f=y,b=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=o(f);if(b){var n=o(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return function(e,t){if(t&&("object"===r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return s(e)}(this,e)});function y(){var e;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,y),(e=v.apply(this,arguments)).state={allSites:{},isAPIWorking:!1,siteOpened:!1,siteData:{},siteSlug:"",sitePlugins:{},hasData:{},hasWidgets:!1,importOptions:!0,importContent:!0,confirmImport:!1,importComplete:!1,installablePlugins:[],activePlugins:[],manualPlugins:[],refreshingSites:!1,hasBackup:gppSiteLibrary.hasBackup,pageBuilder:"No Page Builder",category:"",device:"desktop"},e.importThemeOptions=e.importThemeOptions.bind(s(e)),e.installPlugins=e.installPlugins.bind(s(e)),e.activatePlugins=e.activatePlugins.bind(s(e)),e.importContent=e.importContent.bind(s(e)),e.importSiteOptions=e.importSiteOptions.bind(s(e)),e.importWidgets=e.importWidgets.bind(s(e)),e}return n=y,(h=[{key:"componentDidMount",value:function(){var e=this;d()({path:"/generatepress-site-library/v1/get_sites",method:"POST",data:{forceRefresh:!1}}).then((function(t){e.setState({isAPILoaded:!0,allSites:t.response})}))}},{key:"importThemeOptions",value:function(e){var t=this,n=e.target.nextElementSibling;n.classList.add("gpp-library-action-message--show"),n.textContent=(0,c.__)("Importing theme options","gp-premium"),d()({path:"/generatepress-site-library/v1/import_theme_options",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(e){n.textContent=e.response,e.success&&e.response||n.classList.add("gblocks-action-message--error"),setTimeout((function(){t.state.importContent?Object.keys(t.state.hasData.plugin_data).length>0?t.installPlugins(n):t.importContent(n):(n.textContent=(0,c.__)("Import Complete","gp-premium"),t.setState({isAPIWorking:!1,importComplete:!0,hasBackup:!0}))}),2e3)}))}},{key:"installPlugins",value:function(e){var n=this;void 0!==e.target&&(e=e.target.nextElementSibling),e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Installing plugins","gp-premium"),Object.entries(this.state.hasData.plugin_data).forEach((function(r){var i=t(r,2),s=i[0],a=i[1],o=a.slug.split("/")[0],l=a.name;a.installed?(delete n.state.hasData.plugin_data[s],0===Object.keys(n.state.hasData.plugin_data).length&&n.activatePlugins(e)):("bb-plugin"===o&&(o="beaver-builder-lite-version",l="Beaver Builder Lite"),e.textContent=(0,c.sprintf)(/* translators: Installing "Plugin Name" */ +(0,c.__)("Installing %s","gp-premium"),l),wp.updates.installPlugin({slug:o,success:function(t){console.log(t),delete n.state.hasData.plugin_data[s],0===Object.keys(n.state.hasData.plugin_data).length&&n.activatePlugins(e)},error:function(t){console.log(t),delete n.state.hasData.plugin_data[s],0===Object.keys(n.state.hasData.plugin_data).length&&n.activatePlugins(e)}}))}))}},{key:"activatePlugins",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Activating plugins","gp-premium"),d()({path:"/generatepress-site-library/v1/activate_plugins",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){t.importContent(e)}),2e3)}))}},{key:"importContent",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Importing content","gp-premium"),d()({path:"/generatepress-site-library/v1/import_content",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){t.importSiteOptions(e)}),2e3)}))}},{key:"importSiteOptions",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Importing site options","gp-premium"),d()({path:"/generatepress-site-library/v1/import_site_options",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){t.state.hasWidgets?t.importWidgets(e):(e.textContent=(0,c.__)("Import Complete","gp-premium"),t.setState({isAPIWorking:!1,importComplete:!0,hasBackup:!0}))}),2e3)}))}},{key:"importWidgets",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Importing widgets","gp-premium"),d()({path:"/generatepress-site-library/v1/import_widgets",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){e.textContent=(0,c.__)("Import Complete","gp-premium"),t.setState({isAPIWorking:!1,importComplete:!0,hasBackup:!0})}),2e3)}))}},{key:"restoreBackup",value:function(e){var t=this,n=e.target.nextElementSibling;n.classList.add("gpp-library-action-message--show"),n.textContent=(0,c.__)("Restoring theme options","gp-premium"),d()({path:"/generatepress-site-library/v1/restore_theme_options",method:"POST"}).then((function(e){n.textContent=e.response,e.success&&e.response||n.classList.add("gblocks-action-message--error"),setTimeout((function(){n.textContent=(0,c.__)("Restoring content","gp-premium"),d()({path:"/generatepress-site-library/v1/restore_content",method:"POST"}).then((function(e){n.textContent=e.response,e.success&&e.response||n.classList.add("gblocks-action-message--error"),t.setState({isAPIWorking:!1,hasBackup:!1})}))}),2e3)}))}},{key:"render",value:function(){var e=this;if(!this.state.isAPILoaded)return(0,l.createElement)(m.Placeholder,{className:"gpp-library-placeholder"},(0,l.createElement)(m.Spinner,null));var n=this.state.allSites;if(!n||"no results"===n)return(0,l.createElement)("div",{className:"generatepress-site-library-no-results"},(0,l.createElement)("p",null,(0,c.__)("No sites were found.","gp-premium")," ",(0,l.createElement)("a",{href:"https://docs.generatepress.com/article/site-library-unavailable/",target:"_blank",rel:"noreferrer noopener"},(0,c.__)("Why?","gp-premium"))),(0,l.createElement)(m.Button,{isPrimary:!0,onClick:function(){e.setState({refreshingSites:!0}),d()({path:"/generatepress-site-library/v1/get_sites",method:"POST",data:{forceRefresh:!0}}).then((function(t){e.setState({isAPILoaded:!0,allSites:t.response,refreshingSites:!1})}))}},this.state.refreshingSites&&(0,l.createElement)(m.Spinner,null),!this.state.refreshingSites&&(0,c.__)("Try again","gp-premium")));var r=[{label:(0,c.__)("None","gp-premium"),value:""}],i=[];n&&Object.keys(n).forEach((function(e){n[e].page_builder.forEach((function(e){if(!i.includes(e)){if("No Page Builder"===e)return;r.push({label:e,value:e}),i.push(e)}}))}));var s=[{label:(0,c.__)("All","gp-premium"),value:""}],a=[];n&&Object.keys(n).forEach((function(e){n[e].category.forEach((function(e){a.includes(e)||(s.push({label:e,value:e}),a.push(e))}))}));var o="";"tablet"===this.state.device&&(o="768px"),"mobile"===this.state.device&&(o="480px");var h=this.state.siteData.author_name&&this.state.siteData.author_url&&"GeneratePress"!==this.state.siteData.author_name;return(0,l.createElement)(l.Fragment,null,(0,l.createElement)("div",{className:"generatepress-site-library"},!!this.state.hasBackup&&(0,l.createElement)("div",{className:"generatepress-site-library-restore"},(0,l.createElement)("h2",null,(0,c.__)("Existing Site Import Detected","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("It is highly recommended that you remove the last site you imported before importing a new one.","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.","gp-premium")),(0,l.createElement)("div",{className:"gpp-library-action-button"},(0,l.createElement)(m.Button,{isPrimary:!0,onClick:function(t){window.confirm((0,c.__)("This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.","gp-premium"))&&(e.setState({isAPIWorking:!0}),e.restoreBackup(t))}},this.state.isAPIWorking&&(0,l.createElement)(m.Spinner,null),!this.state.isAPIWorking&&(0,c.__)("Remove imported site","gp-premium")),(0,l.createElement)("span",{className:"gpp-library-action-message"}),!this.state.isAPIWorking&&(0,l.createElement)(m.Button,{onClick:function(){e.setState({hasBackup:!1})}},(0,c.__)("No thanks","gp-premium")))),!this.state.siteOpened&&!this.state.hasBackup&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("div",{className:"generatepress-site-library-filter"},"No Page Builder"===this.state.pageBuilder&&(0,l.createElement)(m.SelectControl,{label:(0,c.__)("Category","gp-premium"),options:s,value:this.state.category,onChange:function(t){e.setState({category:t,pageBuilder:"No Page Builder"}),setTimeout((function(){(0,p.be)()}),100)}}),""===this.state.category&&(0,l.createElement)(m.SelectControl,{label:(0,c.__)("Page Builder","gp-premium"),options:r,value:this.state.pageBuilder,onChange:function(t){""===t&&(t="No Page Builder"),e.setState({pageBuilder:t,category:""}),setTimeout((function(){(0,p.be)()}),100)}})),(0,l.createElement)("ul",{className:"generatepress-site-library-list"},Object.keys(n).map((function(t){if(!n[t].page_builder.includes(e.state.pageBuilder))return null;if(""!==e.state.category&&!n[t].category.includes(e.state.category))return null;var r=n[t].directory+"/screenshot.png",i=n[t].name,s=(0,g.decodeEntities)(i),a=gppSiteLibrary.gppVersion.split("-")[0],o=n[t].min_version.split("-")[0],m=gppSiteLibrary.gpVersion.split("-")[0],h=gppSiteLibrary.generateblocksVersion.split("-")[0],d=n[t].min_theme_version?n[t].min_theme_version.split("-")[0]:m,f=n[t].min_generateblocks_version?n[t].min_generateblocks_version.split("-")[0]:h,b=n[t].image_width,v=n[t].image_height,y=u(o,a)>0||u(d,m)>0||h&&u(f,h)>0;return(0,l.createElement)("li",{className:"generatepress-site-library-list-item",key:i+":"+t},(0,l.createElement)("button",{disabled:y,onClick:function(){e.setState({siteOpened:!0,siteData:n[t],sitePlugins:JSON.parse(n[t].plugins)})}},(0,l.createElement)("div",{className:"generatepress-site-library-list-item-image"},(0,l.createElement)(p.ZP,{offset:100,once:!0},(0,l.createElement)("img",{src:r,alt:i,width:b,height:v}))),(0,l.createElement)("div",{className:"generatepress-site-library-list-item-title"},s,!!y&&u(o,a)>0&&(0,l.createElement)("span",{className:"generatepress-site-library-required-version"},(0,c.sprintf)(/* translators: Version number */ +(0,c.__)("Requires GP Premium %s.","gp-premium"),o)),!!y&&u(d,m)>0&&(0,l.createElement)("span",{className:"generatepress-site-library-required-version"},(0,c.sprintf)(/* translators: Version number */ +(0,c.__)("Requires GeneratePress %s.","gp-premium"),d)),!!y&&h&&u(f,h)>0&&(0,l.createElement)("span",{className:"generatepress-site-library-required-version"},(0,c.sprintf)(/* translators: Version number */ +(0,c.__)("Requires GenerateBlocks %s.","gp-premium"),f)))))}))),(0,l.createElement)("div",{className:"generatepress-site-library-refresh"},(0,l.createElement)(m.Button,{isPrimary:!0,onClick:function(){e.setState({refreshingSites:!0}),d()({path:"/generatepress-site-library/v1/get_sites",method:"POST",data:{forceRefresh:!0}}).then((function(t){e.setState({isAPILoaded:!0,allSites:t.response,refreshingSites:!1})}))}},this.state.refreshingSites&&(0,l.createElement)(m.Spinner,null),!this.state.refreshingSites&&(0,c.__)("Refresh sites","gp-premium")))),this.state.siteOpened&&(0,l.createElement)("div",{className:"generatepress-site-library-opened"},(0,l.createElement)("div",{className:"generatepress-site-library-iframe"},(0,l.createElement)("iframe",{title:"gpp-site-library-frame",src:this.state.siteData.preview_url,style:{width:o}})),(0,l.createElement)("div",{className:"generatepress-site-library-info"},(0,l.createElement)("div",{className:"generatepress-site-library-header"},(0,l.createElement)("div",{className:"generatepress-site-library-header__title"},(0,l.createElement)("h2",{className:h?"has-author":""},(0,g.decodeEntities)(this.state.siteData.name)),h&&(0,l.createElement)("span",{className:"site-library-author"},/* translators: Site library site built by "author name" */ +(0,c.__)("Built by","gp-premium")+" ",(0,l.createElement)("a",{href:this.state.siteData.author_url,target:"_blank",rel:"noreferrer noopener"},this.state.siteData.author_name))),(0,l.createElement)(m.Button,{onClick:function(){e.setState({isAPIWorking:!1,siteOpened:!1,siteData:{},siteSlug:"",sitePlugins:{},hasData:{},hasWidgets:!1,importOptions:!0,importContent:!0,confirmImport:!1,importComplete:!1,installablePlugins:[],activePlugins:[],manualPlugins:[]})}},(0,l.createElement)("svg",{width:"35",height:"35",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",role:"img","aria-hidden":"true",focusable:"false"},(0,l.createElement)("path",{d:"M13 11.9l3.3-3.4-1.1-1-3.2 3.3-3.2-3.3-1.1 1 3.3 3.4-3.5 3.6 1 1L12 13l3.5 3.5 1-1z"})))),(0,l.createElement)("div",{className:"generatepress-site-library-content"},!!this.state.siteData.description&&(0,l.createElement)("p",null,(0,g.decodeEntities)(this.state.siteData.description)),!this.state.importComplete&&(0,l.createElement)(l.Fragment,null,0===Object.keys(this.state.hasData).length&&(0,l.createElement)(l.Fragment,null,gppSiteLibrary.isDebugEnabled&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Debug Mode Enabled","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("WordPress debug mode is currently enabled. With this, any errors from third-party plugins might affect the import process.","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("To disable it, find WP_DEBUG in your wp-config.php file and set it to false like the below.","gp-premium")),(0,l.createElement)("code",null,"define( 'WP_DEBUG', false );"),(0,l.createElement)("p",null,(0,l.createElement)("a",{href:"https://docs.generatepress.com/article/debug-mode-enabled/",target:"_blank",rel:"noreferrer noopener"},(0,c.__)("Learn more here","gp-premium")))),Object.keys(this.state.sitePlugins).length>0&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Plugins","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This site uses the following plugins.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},Object.entries(this.state.sitePlugins).map((function(e){var n=t(e,1)[0];return(0,l.createElement)("li",{key:n},n)})))),(0,l.createElement)("div",{className:"gpp-library-action-button"},(0,l.createElement)(m.Button,{isPrimary:!0,disabled:this.state.isAPIWorking,onClick:function(n){e.setState({isAPIWorking:!0});var r=n.target.nextElementSibling;r.textContent=(0,c.__)("Gathering information","gp-premium"),d()({path:"/generatepress-site-library/v1/get_site_data",method:"POST",data:{siteData:e.state.siteData}}).then((function(n){var i=[],s=[],a=[];Object.entries(n.response.plugin_data).forEach((function(e){var r=t(e,1)[0],o=n.response.plugin_data[r];o.repo&&!o.installed?i.push(o.name):o.installed||o.active?s.push(o.name):a.push(o.name)})),e.setState({isAPIWorking:!1,hasData:n.response,sitePlugins:n.response.plugins,hasWidgets:n.response.widgets,installablePlugins:i,activePlugins:s,manualPlugins:a}),r.classList.add("gpp-library-action-message--show"),r.textContent=n.response,n.success&&n.response?setTimeout((function(){r.classList.remove("gpp-library-action-message--show")}),3e3):r.classList.add("gpp-library-action-message--error")}))}},this.state.isAPIWorking&&(0,l.createElement)(m.Spinner,null),!this.state.isAPIWorking&&(0,c.__)("Get Started","gp-premium")),(0,l.createElement)("span",{className:"gpp-library-action-message"}))),Object.keys(this.state.hasData).length>0&&Object.keys(this.state.sitePlugins).length>0&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Plugins","gp-premium")),this.state.installablePlugins.length>0&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("p",null,(0,c.__)("These plugins can be installed automatically.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},this.state.installablePlugins.map((function(e){return(0,l.createElement)("li",{key:e},e)})))),this.state.activePlugins.length>0&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("p",null,(0,c.__)("These plugins are already installed.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},this.state.activePlugins.map((function(e){return(0,l.createElement)("li",{key:e},e)})))),this.state.manualPlugins.length>0&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("p",null,(0,c.__)("These plugins need to be installed manually.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},this.state.manualPlugins.map((function(e){return(0,l.createElement)("li",{key:e},e)}))))),Object.keys(this.state.hasData).length>0&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Import","gp-premium")),this.state.hasData.options&&!this.state.isAPIWorking&&(0,l.createElement)(m.Tooltip,{text:(0,c.__)("This will import the options from the Customizer.","gp-premium")},(0,l.createElement)(m.ToggleControl,{checked:!!this.state.importOptions,label:(0,c.__)("Import Theme Options","gp-premium"),onChange:function(t){e.setState({importOptions:t})}})),this.state.hasData.content&&!this.state.isAPIWorking&&(0,l.createElement)(m.Tooltip,{text:(0,c.__)("This will install and activate needed plugins, import demo content, and import site options.","gp-premium")},(0,l.createElement)(m.ToggleControl,{checked:!!this.state.importContent,label:(0,c.__)("Import Demo Content","gp-premium"),onChange:function(t){e.setState({importContent:t})}})),(!!this.state.importOptions||!!this.state.importContent)&&(0,l.createElement)(l.Fragment,null,!this.state.isAPIWorking&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Confirm Import","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.","gp-premium")),(0,l.createElement)(m.ToggleControl,{checked:!!this.state.confirmImport,label:(0,c.__)("I understand","gp-premium"),onChange:function(t){e.setState({confirmImport:t})}})),!!this.state.confirmImport&&!this.state.importComplete&&(0,l.createElement)("div",{className:"gpp-library-action-button"},(0,l.createElement)(m.Button,{isPrimary:!0,disabled:this.state.isAPIWorking,onClick:function(t){e.setState({isAPIWorking:!0}),e.state.importOptions?e.importThemeOptions(t):e.state.importContent&&e.installPlugins(t)}},this.state.isAPIWorking&&(0,l.createElement)(m.Spinner,null),!this.state.isAPIWorking&&(0,c.__)("Begin Import","gp-premium")),(0,l.createElement)("span",{className:"gpp-library-action-message"}))))),!!this.state.importComplete&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Import Complete","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("Check out your new site and start making it yours!","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("Note: We do our best to ensure all imported images are licensed for open use. However, image licenses can change, so we strongly advise that you replace all imported images with your own.","gp-premium")),(0,l.createElement)("a",{className:"components-button is-primary",href:gppSiteLibrary.homeUrl},(0,c.__)("View Site","gp-premium")),this.state.siteData.uploads_url&&Object.values(this.state.sitePlugins).includes("elementor/elementor.php")&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Additional Cleanup","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This site is using Elementor which means you will want to replace the imported image URLs.","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("Take note of the old and new URLs below, then head over to the Elementor Tools area to replace them.","gp-premium")),(0,l.createElement)(m.TextControl,{label:(0,c.__)("Old URL","gp-premium"),readOnly:!0,value:this.state.siteData.uploads_url}),(0,l.createElement)(m.TextControl,{label:(0,c.__)("New URL","gp-premium"),readOnly:!0,value:gppSiteLibrary.uploadsUrl}),(0,l.createElement)("a",{href:gppSiteLibrary.elementorReplaceUrls,className:"components-button is-primary",target:"_blank",rel:"noopener noreferrer"},(0,c.__)("Elementor Tools","gp-premium")))),(0,l.createElement)("div",{className:"generatepress-site-library-footer"},(0,l.createElement)(m.Tooltip,{text:(0,c.__)("Preview desktop","gp-premium")},(0,l.createElement)(m.Button,{isPrimary:"desktop"===this.state.device,onClick:function(){e.setState({device:"desktop"})}},(0,l.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",width:"1em",height:"1em",viewBox:"0 0 24 24"},(0,l.createElement)("path",{d:"M21 14H3V4h18m0-2H3c-1.11 0-2 .89-2 2v12a2 2 0 002 2h7l-2 3v1h8v-1l-2-3h7a2 2 0 002-2V4a2 2 0 00-2-2z",fill:"currentColor"})))),(0,l.createElement)(m.Tooltip,{text:(0,c.__)("Preview tablet","gp-premium")},(0,l.createElement)(m.Button,{isPrimary:"tablet"===this.state.device,onClick:function(){e.setState({device:"tablet"})}},(0,l.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",width:"1em",height:"1em",viewBox:"0 0 24 24"},(0,l.createElement)("path",{d:"M19 19H4V3h15m-7.5 20a1.5 1.5 0 01-1.5-1.5 1.5 1.5 0 011.5-1.5 1.5 1.5 0 011.5 1.5 1.5 1.5 0 01-1.5 1.5m7-23h-14A2.5 2.5 0 002 2.5v19A2.5 2.5 0 004.5 24h14a2.5 2.5 0 002.5-2.5v-19A2.5 2.5 0 0018.5 0z",fill:"currentColor"})))),(0,l.createElement)(m.Tooltip,{text:(0,c.__)("Preview mobile","gp-premium")},(0,l.createElement)(m.Button,{isPrimary:"mobile"===this.state.device,onClick:function(){e.setState({device:"mobile"})}},(0,l.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",width:"1em",height:"1em",viewBox:"0 0 24 24"},(0,l.createElement)("path",{d:"M17 19H7V5h10m0-4H7c-1.11 0-2 .89-2 2v18a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2z",fill:"currentColor"}))))))))))}}])&&i(n.prototype,h),Object.defineProperty(n,"prototype",{writable:!1}),y}(l.Component);(0,l.render)((0,l.createElement)(f,null),document.getElementById("gpp-site-library"))}()}(); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/style-dashboard.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/style-dashboard.css new file mode 100644 index 00000000..f226f072 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/style-dashboard.css @@ -0,0 +1,4 @@ +.generatepress-module-action{display:inline-block;font-size:12px;font-weight:400;line-height:1;margin-left:10px;text-decoration:none}.generatepress-dashboard__section-item-settings{align-items:center;display:flex}.generatepress-dashboard__section-item-settings button{font-size:11px;height:30px;justify-content:center!important}.generatepress-dashboard__section-item-settings button .components-spinner{margin-top:0}.generatepress-dashboard__section-item-settings button svg{height:20px;margin:0!important;width:20px}.generatepress-dashboard__section-item-settings button:not(:last-child){margin-right:5px} +.generatepress-license-key-area .generatepress-dashboard__section-item-message{background:#fff}.generatepress-license-key-area .generatepress-dashboard__section-item{flex-wrap:wrap;justify-content:flex-start}.generatepress-license-key-area .generatepress-dashboard__section-license-key{display:flex;flex:1}.generatepress-license-key-area .generatepress-dashboard__section-license-key .components-base-control{flex:1}.generatepress-license-key-area .generatepress-dashboard__section-license-key button{height:31px;margin-left:8px}.generatepress-license-key-area .generatepress-dashboard__section-beta-tester{align-items:center;display:flex;flex-basis:100%;margin-top:30px}.generatepress-license-key-area .generatepress-dashboard__section-license-notice{flex-basis:100%;margin:0 0 20px}.generatepress-license-key-area .components-base-control__field,.generatepress-license-key-area .components-base-control__help{margin-bottom:0} +.generatepress-dashboard__section-item-action input[type=file]{border:1px solid #ddd;padding:5px}.generatepress-dashboard__section-item-export-popover .components-popover__content{padding:20px} +.generatepress-dashboard__section-item-modules{margin-top:20px} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/author-image-placeholder.png b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/author-image-placeholder.png new file mode 100644 index 0000000000000000000000000000000000000000..f8bdda75e9c137e170da559fa6526a8bfb11fbe0 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0y~yVEh8YjLblhj}pEoffRFqPl)UP|NoaCkv;+BGL{7S z1xxL1QIr94Og&v3Ln>~)J!r@X(}tF zUn9H$9t0G`=LZEF1q}uG#Ky$IK*zwrB*n+Y#V4g8AtIrmr>3T7XJr=`*L(55=fC>@ zr{Jj_go*G{3w|E%1qJ9O<_kE?7f+oa;%77AUH}j1e?2c=!o7lj^BUo47KHHMuOF8| zpzLfg1OkkO7PUL)Gw9zU04czu zs3AdcPnidOmv&NKScCtGp(6@|0XP9is{}y+pU?*Ya4HK|CO$Io3rSrV3PYY<4+ICI zFeDo=^BFb(RIoZc4j3x>r4|3Ia))JNrtNY`3~KgI66CIigoFbDO#6qgI{dR*KB<0CuTBRhsYEjM*n9{ zjz5qb&pvxz0`Tc`l!V`mEb~8sl#)<+uTESQ4d&Tqm-u}AN-w|sn{)yXj|8j&OnZ(7 zH6Y?%hQrgXc#GKyDRJthEPB;zN>)UqHrvl6*-buyB>zo%6AFM>0_c}`PC;A|U>cC+ z=}Q>LK7QEKYh%r4tra9%=KE9CzI^PXHPK`gGUmnN}TkTP;r@ zJ`K;5{jti*v|KwbR}xNVr(5h@p_2cm0&WLj1Tg&1Se$H?FF8@jYrMyEmETG=1@Vq= z@xNB0z%uxK6NgBeZdvvol*V1ZJkNE{3HnDP&wxHBb520e%Wxh+o;3wcCZ=J19j+0+ z#^6KS=7H@q=Y6~B$(9r!zkl|=SdIS|Y|r}xk_(^+BnS@VdMRq8XS%N~%I{6u-YHKD z3U`a3z}$@&`$eJnl0G5d6UgbV?0MlAt3^OkJyX~7ClKafa5hxrS}FPB%xd5b=OUB$ zEz8+0ue%q|rL)5=p`9d;!GZRL(*GOL(=nbRJ+z4P-hE#QpC1%VvH@clW9=Qzp=-fFUj@TVMfqaAk6{M`sc?p>C zAIH&ufePopI7NSxr0JHGTd3N*z0gg<`Nz4L6u zNzp&{{Z9q(Ef`=evcQ`xO;SD%r>#oGwk|J&NH53fsmi!!QnW*Z3>_aqGO?^e+lueJ zF2f6am#z=k7w-T?{PsXa0pbk_a0w6# Vi_-0+N(Q@nH)b-rakZ7V~_*_$Qi)R0L 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 GPygAO2B7_SgwXF$egBxc>kDfB6yV6F@Fw zNswQ#)ZP|F86c2$d8|N1@yMr?-c YX0ZRwz^HwwM+hYA>FVdQ&MBb@02TBl<^TWy literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/metabox.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/metabox.css new file mode 100644 index 00000000..e793bcaa --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/metabox.css @@ -0,0 +1,396 @@ +#generate_premium_elements { + background-color: transparent; + border: 0; + box-shadow: 0 0 0; +} + +#generate_premium_elements .inside { + padding: 0; + margin: 0; +} + +#generate_premium_elements .CodeMirror { + position: relative; + padding: 0; + background: white; + box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; + width: 100%; + overflow: hidden; +} + +tr.generate-element-row td { + border-bottom: 1px solid #f0f0f0; + zoom: 1; +} + +td.generate-element-row-heading { + background: #F9F9F9; + border-right: 1px solid #E1E1E1; + padding: 13px 15px; + width: 24%; +} + +td.generate-element-row-heading label { + display: inline-block; + font-size: 13px; + line-height: 1.4em; + font-weight: bold; + padding: 0; + margin: 0 0 3px; + color: #333; +} + +td.generate-element-row-content { + padding: 13px 15px; + position: relative; + width: 75%; +} + +#generate_premium_elements .handlediv, +#generate_premium_elements .hndle, +#generate_premium_elements .postbox-header { + display: none; +} + +#generate_premium_elements .inside { + padding: 0; +} + +#generate_premium_elements select, +#generate_premium_elements input[type="number"], +#generate_premium_elements input[type="text"] { + width: 100%; +} + +#generate_premium_elements .condition select.condition-object-select + .select2 { + display: none; +} + +#generate_premium_elements .condition.generate-elements-rule-objects-visible select.condition-select + .select2 { + margin-right: 5px; + width: 100%; +} + +#generate_premium_elements .condition.generate-elements-rule-objects-visible select.condition-object-select + .select2 { + display: inline-block; + margin-left: 5px; + width: 100%; +} + +#generate_premium_elements .condition { + display: flex; + margin-bottom: 10px; +} + +#generate_premium_elements .condition .select2 { + flex-grow: 1; +} + +button.remove-condition { + background: transparent; + border: 0; + line-height: 1; + width: 30px; + font-size: 20px; + cursor: pointer; + opacity: 0.5; + position: relative; + bottom: -3px; +} + +button.add-condition { + margin-top: 10px !important; +} + +button.remove-condition:before { + content: "\f153"; + font-family: dashicons; +} + +table.generate-elements-settings { + position: relative; + padding: 0; + background: white; + box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; + width: 100%; + overflow: hidden; +} + +.generate-element-row-loading { + background-color: rgba(255,255,255,0.9); + background-image: url('spinner.gif'); + background-position: center center; + background-repeat: no-repeat; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 1; +} + +ul.element-metabox-tabs { + position: relative; + padding: 0; + margin: 0 0 20px; + background: white; + box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; + display: flex; + width: 100%; + overflow: hidden; +} + +ul.element-metabox-tabs li { + width: auto; + flex: none; + border-bottom: 2px solid transparent; + border-top: none; + text-align: center; + margin-bottom: 0; +} + +ul.element-metabox-tabs li a { + display: block; + width: auto; + padding: 16px 16px 14px 16px; + color: #0087be; + font-weight: 400; + text-decoration: none; + box-shadow: 0 0 0; +} + +ul.element-metabox-tabs li a:hover { + color: #00a0d2; +} + +ul.element-metabox-tabs li.is-selected { + border-bottom-color: #2e4453; +} + +ul.element-metabox-tabs li.is-selected a { + color: #2e4453; +} + +#generate-element-content, +#generate-element-content + .CodeMirror { + margin-bottom: 20px; +} + +.element-metabox-tabs li:not([data-tab="display-rules"]):not([data-tab="internal-notes"]), +.generate-elements-settings:not([data-tab="display-rules"]):not([data-tab="internal-notes"]) { + display: none; +} + +.element-settings.header .element-metabox-tabs li[data-type="header"], +.element-settings.hook .element-metabox-tabs li[data-type="hook"], +.element-settings.block .element-metabox-tabs li[data-type="hook"], +.element-settings.layout .element-metabox-tabs li[data-type="layout"] { + display: block; +} + +.element-settings.header:not(.has-page-hero) table[data-tab="site-header"], +.element-settings.header.has-page-hero table[data-tab="hero"], +.element-settings.hook table[data-tab="hook-settings"], +.element-settings.block table[data-tab="hook-settings"], +.element-settings.layout table[data-tab="sidebars"] { + display: table; +} + +.element-settings.header:not(.has-page-hero) #generate-element-content { + display: none; +} + +.element-settings.header:not(.has-page-hero) #generate-element-content + .CodeMirror:not(.gpp-elements-show-codemirror) { + height: 0; + overflow: hidden; + opacity: 0; + margin: 0; +} + +.padding-container { + display: flex; +} + +.single-value-padding-container { + display: block; +} + +.single-value-padding-container input[type="number"] { + width: 60px !important; + display: inline-block; + vertical-align: middle; +} + +.padding-element-options { + display: flex; +} + +.padding-element span.unit { + border: 1px solid #ddd; + display: inline-block; + line-height: 26px; + padding: 0 10px; + margin-left: -5px; + vertical-align: middle; + border-left: 0; +} + +.padding-element input { + width: 60px !important; + min-height: 30px; +} + +.padding-element select { + width: auto !important; + position: relative; + left: -5px; + min-height: 30px; +} + +.padding-element span { + display: block; + font-size: 90%; + opacity: 0.8; +} + +.generate-element-row-content .responsive-controls.single-responsive-value { + padding: 8px 15px 7px 0; +} + +.generate-element-row-content .responsive-controls.checkbox-responsive-value { + padding: 2px 15px 0 0; +} + +#postimagediv { + display: none; +} + +.image-preview img { + height: 30px; + width: auto; + vertical-align: middle; + border-radius: 5px; +} + +.gp-media-preview img { + vertical-align: middle; + background-color: #efefef; + border-radius: 5px; + height: 30px; + width: auto; +} + +.media-container, +.change-featured-image, +.set-featured-image { + display: flex; + align-items: center; +} + +.media-container > input, +.media-container .gp-media-preview img, +.change-featured-image > *, +.set-featured-image > * { + margin-right: 10px !important; +} + +.generate-element-row-content .responsive-controls { + float: left; + padding: 15px 15px 15px 0; +} + +.generate-element-row-content .responsive-controls a { + text-decoration: none; + color: #222; + opacity: 0.5; + outline: 0; + box-shadow: 0 0 0; +} + +.generate-element-row-content .responsive-controls a.is-selected { + opacity: 1; +} + +.generate-element-row-content .responsive-controls a span { + font-size: 14px; + width: auto; + height: auto; + vertical-align: baseline; +} + +#generate-element-content { + width: 100%; + height: 300px; +} + +.layout-radio-item { + margin-bottom: 3px; +} + +.layout-radio-item:first-child { + margin-bottom: 15px; +} + +span.tip { + display: inline-block; + float: right; + background: #b3b3b3; + height: 15px; + width: 15px; + text-align: center; + line-height: 15px; + color: #fff; + border-radius: 50%; + font-size: 10px; +} + +body:not(.header-element-type) #generate_page_hero_template_tags, +.header-element-type:not(.element-has-page-hero) #generate_page_hero_template_tags { + display: none; +} + +#_generate_element_internal_notes { + width: 100%; + height: 250px; +} + +.select2-results__option { + margin: 0; +} + +body .select2-container--default .select2-selection--single { + border-color: #ddd; +} + +.select2-results__option[role="list"] { + padding: 0; +} + +#generate_premium_elements #_generate_content_width { + width: 65px; + vertical-align: middle; +} + +#_generate_content_width + span { + border: 1px solid #ddd; + height: 26px; + display: inline-block; + vertical-align: middle; + line-height: 26px; + padding: 0 10px; + margin-left: -6px; +} + +.hide-hook-row, +.sidebar-notice { + display: none; +} + +.sidebar-notice { + margin-top: 10px; + font-style: italic; +} + +.element-settings.block .generate-elements-settings[data-type="hook"] tr:last-child td { + border-bottom: 0; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/metabox.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/metabox.js new file mode 100644 index 00000000..c003b0df --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/metabox.js @@ -0,0 +1,424 @@ +jQuery( function( $ ) { + if ( $( '.element-settings' ).hasClass( 'header' ) || $( '.element-settings' ).hasClass( 'hook' ) ) { + $( function() { + if ( elements.settings ) { + wp.codeEditor.initialize( 'generate-element-content', elements.settings ); + } + } ); + } + + $( '#_generate_block_type' ).on( 'change', function() { + var _this = $( this ).val(); + + if ( 'hook' === _this ) { + $( '.hook-row' ).removeClass( 'hide-hook-row' ); + } else { + $( '.hook-row' ).addClass( 'hide-hook-row' ); + } + + $( 'body' ).removeClass( 'right-sidebar-block-type' ); + $( 'body' ).removeClass( 'left-sidebar-block-type' ); + $( 'body' ).removeClass( 'header-block-type' ); + $( 'body' ).removeClass( 'footer-block-type' ); + + $( 'body' ).addClass( _this + '-block-type' ); + + if ( 'left-sidebar' === _this || 'right-sidebar' === _this ) { + $( '.sidebar-notice' ).show(); + } else { + $( '.sidebar-notice' ).hide(); + } + } ); + + $( '#_generate_hook' ).on( 'change', function() { + var _this = $( this ); + + $( '.disable-header-hook' ).hide(); + $( '.disable-footer-hook' ).hide(); + $( '.custom-hook-name' ).hide(); + + if ( 'generate_header' === _this.val() ) { + $( '.disable-header-hook' ).show(); + } + + if ( 'generate_footer' === _this.val() ) { + $( '.disable-footer-hook' ).show(); + } + + if ( 'custom' === _this.val() ) { + $( '.custom-hook-name' ).show(); + } + } ); + + $( '#_generate_hook' ).select2( { + width: '100%', + } ); + + $( '.element-metabox-tabs li' ).on( 'click', function() { + var _this = $( this ), + tab = _this.data( 'tab' ); + + _this.siblings().removeClass( 'is-selected' ); + _this.addClass( 'is-selected' ); + $( '.generate-elements-settings' ).hide(); + $( '.generate-elements-settings[data-tab="' + tab + '"]' ).show(); + + if ( $( '.element-settings' ).hasClass( 'block' ) && 'hook-settings' === tab ) { + $( '.generate-elements-settings[data-tab="display-rules"]' ).show(); + } + + if ( $( '.element-settings' ).hasClass( 'header' ) ) { + if ( 'hero' !== tab ) { + $( '#generate-element-content' ).next( '.CodeMirror' ).removeClass( 'gpp-elements-show-codemirror' ); + $( '#generate_page_hero_template_tags' ).css( 'display', '' ); + } else { + $( '#generate-element-content' ).next( '.CodeMirror' ).addClass( 'gpp-elements-show-codemirror' ); + $( '#generate_page_hero_template_tags' ).css( 'display', 'block' ); + } + } + } ); + + var select2Init = function() { + var selects = $( '.generate-element-row-content .condition:not(.hidden) select:not(.select2-init)' ); + + selects.each( function() { + var select = $( this ), + config = { + width: 'style', + }; + + select.select2( config ); + select.addClass( 'select2-init' ); + } ); + }; + + select2Init(); + + $( '.add-condition' ).on( 'click', function() { + var _this = $( this ); + + var row = _this.closest( '.generate-element-row-content' ).find( '.condition.hidden.screen-reader-text' ).clone( true ); + row.removeClass( 'hidden screen-reader-text' ); + row.insertBefore( _this.closest( '.generate-element-row-content' ).find( '.condition:last' ) ); + + select2Init(); + + return false; + } ); + + $( '.remove-condition' ).on( 'click', function() { + $( this ).parents( '.condition' ).remove(); + + select2Init(); + + return false; + } ); + + var getLocationObjects = function( _this, onload = false, data = '' ) { + var select = _this, + parent = select.parent(), + location = select.val(), + objectSelect = parent.find( '.condition-object-select' ), + locationType = '', + actionType = 'terms'; + + if ( '' === location ) { + parent.removeClass( 'generate-elements-rule-objects-visible' ); + select.closest( '.generate-element-row-content' ).find( '.generate-element-row-loading' ).remove(); + } else { + if ( location.indexOf( ':taxonomy:' ) > 0 ) { + locationType = 'taxonomy'; + } else { + locationType = location.substr( 0, location.indexOf( ':' ) ); + } + + var locationID = location.substr( location.lastIndexOf( ':' ) + 1 ); + + if ( 'taxonomy' === locationType || 'post' === locationType ) { + if ( ! ( '.generate-element-row-loading' ).length ) { + select.closest( '.generate-element-row-content' ).prepend( '
' ); + } + + var fillObjects = function( response ) { + var objects = response[ locationID ].objects; + + var blank = { + id: '', + name: 'All ' + response[ locationID ].label, + }; + + if ( location.indexOf( ':taxonomy:' ) > 0 ) { + blank.name = elements.choose; + } + + objectSelect.empty(); + + objectSelect.append( $( '' ); + objectSelect.val( '0' ); + } + } + }; + + $( '.condition select.condition-select' ).on( 'change', function() { + getLocationObjects( $( this ) ); + + $( '.elements-no-location-error' ).hide(); + } ); + + var postObjects = []; + var termObjects = []; + + $( '.generate-elements-rule-objects-visible' ).each( function() { + var _this = $( this ), + select = _this.find( 'select.condition-select' ), + location = select.val(), + locationID = location.substr( location.lastIndexOf( ':' ) + 1 ), + locationType = ''; + + if ( location.indexOf( ':taxonomy:' ) > 0 ) { + locationType = 'taxonomy'; + } else { + locationType = location.substr( 0, location.indexOf( ':' ) ); + } + + if ( 'post' === locationType ) { + if ( ! postObjects.includes( locationID ) ) { + postObjects.push( locationID ); + } + } else if ( 'taxonomy' === locationType && ! termObjects.includes( locationID ) ) { + termObjects.push( locationID ); + } + } ); + + if ( postObjects.length > 0 || termObjects.length > 0 ) { + $.post( ajaxurl, { + action: 'generate_elements_get_location_objects', + posts: postObjects, + terms: termObjects, + nonce: elements.nonce, + }, function( response ) { + response = JSON.parse( response ); + + $( '.generate-elements-rule-objects-visible' ).each( function() { + var _this = $( this ), + select = _this.find( 'select.condition-select' ); + + $( '
' ).insertBefore( _this ); + + getLocationObjects( select, true, response ); + } ); + } ); + } + + $( '.set-featured-image a, .change-featured-image a:not(.remove-image)' ).on( 'click', function( event ) { + event.preventDefault(); + + // Stop propagation to prevent thickbox from activating. + event.stopPropagation(); + + // Open the featured image modal + wp.media.featuredImage.frame().open(); + } ); + + wp.media.featuredImage.frame().on( 'select', function() { + $( '.set-featured-image' ).hide(); + $( '.change-featured-image' ).show(); + + setTimeout( function() { + $( '.image-preview' ).empty(); + $( '#postimagediv img' ).appendTo( '.image-preview' ); + }, 500 ); + } ); + + $( '#postimagediv' ).on( 'click', '#remove-post-thumbnail', function() { + $( '.set-featured-image' ).show(); + $( '.change-featured-image' ).hide(); + $( '.image-preview' ).empty(); + return false; + } ); + + $( '.remove-image' ).on( 'click', function( e ) { + e.preventDefault(); + + $( '#remove-post-thumbnail' ).trigger( 'click' ); + } ); + + $( '.generate-upload-file' ).on( 'click', function() { + if ( frame ) { + frame.open(); + return; + } + + var _this = $( this ), + container = _this.closest( '.media-container' ); + + var frame = wp.media( { + title: _this.data( 'title' ), + multiple: false, + library: { type: _this.data( 'type' ) }, + button: { text: _this.data( 'insert' ) }, + } ); + + frame.on( 'select', function() { + var attachment = frame.state().get( 'selection' ).first().toJSON(); + + container.find( '.media-field' ).val( attachment.id ); + container.find( '.remove-field' ).show(); + + if ( _this.data( 'preview' ) ) { + container.find( '.gp-media-preview' ).empty().append( '' ).show(); + } + } ); + + frame.open(); + } ); + + $( '.remove-field' ).on( 'click', function() { + var _this = $( this ), + container = _this.closest( '.media-container' ); + + _this.hide(); + container.find( '.media-field' ).val( '' ); + container.find( '.gp-media-preview' ).empty(); + } ); + + $( '#_generate_hero_background_image' ).on( 'change', function() { + var _this = $( this ); + + if ( '' !== _this.val() ) { + $( '.requires-background-image' ).show(); + } else { + $( '.requires-background-image' ).hide(); + } + + if ( 'featured-image' === _this.val() ) { + $( '.image-text' ).text( elements.fallback_image ); + } + + if ( 'custom-image' === _this.val() ) { + $( '.image-text' ).text( elements.custom_image ); + } + } ); + + // Responsive controls in our settings. + $( '.responsive-controls a' ).on( 'click', function( e ) { + e.preventDefault(); + + var _this = $( this ), + control = _this.attr( 'data-control' ), + controlArea = _this.closest( '.generate-element-row-content' ); + + controlArea.find( '.padding-container' ).hide(); + controlArea.find( '.padding-container.' + control ).show(); + _this.siblings().removeClass( 'is-selected' ); + _this.addClass( 'is-selected' ); + } ); + + $( '#_generate_site_header_merge' ).on( 'change', function() { + var _this = $( this ); + + if ( '' !== _this.val() ) { + $( '.requires-header-merge' ).show(); + + if ( $( '#_generate_navigation_colors' ).is( ':checked' ) ) { + $( '.requires-navigation-colors' ).show(); + } + + if ( $( '#_generate_hero_full_screen' ).is( ':checked' ) ) { + $( '.requires-full-screen' ).show(); + } + } else { + $( '.requires-header-merge' ).hide(); + $( '.requires-navigation-colors' ).hide(); + $( '.requires-full-screen' ).hide(); + } + } ); + + $( '#_generate_navigation_colors' ).on( 'change', function() { + var _this = $( this ); + + if ( _this.is( ':checked' ) ) { + $( '.requires-navigation-colors' ).show(); + } else { + $( '.requires-navigation-colors' ).hide(); + } + } ); + + $( '#_generate_hero_full_screen' ).on( 'change', function() { + var _this = $( this ); + + if ( _this.is( ':checked' ) ) { + $( '.requires-full-screen' ).show(); + } else { + $( '.requires-full-screen' ).hide(); + } + } ); + + $( '#_generate_hero_background_parallax' ).on( 'change', function() { + var _this = $( this ); + + if ( _this.is( ':checked' ) ) { + $( '#_generate_hero_background_position' ).val( '' ).change(); + $( '#_generate_hero_background_position option[value="left center"]' ).attr( 'disabled', true ); + $( '#_generate_hero_background_position option[value="left bottom"]' ).attr( 'disabled', true ); + $( '#_generate_hero_background_position option[value="right center"]' ).attr( 'disabled', true ); + $( '#_generate_hero_background_position option[value="right bottom"]' ).attr( 'disabled', true ); + $( '#_generate_hero_background_position option[value="center center"]' ).attr( 'disabled', true ); + $( '#_generate_hero_background_position option[value="center bottom"]' ).attr( 'disabled', true ); + } else { + $( '#_generate_hero_background_position option[value="left center"]' ).attr( 'disabled', false ); + $( '#_generate_hero_background_position option[value="left bottom"]' ).attr( 'disabled', false ); + $( '#_generate_hero_background_position option[value="right center"]' ).attr( 'disabled', false ); + $( '#_generate_hero_background_position option[value="right bottom"]' ).attr( 'disabled', false ); + $( '#_generate_hero_background_position option[value="center center"]' ).attr( 'disabled', false ); + $( '#_generate_hero_background_position option[value="center bottom"]' ).attr( 'disabled', false ); + } + } ); +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/spinner.gif b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/spinner.gif new file mode 100644 index 0000000000000000000000000000000000000000..209d10b6bb1a443fa7488d5238b32b93a2bd8b8d GIT binary patch literal 4162 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 LsoI7F?dpF4ttiU7 literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/js/parallax.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/js/parallax.js new file mode 100644 index 00000000..a4540e52 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/js/parallax.js @@ -0,0 +1,17 @@ +function generate_parallax_element( selector, context ) { + context = context || document; + var elements = context.querySelectorAll( selector ); + return Array.prototype.slice.call( elements ); +} + +window.addEventListener( "scroll", function() { + var scrolledHeight= window.pageYOffset; + generate_parallax_element( ".page-hero" ).forEach( function( el, index, array ) { + var limit = el.offsetTop + el.offsetHeight; + if( scrolledHeight > el.offsetTop && scrolledHeight <= limit ) { + el.style.backgroundPositionY = ( scrolledHeight - el.offsetTop ) / hero.parallax + "px"; + } else { + el.style.backgroundPositionY = "0"; + } + }); +}); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/js/parallax.min.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/js/parallax.min.js new file mode 100644 index 00000000..f1918424 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/js/parallax.min.js @@ -0,0 +1 @@ +function generate_parallax_element(e,o){var t=(o=o||document).querySelectorAll(e);return Array.prototype.slice.call(t)}window.addEventListener("scroll",function(){var r=window.pageYOffset;generate_parallax_element(".page-hero").forEach(function(e,o,t){var a=e.offsetTop+e.offsetHeight;r>e.offsetTop&&r<=a?e.style.backgroundPositionY=(r-e.offsetTop)/hero.parallax+"px":e.style.backgroundPositionY="0"})}); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-block-elements.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-block-elements.php new file mode 100644 index 00000000..98fa6ba8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-block-elements.php @@ -0,0 +1,1785 @@ + true, + ) + ) + ); + + $parent_elements = get_posts( + array( + 'post_type' => 'gp_elements', + 'post_parent' => 0, + 'no_found_rows' => true, + 'post_status' => 'publish', + 'numberposts' => 100, + 'fields' => 'ids', + 'exclude' => array( get_the_ID() ), + 'meta_query' => array( + array( + 'key' => '_generate_block_type', + 'value' => 'content-template', + 'compare' => '=', + ), + ), + ) + ); + + $parent_elements_data = array(); + + foreach ( (array) $parent_elements as $element ) { + $parent_elements_data[] = array( + 'label' => get_the_title( $element ), + 'id' => $element, + ); + } + + $image_sizes = get_intermediate_image_sizes(); + $image_sizes = array_diff( $image_sizes, array( '1536x1536', '2048x2048' ) ); + $image_sizes[] = 'full'; + + $containerWidth = function_exists( 'generate_get_option' ) ? generate_get_option( 'container_width' ) : 1100; + $rightSidebarWidth = apply_filters( 'generate_right_sidebar_width', '25' ); + $leftSidebarWidth = apply_filters( 'generate_left_sidebar_width', '25' ); + + $containerWidth = floatval( $containerWidth ); + $leftSidebarWidth = '0.' . $leftSidebarWidth; + $rightSidebarWidth = '0.' . $rightSidebarWidth; + + $leftSidebarWidth = $containerWidth - ( $containerWidth * $leftSidebarWidth ); + $rightSidebarWidth = $containerWidth - ( $containerWidth * $rightSidebarWidth ); + + $leftSidebarWidth = $containerWidth - $leftSidebarWidth; + $rightSidebarWidth = $containerWidth - $rightSidebarWidth; + + $contentWidth = $containerWidth - $rightSidebarWidth; + + wp_localize_script( + 'gp-premium-block-elements', + 'gpPremiumBlockElements', + array( + 'isBlockElement' => 'gp_elements' === get_post_type(), + 'taxonomies' => $taxonomies, + 'rightSidebarWidth' => $rightSidebarWidth, + 'leftSidebarWidth' => $leftSidebarWidth, + 'contentWidth' => $contentWidth, + 'hooks' => GeneratePress_Elements_Helper::get_available_hooks(), + 'excerptLength' => apply_filters( 'excerpt_length', 55 ), // phpcs:ignore -- Core filter. + 'isGenerateBlocksActive' => function_exists( 'generateblocks_load_plugin_textdomain' ), + 'isGenerateBlocksInstalled' => file_exists( WP_PLUGIN_DIR . '/generateblocks/plugin.php' ) ? true : false, + 'isGenerateBlocksProActive' => function_exists( 'generateblocks_pro_init' ), + 'installLink' => wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=generateblocks' ), 'install-plugin_generateblocks' ), + 'activateLink' => wp_nonce_url( 'plugins.php?action=activate&plugin=generateblocks/plugin.php&plugin_status=all&paged=1&s', 'activate-plugin_generateblocks/plugin.php' ), + 'imageSizes' => $image_sizes, + 'imageSizeDimensions' => $this->get_image_Sizes(), + 'featuredImagePlaceholder' => GP_PREMIUM_DIR_URL . 'elements/assets/admin/featured-image-placeholder.png', + 'authorImagePlaceholder' => GP_PREMIUM_DIR_URL . 'elements/assets/admin/author-image-placeholder.png', + 'bgImageFallback' => GP_PREMIUM_DIR_URL . 'elements/assets/admin/background-image-fallback.jpg', + 'templateImageUrl' => 'https://gpsites.co/files/element-library', + 'parentElements' => $parent_elements_data, + ) + ); + + wp_enqueue_style( + 'gp-premium-block-elements', + GP_PREMIUM_DIR_URL . 'dist/block-elements.css', + array( 'wp-edit-blocks' ), + filemtime( GP_PREMIUM_DIR_PATH . 'dist/block-elements.css' ) + ); + } + + /** + * Add our block category. + * + * @param array $categories The existing categories. + */ + public function add_block_category( $categories ) { + return array_merge( + array( + array( + 'slug' => 'generatepress', + 'title' => __( 'GeneratePress', 'gp-premium' ), + ), + ), + $categories + ); + } + + /** + * Register our dynamic blocks. + */ + public function register_dynamic_blocks() { + if ( ! function_exists( 'register_block_type' ) ) { + return; + } + + register_block_type( + 'generatepress/dynamic-content', + array( + 'render_callback' => array( $this, 'do_dynamic_content_block' ), + 'attributes' => array( + 'contentType' => array( + 'type' => 'string', + 'default' => '', + ), + 'excerptLength' => array( + 'type' => 'number', + 'default' => apply_filters( 'excerpt_length', 55 ), // phpcs:ignore -- Core filter. + ), + 'useThemeMoreLink' => array( + 'type' => 'boolean', + 'defaut' => true, + ), + 'customMoreLink' => array( + 'type' => 'string', + 'default' => '', + ), + ), + ) + ); + + register_block_type( + 'generatepress/dynamic-image', + array( + 'render_callback' => array( $this, 'do_dynamic_image_block' ), + 'attributes' => array( + 'imageType' => array( + 'type' => 'string', + 'default' => '', + ), + 'imageSource' => array( + 'type' => 'string', + 'default' => 'current-post', + ), + 'customField' => array( + 'type' => 'string', + 'default' => '', + ), + 'gpDynamicSourceInSameTerm' => array( + 'type' => 'boolean', + 'default' => false, + ), + 'gpDynamicSourceInSameTermTaxonomy' => array( + 'tyoe' => 'string', + 'default' => 'category', + ), + 'imageSize' => array( + 'type' => 'string', + 'default' => 'full', + ), + 'linkTo' => array( + 'type' => 'string', + 'default' => '', + ), + 'linkToCustomField' => array( + 'type' => 'string', + 'default' => '', + ), + 'imageWidth' => array( + 'type' => 'number', + 'default' => null, + ), + 'imageHeight' => array( + 'type' => 'number', + 'default' => null, + ), + 'avatarSize' => array( + 'type' => 'number', + 'default' => 30, + ), + 'avatarRounded' => array( + 'type' => 'boolean', + 'default' => false, + ), + ), + ) + ); + } + + /** + * Do our dynamic content block. + * + * @param array $attributes The attributes from this block. + */ + public function do_dynamic_content_block( $attributes ) { + if ( empty( $attributes['contentType'] ) ) { + return; + } + + if ( 'post-content' === $attributes['contentType'] ) { + return $this->do_content_block(); + } + + if ( 'post-excerpt' === $attributes['contentType'] ) { + return $this->do_excerpt_block( $attributes ); + } + + if ( 'term-description' === $attributes['contentType'] ) { + return sprintf( + '
%s
', + term_description() + ); + } + + if ( 'author-description' === $attributes['contentType'] ) { + return sprintf( + '
%s
', + get_the_author_meta( 'description' ) + ); + } + } + + /** + * Build our content block. + */ + public function do_content_block() { + // Prevents infinite loops while in the editor or autosaving. + $nonpublic_post_types = array( + 'gp_elements', + 'revision', + ); + + if ( ! in_array( get_post_type(), $nonpublic_post_types ) && ! is_admin() ) { + return sprintf( + '
%s
', + apply_filters( 'the_content', str_replace( ']]>', ']]>', get_the_content() ) ) // phpcs:ignore -- Core filter. + ); + } + } + + /** + * Build our excerpt block. + * + * @param array $attributes The block attributes. + */ + public function do_excerpt_block( $attributes ) { + if ( version_compare( PHP_VERSION, '5.6', '>=' ) ) { + $filter_excerpt_length = function( $length ) use ( $attributes ) { + return isset( $attributes['excerptLength'] ) ? $attributes['excerptLength'] : $length; + }; + + add_filter( + 'excerpt_length', + $filter_excerpt_length, + 100 + ); + + if ( isset( $attributes['useThemeMoreLink'] ) && ! $attributes['useThemeMoreLink'] ) { + $filter_more_text = function() use ( $attributes ) { + if ( empty( $attributes['customMoreLink'] ) ) { + return ' ...'; + } + + return apply_filters( + 'generate_excerpt_block_more_output', + sprintf( + ' ... %3$s', + the_title_attribute( 'echo=0' ), + esc_url( get_permalink( get_the_ID() ) ), + wp_kses_post( $attributes['customMoreLink'] ), + sprintf( + /* translators: Aria-label describing the read more button */ + _x( 'More on %s', 'more on post title', 'gp-premium' ), + the_title_attribute( 'echo=0' ) + ) + ) + ); + }; + + add_filter( + 'excerpt_more', + $filter_more_text, + 100 + ); + } + } + + if ( 'gp_elements' === get_post_type() || is_admin() ) { + $post = get_posts( + array( + 'post_type' => 'post', + 'numberposts' => 1, + ) + ); + + if ( ! empty( $post[0] ) ) { + return sprintf( + '
%s
', + apply_filters( 'the_excerpt', get_the_excerpt( $post[0]->ID ) ) // phpcs:ignore -- Core filter. + ); + } else { + return sprintf( + '

%s

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pulvinar ligula augue, quis bibendum tellus scelerisque venenatis. Pellentesque porta nisi mi. In hac habitasse platea dictumst. Etiam risus elit, molestie non volutpat ac, pellentesque sed eros. Nunc leo odio, sodales non tortor at, porttitor posuere dui.

', + __( 'This is a placeholder for your content.', 'gp-premium' ) + ); + } + } + + $excerpt = apply_filters( 'the_excerpt', get_the_excerpt() ); // phpcs:ignore -- Core filter. + + if ( isset( $filter_excerpt_length ) ) { + remove_filter( + 'excerpt_length', + $filter_excerpt_length, + 100 + ); + } + + if ( isset( $filter_more_text ) ) { + remove_filter( + 'excerpt_more', + $filter_more_text, + 100 + ); + } + + return sprintf( + '
%s
', + $excerpt + ); + } + + /** + * Build our dynamic image block. + * + * @param array $attributes The block attributes. + */ + public function do_dynamic_image_block( $attributes ) { + if ( empty( $attributes['imageType'] ) ) { + return; + } + + if ( 'featured-image' === $attributes['imageType'] ) { + $image_source = ! empty( $attributes['imageSource'] ) ? $attributes['imageSource'] : 'current-post'; + $id = $this->get_source_id( $image_source, $attributes ); + + if ( ! $id ) { + return; + } + + if ( has_post_thumbnail( $id ) ) { + $size = ! empty( $attributes['imageSize'] ) ? $attributes['imageSize'] : 'full'; + $featured_image_classes = array( 'dynamic-featured-image' ); + + if ( ! empty( $attributes['className'] ) ) { + $featured_image_classes[] = $attributes['className']; + } + + $featured_image = get_the_post_thumbnail( $id, $size, array( 'class' => implode( ' ', $featured_image_classes ) ) ); + + // We can't alter the width/height generated by get_the_post_thumbnail(), so we need to resort to this. + if ( ! empty( $attributes['imageWidth'] ) ) { + $featured_image = preg_replace( '/width=[\"\'][0-9]+[\"\']/i', 'width="' . absint( $attributes['imageWidth'] ) . '"', $featured_image ); + } + + if ( ! empty( $attributes['imageHeight'] ) ) { + $featured_image = preg_replace( '/height=[\"\'][0-9]+[\"\']/i', 'height="' . absint( $attributes['imageHeight'] ) . '"', $featured_image ); + } + + if ( $featured_image ) { + if ( ! empty( $attributes['linkTo'] ) ) { + if ( 'single-post' === $attributes['linkTo'] ) { + $featured_image = sprintf( + '%s', + esc_url( get_permalink( $id ) ), + $featured_image + ); + } + + if ( 'custom-field' === $attributes['linkTo'] ) { + $custom_field = get_post_meta( $id, $attributes['linkToCustomField'], true ); + + if ( $custom_field ) { + $featured_image = sprintf( + '%s', + esc_url( $custom_field ), + $featured_image + ); + } + } + } + + return $featured_image; + } + } + } + + if ( 'post-meta' === $attributes['imageType'] ) { + $image_source = ! empty( $attributes['imageSource'] ) ? $attributes['imageSource'] : 'current-post'; + $id = $this->get_source_id( $image_source, $attributes ); + + if ( ! $id ) { + return; + } + + $image_field_name = ! empty( $attributes['customField'] ) ? $attributes['customField'] : ''; + + if ( $image_field_name ) { + $image = get_post_meta( $id, $image_field_name, true ); + + if ( ctype_digit( $image ) ) { + $size = ! empty( $attributes['imageSize'] ) ? $attributes['imageSize'] : 'full'; + $image_output = wp_get_attachment_image( $image, $size, false, array( 'class' => 'dynamic-meta-image' ) ); + + // We can't alter the width/height generated by get_the_post_thumbnail(), so we need to resort to this. + if ( ! empty( $attributes['imageWidth'] ) ) { + $image_output = preg_replace( '/width=[\"\'][0-9]+[\"\']/i', 'width="' . absint( $attributes['imageWidth'] ) . '"', $image_output ); + } + + if ( ! empty( $attributes['imageHeight'] ) ) { + $image_output = preg_replace( '/height=[\"\'][0-9]+[\"\']/i', 'height="' . absint( $attributes['imageHeight'] ) . '"', $image_output ); + } + } else { + $image_output = apply_filters( + 'generate_dynamic_custom_field_image', + sprintf( + '', + $image, + ! empty( $attributes['imageWidth'] ) ? absint( $attributes['imageWidth'] ) : '', + ! empty( $attributes['imageHeight'] ) ? absint( $attributes['imageHeight'] ) : '' + ) + ); + } + + if ( ! empty( $image_output ) ) { + if ( ! empty( $attributes['linkTo'] ) ) { + if ( 'single-post' === $attributes['linkTo'] ) { + $image_output = sprintf( + '%s', + esc_url( get_permalink( $id ) ), + $image_output + ); + } + + if ( 'custom-field' === $attributes['linkTo'] ) { + $custom_field = get_post_meta( $id, $attributes['linkToCustomField'], true ); + + if ( $custom_field ) { + $image_output = sprintf( + '%s', + esc_url( $custom_field ), + $image_output + ); + } + } + } + + return $image_output; + } + } + } + + if ( 'author-avatar' === $attributes['imageType'] ) { + global $post; + $author_id = $post->post_author; + $size = ! empty( $attributes['avatarSize'] ) ? $attributes['avatarSize'] : 30; + $image_alt = apply_filters( 'generate_dynamic_author_image_alt', __( 'Photo of author', 'gp-premium' ) ); + + $classes = array( + 'dynamic-author-image', + ); + + if ( ! empty( $attributes['avatarRounded'] ) ) { + $classes[] = 'dynamic-author-image-rounded'; + } + + $avatar = get_avatar( + $author_id, + $size, + '', + esc_attr( $image_alt ), + array( + 'class' => implode( ' ', $classes ), + ) + ); + + if ( $avatar ) { + return $avatar; + } + } + } + + /** + * Get our dynamic URL. + * + * @param string $link_type The kind of link to add. + * @param string $source The source of the dynamic data. + * @param array $block The block we're working with. + */ + public function get_dynamic_url( $link_type, $source, $block ) { + $id = $this->get_source_id( $source, $block['attrs'] ); + $author_id = $this->get_author_id( $source, $block['attrs'] ); + $url = ''; + + if ( 'single-post' === $link_type ) { + $url = get_permalink( $id ); + } + + if ( isset( $block['attrs']['gpDynamicLinkCustomField'] ) ) { + if ( 'post-meta' === $link_type ) { + $url = get_post_meta( $id, $block['attrs']['gpDynamicLinkCustomField'], true ); + } + + if ( 'user-meta' === $link_type ) { + $url = $this->get_user_data( $author_id, $block['attrs']['gpDynamicLinkCustomField'] ); + } + + if ( 'term-meta' === $link_type ) { + $url = get_term_meta( get_queried_object_id(), $block['attrs']['gpDynamicLinkCustomField'], true ); + } + } + + if ( 'author-archives' === $link_type ) { + $url = get_author_posts_url( $author_id ); + } + + if ( 'comments' === $link_type ) { + $url = get_comments_link( $id ); + } + + if ( 'next-posts' === $link_type ) { + global $paged, $wp_query; + + $max_page = 0; + + if ( ! $max_page ) { + $max_page = $wp_query->max_num_pages; + } + + $paged_num = isset( $paged ) && $paged ? $paged : 1; + $nextpage = (int) $paged_num + 1; + + if ( ! is_single() && ( $nextpage <= $max_page ) ) { + $url = next_posts( $max_page, false ); + } + } + + if ( 'previous-posts' === $link_type ) { + global $paged; + + if ( ! is_single() && (int) $paged > 1 ) { + $url = previous_posts( false ); + } + } + + return apply_filters( 'generate_dynamic_element_url', $url, $link_type, $source, $block ); + } + + /** + * Wrap our dynamic text in a link. + * + * @param string $text The text to wrap. + * @param string $link_type The kind of link to add. + * @param string $source The source of the dynamic data. + * @param array $block The block we're working with. + */ + public function add_dynamic_link( $text, $link_type, $source, $block ) { + if ( 'generateblocks/headline' === $block['blockName'] ) { + $url = $this->get_dynamic_url( $link_type, $source, $block ); + + if ( ! $url ) { + return $text; + } + + return sprintf( + '%s', + esc_url( $url ), + $text + ); + } + + if ( 'generateblocks/button' === $block['blockName'] ) { + $url = $this->get_dynamic_url( $link_type, $source, $block ); + + // Since this is a button, we want to scrap the whole block if we don't have a link. + if ( ! $url ) { + return ''; + } + + $dynamic_url = sprintf( + 'href="%s"', + esc_url( $url ) + ); + + return str_replace( 'href="#"', $dynamic_url, $text ); + } + } + + /** + * Get user data. + * + * @since 2.0.0 + * @param int $author_id The ID of the user. + * @param string $field The field to look up. + */ + public function get_user_data( $author_id, $field ) { + $data = get_user_meta( $author_id, $field, true ); + + if ( ! $data ) { + $user_data_names = array( + 'user_nicename', + 'user_email', + 'user_url', + 'display_name', + ); + + if ( in_array( $field, $user_data_names ) ) { + $user_data = get_userdata( $author_id ); + + if ( $user_data ) { + switch ( $field ) { + case 'user_nicename': + $data = $user_data->user_nicename; + break; + + case 'user_email': + $data = $user_data->user_email; + break; + + case 'user_url': + $data = $user_data->user_url; + break; + + case 'display_name': + $data = $user_data->display_name; + break; + } + } + } + } + + return $data; + } + + /** + * Add the dynamic bits to our blocks. + * + * @param string $block_content The block content. + * @param array $block The block info. + */ + public function render_blocks( $block_content, $block ) { + if ( 'gp_elements' === get_post_type() || is_admin() ) { + return $block_content; + } + + if ( 'generateblocks/headline' === $block['blockName'] || 'generateblocks/button' === $block['blockName'] ) { + if ( ! empty( $block['attrs']['gpDynamicTextType'] ) && ! empty( $block['attrs']['gpDynamicTextReplace'] ) ) { + $text_to_replace = $block['attrs']['gpDynamicTextReplace']; + $text_type = $block['attrs']['gpDynamicTextType']; + $link_type = ! empty( $block['attrs']['gpDynamicLinkType'] ) ? $block['attrs']['gpDynamicLinkType'] : ''; + $source = ! empty( $block['attrs']['gpDynamicSource'] ) ? $block['attrs']['gpDynamicSource'] : 'current-post'; + $id = $this->get_source_id( $source, $block['attrs'] ); + + if ( ! $id ) { + return ''; + } + + if ( 'title' === $text_type ) { + $post_title = get_the_title( $id ); + + if ( ! in_the_loop() ) { + if ( is_tax() || is_category() || is_tag() ) { + $post_title = get_queried_object()->name; + } elseif ( is_post_type_archive() ) { + $post_title = post_type_archive_title( '', false ); + } elseif ( is_archive() && function_exists( 'get_the_archive_title' ) ) { + $post_title = get_the_archive_title(); + + if ( is_author() ) { + $post_title = get_the_author(); + } + } elseif ( is_home() ) { + $page_for_posts = get_option( 'page_for_posts' ); + + if ( ! empty( $page_for_posts ) ) { + $post_title = get_the_title( $page_for_posts ); + } else { + $post_title = __( 'Blog', 'gp-premium' ); + } + } + } + + $post_title = apply_filters( 'generate_dynamic_element_text', $post_title, $block ); + + if ( $link_type ) { + $post_title = $this->add_dynamic_link( $post_title, $link_type, $source, $block ); + } + + if ( ! empty( $block['attrs']['gpDynamicTextBefore'] ) ) { + $post_title = $block['attrs']['gpDynamicTextBefore'] . $post_title; + } + + $post_title = apply_filters( 'generate_dynamic_element_text_output', $post_title, $block ); + $block_content = str_replace( $text_to_replace, $post_title, $block_content ); + } + + if ( 'post-date' === $text_type ) { + $updated_time = get_the_modified_time( 'U', $id ); + $published_time = get_the_time( 'U', $id ) + 1800; + + $post_date = sprintf( + '', + esc_attr( get_the_date( 'c', $id ) ), + esc_html( get_the_date( '', $id ) ) + ); + + $is_updated_date = isset( $block['attrs']['gpDynamicDateType'] ) && 'updated-date' === $block['attrs']['gpDynamicDateType']; + + if ( ! empty( $block['attrs']['gpDynamicDateUpdated'] ) || $is_updated_date ) { + if ( $updated_time > $published_time ) { + $post_date = sprintf( + '', + esc_attr( get_the_modified_date( 'c', $id ) ), + esc_html( get_the_modified_date( '', $id ) ) + ); + } elseif ( $is_updated_date ) { + // If we're showing the updated date but no updated date exists, don't display anything. + return ''; + } + } + + $post_date = apply_filters( 'generate_dynamic_element_text', $post_date, $block ); + + if ( $link_type ) { + $post_date = $this->add_dynamic_link( $post_date, $link_type, $source, $block ); + } + + $before_text = ''; + + if ( ! empty( $block['attrs']['gpDynamicTextBefore'] ) ) { + $before_text = $block['attrs']['gpDynamicTextBefore']; + } + + // Use the updated date before text if we're set to replace the published date with updated date. + if ( ! empty( $block['attrs']['gpDynamicUpdatedDateBefore'] ) && ! empty( $block['attrs']['gpDynamicDateUpdated'] ) && $updated_time > $published_time ) { + $before_text = $block['attrs']['gpDynamicUpdatedDateBefore']; + } + + if ( ! empty( $before_text ) ) { + $post_date = $before_text . $post_date; + } + + $post_date = apply_filters( 'generate_dynamic_element_text_output', $post_date, $block ); + $block_content = str_replace( $text_to_replace, $post_date, $block_content ); + } + + if ( 'post-author' === $text_type ) { + $author_id = $this->get_author_id( $source, $block['attrs'] ); + $post_author = get_the_author_meta( 'display_name', $author_id ); + $post_author = apply_filters( 'generate_dynamic_element_text', $post_author, $block ); + + if ( empty( $post_author ) ) { + return ''; + } + + if ( $link_type ) { + $post_author = $this->add_dynamic_link( $post_author, $link_type, $source, $block ); + } + + if ( ! empty( $block['attrs']['gpDynamicTextBefore'] ) ) { + $post_author = $block['attrs']['gpDynamicTextBefore'] . $post_author; + } + + $post_author = apply_filters( 'generate_dynamic_element_text_output', $post_author, $block ); + $block_content = str_replace( $text_to_replace, $post_author, $block_content ); + } + + if ( 'terms' === $text_type && 'generateblocks/headline' === $block['blockName'] ) { + if ( ! empty( $block['attrs']['gpDynamicTextTaxonomy'] ) ) { + $terms = get_the_terms( $id, $block['attrs']['gpDynamicTextTaxonomy'] ); + + if ( is_wp_error( $terms ) ) { + return $block_content; + } + + $term_items = array(); + + foreach ( (array) $terms as $term ) { + if ( ! isset( $term->name ) ) { + continue; + } + + if ( 'term-archives' === $link_type ) { + $term_link = get_term_link( $term, $block['attrs']['gpDynamicTextTaxonomy'] ); + + if ( ! is_wp_error( $term_link ) ) { + $term_items[] = sprintf( + '%2$s', + esc_url( get_term_link( $term, $block['attrs']['gpDynamicTextTaxonomy'] ) ), + $term->name, + $term->slug + ); + } + } else { + $term_items[] = sprintf( + '%1$s', + $term->name, + $term->slug + ); + } + } + + if ( empty( $term_items ) ) { + return ''; + } + + $sep = isset( $block['attrs']['gpDynamicTextTaxonomySeparator'] ) ? $block['attrs']['gpDynamicTextTaxonomySeparator'] : ', '; + $term_output = implode( $sep, $term_items ); + + if ( ! empty( $block['attrs']['gpDynamicTextBefore'] ) ) { + $term_output = $block['attrs']['gpDynamicTextBefore'] . $term_output; + } + + $term_output = apply_filters( 'generate_dynamic_element_text_output', $term_output, $block ); + $block_content = str_replace( $text_to_replace, $term_output, $block_content ); + } else { + return ''; + } + } + + if ( 'comments-number' === $text_type ) { + if ( ! post_password_required( $id ) && ( comments_open( $id ) || get_comments_number( $id ) ) ) { + if ( ! isset( $block['attrs']['gpDynamicNoCommentsText'] ) ) { + $block['attrs']['gpDynamicNoCommentsText'] = __( 'No Comments', 'gp-premium' ); + } + + if ( '' === $block['attrs']['gpDynamicNoCommentsText'] && get_comments_number( $id ) < 1 ) { + return ''; + } + + $comments_text = get_comments_number_text( + $block['attrs']['gpDynamicNoCommentsText'], + ! empty( $block['attrs']['gpDynamicSingleCommentText'] ) ? $block['attrs']['gpDynamicSingleCommentText'] : __( '1 Comment', 'gp-premium' ), + ! empty( $block['attrs']['gpDynamicMultipleCommentsText'] ) ? $block['attrs']['gpDynamicMultipleCommentsText'] : __( '% Comments', 'gp-premium' ) + ); + + $comments_text = apply_filters( 'generate_dynamic_element_text', $comments_text, $block ); + + if ( '' === $comments_text ) { + return ''; + } + + if ( $link_type ) { + $comments_text = $this->add_dynamic_link( $comments_text, $link_type, $source, $block ); + } + + if ( ! empty( $block['attrs']['gpDynamicTextBefore'] ) ) { + $comments_text = $block['attrs']['gpDynamicTextBefore'] . $comments_text; + } + + $comments_text = apply_filters( 'generate_dynamic_element_text_output', $comments_text, $block ); + $block_content = str_replace( $text_to_replace, $comments_text, $block_content ); + } else { + return ''; + } + } + + if ( 'post-meta' === $text_type || 'term-meta' === $text_type || 'user-meta' === $text_type ) { + if ( ! empty( $block['attrs']['gpDynamicTextCustomField'] ) ) { + $custom_field = get_post_meta( $id, $block['attrs']['gpDynamicTextCustomField'], true ); + + if ( 'term-meta' === $text_type ) { + $custom_field = get_term_meta( get_queried_object_id(), $block['attrs']['gpDynamicTextCustomField'], true ); + } + + if ( 'user-meta' === $text_type ) { + $author_id = $this->get_author_id( $source, $block['attrs'] ); + $custom_field = $this->get_user_data( $author_id, $block['attrs']['gpDynamicTextCustomField'] ); + } + + $custom_field = apply_filters( 'generate_dynamic_element_text', $custom_field, $block ); + + if ( $custom_field ) { + if ( $link_type ) { + $custom_field = $this->add_dynamic_link( $custom_field, $link_type, $source, $block ); + } + + if ( ! empty( $block['attrs']['gpDynamicTextBefore'] ) ) { + $custom_field = $block['attrs']['gpDynamicTextBefore'] . $custom_field; + } + + $custom_field = apply_filters( 'generate_dynamic_element_text_output', $custom_field, $block ); + $block_content = str_replace( $text_to_replace, $custom_field, $block_content ); + } else { + $block_content = ''; + } + } else { + $block_content = ''; + } + } + } + } + + if ( 'generateblocks/button' === $block['blockName'] ) { + $link_type = ! empty( $block['attrs']['gpDynamicLinkType'] ) ? $block['attrs']['gpDynamicLinkType'] : ''; + + if ( ! empty( $link_type ) && 'term-archives' !== $link_type ) { + $source = ! empty( $block['attrs']['gpDynamicSource'] ) ? $block['attrs']['gpDynamicSource'] : 'current-post'; + $id = $this->get_source_id( $source, $block['attrs'] ); + + if ( ! $id ) { + return ''; + } + + if ( $link_type ) { + $block_content = $this->add_dynamic_link( $block_content, $link_type, $source, $block ); + } + } + + if ( ! empty( $block['attrs']['gpDynamicTextType'] ) && ! empty( $block['attrs']['gpDynamicTextReplace'] ) ) { + $text_to_replace = $block['attrs']['gpDynamicTextReplace']; + $text_type = $block['attrs']['gpDynamicTextType']; + $link_type = ! empty( $block['attrs']['gpDynamicLinkType'] ) ? $block['attrs']['gpDynamicLinkType'] : ''; + $source = ! empty( $block['attrs']['gpDynamicSource'] ) ? $block['attrs']['gpDynamicSource'] : 'current-post'; + $id = $this->get_source_id( $source, $block['attrs'] ); + + if ( ! $id ) { + return ''; + } + + if ( 'terms' === $text_type ) { + if ( ! empty( $block['attrs']['gpDynamicTextTaxonomy'] ) ) { + $terms = get_the_terms( $id, $block['attrs']['gpDynamicTextTaxonomy'] ); + + if ( is_wp_error( $terms ) ) { + return ''; + } + + $term_buttons = array(); + + foreach ( (array) $terms as $term ) { + if ( ! isset( $term->name ) ) { + continue; + } + + $term_button = str_replace( $text_to_replace, $term->name, $block_content ); + + if ( isset( $term->slug ) ) { + $term_button = str_replace( 'dynamic-term-class', 'post-term-item term-' . $term->slug, $term_button ); + } + + if ( 'term-archives' === $link_type ) { + $term_link = get_term_link( $term, $block['attrs']['gpDynamicTextTaxonomy'] ); + + if ( ! is_wp_error( $term_link ) ) { + $term_url = sprintf( + 'href="%s"', + esc_url( $term_link ) + ); + + $term_button = str_replace( 'href="#"', $term_url, $term_button ); + } + } + + $term_buttons[] = $term_button; + } + + if ( empty( $term_buttons ) ) { + return ''; + } + + $block_content = implode( '', $term_buttons ); + } else { + return ''; + } + } + } + } + + if ( 'generateblocks/container' === $block['blockName'] ) { + if ( ! empty( $block['attrs']['gpRemoveContainerCondition'] ) ) { + $in_same_term = ! empty( $block['attrs']['gpAdjacentPostInSameTerm'] ) ? true : false; + $term_taxonomy = ! empty( $block['attrs']['gpAdjacentPostInSameTermTax'] ) ? $block['attrs']['gpAdjacentPostInSameTermTax'] : 'category'; + + if ( 'no-next-post' === $block['attrs']['gpRemoveContainerCondition'] ) { + $next_post = get_next_post( $in_same_term, '', $term_taxonomy ); + + if ( ! is_object( $next_post ) ) { + if ( ! empty( $block['attrs']['isGrid'] ) && ! empty( $block['attrs']['uniqueId'] ) ) { + return '
'; + } else { + return ''; + } + } + } + + if ( 'no-previous-post' === $block['attrs']['gpRemoveContainerCondition'] ) { + $previous_post = get_previous_post( $in_same_term, '', $term_taxonomy ); + + if ( ! is_object( $previous_post ) ) { + if ( ! empty( $block['attrs']['isGrid'] ) && ! empty( $block['attrs']['uniqueId'] ) ) { + return '
'; + } else { + return ''; + } + } + } + + if ( 'no-featured-image' === $block['attrs']['gpRemoveContainerCondition'] ) { + if ( ! has_post_thumbnail() ) { + return ''; + } + } + + if ( 'no-post-meta' === $block['attrs']['gpRemoveContainerCondition'] && ! empty( $block['attrs']['gpRemoveContainerConditionPostMeta'] ) ) { + $post_meta_check = get_post_meta( get_the_ID(), $block['attrs']['gpRemoveContainerConditionPostMeta'], true ); + + if ( ! $post_meta_check ) { + return ''; + } + } + } elseif ( ! empty( $block['attrs']['url'] ) && ! empty( $block['attrs']['gpDynamicLinkType'] ) ) { + $source = ! empty( $block['attrs']['gpDynamicSource'] ) ? $block['attrs']['gpDynamicSource'] : 'current-post'; + + $id = $this->get_source_id( $source, $block['attrs'] ); + + if ( ! $id ) { + return ''; + } + } + } + + return $block_content; + } + + /** + * Set the featured image as a GB background. + * + * @param string $url The current URL. + * @param array $settings The current settings. + */ + public function set_background_image_url( $url, $settings ) { + if ( ! empty( $settings['gpDynamicImageBg'] ) ) { + $custom_field = ''; + $source = ! empty( $settings['gpDynamicSource'] ) ? $settings['gpDynamicSource'] : 'current-post'; + $id = $this->get_source_id( $source, $settings ); + + if ( ! $id ) { + return ''; + } + + if ( 'post-meta' === $settings['gpDynamicImageBg'] ) { + $custom_field = get_post_meta( $id, $settings['gpDynamicImageCustomField'], true ); + } + + if ( 'term-meta' === $settings['gpDynamicImageBg'] ) { + $custom_field = get_term_meta( get_queried_object_id(), $settings['gpDynamicImageCustomField'], true ); + } + + if ( 'user-meta' === $settings['gpDynamicImageBg'] ) { + $author_id = $this->get_author_id( $source, $settings ); + $custom_field = $this->get_user_data( $author_id, $settings['gpDynamicImageCustomField'] ); + } + + if ( 'featured-image' === $settings['gpDynamicImageBg'] && has_post_thumbnail( $id ) ) { + $image_size = ! empty( $settings['bgImageSize'] ) ? $settings['bgImageSize'] : 'full'; + $url = get_the_post_thumbnail_url( $id, $image_size ); + } elseif ( ! empty( $custom_field ) ) { + if ( is_numeric( $custom_field ) ) { + $image_size = ! empty( $settings['bgImageSize'] ) ? $settings['bgImageSize'] : 'full'; + $url = wp_get_attachment_image_url( $custom_field, $image_size ); + } else { + $url = $custom_field; + } + } elseif ( empty( $settings['gpUseFallbackImageBg'] ) ) { + $url = ''; + } + } + + return $url; + } + + /** + * Set the attributes for our main Container wrapper. + * + * @param array $attributes The existing attributes. + * @param array $settings The settings for the block. + */ + public function set_container_attributes( $attributes, $settings ) { + if ( ! empty( $settings['bgImage'] ) && in_the_loop() ) { + if ( ! empty( $settings['gpDynamicImageBg'] ) ) { + $custom_field = ''; + $source = ! empty( $settings['gpDynamicSource'] ) ? $settings['gpDynamicSource'] : 'current-post'; + $id = $this->get_source_id( $source, $settings ); + + if ( ! $id ) { + return $attributes; + } + + if ( 'post-meta' === $settings['gpDynamicImageBg'] ) { + $custom_field = get_post_meta( $id, $settings['gpDynamicImageCustomField'], true ); + } + + if ( 'term-meta' === $settings['gpDynamicImageBg'] ) { + $custom_field = get_term_meta( get_queried_object_id(), $settings['gpDynamicImageCustomField'], true ); + } + + if ( 'user-meta' === $settings['gpDynamicImageBg'] ) { + $author_id = $this->get_author_id( $source, $settings ); + $custom_field = $this->get_user_data( $author_id, $settings['gpDynamicImageCustomField'] ); + } + + if ( 'featured-image' === $settings['gpDynamicImageBg'] && has_post_thumbnail( $id ) ) { + $image_size = ! empty( $settings['bgImageSize'] ) ? $settings['bgImageSize'] : 'full'; + $url = get_the_post_thumbnail_url( $id, $image_size ); + } elseif ( ! empty( $custom_field ) ) { + if ( is_numeric( $custom_field ) ) { + $image_size = ! empty( $settings['bgImageSize'] ) ? $settings['bgImageSize'] : 'full'; + $url = wp_get_attachment_image_url( $custom_field, $image_size ); + } else { + $url = $custom_field; + } + } elseif ( ! empty( $settings['gpUseFallbackImageBg'] ) ) { + if ( isset( $settings['bgImage']['id'] ) ) { + $image_size = ! empty( $settings['bgImageSize'] ) ? $settings['bgImageSize'] : 'full'; + $image_src = wp_get_attachment_image_src( $settings['bgImage']['id'], $image_size ); + + if ( is_array( $image_src ) ) { + $url = $image_src[0]; + } else { + $url = $settings['bgImage']['image']['url']; + } + } else { + $url = $settings['bgImage']['image']['url']; + } + } + + if ( ! empty( $url ) ) { + $attributes['style'] = '--background-url:url(' . esc_url( $url ) . ')'; + $attributes['class'] .= ' gb-has-dynamic-bg'; + } else { + $attributes['class'] .= ' gb-no-dynamic-bg'; + } + } + } + + if ( ! empty( $settings['gpInlinePostMeta'] ) ) { + $attributes['class'] .= ' inline-post-meta-area'; + } + + return $attributes; + } + + /** + * Set GenerateBlocks defaults. + * + * @param array $defaults The current defaults. + */ + public function set_defaults( $defaults ) { + $defaults['container']['gpInlinePostMeta'] = false; + $defaults['container']['gpInlinePostMetaJustify'] = ''; + $defaults['container']['gpInlinePostMetaJustifyTablet'] = ''; + $defaults['container']['gpInlinePostMetaJustifyMobile'] = ''; + $defaults['container']['gpDynamicImageBg'] = ''; + $defaults['container']['gpDynamicImageCustomField'] = ''; + $defaults['container']['gpDynamicLinkType'] = ''; + $defaults['container']['gpDynamicSource'] = 'current-post'; + $defaults['container']['gpDynamicSourceInSameTerm'] = false; + $defaults['headline']['gpDynamicTextTaxonomy'] = ''; + $defaults['headline']['gpDynamicTextTaxonomySeparator'] = ', '; + + return $defaults; + } + + /** + * Generate our CSS for our options. + * + * @param string $name Name of the block. + * @param array $settings Our available settings. + * @param object $css Current desktop CSS object. + * @param object $desktop_css Current desktop-only CSS object. + * @param object $tablet_css Current tablet CSS object. + * @param object $tablet_only_css Current tablet-only CSS object. + * @param object $mobile_css Current mobile CSS object. + */ + public function generate_css( $name, $settings, $css, $desktop_css, $tablet_css, $tablet_only_css, $mobile_css ) { + if ( 'container' === $name ) { + if ( ! empty( $settings['bgImage'] ) ) { + if ( 'element' === $settings['bgOptions']['selector'] ) { + $css->set_selector( '.gb-container-' . $settings['uniqueId'] . '.gb-has-dynamic-bg' ); + } elseif ( 'pseudo-element' === $settings['bgOptions']['selector'] ) { + $css->set_selector( '.gb-container-' . $settings['uniqueId'] . '.gb-has-dynamic-bg:before' ); + } + + $css->add_property( 'background-image', 'var(--background-url)' ); + + if ( 'element' === $settings['bgOptions']['selector'] ) { + $css->set_selector( '.gb-container-' . $settings['uniqueId'] . '.gb-no-dynamic-bg' ); + } elseif ( 'pseudo-element' === $settings['bgOptions']['selector'] ) { + $css->set_selector( '.gb-container-' . $settings['uniqueId'] . '.gb-no-dynamic-bg:before' ); + } + + $css->add_property( 'background-image', 'none' ); + } + + if ( ! empty( $settings['gpInlinePostMeta'] ) ) { + $css->set_selector( '.gb-container-' . $settings['uniqueId'] . '.inline-post-meta-area > .gb-inside-container' ); + $css->add_property( 'display', 'flex' ); + $css->add_property( 'align-items', 'center' ); + $css->add_property( 'justify-content', $settings['gpInlinePostMetaJustify'] ); + + $tablet_css->set_selector( '.gb-container-' . $settings['uniqueId'] . '.inline-post-meta-area > .gb-inside-container' ); + $tablet_css->add_property( 'justify-content', $settings['gpInlinePostMetaJustifyTablet'] ); + + $mobile_css->set_selector( '.gb-container-' . $settings['uniqueId'] . '.inline-post-meta-area > .gb-inside-container' ); + $mobile_css->add_property( 'justify-content', $settings['gpInlinePostMetaJustifyMobile'] ); + } + } + } + + /** + * Set the attributes for our main Container wrapper. + * + * @param array $attributes The existing attributes. + * @param array $settings The settings for the block. + */ + public function set_dynamic_container_url( $attributes, $settings ) { + $link_type = ! empty( $settings['gpDynamicLinkType'] ) ? $settings['gpDynamicLinkType'] : ''; + + if ( + $link_type && + isset( $settings['url'] ) && + isset( $settings['linkType'] ) && + '' !== $settings['url'] && + ( 'wrapper' === $settings['linkType'] || 'hidden-link' === $settings['linkType'] ) + ) { + if ( ! empty( $link_type ) ) { + $source = ! empty( $settings['gpDynamicSource'] ) ? $settings['gpDynamicSource'] : 'current-post'; + $id = $this->get_source_id( $source, $settings ); + + if ( ! $id ) { + return $attributes; + } + + if ( 'post' === $link_type ) { + $attributes['href'] = esc_url( get_permalink( $id ) ); + } + + if ( 'post-meta' === $link_type ) { + if ( ! empty( $settings['gpDynamicLinkCustomField'] ) ) { + $custom_field = get_post_meta( $id, $settings['gpDynamicLinkCustomField'], true ); + + if ( $custom_field ) { + $attributes['href'] = esc_url( $custom_field ); + } + } + } + } + } + + return $attributes; + } + + /** + * Get our needed source ID. + * + * @param string $source The source attribute. + * @param array $attributes All block attributes. + */ + public function get_source_id( $source, $attributes = array() ) { + $id = get_the_ID(); + + if ( 'next-post' === $source ) { + $in_same_term = ! empty( $attributes['gpDynamicSourceInSameTerm'] ) ? true : false; + $term_taxonomy = ! empty( $attributes['gpDynamicSourceInSameTermTaxonomy'] ) ? $attributes['gpDynamicSourceInSameTermTaxonomy'] : 'category'; + $next_post = get_next_post( $in_same_term, '', $term_taxonomy ); + + if ( ! is_object( $next_post ) ) { + return false; + } + + $id = $next_post->ID; + } + + if ( 'previous-post' === $source ) { + $in_same_term = ! empty( $attributes['gpDynamicSourceInSameTerm'] ) ? true : false; + $term_taxonomy = ! empty( $attributes['gpDynamicSourceInSameTermTaxonomy'] ) ? $attributes['gpDynamicSourceInSameTermTaxonomy'] : 'category'; + $previous_post = get_previous_post( $in_same_term, '', $term_taxonomy ); + + if ( ! is_object( $previous_post ) ) { + return false; + } + + $id = $previous_post->ID; + } + + return apply_filters( 'generate_dynamic_element_source_id', $id, $source, $attributes ); + } + + /** + * Get our author ID. + * + * @param string $source The source attribute. + * @param array $attributes All block attributes. + */ + public function get_author_id( $source, $attributes ) { + global $post; + $post_info = $post; + + if ( 'next-post' === $source ) { + $in_same_term = ! empty( $attributes['gpDynamicSourceInSameTerm'] ) ? true : false; + $term_taxonomy = ! empty( $attributes['gpDynamicSourceInSameTermTaxonomy'] ) ? $attributes['gpDynamicSourceInSameTermTaxonomy'] : 'category'; + $next_post = get_next_post( $in_same_term, '', $term_taxonomy ); + + if ( ! is_object( $next_post ) ) { + return ''; + } + + $post_info = $next_post; + } + + if ( 'previous-post' === $source ) { + $in_same_term = ! empty( $attributes['gpDynamicSourceInSameTerm'] ) ? true : false; + $term_taxonomy = ! empty( $attributes['gpDynamicSourceInSameTermTaxonomy'] ) ? $attributes['gpDynamicSourceInSameTermTaxonomy'] : 'category'; + $previous_post = get_previous_post( $in_same_term, '', $term_taxonomy ); + + if ( ! is_object( $previous_post ) ) { + return ''; + } + + $post_info = $previous_post; + } + + if ( isset( $post_info->post_author ) ) { + return $post_info->post_author; + } + } + + /** + * Register our post meta. + */ + public function register_meta() { + register_meta( + 'post', + '_generate_block_element_editor_width', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'string', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'sanitize_int' ), + ) + ); + + register_meta( + 'post', + '_generate_block_element_editor_width_unit', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'string', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + register_meta( + 'post', + '_generate_block_type', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'string', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + register_meta( + 'post', + '_generate_hook', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'string', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + register_meta( + 'post', + '_generate_custom_hook', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'string', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'sanitize_custom_hook' ), + ) + ); + + register_meta( + 'post', + '_generate_hook_priority', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'string', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'sanitize_int' ), + ) + ); + + register_meta( + 'post', + '_generate_post_meta_location', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'string', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'sanitize_text_field' ), + ) + ); + + register_meta( + 'post', + '_generate_post_loop_item_tagname', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'string', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'sanitize_text_field' ), + ) + ); + + register_meta( + 'post', + '_generate_disable_primary_post_meta', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'boolean', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'rest_sanitize_boolean' ), + ) + ); + + register_meta( + 'post', + '_generate_disable_secondary_post_meta', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'boolean', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'rest_sanitize_boolean' ), + ) + ); + + register_meta( + 'post', + '_generate_disable_title', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'boolean', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'rest_sanitize_boolean' ), + ) + ); + + register_meta( + 'post', + '_generate_disable_featured_image', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'boolean', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'rest_sanitize_boolean' ), + ) + ); + + register_meta( + 'post', + '_generate_use_theme_post_container', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'boolean', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'rest_sanitize_boolean' ), + ) + ); + + register_meta( + 'post', + '_generate_use_archive_navigation_container', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'boolean', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'rest_sanitize_boolean' ), + ) + ); + + register_meta( + 'post', + '_generate_disable_post_navigation', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'boolean', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'rest_sanitize_boolean' ), + ) + ); + + register_meta( + 'post', + '_generate_disable_archive_navigation', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'boolean', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'rest_sanitize_boolean' ), + ) + ); + + register_meta( + 'post', + '_generate_post_loop_item_display', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'string', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'sanitize_text_field' ), + ) + ); + + register_meta( + 'post', + '_generate_post_loop_item_display_tax', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'string', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'sanitize_text_field' ), + ) + ); + + register_meta( + 'post', + '_generate_post_loop_item_display_term', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'string', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'sanitize_text_field' ), + ) + ); + + register_meta( + 'post', + '_generate_post_loop_item_display_post_meta', + array( + 'object_subtype' => 'gp_elements', + 'type' => 'string', + 'show_in_rest' => true, + 'auth_callback' => '__return_true', + 'single' => true, + 'sanitize_callback' => array( $this, 'sanitize_text_field' ), + ) + ); + } + + /** + * Sanitize our custom hook field. + * + * @param string $value The value to sanitize. + */ + public function sanitize_custom_hook( $value ) { + $not_allowed = array( + 'muplugins_loaded', + 'registered_taxonomy', + 'plugins_loaded', + 'setup_theme', + 'after_setup_theme', + 'init', + 'widgets_init', + 'wp_loaded', + 'pre_get_posts', + 'wp', + 'template_redirect', + 'get_header', + 'wp_enqueue_scripts', + 'the_post', + 'dynamic_sidebar', + 'get_footer', + 'get_sidebar', + 'wp_print_footer_scripts', + 'shutdown', + ); + + if ( in_array( $value, $not_allowed ) ) { + return ''; + } + + return sanitize_key( $value ); + } + + /** + * Sanitize number values that can be empty. + * + * @param int $value The value to sanitize. + */ + public function sanitize_int( $value ) { + if ( ! is_numeric( $value ) ) { + return ''; + } + + return absint( $value ); + } + + /** + * Get our image size names and dimensions. + */ + public function get_image_sizes() { + global $_wp_additional_image_sizes; + + $default_image_sizes = get_intermediate_image_sizes(); + + foreach ( $default_image_sizes as $size ) { + $image_sizes[ $size ]['width'] = intval( get_option( "{$size}_size_w" ) ); + $image_sizes[ $size ]['height'] = intval( get_option( "{$size}_size_h" ) ); + $image_sizes[ $size ]['crop'] = get_option( "{$size}_crop" ) ? get_option( "{$size}_crop" ) : false; + } + + if ( isset( $_wp_additional_image_sizes ) && count( $_wp_additional_image_sizes ) ) { + $image_sizes = array_merge( $image_sizes, $_wp_additional_image_sizes ); + } + + return $image_sizes; + } + + /** + * Add front-end CSS. + */ + public function frontend_css() { + require_once GP_LIBRARY_DIRECTORY . 'class-make-css.php'; + $css = new GeneratePress_Pro_CSS(); + + $css->set_selector( '.dynamic-author-image-rounded' ); + $css->add_property( 'border-radius', '100%' ); + + $css->set_selector( '.dynamic-featured-image, .dynamic-author-image' ); + $css->add_property( 'vertical-align', 'middle' ); + + $css->set_selector( '.one-container.blog .dynamic-content-template:not(:last-child), .one-container.archive .dynamic-content-template:not(:last-child)' ); + $css->add_property( 'padding-bottom', '0px' ); + + $css->set_selector( '.dynamic-entry-excerpt > p:last-child' ); + $css->add_property( 'margin-bottom', '0px' ); + + wp_add_inline_style( 'generate-style', $css->css_output() ); + } +} + +GeneratePress_Block_Elements::get_instance(); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-block.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-block.php new file mode 100644 index 00000000..051d8e43 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-block.php @@ -0,0 +1,469 @@ +post_id = $post_id; + $this->type = get_post_meta( $post_id, '_generate_block_type', true ); + $has_content_template_condition = get_post_meta( $post_id, '_generate_post_loop_item_display', true ); + + // Take over the $post_id temporarily if this is a child block. + // This allows us to inherit the parent block Display Rules. + if ( 'content-template' === $this->type && $has_content_template_condition ) { + $parent_block = wp_get_post_parent_id( $post_id ); + + if ( ! empty( $parent_block ) ) { + $this->has_parent = true; + $post_id = $parent_block; + } + } + + $display_conditions = get_post_meta( $post_id, '_generate_element_display_conditions', true ) ? get_post_meta( $post_id, '_generate_element_display_conditions', true ) : array(); + $exclude_conditions = get_post_meta( $post_id, '_generate_element_exclude_conditions', true ) ? get_post_meta( $post_id, '_generate_element_exclude_conditions', true ) : array(); + $user_conditions = get_post_meta( $post_id, '_generate_element_user_conditions', true ) ? get_post_meta( $post_id, '_generate_element_user_conditions', true ) : array(); + + $display = apply_filters( + 'generate_block_element_display', + GeneratePress_Conditions::show_data( + $display_conditions, + $exclude_conditions, + $user_conditions + ), + $post_id + ); + + /** + * Simplify filter name. + * + * @since 2.0.0 + */ + $display = apply_filters( + 'generate_element_display', + $display, + $post_id + ); + + // Restore our actual post ID if it's been changed. + if ( 'content-template' === $this->type && $has_content_template_condition ) { + $post_id = $this->post_id; + } + + if ( $display ) { + global $generate_elements; + + $generate_elements[ $post_id ] = array( + 'is_block_element' => true, + 'type' => $this->type, + 'id' => $post_id, + ); + + $hook = get_post_meta( $post_id, '_generate_hook', true ); + $custom_hook = get_post_meta( $post_id, '_generate_custom_hook', true ); + $priority = get_post_meta( $post_id, '_generate_hook_priority', true ); + + if ( '' === $priority ) { + $priority = 10; + } + + switch ( $this->type ) { + case 'site-header': + $hook = 'generate_header'; + break; + + case 'site-footer': + $hook = 'generate_footer'; + break; + + case 'right-sidebar': + $hook = 'generate_before_right_sidebar_content'; + break; + + case 'left-sidebar': + $hook = 'generate_before_left_sidebar_content'; + break; + + case 'content-template': + $hook = 'generate_before_do_template_part'; + break; + + case 'loop-template': + $hook = 'generate_before_main_content'; + break; + + case 'search-modal': + $hook = 'generate_inside_search_modal'; + break; + } + + if ( 'custom' === $hook && $custom_hook ) { + $hook = $custom_hook; + } + + if ( 'post-meta-template' === $this->type ) { + $post_meta_location = get_post_meta( $post_id, '_generate_post_meta_location', true ); + + if ( '' === $post_meta_location || 'after-post-title' === $post_meta_location ) { + $hook = 'generate_after_entry_title'; + + if ( is_page() ) { + $hook = 'generate_after_page_title'; + } + } elseif ( 'before-post-title' === $post_meta_location ) { + $hook = 'generate_before_entry_title'; + + if ( is_page() ) { + $hook = 'generate_before_page_title'; + } + } elseif ( 'after-content' === $post_meta_location ) { + $hook = 'generate_after_content'; + } + } + + if ( ! $hook ) { + return; + } + + if ( 'generate_header' === $hook ) { + remove_action( 'generate_header', 'generate_construct_header' ); + } + + if ( 'generate_footer' === $hook ) { + remove_action( 'generate_footer', 'generate_construct_footer' ); + } + + if ( 'content-template' === $this->type && ! $this->has_parent ) { + add_filter( 'generate_do_template_part', array( $this, 'do_template_part' ) ); + } + + if ( 'loop-template' === $this->type ) { + add_filter( 'generate_has_default_loop', '__return_false' ); + add_filter( 'generate_blog_columns', '__return_false' ); + add_filter( 'option_generate_blog_settings', array( $this, 'filter_blog_settings' ) ); + add_filter( 'post_class', array( $this, 'post_classes' ) ); + } + + if ( 'search-modal' === $this->type ) { + remove_action( 'generate_inside_search_modal', 'generate_do_search_fields' ); + } + + add_action( 'wp', array( $this, 'remove_elements' ), 100 ); + add_action( esc_attr( $hook ), array( $this, 'build_hook' ), absint( $priority ) ); + add_filter( 'generateblocks_do_content', array( $this, 'do_block_content' ) ); + } + } + + /** + * Disable our post loop items if needed. + * + * @param boolean $do Whether to display the default post loop item or not. + */ + public function do_template_part( $do ) { + if ( GeneratePress_Elements_Helper::should_render_content_template( $this->post_id ) ) { + return false; + } + + return $do; + } + + /** + * Tell GenerateBlocks about our block element content so it can build CSS. + * + * @since 1.11.0 + * @param string $content The existing content. + */ + public function do_block_content( $content ) { + if ( has_blocks( $this->post_id ) ) { + $block_element = get_post( $this->post_id ); + + if ( ! $block_element || 'gp_elements' !== $block_element->post_type ) { + return $content; + } + + if ( 'publish' !== $block_element->post_status || ! empty( $block_element->post_password ) ) { + return $content; + } + + $content .= $block_element->post_content; + } + + return $content; + } + + /** + * Remove existing sidebar widgets. + * + * @since 1.11.0 + * @param array $widgets The existing widgets. + */ + public function remove_sidebar_widgets( $widgets ) { + if ( 'right-sidebar' === $this->type ) { + unset( $widgets['sidebar-1'] ); + } + + if ( 'left-sidebar' === $this->type ) { + unset( $widgets['sidebar-2'] ); + } + + return $widgets; + } + + /** + * Filter some of our blog settings. + * + * @param array $settings Existing blog settings. + */ + public function filter_blog_settings( $settings ) { + if ( 'loop-template' === $this->type ) { + $settings['infinite_scroll'] = false; + $settings['read_more_button'] = false; + } + + return $settings; + } + + /** + * Add class to our loop template item posts. + * + * @param array $classes Post classes. + */ + public function post_classes( $classes ) { + if ( 'loop-template' === $this->type && is_main_query() ) { + $classes[] = 'is-loop-template-item'; + } + + return $classes; + } + + /** + * Remove existing elements. + * + * @since 2.0.0 + */ + public function remove_elements() { + if ( 'right-sidebar' === $this->type || 'left-sidebar' === $this->type ) { + add_filter( 'sidebars_widgets', array( $this, 'remove_sidebar_widgets' ) ); + add_filter( 'generate_show_default_sidebar_widgets', '__return_false' ); + } + + if ( 'page-hero' === $this->type ) { + $disable_title = get_post_meta( $this->post_id, '_generate_disable_title', true ); + $disable_featured_image = get_post_meta( $this->post_id, '_generate_disable_featured_image', true ); + $disable_primary_post_meta = get_post_meta( $this->post_id, '_generate_disable_primary_post_meta', true ); + + if ( $disable_title ) { + if ( is_singular() ) { + add_filter( 'generate_show_title', '__return_false' ); + } + + remove_action( 'generate_archive_title', 'generate_archive_title' ); + remove_filter( 'get_the_archive_title', 'generate_filter_the_archive_title' ); + + // WooCommerce removal. + if ( class_exists( 'WooCommerce' ) ) { + remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 ); + add_filter( 'woocommerce_show_page_title', '__return_false' ); + remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description' ); + remove_action( 'woocommerce_archive_description', 'woocommerce_product_archive_description' ); + } + } + + if ( $disable_primary_post_meta ) { + remove_action( 'generate_after_entry_title', 'generate_post_meta' ); + } + + if ( $disable_featured_image && is_singular() ) { + remove_action( 'generate_after_entry_header', 'generate_blog_single_featured_image' ); + remove_action( 'generate_before_content', 'generate_blog_single_featured_image' ); + remove_action( 'generate_after_header', 'generate_blog_single_featured_image' ); + remove_action( 'generate_before_content', 'generate_featured_page_header_inside_single' ); + remove_action( 'generate_after_header', 'generate_featured_page_header' ); + } + } + + if ( 'post-meta-template' === $this->type ) { + $post_meta_location = get_post_meta( $this->post_id, '_generate_post_meta_location', true ); + $disable_primary_post_meta = get_post_meta( $this->post_id, '_generate_disable_primary_post_meta', true ); + $disable_secondary_post_meta = get_post_meta( $this->post_id, '_generate_disable_secondary_post_meta', true ); + + if ( '' === $post_meta_location || 'after-post-title' === $post_meta_location || 'custom' === $post_meta_location ) { + if ( $disable_primary_post_meta ) { + remove_action( 'generate_after_entry_title', 'generate_post_meta' ); + } + } elseif ( 'before-post-title' === $post_meta_location || 'custom' === $post_meta_location ) { + if ( $disable_primary_post_meta ) { + remove_action( 'generate_after_entry_title', 'generate_post_meta' ); + } + } elseif ( 'after-content' === $post_meta_location || 'custom' === $post_meta_location ) { + if ( $disable_secondary_post_meta ) { + remove_action( 'generate_after_entry_content', 'generate_footer_meta' ); + } + } + } + + if ( 'post-navigation-template' === $this->type ) { + $disable_post_navigation = get_post_meta( $this->post_id, '_generate_disable_post_navigation', true ); + + if ( $disable_post_navigation ) { + add_filter( 'generate_footer_entry_meta_items', array( $this, 'disable_post_navigation' ) ); + } + } + + if ( 'archive-navigation-template' === $this->type ) { + $disable_archive_navigation = get_post_meta( $this->post_id, '_generate_disable_archive_navigation', true ); + + if ( $disable_archive_navigation ) { + remove_action( 'generate_after_loop', 'generate_do_post_navigation' ); + } + } + } + + /** + * Disable post navigation. + * + * @param array $items The post meta items. + */ + public function disable_post_navigation( $items ) { + return array_diff( $items, array( 'post-navigation' ) ); + } + + /** + * Builds the HTML structure for Page Headers. + * + * @since 1.11.0 + */ + public function build_hook() { + $post_id = $this->post_id; + + if ( 'content-template' === $this->type ) { + // Check for child templates if this isn't already one. + if ( ! $this->has_parent ) { + $children = get_posts( + array( + 'post_type' => 'gp_elements', + 'post_parent' => $post_id, + 'order' => 'ASC', + 'orderby' => 'menu_order', + 'no_found_rows' => true, + 'post_status' => 'publish', + 'numberposts' => 20, + 'fields' => 'ids', + ) + ); + + if ( ! empty( $children ) ) { + // Loop through any child templates and overwrite $post_id if applicable. + foreach ( (array) $children as $child_id ) { + if ( GeneratePress_Elements_Helper::should_render_content_template( $child_id ) ) { + $post_id = $child_id; + break; + } + } + } else { + // No children, check if parent should render. + if ( ! GeneratePress_Elements_Helper::should_render_content_template( $post_id ) ) { + return; + } + } + } else { + // No children, check if template should render. + if ( ! GeneratePress_Elements_Helper::should_render_content_template( $post_id ) ) { + return; + } + } + + // Don't display child elements - they will replace the parent element if applicable. + if ( $this->has_parent ) { + return; + } + + $tag_name_value = get_post_meta( $post_id, '_generate_post_loop_item_tagname', true ); + $use_theme_container = get_post_meta( $post_id, '_generate_use_theme_post_container', true ); + + if ( $tag_name_value ) { + $tag_name = $tag_name_value; + } else { + $tag_name = 'article'; + } + + printf( + '<%s id="%s" class="%s">', + esc_attr( $tag_name ), + 'post-' . get_the_ID(), + implode( ' ', get_post_class( 'dynamic-content-template' ) ) // phpcs:ignore -- No escaping needed. + ); + + if ( $use_theme_container ) { + echo '
'; + } + } + + if ( 'archive-navigation-template' === $this->type || 'post-navigation-template' === $this->type ) { + $use_theme_pagination_container = get_post_meta( $post_id, '_generate_use_archive_navigation_container', true ); + + if ( $use_theme_pagination_container ) { + echo '
'; + } + } + + echo GeneratePress_Elements_Helper::build_content( $post_id ); // phpcs:ignore -- No escaping needed. + + if ( 'content-template' === $this->type ) { + if ( $use_theme_container ) { + echo '
'; + } + + echo ''; + } + + if ( 'archive-navigation-template' === $this->type || 'post-navigation-template' === $this->type ) { + $use_theme_pagination_container = get_post_meta( $post_id, '_generate_use_archive_navigation_container', true ); + + if ( $use_theme_pagination_container ) { + echo '
'; + } + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-conditions.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-conditions.php new file mode 100644 index 00000000..88fecaa5 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-conditions.php @@ -0,0 +1,438 @@ + array( + 'label' => esc_attr__( 'General', 'gp-premium' ), + 'locations' => array( + 'general:site' => esc_attr__( 'Entire Site', 'gp-premium' ), + 'general:front_page' => esc_attr__( 'Front Page', 'gp-premium' ), + 'general:blog' => esc_attr__( 'Blog', 'gp-premium' ), + 'general:singular' => esc_attr__( 'All Singular', 'gp-premium' ), + 'general:archive' => esc_attr__( 'All Archives', 'gp-premium' ), + 'general:author' => esc_attr__( 'Author Archives', 'gp-premium' ), + 'general:date' => esc_attr__( 'Date Archives', 'gp-premium' ), + 'general:search' => esc_attr__( 'Search Results', 'gp-premium' ), + 'general:no_results' => esc_attr__( 'No Search Results', 'gp-premium' ), + 'general:404' => esc_attr__( '404 Template', 'gp-premium' ), + 'general:is_paged' => esc_attr__( 'Paginated Results', 'gp-premium' ), + ), + ), + ); + + // Add the post types. + $post_types = get_post_types( + array( + 'public' => true, + ), + 'objects' + ); + + foreach ( $post_types as $post_type_slug => $post_type ) { + + if ( in_array( $post_type_slug, array( 'fl-theme-layout' ) ) ) { + continue; + } + + $post_type_object = get_post_type_object( $post_type_slug ); + $counts = wp_count_posts( $post_type_slug ); + $count = $counts->publish + $counts->future + $counts->draft + $counts->pending + $counts->private; + + // Add the post type. + $types[ $post_type_slug ] = array( + 'label' => esc_html( $post_type->labels->name ), + 'locations' => array( + 'post:' . $post_type_slug => esc_html( $post_type->labels->singular_name ), + ), + ); + + // Add the post type archive. + if ( 'post' === $post_type_slug || ! empty( $post_type_object->has_archive ) ) { + $types[ $post_type_slug . '_archive' ] = array( + /* translators: post type name */ + 'label' => sprintf( esc_html_x( '%s Archives', '%s is a singular post type name', 'gp-premium' ), $post_type->labels->singular_name ), + 'locations' => array( + /* translators: post type name */ + 'archive:' . $post_type_slug => sprintf( esc_html_x( '%s Archive', '%s is a singular post type name', 'gp-premium' ), $post_type->labels->singular_name ), + ), + ); + } + + // Add the taxonomies for the post type. + $taxonomies = get_object_taxonomies( $post_type_slug, 'objects' ); + + foreach ( $taxonomies as $taxonomy_slug => $taxonomy ) { + + $public = $taxonomy->public && $taxonomy->show_ui; + + if ( 'post_format' === $taxonomy_slug ) { + continue; + } elseif ( ! apply_filters( 'generate_elements_show_taxonomy', $public, $taxonomy ) ) { + continue; + } + + $label = str_replace( + array( + $post_type->labels->name, + $post_type->labels->singular_name, + ), + '', + $taxonomy->labels->singular_name + ); + + if ( isset( $types[ $post_type_slug . '_archive' ]['locations'] ) ) { + /* translators: '%1$s is post type label. %2$s is taxonomy label. */ + $types[ $post_type_slug . '_archive' ]['locations'][ 'taxonomy:' . $taxonomy_slug ] = sprintf( esc_html_x( '%1$s %2$s Archive', '%1$s is post type label. %2$s is taxonomy label.', 'gp-premium' ), $post_type->labels->singular_name, $label ); + } + + if ( isset( $types[ $post_type_slug ]['locations'] ) ) { + $types[ $post_type_slug ]['locations'][ $post_type_slug . ':taxonomy:' . $taxonomy_slug ] = esc_html( $post_type->labels->singular_name . ' ' . $label ); + } + } + } + + return $types; + } + + /** + * Output our available user conditions. + * + * @since 1.7 + * + * @return array + */ + public static function get_user_conditions() { + $rules = array( + 'general' => array( + 'label' => esc_attr__( 'General', 'gp-premium' ), + 'rules' => array( + 'general:all' => esc_attr__( 'All Users', 'gp-premium' ), + 'general:logged_in' => esc_attr__( 'Logged In', 'gp-premium' ), + 'general:logged_out' => esc_attr__( 'Logged Out', 'gp-premium' ), + ), + ), + 'role' => array( + 'label' => esc_attr__( 'Roles', 'gp-premium' ), + 'rules' => array(), + ), + ); + + $roles = get_editable_roles(); + + foreach ( $roles as $slug => $data ) { + $rules['role']['rules'][ $slug ] = $data['name']; + } + + return $rules; + } + + /** + * Get our current location. + * + * @since 1.7 + * + * @return array + */ + public static function get_current_location() { + global $wp_query; + global $post; + + $location = null; + $object = null; + $queried_object = get_queried_object(); + + // Get the location string. + if ( is_front_page() ) { + $location = 'general:front_page'; + } elseif ( is_home() ) { + $location = 'general:blog'; + } elseif ( is_author() ) { + $location = 'general:author'; + } elseif ( is_date() ) { + $location = 'general:date'; + } elseif ( is_search() ) { + $location = 'general:search'; + + global $wp_query; + + if ( 0 === $wp_query->found_posts ) { + $location = 'general:no_results'; + } + } elseif ( is_404() ) { + $location = 'general:404'; + } elseif ( is_category() ) { + + $location = 'taxonomy:category'; + + if ( is_object( $queried_object ) ) { + $object = $queried_object->term_id; + } + } elseif ( is_tag() ) { + + $location = 'taxonomy:post_tag'; + + if ( is_object( $queried_object ) ) { + $object = $queried_object->term_id; + } + } elseif ( is_tax() ) { + + $location = 'taxonomy:' . get_query_var( 'taxonomy' ); + + if ( is_object( $queried_object ) ) { + $location = 'taxonomy:' . $queried_object->taxonomy; + $object = $queried_object->term_id; + } + } elseif ( is_post_type_archive() ) { + $post_type = $wp_query->get( 'post_type' ); + + if ( is_array( $post_type ) ) { + $location = 'archive:' . $post_type[0]; + } else { + $location = 'archive:' . $post_type; + } + } elseif ( is_singular() ) { + + if ( is_object( $post ) ) { + $location = 'post:' . $post->post_type; + } + + if ( is_object( $queried_object ) ) { + $object = $queried_object->ID; + } + } + + if ( is_admin() && function_exists( 'get_current_screen' ) ) { + $current_screen = get_current_screen(); + + if ( isset( $current_screen->is_block_editor ) && $current_screen->is_block_editor ) { + $post_id = false; + + if ( isset( $_GET['post'] ) ) { // phpcs:ignore -- Just checking if it's set. + $post_id = absint( $_GET['post'] ); // phpcs:ignore -- No data processing going on. + } + + if ( $post_id ) { + // Get the location string. + $front_page_id = get_option( 'page_on_front' ); + $blog_id = get_option( 'page_for_posts' ); + + if ( (int) $post_id === (int) $front_page_id ) { + $location = 'general:front_page'; + } elseif ( (int) $post_id === (int) $blog_id ) { + $location = 'general:blog'; + } else { + if ( isset( $current_screen->post_type ) ) { + $location = 'post:' . $current_screen->post_type; + } + + $object = $post_id; + } + } elseif ( isset( $_GET['post_type'] ) ) { // phpcs:ignore -- Just checking if it's set. + $location = 'post:' . esc_attr( $_GET['post_type'] ); // phpcs:ignore -- No data processing going on. + } + } + } + + return array( + 'rule' => $location, + 'object' => $object, + ); + } + + /** + * Get info on the current user. + * + * @since 1.7 + * + * @return array + */ + public static function get_current_user() { + $status = array(); + if ( is_user_logged_in() ) { + $status[] = 'general:logged_in'; + } else { + $status[] = 'general:logged_out'; + } + + $user = wp_get_current_user(); + + foreach ( (array) $user->roles as $role ) { + $status[] = $role; + } + + return $status; + } + + /** + * Figure out if we should display the element or not. + * + * @since 1.7 + * + * @param array $conditionals The conditions. + * @param array $exclude The exclusions. + * @param array $roles The roles. + * @return bool + */ + public static function show_data( $conditionals, $exclude, $roles ) { + $current_location = self::get_current_location(); + $show = false; + + // Show depending on location conditionals. + if ( ! $show ) { + foreach ( (array) $conditionals as $conditional ) { + if ( in_array( 'general:site', $conditional ) ) { + $show = true; + } elseif ( is_singular() && in_array( 'general:singular', $conditional ) ) { + $show = true; + } elseif ( is_archive() && in_array( 'general:archive', $conditional ) ) { + $show = true; + } elseif ( ! empty( $current_location['rule'] ) && in_array( $current_location['rule'], $conditional ) ) { + if ( ! isset( $conditional['object'] ) || empty( $conditional['object'] ) ) { + $show = true; + } else { + if ( in_array( $current_location['object'], $conditional ) ) { + $show = true; + } + } + } elseif ( is_singular() && strstr( $conditional['rule'], ':taxonomy:' ) ) { + $tax = substr( $conditional['rule'], strrpos( $conditional['rule'], ':' ) + 1 ); + + if ( $tax && isset( $conditional['object'] ) && has_term( $conditional['object'], $tax ) ) { + $show = true; + } + } elseif ( is_front_page() && is_home() && ( in_array( 'general:blog', $conditional ) || in_array( 'general:front_page', $conditional ) ) ) { + // If the home page is the blog, both of general:blog and general:front_page apply. + $show = true; + } elseif ( in_array( 'general:is_paged', $conditional ) && is_paged() ) { + $show = true; + } + } + } + + // Exclude based on exclusion conditionals. + if ( $show ) { + foreach ( (array) $exclude as $conditional ) { + if ( is_singular() && in_array( 'general:singular', $conditional ) ) { + $show = false; + } elseif ( is_archive() && in_array( 'general:archive', $conditional ) ) { + $show = false; + } elseif ( ! empty( $current_location['rule'] ) && in_array( $current_location['rule'], $conditional ) ) { + if ( ! isset( $conditional['object'] ) || empty( $conditional['object'] ) ) { + $show = false; + } else { + if ( in_array( $current_location['object'], $conditional ) ) { + $show = false; + } + } + } elseif ( is_singular() && strstr( $conditional['rule'], ':taxonomy:' ) ) { + $tax = substr( $conditional['rule'], strrpos( $conditional['rule'], ':' ) + 1 ); + + if ( $tax && isset( $conditional['object'] ) && has_term( $conditional['object'], $tax ) ) { + $show = false; + } + } elseif ( is_front_page() && is_home() && ( in_array( 'general:blog', $conditional ) || in_array( 'general:front_page', $conditional ) ) ) { + // If the home page is the blog, both of general:blog and general:front_page apply. + $show = false; + } elseif ( in_array( 'general:is_paged', $conditional ) && is_paged() ) { + $show = false; + } + } + } + + // Exclude user roles. + if ( $show && ! empty( $roles ) ) { + $user_info = self::get_current_user(); + + $check = array_intersect( $roles, $user_info ); + if ( ! count( $check ) > 0 && ! in_array( 'general:all', $roles ) ) { + $show = false; + } + } + + return $show; + } + + /** + * Returns the label for a saved location. + * + * @since 1.7 + * @param string $saved_location The location. + * @return string|bool + */ + public static function get_saved_label( $saved_location ) { + $locations = self::get_conditions(); + + $rule = $saved_location['rule']; + $object_id = $saved_location['object']; + $object_type = ''; + $label = false; + + foreach ( $locations as $data ) { + if ( isset( $data['locations'][ $rule ] ) && ! $label ) { + $label = $data['locations'][ $rule ]; + + $object_types = explode( ':', $rule ); + + if ( in_array( 'taxonomy', $object_types ) && $object_id ) { + $term = get_term( $object_id ); + + if ( ! is_object( $term ) || is_wp_error( $term ) ) { + return false; + } + + $label .= ': ' . $term->name; + } elseif ( ( in_array( 'post', $object_types ) || in_array( 'page', $object_types ) ) && $object_id ) { + $post = get_post( $object_id ); + + if ( ! is_object( $post ) ) { + return false; + } + + $label .= ': ' . $post->post_title; + } + } + } + + return $label; + } +} + +GeneratePress_Conditions::get_instance(); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-elements-helper.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-elements-helper.php new file mode 100644 index 00000000..85140450 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-elements-helper.php @@ -0,0 +1,503 @@ +post_type ) { + return ''; + } + + if ( 'publish' !== $block_element->post_status || ! empty( $block_element->post_password ) ) { + return ''; + } + + $block_type = get_post_meta( $id, '_generate_block_type', true ); + + if ( 'site-footer' === $block_type ) { + $block_element->post_content = str_replace( '{{current_year}}', date( 'Y' ), $block_element->post_content ); // phpcs:ignore -- Prefer date(). + } + + // Handle embeds for block elements. + global $wp_embed; + + if ( is_object( $wp_embed ) && method_exists( $wp_embed, 'autoembed' ) ) { + $block_element->post_content = $wp_embed->autoembed( $block_element->post_content ); + } + + return apply_filters( 'generate_do_block_element_content', do_blocks( $block_element->post_content ) ); + } + + /** + * Get our Element type label. + * + * @since 2.0.0 + * @param string $type The type value. + */ + public static function get_element_type_label( $type ) { + switch ( $type ) { + case 'block': + $label = __( 'Block', 'gp-premium' ); + break; + + case 'header': + $label = __( 'Header', 'gp-premium' ); + break; + + case 'hook': + $label = __( 'Hook', 'gp-premium' ); + break; + + case 'layout': + $label = __( 'Layout', 'gp-premium' ); + break; + + case 'site-header': + $label = __( 'Site Header', 'gp-premium' ); + break; + + case 'page-hero': + $label = __( 'Page Hero', 'gp-premium' ); + break; + + case 'content-template': + $label = __( 'Content Template', 'gp-premium' ); + break; + + case 'loop-template': + $label = __( 'Loop Template', 'gp-premium' ); + break; + + case 'post-meta-template': + $label = __( 'Post Meta Template', 'gp-premium' ); + break; + + case 'post-navigation-template': + $label = __( 'Post Navigation', 'gp-premium' ); + break; + + case 'archive-navigation-template': + $label = __( 'Archive Navigation', 'gp-premium' ); + break; + + case 'right-sidebar': + $label = __( 'Right Sidebar', 'gp-premium' ); + break; + + case 'left-sidebar': + $label = __( 'Left Sidebar', 'gp-premium' ); + break; + + case 'site-footer': + $label = __( 'Site Footer', 'gp-premium' ); + break; + + default: + $label = esc_html( str_replace( '-', ' ', ucfirst( $type ) ) ); + break; + } + + return $label; + } + + /** + * Check for content template conditions. + * + * @since 2.0.0 + * @param int $post_id The post to check. + */ + public static function should_render_content_template( $post_id ) { + $loop_item_display = get_post_meta( $post_id, '_generate_post_loop_item_display', true ); + $display = true; + + if ( 'has-term' === $loop_item_display ) { + $tax = get_post_meta( $post_id, '_generate_post_loop_item_display_tax', true ); + + if ( $tax ) { + $term = get_post_meta( $post_id, '_generate_post_loop_item_display_term', true ); + + // Add support for multiple comma separated terms. + if ( ! empty( $term ) ) { + $term = str_replace( ' ', '', $term ); + $term = explode( ',', $term ); + } + + if ( has_term( $term, $tax ) ) { + $display = true; + } else { + $display = false; + } + } + } + + if ( 'has-post-meta' === $loop_item_display ) { + $post_meta_name = get_post_meta( $post_id, '_generate_post_loop_item_display_post_meta', true ); + + if ( $post_meta_name ) { + $post_meta = get_post_meta( get_the_ID(), $post_meta_name, true ); + + if ( $post_meta ) { + $display = true; + } else { + $display = false; + } + } + } + + if ( 'is-first-post' === $loop_item_display ) { + global $wp_query; + + if ( 0 === $wp_query->current_post && ! is_paged() ) { + $display = true; + } else { + $display = false; + } + } + + return apply_filters( 'generate_should_render_content_template', $display, $post_id ); + } + + /** + * Build our entire list of hooks to display. + * + * @since 1.7 + * + * @return array Our list of hooks. + */ + public static function get_available_hooks() { + $hooks = array( + 'scripts' => array( + 'group' => esc_attr__( 'Scripts/Styles', 'gp-premium' ), + 'hooks' => array( + 'wp_head', + 'wp_body_open', + 'wp_footer', + ), + ), + 'header' => array( + 'group' => esc_attr__( 'Header', 'gp-premium' ), + 'hooks' => array( + 'generate_before_header', + 'generate_after_header', + 'generate_before_header_content', + 'generate_after_header_content', + 'generate_before_logo', + 'generate_after_logo', + 'generate_header', + ), + ), + 'navigation' => array( + 'group' => esc_attr__( 'Navigation', 'gp-premium' ), + 'hooks' => array( + 'generate_inside_navigation', + 'generate_after_primary_menu', + 'generate_inside_secondary_navigation', + 'generate_inside_mobile_menu', + 'generate_inside_mobile_menu_bar', + 'generate_inside_mobile_header', + 'generate_inside_slideout_navigation', + 'generate_after_slideout_navigation', + ), + ), + 'content' => array( + 'group' => esc_attr__( 'Content', 'gp-premium' ), + 'hooks' => array( + 'generate_inside_site_container', + 'generate_inside_container', + 'generate_before_main_content', + 'generate_after_main_content', + 'generate_before_content', + 'generate_after_content', + 'generate_after_entry_content', + 'generate_after_primary_content_area', + 'generate_before_entry_title', + 'generate_after_entry_title', + 'generate_after_entry_header', + 'generate_before_archive_title', + 'generate_after_archive_title', + 'generate_after_archive_description', + ), + ), + 'comments' => array( + 'group' => esc_attr__( 'Comments', 'gp-premium' ), + 'hooks' => array( + 'generate_before_comments_container', + 'generate_before_comments', + 'generate_inside_comments', + 'generate_below_comments_title', + ), + ), + 'sidebars' => array( + 'group' => esc_attr__( 'Sidebars', 'gp-premium' ), + 'hooks' => array( + 'generate_before_right_sidebar_content', + 'generate_after_right_sidebar_content', + 'generate_before_left_sidebar_content', + 'generate_after_left_sidebar_content', + ), + ), + 'footer' => array( + 'group' => esc_attr__( 'Footer', 'gp-premium' ), + 'hooks' => array( + 'generate_before_footer', + 'generate_after_footer', + 'generate_after_footer_widgets', + 'generate_before_footer_content', + 'generate_after_footer_content', + 'generate_footer', + ), + ), + ); + + if ( class_exists( 'WooCommerce' ) ) { + $hooks['navigation']['hooks'][] = 'generate_mobile_cart_items'; + + $hooks['woocommerce-global'] = array( + 'group' => esc_attr__( 'WooCommerce - Global', 'gp-premium' ), + 'hooks' => array( + 'woocommerce_before_main_content', + 'woocommerce_after_main_content', + 'woocommerce_sidebar', + 'woocommerce_breadcrumb', + ), + ); + + $hooks['woocommerce-shop'] = array( + 'group' => esc_attr__( 'WooCommerce - Shop', 'gp-premium' ), + 'hooks' => array( + 'woocommerce_archive_description', + 'woocommerce_before_shop_loop', + 'woocommerce_after_shop_loop', + 'woocommerce_before_shop_loop_item_title', + 'woocommerce_after_shop_loop_item_title', + ), + ); + + $hooks['woocommerce-product'] = array( + 'group' => esc_attr__( 'WooCommerce - Product', 'gp-premium' ), + 'hooks' => array( + 'woocommerce_before_single_product', + 'woocommerce_before_single_product_summary', + 'woocommerce_after_single_product_summary', + 'woocommerce_single_product_summary', + 'woocommerce_share', + 'woocommerce_simple_add_to_cart', + 'woocommerce_before_add_to_cart_form', + 'woocommerce_after_add_to_cart_form', + 'woocommerce_before_add_to_cart_button', + 'woocommerce_after_add_to_cart_button', + 'woocommerce_before_add_to_cart_quantity', + 'woocommerce_after_add_to_cart_quantity', + 'woocommerce_product_meta_start', + 'woocommerce_product_meta_end', + 'woocommerce_after_single_product', + ), + ); + + $hooks['woocommerce-cart'] = array( + 'group' => esc_attr__( 'WooCommerce - Cart', 'gp-premium' ), + 'hooks' => array( + 'woocommerce_before_calculate_totals', + 'woocommerce_after_calculate_totals', + 'woocommerce_before_cart', + 'woocommerce_after_cart_table', + 'woocommerce_before_cart_table', + 'woocommerce_before_cart_contents', + 'woocommerce_cart_contents', + 'woocommerce_after_cart_contents', + 'woocommerce_cart_coupon', + 'woocommerce_cart_actions', + 'woocommerce_before_cart_totals', + 'woocommerce_cart_totals_before_order_total', + 'woocommerce_cart_totals_after_order_total', + 'woocommerce_proceed_to_checkout', + 'woocommerce_after_cart_totals', + 'woocommerce_after_cart', + ), + ); + + $hooks['woocommerce-checkout'] = array( + 'group' => esc_attr__( 'WooCommerce - Checkout', 'gp-premium' ), + 'hooks' => array( + 'woocommerce_before_checkout_form', + 'woocommerce_checkout_before_customer_details', + 'woocommerce_checkout_after_customer_details', + 'woocommerce_checkout_billing', + 'woocommerce_before_checkout_billing_form', + 'woocommerce_after_checkout_billing_form', + 'woocommerce_before_order_notes', + 'woocommerce_after_order_notes', + 'woocommerce_checkout_shipping', + 'woocommerce_checkout_before_order_review', + 'woocommerce_checkout_order_review', + 'woocommerce_review_order_before_cart_contents', + 'woocommerce_review_order_after_cart_contents', + 'woocommerce_review_order_before_order_total', + 'woocommerce_review_order_after_order_total', + 'woocommerce_review_order_before_payment', + 'woocommerce_review_order_before_submit', + 'woocommerce_review_order_after_submit', + 'woocommerce_review_order_after_payment', + 'woocommerce_checkout_after_order_review', + 'woocommerce_after_checkout_form', + ), + ); + + $hooks['woocommerce-account'] = array( + 'group' => esc_attr__( 'WooCommerce - Account', 'gp-premium' ), + 'hooks' => array( + 'woocommerce_before_account_navigation', + 'woocommerce_account_navigation', + 'woocommerce_after_account_navigation', + ), + ); + } + + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + $hooks['navigation']['hooks'][] = 'generate_menu_bar_items'; + } + + if ( defined( 'GENERATE_VERSION' ) && version_compare( GENERATE_VERSION, '3.0.0-alpha.1', '>' ) ) { + $hooks['navigation']['hooks'][] = 'generate_before_navigation'; + $hooks['navigation']['hooks'][] = 'generate_after_navigation'; + $hooks['navigation']['hooks'][] = 'generate_after_mobile_menu_button'; + $hooks['navigation']['hooks'][] = 'generate_inside_mobile_menu_control_wrapper'; + + $hooks['content']['hooks'][] = 'generate_after_loop'; + $hooks['content']['hooks'][] = 'generate_before_do_template_part'; + $hooks['content']['hooks'][] = 'generate_after_do_template_part'; + } + + return apply_filters( 'generate_hooks_list', $hooks ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-hero.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-hero.php new file mode 100644 index 00000000..20fc18b8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-hero.php @@ -0,0 +1,1037 @@ +conditional = get_post_meta( $post_id, '_generate_element_display_conditions', true ); + } + + if ( get_post_meta( $post_id, '_generate_element_exclude_conditions', true ) ) { + $this->exclude = get_post_meta( $post_id, '_generate_element_exclude_conditions', true ); + } + + if ( get_post_meta( $post_id, '_generate_element_user_conditions', true ) ) { + $this->users = get_post_meta( $post_id, '_generate_element_user_conditions', true ); + } + + $display = apply_filters( 'generate_header_element_display', GeneratePress_Conditions::show_data( $this->conditional, $this->exclude, $this->users ), $post_id ); + + /** + * Simplify filter name. + * + * @since 2.0.0 + */ + $display = apply_filters( + 'generate_element_display', + $display, + $post_id + ); + + if ( $display ) { + global $generate_elements; + + $generate_elements[ $post_id ] = array( + 'is_block_element' => false, + 'type' => 'header', + 'id' => $post_id, + ); + + $location = apply_filters( 'generate_page_hero_location', 'generate_after_header', $post_id ); + + add_action( $location, array( $this, 'build_hero' ), 9 ); + add_action( 'wp_enqueue_scripts', array( $this, 'enqueue' ), 100 ); + add_action( 'wp', array( $this, 'after_setup' ), 100 ); + + self::$instances++; + } + + } + + /** + * Add necessary scripts and styles. + * + * @since 1.7 + */ + public function enqueue() { + $options = self::get_options(); + + wp_add_inline_style( 'generate-style', self::build_css() ); + + if ( $options['parallax'] ) { + wp_enqueue_script( 'generate-hero-parallax', plugin_dir_url( __FILE__ ) . 'assets/js/parallax.min.js', array(), GP_PREMIUM_VERSION, true ); + wp_localize_script( + 'generate-hero-parallax', + 'hero', + array( + 'parallax' => apply_filters( 'generate_hero_parallax_speed', 2 ), + ) + ); + } + } + + /** + * Builds the HTML structure for Page Headers. + * + * @since 1.7 + */ + public function build_hero() { + $options = self::get_options(); + + if ( empty( $options['content'] ) ) { + return; + } + + $options['container_classes'] = implode( + ' ', + array( + 'page-hero', + 'contained' === $options['container'] ? 'grid-container grid-parent' : '', + $options['classes'], + ) + ); + + $options['inner_container_classes'] = implode( + ' ', + array( + 'inside-page-hero', + 'full-width' !== $options['inner_container'] ? 'grid-container grid-parent' : '', + ) + ); + + $options['content'] = self::template_tags( $options['content'] ); + $options['content'] = do_shortcode( $options['content'] ); + + // phpcs:ignore -- No escaping needed. + echo apply_filters( + 'generate_page_hero_output', + sprintf( + '
+
+ %3$s +
+
', + trim( $options['container_classes'] ), + trim( $options['inner_container_classes'] ), + $options['content'] + ), + $options + ); + } + + /** + * Builds all of our custom CSS for Page Headers. + * + * @since 1.7 + * + * @return string Dynamic CSS. + */ + public static function build_css() { + $options = self::get_options(); + + // Initiate our CSS class. + require_once GP_LIBRARY_DIRECTORY . 'class-make-css.php'; + $css = new GeneratePress_Pro_CSS(); + + $image_url = false; + if ( $options['background_image'] && function_exists( 'get_the_post_thumbnail_url' ) ) { + if ( 'featured-image' === $options['background_image'] ) { + if ( is_singular() ) { + $image_url = get_the_post_thumbnail_url( get_the_ID(), 'full' ); + } + + if ( ! $image_url ) { + $image_url = get_the_post_thumbnail_url( self::$post_id, 'full' ); + } + } + + if ( 'custom-image' === $options['background_image'] ) { + $image_url = get_the_post_thumbnail_url( self::$post_id, 'full' ); + } + } + + $image_url = apply_filters( 'generate_page_hero_background_image_url', $image_url, $options ); + + // Figure out desktop units. + $options['padding_top_unit'] = $options['padding_top_unit'] ? $options['padding_top_unit'] : 'px'; + $options['padding_right_unit'] = $options['padding_right_unit'] ? $options['padding_right_unit'] : 'px'; + $options['padding_bottom_unit'] = $options['padding_bottom_unit'] ? $options['padding_bottom_unit'] : 'px'; + $options['padding_left_unit'] = $options['padding_left_unit'] ? $options['padding_left_unit'] : 'px'; + + // Figure out mobile units. + $options['padding_top_unit_mobile'] = $options['padding_top_unit_mobile'] ? $options['padding_top_unit_mobile'] : 'px'; + $options['padding_right_unit_mobile'] = $options['padding_right_unit_mobile'] ? $options['padding_right_unit_mobile'] : 'px'; + $options['padding_bottom_unit_mobile'] = $options['padding_bottom_unit_mobile'] ? $options['padding_bottom_unit_mobile'] : 'px'; + $options['padding_left_unit_mobile'] = $options['padding_left_unit_mobile'] ? $options['padding_left_unit_mobile'] : 'px'; + + $padding_inside = false; + $using_flexbox = false; + + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + $using_flexbox = true; + + if ( function_exists( 'generate_get_option' ) && 'text' === generate_get_option( 'container_alignment' ) ) { + $padding_inside = true; + } + } + + $css->set_selector( '.page-hero' ); + + if ( $options['background_color'] ) { + $css->add_property( 'background-color', esc_attr( $options['background_color'] ) ); + } + + if ( $image_url ) { + $css->add_property( 'background-image', 'url(' . esc_url( $image_url ) . ')' ); + $css->add_property( 'background-size', 'cover' ); + + if ( $options['background_color'] && $options['background_overlay'] ) { + $css->add_property( 'background-image', 'linear-gradient(0deg, ' . $options['background_color'] . ',' . $options['background_color'] . '), url(' . $image_url . ')' ); + } + + if ( $options['background_position'] ) { + $css->add_property( 'background-position', esc_attr( $options['background_position'] ) ); + } + + $css->add_property( 'background-repeat', 'no-repeat' ); + } + + if ( $options['text_color'] ) { + $css->add_property( 'color', esc_attr( $options['text_color'] ) ); + } + + if ( $options['padding_top'] ) { + $css->add_property( 'padding-top', absint( $options['padding_top'] ), false, esc_html( $options['padding_top_unit'] ) ); + } + + if ( $options['padding_right'] ) { + $css->add_property( 'padding-right', absint( $options['padding_right'] ), false, esc_html( $options['padding_right_unit'] ) ); + } + + if ( $options['padding_bottom'] ) { + $css->add_property( 'padding-bottom', absint( $options['padding_bottom'] ), false, esc_html( $options['padding_bottom_unit'] ) ); + } + + if ( $options['padding_left'] ) { + $css->add_property( 'padding-left', absint( $options['padding_left'] ), false, esc_html( $options['padding_left_unit'] ) ); + } + + if ( $options['horizontal_alignment'] ) { + $css->add_property( 'text-align', esc_html( $options['horizontal_alignment'] ) ); + } + + if ( ! $using_flexbox ) { + $css->add_property( 'box-sizing', 'border-box' ); + } + + if ( $options['site_header_merge'] && $options['full_screen'] ) { + $css->add_property( 'min-height', '100vh' ); + + if ( $options['vertical_alignment'] ) { + $css->add_property( 'display', '-webkit-flex' ); + $css->add_property( 'display', '-ms-flex' ); + $css->add_property( 'display', 'flex' ); + + if ( 'center' === $options['vertical_alignment'] ) { + $css->add_property( '-webkit-box', 'center' ); + $css->add_property( '-ms-flex-pack', 'center' ); + $css->add_property( 'justify-content', 'center' ); + } elseif ( 'bottom' === $options['vertical_alignment'] ) { + $css->add_property( '-webkit-box', 'end' ); + $css->add_property( '-ms-flex-pack', 'end' ); + $css->add_property( 'justify-content', 'flex-end' ); + } + + $css->add_property( '-webkit-box-orient', 'vertical' ); + $css->add_property( '-webkit-box-direction', 'normal' ); + $css->add_property( '-ms-flex-direction', 'column' ); + $css->add_property( 'flex-direction', 'column' ); + + $css->set_selector( '.page-hero .inside-page-hero' ); + $css->add_property( 'width', '100%' ); + } + } + + if ( $padding_inside && function_exists( 'generate_get_option' ) ) { + $container_width = generate_get_option( 'container_width' ); + $padding_right = '0px'; + $padding_left = '0px'; + + if ( $options['padding_right'] ) { + $padding_right = absint( $options['padding_right'] ) . $options['padding_right_unit']; + } + + if ( $options['padding_left'] ) { + $padding_left = absint( $options['padding_left'] ) . $options['padding_left_unit']; + } + + $css->set_selector( '.page-hero .inside-page-hero.grid-container' ); + + $css->add_property( + 'max-width', + sprintf( + 'calc(%1$s - %2$s - %3$s)', + $container_width . 'px', + $padding_right, + $padding_left + ) + ); + } + + $css->set_selector( '.page-hero h1, .page-hero h2, .page-hero h3, .page-hero h4, .page-hero h5, .page-hero h6' ); + if ( $options['text_color'] ) { + $css->add_property( 'color', esc_attr( $options['text_color'] ) ); + } + + $css->set_selector( '.inside-page-hero > *:last-child' ); + $css->add_property( 'margin-bottom', '0px' ); + + $css->set_selector( '.page-hero a, .page-hero a:visited' ); + + if ( $options['link_color'] ) { + $css->add_property( 'color', esc_attr( $options['link_color'] ) ); + } + + if ( $options['content'] ) { + $css->set_selector( '.page-hero time.updated' ); + $css->add_property( 'display', 'none' ); + } + + $css->set_selector( '.page-hero a:hover' ); + + if ( $options['link_color_hover'] ) { + $css->add_property( 'color', esc_attr( $options['link_color_hover'] ) ); + } + + if ( '' !== $options['site_header_merge'] ) { + if ( 'merge-desktop' === $options['site_header_merge'] ) { + $css->start_media_query( apply_filters( 'generate_not_mobile_media_query', '(min-width: 769px)' ) ); + } + + $header_background = $options['header_background_color'] ? $options['header_background_color'] : 'transparent'; + + if ( $options['site_header_height'] ) { + $css->set_selector( '.page-hero' ); + + if ( $options['padding_top'] ) { + $css->add_property( 'padding-top', 'calc(' . absint( $options['padding_top'] ) . esc_html( $options['padding_top_unit'] ) . ' + ' . absint( $options['site_header_height'] ) . 'px)' ); + } else { + $css->add_property( 'padding-top', absint( $options['site_header_height'] ), false, 'px' ); + } + } + + $css->set_selector( '.header-wrap' ); + $css->add_property( 'position', 'absolute' ); + $css->add_property( 'left', '0px' ); + $css->add_property( 'right', '0px' ); + $css->add_property( 'z-index', '10' ); + + $css->set_selector( '.header-wrap .site-header' ); + $css->add_property( 'background', $header_background ); + + $css->set_selector( '.header-wrap .main-title a, .header-wrap .main-title a:hover, .header-wrap .main-title a:visited' ); + $css->add_property( 'color', esc_attr( $options['header_title_color'] ) ); + + if ( ! GeneratePress_Elements_Helper::does_option_exist( 'navigation-as-header' ) ) { + $css->set_selector( '.header-wrap .mobile-header-navigation:not(.navigation-stick):not(.toggled) .main-title a, .header-wrap .mobile-header-navigation:not(.navigation-stick):not(.toggled) .main-title a:hover, .header-wrap .mobile-header-navigation:not(.navigation-stick):not(.toggled) .main-title a:visited' ); + $css->add_property( 'color', esc_attr( $options['header_title_color'] ) ); + } + + if ( function_exists( 'generate_get_color_defaults' ) ) { + $color_settings = wp_parse_args( + get_option( 'generate_settings', array() ), + generate_get_color_defaults() + ); + + if ( GeneratePress_Elements_Helper::does_option_exist( 'navigation-as-header' ) ) { + $css->set_selector( '.header-wrap .toggled .main-title a, .header-wrap .toggled .main-title a:hover, .header-wrap .toggled .main-title a:visited, .header-wrap .navigation-stick .main-title a, .header-wrap .navigation-stick .main-title a:hover, .header-wrap .navigation-stick .main-title a:visited' ); + $css->add_property( 'color', esc_attr( $color_settings['site_title_color'] ) ); + } + } + + $css->set_selector( '.header-wrap .site-description' ); + $css->add_property( 'color', esc_attr( $options['header_tagline_color'] ) ); + + if ( $options['navigation_colors'] ) { + $navigation_background = $options['navigation_background_color'] ? $options['navigation_background_color'] : 'transparent'; + $navigation_background_hover = $options['navigation_background_color_hover'] ? $options['navigation_background_color_hover'] : 'transparent'; + $navigation_background_current = $options['navigation_background_color_current'] ? $options['navigation_background_color_current'] : 'transparent'; + + $css->set_selector( '.header-wrap #site-navigation:not(.toggled), .header-wrap #mobile-header:not(.toggled):not(.navigation-stick), .has-inline-mobile-toggle .mobile-menu-control-wrapper' ); + $css->add_property( 'background', $navigation_background ); + + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + $css->set_selector( '.header-wrap #site-navigation:not(.toggled) .main-nav > ul > li > a, .header-wrap #mobile-header:not(.toggled):not(.navigation-stick) .main-nav > ul > li > a, .header-wrap .main-navigation:not(.toggled):not(.navigation-stick) .menu-toggle, .header-wrap .main-navigation:not(.toggled):not(.navigation-stick) .menu-toggle:hover, .main-navigation:not(.toggled):not(.navigation-stick) .menu-bar-item:not(.close-search) > a' ); + } else { + $css->set_selector( '.header-wrap #site-navigation:not(.toggled) .main-nav > ul > li > a, .header-wrap #mobile-header:not(.toggled):not(.navigation-stick) .main-nav > ul > li > a, .header-wrap .main-navigation:not(.toggled):not(.navigation-stick) .menu-toggle, .header-wrap .main-navigation:not(.toggled):not(.navigation-stick) .menu-toggle:hover, .main-navigation:not(.toggled):not(.navigation-stick) .mobile-bar-items a, .main-navigation:not(.toggled):not(.navigation-stick) .mobile-bar-items a:hover, .main-navigation:not(.toggled):not(.navigation-stick) .mobile-bar-items a:focus' ); + } + + $css->add_property( 'color', esc_attr( $options['navigation_text_color'] ) ); + + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + $css->set_selector( '.header-wrap #site-navigation:not(.toggled) .main-nav > ul > li:hover > a, .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li:focus > a, .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li.sfHover > a, .header-wrap #mobile-header:not(.toggled) .main-nav > ul > li:hover > a, .header-wrap #site-navigation:not(.toggled) .menu-bar-item:not(.close-search):hover > a, .header-wrap #mobile-header:not(.toggled) .menu-bar-item:not(.close-search):hover > a, .header-wrap #site-navigation:not(.toggled) .menu-bar-item:not(.close-search).sfHover > a, .header-wrap #mobile-header:not(.toggled) .menu-bar-item:not(.close-search).sfHover > a' ); + } else { + $css->set_selector( '.header-wrap #site-navigation:not(.toggled) .main-nav > ul > li:hover > a, .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li:focus > a, .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li.sfHover > a, .header-wrap #mobile-header:not(.toggled) .main-nav > ul > li:hover > a' ); + } + + $css->add_property( 'background', $navigation_background_hover ); + + if ( '' !== $options['navigation_text_color_hover'] ) { + $css->add_property( 'color', esc_attr( $options['navigation_text_color_hover'] ) ); + } else { + $css->add_property( 'color', esc_attr( $options['navigation_text_color'] ) ); + } + + $css->set_selector( '.header-wrap #site-navigation:not(.toggled) .main-nav > ul > li[class*="current-menu-"] > a, .header-wrap #mobile-header:not(.toggled) .main-nav > ul > li[class*="current-menu-"] > a, .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li[class*="current-menu-"]:hover > a, .header-wrap #mobile-header:not(.toggled) .main-nav > ul > li[class*="current-menu-"]:hover > a' ); + $css->add_property( 'background', $navigation_background_current ); + + if ( '' !== $options['navigation_text_color_current'] ) { + $css->add_property( 'color', esc_attr( $options['navigation_text_color_current'] ) ); + } else { + $css->add_property( 'color', esc_attr( $options['navigation_text_color'] ) ); + } + } + + if ( $options['site_logo'] && GeneratePress_Elements_Helper::does_option_exist( 'navigation-as-header' ) ) { + $css->set_selector( '.main-navigation .site-logo, .main-navigation.toggled .page-hero-logo, .main-navigation.navigation-stick .page-hero-logo' ); + $css->add_property( 'display', 'none' ); + + $css->set_selector( '.main-navigation .page-hero-logo, .main-navigation.toggled .site-logo:not(.page-hero-logo), #mobile-header .mobile-header-logo' ); + $css->add_property( 'display', 'block' ); + + if ( ! GeneratePress_Elements_Helper::does_option_exist( 'sticky-navigation-logo' ) ) { + $css->set_selector( '.main-navigation.navigation-stick .site-logo:not(.page-hero-logo)' ); + $css->add_property( 'display', 'block' ); + + $css->set_selector( '.main-navigation.navigation-stick .page-hero-logo' ); + $css->add_property( 'display', 'none' ); + } + } + + if ( $options['navigation_logo'] && GeneratePress_Elements_Helper::does_option_exist( 'sticky-navigation' ) ) { + $css->set_selector( '#site-navigation:not(.navigation-stick):not(.toggled) .navigation-logo:not(.page-hero-navigation-logo)' ); + $css->add_property( 'display', 'none' ); + + $css->set_selector( '#sticky-navigation .page-hero-navigation-logo, #site-navigation.navigation-stick .page-hero-navigation-logo, #site-navigation.toggled .page-hero-navigation-logo' ); + $css->add_property( 'display', 'none' ); + } + + if ( $options['mobile_logo'] && GeneratePress_Elements_Helper::does_option_exist( 'mobile-logo' ) ) { + $css->set_selector( '#mobile-header:not(.navigation-stick):not(.toggled) .mobile-header-logo:not(.page-hero-mobile-logo)' ); + $css->add_property( 'display', 'none' ); + + $css->set_selector( '#mobile-header.navigation-stick .page-hero-mobile-logo, #mobile-header.toggled .page-hero-mobile-logo' ); + $css->add_property( 'display', 'none' ); + } + + if ( $options['site_logo'] && GeneratePress_Elements_Helper::does_option_exist( 'site-logo' ) ) { + $css->set_selector( '.site-logo:not(.page-hero-logo)' ); + $css->add_property( 'display', 'none' ); + } + + if ( 'merge-desktop' === $options['site_header_merge'] ) { + $css->stop_media_query(); + } + + if ( class_exists( 'Elementor\Plugin' ) ) { + $css->set_selector( '.elementor-editor-active .header-wrap' ); + $css->add_property( 'pointer-events', 'none' ); + } + } + + $css->start_media_query( generate_premium_get_media_query( 'mobile' ) ); + + $css->set_selector( '.page-hero' ); + + if ( $options['padding_top_mobile'] || '0' === $options['padding_top_mobile'] ) { + $css->add_property( 'padding-top', absint( $options['padding_top_mobile'] ), false, esc_html( $options['padding_top_unit_mobile'] ) ); + } + + if ( 'merge' === $options['site_header_merge'] && $options['site_header_height_mobile'] ) { + if ( $options['padding_top_mobile'] || '0' === $options['padding_top_mobile'] ) { + $css->add_property( 'padding-top', 'calc(' . absint( $options['padding_top_mobile'] ) . esc_html( $options['padding_top_unit_mobile'] ) . ' + ' . absint( $options['site_header_height_mobile'] ) . 'px)' ); + } elseif ( $options['padding_top'] ) { + $css->add_property( 'padding-top', 'calc(' . absint( $options['padding_top'] ) . esc_html( $options['padding_top_unit'] ) . ' + ' . absint( $options['site_header_height_mobile'] ) . 'px)' ); + } else { + $css->add_property( 'padding-top', absint( $options['site_header_height_mobile'] ), false, 'px' ); + } + } + + if ( $options['padding_right_mobile'] || '0' === $options['padding_right_mobile'] ) { + $css->add_property( 'padding-right', absint( $options['padding_right_mobile'] ), false, esc_html( $options['padding_right_unit_mobile'] ) ); + } + + if ( $options['padding_bottom_mobile'] || '0' === $options['padding_bottom_mobile'] ) { + $css->add_property( 'padding-bottom', absint( $options['padding_bottom_mobile'] ), false, esc_html( $options['padding_bottom_unit_mobile'] ) ); + } + + if ( $options['padding_left_mobile'] || '0' === $options['padding_left_mobile'] ) { + $css->add_property( 'padding-left', absint( $options['padding_left_mobile'] ), false, esc_html( $options['padding_left_unit_mobile'] ) ); + } + + if ( GeneratePress_Elements_Helper::does_option_exist( 'site-logo' ) && 'merge-desktop' === $options['site_header_merge'] ) { + $css->set_selector( '.inside-header .page-hero-logo, .main-navigation .page-hero-logo, #mobile-header .page-hero-mobile-logo' ); + $css->add_property( 'display', 'none' ); + } + + $css->stop_media_query(); + + return apply_filters( 'generate_page_hero_css_output', $css->css_output(), $options ); + } + + /** + * Put all of our meta options within an array. + * + * @since 1.7 + * + * @return array All Page Header options. + */ + public static function get_options() { + $post_id = self::$post_id; + + return apply_filters( + 'generate_hero_options', + array( + 'element_id' => $post_id, + 'content' => get_post_meta( $post_id, '_generate_element_content', true ), + 'classes' => get_post_meta( $post_id, '_generate_hero_custom_classes', true ), + 'container' => get_post_meta( $post_id, '_generate_hero_container', true ), + 'inner_container' => get_post_meta( $post_id, '_generate_hero_inner_container', true ), + 'horizontal_alignment' => get_post_meta( $post_id, '_generate_hero_horizontal_alignment', true ), + 'full_screen' => get_post_meta( $post_id, '_generate_hero_full_screen', true ), + 'vertical_alignment' => get_post_meta( $post_id, '_generate_hero_vertical_alignment', true ), + 'padding_top' => get_post_meta( $post_id, '_generate_hero_padding_top', true ), + 'padding_top_unit' => get_post_meta( $post_id, '_generate_hero_padding_top_unit', true ), + 'padding_right' => get_post_meta( $post_id, '_generate_hero_padding_right', true ), + 'padding_right_unit' => get_post_meta( $post_id, '_generate_hero_padding_right_unit', true ), + 'padding_bottom' => get_post_meta( $post_id, '_generate_hero_padding_bottom', true ), + 'padding_bottom_unit' => get_post_meta( $post_id, '_generate_hero_padding_bottom_unit', true ), + 'padding_left' => get_post_meta( $post_id, '_generate_hero_padding_left', true ), + 'padding_left_unit' => get_post_meta( $post_id, '_generate_hero_padding_left_unit', true ), + 'padding_top_mobile' => get_post_meta( $post_id, '_generate_hero_padding_top_mobile', true ), + 'padding_top_unit_mobile' => get_post_meta( $post_id, '_generate_hero_padding_top_unit_mobile', true ), + 'padding_right_mobile' => get_post_meta( $post_id, '_generate_hero_padding_right_mobile', true ), + 'padding_right_unit_mobile' => get_post_meta( $post_id, '_generate_hero_padding_right_unit_mobile', true ), + 'padding_bottom_mobile' => get_post_meta( $post_id, '_generate_hero_padding_bottom_mobile', true ), + 'padding_bottom_unit_mobile' => get_post_meta( $post_id, '_generate_hero_padding_bottom_unit_mobile', true ), + 'padding_left_mobile' => get_post_meta( $post_id, '_generate_hero_padding_left_mobile', true ), + 'padding_left_unit_mobile' => get_post_meta( $post_id, '_generate_hero_padding_left_unit_mobile', true ), + 'background_image' => get_post_meta( $post_id, '_generate_hero_background_image', true ), + 'disable_featured_image' => get_post_meta( $post_id, '_generate_hero_disable_featured_image', true ), + 'background_overlay' => get_post_meta( $post_id, '_generate_hero_background_overlay', true ), + 'background_position' => get_post_meta( $post_id, '_generate_hero_background_position', true ), + 'parallax' => get_post_meta( $post_id, '_generate_hero_background_parallax', true ), + 'background_color' => get_post_meta( $post_id, '_generate_hero_background_color', true ), + 'text_color' => get_post_meta( $post_id, '_generate_hero_text_color', true ), + 'link_color' => get_post_meta( $post_id, '_generate_hero_link_color', true ), + 'link_color_hover' => get_post_meta( $post_id, '_generate_hero_background_link_color_hover', true ), + 'site_header_merge' => get_post_meta( $post_id, '_generate_site_header_merge', true ), + 'site_header_height' => get_post_meta( $post_id, '_generate_site_header_height', true ), + 'site_header_height_mobile' => get_post_meta( $post_id, '_generate_site_header_height_mobile', true ), + 'site_logo' => get_post_meta( $post_id, '_generate_site_logo', true ), + 'retina_logo' => get_post_meta( $post_id, '_generate_retina_logo', true ), + 'navigation_logo' => get_post_meta( $post_id, '_generate_navigation_logo', true ), + 'mobile_logo' => get_post_meta( $post_id, '_generate_mobile_logo', true ), + 'navigation_location' => get_post_meta( $post_id, '_generate_navigation_location', true ), + 'header_background_color' => get_post_meta( $post_id, '_generate_site_header_background_color', true ), + 'header_title_color' => get_post_meta( $post_id, '_generate_site_header_title_color', true ), + 'header_tagline_color' => get_post_meta( $post_id, '_generate_site_header_tagline_color', true ), + 'navigation_colors' => get_post_meta( $post_id, '_generate_navigation_colors', true ), + 'navigation_background_color' => get_post_meta( $post_id, '_generate_navigation_background_color', true ), + 'navigation_text_color' => get_post_meta( $post_id, '_generate_navigation_text_color', true ), + 'navigation_background_color_hover' => get_post_meta( $post_id, '_generate_navigation_background_color_hover', true ), + 'navigation_text_color_hover' => get_post_meta( $post_id, '_generate_navigation_text_color_hover', true ), + 'navigation_background_color_current' => get_post_meta( $post_id, '_generate_navigation_background_color_current', true ), + 'navigation_text_color_current' => get_post_meta( $post_id, '_generate_navigation_text_color_current', true ), + ) + ); + } + + /** + * Does the bulk of the work after everything has initialized. + * + * @since 1.7 + */ + public function after_setup() { + $options = self::get_options(); + + if ( $options['disable_featured_image'] && is_singular() ) { + remove_action( 'generate_after_entry_header', 'generate_blog_single_featured_image' ); + remove_action( 'generate_before_content', 'generate_blog_single_featured_image' ); + remove_action( 'generate_after_header', 'generate_blog_single_featured_image' ); + remove_action( 'generate_before_content', 'generate_featured_page_header_inside_single' ); + remove_action( 'generate_after_header', 'generate_featured_page_header' ); + } + + if ( $options['site_logo'] && GeneratePress_Elements_Helper::does_option_exist( 'site-logo' ) ) { + if ( '' !== $options['site_header_merge'] ) { + add_action( 'generate_after_logo', array( $this, 'add_site_logo' ) ); + } else { + add_filter( 'theme_mod_custom_logo', array( $this, 'replace_logo' ) ); + + if ( $options['retina_logo'] && GeneratePress_Elements_Helper::does_option_exist( 'retina-logo' ) ) { + add_filter( 'generate_retina_logo', array( $this, 'replace_logo' ) ); + } + } + } + + if ( $options['navigation_logo'] && GeneratePress_Elements_Helper::does_option_exist( 'navigation-logo' ) ) { + if ( $options['site_header_merge'] && GeneratePress_Elements_Helper::does_option_exist( 'sticky-navigation' ) ) { + add_action( 'generate_inside_navigation', array( $this, 'add_navigation_logo' ) ); + } else { + add_filter( 'generate_navigation_logo', array( $this, 'replace_logo' ) ); + } + } + + if ( $options['mobile_logo'] && GeneratePress_Elements_Helper::does_option_exist( 'mobile-logo' ) ) { + if ( 'merge' === $options['site_header_merge'] ) { + add_action( 'generate_inside_mobile_header', array( $this, 'add_mobile_header_logo' ) ); + } else { + add_filter( 'generate_mobile_header_logo', array( $this, 'replace_logo' ) ); + } + } + + if ( $options['navigation_location'] ) { + add_filter( 'generate_navigation_location', array( $this, 'navigation_location' ) ); + } + + if ( '' !== $options['site_header_merge'] ) { + add_action( 'generate_before_header', array( $this, 'merged_header_start' ), 1 ); + add_action( 'generate_after_header', array( $this, 'merged_header_end' ), 8 ); + + if ( 'contained' === $options['container'] ) { + add_filter( 'generate_header_class', array( $this, 'site_header_classes' ) ); + } + } + + if ( $options['content'] ) { + self::remove_template_elements(); + } + } + + /** + * Returns our custom logos if set within the Page Header. + * + * @since 1.7 + * + * @return string New URLs to images. + */ + public static function replace_logo() { + $filter = current_filter(); + $options = self::get_options(); + + if ( 'theme_mod_custom_logo' === $filter ) { + return $options['site_logo']; + } + + if ( 'generate_retina_logo' === $filter ) { + return wp_get_attachment_url( $options['retina_logo'] ); + } + + if ( 'generate_navigation_logo' === $filter ) { + return wp_get_attachment_url( $options['navigation_logo'] ); + } + + if ( 'generate_mobile_header_logo' === $filter ) { + return wp_get_attachment_url( $options['mobile_logo'] ); + } + } + + /** + * Adds a new site logo element if our header is merged on desktop only. + * + * @since 1.7 + */ + public static function add_site_logo() { + $options = self::get_options(); + + $logo_url = wp_get_attachment_url( $options['site_logo'] ); + $retina_logo_url = wp_get_attachment_url( $options['retina_logo'] ); + + if ( ! $logo_url ) { + return; + } + + $attr = apply_filters( + 'generate_page_hero_logo_attributes', + array( + 'class' => 'header-image is-logo-image', + 'alt' => esc_attr( apply_filters( 'generate_logo_title', get_bloginfo( 'name', 'display' ) ) ), + 'src' => $logo_url, + 'title' => esc_attr( apply_filters( 'generate_logo_title', get_bloginfo( 'name', 'display' ) ) ), + ) + ); + + if ( '' !== $retina_logo_url ) { + $attr['srcset'] = $logo_url . ' 1x, ' . $retina_logo_url . ' 2x'; + + // Add dimensions to image if retina is set. This fixes a container width bug in Firefox. + $data = wp_get_attachment_metadata( $options['site_logo'] ); + + if ( ! empty( $data ) ) { + $attr['width'] = $data['width']; + $attr['height'] = $data['height']; + } + } + + $attr = array_map( 'esc_attr', $attr ); + $html_attr = ''; + + foreach ( $attr as $name => $value ) { + $html_attr .= " $name=" . '"' . $value . '"'; + } + + // phpcs:ignore -- Escaping not needed. + echo apply_filters( + 'generate_page_hero_logo_output', + sprintf( + '', + esc_url( apply_filters( 'generate_logo_href', home_url( '/' ) ) ), + esc_attr( apply_filters( 'generate_logo_title', get_bloginfo( 'name', 'display' ) ) ), + $html_attr + ), + $logo_url, + $html_attr + ); + } + + /** + * Adds the custom navigation logo if needed. + * Only needed if there's a sticky navigation. + * + * @since 1.7 + */ + public static function add_navigation_logo() { + $options = self::get_options(); + + printf( + '', + esc_url( apply_filters( 'generate_logo_href', home_url( '/' ) ) ), + esc_attr( apply_filters( 'generate_logo_title', get_bloginfo( 'name', 'display' ) ) ), + esc_url( wp_get_attachment_url( $options['navigation_logo'] ) ), + esc_attr( apply_filters( 'generate_logo_title', get_bloginfo( 'name', 'display' ) ) ) + ); + } + + /** + * Adds the custom mobile header if needed. + * Only needed if there's a sticky navigation. + * + * @since 1.7 + */ + public static function add_mobile_header_logo() { + $options = self::get_options(); + + if ( 'title' === GeneratePress_Elements_Helper::does_option_exist( 'mobile-header-branding' ) ) { + return; + } + + printf( + '', + esc_url( apply_filters( 'generate_logo_href', home_url( '/' ) ) ), + esc_attr( apply_filters( 'generate_logo_title', get_bloginfo( 'name', 'display' ) ) ), + esc_url( wp_get_attachment_url( $options['mobile_logo'] ) ), + esc_attr( apply_filters( 'generate_logo_title', get_bloginfo( 'name', 'display' ) ) ) + ); + } + + /** + * Set the navigation location if set. + * + * @since 1.7 + * + * @return string The navigation location. + */ + public static function navigation_location() { + $options = self::get_options(); + + if ( 'no-navigation' === $options['navigation_location'] ) { + return ''; + } else { + return $options['navigation_location']; + } + } + + /** + * The opening merged header element. + * + * @since 1.7 + */ + public static function merged_header_start() { + echo '
'; + } + + /** + * The closing merged header element. + * + * @since 1.7 + */ + public static function merged_header_end() { + echo '
'; + } + + /** + * Adds classes to the site header. + * + * @since 1.7 + * + * @param array $classes Existing classes. + * @return array New classes. + */ + public static function site_header_classes( $classes ) { + $classes[] = 'grid-container'; + $classes[] = 'grid-parent'; + + return $classes; + } + + /** + * Checks if template tags exist, and removes those elements from elsewhere. + * + * @since 1.7 + */ + public static function remove_template_elements() { + $options = self::get_options(); + + if ( strpos( $options['content'], '{{post_title}}' ) !== false ) { + if ( is_singular() ) { + add_filter( 'generate_show_title', '__return_false' ); + } + + remove_action( 'generate_archive_title', 'generate_archive_title' ); + remove_filter( 'get_the_archive_title', 'generate_filter_the_archive_title' ); + add_filter( 'post_class', array( self::$hero, 'remove_hentry' ) ); + } + + if ( strpos( $options['content'], '{{post_date}}' ) !== false ) { + add_filter( 'generate_post_date', '__return_false' ); + add_filter( 'post_class', array( self::$hero, 'remove_hentry' ) ); + } + + if ( strpos( $options['content'], '{{post_author}}' ) !== false ) { + add_filter( 'generate_post_author', '__return_false' ); + add_filter( 'post_class', array( self::$hero, 'remove_hentry' ) ); + } + + if ( strpos( $options['content'], '{{post_terms.category}}' ) !== false ) { + add_filter( 'generate_show_categories', '__return_false' ); + } + + if ( strpos( $options['content'], '{{post_terms.post_tag}}' ) !== false ) { + add_filter( 'generate_show_tags', '__return_false' ); + } + } + + /** + * Checks for template tags and replaces them. + * + * @since 1.7 + * + * @param string $content The content to check. + * @return mixed The content with the template tags replaced. + */ + public static function template_tags( $content ) { + $search = array(); + $replace = array(); + + $search[] = '{{post_title}}'; + $post_title = ''; + + if ( is_singular() ) { + $post_title = get_the_title(); + } elseif ( is_tax() || is_category() || is_tag() ) { + $post_title = get_queried_object()->name; + } elseif ( is_post_type_archive() ) { + $post_title = post_type_archive_title( '', false ); + } elseif ( is_archive() && function_exists( 'get_the_archive_title' ) ) { + $post_title = get_the_archive_title(); + + if ( is_author() ) { + $post_title = get_the_author(); + } + } elseif ( is_home() ) { + $post_title = __( 'Blog', 'gp-premium' ); + } + + $replace[] = apply_filters( 'generate_page_hero_post_title', $post_title ); + + if ( is_singular() ) { + $time_string = ''; + if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { + $time_string = '' . $time_string; + } + + $time_string = sprintf( + $time_string, + esc_attr( get_the_date( 'c' ) ), + esc_html( get_the_date() ), + esc_attr( get_the_modified_date( 'c' ) ), + esc_html( get_the_modified_date() ) + ); + + $search[] = '{{post_date}}'; + $replace[] = apply_filters( 'generate_page_hero_post_date', $time_string ); + + // Author. + global $post; + $author_id = $post->post_author; + + $author = sprintf( + '', + esc_url( get_author_posts_url( $author_id ) ), + /* translators: author name */ + esc_attr( sprintf( __( 'View all posts by %s', 'gp-premium' ), get_the_author_meta( 'display_name', $author_id ) ) ), + esc_html( get_the_author_meta( 'display_name', $author_id ) ) + ); + + $search[] = '{{post_author}}'; + $replace[] = apply_filters( 'generate_page_hero_post_author', $author ); + + // Post terms. + if ( strpos( $content, '{{post_terms' ) !== false ) { + $data = preg_match_all( '/{{post_terms.([^}]*)}}/', $content, $matches ); + foreach ( $matches[1] as $match ) { + $search[] = '{{post_terms.' . $match . '}}'; + $terms = get_the_term_list( get_the_ID(), $match, apply_filters( 'generate_page_hero_terms_before', '' ), apply_filters( 'generate_page_hero_terms_separator', ', ' ), apply_filters( 'generate_page_hero_terms_after', '' ) ); + + if ( ! is_wp_error( $terms ) ) { + $replace[] = $terms; + } + } + } + + // Custom field. + if ( strpos( $content, '{{custom_field' ) !== false ) { + $data = preg_match_all( '/{{custom_field.([^}]*)}}/', $content, $matches ); + foreach ( $matches[1] as $match ) { + if ( null !== get_post_meta( get_the_ID(), $match, true ) && '_thumbnail_id' !== $match ) { + $search[] = '{{custom_field.' . $match . '}}'; + $replace[] = get_post_meta( get_the_ID(), $match, true ); + } + } + + $thumbnail_id = get_post_meta( get_the_ID(), '_thumbnail_id', true ); + if ( null !== $thumbnail_id ) { + $search[] = '{{custom_field._thumbnail_id}}'; + $replace[] = wp_get_attachment_image( $thumbnail_id, apply_filters( 'generate_hero_thumbnail_id_size', 'medium' ) ); + } + } + } + + // Taxonomy description. + if ( is_tax() || is_category() || is_tag() ) { + if ( strpos( $content, '{{custom_field' ) !== false ) { + $search[] = '{{custom_field.description}}'; + $replace[] = term_description( get_queried_object()->term_id, get_queried_object()->taxonomy ); + } + } + + return str_replace( $search, $replace, $content ); + } + + /** + * When the post title, author or date are in the Page Hero, they appear outside of the + * hentry element. This causes errors in Google Search Console. + * + * @since 1.7 + * + * @param array $classes Existing classes. + * @return array + */ + public function remove_hentry( $classes ) { + $classes = array_diff( $classes, array( 'hentry' ) ); + + return $classes; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-hooks.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-hooks.php new file mode 100644 index 00000000..dca87caa --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-hooks.php @@ -0,0 +1,223 @@ +hook = get_post_meta( $post_id, '_generate_hook', true ); + + if ( empty( $this->hook ) ) { + return; + } + + $this->content = get_post_meta( $post_id, '_generate_element_content', true ); + + if ( get_post_meta( $post_id, '_generate_custom_hook', true ) ) { + $this->custom_hook = get_post_meta( $post_id, '_generate_custom_hook', true ); + } + + if ( get_post_meta( $post_id, '_generate_hook_disable_site_header', true ) ) { + $this->disable_site_header = get_post_meta( $post_id, '_generate_hook_disable_site_header', true ); + } + + if ( get_post_meta( $post_id, '_generate_hook_disable_site_footer', true ) ) { + $this->disable_site_footer = get_post_meta( $post_id, '_generate_hook_disable_site_footer', true ); + } + + if ( get_post_meta( $post_id, '_generate_hook_priority', true ) || '0' === get_post_meta( $post_id, '_generate_hook_priority', true ) ) { + $this->priority = get_post_meta( $post_id, '_generate_hook_priority', true ); + } + + if ( get_post_meta( $post_id, '_generate_hook_execute_php', true ) ) { + $this->php = get_post_meta( $post_id, '_generate_hook_execute_php', true ); + } + + if ( get_post_meta( $post_id, '_generate_hook_execute_shortcodes', true ) ) { + $this->shortcodes = get_post_meta( $post_id, '_generate_hook_execute_shortcodes', true ); + } + + if ( get_post_meta( $post_id, '_generate_element_display_conditions', true ) ) { + $this->conditional = get_post_meta( $post_id, '_generate_element_display_conditions', true ); + } + + if ( get_post_meta( $post_id, '_generate_element_exclude_conditions', true ) ) { + $this->exclude = get_post_meta( $post_id, '_generate_element_exclude_conditions', true ); + } + + if ( get_post_meta( $post_id, '_generate_element_user_conditions', true ) ) { + $this->users = get_post_meta( $post_id, '_generate_element_user_conditions', true ); + } + + if ( 'custom' === $this->hook && $this->custom_hook ) { + $this->hook = $this->custom_hook; + } + + $display = apply_filters( 'generate_hook_element_display', GeneratePress_Conditions::show_data( $this->conditional, $this->exclude, $this->users ), $post_id ); + + /** + * Simplify filter name. + * + * @since 2.0.0 + */ + $display = apply_filters( + 'generate_element_display', + $display, + $post_id + ); + + if ( $display ) { + global $generate_elements; + + $generate_elements[ $post_id ] = array( + 'is_block_element' => false, + 'type' => 'hook', + 'id' => $post_id, + ); + + if ( 'generate_header' === $this->hook && $this->disable_site_header ) { + remove_action( 'generate_header', 'generate_construct_header' ); + } + + if ( 'generate_footer' === $this->hook && $this->disable_site_footer ) { + remove_action( 'generate_footer', 'generate_construct_footer' ); + add_filter( 'generate_footer_widgets', '__return_null' ); + } + + add_action( esc_attr( $this->hook ), array( $this, 'execute_hook' ), absint( $this->priority ) ); + } + + } + + /** + * Output our hook content. + * + * @since 1.7 + */ + public function execute_hook() { + + $content = $this->content; + + if ( $this->shortcodes ) { + $content = do_shortcode( $content ); + } + + if ( $this->php && GeneratePress_Elements_Helper::should_execute_php() ) { + ob_start(); + eval( '?>' . $content . 'conditional = get_post_meta( $post_id, '_generate_element_display_conditions', true ); + } + + if ( get_post_meta( $post_id, '_generate_element_exclude_conditions', true ) ) { + $this->exclude = get_post_meta( $post_id, '_generate_element_exclude_conditions', true ); + } + + if ( get_post_meta( $post_id, '_generate_element_user_conditions', true ) ) { + $this->users = get_post_meta( $post_id, '_generate_element_user_conditions', true ); + } + + if ( get_post_meta( $post_id, '_generate_sidebar_layout', true ) ) { + $this->sidebar_layout = get_post_meta( $post_id, '_generate_sidebar_layout', true ); + } + + if ( get_post_meta( $post_id, '_generate_footer_widgets', true ) ) { + $this->footer_widgets = get_post_meta( $post_id, '_generate_footer_widgets', true ); + } + + if ( get_post_meta( $post_id, '_generate_disable_site_header', true ) ) { + $this->disable_site_header = get_post_meta( $post_id, '_generate_disable_site_header', true ); + } + + if ( get_post_meta( $post_id, '_generate_disable_mobile_header', true ) ) { + $this->disable_mobile_header = get_post_meta( $post_id, '_generate_disable_mobile_header', true ); + } + + if ( get_post_meta( $post_id, '_generate_disable_top_bar', true ) ) { + $this->disable_top_bar = get_post_meta( $post_id, '_generate_disable_top_bar', true ); + } + + if ( get_post_meta( $post_id, '_generate_disable_primary_navigation', true ) ) { + $this->disable_primary_navigation = get_post_meta( $post_id, '_generate_disable_primary_navigation', true ); + } + + if ( get_post_meta( $post_id, '_generate_disable_secondary_navigation', true ) ) { + $this->disable_secondary_navigation = get_post_meta( $post_id, '_generate_disable_secondary_navigation', true ); + } + + if ( get_post_meta( $post_id, '_generate_disable_featured_image', true ) ) { + $this->disable_featured_image = get_post_meta( $post_id, '_generate_disable_featured_image', true ); + } + + if ( get_post_meta( $post_id, '_generate_disable_content_title', true ) ) { + $this->disable_content_title = get_post_meta( $post_id, '_generate_disable_content_title', true ); + } + + if ( get_post_meta( $post_id, '_generate_disable_footer', true ) ) { + $this->disable_footer = get_post_meta( $post_id, '_generate_disable_footer', true ); + } + + if ( get_post_meta( $post_id, '_generate_content_area', true ) ) { + $this->content_area = get_post_meta( $post_id, '_generate_content_area', true ); + } + + if ( get_post_meta( $post_id, '_generate_content_width', true ) ) { + $this->content_width = get_post_meta( $post_id, '_generate_content_width', true ); + } + + $display = apply_filters( 'generate_layout_element_display', GeneratePress_Conditions::show_data( $this->conditional, $this->exclude, $this->users ), $post_id ); + + /** + * Simplify filter name. + * + * @since 2.0.0 + */ + $display = apply_filters( + 'generate_element_display', + $display, + $post_id + ); + + if ( $display ) { + global $generate_elements; + + $generate_elements[ $post_id ] = array( + 'is_block_element' => false, + 'type' => 'layout', + 'id' => $post_id, + ); + + add_action( 'wp', array( $this, 'after_setup' ), 100 ); + add_action( 'wp_enqueue_scripts', array( $this, 'build_css' ), 50 ); + + if ( is_admin() ) { + add_action( 'current_screen', array( $this, 'after_setup' ), 100 ); + add_action( 'enqueue_block_editor_assets', array( $this, 'build_css' ), 50 ); + } + } + + } + + /** + * Return our available options. + * + * @since 1.7 + * @deprecated 1.7.3 + * + * @return array + */ + public static function get_options() { + return false; + } + + /** + * Initiate our set layout changes. + * + * @since 1.7 + */ + public function after_setup() { + if ( $this->sidebar_layout && ! self::post_meta_exists( '_generate-sidebar-layout-meta' ) ) { + add_filter( 'generate_sidebar_layout', array( $this, 'filter_options' ) ); + } + + if ( $this->footer_widgets && ! self::post_meta_exists( '_generate-footer-widget-meta' ) ) { + add_filter( 'generate_footer_widgets', array( $this, 'filter_options' ) ); + } + + if ( $this->disable_site_header ) { + remove_action( 'generate_header', 'generate_construct_header' ); + } + + if ( $this->disable_mobile_header ) { + remove_action( 'generate_after_header', 'generate_menu_plus_mobile_header', 5 ); + } + + if ( $this->disable_top_bar ) { + remove_action( 'generate_before_header', 'generate_top_bar', 5 ); + remove_action( 'generate_inside_secondary_navigation', 'generate_secondary_nav_top_bar_widget', 5 ); + } + + if ( $this->disable_primary_navigation ) { + add_filter( 'generate_navigation_location', '__return_false', 20 ); + add_filter( 'generate_disable_mobile_header_menu', '__return_true' ); + } + + if ( $this->disable_secondary_navigation ) { + add_filter( 'has_nav_menu', array( $this, 'disable_secondary_navigation' ), 10, 2 ); + } + + if ( $this->disable_featured_image ) { + remove_action( 'generate_after_entry_header', 'generate_blog_single_featured_image' ); + remove_action( 'generate_before_content', 'generate_blog_single_featured_image' ); + remove_action( 'generate_after_header', 'generate_blog_single_featured_image' ); + remove_action( 'generate_before_content', 'generate_featured_page_header_inside_single' ); + remove_action( 'generate_after_header', 'generate_featured_page_header' ); + add_filter( 'body_class', array( $this, 'remove_featured_image_class' ), 20 ); + } + + if ( $this->disable_content_title ) { + add_filter( 'generate_show_title', '__return_false' ); + } + + if ( $this->disable_footer ) { + remove_action( 'generate_footer', 'generate_construct_footer' ); + add_filter( 'generate_footer_widgets', '__return_null' ); + } + + if ( $this->content_area ) { + add_filter( 'body_class', array( $this, 'body_classes' ) ); + } + + if ( is_admin() ) { + if ( $this->sidebar_layout && ! self::admin_post_meta_exists( '_generate-sidebar-layout-meta' ) ) { + add_filter( 'generate_block_editor_sidebar_layout', array( $this, 'filter_options' ) ); + } + + if ( $this->disable_content_title ) { + add_filter( 'generate_block_editor_show_content_title', '__return_false' ); + } + + if ( $this->content_area ) { + add_filter( 'generate_block_editor_content_area_type', array( $this, 'set_editor_content_area' ) ); + } + + if ( $this->content_width ) { + add_filter( 'generate_block_editor_container_width', array( $this, 'set_editor_content_width' ) ); + } + } + } + + /** + * Build dynamic CSS + */ + public function build_css() { + if ( $this->content_width ) { + wp_add_inline_style( 'generate-style', '#content {max-width: ' . absint( $this->content_width ) . 'px;margin-left: auto;margin-right: auto;}' ); + } + + if ( is_admin() ) { + $admin_css = ''; + + if ( version_compare( generate_premium_get_theme_version(), '3.2.0-alpha.1', '<' ) ) { + if ( 'full-width' === $this->content_area ) { + $admin_css .= 'html .editor-styles-wrapper .wp-block{max-width: 100%}'; + } + + if ( $this->content_width ) { + $admin_css .= 'html .editor-styles-wrapper .wp-block{max-width: ' . absint( $this->content_width ) . 'px;}'; + } + } + + if ( $this->content_area ) { + $admin_css .= '#generate-layout-page-builder-container {opacity: 0.5;pointer-events: none;}'; + } + + if ( $admin_css ) { + wp_add_inline_style( 'wp-edit-blocks', $admin_css ); + } + } + } + + /** + * Check to see if our individual post metabox has a value. + * + * @since 1.7 + * + * @param string $meta The meta key we're checking for. + * @return bool + */ + public static function post_meta_exists( $meta ) { + if ( ! is_singular() ) { + return false; + } + + $value = get_post_meta( get_the_ID(), $meta, true ); + + if ( '_generate-footer-widget-meta' === $meta && '0' === $value ) { + $value = true; + } + + if ( $value ) { + return true; + } + + return false; + } + + /** + * Check to see if our individual post metabox has a value in the admin area. + * + * @since 1.11.0 + * + * @param string $meta The meta key we're checking for. + * @return bool + */ + public static function admin_post_meta_exists( $meta ) { + if ( is_admin() ) { + $current_screen = get_current_screen(); + + if ( isset( $current_screen->is_block_editor ) && $current_screen->is_block_editor ) { + $post_id = false; + + if ( isset( $_GET['post'] ) ) { // phpcs:ignore -- No data processing happening here. + $post_id = absint( $_GET['post'] ); // phpcs:ignore -- No data processing happening here. + } + + if ( $post_id ) { + $value = get_post_meta( $post_id, $meta, true ); + + if ( '_generate-footer-widget-meta' === $meta && '0' === $value ) { + $value = true; + } + + if ( $value ) { + return true; + } + } else { + return false; + } + } + } + } + + /** + * Filter our filterable options. + * + * @since 1.7 + */ + public function filter_options() { + $filter = current_filter(); + + if ( 'generate_sidebar_layout' === $filter || 'generate_block_editor_sidebar_layout' === $filter ) { + return $this->sidebar_layout; + } + + if ( 'generate_footer_widgets' === $filter ) { + if ( 'no-widgets' === $this->footer_widgets ) { + return 0; + } else { + return $this->footer_widgets; + } + } + } + + /** + * Set the content area type in the editor. + * + * @param string $area Content area type. + */ + public function set_editor_content_area( $area ) { + if ( 'full-width' === $this->content_area ) { + $area = 'true'; + } + + if ( 'contained-container' === $this->content_area ) { + $area = 'contained'; + } + + return $area; + } + + /** + * Set the content width in the editor. + * + * @param string $width Content width with unit. + */ + public function set_editor_content_width( $width ) { + if ( $this->content_width ) { + $width = absint( $this->content_width ) . 'px'; + } + + return $width; + } + + /** + * Disable the Secondary Navigation if set. + * + * @since 1.7 + * + * @param bool $has_nav_menu The existing value. + * @param string $location The location we're checking. + * @return bool + */ + public static function disable_secondary_navigation( $has_nav_menu, $location ) { + if ( 'secondary' === $location ) { + return false; + } + + return $has_nav_menu; + } + + /** + * Sets any necessary body classes. + * + * @since 1.7 + * + * @param array $classes Our existing body classes. + * @return array Our new set of classes. + */ + public function body_classes( $classes ) { + if ( 'full-width' === $this->content_area ) { + $classes[] = 'full-width-content'; + } + + if ( 'contained' === $this->content_area ) { + $classes[] = 'contained-content'; + } + + return $classes; + } + + /** + * Remove the featured image class if it's disabled. + * + * @since 2.1.0 + * @param array $classes The body classes. + */ + public function remove_featured_image_class( $classes ) { + if ( is_singular() ) { + $classes = generate_premium_remove_featured_image_class( $classes, $this->disable_featured_image ); + } + + return $classes; + } + +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-metabox.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-metabox.php new file mode 100644 index 00000000..1d8d54ba --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-metabox.php @@ -0,0 +1,2245 @@ +is_block_editor ) ) { + $element_type = 'block'; + } + } + } + + return $element_type; + } + + /** + * Add a body class if we're using the Header element type. + * We do this so we can hide the Template Tags metabox for other types. + * + * @since 1.7 + * + * @param string $classes Existing classes. + * @return string + */ + public function body_class( $classes ) { + if ( 'gp_elements' === get_post_type() ) { + $element_type = self::get_element_type(); + + if ( $element_type ) { + $classes .= ' ' . $element_type . '-element-type'; + } else { + $classes .= ' no-element-type'; + } + + if ( 'header' === $element_type && get_post_meta( get_the_ID(), '_generate_element_content', true ) ) { + $classes .= ' element-has-page-hero'; + } + + $block_type = get_post_meta( get_the_ID(), '_generate_block_type', true ); + + if ( $block_type ) { + if ( 'content-template' === $block_type && get_post_meta( get_the_ID(), '_generate_use_theme_post_container', true ) ) { + $classes .= ' using-theme-post-container'; + } + + if ( ( 'archive-navigation-template' === $block_type || 'post-navigation-template' === $block_type ) && get_post_meta( get_the_ID(), '_generate_use_archive_navigation_container', true ) ) { + $classes .= ' using-theme-pagination-container'; + } + + $classes .= ' ' . $block_type . '-block-type'; + } + } + + return $classes; + } + + /** + * Enqueue any necessary scripts and styles. + * + * @since 1.7 + * + * @param string $hook The current page hook. + */ + public function scripts( $hook ) { + if ( in_array( $hook, array( 'post.php', 'post-new.php' ) ) ) { + if ( 'gp_elements' === get_post_type() ) { + $element_type = get_post_meta( get_the_ID(), '_generate_element_type', true ); + + // Remove autosave when dealing with non-content Elements. + // phpcs:ignore -- No data processing happening. + if ( 'block' !== $element_type || ( isset( $_GET['element_type'] ) && 'block' !== $_GET['element_type'] ) ) { + wp_dequeue_script( 'autosave' ); + } + + $deps = array( 'jquery' ); + + if ( function_exists( 'wp_enqueue_code_editor' ) ) { + $settings = wp_enqueue_code_editor( + array( + 'type' => 'application/x-httpd-php', + 'codemirror' => array( + 'indentUnit' => 2, + 'tabSize' => 2, + ), + ) + ); + + $deps[] = 'code-editor'; + } else { + $settings = false; + } + + $element_type = self::get_element_type(); + + wp_enqueue_script( 'generate-elements-metabox', plugin_dir_url( __FILE__ ) . 'assets/admin/metabox.js', $deps, GP_PREMIUM_VERSION, true ); + + wp_localize_script( + 'generate-elements-metabox', + 'elements', + array( + 'nonce' => wp_create_nonce( 'generate-elements-location' ), + 'settings' => $settings ? wp_json_encode( $settings ) : false, + 'type' => $element_type, + 'custom_image' => __( 'Custom Image', 'gp-premium' ), + 'fallback_image' => __( 'Fallback Image', 'gp-premium' ), + 'choose' => __( 'Choose...', 'gp-premium' ), + 'showID' => apply_filters( 'generate_elements_show_object_ids', false ), + ) + ); + + wp_enqueue_style( 'generate-elements-metabox', plugin_dir_url( __FILE__ ) . 'assets/admin/metabox.css', array(), GP_PREMIUM_VERSION ); + wp_enqueue_style( 'generate-elements-balloon', plugin_dir_url( __FILE__ ) . 'assets/admin/balloon.css', array(), GP_PREMIUM_VERSION ); + + wp_enqueue_media(); + wp_enqueue_script( 'wp-color-picker' ); + wp_enqueue_style( 'wp-color-picker' ); + wp_enqueue_script( 'wp-color-picker-alpha', GP_LIBRARY_DIRECTORY_URL . 'alpha-color-picker/wp-color-picker-alpha.min.js', array( 'wp-color-picker' ), '3.0.0', true ); + + wp_add_inline_script( + 'wp-color-picker-alpha', + 'jQuery( function() { jQuery( ".color-picker" ).wpColorPicker(); } );' + ); + + if ( function_exists( 'wp_add_inline_script' ) && function_exists( 'generate_get_default_color_palettes' ) ) { + // Grab our palette array and turn it into JS. + $palettes = wp_json_encode( generate_get_default_color_palettes() ); + + // Add our custom palettes. + // json_encode takes care of escaping. + wp_add_inline_script( 'wp-color-picker', 'jQuery.wp.wpColorPicker.prototype.options.palettes = ' . $palettes . ';' ); + } + + wp_enqueue_style( 'select2', GP_LIBRARY_DIRECTORY_URL . 'select2/select2.min.css', array(), '4.0.13' ); + wp_enqueue_script( 'select2', GP_LIBRARY_DIRECTORY_URL . 'select2/select2.full.min.js', array( 'jquery', 'generate-elements-metabox' ), '4.0.13', true ); + + $css = ''; + + if ( function_exists( 'generate_get_option' ) && 'separate-containers' === generate_get_option( 'content_layout_setting' ) ) { + $css .= 'body.left-sidebar-block-type .block-editor-block-list__layout.is-root-container, body.right-sidebar-block-type .block-editor-block-list__layout.is-root-container {background: ' . generate_get_option( 'background_color' ) . ';}'; + $css .= 'body.content-template-block-type:not(.using-theme-post-container) .block-editor-block-list__layout.is-root-container, body.archive-navigation-template-block-type:not(.using-theme-pagination-container) .block-editor-block-list__layout.is-root-container {background: ' . generate_get_option( 'background_color' ) . ';}'; + } + + wp_add_inline_style( 'generate-elements-metabox', $css ); + } + } + } + + /** + * Register our metabox. + * + * @since 1.7 + */ + public function register_metabox() { + // Title not translated on purpose. + add_meta_box( 'generate_premium_elements', 'Element', array( $this, 'element_fields' ), 'gp_elements', 'normal', 'high' ); + add_meta_box( 'generate_page_hero_template_tags', __( 'Template Tags', 'gp-premium' ), array( $this, 'template_tags' ), 'gp_elements', 'side', 'low' ); + remove_meta_box( 'slugdiv', 'gp_elements', 'normal' ); + } + + /** + * Output all of our metabox fields. + * + * @since 1.7 + * + * @param object $post Our post object. + */ + public function element_fields( $post ) { + wp_nonce_field( basename( __FILE__ ), 'generate_elements_nonce' ); + + $type = self::get_element_type(); + $page_hero_class = ''; + $merge = get_post_meta( get_the_ID(), '_generate_site_header_merge', true ); + $conditions_set = get_post_meta( get_the_ID(), '_generate_element_display_conditions', true ); + $post_status = get_post_status( get_the_ID() ); + + if ( 'header' === $type && get_post_meta( get_the_ID(), '_generate_element_content', true ) ) { + $page_hero_class = ' has-page-hero'; + } + ?> + + + +
+

+
+ + +
+ + + + + + + + + + + + + + + > + + + + + > + + + + + > + + + + + + + + + + + + + + + + + + + + + +
+ + + /> +
+ + + /> +
+ + + + DISALLOW_FILE_EDIT' + ); + ?> + + /> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + > + + + + + > + + + + + + + + + + + + + + + + + > + + + + + > + + + + + > + + + + + > + + + + + > + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + ? + + +
+ + + +
+ + + +
+ + + +
+ + + /> +
+ + + +
+ + +
+ + +
+ +
+
+
+ + + +
+ + +
+ +
+
+ + + +
+ + +
+ +
+
+ + + +
+ + +
+ +
+
+ + + +
+ + +
+
+ + +
+ + + +
+ + + + + +
+ + + +
+ + + /> +
+ + ? + + /> +
+ + ? + + /> +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + + + + + + + > + + + + + > + + + + + + > + + + + + + + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + > + + + + + > + + + + + > + + + + + > + + + + + > + + + + + > + + + + + > + + + + +
+ + ? + + +
+ + ? + + +
+ + +
+ +
+
+ + px +
+
+ + +
+ + + +
+ + + +
+ + + +
+ + +
+
+ '; + } + ?> +
+ + /> + + +
+
+ + +
+
+ '; + } + ?> +
+ + /> + + +
+
+ + +
+
+ '; + } + ?> +
+ + /> + + +
+
+ + +
+
+ '; + } + ?> +
+ + /> + + +
+
+ + + +
+ + + /> +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + + + + + + + + +
+ + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ + + + + + + + +
+ + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + /> +
+ + + /> +
+ + + /> +
+ + + /> +
+ + + /> +
+ + + /> +
+ + + /> +
+ + + /> +
+ + + + + + + + + + + + +
+ + +
+ +
+ +
+ +
+ +
+ +
+
+ + + + px +
+ + + + + + + + + + + + + + + + + + + > + + + + +
+ + ? + + $value ) { + $type = explode( ':', $value['rule'] ); + + if ( in_array( 'post', $type ) || in_array( 'taxonomy', $type ) ) { + $show = true; + } else { + $show = false; + } + ?> +
+ + + + + +
+ +
+ + + + + +
+ + + + +
+ + ? + + $value ) { + $type = explode( ':', $value['rule'] ); + + if ( in_array( 'post', $type ) || in_array( 'taxonomy', $type ) ) { + $show = true; + } else { + $show = false; + } + ?> +
+ + + + + +
+ +
+ + + + + +
+ + + + +
+ + ? + + $value ) { + ?> +
+ + + +
+ +
+ + + +
+ + + + +
+ + ? + + /> +
+ + + + + + + + +
+ 'text', + '_generate_custom_hook' => 'text', + '_generate_hook_priority' => 'number', + ); + + if ( 'hook' === $type_value ) { + $hook_values['_generate_hook_disable_site_header'] = 'key'; + $hook_values['_generate_hook_disable_site_footer'] = 'key'; + $hook_values['_generate_hook_execute_shortcodes'] = 'key'; + $hook_values['_generate_hook_execute_php'] = 'key'; + } + + // We don't want people to be able to use these hooks. + $blacklist = array( + 'muplugins_loaded', + 'registered_taxonomy', + 'plugins_loaded', + 'setup_theme', + 'after_setup_theme', + 'init', + 'widgets_init', + 'wp_loaded', + 'pre_get_posts', + 'wp', + 'template_redirect', + 'get_header', + 'wp_enqueue_scripts', + 'the_post', + 'dynamic_sidebar', + 'get_footer', + 'get_sidebar', + 'wp_print_footer_scripts', + 'shutdown', + ); + + foreach ( $hook_values as $key => $type ) { + $value = false; + + if ( isset( $_POST[ $key ] ) ) { + // Bail if we're using a blacklisted hook. + if ( '_generate_custom_hook' === $key ) { + if ( in_array( $_POST[ $key ], $blacklist ) ) { + continue; + } + } + + if ( 'number' === $type ) { + $value = absint( $_POST[ $key ] ); + } elseif ( 'key' === $type ) { + $value = sanitize_key( $_POST[ $key ] ); + } else { + $value = sanitize_text_field( $_POST[ $key ] ); + } + + // Need to temporarily change the $value so it returns true. + if ( '_generate_hook_priority' === $key ) { + if ( '0' === $_POST[ $key ] ) { + $value = 'zero'; + } + } + } + + if ( $value ) { + if ( 'zero' === $value ) { + $value = '0'; + } + + update_post_meta( $post_id, $key, $value ); + } else { + delete_post_meta( $post_id, $key ); + } + } + } + + // Page Header type. + if ( 'header' === $type_value ) { + $hero_values = array( + '_generate_hero_custom_classes' => 'attribute', + '_generate_hero_container' => 'text', + '_generate_hero_inner_container' => 'text', + '_generate_hero_horizontal_alignment' => 'text', + '_generate_hero_full_screen' => 'key', + '_generate_hero_vertical_alignment' => 'text', + '_generate_hero_padding_top' => 'number', + '_generate_hero_padding_top_unit' => 'text', + '_generate_hero_padding_right' => 'number', + '_generate_hero_padding_right_unit' => 'text', + '_generate_hero_padding_bottom' => 'number', + '_generate_hero_padding_bottom_unit' => 'text', + '_generate_hero_padding_left' => 'number', + '_generate_hero_padding_left_unit' => 'text', + '_generate_hero_padding_top_mobile' => 'number', + '_generate_hero_padding_top_unit_mobile' => 'text', + '_generate_hero_padding_right_mobile' => 'number', + '_generate_hero_padding_right_unit_mobile' => 'text', + '_generate_hero_padding_bottom_mobile' => 'number', + '_generate_hero_padding_bottom_unit_mobile' => 'text', + '_generate_hero_padding_left_mobile' => 'number', + '_generate_hero_padding_left_unit_mobile' => 'text', + '_generate_hero_background_image' => 'key', + '_generate_hero_disable_featured_image' => 'key', + '_generate_hero_background_color' => 'color', + '_generate_hero_text_color' => 'color', + '_generate_hero_link_color' => 'color', + '_generate_hero_background_link_color_hover' => 'color', + '_generate_hero_background_overlay' => 'key', + '_generate_hero_background_position' => 'text', + '_generate_hero_background_parallax' => 'key', + '_generate_site_header_merge' => 'key', + '_generate_site_header_height' => 'number', + '_generate_site_header_height_mobile' => 'number', + '_generate_navigation_colors' => 'key', + '_generate_site_logo' => 'number', + '_generate_retina_logo' => 'number', + '_generate_navigation_logo' => 'number', + '_generate_mobile_logo' => 'number', + '_generate_navigation_location' => 'key', + '_generate_site_header_background_color' => 'text', + '_generate_site_header_title_color' => 'text', + '_generate_site_header_tagline_color' => 'text', + '_generate_navigation_background_color' => 'text', + '_generate_navigation_text_color' => 'text', + '_generate_navigation_background_color_hover' => 'text', + '_generate_navigation_text_color_hover' => 'text', + '_generate_navigation_background_color_current' => 'text', + '_generate_navigation_text_color_current' => 'text', + ); + + foreach ( $hero_values as $key => $type ) { + $value = false; + + if ( isset( $_POST[ $key ] ) ) { + if ( 'number' === $type ) { + $value = absint( $_POST[ $key ] ); + } elseif ( 'key' === $type ) { + $value = sanitize_key( $_POST[ $key ] ); + } elseif ( 'attribute' === $type ) { + $value = esc_attr( $_POST[ $key ] ); + } else { + $value = sanitize_text_field( $_POST[ $key ] ); + } + } + + if ( + '_generate_hero_padding_top_mobile' === $key || + '_generate_hero_padding_right_mobile' === $key || + '_generate_hero_padding_bottom_mobile' === $key || + '_generate_hero_padding_left_mobile' === $key + ) { + if ( '0' === $_POST[ $key ] ) { + $value = 'zero'; + } + } + + if ( $value ) { + if ( 'zero' === $value ) { + $value = '0'; // String on purpose. + } + + update_post_meta( $post_id, $key, $value ); + } else { + delete_post_meta( $post_id, $key ); + } + } + } + + // Save Layout type. + if ( 'layout' === $type_value ) { + $layout_values = array( + '_generate_sidebar_layout' => 'key', + '_generate_footer_widgets' => 'key', + '_generate_disable_site_header' => 'key', + '_generate_disable_mobile_header' => 'key', + '_generate_disable_top_bar' => 'key', + '_generate_disable_primary_navigation' => 'key', + '_generate_disable_secondary_navigation' => 'key', + '_generate_disable_featured_image' => 'key', + '_generate_disable_content_title' => 'key', + '_generate_disable_footer' => 'key', + '_generate_content_area' => 'key', + '_generate_content_width' => 'number', + ); + + foreach ( $layout_values as $key => $type ) { + $value = false; + + if ( isset( $_POST[ $key ] ) ) { + if ( 'number' === $type ) { + $value = absint( $_POST[ $key ] ); + } elseif ( 'key' === $type ) { + $value = sanitize_key( $_POST[ $key ] ); + } else { + $value = sanitize_text_field( $_POST[ $key ] ); + } + } + + if ( $value ) { + update_post_meta( $post_id, $key, $value ); + } else { + delete_post_meta( $post_id, $key ); + } + } + } + + $ignore_languages = false; + + if ( isset( $_POST['_generate_element_ignore_languages'] ) ) { + $ignore_languages = sanitize_key( $_POST['_generate_element_ignore_languages'] ); + } + + if ( $ignore_languages ) { + update_post_meta( $post_id, '_generate_element_ignore_languages', $ignore_languages ); + } else { + delete_post_meta( $post_id, '_generate_element_ignore_languages' ); + } + + // Display conditions. + $conditions = get_post_meta( $post_id, '_generate_element_display_conditions', true ); + $new_conditions = array(); + + $rules = $_POST['display-condition']; + $objects = $_POST['display-condition-object']; + + $count = count( $rules ); + + for ( $i = 0; $i < $count; $i++ ) { + if ( '' !== $rules[ $i ] ) { + if ( in_array( $rules[ $i ], $rules ) ) { + $new_conditions[ $i ]['rule'] = sanitize_text_field( $rules[ $i ] ); + $new_conditions[ $i ]['object'] = sanitize_key( $objects[ $i ] ); + } else { + $new_conditions[ $i ]['rule'] = ''; + $new_conditions[ $i ]['object'] = ''; + } + } + } + + if ( 'block' === $type_value ) { + $dynamic_css_posts = get_option( 'generateblocks_dynamic_css_posts', array() ); + + if ( $dynamic_css_posts ) { + foreach ( $new_conditions as $condition ) { + if ( $condition['object'] && isset( $dynamic_css_posts[ $condition['object'] ] ) ) { + unset( $dynamic_css_posts[ $condition['object'] ] ); + } + + if ( ! $condition['object'] ) { + $dynamic_css_posts = array(); + break; + } + } + + update_option( 'generateblocks_dynamic_css_posts', $dynamic_css_posts ); + } + } + + if ( ! empty( $new_conditions ) && $new_conditions !== $conditions ) { + update_post_meta( $post_id, '_generate_element_display_conditions', $new_conditions ); + } elseif ( empty( $new_conditions ) && $conditions ) { + delete_post_meta( $post_id, '_generate_element_display_conditions', $conditions ); + } + + // Exclude conditions. + $exclude_conditions = get_post_meta( $post_id, '_generate_element_exclude_conditions', true ); + $new_exclude_conditions = array(); + + $exclude_rules = $_POST['exclude-condition']; + $exclude_objects = $_POST['exclude-condition-object']; + + $exclude_count = count( $exclude_rules ); + + for ( $i = 0; $i < $exclude_count; $i++ ) { + if ( '' !== $exclude_rules[ $i ] ) { + if ( in_array( $exclude_rules[ $i ], $exclude_rules ) ) { + $new_exclude_conditions[ $i ]['rule'] = sanitize_text_field( $exclude_rules[ $i ] ); + $new_exclude_conditions[ $i ]['object'] = sanitize_key( $exclude_objects[ $i ] ); + } else { + $new_exclude_conditions[ $i ]['rule'] = ''; + $new_exclude_conditions[ $i ]['object'] = ''; + } + } + } + + if ( ! empty( $new_exclude_conditions ) && $new_exclude_conditions !== $exclude_conditions ) { + update_post_meta( $post_id, '_generate_element_exclude_conditions', $new_exclude_conditions ); + } elseif ( empty( $new_exclude_conditions ) && $exclude_conditions ) { + delete_post_meta( $post_id, '_generate_element_exclude_conditions', $exclude_conditions ); + } + + // User conditions. + $user_conditions = get_post_meta( $post_id, '_generate_element_user_conditions', true ); + $new_user_conditions = array(); + + $user_rules = $_POST['user-condition']; + $user_count = count( $user_rules ); + + for ( $i = 0; $i < $user_count; $i++ ) { + if ( '' !== $user_rules[ $i ] ) { + if ( in_array( $user_rules[ $i ], $user_rules ) ) { + $new_user_conditions[ $i ] = sanitize_text_field( $user_rules[ $i ] ); + } else { + $new_user_conditions[ $i ] = ''; + } + } + } + + if ( ! empty( $new_user_conditions ) && $new_user_conditions !== $user_conditions ) { + update_post_meta( $post_id, '_generate_element_user_conditions', $new_user_conditions ); + } elseif ( empty( $new_user_conditions ) && $user_conditions ) { + delete_post_meta( $post_id, '_generate_element_user_conditions', $user_conditions ); + } + + // Internal notes. + $notes_key = '_generate_element_internal_notes'; + + if ( isset( $_POST[ $notes_key ] ) ) { + if ( function_exists( 'sanitize_textarea_field' ) ) { + $notes_value = sanitize_textarea_field( $_POST[ $notes_key ] ); + } else { + $notes_value = sanitize_text_field( $_POST[ $notes_key ] ); + } + + if ( $notes_value ) { + update_post_meta( $post_id, $notes_key, $notes_value ); + } else { + delete_post_meta( $post_id, $notes_key ); + } + } + } + + /** + * Get terms of a set taxonomy. + * + * @since 1.7 + */ + public function get_terms() { + check_ajax_referer( 'generate-elements-location', 'nonce' ); + + $current_user_can = 'manage_options'; + + if ( apply_filters( 'generate_elements_metabox_ajax_allow_editors', false ) ) { + $current_user_can = 'edit_posts'; + } + + if ( ! current_user_can( $current_user_can ) ) { + return; + } + + if ( ! isset( $_POST['id'] ) ) { + return; + } + + $tax_id = sanitize_text_field( $_POST['id'] ); + + echo wp_json_encode( self::get_taxonomy_terms( $tax_id ) ); + + die(); + } + + /** + * Get all posts inside a specific post type. + * + * @since 1.7 + */ + public function get_posts() { + check_ajax_referer( 'generate-elements-location', 'nonce' ); + + $current_user_can = 'manage_options'; + + if ( apply_filters( 'generate_elements_metabox_ajax_allow_editors', false ) ) { + $current_user_can = 'edit_posts'; + } + + if ( ! current_user_can( $current_user_can ) ) { + return; + } + + if ( ! isset( $_POST['id'] ) ) { + return; + } + + $post_type = sanitize_text_field( $_POST['id'] ); + + echo wp_json_encode( self::get_post_type_posts( $post_type ) ); + + die(); + } + + /** + * Get all of our posts and terms in one go on load. + * + * @since 2.0.0 + */ + public function get_all_objects() { + check_ajax_referer( 'generate-elements-location', 'nonce' ); + + $current_user_can = 'manage_options'; + + if ( apply_filters( 'generate_elements_metabox_ajax_allow_editors', false ) ) { + $current_user_can = 'edit_posts'; + } + + if ( ! current_user_can( $current_user_can ) ) { + return; + } + + if ( ! isset( $_POST['posts'] ) && ! isset( $_POST['terms'] ) ) { + return; + } + + $posts = array(); + $terms = array(); + + if ( ! empty( $_POST['posts'] ) ) { + $posts = array_map( 'sanitize_text_field', $_POST['posts'] ); + } + + if ( ! empty( $_POST['terms'] ) ) { + $terms = array_map( 'sanitize_text_field', $_POST['terms'] ); + } + + $all_posts = self::get_post_type_posts( $posts ); + $all_terms = self::get_taxonomy_terms( $terms ); + + echo wp_json_encode( array_merge( $all_posts, $all_terms ) ); + + die(); + } + + /** + * Look up posts inside a post type. + * + * @since 1.7 + * + * @param string|array $post_type The post type to look up. + * @return array + */ + public static function get_post_type_posts( $post_type ) { + if ( ! is_array( $post_type ) ) { + $post_type = array( $post_type ); + } + + $data = array(); + + foreach ( $post_type as $type ) { + global $wpdb; + + $post_status = array( 'publish', 'future', 'draft', 'pending', 'private' ); + + $object = get_post_type_object( $type ); + + $data[ $type ] = array( + 'type' => 'posts', + 'postType' => $type, + 'label' => $object->label, + 'objects' => array(), + ); + + if ( 'attachment' === $type ) { + $posts = $wpdb->get_results( $wpdb->prepare( "SELECT ID, post_title from $wpdb->posts where post_type = %s ORDER BY post_title", $type ) ); + + } else { + $format = implode( ', ', array_fill( 0, count( $post_status ), '%s' ) ); + $query = sprintf( "SELECT ID, post_title from $wpdb->posts where post_type = '%s' AND post_status IN(%s) ORDER BY post_title", $type, $format ); + // @codingStandardsIgnoreLine + $posts = $wpdb->get_results( $wpdb->prepare( $query, $post_status ) ); + } + + foreach ( $posts as $post ) { + $title = ( '' !== $post->post_title ) ? esc_attr( $post->post_title ) : $type . '-' . $post->ID; + $data[ $type ]['objects'][] = array( + 'id' => $post->ID, + 'name' => $title, + ); + } + } + + return $data; + } + + /** + * Get taxonomy terms for a specific taxonomy. + * + * @since 1.7 + * + * @param int|array $tax_id The taxonomy ID. + * @return array + */ + public static function get_taxonomy_terms( $tax_id ) { + if ( ! is_array( $tax_id ) ) { + $tax_id = array( $tax_id ); + } + + $data = array(); + + foreach ( $tax_id as $id ) { + $tax = get_taxonomy( $id ); + + $terms = get_terms( + array( + 'taxonomy' => $id, + 'hide_empty' => false, + ) + ); + + $data[ $id ] = array( + 'type' => 'terms', + 'taxonomy' => $id, + 'label' => $tax->label, + 'objects' => array(), + ); + + foreach ( $terms as $term ) { + $data[ $id ]['objects'][] = array( + 'id' => $term->term_id, + 'name' => esc_attr( $term->name ), + ); + } + } + + return $data; + } + + /** + * Build our entire list of hooks to display. + * + * @since 1.7 + * + * @return array Our list of hooks. + */ + public static function get_available_hooks() { + return GeneratePress_Elements_Helper::get_available_hooks(); + } + + /** + * Add available template tags to Header Elements. + * + * @since 1.7 + */ + public static function template_tags() { + ?> + +

+ +

+ + +

+ +

+ + +

+ +

+ + +

+ +

+ + +

+ +

+ _x( 'Elements', 'Post Type General Name', 'gp-premium' ), + 'singular_name' => _x( 'Element', 'Post Type Singular Name', 'gp-premium' ), + 'menu_name' => __( 'Elements', 'gp-premium' ), + 'all_items' => __( 'All Elements', 'gp-premium' ), + 'add_new' => __( 'Add New Element', 'gp-premium' ), + 'add_new_item' => __( 'Add New Element', 'gp-premium' ), + 'new_item' => __( 'New Element', 'gp-premium' ), + 'edit_item' => __( 'Edit Element', 'gp-premium' ), + 'update_item' => __( 'Update Element', 'gp-premium' ), + 'search_items' => __( 'Search Element', 'gp-premium' ), + 'featured_image' => __( 'Background Image', 'gp-premium' ), + 'set_featured_image' => __( 'Set background image', 'gp-premium' ), + 'remove_featured_image' => __( 'Remove background image', 'gp-premium' ), + 'item_published' => __( 'Element published.', 'gp-premium' ), + 'item_updated' => __( 'Element updated.', 'gp-premium' ), + 'item_scheduled' => __( 'Element scheduled.', 'gp-premium' ), + 'item_reverted_to_draft' => __( 'Element reverted to draft.', 'gp-premium' ), + ); + + $args = array( + 'labels' => $labels, + 'supports' => array( 'title', 'editor', 'thumbnail', 'custom-fields', 'page-attributes', 'revisions' ), + 'hierarchical' => true, + 'public' => false, + 'show_ui' => true, + 'show_in_menu' => false, + 'can_export' => true, + 'has_archive' => false, + 'exclude_from_search' => true, + 'show_in_rest' => true, + ); + + register_post_type( 'gp_elements', $args ); + } + + /** + * Disable editor and show_in_rest support for non-Block Elements. + * + * @since 1.11.0 + * @param array $args The existing args. + * @param string $post_type The current post type. + */ + public function set_standard_element( $args, $post_type ) { + if ( 'gp_elements' === $post_type ) { + $post_id = false; + $type = false; + + if ( isset( $_GET['post'] ) ) { // phpcs:ignore -- No processing happening. + $post_id = absint( $_GET['post'] ); // phpcs:ignore -- No processing happening. + } + + if ( $post_id ) { + $type = get_post_meta( $post_id, '_generate_element_type', true ); + } elseif ( isset( $_GET['element_type'] ) ) { // phpcs:ignore -- No processing happening. + $type = esc_html( $_GET['element_type'] ); // phpcs:ignore -- No processing happening. + } + + if ( ! $type ) { + return $args; + } + + if ( 'block' !== $type ) { + $args['supports'] = array( 'title', 'thumbnail' ); + $args['show_in_rest'] = false; + $args['hierarchical'] = false; + } + + if ( 'block' === $type ) { + $args['supports'] = array( 'title', 'editor', 'custom-fields', 'page-attributes', 'revisions' ); + } + + if ( 'layout' === $type ) { + $args['labels']['add_new_item'] = __( 'Add New Layout', 'gp-premium' ); + $args['labels']['edit_item'] = __( 'Edit Layout', 'gp-premium' ); + } + + if ( 'hook' === $type ) { + $args['labels']['add_new_item'] = __( 'Add New Hook', 'gp-premium' ); + $args['labels']['edit_item'] = __( 'Edit Hook', 'gp-premium' ); + } + + if ( 'header' === $type ) { + $args['labels']['add_new_item'] = __( 'Add New Header', 'gp-premium' ); + $args['labels']['edit_item'] = __( 'Edit Header', 'gp-premium' ); + } + } + + return $args; + } + + /** + * Register custom post type columns. + * + * @since 1.7 + * + * @param array $columns Existing CPT columns. + * @return array All our CPT columns. + */ + public function register_columns( $columns ) { + $columns['element_type'] = esc_html__( 'Type', 'gp-premium' ); + $columns['location'] = esc_html__( 'Location', 'gp-premium' ); + $columns['exclusions'] = esc_html__( 'Exclusions', 'gp-premium' ); + $columns['users'] = esc_html__( 'Users', 'gp-premium' ); + + $new_columns = array(); + + // Need to do some funky stuff to display these columns before the date. + foreach ( $columns as $key => $value ) { + if ( 'date' === $key ) { + $new_columns['element_type'] = esc_html__( 'Type', 'gp-premium' ); + $new_columns['location'] = esc_html__( 'Location', 'gp-premium' ); + $new_columns['exclusions'] = esc_html__( 'Exclusions', 'gp-premium' ); + $new_columns['users'] = esc_html__( 'Users', 'gp-premium' ); + } + + $new_columns[ $key ] = $value; + } + + return $new_columns; + } + + /** + * Add a filter select input to the admin list. + * + * @since 1.7 + */ + public function build_element_type_filter() { + $screen = function_exists( 'get_current_screen' ) ? get_current_screen() : false; + + if ( ! $screen ) { + return; + } + + if ( ! isset( $screen->post_type ) || 'gp_elements' !== $screen->post_type ) { + return; + } + + $values = array( + 'block' => esc_html__( 'Blocks', 'gp-premium' ), + 'header' => esc_html__( 'Headers', 'gp-premium' ), + 'hook' => esc_html__( 'Hooks', 'gp-premium' ), + 'layout' => esc_html__( 'Layouts', 'gp-premium' ), + ); + + $current_element_type = isset( $_GET['gp_element_type_filter'] ) ? esc_html( $_GET['gp_element_type_filter'] ) : ''; // phpcs:ignore -- No processing happening. + $current_block_type = isset( $_GET['gp_elements_block_type_filter'] ) ? esc_html( $_GET['gp_elements_block_type_filter'] ) : ''; // phpcs:ignore -- No processing happening. + ?> + + + + is_main_query() && '' !== $type ) { + $meta_query[] = array( + 'key' => '_generate_element_type', + 'value' => esc_attr( $type ), + 'compare' => '=', + ); + + $block_type = isset( $_GET['gp_elements_block_type_filter'] ) ? $_GET['gp_elements_block_type_filter'] : ''; // phpcs:ignore -- No processing happening. + + if ( 'block' === $type && '' !== $block_type ) { + $meta_query['relation'] = 'AND'; + + $meta_query[] = array( + 'key' => '_generate_block_type', + 'value' => esc_attr( $block_type ), + 'compare' => '=', + ); + } + + $query->set( 'meta_query', $meta_query ); + } + } + + /** + * Add content to our custom post type columns. + * + * @since 1.7 + * + * @param string $column The name of the column. + * @param int $post_id The ID of the post row. + */ + public function add_columns( $column, $post_id ) { + switch ( $column ) { + case 'element_type': + $type = get_post_meta( $post_id, '_generate_element_type', true ); + $hook_location = get_post_meta( $post_id, '_generate_hook', true ); + + if ( 'block' === $type ) { + echo esc_html__( 'Block', 'gp-premium' ); + + $block_type = get_post_meta( $post_id, '_generate_block_type', true ); + + if ( $block_type ) { + echo ' - ' . esc_html( GeneratePress_Elements_Helper::get_element_type_label( $block_type ) ); + + if ( 'hook' === $block_type && $hook_location ) { + echo '
'; + + if ( 'custom' === $hook_location ) { + $custom_hook = get_post_meta( $post_id, '_generate_custom_hook', true ); + echo '' . esc_html( $custom_hook ) . ''; + } else { + echo '' . esc_html( $hook_location ) . ''; + } + } + } + } + + if ( 'header' === $type ) { + echo esc_html__( 'Header', 'gp-premium' ); + } + + if ( 'hook' === $type ) { + echo esc_html__( 'Hook', 'gp-premium' ); + + if ( $hook_location ) { + echo '
'; + + if ( 'custom' === $hook_location ) { + $custom_hook = get_post_meta( $post_id, '_generate_custom_hook', true ); + echo '' . esc_html( $custom_hook ) . ''; + } else { + echo '' . esc_html( $hook_location ) . ''; + } + } + } + + if ( 'layout' === $type ) { + echo esc_html__( 'Layout', 'gp-premium' ); + } + break; + + case 'location': + $location = get_post_meta( $post_id, '_generate_element_display_conditions', true ); + $parent_block = wp_get_post_parent_id( $post_id ); + + if ( $location ) { + foreach ( (array) $location as $data ) { + echo esc_html( GeneratePress_Conditions::get_saved_label( $data ) ); + echo '
'; + } + } elseif ( ! empty( $parent_block ) ) { + echo esc_html__( 'Inherit from parent', 'gp-premium' ); + } else { + echo esc_html__( 'Not set', 'gp-premium' ); + } + break; + + case 'exclusions': + $location = get_post_meta( $post_id, '_generate_element_exclude_conditions', true ); + + if ( $location ) { + foreach ( (array) $location as $data ) { + echo esc_html( GeneratePress_Conditions::get_saved_label( $data ) ); + echo '
'; + } + } + break; + + case 'users': + $users = get_post_meta( $post_id, '_generate_element_user_conditions', true ); + + if ( $users ) { + foreach ( (array) $users as $data ) { + if ( strpos( $data, ':' ) !== false ) { + $data = substr( $data, strpos( $data, ':' ) + 1 ); + } + + $return = ucwords( str_replace( '_', ' ', $data ) ); + + echo esc_html( $return ) . '
'; + } + } + break; + } + } + + /** + * Create our admin menu item. + * + * @since 1.7 + */ + public function menu_item() { + add_submenu_page( + 'themes.php', + esc_html__( 'Elements', 'gp-premium' ), + esc_html__( 'Elements', 'gp-premium' ), + apply_filters( 'generate_elements_admin_menu_capability', 'manage_options' ), + 'edit.php?post_type=gp_elements' + ); + } + + /** + * Make sure our admin menu item is highlighted. + * + * @since 1.7 + */ + public function fix_current_item() { + global $parent_file, $submenu_file, $post_type; + + if ( 'gp_elements' === $post_type ) { + $parent_file = 'themes.php'; // phpcs:ignore + $submenu_file = 'edit.php?post_type=gp_elements'; // phpcs:ignore + } + } + + /** + * Add scripts to the edit/post area of Elements. + * + * @since 1.11.0 + * @param string $hook The current hook for the page. + */ + public function admin_scripts( $hook ) { + if ( ! function_exists( 'get_current_screen' ) ) { + return; + } + + $current_screen = get_current_screen(); + + if ( 'edit.php' === $hook || 'post.php' === $hook ) { + if ( 'gp_elements' === $current_screen->post_type ) { + wp_enqueue_script( 'generate-elements', plugin_dir_url( __FILE__ ) . 'assets/admin/elements.js', array( 'jquery' ), GP_PREMIUM_VERSION, true ); + wp_enqueue_style( 'generate-elements', plugin_dir_url( __FILE__ ) . 'assets/admin/elements.css', array(), GP_PREMIUM_VERSION ); + } + } + } + + /** + * Build the Add New Element modal. + * + * @since 1.11.0 + */ + public function element_modal() { + if ( ! function_exists( 'get_current_screen' ) ) { + return; + } + + $current_screen = get_current_screen(); + + if ( 'edit-gp_elements' === $current_screen->id || 'gp_elements' === $current_screen->id ) { + ?> + + 'gp_elements', + 'no_found_rows' => true, + 'post_status' => 'publish', + 'numberposts' => 500, // phpcs:ignore + 'fields' => 'ids', + 'suppress_filters' => false, + ); + + $custom_args = apply_filters( + 'generate_elements_custom_args', + array( + 'order' => 'ASC', + ) + ); + + $args = array_merge( $args, $custom_args ); + + // Prevent Polylang from altering the query. + if ( function_exists( 'pll_get_post_language' ) ) { + $args['lang'] = ''; + } + + $posts = get_posts( $args ); + + foreach ( $posts as $post_id ) { + $post_id = apply_filters( 'generate_element_post_id', $post_id ); + $type = get_post_meta( $post_id, '_generate_element_type', true ); + + if ( 'hook' === $type ) { + new GeneratePress_Hook( $post_id ); + } + + if ( 'header' === $type && ! GeneratePress_Hero::$instances ) { + new GeneratePress_Hero( $post_id ); + } + + if ( 'layout' === $type ) { + new GeneratePress_Site_Layout( $post_id ); + } + + if ( 'block' === $type ) { + new GeneratePress_Block_Element( $post_id ); + } + } +} + +add_filter( 'generate_dashboard_tabs', 'generate_elements_dashboard_tab' ); +/** + * Add the Sites tab to our Dashboard tabs. + * + * @since 1.6 + * + * @param array $tabs Existing tabs. + * @return array New tabs. + */ +function generate_elements_dashboard_tab( $tabs ) { + $screen = get_current_screen(); + + $tabs['Elements'] = array( + 'name' => __( 'Elements', 'gp-premium' ), + 'url' => admin_url( 'edit.php?post_type=gp_elements' ), + 'class' => 'edit-gp_elements' === $screen->id ? 'active' : '', + ); + + return $tabs; +} + +add_filter( 'generate_dashboard_screens', 'generate_elements_dashboard_screen' ); +/** + * Add the Sites tab to our Dashboard screens. + * + * @since 2.1.0 + * + * @param array $screens Existing screens. + * @return array New screens. + */ +function generate_elements_dashboard_screen( $screens ) { + $screens[] = 'edit-gp_elements'; + + return $screens; +} + +add_filter( 'generate_element_post_id', 'generate_elements_ignore_languages' ); +/** + * Disable Polylang elements if their language doesn't match. + * We disable their automatic quering so Elements with no language display by default. + * + * @since 1.8 + * + * @param int $post_id The current post ID. + * @return bool|int + */ +function generate_elements_ignore_languages( $post_id ) { + if ( function_exists( 'pll_get_post_language' ) && function_exists( 'pll_current_language' ) ) { + $language = pll_get_post_language( $post_id, 'locale' ); + $disable = get_post_meta( $post_id, '_generate_element_ignore_languages', true ); + + if ( $disable ) { + return $post_id; + } + + if ( $language && $language !== pll_current_language( 'locale' ) ) { // phpcs:ignore -- Using Yoda check I am. + return false; + } + } + + return $post_id; +} + +add_action( 'save_post_wp_block', 'generate_elements_wp_block_update', 10, 2 ); +/** + * Regenerate the GenerateBlocks CSS file when a re-usable block is saved. + * + * @since 1.11.0 + * @param int $post_id The post ID. + * @param object $post The post object. + */ +function generate_elements_wp_block_update( $post_id, $post ) { + $is_autosave = wp_is_post_autosave( $post_id ); + $is_revision = wp_is_post_revision( $post_id ); + + if ( $is_autosave || $is_revision || ! current_user_can( 'edit_post', $post_id ) ) { + return $post_id; + } + + if ( isset( $post->post_content ) ) { + if ( strpos( $post->post_content, 'wp:generateblocks' ) !== false ) { + global $wpdb; + + $option = get_option( 'generateblocks_dynamic_css_posts', array() ); + + $posts = $wpdb->get_col( "SELECT post_id FROM $wpdb->postmeta WHERE meta_key = '_generateblocks_reusable_blocks'" ); + + foreach ( (array) $posts as $id ) { + $display_conditions = get_post_meta( $id, '_generate_element_display_conditions', true ); + + if ( $display_conditions ) { + foreach ( (array) $display_conditions as $condition ) { + if ( 'general:site' === $condition['rule'] ) { + $option = array(); + break; + } + + if ( $condition['object'] && isset( $option[ $condition['object'] ] ) ) { + unset( $option[ $condition['object'] ] ); + } + } + } + } + + update_option( 'generateblocks_dynamic_css_posts', $option ); + } + } + +} + +add_filter( 'generate_do_block_element_content', 'generate_add_block_element_content_filters' ); +/** + * Apply content filters to our block elements. + * + * @since 1.11.0 + * @param string $content The block element content. + */ +function generate_add_block_element_content_filters( $content ) { + $content = shortcode_unautop( $content ); + $content = do_shortcode( $content ); + + if ( function_exists( 'wp_filter_content_tags' ) ) { + $content = wp_filter_content_tags( $content ); + } elseif ( function_exists( 'wp_make_content_images_responsive' ) ) { + $content = wp_make_content_images_responsive( $content ); + } + + return $content; +} + +add_action( 'admin_bar_menu', 'generate_add_elements_admin_bar', 100 ); +/** + * Add the Elementd admin bar item. + * + * @since 2.0.0 + */ +function generate_add_elements_admin_bar() { + $current_user_can = 'manage_options'; + + if ( apply_filters( 'generate_elements_metabox_ajax_allow_editors', false ) ) { + $current_user_can = 'edit_posts'; + } + + if ( ! current_user_can( $current_user_can ) ) { + return; + } + + global $wp_admin_bar; + global $generate_elements; + + $title = __( 'Elements', 'gp-premium' ); + $count = ! empty( $generate_elements ) ? count( $generate_elements ) : 0; + + // Prevent "Entire Site" Elements from being counted on non-edit pages in the admin. + if ( is_admin() && function_exists( 'get_current_screen' ) ) { + $screen = get_current_screen(); + + if ( ! isset( $screen->is_block_editor ) || ! $screen->is_block_editor ) { + $count = 0; + } + + if ( 'edit' !== $screen->parent_base ) { + $count = 0; + } + } + + if ( $count > 0 ) { + $title = sprintf( + /* translators: Active Element count. */ + __( 'Elements (%s)', 'gp-premium' ), + $count + ); + } + + $wp_admin_bar->add_menu( + array( + 'id' => 'gp_elements-menu', + 'title' => $title, + 'href' => esc_url( admin_url( 'edit.php?post_type=gp_elements' ) ), + ) + ); + + if ( ! empty( $generate_elements ) ) { + // Prevent "Entire Site" Elements from being counted on non-edit pages in the admin. + if ( is_admin() && function_exists( 'get_current_screen' ) ) { + $screen = get_current_screen(); + + if ( ! isset( $screen->is_block_editor ) || ! $screen->is_block_editor ) { + return; + } + + if ( 'edit' !== $screen->parent_base ) { + return; + } + } + + foreach ( (array) $generate_elements as $key => $data ) { + $label = GeneratePress_Elements_Helper::get_element_type_label( $data['type'] ); + + $wp_admin_bar->add_menu( + array( + 'id' => 'element-' . absint( $data['id'] ), + 'parent' => 'gp_elements-menu', + 'title' => get_the_title( $data['id'] ) . ' (' . $label . ')', + 'href' => get_edit_post_link( $data['id'] ), + ) + ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/general/class-external-file-css.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/class-external-file-css.php new file mode 100644 index 00000000..9f59b66c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/class-external-file-css.php @@ -0,0 +1,449 @@ +register_control_type( 'GeneratePress_Action_Button_Control' ); + } + + $wp_customize->add_setting( + 'generate_settings[css_print_method]', + array( + 'default' => $defaults['css_print_method'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_settings[css_print_method]', + array( + 'type' => 'select', + 'label' => __( 'Dynamic CSS Print Method', 'gp-premium' ), + 'description' => __( 'Generating your dynamic CSS in an external file offers significant performance advantages.', 'gp-premium' ), + 'section' => 'generate_general_section', + 'choices' => array( + 'inline' => __( 'Inline Embedding', 'gp-premium' ), + 'file' => __( 'External File', 'gp-premium' ), + ), + 'settings' => 'generate_settings[css_print_method]', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Action_Button_Control( + $wp_customize, + 'generate_regenerate_external_css_file', + array( + 'section' => 'generate_general_section', + 'data_type' => 'regenerate_external_css', + 'nonce' => esc_html( wp_create_nonce( 'generatepress_regenerate_css_file' ) ), + 'label' => __( 'Regenerate CSS File', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'active_callback' => 'generate_is_using_external_css_file_callback', + ) + ) + ); + } + + /** + * Set our CSS Print Method. + * + * @param string $method The existing method. + */ + public function set_print_method( $method ) { + if ( ! function_exists( 'generate_get_option' ) ) { + return $method; + } + + return generate_get_option( 'css_print_method' ); + } + + /** + * Determine if we're using file mode or inline mode. + */ + public function mode() { + $mode = generate_get_css_print_method(); + + if ( 'file' === $mode && $this->needs_update() ) { + $data = get_option( 'generatepress_dynamic_css_data', array() ); + + if ( ! isset( $data['updated_time'] ) ) { + // No time set, so set the current time minus 5 seconds so the file is still generated. + $data['updated_time'] = time() - 5; + update_option( 'generatepress_dynamic_css_data', $data ); + } + + // Only allow processing 1 file every 5 seconds. + $current_time = (int) time(); + $last_time = (int) $data['updated_time']; + + if ( 5 <= ( $current_time - $last_time ) ) { + + // Attempt to write to the file. + $mode = ( $this->can_write() && $this->make_css() ) ? 'file' : 'inline'; + + // Does again if the file exists. + if ( 'file' === $mode ) { + $mode = ( file_exists( $this->file( 'path' ) ) ) ? 'file' : 'inline'; + } + } + } + + return $mode; + } + + /** + * Set things up. + */ + public function init() { + if ( 'file' === $this->mode() ) { + add_filter( 'generate_using_dynamic_css_external_file', '__return_true' ); + add_filter( 'generate_dynamic_css_skip_cache', '__return_true', 20 ); + + // Remove inline CSS in GP < 3.0.0. + if ( ! function_exists( 'generate_get_dynamic_css' ) && function_exists( 'generate_enqueue_dynamic_css' ) ) { + remove_action( 'wp_enqueue_scripts', 'generate_enqueue_dynamic_css', 50 ); + } + } + } + + /** + * Enqueue the dynamic CSS. + */ + public function enqueue_dynamic_css() { + if ( 'file' === $this->mode() ) { + wp_enqueue_style( 'generatepress-dynamic', esc_url( $this->file( 'uri' ) ), array( 'generate-style' ), null ); // phpcs:ignore WordPress.WP.EnqueuedResourceParameters.MissingVersion + + // Move the child theme after our dynamic stylesheet. + if ( is_child_theme() && wp_style_is( 'generate-child', 'enqueued' ) ) { + wp_dequeue_style( 'generate-child' ); + wp_enqueue_style( 'generate-child' ); + } + + // Re-add no-cache CSS in GP < 3.0.0. + if ( ! function_exists( 'generate_get_dynamic_css' ) && function_exists( 'generate_no_cache_dynamic_css' ) ) { + $nocache_css = generate_no_cache_dynamic_css(); + + if ( function_exists( 'generate_do_icon_css' ) ) { + $nocache_css .= generate_do_icon_css(); + } + + wp_add_inline_style( 'generate-style', wp_strip_all_tags( $nocache_css ) ); + } + } + } + + /** + * Make our CSS. + */ + public function make_css() { + $content = ''; + + if ( function_exists( 'generate_get_dynamic_css' ) ) { + $content = generate_get_dynamic_css(); + } elseif ( function_exists( 'generate_base_css' ) && function_exists( 'generate_font_css' ) && function_exists( 'generate_advanced_css' ) && function_exists( 'generate_spacing_css' ) ) { + $content = generate_base_css() . generate_font_css() . generate_advanced_css() . generate_spacing_css(); + } + + $content = apply_filters( 'generate_external_dynamic_css_output', $content ); + + if ( ! $content ) { + return false; + } + + $filesystem = generate_premium_get_wp_filesystem(); + + if ( ! $filesystem ) { + return false; + } + + // Take care of domain mapping. + if ( defined( 'DOMAIN_MAPPING' ) && DOMAIN_MAPPING ) { + if ( function_exists( 'domain_mapping_siteurl' ) && function_exists( 'get_original_url' ) ) { + $mapped_domain = domain_mapping_siteurl( false ); + $original_domain = get_original_url( 'siteurl' ); + + $content = str_replace( $original_domain, $mapped_domain, $content ); + } + } + + if ( is_writable( $this->file( 'path' ) ) || ( ! file_exists( $this->file( 'path' ) ) && is_writable( dirname( $this->file( 'path' ) ) ) ) ) { + $chmod_file = 0644; + + if ( defined( 'FS_CHMOD_FILE' ) ) { + $chmod_file = FS_CHMOD_FILE; + } + + if ( ! $filesystem->put_contents( $this->file( 'path' ), wp_strip_all_tags( $content ), $chmod_file ) ) { + + // Fail! + return false; + + } else { + + $this->update_saved_time(); + + // Success! + return true; + + } + } + } + + /** + * Determines if the CSS file is writable. + */ + public function can_write() { + global $blog_id; + + // Get the upload directory for this site. + $upload_dir = wp_get_upload_dir(); + + // If this is a multisite installation, append the blogid to the filename. + $css_blog_id = ( is_multisite() && $blog_id > 1 ) ? '_blog-' . $blog_id : null; + + $file_name = '/style' . $css_blog_id . '.min.css'; + $folder_path = $upload_dir['basedir'] . DIRECTORY_SEPARATOR . 'generatepress'; + + // Does the folder exist? + if ( file_exists( $folder_path ) ) { + // Folder exists, but is the folder writable? + if ( ! is_writable( $folder_path ) ) { + // Folder is not writable. + // Does the file exist? + if ( ! file_exists( $folder_path . $file_name ) ) { + // File does not exist, therefore it can't be created + // since the parent folder is not writable. + return false; + } else { + // File exists, but is it writable? + if ( ! is_writable( $folder_path . $file_name ) ) { + // Nope, it's not writable. + return false; + } + } + } else { + // The folder is writable. + // Does the file exist? + if ( file_exists( $folder_path . $file_name ) ) { + // File exists. + // Is it writable? + if ( ! is_writable( $folder_path . $file_name ) ) { + // Nope, it's not writable. + return false; + } + } + } + } else { + // Can we create the folder? + // returns true if yes and false if not. + return wp_mkdir_p( $folder_path ); + } + + // all is well! + return true; + } + + /** + * Gets the css path or url to the stylesheet + * + * @param string $target path/url. + */ + public function file( $target = 'path' ) { + global $blog_id; + + // Get the upload directory for this site. + $upload_dir = wp_get_upload_dir(); + + // If this is a multisite installation, append the blogid to the filename. + $css_blog_id = ( is_multisite() && $blog_id > 1 ) ? '_blog-' . $blog_id : null; + + $file_name = 'style' . $css_blog_id . '.min.css'; + $folder_path = $upload_dir['basedir'] . DIRECTORY_SEPARATOR . 'generatepress'; + + // The complete path to the file. + $file_path = $folder_path . DIRECTORY_SEPARATOR . $file_name; + + // Get the URL directory of the stylesheet. + $css_uri_folder = $upload_dir['baseurl']; + + $css_uri = trailingslashit( $css_uri_folder ) . 'generatepress/' . $file_name; + + // Take care of domain mapping. + if ( defined( 'DOMAIN_MAPPING' ) && DOMAIN_MAPPING ) { + if ( function_exists( 'domain_mapping_siteurl' ) && function_exists( 'get_original_url' ) ) { + $mapped_domain = domain_mapping_siteurl( false ); + $original_domain = get_original_url( 'siteurl' ); + $css_uri = str_replace( $original_domain, $mapped_domain, $css_uri ); + } + } + + $css_uri = set_url_scheme( $css_uri ); + + if ( 'path' === $target ) { + return $file_path; + } elseif ( 'url' === $target || 'uri' === $target ) { + $timestamp = ( file_exists( $file_path ) ) ? '?ver=' . filemtime( $file_path ) : ''; + return $css_uri . $timestamp; + } + } + + /** + * Update the our updated file time. + */ + public function update_saved_time() { + $data = get_option( 'generatepress_dynamic_css_data', array() ); + $data['updated_time'] = time(); + + update_option( 'generatepress_dynamic_css_data', $data ); + } + + /** + * Delete the saved time. + */ + public function delete_saved_time() { + $data = get_option( 'generatepress_dynamic_css_data', array() ); + + if ( isset( $data['updated_time'] ) ) { + unset( $data['updated_time'] ); + } + + update_option( 'generatepress_dynamic_css_data', $data ); + } + + /** + * Update our plugin/theme versions. + */ + public function update_versions() { + $data = get_option( 'generatepress_dynamic_css_data', array() ); + + $data['theme_version'] = GENERATE_VERSION; + $data['plugin_version'] = GP_PREMIUM_VERSION; + + update_option( 'generatepress_dynamic_css_data', $data ); + } + + /** + * Do we need to update the CSS file? + */ + public function needs_update() { + $data = get_option( 'generatepress_dynamic_css_data', array() ); + $update = false; + + // If there's no updated time, needs update. + // The time is set in mode(). + if ( ! isset( $data['updated_time'] ) ) { + $update = true; + } + + // If we haven't set our versions, do so now. + if ( ! isset( $data['theme_version'] ) && ! isset( $data['plugin_version'] ) ) { + $update = true; + $this->update_versions(); + + // Bail early so we don't check undefined versions below. + return $update; + } + + // Version numbers have changed, needs update. + if ( (string) GENERATE_VERSION !== (string) $data['theme_version'] || (string) GP_PREMIUM_VERSION !== (string) $data['plugin_version'] ) { + $update = true; + $this->update_versions(); + } + + return $update; + } + + /** + * Regenerate the CSS file. + */ + public function regenerate_css_file() { + check_ajax_referer( 'generatepress_regenerate_css_file', '_nonce' ); + + if ( ! current_user_can( 'manage_options' ) ) { + wp_send_json_error( __( 'Security check failed.', 'gp-premium' ) ); + } + + $this->delete_saved_time(); + + wp_send_json_success(); + } +} + +GeneratePress_External_CSS_File::get_instance(); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/general/enqueue-scripts.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/enqueue-scripts.php new file mode 100644 index 00000000..a9108a61 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/enqueue-scripts.php @@ -0,0 +1,81 @@ + $data ) { + $type = esc_html( GeneratePress_Elements_Helper::get_element_type_label( $data['type'] ) ); + + $active_elements[] = array( + 'type' => $type, + 'name' => get_the_title( $data['id'] ), + 'url' => get_edit_post_link( $data['id'] ), + ); + } + } + + $post_type_is_public = false; + + if ( get_post_type() ) { + $post_type = get_post_type_object( get_post_type() ); + + if ( is_object( $post_type ) && ! empty( $post_type->public ) ) { + $post_type_is_public = true; + } + } + + wp_localize_script( + 'gp-premium-editor', + 'gpPremiumEditor', + array( + 'isBlockElement' => 'gp_elements' === get_post_type(), + 'activeElements' => $active_elements, + 'elementsUrl' => esc_url( admin_url( 'edit.php?post_type=gp_elements' ) ), + 'postTypeIsPublic' => $post_type_is_public, + ) + ); + + wp_enqueue_style( + 'gp-premium-editor', + GP_PREMIUM_DIR_URL . 'dist/editor.css', + array( 'wp-edit-blocks' ), + filemtime( GP_PREMIUM_DIR_PATH . 'dist/editor.css' ) + ); +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons.php new file mode 100644 index 00000000..1b587f4c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons.php @@ -0,0 +1,87 @@ + + + + + + '; + } + + if ( 'shopping-cart' === $icon ) { + $svg = ''; + } + + if ( 'shopping-basket' === $icon ) { + $svg = ''; + } + + if ( 'spinner' === $icon ) { + $svg = ''; + } + + if ( 'pro-menu-bars' === $icon ) { + $svg = ''; + } + + if ( 'pro-close' === $icon ) { + $svg = ''; + } + + if ( $svg ) { + $output = sprintf( + ' + %2$s + ', + $icon, + $svg + ); + } + + return $output; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.eot b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.eot new file mode 100644 index 0000000000000000000000000000000000000000..72d973946e650143c5f724c18c0fbe2cf576ab27 GIT binary patch literal 3020 zcmbVOZ){Ul6hHUf_pe>|x~^S^Y>c*}?SxUF-CErSEHjMpXMkW95(HMdZh+f5#z??_ znZ)>ke*(b-j4^8Tix|`xqb9^GMq@~T5aI_v7$m_D5K#z5C1LCQ-S^%`2a^xn%2cRD;e)qN$D1Q6`Yp>!#wu)@rBQG8Z4z5gD|DGL)k}^c?lWz@YV% zr5@Tty_BXwAb#oqGDy2&D{KO^h+?$Rw0&?kK=HvM8YWH)*KSx4cbB?106B}^ndwUp z{4?`w4MvrahkDYx2S7_89|hHWdiQnzaJb@M$R~+3-}Y>}tE^$eYfyaxeR4Yh{R8<6 z$iG3Jv%PO<@4VMp6_G=S{8Vo)lXmv%zd&w=T-BG}JAmb9Aa_Cz^r!o>r&c=dK_138 z-WbU39>O}&ip2Z?aefjjQHZ2d(s>|nT9o}x3FZ)X1&v|ZQ(H69onw4te1w`gI+P+7 z6D?pe;%lN;LT6EKT2+!v8-bT18XVipC~!l*U3~k++vn~a8y_1VH)jWKkc}NRF*bg! zTy~GTkGflmU&g$`@0k-YFk+bPF3=%)Qcs(v_w65zVaLWtWWrw+Q8`u90&1k?^cAzAl-F`#l9b^Z66;WPM$vI;1KS24y}~QGMn9cq&;Jjf7aFE|rXz`+b@k@2-@e zcg|8>*Dza@tsTb-O2J!5GvKkzS6;=+5wO$}mO{{?F?eTnrj&@Ax-$5OWp&8ZNz~E4 zdRH(I2<}?l-ci7heOyy>aLeYMJ2!7RSc7(-=jn%x?TPuV4_liv&3})v3aLxV(j0TI zHD)mEca+5#_IxQ@!m#hN8CGi2Dpn?Sah|^`X)@OYm1U_CoUHLHzgl1==TcJEr2Jiu z#`H;)^D9>bB<%5N)I(vco}qP*AFpr-F}4#@GjkQGDDw6(0x9XiSS*NsG27Ob75yUe;PJvTgV|IznssAdk~*A}-`Y9SHf!->>D96QjqFg>BI8^4?5fc};%E2<+vIT5ytz$HbLTbj zM0ftBR}$Ioo>?>4>L(K2qZcMrV(&!)tiyS;kcz2-o}$tYYEFJ3Hq@DkjkFR1`95N`AD!#^n7s=}jGA^4bEXAAnBW*#@3wxRcQ)R%8nHV9*(RJ6!@3DCW_j{SmtH4*;ypv|q0aPWE9Y73dEM5ZNWAhyRVw;!2o9_|WE6B@$jjO=d z+q@IG`r(dDt}mDCpZW^z$PVt_k?RjEiY=V}={fDJX~Ff`o;|(k!KrWBX)RlG{X>DC zY=3qzJ(TSVY}*%Dk;%1VZ82&!pS?r)iyl0L`_0F2nub8TfNi6F7+09j=yv-VjZ+kV H`N;Mk0>1K9 literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.svg b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.svg new file mode 100644 index 00000000..e1c517d0 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.svg @@ -0,0 +1,20 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.ttf b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.ttf new file mode 100644 index 0000000000000000000000000000000000000000..4bae85f6844108ab76d7625ad5aaf319202725b8 GIT binary patch literal 2856 zcmbVOYiv|S6h3q3zINH(?RK|Yq^0a`+1(0df!%gj`=Y^6%A)+q|?UC}o!Ji`1d^@x0p3?e`m!SF(`s7Xs^mpV>!T$n&;m(24eT!dal|&95{A2yO zOxoG6{{+4TeC0rT-w^pJ1HK!4U@$$9J-ya(7yKC3cx5OzGKzho%@Okh#Q7=gL?Mz+ zOW#BCszuqalwb~FSI`)?{qNR7bo)3TpBkqYjt-@W#dHgpK&&Qu1#}kWrd0*Wv<31K zM1zwAS>U>StLWCVx6a)@J~cTtWzG&S~jTxZhKNna`hyC+lh> zRUuWGHYoL}is~!#$5YALXe7iUwW(yh%iv3xV$`E*x8I^V%*k9pLx9{ zbzZc($x$(u2!6FK0>j5_%ZaQF*n2kEI_>-7jJZ@a11JBO@mylYFHYaF4bqq7!}nsZ zOR@14EGmX%d;#ERuWmU-3Nz~cCeortE2<}@mjQhp01w#?f130Si@wa>x6~2jXG0u)T2_1U=hyMc9s66$J zEc3It=jw4RX1>g~F0>|Q6=#)IxVE%TLH=WRs8o%kK(NCouT7@d)0x)RjNx<|9#2EG zddZS#b%Vzv`25F;OXK63OOX}Uz*FJL+Hi_DpjxiBW-_gAr(rnVmN}+YN0*qAdPTG% zZSwVSJRX*MwIaM!q?&bdg@2BhE=;wwlAfe)L~NElMUp8c#&DCAc`HTHM!AxVL?f!k zRezZuryDje>{5?aEF5`f=bT8z1iGDy;_7xP#kzdL;Z_xetx{LkOq{4$sjgy*%GNQj z%jITKL5iiQG$gr;Twd^QmmvA`9+%4_`c_@f-*n7%=sNR&45KrTt~=)H`QLS2TB~ZB zs(SRvyEXOoHIkxx)WdKHxB0i>ACz^e@F*1vftSHQ>*B&SSd4tDKG%T-9B_yQ(DFAS zabOWh5W49%@j|BUgD!XDpEL)T4%&}zY6tF7RL2!m2Yx!l{cSe9o8~)DviJ`n`O35> zOO4U6JXyS$CU`bRaY3b%6cZHvs60kBCU%i*d4s}x%IR{SKSO(r}V+HSfsf|_0*V))f^XMR| zlF1H83}`GY0r%OM12@@N1~&gkV6PxA1GZd+e6x+6$klguWpV?#+#v13Pg;%!&~r4{ znH?V4l^YB!k1eB4%F-~6zyJ#PS&kcO*{ri>6>iS-&x|jM9xZznXTXTb> zfxhfub~rtn?FsDIA6S#gwPSBFYBkp$#p-=)_n+NDZATUZObDVN_i9zOhbY^mhHBHZ5K+3 z;44UsKX?fQ6EVi9(LZWXV~m;@(-@5*5kiPR{6UZeeqcl)7?p%}>o@n_mW@(A{LvWwt_t)Qy@fqi|DT_w_dg1$de|IfBUt{3Xt&}RhIw5@w-8-zrT7Vr-X(%+Ro z+cr3|7qTb8KPqVU%dBCbm=|`3!8ZtU4(JyLb9=F_<0J4vll+t)$_*AE`w?ruBIwj| z$DN(U-Pmh|@Mqa^AkJTB$4DWPPD!w)SFMr#Mk(e1U*1?%IVbQUqFcxL=)@>3;vh&E zXtD)OV6FlbfKK25dSMkHnbu>hrYcAz$b!GhH!E*Gd-Ke#;}hc(6VMT4WXq13GB$Cg zR(6lMkGU6DK5u(64a+)4471(lDwbFx%06ap?e6~WFVl!7MrFcRRZuN8(Ohb$rG(fq zpV}0Twx%`hA)j_C~|n zluB9@sjrWe6PuEZjoKRNbFa6$)r;0TJ|g;R!7sH%VEBI9a;#tj_Pz}^O!_`QWiC}t z!SO$*JXa%NjFR*NTP1x(J}}tpTx@(Hi-|6iY-D~PTXkLYX@;hqJ*#2xY1cLO@ihyc zIb*4=iHyg&PR6mGvhWtx40x>Z)i$tN1T4FNWf8Pk0^V8LcFP z%wRb07)vmm`9ijU;oKV;c503dtVZhPymVXAWUh%(mZboYtno{~Si%73QbyLK(ru2$ z^eHLlmo5pBu*cGCb$$B%-_NhogXxzwHYI zd}CWgKRxCobfD5t{{^T~dEz@+=3nEUYs0aa`7+bG(B?C%IGe1(wWX~J@*lfHrD_}n zf*rE=(kF^b1Z_dYrrA?8 zlT{K7H%YCxK@@F_E1764s%l*I*ZOg~5%a>X@mR&ek#}~^iBwF1>{Jw2w^OOoG2~$+If_YsoH;aj(N{UH4C3mIE3*PM#L+Px?Q_$Ik12O4zU1Q=>{YYECLBaH~A)>%XfXa+1>FMRp8P=`}r;Hz}*qmaT(Pi z{$X%`n+@-#`OcGkRq*oVNl%scri`zY(FK%D4nE)7(qwn{nTt?7s-}4D4cj} z8t6^>md#-6*?Gw&^++eB>-->e;>|WFM|hLbCU;~qc4yFOdq2#yvR-)!c#AFPz!@9M zzIL1#EN=4IpsC(^_^Ghem?^g`vW5Zlur~+`2EgEMM%#-V)Slu04X)`{8ED+))mH ax&`WmY%A?Uzs&rAZtDZYEsC$aZ~GVTbLMLR literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/icons.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/icons.css new file mode 100644 index 00000000..be13090e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/icons.css @@ -0,0 +1,10 @@ +@font-face { + font-family: 'GP Premium'; + src: url('gp-premium.eot'); + src: url('gp-premium.eot#iefix') format('embedded-opentype'), + url('gp-premium.woff') format('woff'), + url('gp-premium.ttf') format('truetype'), + url('gp-premium.svg#gp-premium') format('svg'); + font-weight: normal; + font-style: normal; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/icons.min.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/icons.min.css new file mode 100644 index 00000000..442a46bd --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/icons.min.css @@ -0,0 +1 @@ +@font-face{font-family:'GP Premium';src:url(gp-premium.eot);src:url(gp-premium.eot#iefix) format('embedded-opentype'),url(gp-premium.woff) format('woff'),url(gp-premium.ttf) format('truetype'),url(gp-premium.svg#gp-premium) format('svg');font-weight:400;font-style:normal} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/general/js/smooth-scroll.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/js/smooth-scroll.js new file mode 100644 index 00000000..ea406c22 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/js/smooth-scroll.js @@ -0,0 +1,741 @@ +/*! + * smooth-scroll v14.2.1: Animate scrolling to anchor links + * (c) 2018 Chris Ferdinandi + * MIT License + * http://github.com/cferdinandi/smooth-scroll + */ + +/** + * closest() polyfill + * @link https://developer.mozilla.org/en-US/docs/Web/API/Element/closest#Polyfill + */ +if (window.Element && !Element.prototype.closest) { + Element.prototype.closest = function(s) { + var matches = (this.document || this.ownerDocument).querySelectorAll(s), + i, + el = this; + do { + i = matches.length; + while (--i >= 0 && matches.item(i) !== el) {} + } while ((i < 0) && (el = el.parentElement)); + return el; + }; +} + +/** + * CustomEvent() polyfill + * https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent#Polyfill + */ +(function () { + + if (typeof window.CustomEvent === "function") return false; + + function CustomEvent(event, params) { + params = params || { bubbles: false, cancelable: false, detail: undefined }; + var evt = document.createEvent('CustomEvent'); + evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail); + return evt; + } + + CustomEvent.prototype = window.Event.prototype; + + window.CustomEvent = CustomEvent; +})(); +/** + * requestAnimationFrame() polyfill + * By Erik Möller. Fixes from Paul Irish and Tino Zijdel. + * @link http://paulirish.com/2011/requestanimationframe-for-smart-animating/ + * @link http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating + * @license MIT + */ +(function() { + var lastTime = 0; + var vendors = ['ms', 'moz', 'webkit', 'o']; + for(var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x) { + window.requestAnimationFrame = window[vendors[x]+'RequestAnimationFrame']; + window.cancelAnimationFrame = window[vendors[x]+'CancelAnimationFrame'] || + window[vendors[x]+'CancelRequestAnimationFrame']; + } + + if (!window.requestAnimationFrame) { + window.requestAnimationFrame = function(callback, element) { + var currTime = new Date().getTime(); + var timeToCall = Math.max(0, 16 - (currTime - lastTime)); + var id = window.setTimeout((function() { callback(currTime + timeToCall); }), + timeToCall); + lastTime = currTime + timeToCall; + return id; + }; + } + + if (!window.cancelAnimationFrame) { + window.cancelAnimationFrame = function(id) { + clearTimeout(id); + }; + } +}()); + +(function (root, factory) { + if (typeof define === 'function' && define.amd) { + define([], (function () { + return factory(root); + })); + } else if (typeof exports === 'object') { + module.exports = factory(root); + } else { + root.SmoothScroll = factory(root); + } +})(typeof global !== 'undefined' ? global : typeof window !== 'undefined' ? window : this, (function (window) { + + 'use strict'; + + // + // Default settings + // + + var defaults = { + // Selectors + ignore: '[data-scroll-ignore]', + header: null, + topOnEmptyHash: true, + + // Speed & Easing + speed: 500, + clip: true, + offset: 0, + easing: 'easeInOutCubic', + customEasing: null, + + // History + updateURL: true, + popstate: true, + + // Custom Events + emitEvents: true + }; + + + // + // Utility Methods + // + + /** + * Check if browser supports required methods + * @return {Boolean} Returns true if all required methods are supported + */ + var supports = function () { + return ( + 'querySelector' in document && + 'addEventListener' in window && + 'requestAnimationFrame' in window && + 'closest' in window.Element.prototype + ); + }; + + /** + * Merge two or more objects. Returns a new object. + * @param {Object} objects The objects to merge together + * @returns {Object} Merged values of defaults and options + */ + var extend = function () { + + // Variables + var extended = {}; + + // Merge the object into the extended object + var merge = function (obj) { + for (var prop in obj) { + if (obj.hasOwnProperty(prop)) { + extended[prop] = obj[prop]; + } + } + }; + + // Loop through each object and conduct a merge + for (var i = 0; i < arguments.length; i++) { + merge(arguments[i]); + } + + return extended; + + }; + + /** + * Check to see if user prefers reduced motion + * @param {Object} settings Script settings + */ + var reduceMotion = function (settings) { + if ('matchMedia' in window && window.matchMedia('(prefers-reduced-motion)').matches) { + return true; + } + return false; + }; + + /** + * Get the height of an element. + * @param {Node} elem The element to get the height of + * @return {Number} The element's height in pixels + */ + var getHeight = function (elem) { + return parseInt(window.getComputedStyle(elem).height, 10); + }; + + /** + * Decode a URI, with error check + * @param {String} hash The URI to decode + * @return {String} A decoded URI (or the original string if an error is thrown) + */ + var decode = function (hash) { + var decoded; + try { + decoded = decodeURIComponent(hash); + } catch(e) { + decoded = hash; + } + return decoded; + }; + + /** + * Escape special characters for use with querySelector + * @author Mathias Bynens + * @link https://github.com/mathiasbynens/CSS.escape + * @param {String} id The anchor ID to escape + */ + var escapeCharacters = function (id) { + + // Remove leading hash + if (id.charAt(0) === '#') { + id = id.substr(1); + } + + var string = String(id); + var length = string.length; + var index = -1; + var codeUnit; + var result = ''; + var firstCodeUnit = string.charCodeAt(0); + while (++index < length) { + codeUnit = string.charCodeAt(index); + // Note: there’s no need to special-case astral symbols, surrogate + // pairs, or lone surrogates. + + // If the character is NULL (U+0000), then throw an + // `InvalidCharacterError` exception and terminate these steps. + if (codeUnit === 0x0000) { + throw new InvalidCharacterError( + 'Invalid character: the input contains U+0000.' + ); + } + + if ( + // If the character is in the range [\1-\1F] (U+0001 to U+001F) or is + // U+007F, […] + (codeUnit >= 0x0001 && codeUnit <= 0x001F) || codeUnit == 0x007F || + // If the character is the first character and is in the range [0-9] + // (U+0030 to U+0039), […] + (index === 0 && codeUnit >= 0x0030 && codeUnit <= 0x0039) || + // If the character is the second character and is in the range [0-9] + // (U+0030 to U+0039) and the first character is a `-` (U+002D), […] + ( + index === 1 && + codeUnit >= 0x0030 && codeUnit <= 0x0039 && + firstCodeUnit === 0x002D + ) + ) { + // http://dev.w3.org/csswg/cssom/#escape-a-character-as-code-point + result += '\\' + codeUnit.toString(16) + ' '; + continue; + } + + // If the character is not handled by one of the above rules and is + // greater than or equal to U+0080, is `-` (U+002D) or `_` (U+005F), or + // is in one of the ranges [0-9] (U+0030 to U+0039), [A-Z] (U+0041 to + // U+005A), or [a-z] (U+0061 to U+007A), […] + if ( + codeUnit >= 0x0080 || + codeUnit === 0x002D || + codeUnit === 0x005F || + codeUnit >= 0x0030 && codeUnit <= 0x0039 || + codeUnit >= 0x0041 && codeUnit <= 0x005A || + codeUnit >= 0x0061 && codeUnit <= 0x007A + ) { + // the character itself + result += string.charAt(index); + continue; + } + + // Otherwise, the escaped character. + // http://dev.w3.org/csswg/cssom/#escape-a-character + result += '\\' + string.charAt(index); + + } + + // Return sanitized hash + var hash; + try { + hash = decodeURIComponent('#' + result); + } catch(e) { + hash = '#' + result; + } + return hash; + + }; + + /** + * Calculate the easing pattern + * @link https://gist.github.com/gre/1650294 + * @param {String} type Easing pattern + * @param {Number} time Time animation should take to complete + * @returns {Number} + */ + var easingPattern = function (settings, time) { + var pattern; + + // Default Easing Patterns + if (settings.easing === 'easeInQuad') pattern = time * time; // accelerating from zero velocity + if (settings.easing === 'easeOutQuad') pattern = time * (2 - time); // decelerating to zero velocity + if (settings.easing === 'easeInOutQuad') pattern = time < 0.5 ? 2 * time * time : -1 + (4 - 2 * time) * time; // acceleration until halfway, then deceleration + if (settings.easing === 'easeInCubic') pattern = time * time * time; // accelerating from zero velocity + if (settings.easing === 'easeOutCubic') pattern = (--time) * time * time + 1; // decelerating to zero velocity + if (settings.easing === 'easeInOutCubic') pattern = time < 0.5 ? 4 * time * time * time : (time - 1) * (2 * time - 2) * (2 * time - 2) + 1; // acceleration until halfway, then deceleration + if (settings.easing === 'easeInQuart') pattern = time * time * time * time; // accelerating from zero velocity + if (settings.easing === 'easeOutQuart') pattern = 1 - (--time) * time * time * time; // decelerating to zero velocity + if (settings.easing === 'easeInOutQuart') pattern = time < 0.5 ? 8 * time * time * time * time : 1 - 8 * (--time) * time * time * time; // acceleration until halfway, then deceleration + if (settings.easing === 'easeInQuint') pattern = time * time * time * time * time; // accelerating from zero velocity + if (settings.easing === 'easeOutQuint') pattern = 1 + (--time) * time * time * time * time; // decelerating to zero velocity + if (settings.easing === 'easeInOutQuint') pattern = time < 0.5 ? 16 * time * time * time * time * time : 1 + 16 * (--time) * time * time * time * time; // acceleration until halfway, then deceleration + + // Custom Easing Patterns + if (!!settings.customEasing) pattern = settings.customEasing(time); + + return pattern || time; // no easing, no acceleration + }; + + /** + * Determine the document's height + * @returns {Number} + */ + var getDocumentHeight = function () { + return Math.max( + document.body.scrollHeight, document.documentElement.scrollHeight, + document.body.offsetHeight, document.documentElement.offsetHeight, + document.body.clientHeight, document.documentElement.clientHeight + ); + }; + + /** + * Calculate how far to scroll + * Clip support added by robjtede - https://github.com/cferdinandi/smooth-scroll/issues/405 + * @param {Element} anchor The anchor element to scroll to + * @param {Number} headerHeight Height of a fixed header, if any + * @param {Number} offset Number of pixels by which to offset scroll + * @param {Boolean} clip If true, adjust scroll distance to prevent abrupt stops near the bottom of the page + * @returns {Number} + */ + var getEndLocation = function (anchor, headerHeight, offset, clip) { + var location = 0; + if (anchor.offsetParent) { + do { + location += anchor.offsetTop; + anchor = anchor.offsetParent; + } while (anchor); + } + location = Math.max(location - headerHeight - offset, 0); + if (clip) { + location = Math.min(location, getDocumentHeight() - window.innerHeight); + } + return location; + }; + + /** + * Get the height of the fixed header + * @param {Node} header The header + * @return {Number} The height of the header + */ + var getHeaderHeight = function (header) { + return !header ? 0 : (getHeight(header) + header.offsetTop); + }; + + /** + * Update the URL + * @param {Node} anchor The anchor that was scrolled to + * @param {Boolean} isNum If true, anchor is a number + * @param {Object} options Settings for Smooth Scroll + */ + var updateURL = function (anchor, isNum, options) { + + // Bail if the anchor is a number + if (isNum) return; + + // Verify that pushState is supported and the updateURL option is enabled + if (!history.pushState || !options.updateURL) return; + + // Update URL + history.pushState( + { + smoothScroll: JSON.stringify(options), + anchor: anchor.id + }, + document.title, + anchor === document.documentElement ? '#top' : '#' + anchor.id + ); + + }; + + /** + * Bring the anchored element into focus + * @param {Node} anchor The anchor element + * @param {Number} endLocation The end location to scroll to + * @param {Boolean} isNum If true, scroll is to a position rather than an element + */ + var adjustFocus = function (anchor, endLocation, isNum) { + + // Is scrolling to top of page, blur + if (anchor === 0) { + document.body.focus(); + } + + // Don't run if scrolling to a number on the page + if (isNum) return; + + // Otherwise, bring anchor element into focus + anchor.focus(); + if (document.activeElement !== anchor) { + anchor.setAttribute('tabindex', '-1'); + anchor.focus(); + anchor.style.outline = 'none'; + } + window.scrollTo(0 , endLocation); + + }; + + /** + * Emit a custom event + * @param {String} type The event type + * @param {Object} options The settings object + * @param {Node} anchor The anchor element + * @param {Node} toggle The toggle element + */ + var emitEvent = function (type, options, anchor, toggle) { + if (!options.emitEvents || typeof window.CustomEvent !== 'function') return; + var event = new CustomEvent(type, { + bubbles: true, + detail: { + anchor: anchor, + toggle: toggle + } + }); + document.dispatchEvent(event); + }; + + + // + // SmoothScroll Constructor + // + + var SmoothScroll = function (selector, options) { + + // + // Variables + // + + var smoothScroll = {}; // Object for public APIs + var settings, anchor, toggle, fixedHeader, headerHeight, eventTimeout, animationInterval; + + + // + // Methods + // + + /** + * Cancel a scroll-in-progress + */ + smoothScroll.cancelScroll = function (noEvent) { + cancelAnimationFrame(animationInterval); + animationInterval = null; + if (noEvent) return; + emitEvent('scrollCancel', settings); + }; + + /** + * Start/stop the scrolling animation + * @param {Node|Number} anchor The element or position to scroll to + * @param {Element} toggle The element that toggled the scroll event + * @param {Object} options + */ + smoothScroll.animateScroll = function (anchor, toggle, options) { + + // Local settings + var animateSettings = extend(settings || defaults, options || {}); // Merge user options with defaults + + // Selectors and variables + var isNum = Object.prototype.toString.call(anchor) === '[object Number]' ? true : false; + var anchorElem = isNum || !anchor.tagName ? null : anchor; + if (!isNum && !anchorElem) return; + var startLocation = window.pageYOffset; // Current location on the page + if (animateSettings.header && !fixedHeader) { + // Get the fixed header if not already set + fixedHeader = document.querySelector(animateSettings.header); + } + if (!headerHeight) { + // Get the height of a fixed header if one exists and not already set + headerHeight = getHeaderHeight(fixedHeader); + } + var endLocation = isNum ? anchor : getEndLocation(anchorElem, headerHeight, parseInt((typeof animateSettings.offset === 'function' ? animateSettings.offset(anchor, toggle) : animateSettings.offset), 10), animateSettings.clip); // Location to scroll to + var distance = endLocation - startLocation; // distance to travel + var documentHeight = getDocumentHeight(); + var timeLapsed = 0; + var start, percentage, position; + + /** + * Stop the scroll animation when it reaches its target (or the bottom/top of page) + * @param {Number} position Current position on the page + * @param {Number} endLocation Scroll to location + * @param {Number} animationInterval How much to scroll on this loop + */ + var stopAnimateScroll = function (position, endLocation) { + + // Get the current location + var currentLocation = window.pageYOffset; + + // Check if the end location has been reached yet (or we've hit the end of the document) + if (position == endLocation || currentLocation == endLocation || ((startLocation < endLocation && window.innerHeight + currentLocation) >= documentHeight)) { + + // Clear the animation timer + smoothScroll.cancelScroll(true); + + // Bring the anchored element into focus + adjustFocus(anchor, endLocation, isNum); + + // Emit a custom event + emitEvent('scrollStop', animateSettings, anchor, toggle); + + // Reset start + start = null; + animationInterval = null; + + return true; + + } + }; + + /** + * Loop scrolling animation + */ + var loopAnimateScroll = function (timestamp) { + if (!start) { start = timestamp; } + timeLapsed += timestamp - start; + percentage = (timeLapsed / parseInt(animateSettings.speed, 10)); + percentage = (percentage > 1) ? 1 : percentage; + position = startLocation + (distance * easingPattern(animateSettings, percentage)); + window.scrollTo(0, Math.floor(position)); + if (!stopAnimateScroll(position, endLocation)) { + animationInterval = window.requestAnimationFrame(loopAnimateScroll); + start = timestamp; + } + }; + + /** + * Reset position to fix weird iOS bug + * @link https://github.com/cferdinandi/smooth-scroll/issues/45 + */ + if (window.pageYOffset === 0) { + window.scrollTo(0, 0); + } + + // Update the URL + updateURL(anchor, isNum, animateSettings); + + // Emit a custom event + emitEvent('scrollStart', animateSettings, anchor, toggle); + + // Start scrolling animation + smoothScroll.cancelScroll(true); + window.requestAnimationFrame(loopAnimateScroll); + + }; + + /** + * If smooth scroll element clicked, animate scroll + */ + var clickHandler = function (event) { + + // Don't run if the user prefers reduced motion + if (reduceMotion(settings)) return; + + // Don't run if right-click or command/control + click + if (event.button !== 0 || event.metaKey || event.ctrlKey) return; + + // Check if event.target has closest() method + // By @totegi - https://github.com/cferdinandi/smooth-scroll/pull/401/ + if(!('closest' in event.target))return; + + // Check if a smooth scroll link was clicked + toggle = event.target.closest(selector); + if (!toggle || toggle.tagName.toLowerCase() !== 'a' || event.target.closest(settings.ignore)) return; + + // Only run if link is an anchor and points to the current page + if (toggle.hostname !== window.location.hostname || toggle.pathname !== window.location.pathname || !/#/.test(toggle.href)) return; + + // Get an escaped version of the hash + var hash = escapeCharacters(decode(toggle.hash)); + + // Get the anchored element + var anchor = settings.topOnEmptyHash && hash === '#' ? document.documentElement : document.querySelector(hash); + anchor = !anchor && hash === '#top' ? document.documentElement : anchor; + + // If anchored element exists, scroll to it + if (!anchor) return; + event.preventDefault(); + smoothScroll.animateScroll(anchor, toggle); + + }; + + /** + * Animate scroll on popstate events + */ + var popstateHandler = function (event) { + // Stop if history.state doesn't exist (ex. if clicking on a broken anchor link). + // fixes `Cannot read property 'smoothScroll' of null` error getting thrown. + if (history.state === null) return; + + // Only run if state is a popstate record for this instantiation + if (!history.state.smoothScroll || history.state.smoothScroll !== JSON.stringify(settings)) return; + + // Only run if state includes an anchor + if (!history.state.anchor) return; + + // Get the anchor + var anchor = document.querySelector(escapeCharacters(decode(history.state.anchor))); + if (!anchor) return; + + // Animate scroll to anchor link + smoothScroll.animateScroll(anchor, null, {updateURL: false}); + + }; + + /** + * On window scroll and resize, only run events at a rate of 15fps for better performance + */ + var resizeThrottler = function (event) { + if (!eventTimeout) { + eventTimeout = setTimeout((function() { + eventTimeout = null; // Reset timeout + headerHeight = getHeaderHeight(fixedHeader); // Get the height of a fixed header if one exists + }), 66); + } + }; + + /** + * Destroy the current initialization. + */ + smoothScroll.destroy = function () { + + // If plugin isn't already initialized, stop + if (!settings) return; + + // Remove event listeners + document.removeEventListener('click', clickHandler, false); + window.removeEventListener('resize', resizeThrottler, false); + window.removeEventListener('popstate', popstateHandler, false); + + // Cancel any scrolls-in-progress + smoothScroll.cancelScroll(); + + // Reset variables + settings = null; + anchor = null; + toggle = null; + fixedHeader = null; + headerHeight = null; + eventTimeout = null; + animationInterval = null; + + }; + + /** + * Initialize Smooth Scroll + * @param {Object} options User settings + */ + smoothScroll.init = function (options) { + + // feature test + if (!supports()) throw 'Smooth Scroll: This browser does not support the required JavaScript methods and browser APIs.'; + + // Destroy any existing initializations + smoothScroll.destroy(); + + // Selectors and variables + settings = extend(defaults, options || {}); // Merge user options with defaults + fixedHeader = settings.header ? document.querySelector(settings.header) : null; // Get the fixed header + headerHeight = getHeaderHeight(fixedHeader); + + // When a toggle is clicked, run the click handler + document.addEventListener('click', clickHandler, false); + + // If window is resized and there's a fixed header, recalculate its size + if (fixedHeader) { + window.addEventListener('resize', resizeThrottler, false); + } + + // If updateURL and popState are enabled, listen for pop events + if (settings.updateURL && settings.popstate) { + window.addEventListener('popstate', popstateHandler, false); + } + + }; + + + // + // Initialize plugin + // + + smoothScroll.init(options); + + + // + // Public APIs + // + + return smoothScroll; + + }; + + return SmoothScroll; + +})); + +/* GP */ +var gpscroll = new SmoothScroll( smooth.elements.join(), { + speed: smooth.duration, + offset: function( anchor, toggle ) { + var body = document.body, + nav = document.querySelector( '#site-navigation' ), + stickyNav = document.querySelector( '#sticky-navigation' ), + mobileHeader = document.querySelector( '#mobile-header' ), + menuToggle = document.querySelector( '.menu-toggle' ), + offset = 0; + + if ( mobileHeader && ( mobileHeader.offsetWidth || mobileHeader.offsetHeight || mobileHeader.getClientRects().length ) ) { + if ( body.classList.contains( 'mobile-header-sticky' ) ) { + offset = offset + mobileHeader.clientHeight; + } + } else if ( menuToggle && ( menuToggle.offsetWidth || menuToggle.offsetHeight || menuToggle.getClientRects().length ) ) { + if ( body.classList.contains( 'both-sticky-menu' ) || body.classList.contains( 'mobile-sticky-menu' ) ) { + if ( stickyNav ) { + offset = offset + stickyNav.clientHeight; + } else if ( nav ) { + offset = offset + nav.clientHeight; + } + } + } else if ( body.classList.contains( 'both-sticky-menu' ) || body.classList.contains( 'desktop-sticky-menu' ) ) { + if ( stickyNav ) { + offset = offset + stickyNav.clientHeight; + } else if ( nav ) { + offset = offset + nav.clientHeight; + } + } + + return offset; + } +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/general/js/smooth-scroll.min.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/js/smooth-scroll.min.js new file mode 100644 index 00000000..3f14ee24 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/general/js/smooth-scroll.min.js @@ -0,0 +1 @@ +window.Element&&!Element.prototype.closest&&(Element.prototype.closest=function(e){var t,n=(this.document||this.ownerDocument).querySelectorAll(e),o=this;do{for(t=n.length;0<=--t&&n.item(t)!==o;);}while(t<0&&(o=o.parentElement));return o}),function(){if("function"==typeof window.CustomEvent)return;function e(e,t){t=t||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),n}e.prototype=window.Event.prototype,window.CustomEvent=e}(),function(){for(var a=0,e=["ms","moz","webkit","o"],t=0;t=h)return E.cancelScroll(!0),o=t,i=u,0===(n=r)&&document.body.focus(),i||(n.focus(),document.activeElement!==n&&(n.setAttribute("tabindex","-1"),n.focus(),n.style.outline="none"),A.scrollTo(0,o)),I("scrollStop",s,r,c),!(S=m=null)},y=function(e){var t,n,o;m||(m=e),i=(p+=e-m)/parseInt(s.speed,10),a=l+f*(n=i=1 apply_filters( + 'generate_smooth_scroll_elements', + array( + '.smooth-scroll', + 'li.smooth-scroll a', + ) + ), + 'duration' => apply_filters( 'generate_smooth_scroll_duration', 800 ), + ) + ); +} + +add_filter( 'generate_option_defaults', 'generate_smooth_scroll_default' ); +/** + * Add the smooth scroll option to our defaults. + * + * @since 1.6 + * + * @param array $defaults Existing defaults. + * @return array New defaults. + */ +function generate_smooth_scroll_default( $defaults ) { + $defaults['smooth_scroll'] = false; + + return $defaults; +} + +add_action( 'customize_register', 'generate_smooth_scroll_customizer', 99 ); +/** + * Add our smooth scroll option to the Customizer. + * + * @since 1.6 + * + * @param WP_Customize_Manager $wp_customize Theme Customizer object. + */ +function generate_smooth_scroll_customizer( $wp_customize ) { + if ( ! function_exists( 'generate_get_defaults' ) ) { + return; + } + + $defaults = generate_get_defaults(); + + require_once GP_LIBRARY_DIRECTORY . 'customizer-helpers.php'; + + $wp_customize->add_setting( + 'generate_settings[smooth_scroll]', + array( + 'default' => $defaults['smooth_scroll'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_settings[smooth_scroll]', + array( + 'type' => 'checkbox', + 'label' => __( 'Smooth scroll', 'gp-premium' ), + 'description' => __( 'Initiate smooth scroll on anchor links using the smooth-scroll class.', 'gp-premium' ), + 'section' => 'generate_general_section', + ) + ); +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/gp-premium.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/gp-premium.php new file mode 100644 index 00000000..30f0beef --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/gp-premium.php @@ -0,0 +1,307 @@ +=' ) && ! defined( 'GENERATE_DISABLE_SITE_LIBRARY' ) ) { + require_once GP_PREMIUM_DIR_PATH . 'site-library/class-site-library-rest.php'; + require_once GP_PREMIUM_DIR_PATH . 'site-library/class-site-library-helper.php'; +} + +if ( is_admin() ) { + require_once GP_PREMIUM_DIR_PATH . 'inc/deprecated-admin.php'; + + if ( generatepress_is_module_active( 'generate_package_site_library', 'GENERATE_SITE_LIBRARY' ) && version_compare( PHP_VERSION, '5.4', '>=' ) && ! defined( 'GENERATE_DISABLE_SITE_LIBRARY' ) ) { + require_once GP_PREMIUM_DIR_PATH . 'site-library/class-site-library.php'; + } +} + +if ( ! function_exists( 'generate_premium_updater' ) ) { + add_action( 'admin_init', 'generate_premium_updater', 0 ); + /** + * Set up the updater + **/ + function generate_premium_updater() { + if ( ! class_exists( 'GeneratePress_Premium_Plugin_Updater' ) ) { + include GP_PREMIUM_DIR_PATH . 'library/class-plugin-updater.php'; + } + + $license_key = get_option( 'gen_premium_license_key' ); + + $edd_updater = new GeneratePress_Premium_Plugin_Updater( + 'https://generatepress.com', + __FILE__, + array( + 'version' => GP_PREMIUM_VERSION, + 'license' => trim( $license_key ), + 'item_name' => 'GP Premium', + 'author' => 'Tom Usborne', + 'url' => home_url(), + 'beta' => apply_filters( 'generate_premium_beta_tester', false ), + ) + ); + } +} + +add_filter( 'edd_sl_plugin_updater_api_params', 'generate_premium_set_updater_api_params', 10, 3 ); +/** + * Add the GeneratePress version to our updater params. + * + * @param array $api_params The array of data sent in the request. + * @param array $api_data The array of data set up in the class constructor. + * @param string $plugin_file The full path and filename of the file. + */ +function generate_premium_set_updater_api_params( $api_params, $api_data, $plugin_file ) { + /* + * Make sure $plugin_file matches your plugin's file path. You should have a constant for this + * or can use __FILE__ if this code goes in your plugin's main file. + */ + if ( __FILE__ === $plugin_file ) { + // Dynamically retrieve the current version number. + $api_params['generatepress_version'] = defined( 'GENERATE_VERSION' ) ? GENERATE_VERSION : ''; + } + + return $api_params; +} + +if ( ! function_exists( 'generate_premium_setup' ) ) { + add_action( 'after_setup_theme', 'generate_premium_setup' ); + /** + * Add useful functions to GP Premium + **/ + function generate_premium_setup() { + // This used to be in the theme but the WP.org review team asked for it to be removed. + // Not wanting people to have broken shortcodes in their widgets on update, I added it into premium. + add_filter( 'widget_text', 'do_shortcode' ); + } +} + +if ( ! function_exists( 'generate_premium_theme_information' ) ) { + add_action( 'admin_notices', 'generate_premium_theme_information' ); + /** + * Checks whether there's a theme update available and lets you know. + * Also checks to see if GeneratePress is the active theme. If not, tell them. + * + * @since 1.2.95 + **/ + function generate_premium_theme_information() { + $theme = wp_get_theme(); + + if ( 'GeneratePress' === $theme->name || 'generatepress' === $theme->template ) { + + // Get our information on updates. + // @see https://developer.wordpress.org/reference/functions/wp_prepare_themes_for_js/. + $updates = array(); + if ( current_user_can( 'update_themes' ) ) { + $updates_transient = get_site_transient( 'update_themes' ); + if ( isset( $updates_transient->response ) ) { + $updates = $updates_transient->response; + } + } + + $screen = get_current_screen(); + + // If a GeneratePress update exists, and we're not on the themes page. + // No need to tell people an update exists on the themes page, WP does that for us. + if ( isset( $updates['generatepress'] ) && 'themes' !== $screen->base ) { + printf( + '
+

%1$s %3$s

+
', + esc_html__( 'GeneratePress has an update available.', 'gp-premium' ), + esc_url( admin_url( 'themes.php' ) ), + esc_html__( 'Update now.', 'gp-premium' ) + ); + } + } else { + // GeneratePress isn't the active theme, let them know GP Premium won't work. + printf( + '
+

%1$s %2$s

+
', + esc_html__( 'GP Premium requires GeneratePress to be your active theme.', 'gp-premium' ), + esc_html__( 'Install now.', 'gp-premium' ), + esc_url( admin_url( 'theme-install.php?theme=generatepress' ) ) + ); + } + + } +} + +add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), 'generate_add_configure_action_link' ); +/** + * Show a "Configure" link in the plugin action links. + * + * @since 1.3 + * @param array $links The existing plugin row links. + */ +function generate_add_configure_action_link( $links ) { + $configuration_link = '' . __( 'Configure', 'gp-premium' ) . ''; + + return array_merge( $links, array( $configuration_link ) ); +} + +add_action( 'admin_init', 'generatepress_deactivate_standalone_addons' ); +/** + * Deactivate any standalone add-ons if they're active. + * + * @since 1.3.1 + */ +function generatepress_deactivate_standalone_addons() { + $addons = array( + 'generate-backgrounds/generate-backgrounds.php', + 'generate-blog/generate-blog.php', + 'generate-colors/generate-colors.php', + 'generate-copyright/generate-copyright.php', + 'generate-disable-elements/generate-disable-elements.php', + 'generate-hooks/generate-hooks.php', + 'generate-ie/generate-ie.php', + 'generate-menu-plus/generate-menu-plus.php', + 'generate-page-header/generate-page-header.php', + 'generate-secondary-nav/generate-secondary-nav.php', + 'generate-sections/generate-sections.php', + 'generate-spacing/generate-spacing.php', + 'generate-typography/generate-fonts.php', + ); + + deactivate_plugins( $addons ); +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/css/hooks.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/css/hooks.css new file mode 100644 index 00000000..5b981c5e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/css/hooks.css @@ -0,0 +1,59 @@ +#gp_hooks_settings .form-table td, +#gp_hooks_settings .form-table th { + padding: 30px; + background: #FFF; + display: block; + width: 100%; + box-sizing: border-box; + margin-bottom: 0; +} + +#gp_hooks_settings .form-table th { + padding-bottom: 0; +} + +#gp_hooks_settings .form-table tr { + margin-bottom: 20px; + display: block; + max-width: 100%; + border: 1px solid #e5e5e5; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); + box-sizing: border-box; +} + +.execute, div.disable { + background: none repeat scroll 0 0 #f1f1f1; + display: inline-block; + padding: 10px; + font-size: 14px; +} + +.admin-bar #gp_hooks_settings .sticky-scroll-box.fixed { + top: 52px; +} +#gp_hooks_settings .sticky-scroll-box.fixed { + position: fixed; + right: 18px; + top: 20px; +} + +.rtl #gp_hooks_settings .sticky-scroll-box.fixed { + position: fixed; + left: 18px; + right: auto; +} + +#gp_hooks_settings input[type="checkbox"] { + margin-top: 1px; + margin-right: 0px; +} + +#gp_hooks_settings .form-table { + margin-top: 0; +} + +.appearance_page_gp_hooks_settings #setting-error-true { + margin-left: 2px; + margin-right: 19px; + margin-top: 20px; +} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/js/admin.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/js/admin.js new file mode 100644 index 00000000..c4a41586 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/js/admin.js @@ -0,0 +1,38 @@ +jQuery(document).ready(function($) { + + jQuery('#hook-dropdown').on('change', function() { + var id = jQuery(this).children(":selected").attr("id"); + jQuery('#gp_hooks_settings .form-table tr').hide(); + jQuery('#gp_hooks_settings .form-table tr').eq(id).show(); + Cookies.set('remember_hook', $('#hook-dropdown option:selected').attr('id'), { expires: 90, path: '/'}); + + if ( jQuery('#hook-dropdown').val() == 'all' ) { + $('#gp_hooks_settings .form-table tr').show(); + Cookies.set('remember_hook', 'none', { expires: 90, path: '/'}); + } + + }); + + //checks if the cookie has been set + if( Cookies.get('remember_hook') === null || Cookies.get('remember_hook') === "" || Cookies.get('remember_hook') === "null" || Cookies.get('remember_hook') === "none" || Cookies.get('remember_hook') === undefined ) + { + $('#gp_hooks_settings .form-table tr').show(); + Cookies.set('remember_hook', 'none', { expires: 90, path: '/'}); + } else { + $('#hook-dropdown option[id="' + Cookies.get('remember_hook') + '"]').attr('selected', 'selected'); + $('#gp_hooks_settings .form-table tr').hide(); + $('#gp_hooks_settings .form-table tr').eq(Cookies.get('remember_hook')).show(); + } + + var top = $('.sticky-scroll-box').offset().top; + $(window).scroll(function (event) { + var y = $(this).scrollTop(); + if (y >= top) + $('.sticky-scroll-box').addClass('fixed'); + else + $('.sticky-scroll-box').removeClass('fixed'); + $('.sticky-scroll-box').width($('.sticky-scroll-box').parent().width()); + }); + +}); + diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/js/jquery.cookie.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/js/jquery.cookie.js new file mode 100644 index 00000000..e5733169 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/js/jquery.cookie.js @@ -0,0 +1,165 @@ +/*! + * JavaScript Cookie v2.1.3 + * https://github.com/js-cookie/js-cookie + * + * Copyright 2006, 2015 Klaus Hartl & Fagner Brack + * Released under the MIT license + */ +;(function (factory) { + var registeredInModuleLoader = false; + if (typeof define === 'function' && define.amd) { + define(factory); + registeredInModuleLoader = true; + } + if (typeof exports === 'object') { + module.exports = factory(); + registeredInModuleLoader = true; + } + if (!registeredInModuleLoader) { + var OldCookies = window.Cookies; + var api = window.Cookies = factory(); + api.noConflict = function () { + window.Cookies = OldCookies; + return api; + }; + } +}(function () { + function extend () { + var i = 0; + var result = {}; + for (; i < arguments.length; i++) { + var attributes = arguments[ i ]; + for (var key in attributes) { + result[key] = attributes[key]; + } + } + return result; + } + + function init (converter) { + function api (key, value, attributes) { + var result; + if (typeof document === 'undefined') { + return; + } + + // Write + + if (arguments.length > 1) { + attributes = extend({ + path: '/' + }, api.defaults, attributes); + + if (typeof attributes.expires === 'number') { + var expires = new Date(); + expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5); + attributes.expires = expires; + } + + // We're using "expires" because "max-age" is not supported by IE + attributes.expires = attributes.expires ? attributes.expires.toUTCString() : ''; + + try { + result = JSON.stringify(value); + if (/^[\{\[]/.test(result)) { + value = result; + } + } catch (e) {} + + if (!converter.write) { + value = encodeURIComponent(String(value)) + .replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent); + } else { + value = converter.write(value, key); + } + + key = encodeURIComponent(String(key)); + key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent); + key = key.replace(/[\(\)]/g, escape); + + var stringifiedAttributes = ''; + + for (var attributeName in attributes) { + if (!attributes[attributeName]) { + continue; + } + stringifiedAttributes += '; ' + attributeName; + if (attributes[attributeName] === true) { + continue; + } + stringifiedAttributes += '=' + attributes[attributeName]; + } + return (document.cookie = key + '=' + value + stringifiedAttributes); + } + + // Read + + if (!key) { + result = {}; + } + + // To prevent the for loop in the first place assign an empty array + // in case there are no cookies at all. Also prevents odd result when + // calling "get()" + var cookies = document.cookie ? document.cookie.split('; ') : []; + var rdecode = /(%[0-9A-Z]{2})+/g; + var i = 0; + + for (; i < cookies.length; i++) { + var parts = cookies[i].split('='); + var cookie = parts.slice(1).join('='); + + if (cookie.charAt(0) === '"') { + cookie = cookie.slice(1, -1); + } + + try { + var name = parts[0].replace(rdecode, decodeURIComponent); + cookie = converter.read ? + converter.read(cookie, name) : converter(cookie, name) || + cookie.replace(rdecode, decodeURIComponent); + + if (this.json) { + try { + cookie = JSON.parse(cookie); + } catch (e) {} + } + + if (key === name) { + result = cookie; + break; + } + + if (!key) { + result[name] = cookie; + } + } catch (e) {} + } + + return result; + } + + api.set = api; + api.get = function (key) { + return api.call(api, key); + }; + api.getJSON = function () { + return api.apply({ + json: true + }, [].slice.call(arguments)); + }; + api.defaults = {}; + + api.remove = function (key, attributes) { + api(key, '', extend(attributes, { + expires: -1 + })); + }; + + api.withConverter = init; + + return api; + } + + return init(function () {}); +})); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/functions.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/functions.php new file mode 100644 index 00000000..e0954f28 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/functions.php @@ -0,0 +1,542 @@ + +

%1$s %2$s

+ ', + esc_html__( 'DISALLOW_FILE_EDIT is defined. You should also disallow PHP execution in GP Hooks.', 'gp-premium' ), + esc_html__( 'Learn how', 'gp-premium' ) + ); + } + } +} + +if ( ! function_exists( 'generate_hooks_setup' ) ) { + function generate_hooks_setup() { + // Just to verify that we're activated. + } +} + +if ( ! class_exists( 'Generate_Hooks_Settings' ) ) { + class Generate_Hooks_Settings { + private $dir; + private $file; + private $assets_dir; + private $assets_url; + private $settings_base; + private $settings; + + public function __construct( $file ) { + $this->file = $file; + $this->dir = dirname( $this->file ); + $this->assets_dir = trailingslashit( $this->dir ) . 'assets'; + $this->assets_url = esc_url( trailingslashit( plugins_url( '/assets/', $this->file ) ) ); + $this->settings_base = ''; + + // Initialise settings + add_action( 'admin_init', array( $this, 'init' ) ); + + // Register plugin settings + add_action( 'admin_init' , array( $this, 'register_settings' ) ); + + // Add settings page to menu + add_action( 'admin_menu' , array( $this, 'add_menu_item' ) ); + + // Add settings link to plugins page + add_filter( 'plugin_action_links_' . plugin_basename( $this->file ) , array( $this, 'add_settings_link' ) ); + } + + /** + * Initialise settings + * @return void + */ + public function init() { + $this->settings = $this->settings_fields(); + } + + /** + * Add settings page to admin menu + * @return void + */ + public function add_menu_item() { + $page = add_theme_page( __( 'GP Hooks', 'gp-premium' ) , __( 'GP Hooks', 'gp-premium' ) , apply_filters( 'generate_hooks_capability','manage_options' ) , 'gp_hooks_settings' , array( $this, 'settings_page' ) ); + add_action( 'admin_print_styles-' . $page, array( $this, 'settings_assets' ) ); + } + + /** + * Load settings JS & CSS + * @return void + */ + public function settings_assets() { + wp_enqueue_script( 'gp-cookie', $this->assets_url . 'js/jquery.cookie.js', array( 'jquery' ), GENERATE_HOOKS_VERSION ); + wp_enqueue_script( 'gp-hooks', $this->assets_url . 'js/admin.js', array( 'jquery', 'gp-cookie' ), GENERATE_HOOKS_VERSION ); + wp_enqueue_style( 'gp-hooks', $this->assets_url . 'css/hooks.css' ); + } + + /** + * Add settings link to plugin list table + * @param array $links Existing links + * @return array Modified links + */ + public function add_settings_link( $links ) { + $settings_link = '' . __( 'GP Hooks', 'gp-premium' ) . ''; + array_push( $links, $settings_link ); + return $links; + } + + /** + * Build settings fields + * @return array Fields to be displayed on settings page + */ + private function settings_fields() { + + $settings['standard'] = array( + 'title' => '', + 'description' => '', + 'fields' => array( + array( + "name" => __( 'wp_head', 'gp-premium' ), + "id" => 'generate_wp_head', + "type" => 'textarea' + ), + + array( + "name" => __( 'Before Header', 'gp-premium' ), + "id" => 'generate_before_header', + "type" => 'textarea' + ), + + array( + "name" => __( 'Before Header Content', 'gp-premium' ), + "id" => 'generate_before_header_content', + "type" => 'textarea' + ), + + array( + "name" => __( 'After Header Content', 'gp-premium' ), + "id" => 'generate_after_header_content', + "type" => 'textarea' + ), + + array( + "name" => __( 'After Header', 'gp-premium' ), + "id" => 'generate_after_header', + "type" => 'textarea' + ), + + array( + "name" => __( 'Inside Content Container', 'gp-premium' ), + "id" => 'generate_before_main_content', + "type" => 'textarea' + ), + + array( + "name" => __( 'Before Content', 'gp-premium' ), + "id" => 'generate_before_content', + "type" => 'textarea' + ), + + array( + "name" => __( 'After Entry Title', 'gp-premium' ), + "id" => 'generate_after_entry_header', + "type" => 'textarea' + ), + + array( + "name" => __( 'After Content', 'gp-premium' ), + "id" => 'generate_after_content', + "type" => 'textarea' + ), + + array( + "name" => __( 'Before Right Sidebar Content', 'gp-premium' ), + "id" => 'generate_before_right_sidebar_content', + "type" => 'textarea' + ), + + array( + "name" => __( 'After Right Sidebar Content', 'gp-premium' ), + "id" => 'generate_after_right_sidebar_content', + "type" => 'textarea' + ), + + array( + "name" => __( 'Before Left Sidebar Content', 'gp-premium' ), + "id" => 'generate_before_left_sidebar_content', + "type" => 'textarea' + ), + + array( + "name" => __( 'After Left Sidebar Content', 'gp-premium' ), + "id" => 'generate_after_left_sidebar_content', + "type" => 'textarea' + ), + + array( + "name" => __( 'Before Footer', 'gp-premium' ), + "id" => 'generate_before_footer', + "type" => 'textarea' + ), + + array( + "name" => __( 'After Footer Widgets', 'gp-premium' ), + "id" => 'generate_after_footer_widgets', + "type" => 'textarea' + ), + + array( + "name" => __( 'Before Footer Content', 'gp-premium' ), + "id" => 'generate_before_footer_content', + "type" => 'textarea' + ), + + array( + "name" => __( 'After Footer Content', 'gp-premium' ), + "id" => 'generate_after_footer_content', + "type" => 'textarea' + ), + + array( + "name" => __( 'wp_footer', 'gp-premium' ), + "id" => 'generate_wp_footer', + "type" => 'textarea' + ) + ) + ); + + $settings = apply_filters( 'gp_hooks_settings_fields', $settings ); + + return $settings; + } + + /** + * Register plugin settings + * @return void + */ + public function register_settings() { + if ( is_array( $this->settings ) ) { + foreach( $this->settings as $section => $data ) { + + // Add section to page + add_settings_section( $section, $data['title'], array( $this, 'settings_section' ), 'gp_hooks_settings' ); + + foreach( $data['fields'] as $field ) { + + // Sanitizing isn't possible, as hooks allow any HTML, JS or PHP to be added. + // Allowing PHP can be a security issue if you have admin users who you don't trust. + // In that case, you can disable the ability to add PHP in hooks like this: define( 'GENERATE_HOOKS_DISALLOW_PHP', true ); + $validation = ''; + if( isset( $field['callback'] ) ) { + $validation = $field['callback']; + } + + // Register field + $option_name = $this->settings_base . $field['id']; + register_setting( 'gp_hooks_settings', 'generate_hooks', $validation ); + + // Add field to page + add_settings_field( 'generate_hooks[' . $field['id'] . ']', $field['name'], array( $this, 'display_field' ), 'gp_hooks_settings', $section, array( 'field' => $field ) ); + } + } + } + } + + public function settings_section( $section ) { + $html = ''; + echo $html; + } + + /** + * Generate HTML for displaying fields + * @param array $args Field data + * @return void + */ + public function display_field( $args ) { + + $field = $args['field']; + + $html = ''; + + $option_name = $this->settings_base . $field['id']; + $option = get_option( 'generate_hooks' ); + + $data = ''; + if( isset( $option[$option_name] ) ) { + $data = $option[$option_name]; + } elseif( isset( $field['default'] ) ) { + $data = $field['default']; + } + + + switch( $field['type'] ) { + + case 'textarea': + $checked = ''; + $checked2 = ''; + if( isset( $option[$field['id'] . '_php'] ) && 'true' == $option[$field['id'] . '_php'] ){ + $checked = 'checked="checked"'; + } + if( isset( $option[$field['id'] . '_disable'] ) && 'true' == $option[$field['id'] . '_disable'] ){ + $checked2 = 'checked="checked"'; + } + $html .= ''; + + if ( ! defined( 'GENERATE_HOOKS_DISALLOW_PHP' ) ) { + $html .= '
'; + } + $html .= '
'; + break; + + case 'checkbox': + + + break; + + } + + echo $html; + } + + /** + * Validate individual settings field + * @param string $data Inputted value + * @return string Validated value + */ + public function validate_field( $data ) { + if ( $data && strlen( $data ) > 0 && $data != '' ) { + $data = urlencode( strtolower( str_replace( ' ' , '-' , $data ) ) ); + } + return $data; + } + + /** + * Load settings page content + * @return void + */ + public function settings_page() { + + // Build page HTML + $html = '
'; + $html .= '
'; + $html .= '
'; + $html .= '
'; + $html .= '
'; + // Get settings fields + ob_start(); + settings_fields( 'gp_hooks_settings' ); + do_settings_sections( 'gp_hooks_settings' ); + $html .= ob_get_clean(); + $html .= '
'; + + $html .= '
'; + $html .= '
'; + $html .= '

' . __( 'GP Hooks', 'gp-premium' ) . '

'; + $html .= '
'; + $html .= '

' . __( 'Use these fields to insert anything you like throughout GeneratePress. Shortcodes are allowed, and you can even use PHP if you check the Execute PHP checkboxes.', 'gp-premium' ) . '

'; + $html .= ''; + $html .= '

'; + $html .= ''; + $html .= '

'; + $html .= '
'; + $html .= '
'; + $html .= '
'; + $html .= '
'; + $html .= '
'; + $html .= '
'; + $html .= '
'; + $html .= '
'; + + echo $html; + } + + } + $settings = new Generate_Hooks_Settings( __FILE__ ); +} + +if ( ! function_exists( 'generate_update_hooks' ) ) { + add_action( 'admin_init', 'generate_update_hooks' ); + /** + * Moving standalone db entries to generate_hooks db entry + */ + function generate_update_hooks() { + $generate_hooks = get_option( 'generate_hooks' ); + + // If we've done this before, bail + if ( ! empty( $generate_hooks ) ) { + return; + } + + // One last check + if ( 'true' == $generate_hooks['updated'] ) { + return; + } + + $hooks = generate_hooks_get_hooks(); + $generate_new_hooks = array(); + + foreach ( $hooks as $hook ) { + + $current_hook = get_option( $hook ); + + if ( isset( $current_hook ) && '' !== $current_hook ) { + + $generate_new_hooks[ $hook ] = get_option( $hook ); + $generate_new_hooks[ 'updated' ] = 'true'; + // Let's not delete the old options yet, just in case + //delete_option( $hook ); + + } + + } + + $generate_new_hook_settings = wp_parse_args( $generate_new_hooks, $generate_hooks ); + update_option( 'generate_hooks', $generate_new_hook_settings ); + + } +} + +if ( ! function_exists( 'generate_hooks_admin_errors' ) ) { + add_action( 'admin_notices', 'generate_hooks_admin_errors' ); + /** + * Add our admin notices + */ + function generate_hooks_admin_errors() { + $screen = get_current_screen(); + if ( 'appearance_page_gp_hooks_settings' !== $screen->base ) { + return; + } + + if ( isset( $_GET['settings-updated'] ) && 'true' == $_GET['settings-updated'] ) { + add_settings_error( 'generate-hook-notices', 'true', __( 'Hooks saved.', 'gp-premium' ), 'updated' ); + } + + settings_errors( 'generate-hook-notices' ); + } +} + +add_action( 'admin_head', 'generate_old_gp_hooks_fix_menu' ); +/** + * Set our current menu in the admin while in the old Page Header pages. + * + * @since 1.7 + */ +function generate_old_gp_hooks_fix_menu() { + if ( ! function_exists( 'generate_premium_do_elements' ) ) { + return; + } + + global $parent_file, $submenu_file, $post_type; + + $screen = get_current_screen(); + + if ( 'appearance_page_gp_hooks_settings' === $screen->base ) { + $parent_file = 'themes.php'; + $submenu_file = 'edit.php?post_type=gp_elements'; + } + + remove_submenu_page( 'themes.php', 'gp_hooks_settings' ); +} + +add_action( 'admin_head', 'generate_hooks_add_legacy_button', 999 ); +/** + * Add legacy buttons to our new GP Elements post type. + * + * @since 1.7 + */ +function generate_hooks_add_legacy_button() { + if ( ! function_exists( 'generate_premium_do_elements' ) ) { + return; + } + + $screen = get_current_screen(); + + if ( 'gp_elements' === $screen->post_type && 'edit' === $screen->base ) : + ?> + + $value array( + 'title' => __( 'Backgrounds', 'gp-premium' ), + 'description' => __( 'Set background images for various HTML elements.', 'gp-premium' ), + 'key' => 'generate_package_backgrounds', + 'settings' => 'generate_background_settings', + 'isActive' => 'activated' === get_option( 'generate_package_backgrounds', false ), + 'exportable' => true, + ), + 'Blog' => array( + 'title' => __( 'Blog', 'gp-premium' ), + 'description' => __( 'Set blog options like infinite scroll, masonry layouts and more.', 'gp-premium' ), + 'key' => 'generate_package_blog', + 'settings' => 'generate_blog_settings', + 'isActive' => 'activated' === get_option( 'generate_package_blog', false ), + 'exportable' => true, + ), + 'Colors' => array( + 'title' => __( 'Colors', 'gp-premium' ), + 'key' => 'generate_package_colors', + 'isActive' => 'activated' === get_option( 'generate_package_colors', false ), + ), + 'Copyright' => array( + 'title' => __( 'Copyright', 'gp-premium' ), + 'description' => __( 'Set a custom copyright message in your footer.', 'gp-premium' ), + 'key' => 'generate_package_copyright', + 'settings' => 'copyright', + 'isActive' => 'activated' === get_option( 'generate_package_copyright', false ), + 'exportable' => true, + ), + 'Disable Elements' => array( + 'title' => __( 'Disable Elements', 'gp-premium' ), + 'description' => __( 'Disable default theme elements on specific pages or inside a Layout Element.', 'gp-premium' ), + 'key' => 'generate_package_disable_elements', + 'isActive' => 'activated' === get_option( 'generate_package_disable_elements', false ), + ), + 'Elements' => array( + 'title' => __( 'Elements', 'gp-premium' ), + 'description' => __( 'Use our block editor theme builder, build advanced HTML hooks, and gain more Layout control.', 'gp-premium' ), + 'key' => 'generate_package_elements', + 'isActive' => 'activated' === get_option( 'generate_package_elements', false ), + ), + 'Hooks' => array( + 'title' => __( 'Hooks', 'gp-premium' ), + 'description' => __( 'This module has been deprecated. Please use Elements instead.', 'gp-premium' ), + 'key' => 'generate_package_hooks', + 'settings' => 'generate_hooks', + 'isActive' => 'activated' === get_option( 'generate_package_hooks', false ), + 'exportable' => true, + ), + 'Menu Plus' => array( + 'title' => __( 'Menu Plus', 'gp-premium' ), + 'description' => __( 'Set up a mobile header, sticky navigation or off-canvas panel.', 'gp-premium' ), + 'key' => 'generate_package_menu_plus', + 'settings' => 'generate_menu_plus_settings', + 'isActive' => 'activated' === get_option( 'generate_package_menu_plus', false ), + 'exportable' => true, + ), + 'Page Header' => array( + 'title' => __( 'Page Header', 'gp-premium' ), + 'description' => __( 'This module has been deprecated. Please use Elements instead.', 'gp-premium' ), + 'key' => 'generate_package_page_header', + 'settings' => 'generate_page_header_settings', + 'isActive' => 'activated' === get_option( 'generate_package_page_header', false ), + 'exportable' => true, + ), + 'Secondary Nav' => array( + 'title' => __( 'Secondary Nav', 'gp-premium' ), + 'description' => __( 'Add a fully-featured secondary navigation to your site.', 'gp-premium' ), + 'key' => 'generate_package_secondary_nav', + 'settings' => 'generate_secondary_nav_settings', + 'isActive' => 'activated' === get_option( 'generate_package_secondary_nav', false ), + 'exportable' => true, + ), + 'Sections' => array( + 'title' => __( 'Sections', 'gp-premium' ), + 'description' => __( 'This module has been deprecated. Please consider using our GenerateBlocks plugin instead.', 'gp-premium' ), + 'key' => 'generate_package_sections', + 'isActive' => 'activated' === get_option( 'generate_package_sections', false ), + ), + 'Spacing' => array( + 'title' => __( 'Spacing', 'gp-premium' ), + 'description' => __( 'Set the padding and overall spacing of your theme elements.', 'gp-premium' ), + 'key' => 'generate_package_spacing', + 'settings' => 'generate_spacing_settings', + 'isActive' => 'activated' === get_option( 'generate_package_spacing', false ), + 'exportable' => true, + ), + 'Typography' => array( + 'title' => __( 'Typography', 'gp-premium' ), + 'description' => __( 'This module has been deprecated. Switch to our dynamic typography system in Customize > General instead.', 'gp-premium' ), + 'key' => 'generate_package_typography', + 'isActive' => 'activated' === get_option( 'generate_package_typography', false ), + ), + 'WooCommerce' => array( + 'title' => __( 'WooCommerce', 'gp-premium' ), + 'description' => __( 'Add colors, typography, and layout options to your WooCommerce store.', 'gp-premium' ), + 'key' => 'generate_package_woocommerce', + 'settings' => 'generate_woocommerce_settings', + 'isActive' => 'activated' === get_option( 'generate_package_woocommerce', false ), + 'exportable' => true, + ), + ); + + if ( version_compare( PHP_VERSION, '5.4', '>=' ) && ! defined( 'GENERATE_DISABLE_SITE_LIBRARY' ) ) { + $modules['Site Library'] = array( + 'title' => __( 'Site Library', 'gp-premium' ), + 'description' => __( 'Choose from an extensive library of professionally designed starter sites.', 'gp-premium' ), + 'key' => 'generate_package_site_library', + 'isActive' => 'activated' === get_option( 'generate_package_site_library', false ), + ); + } + + if ( function_exists( 'generate_is_using_dynamic_typography' ) && generate_is_using_dynamic_typography() ) { + unset( $modules['Typography'] ); + } + + if ( version_compare( generate_premium_get_theme_version(), '3.1.0-alpha.1', '>=' ) ) { + unset( $modules['Colors'] ); + } + + $deprecated_modules = apply_filters( + 'generate_premium_deprecated_modules', + array( + 'Page Header', + 'Hooks', + 'Sections', + ) + ); + + foreach ( $deprecated_modules as $deprecated_module ) { + if ( isset( $modules[ $deprecated_module ] ) ) { + $modules[ $deprecated_module ]['deprecated'] = true; + } + } + + ksort( $modules ); + + return $modules; + } + + /** + * Get modules that can have their settings exported and imported. + */ + public static function get_exportable_modules() { + $modules = array( + 'Core' => array( + 'settings' => 'generate_settings', + 'title' => __( 'Core', 'gp-premium' ), + 'isActive' => true, + ), + ); + + foreach ( self::get_modules() as $key => $data ) { + if ( ! empty( $data['exportable'] ) && $data['isActive'] ) { + $modules[ $key ] = $data; + } + } + + return $modules; + } + + /** + * Get options using theme_mods. + */ + public static function get_theme_mods() { + $theme_mods = array( + 'font_body_variants', + 'font_body_category', + 'font_site_title_variants', + 'font_site_title_category', + 'font_site_tagline_variants', + 'font_site_tagline_category', + 'font_navigation_variants', + 'font_navigation_category', + 'font_secondary_navigation_variants', + 'font_secondary_navigation_category', + 'font_buttons_variants', + 'font_buttons_category', + 'font_heading_1_variants', + 'font_heading_1_category', + 'font_heading_2_variants', + 'font_heading_2_category', + 'font_heading_3_variants', + 'font_heading_3_category', + 'font_heading_4_variants', + 'font_heading_4_category', + 'font_heading_5_variants', + 'font_heading_5_category', + 'font_heading_6_variants', + 'font_heading_6_category', + 'font_widget_title_variants', + 'font_widget_title_category', + 'font_footer_variants', + 'font_footer_category', + 'generate_copyright', + ); + + if ( function_exists( 'generate_is_using_dynamic_typography' ) && generate_is_using_dynamic_typography() ) { + $theme_mods = array( + 'generate_copyright', + ); + } + + return $theme_mods; + } + + /** + * Get our setting keys. + */ + public static function get_setting_keys() { + return array( + 'generate_settings', + 'generate_background_settings', + 'generate_blog_settings', + 'generate_hooks', + 'generate_page_header_settings', + 'generate_secondary_nav_settings', + 'generate_spacing_settings', + 'generate_menu_plus_settings', + 'generate_woocommerce_settings', + ); + } + + /** + * Returns safely the license key. + */ + public static function get_license_key() { + $license_key = get_option( 'gen_premium_license_key', '' ); + + if ( $license_key && strlen( $license_key ) > 4 ) { + $hidden_length = strlen( $license_key ) - 4; + $safe_part = substr( $license_key, 0, 4 ); + $hidden_part = implode('', array_fill( 0, $hidden_length, '*' ) ); + + return $safe_part . $hidden_part; + } + + return $license_key; + } + + /** + * Add our scripts to the page. + */ + public function enqueue_scripts() { + if ( ! class_exists( 'GeneratePress_Dashboard' ) ) { + return; + } + + $dashboard_pages = GeneratePress_Dashboard::get_pages(); + $current_screen = get_current_screen(); + + if ( in_array( $current_screen->id, $dashboard_pages ) ) { + wp_enqueue_style( + 'generate-pro-dashboard', + GP_PREMIUM_DIR_URL . 'dist/style-dashboard.css', + array( 'wp-components' ), + GP_PREMIUM_VERSION + ); + + if ( 'appearance_page_generate-options' === $current_screen->id ) { + wp_enqueue_script( + 'generate-pro-dashboard', + GP_PREMIUM_DIR_URL . 'dist/dashboard.js', + array(), + GP_PREMIUM_VERSION, + true + ); + + wp_set_script_translations( 'generate-pro-dashboard', 'gp-premium', GP_PREMIUM_DIR_PATH . 'langs' ); + + wp_localize_script( + 'generate-pro-dashboard', + 'generateProDashboard', + array( + 'modules' => self::get_modules(), + 'exportableModules' => self::get_exportable_modules(), + 'siteLibraryUrl' => admin_url( 'themes.php?page=generatepress-library' ), + 'elementsUrl' => admin_url( 'edit.php?post_type=gp_elements' ), + 'hasWooCommerce' => class_exists( 'WooCommerce' ), + 'licenseKey' => self::get_license_key(), + 'licenseKeyStatus' => get_option( 'gen_premium_license_key_status', 'deactivated' ), + 'betaTester' => get_option( 'gp_premium_beta_testing', false ), + ) + ); + } + } + } + + /** + * Enable beta testing if our option is set. + * + * @since 2.1.0 + * @param boolean $value Whether beta testing is on or not. + */ + public function set_beta_tester( $value ) { + if ( get_option( 'gp_premium_beta_testing', false ) ) { + return true; + } + + return $value; + } + + /** + * Add the container for our start customizing app. + */ + public function module_list() { + echo '
'; + } + + /** + * Add the container for our start customizing app. + */ + public function license_key() { + echo '
'; + } + + /** + * Add the container for our start customizing app. + */ + public function import_export() { + echo '
'; + } + + /** + * Add the container for our reset app. + */ + public function reset() { + echo '
'; + } +} + +GeneratePress_Pro_Dashboard::get_instance(); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/class-rest.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/class-rest.php new file mode 100644 index 00000000..e9bffe21 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/class-rest.php @@ -0,0 +1,570 @@ +namespace . $this->version; + + register_rest_route( + $namespace, + '/modules/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'update_module' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + + register_rest_route( + $namespace, + '/license/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'update_licensing' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + + register_rest_route( + $namespace, + '/beta/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'update_beta_testing' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + + register_rest_route( + $namespace, + '/export/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'export' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + + register_rest_route( + $namespace, + '/import/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'import' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + + register_rest_route( + $namespace, + '/reset/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'reset' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + } + + /** + * Get edit options permissions. + * + * @return bool + */ + public function update_settings_permission() { + return current_user_can( 'manage_options' ); + } + + /** + * Update modules. + * + * @param WP_REST_Request $request request object. + * + * @return mixed + */ + public function update_module( WP_REST_Request $request ) { + $module_key = $request->get_param( 'key' ); + $action = $request->get_param( 'action' ); + $current_setting = get_option( $module_key, false ); + $modules = GeneratePress_Pro_Dashboard::get_modules(); + $safe_module_keys = array(); + + foreach ( $modules as $key => $data ) { + $safe_module_keys[] = $data['key']; + } + + if ( ! in_array( $module_key, $safe_module_keys ) ) { + return $this->failed( 'Bad module key.' ); + } + + $message = ''; + + if ( 'activate' === $action ) { + update_option( $module_key, 'activated' ); + $message = __( 'Module activated.', 'gp-premium' ); + } + + if ( 'deactivate' === $action ) { + update_option( $module_key, 'deactivated' ); + $message = __( 'Module deactivated.', 'gp-premium' ); + } + + return $this->success( $message ); + } + + /** + * Update licensing. + * + * @param WP_REST_Request $request request object. + * + * @return mixed + */ + public function update_licensing( WP_REST_Request $request ) { + $new_license_key = $request->get_param( 'key' ); + $old_license = get_option( 'gen_premium_license_key', '' ); + $old_status = get_option( 'gen_premium_license_key_status', 'deactivated' ); + $new_license = strpos( $new_license_key, '***' ) !== false + ? trim( $old_license ) + : trim( $new_license_key ); + + if ( $new_license ) { + $api_params = array( + 'edd_action' => 'activate_license', + 'license' => sanitize_key( $new_license ), + 'item_name' => rawurlencode( 'GP Premium' ), + 'url' => home_url(), + ); + } elseif ( $old_license && 'valid' === $old_status ) { + $api_params = array( + 'edd_action' => 'deactivate_license', + 'license' => sanitize_key( $old_license ), + 'item_name' => rawurlencode( 'GP Premium' ), + 'url' => home_url(), + ); + } + + if ( isset( $api_params ) ) { + $response = wp_remote_post( + 'https://generatepress.com', + array( + 'timeout' => 30, + 'sslverify' => false, + 'body' => $api_params, + ) + ); + + if ( is_wp_error( $response ) || 200 !== (int) wp_remote_retrieve_response_code( $response ) ) { + if ( is_object( $response ) ) { + return $this->failed( $response->get_error_message() ); + } elseif ( is_array( $response ) && isset( $response['response']['message'] ) ) { + if ( 'Forbidden' === $response['response']['message'] ) { + $message = __( '403 Forbidden. Your server is not able to communicate with generatepress.com in order to activate your license key.', 'gp-premium' ); + } else { + $message = $response['response']['message']; + } + } + } else { + $license_data = json_decode( wp_remote_retrieve_body( $response ) ); + + if ( false === $license_data->success ) { + switch ( $license_data->error ) { + case 'expired': + $message = sprintf( + /* translators: License key expiration date. */ + __( 'Your license key expired on %s.', 'gp-premium' ), + date_i18n( get_option( 'date_format' ), strtotime( $license_data->expires, current_time( 'timestamp' ) ) ) // phpcs:ignore + ); + break; + + case 'disabled': + case 'revoked': + $message = __( 'Your license key has been disabled.', 'gp-premium' ); + break; + + case 'missing': + $message = __( 'Invalid license.', 'gp-premium' ); + break; + + case 'invalid': + case 'site_inactive': + $message = __( 'Your license is not active for this URL.', 'gp-premium' ); + break; + + case 'item_name_mismatch': + /* translators: GP Premium */ + $message = sprintf( __( 'This appears to be an invalid license key for %s.', 'gp-premium' ), __( 'GP Premium', 'gp-premium' ) ); + break; + + case 'no_activations_left': + $message = __( 'Your license key has reached its activation limit.', 'gp-premium' ); + break; + + default: + $message = __( 'An error occurred, please try again.', 'gp-premium' ); + break; + } + } + } + + update_option( 'gen_premium_license_key_status', esc_attr( $license_data->license ) ); + } + + update_option( 'gen_premium_license_key', sanitize_key( $new_license ) ); + + if ( ! isset( $api_params ) ) { + return $this->success( __( 'Settings saved.', 'gp-premium' ) ); + } + + if ( ! empty( $message ) ) { + return $this->failed( $message ); + } + + return $this->success( $license_data ); + } + + /** + * Update licensing. + * + * @param WP_REST_Request $request request object. + * + * @return mixed + */ + public function update_beta_testing( WP_REST_Request $request ) { + $new_beta_tester = $request->get_param( 'beta' ); + + if ( ! empty( $new_beta_tester ) ) { + update_option( 'gp_premium_beta_testing', true, false ); + } else { + delete_option( 'gp_premium_beta_testing' ); + } + + if ( ! isset( $api_params ) ) { + return $this->success( __( 'Settings saved.', 'gp-premium' ) ); + } + + if ( ! empty( $message ) ) { + return $this->failed( $message ); + } + + return $this->success( $license_data ); + } + + /** + * Export settings. + * + * @param WP_REST_Request $request request object. + * + * @return mixed + */ + public function export( WP_REST_Request $request ) { + $exportable_modules = $request->get_param( 'items' ); + + if ( ! $exportable_modules ) { + $exportable_modules = GeneratePress_Pro_Dashboard::get_exportable_modules(); + } + + $export_type = $request->get_param( 'type' ); + + if ( 'all' === $export_type ) { + $data = array( + 'modules' => array(), + 'mods' => array(), + 'options' => array(), + ); + + $module_settings = array(); + + foreach ( $exportable_modules as $exported_module_key => $exported_module_data ) { + if ( isset( $exported_module_data['settings'] ) ) { + $module_settings[] = $exported_module_data['settings']; + } + } + + $modules = GeneratePress_Pro_Dashboard::get_modules(); + + // Export module status of the exported options. + foreach ( $modules as $module_key => $module_data ) { + if ( isset( $module_data['settings'] ) && in_array( $module_data['settings'], $module_settings ) ) { + $data['modules'][ $module_key ] = $module_data['key']; + } + } + + $theme_mods = GeneratePress_Pro_Dashboard::get_theme_mods(); + + foreach ( $theme_mods as $theme_mod ) { + if ( 'generate_copyright' === $theme_mod ) { + if ( in_array( 'copyright', $module_settings ) ) { + $data['mods'][ $theme_mod ] = get_theme_mod( $theme_mod ); + } + } else { + if ( in_array( 'generate_settings', $module_settings ) ) { + $data['mods'][ $theme_mod ] = get_theme_mod( $theme_mod ); + } + } + } + + $settings = GeneratePress_Pro_Dashboard::get_setting_keys(); + + foreach ( $settings as $setting ) { + if ( in_array( $setting, $module_settings ) ) { + $data['options'][ $setting ] = get_option( $setting ); + } + } + } + + if ( 'global-colors' === $export_type ) { + $data['global-colors'] = generate_get_option( 'global_colors' ); + } + + if ( 'typography' === $export_type ) { + $data['font-manager'] = generate_get_option( 'font_manager' ); + $data['typography'] = generate_get_option( 'typography' ); + } + + $data = apply_filters( 'generate_export_data', $data, $export_type ); + + return $this->success( $data ); + } + + /** + * Import settings. + * + * @param WP_REST_Request $request request object. + * + * @return mixed + */ + public function import( WP_REST_Request $request ) { + $settings = $request->get_param( 'import' ); + + if ( empty( $settings ) ) { + $this->failed( __( 'No settings to import.', 'gp-premium' ) ); + } + + if ( ! empty( $settings['typography'] ) ) { + $existing_settings = get_option( 'generate_settings', array() ); + $existing_settings['typography'] = $settings['typography']; + + if ( ! empty( $settings['font-manager'] ) ) { + $existing_settings['font_manager'] = $settings['font-manager']; + } + + update_option( 'generate_settings', $existing_settings ); + } elseif ( ! empty( $settings['global-colors'] ) ) { + $existing_settings = get_option( 'generate_settings', array() ); + $existing_settings['global_colors'] = $settings['global-colors']; + + update_option( 'generate_settings', $existing_settings ); + } else { + $modules = GeneratePress_Pro_Dashboard::get_modules(); + + foreach ( (array) $settings['modules'] as $key => $val ) { + if ( isset( $modules[ $key ] ) && in_array( $val, $modules[ $key ] ) ) { + update_option( $val, 'activated' ); + } + } + + foreach ( (array) $settings['mods'] as $key => $val ) { + if ( in_array( $key, GeneratePress_Pro_Dashboard::get_theme_mods() ) ) { + set_theme_mod( $key, $val ); + } + } + + foreach ( (array) $settings['options'] as $key => $val ) { + if ( in_array( $key, GeneratePress_Pro_Dashboard::get_setting_keys() ) ) { + update_option( $key, $val ); + } + } + } + + // Delete existing dynamic CSS cache. + delete_option( 'generate_dynamic_css_output' ); + delete_option( 'generate_dynamic_css_cached_version' ); + + $dynamic_css_data = get_option( 'generatepress_dynamic_css_data', array() ); + + if ( isset( $dynamic_css_data['updated_time'] ) ) { + unset( $dynamic_css_data['updated_time'] ); + } + + update_option( 'generatepress_dynamic_css_data', $dynamic_css_data ); + + return $this->success( __( 'Settings imported.', 'gp-premium' ) ); + } + + /** + * Reset settings. + * + * @param WP_REST_Request $request request object. + * + * @return mixed + */ + public function reset( WP_REST_Request $request ) { + $reset_items = $request->get_param( 'items' ); + + if ( ! $reset_items ) { + $reset_items = GeneratePress_Pro_Dashboard::get_exportable_modules(); + } + + $module_settings = array(); + + foreach ( $reset_items as $reset_module_key => $reset_module_data ) { + if ( isset( $reset_module_data['settings'] ) ) { + $module_settings[] = $reset_module_data['settings']; + } + } + + $theme_mods = GeneratePress_Pro_Dashboard::get_theme_mods(); + + foreach ( $theme_mods as $theme_mod ) { + if ( 'generate_copyright' === $theme_mod ) { + if ( in_array( 'copyright', $module_settings ) ) { + remove_theme_mod( $theme_mod ); + } + } else { + if ( in_array( 'generate_settings', $module_settings ) ) { + remove_theme_mod( $theme_mod ); + } + } + } + + $settings = GeneratePress_Pro_Dashboard::get_setting_keys(); + + foreach ( $settings as $setting ) { + if ( in_array( $setting, $module_settings ) ) { + delete_option( $setting ); + } + } + + // Delete our dynamic CSS option. + delete_option( 'generate_dynamic_css_output' ); + delete_option( 'generate_dynamic_css_cached_version' ); + + // Reset our dynamic CSS file updated time so it regenerates. + $dynamic_css_data = get_option( 'generatepress_dynamic_css_data', array() ); + + if ( isset( $dynamic_css_data['updated_time'] ) ) { + unset( $dynamic_css_data['updated_time'] ); + } + + update_option( 'generatepress_dynamic_css_data', $dynamic_css_data ); + + // Delete any GeneratePress Site CSS in Additional CSS. + $additional_css = wp_get_custom_css_post(); + + if ( ! empty( $additional_css ) ) { + $additional_css->post_content = preg_replace( '#(/\\* GeneratePress Site CSS \\*/).*?(/\\* End GeneratePress Site CSS \\*/)#s', '', $additional_css->post_content ); + wp_update_custom_css_post( $additional_css->post_content ); + } + + return $this->success( __( 'Settings reset.', 'gp-premium' ) ); + } + + /** + * Success rest. + * + * @param mixed $response response data. + * @return mixed + */ + public function success( $response ) { + return new WP_REST_Response( + array( + 'success' => true, + 'response' => $response, + ), + 200 + ); + } + + /** + * Failed rest. + * + * @param mixed $response response data. + * @return mixed + */ + public function failed( $response ) { + return new WP_REST_Response( + array( + 'success' => false, + 'response' => $response, + ), + 200 + ); + } + + /** + * Error rest. + * + * @param mixed $code error code. + * @param mixed $response response data. + * @return mixed + */ + public function error( $code, $response ) { + return new WP_REST_Response( + array( + 'error' => true, + 'success' => false, + 'error_code' => $code, + 'response' => $response, + ), + 401 + ); + } +} + +GeneratePress_Pro_Rest::get_instance(); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/deprecated-admin.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/deprecated-admin.php new file mode 100644 index 00000000..afe92537 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/deprecated-admin.php @@ -0,0 +1,790 @@ +id ) { + return true; + } + + return false; +} + +/** + * Add the Sites tab to our Dashboard tabs. + * + * @since 1.6 + * @deprecated 2.0.0 + * + * @param array $tabs Existing tabs. + * @return array New tabs. + */ +function generate_sites_dashboard_tab( $tabs ) { + $tabs['Sites'] = array( + 'name' => __( 'Site Library', 'gp-premium' ), + 'url' => admin_url( 'themes.php?page=generatepress-site-library' ), + 'class' => generate_is_sites_dashboard() ? 'active' : '', + ); + + return $tabs; +} + +/** + * Register our Site Library page. + * + * @since 1.7 + * @deprecated 2.0.0 + */ +function generate_site_library_register() { + add_submenu_page( + 'themes.php', + __( 'Site Library', 'gp-premium' ), + __( 'Site Library', 'gp-premium' ), + 'manage_options', + 'generatepress-site-library', + 'generate_sites_container' + ); +} + +/** + * Set our current menu item as the GeneratePress Dashboard. + * + * @since 1.7 + * @deprecated 2.0.0 + */ +function generate_site_library_fix_menu() { + global $parent_file, $submenu_file, $post_type; + + if ( generate_is_sites_dashboard() ) { + $parent_file = 'themes.php'; // phpcs:ignore -- Override necessary. + $submenu_file = 'generate-options'; // phpcs:ignore -- Override necessary. + } + + remove_submenu_page( 'themes.php', 'generatepress-site-library' ); +} + +/** + * Add our scripts for the site library. + * + * @since 1.8 + * @deprecated 2.0.0 + */ +function generate_sites_do_enqueue_scripts() { + if ( ! generate_is_sites_dashboard() ) { + return; + } + + $backup_data = get_option( '_generatepress_site_library_backup', array() ); + + wp_enqueue_script( + 'generate-sites-admin', + GENERATE_SITES_URL . 'assets/js/admin.js', + array( 'jquery', 'wp-util', 'updates', 'generate-sites-blazy' ), + GP_PREMIUM_VERSION, + true + ); + + wp_enqueue_script( + 'generate-sites-download', + GENERATE_SITES_URL . 'assets/js/download.js', + array( 'jquery', 'generate-sites-admin' ), + GP_PREMIUM_VERSION, + true + ); + + wp_enqueue_script( + 'generate-sites-blazy', + GENERATE_SITES_URL . 'assets/js/blazy.min.js', + array(), + GP_PREMIUM_VERSION, + true + ); + + wp_localize_script( + 'generate-sites-admin', + 'generate_sites_params', + array( + 'ajaxurl' => admin_url( 'admin-ajax.php' ), + 'nonce' => wp_create_nonce( 'generate_sites_nonce' ), + 'importing_options' => __( 'Importing options', 'gp-premium' ), + 'backing_up_options' => __( 'Backing up options', 'gp-premium' ), + 'checking_demo_content' => __( 'Checking demo content', 'gp-premium' ), + 'downloading_content' => __( 'Downloading content', 'gp-premium' ), + 'importing_content' => __( 'Importing content', 'gp-premium' ), + 'importing_site_options' => __( 'Importing site options', 'gp-premium' ), + 'importing_widgets' => __( 'Importing widgets', 'gp-premium' ), + 'activating_plugins' => __( 'Activating plugins', 'gp-premium' ), + 'installing_plugins' => __( 'Installing plugins', 'gp-premium' ), + 'automatic_plugins' => __( 'Automatic', 'gp-premium' ), + 'manual_plugins' => __( 'Manual', 'gp-premium' ), + 'home_url' => home_url(), + 'restoreThemeOptions' => __( 'Restoring theme options', 'gp-premium' ), + 'restoreSiteOptions' => __( 'Restoring site options', 'gp-premium' ), + 'restoreContent' => __( 'Removing imported content', 'gp-premium' ), + 'restorePlugins' => __( 'Deactivating imported plugins', 'gp-premium' ), + 'restoreWidgets' => __( 'Restoring widgets', 'gp-premium' ), + 'restoreCSS' => __( 'Restoring CSS', 'gp-premium' ), + 'cleanUp' => __( 'Cleaning up', 'gp-premium' ), + 'hasContentBackup' => ! empty( $backup_data['content'] ), + 'confirmRemoval' => __( 'This process makes changes to your database. If you have existing data, be sure to create a backup as a precaution.', 'gp-premium' ), + ) + ); + + wp_enqueue_style( + 'generate-sites-admin', + GENERATE_SITES_URL . 'assets/css/admin.css', + array(), + GP_PREMIUM_VERSION + ); + + wp_enqueue_style( + 'generate-premium-dashboard', + plugin_dir_url( dirname( __FILE__ ) ) . 'inc/assets/dashboard.css', + array(), + GP_PREMIUM_VERSION + ); +} + +/** + * Add a body class while in the Site Library. + * + * @since 1.8 + * @deprecated 2.0.0 + * + * @param array $classes Current body classes. + * @return array Existing and our new body classes + */ +function generate_sites_do_admin_body_classes( $classes ) { + if ( generate_is_sites_dashboard() ) { + $classes .= ' generate-sites'; + } + + return $classes; +} + +/** + * Add an opening wrapper element for our Dashboard tabs and page builder links. + * + * @since 1.8 + */ +function generate_sites_add_tabs_wrapper_open() { + echo '
'; +} + +/** + * Adds our Site dashboard container. + * + * @since 1.6 + * @deprecated 2.0.0 + */ +function generate_sites_container() { + ?> +
+
+
+
+ +
+ + +
+
+
+ '; + + if ( ! empty( $page_builders ) ) : + ?> +
+ +
+ +
+
+ + +
+ +
+ + + + +
+

+ +
+

+

+
+ +
+ + + + +
+
+ +
+ +
+ + + %2$s + +
', + esc_html( wp_create_nonce( 'refresh_sites_nonce' ) ), + __( 'Refresh Sites', 'gp-premium' ), + esc_url( admin_url( 'themes.php?page=generatepress-site-library' ) ), + __( 'Reload Page', 'gp-premium' ) + ); + ?> + + + get_post_types( array( 'public' => true ) ), + 'showposts' => -1, + 'meta_query' => array( + array( + 'key' => '_generate-select-page-header', + 'compare' => 'EXISTS', + ), + ), + ); + + $posts = get_posts( $args ); + $new_values = array(); + + foreach ( $posts as $post ) { + $page_header_id = get_post_meta( $post->ID, '_generate-select-page-header', true ); + + if ( $page_header_id ) { + $new_values[ $post->ID ] = $page_header_id; + } + } + + return $new_values; +} + +/** + * Get our Element display locations. + * + * @since 1.7 + * @deprecated 2.0.0 + * + * @return array + */ +function generate_sites_export_elements_location() { + $args = array( + 'post_type' => 'gp_elements', + 'showposts' => -1, + ); + + $posts = get_posts( $args ); + $new_values = array(); + + foreach ( $posts as $post ) { + $display_conditions = get_post_meta( $post->ID, '_generate_element_display_conditions', true ); + + if ( $display_conditions ) { + $new_values[ $post->ID ] = $display_conditions; + } + } + + return $new_values; +} + +/** + * Get our Element display locations. + * + * @since 1.7 + * @deprecated 2.0.0 + * + * @return array + */ +function generate_sites_export_elements_exclusion() { + $args = array( + 'post_type' => 'gp_elements', + 'showposts' => -1, + ); + + $posts = get_posts( $args ); + $new_values = array(); + + foreach ( $posts as $post ) { + $display_conditions = get_post_meta( $post->ID, '_generate_element_exclude_conditions', true ); + + if ( $display_conditions ) { + $new_values[ $post->ID ] = $display_conditions; + } + } + + return $new_values; +} + +/** + * List out compatible theme modules Sites can activate. + * + * @since 1.6 + * @deprecated 2.0.0 + * + * @return array + */ +function generatepress_get_site_premium_modules() { + return array( + 'Backgrounds' => 'generate_package_backgrounds', + 'Blog' => 'generate_package_blog', + 'Colors' => 'generate_package_colors', + 'Copyright' => 'generate_package_copyright', + 'Elements' => 'generate_package_elements', + 'Disable Elements' => 'generate_package_disable_elements', + 'Hooks' => 'generate_package_hooks', + 'Menu Plus' => 'generate_package_menu_plus', + 'Page Header' => 'generate_package_page_header', + 'Secondary Nav' => 'generate_package_secondary_nav', + 'Sections' => 'generate_package_sections', + 'Spacing' => 'generate_package_spacing', + 'Typography' => 'generate_package_typography', + 'WooCommerce' => 'generate_package_woocommerce', + ); +} + +/** + * Don't allow Sites to modify these options. + * + * @since 1.6 + * @deprecated 2.0.0 + * + * @return array + */ +function generatepress_sites_disallowed_options() { + return array( + 'admin_email', + 'siteurl', + 'home', + 'blog_charset', + 'blog_public', + 'current_theme', + 'stylesheet', + 'template', + 'default_role', + 'mailserver_login', + 'mailserver_pass', + 'mailserver_port', + 'mailserver_url', + 'permalink_structure', + 'rewrite_rules', + 'users_can_register', + ); +} + +/** + * Add our GeneratePress Site export checkbox to the Export module. + * + * @since 1.7 + * @deprecated 2.0.0 + */ +function generatepress_sites_add_export_checkbox() { + if ( ! apply_filters( 'generate_show_generatepress_site_export_option', false ) ) { + return; + } + ?> +
+ + + $key ) { + if ( 'activated' === get_option( $key ) ) { + $data['modules'][ $name ] = $key; + } + } + + // Site options. + $data['site_options']['nav_menu_locations'] = get_theme_mod( 'nav_menu_locations' ); + $data['site_options']['custom_logo'] = wp_get_attachment_url( get_theme_mod( 'custom_logo' ) ); + $data['site_options']['show_on_front'] = get_option( 'show_on_front' ); + $data['site_options']['page_on_front'] = get_option( 'page_on_front' ); + $data['site_options']['page_for_posts'] = get_option( 'page_for_posts' ); + + // Page header. + $data['site_options']['page_header_global_locations'] = get_option( 'generate_page_header_global_locations' ); + $data['site_options']['page_headers'] = generate_sites_export_page_headers(); + + // Elements. + $data['site_options']['element_locations'] = generate_sites_export_elements_location(); + $data['site_options']['element_exclusions'] = generate_sites_export_elements_exclusion(); + + // Custom CSS. + if ( function_exists( 'wp_get_custom_css_post' ) ) { + $data['custom_css'] = wp_get_custom_css_post()->post_content; + } + + // WooCommerce. + if ( is_plugin_active( 'woocommerce/woocommerce.php' ) ) { + $data['site_options']['woocommerce_shop_page_id'] = get_option( 'woocommerce_shop_page_id' ); + $data['site_options']['woocommerce_cart_page_id'] = get_option( 'woocommerce_cart_page_id' ); + $data['site_options']['woocommerce_checkout_page_id'] = get_option( 'woocommerce_checkout_page_id' ); + $data['site_options']['woocommerce_myaccount_page_id'] = get_option( 'woocommerce_myaccount_page_id' ); + $data['site_options']['woocommerce_single_image_width'] = get_option( 'woocommerce_single_image_width' ); + $data['site_options']['woocommerce_thumbnail_image_width'] = get_option( 'woocommerce_thumbnail_image_width' ); + $data['site_options']['woocommerce_thumbnail_cropping'] = get_option( 'woocommerce_thumbnail_cropping' ); + $data['site_options']['woocommerce_shop_page_display'] = get_option( 'woocommerce_shop_page_display' ); + $data['site_options']['woocommerce_category_archive_display'] = get_option( 'woocommerce_category_archive_display' ); + $data['site_options']['woocommerce_default_catalog_orderby'] = get_option( 'woocommerce_default_catalog_orderby' ); + } + + // Elementor. + if ( is_plugin_active( 'elementor/elementor.php' ) ) { + $data['site_options']['elementor_container_width'] = get_option( 'elementor_container_width' ); + $data['site_options']['elementor_cpt_support'] = get_option( 'elementor_cpt_support' ); + $data['site_options']['elementor_css_print_method'] = get_option( 'elementor_css_print_method' ); + $data['site_options']['elementor_default_generic_fonts'] = get_option( 'elementor_default_generic_fonts' ); + $data['site_options']['elementor_disable_color_schemes'] = get_option( 'elementor_disable_color_schemes' ); + $data['site_options']['elementor_disable_typography_schemes'] = get_option( 'elementor_disable_typography_schemes' ); + $data['site_options']['elementor_editor_break_lines'] = get_option( 'elementor_editor_break_lines' ); + $data['site_options']['elementor_exclude_user_roles'] = get_option( 'elementor_exclude_user_roles' ); + $data['site_options']['elementor_global_image_lightbox'] = get_option( 'elementor_global_image_lightbox' ); + $data['site_options']['elementor_page_title_selector'] = get_option( 'elementor_page_title_selector' ); + $data['site_options']['elementor_scheme_color'] = get_option( 'elementor_scheme_color' ); + $data['site_options']['elementor_scheme_color-picker'] = get_option( 'elementor_scheme_color-picker' ); + $data['site_options']['elementor_scheme_typography'] = get_option( 'elementor_scheme_typography' ); + $data['site_options']['elementor_space_between_widgets'] = get_option( 'elementor_space_between_widgets' ); + $data['site_options']['elementor_stretched_section_container'] = get_option( 'elementor_stretched_section_container' ); + $data['site_options']['elementor_load_fa4_shim'] = get_option( 'elementor_load_fa4_shim' ); + $data['site_options']['elementor_active_kit'] = get_option( 'elementor_active_kit' ); + } + + // Beaver Builder. + if ( is_plugin_active( 'beaver-builder-lite-version/fl-builder.php' ) || is_plugin_active( 'bb-plugin/fl-builder.php' ) ) { + $data['site_options']['_fl_builder_enabled_icons'] = get_option( '_fl_builder_enabled_icons' ); + $data['site_options']['_fl_builder_enabled_modules'] = get_option( '_fl_builder_enabled_modules' ); + $data['site_options']['_fl_builder_post_types'] = get_option( '_fl_builder_post_types' ); + $data['site_options']['_fl_builder_color_presets'] = get_option( '_fl_builder_color_presets' ); + $data['site_options']['_fl_builder_services'] = get_option( '_fl_builder_services' ); + $data['site_options']['_fl_builder_settings'] = get_option( '_fl_builder_settings' ); + $data['site_options']['_fl_builder_user_access'] = get_option( '_fl_builder_user_access' ); + $data['site_options']['_fl_builder_enabled_templates'] = get_option( '_fl_builder_enabled_templates' ); + } + + // Menu Icons. + if ( is_plugin_active( 'menu-icons/menu-icons.php' ) ) { + $data['site_options']['menu-icons'] = get_option( 'menu-icons' ); + } + + // Ninja Forms. + if ( is_plugin_active( 'ninja-forms/ninja-forms.php' ) ) { + $data['site_options']['ninja_forms_settings'] = get_option( 'ninja_forms_settings' ); + } + + // Social Warfare. + if ( is_plugin_active( 'social-warfare/social-warfare.php' ) ) { + $data['site_options']['socialWarfareOptions'] = get_option( 'socialWarfareOptions' ); + } + + // Elements Plus. + if ( is_plugin_active( 'elements-plus/elements-plus.php' ) ) { + $data['site_options']['elements_plus_settings'] = get_option( 'elements_plus_settings' ); + } + + // Ank Google Map. + if ( is_plugin_active( 'ank-google-map/ank-google-map.php' ) ) { + $data['site_options']['ank_google_map'] = get_option( 'ank_google_map' ); + } + + // GP Social Share. + if ( is_plugin_active( 'gp-social-share-svg/gp-social-share.php' ) ) { + $data['site_options']['gp_social_settings'] = get_option( 'gp_social_settings' ); + } + + // Active plugins. + $active_plugins = get_option( 'active_plugins' ); + $all_plugins = get_plugins(); + + $ignore = apply_filters( + 'generate_sites_ignore_plugins', + array( + 'gp-premium/gp-premium.php', + 'widget-importer-exporter/widget-importer-exporter.php', + ) + ); + + foreach ( $ignore as $plugin ) { + unset( $all_plugins[ $plugin ] ); + } + + $activated_plugins = array(); + + foreach ( $active_plugins as $p ) { + if ( isset( $all_plugins[ $p ] ) ) { + $activated_plugins[ $all_plugins[ $p ]['Name'] ] = $p; + } + } + + $data['plugins'] = $activated_plugins; + + return $data; + +} + +/** + * Get our sites from the site server. + * + * @since 1.12.0' + * @deprecated 2.0.0 + */ +function generate_get_sites_from_library() { + $remote_sites = get_transient( 'generatepress_sites' ); + $trusted_authors = get_transient( 'generatepress_sites_trusted_providers' ); + + if ( empty( $remote_sites ) ) { + $sites = array(); + + $data = wp_safe_remote_get( 'https://gpsites.co/wp-json/wp/v2/sites?per_page=100' ); + + if ( is_wp_error( $data ) ) { + set_transient( 'generatepress_sites', 'no results', 5 * MINUTE_IN_SECONDS ); + return; + } + + $data = json_decode( wp_remote_retrieve_body( $data ), true ); + + if ( ! is_array( $data ) ) { + set_transient( 'generatepress_sites', 'no results', 5 * MINUTE_IN_SECONDS ); + return; + } + + foreach ( (array) $data as $site ) { + $sites[ $site['name'] ] = array( + 'name' => $site['name'], + 'directory' => $site['directory'], + 'preview_url' => $site['preview_url'], + 'author_name' => $site['author_name'], + 'author_url' => $site['author_url'], + 'description' => $site['description'], + 'page_builder' => $site['page_builder'], + 'min_version' => $site['min_version'], + 'uploads_url' => $site['uploads_url'], + 'plugins' => $site['plugins'], + 'documentation' => $site['documentation'], + ); + } + + $sites = apply_filters( 'generate_add_sites', $sites ); + + set_transient( 'generatepress_sites', $sites, 24 * HOUR_IN_SECONDS ); + } + + if ( empty( $trusted_authors ) ) { + $trusted_authors = wp_safe_remote_get( 'https://gpsites.co/wp-json/sites/site' ); + + if ( is_wp_error( $trusted_authors ) || empty( $trusted_authors ) ) { + set_transient( 'generatepress_sites_trusted_providers', 'no results', 5 * MINUTE_IN_SECONDS ); + return; + } + + $trusted_authors = json_decode( wp_remote_retrieve_body( $trusted_authors ), true ); + + $authors = array(); + foreach ( (array) $trusted_authors['trusted_author'] as $author ) { + $authors[] = $author; + } + + set_transient( 'generatepress_sites_trusted_providers', $authors, 24 * HOUR_IN_SECONDS ); + } +} + +/** + * Fetch our sites and trusted authors. Stores them in their own transients. + * We use current_screen instead of admin_init so we can check what admin page we're on. + * + * @since 1.6 + * @deprecated 2.0.0 + */ +function generatepress_sites_init() { + $screen = get_current_screen(); + + if ( 'appearance_page_generate-options' === $screen->id || 'appearance_page_generatepress-site-library' === $screen->id ) { + generate_get_sites_from_library(); + } +} + +/** + * Initiate our Sites once everything has loaded. + * We use current_screen instead of admin_init so we can check what admin page we're on. + * + * @since 1.6 + * @deprecated 2.0.0 + */ +function generatepress_sites_output() { + if ( ! class_exists( 'GeneratePress_Site' ) ) { + return; // Bail if we don't have the needed class. + } + + $sites = get_transient( 'generatepress_sites' ); + + if ( empty( $sites ) || ! is_array( $sites ) ) { + add_action( 'generate_inside_sites_container', 'generatepress_sites_no_results_error' ); + return; + } + + if ( apply_filters( 'generate_sites_randomize', false ) ) { + shuffle( $sites ); + } + + foreach ( $sites as $site ) { + new GeneratePress_Site( $site ); + } +} + +/** + * Show an error message when no sites exist. + * + * @since 1.8.2 + * @deprecated 2.0.0 + */ +function generatepress_sites_no_results_error() { + printf( + '
+ %1$s %2$s +
', + __( 'No sites found.', 'gp-premium' ), + __( 'Why?', 'gp-premium' ), + 'https://docs.generatepress.com/article/site-library-unavailable/' + ); +} + +/** + * Build each site UI. + * + * @deprecated 2.0.0 + */ +class GeneratePress_Site { + /** + * Get it rockin' + * + * @param array $config The site configuration. + */ + public function __construct( $config = array() ) { + // Do nothing. + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/deprecated.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/deprecated.php new file mode 100644 index 00000000..4c713be1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/deprecated.php @@ -0,0 +1,718 @@ +current_post == 0 && $paged == 1 ) ? true : false; + + // Get our Customizer options + $generate_blog_settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + $masonry_post_width = $generate_blog_settings['masonry_width']; + + // Get our post meta option + $stored_meta = ( isset( $post ) ) ? get_post_meta( $post->ID, '_generate-blog-post-class', true ) : ''; + + // If our post meta option is set, use it + // Or else, use our Customizer option + if ( '' !== $stored_meta ) { + if ( 'width4' == $stored_meta && 'width4' == $generate_blog_settings['masonry_width'] ) { + $masonry_post_width = 'medium'; + } else { + $masonry_post_width = $stored_meta; + } + } + + // Return our width class + return apply_filters( 'generate_masonry_post_width', $masonry_post_width ); + } +} + +if ( ! function_exists( 'generate_blog_add_post_class_meta_box' ) ) { + /** + * Create our masonry meta box + * + * @deprecated 1.5 + */ + function generate_blog_add_post_class_meta_box() { + $generate_blog_settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( 'true' !== $generate_blog_settings['masonry'] ) { + return; + } + + $post_types = apply_filters( 'generate_blog_masonry_metabox', array( 'post' ) ); + + add_meta_box + ( + 'generate_blog_post_class_meta_box', // $id + __('Masonry Post Width','generate-blog'), // $title + 'generate_blog_show_post_class_metabox', // $callback + $post_types, // $page + 'side', // $context + 'default' // $priority + ); + } +} + +if ( ! function_exists( 'generate_blog_show_post_class_metabox' ) ) { + /** + * Outputs the content of the metabox + * @deprecated 1.5 + */ + function generate_blog_show_post_class_metabox( $post ) { + wp_nonce_field( basename( __FILE__ ), 'generate_blog_post_class_nonce' ); + $stored_meta = get_post_meta( $post->ID ); + + // Set defaults to avoid PHP notices + if ( isset($stored_meta['_generate-blog-post-class'][0]) ) { + $stored_meta['_generate-blog-post-class'][0] = $stored_meta['_generate-blog-post-class'][0]; + } else { + $stored_meta['_generate-blog-post-class'][0] = ''; + } + ?> +

+
+ +

+ max_num_pages; + } + + if ( ! $paged ) { + $paged = 1; + } + + $nextpage = intval( $paged ) + 1; + + if ( ! is_single() && ( $nextpage <= $max_page ) ) { + return next_posts( $max_page, false ); + } + } +} + +/** + * Fixes a bug in Safari where images with srcset won't display when using infinite scroll. + * + * @since 1.5.5 + * @deprecated 1.6 + */ +function generate_blog_disable_infinite_scroll_srcset() { + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( ! is_singular() && $settings[ 'infinite_scroll' ] ) { + add_filter( 'wp_calculate_image_srcset', '__return_empty_array' ); + } +} + +if ( ! function_exists( 'generate_blog_init' ) ) { + function generate_blog_init() { + load_plugin_textdomain( 'generate-blog', false, 'gp-premium/langs/blog/' ); + } +} + +/** + * Colors module. + */ +if ( ! function_exists( 'generate_colors_init' ) ) { + function generate_colors_init() { + load_plugin_textdomain( 'generate-colors', false, 'gp-premium/langs/colors/' ); + } +} + +if ( ! function_exists( 'generate_colors_setup' ) ) { + function generate_colors_setup() { + // Here so we can check to see if Colors is activated + } +} + +/** + * Copyright module. + */ +if ( ! function_exists( 'generate_copyright_init' ) ) { + function generate_copyright_init() { + load_plugin_textdomain( 'generate-copyright', false, 'gp-premium/langs/copyright/' ); + } +} + +/** + * Disable Elements module. + */ +if ( ! function_exists('generate_disable_elements_init') ) { + function generate_disable_elements_init() { + load_plugin_textdomain( 'disable-elements', false, 'gp-premium/langs/disable-elements/' ); + } +} + +/** + * Hooks module. + */ +if ( ! function_exists( 'generate_hooks_init' ) ) { + function generate_hooks_init() { + load_plugin_textdomain( 'generate-hooks', false, 'gp-premium/langs/hooks/' ); + } +} + +/** + * Import/Export module. + */ +if ( ! function_exists( 'generate_ie_init' ) ) { + function generate_ie_init() { + load_plugin_textdomain( 'generate-ie', false, 'gp-premium/langs/import-export/' ); + } +} + +/** + * Menu Plus module. + */ +if ( ! function_exists( 'generate_slideout_navigation_class' ) ) { + /** + * Display the classes for the slideout navigation. + * + * @since 0.1 + * @param string|array $class One or more classes to add to the class list. + */ + function generate_slideout_navigation_class( $class = '' ) { + // Separates classes with a single space, collates classes for post DIV + echo 'class="' . join( ' ', generate_get_slideout_navigation_class( $class ) ) . '"'; + } +} + +if ( ! function_exists( 'generate_get_slideout_navigation_class' ) ) { + /** + * Retrieve the classes for the slideout navigation. + * + * @since 0.1 + * @param string|array $class One or more classes to add to the class list. + * @return array Array of classes. + */ + function generate_get_slideout_navigation_class( $class = '' ) { + $classes = array(); + + if ( !empty($class) ) { + if ( !is_array( $class ) ) + $class = preg_split('#\s+#', $class); + $classes = array_merge($classes, $class); + } + + $classes = array_map('esc_attr', $classes); + + return apply_filters('generate_slideout_navigation_class', $classes, $class); + } +} + +if ( ! function_exists( 'generate_slideout_menu_class' ) ) { + /** + * Display the classes for the slideout navigation. + * + * @since 0.1 + * @param string|array $class One or more classes to add to the class list. + */ + function generate_slideout_menu_class( $class = '' ) { + // Separates classes with a single space, collates classes for post DIV + echo 'class="' . join( ' ', generate_get_slideout_menu_class( $class ) ) . '"'; + } +} + +if ( ! function_exists( 'generate_get_slideout_menu_class' ) ) { + /** + * Retrieve the classes for the slideout navigation. + * + * @since 0.1 + * @param string|array $class One or more classes to add to the class list. + * @return array Array of classes. + */ + function generate_get_slideout_menu_class( $class = '' ) { + $classes = array(); + + if ( !empty($class) ) { + if ( !is_array( $class ) ) + $class = preg_split('#\s+#', $class); + $classes = array_merge($classes, $class); + } + + $classes = array_map('esc_attr', $classes); + + return apply_filters('generate_slideout_menu_class', $classes, $class); + } +} + +if ( ! function_exists( 'generate_slideout_menu_classes' ) ) { + /** + * Adds custom classes to the menu + * @since 0.1 + */ + function generate_slideout_menu_classes( $classes ) { + $classes[] = 'slideout-menu'; + return $classes; + } +} + +if ( ! function_exists( 'generate_slideout_navigation_classes' ) ) { + /** + * Adds custom classes to the navigation + * @since 0.1 + */ + function generate_slideout_navigation_classes( $classes ){ + $slideout_effect = apply_filters( 'generate_menu_slideout_effect','overlay' ); + $slideout_position = apply_filters( 'generate_menu_slideout_position','left' ); + + $classes[] = 'main-navigation'; + $classes[] = 'slideout-navigation'; + + return $classes; + } +} + +if ( ! function_exists( 'generate_menu_plus_init' ) ) { + function generate_menu_plus_init() { + load_plugin_textdomain( 'menu-plus', false, 'gp-premium/langs/menu-plus/' ); + } +} + +if ( ! function_exists( 'generate_slideout_menu_fallback' ) ) { + /** + * Menu fallback. + * + * @param array $args + * @return string + * @since 1.1.4 + */ + function generate_slideout_menu_fallback( $args ) { + + } +} + +/** + * Page header module. + */ +if ( ! function_exists( 'generate_page_header_inside' ) ) { + /** + * Add page header inside content + * @since 0.3 + */ + function generate_page_header_inside() { + if ( ! is_page() ) { + return; + } + + if ( 'inside-content' == generate_get_page_header_location() ) { + generate_page_header_area( 'page-header-image', 'page-header-content' ); + } + } +} + +if ( ! function_exists( 'generate_page_header_single_below_title' ) ) { + /** + * Add post header below title + * @since 0.3 + */ + function generate_page_header_single_below_title() { + if ( ! is_single() ) { + return; + } + + if ( 'below-title' == generate_get_page_header_location() ) { + generate_page_header_area( 'page-header-image-single page-header-below-title', 'page-header-content-single page-header-below-title' ); + } + } +} + +if ( ! function_exists( 'generate_page_header_single_above' ) ) { + /** + * Add post header above content + * @since 0.3 + */ + function generate_page_header_single_above() { + if ( ! is_single() ) { + return; + } + + if ( 'above-content' == generate_get_page_header_location() ) { + generate_page_header_area( 'page-header-image-single', 'page-header-content-single' ); + } + } +} + +if ( ! function_exists( 'generate_page_header_single' ) ) { + /** + * Add post header inside content + * @since 0.3 + */ + function generate_page_header_single() { + $image_class = 'page-header-image-single'; + $content_class = 'page-header-content-single'; + + if ( 'below-title' == generate_get_page_header_location() ) { + $image_class = 'page-header-image-single page-header-below-title'; + $content_class = 'page-header-content-single page-header-below-title'; + } + + if ( 'inside-content' == generate_get_page_header_location() ) { + generate_page_header_area( $image_class, $content_class ); + } + } +} + +if ( ! function_exists( 'generate_page_header_init' ) ) { + function generate_page_header_init() { + load_plugin_textdomain( 'page-header', false, 'gp-premium/langs/page-header/' ); + } +} + +/** + * Secondary Navigation module. + */ +if ( ! function_exists( 'generate_secondary_nav_init' ) ) { + function generate_secondary_nav_init() { + load_plugin_textdomain( 'secondary-nav', false, 'gp-premium/langs/secondary-nav/' ); + } +} + +/** + * Sections module. + */ +if ( ! function_exists( 'generate_sections_init' ) ) { + function generate_sections_init() { + load_plugin_textdomain( 'generate-sections', false, 'gp-premium/langs/sections/' ); + } +} + +if ( ! function_exists( 'generate_sections_metabox_init' ) ) { + /* + * Enqueue styles and scripts specific to metaboxs + */ + function generate_sections_metabox_init(){ + + // I prefer to enqueue the styles only on pages that are using the metaboxes + wp_enqueue_style( 'generate-sections-metabox', plugin_dir_url( __FILE__ ) . 'wpalchemy/css/meta.css'); + wp_enqueue_style( 'generate-style-grid', get_template_directory_uri() . '/css/unsemantic-grid.css', false, GENERATE_VERSION, 'all' ); + + //make sure we enqueue some scripts just in case ( only needed for repeating metaboxes ) + wp_enqueue_script( 'jquery' ); + wp_enqueue_script( 'jquery-ui-core' ); + wp_enqueue_script( 'jquery-ui-widget' ); + wp_enqueue_script( 'jquery-ui-mouse' ); + wp_enqueue_script( 'jquery-ui-sortable' ); + wp_enqueue_style( 'wp-color-picker' ); + + // special script for dealing with repeating textareas- needs to run AFTER all the tinyMCE init scripts, so make 'editor' a requirement + wp_enqueue_script( 'generate-sections-metabox', plugin_dir_url( __FILE__ ) . 'wpalchemy/js/sections-metabox.js', array( 'jquery', 'editor', 'media-upload', 'wp-color-picker' ), GENERATE_SECTIONS_VERSION, true ); + $translation_array = array( + 'no_content_error' => __( 'Error: Content already detected in default editor.', 'gp-premium' ), + 'use_visual_editor' => __( 'Please activate the "Visual" tab in your main editor before transferring content.', 'gp-premium' ) + ); + wp_localize_script( 'generate-sections-metabox', 'generate_sections', $translation_array ); + } +} + +/** + * Spacing module. + */ +if ( ! function_exists( 'generate_spacing_init' ) ) { + function generate_spacing_init() { + load_plugin_textdomain( 'generate-spacing', false, 'gp-premium/langs/spacing/' ); + } +} + +if ( ! function_exists( 'generate_spacing_setup' ) ) { + function generate_spacing_setup() { + // Here so we can check to see if Spacing is active + } +} + +/** + * Typography module. + */ +if ( ! function_exists( 'generate_typography_init' ) ) { + function generate_typography_init() { + load_plugin_textdomain( 'generate-typography', false, 'gp-premium/langs/typography/' ); + } +} + +if ( ! function_exists( 'generate_fonts_setup' ) ) { + function generate_fonts_setup() { + // Here to check if Typography is active + } +} + +/** + * WooCommerce module. + */ +if ( ! function_exists( 'generate_woocommerce_init' ) ) { + function generate_woocommerce_init() { + load_plugin_textdomain( 'generate-woocommerce', false, 'gp-premium/langs/woocommerce/' ); + } +} + +/** + * Use text instead of an icon if essentials are in use. + * + * @since 1.3 + * @deprecated 1.6 + * + * @param string $icon Existing icon HTML. + * @return string New icon HTML. + */ +function generatepress_wc_essentials_menu_icon( $icon ) { + if ( apply_filters( 'generate_fontawesome_essentials', false ) ) { + return __( 'Cart', 'gp-premium' ); + } + + return $icon; +} + +if ( ! function_exists( 'generate_activation_styles' ) ) { + function generate_activation_styles() { + // Added to dashboard.css + } +} + +if ( ! function_exists( 'generate_verify_styles' ) ) { + function generate_verify_styles() { + // Added to dashboard.css + } +} + +if ( ! function_exists( 'generate_add_license_key_field' ) ) { + function generate_add_license_key_field() { + // Replaced by generatepress_premium_license_key_field() + } +} + +if ( ! function_exists( 'generate_premium_license_key' ) ) { + function generate_premium_license_key() { + // Replaced by generatepress_premium_license_key_field() + } +} + +if ( ! function_exists( 'generate_save_premium_license_key' ) ) { + function generate_save_premium_license_key() { + // Replaced by generatepress_premium_process_license_key() + } +} + + +if ( ! function_exists( 'generate_process_license_key' ) ) { + function generate_process_license_key() { + // Replaced by generatepress_premium_process_license_key() + } +} + +/** + * Add the Refresh sites link after the list of sites. + * + * @since 1.6 + * @deprecated 1.7 + */ +function generate_sites_refresh_link() { + if ( ! generate_is_sites_dashboard() ) { + return; + } + + printf( + '
+ %2$s +
', + wp_nonce_url( admin_url( 'themes.php?page=generate-options&area=generate-sites' ), 'refresh_sites', 'refresh_sites_nonce' ), + __( 'Refresh Sites', 'gp-premium' ) + ); +} + +/** + * Delete our sites transient if the Refresh sites link is clicked. + * + * @since 1.6 + * @deprecated 1.12.0 + */ +function generate_sites_refresh_list() { + if ( ! isset( $_GET['refresh_sites_nonce'] ) || ! wp_verify_nonce( $_GET['refresh_sites_nonce'], 'refresh_sites' ) ) { + return; + } + + delete_transient( 'generatepress_sites' ); +} + +if ( ! function_exists( 'generate_insert_import_export' ) ) { + /** + * @deprecated 1.7 + */ + function generate_insert_import_export() { + // Replaced by GeneratePress_Import_Export::build_html() + } +} + +if ( ! function_exists( 'generate_ie_import_form' ) ) { + /** + * @deprecated 1.7 + */ + function generate_ie_import_form() { + // Replaced by GeneratePress_Import_Export::build_html() + } +} + +if ( ! function_exists( 'generate_process_settings_export' ) ) { + /** + * Process a settings export that generates a .json file of the shop settings + * + * @deprecated 1.7 + */ + function generate_process_settings_export() { + // Replaced by GeneratePress_Import_Export::export() + } +} + +if ( ! function_exists( 'generate_process_settings_import' ) ) { + /** + * Process a settings import from a json file + * + * @deprecated 1.7 + */ + function generate_process_settings_import() { + // Replaced by GeneratePress_Import_Export::import() + } +} + +if ( ! function_exists( 'generate_ie_exportable' ) ) { + /** + * @deprecated 1.7 + */ + function generate_ie_exportable() { + // A check to see if other addons can add their export button + } +} + +/** + * Build our dynamic CSS. + * + * @since 1.6 + */ +function generate_menu_plus_make_css() { + // Replaced by generate_do_off_canvas_css() +} + +/** + * Enqueue our dynamic CSS. + * + * @since 1.6 + */ +function generate_menu_plus_enqueue_dynamic_css() { + // No longer needed. +} + +if ( ! function_exists( 'generate_hidden_secondary_navigation' ) && function_exists( 'is_customize_preview' ) ) { + /** + * Adds a hidden navigation if no navigation is set + * This allows us to use postMessage to position the navigation when it doesn't exist + */ + function generate_hidden_secondary_navigation() { + if ( is_customize_preview() && function_exists( 'generate_secondary_navigation_position' ) ) { + ?> +
+ +
+ $desktop, + 'tablet' => $tablet, + 'mobile' => $mobile, + 'mobile-menu' => $mobile_menu, + ) + ); + + return $queries[ $name ]; +} + +/** + * Get our CSS print method. + * + * @since 1.11.0 + */ +function generate_get_css_print_method() { + $mode = apply_filters( 'generatepress_dynamic_css_print_method', 'inline' ); + + if ( + ( function_exists( 'is_customize_preview' ) && is_customize_preview() ) + || + is_preview() + || + // AMP inlines all CSS, so inlining from the start improves CSS processing performance. + ( function_exists( 'is_amp_endpoint' ) && is_amp_endpoint() ) + ) { + return 'inline'; + } + + if ( ! defined( 'GENERATE_VERSION' ) ) { + return 'inline'; + } + + return $mode; +} + +/** + * Check to see if we have a Block Element. + * + * @since 2.0.0 + * @param string $element The type of element to check. + * @param boolean $block_element Whether it's a block element or not. + */ +function generate_has_active_element( $element, $block_element ) { + global $generate_elements; + + if ( ! empty( $generate_elements ) ) { + foreach ( (array) $generate_elements as $key => $data ) { + if ( $element === $data['type'] && $block_element === $data['is_block_element'] ) { + return true; + } + } + } + + return false; +} + +/** + * Check our GeneratePress version. + * + * @since 2.1.0 + */ +function generate_premium_get_theme_version() { + return defined( 'GENERATE_VERSION' ) ? GENERATE_VERSION : false; +} + +/** + * Remove the featured-image-active class if needed. + * + * @since 2.1.0 + */ +function generate_premium_remove_featured_image_class( $classes, $remove_class ) { + if ( $remove_class && in_array( 'featured-image-active', $classes ) ) { + $classes = array_diff( $classes, array( 'featured-image-active' ) ); + } + + return $classes; +} + +/** + * Returns the global $wp_filesystem with credentials set. + * Returns null in case of any errors. + * + * @return WP_Filesystem_Base|null + */ +function generate_premium_get_wp_filesystem() { + global $wp_filesystem; + + $success = true; + + // Initialize the file system if it has not been done yet. + if ( ! $wp_filesystem ) { + require_once ABSPATH . '/wp-admin/includes/file.php'; + + $constants = array( + 'hostname' => 'FTP_HOST', + 'username' => 'FTP_USER', + 'password' => 'FTP_PASS', + 'public_key' => 'FTP_PUBKEY', + 'private_key' => 'FTP_PRIKEY', + ); + + $credentials = array(); + + // We provide credentials based on wp-config.php constants. + // Reference https://developer.wordpress.org/apis/wp-config-php/#wordpress-upgrade-constants. + foreach ( $constants as $key => $constant ) { + if ( defined( $constant ) ) { + $credentials[ $key ] = constant( $constant ); + } + } + + $success = WP_Filesystem( $credentials ); + } + + if ( ! $success || $wp_filesystem->errors->has_errors() ) { + return null; + } + + return $wp_filesystem; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/activation.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/activation.php new file mode 100644 index 00000000..3d713e32 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/activation.php @@ -0,0 +1,623 @@ +base ) { + return; + } + + wp_enqueue_style( 'generate-premium-dashboard', plugin_dir_url( __FILE__ ) . 'assets/dashboard.css', array(), GP_PREMIUM_VERSION ); + wp_enqueue_script( 'generate-premium-dashboard', plugin_dir_url( __FILE__ ) . 'assets/dashboard.js', array( 'jquery' ), GP_PREMIUM_VERSION, true ); + + wp_localize_script( + 'generate-premium-dashboard', + 'dashboard', + array( + 'deprecated_module' => esc_attr__( 'This module has been deprecated. Deactivating it will remove it from this list.', 'gp-premium' ), + ) + ); +} + +if ( ! function_exists( 'generate_premium_notices' ) ) { + add_action( 'admin_notices', 'generate_premium_notices' ); + /* + * Set up errors and messages + */ + function generate_premium_notices() { + if ( isset( $_GET['generate-message'] ) && 'addon_deactivated' == $_GET['generate-message'] ) { + add_settings_error( 'generate-premium-notices', 'addon_deactivated', __( 'Module deactivated.', 'gp-premium' ), 'updated' ); + } + + if ( isset( $_GET['generate-message'] ) && 'addon_activated' == $_GET['generate-message'] ) { + add_settings_error( 'generate-premium-notices', 'addon_activated', __( 'Module activated.', 'gp-premium' ), 'updated' ); + } + + settings_errors( 'generate-premium-notices' ); + } +} + +if ( ! function_exists( 'generate_license_errors' ) ) { + add_action( 'admin_notices', 'generate_license_errors' ); + /* + * Set up errors and messages + */ + function generate_license_errors() { + if ( isset( $_GET['generate-message'] ) && 'deactivation_passed' == $_GET['generate-message'] ) { + add_settings_error( 'generate-license-notices', 'deactivation_passed', __( 'License deactivated.', 'gp-premium' ), 'updated' ); + } + + if ( isset( $_GET['generate-message'] ) && 'license_activated' == $_GET['generate-message'] ) { + add_settings_error( 'generate-license-notices', 'license_activated', __( 'License activated.', 'gp-premium' ), 'updated' ); + } + + if ( isset( $_GET['sl_activation'] ) && ! empty( $_GET['message'] ) ) { + + switch ( $_GET['sl_activation'] ) { + + case 'false': + $message = urldecode( $_GET['message'] ); + add_settings_error( 'generate-license-notices', 'license_failed', $message, 'error' ); + break; + + case 'true': + default: + break; + + } + } + + settings_errors( 'generate-license-notices' ); + } +} + +if ( ! function_exists( 'generate_super_package_addons' ) ) { + add_action( 'generate_options_items', 'generate_super_package_addons', 5 ); + /** + * Build the area that allows us to activate and deactivate modules. + * + * @since 0.1 + */ + function generate_super_package_addons() { + $addons = array( + 'Backgrounds' => 'generate_package_backgrounds', + 'Blog' => 'generate_package_blog', + 'Colors' => 'generate_package_colors', + 'Copyright' => 'generate_package_copyright', + 'Disable Elements' => 'generate_package_disable_elements', + 'Elements' => 'generate_package_elements', + 'Hooks' => 'generate_package_hooks', + 'Menu Plus' => 'generate_package_menu_plus', + 'Page Header' => 'generate_package_page_header', + 'Secondary Nav' => 'generate_package_secondary_nav', + 'Sections' => 'generate_package_sections', + 'Spacing' => 'generate_package_spacing', + 'Typography' => 'generate_package_typography', + 'WooCommerce' => 'generate_package_woocommerce', + ); + + if ( version_compare( PHP_VERSION, '5.4', '>=' ) && ! defined( 'GENERATE_DISABLE_SITE_LIBRARY' ) ) { + $addons['Site Library'] = 'generate_package_site_library'; + } + + if ( function_exists( 'generate_is_using_dynamic_typography' ) && generate_is_using_dynamic_typography() ) { + unset( $addons['Typography'] ); + } + + if ( version_compare( generate_premium_get_theme_version(), '3.1.0-alpha.1', '>=' ) ) { + unset( $addons['Colors'] ); + } + + ksort( $addons ); + + $addon_count = 0; + foreach ( $addons as $k => $v ) { + if ( 'activated' == get_option( $v ) ) + $addon_count++; + } + + $key = get_option( 'gen_premium_license_key_status', 'deactivated' ); + $version = ( defined( 'GP_PREMIUM_VERSION' ) ) ? GP_PREMIUM_VERSION : ''; + + ?> +
+

+
+
+
+
+
+ + + + +
+
+ $v ) : + + $key = get_option( $v ); + + if( $key == 'activated' ) { ?> +
+
+ + +
+
+ + +
+
+ +
+ +
+ type="checkbox" class="addon-checkbox" name="generate_addon_checkbox[]" value="" /> + +
+ +
+ + + + + + +
+ +
+
'; + endforeach; + ?> + +
+
+ + 'generate_package_typography', + 'Colors' => 'generate_package_colors', + 'Backgrounds' => 'generate_package_backgrounds', + 'Page Header' => 'generate_package_page_header', + 'Sections' => 'generate_package_sections', + 'Copyright' => 'generate_package_copyright', + 'Disable Elements' => 'generate_package_disable_elements', + 'Elements' => 'generate_package_elements', + 'Blog' => 'generate_package_blog', + 'Hooks' => 'generate_package_hooks', + 'Spacing' => 'generate_package_spacing', + 'Secondary Nav' => 'generate_package_secondary_nav', + 'Menu Plus' => 'generate_package_menu_plus', + 'WooCommerce' => 'generate_package_woocommerce', + ); + + if ( version_compare( PHP_VERSION, '5.4', '>=' ) && ! defined( 'GENERATE_DISABLE_SITE_LIBRARY' ) ) { + $addons['Site Library'] = 'generate_package_site_library'; + } + + foreach( $addons as $k => $v ) : + + if ( isset( $_POST[$v . '_activate_package'] ) ) { + + // If we didn't click the button, bail. + if ( ! check_admin_referer( $v . '_activate_nonce', $v . '_activate_nonce' ) ) { + return; + } + + // If we're not an administrator, bail. + if ( ! current_user_can( 'manage_options' ) ) { + return; + } + + $autoload = null; + + if ( 'generate_package_site_library' === $v ) { + $autoload = false; + } + + update_option( $v, 'activated', $autoload ); + wp_safe_redirect( admin_url( 'themes.php?page=generate-options&generate-message=addon_activated' ) ); + exit; + } + + endforeach; + } +} + +/*********************************************** +* Deactivate the plugin +***********************************************/ +if ( ! function_exists( 'generate_deactivate_super_package_addons' ) ) { + add_action( 'admin_init', 'generate_deactivate_super_package_addons' ); + + function generate_deactivate_super_package_addons() { + $addons = array( + 'Typography' => 'generate_package_typography', + 'Colors' => 'generate_package_colors', + 'Backgrounds' => 'generate_package_backgrounds', + 'Page Header' => 'generate_package_page_header', + 'Sections' => 'generate_package_sections', + 'Copyright' => 'generate_package_copyright', + 'Disable Elements' => 'generate_package_disable_elements', + 'Elements' => 'generate_package_elements', + 'Blog' => 'generate_package_blog', + 'Hooks' => 'generate_package_hooks', + 'Spacing' => 'generate_package_spacing', + 'Secondary Nav' => 'generate_package_secondary_nav', + 'Menu Plus' => 'generate_package_menu_plus', + 'WooCommerce' => 'generate_package_woocommerce', + ); + + if ( version_compare( PHP_VERSION, '5.4', '>=' ) && ! defined( 'GENERATE_DISABLE_SITE_LIBRARY' ) ) { + $addons['Site Library'] = 'generate_package_site_library'; + } + + foreach( $addons as $k => $v ) : + + if ( isset( $_POST[$v . '_deactivate_package'] ) ) { + + // If we didn't click the button, bail. + if ( ! check_admin_referer( $v . '_deactivate_nonce', $v . '_deactivate_nonce' ) ) { + return; + } + + // If we're not an administrator, bail. + if ( ! current_user_can( 'manage_options' ) ) { + return; + } + + $autoload = null; + + if ( 'generate_package_site_library' === $v ) { + $autoload = false; + } + + update_option( $v, 'deactivated', $autoload ); + wp_safe_redirect( admin_url('themes.php?page=generate-options&generate-message=addon_deactivated' ) ); + exit; + } + + endforeach; + } +} + +if ( ! function_exists( 'generate_premium_body_class' ) ) { + add_filter( 'admin_body_class', 'generate_premium_body_class' ); + /** + * Add a class or many to the body in the dashboard + */ + function generate_premium_body_class( $classes ) { + return "$classes gp_premium"; + } +} + +if ( ! function_exists( 'generate_activation_area' ) ) { + add_action( 'generate_admin_right_panel', 'generate_activation_area' ); + + function generate_activation_area() { + $license = get_option( 'gen_premium_license_key', '' ); + $key = get_option( 'gen_premium_license_key_status', 'deactivated' ); + + if ( 'valid' == $key ) { + $message = sprintf( '%s', __( 'Receiving updates', 'gp-premium' ) ); + } else { + $message = sprintf( '%s', __( 'Not receiving updates', 'gp-premium' ) ); + } + ?> +
+
+

+ + + + [?] + +

+ +
+
+

+ +

+ +

> + /> + +

+ + + +
+
+
+
+ 'activate_license', + 'license' => $new, + 'item_name' => urlencode( 'GP Premium' ), + 'url' => home_url() + ); + } + + // If we don't have a value (it's been cleared), run deactivation. + if ( '' == $new && 'valid' == get_option( 'gen_premium_license_key_status' ) ) { + $api_params = array( + 'edd_action' => 'deactivate_license', + 'license' => $old, + 'item_name' => urlencode( 'GP Premium' ), + 'url' => home_url() + ); + } + + // Nothing? Get out of here. + if ( ! isset( $api_params ) ) { + wp_safe_redirect( admin_url( 'themes.php?page=generate-options' ) ); + exit; + } + + // Phone home. + $license_response = wp_remote_post( 'https://generatepress.com', array( + 'timeout' => 60, + 'sslverify' => false, + 'body' => $api_params + ) ); + + // Make sure the response came back okay. + if ( is_wp_error( $license_response ) || 200 !== wp_remote_retrieve_response_code( $license_response ) ) { + if ( is_object( $license_response ) ) { + $message = $license_response->get_error_message(); + } elseif ( is_array( $license_response ) && isset( $license_response['response']['message'] ) ) { + if ( 'Forbidden' === $license_response['response']['message'] ) { + $message = __( '403 Forbidden. Your server is not able to communicate with generatepress.com in order to activate your license key.', 'gp-premium' ); + } else { + $message = $license_response['response']['message']; + } + } + } else { + + // Still here? Decode our response. + $license_data = json_decode( wp_remote_retrieve_body( $license_response ) ); + + if ( false === $license_data->success ) { + + switch ( $license_data->error ) { + + case 'expired' : + + $message = sprintf( + __( 'Your license key expired on %s.', 'gp-premium' ), + date_i18n( get_option( 'date_format' ), strtotime( $license_data->expires, current_time( 'timestamp' ) ) ) + ); + break; + + case 'revoked' : + + $message = __( 'Your license key has been disabled.', 'gp-premium' ); + break; + + case 'missing' : + + $message = __( 'Invalid license.', 'gp-premium' ); + break; + + case 'invalid' : + case 'site_inactive' : + + $message = __( 'Your license is not active for this URL.', 'gp-premium' ); + break; + + case 'item_name_mismatch' : + + $message = __( 'This appears to be an invalid license key for GP Premium.', 'gp-premium' ); + break; + + case 'no_activations_left': + + $message = __( 'Your license key has reached its activation limit.', 'gp-premium' ); + break; + + default : + + $message = __( 'An error occurred, please try again.', 'gp-premium' ); + break; + } + + } + + } + + // Check if anything passed on a message constituting a failure + if ( ! empty( $message ) ) { + delete_option( 'gen_premium_license_key_status' ); + $base_url = admin_url( 'themes.php?page=generate-options' ); + $redirect = add_query_arg( array( 'sl_activation' => 'false', 'message' => urlencode( $message ) ), esc_url( $base_url ) ); + wp_redirect( $redirect ); + exit(); + } + + // Update our license key status + update_option( 'gen_premium_license_key_status', $license_data->license ); + + if ( 'valid' == $license_data->license ) { + // Validated, go tell them + wp_safe_redirect( admin_url( 'themes.php?page=generate-options&generate-message=license_activated' ) ); + exit; + } elseif ( 'deactivated' == $license_data->license ) { + // Deactivated, go tell them + wp_safe_redirect( admin_url( 'themes.php?page=generate-options&generate-message=deactivation_passed' ) ); + exit; + } else { + // Failed, go tell them + wp_safe_redirect( admin_url( 'themes.php?page=generate-options&generate-message=license_failed' ) ); + exit; + } + } +} + +if ( ! function_exists( 'generate_license_missing' ) ) { + add_action( 'in_plugin_update_message-gp-premium/gp-premium.php', 'generate_license_missing', 10, 2 ); + /** + * Add a message to the plugin update area if no license key is set + */ + function generate_license_missing() { + $license = get_option( 'gen_premium_license_key_status' ); + + if ( 'valid' !== $license ) { + echo ' ' . __( 'Enter valid license key for automatic updates.', 'gp-premium' ) . ''; + } + } +} + +add_filter( 'generate_premium_beta_tester', 'generatepress_premium_beta_tester' ); +/** + * Enable beta testing if our option is set. + * + * @since 1.6 + */ +function generatepress_premium_beta_tester( $value ) { + if ( get_option( 'gp_premium_beta_testing', false ) ) { + return true; + } + + return $value; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/assets/dashboard.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/assets/dashboard.css new file mode 100644 index 00000000..700993cb --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/assets/dashboard.css @@ -0,0 +1,199 @@ +.generatepress-dashboard-tabs { + margin-bottom: 40px; +} + +.generatepress-dashboard-tabs a { + background-color: rgba(255,255,255,0.5); + border: 1px solid #ddd; + padding: 10px 15px; + cursor: pointer; + color: #222; + display: inline-block; + text-decoration: none; +} + +.generatepress-dashboard-tabs a:not(:last-child) { + border-right: 0; +} + +.generatepress-dashboard-tabs a.active { + background-color: #ffffff; + border-color: #ccc; + font-weight: 500; +} + +input#generate-select-all, +.addon-checkbox { + margin-right: 15px !important; +} +.gp-premium-version, +.gp-addon-count { + display: block; + color:#ccc; +} + +.addon-container:before, +.addon-container:after { + content: "."; + display: block; + overflow: hidden; + visibility: hidden; + font-size: 0; + line-height: 0; + width: 0; + height: 0; +} + +.addon-container:after { + clear: both; +} + +.premium-addons .gp-clear { + margin: 0 !important; + border: 0; + padding: 0 !important; +} + +.premium-addons .add-on.gp-clear { + padding: 15px !important; + margin: 0 !important; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset; +} + +.premium-addons .add-on:last-child { + border: 0 !important; +} + +.addon-action { + float: right; + clear: right; +} + +.addon-name { + float: left; +} + +.premium-addons .add-on.gp-clear.activated { + background-color:#F7FCFE !important; + border-left: 5px solid #2EA2CC !important; + font-weight: bold; + padding-left: 10px !important; +} + +.premium-addons .addon-action input[type="submit"], +.premium-addons .addon-action input[type="submit"]:visited { + background: none; + border: 0; + color: #0d72b2; + padding: 0; + font-size: inherit; + cursor: pointer; + box-shadow: 0 0 0 transparent; +} + +.premium-addons .addon-action input[type="submit"]:hover, +.premium-addons .addon-action input[type="submit"]:focus { + background: none; + border: 0; + color: #0f92e5; + padding: 0; + font-size: inherit; + box-shadow: 0 0 0 transparent; +} + +.premium-addons input[type="submit"].hide-customizer-button, +.premium-addons input[type="submit"]:visited.hide-customizer-button { + color: #a00; + font-weight: normal; +} + +.premium-addons input[type="submit"]:hover.hide-customizer-button, +.premium-addons input[type="submit"]:focus.hide-customizer-button { + color: red; + font-weight: normal; +} + +.premium-addons input[type="submit"].hide-customizer-button { + display: none; +} + +.premium-addons .add-on.activated:hover input[type="submit"].hide-customizer-button { + display: inline; +} + +.gp_premium input[name="generate_activate_all"] { + display: none; +} + +.email-container .addon-name { + width: 75%; + min-width: 150px; +} + +.license-key-container { + margin-bottom:15px; +} + +.license-key-container:last-child { + margin:0; +} + +.license-key-info { + float: right; + text-decoration: none; +} + +.license-key-container label { + font-size: 11px; + font-weight: normal; + color: #777; + display: inline-block; + margin-bottom: 0; +} + +.status { + position: absolute; + right:10px; + top:-1px; + background:rgba(255,255,255,0.9); +} + +.license-key-input { + width:100%; + box-sizing:border-box; + padding:10px; +} + +.license-key-input::-webkit-credentials-auto-fill-button { + visibility: hidden; + pointer-events: none; + position: absolute; + right: 0; +} + +.license-key-button { + position:relative; + top:1px; + width:100%; + box-sizing:border-box; + padding: 10px !important; + height:auto !important; + line-height:normal !important; +} + +.license-key-message { + font-size: 80%; + font-weight: normal; +} + +.license-key-message.receiving-updates { + color: green; +} + +.license-key-message.not-receiving-updates { + color: red; +} + +.mass-activate-select { + margin-top: 0; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/assets/dashboard.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/assets/dashboard.js new file mode 100644 index 00000000..e789014f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/assets/dashboard.js @@ -0,0 +1,48 @@ +jQuery( function( $ ) { + $( '#generate-select-all' ).on( 'click', function() { + if ( this.checked ) { + $( '.addon-checkbox:not(:disabled)' ).each( function() { + this.checked = true; + } ); + } else { + $( '.addon-checkbox' ).each( function() { + this.checked = false; + } ); + } + } ); + + $( '#generate_license_key_gp_premium' ).on( 'input', function() { + if ( '' !== $.trim( this.value ) ) { + $( '.beta-testing-container' ).show(); + } else { + $( '.beta-testing-container' ).hide(); + } + } ); + + $( 'input[name="generate_package_hooks_deactivate_package"]' ).on( 'click', function() { + // eslint-disable-next-line no-alert + var check = confirm( dashboard.deprecated_module ); + + if ( ! check ) { + return false; + } + } ); + + $( 'input[name="generate_package_page_header_deactivate_package"]' ).on( 'click', function() { + // eslint-disable-next-line no-alert + var check = confirm( dashboard.deprecated_module ); + + if ( ! check ) { + return false; + } + } ); + + $( 'input[name="generate_package_sections_deactivate_package"]' ).on( 'click', function() { + // eslint-disable-next-line no-alert + var check = confirm( dashboard.deprecated_module ); + + if ( ! check ) { + return false; + } + } ); +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/dashboard.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/dashboard.php new file mode 100644 index 00000000..2ea4d584 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/dashboard.php @@ -0,0 +1,47 @@ + array( + 'name' => __( 'Modules', 'gp-premium' ), + 'url' => admin_url( 'themes.php?page=generate-options' ), + 'class' => 'appearance_page_generate-options' === $screen->id ? 'active' : '', + ), + ) ); + + // Don't print any markup if we only have one tab. + if ( count( $tabs ) === 1 ) { + return; + } + ?> +
+ %3$s', + esc_url( $tab['url'] ), + esc_attr( $tab['class'] ), + esc_html( $tab['name'] ) + ); + } + ?> +
+ +
+

+
+
+

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+

+ + '' ) ); ?> +

+
+ +

+
+

+ +

+

+ + + '' ) ); ?> +

+
+
+
+ array(), + 'mods' => array(), + 'options' => array(), + ); + + foreach ( $modules as $name => $value ) { + if ( 'activated' === get_option( $value ) ) { + $data['modules'][ $name ] = $value; + } + } + + foreach ( $theme_mods as $theme_mod ) { + if ( 'generate_copyright' === $theme_mod ) { + if ( in_array( 'copyright', $_POST['module_group'] ) ) { + $data['mods'][ $theme_mod ] = get_theme_mod( $theme_mod ); + } + } else { + if ( in_array( 'generate_settings', $_POST['module_group'] ) ) { + $data['mods'][ $theme_mod ] = get_theme_mod( $theme_mod ); + } + } + } + + foreach ( $settings as $setting ) { + if ( in_array( $setting, $_POST['module_group'] ) ) { + $data['options'][ $setting ] = get_option( $setting ); + } + } + + $data = apply_filters( 'generate_export_data', $data ); + + nocache_headers(); + header( 'Content-Type: application/json; charset=utf-8' ); + header( 'Content-Disposition: attachment; filename=generate-settings-export-' . date( 'Ymd' ) . '.json' ); // phpcs:ignore -- Prefer date(). + header( 'Expires: 0' ); + + echo wp_json_encode( $data ); + exit; + } + + /** + * Import our exported file. + * + * @since 1.7 + */ + public static function import() { + if ( empty( $_POST['generate_action'] ) || 'import_settings' !== $_POST['generate_action'] ) { + return; + } + + if ( ! wp_verify_nonce( $_POST['generate_import_nonce'], 'generate_import_nonce' ) ) { + return; + } + + if ( ! current_user_can( 'manage_options' ) ) { + return; + } + + $filename = $_FILES['import_file']['name']; + $extension = end( explode( '.', $_FILES['import_file']['name'] ) ); + + if ( 'json' !== $extension ) { + wp_die( __( 'Please upload a valid .json file', 'gp-premium' ) ); + } + + $import_file = $_FILES['import_file']['tmp_name']; + + if ( empty( $import_file ) ) { + wp_die( __( 'Please upload a file to import', 'gp-premium' ) ); + } + + // Retrieve the settings from the file and convert the json object to an array. + $settings = json_decode( file_get_contents( $import_file ), true ); // phpcs:ignore -- file_get_contents() is fine here. + + foreach ( (array) $settings['modules'] as $key => $val ) { + if ( in_array( $val, self::get_modules() ) ) { + update_option( $val, 'activated' ); + } + } + + foreach ( (array) $settings['mods'] as $key => $val ) { + if ( in_array( $key, self::get_theme_mods() ) ) { + set_theme_mod( $key, $val ); + } + } + + foreach ( (array) $settings['options'] as $key => $val ) { + if ( in_array( $key, self::get_settings() ) ) { + update_option( $key, $val ); + } + } + + // Delete existing dynamic CSS cache. + delete_option( 'generate_dynamic_css_output' ); + delete_option( 'generate_dynamic_css_cached_version' ); + + $dynamic_css_data = get_option( 'generatepress_dynamic_css_data', array() ); + + if ( isset( $dynamic_css_data['updated_time'] ) ) { + unset( $dynamic_css_data['updated_time'] ); + } + + update_option( 'generatepress_dynamic_css_data', $dynamic_css_data ); + + wp_safe_redirect( admin_url( 'admin.php?page=generate-options&status=imported' ) ); + exit; + } + + /** + * List out our available modules. + * + * @since 1.7 + */ + public static function get_modules() { + return array( + 'Backgrounds' => 'generate_package_backgrounds', + 'Blog' => 'generate_package_blog', + 'Colors' => 'generate_package_colors', + 'Copyright' => 'generate_package_copyright', + 'Elements' => 'generate_package_elements', + 'Disable Elements' => 'generate_package_disable_elements', + 'Hooks' => 'generate_package_hooks', + 'Menu Plus' => 'generate_package_menu_plus', + 'Page Header' => 'generate_package_page_header', + 'Secondary Nav' => 'generate_package_secondary_nav', + 'Sections' => 'generate_package_sections', + 'Spacing' => 'generate_package_spacing', + 'Typography' => 'generate_package_typography', + 'WooCommerce' => 'generate_package_woocommerce', + ); + } + + /** + * List our our set theme mods. + * + * @since 1.7 + */ + public static function get_theme_mods() { + return array( + 'font_body_variants', + 'font_body_category', + 'font_site_title_variants', + 'font_site_title_category', + 'font_site_tagline_variants', + 'font_site_tagline_category', + 'font_navigation_variants', + 'font_navigation_category', + 'font_secondary_navigation_variants', + 'font_secondary_navigation_category', + 'font_buttons_variants', + 'font_buttons_category', + 'font_heading_1_variants', + 'font_heading_1_category', + 'font_heading_2_variants', + 'font_heading_2_category', + 'font_heading_3_variants', + 'font_heading_3_category', + 'font_heading_4_variants', + 'font_heading_4_category', + 'font_heading_5_variants', + 'font_heading_5_category', + 'font_heading_6_variants', + 'font_heading_6_category', + 'font_widget_title_variants', + 'font_widget_title_category', + 'font_footer_variants', + 'font_footer_category', + 'generate_copyright', + ); + } + + /** + * List out our available settings. + * + * @since 1.7 + */ + public static function get_settings() { + return array( + 'generate_settings', + 'generate_background_settings', + 'generate_blog_settings', + 'generate_hooks', + 'generate_page_header_settings', + 'generate_secondary_nav_settings', + 'generate_spacing_settings', + 'generate_menu_plus_settings', + 'generate_woocommerce_settings', + ); + } +} + +GeneratePress_Import_Export::get_instance(); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/reset.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/reset.php new file mode 100644 index 00000000..bdcdca6f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/reset.php @@ -0,0 +1,273 @@ + +
+

+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+

+ esc_js( $warning ), + 'id' => '', + ) + ); + ?> +

+
+
+
+ array(), + 'options' => array(), + ); + + foreach ( $theme_mods as $theme_mod ) { + if ( 'generate_copyright' === $theme_mod ) { + if ( in_array( 'copyright', $_POST['module_group'] ) ) { + remove_theme_mod( $theme_mod ); + } + } else { + if ( in_array( 'generate_settings', $_POST['module_group'] ) ) { + remove_theme_mod( $theme_mod ); + } + } + } + + foreach ( $settings as $setting ) { + if ( in_array( $setting, $_POST['module_group'] ) ) { + delete_option( $setting ); + } + } + + // Delete our dynamic CSS option. + delete_option( 'generate_dynamic_css_output' ); + delete_option( 'generate_dynamic_css_cached_version' ); + + // Reset our dynamic CSS file updated time so it regenerates. + $dynamic_css_data = get_option( 'generatepress_dynamic_css_data', array() ); + + if ( isset( $dynamic_css_data['updated_time'] ) ) { + unset( $dynamic_css_data['updated_time'] ); + } + + update_option( 'generatepress_dynamic_css_data', $dynamic_css_data ); + + // Delete any GeneratePress Site CSS in Additional CSS. + $additional_css = wp_get_custom_css_post(); + + if ( ! empty( $additional_css ) ) { + $additional_css->post_content = preg_replace( '#(/\\* GeneratePress Site CSS \\*/).*?(/\\* End GeneratePress Site CSS \\*/)#s', '', $additional_css->post_content ); + wp_update_custom_css_post( $additional_css->post_content ); + } + + wp_safe_redirect( admin_url( 'themes.php?page=generate-options&status=reset' ) ); + exit; +} + +add_action( 'admin_head', 'generate_reset_options_css', 100 ); +/** + * Add CSS to the dashboard. + */ +function generate_reset_options_css() { + $screen = get_current_screen(); + + if ( ! is_object( $screen ) ) { + return; + } + + if ( 'appearance_page_generate-options' !== $screen->base ) { + return; + } + ?> + + base ) { + return; + } + ?> + + >U{P3tTw@3WF8MM}S`f&jJ4lJQw^k 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 literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-da_DK.mo b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-da_DK.mo new file mode 100644 index 0000000000000000000000000000000000000000..2d9a4edbf9adf83e2bdd75c9413fce508934b543 GIT binary patch literal 28026 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 literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_AR.mo b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_AR.mo new file mode 100644 index 0000000000000000000000000000000000000000..d0736cec1f42425560094042f7067dd96bbd64d1 GIT binary patch literal 26952 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 literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-42da344ccb044413769d16ed3484307b.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-42da344ccb044413769d16ed3484307b.json new file mode 100644 index 00000000..1d7ad859 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-42da344ccb044413769d16ed3484307b.json @@ -0,0 +1 @@ +{"translation-revision-date":"2022-08-18 07:05:04+0000","generator":"WP-CLI\/2.6.0","source":"dist\/block-elements.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=n != 1;"},"Loop Template":[""],"The taxonomy to check if in the same term.":["La taxonom\u00eda a buscar si est\u00e1 en el mismo t\u00e9rmino."],"Check for posts with the same term as the current post.":["Busque publicaciones con el mismo t\u00e9rmino que la publicaci\u00f3n actual."],"Remove container condition":["Eliminar el estado del contenedor"],"Display Order":["Mostrar orden"],"Parent Element":["Elemento superior"],"First post":["Primera entrada"],"No post meta":["Sin meta de entrada"],"No featured image":["Sin imagen destacada"],"Keep default archive navigation container":["Manten el contenedor de navegaci\u00f3n de archivado predeterminado"],"Disable default pagination":["Desactivar la paginaci\u00f3n predeterminada"],"Add default archive navigation container":["A\u00f1adir contenedor de navegaci\u00f3n de archivado predeterminado"],"Disable default post navigation":["Deshabilita la navegaci\u00f3n de entrada predeterminada"],"Use the above template tag to add the current year to your footer.":["Utiliza la etiqueta de plantilla anterior para agregar el a\u00f1o actual a su pie de p\u00e1gina."],"Current year template tag":["Etiqueta de plantilla del a\u00f1o actual"],"Disable primary post meta":["Desactivar el meta de la publicaci\u00f3n principal"],"Disable featured image":["Desactivar imagen destacada"],"Disable title":["Deshabilitar t\u00edtulo"],"Keep default post container":["Mantener el contenedor de correos predeterminado"],"Post meta name":["Nombre de la entrada meta"],"Term name":["Nombre del t\u00e9mino"],"Posts with custom field":["Entradas con campo personalizado"],"Posts with term":["Entradas con t\u00e9rminos"],"All posts":["Todas las entradas"],"Apply to":["Aplicar a"],"Tag name":["Nombre de la etiqueta"],"Replace default secondary post meta":["Reemplazar meta secundario predeterminado"],"Replace default primary post meta":["Reemplazar meta de poste principal predeterminado"],"Custom hook name":["Nombre del gancho personalizado"],"Choose your hook":["Elige tu gancho"],"Hook name":["Nombre del gancho"],"Quick hook select":["Selecci\u00f3n de gancho r\u00e1pido"],"Before post title":["Antes del t\u00edtulo"],"After post title":["Despu\u00e9s del t\u00edtulo"],"This Element will replace your site footer area that holds your copyright message. It will not replace footer widgets if they exist.":["Este elemento reemplazar\u00e1 el \u00e1rea de pie de p\u00e1gina del sitio que contiene su mensaje de derechos de autor. No reemplazar\u00e1 los widgets de pie de p\u00e1gina si existen."],"Templates":["Plantillas"],"Element type":["Tipo de elemento"],"Editor width":["Ancho del editor"],"Install GenerateBlocks":["Instalar GenerateBlocks"],"Activate GenerateBlocks":["Activar GenerateBlocks"],"To take full advantage of Block Elements, we suggest using our GenerateBlocks plugin.":["Para aprovechar al m\u00e1ximo Block Elements, sugerimos usar nuestro plugin GenerateBlocks."],"Block Element":["Elemento de bloque"],"After content container":["Contenedor de contenido posterior"],"After content":["Despu\u00e9s del contenido"],"Before content":["Antes del contenido"],"Before content container":["Antes del contenedor de contenido"],"After header":["Despu\u00e9s de la cabecera"],"label\u0004Single post hero with excerpt":["Entrada simple hero con extracto"],"label\u0004Basic single post page hero":["P\u00e1gina hero con entrada simple b\u00e1sica"],"label\u0004Rounded buttons with icon":["Botones redondeados con icono"],"label\u0004Default next and previous buttons":["Botones predeterminados siguientes y anteriores"],"label\u0004Landscape layout":["Dise\u00f1o del paisaje"],"label\u0004Layout with offset content":["Dise\u00f1o con contenido offset"],"label\u0004Basic layout with term buttons":["Dise\u00f1o b\u00e1sico con botones de t\u00e9rminos"],"label\u0004Full footer 2":["Pie de p\u00e1gina completo 2"],"label\u0004Full footer 1":["Pie de p\u00e1gina completo 1"],"label\u0004Term buttons":["Botones de t\u00e9rminos"],"label\u0004Stacked with avatar":["Apilado con avatar"],"label\u0004Inline with avatar":["En l\u00ednea con avatar"],"label\u0004Two columns with background overlays":["Dos columnas con superposiciones de fondo"],"label\u0004Two columns with arrows":["Dos columnas con flechas"],"label\u0004Two columns with featured image":["Dos columnas con imagen destacada"],"%s Units":["Unidades de %s"],"A size unit for CSS markup\u0004Degree":["Grado"],"A size unit for CSS markup\u0004Percentage":["Porcentaje"],"A size unit for CSS markup\u0004Em":["Em"],"A size unit for CSS markup\u0004Pixel":["P\u00edxel"],"Select Units":["Seleccionar unidades"],"Displays a dynamic image from your chosen source.":["Muestra una imagen din\u00e1mica del origen elegido."],"Dynamic Image":["Imagen din\u00e1mica"],"Dynamic image placeholder":["Marcador de posici\u00f3n din\u00e1mico de la imagen"],"Choose your dynamic image type.":["Elige el tipo de imagen din\u00e1mica."],"Dynamic image":["Imagen din\u00e1mica"],"Make image rounded":["Hacer imagen redondeada"],"Custom field name":["Nombre de campo personalizado"],"Custom field":["Campo personalizado"],"Link to":["Enlace a"],"Image height":["Altura de la imagen"],"Image width":["Ancho de la imagen"],"Image size":["Tama\u00f1o de la imagen"],"Author avatar":["Avatar del autor"],"Displays dynamic content based on your chosen source.":["Muestra contenido din\u00e1mico basado en el origen elegido."],"Dynamic Content":["Contenido Din\u00e1mico"],"This is a placeholder for your description.":["Este es un marcador de posici\u00f3n para la descripci\u00f3n."],"Choose your dynamic content type.":["Elige tipo de contenido din\u00e1mico."],"Dynamic content":["Contenido din\u00e1mico"],"Custom more link":["Enlace personalizado m\u00e1s"],"Use theme more link":["Utiliza el tema m\u00e1s enlace"],"Excerpt length":["Longitud del extracto"],"Author description":["Descripci\u00f3n del autor"],"Term description":["Descripci\u00f3n del t\u00e9rmino"],"Post excerpt":["Extracto de la entrada"],"Post content":["Contenido de la entrada"],"Dynamic link type":["Tipo de enlace din\u00e1mico"],"Updated date before text":["Fecha actualizada antes del texto"],"Use % in place of the number of comments":["Utiliza % en lugar del n\u00famero de comentarios"],"Plural comments text":["Texto de comentarios plurales"],"Singular comments text":["Texto de comentarios singulares"],"No comments text":["Sin texto de comentarios"],"Term separator":["Separador de t\u00e9rminos"],"Replace with updated date":["Reemplazar con la fecha actualizada"],"Updated date":["Fecha actualizada"],"Date type":["Tipo de fecha"],"Terms":["T\u00e9rminos"],"Hello World":["Hola mundo"],"Comments number":["N\u00famero de comentarios"],"List of terms":["Lista de t\u00e9rminos"],"Post author name":["Nombre del autor de la entrada"],"Post date":["Fecha de la entrada"],"Title":["T\u00edtulo"],"Dynamic text type":["Tipo de texto din\u00e1mico"],"Published date before text":["Fecha publicada antes del texto"],"Term archives":["Archivos de t\u00e9rminos"],"Author meta":["Autor meta"],"Previous page of posts":["P\u00e1gina anterior de publicaciones"],"Next page of posts":["Siguiente p\u00e1gina de publicaciones"],"Comments area":["\u00c1rea de comentarios"],"Author archives":["Archivos de autor"],"Single post":["Entrada simple"],"Taxonomy":["Taxonom\u00eda"],"In same term":["En el mismo t\u00e9rmino"],"No previous post":["Sin entrada anterior"],"No next post":["No hay pr\u00f3xima entrada"],"Space between":["Espacio entre"],"Inline alignment":["Alineaci\u00f3n en l\u00ednea"],"Inline post meta items":["Entrada en l\u00ednea de meta items"],"Previous post":["Entrada anterior"],"Next post":["Siguiente entrada"],"Current post":["Entrada actual"],"Source":["Origen"],"Post":["Entrada"],"Choose\u2026":["Elige..."],"Dynamic Link":["Enlace din\u00e1mico"],"Use fallback image":["Usar imagen de reserva"],"Meta field name":["Nombre del campo Meta"],"Add a background image to this Container to make it dynamic.":["A\u00f1ade una imagen de fondo a este contenedor para que sea din\u00e1mica."],"User meta":["Meta de usuario"],"Term meta":["Meta de t\u00e9rmino"],"Post meta":["Meta de entrada"],"Featured image":["Imagen destacada"],"Dynamic Background Image":["Imagen de fondo din\u00e1mico"],"Dynamic options":["Opciones din\u00e1micas"],"Archive Navigation":["Navegaci\u00f3n de archivos"],"Post Navigation":["Navegaci\u00f3n por entradas"],"Post Meta Template":["Plantilla entrada meta"],"Content Template":["Plantilla de contenido"],"% Comments":["% comentarios"],"1 Comment":["1 comentario"],"No Comments":["Sin comentarios"],"This is a placeholder for your content.":["Este es un marcador de posici\u00f3n para tu contenido."],"This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.":["Esto eliminar\u00e1 los widgets de barra lateral actuales para la barra lateral seleccionada. La plantilla debe tener una barra lateral establecida para que este elemento se muestre."],"Site Footer":["Pie de p\u00e1gina del sitio"],"None":["Ninguno"],"Type":["Tipo"],"Right Sidebar":["Barra Lateral Derecha"],"Left Sidebar":["Barra Lateral Izquierda"],"Priority":["Prioridad"],"Custom Hook":["Hook personalizado"],"Custom":["Personalizado"],"Site Header":["Encabezamiento del sitio"],"Page Hero":["P\u00e1gina Hero"],"Hook":["Hook"],"Right":["Derecha"],"Left":["Izquierda"],"Center":["Centro"],"Location":["Posici\u00f3n"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json new file mode 100644 index 00000000..2cf56df7 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json @@ -0,0 +1 @@ +{"translation-revision-date":"2022-08-18 07:05:04+0000","generator":"WP-CLI\/2.6.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=n != 1;"},"Active Elements":["Elementos activos"],"All Elements":["Todos los Elementos"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-92fa58377f1b6f7bef9c785c31ae29ff.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-92fa58377f1b6f7bef9c785c31ae29ff.json new file mode 100644 index 00000000..a488db28 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-92fa58377f1b6f7bef9c785c31ae29ff.json @@ -0,0 +1 @@ +{"translation-revision-date":"2022-08-18 07:05:04+0000","generator":"WP-CLI\/2.6.0","source":"dist\/site-library.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=n != 1;"},"Requires GeneratePress %s.":[""],"Built by":["Construido por"],"Note: We do our best to ensure all imported images are licensed for open use. However, image licenses can change, so we strongly advise that you replace all imported images with your own.":["Nota: Hacemos todo lo posible para garantizar que todas las im\u00e1genes importadas tengan licencia para su uso p\u00fablico. Sin embargo, las licencias de imagen pueden cambiar, por lo que te recomendamos encarecidamente que reemplaces todas las im\u00e1genes importadas por las tuyas propias."],"Check out your new site and start making it yours!":["\u00a1Echa un vistazo a tu nuevo sitio y empezar a hacerlo tuyo!"],"Learn more here":["M\u00e1s informaci\u00f3n aqu\u00ed"],"To disable it, find WP_DEBUG in your wp-config.php file and set it to false like the below.":["Para desactivarlo, busca WP_DEBUG en su archivo wp-config.php y estab\u00edzcalo en false como el siguiente."],"WordPress debug mode is currently enabled. With this, any errors from third-party plugins might affect the import process.":["El modo de depuraci\u00f3n de WordPress est\u00e1 habilitado actualmente. Con esto, cualquier error de plugins de terceros podr\u00eda afectar al proceso de importaci\u00f3n."],"Debug Mode Enabled":["Modo de depuraci\u00f3n activado"],"Preview mobile":["Vista previa del m\u00f3vil"],"Preview tablet":["Vista previa del tablet"],"Preview desktop":["Vista previa de escritorio"],"Elementor Tools":["Herramientas elementor"],"Take note of the old and new URLs below, then head over to the Elementor Tools area to replace them.":["Toma nota de las direcciones URL antiguas y nuevas a continuaci\u00f3n y, dir\u00edgete al \u00e1rea Herramientas de Elementor para reemplazarlas."],"Begin Import":["Iniciar importaci\u00f3n"],"I understand":["Entiendo"],"Confirm Import":["Confirmar importaci\u00f3n"],"Import Demo Content":["Importar contenido demo"],"This will install and activate needed plugins, import demo content, and import site options.":["Esto instalar\u00e1 y activar\u00e1 los plugins necesarios, importar\u00e1 contenido de demostraci\u00f3n e importar\u00e1 las opciones del sitio."],"Import Theme Options":["Importar opciones del tema"],"This will import the options from the Customizer.":["Esto importar\u00e1 las opciones desde el Personalizador."],"These plugins need to be installed manually.":["Estos plugins deben instalarse manualmente."],"These plugins are already installed.":["Estos plugins ya est\u00e1n instalados."],"These plugins can be installed automatically.":["Estos plugins se pueden instalar autom\u00e1ticamente."],"Gathering information":["Recopilaci\u00f3n de informaci\u00f3n"],"Refresh sites":["Actualizar sitios"],"Requires GP Premium %s.":["Requiere %s GP Premium."],"Page Builder":["Constructor de p\u00e1gina"],"Category":["Categor\u00eda"],"No thanks":["No gracias"],"Remove imported site":["Eliminar sitio importado"],"This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.":["Este proceso realiza cambios en su sitio web. Si contiene datos importantes, le sugerimos que los respalde antes de continuar."],"Try again":["Int\u00e9ntalo de nuevo"],"No sites were found.":["No se encontraron sitios."],"Restoring content":["Restauraci\u00f3n del contenido"],"Installing %s":["Instalando %s"],"Import Complete":["Importaci\u00f3n completa"],"Importing theme options":["Importando las opciones del tema"],"Why?":["\u00bfPor qu\u00e9?"],"This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.":["Este proceso restaura la anterior versi\u00f3n de las opciones, widgets y plugins activos. Tambi\u00e9n eliminar\u00e1 el contenido importado y el CSS."],"It is highly recommended that you remove the last site you imported before importing a new one.":["Es muy recomendable que elimines el anterior sitio que importaste antes de importar uno nuevo."],"Existing Site Import Detected":["Detectado sitio existente importado"],"Restoring theme options":["Restauraci\u00f3n de opciones del tema"],"New URL":["Nueva URL"],"Old URL":["URL antigua"],"This site is using Elementor which means you will want to replace the imported image URLs.":["Este sitio est\u00e1 utilizando Elementor, lo que significa que querr\u00e1 reemplazar las URLs de im\u00e1genes importadas."],"Additional Cleanup":["Limpieza adicional"],"This site uses the following plugins.":["Este sitio utiliza los siguientes plugins."],"All":["Todo"],"View Site":["Ver Sitio"],"Get Started":["Empezar"],"Plugins":["Plugins"],"Installing plugins":["Instalaci\u00f3n de plugins"],"Activating plugins":["Activar plugins"],"Importing widgets":["Importar widgets"],"Importing site options":["Importar opciones del sitio"],"Importing content":["Importando contenido"],"None":["Ninguno"],"Import":["Importar"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-cbab080b0f20fd6c323029398be6c986.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-cbab080b0f20fd6c323029398be6c986.json new file mode 100644 index 00000000..31f23b82 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-cbab080b0f20fd6c323029398be6c986.json @@ -0,0 +1 @@ +{"translation-revision-date":"2022-08-18 07:05:04+0000","generator":"WP-CLI\/2.6.0","source":"dist\/dashboard.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=n != 1;"},"This will delete all of your customizer settings. It cannot be undone.":["Esto eliminar\u00e1 todas sus ajustes de personalizaci\u00f3n. No se puede deshacer."],"Reset your customizer settings.":["Reestablecer sus ajustes de personalizaci\u00f3n."],"Options imported.":["Opciones imoprtadas."],"This can overwrite existing settings and cannot be undone.":["Esto puede sobreescribir ajustes existentes y no se puede dehacer."],"Import your customizer settings.":["Importar sus ajustes de personalizaci\u00f3n."],"Global Colors":["Colores globales"],"Export your customizer settings.":["Exportar sus ajustes de personalizaci\u00f3n."],"Import \/ Export":["Importar \/ Exportar"],"License key deactivated.":["Clave de licencia desactivada."],"License key activated.":["Clave de licencia activada."],"Get alpha and beta updates directly to your Dashboard.":["Obtenga actualizaciones alfa y beta directamente en su Panel de control."],"Enter your license key to activate updates.":["Ingrese su clave de licencia para activar las actualizaciones."],"Not receiving premium updates.":["No recibiendo actualizaciones premium."],"Receiving premium updates.":["Recibiendo actualizaciones premium."],"Options exported":["Opciones exportadas"],"This will delete all settings for this module. It cannot be undone.":["Esto eliminar\u00e1 todos los ajustes para este m\u00f3dulo. No se puede deshacer."],"Open tools for this module.":["Abrir herramientas para este m\u00f3dulo."],"Open Elements":["Abrir Elementos"],"Open Site Library":["Abrir Biblioteca de sitios"],"Settings reset.":["Reestablecer ajustes"],"Typography":["Tipograf\u00eda"],"All":["Todo"],"Reset":["Restablecer"],"Modules":["M\u00f3dulos"],"License Key":["Clave de licencia"],"Deactivate":["Desactivar"],"Activate":["Activar"],"This module has been deprecated. Deactivating it will remove it from this list.":["Este m\u00f3dulo se encuentra obsoleto. Al desactivarlo, lo eliminar\u00e1 de esta lista."],"Import":["Importar"],"Export":["Exportar"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-ecf9f3c2af10c4f2dfbf4f42504922d1.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-ecf9f3c2af10c4f2dfbf4f42504922d1.json new file mode 100644 index 00000000..7385063a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-ecf9f3c2af10c4f2dfbf4f42504922d1.json @@ -0,0 +1 @@ +{"translation-revision-date":"2022-08-18 07:05:04+0000","generator":"WP-CLI\/2.6.0","source":"dist\/customizer.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=n != 1;"},"Related\/Upsell Product Titles":["T\u00edtulos de productos relacionados\/mejorados"],"Catalog Product Titles":["T\u00edtulos de productos del cat\u00e1logo"],"Off-Canvas Sub-Menu Items":["Elementos del submen\u00fa fuera de lienzo"],"Off-Canvas Menu Items":["Elementos del men\u00fa fuera de lienzo"],"Secondary Mobile Menu Toggle":["Alternar men\u00fa m\u00f3vil secundario"],"Secondary Sub-Menu Items":["Elementos del submen\u00fa secundario"],"Secondary Menu Items":["Elementos del men\u00fa secundario"],"Off-Canvas Panel":["Panel fuera de lienzo"],"WooCommerce":["WooCommerce"],"Secondary Navigation":["Navegaci\u00f3n Secundaria"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES.mo b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES.mo new file mode 100644 index 0000000000000000000000000000000000000000..2e6b0d2102d999a9b079504b89cb68db125a2cba GIT binary patch literal 60021 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 literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-42da344ccb044413769d16ed3484307b.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-42da344ccb044413769d16ed3484307b.json new file mode 100644 index 00000000..c52188a9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-42da344ccb044413769d16ed3484307b.json @@ -0,0 +1 @@ +{"translation-revision-date":"2021-03-10 11:23:17+0000","generator":"WP-CLI\/2.6.0","source":"dist\/block-elements.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr","plural-forms":"nplurals=2; plural=n > 1;"},"Post author name":["Nom de l'auteur de la publication"],"Post date":["Date de la publication"],"Title":["Titre"],"Dynamic text type":["Type de texte dynamique"],"Published date before text":["Texte avant la date de publication"],"Term archives":["Archives des termes"],"Author meta":["M\u00e9tadonn\u00e9es des auteurs"],"Previous page of posts":["Pr\u00e9c\u00e9dente page des publications"],"Next page of posts":["Prochaine page des publications"],"Comments area":["Zone des commentaires"],"Author archives":["Archives des auteurs"],"Single post":["Publication unique"],"Taxonomy":["Taxonomie"],"In same term":["Dans le m\u00eame terme"],"No previous post":["Pas de publication pr\u00e9c\u00e9dente"],"This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.":["Cela supprimera les widgets en cours pour la colonne lat\u00e9rale s\u00e9lectionn\u00e9e. Votre mise en page doit avoir des colonnes lat\u00e9rales d\u00e9finies pour que cet \u00e9l\u00e9ment soit visible."],"Site Footer":["Pied de page du site"],"None":["Aucun"],"Type":["Type"],"Right Sidebar":["Colonne lat\u00e9rale de droite"],"Left Sidebar":["Colonne lat\u00e9rale gauche"],"Priority":["Priorit\u00e9"],"Custom Hook":["Hook personnalis\u00e9"],"Custom":["Personnaliser"],"Site Header":["Ent\u00eate du site"],"Page Hero":["Banni\u00e8re"],"Hook":["Hook"],"Right":["Droite"],"Left":["Gauche"],"Center":["Centre"],"Location":["Emplacement"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-53e2a1d5945b8d2b1c35e81ae1e532f3.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-53e2a1d5945b8d2b1c35e81ae1e532f3.json new file mode 100644 index 00000000..a7b5560a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-53e2a1d5945b8d2b1c35e81ae1e532f3.json @@ -0,0 +1 @@ +{"translation-revision-date":"2021-03-10 11:23:17+0000","generator":"WP-CLI\/2.6.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr","plural-forms":"nplurals=2; plural=n > 1;"},"All Elements":["Tous les \u00e9l\u00e9ments"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-92fa58377f1b6f7bef9c785c31ae29ff.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-92fa58377f1b6f7bef9c785c31ae29ff.json new file mode 100644 index 00000000..0c595687 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-92fa58377f1b6f7bef9c785c31ae29ff.json @@ -0,0 +1 @@ +{"translation-revision-date":"2021-03-10 11:23:17+0000","generator":"WP-CLI\/2.6.0","source":"dist\/site-library.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr","plural-forms":"nplurals=2; plural=n > 1;"},"Why?":["Pourquoi?"],"This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.":["Cette op\u00e9ration restaure vos r\u00e9glages pr\u00e9c\u00e9dents: options, widgets et extensions actives. Cela va aussi supprimer le contenu import\u00e9 est les CSS. "],"It is highly recommended that you remove the last site you imported before importing a new one.":["Il est vraiment recommand\u00e9 de supprimer le dernier site que vous avez import\u00e9 avant d'en importer un nouveau. "],"Existing Site Import Detected":["L'importation de ce site existe d\u00e9j\u00e0"],"Restoring theme options":["Restaurer les options du th\u00e8me"],"New URL":["Nouvelle URL"],"Old URL":["Ancienne URL"],"This site is using Elementor which means you will want to replace the imported image URLs.":["Ce site utilise Elementor ce qui veut dire que vous devrez remplacer les URLs des images import\u00e9es"],"Additional Cleanup":["Nettoyage suppl\u00e9mentaire"],"This site uses the following plugins.":["Ce site utilise les plugins suivants"],"Installing plugins":["Installation de plugins..."],"Activating plugins":["Activer les plugins"],"Importing widgets":["Importation des widgets"],"Importing site options":["Importation des options du site"],"Importing content":["Importation du contenu"],"None":["Aucun"],"Import":["Importer"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR.mo b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR.mo new file mode 100644 index 0000000000000000000000000000000000000000..09ab19f4d044d5a3ab8f49e4be4863700b32fb50 GIT binary patch literal 39934 zcma)_37lO;nYWKD3Smdtw?iZ(fuysLutXNKl0Xt-I)On{ynXw0_a(RQz1$^9gQ&QJ zsE9g@47kk<5EXSmKNS_1cHG8Ye>#3DDmX49Zl5}S;xhC6-+JqubGsXKeq)|n%c;HI zdh4yK=E1}Fc|*egy?n1EIUa6%id;!@)4YPK`1vZ_hr%zz)8G%_>F~h$N%BN^HryXx z0QZ9%;4HY+{h#d|bzTh*B>Y-;zXC49eG5DXei|MQpFn1c_Y`;lJQ*teg;3#VIyb<> za6b#~4;%0hxEme}UjdcQt?vG3sPyiG2f>fR1@H^->F`mg^q)p0mEUHlbT5NSr{Zil zul4X(IB$VR5bt()9K08*JYRJG2cg>Sx9}ABN4PIcDTKZ|6&?%Eh5G(7sB(1REciUA z^j_|~6&`^5E~s+e2UY%$K*j$uRR4V&9t|Jy@O>8s|D&Drq1tf;)b|_Vli`(6>37`! z1@J)Jx48eCq00XbsCxY?+y{QZ`4M;!?oU9~@5}H=_#>$Je}?L(eFj3jCqvcuWOtti zRgbfw@?8z}-4>|wUIveXHK=l4@BXiXPs06XsQ7n5mFrzl<+u;39Y5>g-*SE*F311J zQ1MP!6v}f3RC}BY=fN$Irc5TF+Wk(b{NDprzYoKM;Mbti`GNcY9v*`G;KfPOg(pI_ z-|L|2_eQAl-U(Ijd!Xv^0jPHQ7*x8Sh06Dv9{vM&{}d|y-?;zYOG5q!K(*J&P~++h zsQfO0ivKKl7_393|9t07?th!}olxIB;O>8iD#v%B>hWW!^8eiVTX-<;KSH(7tfgVx z9SQZ_T&VPxz%}rEsQh0HRsYw*6X5Mo?Qp;I6Hp@Sb5P%Z&;1{PhvNP%R6p!{M(DTW zor~ew_^*M==Q^nQ_Dc9vcqe=^{2WyJ55kk-Z=m||2!xf!+v!l>t%fS!bKv3dc~IZK z1}fe^!NcH(-2DZ2|0mRZ{5{n7hcf6?o&l(Q&V|Rotx(~0sPt}xPl0cPN5J<(rSk=- zcK#7m|NhSX4?8oI>ol0+e;!o2&w&f!Zm4wcgh#*!pvv)esCqmERj>bs%4h$xLVadK zwfi!teq9OGpPSr$nTJ=Q##ak!{Js!seB1z;V#&==-+vUU-~JsQ3BLnv97E;1_t~Kw z$3wa{Sp+p6hTQ)ucV7oJZe9wN?#&*4J5)Qq8!G=VK&vN|TzCko{eJBHZ>aqDWl_?& zJ_0J;u3xgZl0UsQTUpRnE6U)$=~6_@8k1=b*;zx7_^;cmLVlho2k5 zPlo#bOn0w!_cPsHbNBP1#?z~y^8b6Ne!K%74d3SO4?(rl$Ds266jZst4b|R{Kz;uw zsPVA(d7&PMIiCtO9+$g&BUJsL1J$lO-2cT;^?d`}3h#i*=T}hmdBXW2zeAzYOQGi1 zSy1_343+LysPSI)@9s}Q>mT?31=M$sLXEHgfy#f@(}VjsX!8K79hXA2-zup1TcFBw1yny( zpvLc2P~lyu^j`qgUoU|w_Z?8>`)8j2buXTl|L zJyg411J#c&h05bw7fYOg;*<#*tk5dRdY{8m7PZ-&Rf=Rke8+x>5Z z`tCNUeC~y+=VzeW<6BVW{7kWS`8m{gPg+OY!b70khdYmT&W1|& zG^lc&4OQMXa9_9?D&1{R^~#{~Z$Qnr=R?)&mGDe>2Yd$nI#mCkdSU42wNUX!pwih5 zH7>7rz7;B;k3;4ERjB;G12rxma`zvg+WCK=+ULpZL;KB#igzwlIR@c=@J6Wez7A?0 z{u5Mte;6viFG1Dg`%vxhbEx$H2={}BYzXB(8fyJG&E0F^{?u07e{ZQ@l6{z<96?`K66V&&6Ulh_i8fyH_gO|XkL-p&;Q1RamRla|9-VfDY zlTdQuvrzf}2UNa4f=chtP~|(~;*kGbsPE2zihmANc`tPTE1)$Xr^8mDiC z%I{9+`<$PIs?XP;+WjZ+N$?39L;LR!mEZAD^*9ZxoM%Aw%SBM%UjbF`mb-6+ivMP) z{O^V;?>+E9_;INI_##yL4?>NzN1*C);HIDlp91y$dZ==3f~wzkC^<6fd@)r0-VBxQ zyP)!a0IDB84OPA`LdE+DJOKXQx%cMaJ_H_!|8a1CIM3Zn;Vj%2Kz(-+RJksN>X$2^ zwLet5Ot}Az@F3hbLzVwcQ0dV_b z+T(brbmqEynTKBh)t{ST6*k}^_*Hlo-0K;916RO}a0sgX-VGPPPs4NIZ{Z*u*c#^7 zi(m)$SK+mA9f8shKLO{!6Sgr1;cEC2_+F@XJ7;_7w+o=;@x@T>a0xsFUgqJWQ1$9S z)%W@Celb*gzZ$CCcewlCpvJ@3q0;+4RD1peYW(~XYF_;Ts+|tMG^~Rs!6)NB4=#bv zfGX#Uq1yijDEW5_RKNWTRQucymHt=Z`S4rtgYf9fLV3RmRnBih<@Y0~e*6to`JV81 zA)o!B>U{`29-ahM?{lH*b0Ite4nmcq29Jc#gDTJKJp67Ce*kKneFe^gk3jYR5toN~ zyc{mYeK}OS-UOB3Yu$Z2JO=k$q00FosP8AC+VNp1{o&_O-ycAys~rx7YOkZ9;-&Dv z;c4(Nc=8o4ub}d~2&#VDp}wy`eK!V`P8+J-u66%cIB#*@4%KgWy8C{(9QP;TdiW?* zxmQ0c^m`Sm{hkL^uh&3*e=9r|z5{C9ehR9*kHF*LU*IwD*k^}+Uj|Rcy%FmB22?x0 z2%ZJs0U7Ga!%*Ly{hW~BR;YSE6Y9InIRTHy{VJ$_emm5-`4~J6ehDsvkHXn-(UoCd zZiTAH3*bWda;WxuA5=X*3Xg(cg-ZXwpxX6G&kgNwunyJF zH$$cO2B`Yp1Jys@fcoxXsCxYwYJ4763FBlQR6DMN8vjF3?cIW^=PTX+HmH2=hMIr( zxcfeLe*mgq9)L>k%g#rjz`mo1o@f1!~+~4OOq*@ML(i zhu;fTuTMa=^LLy-g!=9gsQABus?QPC;J+9u{#o!GcmY)ZOhC2&T~OtJ4^%sT9uC0Y zL5+`7hC@Ftf+yfU2dbYggD1f{oDFY+YUg*uJK(3F$~ByY`t5+q?^>vIUgGYzLAB32 zpvKz=pz{5qhkpxd96bb;?;}w4dBRA@cYmn%TmV&%3!vKb3V1Z!0adP-z(e6bLdAb4 zJQ04>`5@GHe}>BEpwW=;Y^d@qfKP;HL5-X9q55efRC>d34%`Km&mB>g?>8*F2H#XRR4`QZ-Dc0zZ1@d-+-F0e}O4HZb#s`Q2qaGsQA}G)#om# z@_hj+-(Nzt$0_yDKg*%wJp(HJT~O)28S1+aLyg}Dq003KsPB&-59`E2nBsme)Ofib zD!p5w%JUJp6n+<~T!%J7ycO^u+*_d1dk$2-O{jLf393Ke1J!HaHJ`#k_pg+GG(!Go?2E;DDG3?Vel-ddToFz_p{+Xu;c!_oj1Y5 z@PCWD?}ZwNpMuKw+wT5}yZ;Q;U$fd_9L|A@aj$_IuRW;nn_vp>g3A9hQ0@MpyZ7pZ z_Ba}HK_Z!{)Hh16W z?hm{B3s7?A8&KomyHNe~pYRCyU+zwJhIMIQDE|YX>T$BWmqV5FVyJpia&z~R+u7>-pwYoX@Po1oh1o$zRQAJjbfJXE{= z2C7_tgv$S*YeGIxg=)`bP~++xcnsVCRj#VD4UffrJvU3Focu|30X8|2kBA{TOPT z|9|IR&kOVEK&bjGhLR5#LG@o7svOrs_5X{Y`u|p_c<+Zt!SBJv@b^&h=3N)susB$-;%F%(U&vj7k{bF~&(Zk;iRqs6>{z0hm@g=Bs{J&8B_9LkB{{kw#{hlA< z9So1deGF7PEr%z=ZEzmk3H9BZq3ZELn8L5XIq?6%eA z?pt6AKLItq9)@c7KSA~PK`#v79}88k6;R{jQmAn^3^kv2Ldm%s;j!>t@Fe(IsPg_4 zo(T88KGb(Ml>a=ac3B0L?`EiUuXO*b-F+QYd0qn-z}wyZS*Z5>22?vg2vxqHy8HJ~ z{kzwTLcbgZ)sJ(b+Its3wfEDZ%J(d&@7wSq_x zzX#RcKZR=VeO?;MdkR$f&xNYb>y=RB>aFmJ@E)l4d@r02zwG{xLXD><+z|B0 z0jT;8LVe$ZO7D88^4|(IzwdSbPq_boz$fAV8>o5oN2q>&%8j9&PlxkxFM~?&+3xPZ zQ*qx8)gF^@fB0j#AN)0(3m=6V*Rx+4zF!R0KI@>`VLR0P8ikAC%b@E0e?0snQ1$RCsy%)MRo~=Qq5qD8D%UAc z3<2TU48`BPQQdo_Ydwq_|+lb zqoLxT29@4QcpALW{o7FA-2gS7-ULs9AA*YaeW-Rn;5DIKXF#>bHYj=UEU0pHq3UxT zRC!(k4}q_SYR5N0<$tfcKLAy)&%=Y@ccI$pXHe<>8LB;wxH;JGmcxs2-w)4+Pke0{ zuWR9Rakt?@_%(PYe8Me3E}aeQxQF37_!V~_{W``l?w7(UJmK}B-q*u>aNh~9jhr^9f{d6T%ysM!4w+YqG*TQA+W~lc5Hz@i45L9}9 zf(OD`6z&js6r2O+LbcZ>xEMYMD&N<@_3&L#-~Aq{{rCBY(C!CA$%WbQF!*$+e%cB* z!OP(f;ayPQ-SoyVUj7~`|9ham`v_FOf64hx=l7uG!H=QF!Ctq8`W^sP-=mxh;E}jj z!lU5dxx3|jIaGhY2`+&TK+V%%L5;@)|B*EpE`e&-I@Gwj8tx5W3Xg#|K$YX4pwfFM zRJ}eA)eql*8ix--wZl)`{Y$9teg~5|OHS#ewNBb@= zvP!%Baj!K@CaJvBO0U}-uXJnGO1(ZYkgObP?#$BF%|@3GX^O1kUhA{UaMpImwpzEI zB`d4l+D?_$f6%09tKJ)}H9E=4;o)@cZpzrHH5=*Ho}%Nmu~{Xrvd^Y$xJDj?ZO(S3 zYwOuK8Rzbps|T-dHh1J<8!HpdUWhuFQ50+nN@jZ}YZn<-dmZYRR_m2cC+n!?)M8sI zqglE>Yd6y@WJtyN)I+h(ClXe1n70Muh%0xDHBLeVHqxx!Zno2AwW@J5ynxQkDjmjHdm^oj zR%#6@*=p4%5}zUYF!A9K=3KvTI&b~b`7?hIvk#w9ziziu9Sg10>yA+p&xfGkuH;dJ zdpzqhbm9O`)GF%3ZS-GgDD(1$D%y+^)|>58Snx=l}}l-h=IMpHS4 zd34G?Go-ww*|FhLiWWZ6sOz=TW=n$!udLqO#aOl37aXCvSJj)<9f|!*ta@`aS=Ah- z@XhX6I#?UdhANDnK3B@f*_e%Vr~7V|^pH1m#leWT84#W0l{OO_*Y0#1!!cRat~6|h zxGSsdXfhv2%W1S z#3_T^-ON{J#Okq1gU$*tQP62ss%r8P#@o(HyVmS=qEP6hNH58>+U~608Q`m|x6LW2T^ZFx=rq+n=8X$MJH=Jhp&TdeWZf=l(#+AjO@&!a&8^%d zLo2pY427QERYQ~wXC1^`ke8A_R4g5uNULgdebs4>XSqOaj*O($N@HiGLn)Y!R&WGe zbF^J)jZMVyuPV~2;omr`txG9hv)&tTq!(6N{!?D#5+KEow4x=9^=zaz+GB;*%7!G1 z)Q|{1EE-{zmRn1ZGo9Cm0&wUrgIX2xVogQZEXiP9ptmq!hT9tOCi$sb(VS-0j zU$GdcEIggsHK8h6h1wZQ9P*l`3Pm?v$sDytFG~lysbzI4u|}#%F8SAFm8fOpKQ)$W<1GevHk>OQYqF6_uij18WSt!>;E^l_qoegK z-6+j5_iQ#;#n#k1l_B&JXPmg5++!Wh!FB3=j>IHt zY9I+-g)?BVipoQ6%M=S@mDvhkJ3_8_zvrbh# zu_2NkuC{yQLq(F7R;`gTReE_u^UPBzC0)b_lZ*K(eIaJhU&SJm@mix6O5N!VE$qvx z6_ysNEft2oq-}~1TWYDUX_zq&8&PPgCdlI& zE)>&5{hD^OHH?3{rq=eI#F`026xpsG989;g(QDF88N-i0_kgZ+3n}KwTGrJlJc7do zfd!ZVwO_tpvEOmS5|xE0b@Sc8+J?!dwbEM9OX{`Zl*Kq}pkVCCCQMt&cW$VQ8t*g= z(WwDT6QiHs^Z=!)j87<7D;UJey`)IZ);_hnJZgnHmUCs8e4|&@!(qZ|&kuvYjsy)Q*mi1fm->hft zt~SC7u5~not;UFHtqJKG&z(@Y0d1&l*}59ieqDte*0I?g(rzJ0_9=qC-`Pplq5lmh z>liiNpg)J7L1|v6^>~D_!ir+QZEdz+yE0R&eW?gwWkVnF->WL^_;X7TiP0I%2z`-D zUb$}W>4YE(+H8-Pdu)n3UB^s_v1oSIuMoq2mqV>{Elj^kA$;9dg|&fB*7cZt-uJ;V zSY_5V!tbEASRDIlic~99bAEE+7N%7;Uh9pQexk};-D3cE(hIXjhIGn^)3IIq5atT) z!%Z77v&VQgkc4RU$aFAjuKnNJioLNm)J7(G+?ezjqOQ{L8I)FbR%+Oo>Uq*OxGdx0 zl0aZs^9?N%#?=Vp3T0-5?K+y-XhZS}iJP{v_6R+qy$Y*1rU2F&&C(0&%^`-PtJ%qg zP3tq*l%}Gg(@EBE+q6-(F9vFJmvlRqDFNk9cAq$af|CT8iJBQp*nuyZKgCI}X$KtR zEDgK#e&>`pXAtL%BAwuz5@#84mKAY=b4r}$#93a%3C<~T&Lqy6c^uWnCer$>-r}YW zRxjI61w}`7lTYLrdF6HX}XtLt=Bk9Kpl~-jW)NTzCYR zGKq^t;S;y$g%4YLMuP9$3-4WS6x@JzCdHR=GoEZ{j5HC?)5L6_zfHsq4U|OoZW|g{ z444#YXB_Qw%r!mfd<-#!A}a)P-Z!n%K7$!B#9kPhE1D3^AT~gfe8Zk~d?*XM{S6H! zUYhUngHv;yO%w7WxHspzl<%1~ur48aStgsz!C;HSkFMg24*gJ18_iwH&KzpaXeivE z6;9H5GYU1G5}j;#kps-5l&L>P&yV!#(t{Bi8KrGA1}6Hq)Vnm5hle#;Hn6WOEtz;w zICO1>QGJ3Ws;0>jl@t)_OmL-(j$)e=lo@TYXlMo0;!a~IV>V~*Ruw8~1CwR5fwb6w zkvU`@b@hSdBBV*saME$MSgJ>6tGem)=rd`QQnAfC$wsU!8UK=T*MX;OHu@*ubCw<6 z1sh#ExHy|g;_tY1qD7+DaK4{1Px^i=OfKmN#A@vDxmf&kJ;6MJ@ymYF!aX`{Bf3;j z8qGLwZZ%GyOQs5$e(UzH^fP{pj%sU_|GGpqZjLsSO_d#Jl(jZZW;%Y{U=Yygk;Eof z!M8}!537tBk<-F}NJFtfmM`neChc=EZj&;m@WEe8i-U-q#YhMp*8@78`*wJ-UZ+r0GQV9RWS zeIH%cY?_g&&5kc*t-2x?=4j`J&fTncRwSEg4pY)4hE0cJEMlce*{-GYq!nNun@F|F z&)>&{e5u=upQY8QExmZi zQ%=E#XDJ7{(=D#_oK2zE!wC4)nV9A_KS^8UM((SIufWB~N{iXTE5T#)*s=CUXgDTTdLkST~3)3h$ZG_4l8q>&(&Z5_YF4@aV&X_IPIuU2PPtw_pK z%zw9==G)<4%+WIHrhbMXk9xhb+d}jsU5oNu?aIwy@G7{&rgW&34VSPDu+`b67lKwN zcGO*yEgIM{_i=7g>kcGa!YNjiV-{=nrL_)g$!wdCsPm@ck5~BR^VAo6%n6MSiai#9 zTm#Hg?6qV_Kn<`B0J=#~6=H^YaL`2tuEKI;QHfxOq=jfrSj)m`kS%IDQgP(~y-1QZ zw+j^E@vN{ff)eWLOjqilWN+{=bC`nYjeIPk1gp_n?ky7*mJaqRgQ!jnCMFI?+47^` zCfxQOv;!p*d`lA|dJSUko59;p3b3p-*(bSTr}1}gB^_&LBj?S2>g@ATbhC38RnDi4 zIf_B)o!|!&8FLy^%1m<6?dm(LoGSq_U>hQKrHsa^Pxw||CPhjfs)L7`t+CJLI*kYtQEgpLE35)T;F4- ziE})7mS_Fe40~2b2YXVIw`QZhKQ{Z6*)_HX1KpzS!6p`4D|)-B%nXC2^`2l2VXM*B zaL5zj#uVyd%dUI6Zm$xUwk#V;I9?5=zUbd$7g3e+!nhg6MB_%e4m%WdyLg(ifP%=1 zjs|3xChQ0Zdro!7gqfz|ff-&Rv6FboubyD%)i;D0Atc>PWpy z3wfWv4OR0o!>Zjg@CF{NFsyyGaiI{M6jSzNoKclDv0pe#ld|xfGF!cem59{zz9PC; z&>%g6W!KY0<(!Y>QA}ZIsw`oCs--5E8l^&a;|V*8u^ravW299loiR6dOjCy!(Pfe0 zJI=K1pR{kz#?3g(~?AvRugYAN71;w%^z!*Abin13{)1&4;e{n}O;tz#c>hlx|| zz|wiToI!3oYV?*?mGEzQmsh5+07zUJdLyg3wL>rO58#%)D}rT z+C`b7rt2BDI_|=-Y(CK(5Cr0aa8kG+n&)f{VSQlX(S+{LBdmTi6lGDoNf_euy^c{( zRq8JD_@;j|ib^lzwN9AWB(qYfuC0EZV1|rBJlX%y{q4RJD=gwenky!}j_MdMHO}+H z%?U1I(Og$zJ?2-?S*|2(z9m+yQ*0LEMSyLRPEvT0;L@~odj#_ndkZ!e3rw8JwAJBs z`vOX?$St-q=w+0Jh^3eL8slGW@yz^#`z)j`*22kt2u@TSUX&kmz3w^&90u%8?xTv9BFgi z&!jWznT;{ZNUPaA8ppJR?rE2Rtgfc_>oj(#(#ZzW4R+g)d`T;dXG;oRpjJ_Hsew4; zpeR&T>l0VCWOvjaugX}b;$DZCr}s)H>@kQIwt}u)Ea+2ytY(a(us@(YUcE}aW0p_V z(TY4(9kOAMYU6o#B*Uq9xWDAf6jN*0Sgp!7j5|YCoX~c=bXGyN+J09J44MjYazD~^*EUMARR)aEe(#jf)>a{&w@AWc9ry1Zw5J}nA)xq~X^vudj zB8mF4uYg?Flf(CMl)|mmDZEnyZcHhY^pWv^JesWo*t$T7S zQj=LeJXscfJ|U}2o3ME_!x+0vW?FJYX0vMAbfK6gC782eDPp8t!?chj8J6|e3d4?} zJGLm;*foSK7ZWsg@<6vqHdB#Kja3?H;29w`q(E63HV5Nm)+FZ?n(FvfjUf%#{zXwG z(VU#aq`hox;({b7i20CnXBe|(N5^9t(PRkgj_o7u6VnK0rYY|JBi#_F1K*@^?9kKeeKXRx!fkaADehbxB$-Q zIf8FWMBTo~cDK+EtdrHmeF-VNShvCzv#FWIIIJUVn)E~=tkztn*TPw^jmvJuP5$Ae zT4~idKVvK;vW+BT-EOP1V$q^#0AM}obOt!jN@{*eSl2-j2C)U{?m6ki9Kh&G5h|T@ zUTgRKMCZxvDuXn!sY`yEMnR3*$1K@+F`*i=L2_h@9-ice4D?I?c*`XVx3ZM!djG;T zEQc%7rHhv?S-52J!lh@XOU_<##?lpMEIxfP|2J#XhD~c1GLIE^MY?2Q@hsoZER?`o z!ExyB?jlzITH|S2o7+s2^R{nWxA5#Do}1wou5EDf!{+hXL$&TK3~87W7p|j}ofT<= zH3(UQ`8tM7zlBdo3yM?a3HQOsRgt}YQY>So-oH4LuRy+}2f$lJip>!1s z!@>>2MTrZQXI6NVGWCgxjXw@(=U_>Zenx*L$Yj67So*1lB9yr^(?bzE`eO;wgOR`T zRD^Sf$-CLgaT4Cr^1N*EvcK|Tq@}TLZ$?mI_%b{c(L;}TCG_#0jM&$x(_KEEd`o(j zO`N%vMq_f1Dfsq)XUoMWp66Q_Aq=^@M$5HUOHy)RPxlg?`p|W%<&ovA{wpw zt@Nc75>wav{QAmH)ln}|YME?3Jq)qr(dpSa*qvSJr|5R3rP53Fxq0EuzL&0_+|zEx z@7n4}+Qar&s-U`P34Hme{cla+b`Gr1>OsV6XDgltpCVGHDc#fDS&?&Xsgnk{J&FYFSD(reTh zXi`Sw2Yro_`*x8m)D^?MYOoOLA~{C`DGx1~yiP!eph69V?#R@r^darIvnd_paX!+1 z*PG|D(hX7m#`HF6rDd>fr&Bp}pr2FrbXF8ja8M6+W}LXxvuhaEdt?)s$hcCcM>%R0 z^i0hfda&HE)4Z?%@g!$@RJQ6~Y1+-6&(SJjj~Zrxd)mC7%TS?sdCZWh`EedPxu;uU zt10;)F+g!VWTijWp|m_DQ7L~hs&!GbZItmdhNnqqivrQDx|zl}O> z75X8{w1`Rt`NN8!iR@`0NEj2dSH?=u_6tElYQ^bjrwr6#O4frt*1^ZjZ%bYfB;b@U zWA-*Axs%z>Mr9zknPE*8t$wZ$^<9Mv7s~QySH1G z3tFEEFwIBPe$=M!%wfarCbK+QRpD}FpKL&_<>rO%Dgr*?v=uLd4tbg7!HDKScE#vr-}A-CEr3ZxY{MX*wc+Q?Z-zhC zm|V7+RH=+`PjL*<{CE)?ED<^+X9`b=t~))s*w@n_NuZQmP)QrZand%cZbetjOUoX~ zl%_T^31bvJBO?hnmu(}&$zC`bvcc`riJH?_tUF=%UbD#&R?^vA4wW5_`(U%vWF6K& z3hCl+c5u#)NsDYJd8R2@nXaJN1E}DOnjM}!X_V{OtQLPr zbVr3VA8hgr@p_SL8R&XV;gBt3vCBxU)U)^$s%M87E^hqm!mIcdireG8KrQr~QH7|n49@W8nBf$C zwH|Uim1k6ao?PY_kBSD?#U_eXH=QRXa=un%SL%`tYo>e_j==kp;!;xI;@cmHs>X>b z3ttr#!rx?JT&rr9@Q_{&7e*{~9p@2rx#TpE_Ibo9X%}lI_jJOZnTI*WZyT}_zgV`U zXa#ek)qV>{H%K$i|GLQ~ZT51e&T{jR3mfQ-c{BK=r9>Z>P9DL5K6DX=N!AUX6^P+0&xU z)*__-;NH8GqtZusq4%tm9S$|V6c94t-UB^L321nBb*1pxTWsB&9b!z+voA8kjwfnr z-#*b*N>9T_(%$w?oHuaY*}5r@(nCh;GUk+Wbx@$fyR$rI--d?~D6LcDIb_gRE|W1T z7OQXAtmQRy-PZyidf^+r2g_gUehbniyi7AqLMN+5G3*6ckW(`zz|G>~VqdWc#IaIJ ziNZ7Awe~V_B&mxL)gLQp+q-S1fU>r*jR@iz>HT-qmN)96ah+PahPR)}4%vA!z%zIla);@joNj8fV@^=S+Fb}Qe8VNSAVfLPbe z9FgSPt!W`V4@6^I5tS|V2GgVvO%EA3#A`pWGSO;6-nx6_^{(yrc{mmp57hTWlCM`!+ zeIx-QqGWzCLx6RF^3@{cQ94ZYAWPICt56hmTHhCEX5X~`%Y62fQ!j@7W9C?tmfNBf zUuEVG>0~wjOo{JYP;mH*I^3wOXB>GmQn5z`hqMf2BKt23%bof5iyOEk>6@j;eLbmn zSXyu{?0Z4k!K&k`eRs?j4{7ZqyhWVcLwm8IL(%kIbvo*Pz1>pF8B6Tp)hn7JQ=Vp; zrP4;Zi>|P4_Gc~&g6?-T8#?10NO+ShGo?0FdR}dU0ZA=uL}`|BbCx@=)_xqrC7B;n>H_@Vb6UE{}soiHCch2#a|~U(kHa*VGvf zAoO#Z$9|Tnmy3EyDMg2mtp{=)Cm32K1XLU{rV~xFs0=O|3Zsr>NO>0#Bai`~)AK&< znASmTl66d2rO=~IV(Co;+jy2HE1P^{Uoa``8G{)D?X{-o5zNj~k=a=V`wnY)hP8xd zVDd1l)hvXX>d8XIjw8%dEe)*KSNEFy?T|i;# zVI{>9vyOI?*gdf*NODEfp!6u-HpuWBR(y%do!akU2Dv7;Qv`{F2&WT*sz7{1lpW($ zxR=CGvTb`TlIBs^ewLqo4om8W3Y(E6nm59rAW6C?3fnLl^4_2gCGwL^<@3U_qmx`1 z%=m5)BrSCxmbu)%AC?r=Ut@2o0WXghG}63Hy`;!#Yh_u`qG1PxpNHr{ideEb(jyvA z{!7cI#{N`yN#j)XlJinZ9OjUHm)n6T_3W@yKvm?(d^Y*GiHP}D+C!|)w-d!H)3w3I zWqSJ5}&H%A2_L~zM+IYa1%>g0Q6B%S%&yi_v>7aNj1 zH+#Ek`>kNAu_A_>3G3`HHtMZ+{%eZm&Cg)1af>+7j7ak$FM6e~Lr9-6LgeVRE2{rktr za4=dNt!+GY_K31m`UKKmQqI!s>0f~Iqq}$oV>2h{n7_3Vp{{*8l&{H~v_-ZHBx{43 zp@?RkD&BTTp2x;5l$7#CC@&cccMnk-V|r39Wo(box4ad*Zhcf3&mPM^Siy9SBA*@oA5Pg7lmyE3Qstww zui9JU<5tZ&&S<&g+*h)#T%2N(f^N~V1j;}dZ`6g=Ti4ygWpC|y=#^;yn{wuDVZ4Vn(Gp_zHHC*W z4lzEVCWj+V>t+1(s)>^qpO6);?V;UbO3|EIEP-Ae%32iBED_v98Ad-qDG_YTa&E3cEx>w~P2MGCn5Vm%^120UnP4T*>u|Io zHWtyoLHh)&e{qgLsLgJ4ZCQ^ST(Ge}WKuY^c2#ul=_62gC2Z-G*r!t3mT0W0=p1ra zS!d}j_1#MLdK^{hFCn?=$T2yGJMjWT>8M}p6vxawxb&n=x=fWetK!uls;F~VzZjq~ z!6OcP?29i)JyI8UCwktizZvAte1y@%ZuZl`t?l#^zqMQn;_($H6TV1KtEonQeru$( zbn=IUw2*hWjHexEyNb1#9l13G?d9^v-T`O412%0qoPFgMs-O)pYr~6{pf;0cT;e>{ zY2k4r%a%AQkFf;(aZ8)t@H#kH1u+7Y-UrL>9WRs=(yAo5G^%V!l+Ptt#)_dI5AGyP z%HFQTl0MTcP7Pa6W|-fy^ao2#zO&E)cm$pX*E$?#%BxF zFVVf0g(X2&8WAB%vXL~Z!KN97K#{6)#%QE11ezNyZi^Y3TlrOSty=4QRLop+t+|w7 zw8j@oUeGrfn3{6MQNbm4v=FLnmpy$ID@1l2UDhfVg_ra?kD%hg8B74BM5lU`G-M=i zxKbK_Xp)6h--Uh9T8l%aav#sJ8|Lghq%JK-iAESnpZ3je#m)@k#-y%L28m`(CgVxd z?v@0bWwcIf#trEt2WhyKXTE)ra-o=Pt&FrWk7Cma)&jF0nUyJ+m*^vH0e!NVDd=%} z1^KFt=SXJ}jXLe{A+%mt7D+R9<>P-u*=_4!+b|Pzde+O(xw5C| zum|G3Wx4z=t@6FCx}aEQ%MQJwE`{kW_2eGC=BQP|jfQ@wwLv@Tj#Lnv0Y-_?t?`+4 z;WO26(;vSS8VrXgWrG#;tkH`7LB7>NwFyU8 z@zR3&A!*rUAX6GjDu1D~mp1}arEKYgK{x-zn)}&LZiy)EyMt`-`2HO)Z=_Q& zjdQyY1}5Hl*3dPAW;D5{$MY7>ZNg(tYCsHRn0=tSAsSsql(iC5CQO&2X^}PYnws4c zU}s*MU21WvWQt>qroG~0PR4xH>K2yHIujEirR5-MXiAy}*Rin08?032#e&2;1ymd} zB~6JFebG0#GZdv-G3;zf%g>{*Vr%Wv_%ZXdw!-1Su-^h^DhgK?;@xRCzp7;>-z)8M z+C-S{WB0Mb27OxWBCNQzRVwq$@$KSQ5vxceSvjhMPIlRv4_d*eM9tqCh2{)5$cmJ7 z(`ve(Yb>F+^r4wyu&Mjn=(dUQ*ExJdhAZQJ=U=&+oGZ4jHm~A@qQ>9Wo4i|wLDJW5 z99x`i-#kvP>Ed6nk{t4%c7i)p* zRMbD7fh(Wupq`yBC8oJ4uM`_bPc|*5phF0ARMY-%z9IlVr+jtH7 z$s2s#D1ODK^9nZEGNSXz*Z}0hxtM$y<94M;eGn#rc@Ns7`NBrnx7gVT)}pT)CU!N4 z+m7*Kmi0;WFO)DEIrq#r4(b{6E)>T?HJ%~RrYn;9@gpIXN=Jw@cTavYKmmB1KY6$7 zQL+1`g?DT<*59G!dSP)jlxp!tUng;x{`5W{eQVH1Q+NQ5z|_NhH48RIz4u|nglqZK z5Y0hH8m`9mnP>c#axs3QM_8^TxzrTFRlfhe&0bk?q-vu?8FzK!&2c$HIp1lzV2n+Q z_}N$pbdMEv4l!ISVc!;{Kk`62CKWK@JoPwy0YTw@r~Qfvp*ri6zKaejpofP-FdInP z>sJa*=XsfVK94RR|5gB9fJ#goqO|b3IJP>^>NlFX+{Xe5VojdB+pKaF0cBi8F$-~z zXZ#GsK2x22&YN))A0Plg{La^fv@(F&(PvW{b^);>jHA@;Kw0gP^dv^!nIMejT4 zLDXd&S7Sw)%l@z(RTCLrJ*_WFA{YLona9^ZL>IxY#Sus+zuj1vi*J=;GCE zq*VNhlrpA3X{!@wTior~nVJT>JvvrfYJu}J&HTS~!eef_UG^4UC+Vc0R?+Hd<6}76 z+17I5+QGAjWhlC zAHtOvw$c&=QSY4Tn67VCVk};2kMrWqA_+A9{xRo_72AiGR4p!u#UnvlJD4QN+G?-< z>7RDth6qx|u4tG>!yCKe&lzY*=UI>|A+orY6b+MYB^_m2aClpo*b0O8gASt0_T?o} zmQeoMfo}wm6)YwC8_lRoRwf>$5nyFJ8ISu5qgnh9%2NQsiUOD%bPEUs)&xYv8!H$oJ))Q7Dt&2n|QAQe8@uBhQC5OKt9ddV$Hf zvbX}Gmk#bcGQwTZr7NScs(47FVYC5wgV{ml3v9# zr#Rjg=&(P}gxCJMSfJMo`uo_ShGBQf6b?m@Xvu};S`L$uto{;89m{aks!aMO`nvX1 zMg1L;i4!^)o%Lr0v`*?G#0C8mEf*e1zU>HR+29VTyH9}MCFr$L3FF?+$fZaLJrmAc z7(|rJ$CSUD0-69;?TS{E~vOCy|L`QLR2HsP3a^1oXP2OIzZ literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-hr.mo b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-hr.mo new file mode 100644 index 0000000000000000000000000000000000000000..aa6b8ca5ae87120380577ebecfd985ea79a2bdc6 GIT binary patch literal 27851 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 A{r~^~ literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-hu_HU.mo b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-hu_HU.mo new file mode 100644 index 0000000000000000000000000000000000000000..e0aa58e484d8978b037c8155dd992988af29c619 GIT binary patch literal 52216 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 literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-it_IT.mo b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-it_IT.mo new file mode 100644 index 0000000000000000000000000000000000000000..f92a2b4a4087d12fa87d78218b981d9101eea075 GIT binary patch literal 39606 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 literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-42da344ccb044413769d16ed3484307b.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-42da344ccb044413769d16ed3484307b.json new file mode 100644 index 00000000..724ddb44 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-42da344ccb044413769d16ed3484307b.json @@ -0,0 +1 @@ +{"translation-revision-date":"2022-03-18 15:02:47+0000","generator":"WP-CLI\/2.6.0","source":"dist\/block-elements.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"Loop Template":[""],"The taxonomy to check if in the same term.":["De taxonomie om te controleren of het om dezelfde term gaat."],"Check for posts with the same term as the current post.":["Zoek naar berichten met dezelfde term als het huidige bericht."],"Remove container condition":["Verwijder container conditie"],"Display Order":["Weergavevolgorde"],"Parent Element":["Bovenliggend element"],"First post":["Eerste bericht"],"No post meta":["Geen bericht-meta"],"No featured image":["Geen uitgelichte afbeelding"],"Keep default archive navigation container":["Behoud standaard archief navigatie container"],"Disable default pagination":["Standaard paginering uitschakelen"],"Add default archive navigation container":["Voeg standaard archief navigatie container toe"],"Disable default post navigation":["Standaard berichtnavigatie uitschakelen"],"Use the above template tag to add the current year to your footer.":["Gebruik bovenstaande template tag om het huidige jaartal aan je footer toe te voegen."],"Current year template tag":["Huidig jaartal template tag"],"Disable primary post meta":["Uitzetten primaire bericht-meta"],"Disable featured image":["Uitzetten uitgelichte afbeelding"],"Disable title":["Uitzetten titel"],"Keep default post container":["Behoud standaard berichtcontainer"],"Post meta name":["Berichtmeta-naam"],"Term name":["Termnaam"],"Posts with custom field":["Berichten met aangepast veld"],"Posts with term":["Berichten met term"],"All posts":["Alle berichten"],"Apply to":["Toepassen op"],"Tag name":["Tag-naam"],"Replace default secondary post meta":["Vervang standaard secundaire bericht-meta"],"Replace default primary post meta":["Vervang standaard primaire bericht-meta"],"Custom hook name":["Aangepaste hook naam"],"Choose your hook":["Kies je hook"],"Hook name":["Hook naam"],"Quick hook select":["Snelle hook selectie"],"Before post title":["Voor berichttitel"],"After post title":["Na bericht titel"],"This Element will replace your site footer area that holds your copyright message. It will not replace footer widgets if they exist.":["Dit element vervangt het footer gebied van je site waar het copyright bericht staat. Het vervangt niet je footer widgets als deze bestaan."],"Templates":["Templates"],"Element type":["Element type"],"Editor width":["Breedte editor"],"Install GenerateBlocks":["Installeer GenerateBlocks"],"Activate GenerateBlocks":["Activeer GenerateBlocks"],"To take full advantage of Block Elements, we suggest using our GenerateBlocks plugin.":["Om volledig gebruikt te kunnen maken Block Elements, raden we het gebruik van onze GenerateBlocks plug-in aan."],"Block Element":["Block Element"],"After content container":["Na inhoud-container"],"After content":["Na inhoud"],"Before content":["Voor inhoud"],"Before content container":["Voor inhoud-container"],"After header":["Na header"],"label\u0004Single post hero with excerpt":["Enkel bericht-hero met uittreksel"],"label\u0004Basic single post page hero":["Eenvoudige enkel bericht-hero "],"label\u0004Rounded buttons with icon":["Afgeronde knoppen met icoon"],"label\u0004Default next and previous buttons":["Standaard volgende en vorige knoppen"],"label\u0004Landscape layout":["Liggende layout"],"label\u0004Layout with offset content":["Layout met offset inhoud"],"label\u0004Basic layout with term buttons":["Eenvoudige layout met term-knoppen"],"label\u0004Full footer 2":["Volledige footer 2"],"label\u0004Full footer 1":["Volledige footer 1"],"label\u0004Term buttons":["Term-knoppen"],"label\u0004Stacked with avatar":["Gestapeld met avatar"],"label\u0004Inline with avatar":["Inline met avatar"],"label\u0004Two columns with background overlays":["Twee kolommen met achtergrond bedekking"],"label\u0004Two columns with arrows":["Twee kolommen met pijlen"],"label\u0004Two columns with featured image":["Twee kolommen met uitgelichte afbeelding"],"%s Units":["%s eenheden"],"A size unit for CSS markup\u0004Degree":["Graden"],"A size unit for CSS markup\u0004Percentage":["Percentage"],"A size unit for CSS markup\u0004Em":["Em"],"A size unit for CSS markup\u0004Pixel":["Pixel"],"Select Units":["Selecteer eenheden"],"Displays a dynamic image from your chosen source.":["Geef een dynamische afbeelding weer van je gekozen bron"],"Dynamic Image":["Dynamische afbeelding"],"Dynamic image placeholder":["Dynamische afbeelding placeholder"],"Choose your dynamic image type.":["Kies type dynamische afbeelding"],"Dynamic image":["Dynamische afbeelding"],"Make image rounded":["Maak afbeelding afgerond"],"Custom field name":["Aangepast veld-naam"],"Custom field":["Aangepast veld"],"Link to":["Link naar"],"Image height":["Afbeeldingshoogte"],"Image width":["Afbeeldingsbreedte"],"Image size":["Afbeeldingsgrootte"],"Author avatar":["Auteur avatar"],"Displays dynamic content based on your chosen source.":["Toont dynamische inhoud gebaseerd op je gekozen bron."],"Dynamic Content":["Dynamische inhoud"],"This is a placeholder for your description.":["Dit is een plaatshouder voor je beschrijving."],"Choose your dynamic content type.":["Selecteer je dynamische inhoudstype"],"Dynamic content":["Dynamische inhoud"],"Custom more link":["Aangepaste meer link"],"Use theme more link":["Gebruik thema meer link"],"Excerpt length":["Lengte uittreksel"],"Author description":["Schrijver omschrijving"],"Term description":["Term omschrijving"],"Post excerpt":["Bericht uittreksel"],"Post content":["Bericht-inhoud"],"Dynamic link type":["Dynamische link-type"],"Updated date before text":["Bijgewerkt datum voor tekst"],"Use % in place of the number of comments":["Gebruik % in de plaats van het aantal reacties"],"Plural comments text":["Meervoud reacties tekst"],"Singular comments text":["Enkelvoudige reacties tekst"],"No comments text":["Geen reacties tekst"],"Term separator":["Term scheidingsteken"],"Replace with updated date":["Vervang door bijgewerkt datum"],"Updated date":["Bijgewerkt datum"],"Date type":["Datumtype"],"Terms":["Termen"],"Hello World":["Hallo wereld"],"Comments number":["Aantal reacties"],"List of terms":["Termenlijst"],"Post author name":["Bericht auteurnaam"],"Post date":["Berichtdatum"],"Title":["Titel"],"Dynamic text type":["Dynamische tekst type"],"Published date before text":["Gepubliceerd datum voor tekst"],"Term archives":["Term archief"],"Author meta":["Auteur meta"],"Previous page of posts":["Vorige pagina van berichten"],"Next page of posts":["Volgende pagina van berichten"],"Comments area":["Reacties gebied"],"Author archives":["Auteur archieven"],"Single post":["Enkel bericht"],"Taxonomy":["Taxonomie"],"In same term":["In dezelfde term"],"No previous post":["Geen vorig bericht"],"No next post":["Geen volgend bericht"],"Space between":["Spatie tussen"],"Inline alignment":["Inline uitlijning"],"Inline post meta items":["Inline bericht meta-termen"],"Previous post":["Vorig bericht"],"Next post":["Volgend bericht"],"Current post":["huidig bericht"],"Source":["Bron"],"Post":["Bericht"],"Choose\u2026":["Selecteer..."],"Dynamic Link":["Dynamische link"],"Use fallback image":["Gebruik terugval-afbeelding"],"Meta field name":["Metaveld naam"],"Add a background image to this Container to make it dynamic.":["Voeg een achtergrond toe aan deze Container om deze dynamisch te maken."],"User meta":["Gebruiker meta"],"Term meta":["Term meta"],"Post meta":["Bericht meta"],"Featured image":["Uitgelichte afbeelding"],"Dynamic Background Image":["Dynamische achtergrond afbeelding"],"Dynamic options":["Dynamische instellingen"],"Archive Navigation":["Archief navigatie"],"Post Navigation":["Berichtnavigatie"],"Post Meta Template":["Bericht meta template"],"Content Template":["Inhoud template"],"% Comments":["% reacties"],"1 Comment":["1 reactie"],"No Comments":["Geen reacties"],"This is a placeholder for your content.":["Dit is een plaatshouder voor je inhoud."],"This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.":["Dit verwijdert de huidige zijbalkwidgets voor de geselecteerde zijbalk. Je lay-out moet een zijbalk hebben om dit Element te laten zien."],"Site Footer":["Site footer"],"None":["Geen"],"Type":["Type"],"Right Sidebar":["Rechter zijbalk"],"Left Sidebar":["Linker zijbalk"],"Priority":["Prioriteit"],"Custom Hook":["Aangepaste hook"],"Custom":["Aangepast"],"Site Header":["Site header"],"Page Hero":["Page Hero"],"Hook":["Hook"],"Right":["Rechts"],"Left":["Links"],"Center":["Midden"],"Location":["Locatie"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-53e2a1d5945b8d2b1c35e81ae1e532f3.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-53e2a1d5945b8d2b1c35e81ae1e532f3.json new file mode 100644 index 00000000..35533e46 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-53e2a1d5945b8d2b1c35e81ae1e532f3.json @@ -0,0 +1 @@ +{"translation-revision-date":"2022-03-18 15:02:47+0000","generator":"WP-CLI\/2.6.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"Active Elements":["Actieve elementen"],"All Elements":["Alle elementen"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-92fa58377f1b6f7bef9c785c31ae29ff.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-92fa58377f1b6f7bef9c785c31ae29ff.json new file mode 100644 index 00000000..4fd94dc7 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-92fa58377f1b6f7bef9c785c31ae29ff.json @@ -0,0 +1 @@ +{"translation-revision-date":"2022-03-18 15:02:47+0000","generator":"WP-CLI\/2.6.0","source":"dist\/site-library.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"Requires GeneratePress %s.":[""],"Built by":["Gebouwd door"],"Note: We do our best to ensure all imported images are licensed for open use. However, image licenses can change, so we strongly advise that you replace all imported images with your own.":["Opmerking: we doen ons best om ervoor te zorgen dat alle ge\u00efmporteerde afbeeldingen vrij gebruikt mogen worden. Afbeeldingslicenties kunnen echter veranderen, dus we raden je ten zeerste aan om alle ge\u00efmporteerde afbeeldingen te vervangen door je eigen afbeeldingen."],"Check out your new site and start making it yours!":["Bekijk je nieuwe site en geef het jouw unieke stijl!"],"Learn more here":["Leer hier meer"],"To disable it, find WP_DEBUG in your wp-config.php file and set it to false like the below.":["Zoek - om het uit te schakelen - naar WP_DEBUG in je wp-config.php-bestand en stel het in op false zoals hieronder."],"WordPress debug mode is currently enabled. With this, any errors from third-party plugins might affect the import process.":["De foutopsporingsmodus van WordPress is momenteel ingeschakeld. Hierdoor kunnen eventuele fouten van plug-ins van derden het importproces be\u00efnvloeden."],"Debug Mode Enabled":["Foutopsporingsmodus ingeschakeld"],"Preview mobile":["Voorbeeld mobiel"],"Preview tablet":["Voorbeeld tablet"],"Preview desktop":["Voorbeeld desktop"],"Elementor Tools":["Elementor Tools"],"Take note of the old and new URLs below, then head over to the Elementor Tools area to replace them.":["Noteer de oude en nieuwe URL's hieronder en ga naar het Elementor Tools-gebied om ze te vervangen."],"Begin Import":["Begin importeren"],"I understand":["Ik begrijp het"],"Confirm Import":["Bevestig importeren"],"Import Demo Content":["Importeer demo inhoud"],"This will install and activate needed plugins, import demo content, and import site options.":["Dit installeert en activeert de benodigde plug-ins, importeert de demo-inhoud en importeert site-instellingen."],"Import Theme Options":["Importeer thema-instellingen"],"This will import the options from the Customizer.":["Dit importeert de instellingen van de Customizer."],"These plugins need to be installed manually.":["Deze plug-ins moeten handmatig worden ge\u00efnstalleerd."],"These plugins are already installed.":["Deze plug-ins zijn al ge\u00efnstalleerd."],"These plugins can be installed automatically.":["Deze plug-ins kunnen automatisch worden ge\u00efnstalleerd."],"Gathering information":["Informatie aan het verzamelen."],"Refresh sites":["Vernieuw sites"],"Requires GP Premium %s.":["Vereist GP Premium %s."],"Page Builder":["Pagina bouwer"],"Category":["Categorie"],"No thanks":["Nee bedankt"],"Remove imported site":["Verwijder ge\u00efmporteerde site"],"This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.":["Dit proces maakt veranderingen aan je website. Als deze belangrijke data bevat, raden we aan om deze te back-uppen."],"Try again":["Nogmaals proberen"],"No sites were found.":["Geen sites gevonden."],"Restoring content":["Terugzetten inhoud"],"Installing %s":["%s wordt ge\u00efnstalleerd"],"Import Complete":["Import compleet"],"Importing theme options":["Thema-instellingen worden ge\u00efmporteerd"],"Why?":["Waarom?"],"This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.":["Deze procedure zet de vorige instellingen, widgets, en actieve plugins terug. Het verwijdert ook de ge\u00efmporteerde inhoud en CSS."],"It is highly recommended that you remove the last site you imported before importing a new one.":["Het is aanbevolen dat je de laatste site verwijdert die je hebt ge\u00efmporteerd voordat je een nieuwe importeert."],"Existing Site Import Detected":["Bestaande site import gevonden"],"Restoring theme options":["Terugzetten thema-instellingen"],"New URL":["Nieuwe URL"],"Old URL":["Oude URL"],"This site is using Elementor which means you will want to replace the imported image URLs.":["Deze site maakt gebruik van Elementor, wat betekent dat je de ge\u00efmporteerde afbeeldings-URLs moet aanpassen."],"Additional Cleanup":["Extra opruimen"],"This site uses the following plugins.":["Deze site maakt gebruik van de volgende plugins:"],"All":["Alles"],"View Site":["Bekijk site"],"Get Started":["Nu beginnen"],"Plugins":["Plugins"],"Installing plugins":["Plugins aan het installeren"],"Activating plugins":["Plugins aan het activeren"],"Importing widgets":["Widgets aan het importeren"],"Importing site options":["Site-instellingen aan het importeren"],"Importing content":["Inhoud aan het importeren"],"None":["Geen"],"Import":["Importeren"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-cbab080b0f20fd6c323029398be6c986.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-cbab080b0f20fd6c323029398be6c986.json new file mode 100644 index 00000000..c67be4c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-cbab080b0f20fd6c323029398be6c986.json @@ -0,0 +1 @@ +{"translation-revision-date":"2022-03-18 15:02:47+0000","generator":"WP-CLI\/2.6.0","source":"dist\/dashboard.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"This will delete all of your customizer settings. It cannot be undone.":["Dit zal al je customizer instellingen verwijderen. Het kan niet ongedaan worden gemaakt."],"Reset your customizer settings.":["Reset je customizer instellingen."],"Options imported.":["Opties ge\u00efmporteerd."],"This can overwrite existing settings and cannot be undone.":["Dit kan bestaande instellingen overschrijven en kan niet ongedaan worden gemaakt."],"Import your customizer settings.":["Importeer je customizer instellingen."],"Global Colors":["Globale kleuren"],"Export your customizer settings.":["Exporteer je customizer instellingen."],"Import \/ Export":["Importeren \/ exporteren"],"License key deactivated.":["Licentiesleutel gedeactiveerd."],"License key activated.":["Licentiesleutel geactiveerd."],"Get alpha and beta updates directly to your Dashboard.":["Ontvang alpha en beta updates direct in je Dashboard."],"Enter your license key to activate updates.":["Voer je licentiesleutel in om updates te activeren."],"Not receiving premium updates.":["Geen premium updates ontvangen."],"Receiving premium updates.":["Premium-updates ontvangen."],"Options exported":["Opties ge\u00ebxporteerd"],"This will delete all settings for this module. It cannot be undone.":["Hiermee worden alle instellingen voor deze module verwijderd. Dit kan niet ongedaan worden gemaakt."],"Open tools for this module.":["Open gereedschap voor deze module."],"Open Elements":["Open elementen"],"Open Site Library":["Open site bibliotheek"],"Settings reset.":["Instellingen gereset."],"Typography":["Typografie"],"All":["Alles"],"Reset":["Terugzetten"],"Modules":["Modules"],"License Key":["Licentiecode"],"Deactivate":["Deactiveren"],"Activate":["Activeren"],"This module has been deprecated. Deactivating it will remove it from this list.":["Deze module is verouderd. Als u deze deactiveert, wordt deze uit deze lijst verwijderd."],"Import":["Importeren"],"Export":["Exporteren"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-ecf9f3c2af10c4f2dfbf4f42504922d1.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-ecf9f3c2af10c4f2dfbf4f42504922d1.json new file mode 100644 index 00000000..4b227d35 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-ecf9f3c2af10c4f2dfbf4f42504922d1.json @@ -0,0 +1 @@ +{"translation-revision-date":"2022-03-18 15:02:47+0000","generator":"WP-CLI\/2.6.0","source":"dist\/customizer.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"Related\/Upsell Product Titles":["Gerelateerde\/opwaarderende producttitels"],"Catalog Product Titles":["Catalogus product titels"],"Off-Canvas Sub-Menu Items":["Off-canvas submenu items"],"Off-Canvas Menu Items":["Off-canvas menu items"],"Secondary Mobile Menu Toggle":["Secundair mobiel menu toggle"],"Secondary Sub-Menu Items":["Secundaire submenu items"],"Secondary Menu Items":["Secundaire menu-items"],"Off-Canvas Panel":["Off-canvas paneel"],"WooCommerce":["WooCommerce"],"Secondary Navigation":["Secundaire navigatie"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL.mo b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL.mo new file mode 100644 index 0000000000000000000000000000000000000000..1c22113fef2b2ed97187161a87a1555e85dd5885 GIT binary patch literal 57069 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

9Y#@h95$X1WqDjliIqH?B(>qGe)3^WFp-nRDh zw`}`U8~hXOgz&h6ih|nQlmOLbQq4>?kFd&zarw86su>=1n&H~Gtcm4E+1ON_@!RXA zzFYRGj!^9l&E&KDsy7r_nKd1>76hm6Bh9nSTWhuPVBerpq$G@6lbr^?8F8#}y^+el zOJl-9MECTe;Ft9I8bC80=fAam5+lbQ5t2?`=`q^KHI94}(?xwX>`vM4`Zm5qwkN%A zba;ISuxy$yR^c%g)|T2hYwSwcY*5w6jQdMaaT1okqfaI^+A4f8VZ)AV`)alEN!_Kg zy2g@o2i6v#IF?`x zk;$$eT@e#XF1_dw`4xUwwraY;(&h~l%82JF&n3h<6DOPL&6y&kM*;qoRX!7P;Y)9 zPGZXI+2!)Vx*U!nv$f>yuv2849!P3Bsgd~MD}%~T&9#HLZ_8(?}4 z);{VeztWG9OULVS$A#u1COlo~hYf@Sy#4%9doqVr9^)_Dd5SlVV@_e$li9pXE_WSj`pyKU#1{eH;Cnj-V*%5==%e zv!%z=Njg>5*tDE!$)xH|*_7c}P2jq2@r#wA zX}#!v>0ykQ+-<{0;&P%0ldWA*I8Yf&^L&biF5R$J_ax2P*BgtcG%aeTH^~&UJr{Wh z;j4P#T0vw#eSB2c3RWjh_8OzZ%VnLPF<(vj(Aa7qgRovqF>y+{lbU5ttMWL4VMDL< zn|^!i2mLDnl2AT$YT=WKRL>Ok$;ulwYjj_m~$OCCq%C1tJrTC=)_I-nvkdayL;p0Q6fyf)}SRFwiNh_UReN5Ed;AW1)|{e+8Fkx zOX;vSv#`t^ewv(qVQ&l~Ooqp8CD=evxo0VE?JDWZNek@$(<9ttqW%&&=@Hi!)9kgM zGBv?kGSel9eWesj`3Q;1O$3y_5EM-y?7zb$KlHd$p`8BGrRo}^7tvcZPj$vo-KC&MA(&By5gI8n z+j@dfU(jJ%Y#8`|* z%(GBd8D--r3k61-83&p1WF_hD2LFMh}Dtd_S87Nh$|7fda-!D?s`zkr>KN-IGa&Rq5j(U zir9Sfz30kAt3Sou=W}T}TZM92&W5e}eBrvxl<2f{K&g>V9aB{9lI|W)dJUJko~>ms z2J`qJI8B^k%}Y*N(@roCsev)3#d4)JVLF(v23eO4)h1EM(o-5rN7S{1NnTdW|#Z17d{*D=n8HRVm`x=Qdr*g)r%yN4GT_*C0h>5|*0b*CANL9O1XO*aBcBITBd>0U92d&0UgKnhTZ%<}r) z6r3f4F9m^47b_2Mr*8YL3**w8Mm2 zQ&Ybg*Qw3)Q_aS=?Q1qE24+?*C)jC@ix*3t%UE>~9rbNX_}BtY*^E0F?RCHKOA>{l z?_Z#?>1r1&=Y}XciCxAhaVH%}CW`H564@eUpR+W@P*Ps^pvcVP?PZ(gL1iUNaucxD zejLugLb?L^G!hN#zr(P!&K4r-!G3ciRu%V3Ym*iAaU%2eigk29u}Ra~hpDaxg-e#L z^dPO3BAoAL(cHH1>+y8IWB^a^r!6t<@J%)9n0N|nA7N&CqTSL6#Un1lpuY2vreRDA zlDcF>=3;1C80uN3LDxk1$?Ri8Gel+bKp8_VoG1lIE4~zhDKCVQuS=tX_H_RvtN)s= zh(dSCR>zmoe(XUj8Er$dvt-&dhaa?F9HCCI@bWO`8e-U8onVMFTP|&kvQsbEzt(QbK`I;WkY11`8Eg%r-W=whZ)3B8js6 zwK`TQy1i|LQi(I}hYZ6QvG{S7awT!Urc8iSqqAQViRP>`wq$kMO_4oD)iw4(X5Q1? z$yI9T7I95v@iQ6ecox?~>Y4v6J&S80^(?N04C5XiaUGgaMt*oi)@<(Q4t!LLvar+~p4B0-KoBUX6%X-RzBdT5IK1RDQQM!s`-2U;E zy`1F>Ax*BQeW$hKYEA^!q*SKL7QV9P3l-{DGJ9!mRzQxYHwsSuY(%Tl~ZZ6gRXK{@N?&+DLK};Slq7m^Gw8;p^+$p21Z-e5iTCLoM*6lSL>E<$5Wj zWdq$T&$ZC+wc^bZXp61F%egGHwi?;xzbP;)^-nNdf*~= zqof;W6Bw`Qmk9>jkKzM7=4##bYC6BnmJe~)r0aCjaXM_?Y1f>Y+di{auThueekD#$ zYj;Irk{=q^Y%GQ8&OAz;DT1U7OC#!IsxF#R#EBjTZKvJuePi9IDZmN|EFE7|Q4QDb?#X~jTNCLeo ztj_}kqdN}DIzl{}+ZYoxFq?E;)vM`TbO|?nGy5^05n`-1=;h6gZ#L7!`D>_TG4@4%Pvgw!~%Vtoo~~Cy;^tbAJTe4dfhe#N3f?($EK zTnnzghA~vT)(k-;KHBWMs&30vZMfNVT@~XgzqPDh8luWveq-i%HNP^GO=B5>(TcD` zWA(EicJ;@44Cm+|W!1T4Sv0$PX(i52<|9@v%!|!o>0R8r7`C8j&NSq$G3hiD=#5oY zhqlSTny+cO0G3>=PnT%+A-MH7Ox2Uj*FB>86f8mv>6}&JPU+-6y4A8dHN)!WzMPxm zOZDnREd)_AIqN#%B%9C)lKGicC4WIm&&a<rRKLb?=2h4gLgvah#(Z&anFN#^Oi8s;|D z@~Bu^EIK6rwV7YudBM;2UV1cMKke=+&U$6u>U@*^Ri8LKFfhxprplJm?ipL=#UKBq zCX_d|D_tJ>FG-;<#+NWEbpB;S)i0;y2Ep{JuQa0-p5Pt@N_>fjod*vNbVHAf}68*={!O%Xx4GBY)4FGx89=y~Rlb zX+!ylogcWX+5La4>o6u&*dMCcEQR=6IV{_fUw*d4-cRu}W2uvvAH8BWlYu>BPFC@H3lPH0w@e~f z8@(X>J=T0`)GEj{fRp?|kA|rYVpOkOmF66F5m>qIYlwMW7Q%XeKbxBm^ zZ1-!jlwD0DmQSF#Ii6cK(>0uu%VoE3OxZo0d}643g-mk$yS!JvZHNh=EaO6f#WzBZy?ZDio_yEr* z1delXTGub^j4#AE;-x$U)X7fnqxJU zYDtUm5fpbdsQoO}{3_kpsofDQ%p5LYMImu3^}O5;wnjrm&~`>tJ)=TK+%{EU$EE4A zykysOvilVGbavER=@xW8H}85o;OSb09bK`r5B{Z}4LQ2KdUTK6NS^>|VEZZ~^Xoa2 zjg|S93Z$Oml8@3nZ&T=Y9paoO9XG|9!euVcllmg9M}{B&)GqlJl6hs`_u^Ly5_PEK z2gxgrdL<`|7d9m$y|P_9c`51iT)+LKL_D=FWovC}fu~yClulKo_u`?}uV%)yUG9>0 z*TRG&)hrYvSvuW=T}5oZyo0dc@a@MfY^pkXoC3-!k9F4R;~yB%84{ zc9IGZ0jLBwwT`4H(ogspTGaWGSh#>89bh8ZUjQicGDgTRHQl=y}+h z^wk~{owTe{t#+uLJeCxR)%UccRBQB+JgdV=lcBOvx+$UfHGQI1QA$rkmnr#_bhx6& zl%D77cIoAaR%|+XvVS457MIxAZbCKfBr{-lx3mQxOL$HBBfixVJ0f-z(QovV>^@C< zf2ouv5qs2-Sg}zpV_F3V=|=IlcuIaWtUlhwhxpV3O2>9M(=cIQVGO!_bbWAUxYAN^ z){u6Pt=J;FTf9Nrwmh%ylds(mTd7O5w;!;st!)*2=+y;h5veblox~XQfoo|q!kVK-q9Zo^o z4Wp%gINM_vOT~MBCPPb{l2V7};s@df{MymzOxv`sup`hhqno3&zQ`A>rqpp@HvcR~ zebCl@m=%(5Oed}YcI^-977t5b^87{5Ud=F%ABChmQ{b;b=jhpRaW6L$_-~!C-(IVu z6{%`tA&qgS&W7%D<=&a>mE$vMrZ16Vq4DTR*qK}#_!m3FZ!S4uCU zljajLT{FLzbdWPzu7qL$mOg~t(Hf4F6)V0P{2eP%dG+XzOI@H4MM~6Op7kj?AyS)2 z=nACGO<^Wpb?-oN5HHdnRF8FKn73RK@ii#dUa;m%X7!%?OZ9OTf7wV%h!jA}h=jLm zxq5)BYTJ((-nrgRXVC3Lp(ZP;VET!`I&-(hqDpkVB$`&&;>tL`{k$Nwjd2zJ2ah*&=0!=GCWPRJYl`?J84yoT|kGGg$mAf<2S^Ev0gr z20lQ9G1XPsSo85X^nCCjn7eH_@&RR7_yA!WbwJ5V(u zIOMM5Ff0hAd`Qg8R**hhiZ+P-KocCDX_-Pau&`(M4Y~Gin{H5U*epjq^Sf#ZJ@ERdfi&?2c|eV%a5=;Og=j z8hhE7bE=V8&F!fsNGPs0MVz>~BWWfqg*3yd0(sE;HQFfV8B3^ZZHSabt+&~+%jGoG zRXVL&ME+M^oLcQsfL-5?4^vj?L+(i|D+=Pfq*w@L9*g~E+coSB71qqs!Nu}%gFU~e zufQlj*X{Wh+aBL4eQZWMY3(9=xvuvr9a6I&b$_`g&j%S5aos9aq~qWr|(4p$~gi`14r8I@Wl1zhK-KO}545@{zF13k4eYdDIYe=r@5=Yv{Vr1dRU?qpp` zLr-~A7yE-;2*{>t(k*u!nA)V%B&!Dp-v@R*H$j?Rm7>L-MKBWUM8* z;-^7u=n;~-$d4a9R06Bx5KR%emMV%oW+HVR4e434HxS>*%zWF{l{TwsccgThk29jW zF;2HH*!`_FtXTDG#=6wMtmg*TbQm#Gc2i9%j`f(__NUuhL%B>w*kp9hFK^}ACK;A( zp%H7BV*0f~q74@fDj$vt%2^d}bEEIyJOjO#*e2aYb2`l*m%shr z%1cj+P^nUo|F2aFQHc!Zs5SrkGJ5Vd|5(Nw#1{#km6)DRS)snLAOPKU>2DmN`?7K^CnGu_GO!q1x2>m;PA36zyS z&|CZsl^q;a!)h*-nJnh#)_S%D%bUKPKK3Z7NS!N-_RGt=ht#a#>4bq7Y>73>ZWJv3 zN9FIq##u}@q+yE7U!JP9rGm*O=_F=fC|9^orPjbPHI!zwOnv1qr=d{nCa}Lb%g5={ z)eSl}Ud!`KX7jmR(|-C2JzH68(oWn$kQ-zyAH$?%I@+FeE!P;*@j>fly`|MKDJSpa zL19!i`orS%m~>vw-sh;Z6dK-2>M+ZXo)mOMIClN?cIlzIK#z{?$>mjS38WQMh}&fU zHywvm(Vq}M+W9SKRsyF7Sq zk1+#w*zQtXZqF{_)|RchmYv}Y#fH?aBkB-mde7uKA4&C|o$~z6FiYoenc9pco4<7! zCk3jFTMz~>w2l@E8@Q1p6@T>E*ps`HcRYY8=D=9c2ZxUrxcgoxcSkn-MYA! zBL&v$5f@WD;wY77f|78f8hWI!s+>3t8?-mwo2TGY*yE zqO0){uhw%ULH&lkaRFQDeAv<}g>9jyF=$!I*A2Qsmh96Ud_AD}6;H7PgO`qANT0~^ z&38(ef0AXZCB0IdeJ|eb#5q-}l+6W%MQb8m{hL0b+iJRxTOLcli+g{U`KM)Ub7-Fe zqerv!Gn@9o87CFZsMT}Ev~=EdkN5o+n;P4=*Pu9{su%J*i+cUHBG($j(#WR05N9H$ z`FaXHo-~{_M(Grfv^K`k%u6@a!dv+`f+G#w56qhrx+jkrQafwZj89*z=cWDFUUWKW zM@Q*SAzCe3+EX#5X+1iQ32}))pT|R09+c&4d!wbVp7^Ao_-0qhTgFXU9dY?<`V^XB zPe}i|*X#|AmQJ+MW7QW*k)KIH7LY_D+uR9}sE zEA;=7VK;Y6i`IQKsqe$+c>^oWCK8UNV^w^LX?BpE|Kz}J4*U& z4b3hEf>Sf2rhG&onO3#C=AZ5=NIf-|nu|&wScV{7OixGP>3}`66NR=92ka9f={33y zm=6Z*QecH(uTTdD+^AsR0GOfPt~^lPD-5>*v%TXRSv|SdLuTvr1@dYsI85mJ7$Hx4 zOSuxZAd2$)BP`S;n={nT%m*duPF1Dr^=5`6eOWWKty2;~mA`cPugk7DEfYt{t)EqN TLe{VQ<>-g{{W(2dqw@a&hEBG0 literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pl_PL.mo b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pl_PL.mo new file mode 100644 index 0000000000000000000000000000000000000000..06c623d9a0f3d2dd66355c3545b76024ab09693e GIT binary patch literal 30953 zcma)^3A`jlo#%7pZf+1z&g5w9mhRUlf=xq1_v?$k9{sv$1qAa|<$Et*Rb>{HRb5?$ zB5cqm)}XTfzY ze$?@GjuY?*-e2#+Z-h$;zZJe3ei0rAe+!jv*4dtSI6Mg||Ffaq&vRS>RmH7P^(e!m zVGQ-%8{v`gRyYs72kQH2sQjLQ`tChqX;|5GUW{t~_nzGSw2e+pFmkmCxdc8|d0 z;TTkVcS5yew+r764en4m^1KPE+;>2=>u#uad=e_3M_l~lQ04wBY{EangW&aKs&=*E!SE)i z_TB~$f$xHc!uLUycb|*@qziuzD&M^>{xPU>zYis!UqX$G1LoRt&VWik59Cb~NCAB6se;muI}{W_@f$D#V61~m>FE_@r5JoZ49 z|1Nk8d;m&*4?%tZb$Bd%%<(5s}zlEyD|AyDWKf~kUbxTie}&?HPrdcP01!dMNq50ZQJxp~l&5?){xm_4)vm z-0yYahoQ>Z3zhFbL6!eBlpOvKR6hR(mH(lyvh)5ZsCJzL&wv*|mAeB<9hho3DvGgUHs!v@_oj={{vM0j=#W`dk$218B{(ST>R_cNrY4A!`q

q4dX9Q2KEf)OYWMlG8`vN$}H9>Awk8 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 G)&4&w49GeF literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-42da344ccb044413769d16ed3484307b.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-42da344ccb044413769d16ed3484307b.json new file mode 100644 index 00000000..101c7110 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-42da344ccb044413769d16ed3484307b.json @@ -0,0 +1 @@ +{"translation-revision-date":"2020-08-08 21:16:06+0000","generator":"WP-CLI\/2.6.0","source":"dist\/block-elements.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=n != 1;"},"Site Footer":["Rodap\u00e9 do site"],"None":["Nenhuma"],"Type":["Tipo"],"Right Sidebar":["Barra lateral direita"],"Left Sidebar":["Barra lateral esquerda"],"Priority":["Prioridade"],"Custom Hook":["Hook personalizado"],"Custom":["Personalizado"],"Site Header":["Cabe\u00e7alho do site"],"Page Hero":["Hero de p\u00e1gina"],"Hook":["Hook"],"Right":["Direita"],"Left":["Esquerda"],"Center":["Centro"],"Location":["Localiza\u00e7\u00e3o"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json new file mode 100644 index 00000000..4fc6aaba --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json @@ -0,0 +1 @@ +{"translation-revision-date":"2020-08-08 21:16:06+0000","generator":"WP-CLI\/2.6.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=n != 1;"},"All Elements":["Todos os elementos"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-92fa58377f1b6f7bef9c785c31ae29ff.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-92fa58377f1b6f7bef9c785c31ae29ff.json new file mode 100644 index 00000000..d60c4950 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-92fa58377f1b6f7bef9c785c31ae29ff.json @@ -0,0 +1 @@ +{"translation-revision-date":"2020-08-08 21:16:06+0000","generator":"WP-CLI\/2.6.0","source":"dist\/site-library.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=n != 1;"},"Why?":["Porqu\u00ea?"],"This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.":["Este processo recupera as suas op\u00e7\u00f5es, widgets e plugins activos anteriores. Tamb\u00e9m ir\u00e1 remover o seu conte\u00fado importado e CSS."],"It is highly recommended that you remove the last site you imported before importing a new one.":["\u00c9 altamente recomendado que remova o site importado anteriormente antes de importar um novo."],"Existing Site Import Detected":["Detectado um site importado existente"],"Restoring theme options":["A recuperar op\u00e7\u00f5es do tema"],"New URL":["URL novo"],"Old URL":["URL antigo"],"This site is using Elementor which means you will want to replace the imported image URLs.":["Este site utiliza o Elementor, isto significa que dever\u00e1 substituir os URL das imagens importadas."],"Additional Cleanup":["Limpeza adicional"],"This site uses the following plugins.":["Este site utiliza os seguintes plugins."],"All":["Todos"],"View Site":["Ver site"],"Get Started":["Come\u00e7ar"],"Plugins":["Plugins"],"Installing plugins":["A instalar plugins"],"Activating plugins":["A activar plugins"],"Importing widgets":["A importar widgets"],"Importing site options":["A importar op\u00e7\u00f5es do site"],"Importing content":["A importar conte\u00fados"],"None":["Nenhuma"],"Import":["Importar"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT.mo b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT.mo new file mode 100644 index 0000000000000000000000000000000000000000..53b4c446193753d2b51d34047b343031bd4b9b96 GIT binary patch literal 36676 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%0A`M&M> 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 literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-42da344ccb044413769d16ed3484307b.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-42da344ccb044413769d16ed3484307b.json new file mode 100644 index 00000000..a9c99495 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-42da344ccb044413769d16ed3484307b.json @@ -0,0 +1 @@ +{"translation-revision-date":"2020-04-26 23:48:38+0000","generator":"WP-CLI\/2.6.0","source":"dist\/block-elements.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ru","plural-forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},"None":["\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442"],"Type":["\u0422\u0438\u043f"],"Right Sidebar":["\u0412 \u043f\u0440\u0430\u0432\u043e\u043c \u0431\u043e\u043a\u043e\u0432\u0438\u043a\u0435"],"Left Sidebar":["\u0412 \u043b\u0435\u0432\u043e\u043c \u0431\u043e\u043a\u043e\u0432\u0438\u043a\u0435"],"Priority":["\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442"],"Custom Hook":["\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0445\u0443\u043a"],"Custom":["\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439"],"Site Header":["\u0428\u0430\u043f\u043a\u0430 \u0441\u0430\u0439\u0442\u0430"],"Page Hero":["Hero \u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430"],"Hook":["\u0425\u0443\u043a"],"Right":["\u0421\u043f\u0440\u0430\u0432\u0430"],"Left":["\u0421\u043b\u0435\u0432\u0430"],"Center":["\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443"],"Location":["\u0420\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-53e2a1d5945b8d2b1c35e81ae1e532f3.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-53e2a1d5945b8d2b1c35e81ae1e532f3.json new file mode 100644 index 00000000..8c151d93 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-53e2a1d5945b8d2b1c35e81ae1e532f3.json @@ -0,0 +1 @@ +{"translation-revision-date":"2020-04-26 23:48:38+0000","generator":"WP-CLI\/2.6.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ru","plural-forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},"All Elements":["\u0412\u0441\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-92fa58377f1b6f7bef9c785c31ae29ff.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-92fa58377f1b6f7bef9c785c31ae29ff.json new file mode 100644 index 00000000..dd014408 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-92fa58377f1b6f7bef9c785c31ae29ff.json @@ -0,0 +1 @@ +{"translation-revision-date":"2020-04-26 23:48:38+0000","generator":"WP-CLI\/2.6.0","source":"dist\/site-library.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ru","plural-forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},"Why?":["\u041f\u043e\u0447\u0435\u043c\u0443?"],"This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.":["\u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0432\u0430\u0448\u0438 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b, \u0432\u0438\u0434\u0436\u0435\u0442\u044b \u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b. \u041e\u043d \u0442\u0430\u043a\u0436\u0435 \u0443\u0434\u0430\u043b\u0438\u0442 \u0432\u0430\u0448 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u0438 CSS."],"It is highly recommended that you remove the last site you imported before importing a new one.":["\u041d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u043f\u0435\u0440\u0435\u0434 \u0438\u043c\u043f\u043e\u0440\u0442\u043e\u043c \u043d\u043e\u0432\u043e\u0433\u043e."],"Existing Site Import Detected":["\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d \u0438\u043c\u043f\u043e\u0440\u0442 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0433\u043e \u0441\u0430\u0439\u0442\u0430"],"Restoring theme options":["\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0442\u0435\u043c\u044b"],"New URL":["\u041d\u043e\u0432\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 URL"],"Old URL":["\u0421\u0442\u0430\u0440\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 URL"],"This site is using Elementor which means you will want to replace the imported image URLs.":["\u042d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 Elementor, \u0447\u0442\u043e \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439."],"Additional Cleanup":["\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043e\u0447\u0438\u0441\u0442\u043a\u0430"],"This site uses the following plugins.":["\u042d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b."],"Installing plugins":["\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432"],"Activating plugins":["\u0410\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u044f \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432"],"Importing widgets":["\u0418\u043c\u043f\u043e\u0440\u0442 \u0432\u0438\u0434\u0436\u0435\u0442\u043e\u0432"],"Importing site options":["\u0418\u043c\u043f\u043e\u0440\u0442 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0441\u0430\u0439\u0442\u0430"],"Importing content":["\u0418\u043c\u043f\u043e\u0440\u0442 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430"],"None":["\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442"],"Import":["\u0418\u043c\u043f\u043e\u0440\u0442"]}}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU.mo b/wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU.mo new file mode 100644 index 0000000000000000000000000000000000000000..fcf8bf5b709aecfbcaeb1da48990f350a8e11b9c GIT binary patch literal 53478 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 und$FDNmO$Dj;vxa-PiZF#`GN<82>r=X4=0C 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 Wg`Ai?nMnXa@y?xR=3a8Q+$G6?)bd6J zL8=jX6;VuxG(-pii6R;Kpbm=_*Q&MJ)^>ot*5xg6cfdEohv7N!@8QAl z&@-dxFnBaP6rKzx!_zH(rtt#f0(b=JD=mBlJdbc6d^7wAJPv*vD&Gt6aQJUf<^PwZ zA3QaRP9S_TRQ@igE-Zj*PY*mAz76X8vT+C=N%%c*2D}}<1%45#{8ydjzn=_WP51<; zcAR9KYMcvI&!zA+a0NUCUISI{^%j3Cq{-1vco2LVs-CYwjnns_^8XW5c`rfD$8Vte zHRWud?~PFNFb|#tmqMjqWASz4HmGs=LFK;`s-6{aG28%E&s}gb+ym9G z{l+gq<$uz`--ash2T^n(50s9xDB8sByT|!k1aN2qo{=Lw)~YcqIG`RQX?oC&RyiN`DEeyra5&JI;d2 zcOg_cm%*dpwNUdiWbt=Ewd+9`!!JRV`y8am=yy=%zHyc>Zy`LA@D)(wG60W&*BNhu zM-%=ql>B@OO0M=oii-Bb!{PH#^Zv?8`Z$Y)=c?-V?mG4h3@bOcizCQzMe5OIwd#;5S zLw&y%s()8Ot@n+VJ_I%H?}nPETcG6kc1!;RRQdN=`d+Ac`y5n1zG>-y16A+eLDlnf zsB(S>RsO+m^6TXYsD7OePlNNI%2^N9uB$EmTBv!w0jm8Uu<%__^RO3AfnS2E_XqGb z@TV4*5q2u!W1-5K4VAtS>bomo3~Ny3ZMXP)q2}drI0rrjHLm{&-MF(jRn8PBJv|dj z|E`3pXAr9YLs0d+4=VposCpi?^k?D8g#XUMFGJ-&=t7_W_0Y{DRR0%4wW}MdoGYN_ zs{}P}EvWI{29^IdsByj%YW^O8YRAJ+`JaLM{(DgN;g6u|dk(5yzksUm$cvCQ_!>AD zo&*)Y(%1u4-c=SZT6h!Gc)SZrp0`7_?`|l0xDTqn2cg>W1k|{F1uFmFLPS0KXQ+96 z-Nk;sE`+N8YN+!2p}yY?B~R~ynDo&nEj(i3=b`F7bRK6up9BVs=P8(J=Z~{ zzZa@K?}zHw$DraLgsNvhRJ*?hHGV&WlCNJvmHTVsp$mL?3RHj3f+xWXq2{j_YCNxo zs;>$)em6jk?|Y%-@FP&)KWynwL)G_9sP=ysY8*zP%K0~V8vH#}dr#x=r~DT{)q4?C z`xnDg;09wIs{MZfRo*9{+OrpGJU?gYk3)^u*P!bETPV5yXA8dwr7wO5mG6*6zW(E( z#_=SmcAg5=o*7W(oCj6U0^@S1cC3YJ?=?{4unDT2?}eJ5JD~cp2Wq^Yg0F@D2$lag zQ1u+W*w-@!s-82U;?IF<&$)0CTmV)6QmB5chiczDEL^tqtx)596PyKi!wcZ|;o0!$ zB~i2rUI1AN(YxUcI0D}cUxGdGjZ3}U{uz8L;cvjHaQZSoerw^Y310=(pKIVDun9Fj z?}QrX_d~V!qi_=3W#Rjv`tt}p8-CfsKZW}4*YFT{&~iU6M?%f#32+WP6{`Q;Q2l)y zd_BAYYW(kl%C`?51V`ba@W)W{{Ss7puU_HXezE;GI$u=1eNc4sDA!A)VSPa=^unI6aE-f zdp?M;s9*O&^>eRr*y8^R>icgSe+UmJ{Je!)Z-<(P z9qvl!dv|h zCav{63Qi_`64X4L0ksdD4<%o#q1usyny>4j*86sNG~8?Pk3+4S??9FJYpC&@)a~1O z1l0E@LG`x_YQ8RnD(@;NdD;T?{S8ptuKo;nSe{(*>2j5K2Cl8&|_)2(N=`PabN#-v!l=k3*IJDX4MY57mz^L$&vtP~-YT zsB&L0{sgMNe}$66UqZG2w{ST;WSy_48!EmGHQqx|<=<}cJ1qPFlpH+<=fVGks&^*J zEQS}rW8oE0?Y|akoNt2a-)^XOd>*RZPe8Trt5EfQ3#uLe0G012mi`jdI{6Q%?+)+v z<8&fa{9GuzVHs5Y1MoPw6>9!&g_^%zmi`!&oIMLQp3gz`<0a#7pvHUBdOv?Bz~c#@ z0oBe6pwbt^i(oHQ|F**u;5|^~J_pHQxVW;bS)VcApM4&hwz! z*?`mFEl_sEBT#zjYf$}u3C8f~%ROg9_4_iYd_{N`ybY?p{ZRAs4XE#b29Z&g8SaN_*EgWX_n$2MuTXLmUFFC32q-;w98`QS)cm{yo(MNV z&EL&X?f)oLxu1iQudhJO<9DFu`(KPNL$&8muJ-B2LdnfpQ0s0sR5|mY~ucbc@Ro~a4${mHv;LoAt_`J9K^!ZS7ve0k`bRDP-=O;Q-xfaN8b7`#L+ODosCLhTYR_T|Ut!@v3tw;HTP%FH zh4)(cOBVi?gWeJD}FZ=b`5H+feB*82TJQv@d8|Xp@6GU3cqdf-pNGmn0#)8O zE&e&Ea{n(>eZPkqx0Cw3UYP+;BYZ7<1H1(;gbzTK`y$l1{|2hxugd#%a|qNtoeEzE zXF#=U1yp%&g=fR-pxSkh@junP*5j-DeS2SPoB=i8mq69O8fty?K=t!& z#u}VNcpFsu&2T#W5LEqNfRo@?pvLj*P~-7DRQ}&V}f3Aj-vphTuz7wjR_ZmNByxaI` zwBTvd$(~9Jc{sscnBPUN5W@~Kd|^8L$&WkC^?*5_2YOZRQ?N~+PlPf znelDLB2@V;sD0uFi~o?t-)-@K2{li{#vek>*RSDG@Q9i(=M<=MIRh&FjZpPpY+M1= z|MgJqdn?p97oghTf*QXMK*{|_q4M1gRnG(PXgCa2&$GtAw)h`F)%O#q`Fa`Z`(rnG zo(45uGokd^atmJzwLabh-8?|Ge-AtsegUeSZ$P!<@1gqfGpPJ88Gj2kjtAF0Pl3um z8=eU-g;QZaTn2A}$HKpc8{i9Y6}+%PUU)NH0KWpe;pC<>DWj_(|BD{w&slIr%lEqn zYTT}YlB)!2es6#pxA#Ex;|{2H?}8e~2QBhl)O^i>`u-BA z@>amb@Ny_U^>L{6@DS{R-+-Er|AMpN$y@xmtbm&DE1=q!gIcefpw|8M7XL}8dEEz9 z?=aN(J#FEmw)*l;hRQe1cpg;$-eOz^H9l*g=C2nj|CLa3kwD4epBq00PawSC(*Mfh zUx3?4m1=p&;wQNeT;hUyzEIqp zL{t0YVlyeHY(!ICiMhB@tPHkFxq47|C09-+k>39HkIveN&WTr7>q#^_zP#8!m^2&F z9Qzf`nLT@|em4uz+;-}@?O*40e$75F?oGl;bEQ)0f=pjUCelxsAShQ>?d)J+@WpdR)!t zB@O*En4%=tKyvCsac(eItk8*Ctuz#w+|!n3GnX&;zOlC3mVs6#?<%9MR{Qeej;e4YJFTpyw(lzP$t34av0^up)*`2Wn&|Jb4(B? zD7m}ZC^|XneCR)sJhy6bwWd^}l2UaG^5fQl5BPPkuvE=&jQBekEv)v_>T0tP_Z0h+ zz8o`~3B}Css$`%!K6afJu%Z!M1LEg}-N(k|T%EN=;?}qqZ5SeuPw_*{IfOu!|;yz8Mqh z^e)U3H)*CQv-BvwnUvWC7|)-uwM%0O|j#TFse%A!lD8Sydb zFTYJFEOlp$r&VaJNz?Rp?5tG6#>d3t)0`qt3rxi-4SOk0LjzP#eVnw@7;U{SP^`3) zxTjEcx{ny!cK9WQw8$x4L%hiA-ZZ$pTHP4_j@Pi;rV%R^w|}{P!k6T?=5o@^b;auv zrazy=r)!fwJ>F7eg-N9=*w)sj^#_VcslO{)tSzpsxE3e5bhlcZ4CGp+X0$kIY((j& zWND%V7Z)43KK3PJD$9*_#L^_!WFFHkEzQ@1nGr9oR<*=3ai%ZQI5m18EuyI2N+rm` zX{5bE`U~2max8DU;U(YgZLSqs2TtE2w)tGW8Ta|+o@VUhv;KU&RqpF#clnBy7-4L+ zOU!%WM9^DETl#snah)P+wl(JbhVGgkrqYq7vkKCJoYjVP!T!-M+{LlkCxg{`F$q4G zg(sUNo3oPJTpVKC2h=L3Q2HF^ft9}6=H^Lc01jzGaf;a zn(VlY?HT79V(HZ|*7o7Kw9fqIhAnSSP_ znr}&S+T>TaR7%yH48OKoUV_F>S7+n`sX3T#KdA<4n_f#QZfP&kKFCg2D)z@H@ub3* zwJ{lT`(N7{X5*JU(r~gD8D1@L{bqz#OB_}eD;pc*BFyRv@;TdVi8H}gCyj;{e8rI^$lw8w3w-lR& zKc!Ni46_wZ$&OKE*5Y@JZGP!AJwO$T~bWAv2iYTSI7)tcB&*6TDsc!UL znzNrf-|=-_9oG3FTG~Q-ZD;g>o;+e(@xT2JzN|a$#w;kd%2DTMTu(N&kfcVuEU6?c z@Ff+3(%Xv#QuvXYpFzwCDmlAy+X`j&qxH zMGnv@HSgxzA&S@%Ke;%lw!Iq|gRbEc08GSoUDqlm6vNsTM8AW{aJniq5Q-O6p@jnk;g* zkp7ULeegO)JjZddeSmc9b6nVp_KDIyk^kvMZbjKGbdOL^c4E?VOecnO59Ws*Z#vOi z%!jd}GEha?jZ<2gc(-a+RIpgEpjT8lNg>&Bql_t3h<(Rp;cx~)E1_@Ens%s=DdZg$ zKKD$YJ9Ton!+RG+vRLBwna2mU{xG6h%RaoOZ77%xy#l4qcI5=oe*1%l1voQRSy0}8 zKpay=Q4Qvy6j!QSRILkWBvY5h3hf&eW@-&qUV|JK1#|377pjFZd0}YUr z`)K@@!cg{5vqkH&zh7%EH42hyniwt?*; zD;f&77M!T+k1d_fPunbAgg?u>pA1Ng@mblOM<%4Ro!mzy_t%}`ne#!J z=M|#dueBNmoj6x_pBE1lG45CAHe&x2>kOr{NK>1agi4FDR?AG*pV-ZYt-MZzUve(o zjWdg^b#?~#SF&ygi+HUL6h77+Skhf1h(ZL-?COYcw7S~oTImpbHEEF+ihX~42G@>N z@{FdL+(~9Nwk!HPm@13O%#_7B-)Bcv(x-w6P{!dm6l>d?KFR63V6r+t1C1R-b_SJt(&J2Euf&VYu{Ck3Ul&1|c^HBi$!J)% zli3MM^|I`Y`rzx-`5Knsq$`tWuo`#k0A5ZwDh4TIM#GQZ1a-Sn9oHAXjzSl&ey?A* zDq7=>l8pD5IJa_?*lB`7cn3IA>zAo6<`kcaSMR23-#}C);ZGCAoKK3IrAy4ncdInRC533)NW+1!wL_)5&L!uUuV9 z9d@W8yre~Tt#0pUZq;;ji*s&BwWk%msWLX%?}J^}a#r`Fk7{*S3C4~li@H;fEkByh z&1f4Sdoyc!Qv1aB3hCKFYL}6^B~&M(`x*SV#aV8L*NPFJ6g z4A%1Rh)_U(cNIRBBn@7R+z>Ks{Gr^Nb*2G*T&fSvlv^iP zOw^OZEa*`?Xj`y7W#XM!xESXra+hA_9qY*Im@WJ;97B`(4;SBO)Fj16Z$I6q-ub?c;b5?s2Sp5>xTPtZz_+L^q(aBfZwL`&(! z1RniPTIbi;@67g3GqBCNJ828kO?rnJ>=E0FCdk3ftWEbjbt?FP1kL^G%?*|~ds)C~ zj2_A5G+hZ!k9sy18AF_F|R|i zofYZs^u3<6T|3M+D}7Gk^RxfU@5%mCvQ@`7S(Ba{aXGodjI{GRmLmQQCQX|g!GSuDB%J%6 z8FOO7P&A|lpuhPwQ;NgTmO>GQUrvxYXWP26ws1?Kaj4t0Fawuy>q0f4@t+BE@{D_p~?Np0J;vB#(Mu|#>OKJI$x1b zq9|wS8u&iqX-9ne?9-XK7+Y8dMJY$kI%*=q(iH4(IFzt;iq|m^)WR3-ZB2n-uVN+g zq2$<32rk{f8KL>k+Hp5QS}4BqBDc=CFSpt%ObeM1@p7wOLq>DDQy7V!cTHXBUi#(yIwM+Psi?Ug*&4{;7jfbWJ zgehkAHsWcut)OUo@b$Pih|!0lDhwhg!Vx8Xex3K7NeQXklz7bPmgIej7!`oz?GF3g}IkJPcY^Ez| zTii8D+#Gpq2-zJSexH&@cHquKs<8IM$Bh}(r~UD2A6dl;X5 zj#peyZez*QlBjp|z`f0w+1VBROkd-KQJH?WKVm=e&vV19mBFVU8Xf)wGdS`XQy9E= z3=Xjq#+o%Bq{)5`O9)KsMI(=>4<9MUTWS6fKEWArVT2z|hHo!POlVg$a$_y-A056| z4Y9YzPkwM@FQY5Ljymg%q2HO02aA3vIiB&9ki)Gq-ov!WWgjnl@JGy>24>pXH;& zySZcMi+wp(9#f+gaYr%y9dDG{*rgRg2?ZT!+^;y0bn>Y5N+IV|-orA1^}@0%a;-s$ z)p>73E$p98FP29S+}~0y%u%yCvXke7H2AhkywSHlC_7D28wzQF3mjIb|70^K^L9Wo z&5C+*yUHnN+E^Lcq5f&mcIBOdW^pV3tzA*i=z+(bI#Ck}#qrf{Ab$yuN9$>~iB{LUleaI}K&UJ<-&1-J30L>&PQH zbo$66tRuHZRBs+p(lS^$@&H3zYVj3gOe2sCMY+M-lZ#dsw0kU4ziw>B?5^xGjDR9p z2I=n7`58~Mk!W})&-5T$;M55|n1$|h{=*=-+iwPyP7SF{2T{G9{fi~CqsT6x5m3i= zy1CjHj+lvk=6j92_Ro9sTr+cP!Cu0PW(iWdB}WTc zy&%}DZya5bf~&NW@L-xh`+M zz?NvL+Q($Hw~w0O^Kjmzd+4aGY`0NsMe_P4SW}u8Z)s$sE808!p5iupwx8h-*o0=j z4dEbFeFcoEvBTj$)NXNGo<2*D zWj_oni*4hC2@o3ql&6O`|VTbtjWc&^*=0@EooRppWWT9CWq${?zMw_f3D zwZ%-ud+96NtBeCYl(J?%!xx&0)V`I--0Sw+ZDZDarZfKXOWV_dC!9jNGrW;NA1G6#qQhg;@V~g+d4aKs&dpyi%Aa~UegD?XrHf?mz`oSm+-WNBUyQ5 zmos|r9iqIEJvG<1ZTvNRBJXn9!A&#a8?Q54Z;R&Rs;=m)oKs2qp<24QQV zZ)7JHstkJ_nzTB?n2|?xbdA!Ts|hdl}r@3NNtmxYuoz&ew(`}*q*wXE)K}yjupJq zP0frj+5BieSCr;3q1fWCnli;%{;&u?JMxOyTinitoPTw@fmOr&1v$dky4t7r#iPTY z3^KR_T<6Iy2Yemc^W@wenp|!l_GbHT|6;c+Ve>Ygd)mvt8x3r`;Qem!GiGPuafd&U z6?hag_FjZRWr?+gJ+wW#SgXzhK|O5)m4^B_wgJpGED7gP%@!-8br)xeN01sF@XcGo z28W&CMLlyp%h^<9Jx@=Mgc>y=U7mRvP9Ozol#zSr&;>is7e zs{X-{n=|vNq;laax7BQE0_Xem!LKvI3!S(^@Cex6`)0BbR|wt!+jHMc7UBxQ6JUGo zo5@04A$S37k9{*)h${pSfU|FX`Db-ij)EfxylUIY8otjThVnX5S5gHV$sBfn_*Y=5 ze*|5xW4sHyy`_Dmz>Q*-&?+~_epk-sv15miG<_>GFV($)Q6HqD&ddkI!QA45D4U}2 z1HYKPvq9Emsxx`CI?#C->|7};wf$&+yq_~tU}=we2&^@$V=?Di39#=R8~$GNrTBlb z`v+bH+XxJ3!+dup<|Tn>#ykTEZHuZ82vP^hAZ}>$7?>XX-~UJO+h*MkGYF+hwG|#;MDHVydswBl1s@p<38=& z>KRQ6XCqZ7>6MfYecPR3l26|k<2yy6q^sR|Ww^0Z^YOr>Cs}jWWHf90nClZ)kFgiB z{l)Oxl{vwU84s6^#Wn7v$LnA&bUIIw+fwI`{(%^diwM1Ai`$Me?~Dt-LkH|c64{eO zsn$u5sr3_5!GBmWVUcmDDIXKldC1&$ulXtUM-$1292stwEeZ<`tHM8R?nMS_F%O(o zFLqA)qS?Q1mYL~}8>u$d>T{;bZk8j)Zq4&|TuehCE zIme!T+sspepjj4JQqOcZ|I{8k)h$QX@R%VJTu*fNuka~q#^dU37`GbR&N2T^ z)$OO1LC$!^XstbDa8i`MYOuY8Jw^Xi@{fAy?DNV;=I#E}#hqyRBBWHPR z&~~g7Pi}Wnv2KI+!{ODv*I?SzQqgesgk2~wPmgd!cUMGCxg+nKfaQCUYT9O+(Oss6 z+1#~GC$E3`j6~a(&iiS-e>QmG4i6Ghdxd09;h_=z-H9=2UVHij^uTk9xdQT)mItGW}OuiXz&Pq*0`a-G_{XpYjn z#d0r%gZs5GpZSVV30NRr3tgeh5dE=3hx_TwV)u(($o-qDP7b^CGZzSU?FW3PFm!gH z4Q-8V^cvEenWznj-m-u6Ya|&=WP_$B`jWhTdg$|n6m01!Bl_R){z>zmb$@Q zdbV-8J|%VM58Gw#MK8A#rL17%53`yGN9bo$a=F?l%Uk;t{+fhWpt z*Eh?_tz?>q5v7H!UCC0?Irdws?L7#i?4>l6=E>R|6rjm-_nhry^wxvli)gF z;?tX%3S=6$qrYzAn3JAZ+(m18YZ1oVXfp|^Zz6D5xcvpeV~wWgkCd!cI+&{6iJ;*%otzKqP1>v1o!o&5O4*%toH zIl-jKZKDm7u;>qjCNK`u&&C*;ZVyIkU-2n+Z^tzu3rc#(pK6w)wpl)GsZKfa-&JAf zCyVoZv+1Q5eO@IGVq;~-oX{|jzwAHB=KLJaW8*AJzi0ZNelg1g4UFbaWU$dV3s#!k z-fe3?;E>L`wey+op)x~*KV0^wl4r491$SCcZckmDxA9iWd(BbEchU&{G~8PZcAc76 z(DqE2(V#LG?%s)9hH+Q4Mz^MH&aNSm`mhg;*V+L(~=`)RPV!u{6SdGOYL#J$|jx}605-HPo&-qFIE;2n(& z?-`mS8L`YR546DvijV^C#leVxvqGki*2T96ob=^8&)X`35CGr zbdDv#*(A?##oZx$W#ozu{XLz>-WrL@VByI_d0Fa=Yl7#Ts_`N$MtA-ky~Z1ui1A3 znFQ}K45K2m#MH;mPl`kw<#VaH$KyKYn@PUSDKp*L`FYkX`6EHwfH9FA*{er79lvV2 z7cbV+IYc{sIHuVxx1WrKU$n1OsgxN_U0F^|*~^kJ``DM}VOmg~vjKzG=k0gqYciLg zod@R~m$^6ZuE5J6{W%!9U-E#-l+Nl;wniR?FpkO-_&^asH>t9k8F9JH^!{8EsH42@ z1LwzU7*tLUkDK<%u3y$dMz1)Fiq}!2!?*J&kV)jU%Vv6Ml*+96(47tsfBRc8vl*gw zXl%OVUl;uk&(3>wc(X@lq1T7UIjXsu%x_mV1x(M zF+N&9DPEJ<7`7Ky_!%mhd)mP1;#JmI2eBy|U!GGoQb|pwLfT!+@_+uqZ8Dp=vG-OM zCg>yl7uUvp=SpYA@fcVO@4yqzKG&_AuPoDgwyW)OMNyFQ?kz|70SZ;#DIp~Lv==*% sB~Hpe@Cx4f#J#?IrHAm8>K8rg*K}6o-{N$ly_(``oaFz z-S>0PJ@;1S#WVUWi}>Gz$3@ZKz<&C}|E_(1g(vaxI@~wHTi{#ZJa__J1K$UqfS1DW zz~kYc;EC|K4;W8{ihnj#ezE&s>b%nVL0BYw1Uv;Ea{q6@D{%h+@?Uh~kSMwU4u$W8 zdDs`ufH8a$o&moBmCyfyC&OPs)#LZ@Z1@^fytA)~qSN8~pxi^?Tj40EcHHaX_3$*@ zQ=#&0clR=={5Qc<;ZArhJPfaf{{@G^%kk_7r^1WjX80la0#vzgxz6f$5mY|?pz1jU zs=P5!{eLf1y_z9I7d_zNpL5Q0u7ryB1XTNWxci9n>+nqczYouYJy7x9biMhX2{oRV z!gs^V;G5uGQ2qExsPq%yJK$%a@>v1Zo?TG!z5+GwFF@u0Q|GUs+WDVQ@lW`m_2YR^ z^?omu|6r)}H$k=kc6bi_l!s4s|M||fP~*4V!@mgMhWqZf11 z`*%?7eZvjre+pE6&V)*TAyhptftnxJK-F)o``-)SjQc*Q_*0?kHw~&jGoi*|HB`Nx zf-3*ZQ1QR%{2sg#_fMea@#zSG%izsW`8)uXZZTB-R>8N!%~1W_0X2Rvxc^J=R^0yq zFNQY`we>IwUVwWgd>1?bHO@bUng=gCUxjMtYf$w*`6lbX3!&;W2+DsrRQo;&TVW&A zxV;2b&u*x8z6#aPe}d|-H?v69p3|Ym{oL6D)sEjo#XI3<-+$eycq>GU+UmU z*bWu{hfwYPHDoJ_jvrz5`=E1_^W#wY)WeJ5Ls0W}D^$G>Le0zXLXGF|pw`=oOk$Q0W_?;!TI@w^ijXL{hUY=$doAn_?}W&`a>`Kg{uQcT(HP7B zc&KrDD^$Ak-T!@1^Ycn~kAg#Re-x^mN1*!iN%$7{3{*dT8LEEYf$xDY!;ir;##;W3 z@G9I>q2lj^YTsd~{Qd!|K0k!Y_a&%)`5jby{u3(xDdQ~uc~I_)pw{PQ?!MXGce;C$ zyB~1(B6mOL?p^Nwvb%o_HBZY><-Y>eKfi~X2XDN?=HHv4+%Z%?_l4@;f$;6{N~reS z3e}#wpvIxj{qKhw=b2FXFNP{_4OG0xox9-Ma6b=~?~h>&e+|`-r`~D(bDpz5JPZF1 zLXG2{?%xDepK0#D!2O?q>i@k^jbEN zd7Hc64OQ+ysQ6bywR0#`JwD>@98~%ORJ|X7nrG9X=Fc1te*~($$Dr!*I8?n4LbdY+ zcmD{UiMz-BUxP|_{KsuRoD5aZcS7~^0I2$02UU+z?*CD!@+U&o>prM_r$Cjv0BXNq z4^`hULgn*ysQUZ_s=dE}ivJs^etg3xtRCmUvvI!j%}|>!I?!4J!TwsPaDJ;fvw9xYt9KcfkF>1(ojSQ0e|1s+}h>$<-g{ zLDloUQ2jR$YCLX)%6}wOyiY;(e*;v1w?W050ae}tsCet3@_)+x4?@lVZ##eH;oVT> z{Sj)sPWhCz^CGBzxg0A0TcGCE7 ze;2C0KZ9!5ub}4Rze44ELf&`|RJ@CwS3}K<;ZXhbN%$r>32I*62Q`i}q3XFBD*kq; z_WwOpd;SDf&YLEfJUbIA{s5@@-vCwrF;L~)3zdH(RQl;q{WKT81FmuRUgy`L+Wj-A za!OG1_f@F)Crz~UeWCKd+BpoWoUu^#o(Q%6KL<5lYoO*u2Rt5r6)N9vLzVMOsDAt% zR5>TtS@?V4?YOUjn%DE7(mw%DfKNN0gBRdF3@?JefQsLz-ts*kz6tkLP~&nf)cAiG zsvVP{`eiCq{pUf|XQTTcfU5tupz`@gsB|wvwfooZAAQ==9S@b?`B39J2=;-)q00ZT z^JC6>=lxLqG8_I4Tmx0ke)s<>)IRoe=d19|xKEp8^WZF~_?N&F;MGv=`4H5+xC?5Y z)Iych1_!{oQ2n*v{l5dbk`a{~tolzZap#@!y&E zf~UauLB+coo(gY<8izZe`nwHk{1!m<*E3M<+XK~~hoSb9?>K)A)t@IcS-xjO)$6@b z^JEZIyRL?(!H>X`;isVbrNP}ZoQt69xf-4bx4QdTcoOa-Q0cz`RlgrW&4-^s)&HNN z`uC6Se^SBP`4*`9obT?wQ0=-Ls=RAF{1)f!@O1p|glhK$sQTXT?nO}LZh-3FEl~Z^ z0oC3gLyhmh!PDUJ%~p>yq2}X7Q0YDZ6+X({pMc7z87iOoQ0s9sRDNHAs`rne>ir^A zyIzLs_uqQ>e?dfIbliRBUk6XceIHc6e%{@4;9GF7aR05&XQAqK5UQQugzE3_y8n-$ z#-jvPkAHRde|z`|EjF*thHMSd)o>tO4X=jZgztsN6`7OpQaBRc2{n$7!*|0D*dP7^ z_JgOjayEz8K)JsN2g84XAAs*_v-92Ea4hbnP~~*POW|84n>@P~-i>=cybhLO9eno` z;{wPQ9sM4%#G{YiZ+iUmQ0=*Bs&O`?YSGJ(ETVfKh@!uRKY|~FV{r6^+u(5ceK-`p z<1>sgya%fOFThX0H+`AeBRubLanbMP~$orO5TlyDyIQzzO_Q-`?v67I1?(~cBph; zh3|wvfM>wp!neUUO|y2M3va|d8LIvJp~7E=%J(&>_MbT2=I`lH`J4k4ekpuAyb@}@ z+zM5%@$hA``-XH&u)Wi z*FElTbbc19oCQ$nABC60ZO(s&Lvf!u&)RV}JRkQgcqM!SD*ex#-S9-*uR`Vbn!C@K zZ}s>asCM>qUJg&eJ;ZslbDT2=l~0qqr#lxy?I)|D=G)Wme%{?bfGX!@cpm(%yH8tS z^*a+P-*-W+o6Df)?h6y??|~|35>&pQbN_|T)y}O@>7R4=L3e-M`5otv zJ^V$e{&?BhXOX3UCsaA_hHB3hQ0=(h`C+JXJ_=8O_qupybV1sCacy?P+t)bpK_}jm{nL4B{PhzTo~ZIbVTl*PoonEj9N^&bLC9cMjA% z>)rnrsCwK1Ro}e(|E>GCJ6C%6R_9^o58&;j`xR6QCjYChf!HUDd%@?GfM0F`bxRJ`xI|0~WnuC(}PIxlu!U_U*m~#x&yuBA{9u=VSn+nf^^WD7_s=giW{+hdg2Gy=^sC-^=_iOMf+{dr6 zez*=QeH~Q(ZBYHy?(PlF-OjH<&9|RI<$u~*OMj;GLMZ=%&a2=_xUYk%$1PCv@S`67 zS*ZE(5L7)LcmJL4-s}83=XaeiI$ws`PygWVK95;GZ*`vUywv%AsQL|a_eiMzy&I~2 zHBjSMgy+LK?!OhPe*2*M>F?eBkM1tH`w#AZ(>g2X9Ot{B(!a;umpg|*m3ISFKivhd zf#ad#KL%Cbr`-K4l)OCx&xZd1-w8|b26)_hOE(M-!9B*^3!INa<+sJ%+u>=rJD~i( z0afmIq59)RDF5HUx58JU=Es{im^+4YU*_%)yZe*wp6u>+cW-d_E_Z(mD*qRu_NNk5 zxjpXxN2vaZHd?&1pz8NdcfZfwgJF>S?!Lu&hjYBM;QS0!xpSb(TkQVpp~iQc^Na9& z+~0@l_usmI^tjdIZBXrxq0)T-D!-8){t5T5cYX${+(l6Fmcv`&W~g@koAZC5#`ok+ zmhVMS;a9nPsJrik%C82#9ex@r-_JwoRg2uc5-R;xsP+FGRKNZjei**-32WzVP~na4 z-UQXY=izbi=TPPS!r29t&u`q_XS0pN$x!t;)7^cc;tg~TgUa{g&Q^Fl?gh@JQ1x96 z)vsIK-2pYuUvqxX{eKP>ugBega-O)w|6oW&c~eForj&@hN|z2Q2BPlH^cvds?YIT&Hq%Wd@geLpl z)w2O=eth2DE1>%G3-CPnJXHVvlZXG>`5IKdXFO><*BLwC3pI}hxO*s6eQ$O57-x}nPJ^R(6f?NIT~hu?#jy8C~i z#`WZFmhTx*>H0dagi1FIs(xdj>Qe{RFVmsQod*?f5mfp$Q1y7)-Cy(Ye}t-k$@vEu z%HQtu3o74pq4K#1D*ojjKHS4cx%)1ta_@2XBzLz!<@0%{eCD|SD(7Z62>)I17T5_T zulw&XyU<9edNn|$FGAI0hWjsfu7z*Ge-l(ao^$^%JHHN3$NxJ};lFVH3sn97)7fXI z<#QTTx$lDNzxP0udm}s@-r>wU+nh6@@?Qp(ek0U)JqeZm2vm9BgNpZa_q{ue%D z;r*b}T?LhHr1M^=bS=)$yZ?Ns^47WkW~lkG%iZ6CZ^iu+cfSmk?;oJbIr&+Oe*skf zL!37|$3e-f96Sq7h3|rkVPCito&kRZRgWI1eE$_HzvFjV_}iTCfeQZs)VSa7?v+sK zw?n0S&iQ3{F76kcJy7Y7+imqa7b@LgsC4g#nn%OnNwC)a3sCj^jB^pxcy5HJ!DpfJ z`4ZGPea*wa=l(B2rSEb63925aKWFLs!c%eggP|XtH$&w&4ywF+pypMRhtKu!6;Sza zaR1#f)W_XlbNct$mHBj@I2g~gqn|2ovY#B;ywi54L@+$?rrXYm*f6hcop0M zZ--^5e6BiT<&A;EaNh?V@VxP9I2QN2{?5uR!VltJ0cj1>X%n1~m^p?_2`aUr#{w!|7kQcq5_mxeuNQ=R%dY)VUfe z-;K^4Q1v?K{2n|JcQ@4d{}wVuqD#JE>AIlm@$XRWe)BhtXG5iXFFXzohAQ_;sQj;W z_ZWCG?z^GnUml(fA8_{)=N9Kd=XaszUl|tR8^2}iU^2WA_oGn#bO@dgUxF(C4gX*~ z!Ff777yq-|JqRlP)llua6Kb8*L+z9EoR50=lkgP$4?^|x*PSmxc4gF|2RAW_ZQr~3r2n8p@qiAd{b*N>O1(|#kjs0 zHy4VnaqHCPeB6*5pKllt_r1&lT66aonhK3m-M>#r5CU&#si~`TwJVgn%LHmYsr+-lxxiQAw13GFOFJ_E{#VOTJq7L_^$feiFwKyoV15e z<`)efG^npWx7J0MrSUFLKV4DzH0bhpc%fx{eQj;NX+V5;p{*q@=36G`ThuL0h1NJX zz9ApC7UCNEtgWfOCfAyer_{IB#S`;Q`4(KwE%{<`0Ksv6Q(S1NB`MK!HLdlN6?dw# zY^blvHx={or2NzY(G`QPh{xp{n;Qs@u1u?PZB3yze|_JYLi5zV*A5I0WmMl()6iB+ z73%WTp?PXc{lvP~xHz?Oe4$}Llq70vX<Ua9p~Cw3yrx}TF}ry zEpA|39>~WusWqNZXo-i89UC|1S|+tM_qi!Qu_d4Xb1{ZB{<+Z6`4*bnnw$7%^B7%! zf4(8QVSHh7o&juXB?a>#pL4HU@;SQF9pma-8_3N2H2o0Y>|=0aL!o9;G4W@<#mxahW7?E0ULy+(Y?aTbd~H2-A?&vNlq7xXPHN}D zw-gGK(y);^#=JE+$L6VWp(%X6gLzdcFc*){)l8b$QfO;p0X5QB8tm3OW}P}CSI^{< zPh)OUo&^@yPG!y1*D!7rnTsd1F^K&q}z#W~7v2sMri&8los#fF4;6$(L8Fq(0(l||>dwBcxs zYZ`LJVm`#y+#IbY+>&o8#Chv$i(H$ZkZWsT8JW1q){iP%J42g7>(vR(adWP=R%2M0 zVD+eEO(d4vWK9*OO-nALatlAZP zLsz?holm-u#Dt>FyoUOTO`1T_4GqlMhK59PF~M+DW*3gJF785z2HoO}*Axvh*4)b7 zK1uHCQ)_%=Y^UY35(i( zERlQ;nbgXx$xWme=*H&ehNr>oOfp^v1dsRknW#uwjm*(JwLkkrGI-Ih+! zBsy(xZOzrxS^u`R)=^6@njmxg^r^U!tvR~DLTmHInwI)7dlRq5d@HLr5qXiiRP%Zq z)604}c-i{Pe59=`k)u4~+rw;|S`}b2H|u5NQW?H@gcf!-M(`+ReU6dy=mJYtVxy9i zCDEd2Yfjc_bYmXDtzE&UcC|Azw>=;;pKr_~9I0J%p{12<8VXZbx?RG*mLB0nl&ylgZhqPVf!u&!*B)CMum3k8UZ{w$=D@QAVx#iG`M_(NNY9 zi+N~Wu8FB)2%CMeIaj0hYIB~PYpE}^6%)}~jM=^jYStE796+i((_0aPR5ATTLb-^Z z6_b5qoI_AcgRn^(;w92zx@2_0_8FM+LC~X-6ntU`5HRHs2_v$fjPX zfHu9Mb%g>l#hdO9FSE+iMW&6WrwYrbI_(J5lX^+@uq-{^gci1+90Kir1W*wr6#Z&^ zi*`SDjOLcY1QfEc88l3#nngsnwn(*yjX(_yT^1@jr7quOyRPqAaj~w@)=(SQ))!IG z(38B(*NrG0v3KOKd-{%@^idG~X?9gHeEVmXSBKMmlf3)^1CpSZrfrVG9;ZQIpBsv9 zIVp@-ZA)&VWL!~;+Prb0#`JO}HL8w-4$<05o=nY~HLA zIm`j7S7>N!Y>IEr(f06BUVffQKA>)(NT#l)w#M;VV}+&(^%GH;>=UcPC7`x4Hb8m1 zMv{J#dd?|AZf*b0_~It|*@fOEsqer<5FYIl9~~By-6X?A`X%nM`Q{v_3-+SKCp|Kx z9ziupTvhc%7O*o*!B3NON|6dzOV?Uk!h{Tt`lhygJhrY7lqr1tkind>JBA!7%c7`2}eX^4(^s40qxGw8||1L0bj6yJuBN&-jRlzs|Zr^lO6pKqv5 zLV^QDvXV**rOKmG`(i_V6U)bx)v)(TCm0Zq$+NK0XfIR_7gl7YoasERv1FmB0ntr5 zM5QW8a7k&4ZptUeyvj#S`TDT2B6N~d$W8h2Z4)`Sa*i9;q!VQ=34&q_i<3}#6QZF^ zoXClDq|V`~XQ2tb?56snk|s>HHw+?exXwd``()LXK5+I-5u?R7z?MD~NI>>f_sWc2}msrK4f! z+TcPrk!Y>ao@l}^jhGE;&Nby5LbGdH3Y-*@%*In}ZA}YesFG#K3oQ(_w=InrJkwk< zSyy71tV4WCtxpQ5ZhobZ#`>mut97w$eE+JVnoZxLODbp3NoG0AaNyHmD%Q7VG+rmd9)epIT~TxMXC$kn}fUt6vT zANIzucUD@3l+R|VnGy&2#U9yfsIrF%5)L8$%etqmIjr?Zfh>)Q3HC{smKaXR3NKCP}_pyQ&Y$0 zj%+}stU>4ToQi4u8sDMDb3UzA&0i-~Ym4M>p{f4_>{WDHE#qIPY12W{#9B5XfNfQ)0KTR3gRqw>suCY`77y)<=KCmX39 zD2bYu?@2?aq@mVDOwyWsU7;ZeB9EtS%=YReC%4n2XmVOdK_|3Uf{Hc7M2==+ zTQ$u>g!(EGQ3<8^afL!dG0D5~A-=e8@sh~)P9Q~oa;~8s(^bW?8V*3nC$n;T=1f$J z9;Q$>HsUDMv z_GuL78npa%YH4L^(x*tlWbe&~@u4~Q*W_E8TNB0&`KF0zsO}w4!36EnE7&<%6REwE zCfuK|X+s?teaqhC84}`zkKy>zY|XqRx_LCRE#FwrmyjzTIsDz%#!@K8iH)5&#bE6n@0S{3^`In3 z=Nk~+oZ|x`679E%JwrDQ*k3GhL&A7$a>%U8)q`8}Rz^@*N7|9TS5O_BA}4>p*T_xI z)pKFhpyKT&K;?&(UYiJLBsYu5tp#CLPGDA|=uf~h%Moc}lhjl8=D0cE5-N^`C(g-w ztQ!pE$IXoX*kC=V4WDxj&2_nOa2+q%V0B^h3fl=L2Lwx~!cA<);|sYKo7F?vu<~bCLmqM7=Q>)9m0& zdO4XYGIJ(zE;I9OwX;{8%ZYP&B_DJ4igN{VuBgN@XRkO{66eZF9CP-Ha}{x}O5><4 zVfEgEo>7SJDzr4z;?>X`-J*j;u*_ipMc-C?wY5j#j2RA>;h3mTqMy zM{oniZi{uOsWuuhu}KHVkytL;H1<)DR@vB%cyp2n)v>@JW9;LUu*}@1;KFlY>{8R+ z*d(yKqZg;b6*F3*MY!L%aEiL!Zex;&rUD&H+*+!ERpqEB5{1LU<&!856`x@4JK8&} z>0?Bvh2hF|1j?I^%gFi0Xawt>ZStt?uF5}%u@OxY5v`;MjDtpqog>dl#w>koO~poz zs&%oAsFXiUuIy0ZIG-3ksb6eYpBB5n#ZInG!`0LPvSdbZ;>P%6re*g)aq!z5_XuZ@ za3Gmx(J)2X5l+(4G2UjjK+(tBl8(uVOw8R2(&MyA&V~&!735JADq+YP8 zs~q!gDojyrgG1xgHw}_2F(QnR+M{jtHjeU&;Z7`&h-pMvjAX83U2r)lA%slN%kISr zK`7~FG12L#NQ!dfjaV6hEiR)+;Xw;HEHlFqWhltuxJguUV9#Y1x>+z-137WX%*3cE zpgu8sjJJykbE^rtShnRt6M}jKJ#2+12kHUQtq5{PkQ#%aD&;9X1rBkr=c%mrE2dPYKo?hW@1H zy{yAWf21p-AI?vWlFx~LNk1oEwW-M{NV6wdO(bdx6 zVK-9YBNuvsjCUK;XC#`Q%w1Z-xHu$Pi^Btu;MTxZxnzXaMR`N`8}|2+SgV*DBbx9E zpKj+8fRBY}lrF9(q?%i5ps|3U*m07S@U6wGsf}Dm`LTYqtW2h}gj@KyazDrjVAGT@ z+R7+dPV^@ZlPZy-6(8R>Djp*k`AmwW49}rxL8D|d(KU`aNAp&IPnsv;uSAj??c&>I zmowk+CZtjYqMK9MZBg(0!^VpZjS;?Nd=~X@aFT{|2rFvmO;= zaR%=HbH2ijZCI^slt^`3yliZI`$Z35{|XIwyHuiuOHlBZAB*Z zm34@tAP3bU(QR}`ICyGH3L3hd)3Ae&k1v)!$&JX=SnAv*eZnS~nFf`Q866|zS?OlV zN#Au;d}FuAzfPzv{!GdsDT>+HS~$Jk$I3Mz6!&D3vyiW4+B z`6ZV}`fRJ850%=>o0|j9g&j7!_NohdipSweo2SHT3GF>WD&` zv9E-?U-`?mWaZh1O%XqS_%eHYFn=^k}wdLpQ zCkMU54u#19M_FWp{oE6LIm!f1<*1}LakX;ghs1Z~(Z^%GfE&;Cld8vsEf;V))>PDm zuo=)E{M|rP8l z-BQt7f^qGbB?s9Z6l@L;v@={6YID@IFGjadn4tf&CxnYj$)2oxw2c1p=%0yDNt*Z` z6>TgQ`5?#AQs_pryqMrel!b%F?c7Ie8sFX&-L5Wi%NrGwtLn5Id|G8gbD@MT*BAud z0Ah!y5nP+gjKdfu9*N#|lm}@LYZ&FifyAW;JABY-lZPwG!7~V7J;spnGV2&(F5k>t zMz<7#Z;`)TTk9>FULWekhdde@a`&en;$fWCYg*+-f+Vd^oYr|Bmg&yXbp@syW9T;) zK?K>sJSeQbBeI$6$rOxa^1KG28!L7bsI3O%o#iiPCcus-Wn?2p~u3t62^b5LSs28u^iZFI0cg&X@rH?o+p?ZPF3AE z+oSHK1%C{0yX0Zm^f)s)$4L}in~UpO@)NGR@S+Q^*Fogkfw}9MKRgBE5IvO-ENosB zu`a_kS>g^`Sg=>R5}gE$LnXO^b182+vR+}=&3LE{mh-r9KU(GT!-e~$QHwE;eq*ie zXmoN#pbNHqx)!wceWXoqRqAwG&z+Ih^cZax(x`M3%p$xp8k5|ARX+JCWK7tZlw-x} zMx@u>t|~#vRy8KiMNv`D)pUSPToMOzP4vga;VE=5U5~N*wt;up6<5;Hy}YaXM;V1n zx`BQ#7H$C%#);xhu-1L(sxkJ!#(-(ud6g3&7`T} z-Wuy@C`9T)T1>LkT|F|y_Y+gKy%$IdZUqrnJOP6gHe zVReU?;eI&0oA#+QHisk_8|*H{fn!^zhCG8(o^GO$ z7g!p39S`X#M6xSA7y!cS9p%K^cAi!0!4pd_`F=*Dn?n=rz?P9pAbK%AW=*ks^M6g()5qa0pN4n=NNTP`MoyUocgOFxksRWvI3_W z*~;cg;80TvlaPu}=DDD!s`yl5rRm&&nM5@Og^sj>^no*xDj+1K#$kKss)g$z5An`R zoD#O-bNKpJ^)Xg^D0fxb9f-nb*YCsU%7yHC@x?cAYfmL6 z)ia3FvFvYFsF`|I@oz~y8tLh1Z1&C|8XMk~L}ArRTbQDY(8RLWS3@oFYWE8R43TITVT4sm?hNl&~bifrp+ zZA!lRQcYf*golATg|)bDBH1>8Qtj)HQF2;}DZZGx^hs~)?W-;B%D$)y!9iOIpTdbI zd@82Td*xJ0)Z;KFH>8(S!5I$S7Lpjkg1=e6!bdx1Vrh)V(J()G`GJ;gE*zS*l4%a% zuD76oH*?U|iy!&Om>K#-GCru-S~S6@+E_(@YTfor^U?RmIM<>^s-4wknC^RwstioN zS8DM|uU9vmfOIH8b=8c;86u(NDcy03IF5ulCaL-e2Xc&ax?Q_2v?-lA2%TL|(u%g}AEo0AKtympV83HErt7EIxq<$sv!`Nv;;iA7kWGc5R_m0K z`eLZW49RyAnGDn>mZ|WAR%5>Dhi00*KOsqd^~I&WS{t@)Df*#}e{qV+qZd!98cFAw zf{KVuD0vfw;$b?6raW<~D(y*K8N!~Mr^9kFU;1M!p_L>K_6whN$>YiJ$~dtj+1nqc z90xK^NXcNKSmc;6>C3>-%rIEKmc8uPkCzci9@lJwv7Xb6*Fvw=*O)b_YX_j)y0uH1 z67LCpl7!M@^cd!l`XQhxA=FLWE4)8xLt?)q6o7Vas3z6)N|Ga zvCDJ48)ozPi&Br}$2YLBWK?2-p|1 zauwT6-{OVW4>dI}PInQnZ7}G>WBm&ci(*3gq$*O>Mz(e=H zS_wLTkIEVl|7t}g+U#GeDM2MQ4fe0thEy~D|5ZjyA!t(iHaI52@LjB&Y6`@Fk zf+P{pQ0JI!GtG1@i^c zugW476d zPEjN2&1C!3@=f!%dn&1+*{l&%re#e)(H8Mv0=8eYAn#mV8|q-eE?4=^s{QhT z2ZVw5#$+@1xufbNnzZ&XzUrLLKkHJOn3wKKp&nsCe7Ck0dQ7J6@T@5;OZ^^-+l<{2D=|D=7W(-8j0VsXxYpNqYCM z_e*z#2V!bnzVfDBqKwM~W*N3+EDb0Tci2y$c>gBO@Z!#b+-RJ2B*Ljxr!otmz;I#b zpp@ti`n0bG!K~SS`mpbssuvS`Nr;#^AyY@Ul_-bQCMkzs1<|N*Nf4f(>40H{F^u+z zK1i34Z7<7S@YCRo55G2%JVgl>=<#+n%TAyVHsJg|MjR}Nx|3m`HEr}$5Xc8q@R2rm zCEGb4(v{Ru^T)me%n_Z2Bd9q1Xc!pR5SlC$`&y{Kg|_2BC5wzvlT#nEBJ4pKUzav% z3eHlYPMQL$NQ+$p=uO#Q%3<~hxsx(^)7RuzR$vde`Yl^kObgJ+Pj zEW7XpSOgSLzwC-Px{H^9i0L75*qgF))zb7j5>y{#21LAn2x&M^(pzCIQsJ;UBdZWg z(%1BY7&V*?yz*TqE(coc2HI0UE#z?U2%Bv2+m{1L37l1y4Y9H8Ldxrx^1X$)ME*LlBzbU$u-yW*qLb`hf|UsJu38QA^f^gtHnpupeNG2rs)^o-#4Dx7tn~99lRJ{+@!L`4qnLQCcQ=Dn;4k(BlRVF>6K9%1|Um3`u6@~I1T70 zKKkFpnj8{eHt4d;`VSi1fAH1upeu)5F=)u(!Iuu=elwsv;x;aBr2IS=j?q~FmiZ9h~x zu$dpyt4eiwweyNz&Ow>q)%)eN2jlXCTe}{8sJv!DY3_#7s;%V}>&v^Ab?#eujGxi# zKC-%d!~C9Uk9Ho}@XEpY-P`w-7VRkQnANl72}@Q!GOfJ3gIvQ;>6N!`D6c)j59w7^ zFZp4-?62u{&1o;MozeC5=F+0QRHn1z@vimLl}!@aBzX0&=ylKjLTT<+dak@+W9iT% zr8x^q`*(MC9IDEod&`ojYxTa;j{QB$j?h^?3SFxXm)d8QcPx!cGZuC2ULTca%`9!- zUz&fQv~FEz#}l3V=JHQKJlC~mjyuZhXZLJeiFbMV{>Yjcl@{;lTDrB`ROVsjMN2e* z7O^yQhKeZf?I_J%UtYMRXVs?eEf1C2SGgC{qU+H1DzDNPmUJF^BuTP-r)O~knw*}_ zx|ZrWF5lU+T(BjfeO{VU{ zGfQ)yEbTbh-Tnoo>D+g~(!^PnptNjO>A(uhpl9Qn?m5r?a@usdhsjV{GQSj>&@*ig z%O{k(bCw2t`=g!v=X5>O;pMjP4DWT!vSyv6$ewA(%I@u(N{5!P;H)y%R1YpyC8pXv z8}_j9N*kUk&74W&dsaSM-nOx4_JY!)^~$toh@dyB5!idY)R@bzn>P_QQ-^ zGI*>Pa=sdi|+@&>JOM5rtJXXM>T?!~2SjGZ# zAaP09%|Eb&w|`>CsLW($d)J)#$+TX+4Qaz~#Q9IkmFMhd@|7Q1z}Q7TKvk1F>nN>0 zfZ*_Gw4<~QaTr#DIg$w-yqM6-%X`|R?%mtE<~-SbXmjP0jhxAO`lfe8#f^|=Ht(oVW`tqG7rAzzw*i^8RFNn$^+w#GsU7HTr z))#ekJW|@Xn6)~mJnuF?<^f zvd3y(N$p`_-|HP_ed$}QwN>A@vrlAU|3$trFiT6bJIeExm**Ywm26&J2bXsremKfH zlAaGqEZlb#kF})(T_KX>pWT7((X)1=#yU*X(#}~ZVh9(TK%M)hbskvVwX}nM(>k0z z)HYKp${t!?`-FA5HHSS7iBoz;wU0_OclE5;=CJJ9?X)9DrS=sz8TBc0E!TjAa1VBZ zsAr~>n5b*RcI~+)aZ3Al^*nMQ@?F>9I;%I`fWSw8G%*t7ei);H=HYVAUDcivQtQ?w zlCUCBOqpw+)${05lu8eGb<~PX)~3ZYJ=#JL4yayCRrK&A=e^H%A6Z#ixGr>7W&*Kj zwsduDGf@$l7K>=zS2{8y@=c-CzPi*w9|Q%}mZ>|?R#8Z;R<@9%RKux!lITdieG>L^ zmliMR+Oo3}D;{xE#bLT!#=UJtdHZv{-MzE0f_nQh)i|Z}JaV|a@QF+g`Y?=?YCj+G!%-C8C|;!z(9?hTM#A88+tj*cOg@KMWoP^EquV zJCkO*rwN)uWMZ{v!-3L)MeayWEGCk}`2n3N-8Ws3lsg`kbbXyjv|49G&wcI2()^hv z{%u;6iS9*fbXeQB&BD@bE82VNmF^3vPgS-iu3TNU+`67Uj9B!c^#YFU?L4$T&4DRx zHSoF-mu@LNytTA?xB4xd5|Vm{(Q}bvx!FjYV(GDb@J$=ASm@4-v(5bKSmEqc<>hl% zYF7J-v|AF1vSw@7`uWJMu0s!(*B|U1Y^8N}>?O=IH5H|*2iz-J$W;;14$6h1|=hh&C?xxpxLqDq<^Bu!PgG@hBetb{0erIY!2HPb&TQ^C%l zrgB^RyS7j3TDPrx$L{h~tx{u?AhXhfoy5YH1o_QI}IP%Vw)A zZ9$Wkqx1|q#k@J42loZn_Ct0euuWF$s$y@?e2jb6Ok;Ybj}`6ik3BclHZevs2BtEF z`M7jX&+1uNubJslY2Q9H7|wBzBLDr|l^AnFR#BBJPLHU){L70LcOG6{S(@6RGgFL} zfqjhrGROF0dRzCxy%;OFQrFL(ao&q>)bqbgP1Li~l9OC;cssj~EXBeVb?@9;-ZtMRB0WDH zp%Y#msIM3&%-@bgECj!*S)@1|KH0i$gST(39OV-yR)7QZvr+k{DLQ-mq*3?H$wuWT z&N_ShBvDJNS7)R0OJ_&pMj7%(CHra&m1U#5zX7mFqAJUd$_O z85r3jTf|kHR@TcU5$E&roFfsdr>lJrgPFL40nRR${AbPlhst9Ar821ji+8YOb>nbo zfoVB*Ok%jo9S_?O50HhRd-~GSbMwPCVh$gu;HaFzVz0TWGNeNUCfY`DBz6*WgcE=d zCdXar6Q%=MN~|h#x*wmJh$#QvGImFapAZ!Gy6}mcTl2DGGm=Bq)+V@XYtQVtRSx75 z^B7xw_x7EghcMP1=^q zbyu)$5rIx+RLf6quxRPdZZb$?jlz*$_oU~uP}Gr`JsUJm2=G`xRc2qAjmvWuNS=m4 zPIrgOd#=tSYrB@M@BKS#RSRe@1-xwd+Bcl!c_wH8`=&b-pB`RVVHB{DDEn%YH> z8}PLIZkrSNQQp8hWco9x?v2~UX(in1Q*oPxFm-#%?rNKX`(DZ}(2mI+u``qDZ`LNJ zdE$#P-^`94Yu`fK16crEn0hReY*Bd7FJ*cAb8d}e;UJb|+3Gxeq`a7ACNq}r)<=8U z_aH5iRljUkDcPtVU?Z0nV0l)lso6x43$pCYO})%!7bao2QpSk=XleV#UN+K1dYR^C z;vv~AtxlIFdPr#wFAdZ`k=vs)SIJ%zU9YhIc&HMW7j9uLaahrnn9ew!*5Fgn9Er{w zGB<}`;bp^ZrFb@pMir7UdlGM~?9WYSaG1wBeOdZScvZ2{iP-LA*ZU+%!*!G#|=kRw;7TQOhD*?J^ZwvA(j0 zdWN=VWa6y(g6$BU9UZzS3LE7s2RV6KYc_N8)*Wa#i>s40G0P;H!!r=yma4ogADfU0 z;9g00+dDV%pXx0SwDR)OJ$l8aUue##-O70B9x^sfTm`w>UE2Am96NaYF)L#8EkCq~ zIa+RixU=Kw(#}KWHPa-v=3*6C%|!|uk-ZH_D{qppX9l8G2MF%;m@~G|g{J8}4%O{E zG^@PQUvZ@VJ&!KJI7S4v#?qpd)J@9koM|#HSOuy#Zp&8Z=e^I6i4|?u{A1Qi-NamH zzjiBO)vc1; z%@r-z8!KIv2P(mc9{RL>PsL$&>8_buc;*vvU1NP>ryFLJbT-<AZrz(3%LxUlHFV8a2;elhHcn0(n>zK9)W-{hM8#HnjBJh z?6qJfEgBv<#rA7k7ClNHS%tS&sYb+$i3Q9+H~O2TNhEJDx7!a{g^iVg54R6N4pO$Z z7w^Ah&V(TAFE(I*Vd3gSwfR06x%AFwv|hi4TbJ}x?3*_=m&7gY+ngGvY;&h^l`zw% zDqcMsAL`!HUb)gTce+nU=GM7n?UA4u1eKaeWVbsAtGN|f>9+ue?nB$lOSYv}B4T!6 zQ8BxFa$?`t;XOm3F8ZvSj*iJF$+8)qL~(4${zjH5$@VK*GIPvqXKr%v)+-6!EBhxq zzjCK*+LrlRXV~2Gi0)-Odp1^*kzI(UAzYaG-e_J?dB-ApCvk*)cu_-#SB+@t$WuMj z)^Sc}(jMdYuzFU`?B3B~I!BasSoJV!YJb2a%H^c4hJ%^ceUG(kSage3YTuilm(V6M z4jxx2Bv_P!Ey)*yU5^aRUR3Dl;ojXx4)wafpptY;5?-B5AysOh6>9puiK~d&r?&|P zTekF{2@>};vFeUgqtL4-PZgfYb%zn<*`__C(!!4N!a3<1BX%r`=k7H%3h1R^ zc->>d4PBp|xpZVEvslBq|5@%-Bx-uq(-*KF_ibWPZ$;~V*j1RW18CZb!}h!M<~6H` zgnMlZ;qZD?h-{EyEd6#bu~lY&_(~O{3VJtTaKUE|&c-w$l@k^g#AbMl5PtQ_o+Wr| z%wav}JC%8{RvFPMuga1~G_zrL&st+A1?<(~@EQ;fugRz6@VZ6UWZV$wF06a^?ydv- zT!qehF)O8ZAN%L6P;7X#7cq{+8CYJwR~PrDHzr~?t3;yuyW&7cGq9C?%-oEvoro;J zuKFVjON4rQdT{ULb~oq}1g3J$C#}I7W{zZ8yA@{p91Pd?j;gfjneN?BgwYH)eg4Q; z4*+<8^5g+dES%n@cWS~dTJNR@j@0a&BHFx?m%S|xSjXu)^BT_$NE_!x_Ni+JDpcjEpPf|96rSEbg&cYJJZGAYM!_cQ zx4+qUXeOn&`wOol4Fi*<89d#UykYVv$BOCpB@4=|Rj;1jMWCq&)2syRSY1TkGB{jB zhA6(n5wWuW<4C_%z$(>2%teO3YDu2B$g*!CQkLzLTNCW*_xjoNg$MX{VpbPwp=msK zt7_7{cbA^PawL}F#uN^lvaVprYZnKr8FX`Uvewh9jF~m!;#}u`mQ!;4FRxrD{nn0B zJ!@C-R2wT&c;{)jRG!*co?XfPipznjX}5lM=?IMvGtuUqUVFMYN>3ZU)_S><<98xQ zELL&?PkfOsiJ?B@#m%3;E%E;EFsC8AQ^Q@PP z?()(d<@t2qu8yvbb*2r3F+s&#$`<@^Vh%K2i}BZFkkMGyg?aQRVxhcZi+=G*cT*@W z`iPY2dT0+?a`&O9bye)w?7CC8i%T6x!`52bK7&(nSbE`!iC!`w{ZMf!i&wAiNU9O+ zxb7(1v+nSXtDuKlibMx@GiLHSFv-q#ENi_V7_8@gQd)=)jyvpmw>h{!4g1)dr*YGG zJ2Zp_n7J=`k5~@IsjTTkUwjDq7$0mstH;)E;4sb6iiuBl6`5*PFx`G2n+%r-62YMm z%Z7i~$bT}`ENe_c7K`m28kX>QfSXV(IiY^`?V0ctOgUvEQW zvy(^=LC20^+L)}!y5ULkNN+bd5_7T2(*x;XLDyvQk1Pho|gpzsz%cfv%;pVLSIv_Q>>=gX@BM zt@_5rtp1oh2ZSCtc(8N-LTo>A<-$DHfQOr!%C$oH%2p^9<3}ji>_Vzk_%4IJval_; zbKg>{R(Z)LgoY=xm23S-qv8u~N3=JA7sjSjaL!K^8@4JoEn8T2L1QU=@MN$GGg$K} zd1F)wqmyk__YO|YH<~GQ=)oD73P@)LXoLu3S)MyLNRx${Bz(ax++b+@+EI2kg+g}t z?OLx~Fm-fKo6)`MVY7yrp^Pe|w@Us4Nj4|{mz;R|Pu;BJ{+FnsNA(J{eb0s0UuZ8C z;tNBS^^R4mE7nsapCdpFBw@Q!9v{&%l zQ}JCUd!U2ON?)*B_=WQFLq4C5S(0^7T1-~(asrUCDpZBS+=?A8o>@O8HO(@~^9mB$ zqdTiaRgs7Y+hk~j-%clnUv0?g8!GnXa7W9kOBcMpg|lK$=l*pvqb7IST9(0*k#6R^ z$yAZuJD#uxRV_>Z36w&My6ng*ZUssY@9J7Rjq3PDWg1ap95GwG)Tz*nHBVcfCZl}y z2BWBK$=b_;oFg|?+zv5Ez2l%}wiEQ0^=W#=2&d0VF5$#V9VCP^`&VV7pf#k=eo@7Q z8g_4l85x;;>GkClJ0+8^9tNz~Y{xqCIY!l(m-=E+kd#bQ9;Zu4_A<_=)guoQ*oMyq zt-TzOp0Z||4JZR(iL;Ml(8YY2rr$=jcKLV*Jtq|t8vCG6r9SBdQcs0Ju;U%;g69jG z!hFrxcE{w)bacouPMEfeBNiMLwrhT0WNg6IzcqvkDvLU=GQ$;D<)?|%Y-R+jAu-h2 zj}WQlo9Xa*bO+zC(#*k@z`F*t!Sehkq@1r^VFEEdW zean(Njyu)U+An=)m3FSxx0jOd3aAsq^~XT799SMqSbJv5 z+ZYZ7ie#51;pHFwV4JWRA{9Bw-3B0B6kuWD;O7FUI<-Gv;zoJquI#zg9u`uX^{g2q zb=Ht*2+zWFDoN#AWs#;{iO5QR)1tSVhiN=^4Cg5So?!2%zxGx*`@28c&-{W=_wLOa z-pqTD;F)}Tx7y#o}l<7-a1U9Id z^WA=ATd=%Hz%8>gn{EFK!!K>DN2{5IP-KF~5~yp!R~wJYM!)P~C!)-wvhb@Pe3_y9 zupUn&m%eimFRBVp*uyGof0AXVV+gO~qSybWA%Bp`g(&tby&VYhP4j!*0WJsJ4(g5t z%Oo7adBVTv7mQ8Qbf#Ov+fY3u+uo+nAKMZ?k>TK>-+RewMD*?dJ!w zjioA^IFix@UE8-2?(VFh%S6e39YNo>55GwAdcW(VWjKqU8A;wng{Lc2y)=7P<@bAJ IvnA611$$!8*8l(j literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/alpha-color-picker/wp-color-picker-alpha.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/alpha-color-picker/wp-color-picker-alpha.js new file mode 100644 index 00000000..bd407429 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/alpha-color-picker/wp-color-picker-alpha.js @@ -0,0 +1,635 @@ +/**! + * wp-color-picker-alpha + * + * Overwrite Automattic Iris for enabled Alpha Channel in wpColorPicker + * Only run in input and is defined data alpha in true + * + * Version: 3.0.0 + * https://github.com/kallookoo/wp-color-picker-alpha + * Licensed under the GPLv2 license or later. + */ + +( function( $, undef ) { + + var wpColorPickerAlpha = { + 'version' : 300 + }; + + // Always try to use the last version of this script. + if ( 'wpColorPickerAlpha' in window && 'version' in window.wpColorPickerAlpha ) { + var version = parseInt( window.wpColorPickerAlpha.version, 10 ); + if ( ! isNaN( version ) && version >= wpColorPickerAlpha.version ) { + return; + } + } + + // Prevent multiple initiations + if ( Color.fn.hasOwnProperty( 'to_s' ) ) { + return; + } + + // Create new method to replace the `Color.toString()` inside the scripts. + Color.fn.to_s = function( type ) { + type = ( type || 'hex' ); + // Change hex to rgba to return the correct color. + if ( 'hex' === type && this._alpha < 1 ) { + type = 'rgba'; + } + + var color = ''; + if ( 'hex' === type ) { + color = this.toString(); + } else if ( ! this.error ) { + color = this.toCSS( type ).replace( /\(\s+/, '(' ).replace( /\s+\)/, ')' ); + } + return color; + } + + // Register the global variable. + window.wpColorPickerAlpha = wpColorPickerAlpha; + + // Background image encoded + var backgroundImage = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg=='; + + /** + * Iris + */ + $.widget( 'a8c.iris', $.a8c.iris, { + /** + * Alpha options + * + * @since 3.0.0 + * + * @type {Object} + */ + alphaOptions: { + alphaEnabled: false, + }, + /** + * Get the current color or the new color. + * + * @since 3.0.0 + * @access private + * + * @param {Object|*} The color instance if not defined return the cuurent color. + * + * @return {string} The element's color. + */ + _getColor: function( color ) { + if ( color === undef ) { + color = this._color; + } + + if ( this.alphaOptions.alphaEnabled ) { + color = color.to_s( this.alphaOptions.alphaColorType ); + if ( ! this.alphaOptions.alphaColorWithSpace ) { + color = color.replace( /\s+/g, '' ); + } + return color; + } + return color.toString(); + }, + /** + * Create widget + * + * @since 3.0.0 + * @access private + * + * @return {void} + */ + _create: function() { + try { + // Try to get the wpColorPicker alpha options. + this.alphaOptions = this.element.wpColorPicker( 'instance' ).alphaOptions; + } catch( e ) {} + + // We make sure there are all options + $.extend( {}, this.alphaOptions, { + alphaEnabled: false, + alphaCustomWidth: 130, + alphaReset: false, + alphaColorType: 'hex', + alphaColorWithSpace: false, + } ); + + this._super(); + }, + /** + * Binds event listeners to the Iris. + * + * @since 3.0.0 + * @access private + * + * @return {void} + */ + _addInputListeners: function( input ) { + var self = this, + debounceTimeout = 100, + callback = function( event ){ + var val = input.val(), + color = new Color( val ), + val = val.replace( /^(#|(rgb|hsl)a?)/, '' ), + type = self.alphaOptions.alphaColorType; + + input.removeClass( 'iris-error' ); + + if ( ! color.error ) { + // let's not do this on keyup for hex shortcodes + if ( 'hex' !== type || ! ( event.type === 'keyup' && val.match( /^[0-9a-fA-F]{3}$/ ) ) ) { + // Compare color ( #AARRGGBB ) + if ( color.toIEOctoHex() !== self._color.toIEOctoHex() ) { + self._setOption( 'color', self._getColor( color ) ); + } + } + } else if ( val !== '' ) { + input.addClass( 'iris-error' ); + } + }; + + input.on( 'change', callback ).on( 'keyup', self._debounce( callback, debounceTimeout ) ); + + // If we initialized hidden, show on first focus. The rest is up to you. + if ( self.options.hide ) { + input.one( 'focus', function() { + self.show(); + }); + } + }, + /** + * Init Controls + * + * @since 3.0.0 + * @access private + * + * @return {void} + */ + _initControls: function() { + this._super(); + + if ( this.alphaOptions.alphaEnabled ) { + // Create Alpha controls + var self = this, + stripAlpha = self.controls.strip.clone(false, false), + stripAlphaSlider = stripAlpha.find( '.iris-slider-offset' ), + controls = { + stripAlpha : stripAlpha, + stripAlphaSlider : stripAlphaSlider + }; + + stripAlpha.addClass( 'iris-strip-alpha' ); + stripAlphaSlider.addClass( 'iris-slider-offset-alpha' ); + stripAlpha.appendTo( self.picker.find( '.iris-picker-inner' ) ); + + // Push new controls + $.each( controls, function( k, v ) { + self.controls[k] = v; + } ); + + // Create slider + self.controls.stripAlphaSlider.slider( { + orientation : 'vertical', + min : 0, + max : 100, + step : 1, + value : parseInt( self._color._alpha * 100 ), + slide : function( event, ui ) { + self.active = 'strip'; + // Update alpha value + self._color._alpha = parseFloat( ui.value / 100 ); + self._change.apply( self, arguments ); + } + } ); + } + }, + /** + * Create the controls sizes + * + * @since 3.0.0 + * @access private + * + * @param {bool} reset Set to True for recreate the controls sizes. + * + * @return {void} + */ + _dimensions: function( reset ) { + this._super( reset ); + + if ( this.alphaOptions.alphaEnabled ) { + var self = this, + opts = self.options, + controls = self.controls, + square = controls.square, + strip = self.picker.find( '.iris-strip' ), + innerWidth, squareWidth, stripWidth, stripMargin, totalWidth; + + /** + * I use Math.round() to avoid possible size errors, + * this function returns the value of a number rounded + * to the nearest integer. + * + * The width to append all widgets, + * if border is enabled, 22 is subtracted. + * 20 for css left and right property + * 2 for css border + */ + innerWidth = Math.round( self.picker.outerWidth( true ) - ( opts.border ? 22 : 0 ) ); + // The width of the draggable, aka square. + squareWidth = Math.round( square.outerWidth() ); + // The width for the sliders + stripWidth = Math.round( ( innerWidth - squareWidth ) / 2 ); + // The margin for the sliders + stripMargin = Math.round( stripWidth / 2 ); + // The total width of the elements. + totalWidth = Math.round( squareWidth + ( stripWidth * 2 ) + ( stripMargin * 2 ) ); + + // Check and change if necessary. + while ( totalWidth > innerWidth ) { + stripWidth = Math.round( stripWidth - 2 ); + stripMargin = Math.round( stripMargin - 1 ); + totalWidth = Math.round( squareWidth + ( stripWidth * 2 ) + ( stripMargin * 2 ) ); + } + + + square.css( 'margin', '0' ); + strip.width( stripWidth ).css( 'margin-left', stripMargin + 'px' ); + } + }, + /** + * Callback to update the controls and the current color. + * + * @since 3.0.0 + * @access private + * + * @return {void} + */ + _change: function() { + var self = this, + active = self.active; + + self._super(); + + if ( self.alphaOptions.alphaEnabled ) { + var controls = self.controls, + alpha = parseInt( self._color._alpha * 100 ), + color = self._color.toRgb(), + gradient = [ + 'rgb(' + color.r + ',' + color.g + ',' + color.b + ') 0%', + 'rgba(' + color.r + ',' + color.g + ',' + color.b + ', 0) 100%' + ], + target = self.picker.closest( '.wp-picker-container' ).find( '.wp-color-result' ); + + self.options.color = self._getColor(); + // Generate background slider alpha, only for CSS3. + controls.stripAlpha.css( { 'background' : 'linear-gradient(to bottom, ' + gradient.join( ', ' ) + '), url(' + backgroundImage + ')' } ); + // Update alpha value + if ( active ) { + controls.stripAlphaSlider.slider( 'value', alpha ); + } + + if ( ! self._color.error ) { + self.element.removeClass( 'iris-error' ).val( self.options.color ); + } + + self.picker.find( '.iris-palette-container' ).on( 'click.palette', '.iris-palette', function() { + var color = $( this ).data( 'color' ); + if ( self.alphaOptions.alphaReset ) { + self._color._alpha = 1; + color = self._getColor(); + } + self._setOption( 'color', color ); + } ); + } + }, + /** + * Paint dimensions. + * + * @since 3.0.0 + * @access private + * + * @param {string} origin Origin (position). + * @param {string} control Type of the control, + * + * @return {void} + */ + _paintDimension: function( origin, control ) { + var self = this, + color = false; + + // Fix for slider hue opacity. + if ( self.alphaOptions.alphaEnabled && 'strip' === control ) { + color = self._color; + self._color = new Color( color.toString() ); + self.hue = self._color.h(); + } + + self._super( origin, control ); + + // Restore the color after paint. + if ( color ) { + self._color = color; + } + }, + /** + * To update the options, see original source to view the available options. + * + * @since 3.0.0 + * + * @param {string} key The Option name. + * @param {mixed} value The Option value to update. + * + * @return {void} + */ + _setOption: function( key, value ) { + var self = this; + if ( 'color' === key && self.alphaOptions.alphaEnabled ) { + // cast to string in case we have a number + value = '' + value; + newColor = new Color( value ).setHSpace( self.options.mode ); + // Check if error && Check the color to prevent callbacks with the same color. + if ( ! newColor.error && self._getColor( newColor ) !== self._getColor() ) { + self._color = newColor; + self.options.color = self._getColor(); + self.active = 'external'; + self._change(); + } + } else { + return self._super( key, value ); + } + }, + /** + * Returns the iris object if no new color is provided. If a new color is provided, it sets the new color. + * + * @param newColor {string|*} The new color to use. Can be undefined. + * + * @since 3.0.0 + * + * @return {string} The element's color. + */ + color: function( newColor ) { + if ( newColor === true ) { + return this._color.clone(); + } + if ( newColor === undef ) { + return this._getColor(); + } + this.option( 'color', newColor ); + }, + } ); + + /** + * wpColorPicker + */ + $.widget( 'wp.wpColorPicker', $.wp.wpColorPicker, { + /** + * Alpha options + * + * @since 3.0.0 + * + * @type {Object} + */ + alphaOptions: { + alphaEnabled: false, + }, + /** + * Get the alpha options. + * + * @since 3.0.0 + * @access private + * + * @return {object} The current alpha options. + */ + _getAlphaOptions: function() { + var el = this.element, + type = ( el.data( 'type' ) || this.options.type ), + color = ( el.data( 'defaultColor' ) || el.val() ), + options = { + alphaEnabled: ( el.data( 'alphaEnabled' ) || false ), + alphaCustomWidth: 130, + alphaReset: false, + alphaColorType: 'rgb', + alphaColorWithSpace: false, + }; + + if ( options.alphaEnabled ) { + options.alphaEnabled = ( el.is( 'input' ) && 'full' === type ); + } + + if ( ! options.alphaEnabled ) { + return options; + } + + options.alphaColorWithSpace = ( color && color.match( /\s/ ) ); + + $.each( options, function( name, defaultValue ) { + var value = ( el.data( name ) || defaultValue ); + switch ( name ) { + case 'alphaCustomWidth': + value = ( value ? parseInt( value, 10 ) : 0 ); + value = ( isNaN( value ) ? defaultValue : value ); + break; + case 'alphaColorType': + if ( ! value.match( /^(hex|(rgb|hsl)a?)$/ ) ) { + if ( color && color.match( /^#/ ) ) { + value = 'hex'; + } else if ( color && color.match( /^hsla?/ ) ) { + value = 'hsl'; + } else { + value = defaultValue; + } + } + break; + default: + value = !!value; + break; + } + options[name] = value; + } ); + + return options; + }, + /** + * Create widget + * + * @since 3.0.0 + * @access private + * + * @return {void} + */ + _create: function() { + // Return early if Iris support is missing. + if ( ! $.support.iris ) { + return; + } + + // Set the alpha options for the current instance. + this.alphaOptions = this._getAlphaOptions(); + + // Create widget. + this._super(); + }, + /** + * Binds event listeners to the color picker and create options, etc... + * + * @since 3.0.0 + * @access private + * + * @return {void} + */ + _addListeners: function() { + if ( ! this.alphaOptions.alphaEnabled ) { + return this._super(); + } + + var self = this, + el = self.element, + isDeprecated = self.toggler.is( 'a' ); + + this.alphaOptions.defaultWidth = el.width(); + if ( this.alphaOptions.alphaCustomWidth ) { + el.width( parseInt( this.alphaOptions.defaultWidth + this.alphaOptions.alphaCustomWidth, 10 ) ); + } + + self.toggler.css( { + 'position': 'relative', + 'background-image' : 'url(' + backgroundImage + ')' + } ); + + if ( isDeprecated ) { + self.toggler.html( '' ); + } else { + self.toggler.append( '' ); + } + + self.colorAlpha = self.toggler.find( 'span.color-alpha' ).css( { + 'width' : '30px', + 'height' : '100%', + 'position' : 'absolute', + 'top' : 0, + 'background-color' : el.val(), + } ); + + // Define the correct position for ltr or rtl direction. + if ( 'ltr' === self.colorAlpha.css( 'direction' ) ) { + self.colorAlpha.css( { + 'border-bottom-left-radius' : '2px', + 'border-top-left-radius' : '2px', + 'left' : 0 + } ); + } else { + self.colorAlpha.css( { + 'border-bottom-right-radius' : '2px', + 'border-top-right-radius' : '2px', + 'right' : 0 + } ); + } + + + el.iris( { + /** + * @summary Handles the onChange event if one has been defined in the options. + * + * Handles the onChange event if one has been defined in the options and additionally + * sets the background color for the toggler element. + * + * @since 3.0.0 + * + * @param {Event} event The event that's being called. + * @param {HTMLElement} ui The HTMLElement containing the color picker. + * + * @returns {void} + */ + change: function( event, ui ) { + self.colorAlpha.css( { 'background-color': ui.color.to_s( self.alphaOptions.alphaColorType ) } ); + + // fire change callback if we have one + if ( $.isFunction( self.options.change ) ) { + self.options.change.call( this, event, ui ); + } + } + } ); + + + /** + * Prevent any clicks inside this widget from leaking to the top and closing it. + * + * @since 3.0.0 + * + * @param {Event} event The event that's being called. + * + * @return {void} + */ + self.wrap.on( 'click.wpcolorpicker', function( event ) { + event.stopPropagation(); + }); + + /** + * Open or close the color picker depending on the class. + * + * @since 3.0.0 + */ + self.toggler.click( function() { + if ( self.toggler.hasClass( 'wp-picker-open' ) ) { + self.close(); + } else { + self.open(); + } + }); + + /** + * Checks if value is empty when changing the color in the color picker. + * If so, the background color is cleared. + * + * @since 3.0.0 + * + * @param {Event} event The event that's being called. + * + * @return {void} + */ + el.change( function( event ) { + var val = $( this ).val(); + + if ( el.hasClass( 'iris-error' ) || val === '' || val.match( /^(#|(rgb|hsl)a?)$/ ) ) { + if ( isDeprecated ) { + self.toggler.removeAttr( 'style' ); + } + + self.colorAlpha.css( 'background-color', '' ); + + // fire clear callback if we have one + if ( $.isFunction( self.options.clear ) ) { + self.options.clear.call( this, event ); + } + } + } ); + + /** + * Enables the user to either clear the color in the color picker or revert back to the default color. + * + * @since 3.0.0 + * + * @param {Event} event The event that's being called. + * + * @return {void} + */ + self.button.click( function( event ) { + if ( $( this ).hasClass( 'wp-picker-default' ) ) { + el.val( self.options.defaultColor ).change(); + } else if ( $( this ).hasClass( 'wp-picker-clear' ) ) { + el.val( '' ); + if ( isDeprecated ) { + self.toggler.removeAttr( 'style' ); + } + + self.colorAlpha.css( 'background-color', '' ); + + // fire clear callback if we have one + if ( $.isFunction( self.options.clear ) ) { + self.options.clear.call( this, event ); + } + + el.trigger( 'change' ); + } + } ); + }, + } ); +} ( jQuery ) ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/alpha-color-picker/wp-color-picker-alpha.min.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/alpha-color-picker/wp-color-picker-alpha.min.js new file mode 100644 index 00000000..fde8c833 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/alpha-color-picker/wp-color-picker-alpha.min.js @@ -0,0 +1,11 @@ +/**! + * wp-color-picker-alpha + * + * Overwrite Automattic Iris for enabled Alpha Channel in wpColorPicker + * Only run in input and is defined data alpha in true + * + * Version: 3.0.0 + * https://github.com/kallookoo/wp-color-picker-alpha + * Licensed under the GPLv2 license or later. + */ +!function(e,a){var l,o={version:300};if("wpColorPickerAlpha"in window&&"version"in window.wpColorPickerAlpha){var t=parseInt(window.wpColorPickerAlpha.version,10);if(!isNaN(t)&&o.version<=t)return}Color.fn.hasOwnProperty("to_s")||(Color.fn.to_s=function(o){"hex"===(o=o||"hex")&&this._alpha<1&&(o="rgba");var a="";return"hex"===o?a=this.toString():this.error||(a=this.toCSS(o).replace(/\(\s+/,"(").replace(/\s+\)/,")")),a},window.wpColorPickerAlpha=o,l="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==",e.widget("a8c.iris",e.a8c.iris,{alphaOptions:{alphaEnabled:!1},_getColor:function(o){return o===a&&(o=this._color),this.alphaOptions.alphaEnabled?(o=o.to_s(this.alphaOptions.alphaColorType),this.alphaOptions.alphaColorWithSpace||(o=o.replace(/\s+/g,"")),o):o.toString()},_create:function(){try{this.alphaOptions=this.element.wpColorPicker("instance").alphaOptions}catch(o){}e.extend({},this.alphaOptions,{alphaEnabled:!1,alphaCustomWidth:130,alphaReset:!1,alphaColorType:"hex",alphaColorWithSpace:!1}),this._super()},_addInputListeners:function(i){function o(o){var a=i.val(),t=new Color(a),a=a.replace(/^(#|(rgb|hsl)a?)/,""),r=l.alphaOptions.alphaColorType;i.removeClass("iris-error"),t.error?""!==a&&i.addClass("iris-error"):"hex"===r&&"keyup"===o.type&&a.match(/^[0-9a-fA-F]{3}$/)||t.toIEOctoHex()!==l._color.toIEOctoHex()&&l._setOption("color",l._getColor(t))}var l=this;i.on("change",o).on("keyup",l._debounce(o,100)),l.options.hide&&i.one("focus",function(){l.show()})},_initControls:function(){var t,o,a,r;this._super(),this.alphaOptions.alphaEnabled&&(a=(o=(t=this).controls.strip.clone(!1,!1)).find(".iris-slider-offset"),r={stripAlpha:o,stripAlphaSlider:a},o.addClass("iris-strip-alpha"),a.addClass("iris-slider-offset-alpha"),o.appendTo(t.picker.find(".iris-picker-inner")),e.each(r,function(o,a){t.controls[o]=a}),t.controls.stripAlphaSlider.slider({orientation:"vertical",min:0,max:100,step:1,value:parseInt(100*t._color._alpha),slide:function(o,a){t.active="strip",t._color._alpha=parseFloat(a.value/100),t._change.apply(t,arguments)}}))},_dimensions:function(o){if(this._super(o),this.alphaOptions.alphaEnabled){for(var a=this,t=a.options,r=a.controls.square,o=a.picker.find(".iris-strip"),i=Math.round(a.picker.outerWidth(!0)-(t.border?22:0)),l=Math.round(r.outerWidth()),e=Math.round((i-l)/2),s=Math.round(e/2),n=Math.round(l+2*e+2*s);i'):t.toggler.append(''),t.colorAlpha=t.toggler.find("span.color-alpha").css({width:"30px",height:"100%",position:"absolute",top:0,"background-color":r.val()}),"ltr"===t.colorAlpha.css("direction")?t.colorAlpha.css({"border-bottom-left-radius":"2px","border-top-left-radius":"2px",left:0}):t.colorAlpha.css({"border-bottom-right-radius":"2px","border-top-right-radius":"2px",right:0}),r.iris({change:function(o,a){t.colorAlpha.css({"background-color":a.color.to_s(t.alphaOptions.alphaColorType)}),e.isFunction(t.options.change)&&t.options.change.call(this,o,a)}}),t.wrap.on("click.wpcolorpicker",function(o){o.stopPropagation()}),t.toggler.click(function(){t.toggler.hasClass("wp-picker-open")?t.close():t.open()}),r.change(function(o){var a=e(this).val();(r.hasClass("iris-error")||""===a||a.match(/^(#|(rgb|hsl)a?)$/))&&(i&&t.toggler.removeAttr("style"),t.colorAlpha.css("background-color",""),e.isFunction(t.options.clear)&&t.options.clear.call(this,o))}),t.button.click(function(o){e(this).hasClass("wp-picker-default")?r.val(t.options.defaultColor).change():e(this).hasClass("wp-picker-clear")&&(r.val(""),i&&t.toggler.removeAttr("style"),t.colorAlpha.css("background-color",""),e.isFunction(t.options.clear)&&t.options.clear.call(this,o),r.trigger("change"))})}}))}(jQuery); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/class-make-css.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/class-make-css.php new file mode 100644 index 00000000..19876b27 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/class-make-css.php @@ -0,0 +1,202 @@ +_selector !== '' ){ + $this->add_selector_rules_to_output(); + } + $this->_selector = $selector; + return $this; + } + + /** + * Adds a css property with value to the css output + * + * @access public + * @since 1.0 + * + * @param string $property - the css property + * @param string $value - the value to be placed with the property + * @param string $og_default - check to see if the value matches the default + * @param string $unit - the unit for the value (px) + * @return $this + */ + public function add_property( $property, $value, $og_default = false, $unit = false ) { + // Add our unit to our value if it exists + if ( $unit && '' !== $unit ) { + $value = $value . $unit; + if ( '' !== $og_default ) { + $og_default = $og_default . $unit; + } + } + + // If we don't have a value or our value is the same as our og default, bail + if ( empty( $value ) || $og_default == $value ) + return false; + + $this->_css .= $property . ':' . $value . ';'; + return $this; + } + + /** + * Sets a media query in the class + * + * @since 1.1 + * @param string $value + * @return $this + */ + public function start_media_query( $value ) { + // Add the current rules to the output + $this->add_selector_rules_to_output(); + + // Add any previous media queries to the output + if ( ! empty( $this->_media_query ) ) { + $this->add_media_query_rules_to_output(); + } + + // Set the new media query + $this->_media_query = $value; + return $this; + } + + /** + * Stops using a media query. + * + * @see start_media_query() + * + * @since 1.1 + * @return $this + */ + public function stop_media_query() { + return $this->start_media_query( null ); + } + + /** + * Adds the current media query's rules to the class' output variable + * + * @since 1.1 + * @return $this + */ + private function add_media_query_rules_to_output() { + if( !empty( $this->_media_query_output ) ) { + $this->_output .= sprintf( '@media %1$s{%2$s}', $this->_media_query, $this->_media_query_output ); + + // Reset the media query output string + $this->_media_query_output = ''; + } + return $this; + } + + /** + * Adds the current selector rules to the output variable + * + * @access private + * @since 1.0 + * + * @return $this + */ + private function add_selector_rules_to_output() { + if( !empty( $this->_css ) ) { + $this->_selector_output = $this->_selector; + $selector_output = sprintf( '%1$s{%2$s}', $this->_selector_output, $this->_css ); + + // Add our CSS to the output + if ( ! empty( $this->_media_query ) ) { + $this->_media_query_output .= $selector_output; + $this->_css = ''; + } else { + $this->_output .= $selector_output; + } + + // Reset the css + $this->_css = ''; + } + + return $this; + } + + /** + * Returns the minified css in the $_output variable + * + * @access public + * @since 1.0 + * + * @return string + */ + public function css_output() + { + // Add current selector's rules to output + $this->add_selector_rules_to_output(); + + // Output minified css + return $this->_output; + } + +} +endif; diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/class-plugin-updater.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/class-plugin-updater.php new file mode 100644 index 00000000..42fb1e09 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/class-plugin-updater.php @@ -0,0 +1,676 @@ +api_url = trailingslashit( $_api_url ); + $this->api_data = $_api_data; + $this->plugin_file = $_plugin_file; + $this->name = plugin_basename( $_plugin_file ); + $this->slug = basename( $_plugin_file, '.php' ); + $this->version = $_api_data['version']; + $this->wp_override = isset( $_api_data['wp_override'] ) ? (bool) $_api_data['wp_override'] : false; + $this->beta = ! empty( $this->api_data['beta'] ) ? true : false; + $this->failed_request_cache_key = 'edd_sl_failed_http_' . md5( $this->api_url ); + + $edd_plugin_data[ $this->slug ] = $this->api_data; + + /** + * Fires after the $edd_plugin_data is setup. + * + * @since x.x.x + * + * @param array $edd_plugin_data Array of EDD SL plugin data. + */ + do_action( 'post_edd_sl_plugin_updater_setup', $edd_plugin_data ); + + // Set up hooks. + $this->init(); + + } + + /** + * Set up WordPress filters to hook into WP's update process. + * + * @uses add_filter() + * + * @return void + */ + public function init() { + + add_filter( 'pre_set_site_transient_update_plugins', array( $this, 'check_update' ) ); + add_filter( 'plugins_api', array( $this, 'plugins_api_filter' ), 10, 3 ); + add_action( 'after_plugin_row', array( $this, 'show_update_notification' ), 10, 2 ); + add_action( 'admin_init', array( $this, 'show_changelog' ) ); + + } + + /** + * Check for Updates at the defined API endpoint and modify the update array. + * + * This function dives into the update API just when WordPress creates its update array, + * then adds a custom API call and injects the custom plugin data retrieved from the API. + * It is reassembled from parts of the native WordPress plugin update code. + * See wp-includes/update.php line 121 for the original wp_update_plugins() function. + * + * @uses api_request() + * + * @param array $_transient_data Update array build by WordPress. + * @return array Modified update array with custom plugin data. + */ + public function check_update( $_transient_data ) { + + global $pagenow; + + if ( ! is_object( $_transient_data ) ) { + $_transient_data = new stdClass(); + } + + if ( ! empty( $_transient_data->response ) && ! empty( $_transient_data->response[ $this->name ] ) && false === $this->wp_override ) { + return $_transient_data; + } + + $current = $this->get_repo_api_data(); + if ( false !== $current && is_object( $current ) && isset( $current->new_version ) ) { + if ( version_compare( $this->version, $current->new_version, '<' ) ) { + $_transient_data->response[ $this->name ] = $current; + } else { + // Populating the no_update information is required to support auto-updates in WordPress 5.5. + $_transient_data->no_update[ $this->name ] = $current; + } + } + $_transient_data->last_checked = time(); + $_transient_data->checked[ $this->name ] = $this->version; + + return $_transient_data; + } + + /** + * Get repo API data from store. + * Save to cache. + * + * @return \stdClass + */ + public function get_repo_api_data() { + $version_info = $this->get_cached_version_info(); + + if ( false === $version_info ) { + $version_info = $this->api_request( + 'plugin_latest_version', + array( + 'slug' => $this->slug, + 'beta' => $this->beta, + ) + ); + if ( ! $version_info ) { + return false; + } + + // This is required for your plugin to support auto-updates in WordPress 5.5. + $version_info->plugin = $this->name; + $version_info->id = $this->name; + $version_info->tested = $this->get_tested_version( $version_info ); + + $this->set_version_info_cache( $version_info ); + } + + return $version_info; + } + + /** + * Gets the plugin's tested version. + * + * @since 1.9.2 + * @param object $version_info + * @return null|string + */ + private function get_tested_version( $version_info ) { + + // There is no tested version. + if ( empty( $version_info->tested ) ) { + return null; + } + + // Strip off extra version data so the result is x.y or x.y.z. + list( $current_wp_version ) = explode( '-', get_bloginfo( 'version' ) ); + + // The tested version is greater than or equal to the current WP version, no need to do anything. + if ( version_compare( $version_info->tested, $current_wp_version, '>=' ) ) { + return $version_info->tested; + } + $current_version_parts = explode( '.', $current_wp_version ); + $tested_parts = explode( '.', $version_info->tested ); + + // The current WordPress version is x.y.z, so update the tested version to match it. + if ( isset( $current_version_parts[2] ) && $current_version_parts[0] === $tested_parts[0] && $current_version_parts[1] === $tested_parts[1] ) { + $tested_parts[2] = $current_version_parts[2]; + } + + return implode( '.', $tested_parts ); + } + + /** + * Show the update notification on multisite subsites. + * + * @param string $file + * @param array $plugin + */ + public function show_update_notification( $file, $plugin ) { + + // Return early if in the network admin, or if this is not a multisite install. + if ( is_network_admin() || ! is_multisite() ) { + return; + } + + // Allow single site admins to see that an update is available. + if ( ! current_user_can( 'activate_plugins' ) ) { + return; + } + + if ( $this->name !== $file ) { + return; + } + + // Do not print any message if update does not exist. + $update_cache = get_site_transient( 'update_plugins' ); + + if ( ! isset( $update_cache->response[ $this->name ] ) ) { + if ( ! is_object( $update_cache ) ) { + $update_cache = new stdClass(); + } + $update_cache->response[ $this->name ] = $this->get_repo_api_data(); + } + + // Return early if this plugin isn't in the transient->response or if the site is running the current or newer version of the plugin. + if ( empty( $update_cache->response[ $this->name ] ) || version_compare( $this->version, $update_cache->response[ $this->name ]->new_version, '>=' ) ) { + return; + } + + printf( + '', + $this->slug, + $file, + in_array( $this->name, $this->get_active_plugins(), true ) ? 'active' : 'inactive' + ); + + echo ''; + echo '

'; + } + + /** + * Gets the plugins active in a multisite network. + * + * @return array + */ + private function get_active_plugins() { + $active_plugins = (array) get_option( 'active_plugins' ); + $active_network_plugins = (array) get_site_option( 'active_sitewide_plugins' ); + + return array_merge( $active_plugins, array_keys( $active_network_plugins ) ); + } + + /** + * Updates information on the "View version x.x details" page with custom data. + * + * @uses api_request() + * + * @param mixed $_data + * @param string $_action + * @param object $_args + * @return object $_data + */ + public function plugins_api_filter( $_data, $_action = '', $_args = null ) { + + if ( 'plugin_information' !== $_action ) { + + return $_data; + + } + + if ( ! isset( $_args->slug ) || ( $_args->slug !== $this->slug ) ) { + + return $_data; + + } + + $to_send = array( + 'slug' => $this->slug, + 'is_ssl' => is_ssl(), + 'fields' => array( + 'banners' => array(), + 'reviews' => false, + 'icons' => array(), + ), + ); + + // Get the transient where we store the api request for this plugin for 24 hours + $edd_api_request_transient = $this->get_cached_version_info(); + + //If we have no transient-saved value, run the API, set a fresh transient with the API value, and return that value too right now. + if ( empty( $edd_api_request_transient ) ) { + + $api_response = $this->api_request( 'plugin_information', $to_send ); + + // Expires in 3 hours + $this->set_version_info_cache( $api_response ); + + if ( false !== $api_response ) { + $_data = $api_response; + } + } else { + $_data = $edd_api_request_transient; + } + + // Convert sections into an associative array, since we're getting an object, but Core expects an array. + if ( isset( $_data->sections ) && ! is_array( $_data->sections ) ) { + $_data->sections = $this->convert_object_to_array( $_data->sections ); + } + + // Convert banners into an associative array, since we're getting an object, but Core expects an array. + if ( isset( $_data->banners ) && ! is_array( $_data->banners ) ) { + $_data->banners = $this->convert_object_to_array( $_data->banners ); + } + + // Convert icons into an associative array, since we're getting an object, but Core expects an array. + if ( isset( $_data->icons ) && ! is_array( $_data->icons ) ) { + $_data->icons = $this->convert_object_to_array( $_data->icons ); + } + + // Convert contributors into an associative array, since we're getting an object, but Core expects an array. + if ( isset( $_data->contributors ) && ! is_array( $_data->contributors ) ) { + $_data->contributors = $this->convert_object_to_array( $_data->contributors ); + } + + if ( ! isset( $_data->plugin ) ) { + $_data->plugin = $this->name; + } + + return $_data; + } + + /** + * Convert some objects to arrays when injecting data into the update API + * + * Some data like sections, banners, and icons are expected to be an associative array, however due to the JSON + * decoding, they are objects. This method allows us to pass in the object and return an associative array. + * + * @since 3.6.5 + * + * @param stdClass $data + * + * @return array + */ + private function convert_object_to_array( $data ) { + if ( ! is_array( $data ) && ! is_object( $data ) ) { + return array(); + } + $new_data = array(); + foreach ( $data as $key => $value ) { + $new_data[ $key ] = is_object( $value ) ? $this->convert_object_to_array( $value ) : $value; + } + + return $new_data; + } + + /** + * Disable SSL verification in order to prevent download update failures + * + * @param array $args + * @param string $url + * @return object $array + */ + public function http_request_args( $args, $url ) { + + if ( strpos( $url, 'https://' ) !== false && strpos( $url, 'edd_action=package_download' ) ) { + $args['sslverify'] = $this->verify_ssl(); + } + return $args; + + } + + /** + * Calls the API and, if successfull, returns the object delivered by the API. + * + * @uses get_bloginfo() + * @uses wp_remote_post() + * @uses is_wp_error() + * + * @param string $_action The requested action. + * @param array $_data Parameters for the API action. + * @return false|object|void + */ + private function api_request( $_action, $_data ) { + $data = array_merge( $this->api_data, $_data ); + + if ( $data['slug'] !== $this->slug ) { + return; + } + + // Don't allow a plugin to ping itself + if ( trailingslashit( home_url() ) === $this->api_url ) { + return false; + } + + if ( $this->request_recently_failed() ) { + return false; + } + + return $this->get_version_from_remote(); + } + + /** + * Determines if a request has recently failed. + * + * @since 1.9.1 + * + * @return bool + */ + private function request_recently_failed() { + $failed_request_details = get_option( $this->failed_request_cache_key ); + + // Request has never failed. + if ( empty( $failed_request_details ) || ! is_numeric( $failed_request_details ) ) { + return false; + } + + /* + * Request previously failed, but the timeout has expired. + * This means we're allowed to try again. + */ + if ( time() > $failed_request_details ) { + delete_option( $this->failed_request_cache_key ); + + return false; + } + + return true; + } + + /** + * Logs a failed HTTP request for this API URL. + * We set a timestamp for 1 hour from now. This prevents future API requests from being + * made to this domain for 1 hour. Once the timestamp is in the past, API requests + * will be allowed again. This way if the site is down for some reason we don't bombard + * it with failed API requests. + * + * @see EDD_SL_Plugin_Updater::request_recently_failed + * + * @since 1.9.1 + */ + private function log_failed_request() { + update_option( $this->failed_request_cache_key, strtotime( '+1 hour' ) ); + } + + /** + * If available, show the changelog for sites in a multisite install. + */ + public function show_changelog() { + + if ( empty( $_REQUEST['edd_sl_action'] ) || 'view_plugin_changelog' !== $_REQUEST['edd_sl_action'] ) { + return; + } + + if ( empty( $_REQUEST['plugin'] ) ) { + return; + } + + if ( empty( $_REQUEST['slug'] ) || $this->slug !== $_REQUEST['slug'] ) { + return; + } + + if ( ! current_user_can( 'update_plugins' ) ) { + wp_die( esc_html__( 'You do not have permission to install plugin updates', 'easy-digital-downloads' ), esc_html__( 'Error', 'easy-digital-downloads' ), array( 'response' => 403 ) ); + } + + $version_info = $this->get_repo_api_data(); + if ( isset( $version_info->sections ) ) { + $sections = $this->convert_object_to_array( $version_info->sections ); + if ( ! empty( $sections['changelog'] ) ) { + echo '
' . wp_kses_post( $sections['changelog'] ) . '
'; + } + } + + exit; + } + + /** + * Gets the current version information from the remote site. + * + * @return array|false + */ + private function get_version_from_remote() { + $api_params = array( + 'edd_action' => 'get_version', + 'license' => ! empty( $this->api_data['license'] ) ? $this->api_data['license'] : '', + 'item_name' => isset( $this->api_data['item_name'] ) ? $this->api_data['item_name'] : false, + 'item_id' => isset( $this->api_data['item_id'] ) ? $this->api_data['item_id'] : false, + 'version' => isset( $this->api_data['version'] ) ? $this->api_data['version'] : false, + 'slug' => $this->slug, + 'author' => $this->api_data['author'], + 'url' => home_url(), + 'beta' => $this->beta, + 'php_version' => phpversion(), + 'wp_version' => get_bloginfo( 'version' ), + ); + + /** + * Filters the parameters sent in the API request. + * + * @param array $api_params The array of data sent in the request. + * @param array $this->api_data The array of data set up in the class constructor. + * @param string $this->plugin_file The full path and filename of the file. + */ + $api_params = apply_filters( 'edd_sl_plugin_updater_api_params', $api_params, $this->api_data, $this->plugin_file ); + + $request = wp_remote_post( + $this->api_url, + array( + 'timeout' => 15, + 'sslverify' => $this->verify_ssl(), + 'body' => $api_params, + ) + ); + + if ( is_wp_error( $request ) || ( 200 !== wp_remote_retrieve_response_code( $request ) ) ) { + $this->log_failed_request(); + + return false; + } + + $request = json_decode( wp_remote_retrieve_body( $request ) ); + + if ( $request && isset( $request->sections ) ) { + $request->sections = maybe_unserialize( $request->sections ); + } else { + $request = false; + } + + if ( $request && isset( $request->banners ) ) { + $request->banners = maybe_unserialize( $request->banners ); + } + + if ( $request && isset( $request->icons ) ) { + $request->icons = maybe_unserialize( $request->icons ); + } + + if ( ! empty( $request->sections ) ) { + foreach ( $request->sections as $key => $section ) { + $request->$key = (array) $section; + } + } + + return $request; + } + + /** + * Get the version info from the cache, if it exists. + * + * @param string $cache_key + * @return object + */ + public function get_cached_version_info( $cache_key = '' ) { + + if ( empty( $cache_key ) ) { + $cache_key = $this->get_cache_key(); + } + + $cache = get_option( $cache_key ); + + // Cache is expired + if ( empty( $cache['timeout'] ) || time() > $cache['timeout'] ) { + return false; + } + + // We need to turn the icons into an array, thanks to WP Core forcing these into an object at some point. + $cache['value'] = json_decode( $cache['value'] ); + if ( ! empty( $cache['value']->icons ) ) { + $cache['value']->icons = (array) $cache['value']->icons; + } + + return $cache['value']; + + } + + /** + * Adds the plugin version information to the database. + * + * @param string $value + * @param string $cache_key + */ + public function set_version_info_cache( $value = '', $cache_key = '' ) { + + if ( empty( $cache_key ) ) { + $cache_key = $this->get_cache_key(); + } + + $data = array( + 'timeout' => strtotime( '+3 hours', time() ), + 'value' => wp_json_encode( $value ), + ); + + update_option( $cache_key, $data, 'no' ); + + // Delete the duplicate option + delete_option( 'edd_api_request_' . md5( serialize( $this->slug . $this->api_data['license'] . $this->beta ) ) ); + } + + /** + * Returns if the SSL of the store should be verified. + * + * @since 1.6.13 + * @return bool + */ + private function verify_ssl() { + return (bool) apply_filters( 'edd_sl_api_request_verify_ssl', true, $this ); + } + + /** + * Gets the unique key (option name) for a plugin. + * + * @since 1.9.0 + * @return string + */ + private function get_cache_key() { + $string = $this->slug . $this->api_data['license'] . $this->beta; + + return 'edd_sl_' . md5( serialize( $string ) ); + } + +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer-helpers.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer-helpers.php new file mode 100644 index 00000000..7bdb8f16 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer-helpers.php @@ -0,0 +1,531 @@ + wp_create_nonce( 'gp_customize_nonce' ) ) ); + wp_localize_script( 'generatepress-pro-typography-customizer', 'typography_defaults', generate_typography_default_fonts() ); + wp_localize_script( + 'generatepress-pro-typography-customizer', + 'generatePressTypography', + array( + 'googleFonts' => apply_filters( 'generate_typography_customize_list', generate_get_all_google_fonts( $number_of_fonts ) ) + ) + ); + } + + wp_enqueue_script( 'generatepress-pro-customizer-controls', plugin_dir_url( __FILE__ ) . 'customizer/controls/js/generatepress-controls.js', array( 'customize-controls', 'jquery' ), GP_PREMIUM_VERSION, true ); + + $overlay_defaults = apply_filters( 'generate_off_canvas_overlay_style_defaults', array( + 'backgroundColor' => 'rgba(10,10,10,0.95)', + 'textColor' => '#ffffff', + 'backgroundHoverColor' => 'rgba(0,0,0,0)', + 'backgroundCurrentColor' => 'rgba(0,0,0,0)', + 'subMenuBackgroundColor' => 'rgba(0,0,0,0)', + 'subMenuTextColor' => '#ffffff', + 'subMenuBackgroundHoverColor' => 'rgba(0,0,0,0)', + 'subMenuBackgroundCurrentColor' => 'rgba(0,0,0,0)', + 'fontWeight' => 200, + 'fontSize' => 25, + ) ); + + wp_localize_script( + 'gp-button-actions', + 'gpButtonActions', + array( + 'warning' => esc_html__( 'This will design your overlay by changing options in the Customizer for you. Once saved, this can not be undone.', 'gp-premium' ), + 'styling' => $overlay_defaults, + ) + ); + + $controls_a11y = array( + 'fontSizeLabel' => esc_html__( 'Font size', 'gp-premium' ), + 'mobileHeaderFontSizeLabel' => esc_html__( 'Mobile header font size', 'gp-premium' ), + ); + + if ( function_exists( 'generate_get_default_fonts' ) ) { + $font_defaults = generate_get_default_fonts(); + + $controls_a11y['siteTitleFontSize'] = $font_defaults['site_title_font_size']; + $controls_a11y['mobileSiteTitleFontSize'] = $font_defaults['mobile_site_title_font_size']; + } + + if ( function_exists( 'generate_get_color_defaults' ) ) { + $color_defaults = generate_get_color_defaults(); + + $controls_a11y['navigationTextColor'] = $color_defaults['navigation_text_color']; + $controls_a11y['siteTitleTextColor'] = $color_defaults['site_title_color']; + } + + if ( function_exists( 'generate_get_defaults' ) ) { + $defaults = generate_get_defaults(); + + $controls_a11y['navigationAlignment'] = $defaults['nav_alignment_setting']; + } + + wp_localize_script( + 'generatepress-pro-customizer-controls', + 'gpControls', + $controls_a11y + ); + + wp_enqueue_script( + 'generate-pro-customizer-controls', + GP_PREMIUM_DIR_URL . 'dist/customizer.js', + array( 'customize-controls', 'wp-i18n', 'wp-element', 'customize-base' ), + GP_PREMIUM_VERSION, + true + ); + + if ( function_exists( 'wp_set_script_translations' ) ) { + wp_set_script_translations( 'generate-pro-customizer-controls', 'gp-premium' ); + } + + wp_localize_script( + 'generate-pro-customizer-controls', + 'gpCustomizerControls', + array( + 'hasSecondaryNav' => generatepress_is_module_active( 'generate_package_secondary_nav', 'GENERATE_SECONDARY_NAV' ), + 'hasMenuPlus' => generatepress_is_module_active( 'generate_package_menu_plus', 'GENERATE_MENU_PLUS' ), + 'hasWooCommerce' => class_exists( 'WooCommerce' ) && generatepress_is_module_active( 'generate_package_woocommerce', 'GENERATE_WOOCOMMERCE' ), + ) + ); +} + +add_action( 'customize_register', 'generate_premium_customizer_shortcut_controls', 100 ); +/** + * Add shortcuts to sections we don't control in this plugin. + * + * @since 1.8 + */ +function generate_premium_customizer_shortcut_controls( $wp_customize ) { + if ( ! class_exists( 'WP_Customize_Panel' ) ) { + return; + } + + if ( ! $wp_customize->get_panel( 'generate_layout_panel' ) ) { + return; + } + + if ( method_exists( $wp_customize, 'register_control_type' ) ) { + $wp_customize->register_control_type( 'GeneratePress_Section_Shortcut_Control' ); + } + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_header_layout_shortcuts', + array( + 'section' => 'generate_layout_header', + 'element' => __( 'Header', 'gp-premium' ), + 'shortcuts' => array( + 'colors' => 'header_color_section', + 'typography' => 'font_header_section', + 'backgrounds' => 'generate_backgrounds_header', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_primary_navigation_layout_shortcuts', + array( + 'section' => 'generate_layout_navigation', + 'element' => __( 'Primary Navigation', 'gp-premium' ), + 'shortcuts' => array( + 'colors' => 'navigation_color_section', + 'typography' => 'font_navigation_section', + 'backgrounds' => 'generate_backgrounds_navigation', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + if ( $wp_customize->get_control( 'blogname' ) ) { + $wp_customize->get_control( 'generate_settings[container_width]' )->priority = 1; + } + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_content_layout_shortcuts', + array( + 'section' => 'generate_layout_container', + 'element' => __( 'Content', 'gp-premium' ), + 'shortcuts' => array( + 'colors' => 'content_color_section', + 'typography' => 'font_content_section', + 'backgrounds' => 'generate_backgrounds_content', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 0, + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_sidebar_layout_shortcuts', + array( + 'section' => 'generate_layout_sidebars', + 'element' => __( 'Sidebar', 'gp-premium' ), + 'shortcuts' => array( + 'colors' => 'sidebar_widget_color_section', + 'typography' => 'font_widget_section', + 'backgrounds' => 'generate_backgrounds_sidebars', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_footer_layout_shortcuts', + array( + 'section' => 'generate_layout_footer', + 'element' => __( 'Footer', 'gp-premium' ), + 'shortcuts' => array( + 'colors' => 'footer_color_section', + 'typography' => 'font_footer_section', + 'backgrounds' => 'generate_backgrounds_footer', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_colors_shortcuts', + array( + 'section' => 'generate_colors_section', + 'element' => __( 'Colors', 'gp-premium' ), + 'shortcuts' => array(), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_typography_shortcuts', + array( + 'section' => 'generate_typography_section', + 'element' => __( 'Typography', 'gp-premium' ), + 'shortcuts' => array(), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); +} + +add_action( 'customize_register', 'generate_premium_layout_block_element_messages', 1000 ); +/** + * Add shortcuts to sections we don't control in this plugin. + * + * @since 1.8 + */ +function generate_premium_layout_block_element_messages( $wp_customize ) { + if ( ! class_exists( 'WP_Customize_Panel' ) ) { + return; + } + + if ( method_exists( $wp_customize, 'register_control_type' ) ) { + $wp_customize->register_control_type( 'GeneratePress_Information_Customize_Control' ); + } + + if ( version_compare( PHP_VERSION, '5.6', '>=' ) ) { + $footer_sections = array( + 'generate_layout_footer', + 'footer_color_section', + 'font_footer_section', + 'generate_backgrounds_footer', + ); + + foreach ( $footer_sections as $section ) { + if ( $wp_customize->get_section( $section ) ) { + $wp_customize->add_control( + new GeneratePress_Information_Customize_Control( + $wp_customize, + 'generate_using_site_footer_element_' . $section, + array( + 'section' => $section, + 'description' => sprintf( + /* translators: URL to the Elements dashboard. */ + __( 'This page is using a Site Footer Element. Some of the options below may not apply.', 'gp-premium' ), + admin_url( 'edit.php?post_type=gp_elements' ) + ), + 'notice' => true, + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'active_callback' => function() { + $has_block_element = generate_has_active_element( 'site-footer', true ); + + if ( $has_block_element ) { + return true; + } + + return false; + }, + 'priority' => 0, + ) + ) + ); + } + } + + $header_sections = array( + 'generate_layout_header', + 'header_color_section', + 'font_header_section', + 'generate_backgrounds_header', + ); + + foreach ( $header_sections as $section ) { + if ( $wp_customize->get_section( $section ) ) { + $wp_customize->add_control( + new GeneratePress_Information_Customize_Control( + $wp_customize, + 'generate_using_site_header_element_' . $section, + array( + 'section' => $section, + 'description' => sprintf( + /* translators: URL to the Elements dashboard. */ + __( 'This page is using a Site Header Element. Some of the options below may not apply.', 'gp-premium' ), + admin_url( 'edit.php?post_type=gp_elements' ) + ), + 'notice' => true, + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'active_callback' => function() { + $has_block_element = generate_has_active_element( 'site-header', true ); + + if ( $has_block_element ) { + return true; + } + + return false; + }, + 'priority' => 0, + ) + ) + ); + } + } + + $sidebar_sections = array( + 'generate_layout_sidebars', + 'sidebar_widget_color_section', + 'font_widget_section', + 'generate_backgrounds_sidebars', + ); + + foreach ( $sidebar_sections as $section ) { + if ( $wp_customize->get_section( $section ) ) { + $wp_customize->add_control( + new GeneratePress_Information_Customize_Control( + $wp_customize, + 'generate_using_sidebar_element_' . $section, + array( + 'section' => $section, + 'description' => sprintf( + /* translators: URL to the Elements dashboard. */ + __( 'This page is using a Sidebar Element. Some of the options below may not apply.', 'gp-premium' ), + admin_url( 'edit.php?post_type=gp_elements' ) + ), + 'notice' => true, + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'active_callback' => function() { + $has_right_sidebar_block_element = generate_has_active_element( 'right-sidebar', true ); + + if ( $has_right_sidebar_block_element ) { + return true; + } + + $has_left_sidebar_block_element = generate_has_active_element( 'left-sidebar', true ); + + if ( $has_left_sidebar_block_element ) { + return true; + } + + return false; + }, + 'priority' => 0, + ) + ) + ); + } + } + + if ( $wp_customize->get_section( 'generate_blog_section' ) ) { + $wp_customize->add_control( + new GeneratePress_Information_Customize_Control( + $wp_customize, + 'generate_using_post_loop_item_element', + array( + 'section' => 'generate_blog_section', + 'description' => sprintf( + /* translators: URL to the Elements dashboard. */ + __( 'This page is using a Content Template Element. Some of the options below may not apply.', 'gp-premium' ), + admin_url( 'edit.php?post_type=gp_elements' ) + ), + 'notice' => true, + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'active_callback' => function() { + $has_block_element = generate_has_active_element( 'content-template', true ); + + if ( $has_block_element ) { + return true; + } + + return false; + }, + 'priority' => 0, + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Information_Customize_Control( + $wp_customize, + 'generate_using_page_hero_element', + array( + 'section' => 'generate_blog_section', + 'description' => sprintf( + /* translators: URL to the Elements dashboard. */ + __( 'This page is using a Page Hero Element. Some of the options below may not apply.', 'gp-premium' ), + admin_url( 'edit.php?post_type=gp_elements' ) + ), + 'notice' => true, + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'active_callback' => function() { + $has_block_element = generate_has_active_element( 'page-hero', true ); + + if ( $has_block_element ) { + return true; + } + + return false; + }, + 'priority' => 0, + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Information_Customize_Control( + $wp_customize, + 'generate_using_post_meta_area_element', + array( + 'section' => 'generate_blog_section', + 'description' => sprintf( + /* translators: URL to the Elements dashboard. */ + __( 'This page is using a Post Meta Template Element. Some of the options below may not apply.', 'gp-premium' ), + admin_url( 'edit.php?post_type=gp_elements' ) + ), + 'notice' => true, + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'active_callback' => function() { + $has_block_element = generate_has_active_element( 'post-meta-template', true ); + + if ( $has_block_element ) { + return true; + } + + return false; + }, + 'priority' => 0, + ) + ) + ); + } + } +} + +add_action( 'customize_controls_print_styles', 'generate_premium_customize_print_styles' ); +/** + * Print control styles for the Customizer. + * + * @since 1.9 + */ +function generate_premium_customize_print_styles() { + $sizes = apply_filters( 'generate_customizer_device_preview_sizes', array( + 'tablet' => 800, + 'mobile' => 411, + 'mobile_height' => 731, + ) ); + ?> + + json['data_type'] = $this->data_type; + $this->json['description'] = $this->description; + $this->json['nonce'] = $this->nonce; + } + + public function content_template() { + ?> + + <# if ( data.description ) { #> + +

{{{ data.description }}}

+
+ <# } #> + json['palette'] = $this->palette; + $this->json['defaultValue'] = $this->setting->default; + $this->json[ 'link' ] = $this->get_link(); + $this->json[ 'show_opacity' ] = $this->show_opacity; + + if ( is_array( $this->json['palette'] ) ) { + $this->json['palette'] = implode( '|', $this->json['palette'] ); + } else { + // Default to true. + $this->json['palette'] = ( false === $this->json['palette'] || 'false' === $this->json['palette'] ) ? 'false' : 'true'; + } + + // Support passing show_opacity as string or boolean. Default to true. + $this->json[ 'show_opacity' ] = ( false === $this->json[ 'show_opacity' ] || 'false' === $this->json[ 'show_opacity' ] ) ? 'false' : 'true'; + } + + /** + * Render the control. + */ + public function render_content() {} + + public function content_template() { + ?> + <# if ( data.label && '' !== data.label ) { #> + {{ data.label }} + <# } #> + + json[ 'position_title' ] = esc_html__( 'left top, x% y%, xpos ypos (px)', 'gp-premium' ); + $this->json[ 'position_placeholder' ] = esc_html__( 'Position', 'gp-premium' ); + + foreach ( $this->settings as $setting_key => $setting_id ) { + $this->json[ $setting_key ] = array( + 'link' => $this->get_link( $setting_key ), + 'value' => $this->value( $setting_key ), + 'default' => isset( $setting_id->default ) ? $setting_id->default : '', + 'id' => isset( $setting_id->id ) ? $setting_id->id : '' + ); + + if ( 'repeat' === $setting_key ) { + $this->json[ $setting_key ]['choices'] = $this->get_repeat_choices(); + } + + if ( 'size' === $setting_key ) { + $this->json[ $setting_key ]['choices'] = $this->get_size_choices(); + } + + if ( 'attachment' === $setting_key ) { + $this->json[ $setting_key ]['choices'] = $this->get_attachment_choices(); + } + } + } + + public function content_template() { + ?> + <# if ( '' !== data.label ) { #> + {{ data.label }} + <# } #> + + <# if ( 'undefined' !== typeof ( data.repeat ) ) { #> +
+ +
+ <# } #> + + <# if ( 'undefined' !== typeof ( data.size ) ) { #> +
+ +
+ <# } #> + + <# if ( 'undefined' !== typeof ( data.attachment ) ) { #> +
+ +
+ <# } #> + + <# if ( 'undefined' !== typeof ( data.position ) ) { #> +
+ +
+ <# } #> + esc_html__( 'Repeat', 'gp-premium' ), + 'repeat-x' => esc_html__( 'Repeat x', 'gp-premium' ), + 'repeat-y' => esc_html__( 'Repeat y', 'gp-premium' ), + 'no-repeat' => esc_html__( 'No Repeat', 'gp-premium' ) + ); + } + + public function get_size_choices() { + return array( + '' => esc_html__( 'Size (Auto)', 'gp-premium' ), + '100' => esc_html__( '100% Width', 'gp-premium' ), + 'cover' => esc_html__( 'Cover', 'gp-premium' ), + 'contain' => esc_html__( 'Contain', 'gp-premium' ) + ); + } + + public function get_attachment_choices() { + return array( + '' => esc_html__( 'Attachment', 'gp-premium' ), + 'fixed' => esc_html__( 'Fixed', 'gp-premium' ), + 'local' => esc_html__( 'Local', 'gp-premium' ), + 'inherit' => esc_html__( 'Inherit', 'gp-premium' ) + ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-control-toggle.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-control-toggle.php new file mode 100644 index 00000000..7c893a6e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-control-toggle.php @@ -0,0 +1,37 @@ +json[ 'targets' ] = $this->targets; + + } + + public function content_template() { + ?> +
+ <# jQuery.each( data.targets, function( index, value ) { #> + + <# } ); #> +
+ json[ 'link' ] = $this->get_link(); + $this->json[ 'value' ] = $this->value(); + $this->json[ 'id' ] = $this->id; + $this->json[ 'current_year' ] = __( '%current_year% to update year automatically.', 'gp-premium' ); + $this->json[ 'copyright' ] = __( '%copy% to include the copyright symbol.', 'gp-premium' ); + $this->json[ 'html' ] = __( 'HTML is allowed.', 'gp-premium' ); + $this->json[ 'shortcodes' ] = __( 'Shortcodes are allowed.', 'gp-premium' ); + } + /** + * Render the control's content. + * + * Allows the content to be overriden without having to rewrite the wrapper. + * + * @since 10/16/2012 + * @return void + */ + public function content_template() { + ?> + + json[ 'link' ] = $this->get_link(); + $this->json[ 'value' ] = $this->value(); + $this->json[ 'id' ] = $this->id; + $this->json[ 'default_value' ] = $this->default_value; + $this->json[ 'reset_title' ] = esc_attr__( 'Reset','generate-spacing' ); + $this->json[ 'unit' ] = $this->unit; + $this->json[ 'edit_field' ] = $this->edit_field; + } + + public function content_template() { + ?> + +
+ <# if ( '' !== data.default_value ) { #>{{ data.reset_title }}<# } #> + json[ 'link' ] = $this->get_link(); + $this->json[ 'value' ] = absint( $this->value() ); + $this->json[ 'description' ] = esc_html( $this->description ); + } + + public function content_template() { + ?> + + type ) { + default: + case 'text' : ?> + + label ) ) echo '' . esc_html( $this->label ) . ''; + if ( ! empty( $this->description ) ) echo '' . esc_html( $this->description ) . ''; + if ( ! empty( $this->areas ) ) : + echo '
'; + foreach ( $this->areas as $value => $label ) : + echo '' . esc_html( $label ) . ''; + endforeach; + endif; + break; + + case 'line' : + echo '
'; + break; + } + } +} +endif; + +if ( class_exists( 'WP_Customize_Control' ) && ! class_exists( 'Generate_Backgrounds_Customize_Control' ) ) : +/* + * @deprecated 1.3 + */ +class Generate_Backgrounds_Customize_Control extends WP_Customize_Control { + public function render() {} +} +endif; + +if ( class_exists( 'WP_Customize_Control' ) && ! class_exists( 'Generate_Backgrounds_Customize_Misc_Control' ) ) : +/* + * No longer used + * Kept for back compat purposes + * @deprecated 1.2.95 + */ +class Generate_Backgrounds_Customize_Misc_Control extends WP_Customize_Control { + public function render() {} +} +endif; + +if ( class_exists( 'WP_Customize_Control' ) && ! class_exists( 'Generate_Blog_Customize_Control' ) ) : +/** + * Add our number input field for the featured image width + * @deprecated 1.3 + */ +class Generate_Blog_Customize_Control extends WP_Customize_Control { + public $type = 'gp-post-image-size'; + public $placeholder = ''; + + public function enqueue() { + wp_enqueue_script( 'gp-blog-customizer', trailingslashit( plugin_dir_url( __FILE__ ) ) . 'js/blog-customizer.js', array( 'customize-controls' ), GENERATE_BLOG_VERSION, true ); + } + + public function to_json() { + parent::to_json(); + $this->json[ 'link' ] = $this->get_link(); + $this->json[ 'value' ] = $this->value(); + $this->json[ 'placeholder' ] = $this->placeholder; + } + public function content_template() { + ?> + + json[ 'link' ] = $this->get_link(); + $this->json[ 'value' ] = $this->value(); + $this->json[ 'placeholder' ] = $this->placeholder; + } + public function content_template() { + ?> + + json[ 'text' ] = __( 'Apply image sizes','page-header' ); + } + + public function content_template() { + ?> + {{{ data.text }}} + json[ 'link' ] = $this->get_link(); + $this->json[ 'value' ] = $this->value(); + $this->json[ 'id' ] = $this->id; + } + + public function content_template() { + ?> + + + + + + json['description'] = $this->description; + $this->json['notice'] = $this->notice; + } + + public function content_template() { + ?> + <# if ( data.notice ) { #> +
+ <# } #> + + <# if ( data.label ) { #> + {{ data.label }} + <# } #> + <# if ( data.description ) { #> +

{{{ data.description }}}

+ <# } #> + + <# if ( data.notice ) { #> +
+ <# } #> + json['choices'][$device]['min'] = ( isset( $this->choices[$device]['min'] ) ) ? $this->choices[$device]['min'] : '0'; + $this->json['choices'][$device]['max'] = ( isset( $this->choices[$device]['max'] ) ) ? $this->choices[$device]['max'] : '100'; + $this->json['choices'][$device]['step'] = ( isset( $this->choices[$device]['step'] ) ) ? $this->choices[$device]['step'] : '1'; + $this->json['choices'][$device]['edit'] = ( isset( $this->choices[$device]['edit'] ) ) ? $this->choices[$device]['edit'] : false; + $this->json['choices'][$device]['unit'] = ( isset( $this->choices[$device]['unit'] ) ) ? $this->choices[$device]['unit'] : false; + } + + foreach ( $this->settings as $setting_key => $setting_id ) { + $this->json[ $setting_key ] = array( + 'link' => $this->get_link( $setting_key ), + 'value' => $this->value( $setting_key ), + 'default' => isset( $setting_id->default ) ? $setting_id->default : '', + ); + } + + $this->json['desktop_label'] = __( 'Desktop', 'gp-premium' ); + $this->json['tablet_label'] = __( 'Tablet', 'gp-premium' ); + $this->json['mobile_label'] = __( 'Mobile', 'gp-premium' ); + $this->json['reset_label'] = __( 'Reset', 'gp-premium' ); + + $this->json['description'] = $this->description; + $this->json['sub_description'] = $this->sub_description; + } + /** + * Enqueue control related scripts/styles. + * + * @access public + */ + public function enqueue() { + wp_enqueue_script( 'generatepress-pro-range-slider', trailingslashit( plugin_dir_url( __FILE__ ) ) . 'js/slider-customizer.js', array( 'jquery', 'customize-base', 'jquery-ui-slider' ), GP_PREMIUM_VERSION, true ); + wp_enqueue_style( 'generatepress-pro-range-slider-css', trailingslashit( plugin_dir_url( __FILE__ ) ) . 'css/slider-customizer.css', GP_PREMIUM_VERSION ); + } + /** + * An Underscore (JS) template for this control's content (but not its container). + * + * Class variables for this control class are available in the `data` JS object; + * export custom variables by overriding {@see WP_Customize_Control::to_json()}. + * + * @see WP_Customize_Control::print_template() + * + * @access protected + */ + protected function content_template() { + ?> +
+
+ <# if ( data.label || data.description ) { #> +
+ <# if ( data.label ) { #> + {{{ data.label }}} + <# } #> + + <# if ( data.description ) { #> +

{{{ data.description }}}

+ <# } #> +
+ <# } #> + +
+ + <# if ( 'undefined' !== typeof ( data.desktop ) ) { #> + + <# } #> + + <# if ( 'undefined' !== typeof (data.tablet) ) { #> + + <# } #> + + <# if ( 'undefined' !== typeof (data.mobile) ) { #> + + <# } #> + + + +
+
+ +
+ <# if ( 'undefined' !== typeof ( data.desktop ) ) { #> + + <# } #> + + <# if ( 'undefined' !== typeof ( data.tablet ) ) { #> + + <# } #> + + <# if ( 'undefined' !== typeof ( data.mobile ) ) { #> + + <# } #> +
+ + <# if ( data.sub_description ) { #> +

{{{ data.sub_description }}}

+ <# } #> +
+ + {{{ data.label }}} + shortcuts as $name => $id ) { + if ( 'colors' === $name ) { + $name = esc_html__( 'Colors', 'gp-premium' ); + + if ( version_compare( generate_premium_get_theme_version(), '3.1.0-alpha.1', '>=' ) && 'generate_woocommerce_colors' !== $id ) { + $id = 'generate_colors_section'; + } + + if ( ! generatepress_is_module_active( 'generate_package_colors', 'GENERATE_COLORS' ) ) { + $id = false; + $name = false; + } + } + + if ( 'typography' === $name ) { + $name = esc_html__( 'Typography', 'gp-premium' ); + + if ( function_exists( 'generate_is_using_dynamic_typography' ) && generate_is_using_dynamic_typography() ) { + $id = 'generate_typography_section'; + } + + if ( ! generatepress_is_module_active( 'generate_package_typography', 'GENERATE_TYPOGRAPHY' ) ) { + $id = false; + $name = false; + } + } + + if ( 'backgrounds' === $name ) { + $name = esc_html__( 'Backgrounds', 'gp-premium' ); + + if ( ! generatepress_is_module_active( 'generate_package_backgrounds', 'GENERATE_BACKGROUNDS' ) ) { + $id = false; + $name = false; + } + } + + if ( 'layout' === $name ) { + $name = esc_html__( 'Layout', 'gp-premium' ); + } + + if ( $id && $name ) { + $shortcuts[ $id ] = $name; + } + } + + if ( ! empty( $shortcuts ) ) { + $this->json['shortcuts'] = $shortcuts; + } else { + $this->json['shortcuts'] = false; + } + + if ( 'WooCommerce' !== $this->element ) { + $this->element = strtolower( $this->element ); + } + + $this->json['more'] = sprintf( + __( 'More %s controls:', 'gp-premium' ), + '' . $this->element . '' + ); + + $this->json['return'] = __( 'Go Back', 'gp-premium' ); + + $this->json['section'] = $this->section; + + if ( apply_filters( 'generate_disable_customizer_shortcuts', false ) ) { + $this->json['shortcuts'] = false; + } + } + + public function content_template() { + ?> +
+ <# if ( data.shortcuts ) { #> +
+ + {{{ data.more }}} + + + + <# _.each( data.shortcuts, function( label, section ) { #> + + {{{ label }}} + + <# } ) #> + +
+ <# } #> + + +
+ + settings as $setting_key => $setting_id ) { + $this->json[ $setting_key ] = array( + 'link' => $this->get_link( $setting_key ), + 'value' => $this->value( $setting_key ) + ); + } + + $this->json[ 'element' ] = $this->element; + $this->json[ 'title' ] = __( 'Link values', 'gp-premium' ); + $this->json[ 'unlink_title' ] = __( 'Un-link values', 'gp-premium' ); + + $this->json['label_top'] = esc_html__( 'Top', 'gp-premium' ); + $this->json['label_right'] = esc_html__( 'Right', 'gp-premium' ); + $this->json['label_bottom'] = esc_html__( 'Bottom', 'gp-premium' ); + $this->json['label_left'] = esc_html__( 'Left', 'gp-premium' ); + $this->json['desktop_label'] = esc_html__( 'Desktop', 'gp-premium' ); + $this->json['tablet_label'] = esc_html__( 'Tablet', 'gp-premium' ); + $this->json['mobile_label'] = esc_html__( 'Mobile', 'gp-premium' ); + } + + public function content_template() { + ?> +
+
+ <# if ( data.label || data.description ) { #> +
+ <# if ( data.label ) { #> + + <# } #> + + <# if ( data.description ) { #> + {{{ data.description }}} + <# } #> +
+ <# } #> + +
+ + <# if ( 'undefined' !== typeof ( data.desktop_top ) ) { #> + + <# } #> + + <# if ( 'undefined' !== typeof (data.tablet_top) ) { #> + + <# } #> + + <# if ( 'undefined' !== typeof (data.mobile_top) ) { #> + + <# } #> + +
+
+ +
+ + + <# if ( 'undefined' !== typeof ( data.mobile_top ) ) { #> + + <# } #> +
+
+ json[ 'title' ] = esc_html( $this->title ); + } + + public function content_template() { + ?> +
+ {{ data.title }} +
+ json[ 'default_fonts_title'] = __( 'System Fonts', 'gp-premium' ); + $this->json[ 'google_fonts_title'] = __( 'Google Fonts', 'gp-premium' ); + $this->json[ 'default_fonts' ] = generate_typography_default_fonts(); + $this->json[ 'family_title' ] = esc_html__( 'Font family', 'gp-premium' ); + $this->json[ 'weight_title' ] = esc_html__( 'Font weight', 'gp-premium' ); + $this->json[ 'transform_title' ] = esc_html__( 'Text transform', 'gp-premium' ); + $this->json[ 'category_title' ] = ''; + $this->json[ 'variant_title' ] = esc_html__( 'Variants', 'gp-premium' ); + + foreach ( $this->settings as $setting_key => $setting_id ) { + $this->json[ $setting_key ] = array( + 'link' => $this->get_link( $setting_key ), + 'value' => $this->value( $setting_key ), + 'default' => isset( $setting_id->default ) ? $setting_id->default : '', + 'id' => isset( $setting_id->id ) ? $setting_id->id : '' + ); + + if ( 'weight' === $setting_key ) { + $this->json[ $setting_key ]['choices'] = $this->get_font_weight_choices(); + } + + if ( 'transform' === $setting_key ) { + $this->json[ $setting_key ]['choices'] = $this->get_font_transform_choices(); + } + } + } + + public function content_template() { + ?> + <# if ( '' !== data.label ) { #> + {{ data.label }} + <# } #> + <# if ( 'undefined' !== typeof ( data.family ) ) { #> +
+ +
+ <# } #> + + <# if ( 'undefined' !== typeof ( data.variant ) ) { #> + <# + var id = data.family.value.split(' ').join('_').toLowerCase(); + var font_data = generatePressTypography.googleFonts[id]; + var variants = ''; + if ( typeof font_data !== 'undefined' ) { + variants = font_data.variants; + } + + if ( null === data.variant.value ) { + data.variant.value = data.variant.default; + } + #> +
+ +
+ <# } #> + + <# if ( 'undefined' !== typeof ( data.category ) ) { #> +
+ +
+ <# } #> + +
+ <# if ( 'undefined' !== typeof ( data.weight ) ) { #> +
+ +
+ <# } #> + + <# if ( 'undefined' !== typeof ( data.transform ) ) { #> +
+ +
+ <# } #> +
+ esc_html__( 'inherit', 'gp-premium' ), + 'normal' => esc_html__( 'normal', 'gp-premium' ), + 'bold' => esc_html__( 'bold', 'gp-premium' ), + '100' => esc_html( '100' ), + '200' => esc_html( '200' ), + '300' => esc_html( '300' ), + '400' => esc_html( '400' ), + '500' => esc_html( '500' ), + '600' => esc_html( '600' ), + '700' => esc_html( '700' ), + '800' => esc_html( '800' ), + '900' => esc_html( '900' ), + ); + } + + public function get_font_transform_choices() { + return array( + '' => esc_html__( 'inherit', 'gp-premium' ), + 'none' => esc_html__( 'none', 'gp-premium' ), + 'capitalize' => esc_html__( 'capitalize', 'gp-premium' ), + 'uppercase' => esc_html__( 'uppercase', 'gp-premium' ), + 'lowercase' => esc_html__( 'lowercase', 'gp-premium' ), + ); + } +} +endif; diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/alpha-color-picker.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/alpha-color-picker.css new file mode 100644 index 00000000..d820a935 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/alpha-color-picker.css @@ -0,0 +1,32 @@ +/** + * Alpha Color Picker CSS + */ +.customize-control-gp-alpha-color .iris-picker .iris-square { + margin-right:10px; +} + +.customize-control-gp-alpha-color .alpha-slider.ui-widget-content, +.customize-control-gp-alpha-color .ui-widget-header{ + background: none; + border: 0; + box-shadow: 0 0 0 transparent; +} + +.alpha-color-picker-wrap a.iris-square-value:focus { + box-shadow: none; +} + +.gp-alpha-color-picker-container { + position: relative; + margin-left: 10px; + background-image: url(transparency-grid.png); +} + +.gp-alpha-color-picker-container .iris-picker .iris-strip .ui-slider-handle { + z-index: 100; +} + +.customize-control-gp-alpha-color .wp-picker-input-wrap .button.wp-picker-clear { + margin-left: 6px; + padding: 2px 8px; +} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/button-actions.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/button-actions.css new file mode 100644 index 00000000..4c55423e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/button-actions.css @@ -0,0 +1,19 @@ +button[data-type="regenerate_external_css"]:before { + font: normal 20px/.5 dashicons; + display: inline-block; + padding: 0; + top: 9px; + left: -4px; + position: relative; + vertical-align: top; + content: "\f463"; +} + +button[data-type="regenerate_external_css"].loading:before { + animation: rotation 1s infinite linear; +} + +button[data-type="regenerate_external_css"].success:before { + content: "\f147"; + color: #46b450; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/control-toggle-customizer.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/control-toggle-customizer.css new file mode 100644 index 00000000..b27e743b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/control-toggle-customizer.css @@ -0,0 +1,21 @@ +.generatepress-control-toggles { + display: flex; +} + +.generatepress-control-toggles button { + flex-basis: 100%; + background-color: #fafafa; + border: 1px solid #ddd; + cursor: pointer; + padding: 5px 10px; +} + +.generatepress-control-toggles button:last-child { + border-left: 0; +} + +.generatepress-control-toggles button.active { + background-color: #fff; + border: 1px solid #ccc; + font-weight: bold; +} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/section-shortcuts.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/section-shortcuts.css new file mode 100644 index 00000000..71e4c4ec --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/section-shortcuts.css @@ -0,0 +1,43 @@ +.generatepress-shortcuts > div { + background: #fff; + padding: 10px 15px; + border-width: 0 1px 1px 0; + border-color: #ddd; + border-style: solid; + margin-bottom: 10px; +} + +.customize-control-gp_section_shortcut { + margin-bottom: 0; +} + +.generatepress-shortcuts .more-controls { + font-weight: 600; + margin-right: 5px; + display: block; + font-size: 12px; + margin-bottom: 3px; +} + +.generatepress-shortcuts .shortcuts .shortcut:not(:last-child):after { + content: "\2022"; + padding: 0 1px; +} + +.generatepress-shortcuts .shortcut a { + text-decoration: none; +} + +.generatepress-shortcuts .shortcut { + font-size: 12px; +} + +.return-shortcut .dashicons { + float: right; + cursor: pointer; +} + +.return-shortcut a { + font-size: 12px; + text-decoration: none; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/selectWoo.min.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/selectWoo.min.css new file mode 100644 index 00000000..59fa33d3 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/selectWoo.min.css @@ -0,0 +1 @@ +.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/slider-customizer.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/slider-customizer.css new file mode 100644 index 00000000..d7add5f7 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/slider-customizer.css @@ -0,0 +1,131 @@ +.customize-control-generatepress-pro-range-slider .generatepress-slider { + position: relative; + width: calc(100% - 60px); + height: 6px; + background-color: rgba(0,0,0,.10); + cursor: pointer; + transition: background .5s; +} + +.customize-control-generatepress-pro-range-slider .has-unit .generatepress-slider { + width: calc(100% - 90px); +} + +.customize-control-generatepress-pro-range-slider .gp_range_value.hide-value { + display: none; +} + +.customize-control-generatepress-pro-range-slider .gp_range_value.hide-value + .generatepress-slider { + width: 100%; +} + +.customize-control-generatepress-pro-range-slider .generatepress-slider .ui-slider-handle { + height: 16px; + width: 16px; + background-color: #3498D9; + display: inline-block; + position: absolute; + top: 50%; + transform: translateY(-50%) translateX(-4px); + border-radius: 50%; + cursor: pointer; +} + +.customize-control-generatepress-pro-range-slider .wrapper { + display: flex; + justify-content: space-between; + align-items: center; +} + +.customize-control-generatepress-pro-range-slider .gp_range_value { + font-size: 14px; + padding: 0; + font-weight: 400; + width: 50px; + display: flex; +} + +.customize-control-generatepress-pro-range-slider .has-unit .gp_range_value { + width: 80px; +} + +.customize-control-generatepress-pro-range-slider .gp_range_value span.value { + font-size: 12px; + width: calc(100% - 2px); + text-align: center; + min-height: 30px; + background: #FFF; + line-height: 30px; + border: 1px solid #DDD; +} + +.customize-control-generatepress-pro-range-slider .has-unit .gp_range_value span.value { + width: calc(100% - 32px); + display: block; +} + +.customize-control-generatepress-pro-range-slider .gp_range_value .unit { + width: 29px; + text-align: center; + font-size: 12px; + line-height: 30px; + background: #fff; + border: 1px solid #ddd; + margin-left: 1px; +} + +.customize-control-generatepress-pro-range-slider .generatepress-pro-range-slider-reset span { + font-size: 16px; + line-height: 22px; +} + +.customize-control-generatepress-pro-range-slider .gp_range_value input { + font-size: 12px; + padding: 0px; + text-align: center; + min-height: 30px; + height: auto; + border-radius: 0; + border-color: #ddd; +} + +.customize-control-generatepress-pro-range-slider .has-unit .gp_range_value input { + width: calc(100% - 30px); +} + +.customize-control-generatepress-pro-range-slider .gp-range-title-area .dashicons { + cursor: pointer; + font-size: 11px; + width: 20px; + height: 20px; + line-height: 20px; + color: #222; + text-align: center; + position: relative; + top: 2px; +} + +.customize-control-generatepress-pro-range-slider .gp-range-title-area .dashicons:hover { + background: #fafafa; +} + +.customize-control-generatepress-pro-range-slider .gp-range-title-area .dashicons.selected { + background: #fff; + color: #222; +} + +.gp-range-title-area { + display: flex; +} + +.gp-range-slider-controls { + margin-left: auto; +} + +.customize-control-generatepress-pro-range-slider .gp-device-controls > span:first-child:last-child { + display: none; +} + +.customize-control-generatepress-pro-range-slider .sub-description { + margin-top: 10px; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/spacing-customizer.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/spacing-customizer.css new file mode 100644 index 00000000..058e9c60 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/spacing-customizer.css @@ -0,0 +1,101 @@ +.gp-spacing-control-section-title-area { + display: flex; +} + +.gp-range-slider-controls { + margin-left: auto; +} + +.customize-control-spacing .description { + font-size: 10px; + text-transform: uppercase; + font-weight: bold; + font-style: normal; + opacity: 0.7; +} + +.spacing-values-area { + display: flex; +} + +.gp-spacing-section input { + min-height: 30px; + border-radius: 0; + border-color: #ddd; +} + +.gp-link-spacing-section span { + display: block; + color: #0073aa; + font-size: 14px; + cursor: pointer; + height: auto; + min-height: 28px; + line-height: 28px; + box-sizing: border-box; + width: 40px; + background: #fff; + border: 1px solid #ddd; +} + +.gp-link-spacing-section span.gp-unlink-spacing { + background-color: #0073aa; + color: #fff; +} + +.gp-spacing-section { + margin-right: 2px; + text-align:center +} + +.gp-link-spacing-section { + margin-right: 0; +} + +.gp-spacing-section .description { + font-size: 10px; + text-transform: uppercase; + font-weight: bold; + font-style: normal; + opacity: 0.7; +} + +.no-edit-field { + font-size: 11px; + opacity: 0.8; + font-weight: 600; +} + +/* + * Make sure slider is 100% wide. + * Old versions of Secondary Nav will have this set as 50% + * so we need to set !important to overwrite that. + */ +.customize-control.customize-control-gp-spacing-slider { + width: 100% !important; +} + +.customize-control-generatepress-spacing .gp-spacing-control-section-title-area .dashicons { + cursor: pointer; + font-size: 11px; + width: 20px; + height: 20px; + line-height: 20px; + color: #222; + text-align: center; + position: relative; + top: 2px; +} + +.customize-control-generatepress-spacing .gp-spacing-control-section-title-area .dashicons:hover { + background: #fafafa; +} + +.customize-control-generatepress-spacing .gp-spacing-control-section-title-area .dashicons.selected { + background: #fff; + color: #222; +} + +.customize-control-generatepress-spacing .gp-device-controls > span:first-child:last-child { + display: none; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/title-customizer.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/title-customizer.css new file mode 100644 index 00000000..9a1289e2 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/title-customizer.css @@ -0,0 +1,9 @@ +.generatepress-customizer-title { + background: #FFF; + padding: 10px 12px; + font-weight: 600; + border-style: solid; + border-width: 0 1px 1px 0; + border-color: #ddd; + font-size: 15px; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/transparency-grid.png b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/transparency-grid.png new file mode 100644 index 0000000000000000000000000000000000000000..20d0f653caa35ad09e015d392b803d60188a0154 GIT binary patch literal 2343 zcmV+?3E1|DP)eWrH*+3);*vNi6fos zNjhLbCQN`^w8yj1>6q#)uh(l%zaV}`>}!Ao)mpGwus#=CWRy@5Q45|0yvG{k=|=or z%saJR@O-B}Y>j3;Q<0K7GrFKI3%87ADjJ<#y=vbK09B-UT{ zitof)R`Np6@?8cjZA34QAfDXCoHpp4u7QhYRJfBZ6sm#EqLo!R3t>#H27Ve3%JpKN z%*wY-Ip;+!3u^3>7c}V3;H3PDqqU0zI|gV!VlW81;QwO=nNhd6*GtH7zGpg2XQQ=_V_Q9DkGE=d6_RBNK5?0e!LTt!9 z@*?bvgJ#?7^O{ddb+es5 zD{70B$4~>Q(w0%^7PV8*56~1@RzY4J&t-eH9I^jE!PLTH0xJ&(*I9LpkORU|FMo}#7TzVu z3yn@z!BP@@mn6LQ@8AY@-*!4P?$*smQ?smX?ZG zJQ&Z4s503ND%55#f^QBxGn)Nec8!v;HdX$aY1(rkV6n|eeD-uzY+j&Z5UGHRJy*t1 zzRqDL8=>FdZO<5!S)PfB0P|o57mpxmi}GsBBto=pW8F@lsU}Drix+eDsG@4&6kK4L z<4{GcQ&nf%+#ao)X(&XEAZD67qXSlj`jL7m*ttjI6ka-;z)DrEJ;AinilA=h)J%@QaWqrgp_kCrK(wQf1nmzIhR`(>S(H*fZg(}Hi6EX9D@zA z^SSF$n59f1$oFW9*|NwI+z273(#2SumZQEC{lOb7JWU3rX zuG?>YY$ey}=inHr|it2$Ej1&ty<4_KbeR66gsP?iGTvCZ-;GWv|qj zPcTn+%w}B`4=NMJWMN~>zDHBiM#Of$C=;U)b8^&pjGS$@XH* z?pv{(EiwbOZX3<)T3aF0=ISmC`Y4HF%GQPUV^D#1t_J76GA`gdJ0z-3Dl?+USYpuz zSY)swye)jSh3dp!Hg4Yk{~tIQY{7Cx#BI(O(Hxeo0Y)w)#=sE0e=<>K%I;Y~7}@%x zqg4deepvOPuhd+Y$Lg^E(ntBhxOO1HzKN_36?gri9dH;-RC@z9!^yDo9S)0TNKl?4 zWLCs%I)Ymd63xO*KTzO>0EUA%X&D{1$c(UJ6y&;??el{zT}!$@-=m@DZmO9K!e`gj zevKK!GNaBnAg(C&N;7qYI(y}8@<%#Ft z2>N+enYm^}V(_tkgc@g$m#yd1UE!50^J9VUa z(Qh&sWr1tS{Rd?+Q+K+C?GrkE2NQaLX^|kc<0~5^%8qT(157O5vW(j$3p0GW>{>~k zi#jPakw6{Xs1jfX*^JI+ruM`#VWfnZ>a0BZ+p&0zS9y^%$?yC>yUx*u?kgS202|$= z@Pc~up$+gJ>H0_m@(k4J9d({1kGH9#$~3A#w5azf8mqc?ac_Q6a_4+(+_J-AR^onw zWR@e-_dM_I$*wwh^kAr93{_5J_= N002ovPDHLkV1j8oZ)*Sm literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/typography-customizer.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/typography-customizer.css new file mode 100644 index 00000000..53aadcda --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/typography-customizer.css @@ -0,0 +1,60 @@ +.generatepress-font-family { + margin-bottom: 12px; +} + +.generatepress-weight-transform-wrapper { + display: flex; + justify-content: space-between; +} + +.generatepress-font-weight, +.generatepress-font-transform { + width: calc(50% - 5px); +} + +span.select2-container.select2-container--default.select2-container--open li.select2-results__option { + margin:0; +} + +span.select2-container.select2-container--default.select2-container--open{ + z-index:999999; +} + +.select2-selection__rendered li { + margin-bottom: 0; +} + +.select2-container--default .select2-selection--single, +.select2-container--default.select2-container .select2-selection--multiple, +.select2-dropdown, +.select2-container--default .select2-selection--multiple .select2-selection__choice { + border-color: #ddd; + border-radius: 0; +} + +.select2-container--default .select2-results__option[aria-selected=true] { + color: rgba(0,0,0,0.4); +} + +.select2-container .select2-search--inline { + display: none; +} + +#customize-control-single_content_title_control, +#customize-control-font_heading_2_control, +#customize-control-archive_content_title_control, +#customize-control-font_heading_3_control, +#customize-control-font_heading_4_control, +#customize-control-font_heading_5_control, +#customize-control-font_heading_6_control { + margin-top: 20px; +} + +.generatepress-weight-transform-wrapper select option[value=""] { + display: none; +} + +#customize-control-single_content_title_control .generatepress-weight-transform-wrapper select option[value=""], +#customize-control-archive_content_title_control .generatepress-weight-transform-wrapper select option[value=""] { + display: block; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/alpha-color-picker.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/alpha-color-picker.js new file mode 100644 index 00000000..319f7a1a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/alpha-color-picker.js @@ -0,0 +1,277 @@ +/** + * Alpha Color Picker JS + * + * This file includes several helper functions and the core control JS. + */ + +/** + * Override the stock color.js toString() method to add support for + * outputting RGBa or Hex. + */ +Color.prototype.toString = function( flag ) { + + // If our no-alpha flag has been passed in, output RGBa value with 100% opacity. + // This is used to set the background color on the opacity slider during color changes. + if ( 'no-alpha' == flag ) { + return this.toCSS( 'rgba', '1' ).replace( /\s+/g, '' ); + } + + // If we have a proper opacity value, output RGBa. + if ( 1 > this._alpha ) { + return this.toCSS( 'rgba', this._alpha ).replace( /\s+/g, '' ); + } + + // Proceed with stock color.js hex output. + var hex = parseInt( this._color, 10 ).toString( 16 ); + if ( this.error ) { return ''; } + if ( hex.length < 6 ) { + for ( var i = 6 - hex.length - 1; i >= 0; i-- ) { + hex = '0' + hex; + } + } + + return '#' + hex; +}; + +/** + * Given an RGBa, RGB, or hex color value, return the alpha channel value. + */ +function generate_get_alpha_value_from_color( value ) { + var alphaVal; + + // Remove all spaces from the passed in value to help our RGBa regex. + value = value.toString().replace( / /g, '' ); + + if ( value.match( /rgba\(\d+\,\d+\,\d+\,([^\)]+)\)/ ) ) { + alphaVal = parseFloat( value.match( /rgba\(\d+\,\d+\,\d+\,([^\)]+)\)/ )[1] ).toFixed(2) * 100; + alphaVal = parseInt( alphaVal ); + } else { + alphaVal = 100; + } + + return alphaVal; +} + +/** + * Force update the alpha value of the color picker object and maybe the alpha slider. + */ + function generate_update_alpha_value_on_color_control( alpha, $control, $alphaSlider, update_slider ) { + var iris, colorPicker, color; + + iris = $control.data( 'a8cIris' ); + colorPicker = $control.data( 'wpWpColorPicker' ); + + // Set the alpha value on the Iris object. + iris._color._alpha = alpha; + + // Store the new color value. + color = iris._color.toString(); + + // Set the value of the input. + $control.val( color ); + + // Update the background color of the color picker. + colorPicker.toggler.css({ + 'background-color': color + }); + + // Maybe update the alpha slider itself. + if ( update_slider ) { + generate_update_alpha_value_on_alpha_slider( alpha, $alphaSlider ); + } + + // Update the color value of the color picker object. + $control.wpColorPicker( 'color', color ); +} + +/** + * Update the slider handle position and label. + */ +function generate_update_alpha_value_on_alpha_slider( alpha, $alphaSlider ) { + $alphaSlider.slider( 'value', alpha ); + //$alphaSlider.find( '.ui-slider-handle' ).text( alpha.toString() ); +} + +/** + * Initialization trigger. + */ +jQuery( document ).ready( function( $ ) { + + // Loop over each control and transform it into our color picker. + $( '.gp-alpha-color-control' ).each( function() { + + // Scope the vars. + var $control, startingColor, paletteInput, showOpacity, defaultColor, palette, + colorPickerOptions, $container, $alphaSlider, alphaVal, sliderOptions, savedValue; + + // Store the control instance. + $control = $( this ); + + // Get our saved value + savedValue = wp.customize.value( $control.attr( 'data-customize-setting-link' ) )(); + + // Get a clean starting value for the option. + startingColor = savedValue.toString().replace( /\s+/g, '' ); + + // Get some data off the control. + paletteInput = $control.attr( 'data-palette' ); + showOpacity = $control.attr( 'data-show-opacity' ); + defaultColor = $control.attr( 'data-default-color' ); + + // Process the palette. + if ( paletteInput.indexOf( '|' ) !== -1 ) { + palette = paletteInput.split( '|' ); + } else if ( 'false' == paletteInput ) { + palette = false; + } else { + palette = true; + } + + // Set up the options that we'll pass to wpColorPicker(). + colorPickerOptions = { + change: function( event, ui ) { + var key, value, alpha, $transparency; + + key = $control.attr( 'data-customize-setting-link' ); + value = $control.wpColorPicker( 'color' ); + + // Send ajax request to wp.customize to trigger the Save action. + wp.customize( key, function( obj ) { + obj.set( value ); + }); + + $transparency = $container.find( '.transparency' ); + + // Always show the background color of the opacity slider at 100% opacity. + $alphaSlider.closest( '.gp-alpha-color-picker-container' ).css( 'background-color', ui.color.toString( 'no-alpha' ) ); + }, + palettes: palette + }; + + // Create the colorpicker. + $control.val( savedValue ).wpColorPicker( colorPickerOptions ); + + $container = $control.parents( '.wp-picker-container:first' ); + + // Insert our opacity slider. + $( '
' + + '
' + + '
' ).appendTo( $container.find( '.iris-picker-inner' ) ); + + $alphaSlider = $container.find( '.alpha-slider' ); + + // If starting value is in format RGBa, grab the alpha channel. + alphaVal = generate_get_alpha_value_from_color( startingColor ); + + // Get the solid color + solidColor = startingColor.toString().replace( '0.' + alphaVal, '100' ); + + // Set up jQuery UI slider() options. + sliderOptions = { + create: function( event, ui ) { + var value = $( this ).slider( 'value' ); + + // Set up initial values. + //$( this ).find( '.ui-slider-handle' ).text( value ); + $( this ).closest( '.iris-slider' ).css( 'background-color', solidColor ); + }, + value: alphaVal, + range: 'max', + step: 1, + min: 0, + max: 100, + animate: 300, + orientation: "vertical" + }; + + // Initialize jQuery UI slider with our options. + $alphaSlider.slider( sliderOptions ); + + // Bind event handler for clicking on a palette color. + $container.find( '.iris-palette' ).on( 'click', function() { + var color, alpha; + + color = $( this ).css( 'background-color' ); + alpha = generate_get_alpha_value_from_color( color ); + + generate_update_alpha_value_on_alpha_slider( alpha, $alphaSlider ); + + // Sometimes Iris doesn't set a perfect background-color on the palette, + // for example rgba(20, 80, 100, 0.3) becomes rgba(20, 80, 100, 0.298039). + // To compensante for this we round the opacity value on RGBa colors here + // and save it a second time to the color picker object. + if ( alpha != 100 ) { + color = color.toString().replace( /[^,]+(?=\))/, ( alpha / 100 ).toFixed( 2 ) ); + } + + $control.wpColorPicker( 'color', color ); + }); + + // Bind event handler for clicking on the 'Clear' button. + $container.find( '.button.wp-picker-clear' ).on( 'click', function() { + var key = $control.attr( 'data-customize-setting-link' ); + + // The #fff color is delibrate here. This sets the color picker to white instead of the + // defult black, which puts the color picker in a better place to visually represent empty. + $control.wpColorPicker( 'color', '#ffffff' ); + + // Set the actual option value to empty string. + wp.customize( key, function( obj ) { + obj.set( '' ); + }); + + generate_update_alpha_value_on_alpha_slider( 100, $alphaSlider ); + }); + + // Bind event handler for clicking on the 'Default' button. + $container.find( '.button.wp-picker-default' ).on( 'click', function() { + var alpha = generate_get_alpha_value_from_color( defaultColor ); + + generate_update_alpha_value_on_alpha_slider( alpha, $alphaSlider ); + }); + + // Bind event handler for typing or pasting into the input. + $control.on( 'input', function() { + var value = $( this ).val(); + + if ( '' === value ) { + var key = $control.attr( 'data-customize-setting-link' ); + + // The #fff color is delibrate here. This sets the color picker to white instead of the + // defult black, which puts the color picker in a better place to visually represent empty. + $control.wpColorPicker( 'color', '' ); + + // Set the actual option value to empty string. + wp.customize( key, function( obj ) { + obj.set( '' ); + }); + + generate_update_alpha_value_on_alpha_slider( 100, $alphaSlider ); + } else { + var alpha = generate_get_alpha_value_from_color( value ); + + generate_update_alpha_value_on_alpha_slider( alpha, $alphaSlider ); + } + }); + + // Update all the things when the slider is interacted with. + $alphaSlider.slider().on( 'slide', function( event, ui ) { + var alpha = parseFloat( ui.value ) / 100.0; + + generate_update_alpha_value_on_color_control( alpha, $control, $alphaSlider, false ); + }); + + }); +}); + +// Move the opacity bar next to the hue bar +jQuery( document ).ready( function( $ ) { + var container_width = $( '.customize-control-gp-alpha-color .iris-picker' ).width(); + var square_width = $( '.customize-control-gp-alpha-color .iris-square' ).width(); + var available_space = container_width - square_width; + var strip_width = ( available_space / 2 ) - 20; + var strip_height = $( '.customize-control-gp-alpha-color .iris-strip' ).height(); + $( '.customize-control-gp-alpha-color .iris-strip, .gp-alpha-color-picker-container' ).css( 'width', strip_width + 'px' ); + $( '.gp-alpha-color-picker-container' ).css( 'height', strip_height + 'px' ); + +}); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/backgrounds-customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/backgrounds-customizer.js new file mode 100644 index 00000000..74a4b2b7 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/backgrounds-customizer.js @@ -0,0 +1,31 @@ +( function( api ) { + api.controlConstructor[ 'gp-background-images' ] = api.Control.extend( { + ready() { + var control = this; + + control.container.on( 'change', '.generatepress-backgrounds-repeat select', + function() { + control.settings.repeat.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change', '.generatepress-backgrounds-size select', + function() { + control.settings.size.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change', '.generatepress-backgrounds-attachment select', + function() { + control.settings.attachment.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'input', '.generatepress-backgrounds-position input', + function() { + control.settings.position.set( jQuery( this ).val() ); + } + ); + }, + } ); +}( wp.customize ) ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/button-actions.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/button-actions.js new file mode 100644 index 00000000..600c3072 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/button-actions.js @@ -0,0 +1,43 @@ +jQuery( function( $ ) { + $( '[data-type="overlay_design"]' ).on( 'click', function( e ) { + e.preventDefault(); + + // eslint-disable-next-line no-alert + if ( ! confirm( gpButtonActions.warning ) ) { + return; + } + + ( function( api ) { + 'use strict'; + + api.instance( 'generate_settings[slideout_background_color]' ).set( gpButtonActions.styling.backgroundColor ); + api.instance( 'generate_settings[slideout_text_color]' ).set( gpButtonActions.styling.textColor ); + api.instance( 'generate_settings[slideout_background_hover_color]' ).set( gpButtonActions.styling.backgroundHoverColor ); + api.instance( 'generate_settings[slideout_background_current_color]' ).set( gpButtonActions.styling.backgroundCurrentColor ); + + api.instance( 'generate_settings[slideout_submenu_background_color]' ).set( gpButtonActions.styling.subMenuBackgroundColor ); + api.instance( 'generate_settings[slideout_submenu_text_color]' ).set( gpButtonActions.styling.subMenuTextColor ); + api.instance( 'generate_settings[slideout_submenu_background_hover_color]' ).set( gpButtonActions.styling.subMenuBackgroundHoverColor ); + api.instance( 'generate_settings[slideout_submenu_background_current_color]' ).set( gpButtonActions.styling.subMenuBackgroundCurrentColor ); + + api.instance( 'generate_settings[slideout_font_weight]' ).set( gpButtonActions.styling.fontWeight ); + api.instance( 'generate_settings[slideout_font_size]' ).set( gpButtonActions.styling.fontSize ); + + $( '.wp-color-picker' ).wpColorPicker().change(); + }( wp.customize ) ); + } ); + + $( '[data-type="regenerate_external_css"]' ).on( 'click', function( e ) { + var $thisButton = $( this ); // eslint-disable-line no-var + e.preventDefault(); + + $thisButton.removeClass( 'success' ).addClass( 'loading' ); + + $.post( ajaxurl, { + action: 'generatepress_regenerate_css_file', + _nonce: $thisButton.data( 'nonce' ), + } ).done( function() { + $thisButton.removeClass( 'loading' ).addClass( 'success' ); + } ); + } ); +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/control-toggle-customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/control-toggle-customizer.js new file mode 100644 index 00000000..76083b29 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/control-toggle-customizer.js @@ -0,0 +1,35 @@ +jQuery( function( $ ) { + $( '.generatepress-control-toggles' ).each( function() { + $( this ).find( 'button' ).first().addClass( 'active' ); + } ); + + $( document ).on( 'click', '.generatepress-control-toggles button', function( e ) { + e.preventDefault(); + var button = $( this ), + target = button.data( 'target' ), + otherTargets = button.siblings(); + + button.addClass( 'active' ); + button.siblings().removeClass( 'active' ); + + $( 'li[data-control-section="' + target + '"]' ).css( { + visibility: 'visible', + height: '', + width: '', + margin: '', + overflow: '', + } ); + + $.each( otherTargets, function() { + var otherTarget = $( this ).data( 'target' ); + + $( 'li[data-control-section="' + otherTarget + '"]' ).css( { + visibility: 'hidden', + height: '0', + width: '0', + margin: '0', + overflow: 'hidden', + } ); + } ); + } ); +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/copyright-customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/copyright-customizer.js new file mode 100644 index 00000000..4d5b4eb8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/copyright-customizer.js @@ -0,0 +1,12 @@ +( function( $, api ) { + api.controlConstructor[ 'gp-copyright' ] = api.Control.extend( { + ready() { + var control = this; + $( '.gp-copyright-area', control.container ).on( 'change keyup', + function() { + control.setting.set( $( this ).val() ); + } + ); + }, + } ); +}( jQuery, wp.customize ) ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/generatepress-controls.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/generatepress-controls.js new file mode 100644 index 00000000..2b3f2e08 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/generatepress-controls.js @@ -0,0 +1,151 @@ +( function( $, api ) { + /** + * Set some controls when we're using the navigation as a header. + * + * @since 1.8 + */ + api( 'generate_menu_plus_settings[navigation_as_header]', function( value ) { + value.bind( function( newval ) { + var navAlignmentSetting = api.instance( 'generate_settings[nav_alignment_setting]' ), + navAlignment = gpControls.navigationAlignment, + siteTitleFontSizeSetting = api.instance( 'generate_settings[site_title_font_size]' ), + mobileSiteTitleFontSizeSetting = api.instance( 'generate_settings[mobile_site_title_font_size]' ), + siteTitleFontSize = gpControls.siteTitleFontSize, + mobileSiteTitleFontSize = gpControls.mobileSiteTitleFontSize, + mobileHeader = api.instance( 'generate_menu_plus_settings[mobile_header]' ).get(), + navTextColorSetting = api.instance( 'generate_settings[navigation_text_color]' ), + navTextColor = gpControls.navigationTextColor, + siteTitleTextColorSetting = api.instance( 'generate_settings[site_title_color]' ), + siteTitleTextColor = gpControls.siteTitleTextColor; + + if ( siteTitleFontSizeSetting && ! siteTitleFontSizeSetting._dirty && 25 !== siteTitleFontSizeSetting.get() ) { + siteTitleFontSize = siteTitleFontSizeSetting.get(); + } + + if ( mobileSiteTitleFontSizeSetting && ! mobileSiteTitleFontSizeSetting._dirty && 20 !== mobileSiteTitleFontSizeSetting.get() ) { + mobileSiteTitleFontSize = mobileSiteTitleFontSizeSetting.get(); + } + + if ( navTextColorSetting && ! navTextColorSetting._dirty ) { + navTextColor = navTextColorSetting.get(); + } + + if ( siteTitleTextColorSetting && ! siteTitleTextColorSetting._dirty ) { + siteTitleTextColor = siteTitleTextColorSetting.get(); + } + + if ( newval ) { + navAlignmentSetting.set( 'right' ); + + if ( siteTitleFontSizeSetting ) { + siteTitleFontSizeSetting.set( 25 ); + } + + if ( api.instance( 'generate_settings[site_title_color]' ) ) { + api.instance( 'generate_settings[site_title_color]' ).set( navTextColor ); + } + + if ( mobileSiteTitleFontSizeSetting && 'enable' !== mobileHeader ) { + mobileSiteTitleFontSizeSetting.set( 20 ); + } + } else { + navAlignmentSetting.set( navAlignment ); + + if ( siteTitleFontSizeSetting ) { + siteTitleFontSizeSetting.set( siteTitleFontSize ); + } + + if ( api.instance( 'generate_settings[site_title_color]' ) ) { + api.instance( 'generate_settings[site_title_color]' ).set( siteTitleTextColor ); + } + + if ( mobileSiteTitleFontSizeSetting && 'enable' !== mobileHeader ) { + mobileSiteTitleFontSizeSetting.set( mobileSiteTitleFontSize ); + } + } + } ); + + var showRegularHeader, + showRegularHeaderCallback; + + /** + * Determine whether we should display our header controls. + * + * @return {boolean} Whether we should show the regular header. + */ + showRegularHeader = function() { + if ( value.get() ) { + return false; + } + + return true; + }; + + /** + * Update a control's active state according to the navigation as header option. + * + * @param {wp.customize.Control} control The current control. + */ + showRegularHeaderCallback = function( control ) { + var setActiveState = function() { + control.active.set( showRegularHeader() ); + }; + + control.active.validate = showRegularHeader; + setActiveState(); + value.bind( setActiveState ); + }; + + api.control( 'generate_header_helper', showRegularHeaderCallback ); + api.control( 'generate_settings[header_layout_setting]', showRegularHeaderCallback ); + api.control( 'generate_settings[header_inner_width]', showRegularHeaderCallback ); + api.control( 'generate_settings[header_alignment_setting]', showRegularHeaderCallback ); + api.control( 'header_spacing', showRegularHeaderCallback ); + api.control( 'generate_settings[header_background_color]', showRegularHeaderCallback ); + api.control( 'header_text_color', showRegularHeaderCallback ); + api.control( 'header_link_color', showRegularHeaderCallback ); + api.control( 'header_link_hover_color', showRegularHeaderCallback ); + api.control( 'site_tagline_color', showRegularHeaderCallback ); + api.control( 'font_site_tagline_control', showRegularHeaderCallback ); + api.control( 'generate_settings[site_tagline_font_size]', showRegularHeaderCallback ); + api.control( 'generate_settings[nav_position_setting]', showRegularHeaderCallback ); + api.control( 'generate_settings[logo_width]', showRegularHeaderCallback ); + } ); + + /** + * Set the navigation branding font size label on mobile header branding change. + * + * @since 1.8 + */ + api( 'generate_menu_plus_settings[mobile_header_branding]', function( value ) { + value.bind( function( newval ) { + if ( api.instance( 'generate_settings[mobile_site_title_font_size]' ) && 'title' === newval ) { + api.instance( 'generate_settings[mobile_site_title_font_size]' ).set( 20 ); + } + } ); + } ); + + /** + * Set the navigation branding font size label on mobile header change. + * + * @since 1.8 + */ + api( 'generate_menu_plus_settings[mobile_header]', function( value ) { + value.bind( function( newval ) { + var mobileSiteTitleFontSizeSetting = api.instance( 'generate_settings[mobile_site_title_font_size]' ), + mobileSiteTitleFontSize = gpControls.mobileSiteTitleFontSize; + + if ( mobileSiteTitleFontSizeSetting && ! mobileSiteTitleFontSizeSetting._dirty && 20 !== mobileSiteTitleFontSizeSetting.get() ) { + mobileSiteTitleFontSize = mobileSiteTitleFontSizeSetting.get(); + } + + if ( api.instance( 'generate_settings[mobile_site_title_font_size]' ) ) { + if ( 'enable' === newval ) { + api.instance( 'generate_settings[mobile_site_title_font_size]' ).set( 20 ); + } else { + api.instance( 'generate_settings[mobile_site_title_font_size]' ).set( mobileSiteTitleFontSize ); + } + } + } ); + } ); +}( jQuery, wp.customize ) ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/section-shortcuts.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/section-shortcuts.js new file mode 100644 index 00000000..f1d93985 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/section-shortcuts.js @@ -0,0 +1,46 @@ +jQuery( function( $ ) { + $( '.generatepress-shortcuts a' ).on( 'click', function( e ) { + e.preventDefault(); + var section = $( this ).attr( 'data-section' ), + currentSection = $( this ).attr( 'data-current-section' ), + destinationSectionElement = $( '[id$="' + section + '"]' ); + + if ( section ) { + wp.customize.section( section ).focus(); + + destinationSectionElement.find( '.show-shortcuts' ).hide(); + destinationSectionElement.find( '.return-shortcut' ).show(); + destinationSectionElement.find( '.return-shortcut a' ).attr( 'data-return', currentSection ); + } + } ); + + $( '.return-shortcut .dashicons' ).on( 'click', function() { + var container = $( this ).closest( '.generatepress-shortcuts' ); + + container.find( '.show-shortcuts' ).show(); + container.find( '.return-shortcut' ).hide(); + } ); + + $( '.return-shortcut a' ).on( 'click', function( e ) { + e.preventDefault(); + + var section = $( this ).attr( 'data-return' ); + var container = $( this ).closest( '.generatepress-shortcuts' ); + + if ( section ) { + wp.customize.section( section ).focus(); + + container.find( '.show-shortcuts' ).show(); + container.find( '.return-shortcut' ).hide(); + } + } ); + + var customizeSectionBack = $( '.customize-section-back' ); + + if ( customizeSectionBack ) { + customizeSectionBack.on( 'click', function() { + $( '.show-shortcuts' ).show(); + $( '.return-shortcut' ).hide(); + } ); + } +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/selectWoo.min.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/selectWoo.min.js new file mode 100644 index 00000000..c2de789f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/selectWoo.min.js @@ -0,0 +1 @@ +/*! Select2 1.0.8 | https://github.com/select2/select2/blob/master/LICENSE.md */!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof module&&module.exports?module.exports=function(b,c){return void 0===c&&(c="undefined"!=typeof window?require("jquery"):require("jquery")(b)),a(c),c}:a(jQuery)}(function(a){var b=function(){if(a&&a.fn&&a.fn.select2&&a.fn.select2.amd)var b=a.fn.select2.amd;var b;return function(){if(!b||!b.requirejs){b?c=b:b={};var a,c,d;!function(b){function e(a,b){return v.call(a,b)}function f(a,b){var c,d,e,f,g,h,i,j,k,l,m,n,o=b&&b.split("/"),p=t.map,q=p&&p["*"]||{};if(a){for(a=a.split("/"),g=a.length-1,t.nodeIdCompat&&x.test(a[g])&&(a[g]=a[g].replace(x,"")),"."===a[0].charAt(0)&&o&&(n=o.slice(0,o.length-1),a=n.concat(a)),k=0;k0&&(a.splice(k-1,2),k-=2)}a=a.join("/")}if((o||q)&&p){for(c=a.split("/"),k=c.length;k>0;k-=1){if(d=c.slice(0,k).join("/"),o)for(l=o.length;l>0;l-=1)if((e=p[o.slice(0,l).join("/")])&&(e=e[d])){f=e,h=k;break}if(f)break;!i&&q&&q[d]&&(i=q[d],j=k)}!f&&i&&(f=i,h=j),f&&(c.splice(0,h,f),a=c.join("/"))}return a}function g(a,c){return function(){var d=w.call(arguments,0);return"string"!=typeof d[0]&&1===d.length&&d.push(null),o.apply(b,d.concat([a,c]))}}function h(a){return function(b){return f(b,a)}}function i(a){return function(b){r[a]=b}}function j(a){if(e(s,a)){var c=s[a];delete s[a],u[a]=!0,n.apply(b,c)}if(!e(r,a)&&!e(u,a))throw new Error("No "+a);return r[a]}function k(a){var b,c=a?a.indexOf("!"):-1;return c>-1&&(b=a.substring(0,c),a=a.substring(c+1,a.length)),[b,a]}function l(a){return a?k(a):[]}function m(a){return function(){return t&&t.config&&t.config[a]||{}}}var n,o,p,q,r={},s={},t={},u={},v=Object.prototype.hasOwnProperty,w=[].slice,x=/\.js$/;p=function(a,b){var c,d=k(a),e=d[0],g=b[1];return a=d[1],e&&(e=f(e,g),c=j(e)),e?a=c&&c.normalize?c.normalize(a,h(g)):f(a,g):(a=f(a,g),d=k(a),e=d[0],a=d[1],e&&(c=j(e))),{f:e?e+"!"+a:a,n:a,pr:e,p:c}},q={require:function(a){return g(a)},exports:function(a){var b=r[a];return void 0!==b?b:r[a]={}},module:function(a){return{id:a,uri:"",exports:r[a],config:m(a)}}},n=function(a,c,d,f){var h,k,m,n,o,t,v,w=[],x=typeof d;if(f=f||a,t=l(f),"undefined"===x||"function"===x){for(c=!c.length&&d.length?["require","exports","module"]:c,o=0;o0&&(b.call(arguments,a.prototype.constructor),e=c.prototype.constructor),e.apply(this,arguments)}function e(){this.constructor=d}var f=b(c),g=b(a);c.displayName=a.displayName,d.prototype=new e;for(var h=0;h":">",'"':""","'":"'","/":"/"};return"string"!=typeof a?a:String(a).replace(/[&<>"'\/\\]/g,function(a){return b[a]})},c.entityDecode=function(a){var b=document.createElement("textarea");return b.innerHTML=a,b.value},c.appendMany=function(b,c){if("1.7"===a.fn.jquery.substr(0,3)){var d=a();a.map(c,function(a){d=d.add(a)}),c=d}b.append(c)},c.isTouchscreen=function(){return void 0===c._isTouchscreenCache&&(c._isTouchscreenCache="ontouchstart"in document.documentElement),c._isTouchscreenCache},c}),b.define("select2/results",["jquery","./utils"],function(a,b){function c(a,b,d){this.$element=a,this.data=d,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('
    ');return this.options.get("multiple")&&b.attr("aria-multiselectable","true"),this.$results=b,b},c.prototype.clear=function(){this.$results.empty()},c.prototype.displayMessage=function(b){var c=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var d=a(''),e=this.options.get("translations").get(b.message);d.append(c(e(b.args))),d[0].className+=" select2-results__message",this.$results.append(d)},c.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},c.prototype.append=function(a){this.hideLoading();var b=[];if(null==a.results||0===a.results.length)return void(0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"}));a.results=this.sort(a.results);for(var c=0;c0?b.first().trigger("mouseenter"):a.first().trigger("mouseenter"),this.ensureHighlightVisible()},c.prototype.setClasses=function(){var b=this;this.data.current(function(c){var d=a.map(c,function(a){return a.id.toString()});b.$results.find(".select2-results__option[data-selected]").each(function(){var b=a(this),c=a.data(this,"data"),e=""+c.id;null!=c.element&&c.element.selected||null==c.element&&a.inArray(e,d)>-1?b.attr("data-selected","true"):b.attr("data-selected","false")})})},c.prototype.showLoading=function(a){this.hideLoading();var b=this.options.get("translations").get("searching"),c={disabled:!0,loading:!0,text:b(a)},d=this.option(c);d.className+=" loading-results",this.$results.prepend(d)},c.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},c.prototype.option=function(b){var c=document.createElement("li");c.className="select2-results__option";var d={role:"option","data-selected":"false",tabindex:-1};b.disabled&&(delete d["data-selected"],d["aria-disabled"]="true"),null==b.id&&delete d["data-selected"],null!=b._resultId&&(c.id=b._resultId),b.title&&(c.title=b.title),b.children&&(d["aria-label"]=b.text,delete d["data-selected"]);for(var e in d){var f=d[e];c.setAttribute(e,f)}if(b.children){var g=a(c),h=document.createElement("strong");h.className="select2-results__group";var i=a(h);this.template(b,h),i.attr("role","presentation");for(var j=[],k=0;k",{class:"select2-results__options select2-results__options--nested",role:"listbox"});n.append(j),g.attr("role","list"),g.append(h),g.append(n)}else this.template(b,c);return a.data(c,"data",b),c},c.prototype.bind=function(b,c){var d=this,e=b.id+"-results";this.$results.attr("id",e),b.on("results:all",function(a){d.clear(),d.append(a.data),b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("results:append",function(a){d.append(a.data),b.isOpen()&&d.setClasses()}),b.on("query",function(a){d.hideMessages(),d.showLoading(a)}),b.on("select",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("unselect",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("open",function(){d.$results.attr("aria-expanded","true"),d.$results.attr("aria-hidden","false"),d.setClasses(),d.ensureHighlightVisible()}),b.on("close",function(){d.$results.attr("aria-expanded","false"),d.$results.attr("aria-hidden","true"),d.$results.removeAttr("aria-activedescendant")}),b.on("results:toggle",function(){var a=d.getHighlightedResults();0!==a.length&&a.trigger("mouseup")}),b.on("results:select",function(){var a=d.getHighlightedResults();if(0!==a.length){var b=a.data("data");"true"==a.attr("data-selected")?d.trigger("close",{}):d.trigger("select",{data:b})}}),b.on("results:previous",function(){var a=d.getHighlightedResults(),b=d.$results.find("[data-selected]"),c=b.index(a);if(0!==c){var e=c-1;0===a.length&&(e=0);var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top,h=f.offset().top,i=d.$results.scrollTop()+(h-g);0===e?d.$results.scrollTop(0):h-g<0&&d.$results.scrollTop(i)}}),b.on("results:next",function(){var a=d.getHighlightedResults(),b=d.$results.find("[data-selected]"),c=b.index(a),e=c+1;if(!(e>=b.length)){var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top+d.$results.outerHeight(!1),h=f.offset().top+f.outerHeight(!1),i=d.$results.scrollTop()+h-g;0===e?d.$results.scrollTop(0):h>g&&d.$results.scrollTop(i)}}),b.on("results:focus",function(a){a.element.addClass("select2-results__option--highlighted").attr("aria-selected","true"),d.$results.attr("aria-activedescendant",a.element.attr("id"))}),b.on("results:message",function(a){d.displayMessage(a)}),a.fn.mousewheel&&this.$results.on("mousewheel",function(a){var b=d.$results.scrollTop(),c=d.$results.get(0).scrollHeight-b+a.deltaY,e=a.deltaY>0&&b-a.deltaY<=0,f=a.deltaY<0&&c<=d.$results.height();e?(d.$results.scrollTop(0),a.preventDefault(),a.stopPropagation()):f&&(d.$results.scrollTop(d.$results.get(0).scrollHeight-d.$results.height()),a.preventDefault(),a.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[data-selected]",function(b){var c=a(this),e=c.data("data");if("true"===c.attr("data-selected"))return void(d.options.get("multiple")?d.trigger("unselect",{originalEvent:b,data:e}):d.trigger("close",{}));d.trigger("select",{originalEvent:b,data:e})}),this.$results.on("mouseenter",".select2-results__option[data-selected]",function(b){var c=a(this).data("data");d.getHighlightedResults().removeClass("select2-results__option--highlighted").attr("aria-selected","false"),d.trigger("results:focus",{data:c,element:a(this)})})},c.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},c.prototype.destroy=function(){this.$results.remove()},c.prototype.ensureHighlightVisible=function(){var a=this.getHighlightedResults();if(0!==a.length){var b=this.$results.find("[data-selected]"),c=b.index(a),d=this.$results.offset().top,e=a.offset().top,f=this.$results.scrollTop()+(e-d),g=e-d;f-=2*a.outerHeight(!1),c<=2?this.$results.scrollTop(0):(g>this.$results.outerHeight()||g<0)&&this.$results.scrollTop(f)}},c.prototype.template=function(b,c){var d=this.options.get("templateResult"),e=this.options.get("escapeMarkup"),f=d(b,c);null==f?c.style.display="none":"string"==typeof f?c.innerHTML=e(f):a(c).append(f)},c}),b.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),b.define("select2/selection/base",["jquery","../utils","../keys"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,b.Observable),d.prototype.render=function(){var b=a('');return this._tabindex=0,null!=this.$element.data("old-tabindex")?this._tabindex=this.$element.data("old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),b.attr("title",this.$element.attr("title")),b.attr("tabindex",this._tabindex),this.$selection=b,b},d.prototype.bind=function(a,b){var d=this,e=(a.id,a.id+"-results");this.options.get("minimumResultsForSearch");this.container=a,this.$selection.on("focus",function(a){d.trigger("focus",a)}),this.$selection.on("blur",function(a){d._handleBlur(a)}),this.$selection.on("keydown",function(a){d.trigger("keypress",a),a.which===c.SPACE&&a.preventDefault()}),a.on("results:focus",function(a){d.$selection.attr("aria-activedescendant",a.data._resultId)}),a.on("selection:update",function(a){d.update(a.data)}),a.on("open",function(){d.$selection.attr("aria-expanded","true"),d.$selection.attr("aria-owns",e),d._attachCloseHandler(a)}),a.on("close",function(){d.$selection.attr("aria-expanded","false"),d.$selection.removeAttr("aria-activedescendant"),d.$selection.removeAttr("aria-owns"),window.setTimeout(function(){d.$selection.focus()},1),d._detachCloseHandler(a)}),a.on("enable",function(){d.$selection.attr("tabindex",d._tabindex)}),a.on("disable",function(){d.$selection.attr("tabindex","-1")})},d.prototype._handleBlur=function(b){var c=this;window.setTimeout(function(){document.activeElement==c.$selection[0]||a.contains(c.$selection[0],document.activeElement)||c.trigger("blur",b)},1)},d.prototype._attachCloseHandler=function(b){a(document.body).on("mousedown.select2."+b.id,function(b){var c=a(b.target),d=c.closest(".select2");a(".select2.select2-container--open").each(function(){var b=a(this);this!=d[0]&&(b.data("element").select2("close"),setTimeout(function(){b.find("*:focus").blur(),c.focus()},1))})})},d.prototype._detachCloseHandler=function(b){a(document.body).off("mousedown.select2."+b.id)},d.prototype.position=function(a,b){b.find(".selection").append(a)},d.prototype.destroy=function(){this._detachCloseHandler(this.container)},d.prototype.update=function(a){throw new Error("The `update` method must be defined in child classes.")},d}),b.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(a,b,c,d){function e(){e.__super__.constructor.apply(this,arguments)}return c.Extend(e,b),e.prototype.render=function(){var a=e.__super__.render.call(this);return a.addClass("select2-selection--single"),a.html(''),a},e.prototype.bind=function(a,b){var c=this;e.__super__.bind.apply(this,arguments);var d=a.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",d).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",d),this.$selection.attr("role","combobox"),this.$selection.on("mousedown",function(a){1===a.which&&c.trigger("toggle",{originalEvent:a})}),this.$selection.on("focus",function(a){}),this.$selection.on("keydown",function(b){!a.isOpen()&&b.which>=48&&b.which<=90&&a.open()}),this.$selection.on("blur",function(a){}),a.on("focus",function(b){a.isOpen()||c.$selection.focus()}),a.on("selection:update",function(a){c.update(a.data)})},e.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},e.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},e.prototype.selectionContainer=function(){return a("")},e.prototype.update=function(a){if(0===a.length)return void this.clear();var b=a[0],d=this.$selection.find(".select2-selection__rendered"),e=c.entityDecode(this.display(b,d));d.empty().text(e),d.prop("title",b.title||b.text)},e}),b.define("select2/selection/multiple",["jquery","./base","../utils"],function(a,b,c){function d(a,b){d.__super__.constructor.apply(this,arguments)}return c.Extend(d,b),d.prototype.render=function(){var a=d.__super__.render.call(this);return a.addClass("select2-selection--multiple"),a.html('
      '),a},d.prototype.bind=function(b,c){var e=this;d.__super__.bind.apply(this,arguments),this.$selection.on("click",function(a){e.trigger("toggle",{originalEvent:a})}),this.$selection.on("click",".select2-selection__choice__remove",function(b){if(!e.options.get("disabled")){var c=a(this),d=c.parent(),f=d.data("data");e.trigger("unselect",{originalEvent:b,data:f})}}),this.$selection.on("keydown",function(a){!b.isOpen()&&a.which>=48&&a.which<=90&&b.open()}),b.on("focus",function(){e.focusOnSearch()})},d.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},d.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},d.prototype.selectionContainer=function(){return a('
    • ')},d.prototype.focusOnSearch=function(){var a=this;void 0!==a.$search&&setTimeout(function(){a._keyUpPrevented=!0,a.$search.focus()},1)},d.prototype.update=function(a){if(this.clear(),0!==a.length){for(var b=[],d=0;d1||c)return a.call(this,b);this.clear();var d=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(d)},b}),b.define("select2/selection/allowClear",["jquery","../keys"],function(a,b){function c(){}return c.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(a){d._handleClear(a)}),b.on("keypress",function(a){d._handleKeyboardClear(a,b)})},c.prototype._handleClear=function(a,b){if(!this.options.get("disabled")){var c=this.$selection.find(".select2-selection__clear");if(0!==c.length){b.stopPropagation();for(var d=c.data("data"),e=0;e0||0===c.length)){var d=a('×');d.data("data",c),this.$selection.find(".select2-selection__rendered").prepend(d)}},c}),b.define("select2/selection/search",["jquery","../utils","../keys"],function(a,b,c){function d(a,b,c){a.call(this,b,c)}return d.prototype.render=function(b){var c=a('');this.$searchContainer=c,this.$search=c.find("input");var d=b.call(this);return this._transferTabIndex(),d},d.prototype.bind=function(a,b,d){var e=this,f=b.id+"-results";a.call(this,b,d),b.on("open",function(){e.$search.attr("aria-owns",f),e.$search.trigger("focus")}),b.on("close",function(){e.$search.val(""),e.$search.removeAttr("aria-activedescendant"),e.$search.removeAttr("aria-owns"),e.$search.trigger("focus")}),b.on("enable",function(){e.$search.prop("disabled",!1),e._transferTabIndex()}),b.on("disable",function(){e.$search.prop("disabled",!0)}),b.on("focus",function(a){e.$search.trigger("focus")}),b.on("results:focus",function(a){e.$search.attr("aria-activedescendant",a.data._resultId)}),this.$selection.on("focusin",".select2-search--inline",function(a){e.trigger("focus",a)}),this.$selection.on("focusout",".select2-search--inline",function(a){e._handleBlur(a)}),this.$selection.on("keydown",".select2-search--inline",function(a){if(a.stopPropagation(),e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented(),a.which===c.BACKSPACE&&""===e.$search.val()){var d=e.$searchContainer.prev(".select2-selection__choice");if(d.length>0){var f=d.data("data");e.searchRemoveChoice(f),a.preventDefault()}}else a.which===c.ENTER&&(b.open(),a.preventDefault())});var g=document.documentMode,h=g&&g<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(a){if(h)return void e.$selection.off("input.search input.searchcheck");e.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(a){if(h&&"input"===a.type)return void e.$selection.off("input.search input.searchcheck");var b=a.which;b!=c.SHIFT&&b!=c.CTRL&&b!=c.ALT&&b!=c.TAB&&e.handleSearch(a)})},d.prototype._transferTabIndex=function(a){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},d.prototype.createPlaceholder=function(a,b){this.$search.attr("placeholder",b.text)},d.prototype.update=function(a,b){var c=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),a.call(this,b),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),c&&this.$search.focus()},d.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var a=this.$search.val();this.trigger("query",{term:a})}this._keyUpPrevented=!1},d.prototype.searchRemoveChoice=function(a,b){this.trigger("unselect",{data:b}),this.$search.val(b.text),this.handleSearch()},d.prototype.resizeSearch=function(){this.$search.css("width","25px");var a="";if(""!==this.$search.attr("placeholder"))a=this.$selection.find(".select2-selection__rendered").innerWidth();else{a=.75*(this.$search.val().length+1)+"em"}this.$search.css("width",a)},d}),b.define("select2/selection/eventRelay",["jquery"],function(a){function b(){}return b.prototype.bind=function(b,c,d){var e=this,f=["open","opening","close","closing","select","selecting","unselect","unselecting"],g=["opening","closing","selecting","unselecting"];b.call(this,c,d),c.on("*",function(b,c){if(-1!==a.inArray(b,f)){c=c||{};var d=a.Event("select2:"+b,{params:c});e.$element.trigger(d),-1!==a.inArray(b,g)&&(c.prevented=d.isDefaultPrevented())}})},b}),b.define("select2/translation",["jquery","require"],function(a,b){function c(a){this.dict=a||{}}return c.prototype.all=function(){return this.dict},c.prototype.get=function(a){return this.dict[a]},c.prototype.extend=function(b){this.dict=a.extend({},b.all(),this.dict)},c._cache={},c.loadPath=function(a){if(!(a in c._cache)){var d=b(a);c._cache[a]=d}return new c(c._cache[a])},c}),b.define("select2/diacritics",[],function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"}}),b.define("select2/data/base",["../utils"],function(a){function b(a,c){b.__super__.constructor.call(this)}return a.Extend(b,a.Observable),b.prototype.current=function(a){throw new Error("The `current` method must be defined in child classes.")},b.prototype.query=function(a,b){throw new Error("The `query` method must be defined in child classes.")},b.prototype.bind=function(a,b){},b.prototype.destroy=function(){},b.prototype.generateResultId=function(b,c){var d="";return d+=null!=b?b.id:a.generateChars(4),d+="-result-",d+=a.generateChars(4),null!=c.id?d+="-"+c.id.toString():d+="-"+a.generateChars(4),d},b}),b.define("select2/data/select",["./base","../utils","jquery"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,a),d.prototype.current=function(a){var b=[],d=this;this.$element.find(":selected").each(function(){var a=c(this),e=d.item(a);b.push(e)}),a(b)},d.prototype.select=function(a){var b=this;if(a.selected=!0,c(a.element).is("option"))return a.element.selected=!0,void this.$element.trigger("change");if(this.$element.prop("multiple"))this.current(function(d){var e=[];a=[a],a.push.apply(a,d);for(var f=0;f=0){var k=f.filter(d(j)),l=this.item(k),m=c.extend(!0,{},j,l),n=this.option(m);k.replaceWith(n)}else{var o=this.option(j);if(j.children){var p=this.convertToOptions(j.children);b.appendMany(o,p)}h.push(o)}}return h},d}),b.define("select2/data/ajax",["./array","../utils","jquery"],function(a,b,c){function d(a,b){this.ajaxOptions=this._applyDefaults(b.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype._applyDefaults=function(a){var b={data:function(a){return c.extend({},a,{q:a.term})},transport:function(a,b,d){var e=c.ajax(a);return e.then(b),e.fail(d),e}};return c.extend({},b,a,!0)},d.prototype.processResults=function(a){return a},d.prototype.query=function(a,b){function d(){var d=f.transport(f,function(d){var f=e.processResults(d,a);e.options.get("debug")&&window.console&&console.error&&(f&&f.results&&c.isArray(f.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),b(f),e.container.focusOnActiveElement()},function(){d.status&&"0"===d.status||e.trigger("results:message",{message:"errorLoading"})});e._request=d}var e=this;null!=this._request&&(c.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var f=c.extend({type:"GET"},this.ajaxOptions);"function"==typeof f.url&&(f.url=f.url.call(this.$element,a)),"function"==typeof f.data&&(f.data=f.data.call(this.$element,a)),this.ajaxOptions.delay&&null!=a.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(d,this.ajaxOptions.delay)):d()},d}),b.define("select2/data/tags",["jquery"],function(a){function b(b,c,d){var e=d.get("tags"),f=d.get("createTag");void 0!==f&&(this.createTag=f);var g=d.get("insertTag");if(void 0!==g&&(this.insertTag=g),b.call(this,c,d),a.isArray(e))for(var h=0;h0&&b.term.length>this.maximumInputLength)return void this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:b.term,params:b}});a.call(this,b,c)},a}),b.define("select2/data/maximumSelectionLength",[],function(){function a(a,b,c){this.maximumSelectionLength=c.get("maximumSelectionLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){var d=this;this.current(function(e){var f=null!=e?e.length:0;if(d.maximumSelectionLength>0&&f>=d.maximumSelectionLength)return void d.trigger("results:message",{message:"maximumSelected",args:{maximum:d.maximumSelectionLength}});a.call(d,b,c)})},a}),b.define("select2/dropdown",["jquery","./utils"],function(a,b){function c(a,b){this.$element=a,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('');return b.attr("dir",this.options.get("dir")),this.$dropdown=b,b},c.prototype.bind=function(){},c.prototype.position=function(a,b){},c.prototype.destroy=function(){this.$dropdown.remove()},c}),b.define("select2/dropdown/search",["jquery","../utils"],function(a,b){function c(){}return c.prototype.render=function(b){var c=b.call(this),d=a('');return this.$searchContainer=d,this.$search=d.find("input"),c.prepend(d),c},c.prototype.bind=function(b,c,d){var e=this,f=c.id+"-results";b.call(this,c,d),this.$search.on("keydown",function(a){e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented()}),this.$search.on("input",function(b){a(this).off("keyup")}),this.$search.on("keyup input",function(a){e.handleSearch(a)}),c.on("open",function(){e.$search.attr("tabindex",0),e.$search.attr("aria-owns",f),e.$search.focus(),window.setTimeout(function(){e.$search.focus()},0)}),c.on("close",function(){e.$search.attr("tabindex",-1),e.$search.removeAttr("aria-activedescendant"),e.$search.removeAttr("aria-owns"),e.$search.val("")}),c.on("focus",function(){c.isOpen()||e.$search.focus()}),c.on("results:all",function(a){if(null==a.query.term||""===a.query.term){e.showSearch(a)?e.$searchContainer.removeClass("select2-search--hide"):e.$searchContainer.addClass("select2-search--hide")}}),c.on("results:focus",function(a){e.$search.attr("aria-activedescendant",a.data._resultId)})},c.prototype.handleSearch=function(a){if(!this._keyUpPrevented){var b=this.$search.val();this.trigger("query",{term:b})}this._keyUpPrevented=!1},c.prototype.showSearch=function(a,b){return!0},c}),b.define("select2/dropdown/hidePlaceholder",[],function(){function a(a,b,c,d){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c,d)}return a.prototype.append=function(a,b){b.results=this.removePlaceholder(b.results),a.call(this,b)},a.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},a.prototype.removePlaceholder=function(a,b){for(var c=b.slice(0),d=b.length-1;d>=0;d--){var e=b[d];this.placeholder.id===e.id&&c.splice(d,1)}return c},a}),b.define("select2/dropdown/infiniteScroll",["jquery"],function(a){function b(a,b,c,d){this.lastParams={},a.call(this,b,c,d),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return b.prototype.append=function(a,b){this.$loadingMore.remove(),this.loading=!1,a.call(this,b),this.showLoadingMore(b)&&this.$results.append(this.$loadingMore)},b.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),c.on("query",function(a){e.lastParams=a,e.loading=!0}),c.on("query:append",function(a){e.lastParams=a,e.loading=!0}),this.$results.on("scroll",function(){var b=a.contains(document.documentElement,e.$loadingMore[0]);if(!e.loading&&b){e.$results.offset().top+e.$results.outerHeight(!1)+50>=e.$loadingMore.offset().top+e.$loadingMore.outerHeight(!1)&&e.loadMore()}})},b.prototype.loadMore=function(){this.loading=!0;var b=a.extend({},{page:1},this.lastParams);b.page++,this.trigger("query:append",b)},b.prototype.showLoadingMore=function(a,b){return b.pagination&&b.pagination.more},b.prototype.createLoadingMore=function(){var b=a('
    • '),c=this.options.get("translations").get("loadingMore");return b.html(c(this.lastParams)),b},b}),b.define("select2/dropdown/attachBody",["jquery","../utils"],function(a,b){function c(b,c,d){this.$dropdownParent=d.get("dropdownParent")||a(document.body),b.call(this,c,d)}return c.prototype.bind=function(a,b,c){var d=this,e=!1;a.call(this,b,c),b.on("open",function(){d._showDropdown(),d._attachPositioningHandler(b),e||(e=!0,b.on("results:all",function(){d._positionDropdown(),d._resizeDropdown()}),b.on("results:append",function(){d._positionDropdown(),d._resizeDropdown()}))}),b.on("close",function(){d._hideDropdown(),d._detachPositioningHandler(b)}),this.$dropdownContainer.on("mousedown",function(a){a.stopPropagation()})},c.prototype.destroy=function(a){a.call(this),this.$dropdownContainer.remove()},c.prototype.position=function(a,b,c){b.attr("class",c.attr("class")),b.removeClass("select2"),b.addClass("select2-container--open"),b.css({position:"absolute",top:-999999}),this.$container=c},c.prototype.render=function(b){var c=a(""),d=b.call(this);return c.append(d),this.$dropdownContainer=c,c},c.prototype._hideDropdown=function(a){this.$dropdownContainer.detach()},c.prototype._attachPositioningHandler=function(c,d){var e=this,f="scroll.select2."+d.id,g="resize.select2."+d.id,h="orientationchange.select2."+d.id,i=this.$container.parents().filter(b.hasScroll);i.each(function(){a(this).data("select2-scroll-position",{x:a(this).scrollLeft(),y:a(this).scrollTop()})}),i.on(f,function(b){var c=a(this).data("select2-scroll-position");a(this).scrollTop(c.y)}),a(window).on(f+" "+g+" "+h,function(a){e._positionDropdown(),e._resizeDropdown()})},c.prototype._detachPositioningHandler=function(c,d){var e="scroll.select2."+d.id,f="resize.select2."+d.id,g="orientationchange.select2."+d.id;this.$container.parents().filter(b.hasScroll).off(e),a(window).off(e+" "+f+" "+g)},c.prototype._positionDropdown=function(){var b=a(window),c=this.$dropdown.hasClass("select2-dropdown--above"),d=this.$dropdown.hasClass("select2-dropdown--below"),e=null,f=this.$container.offset();f.bottom=f.top+this.$container.outerHeight(!1);var g={height:this.$container.outerHeight(!1)};g.top=f.top,g.bottom=f.top+g.height;var h={height:this.$dropdown.outerHeight(!1)},i={top:b.scrollTop(),bottom:b.scrollTop()+b.height()},j=i.topf.bottom+h.height,l={left:f.left,top:g.bottom},m=this.$dropdownParent;"static"===m.css("position")&&(m=m.offsetParent());var n=m.offset();l.top-=n.top,l.left-=n.left,c||d||(e="below"),k||!j||c?!j&&k&&c&&(e="below"):e="above",("above"==e||c&&"below"!==e)&&(l.top=g.top-n.top-h.height),null!=e&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+e),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+e)),this.$dropdownContainer.css(l)},c.prototype._resizeDropdown=function(){var a={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(a.minWidth=a.width,a.position="relative",a.width="auto"),this.$dropdown.css(a)},c.prototype._showDropdown=function(a){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},c}),b.define("select2/dropdown/minimumResultsForSearch",[],function(){function a(b){for(var c=0,d=0;d0&&(l.dataAdapter=j.Decorate(l.dataAdapter,r)),l.maximumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,s)),l.maximumSelectionLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,t)),l.tags&&(l.dataAdapter=j.Decorate(l.dataAdapter,p)),null==l.tokenSeparators&&null==l.tokenizer||(l.dataAdapter=j.Decorate(l.dataAdapter,q)),null!=l.query){var C=b(l.amdBase+"compat/query");l.dataAdapter=j.Decorate(l.dataAdapter,C)}if(null!=l.initSelection){var D=b(l.amdBase+"compat/initSelection");l.dataAdapter=j.Decorate(l.dataAdapter,D)}}if(null==l.resultsAdapter&&(l.resultsAdapter=c,null!=l.ajax&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,x)),null!=l.placeholder&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,w)),l.selectOnClose&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,A))),null==l.dropdownAdapter){if(l.multiple)l.dropdownAdapter=u;else{var E=j.Decorate(u,v);l.dropdownAdapter=E}if(0!==l.minimumResultsForSearch&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,z)),l.closeOnSelect&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,B)),null!=l.dropdownCssClass||null!=l.dropdownCss||null!=l.adaptDropdownCssClass){var F=b(l.amdBase+"compat/dropdownCss");l.dropdownAdapter=j.Decorate(l.dropdownAdapter,F)}l.dropdownAdapter=j.Decorate(l.dropdownAdapter,y)}if(null==l.selectionAdapter){if(l.multiple?l.selectionAdapter=e:l.selectionAdapter=d,null!=l.placeholder&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,f)),l.allowClear&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,g)),l.multiple&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,h)),null!=l.containerCssClass||null!=l.containerCss||null!=l.adaptContainerCssClass){var G=b(l.amdBase+"compat/containerCss");l.selectionAdapter=j.Decorate(l.selectionAdapter,G)}l.selectionAdapter=j.Decorate(l.selectionAdapter,i)}if("string"==typeof l.language)if(l.language.indexOf("-")>0){var H=l.language.split("-"),I=H[0];l.language=[l.language,I]}else l.language=[l.language];if(a.isArray(l.language)){var J=new k;l.language.push("en");for(var K=l.language,L=0;L0){for(var f=a.extend(!0,{},e),g=e.children.length-1;g>=0;g--){null==c(d,e.children[g])&&f.children.splice(g,1)}return f.children.length>0?f:c(d,f)}var h=b(e.text).toUpperCase(),i=b(d.term).toUpperCase();return h.indexOf(i)>-1?e:null}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:j.escapeMarkup,language:C,matcher:c,minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,sorter:function(a){return a},templateResult:function(a){return a.text},templateSelection:function(a){return a.text},theme:"default",width:"resolve"}},D.prototype.set=function(b,c){var d=a.camelCase(b),e={};e[d]=c;var f=j._convertData(e);a.extend(this.defaults,f)},new D}),b.define("select2/options",["require","jquery","./defaults","./utils"],function(a,b,c,d){function e(b,e){if(this.options=b,null!=e&&this.fromElement(e),this.options=c.apply(this.options),e&&e.is("input")){var f=a(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=d.Decorate(this.options.dataAdapter,f)}}return e.prototype.fromElement=function(a){var c=["select2"];null==this.options.multiple&&(this.options.multiple=a.prop("multiple")),null==this.options.disabled&&(this.options.disabled=a.prop("disabled")),null==this.options.language&&(a.prop("lang")?this.options.language=a.prop("lang").toLowerCase():a.closest("[lang]").prop("lang")&&(this.options.language=a.closest("[lang]").prop("lang"))),null==this.options.dir&&(a.prop("dir")?this.options.dir=a.prop("dir"):a.closest("[dir]").prop("dir")?this.options.dir=a.closest("[dir]").prop("dir"):this.options.dir="ltr"),a.prop("disabled",this.options.disabled),a.prop("multiple",this.options.multiple),a.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),a.data("data",a.data("select2Tags")),a.data("tags",!0)),a.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),a.attr("ajax--url",a.data("ajaxUrl")),a.data("ajax--url",a.data("ajaxUrl")));var e={};e=b.fn.jquery&&"1."==b.fn.jquery.substr(0,2)&&a[0].dataset?b.extend(!0,{},a[0].dataset,a.data()):a.data();var f=b.extend(!0,{},e);f=d._convertData(f);for(var g in f)b.inArray(g,c)>-1||(b.isPlainObject(this.options[g])?b.extend(this.options[g],f[g]):this.options[g]=f[g]);return this},e.prototype.get=function(a){return this.options[a]},e.prototype.set=function(a,b){this.options[a]=b},e}),b.define("select2/core",["jquery","./options","./utils","./keys"],function(a,b,c,d){var e=function(a,c){null!=a.data("select2")&&a.data("select2").destroy(),this.$element=a,this.id=this._generateId(a),c=c||{},this.options=new b(c,a),e.__super__.constructor.call(this);var d=a.attr("tabindex")||0;a.data("old-tabindex",d),a.attr("tabindex","-1");var f=this.options.get("dataAdapter");this.dataAdapter=new f(a,this.options);var g=this.render();this._placeContainer(g);var h=this.options.get("selectionAdapter");this.selection=new h(a,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,g);var i=this.options.get("dropdownAdapter");this.dropdown=new i(a,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,g);var j=this.options.get("resultsAdapter");this.results=new j(a,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var k=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(a){k.trigger("selection:update",{data:a})}),a.addClass("select2-hidden-accessible"),a.attr("aria-hidden","true"),this._syncAttributes(),a.data("select2",this)};return c.Extend(e,c.Observable),e.prototype._generateId=function(a){var b="";return b=null!=a.attr("id")?a.attr("id"):null!=a.attr("name")?a.attr("name")+"-"+c.generateChars(2):c.generateChars(4),b=b.replace(/(:|\.|\[|\]|,)/g,""),b="select2-"+b},e.prototype._placeContainer=function(a){a.insertAfter(this.$element);var b=this._resolveWidth(this.$element,this.options.get("width"));null!=b&&a.css("width",b)},e.prototype._resolveWidth=function(a,b){var c=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==b){var d=this._resolveWidth(a,"style");return null!=d?d:this._resolveWidth(a,"element")}if("element"==b){var e=a.outerWidth(!1);return e<=0?"auto":e+"px"}if("style"==b){var f=a.attr("style");if("string"!=typeof f)return null;for(var g=f.split(";"),h=0,i=g.length;h=1)return k[1]}return null}return b},e.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},e.prototype._registerDomEvents=function(){var b=this;this.$element.on("change.select2",function(){b.dataAdapter.current(function(a){b.trigger("selection:update",{data:a})})}),this.$element.on("focus.select2",function(a){b.trigger("focus",a)}),this._syncA=c.bind(this._syncAttributes,this),this._syncS=c.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var d=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=d?(this._observer=new d(function(c){a.each(c,b._syncA),a.each(c,b._syncS)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",b._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",b._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",b._syncS,!1))},e.prototype._registerDataEvents=function(){var a=this;this.dataAdapter.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerSelectionEvents=function(){var b=this,c=["toggle","focus"];this.selection.on("toggle",function(){b.toggleDropdown()}),this.selection.on("focus",function(a){b.focus(a)}),this.selection.on("*",function(d,e){-1===a.inArray(d,c)&&b.trigger(d,e)})},e.prototype._registerDropdownEvents=function(){var a=this;this.dropdown.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerResultsEvents=function(){var a=this;this.results.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerEvents=function(){var b=this;this.on("open",function(){b.$container.addClass("select2-container--open")}),this.on("close",function(){b.$container.removeClass("select2-container--open")}),this.on("enable",function(){b.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){b.$container.addClass("select2-container--disabled")}),this.on("blur",function(){b.$container.removeClass("select2-container--focus")}),this.on("query",function(a){b.isOpen()||b.trigger("open",{}),this.dataAdapter.query(a,function(c){b.trigger("results:all",{data:c,query:a})})}),this.on("query:append",function(a){this.dataAdapter.query(a,function(c){b.trigger("results:append",{data:c,query:a})})}),this.on("open",function(){setTimeout(function(){b.focusOnActiveElement()},1)}),a(document).on("keydown",function(a){var c=a.which;if(b.isOpen()){c===d.ESC||c===d.UP&&a.altKey?(b.close(),a.preventDefault()):c===d.ENTER||c===d.TAB?(b.trigger("results:select",{}),a.preventDefault()):c===d.SPACE&&a.ctrlKey?(b.trigger("results:toggle",{}),a.preventDefault()):c===d.UP?(b.trigger("results:previous",{}),a.preventDefault()):c===d.DOWN&&(b.trigger("results:next",{}),a.preventDefault());var e=b.$dropdown.find(".select2-search__field");e.length||(e=b.$container.find(".select2-search__field")),c===d.DOWN||c===d.UP?b.focusOnActiveElement():(e.focus(),setTimeout(function(){b.focusOnActiveElement()},1e3))}else b.hasFocus()&&(c!==d.ENTER&&c!==d.SPACE&&c!==d.DOWN||(b.open(),a.preventDefault()))})},e.prototype.focusOnActiveElement=function(){this.isOpen()&&!c.isTouchscreen()&&this.$results.find("li.select2-results__option--highlighted").focus()},e.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},e.prototype._syncSubtree=function(a,b){var c=!1,d=this;if(!a||!a.target||"OPTION"===a.target.nodeName||"OPTGROUP"===a.target.nodeName){if(b)if(b.addedNodes&&b.addedNodes.length>0)for(var e=0;e0&&(c=!0);else c=!0;c&&this.dataAdapter.current(function(a){d.trigger("selection:update",{data:a})})}},e.prototype.trigger=function(a,b){var c=e.__super__.trigger,d={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===b&&(b={}),a in d){var f=d[a],g={prevented:!1,name:a,args:b};if(c.call(this,f,g),g.prevented)return void(b.prevented=!0)}c.call(this,a,b)},e.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},e.prototype.open=function(){this.isOpen()||this.trigger("query",{})},e.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},e.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},e.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},e.prototype.focus=function(a){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},e.prototype.enable=function(a){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=a&&0!==a.length||(a=[!0]);var b=!a[0];this.$element.prop("disabled",b)},e.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var a=[];return this.dataAdapter.current(function(b){a=b}),a},e.prototype.val=function(b){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==b||0===b.length)return this.$element.val();var c=b[0];a.isArray(c)&&(c=a.map(c,function(a){return a.toString()})),this.$element.val(c).trigger("change")},e.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},e.prototype.render=function(){var b=a('');return b.attr("dir",this.options.get("dir")),this.$container=b,this.$container.addClass("select2-container--"+this.options.get("theme")),b.data("element",this.$element),b},e}),b.define("jquery-mousewheel",["jquery"],function(a){return a}),b.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],function(a,b,c,d){if(null==a.fn.selectWoo){var e=["open","close","destroy"];a.fn.selectWoo=function(b){if("object"==typeof(b=b||{}))return this.each(function(){var d=a.extend(!0,{},b);new c(a(this),d)}),this;if("string"==typeof b){var d,f=Array.prototype.slice.call(arguments,1);return this.each(function(){var c=a(this).data("select2");null==c&&window.console&&console.error&&console.error("The select2('"+b+"') method was called on an element that is not using Select2."),d=c[b].apply(c,f)}),a.inArray(b,e)>-1?this:d}throw new Error("Invalid arguments for Select2: "+b)}}return null!=a.fn.select2&&null!=a.fn.select2.defaults&&(a.fn.selectWoo.defaults=a.fn.select2.defaults),null==a.fn.selectWoo.defaults&&(a.fn.selectWoo.defaults=d),a.fn.select2=a.fn.select2||a.fn.selectWoo,c}),{define:b.define,require:b.require}}(),c=b.require("jquery.select2");return a.fn.select2.amd=b,a.fn.selectWoo.amd=b,c}); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/slider-customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/slider-customizer.js new file mode 100644 index 00000000..d517ffc9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/slider-customizer.js @@ -0,0 +1,137 @@ +wp.customize.controlConstructor[ 'generatepress-pro-range-slider' ] = wp.customize.Control.extend( { + ready() { + 'use strict'; + + var control = this, + value, + controlClass = '.customize-control-generatepress-pro-range-slider', + footerActions = jQuery( '#customize-footer-actions' ); + + // Set up the sliders + jQuery( '.generatepress-slider' ).each( function() { + var _this = jQuery( this ); + var _input = _this.closest( 'label' ).find( 'input[type="number"]' ); + var _text = _input.next( '.value' ); + + _this.slider( { + value: _input.val(), + min: _this.data( 'min' ), + max: _this.data( 'max' ), + step: _this.data( 'step' ), + slide( event, ui ) { + _input.val( ui.value ).change(); + _text.text( ui.value ); + }, + } ); + } ); + + // Update the range value based on the input value + jQuery( controlClass + ' .gp_range_value input[type=number]' ).on( 'input', function() { + value = jQuery( this ).attr( 'value' ); + + if ( '' == value ) { + value = -1; + } + + jQuery( this ).closest( 'label' ).find( '.generatepress-slider' ).slider( 'value', parseFloat( value ) ).change(); + } ); + + // Handle the reset button + jQuery( controlClass + ' .generatepress-reset' ).on( 'click', function() { + var icon = jQuery( this ), + visibleArea = icon.closest( '.gp-range-title-area' ).next( '.gp-range-slider-areas' ).children( 'label:visible' ), + input = visibleArea.find( 'input[type=number]' ), + sliderValue = visibleArea.find( '.generatepress-slider' ), + visualValue = visibleArea.find( '.gp_range_value' ), + resetValue = input.attr( 'data-reset_value' ); + + input.val( resetValue ).change(); + visualValue.find( 'input' ).val( resetValue ); + visualValue.find( '.value' ).text( resetValue ); + + if ( '' == resetValue ) { + resetValue = -1; + } + + sliderValue.slider( 'value', parseFloat( resetValue ) ); + } ); + + // Figure out which device icon to make active on load + jQuery( controlClass + ' .generatepress-range-slider-control' ).each( function() { + var _this = jQuery( this ); + + _this.find( '.gp-device-controls' ).children( 'span:first-child' ).addClass( 'selected' ); + _this.find( '.range-option-area:first-child' ).show(); + } ); + + // Do stuff when device icons are clicked + jQuery( controlClass + ' .gp-device-controls > span' ).on( 'click', function( event ) { + var device = jQuery( this ).data( 'option' ); + + jQuery( controlClass + ' .gp-device-controls span' ).each( function() { + var _this = jQuery( this ); + + if ( device === _this.attr( 'data-option' ) ) { + _this.addClass( 'selected' ); + _this.siblings().removeClass( 'selected' ); + } + } ); + + jQuery( controlClass + ' .gp-range-slider-areas label' ).each( function() { + var _this = jQuery( this ); + + if ( device === _this.attr( 'data-option' ) ) { + _this.show(); + _this.siblings().hide(); + } + } ); + + // Set the device we're currently viewing + wp.customize.previewedDevice.set( jQuery( event.currentTarget ).data( 'option' ) ); + } ); + + // Set the selected devices in our control when the Customizer devices are clicked + footerActions.find( '.devices button' ).on( 'click', function() { + var device = jQuery( this ).data( 'device' ); + + jQuery( controlClass + ' .gp-device-controls span' ).each( function() { + var _this = jQuery( this ); + + if ( device === _this.attr( 'data-option' ) ) { + _this.addClass( 'selected' ); + _this.siblings().removeClass( 'selected' ); + } + } ); + + jQuery( controlClass + ' .gp-range-slider-areas label' ).each( function() { + var _this = jQuery( this ); + + if ( device === _this.attr( 'data-option' ) ) { + _this.show(); + _this.siblings().hide(); + } + } ); + } ); + + // Apply changes when desktop slider is changed + control.container.on( 'input change', '.desktop-range', + function() { + control.settings.desktop.set( jQuery( this ).val() ); + } + ); + + // Apply changes when tablet slider is changed + control.container.on( 'input change', '.tablet-range', + function() { + control.settings.tablet.set( jQuery( this ).val() ); + } + ); + + // Apply changes when mobile slider is changed + control.container.on( 'input change', '.mobile-range', + function() { + control.settings.mobile.set( jQuery( this ).val() ); + } + ); + }, +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/spacing-customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/spacing-customizer.js new file mode 100644 index 00000000..35c205d4 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/spacing-customizer.js @@ -0,0 +1,203 @@ +( function( $, api ) { + // No longer needed as of 1.2.95 + // Keeping it here just in case + api.controlConstructor.spacing = api.Control.extend( { + ready() { + var control = this; + $( '.generate-number-control', control.container ).on( 'change keyup', + function() { + control.setting.set( $( this ).val() ); + } + ); + }, + } ); + + api.controlConstructor[ 'gp-spacing-slider' ] = api.Control.extend( { + ready() { + var control = this; + $( '.slider-input', control.container ).on( 'change keyup', + function() { + control.setting.set( $( this ).val() ); + } + ); + }, + } ); + + api.controlConstructor[ 'generatepress-spacing' ] = api.Control.extend( { + ready() { + var control = this, + controlClass = '.customize-control-generatepress-spacing', + footerActions = jQuery( '#customize-footer-actions' ); + + // Figure out which device icon to make active on load + jQuery( controlClass + ' .gp-spacing-control-section' ).each( function() { + var _this = jQuery( this ); + _this.find( '.gp-device-controls' ).children( 'span:first-child' ).addClass( 'selected' ); + _this.find( '.spacing-values-area:first-child' ).show(); + } ); + + // Do stuff when device icons are clicked + jQuery( controlClass + ' .gp-device-controls > span' ).on( 'click', function( event ) { + var device = jQuery( this ).data( 'option' ); + + jQuery( controlClass + ' .gp-device-controls span' ).each( function() { + var _this = jQuery( this ); + + if ( device === _this.attr( 'data-option' ) ) { + _this.addClass( 'selected' ); + _this.siblings().removeClass( 'selected' ); + } + } ); + + jQuery( controlClass + ' .spacing-values-container .spacing-values-area' ).each( function() { + var _this = jQuery( this ); + + if ( device === _this.attr( 'data-option' ) ) { + _this.show(); + _this.siblings().hide(); + } + } ); + + // Set the device we're currently viewing + wp.customize.previewedDevice.set( jQuery( event.currentTarget ).data( 'option' ) ); + } ); + + // Set the selected devices in our control when the Customizer devices are clicked + footerActions.find( '.devices button' ).on( 'click', function() { + var device = jQuery( this ).data( 'device' ); + jQuery( controlClass + ' .gp-device-controls span' ).each( function() { + var _this = jQuery( this ); + + if ( device === _this.attr( 'data-option' ) ) { + _this.addClass( 'selected' ); + _this.siblings().removeClass( 'selected' ); + } + } ); + + jQuery( controlClass + ' .spacing-values-container .spacing-values-area' ).each( function() { + var _this = jQuery( this ); + + if ( device === _this.attr( 'data-option' ) ) { + _this.show(); + _this.siblings().hide(); + } + } ); + } ); + + control.container.on( 'change keyup', '.spacing-top', + function() { + control.settings.desktop_top.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change keyup', '.spacing-right', + function() { + control.settings.desktop_right.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change keyup', '.spacing-bottom', + function() { + control.settings.desktop_bottom.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change keyup', '.spacing-left', + function() { + control.settings.desktop_left.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change keyup', '.tablet-spacing-top', + function() { + control.settings.tablet_top.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change keyup', '.tablet-spacing-right', + function() { + control.settings.tablet_right.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change keyup', '.tablet-spacing-bottom', + function() { + control.settings.tablet_bottom.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change keyup', '.tablet-spacing-left', + function() { + control.settings.tablet_left.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change keyup', '.mobile-spacing-top', + function() { + control.settings.mobile_top.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change keyup', '.mobile-spacing-right', + function() { + control.settings.mobile_right.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change keyup', '.mobile-spacing-bottom', + function() { + control.settings.mobile_bottom.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change keyup', '.mobile-spacing-left', + function() { + control.settings.mobile_left.set( jQuery( this ).val() ); + } + ); + }, + } ); +}( jQuery, wp.customize ) ); + +jQuery( function( $ ) { + $( '.gp-link-spacing' ).on( 'click', function( e ) { + e.preventDefault(); + + // Set up variables + var _this = $( this ), + element = _this.data( 'element' ); + + // Add our linked-values class to the next 4 elements + _this.parent( '.gp-spacing-section' ).prevAll().slice( 0, 4 ).find( 'input' ).addClass( 'linked-values' ).attr( 'data-element', element ); + + // Change our link icon class + _this.hide(); + _this.next( 'span' ).show(); + } ); + + $( '.gp-unlink-spacing' ).on( 'click', function( e ) { + e.preventDefault(); + + // Set up variables + var _this = $( this ); + + // Remove our linked-values class to the next 4 elements + _this.parent( '.gp-spacing-section' ).prevAll().slice( 0, 4 ).find( 'input' ).removeClass( 'linked-values' ).attr( 'data-element', '' ); + + // Change our link icon class + _this.hide(); + _this.prev( 'span' ).show(); + } ); + + $( '.gp-spacing-section' ).on( 'input', '.linked-values', function() { + var _this = $( this ), + data = _this.attr( 'data-element' ), + val = _this.val(), + targetElements = _this.closest( '.spacing-values-area' ).find( '.linked-values[ data-element="' + data + '" ]' ); + + targetElements.each( function() { + var element = $( this ); + element.val( val ).change(); + } ); + } ); +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/typography-customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/typography-customizer.js new file mode 100644 index 00000000..1d8b2b3c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/typography-customizer.js @@ -0,0 +1,148 @@ +( function( api ) { + api.controlConstructor[ 'gp-pro-customizer-typography' ] = api.Control.extend( { + ready() { + var control = this; + + control.container.on( 'change', '.generatepress-font-family select', + function() { + var _this = jQuery( this ), + _value = _this.val(), + _categoryID = _this.attr( 'data-category' ), + _variantsID = _this.attr( 'data-variants' ); + + // Set our font family + control.settings.family.set( _this.val() ); + + // Bail if our controls don't exist + if ( 'undefined' === typeof control.settings.category || 'undefined' === typeof control.settings.variant ) { + return; + } + + setTimeout( function() { + // Send our request to the generate_get_all_google_fonts_ajax function + var response = jQuery.getJSON( { + type: 'POST', + url: ajaxurl, + data: { + action: 'generate_get_all_google_fonts_ajax', + gp_customize_nonce: gp_customize.nonce, + }, + async: false, + dataType: 'json', + } ); + + // Get our response + var fonts = response.responseJSON; + + // Create an ID from our selected font + var id = _value.split( ' ' ).join( '_' ).toLowerCase(); + + // Set our values if we have them + if ( id in fonts ) { + // Get existing variants if this font is already selected + var got_variants = false; + jQuery( '.generatepress-font-family select' ).not( _this ).each( function( key, select ) { + var parent = jQuery( this ).closest( '.generatepress-font-family' ); + + if ( _value == jQuery( select ).val() && _this.data( 'category' ) !== jQuery( select ).data( 'category' ) ) { + if ( ! got_variants ) { + updated_variants = jQuery( parent.next( '.generatepress-font-variant' ).find( 'select' ) ).val(); + got_variants = true; + } + } + } ); + + // We're using a Google font, so show the variants field + _this.closest( '.generatepress-font-family' ).next( 'div' ).show(); + + // Remove existing variants + jQuery( 'select[name="' + _variantsID + '"]' ).find( 'option' ).remove(); + + // Populate our select input with available variants + jQuery.each( fonts[ id ].variants, function( key, value ) { + jQuery( 'select[name="' + _variantsID + '"]' ).append( jQuery( '' ).attr( 'value', value ).text( value ) ); + } ); + + // Set our variants + if ( ! got_variants ) { + control.settings.variant.set( fonts[ id ].variants ); + } else { + control.settings.variant.set( updated_variants ); + } + + // Set our font category + control.settings.category.set( fonts[ id ].category ); + jQuery( 'input[name="' + _categoryID + '"' ).val( fonts[ id ].category ); + } else { + _this.closest( '.generatepress-font-family' ).next( 'div' ).hide(); + control.settings.category.set( '' ); + control.settings.variant.set( '' ); + jQuery( 'input[name="' + _categoryID + '"' ).val( '' ); + jQuery( 'select[name="' + _variantsID + '"]' ).find( 'option' ).remove(); + } + }, 25 ); + } + ); + + control.container.on( 'change', '.generatepress-font-variant select', + function() { + var _this = jQuery( this ); + var variants = _this.val(); + + control.settings.variant.set( variants ); + + jQuery( '.generatepress-font-variant select' ).each( function( key, value ) { + var this_control = jQuery( this ).closest( 'li' ).attr( 'id' ).replace( 'customize-control-', '' ); + var parent = jQuery( this ).closest( '.generatepress-font-variant' ); + var font_val = api.control( this_control ).settings.family.get(); + + if ( font_val == control.settings.family.get() && _this.attr( 'name' ) !== jQuery( value ).attr( 'name' ) ) { + jQuery( parent.find( 'select' ) ).not( _this ).val( variants ).triggerHandler( 'change' ); + api.control( this_control ).settings.variant.set( variants ); + } + } ); + } + ); + + control.container.on( 'change', '.generatepress-font-category input', + function() { + control.settings.category.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change', '.generatepress-font-weight select', + function() { + control.settings.weight.set( jQuery( this ).val() ); + } + ); + + control.container.on( 'change', '.generatepress-font-transform select', + function() { + control.settings.transform.set( jQuery( this ).val() ); + } + ); + }, + } ); +}( wp.customize ) ); + +jQuery( document ).ready( function( $ ) { + jQuery( '.generatepress-font-family select' ).selectWoo(); + jQuery( '.generatepress-font-variant' ).each( function( key, value ) { + var _this = $( this ); + value = _this.data( 'saved-value' ); + + if ( value ) { + value = value.toString().split( ',' ); + } + + _this.find( 'select' ).selectWoo().val( value ).trigger( 'change.select2' ); + } ); + + $( '.generatepress-font-family' ).each( function( key, value ) { + var _this = $( this ); + + if ( $.inArray( _this.find( 'select' ).val(), typography_defaults ) !== -1 ) { + _this.next( '.generatepress-font-variant' ).hide(); + } + } ); +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/deprecated.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/deprecated.php new file mode 100644 index 00000000..00dd2f9e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/deprecated.php @@ -0,0 +1,324 @@ +manager->get_control( $setting->id )->choices; + + // If the input is a valid key, return it; + // otherwise, return the default + return ( array_key_exists( $input, $choices ) ? $input : $setting->default ); +} +endif; + +if ( ! function_exists( 'generate_backgrounds_is_top_bar_active' ) ) : +/** + * Check to see if the top bar is active + * + * @since 1.3.45 + */ +function generate_backgrounds_is_top_bar_active() +{ + $top_bar = is_active_sidebar( 'top-bar' ) ? true : false; + return apply_filters( 'generate_is_top_bar_active', $top_bar ); +} +endif; + +if ( ! function_exists( 'generate_blog_sanitize_choices' ) ) : +/** + * Sanitize choices + */ +function generate_blog_sanitize_choices( $input, $setting ) { + + // Ensure input is a slug + $input = sanitize_key( $input ); + + // Get list of choices from the control + // associated with the setting + $choices = $setting->manager->get_control( $setting->id )->choices; + + // If the input is a valid key, return it; + // otherwise, return the default + return ( array_key_exists( $input, $choices ) ? $input : $setting->default ); +} +endif; + +if ( ! function_exists( 'generate_blog_is_posts_page' ) ) : +/** + * Check to see if we're on a posts page + */ +function generate_blog_is_posts_page() +{ + $blog = ( is_home() || is_archive() || is_attachment() || is_tax() ) ? true : false; + + return $blog; +} +endif; + +if ( ! function_exists( 'generate_blog_is_posts_page_single' ) ) : +/** + * Check to see if we're on a posts page or a single post + */ +function generate_blog_is_posts_page_single() +{ + $blog = ( is_home() || is_archive() || is_attachment() || is_tax() || is_single() ) ? true : false; + + return $blog; +} +endif; + +if ( ! function_exists( 'generate_blog_is_excerpt' ) ) : +/** + * Check to see if we're displaying excerpts + */ +function generate_blog_is_excerpt() +{ + if ( ! function_exists( 'generate_get_defaults' ) ) + return; + + $generate_settings = wp_parse_args( + get_option( 'generate_settings', array() ), + generate_get_defaults() + ); + + return ( 'excerpt' == $generate_settings['post_content'] ) ? true : false; +} +endif; + +if ( ! function_exists( 'generate_colors_sanitize_hex_color' ) ) : +/** + * Sanitize hex colors + * We don't use the core function as we want to allow empty values + * @since 0.1 + */ +function generate_colors_sanitize_hex_color( $color ) { + if ( '' === $color ) + return ''; + + // 3 or 6 hex digits, or the empty string. + if ( preg_match('|^#([A-Fa-f0-9]{3}){1,2}$|', $color ) ) + return $color; + + return ''; +} +endif; + +if ( ! function_exists( 'generate_colors_sanitize_rgba' ) ) : +/** + * Sanitize RGBA colors + * @since 1.3.42 + */ +function generate_colors_sanitize_rgba( $color ) { + if ( '' === $color ) + return ''; + + // If string does not start with 'rgba', then treat as hex + // sanitize the hex color and finally convert hex to rgba + if ( false === strpos( $color, 'rgba' ) ) { + return generate_colors_sanitize_hex_color( $color ); + } + + // By now we know the string is formatted as an rgba color so we need to further sanitize it. + $color = str_replace( ' ', '', $color ); + sscanf( $color, 'rgba(%d,%d,%d,%f)', $red, $green, $blue, $alpha ); + return 'rgba('.$red.','.$green.','.$blue.','.$alpha.')'; + + return ''; +} +endif; + +if ( ! function_exists( 'generate_menu_plus_sanitize_choices' ) ) : +/** + * Sanitize choices + */ +function generate_menu_plus_sanitize_choices( $input, $setting ) { + + // Ensure input is a slug + $input = sanitize_key( $input ); + + // Get list of choices from the control + // associated with the setting + $choices = $setting->manager->get_control( $setting->id )->choices; + + // If the input is a valid key, return it; + // otherwise, return the default + return ( array_key_exists( $input, $choices ) ? $input : $setting->default ); +} +endif; + +if ( ! function_exists( 'generate_page_header_is_posts_page' ) ) : +/** + * This is an active_callback + * Check if we're on a posts page + */ +function generate_page_header_is_posts_page() +{ + $blog = ( is_home() || is_archive() || is_attachment() || is_tax() ) ? true : false; + + return $blog; +} +endif; + +if ( ! function_exists( 'generate_page_header_is_posts_page_single' ) ) : +/** + * Check to see if we're on a posts page or a single post + */ +function generate_page_header_is_posts_page_single() +{ + $blog = ( is_home() || is_archive() || is_attachment() || is_tax() || is_single() ) ? true : false; + + return $blog; +} +endif; + +if ( ! function_exists( 'generate_secondary_nav_sanitize_choices' ) ) : +/** + * Sanitize choices + */ +function generate_secondary_nav_sanitize_choices( $input, $setting ) { + + // Ensure input is a slug + $input = sanitize_key( $input ); + + // Get list of choices from the control + // associated with the setting + $choices = $setting->manager->get_control( $setting->id )->choices; + + // If the input is a valid key, return it; + // otherwise, return the default + return ( array_key_exists( $input, $choices ) ? $input : $setting->default ); +} +endif; + +if ( ! function_exists( 'generate_spacing_sanitize_choices' ) ) : +/** + * Sanitize choices + */ +function generate_spacing_sanitize_choices( $input, $setting ) { + + // Ensure input is a slug + $input = sanitize_key( $input ); + + // Get list of choices from the control + // associated with the setting + $choices = $setting->manager->get_control( $setting->id )->choices; + + // If the input is a valid key, return it; + // otherwise, return the default + return ( array_key_exists( $input, $choices ) ? $input : $setting->default ); +} +endif; + +if ( ! function_exists( 'generate_premium_sanitize_typography' ) ) : +/** + * Sanitize typography dropdown + * @since 1.1.10 + * @deprecated 1.2.95 + */ +function generate_premium_sanitize_typography( $input ) +{ + if ( ! function_exists( 'generate_get_all_google_fonts' ) || ! function_exists( 'generate_typography_default_fonts' ) ) { + return 'Open Sans'; + } + + // Grab all of our fonts + $fonts = generate_get_all_google_fonts(); + + // Loop through all of them and grab their names + $font_names = array(); + foreach ( $fonts as $k => $fam ) { + $font_names[] = $fam['name']; + } + + // Get all non-Google font names + $not_google = generate_typography_default_fonts(); + + // Merge them both into one array + $valid = array_merge( $font_names, $not_google ); + + // Sanitize + if ( in_array( $input, $valid ) ) { + return $input; + } else { + return 'Open Sans'; + } +} +endif; + +if ( ! function_exists( 'generate_typography_sanitize_choices' ) ) : +/** + * Sanitize choices + * @since 1.3.24 + */ +function generate_typography_sanitize_choices( $input, $setting ) { + + // Ensure input is a slug + $input = sanitize_key( $input ); + + // Get list of choices from the control + // associated with the setting + $choices = $setting->manager->get_control( $setting->id )->choices; + + // If the input is a valid key, return it; + // otherwise, return the default + return ( array_key_exists( $input, $choices ) ? $input : $setting->default ); +} +endif; + +if ( ! function_exists( 'generate_page_header_sanitize_choices' ) ) : +/** + * Sanitize our select inputs + */ +function generate_page_header_sanitize_choices( $input, $setting ) { + + // Ensure input is a slug + $input = sanitize_key( $input ); + + // Get list of choices from the control + // associated with the setting + $choices = $setting->manager->get_control( $setting->id )->choices; + + // If the input is a valid key, return it; + // otherwise, return the default + return ( array_key_exists( $input, $choices ) ? $input : $setting->default ); +} +endif; + +if ( ! function_exists( 'generate_page_header_sanitize_hex_color' ) ) : +/** + * Sanitize colors + * We don't use the core function as we want to allow empty values + */ +function generate_page_header_sanitize_hex_color( $color ) { + if ( '' === $color ) + return ''; + + // 3 or 6 hex digits, or the empty string. + if ( preg_match('|^#([A-Fa-f0-9]{3}){1,2}$|', $color ) ) + return $color; + + return ''; +} +endif; + +if ( ! function_exists( 'generate_page_header_sanitize_html' ) ) : +/** + * Sanitize our fields that accept HTML + */ +function generate_page_header_sanitize_html( $input ) +{ + return wp_kses_post( $input ); +} +endif; \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/sanitize.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/sanitize.php new file mode 100644 index 00000000..a0cb7efc --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/sanitize.php @@ -0,0 +1,131 @@ +manager->get_control( $setting->id )->choices; + + // If the input is a valid key, return it; + // otherwise, return the default + return ( array_key_exists( $input, $choices ) ? $input : $setting->default ); + } +} + +if ( ! function_exists( 'generate_premium_sanitize_checkbox' ) ) { + /** + * Sanitize checkbox + */ + function generate_premium_sanitize_checkbox( $checked ) { + // Boolean check. + return ( ( isset( $checked ) && true == $checked ) ? true : false ); + } +} + +if ( ! function_exists( 'generate_premium_sanitize_hex_color' ) ) { + /** + * Sanitize hex colors + * We don't use the core function as we want to allow empty values + * + * @since 0.1 + */ + function generate_premium_sanitize_hex_color( $color ) { + if ( '' === $color ) { + return ''; + } + + // 3 or 6 hex digits, or the empty string. + if ( preg_match('|^#([A-Fa-f0-9]{3}){1,2}$|', $color ) ) { + return $color; + } + + return ''; + } +} + +if ( ! function_exists( 'generate_premium_sanitize_rgba' ) ) { + /** + * Sanitize RGBA colors + * + * @since 1.3.42 + */ + function generate_premium_sanitize_rgba( $color ) { + if ( '' === $color ) { + return ''; + } + + // If string does not start with 'rgba', then treat as hex + // sanitize the hex color and finally convert hex to rgba + if ( false === strpos( $color, 'rgba' ) ) { + return generate_premium_sanitize_hex_color( $color ); + } + + // By now we know the string is formatted as an rgba color so we need to further sanitize it. + $color = str_replace( ' ', '', $color ); + sscanf( $color, 'rgba(%d,%d,%d,%f)', $red, $green, $blue, $alpha ); + return 'rgba('.$red.','.$green.','.$blue.','.$alpha.')'; + + return ''; + } +} + +if ( ! function_exists( 'generate_premium_sanitize_decimal_integer' ) ) { + /** + * Sanitize integers that can use decimals + * + * @since 1.3.41 + */ + function generate_premium_sanitize_decimal_integer( $input ) { + return abs( floatval( $input ) ); + } +} + +/** + * Sanitize integers that can use decimals + * @since 1.4 + */ +function generate_premium_sanitize_decimal_integer_empty( $input ) { + if ( '' == $input ) { + return ''; + } + + return abs( floatval( $input ) ); +} + +if ( ! function_exists( 'generate_premium_sanitize_html' ) ) { + /** + * Sanitize our fields that accept HTML + */ + function generate_premium_sanitize_html( $input ) { + return wp_kses_post( $input ); + } +} + +function generate_premium_sanitize_variants( $input ) { + if ( is_array( $input ) ) { + $input = implode( ',', $input ); + } + + return sanitize_text_field( $input ); +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/library/select2/select2.full.min.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/select2/select2.full.min.js new file mode 100644 index 00000000..fa781916 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/library/select2/select2.full.min.js @@ -0,0 +1,2 @@ +/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ +!function(n){"function"==typeof define&&define.amd?define(["jquery"],n):"object"==typeof module&&module.exports?module.exports=function(e,t){return void 0===t&&(t="undefined"!=typeof window?require("jquery"):require("jquery")(e)),n(t),t}:n(jQuery)}(function(d){var e=function(){if(d&&d.fn&&d.fn.select2&&d.fn.select2.amd)var e=d.fn.select2.amd;var t,n,i,h,o,s,f,g,m,v,y,_,r,a,w,l;function b(e,t){return r.call(e,t)}function c(e,t){var n,i,r,o,s,a,l,c,u,d,p,h=t&&t.split("/"),f=y.map,g=f&&f["*"]||{};if(e){for(s=(e=e.split("/")).length-1,y.nodeIdCompat&&w.test(e[s])&&(e[s]=e[s].replace(w,"")),"."===e[0].charAt(0)&&h&&(e=h.slice(0,h.length-1).concat(e)),u=0;u":">",'"':""","'":"'","/":"/"};return"string"!=typeof e?e:String(e).replace(/[&<>"'\/\\]/g,function(e){return t[e]})},r.appendMany=function(e,t){if("1.7"===o.fn.jquery.substr(0,3)){var n=o();o.map(t,function(e){n=n.add(e)}),t=n}e.append(t)},r.__cache={};var n=0;return r.GetUniqueElementId=function(e){var t=e.getAttribute("data-select2-id");return null==t&&(e.id?(t=e.id,e.setAttribute("data-select2-id",t)):(e.setAttribute("data-select2-id",++n),t=n.toString())),t},r.StoreData=function(e,t,n){var i=r.GetUniqueElementId(e);r.__cache[i]||(r.__cache[i]={}),r.__cache[i][t]=n},r.GetData=function(e,t){var n=r.GetUniqueElementId(e);return t?r.__cache[n]&&null!=r.__cache[n][t]?r.__cache[n][t]:o(e).data(t):r.__cache[n]},r.RemoveData=function(e){var t=r.GetUniqueElementId(e);null!=r.__cache[t]&&delete r.__cache[t],e.removeAttribute("data-select2-id")},r}),e.define("select2/results",["jquery","./utils"],function(h,f){function i(e,t,n){this.$element=e,this.data=n,this.options=t,i.__super__.constructor.call(this)}return f.Extend(i,f.Observable),i.prototype.render=function(){var e=h('
        ');return this.options.get("multiple")&&e.attr("aria-multiselectable","true"),this.$results=e},i.prototype.clear=function(){this.$results.empty()},i.prototype.displayMessage=function(e){var t=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var n=h(''),i=this.options.get("translations").get(e.message);n.append(t(i(e.args))),n[0].className+=" select2-results__message",this.$results.append(n)},i.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},i.prototype.append=function(e){this.hideLoading();var t=[];if(null!=e.results&&0!==e.results.length){e.results=this.sort(e.results);for(var n=0;n",{class:"select2-results__options select2-results__options--nested"});p.append(l),s.append(a),s.append(p)}else this.template(e,t);return f.StoreData(t,"data",e),t},i.prototype.bind=function(t,e){var l=this,n=t.id+"-results";this.$results.attr("id",n),t.on("results:all",function(e){l.clear(),l.append(e.data),t.isOpen()&&(l.setClasses(),l.highlightFirstItem())}),t.on("results:append",function(e){l.append(e.data),t.isOpen()&&l.setClasses()}),t.on("query",function(e){l.hideMessages(),l.showLoading(e)}),t.on("select",function(){t.isOpen()&&(l.setClasses(),l.options.get("scrollAfterSelect")&&l.highlightFirstItem())}),t.on("unselect",function(){t.isOpen()&&(l.setClasses(),l.options.get("scrollAfterSelect")&&l.highlightFirstItem())}),t.on("open",function(){l.$results.attr("aria-expanded","true"),l.$results.attr("aria-hidden","false"),l.setClasses(),l.ensureHighlightVisible()}),t.on("close",function(){l.$results.attr("aria-expanded","false"),l.$results.attr("aria-hidden","true"),l.$results.removeAttr("aria-activedescendant")}),t.on("results:toggle",function(){var e=l.getHighlightedResults();0!==e.length&&e.trigger("mouseup")}),t.on("results:select",function(){var e=l.getHighlightedResults();if(0!==e.length){var t=f.GetData(e[0],"data");"true"==e.attr("aria-selected")?l.trigger("close",{}):l.trigger("select",{data:t})}}),t.on("results:previous",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),n=t.index(e);if(!(n<=0)){var i=n-1;0===e.length&&(i=0);var r=t.eq(i);r.trigger("mouseenter");var o=l.$results.offset().top,s=r.offset().top,a=l.$results.scrollTop()+(s-o);0===i?l.$results.scrollTop(0):s-o<0&&l.$results.scrollTop(a)}}),t.on("results:next",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),n=t.index(e)+1;if(!(n>=t.length)){var i=t.eq(n);i.trigger("mouseenter");var r=l.$results.offset().top+l.$results.outerHeight(!1),o=i.offset().top+i.outerHeight(!1),s=l.$results.scrollTop()+o-r;0===n?l.$results.scrollTop(0):rthis.$results.outerHeight()||o<0)&&this.$results.scrollTop(r)}},i.prototype.template=function(e,t){var n=this.options.get("templateResult"),i=this.options.get("escapeMarkup"),r=n(e,t);null==r?t.style.display="none":"string"==typeof r?t.innerHTML=i(r):h(t).append(r)},i}),e.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),e.define("select2/selection/base",["jquery","../utils","../keys"],function(n,i,r){function o(e,t){this.$element=e,this.options=t,o.__super__.constructor.call(this)}return i.Extend(o,i.Observable),o.prototype.render=function(){var e=n('');return this._tabindex=0,null!=i.GetData(this.$element[0],"old-tabindex")?this._tabindex=i.GetData(this.$element[0],"old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),e.attr("title",this.$element.attr("title")),e.attr("tabindex",this._tabindex),e.attr("aria-disabled","false"),this.$selection=e},o.prototype.bind=function(e,t){var n=this,i=e.id+"-results";this.container=e,this.$selection.on("focus",function(e){n.trigger("focus",e)}),this.$selection.on("blur",function(e){n._handleBlur(e)}),this.$selection.on("keydown",function(e){n.trigger("keypress",e),e.which===r.SPACE&&e.preventDefault()}),e.on("results:focus",function(e){n.$selection.attr("aria-activedescendant",e.data._resultId)}),e.on("selection:update",function(e){n.update(e.data)}),e.on("open",function(){n.$selection.attr("aria-expanded","true"),n.$selection.attr("aria-owns",i),n._attachCloseHandler(e)}),e.on("close",function(){n.$selection.attr("aria-expanded","false"),n.$selection.removeAttr("aria-activedescendant"),n.$selection.removeAttr("aria-owns"),n.$selection.trigger("focus"),n._detachCloseHandler(e)}),e.on("enable",function(){n.$selection.attr("tabindex",n._tabindex),n.$selection.attr("aria-disabled","false")}),e.on("disable",function(){n.$selection.attr("tabindex","-1"),n.$selection.attr("aria-disabled","true")})},o.prototype._handleBlur=function(e){var t=this;window.setTimeout(function(){document.activeElement==t.$selection[0]||n.contains(t.$selection[0],document.activeElement)||t.trigger("blur",e)},1)},o.prototype._attachCloseHandler=function(e){n(document.body).on("mousedown.select2."+e.id,function(e){var t=n(e.target).closest(".select2");n(".select2.select2-container--open").each(function(){this!=t[0]&&i.GetData(this,"element").select2("close")})})},o.prototype._detachCloseHandler=function(e){n(document.body).off("mousedown.select2."+e.id)},o.prototype.position=function(e,t){t.find(".selection").append(e)},o.prototype.destroy=function(){this._detachCloseHandler(this.container)},o.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},o.prototype.isEnabled=function(){return!this.isDisabled()},o.prototype.isDisabled=function(){return this.options.get("disabled")},o}),e.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(e,t,n,i){function r(){r.__super__.constructor.apply(this,arguments)}return n.Extend(r,t),r.prototype.render=function(){var e=r.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html(''),e},r.prototype.bind=function(t,e){var n=this;r.__super__.bind.apply(this,arguments);var i=t.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",i).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",i),this.$selection.on("mousedown",function(e){1===e.which&&n.trigger("toggle",{originalEvent:e})}),this.$selection.on("focus",function(e){}),this.$selection.on("blur",function(e){}),t.on("focus",function(e){t.isOpen()||n.$selection.trigger("focus")})},r.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},r.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},r.prototype.selectionContainer=function(){return e("")},r.prototype.update=function(e){if(0!==e.length){var t=e[0],n=this.$selection.find(".select2-selection__rendered"),i=this.display(t,n);n.empty().append(i);var r=t.title||t.text;r?n.attr("title",r):n.removeAttr("title")}else this.clear()},r}),e.define("select2/selection/multiple",["jquery","./base","../utils"],function(r,e,l){function n(e,t){n.__super__.constructor.apply(this,arguments)}return l.Extend(n,e),n.prototype.render=function(){var e=n.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('
          '),e},n.prototype.bind=function(e,t){var i=this;n.__super__.bind.apply(this,arguments),this.$selection.on("click",function(e){i.trigger("toggle",{originalEvent:e})}),this.$selection.on("click",".select2-selection__choice__remove",function(e){if(!i.isDisabled()){var t=r(this).parent(),n=l.GetData(t[0],"data");i.trigger("unselect",{originalEvent:e,data:n})}})},n.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},n.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},n.prototype.selectionContainer=function(){return r('
        • ×
        • ')},n.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],n=0;n×');a.StoreData(i[0],"data",t),this.$selection.find(".select2-selection__rendered").prepend(i)}},e}),e.define("select2/selection/search",["jquery","../utils","../keys"],function(i,a,l){function e(e,t,n){e.call(this,t,n)}return e.prototype.render=function(e){var t=i('');this.$searchContainer=t,this.$search=t.find("input");var n=e.call(this);return this._transferTabIndex(),n},e.prototype.bind=function(e,t,n){var i=this,r=t.id+"-results";e.call(this,t,n),t.on("open",function(){i.$search.attr("aria-controls",r),i.$search.trigger("focus")}),t.on("close",function(){i.$search.val(""),i.$search.removeAttr("aria-controls"),i.$search.removeAttr("aria-activedescendant"),i.$search.trigger("focus")}),t.on("enable",function(){i.$search.prop("disabled",!1),i._transferTabIndex()}),t.on("disable",function(){i.$search.prop("disabled",!0)}),t.on("focus",function(e){i.$search.trigger("focus")}),t.on("results:focus",function(e){e.data._resultId?i.$search.attr("aria-activedescendant",e.data._resultId):i.$search.removeAttr("aria-activedescendant")}),this.$selection.on("focusin",".select2-search--inline",function(e){i.trigger("focus",e)}),this.$selection.on("focusout",".select2-search--inline",function(e){i._handleBlur(e)}),this.$selection.on("keydown",".select2-search--inline",function(e){if(e.stopPropagation(),i.trigger("keypress",e),i._keyUpPrevented=e.isDefaultPrevented(),e.which===l.BACKSPACE&&""===i.$search.val()){var t=i.$searchContainer.prev(".select2-selection__choice");if(0this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),e.define("select2/data/maximumSelectionLength",[],function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("select",function(){i._checkIfMaximumSelected()})},e.prototype.query=function(e,t,n){var i=this;this._checkIfMaximumSelected(function(){e.call(i,t,n)})},e.prototype._checkIfMaximumSelected=function(e,n){var i=this;this.current(function(e){var t=null!=e?e.length:0;0=i.maximumSelectionLength?i.trigger("results:message",{message:"maximumSelected",args:{maximum:i.maximumSelectionLength}}):n&&n()})},e}),e.define("select2/dropdown",["jquery","./utils"],function(t,e){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return e.Extend(n,e.Observable),n.prototype.render=function(){var e=t('');return e.attr("dir",this.options.get("dir")),this.$dropdown=e},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n}),e.define("select2/dropdown/search",["jquery","../utils"],function(o,e){function t(){}return t.prototype.render=function(e){var t=e.call(this),n=o('');return this.$searchContainer=n,this.$search=n.find("input"),t.prepend(n),t},t.prototype.bind=function(e,t,n){var i=this,r=t.id+"-results";e.call(this,t,n),this.$search.on("keydown",function(e){i.trigger("keypress",e),i._keyUpPrevented=e.isDefaultPrevented()}),this.$search.on("input",function(e){o(this).off("keyup")}),this.$search.on("keyup input",function(e){i.handleSearch(e)}),t.on("open",function(){i.$search.attr("tabindex",0),i.$search.attr("aria-controls",r),i.$search.trigger("focus"),window.setTimeout(function(){i.$search.trigger("focus")},0)}),t.on("close",function(){i.$search.attr("tabindex",-1),i.$search.removeAttr("aria-controls"),i.$search.removeAttr("aria-activedescendant"),i.$search.val(""),i.$search.trigger("blur")}),t.on("focus",function(){t.isOpen()||i.$search.trigger("focus")}),t.on("results:all",function(e){null!=e.query.term&&""!==e.query.term||(i.showSearch(e)?i.$searchContainer.removeClass("select2-search--hide"):i.$searchContainer.addClass("select2-search--hide"))}),t.on("results:focus",function(e){e.data._resultId?i.$search.attr("aria-activedescendant",e.data._resultId):i.$search.removeAttr("aria-activedescendant")})},t.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},t.prototype.showSearch=function(e,t){return!0},t}),e.define("select2/dropdown/hidePlaceholder",[],function(){function e(e,t,n,i){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,i)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),i=t.length-1;0<=i;i--){var r=t[i];this.placeholder.id===r.id&&n.splice(i,1)}return n},e}),e.define("select2/dropdown/infiniteScroll",["jquery"],function(n){function e(e,t,n,i){this.lastParams={},e.call(this,t,n,i),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return e.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("query",function(e){i.lastParams=e,i.loading=!0}),t.on("query:append",function(e){i.lastParams=e,i.loading=!0}),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},e.prototype.loadMoreIfNeeded=function(){var e=n.contains(document.documentElement,this.$loadingMore[0]);if(!this.loading&&e){var t=this.$results.offset().top+this.$results.outerHeight(!1);this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)<=t+50&&this.loadMore()}},e.prototype.loadMore=function(){this.loading=!0;var e=n.extend({},{page:1},this.lastParams);e.page++,this.trigger("query:append",e)},e.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},e.prototype.createLoadingMore=function(){var e=n('
        • '),t=this.options.get("translations").get("loadingMore");return e.html(t(this.lastParams)),e},e}),e.define("select2/dropdown/attachBody",["jquery","../utils"],function(f,a){function e(e,t,n){this.$dropdownParent=f(n.get("dropdownParent")||document.body),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("open",function(){i._showDropdown(),i._attachPositioningHandler(t),i._bindContainerResultHandlers(t)}),t.on("close",function(){i._hideDropdown(),i._detachPositioningHandler(t)}),this.$dropdownContainer.on("mousedown",function(e){e.stopPropagation()})},e.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},e.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},e.prototype.render=function(e){var t=f(""),n=e.call(this);return t.append(n),this.$dropdownContainer=t},e.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},e.prototype._bindContainerResultHandlers=function(e,t){if(!this._containerResultsHandlersBound){var n=this;t.on("results:all",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:append",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:message",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("select",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("unselect",function(){n._positionDropdown(),n._resizeDropdown()}),this._containerResultsHandlersBound=!0}},e.prototype._attachPositioningHandler=function(e,t){var n=this,i="scroll.select2."+t.id,r="resize.select2."+t.id,o="orientationchange.select2."+t.id,s=this.$container.parents().filter(a.hasScroll);s.each(function(){a.StoreData(this,"select2-scroll-position",{x:f(this).scrollLeft(),y:f(this).scrollTop()})}),s.on(i,function(e){var t=a.GetData(this,"select2-scroll-position");f(this).scrollTop(t.y)}),f(window).on(i+" "+r+" "+o,function(e){n._positionDropdown(),n._resizeDropdown()})},e.prototype._detachPositioningHandler=function(e,t){var n="scroll.select2."+t.id,i="resize.select2."+t.id,r="orientationchange.select2."+t.id;this.$container.parents().filter(a.hasScroll).off(n),f(window).off(n+" "+i+" "+r)},e.prototype._positionDropdown=function(){var e=f(window),t=this.$dropdown.hasClass("select2-dropdown--above"),n=this.$dropdown.hasClass("select2-dropdown--below"),i=null,r=this.$container.offset();r.bottom=r.top+this.$container.outerHeight(!1);var o={height:this.$container.outerHeight(!1)};o.top=r.top,o.bottom=r.top+o.height;var s=this.$dropdown.outerHeight(!1),a=e.scrollTop(),l=e.scrollTop()+e.height(),c=ar.bottom+s,d={left:r.left,top:o.bottom},p=this.$dropdownParent;"static"===p.css("position")&&(p=p.offsetParent());var h={top:0,left:0};(f.contains(document.body,p[0])||p[0].isConnected)&&(h=p.offset()),d.top-=h.top,d.left-=h.left,t||n||(i="below"),u||!c||t?!c&&u&&t&&(i="below"):i="above",("above"==i||t&&"below"!==i)&&(d.top=o.top-h.top-s),null!=i&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+i),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+i)),this.$dropdownContainer.css(d)},e.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},e.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},e}),e.define("select2/dropdown/minimumResultsForSearch",[],function(){function e(e,t,n,i){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,i)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var n=0,i=0;i');return e.attr("dir",this.options.get("dir")),this.$container=e,this.$container.addClass("select2-container--"+this.options.get("theme")),u.StoreData(e[0],"element",this.$element),e},d}),e.define("select2/compat/utils",["jquery"],function(s){return{syncCssClasses:function(e,t,n){var i,r,o=[];(i=s.trim(e.attr("class")))&&s((i=""+i).split(/\s+/)).each(function(){0===this.indexOf("select2-")&&o.push(this)}),(i=s.trim(t.attr("class")))&&s((i=""+i).split(/\s+/)).each(function(){0!==this.indexOf("select2-")&&null!=(r=n(this))&&o.push(r)}),e.attr("class",o.join(" "))}}}),e.define("select2/compat/containerCss",["jquery","./utils"],function(s,a){function l(e){return null}function e(){}return e.prototype.render=function(e){var t=e.call(this),n=this.options.get("containerCssClass")||"";s.isFunction(n)&&(n=n(this.$element));var i=this.options.get("adaptContainerCssClass");if(i=i||l,-1!==n.indexOf(":all:")){n=n.replace(":all:","");var r=i;i=function(e){var t=r(e);return null!=t?t+" "+e:e}}var o=this.options.get("containerCss")||{};return s.isFunction(o)&&(o=o(this.$element)),a.syncCssClasses(t,this.$element,i),t.css(o),t.addClass(n),t},e}),e.define("select2/compat/dropdownCss",["jquery","./utils"],function(s,a){function l(e){return null}function e(){}return e.prototype.render=function(e){var t=e.call(this),n=this.options.get("dropdownCssClass")||"";s.isFunction(n)&&(n=n(this.$element));var i=this.options.get("adaptDropdownCssClass");if(i=i||l,-1!==n.indexOf(":all:")){n=n.replace(":all:","");var r=i;i=function(e){var t=r(e);return null!=t?t+" "+e:e}}var o=this.options.get("dropdownCss")||{};return s.isFunction(o)&&(o=o(this.$element)),a.syncCssClasses(t,this.$element,i),t.css(o),t.addClass(n),t},e}),e.define("select2/compat/initSelection",["jquery"],function(i){function e(e,t,n){n.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `initSelection` option has been deprecated in favor of a custom data adapter that overrides the `current` method. This method is now called multiple times instead of a single time when the instance is initialized. Support will be removed for the `initSelection` option in future versions of Select2"),this.initSelection=n.get("initSelection"),this._isInitialized=!1,e.call(this,t,n)}return e.prototype.current=function(e,t){var n=this;this._isInitialized?e.call(this,t):this.initSelection.call(null,this.$element,function(e){n._isInitialized=!0,i.isArray(e)||(e=[e]),t(e)})},e}),e.define("select2/compat/inputData",["jquery","../utils"],function(s,i){function e(e,t,n){this._currentData=[],this._valueSeparator=n.get("valueSeparator")||",","hidden"===t.prop("type")&&n.get("debug")&&console&&console.warn&&console.warn("Select2: Using a hidden input with Select2 is no longer supported and may stop working in the future. It is recommended to use a ` + + -1, + 'orderby' => 'title', + 'post_type' => 'generate_page_header', + 'suppress_filters' => false, + )); + + $options[ $type ] = ! isset( $options[ $type ] ) ? '' : $options[ $type ]; + + foreach( $page_headers as $header ) { + printf( '', + $header->ID, + selected( $options[ $type ], $header->ID ), + $header->post_title + ); + } + ?> + + ( window_height - offset ) ) { + jQuery( '.fullscreen-enabled' ).attr( 'style', 'height: initial !important' ); + } +} + +jQuery(document).ready(function($) { + + // Run the header height function + generateHeaderHeight(); + + // Set up the resize timer + var generateResizeTimer; + + if ( jQuery('.generate-page-header.fullscreen-enabled')[0] ) { + // Initiate full window height on resize + var width = $(window).width(); + $(window).resize(function() { + if($(window).width() != width){ + clearTimeout(generateResizeTimer); + generateResizeTimer = setTimeout(generateHeaderHeight, 200); + width = $(window).width(); + } + }); + + $( window ).on( "orientationchange", function( event ) { + if($(window).width() != width){ + clearTimeout(generateResizeTimer); + generateResizeTimer = setTimeout(generateHeaderHeight, 200); + width = $(window).width(); + } + }); + } + +}); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/full-height.min.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/full-height.min.js new file mode 100644 index 00000000..dd988e11 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/full-height.min.js @@ -0,0 +1 @@ +function generateHeaderHeight(){if(jQuery(".fullscreen-enabled").length){var a,b=jQuery(window).height();a=jQuery(".inside-page-header").length?jQuery(".inside-page-header"):jQuery(".generate-inside-combined-content").length?jQuery(".generate-inside-combined-content"):jQuery(".generate-inside-page-header-content");var c=jQuery(".fullscreen-enabled").offset().top;jQuery(".fullscreen-enabled").css("height",b-c+"px"),a.outerHeight()>b-c&&jQuery(".fullscreen-enabled").attr("style","height: initial !important")}}function generateHeaderParallax(){var a=jQuery(".menu-toggle");if(!a.is(":visible")&&jQuery(".generate-page-header.parallax-enabled")[0]){if(jQuery(".page-header-contained")[0])var b=jQuery(".generate-page-header.parallax-enabled .inside-content-header");else var b=jQuery(".generate-page-header.parallax-enabled");var c=jQuery(this).scrollTop(),d=jQuery(".generate-page-header.parallax-enabled").data("parallax-speed");return b.css("background-position","center "+parseInt(-c/d)+"px")}}jQuery(document).ready(function(a){generateHeaderHeight();var b;if(jQuery(".generate-page-header.parallax-enabled")[0]&&a(document).scroll(function(){generateHeaderParallax()}),jQuery(".generate-page-header.fullscreen-enabled")[0]){var c=a(window).width();a(window).resize(function(){a(window).width()!=c&&(clearTimeout(b),b=setTimeout(generateHeaderHeight,200),c=a(window).width())}),a(window).on("orientationchange",function(d){a(window).width()!=c&&(clearTimeout(b),b=setTimeout(generateHeaderHeight,200),c=a(window).width())})}}); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/jquery.vide.min.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/jquery.vide.min.js new file mode 100644 index 00000000..d78004e0 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/jquery.vide.min.js @@ -0,0 +1,9 @@ +/* + * Vide - v0.5.0 + * Easy as hell jQuery plugin for video backgrounds. + * http://vodkabears.github.io/vide/ + * + * Made by Ilya Makarov + * Under MIT License + */ +!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],b):b("object"==typeof exports?require("jquery"):a.jQuery)}(this,function(a){"use strict";function b(a){var b,c,d,e,f,g,h,i={};for(f=a.replace(/\s*:\s*/g,":").replace(/\s*,\s*/g,",").split(","),h=0,g=f.length;g>h&&(c=f[h],-1===c.search(/^(http|https|ftp):\/\//)&&-1!==c.search(":"));h++)b=c.indexOf(":"),d=c.substring(0,b),e=c.substring(b+1),e||(e=void 0),"string"==typeof e&&(e="true"===e||("false"===e?!1:e)),"string"==typeof e&&(e=isNaN(e)?e:+e),i[d]=e;return null==d&&null==e?a:i}function c(a){a=""+a;var b,c,d,e=a.split(/\s+/),f="50%",g="50%";for(d=0,b=e.length;b>d;d++)c=e[d],"left"===c?f="0%":"right"===c?f="100%":"top"===c?g="0%":"bottom"===c?g="100%":"center"===c?0===d?f="50%":g="50%":0===d?f=c:g=c;return{x:f,y:g}}function d(b,c){var d=function(){c(this.src)};a('').load(d),a('').load(d),a('').load(d),a('').load(d)}function e(c,d,e){if(this.$element=a(c),"string"==typeof d&&(d=b(d)),e?"string"==typeof e&&(e=b(e)):e={},"string"==typeof d)d=d.replace(/\.\w*$/,"");else if("object"==typeof d)for(var f in d)d.hasOwnProperty(f)&&(d[f]=d[f].replace(/\.\w*$/,""));this.settings=a.extend({},g,e),this.path=d;try{this.init()}catch(i){if(i.message!==h)throw i}}var f="vide",g={volume:1,playbackRate:1,muted:!0,loop:!0,autoplay:!0,position:"50% 50%",posterType:"detect",resizing:!0,bgColor:"transparent",className:""},h="Not implemented";e.prototype.init=function(){var b,e,g=this,i=g.path,j=i,k="",l=g.$element,m=g.settings,n=c(m.position),o=m.posterType;e=g.$wrapper=a("
          ").addClass(m.className).css({position:"absolute","z-index":-1,top:0,left:0,bottom:0,right:0,overflow:"hidden","-webkit-background-size":"cover","-moz-background-size":"cover","-o-background-size":"cover","background-size":"cover","background-color":m.bgColor,"background-repeat":"no-repeat","background-position":n.x+" "+n.y}),"object"==typeof i&&(i.poster?j=i.poster:i.mp4?j=i.mp4:i.webm?j=i.webm:i.ogv&&(j=i.ogv)),"detect"===o?d(j,function(a){e.css("background-image","url("+a+")")}):"none"!==o&&e.css("background-image","url("+j+"."+o+")"),"static"===l.css("position")&&l.css("position","relative"),l.prepend(e),"object"==typeof i?(i.mp4&&(k+=''),i.webm&&(k+=''),i.ogv&&(k+=''),b=g.$video=a("")):b=g.$video=a('');try{b.prop({autoplay:m.autoplay,loop:m.loop,volume:m.volume,muted:m.muted,defaultMuted:m.muted,playbackRate:m.playbackRate,defaultPlaybackRate:m.playbackRate})}catch(p){throw new Error(h)}b.css({margin:"auto",position:"absolute","z-index":-1,top:n.y,left:n.x,"-webkit-transform":"translate(-"+n.x+", -"+n.y+")","-ms-transform":"translate(-"+n.x+", -"+n.y+")","-moz-transform":"translate(-"+n.x+", -"+n.y+")",transform:"translate(-"+n.x+", -"+n.y+")",visibility:"hidden",opacity:0}).one("canplaythrough."+f,function(){g.resize()}).one("playing."+f,function(){b.css({visibility:"visible",opacity:1}),e.css("background-image","none")}),l.on("resize."+f,function(){m.resizing&&g.resize()}),e.append(b)},e.prototype.getVideoObject=function(){return this.$video[0]},e.prototype.resize=function(){if(this.$video){var a=this.$wrapper,b=this.$video,c=b[0],d=c.videoHeight,e=c.videoWidth,f=a.height(),g=a.width();g/e>f/d?b.css({width:g+2,height:"auto"}):b.css({width:"auto",height:f+2})}},e.prototype.destroy=function(){delete a[f].lookup[this.index],this.$video&&this.$video.off(f),this.$element.off(f).removeData(f),this.$wrapper.remove()},a[f]={lookup:[]},a.fn[f]=function(b,c){var d;return this.each(function(){d=a.data(this,f),d&&d.destroy(),d=new e(this,b,c),d.index=a[f].lookup.push(d)-1,a.data(this,f,d)}),this},a(document).ready(function(){var b=a(window);b.on("resize."+f,function(){for(var b,c=a[f].lookup.length,d=0;c>d;d++)b=a[f].lookup[d],b&&b.settings.resizing&&b.resize()}),b.on("unload."+f,function(){return!1}),a(document).find("[data-"+f+"-bg]").each(function(b,c){var d=a(c),e=d.data(f+"-options"),g=d.data(f+"-bg");d[f](g,e)})})});jQuery(document).ready(function($) {var page_header_content = $( '.page-header-content' );if ( page_header_content.length ) {if ( page_header_content.hasClass( 'grid-container' ) ) {$( '.inside-page-header-container' ).data('vide').getVideoObject().play();} else {page_header_content.data('vide').getVideoObject().play();}}}); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/lc_switch.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/lc_switch.js new file mode 100644 index 00000000..89eae365 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/lc_switch.js @@ -0,0 +1,149 @@ +/** + * lc_switch.js + * Version: 1.0 + * Author: LCweb - Luca Montanari + * Website: http://www.lcweb.it + * Licensed under the MIT license + */ + +(function($){ + if(typeof($.fn.lc_switch) != 'undefined') {return false;} // prevent dmultiple scripts inits + + $.fn.lc_switch = function(on_text, off_text) { + + // destruct + $.fn.lcs_destroy = function() { + + $(this).each(function() { + var $wrap = $(this).parents('.lcs_wrap'); + + $wrap.children().not('input').remove(); + $(this).unwrap(); + }); + + return true; + }; + + + // set to ON + $.fn.lcs_on = function() { + + $(this).each(function() { + var $wrap = $(this).parents('.lcs_wrap'); + var $input = $wrap.find('input'); + + if(typeof($.fn.prop) == 'function') { + $wrap.find('input').prop('checked', true); + } else { + $wrap.find('input').attr('checked', true); + } + + $wrap.find('input').trigger('lcs-on'); + $wrap.find('input').trigger('lcs-statuschange'); + $wrap.find('.lcs_switch').removeClass('lcs_off').addClass('lcs_on'); + + // if radio - disable other ones + if( $wrap.find('.lcs_switch').hasClass('lcs_radio_switch') ) { + var f_name = $input.attr('name'); + $wrap.parents('form').find('input[name='+f_name+']').not($input).lcs_off(); + } + }); + + return true; + }; + + + // set to OFF + $.fn.lcs_off = function() { + + $(this).each(function() { + var $wrap = $(this).parents('.lcs_wrap'); + + if(typeof($.fn.prop) == 'function') { + $wrap.find('input').prop('checked', false); + } else { + $wrap.find('input').attr('checked', false); + } + + $wrap.find('input').trigger('lcs-off'); + $wrap.find('input').trigger('lcs-statuschange'); + $wrap.find('.lcs_switch').removeClass('lcs_on').addClass('lcs_off'); + }); + + return true; + }; + + + // construct + return this.each(function(){ + + // check against double init + if( !$(this).parent().hasClass('lcs_wrap') ) { + + // default texts + var ckd_on_txt = (typeof(on_text) == 'undefined') ? 'ON' : on_text; + var ckd_off_txt = (typeof(off_text) == 'undefined') ? 'OFF' : off_text; + + // labels structure + var on_label = (ckd_on_txt) ? '
          '+ ckd_on_txt +'
          ' : ''; + var off_label = (ckd_off_txt) ? '
          '+ ckd_off_txt +'
          ' : ''; + + + // default states + var disabled = ($(this).is(':disabled')) ? true: false; + var active = ($(this).is(':checked')) ? true : false; + + var status_classes = ''; + status_classes += (active) ? ' lcs_on' : ' lcs_off'; + if(disabled) {status_classes += ' lcs_disabled';} + + + // wrap and append + var structure = + '
          ' + + '
          ' + + on_label + off_label + + '
          '; + + if( $(this).is(':input') && ($(this).attr('type') == 'checkbox' || $(this).attr('type') == 'radio') ) { + + $(this).wrap('
          '); + $(this).parent().append(structure); + + $(this).parent().find('.lcs_switch').addClass('lcs_'+ $(this).attr('type') +'_switch'); + } + } + }); + }; + + + + // handlers + $(document).ready(function() { + + // on click + $(document).delegate('.lcs_switch:not(.lcs_disabled)', 'click tap', function(e) { + + if( $(this).hasClass('lcs_on') ) { + if( !$(this).hasClass('lcs_radio_switch') ) { // not for radio + $(this).lcs_off(); + } + } else { + $(this).lcs_on(); + } + }); + + + // on checkbox status change + $(document).delegate('.lcs_wrap input', 'change', function() { + + if( $(this).is(':checked') ) { + $(this).lcs_on(); + } else { + $(this).lcs_off(); + } + }); + + }); + +})(jQuery); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/metabox.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/metabox.js new file mode 100644 index 00000000..f1c0f66e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/metabox.js @@ -0,0 +1,220 @@ +jQuery(document).ready(function($) { + $( '#generate-tabs-container input[type="checkbox"]' ).lc_switch( '', '' ); + + $( '.generate-tabs-menu a' ).on( 'click', function( event ) { + event.preventDefault(); + $( this ).parent().addClass( 'generate-current' ); + $( this ).parent().siblings().removeClass( 'generate-current' ); + var tab = $( this ).attr( 'href' ); + $( '.generate-tab-content' ).not(tab).css( 'display', 'none' ); + $( tab ).fadeIn( 100 ); + + if ( '#generate-image-tab' == tab || '#generate-content-tab' == tab ) { + $( '.show-in-excerpt' ).show(); + } else { + $( '.show-in-excerpt' ).hide(); + } + } ); + + $( '#_meta-generate-page-header-content' ).on( 'input change', function() { + if ( this.value.length ) { + $( '.page-header-content-required' ).hide(); + } else { + $( '.page-header-content-required' ).show(); + } + }); +}); + +jQuery(window).on('load', function() { + if ( jQuery( '#_meta-generate-page-header-enable-image-crop' ).val() == 'enable' ) { + jQuery( '#crop-enabled' ).show(); + } + + jQuery( '#_meta-generate-page-header-enable-image-crop' ).change(function () { + if ( jQuery( this ).val() === 'enable' ) { + jQuery( '#crop-enabled' ).show(); + } else { + jQuery( '#crop-enabled' ).hide(); + } + }); + + if ( jQuery( '#_meta-generate-page-header-image-background' ).is( ':checked' ) ) { + jQuery( '.parallax' ).show(); + } else { + jQuery( '.parallax' ).hide(); + } + + jQuery('body').delegate('.image-background', 'lcs-statuschange', function() { + if (jQuery(this).is(":checked")) { + jQuery('.parallax').show(); + } else { + jQuery('.parallax').hide(); + jQuery('#_meta-generate-page-header-image-background-fixed').lcs_off(); + } + }); + + if ( jQuery('#_meta-generate-page-header-full-screen').is(':checked')) { + jQuery('.vertical-center').show(); + } else { + jQuery('.vertical-center').hide(); + } + + jQuery('body').delegate('#_meta-generate-page-header-full-screen', 'lcs-statuschange', function() { + if (jQuery(this).is(":checked")) { + jQuery('.vertical-center').show(); + } else { + jQuery('.vertical-center').hide(); + jQuery('#_meta-generate-page-header-vertical-center').lcs_off(); + } + }); + + if ( jQuery('#_meta-generate-page-header-transparent-navigation').is(':checked')) { + jQuery('.navigation-colors').show(); + } else { + jQuery('.navigation-colors').hide(); + } + + jQuery('body').delegate('#_meta-generate-page-header-transparent-navigation', 'lcs-statuschange', function() { + if (jQuery(this).is(":checked")) { + jQuery('.navigation-colors').show(); + } else { + jQuery('.navigation-colors').hide(); + } + }); + + if ( jQuery('#_meta-generate-page-header-combine').is(':checked')) { + jQuery('.combination-options').show(); + } else { + jQuery('.combination-options').hide(); + } + + jQuery('body').delegate('#_meta-generate-page-header-combine', 'lcs-statuschange', function() { + if (jQuery(this).is(":checked")) { + jQuery('.combination-options').show(); + } else { + jQuery('.combination-options').hide(); + } + }); + + if ( jQuery('#_meta-generate-page-header-image-background-type').val() == '' ) { + jQuery('.vertical-center').hide(); + jQuery('.fullscreen').hide(); + } + jQuery('#_meta-generate-page-header-image-background-type').change(function () { + if (jQuery(this).val() === '') { + jQuery('.vertical-center').hide(); + jQuery('#_meta-generate-page-header-vertical-center').lcs_off(); + jQuery('.fullscreen').hide(); + jQuery('#_meta-generate-page-header-full-screen').lcs_off(); + } else { + //jQuery('.vertical-center').show(); + jQuery('.fullscreen').show(); + } + }); + + var $set_button = jQuery('.generate-upload-file'); + /** + * open the media manager + */ + $set_button.click(function (e) { + e.preventDefault(); + + var $thisbutton = jQuery(this); + var frame = wp.media({ + title : $thisbutton.data('title'), + multiple : false, + library : { type : $thisbutton.data('type') }, + button : { text : $thisbutton.data('insert') } + }); + // close event media manager + frame.on('select', function () { + var attachment = frame.state().get('selection').first().toJSON(); + // set the file + //set_dfi(attachment.url); + $thisbutton.prev('input').val(attachment.url); + $thisbutton.nextAll('input.image-id').val(attachment.id); + if ( $thisbutton.data('prev') === true ) { + $thisbutton.prev('input').prevAll('#preview-image').children('.saved-image').remove(); + $thisbutton.prev('input').prevAll('#preview-image').append(''); + } + $thisbutton.nextAll( '.generate-page-header-remove-image' ).show(); + if ( 'upload_image' == $thisbutton.prev( 'input' ).attr( 'id' ) ) { + jQuery( '.featured-image-message' ).hide(); + jQuery( '.page-header-image-settings' ).show(); + jQuery( '.generate-page-header-set-featured-image' ).hide(); + } + }); + + // everthing is set open the media manager + frame.open(); + }); +}); +jQuery(document).ready(function($) { + $('#generate-tabs-container .color-picker').wpColorPicker(); + + jQuery( '.generate-page-header-remove-image' ).on( 'click', function( e ) { + e.preventDefault(); + var input = jQuery( this ).data( 'input' ); + var input_id = jQuery( this ).data( 'input-id' ); + var preview = jQuery( this ).data( 'prev' ); + jQuery( input ).attr( 'value', '' ); + jQuery( input_id ).attr( 'value', '' ); + jQuery( preview ).children( '.saved-image' ).remove(); + jQuery( this ).hide(); + if ( '-1' == jQuery( '#_thumbnail_id' ).attr( 'value' ) ) { + jQuery( '.page-header-image-settings' ).hide(); + jQuery( '.generate-page-header-set-featured-image' ).show(); + + } else { + jQuery( '.generate-page-header-set-featured-image' ).hide(); + jQuery( '.page-header-image-settings' ).show(); + jQuery( '.featured-image-message' ).show(); + } + return false; + }); + + $('#postimagediv').on( 'click', '#remove-post-thumbnail', function() { + // The featured image is gone, so we can hide the message + jQuery( '.featured-image-message' ).hide(); + + // If there's no other image set, we can hide the image settings + if ( '' == jQuery( '#_meta-generate-page-header-image-id' ).attr( 'value' ) ) { + jQuery( '.page-header-image-settings' ).hide(); + jQuery( '.generate-page-header-set-featured-image' ).show(); + } + + // No more featured image means we can show the 'show excerpt' option + jQuery( '.show-in-excerpt' ).show(); + + return false; + }); + + wp.media.featuredImage.frame().on('select', function() { + + // We have a featured image, so the 'show excerpt' function isn't necessary + jQuery( '.show-in-excerpt' ).hide(); + + // We can stop here if we have a custom image set + if ( '' !== jQuery( '#_meta-generate-page-header-image-id' ).attr( 'value' ) ) + return; + + // Hide the set your featured image message + jQuery( '.generate-page-header-set-featured-image' ).hide(); + + // Show the "using feaured image" message + jQuery( '.featured-image-message' ).show(); + + // Show the image settings (image link, resizing etc..) + jQuery( '.page-header-image-settings' ).show(); + }); + + $( '.generate-featured-image, .generate-page-header-set-featured-image a' ).on( 'click', function( event ) { + event.preventDefault(); + + // Stop propagation to prevent thickbox from activating. + event.stopPropagation(); + + // Open the featured image modal + wp.media.featuredImage.frame().open(); + }); +}); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/parallax.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/parallax.js new file mode 100644 index 00000000..8fe3b26c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/parallax.js @@ -0,0 +1,17 @@ +function generate_parallax_element( selector, context ) { + context = context || document; + var elements = context.querySelectorAll( selector ); + return Array.prototype.slice.call( elements ); +} + +window.addEventListener( "scroll", function() { + var scrolledHeight= window.pageYOffset; + generate_parallax_element( ".parallax-enabled" ).forEach( function( el, index, array ) { + var limit = el.offsetTop + el.offsetHeight; + if( scrolledHeight > el.offsetTop && scrolledHeight <= limit ) { + el.style.backgroundPositionY = ( scrolledHeight - el.offsetTop ) / el.getAttribute( 'data-parallax-speed' ) + "px"; + } else { + el.style.backgroundPositionY = "0"; + } + }); +}); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/parallax.min.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/parallax.min.js new file mode 100644 index 00000000..8263a901 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/parallax.min.js @@ -0,0 +1 @@ +function generate_parallax_element(e,t){var a=(t=t||document).querySelectorAll(e);return Array.prototype.slice.call(a)}window.addEventListener("scroll",function(){var e=window.pageYOffset;generate_parallax_element(".parallax-enabled").forEach(function(t,a,o){var r=t.offsetTop+t.offsetHeight;e>t.offsetTop&&e<=r?t.style.backgroundPositionY=(e-t.offsetTop)/t.getAttribute("data-parallax-speed")+"px":t.style.backgroundPositionY="0"})}); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/metabox.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/metabox.php new file mode 100644 index 00000000..76b25c4a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/metabox.php @@ -0,0 +1,782 @@ + true ); + $post_types = get_post_types( $args ); + + // Bail if we're not using the old Page Header meta box + if ( 'generate_page_header' !== get_post_type() && '' == $stored_meta['_meta-generate-page-header-content'][0] && '' == $stored_meta['_meta-generate-page-header-image'][0] && '' == $stored_meta['_meta-generate-page-header-image-id'][0] ) { + if ( ! defined( 'GENERATE_LAYOUT_META_BOX' ) ) { + foreach ( $post_types as $type ) { + if ( 'attachment' !== $type ) { + add_meta_box( + 'generate_select_page_header_meta_box', + __( 'Page Header', 'gp-premium' ), + 'generate_do_select_page_header_meta_box', + $type, + 'normal', + 'high' + ); + } + } + } + + if ( ! apply_filters( 'generate_page_header_legacy_metabox', false ) ) { + return; + } + } + + array_push( $post_types, 'generate_page_header' ); + foreach ($post_types as $type) { + if ( 'attachment' !== $type ) { + add_meta_box( + 'generate_page_header_meta_box', + __( 'Page Header', 'gp-premium' ), + 'show_generate_page_header_meta_box', + $type, + 'normal', + 'high' + ); + } + } + } +} + +if ( ! function_exists( 'generate_page_header_metabox_enqueue' ) ) { + add_action( 'admin_enqueue_scripts', 'generate_page_header_metabox_enqueue' ); + /** + * Add our metabox scripts + */ + function generate_page_header_metabox_enqueue( $hook ) { + // I prefer to enqueue the styles only on pages that are using the metaboxes + if ( in_array( $hook, array( "post.php", "post-new.php" ) ) ) { + $args = array( 'public' => true ); + $post_types = get_post_types( $args ); + + $screen = get_current_screen(); + $post_type = $screen->id; + + if ( in_array( $post_type, (array) $post_types ) || 'generate_page_header' == get_post_type() ){ + wp_enqueue_media(); + wp_enqueue_script( 'wp-color-picker' ); + wp_enqueue_style( 'wp-color-picker' ); + wp_enqueue_script( 'wp-color-picker-alpha', GP_LIBRARY_DIRECTORY_URL . 'alpha-color-picker/wp-color-picker-alpha.min.js', array( 'wp-color-picker' ), '3.0.0', true ); + + wp_add_inline_script( + 'wp-color-picker-alpha', + 'jQuery( function() { jQuery( ".color-picker" ).wpColorPicker(); } );' + ); + + wp_enqueue_style( 'generate-page-header-metabox', plugin_dir_url( __FILE__ ) . 'css/metabox.css', array(), GENERATE_PAGE_HEADER_VERSION ); + wp_enqueue_script( 'generate-lc-switch', plugin_dir_url( __FILE__ ) . 'js/lc_switch.js', array( 'jquery' ), GENERATE_PAGE_HEADER_VERSION, false ); + wp_enqueue_script( 'generate-page-header-metabox', plugin_dir_url( __FILE__ ) . 'js/metabox.js', array( 'jquery','generate-lc-switch', 'wp-color-picker' ), GENERATE_PAGE_HEADER_VERSION, false ); + + if ( function_exists( 'wp_add_inline_script' ) && function_exists( 'generate_get_default_color_palettes' ) ) { + // Grab our palette array and turn it into JS + $palettes = json_encode( generate_get_default_color_palettes() ); + + // Add our custom palettes + // json_encode takes care of escaping + wp_add_inline_script( 'wp-color-picker', 'jQuery.wp.wpColorPicker.prototype.options.palettes = ' . $palettes . ';' ); + } + } + } + } +} + +/** + * Build our Select Page Header meta box. + * + * @since 1.4 + */ +function generate_do_select_page_header_meta_box( $post ) { + wp_nonce_field( basename( __FILE__ ), 'generate_page_header_nonce' ); + $stored_meta = get_post_meta( $post->ID ); + $stored_meta['_generate-select-page-header'][0] = ( isset( $stored_meta['_generate-select-page-header'][0] ) ) ? $stored_meta['_generate-select-page-header'][0] : ''; + + $page_headers = get_posts(array( + 'posts_per_page' => -1, + 'orderby' => 'title', + 'post_type' => 'generate_page_header', + )); + + if ( count( $page_headers ) > 0 ) : + ?> +

          + +

          + +

          + create one?', 'gp-premium' ), + esc_url( admin_url( 'post-new.php?post_type=generate_page_header' ) ) + ); + ?> +

          +

          %1$s

          ', + __( 'Content is required for the below settings to work.', 'gp-premium' ), + '' !== generate_page_header_get_post_meta( get_the_ID(), '_meta-generate-page-header-content', true ) ? 'style="display:none"' : '' + ); + + if ( '' !== generate_page_header_get_post_meta( get_the_ID(), '_meta-generate-page-header-content', true ) ) { + ?> + + +
          +
            +
          • + +
          • + +
          • + +
          • + +
          • + +
          • + + +
          • + +
          • + + +
          • + +
          • + + +
            > +

            +
            + /> +

            +
            + +
          +
          +
          + + + +
          + + + +
          + + + + + + + + +
          > +

          +
          + +

          + +

          +
          + +

          + + +
          +
          + +
          + + +

          + +
          + +
          +

          + /> + +

          + +

          + /> + +

          + +

          + /> + +

          + +

          + /> + +

          + +

          + /> + +

          + +

          + /> + +

          + +

          + /> + +

          +
          + +
          +

          +
          + +

          + +

          +
          + +

          + +

          +
          + +

          + +

          +
          + + +

          + +

          +
          + + +

          +
          + +
          +

          +
          + +

          + +

          +
          + +

          + +

          +
          + +

          + +

          +
          + +

          +
          +
          +
          +
          + + + + +
          + +

          + +

          + +
          + + + +
          + + + + + + + + +

          + +

          + +

          + +
          + + + +
          + + + + + + + + + +
          + + + +
          +
          + 'FILTER_CONTENT', + '_meta-generate-page-header-image' => 'FILTER_SANITIZE_URL', + '_meta-generate-page-header-image-id' => 'FILTER_SANITIZE_NUMBER_INT', + '_meta-generate-page-header-image-link' => 'FILTER_SANITIZE_URL', + '_meta-generate-page-header-enable-image-crop' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-image-crop' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-image-width' => 'FILTER_SANITIZE_NUMBER_INT', + '_meta-generate-page-header-image-height' => 'FILTER_SANITIZE_NUMBER_INT', + '_meta-generate-page-header-image-background-type' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-inner-container' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-image-background-alignment' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-image-background-spacing' => 'FILTER_SANITIZE_NUMBER_INT', + '_meta-generate-page-header-image-background-spacing-unit' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-left-right-padding' => 'FILTER_SANITIZE_NUMBER_INT', + '_meta-generate-page-header-left-right-padding-unit' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-image-background-color' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-image-background-text-color' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-image-background-link-color' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-image-background-link-color-hover' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-navigation-background' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-navigation-text' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-navigation-background-hover' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-navigation-text-hover' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-navigation-background-current' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-navigation-text-current' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-site-title' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-site-tagline' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-video' => 'FILTER_SANITIZE_URL', + '_meta-generate-page-header-video-ogv' => 'FILTER_SANITIZE_URL', + '_meta-generate-page-header-video-webm' => 'FILTER_SANITIZE_URL', + '_meta-generate-page-header-video-overlay' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-content-autop' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-content-padding' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-image-background' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-full-screen' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-vertical-center' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-image-background-fixed' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-image-background-overlay' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-combine' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-absolute-position' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-transparent-navigation' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-add-to-excerpt' => 'FILTER_SANITIZE_STRING', + '_meta-generate-page-header-logo' => 'FILTER_SANITIZE_URL', + '_meta-generate-page-header-logo-id' => 'FILTER_SANITIZE_NUMBER_INT', + '_meta-generate-page-header-navigation-logo' => 'FILTER_SANITIZE_URL', + '_meta-generate-page-header-navigation-logo-id' => 'FILTER_SANITIZE_NUMBER_INT', + ); + + if ( ! defined( 'GENERATE_LAYOUT_META_BOX' ) ) { + $options[ '_generate-select-page-header' ] = 'FILTER_SANITIZE_NUMBER_INT'; + } + + foreach ( $options as $key => $sanitize ) { + if ( 'FILTER_SANITIZE_STRING' == $sanitize ) { + $value = filter_input( INPUT_POST, $key, FILTER_SANITIZE_STRING ); + } elseif ( 'FILTER_SANITIZE_URL' == $sanitize ) { + $value = filter_input( INPUT_POST, $key, FILTER_SANITIZE_URL ); + } elseif ( 'FILTER_SANITIZE_NUMBER_INT' == $sanitize ) { + $value = filter_input( INPUT_POST, $key, FILTER_SANITIZE_NUMBER_INT ); + } elseif ( 'FILTER_CONTENT' == $sanitize && isset( $_POST[ $key ] ) ) { + if ( current_user_can( 'unfiltered_html' ) ) { + $value = $_POST[ $key ]; + } else { + $value = wp_kses_post( $_POST[ $key ] ); + } + } else { + $value = filter_input( INPUT_POST, $key, FILTER_DEFAULT ); + } + + if ( $value ) { + update_post_meta( $post_id, $key, $value ); + } else { + delete_post_meta( $post_id, $key ); + } + } + } +} + +add_action( 'add_meta_boxes', 'generate_page_header_tags_add_meta_box' ); +/** + * Add our Template Tags meta box. + * + * @param WP_Post $post Current post object. + * + * @since 1.4 + */ +function generate_page_header_tags_add_meta_box( $post ) { + add_meta_box( 'generate_page_header_tags', __( 'Template Tags', 'gp-premium' ), 'generate_page_header_tags_do_meta_box', 'generate_page_header', 'side', 'low' ); +} + +/** + * Meta box display callback. + * + * @param WP_Post $post Current post object. + * + * @since 1.4 + */ +function generate_page_header_tags_do_meta_box( $post ) { + ?> + +

          + + +

          + + +

          + + +

          + + +

          + + + +
        • + ( ! empty( $options[ 'background_video' ] ) ) ? 'mp4:' . esc_url( $options[ 'background_video' ] ) : null, + 'ogv' => ( ! empty( $options[ 'background_video_ogv' ] ) ) ? 'ogv:' . esc_url( $options[ 'background_video_ogv' ] ) : null, + 'webm' => ( ! empty( $options[ 'background_video_webm' ] ) ) ? 'webm:' . esc_url( $options[ 'background_video_webm' ] ) : null, + 'poster' => ( ! empty( $image_url ) ) ? 'poster:' . esc_url( $image_url ) : null + ); + + // Add our videos to a string + $video_output = array(); + foreach( $video_types as $video => $val ) { + $video_output[] = $val; + } + + $video = null; + // Video variable + if ( $video_enabled && '' !== $options[ 'content' ] ) { + + $ext = ( ! empty( $image_url ) ) ? pathinfo( $image_url, PATHINFO_EXTENSION ) : false; + $video_options = array(); + + if ( $ext ) { + $video_options[ 'posterType' ] = 'posterType:' . $ext; + } else { + $video_options[ 'posterType' ] = 'posterType: none'; + } + + $video_options[ 'className' ] = 'className:generate-page-header-video'; + + if ( apply_filters( 'generate_page_header_video_loop', true ) ) { + $video_options[ 'loop' ] = 'loop:true'; + } else { + $video_options[ 'loop' ] = 'loop:false'; + } + + if ( apply_filters( 'generate_page_header_video_muted', true ) ) { + $video_options[ 'muted' ] = 'muted:true'; + } else { + $video_options[ 'muted' ] = 'muted:false'; + } + + $video_options[ 'autoplay' ] = 'autoplay:false'; + + $video = sprintf( ' data-vide-bg="%1$s" data-vide-options="%2$s"', + implode( ', ', array_filter( $video_output ) ), + implode( ', ', array_filter( $video_options ) ) + ); + } + + // Write a class if we're merging the header + $combined_content = ( '' !== $options[ 'merge' ] ) ? ' generate-combined-page-header' : ''; + + // If content is set, show it + if ( '' !== $options[ 'content' ] && false !== $options[ 'content' ] ) { + printf( + '
          +
          ', + ( 'fluid' == $options[ 'container_type' ] ) ? $video : null, + $content_class . $parallax . $full_screen . $vertical_center_container . $container_type . $combined_content . ' generate-page-header generate-content-header', + ( 'fluid' !== $options[ 'container_type' ] ) ? $video : null, + $vertical_center, + ( '' !== $options[ 'merge' ] ) ? 'generate-merged-header' : '', + ( ! empty( $parallax ) ) ? 'data-parallax-speed="' . esc_attr( $parallax_speed ) . '"' : '', + $options[ 'page_header_id' ] + ); + } + + do_action( 'generate_inside_merged_page_header' ); + } +} + +if ( ! function_exists( 'generate_page_header_area' ) ) { + /** + * Build our entire page header. + * + * @since 0.1 + * + * @param $image_class The class to give our element if it's an image. + * @param $content_class The class to give our element if it's content. + */ + function generate_page_header_area( $image_class, $content_class ) { + // Get our options + $options = generate_page_header_get_options(); + + // Get out of here if we don't have content or an image + if ( '' == $options[ 'content' ] && ! generate_page_header_get_image( 'ALL' ) ) { + return; + } + + $inner_container = ( '' == $options[ 'inner_container' ] ) ? ' grid-container grid-parent' : ''; + + do_action( 'generate_before_page_header' ); + + // If an image is set and no content is set + if ( '' == $options[ 'content' ] && generate_page_header_get_image( 'ALL' ) ) { + + printf( + '
          + %2$s + %4$s + %3$s +
          ', + esc_attr( $image_class ) . $inner_container . ' generate-page-header', + ( ! empty( $options[ 'image_link' ] ) ) ? '' : null, + ( ! empty( $options[ 'image_link' ] ) ) ? '' : null, + generate_page_header_get_image_output() + ); + + } + + // If content is set, show it + if ( '' !== $options[ 'content' ] && false !== $options[ 'content' ] ) { + // If we're not merging our header, we can start the container here + // If we were merging, the container would be added in the generate_before_header hook + if ( '' == $options[ 'merge' ] ) { + generate_page_header_area_start_container( 'page-header-image', 'page-header-content' ); + } + + // Replace any found template tags + $options[ 'content' ] = generate_page_header_template_tags( $options[ 'content' ] ); + + // Print the rest of our page header HTML + // The starting elements are inside generate_page_header_area_start_container() + printf ( '
          +
          + %4$s + %6$s + %5$s +
          +
          +
          +
          ', + ( '' !== $options[ 'merge' ] ) ? 'generate-combined-content' : '', + $inner_container, + ( '' !== $options[ 'merge' ] ) ? 'generate-inside-combined-content' : 'generate-inside-page-header-content', + ( ! empty( $options[ 'add_padding' ] ) ) ? '
          ' : null, + ( ! empty( $options[ 'add_padding' ] ) ) ? '
          ' : null, + ( ! empty( $options[ 'autop' ] ) ) ? do_shortcode( wpautop( $options[ 'content' ] ) ) : do_shortcode( $options[ 'content' ] ) + ); + } + + do_action( 'generate_after_page_header' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/post-image.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/post-image.php new file mode 100644 index 00000000..b88250ad --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/post-image.php @@ -0,0 +1,60 @@ + + %2$s + %4$s + %3$s + ', + 'post-image page-header-post-image', + ( ! empty( $options[ 'image_link' ] ) ) ? '' : null, + ( ! empty( $options[ 'image_link' ] ) ) ? '' : null, + generate_page_header_get_image_output() + ); + } + + // If content is set, show it + if ( '' !== $options[ 'content' ] && false !== $options[ 'content' ] ) { + printf( + '
          +
          + %3$s + %5$s + %4$s +
          +
          ', + 'post-image generate-page-header generate-post-content-header page-header-post-image', + 'inside-page-header-container inside-post-content-header grid-container grid-parent', + ( ! empty( $options[ 'add_padding' ] ) ) ? '
          ' : null, + ( ! empty( $options[ 'add_padding' ] ) ) ? '
          ' : null, + ( ! empty( $options[ 'autop' ] ) ) ? do_shortcode( wpautop( $options[ 'content' ] ) ) : do_shortcode( $options[ 'content' ] ) + ); + } + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/post-type.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/post-type.php new file mode 100644 index 00000000..9768b43c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/post-type.php @@ -0,0 +1,236 @@ + _x( 'Page Headers', 'Post Type General Name', 'gp-premium' ), + 'singular_name' => _x( 'Page Header', 'Post Type Singular Name', 'gp-premium' ), + 'menu_name' => __( 'Page Headers', 'gp-premium' ), + 'name_admin_bar' => __( 'Page Header', 'gp-premium' ), + 'archives' => __( 'Page Header Archives', 'gp-premium' ), + 'parent_item_colon' => __( 'Parent Page Header:', 'gp-premium' ), + 'all_items' => __( 'All Page Headers', 'gp-premium' ), + 'add_new_item' => __( 'Add New Page Header', 'gp-premium' ), + 'new_item' => __( 'New Page Header', 'gp-premium' ), + 'edit_item' => __( 'Edit Page Header', 'gp-premium' ), + 'update_item' => __( 'Update Page Header', 'gp-premium' ), + 'view_item' => __( 'View Page Header', 'gp-premium' ), + 'search_items' => __( 'Search Page Header', 'gp-premium' ), + 'insert_into_item' => __( 'Insert into Page Header', 'gp-premium' ), + 'uploaded_to_this_item' => __( 'Uploaded to this Page Header', 'gp-premium' ), + ); + $args = array( + 'label' => __( 'Page Header', 'gp-premium' ), + 'labels' => $labels, + 'supports' => array( 'title', 'thumbnail' ), + 'hierarchical' => false, + 'public' => false, + 'show_ui' => true, + 'show_in_menu' => function_exists( 'generate_premium_do_elements' ) ? false : true, + 'menu_position' => 100, + 'menu_icon' => 'dashicons-welcome-widgets-menus', + 'show_in_admin_bar' => false, + 'show_in_nav_menus' => false, + 'can_export' => true, + 'has_archive' => false, + 'exclude_from_search' => true, + 'publicly_queryable' => false, + 'capability_type' => 'page', + ); + register_post_type( 'generate_page_header', $args ); + + $post_types = get_post_types( array( 'public' => true ) ); + $term_args = array( + 'sanitize_callback' => 'int', + 'type' => 'string', + 'description' => '', + 'single' => true, + 'show_in_rest' => true, + ); + foreach ( $post_types as $type ) { + register_meta( $type, 'generate_page_header', $term_args ); + } + + $taxonomies = get_taxonomies( array( 'public' => true ) ); + if ( $taxonomies ) { + foreach ( $taxonomies as $taxonomy ) { + add_action( $taxonomy . '_add_form_fields', 'generate_page_header_tax_new_ph_field' ); + add_action( $taxonomy . '_edit_form_fields', 'generate_page_header_tax_edit_ph_field' ); + add_action( 'edit_' . $taxonomy, 'generate_page_header_tax_save_ph' ); + add_action( 'create_' . $taxonomy, 'generate_page_header_tax_save_ph' ); + } + } +} + +add_action( 'admin_menu', 'generate_old_page_header_options_page' ); +/** + * Add our submenu page to the Appearance tab. + * + * @since 1.7 + */ +function generate_old_page_header_options_page() { + if ( ! function_exists( 'generate_premium_do_elements' ) ) { + return; + } + + add_submenu_page( + 'themes.php', + esc_html__( 'Page Headers', 'gp-premium' ), + esc_html__( 'Page Headers', 'gp-premium' ), + 'manage_options', + 'edit.php?post_type=generate_page_header' + ); +} + +add_action( 'admin_head', 'generate_old_page_header_fix_menu' ); +/** + * Set our current menu in the admin while in the old Page Header pages. + * + * @since 1.7 + */ +function generate_old_page_header_fix_menu() { + if ( ! function_exists( 'generate_premium_do_elements' ) ) { + return; + } + + global $parent_file, $submenu_file, $post_type; + + $screen = get_current_screen(); + + if ( 'generate_page_header' === $post_type || 'appearance_page_page-header-global-locations' === $screen->base ) { + $parent_file = 'themes.php'; + $submenu_file = 'edit.php?post_type=gp_elements'; + } + + remove_submenu_page( 'themes.php', 'edit.php?post_type=generate_page_header' ); + remove_submenu_page( 'themes.php', 'page-header-global-locations' ); +} + +add_action( 'admin_head', 'generate_page_header_add_legacy_locations_button', 999 ); +/** + * Add legacy buttons to our new GP Elements post type. + * + * @since 1.7 + */ +function generate_page_header_add_legacy_locations_button() { + if ( ! function_exists( 'generate_premium_do_elements' ) ) { + return; + } + + $screen = get_current_screen(); + + if ( 'generate_page_header' === $screen->post_type ) : + ?> + + post_type && 'edit' === $screen->base ) : + ?> + + +
          + + +
          + + + + + + + + + + + tag in metabox +* Elements: Add generate_elements_metabox_ajax_allow_editors filter +* Elements: Add new 3.0 hooks to hook selector +* Elements: Re-add generate_elements_custom_args filter +* Menu Plus: Better prepare navigation as header for GP 3.0 +* Menu Plus: Better prepare Off-Canvas Panel for GP 3.0 +* Menu Plus: Better prepare sticky navigation for GP 3.0 +* Menu Plus: Add has-menu-bar-items class to mobile header if needed +* Menu Plus: Add is-logo-image class to all site logos +* Menu Plus: Fix mobile header alignment when it has menu bar items +* Secondary Nav: Better prepare sticky navigation for GP 3.0 +* Secondary Nav: Fix hidden navigation widget in top bar when merged with secondary nav +* Sites: Improve the option-only import feature +* Sites: Improve the refresh sites button functionality +* Sites: Improve the undo site import functionality +* Sites: Fix Elementor site import issues +* Sites: Re-add Elementor sites to library +* Spacing: Better prepare Customizer live preview for GP 3.0 +* Spacing: Fix blog column spacing Customizer live preview +* Spacing: Stop handling mobile header, widget and footer widget features added in GP 3.0 +* Typography: Add mobile font size control for H3 (when using GP 3.0) +* Typography: Add mobile font size control for H4 (when using GP 3.0) +* Typography: Add mobile font size control for H5 (when using GP 3.0) +* Typography: Allow empty tablet and mobile site title font size values +* Typography: Make menu toggle CSS selector specific to primary navigation +* WooCommerce: Use CSS for secondary product image functionality instead of JS +* WooCommerce: Only load .js file if needed +* WooCommerce: Fix quantity box functionality when multiple quantity boxes exist on the page +* General: Improve alpha color picker script for better 5.5 compatibility +* General: Move child theme stylesheet after dynamic stylesheet if enabled +* General: Update gp-premium-de_DE.mo +* General: Update gp-premium-es_ES.mo +* General: Update gp-premium-fi.mo +* General: Update gp-premium-pt_PT.mo +* General: Update gp-premium-sv_SE.mo + += 1.11.3 = +* Blog: Set widths to grid-sizer element +* Elements: Fix legacy Page Header/Hooks buttons in the Elements dashboard +* Page Header: Replace .load() with .on('load') +* Page Header: Fix color picker error in WP 5.5 + += 1.11.2 = +* Blog: Remove negative featured image top margin from columns when using one container +* Blog: Fix infinite scroll items loading above viewport when using columns +* Blog: Fix infinite scroll featured images not displaying in Safari +* Elements: Prevent error in editor when generate_get_option() function doesn't exist +* General: Load inline CSS in previews when using external CSS option +* General: Update gp-premium-es_ES.mo +* General: Update gp-premium-pt_PT.mo + += 1.11.1 = +* Elements: Remove stray quote character in Layout Element metabox +* Sections: Fix color picker JS error in WP 5.5 +* General: Fix external CSS option not removing inline CSS in some cases + += 1.11.0 = +* New: Block Elements +* New: Apply Layout Element options to the block editor if set +* New: Generate dynamic CSS in an external file +* Blog: Separate CSS and load only when needed +* Blog: Add column width classes to stylesheet +* Blog: Disable featured image itemprop if microdata is disabled +* Blog: Add generate_blog_masonry_init filter +* Blog: Add generate_blog_infinite_scroll_init filter +* Blog: Fix archive page header overlap when using no featured image padding/one container +* Blog: Replace screen reader text with aria-label in read more buttons +* Disable Elements: Add option to disable the Mobile Header +* Disable Elements: Disable top bar disables it even when combined with Secondary Nav +* Disable Elements: Use generate_show_post_navigation filter to disable single post navigation +* Elements: Use full hook name with generate_ prefix in dropdown +* Elements: Rebuild how Element types are chosen +* Elements: Add chosen hook under type column in edit.php +* Menu Plus: Add generate_after_mobile_header_menu_button filter +* Menu Plus: Add sticky placeholder only when nav becomes sticky +* Menu Plus: Add class to sticky nav when scrolling up +* Menu Plus: Fix navigation branding/mobile header layout when using RTL languages +* Page Header: Prevent PHP notices +* Secondary Nav: Clean up CSS +* Secondary Nav: Add generate_after_secondary_navigation hook +* Secondary Nav: Add generate_before_secondary_navigation hook +* Secondary Nav: Integrate with future flexbox option +* Secondary Nav: Add has-top-bar class if needed +* Secondary Nav: Add screen reader text to mobile menu toggle if no text exists +* Secondary Nav: Remove microdata if disabled +* Secondary Nav: Add generate_secondary_menu_bar_items hook +* Spacing: Set sidebar width in Customizer for future flexbox option +* WooCommerce: Add generate_woocommerce_show_add_to_cart_panel filter +* WooCommerce: Integrate with future flexbox option +* WooCommerce: Ensure WC()->cart is set +* WooCommerce: Remove left margin from SVG menu cart icon +* WooCommerce: Show sticky add to cart panel on sold individually products +* WooCommerce: Remove bottom margin from related/upsell products +* WooCommerce: Fix cart menu item spacing in RTL languages +* WooCommerce: Fix menu item cart dropdown design in RTL languages +* General: Update selectWoo +* General: Update select2 +* General: Run all CSS through PostCSS +* General: Fix various text domains +* General: Fix JS error when toggling nav as header option without Colors/Typography modules +* General: Update all translations over 90% complete +* General: PHP cleanup/coding standards +* General: Add off_canvas_desktop_toggle_label to wpml-config.xml + += 1.10.0 = +* Blog: Remove existing on-the-fly featured image resizer (Image Processing Queue) +* Blog: Choose from existing image sizes for featured images +* Blog: Use CSS to further resize featured images if necessary +* Blog: Fix edge case persistent transient bug with old image resizer +* Elements: Fix broken closing element in metabox +* General: Change scroll variable to gpscroll in smooth scroll script to avoid conflicts +* General: Update responsive widths in Customizer +* General: Fix responsive Customizer views when using RTL +* Menu Plus: Don't output sticky nav branding if sticky nav is disabled +* Menu Plus: Fix focus when off canvas overlay is opened (a11y) +* Menu Plus: Fix sticky navigation jump when navigation branding is in use +* Sections: Fix visible block editor when Sections are enabled +* WooCommerce: Use minmax in grid template definitions to fix overflow issue +* WooCommerce: Prevent add to cart panel interfering with back to top button on mobile +* WooCommerce: WooCommerce: Fix secondary image position if HTML isn't ordered correctly +* General: Add/update all translations over 50% complete. Big thanks to all contributors! +* Translation: Added Arabic - thank you anass! +* Translation: Added Bengali - thank you gtmroy! +* Translation: Added Spanish (Spain) - thank you davidperez (closemarketing.es)! +* Translation: Added Spanish (Argentina) - thank you bratorr! +* Translation: Added Finnish - thank you Stedi! +* Translation: Add Dutch - thank you Robin! +* Translation: Added Ukrainian - thank you EUROMEDIA! +* Translation: Vietnamese added - thank you themevi! + += 1.9.1 = +* Blog: Fix "null" in infinite scroll load more button text +* WooCommerce: Fix hidden added to cart panel on mobile when sticky nav active +* WooCommerce: Fix missing SVG icon in mobile added to cart panel + += 1.9.0 = +* Blog: Support SVG icon feature +* Colors: Add navigation search color options +* Disable Elements: Disable mobile menu in Mobile Header if nav is disabled +* Elements: Add wp_body_open hook +* Elements: Allow 0 mobile padding in Elements +* Elements: Add generate_elements_admin_menu_capability filter +* Elements: Add generate_page_hero_css_output filter +* Elements: Prevent error in Header Element if taxonomy doesn't exist +* Elements: Fix double logo when Header Element has logo + using nav as header +* Elements: Fix mobile header logo not replacing if merge is disabled +* Elements: Fix missing arrow in Choose Element Type select in WP 5.3 +* Elements: Add generate_inside_site_container hook option +* Elements: Add generate_after_entry_content hook option +* Menu Plus: Add off canvas desktop toggle label option +* Menu Plus: Add generate_off_canvas_toggle_output filter +* Menu Plus: Support SVG icon feature +* Menu Plus: Fix sticky navigation overlapping BB controls +* Menu Plus: Add align-items: center to nav as header, mobile header and sticky nav with branding +* Sections: Fix text/visual switch bug in Firefox +* Sites: Add option to revert site import +* Sites: Increase site library limit to 100 +* Spacing: Add live preview to group container padding +* Typography: Add tablet site title/navigation font size options +* Typography: Add archive post title weight, transform, font size and line height +* Typography: Add single content title weight, transform, font size and line height +* Typography: Only call all google fonts once in the Customizer +* Typography: Get Google fonts from readable JSON list +* Typography: Make sure font settings aren't lost if list is changed +* Typography: Only call generate_get_all_google_fonts if needed +* WooCommerce: Add columns gap options (desktop, tablet, mobile) +* WooCommerce: Add tablet column options +* WooCommerce: Add related/upsell tablet column options +* WooCommerce: Support SVG icon feature +* WooCommerce: Prevent empty added to cart panel on single products +* WooCommerce: Fix woocommerce-ordering arrow in old FF versions +* WooCommerce: Make item/items string translatable +* General: Better customizer device widths +* General: Use generate_premium_get_media_query throughout modules +* General: Improve Customizer control styling + += 1.8.3 = +* Menu Plus: Use flexbox for center aligned nav with nav branding +* Menu Plus: Center overlay off canvas exit button on mobile +* Menu Plus: Add alt tag to sticky nav logo +* Menu Plus: Set generate_not_mobile_menu_media_query filter based on mobile menu breakpoint +* Sections: Remember when text tab is active +* Sections: Disable visual editor if turned off in profile +* Typography: Add generate_google_font_display filter +* WooCommerce: Fix single product sidebar layout metabox option +* WooCommerce: Reduce carousel thumbnail max-width to 100px to match new thumbnail sizes + += 1.8.2 = +* Elements: Use Page Hero site title color for mobile header site title +* Menu Plus: Give mobile header site title more left spacing +* Menu Plus: Fix nav search icon in sticky navigation when using nav branding in Firefox +* Site Library: Show Site Library tab even if no sites exist +* Site Library: Show an error message in Site Library if no sites exist +* Typography: Remove reference to generate_get_navigation_location() function +* WooCommerce: Remove quantity field arrows when using quantity buttons in Firefox +* WooCommerce: Remove extra border when loading quantity buttons +* WooCommerce: Use get_price_html() is sticky add to cart panel + += 1.8.1 = +* Menu Plus: Revert sticky nav duplicate ID fix due to Cyrillic script bug + += 1.8 = +* Blog: Apply columns filter to masonry grid sizer +* Colors: Merge Footer Widgets and Footer controls in Color panel +* Colors: Remove edit_theme_options capability to Customizer controls (set by default) +* Disable Elements: Make sure mobile header is disabled when primary navigation is disabled +* Elements: Add content width option in Layout Element +* Elements: Fix mobile header logo when mobile menu toggled +* Elements: Add generate_page_hero_location filter +* Elements: Add generate_elements_show_object_ids filter to show IDs in Display Rule values +* Elements: Prevent merged header wrap from conflicting with Elementor controls +* Elements: Change Container tab name to Content +* Elements: Add woocommerce_share option to Hooks +* Elements: Improve WPML compatibility +* Elements: Improve Polylang compatibility +* Elements: Prevent PHP notices when adding taxonomy locations to non-existent archives +* Elements: Add generate_mobile_cart_items hook to hook list +* Elements: Add generate_element_post_id filter +* Elements: Escape HTML elements inside Element textarea +* Elements: Add Beaver Builder templates to the Display Rules +* Menu Plus: Add mobile header breakpoint option +* Menu Plus: Add off canvas overlay option +* Menu Plus: Add navigation as header option +* Menu Plus: Remove navigation logo option if navigation as header set +* Menu Plus: Add sticky navigation logo option +* Menu Plus: Allow site title in mobile header instead of logo +* Menu Plus: Add option to move exit button inside the off canvas panel +* Menu Plus: Change Slideout Navigation name to Off Canvas Panel +* Menu Plus: Only re-focus after slideout close on escape key +* Menu Plus: Give close slideout event a name so it can be removed +* Menu Plus: Remove invalid transition-delay +* Menu Plus: Improve slideout overlay transition +* Menu Plus: Add mobile open/close icons to GPP font +* Menu Plus: Allow dynamic widget classes in off canvas panel (fixes WC range slider widget issue) +* Menu Plus: Basic compatibility with future SVG icons +* Menu Plus: Prevent duplicate IDs when sticky navigation is cloned +* Secondary Nav: Add dropdown direction option +* Secondary Nav: Basic compatibility with future SVG icons +* Sections: Fix section editor issues in WP 5.0 +* Sections: Show Better Font Awesome icon in editor +* Sites: Re-design UI +* Sites: Add option to activate as a module like all the other modules +* Sites: Don't show backup options button if no options exist +* Sites: Make JS action classes more specific to the site library +* Sites: Set mime types of content.xml and widgets.wie +* Spacing: Add header padding option for mobile +* Spacing: Add widget padding option for mobile +* Spacing: Add footer widgets padding option for mobile +* Spacing: Add content separator option +* Spacing: Apply mobile menu item width to mobile bar only +* WooCommerce: Add option for mini cart in the menu +* WooCommerce: Add option to open off overlay panel on add to cart +* WooCommerce: Add option to open sticky add to cart panel on single products +* WooCommerce: Add option to add +/- buttons to the quantity fields +* WooCommerce: Add option to show number of items in cart menu item +* WooCommerce: Add option to choose single product image area width +* WooCommerce: Add color options for price slider widget +* WooCommerce: Use CSS grid for the product archives +* WooCommerce: Horizontally align add to cart buttons +* WooCommerce: Re-design the cart widget +* WooCommerce: Tighten up product info spacing +* WooCommerce: Improve product tab design to look more like tabs +* WooCommerce: Simplify single product image display +* WooCommerce: Use flexbox for quantity/add to cart alignment +* WooCommerce: Improve rating star styles +* WooCommerce: Use product alignment setting for related/upsell products +* WooCommerce: Remove bottom margin from product image +* WooCommerce: Organize colors in the Customizer +* WooCommerce: Remove title attribute from menu cart item +* WooCommerce: Improve coupon field design +* WooCommerce: Improve result count/ordering styling +* WooCommerce: Add gap around WC single product images +* WooCommerce: Remove arrow from checkout button +* WooCommerce: Hide view cart link on add to cart click +* WooCommerce: Organize CSS +* Introduce in-Customizer shortcuts +* Add generate_disable_customizer_shortcuts filter diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/fields/secondary-navigation.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/fields/secondary-navigation.php new file mode 100644 index 00000000..d2bffea0 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/fields/secondary-navigation.php @@ -0,0 +1,174 @@ + a, .secondary-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .secondary-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .secondary-navigation .menu-bar-item:hover > a, .secondary-navigation .menu-bar-item.sfHover > a'; + $menu_current_selectors = '.secondary-navigation .main-nav ul li[class*="current-menu-"] > a'; + $submenu_hover_selectors = '.secondary-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a, .secondary-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a, .secondary-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a'; + $submenu_current_selectors = '.secondary-navigation .main-nav ul ul li[class*="current-menu-"] > a'; + + GeneratePress_Customize_Field::add_title( + 'generate_secondary_navigation_colors_title', + array( + 'section' => 'generate_colors_section', + 'title' => __( 'Secondary Navigation', 'gp-premium' ), + 'choices' => array( + 'toggleId' => 'secondary-navigation-colors', + ), + ) + ); + + // Navigation background group. + GeneratePress_Customize_Field::add_color_field_group( + 'secondary_navigation_background', + 'generate_colors_section', + 'secondary-navigation-colors', + array( + 'generate_secondary_nav_settings[navigation_background_color]' => array( + 'default_value' => $secondary_color_defaults['navigation_background_color'], + 'label' => __( 'Navigation Background', 'gp-premium' ), + 'tooltip' => __( 'Choose Initial Color', 'gp-premium' ), + 'element' => '.secondary-navigation', + 'property' => 'background-color', + 'hide_label' => false, + ), + 'generate_secondary_nav_settings[navigation_background_hover_color]' => array( + 'default_value' => $secondary_color_defaults['navigation_background_hover_color'], + 'label' => __( 'Navigation Background Hover', 'gp-premium' ), + 'tooltip' => __( 'Choose Hover Color', 'gp-premium' ), + 'element' => $menu_hover_selectors, + 'property' => 'background-color', + 'hide_label' => true, + ), + 'generate_secondary_nav_settings[navigation_background_current_color]' => array( + 'default_value' => $secondary_color_defaults['navigation_background_current_color'], + 'label' => __( 'Navigation Background Current', 'gp-premium' ), + 'tooltip' => __( 'Choose Current Color', 'gp-premium' ), + 'element' => $menu_current_selectors, + 'property' => 'background-color', + 'hide_label' => true, + ), + ) + ); + + // Navigation text group. + GeneratePress_Customize_Field::add_color_field_group( + 'secondary_navigation_text', + 'generate_colors_section', + 'secondary-navigation-colors', + array( + 'generate_secondary_nav_settings[navigation_text_color]' => array( + 'default_value' => $secondary_color_defaults['navigation_text_color'], + 'label' => __( 'Navigation Text', 'gp-premium' ), + 'tooltip' => __( 'Choose Initial Color', 'gp-premium' ), + 'element' => '.secondary-navigation .main-nav ul li a, .secondary-navigation .menu-toggle, .secondary-navigation button.menu-toggle:hover, .secondary-navigation button.menu-toggle:focus, .secondary-navigation .mobile-bar-items a, .secondary-navigation .mobile-bar-items a:hover, .secondary-navigation .mobile-bar-items a:focus, .secondary-navigation .menu-bar-items', + 'property' => 'color', + 'hide_label' => false, + ), + 'generate_secondary_nav_settings[navigation_text_hover_color]' => array( + 'default_value' => $secondary_color_defaults['navigation_text_hover_color'], + 'label' => __( 'Navigation Text Hover', 'gp-premium' ), + 'tooltip' => __( 'Choose Hover Color', 'gp-premium' ), + 'element' => $menu_hover_selectors, + 'property' => 'color', + 'hide_label' => true, + ), + 'generate_secondary_nav_settings[navigation_text_current_color]' => array( + 'default_value' => $secondary_color_defaults['navigation_text_current_color'], + 'label' => __( 'Navigation Text Current', 'gp-premium' ), + 'tooltip' => __( 'Choose Current Color', 'gp-premium' ), + 'element' => $menu_current_selectors, + 'property' => 'color', + 'hide_label' => true, + ), + ) + ); + + // Sub-Menu background group. + GeneratePress_Customize_Field::add_color_field_group( + 'secondary_navigation_submenu_background', + 'generate_colors_section', + 'secondary-navigation-colors', + array( + 'generate_secondary_nav_settings[subnavigation_background_color]' => array( + 'default_value' => $secondary_color_defaults['subnavigation_background_color'], + 'label' => __( 'Sub-Menu Background', 'gp-premium' ), + 'tooltip' => __( 'Choose Initial Color', 'gp-premium' ), + 'element' => '.secondary-navigation ul ul', + 'property' => 'background-color', + 'hide_label' => false, + ), + 'generate_secondary_nav_settings[subnavigation_background_hover_color]' => array( + 'default_value' => $secondary_color_defaults['subnavigation_background_hover_color'], + 'label' => __( 'Sub-Menu Background Hover', 'gp-premium' ), + 'tooltip' => __( 'Choose Hover Color', 'gp-premium' ), + 'element' => $submenu_hover_selectors, + 'property' => 'background-color', + 'hide_label' => true, + ), + 'generate_secondary_nav_settings[subnavigation_background_current_color]' => array( + 'default_value' => $secondary_color_defaults['subnavigation_background_current_color'], + 'label' => __( 'Sub-Menu Background Current', 'gp-premium' ), + 'tooltip' => __( 'Choose Current Color', 'gp-premium' ), + 'element' => $submenu_current_selectors, + 'property' => 'background-color', + 'hide_label' => true, + ), + ) + ); + + // Sub-Menu text group. + GeneratePress_Customize_Field::add_color_field_group( + 'secondary_navigation_submenu_text', + 'generate_colors_section', + 'secondary-navigation-colors', + array( + 'generate_secondary_nav_settings[subnavigation_text_color]' => array( + 'default_value' => $secondary_color_defaults['subnavigation_text_color'], + 'label' => __( 'Sub-Menu Text', 'gp-premium' ), + 'tooltip' => __( 'Choose Initial Color', 'gp-premium' ), + 'element' => '.secondary-navigation .main-nav ul ul li a', + 'property' => 'color', + 'hide_label' => false, + ), + 'generate_secondary_nav_settings[subnavigation_text_hover_color]' => array( + 'default_value' => $secondary_color_defaults['subnavigation_text_hover_color'], + 'label' => __( 'Sub-Menu Text Hover', 'gp-premium' ), + 'tooltip' => __( 'Choose Hover Color', 'gp-premium' ), + 'element' => $submenu_hover_selectors, + 'property' => 'color', + 'hide_label' => true, + ), + 'generate_secondary_nav_settings[subnavigation_text_current_color]' => array( + 'default_value' => $secondary_color_defaults['subnavigation_text_current_color'], + 'label' => __( 'Sub-Menu Text Current', 'gp-premium' ), + 'tooltip' => __( 'Choose Current Color', 'gp-premium' ), + 'element' => $submenu_current_selectors, + 'property' => 'color', + 'hide_label' => true, + ), + ) + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css.php new file mode 100644 index 00000000..370c5ef8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css.php @@ -0,0 +1,138 @@ +_selector ) { + $this->add_selector_rules_to_output(); + } + + $this->_selector = $selector; + return $this; + } + + /** + * Adds a css property with value to the css output. + * + * @access public + * @since 1.0 + * + * @param string $property - the css property. + * @param string $value - the value to be placed with the property. + * @param string $og_default - check to see if the value matches the default. + * @param string $unit - the unit for the value (px). + * @return $this + */ + public function add_property( $property, $value, $og_default = false, $unit = false ) { + // Add our unit to the value if it exists. + if ( $unit && '' !== $unit ) { + $value = $value . $unit; + if ( '' !== $og_default ) { + $og_default = $og_default . $unit; + } + } + + // If we don't have a value or our value is the same as our og default, bail. + if ( empty( $value ) || $og_default == $value ) { + return false; + } + + $this->_css .= $property . ':' . $value . ';'; + return $this; + } + + /** + * Adds the current selector rules to the output variable + * + * @access private + * @since 1.0 + * + * @return $this + */ + private function add_selector_rules_to_output() { + if ( ! empty( $this->_css ) ) { + $this->_selector_output = $this->_selector; + $selector_output = sprintf( '%1$s{%2$s}', $this->_selector_output, $this->_css ); + + $this->_output .= $selector_output; + + // Reset the css. + $this->_css = ''; + } + + return $this; + } + + /** + * Returns the minified css in the $_output variable + * + * @access public + * @since 1.0 + * + * @return string + */ + public function css_output() { + // Add current selector's rules to output. + $this->add_selector_rules_to_output(); + + // Output minified css. + return $this->_output; + } + + } +endif; diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main-mobile.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main-mobile.css new file mode 100644 index 00000000..ed9b708c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main-mobile.css @@ -0,0 +1,125 @@ +.secondary-navigation.toggled ul ul { + transition: 0s; + visibility: hidden; + float: none; +} + +.secondary-navigation.toggled ul ul.toggled-on { + visibility: visible; +} + +.secondary-navigation.toggled .main-nav ul ul { + position: relative; + top: 0; + left: 0; + width: 100%; + box-shadow: none; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); +} + +.secondary-navigation.toggled .main-nav ul ul li:last-child > ul { + border-bottom: 0; +} + +.secondary-navigation.toggled .main-nav ul ul.toggled-on { + position: relative; + top: 0; + left: auto !important; + right: auto !important; + width: 100%; + pointer-events: auto; + height: auto; + opacity: 1; + display: block; +} + +.secondary-navigation.toggled .main-nav > ul { + display: block; +} + +.secondary-navigation.toggled .main-nav .sf-menu > li { + float: none; + clear: both; + display: block !important; + text-align: left !important; +} + +.secondary-navigation.toggled .main-nav .sf-menu > li.hide-on-mobile { + display: none !important; +} + +.secondary-navigation.toggled .dropdown-menu-toggle:before { + content: "\f107" !important; +} + +.secondary-navigation.toggled .sfHover > a .dropdown-menu-toggle:before { + content: "\f106" !important; +} + +.secondary-navigation.toggled .menu-item-has-children .dropdown-menu-toggle { + float: right; +} + +.dropdown-hover .secondary-navigation.toggled ul li:hover > ul, +.dropdown-hover .secondary-navigation.toggled ul li.sfHover > ul { + transition-delay: 0s; +} + +.rtl .secondary-navigation.toggled .main-nav .sf-menu > li { + text-align: right !important; +} + +@media (max-width: 768px) { + .secondary-navigation .menu-toggle { + display: block; + } + .secondary-navigation ul, + .secondary-navigation:not(.toggled) .main-nav > ul { + display: none; + } + .secondary-navigation.toggled .main-nav { + flex-basis: 100%; + order: 3; + } + .secondary-nav-aligned-left .secondary-navigation.has-top-bar .menu-toggle { + text-align: left; + } + .secondary-nav-aligned-left .secondary-navigation .top-bar { + order: 2; + } + .secondary-nav-aligned-right .secondary-navigation.has-top-bar .menu-toggle { + text-align: right; + } + .secondary-navigation.has-top-bar .top-bar .inside-top-bar .widget { + margin: 0 20px; + } + .secondary-nav-aligned-center .secondary-navigation .top-bar { + flex-basis: 100%; + } + .secondary-nav-float-right .secondary-navigation { + margin-left: 0; + width: 100%; + margin-top: 1.5em; + } + .secondary-nav-float-right .header-widget { + margin-left: auto; + } + .secondary-nav-float-left .secondary-navigation, + .secondary-nav-float-left .multi-navigation-wrapper { + margin-left: 0; + width: 100%; + margin-top: 1.5em; + } + .secondary-nav-float-left:not(.nav-float-right) .header-widget { + margin-left: auto; + margin-right: auto; + order: unset; + } + .secondary-nav-float-left .site-logo, + .secondary-nav-float-left .site-branding { + order: unset; + } + .secondary-navigation.has-top-bar .inside-navigation, .secondary-navigation.has-menu-bar-items .inside-navigation { + justify-content: space-between; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main-mobile.min.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main-mobile.min.css new file mode 100644 index 00000000..567c5024 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main-mobile.min.css @@ -0,0 +1 @@ +.secondary-navigation.toggled ul ul{transition:0s;visibility:hidden;float:none}.secondary-navigation.toggled ul ul.toggled-on{visibility:visible}.secondary-navigation.toggled .main-nav ul ul{position:relative;top:0;left:0;width:100%;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.05)}.secondary-navigation.toggled .main-nav ul ul li:last-child>ul{border-bottom:0}.secondary-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto!important;right:auto!important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block}.secondary-navigation.toggled .main-nav>ul{display:block}.secondary-navigation.toggled .main-nav .sf-menu>li{float:none;clear:both;display:block!important;text-align:left!important}.secondary-navigation.toggled .main-nav .sf-menu>li.hide-on-mobile{display:none!important}.secondary-navigation.toggled .dropdown-menu-toggle:before{content:"\f107"!important}.secondary-navigation.toggled .sfHover>a .dropdown-menu-toggle:before{content:"\f106"!important}.secondary-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.dropdown-hover .secondary-navigation.toggled ul li.sfHover>ul,.dropdown-hover .secondary-navigation.toggled ul li:hover>ul{transition-delay:0s}.rtl .secondary-navigation.toggled .main-nav .sf-menu>li{text-align:right!important}@media (max-width:768px){.secondary-navigation .menu-toggle{display:block}.secondary-navigation ul,.secondary-navigation:not(.toggled) .main-nav>ul{display:none}.secondary-navigation.toggled .main-nav{flex-basis:100%;order:3}.secondary-nav-aligned-left .secondary-navigation.has-top-bar .menu-toggle{text-align:left}.secondary-nav-aligned-left .secondary-navigation .top-bar{order:2}.secondary-nav-aligned-right .secondary-navigation.has-top-bar .menu-toggle{text-align:right}.secondary-navigation.has-top-bar .top-bar .inside-top-bar .widget{margin:0 20px}.secondary-nav-aligned-center .secondary-navigation .top-bar{flex-basis:100%}.secondary-nav-float-right .secondary-navigation{margin-left:0;width:100%;margin-top:1.5em}.secondary-nav-float-right .header-widget{margin-left:auto}.secondary-nav-float-left .multi-navigation-wrapper,.secondary-nav-float-left .secondary-navigation{margin-left:0;width:100%;margin-top:1.5em}.secondary-nav-float-left:not(.nav-float-right) .header-widget{margin-left:auto;margin-right:auto;order:unset}.secondary-nav-float-left .site-branding,.secondary-nav-float-left .site-logo{order:unset}.secondary-navigation.has-menu-bar-items .inside-navigation,.secondary-navigation.has-top-bar .inside-navigation{justify-content:space-between}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main.css new file mode 100644 index 00000000..9540b8a4 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main.css @@ -0,0 +1,377 @@ +.secondary-navigation { + z-index: 99; + padding: 0; +} + +.secondary-navigation .inside-navigation { + display: flex; + align-items: center; + flex-wrap: wrap; + justify-content: space-between; +} + +.secondary-navigation ul { + list-style: none; + margin: 0; + padding-left: 0; +} + +.secondary-navigation li { + position: relative; +} + +.secondary-navigation a { + display: block; + text-decoration: none; +} + +.secondary-navigation ul ul { + display: block; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + float: left; + position: absolute; + left: -99999px; + opacity: 0; + z-index: 99999; + width: 200px; + text-align: left; + top: auto; + transition: opacity 80ms linear; + transition-delay: 0s; + pointer-events: none; + height: 0; + overflow: hidden; +} + +.secondary-navigation ul ul li { + width: 100%; +} + +.secondary-navigation ul ul li a { + line-height: normal; + font-size: 90%; +} + +.secondary-navigation.sub-menu-left ul ul { + box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1); +} + +.secondary-navigation.sub-menu-left .sub-menu { + right: 0; +} + +.secondary-navigation .main-nav > ul { + display: flex; + flex-wrap: wrap; +} + +.secondary-navigation .main-nav ul ul li a { + line-height: normal; + font-size: 12px; + padding-left: 20px; + padding-right: 20px; + padding-top: 10px; + padding-bottom: 10px; +} + +.secondary-navigation .main-nav ul li.menu-item-has-children > a { + padding-right: 0; + position: relative; +} + +.secondary-navigation .main-nav ul li a { + font-family: inherit; + font-weight: normal; + text-transform: none; + font-size: 13px; + padding-left: 20px; + padding-right: 20px; + line-height: 40px; +} + +.secondary-navigation .menu-toggle { + font-family: inherit; + font-weight: normal; + text-transform: none; + font-size: 13px; + padding-left: 20px; + padding-right: 20px; + line-height: 40px; + margin: 0; +} + +.secondary-navigation .menu-item-has-children .dropdown-menu-toggle { + padding-right: 20px; +} + +.secondary-navigation .menu-item-has-children ul .dropdown-menu-toggle { + padding-top: 10px; + padding-bottom: 10px; + margin-top: -10px; +} + +.secondary-navigation .secondary-menu-bar-items { + display: flex; + align-items: center; + font-size: 13px; +} + +.secondary-navigation .menu-bar-item { + position: relative; +} + +.secondary-navigation .menu-bar-item.search-item { + z-index: 20; +} + +.secondary-navigation .menu-bar-item > a { + font-family: inherit; + font-weight: normal; + text-transform: none; + font-size: 13px; + padding-left: 20px; + padding-right: 20px; + line-height: 40px; +} + +.dropdown-hover .secondary-navigation:not(.toggled) ul li:hover > ul, +.dropdown-hover .secondary-navigation:not(.toggled) ul li.sfHover > ul { + left: auto; + opacity: 1; + transition-delay: 150ms; + pointer-events: auto; + height: auto; + overflow: visible; +} + +.dropdown-hover .secondary-navigation:not(.toggled) ul ul li:hover > ul, +.dropdown-hover .secondary-navigation:not(.toggled) ul ul li.sfHover > ul { + left: 100%; + top: 0; +} + +.dropdown-hover .secondary-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul, +.dropdown-hover .secondary-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul { + right: 100%; + top: 0; + left: auto; +} + +.secondary-nav-float-right .header-widget { + margin-left: 20px; +} + +.secondary-nav-float-right .secondary-navigation { + margin-left: auto; +} + +.secondary-nav-float-right .secondary-navigation .main-nav ul ul li a { + line-height: normal; +} + +.secondary-nav-float-right .secondary-navigation ul ul ul { + top: 0; +} + +.secondary-nav-float-right .multi-navigation-wrapper { + margin-left: auto; +} + +.secondary-nav-float-left .secondary-navigation, +.secondary-nav-float-left .multi-navigation-wrapper { + margin-right: auto; +} + +.secondary-nav-float-left .site-logo, +.secondary-nav-float-left .site-branding { + order: 5; +} + +.secondary-nav-float-left:not(.nav-float-right) .header-widget { + order: -10; + margin-left: 0; + margin-right: 20px; +} + +.secondary-nav-float-left.nav-float-right .site-branding, +.secondary-nav-float-left.nav-float-right .site-logo { + margin-left: auto; + margin-right: auto; +} + +.secondary-nav-float-left.nav-float-right .inside-header .main-navigation, +.secondary-nav-float-left.nav-float-right .header-widget { + order: 10; +} + +.secondary-nav-float-right.nav-float-left .secondary-navigation { + order: 10; +} + +.multi-navigation-wrapper { + display: flex; + flex-direction: column; +} + +.widget-area .secondary-navigation li { + display: block; + float: none; + margin: 0; + padding: 0; + width: 100%; +} + +.widget-area .secondary-navigation ul ul { + left: 100%; + top: 0; + width: 220px; +} + +.secondary-nav-aligned-right .secondary-navigation .inside-navigation { + justify-content: flex-end; +} + +.secondary-nav-aligned-right.rtl .secondary-navigation .inside-navigation { + justify-content: flex-start; +} + +.secondary-nav-aligned-center .secondary-navigation .inside-navigation { + justify-content: center; +} + +.secondary-nav-aligned-center .secondary-navigation .main-nav > ul { + justify-content: center; +} + +.secondary-nav-aligned-left.rtl .secondary-navigation .inside-navigation { + justify-content: flex-end; +} + +.dropdown-click .secondary-navigation ul ul { + visibility: hidden; + float: none; +} + +.dropdown-click .secondary-navigation ul.toggled-on, +.dropdown-click .secondary-navigation ul li.sfHover > ul.toggled-on { + left: auto; + opacity: 1; + visibility: visible; + pointer-events: auto; + height: auto; + overflow: visible; +} + +.dropdown-click .secondary-navigation ul ul ul.toggled-on { + left: 0; + top: auto; + position: relative; + box-shadow: none; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); +} + +.dropdown-click .secondary-navigation ul ul li:last-child > ul.toggled-on { + border-bottom: 0; +} + +.dropdown-click .widget-area .secondary-navigation ul ul { + top: auto; + position: absolute; + float: none; + width: 100%; + left: -99999px; +} + +.dropdown-click .widget-area .secondary-navigation ul ul.toggled-on { + position: relative; + left: 0; + right: 0; +} + +.both-right .widget-area .secondary-navigation ul ul, +.right-sidebar .widget-area .secondary-navigation ul ul, +.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation ul ul { + left: auto; + right: 100%; +} + +.dropdown-click.both-right .widget-area .secondary-navigation ul ul, +.dropdown-click.right-sidebar .widget-area .secondary-navigation ul ul, +.dropdown-click.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation ul ul { + right: 0; +} + +.dropdown-hover .widget-area .secondary-navigation:not(.toggled) ul li:hover ul, +.dropdown-hover .widget-area .secondary-navigation:not(.toggled) ul li.sfHover > ul { + top: 0; + left: 100%; + width: 220px; +} + +.dropdown-hover.both-right .widget-area .secondary-navigation:not(.toggled) ul li:hover ul, +.dropdown-hover.both-right .widget-area .secondary-navigation:not(.toggled) ul li.sfHover ul, +.dropdown-hover.right-sidebar .widget-area .secondary-navigation:not(.toggled) ul li:hover ul, +.dropdown-hover.right-sidebar .widget-area .secondary-navigation:not(.toggled) ul li.sfHover ul, +.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation:not(.toggled) ul li:hover ul, +.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation:not(.toggled) ul li.sfHover ul { + right: 100%; + left: auto; +} + +.rtl .secondary-navigation ul ul { + float: right; + left: auto; + right: 0; + text-align: right; +} + +.rtl .secondary-navigation ul ul ul { + left: auto; + right: 100%; +} + +.rtl .secondary-navigation .menu-item-has-children ul .dropdown-menu-toggle { + transform: rotate(180deg); +} + +/* Top bar */ +.secondary-navigation.has-top-bar .menu-toggle, .secondary-navigation.has-menu-bar-items .menu-toggle { + flex-grow: 0; +} + +.secondary-navigation .top-bar { + background: transparent; +} + +.secondary-navigation .top-bar a { + display: inline; +} + +.secondary-navigation .inside-top-bar { + padding: 0; +} + +.secondary-nav-aligned-right .secondary-navigation .top-bar { + margin-right: auto; +} + +.secondary-nav-aligned-right .secondary-navigation .top-bar .inside-top-bar .widget { + margin: 0 10px; +} + +.secondary-nav-aligned-left .secondary-navigation .top-bar { + order: 2; + margin-left: auto; +} + +.secondary-nav-aligned-left .secondary-navigation .top-bar .inside-top-bar .widget { + margin-left: 10px; +} + +.secondary-nav-aligned-center .secondary-navigation.has-top-bar .inside-top-bar { + justify-content: center; +} + +.secondary-nav-aligned-center .secondary-navigation.has-top-bar .inside-navigation { + display: block; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main.min.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main.min.css new file mode 100644 index 00000000..e21c11da --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main.min.css @@ -0,0 +1 @@ +.secondary-navigation{z-index:99;padding:0}.secondary-navigation .inside-navigation{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.secondary-navigation ul{list-style:none;margin:0;padding-left:0}.secondary-navigation li{position:relative}.secondary-navigation a{display:block;text-decoration:none}.secondary-navigation ul ul{display:block;box-shadow:0 1px 1px rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden}.secondary-navigation ul ul li{width:100%}.secondary-navigation ul ul li a{line-height:normal;font-size:90%}.secondary-navigation.sub-menu-left ul ul{box-shadow:-1px 1px 0 rgba(0,0,0,.1)}.secondary-navigation.sub-menu-left .sub-menu{right:0}.secondary-navigation .main-nav>ul{display:flex;flex-wrap:wrap}.secondary-navigation .main-nav ul ul li a{line-height:normal;font-size:12px;padding-left:20px;padding-right:20px;padding-top:10px;padding-bottom:10px}.secondary-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.secondary-navigation .main-nav ul li a{font-family:inherit;font-weight:400;text-transform:none;font-size:13px;padding-left:20px;padding-right:20px;line-height:40px}.secondary-navigation .menu-toggle{font-family:inherit;font-weight:400;text-transform:none;font-size:13px;padding-left:20px;padding-right:20px;line-height:40px;margin:0}.secondary-navigation .menu-item-has-children .dropdown-menu-toggle{padding-right:20px}.secondary-navigation .menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px}.secondary-navigation .secondary-menu-bar-items{display:flex;align-items:center;font-size:13px}.secondary-navigation .menu-bar-item{position:relative}.secondary-navigation .menu-bar-item.search-item{z-index:20}.secondary-navigation .menu-bar-item>a{font-family:inherit;font-weight:400;text-transform:none;font-size:13px;padding-left:20px;padding-right:20px;line-height:40px}.dropdown-hover .secondary-navigation:not(.toggled) ul li.sfHover>ul,.dropdown-hover .secondary-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.dropdown-hover .secondary-navigation:not(.toggled) ul ul li.sfHover>ul,.dropdown-hover .secondary-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0}.dropdown-hover .secondary-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,.dropdown-hover .secondary-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{right:100%;top:0;left:auto}.secondary-nav-float-right .header-widget{margin-left:20px}.secondary-nav-float-right .secondary-navigation{margin-left:auto}.secondary-nav-float-right .secondary-navigation .main-nav ul ul li a{line-height:normal}.secondary-nav-float-right .secondary-navigation ul ul ul{top:0}.secondary-nav-float-right .multi-navigation-wrapper{margin-left:auto}.secondary-nav-float-left .multi-navigation-wrapper,.secondary-nav-float-left .secondary-navigation{margin-right:auto}.secondary-nav-float-left .site-branding,.secondary-nav-float-left .site-logo{order:5}.secondary-nav-float-left:not(.nav-float-right) .header-widget{order:-10;margin-left:0;margin-right:20px}.secondary-nav-float-left.nav-float-right .site-branding,.secondary-nav-float-left.nav-float-right .site-logo{margin-left:auto;margin-right:auto}.secondary-nav-float-left.nav-float-right .header-widget,.secondary-nav-float-left.nav-float-right .inside-header .main-navigation{order:10}.secondary-nav-float-right.nav-float-left .secondary-navigation{order:10}.multi-navigation-wrapper{display:flex;flex-direction:column}.widget-area .secondary-navigation li{display:block;float:none;margin:0;padding:0;width:100%}.widget-area .secondary-navigation ul ul{left:100%;top:0;width:220px}.secondary-nav-aligned-right .secondary-navigation .inside-navigation{justify-content:flex-end}.secondary-nav-aligned-right.rtl .secondary-navigation .inside-navigation{justify-content:flex-start}.secondary-nav-aligned-center .secondary-navigation .inside-navigation{justify-content:center}.secondary-nav-aligned-center .secondary-navigation .main-nav>ul{justify-content:center}.secondary-nav-aligned-left.rtl .secondary-navigation .inside-navigation{justify-content:flex-end}.dropdown-click .secondary-navigation ul ul{visibility:hidden;float:none}.dropdown-click .secondary-navigation ul li.sfHover>ul.toggled-on,.dropdown-click .secondary-navigation ul.toggled-on{left:auto;opacity:1;visibility:visible;pointer-events:auto;height:auto;overflow:visible}.dropdown-click .secondary-navigation ul ul ul.toggled-on{left:0;top:auto;position:relative;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.05)}.dropdown-click .secondary-navigation ul ul li:last-child>ul.toggled-on{border-bottom:0}.dropdown-click .widget-area .secondary-navigation ul ul{top:auto;position:absolute;float:none;width:100%;left:-99999px}.dropdown-click .widget-area .secondary-navigation ul ul.toggled-on{position:relative;left:0;right:0}.both-right .widget-area .secondary-navigation ul ul,.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation ul ul,.right-sidebar .widget-area .secondary-navigation ul ul{left:auto;right:100%}.dropdown-click.both-right .widget-area .secondary-navigation ul ul,.dropdown-click.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation ul ul,.dropdown-click.right-sidebar .widget-area .secondary-navigation ul ul{right:0}.dropdown-hover .widget-area .secondary-navigation:not(.toggled) ul li.sfHover>ul,.dropdown-hover .widget-area .secondary-navigation:not(.toggled) ul li:hover ul{top:0;left:100%;width:220px}.dropdown-hover.both-right .widget-area .secondary-navigation:not(.toggled) ul li.sfHover ul,.dropdown-hover.both-right .widget-area .secondary-navigation:not(.toggled) ul li:hover ul,.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation:not(.toggled) ul li.sfHover ul,.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation:not(.toggled) ul li:hover ul,.dropdown-hover.right-sidebar .widget-area .secondary-navigation:not(.toggled) ul li.sfHover ul,.dropdown-hover.right-sidebar .widget-area .secondary-navigation:not(.toggled) ul li:hover ul{right:100%;left:auto}.rtl .secondary-navigation ul ul{float:right;left:auto;right:0;text-align:right}.rtl .secondary-navigation ul ul ul{left:auto;right:100%}.rtl .secondary-navigation .menu-item-has-children ul .dropdown-menu-toggle{transform:rotate(180deg)}.secondary-navigation.has-menu-bar-items .menu-toggle,.secondary-navigation.has-top-bar .menu-toggle{flex-grow:0}.secondary-navigation .top-bar{background:0 0}.secondary-navigation .top-bar a{display:inline}.secondary-navigation .inside-top-bar{padding:0}.secondary-nav-aligned-right .secondary-navigation .top-bar{margin-right:auto}.secondary-nav-aligned-right .secondary-navigation .top-bar .inside-top-bar .widget{margin:0 10px}.secondary-nav-aligned-left .secondary-navigation .top-bar{order:2;margin-left:auto}.secondary-nav-aligned-left .secondary-navigation .top-bar .inside-top-bar .widget{margin-left:10px}.secondary-nav-aligned-center .secondary-navigation.has-top-bar .inside-top-bar{justify-content:center}.secondary-nav-aligned-center .secondary-navigation.has-top-bar .inside-navigation{display:block} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style-mobile.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style-mobile.css new file mode 100644 index 00000000..51b5e656 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style-mobile.css @@ -0,0 +1,97 @@ +.secondary-navigation.toggled ul ul { + transition: 0s; + visibility: hidden; +} + +.secondary-navigation.toggled ul ul.toggled-on { + visibility: visible; +} + +.secondary-navigation.toggled .main-nav ul ul { + position: relative; + top: 0; + left: 0; + width: 100%; +} + +.secondary-navigation.toggled .main-nav ul ul.toggled-on { + position: relative; + top: 0; + left: auto !important; + right: auto !important; + width: 100%; + pointer-events: auto; + height: auto; + opacity: 1; + display: block; +} + +.secondary-navigation.toggled .main-nav > ul { + display: block; +} + +.secondary-navigation.toggled .main-nav .sf-menu > li { + float: none; + clear: both; + display: block !important; + text-align: left !important; +} + +.secondary-navigation.toggled .main-nav .sf-menu > li.hide-on-mobile { + display: none !important; +} + +.secondary-navigation.toggled .dropdown-menu-toggle:before { + content: "\f107" !important; +} + +.secondary-navigation.toggled .sfHover > a .dropdown-menu-toggle:before { + content: "\f106" !important; +} + +.secondary-navigation.toggled .menu-item-has-children .dropdown-menu-toggle { + float: right; +} + +.secondary-navigation.toggled .sf-menu > li.menu-item-float-right { + float: none !important; + display: inline-block; +} + +.dropdown-hover .secondary-navigation.toggled ul li:hover > ul, +.dropdown-hover .secondary-navigation.toggled ul li.sfHover > ul { + transition-delay: 0s; +} + +.rtl .secondary-navigation.toggled .main-nav .sf-menu > li { + text-align: right !important; +} + +@media (max-width: 768px) { + .secondary-nav-float-left .inside-header .secondary-navigation { + float: none; + } + .secondary-navigation .menu-toggle { + display: block; + } + .secondary-navigation ul { + display: none; + } + .secondary-nav-aligned-left .secondary-navigation .top-bar { + position: absolute; + right: 0; + } + .secondary-nav-aligned-left .secondary-navigation .top-bar + .menu-toggle { + text-align: left; + } + .secondary-nav-aligned-right .secondary-navigation .top-bar { + position: absolute; + left: 0; + } + .secondary-nav-aligned-right .secondary-navigation .top-bar + .menu-toggle { + text-align: right; + } + .secondary-nav-aligned-center .secondary-navigation .top-bar + .menu-toggle + div { + display: block; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style-mobile.min.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style-mobile.min.css new file mode 100644 index 00000000..f1ded0a3 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style-mobile.min.css @@ -0,0 +1 @@ +.secondary-navigation.toggled ul ul{transition:0s;visibility:hidden}.secondary-navigation.toggled ul ul.toggled-on{visibility:visible}.secondary-navigation.toggled .main-nav ul ul{position:relative;top:0;left:0;width:100%}.secondary-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto!important;right:auto!important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block}.secondary-navigation.toggled .main-nav>ul{display:block}.secondary-navigation.toggled .main-nav .sf-menu>li{float:none;clear:both;display:block!important;text-align:left!important}.secondary-navigation.toggled .main-nav .sf-menu>li.hide-on-mobile{display:none!important}.secondary-navigation.toggled .dropdown-menu-toggle:before{content:"\f107"!important}.secondary-navigation.toggled .sfHover>a .dropdown-menu-toggle:before{content:"\f106"!important}.secondary-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.secondary-navigation.toggled .sf-menu>li.menu-item-float-right{float:none!important;display:inline-block}.dropdown-hover .secondary-navigation.toggled ul li.sfHover>ul,.dropdown-hover .secondary-navigation.toggled ul li:hover>ul{transition-delay:0s}.rtl .secondary-navigation.toggled .main-nav .sf-menu>li{text-align:right!important}@media (max-width:768px){.secondary-nav-float-left .inside-header .secondary-navigation{float:none}.secondary-navigation .menu-toggle{display:block}.secondary-navigation ul{display:none}.secondary-nav-aligned-left .secondary-navigation .top-bar{position:absolute;right:0}.secondary-nav-aligned-left .secondary-navigation .top-bar+.menu-toggle{text-align:left}.secondary-nav-aligned-right .secondary-navigation .top-bar{position:absolute;left:0}.secondary-nav-aligned-right .secondary-navigation .top-bar+.menu-toggle{text-align:right}.secondary-nav-aligned-center .secondary-navigation .top-bar+.menu-toggle+div{display:block}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style.css new file mode 100644 index 00000000..e24c07f1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style.css @@ -0,0 +1,337 @@ +.secondary-navigation { + clear: both; + z-index: 99; + padding: 0; +} + +.secondary-navigation ul { + list-style: none; + margin: 0; + padding-left: 0; +} + +.secondary-navigation li { + float: left; + position: relative; +} + +.secondary-navigation a { + display: block; + text-decoration: none; +} + +.secondary-navigation ul ul { + display: block; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); + float: left; + position: absolute; + left: -99999px; + opacity: 0; + z-index: 99999; + width: 200px; + text-align: left; + top: auto; + transition: opacity 80ms linear; + transition-delay: 0s; + pointer-events: none; + height: 0; + overflow: hidden; +} + +.secondary-navigation ul ul li { + width: 100%; +} + +.secondary-navigation ul ul li a { + line-height: normal; + font-size: 90%; +} + +.secondary-navigation.sub-menu-left .sub-menu { + right: 0; +} + +.secondary-navigation .main-nav ul ul li a { + line-height: normal; + font-size: 12px; + padding-left: 20px; + padding-right: 20px; + padding-top: 10px; + padding-bottom: 10px; +} + +.secondary-navigation .main-nav ul li.menu-item-has-children > a { + padding-right: 0; + position: relative; +} + +.secondary-navigation .main-nav ul li a { + font-family: inherit; + font-weight: normal; + text-transform: none; + font-size: 13px; + padding-left: 20px; + padding-right: 20px; + line-height: 40px; +} + +.secondary-navigation .menu-toggle { + font-family: inherit; + font-weight: normal; + text-transform: none; + font-size: 13px; + padding-left: 20px; + padding-right: 20px; + line-height: 40px; + margin: 0; +} + +.secondary-navigation .menu-item-has-children .dropdown-menu-toggle { + padding-right: 20px; +} + +.secondary-navigation .menu-item-has-children ul .dropdown-menu-toggle { + padding-top: 10px; + padding-bottom: 10px; + margin-top: -10px; +} + +.dropdown-hover .secondary-navigation:not(.toggled) ul li:hover > ul, +.dropdown-hover .secondary-navigation:not(.toggled) ul li.sfHover > ul { + left: auto; + opacity: 1; + transition-delay: 150ms; + pointer-events: auto; + height: auto; + overflow: visible; +} + +.dropdown-hover .secondary-navigation:not(.toggled) ul ul li:hover > ul, +.dropdown-hover .secondary-navigation:not(.toggled) ul ul li.sfHover > ul { + left: 100%; + top: 0; +} + +.dropdown-hover .secondary-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul, +.dropdown-hover .secondary-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul { + right: 100%; + top: 0; + left: auto; +} + +.secondary-nav-float-right .secondary-navigation { + float: right; +} + +.secondary-nav-float-right .secondary-navigation .main-nav ul ul li a { + line-height: normal; +} + +.secondary-nav-float-right .secondary-navigation ul ul ul { + top: 0; +} + +.secondary-nav-float-left .inside-header .secondary-navigation { + float: left; + clear: left; +} + +.secondary-nav-float-left .inside-header:after { + clear: both; + content: ''; + display: table; +} + +.secondary-nav-float-left:not(.nav-float-right) .inside-header .site-branding, +.secondary-nav-float-left:not(.nav-float-right) .inside-header .site-logo { + float: right; + clear: right; +} + +.secondary-nav-float-left.nav-float-right .inside-header .site-branding, +.secondary-nav-float-left.nav-float-right .inside-header .site-logo { + float: none; + clear: none; +} + +.secondary-nav-float-left.nav-float-right .site-header { + text-align: center; +} + +.secondary-nav-float-right.nav-float-left .inside-header .site-branding, +.secondary-nav-float-right.nav-float-left .inside-header .site-logo { + float: none; + clear: none; +} + +.secondary-nav-float-right.nav-float-left .site-header { + text-align: center; +} + +.widget-area .secondary-navigation li { + display: block; + float: none; + margin: 0; + padding: 0; + width: 100%; +} + +.widget-area .secondary-navigation ul ul { + left: 100%; + top: 0; + width: 220px; +} + +.both-right .widget-area .secondary-navigation ul ul, +.right-sidebar .widget-area .secondary-navigation ul ul, +.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation ul ul { + left: auto; + right: 100%; +} + +.secondary-nav-aligned-right.secondary-nav-below-header .secondary-navigation .sf-menu > li, +.secondary-nav-aligned-right.secondary-nav-above-header .secondary-navigation .sf-menu > li, +.secondary-nav-aligned-center.secondary-nav-below-header .secondary-navigation .sf-menu > li, +.secondary-nav-aligned-center.secondary-nav-above-header .secondary-navigation .sf-menu > li { + float: none; + display: inline-block; +} + +.secondary-nav-aligned-right .secondary-navigation ul.secondary-menu, +.secondary-nav-aligned-center .secondary-navigation ul.secondary-menu { + font-size: 0px; +} + +.secondary-nav-aligned-left.secondary-nav-below-header .secondary-navigation, +.secondary-nav-aligned-left.secondary-nav-above-header .secondary-navigation { + text-align: left; +} + +.secondary-nav-aligned-left.secondary-nav-below-header .secondary-navigation:after, +.secondary-nav-aligned-left.secondary-nav-above-header .secondary-navigation:after { + clear: both; + content: ''; + display: table; +} + +.secondary-nav-aligned-center.secondary-nav-below-header .secondary-navigation, +.secondary-nav-aligned-center.secondary-nav-above-header .secondary-navigation { + text-align: center; +} + +.secondary-nav-aligned-right.secondary-nav-below-header .secondary-navigation, +.secondary-nav-aligned-right.secondary-nav-above-header .secondary-navigation { + text-align: right; +} + +.dropdown-click .secondary-navigation ul ul { + visibility: hidden; +} + +.dropdown-click .secondary-navigation ul.toggled-on, +.dropdown-click .secondary-navigation ul li.sfHover > ul.toggled-on { + left: auto; + opacity: 1; + visibility: visible; + pointer-events: auto; + height: auto; + overflow: visible; +} + +.dropdown-click .secondary-navigation ul ul ul.toggled-on { + left: 0; + top: auto; + position: relative; +} + +.dropdown-click .widget-area .secondary-navigation ul ul { + top: auto; + position: absolute; + float: none; + width: 100%; + left: -99999px; +} + +.dropdown-click .widget-area .secondary-navigation ul ul.toggled-on { + position: relative; + left: 0; + right: 0; +} + +.dropdown-click.both-right .widget-area .secondary-navigation ul ul, +.dropdown-click.right-sidebar .widget-area .secondary-navigation ul ul, +.dropdown-click.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation ul ul { + right: 0; +} + +.dropdown-hover .widget-area .secondary-navigation:not(.toggled) ul li:hover ul, +.dropdown-hover .widget-area .secondary-navigation:not(.toggled) ul li.sfHover > ul { + top: 0; + left: 100%; + width: 220px; +} + +.dropdown-hover.both-right .widget-area .secondary-navigation:not(.toggled) ul li:hover ul, +.dropdown-hover.both-right .widget-area .secondary-navigation:not(.toggled) ul li.sfHover ul, +.dropdown-hover.right-sidebar .widget-area .secondary-navigation:not(.toggled) ul li:hover ul, +.dropdown-hover.right-sidebar .widget-area .secondary-navigation:not(.toggled) ul li.sfHover ul, +.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation:not(.toggled) ul li:hover ul, +.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation:not(.toggled) ul li.sfHover ul { + right: 100%; + left: auto; +} + +.rtl .secondary-navigation ul ul { + float: right; + left: auto; + right: 0; + text-align: right; +} + +.rtl .secondary-navigation ul ul ul { + left: auto; + right: 100%; +} + +.rtl .secondary-navigation .menu-item-has-children ul .dropdown-menu-toggle { + transform: rotate(180deg); +} + +/* Top bar */ +.secondary-navigation .top-bar { + background: transparent; +} + +.secondary-navigation .inside-top-bar { + padding: 0; +} + +.secondary-navigation .top-bar a { + display: inline; +} + +.secondary-nav-aligned-right .secondary-navigation .top-bar { + float: left; +} + +.secondary-nav-aligned-right .secondary-navigation .top-bar .inside-top-bar .widget { + margin: 0 10px; +} + +.secondary-nav-aligned-left .secondary-navigation .top-bar { + float: right; +} + +.secondary-nav-aligned-left .secondary-navigation .top-bar .inside-top-bar .widget { + margin-left: 10px; +} + +.secondary-nav-aligned-center .secondary-navigation .top-bar, +.secondary-nav-aligned-center .secondary-navigation .top-bar + .menu-toggle + div { + display: inline-block; + vertical-align: middle; +} + +.secondary-nav-aligned-center .secondary-navigation .top-bar .widget:not(:first-child) { + margin-left: 10px; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style.min.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style.min.css new file mode 100644 index 00000000..88215e4e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style.min.css @@ -0,0 +1 @@ +.secondary-navigation{clear:both;z-index:99;padding:0}.secondary-navigation ul{list-style:none;margin:0;padding-left:0}.secondary-navigation li{float:left;position:relative}.secondary-navigation a{display:block;text-decoration:none}.secondary-navigation ul ul{display:block;box-shadow:0 2px 2px rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden}.secondary-navigation ul ul li{width:100%}.secondary-navigation ul ul li a{line-height:normal;font-size:90%}.secondary-navigation.sub-menu-left .sub-menu{right:0}.secondary-navigation .main-nav ul ul li a{line-height:normal;font-size:12px;padding-left:20px;padding-right:20px;padding-top:10px;padding-bottom:10px}.secondary-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.secondary-navigation .main-nav ul li a{font-family:inherit;font-weight:400;text-transform:none;font-size:13px;padding-left:20px;padding-right:20px;line-height:40px}.secondary-navigation .menu-toggle{font-family:inherit;font-weight:400;text-transform:none;font-size:13px;padding-left:20px;padding-right:20px;line-height:40px;margin:0}.secondary-navigation .menu-item-has-children .dropdown-menu-toggle{padding-right:20px}.secondary-navigation .menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px}.dropdown-hover .secondary-navigation:not(.toggled) ul li.sfHover>ul,.dropdown-hover .secondary-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.dropdown-hover .secondary-navigation:not(.toggled) ul ul li.sfHover>ul,.dropdown-hover .secondary-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0}.dropdown-hover .secondary-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,.dropdown-hover .secondary-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{right:100%;top:0;left:auto}.secondary-nav-float-right .secondary-navigation{float:right}.secondary-nav-float-right .secondary-navigation .main-nav ul ul li a{line-height:normal}.secondary-nav-float-right .secondary-navigation ul ul ul{top:0}.secondary-nav-float-left .inside-header .secondary-navigation{float:left;clear:left}.secondary-nav-float-left .inside-header:after{clear:both;content:'';display:table}.secondary-nav-float-left:not(.nav-float-right) .inside-header .site-branding,.secondary-nav-float-left:not(.nav-float-right) .inside-header .site-logo{float:right;clear:right}.secondary-nav-float-left.nav-float-right .inside-header .site-branding,.secondary-nav-float-left.nav-float-right .inside-header .site-logo{float:none;clear:none}.secondary-nav-float-left.nav-float-right .site-header{text-align:center}.secondary-nav-float-right.nav-float-left .inside-header .site-branding,.secondary-nav-float-right.nav-float-left .inside-header .site-logo{float:none;clear:none}.secondary-nav-float-right.nav-float-left .site-header{text-align:center}.widget-area .secondary-navigation li{display:block;float:none;margin:0;padding:0;width:100%}.widget-area .secondary-navigation ul ul{left:100%;top:0;width:220px}.both-right .widget-area .secondary-navigation ul ul,.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation ul ul,.right-sidebar .widget-area .secondary-navigation ul ul{left:auto;right:100%}.secondary-nav-aligned-center.secondary-nav-above-header .secondary-navigation .sf-menu>li,.secondary-nav-aligned-center.secondary-nav-below-header .secondary-navigation .sf-menu>li,.secondary-nav-aligned-right.secondary-nav-above-header .secondary-navigation .sf-menu>li,.secondary-nav-aligned-right.secondary-nav-below-header .secondary-navigation .sf-menu>li{float:none;display:inline-block}.secondary-nav-aligned-center .secondary-navigation ul.secondary-menu,.secondary-nav-aligned-right .secondary-navigation ul.secondary-menu{font-size:0}.secondary-nav-aligned-left.secondary-nav-above-header .secondary-navigation,.secondary-nav-aligned-left.secondary-nav-below-header .secondary-navigation{text-align:left}.secondary-nav-aligned-left.secondary-nav-above-header .secondary-navigation:after,.secondary-nav-aligned-left.secondary-nav-below-header .secondary-navigation:after{clear:both;content:'';display:table}.secondary-nav-aligned-center.secondary-nav-above-header .secondary-navigation,.secondary-nav-aligned-center.secondary-nav-below-header .secondary-navigation{text-align:center}.secondary-nav-aligned-right.secondary-nav-above-header .secondary-navigation,.secondary-nav-aligned-right.secondary-nav-below-header .secondary-navigation{text-align:right}.dropdown-click .secondary-navigation ul ul{visibility:hidden}.dropdown-click .secondary-navigation ul li.sfHover>ul.toggled-on,.dropdown-click .secondary-navigation ul.toggled-on{left:auto;opacity:1;visibility:visible;pointer-events:auto;height:auto;overflow:visible}.dropdown-click .secondary-navigation ul ul ul.toggled-on{left:0;top:auto;position:relative}.dropdown-click .widget-area .secondary-navigation ul ul{top:auto;position:absolute;float:none;width:100%;left:-99999px}.dropdown-click .widget-area .secondary-navigation ul ul.toggled-on{position:relative;left:0;right:0}.dropdown-click.both-right .widget-area .secondary-navigation ul ul,.dropdown-click.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation ul ul,.dropdown-click.right-sidebar .widget-area .secondary-navigation ul ul{right:0}.dropdown-hover .widget-area .secondary-navigation:not(.toggled) ul li.sfHover>ul,.dropdown-hover .widget-area .secondary-navigation:not(.toggled) ul li:hover ul{top:0;left:100%;width:220px}.dropdown-hover.both-right .widget-area .secondary-navigation:not(.toggled) ul li.sfHover ul,.dropdown-hover.both-right .widget-area .secondary-navigation:not(.toggled) ul li:hover ul,.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation:not(.toggled) ul li.sfHover ul,.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation:not(.toggled) ul li:hover ul,.dropdown-hover.right-sidebar .widget-area .secondary-navigation:not(.toggled) ul li.sfHover ul,.dropdown-hover.right-sidebar .widget-area .secondary-navigation:not(.toggled) ul li:hover ul{right:100%;left:auto}.rtl .secondary-navigation ul ul{float:right;left:auto;right:0;text-align:right}.rtl .secondary-navigation ul ul ul{left:auto;right:100%}.rtl .secondary-navigation .menu-item-has-children ul .dropdown-menu-toggle{transform:rotate(180deg)}.secondary-navigation .top-bar{background:0 0}.secondary-navigation .inside-top-bar{padding:0}.secondary-navigation .top-bar a{display:inline}.secondary-nav-aligned-right .secondary-navigation .top-bar{float:left}.secondary-nav-aligned-right .secondary-navigation .top-bar .inside-top-bar .widget{margin:0 10px}.secondary-nav-aligned-left .secondary-navigation .top-bar{float:right}.secondary-nav-aligned-left .secondary-navigation .top-bar .inside-top-bar .widget{margin-left:10px}.secondary-nav-aligned-center .secondary-navigation .top-bar,.secondary-nav-aligned-center .secondary-navigation .top-bar+.menu-toggle+div{display:inline-block;vertical-align:middle}.secondary-nav-aligned-center .secondary-navigation .top-bar .widget:not(:first-child){margin-left:10px} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/functions.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/functions.php new file mode 100644 index 00000000..5738848a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/functions.php @@ -0,0 +1,1356 @@ + __( 'Secondary Menu', 'gp-premium' ), + ) + ); + } +} + +if ( ! function_exists( 'generate_secondary_nav_enqueue_scripts' ) ) { + add_action( 'wp_enqueue_scripts', 'generate_secondary_nav_enqueue_scripts', 100 ); + /** + * Add our necessary scripts. + * + * @since 0.1 + */ + function generate_secondary_nav_enqueue_scripts() { + // Bail if no Secondary menu is set. + if ( ! has_nav_menu( 'secondary' ) ) { + return; + } + + $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; + + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + wp_enqueue_style( 'generate-secondary-nav', plugin_dir_url( __FILE__ ) . "css/main{$suffix}.css", array(), GENERATE_SECONDARY_NAV_VERSION ); + wp_enqueue_style( 'generate-secondary-nav-mobile', plugin_dir_url( __FILE__ ) . "css/main-mobile{$suffix}.css", array(), GENERATE_SECONDARY_NAV_VERSION, 'all' ); + } else { + wp_enqueue_style( 'generate-secondary-nav', plugin_dir_url( __FILE__ ) . "css/style{$suffix}.css", array(), GENERATE_SECONDARY_NAV_VERSION ); + wp_enqueue_style( 'generate-secondary-nav-mobile', plugin_dir_url( __FILE__ ) . "css/style-mobile{$suffix}.css", array(), GENERATE_SECONDARY_NAV_VERSION, 'all' ); + } + + if ( ! defined( 'GENERATE_DISABLE_MOBILE' ) ) { + wp_add_inline_script( + 'generate-navigation', + "jQuery( document ).ready( function($) { + $( '.secondary-navigation .menu-toggle' ).on( 'click', function( e ) { + e.preventDefault(); + $( this ).closest( '.secondary-navigation' ).toggleClass( 'toggled' ); + $( this ).closest( '.secondary-navigation' ).attr( 'aria-expanded', $( this ).closest( '.secondary-navigation' ).attr( 'aria-expanded' ) === 'true' ? 'false' : 'true' ); + $( this ).toggleClass( 'toggled' ); + $( this ).children( 'i' ).toggleClass( 'fa-bars' ).toggleClass( 'fa-close' ); + $( this ).attr( 'aria-expanded', $( this ).attr( 'aria-expanded' ) === 'false' ? 'true' : 'false' ); + }); + });" + ); + } + } +} + +if ( ! function_exists( 'generate_secondary_nav_enqueue_customizer_scripts' ) ) { + add_action( 'customize_preview_init', 'generate_secondary_nav_enqueue_customizer_scripts' ); + /** + * Add our Customizer preview JS. + * + * @since 0.1 + */ + function generate_secondary_nav_enqueue_customizer_scripts() { + wp_enqueue_script( 'generate-secondary-nav-customizer', plugin_dir_url( __FILE__ ) . 'js/customizer.js', array( 'jquery', 'customize-preview' ), GENERATE_SECONDARY_NAV_VERSION, true ); + + wp_localize_script( + 'generate-secondary-nav-customizer', + 'generateSecondaryNav', + array( + 'isFlex' => function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox(), + ) + ); + } +} + +if ( ! function_exists( 'generate_secondary_nav_get_defaults' ) ) { + /** + * Set default options. + * + * @since 0.1 + * @param bool $filter Whether to filter the defaults or not. + */ + function generate_secondary_nav_get_defaults( $filter = true ) { + $generate_defaults = array( + 'secondary_nav_mobile_label' => 'Menu', + 'secondary_nav_layout_setting' => 'secondary-fluid-nav', + 'secondary_nav_inner_width' => 'contained', + 'secondary_nav_position_setting' => 'secondary-nav-above-header', + 'secondary_nav_alignment' => 'right', + 'secondary_nav_dropdown_direction' => 'right', + 'navigation_background_color' => '#636363', + 'navigation_text_color' => '#ffffff', + 'navigation_background_hover_color' => '#303030', + 'navigation_text_hover_color' => '#ffffff', + 'navigation_background_current_color' => '#ffffff', + 'navigation_text_current_color' => '#222222', + 'subnavigation_background_color' => '#303030', + 'subnavigation_text_color' => '#ffffff', + 'subnavigation_background_hover_color' => '#474747', + 'subnavigation_text_hover_color' => '#ffffff', + 'subnavigation_background_current_color' => '#474747', + 'subnavigation_text_current_color' => '#ffffff', + 'secondary_menu_item' => '20', + 'secondary_menu_item_height' => '40', + 'secondary_sub_menu_item_height' => '10', + 'font_secondary_navigation' => 'inherit', + 'font_secondary_navigation_variants' => '', + 'font_secondary_navigation_category' => '', + 'secondary_navigation_font_weight' => 'normal', + 'secondary_navigation_font_transform' => 'none', + 'secondary_navigation_font_size' => '13', + 'nav_image' => '', + 'nav_repeat' => '', + 'nav_item_image' => '', + 'nav_item_repeat' => '', + 'nav_item_hover_image' => '', + 'nav_item_hover_repeat' => '', + 'nav_item_current_image' => '', + 'nav_item_current_repeat' => '', + 'sub_nav_image' => '', + 'sub_nav_repeat' => '', + 'sub_nav_item_image' => '', + 'sub_nav_item_repeat' => '', + 'sub_nav_item_hover_image' => '', + 'sub_nav_item_hover_repeat' => '', + 'sub_nav_item_current_image' => '', + 'sub_nav_item_current_repeat' => '', + 'merge_top_bar' => false, + ); + + if ( $filter ) { + return apply_filters( 'generate_secondary_nav_option_defaults', $generate_defaults ); + } + + return $generate_defaults; + } +} + +if ( ! function_exists( 'generate_secondary_nav_customize_register' ) ) { + add_action( 'customize_register', 'generate_secondary_nav_customize_register', 100 ); + /** + * Register our options. + * + * @since 0.1 + * @param object $wp_customize The Customizer object. + */ + function generate_secondary_nav_customize_register( $wp_customize ) { + $defaults = generate_secondary_nav_get_defaults(); + + require_once GP_LIBRARY_DIRECTORY . 'customizer-helpers.php'; + + if ( method_exists( $wp_customize, 'register_control_type' ) ) { + $wp_customize->register_control_type( 'GeneratePress_Section_Shortcut_Control' ); + } + + // Use the Layout panel in the free theme if it exists. + if ( $wp_customize->get_panel( 'generate_layout_panel' ) ) { + $layout_panel = 'generate_layout_panel'; + } else { + $layout_panel = 'secondary_navigation_panel'; + } + + // Add our secondary navigation panel. + // This shouldn't be used anymore if the theme is up to date. + if ( class_exists( 'WP_Customize_Panel' ) ) { + $wp_customize->add_panel( + 'secondary_navigation_panel', + array( + 'priority' => 100, + 'capability' => 'edit_theme_options', + 'theme_supports' => '', + 'title' => __( 'Secondary Navigation', 'gp-premium' ), + 'description' => '', + ) + ); + } + + $wp_customize->add_section( + 'secondary_nav_section', + array( + 'title' => __( 'Secondary Navigation', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 31, + 'panel' => $layout_panel, + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_secondary_navigation_layout_shortcuts', + array( + 'section' => 'secondary_nav_section', + 'element' => __( 'Secondary Navigation', 'gp-premium' ), + 'shortcuts' => array( + 'colors' => 'secondary_navigation_color_section', + 'typography' => 'secondary_font_section', + 'backgrounds' => 'secondary_bg_images_section', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[secondary_nav_mobile_label]', + array( + 'default' => $defaults['secondary_nav_mobile_label'], + 'type' => 'option', + 'sanitize_callback' => 'wp_kses_post', + ) + ); + + $wp_customize->add_control( + 'secondary_nav_mobile_label_control', + array( + 'label' => __( 'Mobile Menu Label', 'gp-premium' ), + 'section' => 'secondary_nav_section', + 'settings' => 'generate_secondary_nav_settings[secondary_nav_mobile_label]', + 'priority' => 10, + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[secondary_nav_layout_setting]', + array( + 'default' => $defaults['secondary_nav_layout_setting'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + 'generate_secondary_nav_settings[secondary_nav_layout_setting]', + array( + 'type' => 'select', + 'label' => __( 'Navigation Width', 'gp-premium' ), + 'section' => 'secondary_nav_section', + 'choices' => array( + 'secondary-fluid-nav' => _x( 'Full', 'Width', 'gp-premium' ), + 'secondary-contained-nav' => _x( 'Contained', 'Width', 'gp-premium' ), + ), + 'settings' => 'generate_secondary_nav_settings[secondary_nav_layout_setting]', + 'priority' => 15, + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[secondary_nav_inner_width]', + array( + 'default' => $defaults['secondary_nav_inner_width'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + 'generate_secondary_nav_settings[secondary_nav_inner_width]', + array( + 'type' => 'select', + 'label' => __( 'Inner Navigation Width', 'gp-premium' ), + 'section' => 'secondary_nav_section', + 'choices' => array( + 'full-width' => _x( 'Full', 'Width', 'gp-premium' ), + 'contained' => _x( 'Contained', 'Width', 'gp-premium' ), + ), + 'settings' => 'generate_secondary_nav_settings[secondary_nav_inner_width]', + 'priority' => 15, + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[secondary_nav_alignment]', + array( + 'default' => $defaults['secondary_nav_alignment'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + 'generate_secondary_nav_settings[secondary_nav_alignment]', + array( + 'type' => 'select', + 'label' => __( 'Navigation Alignment', 'gp-premium' ), + 'section' => 'secondary_nav_section', + 'choices' => array( + 'left' => __( 'Left', 'gp-premium' ), + 'center' => __( 'Center', 'gp-premium' ), + 'right' => __( 'Right', 'gp-premium' ), + ), + 'settings' => 'generate_secondary_nav_settings[secondary_nav_alignment]', + 'priority' => 20, + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[secondary_nav_position_setting]', + array( + 'default' => $defaults['secondary_nav_position_setting'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_secondary_nav_settings[secondary_nav_position_setting]', + array( + 'type' => 'select', + 'label' => __( 'Navigation Location', 'gp-premium' ), + 'section' => 'secondary_nav_section', + 'choices' => array( + 'secondary-nav-below-header' => __( 'Below Header', 'gp-premium' ), + 'secondary-nav-above-header' => __( 'Above Header', 'gp-premium' ), + 'secondary-nav-float-right' => __( 'Float Right', 'gp-premium' ), + 'secondary-nav-float-left' => __( 'Float Left', 'gp-premium' ), + 'secondary-nav-left-sidebar' => __( 'Left Sidebar', 'gp-premium' ), + 'secondary-nav-right-sidebar' => __( 'Right Sidebar', 'gp-premium' ), + '' => __( 'No Navigation', 'gp-premium' ), + ), + 'settings' => 'generate_secondary_nav_settings[secondary_nav_position_setting]', + 'priority' => 30, + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[secondary_nav_dropdown_direction]', + array( + 'default' => $defaults['secondary_nav_dropdown_direction'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_secondary_nav_settings[secondary_nav_dropdown_direction]', + array( + 'type' => 'select', + 'label' => __( 'Dropdown Direction', 'gp-premium' ), + 'section' => 'secondary_nav_section', + 'choices' => array( + 'right' => __( 'Right', 'gp-premium' ), + 'left' => __( 'Left', 'gp-premium' ), + ), + 'settings' => 'generate_secondary_nav_settings[secondary_nav_dropdown_direction]', + 'priority' => 35, + ) + ); + + $wp_customize->add_setting( + 'generate_secondary_nav_settings[merge_top_bar]', + array( + 'default' => $defaults['merge_top_bar'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox', + ) + ); + + $wp_customize->add_control( + 'generate_secondary_nav_settings[merge_top_bar]', + array( + 'type' => 'checkbox', + 'label' => __( 'Merge with Secondary Navigation', 'gp-premium' ), + 'section' => 'generate_top_bar', + 'settings' => 'generate_secondary_nav_settings[merge_top_bar]', + 'priority' => 100, + 'active_callback' => 'generate_secondary_nav_show_merge_top_bar', + ) + ); + } +} + +if ( ! function_exists( 'generate_display_secondary_google_fonts' ) ) { + add_filter( 'generate_typography_google_fonts', 'generate_display_secondary_google_fonts', 50 ); + /** + * Add Google Fonts to wp_head if needed. + * + * @since 0.1 + * @param array $google_fonts Existing fonts. + */ + function generate_display_secondary_google_fonts( $google_fonts ) { + if ( ! has_nav_menu( 'secondary' ) ) { + return $google_fonts; + } + + $generate_secondary_nav_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + if ( function_exists( 'generate_typography_default_fonts' ) ) { + $not_google = str_replace( ' ', '+', generate_typography_default_fonts() ); + } else { + $not_google = array( + 'inherit', + 'Arial,+Helvetica,+sans-serif', + 'Century+Gothic', + 'Comic+Sans+MS', + 'Courier+New', + 'Georgia,+Times+New+Roman,+Times,+serif', + 'Helvetica', + 'Impact', + 'Lucida+Console', + 'Lucida+Sans+Unicode', + 'Palatino+Linotype', + 'Tahoma,+Geneva,+sans-serif', + 'Trebuchet+MS,+Helvetica,+sans-serif', + 'Verdana,+Geneva,+sans-serif', + ); + } + + $secondary_google_fonts = array(); + + if ( function_exists( 'generate_get_google_font_variants' ) ) { + + // If our value is still using the old format, fix it. + if ( strpos( $generate_secondary_nav_settings['font_secondary_navigation'], ':' ) !== false ) { + $generate_secondary_nav_settings['font_secondary_navigation'] = current( explode( ':', $generate_secondary_nav_settings['font_secondary_navigation'] ) ); + } + + // Grab the variants using the plain name. + $variants = generate_get_google_font_variants( $generate_secondary_nav_settings['font_secondary_navigation'], 'font_secondary_navigation', generate_secondary_nav_get_defaults() ); + + } else { + $variants = ''; + } + + // Replace the spaces in the names with a plus. + $value = str_replace( ' ', '+', $generate_secondary_nav_settings['font_secondary_navigation'] ); + + // If we have variants, add them to our value. + $value = ! empty( $variants ) ? $value . ':' . $variants : $value; + + // Add our value to the array. + $secondary_google_fonts[] = $value; + + // Ignore any non-Google fonts. + $secondary_google_fonts = array_diff( $secondary_google_fonts, $not_google ); + + // Separate each different font with a bar. + $secondary_google_fonts = implode( '|', $secondary_google_fonts ); + + if ( ! empty( $secondary_google_fonts ) ) { + $print_secondary_fonts = '|' . $secondary_google_fonts; + } else { + $print_secondary_fonts = ''; + } + + // Remove any duplicates. + $return = $google_fonts . $print_secondary_fonts; + $return = implode( '|', array_unique( explode( '|', $return ) ) ); + return $return; + + } +} + +if ( ! function_exists( 'generate_add_secondary_navigation_after_header' ) ) { + add_action( 'generate_after_header', 'generate_add_secondary_navigation_after_header', 7 ); + /** + * Add the navigation after the header. + * + * @since 0.1 + */ + function generate_add_secondary_navigation_after_header() { + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + if ( 'secondary-nav-below-header' === $generate_settings['secondary_nav_position_setting'] ) { + generate_secondary_navigation_position(); + } + + } +} + +if ( ! function_exists( 'generate_add_secondary_navigation_before_header' ) ) { + add_action( 'generate_before_header', 'generate_add_secondary_navigation_before_header', 7 ); + /** + * Add the navigation before the header. + * + * @since 0.1 + */ + function generate_add_secondary_navigation_before_header() { + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + if ( 'secondary-nav-above-header' === $generate_settings['secondary_nav_position_setting'] ) { + generate_secondary_navigation_position(); + } + + } +} + +if ( ! function_exists( 'generate_add_secondary_navigation_float_right' ) ) { + add_action( 'generate_before_header_content', 'generate_add_secondary_navigation_float_right', 7 ); + /** + * Add the navigation inside the header so it can float right. + * + * @since 0.1 + */ + function generate_add_secondary_navigation_float_right() { + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + return; + } + + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + if ( 'secondary-nav-float-right' === $generate_settings['secondary_nav_position_setting'] || 'secondary-nav-float-left' === $generate_settings['secondary_nav_position_setting'] ) { + generate_secondary_navigation_position(); + } + + } +} + +add_action( 'generate_after_header_content', 'generate_do_secondary_navigation_float_right', 7 ); +/** + * Add the navigation inside the header so it can float right. + * + * @since 1.11.0 + */ +function generate_do_secondary_navigation_float_right() { + if ( ! function_exists( 'generate_is_using_flexbox' ) ) { + return; + } + + if ( ! generate_is_using_flexbox() ) { + return; + } + + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + if ( 'secondary-nav-float-right' === $generate_settings['secondary_nav_position_setting'] || 'secondary-nav-float-left' === $generate_settings['secondary_nav_position_setting'] ) { + generate_secondary_navigation_position(); + } + +} + +add_action( 'generate_before_navigation', 'generate_do_multi_navigation_wrapper_open', 11 ); +/** + * Open our wrapper that puts both navigations inside one element. + * + * @since 1.11.0 + */ +function generate_do_multi_navigation_wrapper_open() { + if ( ! function_exists( 'generate_is_using_flexbox' ) ) { + return; + } + + if ( ! generate_is_using_flexbox() ) { + return; + } + + if ( ! function_exists( 'generate_get_option' ) ) { + return; + } + + if ( ! has_nav_menu( 'secondary' ) ) { + return; + } + + if ( function_exists( 'generate_menu_plus_get_defaults' ) ) { + $menu_settings = wp_parse_args( + get_option( 'generate_menu_plus_settings', array() ), + generate_menu_plus_get_defaults() + ); + + if ( $menu_settings['navigation_as_header'] ) { + return; + } + } + + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + if ( + ( 'secondary-nav-float-right' === $generate_settings['secondary_nav_position_setting'] && 'nav-float-right' === generate_get_option( 'nav_position_setting' ) ) || + ( 'secondary-nav-float-left' === $generate_settings['secondary_nav_position_setting'] && 'nav-float-left' === generate_get_option( 'nav_position_setting' ) ) + ) { + echo '
          '; + } +} + +add_action( 'generate_after_secondary_navigation', 'generate_do_multi_navigation_wrapper_close', 7 ); +/** + * Close our wrapper that puts both navigations inside one element. + * + * @since 1.11.0 + */ +function generate_do_multi_navigation_wrapper_close() { + if ( ! function_exists( 'generate_is_using_flexbox' ) ) { + return; + } + + if ( ! generate_is_using_flexbox() ) { + return; + } + + if ( ! function_exists( 'generate_get_option' ) ) { + return; + } + + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + if ( + ( 'secondary-nav-float-right' === $generate_settings['secondary_nav_position_setting'] && 'nav-float-right' === generate_get_option( 'nav_position_setting' ) ) || + ( 'secondary-nav-float-left' === $generate_settings['secondary_nav_position_setting'] && 'nav-float-left' === generate_get_option( 'nav_position_setting' ) ) + ) { + echo '
          '; + } +} + +if ( ! function_exists( 'generate_add_secondary_navigation_before_right_sidebar' ) ) { + add_action( 'generate_before_right_sidebar_content', 'generate_add_secondary_navigation_before_right_sidebar', 7 ); + /** + * Add the navigation into the right sidebar. + * + * @since 0.1 + */ + function generate_add_secondary_navigation_before_right_sidebar() { + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + if ( 'secondary-nav-right-sidebar' === $generate_settings['secondary_nav_position_setting'] ) { + echo '
          '; + generate_secondary_navigation_position(); + echo '
          '; + } + + } +} + +if ( ! function_exists( 'generate_add_secondary_navigation_before_left_sidebar' ) ) { + add_action( 'generate_before_left_sidebar_content', 'generate_add_secondary_navigation_before_left_sidebar', 7 ); + /** + * Add the navigation into the left sidebar. + * + * @since 0.1 + */ + function generate_add_secondary_navigation_before_left_sidebar() { + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + if ( 'secondary-nav-left-sidebar' === $generate_settings['secondary_nav_position_setting'] ) { + echo '
          '; + generate_secondary_navigation_position(); + echo '
          '; + } + + } +} + +if ( ! function_exists( 'generate_secondary_navigation_position' ) ) { + /** + * Build our secondary navigation. + * Would like to change this function name. + * + * @since 0.1 + */ + function generate_secondary_navigation_position() { + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + if ( has_nav_menu( 'secondary' ) ) : + do_action( 'generate_before_secondary_navigation' ); + + $microdata = ' itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope"'; + + if ( function_exists( 'generate_get_schema_type' ) && 'microdata' !== generate_get_schema_type() ) { + $microdata = ''; + } + ?> + + + + '; + do_action( 'generate_secondary_menu_bar_items' ); + echo ''; + } + } +} + +if ( ! function_exists( 'generate_secondary_nav_body_classes' ) ) { + add_filter( 'body_class', 'generate_secondary_nav_body_classes' ); + /** + * Adds custom classes to the array of body classes. + * + * @since 0.1 + * @param array $classes Existing body classes. + */ + function generate_secondary_nav_body_classes( $classes ) { + if ( ! has_nav_menu( 'secondary' ) ) { + return $classes; + } + + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + $classes[] = ( $generate_settings['secondary_nav_position_setting'] ) ? $generate_settings['secondary_nav_position_setting'] : 'secondary-nav-below-header'; + + if ( 'left' === $generate_settings['secondary_nav_alignment'] ) { + $classes[] = 'secondary-nav-aligned-left'; + } elseif ( 'center' === $generate_settings['secondary_nav_alignment'] ) { + $classes[] = 'secondary-nav-aligned-center'; + } elseif ( 'right' === $generate_settings['secondary_nav_alignment'] ) { + $classes[] = 'secondary-nav-aligned-right'; + } else { + $classes[] = 'secondary-nav-aligned-left'; + } + + return $classes; + } +} + +if ( ! function_exists( 'generate_secondary_menu_classes' ) ) { + add_filter( 'generate_secondary_menu_class', 'generate_secondary_menu_classes' ); + /** + * Adds custom classes to the menu. + * + * @since 0.1 + * @param array $classes Existing classes. + */ + function generate_secondary_menu_classes( $classes ) { + + $classes[] = 'secondary-menu'; + $classes[] = 'sf-menu'; + + return $classes; + + } +} + +if ( ! function_exists( 'generate_secondary_navigation_classes' ) ) { + add_filter( 'generate_secondary_navigation_class', 'generate_secondary_navigation_classes' ); + /** + * Adds custom classes to the navigation. + * + * @since 0.1 + * @param array $classes Existing classes. + */ + function generate_secondary_navigation_classes( $classes ) { + $classes[] = 'secondary-navigation'; + + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + $nav_layout = $generate_settings['secondary_nav_layout_setting']; + + if ( 'secondary-contained-nav' === $nav_layout ) { + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + $navigation_location = $generate_settings['secondary_nav_position_setting']; + + if ( 'secondary-nav-float-right' !== $navigation_location && 'secondary-nav-float-left' !== $navigation_location ) { + $classes[] = 'grid-container'; + } + } else { + $classes[] = 'grid-container'; + $classes[] = 'grid-parent'; + } + } + + if ( 'left' === $generate_settings['secondary_nav_dropdown_direction'] ) { + $layout = $generate_settings['secondary_nav_position_setting']; + + switch ( $layout ) { + case 'secondary-nav-below-header': + case 'secondary-nav-above-header': + case 'secondary-nav-float-right': + case 'secondary-nav-float-left': + $classes[] = 'sub-menu-left'; + break; + } + } + + if ( $generate_settings['merge_top_bar'] && is_active_sidebar( 'top-bar' ) ) { + $classes[] = 'has-top-bar'; + } + + if ( generate_secondary_nav_has_menu_bar_items() ) { + $classes[] = 'has-menu-bar-items'; + } + + return $classes; + + } +} + +if ( ! function_exists( 'generate_inside_secondary_navigation_classes' ) ) { + add_filter( 'generate_inside_secondary_navigation_class', 'generate_inside_secondary_navigation_classes' ); + /** + * Adds custom classes to the inner navigation + * + * @since 1.3.41 + * @param array $classes Existing classes. + */ + function generate_inside_secondary_navigation_classes( $classes ) { + $classes[] = 'inside-navigation'; + + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + $inner_nav_width = $generate_settings['secondary_nav_inner_width']; + + if ( 'full-width' !== $inner_nav_width ) { + $classes[] = 'grid-container'; + $classes[] = 'grid-parent'; + } + + return $classes; + + } +} + +if ( ! function_exists( 'generate_secondary_nav_css' ) ) { + /** + * Generate the CSS in the section using the Theme Customizer. + * + * @since 0.1 + */ + function generate_secondary_nav_css() { + + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + if ( function_exists( 'generate_spacing_get_defaults' ) ) { + $spacing_settings = wp_parse_args( + get_option( 'generate_spacing_settings', array() ), + generate_spacing_get_defaults() + ); + $separator = $spacing_settings['separator']; + } else { + $separator = 20; + } + + // Check if we're using our legacy typography system. + $using_dynamic_typography = function_exists( 'generate_is_using_dynamic_typography' ) && generate_is_using_dynamic_typography(); + $secondary_nav_family = ''; + + if ( ! $using_dynamic_typography ) { + if ( function_exists( 'generate_get_font_family_css' ) ) { + $secondary_nav_family = generate_get_font_family_css( 'font_secondary_navigation', 'generate_secondary_nav_settings', generate_secondary_nav_get_defaults() ); + } else { + $secondary_nav_family = current( explode( ':', $generate_settings['font_secondary_navigation'] ) ); + } + + if ( '""' === $secondary_nav_family ) { + $secondary_nav_family = 'inherit'; + } + } + + // Get our untouched defaults. + $og_defaults = generate_secondary_nav_get_defaults( false ); + + $css = new GeneratePress_Secondary_Nav_CSS(); + + $css->set_selector( '.secondary-navigation' ); + $css->add_property( 'background-color', esc_attr( $generate_settings['navigation_background_color'] ) ); + $css->add_property( 'background-image', ! empty( $generate_settings['nav_image'] ) ? 'url(' . esc_url( $generate_settings['nav_image'] ) . ')' : '' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['nav_repeat'] ) ); + + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + if ( function_exists( 'generate_spacing_get_defaults' ) && function_exists( 'generate_get_option' ) && 'text' === generate_get_option( 'container_alignment' ) ) { + $spacing_settings = wp_parse_args( + get_option( 'generate_spacing_settings', array() ), + generate_spacing_get_defaults() + ); + + $navigation_left_padding = absint( $spacing_settings['header_left'] ) - absint( $generate_settings['secondary_menu_item'] ); + $navigation_right_padding = absint( $spacing_settings['header_right'] ) - absint( $generate_settings['secondary_menu_item'] ); + + $css->set_selector( '.secondary-nav-below-header .secondary-navigation .inside-navigation.grid-container, .secondary-nav-above-header .secondary-navigation .inside-navigation.grid-container' ); + $css->add_property( 'padding', generate_padding_css( 0, $navigation_right_padding, 0, $navigation_left_padding ) ); + } + } + + if ( 'secondary-nav-above-header' === $generate_settings['secondary_nav_position_setting'] && has_nav_menu( 'secondary' ) && is_active_sidebar( 'top-bar' ) ) { + $css->set_selector( '.secondary-navigation .top-bar' ); + $css->add_property( 'color', esc_attr( $generate_settings['navigation_text_color'] ) ); + $css->add_property( 'line-height', absint( $generate_settings['secondary_menu_item_height'] ), false, 'px' ); + + if ( ! $using_dynamic_typography ) { + $css->add_property( 'font-family', $secondary_nav_family ); + $css->add_property( 'font-weight', esc_attr( $generate_settings['secondary_navigation_font_weight'] ) ); + $css->add_property( 'text-transform', esc_attr( $generate_settings['secondary_navigation_font_transform'] ) ); + $css->add_property( 'font-size', absint( $generate_settings['secondary_navigation_font_size'] ), false, 'px' ); + } + + $css->set_selector( '.secondary-navigation .top-bar a' ); + $css->add_property( 'color', esc_attr( $generate_settings['navigation_text_color'] ) ); + + $css->set_selector( '.secondary-navigation .top-bar a:hover, .secondary-navigation .top-bar a:focus' ); + $css->add_property( 'color', esc_attr( $generate_settings['navigation_background_hover_color'] ) ); + } + + // Navigation text. + $css->set_selector( '.secondary-navigation .main-nav ul li a,.secondary-navigation .menu-toggle,.secondary-menu-bar-items .menu-bar-item > a' ); + $css->add_property( 'color', esc_attr( $generate_settings['navigation_text_color'] ) ); + + if ( ! $using_dynamic_typography ) { + $css->add_property( 'font-family', ( 'inherit' !== $secondary_nav_family ) ? $secondary_nav_family : null ); + $css->add_property( 'font-weight', esc_attr( $generate_settings['secondary_navigation_font_weight'] ), $og_defaults['secondary_navigation_font_weight'] ); + $css->add_property( 'text-transform', esc_attr( $generate_settings['secondary_navigation_font_transform'] ), $og_defaults['secondary_navigation_font_transform'] ); + $css->add_property( 'font-size', absint( $generate_settings['secondary_navigation_font_size'] ), $og_defaults['secondary_navigation_font_size'], 'px' ); + } + + $css->add_property( 'padding-left', absint( $generate_settings['secondary_menu_item'] ), $og_defaults['secondary_menu_item'], 'px' ); + $css->add_property( 'padding-right', absint( $generate_settings['secondary_menu_item'] ), $og_defaults['secondary_menu_item'], 'px' ); + $css->add_property( 'line-height', absint( $generate_settings['secondary_menu_item_height'] ), $og_defaults['secondary_menu_item_height'], 'px' ); + $css->add_property( 'background-image', ! empty( $generate_settings['nav_item_image'] ) ? 'url(' . esc_url( $generate_settings['nav_item_image'] ) . ')' : '' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['nav_item_repeat'] ) ); + + $css->set_selector( '.secondary-navigation .secondary-menu-bar-items' ); + $css->add_property( 'color', $generate_settings['navigation_text_color'] ); + + if ( ! $using_dynamic_typography ) { + $css->add_property( 'font-size', absint( $generate_settings['secondary_navigation_font_size'] ), $og_defaults['secondary_navigation_font_size'], 'px' ); + } + + // Mobile menu text on hover. + $css->set_selector( 'button.secondary-menu-toggle:hover,button.secondary-menu-toggle:focus' ); + $css->add_property( 'color', esc_attr( $generate_settings['navigation_text_color'] ) ); + + // Widget area navigation. + $css->set_selector( '.widget-area .secondary-navigation' ); + $css->add_property( 'margin-bottom', absint( $separator ), false, 'px' ); + + // Sub-navigation background. + $css->set_selector( '.secondary-navigation ul ul' ); + $css->add_property( 'background-color', esc_attr( $generate_settings['subnavigation_background_color'] ) ); + $css->add_property( 'top', 'auto' ); // Added for compatibility purposes on 22/12/2016. + + // Sub-navigation text. + $css->set_selector( '.secondary-navigation .main-nav ul ul li a' ); + $css->add_property( 'color', esc_attr( $generate_settings['subnavigation_text_color'] ) ); + + if ( ! $using_dynamic_typography ) { + $css->add_property( 'font-size', absint( $generate_settings['secondary_navigation_font_size'] - 1 ), absint( $og_defaults['secondary_navigation_font_size'] - 1 ), 'px' ); + } + + $css->add_property( 'padding-left', absint( $generate_settings['secondary_menu_item'] ), $og_defaults['secondary_menu_item'], 'px' ); + $css->add_property( 'padding-right', absint( $generate_settings['secondary_menu_item'] ), $og_defaults['secondary_menu_item'], 'px' ); + $css->add_property( 'padding-top', absint( $generate_settings['secondary_sub_menu_item_height'] ), $og_defaults['secondary_sub_menu_item_height'], 'px' ); + $css->add_property( 'padding-bottom', absint( $generate_settings['secondary_sub_menu_item_height'] ), $og_defaults['secondary_sub_menu_item_height'], 'px' ); + $css->add_property( 'background-image', ! empty( $generate_settings['sub_nav_item_image'] ) ? 'url(' . esc_url( $generate_settings['sub_nav_item_image'] ) . ')' : '' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['sub_nav_item_repeat'] ) ); + + // Menu item padding on RTL. + if ( is_rtl() ) { + $css->set_selector( 'nav.secondary-navigation .main-nav ul li.menu-item-has-children > a' ); + $css->add_property( 'padding-right', absint( $generate_settings['secondary_menu_item'] ), $og_defaults['secondary_menu_item'], 'px' ); + } + + // Dropdown arrow. + $css->set_selector( '.secondary-navigation .menu-item-has-children ul .dropdown-menu-toggle' ); + $css->add_property( 'padding-top', absint( $generate_settings['secondary_sub_menu_item_height'] ), $og_defaults['secondary_sub_menu_item_height'], 'px' ); + $css->add_property( 'padding-bottom', absint( $generate_settings['secondary_sub_menu_item_height'] ), $og_defaults['secondary_sub_menu_item_height'], 'px' ); + $css->add_property( 'margin-top', '-' . absint( $generate_settings['secondary_sub_menu_item_height'] ), '-' . absint( $og_defaults['secondary_sub_menu_item_height'] ), 'px' ); + + // Dropdown arrow. + $css->set_selector( '.secondary-navigation .menu-item-has-children .dropdown-menu-toggle' ); + $css->add_property( 'padding-right', absint( $generate_settings['secondary_menu_item'] ), $og_defaults['secondary_menu_item'], 'px' ); + + // Sub-navigation dropdown arrow. + $css->set_selector( '.secondary-navigation .menu-item-has-children ul .dropdown-menu-toggle' ); + $css->add_property( 'padding-top', absint( $generate_settings['secondary_sub_menu_item_height'] ), $og_defaults['secondary_sub_menu_item_height'], 'px' ); + $css->add_property( 'padding-bottom', absint( $generate_settings['secondary_sub_menu_item_height'] ), $og_defaults['secondary_sub_menu_item_height'], 'px' ); + $css->add_property( 'margin-top', '-' . absint( $generate_settings['secondary_sub_menu_item_height'] ), '-' . absint( $og_defaults['secondary_sub_menu_item_height'] ), 'px' ); + + // Navigation background/text on hover. + $css->set_selector( '.secondary-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .secondary-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .secondary-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .secondary-menu-bar-items .menu-bar-item:hover > a' ); + $css->add_property( 'color', esc_attr( $generate_settings['navigation_text_hover_color'] ) ); + $css->add_property( 'background-color', esc_attr( $generate_settings['navigation_background_hover_color'] ) ); + $css->add_property( 'background-image', ! empty( $generate_settings['nav_item_hover_image'] ) ? 'url(' . esc_url( $generate_settings['nav_item_hover_image'] ) . ')' : '' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['nav_item_hover_repeat'] ) ); + + // Sub-Navigation background/text on hover. + $css->set_selector( '.secondary-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a,.secondary-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a,.secondary-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a' ); + $css->add_property( 'color', esc_attr( $generate_settings['subnavigation_text_hover_color'] ) ); + $css->add_property( 'background-color', esc_attr( $generate_settings['subnavigation_background_hover_color'] ) ); + $css->add_property( 'background-image', ! empty( $generate_settings['sub_nav_item_hover_image'] ) ? 'url(' . esc_url( $generate_settings['sub_nav_item_hover_image'] ) . ')' : '' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['sub_nav_item_hover_repeat'] ) ); + + // Navigation background / text current + hover. + $css->set_selector( '.secondary-navigation .main-nav ul li[class*="current-menu-"] > a' ); + $css->add_property( 'color', esc_attr( $generate_settings['navigation_text_current_color'] ) ); + $css->add_property( 'background-color', esc_attr( $generate_settings['navigation_background_current_color'] ) ); + $css->add_property( 'background-image', ! empty( $generate_settings['nav_item_current_image'] ) ? 'url(' . esc_url( $generate_settings['nav_item_current_image'] ) . ')' : '' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['nav_item_current_repeat'] ) ); + + // Sub-Navigation background / text current + hover. + $css->set_selector( '.secondary-navigation .main-nav ul ul li[class*="current-menu-"] > a' ); + $css->add_property( 'color', esc_attr( $generate_settings['subnavigation_text_current_color'] ) ); + $css->add_property( 'background-color', esc_attr( $generate_settings['subnavigation_background_current_color'] ) ); + $css->add_property( 'background-image', ! empty( $generate_settings['sub_nav_item_current_image'] ) ? 'url(' . esc_url( $generate_settings['sub_nav_item_current_image'] ) . ')' : '' ); + $css->add_property( 'background-repeat', esc_attr( $generate_settings['sub_nav_item_current_repeat'] ) ); + + // RTL menu item padding. + if ( is_rtl() ) { + $css->set_selector( '.secondary-navigation .main-nav ul li.menu-item-has-children > a' ); + $css->add_property( 'padding-right', absint( $generate_settings['secondary_menu_item'] ), false, 'px' ); + } + + if ( function_exists( 'generate_get_option' ) && function_exists( 'generate_get_defaults' ) ) { + $theme_defaults = generate_get_defaults(); + + if ( isset( $theme_defaults['icons'] ) ) { + if ( 'svg' === generate_get_option( 'icons' ) ) { + $css->set_selector( '.secondary-navigation.toggled .dropdown-menu-toggle:before' ); + $css->add_property( 'display', 'none' ); + } + } + } + + $mobile_css = '@media ' . generate_premium_get_media_query( 'mobile-menu' ) . ' {.secondary-menu-bar-items .menu-bar-item:hover > a{background: none;color: ' . $generate_settings['navigation_text_color'] . ';}}'; + + // Return our dynamic CSS. + return $css->css_output() . $mobile_css; + } +} + +if ( ! function_exists( 'generate_secondary_color_scripts' ) ) { + add_action( 'wp_enqueue_scripts', 'generate_secondary_color_scripts', 110 ); + /** + * Enqueue scripts and styles + */ + function generate_secondary_color_scripts() { + // Bail if no Secondary menu is set. + if ( ! has_nav_menu( 'secondary' ) ) { + return; + } + + wp_add_inline_style( 'generate-secondary-nav', generate_secondary_nav_css() ); + + if ( class_exists( 'GeneratePress_Typography' ) ) { + wp_add_inline_style( 'generate-secondary-nav', GeneratePress_Typography::get_css( 'secondary-nav' ) ); + } + } +} + +if ( ! function_exists( 'generate_secondary_navigation_class' ) ) { + /** + * Display the classes for the secondary navigation. + * + * @since 0.1 + * @param string|array $class One or more classes to add to the class list. + */ + function generate_secondary_navigation_class( $class = '' ) { + // Separates classes with a single space, collates classes for post DIV. + echo 'class="' . join( ' ', generate_get_secondary_navigation_class( $class ) ) . '"'; // phpcs:ignore -- Escaped in generate_get_secondary_navigation_class. + } +} + +if ( ! function_exists( 'generate_get_secondary_navigation_class' ) ) { + /** + * Retrieve the classes for the secondary navigation. + * + * @since 0.1 + * @param string|array $class One or more classes to add to the class list. + * @return array Array of classes. + */ + function generate_get_secondary_navigation_class( $class = '' ) { + $classes = array(); + + if ( ! empty( $class ) ) { + if ( ! is_array( $class ) ) { + $class = preg_split( '#\s+#', $class ); + } + + $classes = array_merge( $classes, $class ); + } + + $classes = array_map( 'esc_attr', $classes ); + + return apply_filters( 'generate_secondary_navigation_class', $classes, $class ); + } +} + +if ( ! function_exists( 'generate_secondary_menu_class' ) ) { + /** + * Display the classes for the secondary navigation. + * + * @since 0.1 + * @param string|array $class One or more classes to add to the class list. + */ + function generate_secondary_menu_class( $class = '' ) { + // Separates classes with a single space, collates classes for post DIV. + echo 'class="' . join( ' ', generate_get_secondary_menu_class( $class ) ) . '"'; // phpcs:ignore -- Escaped in generate_get_secondary_menu_class. + } +} + +if ( ! function_exists( 'generate_get_secondary_menu_class' ) ) { + /** + * Retrieve the classes for the secondary navigation. + * + * @since 0.1 + * @param string|array $class One or more classes to add to the class list. + * @return array Array of classes. + */ + function generate_get_secondary_menu_class( $class = '' ) { + $classes = array(); + + if ( ! empty( $class ) ) { + if ( ! is_array( $class ) ) { + $class = preg_split( '#\s+#', $class ); + } + + $classes = array_merge( $classes, $class ); + } + + $classes = array_map( 'esc_attr', $classes ); + + return apply_filters( 'generate_secondary_menu_class', $classes, $class ); + } +} + +if ( ! function_exists( 'generate_inside_secondary_navigation_class' ) ) { + /** + * Display the classes for the inner navigation. + * + * @since 0.1 + * @param string|array $class One or more classes to add to the class list. + */ + function generate_inside_secondary_navigation_class( $class = '' ) { + $classes = array(); + + if ( ! empty( $class ) ) { + if ( ! is_array( $class ) ) { + $class = preg_split( '#\s+#', $class ); + } + + $classes = array_merge( $classes, $class ); + } + + $classes = array_map( 'esc_attr', $classes ); + + $return = apply_filters( 'generate_inside_secondary_navigation_class', $classes, $class ); + + // Separates classes with a single space, collates classes for post DIV. + echo 'class="' . join( ' ', $return ) . '"'; // phpcs:ignore -- Escaped above. + } +} + +if ( ! function_exists( 'generate_secondary_nav_remove_top_bar' ) ) { + add_action( 'wp', 'generate_secondary_nav_remove_top_bar' ); + /** + * Remove the top bar and add it to the Secondary Navigation if it's set + */ + function generate_secondary_nav_remove_top_bar() { + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + if ( $generate_settings['merge_top_bar'] && 'secondary-nav-above-header' === $generate_settings['secondary_nav_position_setting'] && has_nav_menu( 'secondary' ) && is_active_sidebar( 'top-bar' ) ) { + remove_action( 'generate_before_header', 'generate_top_bar', 5 ); + add_action( 'generate_inside_secondary_navigation', 'generate_secondary_nav_top_bar_widget', 5 ); + add_filter( 'generate_is_top_bar_active', '__return_false' ); + } + } +} + +if ( ! function_exists( 'generate_secondary_nav_top_bar_widget' ) ) { + /** + * Build the top bar widget area + * This is placed into the secondary navigation if set + */ + function generate_secondary_nav_top_bar_widget() { + if ( ! is_active_sidebar( 'top-bar' ) ) { + return; + } + ?> +
          +
          + +
          +
          + .secondary-navigation .main-nav ul li a, .secondary-navigation .menu-toggle, .secondary-menu-bar-items .menu-bar-item > a{padding: 0 ' + newval + 'px;}.secondary-navigation .menu-item-has-children .dropdown-menu-toggle{padding-right:' + newval + 'px;}' ); + setTimeout(function() { + jQuery( 'style#secondary_menu_item' ).not( ':last' ).remove(); + }, 50); + } ); + } ); + + wp.customize( 'generate_secondary_nav_settings[secondary_menu_item_height]', function( value ) { + value.bind( function( newval ) { + jQuery( 'head' ).append( '' ); + setTimeout(function() { + jQuery( 'style#secondary_menu_item_height' ).not( ':last' ).remove(); + }, 50); + } ); + } ); + + wp.customize( 'generate_secondary_nav_settings[secondary_sub_menu_item_height]', function( value ) { + value.bind( function( newval ) { + jQuery( 'head' ).append( '' ); + setTimeout(function() { + jQuery( 'style#secondary_sub_menu_item_height' ).not( ':last' ).remove(); + }, 50); + } ); + } ); + +})( jQuery ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/generate-secondary-nav.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/generate-secondary-nav.php new file mode 100644 index 00000000..7c3e48eb --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/generate-secondary-nav.php @@ -0,0 +1,23 @@ + *:last-child { + margin-bottom: 0; +} + +.generate-sections-container { + background-size: cover; +} + +.generate-sections-container.no-padding .generate-sections-inside-container { + padding: 0px !important; +} + +.generate-sections-enabled.one-container .site-content { + padding: 0; +} + +.generate-sections-enabled.one-container .container { + background: transparent; +} + +.generate-sections-enabled.one-container .site-main { + margin: 0 !important; +} + +.generate-sections-enabled .entry-content { + text-align: center; +} + +.separate-containers .site-main > .generate-sections-container { + margin-bottom: 0; +} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/css/style.min.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/css/style.min.css new file mode 100644 index 00000000..802b011a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/css/style.min.css @@ -0,0 +1 @@ +.sections-no-sidebars.generate-sections-enabled .container.grid-container,.sections-sidebars.no-sidebar.generate-sections-enabled .container.grid-container{max-width:100%}.sections-no-sidebars.generate-sections-enabled #primary.content-area,.sections-sidebars.no-sidebar.generate-sections-enabled #primary.content-area{width:100%}.sections-no-sidebars.generate-sections-enabled.separate-containers #main.site-main,.sections-no-sidebars.generate-sections-enabled.separate-containers .hentry,.sections-sidebars.no-sidebar.generate-sections-enabled.separate-containers #main.site-main,.sections-sidebars.no-sidebar.generate-sections-enabled.separate-containers .hentry{margin:0}.generate-sections-inside-container>:last-child{margin-bottom:0}.generate-sections-container{background-size:cover}.generate-sections-container.no-padding .generate-sections-inside-container{padding:0!important}.generate-sections-enabled.one-container .site-content{padding:0}.generate-sections-enabled.one-container .container{background:0 0}.generate-sections-enabled.one-container .site-main{margin:0!important}.generate-sections-enabled .entry-content{text-align:center}.separate-containers .site-main>.generate-sections-container{margin-bottom:0} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/generate-sections.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/generate-sections.php new file mode 100644 index 00000000..2703c8e4 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/generate-sections.php @@ -0,0 +1,329 @@ +ID, '_generate_use_sections', TRUE) : ''; + + if ( is_home() || is_archive() || is_search() || is_attachment() || is_tax() ) { + return $template; + } + + if ( isset( $use_sections['use_sections'] ) && 'true' == $use_sections['use_sections'] ) { + + $new_template = dirname( __FILE__ ) . '/templates/template.php'; + + if ( '' != $new_template ) { + return $new_template; + } + } + return $template; + + } +} + +if ( ! function_exists( 'generate_sections_show_excerpt' ) ) { + add_filter( 'generate_show_excerpt', 'generate_sections_show_excerpt' ); + /** + * If Sections is enabled on a post, make sure we use the excerpt field on the blog page + */ + function generate_sections_show_excerpt( $show_excerpt ) { + global $post; + $use_sections = ( isset( $post ) ) ? get_post_meta( $post->ID, '_generate_use_sections', TRUE) : ''; + + if ( isset( $use_sections['use_sections'] ) && 'true' == $use_sections['use_sections'] ) { + return true; + } + + return $show_excerpt; + } +} + +if ( ! function_exists( 'generate_sections_styles' ) ) { + add_action( 'wp_enqueue_scripts', 'generate_sections_styles' ); + /** + * Enqueue necessary scripts if sections are enabled + */ + function generate_sections_styles() { + + global $post; + $use_sections = ( isset( $post ) ) ? get_post_meta( $post->ID, '_generate_use_sections', TRUE) : ''; + + // Bail if we're on a posts page + if ( is_home() || is_archive() || is_search() || is_attachment() || is_tax() ) { + return; + } + + if ( isset( $use_sections['use_sections'] ) && 'true' == $use_sections['use_sections'] ) { + wp_enqueue_style( 'generate-sections-styles', plugin_dir_url( __FILE__ ) . 'css/style.min.css' ); + wp_enqueue_script( 'generate-sections-parallax', plugin_dir_url( __FILE__ ) . 'js/parallax.min.js', array(), GENERATE_SECTIONS_VERSION, true ); + } + } +} + +if ( ! function_exists( 'generate_sections_body_classes' ) ) { + add_filter( 'body_class', 'generate_sections_body_classes' ); + /** + * Add classes to our element when sections are enabled + */ + function generate_sections_body_classes( $classes ) { + global $post; + $use_sections = ( isset( $post ) ) ? get_post_meta( $post->ID, '_generate_use_sections', TRUE) : ''; + $sidebars = apply_filters( 'generate_sections_sidebars', false ); + + // Bail if we're on a posts page + if ( is_home() || is_archive() || is_search() || is_attachment() || is_tax() ) { + return $classes; + } + + if ( isset( $use_sections['use_sections'] ) && 'true' == $use_sections['use_sections'] ) { + $classes[] = 'generate-sections-enabled'; + } + + if ( ( isset( $use_sections['use_sections'] ) && 'true' == $use_sections['use_sections'] ) && ! $sidebars ) { + $classes[] = 'sections-no-sidebars'; + } + + if ( ( isset( $use_sections['use_sections'] ) && 'true' == $use_sections['use_sections'] ) && $sidebars ) { + $classes[] = 'sections-sidebars'; + } + + return $classes; + } +} + +if ( ! function_exists( 'generate_sections_add_css' ) ) { + add_action( 'wp_enqueue_scripts', 'generate_sections_add_css', 500 ); + /** + * Create the CSS for our sections + */ + function generate_sections_add_css() { + global $post; + $use_sections = ( isset( $post ) ) ? get_post_meta( $post->ID, '_generate_use_sections', TRUE) : ''; + + if ( ! isset( $use_sections['use_sections'] ) ) { + return; + } + + if ( 'true' !== $use_sections['use_sections'] ) { + return; + } + + if ( is_home() || is_archive() || is_search() || is_attachment() || is_tax() ) { + return; + } + + if ( function_exists( 'generate_spacing_get_defaults' ) ) { + $spacing_settings = wp_parse_args( + get_option( 'generate_spacing_settings', array() ), + generate_spacing_get_defaults() + ); + + $left_padding = $spacing_settings['content_left']; + $right_padding = $spacing_settings['content_right']; + $mobile_padding_left = ( isset( $spacing_settings[ 'mobile_content_left' ] ) ) ? $spacing_settings[ 'mobile_content_left' ] : 30; + $mobile_padding_right = ( isset( $spacing_settings[ 'mobile_content_right' ] ) ) ? $spacing_settings[ 'mobile_content_right' ] : 30; + } else { + $right_padding = 40; + $left_padding = 40; + $mobile_padding = 30; + } + + $sections = ( isset( $post ) ) ? get_post_meta( $post->ID, '_generate_sections', TRUE) : ''; + + // check if the repeater field has rows of data + if ( $sections && '' !== $sections ) { + + $css = '.generate-sections-inside-container {padding-left:' . $left_padding . 'px;padding-right:' . $right_padding . 'px;}'; + // loop through the rows of data + $i = 0; + foreach ( $sections['sections'] as $section ) : + $i++; + + // Get image details + $image_id = ( isset( $section['background_image'] ) && '' !== $section['background_image'] ) ? intval( $section['background_image'] ) : ''; + $image_url = ( '' !== $image_id ) ? wp_get_attachment_image_src( $image_id, 'full' ) : ''; + + // Get the padding type + $padding_type = apply_filters( 'generate_sections_padding_type','px' ); + + // If someone has changed the padding type using a filter, use their value + if ( 'px' !== $padding_type ) { + $top_padding_type = $padding_type; + $bottom_padding_type = $padding_type; + } else { + $top_padding_type = ( isset( $section['top_padding_unit'] ) && '' !== $section['top_padding_unit'] ) ? $section['top_padding_unit'] : $padding_type; + $bottom_padding_type = ( isset( $section['bottom_padding_unit'] ) && '' !== $section['bottom_padding_unit'] ) ? $section['bottom_padding_unit'] : $padding_type; + } + + // Default padding top + $padding_top = apply_filters( 'generate_sections_default_padding_top','40' ); + + // Default padding bottom + $padding_bottom = apply_filters( 'generate_sections_default_padding_bottom','40' ); + + $custom_id = ( isset( $section['custom_id'] ) ) ? $section['custom_id'] : ''; + $custom_id = ( '' == $custom_id ) ? "generate-section-$i" : $custom_id; + + // Get the values + $background_color = ( isset( $section['background_color'] ) && '' !== $section['background_color'] ) ? 'background-color:' . esc_attr( $section['background_color'] ) . ';' : ''; + $background_image = ( ! empty( $image_url[0] ) ) ? 'background-image:url(' . esc_url( $image_url[0] ) . ');' : ''; + + if ( isset( $section['background_color_overlay'] ) && '' !== $section['background_color_overlay'] ) { + if ( '' !== $background_image && '' !== $background_color ) { + $background_image = 'background-image:linear-gradient(0deg, ' . $section['background_color'] . ',' . $section['background_color'] . '), url(' . esc_url( $image_url[0] ) . ');'; + $background_color = ''; + } + } + + $text_color = ( isset( $section['text_color'] ) && '' !== $section['text_color'] ) ? 'color:' . esc_attr( $section['text_color'] ) . ';' : ''; + $link_color = ( isset( $section['link_color'] ) && '' !== $section['link_color'] ) ? 'color:' . esc_attr( $section['link_color'] ) . ';' : ''; + $link_color_hover = ( isset( $section['link_color_hover'] ) && '' !== $section['link_color_hover'] ) ? 'color:' . esc_attr( $section['link_color_hover'] ) . ';' : ''; + $top_padding = ( isset( $section['top_padding'] ) && '' !== $section['top_padding'] ) ? 'padding-top:' . absint( $section['top_padding'] ) . $top_padding_type . ';' : 'padding-top:' . $padding_top . 'px;'; + $bottom_padding = ( isset( $section['bottom_padding'] ) && '' !== $section['bottom_padding'] ) ? 'padding-bottom:' . absint( $section['bottom_padding'] ) . $bottom_padding_type . ';' : 'padding-bottom:' . $padding_bottom . 'px;'; + + // Outer container + if ( '' !== $background_color || '' !== $background_image ) { + $css .= '#' . $custom_id . '.generate-sections-container{' . $background_color . $background_image . '}'; + } + + // Inner container + if ( '' !== $top_padding || '' !== $bottom_padding || '' !== $text_color ) { + $css .= '#' . $custom_id . ' .generate-sections-inside-container{' . $top_padding . $bottom_padding . $text_color . '}'; + } + + // Link color + if ( '' !== $link_color ) { + $css .= '#' . $custom_id . ' a,#generate-section-' . $i . ' a:visited{' . $link_color . '}'; + } + + // Link color hover + if ( '' !== $link_color_hover ) { + $css .= '#' . $custom_id . ' a:hover{' . $link_color_hover . '}'; + } + + $mobile = generate_premium_get_media_query( 'mobile' ); + $css .= '@media ' . esc_attr( $mobile ) . ' {.generate-sections-inside-container {padding-left: ' . $mobile_padding_left . 'px;padding-right: ' . $mobile_padding_right . 'px;}}'; + endforeach; + + // Build CSS + wp_add_inline_style( 'generate-style', $css ); + + } + } +} + +if ( ! function_exists( 'generate_sections_filter_admin_init' ) ) { + add_action( 'admin_init', 'generate_sections_filter_admin_init' ); + /* + * Recreate the default filters on the_content + * this will make it much easier to output the meta content with proper/expected formatting + */ + function generate_sections_filter_admin_init() { + if ( user_can_richedit() ) { + add_filter( 'generate_section_content', 'convert_smilies' ); + add_filter( 'generate_section_content', 'convert_chars' ); + add_filter( 'generate_section_content', 'wpautop' ); + add_filter( 'generate_section_content', 'shortcode_unautop' ); + add_filter( 'generate_section_content', 'prepend_attachment' ); + } + } +} + +if ( ! function_exists( 'generate_sections_filter' ) ) { + add_action( 'init', 'generate_sections_filter' ); + /* + * Recreate the default filters on the_content + * this will make it much easier to output the meta content with proper/expected formatting + */ + function generate_sections_filter() { + if ( is_admin() ) { + return; + } + + add_filter( 'generate_section_content', 'convert_smilies' ); + add_filter( 'generate_section_content', 'convert_chars' ); + add_filter( 'generate_section_content', 'wpautop' ); + add_filter( 'generate_section_content', 'shortcode_unautop' ); + add_filter( 'generate_section_content', 'prepend_attachment' ); + add_filter( 'generate_section_content', 'do_shortcode'); + + add_filter( 'generate_the_section_content', array($GLOBALS['wp_embed'], 'autoembed'), 9 ); + } +} + +if ( ! function_exists( 'generate_sections_save_content' ) ) { + add_action( 'save_post', 'generate_sections_save_content', 99, 4 ); + /* + * When we save our post, grab all of the section content and save it as regular content. + * + * This will prevent content loss/theme lock. + */ + function generate_sections_save_content( $post_id, $post ) { + + if ( ! isset( $_POST['_generate_sections_nonce'] ) || ! wp_verify_nonce( $_POST['_generate_sections_nonce'], 'generate_sections_nonce' ) ) { + return; + } + + if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE ) { + return; + } + + if ( ! current_user_can('edit_post', $post_id ) ) { + return; + } + + // See if we're using sections + $use_sections = get_post_meta( $post_id, '_generate_use_sections', true); + + // Make sure use sections exists and that we're not saving a revision + if ( ! isset( $use_sections['use_sections'] ) || wp_is_post_revision( $post_id ) ) { + return; + } + + // Return if sections are set to false + if ( 'true' !== $use_sections['use_sections'] ) { + return; + } + + // Get our sections + $sections = get_post_meta( $post_id, '_generate_sections', true ); + + // Return if there's nothing in our sections + if ( ! isset( $sections ) || '' == $sections ) { + return; + } + + // Prevent infinite loop + remove_action( 'save_post', 'generate_sections_save_content', 99, 4 ); + + // Let's do some stuff if sections aren't empty + if ( '' !== $sections ) { + // Set up our content variable + $content = ''; + + // Loop through each section and add our content to the content variable + foreach ( $sections['sections'] as $section ) { + $content .= ( isset( $section['content'] ) && '' !== $section['content'] ) ? $section['content'] . "\n\n" : ''; + } + + // Now update our post if we have section content + if ( '' !== $content ) { + $post->post_content = $content; + wp_update_post( $post, true ); + } + } + + // Re-hook the save_post action + add_action('save_post', 'generate_sections_save_content', 99, 4); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/js/parallax.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/js/parallax.js new file mode 100644 index 00000000..2c49e753 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/js/parallax.js @@ -0,0 +1,17 @@ +function generate_sections_parallax_element( selector, context ) { + context = context || document; + var elements = context.querySelectorAll( selector ); + return Array.prototype.slice.call( elements ); +} + +window.addEventListener( "scroll", function() { + var scrolledHeight= window.pageYOffset; + generate_sections_parallax_element( ".generate-sections-container.enable-parallax" ).forEach( function( el, index, array ) { + var limit = el.offsetTop + el.offsetHeight; + if( scrolledHeight > el.offsetTop && scrolledHeight <= limit ) { + el.style.backgroundPositionY = ( scrolledHeight - el.offsetTop ) / el.getAttribute( 'data-speed' ) + "px"; + } else { + el.style.backgroundPositionY = "0"; + } + }); +}); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/js/parallax.min.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/js/parallax.min.js new file mode 100644 index 00000000..7004f63b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/js/parallax.min.js @@ -0,0 +1 @@ +function generate_sections_parallax_element(e,t){var o=(t=t||document).querySelectorAll(e);return Array.prototype.slice.call(o)}window.addEventListener("scroll",function(){var e=window.pageYOffset;generate_sections_parallax_element(".generate-sections-container.enable-parallax").forEach(function(t,o,n){var a=t.offsetTop+t.offsetHeight;e>t.offsetTop&&e<=a?t.style.backgroundPositionY=(e-t.offsetTop)/t.getAttribute("data-speed")+"px":t.style.backgroundPositionY="0"})}); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/css/generate-sections-metabox.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/css/generate-sections-metabox.css new file mode 100644 index 00000000..6927a1b3 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/css/generate-sections-metabox.css @@ -0,0 +1,348 @@ +body { + -webkit-backface-visibility: hidden; +} +#_generate_sections_metabox { + opacity: 0; + height: 0; + overflow: hidden; +} + +#_generate_use_sections_metabox { + display: block !important; +} + +.generate_sections_control { + padding-top: 8px; +} + +.generate-sections-enabled #postdivrich { + opacity: 0; + height: 0; + overflow: hidden; +} +.generate-sections-enabled #_generate_sections_metabox { + opacity: 1; + height: auto; +} + +.generate_sections_control .warning { + color: red; +} +.generate_sections_control .dodelete-repeating_textareas { + float: right; +} +.generate_sections_control .section { + border: 1px solid #DFDFDF; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); + margin: 6px 0px 8px; + overflow: hidden; + position: relative; + background: white; +} +.generate_sections_control .section .section-title { + font-size: 14px; + padding: 0 0 0 15px; + margin: 0; + max-height: 50px; +} +.generate_sections_control .section .section-title > span { + cursor: pointer; + overflow:hidden; + display:block; + max-height:50px; + line-height:50px; + width:100%; +} +.generate_sections_control .section .section-controls { + position: absolute; + top:0; + right:0; + text-align: right; +} +.rtl .generate_sections_control .section .section-controls { + right:auto;left:0; +} +.generate_sections_control .section .section-controls a { + color: #aaa; + display:block; + float:left; + border-left: 1px solid #efefef; +} +.generate_sections_control .section .section-controls a:hover { + color: #777; +} +.generate_sections_control .section textarea { + display: none; +} +.generate_sections_control .section h3 { + color: #999; + font-size: 1em; + margin: 15px 6px; + text-transform: uppercase; +} +.generate_sections_control .section .ui-sortable-placeholder { + line-height: 1.4em; + border: 3px dashed #DDD; +} +.generate-sections-modal .media-menu-item { + cursor: pointer; +} +.custom-classes input { + width:100%; +} +.js .generate_sections_control .move-section { + cursor: move; +} +.generate-sections-modal p { + margin-top:5px; +} +#_generate_sections_metabox { + box-shadow: 0 0 0 transparent; +} +.section-controls a { + line-height:50px; + padding: 0 15px; + width:initial; + height:initial; +} + +.generate_sections_control .section .section-controls a.delete-section:hover { + color: red; +} + +.generate_sections_control p { + margin: 5px; +} + +textarea#generate-sections-editor { + border:0; +} + +#generate-sections-editor_ifr { + min-height: 400px; +} + +a#generate-add-section, a#generate-delete-sections { + height: auto; + line-height: inherit; + padding: 10px 20px; +} + +#wp-generate-sections-editor-wrap.old-sections-js .wp-media-buttons > * { + display:none; +} + +#wp-generate-sections-editor-wrap.old-sections-js .wp-media-buttons > .generate-sections-add-media, +#wp-generate-sections-editor-wrap.old-sections-js .wp-media-buttons > .su-generator-button, +#wp-generate-sections-editor-wrap.old-sections-js .wp-media-buttons > .envira-gallery-choose-gallery, +#wp-generate-sections-editor-wrap.old-sections-js .wp-media-buttons > .gridable-insert-row-button { + display: inline-block; +} + +#custom-media-buttons > * { + display: none; +} + +#custom-media-buttons > .insert-media, +#custom-media-buttons > .su-generator-button, +#custom-media-buttons > .envira-gallery-choose-gallery, +#custom-media-buttons > .gridable-insert-row-button, +#custom-media-buttons > .bfa-iconpicker { + display: inline-block; +} + +#_generate_sections_metabox { + background: transparent; + border: 0; +} +#_generate_sections_metabox > .handlediv, #_generate_sections_metabox > .hndle { + display: none; +} +#_generate_sections_metabox > .inside { + padding-left: 0; + padding-right: 0; +} + +body.wp-admin .grid-container { + max-width: 100%; +} + +.generate-sections-modal h3 { + margin-top: 0; +} + +input#custom_classes, +input#custom_id { + width: 100%; + max-width: 300px; +} + +.box-type select, +.inner-box-type select, +.parallax-effect select, +.top-padding input, +.bottom-padding input { + width: 100%; + box-sizing: border-box; +} + +.send-to-editor { + display: inline-block; + margin-top: 15px !important; +} + +#generate-sections-modal-dialog .media-frame-title .dashicons-arrow-down { + display: none; +} + +.gs-grid-container { + margin-left: auto; + margin-right: auto; + max-width: 100%; + padding-left: 10px; + padding-right: 10px; +} + +.gs-grid-parent { + padding-left: 0; + padding-right: 0; +} + +.gs-grid-container:before, +.gs-grid-container:after { + content: "."; + display: block; + overflow: hidden; + visibility: hidden; + font-size: 0; + line-height: 0; + width: 0; + height: 0; + clear: both; +} + +@media screen and (min-width: 769px) { + .gs-grid-50:before, + .gs-grid-50:after, + .gs-grid-33:before, + .gs-grid-33:after, + .gs-grid-25:before, + .gs-grid-25:after + .gs-grid-20:before, + .gs-grid-20:after + .gs-grid-12:before, + .gs-grid-12:after { + content: "."; + display: block; + overflow: hidden; + visibility: hidden; + font-size: 0; + line-height: 0; + width: 0; + height: 0; + clear: both; + } + .gs-grid-50, + .gs-grid-33, + .gs-grid-25, + .gs-grid-20, + .gs-grid-12 { + box-sizing: border-box; + padding-left: 10px; + padding-right: 10px; + } + .gs-grid-50 { + width: 50% !important; + float: left; + } + .gs-grid-33 { + width: 33.333% !important; + float: left; + } + .gs-grid-25 { + width: 25% !important; + float: left; + } + .gs-grid-20 { + width: 20% !important; + float: left; + } + .gs-grid-12 { + width: 12.5% !important; + float: left; + } + .top-border { + border-top: 1px solid #EFEFEF; + } + .bottom-border { + border-bottom: 1px solid #EFEFEF; + } + .border-right { + border-right: 1px solid #EFEFEF; + } + .border-left { + border-left: 1px solid #EFEFEF; + } +} + +@media screen and (max-width: 768px) { + .gs-grid-50, .gs-grid-33, .gs-grid-25, .gs-grid-12 { + width: 100% !important; + } + .generate_sections_control .section .section-controls { + position: relative; + } +} + +@media screen and (max-width: 500px) { + .generate_sections_control .section .section-controls a:first-child { + border-left: 0; + } +} + +#generate-sections-modal-dialog .media-modal-close { + text-decoration: none; + text-align: center; +} +/* + The styles below were ripped from the Media Modal in WordPress 3.5 + ~~ Thanks for building a beautiful Modal UI ( that I could steal ) +*/ +body.generate-modal-open { overflow: hidden; } + +.generate-sections-modal .media-modal { z-index: 65535; } +.generate-sections-modal .media-modal-backdrop { z-index: 65534; } +.generate-sections-modal .media-frame-content .panel { display: none; padding: 2em; } +.generate-sections-modal .media-frame-content .panel.active { display: block; } +.generate-sections-modal .media-frame-content .panel .section-title input { width:100%;padding:10px; } +.generate-sections-modal .media-frame-content .panel .html-active .mce-panel { display: none; } +.generate-sections-modal .media-frame-content .panel .html-active .wp-editor-area { display: block !important; min-height: 300px; } +.generate-sections-modal .media-frame-content .panel .mce-wp-dfw, .generate-sections-modal .media-frame-content .panel .qt-dfw { display: none; } +.generate-sections-modal .media-frame-content .panel .generate-sections-remove-image { display: none; } + +textarea.no-rich-edit { + width: 100%; + min-height: 300px; +} + +.wp-picker-container .wp-color-result.button { + height: 24px; + margin: 0 6px 6px 0px; + padding: 0 0 0 30px; + font-size: 11px; +} + +.wp-color-result:after { + display: none; +} + +.wp-color-result-text { + background: #f7f7f7; + border-radius: 0 2px 2px 0; + border-left: 1px solid #ccc; + color: #555; + display: block; + line-height: 22px; + padding: 0 6px; + text-align: center; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/css/lc_switch.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/css/lc_switch.css new file mode 100644 index 00000000..5f95b304 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/css/lc_switch.css @@ -0,0 +1,92 @@ +.lcs_wrap { + display: inline-block; + direction: ltr; + height: 28px; + vertical-align: middle; +} +.lcs_wrap input { + display: none; +} + +.lcs_switch { + display: inline-block; + position: relative; + width: 73px; + height: 28px; + border-radius: 30px; + background: #ddd; + overflow: hidden; + cursor: pointer; + transition: all .2s ease-in-out; +} +.lcs_cursor { + display: inline-block; + position: absolute; + top: 3px; + width: 22px; + height: 22px; + border-radius: 100%; + background: #fff; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1); + z-index: 10; + transition: all .2s linear; +} +.lcs_label { + font-family: "Trebuchet MS", Helvetica, sans-serif; + font-size: 12px; + letter-spacing: 1px; + line-height: 18px; + color: #fff; + font-weight: bold; + position: absolute; + width: 33px; + top: 5px; + overflow: hidden; + text-align: center; + opacity: 0; + transition: all .2s ease-in-out .1s; +} +.lcs_label.lcs_label_on { + left: -70px; + z-index: 6; +} +.lcs_label.lcs_label_off { + right: -70px; + z-index: 5; +} + + +/* on */ +.lcs_switch.lcs_on { + background: #75b936; + box-shadow: 0 0 2px #579022 inset; +} +.lcs_switch.lcs_on .lcs_cursor { + left: 48px; +} +.lcs_switch.lcs_on .lcs_label_on { + left: 10px; + opacity: 1; +} + + +/* off */ +.lcs_switch.lcs_off { + background: #b2b2b2; + box-shadow: 0px 0px 2px #a4a4a4 inset; +} +.lcs_switch.lcs_off .lcs_cursor { + left: 3px; +} +.lcs_switch.lcs_off .lcs_label_off { + right: 10px; + opacity: 1; +} + + +/* disabled */ +.lcs_switch.lcs_disabled { + opacity: 0.65; + filter: alpha(opacity=65); + cursor: default; +} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox-4.9.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox-4.9.js new file mode 100644 index 00000000..f9215062 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox-4.9.js @@ -0,0 +1,835 @@ +/*-----------------------------------------------------------------------------------*/ +/* Generate Sections Metabox +/* +/* © Kathy Darling http://www.kathyisawesome.com +/* 2016-07-19. */ +/*-----------------------------------------------------------------------------------*/ + +/** + * @type {Object} JavaScript namespace for our application. + */ +var Generate_Sections = { + backbone_modal: { + __instance: undefined + } +}; + +(function($, Generate_Sections) { + + + // Model + Generate_Sections.Section = Backbone.Model.extend({ + defaults: { + "title": "", + "box_type": "", + "inner_box_type": "", + "custom_classes": "", + "custom_id": "", + "top_padding": "", + "bottom_padding": "", + "top_padding_unit": "", + "bottom_padding_unit": "", + "background_color": "", + "background_image": "", + "background_image_preview": "", + "parallax_effect": "", + "background_color_overlay": "", + "text_color": "", + "link_color": "", + "link_color_hover": "", + "content": "" + } + }); + + + // Collection + Generate_Sections.SectionsCollection = Backbone.Collection.extend({ + model: Generate_Sections.Section, + el: "#generate_sections_container", + comparator: function(model) { + return model.get('index'); + } + }); + + + /** + * Primary Modal Application Class + */ + Generate_Sections.backbone_modal.Application = Backbone.View.extend({ + + attributes: { + id: "generate-sections-modal-dialog", + class: "generate-sections-modal", + role: "dialog" + }, + + template: wp.template("generate-sections-modal-window"), + + mediaUploader: null, + + /*-----------------------------------------------------------------------------------*/ + /* tinyMCE settings + /*-----------------------------------------------------------------------------------*/ + + tmc_settings: {}, + + /*-----------------------------------------------------------------------------------*/ + /* tinyMCE defaults + /*-----------------------------------------------------------------------------------*/ + + tmc_defaults: { + theme: "modern", + menubar: false, + wpautop: true, + indent: false, + toolbar1: "bold,italic,underline,blockquote,strikethrough,bullist,numlist,alignleft,aligncenter,alignright,undo,redo,link,unlink,fullscreen", + plugins: "fullscreen,image,wordpress,wpeditimage,wplink", + max_height: 500 + }, + + /*-----------------------------------------------------------------------------------*/ + /* quicktags settings + /*-----------------------------------------------------------------------------------*/ + + qt_settings: {}, + + /*-----------------------------------------------------------------------------------*/ + /* quicktags defaults + /*-----------------------------------------------------------------------------------*/ + + qt_defaults: { + buttons: "strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,fullscreen" + }, + + model: Generate_Sections.Section, + + events: { + "click .media-modal-backdrop, .media-modal-close, .media-button-close": "closeModal", + "click .media-button-insert": "saveModal", + "click .media-menu-item": "switchTab", + "keydown": "keydown", + "click .generate-sections-upload-button": "openMediaUploader", + "click .generate-sections-remove-image": "removeImage", + "click div.media-frame-title h1": "toggleMenu" + }, + + + + /** + * Simple object to store any UI elements we need to use over the life of the application. + */ + ui: { + nav: undefined, + content: undefined + }, + + + /** + * Instantiates the Template object and triggers load. + */ + initialize: function() { + _.bindAll(this, "render", "closeModal", "saveModal", "switchTab"); + + this.focusManager = new wp.media.view.FocusManager({ + el: this.el + }); + + this.changeInsertText(); + this.tinyMCEsettings(); + this.render(); + }, + + /** + * switch the insert button text to "insert section" + */ + changeInsertText: function(restore) { + + var restore = typeof restore !== 'undefined' && restore == true ? true : false; + + if (restore == false && typeof(wp.media.view.l10n.insertIntoPost) !== "undefined") { + this.insertIntoPost = wp.media.view.l10n.insertIntoPost; + wp.media.view.l10n.insertIntoPost = generate_sections_metabox_i18n.insert_into_section; + // switch the insert button text back + } else if (restore == true && typeof(this.insertIntoPost) !== "undefined") { + wp.media.view.l10n.insertIntoPost = this.insertIntoPost; + } + }, + + + /** + * Merge the default TinyMCE settings + */ + tinyMCEsettings: function() { + // get the #content"s tinyMCE settings or use default + var init_settings = typeof tinyMCEPreInit == "object" && "mceInit" in tinyMCEPreInit && "content" in tinyMCEPreInit.mceInit ? tinyMCEPreInit.mceInit.content : this.tmc_defaults; + + // get the #content"s quicktags settings or use default + var qt_settings = typeof tinyMCEPreInit == "object" && "qtInit" in tinyMCEPreInit && "content" in tinyMCEPreInit.qtInit ? tinyMCEPreInit.qtInit.content : this.qt_defaults; + + var _this = this; + var custom_settings = { + selector: "#generate-sections-editor", + wp_autoresize_on: false, + cache_suffix: "", + min_height: 400, + } + + // merge our settings with WordPress" and store for later use + this.tmc_settings = $.extend({}, init_settings, custom_settings); + + this.qt_settings = $.extend({}, qt_settings, { + id: "generate-sections-editor" + }); + }, + + + /** + * Assembles the UI from loaded template. + * @internal Obviously, if the template fail to load, our modal never launches. + */ + render: function() { + + "use strict"; + + // Build the base window and backdrop, attaching them to the $el. + // Setting the tab index allows us to capture focus and redirect it in Application.preserveFocus + this.$el.attr("tabindex", "0") + .html(this.template); + + // Handle any attempt to move focus out of the modal. + //jQuery(document).on("focusin", this.preserveFocus); + + // set overflow to "hidden" on the body so that it ignores any scroll events while the modal is active + // and append the modal to the body. + jQuery("body").addClass("generate-modal-open").prepend(this.$el); + + // aria hide the background + jQuery("#wpwrap").attr("aria-hidden", "true"); + + this.renderContent(); + + this.renderPreview(); + + this.selected(); + this.colorPicker(); + this.startTinyMCE(); + + // Set focus on the modal to prevent accidental actions in the underlying page + this.$el.focus(); + + return this; + }, + + /** + * Make the menu mobile-friendly + */ + toggleMenu: function() { + this.$el.find('.media-menu').toggleClass('visible'); + }, + + /** + * Create the nav tabs & panels + */ + renderContent: function() { + + var model = this.model; + + var menu_item = wp.template("generate-sections-modal-menu-item"); + + // Save a reference to the navigation bar"s unordered list and populate it with items. + this.ui.nav = this.$el.find(".media-menu"); + + // reference to content area + this.ui.panels = this.$el.find(".media-frame-content"); + + // loop through the tabs + if (generate_sections_metabox_i18n.tabs.length) { + + // for...of is nicer, but not supported by minify, so stay with for...in for now + for (var tab in generate_sections_metabox_i18n.tabs) { + + if (generate_sections_metabox_i18n.tabs.hasOwnProperty(tab)) { + + tab = generate_sections_metabox_i18n.tabs[tab]; + + var $new_tab = $(menu_item({ + target: tab.target, + name: tab.title + })); + + var panel = wp.template("generate-sections-edit-" + tab.target); + + var $new_panel = $(panel(model.toJSON())); + + if (tab.active == "true") { + $new_tab.addClass("active"); + $new_panel.addClass("active"); + } + + jQuery( 'body' ).on( 'generate_section_show_settings', function() { + jQuery( '.generate-sections-modal .media-menu-item' ).removeClass('active'); + jQuery( '.generate-sections-modal .panel' ).removeClass('active'); + jQuery( '.generate-section-item-style' ).addClass('active'); + jQuery( '.generate-section-settings' ).addClass('active'); + }); + + this.ui.nav.append($new_tab); + this.ui.panels.append($new_panel); + } + } + } + + }, + + + /** + * Render the background image preview + */ + renderPreview: function(image_id) { + + var image_id = typeof image_id !== 'undefined' ? image_id : this.model.get("background_image"); + + var $preview = $("#generate-section-image-preview"); + $preview.children().remove(); + + if (image_id > 0) { + this.background = new wp.media.model.Attachment.get(image_id); + + this.background.fetch({ + success: function(att) { + if (_.contains(['png', 'jpg', 'gif', 'jpeg'], att.get('subtype'))) { + $("").attr("src", att.attributes.sizes.thumbnail.url).appendTo($preview); + $preview.next().find(".generate-sections-remove-image").show(); + } + } + }); + } + + }, + + + /** + * Set the default option for the select boxes + */ + selected: function() { + + var _this = this; + + this.$el.find("select").each(function(index, select) { + + var attribute = jQuery(select).attr("name"); + var selected = _this.model.get(attribute); + jQuery(select).val(selected); + + }); + }, + + /** + * Start the colorpicker + */ + colorPicker: function() { + this.$el.find(".generate-sections-color").wpColorPicker(); + }, + + /** + * Start TinyMCE on the textarea + */ + startTinyMCE: function() { + + // set the default editor + this.ui.panels.find("#wp-generate-sections-editor-wrap").addClass(generate_sections_metabox_i18n.default_editor); + + // remove tool buttons if richedit disabled + if (!generate_sections_metabox_i18n.user_can_richedit) { + this.ui.panels.find(".wp-editor-tabs").remove(); + } + + // add our copy to the collection in the tinyMCEPreInit object because switch editors + if (typeof tinyMCEPreInit == 'object') { + tinyMCEPreInit.mceInit["generate-sections-editor"] = this.tmc_settings; + tinyMCEPreInit.qtInit["generate-sections-editor"] = this.qt_settings; + tinyMCEPreInit.mceInit["generate-sections-editor"].wp_keep_scroll_position = false; + } + + try { + + var rich = (typeof tinyMCE != "undefined"); + + // turn on the quicktags editor + quicktags(this.qt_settings); + + // attempt to fix problem of quicktags toolbar with no buttons + QTags._buttonsInit(); + + if (rich !== false) { + // turn on tinyMCE + tinyMCE.init(this.tmc_settings); + } + + } catch (e) {} + + }, + + /** + * Launch Media Uploader + */ + openMediaUploader: function(e) { + + var _this = this; + + $input = jQuery(e.currentTarget).prev("#generate-sections-background-image"); + + e.preventDefault(); + + // If the uploader object has already been created, reopen the dialog + if (this.mediaUploader) { + this.mediaUploader.open(); + return; + } + // Extend the wp.media object + this.mediaUploader = wp.media.frames.file_frame = wp.media({ + title: generate_sections_metabox_i18n.media_library_title, + button: { + text: generate_sections_metabox_i18n.media_library_button + }, + multiple: false + }); + + + // When a file is selected, grab the URL and set it as the text field"s value + this.mediaUploader.on("select", function() { + + attachment = _this.mediaUploader.state().get("selection").first().toJSON(); + + $input.val(attachment.id); + + _this.renderPreview(attachment.id); + }); + // Open the uploader dialog + this.mediaUploader.open(); + + }, + + /** + * Remove the background image + */ + removeImage: function(e) { + e.preventDefault(); + $("#generate-section-image-preview").children().remove(); + $("#generate-section-image-preview").next().find(".generate-sections-remove-image").hide(); + $("#generate-sections-background-image").val(""); + }, + + + /** + * Closes the modal and cleans up after the instance. + * @param e {object} A jQuery-normalized event object. + */ + closeModal: function(e) { + "use strict"; + + e.preventDefault(); + this.undelegateEvents(); + jQuery(document).off("focusin"); + jQuery("body").removeClass("generate-modal-open"); + jQuery("body").removeClass("generate-section-content"); + + // remove restricted media modal tab focus once it's closed + this.$el.undelegate('keydown'); + + // remove the tinymce editor + // this needs to be called before the modal is closed or it will fail in Firefox (that was fun to figure out...) + if (typeof tinyMCE != "undefined") { + tinymce.EditorManager.execCommand("mceRemoveEditor", true, "generate-sections-editor"); + } + + // remove modal and unset instances + this.remove(); + Generate_Sections.backbone_modal.__instance = undefined; + this.mediaUploader = null; + Generate_Sections.modalOpen = null; + + // switch the insert button text back + this.changeInsertText(true); + + // send focus back to where it was prior to modal open + Generate_Sections.lastFocus.focus(); + + // aria unhide the background + jQuery("#wpwrap").attr("aria-hidden", "false"); + + // Fix bug where the window scrolls down 50px on close + var topDistance = jQuery("body").offset().top; + if ( topDistance >= jQuery("body").scrollTop() ) { + jQuery("body").scrollTop(0); + } + + }, + + /** + * Responds to the btn-ok.click event + * @param e {object} A jQuery-normalized event object. + * @todo You should make this your own. + */ + saveModal: function(e) { + "use strict"; + + this.model.get("index"); + + var model = this.model; + + // send the tinymce content to the textarea + if (typeof tinyMCE != "undefined") { + tinymce.triggerSave(); + } + + var $inputs = this.ui.panels.find("input, select, textarea"); + + $inputs.each(function(index, input) { + + var name = $(input).attr("name"); + + if (model.attributes.hasOwnProperty(name)) { + var value = $(input).val(); + model.set(name, value); + } + + }); + + this.closeModal(e); + }, + + /** + * Handles tab clicks and switches to corresponding panel + * @param e {object} A jQuery-normalized event object. + */ + switchTab: function(e) { + "use strict"; + e.preventDefault(); + + // close lingering wp link windows + if (typeof tinyMCE != "undefined" && 'style' == jQuery( e.currentTarget ).data( 'target' ) && this.ui.panels.find( '#wp-generate-sections-editor-wrap' ).hasClass( 'tmce-active' )) { + tinyMCE.activeEditor.execCommand('wp_link_cancel'); + tinyMCE.activeEditor.execCommand('wp_media_cancel'); + } + + this.ui.nav.children().removeClass("active"); + this.ui.panels.children().removeClass("active"); + + var target = jQuery(e.currentTarget).addClass("active").data("target"); + + this.ui.panels.find("div[data-id=" + target + "]").addClass("active"); + }, + + /** + * close on keyboard shortcuts + * @param {Object} event + */ + keydown: function(e) { + // Close the modal when escape is pressed. + if (27 === e.which && this.$el.is(':visible')) { + this.closeModal(e); + e.stopImmediatePropagation(); + } + } + + }); + + + // Singular View + Generate_Sections.sectionView = Backbone.View.extend({ + + model: Generate_Sections.Section, + tagName: 'div', + + initialize: function() { + // re-render on all changes EXCEPT index + this.listenTo(this.model, "change", this.maybeRender); + }, + + attributes: { + class: "ui-state-default section" + }, + + // Get the template from the DOM + template: wp.template("generate-sections-section"), + + events: { + 'click .edit-section': 'editSection', + 'click .section-title > span': 'editSection', + 'click .delete-section': 'removeSection', + 'click .toggle-section': 'toggleSection', + 'reorder': 'reorder', + }, + + maybeRender: function(e) { + if (this.model.hasChanged('index')) return; + this.render(); + }, + + // Render the single model - include an index. + render: function() { + this.model.set('index', this.model.collection.indexOf(this.model)); + this.$el.html(this.template(this.model.toJSON())); + + if (!this.model.get('title')) { + this.$el.find('h3.section-title > span').text(generate_sections_metabox_i18n.default_title); + } + this.$el.find('textarea').val(JSON.stringify(this.model)); + + return this; + }, + + + // launch the edit modal + editSection: function(e) { + + // stash the current focus + Generate_Sections.lastFocus = document.activeElement; + Generate_Sections.modalOpen = true; + + e.preventDefault(); + if (Generate_Sections.backbone_modal.__instance === undefined) { + Generate_Sections.backbone_modal.__instance = new Generate_Sections.backbone_modal.Application({ + model: this.model + }); + } + + }, + + // reorder after sort + reorder: function(event, index) { + this.$el.trigger('update-sort', [this.model, index]); + }, + + // remove/destroy a model + removeSection: function(e) { + e.preventDefault(); + if (confirm(generate_sections_metabox_i18n.confirm)) { + this.model.destroy(); + Generate_Sections.sectionList.render(); // manually calling instead of listening since listening interferes with sorting + } + }, + }); + + + // List View + Generate_Sections.sectionListView = Backbone.View.extend({ + + el: "#generate_sections_container", + events: { + 'update-sort': 'updateSort', + // 'add-section': 'addOne' + }, + + // callback for clone button + addSection: function(model) { + this.collection.add(model); + this.addOne(model); + }, + + addOne: function(model) { + var view = new Generate_Sections.sectionView({ + model: model + }); + this.$el.append(view.render().el); + }, + + render: function() { + this.$el.children().remove(); + this.collection.each(this.addOne, this); + return this; + }, + + updateSort: function(event, model, position) { + this.collection.remove(model); + + // renumber remaining models around missing model + this.collection.each(function(model, index) { + + var new_index = index; + if (index >= position) { + new_index += 1; + } + model.set('index', new_index); + }); + + // set the index of the missing model + model.set('index', position); + + // add the model back to the collection + this.collection.add(model, { + at: position + }); + + this.render(); + + }, + + }); + + + // The Buttons & Nonce + Generate_Sections.ButtonControls = Backbone.View.extend({ + + attributes: { + class: "generate_sections_buttons" + }, + + tagName: 'p', + + el: "#_generate_sections_metabox", + + template: wp.template("generate-sections-buttons"), + + // Attach events + events: { + "click .button-primary": "newSection", + "click #generate-delete-sections": "clearAll", + 'click .edit-section': 'editSection', + }, + + // create new + newSection: function(e) { + e.preventDefault(); + var newSection = new Generate_Sections.Section(); + Generate_Sections.sectionList.addSection(newSection); + }, + + // clear all models + clearAll: function(e) { + e.preventDefault(); + if (confirm(generate_sections_metabox_i18n.confirm)) { + Generate_Sections.sectionCollection.reset(); + Generate_Sections.sectionList.render(); + } + }, + + render: function() { + this.$el.find(".generate_sections_control").append(this.template); + return this; + }, + + }); + + + // init + Generate_Sections.initApplication = function() { + + // Create Collection From Existing Meta + Generate_Sections.sectionCollection = new Generate_Sections.SectionsCollection(generate_sections_metabox_i18n.sections); + + // Create the List View + Generate_Sections.sectionList = new Generate_Sections.sectionListView({ + collection: Generate_Sections.sectionCollection + }); + Generate_Sections.sectionList.render(); + + // Buttons + Generate_Sections.Buttons = new Generate_Sections.ButtonControls({ + collection: Generate_Sections.sectionCollection + }); + Generate_Sections.Buttons.render(); + + }; + + + /*-----------------------------------------------------------------------------------*/ + /* Execute the above methods in the Generate_Sections object. + /*-----------------------------------------------------------------------------------*/ + + jQuery(document).ready(function($) { + + Generate_Sections.initApplication(); + + $( '#generate_sections_container' ).sortable({ + axis: "y", + opacity: 0.5, + grid: [20, 10], + tolerance: "pointer", + handle: ".move-section", + update: function(event, ui) { + ui.item.trigger("reorder", ui.item.index()); + } + } ); + + if ( $( '.use-sections-switch' ).is( ':checked' ) ) { + setTimeout( function() { + generateShowSections(); + }, 200 ); + } else { + generateHideSections(); + } + + $( '.use-sections-switch' ).on( 'change', function( e ) { + var status = ( $(this).is( ':checked' ) ) ? 'checked' : 'unchecked'; + + if ( 'checked' == status ) { + generateShowSections(); + } else if ( 'unchecked' == status ) { + generateHideSections(); + } + } ); + + function generateShowSections() { + + // Hide send to editor button + $('.send-to-editor').css('display', 'none'); + + // Hide the editor + $('#postdivrich').css({ + 'opacity': '0', + 'height': '0', + 'overflow': 'hidden' + }); + + // Show the sections + $('#_generate_sections_metabox').css({ + 'opacity': '1', + 'height': 'auto' + }); + + // Remove and add the default editor - this removes any visible toolbars etc.. + // We need to set a timeout for this to work + // if (typeof tinyMCE != "undefined") { + // tinyMCE.EditorManager.execCommand("mceRemoveEditor", true, "content"); + // $( '.use-sections-cover' ).css( 'z-index','10000' ); + // setTimeout('tinyMCE.EditorManager.execCommand("mceAddEditor", true, "content");', 1); + // setTimeout('jQuery( ".use-sections-cover" ).css( "z-index","-1" );', 1000); + // } + + // Set a trigger + $('body').trigger('generate_show_sections'); + + } + + function generateHideSections() { + + // Show send to editor button + $('.send-to-editor').css('display', 'inline-block'); + + // Show the editor + $('#postdivrich').css({ + 'opacity': '1', + 'height': 'auto' + }); + + // Hide the sections + $('#_generate_sections_metabox').css({ + 'opacity': '0', + 'height': '0', + 'overflow': 'hidden' + }); + + $('body').trigger('generate_hide_sections'); + + } + + $( document ).on( 'click', '.edit-section.edit-settings', function() { + $( 'body' ).trigger( 'generate_section_show_settings' ); + }); + + }); + + +})(jQuery, Generate_Sections); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox.js new file mode 100644 index 00000000..4c498070 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox.js @@ -0,0 +1,858 @@ +/*-----------------------------------------------------------------------------------*/ +/* Generate Sections Metabox +/* +/* © Kathy Darling http://www.kathyisawesome.com +/* 2016-07-19. */ +/*-----------------------------------------------------------------------------------*/ + +/** + * @type {Object} JavaScript namespace for our application. + */ +var Generate_Sections = { + backbone_modal: { + __instance: undefined + } +}; + +(function($, Generate_Sections) { + + + // Model + Generate_Sections.Section = Backbone.Model.extend({ + defaults: { + "title": "", + "box_type": "", + "inner_box_type": "", + "custom_classes": "", + "custom_id": "", + "top_padding": "", + "bottom_padding": "", + "top_padding_unit": "", + "bottom_padding_unit": "", + "background_color": "", + "background_image": "", + "background_image_preview": "", + "parallax_effect": "", + "background_color_overlay": "", + "text_color": "", + "link_color": "", + "link_color_hover": "", + "content": "" + } + }); + + + // Collection + Generate_Sections.SectionsCollection = Backbone.Collection.extend({ + model: Generate_Sections.Section, + el: "#generate_sections_container", + comparator: function(model) { + return model.get('index'); + } + }); + + + /** + * Primary Modal Application Class + */ + Generate_Sections.backbone_modal.Application = Backbone.View.extend({ + + attributes: { + id: "generate-sections-modal-dialog", + class: "generate-sections-modal", + role: "dialog" + }, + + template: wp.template("generate-sections-modal-window"), + + mediaUploader: null, + + /*-----------------------------------------------------------------------------------*/ + /* tinyMCE settings + /*-----------------------------------------------------------------------------------*/ + + tmc_settings: {}, + + /*-----------------------------------------------------------------------------------*/ + /* tinyMCE defaults + /*-----------------------------------------------------------------------------------*/ + + tmc_defaults: { + theme: "modern", + menubar: false, + wpautop: true, + indent: false, + toolbar1: "bold,italic,underline,blockquote,strikethrough,bullist,numlist,alignleft,aligncenter,alignright,undo,redo,link,unlink,fullscreen", + plugins: "fullscreen,image,wordpress,wpeditimage,wplink", + max_height: 500 + }, + + /*-----------------------------------------------------------------------------------*/ + /* quicktags settings + /*-----------------------------------------------------------------------------------*/ + + qt_settings: {}, + + /*-----------------------------------------------------------------------------------*/ + /* quicktags defaults + /*-----------------------------------------------------------------------------------*/ + + qt_defaults: { + buttons: "strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,fullscreen" + }, + + model: Generate_Sections.Section, + + events: { + "click .media-modal-backdrop, .media-modal-close, .media-button-close": "closeModal", + "click .media-button-insert": "saveModal", + "click .media-menu-item": "switchTab", + "keydown": "keydown", + "click .generate-sections-upload-button": "openMediaUploader", + "click .generate-sections-remove-image": "removeImage", + "click div.media-frame-title h1": "toggleMenu" + }, + + + + /** + * Simple object to store any UI elements we need to use over the life of the application. + */ + ui: { + nav: undefined, + content: undefined + }, + + + /** + * Instantiates the Template object and triggers load. + */ + initialize: function() { + _.bindAll(this, "render", "closeModal", "saveModal", "switchTab"); + + this.focusManager = new wp.media.view.FocusManager({ + el: this.el + }); + + this.changeInsertText(); + //this.tinyMCEsettings(); + this.render(); + }, + + /** + * switch the insert button text to "insert section" + */ + changeInsertText: function(restore) { + + var restore = typeof restore !== 'undefined' && restore == true ? true : false; + + if (restore == false && typeof(wp.media.view.l10n.insertIntoPost) !== "undefined") { + this.insertIntoPost = wp.media.view.l10n.insertIntoPost; + wp.media.view.l10n.insertIntoPost = generate_sections_metabox_i18n.insert_into_section; + // switch the insert button text back + } else if (restore == true && typeof(this.insertIntoPost) !== "undefined") { + wp.media.view.l10n.insertIntoPost = this.insertIntoPost; + } + }, + + /** + * Assembles the UI from loaded template. + * @internal Obviously, if the template fail to load, our modal never launches. + */ + render: function() { + + "use strict"; + + // Build the base window and backdrop, attaching them to the $el. + // Setting the tab index allows us to capture focus and redirect it in Application.preserveFocus + this.$el.attr("tabindex", "0").html(this.template); + + // Handle any attempt to move focus out of the modal. + //jQuery(document).on("focusin", this.preserveFocus); + + // set overflow to "hidden" on the body so that it ignores any scroll events while the modal is active + // and append the modal to the body. + jQuery("body").addClass("generate-modal-open").prepend(this.$el); + + // aria hide the background + jQuery("#wpwrap").attr("aria-hidden", "true"); + + this.renderContent(); + + this.renderPreview(); + + this.selected(); + this.colorPicker(); + //this.startTinyMCE(); + this.launchEditor(); + + // Set focus on the modal to prevent accidental actions in the underlying page + this.$el.focus(); + + return this; + }, + + launchEditor: function() { + var id = this.ui.panels.find( ".generate-sections-editor-wrap" ).find( 'textarea' ).attr( 'id' ), + customButtonsContainer = this.ui.panels.find( '.generate-sections-editor-wrap' ).find( '#custom-media-buttons' ); + + customButtonsContainer.find( '.insert-media' ).remove(); + var customButtons = customButtonsContainer.html(); + customButtonsContainer.remove(); + + var init_settings = true; + + if ( typeof tinyMCEPreInit == "object" && "mceInit" in tinyMCEPreInit && "content" in tinyMCEPreInit.mceInit ) { + init_settings = tinyMCEPreInit.mceInit.content; + } else if ( typeof window.wpEditorL10n !== "undefined" ) { + init_settings = window.wpEditorL10n.tinymce.settings; + } else { + init_settings = this.tmc_defaults; + } + + var thisPanel = this.ui.panels; + + var custom_settings = { + wp_autoresize_on: false, + cache_suffix: "", + min_height: 400, + wp_keep_scroll_position: false, + setup: function( editor ) { + editor.on( 'init', function( e ) { + if ( 'html-active' === generate_sections_metabox_i18n.default_editor && generate_sections_metabox_i18n.user_can_richedit ) { + thisPanel.find( '#wp-generate-sections-editor-wrap' ).removeClass( 'tmce-active' ).addClass( 'html-active' ); + editor.hidden = true; + } + } ); + } + } + + init_settings = $.extend({}, init_settings, custom_settings); + + var qt_settings = true; + + if ( typeof tinyMCEPreInit == "object" && "qtInit" in tinyMCEPreInit && "content" in tinyMCEPreInit.qtInit ) { + qt_settings = tinyMCEPreInit.qtInit.content; + } else { + qt_settings = this.qt_defaults; + } + + if ( ! generate_sections_metabox_i18n.user_can_richedit ) { + init_settings = false; + } + + wp.sectionsEditor.initialize( id, { + tinymce: init_settings, + quicktags: qt_settings, + mediaButtons: true + } ); + + var buttonsElement = this.ui.panels.find( '#wp-generate-sections-editor-wrap' ).find( '.wp-media-buttons' ); + buttonsElement.attr( 'id', 'custom-media-buttons' ); + $( customButtons ).appendTo( buttonsElement ); + + if ( ! generate_sections_metabox_i18n.user_can_richedit ) { + this.ui.panels.find( '#generate-sections-editor' ).addClass( 'no-rich-edit' ); + } + }, + + /** + * Make the menu mobile-friendly + */ + toggleMenu: function() { + this.$el.find('.media-menu').toggleClass('visible'); + }, + + /** + * Create the nav tabs & panels + */ + renderContent: function() { + + var model = this.model; + + var menu_item = wp.template("generate-sections-modal-menu-item"); + + // Save a reference to the navigation bar"s unordered list and populate it with items. + this.ui.nav = this.$el.find(".media-menu"); + + // reference to content area + this.ui.panels = this.$el.find(".media-frame-content"); + + // loop through the tabs + if (generate_sections_metabox_i18n.tabs.length) { + + // for...of is nicer, but not supported by minify, so stay with for...in for now + for (var tab in generate_sections_metabox_i18n.tabs) { + + if (generate_sections_metabox_i18n.tabs.hasOwnProperty(tab)) { + + tab = generate_sections_metabox_i18n.tabs[tab]; + + var $new_tab = $(menu_item({ + target: tab.target, + name: tab.title + })); + + var panel = wp.template("generate-sections-edit-" + tab.target); + + var $new_panel = $(panel(model.toJSON())); + + if (tab.active == "true") { + $new_tab.addClass("active"); + $new_panel.addClass("active"); + } + + jQuery( 'body' ).on( 'generate_section_show_settings', function() { + jQuery( '.generate-sections-modal .media-menu-item' ).removeClass('active'); + jQuery( '.generate-sections-modal .panel' ).removeClass('active'); + jQuery( '.generate-section-item-style' ).addClass('active'); + jQuery( '.generate-section-settings' ).addClass('active'); + }); + + this.ui.nav.append($new_tab); + this.ui.panels.append($new_panel); + } + } + } + + }, + + + /** + * Render the background image preview + */ + renderPreview: function(image_id) { + + var image_id = typeof image_id !== 'undefined' ? image_id : this.model.get("background_image"); + + var $preview = $("#generate-section-image-preview"); + $preview.children().remove(); + + if (image_id > 0) { + this.background = new wp.media.model.Attachment.get(image_id); + + this.background.fetch({ + success: function(att) { + if (_.contains(['png', 'jpg', 'gif', 'jpeg'], att.get('subtype'))) { + $("").attr("src", att.attributes.sizes.thumbnail.url).appendTo($preview); + $preview.next().find(".generate-sections-remove-image").show(); + } + } + }); + } + + }, + + + /** + * Set the default option for the select boxes + */ + selected: function() { + + var _this = this; + + this.$el.find("select").each(function(index, select) { + + var attribute = jQuery(select).attr("name"); + var selected = _this.model.get(attribute); + jQuery(select).val(selected); + + }); + }, + + /** + * Start the colorpicker + */ + colorPicker: function() { + this.$el.find(".generate-sections-color").wpColorPicker(); + }, + + /** + * Launch Media Uploader + */ + openMediaUploader: function(e) { + + var _this = this; + + $input = jQuery(e.currentTarget).prev("#generate-sections-background-image"); + + e.preventDefault(); + + // If the uploader object has already been created, reopen the dialog + if (this.mediaUploader) { + this.mediaUploader.open(); + return; + } + // Extend the wp.media object + this.mediaUploader = wp.media.frames.file_frame = wp.media({ + title: generate_sections_metabox_i18n.media_library_title, + button: { + text: generate_sections_metabox_i18n.media_library_button + }, + multiple: false + }); + + + // When a file is selected, grab the URL and set it as the text field"s value + this.mediaUploader.on("select", function() { + + attachment = _this.mediaUploader.state().get("selection").first().toJSON(); + + $input.val(attachment.id); + + _this.renderPreview(attachment.id); + }); + // Open the uploader dialog + this.mediaUploader.open(); + + }, + + /** + * Remove the background image + */ + removeImage: function(e) { + e.preventDefault(); + $("#generate-section-image-preview").children().remove(); + $("#generate-section-image-preview").next().find(".generate-sections-remove-image").hide(); + $("#generate-sections-background-image").val(""); + }, + + + /** + * Closes the modal and cleans up after the instance. + * @param e {object} A jQuery-normalized event object. + */ + closeModal: function(e) { + "use strict"; + + e.preventDefault(); + this.undelegateEvents(); + jQuery(document).off("focusin"); + jQuery("body").removeClass("generate-modal-open"); + jQuery("body").removeClass("generate-section-content"); + + // remove restricted media modal tab focus once it's closed + this.$el.undelegate('keydown'); + + // remove the tinymce editor + // this needs to be called before the modal is closed or it will fail in Firefox (that was fun to figure out...) + if (typeof tinyMCE != "undefined") { + tinymce.EditorManager.execCommand("mceRemoveEditor", true, "generate-sections-editor"); + } + + // remove modal and unset instances + this.remove(); + Generate_Sections.backbone_modal.__instance = undefined; + this.mediaUploader = null; + Generate_Sections.modalOpen = null; + + // switch the insert button text back + this.changeInsertText(true); + + // send focus back to where it was prior to modal open + Generate_Sections.lastFocus.focus(); + + // aria unhide the background + jQuery("#wpwrap").attr("aria-hidden", "false"); + + // Fix bug where the window scrolls down 50px on close + var topDistance = jQuery("body").offset().top; + if ( topDistance >= jQuery("body").scrollTop() ) { + jQuery("body").scrollTop(0); + } + + }, + + /** + * Responds to the btn-ok.click event + * @param e {object} A jQuery-normalized event object. + * @todo You should make this your own. + */ + saveModal: function(e) { + "use strict"; + + this.model.get("index"); + + var model = this.model; + + // send the tinymce content to the textarea + if (typeof tinyMCE != "undefined") { + tinymce.triggerSave(); + } + + var $inputs = this.ui.panels.find("input, select, textarea"); + + $inputs.each(function(index, input) { + + var name = $(input).attr("name"); + + if (model.attributes.hasOwnProperty(name)) { + var value = $(input).val(); + model.set(name, value); + } + + }); + + this.closeModal(e); + }, + + /** + * Handles tab clicks and switches to corresponding panel + * @param e {object} A jQuery-normalized event object. + */ + switchTab: function(e) { + "use strict"; + e.preventDefault(); + + // close lingering wp link windows + if (typeof tinyMCE != "undefined" && 'style' == jQuery( e.currentTarget ).data( 'target' ) && this.ui.panels.find( '#wp-generate-sections-editor-wrap' ).hasClass( 'tmce-active' )) { + tinyMCE.activeEditor.execCommand('wp_link_cancel'); + tinyMCE.activeEditor.execCommand('wp_media_cancel'); + } + + this.ui.nav.children().removeClass("active"); + this.ui.panels.children().removeClass("active"); + + var target = jQuery(e.currentTarget).addClass("active").data("target"); + + this.ui.panels.find("div[data-id=" + target + "]").addClass("active"); + }, + + /** + * close on keyboard shortcuts + * @param {Object} event + */ + keydown: function(e) { + // Close the modal when escape is pressed. + if (27 === e.which && this.$el.is(':visible')) { + this.closeModal(e); + e.stopImmediatePropagation(); + } + } + + }); + + + // Singular View + Generate_Sections.sectionView = Backbone.View.extend({ + + model: Generate_Sections.Section, + tagName: 'div', + + initialize: function() { + // re-render on all changes EXCEPT index + this.listenTo(this.model, "change", this.maybeRender); + }, + + attributes: { + class: "ui-state-default section" + }, + + // Get the template from the DOM + template: wp.template("generate-sections-section"), + + events: { + 'click .edit-section': 'editSection', + 'click .section-title > span': 'editSection', + 'click .delete-section': 'removeSection', + 'click .toggle-section': 'toggleSection', + 'reorder': 'reorder', + }, + + maybeRender: function(e) { + if (this.model.hasChanged('index')) return; + this.render(); + }, + + // Render the single model - include an index. + render: function() { + this.model.set('index', this.model.collection.indexOf(this.model)); + this.$el.html(this.template(this.model.toJSON())); + + if (!this.model.get('title')) { + this.$el.find('h3.section-title > span').text(generate_sections_metabox_i18n.default_title); + } + this.$el.find('textarea').val(JSON.stringify(this.model)); + + return this; + }, + + + // launch the edit modal + editSection: function(e) { + + // stash the current focus + Generate_Sections.lastFocus = document.activeElement; + Generate_Sections.modalOpen = true; + + e.preventDefault(); + if (Generate_Sections.backbone_modal.__instance === undefined) { + Generate_Sections.backbone_modal.__instance = new Generate_Sections.backbone_modal.Application({ + model: this.model + }); + } + + }, + + // reorder after sort + reorder: function(event, index) { + this.$el.trigger('update-sort', [this.model, index]); + }, + + // remove/destroy a model + removeSection: function(e) { + e.preventDefault(); + if (confirm(generate_sections_metabox_i18n.confirm)) { + this.model.destroy(); + Generate_Sections.sectionList.render(); // manually calling instead of listening since listening interferes with sorting + } + }, + }); + + + // List View + Generate_Sections.sectionListView = Backbone.View.extend({ + + el: "#generate_sections_container", + events: { + 'update-sort': 'updateSort', + // 'add-section': 'addOne' + }, + + // callback for clone button + addSection: function(model) { + this.collection.add(model); + this.addOne(model); + }, + + addOne: function(model) { + var view = new Generate_Sections.sectionView({ + model: model + }); + this.$el.append(view.render().el); + }, + + render: function() { + this.$el.children().remove(); + this.collection.each(this.addOne, this); + return this; + }, + + updateSort: function(event, model, position) { + this.collection.remove(model); + + // renumber remaining models around missing model + this.collection.each(function(model, index) { + + var new_index = index; + if (index >= position) { + new_index += 1; + } + model.set('index', new_index); + }); + + // set the index of the missing model + model.set('index', position); + + // add the model back to the collection + this.collection.add(model, { + at: position + }); + + this.render(); + + }, + + }); + + + // The Buttons & Nonce + Generate_Sections.ButtonControls = Backbone.View.extend({ + + attributes: { + class: "generate_sections_buttons" + }, + + tagName: 'p', + + el: "#_generate_sections_metabox", + + template: wp.template("generate-sections-buttons"), + + // Attach events + events: { + "click .button-primary": "newSection", + "click #generate-delete-sections": "clearAll", + 'click .edit-section': 'editSection', + }, + + // create new + newSection: function(e) { + e.preventDefault(); + var newSection = new Generate_Sections.Section(); + Generate_Sections.sectionList.addSection(newSection); + }, + + // clear all models + clearAll: function(e) { + e.preventDefault(); + if (confirm(generate_sections_metabox_i18n.confirm)) { + Generate_Sections.sectionCollection.reset(); + Generate_Sections.sectionList.render(); + } + }, + + render: function() { + this.$el.find(".generate_sections_control").append(this.template); + return this; + }, + + }); + + + // init + Generate_Sections.initApplication = function() { + + // Create Collection From Existing Meta + Generate_Sections.sectionCollection = new Generate_Sections.SectionsCollection(generate_sections_metabox_i18n.sections); + + // Create the List View + Generate_Sections.sectionList = new Generate_Sections.sectionListView({ + collection: Generate_Sections.sectionCollection + }); + Generate_Sections.sectionList.render(); + + // Buttons + Generate_Sections.Buttons = new Generate_Sections.ButtonControls({ + collection: Generate_Sections.sectionCollection + }); + Generate_Sections.Buttons.render(); + + }; + + + /*-----------------------------------------------------------------------------------*/ + /* Execute the above methods in the Generate_Sections object. + /*-----------------------------------------------------------------------------------*/ + + jQuery( function( $ ) { + + Generate_Sections.initApplication(); + + $( '#generate_sections_container' ).sortable({ + axis: "y", + opacity: 0.5, + grid: [20, 10], + tolerance: "pointer", + handle: ".move-section", + update: function(event, ui) { + ui.item.trigger("reorder", ui.item.index()); + } + } ); + + if ( $( '.use-sections-switch' ).is( ':checked' ) ) { + setTimeout( function() { + generateShowSections(); + }, 200 ); + } else { + generateHideSections(); + } + + $( '.use-sections-switch' ).on( 'change', function( e ) { + var status = ( $(this).is( ':checked' ) ) ? 'checked' : 'unchecked'; + + if ( 'checked' == status ) { + generateShowSections(); + } else if ( 'unchecked' == status ) { + generateHideSections(); + } + } ); + + function generateShowSections() { + + // Hide send to editor button + $('.send-to-editor').css('display', 'none'); + + // Hide the editor + $('#postdivrich').css({ + 'opacity': '0', + 'height': '0', + 'overflow': 'hidden' + }); + + $( '.block-editor-block-list__layout' ).hide(); + + $( '.edit-post-layout .edit-post-visual-editor' ).css( { + 'flex-grow': 'unset', + 'flex-basis': '0' + } ); + + $( '.edit-post-visual-editor .block-editor-writing-flow__click-redirect' ).css( { + 'min-height': '0' + } ); + + $( '.edit-post-layout__metaboxes:not(:empty)' ).css( 'border-top', '0' ); + + // Show the sections + $('#_generate_sections_metabox').css({ + 'opacity': '1', + 'height': 'auto' + }); + + // Remove and add the default editor - this removes any visible toolbars etc.. + // We need to set a timeout for this to work + // if (typeof tinyMCE != "undefined") { + // tinyMCE.EditorManager.execCommand("mceRemoveEditor", true, "content"); + // $( '.use-sections-cover' ).css( 'z-index','10000' ); + // setTimeout('tinyMCE.EditorManager.execCommand("mceAddEditor", true, "content");', 1); + // setTimeout('jQuery( ".use-sections-cover" ).css( "z-index","-1" );', 1000); + // } + + // Set a trigger + $('body').trigger('generate_show_sections'); + + } + + function generateHideSections() { + + // Show send to editor button + $('.send-to-editor').css('display', 'inline-block'); + + // Show the editor + $('#postdivrich').css({ + 'opacity': '1', + 'height': 'auto' + }); + + $( '.block-editor-block-list__layout' ).show(); + + $( '.edit-post-layout .edit-post-visual-editor' ).css( { + 'flex-grow': '', + 'flex-basis': '' + } ); + + $( '.edit-post-visual-editor .block-editor-writing-flow__click-redirect' ).css( { + 'min-height': '' + } ); + + $( '.edit-post-layout__metaboxes:not(:empty)' ).css( 'border-top', '' ); + + // Hide the sections + $('#_generate_sections_metabox').css({ + 'opacity': '0', + 'height': '0', + 'overflow': 'hidden' + }); + + $('body').trigger('generate_hide_sections'); + + } + + $( document ).on( 'click', '.edit-section.edit-settings', function() { + $( 'body' ).trigger( 'generate_section_show_settings' ); + }); + + }); + + +})(jQuery, Generate_Sections); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/metabox-functions.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/metabox-functions.php new file mode 100644 index 00000000..402614ec --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/metabox-functions.php @@ -0,0 +1,396 @@ +ID, '_generate_use_sections', TRUE) : ''; + + if ( isset( $use_sections['use_sections'] ) && 'true' == $use_sections['use_sections'] ) { + $classes .= ' generate-sections-enabled'; + } + + return $classes; + } +} + +if ( ! function_exists( 'generate_sections_content_width' ) ) { + add_action( 'wp', 'generate_sections_content_width', 50 ); + /** + * Set our content width when sections are enabled + */ + function generate_sections_content_width() { + global $post; + $use_sections = ( isset( $post ) ) ? get_post_meta( $post->ID, '_generate_use_sections', TRUE) : ''; + + if ( isset( $use_sections['use_sections'] ) && 'true' == $use_sections['use_sections'] ) { + global $content_width; + $content_width = 2000; + } + } +} + +if ( ! function_exists( 'generate_sections_add_metaboxes' ) ) { + add_action( 'add_meta_boxes', 'generate_sections_add_metaboxes', 5 ); + /* + * Functions for creating the metaboxes + */ + function generate_sections_add_metaboxes() { + + $post_types = apply_filters( 'generate_sections_post_types', array( 'page', 'post' ) ); + + add_meta_box( + '_generate_use_sections_metabox', + __( 'Sections', 'gp-premium' ), + 'generate_sections_use_sections_metabox', + $post_types, + 'side', + 'high' + ); + + add_meta_box( + '_generate_sections_metabox', + __( 'Sections', 'gp-premium' ), + 'generate_sections_sections_metabox', + $post_types, + 'normal', + 'high' + ); + + } +} + +if ( ! function_exists( 'generate_sections_sanitize_function' ) ) { + /* + * Sanitize our settings + */ + function generate_sections_sanitize_function( $data, $post_id ) { + + $section = array(); + + if ( isset( $data['title'] ) ) { + $section['title'] = sanitize_text_field( $data['title'] ); + } + + if ( isset( $data['content'] ) ) { + $section['content'] = sanitize_post_field( 'post_content', $data['content'], $post_id, 'db' ); + } + + if ( isset( $data['custom_classes'] ) ) { + $section['custom_classes'] = sanitize_text_field( $data['custom_classes'] ); + } + + if ( isset( $data['custom_id'] ) ) { + $section['custom_id'] = sanitize_text_field( $data['custom_id'] ); + } + + if ( isset( $data['top_padding'] ) ) { + $section['top_padding'] = '' == $data['top_padding'] ? $data['top_padding'] : absint( $data['top_padding'] ); + } + + if ( isset( $data['bottom_padding'] ) ) { + $section['bottom_padding'] = '' == $data['bottom_padding'] ? $data['bottom_padding'] : absint( $data['bottom_padding'] ); + } + + if ( isset( $data['top_padding_unit'] ) ) { + $section['top_padding_unit'] = $data['top_padding_unit'] == '%' ? '%' : ''; + } + + if ( isset( $data['bottom_padding_unit'] ) ) { + $section['bottom_padding_unit'] = $data['bottom_padding_unit'] == '%' ? '%' : ''; + } + + if ( isset( $data['background_image'] ) ) { + $section['background_image'] = absint( $data['background_image'] ); + } + + if ( isset( $data['background_color'] ) ) { + $section['background_color'] = generate_sections_sanitize_rgba( $data['background_color'] ); + } + + if ( isset( $data['text_color'] ) ) { + $section['text_color'] = generate_sections_sanitize_hex_color( $data['text_color'] ); + } + + if ( isset( $data['link_color'] ) ) { + $section['link_color'] = generate_sections_sanitize_hex_color( $data['link_color'] ); + } + + if ( isset( $data['link_color_hover'] ) ) { + $section['link_color_hover'] = generate_sections_sanitize_hex_color( $data['link_color_hover'] ); + } + + if ( isset( $data['box_type'] ) ) { + $section['box_type'] = $data['box_type'] == 'contained' ? 'contained' : ''; + } + + if ( isset( $data['inner_box_type'] ) ) { + $section['inner_box_type'] = $data['inner_box_type'] == 'fluid' ? 'fluid' : ''; + } + + if ( isset( $data['parallax_effect'] ) ) { + $section['parallax_effect'] = $data['parallax_effect'] == 'enable' ? 'enable' : ''; + } + + if ( isset( $data['background_color_overlay'] ) ) { + $section['background_color_overlay'] = $data['background_color_overlay'] == 'enable' ? 'enable' : ''; + } + + return $section; + + } +} + +if ( ! function_exists( 'generate_sections_metabox_scripts' ) ) { + add_action( 'admin_enqueue_scripts', 'generate_sections_metabox_scripts', 20 ); + /* + * Enqueue styles and scripts specific to metaboxs + */ + function generate_sections_metabox_scripts( $hook ) { + // I prefer to enqueue the styles only on pages that are using the metaboxes + if ( in_array( $hook, array( "post.php", "post-new.php" ) ) ) { + + $post_types = apply_filters( 'generate_sections_post_types', array( 'page', 'post' ) ); + + $screen = get_current_screen(); + $post_type = $screen->id; + + if ( in_array( $post_type, (array) $post_types ) ) { + wp_enqueue_style( 'generate-sections-metabox', plugin_dir_url( __FILE__ ) . 'css/generate-sections-metabox.css', false, GENERATE_SECTIONS_VERSION ); + wp_enqueue_style( 'generate-lc-switch', plugin_dir_url( __FILE__ ) . 'css/lc_switch.css', false, GENERATE_SECTIONS_VERSION ); + + //make sure we enqueue some scripts just in case ( only needed for repeating metaboxes ) + wp_enqueue_script( 'jquery' ); + wp_enqueue_script( 'jquery-ui-core' ); + wp_enqueue_script( 'jquery-ui-widget' ); + wp_enqueue_script( 'jquery-ui-mouse' ); + wp_enqueue_script( 'jquery-ui-sortable' ); + wp_enqueue_script( 'editor' ); + wp_enqueue_script( 'media-upload' ); + wp_enqueue_script( 'wp-color-picker' ); + wp_enqueue_style( 'wp-color-picker' ); + wp_enqueue_script( 'wp-color-picker-alpha', GP_LIBRARY_DIRECTORY_URL . 'alpha-color-picker/wp-color-picker-alpha.min.js', array( 'wp-color-picker' ), '3.0.0', true ); + + wp_add_inline_script( + 'wp-color-picker-alpha', + 'jQuery( function() { jQuery( ".color-picker" ).wpColorPicker(); } );' + ); + + wp_enqueue_media(); + + if ( function_exists( 'wp_enqueue_editor' ) ) { + wp_enqueue_editor(); + + wp_add_inline_script( + 'editor', + 'window.wp.sectionsEditor = window.wp.editor;', + 'after' + ); + } + + if ( version_compare( get_bloginfo( 'version' ), '5.0', '<' ) ) { + wp_enqueue_script( 'generate-sections-metabox', plugin_dir_url( __FILE__ ) . 'js/generate-sections-metabox-4.9.js', array( 'jquery', 'jquery-ui-core', 'jquery-ui-widget', 'jquery-ui-mouse', 'jquery-ui-sortable', 'editor', 'media-upload', 'wp-color-picker' ), GENERATE_SECTIONS_VERSION, true ); + } else { + wp_enqueue_script( 'generate-sections-metabox', plugin_dir_url( __FILE__ ) . 'js/generate-sections-metabox.js', array( 'jquery', 'jquery-ui-core', 'jquery-ui-widget', 'jquery-ui-mouse', 'jquery-ui-sortable', 'editor', 'media-upload', 'wp-color-picker' ), GENERATE_SECTIONS_VERSION, true ); + } + + if ( function_exists( 'wp_add_inline_script' ) ) { + if ( function_exists( 'generate_get_default_color_palettes' ) ) { + // Grab our palette array and turn it into JS + $palettes = json_encode( generate_get_default_color_palettes() ); + + // Add our custom palettes + // json_encode takes care of escaping + wp_add_inline_script( 'wp-color-picker', 'jQuery.wp.wpColorPicker.prototype.options.palettes = ' . $palettes . ';' ); + } + } + } + } + } +} + +if ( ! function_exists( 'generate_sections_admin_footer_scripts' ) ) { + add_action( 'admin_footer', 'generate_sections_admin_footer_scripts' ); + + function generate_sections_admin_footer_scripts() { + // We don't need this if wp_add_inline_script exists + if ( function_exists( 'wp_add_inline_script' ) ) { + return; + } + ?> + + ID, '_generate_sections', true ); + + $sections = isset( $meta['sections'] ) && is_array( $meta['sections' ] ) ? $meta['sections'] : array(); + + $translation_array = array( + 'confirm' => __( 'This action can not be undone, are you sure?', 'gp-premium' ), + 'post_id' => $post->ID, + 'sections' => $sections, + 'default_title' => __( 'Section', 'gp-premium' ), + 'default_content_title' => __( 'Content', 'gp-premium' ), + 'tabs' => array( + array( 'title' => __( 'Settings', 'gp-premium' ), 'target' => 'style', 'active' => 'false' ), + array( 'title' => __( 'Content', 'gp-premium' ), 'target' => 'content', 'active' => 'true' ), + //array( 'title' => __( 'Layout', 'gp-premium' ), 'target' => 'layout', 'active' => 'false' ), + ), + 'top_padding' => apply_filters( 'generate_sections_default_padding_top','40' ), + 'bottom_padding' => apply_filters( 'generate_sections_default_padding_bottom','40' ), + 'media_library_title' => __('Section Background', 'gp-premium' ), + 'media_library_button' => __( 'Set as Section Background', 'gp-premium' ), + 'generate_nonce' => wp_create_nonce( 'generate_sections_nonce' ), + 'default_editor' => user_can_richedit() && wp_default_editor() == 'tinymce' ? 'tmce-active' : 'html-active', + 'user_can_richedit' => user_can_richedit(), + 'insert_into_section' => __( 'Insert into Section', 'gp-premium' ), + 'edit_section' => __( 'Edit Section', 'gp-premium' ) + + ); + wp_localize_script( 'generate-sections-metabox', 'generate_sections_metabox_i18n', $translation_array ); + + include_once( plugin_dir_path( __FILE__ ) . 'views/sections.php' ); + include_once( plugin_dir_path( __FILE__ ) . 'views/sections-template.php' ); + add_action( 'print_media_templates', 'generate_sections_print_templates' ); + + do_action( 'generate_sections_metabox' ); + } +} + +if ( ! function_exists( 'generate_sections_save_use_metabox' ) ) { + add_action( 'save_post', 'generate_sections_save_use_metabox' ); + /* + * Save the "use" metabox + */ + function generate_sections_save_use_metabox( $post_id ) { + if ( ! isset( $_POST['_generate_sections_use_sections_nonce'] ) || ! wp_verify_nonce( $_POST['_generate_sections_use_sections_nonce'], 'generate_sections_use_sections_nonce' ) ) { + return $post_id; + } + + if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE ) { + return $post_id; + } + + if ( ! current_user_can('edit_post', $post_id ) ) { + return $post_id; + } + + if ( isset ( $_POST['_generate_use_sections'] ) && isset ( $_POST['_generate_use_sections']['use_sections'] ) && $_POST['_generate_use_sections']['use_sections'] == 'true' ) { + update_post_meta( $post_id, '_generate_use_sections', array( 'use_sections' => 'true' ) ); + } else { + delete_post_meta( $post_id, '_generate_use_sections' ); + } + } +} + +if ( ! function_exists( 'generate_sections_save_sections_metabox' ) ) { + add_action( 'save_post', 'generate_sections_save_sections_metabox', 20 ); + /* + * Save the sections metabox + */ + function generate_sections_save_sections_metabox( $post_id ) { + + if ( ! isset( $_POST['_generate_sections_nonce'] ) || ! wp_verify_nonce( $_POST['_generate_sections_nonce'], 'generate_sections_nonce' ) ) { + return $post_id; + } + + if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE ) { + return $post_id; + } + + if ( ! current_user_can('edit_post', $post_id ) ) { + return $post_id; + } + + $clean = array(); + + if ( isset ( $_POST['_generate_sections'] ) && isset( $_POST['_generate_sections']['sections'] ) && is_array( $_POST['_generate_sections']['sections'] ) ) { + + foreach( $_POST['_generate_sections']['sections'] as $section ) { + + $section = json_decode( stripslashes( trim($section) ), true); + + $section = generate_sections_sanitize_function( $section, $post_id ); + if ( ! empty( $section ) ){ + $clean[] = $section; + } + + } + + } + + // save data + if ( ! empty( $clean ) ) { + // this maintains data structure of previous version + $meta = array( 'sections' => $clean ); + update_post_meta( $post_id, '_generate_sections', $meta ); + } else { + delete_post_meta( $post_id, '_generate_sections' ); + } + + } +} + +if ( ! function_exists( 'generate_sections_sanitize_hex_color' ) ) { + /* + * Sanitize colors + * We don't use the built in function so we can use empty values + */ + function generate_sections_sanitize_hex_color( $color ) { + if ( '' === $color ) { + return ''; + } + + // 3 or 6 hex digits, or the empty string. + if ( preg_match('|^#([A-Fa-f0-9]{3}){1,2}$|', $color ) ) { + return $color; + } + + return null; + } +} + +if ( ! function_exists( 'generate_sections_sanitize_rgba' ) ) { + /** + * Sanitize RGBA colors + * @since 1.3.42 + */ + function generate_sections_sanitize_rgba( $color ) { + if ( '' === $color ) { + return ''; + } + + // If string does not start with 'rgba', then treat as hex + // sanitize the hex color and finally convert hex to rgba + if ( false === strpos( $color, 'rgba' ) ) { + return generate_sections_sanitize_hex_color( $color ); + } + + // By now we know the string is formatted as an rgba color so we need to further sanitize it. + $color = str_replace( ' ', '', $color ); + sscanf( $color, 'rgba(%d,%d,%d,%f)', $red, $green, $blue, $alpha ); + return 'rgba('.$red.','.$green.','.$blue.','.$alpha.')'; + + return ''; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/views/sections-template.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/views/sections-template.php new file mode 100644 index 00000000..4fd904bf --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/views/sections-template.php @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + +
          + + + +
          + +
          \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/views/use-sections.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/views/use-sections.php new file mode 100644 index 00000000..d2aa993f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/views/use-sections.php @@ -0,0 +1,17 @@ + +
          + + ID, '_generate_use_sections', true ); + //$use_sections = isset( $use_sections['use_sections'] ) && 'true' == $use_sections['use_sections'] ? true : false; + wp_nonce_field( 'generate_sections_use_sections_nonce', '_generate_sections_use_sections_nonce' ); + ?> + +
          diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/templates/template.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/templates/template.php new file mode 100644 index 00000000..daf0d21e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/templates/template.php @@ -0,0 +1,122 @@ +ID, '_generate_sections', TRUE) : ''; +$sidebars = apply_filters( 'generate_sections_sidebars', false ); +?> + +
          > +
          > + + + +
          > +
          +
          + +
          +
          +
          + + + + '; + $container['after'] = '
          '; + else : + $container['before'] = '
          '; + $container['after'] = '
          '; + endif; + + // Create inner container + if ( 'fluid' == $inner_box_type ) : + $inner_container['before'] = '
          '; + $inner_container['after'] = '
          '; + else : + $inner_container['before'] = '
          '; + $inner_container['after'] = '
          '; + endif; + + // Output the container + $return .= $container['before']; + $return .= $inner_container['before']; + + // Output the content + // Add \n\n to fix issue where paragraph wrapping was off + $return .= "\n\n" . $content; + + // Output the closing containers + $return .= $container['after']; + $return .= $inner_container['after']; + + endforeach; + + // Return our sections through the_content filter + echo apply_filters( 'the_content', $return ); + else : + ?> +
          +
          + +
          +
          + + + + + + + + + $widgets ) { + // Skip inactive widgets (should not be in export file). + if ( 'wp_inactive_widgets' === $sidebar_id ) { + continue; + } + + if ( is_array( $widgets ) ) { + foreach ( $widgets as $widget_instance_id => $widget ) { + $all_widgets[] = $widget; + } + } + } + + $results['wp_inactive_widgets'] = $all_widgets; + + update_option( 'sidebars_widgets', $results ); + + } + + /** + * Checks to see whether options exist or not. + * + * @since 1.8 + * + * @return bool + */ + public static function do_options_exist() { + $theme_mods = self::get_theme_mods(); + $settings = self::get_theme_settings(); + + $has_data = array( + 'mods' => array(), + 'options' => array(), + ); + + foreach ( $theme_mods as $theme_mod ) { + if ( get_theme_mod( $theme_mod ) ) { + $has_data['mods'][ $theme_mod ] = get_theme_mod( $theme_mod ); + } + } + + foreach ( $settings as $setting ) { + if ( get_option( $setting ) ) { + + // The blog module runs a migration script on activation for now. This checks if those migrated values have been changed. + if ( 'generate_blog_settings' === $setting && function_exists( 'generate_blog_get_defaults' ) ) { + $defaults = generate_blog_get_defaults(); + $options = get_option( $setting ); + $diff = array(); + + foreach ( $options as $option => $value ) { + if ( isset( $defaults[ $option ] ) && $value !== $defaults[ $option ] ) { + $diff[ $option ] = $value; + } + } + + if ( empty( $diff ) ) { + continue; + } + } + + $has_data['options'][ $setting ] = get_option( $setting ); + } + } + + if ( ! array_filter( $has_data ) ) { + return false; + } else { + return true; + } + } + + /** + * Imports our content and custom CSS. + * + * @since 1.6 + * @param string $path Path to the file. + * @param string $slug File slug. + */ + public static function import_xml( $path, $slug ) { + if ( ! class_exists( 'WP_Importer' ) ) { + require_once ABSPATH . '/wp-admin/includes/class-wp-importer.php'; + } + + require_once GP_PREMIUM_DIR_PATH . 'site-library/libs/wxr-importer/WXRImporter.php'; + require_once GP_PREMIUM_DIR_PATH . 'site-library/libs/wxr-importer/WPImporterLogger.php'; + require_once GP_PREMIUM_DIR_PATH . 'site-library/libs/wxr-importer/WXRImportInfo.php'; + require_once GP_PREMIUM_DIR_PATH . 'site-library/classes/class-content-importer.php'; + + if ( ! function_exists( 'wp_crop_image' ) ) { + require_once ABSPATH . 'wp-admin/includes/image.php'; + } + + add_filter( 'upload_mimes', array( __CLASS__, 'mime_types' ) ); + add_filter( 'wp_check_filetype_and_ext', array( __CLASS__, 'check_real_mime_type' ), 10, 4 ); + add_filter( 'wp_prepare_attachment_for_js', array( __CLASS__, 'add_svg_image_support' ), 10, 3 ); + + $options = array( + 'fetch_attachments' => true, + 'default_author' => 0, + ); + + $current_css = wp_get_custom_css_post(); + + $logger = new GeneratePress\WPContentImporter2\WPImporterLogger(); + $importer = new GeneratePress_Sites_Content_Importer( $options ); + $importer->set_logger( $logger ); + $result = $importer->import( $path ); + + // Get all mapped post and term data. + $existing_data = self::get_mapped_post_ids( $slug ); + $mapped_data = $importer->get_importer_data(); + $mapped_posts = $mapped_data['mapping']['post']; + + // Merge exiting mapped posts with any new ones. Existing posts don't get mapped, so we need to preserve them. + $all_data = $mapped_posts + $existing_data; + + // Set our site specific mapped posts with all of our data. + update_option( 'generatepress_sites_mapped_ids_' . $slug, $all_data, false ); + + // Set mapped term IDs. + // These are always the same, even if the site has been imported before. No fancy stuff needed. + $term_mapping = $mapped_data['mapping']['term_id']; + set_transient( 'generatepress_sites_mapped_term_ids', $term_mapping, 0.1 * HOUR_IN_SECONDS ); + + wp_update_custom_css_post( $current_css->post_content ); + + // Page builders need so much extra work. + self::update_page_builder_content(); + + remove_filter( 'upload_mimes', array( __CLASS__, 'mime_types' ) ); + remove_filter( 'wp_check_filetype_and_ext', array( __CLASS__, 'check_real_mime_type' ), 10, 4 ); + remove_filter( 'wp_prepare_attachment_for_js', array( __CLASS__, 'add_svg_image_support' ), 10, 3 ); + } + + /** + * List plugins that have a pro version. + * + * We want to check to see if these exist before installing or activating + * the free versions. + * + * @since 1.6 + * + * @return array + */ + public static function check_for_pro_plugins() { + return apply_filters( + 'generate_sites_pro_plugins', + array( + 'beaver-builder-lite-version/fl-builder.php' => 'bb-plugin/fl-builder.php', + 'ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php' => 'bb-ultimate-addon/bb-ultimate-addon.php', + 'powerpack-addon-for-beaver-builder/bb-powerpack-lite.php' => 'bbpowerpack/bb-powerpack.php', + ) + ); + } + + /** + * Check to see if required plugins are active. + * + * @since 1.6 + * + * @param string $plugin The plugin to check for. + */ + public static function is_plugin_installed( $plugin ) { + $pro_plugins = self::check_for_pro_plugins(); + + // Check to see if this plugin has a pro version. + if ( array_key_exists( $plugin, $pro_plugins ) ) { + if ( file_exists( WP_PLUGIN_DIR . '/' . $pro_plugins[ $plugin ] ) ) { + return true; + } + } + + if ( file_exists( WP_PLUGIN_DIR . '/' . $plugin ) ) { + return true; + } + + return false; + + } + + /** + * Allow SVG images. + * + * @since 1.6 + * + * @param array $response Attachment response. + * @param object $attachment Attachment object. + * @param array $meta Attachment meta data. + */ + public static function add_svg_image_support( $response, $attachment, $meta ) { + if ( ! function_exists( 'simplexml_load_file' ) ) { + return $response; + } + + if ( ! empty( $response['sizes'] ) ) { + return $response; + } + + if ( 'image/svg+xml' !== $response['mime'] ) { + return $response; + } + + $svg_path = get_attached_file( $attachment->ID ); + + $dimensions = self::get_svg_dimensions( $svg_path ); + + $response['sizes'] = array( + 'full' => array( + 'url' => $response['url'], + 'width' => $dimensions->width, + 'height' => $dimensions->height, + 'orientation' => $dimensions->width > $dimensions->height ? 'landscape' : 'portrait', + ), + ); + + return $response; + } + + /** + * Get the dimensions of the uploaded SVG. + * + * @since 1.6 + * + * @param string $svg SVG file path. + * @return array Return SVG file height & width for valid SVG file. + */ + public static function get_svg_dimensions( $svg ) { + $svg = simplexml_load_file( $svg ); + + if ( false === $svg ) { + $width = '0'; + $height = '0'; + } else { + $attributes = $svg->attributes(); + $width = (string) $attributes->width; + $height = (string) $attributes->height; + } + + return (object) array( + 'width' => $width, + 'height' => $height, + ); + } + + /** + * Taken from the core media_sideload_image function and + * modified to return an array of data instead of html. + * + * @since 1.6 + * + * @param string $file The image file path. + * @return array An array of image data. + */ + public static function sideload_image( $file ) { + + $data = new stdClass(); + + if ( ! function_exists( 'media_handle_sideload' ) ) { + require_once ABSPATH . 'wp-admin/includes/media.php'; + require_once ABSPATH . 'wp-admin/includes/file.php'; + require_once ABSPATH . 'wp-admin/includes/image.php'; + } + + add_filter( 'upload_mimes', array( __CLASS__, 'mime_types' ) ); + add_filter( 'wp_check_filetype_and_ext', array( __CLASS__, 'check_real_mime_type' ), 10, 4 ); + add_filter( 'wp_prepare_attachment_for_js', array( __CLASS__, 'add_svg_image_support' ), 10, 3 ); + + if ( ! empty( $file ) ) { + + // Set variables for storage, fix file filename for query strings. + preg_match( '/[^\?]+\.(jpe?g|jpe|svg|gif|png)\b/i', $file, $matches ); + $file_array = array(); + $file_array['name'] = basename( $matches[0] ); + + // Download file to temp location. + $file_array['tmp_name'] = download_url( $file ); + + // If error storing temporarily, return the error. + if ( is_wp_error( $file_array['tmp_name'] ) ) { + return $file_array['tmp_name']; + } + + // Do the validation and storage stuff. + $id = media_handle_sideload( $file_array, 0 ); + + // If error storing permanently, unlink. + if ( is_wp_error( $id ) ) { + @unlink( $file_array['tmp_name'] ); // phpcs:ignore + return $id; + } + + // Build the object to return. + $meta = wp_get_attachment_metadata( $id ); + $data->attachment_id = $id; + $data->url = wp_get_attachment_url( $id ); + $data->thumbnail_url = wp_get_attachment_thumb_url( $id ); + + if ( isset( $meta['height'] ) ) { + $data->height = $meta['height']; + } + + if ( isset( $meta['width'] ) ) { + $data->width = $meta['width']; + } + } + + remove_filter( 'upload_mimes', array( __CLASS__, 'mime_types' ) ); + remove_filter( 'wp_check_filetype_and_ext', array( __CLASS__, 'check_real_mime_type' ), 10, 4 ); + remove_filter( 'wp_prepare_attachment_for_js', array( __CLASS__, 'add_svg_image_support' ), 10, 3 ); + + return $data; + + } + + /** + * Re-maps menu locations. + * + * @since 1.6 + * + * @param array $locations Incoming locations. + */ + public static function set_nav_menu_locations( $locations = array() ) { + $menu_locations = array(); + + $term_ids = self::get_mapped_term_ids(); + + if ( isset( $locations ) ) { + self::log( '== Start mapping menu locations ==' ); + + foreach ( $locations as $menu => $value ) { + if ( empty( $value ) ) { + continue; + } + + $menu_locations[ $menu ] = $term_ids[ $value ]; + self::log( $value . ' -> ' . $term_ids[ $value ] ); + } + + set_theme_mod( 'nav_menu_locations', $menu_locations ); + } + } + + /** + * Re-maps the front page and posts page. + * + * @since 1.6 + * + * @param string $name Name of the option to update. + * @param string $value Title of the page. + * @param string $slug Slug of the page. + */ + public static function set_reading_pages( $name, $value, $slug ) { + if ( empty( $value ) ) { + return; + } + + self::log( '== Start mapping front and blog pages ==' ); + + // Get import data, with new menu IDs. + $post_ids = self::get_mapped_post_ids( $slug ); + + update_option( $name, $post_ids[ $value ] ); + self::log( $value . ' -> ' . $post_ids[ $value ] ); + } + + /** + * Re-maps WooCommerce pages. + * + * @since 1.6 + * + * @param string $name Name of the option to update. + * @param string $value Title of the page. + * @param string $slug Slug of the page. + */ + public static function set_woocommerce_pages( $name, $value, $slug ) { + if ( empty( $value ) ) { + return; + } + + self::log( '== Start mapping WooCommerce pages ==' ); + + $post_ids = self::get_mapped_post_ids( $slug ); + + update_option( $name, $post_ids[ $value ] ); + self::log( $value . ' -> ' . $post_ids[ $value ] ); + } + + /** + * Change the menu IDs in the custom menu widgets in the widget import data. + * This solves the issue with custom menu widgets not having the correct (new) menu ID, because they + * have the old menu ID from the export site. + * + * @param array $widget The widget settings array. + */ + public static function fix_custom_menu_widget_ids( $widget ) { + // Skip (no changes needed), if this is not a custom menu widget. + if ( ! array_key_exists( 'nav_menu', $widget ) || empty( $widget['nav_menu'] ) || ! is_int( $widget['nav_menu'] ) ) { + return $widget; + } + + // Get import data, with new menu IDs. + $term_ids = self::get_mapped_term_ids(); + + if ( ! isset( $term_ids[ $widget['nav_menu'] ] ) ) { + return $widget; + } + + self::log( '== Start mapping navigation widgets ==' ); + self::log( $widget['nav_menu'] . ' -> ' . $term_ids[ $widget['nav_menu'] ] ); + + // Set the new menu ID for the widget. + $widget['nav_menu'] = $term_ids[ $widget['nav_menu'] ]; + + return $widget; + } + + /** + * Re-maps the element locations. + * + * @since 1.7 + * + * @param array $locations Incoming locations. + * @param string $slug Element slug. + */ + public static function set_element_locations( $locations, $slug ) { + $post_ids = self::get_mapped_post_ids( $slug ); + + if ( isset( $locations ) && ! empty( $locations ) ) { + self::log( '== Start mapping element locations ==' ); + + foreach ( (array) $locations as $key => $value ) { + $new_locations = array(); + if ( empty( $value ) ) { + continue; + } + + foreach ( (array) $value as $data ) { + if ( $data['object'] ) { + self::log( $data['object'] . ' -> ' . $post_ids[ $data['object'] ] ); + $data['object'] = $post_ids[ $data['object'] ]; + } + + $new_locations[] = $data; + } + + update_post_meta( $post_ids[ $key ], '_generate_element_display_conditions', $new_locations ); + } + } + } + + /** + * Re-maps the element exclusions. + * + * @since 1.7 + * + * @param array $locations Incoming locations. + * @param string $slug Element slug. + */ + public static function set_element_exclusions( $locations, $slug ) { + $post_ids = self::get_mapped_post_ids( $slug ); + + if ( isset( $locations ) && ! empty( $locations ) ) { + self::log( '== Start mapping element exclusions ==' ); + + foreach ( (array) $locations as $key => $value ) { + $new_locations = array(); + if ( empty( $value ) ) { + continue; + } + + foreach ( (array) $value as $data ) { + if ( $data['object'] ) { + self::log( $data['object'] . ' -> ' . $post_ids[ $data['object'] ] ); + $data['object'] = $post_ids[ $data['object'] ]; + } + + $new_locations[] = $data; + } + + update_post_meta( $post_ids[ $key ], '_generate_element_exclude_conditions', $new_locations ); + } + } + } + + /** + * Update menu URLs. + * + * @since 1.7.3 + * @param string $url Preview URL. + */ + public static function update_menu_urls( $url ) { + $args = array( + 'post_type' => 'nav_menu_item', + 'fields' => 'ids', + 'no_found_rows' => true, + 'post_status' => 'any', + 'numberposts' => 50, + ); + + $items = get_posts( $args ); + + foreach ( $items as $item_id ) { + $item_type = get_post_meta( $item_id, '_menu_item_type', true ); + + if ( 'custom' === $item_type ) { + $item_url = get_post_meta( $item_id, '_menu_item_url', true ); + + if ( $item_url && '#' !== $item_url ) { + $item_url = str_replace( $url, site_url(), $item_url ); + + update_post_meta( $item_id, '_menu_item_url', $item_url ); + } + } + } + } + + /** + * Allow other files types to be uploaded. + * + * @since 1.6 + * + * @param array $mimes Existing types. + * @return array Merged types. + */ + public static function mime_types( $mimes ) { + $mimes = array_merge( + $mimes, + array( + 'xml' => 'text/xml', + 'wie' => 'text/plain', + 'svg' => 'image/svg+xml', + 'svgz' => 'image/svg+xml', + ) + ); + + return $mimes; + } + + /** + * Different MIME type of different PHP version + * + * Filters the "real" file type of the given file. + * + * @since 1.8 + * + * @param array $defaults Default file types. + * @param string $file Full path to the file. + * @param string $filename The name of the file (may differ from $file due to $file being in a tmp directory). + * @param array $mimes Key is the file extension with value as the mime type. + */ + public static function check_real_mime_type( $defaults, $file, $filename, $mimes ) { + if ( 'content.xml' === $filename ) { + $defaults['ext'] = 'xml'; + $defaults['type'] = 'text/xml'; + } + + if ( 'widgets.wie' === $filename ) { + $defaults['ext'] = 'wie'; + $defaults['type'] = 'text/plain'; + } + + return $defaults; + } + + /** + * Download a file to WordPress from a URL. + * + * @since 1.6 + * + * @param string $file URL of the file. + * @return array + */ + public static function download_file( $file ) { + add_filter( 'upload_mimes', array( __CLASS__, 'mime_types' ) ); + add_filter( 'wp_check_filetype_and_ext', array( __CLASS__, 'check_real_mime_type' ), 10, 4 ); + add_filter( 'wp_prepare_attachment_for_js', array( __CLASS__, 'add_svg_image_support' ), 10, 3 ); + + // Gives us access to the download_url() and wp_handle_sideload() functions. + require_once ABSPATH . 'wp-admin/includes/file.php'; + + // URL to the WordPress logo. + $url = $file; + $timeout_seconds = 10; + + // Download file to temp dir. + $temp_file = download_url( $url, $timeout_seconds ); + + if ( is_wp_error( $temp_file ) ) { + + return array( + 'success' => false, + 'data' => $temp_file->get_error_message(), + ); + + } + + // Array based on $_FILE as seen in PHP file uploads. + $file = array( + 'name' => basename( $url ), + 'tmp_name' => $temp_file, + 'error' => 0, + 'size' => filesize( $temp_file ), + ); + + $overrides = array( + 'test_form' => false, + 'test_size' => true, + ); + + // Move the temporary file into the uploads directory. + $results = wp_handle_sideload( $file, $overrides ); + + // Clean up. + remove_filter( 'upload_mimes', array( __CLASS__, 'mime_types' ) ); + remove_filter( 'wp_check_filetype_and_ext', array( __CLASS__, 'check_real_mime_type' ), 10, 4 ); + remove_filter( 'wp_prepare_attachment_for_js', array( __CLASS__, 'add_svg_image_support' ), 10, 3 ); + + if ( empty( $results['error'] ) ) { + + return array( + 'success' => true, + 'data' => $results, + ); + + } else { + + return array( + 'success' => false, + 'error' => $results['error'], + ); + + } + + } + + /** + * Get data from the options.json file. + * + * @since 1.6 + * + * @param string $url URL of the file. + * @return array + */ + public static function get_options( $url ) { + $url = wp_safe_remote_get( esc_url( $url ) ); + + if ( is_wp_error( $url ) ) { + return false; + } + + return json_decode( wp_remote_retrieve_body( $url ), true ); + } + + /** + * Check to see if a remote file exists. + * + * @since 1.6 + * + * @param string $url URL of the file. + * @return bool + */ + public static function file_exists( $url ) { + $response = wp_safe_remote_get( esc_url( $url ) ); + + if ( is_wp_error( $response ) ) { + self::log( $response->get_error_message() ); + return false; + } + + return strlen( $response['body'] ) > 100 && ( '200' === (string) $response['response']['code'] || '301' === (string) $response['response']['code'] ) ? true : false; + } + + /** + * Log events to the debug.log file. + * + * @since 1.6 + * @param mixed $log Log data. + * @return void + */ + public static function log( $log ) { + if ( ! WP_DEBUG_LOG ) { + return; + } + + if ( is_array( $log ) || is_object( $log ) ) { + error_log( print_r( $log, true ) ); // phpcs:ignore -- Needed to log events. + } else { + error_log( $log ); // phpcs:ignore -- Needed to log events. + } + } + + /** + * Get all posts to run through batch processing. + * + * @since 1.6 + * + * @return object All posts. + */ + public static function get_all_posts() { + $args = array( + 'post_type' => 'any', + 'fields' => 'ids', + 'no_found_rows' => true, + 'post_status' => 'publish', + 'numberposts' => -1, + 'meta_query' => array( + 'relation' => 'OR', + array( + 'key' => '_fl_builder_data', + 'compare' => 'EXISTS', + ), + array( + 'key' => '_elementor_data', + 'compare' => 'EXISTS', + ), + ), + ); + + $posts = get_posts( $args ); + + if ( $posts ) { + return $posts; + } + + return false; + } + + /** + * Searches Elementor and Beaver Builder content for images to download. + * + * @since 1.6 + */ + public static function update_page_builder_content() { + include_once ABSPATH . 'wp-admin/includes/plugin.php'; + + // Add "bb-plugin" in import [queue]. + // Add "beaver-builder-lite-version" in import [queue]. + if ( is_plugin_active( 'beaver-builder-lite-version/fl-builder.php' ) || is_plugin_active( 'bb-plugin/fl-builder.php' ) ) { + require_once GP_PREMIUM_DIR_PATH . 'site-library/classes/class-beaver-builder-batch-processing.php'; + require_once GP_PREMIUM_DIR_PATH . 'site-library/classes/class-site-import-image.php'; + + $beaver_builder = new GeneratePress_Sites_Process_Beaver_Builder(); + $beaver_builder->import(); + } + } + + /** + * Clear Elementor & Beaver Builder caches when needed. + * + * @since 1.6 + */ + public static function clear_page_builder_cache() { + + if ( class_exists( 'FLBuilderModel' ) && method_exists( 'FLBuilderModel', 'delete_asset_cache_for_all_posts' ) ) { + // Clear all cache. + FLBuilderModel::delete_asset_cache_for_all_posts(); + self::log( 'Cleared Beaver Builder cache.' ); + } + + if ( class_exists( 'Elementor\Plugin' ) && method_exists( 'Elementor\Posts_CSS_Manager', 'clear_cache' ) ) { + // !important, Clear the cache after images import. + Elementor\Plugin::instance()->posts_css_manager->clear_cache(); + self::log( 'Cleared Elementor cache.' ); + } + + } + + /** + * List out GP option names. + * + * @since 1.6 + * + * @return array + */ + public static function get_theme_settings() { + return array( + 'generate_settings', + 'generate_background_settings', + 'generate_blog_settings', + 'generate_page_header_settings', + 'generate_secondary_nav_settings', + 'generate_spacing_settings', + 'generate_menu_plus_settings', + 'generate_woocommerce_settings', + ); + } + + /** + * List out GP theme mods. + * + * @since 1.6 + * + * @return array + */ + public static function get_theme_mods() { + return array( + 'font_body_variants', + 'font_body_category', + 'font_site_title_variants', + 'font_site_title_category', + 'font_site_tagline_variants', + 'font_site_tagline_category', + 'font_navigation_variants', + 'font_navigation_category', + 'font_secondary_navigation_variants', + 'font_secondary_navigation_category', + 'font_buttons_variants', + 'font_buttons_category', + 'font_heading_1_variants', + 'font_heading_1_category', + 'font_heading_2_variants', + 'font_heading_2_category', + 'font_heading_3_variants', + 'font_heading_3_category', + 'font_heading_4_variants', + 'font_heading_4_category', + 'font_heading_5_variants', + 'font_heading_5_category', + 'font_heading_6_variants', + 'font_heading_6_category', + 'font_widget_title_variants', + 'font_widget_title_category', + 'font_footer_variants', + 'font_footer_category', + 'generate_copyright', + ); + } + + /** + * Build the loading icon. + * + * @since 1.6 + */ + public static function loading_icon() { + ?> + + + + + + + + + + + + + 'generate_package_backgrounds', + 'Blog' => 'generate_package_blog', + 'Colors' => 'generate_package_colors', + 'Copyright' => 'generate_package_copyright', + 'Elements' => 'generate_package_elements', + 'Disable Elements' => 'generate_package_disable_elements', + 'Hooks' => 'generate_package_hooks', + 'Menu Plus' => 'generate_package_menu_plus', + 'Page Header' => 'generate_package_page_header', + 'Secondary Nav' => 'generate_package_secondary_nav', + 'Sections' => 'generate_package_sections', + 'Spacing' => 'generate_package_spacing', + 'Typography' => 'generate_package_typography', + 'WooCommerce' => 'generate_package_woocommerce', + ); + } + + /** + * A list of options we shouldn't be able to touch. + */ + public static function disallowed_options() { + return array( + 'admin_email', + 'siteurl', + 'home', + 'blog_charset', + 'blog_public', + 'current_theme', + 'stylesheet', + 'template', + 'default_role', + 'mailserver_login', + 'mailserver_pass', + 'mailserver_port', + 'mailserver_url', + 'permalink_structure', + 'rewrite_rules', + 'users_can_register', + ); + } + + /** + * Track Imported Post + * + * @param int $post_id Post ID. + * @return void + */ + public static function track_post( $post_id ) { + update_post_meta( $post_id, '_generatepress_sites_imported_post', true ); + } + + /** + * Track Imported Term + * + * @param int $term_id Term ID. + * @return void + */ + public static function track_term( $term_id ) { + $term = get_term( $term_id ); + + update_term_meta( $term_id, '_generatepress_sites_imported_term', true ); + } + + /** + * Prevent WooCommerce from creating new pages if we're importing them. + * generate_woocommerce_no_create_pages is set during Site Library import. + */ + public static function woocommerce_no_new_pages() { + if ( ! function_exists( 'is_woocommerce' ) ) { + return; + } + + $woocommerce_version = get_option( 'woocommerce_db_version' ); + + if ( empty( $woocommerce_version ) ) { + $no_new_pages = get_option( 'generate_woocommerce_no_create_pages', false ); + + if ( $no_new_pages ) { + add_filter( 'woocommerce_create_pages', '__return_empty_array' ); + delete_option( 'generate_woocommerce_no_create_pages' ); + } + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/class-site-library-rest.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/class-site-library-rest.php new file mode 100644 index 00000000..2f8e9284 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/class-site-library-rest.php @@ -0,0 +1,922 @@ +namespace . $this->version; + + // Get Templates. + register_rest_route( + $namespace, + '/get_sites/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'get_sites' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + + // Get Templates. + register_rest_route( + $namespace, + '/get_site_data/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'get_site_data' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + + // Get Templates. + register_rest_route( + $namespace, + '/import_theme_options/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'import_options' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + + // Get Templates. + register_rest_route( + $namespace, + '/activate_plugins/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'activate_plugins' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + + // Get Templates. + register_rest_route( + $namespace, + '/import_content/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'import_content' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + + // Get Templates. + register_rest_route( + $namespace, + '/import_site_options/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'import_site_options' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + + // Get Templates. + register_rest_route( + $namespace, + '/import_widgets/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'import_widgets' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + + // Get Templates. + register_rest_route( + $namespace, + '/restore_theme_options/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'restore_theme_options' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + + // Get Templates. + register_rest_route( + $namespace, + '/restore_content/', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'restore_content' ), + 'permission_callback' => array( $this, 'update_settings_permission' ), + ) + ); + } + + /** + * Get edit options permissions. + * + * @return bool + */ + public function update_settings_permission() { + return current_user_can( 'manage_options' ); + } + + /** + * Export a group of assets. + * + * @param WP_REST_Request $request request object. + * + * @return mixed + */ + public function get_sites( WP_REST_Request $request ) { + $force_refresh = $request->get_param( 'forceRefresh' ); + $sites = get_option( 'generatepress_sites', array() ); + + $time_now = strtotime( 'now' ); + $sites_expire = get_option( 'generatepress_sites_expiration', sanitize_text_field( $time_now ) ); + + if ( $force_refresh || empty( $sites ) || $sites_expire < $time_now ) { + $sites = array(); + + $data = wp_safe_remote_get( 'https://gpsites.co/wp-json/wp/v2/sites?per_page=100' ); + + if ( is_wp_error( $data ) ) { + update_option( 'generatepress_sites', 'no results', false ); + update_option( 'generatepress_sites_expiration', strtotime( '+5 minutes' ), false ); + return $this->failed( 'no results' ); + } + + $data = json_decode( wp_remote_retrieve_body( $data ), true ); + + if ( ! is_array( $data ) ) { + update_option( 'generatepress_sites', 'no results', false ); + update_option( 'generatepress_sites_expiration', strtotime( '+5 minutes' ), false ); + return $this->failed( 'no results' ); + } + + foreach ( (array) $data as $site ) { + $sites[ $site['name'] ] = array( + 'name' => $site['name'], + 'directory' => $site['directory'], + 'preview_url' => $site['preview_url'], + 'author_name' => $site['author_name'], + 'author_url' => $site['author_url'], + 'description' => $site['description'], + 'page_builder' => $site['page_builder'], + 'category' => $site['category'], + 'min_version' => $site['min_version'], + 'min_theme_version' => $site['min_theme_version'], + 'min_generateblocks_version' => $site['min_generateblocks_version'], + 'uploads_url' => $site['uploads_url'], + 'plugins' => $site['plugins'], + 'documentation' => $site['documentation'], + 'image_width' => ! empty( $site['image_width'] ) ? $site['image_width'] : 600, + 'image_height' => ! empty( $site['image_height'] ) ? $site['image_height'] : 600, + ); + } + + update_option( 'generatepress_sites', $sites, false ); + update_option( 'generatepress_sites_expiration', strtotime( '+1 day' ), false ); + } + + $sites = apply_filters( 'generate_add_sites', $sites ); + + return $this->success( $sites ); + } + + /** + * Export a group of assets. + * + * @param WP_REST_Request $request request object. + * + * @return mixed + */ + public function get_site_data( WP_REST_Request $request ) { + $site_data = $request->get_param( 'siteData' ); + + if ( GeneratePress_Site_Library_Helper::file_exists( $site_data['directory'] . '/options.json' ) ) { + $settings = GeneratePress_Site_Library_Helper::get_options( $site_data['directory'] . '/options.json' ); + + $data['options'] = true; + $data['modules'] = $settings['modules']; + $data['plugins'] = $settings['plugins']; + + if ( is_array( $data['plugins'] ) ) { + include_once ABSPATH . 'wp-admin/includes/plugin.php'; + $plugin_data = array(); + + foreach ( $data['plugins'] as $name => $slug ) { + $basename = strtok( $slug, '/' ); + $plugin_data[ $name ] = array( + 'name' => $name, + 'slug' => $slug, + 'installed' => GeneratePress_Site_Library_Helper::is_plugin_installed( $slug ) ? true : false, + 'active' => is_plugin_active( $slug ) ? true : false, + 'repo' => GeneratePress_Site_Library_Helper::file_exists( 'https://api.wordpress.org/plugins/info/1.0/' . $basename ) ? true : false, + ); + } + + $data['plugin_data'] = $plugin_data; + } + } + + if ( GeneratePress_Site_Library_Helper::file_exists( $site_data['directory'] . '/content.xml' ) ) { + $data['content'] = true; + } else { + $data['content'] = false; + } + + if ( GeneratePress_Site_Library_Helper::file_exists( $site_data['directory'] . '/widgets.wie' ) ) { + $data['widgets'] = true; + } else { + $data['widgets'] = false; + } + + return $this->success( $data ); + } + + /** + * Export a group of assets. + * + * @param WP_REST_Request $request request object. + * + * @return mixed + */ + public function import_options( WP_REST_Request $request ) { + $site_data = $request->get_param( 'siteData' ); + + if ( ! GeneratePress_Site_Library_Helper::file_exists( $site_data['directory'] . '/options.json' ) ) { + return $this->failed( 'No theme options exist.' ); + } + + // Delete existing backup. + delete_option( '_generatepress_site_library_backup' ); + + // Backup options. + $backup_data = get_option( '_generatepress_site_library_backup', array() ); + + $theme_mods = GeneratePress_Site_Library_Helper::get_theme_mods(); + $settings = GeneratePress_Site_Library_Helper::get_theme_settings(); + + $data = array( + 'mods' => array(), + 'options' => array(), + ); + + foreach ( $theme_mods as $theme_mod ) { + $data['mods'][ $theme_mod ] = get_theme_mod( $theme_mod ); + } + + foreach ( $settings as $setting ) { + $data['options'][ $setting ] = get_option( $setting ); + } + + $backup_data['theme_options'] = $data; + + $modules = GeneratePress_Site_Library_Helper::premium_modules(); + + $active_modules = array(); + foreach ( $modules as $name => $key ) { + if ( 'activated' === get_option( $key ) ) { + $active_modules[ $name ] = $key; + } + } + + $backup_data['modules'] = $active_modules; + + $settings = GeneratePress_Site_Library_Helper::get_options( $site_data['directory'] . '/options.json' ); + + // Remove all existing theme options. + $option_keys = array( + 'generate_settings', + 'generate_background_settings', + 'generate_blog_settings', + 'generate_hooks', + 'generate_page_header_settings', + 'generate_secondary_nav_settings', + 'generate_spacing_settings', + 'generate_menu_plus_settings', + 'generate_woocommerce_settings', + ); + + foreach ( $option_keys as $key ) { + delete_option( $key ); + } + + // Need to backup these items before we remove all theme mods. + $backup_data['site_options']['nav_menu_locations'] = get_theme_mod( 'nav_menu_locations' ); + $backup_data['site_options']['custom_logo'] = get_theme_mod( 'custom_logo' ); + + // Remove existing theme mods. + remove_theme_mods(); + + // Remove existing activated premium modules. + $premium_modules = GeneratePress_Site_Library_Helper::premium_modules(); + + foreach ( $premium_modules as $name => $key ) { + delete_option( $key ); + } + + // Activate necessary modules. + foreach ( $settings['modules'] as $name => $key ) { + // Only allow valid premium modules. + if ( ! in_array( $key, $premium_modules ) ) { + GeneratePress_Site_Library_Helper::log( 'Bad premium module key: ' . $key ); + continue; + } + + update_option( $key, 'activated' ); + } + + // Set theme mods. + foreach ( $settings['mods'] as $key => $val ) { + // Only allow valid theme mods. + if ( ! in_array( $key, GeneratePress_Site_Library_Helper::get_theme_mods() ) ) { + GeneratePress_Site_Library_Helper::log( 'Bad theme mod key: ' . $key ); + continue; + } + + set_theme_mod( $key, $val ); + } + + // Set theme options. + foreach ( $settings['options'] as $key => $val ) { + // Only allow valid options. + if ( ! in_array( $key, GeneratePress_Site_Library_Helper::get_theme_settings() ) ) { + GeneratePress_Site_Library_Helper::log( 'Bad theme setting key: ' . $key ); + continue; + } + + if ( is_array( $val ) || is_object( $val ) ) { + foreach ( $val as $option_name => $option_value ) { + // Import any images. + if ( is_string( $option_value ) && preg_match( '/\.(jpg|jpeg|png|gif)/i', $option_value ) ) { + $data = GeneratePress_Site_Library_Helper::sideload_image( $option_value ); + + if ( ! is_wp_error( $data ) ) { + $val[ $option_name ] = $data->url; + } + } + + // Set these options if we import content. + unset( $val['hide_title'] ); + unset( $val['hide_tagline'] ); + unset( $val['logo_width'] ); + } + } + + update_option( $key, $val ); + } + + // Re-add non-theme option related theme mods. + set_theme_mod( 'nav_menu_locations', $backup_data['site_options']['nav_menu_locations'] ); + set_theme_mod( 'custom_logo', $backup_data['site_options']['custom_logo'] ); + + $existing_settings = get_option( 'generate_settings', array() ); + + if ( isset( $backup_data['theme_options']['options']['generate_settings']['hide_title'] ) ) { + $existing_settings['hide_title'] = $backup_data['theme_options']['options']['generate_settings']['hide_title']; + } + + if ( isset( $backup_data['theme_options']['options']['generate_settings']['hide_tagline'] ) ) { + $existing_settings['hide_tagline'] = $backup_data['theme_options']['options']['generate_settings']['hide_tagline']; + } + + if ( isset( $backup_data['theme_options']['options']['generate_settings']['logo_width'] ) ) { + $existing_settings['logo_width'] = $backup_data['theme_options']['options']['generate_settings']['logo_width']; + } + + update_option( 'generate_settings', $existing_settings ); + + // Remove dynamic CSS cache. + delete_option( 'generate_dynamic_css_output' ); + delete_option( 'generate_dynamic_css_cached_version' ); + + $dynamic_css_data = get_option( 'generatepress_dynamic_css_data', array() ); + + if ( isset( $dynamic_css_data['updated_time'] ) ) { + unset( $dynamic_css_data['updated_time'] ); + } + + update_option( 'generatepress_dynamic_css_data', $dynamic_css_data ); + + // Custom CSS. + $css = $settings['custom_css']; + $css = '/* GeneratePress Site CSS */ ' . $css . ' /* End GeneratePress Site CSS */'; + + $current_css = wp_get_custom_css_post(); + + if ( isset( $current_css->post_content ) ) { + $current_css->post_content = preg_replace( '#(/\\* GeneratePress Site CSS \\*/).*?(/\\* End GeneratePress Site CSS \\*/)#s', '', $current_css->post_content ); + $css = $current_css->post_content . $css; + } + + wp_update_custom_css_post( $css ); + + update_option( '_generatepress_site_library_backup', $backup_data ); + + return $this->success( __( 'Options imported', 'gp-premium' ) ); + } + + /** + * Export a group of assets. + * + * @param WP_REST_Request $request request object. + * + * @return mixed + */ + public function activate_plugins( WP_REST_Request $request ) { + $site_data = $request->get_param( 'siteData' ); + $settings = GeneratePress_Site_Library_Helper::get_options( $site_data['directory'] . '/options.json' ); + $plugins = $settings['plugins']; + + // Backup plugins. + $backup_data = get_option( '_generatepress_site_library_backup', array() ); + $backup_data['plugins'] = get_option( 'active_plugins', array() ); + update_option( '_generatepress_site_library_backup', $backup_data ); + + if ( ! empty( $plugins ) ) { + $pro_plugins = GeneratePress_Site_Library_Helper::check_for_pro_plugins(); + include_once ABSPATH . 'wp-admin/includes/plugin.php'; + + foreach ( $plugins as $plugin ) { + // If the plugin has a pro version and it exists, activate it instead. + if ( array_key_exists( $plugin, $pro_plugins ) ) { + if ( file_exists( WP_PLUGIN_DIR . '/' . $pro_plugins[ $plugin ] ) ) { + $plugin = $pro_plugins[ $plugin ]; + } + } + + // Install BB lite if pro doesn't exist. + if ( 'bb-plugin/fl-builder.php' === $plugin && ! file_exists( WP_PLUGIN_DIR . '/bb-plugin/fl-builder.php' ) ) { + $plugin = 'beaver-builder-lite-version/fl-builder.php'; + } + + if ( ! is_plugin_active( $plugin ) ) { + activate_plugin( $plugin, '', false, true ); + + if ( 'woocommerce/woocommerce.php' === $plugin ) { + add_option( 'generate_woocommerce_no_create_pages', true ); + } + } + } + + return $this->success( __( 'Plugins activated', 'gp-premium' ) ); + } + } + + /** + * Export a group of assets. + * + * @param WP_REST_Request $request request object. + * + * @return mixed + */ + public function import_content( WP_REST_Request $request ) { + $site_data = $request->get_param( 'siteData' ); + $site_slug = $request->get_param( 'siteSlug' ); + $import_options = $request->get_param( 'importOptions' ); + $import_content = $request->get_param( 'importContent' ); + + // Increase PHP max execution time. + set_time_limit( apply_filters( 'generate_sites_content_import_time_limit', 300 ) ); + + $xml_path = $site_data['directory'] . '/content.xml'; + $xml_file = GeneratePress_Site_Library_Helper::download_file( $xml_path ); + $xml_path = $xml_file['data']['file']; + + if ( ! $xml_path ) { + return $this->failed( 'No content found.' ); + } + + // Increase PHP max execution time. + set_time_limit( apply_filters( 'generate_sites_content_import_time_limit', 300 ) ); + + // Disable import of authors. + add_filter( 'wxr_importer.pre_process.user', '__return_false' ); + + // Keep track of our progress. + add_action( 'wxr_importer.processed.post', array( 'GeneratePress_Site_Library_Helper', 'track_post' ) ); + add_action( 'wxr_importer.processed.term', array( 'GeneratePress_Site_Library_Helper', 'track_term' ) ); + + // Disables generation of multiple image sizes (thumbnails) in the content import step. + if ( ! apply_filters( 'generate_sites_regen_thumbnails', true ) ) { + add_filter( 'intermediate_image_sizes_advanced', '__return_null' ); + } + + $backup_data = get_option( '_generatepress_site_library_backup', array() ); + $backup_data['content'] = true; + update_option( '_generatepress_site_library_backup', $backup_data ); + + GeneratePress_Site_Library_Helper::import_xml( $xml_path, $site_slug ); + + return $this->success( 'Content imported' ); + } + + /** + * Export a group of assets. + * + * @param WP_REST_Request $request request object. + * + * @return mixed + */ + public function import_site_options( WP_REST_Request $request ) { + $site_data = $request->get_param( 'siteData' ); + $site_slug = $request->get_param( 'siteSlug' ); + $backup_data = get_option( '_generatepress_site_library_backup', array() ); + + $settings = GeneratePress_Site_Library_Helper::get_options( $site_data['directory'] . '/options.json' ); + + foreach ( $settings['site_options'] as $key => $val ) { + switch ( $key ) { + case 'page_for_posts': + case 'page_on_front': + $backup_data['site_options'][ $key ] = get_option( $key ); + GeneratePress_Site_Library_Helper::set_reading_pages( $key, $val, $site_slug ); + break; + + case 'woocommerce_shop_page_id': + case 'woocommerce_cart_page_id': + case 'woocommerce_checkout_page_id': + case 'woocommerce_myaccount_page_id': + $backup_data['site_options'][ $key ] = get_option( $key ); + GeneratePress_Site_Library_Helper::set_woocommerce_pages( $key, $val, $site_slug ); + break; + + case 'nav_menu_locations': + if ( ! isset( $backup_data['site_options']['nav_menu_location'] ) ) { + $backup_data['site_options']['nav_menu_locations'] = get_theme_mod( 'nav_menu_locations' ); + } + + GeneratePress_Site_Library_Helper::set_nav_menu_locations( $val ); + break; + + case 'element_locations': + GeneratePress_Site_Library_Helper::set_element_locations( $val, $site_slug ); + break; + + case 'element_exclusions': + GeneratePress_Site_Library_Helper::set_element_exclusions( $val, $site_slug ); + break; + + case 'custom_logo': + if ( ! isset( $backup_data['site_options']['custom_logo'] ) ) { + $backup_data['site_options']['custom_logo'] = get_theme_mod( 'custom_logo' ); + } + + $data = GeneratePress_Site_Library_Helper::sideload_image( $val ); + + if ( ! is_wp_error( $data ) && isset( $data->attachment_id ) ) { + set_theme_mod( 'custom_logo', $data->attachment_id ); + update_post_meta( $data->attachment_id, '_wp_attachment_is_custom_header', get_option( 'stylesheet' ) ); + } else { + remove_theme_mod( 'custom_logo' ); + } + + break; + + default: + if ( in_array( $key, (array) GeneratePress_Site_Library_Helper::disallowed_options() ) ) { + GeneratePress_Site_Library_Helper::log( 'Disallowed option: ' . $key ); + } else { + $backup_data['site_options'][ $key ] = get_option( $key ); + delete_option( $key ); + update_option( $key, $val ); + } + break; + } + } + + // Set theme options. + $theme_settings = get_option( 'generate_settings', array() ); + $update_theme_settings = false; + + foreach ( $settings['options'] as $key => $val ) { + if ( 'generate_settings' !== $key ) { + continue; + } + + if ( is_array( $val ) || is_object( $val ) ) { + foreach ( $val as $option_name => $option_value ) { + if ( 'hide_title' === $option_name ) { + $theme_settings['hide_title'] = $option_value; + $update_theme_settings = true; + } + + if ( 'hide_tagline' === $option_name ) { + $theme_settings['hide_tagline'] = $option_value; + $update_theme_settings = true; + } + + if ( 'logo_width' === $option_name ) { + $theme_settings['logo_width'] = $option_value; + $update_theme_settings = true; + } + } + } + } + + if ( $update_theme_settings ) { + update_option( 'generate_settings', $theme_settings ); + + // Remove dynamic CSS cache. + delete_option( 'generate_dynamic_css_output' ); + delete_option( 'generate_dynamic_css_cached_version' ); + + $dynamic_css_data = get_option( 'generatepress_dynamic_css_data', array() ); + + if ( isset( $dynamic_css_data['updated_time'] ) ) { + unset( $dynamic_css_data['updated_time'] ); + } + + update_option( 'generatepress_dynamic_css_data', $dynamic_css_data ); + } + + // Set our backed up options. + update_option( '_generatepress_site_library_backup', $backup_data ); + + // Update any custom menu link URLs. + GeneratePress_Site_Library_Helper::update_menu_urls( $site_data['preview_url'] ); + + // Clear page builder cache. + GeneratePress_Site_Library_Helper::clear_page_builder_cache(); + + return $this->success( 'Site options imported' ); + } + + /** + * Export a group of assets. + * + * @param WP_REST_Request $request request object. + * + * @return mixed + */ + public function import_widgets( WP_REST_Request $request ) { + $site_data = $request->get_param( 'siteData' ); + + require_once GP_PREMIUM_DIR_PATH . 'site-library/classes/class-site-widget-importer.php'; + + $widgets_path = $site_data['directory'] . '/widgets.wie'; + + $wie_file = GeneratePress_Site_Library_Helper::download_file( $widgets_path ); + $wie_path = $wie_file['data']['file']; + + $data = implode( '', file( $wie_path ) ); + $data = json_decode( $data ); + + GeneratePress_Site_Library_Helper::clear_widgets(); + + add_filter( 'wie_widget_settings_array', array( 'GeneratePress_Site_Library_Helper', 'fix_custom_menu_widget_ids' ) ); + $widgets_importer = GeneratePress_Sites_Widget_Importer::instance(); + $widgets_importer->wie_import_data( $data ); + remove_filter( 'wie_widget_settings_array', array( 'GeneratePress_Site_Library_Helper', 'fix_custom_menu_widget_ids' ) ); + + return $this->success( 'Widgets imported' ); + } + + /** + * Restore our theme options. + */ + public function restore_theme_options() { + $backup_data = get_option( '_generatepress_site_library_backup', array() ); + + if ( ! empty( $backup_data ) ) { + if ( ! empty( $backup_data['theme_options']['mods'] ) ) { + remove_theme_mods(); + } + + if ( ! empty( $backup_data['theme_options']['options'] ) ) { + $option_keys = array( + 'generate_settings', + 'generate_background_settings', + 'generate_blog_settings', + 'generate_hooks', + 'generate_page_header_settings', + 'generate_secondary_nav_settings', + 'generate_spacing_settings', + 'generate_menu_plus_settings', + 'generate_woocommerce_settings', + ); + + foreach ( $option_keys as $key ) { + delete_option( $key ); + } + } + + if ( ! empty( $backup_data['modules'] ) ) { + $modules = GeneratePress_Site_Library_Helper::premium_modules(); + + foreach ( $modules as $name => $key ) { + delete_option( $key ); + } + + foreach ( (array) $backup_data['modules'] as $name => $key ) { + update_option( $key, 'activated' ); + } + } + + if ( ! empty( $backup_data['theme_options']['mods'] ) ) { + foreach ( $backup_data['theme_options']['mods'] as $key => $val ) { + // Only allow valid theme mods. + if ( ! in_array( $key, GeneratePress_Site_Library_Helper::get_theme_mods() ) ) { + GeneratePress_Site_Library_Helper::log( 'Bad theme mod key: ' . $key ); + continue; + } + + set_theme_mod( $key, $val ); + } + } + + if ( ! empty( $backup_data['theme_options']['options'] ) ) { + foreach ( $backup_data['theme_options']['options'] as $key => $val ) { + // Only allow valid options. + if ( ! in_array( $key, GeneratePress_Site_Library_Helper::get_theme_settings() ) ) { + GeneratePress_Site_Library_Helper::log( 'Bad theme setting key: ' . $key ); + continue; + } + + update_option( $key, $val ); + } + } + + // Re-add non-theme option related theme mods. + if ( isset( $backup_data['site_options']['nav_menu_locations'] ) ) { + set_theme_mod( 'nav_menu_locations', $backup_data['site_options']['nav_menu_locations'] ); + } + + if ( isset( $backup_data['site_options']['custom_logo'] ) ) { + set_theme_mod( 'custom_logo', $backup_data['site_options']['custom_logo'] ); + } + } + + return $this->success( __( 'Theme options restored.', 'gp-premium' ) ); + } + + /** + * Restore content. + */ + public function restore_content() { + $backup_data = get_option( '_generatepress_site_library_backup', array() ); + + // Plugins. + if ( ! empty( $backup_data['plugins'] ) && ! empty( $backup_data['site_options'] ) ) { + update_option( 'active_plugins', $backup_data['plugins'] ); + } + + // Content. + if ( ! empty( $backup_data ) ) { + global $wpdb; + $post_ids = $wpdb->get_col( "SELECT post_id FROM {$wpdb->postmeta} WHERE meta_key='_generatepress_sites_imported_post'" ); + $term_ids = $wpdb->get_col( "SELECT term_id FROM {$wpdb->termmeta} WHERE meta_key='_generatepress_sites_imported_term'" ); + + foreach ( $post_ids as $id ) { + wp_delete_post( $id, true ); + } + } + + // Site options. + if ( ! empty( $backup_data['site_options'] ) ) { + foreach ( $backup_data['site_options'] as $key => $val ) { + if ( in_array( $key, (array) GeneratePress_Site_Library_Helper::disallowed_options() ) ) { + GeneratePress_Site_Library_Helper::log( 'Disallowed option: ' . $key ); + continue; + } + + if ( 'nav_menu_locations' === $key || 'custom_logo' === $key ) { + set_theme_mod( $key, $val ); + } else { + if ( ! $val && ! is_numeric( $val ) ) { + delete_option( $key ); + } else { + update_option( $key, $val ); + } + } + } + } + + // Widgets. + if ( ! empty( $backup_data['widgets'] ) ) { + update_option( 'sidebars_widgets', $backup_data['widgets'] ); + } + + // CSS. + $current_css = wp_get_custom_css_post(); + + if ( isset( $current_css->post_content ) ) { + // Remove existing library CSS. + $current_css->post_content = preg_replace( '#(/\\* GeneratePress Site CSS \\*/).*?(/\\* End GeneratePress Site CSS \\*/)#s', '', $current_css->post_content ); + } + + wp_update_custom_css_post( $current_css->post_content ); + + // Clean up. + delete_option( 'generate_dynamic_css_output' ); + delete_option( 'generate_dynamic_css_cached_version' ); + delete_option( '_generatepress_site_library_backup' ); + + return $this->success( __( 'Content restored.', 'gp-premium' ) ); + } + + /** + * Success rest. + * + * @param mixed $response response data. + * @return mixed + */ + public function success( $response ) { + return new WP_REST_Response( + array( + 'success' => true, + 'response' => $response, + ), + 200 + ); + } + + /** + * Failed rest. + * + * @param mixed $response response data. + * @return mixed + */ + public function failed( $response ) { + return new WP_REST_Response( + array( + 'success' => false, + 'response' => $response, + ), + 200 + ); + } + + /** + * Error rest. + * + * @param mixed $code error code. + * @param mixed $response response data. + * @return mixed + */ + public function error( $code, $response ) { + return new WP_REST_Response( + array( + 'error' => true, + 'success' => false, + 'error_code' => $code, + 'response' => $response, + ), + 401 + ); + } +} + +GeneratePress_Site_Library_Rest::get_instance(); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/class-site-library.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/class-site-library.php new file mode 100644 index 00000000..e29438c6 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/class-site-library.php @@ -0,0 +1,412 @@ +id ) { + $parent_file = 'themes.php'; // phpcs:ignore -- Override necessary. + $submenu_file = 'generate-options'; // phpcs:ignore -- Override necessary. + } + + remove_submenu_page( 'themes.php', 'generatepress-library' ); + } + + /** + * Add our scripts. + */ + public function enqueue_scripts() { + $screen = get_current_screen(); + + if ( 'appearance_page_generatepress-library' === $screen->id ) { + wp_enqueue_script( + 'generatepress-pro-site-library', + GP_PREMIUM_DIR_URL . 'dist/site-library.js', + array( 'wp-api', 'wp-i18n', 'wp-components', 'wp-element', 'wp-api-fetch', 'wp-util', 'wp-html-entities', 'updates' ), + GP_PREMIUM_VERSION, + true + ); + + if ( function_exists( 'wp_set_script_translations' ) ) { + wp_set_script_translations( 'generatepress-pro-site-library', 'gp-premium', GP_PREMIUM_DIR_PATH . 'langs' ); + } + + if ( function_exists( 'wp_get_upload_dir' ) ) { + $uploads_url = wp_get_upload_dir(); + } else { + $uploads_url = wp_upload_dir( null, false ); + } + + wp_localize_script( + 'generatepress-pro-site-library', + 'gppSiteLibrary', + array( + 'homeUrl' => esc_url( home_url() ), + 'hasBackup' => ! empty( get_option( '_generatepress_site_library_backup', array() ) ), + 'gppVersion' => GP_PREMIUM_VERSION, + 'gpVersion' => generate_premium_get_theme_version(), + 'generateblocksVersion' => defined( 'GENERATEBLOCKS_VERSION' ) ? GENERATEBLOCKS_VERSION : '', + 'elementorReplaceUrls' => esc_url( admin_url( 'admin.php?page=elementor-tools#tab-replace_url' ) ), + 'uploadsUrl' => $uploads_url['baseurl'], + 'isDebugEnabled' => defined( 'WP_DEBUG' ) && true === WP_DEBUG, + ) + ); + + wp_enqueue_style( + 'generatepress-pro-site-library', + GP_PREMIUM_DIR_URL . 'dist/site-library.css', + array( 'wp-components' ), + GP_PREMIUM_VERSION + ); + + if ( ! class_exists( 'GeneratePress_Dashboard' ) ) { + wp_enqueue_style( + 'generate-premium-dashboard', + GP_PREMIUM_DIR_URL . 'inc/legacy/assets/dashboard.css', + array(), + GP_PREMIUM_VERSION + ); + } + } + } + + /** + * Add our page. + */ + public function library_page() { + if ( ! class_exists( 'GeneratePress_Dashboard' ) ) : + ?> +
          +
          +
          + +
          + + +
          +
          + + +
          + __( 'Site Library', 'gp-premium' ), + 'url' => admin_url( 'themes.php?page=generatepress-library' ), + 'class' => 'appearance_page_generatepress-library' === $screen->id ? 'active' : '', + ); + + return $tabs; + } + + /** + * Tell GeneratePress this is an admin page. + * + * @param array $screens Existing screens. + */ + public function add_dashboard_screen( $screens ) { + $screens[] = 'appearance_page_generatepress-library'; + + return $screens; + } + + /** + * Add our GeneratePress Site export checkbox to the Export module. + */ + public function add_export_checkbox() { + if ( ! apply_filters( 'generate_show_generatepress_site_export_option', false ) ) { + return; + } + ?> +
          + + + $key ) { + if ( 'activated' === get_option( $key ) ) { + $data['modules'][ $name ] = $key; + } + } + + // Site options. + $data['site_options']['nav_menu_locations'] = get_theme_mod( 'nav_menu_locations' ); + $data['site_options']['custom_logo'] = wp_get_attachment_url( get_theme_mod( 'custom_logo' ) ); + $data['site_options']['show_on_front'] = get_option( 'show_on_front' ); + $data['site_options']['page_on_front'] = get_option( 'page_on_front' ); + $data['site_options']['page_for_posts'] = get_option( 'page_for_posts' ); + + // Elements. + $data['site_options']['element_locations'] = $this->get_elements_locations(); + $data['site_options']['element_exclusions'] = $this->get_elements_exclusions(); + + // Custom CSS. + if ( function_exists( 'wp_get_custom_css_post' ) ) { + $data['custom_css'] = wp_get_custom_css_post()->post_content; + } + + // WooCommerce. + if ( is_plugin_active( 'woocommerce/woocommerce.php' ) ) { + $data['site_options']['woocommerce_shop_page_id'] = get_option( 'woocommerce_shop_page_id' ); + $data['site_options']['woocommerce_cart_page_id'] = get_option( 'woocommerce_cart_page_id' ); + $data['site_options']['woocommerce_checkout_page_id'] = get_option( 'woocommerce_checkout_page_id' ); + $data['site_options']['woocommerce_myaccount_page_id'] = get_option( 'woocommerce_myaccount_page_id' ); + $data['site_options']['woocommerce_single_image_width'] = get_option( 'woocommerce_single_image_width' ); + $data['site_options']['woocommerce_thumbnail_image_width'] = get_option( 'woocommerce_thumbnail_image_width' ); + $data['site_options']['woocommerce_thumbnail_cropping'] = get_option( 'woocommerce_thumbnail_cropping' ); + $data['site_options']['woocommerce_shop_page_display'] = get_option( 'woocommerce_shop_page_display' ); + $data['site_options']['woocommerce_category_archive_display'] = get_option( 'woocommerce_category_archive_display' ); + $data['site_options']['woocommerce_default_catalog_orderby'] = get_option( 'woocommerce_default_catalog_orderby' ); + } + + // Elementor. + if ( is_plugin_active( 'elementor/elementor.php' ) ) { + $data['site_options']['elementor_container_width'] = get_option( 'elementor_container_width' ); + $data['site_options']['elementor_cpt_support'] = get_option( 'elementor_cpt_support' ); + $data['site_options']['elementor_css_print_method'] = get_option( 'elementor_css_print_method' ); + $data['site_options']['elementor_default_generic_fonts'] = get_option( 'elementor_default_generic_fonts' ); + $data['site_options']['elementor_disable_color_schemes'] = get_option( 'elementor_disable_color_schemes' ); + $data['site_options']['elementor_disable_typography_schemes'] = get_option( 'elementor_disable_typography_schemes' ); + $data['site_options']['elementor_editor_break_lines'] = get_option( 'elementor_editor_break_lines' ); + $data['site_options']['elementor_exclude_user_roles'] = get_option( 'elementor_exclude_user_roles' ); + $data['site_options']['elementor_global_image_lightbox'] = get_option( 'elementor_global_image_lightbox' ); + $data['site_options']['elementor_page_title_selector'] = get_option( 'elementor_page_title_selector' ); + $data['site_options']['elementor_scheme_color'] = get_option( 'elementor_scheme_color' ); + $data['site_options']['elementor_scheme_color-picker'] = get_option( 'elementor_scheme_color-picker' ); + $data['site_options']['elementor_scheme_typography'] = get_option( 'elementor_scheme_typography' ); + $data['site_options']['elementor_space_between_widgets'] = get_option( 'elementor_space_between_widgets' ); + $data['site_options']['elementor_stretched_section_container'] = get_option( 'elementor_stretched_section_container' ); + $data['site_options']['elementor_load_fa4_shim'] = get_option( 'elementor_load_fa4_shim' ); + $data['site_options']['elementor_active_kit'] = get_option( 'elementor_active_kit' ); + } + + // Beaver Builder. + if ( is_plugin_active( 'beaver-builder-lite-version/fl-builder.php' ) || is_plugin_active( 'bb-plugin/fl-builder.php' ) ) { + $data['site_options']['_fl_builder_enabled_icons'] = get_option( '_fl_builder_enabled_icons' ); + $data['site_options']['_fl_builder_enabled_modules'] = get_option( '_fl_builder_enabled_modules' ); + $data['site_options']['_fl_builder_post_types'] = get_option( '_fl_builder_post_types' ); + $data['site_options']['_fl_builder_color_presets'] = get_option( '_fl_builder_color_presets' ); + $data['site_options']['_fl_builder_services'] = get_option( '_fl_builder_services' ); + $data['site_options']['_fl_builder_settings'] = get_option( '_fl_builder_settings' ); + $data['site_options']['_fl_builder_user_access'] = get_option( '_fl_builder_user_access' ); + $data['site_options']['_fl_builder_enabled_templates'] = get_option( '_fl_builder_enabled_templates' ); + } + + // Menu Icons. + if ( is_plugin_active( 'menu-icons/menu-icons.php' ) ) { + $data['site_options']['menu-icons'] = get_option( 'menu-icons' ); + } + + // Ninja Forms. + if ( is_plugin_active( 'ninja-forms/ninja-forms.php' ) ) { + $data['site_options']['ninja_forms_settings'] = get_option( 'ninja_forms_settings' ); + } + + // Social Warfare. + if ( is_plugin_active( 'social-warfare/social-warfare.php' ) ) { + $data['site_options']['socialWarfareOptions'] = get_option( 'socialWarfareOptions' ); + } + + // Elements Plus. + if ( is_plugin_active( 'elements-plus/elements-plus.php' ) ) { + $data['site_options']['elements_plus_settings'] = get_option( 'elements_plus_settings' ); + } + + // Ank Google Map. + if ( is_plugin_active( 'ank-google-map/ank-google-map.php' ) ) { + $data['site_options']['ank_google_map'] = get_option( 'ank_google_map' ); + } + + // GP Social Share. + if ( is_plugin_active( 'gp-social-share-svg/gp-social-share.php' ) ) { + $data['site_options']['gp_social_settings'] = get_option( 'gp_social_settings' ); + } + + // Active plugins. + $active_plugins = get_option( 'active_plugins' ); + $all_plugins = get_plugins(); + + $ignore = apply_filters( + 'generate_sites_ignore_plugins', + array( + 'gp-premium/gp-premium.php', + 'widget-importer-exporter/widget-importer-exporter.php', + ) + ); + + foreach ( $ignore as $plugin ) { + unset( $all_plugins[ $plugin ] ); + } + + $activated_plugins = array(); + + foreach ( $active_plugins as $p ) { + if ( isset( $all_plugins[ $p ] ) ) { + $activated_plugins[ $all_plugins[ $p ]['Name'] ] = $p; + } + } + + $data['plugins'] = $activated_plugins; + + return $data; + + } + + /** + * Get our Element display locations. + * + * @return array + */ + public function get_elements_locations() { + $args = array( + 'post_type' => 'gp_elements', + 'showposts' => -1, + ); + + $posts = get_posts( $args ); + $new_values = array(); + + foreach ( $posts as $post ) { + $display_conditions = get_post_meta( $post->ID, '_generate_element_display_conditions', true ); + + if ( $display_conditions ) { + $new_values[ $post->ID ] = $display_conditions; + } + } + + return $new_values; + } + + /** + * Get our Element display locations. + * + * @return array + */ + public function get_elements_exclusions() { + $args = array( + 'post_type' => 'gp_elements', + 'showposts' => -1, + ); + + $posts = get_posts( $args ); + $new_values = array(); + + foreach ( $posts as $post ) { + $display_conditions = get_post_meta( $post->ID, '_generate_element_exclude_conditions', true ); + + if ( $display_conditions ) { + $new_values[ $post->ID ] = $display_conditions; + } + } + + return $new_values; + } +} + +GeneratePress_Site_Library::get_instance(); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-beaver-builder-batch-processing.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-beaver-builder-batch-processing.php new file mode 100644 index 00000000..6ec1cbdc --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-beaver-builder-batch-processing.php @@ -0,0 +1,163 @@ +image_importer = new GeneratePress_Sites_Image_Importer(); + } + + /** + * Import + * + * @since 1.6 + * @return void + */ + public function import() { + GeneratePress_Site_Library_Helper::log( '== Start Processing Beaver Builder Images ==' ); + + $post_ids = GeneratePress_Site_Library_Helper::get_all_posts(); + + if ( is_array( $post_ids ) ) { + foreach ( $post_ids as $post_id ) { + $this->import_single_post( $post_id ); + } + } + } + + /** + * Update post meta. + * + * @param integer $post_id Post ID. + * @return void + */ + public function import_single_post( $post_id = 0 ) { + + if ( ! empty( $post_id ) ) { + + // Get page builder data. + $data = get_post_meta( $post_id, '_fl_builder_data', true ); + + if ( ! empty( $data ) ) { + foreach ( $data as $key => $el ) { + // Import background images. + if ( 'row' === $el->type || 'column' === $el->type ) { + $data[ $key ]->settings = $this->import_background_images( $el->settings ); + } + + // Import module images. + if ( 'module' === $el->type ) { + $data[ $key ]->settings = $this->import_module_images( $el->settings ); + } + } + + // Update page builder data. + update_post_meta( $post_id, '_fl_builder_data', $data ); + update_post_meta( $post_id, '_fl_builder_draft', $data ); + + // Clear all cache. + FLBuilderModel::delete_asset_cache_for_all_posts(); + } + } + } + + /** + * Import Module Images. + * + * @param object $settings Module settings object. + * @return object + */ + public function import_module_images( $settings ) { + + /** + * 1) Set photos. + */ + $settings = $this->import_photo( $settings ); + + /** + * 2) Set `$settings->data` for Only type 'image-icon' + * + * @todo Remove the condition `'image-icon' === $settings->type` if `$settings->data` is used only for the Image Icon. + */ + if ( isset( $settings->data ) && isset( $settings->photo ) && ! empty( $settings->photo ) && 'image-icon' === $settings->type ) { + $settings->data = FLBuilderPhoto::get_attachment_data( $settings->photo ); + } + + /** + * 3) Set `list item` module images + */ + if ( isset( $settings->add_list_item ) ) { + foreach ( $settings->add_list_item as $key => $value ) { + $settings->add_list_item[ $key ] = $this->import_photo( $value ); + } + } + + return $settings; + } + + /** + * Helper: Import BG Images. + * + * @param object $settings Row settings object. + * @return object + */ + public function import_background_images( $settings ) { + + if ( ! empty( $settings->bg_image ) && ! empty( $settings->bg_image_src ) ) { + $image = array( + 'url' => $settings->bg_image_src, + 'id' => $settings->bg_image, + ); + + $downloaded_image = $this->image_importer->import( $image ); + + $settings->bg_image_src = $downloaded_image['url']; + $settings->bg_image = $downloaded_image['id']; + } + + return $settings; + } + + /** + * Helper: Import Photo. + * + * @param object $settings Row settings object. + * @return object + */ + public function import_photo( $settings ) { + + if ( ! empty( $settings->photo ) && ! empty( $settings->photo_src ) ) { + $image = array( + 'url' => $settings->photo_src, + 'id' => $settings->photo, + ); + + $downloaded_image = $this->image_importer->import( $image ); + + $settings->photo_src = $downloaded_image['url']; + $settings->photo = $downloaded_image['id']; + } + + return $settings; + } + + +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-content-importer.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-content-importer.php new file mode 100644 index 00000000..f2198499 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-content-importer.php @@ -0,0 +1,49 @@ +mapping['user_slug'][ $current_user_obj->user_login ] = $current_user_obj->ID; + } + + /** + * Get all protected variables from the WXR_Importer needed for continuing the import. + */ + public function get_importer_data() { + return array( + 'mapping' => $this->mapping, + ); + } + + /** + * Sets all protected variables from the WXR_Importer needed for continuing the import. + * + * @param array $data with set variables. + */ + public function set_importer_data( $data ) { + // phpcs:ignore -- Commented out code for now. + // $this->mapping = empty( $data['mapping'] ) ? array() : $data['mapping']; + // $this->requires_remapping = empty( $data['requires_remapping'] ) ? array() : $data['requires_remapping']; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-site-import-image.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-site-import-image.php new file mode 100644 index 00000000..bd8226fe --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-site-import-image.php @@ -0,0 +1,200 @@ + $attachment ) { + $downloaded_images[] = $this->import( $attachment ); + } + + return $downloaded_images; + } + + /** + * Get Hash Image. + * + * @since 1.6 + * @param string $attachment_url Attachment URL. + * @return string Hash string. + */ + private function get_hash_image( $attachment_url ) { + return sha1( $attachment_url ); + } + + /** + * Get Saved Image. + * + * @since 1.6 + * @param string $attachment Attachment Data. + * @return string Hash string. + */ + private function get_saved_image( $attachment ) { + + global $wpdb; + + // Already imported? Then return! + if ( isset( $this->already_imported_ids[ $attachment['id'] ] ) ) { + GeneratePress_Site_Library_Helper::log( 'Successfully replaced: ' . $attachment['url'] ); + + return $this->already_imported_ids[ $attachment['id'] ]; + } + + // 1. Is already imported in Batch Import Process? + $post_id = $wpdb->get_var( + $wpdb->prepare( + 'SELECT `post_id` FROM `' . $wpdb->postmeta . '` + WHERE `meta_key` = \'_generatepress_sites_image_hash\' + AND `meta_value` = %s + ;', + $this->get_hash_image( $attachment['url'] ) + ) + ); + + // 2. Is image already imported though XML? + if ( empty( $post_id ) ) { + // Get file name without extension. + // To check it exist in attachment. + $filename = preg_replace( '/\\.[^.\\s]{3,4}$/', '', basename( $attachment['url'] ) ); + + $post_id = $wpdb->get_var( + $wpdb->prepare( + 'SELECT `post_id` FROM `' . $wpdb->postmeta . '` + WHERE `meta_key` = \'_wp_attached_file\' + AND `meta_value` LIKE %s + ;', + '%' . $filename . '%' + ) + ); + + GeneratePress_Site_Library_Helper::log( 'Successfully replaced: ' . $attachment['url'] ); + } + + if ( $post_id ) { + $new_attachment = array( + 'id' => $post_id, + 'url' => wp_get_attachment_url( $post_id ), + ); + + $this->already_imported_ids[ $attachment['id'] ] = $new_attachment; + + return $new_attachment; + } + + return false; + } + + /** + * Import Image + * + * @since 1.6 + * @param array $attachment Attachment array. + * @return array Attachment array. + */ + public function import( $attachment ) { + + $saved_image = $this->get_saved_image( $attachment ); + + if ( $saved_image ) { + return $saved_image; + } + + $file_content = wp_remote_retrieve_body( wp_safe_remote_get( $attachment['url'] ) ); + + // Empty file content? + if ( empty( $file_content ) ) { + GeneratePress_Site_Library_Helper::log( 'Failed to replace: ' . $attachment['url'] ); + GeneratePress_Site_Library_Helper::log( 'Error: Failed wp_remote_retrieve_body().' ); + + return $attachment; + } + + // Extract the file name and extension from the URL. + $filename = basename( $attachment['url'] ); + + $upload = wp_upload_bits( + $filename, + null, + $file_content + ); + + $post = array( + 'post_title' => $filename, + 'guid' => $upload['url'], + ); + + $info = wp_check_filetype( $upload['file'] ); + + if ( $info ) { + $post['post_mime_type'] = $info['type']; + } else { + // For now just return the origin attachment. + return $attachment; + } + + $post_id = wp_insert_attachment( $post, $upload['file'] ); + + wp_update_attachment_metadata( + $post_id, + wp_generate_attachment_metadata( $post_id, $upload['file'] ) + ); + + update_post_meta( $post_id, '_generatepress_sites_image_hash', $this->get_hash_image( $attachment['url'] ) ); + + $new_attachment = array( + 'id' => $post_id, + 'url' => $upload['url'], + ); + + GeneratePress_Site_Library_Helper::log( 'Successfully replaced: ' . $attachment['url'] ); + + $this->already_imported_ids[ $attachment['id'] ] = $new_attachment; + + return $new_attachment; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-site-widget-importer.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-site-widget-importer.php new file mode 100644 index 00000000..ed1b611a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-site-widget-importer.php @@ -0,0 +1,275 @@ + true, + ) + ); + } + + // Hook before import. + do_action( 'wie_before_import' ); // phpcs:ignore -- Keep the plugin prefix. + + $data = apply_filters( 'wie_import_data', $data ); // phpcs:ignore -- Keep the plugin prefix. + + // Get all available widgets site supports. + $available_widgets = $this->wie_available_widgets(); + + // Get all existing widget instances. + $widget_instances = array(); + + foreach ( $available_widgets as $widget_data ) { + $widget_instances[ $widget_data['id_base'] ] = get_option( 'widget_' . $widget_data['id_base'] ); + } + + // Begin results. + $results = array(); + + // Loop import data's sidebars. + foreach ( $data as $sidebar_id => $widgets ) { + // Skip inactive widgets (should not be in export file). + if ( 'wp_inactive_widgets' === $sidebar_id ) { + continue; + } + + // Check if sidebar is available on this site. + // Otherwise add widgets to inactive, and say so. + if ( isset( $wp_registered_sidebars[ $sidebar_id ] ) ) { + $sidebar_available = true; + $use_sidebar_id = $sidebar_id; + $sidebar_message_type = 'success'; + $sidebar_message = ''; + } else { + $sidebar_available = false; + $use_sidebar_id = 'wp_inactive_widgets'; // Add to inactive if sidebar does not exist in theme. + $sidebar_message_type = 'error'; + $sidebar_message = esc_html__( 'Widget area does not exist in theme (using Inactive)', 'widget-importer-exporter' ); + } + + // Result for sidebar + // Sidebar name if theme supports it; otherwise ID. + $results[ $sidebar_id ]['name'] = ! empty( $wp_registered_sidebars[ $sidebar_id ]['name'] ) ? $wp_registered_sidebars[ $sidebar_id ]['name'] : $sidebar_id; + $results[ $sidebar_id ]['message_type'] = $sidebar_message_type; + $results[ $sidebar_id ]['message'] = $sidebar_message; + $results[ $sidebar_id ]['widgets'] = array(); + + // Loop widgets. + foreach ( $widgets as $widget_instance_id => $widget ) { + $fail = false; + + // Get id_base (remove -# from end) and instance ID number. + $id_base = preg_replace( '/-[0-9]+$/', '', $widget_instance_id ); + $instance_id_number = str_replace( $id_base . '-', '', $widget_instance_id ); + + // Does site support this widget? + if ( ! $fail && ! isset( $available_widgets[ $id_base ] ) ) { + $fail = true; + $widget_message_type = 'error'; + $widget_message = esc_html__( 'Site does not support widget', 'widget-importer-exporter' ); // Explain why widget not imported. + } + + // Filter to modify settings object before conversion to array and import + // Leave this filter here for backwards compatibility with manipulating objects (before conversion to array below) + // Ideally the newer wie_widget_settings_array below will be used instead of this. + $widget = apply_filters( 'wie_widget_settings', $widget ); // phpcs:ignore -- Keep the plugin prefix. + + // Convert multidimensional objects to multidimensional arrays + // Some plugins like Jetpack Widget Visibility store settings as multidimensional arrays + // Without this, they are imported as objects and cause fatal error on Widgets page + // If this creates problems for plugins that do actually intend settings in objects then may need to consider other approach: https://wordpress.org/support/topic/problem-with-array-of-arrays + // It is probably much more likely that arrays are used than objects, however. + $widget = json_decode( wp_json_encode( $widget ), true ); + + // Filter to modify settings array + // This is preferred over the older wie_widget_settings filter above + // Do before identical check because changes may make it identical to end result (such as URL replacements). + $widget = apply_filters( 'wie_widget_settings_array', $widget ); // phpcs:ignore -- Keep the plugin prefix. + + // Does widget with identical settings already exist in same sidebar? + if ( ! $fail && isset( $widget_instances[ $id_base ] ) ) { + // Get existing widgets in this sidebar. + $sidebars_widgets = get_option( 'sidebars_widgets' ); + $sidebar_widgets = isset( $sidebars_widgets[ $use_sidebar_id ] ) ? $sidebars_widgets[ $use_sidebar_id ] : array(); // Check Inactive if that's where will go. + + // Loop widgets with ID base. + $single_widget_instances = ! empty( $widget_instances[ $id_base ] ) ? $widget_instances[ $id_base ] : array(); + + foreach ( $single_widget_instances as $check_id => $check_widget ) { + // Is widget in same sidebar and has identical settings? + if ( in_array( "$id_base-$check_id", $sidebar_widgets, true ) && (array) $widget === $check_widget ) { + $fail = true; + $widget_message_type = 'warning'; + // Explain why widget not imported. + $widget_message = esc_html__( 'Widget already exists', 'widget-importer-exporter' ); + break; + } + } + } + + // No failure. + if ( ! $fail ) { + // Add widget instance. + $single_widget_instances = get_option( 'widget_' . $id_base ); // All instances for that widget ID base, get fresh every time. + + $single_widget_instances = ! empty( $single_widget_instances ) ? $single_widget_instances : array( + '_multiwidget' => 1, // Start fresh if have to. + ); + + $single_widget_instances[] = $widget; // Add it. + + // Get the key it was given. + end( $single_widget_instances ); + + $new_instance_id_number = key( $single_widget_instances ); + + // If key is 0, make it 1 + // When 0, an issue can occur where adding a widget causes data from other widget to load, + // and the widget doesn't stick (reload wipes it). + if ( '0' === strval( $new_instance_id_number ) ) { + $new_instance_id_number = 1; + $single_widget_instances[ $new_instance_id_number ] = $single_widget_instances[0]; + unset( $single_widget_instances[0] ); + } + + // Move _multiwidget to end of array for uniformity. + if ( isset( $single_widget_instances['_multiwidget'] ) ) { + $multiwidget = $single_widget_instances['_multiwidget']; + unset( $single_widget_instances['_multiwidget'] ); + $single_widget_instances['_multiwidget'] = $multiwidget; + } + + // Update option with new widget. + update_option( 'widget_' . $id_base, $single_widget_instances ); + + // Assign widget instance to sidebar. + // Which sidebars have which widgets, get fresh every time. + $sidebars_widgets = get_option( 'sidebars_widgets' ); + + // Avoid rarely fatal error when the option is an empty string + // https://github.com/stevengliebe/widget-importer-exporter/pull/11. + if ( ! $sidebars_widgets ) { + $sidebars_widgets = array(); + } + + // Use ID number from new widget instance. + $new_instance_id = $id_base . '-' . $new_instance_id_number; + + // Add new instance to sidebar. + $sidebars_widgets[ $use_sidebar_id ][] = $new_instance_id; + + // Save the amended data. + update_option( 'sidebars_widgets', $sidebars_widgets ); + + // After widget import action. + $after_widget_import = array( + 'sidebar' => $use_sidebar_id, + 'sidebar_old' => $sidebar_id, + 'widget' => $widget, + 'widget_type' => $id_base, + 'widget_id' => $new_instance_id, + 'widget_id_old' => $widget_instance_id, + 'widget_id_num' => $new_instance_id_number, + 'widget_id_num_old' => $instance_id_number, + ); + + do_action( 'wie_after_widget_import', $after_widget_import ); // phpcs:ignore -- Keep the plugin prefix. + + // Success message. + if ( $sidebar_available ) { + $widget_message_type = 'success'; + $widget_message = esc_html__( 'Imported', 'widget-importer-exporter' ); + } else { + $widget_message_type = 'warning'; + $widget_message = esc_html__( 'Imported to Inactive', 'widget-importer-exporter' ); + } + } + + // Result for widget instance. + $results[ $sidebar_id ]['widgets'][ $widget_instance_id ]['name'] = isset( $available_widgets[ $id_base ]['name'] ) ? $available_widgets[ $id_base ]['name'] : $id_base; // Widget name or ID if name not available (not supported by site). + $results[ $sidebar_id ]['widgets'][ $widget_instance_id ]['title'] = ! empty( $widget['title'] ) ? $widget['title'] : esc_html__( 'No Title', 'widget-importer-exporter' ); // Show "No Title" if widget instance is untitled. + $results[ $sidebar_id ]['widgets'][ $widget_instance_id ]['message_type'] = $widget_message_type; + $results[ $sidebar_id ]['widgets'][ $widget_instance_id ]['message'] = $widget_message; + } + } + + // Hook after import. + do_action( 'wie_after_import' ); // phpcs:ignore -- Keep the plugin prefix. + + // Return results. + return apply_filters( 'wie_import_results', $results ); // phpcs:ignore -- Keep the plugin prefix. + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/libs/wxr-importer/WPImporterLogger.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/libs/wxr-importer/WPImporterLogger.php new file mode 100644 index 00000000..08183915 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/libs/wxr-importer/WPImporterLogger.php @@ -0,0 +1,138 @@ +log( 'emergency', $message, $context ); + } + + /** + * Action must be taken immediately. + * + * Example: Entire website down, database unavailable, etc. This should + * trigger the SMS alerts and wake you up. + * + * @param string $message + * @param array $context + * @return null + */ + public function alert( $message, array $context = array() ) { + return $this->log( 'alert', $message, $context ); + } + + /** + * Critical conditions. + * + * Example: Application component unavailable, unexpected exception. + * + * @param string $message + * @param array $context + * @return null + */ + public function critical( $message, array $context = array() ) { + return $this->log( 'critical', $message, $context ); + } + + /** + * Runtime errors that do not require immediate action but should typically + * be logged and monitored. + * + * @param string $message + * @param array $context + * @return null + */ + public function error( $message, array $context = array()) { + return $this->log( 'error', $message, $context ); + } + + /** + * Exceptional occurrences that are not errors. + * + * Example: Use of deprecated APIs, poor use of an API, undesirable things + * that are not necessarily wrong. + * + * @param string $message + * @param array $context + * @return null + */ + public function warning( $message, array $context = array() ) { + return $this->log( 'warning', $message, $context ); + } + + /** + * Normal but significant events. + * + * @param string $message + * @param array $context + * @return null + */ + public function notice( $message, array $context = array() ) { + return $this->log( 'notice', $message, $context ); + } + + /** + * Interesting events. + * + * Example: User logs in, SQL logs. + * + * @param string $message + * @param array $context + * @return null + */ + public function info( $message, array $context = array() ) { + return $this->log( 'info', $message, $context ); + } + + /** + * Detailed debug information. + * + * @param string $message + * @param array $context + * @return null + */ + public function debug( $message, array $context = array() ) { + return $this->log( 'debug', $message, $context ); + } + + /** + * Logs with an arbitrary level. + * + * @param mixed $level + * @param string $message + * @param array $context + * @return null + */ + public function log( $level, $message, array $context = array() ) { + $this->messages[] = array( + 'timestamp' => time(), + 'level' => $level, + 'message' => $message, + 'context' => $context, + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/libs/wxr-importer/WXRImportInfo.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/libs/wxr-importer/WXRImportInfo.php new file mode 100644 index 00000000..a7e75aa0 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/libs/wxr-importer/WXRImportInfo.php @@ -0,0 +1,16 @@ +` tag at the start of the file. + * + * @var string + */ + protected $version = '1.0'; + + // information to import from WXR file + protected $categories = array(); + protected $tags = array(); + protected $base_url = ''; + + // TODO: REMOVE THESE + protected $processed_terms = array(); + protected $processed_posts = array(); + protected $processed_menu_items = array(); + protected $menu_item_orphans = array(); + protected $missing_menu_items = array(); + + // NEW STYLE + protected $mapping = array(); + protected $requires_remapping = array(); + protected $exists = array(); + protected $user_slug_override = array(); + + protected $url_remap = array(); + protected $featured_images = array(); + + /** + * Logger instance. + * + * @var WP_Importer_Logger + */ + protected $logger; + + /** + * Constructor + * + * @param array $options { + * @var bool $prefill_existing_posts Should we prefill `post_exists` calls? (True prefills and uses more memory, false checks once per imported post and takes longer. Default is true.) + * @var bool $prefill_existing_comments Should we prefill `comment_exists` calls? (True prefills and uses more memory, false checks once per imported comment and takes longer. Default is true.) + * @var bool $prefill_existing_terms Should we prefill `term_exists` calls? (True prefills and uses more memory, false checks once per imported term and takes longer. Default is true.) + * @var bool $update_attachment_guids Should attachment GUIDs be updated to the new URL? (True updates the GUID, which keeps compatibility with v1, false doesn't update, and allows deduplication and reimporting. Default is false.) + * @var bool $fetch_attachments Fetch attachments from the remote server. (True fetches and creates attachment posts, false skips attachments. Default is false.) + * @var bool $aggressive_url_search Should we search/replace for URLs aggressively? (True searches all posts' content for old URLs and replaces, false checks for `` only. Default is false.) + * @var int $default_author User ID to use if author is missing or invalid. (Default is null, which leaves posts unassigned.) + * } + */ + public function __construct( $options = array() ) { + // Initialize some important variables + $empty_types = array( + 'post' => array(), + 'comment' => array(), + 'term' => array(), + 'user' => array(), + ); + + $this->mapping = $empty_types; + $this->mapping['user_slug'] = array(); + $this->mapping['term_id'] = array(); + $this->requires_remapping = $empty_types; + $this->exists = $empty_types; + + $this->options = wp_parse_args( $options, array( + 'prefill_existing_posts' => true, + 'prefill_existing_comments' => true, + 'prefill_existing_terms' => true, + 'update_attachment_guids' => false, + 'fetch_attachments' => false, + 'aggressive_url_search' => false, + 'default_author' => null, + ) ); + } + + public function set_logger( $logger ) { + $this->logger = $logger; + } + + /** + * Get a stream reader for the file. + * + * @param string $file Path to the XML file. + * @return XMLReader|WP_Error Reader instance on success, error otherwise. + */ + protected function get_reader( $file ) { + // Avoid loading external entities for security + $old_value = null; + if ( function_exists( 'libxml_disable_entity_loader' ) ) { + // $old_value = libxml_disable_entity_loader( true ); + } + + $reader = new \XMLReader(); + $status = $reader->open( $file ); + + if ( ! is_null( $old_value ) ) { + // libxml_disable_entity_loader( $old_value ); + } + + if ( ! $status ) { + return new \WP_Error( 'wxr_importer.cannot_parse', __( 'Could not open the file for parsing', 'wordpress-importer' ) ); + } + + return $reader; + } + + /** + * The main controller for the actual import stage. + * + * @param string $file Path to the WXR file for importing + */ + public function get_preliminary_information( $file ) { + // Let's run the actual importer now, woot + $reader = $this->get_reader( $file ); + if ( is_wp_error( $reader ) ) { + return $reader; + } + + // Set the version to compatibility mode first + $this->version = '1.0'; + + // Start parsing! + $data = new WXRImportInfo(); + while ( $reader->read() ) { + // Only deal with element opens + if ( $reader->nodeType !== \XMLReader::ELEMENT ) { + continue; + } + + switch ( $reader->name ) { + case 'wp:wxr_version': + // Upgrade to the correct version + $this->version = $reader->readString(); + + if ( version_compare( $this->version, self::MAX_WXR_VERSION, '>' ) ) { + $this->logger->warning( sprintf( + __( 'This WXR file (version %s) is newer than the importer (version %s) and may not be supported. Please consider updating.', 'wordpress-importer' ), + $this->version, + self::MAX_WXR_VERSION + ) ); + } + + // Handled everything in this node, move on to the next + $reader->next(); + break; + + case 'generator': + $data->generator = $reader->readString(); + $reader->next(); + break; + + case 'title': + $data->title = $reader->readString(); + $reader->next(); + break; + + case 'wp:base_site_url': + $data->siteurl = $reader->readString(); + $reader->next(); + break; + + case 'wp:base_blog_url': + $data->home = $reader->readString(); + $reader->next(); + break; + + case 'wp:author': + $node = $reader->expand(); + + $parsed = $this->parse_author_node( $node ); + if ( is_wp_error( $parsed ) ) { + $this->log_error( $parsed ); + + // Skip the rest of this post + $reader->next(); + break; + } + + $data->users[] = $parsed; + + // Handled everything in this node, move on to the next + $reader->next(); + break; + + case 'item': + $node = $reader->expand(); + $parsed = $this->parse_post_node( $node ); + if ( is_wp_error( $parsed ) ) { + $this->log_error( $parsed ); + + // Skip the rest of this post + $reader->next(); + break; + } + + if ( $parsed['data']['post_type'] === 'attachment' ) { + $data->media_count++; + } else { + $data->post_count++; + } + $data->comment_count += count( $parsed['comments'] ); + + // Handled everything in this node, move on to the next + $reader->next(); + break; + + case 'wp:category': + case 'wp:tag': + case 'wp:term': + $data->term_count++; + + // Handled everything in this node, move on to the next + $reader->next(); + break; + } + } + + $data->version = $this->version; + + return $data; + } + + /** + * The main controller for the actual import stage. + * + * @param string $file Path to the WXR file for importing + */ + public function parse_authors( $file ) { + // Let's run the actual importer now, woot + $reader = $this->get_reader( $file ); + if ( is_wp_error( $reader ) ) { + return $reader; + } + + // Set the version to compatibility mode first + $this->version = '1.0'; + + // Start parsing! + $authors = array(); + while ( $reader->read() ) { + // Only deal with element opens + if ( $reader->nodeType !== \XMLReader::ELEMENT ) { + continue; + } + + switch ( $reader->name ) { + case 'wp:wxr_version': + // Upgrade to the correct version + $this->version = $reader->readString(); + + if ( version_compare( $this->version, self::MAX_WXR_VERSION, '>' ) ) { + $this->logger->warning( sprintf( + __( 'This WXR file (version %s) is newer than the importer (version %s) and may not be supported. Please consider updating.', 'wordpress-importer' ), + $this->version, + self::MAX_WXR_VERSION + ) ); + } + + // Handled everything in this node, move on to the next + $reader->next(); + break; + + case 'wp:author': + $node = $reader->expand(); + + $parsed = $this->parse_author_node( $node ); + if ( is_wp_error( $parsed ) ) { + $this->log_error( $parsed ); + + // Skip the rest of this post + $reader->next(); + break; + } + + $authors[] = $parsed; + + // Handled everything in this node, move on to the next + $reader->next(); + break; + } + } + + return $authors; + } + + /** + * The main controller for the actual import stage. + * + * @param string $file Path to the WXR file for importing + */ + public function import( $file ) { + add_filter( 'import_post_meta_key', array( $this, 'is_valid_meta_key' ) ); + add_filter( 'http_request_timeout', array( &$this, 'bump_request_timeout' ) ); + + /* + * Elementor fix for excessive use of `wp_slash` after our update v3.0.2. + * Method in Elementor: \Elementor\Compatibility::register_actions + * https://wordpress.org/support/topic/version-2-6-0-breaks-every-elementor-theme/ + * + * This can be removed after Elementor skips the functionality in above method if our plugin is in use. + */ + if ( method_exists( '\Elementor\Compatibility', 'on_wxr_importer_pre_process_post_meta' ) ) { + remove_action( 'wxr_importer.pre_process.post_meta', array( 'Elementor\Compatibility', 'on_wxr_importer_pre_process_post_meta' ) ); + } + + $result = $this->import_start( $file ); + if ( is_wp_error( $result ) ) { + return $result; + } + + // Let's run the actual importer now, woot + $reader = $this->get_reader( $file ); + if ( is_wp_error( $reader ) ) { + return $reader; + } + + // Set the version to compatibility mode first + $this->version = '1.0'; + + // Reset other variables + $this->base_url = ''; + + // Start parsing! + while ( $reader->read() ) { + // Only deal with element opens + if ( $reader->nodeType !== \XMLReader::ELEMENT ) { + continue; + } + + switch ( $reader->name ) { + case 'wp:wxr_version': + // Upgrade to the correct version + $this->version = $reader->readString(); + + if ( version_compare( $this->version, self::MAX_WXR_VERSION, '>' ) ) { + $this->logger->warning( sprintf( + __( 'This WXR file (version %s) is newer than the importer (version %s) and may not be supported. Please consider updating.', 'wordpress-importer' ), + $this->version, + self::MAX_WXR_VERSION + ) ); + } + + // Handled everything in this node, move on to the next + $reader->next(); + break; + + case 'wp:base_site_url': + $this->base_url = $reader->readString(); + + // Handled everything in this node, move on to the next + $reader->next(); + break; + + case 'item': + $node = $reader->expand(); + $parsed = $this->parse_post_node( $node ); + if ( is_wp_error( $parsed ) ) { + $this->log_error( $parsed ); + + // Skip the rest of this post + $reader->next(); + break; + } + + $this->process_post( $parsed['data'], $parsed['meta'], $parsed['comments'], $parsed['terms'] ); + + // Handled everything in this node, move on to the next + $reader->next(); + break; + + case 'wp:author': + $node = $reader->expand(); + + $parsed = $this->parse_author_node( $node ); + if ( is_wp_error( $parsed ) ) { + $this->log_error( $parsed ); + + // Skip the rest of this post + $reader->next(); + break; + } + + $status = $this->process_author( $parsed['data'], $parsed['meta'] ); + if ( is_wp_error( $status ) ) { + $this->log_error( $status ); + } + + // Handled everything in this node, move on to the next + $reader->next(); + break; + + case 'wp:category': + $node = $reader->expand(); + + $parsed = $this->parse_term_node( $node, 'category' ); + if ( is_wp_error( $parsed ) ) { + $this->log_error( $parsed ); + + // Skip the rest of this post + $reader->next(); + break; + } + + $status = $this->process_term( $parsed['data'], $parsed['meta'] ); + + // Handled everything in this node, move on to the next + $reader->next(); + break; + + case 'wp:tag': + $node = $reader->expand(); + + $parsed = $this->parse_term_node( $node, 'tag' ); + if ( is_wp_error( $parsed ) ) { + $this->log_error( $parsed ); + + // Skip the rest of this post + $reader->next(); + break; + } + + $status = $this->process_term( $parsed['data'], $parsed['meta'] ); + + // Handled everything in this node, move on to the next + $reader->next(); + break; + + case 'wp:term': + $node = $reader->expand(); + + $parsed = $this->parse_term_node( $node ); + if ( is_wp_error( $parsed ) ) { + $this->log_error( $parsed ); + + // Skip the rest of this post + $reader->next(); + break; + } + + $status = $this->process_term( $parsed['data'], $parsed['meta'] ); + + // Handled everything in this node, move on to the next + $reader->next(); + break; + + default: + // Skip this node, probably handled by something already + break; + } + } + + // Now that we've done the main processing, do any required + // post-processing and remapping. + $this->post_process(); + + if ( $this->options['aggressive_url_search'] ) { + $this->replace_attachment_urls_in_content(); + } + + $this->remap_featured_images(); + + $this->import_end(); + } + + /** + * Log an error instance to the logger. + * + * @param WP_Error $error Error instance to log. + */ + protected function log_error( WP_Error $error ) { + $this->logger->warning( $error->get_error_message() ); + + // Log the data as debug info too + $data = $error->get_error_data(); + if ( ! empty( $data ) ) { + $this->logger->debug( var_export( $data, true ) ); + } + } + + /** + * Parses the WXR file and prepares us for the task of processing parsed data + * + * @param string $file Path to the WXR file for importing + */ + protected function import_start( $file ) { + if ( ! is_file( $file ) ) { + return new \WP_Error( 'wxr_importer.file_missing', __( 'The file does not exist, please try again.', 'wordpress-importer' ) ); + } + + // Suspend bunches of stuff in WP core + wp_defer_term_counting( true ); + wp_defer_comment_counting( true ); + wp_suspend_cache_invalidation( true ); + + // Prefill exists calls if told to + if ( $this->options['prefill_existing_posts'] ) { + $this->prefill_existing_posts(); + } + if ( $this->options['prefill_existing_comments'] ) { + $this->prefill_existing_comments(); + } + if ( $this->options['prefill_existing_terms'] ) { + $this->prefill_existing_terms(); + } + + /** + * Begin the import. + * + * Fires before the import process has begun. If you need to suspend + * caching or heavy processing on hooks, do so here. + */ + do_action( 'generate_import_start' ); + } + + /** + * Performs post-import cleanup of files and the cache + */ + protected function import_end() { + // Re-enable stuff in core + wp_suspend_cache_invalidation( false ); + wp_cache_flush(); + foreach ( get_taxonomies() as $tax ) { + delete_option( "{$tax}_children" ); + _get_term_hierarchy( $tax ); + } + + wp_defer_term_counting( false ); + wp_defer_comment_counting( false ); + + /** + * Complete the import. + * + * Fires after the import process has finished. If you need to update + * your cache or re-enable processing, do so here. + */ + do_action( 'generate_import_end' ); + } + + /** + * Set the user mapping. + * + * @param array $mapping List of map arrays (containing `old_slug`, `old_id`, `new_id`) + */ + public function set_user_mapping( $mapping ) { + foreach ( $mapping as $map ) { + if ( empty( $map['old_slug'] ) || empty( $map['old_id'] ) || empty( $map['new_id'] ) ) { + $this->logger->warning( __( 'Invalid author mapping', 'wordpress-importer' ) ); + $this->logger->debug( var_export( $map, true ) ); + continue; + } + + $old_slug = $map['old_slug']; + $old_id = $map['old_id']; + $new_id = $map['new_id']; + + $this->mapping['user'][ $old_id ] = $new_id; + $this->mapping['user_slug'][ $old_slug ] = $new_id; + } + } + + /** + * Set the user slug overrides. + * + * Allows overriding the slug in the import with a custom/renamed version. + * + * @param string[] $overrides Map of old slug to new slug. + */ + public function set_user_slug_overrides( $overrides ) { + foreach ( $overrides as $original => $renamed ) { + $this->user_slug_override[ $original ] = $renamed; + } + } + + /** + * Parse a post node into post data. + * + * @param DOMElement $node Parent node of post data (typically `item`). + * @return array|WP_Error Post data array on success, error otherwise. + */ + protected function parse_post_node( $node ) { + $data = array(); + $meta = array(); + $comments = array(); + $terms = array(); + + foreach ( $node->childNodes as $child ) { + // We only care about child elements + if ( $child->nodeType !== XML_ELEMENT_NODE ) { + continue; + } + + switch ( $child->tagName ) { + case 'wp:post_type': + $data['post_type'] = $child->textContent; + break; + + case 'title': + $data['post_title'] = $child->textContent; + break; + + case 'guid': + $data['guid'] = $child->textContent; + break; + + case 'dc:creator': + $data['post_author'] = $child->textContent; + break; + + case 'content:encoded': + $data['post_content'] = $child->textContent; + break; + + case 'excerpt:encoded': + $data['post_excerpt'] = $child->textContent; + break; + + case 'wp:post_id': + $data['post_id'] = $child->textContent; + break; + + case 'wp:post_date': + $data['post_date'] = $child->textContent; + break; + + case 'wp:post_date_gmt': + $data['post_date_gmt'] = $child->textContent; + break; + + case 'wp:comment_status': + $data['comment_status'] = $child->textContent; + break; + + case 'wp:ping_status': + $data['ping_status'] = $child->textContent; + break; + + case 'wp:post_name': + $data['post_name'] = $child->textContent; + break; + + case 'wp:status': + $data['post_status'] = $child->textContent; + + if ( $data['post_status'] === 'auto-draft' ) { + // Bail now + return new \WP_Error( + 'wxr_importer.post.cannot_import_draft', + __( 'Cannot import auto-draft posts' ), + $data + ); + } + break; + + case 'wp:post_parent': + $data['post_parent'] = $child->textContent; + break; + + case 'wp:menu_order': + $data['menu_order'] = $child->textContent; + break; + + case 'wp:post_password': + $data['post_password'] = $child->textContent; + break; + + case 'wp:is_sticky': + $data['is_sticky'] = $child->textContent; + break; + + case 'wp:attachment_url': + $data['attachment_url'] = $child->textContent; + break; + + case 'wp:postmeta': + $meta_item = $this->parse_meta_node( $child ); + if ( ! empty( $meta_item ) ) { + $meta[] = $meta_item; + } + break; + + case 'wp:comment': + $comment_item = $this->parse_comment_node( $child ); + if ( ! empty( $comment_item ) ) { + $comments[] = $comment_item; + } + break; + + case 'category': + $term_item = $this->parse_category_node( $child ); + if ( ! empty( $term_item ) ) { + $terms[] = $term_item; + } + break; + } + } + + return compact( 'data', 'meta', 'comments', 'terms' ); + } + + /** + * Create new posts based on import information + * + * Posts marked as having a parent which doesn't exist will become top level items. + * Doesn't create a new post if: the post type doesn't exist, the given post ID + * is already noted as imported or a post with the same title and date already exists. + * Note that new/updated terms, comments and meta are imported for the last of the above. + */ + protected function process_post( $data, $meta, $comments, $terms ) { + /** + * Pre-process post data. + * + * @param array $data Post data. (Return empty to skip.) + * @param array $meta Meta data. + * @param array $comments Comments on the post. + * @param array $terms Terms on the post. + */ + $data = apply_filters( 'wxr_importer.pre_process.post', $data, $meta, $comments, $terms ); + if ( empty( $data ) ) { + return false; + } + + $original_id = isset( $data['post_id'] ) ? (int) $data['post_id'] : 0; + $parent_id = isset( $data['post_parent'] ) ? (int) $data['post_parent'] : 0; + $author_id = isset( $data['post_author'] ) ? (int) $data['post_author'] : 0; + + // Have we already processed this? + if ( isset( $this->mapping['post'][ $original_id ] ) ) { + return; + } + + $post_type_object = get_post_type_object( $data['post_type'] ); + + // Is this type even valid? + if ( ! $post_type_object ) { + $this->logger->warning( sprintf( + __( 'Failed to import "%s": Invalid post type %s', 'wordpress-importer' ), + $data['post_title'], + $data['post_type'] + ) ); + return false; + } + + $post_exists = $this->post_exists( $data ); + if ( $post_exists ) { + $this->logger->info( sprintf( + __( '%s "%s" already exists.', 'wordpress-importer' ), + $post_type_object->labels->singular_name, + $data['post_title'] + ) ); + + /** + * Post processing already imported. + * + * @param array $data Raw data imported for the post. + */ + do_action( 'wxr_importer.process_already_imported.post', $data ); + + // Even though this post already exists, new comments might need importing + $this->process_comments( $comments, $original_id, $data, $post_exists ); + + return false; + } + + // Map the parent post, or mark it as one we need to fix + $requires_remapping = false; + if ( $parent_id ) { + if ( isset( $this->mapping['post'][ $parent_id ] ) ) { + $data['post_parent'] = $this->mapping['post'][ $parent_id ]; + } else { + $meta[] = array( 'key' => '_wxr_import_parent', 'value' => $parent_id ); + $requires_remapping = true; + + $data['post_parent'] = 0; + } + } + + // Map the author, or mark it as one we need to fix + $author = sanitize_user( $data['post_author'], true ); + if ( empty( $author ) ) { + // Missing or invalid author, use default if available. + $data['post_author'] = $this->options['default_author']; + } elseif ( isset( $this->mapping['user_slug'][ $author ] ) ) { + $data['post_author'] = $this->mapping['user_slug'][ $author ]; + } else { + $meta[] = array( 'key' => '_wxr_import_user_slug', 'value' => $author ); + $requires_remapping = true; + + $data['post_author'] = (int) get_current_user_id(); + } + + // Does the post look like it contains attachment images? + if ( preg_match( self::REGEX_HAS_ATTACHMENT_REFS, $data['post_content'] ) ) { + $meta[] = array( 'key' => '_wxr_import_has_attachment_refs', 'value' => true ); + $requires_remapping = true; + } + + // Whitelist to just the keys we allow + $postdata = array( + 'import_id' => $data['post_id'], + ); + $allowed = array( + 'post_author' => true, + 'post_date' => true, + 'post_date_gmt' => true, + 'post_content' => true, + 'post_excerpt' => true, + 'post_title' => true, + 'post_status' => true, + 'post_name' => true, + 'comment_status' => true, + 'ping_status' => true, + 'guid' => true, + 'post_parent' => true, + 'menu_order' => true, + 'post_type' => true, + 'post_password' => true, + ); + foreach ( $data as $key => $value ) { + if ( ! isset( $allowed[ $key ] ) ) { + continue; + } + + $postdata[ $key ] = $data[ $key ]; + } + + $postdata = apply_filters( 'wp_import_post_data_processed', wp_slash( $postdata ), $data ); + + if ( 'attachment' === $postdata['post_type'] ) { + if ( ! $this->options['fetch_attachments'] ) { + $this->logger->notice( sprintf( + __( 'Skipping attachment "%s", fetching attachments disabled' ), + $data['post_title'] + ) ); + /** + * Post processing skipped. + * + * @param array $data Raw data imported for the post. + * @param array $meta Raw meta data, already processed by {@see process_post_meta}. + */ + do_action( 'wxr_importer.process_skipped.post', $data, $meta ); + return false; + } + $remote_url = ! empty( $data['attachment_url'] ) ? $data['attachment_url'] : $data['guid']; + $post_id = $this->process_attachment( $postdata, $meta, $remote_url ); + } else { + $post_id = wp_insert_post( $postdata, true ); + do_action( 'wp_import_insert_post', $post_id, $original_id, $postdata, $data ); + } + + if ( is_wp_error( $post_id ) ) { + $this->logger->error( sprintf( + __( 'Failed to import "%s" (%s)', 'wordpress-importer' ), + $data['post_title'], + $post_type_object->labels->singular_name + ) ); + $this->logger->debug( $post_id->get_error_message() ); + + /** + * Post processing failed. + * + * @param WP_Error $post_id Error object. + * @param array $data Raw data imported for the post. + * @param array $meta Raw meta data, already processed by {@see process_post_meta}. + * @param array $comments Raw comment data, already processed by {@see process_comments}. + * @param array $terms Raw term data, already processed. + */ + do_action( 'wxr_importer.process_failed.post', $post_id, $data, $meta, $comments, $terms ); + return false; + } + + // Ensure stickiness is handled correctly too + if ( $data['is_sticky'] === '1' ) { + stick_post( $post_id ); + } + + // map pre-import ID to local ID + $this->mapping['post'][ $original_id ] = (int) $post_id; + if ( $requires_remapping ) { + $this->requires_remapping['post'][ $post_id ] = true; + } + $this->mark_post_exists( $data, $post_id ); + + $this->logger->info( sprintf( + __( 'Imported "%s" (%s)', 'wordpress-importer' ), + $data['post_title'], + $post_type_object->labels->singular_name + ) ); + $this->logger->debug( sprintf( + __( 'Post %d remapped to %d', 'wordpress-importer' ), + $original_id, + $post_id + ) ); + + // Handle the terms too + $terms = apply_filters( 'wp_import_post_terms', $terms, $post_id, $data ); + + if ( ! empty( $terms ) ) { + $term_ids = array(); + foreach ( $terms as $term ) { + $taxonomy = $term['taxonomy']; + $key = sha1( $taxonomy . ':' . $term['slug'] ); + + if ( isset( $this->mapping['term'][ $key ] ) ) { + $term_ids[ $taxonomy ][] = (int) $this->mapping['term'][ $key ]; + } else { + $meta[] = array( 'key' => '_wxr_import_term', 'value' => $term ); + $requires_remapping = true; + } + } + + foreach ( $term_ids as $tax => $ids ) { + $tt_ids = wp_set_post_terms( $post_id, $ids, $tax ); + do_action( 'wp_import_set_post_terms', $tt_ids, $ids, $tax, $post_id, $data ); + } + } + + $this->process_comments( $comments, $post_id, $data ); + $this->process_post_meta( $meta, $post_id, $data ); + + if ( 'nav_menu_item' === $data['post_type'] ) { + $this->process_menu_item_meta( $post_id, $data, $meta ); + } + + /** + * Post processing completed. + * + * @param int $post_id New post ID. + * @param array $data Raw data imported for the post. + * @param array $meta Raw meta data, already processed by {@see process_post_meta}. + * @param array $comments Raw comment data, already processed by {@see process_comments}. + * @param array $terms Raw term data, already processed. + */ + do_action( 'wxr_importer.processed.post', $post_id, $data, $meta, $comments, $terms ); + } + + /** + * Attempt to create a new menu item from import data + * + * Fails for draft, orphaned menu items and those without an associated nav_menu + * or an invalid nav_menu term. If the post type or term object which the menu item + * represents doesn't exist then the menu item will not be imported (waits until the + * end of the import to retry again before discarding). + * + * @param array $item Menu item details from WXR file + */ + protected function process_menu_item_meta( $post_id, $data, $meta ) { + + $item_type = get_post_meta( $post_id, '_menu_item_type', true ); + $original_object_id = get_post_meta( $post_id, '_menu_item_object_id', true ); + $object_id = null; + + $this->logger->debug( sprintf( 'Processing menu item %s', $item_type ) ); + + $requires_remapping = false; + switch ( $item_type ) { + case 'taxonomy': + if ( isset( $this->mapping['term_id'][ $original_object_id ] ) ) { + $object_id = $this->mapping['term_id'][ $original_object_id ]; + } else { + add_post_meta( $post_id, '_wxr_import_menu_item', wp_slash( $original_object_id ) ); + $requires_remapping = true; + } + break; + + case 'post_type': + if ( isset( $this->mapping['post'][ $original_object_id ] ) ) { + $object_id = $this->mapping['post'][ $original_object_id ]; + } else { + add_post_meta( $post_id, '_wxr_import_menu_item', wp_slash( $original_object_id ) ); + $requires_remapping = true; + } + break; + + case 'custom': + // Custom refers to itself, wonderfully easy. + $object_id = $post_id; + break; + + default: + // associated object is missing or not imported yet, we'll retry later + $this->missing_menu_items[] = $item; + $this->logger->debug( 'Unknown menu item type' ); + break; + } + + if ( $requires_remapping ) { + $this->requires_remapping['post'][ $post_id ] = true; + } + + if ( empty( $object_id ) ) { + // Nothing needed here. + return; + } + + $this->logger->debug( sprintf( 'Menu item %d mapped to %d', $original_object_id, $object_id ) ); + update_post_meta( $post_id, '_menu_item_object_id', wp_slash( $object_id ) ); + } + + /** + * If fetching attachments is enabled then attempt to create a new attachment + * + * @param array $post Attachment post details from WXR + * @param string $url URL to fetch attachment from + * @return int|WP_Error Post ID on success, WP_Error otherwise + */ + protected function process_attachment( $post, $meta, $remote_url ) { + // try to use _wp_attached file for upload folder placement to ensure the same location as the export site + // e.g. location is 2003/05/image.jpg but the attachment post_date is 2010/09, see media_handle_upload() + $post['upload_date'] = $post['post_date']; + foreach ( $meta as $meta_item ) { + if ( $meta_item['key'] !== '_wp_attached_file' ) { + continue; + } + + if ( preg_match( '%^[0-9]{4}/[0-9]{2}%', $meta_item['value'], $matches ) ) { + $post['upload_date'] = $matches[0]; + } + break; + } + + // if the URL is absolute, but does not contain address, then upload it assuming base_site_url + if ( preg_match( '|^/[\w\W]+$|', $remote_url ) ) { + $remote_url = rtrim( $this->base_url, '/' ) . $remote_url; + } + + $upload = $this->fetch_remote_file( $remote_url, $post ); + if ( is_wp_error( $upload ) ) { + return $upload; + } + + $info = wp_check_filetype( $upload['file'] ); + if ( ! $info ) { + return new \WP_Error( 'attachment_processing_error', __( 'Invalid file type', 'wordpress-importer' ) ); + } + + $post['post_mime_type'] = $info['type']; + + // WP really likes using the GUID for display. Allow updating it. + // See https://core.trac.wordpress.org/ticket/33386 + if ( $this->options['update_attachment_guids'] ) { + $post['guid'] = $upload['url']; + } + + // as per wp-admin/includes/upload.php + $post_id = wp_insert_attachment( $post, $upload['file'] ); + if ( is_wp_error( $post_id ) ) { + return $post_id; + } + + $attachment_metadata = wp_generate_attachment_metadata( $post_id, $upload['file'] ); + wp_update_attachment_metadata( $post_id, $attachment_metadata ); + + // Map this image URL later if we need to + $this->url_remap[ $remote_url ] = $upload['url']; + + // If we have a HTTPS URL, ensure the HTTP URL gets replaced too + if ( substr( $remote_url, 0, 8 ) === 'https://' ) { + $insecure_url = 'http' . substr( $remote_url, 5 ); + $this->url_remap[ $insecure_url ] = $upload['url']; + } + + if ( $this->options['aggressive_url_search'] ) { + // remap resized image URLs, works by stripping the extension and remapping the URL stub. + /*if ( preg_match( '!^image/!', $info['type'] ) ) { + $parts = pathinfo( $remote_url ); + $name = basename( $parts['basename'], ".{$parts['extension']}" ); // PATHINFO_FILENAME in PHP 5.2 + + $parts_new = pathinfo( $upload['url'] ); + $name_new = basename( $parts_new['basename'], ".{$parts_new['extension']}" ); + + $this->url_remap[$parts['dirname'] . '/' . $name] = $parts_new['dirname'] . '/' . $name_new; + }*/ + } + + return $post_id; + } + + /** + * Parse a meta node into meta data. + * + * @param DOMElement $node Parent node of meta data (typically `wp:postmeta` or `wp:commentmeta`). + * @return array|null Meta data array on success, or null on error. + */ + protected function parse_meta_node( $node ) { + foreach ( $node->childNodes as $child ) { + // We only care about child elements + if ( $child->nodeType !== XML_ELEMENT_NODE ) { + continue; + } + + switch ( $child->tagName ) { + case 'wp:meta_key': + $key = $child->textContent; + break; + + case 'wp:meta_value': + $value = $child->textContent; + break; + } + } + + if ( empty( $key ) || empty( $value ) ) { + return null; + } + + return compact( 'key', 'value' ); + } + + /** + * Process and import post meta items. + * + * @param array $meta List of meta data arrays + * @param int $post_id Post to associate with + * @param array $post Post data + * @return int|WP_Error Number of meta items imported on success, error otherwise. + */ + protected function process_post_meta( $meta, $post_id, $post ) { + if ( empty( $meta ) ) { + return true; + } + + foreach ( $meta as $meta_item ) { + /** + * Pre-process post meta data. + * + * @param array $meta_item Meta data. (Return empty to skip.) + * @param int $post_id Post the meta is attached to. + */ + $meta_item = apply_filters( 'wxr_importer.pre_process.post_meta', $meta_item, $post_id ); + if ( empty( $meta_item ) ) { + return false; + } + + $key = apply_filters( 'import_post_meta_key', $meta_item['key'], $post_id, $post ); + $value = false; + + if ( '_edit_last' === $key ) { + $value = intval( $meta_item['value'] ); + if ( ! isset( $this->mapping['user'][ $value ] ) ) { + // Skip! + continue; + } + + $value = $this->mapping['user'][ $value ]; + } + + if ( $key ) { + // export gets meta straight from the DB so could have a serialized string + if ( ! $value ) { + $value = maybe_unserialize( $meta_item['value'] ); + } + + if ( function_exists( 'wp_slash_strings_only' ) ) { + add_post_meta( $post_id, wp_slash( $key ), wp_slash_strings_only( $value ) ); + } else { + add_post_meta( $post_id, $key, $value ); + } + + do_action( 'import_post_meta', $post_id, $key, $value ); + + // if the post has a featured image, take note of this in case of remap + if ( '_thumbnail_id' === $key ) { + $this->featured_images[ $post_id ] = (int) $value; + } + } + } + + return true; + } + + /** + * Parse a comment node into comment data. + * + * @param DOMElement $node Parent node of comment data (typically `wp:comment`). + * @return array Comment data array. + */ + protected function parse_comment_node( $node ) { + $data = array( + 'commentmeta' => array(), + ); + + foreach ( $node->childNodes as $child ) { + // We only care about child elements + if ( $child->nodeType !== XML_ELEMENT_NODE ) { + continue; + } + + switch ( $child->tagName ) { + case 'wp:comment_id': + $data['comment_id'] = $child->textContent; + break; + case 'wp:comment_author': + $data['comment_author'] = $child->textContent; + break; + + case 'wp:comment_author_email': + $data['comment_author_email'] = $child->textContent; + break; + + case 'wp:comment_author_IP': + $data['comment_author_IP'] = $child->textContent; + break; + + case 'wp:comment_author_url': + $data['comment_author_url'] = $child->textContent; + break; + + case 'wp:comment_user_id': + $data['comment_user_id'] = $child->textContent; + break; + + case 'wp:comment_date': + $data['comment_date'] = $child->textContent; + break; + + case 'wp:comment_date_gmt': + $data['comment_date_gmt'] = $child->textContent; + break; + + case 'wp:comment_content': + $data['comment_content'] = $child->textContent; + break; + + case 'wp:comment_approved': + $data['comment_approved'] = $child->textContent; + break; + + case 'wp:comment_type': + $data['comment_type'] = $child->textContent; + break; + + case 'wp:comment_parent': + $data['comment_parent'] = $child->textContent; + break; + + case 'wp:commentmeta': + $meta_item = $this->parse_meta_node( $child ); + if ( ! empty( $meta_item ) ) { + $data['commentmeta'][] = $meta_item; + } + break; + } + } + + return $data; + } + + /** + * Process and import comment data. + * + * @param array $comments List of comment data arrays. + * @param int $post_id Post to associate with. + * @param array $post Post data. + * @return int|WP_Error Number of comments imported on success, error otherwise. + */ + protected function process_comments( $comments, $post_id, $post, $post_exists = false ) { + + $comments = apply_filters( 'wp_import_post_comments', $comments, $post_id, $post ); + if ( empty( $comments ) ) { + return 0; + } + + $num_comments = 0; + + // Sort by ID to avoid excessive remapping later + usort( $comments, array( $this, 'sort_comments_by_id' ) ); + + foreach ( $comments as $key => $comment ) { + /** + * Pre-process comment data + * + * @param array $comment Comment data. (Return empty to skip.) + * @param int $post_id Post the comment is attached to. + */ + $comment = apply_filters( 'wxr_importer.pre_process.comment', $comment, $post_id ); + if ( empty( $comment ) ) { + return false; + } + + $original_id = isset( $comment['comment_id'] ) ? (int) $comment['comment_id'] : 0; + $parent_id = isset( $comment['comment_parent'] ) ? (int) $comment['comment_parent'] : 0; + $author_id = isset( $comment['comment_user_id'] ) ? (int) $comment['comment_user_id'] : 0; + + // if this is a new post we can skip the comment_exists() check + // TODO: Check comment_exists for performance + if ( $post_exists ) { + $existing = $this->comment_exists( $comment ); + if ( $existing ) { + + /** + * Comment processing already imported. + * + * @param array $comment Raw data imported for the comment. + */ + do_action( 'wxr_importer.process_already_imported.comment', $comment ); + + $this->mapping['comment'][ $original_id ] = $existing; + continue; + } + } + + // Remove meta from the main array + $meta = isset( $comment['commentmeta'] ) ? $comment['commentmeta'] : array(); + unset( $comment['commentmeta'] ); + + // Map the parent comment, or mark it as one we need to fix + $requires_remapping = false; + if ( $parent_id ) { + if ( isset( $this->mapping['comment'][ $parent_id ] ) ) { + $comment['comment_parent'] = $this->mapping['comment'][ $parent_id ]; + } else { + // Prepare for remapping later + $meta[] = array( 'key' => '_wxr_import_parent', 'value' => $parent_id ); + $requires_remapping = true; + + // Wipe the parent for now + $comment['comment_parent'] = 0; + } + } + + // Map the author, or mark it as one we need to fix + if ( $author_id ) { + if ( isset( $this->mapping['user'][ $author_id ] ) ) { + $comment['user_id'] = $this->mapping['user'][ $author_id ]; + } else { + // Prepare for remapping later + $meta[] = array( 'key' => '_wxr_import_user', 'value' => $author_id ); + $requires_remapping = true; + + // Wipe the user for now + $comment['user_id'] = 0; + } + } + + // Run standard core filters + $comment['comment_post_ID'] = $post_id; + $comment = wp_filter_comment( $comment ); + + // wp_insert_comment expects slashed data + $comment_id = wp_insert_comment( wp_slash( $comment ) ); + $this->mapping['comment'][ $original_id ] = $comment_id; + if ( $requires_remapping ) { + $this->requires_remapping['comment'][ $comment_id ] = true; + } + $this->mark_comment_exists( $comment, $comment_id ); + + /** + * Comment has been imported. + * + * @param int $comment_id New comment ID + * @param array $comment Comment inserted (`comment_id` item refers to the original ID) + * @param int $post_id Post parent of the comment + * @param array $post Post data + */ + do_action( 'wp_import_insert_comment', $comment_id, $comment, $post_id, $post ); + + // Process the meta items + foreach ( $meta as $meta_item ) { + $value = maybe_unserialize( $meta_item['value'] ); + add_comment_meta( $comment_id, wp_slash( $meta_item['key'] ), wp_slash( $value ) ); + } + + /** + * Post processing completed. + * + * @param int $post_id New post ID. + * @param array $comment Raw data imported for the comment. + * @param array $meta Raw meta data, already processed by {@see process_post_meta}. + * @param array $post_id Parent post ID. + */ + do_action( 'wxr_importer.processed.comment', $comment_id, $comment, $meta, $post_id ); + + $num_comments++; + } + + return $num_comments; + } + + protected function parse_category_node( $node ) { + $data = array( + // Default taxonomy to "category", since this is a `` tag + 'taxonomy' => 'category', + ); + $meta = array(); + + if ( $node->hasAttribute( 'domain' ) ) { + $data['taxonomy'] = $node->getAttribute( 'domain' ); + } + if ( $node->hasAttribute( 'nicename' ) ) { + $data['slug'] = $node->getAttribute( 'nicename' ); + } + + $data['name'] = $node->textContent; + + if ( empty( $data['slug'] ) ) { + return null; + } + + // Just for extra compatibility + if ( $data['taxonomy'] === 'tag' ) { + $data['taxonomy'] = 'post_tag'; + } + + return $data; + } + + /** + * Callback for `usort` to sort comments by ID + * + * @param array $a Comment data for the first comment + * @param array $b Comment data for the second comment + * @return int + */ + public static function sort_comments_by_id( $a, $b ) { + if ( empty( $a['comment_id'] ) ) { + return 1; + } + + if ( empty( $b['comment_id'] ) ) { + return -1; + } + + return $a['comment_id'] - $b['comment_id']; + } + + protected function parse_author_node( $node ) { + $data = array(); + $meta = array(); + foreach ( $node->childNodes as $child ) { + // We only care about child elements + if ( $child->nodeType !== XML_ELEMENT_NODE ) { + continue; + } + + switch ( $child->tagName ) { + case 'wp:author_login': + $data['user_login'] = $child->textContent; + break; + + case 'wp:author_id': + $data['ID'] = $child->textContent; + break; + + case 'wp:author_email': + $data['user_email'] = $child->textContent; + break; + + case 'wp:author_display_name': + $data['display_name'] = $child->textContent; + break; + + case 'wp:author_first_name': + $data['first_name'] = $child->textContent; + break; + + case 'wp:author_last_name': + $data['last_name'] = $child->textContent; + break; + } + } + + return compact( 'data', 'meta' ); + } + + protected function process_author( $data, $meta ) { + /** + * Pre-process user data. + * + * @param array $data User data. (Return empty to skip.) + * @param array $meta Meta data. + */ + $data = apply_filters( 'wxr_importer.pre_process.user', $data, $meta ); + if ( empty( $data ) ) { + return false; + } + + // Have we already handled this user? + $original_id = isset( $data['ID'] ) ? $data['ID'] : 0; + $original_slug = $data['user_login']; + + if ( isset( $this->mapping['user'][ $original_id ] ) ) { + $existing = $this->mapping['user'][ $original_id ]; + + // Note the slug mapping if we need to too + if ( ! isset( $this->mapping['user_slug'][ $original_slug ] ) ) { + $this->mapping['user_slug'][ $original_slug ] = $existing; + } + + return false; + } + + if ( isset( $this->mapping['user_slug'][ $original_slug ] ) ) { + $existing = $this->mapping['user_slug'][ $original_slug ]; + + // Ensure we note the mapping too + $this->mapping['user'][ $original_id ] = $existing; + + return false; + } + + // Allow overriding the user's slug + $login = $original_slug; + if ( isset( $this->user_slug_override[ $login ] ) ) { + $login = $this->user_slug_override[ $login ]; + } + + $userdata = array( + 'user_login' => sanitize_user( $login, true ), + 'user_pass' => wp_generate_password(), + ); + + $allowed = array( + 'user_email' => true, + 'display_name' => true, + 'first_name' => true, + 'last_name' => true, + ); + foreach ( $data as $key => $value ) { + if ( ! isset( $allowed[ $key ] ) ) { + continue; + } + + $userdata[ $key ] = $data[ $key ]; + } + + $user_id = wp_insert_user( wp_slash( $userdata ) ); + if ( is_wp_error( $user_id ) ) { + $this->logger->error( sprintf( + __( 'Failed to import user "%s"', 'wordpress-importer' ), + $userdata['user_login'] + ) ); + $this->logger->debug( $user_id->get_error_message() ); + + /** + * User processing failed. + * + * @param WP_Error $user_id Error object. + * @param array $userdata Raw data imported for the user. + */ + do_action( 'wxr_importer.process_failed.user', $user_id, $userdata ); + return false; + } + + if ( $original_id ) { + $this->mapping['user'][ $original_id ] = $user_id; + } + $this->mapping['user_slug'][ $original_slug ] = $user_id; + + $this->logger->info( sprintf( + __( 'Imported user "%s"', 'wordpress-importer' ), + $userdata['user_login'] + ) ); + $this->logger->debug( sprintf( + __( 'User %d remapped to %d', 'wordpress-importer' ), + $original_id, + $user_id + ) ); + + // TODO: Implement meta handling once WXR includes it + /** + * User processing completed. + * + * @param int $user_id New user ID. + * @param array $userdata Raw data imported for the user. + */ + do_action( 'wxr_importer.processed.user', $user_id, $userdata ); + } + + protected function parse_term_node( $node, $type = 'term' ) { + $data = array(); + $meta = array(); + + $tag_name = array( + 'id' => 'wp:term_id', + 'taxonomy' => 'wp:term_taxonomy', + 'slug' => 'wp:term_slug', + 'parent' => 'wp:term_parent', + 'name' => 'wp:term_name', + 'description' => 'wp:term_description', + ); + $taxonomy = null; + + // Special casing! + switch ( $type ) { + case 'category': + $tag_name['slug'] = 'wp:category_nicename'; + $tag_name['parent'] = 'wp:category_parent'; + $tag_name['name'] = 'wp:cat_name'; + $tag_name['description'] = 'wp:category_description'; + $tag_name['taxonomy'] = null; + + $data['taxonomy'] = 'category'; + break; + + case 'tag': + $tag_name['slug'] = 'wp:tag_slug'; + $tag_name['parent'] = null; + $tag_name['name'] = 'wp:tag_name'; + $tag_name['description'] = 'wp:tag_description'; + $tag_name['taxonomy'] = null; + + $data['taxonomy'] = 'post_tag'; + break; + } + + foreach ( $node->childNodes as $child ) { + // We only care about child elements + if ( $child->nodeType !== XML_ELEMENT_NODE ) { + continue; + } + + $key = array_search( $child->tagName, $tag_name ); + if ( $key ) { + $data[ $key ] = $child->textContent; + } + } + + if ( empty( $data['taxonomy'] ) ) { + return null; + } + + // Compatibility with WXR 1.0 + if ( $data['taxonomy'] === 'tag' ) { + $data['taxonomy'] = 'post_tag'; + } + + return compact( 'data', 'meta' ); + } + + protected function process_term( $data, $meta ) { + /** + * Pre-process term data. + * + * @param array $data Term data. (Return empty to skip.) + * @param array $meta Meta data. + */ + $data = apply_filters( 'wxr_importer.pre_process.term', $data, $meta ); + if ( empty( $data ) ) { + return false; + } + + $original_id = isset( $data['id'] ) ? (int) $data['id'] : 0; + $parent_id = isset( $data['parent'] ) ? (int) $data['parent'] : 0; + + $mapping_key = sha1( $data['taxonomy'] . ':' . $data['slug'] ); + $existing = $this->term_exists( $data ); + if ( $existing ) { + + /** + * Term processing already imported. + * + * @param array $data Raw data imported for the term. + */ + do_action( 'wxr_importer.process_already_imported.term', $data ); + + $this->mapping['term'][ $mapping_key ] = $existing; + $this->mapping['term_id'][ $original_id ] = $existing; + return false; + } + + // WP really likes to repeat itself in export files + if ( isset( $this->mapping['term'][ $mapping_key ] ) ) { + return false; + } + + $termdata = array(); + $allowed = array( + 'slug' => true, + 'description' => true, + ); + + // Map the parent comment, or mark it as one we need to fix + // TODO: add parent mapping and remapping + /*$requires_remapping = false; + if ( $parent_id ) { + if ( isset( $this->mapping['term'][ $parent_id ] ) ) { + $data['parent'] = $this->mapping['term'][ $parent_id ]; + } else { + // Prepare for remapping later + $meta[] = array( 'key' => '_wxr_import_parent', 'value' => $parent_id ); + $requires_remapping = true; + + // Wipe the parent for now + $data['parent'] = 0; + } + }*/ + + foreach ( $data as $key => $value ) { + if ( ! isset( $allowed[ $key ] ) ) { + continue; + } + + $termdata[ $key ] = $data[ $key ]; + } + + $result = wp_insert_term( $data['name'], $data['taxonomy'], $termdata ); + if ( is_wp_error( $result ) ) { + $this->logger->warning( sprintf( + __( 'Failed to import %s %s', 'wordpress-importer' ), + $data['taxonomy'], + $data['name'] + ) ); + $this->logger->debug( $result->get_error_message() ); + do_action( 'wp_import_insert_term_failed', $result, $data ); + + /** + * Term processing failed. + * + * @param WP_Error $result Error object. + * @param array $data Raw data imported for the term. + * @param array $meta Meta data supplied for the term. + */ + do_action( 'wxr_importer.process_failed.term', $result, $data, $meta ); + return false; + } + + $term_id = $result['term_id']; + + $this->mapping['term'][ $mapping_key ] = $term_id; + $this->mapping['term_id'][ $original_id ] = $term_id; + + $this->logger->info( sprintf( + __( 'Imported "%s" (%s)', 'wordpress-importer' ), + $data['name'], + $data['taxonomy'] + ) ); + $this->logger->debug( sprintf( + __( 'Term %d remapped to %d', 'wordpress-importer' ), + $original_id, + $term_id + ) ); + + do_action( 'wp_import_insert_term', $term_id, $data ); + + /** + * Term processing completed. + * + * @param int $term_id New term ID. + * @param array $data Raw data imported for the term. + */ + do_action( 'wxr_importer.processed.term', $term_id, $data ); + } + + /** + * Attempt to download a remote file attachment + * + * @param string $url URL of item to fetch + * @param array $post Attachment details + * @return array|WP_Error Local file location details on success, WP_Error otherwise + */ + protected function fetch_remote_file( $url, $post ) { + // extract the file name and extension from the url + $file_name = basename( $url ); + + // get placeholder file in the upload dir with a unique, sanitized filename + $upload = wp_upload_bits( $file_name, 0, '', $post['upload_date'] ); + if ( $upload['error'] ) { + return new \WP_Error( 'upload_dir_error', $upload['error'] ); + } + + // fetch the remote url and write it to the placeholder file + $response = wp_remote_get( $url, array( + 'stream' => true, + 'filename' => $upload['file'], + ) ); + + // request failed + if ( is_wp_error( $response ) ) { + unlink( $upload['file'] ); + return $response; + } + + $code = (int) wp_remote_retrieve_response_code( $response ); + + // make sure the fetch was successful + if ( $code !== 200 ) { + unlink( $upload['file'] ); + return new \WP_Error( + 'import_file_error', + sprintf( + __( 'Remote server returned %1$d %2$s for %3$s', 'wordpress-importer' ), + $code, + get_status_header_desc( $code ), + $url + ) + ); + } + + $filesize = filesize( $upload['file'] ); + $headers = wp_remote_retrieve_headers( $response ); + + if ( isset( $headers['content-length'] ) && $filesize !== (int) $headers['content-length'] ) { + unlink( $upload['file'] ); + return new \WP_Error( 'import_file_error', __( 'Remote file is incorrect size', 'wordpress-importer' ) ); + } + + if ( 0 === $filesize ) { + unlink( $upload['file'] ); + return new \WP_Error( 'import_file_error', __( 'Zero size file downloaded', 'wordpress-importer' ) ); + } + + $max_size = (int) $this->max_attachment_size(); + if ( ! empty( $max_size ) && $filesize > $max_size ) { + unlink( $upload['file'] ); + $message = sprintf( __( 'Remote file is too large, limit is %s', 'wordpress-importer' ), size_format( $max_size ) ); + return new \WP_Error( 'import_file_error', $message ); + } + + return $upload; + } + + protected function post_process() { + // Time to tackle any left-over bits + if ( ! empty( $this->requires_remapping['post'] ) ) { + $this->post_process_posts( $this->requires_remapping['post'] ); + } + if ( ! empty( $this->requires_remapping['comment'] ) ) { + $this->post_process_comments( $this->requires_remapping['comment'] ); + } + } + + protected function post_process_posts( $todo ) { + foreach ( $todo as $post_id => $_ ) { + $this->logger->debug( sprintf( + // Note: title intentionally not used to skip extra processing + // for when debug logging is off + __( 'Running post-processing for post %d', 'wordpress-importer' ), + $post_id + ) ); + + $data = array(); + + $parent_id = get_post_meta( $post_id, '_wxr_import_parent', true ); + if ( ! empty( $parent_id ) ) { + // Have we imported the parent now? + if ( isset( $this->mapping['post'][ $parent_id ] ) ) { + $data['post_parent'] = $this->mapping['post'][ $parent_id ]; + } else { + $this->logger->warning( sprintf( + __( 'Could not find the post parent for "%s" (post #%d)', 'wordpress-importer' ), + get_the_title( $post_id ), + $post_id + ) ); + $this->logger->debug( sprintf( + __( 'Post %d was imported with parent %d, but could not be found', 'wordpress-importer' ), + $post_id, + $parent_id + ) ); + } + } + + $author_slug = get_post_meta( $post_id, '_wxr_import_user_slug', true ); + if ( ! empty( $author_slug ) ) { + // Have we imported the user now? + if ( isset( $this->mapping['user_slug'][ $author_slug ] ) ) { + $data['post_author'] = $this->mapping['user_slug'][ $author_slug ]; + } else { + $this->logger->warning( sprintf( + __( 'Could not find the author for "%s" (post #%d)', 'wordpress-importer' ), + get_the_title( $post_id ), + $post_id + ) ); + $this->logger->debug( sprintf( + __( 'Post %d was imported with author "%s", but could not be found', 'wordpress-importer' ), + $post_id, + $author_slug + ) ); + } + } + + $has_attachments = get_post_meta( $post_id, '_wxr_import_has_attachment_refs', true ); + if ( ! empty( $has_attachments ) ) { + $post = get_post( $post_id ); + $content = $post->post_content; + + // Replace all the URLs we've got + $new_content = str_replace( array_keys( $this->url_remap ), $this->url_remap, $content ); + if ( $new_content !== $content ) { + $data['post_content'] = $new_content; + } + } + + if ( get_post_type( $post_id ) === 'nav_menu_item' ) { + $this->post_process_menu_item( $post_id ); + } + + // Do we have updates to make? + if ( empty( $data ) ) { + $this->logger->debug( sprintf( + __( 'Post %d was marked for post-processing, but none was required.', 'wordpress-importer' ), + $post_id + ) ); + continue; + } + + // Run the update + $data['ID'] = $post_id; + + if ( isset( $data['post_content'] ) ) { + $data['post_content'] = wp_slash( $data['post_content'] ); + } + + $result = wp_update_post( $data, true ); + + if ( is_wp_error( $result ) ) { + $this->logger->warning( sprintf( + __( 'Could not update "%s" (post #%d) with mapped data', 'wordpress-importer' ), + get_the_title( $post_id ), + $post_id + ) ); + $this->logger->debug( $result->get_error_message() ); + continue; + } + + // Clear out our temporary meta keys + delete_post_meta( $post_id, '_wxr_import_parent' ); + delete_post_meta( $post_id, '_wxr_import_user_slug' ); + delete_post_meta( $post_id, '_wxr_import_has_attachment_refs' ); + } + } + + protected function post_process_menu_item( $post_id ) { + $menu_object_id = get_post_meta( $post_id, '_wxr_import_menu_item', true ); + if ( empty( $menu_object_id ) ) { + // No processing needed! + return; + } + + $menu_item_type = get_post_meta( $post_id, '_menu_item_type', true ); + switch ( $menu_item_type ) { + case 'taxonomy': + if ( isset( $this->mapping['term_id'][ $menu_object_id ] ) ) { + $menu_object = $this->mapping['term_id'][ $menu_object_id ]; + } + break; + + case 'post_type': + if ( isset( $this->mapping['post'][ $menu_object_id ] ) ) { + $menu_object = $this->mapping['post'][ $menu_object_id ]; + } + break; + + default: + // Cannot handle this. + return; + } + + if ( ! empty( $menu_object ) ) { + update_post_meta( $post_id, '_menu_item_object_id', wp_slash( $menu_object ) ); + } else { + $this->logger->warning( sprintf( + __( 'Could not find the menu object for "%s" (post #%d)', 'wordpress-importer' ), + get_the_title( $post_id ), + $post_id + ) ); + $this->logger->debug( sprintf( + __( 'Post %d was imported with object "%d" of type "%s", but could not be found', 'wordpress-importer' ), + $post_id, + $menu_object_id, + $menu_item_type + ) ); + } + + delete_post_meta( $post_id, '_wxr_import_menu_item' ); + } + + + protected function post_process_comments( $todo ) { + foreach ( $todo as $comment_id => $_ ) { + $data = array(); + + $parent_id = get_comment_meta( $comment_id, '_wxr_import_parent', true ); + if ( ! empty( $parent_id ) ) { + // Have we imported the parent now? + if ( isset( $this->mapping['comment'][ $parent_id ] ) ) { + $data['comment_parent'] = $this->mapping['comment'][ $parent_id ]; + } else { + $this->logger->warning( sprintf( + __( 'Could not find the comment parent for comment #%d', 'wordpress-importer' ), + $comment_id + ) ); + $this->logger->debug( sprintf( + __( 'Comment %d was imported with parent %d, but could not be found', 'wordpress-importer' ), + $comment_id, + $parent_id + ) ); + } + } + + $author_id = get_comment_meta( $comment_id, '_wxr_import_user', true ); + if ( ! empty( $author_id ) ) { + // Have we imported the user now? + if ( isset( $this->mapping['user'][ $author_id ] ) ) { + $data['user_id'] = $this->mapping['user'][ $author_id ]; + } else { + $this->logger->warning( sprintf( + __( 'Could not find the author for comment #%d', 'wordpress-importer' ), + $comment_id + ) ); + $this->logger->debug( sprintf( + __( 'Comment %d was imported with author %d, but could not be found', 'wordpress-importer' ), + $comment_id, + $author_id + ) ); + } + } + + // Do we have updates to make? + if ( empty( $data ) ) { + continue; + } + + // Run the update + $data['comment_ID'] = $comment_ID; + $result = wp_update_comment( wp_slash( $data ) ); + if ( empty( $result ) ) { + $this->logger->warning( sprintf( + __( 'Could not update comment #%d with mapped data', 'wordpress-importer' ), + $comment_id + ) ); + continue; + } + + // Clear out our temporary meta keys + delete_comment_meta( $comment_id, '_wxr_import_parent' ); + delete_comment_meta( $comment_id, '_wxr_import_user' ); + } + } + + /** + * Use stored mapping information to update old attachment URLs + */ + protected function replace_attachment_urls_in_content() { + global $wpdb; + // make sure we do the longest urls first, in case one is a substring of another + uksort( $this->url_remap, array( $this, 'cmpr_strlen' ) ); + + foreach ( $this->url_remap as $from_url => $to_url ) { + // remap urls in post_content + $query = $wpdb->prepare( "UPDATE {$wpdb->posts} SET post_content = REPLACE(post_content, %s, %s)", $from_url, $to_url ); + $wpdb->query( $query ); + + // remap enclosure urls + $query = $wpdb->prepare( "UPDATE {$wpdb->postmeta} SET meta_value = REPLACE(meta_value, %s, %s) WHERE meta_key='enclosure'", $from_url, $to_url ); + $result = $wpdb->query( $query ); + } + } + + /** + * Update _thumbnail_id meta to new, imported attachment IDs + */ + function remap_featured_images() { + + if ( empty( $this->featured_images ) ) { + return; + } + + // cycle through posts that have a featured image + $this->logger->info( 'Starting remapping of featured images' ); + + foreach ( $this->featured_images as $post_id => $value ) { + if ( isset( $this->mapping['post'][ $value ] ) ) { + $new_id = $this->mapping['post'][ $value ]; + + // only update if there's a difference + if ( $new_id !== $value ) { + $this->logger->info( sprintf( 'Remapping featured image ID %d to new ID %d for post ID %d',$value, $new_id, $post_id ) ); + update_post_meta( $post_id, '_thumbnail_id', $new_id ); + } + } + } + } + + /** + * Decide if the given meta key maps to information we will want to import + * + * @param string $key The meta key to check + * @return string|bool The key if we do want to import, false if not + */ + public function is_valid_meta_key( $key ) { + // skip attachment metadata since we'll regenerate it from scratch + // skip _edit_lock as not relevant for import + if ( in_array( $key, array( '_wp_attached_file', '_wp_attachment_metadata', '_edit_lock' ) ) ) { + return false; + } + + return $key; + } + + /** + * Decide what the maximum file size for downloaded attachments is. + * Default is 0 (unlimited), can be filtered via import_attachment_size_limit + * + * @return int Maximum attachment file size to import + */ + protected function max_attachment_size() { + return apply_filters( 'import_attachment_size_limit', 0 ); + } + + /** + * Added to http_request_timeout filter to force timeout at 60 seconds during import + * + * @access protected + * @return int 60 + */ + function bump_request_timeout($val) { + return 60; + } + + // return the difference in length between two strings + function cmpr_strlen( $a, $b ) { + return strlen( $b ) - strlen( $a ); + } + + /** + * Prefill existing post data. + * + * This preloads all GUIDs into memory, allowing us to avoid hitting the + * database when we need to check for existence. With larger imports, this + * becomes prohibitively slow to perform SELECT queries on each. + * + * By preloading all this data into memory, it's a constant-time lookup in + * PHP instead. However, this does use a lot more memory, so for sites doing + * small imports onto a large site, it may be a better tradeoff to use + * on-the-fly checking instead. + */ + protected function prefill_existing_posts() { + global $wpdb; + $posts = $wpdb->get_results( "SELECT ID, guid FROM {$wpdb->posts}" ); + + foreach ( $posts as $item ) { + $this->exists['post'][ $item->guid ] = $item->ID; + } + } + + /** + * Does the post exist? + * + * @param array $data Post data to check against. + * @return int|bool Existing post ID if it exists, false otherwise. + */ + protected function post_exists( $data ) { + // Constant-time lookup if we prefilled + $exists_key = $data['guid']; + + $exists = null; + + if ( $this->options['prefill_existing_posts'] ) { + // Sites: fix for custom post types. The guids in the prefilled section are escaped, so these ones should be as well. + $exists_key = htmlentities( $exists_key ); + $exists = isset( $this->exists['post'][ $exists_key ] ) ? $this->exists['post'][ $exists_key ] : false; + } else if ( isset( $this->exists['post'][ $exists_key ] ) ) { + // No prefilling, but might have already handled it + $exists = $this->exists['post'][ $exists_key ]; + } else { + // Still nothing, try post_exists, and cache it + $exists = post_exists( $data['post_title'], $data['post_content'], $data['post_date'] ); + } + + /** + * Filter ID of the existing post corresponding to post currently importing. + * + * Return 0 to force the post to be imported. Filter the ID to be something else + * to override which existing post is mapped to the imported post. + * + * @see post_exists() + * + * @param int $post_exists Post ID, or 0 if post did not exist. + * @param array $data The post array to be inserted. + */ + $exists = apply_filters( 'wp_import_existing_post', $exists, $data ); + + $this->exists['post'][ $exists_key ] = $exists; + + return $exists; + } + + /** + * Mark the post as existing. + * + * @param array $data Post data to mark as existing. + * @param int $post_id Post ID. + */ + protected function mark_post_exists( $data, $post_id ) { + $exists_key = $data['guid']; + $this->exists['post'][ $exists_key ] = $post_id; + } + + /** + * Prefill existing comment data. + * + * @see self::prefill_existing_posts() for justification of why this exists. + */ + protected function prefill_existing_comments() { + global $wpdb; + $posts = $wpdb->get_results( "SELECT comment_ID, comment_author, comment_date FROM {$wpdb->comments}" ); + + foreach ( $posts as $item ) { + $exists_key = sha1( $item->comment_author . ':' . $item->comment_date ); + $this->exists['comment'][ $exists_key ] = $item->comment_ID; + } + } + + /** + * Does the comment exist? + * + * @param array $data Comment data to check against. + * @return int|bool Existing comment ID if it exists, false otherwise. + */ + protected function comment_exists( $data ) { + $exists_key = sha1( $data['comment_author'] . ':' . $data['comment_date'] ); + + // Constant-time lookup if we prefilled + if ( $this->options['prefill_existing_comments'] ) { + return isset( $this->exists['comment'][ $exists_key ] ) ? $this->exists['comment'][ $exists_key ] : false; + } + + // No prefilling, but might have already handled it + if ( isset( $this->exists['comment'][ $exists_key ] ) ) { + return $this->exists['comment'][ $exists_key ]; + } + + // Still nothing, try comment_exists, and cache it + $exists = comment_exists( $data['comment_author'], $data['comment_date'] ); + $this->exists['comment'][ $exists_key ] = $exists; + + return $exists; + } + + /** + * Mark the comment as existing. + * + * @param array $data Comment data to mark as existing. + * @param int $comment_id Comment ID. + */ + protected function mark_comment_exists( $data, $comment_id ) { + $exists_key = sha1( $data['comment_author'] . ':' . $data['comment_date'] ); + $this->exists['comment'][ $exists_key ] = $comment_id; + } + + /** + * Prefill existing term data. + * + * @see self::prefill_existing_posts() for justification of why this exists. + */ + protected function prefill_existing_terms() { + global $wpdb; + $query = "SELECT t.term_id, tt.taxonomy, t.slug FROM {$wpdb->terms} AS t"; + $query .= " JOIN {$wpdb->term_taxonomy} AS tt ON t.term_id = tt.term_id"; + $terms = $wpdb->get_results( $query ); + + foreach ( $terms as $item ) { + $exists_key = sha1( $item->taxonomy . ':' . $item->slug ); + $this->exists['term'][ $exists_key ] = $item->term_id; + } + } + + /** + * Does the term exist? + * + * @param array $data Term data to check against. + * @return int|bool Existing term ID if it exists, false otherwise. + */ + protected function term_exists( $data ) { + $exists_key = sha1( $data['taxonomy'] . ':' . $data['slug'] ); + + // Constant-time lookup if we prefilled + if ( $this->options['prefill_existing_terms'] ) { + return isset( $this->exists['term'][ $exists_key ] ) ? $this->exists['term'][ $exists_key ] : false; + } + + // No prefilling, but might have already handled it + if ( isset( $this->exists['term'][ $exists_key ] ) ) { + return $this->exists['term'][ $exists_key ]; + } + + // Still nothing, try comment_exists, and cache it + $exists = term_exists( $data['slug'], $data['taxonomy'] ); + if ( is_array( $exists ) ) { + $exists = $exists['term_id']; + } + + $this->exists['term'][ $exists_key ] = $exists; + + return $exists; + } + + /** + * Mark the term as existing. + * + * @param array $data Term data to mark as existing. + * @param int $term_id Term ID. + */ + protected function mark_term_exists( $data, $term_id ) { + $exists_key = sha1( $data['taxonomy'] . ':' . $data['slug'] ); + $this->exists['term'][ $exists_key ] = $term_id; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/content-spacing.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/content-spacing.php new file mode 100644 index 00000000..3b90e405 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/content-spacing.php @@ -0,0 +1,244 @@ +add_section( + 'generate_spacing_content', + array( + 'title' => __( 'Content', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 10, + 'panel' => 'generate_spacing_panel', + ) +); + +// If we don't have a layout panel, use our old spacing section. +if ( $wp_customize->get_panel( 'generate_layout_panel' ) ) { + $content_section = 'generate_layout_container'; +} else { + $content_section = 'generate_spacing_content'; +} + +// Take control of the container width control. +// This control is handled by the free theme, but we take control of it here for consistency between control styles. +$wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[container_width]', + array( + 'label' => __( 'Container Width', 'gp-premium' ), + 'section' => 'generate_layout_container', + 'settings' => array( + 'desktop' => 'generate_settings[container_width]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 700, + 'max' => 2000, + 'step' => 5, + 'edit' => true, + 'unit' => 'px', + ), + ), + 'priority' => 0, + ) + ) +); + +// Separating space. +$wp_customize->add_setting( + 'generate_spacing_settings[separator]', + array( + 'default' => $defaults['separator'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +$wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_spacing_settings[separator]', + array( + 'label' => __( 'Separating Space', 'gp-premium' ), + 'section' => $content_section, + 'settings' => array( + 'desktop' => 'generate_spacing_settings[separator]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) +); + +// Content padding top. +$wp_customize->add_setting( + 'generate_spacing_settings[content_top]', + array( + 'default' => $defaults['content_top'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Content padding right. +$wp_customize->add_setting( + 'generate_spacing_settings[content_right]', + array( + 'default' => $defaults['content_right'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Content padding bottom. +$wp_customize->add_setting( + 'generate_spacing_settings[content_bottom]', + array( + 'default' => $defaults['content_bottom'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Content padding left. +$wp_customize->add_setting( + 'generate_spacing_settings[content_left]', + array( + 'default' => $defaults['content_left'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +$content_padding_settings = array( + 'desktop_top' => 'generate_spacing_settings[content_top]', + 'desktop_right' => 'generate_spacing_settings[content_right]', + 'desktop_bottom' => 'generate_spacing_settings[content_bottom]', + 'desktop_left' => 'generate_spacing_settings[content_left]', +); + +// If mobile_content_top is set, the rest of them are too. +// We have to check as these defaults are set in the theme. +if ( isset( $defaults['mobile_content_top'] ) ) { + $content_padding_settings['mobile_top'] = 'generate_spacing_settings[mobile_content_top]'; + $content_padding_settings['mobile_right'] = 'generate_spacing_settings[mobile_content_right]'; + $content_padding_settings['mobile_bottom'] = 'generate_spacing_settings[mobile_content_bottom]'; + $content_padding_settings['mobile_left'] = 'generate_spacing_settings[mobile_content_left]'; + + // Mobile content padding top. + $wp_customize->add_setting( + 'generate_spacing_settings[mobile_content_top]', + array( + 'default' => $defaults['mobile_content_top'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + // Content padding right. + $wp_customize->add_setting( + 'generate_spacing_settings[mobile_content_right]', + array( + 'default' => $defaults['mobile_content_right'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + // Content padding bottom. + $wp_customize->add_setting( + 'generate_spacing_settings[mobile_content_bottom]', + array( + 'default' => $defaults['mobile_content_bottom'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + // Content padding left. + $wp_customize->add_setting( + 'generate_spacing_settings[mobile_content_left]', + array( + 'default' => $defaults['mobile_content_left'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); +} + +// Make use of the content padding settings. +$wp_customize->add_control( + new GeneratePress_Spacing_Control( + $wp_customize, + 'content_spacing', + array( + 'type' => 'generatepress-spacing', + 'label' => esc_html__( 'Content Padding', 'gp-premium' ), + 'section' => $content_section, + 'settings' => $content_padding_settings, + 'element' => 'content', + 'priority' => 99, + ) + ) +); + +$wp_customize->add_setting( + 'generate_spacing_settings[content_element_separator]', + array( + 'default' => $defaults['content_element_separator'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer', + 'transport' => 'postMessage', + ) +); + +$wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_spacing_settings[content_element_separator]', + array( + 'label' => __( 'Content Separator', 'gp-premium' ), + 'sub_description' => __( 'The content separator controls the space between the featured image, title, content and entry meta.', 'gp-premium' ), + 'section' => $content_section, + 'settings' => array( + 'desktop' => 'generate_spacing_settings[content_element_separator]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 10, + 'step' => .1, + 'edit' => true, + 'unit' => 'em', + ), + ), + ) + ) +); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/footer-spacing.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/footer-spacing.php new file mode 100644 index 00000000..3ffc54af --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/footer-spacing.php @@ -0,0 +1,207 @@ +add_section( + 'generate_spacing_footer', + array( + 'title' => __( 'Footer', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 20, + 'panel' => 'generate_spacing_panel', + ) +); + +// Use our layout panel if it exists. +if ( $wp_customize->get_panel( 'generate_layout_panel' ) ) { + $footer_section = 'generate_layout_footer'; +} else { + $footer_section = 'generate_spacing_footer'; +} + +// Footer widget area padding top. +$wp_customize->add_setting( + 'generate_spacing_settings[footer_widget_container_top]', + array( + 'default' => $defaults['footer_widget_container_top'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Footer widget area padding right. +$wp_customize->add_setting( + 'generate_spacing_settings[footer_widget_container_right]', + array( + 'default' => $defaults['footer_widget_container_right'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Footer widget area padding bottom. +$wp_customize->add_setting( + 'generate_spacing_settings[footer_widget_container_bottom]', + array( + 'default' => $defaults['footer_widget_container_bottom'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Footer widget area padding left. +$wp_customize->add_setting( + 'generate_spacing_settings[footer_widget_container_left]', + array( + 'default' => $defaults['footer_widget_container_left'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Footer widget area padding top. +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_footer_widget_container_top]', + array( + 'default' => $defaults['mobile_footer_widget_container_top'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Footer widget area padding right. +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_footer_widget_container_right]', + array( + 'default' => $defaults['mobile_footer_widget_container_right'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Footer widget area padding bottom. +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_footer_widget_container_bottom]', + array( + 'default' => $defaults['mobile_footer_widget_container_bottom'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Footer widget area padding left. +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_footer_widget_container_left]', + array( + 'default' => $defaults['mobile_footer_widget_container_left'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Make use of the Footer widget area padding settings. +$wp_customize->add_control( + new GeneratePress_Spacing_Control( + $wp_customize, + 'footer_widget_area_spacing', + array( + 'type' => 'generatepress-spacing', + 'label' => esc_html__( 'Footer Widget Area Padding', 'gp-premium' ), + 'section' => $footer_section, + 'settings' => array( + 'desktop_top' => 'generate_spacing_settings[footer_widget_container_top]', + 'desktop_right' => 'generate_spacing_settings[footer_widget_container_right]', + 'desktop_bottom' => 'generate_spacing_settings[footer_widget_container_bottom]', + 'desktop_left' => 'generate_spacing_settings[footer_widget_container_left]', + 'mobile_top' => 'generate_spacing_settings[mobile_footer_widget_container_top]', + 'mobile_right' => 'generate_spacing_settings[mobile_footer_widget_container_right]', + 'mobile_bottom' => 'generate_spacing_settings[mobile_footer_widget_container_bottom]', + 'mobile_left' => 'generate_spacing_settings[mobile_footer_widget_container_left]', + ), + 'element' => 'footer_widget_area', + 'priority' => 99, + ) + ) +); + +// Footer padding top. +$wp_customize->add_setting( + 'generate_spacing_settings[footer_top]', + array( + 'default' => $defaults['footer_top'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Footer padding right. +$wp_customize->add_setting( + 'generate_spacing_settings[footer_right]', + array( + 'default' => $defaults['footer_right'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Footer padding bottom. +$wp_customize->add_setting( + 'generate_spacing_settings[footer_bottom]', + array( + 'default' => $defaults['footer_bottom'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Footer padding left. +$wp_customize->add_setting( + 'generate_spacing_settings[footer_left]', + array( + 'default' => $defaults['footer_left'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Make use of the footer padding settings. +$wp_customize->add_control( + new GeneratePress_Spacing_Control( + $wp_customize, + 'footer_spacing', + array( + 'type' => 'generatepress-spacing', + 'label' => esc_html__( 'Footer Padding', 'gp-premium' ), + 'section' => $footer_section, + 'settings' => array( + 'desktop_top' => 'generate_spacing_settings[footer_top]', + 'desktop_right' => 'generate_spacing_settings[footer_right]', + 'desktop_bottom' => 'generate_spacing_settings[footer_bottom]', + 'desktop_left' => 'generate_spacing_settings[footer_left]', + ), + 'element' => 'footer', + 'priority' => 105, + ) + ) +); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/header-spacing.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/header-spacing.php new file mode 100644 index 00000000..f937d91b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/header-spacing.php @@ -0,0 +1,135 @@ +add_section( + 'generate_spacing_header', + array( + 'title' => __( 'Header', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 5, + 'panel' => 'generate_spacing_panel', + ) +); + +// If we don't have a layout panel, use our old spacing section. +$header_section = ( $wp_customize->get_panel( 'generate_layout_panel' ) ) ? 'generate_layout_header' : 'generate_spacing_header'; + +// Header top. +$wp_customize->add_setting( + 'generate_spacing_settings[header_top]', + array( + 'default' => $defaults['header_top'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Header right. +$wp_customize->add_setting( + 'generate_spacing_settings[header_right]', + array( + 'default' => $defaults['header_right'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Header bottom. +$wp_customize->add_setting( + 'generate_spacing_settings[header_bottom]', + array( + 'default' => $defaults['header_bottom'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Header left. +$wp_customize->add_setting( + 'generate_spacing_settings[header_left]', + array( + 'default' => $defaults['header_left'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_header_top]', + array( + 'default' => $defaults['mobile_header_top'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Header right. +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_header_right]', + array( + 'default' => $defaults['mobile_header_right'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Header bottom. +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_header_bottom]', + array( + 'default' => $defaults['mobile_header_bottom'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Header left. +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_header_left]', + array( + 'default' => $defaults['mobile_header_left'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Do something with our header controls. +$wp_customize->add_control( + new GeneratePress_Spacing_Control( + $wp_customize, + 'header_spacing', + array( + 'type' => 'generatepress-spacing', + 'label' => esc_html__( 'Header Padding', 'gp-premium' ), + 'section' => $header_section, + 'settings' => array( + 'desktop_top' => 'generate_spacing_settings[header_top]', + 'desktop_right' => 'generate_spacing_settings[header_right]', + 'desktop_bottom' => 'generate_spacing_settings[header_bottom]', + 'desktop_left' => 'generate_spacing_settings[header_left]', + 'mobile_top' => 'generate_spacing_settings[mobile_header_top]', + 'mobile_right' => 'generate_spacing_settings[mobile_header_right]', + 'mobile_bottom' => 'generate_spacing_settings[mobile_header_bottom]', + 'mobile_left' => 'generate_spacing_settings[mobile_header_left]', + ), + 'element' => 'header', + ) + ) +); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/js/customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/js/customizer.js new file mode 100644 index 00000000..966c3eaa --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/js/customizer.js @@ -0,0 +1,661 @@ +function generate_spacing_live_update( name, id, selector, property, negative, divide, media, unit ) { + settings = typeof settings !== 'undefined' ? settings : 'generate_spacing_settings'; + wp.customize( settings + '[' + id + ']', function( value ) { + value.bind( function( newval ) { + negative = typeof negative !== 'undefined' ? negative : false; + media = typeof media !== 'undefined' ? media : ''; + divide = typeof divide !== 'undefined' ? divide : false; + unit = typeof unit !== 'undefined' ? unit : 'px'; + + // Get new value + newval = ( divide ) ? newval / 2 : newval; + + // Check if negative integer + negative = ( negative ) ? '-' : ''; + + var isTablet = ( 'tablet' == id.substring( 0, 6 ) ) ? true : false, + isMobile = ( 'mobile' == id.substring( 0, 6 ) ) ? true : false; + + if ( isTablet ) { + if ( '' == wp.customize(settings + '[' + id + ']').get() ) { + var desktopID = id.replace( 'tablet_', '' ); + newval = wp.customize(settings + '[' + desktopID + ']').get(); + } + } + + if ( isMobile ) { + if ( '' == wp.customize(settings + '[' + id + ']').get() ) { + var desktopID = id.replace( 'mobile_', '' ); + newval = wp.customize(settings + '[' + desktopID + ']').get(); + } + } + + // We're using a desktop value + if ( ! isTablet && ! isMobile ) { + + var tabletValue = ( typeof wp.customize(settings + '[tablet_' + id + ']') !== 'undefined' ) ? wp.customize(settings + '[tablet_' + id + ']').get() : '', + mobileValue = ( typeof wp.customize(settings + '[mobile_' + id + ']') !== 'undefined' ) ? wp.customize(settings + '[mobile_' + id + ']').get() : ''; + + // The tablet setting exists, mobile doesn't + if ( '' !== tabletValue && '' == mobileValue ) { + media = gp_spacing.desktop + ', ' + gp_spacing.mobile; + } + + // The tablet setting doesn't exist, mobile does + if ( '' == tabletValue && '' !== mobileValue ) { + media = gp_spacing.desktop + ', ' + gp_spacing.tablet; + } + + // The tablet setting doesn't exist, neither does mobile + if ( '' == tabletValue && '' == mobileValue ) { + media = gp_spacing.desktop + ', ' + gp_spacing.tablet + ', ' + gp_spacing.mobile; + } + + } + + // Check if media query + media_query = ( '' !== media ) ? 'media="' + media + '"' : ''; + + jQuery( 'head' ).append( '' ); + setTimeout(function() { + jQuery( 'style#' + name ).not( ':last' ).remove(); + }, 50 ); + + jQuery('body').trigger('generate_spacing_updated'); + } ); + } ); +} + +/** + * Top bar padding + */ +generate_spacing_live_update( 'top_bar_top', 'top_bar_top', '.inside-top-bar', 'padding-top' ); +generate_spacing_live_update( 'top_bar_right', 'top_bar_right', '.inside-top-bar', 'padding-right' ); +generate_spacing_live_update( 'top_bar_bottom', 'top_bar_bottom', '.inside-top-bar', 'padding-bottom' ); +generate_spacing_live_update( 'top_bar_left', 'top_bar_left', '.inside-top-bar', 'padding-left' ); + +/** + * Header padding + */ +generate_spacing_live_update( 'header_top', 'header_top', '.inside-header', 'padding-top', false, false, gp_spacing.desktop ); +generate_spacing_live_update( 'header_right', 'header_right', '.inside-header', 'padding-right', false, false, gp_spacing.desktop ); +generate_spacing_live_update( 'header_bottom', 'header_bottom', '.inside-header', 'padding-bottom', false, false, gp_spacing.desktop ); +generate_spacing_live_update( 'header_left', 'header_left', '.inside-header', 'padding-left', false, false, gp_spacing.desktop ); + +generate_spacing_live_update( 'mobile_header_top', 'mobile_header_top', '.inside-header', 'padding-top', false, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_header_right', 'mobile_header_right', '.inside-header', 'padding-right', false, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_header_bottom', 'mobile_header_bottom', '.inside-header', 'padding-bottom', false, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_header_left', 'mobile_header_left', '.inside-header', 'padding-left', false, false, gp_spacing.mobile ); + +jQuery( window ).on( 'load', function() { + var containerAlignment = wp.customize( 'generate_settings[container_alignment]' ); + + if ( gp_spacing.isFlex && containerAlignment && 'text' === containerAlignment.get() ) { + generate_spacing_live_update( 'header_left_sticky_nav', 'header_left', '.main-navigation.navigation-stick:not(.has-branding) .inside-navigation.grid-container', 'padding-left', false, false, gp_spacing.desktop ); + generate_spacing_live_update( 'header_right_sticky_nav', 'header_right', '.main-navigation.navigation-stick:not(.has-branding) .inside-navigation.grid-container', 'padding-right', false, false, gp_spacing.desktop ); + + generate_spacing_live_update( 'mobile_header_left_sticky_nav', 'mobile_header_left', '.main-navigation.navigation-stick:not(.has-branding) .inside-navigation.grid-container', 'padding-left', false, false, gp_spacing.mobile ); + generate_spacing_live_update( 'mobile_header_right_sticky_nav', 'mobile_header_right', '.main-navigation.navigation-stick:not(.has-branding) .inside-navigation.grid-container', 'padding-right', false, false, gp_spacing.mobile ); + } +} ); + +/** + * Content padding + */ +var content_areas = '.separate-containers .inside-article, \ + .separate-containers .comments-area, \ + .separate-containers .page-header, \ + .separate-containers .paging-navigation, \ + .one-container .site-content, \ + .inside-page-header, \ + .wp-block-group__inner-container'; + +generate_spacing_live_update( 'content_top', 'content_top', content_areas, 'padding-top', false, false, gp_spacing.desktop ); +generate_spacing_live_update( 'content_right', 'content_right', content_areas, 'padding-right', false, false, gp_spacing.desktop ); +generate_spacing_live_update( 'content_bottom', 'content_bottom', content_areas, 'padding-bottom', false, false, gp_spacing.desktop ); +generate_spacing_live_update( 'content_left', 'content_left', content_areas, 'padding-left', false, false, gp_spacing.desktop ); + +jQuery( window ).on( 'load', function() { + var containerAlignment = wp.customize( 'generate_settings[container_alignment]' ); + + if ( gp_spacing.isFlex && containerAlignment && 'text' === containerAlignment.get() ) { + generate_spacing_live_update( 'content_left_nav_as_header', 'content_left', '.main-navigation.has-branding .inside-navigation.grid-container, .main-navigation.has-branding .inside-navigation.grid-container', 'padding-left', false, false, gp_spacing.desktop ); + generate_spacing_live_update( 'content_right_nav_as_header', 'content_right', '.main-navigation.has-branding .inside-navigation.grid-container, .main-navigation.has-branding .inside-navigation.grid-container', 'padding-right', false, false, gp_spacing.desktop ); + } +} ); + +generate_spacing_live_update( 'one_container_post_content_bottom', 'content_bottom', '.one-container.archive .post:not(:last-child):not(.is-loop-template-item),.one-container.blog .post:not(:last-child):not(.is-loop-template-item)', 'padding-bottom' ); + +/* Mobile content padding */ +generate_spacing_live_update( 'mobile_content_top', 'mobile_content_top', content_areas, 'padding-top', false, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_content_right', 'mobile_content_right', content_areas, 'padding-right', false, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_content_bottom', 'mobile_content_bottom', content_areas, 'padding-bottom', false, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_content_left', 'mobile_content_left', content_areas, 'padding-left', false, false, gp_spacing.mobile ); + +generate_spacing_live_update( 'content-margin-right', 'content_right', '.one-container.right-sidebar .site-main,.one-container.both-right .site-main', 'margin-right' ); +generate_spacing_live_update( 'content-margin-left', 'content_left', '.one-container.left-sidebar .site-main,.one-container.both-left .site-main', 'margin-left' ); +generate_spacing_live_update( 'content-margin-right-both', 'content_right', '.one-container.both-sidebars .site-main', 'margin-right' ); +generate_spacing_live_update( 'content-margin-left-both', 'content_left', '.one-container.both-sidebars .site-main', 'margin-left' ); + +/* Content element separator */ + +generate_spacing_live_update( 'content_element_separator_top', 'content_element_separator', '.post-image:not(:first-child), .page-content:not(:first-child), .entry-content:not(:first-child), .entry-summary:not(:first-child), footer.entry-meta', 'margin-top', false, false, false, 'em' ); +generate_spacing_live_update( 'content_element_separator_bottom', 'content_element_separator', '.post-image-above-header .inside-article div.featured-image, .post-image-above-header .inside-article div.post-image', 'margin-bottom', false, false, false, 'em' ); + +/** + * Featured image padding + */ +var featured_image_no_padding_x = '.post-image-below-header.post-image-aligned-center .no-featured-image-padding .post-image, \ + .post-image-below-header.post-image-aligned-center .no-featured-image-padding .featured-image'; + +generate_spacing_live_update( 'featured_image_padding_right', 'content_right', featured_image_no_padding_x, 'margin-right', true, false, gp_spacing.desktop ); +generate_spacing_live_update( 'featured_image_padding_left', 'content_left', featured_image_no_padding_x, 'margin-left', true, false, gp_spacing.desktop ); +generate_spacing_live_update( 'mobile_featured_image_padding_right', 'mobile_content_right', featured_image_no_padding_x, 'margin-right', true, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_featured_image_padding_left', 'mobile_content_left', featured_image_no_padding_x, 'margin-left', true, false, gp_spacing.mobile ); + +var featured_image_no_padding_y = '.post-image-above-header.post-image-aligned-center .no-featured-image-padding .post-image, \ + .post-image-above-header.post-image-aligned-center .no-featured-image-padding .featured-image'; + +generate_spacing_live_update( 'featured_image_padding_top', 'content_top', featured_image_no_padding_y, 'margin-top', true, false, gp_spacing.desktop ); +generate_spacing_live_update( 'featured_image_padding_right', 'content_right', featured_image_no_padding_y, 'margin-right', true, false, gp_spacing.desktop ); +generate_spacing_live_update( 'featured_image_padding_left', 'content_left', featured_image_no_padding_y, 'margin-left', true, false, gp_spacing.desktop ); +generate_spacing_live_update( 'mobile_featured_image_padding_top', 'mobile_content_top', featured_image_no_padding_y, 'margin-top', true, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_featured_image_padding_right', 'mobile_content_right', featured_image_no_padding_y, 'margin-right', true, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_featured_image_padding_left', 'mobile_content_left', featured_image_no_padding_y, 'margin-left', true, false, gp_spacing.mobile ); + +/** + * Main navigation spacing + */ +var menu_items = '.main-navigation .main-nav ul li a,\ + .main-navigation .menu-toggle,\ + .main-navigation .mobile-bar-items a,\ + .main-navigation .menu-bar-item > a'; + +// Menu item width +generate_spacing_live_update( 'menu_item_padding_left', 'menu_item', menu_items + ', .slideout-navigation button.slideout-exit', 'padding-left', false, false, gp_spacing.desktop ); +generate_spacing_live_update( 'menu_item_padding_right', 'menu_item', menu_items + ', .slideout-navigation button.slideout-exit', 'padding-right', false, false, gp_spacing.desktop ); + +// Tablet menu item width +//generate_spacing_live_update( 'tablet_menu_item_padding_left', 'tablet_menu_item', menu_items, 'padding-left', false, false, gp_spacing.tablet ); +//generate_spacing_live_update( 'tablet_menu_item_padding_right', 'tablet_menu_item', menu_items, 'padding-right', false, false, gp_spacing.tablet ); + +// Mobile menu item width +generate_spacing_live_update( 'mobile_menu_item_padding_left', 'mobile_menu_item', '.main-navigation .menu-toggle,.main-navigation .mobile-bar-items a, .main-navigation .menu-bar-item > a', 'padding-left', false, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_menu_item_padding_right', 'mobile_menu_item', '.main-navigation .menu-toggle,.main-navigation .mobile-bar-items a, .main-navigation .menu-bar-item > a', 'padding-right', false, false, gp_spacing.mobile ); + +// Menu item height +generate_spacing_live_update( 'menu_item_height', 'menu_item_height', menu_items, 'line-height', false, false, gp_spacing.desktop ); +generate_spacing_live_update( 'navigation_logo_height', 'menu_item_height', '.main-navigation .navigation-logo img, .main-navigation .site-logo img', 'height', false, false, gp_spacing.desktop ); +generate_spacing_live_update( 'nav_title_height', 'menu_item_height', '.navigation-branding .main-title', 'line-height', false, false, gp_spacing.desktop ); +generate_spacing_live_update( 'mobile_header_logo_height', 'menu_item_height', '.mobile-header-navigation .mobile-header-logo img', 'height', false, false, gp_spacing.desktop ); + +//generate_spacing_live_update( 'tablet_menu_item_height', 'tablet_menu_item_height', menu_items, 'line-height', false, false, gp_spacing.tablet ); +//generate_spacing_live_update( 'tablet_navigation_logo_height', 'tablet_menu_item_height', '.main-navigation .navigation-logo img', 'height', false, false, gp_spacing.tablet ); +//generate_spacing_live_update( 'tablet_mobile_header_logo_height', 'tablet_menu_item_height', '.mobile-header-navigation .mobile-header-logo img', 'height', false, false, gp_spacing.tablet ); + +generate_spacing_live_update( 'mobile_menu_item_height', 'mobile_menu_item_height', menu_items, 'line-height', false, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_navigation_logo_height', 'mobile_menu_item_height', '.main-navigation .site-logo.navigation-logo img, .main-navigation .site-logo img, .main-navigation .navigation-branding img', 'height', false, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_nav_title_height', 'menu_item_height', '.navigation-branding .main-title', 'line-height', false, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_mobile_header_logo_height', 'mobile_menu_item_height', '.mobile-header-navigation .site-logo.mobile-header-logo img', 'height', false, false, gp_spacing.mobile ); + +// Off canvas menu item height +wp.customize( 'generate_spacing_settings[off_canvas_menu_item_height]', function( value ) { + value.bind( function( newval ) { + + if ( '' == newval ) { + newval = wp.customize('generate_spacing_settings[menu_item_height]').get(); + } + + jQuery( 'head' ).append( '' ); + setTimeout(function() { + jQuery( 'style#off_canvas_menu_item_height' ).not( ':last' ).remove(); + }, 200 ); + + } ); +} ); + +/** + * Main sub-navigation spacing + */ +generate_spacing_live_update( 'sub_menu_item_height_top', 'sub_menu_item_height', '.main-navigation .main-nav ul ul li a', 'padding-top' ); +generate_spacing_live_update( 'sub_menu_item_height_right', 'menu_item', '.main-navigation .main-nav ul ul li a', 'padding-right', false, false, gp_spacing.desktop ); +//generate_spacing_live_update( 'tablet_sub_menu_item_height_right', 'tablet_menu_item', '.main-navigation .main-nav ul ul li a', 'padding-right', false, false, gp_spacing.tablet ); +generate_spacing_live_update( 'sub_menu_item_height_bottom', 'sub_menu_item_height', '.main-navigation .main-nav ul ul li a', 'padding-bottom' ); +generate_spacing_live_update( 'sub_menu_item_height_left', 'menu_item', '.main-navigation .main-nav ul ul li a', 'padding-left', false, false, gp_spacing.desktop ); +//generate_spacing_live_update( 'tablet_sub_menu_item_height_left', 'tablet_menu_item', '.main-navigation .main-nav ul ul li a', 'padding-left', false, false, gp_spacing.tablet ); +generate_spacing_live_update( 'sub_menu_item_offset', 'menu_item_height', '.main-navigation ul ul', 'top' ); + +/** + * Main navigation RTL arrow spacing + */ +generate_spacing_live_update( 'dropdown_menu_arrow', 'menu_item', '.menu-item-has-children .dropdown-menu-toggle', 'padding-right', false, false, gp_spacing.desktop ); +//generate_spacing_live_update( 'tablet_dropdown_menu_arrow', 'tablet_menu_item', '.menu-item-has-children .dropdown-menu-toggle', 'padding-right', false, false, gp_spacing.tablet ); + +/** + * Main sub-navigation arrow spacing + */ +generate_spacing_live_update( 'dropdown_submenu_arrow_top', 'sub_menu_item_height', '.menu-item-has-children ul .dropdown-menu-toggle', 'padding-top' ); +generate_spacing_live_update( 'dropdown_submenu_arrow_bottom', 'sub_menu_item_height', '.menu-item-has-children ul .dropdown-menu-toggle', 'padding-bottom' ); +generate_spacing_live_update( 'dropdown_submenu_arrow_margin', 'sub_menu_item_height', '.menu-item-has-children ul .dropdown-menu-toggle', 'margin-top', true ); + +/** + * Sub-Menu Width + */ +generate_spacing_live_update( 'sub_menu_width', 'sub_menu_width', '.main-navigation ul ul', 'width' ); + +/** + - * Sticky menu item height + - */ +wp.customize( 'generate_spacing_settings[sticky_menu_item_height]', function( value ) { + value.bind( function( newval ) { + + if ( '' == newval ) { + newval = wp.customize('generate_spacing_settings[menu_item_height]').get(); + } + + jQuery( 'head' ).append( '' ); + jQuery( 'head' ).append( '' ); + jQuery( 'head' ).append( '' ); + setTimeout(function() { + jQuery( 'style#sticky_menu_item_height' ).not( ':last' ).remove(); + jQuery( 'style#sticky_menu_item_logo_height' ).not( ':last' ).remove(); + jQuery( 'style#sticky_menu_item_height_transition' ).remove(); + }, 200 ); + + } ); +} ); + +// Disable the transition while we resize +wp.customize( 'generate_spacing_settings[menu_item_height]', function( value ) { + value.bind( function( newval ) { + + jQuery( 'head' ).append( '' ); + setTimeout(function() { + jQuery( 'style#menu_item_height_transition' ).remove(); + }, 200 ); + + } ); +} ); + +wp.customize( 'generate_spacing_settings[off_canvas_menu_item_height]', function( value ) { + value.bind( function( newval ) { + + jQuery( 'head' ).append( '' ); + setTimeout(function() { + jQuery( 'style#off_canvas_menu_item_height_transition' ).remove(); + }, 200 ); + + } ); +} ); + +/** + * Widget padding + */ +generate_spacing_live_update( 'widget_top', 'widget_top', '.widget-area .widget, .one-container .widget-area .widget', 'padding-top', false, false, gp_spacing.desktop ); +generate_spacing_live_update( 'widget_right', 'widget_right', '.widget-area .widget, .one-container .widget-area .widget', 'padding-right', false, false, gp_spacing.desktop ); +generate_spacing_live_update( 'widget_bottom', 'widget_bottom', '.widget-area .widget, .one-container .widget-area .widget', 'padding-bottom', false, false, gp_spacing.desktop ); +generate_spacing_live_update( 'widget_left', 'widget_left', '.widget-area .widget, .one-container .widget-area .widget', 'padding-left', false, false, gp_spacing.desktop ); + +generate_spacing_live_update( 'mobile_widget_top', 'mobile_widget_top', '.widget-area .widget', 'padding-top', false, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_widget_right', 'mobile_widget_right', '.widget-area .widget', 'padding-right', false, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_widget_bottom', 'mobile_widget_bottom', '.widget-area .widget', 'padding-bottom', false, false, gp_spacing.mobile ); +generate_spacing_live_update( 'mobile_widget_left', 'mobile_widget_left', '.widget-area .widget', 'padding-left', false, false, gp_spacing.mobile ); + + +if ( gp_spacing.isFlex ) { + /** + * Footer widget area + */ + generate_spacing_live_update( 'footer_widget_container_top', 'footer_widget_container_top', '.footer-widgets-container', 'padding-top', false, false, gp_spacing.desktop ); + generate_spacing_live_update( 'footer_widget_container_right', 'footer_widget_container_right', '.footer-widgets-container', 'padding-right', false, false, gp_spacing.desktop ); + generate_spacing_live_update( 'footer_widget_container_bottom', 'footer_widget_container_bottom', '.footer-widgets-container', 'padding-bottom', false, false, gp_spacing.desktop ); + generate_spacing_live_update( 'footer_widget_container_left', 'footer_widget_container_left', '.footer-widgets-container', 'padding-left', false, false, gp_spacing.desktop ); + + generate_spacing_live_update( 'mobile_footer_widget_container_top', 'mobile_footer_widget_container_top', '.footer-widgets-container', 'padding-top', false, false, gp_spacing.mobile ); + generate_spacing_live_update( 'mobile_footer_widget_container_right', 'mobile_footer_widget_container_right', '.footer-widgets-container', 'padding-right', false, false, gp_spacing.mobile ); + generate_spacing_live_update( 'mobile_footer_widget_container_bottom', 'mobile_footer_widget_container_bottom', '.footer-widgets-container', 'padding-bottom', false, false, gp_spacing.mobile ); + generate_spacing_live_update( 'mobile_footer_widget_container_left', 'mobile_footer_widget_container_left', '.footer-widgets-container', 'padding-left', false, false, gp_spacing.mobile ); + + /** + * Footer + */ + generate_spacing_live_update( 'footer_top', 'footer_top', '.inside-site-info', 'padding-top' ); + generate_spacing_live_update( 'footer_right', 'footer_right', '.inside-site-info', 'padding-right' ); + generate_spacing_live_update( 'footer_bottom', 'footer_bottom', '.inside-site-info', 'padding-bottom' ); + generate_spacing_live_update( 'footer_left', 'footer_left', '.inside-site-info', 'padding-left' ); +} else { + /** + * Footer widget area + */ + generate_spacing_live_update( 'footer_widget_container_top', 'footer_widget_container_top', '.footer-widgets', 'padding-top', false, false, gp_spacing.desktop ); + generate_spacing_live_update( 'footer_widget_container_right', 'footer_widget_container_right', '.footer-widgets', 'padding-right', false, false, gp_spacing.desktop ); + generate_spacing_live_update( 'footer_widget_container_bottom', 'footer_widget_container_bottom', '.footer-widgets', 'padding-bottom', false, false, gp_spacing.desktop ); + generate_spacing_live_update( 'footer_widget_container_left', 'footer_widget_container_left', '.footer-widgets', 'padding-left', false, false, gp_spacing.desktop ); + + generate_spacing_live_update( 'mobile_footer_widget_container_top', 'mobile_footer_widget_container_top', '.footer-widgets', 'padding-top', false, false, gp_spacing.mobile ); + generate_spacing_live_update( 'mobile_footer_widget_container_right', 'mobile_footer_widget_container_right', '.footer-widgets', 'padding-right', false, false, gp_spacing.mobile ); + generate_spacing_live_update( 'mobile_footer_widget_container_bottom', 'mobile_footer_widget_container_bottom', '.footer-widgets', 'padding-bottom', false, false, gp_spacing.mobile ); + generate_spacing_live_update( 'mobile_footer_widget_container_left', 'mobile_footer_widget_container_left', '.footer-widgets', 'padding-left', false, false, gp_spacing.mobile ); + + /** + * Footer + */ + generate_spacing_live_update( 'footer_top', 'footer_top', '.site-info', 'padding-top' ); + generate_spacing_live_update( 'footer_right', 'footer_right', '.site-info', 'padding-right' ); + generate_spacing_live_update( 'footer_bottom', 'footer_bottom', '.site-info', 'padding-bottom' ); + generate_spacing_live_update( 'footer_left', 'footer_left', '.site-info', 'padding-left' ); +} + + +/** + * Separator + */ + +/* Masonry */ +if ( jQuery( 'body' ).hasClass( 'masonry-enabled' ) ) { + generate_spacing_live_update( 'masonry_separator', 'separator', '.masonry-post .inside-article', 'margin-left' ); + generate_spacing_live_update( 'masonry_separator_bottom', 'separator', '.masonry-container > article', 'margin-bottom' ); + generate_spacing_live_update( 'masonry_separator_container', 'separator', '.masonry-container', 'margin-left', 'negative' ); + generate_spacing_live_update( 'masonry_separator_page_header_left', 'separator', '.masonry-enabled .page-header', 'margin-left' ); + generate_spacing_live_update( 'masonry_separator_page_header_bottom', 'separator', '.masonry-enabled .page-header', 'margin-bottom' ); + generate_spacing_live_update( 'masonry_separator_load_more', 'separator', '.separate-containers .site-main > .masonry-load-more', 'margin-bottom' ); +} + +/* Columns */ +if ( jQuery( 'body' ).hasClass( 'generate-columns-activated' ) ) { + generate_spacing_live_update( 'columns_bottom', 'separator', '.generate-columns', 'margin-bottom' ); + generate_spacing_live_update( 'columns_left', 'separator', '.generate-columns', 'padding-left' ); + generate_spacing_live_update( 'columns_container', 'separator', '.generate-columns-container', 'margin-left', 'negative' ); + generate_spacing_live_update( 'columns_page_header_bottom', 'separator', '.generate-columns-container .page-header', 'margin-bottom' ); + generate_spacing_live_update( 'columns_page_header_left', 'separator', '.generate-columns-container .page-header', 'margin-left' ); + generate_spacing_live_update( 'columns_pagination', 'separator', '.separate-containers .generate-columns-container > .paging-navigation', 'margin-left' ); +} + +/* Right sidebar */ +if ( jQuery( 'body' ).hasClass( 'right-sidebar' ) ) { + generate_spacing_live_update( 'right_sidebar_sepatator_top', 'separator', '.right-sidebar.separate-containers .site-main', 'margin-top' ); + generate_spacing_live_update( 'right_sidebar_sepatator_right', 'separator', '.right-sidebar.separate-containers .site-main', 'margin-right' ); + generate_spacing_live_update( 'right_sidebar_sepatator_bottom', 'separator', '.right-sidebar.separate-containers .site-main', 'margin-bottom' ); +} + +/* Left sidebar */ +if ( jQuery( 'body' ).hasClass( 'left-sidebar' ) ) { + generate_spacing_live_update( 'left_sidebar_sepatator_top', 'separator', '.left-sidebar.separate-containers .site-main', 'margin-top' ); + generate_spacing_live_update( 'left_sidebar_sepatator_left', 'separator', '.left-sidebar.separate-containers .site-main', 'margin-left' ); + generate_spacing_live_update( 'left_sidebar_sepatator_bottom', 'separator', '.left-sidebar.separate-containers .site-main', 'margin-bottom' ); +} + +/* Both sidebars */ +if ( jQuery( 'body' ).hasClass( 'both-sidebars' ) ) { + generate_spacing_live_update( 'both_sidebars_sepatator', 'separator', '.both-sidebars.separate-containers .site-main', 'margin' ); +} + +/* Both sidebars right */ +if ( jQuery( 'body' ).hasClass( 'both-right' ) ) { + generate_spacing_live_update( 'both_right_sidebar_sepatator_top', 'separator', '.both-right.separate-containers .site-main', 'margin-top' ); + generate_spacing_live_update( 'both_right_sidebar_sepatator_right', 'separator', '.both-right.separate-containers .site-main', 'margin-right' ); + generate_spacing_live_update( 'both_right_sidebar_sepatator_bottom', 'separator', '.both-right.separate-containers .site-main', 'margin-bottom' ); + + if ( gp_spacing.isFlex ) { + generate_spacing_live_update( 'both_right_left_sidebar', 'separator', '.both-right .inside-left-sidebar', 'margin-right', false, true ); + generate_spacing_live_update( 'both_right_right_sidebar', 'separator', '.both-right .inside-right-sidebar', 'margin-left', false, true ); + } else { + generate_spacing_live_update( 'both_right_left_sidebar', 'separator', '.both-right.separate-containers .inside-left-sidebar', 'margin-right', false, true ); + generate_spacing_live_update( 'both_right_right_sidebar', 'separator', '.both-right.separate-containers .inside-right-sidebar', 'margin-left', false, true ); + } +} + +/* Both sidebars left */ +if ( jQuery( 'body' ).hasClass( 'both-left' ) ) { + generate_spacing_live_update( 'both_left_sidebar_sepatator_top', 'separator', '.both-left.separate-containers .site-main', 'margin-top' ); + generate_spacing_live_update( 'both_left_sidebar_sepatator_right', 'separator', '.both-left.separate-containers .site-main', 'margin-bottom' ); + generate_spacing_live_update( 'both_left_sidebar_sepatator_bottom', 'separator', '.both-left.separate-containers .site-main', 'margin-left' ); + + if ( gp_spacing.isFlex ) { + generate_spacing_live_update( 'both_left_left_sidebar', 'separator', '.both-left .inside-left-sidebar', 'margin-right', false, true ); + generate_spacing_live_update( 'both_left_right_sidebar', 'separator', '.both-left .inside-right-sidebar', 'margin-left', false, true ); + } else { + generate_spacing_live_update( 'both_left_left_sidebar', 'separator', '.both-left.separate-containers .inside-left-sidebar', 'margin-right', false, true ); + generate_spacing_live_update( 'both_left_right_sidebar', 'separator', '.both-left.separate-containers .inside-right-sidebar', 'margin-left', false, true ); + } +} + +/* Main element margin */ +generate_spacing_live_update( 'site_main_separator_top', 'separator', '.separate-containers .site-main', 'margin-top' ); +generate_spacing_live_update( 'site_main_separator_bottom', 'separator', '.separate-containers .site-main', 'margin-bottom' ); + +/* Page header element */ +if ( gp_spacing.isFlex ) { + generate_spacing_live_update( 'page_header_separator_top', 'separator', '.separate-containers .featured-image', 'margin-top' ); +} else { + generate_spacing_live_update( 'page_header_separator_top', 'separator', + '.separate-containers .page-header-image, \ + .separate-containers .page-header-contained, \ + .separate-containers .page-header-image-single, \ + .separate-containers .page-header-content-single', 'margin-top' ); +} + +/* Top and bottom sidebar margin */ +generate_spacing_live_update( 'right_sidebar_separator_top', 'separator', '.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar', 'margin-top' ); +generate_spacing_live_update( 'right_sidebar_separator_bottom', 'separator', '.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar', 'margin-bottom' ); + +/* Element separators */ +if ( gp_spacing.isFlex ) { + generate_spacing_live_update( 'content_separator', 'separator', + '.sidebar .widget, \ + .site-main > *, \ + .page-header, \ + .widget-area .main-navigation', 'margin-bottom' ); +} else { + generate_spacing_live_update( 'content_separator', 'separator', + '.separate-containers .widget, \ + .separate-containers .site-main > *, \ + .separate-containers .page-header, \ + .widget-area .main-navigation', 'margin-bottom' ); +} + +/** + * Right sidebar width + */ +wp.customize( 'generate_spacing_settings[right_sidebar_width]', function( value ) { + value.bind( function( newval ) { + var body = jQuery( 'body' ); + + if ( jQuery( '#right-sidebar' ).length ) { + if ( gp_spacing.isFlex ) { + var contentWidth = 100, + leftSidebar = jQuery( '#left-sidebar' ).length ? wp.customize.value('generate_spacing_settings[left_sidebar_width]')() : 0; + + if ( body.hasClass( 'right-sidebar' ) ) { + contentWidth = ( Number( contentWidth ) - Number( newval ) ); + } else if ( ! body.hasClass( 'left-sidebar' ) && ! body.hasClass( 'no-sidebar' ) ) { + var totalSidebarWidth = ( Number( leftSidebar ) + Number( newval ) ); + + contentWidth = ( Number( contentWidth ) - Number( totalSidebarWidth ) ); + } + + jQuery( 'head' ).append( '' ); + + setTimeout(function() { + jQuery( 'style#right_sidebar_width' ).not( ':last' ).remove(); + }, 200 ); + } else { + // Left sidebar width + var left_sidebar = ( jQuery( '#left-sidebar' ).length ) ? wp.customize.value('generate_spacing_settings[left_sidebar_width]')() : 0; + + // Right sidebar class + jQuery( "#right-sidebar" ).removeClass(function (index, css) { + return (css.match (/(^|\s)grid-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-grid-\S+/g) || []).join(' '); + }).addClass( 'grid-' + newval ).addClass( 'tablet-grid-' + newval ).addClass( 'grid-parent' ); + + // Content area class + jQuery( ".content-area" ).removeClass(function (index, css) { + return (css.match (/(^|\s)grid-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-grid-\S+/g) || []).join(' '); + }).addClass( 'grid-' + ( 100 - newval - left_sidebar ) ).addClass( 'tablet-grid-' + ( 100 - newval - left_sidebar ) ).addClass( 'grid-parent' ); + + if ( body.hasClass( 'both-sidebars' ) ) { + var content_width = ( 100 - newval - left_sidebar ); + jQuery( '#left-sidebar' ).removeClass(function (index, css) { + return (css.match (/(^|\s)pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)push-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-push-\S+/g) || []).join(' '); + }).addClass( 'pull-' + ( content_width ) ).addClass( 'tablet-pull-' + ( content_width ) ); + } + + if ( body.hasClass( 'both-left' ) ) { + var total_sidebar_width = ( parseInt( left_sidebar ) + parseInt( newval ) ); + + jQuery( '#right-sidebar' ).removeClass(function (index, css) { + return (css.match (/(^|\s)pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-pull-\S+/g) || []).join(' '); + }).addClass( 'pull-' + ( 100 - total_sidebar_width ) ).addClass( 'tablet-pull-' + ( 100 - total_sidebar_width ) ); + + jQuery( '#left-sidebar' ).removeClass(function (index, css) { + return (css.match (/(^|\s)pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-pull-\S+/g) || []).join(' '); + }).addClass( 'pull-' + ( 100 - total_sidebar_width ) ).addClass( 'tablet-pull-' + ( 100 - total_sidebar_width ) ); + + jQuery( '.content-area' ).removeClass(function (index, css) { + return (css.match (/(^|\s)pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)push-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-push-\S+/g) || []).join(' '); + }).addClass( 'push-' + ( total_sidebar_width ) ).addClass( 'tablet-push-' + ( total_sidebar_width ) ); + } + } + jQuery('body').trigger('generate_spacing_updated'); + } + } ); +} ); + +/** + * Left sidebar width + */ +wp.customize( 'generate_spacing_settings[left_sidebar_width]', function( value ) { + value.bind( function( newval ) { + var body = jQuery( 'body' ); + if ( jQuery( '#left-sidebar' ).length ) { + if ( gp_spacing.isFlex ) { + var contentWidth = 100, + rightSidebar = jQuery( '#right-sidebar' ).length ? wp.customize.value('generate_spacing_settings[right_sidebar_width]')() : 0; + + if ( body.hasClass( 'left-sidebar' ) ) { + contentWidth = ( Number( contentWidth ) - Number( newval ) ); + } else if ( ! body.hasClass( 'right-sidebar' ) && ! body.hasClass( 'no-sidebar' ) ) { + var totalSidebarWidth = ( Number( rightSidebar ) + Number( newval ) ); + + contentWidth = ( Number( contentWidth ) - Number( totalSidebarWidth ) ); + } + + jQuery( 'head' ).append( '' ); + + setTimeout(function() { + jQuery( 'style#left_sidebar_width' ).not( ':last' ).remove(); + }, 200 ); + } else { + // Right sidebar width + var right_sidebar = ( jQuery( '#right-sidebar' ).length ) ? wp.customize.value('generate_spacing_settings[right_sidebar_width]')() : 0; + + // Right sidebar class + jQuery( "#left-sidebar" ).removeClass(function (index, css) { + return (css.match (/(^|\s)grid-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-grid-\S+/g) || []).join(' '); + }).addClass( 'grid-' + newval ).addClass( 'tablet-grid-' + newval ).addClass( 'grid-parent' ); + + // Content area class + jQuery( ".content-area" ).removeClass(function (index, css) { + return (css.match (/(^|\s)grid-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-grid-\S+/g) || []).join(' '); + }).addClass( 'grid-' + ( 100 - newval - right_sidebar ) ).addClass( 'tablet-grid-' + ( 100 - newval - right_sidebar ) ).addClass( 'grid-parent' ); + + if ( body.hasClass( 'left-sidebar' ) ) { + jQuery( '#left-sidebar' ).removeClass(function (index, css) { + return (css.match (/(^|\s)pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)push-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-push-\S+/g) || []).join(' '); + }).addClass( 'pull-' + ( 100 - newval ) ).addClass( 'tablet-pull-' + ( 100 - newval ) ); + + jQuery( '.content-area' ).removeClass(function (index, css) { + return (css.match (/(^|\s)pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)push-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-push-\S+/g) || []).join(' '); + }).addClass( 'push-' + newval ).addClass( 'tablet-push-' + newval ).addClass( 'grid-' + ( 100 - newval ) ).addClass( 'tablet-grid-' + ( 100 - newval ) ); + } + + if ( body.hasClass( 'both-sidebars' ) ) { + var content_width = ( 100 - newval - right_sidebar ); + jQuery( '#left-sidebar' ).removeClass(function (index, css) { + return (css.match (/(^|\s)pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)push-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-push-\S+/g) || []).join(' '); + }).addClass( 'pull-' + ( content_width ) ).addClass( 'tablet-pull-' + ( content_width ) ); + + jQuery( '.content-area' ).removeClass(function (index, css) { + return (css.match (/(^|\s)pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)push-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-push-\S+/g) || []).join(' '); + }).addClass( 'push-' + ( newval ) ).addClass( 'tablet-push-' + ( newval ) ); + } + + if ( body.hasClass( 'both-left' ) ) { + var content_width = ( 100 - newval - right_sidebar ); + var total_sidebar_width = ( parseInt( right_sidebar ) + parseInt( newval ) ); + + jQuery( '#right-sidebar' ).removeClass(function (index, css) { + return (css.match (/(^|\s)pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-pull-\S+/g) || []).join(' '); + }).addClass( 'pull-' + ( 100 - total_sidebar_width ) ).addClass( 'tablet-pull-' + ( 100 - total_sidebar_width ) ); + + jQuery( '#left-sidebar' ).removeClass(function (index, css) { + return (css.match (/(^|\s)pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-pull-\S+/g) || []).join(' '); + }).addClass( 'pull-' + ( 100 - total_sidebar_width ) ).addClass( 'tablet-pull-' + ( 100 - total_sidebar_width ) ); + + jQuery( '.content-area' ).removeClass(function (index, css) { + return (css.match (/(^|\s)pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-pull-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)push-\S+/g) || []).join(' '); + }).removeClass(function (index, css) { + return (css.match (/(^|\s)tablet-push-\S+/g) || []).join(' '); + }).addClass( 'push-' + ( total_sidebar_width ) ).addClass( 'tablet-push-' + ( total_sidebar_width ) ); + } + } + jQuery('body').trigger('generate_spacing_updated'); + } + } ); +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/navigation-spacing.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/navigation-spacing.php new file mode 100644 index 00000000..09884e67 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/navigation-spacing.php @@ -0,0 +1,281 @@ +add_section( + 'generate_spacing_navigation', + array( + 'title' => __( 'Primary Navigation', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 15, + 'panel' => 'generate_spacing_panel', + ) +); + +// If our new Layout section doesn't exist, use the old navigation section. +$navigation_section = ( $wp_customize->get_panel( 'generate_layout_panel' ) ) ? 'generate_layout_navigation' : 'generate_spacing_navigation'; + +// Menu item width. +$wp_customize->add_setting( + 'generate_spacing_settings[menu_item]', + array( + 'default' => $defaults['menu_item'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_menu_item]', + array( + 'default' => $defaults['mobile_menu_item'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) +); + +$wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_spacing_settings[menu_item]', + array( + 'label' => __( 'Menu Item Width', 'gp-premium' ), + 'section' => $navigation_section, + 'settings' => array( + 'desktop' => 'generate_spacing_settings[menu_item]', + 'mobile' => 'generate_spacing_settings[mobile_menu_item]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + 'mobile' => array( + 'min' => 0, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + 'priority' => 220, + ) + ) +); + +// Menu item height. +$wp_customize->add_setting( + 'generate_spacing_settings[menu_item_height]', + array( + 'default' => $defaults['menu_item_height'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_menu_item_height]', + array( + 'default' => $defaults['mobile_menu_item_height'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) +); + +$wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_spacing_settings[menu_item_height]', + array( + 'label' => __( 'Menu Item Height', 'gp-premium' ), + 'section' => $navigation_section, + 'settings' => array( + 'desktop' => 'generate_spacing_settings[menu_item_height]', + 'mobile' => 'generate_spacing_settings[mobile_menu_item_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 20, + 'max' => 150, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + 'mobile' => array( + 'min' => 20, + 'max' => 150, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + 'priority' => 240, + ) + ) +); + +// Sub-menu item height. +$wp_customize->add_setting( + 'generate_spacing_settings[sub_menu_item_height]', + array( + 'default' => $defaults['sub_menu_item_height'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +$wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_spacing_settings[sub_menu_item_height]', + array( + 'label' => __( 'Sub-Menu Item Height', 'gp-premium' ), + 'section' => $navigation_section, + 'settings' => array( + 'desktop' => 'generate_spacing_settings[sub_menu_item_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 50, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + 'priority' => 260, + ) + ) +); + +if ( isset( $defaults['sub_menu_width'] ) ) { + $wp_customize->add_setting( + 'generate_spacing_settings[sub_menu_width]', + array( + 'default' => $defaults['sub_menu_width'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_spacing_settings[sub_menu_width]', + array( + 'label' => __( 'Sub-Menu Width', 'gp-premium' ), + 'section' => $navigation_section, + 'settings' => array( + 'desktop' => 'generate_spacing_settings[sub_menu_width]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 100, + 'max' => 500, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + 'priority' => 265, + ) + ) + ); +} + +// Sticky menu height. +$wp_customize->add_setting( + 'generate_spacing_settings[sticky_menu_item_height]', + array( + 'default' => $defaults['sticky_menu_item_height'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) +); + +$wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_spacing_settings[sticky_menu_item_height]', + array( + 'label' => __( 'Menu Item Height', 'gp-premium' ), + 'section' => 'menu_plus_sticky_menu', + 'settings' => array( + 'desktop' => 'generate_spacing_settings[sticky_menu_item_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 20, + 'max' => 150, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + 'priority' => 150, + 'active_callback' => 'generate_sticky_navigation_activated', + ) + ) +); + +// Off canvas menu height. +$wp_customize->add_setting( + 'generate_spacing_settings[off_canvas_menu_item_height]', + array( + 'default' => $defaults['off_canvas_menu_item_height'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) +); + +$wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_spacing_settings[off_canvas_menu_item_height]', + array( + 'label' => __( 'Menu Item Height', 'gp-premium' ), + 'section' => 'menu_plus_slideout_menu', + 'settings' => array( + 'desktop' => 'generate_spacing_settings[off_canvas_menu_item_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 20, + 'max' => 150, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + 'priority' => 200, + 'active_callback' => 'generate_slideout_navigation_activated', + ) + ) +); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/secondary-nav-spacing.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/secondary-nav-spacing.php new file mode 100644 index 00000000..dd565a57 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/secondary-nav-spacing.php @@ -0,0 +1,159 @@ +get_section( 'secondary_nav_section' ) ) { + return; + } + + // Get our controls. + require_once GP_LIBRARY_DIRECTORY . 'customizer-helpers.php'; + + // Get our defaults. + $defaults = generate_secondary_nav_get_defaults(); + + // Remove our old label control if it exists. + // It only would if the user is using an old Secondary Nav add-on version. + if ( $wp_customize->get_control( 'generate_secondary_navigation_spacing_title' ) ) { + $wp_customize->remove_control( 'generate_secondary_navigation_spacing_title' ); + } + + // Menu item width. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[secondary_menu_item]', + array( + 'default' => $defaults['secondary_menu_item'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_secondary_nav_settings[secondary_menu_item]', + array( + 'label' => __( 'Menu Item Width', 'gp-premium' ), + 'section' => 'secondary_nav_section', + 'settings' => array( + 'desktop' => 'generate_secondary_nav_settings[secondary_menu_item]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + 'priority' => 220, + ) + ) + ); + + // Menu item height. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[secondary_menu_item_height]', + array( + 'default' => $defaults['secondary_menu_item_height'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_secondary_nav_settings[secondary_menu_item_height]', + array( + 'label' => __( 'Menu Item Height', 'gp-premium' ), + 'section' => 'secondary_nav_section', + 'settings' => array( + 'desktop' => 'generate_secondary_nav_settings[secondary_menu_item_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 20, + 'max' => 150, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + 'priority' => 240, + ) + ) + ); + + // Sub-menu height. + $wp_customize->add_setting( + 'generate_secondary_nav_settings[secondary_sub_menu_item_height]', + array( + 'default' => $defaults['secondary_sub_menu_item_height'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_secondary_nav_settings[secondary_sub_menu_item_height]', + array( + 'label' => __( 'Sub-Menu Item Height', 'gp-premium' ), + 'section' => 'secondary_nav_section', + 'settings' => array( + 'desktop' => 'generate_secondary_nav_settings[secondary_sub_menu_item_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 50, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + 'priority' => 260, + ) + ) + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/sidebar-spacing.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/sidebar-spacing.php new file mode 100644 index 00000000..b8c3b0c7 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/sidebar-spacing.php @@ -0,0 +1,211 @@ +add_section( + 'generate_spacing_sidebar', + array( + 'title' => __( 'Sidebars', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 15, + 'panel' => 'generate_spacing_panel', + ) +); + +// Add our controls to the Layout panel if it exists. +// If not, use the old section. +$widget_section = ( $wp_customize->get_panel( 'generate_layout_panel' ) ) ? 'generate_layout_sidebars' : 'generate_spacing_sidebar'; + +// Widget padding top. +$wp_customize->add_setting( + 'generate_spacing_settings[widget_top]', + array( + 'default' => $defaults['widget_top'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Widget padding right. +$wp_customize->add_setting( + 'generate_spacing_settings[widget_right]', + array( + 'default' => $defaults['widget_right'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Widget padding bottom. +$wp_customize->add_setting( + 'generate_spacing_settings[widget_bottom]', + array( + 'default' => $defaults['widget_bottom'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Widget padding left. +$wp_customize->add_setting( + 'generate_spacing_settings[widget_left]', + array( + 'default' => $defaults['widget_left'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Widget padding top. +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_widget_top]', + array( + 'default' => $defaults['mobile_widget_top'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Widget padding right. +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_widget_right]', + array( + 'default' => $defaults['mobile_widget_right'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Widget padding bottom. +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_widget_bottom]', + array( + 'default' => $defaults['mobile_widget_bottom'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Widget padding left. +$wp_customize->add_setting( + 'generate_spacing_settings[mobile_widget_left]', + array( + 'default' => $defaults['mobile_widget_left'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +// Make use of the widget padding settings. +$wp_customize->add_control( + new GeneratePress_Spacing_Control( + $wp_customize, + 'widget_spacing', + array( + 'type' => 'generatepress-spacing', + 'label' => esc_html__( 'Widget Padding', 'gp-premium' ), + 'section' => $widget_section, + 'settings' => array( + 'desktop_top' => 'generate_spacing_settings[widget_top]', + 'desktop_right' => 'generate_spacing_settings[widget_right]', + 'desktop_bottom' => 'generate_spacing_settings[widget_bottom]', + 'desktop_left' => 'generate_spacing_settings[widget_left]', + 'mobile_top' => 'generate_spacing_settings[mobile_widget_top]', + 'mobile_right' => 'generate_spacing_settings[mobile_widget_right]', + 'mobile_bottom' => 'generate_spacing_settings[mobile_widget_bottom]', + 'mobile_left' => 'generate_spacing_settings[mobile_widget_left]', + ), + 'element' => 'widget', + 'priority' => 99, + ) + ) +); + +// Left sidebar width. +$wp_customize->add_setting( + 'generate_spacing_settings[left_sidebar_width]', + array( + 'default' => $defaults['left_sidebar_width'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +$wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_spacing_settings[left_sidebar_width]', + array( + 'label' => esc_html__( 'Left Sidebar Width', 'gp-premium' ), + 'section' => $widget_section, + 'settings' => array( + 'desktop' => 'generate_spacing_settings[left_sidebar_width]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 15, + 'max' => 50, + 'step' => 5, + 'edit' => false, + 'unit' => '%', + ), + ), + 'priority' => 125, + ) + ) +); + +// Right sidebar width. +$wp_customize->add_setting( + 'generate_spacing_settings[right_sidebar_width]', + array( + 'default' => $defaults['right_sidebar_width'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) +); + +$wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_spacing_settings[right_sidebar_width]', + array( + 'label' => esc_html__( 'Right Sidebar Width', 'gp-premium' ), + 'section' => $widget_section, + 'settings' => array( + 'desktop' => 'generate_spacing_settings[right_sidebar_width]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 15, + 'max' => 50, + 'step' => 5, + 'edit' => false, + 'unit' => '%', + ), + ), + 'priority' => 125, + ) + ) +); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/top-bar-spacing.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/top-bar-spacing.php new file mode 100644 index 00000000..ecc0f085 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/top-bar-spacing.php @@ -0,0 +1,73 @@ +add_setting( + 'generate_spacing_settings[top_bar_top]', + array( + 'default' => $defaults['top_bar_top'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_spacing_settings[top_bar_right]', + array( + 'default' => $defaults['top_bar_right'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_spacing_settings[top_bar_bottom]', + array( + 'default' => $defaults['top_bar_bottom'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_spacing_settings[top_bar_left]', + array( + 'default' => $defaults['top_bar_left'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Spacing_Control( + $wp_customize, + 'top_bar_spacing', + array( + 'type' => 'generatepress-spacing', + 'label' => esc_html__( 'Top Bar Padding', 'gp-premium' ), + 'section' => 'generate_top_bar', + 'settings' => array( + 'desktop_top' => 'generate_spacing_settings[top_bar_top]', + 'desktop_right' => 'generate_spacing_settings[top_bar_right]', + 'desktop_bottom' => 'generate_spacing_settings[top_bar_bottom]', + 'desktop_left' => 'generate_spacing_settings[top_bar_left]', + ), + 'element' => 'top_bar', + 'priority' => 99, + 'active_callback' => 'generate_premium_is_top_bar_active', + ) + ) + ); +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/functions.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/functions.php new file mode 100644 index 00000000..a428989c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/functions.php @@ -0,0 +1,362 @@ +register_control_type( 'GeneratePress_Pro_Range_Slider_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Spacing_Control' ); + } + + // Add our Spacing panel. + // This is only used if the Layout panel in the free theme doesn't exist. + if ( class_exists( 'WP_Customize_Panel' ) ) { + if ( ! $wp_customize->get_panel( 'generate_spacing_panel' ) ) { + $wp_customize->add_panel( + 'generate_spacing_panel', + array( + 'capability' => 'edit_theme_options', + 'theme_supports' => '', + 'title' => __( 'Spacing', 'gp-premium' ), + 'description' => __( 'Change the spacing for various elements using pixels.', 'gp-premium' ), + 'priority' => 35, + ) + ); + } + } + + require_once plugin_dir_path( __FILE__ ) . 'customizer/top-bar-spacing.php'; + require_once plugin_dir_path( __FILE__ ) . 'customizer/header-spacing.php'; + require_once plugin_dir_path( __FILE__ ) . 'customizer/content-spacing.php'; + require_once plugin_dir_path( __FILE__ ) . 'customizer/sidebar-spacing.php'; + require_once plugin_dir_path( __FILE__ ) . 'customizer/navigation-spacing.php'; + require_once plugin_dir_path( __FILE__ ) . 'customizer/footer-spacing.php'; + + } +} + +if ( ! function_exists( 'generate_right_sidebar_width' ) ) { + add_filter( 'generate_right_sidebar_width', 'generate_right_sidebar_width' ); + /** + * Set our right sidebar width. + * + * @param int $width The sidebar width. + */ + function generate_right_sidebar_width( $width ) { + // Bail if we don't have our defaults. + if ( ! function_exists( 'generate_spacing_get_defaults' ) ) { + return $width; + } + + $spacing_settings = wp_parse_args( + get_option( 'generate_spacing_settings', array() ), + generate_spacing_get_defaults() + ); + + return absint( $spacing_settings['right_sidebar_width'] ); + } +} + +if ( ! function_exists( 'generate_left_sidebar_width' ) ) { + add_filter( 'generate_left_sidebar_width', 'generate_left_sidebar_width' ); + /** + * Set our left sidebar width. + * + * @param int $width The sidebar width. + */ + function generate_left_sidebar_width( $width ) { + // Bail if we don't have our defaults. + if ( ! function_exists( 'generate_spacing_get_defaults' ) ) { + return $width; + } + + $spacing_settings = wp_parse_args( + get_option( 'generate_spacing_settings', array() ), + generate_spacing_get_defaults() + ); + + return absint( $spacing_settings['left_sidebar_width'] ); + } +} + +if ( ! function_exists( 'generate_spacing_customizer_live_preview' ) ) { + add_action( 'customize_preview_init', 'generate_spacing_customizer_live_preview' ); + /** + * Add our live preview JS + */ + function generate_spacing_customizer_live_preview() { + wp_enqueue_script( + 'generate-spacing-customizer', + trailingslashit( plugin_dir_url( __FILE__ ) ) . 'customizer/js/customizer.js', + array( 'jquery', 'customize-preview' ), + GENERATE_SPACING_VERSION, + true + ); + + wp_localize_script( + 'generate-spacing-customizer', + 'gp_spacing', + array( + 'mobile' => generate_premium_get_media_query( 'mobile' ), + 'tablet' => generate_premium_get_media_query( 'tablet' ), + 'desktop' => generate_premium_get_media_query( 'desktop' ), + 'isFlex' => function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox(), + ) + ); + } +} + +if ( ! function_exists( 'generate_include_spacing_defaults' ) ) { + /** + * Check if we should include our default.css file. + * + * @since 1.3.42 + */ + function generate_include_spacing_defaults() { + return true; + } +} + +if ( ! function_exists( 'generate_spacing_premium_defaults' ) ) { + add_filter( 'generate_spacing_option_defaults', 'generate_spacing_premium_defaults' ); + /** + * Add premium spacing defaults. + * + * @since 1.3 + * @param array $defaults The existing defaults. + */ + function generate_spacing_premium_defaults( $defaults ) { + $defaults['mobile_menu_item'] = ''; + $defaults['mobile_menu_item_height'] = ''; + $defaults['sticky_menu_item_height'] = ''; + $defaults['off_canvas_menu_item_height'] = ''; + $defaults['content_element_separator'] = '2'; // em. + + // These defaults were added to GeneratePress (free) in 3.0.0. + if ( defined( 'GENERATE_VERSION' ) && version_compare( GENERATE_VERSION, '3.0.0-alpha.1', '<' ) ) { + $defaults['mobile_header_top'] = ''; + $defaults['mobile_header_right'] = ''; + $defaults['mobile_header_bottom'] = ''; + $defaults['mobile_header_left'] = ''; + + $defaults['mobile_widget_top'] = ''; + $defaults['mobile_widget_right'] = ''; + $defaults['mobile_widget_bottom'] = ''; + $defaults['mobile_widget_left'] = ''; + + $defaults['mobile_footer_widget_container_top'] = ''; + $defaults['mobile_footer_widget_container_right'] = ''; + $defaults['mobile_footer_widget_container_bottom'] = ''; + $defaults['mobile_footer_widget_container_left'] = ''; + } + + return $defaults; + } +} + +/** + * Build our premium CSS. + */ +function generate_spacing_do_premium_css() { + // Bail if we don't have our defaults. + if ( ! function_exists( 'generate_spacing_get_defaults' ) ) { + return; + } + + $spacing_settings = wp_parse_args( + get_option( 'generate_spacing_settings', array() ), + generate_spacing_get_defaults() + ); + + require_once GP_LIBRARY_DIRECTORY . 'class-make-css.php'; + $premium_css = new GeneratePress_Pro_CSS(); + $css_output = ''; + + // Mobile spacing. + $premium_css->start_media_query( generate_premium_get_media_query( 'mobile-menu' ) ); + + if ( '' !== $spacing_settings['mobile_menu_item'] ) { + $premium_css->set_selector( '.main-navigation .menu-toggle,.main-navigation .mobile-bar-items a,.main-navigation .menu-bar-item > a' ); + $premium_css->add_property( 'padding-left', absint( $spacing_settings['mobile_menu_item'] ), false, 'px' ); + $premium_css->add_property( 'padding-right', absint( $spacing_settings['mobile_menu_item'] ), false, 'px' ); + } + + if ( '' !== $spacing_settings['mobile_menu_item_height'] ) { + $premium_css->set_selector( '.main-navigation .main-nav ul li a,.main-navigation .menu-toggle,.main-navigation .mobile-bar-items a,.main-navigation .menu-bar-item > a' ); + $premium_css->add_property( 'line-height', absint( $spacing_settings['mobile_menu_item_height'] ), false, 'px' ); + + $premium_css->set_selector( '.main-navigation .site-logo.navigation-logo img, .mobile-header-navigation .site-logo.mobile-header-logo img, .navigation-search input[type="search"]' ); + $premium_css->add_property( 'height', absint( $spacing_settings['mobile_menu_item_height'] ), false, 'px' ); + } + + $premium_css->stop_media_query(); + + // This CSS was added to GeneratePress (free) in 3.0.0. + if ( defined( 'GENERATE_VERSION' ) && version_compare( GENERATE_VERSION, '3.0.0-alpha.1', '<' ) ) { + $premium_css->start_media_query( generate_premium_get_media_query( 'mobile' ) ); + + $premium_css->set_selector( '.inside-header' ); + + if ( '' !== $spacing_settings['mobile_header_top'] ) { + $premium_css->add_property( 'padding-top', absint( $spacing_settings['mobile_header_top'] ), false, 'px' ); + } + + if ( '' !== $spacing_settings['mobile_header_right'] ) { + $premium_css->add_property( 'padding-right', absint( $spacing_settings['mobile_header_right'] ), false, 'px' ); + } + + if ( '' !== $spacing_settings['mobile_header_bottom'] ) { + $premium_css->add_property( 'padding-bottom', absint( $spacing_settings['mobile_header_bottom'] ), false, 'px' ); + } + + if ( '' !== $spacing_settings['mobile_header_left'] ) { + $premium_css->add_property( 'padding-left', absint( $spacing_settings['mobile_header_left'] ), false, 'px' ); + } + + $premium_css->set_selector( '.widget-area .widget' ); + + if ( '' !== $spacing_settings['mobile_widget_top'] ) { + $premium_css->add_property( 'padding-top', absint( $spacing_settings['mobile_widget_top'] ), false, 'px' ); + } + + if ( '' !== $spacing_settings['mobile_widget_right'] ) { + $premium_css->add_property( 'padding-right', absint( $spacing_settings['mobile_widget_right'] ), false, 'px' ); + } + + if ( '' !== $spacing_settings['mobile_widget_bottom'] ) { + $premium_css->add_property( 'padding-bottom', absint( $spacing_settings['mobile_widget_bottom'] ), false, 'px' ); + } + + if ( '' !== $spacing_settings['mobile_widget_left'] ) { + $premium_css->add_property( 'padding-left', absint( $spacing_settings['mobile_widget_left'] ), false, 'px' ); + } + + $premium_css->set_selector( '.footer-widgets' ); + + if ( '' !== $spacing_settings['mobile_footer_widget_container_top'] ) { + $premium_css->add_property( 'padding-top', absint( $spacing_settings['mobile_footer_widget_container_top'] ), false, 'px' ); + } + + if ( '' !== $spacing_settings['mobile_footer_widget_container_right'] ) { + $premium_css->add_property( 'padding-right', absint( $spacing_settings['mobile_footer_widget_container_right'] ), false, 'px' ); + } + + if ( '' !== $spacing_settings['mobile_footer_widget_container_bottom'] ) { + $premium_css->add_property( 'padding-bottom', absint( $spacing_settings['mobile_footer_widget_container_bottom'] ), false, 'px' ); + } + + if ( '' !== $spacing_settings['mobile_footer_widget_container_left'] ) { + $premium_css->add_property( 'padding-left', absint( $spacing_settings['mobile_footer_widget_container_left'] ), false, 'px' ); + } + + $premium_css->stop_media_query(); + + $premium_css->set_selector( '.post-image, .page-content, .entry-content, .entry-summary, footer.entry-meta' ); + $premium_css->add_property( 'margin-top', floatval( $spacing_settings['content_element_separator'] ), '2', 'em' ); + } else { + $premium_css->set_selector( '.post-image:not(:first-child), .page-content:not(:first-child), .entry-content:not(:first-child), .entry-summary:not(:first-child), footer.entry-meta' ); + $premium_css->add_property( 'margin-top', floatval( $spacing_settings['content_element_separator'] ), '2', 'em' ); + } + + $premium_css->set_selector( '.post-image-above-header .inside-article div.featured-image, .post-image-above-header .inside-article div.post-image' ); + $premium_css->add_property( 'margin-bottom', floatval( $spacing_settings['content_element_separator'] ), '2', 'em' ); + + if ( function_exists( 'generate_menu_plus_get_defaults' ) ) { + $menu_plus = wp_parse_args( + get_option( 'generate_menu_plus_settings', array() ), + generate_menu_plus_get_defaults() + ); + + if ( 'false' !== $menu_plus['sticky_menu'] && '' !== $spacing_settings['sticky_menu_item_height'] ) { + $premium_css->start_media_query( generate_premium_get_media_query( 'tablet' ) . ',' . generate_premium_get_media_query( 'desktop' ) ); + + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + $premium_css->set_selector( '.main-navigation.sticky-navigation-transition .main-nav > ul > li > a,.sticky-navigation-transition .menu-toggle,.main-navigation.sticky-navigation-transition .menu-bar-item > a, .sticky-navigation-transition .navigation-branding .main-title' ); + } else { + $premium_css->set_selector( '.main-navigation.sticky-navigation-transition .main-nav > ul > li > a,.sticky-navigation-transition .menu-toggle,.main-navigation.sticky-navigation-transition .mobile-bar-items a, .sticky-navigation-transition .navigation-branding .main-title' ); + } + + $premium_css->add_property( 'line-height', absint( $spacing_settings['sticky_menu_item_height'] ), false, 'px' ); + + $premium_css->set_selector( '.main-navigation.sticky-navigation-transition .site-logo img, .main-navigation.sticky-navigation-transition .navigation-search input[type="search"], .main-navigation.sticky-navigation-transition .navigation-branding img' ); + $premium_css->add_property( 'height', absint( $spacing_settings['sticky_menu_item_height'] ), false, 'px' ); + + $premium_css->stop_media_query(); + } + + if ( 'false' !== $menu_plus['slideout_menu'] ) { + $premium_css->set_selector( '.main-navigation.slideout-navigation .main-nav > ul > li > a' ); + if ( '' !== $spacing_settings['off_canvas_menu_item_height'] ) { + $premium_css->add_property( 'line-height', absint( $spacing_settings['off_canvas_menu_item_height'] ), false, 'px' ); + } + } + } + + if ( '' !== $premium_css->css_output() ) { + $css_output = $premium_css->css_output(); + } + + return $css_output; +} + +if ( ! function_exists( 'generate_spacing_premium_css' ) ) { + add_action( 'wp_enqueue_scripts', 'generate_spacing_premium_css', 105 ); + /** + * Add premium spacing CSS + * + * @since 1.3 + */ + function generate_spacing_premium_css() { + $css = generate_spacing_do_premium_css(); + + if ( 'inline' === generate_get_css_print_method() && $css ) { + wp_add_inline_style( 'generate-style', $css ); + } + } +} + +add_filter( 'generate_external_dynamic_css_output', 'generate_spacing_add_to_external_stylesheet' ); +/** + * Add CSS to the external stylesheet. + * + * @since 1.11.0 + * @param string $css Existing CSS. + */ +function generate_spacing_add_to_external_stylesheet( $css ) { + if ( 'inline' === generate_get_css_print_method() ) { + return $css; + } + + $css .= generate_spacing_do_premium_css(); + + return $css; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/migration.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/migration.php new file mode 100644 index 00000000..1eac04b6 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/migration.php @@ -0,0 +1,102 @@ +register_control_type( 'GeneratePress_Pro_Range_Slider_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Pro_Typography_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Section_Shortcut_Control' ); + } + + // Add the typography panel. + if ( class_exists( 'WP_Customize_Panel' ) ) { + $wp_customize->add_panel( + 'generate_typography_panel', + array( + 'priority' => 30, + 'capability' => 'edit_theme_options', + 'theme_supports' => '', + 'title' => __( 'Typography', 'gp-premium' ), + 'description' => '', + ) + ); + } + + // Body section. + $wp_customize->add_section( + 'font_section', + array( + 'title' => __( 'Body', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'description' => '', + 'priority' => 30, + 'panel' => 'generate_typography_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_body_typography_shortcuts', + array( + 'section' => 'font_section', + 'element' => __( 'Body', 'gp-premium' ), + 'shortcuts' => array( + 'colors' => 'body_section', + 'backgrounds' => 'generate_backgrounds_body', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 0, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[font_body]', + array( + 'default' => $defaults['font_body'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_body_variants', + array( + 'default' => $defaults['font_body_variants'], + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'font_body_category', + array( + 'default' => $defaults['font_body_category'], + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[body_font_weight]', + array( + 'default' => $defaults['body_font_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[body_font_transform]', + array( + 'default' => $defaults['body_font_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'body_typography', + array( + 'section' => 'font_section', + 'priority' => 1, + 'settings' => array( + 'family' => 'generate_settings[font_body]', + 'variant' => 'font_body_variants', + 'category' => 'font_body_category', + 'weight' => 'generate_settings[body_font_weight]', + 'transform' => 'generate_settings[body_font_transform]', + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[body_font_size]', + array( + 'default' => $defaults['body_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[body_font_size]', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_section', + 'priority' => 40, + 'settings' => array( + 'desktop' => 'generate_settings[body_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 6, + 'max' => 25, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[body_line_height]', + array( + 'default' => $defaults['body_line_height'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[body_line_height]', + array( + 'description' => __( 'Line height', 'gp-premium' ), + 'section' => 'font_section', + 'priority' => 45, + 'settings' => array( + 'desktop' => 'generate_settings[body_line_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 1, + 'max' => 5, + 'step' => .1, + 'edit' => true, + 'unit' => '', + ), + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[paragraph_margin]', + array( + 'default' => $defaults['paragraph_margin'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[paragraph_margin]', + array( + 'description' => __( 'Paragraph margin', 'gp-premium' ), + 'section' => 'font_section', + 'priority' => 47, + 'settings' => array( + 'desktop' => 'generate_settings[paragraph_margin]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 5, + 'step' => .1, + 'edit' => true, + 'unit' => 'em', + ), + ), + ) + ) + ); + + $wp_customize->add_section( + 'generate_top_bar_typography', + array( + 'title' => __( 'Top Bar', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'description' => '', + 'priority' => 30, + 'panel' => 'generate_typography_panel', + ) + ); + + if ( isset( $defaults['font_top_bar'] ) && function_exists( 'generate_is_top_bar_active' ) ) { + $wp_customize->add_setting( + 'generate_settings[font_top_bar]', + array( + 'default' => $defaults['font_top_bar'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_top_bar_category', + array( + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_top_bar_variants', + array( + 'default' => '', + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[top_bar_font_weight]', + array( + 'default' => $defaults['top_bar_font_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[top_bar_font_transform]', + array( + 'default' => $defaults['top_bar_font_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'top_bar_typography', + array( + 'section' => 'generate_top_bar_typography', + 'settings' => array( + 'family' => 'generate_settings[font_top_bar]', + 'variant' => 'font_top_bar_variants', + 'category' => 'font_top_bar_category', + 'weight' => 'generate_settings[top_bar_font_weight]', + 'transform' => 'generate_settings[top_bar_font_transform]', + ), + 'active_callback' => 'generate_premium_is_top_bar_active', + ) + ) + ); + + } + + if ( isset( $defaults['top_bar_font_size'] ) && function_exists( 'generate_is_top_bar_active' ) ) { + $wp_customize->add_setting( + 'generate_settings[top_bar_font_size]', + array( + 'default' => $defaults['top_bar_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[top_bar_font_size]', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'generate_top_bar_typography', + 'priority' => 75, + 'settings' => array( + 'desktop' => 'generate_settings[top_bar_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 6, + 'max' => 25, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + 'active_callback' => 'generate_premium_is_top_bar_active', + ) + ) + ); + } + + $wp_customize->add_section( + 'font_header_section', + array( + 'title' => __( 'Header', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'description' => '', + 'priority' => 40, + 'panel' => 'generate_typography_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_header_typography_shortcuts', + array( + 'section' => 'font_header_section', + 'element' => __( 'Header', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_header', + 'colors' => 'header_color_section', + 'backgrounds' => 'generate_backgrounds_header', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[font_site_title]', + array( + 'default' => $defaults['font_site_title'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_site_title_category', + array( + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_site_title_variants', + array( + 'default' => '', + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[site_title_font_weight]', + array( + 'default' => $defaults['site_title_font_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[site_title_font_transform]', + array( + 'default' => $defaults['site_title_font_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'site_title_typography', + array( + 'label' => __( 'Site Title', 'gp-premium' ), + 'section' => 'font_header_section', + 'settings' => array( + 'family' => 'generate_settings[font_site_title]', + 'variant' => 'font_site_title_variants', + 'category' => 'font_site_title_category', + 'weight' => 'generate_settings[site_title_font_weight]', + 'transform' => 'generate_settings[site_title_font_transform]', + ), + 'priority' => 50, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[site_title_font_size]', + array( + 'default' => $defaults['site_title_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[tablet_site_title_font_size]', + array( + 'default' => $defaults['tablet_site_title_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[mobile_site_title_font_size]', + array( + 'default' => $defaults['mobile_site_title_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[site_title_font_size]', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_header_section', + 'priority' => 75, + 'settings' => array( + 'desktop' => 'generate_settings[site_title_font_size]', + 'tablet' => 'generate_settings[tablet_site_title_font_size]', + 'mobile' => 'generate_settings[mobile_site_title_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 10, + 'max' => 200, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + 'tablet' => array( + 'min' => 10, + 'max' => 200, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + 'mobile' => array( + 'min' => 10, + 'max' => 200, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[font_site_tagline]', + array( + 'default' => $defaults['font_site_tagline'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_site_tagline_category', + array( + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_site_tagline_variants', + array( + 'default' => '', + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[site_tagline_font_weight]', + array( + 'default' => $defaults['site_tagline_font_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[site_tagline_font_transform]', + array( + 'default' => $defaults['site_tagline_font_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'font_site_tagline_control', + array( + 'label' => __( 'Site Tagline', 'gp-premium' ), + 'section' => 'font_header_section', + 'settings' => array( + 'family' => 'generate_settings[font_site_tagline]', + 'variant' => 'font_site_tagline_variants', + 'category' => 'font_site_tagline_category', + 'weight' => 'generate_settings[site_tagline_font_weight]', + 'transform' => 'generate_settings[site_tagline_font_transform]', + ), + 'priority' => 80, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[site_tagline_font_size]', + array( + 'default' => $defaults['site_tagline_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[site_tagline_font_size]', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_header_section', + 'priority' => 105, + 'settings' => array( + 'desktop' => 'generate_settings[site_tagline_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 6, + 'max' => 50, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + + $wp_customize->add_section( + 'font_navigation_section', + array( + 'title' => __( 'Primary Navigation', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'description' => '', + 'priority' => 50, + 'panel' => 'generate_typography_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_primary_navigation_typography_shortcuts', + array( + 'section' => 'font_navigation_section', + 'element' => __( 'Primary Navigation', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_navigation', + 'colors' => 'navigation_color_section', + 'backgrounds' => 'generate_backgrounds_navigation', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[font_navigation]', + array( + 'default' => $defaults['font_navigation'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_navigation_category', + array( + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_navigation_variants', + array( + 'default' => '', + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[navigation_font_weight]', + array( + 'default' => $defaults['navigation_font_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[navigation_font_transform]', + array( + 'default' => $defaults['navigation_font_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'google_font_site_navigation_control', + array( + 'section' => 'font_navigation_section', + 'settings' => array( + 'family' => 'generate_settings[font_navigation]', + 'variant' => 'font_navigation_variants', + 'category' => 'font_navigation_category', + 'weight' => 'generate_settings[navigation_font_weight]', + 'transform' => 'generate_settings[navigation_font_transform]', + ), + 'priority' => 120, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[navigation_font_size]', + array( + 'default' => $defaults['navigation_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[tablet_navigation_font_size]', + array( + 'default' => $defaults['tablet_navigation_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[mobile_navigation_font_size]', + array( + 'default' => $defaults['mobile_navigation_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[navigation_font_size]', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_navigation_section', + 'priority' => 165, + 'settings' => array( + 'desktop' => 'generate_settings[navigation_font_size]', + 'tablet' => 'generate_settings[tablet_navigation_font_size]', + 'mobile' => 'generate_settings[mobile_navigation_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 6, + 'max' => 30, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + 'tablet' => array( + 'min' => 6, + 'max' => 30, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + 'mobile' => array( + 'min' => 6, + 'max' => 30, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + + $wp_customize->add_section( + 'font_buttons_section', + array( + 'title' => __( 'Buttons', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'description' => '', + 'priority' => 55, + 'panel' => 'generate_typography_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_buttons_typography_shortcuts', + array( + 'section' => 'font_buttons_section', + 'element' => __( 'Button', 'gp-premium' ), + 'shortcuts' => array( + 'colors' => 'buttons_color_section', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + if ( isset( $defaults['font_buttons'] ) ) { + $wp_customize->add_setting( + 'generate_settings[font_buttons]', + array( + 'default' => $defaults['font_buttons'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_buttons_category', + array( + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_buttons_variants', + array( + 'default' => '', + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[buttons_font_weight]', + array( + 'default' => $defaults['buttons_font_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[buttons_font_transform]', + array( + 'default' => $defaults['buttons_font_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'font_buttons_control', + array( + 'section' => 'font_buttons_section', + 'settings' => array( + 'family' => 'generate_settings[font_buttons]', + 'variant' => 'font_buttons_variants', + 'category' => 'font_buttons_category', + 'weight' => 'generate_settings[buttons_font_weight]', + 'transform' => 'generate_settings[buttons_font_transform]', + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[buttons_font_size]', + array( + 'default' => $defaults['buttons_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'buttons_font_sizes', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_buttons_section', + 'settings' => array( + 'desktop' => 'generate_settings[buttons_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 5, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + } + + $wp_customize->add_section( + 'font_content_section', + array( + 'title' => __( 'Headings', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'description' => '', + 'priority' => 60, + 'panel' => 'generate_typography_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_headings_typography_shortcuts', + array( + 'section' => 'font_content_section', + 'element' => __( 'Content', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_container', + 'colors' => 'content_color_section', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[font_heading_1]', + array( + 'default' => $defaults['font_heading_1'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_heading_1_category', + array( + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_heading_1_variants', + array( + 'default' => '', + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_1_weight]', + array( + 'default' => $defaults['heading_1_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_1_transform]', + array( + 'default' => $defaults['heading_1_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'font_heading_1_control', + array( + 'label' => __( 'Heading 1 (H1)', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'family' => 'generate_settings[font_heading_1]', + 'variant' => 'font_heading_1_variants', + 'category' => 'font_heading_1_category', + 'weight' => 'generate_settings[heading_1_weight]', + 'transform' => 'generate_settings[heading_1_transform]', + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_1_font_size]', + array( + 'default' => $defaults['heading_1_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[mobile_heading_1_font_size]', + array( + 'default' => $defaults['mobile_heading_1_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'h1_font_sizes', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[heading_1_font_size]', + 'mobile' => 'generate_settings[mobile_heading_1_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 15, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + 'mobile' => array( + 'min' => 15, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + + if ( isset( $defaults['heading_1_line_height'] ) ) { + $wp_customize->add_setting( + 'generate_settings[heading_1_line_height]', + array( + 'default' => $defaults['heading_1_line_height'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[heading_1_line_height]', + array( + 'description' => __( 'Line height', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[heading_1_line_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 5, + 'step' => .1, + 'edit' => true, + 'unit' => 'em', + ), + ), + ) + ) + ); + } + + if ( isset( $defaults['heading_1_margin_bottom'] ) ) { + $wp_customize->add_setting( + 'generate_settings[heading_1_margin_bottom]', + array( + 'default' => $defaults['heading_1_margin_bottom'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[heading_1_margin_bottom]', + array( + 'description' => __( 'Bottom margin', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[heading_1_margin_bottom]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + } + + $wp_customize->add_setting( + 'generate_settings[single_post_title_weight]', + array( + 'default' => $defaults['single_post_title_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[single_post_title_transform]', + array( + 'default' => $defaults['single_post_title_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'single_content_title_control', + array( + 'label' => __( 'Single Content Title (H1)', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'weight' => 'generate_settings[single_post_title_weight]', + 'transform' => 'generate_settings[single_post_title_transform]', + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[single_post_title_font_size]', + array( + 'default' => $defaults['single_post_title_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[single_post_title_font_size_mobile]', + array( + 'default' => $defaults['single_post_title_font_size_mobile'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'single_post_title_font_sizes', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[single_post_title_font_size]', + 'mobile' => 'generate_settings[single_post_title_font_size_mobile]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 15, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + 'mobile' => array( + 'min' => 15, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[single_post_title_line_height]', + array( + 'default' => $defaults['single_post_title_line_height'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer_empty', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[single_post_title_line_height]', + array( + 'description' => __( 'Line height', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[single_post_title_line_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 5, + 'step' => .1, + 'edit' => true, + 'unit' => 'em', + ), + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[font_heading_2]', + array( + 'default' => $defaults['font_heading_2'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_heading_2_category', + array( + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_heading_2_variants', + array( + 'default' => '', + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_2_weight]', + array( + 'default' => $defaults['heading_2_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_2_transform]', + array( + 'default' => $defaults['heading_2_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'font_heading_2_control', + array( + 'label' => __( 'Heading 2 (H2)', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'family' => 'generate_settings[font_heading_2]', + 'variant' => 'font_heading_2_variants', + 'category' => 'font_heading_2_category', + 'weight' => 'generate_settings[heading_2_weight]', + 'transform' => 'generate_settings[heading_2_transform]', + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_2_font_size]', + array( + 'default' => $defaults['heading_2_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[mobile_heading_2_font_size]', + array( + 'default' => $defaults['mobile_heading_2_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'h2_font_sizes', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[heading_2_font_size]', + 'mobile' => 'generate_settings[mobile_heading_2_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + 'mobile' => array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + + if ( isset( $defaults['heading_2_line_height'] ) ) { + $wp_customize->add_setting( + 'generate_settings[heading_2_line_height]', + array( + 'default' => $defaults['heading_2_line_height'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[heading_2_line_height]', + array( + 'description' => __( 'Line height', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[heading_2_line_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 5, + 'step' => .1, + 'edit' => true, + 'unit' => 'em', + ), + ), + ) + ) + ); + } + + if ( isset( $defaults['heading_2_margin_bottom'] ) ) { + $wp_customize->add_setting( + 'generate_settings[heading_2_margin_bottom]', + array( + 'default' => $defaults['heading_2_margin_bottom'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[heading_2_margin_bottom]', + array( + 'description' => __( 'Bottom margin', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[heading_2_margin_bottom]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + } + + $wp_customize->add_setting( + 'generate_settings[archive_post_title_weight]', + array( + 'default' => $defaults['archive_post_title_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[archive_post_title_transform]', + array( + 'default' => $defaults['archive_post_title_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'archive_content_title_control', + array( + 'label' => __( 'Archive Content Title (H2)', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'weight' => 'generate_settings[archive_post_title_weight]', + 'transform' => 'generate_settings[archive_post_title_transform]', + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[archive_post_title_font_size]', + array( + 'default' => $defaults['archive_post_title_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[archive_post_title_font_size_mobile]', + array( + 'default' => $defaults['archive_post_title_font_size_mobile'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'archive_post_title_font_sizes', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[archive_post_title_font_size]', + 'mobile' => 'generate_settings[archive_post_title_font_size_mobile]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 15, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + 'mobile' => array( + 'min' => 15, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[archive_post_title_line_height]', + array( + 'default' => $defaults['archive_post_title_line_height'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer_empty', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[archive_post_title_line_height]', + array( + 'description' => __( 'Line height', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[archive_post_title_line_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 5, + 'step' => .1, + 'edit' => true, + 'unit' => 'em', + ), + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[font_heading_3]', + array( + 'default' => $defaults['font_heading_3'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_heading_3_category', + array( + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_heading_3_variants', + array( + 'default' => '', + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_3_weight]', + array( + 'default' => $defaults['heading_3_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_3_transform]', + array( + 'default' => $defaults['heading_3_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'font_heading_3_control', + array( + 'label' => __( 'Heading 3 (H3)', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'family' => 'generate_settings[font_heading_3]', + 'variant' => 'font_heading_3_variants', + 'category' => 'font_heading_3_category', + 'weight' => 'generate_settings[heading_3_weight]', + 'transform' => 'generate_settings[heading_3_transform]', + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_3_font_size]', + array( + 'default' => $defaults['heading_3_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $h3_font_size_options = array( + 'desktop' => array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ); + + $h3_font_size_settings = array( + 'desktop' => 'generate_settings[heading_3_font_size]', + ); + + if ( isset( $defaults['mobile_heading_3_font_size'] ) ) { + $wp_customize->add_setting( + 'generate_settings[mobile_heading_3_font_size]', + array( + 'default' => $defaults['mobile_heading_3_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $h3_font_size_options['mobile'] = array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ); + + $h3_font_size_settings['mobile'] = 'generate_settings[mobile_heading_3_font_size]'; + } + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'h3_font_sizes', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => $h3_font_size_settings, + 'choices' => $h3_font_size_options, + ) + ) + ); + + if ( isset( $defaults['heading_3_line_height'] ) ) { + $wp_customize->add_setting( + 'generate_settings[heading_3_line_height]', + array( + 'default' => $defaults['heading_3_line_height'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[heading_3_line_height]', + array( + 'description' => __( 'Line height', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[heading_3_line_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 5, + 'step' => .1, + 'edit' => true, + 'unit' => 'em', + ), + ), + ) + ) + ); + } + + if ( isset( $defaults['heading_3_margin_bottom'] ) ) { + $wp_customize->add_setting( + 'generate_settings[heading_3_margin_bottom]', + array( + 'default' => $defaults['heading_3_margin_bottom'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[heading_3_margin_bottom]', + array( + 'description' => __( 'Bottom margin', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[heading_3_margin_bottom]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + } + + if ( isset( $defaults['font_heading_4'] ) ) { + $wp_customize->add_setting( + 'generate_settings[font_heading_4]', + array( + 'default' => $defaults['font_heading_4'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_heading_4_category', + array( + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_heading_4_variants', + array( + 'default' => '', + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_4_weight]', + array( + 'default' => $defaults['heading_4_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_4_transform]', + array( + 'default' => $defaults['heading_4_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'font_heading_4_control', + array( + 'label' => __( 'Heading 4 (H4)', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'family' => 'generate_settings[font_heading_4]', + 'variant' => 'font_heading_4_variants', + 'category' => 'font_heading_4_category', + 'weight' => 'generate_settings[heading_4_weight]', + 'transform' => 'generate_settings[heading_4_transform]', + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_4_font_size]', + array( + 'default' => $defaults['heading_4_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $h4_font_size_options = array( + 'desktop' => array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ); + + $h4_font_size_settings = array( + 'desktop' => 'generate_settings[heading_4_font_size]', + ); + + if ( isset( $defaults['mobile_heading_4_font_size'] ) ) { + $wp_customize->add_setting( + 'generate_settings[mobile_heading_4_font_size]', + array( + 'default' => $defaults['mobile_heading_4_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $h4_font_size_options['mobile'] = array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ); + + $h4_font_size_settings['mobile'] = 'generate_settings[mobile_heading_4_font_size]'; + } + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'h4_font_sizes', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => $h4_font_size_settings, + 'choices' => $h4_font_size_options, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_4_line_height]', + array( + 'default' => $defaults['heading_4_line_height'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer_empty', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[heading_4_line_height]', + array( + 'description' => __( 'Line height', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[heading_4_line_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 5, + 'step' => .1, + 'edit' => true, + 'unit' => 'em', + ), + ), + ) + ) + ); + } + + if ( isset( $defaults['font_heading_5'] ) ) { + $wp_customize->add_setting( + 'generate_settings[font_heading_5]', + array( + 'default' => $defaults['font_heading_5'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_heading_5_category', + array( + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_heading_5_variants', + array( + 'default' => '', + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_5_weight]', + array( + 'default' => $defaults['heading_5_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_5_transform]', + array( + 'default' => $defaults['heading_5_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'font_heading_5_control', + array( + 'label' => __( 'Heading 5 (H5)', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'family' => 'generate_settings[font_heading_5]', + 'variant' => 'font_heading_5_variants', + 'category' => 'font_heading_5_category', + 'weight' => 'generate_settings[heading_5_weight]', + 'transform' => 'generate_settings[heading_5_transform]', + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_5_font_size]', + array( + 'default' => $defaults['heading_5_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $h5_font_size_options = array( + 'desktop' => array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ); + + $h5_font_size_settings = array( + 'desktop' => 'generate_settings[heading_5_font_size]', + ); + + if ( isset( $defaults['mobile_heading_5_font_size'] ) ) { + $wp_customize->add_setting( + 'generate_settings[mobile_heading_5_font_size]', + array( + 'default' => $defaults['mobile_heading_5_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $h5_font_size_options['mobile'] = array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ); + + $h5_font_size_settings['mobile'] = 'generate_settings[mobile_heading_5_font_size]'; + } + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'h5_font_sizes', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => $h5_font_size_settings, + 'choices' => $h5_font_size_options, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_5_line_height]', + array( + 'default' => $defaults['heading_5_line_height'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer_empty', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[heading_5_line_height]', + array( + 'description' => __( 'Line height', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[heading_5_line_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 5, + 'step' => .1, + 'edit' => true, + 'unit' => 'em', + ), + ), + ) + ) + ); + } + + if ( isset( $defaults['font_heading_6'] ) ) { + $wp_customize->add_setting( + 'generate_settings[font_heading_6]', + array( + 'default' => $defaults['font_heading_6'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_heading_6_category', + array( + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_heading_6_variants', + array( + 'default' => '', + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_6_weight]', + array( + 'default' => $defaults['heading_6_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_6_transform]', + array( + 'default' => $defaults['heading_6_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'font_heading_6_control', + array( + 'label' => __( 'Heading 6 (H6)', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'family' => 'generate_settings[font_heading_6]', + 'variant' => 'font_heading_6_variants', + 'category' => 'font_heading_6_category', + 'weight' => 'generate_settings[heading_6_weight]', + 'transform' => 'generate_settings[heading_6_transform]', + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_6_font_size]', + array( + 'default' => $defaults['heading_6_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'h6_font_sizes', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[heading_6_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[heading_6_line_height]', + array( + 'default' => $defaults['heading_6_line_height'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_decimal_integer_empty', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[heading_6_line_height]', + array( + 'description' => __( 'Line height', 'gp-premium' ), + 'section' => 'font_content_section', + 'settings' => array( + 'desktop' => 'generate_settings[heading_6_line_height]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 5, + 'step' => .1, + 'edit' => true, + 'unit' => 'em', + ), + ), + ) + ) + ); + } + + $wp_customize->add_section( + 'font_widget_section', + array( + 'title' => __( 'Widgets', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'description' => '', + 'priority' => 60, + 'panel' => 'generate_typography_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_widgets_typography_shortcuts', + array( + 'section' => 'font_widget_section', + 'element' => __( 'Widgets', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_sidebars', + 'colors' => 'sidebar_widget_color_section', + 'backgrounds' => 'generate_backgrounds_sidebars', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[font_widget_title]', + array( + 'default' => $defaults['font_widget_title'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_widget_title_category', + array( + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_widget_title_variants', + array( + 'default' => '', + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[widget_title_font_weight]', + array( + 'default' => $defaults['widget_title_font_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[widget_title_font_transform]', + array( + 'default' => $defaults['widget_title_font_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'google_font_widget_title_control', + array( + 'label' => __( 'Widget Titles', 'gp-premium' ), + 'section' => 'font_widget_section', + 'settings' => array( + 'family' => 'generate_settings[font_widget_title]', + 'variant' => 'font_widget_title_variants', + 'category' => 'font_widget_title_category', + 'weight' => 'generate_settings[widget_title_font_weight]', + 'transform' => 'generate_settings[widget_title_font_transform]', + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[widget_title_font_size]', + array( + 'default' => $defaults['widget_title_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[widget_title_font_size]', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_widget_section', + 'settings' => array( + 'desktop' => 'generate_settings[widget_title_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 6, + 'max' => 30, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + + if ( isset( $defaults['widget_title_separator'] ) ) { + $wp_customize->add_setting( + 'generate_settings[widget_title_separator]', + array( + 'default' => $defaults['widget_title_separator'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[widget_title_separator]', + array( + 'description' => __( 'Bottom margin', 'gp-premium' ), + 'section' => 'font_widget_section', + 'settings' => array( + 'desktop' => 'generate_settings[widget_title_separator]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 100, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + } + + $wp_customize->add_setting( + 'generate_settings[widget_content_font_size]', + array( + 'default' => $defaults['widget_content_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[widget_content_font_size]', + array( + 'description' => __( 'Content font size', 'gp-premium' ), + 'section' => 'font_widget_section', + 'priority' => 240, + 'settings' => array( + 'desktop' => 'generate_settings[widget_content_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 6, + 'max' => 30, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + + $wp_customize->add_section( + 'font_footer_section', + array( + 'title' => __( 'Footer', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'description' => '', + 'priority' => 70, + 'panel' => 'generate_typography_panel', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_footer_typography_shortcuts', + array( + 'section' => 'font_footer_section', + 'element' => __( 'Footer', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_layout_footer', + 'colors' => 'footer_color_section', + 'backgrounds' => 'generate_backgrounds_footer', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + if ( isset( $defaults['font_footer'] ) ) { + $wp_customize->add_setting( + 'generate_settings[font_footer]', + array( + 'default' => $defaults['font_footer'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_footer_category', + array( + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ) + ); + + $wp_customize->add_setting( + 'font_footer_variants', + array( + 'default' => '', + 'sanitize_callback' => 'generate_premium_sanitize_variants', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[footer_weight]', + array( + 'default' => $defaults['footer_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_setting( + 'generate_settings[footer_transform]', + array( + 'default' => $defaults['footer_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'font_footer_control', + array( + 'section' => 'font_footer_section', + 'settings' => array( + 'family' => 'generate_settings[font_footer]', + 'variant' => 'font_footer_variants', + 'category' => 'font_footer_category', + 'weight' => 'generate_settings[footer_weight]', + 'transform' => 'generate_settings[footer_transform]', + ), + ) + ) + ); + } + + $wp_customize->add_setting( + 'generate_settings[footer_font_size]', + array( + 'default' => $defaults['footer_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[footer_font_size]', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'font_footer_section', + 'settings' => array( + 'desktop' => 'generate_settings[footer_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 6, + 'max' => 30, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + } +} + +if ( ! function_exists( 'generate_enqueue_google_fonts' ) ) { + add_action( 'wp_enqueue_scripts', 'generate_enqueue_google_fonts', 0 ); + /** + * Enqueue Google Fonts. + * + * @since 0.1 + */ + function generate_enqueue_google_fonts() { + // Bail if we don't have our defaults function. + if ( ! function_exists( 'generate_get_default_fonts' ) ) { + return; + } + + $generate_settings = wp_parse_args( + get_option( 'generate_settings', array() ), + generate_get_default_fonts() + ); + + // List our non-Google fonts. + $not_google = str_replace( ' ', '+', generate_typography_default_fonts() ); + + // Grab our font family settings. + $font_settings = array( + 'font_body', + 'font_top_bar', + 'font_site_title', + 'font_site_tagline', + 'font_navigation', + 'font_widget_title', + 'font_buttons', + 'font_heading_1', + 'font_heading_2', + 'font_heading_3', + 'font_heading_4', + 'font_heading_5', + 'font_heading_6', + 'font_footer', + ); + + // Create our Google Fonts array. + $google_fonts = array(); + if ( ! empty( $font_settings ) ) { + foreach ( $font_settings as $key ) { + // If the key isn't set, move on. + if ( ! isset( $generate_settings[ $key ] ) ) { + continue; + } + + // If our value is still using the old format, fix it. + if ( strpos( $generate_settings[ $key ], ':' ) !== false ) { + $generate_settings[ $key ] = current( explode( ':', $generate_settings[ $key ] ) ); + } + + // Replace the spaces in the names with a plus. + $value = str_replace( ' ', '+', $generate_settings[ $key ] ); + + // Grab the variants using the plain name. + $variants = generate_get_google_font_variants( $generate_settings[ $key ], $key, generate_get_default_fonts() ); + + // If we have variants, add them to our value. + $value = ! empty( $variants ) ? $value . ':' . $variants : $value; + + // Make sure we don't add the same font twice. + if ( ! in_array( $value, $google_fonts ) ) { + $google_fonts[] = $value; + } + } + } + + // Ignore any non-Google fonts. + $google_fonts = array_diff( $google_fonts, $not_google ); + + // Separate each different font with a bar. + $google_fonts = implode( '|', $google_fonts ); + + // Apply a filter to the output. + $google_fonts = apply_filters( 'generate_typography_google_fonts', $google_fonts ); + + // Get the subset. + $subset = apply_filters( 'generate_fonts_subset', '' ); + + // Set up our arguments. + $font_args = array(); + $font_args['family'] = $google_fonts; + if ( '' !== $subset ) { + $font_args['subset'] = urlencode( $subset ); // phpcs:ignore -- Keeping legacy urlencode(). + } + + $display = apply_filters( 'generate_google_font_display', '' ); + + if ( $display ) { + $font_args['display'] = $display; + } + + // Create our URL using the arguments. + $fonts_url = add_query_arg( $font_args, '//fonts.googleapis.com/css' ); + + // Enqueue our fonts. + if ( $google_fonts ) { + wp_enqueue_style( 'generate-fonts', $fonts_url, array(), null, 'all' ); // phpcs:ignore -- Version not needed. + } + } +} + +if ( ! function_exists( 'generate_get_all_google_fonts' ) ) { + /** + * Return an array of all of our Google Fonts. + * + * @since 1.3.0 + * @param string $amount The number of fonts to load. + */ + function generate_get_all_google_fonts( $amount = 'all' ) { + ob_start(); + include wp_normalize_path( dirname( __FILE__ ) . '/google-fonts.json' ); // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude + $fonts_json = ob_get_clean(); + $google_fonts = json_decode( $fonts_json ); + + // Loop through them and put what we need into our fonts array. + $fonts = array(); + foreach ( (array) $google_fonts as $item ) { + + // Grab what we need from our big list. + $atts = array( + 'name' => $item->family, + 'category' => $item->category, + 'variants' => $item->variants, + ); + + // Create an ID using our font family name. + $id = strtolower( str_replace( ' ', '_', $item->family ) ); + + // Add our attributes to our new array. + $fonts[ $id ] = $atts; + } + + if ( 'all' !== $amount ) { + $fonts = array_slice( $fonts, 0, $amount ); + } + + // Alphabetize our fonts. + if ( apply_filters( 'generate_alphabetize_google_fonts', true ) ) { + asort( $fonts ); + } + + // Filter to allow us to modify the fonts array. + return apply_filters( 'generate_google_fonts_array', $fonts ); + } +} + +if ( ! function_exists( 'generate_get_all_google_fonts_ajax' ) ) { + add_action( 'wp_ajax_generate_get_all_google_fonts_ajax', 'generate_get_all_google_fonts_ajax' ); + /** + * Return an array of all of our Google Fonts. + * + * @since 1.3.0 + */ + function generate_get_all_google_fonts_ajax() { + // Bail if the nonce doesn't check out. + if ( ! isset( $_POST['gp_customize_nonce'] ) || ! wp_verify_nonce( $_POST['gp_customize_nonce'], 'gp_customize_nonce' ) ) { + wp_die(); + } + + // Do another nonce check. + check_ajax_referer( 'gp_customize_nonce', 'gp_customize_nonce' ); + + // Bail if user can't edit theme options. + if ( ! current_user_can( 'edit_theme_options' ) ) { + wp_die(); + } + + // Get all of our fonts. + $fonts = apply_filters( 'generate_typography_customize_list', generate_get_all_google_fonts() ); + + // Send all of our fonts in JSON format. + echo wp_json_encode( $fonts ); + + die(); + } +} + +if ( ! function_exists( 'generate_get_google_font_variants' ) ) { + /** + * Wrapper function to find variants for chosen Google Fonts + * Example: generate_get_google_font_variation( 'Open Sans' ) + * + * @since 1.3.0 + * @param string $font The font we're checking. + * @param string $key The key we're checking. + * @param array $default The defaults we're checking. + */ + function generate_get_google_font_variants( $font, $key = '', $default = '' ) { + // Bail if we don't have our defaults function. + if ( ! function_exists( 'generate_get_default_fonts' ) ) { + return; + } + + // Don't need variants if we're using a system font. + if ( in_array( $font, generate_typography_default_fonts() ) ) { + return; + } + + // Return if we have our variants saved. + if ( '' !== $key && get_theme_mod( $key . '_variants' ) ) { + return get_theme_mod( $key . '_variants' ); + } + + // Make sure we have defaults. + if ( '' == $default ) { // phpcs:ignore -- Non-strict allowed. + $default = generate_get_default_fonts(); + } + + // If our default font is selected and the category isn't saved, we already know the category. + if ( $default[ $key ] == $font ) { // phpcs:ignore -- Non-strict allowed. + return $default[ $key . '_variants' ]; + } + + // Grab all of our fonts. + // It's a big list, so hopefully we're not even still reading. + $fonts = generate_get_all_google_fonts(); + + // Get the ID from our font. + $id = strtolower( str_replace( ' ', '_', $font ) ); + + // If the ID doesn't exist within our fonts, we can bail. + if ( ! array_key_exists( $id, $fonts ) ) { + return; + } + + // Grab all of the variants associated with our font. + $variants = $fonts[ $id ]['variants']; + + // Loop through them and put them into an array, then turn them into a comma separated list. + $output = array(); + if ( $variants ) { + foreach ( $variants as $variant ) { + $output[] = $variant; + } + + return implode( ',', apply_filters( 'generate_typography_variants', $output ) ); + } + } +} + +if ( ! function_exists( 'generate_get_google_font_category' ) ) { + /** + * Wrapper function to find the category for chosen Google Font + * Example: generate_get_google_font_category( 'Open Sans' ) + * + * @since 1.3.0 + * @param string $font The font we're checking. + * @param string $key The key we're checking. + * @param array $default The defaults we're checking. + */ + function generate_get_google_font_category( $font, $key = '', $default = '' ) { + // Bail if we don't have our defaults function. + if ( ! function_exists( 'generate_get_default_fonts' ) ) { + return; + } + + // Don't need a category if we're using a system font. + if ( in_array( $font, generate_typography_default_fonts() ) ) { + return; + } + + // Return if we have our variants saved. + if ( '' !== $key && get_theme_mod( $key . '_category' ) ) { + return ', ' . get_theme_mod( $key . '_category' ); + } + + // Make sure we have defaults. + if ( '' == $default ) { // phpcs:ignore -- Non-strict allowed. + $default = generate_get_default_fonts(); + } + + // If our default font is selected and the category isn't saved, we already know the category. + if ( $default[ $key ] == $font ) { // phpcs:ignore -- Non-strict allowed. + return ', ' . $default[ $key . '_category' ]; + } + + // Get all of our fonts. + // It's a big list, so hopefully we're not even still reading. + $fonts = generate_get_all_google_fonts(); + + // Get the ID from our font. + $id = strtolower( str_replace( ' ', '_', $font ) ); + + // If the ID doesn't exist within our fonts, we can bail. + if ( ! array_key_exists( $id, $fonts ) ) { + return; + } + + // Let's grab our category to go with our font. + $category = ! empty( $fonts[ $id ]['category'] ) ? ', ' . $fonts[ $id ]['category'] : ''; + + // Return it to be used by our function. + return $category; + + } +} + +if ( ! function_exists( 'generate_get_font_family_css' ) ) { + /** + * Wrapper function to create font-family value for CSS. + * + * @since 1.3.0 + * @param string $font The font we're checking. + * @param array $settings The settings we're checking. + * @param array $default The defaults we're checking. + */ + function generate_get_font_family_css( $font, $settings, $default ) { + $generate_settings = wp_parse_args( + get_option( $settings, array() ), + $default + ); + + // We don't want to wrap quotes around these values. + $no_quotes = array( + 'inherit', + 'Arial, Helvetica, sans-serif', + 'Georgia, Times New Roman, Times, serif', + 'Helvetica', + 'Impact', + 'Segoe UI, Helvetica Neue, Helvetica, sans-serif', + 'Tahoma, Geneva, sans-serif', + 'Trebuchet MS, Helvetica, sans-serif', + 'Verdana, Geneva, sans-serif', + apply_filters( 'generate_typography_system_stack', '-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"' ), + ); + + // Get our font. + $font_family = $generate_settings[ $font ]; + + if ( 'System Stack' === $font_family ) { + $font_family = apply_filters( 'generate_typography_system_stack', '-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"' ); + } + + // If our value is still using the old format, fix it. + if ( strpos( $font_family, ':' ) !== false ) { + $font_family = current( explode( ':', $font_family ) ); + } + + // Set up our wrapper. + if ( in_array( $font_family, $no_quotes ) ) { + $wrapper_start = null; + $wrapper_end = null; + } else { + $wrapper_start = '"'; + $wrapper_end = '"' . generate_get_google_font_category( $font_family, $font, $default ); + } + + // Output the CSS. + $output = ( 'inherit' === $font_family ) ? 'inherit' : $wrapper_start . $font_family . $wrapper_end; + return $output; + } +} + +if ( ! function_exists( 'generate_typography_customizer_live_preview' ) ) { + add_action( 'customize_preview_init', 'generate_typography_customizer_live_preview' ); + /** + * Add our live preview JS + */ + function generate_typography_customizer_live_preview() { + wp_enqueue_script( + 'generate-typography-customizer', + trailingslashit( plugin_dir_url( __FILE__ ) ) . 'js/customizer.js', + array( 'jquery', 'customize-preview' ), + GENERATE_FONT_VERSION, + true + ); + + wp_localize_script( + 'generate-typography-customizer', + 'gp_typography', + array( + 'mobile' => generate_premium_get_media_query( 'mobile' ), + 'tablet' => generate_premium_get_media_query( 'tablet' ), + 'desktop' => generate_premium_get_media_query( 'desktop' ), + ) + ); + } +} + +if ( ! function_exists( 'generate_typography_default_fonts' ) ) { + /** + * Get our system fonts + */ + function generate_typography_default_fonts() { + $fonts = array( + 'inherit', + 'System Stack', + 'Arial, Helvetica, sans-serif', + 'Century Gothic', + 'Comic Sans MS', + 'Courier New', + 'Georgia, Times New Roman, Times, serif', + 'Helvetica', + 'Impact', + 'Lucida Console', + 'Lucida Sans Unicode', + 'Palatino Linotype', + 'Segoe UI, Helvetica Neue, Helvetica, sans-serif', + 'Tahoma, Geneva, sans-serif', + 'Trebuchet MS, Helvetica, sans-serif', + 'Verdana, Geneva, sans-serif', + ); + + return apply_filters( 'generate_typography_default_fonts', $fonts ); + } +} + +if ( ! function_exists( 'generate_include_typography_defaults' ) ) { + /** + * Check if we should include our default.css file. + * + * @since 1.3.42 + */ + function generate_include_typography_defaults() { + return true; + } +} + +if ( ! function_exists( 'generate_typography_premium_css_defaults' ) ) { + add_filter( 'generate_font_option_defaults', 'generate_typography_premium_css_defaults' ); + /** + * Add premium control defaults + * + * @since 1.3 + * @param array $defaults The existing defaults. + */ + function generate_typography_premium_css_defaults( $defaults ) { + $defaults['tablet_site_title_font_size'] = ''; + $defaults['tablet_navigation_font_size'] = ''; + $defaults['mobile_navigation_font_size'] = ''; + + $defaults['single_post_title_weight'] = ''; + $defaults['single_post_title_transform'] = ''; + $defaults['single_post_title_font_size'] = ''; + $defaults['single_post_title_font_size_mobile'] = ''; + $defaults['single_post_title_line_height'] = ''; + + $defaults['archive_post_title_weight'] = ''; + $defaults['archive_post_title_transform'] = ''; + $defaults['archive_post_title_font_size'] = ''; + $defaults['archive_post_title_font_size_mobile'] = ''; + $defaults['archive_post_title_line_height'] = ''; + + return $defaults; + } +} + +/** + * Premium typography CSS output. + */ +function generate_typography_get_premium_css() { + if ( ! function_exists( 'generate_get_default_fonts' ) ) { + return; + } + + $generate_settings = wp_parse_args( + get_option( 'generate_settings', array() ), + generate_get_default_fonts() + ); + + // Initiate our CSS class. + require_once GP_LIBRARY_DIRECTORY . 'class-make-css.php'; + + $premium_css = new GeneratePress_Pro_CSS(); + + $site_title_family = false; + if ( function_exists( 'generate_get_font_family_css' ) ) { + $site_title_family = generate_get_font_family_css( 'font_site_title', 'generate_settings', generate_get_default_fonts() ); + } + + $premium_css->set_selector( 'h1.entry-title' ); + $premium_css->add_property( 'font-weight', esc_attr( $generate_settings['single_post_title_weight'] ) ); + $premium_css->add_property( 'text-transform', esc_attr( $generate_settings['single_post_title_transform'] ) ); + + if ( '' !== $generate_settings['single_post_title_font_size'] ) { + $premium_css->add_property( 'font-size', absint( $generate_settings['single_post_title_font_size'] ), false, 'px' ); + } + + if ( '' !== $generate_settings['single_post_title_line_height'] ) { + $premium_css->add_property( 'line-height', floatval( $generate_settings['single_post_title_line_height'] ), false, 'em' ); + } + + $premium_css->set_selector( 'h2.entry-title' ); + $premium_css->add_property( 'font-weight', esc_attr( $generate_settings['archive_post_title_weight'] ) ); + $premium_css->add_property( 'text-transform', esc_attr( $generate_settings['archive_post_title_transform'] ) ); + + if ( '' !== $generate_settings['archive_post_title_font_size'] ) { + $premium_css->add_property( 'font-size', absint( $generate_settings['archive_post_title_font_size'] ), false, 'px' ); + } + + if ( '' !== $generate_settings['archive_post_title_line_height'] ) { + $premium_css->add_property( 'line-height', floatval( $generate_settings['archive_post_title_line_height'] ), false, 'em' ); + } + + if ( function_exists( 'generate_menu_plus_get_defaults' ) ) { + $menu_settings = wp_parse_args( + get_option( 'generate_menu_plus_settings', array() ), + generate_menu_plus_get_defaults() + ); + + if ( $menu_settings['navigation_as_header'] || $menu_settings['sticky_navigation_logo'] || 'enable' === $menu_settings['mobile_header'] ) { + $premium_css->set_selector( '.navigation-branding .main-title' ); + $premium_css->add_property( 'font-weight', esc_attr( $generate_settings['site_title_font_weight'] ) ); + $premium_css->add_property( 'text-transform', esc_attr( $generate_settings['site_title_font_transform'] ) ); + $premium_css->add_property( 'font-size', absint( $generate_settings['site_title_font_size'] ), false, 'px' ); + + if ( $site_title_family ) { + $premium_css->add_property( 'font-family', 'inherit' !== $generate_settings['font_site_title'] ? $site_title_family : null ); + } + } + } + + $premium_css->start_media_query( generate_premium_get_media_query( 'tablet' ) ); + + if ( '' !== $generate_settings['tablet_navigation_font_size'] ) { + $premium_css->set_selector( '.main-navigation:not(.slideout-navigation) a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items' ); + $premium_css->add_property( 'font-size', absint( $generate_settings['tablet_navigation_font_size'] ), false, 'px' ); + + $tablet_subnav_font_size = $generate_settings['tablet_navigation_font_size'] - 1; + + if ( $generate_settings['tablet_navigation_font_size'] >= 17 ) { + $tablet_subnav_font_size = $generate_settings['tablet_navigation_font_size'] - 3; + } + + $premium_css->set_selector( '.main-navigation:not(.slideout-navigation) .main-nav ul ul li a' ); + $premium_css->add_property( 'font-size', absint( $tablet_subnav_font_size ), false, 'px' ); + } + + if ( '' !== $generate_settings['tablet_site_title_font_size'] ) { + $premium_css->set_selector( '.main-title, .navigation-branding .main-title' ); + $premium_css->add_property( 'font-size', absint( $generate_settings['tablet_site_title_font_size'] ), false, 'px' ); + } + + $premium_css->stop_media_query(); + + $premium_css->start_media_query( generate_premium_get_media_query( 'mobile' ) ); + + $premium_css->set_selector( 'h1.entry-title' ); + + if ( '' !== $generate_settings['single_post_title_font_size_mobile'] ) { + $premium_css->add_property( 'font-size', absint( $generate_settings['single_post_title_font_size_mobile'] ), false, 'px' ); + } + + $premium_css->set_selector( 'h2.entry-title' ); + + if ( '' !== $generate_settings['archive_post_title_font_size_mobile'] ) { + $premium_css->add_property( 'font-size', absint( $generate_settings['archive_post_title_font_size_mobile'] ), false, 'px' ); + } + + $premium_css->stop_media_query(); + + $premium_css->start_media_query( generate_premium_get_media_query( 'mobile-menu' ) ); + + if ( ! empty( $generate_settings['mobile_navigation_font_size'] ) ) { + $premium_css->set_selector( '.main-navigation:not(.slideout-navigation) a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items' ); + $premium_css->add_property( 'font-size', absint( $generate_settings['mobile_navigation_font_size'] ), false, 'px' ); + + $mobile_subnav_font_size = $generate_settings['mobile_navigation_font_size'] - 1; + + if ( $generate_settings['mobile_navigation_font_size'] >= 17 ) { + $mobile_subnav_font_size = $generate_settings['mobile_navigation_font_size'] - 3; + } + + $premium_css->set_selector( '.main-navigation:not(.slideout-navigation) .main-nav ul ul li a' ); + $premium_css->add_property( 'font-size', absint( $mobile_subnav_font_size ), false, 'px' ); + } + + if ( function_exists( 'generate_menu_plus_get_defaults' ) ) { + $menu_settings = wp_parse_args( + get_option( 'generate_menu_plus_settings', array() ), + generate_menu_plus_get_defaults() + ); + + if ( $menu_settings['navigation_as_header'] || $menu_settings['sticky_navigation_logo'] || 'enable' === $menu_settings['mobile_header'] ) { + if ( ! empty( $generate_settings['mobile_site_title_font_size'] ) ) { + $premium_css->set_selector( '.navigation-branding .main-title' ); + $premium_css->add_property( 'font-size', absint( $generate_settings['mobile_site_title_font_size'] ), false, 'px' ); + } + } + } + + $premium_css->stop_media_query(); + + return $premium_css->css_output(); +} + +if ( ! function_exists( 'generate_typography_premium_css' ) ) { + add_action( 'wp_enqueue_scripts', 'generate_typography_premium_css', 100 ); + /** + * Add premium control CSS + * + * @since 1.3 + */ + function generate_typography_premium_css() { + if ( 'inline' === generate_get_css_print_method() ) { + wp_add_inline_style( 'generate-style', generate_typography_get_premium_css() ); + } + } +} + +add_filter( 'generate_external_dynamic_css_output', 'generate_typography_add_to_external_stylesheet' ); +/** + * Add CSS to the external stylesheet. + * + * @since 1.11.0 + * @param string $css Existing CSS. + */ +function generate_typography_add_to_external_stylesheet( $css ) { + if ( 'inline' === generate_get_css_print_method() ) { + return $css; + } + + $css .= generate_typography_get_premium_css(); + + return $css; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/google-fonts.json b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/google-fonts.json new file mode 100644 index 00000000..a574abcf --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/google-fonts.json @@ -0,0 +1,6835 @@ +[ + { + "family": "Roboto", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "700", + "700italic", + "900", + "900italic" + ] + }, + { + "family": "Open Sans", + "category": "sans-serif", + "variants": [ + "300", + "300italic", + "regular", + "italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic" + ] + }, + { + "family": "Lato", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "300", + "300italic", + "regular", + "italic", + "700", + "700italic", + "900", + "900italic" + ] + }, + { + "family": "Slabo 27px", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Oswald", + "category": "sans-serif", + "variants": [ + "200", + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Roboto Condensed", + "category": "sans-serif", + "variants": [ + "300", + "300italic", + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Source Sans Pro", + "category": "sans-serif", + "variants": [ + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "600", + "600italic", + "700", + "700italic", + "900", + "900italic" + ] + }, + { + "family": "Montserrat", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Raleway", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "PT Sans", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Roboto Slab", + "category": "serif", + "variants": [ + "100", + "300", + "regular", + "700" + ] + }, + { + "family": "Merriweather", + "category": "serif", + "variants": [ + "300", + "300italic", + "regular", + "italic", + "700", + "700italic", + "900", + "900italic" + ] + }, + { + "family": "Open Sans Condensed", + "category": "sans-serif", + "variants": [ + "300", + "300italic", + "700" + ] + }, + { + "family": "Droid Sans", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Lora", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Ubuntu", + "category": "sans-serif", + "variants": [ + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "700", + "700italic" + ] + }, + { + "family": "Droid Serif", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Playfair Display", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic", + "900", + "900italic" + ] + }, + { + "family": "Arimo", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Noto Sans", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "PT Serif", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Titillium Web", + "category": "sans-serif", + "variants": [ + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "600", + "600italic", + "700", + "700italic", + "900" + ] + }, + { + "family": "PT Sans Narrow", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Muli", + "category": "sans-serif", + "variants": [ + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Indie Flower", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Bitter", + "category": "serif", + "variants": [ + "regular", + "italic", + "700" + ] + }, + { + "family": "Poppins", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Inconsolata", + "category": "monospace", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Dosis", + "category": "sans-serif", + "variants": [ + "200", + "300", + "regular", + "500", + "600", + "700", + "800" + ] + }, + { + "family": "Fjalla One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Oxygen", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "700" + ] + }, + { + "family": "Hind", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Cabin", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic" + ] + }, + { + "family": "Anton", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Arvo", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Noto Serif", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Crimson Text", + "category": "serif", + "variants": [ + "regular", + "italic", + "600", + "600italic", + "700", + "700italic" + ] + }, + { + "family": "Lobster", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Yanone Kaffeesatz", + "category": "sans-serif", + "variants": [ + "200", + "300", + "regular", + "700" + ] + }, + { + "family": "Nunito", + "category": "sans-serif", + "variants": [ + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Bree Serif", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Catamaran", + "category": "sans-serif", + "variants": [ + "100", + "200", + "300", + "regular", + "500", + "600", + "700", + "800", + "900" + ] + }, + { + "family": "Libre Baskerville", + "category": "serif", + "variants": [ + "regular", + "italic", + "700" + ] + }, + { + "family": "Abel", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Josefin Sans", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "300", + "300italic", + "regular", + "italic", + "600", + "600italic", + "700", + "700italic" + ] + }, + { + "family": "Fira Sans", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Gloria Hallelujah", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Abril Fatface", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Exo 2", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Merriweather Sans", + "category": "sans-serif", + "variants": [ + "300", + "300italic", + "regular", + "italic", + "700", + "700italic", + "800", + "800italic" + ] + }, + { + "family": "Pacifico", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Roboto Mono", + "category": "monospace", + "variants": [ + "100", + "100italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "700", + "700italic" + ] + }, + { + "family": "Varela Round", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Asap", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "500", + "500italic", + "700", + "700italic" + ] + }, + { + "family": "Amatic SC", + "category": "handwriting", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Quicksand", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "500", + "700" + ] + }, + { + "family": "Karla", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Ubuntu Condensed", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Signika", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "600", + "700" + ] + }, + { + "family": "Alegreya", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic", + "900", + "900italic" + ] + }, + { + "family": "Questrial", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Rubik", + "category": "sans-serif", + "variants": [ + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "700", + "700italic", + "900", + "900italic" + ] + }, + { + "family": "Shadows Into Light", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "PT Sans Caption", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Archivo Narrow", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Play", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Cuprum", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Dancing Script", + "category": "handwriting", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Rokkitt", + "category": "serif", + "variants": [ + "100", + "200", + "300", + "regular", + "500", + "600", + "700", + "800", + "900" + ] + }, + { + "family": "Work Sans", + "category": "sans-serif", + "variants": [ + "100", + "200", + "300", + "regular", + "500", + "600", + "700", + "800", + "900" + ] + }, + { + "family": "Francois One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Vollkorn", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Source Code Pro", + "category": "monospace", + "variants": [ + "200", + "300", + "regular", + "500", + "600", + "700", + "900" + ] + }, + { + "family": "Exo", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Maven Pro", + "category": "sans-serif", + "variants": [ + "regular", + "500", + "700", + "900" + ] + }, + { + "family": "Architects Daughter", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Orbitron", + "category": "sans-serif", + "variants": [ + "regular", + "500", + "700", + "900" + ] + }, + { + "family": "Pathway Gothic One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Acme", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Ropa Sans", + "category": "sans-serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Patua One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "EB Garamond", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Lobster Two", + "category": "display", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Crete Round", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Cinzel", + "category": "serif", + "variants": [ + "regular", + "700", + "900" + ] + }, + { + "family": "Josefin Slab", + "category": "serif", + "variants": [ + "100", + "100italic", + "300", + "300italic", + "regular", + "italic", + "600", + "600italic", + "700", + "700italic" + ] + }, + { + "family": "Source Serif Pro", + "category": "serif", + "variants": [ + "regular", + "600", + "700" + ] + }, + { + "family": "Alegreya Sans", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Comfortaa", + "category": "display", + "variants": [ + "300", + "regular", + "700" + ] + }, + { + "family": "Russo One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "News Cycle", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "ABeeZee", + "category": "sans-serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Yellowtail", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Noticia Text", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Monda", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Quattrocento Sans", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Hammersmith One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Libre Franklin", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Satisfy", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Pontano Sans", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Righteous", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Poiret One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "BenchNine", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "700" + ] + }, + { + "family": "Arapey", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Kaushan Script", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Economica", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Kanit", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Old Standard TT", + "category": "serif", + "variants": [ + "regular", + "italic", + "700" + ] + }, + { + "family": "Sanchez", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Courgette", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Quattrocento", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Domine", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Gudea", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700" + ] + }, + { + "family": "Permanent Marker", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Armata", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Cantarell", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Archivo Black", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Istok Web", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Cardo", + "category": "serif", + "variants": [ + "regular", + "italic", + "700" + ] + }, + { + "family": "Playfair Display SC", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic", + "900", + "900italic" + ] + }, + { + "family": "Passion One", + "category": "display", + "variants": [ + "regular", + "700", + "900" + ] + }, + { + "family": "Tinos", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Cookie", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Cormorant Garamond", + "category": "serif", + "variants": [ + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic" + ] + }, + { + "family": "Philosopher", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Yantramanav", + "category": "sans-serif", + "variants": [ + "100", + "300", + "regular", + "500", + "700", + "900" + ] + }, + { + "family": "Chewy", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Antic Slab", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Handlee", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Teko", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Boogaloo", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Vidaloka", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Audiowide", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Coming Soon", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Alfa Slab One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Cabin Condensed", + "category": "sans-serif", + "variants": [ + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Ruda", + "category": "sans-serif", + "variants": [ + "regular", + "700", + "900" + ] + }, + { + "family": "Ek Mukta", + "category": "sans-serif", + "variants": [ + "200", + "300", + "regular", + "500", + "600", + "700", + "800" + ] + }, + { + "family": "Changa One", + "category": "display", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Tangerine", + "category": "handwriting", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Great Vibes", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Sintony", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Khand", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Bevan", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Kalam", + "category": "handwriting", + "variants": [ + "300", + "regular", + "700" + ] + }, + { + "family": "Days One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Bangers", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Rajdhani", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Droid Sans Mono", + "category": "monospace", + "variants": [ + "regular" + ] + }, + { + "family": "Kreon", + "category": "serif", + "variants": [ + "300", + "regular", + "700" + ] + }, + { + "family": "Rambla", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Shrikhand", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Fredoka One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Shadows Into Light Two", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Playball", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Neuton", + "category": "serif", + "variants": [ + "200", + "300", + "regular", + "italic", + "700", + "800" + ] + }, + { + "family": "Copse", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Didact Gothic", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Signika Negative", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "600", + "700" + ] + }, + { + "family": "Amiri", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Gentium Book Basic", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Glegoo", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Oleo Script", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Voltaire", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Actor", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Amaranth", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Paytone One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Volkhov", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Sorts Mill Goudy", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Bad Script", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Coda", + "category": "display", + "variants": [ + "regular", + "800" + ] + }, + { + "family": "Damion", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Sacramento", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Squada One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Rock Salt", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Adamina", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Alice", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Cantata One", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Luckiest Guy", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Rochester", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Covered By Your Grace", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Heebo", + "category": "sans-serif", + "variants": [ + "100", + "300", + "regular", + "500", + "700", + "800", + "900" + ] + }, + { + "family": "VT323", + "category": "monospace", + "variants": [ + "regular" + ] + }, + { + "family": "Nothing You Could Do", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Patrick Hand", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Gentium Basic", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Nobile", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Rancho", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Marck Script", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Special Elite", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Julius Sans One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Varela", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "PT Mono", + "category": "monospace", + "variants": [ + "regular" + ] + }, + { + "family": "Alex Brush", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Homemade Apple", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Scada", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Jura", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "500", + "600" + ] + }, + { + "family": "Antic", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Gochi Hand", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Sarala", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Electrolize", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Sigmar One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Candal", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Prata", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Homenaje", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Pinyon Script", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Unica One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Basic", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Neucha", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Convergence", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Molengo", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Caveat Brush", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Monoton", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Calligraffitti", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Kameron", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Share", + "category": "display", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Alegreya Sans SC", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Enriqueta", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Martel", + "category": "serif", + "variants": [ + "200", + "300", + "regular", + "600", + "700", + "800", + "900" + ] + }, + { + "family": "Black Ops One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Just Another Hand", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Caveat", + "category": "handwriting", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "PT Serif Caption", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Ultra", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Ubuntu Mono", + "category": "monospace", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Carme", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Cousine", + "category": "monospace", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Cherry Cream Soda", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Reenie Beanie", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Hind Siliguri", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Bubblegum Sans", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Aldrich", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Lustria", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Alef", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Freckle Face", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Fanwood Text", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Advent Pro", + "category": "sans-serif", + "variants": [ + "100", + "200", + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Allura", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Ceviche One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Press Start 2P", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Overlock", + "category": "display", + "variants": [ + "regular", + "italic", + "700", + "700italic", + "900", + "900italic" + ] + }, + { + "family": "Niconne", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Limelight", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Frank Ruhl Libre", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "500", + "700", + "900" + ] + }, + { + "family": "Allerta Stencil", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Marcellus", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Pragati Narrow", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Michroma", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Fauna One", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Syncopate", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Telex", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Marvel", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Cabin Sketch", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Hanuman", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Cairo", + "category": "sans-serif", + "variants": [ + "200", + "300", + "regular", + "600", + "700", + "900" + ] + }, + { + "family": "Chivo", + "category": "sans-serif", + "variants": [ + "300", + "300italic", + "regular", + "italic", + "700", + "700italic", + "900", + "900italic" + ] + }, + { + "family": "Allerta", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Fugaz One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Viga", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Ruslan Display", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Nixie One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Marmelad", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Average", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Spinnaker", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Leckerli One", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Judson", + "category": "serif", + "variants": [ + "regular", + "italic", + "700" + ] + }, + { + "family": "Lusitana", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Montserrat Alternates", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Contrail One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Oranienbaum", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Hind Vadodara", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Rufina", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Quantico", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Concert One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Marcellus SC", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Jockey One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Parisienne", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Carter One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Arbutus Slab", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Slabo 13px", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Tauri", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Goudy Bookletter 1911", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Carrois Gothic", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Sue Ellen Francisco", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Walter Turncoat", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Annie Use Your Telescope", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Puritan", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Grand Hotel", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Yesteryear", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Jaldi", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Khula", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "600", + "700", + "800" + ] + }, + { + "family": "Cinzel Decorative", + "category": "display", + "variants": [ + "regular", + "700", + "900" + ] + }, + { + "family": "Crafty Girls", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Merienda", + "category": "handwriting", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Hind Guntur", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Cutive", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Prompt", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Coustard", + "category": "serif", + "variants": [ + "regular", + "900" + ] + }, + { + "family": "Arima Madurai", + "category": "display", + "variants": [ + "100", + "200", + "300", + "regular", + "500", + "700", + "800", + "900" + ] + }, + { + "family": "Doppio One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Radley", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Fontdiner Swanky", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Iceland", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Alegreya SC", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic", + "900", + "900italic" + ] + }, + { + "family": "Halant", + "category": "serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Schoolbell", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Waiting for the Sunrise", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Italianno", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Fredericka the Great", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Average Sans", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Rosario", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Mr Dafoe", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Port Lligat Slab", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Aclonica", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Graduate", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Racing Sans One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Berkshire Swash", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Forum", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Anonymous Pro", + "category": "monospace", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Love Ya Like A Sister", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Nunito Sans", + "category": "sans-serif", + "variants": [ + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Magra", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Lateef", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Assistant", + "category": "sans-serif", + "variants": [ + "200", + "300", + "regular", + "600", + "700", + "800" + ] + }, + { + "family": "Six Caps", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Gilda Display", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Oregano", + "category": "display", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Metrophobic", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Lalezar", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Caudex", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Kelly Slab", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Reem Kufi", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Cambay", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Gruppo", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Give You Glory", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "GFS Didot", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Duru Sans", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Andika", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Tenor Sans", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Knewave", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Averia Serif Libre", + "category": "display", + "variants": [ + "300", + "300italic", + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Eczar", + "category": "serif", + "variants": [ + "regular", + "500", + "600", + "700", + "800" + ] + }, + { + "family": "Inder", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Martel Sans", + "category": "sans-serif", + "variants": [ + "200", + "300", + "regular", + "600", + "700", + "800", + "900" + ] + }, + { + "family": "Trocchi", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Wire One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Petit Formal Script", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Mako", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Frijole", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Zeyada", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Slackey", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Karma", + "category": "serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Mate", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Belleza", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Montez", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Quando", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Capriola", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Lilita One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Trirong", + "category": "serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Lekton", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700" + ] + }, + { + "family": "Just Me Again Down Here", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Bowlby One SC", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "The Girl Next Door", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Happy Monkey", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Merienda One", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Alike", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Chelsea Market", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Unkempt", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Anaheim", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Strait", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Brawler", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Clicker Script", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Delius", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Mouse Memoirs", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "IM Fell Double Pica", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Crushed", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Rammetto One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Prosto One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Kranky", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "IM Fell English", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Aladin", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Mr De Haviland", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "NTR", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Londrina Solid", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Skranji", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Allan", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Baumans", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Ovo", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Changa", + "category": "sans-serif", + "variants": [ + "200", + "300", + "regular", + "500", + "600", + "700", + "800" + ] + }, + { + "family": "Lemon", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Federo", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Herr Von Muellerhoff", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Arizonia", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Bowlby One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Orienta", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Short Stack", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Bungee Inline", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Andada", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Baloo Paaji", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Oxygen Mono", + "category": "monospace", + "variants": [ + "regular" + ] + }, + { + "family": "Yeseva One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "UnifrakturMaguntia", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Bentham", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Londrina Outline", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Pompiere", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Gabriela", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Qwigley", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Nova Square", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Poly", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Sniglet", + "category": "display", + "variants": [ + "regular", + "800" + ] + }, + { + "family": "Patrick Hand SC", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Gravitas One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Khmer", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Shojumaru", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Kurale", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Gafata", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Biryani", + "category": "sans-serif", + "variants": [ + "200", + "300", + "regular", + "600", + "700", + "800", + "900" + ] + }, + { + "family": "Cambo", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Titan One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Carrois Gothic SC", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "La Belle Aurore", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Holtwood One SC", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Oleo Script Swash Caps", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Headland One", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Cherry Swash", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Belgrano", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Norican", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Mountains of Christmas", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Julee", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Ramabhadra", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Mallanna", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Kristi", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Imprima", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Lily Script One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Chau Philomene One", + "category": "sans-serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Bilbo Swash Caps", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Finger Paint", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Voces", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Itim", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Megrim", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Simonetta", + "category": "display", + "variants": [ + "regular", + "italic", + "900", + "900italic" + ] + }, + { + "family": "Cutive Mono", + "category": "monospace", + "variants": [ + "regular" + ] + }, + { + "family": "Stardos Stencil", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "IM Fell DW Pica", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Unna", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Loved by the King", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Prociono", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Corben", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Amiko", + "category": "sans-serif", + "variants": [ + "regular", + "600", + "700" + ] + }, + { + "family": "Denk One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Palanquin", + "category": "sans-serif", + "variants": [ + "100", + "200", + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Baloo", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Fondamento", + "category": "handwriting", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Seaweed Script", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Shanti", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Wendy One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Raleway Dots", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Amethysta", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Vast Shadow", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Stalemate", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Fira Mono", + "category": "monospace", + "variants": [ + "regular", + "500", + "700" + ] + }, + { + "family": "Expletus Sans", + "category": "display", + "variants": [ + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic" + ] + }, + { + "family": "Scheherazade", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Fenix", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Delius Swash Caps", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Rouge Script", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Life Savers", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "IM Fell English SC", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Meddon", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Tienne", + "category": "serif", + "variants": [ + "regular", + "700", + "900" + ] + }, + { + "family": "Over the Rainbow", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Share Tech Mono", + "category": "monospace", + "variants": [ + "regular" + ] + }, + { + "family": "Abhaya Libre", + "category": "serif", + "variants": [ + "regular", + "500", + "600", + "700", + "800" + ] + }, + { + "family": "Kotta One", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Pridi", + "category": "serif", + "variants": [ + "200", + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Euphoria Script", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Engagement", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Podkova", + "category": "serif", + "variants": [ + "regular", + "500", + "600", + "700", + "800" + ] + }, + { + "family": "Salsa", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Sofia", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Suranna", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Mada", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "500", + "900" + ] + }, + { + "family": "Chonburi", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Ledger", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Italiana", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Dawning of a New Day", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Nokora", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Angkor", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Medula One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Taviraj", + "category": "serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Vampiro One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Englebert", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Nova Mono", + "category": "monospace", + "variants": [ + "regular" + ] + }, + { + "family": "Dorsa", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Averia Sans Libre", + "category": "display", + "variants": [ + "300", + "300italic", + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Cedarville Cursive", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Geo", + "category": "sans-serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Rationale", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Balthazar", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Sunshiney", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Aguafina Script", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Mystery Quest", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Fjord One", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Fira Sans Extra Condensed", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Kadwa", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "McLaren", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Rye", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Sail", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Athiti", + "category": "sans-serif", + "variants": [ + "200", + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Rosarivo", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Kite One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Odor Mean Chey", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Numans", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Artifika", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Poller One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Gurajada", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Inika", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Mandali", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Bungee Shade", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Suwannaphum", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Mate SC", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Creepster", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Arsenal", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Montserrat Subrayada", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Metamorphous", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Palanquin Dark", + "category": "sans-serif", + "variants": [ + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Coda Caption", + "category": "sans-serif", + "variants": [ + "800" + ] + }, + { + "family": "Dynalight", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Maitree", + "category": "serif", + "variants": [ + "200", + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "IM Fell French Canon", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Amarante", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Quintessential", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Codystar", + "category": "display", + "variants": [ + "300", + "regular" + ] + }, + { + "family": "Cantora One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Aref Ruqaa", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Griffy", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Revalia", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Buenard", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Donegal One", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "IM Fell DW Pica SC", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Habibi", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Share Tech", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Flamenco", + "category": "display", + "variants": [ + "300", + "regular" + ] + }, + { + "family": "Mitr", + "category": "sans-serif", + "variants": [ + "200", + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Maiden Orange", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Diplomata SC", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Cormorant", + "category": "serif", + "variants": [ + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic" + ] + }, + { + "family": "Delius Unicase", + "category": "handwriting", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Stoke", + "category": "serif", + "variants": [ + "300", + "regular" + ] + }, + { + "family": "Vibur", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Sarpanch", + "category": "sans-serif", + "variants": [ + "regular", + "500", + "600", + "700", + "800", + "900" + ] + }, + { + "family": "Baloo Bhaina", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Baloo Tamma", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Averia Libre", + "category": "display", + "variants": [ + "300", + "300italic", + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Esteban", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Battambang", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Bokor", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Wallpoet", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "IM Fell Great Primer", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Tulpen One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Proza Libre", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic" + ] + }, + { + "family": "IM Fell French Canon SC", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Vesper Libre", + "category": "serif", + "variants": [ + "regular", + "500", + "700", + "900" + ] + }, + { + "family": "Rozha One", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Sansita", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Kavoon", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Della Respira", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Milonga", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Condiment", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Junge", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "New Rocker", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Chicle", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Mrs Saint Delafield", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "League Script", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Miniver", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Galindo", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Moul", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Amatica SC", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Stint Ultra Expanded", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Yrsa", + "category": "serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Stint Ultra Condensed", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Suez One", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Text Me One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Buda", + "category": "display", + "variants": [ + "300" + ] + }, + { + "family": "Ruluko", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Sonsie One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Krona One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Elsie", + "category": "display", + "variants": [ + "regular", + "900" + ] + }, + { + "family": "Pangolin", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Linden Hill", + "category": "serif", + "variants": [ + "regular", + "italic" + ] + }, + { + "family": "Secular One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "IM Fell Double Pica SC", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Alike Angular", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Sancreek", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Bilbo", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Antic Didone", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Paprika", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Asul", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "David Libre", + "category": "serif", + "variants": [ + "regular", + "500", + "700" + ] + }, + { + "family": "Almendra", + "category": "serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Sriracha", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Miriam Libre", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Ribeye", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Swanky and Moo Moo", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Trade Winds", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Overlock SC", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Nova Round", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Cagliostro", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Glass Antiqua", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Offside", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "El Messiri", + "category": "sans-serif", + "variants": [ + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Bigshot One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "IM Fell Great Primer SC", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Akronim", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Fira Sans Condensed", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Nosifer", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Autour One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Pirata One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Port Lligat Sans", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Scope One", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Sumana", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Lemonada", + "category": "display", + "variants": [ + "300", + "regular", + "600", + "700" + ] + }, + { + "family": "Montaga", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Iceberg", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Ruthie", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Content", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Henny Penny", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Nova Slim", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Hind Madurai", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Harmattan", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "UnifrakturCook", + "category": "display", + "variants": [ + "700" + ] + }, + { + "family": "Sarina", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Bubbler One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Dekko", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Redressed", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Laila", + "category": "serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Faster One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Arya", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Peralta", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Meie Script", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Overpass", + "category": "sans-serif", + "variants": [ + "100", + "100italic", + "200", + "200italic", + "300", + "300italic", + "regular", + "italic", + "600", + "600italic", + "700", + "700italic", + "800", + "800italic", + "900", + "900italic" + ] + }, + { + "family": "Monsieur La Doulaise", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Bungee", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Snippet", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Emilys Candy", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Trykker", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "MedievalSharp", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Space Mono", + "category": "monospace", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Croissant One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Monofett", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Lovers Quarrel", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Oldenburg", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Galdeano", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Spicy Rice", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Wellfleet", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Germania One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "GFS Neohellenic", + "category": "sans-serif", + "variants": [ + "regular", + "italic", + "700", + "700italic" + ] + }, + { + "family": "Baloo Thambi", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Jolly Lodger", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Rubik Mono One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Pattaya", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Joti One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Siemreap", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Ranga", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Chango", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Miltonian Tattoo", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Koulen", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Eagle Lake", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Nova Flat", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Petrona", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Jacques Francois", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Amita", + "category": "handwriting", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Plaster", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Ramaraja", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Sura", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Kenia", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Fresca", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Jomhuria", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Lancelot", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Pavanam", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Rum Raisin", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Almendra SC", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Purple Purse", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Kumar One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Modern Antiqua", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Piedra", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Irish Grover", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Molle", + "category": "handwriting", + "variants": [ + "italic" + ] + }, + { + "family": "Cormorant Infant", + "category": "serif", + "variants": [ + "300", + "300italic", + "regular", + "italic", + "500", + "500italic", + "600", + "600italic", + "700", + "700italic" + ] + }, + { + "family": "Margarine", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Sahitya", + "category": "serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Mukta Vaani", + "category": "sans-serif", + "variants": [ + "200", + "300", + "regular", + "500", + "600", + "700", + "800" + ] + }, + { + "family": "Astloch", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Snowburst One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Rhodium Libre", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Smythe", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Asset", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Ewert", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Keania One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Ranchers", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Gorditas", + "category": "display", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Sirin Stencil", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Averia Gruesa Libre", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Trochut", + "category": "display", + "variants": [ + "regular", + "italic", + "700" + ] + }, + { + "family": "Baloo Chettan", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Kdam Thmor", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Timmana", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Original Surfer", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Supermercado One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Mirza", + "category": "display", + "variants": [ + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Passero One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Nova Oval", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Caesar Dressing", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Taprom", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Fascinate", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Seymour One", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Freehand", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Ravi Prakash", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Coiny", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Atomic Age", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Jacques Francois Shadow", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Diplomata", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Dr Sugiyama", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Miltonian", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Ribeye Marrow", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Elsie Swash Caps", + "category": "display", + "variants": [ + "regular", + "900" + ] + }, + { + "family": "Felipa", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Galada", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Nova Script", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Bayon", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Underdog", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Devonshire", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Atma", + "category": "display", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Londrina Shadow", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Sofadi One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Tillana", + "category": "handwriting", + "variants": [ + "regular", + "500", + "600", + "700", + "800" + ] + }, + { + "family": "Inknut Antiqua", + "category": "serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700", + "800", + "900" + ] + }, + { + "family": "Goblin One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Rakkas", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Metal", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Farsan", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Londrina Sketch", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Nova Cut", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "BioRhyme", + "category": "serif", + "variants": [ + "200", + "300", + "regular", + "700", + "800" + ] + }, + { + "family": "Warnes", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Romanesco", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Fascinate Inline", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Mrs Sheppards", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Princess Sofia", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Modak", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Spirax", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Cormorant Upright", + "category": "serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Geostar Fill", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Cormorant SC", + "category": "serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Baloo Bhai", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Sree Krushnadevaraya", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Smokum", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Arbutus", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Fruktur", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Geostar", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Marko One", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Erica One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Yatra One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Uncial Antiqua", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Combo", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Gidugu", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Aubrey", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Jim Nightshade", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Butterfly Kids", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Metal Mania", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Macondo", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Chenla", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Miss Fajardose", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Macondo Swash Caps", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Barrio", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Sevillana", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Bigelow Rules", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Rasa", + "category": "serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Risque", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Federant", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Dangrek", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Chathura", + "category": "sans-serif", + "variants": [ + "100", + "300", + "regular", + "700", + "800" + ] + }, + { + "family": "Almendra Display", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Chela One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Bonbon", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Stalinist One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Mr Bedfort", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Eater", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Fasthand", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Mogra", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Padauk", + "category": "sans-serif", + "variants": [ + "regular", + "700" + ] + }, + { + "family": "Preahvihear", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Flavors", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Ruge Boogie", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Tenali Ramakrishna", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Unlock", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Butcherman", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Baloo Da", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Lakki Reddy", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Cormorant Unicase", + "category": "serif", + "variants": [ + "300", + "regular", + "500", + "600", + "700" + ] + }, + { + "family": "Katibeh", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Asar", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Emblema One", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Moulpali", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Meera Inimai", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Kantumruy", + "category": "sans-serif", + "variants": [ + "300", + "regular", + "700" + ] + }, + { + "family": "Suravaram", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Bungee Hairline", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Overpass Mono", + "category": "monospace", + "variants": [ + "300", + "regular", + "600", + "700" + ] + }, + { + "family": "Peddana", + "category": "serif", + "variants": [ + "regular" + ] + }, + { + "family": "Bahiana", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Kumar One Outline", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Hanalei Fill", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Dhurjati", + "category": "sans-serif", + "variants": [ + "regular" + ] + }, + { + "family": "Hanalei", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "Kavivanar", + "category": "handwriting", + "variants": [ + "regular" + ] + }, + { + "family": "Bungee Outline", + "category": "display", + "variants": [ + "regular" + ] + }, + { + "family": "BioRhyme Expanded", + "category": "serif", + "variants": [ + "200", + "300", + "regular", + "700", + "800" + ] + } +] diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/js/customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/js/customizer.js new file mode 100644 index 00000000..f214b655 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/js/customizer.js @@ -0,0 +1,250 @@ +function gp_premium_typography_live_update( id, selector, property, unit, media, settings ) { + settings = typeof settings !== 'undefined' ? settings : 'generate_settings'; + wp.customize( settings + '[' + id + ']', function( value ) { + value.bind( function( newval ) { + // Get our unit if applicable + unit = typeof unit !== 'undefined' ? unit : ''; + + var isTablet = ( 'tablet' == id.substring( 0, 6 ) ) ? true : false, + isMobile = ( 'mobile' == id.substring( 0, 6 ) ) ? true : false; + + if ( isTablet ) { + if ( '' == wp.customize(settings + '[' + id + ']').get() ) { + var desktopID = id.replace( 'tablet_', '' ); + newval = wp.customize(settings + '[' + desktopID + ']').get(); + } + } + + if ( isMobile ) { + if ( '' == wp.customize(settings + '[' + id + ']').get() ) { + var desktopID = id.replace( 'mobile_', '' ); + newval = wp.customize(settings + '[' + desktopID + ']').get(); + } + } + + if ( 'buttons_font_size' == id && '' == wp.customize('generate_settings[buttons_font_size]').get() ) { + newval = wp.customize('generate_settings[body_font_size]').get(); + } + + if ( 'single_post_title_weight' == id && '' == wp.customize('generate_settings[single_post_title_weight]').get() ) { + newval = wp.customize('generate_settings[heading_1_weight]').get(); + } + + if ( 'single_post_title_transform' == id && '' == wp.customize('generate_settings[single_post_title_transform]').get() ) { + newval = wp.customize('generate_settings[heading_1_transform]').get(); + } + + if ( 'archive_post_title_weight' == id && '' == wp.customize('generate_settings[archive_post_title_weight]').get() ) { + newval = wp.customize('generate_settings[heading_2_weight]').get(); + } + + if ( 'archive_post_title_transform' == id && '' == wp.customize('generate_settings[archive_post_title_transform]').get() ) { + newval = wp.customize('generate_settings[heading_2_transform]').get(); + } + + // We're using a desktop value + if ( ! isTablet && ! isMobile ) { + + var tabletValue = ( typeof wp.customize(settings + '[tablet_' + id + ']') !== 'undefined' ) ? wp.customize(settings + '[tablet_' + id + ']').get() : '', + mobileValue = ( typeof wp.customize(settings + '[mobile_' + id + ']') !== 'undefined' ) ? wp.customize(settings + '[mobile_' + id + ']').get() : ''; + + // The tablet setting exists, mobile doesn't + if ( '' !== tabletValue && '' == mobileValue ) { + media = gp_typography.desktop + ', ' + gp_typography.mobile; + } + + // The tablet setting doesn't exist, mobile does + if ( '' == tabletValue && '' !== mobileValue ) { + media = gp_typography.desktop + ', ' + gp_typography.tablet; + } + + // The tablet setting doesn't exist, neither does mobile + if ( '' == tabletValue && '' == mobileValue ) { + media = gp_typography.desktop + ', ' + gp_typography.tablet + ', ' + gp_typography.mobile; + } + + } + + // Check if media query + media_query = typeof media !== 'undefined' ? 'media="' + media + '"' : ''; + + jQuery( 'head' ).append( '' ); + setTimeout(function() { + jQuery( 'style#' + id ).not( ':last' ).remove(); + }, 1000); + + setTimeout("jQuery('body').trigger('generate_spacing_updated');", 1000); + } ); + } ); +} + +/** + * Body font size, weight and transform + */ +gp_premium_typography_live_update( 'body_font_size', 'body, button, input, select, textarea', 'font-size', 'px' ); +gp_premium_typography_live_update( 'body_line_height', 'body', 'line-height', '' ); +gp_premium_typography_live_update( 'paragraph_margin', 'p, .entry-content > [class*="wp-block-"]:not(:last-child)', 'margin-bottom', 'em' ); +gp_premium_typography_live_update( 'body_font_weight', 'body, button, input, select, textarea', 'font-weight' ); +gp_premium_typography_live_update( 'body_font_transform', 'body, button, input, select, textarea', 'text-transform' ); + +/** + * Top bar font size, weight and transform + */ +gp_premium_typography_live_update( 'top_bar_font_size', '.top-bar', 'font-size', 'px' ); +gp_premium_typography_live_update( 'top_bar_font_weight', '.top-bar', 'font-weight' ); +gp_premium_typography_live_update( 'top_bar_font_transform', '.top-bar', 'text-transform' ); + +/** + * Site title font size, weight and transform + */ +gp_premium_typography_live_update( 'site_title_font_size', '.main-title, .navigation-branding .main-title', 'font-size', 'px', gp_typography.desktop ); +gp_premium_typography_live_update( 'tablet_site_title_font_size', '.main-title, .navigation-branding .main-title', 'font-size', 'px', gp_typography.tablet ); +gp_premium_typography_live_update( 'mobile_site_title_font_size', '.main-title, .navigation-branding .main-title', 'font-size', 'px', gp_typography.mobile ); +gp_premium_typography_live_update( 'site_title_font_weight', '.main-title, .navigation-branding .main-title', 'font-weight' ); +gp_premium_typography_live_update( 'site_title_font_transform', '.main-title, .navigation-branding .main-title', 'text-transform' ); + +/** + * Site description font size, weight and transform + */ +gp_premium_typography_live_update( 'site_tagline_font_size', '.site-description', 'font-size', 'px' ); +gp_premium_typography_live_update( 'site_tagline_font_weight', '.site-description', 'font-weight' ); +gp_premium_typography_live_update( 'site_tagline_font_transform', '.site-description', 'text-transform' ); + +/** + * Main navigation font size, weight and transform + */ +gp_premium_typography_live_update( 'navigation_font_size', '.main-navigation a, .menu-toggle, .main-navigation .menu-bar-items', 'font-size', 'px', gp_typography.desktop ); +gp_premium_typography_live_update( 'tablet_navigation_font_size', '.main-navigation a, .menu-toggle, .main-navigation .menu-bar-items', 'font-size', 'px', gp_typography.tablet ); +gp_premium_typography_live_update( 'mobile_navigation_font_size', '.main-navigation:not(.slideout-navigation) a, .menu-toggle, .main-navigation .menu-bar-items', 'font-size', 'px', gp_typography.mobile ); +gp_premium_typography_live_update( 'navigation_font_weight', '.main-navigation a, .menu-toggle', 'font-weight' ); +gp_premium_typography_live_update( 'navigation_font_transform', '.main-navigation a, .menu-toggle', 'text-transform' ); + +/** + * Site title when in navigation. + */ + gp_premium_typography_live_update( 'navigation_site_title_font_size', '.navigation-branding .main-title', 'font-size', 'px', gp_typography.desktop ); + gp_premium_typography_live_update( 'tablet_navigation_site_title_font_size', '.navigation-branding .main-title', 'font-size', 'px', gp_typography.tablet ); + gp_premium_typography_live_update( 'mobile_navigation_site_title_font_size', '.navigation-branding .main-title', 'font-size', 'px', gp_typography.mobile ); + +/** + * Secondary navigation font size, weight and transform + */ +gp_premium_typography_live_update( 'secondary_navigation_font_size', '.secondary-navigation .main-nav ul li a,.secondary-navigation .menu-toggle, .secondary-navigation .top-bar, .secondary-navigation .secondary-menu-bar-items', 'font-size', 'px', '', 'generate_secondary_nav_settings' ); +gp_premium_typography_live_update( 'secondary_navigation_font_weight', '.secondary-navigation .main-nav ul li a,.secondary-navigation .menu-toggle, .secondary-navigation .top-bar', 'font-weight', '', '', 'generate_secondary_nav_settings' ); +gp_premium_typography_live_update( 'secondary_navigation_font_transform', '.secondary-navigation .main-nav ul li a,.secondary-navigation .menu-toggle, .secondary-navigation .top-bar', 'text-transform', '', '', 'generate_secondary_nav_settings' ); + +/** + * Buttons + */ +gp_premium_typography_live_update( 'buttons_font_size', 'button:not(.menu-toggle),html input[type="button"],input[type="reset"],input[type="submit"],.button,.button:visited,.wp-block-button .wp-block-button__link,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button', 'font-size', 'px' ); +gp_premium_typography_live_update( 'buttons_font_weight', 'button:not(.menu-toggle),html input[type="button"],input[type="reset"],input[type="submit"],.button,.button:visited,.wp-block-button .wp-block-button__link,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button', 'font-weight' ); +gp_premium_typography_live_update( 'buttons_font_transform', 'button:not(.menu-toggle),html input[type="button"],input[type="reset"],input[type="submit"],.button,.button:visited,.wp-block-button .wp-block-button__link,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button', 'text-transform' ); + +/** + * H1 font size, weight and transform + */ +gp_premium_typography_live_update( 'heading_1_font_size', 'h1', 'font-size', 'px', gp_typography.desktop ); +gp_premium_typography_live_update( 'mobile_heading_1_font_size', 'h1', 'font-size', 'px', gp_typography.mobile ); +gp_premium_typography_live_update( 'heading_1_weight', 'h1', 'font-weight' ); +gp_premium_typography_live_update( 'heading_1_transform', 'h1', 'text-transform' ); +gp_premium_typography_live_update( 'heading_1_line_height', 'h1', 'line-height', 'em' ); +gp_premium_typography_live_update( 'heading_1_margin_bottom', 'h1', 'margin-bottom', 'px' ); + +/** + * Single content title (h1) + */ +gp_premium_typography_live_update( 'single_post_title_font_size', 'h1.entry-title', 'font-size', 'px', gp_typography.desktop ); +gp_premium_typography_live_update( 'single_post_title_font_size_mobile', 'h1.entry-title', 'font-size', 'px', gp_typography.mobile ); +gp_premium_typography_live_update( 'single_post_title_weight', 'h1.entry-title', 'font-weight' ); +gp_premium_typography_live_update( 'single_post_title_transform', 'h1.entry-title', 'text-transform' ); +gp_premium_typography_live_update( 'single_post_title_line_height', 'h1.entry-title', 'line-height', 'em' ); + +/** + * H2 font size, weight and transform + */ +gp_premium_typography_live_update( 'heading_2_font_size', 'h2', 'font-size', 'px', gp_typography.desktop ); +gp_premium_typography_live_update( 'mobile_heading_2_font_size', 'h2', 'font-size', 'px', gp_typography.mobile ); +gp_premium_typography_live_update( 'heading_2_weight', 'h2', 'font-weight' ); +gp_premium_typography_live_update( 'heading_2_transform', 'h2', 'text-transform' ); +gp_premium_typography_live_update( 'heading_2_line_height', 'h2', 'line-height', 'em' ); +gp_premium_typography_live_update( 'heading_2_margin_bottom', 'h2', 'margin-bottom', 'px' ); + +/** + * Archive post title (h1) + */ +gp_premium_typography_live_update( 'archive_post_title_font_size', 'h2.entry-title', 'font-size', 'px', gp_typography.desktop ); +gp_premium_typography_live_update( 'archive_post_title_font_size_mobile', 'h2.entry-title', 'font-size', 'px', gp_typography.mobile ); +gp_premium_typography_live_update( 'archive_post_title_weight', 'h2.entry-title', 'font-weight' ); +gp_premium_typography_live_update( 'archive_post_title_transform', 'h2.entry-title', 'text-transform' ); +gp_premium_typography_live_update( 'archive_post_title_line_height', 'h2.entry-title', 'line-height', 'em' ); + +/** + * H3 font size, weight and transform + */ +gp_premium_typography_live_update( 'heading_3_font_size', 'h3', 'font-size', 'px', gp_typography.desktop ); +gp_premium_typography_live_update( 'mobile_heading_3_font_size', 'h3', 'font-size', 'px', gp_typography.mobile ); +gp_premium_typography_live_update( 'heading_3_weight', 'h3', 'font-weight' ); +gp_premium_typography_live_update( 'heading_3_transform', 'h3', 'text-transform' ); +gp_premium_typography_live_update( 'heading_3_line_height', 'h3', 'line-height', 'em' ); +gp_premium_typography_live_update( 'heading_3_margin_bottom', 'h3', 'margin-bottom', 'px' ); + +/** + * H4 font size, weight and transform + */ +gp_premium_typography_live_update( 'heading_4_font_size', 'h4', 'font-size', 'px', gp_typography.desktop ); +gp_premium_typography_live_update( 'mobile_heading_4_font_size', 'h4', 'font-size', 'px', gp_typography.mobile ); +gp_premium_typography_live_update( 'heading_4_weight', 'h4', 'font-weight' ); +gp_premium_typography_live_update( 'heading_4_transform', 'h4', 'text-transform' ); +gp_premium_typography_live_update( 'heading_4_line_height', 'h4', 'line-height', 'em' ); + +/** + * H5 font size, weight and transform + */ +gp_premium_typography_live_update( 'heading_5_font_size', 'h5', 'font-size', 'px', gp_typography.desktop ); +gp_premium_typography_live_update( 'mobile_heading_5_font_size', 'h5', 'font-size', 'px', gp_typography.mobile ); +gp_premium_typography_live_update( 'heading_5_weight', 'h5', 'font-weight' ); +gp_premium_typography_live_update( 'heading_5_transform', 'h5', 'text-transform' ); +gp_premium_typography_live_update( 'heading_5_line_height', 'h5', 'line-height', 'em' ); + +/** + * H6 font size, weight and transform + */ +gp_premium_typography_live_update( 'heading_6_font_size', 'h6', 'font-size', 'px' ); +gp_premium_typography_live_update( 'heading_6_weight', 'h6', 'font-weight' ); +gp_premium_typography_live_update( 'heading_6_transform', 'h6', 'text-transform' ); +gp_premium_typography_live_update( 'heading_6_line_height', 'h6', 'line-height', 'em' ); + +/** + * Widget title font size, weight and transform + */ +gp_premium_typography_live_update( 'widget_title_font_size', '.widget-title', 'font-size', 'px' ); +gp_premium_typography_live_update( 'widget_title_font_weight', '.widget-title', 'font-weight' ); +gp_premium_typography_live_update( 'widget_title_font_transform', '.widget-title', 'text-transform' ); +gp_premium_typography_live_update( 'widget_title_separator', '.widget-title', 'margin-bottom', 'px' ); +gp_premium_typography_live_update( 'widget_content_font_size', '.sidebar .widget, .footer-widgets .widget', 'font-size', 'px' ); + +/** + * Footer font size, weight and transform + */ +gp_premium_typography_live_update( 'footer_font_size', '.site-info', 'font-size', 'px' ); +gp_premium_typography_live_update( 'footer_weight', '.site-info', 'font-weight' ); +gp_premium_typography_live_update( 'footer_transform', '.site-info', 'text-transform' ); +gp_premium_typography_live_update( 'footer_line_height', '.site-info', 'line-height', 'em' ); + +/** + * WooCommerce product title + */ +gp_premium_typography_live_update( 'wc_product_title_font_size', '.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce ul.products li.product .woocommerce-loop-category__title', 'font-size', 'px', gp_typography.desktop ); +gp_premium_typography_live_update( 'mobile_wc_product_title_font_size', '.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce ul.products li.product .woocommerce-loop-category__title', 'font-size', 'px', gp_typography.mobile ); +gp_premium_typography_live_update( 'wc_product_title_font_weight', '.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce ul.products li.product .woocommerce-loop-category__title', 'font-weight' ); +gp_premium_typography_live_update( 'wc_product_title_font_transform', '.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce ul.products li.product .woocommerce-loop-category__title', 'text-transform' ); + +gp_premium_typography_live_update( 'wc_related_product_title_font_size', '.woocommerce .up-sells ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce .cross-sells ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce .related ul.products li.product .woocommerce-LoopProduct-link h2', 'font-size', 'px' ); + +/** + * Slideout navigation font size, weight and transform + */ +gp_premium_typography_live_update( 'slideout_font_size', '.slideout-navigation.main-navigation .main-nav ul li a', 'font-size', 'px', gp_typography.desktop ); +gp_premium_typography_live_update( 'slideout_mobile_font_size', '.slideout-navigation.main-navigation .main-nav ul li a', 'font-size', 'px', gp_typography.mobile ); +gp_premium_typography_live_update( 'slideout_font_weight', '.slideout-navigation.main-navigation .main-nav ul li a', 'font-weight' ); +gp_premium_typography_live_update( 'slideout_font_transform', '.slideout-navigation.main-navigation .main-nav ul li a', 'text-transform' ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/migration.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/migration.php new file mode 100644 index 00000000..c2ea0e08 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/migration.php @@ -0,0 +1,359 @@ + $generate_settings[ $setting ], + 'variants' => $variants, + 'category' => $category ? $category : 'sans-serif', + ); + } + + if ( function_exists( 'generate_secondary_nav_get_defaults' ) ) { + $secondary_nav_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + + $secondary_nav_id = strtolower( str_replace( ' ', '_', $secondary_nav_settings[ 'font_secondary_navigation' ] ) ); + + if ( ! array_key_exists( $secondary_nav_id, $select_fonts ) && ! in_array( $secondary_nav_settings[ 'font_secondary_navigation' ], generate_typography_default_fonts() ) ) { + $variants = get_theme_mod( 'font_secondary_navigation_variants', array() ); + $category = get_theme_mod( 'font_secondary_navigation_category' ); + + if ( ! empty( $variants ) && ! is_array( $variants ) ) { + $variants = explode( ',', $variants ); + } + + if ( ! $variants ) { + if ( ! $all_fonts ) { + $all_fonts = generate_get_all_google_fonts(); + } + + if ( array_key_exists( $secondary_nav_id, $all_fonts ) ) { + $variants = $all_fonts[ $secondary_nav_id ]['variants']; + } + } + + if ( ! $category ) { + if ( ! $all_fonts ) { + $all_fonts = generate_get_all_google_fonts(); + } + + if ( array_key_exists( $secondary_nav_id, $all_fonts ) ) { + $category = $all_fonts[ $secondary_nav_id ]['category']; + } + } + + $fonts[ $secondary_nav_id ] = array( + 'name' => $secondary_nav_settings[ 'font_secondary_navigation' ], + 'variants' => $variants, + 'category' => $category ? $category : 'sans-serif', + ); + } + } + + return $fonts; + } +} + +if ( ! function_exists( 'generate_typography_set_font_data' ) ) { + add_action( 'admin_init', 'generate_typography_set_font_data' ); + /** + * This function will check to see if your category and variants are saved + * If not, it will set them for you, and won't run again + * + * @since 1.2.90 + */ + function generate_typography_set_font_data() { + // Bail if we don't have our defaults + if ( ! function_exists( 'generate_get_default_fonts' ) ) { + return; + } + + // Get our defaults + $defaults = generate_get_default_fonts(); + + // Get our settings + $generate_settings = wp_parse_args( + get_option( 'generate_settings', array() ), + generate_get_default_fonts() + ); + + // We need to loop through these settings + $font_settings = array( + 'font_body', + 'font_site_title', + 'font_site_tagline', + 'font_navigation', + 'font_widget_title', + 'font_heading_1', + 'font_heading_2', + 'font_heading_3' + ); + + // Add secondary navigation to the array last if it exists + if ( function_exists( 'generate_secondary_nav_get_defaults' ) ) { + $font_settings[ 'font_secondary_navigation' ] = 'font_secondary_navigation'; + } + + // Start looping + foreach( $font_settings as $setting ) { + + // Change our variables for the secondary navigation - this will run last + if ( function_exists( 'generate_secondary_nav_get_defaults' ) && 'font_secondary_navigation' == $setting ) { + $generate_settings = wp_parse_args( + get_option( 'generate_secondary_nav_settings', array() ), + generate_secondary_nav_get_defaults() + ); + $defaults = generate_secondary_nav_get_defaults(); + } + + // We don't need to do this if we're using the default font, as these values have defaults already + if ( $defaults[ $setting ] == $generate_settings[ $setting ] ) { + continue; + } + + // Don't need to continue if we're using a system font or our default font + if ( in_array( $generate_settings[ $setting ], generate_typography_default_fonts() ) || 'Open Sans' == $generate_settings[ $setting ] ) { + continue; + } + + // Don't continue if our category and variants are already set + if ( get_theme_mod( $setting . '_category' ) && get_theme_mod( $setting . '_variants' ) ) { + continue; + } + + // Get all of our fonts + $fonts = generate_get_all_google_fonts(); + + // Get the ID from our font + $id = strtolower( str_replace( ' ', '_', $generate_settings[ $setting ] ) ); + + // If the ID doesn't exist within our fonts, we can bail + if ( ! array_key_exists( $id, $fonts ) ) { + continue; + } + + // Let's grab our category to go with our font + $category = ! empty( $fonts[$id]['category'] ) ? $fonts[$id]['category'] : ''; + + // Grab all of the variants associated with our font + $variants = $fonts[$id]['variants']; + + // Loop through our variants and put them into an array, then turn them into a comma separated list + $output = array(); + if ( $variants ) { + foreach ( $variants as $variant ) { + $output[] = $variant; + } + + $variants = implode( ',', $output ); + } + + // Set our theme mods with our new settings + if ( '' !== $category ) { + set_theme_mod( $setting . '_category', $category ); + } + + if ( '' !== $variants ) { + set_theme_mod( $setting . '_variants', $variants ); + } + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/secondary-nav-fonts.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/secondary-nav-fonts.php new file mode 100644 index 00000000..76081000 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/secondary-nav-fonts.php @@ -0,0 +1,176 @@ +get_section( 'secondary_nav_section' ) ) { + return; + } + + // Get our controls + require_once GP_LIBRARY_DIRECTORY . 'customizer-helpers.php'; + + // Get our defaults + $defaults = generate_secondary_nav_get_defaults(); + + // Register our custom controls + if ( method_exists( $wp_customize,'register_control_type' ) ) { + $wp_customize->register_control_type( 'GeneratePress_Pro_Typography_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Pro_Range_Slider_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Section_Shortcut_Control' ); + } + + // Add our section + $wp_customize->add_section( + 'secondary_font_section', + array( + 'title' => __( 'Secondary Navigation', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'description' => '', + 'priority' => 51, + 'panel' => 'generate_typography_panel' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_secondary_navigation_typography_shortcuts', + array( + 'section' => 'secondary_font_section', + 'element' => __( 'Secondary Navigation', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'secondary_nav_section', + 'colors' => 'secondary_navigation_color_section', + 'backgrounds' => 'secondary_bg_images_section', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + // Font family + $wp_customize->add_setting( + 'generate_secondary_nav_settings[font_secondary_navigation]', + array( + 'default' => $defaults['font_secondary_navigation'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_text_field' + ) + ); + + // Category + $wp_customize->add_setting( + 'font_secondary_navigation_category', + array( + 'default' => $defaults['font_secondary_navigation_category'], + 'sanitize_callback' => 'sanitize_text_field' + ) + ); + + // Variants + $wp_customize->add_setting( + 'font_secondary_navigation_variants', + array( + 'default' => $defaults['font_secondary_navigation_variants'], + 'sanitize_callback' => 'generate_premium_sanitize_variants' + ) + ); + + // Font weight + $wp_customize->add_setting( + 'generate_secondary_nav_settings[secondary_navigation_font_weight]', + array( + 'default' => $defaults['secondary_navigation_font_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage' + ) + ); + + // Font transform + $wp_customize->add_setting( + 'generate_secondary_nav_settings[secondary_navigation_font_transform]', + array( + 'default' => $defaults['secondary_navigation_font_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'google_font_site_secondary_navigation_control', + array( + 'section' => 'secondary_font_section', + 'settings' => array( + 'family' => 'generate_secondary_nav_settings[font_secondary_navigation]', + 'variant' => 'font_secondary_navigation_variants', + 'category' => 'font_secondary_navigation_category', + 'weight' => 'generate_secondary_nav_settings[secondary_navigation_font_weight]', + 'transform' => 'generate_secondary_nav_settings[secondary_navigation_font_transform]', + ), + ) + ) + ); + + // Font size + $wp_customize->add_setting( + 'generate_secondary_nav_settings[secondary_navigation_font_size]', + array( + 'default' => $defaults['secondary_navigation_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_secondary_nav_settings[secondary_navigation_font_size]', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'secondary_font_section', + 'priority' => 165, + 'settings' => array( + 'desktop' => 'generate_secondary_nav_settings[secondary_navigation_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 6, + 'max' => 30, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/slideout-nav-fonts.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/slideout-nav-fonts.php new file mode 100644 index 00000000..a6619549 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/slideout-nav-fonts.php @@ -0,0 +1,149 @@ +register_control_type( 'GeneratePress_Pro_Range_Slider_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Pro_Typography_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Section_Shortcut_Control' ); + } + + // Bail if Menu Plus isn't activated + if ( ! $wp_customize->get_section( 'menu_plus_slideout_menu' ) ) { + return; + } + + $wp_customize->add_section( + 'generate_slideout_typography', + array( + 'title' => __( 'Off Canvas Panel', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 52, + 'panel' => 'generate_typography_panel' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_off_canvas_panel_typography_shortcuts', + array( + 'section' => 'generate_slideout_typography', + 'element' => esc_html__( 'Off Canvas Panel', 'gp-premium' ), + 'shortcuts' => array( + 'colors' => 'slideout_color_section', + 'layout' => 'menu_plus_slideout_menu', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 1, + ) + ) + ); + + $wp_customize->add_setting( + 'generate_settings[slideout_font_weight]', + array( + 'default' => $defaults['slideout_font_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage' + ) + ); + + // Text transform + $wp_customize->add_setting( + 'generate_settings[slideout_font_transform]', + array( + 'default' => $defaults['slideout_font_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'slideout_navigation_typography', + array( + 'label' => esc_html__( 'Menu Items', 'gp-premium' ), + 'section' => 'generate_slideout_typography', + 'settings' => array( + 'weight' => 'generate_settings[slideout_font_weight]', + 'transform' => 'generate_settings[slideout_font_transform]', + ), + ) + ) + ); + + // Font size + $wp_customize->add_setting( + 'generate_settings[slideout_font_size]', + array( + 'default' => $defaults['slideout_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage' + ) + ); + + $wp_customize->add_setting( + 'generate_settings[slideout_mobile_font_size]', + array( + 'default' => $defaults['slideout_mobile_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[slideout_font_size]', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'generate_slideout_typography', + 'settings' => array( + 'desktop' => 'generate_settings[slideout_font_size]', + 'mobile' => 'generate_settings[slideout_mobile_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + 'mobile' => array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/woocommerce-fonts.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/woocommerce-fonts.php new file mode 100644 index 00000000..b1d0b3c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/woocommerce-fonts.php @@ -0,0 +1,179 @@ +register_control_type( 'GeneratePress_Pro_Range_Slider_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Pro_Typography_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Section_Shortcut_Control' ); + } + + // Bail if WooCommerce isn't activated + if ( ! $wp_customize->get_section( 'generate_woocommerce_typography' ) ) { + return; + } + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_woocommerce_typography_shortcuts', + array( + 'section' => 'generate_woocommerce_typography', + 'element' => __( 'WooCommerce', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_woocommerce_layout', + 'colors' => 'generate_woocommerce_colors', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 0, + ) + ) + ); + + // WooCommerce + $wp_customize->add_setting( + 'generate_settings[wc_product_title_font_weight]', + array( + 'default' => $defaults['wc_product_title_font_weight'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage' + ) + ); + + // Text transform + $wp_customize->add_setting( + 'generate_settings[wc_product_title_font_transform]', + array( + 'default' => $defaults['wc_product_title_font_transform'], + 'type' => 'option', + 'sanitize_callback' => 'sanitize_key', + 'transport' => 'postMessage' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Typography_Customize_Control( + $wp_customize, + 'google_wc_product_title_control', + array( + 'label' => __( 'Shop Product Titles', 'gp-premium' ), + 'section' => 'generate_woocommerce_typography', + 'settings' => array( + 'weight' => 'generate_settings[wc_product_title_font_weight]', + 'transform' => 'generate_settings[wc_product_title_font_transform]', + ), + ) + ) + ); + + // Font size + $wp_customize->add_setting( + 'generate_settings[wc_product_title_font_size]', + array( + 'default' => $defaults['wc_product_title_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage' + ) + ); + + $wp_customize->add_setting( + 'generate_settings[mobile_wc_product_title_font_size]', + array( + 'default' => $defaults['mobile_wc_product_title_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', + 'transport' => 'postMessage' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[wc_product_title_font_size]', + array( + 'description' => __( 'Font size', 'gp-premium' ), + 'section' => 'generate_woocommerce_typography', + 'priority' => 240, + 'settings' => array( + 'desktop' => 'generate_settings[wc_product_title_font_size]', + 'mobile' => 'generate_settings[mobile_wc_product_title_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + 'mobile' => array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + + // Font size + $wp_customize->add_setting( + 'generate_settings[wc_related_product_title_font_size]', + array( + 'default' => $defaults['wc_related_product_title_font_size'], + 'type' => 'option', + 'sanitize_callback' => 'absint', + 'transport' => 'postMessage' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'generate_settings[wc_related_product_title_font_size]', + array( + 'description' => __( 'Related/upsell title font size', 'gp-premium' ), + 'section' => 'generate_woocommerce_typography', + 'priority' => 240, + 'settings' => array( + 'desktop' => 'generate_settings[wc_related_product_title_font_size]', + 'mobile' => 'generate_settings[mobile_wc_product_title_font_size]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 10, + 'max' => 80, + 'step' => 1, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/generate-fonts.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/generate-fonts.php new file mode 100644 index 00000000..fd8a9939 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/typography/generate-fonts.php @@ -0,0 +1,20 @@ +add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_woocommerce_colors_shortcuts', + array( + 'section' => 'generate_woocommerce_colors', + 'element' => __( 'WooCommerce', 'gp-premium' ), + 'shortcuts' => array( + 'layout' => 'generate_woocommerce_layout', + 'typography' => 'generate_woocommerce_typography', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 0, + ) + ) + ); + + $color_defaults = generate_get_color_defaults(); + + $wp_customize->add_section( + 'generate_woocommerce_colors', + array( + 'title' => __( 'Colors', 'gp-premium' ), + 'priority' => 40, + 'panel' => 'woocommerce', + ) + ); + + GeneratePress_Customize_Field::add_title( + 'generate_woocommerce_button_colors_title', + array( + 'section' => 'generate_woocommerce_colors', + 'title' => __( 'Buttons', 'gp-premium' ), + 'choices' => array( + 'toggleId' => 'woocommerce-button-colors', + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_alt_button_background', + 'generate_woocommerce_colors', + 'woocommerce-button-colors', + array( + 'generate_settings[wc_alt_button_background]' => array( + 'default_value' => $color_defaults['wc_alt_button_background'], + 'label' => __( 'Alt Button Background', 'gp-premium' ), + 'tooltip' => __( 'Choose Initial Color', 'gp-premium' ), + 'element' => '.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover', + 'property' => 'background-color', + 'hide_label' => false, + ), + 'generate_settings[wc_alt_button_background_hover]' => array( + 'default_value' => $color_defaults['wc_alt_button_background_hover'], + 'label' => __( 'Alt Button Background Hover', 'gp-premium' ), + 'tooltip' => __( 'Choose Hover Color', 'gp-premium' ), + 'element' => '.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover', + 'property' => 'background-color', + 'hide_label' => true, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_alt_button_text', + 'generate_woocommerce_colors', + 'woocommerce-button-colors', + array( + 'generate_settings[wc_alt_button_text]' => array( + 'default_value' => $color_defaults['wc_alt_button_text'], + 'label' => __( 'Alt Button Text', 'gp-premium' ), + 'tooltip' => __( 'Choose Initial Color', 'gp-premium' ), + 'element' => '.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover', + 'property' => 'color', + 'hide_label' => false, + ), + 'generate_settings[wc_alt_button_text_hover]' => array( + 'default_value' => $color_defaults['wc_alt_button_text_hover'], + 'label' => __( 'Alt Button Text Hover', 'gp-premium' ), + 'tooltip' => __( 'Choose Hover Color', 'gp-premium' ), + 'element' => '.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover', + 'property' => 'color', + 'hide_label' => true, + ), + ) + ); + + GeneratePress_Customize_Field::add_title( + 'generate_woocommerce_product_colors_title', + array( + 'section' => 'generate_woocommerce_colors', + 'title' => __( 'Products', 'gp-premium' ), + 'choices' => array( + 'toggleId' => 'woocommerce-product-colors', + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_product_title', + 'generate_woocommerce_colors', + 'woocommerce-product-colors', + array( + 'generate_settings[wc_product_title_color]' => array( + 'default_value' => $color_defaults['wc_product_title_color'], + 'label' => __( 'Product Title', 'gp-premium' ), + 'tooltip' => __( 'Choose Initial Color', 'gp-premium' ), + 'element' => '.woocommerce ul.products li.product .woocommerce-LoopProduct-link', + 'property' => 'color', + 'hide_label' => false, + ), + 'generate_settings[wc_product_title_color_hover]' => array( + 'default_value' => $color_defaults['wc_product_title_color_hover'], + 'label' => __( 'Product Title Hover', 'gp-premium' ), + 'tooltip' => __( 'Choose Hover Color', 'gp-premium' ), + 'element' => '.woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover', + 'property' => 'color', + 'hide_label' => true, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_rating_stars', + 'generate_woocommerce_colors', + 'woocommerce-product-colors', + array( + 'generate_settings[wc_rating_stars]' => array( + 'default_value' => $color_defaults['wc_rating_stars'], + 'label' => __( 'Star Ratings', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce .star-rating span:before, .woocommerce p.stars:hover a::before', + 'property' => 'color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_sale_sticker_background', + 'generate_woocommerce_colors', + 'woocommerce-product-colors', + array( + 'generate_settings[wc_sale_sticker_background]' => array( + 'default_value' => $color_defaults['wc_sale_sticker_background'], + 'label' => __( 'Sale Sticker Background', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce span.onsale', + 'property' => 'background-color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_sale_sticker_text', + 'generate_woocommerce_colors', + 'woocommerce-product-colors', + array( + 'generate_settings[wc_sale_sticker_text]' => array( + 'default_value' => $color_defaults['wc_sale_sticker_text'], + 'label' => __( 'Sale Sticker Text', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce span.onsale', + 'property' => 'color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_price_text', + 'generate_woocommerce_colors', + 'woocommerce-product-colors', + array( + 'generate_settings[wc_price_color]' => array( + 'default_value' => $color_defaults['wc_price_color'], + 'label' => __( 'Price', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce ul.products li.product .price, .woocommerce div.product p.price', + 'property' => 'color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_title( + 'generate_woocommerce_panel_cart_colors_title', + array( + 'section' => 'generate_woocommerce_colors', + 'title' => __( 'Sticky Panel Cart', 'gp-premium' ), + 'choices' => array( + 'toggleId' => 'woocommerce-panel-cart-colors', + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_panel_cart_background', + 'generate_woocommerce_colors', + 'woocommerce-panel-cart-colors', + array( + 'generate_settings[wc_panel_cart_background_color]' => array( + 'default_value' => $color_defaults['wc_panel_cart_background_color'], + 'label' => __( 'Background Color', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.add-to-cart-panel', + 'property' => 'background-color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_panel_cart_text', + 'generate_woocommerce_colors', + 'woocommerce-panel-cart-colors', + array( + 'generate_settings[wc_panel_cart_text_color]' => array( + 'default_value' => $color_defaults['wc_panel_cart_text_color'], + 'label' => __( 'Text Color', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.add-to-cart-panel, .add-to-cart-panel a:not(.button)', + 'property' => 'color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_panel_cart_button_background', + 'generate_woocommerce_colors', + 'woocommerce-panel-cart-colors', + array( + 'generate_settings[wc_panel_cart_button_background]' => array( + 'default_value' => $color_defaults['wc_panel_cart_button_background'], + 'label' => __( 'Button Background', 'gp-premium' ), + 'tooltip' => __( 'Choose Initial Color', 'gp-premium' ), + 'element' => '#wc-sticky-cart-panel .button', + 'property' => 'background-color', + 'hide_label' => false, + ), + 'generate_settings[wc_panel_cart_button_background_hover]' => array( + 'default_value' => $color_defaults['wc_panel_cart_button_background_hover'], + 'label' => __( 'Button Background Hover', 'gp-premium' ), + 'tooltip' => __( 'Choose Hover Color', 'gp-premium' ), + 'element' => '#wc-sticky-cart-panel .button:hover, #wc-sticky-cart-panel .button:focus, #wc-sticky-cart-panel .button:active', + 'property' => 'background-color', + 'hide_label' => true, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_panel_cart_button_text', + 'generate_woocommerce_colors', + 'woocommerce-panel-cart-colors', + array( + 'generate_settings[wc_panel_cart_button_text]' => array( + 'default_value' => $color_defaults['wc_panel_cart_button_text'], + 'label' => __( 'Button Text', 'gp-premium' ), + 'tooltip' => __( 'Choose Initial Color', 'gp-premium' ), + 'element' => '#wc-sticky-cart-panel .button', + 'property' => 'color', + 'hide_label' => false, + ), + 'generate_settings[wc_panel_cart_button_text_hover]' => array( + 'default_value' => $color_defaults['wc_panel_cart_button_text_hover'], + 'label' => __( 'Button Text Hover', 'gp-premium' ), + 'tooltip' => __( 'Choose Hover Color', 'gp-premium' ), + 'element' => '#wc-sticky-cart-panel .button:hover, #wc-sticky-cart-panel .button:focus, #wc-sticky-cart-panel .button:active', + 'property' => 'color', + 'hide_label' => true, + ), + ) + ); + + GeneratePress_Customize_Field::add_title( + 'generate_woocommerce_mini_cart_colors_title', + array( + 'section' => 'generate_woocommerce_colors', + 'title' => __( 'Menu Mini Cart', 'gp-premium' ), + 'choices' => array( + 'toggleId' => 'woocommerce-mini-cart-colors', + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_mini_cart_background', + 'generate_woocommerce_colors', + 'woocommerce-mini-cart-colors', + array( + 'generate_settings[wc_mini_cart_background_color]' => array( + 'default_value' => $color_defaults['wc_mini_cart_background_color'], + 'label' => __( 'Background Color', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '#wc-mini-cart', + 'property' => 'background-color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_mini_cart_text', + 'generate_woocommerce_colors', + 'woocommerce-mini-cart-colors', + array( + 'generate_settings[wc_mini_cart_text_color]' => array( + 'default_value' => $color_defaults['wc_mini_cart_text_color'], + 'label' => __( 'Text Color', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '#wc-mini-cart', + 'property' => 'color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_mini_cart_button_background', + 'generate_woocommerce_colors', + 'woocommerce-mini-cart-colors', + array( + 'generate_settings[wc_mini_cart_button_background]' => array( + 'default_value' => $color_defaults['wc_mini_cart_button_background'], + 'label' => __( 'Button Background', 'gp-premium' ), + 'tooltip' => __( 'Choose Initial Color', 'gp-premium' ), + 'element' => '#wc-mini-cart .button', + 'property' => 'background-color', + 'hide_label' => false, + ), + 'generate_settings[wc_mini_cart_button_background_hover]' => array( + 'default_value' => $color_defaults['wc_mini_cart_button_background_hover'], + 'label' => __( 'Button Background Hover', 'gp-premium' ), + 'tooltip' => __( 'Choose Hover Color', 'gp-premium' ), + 'element' => '#wc-mini-cart .button:hover, #wc-mini-cart .button:focus, #wc-mini-cart .button:active', + 'property' => 'background-color', + 'hide_label' => true, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_mini_cart_button_text', + 'generate_woocommerce_colors', + 'woocommerce-mini-cart-colors', + array( + 'generate_settings[wc_mini_cart_button_text]' => array( + 'default_value' => $color_defaults['wc_mini_cart_button_text'], + 'label' => __( 'Button Text', 'gp-premium' ), + 'tooltip' => __( 'Choose Initial Color', 'gp-premium' ), + 'element' => '#wc-mini-cart .button', + 'property' => 'color', + 'hide_label' => false, + ), + 'generate_settings[wc_mini_cart_button_text_hover]' => array( + 'default_value' => $color_defaults['wc_mini_cart_button_text_hover'], + 'label' => __( 'Button Text Hover', 'gp-premium' ), + 'tooltip' => __( 'Choose Hover Color', 'gp-premium' ), + 'element' => '#wc-mini-cart .button:hover, #wc-mini-cart .button:focus, #wc-mini-cart .button:active', + 'property' => 'color', + 'hide_label' => true, + ), + ) + ); + + GeneratePress_Customize_Field::add_title( + 'generate_woocommerce_price_slider_colors_title', + array( + 'section' => 'generate_woocommerce_colors', + 'title' => __( 'Price Slider Widget', 'gp-premium' ), + 'choices' => array( + 'toggleId' => 'woocommerce-price-slider-colors', + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_price_slider_background', + 'generate_woocommerce_colors', + 'woocommerce-price-slider-colors', + array( + 'generate_settings[wc_price_slider_background_color]' => array( + 'default_value' => $color_defaults['wc_price_slider_background_color'], + 'label' => __( 'Slider Background Color', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content', + 'property' => 'background-color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_price_slider_bar', + 'generate_woocommerce_colors', + 'woocommerce-price-slider-colors', + array( + 'generate_settings[wc_price_slider_bar_color]' => array( + 'default_value' => $color_defaults['wc_price_slider_bar_color'], + 'label' => __( 'Slider Bar Color', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle', + 'property' => 'background-color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_title( + 'generate_woocommerce_product_tabs_colors_title', + array( + 'section' => 'generate_woocommerce_colors', + 'title' => __( 'Product Tabs', 'gp-premium' ), + 'choices' => array( + 'toggleId' => 'woocommerce-product-tabs-colors', + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_product_tab_text', + 'generate_woocommerce_colors', + 'woocommerce-product-tabs-colors', + array( + 'generate_settings[wc_product_tab]' => array( + 'default_value' => $color_defaults['wc_product_tab'], + 'label' => __( 'Product Tab Text', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce div.product .woocommerce-tabs ul.tabs li a', + 'property' => 'color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_product_tab_text', + 'generate_woocommerce_colors', + 'woocommerce-product-tabs-colors', + array( + 'generate_settings[wc_product_tab_highlight]' => array( + 'default_value' => $color_defaults['wc_product_tab_highlight'], + 'label' => __( 'Product Tab Active', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a', + 'property' => 'color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_title( + 'generate_woocommerce_messages_colors_title', + array( + 'section' => 'generate_woocommerce_colors', + 'title' => __( 'Messages', 'gp-premium' ), + 'choices' => array( + 'toggleId' => 'woocommerce-messages-colors', + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_success_message_background', + 'generate_woocommerce_colors', + 'woocommerce-messages-colors', + array( + 'generate_settings[wc_success_message_background]' => array( + 'default_value' => $color_defaults['wc_success_message_background'], + 'label' => __( 'Success Message Background', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce-message', + 'property' => 'background-color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_success_message_text', + 'generate_woocommerce_colors', + 'woocommerce-messages-colors', + array( + 'generate_settings[wc_success_message_text]' => array( + 'default_value' => $color_defaults['wc_success_message_text'], + 'label' => __( 'Success Message Text', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce-message', + 'property' => 'color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_info_message_background', + 'generate_woocommerce_colors', + 'woocommerce-messages-colors', + array( + 'generate_settings[wc_info_message_background]' => array( + 'default_value' => $color_defaults['wc_info_message_background'], + 'label' => __( 'Info Message Background', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce-info', + 'property' => 'background-color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_info_message_text', + 'generate_woocommerce_colors', + 'woocommerce-messages-colors', + array( + 'generate_settings[wc_info_message_text]' => array( + 'default_value' => $color_defaults['wc_info_message_text'], + 'label' => __( 'Info Message Text', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce-info', + 'property' => 'color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_error_message_background', + 'generate_woocommerce_colors', + 'woocommerce-messages-colors', + array( + 'generate_settings[wc_error_message_background]' => array( + 'default_value' => $color_defaults['wc_error_message_background'], + 'label' => __( 'Error Message Background', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce-error', + 'property' => 'background-color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_color_field_group( + 'woocommerce_error_message_text', + 'generate_woocommerce_colors', + 'woocommerce-messages-colors', + array( + 'generate_settings[wc_error_message_text]' => array( + 'default_value' => $color_defaults['wc_error_message_text'], + 'label' => __( 'Error Message Text', 'gp-premium' ), + 'tooltip' => __( 'Choose Color', 'gp-premium' ), + 'element' => '.woocommerce-error', + 'property' => 'color', + 'hide_label' => false, + ), + ) + ); + + GeneratePress_Customize_Field::add_title( + 'woocommerce_colors_redirect', + array( + 'section' => 'generate_colors_section', + 'title' => __( 'WooCommerce', 'gp-premium' ), + 'choices' => array( + 'sectionRedirect' => true, + 'toggleId' => 'generate_woocommerce_colors', + ), + ) + ); + + GeneratePress_Customize_Field::add_title( + 'generate_colors_redirect', + array( + 'section' => 'generate_woocommerce_colors', + 'title' => __( 'Other Theme Colors', 'gp-premium' ), + 'choices' => array( + 'sectionRedirect' => true, + 'toggleId' => 'generate_colors_section', + ), + ) + ); +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.css new file mode 100644 index 00000000..bb3462da --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.css @@ -0,0 +1,201 @@ +.woocommerce-product-gallery { + margin-right: 0; +} + +.woocommerce .woocommerce-ordering, +.woocommerce-page .woocommerce-ordering { + float: none; +} + +.woocommerce .woocommerce-ordering select { + max-width: 100%; +} + +.woocommerce #wc-column-container.wc-mobile-columns-1 .products, +.wc-related-upsell-mobile-columns-1 .related ul.products, +.wc-related-upsell-mobile-columns-1 .up-sells ul.products { + -ms-grid-columns: 1fr; + grid-template-columns: repeat(1, minmax(0, 1fr)); +} + +.woocommerce #wc-column-container.wc-mobile-columns-2 .products, +.wc-related-upsell-mobile-columns-2 .related ul.products, +.wc-related-upsell-mobile-columns-2 .up-sells ul.products { + -ms-grid-columns: 1fr 1fr; + grid-template-columns: repeat(2, minmax(0, 1fr)); +} + +.woocommerce #wc-column-container.wc-mobile-columns-3 .products, +.wc-related-upsell-mobile-columns-3 .related ul.products, +.wc-related-upsell-mobile-columns-3 .up-sells ul.products { + -ms-grid-columns: 1fr 1fr 1fr; + grid-template-columns: repeat(3, minmax(0, 1fr)); +} + +.woocommerce ul.products li.product a img { + width: auto; + margin-left: auto; + margin-right: auto; +} + +.woocommerce div.product .woocommerce-tabs ul.tabs, +.woocommerce div.product .woocommerce-tabs .panel { + float: none; + width: 100%; +} + +.woocommerce div.product .woocommerce-tabs .panel { + margin-top: 20px; +} + +.wc-tabs .active a:after { + transform: rotate(90deg); + padding-right: 3px; +} + +.woocommerce .col2-set, +.woocommerce-page .col2-set { + width: 100%; + float: none; + margin-right: 0; +} + +#customer_details + #wc_checkout_add_ons, +#order_review, +#order_review_heading { + width: 100%; + float: none; + margin-right: 0; +} + +.woocommerce ul.products li.product.woocommerce-image-align-left .wc-product-image, +.woocommerce ul.products li.product.woocommerce-image-align-right .wc-product-image { + float: none; + margin: 0; +} + +.woocommerce ul.products li.product.woocommerce-image-align-left a .wc-product-image img, +.woocommerce ul.products li.product.woocommerce-image-align-right a .wc-product-image img { + width: 100%; +} + +.woocommerce .related ul.products li.product, +.woocommerce-page .related ul.products li.product, +.woocommerce-page[class*=columns-] .related ul.products li.product, +.woocommerce[class*=columns-] .related ul.products li.product, +.woocommerce .up-sells ul.products li.product, +.woocommerce-page .up-sells ul.products li.product, +.woocommerce-page[class*=columns-] .up-sells ul.products li.product, +.woocommerce[class*=columns-] .up-sells ul.products li.product { + width: 100%; + margin-left: 0; + margin-right: 0; +} + +.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-first, +.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last, +.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-first, +.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-last { + float: none; + width: 100%; +} + +.woocommerce-account .woocommerce-MyAccount-navigation { + width: 100%; +} + +.woocommerce-MyAccount-navigation li.is-active a:after { + content: "\e901"; +} + +#wc-mini-cart { + display: none; +} + +.do-quantity-buttons div.quantity { + justify-content: flex-end; +} + +.woocommerce div.product .woocommerce-tabs ul.tabs { + flex-direction: column; +} + +.woocommerce div.product .woocommerce-tabs ul.tabs li { + border-left-width: 1px; +} + +.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child { + border-bottom-color: rgba(0, 0, 0, 0.08); + border-bottom-width: 1px; +} + +.woocommerce .coupon .button { + font-size: 14px; + padding: 10px; +} + +.woocommerce .woocommerce-ordering { + margin-bottom: 0; +} + +.add-to-cart-panel { + bottom: 0; + top: auto; + transform: translateY(0px) !important; +} + +.add-to-cart-panel .continue-shopping:not(.has-svg-icon):before { + content: "\f00d"; + font-family: 'GP Premium'; + line-height: 1em; + width: 1.28571429em; + text-align: center; + display: inline-block; + padding: 10px; +} + +#wc-sticky-cart-panel .quantity, +.add-to-cart-panel .continue-shopping-link { + display: none; +} + +.add-to-cart-panel .continue-shopping { + order: 5; + margin-left: auto; + margin-right: 0; + position: absolute; + top: -20px; + left: 10px; + height: 50px; + width: 50px; + text-align: center; + border-radius: 50%; + line-height: 50px; + cursor: pointer; +} + +.add-to-cart-panel .continue-shopping .gp-icon { + display: block; +} + +.add-to-cart-panel .product-image, +.add-to-cart-panel .cart { + flex-shrink: 0; +} + +.add-to-cart-panel .product-title { + padding-right: 20px; + margin-left: 10px; +} + +.add-to-cart-panel .cart-info { + margin-right: auto; +} + +.add-to-cart-panel .product-price { + font-size: 13px; +} + +.add-to-cart-panel:not(.item-added):not(.show-sticky-add-to-cart) { + pointer-events: none; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.min.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.min.css new file mode 100644 index 00000000..489a04fd --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.min.css @@ -0,0 +1 @@ +.woocommerce-product-gallery{margin-right:0}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:none}.woocommerce .woocommerce-ordering select{max-width:100%}.wc-related-upsell-mobile-columns-1 .related ul.products,.wc-related-upsell-mobile-columns-1 .up-sells ul.products,.woocommerce #wc-column-container.wc-mobile-columns-1 .products{-ms-grid-columns:1fr;grid-template-columns:repeat(1,minmax(0,1fr))}.wc-related-upsell-mobile-columns-2 .related ul.products,.wc-related-upsell-mobile-columns-2 .up-sells ul.products,.woocommerce #wc-column-container.wc-mobile-columns-2 .products{-ms-grid-columns:1fr 1fr;grid-template-columns:repeat(2,minmax(0,1fr))}.wc-related-upsell-mobile-columns-3 .related ul.products,.wc-related-upsell-mobile-columns-3 .up-sells ul.products,.woocommerce #wc-column-container.wc-mobile-columns-3 .products{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce ul.products li.product a img{width:auto;margin-left:auto;margin-right:auto}.woocommerce div.product .woocommerce-tabs .panel,.woocommerce div.product .woocommerce-tabs ul.tabs{float:none;width:100%}.woocommerce div.product .woocommerce-tabs .panel{margin-top:20px}.wc-tabs .active a:after{transform:rotate(90deg);padding-right:3px}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%;float:none;margin-right:0}#customer_details+#wc_checkout_add_ons,#order_review,#order_review_heading{width:100%;float:none;margin-right:0}.woocommerce ul.products li.product.woocommerce-image-align-left .wc-product-image,.woocommerce ul.products li.product.woocommerce-image-align-right .wc-product-image{float:none;margin:0}.woocommerce ul.products li.product.woocommerce-image-align-left a .wc-product-image img,.woocommerce ul.products li.product.woocommerce-image-align-right a .wc-product-image img{width:100%}.woocommerce .related ul.products li.product,.woocommerce .up-sells ul.products li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .up-sells ul.products li.product,.woocommerce-page[class*=columns-] .related ul.products li.product,.woocommerce-page[class*=columns-] .up-sells ul.products li.product,.woocommerce[class*=columns-] .related ul.products li.product,.woocommerce[class*=columns-] .up-sells ul.products li.product{width:100%;margin-left:0;margin-right:0}.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-first,.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last,.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-first,.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-last{float:none;width:100%}.woocommerce-account .woocommerce-MyAccount-navigation{width:100%}.woocommerce-MyAccount-navigation li.is-active a:after{content:"\e901"}#wc-mini-cart{display:none}.do-quantity-buttons div.quantity{justify-content:flex-end}.woocommerce div.product .woocommerce-tabs ul.tabs{flex-direction:column}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-left-width:1px}.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child{border-bottom-color:rgba(0,0,0,.08);border-bottom-width:1px}.woocommerce .coupon .button{font-size:14px;padding:10px}.woocommerce .woocommerce-ordering{margin-bottom:0}.add-to-cart-panel{bottom:0;top:auto;transform:translateY(0)!important}.add-to-cart-panel .continue-shopping:not(.has-svg-icon):before{content:"\f00d";font-family:'GP Premium';line-height:1em;width:1.28571429em;text-align:center;display:inline-block;padding:10px}#wc-sticky-cart-panel .quantity,.add-to-cart-panel .continue-shopping-link{display:none}.add-to-cart-panel .continue-shopping{order:5;margin-left:auto;margin-right:0;position:absolute;top:-20px;left:10px;height:50px;width:50px;text-align:center;border-radius:50%;line-height:50px;cursor:pointer}.add-to-cart-panel .continue-shopping .gp-icon{display:block}.add-to-cart-panel .cart,.add-to-cart-panel .product-image{flex-shrink:0}.add-to-cart-panel .product-title{padding-right:20px;margin-left:10px}.add-to-cart-panel .cart-info{margin-right:auto}.add-to-cart-panel .product-price{font-size:13px}.add-to-cart-panel:not(.item-added):not(.show-sticky-add-to-cart){pointer-events:none} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce.css new file mode 100644 index 00000000..a7eb7ad8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce.css @@ -0,0 +1,1284 @@ +@supports (display: grid) { + .woocommerce ul.products li.product { + display: flex; + flex-direction: column; + } +} + +.woocommerce ul.products li.product.woocommerce-image-align-left, +.woocommerce ul.products li.product.woocommerce-image-align-right { + display: block; +} + +.woocommerce ul.products li.product .woocommerce-LoopProduct-link { + display: block; + margin-bottom: auto; +} + +.woocommerce ul.products li.product .button { + margin-left: auto; + margin-right: auto; +} + +.woocommerce ul.products li.product.woocommerce-text-align-left .button { + margin-left: 0; +} + +.woocommerce ul.products li.product.woocommerce-text-align-right .button { + margin-right: 0; +} + +.woocommerce ul.products li.product .woocommerce-LoopProduct-link > *:not(:first-child) { + margin-top: 10px; + margin-bottom: 0; +} + +.woocommerce ul.products li.product .woocommerce-LoopProduct-link > .secondary-image + img { + margin-top: 0; +} + +.woocommerce ul.products li.product .onsale, +.woocommerce span.onsale { + position: relative; + border-radius: 0; + min-height: 15px; + min-width: initial; + font-weight: inherit; + font-size: inherit; + padding: 8px 13px; + line-height: 1; + display: inline-block; + top: auto; + left: auto; + font-size: 80%; + text-transform: uppercase; + font-weight: bold; +} + +.woocommerce ul.products li.product.sales-flash-overlay .onsale { + position: absolute; + top: 0; + right: 0; + margin: 0; +} + +.single-product span.onsale { + margin-bottom: 15px; +} + +.woocommerce-product-gallery { + margin-right: 4%; +} + +.rtl .woocommerce-product-gallery { + margin-right: 0; + margin-left: 4%; +} + +.woocommerce div.product div.images .flex-control-thumbs li { + max-width: 100px; + padding-top: 5px; + padding-right: 5px; + box-sizing: border-box; +} + +.woocommerce ul.products li.product .woocommerce-loop-product__title { + padding: 0; +} + +.woocommerce .page-header-image-single { + display: none; +} + +.woocommerce .entry-content, +.woocommerce .product .entry-summary { + margin-top: 0; +} + +.related.products { + clear: both; +} + +.checkout-subscribe-prompt.clear { + visibility: visible; + height: initial; + width: initial; +} + +.woocommerce .add_to_cart_button + .added_to_cart { + display: none; +} + +.woocommerce-result-count { + font-size: 14px; + padding: 10px 0; + border: 1px solid transparent; +} + +.woocommerce-ordering select { + font-size: 14px; + font-weight: 500; + padding: 10px 40px 10px 12px; + -webkit-appearance: none; + -moz-appearance: none; + width: 100%; + background: transparent; + border-color: rgba(0, 0, 0, 0.1); + color: inherit; + cursor: pointer; +} + +.woocommerce-ordering select::-ms-expand { + display: none; +} + +.woocommerce-ordering:after { + content: "\e903"; + font-family: "GP Premium"; + display: inline-block; + position: absolute; + pointer-events: none; + color: inherit; + top: 10px; + right: 15px; + font-size: 16px; +} + +.woocommerce-ordering select option { + color: initial; +} + +.woocommerce .woocommerce-ordering, +.woocommerce .woocommerce-result-count { + margin-bottom: 30px; +} + +.woocommerce-variation-add-to-cart { + display: flex; + flex-wrap: wrap; +} + +/* Columns */ +@supports (display: grid) { + #wc-column-container .product { + float: none; + width: auto; + margin: 0; + } + .woocommerce .wc-columns-container .products::after, + .woocommerce .wc-columns-container .products::before, + .woocommerce .related ul.products::after, + .woocommerce .related ul.products::before, + .woocommerce .up-sells ul.products::after, + .woocommerce .up-sells ul.products::before { + display: none; + } + .wc-columns-container .products, + .woocommerce .related ul.products, + .woocommerce .up-sells ul.products { + display: -ms-grid; + display: grid; + grid-gap: 50px; + width: 100%; + } + .wc-columns-container.wc-columns-6 .products, + .wc-related-upsell-columns-6 .related ul.products, + .wc-related-upsell-columns-6 .up-sells ul.products { + grid-template-columns: repeat(6, minmax(0, 1fr)); + } + .wc-columns-container.wc-columns-5 .products, + .wc-related-upsell-columns-5 .related ul.products, + .wc-related-upsell-columns-5 .up-sells ul.products { + grid-template-columns: repeat(5, minmax(0, 1fr)); + } + .woocommerce .wc-columns-container.wc-columns-4 .products, + .wc-related-upsell-columns-4 .related ul.products, + .wc-related-upsell-columns-4 .up-sells ul.products { + grid-template-columns: repeat(4, minmax(0, 1fr)); + } + .woocommerce .wc-columns-container.wc-columns-3 .products, + .wc-related-upsell-columns-3 .related ul.products, + .wc-related-upsell-columns-3 .up-sells ul.products { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + .woocommerce .wc-columns-container.wc-columns-2 .products, + .wc-related-upsell-columns-2 .related ul.products, + .wc-related-upsell-columns-2 .up-sells ul.products { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + .woocommerce .wc-columns-container.wc-columns-1 .products, + .wc-related-upsell-columns-1 .related ul.products, + .wc-related-upsell-columns-1 .up-sells ul.products { + width: 100%; + } + .woocommerce .wc-columns-1 ul.products li.product, + .woocommerce-page .wc-columns-1 ul.products li.product { + margin-left: 0; + margin-right: 0; + } +} + +/* Mini Cart */ +#wc-mini-cart ul.woocommerce-mini-cart { + position: relative; + left: auto; + right: auto; + opacity: 1; + pointer-events: auto; + height: auto; + width: auto; + float: none; + background-color: transparent; + box-shadow: 0 0 0; + visibility: visible; +} + +.wc-mini-cart { + position: absolute; + width: 300px; + right: 0; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); + z-index: 99999; + left: -99999px; + opacity: 0; + height: 0; + overflow: hidden; + pointer-events: none; + transition: opacity 80ms linear; + transition-delay: 0s; + visibility: hidden; +} + +.wc-menu-item:hover .wc-mini-cart, +.wc-menu-item.sfHover .wc-mini-cart { + left: auto; + opacity: 1; + transition-delay: 150ms; + pointer-events: auto; + height: auto; + overflow: visible; + visibility: visible; +} + +.dropdown-click ul li.wc-menu-item:hover ul { + display: block; +} + +.sidebar .wc-mini-cart { + right: 100%; + top: 0; +} + +.sidebar .wc-mini-cart .widget { + background: none; +} + +body:not(.using-mouse) .wc-menu-item.sfHover .wc-mini-cart { + display: none; +} + +.wc-menu-item .sub-menu { + left: auto; + right: 0; + width: 300px; +} + +.wc-menu-item .wc-mini-cart .widget_shopping_cart_content li:hover a, +.wc-menu-item .wc-mini-cart .widget_shopping_cart_content li.sfHover a { + background: none; +} + +.wc-menu-item .wc-mini-cart .widget_shopping_cart { + padding: 15px; +} + +.woocommerce.widget_shopping_cart .cart_list li { + padding: 0 0 0 4em; + margin: 0; + box-sizing: border-box; + min-height: 3em; +} + +.woocommerce.widget_shopping_cart { + font-size: 14px; +} + +.widget_shopping_cart .woocommerce-mini-cart__buttons { + margin-bottom: 0; + display: flex; +} + +.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a { + margin: 0; + width: calc(50% - 10px); + text-align: center; + padding: 10px 15px; + line-height: inherit; + font-size: 14px; +} + +.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a:first-child { + margin-right: 2px; +} + +.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child { + margin-left: 2px; +} + +.woocommerce.widget_shopping_cart .cart_list li a.remove { + right: 0; + left: auto; + height: 20px; + width: 20px; + border-width: 1px; + border-style: solid; + border-radius: 50%; + padding: 0; + font-size: 16px; + line-height: 17px; + font-weight: normal; + position: relative; + float: right; +} + +.woocommerce ul.cart_list li img { + position: absolute; + left: 0; + width: 3em; + height: auto; + top: 0; + margin-left: 0; +} + +#wc-mini-cart .woocommerce-mini-cart-item a { + padding: 0; +} + +.woocommerce-mini-cart-item .quantity { + font-size: 12px; + display: block; +} + +.woocommerce.widget_shopping_cart .total { + margin: 15px 0; + padding: 15px; + background: rgba(0, 0, 0, 0.05); + border: 0; + font-size: 14px; +} + +#wc-mini-cart .total { + padding: 15px; + margin: 15px -15px 15px; + text-align: left; +} + +#generate-slideout-menu .total { + padding: 10px 20px; + margin: 20px -20px 20px; +} + +#generate-slideout-menu.do-overlay .total { + margin: 20px 0; +} + +.woocommerce.widget_shopping_cart a.button.wc-forward:after { + display: none; +} + +.woocommerce.widget_shopping_cart .cart_list li.woocommerce-mini-cart-item:not(:last-child) { + margin-bottom: 15px; +} + +.rtl .wc-mini-cart .woocommerce.widget_shopping_cart .cart_list li { + padding: 0 4em 0 0; +} + +.rtl .wc-mini-cart .woocommerce.widget_shopping_cart .cart_list li a.remove { + float: left; +} + +.rtl .wc-mini-cart .woocommerce ul.cart_list li img { + right: 0; +} + +.slideout-widget .widget_shopping_cart_content, +.slideout-widget .widget_shopping_cart_content a { + font-size: 14px; +} + +#generate-slideout-menu.do-overlay li.woocommerce-mini-cart-item { + text-align: left; +} + +#wc-mini-cart a:not(.button) { + font-family: inherit; +} + +.wc-menu-item:not(.has-items) .wc-mini-cart { + display: none; +} + +.woocommerce-mini-cart__empty-message { + margin-bottom: 0; +} + +.secondary-nav-aligned-right .secondary-navigation ul.woocommerce-mini-cart, +.secondary-nav-aligned-center .secondary-navigation ul.woocommerce-mini-cart { + font-size: inherit; +} + +#wc-mini-cart .widgettitle { + display: none; +} + +/* Related/Upsell products */ +@supports (display: grid) { + .woocommerce .related ul.products li.product, + .woocommerce .up-sells ul.products li.product { + width: auto; + margin-left: 0; + margin-right: 0; + margin-bottom: 0; + } +} + +.woocommerce #respond input#submit, +.woocommerce a.button, +.woocommerce button.button, +.woocommerce input.button { + border-radius: 0px; + font-weight: inherit; + font-size: inherit; + line-height: inherit; + padding: 10px 20px; +} + +ul.products .woocommerce-text-align-center { + text-align: center; +} + +ul.products li.product.woocommerce-text-align-center .price, +ul.products li.product.woocommerce-text-align-center .star-rating { + margin-left: auto; + margin-right: auto; +} + +ul.products li.product.woocommerce-text-align-right .price, +ul.products li.product.woocommerce-text-align-right .star-rating { + margin-left: auto; +} + +.woocommerce .star-rating:before { + color: rgba(0, 0, 0, 0.4); +} + +.woocommerce p.stars a { + color: rgba(0, 0, 0, 0.4); +} + +.woocommerce p.stars.selected a:before { + color: #ffa200; +} + +.woocommerce ul.products li.product .price del { + display: inline; + padding-right: 10px; +} + +ul.products .woocommerce-text-align-right { + text-align: right; +} + +/*-------------------------------------------------------------- +# Single Product +--------------------------------------------------------------*/ +.woocommerce #content div.product div.images, +.woocommerce div.product div.images, +.woocommerce-page #content div.product div.images, +.woocommerce-page div.product div.images { + width: 50%; +} + +.woocommerce #content div.product div.summary, +.woocommerce div.product div.summary, +.woocommerce-page #content div.product div.summary, +.woocommerce-page div.product div.summary { + width: auto; + float: none; + overflow: hidden; +} + +.product_meta { + font-size: 80%; + border-top: 1px solid rgba(0, 0, 0, 0.1); + padding-top: 30px; +} + +.product_meta > span { + display: block; +} + +.up-sells { + margin-top: 40px; +} + +.woocommerce div.product.do-quantity-buttons form.cart, +.add-to-cart-panel form.cart { + display: flex; + flex-wrap: wrap; +} + +.woocommerce div.product form.cart > *:not(.quantity):not(.single_add_to_cart_button) { + width: 100%; +} + +.add-to-cart-panel form.cart { + flex-shrink: 0; +} + +.woocommerce .quantity .qty { + height: 100%; + width: auto; + max-width: 80px; + background: transparent; + border: 1px solid rgba(0, 0, 0, 0.1); + padding: 0 10px; + height: 50px; +} + +.do-quantity-buttons .quantity:not(.buttons-added) .qty { + width: 50px; +} + +.do-quantity-buttons div.quantity, +.add-to-cart-panel .cart.do-quantity-buttons div.quantity { + display: flex; + align-items: center; +} + +.woocommerce form .quantity.buttons-added .qty, +.woocommerce form .quantity.buttons-added .minus, +.woocommerce form .quantity.buttons-added .plus, +.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before, +.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after { + display: block; + width: 50px; + height: 100%; + min-height: 50px; + background-color: transparent; + border: 1px solid rgba(0, 0, 0, 0.1); + margin: 0; + padding: 0; + text-align: center; + vertical-align: middle; + -moz-appearance: textfield !important; + -webkit-appearance: none; + border-radius: 0; + color: inherit; + box-sizing: border-box; + text-decoration: none; +} + +.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before, +.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after, +.woocommerce form .quantity.buttons-added .minus, +.woocommerce form .quantity.buttons-added .plus { + display: flex; + align-items: center; + justify-content: center; +} + +.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before { + content: "-"; + border-right: 0; +} + +.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after { + content: "+"; + border-left: 0; +} + +.woocommerce form .quantity.buttons-added .qty:focus { + border-color: rgba(0, 0, 0, 0.1); +} + +.do-quantity-buttons form .quantity input[type=number]::-webkit-inner-spin-button, +.do-quantity-buttons form .quantity input[type=number]::-webkit-outer-spin-button { + -webkit-appearance: none; + margin: 0; +} + +.woocommerce form .quantity.buttons-added .minus, +.do-quantity-buttons form .quantity:not(.buttons-added):before { + border-right-width: 0; +} + +.woocommerce form .quantity.buttons-added .plus, +.do-quantity-buttons form .quantity:not(.buttons-added):after { + border-left-width: 0; +} + +.do-quantity-buttons .elementor-add-to-cart form .quantity:not(.buttons-added):before, +.do-quantity-buttons .elementor-add-to-cart form .quantity:not(.buttons-added):after, +.do-quantity-buttons form .quantity.hidden { + display: none; +} + +.woocommerce div.product form.cart div.quantity.hidden { + margin: 0; +} + +/*-------------------------------------------------------------- +## Tabs +--------------------------------------------------------------*/ +.woocommerce div.product .woocommerce-tabs ul.tabs li::after, +.woocommerce div.product .woocommerce-tabs ul.tabs li::before, +.woocommerce div.product .woocommerce-tabs ul.tabs::before { + display: none; + border: 0; +} + +.woocommerce div.product .woocommerce-tabs ul.tabs { + display: flex; + margin-left: 0; + padding-left: 0; +} + +.woocommerce div.product .woocommerce-tabs ul.tabs li { + background-color: rgba(0, 0, 0, 0.02); + margin: 0; + border-radius: 0; + border-width: 1px 1px 0 0; + border-color: rgba(0, 0, 0, 0.08); +} + +.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child { + border-left-width: 1px; +} + +.woocommerce-ordering { + float: left; + margin-right: 1em; + margin-bottom: 0; + position: relative; + padding: 0; +} + +/*-------------------------------------------------------------- +# Menu Item +--------------------------------------------------------------*/ +nav li.wc-menu-item { + float: right; +} + +.cart-contents > span { + line-height: 0; +} + +.cart-contents > span:not(:empty) { + margin-left: 10px; +} + +.rtl .cart-contents > span:not(:empty) { + margin-left: 0; + margin-right: 10px; +} + +.cart-contents > span.gp-icon { + margin-left: 0; +} + +.rtl .cart-contents > span.gp-icon { + margin-right: 0; +} + +nav span.count { + font-size: 0.8em; + opacity: 0.5; +} + +/*-------------------------------------------------------------- +# Cart +--------------------------------------------------------------*/ +.woocommerce a.remove { + color: inherit !important; + background: transparent !important; + border: 1px solid !important; + border-color: inherit; + font-weight: normal; + font-size: 16px; + width: 20px; + height: 20px; + line-height: 17px; + font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; +} + +.woocommerce a.remove:hover { + color: inherit !important; + background: transparent !important; + opacity: 0.7; +} + +.woocommerce .star-rating:before { + opacity: 0.25; + content: "SSSSS"; +} + +.woocommerce div.product .woocommerce-product-rating { + margin: 1em 0; +} + +.woocommerce div.product p.price, +.woocommerce div.product span.price { + color: inherit; +} + +.wc-has-gallery .secondary-image { + position: absolute; + opacity: 0; + transition: opacity 100ms ease-in-out; + left: 50%; + transform: translate(-50%, 0px); + top: 0; +} + +.wc-has-gallery picture.secondary-image { + width: 100%; + height: 100%; +} + +.wc-product-image:hover .secondary-image { + opacity: 1; +} + +.woocommerce ul.products li.product a img { + margin-bottom: 0; +} + +.woocommerce div.product .woocommerce-tabs ul.tabs li a, +.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { + color: initial; +} + +.woocommerce ul.products li.product .price, .woocommerce div.product p.price { + font-weight: bold; +} + +div.woocommerce-message a.button, +div.woocommerce-message a.button:hover, +div.woocommerce-message a.button:focus, +div.woocommerce-info a.button, +div.woocommerce-info a.button:hover, +div.woocommerce-info a.button:focus, +div.woocommerce-error a.button, +div.woocommerce-error a.button:hover, +div.woocommerce-error a.button:focus { + background: transparent; + padding: 0; +} + +.woocommerce-error a, +.woocommerce-info a, +.woocommerce-message a { + font-weight: bold; +} + +.woocommerce-error, +.woocommerce-info, +.woocommerce-message { + padding: 20px 30px; + border: 0; + border-left: 10px solid rgba(0, 0, 0, 0.3); +} + +.woocommerce-message::before, +.woocommerce-info::before, +.woocommerce-error::before { + display: none; +} + +a.button.wc-forward:after { + content: "\e901"; + font-family: "GP Premium"; + line-height: 1em; + padding-left: 10px; + position: relative; + top: 2px; +} + +.rtl a.button.wc-forward:after { + display: none; +} + +.woocommerce-checkout .col2-set .col-2, +.woocommerce-checkout .col2-set .col-1 { + float: none; + width: 100%; + margin: 0; +} + +.woocommerce-checkout .col2-set { + width: 52.9411764706%; + float: left; + margin-right: 5.8823529412%; +} + +.rtl.woocommerce-checkout .col2-set { + float: right; + margin-right: 0; + margin-left: 5.8823529412%; +} + +#customer_details + #wc_checkout_add_ons, +#order_review, +#order_review_heading { + width: 41.1764705882%; + float: right; + margin-right: 0; +} + +.woocommerce-additional-fields > h3 { + margin-top: 20px; +} + +.woocommerce table.shop_table, +.woocommerce table.shop_table tfoot th, +.woocommerce table.shop_table tfoot td { + border: 0; + border-radius: 0; +} + +.woocommerce table.shop_table th { + background-color: rgba(0, 0, 0, 0.03); +} + +.woocommerce table.shop_table th, +.woocommerce table.shop_table td { + padding: 20px; + border: 0; +} + +.woocommerce table.shop_table td { + background-color: rgba(0, 0, 0, 0.005); + border-bottom: 1px solid rgba(0, 0, 0, 0.1); +} + +#add_payment_method .cart-collaterals .cart_totals tr td, +#add_payment_method .cart-collaterals .cart_totals tr th, +.woocommerce-cart .cart-collaterals .cart_totals tr td, +.woocommerce-cart .cart-collaterals .cart_totals tr th, +.woocommerce-checkout .cart-collaterals .cart_totals tr td, +.woocommerce-checkout .cart-collaterals .cart_totals tr th { + border-top: 0; +} + +#add_payment_method #payment, +.woocommerce-cart #payment, +.woocommerce-checkout #payment, +#add_payment_method #payment div.payment_box, +.woocommerce-cart #payment div.payment_box, +.woocommerce-checkout #payment div.payment_box { + background-color: transparent; + color: inherit; +} + +#add_payment_method #payment div.payment_box:before, +.woocommerce-cart #payment div.payment_box:before, +.woocommerce-checkout #payment div.payment_box:before { + display: none; +} + +#payment .payment_methods > .wc_payment_method > label { + padding: 20px; + background-color: rgba(0, 0, 0, 0.04); + display: block; + cursor: pointer; +} + +#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label { + font-weight: bold; + background-color: rgba(0, 0, 0, 0.07); +} + +#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child { + clip: rect(1px, 1px, 1px, 1px); + position: absolute !important; +} + +#payment .payment_methods > .wc_payment_method > label:before { + display: inline-block; + font-size: inherit; + -webkit-font-smoothing: antialiased; + content: "\e902"; + margin-right: .5407911001em; + transition: color,ease,.2s; + font-family: "GP Premium"; +} + +#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label:before { + content: "\e904"; +} + +#add_payment_method #payment ul.payment_methods, +.woocommerce-cart #payment ul.payment_methods, +.woocommerce-checkout #payment ul.payment_methods { + padding: 0; + border: 0; +} + +.woocommerce #payment #place_order, +.woocommerce-page #payment #place_order { + float: none; + width: 100%; + padding-top: 20px; + padding-bottom: 20px; + font-weight: bold; + font-size: 150%; +} + +#add_payment_method #payment div.form-row, +.woocommerce-cart #payment div.form-row, +.woocommerce-checkout #payment div.form-row { + padding-left: 0; + padding-right: 0; + padding-top: 0; +} + +#add_payment_method #payment ul.payment_methods li img, +.woocommerce-cart #payment ul.payment_methods li img, +.woocommerce-checkout #payment ul.payment_methods li img { + float: right; +} + +#add_payment_method #payment .payment_method_paypal .about_paypal, +.woocommerce-cart #payment .payment_method_paypal .about_paypal, +.woocommerce-checkout #payment .payment_method_paypal .about_paypal { + float: none; + display: inline-block; + line-height: 1; +} + +a.checkout-button:after { + display: none; +} + +.woocommerce #content table.cart td.actions .input-text, +.woocommerce table.cart td.actions .input-text, +.woocommerce-page #content table.cart td.actions .input-text, +.woocommerce-page table.cart td.actions .input-text { + width: 150px; + padding: 10px 15px; +} + +.woocommerce .coupon .button { + border: 1px solid transparent; +} + +.woocommerce ul.products li.product .woocommerce-product-details__short-description p:last-child { + margin-bottom: 0; +} + +.wc-product-image { + text-align: center; +} + +.woocommerce-text-align-left .wc-product-image { + text-align: left; +} + +.woocommerce-text-align-right .wc-product-image { + text-align: right; +} + +.inside-wc-product-image { + position: relative; + display: inline-block; +} + +.woocommerce ul.products li.product.woocommerce-image-align-left .wc-product-image { + float: left; + margin-right: 2em; +} + +.woocommerce ul.products li.product.woocommerce-image-align-right .wc-product-image { + float: right; + margin-left: 2em; +} + +.woocommerce ul.products li.product.woocommerce-image-align-left a .wc-product-image img, +.woocommerce ul.products li.product.woocommerce-image-align-right a .wc-product-image img { + width: auto; +} + +.woocommerce-cart ul.products li.product.woocommerce-image-align-left .wc-product-image, +.woocommerce-cart ul.products li.product.woocommerce-image-align-right .wc-product-image { + float: none; + margin: 0; +} + +.woocommerce-cart ul.products li.product.woocommerce-image-align-left a .wc-product-image img, +.woocommerce-cart ul.products li.product.woocommerce-image-align-right a .wc-product-image img { + width: 100%; +} + +.woocommerce .widget_price_filter .price_slider_amount .button { + font-size: 1em; + line-height: normal; +} + +.woocommerce .related ul.products li.product a img, +.woocommerce .up-sells ul.products li.product a img { + margin-bottom: 0; +} + +.woocommerce-review-link { + font-size: 80%; +} + +.woocommerce-Reviews .comment-reply-title { + font-size: 120%; + font-weight: bold; + display: block; + margin-bottom: 10px; +} + +.woocommerce-MyAccount-navigation ul { + margin: 0; + border-top: 1px solid rgba(0, 0, 0, 0.1); +} + +.site-main .woocommerce-MyAccount-navigation li { + margin: 0; + padding: 0; +} + +.woocommerce-MyAccount-navigation li a { + display: block; + padding: 20px 0; + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + font-size: 85%; +} + +.woocommerce-MyAccount-navigation li.is-active a { + font-weight: bold; +} + +.woocommerce-MyAccount-navigation li a:hover { + border-bottom: 1px solid rgba(0, 0, 0, 0.2); +} + +.woocommerce-MyAccount-navigation li.is-active a:after { + font-family: "GP Premium"; + content: "\e901"; + float: right; + font-weight: bold; + font-size: 115%; +} + +.woocommerce-account .woocommerce-MyAccount-navigation { + width: 25%; +} + +.woocommerce #payment .terms { + padding: 20px; +} + +h2.woocommerce-loop-category__title mark { + background: none; + font-size: 80%; + opacity: 0.5; +} + +.woocommerce form.checkout_coupon, +.woocommerce form.login, +.woocommerce form.register { + padding: 0; + margin: 0 0 1.5em; + border: 0; +} + +#ship-to-different-address { + padding: 3px; + font-size: inherit; +} + +.woocommerce-image-align-left .products ul, +.woocommerce-image-align-left ul.products, +.woocommerce-image-align-left .products ul:after, +.woocommerce-image-align-left ul.products:after, +.woocommerce-image-align-right .products ul, +.woocommerce-image-align-right ul.products, +.woocommerce-image-align-right .products ul:after, +.woocommerce-image-align-right ul.products:after { + clear: none; +} + +.woocommerce nav.woocommerce-pagination { + margin-top: 60px; + clear: both; +} + +.woocommerce input.button:disabled, +.woocommerce input.button:disabled[disabled], +.woocommerce input.button:disabled:hover, +.woocommerce input.button:disabled[disabled]:hover { + background-color: transparent; + color: initial; + opacity: 0.3; +} + +.entry-summary + .up-sells { + clear: both; +} + +.woocommerce form .form-row input.input-text, +.woocommerce form .form-row textarea { + line-height: 1.5; +} + +.main-navigation a.cart-contents:not(.has-svg-icon):before, +.secondary-navigation a.cart-contents:not(.has-svg-icon):before { + content: "\f07a"; + display: inline-block; + font-family: "GP Premium"; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.main-navigation a.cart-contents:not(.has-svg-icon).shopping-bag:before, +.secondary-navigation a.cart-contents:not(.has-svg-icon).shopping-bag:before { + content: "\f290"; +} + +.main-navigation a.cart-contents:not(.has-svg-icon).shopping-basket:before, +.secondary-navigation a.cart-contents:not(.has-svg-icon).shopping-basket:before { + content: "\f291"; +} + +.cart-contents > span.number-of-items { + font-size: 11px; + display: inline-block; + background: rgba(255, 255, 255, 0.1); + line-height: 1.7em; + height: 1.7em; + width: 1.7em; + text-align: center; + border-radius: 50%; + margin-left: 5px; + position: relative; + top: -5px; + display: none; +} + +.cart-contents > span.number-of-items.no-items { + display: none; +} + +.woocommerce-MyAccount-navigation ul { + list-style-type: none; +} + +/* Fix BlockUI */ +form.checkout:after, +form.checkout:before { + content: ''; + display: table; +} + +form.checkout:after { + clear: both; +} + +/* Add to Cart panel */ +.add-to-cart-panel { + position: fixed; + top: 0; + left: 0; + right: 0; + background: #fff; + padding: 20px; + opacity: 0; + transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; + box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2); + z-index: 101; + font-size: 90%; + box-sizing: border-box; + transform: translateY(-100%); +} + +.add-to-cart-panel.item-added, +.add-to-cart-panel.show-sticky-add-to-cart { + opacity: 1; +} + +.add-to-cart-panel > div { + display: flex; + align-items: center; +} + +.add-to-cart-panel .continue-shopping { + margin-right: auto; +} + +.add-to-cart-panel .continue-shopping .gp-icon { + display: none; +} + +.add-to-cart-panel .cart-info { + margin-right: 20px; +} + +.add-to-cart-panel img { + height: 50px; + width: auto; + vertical-align: middle; +} + +.add-to-cart-panel .product-title { + margin-left: 20px; + margin-right: auto; + font-weight: 600; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.add-to-cart-panel .product-price { + margin-right: 20px; +} + +.add-to-cart-panel div.quantity { + margin-right: 4px; +} + +.add-to-cart-panel .cart-data { + font-size: 12px; +} + +.add-to-cart-panel del { + opacity: 0.4; +} + +.do-quantity-buttons input.qty::-webkit-outer-spin-button, +.do-quantity-buttons input.qty::-webkit-inner-spin-button { + -webkit-appearance: none; +} + +.wc-menu-cart-activated .menu-toggle { + text-align: left; +} + +.woocommerce-order-received .woocommerce-customer-details .col2-set { + float: none; + width: auto; +} + +.woocommerce-order-received .woocommerce-customer-details .col2-set .col-1 { + margin-bottom: 1.5em; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce.min.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce.min.css new file mode 100644 index 00000000..4533dae1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce.min.css @@ -0,0 +1 @@ +@supports (display:grid){.woocommerce ul.products li.product{display:flex;flex-direction:column}}.woocommerce ul.products li.product.woocommerce-image-align-left,.woocommerce ul.products li.product.woocommerce-image-align-right{display:block}.woocommerce ul.products li.product .woocommerce-LoopProduct-link{display:block;margin-bottom:auto}.woocommerce ul.products li.product .button{margin-left:auto;margin-right:auto}.woocommerce ul.products li.product.woocommerce-text-align-left .button{margin-left:0}.woocommerce ul.products li.product.woocommerce-text-align-right .button{margin-right:0}.woocommerce ul.products li.product .woocommerce-LoopProduct-link>:not(:first-child){margin-top:10px;margin-bottom:0}.woocommerce ul.products li.product .woocommerce-LoopProduct-link>.secondary-image+img{margin-top:0}.woocommerce span.onsale,.woocommerce ul.products li.product .onsale{position:relative;border-radius:0;min-height:15px;min-width:initial;font-weight:inherit;font-size:inherit;padding:8px 13px;line-height:1;display:inline-block;top:auto;left:auto;font-size:80%;text-transform:uppercase;font-weight:700}.woocommerce ul.products li.product.sales-flash-overlay .onsale{position:absolute;top:0;right:0;margin:0}.single-product span.onsale{margin-bottom:15px}.woocommerce-product-gallery{margin-right:4%}.rtl .woocommerce-product-gallery{margin-right:0;margin-left:4%}.woocommerce div.product div.images .flex-control-thumbs li{max-width:100px;padding-top:5px;padding-right:5px;box-sizing:border-box}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0}.woocommerce .page-header-image-single{display:none}.woocommerce .entry-content,.woocommerce .product .entry-summary{margin-top:0}.related.products{clear:both}.checkout-subscribe-prompt.clear{visibility:visible;height:initial;width:initial}.woocommerce .add_to_cart_button+.added_to_cart{display:none}.woocommerce-result-count{font-size:14px;padding:10px 0;border:1px solid transparent}.woocommerce-ordering select{font-size:14px;font-weight:500;padding:10px 40px 10px 12px;-webkit-appearance:none;-moz-appearance:none;width:100%;background:0 0;border-color:rgba(0,0,0,.1);color:inherit;cursor:pointer}.woocommerce-ordering select::-ms-expand{display:none}.woocommerce-ordering:after{content:"\e903";font-family:"GP Premium";display:inline-block;position:absolute;pointer-events:none;color:inherit;top:10px;right:15px;font-size:16px}.woocommerce-ordering select option{color:initial}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin-bottom:30px}.woocommerce-variation-add-to-cart{display:flex;flex-wrap:wrap}@supports (display:grid){#wc-column-container .product{float:none;width:auto;margin:0}.woocommerce .related ul.products::after,.woocommerce .related ul.products::before,.woocommerce .up-sells ul.products::after,.woocommerce .up-sells ul.products::before,.woocommerce .wc-columns-container .products::after,.woocommerce .wc-columns-container .products::before{display:none}.wc-columns-container .products,.woocommerce .related ul.products,.woocommerce .up-sells ul.products{display:-ms-grid;display:grid;grid-gap:50px;width:100%}.wc-columns-container.wc-columns-6 .products,.wc-related-upsell-columns-6 .related ul.products,.wc-related-upsell-columns-6 .up-sells ul.products{grid-template-columns:repeat(6,minmax(0,1fr))}.wc-columns-container.wc-columns-5 .products,.wc-related-upsell-columns-5 .related ul.products,.wc-related-upsell-columns-5 .up-sells ul.products{grid-template-columns:repeat(5,minmax(0,1fr))}.wc-related-upsell-columns-4 .related ul.products,.wc-related-upsell-columns-4 .up-sells ul.products,.woocommerce .wc-columns-container.wc-columns-4 .products{grid-template-columns:repeat(4,minmax(0,1fr))}.wc-related-upsell-columns-3 .related ul.products,.wc-related-upsell-columns-3 .up-sells ul.products,.woocommerce .wc-columns-container.wc-columns-3 .products{grid-template-columns:repeat(3,minmax(0,1fr))}.wc-related-upsell-columns-2 .related ul.products,.wc-related-upsell-columns-2 .up-sells ul.products,.woocommerce .wc-columns-container.wc-columns-2 .products{grid-template-columns:repeat(2,minmax(0,1fr))}.wc-related-upsell-columns-1 .related ul.products,.wc-related-upsell-columns-1 .up-sells ul.products,.woocommerce .wc-columns-container.wc-columns-1 .products{width:100%}.woocommerce .wc-columns-1 ul.products li.product,.woocommerce-page .wc-columns-1 ul.products li.product{margin-left:0;margin-right:0}}#wc-mini-cart ul.woocommerce-mini-cart{position:relative;left:auto;right:auto;opacity:1;pointer-events:auto;height:auto;width:auto;float:none;background-color:transparent;box-shadow:0 0 0;visibility:visible}.wc-mini-cart{position:absolute;width:300px;right:0;box-shadow:0 2px 2px rgba(0,0,0,.1);z-index:99999;left:-99999px;opacity:0;height:0;overflow:hidden;pointer-events:none;transition:opacity 80ms linear;transition-delay:0s;visibility:hidden}.wc-menu-item.sfHover .wc-mini-cart,.wc-menu-item:hover .wc-mini-cart{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible;visibility:visible}.dropdown-click ul li.wc-menu-item:hover ul{display:block}.sidebar .wc-mini-cart{right:100%;top:0}.sidebar .wc-mini-cart .widget{background:0 0}body:not(.using-mouse) .wc-menu-item.sfHover .wc-mini-cart{display:none}.wc-menu-item .sub-menu{left:auto;right:0;width:300px}.wc-menu-item .wc-mini-cart .widget_shopping_cart_content li.sfHover a,.wc-menu-item .wc-mini-cart .widget_shopping_cart_content li:hover a{background:0 0}.wc-menu-item .wc-mini-cart .widget_shopping_cart{padding:15px}.woocommerce.widget_shopping_cart .cart_list li{padding:0 0 0 4em;margin:0;box-sizing:border-box;min-height:3em}.woocommerce.widget_shopping_cart{font-size:14px}.widget_shopping_cart .woocommerce-mini-cart__buttons{margin-bottom:0;display:flex}.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a{margin:0;width:calc(50% - 10px);text-align:center;padding:10px 15px;line-height:inherit;font-size:14px}.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a:first-child{margin-right:2px}.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child{margin-left:2px}.woocommerce.widget_shopping_cart .cart_list li a.remove{right:0;left:auto;height:20px;width:20px;border-width:1px;border-style:solid;border-radius:50%;padding:0;font-size:16px;line-height:17px;font-weight:400;position:relative;float:right}.woocommerce ul.cart_list li img{position:absolute;left:0;width:3em;height:auto;top:0;margin-left:0}#wc-mini-cart .woocommerce-mini-cart-item a{padding:0}.woocommerce-mini-cart-item .quantity{font-size:12px;display:block}.woocommerce.widget_shopping_cart .total{margin:15px 0;padding:15px;background:rgba(0,0,0,.05);border:0;font-size:14px}#wc-mini-cart .total{padding:15px;margin:15px -15px 15px;text-align:left}#generate-slideout-menu .total{padding:10px 20px;margin:20px -20px 20px}#generate-slideout-menu.do-overlay .total{margin:20px 0}.woocommerce.widget_shopping_cart a.button.wc-forward:after{display:none}.woocommerce.widget_shopping_cart .cart_list li.woocommerce-mini-cart-item:not(:last-child){margin-bottom:15px}.rtl .wc-mini-cart .woocommerce.widget_shopping_cart .cart_list li{padding:0 4em 0 0}.rtl .wc-mini-cart .woocommerce.widget_shopping_cart .cart_list li a.remove{float:left}.rtl .wc-mini-cart .woocommerce ul.cart_list li img{right:0}.slideout-widget .widget_shopping_cart_content,.slideout-widget .widget_shopping_cart_content a{font-size:14px}#generate-slideout-menu.do-overlay li.woocommerce-mini-cart-item{text-align:left}#wc-mini-cart a:not(.button){font-family:inherit}.wc-menu-item:not(.has-items) .wc-mini-cart{display:none}.woocommerce-mini-cart__empty-message{margin-bottom:0}.secondary-nav-aligned-center .secondary-navigation ul.woocommerce-mini-cart,.secondary-nav-aligned-right .secondary-navigation ul.woocommerce-mini-cart{font-size:inherit}#wc-mini-cart .widgettitle{display:none}@supports (display:grid){.woocommerce .related ul.products li.product,.woocommerce .up-sells ul.products li.product{width:auto;margin-left:0;margin-right:0;margin-bottom:0}}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:0;font-weight:inherit;font-size:inherit;line-height:inherit;padding:10px 20px}ul.products .woocommerce-text-align-center{text-align:center}ul.products li.product.woocommerce-text-align-center .price,ul.products li.product.woocommerce-text-align-center .star-rating{margin-left:auto;margin-right:auto}ul.products li.product.woocommerce-text-align-right .price,ul.products li.product.woocommerce-text-align-right .star-rating{margin-left:auto}.woocommerce .star-rating:before{color:rgba(0,0,0,.4)}.woocommerce p.stars a{color:rgba(0,0,0,.4)}.woocommerce p.stars.selected a:before{color:#ffa200}.woocommerce ul.products li.product .price del{display:inline;padding-right:10px}ul.products .woocommerce-text-align-right{text-align:right}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{width:50%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{width:auto;float:none;overflow:hidden}.product_meta{font-size:80%;border-top:1px solid rgba(0,0,0,.1);padding-top:30px}.product_meta>span{display:block}.up-sells{margin-top:40px}.add-to-cart-panel form.cart,.woocommerce div.product.do-quantity-buttons form.cart{display:flex;flex-wrap:wrap}.woocommerce div.product form.cart>:not(.quantity):not(.single_add_to_cart_button){width:100%}.add-to-cart-panel form.cart{flex-shrink:0}.woocommerce .quantity .qty{height:100%;width:auto;max-width:80px;background:0 0;border:1px solid rgba(0,0,0,.1);padding:0 10px;height:50px}.do-quantity-buttons .quantity:not(.buttons-added) .qty{width:50px}.add-to-cart-panel .cart.do-quantity-buttons div.quantity,.do-quantity-buttons div.quantity{display:flex;align-items:center}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after,.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before,.woocommerce form .quantity.buttons-added .minus,.woocommerce form .quantity.buttons-added .plus,.woocommerce form .quantity.buttons-added .qty{display:block;width:50px;height:100%;min-height:50px;background-color:transparent;border:1px solid rgba(0,0,0,.1);margin:0;padding:0;text-align:center;vertical-align:middle;-moz-appearance:textfield!important;-webkit-appearance:none;border-radius:0;color:inherit;box-sizing:border-box;text-decoration:none}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after,.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before,.woocommerce form .quantity.buttons-added .minus,.woocommerce form .quantity.buttons-added .plus{display:flex;align-items:center;justify-content:center}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before{content:"-";border-right:0}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after{content:"+";border-left:0}.woocommerce form .quantity.buttons-added .qty:focus{border-color:rgba(0,0,0,.1)}.do-quantity-buttons form .quantity input[type=number]::-webkit-inner-spin-button,.do-quantity-buttons form .quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.do-quantity-buttons form .quantity:not(.buttons-added):before,.woocommerce form .quantity.buttons-added .minus{border-right-width:0}.do-quantity-buttons form .quantity:not(.buttons-added):after,.woocommerce form .quantity.buttons-added .plus{border-left-width:0}.do-quantity-buttons .elementor-add-to-cart form .quantity:not(.buttons-added):after,.do-quantity-buttons .elementor-add-to-cart form .quantity:not(.buttons-added):before,.do-quantity-buttons form .quantity.hidden{display:none}.woocommerce div.product form.cart div.quantity.hidden{margin:0}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none;border:0}.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;margin-left:0;padding-left:0}.woocommerce div.product .woocommerce-tabs ul.tabs li{background-color:rgba(0,0,0,.02);margin:0;border-radius:0;border-width:1px 1px 0 0;border-color:rgba(0,0,0,.08)}.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{border-left-width:1px}.woocommerce-ordering{float:left;margin-right:1em;margin-bottom:0;position:relative;padding:0}nav li.wc-menu-item{float:right}.cart-contents>span{line-height:0}.cart-contents>span:not(:empty){margin-left:10px}.rtl .cart-contents>span:not(:empty){margin-left:0;margin-right:10px}.cart-contents>span.gp-icon{margin-left:0}.rtl .cart-contents>span.gp-icon{margin-right:0}nav span.count{font-size:.8em;opacity:.5}.woocommerce a.remove{color:inherit!important;background:0 0!important;border:1px solid!important;border-color:inherit;font-weight:400;font-size:16px;width:20px;height:20px;line-height:17px;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important}.woocommerce a.remove:hover{color:inherit!important;background:0 0!important;opacity:.7}.woocommerce .star-rating:before{opacity:.25;content:"SSSSS"}.woocommerce div.product .woocommerce-product-rating{margin:1em 0}.woocommerce div.product p.price,.woocommerce div.product span.price{color:inherit}.wc-has-gallery .secondary-image{position:absolute;opacity:0;transition:opacity .1s ease-in-out;left:50%;transform:translate(-50%,0);top:0}.wc-has-gallery picture.secondary-image{width:100%;height:100%}.wc-product-image:hover .secondary-image{opacity:1}.woocommerce ul.products li.product a img{margin-bottom:0}.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:initial}.woocommerce div.product p.price,.woocommerce ul.products li.product .price{font-weight:700}div.woocommerce-error a.button,div.woocommerce-error a.button:focus,div.woocommerce-error a.button:hover,div.woocommerce-info a.button,div.woocommerce-info a.button:focus,div.woocommerce-info a.button:hover,div.woocommerce-message a.button,div.woocommerce-message a.button:focus,div.woocommerce-message a.button:hover{background:0 0;padding:0}.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{font-weight:700}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:20px 30px;border:0;border-left:10px solid rgba(0,0,0,.3)}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{display:none}a.button.wc-forward:after{content:"\e901";font-family:"GP Premium";line-height:1em;padding-left:10px;position:relative;top:2px}.rtl a.button.wc-forward:after{display:none}.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none;width:100%;margin:0}.woocommerce-checkout .col2-set{width:52.9411764706%;float:left;margin-right:5.8823529412%}.rtl.woocommerce-checkout .col2-set{float:right;margin-right:0;margin-left:5.8823529412%}#customer_details+#wc_checkout_add_ons,#order_review,#order_review_heading{width:41.1764705882%;float:right;margin-right:0}.woocommerce-additional-fields>h3{margin-top:20px}.woocommerce table.shop_table,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{border:0;border-radius:0}.woocommerce table.shop_table th{background-color:rgba(0,0,0,.03)}.woocommerce table.shop_table td,.woocommerce table.shop_table th{padding:20px;border:0}.woocommerce table.shop_table td{background-color:rgba(0,0,0,.005);border-bottom:1px solid rgba(0,0,0,.1)}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:0}#add_payment_method #payment,#add_payment_method #payment div.payment_box,.woocommerce-cart #payment,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment,.woocommerce-checkout #payment div.payment_box{background-color:transparent;color:inherit}#add_payment_method #payment div.payment_box:before,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before{display:none}#payment .payment_methods>.wc_payment_method>label{padding:20px;background-color:rgba(0,0,0,.04);display:block;cursor:pointer}#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label{font-weight:700;background-color:rgba(0,0,0,.07)}#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child{clip:rect(1px,1px,1px,1px);position:absolute!important}#payment .payment_methods>.wc_payment_method>label:before{display:inline-block;font-size:inherit;-webkit-font-smoothing:antialiased;content:"\e902";margin-right:.5407911001em;transition:color,ease,.2s;font-family:"GP Premium"}#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before{content:"\e904"}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{padding:0;border:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;padding-top:20px;padding-bottom:20px;font-weight:700;font-size:150%}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding-left:0;padding-right:0;padding-top:0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{float:right}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:none;display:inline-block;line-height:1}a.checkout-button:after{display:none}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:150px;padding:10px 15px}.woocommerce .coupon .button{border:1px solid transparent}.woocommerce ul.products li.product .woocommerce-product-details__short-description p:last-child{margin-bottom:0}.wc-product-image{text-align:center}.woocommerce-text-align-left .wc-product-image{text-align:left}.woocommerce-text-align-right .wc-product-image{text-align:right}.inside-wc-product-image{position:relative;display:inline-block}.woocommerce ul.products li.product.woocommerce-image-align-left .wc-product-image{float:left;margin-right:2em}.woocommerce ul.products li.product.woocommerce-image-align-right .wc-product-image{float:right;margin-left:2em}.woocommerce ul.products li.product.woocommerce-image-align-left a .wc-product-image img,.woocommerce ul.products li.product.woocommerce-image-align-right a .wc-product-image img{width:auto}.woocommerce-cart ul.products li.product.woocommerce-image-align-left .wc-product-image,.woocommerce-cart ul.products li.product.woocommerce-image-align-right .wc-product-image{float:none;margin:0}.woocommerce-cart ul.products li.product.woocommerce-image-align-left a .wc-product-image img,.woocommerce-cart ul.products li.product.woocommerce-image-align-right a .wc-product-image img{width:100%}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1em;line-height:normal}.woocommerce .related ul.products li.product a img,.woocommerce .up-sells ul.products li.product a img{margin-bottom:0}.woocommerce-review-link{font-size:80%}.woocommerce-Reviews .comment-reply-title{font-size:120%;font-weight:700;display:block;margin-bottom:10px}.woocommerce-MyAccount-navigation ul{margin:0;border-top:1px solid rgba(0,0,0,.1)}.site-main .woocommerce-MyAccount-navigation li{margin:0;padding:0}.woocommerce-MyAccount-navigation li a{display:block;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.1);font-size:85%}.woocommerce-MyAccount-navigation li.is-active a{font-weight:700}.woocommerce-MyAccount-navigation li a:hover{border-bottom:1px solid rgba(0,0,0,.2)}.woocommerce-MyAccount-navigation li.is-active a:after{font-family:"GP Premium";content:"\e901";float:right;font-weight:700;font-size:115%}.woocommerce-account .woocommerce-MyAccount-navigation{width:25%}.woocommerce #payment .terms{padding:20px}h2.woocommerce-loop-category__title mark{background:0 0;font-size:80%;opacity:.5}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{padding:0;margin:0 0 1.5em;border:0}#ship-to-different-address{padding:3px;font-size:inherit}.woocommerce-image-align-left .products ul,.woocommerce-image-align-left .products ul:after,.woocommerce-image-align-left ul.products,.woocommerce-image-align-left ul.products:after,.woocommerce-image-align-right .products ul,.woocommerce-image-align-right .products ul:after,.woocommerce-image-align-right ul.products,.woocommerce-image-align-right ul.products:after{clear:none}.woocommerce nav.woocommerce-pagination{margin-top:60px;clear:both}.woocommerce input.button:disabled,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled],.woocommerce input.button:disabled[disabled]:hover{background-color:transparent;color:initial;opacity:.3}.entry-summary+.up-sells{clear:both}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{line-height:1.5}.main-navigation a.cart-contents:not(.has-svg-icon):before,.secondary-navigation a.cart-contents:not(.has-svg-icon):before{content:"\f07a";display:inline-block;font-family:"GP Premium";font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-navigation a.cart-contents:not(.has-svg-icon).shopping-bag:before,.secondary-navigation a.cart-contents:not(.has-svg-icon).shopping-bag:before{content:"\f290"}.main-navigation a.cart-contents:not(.has-svg-icon).shopping-basket:before,.secondary-navigation a.cart-contents:not(.has-svg-icon).shopping-basket:before{content:"\f291"}.cart-contents>span.number-of-items{font-size:11px;display:inline-block;background:rgba(255,255,255,.1);line-height:1.7em;height:1.7em;width:1.7em;text-align:center;border-radius:50%;margin-left:5px;position:relative;top:-5px;display:none}.cart-contents>span.number-of-items.no-items{display:none}.woocommerce-MyAccount-navigation ul{list-style-type:none}form.checkout:after,form.checkout:before{content:'';display:table}form.checkout:after{clear:both}.add-to-cart-panel{position:fixed;top:0;left:0;right:0;background:#fff;padding:20px;opacity:0;transition:opacity .5s ease-in-out,transform .5s ease-in-out;box-shadow:0 2px 2px -2px rgba(0,0,0,.2);z-index:101;font-size:90%;box-sizing:border-box;transform:translateY(-100%)}.add-to-cart-panel.item-added,.add-to-cart-panel.show-sticky-add-to-cart{opacity:1}.add-to-cart-panel>div{display:flex;align-items:center}.add-to-cart-panel .continue-shopping{margin-right:auto}.add-to-cart-panel .continue-shopping .gp-icon{display:none}.add-to-cart-panel .cart-info{margin-right:20px}.add-to-cart-panel img{height:50px;width:auto;vertical-align:middle}.add-to-cart-panel .product-title{margin-left:20px;margin-right:auto;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-to-cart-panel .product-price{margin-right:20px}.add-to-cart-panel div.quantity{margin-right:4px}.add-to-cart-panel .cart-data{font-size:12px}.add-to-cart-panel del{opacity:.4}.do-quantity-buttons input.qty::-webkit-inner-spin-button,.do-quantity-buttons input.qty::-webkit-outer-spin-button{-webkit-appearance:none}.wc-menu-cart-activated .menu-toggle{text-align:left}.woocommerce-order-received .woocommerce-customer-details .col2-set{float:none;width:auto}.woocommerce-order-received .woocommerce-customer-details .col2-set .col-1{margin-bottom:1.5em} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/customizer/customizer.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/customizer/customizer.php new file mode 100644 index 00000000..a03e0370 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/customizer/customizer.php @@ -0,0 +1,1031 @@ +register_control_type( 'GeneratePress_Title_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Pro_Range_Slider_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Information_Customize_Control' ); + $wp_customize->register_control_type( 'GeneratePress_Section_Shortcut_Control' ); + } + + $wp_customize->add_section( + 'generate_woocommerce_layout', + array( + 'title' => __( 'WooCommerce', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 100, + 'panel' => 'generate_layout_panel' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Section_Shortcut_Control( + $wp_customize, + 'generate_woocommerce_layout_shortcuts', + array( + 'section' => 'generate_woocommerce_layout', + 'element' => __( 'WooCommerce', 'gp-premium' ), + 'shortcuts' => array( + 'colors' => 'generate_woocommerce_colors', + 'typography' => 'generate_woocommerce_typography', + ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', + 'priority' => 0, + ) + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_woocommerce_general_title', + array( + 'section' => 'generate_woocommerce_layout', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'General', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname' + ) + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[cart_menu_item]', + array( + 'default' => $defaults['cart_menu_item'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[cart_menu_item]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display cart in menu', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[cart_menu_item]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[menu_mini_cart]', + array( + 'default' => $defaults['menu_mini_cart'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[menu_mini_cart]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display mini cart sub-menu', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[menu_mini_cart]', + 'active_callback' => 'generate_premium_wc_menu_item_active', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[cart_menu_item_icon]', + array( + 'default' => $defaults['cart_menu_item_icon'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[cart_menu_item_icon]', + array( + 'type' => 'select', + 'label' => __( 'Menu Item Icon', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'choices' => array( + 'shopping-cart' => __( 'Shopping Cart', 'gp-premium' ), + 'shopping-bag' => __( 'Shopping Bag', 'gp-premium' ), + 'shopping-basket' => __( 'Shopping Basket', 'gp-premium' ), + ), + 'settings' => 'generate_woocommerce_settings[cart_menu_item_icon]', + 'active_callback' => 'generatepress_wc_menu_cart_active', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[cart_menu_item_content]', + array( + 'default' => $defaults['cart_menu_item_content'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[cart_menu_item_content]', + array( + 'type' => 'select', + 'label' => __( 'Menu Item Content', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'choices' => array( + 'amount' => __( 'Amount', 'gp-premium' ), + 'number' => __( 'Number of Items', 'gp-premium' ), + ), + 'settings' => 'generate_woocommerce_settings[cart_menu_item_content]', + 'active_callback' => 'generatepress_wc_menu_cart_active', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[breadcrumbs]', + array( + 'default' => $defaults['breadcrumbs'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[breadcrumbs]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display breadcrumbs', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[breadcrumbs]', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_woocommerce_shop_page_title', + array( + 'section' => 'generate_woocommerce_layout', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Shop', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname' + ) + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[sidebar_layout]', + array( + 'default' => $defaults['sidebar_layout'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[sidebar_layout]', + array( + 'type' => 'select', + 'label' => __( 'Sidebar Layout', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'choices' => array( + 'left-sidebar' => __( 'Sidebar / Content', 'gp-premium' ), + 'right-sidebar' => __( 'Content / Sidebar', 'gp-premium' ), + 'no-sidebar' => __( 'Content (no sidebars)', 'gp-premium' ), + 'both-sidebars' => __( 'Sidebar / Content / Sidebar', 'gp-premium' ), + 'both-left' => __( 'Sidebar / Sidebar / Content', 'gp-premium' ), + 'both-right' => __( 'Content / Sidebar / Sidebar', 'gp-premium' ) + ), + 'settings' => 'generate_woocommerce_settings[sidebar_layout]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[columns]', array( + 'default' => $defaults['columns'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint' + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[tablet_columns]', array( + 'default' => $defaults['tablet_columns'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint' + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[mobile_columns]', array( + 'default' => $defaults['mobile_columns'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'gp_woocommerce_columns', + array( + 'label' => __( 'Product Columns', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => array( + 'desktop' => 'generate_woocommerce_settings[columns]', + 'tablet' => 'generate_woocommerce_settings[tablet_columns]', + 'mobile' => 'generate_woocommerce_settings[mobile_columns]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 1, + 'max' => 6, + 'step' => 1, + 'edit' => false, + 'unit' => 'Col', + ), + 'tablet' => array( + 'min' => 1, + 'max' => 3, + 'step' => 1, + 'edit' => false, + 'unit' => 'Col', + ), + 'mobile' => array( + 'min' => 1, + 'max' => 3, + 'step' => 1, + 'edit' => false, + 'unit' => 'Col', + ), + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[columns_gap]', array( + 'default' => $defaults['columns_gap'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint' + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[tablet_columns_gap]', array( + 'default' => $defaults['tablet_columns_gap'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint' + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[mobile_columns_gap]', array( + 'default' => $defaults['mobile_columns_gap'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'generate_premium_sanitize_empty_absint' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'gp_woocommerce_column_gap', + array( + 'label' => __( 'Column Gap', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => array( + 'desktop' => 'generate_woocommerce_settings[columns_gap]', + 'tablet' => 'generate_woocommerce_settings[tablet_columns_gap]', + 'mobile' => 'generate_woocommerce_settings[mobile_columns_gap]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 0, + 'max' => 100, + 'step' => 5, + 'edit' => true, + 'unit' => 'px', + ), + 'tablet' => array( + 'min' => 0, + 'max' => 100, + 'step' => 5, + 'edit' => true, + 'unit' => 'px', + ), + 'mobile' => array( + 'min' => 0, + 'max' => 100, + 'step' => 5, + 'edit' => true, + 'unit' => 'px', + ), + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_archive_image_alignment]', + array( + 'default' => $defaults['product_archive_image_alignment'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_archive_image_alignment]', + array( + 'type' => 'radio', + 'label' => __( 'Image Alignment', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'choices' => array( + 'left' => __( 'Left', 'gp-premium' ), + 'center' => __( 'Center', 'gp-premium' ), + 'right' => __( 'Right', 'gp-premium' ), + ), + 'settings' => 'generate_woocommerce_settings[product_archive_image_alignment]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[products_per_page]', + array( + 'default' => $defaults['products_per_page'], + 'type' => 'option', + 'sanitize_callback' => 'absint' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[products_per_page]', + array( + 'type' => 'text', + 'label' => __( 'Products Per Page', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[products_per_page]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_archive_alignment]', + array( + 'default' => $defaults['product_archive_alignment'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_archive_alignment]', + array( + 'type' => 'radio', + 'label' => __( 'Text Alignment', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'choices' => array( + 'left' => __( 'Left', 'gp-premium' ), + 'center' => __( 'Center', 'gp-premium' ), + 'right' => __( 'Right', 'gp-premium' ), + ), + 'settings' => 'generate_woocommerce_settings[product_archive_alignment]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[off_canvas_panel_on_add_to_cart]', + array( + 'default' => $defaults['off_canvas_panel_on_add_to_cart'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[off_canvas_panel_on_add_to_cart]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display cart panel on add to cart', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[off_canvas_panel_on_add_to_cart]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[shop_page_title]', + array( + 'default' => $defaults['shop_page_title'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[shop_page_title]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display page title', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[shop_page_title]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_results_count]', + array( + 'default' => $defaults['product_results_count'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_results_count]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display product results count', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_results_count]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_sorting]', + array( + 'default' => $defaults['product_sorting'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_sorting]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display product sorting', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_sorting]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_archive_image]', + array( + 'default' => $defaults['product_archive_image'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_archive_image]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display product image', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_archive_image]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_secondary_image]', + array( + 'default' => $defaults['product_secondary_image'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_secondary_image]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display secondary image on hover', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_secondary_image]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_archive_title]', + array( + 'default' => $defaults['product_archive_title'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_archive_title]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display product title', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_archive_title]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_archive_sale_flash]', + array( + 'default' => $defaults['product_archive_sale_flash'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_archive_sale_flash]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display sale flash', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_archive_sale_flash]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_archive_sale_flash_overlay]', + array( + 'default' => $defaults['product_archive_sale_flash_overlay'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_archive_sale_flash_overlay]', + array( + 'type' => 'checkbox', + 'label' => __( 'Sale flash over image', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_archive_sale_flash_overlay]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_archive_rating]', + array( + 'default' => $defaults['product_archive_rating'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_archive_rating]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display rating', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_archive_rating]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_archive_price]', + array( + 'default' => $defaults['product_archive_price'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_archive_price]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display price', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_archive_price]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_archive_add_to_cart]', + array( + 'default' => $defaults['product_archive_add_to_cart'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_archive_add_to_cart]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display add to cart button', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_archive_add_to_cart]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_archive_description]', + array( + 'default' => $defaults['product_archive_description'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_archive_description]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display short description', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_archive_description]', + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_woocommerce_single_product_title', + array( + 'section' => 'generate_woocommerce_layout', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Single Product', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname' + ) + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[single_sidebar_layout]', + array( + 'default' => $defaults['single_sidebar_layout'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[single_sidebar_layout]', + array( + 'type' => 'select', + 'label' => __( 'Sidebar Layout', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'choices' => array( + 'inherit' => __( 'Inherit', 'gp-premium' ), + 'left-sidebar' => __( 'Sidebar / Content', 'gp-premium' ), + 'right-sidebar' => __( 'Content / Sidebar', 'gp-premium' ), + 'no-sidebar' => __( 'Content (no sidebars)', 'gp-premium' ), + 'both-sidebars' => __( 'Sidebar / Content / Sidebar', 'gp-premium' ), + 'both-left' => __( 'Sidebar / Sidebar / Content', 'gp-premium' ), + 'both-right' => __( 'Content / Sidebar / Sidebar', 'gp-premium' ) + ), + 'settings' => 'generate_woocommerce_settings[single_sidebar_layout]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[single_product_image_width]', array( + 'default' => $defaults['single_product_image_width'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'gp_woocommerce_single_product_image_width', + array( + 'label' => __( 'Product Image Area Width', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => array( + 'desktop' => 'generate_woocommerce_settings[single_product_image_width]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 10, + 'max' => 100, + 'step' => 5, + 'edit' => true, + 'unit' => '%', + ), + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[sticky_add_to_cart_panel]', + array( + 'default' => $defaults['sticky_add_to_cart_panel'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[sticky_add_to_cart_panel]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display add to cart panel on scroll', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[sticky_add_to_cart_panel]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[quantity_buttons]', + array( + 'default' => $defaults['quantity_buttons'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[quantity_buttons]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display quantity buttons', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[quantity_buttons]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[single_product_sale_flash]', + array( + 'default' => $defaults['single_product_sale_flash'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[single_product_sale_flash]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display sale flash', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[single_product_sale_flash]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_tabs]', + array( + 'default' => $defaults['product_tabs'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_tabs]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display product tabs', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_tabs]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_related]', + array( + 'default' => $defaults['product_related'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_related]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display related products', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_related]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_upsells]', + array( + 'default' => $defaults['product_upsells'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_upsells]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display upsell products', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_upsells]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[related_upsell_columns]', array( + 'default' => $defaults['related_upsell_columns'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint' + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[tablet_related_upsell_columns]', array( + 'default' => $defaults['tablet_related_upsell_columns'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint' + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[mobile_related_upsell_columns]', array( + 'default' => $defaults['mobile_related_upsell_columns'], + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'sanitize_callback' => 'absint' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Pro_Range_Slider_Control( + $wp_customize, + 'gp_woocommerce_related_upsell_columns', + array( + 'label' => __( 'Related/Upsell Columns', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => array( + 'desktop' => 'generate_woocommerce_settings[related_upsell_columns]', + 'tablet' => 'generate_woocommerce_settings[tablet_related_upsell_columns]', + 'mobile' => 'generate_woocommerce_settings[mobile_related_upsell_columns]', + ), + 'choices' => array( + 'desktop' => array( + 'min' => 1, + 'max' => 6, + 'step' => 1, + 'edit' => false, + 'unit' => 'Col', + ), + 'tablet' => array( + 'min' => 1, + 'max' => 3, + 'step' => 1, + 'edit' => false, + 'unit' => 'Col', + ), + 'mobile' => array( + 'min' => 1, + 'max' => 3, + 'step' => 1, + 'edit' => false, + 'unit' => 'Col', + ), + ), + ) + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_meta]', + array( + 'default' => $defaults['product_meta'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_meta]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display product meta data', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_meta]', + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[product_description]', + array( + 'default' => $defaults['product_description'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[product_description]', + array( + 'type' => 'checkbox', + 'label' => __( 'Display short description', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[product_description]', + ) + ); + + $wp_customize->add_section( + 'generate_woocommerce_colors', + array( + 'title' => __( 'WooCommerce', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 200, + 'panel' => 'generate_colors_panel' + ) + ); + + $wp_customize->add_section( + 'generate_woocommerce_typography', + array( + 'title' => __( 'WooCommerce', 'gp-premium' ), + 'capability' => 'edit_theme_options', + 'priority' => 200, + 'panel' => 'generate_typography_panel' + ) + ); + + $wp_customize->add_control( + new GeneratePress_Title_Customize_Control( + $wp_customize, + 'generate_woocommerce_checkout_title', + array( + 'section' => 'generate_woocommerce_layout', + 'type' => 'generatepress-customizer-title', + 'title' => __( 'Checkout', 'gp-premium' ), + 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname' + ) + ) + ); + + $wp_customize->add_setting( + 'generate_woocommerce_settings[distraction_free]', + array( + 'default' => $defaults['distraction_free'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_checkbox' + ) + ); + + $wp_customize->add_control( + 'generate_woocommerce_settings[distraction_free]', + array( + 'type' => 'checkbox', + 'label' => __( 'Distraction-free mode', 'gp-premium' ), + 'description' => __( 'Remove unnecessary distractions like sidebars, footer widgets and sticky menus.', 'gp-premium' ), + 'section' => 'generate_woocommerce_layout', + 'settings' => 'generate_woocommerce_settings[distraction_free]', + ) + ); + +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/customizer/js/customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/customizer/js/customizer.js new file mode 100644 index 00000000..a455a2f7 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/customizer/js/customizer.js @@ -0,0 +1,6 @@ +jQuery( function( $ ) { + $( '#customize-control-generate_woocommerce_primary_button_message a' ).on( 'click', function( e ) { + e.preventDefault(); + wp.customize.control( 'generate_settings[form_button_background_color]' ).focus(); + } ); +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/functions.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/functions.php new file mode 100644 index 00000000..7451494a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/functions.php @@ -0,0 +1,1532 @@ + true, + 'cart_menu_item_icon' => 'shopping-cart', + 'cart_menu_item_content' => 'amount', + 'menu_mini_cart' => false, + 'off_canvas_panel_on_add_to_cart' => false, + 'sticky_add_to_cart_panel' => false, + 'sidebar_layout' => 'right-sidebar', + 'single_sidebar_layout' => 'inherit', + 'products_per_page' => 9, + 'columns' => 4, + 'tablet_columns' => 2, + 'mobile_columns' => 1, + 'columns_gap' => 50, + 'tablet_columns_gap' => '', + 'mobile_columns_gap' => '', + 'related_upsell_columns' => 4, + 'tablet_related_upsell_columns' => 2, + 'mobile_related_upsell_columns' => 1, + 'product_archive_image_alignment' => 'center', + 'product_archive_alignment' => 'center', + 'shop_page_title' => true, + 'product_results_count' => true, + 'product_sorting' => true, + 'product_archive_image' => true, + 'product_secondary_image' => true, + 'product_archive_title' => true, + 'product_archive_sale_flash' => true, + 'product_archive_sale_flash_overlay' => true, + 'product_archive_rating' => true, + 'product_archive_price' => true, + 'product_archive_add_to_cart' => true, + 'single_product_sale_flash' => true, + 'single_product_image_width' => '50', + 'product_tabs' => true, + 'product_related' => true, + 'product_upsells' => true, + 'product_meta' => true, + 'product_description' => true, + 'quantity_buttons' => true, + 'breadcrumbs' => true, + 'distraction_free' => true, + 'product_archive_description' => false, + ) ); +} + +add_filter( 'generate_color_option_defaults', 'generatepress_wc_color_defaults' ); +/** + * Set the WC color option defaults. + * + * @since 1.3 + */ +function generatepress_wc_color_defaults( $defaults ) { + $defaults[ 'wc_alt_button_background' ] = '#1e73be'; + $defaults[ 'wc_alt_button_background_hover' ] = '#377fbf'; + $defaults[ 'wc_alt_button_text' ] = '#ffffff'; + $defaults[ 'wc_alt_button_text_hover' ] = '#ffffff'; + $defaults[ 'wc_rating_stars' ] = '#ffa200'; + $defaults[ 'wc_sale_sticker_background' ] = '#222222'; + $defaults[ 'wc_sale_sticker_text' ] = '#ffffff'; + $defaults[ 'wc_price_color' ] = '#222222'; + $defaults[ 'wc_product_tab' ] = '#222222'; + $defaults[ 'wc_product_tab_highlight' ] = '#1e73be'; + $defaults[ 'wc_success_message_background' ] = '#0b9444'; + $defaults[ 'wc_success_message_text' ] = '#ffffff'; + $defaults[ 'wc_info_message_background' ] = '#1e73be'; + $defaults[ 'wc_info_message_text' ] = '#ffffff'; + $defaults[ 'wc_error_message_background' ] = '#e8626d'; + $defaults[ 'wc_error_message_text' ] = '#ffffff'; + $defaults[ 'wc_product_title_color' ] = ''; + $defaults[ 'wc_product_title_color_hover' ] = ''; + + $defaults['wc_mini_cart_background_color'] = '#ffffff'; + $defaults['wc_mini_cart_text_color'] = '#000000'; + $defaults['wc_mini_cart_button_background'] = ''; + $defaults['wc_mini_cart_button_text'] = ''; + $defaults['wc_mini_cart_button_background_hover'] = ''; + $defaults['wc_mini_cart_button_text_hover'] = ''; + + $defaults['wc_panel_cart_background_color'] = '#ffffff'; + $defaults['wc_panel_cart_text_color'] = '#000000'; + $defaults['wc_panel_cart_button_background'] = ''; + $defaults['wc_panel_cart_button_text'] = ''; + $defaults['wc_panel_cart_button_background_hover'] = ''; + $defaults['wc_panel_cart_button_text_hover'] = ''; + + $defaults['wc_price_slider_background_color'] = '#dddddd'; + $defaults['wc_price_slider_bar_color'] = '#666666'; + + return $defaults; +} + +add_filter( 'generate_font_option_defaults', 'generatepress_wc_typography_defaults' ); +/** + * Set the WC typography option defaults. + * + * @since 1.3 + */ +function generatepress_wc_typography_defaults( $defaults ) { + $defaults[ 'wc_product_title_font_weight' ] = 'normal'; + $defaults[ 'wc_product_title_font_transform' ] = 'none'; + $defaults[ 'wc_product_title_font_size' ] = '20'; + $defaults[ 'mobile_wc_product_title_font_size' ] = ''; + $defaults[ 'wc_related_product_title_font_size' ] = '20'; + return $defaults; +} + +add_filter( 'generate_navigation_class', 'generatepress_wc_navigation_class' ); +/** + * Add navigation class when the menu icon is enabled. + * + * @since 1.3 + */ +function generatepress_wc_navigation_class( $classes ) { + $classes[] = ( generatepress_wc_get_setting( 'cart_menu_item' ) ) ? 'wc-menu-cart-activated' : ''; + return $classes; +} + +add_filter( 'post_class', 'generatepress_wc_post_class' ); +add_filter( 'product_cat_class', 'generatepress_wc_post_class' ); +/** + * Add post classes to the products. + * + * @since 1.3 + * + * @param array $classes Existing product classes. + * @return array + */ +function generatepress_wc_post_class( $classes ) { + if ( 'product' == get_post_type() ) { + $classes[] = ( generatepress_wc_get_setting( 'product_archive_sale_flash_overlay' ) && generatepress_wc_get_setting( 'product_archive_image' ) ) ? 'sales-flash-overlay' : ''; + $classes[] = 'woocommerce-text-align-' . generatepress_wc_get_setting( 'product_archive_alignment' ); + + if ( is_single() ) { + $classes[] = 'wc-related-upsell-columns-' . generatepress_wc_get_setting( 'related_upsell_columns' ); + $classes[] = 'wc-related-upsell-tablet-columns-' . generatepress_wc_get_setting( 'tablet_related_upsell_columns' ); + $classes[] = 'wc-related-upsell-mobile-columns-' . generatepress_wc_get_setting( 'mobile_related_upsell_columns' ); + } else { + $classes[] = 'woocommerce-image-align-' . generatepress_wc_get_setting( 'product_archive_image_alignment' ); + } + } + + if ( 'product' === get_post_type() || is_cart() ) { + if ( generatepress_wc_get_setting( 'quantity_buttons' ) ) { + $classes[] = 'do-quantity-buttons'; + $product = wc_get_product( get_the_ID() ); + + $check_stock = is_callable( array( $product, 'managing_stock' ) ) && + is_callable( array( $product, 'get_stock_quantity' ) ) && + is_callable( array( $product, 'backorders_allowed' ) ) && + is_callable( array( $product, 'is_sold_individually' ) ) && + function_exists( 'is_product' ) && + is_product() && + defined( 'WC_VERSION' ); + + if ( $check_stock && version_compare( WC_VERSION, '7.4.0', '>=' ) ) { + $managing_stock = $product->managing_stock(); + $stock_quantity = $product->get_stock_quantity(); + $backorders_allowed = $product->backorders_allowed(); + $sold_individually = $product->is_sold_individually(); + + if ( $sold_individually || ( $managing_stock && $stock_quantity < 2 && ! $backorders_allowed ) ) { + $classes = array_diff( $classes, array( 'do-quantity-buttons' ) ); + } + } + } + } + + return $classes; +} + +add_action( 'woocommerce_before_shop_loop', 'generatepress_wc_before_shop_loop' ); +/** + * Add opening element inside shop page. + * + * @since 1.3 + */ +function generatepress_wc_before_shop_loop() { + $classes = apply_filters( 'generate_woocommerce_container_classes', array( + 'wc-columns-container', + 'wc-columns-' . generatepress_wc_get_setting( 'columns' ), + 'wc-tablet-columns-' . generatepress_wc_get_setting( 'tablet_columns' ), + 'wc-mobile-columns-' . generatepress_wc_get_setting( 'mobile_columns' ), + ) ); + + $classes = array_map('esc_attr', $classes); + echo '
          '; +} + +add_action( 'woocommerce_after_shop_loop', 'generatepress_wc_after_shop_loop' ); +/** + * Add closing element inside shop page. + * + * @since 1.3 + */ +function generatepress_wc_after_shop_loop() { + echo '
          '; +} + +add_action( 'wp_enqueue_scripts', 'generatepress_wc_scripts', 100 ); +/** + * Add scripts and styles. + * + * @since 1.3 + */ +function generatepress_wc_scripts() { + if ( ! function_exists( 'is_checkout' ) ) { + return; + } + + $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; + wp_enqueue_style( 'generate-woocommerce', plugin_dir_url( __FILE__ ) . "css/woocommerce{$suffix}.css", array(), GENERATE_WOOCOMMERCE_VERSION ); + wp_enqueue_style( 'generate-woocommerce-mobile', plugin_dir_url( __FILE__ ) . "css/woocommerce-mobile{$suffix}.css", array(), GENERATE_WOOCOMMERCE_VERSION, generate_premium_get_media_query( 'mobile' ) ); + + if ( + generatepress_wc_get_setting( 'cart_menu_item' ) || + generatepress_wc_get_setting( 'off_canvas_panel_on_add_to_cart' ) || + generatepress_wc_show_sticky_add_to_cart() || + generatepress_wc_get_setting( 'quantity_buttons' ) + ) { + wp_enqueue_script( 'generate-woocommerce', plugin_dir_url( __FILE__ ) . "js/woocommerce{$suffix}.js", array( 'jquery' ), GENERATE_WOOCOMMERCE_VERSION, true ); + } + + $show_add_to_cart_panel = false; + + if ( ! is_singular() && generatepress_wc_get_setting( 'off_canvas_panel_on_add_to_cart' ) ) { + $show_add_to_cart_panel = true; + } + + wp_localize_script( + 'generate-woocommerce', + 'generateWooCommerce', + array( + 'quantityButtons' => generatepress_wc_get_setting( 'quantity_buttons' ), + 'stickyAddToCart' => generatepress_wc_show_sticky_add_to_cart(), + 'addToCartPanel' => apply_filters( 'generate_woocommerce_show_add_to_cart_panel', $show_add_to_cart_panel ), + ) + ); + + if ( generatepress_wc_get_setting( 'distraction_free' ) && is_checkout() ) { + wp_dequeue_script( 'generate-advanced-sticky' ); + wp_dequeue_script( 'generate-sticky' ); + } + + $font_icons = true; + + if ( function_exists( 'generate_get_option' ) ) { + if ( 'font' !== generate_get_option( 'icons' ) ) { + $font_icons = false; + } + } + + if ( $font_icons ) { + wp_enqueue_style( 'gp-premium-icons' ); + } +} + +/** + * Wrapper class to get the options. + * + * @since 1.3 + * + * @return string $setting The option name. + * @return string The value. + */ +function generatepress_wc_get_setting( $setting ) { + $settings = wp_parse_args( + get_option( 'generate_woocommerce_settings', array() ), + generatepress_wc_defaults() + ); + + return $settings[ $setting ]; +} + +add_filter( 'generate_sidebar_layout', 'generatepress_wc_sidebar_layout' ); +/** + * Set the WC sidebars. + * + * @since 1.3 + * + * @param string Existing layout + * @return string New layout + */ +function generatepress_wc_sidebar_layout( $layout ) { + if ( function_exists( 'is_woocommerce' ) && is_woocommerce() ) { + $layout = generatepress_wc_get_setting( 'sidebar_layout' ); + + if ( is_single() ) { + if ( 'inherit' !== generatepress_wc_get_setting( 'single_sidebar_layout' ) ) { + $layout = generatepress_wc_get_setting( 'single_sidebar_layout' ); + } + + if ( get_post_meta( get_the_ID(), '_generate-sidebar-layout-meta', true ) ) { + $layout = get_post_meta( get_the_ID(), '_generate-sidebar-layout-meta', true ); + } + } + } + + return $layout; +} + +add_filter( 'loop_shop_columns', 'generatepress_wc_product_columns', 999 ); +/** + * Set the WC column number. + * + * @since 1.3 + */ +function generatepress_wc_product_columns() { + return generatepress_wc_get_setting( 'columns' ); +} + +add_filter( 'loop_shop_per_page', 'generatepress_wc_products_per_page', 20 ); +/** + * Set the WC products per page. + * + * @since 1.3 + */ +function generatepress_wc_products_per_page() { + return generatepress_wc_get_setting( 'products_per_page' ); +} + +add_action( 'wp', 'generatepress_wc_setup' ); +/** + * Set up WC. + * + * @since 1.3 + */ +function generatepress_wc_setup() { + + // Add support for WC features + add_theme_support( 'wc-product-gallery-zoom' ); + add_theme_support( 'wc-product-gallery-lightbox' ); + add_theme_support( 'wc-product-gallery-slider' ); + + remove_action( 'wp_enqueue_scripts', 'generate_woocommerce_css', 100 ); + + remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 ); + add_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 10 ); + + add_action( 'woocommerce_before_shop_loop_item_title', 'generatepress_wc_image_wrapper_open', 8 ); + add_action( 'woocommerce_before_subcategory_title', 'generatepress_wc_image_wrapper_open', 8 ); + add_action( 'woocommerce_shop_loop_item_title', 'generatepress_wc_image_wrapper_close', 8 ); + add_action( 'woocommerce_before_subcategory_title', 'generatepress_wc_image_wrapper_close', 20 ); + + $archive_results_count = generatepress_wc_get_setting( 'product_results_count' ); + $archive_sorting = generatepress_wc_get_setting( 'product_sorting' ); + $archive_image = generatepress_wc_get_setting( 'product_archive_image' ); + $archive_sale_flash = generatepress_wc_get_setting( 'product_archive_sale_flash' ); + $archive_sale_flash_overlay = generatepress_wc_get_setting( 'product_archive_sale_flash_overlay' ); + $archive_rating = generatepress_wc_get_setting( 'product_archive_rating' ); + $archive_price = generatepress_wc_get_setting( 'product_archive_price' ); + $archive_add_to_cart = generatepress_wc_get_setting( 'product_archive_add_to_cart' ); + $archive_title = generatepress_wc_get_setting( 'product_archive_title' ); + $single_product_sale_flash = generatepress_wc_get_setting( 'single_product_sale_flash' ); + $product_tabs = generatepress_wc_get_setting( 'product_tabs' ); + $product_related = generatepress_wc_get_setting( 'product_related' ); + $product_upsells = generatepress_wc_get_setting( 'product_upsells' ); + $product_meta = generatepress_wc_get_setting( 'product_meta' ); + $product_description = generatepress_wc_get_setting( 'product_description' ); + $breadcrumbs = generatepress_wc_get_setting( 'breadcrumbs' ); + $page_title = generatepress_wc_get_setting( 'shop_page_title' ); + $distraction_free = generatepress_wc_get_setting( 'distraction_free' ); + $archive_description = generatepress_wc_get_setting( 'product_archive_description' ); + + if ( false === $page_title ) { + add_filter( 'woocommerce_show_page_title', '__return_false' ); + } + + if ( false === $archive_results_count ) { + remove_action( 'woocommerce_after_shop_loop', 'woocommerce_result_count', 20 ); + remove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 ); + } + + if ( false === $archive_sorting ) { + remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 10 ); + } + + if ( false === $archive_image ) { + remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 ); + } + + if ( false === $archive_sale_flash_overlay ) { + remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 10 ); + add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 6 ); + } + + if ( false === $archive_sale_flash ) { + if ( false === $archive_sale_flash_overlay ) { + remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 6 ); + } else { + remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 10 ); + } + } + + if ( false === $single_product_sale_flash ) { + remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_sale_flash', 10 ); + } + + if ( false === $archive_rating ) { + remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 ); + } + + if ( false === $archive_price ) { + remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 ); + } + + if ( false === $archive_add_to_cart ) { + remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 ); + } + + if ( false === $archive_title ) { + remove_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_title', 10 ); + } + + if ( false === $product_tabs ) { + remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); + } + + if ( false === $product_related ) { + remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 ); + } + + if ( false === $product_upsells ) { + remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_upsell_display', 15 ); + } + + if ( false === $product_meta ) { + remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 ); + } + + if ( false === $product_description ) { + remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 ); + } + + if ( false === $breadcrumbs ) { + remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0); + } + + if ( true === $distraction_free ) { + add_filter( 'generate_sidebar_layout', 'generatepress_wc_checkout_sidebar_layout' ); + add_filter( 'generate_footer_widgets', 'generatepress_wc_checkout_footer_widgets' ); + } + + if ( true === $archive_description && ! is_single() && ! is_cart() ) { + add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_single_excerpt', 5 ); + add_action( 'woocommerce_after_subcategory_title', 'generatepress_wc_category_description', 12 ); + } +} + +/** + * Set the WC checkout sidebar layout. + * + * @since 1.3 + * + * @param string $layout Existing sidebar layout. + * @return string New sidebar layout. + */ +function generatepress_wc_checkout_sidebar_layout( $layout ) { + if ( ! function_exists( 'is_checkout' ) ) { + return $layout; + } + + if ( is_checkout() ) { + return 'no-sidebar'; + } + + return $layout; +} + +/** + * Set the WC checkout footer widgets. + * + * @since 1.3 + * + * @param int $widgets Existing number of widgets. + * @return int New number of widgets. + */ +function generatepress_wc_checkout_footer_widgets( $widgets ) { + if ( ! function_exists( 'is_checkout' ) ) { + return $widgets; + } + + if ( is_checkout() ) { + return '0'; + } + + return $widgets; +} + +add_filter( 'wp_nav_menu_items', 'generatepress_wc_menu_cart', 10, 2 ); +/** + * Add the WC cart menu item. + * + * @since 1.3 + * + * @param string $nav The HTML list content for the menu items. + * @param stdClass $args An object containing wp_nav_menu() arguments. + * @return string The search icon menu item. + */ +function generatepress_wc_menu_cart( $nav, $args ) { + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + return $nav; + } + + // If our primary menu is set, add the search icon. + if ( apply_filters( 'generate_woocommerce_menu_item_location', 'primary' ) === $args->theme_location && generatepress_wc_get_setting( 'cart_menu_item' ) ) { + if ( ! class_exists( 'WooCommerce' ) ) { + return; + } + + if ( ! isset( WC()->cart ) ) { + return; + } + + $has_items = false; + + if ( ! WC()->cart->is_empty() ) { + $has_items = 'has-items'; + } + + return sprintf( + '%1$s + ', + $nav, + generatepress_wc_cart_link(), + is_cart() ? 'current-menu-item' : '', + $has_items + ); + } + + // Our primary menu isn't set, return the regular nav. + return $nav; +} + +add_action( 'wp', 'generatepress_wc_add_menu_bar_items' ); +/** + * Add to the menu bar items. + * + * @since 1.11.0 + */ +function generatepress_wc_add_menu_bar_items() { + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + if ( 'secondary' === apply_filters( 'generate_woocommerce_menu_item_location', 'primary' ) && generatepress_wc_get_setting( 'cart_menu_item' ) ) { + add_action( 'generate_secondary_menu_bar_items', 'generate_wc_do_cart_secondary_menu_item', 5 ); + } + + if ( 'primary' === apply_filters( 'generate_woocommerce_menu_item_location', 'primary' ) && generatepress_wc_get_setting( 'cart_menu_item' ) ) { + add_action( 'generate_menu_bar_items', 'generate_wc_do_cart_menu_item', 5 ); + } + } +} + +/** + * Add the cart menu item to the secondary navigation. + */ +function generate_wc_do_cart_secondary_menu_item() { + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + if ( 'secondary' === apply_filters( 'generate_woocommerce_menu_item_location', 'primary' ) && generatepress_wc_get_setting( 'cart_menu_item' ) ) { + if ( ! class_exists( 'WooCommerce' ) ) { + return; + } + + if ( ! isset( WC()->cart ) ) { + return; + } + + $has_items = false; + + if ( ! WC()->cart->is_empty() ) { + $has_items = 'has-items'; + } + + printf( + ' + %1$s + ', + generatepress_wc_cart_link(), + is_cart() ? 'current-menu-item' : '', + $has_items + ); + } + } +} + +/** + * Add the cart menu item to the navigation. + * + * @since 1.11.0 + */ +function generate_wc_do_cart_menu_item() { + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + if ( 'primary' === apply_filters( 'generate_woocommerce_menu_item_location', 'primary' ) && generatepress_wc_get_setting( 'cart_menu_item' ) ) { + if ( ! class_exists( 'WooCommerce' ) ) { + return; + } + + if ( ! isset( WC()->cart ) ) { + return; + } + + $has_items = false; + + if ( ! WC()->cart->is_empty() ) { + $has_items = 'has-items'; + } + + printf( + ' + %1$s + ', + generatepress_wc_cart_link(), + is_cart() ? 'current-menu-item' : '', + $has_items + ); + } + } +} + +/** + * Build the menu cart link. + * + * @since 1.3 + */ +function generatepress_wc_cart_link() { + // Kept for backward compatibility. + $legacy_icon = apply_filters( 'generate_woocommerce_menu_cart_icon', '' ); + + // Get the icon type. + $icon_type = generatepress_wc_get_setting( 'cart_menu_item_icon' ); + + $icon = ''; + + if ( function_exists( 'generate_get_svg_icon' ) ) { + $icon = generate_get_svg_icon( $icon_type ); + } + + ob_start(); + + if ( ! class_exists( 'WooCommerce' ) ) { + return; + } + + if ( ! isset( WC()->cart ) ) { + return; + } + + $no_items = ''; + + if ( ! WC()->cart->get_cart_contents_count() > 0 ) { + $no_items = 'no-items'; + } + + printf( + '%5$s%6$s%7$s%8$s', + esc_url( wc_get_cart_url() ), + esc_attr( $icon_type ), + $icon ? 'has-svg-icon' : '', + esc_attr__( 'View your shopping cart', 'gp-premium' ), + $icon, + sprintf( + '%2$s', + $no_items, + WC()->cart->get_cart_contents_count() + ), + $legacy_icon, + WC()->cart->subtotal > 0 ? wp_kses_data( WC()->cart->get_cart_subtotal() ) : '' + ); + + if ( generatepress_wc_get_setting( 'menu_mini_cart' ) && ! is_cart() ) : ?> + + cart ) ) { + $fragments['.cart-contents span.amount'] = ( WC()->cart->subtotal > 0 ) ? '' . wp_kses_data( WC()->cart->get_cart_subtotal() ) . '' : ''; + $fragments['.cart-contents span.number-of-items'] = ( WC()->cart->get_cart_contents_count() > 0 ) ? '' . wp_kses_data( WC()->cart->get_cart_contents_count() ) . '' : ''; + } + + return $fragments; +} + +/** + * Add the cart icon in the mobile menu. + * + * @since 1.3 + */ +function generatepress_wc_mobile_cart_link() { + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + return; + } + + if ( ! generatepress_wc_get_setting( 'cart_menu_item' ) || 'primary' !== apply_filters( 'generate_woocommerce_menu_item_location', 'primary' ) ) { + return; + } + + if ( ! class_exists( 'WooCommerce' ) ) { + return; + } + + if ( ! isset( WC()->cart ) ) { + return; + } + + $has_items = false; + + if ( ! WC()->cart->is_empty() ) { + $has_items = ' has-items'; + } + ?> +
          + + +
          + set_selector( '.woocommerce ul.products li.product .woocommerce-LoopProduct-link' ); + $css->add_property( 'color', esc_attr( $settings['wc_product_title_color'] ) ); + + // Product title color hover. + $css->set_selector( '.woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover' ); + $css->add_property( 'color', esc_attr( $settings['wc_product_title_color_hover'] ) ); + + if ( ! $using_dynamic_typography ) { + // Product title font size. + $css->set_selector( '.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce ul.products li.product .woocommerce-loop-category__title' ); + $css->add_property( 'font-weight', esc_attr( $settings['wc_product_title_font_weight'] ) ); + $css->add_property( 'text-transform', esc_attr( $settings['wc_product_title_font_transform'] ) ); + $css->add_property( 'font-size', esc_attr( $settings['wc_product_title_font_size'] ), false, 'px' ); + + $css->set_selector( '.woocommerce .up-sells ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce .cross-sells ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce .related ul.products li.product .woocommerce-LoopProduct-link h2' ); + if ( '' !== $settings['wc_related_product_title_font_size'] ) { + $css->add_property( 'font-size', esc_attr( $settings['wc_related_product_title_font_size'] ), false, 'px' ); + } + } + + // Primary button. + $css->set_selector( '.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button' ); + $css->add_property( 'color', esc_attr( $settings['form_button_text_color'] ) ); + $css->add_property( 'background-color', esc_attr( $settings['form_button_background_color'] ) ); + + if ( ! $using_dynamic_typography && isset( $settings['buttons_font_size'] ) ) { + $css->add_property( 'font-weight', esc_attr( $settings['buttons_font_weight'] ) ); + $css->add_property( 'text-transform', esc_attr( $settings['buttons_font_transform'] ) ); + + if ( '' !== $settings['buttons_font_size'] ) { + $css->add_property( 'font-size', absint( $settings['buttons_font_size'] ), false, 'px' ); + } + } + + if ( $using_dynamic_typography && class_exists( 'GeneratePress_Typography' ) ) { + $typography = generate_get_option( 'typography' ); + + foreach ( (array) $typography as $key => $data ) { + if ( 'buttons' === $data['selector'] ) { + $unit = isset( $data['fontSizeUnit'] ) ? $data['fontSizeUnit'] : 'px'; + + if ( ! empty( $data['fontSize'] ) ) { + $css->add_property( 'font-size', floatval( $data['fontSize'] ), false, $unit ); + } + + if ( ! empty( $data['fontWeight'] ) ) { + $css->add_property( 'font-weight', esc_attr( $data['fontWeight'] ) ); + } + + if ( ! empty( $data['textTransform'] ) ) { + $css->add_property( 'text-transform', esc_attr( $data['textTransform'] ) ); + } + + if ( ! empty( $data['fontSizeTablet'] ) ) { + $css->start_media_query( generate_premium_get_media_query( 'tablet' ) ); + $css->add_property( 'font-size', floatval( $data['fontSizeTablet'] ), false, $unit ); + $css->stop_media_query(); + } + + if ( ! empty( $data['fontSizeMobile'] ) ) { + $css->start_media_query( generate_premium_get_media_query( 'mobile' ) ); + $css->add_property( 'font-size', floatval( $data['fontSizeMobile'] ), false, $unit ); + $css->stop_media_query(); + } + } + } + } + + // Primary button hover. + $css->set_selector( '.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover' ); + $css->add_property( 'color', esc_attr( $settings['form_button_text_color_hover'] ) ); + $css->add_property( 'background-color', esc_attr( $settings['form_button_background_color_hover'] ) ); + + // Alt button. + $css->set_selector( '.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover' ); + $css->add_property( 'color', esc_attr( $settings['wc_alt_button_text'] ) ); + $css->add_property( 'background-color', esc_attr( $settings['wc_alt_button_background'] ) ); + + // Alt button hover. + $css->set_selector( '.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover' ); + $css->add_property( 'color', esc_attr( $settings['wc_alt_button_text_hover'] ) ); + $css->add_property( 'background-color', esc_attr( $settings['wc_alt_button_background_hover'] ) ); + + // Star rating. + $css->set_selector( '.woocommerce .star-rating span:before, .woocommerce p.stars:hover a::before' ); + $css->add_property( 'color', esc_attr( $settings['wc_rating_stars'] ) ); + + // Sale sticker. + $css->set_selector( '.woocommerce span.onsale' ); + $css->add_property( 'background-color', esc_attr( $settings['wc_sale_sticker_background'] ) ); + $css->add_property( 'color', esc_attr( $settings['wc_sale_sticker_text'] ) ); + + // Price. + $css->set_selector( '.woocommerce ul.products li.product .price, .woocommerce div.product p.price' ); + $css->add_property( 'color', esc_attr( $settings['wc_price_color'] ) ); + + // Product tab. + $css->set_selector( '.woocommerce div.product .woocommerce-tabs ul.tabs li a' ); + $css->add_property( 'color', esc_attr( $settings['wc_product_tab'] ) ); + + // Highlight product tab. + $css->set_selector( '.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a' ); + $css->add_property( 'color', esc_attr( $settings['wc_product_tab_highlight'] ) ); + + // Success message. + $css->set_selector( '.woocommerce-message' ); + $css->add_property( 'background-color', esc_attr( $settings['wc_success_message_background'] ) ); + $css->add_property( 'color', esc_attr( $settings['wc_success_message_text'] ) ); + + $css->set_selector( 'div.woocommerce-message a.button, div.woocommerce-message a.button:focus, div.woocommerce-message a.button:hover, div.woocommerce-message a, div.woocommerce-message a:focus, div.woocommerce-message a:hover' ); + $css->add_property( 'color', esc_attr( $settings['wc_success_message_text'] ) ); + + // Info message. + $css->set_selector( '.woocommerce-info' ); + $css->add_property( 'background-color', esc_attr( $settings['wc_info_message_background'] ) ); + $css->add_property( 'color', esc_attr( $settings['wc_info_message_text'] ) ); + + $css->set_selector( 'div.woocommerce-info a.button, div.woocommerce-info a.button:focus, div.woocommerce-info a.button:hover, div.woocommerce-info a, div.woocommerce-info a:focus, div.woocommerce-info a:hover' ); + $css->add_property( 'color', esc_attr( $settings['wc_info_message_text'] ) ); + + // Info message. + $css->set_selector( '.woocommerce-error' ); + $css->add_property( 'background-color', esc_attr( $settings['wc_error_message_background'] ) ); + $css->add_property( 'color', esc_attr( $settings['wc_error_message_text'] ) ); + + $css->set_selector( 'div.woocommerce-error a.button, div.woocommerce-error a.button:focus, div.woocommerce-error a.button:hover, div.woocommerce-error a, div.woocommerce-error a:focus, div.woocommerce-error a:hover' ); + $css->add_property( 'color', esc_attr( $settings['wc_error_message_text'] ) ); + + // Archive short description. + $css->set_selector( '.woocommerce-product-details__short-description' ); + if ( '' !== $settings['content_text_color'] ) { + $css->add_property( 'color', esc_attr( $settings['content_text_color'] ) ); + } else { + $css->add_property( 'color', esc_attr( $settings['text_color'] ) ); + } + + $css->set_selector( '#wc-mini-cart' ); + $css->add_property( 'background-color', esc_attr( $settings['wc_mini_cart_background_color'] ) ); + $css->add_property( 'color', esc_attr( $settings['wc_mini_cart_text_color'] ) ); + + $css->set_selector( '#wc-mini-cart a:not(.button), #wc-mini-cart a.remove' ); + $css->add_property( 'color', esc_attr( $settings['wc_mini_cart_text_color'] ) ); + + $css->set_selector( '#wc-mini-cart .button' ); + if ( $settings['wc_mini_cart_button_background'] ) { + $css->add_property( 'background-color', esc_attr( $settings['wc_mini_cart_button_background'] ) ); + } + + if ( $settings['wc_mini_cart_button_text'] ) { + $css->add_property( 'color', esc_attr( $settings['wc_mini_cart_button_text'] ) ); + } else { + $css->add_property( 'color', esc_attr( $settings['form_button_text_color'] ) ); + } + + $css->set_selector( '#wc-mini-cart .button:hover, #wc-mini-cart .button:focus, #wc-mini-cart .button:active' ); + $css->add_property( 'background-color', esc_attr( $settings['wc_mini_cart_button_background_hover'] ) ); + + if ( $settings['wc_mini_cart_button_text_hover'] ) { + $css->add_property( 'color', esc_attr( $settings['wc_mini_cart_button_text_hover'] ) ); + } else { + $css->add_property( 'color', esc_attr( $settings['form_button_text_color_hover'] ) ); + } + + $css->set_selector( '.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images' ); + $css->add_property( 'width', absint( generatepress_wc_get_setting( 'single_product_image_width' ) ), false, '%' ); + + if ( ! $using_dynamic_typography && function_exists( 'generate_get_font_family_css' ) ) { + $buttons_family = generate_get_font_family_css( 'font_buttons', 'generate_settings', generate_get_default_fonts() ); + $css->set_selector( '.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a' ); + $css->add_property( 'font-family', $buttons_family ); + } + + $css->set_selector( '.add-to-cart-panel' ); + $css->add_property( 'background-color', esc_attr( $settings['wc_panel_cart_background_color'] ) ); + $css->add_property( 'color', esc_attr( $settings['wc_panel_cart_text_color'] ) ); + + $css->set_selector( '.add-to-cart-panel a:not(.button)' ); + $css->add_property( 'color', esc_attr( $settings['wc_panel_cart_text_color'] ) ); + + $css->set_selector( '#wc-sticky-cart-panel .button' ); + $css->add_property( 'background-color', esc_attr( $settings['wc_panel_cart_button_background'] ) ); + $css->add_property( 'color', esc_attr( $settings['wc_panel_cart_button_text'] ) ); + + $css->set_selector( '#wc-sticky-cart-panel .button:hover, #wc-sticky-cart-panel .button:focus, #wc-sticky-cart-panel .button:active' ); + $css->add_property( 'background-color', esc_attr( $settings['wc_panel_cart_button_background_hover'] ) ); + $css->add_property( 'color', esc_attr( $settings['wc_panel_cart_button_text_hover'] ) ); + + $transparent_border_color = $settings['text_color']; + + if ( $settings['content_text_color'] ) { + $transparent_border_color = $settings['content_text_color']; + } + + $transparent_border_color = generate_premium_check_text_color( $transparent_border_color ); + + if ( 'light' === $transparent_border_color ) { + $transparent_border_elements = '.woocommerce-ordering select, .variations .value select'; + + if ( generatepress_wc_get_setting( 'quantity_buttons' ) ) { + $transparent_border_elements = '.woocommerce form .quantity.buttons-added .qty, .woocommerce form .quantity.buttons-added .minus, .woocommerce form .quantity.buttons-added .plus, .do-quantity-buttons form .quantity:not(.buttons-added):before, .do-quantity-buttons form .quantity:not(.buttons-added):after, .woocommerce-ordering select, .variations .value select'; + } + + $css->set_selector( $transparent_border_elements ); + $css->add_property( 'border-color', 'rgba(255,255,255,0.1)' ); + + if ( generatepress_wc_get_setting( 'sticky_add_to_cart_panel' ) ) { + $css->set_selector( '#wc-sticky-cart-panel .quantity.buttons-added .qty, #wc-sticky-cart-panel .quantity.buttons-added .minus, #wc-sticky-cart-panel .quantity.buttons-added .plus' ); + $css->add_property( 'border-color', 'rgba(255,255,255,0.1)' ); + } + } + + $css->set_selector( '.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content' ); + $css->add_property( 'background-color', esc_attr( $settings['wc_price_slider_background_color'] ) ); + + $css->set_selector( '.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle' ); + $css->add_property( 'background-color', esc_attr( $settings['wc_price_slider_bar_color'] ) ); + + if ( 'number' === generatepress_wc_get_setting( 'cart_menu_item_content' ) ) { + $nav_text_color = generate_premium_check_text_color( $settings['navigation_text_color'] ); + + $css->set_selector( '.cart-contents > span.number-of-items' ); + if ( 'light' === $nav_text_color ) { + $css->add_property( 'background-color', 'rgba(255,255,255,0.1)' ); + } else { + $css->add_property( 'background-color', 'rgba(0,0,0,0.05)' ); + } + + $css->set_selector( '.cart-contents .amount' ); + $css->add_property( 'display', 'none' ); + + $css->set_selector( '.cart-contents > span.number-of-items' ); + $css->add_property( 'display', 'inline-block' ); + } + + $font_icons = true; + + if ( function_exists( 'generate_get_option' ) ) { + if ( 'font' !== generate_get_option( 'icons' ) ) { + $font_icons = false; + } + } + + if ( ! $font_icons ) { + $css->set_selector( '.woocommerce-MyAccount-navigation li.is-active a:after, a.button.wc-forward:after' ); + $css->add_property( 'display', 'none' ); + + $css->set_selector( '#payment .payment_methods>.wc_payment_method>label:before' ); + $css->add_property( 'font-family', 'WooCommerce' ); + $css->add_property( 'content', '"\e039"' ); + + $css->set_selector( '#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before' ); + $css->add_property( 'content', '"\e03c"' ); + + $css->set_selector( '.woocommerce-ordering:after' ); + $css->add_property( 'font-family', 'WooCommerce' ); + $css->add_property( 'content', '"\e00f"' ); + } + + $css->set_selector( '.wc-columns-container .products, .woocommerce .related ul.products, .woocommerce .up-sells ul.products' ); + + if ( '' !== generatepress_wc_get_setting( 'columns_gap' ) ) { + $css->add_property( 'grid-gap', generatepress_wc_get_setting( 'columns_gap' ), false, 'px' ); + } + + $css->start_media_query( generate_premium_get_media_query( 'tablet' ) ); + $css->set_selector( '.wc-columns-container .products, .woocommerce .related ul.products, .woocommerce .up-sells ul.products' ); + + if ( '' !== generatepress_wc_get_setting( 'tablet_columns_gap' ) ) { + $css->add_property( 'grid-gap', generatepress_wc_get_setting( 'tablet_columns_gap' ), false, 'px' ); + } + + if ( 3 === generatepress_wc_get_setting( 'tablet_columns' ) ) { + $css->set_selector( '.woocommerce .wc-columns-container.wc-tablet-columns-3 .products' ); + $css->add_property( '-ms-grid-columns', '(1fr)[3]' ); + $css->add_property( 'grid-template-columns', 'repeat(3, 1fr)' ); + } + + if ( 2 === generatepress_wc_get_setting( 'tablet_columns' ) ) { + $css->set_selector( '.woocommerce .wc-columns-container.wc-tablet-columns-2 .products' ); + $css->add_property( '-ms-grid-columns', '(1fr)[2]' ); + $css->add_property( 'grid-template-columns', 'repeat(2, 1fr)' ); + } + + if ( 1 === generatepress_wc_get_setting( 'tablet_columns' ) ) { + $css->set_selector( '.woocommerce .wc-columns-container.wc-tablet-columns-1 .products' ); + $css->add_property( 'width', '100%' ); + $css->add_property( '-ms-grid-columns', '1fr' ); + $css->add_property( 'grid-template-columns', '1fr' ); + } + + if ( 3 === generatepress_wc_get_setting( 'tablet_related_upsell_columns' ) ) { + $css->set_selector( '.wc-related-upsell-tablet-columns-3 .related ul.products, .wc-related-upsell-tablet-columns-3 .up-sells ul.products' ); + $css->add_property( '-ms-grid-columns', '(1fr)[3]' ); + $css->add_property( 'grid-template-columns', 'repeat(3, 1fr)' ); + } + + if ( 2 === generatepress_wc_get_setting( 'tablet_related_upsell_columns' ) ) { + $css->set_selector( '.wc-related-upsell-tablet-columns-2 .related ul.products, .wc-related-upsell-tablet-columns-2 .up-sells ul.products' ); + $css->add_property( '-ms-grid-columns', '(1fr)[2]' ); + $css->add_property( 'grid-template-columns', 'repeat(2, 1fr)' ); + } + + if ( 1 === generatepress_wc_get_setting( 'tablet_related_upsell_columns' ) ) { + $css->set_selector( '.wc-related-upsell-tablet-columns-1 .related ul.products, .wc-related-upsell-tablet-columns-1 .up-sells ul.products' ); + $css->add_property( 'width', '100%' ); + $css->add_property( '-ms-grid-columns', '1fr' ); + $css->add_property( 'grid-template-columns', '1fr' ); + } + $css->stop_media_query(); + + $css->start_media_query( generate_premium_get_media_query( 'mobile' ) ); + if ( ! $using_dynamic_typography ) { + $css->set_selector( '.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce ul.products li.product .woocommerce-loop-category__title' ); + if ( '' !== $settings[ 'mobile_wc_product_title_font_size' ] ) { + $css->add_property( 'font-size', esc_attr( $settings[ 'mobile_wc_product_title_font_size' ] ), false, 'px' ); + } + } + + $css->set_selector( '.add-to-cart-panel .continue-shopping' ); + $css->add_property( 'background-color', esc_attr( $settings['wc_panel_cart_background_color'] ) ); + + $css->set_selector( '.wc-columns-container .products, .woocommerce .related ul.products, .woocommerce .up-sells ul.products' ); + + if ( '' !== generatepress_wc_get_setting( 'mobile_columns_gap' ) ) { + $css->add_property( 'grid-gap', generatepress_wc_get_setting( 'mobile_columns_gap' ), false, 'px' ); + } + + $css->set_selector( '.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images' ); + $css->add_property( 'width', '100%' ); + $css->stop_media_query(); + + $using_flex = false; + + if ( function_exists( 'generate_is_using_flexbox' ) && generate_is_using_flexbox() ) { + $using_flex = true; + } + + $css->start_media_query( generate_premium_get_media_query( 'mobile-menu' ) ); + if ( ! $using_flex ) { + $css->set_selector( '.mobile-bar-items + .menu-toggle' ); + $css->add_property( 'text-align', 'left' ); + } + + $css->set_selector( 'nav.toggled .main-nav li.wc-menu-item' ); + $css->add_property( 'display', 'none !important' ); + + if ( ! $using_flex ) { + $css->set_selector( 'body.nav-search-enabled .wc-menu-cart-activated:not(#mobile-header) .mobile-bar-items' ); + $css->add_property( 'float', 'right' ); + $css->add_property( 'position', 'relative' ); + + $css->set_selector( '.nav-search-enabled .wc-menu-cart-activated:not(#mobile-header) .menu-toggle' ); + $css->add_property( 'float', 'left' ); + $css->add_property( 'width', 'auto' ); + } + + $css->set_selector( '.mobile-bar-items.wc-mobile-cart-items' ); + $css->add_property( 'z-index', '1' ); + $css->stop_media_query(); + + return $css->css_output(); +} + +add_action( 'wp_enqueue_scripts', 'generatepress_wc_enqueue_css', 100 ); +/** + * Enqueue our dynamic CSS. + * + * @since 1.3 + */ +function generatepress_wc_enqueue_css() { + wp_add_inline_style( 'generate-woocommerce', generatepress_wc_css() ); + + if ( class_exists( 'GeneratePress_Typography' ) ) { + wp_add_inline_style( 'generate-woocommerce', GeneratePress_Typography::get_css( 'woocommerce' ) ); + } +} + +/** + * Open WC image wrapper. + * + * @since 1.3 + */ +function generatepress_wc_image_wrapper_open() { + if ( generatepress_wc_get_setting( 'product_archive_image' ) ) { + echo '
          '; + } +} + +/** + * Close WC image wrapper. + * + * @since 1.3 + */ +function generatepress_wc_image_wrapper_close() { + if ( generatepress_wc_get_setting( 'product_archive_image' ) ) { + echo '
          '; + } +} + +add_filter( 'post_class', 'generatepress_wc_product_has_gallery' ); +add_filter( 'product_cat_class', 'generatepress_wc_product_has_gallery' ); +/** + * Add product image post classes to products. + * + * @since 1.3 + * + * @param array $classes Existing classes. + * @return array New classes. + */ +function generatepress_wc_product_has_gallery( $classes ) { + + $post_type = get_post_type( get_the_ID() ); + + if ( 'product' === $post_type && method_exists( 'WC_Product', 'get_gallery_image_ids' ) ) { + $product = wc_get_product( get_the_ID() ); + $attachment_ids = $product->get_gallery_image_ids(); + + if ( $attachment_ids && generatepress_wc_get_setting( 'product_secondary_image' ) && generatepress_wc_get_setting( 'product_archive_image' ) && has_post_thumbnail() ) { + $classes[] = 'wc-has-gallery'; + } + } + + return $classes; +} + +add_action( 'woocommerce_before_shop_loop_item_title', 'generatepress_wc_secondary_product_image' ); +/** + * Add secondary product image. + * + * @since 1.3 + */ +function generatepress_wc_secondary_product_image() { + $post_type = get_post_type( get_the_ID() ); + + if ( 'product' === $post_type && method_exists( 'WC_Product', 'get_gallery_image_ids' ) ) { + $product = wc_get_product( get_the_ID() ); + $attachment_ids = $product->get_gallery_image_ids(); + + if ( $attachment_ids && generatepress_wc_get_setting( 'product_secondary_image' ) && generatepress_wc_get_setting( 'product_archive_image' ) && has_post_thumbnail() ) { + $secondary_image_id = $attachment_ids['0']; + echo wp_get_attachment_image( $secondary_image_id, 'woocommerce_thumbnail', '', $attr = array( 'class' => 'secondary-image attachment-shop-catalog' ) ); + } + } +} + +add_filter( 'woocommerce_product_get_rating_html', 'generatepress_wc_rating_html', 10, 2 ); +/** + * Always show ratings area to make sure products are similar heights. + * + * @since 1.3.1 + * + * @param string $rating_html + * @param int $rating + * @return string + */ +function generatepress_wc_rating_html( $rating_html, $rating ) { + if ( $rating > 0 ) { + $title = sprintf( __( 'Rated %s out of 5', 'gp-premium' ), $rating ); + } else { + $title = __( 'Not yet rated', 'gp-premium' ); + $rating = 0; + } + + $rating_html = '
          '; + $rating_html .= '' . $rating . ' ' . __( 'out of 5', 'gp-premium' ) . ''; + $rating_html .= '
          '; + + return $rating_html; +} + +/** + * Add WC category description. + * + * @since 1.3 + * + * @param array $category + * @return string + */ +function generatepress_wc_category_description( $category ) { + $prod_term = get_term( $category->term_id, 'product_cat' ); + $description = $prod_term->description; + echo '
          ' . $description . '
          '; +} + +add_action( 'generate_after_footer', 'generatepress_wc_add_to_cart_helper' ); +/** + * Adds a sticky/slide down navigation with add to cart details. + * + * @since 1.8 + */ +function generatepress_wc_add_to_cart_helper() { + if ( ! generatepress_wc_get_setting( 'off_canvas_panel_on_add_to_cart' ) && ! generatepress_wc_get_setting( 'sticky_add_to_cart_panel' ) ) { + return; + } + + $outer_classes = array( + 'add-to-cart-panel', + ); + + $inner_classes = array( + 'inside-add-to-cart-panel', + ); + + if ( function_exists( 'generate_get_option' ) ) { + if ( 'contained-nav' === generate_get_option( 'nav_layout_setting' ) ) { + $outer_classes[] = 'grid-container grid-parent'; + } + + if ( 'contained' === generate_get_option( 'nav_inner_width' ) ) { + $inner_classes[] = 'grid-container grid-parent'; + } + } + ?> +
          +
          + + +
          + + +
          + +
          +
          + +
          + +
          + cart ) ) { + echo sprintf( _n( '%d item', '%d items', WC()->cart->get_cart_contents_count(), 'gp-premium' ), WC()->cart->get_cart_contents_count() ); ?> - cart->get_cart_total(); + } + ?> +
          +
          + + + %s +
          ', + esc_url( wc_get_checkout_url() ), + esc_html__( 'Checkout', 'gp-premium' ) + ) + ); + ?> + +
          + +
          + +
          + +
          + + get_price() ) : ?> +
          + get_price_html(); ?> +
          + is_type( 'simple' ) ) { + $args = array( + 'min_value' => apply_filters( 'woocommerce_quantity_input_min', $product->get_min_purchase_quantity(), $product ), + 'max_value' => apply_filters( 'woocommerce_quantity_input_max', $product->get_max_purchase_quantity(), $product ), + ); + + $action = sprintf( + '
          + %3$s + +
          ', + esc_url( $product->add_to_cart_url() ), + $quantity_buttons, + woocommerce_quantity_input( $args, $product, false ), + esc_html( $product->add_to_cart_text() ) + ); + } + + if ( $product->is_type( 'variable' ) ) { + $action = sprintf( + '', + esc_html( $product->add_to_cart_text() ) + ); + } + + if ( $product->is_type( 'external' ) ) { + $action = sprintf( + '
          + +
          ', + esc_url( $product->add_to_cart_url() ), + esc_html( $product->add_to_cart_text() ) + ); + } + + echo apply_filters( 'generate_wc_sticky_add_to_cart_action', $action, $product ); // phpcs:ignore -- No escaping needed. + endif; + ?> + +
          + + cart ) ) { + $fragments['.add-to-cart-panel .cart-data'] = '
          ' . sprintf( _n( '%d item', '%d items', WC()->cart->get_cart_contents_count(), 'gp-premium' ), WC()->cart->get_cart_contents_count() ) . ' - ' . WC()->cart->get_cart_total() . '
          '; + } + + return $fragments; +} + +/** + * If we should display the sticky add to cart panel. + * + * @since 1.8 + */ +function generatepress_wc_show_sticky_add_to_cart() { + if ( ! function_exists( 'wc_get_product' ) ) { + return false; + } + + $product = wc_get_product( get_the_ID() ); + $show = false; + + if ( ! $product || ! generatepress_wc_get_setting( 'sticky_add_to_cart_panel' ) || ! is_singular( 'product' ) ) { + return false; + } + + if ( ( $product->is_type( 'simple' ) || $product->is_type( 'variable' ) ) && $product->is_purchasable() && $product->is_in_stock() ) { + $show = true; + } + + if ( $product->is_type( 'external' ) ) { + $show = true; + } + + return apply_filters( 'generate_wc_show_sticky_add_to_cart', $show ); +} + +/** + * Checks if a color is light or dark. + * + * @since 1.8 + * @param string $color The color to check. + */ +function generate_premium_check_text_color( $color ) { + // Get the hex value if we're using variables. + if ( function_exists( 'generate_get_option' ) && strpos( $color, 'var(' ) !== false ) { + $global_colors = generate_get_option( 'global_colors' ); + $found_color = false; + + // Remove whitespace if it's been added. + $color = str_replace( ' ', '', $color ); + + foreach ( (array) $global_colors as $key => $data ) { + // Check for the full variable - var(--color) - or a variable with a fallback - var(--color,#fff). + if ( 'var(--' . $data['slug'] . ')' === $color || strpos( $color, 'var(--' . $data['slug'] . ',' ) !== false ) { + $color = $data['color']; + $found_color = true; + break; + } + } + + // If we didn't find the hex value, bail. + if ( ! $found_color ) { + return; + } + } + + $r = hexdec( substr( $color, 1, 2 ) ); + $g = hexdec( substr( $color, 3, 2 ) ); + $b = hexdec( substr( $color, 5, 2 ) ); + $yiq = ( ( $r * 299 ) + ( $g * 587 ) + ( $b * 114 ) ) / 1000; + + return ( $yiq >= 128 ) ? 'light' : 'dark'; +} + +add_filter( 'generate_typography_css_selector', 'generate_woocommerce_typography_selectors' ); +/** + * Add the WooCommerce typography CSS selectors. + * + * @since 2.1.0 + * @param string $selector The selector we're targeting. + */ +function generate_woocommerce_typography_selectors( $selector ) { + switch ( $selector ) { + case 'woocommerce-catalog-product-titles': + $selector = '.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce ul.products li.product .woocommerce-loop-category__title'; + break; + + case 'woocommerce-related-product-titles': + $selector = '.woocommerce .up-sells ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce .cross-sells ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce .related ul.products li.product .woocommerce-LoopProduct-link h2'; + break; + } + + return $selector; +} diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/js/woocommerce.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/js/woocommerce.js new file mode 100644 index 00000000..6950977f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/js/woocommerce.js @@ -0,0 +1,285 @@ +jQuery( function( $ ) { + var debounce = function( callback, wait ) { + var timeout; + + return function() { + clearTimeout( timeout ); + + timeout = setTimeout( function() { + timeout = undefined; + callback.call(); + }, wait ); + }; + }; + + $( 'body' ).on( 'added_to_cart', function() { + if ( ! $( '.wc-menu-item' ).hasClass( 'has-items' ) ) { + $( '.wc-menu-item' ).addClass( 'has-items' ); + } + + if ( ! $( '.wc-mobile-cart-items' ).hasClass( 'has-items' ) ) { + $( '.wc-mobile-cart-items' ).addClass( 'has-items' ); + } + } ); + + $( 'body' ).on( 'removed_from_cart', function() { + var numberOfItems = $( '.number-of-items' ); + + if ( numberOfItems.length ) { + if ( numberOfItems.hasClass( 'no-items' ) ) { + $( '.wc-menu-item' ).removeClass( 'has-items' ); + $( '.wc-mobile-cart-items' ).removeClass( 'has-items' ); + } + } + } ); + + if ( generateWooCommerce.addToCartPanel ) { + $( document.body ).on( 'added_to_cart', function() { + var adminBar = $( '#wpadminbar' ), + stickyNav = $( '.navigation-stick' ), + top = 0; + + if ( adminBar.length ) { + top = adminBar.outerHeight(); + } + + if ( stickyNav.length && '0px' === stickyNav.css( 'top' ) ) { + top = top + stickyNav.outerHeight(); + } + + $( '.add-to-cart-panel' ).addClass( 'item-added' ).css( { + '-webkit-transform': 'translateY(' + top + 'px)', + '-ms-transform': 'translateY(' + top + 'px)', + transform: 'translateY(' + top + 'px)', + } ); + } ); + + $( '.add-to-cart-panel .continue-shopping' ).on( 'click', function( e ) { + e.preventDefault(); + + $( '.add-to-cart-panel' ).removeClass( 'item-added' ).css( { + '-webkit-transform': 'translateY(-100%)', + '-ms-transform': 'translateY(-100%)', + transform: 'translateY(-100%)', + } ); + } ); + + $( window ).on( 'scroll', debounce( function() { + var panel = $( '.add-to-cart-panel' ); + + if ( panel.hasClass( 'item-added' ) ) { + panel.removeClass( 'item-added' ).css( { + '-webkit-transform': 'translateY(-100%)', + '-ms-transform': 'translateY(-100%)', + transform: 'translateY(-100%)', + } ); + } + }, 250 ) ); + } + + if ( generateWooCommerce.stickyAddToCart ) { + var lastScroll = 0; + var scrollDownTimeout = 300; + + $( window ).on( 'scroll', debounce( function() { + var adminBar = $( '#wpadminbar' ), + stickyNav = $( '.navigation-stick' ), + stuckElement = $( '.stuckElement' ), + top = 0, + scrollTop = $( window ).scrollTop(), + panel = $( '.add-to-cart-panel' ), + panelPosition = panel.offset().top + panel.outerHeight(), + button = $( '.single_add_to_cart_button' ), + buttonTop = button.offset().top, + buttonHeight = button.outerHeight(), + footerTop = $( '.site-footer' ).offset().top; + + if ( stuckElement.length === 0 ) { + scrollDownTimeout = 0; + } + + if ( scrollTop > ( buttonTop + buttonHeight ) && panelPosition < footerTop ) { + setTimeout( function() { + if ( adminBar.length ) { + top = adminBar.outerHeight(); + } + + if ( stickyNav.length ) { + if ( stickyNav.hasClass( 'auto-hide-sticky' ) ) { + if ( scrollTop < lastScroll && '0px' === stickyNav.css( 'top' ) ) { + top = top + stickyNav.outerHeight(); + } else { + top = top; + } + + lastScroll = scrollTop; + } else { + top = top + stickyNav.outerHeight(); + } + } + + panel.addClass( 'show-sticky-add-to-cart' ).css( { + '-webkit-transform': 'translateY(' + top + 'px)', + '-ms-transform': 'translateY(' + top + 'px)', + transform: 'translateY(' + top + 'px)', + } ); + }, scrollDownTimeout ); + } else { + panel.removeClass( 'show-sticky-add-to-cart' ).css( { + '-webkit-transform': '', + '-ms-transform': '', + transform: '', + } ); + } + }, 50 ) ); + + $( '.go-to-variables' ).on( 'click', function( e ) { + e.preventDefault(); + + var offset = 0, + stickyNav = $( '.navigation-stick' ), + adminBar = $( '#wpadminbar' ); + + if ( stickyNav.length ) { + offset = stickyNav.outerHeight(); + } + + if ( adminBar.length ) { + offset = offset + adminBar.outerHeight(); + } + + $( 'html, body' ).animate( { + scrollTop: $( '.variations' ).offset().top - offset, + }, 250 ); + } ); + } + + $( function() { + 'use strict'; + + if ( generateWooCommerce.quantityButtons ) { + generateQuantityButtons(); + } + } ); + + $( document ).ajaxComplete( function() { + 'use strict'; + + if ( generateWooCommerce.quantityButtons ) { + generateQuantityButtons(); + } + } ); + + function generateQuantityButtons() { + // Check if we have an overwrite hook for this function + try { + return generateWooCommerce.hooks.generateQuantityButtons(); + } catch ( e ) { + // No hook in place, carry on + } + + // Grab the FIRST available cart form on the page + var cart = $( '.woocommerce div.product form.cart' ).first(); + + // Check if we see elementor style classes + if ( cart.closest( '.elementor-add-to-cart' ).length ) { + // Found classes, remove them and finish here + $( '.elementor.product' ).removeClass( 'do-quantity-buttons' ); + return; + } + + // Grab all the quantity boxes that need dynamic buttons adding + var quantityBoxes; + + try { + // Is there a hook available? + quantityBoxes = generateWooCommerce.selectors.generateQuantityButtons.quantityBoxes; + } catch ( e ) { + // Use the default plugin selector functionality + quantityBoxes = $( '.cart div.quantity:not(.buttons-added), .cart td.quantity:not(.buttons-added)' ).find( '.qty' ); + } + + // Test the elements have length and greater than 0 + // Try, catch here to provide basic error checking on hooked data + try { + // Nothing found... stop here + if ( quantityBoxes.length === 0 ) { + return false; + } + } catch ( e ) { + return false; + } + + // Allow the each loop callback to be completely overwritten + var quantityBoxesCallback; + + try { + // Try assign a hooked callback + quantityBoxesCallback = generateWooCommerce.callbacks.generateQuantityButtons.quantityBoxes; + } catch ( e ) { + // Use the default callback handler + quantityBoxesCallback = function( key, value ) { + var box = $( value ); + + // Check allowed types + if ( [ 'date', 'hidden' ].indexOf( box.prop( 'type' ) ) !== -1 ) { + return; + } + + // Add plus and minus icons + box.parent().addClass( 'buttons-added' ).prepend( '-' ); + box.after( '+' ); + + // Enforce min value on the input + var min = parseFloat( $( this ).attr( 'min' ) ); + + if ( min && min > 0 && parseFloat( $( this ).val() ) < min ) { + $( this ).val( min ); + } + + // Add event handlers to plus and minus (within this scope) + box.parent().find( '.plus, .minus' ).on( 'click', function() { + // Get values + var currentQuantity = parseFloat( box.val() ), + maxQuantity = parseFloat( box.attr( 'max' ) ), + minQuantity = parseFloat( box.attr( 'min' ) ), + step = box.attr( 'step' ); + + // Fallback default values + if ( ! currentQuantity || '' === currentQuantity || 'NaN' === currentQuantity ) { + currentQuantity = 0; + } + + if ( '' === maxQuantity || 'NaN' === maxQuantity ) { + maxQuantity = ''; + } + + if ( '' === minQuantity || 'NaN' === minQuantity ) { + minQuantity = 0; + } + + if ( 'any' === step || '' === step || undefined === step || 'NaN' === parseFloat( step ) ) { + step = 1; + } + + if ( $( this ).is( '.plus' ) ) { + if ( maxQuantity && ( maxQuantity === currentQuantity || currentQuantity > maxQuantity ) ) { + box.val( maxQuantity ); + } else { + box.val( currentQuantity + parseFloat( step ) ); + } + } else if ( minQuantity && ( minQuantity === currentQuantity || currentQuantity < minQuantity ) ) { + box.val( minQuantity ); + } else if ( currentQuantity > 0 ) { + box.val( currentQuantity - parseFloat( step ) ); + } + + // Trigger change event + box.trigger( 'change' ); + } ); + }; + } + + $.each( quantityBoxes, quantityBoxesCallback ); + } +} ); diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/js/woocommerce.min.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/js/woocommerce.min.js new file mode 100644 index 00000000..97f0e7aa --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/js/woocommerce.min.js @@ -0,0 +1 @@ +jQuery(function(d){function t(t,a){var e;return function(){clearTimeout(e),e=setTimeout(function(){e=void 0,t.call()},a)}}var m,u;function a(){try{return generateWooCommerce.hooks.generateQuantityButtons()}catch(t){}var a,e;if(d(".woocommerce div.product form.cart").first().closest(".elementor-add-to-cart").length)d(".elementor.product").removeClass("do-quantity-buttons");else{try{a=generateWooCommerce.selectors.generateQuantityButtons.quantityBoxes}catch(t){a=d(".cart div.quantity:not(.buttons-added), .cart td.quantity:not(.buttons-added)").find(".qty")}try{if(0===a.length)return}catch(t){return}try{e=generateWooCommerce.callbacks.generateQuantityButtons.quantityBoxes}catch(t){e=function(t,a){var s=d(a);-1===["date","hidden"].indexOf(s.prop("type"))&&(s.parent().addClass("buttons-added").prepend('-'),s.after('+'),(a=parseFloat(d(this).attr("min")))&&0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + gp_elements + + + _generate_element_content + _generate_element_type + _generate_block_type + _generate_element_display_conditions + _generate_element_exclude_conditions + _generate_element_user_conditions + _generate_hook + _generate_hook_execute_shortcodes + _generate_hook_execute_php + _generate_hook_priority + _generate_hook_disable_site_header + _generate_hook_disable_site_footer + _generate_hero_custom_classes + _generate_hero_container + _generate_hero_inner_container + _generate_hero_horizontal_alignment + _generate_hero_padding_top + _generate_hero_padding_right + _generate_hero_padding_bottom + _generate_hero_padding_left + _generate_hero_padding_top_unit + _generate_hero_padding_right_unit + _generate_hero_padding_bottom_unit + _generate_hero_padding_left_unit + _generate_hero_padding_top_mobile + _generate_hero_padding_right_mobile + _generate_hero_padding_bottom_mobile + _generate_hero_padding_left_mobile + _generate_hero_padding_top_unit_mobile + _generate_hero_padding_right_unit_mobile + _generate_hero_padding_bottom_unit_mobile + _generate_hero_padding_left_unit_mobile + _generate_hero_background_image + _generate_hero_background_position + _generate_hero_background_parallax + _generate_hero_disable_featured_image + _generate_hero_background_overlay + _generate_hero_background_color + _generate_hero_text_color + _generate_hero_link_color + _generate_hero_background_link_color_hover + _generate_site_header_merge + _generate_site_header_height + _generate_site_header_height_mobile + _generate_site_header_background_color + _generate_site_header_title_color + _generate_site_header_tagline_color + _generate_site_logo + _generate_retina_logo + _generate_navigation_logo + _generate_mobile_logo + _generate_navigation_location + _generate_navigation_colors + _generate_navigation_background_color + _generate_navigation_text_color + _generate_navigation_background_color_hover + _generate_navigation_text_color_hover + _generate_navigation_background_color_current + _generate_navigation_text_color_current + _generate_sidebar_layout + _generate_footer_widgets + _generate_disable_site_header + _generate_disable_top_bar + _generate_disable_primary_navigation + _generate_disable_secondary_navigation + _generate_disable_featured_image + _generate_disable_content_title + _generate_disable_footer + _generate_content_area + _generate_content_width + + diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/CHANGELOG.md new file mode 100644 index 00000000..7eeb99e7 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/CHANGELOG.md @@ -0,0 +1,211 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 1.4.2 - 2023-10-19 +### Changed +- General: update WordPress version requirements to WordPress 6.2. [#32762] [#32772] +- Updated Jetpack submenu sort order so individual features are alpha-sorted. [#32958] +- Updated method used to render Connection initial state. [#32499] +- Updated package dependencies. [#33692] + +## 1.4.1 - 2023-07-18 +### Changed +- Brute Force Protection: add access to feature in environments that otherwise do not support the WAF. [#31952] +- General: indicate full compatibility with the latest version of WordPress, 6.3. [#31910] +- Update WordPress version requirements. Now requires version 6.1. [#30120] +- Update package dependencies. [#31952] + +### Fixed +- Scan: Fixed sorting of threats by severity. [#31124] +- License Activation: add filtering for unattached and unrevoked licenses within upgrade flow check. [#31086] + +## 1.4.0 - 2023-05-05 +### Added +- Add brute force protection. [#28401] + +### Changed +- General: indicate full compatibility with the latest version of WordPress, 6.2. [#29341] +- Improve the firewall status heading to provide more information based on the current configuration. [#28401] +- Updated package dependencies. [#29480] + +## 1.3.0 - 2023-03-13 +### Added +- Add ability to toggle automatic and manual firewall rules independently. [#27726] +- Add improved messaging for currently enabled firewall features. [#27845] +- Disable Jetpack Firewall on unsupported environments. [#27939] +- Add link to pricing page for getting started with an existing plan or license key. [#27745] + +### Changed +- Updated package dependencies. [#29297] +- Update to React 18. [#28710] +- Use `flex-start`/`flex-end` instead of `start`/`end` for better browser compatibility. [#28530] + +### Fixed +- Fix connection button loading indicators. [#28514] +- Fix Protect status report caching. [#28766] +- Remove unnecessary full path from example in UI. [#29037] +- Other assorted fixes for minor bugs and grammar. [#27846] [#28091] [#28397] [#28273] + +## 1.2.0 - 2023-01-16 +### Added +- Add web application firewall (WAF) features [#27528] +- Add progress bar to site scannnig screen [#27171] + +### Fixed +- Poll for scan status while scanner is provisioning [#28275] +- Bug fixes + +## 1.1.2 - 2022-11-30 +### Changed +- changed description and author [#27618] +- Updated package dependencies. [#27043] + +## 1.1.1 - 2022-11-18 +### Fixed +- Fix issue with plugin activation. + +## 1.1.0 - 2022-11-17 +### Added +- Add features for paid Jetpack Scan users, including file and database threats, on-demand scanning, and threat auto-fixers. + +### Changed +- Compatibility: WordPress 6.1 compatibility + +### Fixed +- Adjust alignment of spinner icon and loading text on the in-progress scan screen. + +## 1.0.4 - 2022-08-29 +### Fixed +- Fixed NaN error that prevented the pricing interstitial from rendering. + +## 1.0.3 - 2022-08-26 +### Added +- Added a default 'See all results' label to the mobile navigation button. +- Added a spinner to the in progress scan page in admin +- Added JITM functionality +- Added threat descriptions. +- My Jetpack includes JITMs + +### Changed +- Add condition to check plugin activation context before redirecting + +### Fixed +- Fixed alignment of long navigation item labels on mobile screen sizes. + +## 1.0.2 - 2022-07-27 +### Changed +- Updated package dependencies. + +### Fixed +- Fix protect admin toolbar icon display when Jetpack enabled and connected +- Minor bug fix - added isset() checks for report data properties + +## 1.0.1 - 2022-07-07 +### Added +- Added two new FAQ entries +- Protect: record even just after the site is registered + +### Changed +- Moved normalization of the Protect status report data to the server side. +- Renamed `master` references to `trunk` +- Reorder JS imports for `import/order` eslint rule. + +### Fixed +- Fixed bug that would not display Core vulnerabilities. +- Removed legacy code and documentation and adds new docs for the debug helper plugin. +- Fixed recommendation for plugins that don't have a fix yet +- Protect: Fix visual issue of the Interstitial page + +## 1.0.0 - 2022-05-31 +### Added +- Add additional tracking events +- Add Alert icon to the error admin page +- Add checks to the Site Health page +- Add custom hook to handle viewport sizes via CSS +- Add error message when adding plugin fails +- Add first approach of Interstitial page +- Add Jetpack Scan to promotion section when site doesn't have Security bundle +- Add missing prop-types module dependency +- Add Navigation dropdown mode and use it for small/medium screens +- Add ProductOffer component +- Add product offer component +- Add title and redirect for vul at wpscan +- Add 'get themes' to synced callables in Protect +- Add installedThemes to the initial state +- Add notifications to the menu item and the admin bar +- Add status polling to the Protect admin page. +- Added details to the FAQ question on how Jetpack Protect is different from other Jetpack products. +- Added Jetpack Protect readme file for the plugin listing. +- Added option to display terms of service below product activation button. +- Added Social card to My Jetpack. +- Added the list of installed plugins to the initial state +- Change ConnectScreen by the Interstitial component +- Creates Status Class +- Empty state screen +- Expose and use IconsCard component +- Flush cache on plugin deactivation +- Footer component +- Handle error in the UI +- Hooks on plugin activation and deactivation +- Hook to read data from the initial state +- Implement Footer +- Implement Add Security bundle workflow +- Introduce Accordion component +- Introduce Navigation component +- Introduce Summary component +- Introduce VulnerabilitiesList component +- JS Components: Introduce Alert component. Add error to ProductOffer components +- More options to the testing api responses +- Record admin page-view and get security from footer events +- Render Security component with data provided by wpcom +- Request and expose to the client the Security bundle data +- Update logo + +### Changed +- Add empty state for no vuls +- Add popover at Badge +- Cache empty statuses for a short period of time +- Changed connection screen to the one that does not require a product +- Changed the method used to disconnect +- Changed the wording for the initial screen. +- Change expiration time of plugin cache +- Clean connection data. Update to latest connection API +- Configure Sync to only what we need to sync +- Janitorial: require a more recent version of WordPress now that WP 6.0 is coming out. +- JS Components: Add subTitle prop to ProductOffer component +- JS Components: iterate over Dialog component +- Improve Dialog layout in medium viewport size +- Move VulnerabilitiesList to section hero +- New VulsList +- Redesign Summary component +- Re-implement "Your results will be ready soon" layout +- Re-implement Admin page by using Dialog component +- Remove use of `pnpx` in preparation for pnpm 7.0. +- Replace deprecated external-link variation by using isExternalLink prop +- Require only site level connection +- Truncate items at NavigationGroup +- Tweak footer +- Update Footer and VulsList for small/medium viewport +- Update Navigation to be external controlled +- Update Protect icon +- Update VulnerabilitiesList to remove severity and add fixed in +- Updated package dependencies. +- Update package.json metadata. +- Updates CTA wording to reduce confusion when user already has Jetpack Security Bundle which includes Jetpack Scan +- Update the Status when connection is established +- Use data provided by My Jetpack to render Product offer +- Use weight Button prop to style the "learn more" footer link +- Use a different copy when there are no found vulnerabilities but there are still some unchecked items + +### Removed +- Removed Full Sync from loaded modules as Full Sync Immediately is present by default now + +### Fixed +- Adjust spacing and overflow properties of the navigation labels to improve display of long names. +- Fix Connectino initialization +- Fix fatal when checking whether site site has vuls +- Fix right margin in primary layout diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/LICENSE b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/LICENSE.txt similarity index 68% rename from wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/LICENSE rename to wp-content/upgrade-temp-backup/plugins/jetpack-protect/LICENSE.txt index d7f10513..e82774c1 100644 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/LICENSE +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/LICENSE.txt @@ -1,14 +1,32 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. - Preamble + Preamble - The licenses for most software are designed to take away your +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This @@ -18,48 +36,48 @@ using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. - When we speak of free software, we are referring to freedom, not +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. - To protect your rights, we need to make restrictions that forbid +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. - For example, if you distribute copies of such a program, whether +For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. - We protect your rights with two steps: (1) copyright the software, and +We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. - Also, for each author's protection and ours, we want to make certain +Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. - Finally, any free program is threatened constantly by software +Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. - The precise terms and conditions for copying, distribution and +The precise terms and conditions for copying, distribution and modification follow. - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. This License applies to any program or other work which contains +0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" @@ -76,7 +94,7 @@ is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. - 1. You may copy and distribute verbatim copies of the Program's +1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the @@ -87,29 +105,29 @@ along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. - 2. You may modify your copy or copies of the Program or any portion +2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, @@ -131,26 +149,26 @@ with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. - 3. You may copy and distribute the Program (or a work based on it, +3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source @@ -169,7 +187,7 @@ access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. - 4. You may not copy, modify, sublicense, or distribute the Program +4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. @@ -177,7 +195,7 @@ However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. - 5. You are not required to accept this License, since you have not +5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by @@ -186,7 +204,7 @@ Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. - 6. Each time you redistribute the Program (or any work based on the +6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further @@ -194,7 +212,7 @@ restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. - 7. If, as a consequence of a court judgment or allegation of patent +7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not @@ -226,7 +244,7 @@ impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - 8. If the distribution and/or use of the Program is restricted in +8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding @@ -234,7 +252,7 @@ those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. - 9. The Free Software Foundation may publish revised and/or new versions +9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. @@ -247,7 +265,7 @@ Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. - 10. If you wish to incorporate parts of the Program into other free +10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes @@ -255,9 +273,9 @@ make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED @@ -267,7 +285,7 @@ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING @@ -277,45 +295,45 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS + END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Programs +How to Apply These Terms to Your New Programs - If you develop a new program, and you want it to be of the greatest +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. - To do so, attach the following notices to the program. It is safest +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - {description} - Copyright (C) {year} {fullname} + +Copyright (C) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may @@ -326,11 +344,11 @@ You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. - {signature of Ty Coon}, 1 April 1989 - Ty Coon, President of Vice +, 1 April 1989 +Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/SECURITY.md new file mode 100644 index 00000000..98f48dd1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/SECURITY.md @@ -0,0 +1,47 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack and its associated plugins have continued support. If a critical vulnerability is found in the current version of a plugin, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +Our HackerOne program covers the below plugin software, as well as a variety of related projects and infrastructure: + +* [Jetpack](https://jetpack.com/) +* Jetpack Backup +* Jetpack Boost +* Jetpack CRM +* Jetpack Protect +* Jetpack Search +* Jetpack Social +* Jetpack VideoPress + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.eot b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.eot new file mode 100644 index 0000000000000000000000000000000000000000..51f012dd13d1ecd25dc203f65c51f94ba8d635a2 GIT binary patch literal 1496 zcmb7EOK22X6g{s#U9pv9(pIO^gT&HIzL1`D+9Wy?oAe^V&m?M;fD3UdotloC?rJ&} zNSG`{kU(HaKoDHI6M~fhCyM#&r%@>rakoucFW+92d~~a=iYbUt9ReK zFH}Hh7m!ff1lEM7{C2Wd_k4rax*ECttqo|wMc8mrf`uF|p@*mphl)+^azZ^Oi1V1o zEPcvUnlMSFj5%DOXAve+NTQdP|Bpr|Z$mqA88UiLoc_75A*OaydC2~Iu3(jn$>+;- z+CzROZ_SlB{y^@Hb@|!FKdwLMUMF85-Am;op8%3)ADE$_Wn_=vBL8Wo;4Vag z74m1~`mB?)(1|tjf5>+gtc4PyI86SY+$>rJ`{j`%*8q7J*Z8;O%(>hroASZ4LzW@d zzzj$?{D`Z;DBdA0c6feOO>o<_Z5Vh1`ElhjhGljdx02)encl}=&0BE~ZNbPTeXigj z$0+KUe2JR*29?j13N_9Rv8cQ@6wa%TD}!HgIj=-=1hrp9%xUT6_5vcIFfBPlxC`_b0SC`glApMzh+ul87}X z5{YyTS5m2FO>0i2u8fVJdV2Nh(~)ep(AB9+lHS=>$Yw`oHa73Y3?tTP z82*3rKW|4?ThBKPeZ)@1KeE49n{Rp`7{kBg9pl*sjdT25A@G-%s!lNQPy&KYx@ tViKc%$#Y?{B-$)~ULmynaydKh literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.svg b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.svg new file mode 100644 index 00000000..51e14560 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.svg @@ -0,0 +1,11 @@ + + + +Generated by IcoMoon + + + + + + + \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.ttf b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.ttf new file mode 100644 index 0000000000000000000000000000000000000000..c44c262f09b0bdd218d4330f0a1e2f3652cfd5da GIT binary patch literal 1300 zcmb7EOGq106g@99lhG(z(}`n>*i;*%f~hek>Bk1MQ2Y>!wg@gtJH~0^Cz+6ppwvYX zL=cKXq0nV_g7mX(X~9(&;;PFoN@<~B+hq$<(Dcs7Hf{>u@N&;N_rCkyeeWe;0IKi+ z9J+4YywqLm7CK0IL*s5LtK{X0_iF%aBz`Nc6!YZI5I1~9dVcBN73iT@z(%PCp) z!{Fc}fUBl8zUH-}PWvR|e;RRc9M~oV%70>3+^{_Rjxeh<^2&_Swoh6gun%shw1Ym5 z1_h0?I5wXNjMa?MNHNRPk|yVInY;@XaL|Xrw~x|csYDw7VpjSh^E9u#E(4>i+A_@n z#IBer|MLE?@mMeY=9amKkkEl3uF}^1LY*WxF}Yr@?~X-daTbe4E=2r-M-pq8=oFpJ zf!08f1zICQOCWq!a<(+LMtY**?s{(dXzggt>z$0phov@YI3Az$dJm_VpZPtWk#M+I ztPy*|;SrCA4J5=--s`UOdh6U?$LHC^m#bE6LHZ-PP6I{zM|%-X=L5 zQd@gAk?7AH9KCeQvb#=}&AzG6XU>h5JGH&PP{o@^_Hm=(sR1l+cSmoG&ek%TW8M|4 zd~Uhy1g#9gide*$Mx5RnnTyV;3Dyh&*X$CFYLj zp@;Fas-9O;bDjBurmHC(vrwTU4+SaA(N^*(KqEyZu1~0i;*6H_g@Rp}AgO>NW+_Mk4(o{ZYcBYt3Pm?x literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.woff b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.woff new file mode 100644 index 0000000000000000000000000000000000000000..dc898ac561ba44db0ed4e73f806927c20c134edd GIT binary patch literal 1376 zcmb7DO=uHA6n?WmS({2~<0jiksnOaWi;YcVTYqY34h?OkEmbLc5W7v+q?%+yvPFwM z6-uEXEeL`~Z$k0sswj9658}zA2M-ED^{OC(jo-{}wO$H+%bWSWZ{EDw_jdN?csfmt zVCodridlC#$N$^-h2z~sY!B2a?sY-6BU3O-&~o4xxf_%3m$PPtYcIfgEcboc{QNa& zuYrGZzxTXjJ!hFSL=und<$mzl+?yOkXy3t)aMzOZn_R)UMI<+X>)icBD|tJEIQba( zUg7PuRxoejT=^t;RJfnc7R`bM?Gn!Z!u`Y0(A|<S;2V7+08x>4sN z-)i&Ky8a(jtB5XqTy1#3fjfKE@q36)2*V!ntwwh7`M!g_d#Fru%Ava<+|mR%*>6>QrUK_j6>JSB8N(3 zQig8eRZ3JQ8;S+)Oj_m2tX+)8V_h@}sZ14`#d49N6vqwf+Eun)1)sOFb9u8&=W%S7 z<|vOhEbl5q+AccLtW~tiren=Sr{|-?8GF>Wi!n-z8XQ!SMf#$s%oIh>K%1s{jKgSv QO`~vLZwz0R|H(VpA8x+W-~a#s literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/jetpack-protect.css b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/jetpack-protect.css new file mode 100644 index 00000000..d194c5b1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/jetpack-protect.css @@ -0,0 +1,30 @@ +@font-face { + font-family: 'jetpack-protect'; + src: url('fonts/jetpack-protect.eot?31wpn'); + src: url('fonts/jetpack-protect.eot?31wpn#iefix') format('embedded-opentype'), + url('fonts/jetpack-protect.ttf?31wpn') format('truetype'), + url('fonts/jetpack-protect.woff?31wpn') format('woff'), + url('fonts/jetpack-protect.svg?31wpn#jetpack-protect') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; + } + +[class^="jp-protect-icon"], [class*=" jp-protect-icon"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'jetpack-protect' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.jp-protect-icon:before { + content: "\e900"; +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/images/in-progress-db145d62b5ef09c05ad7.png b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/images/in-progress-db145d62b5ef09c05ad7.png new file mode 100644 index 0000000000000000000000000000000000000000..21176718d25ff84a70f181cca5219c2f9e1f73f3 GIT binary patch literal 15681 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 array('moment', 'react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'ba1541fec46b75d66cd4'); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.css b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.css new file mode 100644 index 00000000..c96728b1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.css @@ -0,0 +1 @@ +.p4qz2tkq0p9hxucJ6Qk2{--padding:calc(var(--spacing-base)*4);color:var(--jp-black)}.lbNDyXioOwvyvbALtCBm{--gap:calc(var(--spacing-base)*3);padding:var(--padding) 0;position:relative}.s2Lsn4kbm6BrS3DSndRB .lbNDyXioOwvyvbALtCBm{column-gap:var(--gap);display:grid;grid-auto-flow:column;grid-template-columns:repeat(var(--columns),1fr);grid-template-rows:repeat(var(--rows),minmax(min-content,max-content))}.cLaNK_XcbTGlRQ4Tp43Q{margin-top:var(--padding)}.s2Lsn4kbm6BrS3DSndRB .cLaNK_XcbTGlRQ4Tp43Q{display:contents}.cLaNK_XcbTGlRQ4Tp43Q.CYt1X0eH1icRjhtJ28jx>*{background:var(--jp-white);position:relative}.cLaNK_XcbTGlRQ4Tp43Q.CYt1X0eH1icRjhtJ28jx>:after{bottom:0;box-shadow:0 4px 24px rgba(0,0,0,.05);content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.cLaNK_XcbTGlRQ4Tp43Q>:first-child{border-top-left-radius:var(--jp-border-radius);border-top-right-radius:var(--jp-border-radius);border-width:1px 1px 0}.cLaNK_XcbTGlRQ4Tp43Q>:last-child{border-bottom-left-radius:var(--jp-border-radius);border-bottom-right-radius:var(--jp-border-radius);border-width:0 1px 1px}.DAkZc1P9A3K12fjEliMg{display:flex;flex-direction:column;justify-content:space-between;padding:var(--padding)}.WUBuYABl8nymjs9NnCEL{align-items:center;display:flex;padding-bottom:calc(var(--spacing-base)*2);position:relative}.WUBuYABl8nymjs9NnCEL:not(:nth-child(2)){padding-top:calc(var(--spacing-base)*2)}.WUBuYABl8nymjs9NnCEL:not(:nth-child(2)):before{background-color:var(--jp-gray);content:"";height:1px;left:var(--padding);position:absolute;right:var(--padding);top:0;z-index:5}.s2Lsn4kbm6BrS3DSndRB .WUBuYABl8nymjs9NnCEL:not(:nth-child(2)):before{left:0;right:unset;width:calc(100% + var(--gap))}.s2Lsn4kbm6BrS3DSndRB .lbNDyXioOwvyvbALtCBm>:last-child .WUBuYABl8nymjs9NnCEL:not(:nth-child(2)):before{width:100%}.ANtCFeb41NhA8PA3H7ZN,.WUBuYABl8nymjs9NnCEL:last-of-type{padding-bottom:var(--padding)}.Ql2gy_148yW8Vw5vhaKD{padding-left:var(--padding);padding-right:var(--padding)}.EAQrAnQEW1z1BfdY5gbC{fill:var(--jp-gray);flex-shrink:0;margin:0 var(--spacing-base)}.EAQrAnQEW1z1BfdY5gbC.JDSTlLoOC_4aUoH2oNM2{fill:var(--jp-green-40)}.EAQrAnQEW1z1BfdY5gbC.zNdQRJ1w7BvaQOYyqzHK{fill:var(--jp-red-50)}.lr7vbX95SKtoe7DarJcZ{margin-left:auto}.s2Lsn4kbm6BrS3DSndRB .lr7vbX95SKtoe7DarJcZ{margin:0 var(--spacing-base);top:1px}.WUBuYABl8nymjs9NnCEL .KRrGp2xdkeBOxLZeuQ6X{fill:var(--jp-gray-20);flex-shrink:0}.H_ZJiRVJg0LiMXPGOcmt{text-align:center;width:fit-content}.H_ZJiRVJg0LiMXPGOcmt>a{color:#000}.s2Lsn4kbm6BrS3DSndRB .H_ZJiRVJg0LiMXPGOcmt{grid-column:2;overflow:hidden;padding-left:var(--padding);padding-right:var(--padding);white-space:nowrap}.x21z_DixObRDsDaWotP1{align-items:right;display:flex;justify-content:right;margin:0 calc(var(--spacing-base)*4)}.WQVtrU6q0L1Igcj7wCrQ{margin:0;padding:0}.UujoBFTnQNY2cWU2SIsH{font-size:var(--font-headline-medium);font-weight:700;line-height:52px}.TeGO5V_thHw5lDAm1_2M{font-weight:700}.TeGO5V_thHw5lDAm1_2M,.WolQzb2MsSgiNmLtc7_j{font-size:var(--font-headline-small);line-height:40px}.WolQzb2MsSgiNmLtc7_j{font-weight:400}.hUB0JT8p1T2Hw28N6qC8{font-weight:500}.gKZWDv5chz3_O3Syp74H,.hUB0JT8p1T2Hw28N6qC8{font-size:var(--font-title-medium);line-height:32px}.gKZWDv5chz3_O3Syp74H{font-weight:600}.zY2No8Ga4b8shbOQGhnv{font-size:var(--font-title-small);font-weight:500;line-height:30px}.tIj0D1t8Cc892ikmgFPZ{font-size:var(--font-body);font-weight:400;line-height:24px}.KdcN0BnOaVeVhyLRKqhS{font-size:var(--font-body-small);font-weight:400;line-height:24px}.dso3Rh3tl3Xv1GumBktz{font-weight:400}.dso3Rh3tl3Xv1GumBktz,.mQ1UlbN9u4Mg9byO8m7v{font-size:var(--font-body-extra-small);line-height:20px}.mQ1UlbN9u4Mg9byO8m7v{font-weight:700}.PItlW5vRExLnTj4a8eLE{font-size:var(--font-body-extra-small);font-weight:600;line-height:16px}.TwRpPlktzxhmFVeua7P5{margin:calc(var( --spacing-base )*0)}.zVfqx7gyb3o9mxfGynn1{margin-left:calc(var( --spacing-base )*0);margin-right:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy{margin-bottom:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy,.xqDIp6cNVr_E6RXaiPyD{margin-top:calc(var( --spacing-base )*0)}.S8EwaXk1kyPizt6x4WH2{margin-right:calc(var( --spacing-base )*0)}.ODX5Vr1TARoLFkDDFooD{margin-bottom:calc(var( --spacing-base )*0)}.cphJ8dCpfimnky7P2FHg{margin-left:calc(var( --spacing-base )*0)}.PFgIhNxIyiSuNvQjAIYj{margin:calc(var( --spacing-base )*1)}.M2jKmUzDxvJjjVEPU3zn{margin-left:calc(var( --spacing-base )*1);margin-right:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk{margin-bottom:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk,.rcTN5uw9xIEeMEGL3Xi_{margin-top:calc(var( --spacing-base )*1)}.CQSkybjq2TcRM1Xo9COV{margin-right:calc(var( --spacing-base )*1)}.hfqOWgq6_MEGdFE82eOY{margin-bottom:calc(var( --spacing-base )*1)}.I8MxZQYTbuu595yfesWA{margin-left:calc(var( --spacing-base )*1)}.kQkc6rmdpvLKPkyoJtVQ{margin:calc(var( --spacing-base )*2)}.j6vFPxWuu4Jan2ldoxpp{margin-left:calc(var( --spacing-base )*2);margin-right:calc(var( --spacing-base )*2)}.hqr39dC4H_AbactPAkCG{margin-bottom:calc(var( --spacing-base )*2)}.c3dQnMi16C6J6Ecy4283,.hqr39dC4H_AbactPAkCG{margin-top:calc(var( --spacing-base )*2)}.YNZmHOuRo6hU7zzKfPdP{margin-right:calc(var( --spacing-base )*2)}.Db8lbak1_wunpPk8NwKU{margin-bottom:calc(var( --spacing-base )*2)}.ftsYE5J9hLzquQ0tA5dY{margin-left:calc(var( --spacing-base )*2)}.Det4MHzLUW7EeDnafPzq{margin:calc(var( --spacing-base )*3)}.h_8EEAztC29Vve1datb5{margin-left:calc(var( --spacing-base )*3);margin-right:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM{margin-bottom:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM,.soADBBkcIKCBXzCTuV9_{margin-top:calc(var( --spacing-base )*3)}.zSX59ziEaEWGjnpZa4uV{margin-right:calc(var( --spacing-base )*3)}.yrVTnq_WBMbejg89c2ZQ{margin-bottom:calc(var( --spacing-base )*3)}.UKtHPJnI2cXBWtPDm5hM{margin-left:calc(var( --spacing-base )*3)}.guexok_Tqd5Tf52hRlbT{margin:calc(var( --spacing-base )*4)}.oS1E2KfTBZkJ3F0tN7T6{margin-left:calc(var( --spacing-base )*4);margin-right:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd{margin-bottom:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd,.ot2kkMcYHv53hLZ4LSn0{margin-top:calc(var( --spacing-base )*4)}.A1krOZZhlQ6Sp8Cy4bly{margin-right:calc(var( --spacing-base )*4)}.pkDbXXXL32237M0hokEh{margin-bottom:calc(var( --spacing-base )*4)}.XXv4kDTGvEnQeuGKOPU3{margin-left:calc(var( --spacing-base )*4)}.yGqHk1a57gaISwkXwXe6{margin:calc(var( --spacing-base )*5)}.X8cghM358X3DkXLc9aNK{margin-left:calc(var( --spacing-base )*5);margin-right:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f{margin-bottom:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f,.yqeuzwyGQ7zG0avrGqi_{margin-top:calc(var( --spacing-base )*5)}.g9emeCkuHvYhveiJbfXO{margin-right:calc(var( --spacing-base )*5)}.Lvk3dqcyHbZ07QCRlrUQ{margin-bottom:calc(var( --spacing-base )*5)}.r3yQECDQ9qX0XZzXlVAg{margin-left:calc(var( --spacing-base )*5)}.aQhlPwht2Cz1X_63Miw0{margin:calc(var( --spacing-base )*6)}.JyHb0vK3wJgpblL9s5j8{margin-left:calc(var( --spacing-base )*6);margin-right:calc(var( --spacing-base )*6)}.cY2gULL1lAv6WPNIRuf3{margin-bottom:calc(var( --spacing-base )*6)}.NBWQ9Lwhh_fnry3lg_p7,.cY2gULL1lAv6WPNIRuf3{margin-top:calc(var( --spacing-base )*6)}.yIOniNe5E40C8fWvBm5V{margin-right:calc(var( --spacing-base )*6)}.t30usboNSyqfQWIwHvT3{margin-bottom:calc(var( --spacing-base )*6)}.Nm_TyFkYCMhOoghoToKJ{margin-left:calc(var( --spacing-base )*6)}.C4qJKoBXpgKtpmrqtEKB{margin:calc(var( --spacing-base )*7)}.S93Srbu6NQ_PBr7DmTiD{margin-left:calc(var( --spacing-base )*7);margin-right:calc(var( --spacing-base )*7)}.fJj8k6gGJDks3crUZxOS{margin-bottom:calc(var( --spacing-base )*7)}.cW6D6djs7Ppm7fD7TeoV,.fJj8k6gGJDks3crUZxOS{margin-top:calc(var( --spacing-base )*7)}.DuCnqNfcxcP3Z__Yo5Ro{margin-right:calc(var( --spacing-base )*7)}.im8407m2fw5vOg7O2zsw{margin-bottom:calc(var( --spacing-base )*7)}.G0fbeBgvz2sh3uTP9gNl{margin-left:calc(var( --spacing-base )*7)}.kvW3sBCxRxUqz1jrVMJl{margin:calc(var( --spacing-base )*8)}.tOjEqjLONQdkiYx_XRnw{margin-left:calc(var( --spacing-base )*8);margin-right:calc(var( --spacing-base )*8)}.op5hFSx318zgxsoZZNLN{margin-bottom:calc(var( --spacing-base )*8)}.c9WfNHP6TFKWIfLxv52J,.op5hFSx318zgxsoZZNLN{margin-top:calc(var( --spacing-base )*8)}.sBA75QqcqRwwYSHJh2wc{margin-right:calc(var( --spacing-base )*8)}.GpL6idrXmSOM6jB8Ohsf{margin-bottom:calc(var( --spacing-base )*8)}.HbtWJoQwpgGycz8dGzeT{margin-left:calc(var( --spacing-base )*8)}.uxX3khU88VQ_Ah49Ejsa{padding:calc(var( --spacing-base )*0)}.KX0FhpBKwKzs9fOUdbNz{padding-left:calc(var( --spacing-base )*0);padding-right:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz{padding-bottom:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz,.emxLHRjQuJsImnPbQIzE{padding-top:calc(var( --spacing-base )*0)}.kJ8WzlpTVgdViXt8ukP9{padding-right:calc(var( --spacing-base )*0)}.tg_UIUI11VBzrTAn2AzJ{padding-bottom:calc(var( --spacing-base )*0)}.uczvl8kaz84oPQJ2DB2R{padding-left:calc(var( --spacing-base )*0)}.o7UHPcdVK3lt7q3lqV4o{padding:calc(var( --spacing-base )*1)}.IDqEOxvDoYrFYxELPmtX{padding-left:calc(var( --spacing-base )*1);padding-right:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2{padding-bottom:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2,.npy3hw4A5QSkDicb2CJJ{padding-top:calc(var( --spacing-base )*1)}.LgbptTApNY5NwLQvEFAt{padding-right:calc(var( --spacing-base )*1)}.WZQy2SZuZso59bUsXXyl{padding-bottom:calc(var( --spacing-base )*1)}.o331apInxNunbYB3SfPE{padding-left:calc(var( --spacing-base )*1)}.fMPIyD9Vqki1Lrc_yJnG{padding:calc(var( --spacing-base )*2)}.i2pMcTcdrr10IQoiSm_L{padding-left:calc(var( --spacing-base )*2);padding-right:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH{padding-bottom:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH,.o9bGieUKcYc8o0Ij9oZX{padding-top:calc(var( --spacing-base )*2)}.SwZcFez1RDqWsOFjB5iG{padding-right:calc(var( --spacing-base )*2)}.eHpLc_idmuEqeqCTvqkN{padding-bottom:calc(var( --spacing-base )*2)}.vU39i2B4P1fUTMB2l6Vo{padding-left:calc(var( --spacing-base )*2)}.JHWNzBnE29awhdu5BEh1{padding:calc(var( --spacing-base )*3)}.X72lGbb56L3KFzC2xQ9N{padding-left:calc(var( --spacing-base )*3);padding-right:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e{padding-bottom:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e,.srV0KSDC83a2fiimSMMQ{padding-top:calc(var( --spacing-base )*3)}.lUWfkmbQjCskhcNwkyCm{padding-right:calc(var( --spacing-base )*3)}.Ts0dIlc3aTSL7V4cIHis{padding-bottom:calc(var( --spacing-base )*3)}.CzlqQXXhX6MvorArFZ8B{padding-left:calc(var( --spacing-base )*3)}.TqMPkQtR_DdZuKb5vBoV{padding:calc(var( --spacing-base )*4)}.a7UrjhI69Vetlcj9ZVzz{padding-left:calc(var( --spacing-base )*4);padding-right:calc(var( --spacing-base )*4)}.StEhBzGs2Gi5dDEkjhAv{padding-bottom:calc(var( --spacing-base )*4)}.FGneZfZyvYrt1dG0zcnm,.StEhBzGs2Gi5dDEkjhAv{padding-top:calc(var( --spacing-base )*4)}.APEH216rpdlJWgD2fHc8{padding-right:calc(var( --spacing-base )*4)}.oGwXC3ohCic9XnAj6x69{padding-bottom:calc(var( --spacing-base )*4)}.U6gnT9y42ViPNOcNzBwb{padding-left:calc(var( --spacing-base )*4)}.IpdRLBwnHqbqFrixgbYC{padding:calc(var( --spacing-base )*5)}.HgNeXvkBa9o3bQ5fvFZm{padding-left:calc(var( --spacing-base )*5);padding-right:calc(var( --spacing-base )*5)}.tJtFZM3XfPG9v9TSDfN1{padding-bottom:calc(var( --spacing-base )*5)}.PdifHW45QeXYfK568uD8,.tJtFZM3XfPG9v9TSDfN1{padding-top:calc(var( --spacing-base )*5)}.mbLkWTTZ0Za_BBbFZ5b2{padding-right:calc(var( --spacing-base )*5)}.vVWpZpLlWrkTt0hMk8XU{padding-bottom:calc(var( --spacing-base )*5)}.RxfaJj5a1Nt6IavEo5Zl{padding-left:calc(var( --spacing-base )*5)}.SppJULDGdnOGcjZNCYBy{padding:calc(var( --spacing-base )*6)}.palY2nLwdoyooPUm9Hhk{padding-left:calc(var( --spacing-base )*6);padding-right:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_{padding-bottom:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_,.YEEJ9b90ueQaPfiU8aeN{padding-top:calc(var( --spacing-base )*6)}.QE0ssnsKvWJMqlhPbY5u{padding-right:calc(var( --spacing-base )*6)}.n8yA3jHlMRyLd5UIfoND{padding-bottom:calc(var( --spacing-base )*6)}.tXHmxYnHzbwtfxEaG51n{padding-left:calc(var( --spacing-base )*6)}.kBTsPKkO_3g_tLkj77Um{padding:calc(var( --spacing-base )*7)}.RyhrFx6Y1FGDrGAAyaxm{padding-left:calc(var( --spacing-base )*7);padding-right:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO{padding-bottom:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO,.vQVSq6SvWKbOMu6r4H6b{padding-top:calc(var( --spacing-base )*7)}.oBy5__aEADMsH46mrgFX{padding-right:calc(var( --spacing-base )*7)}.KVEXoJqf1s92j0JMdNmN{padding-bottom:calc(var( --spacing-base )*7)}.ZMXGNrNaKW3k_3TLz0Fq{padding-left:calc(var( --spacing-base )*7)}.tuiR9PhkHXhGyEgzRZRI{padding:calc(var( --spacing-base )*8)}.U7454qyWkQNa2iaSJziu{padding-left:calc(var( --spacing-base )*8);padding-right:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8{padding-bottom:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8,.X1rm9DQ1zLGLfogja5Gn{padding-top:calc(var( --spacing-base )*8)}.JS7G6kAuqJo5GIuF8S5t{padding-right:calc(var( --spacing-base )*8)}.Y8F9ga1TDCMbM1lj4gUz{padding-bottom:calc(var( --spacing-base )*8)}.AJuyNGrI63BOWql719H8{padding-left:calc(var( --spacing-base )*8)}:root{--font-title-large:36px;--font-title-small:24px;--font-body:16px;--font-label:12px;--jp-black:#000;--jp-black-80:#2c3338;--jp-white:#fff;--jp-white-off:#f9f9f6;--jp-gray:#dcdcde;--jp-gray-0:#f6f7f7;--jp-gray-5:#dcdcde;--jp-gray-10:#c3c4c7;--jp-gray-20:#a7aaad;--jp-gray-30:#8c8f94;--jp-gray-40:#787c82;--jp-gray-50:#646970;--jp-gray-60:#50575e;--jp-gray-70:#3c434a;--jp-gray-80:#2c3338;--jp-gray-90:#1d2327;--jp-gray-100:#101517;--jp-gray-off:#e2e2df;--jp-yellow-5:#f5e6b3;--jp-yellow-10:#f2cf75;--jp-orange-20:#faa754;--jp-blue-5:#ced9f2;--jp-red-0:#f7ebec;--jp-red-50:#d63638;--jp-red-60:#b32d2e;--jp-red-80:#8a2424;--jp-red:#d63639;--jp-pink:#c9356e;--jp-green-0:#f0f2eb;--jp-green-5:#d0e6b8;--jp-green-10:#9dd977;--jp-green-20:#64ca43;--jp-green-30:#2fb41f;--jp-green-40:#069e08;--jp-green-50:#008710;--jp-green-60:#007117;--jp-green-70:#005b18;--jp-green-80:#004515;--jp-green-90:#003010;--jp-green-100:#001c09;--jp-green:#069e08;--jp-green-primary:var(--jp-green-40);--jp-green-secondary:var(--jp-green-30);--jp-border-radius:4px;--jp-border-radius-rna:8px;--jp-menu-border-height:1px;--jp-underline-thickness:2px;--jp-modal-padding-large:32px;--jp-modal-padding:24px;--jp-modal-padding-small:16px;--jp-modal-radius:8px;--jp-button-padding:8px;--jp-button-radius:4px;--jp-gap:16px;--jp-highlight:#3858e9}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(8px)}.jp-cut:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.components-popover:not(.is-without-arrow):before{border-color:var(--jp-gray)}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-right:-62px}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-left:-62px}.icon-tooltip-helper .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.icon-tooltip-helper .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.icon-tooltip-helper .components-popover__content{border:1px solid var(--jp-gray);border-radius:4px;outline:none;padding:24px;white-space:normal;width:304px}.icon-tooltip-helper.is-wide .components-popover__content{width:440px}.icon-tooltip-wrapper{color:var(--jp-black);display:inline-block;position:relative}.icon-tooltip-wrapper .components-button.is-link:focus:not(:disabled){box-shadow:none}.icon-tooltip-helper{height:18px;left:-53px;pointer-events:none;position:absolute;top:0;width:124px}.icon-tooltip-container{pointer-events:all}.icon-tooltip-title{font-size:16px;font-weight:600;line-height:19px}.icon-tooltip-title:not(:last-child){margin-bottom:8px}.icon-tooltip-content{font-size:14px;font-weight:400;line-height:24px}.icon-tooltip-content ul{list-style-type:disc;margin:0 0 0 1rem}.icon-tooltip-content ul li:last-child{margin-bottom:0}.zI5tJ_qhWE6Oe6Lk75GY{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);--wp-admin-border-width-focus:1.51px;border-radius:var(--jp-border-radius);font-weight:600;justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo{height:calc(var(--spacing-base)*5);padding:var(--spacing-base);width:calc(var(--spacing-base)*5)}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo>svg:first-child{margin:0;padding:0}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo.Na39I683LAaSA99REg14{height:calc(var(--spacing-base)*4);min-width:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*4)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body);height:auto;line-height:24px;padding:var(--spacing-base) calc(var(--spacing-base)*3)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK{padding:var(--spacing-base) calc(var(--spacing-base)*2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body-extra-small);height:auto;line-height:20px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK>svg:first-child{margin-right:calc(var(--spacing-base)/2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo)>.components-spinner{height:20px}.zI5tJ_qhWE6Oe6Lk75GY.lZAo6_oGfclXOO9CC6Rd{font-weight:400}.zI5tJ_qhWE6Oe6Lk75GY.xJDOiJxTt0R_wSl8Ipz_{min-width:100%}.zI5tJ_qhWE6Oe6Lk75GY.is-primary:disabled,.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:disabled{background:var(--jp-gray);color:var(--jp-gray-20)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary{background:var(--jp-white);box-shadow:inset 0 0 0 1.51px var(--jp-black)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:active:not(:disabled),.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:hover:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-link.Na39I683LAaSA99REg14,.zI5tJ_qhWE6Oe6Lk75GY.is-link.ipS7tKy9GntCS4R3vekF{padding:0}.zI5tJ_qhWE6Oe6Lk75GY.is-link:hover:not(:disabled){text-decoration-thickness:3px}.zI5tJ_qhWE6Oe6Lk75GY.is-link:focus:not(:disabled){text-decoration-line:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:not(:disabled){background:var(--jp-red-50);box-shadow:inset 0 0 0 1px var(--jp-red-50);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:hover:not(:disabled){background:var(--jp-red-60);box-shadow:inset 0 0 0 1px var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:focus:not(:disabled){background:var(--jp-red-70);box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:active:not(:disabled){background:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:not(:disabled){background:var(--jp-white);box-shadow:inset 0 0 0 1.5px var(--jp-red-50);color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:hover:not(:disabled){background:var(--jp-red-0);box-shadow:inset 0 0 0 1.5px var(--jp-red-60);color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:active:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:not(:disabled){color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:hover:not(:disabled){box-shadow:none;color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6{position:relative}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6.has-icon{justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>:not(.components-spinner){visibility:hidden}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>.components-spinner{margin:0;position:absolute}.CDuBjJp_8jxzx5j6Nept{margin-left:calc(var(--spacing-base)/2)}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(1px,1px)}.gridicon.needs-offset-x g{transform:translate(1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.terms-of-service{color:var(--jp-black);font-size:var(--font-body)}.terms-of-service .terms-of-service__link{color:var(--jp-green-50);text-decoration:underline;white-space:nowrap}.dovianZYLKhnbnh9I06o{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-end}.lljtQMhW7lq5tE5SDJEf{align-items:flex-start;display:flex;flex-basis:0;flex-grow:2}.lljtQMhW7lq5tE5SDJEf .NubApIV1vQCRUNprfm6b{margin-left:auto}.dhFQXpZfMwVI8vuYHnwC{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.dhFQXpZfMwVI8vuYHnwC:first-child{margin-right:calc(var(--spacing-base)*2)}.dhFQXpZfMwVI8vuYHnwC.eD7hzxFmdtG_MgmBtl_k{color:var(--jp-gray-20)}.dhFQXpZfMwVI8vuYHnwC.eD7hzxFmdtG_MgmBtl_k:after{background:var(--jp-red);border-radius:var(--jp-border-radius);content:" ";display:block;height:3px;margin-top:-2px;pointer-events:none;position:absolute;top:50%;width:100%}.C64ZjjUAqJC1T2Sa7apS{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:calc(var(--spacing-base)*3)}.UpZDGew6Ay1hPoP6eI7b{color:var(--jp-gray-40);font-size:var(--font-body-small);line-height:20px}.UpZDGew6Ay1hPoP6eI7b:after{content:"​"}.NubApIV1vQCRUNprfm6b{background-color:var(--jp-yellow-10);border-radius:4px;font-size:13px;font-weight:600;margin-left:var(--spacing-base);padding-left:var(--spacing-base);padding-right:var(--spacing-base)}.TDiiPbuW1Z0_05u_pvcK{font-weight:400}.UL3B1tQ854mN7r6taB61{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.IG56Hw7ZR_7rKVsM78qw:focus:not(:disabled){box-shadow:none}.sexr0jUxC1jVixdKiDnC{margin-left:-20px}@media(max-width:782px){.sexr0jUxC1jVixdKiDnC{margin-left:-10px}}.sexr0jUxC1jVixdKiDnC.vKQ11sLeAM45M04P1ccj{background-color:var(--jp-white)}.SqdhUZkXCRuIpErj1B3z{--max-container-width:1128px;--vertical-gutter:24px;--horizontal-spacing:8px;column-gap:var(--vertical-gutter);display:grid;margin:0 auto;max-width:var(--max-container-width);width:100%}@media(max-width:599px){.SqdhUZkXCRuIpErj1B3z{grid-template-columns:repeat(4,minmax(0,1fr));padding:0 16px}}@media(min-width:600px)and (max-width:959px){.SqdhUZkXCRuIpErj1B3z{grid-template-columns:repeat(8,minmax(0,1fr));padding:0 18px}}@media(min-width:960px){.SqdhUZkXCRuIpErj1B3z{grid-template-columns:repeat(12,minmax(0,1fr));padding:0 24px}}.SqdhUZkXCRuIpErj1B3z.OZC_9a1LhpWF9dv15Gdh{max-width:none;padding:unset}@media(max-width:599px){.RuVLl3q4lxTQa3wbhBJB{grid-column-end:span 1}.f9LZTRG4MMK42rS89afW{grid-column-start:1}.bHe_zKxjjpUwHw_MdYE1{grid-column-end:2}.QZbNrOqE2aNSn50xVhpU{grid-column-end:span 2}.ev7W3z7zVYPeHAlYqZjf{grid-column-start:2}.NJWd1m_e7lOiPYru2ZMP{grid-column-end:3}.Xc6nt1Qc1DI0Z2A3gt1r{grid-column-end:span 3}.UIcN_GXiPRoIsin8Kohg{grid-column-start:3}.GRKCyqb5LufCSCgykKFc{grid-column-end:4}.i_qTq8gqhhC3vIUepVRB{grid-column-end:span 4}.G3qaZ3Jpbvam_1XvGxgc{grid-column-start:4}.VRCNYKZtO9zukEwmgP1y{grid-column-end:5}}@media(min-width:600px)and (max-width:959px){.tRm008K_WJL79WoNZTNL{grid-column-end:span 1}.l5T2P_bgKts4tdaRkS1d{grid-column-start:1}.zOCxfLZpF6BlgC7a_Yq1{grid-column-end:2}.F80DdgVn0m5OpvtSQWka{grid-column-end:span 2}.oI1c7JYfiJtMQHbhngtU{grid-column-start:2}.pMQtA_4jh1_1lVknqEP5{grid-column-end:3}.VenqMpdgyKQVUNNQcfqd{grid-column-end:span 3}.seNYL99uoczf9V4MxBxT{grid-column-start:3}.YKfF1HFhI9KygA5l3b2J{grid-column-end:4}.yAi0Cv1xDWkoqsaUhvhR{grid-column-end:span 4}.ubhnyZOnkgxNhh6XtVWv{grid-column-start:4}.RGOPGQbWMJ9Ei5oFxS7X{grid-column-end:5}.Sz1E2aWbX483ijdi6yge{grid-column-end:span 5}.tku6_bRYrX9tMbgYGmIl{grid-column-start:5}.b5JHttOhSEcI1WBlqAjk{grid-column-end:6}.FboSx5MoKTAWbxXyYlCw{grid-column-end:span 6}.Jhs8yEEmodG30edbJvag{grid-column-start:6}.IpzbbKVqEqPcfIGkXkwt{grid-column-end:7}.mhCPwfAZ4Kmm_empzJAq{grid-column-end:span 7}.x034ilrJF7rO9UJB2rI1{grid-column-start:7}.Wt8t2e16viRrOJ1lLA5v{grid-column-end:8}.S6pIrEy9AMLKx9bgh_Ae{grid-column-end:span 8}.kEfI4tGyuWfHTlRnvIab{grid-column-start:8}.PUzX4RRsKq1dnsz3gebS{grid-column-end:9}}@media(min-width:960px){.X_pdcLJikd8LS_YAdJlB{grid-column-end:span 1}.tl936d14Huby4khYp05X{grid-column-start:1}.hnge0LnR69d3NXEtEE1t{grid-column-end:2}.fj0NUMuyZQcPNgKcjp5Z{grid-column-end:span 2}.R2ncBX7a2NigdYCcV1OX{grid-column-start:2}.t8vMSDVYno9k9itRwnXb{grid-column-end:3}.wsDuEN2GqHx6qzo8dUdk{grid-column-end:span 3}.cIEVPUweWtLBy3xaXnMx{grid-column-start:3}.fajUWBwu1m2B479j3jmz{grid-column-end:4}.YR0c7fQTgMkDdWzwSyLp{grid-column-end:span 4}.xlwp8BmplxkKNMI7gamo{grid-column-start:4}._C4O1w9DUqx1m3gPf8aA{grid-column-end:5}.Z54F1hAErckAIrKlxnXW{grid-column-end:span 5}.ezSDWkRHmKSxDJXxuiOH{grid-column-start:5}.T0ChoeAjGJjkkNrYhD4g{grid-column-end:6}.qtMoMPF6yHvGJnWHSsde{grid-column-end:span 6}.gdoywN5VPiWERfIBqkph{grid-column-start:6}.wUev_VH5uf_pwFFlbnAU{grid-column-end:7}.egIPDFJsOpownTClq9XP{grid-column-end:span 7}.yGhp9yoAW7k0kQik9AB7{grid-column-start:7}.SJ43U9mR5wUg5V2qBeQA{grid-column-end:8}.cTuyHfMwSUJxN_HdIEgd{grid-column-end:span 8}.smCr8DaIagcumdvdldiK{grid-column-start:8}.T03NHzQJvzwL6wAfIiTL{grid-column-end:9}.pMvxM3RJGjqyNdf9qg1Y{grid-column-end:span 9}.iIVpNRwEnQ_JI5gpp9EN{grid-column-start:9}.ZbQ4u4vGSX5rJOje4uGL{grid-column-end:10}.gKb5wuIDAlKGbrjK2vxy{grid-column-end:span 10}.Z7pINdImE2WJiYnZBTqm{grid-column-start:10}.ZTxp6qpvwurMdOnLLSz1{grid-column-end:11}.NnQTlbfnxPDR6cQ7rygg{grid-column-end:span 11}.O137wZd6Yl0olSA9PsXR{grid-column-start:11}.zf2OJtQ2MPz6SDoh6CB0{grid-column-end:12}.U3H6UHW6HqRt9hdzVg3O{grid-column-end:span 12}.zynnNeS_ZBTxABcVpUQH{grid-column-start:12}.vI8tltFZtFUNAy9Iag9s{grid-column-end:13}}.jp-dashboard-footer{align-items:center;color:var(--jp-black);display:flex;flex-wrap:wrap;font-size:var(--font-body-extra-small);line-height:1.333;max-width:1128px;width:100%}.jp-dashboard-footer a{text-decoration:none}.jp-dashboard-footer a:any-link,.jp-dashboard-footer a[role=button]{color:inherit}.jp-dashboard-footer a:hover{text-decoration:underline;text-decoration-thickness:1.5px}.jp-dashboard-footer a:focus{border-radius:2px;box-shadow:none;outline:1.5px solid currentColor;outline-offset:3px}.jp-dashboard-footer.is-sm>ul{gap:.125rem}.jp-dashboard-footer.is-md,.jp-dashboard-footer.is-sm>ul{align-items:flex-start;flex-direction:column}.jp-dashboard-footer>ul{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0;width:100%}.jp-dashboard-footer>ul>li{margin-bottom:0}.jp-dashboard-footer>ul>li>a{align-items:center;display:flex;gap:.25rem;min-height:44px}.jp-dashboard-footer__jp-item{font-weight:600;padding-inline-end:1rem}.jp-dashboard-footer.is-sm .jp-dashboard-footer__jp-item{padding-bottom:1rem}.jp-dashboard-footer.is-lg .jp-dashboard-footer__a8c-item{margin-inline-start:auto}.jp-dashboard-footer.is-sm .jp-dashboard-footer__a8c-item{padding-top:1rem}.jp-dashboard-footer__a8c-item>a,.jp-dashboard-footer__jp-item>a{text-decoration:none}.vMa4i_Dza2t5Zi_Bw9Nf{background:var(--jp-white-off)}.lyrXe0pA852TUmyekDb5{display:flex}.KgEeDTKgTC5ZjzYlbTqN{color:var(--jp-black);font-size:var(--font-body);line-height:1.5;margin-right:calc(var(--spacing-base)*4);padding:var(--spacing-base) 0;text-decoration:none}.KgEeDTKgTC5ZjzYlbTqN:last-child{margin-right:0}.KgEeDTKgTC5ZjzYlbTqN:focus,.KgEeDTKgTC5ZjzYlbTqN:hover{border-bottom-color:var(--jp-green);box-shadow:none;color:var(--jp-green)}.Lv4WoNVkeJntqvUyG4dX{border-bottom:1px solid var(--jp-black)}.vvXnRXxrU1kP1KsdSr4J{margin-top:calc(var(--spacing-base)*3*-1)}.aDCTkUFaJEeZzYYE6qv5{background-color:var(--jp-green);border-radius:32px;color:var(--jp-white);font-size:12px;letter-spacing:-2%;line-height:1;margin-left:var(--spacing-base);padding:calc(var(--spacing-base)/2) var(--spacing-base);position:relative;top:-1px}.uQlXhcfYn9tbnK27_Gct{align-items:center;display:flex}.uQlXhcfYn9tbnK27_Gct input[type=checkbox]:checked{background:var(--jp-green-40);border-color:var(--jp-green-40)}.uQlXhcfYn9tbnK27_Gct input[type=checkbox]:indeterminate{background:var(--jp-green-40);border-color:var(--jp-green-40)}.uQlXhcfYn9tbnK27_Gct input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--jp-green-40)}.PO9zDOaSkcv_RqpfZF_v,.e5YHJiYcvfgdEEJsS_YM{margin-bottom:calc(var(--spacing-base)*7);margin-top:calc(var(--spacing-base)*7)}@media(max-width:599px){.PO9zDOaSkcv_RqpfZF_v{margin-top:0}}.gTWkHo5lqwE_OCesAhBx{color:var(--jp-gray-50)}.gTWkHo5lqwE_OCesAhBx:before{background:var(--jp-gray-50);border-radius:50%;content:"";display:inline-block;height:8px;margin-right:var(--spacing-base);width:8px}.gTWkHo5lqwE_OCesAhBx.JeLxNe31ii68Utrr2xr6{color:var(--jp-green-40)}.gTWkHo5lqwE_OCesAhBx.JeLxNe31ii68Utrr2xr6:before{background:var(--jp-green-40)}svg.V6B8ltQ7TH3UKzUC_qy1{color:var(--jp-black);height:32px;margin:0;width:32px}.C9hcvYAbgHPhN2Tl22xg{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.C9hcvYAbgHPhN2Tl22xg .XkbIpr2gzB4XEhHgzkY4{margin-right:calc(var(--spacing-base)/2)}.BfcZn0_X33Ajdd1Gl18G{display:flex}.BfcZn0_X33Ajdd1Gl18G>.rBmVJIeTNpd0RJWaRGuJ{fill:var(--jp-gray-20);display:flex;margin-left:calc(var(--spacing-base)/2)}.jVq5444f1Xh6nNkz0Qe_{margin-top:calc(var(--spacing-base)*4)}.amF9cOnMiv2nHbkMXQiQ{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.FodE_7RbLD8zeBSd6eVR{display:flex;flex-wrap:wrap;margin-left:auto}.FodE_7RbLD8zeBSd6eVR>:first-child{margin-right:calc(var(--spacing-base)*3)}.twyPhW_K164HITnDrwEg{padding:calc(var(--spacing-base)*2);width:250px}.tbcd9xc_TjcFdokOt3F_{font-size:18px}@media(max-width:599px){.pnoqLV3l30xuvj2hLlJc{width:90%}.FodE_7RbLD8zeBSd6eVR{margin-top:calc(var(--spacing-base)*3)}.FodE_7RbLD8zeBSd6eVR>:first-child{margin-bottom:var(--spacing-base);margin-right:0}}.IunwKwdvL271DxBIniPb[type=checkbox]{display:none}.svA9WxEcOByd5S2fZonA{border:2px solid var(--jp-black);border-radius:100px;box-sizing:border-box;cursor:pointer;display:inline-block;height:24px;outline:0;padding:2px;position:relative;transition:all .4s ease,box-shadow 0s;vertical-align:middle;width:48px}.svA9WxEcOByd5S2fZonA:after{background:var(--jp-black);border-radius:50%;content:"";display:block;height:16px;left:0;position:relative;transition:all .2s ease;width:16px}.IunwKwdvL271DxBIniPb:checked+.svA9WxEcOByd5S2fZonA:after{left:22px}.IunwKwdvL271DxBIniPb:checked:disabled+.svA9WxEcOByd5S2fZonA{background-color:var(--jp-black);border-color:var(--jp-black)}.IunwKwdvL271DxBIniPb:checked:disabled+.svA9WxEcOByd5S2fZonA:after{background-color:var(--jp-white)}.IunwKwdvL271DxBIniPb:checked:not(:disabled)+.svA9WxEcOByd5S2fZonA{background-color:var(--jp-green);border-color:var(--jp-green)}.IunwKwdvL271DxBIniPb:checked:not(:disabled)+.svA9WxEcOByd5S2fZonA:after{background-color:var(--jp-white)}.IunwKwdvL271DxBIniPb:disabled+span.svA9WxEcOByd5S2fZonA{cursor:default;opacity:.25}.IunwKwdvL271DxBIniPb.wOd7DeP76v1fczKfah5n+.svA9WxEcOByd5S2fZonA{border-radius:8px;height:16px;width:24px}.IunwKwdvL271DxBIniPb.wOd7DeP76v1fczKfah5n+.svA9WxEcOByd5S2fZonA:after{height:12px;width:12px}.IunwKwdvL271DxBIniPb.wOd7DeP76v1fczKfah5n:checked+.svA9WxEcOByd5S2fZonA:after{left:8px}._aiMxmJRAw5jRPbZFX57{background-color:var(--jp-gray-90);border-radius:var(--jp-border-radius);color:var(--jp-white);display:flex;overflow:hidden}._aiMxmJRAw5jRPbZFX57.eWgNBUaexiR66ZI1Px4U{border-left:4px solid var(--jp-yellow-20);margin-bottom:calc(var(--spacing-base)*3)}._aiMxmJRAw5jRPbZFX57.ZGELG1CO333FilJXOaeI{margin-left:calc(var(--spacing-base)*3);position:fixed;right:calc(var(--spacing-base)*3);top:calc(var(--spacing-base)*6)}@media(max-width:782px){._aiMxmJRAw5jRPbZFX57.ZGELG1CO333FilJXOaeI{top:calc(var(--spacing-base)*8)}}._aiMxmJRAw5jRPbZFX57 a,._aiMxmJRAw5jRPbZFX57 a:active,._aiMxmJRAw5jRPbZFX57 a:hover,._aiMxmJRAw5jRPbZFX57 a:link,._aiMxmJRAw5jRPbZFX57 a:visited{color:var(--jp-white)}.BnI88X_e8ItF1c9Uozmj{fill:var(--jp-white);align-items:center;background-color:var(--jp-yellow-30);display:flex;justify-content:center;padding:calc(var(--spacing-base)*1.5)}.hRRUwTCPRpurhMwRNZkg .BnI88X_e8ItF1c9Uozmj{background-color:var(--jp-green-50)}.Z6q3IxY_uR1y2lAPTkVF .BnI88X_e8ItF1c9Uozmj{background-color:var(--jp-red)}.eWgNBUaexiR66ZI1Px4U .BnI88X_e8ItF1c9Uozmj{fill:var(--jp-yellow-50);background-color:var(--jp-yellow-5)}.ST8sowTbBVLRPrk4ZQrn{font-size:14px;padding:calc(var(--spacing-base)*1.75)}.eWgNBUaexiR66ZI1Px4U .ST8sowTbBVLRPrk4ZQrn{background-color:var(--jp-yellow-5);color:var(--jp-gray-90)}.lMkO08Vd8YQMfwrwaI8u{fill:var(--jp-gray);align-items:center;background:transparent;border:none;cursor:pointer;display:flex;justify-content:center;padding:calc(var(--spacing-base)*1.5)}.Clxt94RgGnDrhORZZyPr,.K2OG1vK5PSOYDWKtqKKG{margin-bottom:calc(var(--spacing-base)*7);margin-top:calc(var(--spacing-base)*7)}.msOlyh2T7D6uhbM6AROg{align-items:center;background:none;border:2px solid var(--jp-green-40);border-radius:var(--jp-border-radius);color:var(--jp-gray-80);display:flex;gap:calc(var(--spacing-base)*3);justify-content:space-between;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);position:relative;text-align:left;width:100%}.msOlyh2T7D6uhbM6AROg a,.msOlyh2T7D6uhbM6AROg button{all:unset;color:var(--jp-gray-80);cursor:pointer}.msOlyh2T7D6uhbM6AROg a:after,.msOlyh2T7D6uhbM6AROg button:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.msOlyh2T7D6uhbM6AROg:focus-within{border-color:var(--jp-black)}.msOlyh2T7D6uhbM6AROg:focus-within .cPN7USVqSBpxUswfDtUZ,.msOlyh2T7D6uhbM6AROg:hover .cPN7USVqSBpxUswfDtUZ{transform:translateX(calc(var(--spacing-base)*2))}.msOlyh2T7D6uhbM6AROg:focus-within .EmnJAyEzzn1QpA8HtypY,.msOlyh2T7D6uhbM6AROg:hover .EmnJAyEzzn1QpA8HtypY{text-decoration:underline;text-decoration-thickness:2px}.EmnJAyEzzn1QpA8HtypY,.msOlyh2T7D6uhbM6AROg .EmnJAyEzzn1QpA8HtypY{font-weight:700}.cPN7USVqSBpxUswfDtUZ{fill:var(--jp-green-40);transition:transform .1s ease-out}.vV7YZikAz0oHYsuvtxMq{display:inline;margin:0 0 0 calc(var(--spacing-base)/3);vertical-align:middle}.vV7YZikAz0oHYsuvtxMq svg{position:relative;z-index:10}.T1YaMupeZmBIpXZHY9EZ{display:inline}.rigH8UdiDrmmSLQMUurD{background-color:var(--jp-white);border:1px solid var(--jp-gray-10);border-radius:var(--jp-border-radius);color:var(--jp-black);display:block;font-size:var(--font-body);letter-spacing:-.02em;line-height:1.5;padding:var(--spacing-base) calc(var(--spacing-base)*1.5);transition:box-shadow .1s ease-out;width:100%}.rigH8UdiDrmmSLQMUurD::placeholder{color:var(--jp-gray-20)}.rigH8UdiDrmmSLQMUurD:focus{box-shadow:0 0 0 2px var(--jp-green-5)}.rigH8UdiDrmmSLQMUurD:focus,.rigH8UdiDrmmSLQMUurD:hover:not(:disabled){border:1px solid var(--jp-green)}.rigH8UdiDrmmSLQMUurD:disabled{background-color:var(--jp-gray-0);color:var(--jp-gray-30)}.V8FDM08CpcwQs4UwN2nI{color:var(--jp-black);display:block;font-size:var(--font-title-small);font-weight:600;margin-bottom:var(--spacing-base)}.DM4b8iQ0ewvRYdIPxvZ8{max-width:calc(744px + var(--spacing-base)*6);width:100%}.bW6ZuNzJBYU5PVPktE2S{display:flex}.bW6ZuNzJBYU5PVPktE2S:not(:first-child){margin-top:calc(var(--spacing-base)*7)}.di3wjXHrX1rk_H6rlxKM{margin-right:calc(var(--spacing-base)*2);padding-top:calc(var(--spacing-base)/2)}@media(min-width:600px){.di3wjXHrX1rk_H6rlxKM{margin-right:calc(var(--spacing-base)*5)}}.IrzHnNkRvORtyCL0yiWa{width:100%}.sU82bpLEYPC9n_CFAKoz{align-items:center;display:flex}.ZZc0LldcbJpcftqCe43T .IrzHnNkRvORtyCL0yiWa{opacity:.5}.T17WOOJI7XHN7KRmYaCe>:last-child{margin-top:calc(var(--spacing-base)*2)}@media(min-width:600px){.T17WOOJI7XHN7KRmYaCe{display:flex;justify-content:space-between}}.typbjN2keZ97hj2TmuMC{display:flex;flex-wrap:wrap;margin-top:calc(var(--spacing-base)*2)}.UUXAN8VTAZY0h8t9rCHG{color:var(--jp-green-50);margin-right:calc(var(--spacing-base)/2)}.eFjcadLMEXY5O61vsTrx{color:var(--jp-gray-50)}.Tr5uYvclUiwlC5kuGk7E{color:var(--jp-red-50)}.zPZcNgYx2X5778nHHtlH{display:flex;flex-wrap:wrap}.lNtkRXnB1z_kYB28MUWq{color:var(--jp-gray-50)}.JgH5ykcLynEgqXYurT78{margin-right:calc(var(--spacing-base)/2)}.JgH5ykcLynEgqXYurT78,.xlWW0IoKZwTZt1Ti0tcQ{color:var(--jp-green-50)}.zhBcgCUGgyC7PvWk8ewB{margin-top:calc(var(--spacing-base)*3)}@media(min-width:600px){.zhBcgCUGgyC7PvWk8ewB{padding-left:calc(var(--spacing-base)*11)}}.mah_f2OWxZ3Vqt_jRFdR{margin-bottom:calc(var(--spacing-base)*4)}.pRMFiIODonlw4XMdNHaU{margin-bottom:calc(var(--spacing-base)*2);margin-top:calc(var(--spacing-base)*6)}.Ax2SmW57c0U5xOTjZuAA{margin:calc(var(--spacing-base)*-1) calc(var(--spacing-base)*-2)}.xGZeYQr0_nPJTFmd8pW4{align-items:center;border:1px solid var(--jp-gray-30);border-radius:4px;color:var(--jp-gray-30);display:flex;font-size:12px;height:21px;margin-bottom:calc(var(--spacing-base)*2);margin-left:var(--spacing-base);padding:calc(var(--spacing-base)/2)}.RYTIt8kwLbKcUbWOfG4g{padding:calc(var(--spacing-base)*3);width:304px}.BqXge2rIUP0a_74yvYbr{display:flex;justify-content:space-between}.Lr10UUCcSLF3T_0QqoPr{margin:calc(var(--spacing-base)*-1) calc(var(--spacing-base)*-3)}.Lr10UUCcSLF3T_0QqoPr:focus,.Lr10UUCcSLF3T_0QqoPr:focus:not(:disabled){box-shadow:none}.th_VukMuODIOVLC7oJo6{display:flex;justify-content:flex-end}.Gxtap1Zcl5X5UEHfSdQ4{color:var(--jp-gray-50)}.Gxtap1Zcl5X5UEHfSdQ4:before{background:var(--jp-gray-50);border-radius:50%;content:"";display:inline-block;height:8px;margin-right:var(--spacing-base);width:8px}.Gxtap1Zcl5X5UEHfSdQ4.dSfmCVUK_Ez7sxdqOIdy{color:var(--jp-green-40)}.Gxtap1Zcl5X5UEHfSdQ4.dSfmCVUK_Ez7sxdqOIdy:before{background:var(--jp-green-40)}.e6JXg_theht0XwCBgqdA{margin-bottom:calc(var(--spacing-base)*3);margin-top:calc(var(--spacing-base)*2)}.VHYulMcpzbr10HWR0iSE{align-items:flex-start;border:1px solid var(--jp-black);border-color:var(--jp-gray-5);border-left-width:6px;border-radius:4px;display:flex;font-size:var(--font-body);padding:24px 31px 27px 18px}.FGpSkMCiIHQjszcV0dbn{margin-right:20px}.FGpSkMCiIHQjszcV0dbn,.KoWZcCwhW13xvkEb0QON{height:calc(var(--spacing-base)*3);width:calc(var(--spacing-base)*3)}.KoWZcCwhW13xvkEb0QON{background-color:transparent;border:none;cursor:pointer;outline:none}@media screen and (max-width:600px){.VHYulMcpzbr10HWR0iSE{box-shadow:0 4px 8px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.06);padding-top:68px;position:relative}.FGpSkMCiIHQjszcV0dbn{left:24px;position:absolute;top:24px}.KoWZcCwhW13xvkEb0QON{position:absolute;right:24px;top:24px}}.smrfczkC53EaFM8OJUXs{flex-grow:1}.IKYRWoPwt9xOVEx1wzNS{font-weight:600;margin-bottom:8px}.qM0qY6mPYp1MPN54A3Kg{align-items:center;display:flex;margin-top:20px}.qM0qY6mPYp1MPN54A3Kg a,.qM0qY6mPYp1MPN54A3Kg a:active,.qM0qY6mPYp1MPN54A3Kg a:focus,.qM0qY6mPYp1MPN54A3Kg a:hover{color:var(--jp-black)}.qM0qY6mPYp1MPN54A3Kg>*{margin-right:24px}.A5YkDkkXuiYgavrY6Nux{border-left-color:var(--jp-red)}.A5YkDkkXuiYgavrY6Nux .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-red)}.cT5rwuPMZzWvi5o6shMl{border-left-color:var(--jp-yellow-20)}.cT5rwuPMZzWvi5o6shMl .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-yellow-20)}.yo0O3uvNomPsYUXFCpAS{border-left-color:var(--black)}.yo0O3uvNomPsYUXFCpAS .y_IPyP1wIAOhyNaqvXJq{fill:var(--black)}.oZdDFf1jBLkzn5ICCC6x{border-left-color:var(--jp-green)}.oZdDFf1jBLkzn5ICCC6x .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-green)}._Wc3apZobag_9Ag_THTb{display:flex;justify-content:space-between}.kdsaL7c4bpTwf_A4fIUT{padding-bottom:calc(var(--spacing-base)*6);padding-top:calc(var(--spacing-base)*6);text-align:center}.b0eN3as5AgxQW7EAkarg{margin-bottom:0}@keyframes rotate-spinner{to{transform:rotate(1turn)}}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid transparent;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-right-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.JiJhrZaThvWCpM2AfGen{border-radius:32px;flex-shrink:0;font-size:12px;font-style:normal;font-weight:600;line-height:16px;padding:calc(var(--spacing-base)/2);position:relative;text-align:center;width:60px}._7SGksgOpcPbHfPPpQTV{background:var(--jp-red-5);color:var(--jp-red-60)}.pGNquShR54adQ61sx3lP{background:var(--jp-yellow-5);color:var(--jp-yellow-60)}.IM5kkexAfwGLM6zz0Exd{background:var(--jp-gray-0);color:var(--jp-gray-50)}.NHzH3tt6CypjZ92CvK9x{border:1px solid var(--jp-gray);border-radius:var(--jp-border-radius);display:flex;padding:calc(var(--spacing-base)*2)}.NHzH3tt6CypjZ92CvK9x:first-of-type{border-top-left-radius:var(--jp-border-radius);border-top-right-radius:var(--jp-border-radius)}.NHzH3tt6CypjZ92CvK9x:last-of-type{border-bottom-left-radius:var(--jp-border-radius);border-bottom-right-radius:var(--jp-border-radius)}.NHzH3tt6CypjZ92CvK9x+.NHzH3tt6CypjZ92CvK9x{border-top:0}.D9zvYDUrOP_zwSm0yJMs{margin-right:calc(var(--spacing-base)*2);min-width:24px}._XISfmbjoVlqhB61hHYn{width:100%}.AQDPBnMZFu7BOBuo8mYW{font-size:18px;font-weight:600;line-height:24px;margin-bottom:0}.cZ9s5eCAZe3R82Y6Ru3z{color:var(--jp-gray-80);font-size:14px;line-height:21px}.AKnbWQiViZ2O_dwCV8Fw,.W6alQ2_S5Rh06djX9m27{align-self:center;margin-left:calc(var(--spacing-base)*2);margin-right:var(--spacing-base)}.uUEJGMrSV3XoBwX5xEwA{display:flex;justify-content:space-between}.sQkG5Cu80gPaeFj3L_wa{margin-bottom:calc(var(--spacing-base)*5)}.oIl6GCMeUnzE0inXbuj9{display:flex;justify-content:space-between}.RP2MVoGqaCFXPKZhhxQ1{margin-bottom:calc(var(--spacing-base)*5)}.YpEs8b7KE7fzVuXUbOEb{display:flex;justify-content:space-between}.EqpwvErHtRi_WQkJKgi1{border:1px solid var(--jp-gray);border-radius:var(--jp-border-radius);display:flex;margin-bottom:calc(var(--spacing-base)*3);padding:calc(var(--spacing-base)*2)}.EicvN1QaJu5OJLzdUN5A{margin-right:calc(var(--spacing-base)*2);min-width:24px}.b7ynAmUwGlxK_vxyIN0y{width:100%}.uSV9HYRxjL4S6zIZDlqP{font-size:18px;font-weight:600;line-height:24px;margin-bottom:0}.XpW8Mvw_XFEbqxUdw155{color:var(--jp-gray-80);font-size:14px;line-height:21px}.Fkj60BmQ5sUo9zHcJwVv{align-self:center;margin-left:calc(var(--spacing-base)*2);margin-right:var(--spacing-base)}.XLzPr74ad3osCq9kxy2q{display:flex;justify-content:space-between}.jNlU3vgp4xEGwmX5aTyK{background-color:var(--jp-gray-5)}.gE8s4nh3f7iGIBrFeyCT{list-style-type:disc;padding-left:calc(var(--spacing-base)*2.5)}.WtVEv641JBaLl929sZq2{align-items:flex-start;background-color:rgba(0,0,0,.25);bottom:0;display:flex;justify-content:center;left:0;padding-top:calc(var(--spacing-base)*12 + 2px);position:fixed;right:0;top:0;z-index:999999}.G0aPt7WmA1rkUE0wcTno{background:var(--jp-white);border:1px solid var(--jp-gray);border-radius:calc(var(--jp-border-radius)*2);box-shadow:0 8px 20px rgba(0,0,0,.25);padding:calc(var(--spacing-base)*4);position:relative;width:616px}.VkrhWjfEIlIwYEumycbP{background:none;border:none;cursor:pointer;padding:0;position:absolute;right:calc(var(--spacing-base)*3);top:calc(var(--spacing-base)*3)}.yFzeV4cmWRbZKk5tIyEw{display:block}.EU0Rvu4PDqVtnCAmbgHg{height:56px;margin-bottom:calc(var(--spacing-base)*8);width:48px}.EU0Rvu4PDqVtnCAmbgHg>svg{left:-40px;position:relative;top:-36px}.vzMlFr1AXWqefpRrb976{align-items:center;display:flex;justify-content:space-between;margin-bottom:calc(var(--spacing-base)*3)}.gYSOMa4xxLXmsNzvFPkW{width:100%}.hNJWdt5qmZkWYAH_vjIp{background-color:var(--jp-green-40);border-radius:calc(var(--spacing-base)*3);height:9px;transition:width .2s}.DHMUfGyHbl5BgD5vjxVz{color:var(--jp-gray-90);font-weight:600;line-height:24px;margin-left:auto;padding-left:var(--spacing-base)}.ZMBDiTLzs27F012iOsMK>:first-child{flex:1}@media(min-width:960px){.ZMBDiTLzs27F012iOsMK{align-items:center;display:flex}}.zI2DKzqRc1MhF6aq5eHt{align-items:center;color:var(--jp-black);display:flex}.iHgPFku9KaLz8FIQV1Qw{margin-left:-4px;margin-right:var(--spacing-base)}.xuIO_ubyDN6IGJ67NTlx{margin-top:calc(var(--spacing-base)*3)}@media(min-width:960px){.xuIO_ubyDN6IGJ67NTlx{margin-top:0}}.ctq2nQkzIfSoMkldF9t9{margin-top:calc(var(--spacing-base)*2);width:100%}@media(min-width:960px){.ctq2nQkzIfSoMkldF9t9{margin-left:calc(var(--spacing-base)*2);margin-top:0;width:auto}}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:var(--color-facebook);border-radius:50%!important}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:var(--color-twitter)}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:var(--color-linkedin)}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:var(--color-tumblr)}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:var(--color-mastodon)}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:var(--color-nextdoor)}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:var(--color-instagram)}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:var(--color-whatsapp)}.OtDl6kocO_m2s9sRHaqX{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:600px;width:100%}.BjwJh1S1YVPI7AjmTx6a+.BjwJh1S1YVPI7AjmTx6a{margin-top:calc(var(--spacing-base)*5)}.YWfK8VTp2wnByBauYPKg{background-color:var(--jp-gray-0);overflow-x:scroll;padding:calc(var(--spacing-base)*3)}.pkw2LnOTd8VvQ3oT8sXQ{justify-content:flex-end;margin-top:calc(var(--spacing-base)*3);padding-top:calc(var(--spacing-base)*3)}.ap6lG79CncSqdigJS_WA{margin-top:calc(var(--spacing-base)*4)}.uym7dGHhp6ifjF57yOAO{align-items:flex-end;display:flex;margin-bottom:calc(var(--spacing-base)*2.25)}.e_2eFTR8RyHwmfeqJL4F{flex:1;margin-bottom:0}.r4Id5qht2FD68jCAH2Cl{margin-left:calc(var(--spacing-base)*2)}.pkw2LnOTd8VvQ3oT8sXQ{border-top:1px solid var(--jp-gray);display:flex;justify-content:right;padding-top:calc(var(--spacing-base)*4);width:100%}.pkw2LnOTd8VvQ3oT8sXQ>:last-child{margin-left:calc(var(--spacing-base)*2)}.ZSZPabDoB8MVVPttP0tu{background-color:#fff;border:1px solid var(--jp-gray);border-bottom:none;color:var(--jp-gray-50);display:grid;grid-template-columns:repeat(9,1fr);padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);width:100%}.ZSZPabDoB8MVVPttP0tu>span:first-child{grid-column:1/7}.ZSZPabDoB8MVVPttP0tu>span:not(:first-child){text-align:center}.iJ_biSBRDribuNKX0Zuw{margin:calc(var(--spacing-base)*4) calc(var(--spacing-base)*8);text-align:center}.iJ_biSBRDribuNKX0Zuw>button span{color:var(--jp-gray-70);font-size:var(--font-body-small);font-weight:400}.iJ_biSBRDribuNKX0Zuw button:hover:not(:disabled){text-decoration-line:none}.iJ_biSBRDribuNKX0Zuw button:focus:not(:disabled){box-shadow:none}@media(max-width:599px){.uym7dGHhp6ifjF57yOAO{margin-bottom:calc(var(--spacing-base)*3)}.e_2eFTR8RyHwmfeqJL4F{display:none}.r4Id5qht2FD68jCAH2Cl{flex:1}.r4Id5qht2FD68jCAH2Cl:first-of-type{margin-left:0}.pkw2LnOTd8VvQ3oT8sXQ{justify-content:center}.pkw2LnOTd8VvQ3oT8sXQ>*{width:50%}}.x8UuVEhWucPfdq0hEJg6{border:1px solid var(--jp-gray);border-radius:var(--jp-border-radius)}.x8UuVEhWucPfdq0hEJg6>:not(:last-child){border-bottom:1px solid var(--jp-gray)}.eb6Ovfvm1yONz4mdOwbH{background-color:var(--jp-white)}.jF9LXpXR3TxZVDw7TVXT{align-items:center;background:none;border:none;box-sizing:border-box;cursor:pointer;display:grid;grid-template-columns:repeat(9,1fr);margin:0;outline-color:var(--jp-black);padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);text-align:start;width:100%}.jF9LXpXR3TxZVDw7TVXT>:first-of-type{grid-column:1/8}.jF9LXpXR3TxZVDw7TVXT>:last-of-type{grid-column:9}.jF9LXpXR3TxZVDw7TVXT:hover{background:var(--jp-gray-0)}.lNQgAfpwdAUSOLZd8dlD{align-items:center;display:flex;font-size:var(--font-body-small);font-weight:400}.WRQwDYPdffWznX158azR{margin-right:var(--spacing-base)}.dJx9pvlYjDnKn11n5wo8{font-weight:600;margin-bottom:var(--spacing-base);margin-left:calc(var(--spacing-base)*4)}.EKcbLuSblRc7UpzgsFXw{align-items:center}.ILMBWlMLcXc0n97IisrG{overflow:hidden;transform-origin:top center}.T8XIzCNJBQy1UETN5gjU{max-height:0;padding:0;transform:scaleY(0);transition:all .1s}.kWoHGiaZSbq9XJVyUOMC{max-height:1000px;padding:calc(var(--spacing-base)*4) calc(var(--spacing-base)*7);transform:scaleY(1);transition:max-height .3s,transform .2s}.HQgjxePFDRJHamBAGcVU{background-color:var(--jp-white);border-radius:var(--jp-border-radius);box-shadow:0 0 40px rgba(0,0,0,.08);margin:0;padding:var(--spacing-base) 0}.KtdsNIMumOoHNWMLmuAJ{align-items:center;display:flex;justify-content:space-between;margin:0;padding:calc(var(--spacing-base)*2);text-align:left}.KtdsNIMumOoHNWMLmuAJ.ewyV4ZGn34WDNXmK3ej2{cursor:pointer;outline-color:var(--jp-black)}.KtdsNIMumOoHNWMLmuAJ.ewyV4ZGn34WDNXmK3ej2:focus:not(.owofT85W_XvVdb5vr1GN),.KtdsNIMumOoHNWMLmuAJ.ewyV4ZGn34WDNXmK3ej2:hover:not(.owofT85W_XvVdb5vr1GN){background-color:var(--jp-gray-0)}.KtdsNIMumOoHNWMLmuAJ.owofT85W_XvVdb5vr1GN{background-color:var(--jp-black)}.KtdsNIMumOoHNWMLmuAJ.owofT85W_XvVdb5vr1GN .NESnw2xCLrBpP6WlYZL4{color:var(--jp-white)}.KtdsNIMumOoHNWMLmuAJ.owofT85W_XvVdb5vr1GN .aohnd_y_1lrMuww8NH63{fill:var(--jp-white)}.KtdsNIMumOoHNWMLmuAJ.owofT85W_XvVdb5vr1GN .Rnas_2_2_eLZSYfZ347E{background-color:var(--jp-red);border:1px solid var(--jp-red);color:var(--jp-white)}.NESnw2xCLrBpP6WlYZL4{align-items:center;display:flex;overflow-x:hidden;padding-right:var(--spacing-base)}.m4_14yNRByDyO9yf9pGg{display:block;overflow-x:hidden;text-overflow:ellipsis}.aohnd_y_1lrMuww8NH63{margin-right:calc(var(--spacing-base)*2)}.Rnas_2_2_eLZSYfZ347E{align-items:center;border:1px solid var(--jp-red-60);border-radius:50%;box-sizing:border-box;color:var(--jp-red-60);display:flex;justify-content:center;min-width:30px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.X8NRHUTBa_4wDvoHN9TT{fill:var(--jp-green-50)}.CsuOteurQlJm4IjXqyZ0{fill:var(--jp-gray-20)}.fvbewglUxEvV1o04yzzp{--icon-size:28px;--item-spacing:calc(var( --spacing-base )*2);--left-spacing:calc(var( --icon-size ) + var( --item-spacing ));list-style:none}.DINy59MKjwiQanaoDTiV{padding:calc(var(--spacing-base)*2)}.XoacHJljw8zRW_fkBSyg{padding:0}.mXM4WZRePVTa07dhQ6MD{margin-left:var(--left-spacing)}.sI3V8khLdCqxkhJQ_XnI{display:flex;justify-content:flex-start;padding:calc(var(--spacing-base)*2)}.hgdxMuIvZwTZ0sfXaols{padding:calc(var(--spacing-base)*2);width:250px}.UErHS2HAh1gszGfYuVIf{align-items:center;background-color:var(--jp-white);border:1px solid var(--jp-gray-10);border-radius:var(--jp-border-radius);display:flex;justify-content:space-between;padding:calc(var(--spacing-base)*2);width:100%}.lEhH1hvCcxLVFMHI8Gwv{display:flex;justify-content:flex-start}.c57Vj4QhAHwcK_HZMxtN{margin-right:var(--spacing-base)}.t5TwI3d3FnCJvFBlkmm5{display:block}.kSa6ERuVPsCMPXugb030{display:none}.LumryWNddoF092fZgN2O{font-size:var(--font-body);line-height:1.5}.NFMwU3H5k2qArZe2TTp9{background-color:var(--jp-gray-10);font-weight:600;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.G5W9M8qfo3sGl2OIbwg9{background-color:var(--jp-gray-0);display:flex;flex-direction:row;font-family:Courier\ 10 Pitch,Courier,monospace;overflow-x:scroll;white-space:pre}.Bx4RDCUR316fm_jgGS8N{background-color:var(--jp-gray-10);color:var(--jp-gray-50);display:flex;flex-direction:column;padding:0 var(--spacing-base);text-align:right}.GhN0JvAyRQI3SnVWp2Ot{display:flex;flex-direction:column;flex-grow:1;overflow-x:visible}.GhN0JvAyRQI3SnVWp2Ot del,.GhN0JvAyRQI3SnVWp2Ot div,.GhN0JvAyRQI3SnVWp2Ot ins{padding:0 var(--spacing-base);text-decoration:none}.GhN0JvAyRQI3SnVWp2Ot del{background-color:var(--jp-red-0);color:var(--jp-red-60)}.GhN0JvAyRQI3SnVWp2Ot ins{background-color:var(--jp-green-5);color:var(--jp-green-60)}.xpPHTch5ul0xuZaUoTNa{background-color:var(--jp-gray-0);display:flex;flex-direction:row;font-family:monospace;overflow-x:scroll;padding:0}.AMOpkL9LURkyTK8316cw{background-color:var(--jp-red-0)}.i0_0xMrNWoak1brIaDQq{display:flex;flex-direction:column;text-align:right}.C9fLawPLkMNSZthfwxj6{background-color:var(--jp-gray-10);color:var(--font-body);padding:0 calc(var(--spacing-base)/2)}.C9fLawPLkMNSZthfwxj6.AMOpkL9LURkyTK8316cw{background-color:var(--jp-red-50);color:var(--jp-white)}.ogixgg8fRGekmYGtevh1{display:flex;flex:1;flex-direction:column;overflow-x:visible;white-space:pre}.jYPCgKMDRKfT3vnx0mdG{padding-left:var(--spacing-base)}.UEQ1NqkrwNmaQR7qdEK3{background-color:var(--jp-red);border-radius:calc(var(--jp-border-radius)/2);color:var(--jp-white);padding:calc(var(--spacing-base)/4) calc(var(--spacing-base)/2)}.sfXsfklfkeSRtE9ivQwF{border:1px solid var(--jp-gray);border-radius:var(--jp-border-radius);display:inline-block;width:100%}.sfXsfklfkeSRtE9ivQwF>:not(:last-child){border-bottom:1px solid var(--jp-gray)}.ozRrKPlj1QFGUyd3oVke{background-color:var(--jp-white)}.PyvnSHQuuUkZvVsArigy{align-items:center;background:none;border:none;box-sizing:border-box;cursor:pointer;display:grid;grid-template-columns:repeat(9,1fr);margin:0;outline-color:var(--jp-black);padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);text-align:start;width:100%}.PyvnSHQuuUkZvVsArigy>:first-of-type{grid-column:1/7}.PyvnSHQuuUkZvVsArigy>:last-of-type{grid-column:9}.PyvnSHQuuUkZvVsArigy>:not(:first-child){margin:auto}.PyvnSHQuuUkZvVsArigy:hover{background:var(--jp-gray-0)}.u9Xod5s8bCRNj9MR1Drl{align-items:center;display:flex;font-size:var(--font-body-small);font-weight:400}.IbeyulkpO9kjYJ4OkYUD{margin-right:var(--spacing-base)}.KiCgmjHm2f0JDU3cMsgf{font-weight:600;margin-bottom:var(--spacing-base);margin-left:calc(var(--spacing-base)*4)}.kJ8t3FAtd5VAYjk31SfA{align-items:center}.JP0IJZcYRohfgntEozjm{overflow:hidden;transform-origin:top center}.y7c6zi2wjEnbW3F29fmP{max-height:0;padding:0;transform:scaleY(0);transition:all .1s}.wQWiN_J0SqgduvadyGnm{max-height:1000px;padding:calc(var(--spacing-base)*4) calc(var(--spacing-base)*7);transform:scaleY(1);transition:max-height .3s,transform .2s}.v1fUFCBPmd6miSCf_ehK{fill:var(--jp-green-40)}@media(max-width:599px){.PyvnSHQuuUkZvVsArigy{display:grid;grid-auto-rows:minmax(auto,auto)}.PyvnSHQuuUkZvVsArigy>:first-child{grid-column:1/8;grid-row:1}.PyvnSHQuuUkZvVsArigy>:nth-child(2){grid-row:2;padding-left:calc(var(--spacing-base)*4)}.PyvnSHQuuUkZvVsArigy>:nth-child(3){grid-row:2}.PyvnSHQuuUkZvVsArigy>:nth-child(3) span{margin-top:var(--spacing-base);position:absolute}.PyvnSHQuuUkZvVsArigy>:last-child{grid-column:10;grid-row:1/3}}.A6a9HOtaZnLUleNgxQrX{padding:calc(var(--spacing-base)*7) 0}.CGT5fOs6LDTFHWCAgIiT,.RFKxbzQ8N58qEyVO0yzW{align-items:center;display:flex}.RFKxbzQ8N58qEyVO0yzW{height:100%}.RFKxbzQ8N58qEyVO0yzW img{object-fit:cover;width:100%}.SvMuuouOkDt2sE0PAn_D{margin-top:calc(var(--spacing-base)*3 + 1px)}.urouayitSUT8zW0V3p_0{margin-bottom:0}.iXXJlk08gFDeCvsTTlNQ{border:1px solid var(--jp-gray);border-left:6px solid var(--jp-red-50);border-radius:var(--jp-border-radius);box-shadow:0 4px 8px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.06);box-sizing:border-box;color:var(--jp-gray-80);font-size:16px;line-height:22px;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3) calc(var(--spacing-base)*2) calc(var(--spacing-base)*3)}.iXXJlk08gFDeCvsTTlNQ.is-error{background-color:var(--jp-white)}.iXXJlk08gFDeCvsTTlNQ .components-notice__content{align-items:flex-start;display:flex;flex-direction:column;margin:0;padding:12px 4px}.iXXJlk08gFDeCvsTTlNQ .is-link{color:var(--jp-black);font-size:16px;font-weight:600}.iXXJlk08gFDeCvsTTlNQ .components-notice__dismiss{align-self:center}.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk,.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk:active,.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk:hover,.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk:visited{align-items:center;background:#000;border-radius:var(--jp-border-radius);color:var(--jp-white);cursor:pointer;font-size:16px;font-weight:600;justify-content:center;letter-spacing:-.01em;line-height:24px;margin-left:calc(var(--spacing-base)*2 + 24px);margin-top:24px;padding:8px 24px;text-decoration:none}.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk,.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk:active,.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk:hover,.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk:visited{margin-left:0;margin-top:0;white-space:nowrap}.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .components-notice__content{align-items:center;flex-direction:row}.e6hHy8BZ7ZKPSXbIC0UG{margin-bottom:25px}.jXz8LnXNzMDdtHqkG0sZ{display:flex;flex-grow:1;margin-right:var(--spacing-base)}.jXz8LnXNzMDdtHqkG0sZ>svg{align-self:flex-start;flex-shrink:0}.jXz8LnXNzMDdtHqkG0sZ .jp-components-spinner,.jXz8LnXNzMDdtHqkG0sZ>svg{margin-right:calc(var(--spacing-base)*2)}*,._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.js b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.js new file mode 100644 index 00000000..813fb279 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.js @@ -0,0 +1,47 @@ +/*! For license information please see index.js.LICENSE.txt */ +!function(){var e={9487:function(e,t,a){"use strict";a.d(t,{X:function(){return c}});const n={AED:{symbol:"د.إ.‏",grouping:",",decimal:".",precision:2},AFN:{symbol:"؋",grouping:",",decimal:".",precision:2},ALL:{symbol:"Lek",grouping:".",decimal:",",precision:2},AMD:{symbol:"֏",grouping:",",decimal:".",precision:2},ANG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AOA:{symbol:"Kz",grouping:",",decimal:".",precision:2},ARS:{symbol:"$",grouping:".",decimal:",",precision:2},AUD:{symbol:"A$",grouping:",",decimal:".",precision:2},AWG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AZN:{symbol:"₼",grouping:" ",decimal:",",precision:2},BAM:{symbol:"КМ",grouping:".",decimal:",",precision:2},BBD:{symbol:"Bds$",grouping:",",decimal:".",precision:2},BDT:{symbol:"৳",grouping:",",decimal:".",precision:0},BGN:{symbol:"лв.",grouping:" ",decimal:",",precision:2},BHD:{symbol:"د.ب.‏",grouping:",",decimal:".",precision:3},BIF:{symbol:"FBu",grouping:",",decimal:".",precision:0},BMD:{symbol:"$",grouping:",",decimal:".",precision:2},BND:{symbol:"$",grouping:".",decimal:",",precision:0},BOB:{symbol:"Bs",grouping:".",decimal:",",precision:2},BRL:{symbol:"R$",grouping:".",decimal:",",precision:2},BSD:{symbol:"$",grouping:",",decimal:".",precision:2},BTC:{symbol:"Ƀ",grouping:",",decimal:".",precision:2},BTN:{symbol:"Nu.",grouping:",",decimal:".",precision:1},BWP:{symbol:"P",grouping:",",decimal:".",precision:2},BYR:{symbol:"р.",grouping:" ",decimal:",",precision:2},BZD:{symbol:"BZ$",grouping:",",decimal:".",precision:2},CAD:{symbol:"C$",grouping:",",decimal:".",precision:2},CDF:{symbol:"FC",grouping:",",decimal:".",precision:2},CHF:{symbol:"CHF",grouping:"'",decimal:".",precision:2},CLP:{symbol:"$",grouping:".",decimal:",",precision:2},CNY:{symbol:"¥",grouping:",",decimal:".",precision:2},COP:{symbol:"$",grouping:".",decimal:",",precision:2},CRC:{symbol:"₡",grouping:".",decimal:",",precision:2},CUC:{symbol:"CUC",grouping:",",decimal:".",precision:2},CUP:{symbol:"$MN",grouping:",",decimal:".",precision:2},CVE:{symbol:"$",grouping:",",decimal:".",precision:2},CZK:{symbol:"Kč",grouping:" ",decimal:",",precision:2},DJF:{symbol:"Fdj",grouping:",",decimal:".",precision:0},DKK:{symbol:"kr.",grouping:"",decimal:",",precision:2},DOP:{symbol:"RD$",grouping:",",decimal:".",precision:2},DZD:{symbol:"د.ج.‏",grouping:",",decimal:".",precision:2},EGP:{symbol:"ج.م.‏",grouping:",",decimal:".",precision:2},ERN:{symbol:"Nfk",grouping:",",decimal:".",precision:2},ETB:{symbol:"ETB",grouping:",",decimal:".",precision:2},EUR:{symbol:"€",grouping:".",decimal:",",precision:2},FJD:{symbol:"FJ$",grouping:",",decimal:".",precision:2},FKP:{symbol:"£",grouping:",",decimal:".",precision:2},GBP:{symbol:"£",grouping:",",decimal:".",precision:2},GEL:{symbol:"Lari",grouping:" ",decimal:",",precision:2},GHS:{symbol:"₵",grouping:",",decimal:".",precision:2},GIP:{symbol:"£",grouping:",",decimal:".",precision:2},GMD:{symbol:"D",grouping:",",decimal:".",precision:2},GNF:{symbol:"FG",grouping:",",decimal:".",precision:0},GTQ:{symbol:"Q",grouping:",",decimal:".",precision:2},GYD:{symbol:"G$",grouping:",",decimal:".",precision:2},HKD:{symbol:"HK$",grouping:",",decimal:".",precision:2},HNL:{symbol:"L.",grouping:",",decimal:".",precision:2},HRK:{symbol:"kn",grouping:".",decimal:",",precision:2},HTG:{symbol:"G",grouping:",",decimal:".",precision:2},HUF:{symbol:"Ft",grouping:".",decimal:",",precision:0},IDR:{symbol:"Rp",grouping:".",decimal:",",precision:0},ILS:{symbol:"₪",grouping:",",decimal:".",precision:2},INR:{symbol:"₹",grouping:",",decimal:".",precision:2},IQD:{symbol:"د.ع.‏",grouping:",",decimal:".",precision:2},IRR:{symbol:"﷼",grouping:",",decimal:"/",precision:2},ISK:{symbol:"kr.",grouping:".",decimal:",",precision:0},JMD:{symbol:"J$",grouping:",",decimal:".",precision:2},JOD:{symbol:"د.ا.‏",grouping:",",decimal:".",precision:3},JPY:{symbol:"¥",grouping:",",decimal:".",precision:0},KES:{symbol:"S",grouping:",",decimal:".",precision:2},KGS:{symbol:"сом",grouping:" ",decimal:"-",precision:2},KHR:{symbol:"៛",grouping:",",decimal:".",precision:0},KMF:{symbol:"CF",grouping:",",decimal:".",precision:2},KPW:{symbol:"₩",grouping:",",decimal:".",precision:0},KRW:{symbol:"₩",grouping:",",decimal:".",precision:0},KWD:{symbol:"د.ك.‏",grouping:",",decimal:".",precision:3},KYD:{symbol:"$",grouping:",",decimal:".",precision:2},KZT:{symbol:"₸",grouping:" ",decimal:"-",precision:2},LAK:{symbol:"₭",grouping:",",decimal:".",precision:0},LBP:{symbol:"ل.ل.‏",grouping:",",decimal:".",precision:2},LKR:{symbol:"₨",grouping:",",decimal:".",precision:0},LRD:{symbol:"L$",grouping:",",decimal:".",precision:2},LSL:{symbol:"M",grouping:",",decimal:".",precision:2},LYD:{symbol:"د.ل.‏",grouping:",",decimal:".",precision:3},MAD:{symbol:"د.م.‏",grouping:",",decimal:".",precision:2},MDL:{symbol:"lei",grouping:",",decimal:".",precision:2},MGA:{symbol:"Ar",grouping:",",decimal:".",precision:0},MKD:{symbol:"ден.",grouping:".",decimal:",",precision:2},MMK:{symbol:"K",grouping:",",decimal:".",precision:2},MNT:{symbol:"₮",grouping:" ",decimal:",",precision:2},MOP:{symbol:"MOP$",grouping:",",decimal:".",precision:2},MRO:{symbol:"UM",grouping:",",decimal:".",precision:2},MTL:{symbol:"₤",grouping:",",decimal:".",precision:2},MUR:{symbol:"₨",grouping:",",decimal:".",precision:2},MVR:{symbol:"MVR",grouping:",",decimal:".",precision:1},MWK:{symbol:"MK",grouping:",",decimal:".",precision:2},MXN:{symbol:"MX$",grouping:",",decimal:".",precision:2},MYR:{symbol:"RM",grouping:",",decimal:".",precision:2},MZN:{symbol:"MT",grouping:",",decimal:".",precision:0},NAD:{symbol:"N$",grouping:",",decimal:".",precision:2},NGN:{symbol:"₦",grouping:",",decimal:".",precision:2},NIO:{symbol:"C$",grouping:",",decimal:".",precision:2},NOK:{symbol:"kr",grouping:" ",decimal:",",precision:2},NPR:{symbol:"₨",grouping:",",decimal:".",precision:2},NZD:{symbol:"NZ$",grouping:",",decimal:".",precision:2},OMR:{symbol:"﷼",grouping:",",decimal:".",precision:3},PAB:{symbol:"B/.",grouping:",",decimal:".",precision:2},PEN:{symbol:"S/.",grouping:",",decimal:".",precision:2},PGK:{symbol:"K",grouping:",",decimal:".",precision:2},PHP:{symbol:"₱",grouping:",",decimal:".",precision:2},PKR:{symbol:"₨",grouping:",",decimal:".",precision:2},PLN:{symbol:"zł",grouping:" ",decimal:",",precision:2},PYG:{symbol:"₲",grouping:".",decimal:",",precision:2},QAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},RON:{symbol:"lei",grouping:".",decimal:",",precision:2},RSD:{symbol:"Дин.",grouping:".",decimal:",",precision:2},RUB:{symbol:"₽",grouping:" ",decimal:",",precision:2},RWF:{symbol:"RWF",grouping:" ",decimal:",",precision:2},SAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},SBD:{symbol:"S$",grouping:",",decimal:".",precision:2},SCR:{symbol:"₨",grouping:",",decimal:".",precision:2},SDD:{symbol:"LSd",grouping:",",decimal:".",precision:2},SDG:{symbol:"£‏",grouping:",",decimal:".",precision:2},SEK:{symbol:"kr",grouping:",",decimal:".",precision:2},SGD:{symbol:"S$",grouping:",",decimal:".",precision:2},SHP:{symbol:"£",grouping:",",decimal:".",precision:2},SLL:{symbol:"Le",grouping:",",decimal:".",precision:2},SOS:{symbol:"S",grouping:",",decimal:".",precision:2},SRD:{symbol:"$",grouping:",",decimal:".",precision:2},STD:{symbol:"Db",grouping:",",decimal:".",precision:2},SVC:{symbol:"₡",grouping:",",decimal:".",precision:2},SYP:{symbol:"£",grouping:",",decimal:".",precision:2},SZL:{symbol:"E",grouping:",",decimal:".",precision:2},THB:{symbol:"฿",grouping:",",decimal:".",precision:2},TJS:{symbol:"TJS",grouping:" ",decimal:";",precision:2},TMT:{symbol:"m",grouping:" ",decimal:",",precision:0},TND:{symbol:"د.ت.‏",grouping:",",decimal:".",precision:3},TOP:{symbol:"T$",grouping:",",decimal:".",precision:2},TRY:{symbol:"TL",grouping:".",decimal:",",precision:2},TTD:{symbol:"TT$",grouping:",",decimal:".",precision:2},TVD:{symbol:"$T",grouping:",",decimal:".",precision:2},TWD:{symbol:"NT$",grouping:",",decimal:".",precision:2},TZS:{symbol:"TSh",grouping:",",decimal:".",precision:2},UAH:{symbol:"₴",grouping:" ",decimal:",",precision:2},UGX:{symbol:"USh",grouping:",",decimal:".",precision:2},USD:{symbol:"$",grouping:",",decimal:".",precision:2},UYU:{symbol:"$U",grouping:".",decimal:",",precision:2},UZS:{symbol:"сўм",grouping:" ",decimal:",",precision:2},VEB:{symbol:"Bs.",grouping:",",decimal:".",precision:2},VEF:{symbol:"Bs. F.",grouping:".",decimal:",",precision:2},VND:{symbol:"₫",grouping:".",decimal:",",precision:1},VUV:{symbol:"VT",grouping:",",decimal:".",precision:0},WST:{symbol:"WS$",grouping:",",decimal:".",precision:2},XAF:{symbol:"F",grouping:",",decimal:".",precision:2},XCD:{symbol:"$",grouping:",",decimal:".",precision:2},XOF:{symbol:"F",grouping:" ",decimal:",",precision:2},XPF:{symbol:"F",grouping:",",decimal:".",precision:2},YER:{symbol:"﷼",grouping:",",decimal:".",precision:2},ZAR:{symbol:"R",grouping:" ",decimal:",",precision:2},ZMW:{symbol:"ZK",grouping:",",decimal:".",precision:2},WON:{symbol:"₩",grouping:",",decimal:".",precision:2}};function c(e){return n[e]||{symbol:"$",grouping:",",decimal:".",precision:2}}},8899:function(e,t,a){"use strict";a.d(t,{LR:function(){return r}});var n=a(9487),c=a(2003);function r(e,t,a={}){const r=(0,n.X)(t);if(!r||isNaN(e))return null;const{decimal:l,grouping:i,precision:o,symbol:s}={...r,...a},u=e<0?"-":"",m=Math.abs(e),p=Math.floor(m);return{sign:u,symbol:s,integer:(0,c.Z)(m,o,l,i).split(l)[0],fraction:o>0?(0,c.Z)(m-p,o,l,i).slice(1):""}}},2003:function(e,t,a){"use strict";function n(e,t=0,a=".",n=","){const c=(e+"").replace(/[^0-9+\-Ee.]/g,""),r=isFinite(+c)?+c:0,l=isFinite(+t)?Math.abs(t):0,i=(l?function(e,t){const a=Math.pow(10,t);return""+(Math.round(e*a)/a).toFixed(t)}(r,l):""+Math.round(r)).split(".");return i[0].length>3&&(i[0]=i[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,n)),(i[1]||"").length{"%%"!==e&&(n++,"%c"===e&&(c=n))})),t.splice(c,0,a)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=a(1741)(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},1741:function(e,t,a){e.exports=function(e){function t(e){let a,c,r,l=null;function i(...e){if(!i.enabled)return;const n=i,c=Number(new Date),r=c-(a||c);n.diff=r,n.prev=a,n.curr=c,a=c,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let l=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((a,c)=>{if("%%"===a)return"%";l++;const r=t.formatters[c];if("function"==typeof r){const t=e[l];a=r.call(n,t),e.splice(l,1),l--}return a})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return i.namespace=e,i.useColors=t.useColors(),i.color=t.selectColor(e),i.extend=n,i.destroy=t.destroy,Object.defineProperty(i,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==l?l:(c!==t.namespaces&&(c=t.namespaces,r=t.enabled(e)),r),set:e=>{l=e}}),"function"==typeof t.init&&t.init(i),i}function n(e,a){const n=t(this.namespace+(void 0===a?":":a)+e);return n.log=this.log,n}function c(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(c),...t.skips.map(c).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let a;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const n=("string"==typeof e?e:"").split(/[\s,]+/),c=n.length;for(a=0;a{t[a]=e[a]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let a=0;for(let t=0;t1&&void 0!==arguments[1]?arguments[1]:{},a=e.split(/\r\n|[\n\v\f\r\x85]/),n=e.match(/\r\n|[\n\v\f\r\x85]/g)||[],c=[],r=0;function l(){var e={};for(c.push(e);r=0&&(t.hash=e.substr(a),e=e.substr(0,a));var n=e.indexOf("?");n>=0&&(t.search=e.substr(n),e=e.substr(0,n)),e&&(t.pathname=e)}return t}},1494:function(e,t){"use strict";t.Z={"admin-page":"sexr0jUxC1jVixdKiDnC",background:"vKQ11sLeAM45M04P1ccj"}},281:function(e,t){"use strict";t.Z={"section-hero":"vMa4i_Dza2t5Zi_Bw9Nf"}},3466:function(e,t){"use strict";t.Z={button:"zI5tJ_qhWE6Oe6Lk75GY","is-icon-button":"tuBt2DLqimiImoqVzPqo",small:"Na39I683LAaSA99REg14",normal:"ipS7tKy9GntCS4R3vekF",icon:"paGLQwtPEaJmtArCcmyK",regular:"lZAo6_oGfclXOO9CC6Rd","full-width":"xJDOiJxTt0R_wSl8Ipz_",loading:"q_tVWqMjl39RcY6WtQA6","external-icon":"CDuBjJp_8jxzx5j6Nept"}},1489:function(e,t){"use strict";t.Z={cut:"msOlyh2T7D6uhbM6AROg",icon:"cPN7USVqSBpxUswfDtUZ",cta:"EmnJAyEzzn1QpA8HtypY",iconContainer:"vV7YZikAz0oHYsuvtxMq",description:"T1YaMupeZmBIpXZHY9EZ"}},5785:function(){},1275:function(){},5612:function(e,t){"use strict";t.Z={"star-icon":"cuoSlhSNrqf1dozY22Xb",jetpack:"lAIiifeLMmZAPlQ9n9ZR","checkmark-icon":"JLquNpQVlysAamuh5lJO",socialIcon:"cbOwD8Y4tFjwimmtchQI",facebook:"aHOlEBGD5EA8NKRw3xTw",instagram:"cL3m0xBYTYhIKI7lCqDB",twitter:"af4Y_zItXvLAOEoSDPSv",linkedin:"f68aqF3XSD1OBvXR1get",tumblr:"xFI0dt3UiXRlRQdqPWkx",google:"q7JEoyymveP6kF747M43",mastodon:"DKOBOTVmTLbh26gUH_73",nextdoor:"n5XodNsuMfMAAvqHFmbw",whatsapp:"fftumuc_lJ6v0tq4UMVR"}},9054:function(){},3247:function(e,t){"use strict";t.Z={sm:"(max-width: 599px)",md:"(min-width: 600px) and (max-width: 959px)",lg:"(min-width: 960px)"}},3080:function(e,t){"use strict";t.Z={sm:"(max-width: 599px)",md:"(min-width: 600px) and (max-width: 959px)",lg:"(min-width: 960px)",smCols:"4",mdCols:"8",lgCols:"12","col-sm-1":"RuVLl3q4lxTQa3wbhBJB","col-sm-1-start":"f9LZTRG4MMK42rS89afW","col-sm-1-end":"bHe_zKxjjpUwHw_MdYE1","col-sm-2":"QZbNrOqE2aNSn50xVhpU","col-sm-2-start":"ev7W3z7zVYPeHAlYqZjf","col-sm-2-end":"NJWd1m_e7lOiPYru2ZMP","col-sm-3":"Xc6nt1Qc1DI0Z2A3gt1r","col-sm-3-start":"UIcN_GXiPRoIsin8Kohg","col-sm-3-end":"GRKCyqb5LufCSCgykKFc","col-sm-4":"i_qTq8gqhhC3vIUepVRB","col-sm-4-start":"G3qaZ3Jpbvam_1XvGxgc","col-sm-4-end":"VRCNYKZtO9zukEwmgP1y","col-md-1":"tRm008K_WJL79WoNZTNL","col-md-1-start":"l5T2P_bgKts4tdaRkS1d","col-md-1-end":"zOCxfLZpF6BlgC7a_Yq1","col-md-2":"F80DdgVn0m5OpvtSQWka","col-md-2-start":"oI1c7JYfiJtMQHbhngtU","col-md-2-end":"pMQtA_4jh1_1lVknqEP5","col-md-3":"VenqMpdgyKQVUNNQcfqd","col-md-3-start":"seNYL99uoczf9V4MxBxT","col-md-3-end":"YKfF1HFhI9KygA5l3b2J","col-md-4":"yAi0Cv1xDWkoqsaUhvhR","col-md-4-start":"ubhnyZOnkgxNhh6XtVWv","col-md-4-end":"RGOPGQbWMJ9Ei5oFxS7X","col-md-5":"Sz1E2aWbX483ijdi6yge","col-md-5-start":"tku6_bRYrX9tMbgYGmIl","col-md-5-end":"b5JHttOhSEcI1WBlqAjk","col-md-6":"FboSx5MoKTAWbxXyYlCw","col-md-6-start":"Jhs8yEEmodG30edbJvag","col-md-6-end":"IpzbbKVqEqPcfIGkXkwt","col-md-7":"mhCPwfAZ4Kmm_empzJAq","col-md-7-start":"x034ilrJF7rO9UJB2rI1","col-md-7-end":"Wt8t2e16viRrOJ1lLA5v","col-md-8":"S6pIrEy9AMLKx9bgh_Ae","col-md-8-start":"kEfI4tGyuWfHTlRnvIab","col-md-8-end":"PUzX4RRsKq1dnsz3gebS","col-lg-1":"X_pdcLJikd8LS_YAdJlB","col-lg-1-start":"tl936d14Huby4khYp05X","col-lg-1-end":"hnge0LnR69d3NXEtEE1t","col-lg-2":"fj0NUMuyZQcPNgKcjp5Z","col-lg-2-start":"R2ncBX7a2NigdYCcV1OX","col-lg-2-end":"t8vMSDVYno9k9itRwnXb","col-lg-3":"wsDuEN2GqHx6qzo8dUdk","col-lg-3-start":"cIEVPUweWtLBy3xaXnMx","col-lg-3-end":"fajUWBwu1m2B479j3jmz","col-lg-4":"YR0c7fQTgMkDdWzwSyLp","col-lg-4-start":"xlwp8BmplxkKNMI7gamo","col-lg-4-end":"_C4O1w9DUqx1m3gPf8aA","col-lg-5":"Z54F1hAErckAIrKlxnXW","col-lg-5-start":"ezSDWkRHmKSxDJXxuiOH","col-lg-5-end":"T0ChoeAjGJjkkNrYhD4g","col-lg-6":"qtMoMPF6yHvGJnWHSsde","col-lg-6-start":"gdoywN5VPiWERfIBqkph","col-lg-6-end":"wUev_VH5uf_pwFFlbnAU","col-lg-7":"egIPDFJsOpownTClq9XP","col-lg-7-start":"yGhp9yoAW7k0kQik9AB7","col-lg-7-end":"SJ43U9mR5wUg5V2qBeQA","col-lg-8":"cTuyHfMwSUJxN_HdIEgd","col-lg-8-start":"smCr8DaIagcumdvdldiK","col-lg-8-end":"T03NHzQJvzwL6wAfIiTL","col-lg-9":"pMvxM3RJGjqyNdf9qg1Y","col-lg-9-start":"iIVpNRwEnQ_JI5gpp9EN","col-lg-9-end":"ZbQ4u4vGSX5rJOje4uGL","col-lg-10":"gKb5wuIDAlKGbrjK2vxy","col-lg-10-start":"Z7pINdImE2WJiYnZBTqm","col-lg-10-end":"ZTxp6qpvwurMdOnLLSz1","col-lg-11":"NnQTlbfnxPDR6cQ7rygg","col-lg-11-start":"O137wZd6Yl0olSA9PsXR","col-lg-11-end":"zf2OJtQ2MPz6SDoh6CB0","col-lg-12":"U3H6UHW6HqRt9hdzVg3O","col-lg-12-start":"zynnNeS_ZBTxABcVpUQH","col-lg-12-end":"vI8tltFZtFUNAy9Iag9s"}},8730:function(e,t){"use strict";t.Z={sm:"(max-width: 599px)",md:"(min-width: 600px) and (max-width: 959px)",lg:"(min-width: 960px)",container:"SqdhUZkXCRuIpErj1B3z",fluid:"OZC_9a1LhpWF9dv15Gdh"}},7703:function(e,t){"use strict";t.Z={container:"VHYulMcpzbr10HWR0iSE","icon-wrapper":"FGpSkMCiIHQjszcV0dbn","close-button":"KoWZcCwhW13xvkEb0QON","main-content":"smrfczkC53EaFM8OJUXs",title:"IKYRWoPwt9xOVEx1wzNS","action-bar":"qM0qY6mPYp1MPN54A3Kg","is-error":"A5YkDkkXuiYgavrY6Nux",icon:"y_IPyP1wIAOhyNaqvXJq","is-warning":"cT5rwuPMZzWvi5o6shMl","is-info":"yo0O3uvNomPsYUXFCpAS","is-success":"oZdDFf1jBLkzn5ICCC6x"}},9929:function(e,t){"use strict";t.Z={container:"p4qz2tkq0p9hxucJ6Qk2",table:"lbNDyXioOwvyvbALtCBm","is-viewport-large":"s2Lsn4kbm6BrS3DSndRB",card:"cLaNK_XcbTGlRQ4Tp43Q","is-primary":"CYt1X0eH1icRjhtJ28jx",header:"DAkZc1P9A3K12fjEliMg",item:"WUBuYABl8nymjs9NnCEL","last-feature":"ANtCFeb41NhA8PA3H7ZN",value:"Ql2gy_148yW8Vw5vhaKD",icon:"EAQrAnQEW1z1BfdY5gbC","icon-check":"JDSTlLoOC_4aUoH2oNM2","icon-cross":"zNdQRJ1w7BvaQOYyqzHK",popover:"lr7vbX95SKtoe7DarJcZ","popover-icon":"KRrGp2xdkeBOxLZeuQ6X",tos:"H_ZJiRVJg0LiMXPGOcmt","tos-container":"x21z_DixObRDsDaWotP1"}},9184:function(e,t){"use strict";t.Z={container:"dovianZYLKhnbnh9I06o","price-container":"lljtQMhW7lq5tE5SDJEf","promo-label":"NubApIV1vQCRUNprfm6b",price:"dhFQXpZfMwVI8vuYHnwC","is-not-off-price":"eD7hzxFmdtG_MgmBtl_k",footer:"C64ZjjUAqJC1T2Sa7apS",legend:"UpZDGew6Ay1hPoP6eI7b",symbol:"TDiiPbuW1Z0_05u_pvcK"}},1683:function(){},7920:function(){},3280:function(e,t){"use strict";t.Z={reset:"WQVtrU6q0L1Igcj7wCrQ","headline-medium":"UujoBFTnQNY2cWU2SIsH","headline-small":"TeGO5V_thHw5lDAm1_2M","headline-small-regular":"WolQzb2MsSgiNmLtc7_j","title-medium":"hUB0JT8p1T2Hw28N6qC8","title-medium-semi-bold":"gKZWDv5chz3_O3Syp74H","title-small":"zY2No8Ga4b8shbOQGhnv",body:"tIj0D1t8Cc892ikmgFPZ","body-small":"KdcN0BnOaVeVhyLRKqhS","body-extra-small":"dso3Rh3tl3Xv1GumBktz","body-extra-small-bold":"mQ1UlbN9u4Mg9byO8m7v",label:"PItlW5vRExLnTj4a8eLE","m-0":"TwRpPlktzxhmFVeua7P5","mx-0":"zVfqx7gyb3o9mxfGynn1","my-0":"iSHVzNiB9iVleGljaQxy","mt-0":"xqDIp6cNVr_E6RXaiPyD","mr-0":"S8EwaXk1kyPizt6x4WH2","mb-0":"ODX5Vr1TARoLFkDDFooD","ml-0":"cphJ8dCpfimnky7P2FHg","m-1":"PFgIhNxIyiSuNvQjAIYj","mx-1":"M2jKmUzDxvJjjVEPU3zn","my-1":"io15gAh8tMTNbSEfwJKk","mt-1":"rcTN5uw9xIEeMEGL3Xi_","mr-1":"CQSkybjq2TcRM1Xo9COV","mb-1":"hfqOWgq6_MEGdFE82eOY","ml-1":"I8MxZQYTbuu595yfesWA","m-2":"kQkc6rmdpvLKPkyoJtVQ","mx-2":"j6vFPxWuu4Jan2ldoxpp","my-2":"hqr39dC4H_AbactPAkCG","mt-2":"c3dQnMi16C6J6Ecy4283","mr-2":"YNZmHOuRo6hU7zzKfPdP","mb-2":"Db8lbak1_wunpPk8NwKU","ml-2":"ftsYE5J9hLzquQ0tA5dY","m-3":"Det4MHzLUW7EeDnafPzq","mx-3":"h_8EEAztC29Vve1datb5","my-3":"YXIXJ0h1k47u6hzK8KcM","mt-3":"soADBBkcIKCBXzCTuV9_","mr-3":"zSX59ziEaEWGjnpZa4uV","mb-3":"yrVTnq_WBMbejg89c2ZQ","ml-3":"UKtHPJnI2cXBWtPDm5hM","m-4":"guexok_Tqd5Tf52hRlbT","mx-4":"oS1E2KfTBZkJ3F0tN7T6","my-4":"DN1OhhXi6AoBgEdDSbGd","mt-4":"ot2kkMcYHv53hLZ4LSn0","mr-4":"A1krOZZhlQ6Sp8Cy4bly","mb-4":"pkDbXXXL32237M0hokEh","ml-4":"XXv4kDTGvEnQeuGKOPU3","m-5":"yGqHk1a57gaISwkXwXe6","mx-5":"X8cghM358X3DkXLc9aNK","my-5":"GdfSmGwHlFnN2S6xBn1f","mt-5":"yqeuzwyGQ7zG0avrGqi_","mr-5":"g9emeCkuHvYhveiJbfXO","mb-5":"Lvk3dqcyHbZ07QCRlrUQ","ml-5":"r3yQECDQ9qX0XZzXlVAg","m-6":"aQhlPwht2Cz1X_63Miw0","mx-6":"JyHb0vK3wJgpblL9s5j8","my-6":"cY2gULL1lAv6WPNIRuf3","mt-6":"NBWQ9Lwhh_fnry3lg_p7","mr-6":"yIOniNe5E40C8fWvBm5V","mb-6":"t30usboNSyqfQWIwHvT3","ml-6":"Nm_TyFkYCMhOoghoToKJ","m-7":"C4qJKoBXpgKtpmrqtEKB","mx-7":"S93Srbu6NQ_PBr7DmTiD","my-7":"fJj8k6gGJDks3crUZxOS","mt-7":"cW6D6djs7Ppm7fD7TeoV","mr-7":"DuCnqNfcxcP3Z__Yo5Ro","mb-7":"im8407m2fw5vOg7O2zsw","ml-7":"G0fbeBgvz2sh3uTP9gNl","m-8":"kvW3sBCxRxUqz1jrVMJl","mx-8":"tOjEqjLONQdkiYx_XRnw","my-8":"op5hFSx318zgxsoZZNLN","mt-8":"c9WfNHP6TFKWIfLxv52J","mr-8":"sBA75QqcqRwwYSHJh2wc","mb-8":"GpL6idrXmSOM6jB8Ohsf","ml-8":"HbtWJoQwpgGycz8dGzeT","p-0":"uxX3khU88VQ_Ah49Ejsa","px-0":"KX0FhpBKwKzs9fOUdbNz","py-0":"PfK8vKDyN32dnimlzYjz","pt-0":"emxLHRjQuJsImnPbQIzE","pr-0":"kJ8WzlpTVgdViXt8ukP9","pb-0":"tg_UIUI11VBzrTAn2AzJ","pl-0":"uczvl8kaz84oPQJ2DB2R","p-1":"o7UHPcdVK3lt7q3lqV4o","px-1":"IDqEOxvDoYrFYxELPmtX","py-1":"DdywPW2qSYlu2pt8tpO2","pt-1":"npy3hw4A5QSkDicb2CJJ","pr-1":"LgbptTApNY5NwLQvEFAt","pb-1":"WZQy2SZuZso59bUsXXyl","pl-1":"o331apInxNunbYB3SfPE","p-2":"fMPIyD9Vqki1Lrc_yJnG","px-2":"i2pMcTcdrr10IQoiSm_L","py-2":"eA702gn32kwptiI1obXH","pt-2":"o9bGieUKcYc8o0Ij9oZX","pr-2":"SwZcFez1RDqWsOFjB5iG","pb-2":"eHpLc_idmuEqeqCTvqkN","pl-2":"vU39i2B4P1fUTMB2l6Vo","p-3":"JHWNzBnE29awhdu5BEh1","px-3":"X72lGbb56L3KFzC2xQ9N","py-3":"BzfNhRG8wXdCEB5ocQ6e","pt-3":"srV0KSDC83a2fiimSMMQ","pr-3":"lUWfkmbQjCskhcNwkyCm","pb-3":"Ts0dIlc3aTSL7V4cIHis","pl-3":"CzlqQXXhX6MvorArFZ8B","p-4":"TqMPkQtR_DdZuKb5vBoV","px-4":"a7UrjhI69Vetlcj9ZVzz","py-4":"StEhBzGs2Gi5dDEkjhAv","pt-4":"FGneZfZyvYrt1dG0zcnm","pr-4":"APEH216rpdlJWgD2fHc8","pb-4":"oGwXC3ohCic9XnAj6x69","pl-4":"U6gnT9y42ViPNOcNzBwb","p-5":"IpdRLBwnHqbqFrixgbYC","px-5":"HgNeXvkBa9o3bQ5fvFZm","py-5":"tJtFZM3XfPG9v9TSDfN1","pt-5":"PdifHW45QeXYfK568uD8","pr-5":"mbLkWTTZ0Za_BBbFZ5b2","pb-5":"vVWpZpLlWrkTt0hMk8XU","pl-5":"RxfaJj5a1Nt6IavEo5Zl","p-6":"SppJULDGdnOGcjZNCYBy","px-6":"palY2nLwdoyooPUm9Hhk","py-6":"WYw1JvZC0ppLdvSAPhr_","pt-6":"YEEJ9b90ueQaPfiU8aeN","pr-6":"QE0ssnsKvWJMqlhPbY5u","pb-6":"n8yA3jHlMRyLd5UIfoND","pl-6":"tXHmxYnHzbwtfxEaG51n","p-7":"kBTsPKkO_3g_tLkj77Um","px-7":"RyhrFx6Y1FGDrGAAyaxm","py-7":"CBwRpB0bDN3iEdQPPMJO","pt-7":"vQVSq6SvWKbOMu6r4H6b","pr-7":"oBy5__aEADMsH46mrgFX","pb-7":"KVEXoJqf1s92j0JMdNmN","pl-7":"ZMXGNrNaKW3k_3TLz0Fq","p-8":"tuiR9PhkHXhGyEgzRZRI","px-8":"U7454qyWkQNa2iaSJziu","py-8":"VLYIv2GVocjuN93e8HC8","pt-8":"X1rm9DQ1zLGLfogja5Gn","pr-8":"JS7G6kAuqJo5GIuF8S5t","pb-8":"Y8F9ga1TDCMbM1lj4gUz","pl-8":"AJuyNGrI63BOWql719H8"}},3591:function(e,t){"use strict";t.Z={global:"_fUXxnSp5pagKBp9gSN7"}},9836:function(e,t){"use strict";t.Z={heading:"urouayitSUT8zW0V3p_0",notice:"iXXJlk08gFDeCvsTTlNQ",button:"MWqRqr7q6fgvLxitcWYk","bigger-than-medium":"YLcXAoc82nypTPaKSAcd",error:"e6hHy8BZ7ZKPSXbIC0UG",message:"jXz8LnXNzMDdtHqkG0sZ"}},3900:function(e,t){"use strict";t.Z={navigation:"vvXnRXxrU1kP1KsdSr4J",badge:"aDCTkUFaJEeZzYYE6qv5"}},9993:function(e,t){"use strict";t.Z={container:"EU0Rvu4PDqVtnCAmbgHg"}},4424:function(e,t){"use strict";t.Z={loading:"kdsaL7c4bpTwf_A4fIUT",loading__message:"b0eN3as5AgxQW7EAkarg"}},3064:function(e,t){"use strict";t.Z={footer:"_Wc3apZobag_9Ag_THTb"}},9137:function(e,t){"use strict";t.Z={"diff-viewer":"LumryWNddoF092fZgN2O","diff-viewer__filename":"NFMwU3H5k2qArZe2TTp9","diff-viewer__file":"G5W9M8qfo3sGl2OIbwg9","diff-viewer__line-numbers":"Bx4RDCUR316fm_jgGS8N","diff-viewer__lines":"GhN0JvAyRQI3SnVWp2Ot"}},3932:function(e,t){"use strict";t.Z={"footer-checkbox":"uQlXhcfYn9tbnK27_Gct","standalone-mode-section":"e5YHJiYcvfgdEEJsS_YM","share-data-section":"PO9zDOaSkcv_RqpfZF_v"}},8452:function(e,t){"use strict";t.Z={status:"gTWkHo5lqwE_OCesAhBx",active:"JeLxNe31ii68Utrr2xr6",spinner:"V6B8ltQ7TH3UKzUC_qy1","firewall-subheading":"C9hcvYAbgHPhN2Tl22xg","brute-force-protection-subheading":"XkbIpr2gzB4XEhHgzkY4","firewall-subheading__content":"BfcZn0_X33Ajdd1Gl18G","icon-popover":"rBmVJIeTNpd0RJWaRGuJ","upgrade-button":"jVq5444f1Xh6nNkz0Qe_","firewall-header":"amF9cOnMiv2nHbkMXQiQ","stat-card-wrapper":"FodE_7RbLD8zeBSd6eVR","popover-text":"twyPhW_K164HITnDrwEg","loading-text":"tbcd9xc_TjcFdokOt3F_","firewall-heading":"pnoqLV3l30xuvj2hLlJc"}},4854:function(e,t){"use strict";t.Z={container:"DM4b8iQ0ewvRYdIPxvZ8","toggle-section":"bW6ZuNzJBYU5PVPktE2S","toggle-section__control":"di3wjXHrX1rk_H6rlxKM","toggle-section__content":"IrzHnNkRvORtyCL0yiWa","toggle-section__title":"sU82bpLEYPC9n_CFAKoz","toggle-section--disabled":"ZZc0LldcbJpcftqCe43T","toggle-section__details":"T17WOOJI7XHN7KRmYaCe","automatic-rules-stats":"typbjN2keZ97hj2TmuMC","automatic-rules-stats__version":"UUXAN8VTAZY0h8t9rCHG","automatic-rules-stats__last-updated":"eFjcadLMEXY5O61vsTrx","automatic-rules-stats__failed-install":"Tr5uYvclUiwlC5kuGk7E","manual-rules-stats":"zPZcNgYx2X5778nHHtlH","manual-rules-stats__no-rules":"lNtkRXnB1z_kYB28MUWq","manual-rules-stats__block-list-count":"JgH5ykcLynEgqXYurT78","manual-rules-stats__allow-list-count":"xlWW0IoKZwTZt1Ti0tcQ","upgrade-trigger-section":"zhBcgCUGgyC7PvWk8ewB","manual-rules-section":"mah_f2OWxZ3Vqt_jRFdR","brute-force-rules-section":"pRMFiIODonlw4XMdNHaU","go-back-button":"Ax2SmW57c0U5xOTjZuAA",badge:"xGZeYQr0_nPJTFmd8pW4",popover:"RYTIt8kwLbKcUbWOfG4g",popover__header:"BqXge2rIUP0a_74yvYbr",popover__button:"Lr10UUCcSLF3T_0QqoPr",popover__footer:"th_VukMuODIOVLC7oJo6",status:"Gxtap1Zcl5X5UEHfSdQ4",active:"dSfmCVUK_Ez7sxdqOIdy","current-ip-text":"e6JXg_theht0XwCBgqdA"}},5823:function(e,t){"use strict";t.Z={list:"sQkG5Cu80gPaeFj3L_wa",footer:"oIl6GCMeUnzE0inXbuj9"}},7279:function(e,t){"use strict";t.Z={list:"RP2MVoGqaCFXPKZhhxQ1",footer:"YpEs8b7KE7fzVuXUbOEb"}},1234:function(e,t){"use strict";t.Z={"form-toggle":"IunwKwdvL271DxBIniPb","form-toggle__switch":"svA9WxEcOByd5S2fZonA","is-compact":"wOd7DeP76v1fczKfah5n"}},9122:function(e,t){"use strict";t.Z={accordion:"x8UuVEhWucPfdq0hEJg6","accordion-item":"eb6Ovfvm1yONz4mdOwbH","accordion-header":"jF9LXpXR3TxZVDw7TVXT","accordion-header-label":"lNQgAfpwdAUSOLZd8dlD","accordion-header-label-icon":"WRQwDYPdffWznX158azR","accordion-header-description":"dJx9pvlYjDnKn11n5wo8","accordion-header-button":"EKcbLuSblRc7UpzgsFXw","accordion-body":"ILMBWlMLcXc0n97IisrG","accordion-body-close":"T8XIzCNJBQy1UETN5gjU","accordion-body-open":"kWoHGiaZSbq9XJVyUOMC"}},6983:function(e,t){"use strict";t.Z={threat:"EqpwvErHtRi_WQkJKgi1",threat__icon:"EicvN1QaJu5OJLzdUN5A",threat__summary:"b7ynAmUwGlxK_vxyIN0y",threat__summary__label:"uSV9HYRxjL4S6zIZDlqP",threat__summary__title:"XpW8Mvw_XFEbqxUdw155",threat__severity:"Fkj60BmQ5sUo9zHcJwVv",footer:"XLzPr74ad3osCq9kxy2q"}},2951:function(e,t){"use strict";t.Z={"protect-header":"UL3B1tQ854mN7r6taB61","get-started-button":"IG56Hw7ZR_7rKVsM78qw"}},8735:function(e,t){"use strict";t.Z={"marked-lines":"xpPHTch5ul0xuZaUoTNa","marked-lines__marked-line":"AMOpkL9LURkyTK8316cw","marked-lines__line-numbers":"i0_0xMrNWoak1brIaDQq","marked-lines__line-number":"C9fLawPLkMNSZthfwxj6","marked-lines__lines":"ogixgg8fRGekmYGtevh1","marked-lines__line":"jYPCgKMDRKfT3vnx0mdG","marked-lines__mark":"UEQ1NqkrwNmaQR7qdEK3"}},9980:function(e,t){"use strict";t.Z={modal:"WtVEv641JBaLl929sZq2",modal__window:"G0aPt7WmA1rkUE0wcTno",modal__close:"VkrhWjfEIlIwYEumycbP",modal__close__icon:"yFzeV4cmWRbZKk5tIyEw"}},513:function(e,t){"use strict";t.Z={navigation:"HQgjxePFDRJHamBAGcVU","navigation-item":"KtdsNIMumOoHNWMLmuAJ",clickable:"ewyV4ZGn34WDNXmK3ej2",selected:"owofT85W_XvVdb5vr1GN","navigation-item-label":"NESnw2xCLrBpP6WlYZL4","navigation-item-icon":"aohnd_y_1lrMuww8NH63","navigation-item-badge":"Rnas_2_2_eLZSYfZ347E","navigation-item-label-text":"m4_14yNRByDyO9yf9pGg","navigation-item-check-badge":"X8NRHUTBa_4wDvoHN9TT","navigation-item-info-badge":"CsuOteurQlJm4IjXqyZ0","navigation-group":"fvbewglUxEvV1o04yzzp","navigation-group-label":"DINy59MKjwiQanaoDTiV","navigation-group-content":"XoacHJljw8zRW_fkBSyg","navigation-group-list":"mXM4WZRePVTa07dhQ6MD","navigation-group-truncate":"sI3V8khLdCqxkhJQ_XnI","popover-text":"hgdxMuIvZwTZ0sfXaols","navigation-dropdown-button":"UErHS2HAh1gszGfYuVIf","navigation-dropdown-label":"lEhH1hvCcxLVFMHI8Gwv","navigation-dropdown-icon":"c57Vj4QhAHwcK_HZMxtN","navigation-dropdown-open":"t5TwI3d3FnCJvFBlkmm5","navigation-dropdown-closed":"kSa6ERuVPsCMPXugb030"}},8212:function(e,t){"use strict";t.Z={notice:"_aiMxmJRAw5jRPbZFX57","notice--info":"eWgNBUaexiR66ZI1Px4U","notice--floating":"ZGELG1CO333FilJXOaeI",notice__icon:"BnI88X_e8ItF1c9Uozmj","notice--success":"hRRUwTCPRpurhMwRNZkg","notice--error":"Z6q3IxY_uR1y2lAPTkVF",notice__message:"ST8sowTbBVLRPrk4ZQrn",notice__close:"lMkO08Vd8YQMfwrwaI8u"}},7324:function(e,t){"use strict";t.Z={accordion:"sfXsfklfkeSRtE9ivQwF","accordion-item":"ozRrKPlj1QFGUyd3oVke","accordion-header":"PyvnSHQuuUkZvVsArigy","accordion-header-label":"u9Xod5s8bCRNj9MR1Drl","accordion-header-label-icon":"IbeyulkpO9kjYJ4OkYUD","accordion-header-description":"KiCgmjHm2f0JDU3cMsgf","accordion-header-button":"kJ8t3FAtd5VAYjk31SfA","accordion-body":"JP0IJZcYRohfgntEozjm","accordion-body-close":"y7c6zi2wjEnbW3F29fmP","accordion-body-open":"wQWiN_J0SqgduvadyGnm","icon-check":"v1fUFCBPmd6miSCf_ehK"}},6067:function(e,t){"use strict";t.Z={"progress-bar":"vzMlFr1AXWqefpRrb976","progress-bar__wrapper":"gYSOMa4xxLXmsNzvFPkW","progress-bar__bar":"hNJWdt5qmZkWYAH_vjIp","progress-bar__percent":"DHMUfGyHbl5BgD5vjxVz"}},8383:function(e,t){"use strict";t.Z={"product-section":"Clxt94RgGnDrhORZZyPr","info-section":"K2OG1vK5PSOYDWKtqKKG"}},61:function(e,t){"use strict";t.Z={"main-content":"A6a9HOtaZnLUleNgxQrX","loading-content":"CGT5fOs6LDTFHWCAgIiT",illustration:"RFKxbzQ8N58qEyVO0yzW","connection-error-col":"SvMuuouOkDt2sE0PAn_D"}},8131:function(e,t){"use strict";t.Z={"threat-severity-badge":"JiJhrZaThvWCpM2AfGen","is-critical":"_7SGksgOpcPbHfPPpQTV","is-high":"pGNquShR54adQ61sx3lP","is-low":"IM5kkexAfwGLM6zz0Exd"}},8911:function(e,t){"use strict";t.Z={mark:"jNlU3vgp4xEGwmX5aTyK",list:"gE8s4nh3f7iGIBrFeyCT"}},6561:function(e,t){"use strict";t.Z={summary:"ZMBDiTLzs27F012iOsMK",summary__title:"zI2DKzqRc1MhF6aq5eHt",summary__icon:"iHgPFku9KaLz8FIQV1Qw",summary__notice:"xuIO_ubyDN6IGJ67NTlx","summary__scan-button":"ctq2nQkzIfSoMkldF9t9"}},5714:function(e,t){"use strict";t.Z={tabs:"lyrXe0pA852TUmyekDb5",tab:"KgEeDTKgTC5ZjzYlbTqN","tab--active":"Lv4WoNVkeJntqvUyG4dX"}},8063:function(e,t){"use strict";t.Z={textarea:"rigH8UdiDrmmSLQMUurD",label:"V8FDM08CpcwQs4UwN2nI"}},9971:function(e,t){"use strict";t.Z={threat:"NHzH3tt6CypjZ92CvK9x",threat__icon:"D9zvYDUrOP_zwSm0yJMs",threat__summary:"_XISfmbjoVlqhB61hHYn",threat__summary__label:"AQDPBnMZFu7BOBuo8mYW",threat__summary__title:"cZ9s5eCAZe3R82Y6Ru3z",threat__severity:"AKnbWQiViZ2O_dwCV8Fw",threat__checkbox:"W6alQ2_S5Rh06djX9m27"}},9709:function(e,t){"use strict";t.Z={empty:"OtDl6kocO_m2s9sRHaqX","threat-section":"BjwJh1S1YVPI7AjmTx6a","threat-filename":"YWfK8VTp2wnByBauYPKg","threat-footer":"pkw2LnOTd8VvQ3oT8sXQ","threat-item-cta":"ap6lG79CncSqdigJS_WA","list-header":"uym7dGHhp6ifjF57yOAO","list-title":"e_2eFTR8RyHwmfeqJL4F","list-header-button":"r4Id5qht2FD68jCAH2Cl","accordion-heading":"ZSZPabDoB8MVVPttP0tu","manual-scan":"iJ_biSBRDribuNKX0Zuw"}},541:function(e,t){"use strict";t.Z={footer:"uUEJGMrSV3XoBwX5xEwA"}},1155:function(){},3171:function(e){var t=1e3,a=60*t,n=60*a,c=24*n,r=7*c,l=365.25*c;function i(e,t,a,n){var c=t>=1.5*a;return Math.round(e/a)+" "+n+(c?"s":"")}e.exports=function(e,o){o=o||{};var s=typeof e;if("string"===s&&e.length>0)return function(e){if((e=String(e)).length>100)return;var i=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!i)return;var o=parseFloat(i[1]);switch((i[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return o*l;case"weeks":case"week":case"w":return o*r;case"days":case"day":case"d":return o*c;case"hours":case"hour":case"hrs":case"hr":case"h":return o*n;case"minutes":case"minute":case"mins":case"min":case"m":return o*a;case"seconds":case"second":case"secs":case"sec":case"s":return o*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return o;default:return}}(e);if("number"===s&&isFinite(e))return o.long?function(e){var r=Math.abs(e);if(r>=c)return i(e,r,c,"day");if(r>=n)return i(e,r,n,"hour");if(r>=a)return i(e,r,a,"minute");if(r>=t)return i(e,r,t,"second");return e+" ms"}(e):function(e){var r=Math.abs(e);if(r>=c)return Math.round(e/c)+"d";if(r>=n)return Math.round(e/n)+"h";if(r>=a)return Math.round(e/a)+"m";if(r>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},469:function(e,t,a){"use strict";var n=a(758);function c(){}function r(){}r.resetWarningCache=c,e.exports=function(){function e(e,t,a,c,r,l){if(l!==n){var i=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw i.name="Invariant Violation",i}}function t(){return e}e.isRequired=e;var a={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:r,resetWarningCache:c};return a.PropTypes=a,a}},5162:function(e,t,a){e.exports=a(469)()},758:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},554:function(e,t,a){"use strict";a.d(t,{OL:function(){return p},UT:function(){return u}});var n=a(9196),c=a(5250),r=a(5439);function l(){return l=Object.assign||function(e){for(var t=1;t=0||(c[a]=e[a]);return c}const o=["onClick","reloadDocument","replace","state","target","to"],s=["aria-current","caseSensitive","className","end","style","to","children"];function u(e){let{basename:t,children:a,window:l}=e,i=(0,n.useRef)();null==i.current&&(i.current=(0,c.q_)({window:l}));let o=i.current,[s,u]=(0,n.useState)({action:o.action,location:o.location});return(0,n.useLayoutEffect)((()=>o.listen(u)),[o]),(0,n.createElement)(r.F0,{basename:t,children:a,location:s.location,navigationType:s.action,navigator:o})}const m=(0,n.forwardRef)((function(e,t){let{onClick:a,reloadDocument:s,replace:u=!1,state:m,target:p,to:d}=e,h=i(e,o),g=(0,r.oQ)(d),f=function(e,t){let{target:a,replace:l,state:i}=void 0===t?{}:t,o=(0,r.s0)(),s=(0,r.TH)(),u=(0,r.WU)(e);return(0,n.useCallback)((t=>{if(!(0!==t.button||a&&"_self"!==a||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(t))){t.preventDefault();let a=!!l||(0,c.Ep)(s)===(0,c.Ep)(u);o(e,{replace:a,state:i})}}),[s,o,u,l,i,a,e])}(d,{replace:u,state:m,target:p});return(0,n.createElement)("a",l({},h,{href:g,onClick:function(e){a&&a(e),e.defaultPrevented||s||f(e)},ref:t,target:p}))}));const p=(0,n.forwardRef)((function(e,t){let{"aria-current":a="page",caseSensitive:c=!1,className:o="",end:u=!1,style:p,to:d,children:h}=e,g=i(e,s),f=(0,r.TH)(),v=(0,r.WU)(d),E=f.pathname,k=v.pathname;c||(E=E.toLowerCase(),k=k.toLowerCase());let w,b=E===k||!u&&E.startsWith(k)&&"/"===E.charAt(k.length),y=b?a:void 0;w="function"==typeof o?o({isActive:b}):[o,b?"active":null].filter(Boolean).join(" ");let Z="function"==typeof p?p({isActive:b}):p;return(0,n.createElement)(m,l({},g,{"aria-current":y,className:w,ref:t,style:Z,to:d}),"function"==typeof h?h({isActive:b}):h)}))},5439:function(e,t,a){"use strict";a.d(t,{AW:function(){return s},F0:function(){return u},TH:function(){return h},WU:function(){return f},Z5:function(){return m},oQ:function(){return p},s0:function(){return g}});var n=a(9196),c=a(5250);function r(e,t){if(!e)throw new Error(t)}const l=(0,n.createContext)(null);const i=(0,n.createContext)(null);const o=(0,n.createContext)({outlet:null,matches:[]});function s(e){r(!1)}function u(e){let{basename:t="/",children:a=null,location:o,navigationType:s=c.aU.Pop,navigator:u,static:m=!1}=e;d()&&r(!1);let p=M(t),h=(0,n.useMemo)((()=>({basename:p,navigator:u,static:m})),[p,u,m]);"string"==typeof o&&(o=(0,c.cP)(o));let{pathname:g="/",search:f="",hash:v="",state:E=null,key:k="default"}=o,w=(0,n.useMemo)((()=>{let e=x(g,p);return null==e?null:{pathname:e,search:f,hash:v,state:E,key:k}}),[p,g,f,v,E,k]);return null==w?null:(0,n.createElement)(l.Provider,{value:h},(0,n.createElement)(i.Provider,{children:a,value:{location:w,navigationType:s}}))}function m(e){let{children:t,location:a}=e;return function(e,t){d()||r(!1);let{matches:a}=(0,n.useContext)(o),l=a[a.length-1],i=l?l.params:{},s=(l&&l.pathname,l?l.pathnameBase:"/");l&&l.route;0;let u,m=h();if(t){var p;let e="string"==typeof t?(0,c.cP)(t):t;"/"===s||(null==(p=e.pathname)?void 0:p.startsWith(s))||r(!1),u=e}else u=m;let g=u.pathname||"/",f="/"===s?g:g.slice(s.length)||"/",v=function(e,t,a){void 0===a&&(a="/");let n="string"==typeof t?(0,c.cP)(t):t,r=x(n.pathname||"/",a);if(null==r)return null;let l=E(e);!function(e){e.sort(((e,t)=>e.score!==t.score?t.score-e.score:function(e,t){let a=e.length===t.length&&e.slice(0,-1).every(((e,a)=>e===t[a]));return a?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((e=>e.childrenIndex)),t.routesMeta.map((e=>e.childrenIndex)))))}(l);let i=null;for(let e=0;null==i&&eObject.assign({},e,{params:Object.assign({},i,e.params),pathname:z([s,e.pathname]),pathnameBase:"/"===e.pathnameBase?s:z([s,e.pathnameBase])}))),a)}(v(t),a)}function p(e){d()||r(!1);let{basename:t,navigator:a}=(0,n.useContext)(l),{hash:i,pathname:o,search:s}=f(e),u=o;if("/"!==t){let a=function(e){return""===e||""===e.pathname?"/":"string"==typeof e?(0,c.cP)(e).pathname:e.pathname}(e),n=null!=a&&a.endsWith("/");u="/"===o?t+(n?"/":""):z([t,o])}return a.createHref({pathname:u,search:s,hash:i})}function d(){return null!=(0,n.useContext)(i)}function h(){return d()||r(!1),(0,n.useContext)(i).location}function g(){d()||r(!1);let{basename:e,navigator:t}=(0,n.useContext)(l),{matches:a}=(0,n.useContext)(o),{pathname:c}=h(),i=JSON.stringify(a.map((e=>e.pathnameBase))),s=(0,n.useRef)(!1);return(0,n.useEffect)((()=>{s.current=!0})),(0,n.useCallback)((function(a,n){if(void 0===n&&(n={}),!s.current)return;if("number"==typeof a)return void t.go(a);let r=P(a,JSON.parse(i),c);"/"!==e&&(r.pathname=z([e,r.pathname])),(n.replace?t.replace:t.push)(r,n.state)}),[e,t,i,c])}function f(e){let{matches:t}=(0,n.useContext)(o),{pathname:a}=h(),c=JSON.stringify(t.map((e=>e.pathnameBase)));return(0,n.useMemo)((()=>P(e,JSON.parse(c),a)),[e,c,a])}function v(e){let t=[];return n.Children.forEach(e,(e=>{if(!(0,n.isValidElement)(e))return;if(e.type===n.Fragment)return void t.push.apply(t,v(e.props.children));e.type!==s&&r(!1);let a={caseSensitive:e.props.caseSensitive,element:e.props.element,index:e.props.index,path:e.props.path};e.props.children&&(a.children=v(e.props.children)),t.push(a)})),t}function E(e,t,a,n){return void 0===t&&(t=[]),void 0===a&&(a=[]),void 0===n&&(n=""),e.forEach(((e,c)=>{let l={relativePath:e.path||"",caseSensitive:!0===e.caseSensitive,childrenIndex:c,route:e};l.relativePath.startsWith("/")&&(l.relativePath.startsWith(n)||r(!1),l.relativePath=l.relativePath.slice(n.length));let i=z([n,l.relativePath]),o=a.concat(l);e.children&&e.children.length>0&&(!0===e.index&&r(!1),E(e.children,t,o,i)),(null!=e.path||e.index)&&t.push({path:i,score:R(i,e.index),routesMeta:o})})),t}const k=/^:\w+$/,w=3,b=2,y=1,Z=10,C=-2,_=e=>"*"===e;function R(e,t){let a=e.split("/"),n=a.length;return a.some(_)&&(n+=C),t&&(n+=b),a.filter((e=>!_(e))).reduce(((e,t)=>e+(k.test(t)?w:""===t?y:Z)),n)}function j(e,t){let{routesMeta:a}=e,n={},c="/",r=[];for(let e=0;e(0,n.createElement)(o.Provider,{children:void 0!==c.route.element?c.route.element:a,value:{outlet:a,matches:t.concat(e.slice(0,r+1))}})),null)}function S(e,t){"string"==typeof e&&(e={path:e,caseSensitive:!1,end:!0});let[a,n]=function(e,t,a){void 0===t&&(t=!1);void 0===a&&(a=!0);let n=[],c="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,((e,t)=>(n.push(t),"([^\\/]+)")));e.endsWith("*")?(n.push("*"),c+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):c+=a?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)";let r=new RegExp(c,t?void 0:"i");return[r,n]}(e.path,e.caseSensitive,e.end),c=t.match(a);if(!c)return null;let r=c[0],l=r.replace(/(.)\/+$/,"$1"),i=c.slice(1);return{params:n.reduce(((e,t,a)=>{if("*"===t){let e=i[a]||"";l=r.slice(0,r.length-e.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e,t){try{return decodeURIComponent(e)}catch(t){return e}}(i[a]||""),e}),{}),pathname:r,pathnameBase:l,pattern:e}}function P(e,t,a){let n,r="string"==typeof e?(0,c.cP)(e):e,l=""===e||""===r.pathname?"/":r.pathname;if(null==l)n=a;else{let e=t.length-1;if(l.startsWith("..")){let t=l.split("/");for(;".."===t[0];)t.shift(),e-=1;r.pathname=t.join("/")}n=e>=0?t[e]:"/"}let i=function(e,t){void 0===t&&(t="/");let{pathname:a,search:n="",hash:r=""}="string"==typeof e?(0,c.cP)(e):e,l=a?a.startsWith("/")?a:function(e,t){let a=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((e=>{".."===e?a.length>1&&a.pop():"."!==e&&a.push(e)})),a.length>1?a.join("/"):"/"}(a,t):t;return{pathname:l,search:L(n),hash:I(r)}}(r,n);return l&&"/"!==l&&l.endsWith("/")&&!i.pathname.endsWith("/")&&(i.pathname+="/"),i}function x(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let a=e.charAt(t.length);return a&&"/"!==a?null:e.slice(t.length)||"/"}const z=e=>e.join("/").replace(/\/\/+/g,"/"),M=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),L=e=>e&&"?"!==e?e.startsWith("?")?e:"?"+e:"",I=e=>e&&"#"!==e?e.startsWith("#")?e:"#"+e:""},2659:function(e,t,a){"use strict";function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}var c,r=function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!==n(e)&&"function"!=typeof e)return{default:e};var a=o(t);if(a&&a.has(e))return a.get(e);var c={},r=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in e)if("default"!=l&&Object.prototype.hasOwnProperty.call(e,l)){var i=r?Object.getOwnPropertyDescriptor(e,l):null;i&&(i.get||i.set)?Object.defineProperty(c,l,i):c[l]=e[l]}return c.default=e,a&&a.set(e,c),c}(a(9196)),l=(c=a(5162))&&c.__esModule?c:{default:c},i=["size","onClick","icon","className"];function o(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,a=new WeakMap;return(o=function(e){return e?a:t})(e)}function s(){return s=Object.assign||function(e){for(var t,a=1;a1&&void 0!==arguments[1]?arguments[1]:null;this.googleAnalyticsEnabled=e,this.googleAnalyticsKey=t},setMcAnalyticsEnabled:function(e){this.mcAnalyticsEnabled=e},setUser:function(e,t){l={ID:e,username:t}},setSuperProps:function(e){r=e},assignSuperProps:function(e){r=Object.assign(r||{},e)},mc:{bumpStat:function(e,t){const a=function(e,t){let a="";if("object"==typeof e){for(const t in e)a+="&x_"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);c("Bumping stats %o",e)}else a="&x_"+encodeURIComponent(e)+"="+encodeURIComponent(t),c('Bumping stat "%s" in group "%s"',t,e);return a}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom-no-pv"+a+"&t="+Math.random())},bumpStatWithPageView:function(e,t){const a=function(e,t){let a="";if("object"==typeof e){for(const t in e)a+="&"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);c("Built stats %o",e)}else a="&"+encodeURIComponent(e)+"="+encodeURIComponent(t),c('Built stat "%s" in group "%s"',t,e);return a}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom"+a+"&t="+Math.random())}},pageView:{record:function(e,t){i.tracks.recordPageView(e),i.ga.recordPageView(e,t)}},purchase:{record:function(e,t,a,n,c,r,l){i.ga.recordPurchase(e,t,a,n,c,r,l)}},tracks:{recordEvent:function(e,t){t=t||{},0===e.indexOf("akismet_")||0===e.indexOf("jetpack_")?(r&&(c("- Super Props: %o",r),t=Object.assign(t,r)),c('Record event "%s" called with props %s',e,JSON.stringify(t)),window._tkq.push(["recordEvent",e,t])):c('- Event name must be prefixed by "akismet_" or "jetpack_"')},recordJetpackClick:function(e){const t="object"==typeof e?e:{target:e};i.tracks.recordEvent("jetpack_wpa_click",t)},recordPageView:function(e){i.tracks.recordEvent("akismet_page_view",{path:e})},setOptOut:function(e){c("Pushing setOptOut: %o",e),window._tkq.push(["setOptOut",e])}},ga:{initialized:!1,initialize:function(){let e={};i.ga.initialized||(l&&(e={userId:"u-"+l.ID}),window.ga("create",this.googleAnalyticsKey,"auto",e),i.ga.initialized=!0)},recordPageView:function(e,t){i.ga.initialize(),c("Recording Page View ~ [URL: "+e+"] [Title: "+t+"]"),this.googleAnalyticsEnabled&&(window.ga("set","page",e),window.ga("send",{hitType:"pageview",page:e,title:t}))},recordEvent:function(e,t,a,n){i.ga.initialize();let r="Recording Event ~ [Category: "+e+"] [Action: "+t+"]";void 0!==a&&(r+=" [Option Label: "+a+"]"),void 0!==n&&(r+=" [Option Value: "+n+"]"),c(r),this.googleAnalyticsEnabled&&window.ga("send","event",e,t,a,n)},recordPurchase:function(e,t,a,n,c,r,l){window.ga("require","ecommerce"),window.ga("ecommerce:addTransaction",{id:e,revenue:n,currency:l}),window.ga("ecommerce:addItem",{id:e,name:t,sku:a,price:c,quantity:r}),window.ga("ecommerce:send")}},identifyUser:function(){l&&window._tkq.push(["identifyUser",l.ID,l.username])},setProperties:function(e){window._tkq.push(["setProperties",e])},clearedIdentity:function(){window._tkq.push(["clearIdentity"])}};t.Z=i},4743:function(e,t,a){"use strict";var n=a(1132),c=a(6483);function r(e){class t extends Error{constructor(){super(...arguments),this.name=e}}return t}const l=r("JsonParseError"),i=r("JsonParseAfterRedirectError"),o=r("Api404Error"),s=r("Api404AfterRedirectError"),u=r("FetchNetworkError");const m=new function(e,t){let a=e,r=e,l={"X-WP-Nonce":t},i={credentials:"same-origin",headers:l},o={method:"post",credentials:"same-origin",headers:Object.assign({},l,{"Content-type":"application/json"})},s=function(e){const t=e.split("?"),a=t.length>1?t[1]:"",n=a.length?a.split("&"):[];return n.push("_cacheBuster="+(new Date).getTime()),t[0]+"?"+n.join("&")};const u={setApiRoot(e){a=e},setWpcomOriginApiUrl(e){r=e},setApiNonce(e){l={"X-WP-Nonce":e},i={credentials:"same-origin",headers:l},o={method:"post",credentials:"same-origin",headers:Object.assign({},l,{"Content-type":"application/json"})}},setCacheBusterCallback:e=>{s=e},registerSite:(e,t)=>{const c={registration_nonce:e,no_iframe:!0};return(0,n.jetpackConfigHas)("consumer_slug")&&(c.plugin_slug=(0,n.jetpackConfigGet)("consumer_slug")),null!==t&&(c.redirect_uri=t),h(`${a}jetpack/v4/connection/register`,o,{body:JSON.stringify(c)}).then(p).then(d)},fetchAuthorizationUrl:e=>m((0,c.addQueryArgs)(`${a}jetpack/v4/connection/authorize_url`,{no_iframe:"1",redirect_uri:e}),i).then(p).then(d),fetchSiteConnectionData:()=>m(`${a}jetpack/v4/connection/data`,i).then(d),fetchSiteConnectionStatus:()=>m(`${a}jetpack/v4/connection`,i).then(d),fetchSiteConnectionTest:()=>m(`${a}jetpack/v4/connection/test`,i).then(p).then(d),fetchUserConnectionData:()=>m(`${a}jetpack/v4/connection/data`,i).then(d),fetchUserTrackingSettings:()=>m(`${a}jetpack/v4/tracking/settings`,i).then(p).then(d),updateUserTrackingSettings:e=>h(`${a}jetpack/v4/tracking/settings`,o,{body:JSON.stringify(e)}).then(p).then(d),disconnectSite:()=>h(`${a}jetpack/v4/connection`,o,{body:JSON.stringify({isActive:!1})}).then(p).then(d),fetchConnectUrl:()=>m(`${a}jetpack/v4/connection/url`,i).then(p).then(d),unlinkUser:()=>h(`${a}jetpack/v4/connection/user`,o,{body:JSON.stringify({linked:!1})}).then(p).then(d),reconnect:()=>h(`${a}jetpack/v4/connection/reconnect`,o).then(p).then(d),fetchConnectedPlugins:()=>m(`${a}jetpack/v4/connection/plugins`,i).then(p).then(d),setHasSeenWCConnectionModal:()=>h(`${a}jetpack/v4/seen-wc-connection-modal`,o).then(p).then(d),fetchModules:()=>m(`${a}jetpack/v4/module/all`,i).then(p).then(d),fetchModule:e=>m(`${a}jetpack/v4/module/${e}`,i).then(p).then(d),activateModule:e=>h(`${a}jetpack/v4/module/${e}/active`,o,{body:JSON.stringify({active:!0})}).then(p).then(d),deactivateModule:e=>h(`${a}jetpack/v4/module/${e}/active`,o,{body:JSON.stringify({active:!1})}),updateModuleOptions:(e,t)=>h(`${a}jetpack/v4/module/${e}`,o,{body:JSON.stringify(t)}).then(p).then(d),updateSettings:e=>h(`${a}jetpack/v4/settings`,o,{body:JSON.stringify(e)}).then(p).then(d),getProtectCount:()=>m(`${a}jetpack/v4/module/protect/data`,i).then(p).then(d),resetOptions:e=>h(`${a}jetpack/v4/options/${e}`,o,{body:JSON.stringify({reset:!0})}).then(p).then(d),activateVaultPress:()=>h(`${a}jetpack/v4/plugins`,o,{body:JSON.stringify({slug:"vaultpress",status:"active"})}).then(p).then(d),getVaultPressData:()=>m(`${a}jetpack/v4/module/vaultpress/data`,i).then(p).then(d),installPlugin:(e,t)=>{const n={slug:e,status:"active"};return t&&(n.source=t),h(`${a}jetpack/v4/plugins`,o,{body:JSON.stringify(n)}).then(p).then(d)},activateAkismet:()=>h(`${a}jetpack/v4/plugins`,o,{body:JSON.stringify({slug:"akismet",status:"active"})}).then(p).then(d),getAkismetData:()=>m(`${a}jetpack/v4/module/akismet/data`,i).then(p).then(d),checkAkismetKey:()=>m(`${a}jetpack/v4/module/akismet/key/check`,i).then(p).then(d),checkAkismetKeyTyped:e=>h(`${a}jetpack/v4/module/akismet/key/check`,o,{body:JSON.stringify({api_key:e})}).then(p).then(d),fetchStatsData:e=>m(function(e){let t=`${a}jetpack/v4/module/stats/data`;-1!==t.indexOf("?")?t+=`&range=${encodeURIComponent(e)}`:t+=`?range=${encodeURIComponent(e)}`;return t}(e),i).then(p).then(d).then(f),getPluginUpdates:()=>m(`${a}jetpack/v4/updates/plugins`,i).then(p).then(d),getPlans:()=>m(`${a}jetpack/v4/plans`,i).then(p).then(d),fetchSettings:()=>m(`${a}jetpack/v4/settings`,i).then(p).then(d),updateSetting:e=>h(`${a}jetpack/v4/settings`,o,{body:JSON.stringify(e)}).then(p).then(d),fetchSiteData:()=>m(`${a}jetpack/v4/site`,i).then(p).then(d).then((e=>JSON.parse(e.data))),fetchSiteFeatures:()=>m(`${a}jetpack/v4/site/features`,i).then(p).then(d).then((e=>JSON.parse(e.data))),fetchSiteProducts:()=>m(`${a}jetpack/v4/site/products`,i).then(p).then(d),fetchSitePurchases:()=>m(`${a}jetpack/v4/site/purchases`,i).then(p).then(d).then((e=>JSON.parse(e.data))),fetchSiteBenefits:()=>m(`${a}jetpack/v4/site/benefits`,i).then(p).then(d).then((e=>JSON.parse(e.data))),fetchSiteDiscount:()=>m(`${a}jetpack/v4/site/discount`,i).then(p).then(d).then((e=>e.data)),fetchSetupQuestionnaire:()=>m(`${a}jetpack/v4/setup/questionnaire`,i).then(p).then(d),fetchRecommendationsData:()=>m(`${a}jetpack/v4/recommendations/data`,i).then(p).then(d),fetchRecommendationsProductSuggestions:()=>m(`${a}jetpack/v4/recommendations/product-suggestions`,i).then(p).then(d),fetchRecommendationsUpsell:()=>m(`${a}jetpack/v4/recommendations/upsell`,i).then(p).then(d),fetchRecommendationsConditional:()=>m(`${a}jetpack/v4/recommendations/conditional`,i).then(p).then(d),saveRecommendationsData:e=>h(`${a}jetpack/v4/recommendations/data`,o,{body:JSON.stringify({data:e})}).then(p),fetchProducts:()=>m(`${a}jetpack/v4/products`,i).then(p).then(d),fetchRewindStatus:()=>m(`${a}jetpack/v4/rewind`,i).then(p).then(d).then((e=>JSON.parse(e.data))),fetchScanStatus:()=>m(`${a}jetpack/v4/scan`,i).then(p).then(d).then((e=>JSON.parse(e.data))),dismissJetpackNotice:e=>h(`${a}jetpack/v4/notice/${e}`,o,{body:JSON.stringify({dismissed:!0})}).then(p).then(d),fetchPluginsData:()=>m(`${a}jetpack/v4/plugins`,i).then(p).then(d),fetchIntroOffers:()=>m(`${a}jetpack/v4/intro-offers`,i).then(p).then(d),fetchVerifySiteGoogleStatus:e=>m(null!==e?`${a}jetpack/v4/verify-site/google/${e}`:`${a}jetpack/v4/verify-site/google`,i).then(p).then(d),verifySiteGoogle:e=>h(`${a}jetpack/v4/verify-site/google`,o,{body:JSON.stringify({keyring_id:e})}).then(p).then(d),submitSurvey:e=>h(`${a}jetpack/v4/marketing/survey`,o,{body:JSON.stringify(e)}).then(p).then(d),saveSetupQuestionnaire:e=>h(`${a}jetpack/v4/setup/questionnaire`,o,{body:JSON.stringify(e)}).then(p).then(d),updateLicensingError:e=>h(`${a}jetpack/v4/licensing/error`,o,{body:JSON.stringify(e)}).then(p).then(d),updateLicenseKey:e=>h(`${a}jetpack/v4/licensing/set-license`,o,{body:JSON.stringify({license:e})}).then(p).then(d),getUserLicensesCounts:()=>m(`${a}jetpack/v4/licensing/user/counts`,i).then(p).then(d),getUserLicenses:()=>m(`${a}jetpack/v4/licensing/user/licenses`,i).then(p).then(d),updateLicensingActivationNoticeDismiss:e=>h(`${a}jetpack/v4/licensing/user/activation-notice-dismiss`,o,{body:JSON.stringify({last_detached_count:e})}).then(p).then(d),updateRecommendationsStep:e=>h(`${a}jetpack/v4/recommendations/step`,o,{body:JSON.stringify({step:e})}).then(p),confirmIDCSafeMode:()=>h(`${a}jetpack/v4/identity-crisis/confirm-safe-mode`,o).then(p),startIDCFresh:e=>h(`${a}jetpack/v4/identity-crisis/start-fresh`,o,{body:JSON.stringify({redirect_uri:e})}).then(p).then(d),migrateIDC:()=>h(`${a}jetpack/v4/identity-crisis/migrate`,o).then(p),attachLicenses:e=>h(`${a}jetpack/v4/licensing/attach-licenses`,o,{body:JSON.stringify({licenses:e})}).then(p).then(d),fetchSearchPlanInfo:()=>m(`${r}jetpack/v4/search/plan`,i).then(p).then(d),fetchSearchSettings:()=>m(`${r}jetpack/v4/search/settings`,i).then(p).then(d),updateSearchSettings:e=>h(`${r}jetpack/v4/search/settings`,o,{body:JSON.stringify(e)}).then(p).then(d),fetchSearchStats:()=>m(`${r}jetpack/v4/search/stats`,i).then(p).then(d),fetchWafSettings:()=>m(`${a}jetpack/v4/waf`,i).then(p).then(d),updateWafSettings:e=>h(`${a}jetpack/v4/waf`,o,{body:JSON.stringify(e)}).then(p).then(d),fetchWordAdsSettings:()=>m(`${a}jetpack/v4/wordads/settings`,i).then(p).then(d),updateWordAdsSettings:e=>h(`${a}jetpack/v4/wordads/settings`,o,{body:JSON.stringify(e)}),fetchSearchPricing:()=>m(`${r}jetpack/v4/search/pricing`,i).then(p).then(d),fetchMigrationStatus:()=>m(`${a}jetpack/v4/migration/status`,i).then(p).then(d),fetchBackupUndoEvent:()=>m(`${a}jetpack/v4/site/backup/undo-event`,i).then(p).then(d)};function m(e,t){return fetch(s(e),t)}function h(e,t,a){return fetch(e,Object.assign({},t,a)).catch(g)}function f(e){return e.general&&void 0===e.general.response||e.week&&void 0===e.week.response||e.month&&void 0===e.month.response?e:{}}Object.assign(this,u)};function p(e){return e.status>=200&&e.status<300?e:404===e.status?new Promise((()=>{throw e.redirected?new s(e.redirected):new o})):e.json().catch((e=>h(e))).then((t=>{const a=new Error(`${t.message} (Status ${e.status})`);throw a.response=t,a.name="ApiError",a}))}function d(e){return e.json().catch((t=>h(t,e.redirected,e.url)))}function h(e,t,a){throw t?new i(a):new l}function g(){throw new u}t.ZP=m},9105:function(e,t,a){"use strict";var n=a(5736),c=a(5235),r=a.n(c),l=a(8237),i=a(8868),o=a(3846),s=a(3363),u=a(1494);const __=n.__;t.Z=e=>{let{children:t,moduleName:a=__("Jetpack","jetpack-protect"),moduleNameHref:n,showHeader:c=!0,showFooter:m=!0,showBackground:p=!0,header:d}=e;const h=r()(u.Z["admin-page"],{[u.Z.background]:p});return React.createElement("div",{className:h},c&&React.createElement(s.Z,{horizontalSpacing:5},React.createElement(o.Z,null,d||React.createElement(i.Z,null))),React.createElement(s.Z,{fluid:!0,horizontalSpacing:0},React.createElement(o.Z,null,t)),m&&React.createElement(s.Z,{horizontalSpacing:5},React.createElement(o.Z,null,React.createElement(l.Z,{moduleName:a,moduleNameHref:n}))))}},216:function(e,t,a){"use strict";var n=a(9196),c=a.n(n),r=a(281);t.Z=e=>{let{children:t}=e;return c().createElement("div",{className:r.Z["section-hero"]},t)}},7525:function(e,t,a){"use strict";var n=a(2674),c=a.n(n),r=a(5736),l=a(5235),i=a.n(l),o=a(9196),s=a.n(o);const __=r.__;t.Z=e=>{let{title:t=__("An Automattic Airline","jetpack-protect"),height:a=7,className:n,...r}=e;return s().createElement("svg",c()({role:"img",x:"0",y:"0",viewBox:"0 0 935 38.2",enableBackground:"new 0 0 935 38.2","aria-labelledby":"jp-automattic-byline-logo-title",height:a,className:i()("jp-automattic-byline-logo",n)},r),s().createElement("desc",{id:"jp-automattic-byline-logo-title"},t),s().createElement("path",{d:"M317.1 38.2c-12.6 0-20.7-9.1-20.7-18.5v-1.2c0-9.6 8.2-18.5 20.7-18.5 12.6 0 20.8 8.9 20.8 18.5v1.2C337.9 29.1 329.7 38.2 317.1 38.2zM331.2 18.6c0-6.9-5-13-14.1-13s-14 6.1-14 13v0.9c0 6.9 5 13.1 14 13.1s14.1-6.2 14.1-13.1V18.6zM175 36.8l-4.7-8.8h-20.9l-4.5 8.8h-7L157 1.3h5.5L182 36.8H175zM159.7 8.2L152 23.1h15.7L159.7 8.2zM212.4 38.2c-12.7 0-18.7-6.9-18.7-16.2V1.3h6.6v20.9c0 6.6 4.3 10.5 12.5 10.5 8.4 0 11.9-3.9 11.9-10.5V1.3h6.7V22C231.4 30.8 225.8 38.2 212.4 38.2zM268.6 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H268.6zM397.3 36.8V8.7l-1.8 3.1 -14.9 25h-3.3l-14.7-25 -1.8-3.1v28.1h-6.5V1.3h9.2l14 24.4 1.7 3 1.7-3 13.9-24.4h9.1v35.5H397.3zM454.4 36.8l-4.7-8.8h-20.9l-4.5 8.8h-7l19.2-35.5h5.5l19.5 35.5H454.4zM439.1 8.2l-7.7 14.9h15.7L439.1 8.2zM488.4 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H488.4zM537.3 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H537.3zM569.3 36.8V4.6c2.7 0 3.7-1.4 3.7-3.4h2.8v35.5L569.3 36.8 569.3 36.8zM628 11.3c-3.2-2.9-7.9-5.7-14.2-5.7 -9.5 0-14.8 6.5-14.8 13.3v0.7c0 6.7 5.4 13 15.3 13 5.9 0 10.8-2.8 13.9-5.7l4 4.2c-3.9 3.8-10.5 7.1-18.3 7.1 -13.4 0-21.6-8.7-21.6-18.3v-1.2c0-9.6 8.9-18.7 21.9-18.7 7.5 0 14.3 3.1 18 7.1L628 11.3zM321.5 12.4c1.2 0.8 1.5 2.4 0.8 3.6l-6.1 9.4c-0.8 1.2-2.4 1.6-3.6 0.8l0 0c-1.2-0.8-1.5-2.4-0.8-3.6l6.1-9.4C318.7 11.9 320.3 11.6 321.5 12.4L321.5 12.4z"}),s().createElement("path",{d:"M37.5 36.7l-4.7-8.9H11.7l-4.6 8.9H0L19.4 0.8H25l19.7 35.9H37.5zM22 7.8l-7.8 15.1h15.9L22 7.8zM82.8 36.7l-23.3-24 -2.3-2.5v26.6h-6.7v-36H57l22.6 24 2.3 2.6V0.8h6.7v35.9H82.8z"}),s().createElement("path",{d:"M719.9 37l-4.8-8.9H694l-4.6 8.9h-7.1l19.5-36h5.6l19.8 36H719.9zM704.4 8l-7.8 15.1h15.9L704.4 8zM733 37V1h6.8v36H733zM781 37c-1.8 0-2.6-2.5-2.9-5.8l-0.2-3.7c-0.2-3.6-1.7-5.1-8.4-5.1h-12.8V37H750V1h19.6c10.8 0 15.7 4.3 15.7 9.9 0 3.9-2 7.7-9 9 7 0.5 8.5 3.7 8.6 7.9l0.1 3c0.1 2.5 0.5 4.3 2.2 6.1V37H781zM778.5 11.8c0-2.6-2.1-5.1-7.9-5.1h-13.8v10.8h14.4c5 0 7.3-2.4 7.3-5.2V11.8zM794.8 37V1h6.8v30.4h28.2V37H794.8zM836.7 37V1h6.8v36H836.7zM886.2 37l-23.4-24.1 -2.3-2.5V37h-6.8V1h6.5l22.7 24.1 2.3 2.6V1h6.8v36H886.2zM902.3 37V1H935v5.6h-26v9.2h20v5.5h-20v10.1h26V37H902.3z"}))}},526:function(e,t,a){"use strict";var n=a(2674),c=a.n(n),r=a(5609),l=a(1074),i=a(5381),o=a(5235),s=a.n(o),u=a(9196),m=a.n(u),p=a(3466);const d=(0,u.forwardRef)(((e,t)=>{const{children:a,variant:n="primary",size:o="normal",weight:u="bold",icon:d,iconSize:h,disabled:g,isDestructive:f,isLoading:v,isExternalLink:E,className:k,text:w,fullWidth:b,...y}=e,Z=s()(p.Z.button,k,{[p.Z.normal]:"normal"===o,[p.Z.small]:"small"===o,[p.Z.icon]:Boolean(d),[p.Z.loading]:v,[p.Z.regular]:"regular"===u,[p.Z["full-width"]]:b,[p.Z["is-icon-button"]]:Boolean(d)&&!a});y.ref=t;const C="normal"===o?20:16,_=E&&m().createElement(l.Z,{size:C,icon:i.Z,className:p.Z["external-icon"]}),R=E?"_blank":void 0,j=a?.[0]&&null!==a[0]&&"components-tooltip"!==a?.[0]?.props?.className;return m().createElement(r.Button,c()({target:R,variant:n,className:s()(Z,{"has-text":!!d&&j}),icon:E?void 0:d,iconSize:h,disabled:g,"aria-disabled":g,isDestructive:f,text:w},y),v&&m().createElement(r.Spinner,null),m().createElement("span",null,a),_)}));d.displayName="Button",t.Z=d},857:function(e,t,a){"use strict";var n=a(1074),c=a(495),r=a(5235),l=a.n(r),i=a(9665),o=a(5106),s=a(1489);t.Z=e=>{let{description:t,cta:a,onClick:r,href:u,openInNewTab:m=!1,className:p,tooltipText:d=""}=e;const h=void 0!==u?"a":"button",g="a"===h?{href:u,...m&&{target:"_blank"}}:{onClick:r};return React.createElement("div",{className:l()(s.Z.cut,p)},React.createElement("div",null,React.createElement("div",null,React.createElement(o.ZP,{className:s.Z.description},t),d&&React.createElement(i.Z,{className:s.Z.iconContainer,iconSize:16,offset:4},React.createElement(o.ZP,{variant:"body-small"},d))),React.createElement("div",null,React.createElement(h,g,React.createElement(o.ZP,{className:s.Z.cta},a)))),React.createElement(n.Z,{icon:c.Z,className:s.Z.icon,size:30}))}},7172:function(e,t,a){"use strict";var n=a(5736),c=a(5235),r=a.n(c),l=a(9196);a(5785);const __=n.__;class i extends l.Component{static defaultProps={"aria-hidden":"false",focusable:"true"};needsOffset(e,t){return["gridicons-arrow-left","gridicons-arrow-right","gridicons-calendar","gridicons-cart","gridicons-folder","gridicons-info","gridicons-info-outline","gridicons-posts","gridicons-star-outline","gridicons-star"].indexOf(e)>=0&&t%18==0}getSVGDescription(e){if("description"in this.props)return this.props.description;switch(e){default:return"";case"gridicons-audio":return __("Has audio.","jetpack-protect");case"gridicons-arrow-left":return __("Arrow left","jetpack-protect");case"gridicons-arrow-right":return __("Arrow right","jetpack-protect");case"gridicons-calendar":return __("Is an event.","jetpack-protect");case"gridicons-cart":return __("Is a product.","jetpack-protect");case"chevron-down":return __("Show filters","jetpack-protect");case"gridicons-comment":return __("Matching comment.","jetpack-protect");case"gridicons-cross":return __("Close.","jetpack-protect");case"gridicons-filter":return __("Toggle search filters.","jetpack-protect");case"gridicons-folder":return __("Category","jetpack-protect");case"gridicons-info":case"gridicons-info-outline":return __("Information.","jetpack-protect");case"gridicons-image-multiple":return __("Has multiple images.","jetpack-protect");case"gridicons-image":return __("Has an image.","jetpack-protect");case"gridicons-page":return __("Page","jetpack-protect");case"gridicons-post":return __("Post","jetpack-protect");case"gridicons-jetpack-search":case"gridicons-search":return __("Magnifying Glass","jetpack-protect");case"gridicons-tag":return __("Tag","jetpack-protect");case"gridicons-video":return __("Has a video.","jetpack-protect")}}renderIcon(e){switch(e){default:return null;case"gridicons-audio":return React.createElement("g",null,React.createElement("path",{d:"M8 4v10.184C7.686 14.072 7.353 14 7 14c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V7h7v4.184c-.314-.112-.647-.184-1-.184-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V4H8z"}));case"gridicons-arrow-left":return React.createElement("g",null,React.createElement("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"}));case"gridicons-arrow-right":return React.createElement("g",null,React.createElement("path",{d:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"}));case"gridicons-block":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM4 12c0-4.418 3.582-8 8-8 1.848 0 3.545.633 4.9 1.686L5.686 16.9C4.633 15.545 4 13.848 4 12zm8 8c-1.848 0-3.546-.633-4.9-1.686L18.314 7.1C19.367 8.455 20 10.152 20 12c0 4.418-3.582 8-8 8z"}));case"gridicons-calendar":return React.createElement("g",null,React.createElement("path",{d:"M19 4h-1V2h-2v2H8V2H6v2H5c-1.105 0-2 .896-2 2v13c0 1.104.895 2 2 2h14c1.104 0 2-.896 2-2V6c0-1.104-.896-2-2-2zm0 15H5V8h14v11z"}));case"gridicons-cart":return React.createElement("g",null,React.createElement("path",{d:"M9 20c0 1.1-.9 2-2 2s-1.99-.9-1.99-2S5.9 18 7 18s2 .9 2 2zm8-2c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm.396-5c.937 0 1.75-.65 1.952-1.566L21 5H7V4c0-1.105-.895-2-2-2H3v2h2v11c0 1.105.895 2 2 2h12c0-1.105-.895-2-2-2H7v-2h10.396z"}));case"gridicons-checkmark":return React.createElement("g",null,React.createElement("path",{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"}));case"gridicons-chevron-left":return React.createElement("g",null,React.createElement("path",{d:"M16.443 7.41L15.0399 6L9.06934 12L15.0399 18L16.443 16.59L11.8855 12L16.443 7.41Z"}));case"gridicons-chevron-right":return React.createElement("g",null,React.createElement("path",{d:"M10.2366 6L8.8335 7.41L13.391 12L8.8335 16.59L10.2366 18L16.2072 12L10.2366 6Z"}));case"gridicons-chevron-down":return React.createElement("g",null,React.createElement("path",{d:"M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"}));case"gridicons-comment":return React.createElement("g",null,React.createElement("path",{d:"M3 6v9c0 1.105.895 2 2 2h9v5l5.325-3.804c1.05-.75 1.675-1.963 1.675-3.254V6c0-1.105-.895-2-2-2H5c-1.105 0-2 .895-2 2z"}));case"gridicons-computer":return React.createElement("g",null,React.createElement("path",{d:"M20 2H4c-1.104 0-2 .896-2 2v12c0 1.104.896 2 2 2h6v2H7v2h10v-2h-3v-2h6c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm0 14H4V4h16v12z"}));case"gridicons-cross":return React.createElement("g",null,React.createElement("path",{d:"M18.36 19.78L12 13.41l-6.36 6.37-1.42-1.42L10.59 12 4.22 5.64l1.42-1.42L12 10.59l6.36-6.36 1.41 1.41L13.41 12l6.36 6.36z"}));case"gridicons-filter":return React.createElement("g",null,React.createElement("path",{d:"M10 19h4v-2h-4v2zm-4-6h12v-2H6v2zM3 5v2h18V5H3z"}));case"gridicons-folder":return React.createElement("g",null,React.createElement("path",{d:"M18 19H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2h7c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2z"}));case"gridicons-image":return React.createElement("g",null,React.createElement("path",{d:"M13 9.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5-.672 1.5-1.5 1.5-1.5-.672-1.5-1.5zM22 6v12c0 1.105-.895 2-2 2H4c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h16c1.105 0 2 .895 2 2zm-2 0H4v7.444L8 9l5.895 6.55 1.587-1.85c.798-.932 2.24-.932 3.037 0L20 15.426V6z"}));case"gridicons-image-multiple":return React.createElement("g",null,React.createElement("path",{d:"M15 7.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5S17.328 9 16.5 9 15 8.328 15 7.5zM4 20h14c0 1.105-.895 2-2 2H4c-1.1 0-2-.9-2-2V8c0-1.105.895-2 2-2v14zM22 4v12c0 1.105-.895 2-2 2H8c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zM8 4v6.333L11 7l4.855 5.395.656-.73c.796-.886 2.183-.886 2.977 0l.513.57V4H8z"}));case"gridicons-info":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"}));case"gridicons-info-outline":return React.createElement("g",null,React.createElement("path",{d:"M13 9h-2V7h2v2zm0 2h-2v6h2v-6zm-1-7c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8m0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z"}));case"gridicons-jetpack-search":return React.createElement("g",null,React.createElement("path",{d:"M0 9.257C0 4.15 4.151 0 9.257 0c5.105 0 9.256 4.151 9.256 9.257a9.218 9.218 0 01-2.251 6.045l.034.033h1.053L24 22.01l-1.986 1.989-6.664-6.662v-1.055l-.033-.033a9.218 9.218 0 01-6.06 2.264C4.15 18.513 0 14.362 0 9.257zm4.169 1.537h4.61V1.82l-4.61 8.973zm5.547-3.092v8.974l4.61-8.974h-4.61z"}));case"gridicons-phone":return React.createElement("g",null,React.createElement("path",{d:"M16 2H8c-1.104 0-2 .896-2 2v16c0 1.104.896 2 2 2h8c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm-3 19h-2v-1h2v1zm3-2H8V5h8v14z"}));case"gridicons-pages":return React.createElement("g",null,React.createElement("path",{d:"M16 8H8V6h8v2zm0 2H8v2h8v-2zm4-6v12l-6 6H6c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zm-2 10V4H6v16h6v-4c0-1.105.895-2 2-2h4z"}));case"gridicons-posts":return React.createElement("g",null,React.createElement("path",{d:"M16 19H3v-2h13v2zm5-10H3v2h18V9zM3 5v2h11V5H3zm14 0v2h4V5h-4zm-6 8v2h10v-2H11zm-8 0v2h5v-2H3z"}));case"gridicons-search":return React.createElement("g",null,React.createElement("path",{d:"M21 19l-5.154-5.154C16.574 12.742 17 11.42 17 10c0-3.866-3.134-7-7-7s-7 3.134-7 7 3.134 7 7 7c1.42 0 2.742-.426 3.846-1.154L19 21l2-2zM5 10c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5-5-2.243-5-5z"}));case"gridicons-star-outline":return React.createElement("g",null,React.createElement("path",{d:"M12 6.308l1.176 3.167.347.936.997.042 3.374.14-2.647 2.09-.784.62.27.963.91 3.25-2.813-1.872-.83-.553-.83.552-2.814 1.87.91-3.248.27-.962-.783-.62-2.648-2.092 3.374-.14.996-.04.347-.936L12 6.308M12 2L9.418 8.953 2 9.257l5.822 4.602L5.82 21 12 16.89 18.18 21l-2.002-7.14L22 9.256l-7.418-.305L12 2z"}));case"gridicons-star":return React.createElement("g",null,React.createElement("path",{d:"M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304"}));case"gridicons-tag":return React.createElement("g",null,React.createElement("path",{d:"M20 2.007h-7.087c-.53 0-1.04.21-1.414.586L2.592 11.5c-.78.78-.78 2.046 0 2.827l7.086 7.086c.78.78 2.046.78 2.827 0l8.906-8.906c.376-.374.587-.883.587-1.413V4.007c0-1.105-.895-2-2-2zM17.007 9c-1.105 0-2-.895-2-2s.895-2 2-2 2 .895 2 2-.895 2-2 2z"}));case"gridicons-video":return React.createElement("g",null,React.createElement("path",{d:"M20 4v2h-2V4H6v2H4V4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2v-2h2v2h12v-2h2v2c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zM6 16H4v-3h2v3zm0-5H4V8h2v3zm4 4V9l4.5 3-4.5 3zm10 1h-2v-3h2v3zm0-5h-2V8h2v3z"}));case"gridicons-lock":return React.createElement(React.Fragment,null,React.createElement("g",{id:"lock"},React.createElement("path",{d:"M18,8h-1V7c0-2.757-2.243-5-5-5S7,4.243,7,7v1H6c-1.105,0-2,0.895-2,2v10c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V10 C20,8.895,19.105,8,18,8z M9,7c0-1.654,1.346-3,3-3s3,1.346,3,3v1H9V7z M13,15.723V18h-2v-2.277c-0.595-0.346-1-0.984-1-1.723 c0-1.105,0.895-2,2-2s2,0.895,2,2C14,14.738,13.595,15.376,13,15.723z"})),React.createElement("g",{id:"Layer_1"}))}}render(){const{size:e=24,className:t=""}=this.props,a=this.props.height||e,n=this.props.width||e,c=this.props.style||{height:a,width:n},l="gridicons-"+this.props.icon,i=r()("gridicon",l,t,{"needs-offset":this.needsOffset(l,e)}),o=this.getSVGDescription(l);return React.createElement("svg",{className:i,focusable:this.props.focusable,height:a,onClick:this.props.onClick,style:c,viewBox:"0 0 24 24",width:n,xmlns:"http://www.w3.org/2000/svg","aria-hidden":this.props["aria-hidden"]},o?React.createElement("desc",null,o):null,this.renderIcon(l))}}t.Z=i},9665:function(e,t,a){"use strict";var n=a(5609),c=a(5235),r=a.n(c),l=a(9196),i=a.n(l),o=a(526),s=a(7172);a(1275);const u=e=>({"top-end":"top left",top:"top center","top-start":"top right","bottom-end":"bottom left",bottom:"bottom center","bottom-start":"bottom right"}[e]);t.Z=e=>{let{className:t="",iconClassName:a="",placement:c="bottom-end",animate:m=!0,iconCode:p="info-outline",iconSize:d=18,offset:h=10,title:g,children:f,popoverAnchorStyle:v="icon",forceShow:E=!1,wide:k=!1}=e;const[w,b]=(0,l.useState)(!1),y=(0,l.useCallback)((()=>b(!0)),[b]),Z=(0,l.useCallback)((()=>b(!1)),[b]),C={position:u(c),placement:c,animate:m,noArrow:!1,resize:!1,flip:!1,offset:h,focusOnMount:"container",onClose:Z,className:"icon-tooltip-container"},_="wrapper"===v,R=r()("icon-tooltip-wrapper",t),j={left:_?0:-(62-d/2)+"px"},N=_&&E;return i().createElement("div",{className:R,"data-testid":"icon-tooltip_wrapper"},!_&&i().createElement(o.Z,{variant:"link",onClick:y},i().createElement(s.Z,{className:a,icon:p,size:d})),i().createElement("div",{className:r()("icon-tooltip-helper",{"is-wide":k}),style:j},(N||w)&&i().createElement(n.Popover,C,i().createElement("div",null,g&&i().createElement("div",{className:"icon-tooltip-title"},g),i().createElement("div",{className:"icon-tooltip-content"},f)))))}},3396:function(e,t,a){"use strict";a.d(t,{VS:function(){return m}});var n=a(2674),c=a.n(n),r=a(5609),l=a(5235),i=a.n(l),o=(a(2659),a(5612));const s=e=>{let{className:t,size:a=24,viewBox:n="0 0 24 24",opacity:l=1,color:s="#2C3338",children:u}=e;const m={className:i()(o.Z.iconWrapper,t),width:a,height:a,viewBox:n,opacity:l,fill:void 0};return s&&(m.fill=s),React.createElement(r.SVG,c()({},m,{fillRule:"evenodd",clipRule:"evenodd",xmlns:"http://www.w3.org/2000/svg"}),React.createElement(r.G,{opacity:l},u))},u={...{"anti-spam":e=>{let{opacity:t=1,size:a,color:n}=e;return React.createElement(s,{size:a,opacity:t,color:n},React.createElement(r.Path,{d:"M13.2,4.7l4.7,12.8c0.4,1.1,1,1.5,2.1,1.6c0.1,0,0.1,0,0.1,0l0.1,0.1l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1 s0,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1s-0.1,0-0.2,0h-5.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1 c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1l0.1-0.1c0,0,0.1,0,0.2,0c0.5,0,1.1-0.2,1.1-0.8c0-0.3-0.1-0.5-0.2-0.8l-1.1-3.1 c-0.1-0.2-0.1-0.2-0.2-0.2h-4.3c-0.7,0-1.5,0-1.9,0.9l-1.1,2.4C7.1,17.6,7,17.8,7,18.1c0,0.8,1,0.9,1.6,0.9c0.1,0,0.1,0,0.2,0 L8.8,19l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1s-0.1,0.1-0.1,0.1l-0.1,0.1c-0.1,0-0.1,0-0.2,0H4.1c-0.1,0-0.1,0-0.1,0 c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1L4,19c0,0,0.1,0,0.1,0C5.2,19,5.5,18.5,6,17.5 l5.4-12.4c0.2-0.5,0.8-1,1.3-1C13,4.2,13.1,4.4,13.2,4.7z M9.1,13.1c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.1,0.1h4.4 c0.3,0,0.4-0.1,0.4-0.3c0-0.1,0-0.2-0.1-0.3l-1.2-3.5c-0.3-0.8-0.8-1.9-0.8-2.7c0-0.1,0-0.1-0.1-0.1c0,0-0.1,0-0.1,0.1 c-0.1,0.6-0.4,1.2-0.7,1.7L9.1,13.1z"}),React.createElement(r.Path,{d:"M13.2,4.7l4.7,12.8c0.4,1.1,1,1.5,2.1,1.6c0.1,0,0.1,0,0.1,0l0.1,0.1l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1 s0,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1s-0.1,0-0.2,0h-5.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1 c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1l0.1-0.1c0,0,0.1,0,0.2,0c0.5,0,1.1-0.2,1.1-0.8c0-0.3-0.1-0.5-0.2-0.8l-1.1-3.1 c-0.1-0.2-0.1-0.2-0.2-0.2h-4.3c-0.7,0-1.5,0-1.9,0.9l-1.1,2.4C7.1,17.6,7,17.8,7,18.1c0,0.8,1,0.9,1.6,0.9c0.1,0,0.1,0,0.2,0 L8.8,19l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1s-0.1,0.1-0.1,0.1l-0.1,0.1c-0.1,0-0.1,0-0.2,0H4.1c-0.1,0-0.1,0-0.1,0 c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1L4,19c0,0,0.1,0,0.1,0C5.2,19,5.5,18.5,6,17.5 l5.4-12.4c0.2-0.5,0.8-1,1.3-1C13,4.2,13.1,4.4,13.2,4.7z M9.1,13.1c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.1,0.1h4.4 c0.3,0,0.4-0.1,0.4-0.3c0-0.1,0-0.2-0.1-0.3l-1.2-3.5c-0.3-0.8-0.8-1.9-0.8-2.7c0-0.1,0-0.1-0.1-0.1c0,0-0.1,0-0.1,0.1 c-0.1,0.6-0.4,1.2-0.7,1.7L9.1,13.1z"}),React.createElement(r.Path,{d:"M21.6,12.5c0,0.6-0.3,1-0.9,1c-0.6,0-0.8-0.3-0.8-0.8c0-0.6,0.4-1,0.9-1C21.3,11.7,21.6,12.1,21.6,12.5z"}),React.createElement(r.Path,{d:"M4.1,12.5c0,0.6-0.3,1-0.9,1s-0.8-0.3-0.8-0.8c0-0.6,0.4-1,0.9-1S4.1,12.1,4.1,12.5z"}))},backup:e=>{let{opacity:t=1,size:a,color:n}=e;return React.createElement(s,{size:a,opacity:t,color:n},React.createElement(r.Path,{d:"M2.1,5.8c0-0.1,0-0.1,0-0.2c0-0.2,0.1-0.5,0.1-0.7c0.1-0.4,0.4-0.6,0.7-0.8l8.3-2.9c0.1-0.1,0.3-0.1,0.4-0.1l0.5,0.1 l8.3,2.9c0.3,0.2,0.5,0.4,0.7,0.7c0.2,0.2,0.2,0.4,0.2,0.7c0,0.1,0,0.1,0,0.2v0.1c-0.1,0.5-0.2,0.9-0.3,1.4 c-0.2,0.4-0.3,1.2-0.7,2.2c-0.3,1-0.7,2.1-1.1,3.1c-0.5,1-1,2.1-1.6,3.3s-1.4,2.3-2.2,3.5c-0.9,1.1-1.8,2.2-2.8,3.1 c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4c-1.2-1.1-2.4-2.4-3.5-4c-1-1.6-1.9-3-2.5-4.3c-0.6-1.3-1.1-2.7-1.6-4 C2.8,8.7,2.5,7.6,2.3,7C2.3,6.5,2.1,6.1,2.1,5.8z M2.9,5.9c0,0.2,0.1,0.4,0.1,0.8C3.1,7,3.2,7.5,3.5,8.2C3.7,9,3.9,9.7,4.2,10.6 c0.3,0.7,0.7,1.7,1.1,2.7c0.4,1,1,2,1.5,2.9c0.5,1,1.2,1.9,1.9,2.9c0.8,1,1.6,1.9,2.4,2.6c0.2,0.2,0.4,0.2,0.5,0.2 c0.2,0,0.4-0.1,0.5-0.2c1.2-1,2.2-2.3,3.2-3.8c1-1.5,1.8-2.8,2.3-4c0.6-1.3,1.1-2.5,1.5-3.9c0.4-1.3,0.7-2.2,0.9-2.8 c0.1-0.5,0.2-1,0.3-1.3c0-0.1,0-0.1,0-0.1c0-0.2,0-0.3-0.1-0.4C20.3,5.2,20.2,5.1,20,5L12,2.1c0,0-0.1,0-0.2,0s-0.1,0-0.1,0h-0.2 l-8,2.8C3.2,5,3.1,5.2,3,5.3C2.9,5.5,2.9,5.6,2.9,5.8C2.9,5.8,2.9,5.8,2.9,5.9z M5.9,6.7h3l2.8,7l2.8-7h3c-0.1,0.1-0.2,0.5-0.3,0.8 C17,7.8,17,8.2,16.8,8.4c-0.1,0.3-0.2,0.5-0.4,0.8c0,0.1-0.1,0.1-0.1,0.1s-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.1,0 c-0.1,0-0.2,0.1-0.2,0.2c0,0-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0,0,0.1-0.1,0.2c0,0.1-0.1,0.1-0.1,0.1l-0.4,1.1 c-1.3,3.3-2.1,5.2-2.3,5.8h-2.2l-1-2.4c-0.1-0.3-0.3-0.8-0.5-1.3c-0.1-0.3-0.3-0.8-0.5-1.3L8,10.8c-0.1-0.1-0.1-0.2-0.1-0.4 C7.8,10.2,7.7,10,7.7,9.8C7.6,9.7,7.5,9.5,7.4,9.4C7.3,9.3,7.3,9.3,7.3,9.3c-0.1,0-0.2,0-0.2,0s-0.1,0-0.1,0 C6.6,8.5,6.3,7.6,5.9,6.7z"}))},boost:e=>{let{opacity:t=1,size:a,color:n}=e;return React.createElement(s,{size:a,opacity:t,color:n},React.createElement(r.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4.19505 16.2545C4.47368 16.561 4.94802 16.5836 5.25451 16.3049L10.2595 11.7549L14.2842 15.2765L19 10.5607V13.75H20.5V9.5V8.75239V8.7476V8H19.7529H19.7471H19H14.75V9.5H17.9393L14.2158 13.2235L10.2405 9.74507L4.2455 15.195C3.93901 15.4737 3.91642 15.948 4.19505 16.2545Z"}))},crm:e=>{let{opacity:t=1,size:a,color:n}=e;return React.createElement(s,{size:a,opacity:t,color:n},React.createElement(r.Path,{d:"M15.5 9.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 1.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-2.25 6v-2a2.75 2.75 0 0 0-2.75-2.75h-4A2.75 2.75 0 0 0 3.75 15v2h1.5v-2c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2h1.5Zm7-2v2h-1.5v-2c0-.69-.56-1.25-1.25-1.25H15v-1.5h2.5A2.75 2.75 0 0 1 20.25 15ZM9.5 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm1.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z"}))},extras:e=>{let{opacity:t=1,size:a,color:n}=e;return React.createElement(s,{size:a,opacity:t,color:n},React.createElement(r.Path,{d:"M18.5 5.5V8H20V5.5h2.5V4H20V1.5h-1.5V4H16v1.5h2.5ZM12 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6h-1.5v6a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5V6a.5.5 0 0 1 .5-.5h6V4Z"}))},protect:e=>{let{opacity:t=1,size:a,className:n,color:c}=e;return React.createElement(s,{className:n,size:a,opacity:t,color:c},React.createElement(r.Path,{d:"M12 3.17627L18.75 6.24445V10.8183C18.75 14.7173 16.2458 18.4089 12.7147 19.5735C12.2507 19.7265 11.7493 19.7265 11.2853 19.5735C7.75416 18.4089 5.25 14.7173 5.25 10.8183V6.24445L12 3.17627ZM6.75 7.21032V10.8183C6.75 14.1312 8.89514 17.2057 11.7551 18.149C11.914 18.2014 12.086 18.2014 12.2449 18.149C15.1049 17.2057 17.25 14.1312 17.25 10.8183V7.21032L12 4.82396L6.75 7.21032Z"}),React.createElement(r.Path,{d:"M15.5291 10.0315L11.1818 14.358L8.47095 11.66L9.52907 10.5968L11.1818 12.2417L14.4709 8.96826L15.5291 10.0315Z"}))},scan:e=>{let{opacity:t=1,size:a,color:n}=e;return React.createElement(s,{size:a,opacity:t,color:n},React.createElement(r.Path,{d:"m12 3.176 6.75 3.068v4.574c0 3.9-2.504 7.59-6.035 8.755a2.283 2.283 0 0 1-1.43 0c-3.53-1.164-6.035-4.856-6.035-8.755V6.244L12 3.176ZM6.75 7.21v3.608c0 3.313 2.145 6.388 5.005 7.33.159.053.331.053.49 0 2.86-.942 5.005-4.017 5.005-7.33V7.21L12 4.824 6.75 7.21Z"}))},search:e=>{let{opacity:t=1,size:a,color:n}=e;return React.createElement(s,{size:a,opacity:t,color:n},React.createElement(r.Path,{d:"M17.5 11.5a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm1.5 0a5.5 5.5 0 0 1-9.142 4.121l-3.364 2.943-.988-1.128 3.373-2.952A5.5 5.5 0 1 1 19 11.5Z"}))},social:e=>{let{opacity:t=1,size:a,color:n}=e;return React.createElement(s,{size:a,opacity:t,color:n},React.createElement(r.Path,{d:"M15.5 3.97809V18.0219L7.5 15.5977V20H6V15.1431L3.27498 14.3173C2.22086 13.9979 1.5 13.0262 1.5 11.9248V10.0752C1.5 8.97375 2.22087 8.00207 3.27498 7.68264L15.5 3.97809ZM14 16L7.5 14.0303L7.5 7.96969L14 5.99999V16ZM6 8.42423L6 13.5757L3.70999 12.8818C3.28835 12.754 3 12.3654 3 11.9248V10.0752C3 9.63462 3.28835 9.24595 3.70999 9.11818L6 8.42423ZM17.5 11.75H21.5V10.25H17.5V11.75ZM21.5 16L17.5 15V13.5L21.5 14.5V16ZM17.5 8.5L21.5 7.5V6L17.5 7V8.5Z"}))},star:e=>{let{size:t,className:a=o.Z["star-icon"],color:n}=e;return React.createElement(s,{className:a,size:t,color:n},React.createElement(r.Path,{d:"M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304"}))},videopress:e=>{let{opacity:t=1,size:a,color:n}=e;return React.createElement(s,{size:a,opacity:t,color:n},React.createElement(r.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4.3,6.2c0.8,0,1.6,0.6,1.8,1.4l2.3,7.9c0,0,0,0,0,0l2.7-9.3h1.5h4.2c2.9,0,4.9,1.9,4.9,4.7c0,2.9-2,4.7-5,4.7 h-2h-2.5l-0.5,1.5c-0.4,1.4-1.7,2.3-3.2,2.3c-1.4,0-2.7-0.9-3.2-2.3L2.5,8.7C2.1,7.4,3,6.2,4.3,6.2z M13,12.8h2.9c1.3,0,2-0.7,2-1.9 c0-1.2-0.8-1.8-2-1.8h-1.7L13,12.8z"}))},jetpack:e=>{let{size:t,className:a=o.Z.jetpack,color:n}=e;return React.createElement(s,{className:a,size:t,color:n,viewBox:"0 0 32 32"},React.createElement(r.Path,{className:"jetpack-logo__icon-circle",d:"M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z"}),React.createElement(r.Polygon,{fill:"#fff",points:"15,19 7,19 15,3"}),React.createElement(r.Polygon,{fill:"#fff",points:"17,29 17,13 25,13"}))},share:e=>{let{size:t=16,className:a,color:n}=e;return React.createElement(s,{className:a,size:t,color:n,viewBox:"0 0 16 16"},React.createElement(r.Path,{fill:"#161722",fillRule:"evenodd",d:"M8.3 4.66C3.85 5.308.727 9.75.034 13.69l-.02.117c-.137.842.809 1.232 1.446.68 2.013-1.745 3.648-2.475 5.318-2.719a10.482 10.482 0 011.524-.103v2.792c0 .694.82 1.041 1.3.55l6.176-6.307a.79.79 0 00.012-1.088L9.614 1.004C9.14.496 8.301.84 8.301 1.542v3.117zm1.525-1.175v1.85a.773.773 0 01-.654.77l-.655.096c-2.133.311-3.987 1.732-5.295 3.672-.472.7-.854 1.44-1.143 2.18a12.32 12.32 0 011.675-.972c1.58-.75 3.048-.972 4.548-.972h.762a.77.77 0 01.762.779v1.69l4.347-4.44-4.347-4.653z",clipRule:"evenodd"}))}}};function m(e){return u[e]?u[e]:null}},8237:function(e,t,a){"use strict";var n=a(2674),c=a.n(n),r=a(9818),l=a(5736),i=a(1074),o=a(5381),s=a(5235),u=a.n(s),m=a(9196),p=a.n(m),d=a(6895),h=a(428),g=a(7525),f=(a(9054),a(8868)),v=a(2054);const __=l.__,_x=l._x,E=()=>p().createElement(f.Z,{logoColor:"#000",showText:!1,height:16,"aria-hidden":"true"});t.Z=e=>{let{moduleName:t=__("Jetpack","jetpack-protect"),className:a,moduleNameHref:n="https://jetpack.com",menu:l,siteAdminUrl:s,onAboutClick:m,onPrivacyClick:f,onTermsClick:k,...w}=e;const[b]=(0,v.Z)("sm","<="),[y]=(0,v.Z)("md","<="),[Z]=(0,v.Z)("lg",">"),{isActive:C,connectedPlugins:_}=(0,r.useSelect)((e=>{const t=e(h.t);return{connectedPlugins:t?.getConnectedPlugins(),...t.getConnectionStatus()}}),[h.t]),R=s&&C&&_?.some((e=>{let{slug:t}=e;return"jetpack"===t}));let j=[{label:_x("About","Link to learn more about Jetpack.","jetpack-protect"),title:__("About Jetpack","jetpack-protect"),href:R?new URL("admin.php?page=jetpack_about",s).href:(0,d.Z)("jetpack-about"),target:"_blank",onClick:m},{label:_x("Privacy","Shorthand for Privacy Policy.","jetpack-protect"),title:__("Automattic's Privacy Policy","jetpack-protect"),href:R?new URL("admin.php?page=jetpack#/privacy",s).href:(0,d.Z)("a8c-privacy"),target:R?"_self":"_blank",onClick:f},{label:_x("Terms","Shorthand for Terms of Service.","jetpack-protect"),title:__("WordPress.com Terms of Service","jetpack-protect"),href:(0,d.Z)("wpcom-tos"),target:"_blank",onClick:k}];l&&(j=[...j,...l]);const N=p().createElement(p().Fragment,null,p().createElement(E,null),t);return p().createElement("footer",c()({className:u()("jp-dashboard-footer",{"is-sm":b,"is-md":y,"is-lg":Z},a),"aria-label":__("Jetpack","jetpack-protect")},w),p().createElement("ul",null,p().createElement("li",{className:"jp-dashboard-footer__jp-item"},n?p().createElement("a",{href:n},N):N),j.map((e=>{const t="button"===e.role,a=!t&&"_blank"===e.target;return p().createElement("li",{key:e.label},p().createElement("a",{href:e.href,title:e.title,target:e.target,onClick:e.onClick,onKeyDown:e.onKeyDown,className:u()("jp-dashboard-footer__menu-item",{"is-external":a}),role:e.role,rel:a?"noopener noreferrer":void 0,tabIndex:t?0:void 0},e.label,a&&p().createElement(i.Z,{icon:o.Z,size:16})))})),p().createElement("li",{className:"jp-dashboard-footer__a8c-item"},p().createElement("a",{href:R?new URL("admin.php?page=jetpack_about",s).href:(0,d.Z)("a8c-about"),"aria-label":__("An Automattic Airline","jetpack-protect")},p().createElement(g.Z,{"aria-hidden":"true"})))))}},8868:function(e,t,a){"use strict";var n=a(2674),c=a.n(n),r=a(5736),l=a(5235),i=a.n(l),o=a(9196),s=a.n(o);const __=r.__;t.Z=e=>{let{logoColor:t="#069e08",showText:a=!0,className:n,height:r=32,...l}=e;const o=a?"0 0 118 32":"0 0 32 32";return s().createElement("svg",c()({xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:o,className:i()("jetpack-logo",n),"aria-labelledby":"jetpack-logo-title",height:r},l),s().createElement("desc",{id:"jetpack-logo-title"},__("Jetpack Logo","jetpack-protect")),s().createElement("path",{fill:t,d:"M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z M15,19H7l8-16V19z M17,29V13h8L17,29z"}),a&&s().createElement(s().Fragment,null,s().createElement("path",{d:"M41.3,26.6c-0.5-0.7-0.9-1.4-1.3-2.1c2.3-1.4,3-2.5,3-4.6V8h-3V6h6v13.4C46,22.8,45,24.8,41.3,26.6z"}),s().createElement("path",{d:"M65,18.4c0,1.1,0.8,1.3,1.4,1.3c0.5,0,2-0.2,2.6-0.4v2.1c-0.9,0.3-2.5,0.5-3.7,0.5c-1.5,0-3.2-0.5-3.2-3.1V12H60v-2h2.1V7.1 H65V10h4v2h-4V18.4z"}),s().createElement("path",{d:"M71,10h3v1.3c1.1-0.8,1.9-1.3,3.3-1.3c2.5,0,4.5,1.8,4.5,5.6s-2.2,6.3-5.8,6.3c-0.9,0-1.3-0.1-2-0.3V28h-3V10z M76.5,12.3 c-0.8,0-1.6,0.4-2.5,1.2v5.9c0.6,0.1,0.9,0.2,1.8,0.2c2,0,3.2-1.3,3.2-3.9C79,13.4,78.1,12.3,76.5,12.3z"}),s().createElement("path",{d:"M93,22h-3v-1.5c-0.9,0.7-1.9,1.5-3.5,1.5c-1.5,0-3.1-1.1-3.1-3.2c0-2.9,2.5-3.4,4.2-3.7l2.4-0.3v-0.3c0-1.5-0.5-2.3-2-2.3 c-0.7,0-2.3,0.5-3.7,1.1L84,11c1.2-0.4,3-1,4.4-1c2.7,0,4.6,1.4,4.6,4.7L93,22z M90,16.4l-2.2,0.4c-0.7,0.1-1.4,0.5-1.4,1.6 c0,0.9,0.5,1.4,1.3,1.4s1.5-0.5,2.3-1V16.4z"}),s().createElement("path",{d:"M104.5,21.3c-1.1,0.4-2.2,0.6-3.5,0.6c-4.2,0-5.9-2.4-5.9-5.9c0-3.7,2.3-6,6.1-6c1.4,0,2.3,0.2,3.2,0.5V13 c-0.8-0.3-2-0.6-3.2-0.6c-1.7,0-3.2,0.9-3.2,3.6c0,2.9,1.5,3.8,3.3,3.8c0.9,0,1.9-0.2,3.2-0.7V21.3z"}),s().createElement("path",{d:"M110,15.2c0.2-0.3,0.2-0.8,3.8-5.2h3.7l-4.6,5.7l5,6.3h-3.7l-4.2-5.8V22h-3V6h3V15.2z"}),s().createElement("path",{d:"M58.5,21.3c-1.5,0.5-2.7,0.6-4.2,0.6c-3.6,0-5.8-1.8-5.8-6c0-3.1,1.9-5.9,5.5-5.9s4.9,2.5,4.9,4.9c0,0.8,0,1.5-0.1,2h-7.3 c0.1,2.5,1.5,2.8,3.6,2.8c1.1,0,2.2-0.3,3.4-0.7C58.5,19,58.5,21.3,58.5,21.3z M56,15c0-1.4-0.5-2.9-2-2.9c-1.4,0-2.3,1.3-2.4,2.9 C51.6,15,56,15,56,15z"})))}},3846:function(e,t,a){"use strict";var n=a(5235),c=a.n(n),r=a(9196),l=a(3080);const i=Number(l.Z.smCols),o=Number(l.Z.mdCols),s=Number(l.Z.lgCols);t.Z=e=>{const{children:t,tagName:a="div",className:n}=e,u=Math.min(i,"number"==typeof e.sm?e.sm:i),m=Math.min(i,"object"==typeof e.sm?e.sm.start:0),p=Math.min(i,"object"==typeof e.sm?e.sm.end:0),d=Math.min(o,"number"==typeof e.md?e.md:o),h=Math.min(o,"object"==typeof e.md?e.md.start:0),g=Math.min(o,"object"==typeof e.md?e.md.end:0),f=Math.min(s,"number"==typeof e.lg?e.lg:s),v=Math.min(s,"object"==typeof e.lg?e.lg.start:0),E=Math.min(s,"object"==typeof e.lg?e.lg.end:0),k=c()(n,{[l.Z[`col-sm-${u}`]]:!(m&&p),[l.Z[`col-sm-${m}-start`]]:m>0,[l.Z[`col-sm-${p}-end`]]:p>0,[l.Z[`col-md-${d}`]]:!(h&&g),[l.Z[`col-md-${h}-start`]]:h>0,[l.Z[`col-md-${g}-end`]]:g>0,[l.Z[`col-lg-${f}`]]:!(v&&E),[l.Z[`col-lg-${v}-start`]]:v>0,[l.Z[`col-lg-${E}-end`]]:E>0});return(0,r.createElement)(a,{className:k},t)}},3363:function(e,t,a){"use strict";var n=a(5235),c=a.n(n),r=a(9196),l=a(8730);t.Z=e=>{let{children:t,fluid:a=!1,tagName:n="div",className:i,horizontalGap:o=1,horizontalSpacing:s=1}=e;const u=(0,r.useMemo)((()=>{const e=`calc( var(--horizontal-spacing) * ${s} )`;return{paddingTop:e,paddingBottom:e,rowGap:`calc( var(--horizontal-spacing) * ${o} )`}}),[o,s]),m=c()(i,l.Z.container,{[l.Z.fluid]:a});return(0,r.createElement)(n,{className:m,style:u},t)}},2054:function(e,t,a){"use strict";var n=a(4333),c=a(3247);const r=["sm","md","lg"];t.Z=(e,t)=>{const a=Array.isArray(e)?e:[e],l=Array.isArray(t)?t:[t],[i,o,s]=r,u={sm:(0,n.useMediaQuery)(c.Z[i]),md:(0,n.useMediaQuery)(c.Z[o]),lg:(0,n.useMediaQuery)(c.Z[s])};return a.map(((e,t)=>{const a=l[t];return a?((e,t,a)=>{const n=r.indexOf(e),c=n+1,l=t.includes("=");let i=[];return t.startsWith("<")&&(i=r.slice(0,l?c:n)),t.startsWith(">")&&(i=r.slice(l?n:c)),i?.length?i.some((e=>a[e])):a[e]})(e,a,u):u[e]}))}},1342:function(e,t,a){"use strict";var n=a(797),c=a(496),r=a(9201),l=a(1074),i=a(9517),o=a(5235),s=a.n(o),u=a(9196),m=a.n(u),p=a(7703);const d=e=>{switch(e){case"error":case"warning":default:return n.Z;case"info":return c.Z;case"success":return r.Z}},h=e=>{let{level:t,title:a,children:n,actions:c,hideCloseButton:r,onClose:o}=e;const u=s()(p.Z.container,p.Z[`is-${t}`]);return m().createElement("div",{className:u},m().createElement("div",{className:p.Z["icon-wrapper"]},m().createElement(l.Z,{icon:d(t),className:p.Z.icon})),m().createElement("div",{className:p.Z["main-content"]},m().createElement("div",{className:p.Z.title},a),n,c&&c.length>0&&m().createElement("div",{className:p.Z["action-bar"]},c.map(((e,t)=>m().createElement("div",{key:t,className:p.Z.action},e))))),!r&&m().createElement("button",{"aria-label":"close",className:p.Z["close-button"],onClick:o},m().createElement(l.Z,{icon:i.Z})))};h.defaultProps={level:"info",hideCloseButton:!1},t.Z=h},9608:function(e,t,a){"use strict";a.d(t,{NE:function(){return b},kF:function(){return w},oK:function(){return y}});var n=a(5736),c=a(1074),r=a(9201),l=a(6163),i=a(5235),o=a.n(i),s=a(9196),u=a.n(s),m=a(9665),p=a(2054),d=a(7325),h=a(5106),g=a(9929);const __=n.__,f=__("Included","jetpack-protect"),v=__("Not included","jetpack-protect"),E=__("Coming soon","jetpack-protect"),k=(0,s.createContext)(void 0),w=e=>{let{isIncluded:t=!1,isComingSoon:a=!1,index:i=0,label:d=null,tooltipInfo:w,tooltipTitle:b,tooltipClassName:y=""}=e;const[Z]=(0,p.Z)("lg"),C=(0,s.useContext)(k)[i],_=a||t,R=C.name,j=C.tooltipInfo,N=C.tooltipTitle,S=w||!Z&&j,P=((e,t,a)=>e?{lg:E, +// translators: Name of the current feature +default:(0,n.sprintf)(__("%s coming soon","jetpack-protect"),a)}:{lg:t?f:v,default:t?a:(0,n.sprintf)(/* translators: Name of the current feature */ +__("%s not included","jetpack-protect"),a)})(a,t,R),x=Z?P.lg:P.default;return u().createElement("div",{className:o()(g.Z.item,g.Z.value)},u().createElement(c.Z,{className:o()(g.Z.icon,_?g.Z["icon-check"]:g.Z["icon-cross"]),size:32,icon:_?r.Z:l.Z}),u().createElement(h.ZP,{variant:"body-small"},d||x),S&&u().createElement(m.Z,{title:b||N,iconClassName:g.Z["popover-icon"],className:o()(g.Z.popover,y),placement:"bottom-end",iconSize:14,offset:4,wide:Boolean(b&&w)},u().createElement(h.ZP,{variant:"body-small",component:"div"},w||j)))},b=e=>{let{children:t}=e;return u().createElement("div",{className:g.Z.header},t)},y=e=>{let{primary:t=!1,children:a}=e,n=0;return u().createElement("div",{className:o()(g.Z.card,{[g.Z["is-primary"]]:t})},s.Children.map(a,(e=>{const t=e;return t.type===w?(n++,(0,s.cloneElement)(t,{index:n-1})):t})))};t.ZP=e=>{let{title:t,items:a,children:n,showIntroOfferDisclaimer:c=!1}=e;const[r]=(0,p.Z)("lg");return u().createElement(k.Provider,{value:a},u().createElement("div",{className:o()(g.Z.container,{[g.Z["is-viewport-large"]]:r}),style:{"--rows":a.length+1,"--columns":s.Children.toArray(n).length+1}},u().createElement("div",{className:g.Z.table},u().createElement(h.ZP,{variant:"headline-small"},t),r&&a.map(((e,t)=>u().createElement("div",{className:o()(g.Z.item,{[g.Z["last-feature"]]:t===a.length-1}),key:t},u().createElement(h.ZP,{variant:"body-small"},u().createElement("strong",null,e.name)),e.tooltipInfo&&u().createElement(m.Z,{title:e.tooltipTitle,iconClassName:g.Z["popover-icon"],className:g.Z.popover,placement:e.tooltipPlacement?e.tooltipPlacement:"bottom-end",iconSize:14,offset:4,wide:Boolean(e.tooltipTitle&&e.tooltipInfo)},u().createElement(h.ZP,{variant:"body-small"},e.tooltipInfo))))),n)),u().createElement("div",{className:g.Z["tos-container"]},u().createElement("div",{className:g.Z.tos},c&&u().createElement(h.ZP,{variant:"body-small"},__("Reduced pricing is a limited offer for the first year and renews at regular price.","jetpack-protect")),u().createElement(d.Z,{multipleButtons:!0}))))}},5347:function(e,t,a){"use strict";var n=a(5736),c=a(5235),r=a.n(c),l=a(5106),i=a(3789),o=a(9184);const __=n.__;t.Z=e=>{let{price:t,offPrice:a,currency:n="",showNotOffPrice:c=!0,hideDiscountLabel:s=!0,promoLabel:u="",legend:m=__("/month, paid yearly","jetpack-protect"),isNotConvenientPrice:p=!1,hidePriceFraction:d=!1,children:h}=e;if(null==t&&null==a||!n)return null;c=c&&null!=a;const g="number"==typeof t&&"number"==typeof a?Math.floor((t-a)/t*100):0,f=!s&&g&&g>0?g+__("% off","jetpack-protect"):null;return React.createElement(React.Fragment,null,React.createElement("div",{className:o.Z.container},React.createElement("div",{className:r()(o.Z["price-container"],"product-price_container")},React.createElement(i.t,{value:a??t,currency:n,isOff:!p,hidePriceFraction:d}),c&&React.createElement(i.t,{value:t,currency:n,isOff:!1,hidePriceFraction:d}),f&&React.createElement(l.ZP,{className:r()(o.Z["promo-label"],"product-price_promo_label")},f))),React.createElement("div",{className:o.Z.footer},h||React.createElement(l.ZP,{className:r()(o.Z.legend,"product-price_legend")},m),u&&React.createElement(l.ZP,{className:r()(o.Z["promo-label"],"product-price_promo_label")},u)))}},3789:function(e,t,a){"use strict";a.d(t,{t:function(){return o}});var n=a(8899),c=a(5235),r=a.n(c),l=a(5106),i=a(9184);const o=e=>{let{value:t,currency:a,isOff:c,hidePriceFraction:o}=e;const s=r()(i.Z.price,"product-price_price",{[i.Z["is-not-off-price"]]:!c}),{symbol:u,integer:m,fraction:p}=(0,n.LR)(t,a),d=!o||!p.endsWith("00");return React.createElement(l.ZP,{className:s,variant:"headline-medium",component:"p"},React.createElement(l.ZP,{className:i.Z.symbol,component:"sup",variant:"title-medium"},u),m,d&&React.createElement(l.ZP,{component:"sup",variant:"body-small","data-testid":"PriceFraction"},React.createElement("strong",null,p)))}},5033:function(e,t,a){"use strict";var n=a(5162),c=a.n(n),r=a(9196),l=a.n(r);a(1683);const i=e=>{const t=e.className+" jp-components-spinner",a={width:e.size,height:e.size,fontSize:e.size,borderTopColor:e.color},n={borderTopColor:e.color,borderRightColor:e.color};return l().createElement("div",{className:t},l().createElement("div",{className:"jp-components-spinner__outer",style:a},l().createElement("div",{className:"jp-components-spinner__inner",style:n})))};i.propTypes={color:c().string,className:c().string,size:c().number},i.defaultProps={color:"#FFFFFF",className:"",size:20},t.Z=i},7325:function(e,t,a){"use strict";var n=a(9307),c=a(5736),r=a(5235),l=a.n(r),i=a(6895),o=a(5106);a(7920);const __=c.__,s=()=>(0,n.createInterpolateElement)(__("By clicking the buttons above, you agree to our Terms of Service and to share details with WordPress.com.","jetpack-protect"),{tosLink:React.createElement(m,{slug:"wpcom-tos"}),shareDetailsLink:React.createElement(m,{slug:"jetpack-support-what-data-does-jetpack-sync"})}),u=e=>{let{agreeButtonLabel:t}=e;return(0,n.createInterpolateElement)((0,c.sprintf)(/* translators: %s is a button label */ +__("By clicking the %s button, you agree to our Terms of Service and to share details with WordPress.com.","jetpack-protect"),t),{strong:React.createElement("strong",null),tosLink:React.createElement(m,{slug:"wpcom-tos"}),shareDetailsLink:React.createElement(m,{slug:"jetpack-support-what-data-does-jetpack-sync"})})},m=e=>{let{slug:t,children:a}=e;return React.createElement("a",{className:"terms-of-service__link",href:(0,i.Z)(t),rel:"noopener noreferrer",target:"_blank"},a)};t.Z=e=>{let{className:t,multipleButtons:a,agreeButtonLabel:n}=e;return React.createElement(o.ZP,{className:l()(t,"terms-of-service")},a?React.createElement(s,null):React.createElement(u,{agreeButtonLabel:n}))}},6017:function(e,t,a){"use strict";a.d(t,{h:function(){return n},s:function(){return c}});const n={"headline-medium":"h1","headline-small":"h2","headline-small-regular":"h2","title-medium":"h3","title-medium-semi-bold":"h3","title-small":"h4",body:"p","body-small":"p","body-extra-small":"p","body-extra-small-bold":"p",label:"p"},c=["mt","mr","mb","ml","mx","my","m","pt","pr","pb","pl","px","py","p"]},5106:function(e,t,a){"use strict";a.d(t,{Dx:function(){return d},H3:function(){return p}});var n=a(2674),c=a.n(n),r=a(5235),l=a.n(r),i=a(9196),o=a.n(i),s=a(6017),u=a(3280);const m=(0,i.forwardRef)(((e,t)=>{let{variant:a="body",children:n,component:r,className:m,...p}=e;const d=r||s.h[a]||"span",h=(0,i.useMemo)((()=>s.s.reduce(((e,t)=>(void 0!==p[t]&&(e+=u.Z[`${t}-${p[t]}`]+" ",delete p[t]),e)),"")),[p]);return p.ref=t,o().createElement(d,c()({className:l()(u.Z.reset,u.Z[a],m,h)},p),n)}));m.displayName="Text",t.ZP=m;const p=e=>{let{children:t,weight:a="bold",...n}=e;const r="headline-small"+("bold"===a?"":`-${a}`);return o().createElement(m,c()({variant:r,mb:3},n),t)},d=e=>{let{children:t,size:a="medium",...n}=e;return o().createElement(m,c()({variant:`title-${a}`,mb:1},n),t)}},8275:function(e,t,a){"use strict";var n=a(9196),c=a.n(n),r=a(3591);const l={"--font-headline-medium":"48px","--font-headline-small":"36px","--font-title-medium":"24px","--font-title-small":"20px","--font-body":"16px","--font-body-small":"14px","--font-body-extra-small":"12px","--font-title-large":"var(--font-headline-small)","--font-label":"var(--font-body-extra-small)"},i={"--jp-black":"#000000","--jp-black-80":"#2c3338","--jp-white":"#ffffff","--jp-white-off":"#f9f9f6","--jp-gray":"#dcdcde","--jp-gray-0":"#F6F7F7","--jp-gray-10":"#C3C4C7","--jp-gray-20":"#A7AAAD","--jp-gray-40":"#787C82","--jp-gray-50":"#646970","--jp-gray-60":"#50575E","--jp-gray-70":"#3C434A","--jp-gray-80":"#2C3338","--jp-gray-90":"#1d2327","--jp-gray-off":"#e2e2df","--jp-red-0":"#F7EBEC","--jp-red-5":"#FACFD2","--jp-red-40":"#E65054","--jp-red-50":"#D63638","--jp-red-60":"#B32D2E","--jp-red-70":"#8A2424","--jp-red-80":"#691C1C","--jp-red":"#d63639","--jp-yellow-5":"#F5E6B3","--jp-yellow-10":"#F2CF75","--jp-yellow-20":"#F0C930","--jp-yellow-30":"#DEB100","--jp-yellow-40":"#C08C00","--jp-yellow-50":"#9D6E00","--jp-yellow-60":"#7D5600","--jp-blue-20":"#68B3E8","--jp-blue-40":"#1689DB","--jp-pink":"#C9356E","--jp-green-0":"#f0f2eb","--jp-green-5":"#d0e6b8","--jp-green-10":"#9dd977","--jp-green-20":"#64ca43","--jp-green-30":"#2fb41f","--jp-green-40":"#069e08","--jp-green-50":"#008710","--jp-green-60":"#007117","--jp-green-70":"#005b18","--jp-green-80":"#004515","--jp-green-90":"#003010","--jp-green-100":"#001c09","--jp-green":"#069e08","--jp-green-primary":"var( --jp-green-40 )","--jp-green-secondary":"var( --jp-green-30 )"},o={"--jp-border-radius":"4px","--jp-menu-border-height":"1px","--jp-underline-thickness":"2px"},s={"--spacing-base":"8px"},u={},m=(e,t,a)=>{const n={...l,...i,...o,...s};for(const t in n)e.style.setProperty(t,n[t]);a&&e.classList.add(r.Z.global),t&&(u[t]={provided:!0,root:e})};t.ZP=e=>{let{children:t=null,targetDom:a,id:r,withGlobalStyles:l=!0}=e;const i=(0,n.useRef)(),o=u?.[r]?.provided;return(0,n.useLayoutEffect)((()=>{if(!o)return a?m(a,r,l):void(i?.current&&m(i.current,r,l))}),[a,i,o,r,l]),a?t:c().createElement("div",{ref:i},t)}},4153:function(e,t,a){"use strict";function n(e,t,a,n){const c=new URL("https://wordpress.com/checkout/"),r=new URL(`${c}${t}/${e}`);return r.searchParams.set("redirect_to",a),n||r.searchParams.set("unlinked","1"),r.searchParams.set("site",t),r.toString()}a.d(t,{Z:function(){return n}})},6895:function(e,t,a){"use strict";function n(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const a={};let n;if("undefined"!=typeof window&&(n=window?.JP_CONNECTION_INITIAL_STATE?.calypsoEnv),0===e.search("https://")){const t=new URL(e);e=`https://${t.host}${t.pathname}`,a.url=encodeURIComponent(e)}else a.source=encodeURIComponent(e);for(const e in t)a[e]=encodeURIComponent(t[e]);!Object.keys(a).includes("site")&&"undefined"!=typeof jetpack_redirects&&jetpack_redirects.hasOwnProperty("currentSiteRawUrl")&&(a.site=jetpack_redirects.currentSiteRawUrl),n&&(a.calypso_env=n);return"https://jetpack.com/redirect/?"+Object.keys(a).map((e=>e+"="+a[e])).join("&")}a.d(t,{Z:function(){return n}})},1132:function(e,t,a){let n={};try{n=a(6436)}catch{console.error("jetpackConfig is missing in your webpack config file. See @automattic/jetpack-config"),n={missingConfig:!0}}const c=e=>n.hasOwnProperty(e);e.exports={jetpackConfigHas:c,jetpackConfigGet:e=>{if(!c(e))throw'This app requires the "'+e+'" Jetpack Config to be defined in your webpack configuration file. See details in @automattic/jetpack-config package docs.';return n[e]}}},6186:function(e,t,a){"use strict";var n=a(2054),c=a(5033),r=a(5609),l=a(5736),i=a(5162),o=a.n(i),s=a(9196),u=a.n(s),m=a(9836);const __=l.__,p=e=>{const{message:t,isRestoringConnection:a,restoreConnectionCallback:i,restoreConnectionError:o}=e,[s]=(0,n.Z)(["md"],[">"]),p=m.Z.notice+(s?" "+m.Z["bigger-than-medium"]:""),d=u().createElement(r.Icon,{icon:u().createElement(r.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u().createElement(r.Path,{d:"M11.7815 4.93772C11.8767 4.76626 12.1233 4.76626 12.2185 4.93772L20.519 19.8786C20.6116 20.0452 20.4911 20.25 20.3005 20.25H3.69951C3.50889 20.25 3.3884 20.0452 3.48098 19.8786L11.7815 4.93772Z",stroke:"#D63638",strokeWidth:"1.5"}),u().createElement(r.Path,{d:"M13 10H11V15H13V10Z",fill:"#D63638"}),u().createElement(r.Path,{d:"M13 16H11V18H13V16Z",fill:"#D63638"}))});if(!t)return null;if(a)return u().createElement(r.Notice,{status:"error",isDismissible:!1,className:p},u().createElement("div",{className:m.Z.message},u().createElement(c.Z,{color:"#B32D2E",size:24}),__("Reconnecting Jetpack","jetpack-protect")));const h=o?u().createElement(r.Notice,{status:"error",isDismissible:!1,className:p+" "+m.Z.error},u().createElement("div",{className:m.Z.message},d,(0,l.sprintf)(/* translators: placeholder is the error. */ +__("There was an error reconnecting Jetpack. Error: %s","jetpack-protect"),o))):null;return u().createElement(u().Fragment,null,h,u().createElement(r.Notice,{status:"error",isDismissible:!1,className:p},u().createElement("div",{className:m.Z.message},d,t),i&&u().createElement("a",{onClick:i,onKeyDown:i,className:m.Z.button,href:"#"},__("Restore Connection","jetpack-protect"))))};p.propTypes={message:o().string.isRequired,restoreConnectionCallback:o().func,isRestoringConnection:o().bool,restoreConnectionError:o().string},t.Z=p},1294:function(e,t,a){"use strict";var n=a(4743),c=a(9818),r=a(9196),l=a(428);const i=window?.JP_CONNECTION_INITIAL_STATE?window.JP_CONNECTION_INITIAL_STATE:{};t.Z=function(){let{registrationNonce:e=i.registrationNonce,apiRoot:t=i.apiRoot,apiNonce:a=i.apiNonce,redirectUri:o,autoTrigger:s,from:u,skipUserConnection:m}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{registerSite:p,connectUser:d,refreshConnectedPlugins:h}=(0,c.useDispatch)(l.t),g=(0,c.useSelect)((e=>e(l.t).getRegistrationError())),{siteIsRegistering:f,userIsConnecting:v,userConnectionData:E,connectedPlugins:k,connectionErrors:w,isRegistered:b,isUserConnected:y,hasConnectedOwner:Z,isOfflineMode:C}=(0,c.useSelect)((e=>({siteIsRegistering:e(l.t).getSiteIsRegistering(),userIsConnecting:e(l.t).getUserIsConnecting(),userConnectionData:e(l.t).getUserConnectionData(),connectedPlugins:e(l.t).getConnectedPlugins(),connectionErrors:e(l.t).getConnectionErrors(),isOfflineMode:e(l.t).getIsOfflineMode(),...e(l.t).getConnectionStatus()}))),_=()=>m?o?(window.location=o,Promise.resolve(o)):Promise.resolve():d({from:u,redirectUri:o}),R=t=>(t&&t.preventDefault(),b?_():p({registrationNonce:e,redirectUri:o}).then((()=>_())));return(0,r.useEffect)((()=>{n.ZP.setApiRoot(t),n.ZP.setApiNonce(a)}),[t,a]),(0,r.useEffect)((()=>{!s||f||v||R()}),[]),{handleRegisterSite:R,handleConnectUser:_,refreshConnectedPlugins:h,isRegistered:b,isUserConnected:y,siteIsRegistering:f,userIsConnecting:v,registrationError:g,userConnectionData:E,hasConnectedOwner:Z,connectedPlugins:k,connectionErrors:w,isOfflineMode:C}}},3329:function(e,t,a){"use strict";a.d(t,{Z:function(){return l},h:function(){return i}});var n=a(6186),c=a(1294),r=a(1045);function l(){const{connectionErrors:e}=(0,c.Z)({}),t=Object.values(e).shift(),a=t&&Object.values(t).length&&Object.values(t).shift().error_message;return{hasConnectionError:Boolean(a),connectionErrorMessage:a}}const i=()=>{const{hasConnectionError:e,connectionErrorMessage:t}=l(),{restoreConnection:a,isRestoringConnection:c,restoreConnectionError:i}=(0,r.Z)();return e?React.createElement(n.Z,{isRestoringConnection:c,restoreConnectionError:i,restoreConnectionCallback:a,message:t}):null}},8258:function(e,t,a){"use strict";a.d(t,{Z:function(){return f}});var n=a(4743),c=a(4153),r=a(9818),l=a(951),i=a.n(l),o=a(9196),s=a(1294),u=a(428);const m=i()("jetpack:connection:useProductCheckoutWorkflow"),{registrationNonce:p,apiRoot:d,apiNonce:h,siteSuffix:g}=window?.JP_CONNECTION_INITIAL_STATE?window.JP_CONNECTION_INITIAL_STATE:{};function f(){let{productSlug:e,redirectUrl:t,siteSuffix:a=g,siteProductAvailabilityHandler:l=null,from:i}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};m("productSlug is %s",e),m("redirectUrl is %s",t),m("siteSuffix is %s",a),m("from is %s",i);const[f,v]=(0,o.useState)(!1),{registerSite:E}=(0,r.useDispatch)(u.t),{isUserConnected:k,isRegistered:w,handleConnectUser:b}=(0,s.Z)({redirectUri:t,from:i}),y=(0,c.Z)(e,a,t,k);m("checkoutProductUrl is %s",y),m("isUserConnected is %s",k);const Z=()=>Promise.resolve(l&&l()).then((e=>{if(e)return m("handleAfterRegistration: Site has a product associated"),b();m("handleAfterRegistration: Site does not have a product associated. Redirecting to checkout %s",y),window.location.href=y}));return(0,o.useEffect)((()=>{n.ZP.setApiRoot(d),n.ZP.setApiNonce(h)}),[]),{run:e=>{if(e&&e.preventDefault(),v(!0),w)return Z();E({registrationNonce:p,redirectUri:t}).then(Z)},isRegistered:w,hasCheckoutStarted:f}}},1045:function(e,t,a){"use strict";a.d(t,{Z:function(){return s}});var n=a(4743),c=a(9818),r=a(9196),l=a(428);const{apiRoot:i,apiNonce:o}=window?.JP_CONNECTION_INITIAL_STATE?window.JP_CONNECTION_INITIAL_STATE:{};function s(){const[e,t]=(0,r.useState)(!1),[a,s]=(0,r.useState)(null),{disconnectUserSuccess:u,setConnectionErrors:m}=(0,c.useDispatch)(l.t);return(0,r.useEffect)((()=>{n.ZP.setApiRoot(i),n.ZP.setApiNonce(o)}),[]),{restoreConnection:function(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return t(!0),s(null),n.ZP.reconnect().then((t=>("in_progress"===t.status?(u(),m({}),e&&(window.location.href="/wp-admin/admin.php?page=my-jetpack#/connection")):window.location.reload(),t))).catch((e=>{throw s(e),t(!1),e}))},isRestoringConnection:e,restoreConnectionError:a}}},7523:function(e,t,a){"use strict";a.d(t,{LI:function(){return r},N4:function(){return i},Qo:function(){return m},T1:function(){return s},TS:function(){return u},ZP:function(){return y},b5:function(){return d},i6:function(){return c},qJ:function(){return h},qV:function(){return o},r7:function(){return l},wQ:function(){return p}});var n=a(4743);const c="SET_CONNECTION_STATUS",r="SET_CONNECTION_STATUS_IS_FETCHING",l="SET_SITE_IS_REGISTERING",i="SET_USER_IS_CONNECTING",o="SET_REGISTRATION_ERROR",s="CLEAR_REGISTRATION_ERROR",u="SET_AUTHORIZATION_URL",m="DISCONNECT_USER_SUCCESS",p="SET_CONNECTED_PLUGINS",d="SET_CONNECTION_ERRORS",h="SET_IS_OFFLINE_MODE",g=e=>({type:c,connectionStatus:e}),f=e=>({type:l,isRegistering:e}),v=e=>({type:i,isConnecting:e}),E=e=>({type:o,registrationError:e}),k=()=>({type:s}),w=e=>({type:u,authorizationUrl:e}),b=e=>({type:p,connectedPlugins:e});const y={setConnectionStatus:g,setConnectionStatusIsFetching:e=>({type:r,isFetching:e}),fetchConnectionStatus:()=>({type:"FETCH_CONNECTION_STATUS"}),fetchAuthorizationUrl:e=>({type:"FETCH_AUTHORIZATION_URL",redirectUri:e}),setSiteIsRegistering:f,setUserIsConnecting:v,setRegistrationError:E,clearRegistrationError:k,setAuthorizationUrl:w,registerSite:function(e){let{registrationNonce:t,redirectUri:a}=e;return function*(){yield k(),yield f(!0);try{const e=yield{type:"REGISTER_SITE",registrationNonce:t,redirectUri:a};return yield g({isRegistered:!0}),yield w(e.authorizeUrl),yield f(!1),Promise.resolve(e)}catch(e){return yield E(e),yield f(!1),Promise.reject(e)}}()},connectUser:function(){let{from:e,redirectFunc:t,redirectUri:a}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return function*(){yield v(!0),yield{type:"CONNECT_USER",from:e,redirectFunc:t,redirectUri:a}}()},disconnectUserSuccess:()=>({type:m}),setConnectedPlugins:b,refreshConnectedPlugins:()=>async e=>{let{dispatch:t}=e;return await new Promise((e=>n.ZP.fetchConnectedPlugins().then((a=>{t(b(a)),e(a)}))))},setConnectionErrors:e=>({type:d,connectionErrors:e}),setIsOfflineMode:e=>({type:h,isOfflineMode:e})}},1432:function(e,t,a){"use strict";var n=a(4743),c=a(9818),r=a(7057);const l=(0,c.createRegistryControl)((e=>{let{resolveSelect:t}=e;return function(){let{from:e,redirectFunc:a,redirectUri:n}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return new Promise(((c,l)=>{t(r.Z).getAuthorizationUrl(n).then((t=>{const n=a||(e=>window.location.assign(e)),r=new URL(t);e&&r.searchParams.set("from",encodeURIComponent(e));const l=r.toString();n(l),c(l)})).catch((e=>{l(e)}))}))}}));t.Z={FETCH_AUTHORIZATION_URL:e=>{let{redirectUri:t}=e;return n.ZP.fetchAuthorizationUrl(t)},REGISTER_SITE:e=>{let{registrationNonce:t,redirectUri:a}=e;return n.ZP.registerSite(t,a)},CONNECT_USER:l}},1479:function(e,t,a){"use strict";var n=a(9818),c=a(7523);const r=(0,n.combineReducers)({connectionStatus:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.i6:return{...e,...t.connectionStatus};case c.Qo:return{...e,isUserConnected:!1}}return e},connectionStatusIsFetching:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===c.LI?t.isFetching:e},siteIsRegistering:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===c.r7?t.isRegistering:e},userIsConnecting:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===c.N4?t.isConnecting:e},registrationError:(e,t)=>{switch(t.type){case c.T1:return!1;case c.qV:return t.registrationError;default:return e}},authorizationUrl:(e,t)=>t.type===c.TS?t.authorizationUrl:e,userConnectionData:(e,t)=>(t.type,e),connectedPlugins:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return t.type===c.wQ?t.connectedPlugins:e},connectionErrors:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return t.type===c.b5?t.connectionErrors:e},isOfflineMode:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===c.qJ?t.isConnecting:e}});t.Z=r},7728:function(e,t,a){"use strict";var n=a(9818),c=a(7523),r=a(7057);const l={getAuthorizationUrl:{isFulfilled:function(e){const t=Boolean(e.authorizationUrl);for(var a=arguments.length,c=new Array(a>1?a-1:0),l=1;le.connectionStatus||{},getConnectionStatusIsFetching:()=>!1,getSiteIsRegistering:e=>e.siteIsRegistering||!1,getUserIsConnecting:e=>e.userIsConnecting||!1,getRegistrationError:e=>e.registrationError||!1,getAuthorizationUrl:e=>e.authorizationUrl||!1,getUserConnectionData:e=>e.userConnectionData||!1,getConnectedPlugins:e=>e.connectedPlugins||[],getConnectionErrors:e=>e.connectionErrors||[],getIsOfflineMode:e=>e.isOfflineMode||!1,getWpcomUser:e=>e?.userConnectionData?.currentUser?.wpcomUser,getBlogId:e=>e?.userConnectionData?.currentUser?.blogId}};t.Z=a},3535:function(e,t,a){"use strict";var n=a(9818);class c{static store=null;static mayBeInit(e,t){null===c.store&&(c.store=(0,n.createReduxStore)(e,t),(0,n.register)(c.store))}}t.Z=c},7057:function(e,t){"use strict";t.Z="jetpack-connection"},428:function(e,t,a){"use strict";a.d(t,{t:function(){return s.Z}});var n=a(7523),c=a(1432),r=a(1479),l=a(7728),i=a(2725),o=a(3535),s=a(7057);const u=window.JP_CONNECTION_INITIAL_STATE;u||console.error("Jetpack Connection package: Initial state is missing. Check documentation to see how to use the Connection composer package to set up the initial state."),o.Z.mayBeInit(s.Z,{__experimentalUseThunks:!0,reducer:r.Z,actions:n.ZP,selectors:i.Z,resolvers:l.Z,controls:c.Z,initialState:u||{}})},1827:function(e,t,a){"use strict";var n=a(6989),c=a.n(n),r=a(4769),l=a.n(r);const i={fetchWaf:()=>c()({path:"jetpack-protect/v1/waf",method:"GET"}).then(l()),toggleWaf:()=>c()({method:"POST",path:"jetpack-protect/v1/toggle-waf"}),updateWaf:e=>c()({method:"POST",path:"jetpack/v4/waf",data:e}),wafSeen:()=>c()({path:"jetpack-protect/v1/waf-seen",method:"POST"}),wafUpgradeSeen:()=>c()({path:"jetpack-protect/v1/waf-upgrade-seen",method:"POST"})};t.Z=i},7267:function(e,t,a){"use strict";var n=a(9105),c=a(3363),r=a(8258),l=a(6989),i=a.n(l),o=a(9818),s=a(5736),u=a(6483),m=a(9196),p=a.n(m),d=a(3898),h=a(8963),g=a(4633),f=a(6402),v=a(8266),E=a(3324),k=a(3900),w=a(2770);const __=s.__;t.Z=e=>{let{children:t}=e;(0,w.Z)();const{isSeen:a}=(0,h.Z)(),{refreshPlan:l,startScanOptimistically:s,refreshStatus:b}=(0,o.useDispatch)(g.t),{adminUrl:y}=window.jetpackProtectInitialState||{},{run:Z,isRegistered:C,hasCheckoutStarted:_}=(0,r.Z)({productSlug:d.o,redirectUrl:(0,u.addQueryArgs)(y,{checkPlan:!0}),siteProductAvailabilityHandler:async()=>i()({path:"jetpack-protect/v1/check-plan",method:"GET"}).then((e=>e))});return(0,m.useEffect)((()=>{(0,u.getQueryArg)(window.location.search,"checkPlan")&&(s(),setTimeout((()=>{l(),b(!0)}),5e3))}),[l,b,s]),!C||_?p().createElement(f.Z,{onScanAdd:Z}):p().createElement(n.Z,{moduleName:__("Jetpack Protect","jetpack-protect"),header:p().createElement(v.Z,null)},p().createElement(c.Z,{horizontalSpacing:0},p().createElement(E.Z,{className:k.Z.navigation},p().createElement(E.O,{link:"/",label:__("Scan","jetpack-protect")}),p().createElement(E.O,{link:"/firewall",label:p().createElement(p().Fragment,null,__("Firewall","jetpack-protect"),!1===a&&p().createElement("span",{className:k.Z.badge},__("New","jetpack-protect")))}))),t)}},2770:function(e,t,a){"use strict";var n=a(1294),c=a(9818),r=a(9196),l=a(4633);t.Z=()=>{const{isRegistered:e}=(0,n.Z)(),{refreshStatus:t}=(0,c.useDispatch)(l.t),a=(0,c.useSelect)((e=>e(l.t).getStatus()));(0,r.useEffect)((()=>{e&&!a.status&&t()}),[e])}},4948:function(e,t,a){"use strict";a.d(t,{Z:function(){return i}});var n=a(5609),c=a(9196),r=a.n(c),l=a(9993);function i(e){let{className:t,color:a="#D63638"}=e;return r().createElement("div",{className:l.Z.container},r().createElement(n.SVG,{className:t,width:"127",height:"136",viewBox:"0 0 127 136",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r().createElement(n.G,{filter:"url(#filter0_d_2716_19567)"},r().createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M63.4061 36L86.8123 46.4057V61.9177C86.8123 75.141 78.1289 87.6611 65.8844 91.6107C64.2754 92.1298 62.5369 92.1297 60.9279 91.6107C48.6834 87.6611 40 75.141 40 61.9177V46.4057L63.4061 36Z",fill:a}),r().createElement(n.Rect,{x:"59.8953",y:"72.1666",width:"7.02184",height:"7",rx:"3.5",fill:"white"}),r().createElement(n.Path,{d:"M59.9619 51.0626C59.9258 50.4868 60.383 50 60.9599 50H65.8524C66.4293 50 66.8866 50.4868 66.8505 51.0626L65.8056 67.7292C65.7725 68.2562 65.3355 68.6667 64.8075 68.6667H62.0048C61.4769 68.6667 61.0398 68.2562 61.0068 67.7292L59.9619 51.0626Z",fill:"white"})),r().createElement("defs",null,r().createElement("filter",{id:"filter0_d_2716_19567",x:"0",y:"0",width:"126.812",height:"136",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},r().createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r().createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),r().createElement("feOffset",{dy:"4"}),r().createElement("feGaussianBlur",{stdDeviation:"20"}),r().createElement("feComposite",{in2:"hardAlpha",operator:"out"}),r().createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r().createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_2716_19567"}),r().createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2716_19567",result:"shape"})))))}},9974:function(e,t,a){"use strict";var n=a(5033),c=a(9818),r=a(5736),l=a(4633),i=a(9886),o=a(4424);const __=r.__;t.Z=e=>{let{children:t}=e;const{checkCredentials:a}=(0,c.useDispatch)(l.t),{credentials:r,credentialsIsFetching:s}=(0,c.useSelect)((e=>({credentials:e(l.t).getCredentials(),credentialsIsFetching:e(l.t).getCredentialsIsFetching()})));return r||s||a(),r?0===r.length?React.createElement(i.Z,null):t:React.createElement("div",{className:o.Z.loading},React.createElement(n.Z,{color:"black",style:{color:"black",marginTop:0,marginLeft:0}}),React.createElement("p",{className:o.Z.loading__message},__("Checking credentials…","jetpack-protect")))}},9886:function(e,t,a){"use strict";var n=a(5106),c=a(526),r=a(6895),l=a(9818),i=a(5736),o=a(9196),s=a(4633),u=a(291),m=a(3064);const __=i.__;t.Z=()=>{const{setModal:e}=(0,l.useDispatch)(s.t),{siteSuffix:t}=window.jetpackProtectInitialState,{checkCredentials:a}=(0,l.useDispatch)(s.t),i=(0,l.useSelect)((e=>e(s.t).getCredentials()));return(0,o.useEffect)((()=>{const e=setInterval((()=>{i&&0!==i.length||a()}),3e3);return()=>clearInterval(e)}),[a,i]),React.createElement(React.Fragment,null,React.createElement(n.ZP,{variant:"title-medium",mb:2},__("Site credentials needed","jetpack-protect")),React.createElement(u.Z,{type:"info",message:__("Before Jetpack Protect can auto-fix threats on your site, it needs your server credentials.","jetpack-protect")}),React.createElement(n.ZP,{mb:3},__("Your server credentials allow Jetpack Protect to access the server that’s powering your website. This information is securely saved and only used to perform fix threats detected on your site.","jetpack-protect")),React.createElement(n.ZP,{mb:3},__("Once you’ve entered server credentials, Jetpack Protect will be fixing the selected threats.","jetpack-protect")),React.createElement("div",{className:m.Z.footer},React.createElement(c.Z,{variant:"secondary",onClick:t=>{t.preventDefault(),e({type:null})}},__("Not now","jetpack-protect")),React.createElement(c.Z,{isExternalLink:!0,weight:"regular",href:(0,r.Z)("jetpack-settings-security-credentials",{site:t})},__("Enter server credentials","jetpack-protect"))))}},7127:function(e,t,a){"use strict";var n=a(7470),c=a(9196),r=a(9137);const l=e=>{const t=e.lastIndexOf("/");return t>-1?[e.slice(0,t),e.slice(t)]:["",e]};t.C=e=>{let{diff:t}=e;return React.createElement("div",{className:r.Z["diff-viewer"]},(0,n.G)(t).map(((e,t)=>React.createElement(c.Fragment,{key:t},React.createElement("div",{key:`file-${t}`,className:r.Z["diff-viewer__filename"]},(e=>{let{oldFileName:t,newFileName:a}=e;const n="a"===t[0]&&"/"===t[1]&&"b"===a[0]&&"/"===a[1],[i,o]=n?[t.slice(2),a.slice(2)]:[t,a];if(i===o){const[e,t]=l(i);return React.createElement(c.Fragment,null,e&&React.createElement("span",{className:r.Z["diff-viewer__path-prefix"]},e),React.createElement("span",{className:r.Z["diff-viewer__path"]},t))}const s=Math.max(i.length,o.length);for(let e=0,t=0;e{let a=0;return e.lines.map(((n,c)=>React.createElement("div",{key:`${t}-${c}`},"+"===n[0]?" ":e.oldStart+a++)))}))),React.createElement("div",{key:"right-numbers",className:r.Z["diff-viewer__line-numbers"]},e.hunks.map(((e,t)=>{let a=0;return e.lines.map(((n,c)=>React.createElement("div",{key:`${t}-${c}`},"-"===n[0]?" ":e.newStart+a++)))}))),React.createElement("div",{className:r.Z["diff-viewer__lines"]},e.hunks.map(((e,t)=>e.lines.map(((e,a)=>{const n=e.slice(1).replace(/^\s*$/," "),c=`${t}-${a}`;switch(e[0]){case" ":return React.createElement("div",{key:c},n);case"-":return React.createElement("del",{key:c},n);case"+":return React.createElement("ins",{key:c},n)}}))))))))))}},8431:function(e,t,a){"use strict";var n=a(5106),c=a(526),r=a(216),l=a(5609),i=a(9818),o=a(9307),s=a(5736),u=a(9196),m=a(3898),p=a(8963),d=a(4633),h=a(9909),g=a(3932);const __=s.__,f=()=>{const{setModal:e}=(0,i.useDispatch)(d.t);return React.createElement("div",{className:g.Z["standalone-mode-section"]},React.createElement(n.Dx,null,__("Standalone mode","jetpack-protect")),React.createElement(n.ZP,{mb:2},__("Learn how you can execute the firewall before WordPress initializes. This mode offers the most protection.","jetpack-protect")),React.createElement(c.Z,{variant:"link",isExternalLink:!0,weight:"regular",onClick:t=>{t.preventDefault(),e({type:"STANDALONE_MODE"})}},__("Learn more","jetpack-protect")))},v=()=>{const{config:e,isUpdating:t,toggleShareData:a}=(0,p.Z)(),{jetpackWafShareData:c}=e||{},{setNotice:r}=(0,i.useDispatch)(d.t),[s,h]=(0,u.useState)({jetpack_waf_share_data:c}),f=(0,u.useCallback)((()=>{h({...s,jetpack_waf_share_data:!s.jetpack_waf_share_data}),a().then((()=>r({type:"success",duration:5e3,dismissable:!0,message:__("Changes saved.","jetpack-protect")}))).catch((()=>{r({type:"error",dismissable:!0,message:(0,o.createInterpolateElement)(__("An error ocurred. Please try again or contact support.","jetpack-protect"),{supportLink:React.createElement(l.ExternalLink,{href:m.K})})})}))}),[s,a,r]);return(0,u.useEffect)((()=>{h({jetpack_waf_share_data:c})}),[c]),React.createElement("div",{className:g.Z["share-data-section"]},React.createElement(n.Dx,{mb:2},__(" Share data with Jetpack","jetpack-protect")),React.createElement("div",{className:g.Z["footer-checkbox"]},React.createElement(l.CheckboxControl,{checked:Boolean(s.jetpack_waf_share_data),onChange:f,disabled:t}),React.createElement(n.ZP,null,__("Allow Jetpack to collect data to improve firewall protection and rules. Collected data is also used to display advanced usage metrics.","jetpack-protect"))))};t.Z=()=>{const{isEnabled:e}=(0,p.Z)();return React.createElement(r.Z,null,React.createElement(h.Z,{main:React.createElement(f,null),secondary:e&&React.createElement(v,null),preserveSecondaryOnMobile:!0}))}},2651:function(e,t,a){"use strict";var n=a(526),c=a(5106),r=a(216),l=a(3363),i=a(3846),o=a(8258),s=a(5609),u=a(5736),m=a(1074),p=a(1646),d=a(5235),h=a.n(d),g=a(9196),f=a.n(g),v=a(3898),E=a(6477),k=a(5773),w=a(8963),b=a(8452);const __=u.__,y=()=>{const{adminUrl:e}=window.jetpackProtectInitialState||{},t=e+"#/firewall",{config:{automaticRulesAvailable:a}}=(0,w.Z)(),{run:c}=(0,o.Z)({productSlug:v.o,redirectUrl:t}),{recordEventHandler:r}=(0,E.Z)(),l=r("jetpack_protect_waf_header_get_scan_link_click",c);return f().createElement(n.Z,{className:b.Z["upgrade-button"],onClick:l},a?__("Upgrade to update automatic security rules","jetpack-protect",0):__("Upgrade to enable automatic firewall protection","jetpack-protect"))},Z=e=>{let{children:t=__("The free version of the firewall does not receive updates to automatic security rules.","jetpack-protect")}=e;const[a,n]=(0,g.useState)(!1),r=(0,g.useCallback)((()=>{n(!0)}),[]),l=(0,g.useCallback)((()=>{n(!1)}),[]);return f().createElement("div",{className:b.Z["icon-popover"],onMouseLeave:l,onMouseEnter:r,onClick:r,onFocus:r,onBlur:l,role:"presentation"},f().createElement(m.Z,{icon:p.Z}),a&&f().createElement(s.Popover,{noArrow:!1,offset:5},f().createElement(c.ZP,{className:b.Z["popover-text"],variant:"body-small"},t)))},C=e=>{let{className:t,text:a="",popover:n=!1,children:r}=e;return f().createElement("div",{className:b.Z["firewall-subheading__content"]},f().createElement(c.ZP,{className:b.Z[t],weight:600},a),n&&f().createElement(Z,{children:r}))},_=e=>{let{hasRequiredPlan:t,automaticRulesAvailable:a,jetpackWafIpList:n,jetpackWafAutomaticRules:c,bruteForceProtectionIsEnabled:r,wafSupported:l}=e;const i=l&&c&&n,o=l&&c&&!n,s=l&&!c&&n,u=l&&!c&&!n;return f().createElement(f().Fragment,null,f().createElement("div",{className:b.Z["firewall-subheading"]},l&&r&&f().createElement(C,{className:"brute-force-protection-subheading",text:__("Brute force protection is active.","jetpack-protect")}),u&&f().createElement(C,{text:__("There are no firewall rules applied.","jetpack-protect")}),o&&f().createElement(C,{text:__("Automatic firewall protection is enabled.","jetpack-protect"),popover:!t}),s&&f().createElement(C,{text:__("Only manual IP list rules apply.","jetpack-protect"),popover:!t&&!a,children:__("The free version of the firewall only allows for use of manual rules.","jetpack-protect")}),i&&f().createElement(C,{text:__("All firewall rules apply.","jetpack-protect"),popover:!t})),!t&&f().createElement(y,null))},R=e=>{let{status:t,hasRequiredPlan:a,automaticRulesEnabled:n,automaticRulesAvailable:o,jetpackWafIpList:u,jetpackWafAutomaticRules:m,bruteForceProtectionIsEnabled:p,wafSupported:d}=e;return f().createElement(r.Z,null,f().createElement(l.Z,{className:b.Z["firewall-header"],horizontalSpacing:7,horizontalGap:0},f().createElement(i.Z,null,"on"===t&&f().createElement(f().Fragment,null,f().createElement(c.ZP,{className:h()(b.Z.status,b.Z.active),variant:"label"},__("Active","jetpack-protect")),f().createElement(c.H3,{className:b.Z["firewall-heading"],mb:1,mt:2},!d&&__("Brute force protection is active","jetpack-protect"),d&&(n?__("Automatic firewall is on","jetpack-protect"):__("Firewall is on","jetpack-protect",0))),f().createElement(_,{jetpackWafIpList:u,jetpackWafAutomaticRules:m,bruteForceProtectionIsEnabled:p,hasRequiredPlan:a,automaticRulesAvailable:o,wafSupported:d})),"off"===t&&f().createElement(f().Fragment,null,f().createElement(c.ZP,{className:b.Z.status,variant:"label"},__("Inactive","jetpack-protect")),f().createElement(c.H3,{className:b.Z["firewall-heading"],mb:1,mt:2},!d&&__("Brute force protection is disabled","jetpack-protect"),d&&(o?__("Automatic firewall is off","jetpack-protect"):__("Firewall is off","jetpack-protect",0))),f().createElement(_,{jetpackWafIpList:u,jetpackWafAutomaticRules:m,bruteForceProtectionIsEnabled:p,hasRequiredPlan:a,automaticRulesAvailable:o,wafSupported:d})),"loading"===t&&f().createElement(f().Fragment,null,f().createElement(s.Spinner,{className:b.Z.spinner}),f().createElement(c.H3,{className:b.Z["firewall-heading"],mb:2,mt:2},__("Automatic firewall is being set up","jetpack-protect")),f().createElement(c.ZP,{className:b.Z["loading-text"],weight:600},__("Please wait…","jetpack-protect")))),f().createElement(i.Z,null,f().createElement("div",{className:b.Z["stat-card-wrapper"]}))))};t.Z=()=>{const{config:{jetpackWafAutomaticRules:e,jetpackWafIpList:t,automaticRulesAvailable:a,bruteForceProtection:n},isToggling:c,wafSupported:r}=(0,w.Z)(),{hasRequiredPlan:l}=(0,k.Z)(),i=r&&(e||t)||n?"on":"off";return f().createElement(R,{status:c?"loading":i,hasRequiredPlan:l,automaticRulesEnabled:e,automaticRulesAvailable:a,jetpackWafIpList:t,jetpackWafAutomaticRules:e,bruteForceProtectionIsEnabled:n,wafSupported:r})}},5975:function(e,t,a){"use strict";var n=a(2674),c=a.n(n),r=a(2054),l=a(1342),i=a(5106),o=a(526),s=a(857),u=a(3363),m=a(3846),p=a(8258),d=a(5609),h=a(9818),g=a(9307),f=a(5736),v=a(1074),E=a(6163),k=a(3259),w=a(6292),b=a.n(w),y=a(9196),Z=a(1827),C=a(3898),_=a(6477),R=a(5773),j=a(8963),N=a(4633),S=a(7267),P=a(8431),x=a(2651),z=a(5678),M=a(291),L=a(5800),I=a(9265),T=a(4854);const __=f.__,_n=f._n,A=window?.jetpackProtectInitialState?.adminUrl,O=5e3;t.Z=()=>{const[e]=(0,r.Z)(["sm","lg"],[null,"<"]),t=(0,h.useSelect)((e=>e(N.t).getNotice())),{setWafIsSeen:a,setWafUpgradeIsSeen:n,setNotice:w}=(0,h.useDispatch)(N.t),{config:{jetpackWafAutomaticRules:V,jetpackWafIpList:F,jetpackWafIpBlockList:H,jetpackWafIpAllowList:D,automaticRulesAvailable:U,bruteForceProtection:B},currentIp:W,isEnabled:J,isSeen:G,upgradeIsSeen:$,displayUpgradeBadge:q,wafSupported:K,isUpdating:X,stats:{ipAllowListCount:Q,ipBlockListCount:Y,rulesVersion:ee,automaticRulesLastUpdated:te},toggleAutomaticRules:ae,toggleManualRules:ne,toggleBruteForceProtection:ce,toggleWaf:re,updateConfig:le}=(0,j.Z)(),{hasRequiredPlan:ie}=(0,R.Z)(),{run:oe}=(0,p.Z)({productSlug:C.o,redirectUrl:`${A}#/firewall`}),{recordEventHandler:se,recordEvent:ue}=(0,_.Z)(),me=J&&(ie||U),[pe,de]=(0,y.useState)(!1),[he,ge]=(0,y.useState)({jetpack_waf_automatic_rules:V,jetpack_waf_ip_list:F,jetpack_waf_ip_block_list:H,jetpack_waf_ip_allow_list:D,brute_force_protection:B}),[fe,ve]=(0,y.useState)(!1),[Ee,ke]=(0,y.useState)(!1),we=(0,y.useCallback)((e=>{switch(e.code){case"file_system_error":return __("A filesystem error occurred.","jetpack-protect");case"rules_api_error":return __("An error occurred retrieving the latest firewall rules from Jetpack.","jetpack-protect");default:return!1}}),[]),be=(0,y.useCallback)((e=>{const t=we(e)||__("An error occurred.","jetpack-protect"),a=(0,g.createInterpolateElement)(__("Please try again or contact support.","jetpack-protect"),{supportLink:React.createElement(d.ExternalLink,{href:C.K})});w({type:"error",message:React.createElement(React.Fragment,null,t," ",a)})}),[we,w]),ye=se("jetpack_protect_waf_page_get_scan_link_click",oe),Ze=(0,y.useCallback)((()=>{ve(!0),le(he).then((()=>w({type:"success",duration:O,message:__("Changes saved.","jetpack-protect")}))).catch(be).finally((()=>ve(!1)))}),[le,he,be,w]),Ce=(0,y.useCallback)((e=>{const{value:t,id:a}=e.target;ge({...he,[a]:t})}),[he]),_e=(0,y.useCallback)((()=>{ve(!0);const e=!he.jetpack_waf_automatic_rules;ge({...he,jetpack_waf_automatic_rules:e}),ae().then((()=>{de(!1),w({type:"success",duration:O,message:e?__("Automatic firewall protection is enabled.","jetpack-protect"):__("Automatic firewall protection is disabled.","jetpack-protect",0)}),ue(e?"jetpack_protect_automatic_rules_enabled":"jetpack_protect_automatic_rules_disabled")})).then((()=>{$||(n(!0),Z.Z.wafUpgradeSeen())})).catch((e=>{de(!0),be(e)})).finally((()=>ve(!1)))}),[he,ae,w,ue,$,n,be]),Re=(0,y.useCallback)((()=>{ve(!0);const e=!he.brute_force_protection;ge({...he,brute_force_protection:e}),ce().then((()=>{w({type:"success",duration:O,message:e?__("Brute force protection is enabled.","jetpack-protect"):__("Brute force protection is disabled.","jetpack-protect",0)}),ue(e?"jetpack_protect_brute_force_protection_enabled":"jetpack_protect_brute_force_protection_disabled")})).catch(be).finally((()=>ve(!1)))}),[he,ce,be,w,ue]),je=(0,y.useCallback)((()=>{const e=!he.jetpack_waf_ip_list;ve(!0),ge({...he,jetpack_waf_ip_list:e}),ne().then((()=>{w({type:"success",duration:O,message:e?__("Manual rules are active.","jetpack-protect"):__("Manual rules are disabled.","jetpack-protect",0)}),ue(e?"jetpack_protect_manual_rules_enabled":"jetpack_protect_manual_rules_disabled")})).catch(be).finally((()=>ve(!1)))}),[he,ne,be,w,ue]),Ne=(0,y.useCallback)((()=>{ke(!Ee)}),[Ee,ke]),Se=(0,y.useCallback)((()=>{n(!0),Z.Z.wafUpgradeSeen()}),[n]),Pe=(0,y.useMemo)((()=>he.jetpack_waf_ip_allow_list.includes(W)),[he.jetpack_waf_ip_allow_list,W]),xe=(0,y.useCallback)((()=>{const e=he.jetpack_waf_ip_allow_list.length>0?`${he.jetpack_waf_ip_allow_list}\n${W}`:W;ge((t=>({...t,jetpack_waf_ip_allow_list:e})))}),[he.jetpack_waf_ip_allow_list,W]);(0,y.useEffect)((()=>{X||ge({jetpack_waf_automatic_rules:V,jetpack_waf_ip_list:F,jetpack_waf_ip_block_list:H,jetpack_waf_ip_allow_list:D,brute_force_protection:B})}),[F,H,D,V,B,X]),(0,y.useEffect)((()=>{G||(a(!0),Z.Z.wafSeen())}),[G,a]),(0,_.Z)({pageViewEventName:"protect_waf",pageViewEventProperties:{has_plan:ie}});const ze=React.createElement(l.Z,{level:"error",title:"Jetpack Firewall is currently disabled.",children:React.createElement(i.ZP,null,__("Re-enable the Firewall to continue.","jetpack-protect")),actions:[React.createElement(o.Z,{variant:"link",onClick:re,isLoading:X,disabled:X},__("Enable Firewall","jetpack-protect"))],hideCloseButton:!0}),Me=React.createElement(React.Fragment,null,React.createElement("div",{className:`${T.Z["toggle-section"]} ${me?"":T.Z["toggle-section--disabled"]}`},React.createElement("div",{className:T.Z["toggle-section__control"]},React.createElement(z.Z,{checked:!!me&&he.jetpack_waf_automatic_rules,onChange:_e,disabled:!J||fe||!me}),ie&&!1===$&&React.createElement(d.Popover,{noArrow:!1,offset:8,position:"top right"},React.createElement("div",{className:T.Z.popover},React.createElement("div",{className:T.Z.popover__header},React.createElement(i.ZP,{className:T.Z.popover__title,variant:"title-small"},__("Thanks for upgrading!","jetpack-protect")),React.createElement(o.Z,{className:T.Z.popover__button,variant:"icon"},React.createElement(v.Z,{onClick:Se,icon:E.Z,size:24,"aria-label":__("Close Window","jetpack-protect")}))),React.createElement(i.ZP,{className:T.Z.popover__description,variant:"body",mt:2,mb:3},__("Turn on Jetpack Firewall to automatically protect your site with the latest security rules.","jetpack-protect")),React.createElement("div",{className:T.Z.popover__footer},React.createElement(o.Z,{onClick:Se},__("Got it","jetpack-protect")))))),React.createElement("div",{className:T.Z["toggle-section__content"]},React.createElement("div",{className:T.Z["toggle-section__title"]},React.createElement(i.ZP,{variant:"title-medium",mb:2},__("Enable automatic firewall protection","jetpack-protect")),!e&&ie&&q&&React.createElement("span",{className:T.Z.badge},__("NOW AVAILABLE","jetpack-protect"))),React.createElement(i.ZP,null,__("Block untrusted traffic sources by scanning every request made to your site. Jetpack’s advanced security rules are automatically kept up-to-date to protect your site from the latest threats.","jetpack-protect")),React.createElement("div",{className:T.Z["toggle-section__details"]},V&&!pe&&React.createElement("div",{className:T.Z["automatic-rules-stats"]},ee&&React.createElement(i.ZP,{className:T.Z["automatic-rules-stats__version"],variant:"body-small"},(0,f.sprintf)( +// translators: placeholder is the latest rules version i.e. "v2.0". +__("Automatic security rules v%s installed.","jetpack-protect"),ee)),te&&React.createElement(i.ZP,{className:T.Z["automatic-rules-stats__last-updated"],variant:"body-small"},(0,f.sprintf)( +// translators: placeholder is the date latest rules were updated i.e. "September 23, 2022". +__("Last updated on %s.","jetpack-protect"),b().unix(te).format("MMMM D, YYYY")))),pe&&React.createElement(React.Fragment,null,React.createElement(i.ZP,{className:T.Z["automatic-rules-stats__failed-install"],variant:"body-small",mt:2},__("Failed to update automatic firewall rules.","jetpack-protect")," ",we(pe)),React.createElement(o.Z,{variant:"link",href:C.K},React.createElement(i.ZP,{variant:"body-small"},__("Contact support","jetpack-protect"))))))),!ie&&React.createElement("div",{className:T.Z["upgrade-trigger-section"]},React.createElement(s.Z,{className:T.Z["upgrade-trigger"],description:me?__("Your site is not receiving the latest updates to automatic rules","jetpack-protect",0):__("Set up automatic rules with one click","jetpack-protect"),cta:me?__("Upgrade to keep your site secure with up-to-date firewall rules","jetpack-protect",0):__("Upgrade to enable automatic firewall protection","jetpack-protect"),onClick:ye}))),Le=React.createElement(React.Fragment,null,React.createElement("div",{className:T.Z["brute-force-rules-section"]},React.createElement(I.Z,{id:"jetpack_waf_ip_allow_list",label:__("Always allowed IP addresses","jetpack-protect"),description:React.createElement(React.Fragment,null,React.createElement(i.ZP,{mb:1},__("IP addresses added to this list will never be blocked by Jetpack's brute force protection.","jetpack-protect")),React.createElement("div",{className:T.Z["current-ip-text"]},React.createElement(i.ZP,{variant:"body-small",mb:1},(0,g.createInterpolateElement)((0,f.sprintf)( +// translators: placeholder is the user's current IP address. +__("Your current IP: %s","jetpack-protect"),W),{strong:React.createElement("strong",null)})),React.createElement(o.Z,{variant:"secondary",size:"small",onClick:xe,disabled:fe||Pe},__("+ Add to Allow List","jetpack-protect")))),placeholder:__("Example:","jetpack-protect")+"\n12.12.12.1\n12.12.12.2",rows:3,value:he.jetpack_waf_ip_allow_list,onChange:Ce,disabled:fe})),React.createElement(o.Z,{onClick:Ze,isLoading:fe,disabled:fe},__("Save changes","jetpack-protect"))),Ie=React.createElement(React.Fragment,null,React.createElement("div",{className:T.Z["toggle-section"]},React.createElement("div",{className:T.Z["toggle-section__control"]},React.createElement(z.Z,{id:"brute_force_protection",checked:he.brute_force_protection,onChange:Re,disabled:fe})),React.createElement("div",{className:T.Z["toggle-section__content"]},React.createElement(i.ZP,{variant:"title-medium",mb:2},__("Enable brute force protection","jetpack-protect")),React.createElement(i.ZP,null,__("Prevent bots and hackers from attempting to log in to your website with common username and password combinations.","jetpack-protect")))),!K&&he.brute_force_protection&&Le),Te=React.createElement("div",{className:T.Z["toggle-wrapper"]},K&&Me,Ie,K&&React.createElement("div",{className:`${T.Z["toggle-section"]} ${B||J?"":T.Z["toggle-section--disabled"]}`},React.createElement("div",{className:T.Z["toggle-section__control"]},React.createElement(z.Z,{id:"jetpack_waf_ip_list",checked:(J||B)&&he.jetpack_waf_ip_list,onChange:je,disabled:fe||!J&&!B})),React.createElement("div",{className:T.Z["toggle-section__content"]},React.createElement(i.ZP,{variant:"title-medium",mb:2},__("Enable manual block and allow lists","jetpack-protect")),React.createElement(i.ZP,null,__("Manually block or allow traffic from specific IP addresses.","jetpack-protect")),F&&React.createElement("div",{className:T.Z["toggle-section__details"]},React.createElement("div",{className:T.Z["manual-rules-stats"]},0===Q&&0===Y&&React.createElement(i.ZP,{className:T.Z["manual-rules-stats__no-rules"],variant:"body-small",mt:2},__("No manual rules are being applied.","jetpack-protect")),Y>0&&React.createElement(i.ZP,{className:T.Z["manual-rules-stats__block-list-count"],variant:"body-small",mt:2},(0,f.sprintf)( +// translators: placeholder is a number of blocked IP addresses i.e. "5 IPs are being blocked". +_n("%s IP is being blocked. ","%s IPs are being blocked. ",Y,"jetpack-protect"),1===Y?"One":Y)),Q>0&&React.createElement(i.ZP,{className:T.Z["manual-rules-stats__allow-list-count"],variant:"body-small",mt:2},(0,f.sprintf)( +// translators: placeholder is a number of allowed IP addresses i.e. "5 IPs are being allowed". +_n("%s IP is being allowed.","%s IPs are being allowed.",Q,"jetpack-protect"),1===Q?"One":Q))),React.createElement(o.Z,{variant:"link",disabled:!J&&!B},React.createElement(i.ZP,{variant:"body-small",onClick:Ne},__("Edit manual rules","jetpack-protect"))))))),Ae=React.createElement("div",null,React.createElement(o.Z,{className:T.Z["go-back-button"],variant:"icon",icon:k.Z,onClick:Ne},React.createElement(i.ZP,null,__("Go back","jetpack-protect"))),React.createElement(i.ZP,{variant:"title-medium",mt:4,mb:2},__("Manual rules","jetpack-protect")),React.createElement(i.ZP,{mb:4},__("Add manual rules for what IP traffic the Jetpack Firewall and brute force protection should block or allow.","jetpack-protect")),K&&React.createElement("div",{className:T.Z["manual-rules-section"]},React.createElement(I.Z,{id:"jetpack_waf_ip_block_list",label:__("Blocked IP addresses","jetpack-protect"),placeholder:__("Example:","jetpack-protect")+"\n12.12.12.1\n12.12.12.2",rows:3,value:he.jetpack_waf_ip_block_list,onChange:Ce,disabled:fe})),React.createElement("div",{className:T.Z["manual-rules-section"]},React.createElement(I.Z,{id:"jetpack_waf_ip_allow_list",label:__("Always allowed IP addresses","jetpack-protect"),description:React.createElement("div",{className:T.Z["current-ip-text"]},React.createElement(i.ZP,{variant:"body-small",mb:1},(0,g.createInterpolateElement)((0,f.sprintf)( +// translators: placeholder is the user's current IP address. +__("Your current IP: %s","jetpack-protect"),W),{strong:React.createElement("strong",null)})),React.createElement(o.Z,{variant:"secondary",size:"small",onClick:xe,disabled:fe||Pe},__("+ Add to Allow List","jetpack-protect"))),placeholder:__("Example:","jetpack-protect")+"\n12.12.12.1\n12.12.12.2",rows:3,value:he.jetpack_waf_ip_allow_list,onChange:Ce,disabled:fe})),React.createElement(o.Z,{onClick:Ze,isLoading:fe,disabled:fe},__("Save changes","jetpack-protect")));return React.createElement(S.Z,null,t.message&&React.createElement(M.Z,c()({floating:!0,dismissable:!0},t)),React.createElement(x.Z,null),React.createElement(u.Z,{className:T.Z.container,horizontalSpacing:8,horizontalGap:4},K&&!J&&React.createElement(m.Z,null,ze," "),React.createElement(m.Z,null,Ee?Ae:Te)),K?React.createElement(P.Z,null):React.createElement(L.Z,null))}},8840:function(e,t,a){"use strict";var n=a(5106),c=a(526),r=a(9818),l=a(5736),i=a(9196),o=a(4633),s=a(9974),u=a(8891),m=a(2854),p=a(5823);const __=l.__;t.Z=e=>{let{threatList:t=[]}=e;const{setModal:a,fixThreats:l}=(0,r.useDispatch)(o.t),{threatsUpdating:d}=(0,r.useSelect)((e=>e(o.t).getThreatsUpdating())),[h,g]=(0,i.useState)(t.map((e=>{let{id:t}=e;return t}))),f=(0,i.useCallback)(((e,t)=>{g(e?h.push(t.id):h.filter((e=>e!==t.id)))}),[h]);return React.createElement(m.Z,null,React.createElement(s.Z,null,React.createElement(n.ZP,{variant:"title-medium",mb:2},__("Fix all threats","jetpack-protect")),React.createElement(n.ZP,{mb:3},__("Jetpack will be fixing the selected threats:","jetpack-protect")),React.createElement("div",{className:p.Z.list},t.map((e=>React.createElement(u.Z,{key:e.id,threat:e,fixAllDialog:!0,onCheckFix:f})))),React.createElement("div",{className:p.Z.footer},React.createElement(c.Z,{variant:"secondary",onClick:e=>{e.preventDefault(),a({type:null})}},__("Cancel","jetpack-protect")),React.createElement(c.Z,{isLoading:Boolean(d)&&d[h[0]],onClick:async e=>{e.preventDefault(),l(h,(()=>{a({type:null})}))}},__("Fix all threats","jetpack-protect")))))}},1593:function(e,t,a){"use strict";var n=a(5106),c=a(526),r=a(9818),l=a(5736),i=a(4633),o=a(9974),s=a(8891),u=a(2854),m=a(7279);const __=l.__;t.Z=e=>{let{id:t,fixable:a,label:l,icon:p,severity:d}=e;const{setModal:h,fixThreats:g}=(0,r.useDispatch)(i.t),f=(0,r.useSelect)((e=>e(i.t).getThreatsUpdating()));return React.createElement(u.Z,null,React.createElement(o.Z,null,React.createElement(n.ZP,{variant:"title-medium",mb:2},__("Fix Threat","jetpack-protect")),React.createElement(n.ZP,{mb:3},__("Jetpack will be fixing the selected threat:","jetpack-protect")),React.createElement("div",{className:m.Z.list},React.createElement(s.Z,{threat:{id:t,fixable:a,label:l,icon:p,severity:d},fixAllDialog:!1})),React.createElement("div",{className:m.Z.footer},React.createElement(c.Z,{variant:"secondary",onClick:e=>{e.preventDefault(),h({type:null})}},__("Cancel","jetpack-protect")),React.createElement(c.Z,{isLoading:Boolean(f&&f[t]),onClick:async e=>{e.preventDefault(),g([t],(()=>{h({type:null})}))}},__("Fix threat","jetpack-protect")))))}},5678:function(e,t,a){"use strict";var n=a(9196),c=a(1234);t.Z=e=>{let{ariaLabel:t,checked:a=!1,className:r="",disabled:l=!1,id:i,onChange:o=(()=>{}),onKeyDown:s=(()=>{}),switchClassNames:u="",toggling:m}=e;const p=(0,n.useCallback)((e=>{l||o(e)}),[l,o]),d=(0,n.useCallback)((e=>{l||("Enter"!==e.key&&" "!==e.key||(e.preventDefault(),o(e)),s(e))}),[l,o,s]);return React.createElement(React.Fragment,null,React.createElement("div",null,React.createElement("input",{className:`${c.Z["form-toggle"]} ${r} ${m?c.Z["is-toggling"]:""}`,type:"checkbox",checked:a,readOnly:!0,disabled:l}),React.createElement("span",{className:`${c.Z["form-toggle__switch"]} ${u}`,disabled:l,id:i,onClick:p,onKeyDown:d,role:"checkbox","aria-checked":a,"aria-label":t,tabIndex:l?-1:0})))}},3584:function(e,t,a){"use strict";a.d(t,{U:function(){return d}});var n=a(5106),c=a(1074),r=a(7489),l=a(2229),i=a(5235),o=a.n(i),s=a(9196),u=a.n(s),m=a(9122);const p=u().createContext(),d=e=>{let{id:t,title:a,label:i,icon:d,children:h,onOpen:g}=e;const f=(0,s.useContext)(p),v=f?.open===t,E=f?.setOpen,k=o()(m.Z["accordion-body"],{[m.Z["accordion-body-open"]]:v,[m.Z["accordion-body-close"]]:!v}),w=(0,s.useCallback)((()=>{v||g?.(),E((e=>e===t?null:t))}),[v,g,E,t]);return u().createElement("div",{className:m.Z["accordion-item"]},u().createElement("button",{className:m.Z["accordion-header"],onClick:w},u().createElement("div",null,u().createElement(n.ZP,{className:m.Z["accordion-header-label"],mb:1},u().createElement(c.Z,{icon:d,className:m.Z["accordion-header-label-icon"]}),i),u().createElement(n.ZP,{className:m.Z["accordion-header-description"],variant:v?"title-small":"body"},a)),u().createElement("div",{className:m.Z["accordion-header-button"]},u().createElement(c.Z,{icon:v?r.Z:l.Z,size:38}))),u().createElement("div",{className:k,"aria-hidden":v?"false":"true"},h))};t.Z=e=>{let{children:t}=e;const[a,n]=(0,s.useState)();return u().createElement(p.Provider,{value:{open:a,setOpen:n}},u().createElement("div",{className:m.Z.accordion},t))}},3116:function(e,t,a){"use strict";var n=a(6895),c=a(5106),r=a(526),l=a(9818),i=a(9307),o=a(5736),s=a(1074),u=a(4633),m=a(2251),p=a(2854),d=a(6983);const __=o.__;t.Z=e=>{let{id:t,title:a,label:o,icon:h,severity:g}=e;const{setModal:f,ignoreThreat:v}=(0,l.useDispatch)(u.t),E=(0,l.useSelect)((e=>e(u.t).getThreatsUpdating())),k=(0,n.Z)("jetpack-protect-codeable-referral");return React.createElement(p.Z,null,React.createElement(c.ZP,{variant:"title-medium",mb:2},__("Do you really want to ignore this threat?","jetpack-protect")),React.createElement(c.ZP,{mb:3},__("Jetpack will ignore the threat:","jetpack-protect")),React.createElement("div",{className:d.Z.threat},React.createElement(s.Z,{icon:h,className:d.Z.threat__icon}),React.createElement("div",{className:d.Z.threat__summary},React.createElement(c.ZP,{className:d.Z.threat__summary__label,mb:1},o),React.createElement(c.ZP,{className:d.Z.threat__summary__title},a)),React.createElement("div",{className:d.Z.threat__severity},React.createElement(m.Z,{severity:g}))),React.createElement(c.ZP,{mb:4},(0,i.createInterpolateElement)(__("By ignoring this threat you confirm that you have reviewed the detected code and assume the risks of keeping a potentially malicious or vulnerable file on your site. If you are unsure please request an estimate with Codeable.","jetpack-protect"),{codeableLink:React.createElement(r.Z,{variant:"link",isExternalLink:!0,href:k})})),React.createElement("div",{className:d.Z.footer},React.createElement(r.Z,{variant:"secondary",onClick:e=>{e.preventDefault(),f({type:null})}},__("Cancel","jetpack-protect")),React.createElement(r.Z,{isDestructive:!0,isLoading:Boolean(E&&E[t]),onClick:async e=>{e.preventDefault(),v(t,(()=>{f({type:null})}))}},__("Ignore threat","jetpack-protect"))))}},6402:function(e,t,a){"use strict";var n=a(9105),c=a(5106),r=a(216),l=a(3363),i=a(3846),o=a(9307),s=a(5736),u=a(9196),m=a.n(u),p=a(6477),d=a(8266),h=a(9401),g=a(2951);const __=s.__;t.Z=e=>{let{onScanAdd:t}=e;return(0,p.Z)({pageViewEventName:"protect_interstitial"}),m().createElement(n.Z,{moduleName:__("Jetpack Protect","jetpack-protect"),header:m().createElement("div",{className:g.Z["protect-header"]},m().createElement(d.Z,null),m().createElement(c.ZP,{variant:"body-small"},(0,o.createInterpolateElement)(__("Already have an existing plan or license key? Click here to get started","jetpack-protect"),{a:m().createElement("a",{href:"admin.php?page=my-jetpack#/add-license"})})))},m().createElement(r.Z,null,m().createElement(l.Z,{horizontalSpacing:3,horizontalGap:3},m().createElement(i.Z,{sm:4,md:8,lg:12},m().createElement(h.Z,{onScanAdd:t})))))}},8266:function(e,t,a){"use strict";a.d(t,{Z:function(){return l}});var n=a(5609),c=a(9196),r=a.n(c);function l(e){let{iconColor:t="#069E08",color:a="#000"}=e;return r().createElement(n.SVG,{fillRule:"evenodd",clipRule:"evenodd",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 245 41",width:245},r().createElement(n.Path,{d:"M159.347 27.3605H156.978V7.9082H162.371C163.176 7.9082 163.917 7.95666 164.596 8.05359C165.284 8.15051 165.914 8.30074 166.486 8.50428C167.649 8.92104 168.531 9.54619 169.132 10.3797C169.733 11.2036 170.033 12.2213 170.033 13.4328C170.033 14.4214 169.834 15.2937 169.437 16.0497C169.049 16.796 168.482 17.4211 167.736 17.9251C166.99 18.4291 166.079 18.812 165.003 19.0737C163.937 19.3257 162.725 19.4517 161.368 19.4517C160.719 19.4517 160.045 19.4226 159.347 19.3644V27.3605ZM159.347 17.1982C159.667 17.237 160.002 17.2661 160.35 17.2854C160.699 17.3048 161.029 17.3145 161.339 17.3145C162.454 17.3145 163.403 17.2273 164.189 17.0528C164.974 16.8784 165.613 16.6264 166.108 16.2968C166.602 15.9576 166.961 15.5505 167.183 15.0756C167.406 14.591 167.518 14.0434 167.518 13.4328C167.518 12.6768 167.334 12.0565 166.965 11.5719C166.607 11.0873 166.093 10.719 165.424 10.467C165.008 10.3119 164.528 10.2053 163.985 10.1471C163.442 10.0793 162.812 10.0453 162.095 10.0453H159.347V17.1982Z",fill:a}),r().createElement(n.Path,{d:"M181.093 15.3809H180.919C180.386 15.3809 179.862 15.4294 179.349 15.5263C178.835 15.6232 178.35 15.7735 177.895 15.977C177.449 16.1708 177.042 16.4131 176.674 16.7039C176.315 16.9947 176.014 17.3388 175.772 17.7361V27.3605H173.519V13.5491H175.263L175.699 15.7444H175.743C175.966 15.3858 176.237 15.0514 176.557 14.7412C176.887 14.4311 177.255 14.1597 177.662 13.9271C178.069 13.6945 178.515 13.5152 179 13.3892C179.484 13.2535 179.993 13.1856 180.526 13.1856C180.623 13.1856 180.72 13.1905 180.817 13.2002C180.924 13.2002 181.016 13.205 181.093 13.2147V15.3809Z",fill:a}),r().createElement(n.Path,{d:"M193.302 20.4694C193.302 19.6164 193.195 18.8604 192.982 18.2014C192.779 17.5326 192.488 16.9705 192.11 16.5149C191.741 16.0497 191.3 15.7008 190.787 15.4682C190.273 15.2258 189.711 15.1047 189.1 15.1047C188.49 15.1047 187.928 15.2258 187.414 15.4682C186.9 15.7008 186.454 16.0497 186.076 16.5149C185.708 16.9705 185.417 17.5326 185.204 18.2014C185.001 18.8604 184.899 19.6164 184.899 20.4694C184.899 21.3126 185.001 22.0686 185.204 22.7373C185.417 23.3964 185.713 23.9537 186.091 24.4092C186.469 24.8648 186.915 25.2137 187.428 25.456C187.942 25.6886 188.504 25.8049 189.115 25.8049C189.725 25.8049 190.283 25.6886 190.787 25.456C191.3 25.2137 191.741 24.8648 192.11 24.4092C192.488 23.9537 192.779 23.3964 192.982 22.7373C193.195 22.0686 193.302 21.3126 193.302 20.4694ZM195.657 20.4694C195.657 21.5549 195.502 22.5435 195.192 23.4352C194.882 24.3269 194.441 25.0926 193.869 25.7322C193.307 26.3622 192.623 26.8517 191.819 27.2006C191.015 27.5495 190.113 27.724 189.115 27.724C188.088 27.724 187.167 27.5495 186.353 27.2006C185.548 26.8517 184.86 26.3622 184.288 25.7322C183.726 25.0926 183.295 24.3269 182.994 23.4352C182.694 22.5435 182.544 21.5549 182.544 20.4694C182.544 19.3741 182.699 18.3807 183.009 17.489C183.319 16.5973 183.755 15.8316 184.317 15.1919C184.889 14.5522 185.577 14.0579 186.382 13.709C187.196 13.3601 188.102 13.1856 189.1 13.1856C190.118 13.1856 191.034 13.3601 191.848 13.709C192.662 14.0579 193.35 14.5522 193.913 15.1919C194.475 15.8316 194.906 16.5973 195.206 17.489C195.507 18.3807 195.657 19.3741 195.657 20.4694Z",fill:a}),r().createElement(n.Path,{d:"M206.354 27.3896C206.16 27.4672 205.864 27.5398 205.467 27.6077C205.07 27.6755 204.595 27.7143 204.042 27.724C203.315 27.724 202.685 27.6319 202.152 27.4478C201.619 27.2733 201.173 27.0213 200.815 26.6918C200.466 26.3525 200.204 25.9455 200.03 25.4705C199.855 24.9956 199.768 24.4674 199.768 23.8859V15.4827H197.107V13.5491H199.768V9.76911H202.021V13.5491H206.15V15.4827H202.021V23.5369C202.021 23.8568 202.065 24.1524 202.152 24.4238C202.249 24.6952 202.395 24.9326 202.588 25.1362C202.792 25.33 203.049 25.4851 203.359 25.6014C203.669 25.708 204.042 25.7613 204.478 25.7613C204.779 25.7613 205.094 25.7371 205.423 25.6886C205.763 25.6402 206.073 25.5772 206.354 25.4996V27.3896Z",fill:a}),r().createElement(n.Path,{d:"M214.681 15.1192C214.167 15.1192 213.687 15.221 213.242 15.4245C212.805 15.6281 212.423 15.9043 212.093 16.2532C211.764 16.6021 211.497 17.0141 211.293 17.489C211.09 17.9542 210.964 18.4534 210.915 18.9864H217.894C217.894 18.4437 217.821 17.9397 217.676 17.4744C217.54 16.9995 217.337 16.5876 217.065 16.2387C216.794 15.8898 216.459 15.6184 216.062 15.4245C215.665 15.221 215.204 15.1192 214.681 15.1192ZM215.917 25.7613C216.663 25.7613 217.341 25.7032 217.952 25.5869C218.572 25.4609 219.188 25.2864 219.798 25.0635V26.9389C219.304 27.1812 218.693 27.3702 217.967 27.5059C217.24 27.6513 216.459 27.724 215.626 27.724C214.637 27.724 213.707 27.598 212.835 27.346C211.972 27.094 211.216 26.6869 210.567 26.1248C209.917 25.5626 209.403 24.8309 209.025 23.9295C208.657 23.0184 208.473 21.9232 208.473 20.6438C208.473 19.3838 208.647 18.2934 208.996 17.3727C209.345 16.4422 209.811 15.6668 210.392 15.0465C210.974 14.4262 211.642 13.961 212.398 13.6509C213.154 13.3407 213.944 13.1856 214.768 13.1856C215.544 13.1856 216.266 13.3165 216.934 13.5782C217.613 13.8302 218.199 14.2324 218.693 14.7849C219.188 15.3373 219.575 16.0497 219.857 16.922C220.147 17.7943 220.293 18.8411 220.293 20.0623C220.293 20.1786 220.293 20.2804 220.293 20.3676C220.293 20.4451 220.288 20.6293 220.278 20.92H210.799C210.799 21.802 210.93 22.5532 211.192 23.1735C211.463 23.7841 211.827 24.2832 212.282 24.6709C212.747 25.0489 213.29 25.3252 213.91 25.4996C214.531 25.6741 215.199 25.7613 215.917 25.7613Z",fill:a}),r().createElement(n.Path,{d:"M229.885 13.1856C230.553 13.1856 231.193 13.2583 231.804 13.4037C232.414 13.5394 232.938 13.7332 233.374 13.9852V15.8607C232.763 15.6281 232.201 15.4536 231.687 15.3373C231.174 15.221 230.65 15.1628 230.117 15.1628C229.555 15.1628 228.998 15.2549 228.445 15.4391C227.893 15.6232 227.398 15.9285 226.962 16.355C226.526 16.7718 226.172 17.3291 225.901 18.0269C225.639 18.7151 225.508 19.5728 225.508 20.6002C225.508 21.3465 225.605 22.0346 225.799 22.6646C226.003 23.2946 226.298 23.8423 226.686 24.3075C227.083 24.763 227.578 25.1216 228.169 25.3833C228.76 25.6353 229.444 25.7613 230.219 25.7613C230.781 25.7613 231.348 25.7032 231.92 25.5869C232.492 25.4609 233.049 25.2864 233.592 25.0635V26.9389C233.427 27.0358 233.209 27.1328 232.938 27.2297C232.676 27.3266 232.385 27.409 232.065 27.4768C231.745 27.5544 231.406 27.6125 231.048 27.6513C230.689 27.6998 230.33 27.724 229.972 27.724C229.041 27.724 228.159 27.5835 227.326 27.3024C226.502 27.0213 225.78 26.59 225.16 26.0085C224.539 25.4269 224.05 24.6903 223.691 23.7986C223.333 22.907 223.153 21.8505 223.153 20.6293C223.153 19.7182 223.245 18.8992 223.429 18.1723C223.623 17.4454 223.885 16.8057 224.215 16.2532C224.544 15.7008 224.927 15.2307 225.363 14.843C225.809 14.4553 226.279 14.1403 226.773 13.898C227.277 13.646 227.796 13.4667 228.329 13.3601C228.862 13.2438 229.381 13.1856 229.885 13.1856Z",fill:a}),r().createElement(n.Path,{d:"M244.143 27.3896C243.949 27.4672 243.654 27.5398 243.256 27.6077C242.859 27.6755 242.384 27.7143 241.832 27.724C241.105 27.724 240.475 27.6319 239.942 27.4478C239.409 27.2733 238.963 27.0213 238.604 26.6918C238.255 26.3525 237.993 25.9455 237.819 25.4705C237.645 24.9956 237.557 24.4674 237.557 23.8859V15.4827H234.897V13.5491H237.557V9.76911H239.811V13.5491H243.94V15.4827H239.811V23.5369C239.811 23.8568 239.854 24.1524 239.942 24.4238C240.039 24.6952 240.184 24.9326 240.378 25.1362C240.581 25.33 240.838 25.4851 241.148 25.6014C241.458 25.708 241.832 25.7613 242.268 25.7613C242.568 25.7613 242.883 25.7371 243.213 25.6886C243.552 25.6402 243.862 25.5772 244.143 25.4996V27.3896Z",fill:a}),r().createElement(n.Path,{d:"M20.1063 40.2111C31.2106 40.2111 40.2126 31.2091 40.2126 20.1048C40.2126 9.00048 31.2106 0 20.1063 0C9.00197 0 0 9.00197 0 20.1063C0 31.2106 9.00197 40.2111 20.1063 40.2111Z",fill:t}),r().createElement(n.Path,{d:"M21.104 16.7295V36.2209L31.1571 16.7295H21.104Z",fill:"white"}),r().createElement(n.Path,{d:"M19.0701 23.4444V3.99023L9.05566 23.4444H19.0701Z",fill:"white"}),r().createElement(n.Path,{d:"M51.9141 33.3819C51.3379 32.499 50.8019 31.6176 50.2644 30.7733C53.1038 29.0462 54.0626 27.666 54.0626 25.0559V9.97619H50.7245V7.09961H57.8236V24.2891C57.8236 28.6635 56.558 31.1188 51.9141 33.3819Z",fill:a}),r().createElement(n.Path,{d:"M81.6522 23.0994C81.6522 24.557 82.6885 24.7104 83.3793 24.7104C84.0702 24.7104 85.0677 24.4796 85.8345 24.2503V26.9363C84.7595 27.2817 83.6473 27.5497 82.1122 27.5497C80.2705 27.5497 78.122 26.8589 78.122 23.6354V15.7307H76.1655V13.006H78.122V8.97852H81.6522V13.0075H86.1025V15.7322H81.6522V23.0994Z",fill:a}),r().createElement(n.Path,{d:"M89.0193 34.7251V12.9691H92.3961V14.2734C93.7391 13.2371 95.2355 12.585 97.0773 12.585C100.262 12.585 102.795 14.8109 102.795 19.6067C102.795 24.3652 100.033 27.5113 95.4663 27.5113C94.3541 27.5113 93.4711 27.358 92.5495 27.1659V34.6864H89.0193V34.7251ZM96.1557 15.5017C95.1194 15.5017 93.8151 16.0005 92.5867 17.0755V24.4814C93.3535 24.6347 94.1605 24.7494 95.234 24.7494C97.7279 24.7494 99.1484 23.1756 99.1484 19.8762C99.1484 16.8447 98.1121 15.5017 96.1557 15.5017Z",fill:a}),r().createElement(n.Path,{d:"M116.683 27.2051H113.384V25.6313H113.306C112.155 26.5142 110.735 27.4731 108.625 27.4731C106.783 27.4731 104.788 26.1301 104.788 23.4054C104.788 19.7605 107.896 19.0696 110.083 18.7629L113.19 18.3416V17.9202C113.19 16.001 112.423 15.3876 110.619 15.3876C109.736 15.3876 107.665 15.6556 105.976 16.3464L105.67 13.5071C107.205 12.9696 109.315 12.5869 111.08 12.5869C114.533 12.5869 116.759 13.9686 116.759 18.0736V27.2051H116.683ZM113.153 20.5675L110.236 21.0276C109.353 21.1422 108.433 21.6797 108.433 22.984C108.433 24.1349 109.085 24.7871 110.044 24.7871C111.08 24.7871 112.193 24.1736 113.152 23.4828V20.5675H113.153Z",fill:a}),r().createElement(n.Path,{d:"M131.264 26.745C129.806 27.2438 128.502 27.5505 126.851 27.5505C121.556 27.5505 119.445 24.5191 119.445 20.1074C119.445 15.465 122.362 12.5869 127.08 12.5869C128.845 12.5869 129.92 12.8936 131.109 13.2778V16.2705C130.073 15.8863 128.577 15.465 127.119 15.465C124.97 15.465 123.129 16.6159 123.129 19.9153C123.129 23.5602 124.97 24.6739 127.311 24.6739C128.423 24.6739 129.652 24.4431 131.301 23.791V26.745H131.264Z",fill:a}),r().createElement(n.Path,{d:"M137.941 19.1093C138.247 18.7639 138.478 18.4185 142.928 13.0077H147.532L141.776 19.7615L148.068 27.2432H143.464L137.978 20.4895V27.2432H134.449V7.09973H137.979V19.1093H137.941Z",fill:a}),r().createElement(n.Path,{d:"M73.5167 26.7445C71.6749 27.3207 70.1011 27.55 68.2593 27.55C63.7316 27.55 60.9309 25.2869 60.9309 19.9908C60.9309 16.1152 63.3102 12.585 67.8752 12.585C72.403 12.585 73.9768 15.731 73.9768 18.7238C73.9768 19.7213 73.8993 20.2588 73.8621 20.8335H64.7306C64.808 23.9409 66.5724 24.6705 69.2197 24.6705C70.6773 24.6705 71.9816 24.325 73.4795 23.7875V26.7416H73.5167V26.7445ZM70.2947 18.4945C70.2947 16.7673 69.7185 15.271 67.8395 15.271C66.0751 15.271 65.0001 16.5365 64.7693 18.4945H70.2947Z",fill:a}))}},4257:function(e,t,a){"use strict";var n=a(8735);const c=e=>React.createElement("mark",{key:e,className:n.Z["marked-lines__mark"]},e);t.Z=e=>{let{context:t}=e;const{marks:a,...r}=t;return React.createElement("div",{className:n.Z["marked-lines"]},React.createElement("div",{className:n.Z["marked-lines__line-numbers"]},Object.keys(r).map((e=>{const t=a.hasOwnProperty(e);return React.createElement("div",{key:e,className:`${n.Z["marked-lines__line-number"]} ${t?n.Z["marked-lines__marked-line"]:""}`},e)}))),React.createElement("div",{className:n.Z["marked-lines__lines"]},Object.keys(r).map((e=>{const t=r[e]||" ",l=a.hasOwnProperty(e);return React.createElement("div",{key:e,className:`${n.Z["marked-lines__line"]} ${l?n.Z["marked-lines__marked-line"]:""} `},React.createElement(React.Fragment,null,l?((e,t)=>{const[a,n]=e.reduce(((e,a)=>{let[n,r]=e,[l,i]=a;const o=t.slice(l,i);return[[...n,...l>r?[t.slice(r,l),c(o)]:[c(o)]],i]}),[[],0]);return n{const e=(0,n.useSelect)((e=>e(i.t).getModalType())),t=(0,n.useSelect)((e=>e(i.t).getModalProps())),{setModal:a}=(0,n.useDispatch)(i.t);if(!e)return null;const c=h[e];return React.createElement("div",{className:d.Z.modal},React.createElement("div",{className:d.Z.modal__window},React.createElement("button",{onClick:e=>{e.preventDefault(),a({type:null})},className:d.Z.modal__close,title:__("Close Modal Window","jetpack-protect")},React.createElement(r.Z,{icon:l.Z,size:24,className:d.Z.modal__close__icon,"aria-label":__("Close Modal Window","jetpack-protect")})),React.createElement(c,t)))}},5167:function(e,t,a){"use strict";var n=a(5106),c=a(5609),r=a(5736),l=a(1074),i=a(496),o=a(9201),s=a(5162),u=a.n(s),m=a(9196),p=a.n(m),d=a(513);const __=r.__,h=e=>{let{count:t,checked:a}=e;const{popoverText:r,badgeElement:s}=((e,t)=>t?0===e?{popoverText:__("No known threats found to affect this version","jetpack-protect"),badgeElement:p().createElement(l.Z,{icon:o.Z,size:28,className:d.Z["navigation-item-check-badge"]})}:{popoverText:null,badgeElement:p().createElement(n.ZP,{variant:"body-extra-small",className:d.Z["navigation-item-badge"],component:"div"},e)}:{popoverText:__("This item was added to your site after the most recent scan. We will check for threats during the next scheduled one.","jetpack-protect"),badgeElement:p().createElement(l.Z,{icon:i.Z,size:28,className:d.Z["navigation-item-info-badge"]})})(t,a),[u,h]=(0,m.useState)(!1),g=(0,m.useCallback)((()=>{h(!0)}),[]),f=(0,m.useCallback)((()=>{h(!1)}),[]);return p().createElement("div",{onMouseLeave:r?f:null,onMouseEnter:r?g:null,onClick:r?g:null,onFocus:r?g:null,onBlur:r?f:null,role:"presentation"},s,u&&p().createElement(c.Popover,{noArrow:!1},p().createElement(n.ZP,{variant:"body-small",className:d.Z["popover-text"]},r)))};h.propTypes={count:u().number,checked:u().bool},t.Z=h},2328:function(e,t,a){"use strict";var n=a(526),c=a(5736),r=a(9196),l=a.n(r),i=a(2389),o=a(513),s=a(246);const __=c.__;t.Z=e=>{let{icon:t,label:a,children:u}=e;const[m,p]=(0,r.useState)(!0),{mode:d}=(0,r.useContext)(s.k),h=Array.isArray(u)&&u?.length>=8&&"list"===d,g=h&&m?u.slice(0,8):u,f=h?u?.length-8:0,v=(0,r.useCallback)((()=>{p((e=>!e))}),[]);return l().createElement("li",{tabIndex:-1,role:"menuitem",className:o.Z["navigation-group"]},l().createElement(i.Z,{icon:t,className:o.Z["navigation-group-label"]},a),l().createElement("div",{className:o.Z["navigation-group-list"]},l().createElement("ul",{className:o.Z["navigation-group-content"]},g),h&&l().createElement("div",{className:o.Z["navigation-group-truncate"]},l().createElement(n.Z,{variant:"link",onClick:v},m?(0,c.sprintf)(/* translators: %s: Number of hide items */ +__("Show %s more","jetpack-protect"),f):(0,c.sprintf)(/* translators: %s: Number of hide items */ +__("Hide %s items","jetpack-protect"),f)))))}},5338:function(e,t,a){"use strict";a.d(t,{Dx:function(){return h.Z},KB:function(){return d.Z}});var n=a(5106),c=a(5609),r=a(5736),l=a(1074),i=a(7489),o=a(2229),s=a(5235),u=a.n(s),m=a(9196),p=a.n(m),d=a(2328),h=a(6119),g=a(513),f=a(246);const __=r.__,v=e=>{let{children:t}=e;return p().createElement("ul",{className:g.Z.navigation,role:"menu"},t)},E=e=>{let{children:t,data:a}=e;const r=(0,m.useRef)(),[s,d]=(0,m.useState)(!1),h=a?.items?.find((e=>e?.id===a?.selectedItem))??{label:__("See all results","jetpack-protect")},{label:f,icon:v}=h,E=(0,m.useCallback)((()=>{d((e=>!e))}),[]);return p().createElement("button",{className:g.Z["navigation-dropdown-button"],onClick:E,ref:r},p().createElement("div",{className:g.Z["navigation-dropdown-label"]},v&&p().createElement(l.Z,{icon:v,className:g.Z["navigation-dropdown-icon"]}),p().createElement(n.ZP,null,f)),p().createElement(l.Z,{icon:s?i.Z:o.Z,size:32}),p().createElement(c.Popover,{position:"bottom center",anchorRef:r?.current,className:u()({[g.Z["navigation-dropdown-open"]]:s,[g.Z["navigation-dropdown-closed"]]:!s})},p().createElement("div",{style:{width:r?.current?.getBoundingClientRect?.()?.width}},t)))};t.ZP=e=>{let{children:t,selected:a,onSelect:n,mode:c="list"}=e;const r=(0,f.Z)({selected:a,onSelect:n}),l=(e=>{switch(e){case"list":default:return v;case"dropdown":return E}})(c);return p().createElement(f.k.Provider,{value:{...r,mode:c}},p().createElement(l,{data:r},t))}},6119:function(e,t,a){"use strict";var n=a(5235),c=a.n(n),r=a(9196),l=a.n(r),i=a(5167),o=a(2389),s=a(513),u=a(246);t.Z=e=>{let{id:t,label:a,icon:n,badge:m,disabled:p,onClick:d,onKeyDown:h,onFocus:g,checked:f}=e;const v=(0,r.useContext)(u.k),E=v?.selectedItem===t,k=v?.registerItem,w=v?.registerRef,b=v?.handleClickItem,y=v?.handleKeyDownItem,Z=v?.handleFocusItem,C=c()(s.Z["navigation-item"],{[s.Z.clickable]:!p,[s.Z.selected]:E}),_=(0,r.useCallback)((e=>{d?.(e),b?.(t)}),[b,t,d]),R=(0,r.useCallback)((e=>{h?.(e),y?.(e)}),[y,h]),j=(0,r.useCallback)((e=>{w(e,t)}),[w,t]),N=(0,r.useCallback)((e=>{g?.(e),Z?.(t)}),[Z,t,g]);return(0,r.useEffect)((()=>{k({id:t,disabled:p,label:a,icon:n})}),[]),l().createElement("li",{className:C,onClick:p?null:_,onKeyDown:R,onFocus:p?null:N,role:"menuitem",tabIndex:p?-1:0,ref:j},l().createElement(o.Z,{icon:n},a),l().createElement(i.Z,{count:m,checked:f}))}},2389:function(e,t,a){"use strict";var n=a(5106),c=a(1074),r=a(5235),l=a.n(r),i=a(5162),o=a.n(i),s=a(9196),u=a.n(s),m=a(513);const p=e=>{let{icon:t,children:a,className:r}=e;return u().createElement(n.ZP,{className:l()(m.Z["navigation-item-label"],r)},t&&u().createElement(c.Z,{icon:t,className:m.Z["navigation-item-icon"],size:28}),u().createElement("span",{className:m.Z["navigation-item-label-content"]},a))};p.propTypes={icon:o().node,children:o().node.isRequired},t.Z=p},246:function(e,t,a){"use strict";a.d(t,{k:function(){return c}});var n=a(9196);const c=a.n(n)().createContext();t.Z=e=>{let{selected:t,onSelect:a}=e;const[c,r]=(0,n.useState)([]),[l,i]=(0,n.useState)([]),[o,s]=(0,n.useState)(),u=(e,t)=>{const a=e-1,n=a<0?t:a,r=c[n];return r?.disabled?u(n,t):r},m=(e,t)=>{const a=e+1,n=a>t?0:a,r=c[n];return r?.disabled?m(n,t):r};return{selectedItem:t,handleClickItem:e=>{a(e)},handleKeyDownItem:e=>{const n=e?.code,r=c.findIndex((e=>e?.id===t)),i=c.length-1;let s;if("ArrowUp"===n){const e=u(r,i);s=e?.id}else if("ArrowDown"===n){const e=m(r,i);s=e?.id}else"Enter"!==n&&"Space"!==n||!o||(s=o);if(s){const e=l[s];e?.focus(),a(s)}},handleFocusItem:e=>{s(e)},registerRef:(e,t)=>{i((a=>!a[t]&&e?{...a,[t]:e}:a))},registerItem:e=>{r((t=>{const a=[...t],n=e?.id,c=a.findIndex((e=>e?.id===n));return c>=0?a[c]=e:a.push(e),a}))},items:c}}},291:function(e,t,a){"use strict";var n=a(9818),c=a(5736),r=a(9201),l=a(797),i=a(496),o=a(1074),s=a(9517),u=a(9196),m=a(4633),p=a(8212);const __=c.__;t.Z=e=>{let{dismissable:t=!1,duration:a=null,floating:c=!1,message:d,type:h="success"}=e;const{clearNotice:g}=(0,n.useDispatch)(m.t);let f;switch(h){case"success":f=r.Z;break;case"error":f=l.Z;break;default:f=i.Z}const v=(0,u.useCallback)((()=>{g()}),[g]);return(0,u.useEffect)((()=>{let e;return a&&(e=setTimeout(g,a)),()=>clearTimeout(e)}),[g,a,d]),React.createElement("div",{className:`${p.Z.notice} ${p.Z[`notice--${h}`]} ${c?p.Z["notice--floating"]:""}`},React.createElement("div",{className:p.Z.notice__icon},React.createElement(o.Z,{icon:f})),React.createElement("div",{className:p.Z.notice__message},d),t&&React.createElement("button",{className:p.Z.notice__close,"aria-label":__("Dismiss notice.","jetpack-protect"),onClick:v},React.createElement(o.Z,{icon:s.Z})))}},289:function(e,t,a){"use strict";a.d(t,{c:function(){return w}});var n=a(2054),c=a(5106),r=a(5033),l=a(9818),i=a(5736),o=a(1074),s=a(9201),u=a(7489),m=a(2229),p=a(5235),d=a.n(p),h=a(9196),g=a.n(h),f=a(4633),v=a(2251),E=a(7324);const __=i.__,k=g().createContext(),w=e=>{let{id:t,title:a,label:i,icon:p,fixable:w,severity:b,children:y,onOpen:Z}=e;const C=(0,h.useContext)(k),_=C?.open===t,R=C?.setOpen,j=(0,l.useSelect)((e=>e(f.t).getThreatsAreFixing())),N=d()(E.Z["accordion-body"],{[E.Z["accordion-body-open"]]:_,[E.Z["accordion-body-close"]]:!_}),S=(0,h.useCallback)((()=>{_||Z?.(),R((e=>e===t?null:t))}),[_,Z,R,t]),[P]=(0,n.Z)(["sm","lg"],[null,"<"]);return g().createElement("div",{className:E.Z["accordion-item"]},g().createElement("button",{className:E.Z["accordion-header"],onClick:S},g().createElement("div",null,g().createElement(c.ZP,{className:E.Z["accordion-header-label"],mb:1},g().createElement(o.Z,{icon:p,className:E.Z["accordion-header-label-icon"]}),i),g().createElement(c.ZP,{className:E.Z["accordion-header-description"],variant:_?"title-small":"body"},a)),g().createElement("div",null,g().createElement(v.Z,{severity:b})),g().createElement("div",null,w&&g().createElement(g().Fragment,null,j.indexOf(t)>=0?g().createElement(r.Z,{color:"black"}):g().createElement(o.Z,{icon:s.Z,className:E.Z["icon-check"],size:28}),P&&g().createElement("span",null,__("Auto-fix","jetpack-protect")))),g().createElement("div",{className:E.Z["accordion-header-button"]},g().createElement(o.Z,{icon:_?u.Z:m.Z,size:38}))),g().createElement("div",{className:N,"aria-hidden":_?"false":"true"},y))};t.Z=e=>{let{children:t}=e;const[a,n]=(0,h.useState)();return g().createElement(k.Provider,{value:{open:a,setOpen:n}},g().createElement("div",{className:E.Z.accordion},t))}},9401:function(e,t,a){"use strict";var n=a(9608),c=a(5347),r=a(526),l=a(1294),i=a(9818),o=a(5736),s=a(9196),u=a.n(s),m=a(6477),p=a(5773),d=a(8963),h=a(4633);const __=o.__;t.Z=e=>{let{onScanAdd:t}=e;const{handleRegisterSite:a,registrationError:o}=(0,l.Z)({skipUserConnection:!0}),{refreshPlan:g,refreshStatus:f}=(0,i.useDispatch)(h.t),[v,E]=(0,s.useState)(!1),[k,w]=(0,s.useState)(!1),{jetpackScan:b}=(0,p.Z)(),{refreshWaf:y}=(0,d.Z)(),{pricingForUi:Z}=b,{introductoryOffer:C,currencyCode:_="USD"}=Z,R=Z.cost?Math.ceil(Z.cost/12*100)/100:null,j=C?.costPerInterval?Math.ceil(C.costPerInterval/12*100)/100:null,{recordEvent:N,recordEventHandler:S}=(0,m.Z)(),P=S("jetpack_protect_pricing_table_get_scan_link_click",(()=>{w(!0),t()})),x=(0,s.useCallback)((()=>{N("jetpack_protect_connected_product_activated"),E(!0),a().then((()=>E(!1))).then((()=>{g(),y(),f(!0)}))}),[a,N,y,g,f]),z={title:__("Stay one step ahead of threats","jetpack-protect"),items:[{name:__("Scan for threats and vulnerabilities","jetpack-protect")},{name:__("Daily automated scans","jetpack-protect")},{name:__("Web Application Firewall","jetpack-protect")},{name:__("Brute force protection","jetpack-protect")},{name:__("Access to scan on Cloud","jetpack-protect")},{name:__("One-click auto fixes","jetpack-protect")},{name:__("Notifications","jetpack-protect")},{name:__("Severity labels","jetpack-protect")}]};return u().createElement(u().Fragment,null,u().createElement(n.ZP,z,u().createElement(n.oK,{primary:!0},u().createElement(n.NE,null,u().createElement(c.Z,{price:R,offPrice:j,leyend:__("/month, billed yearly","jetpack-protect"),currency:_,hideDiscountLabel:!1}),u().createElement(r.Z,{fullWidth:!0,onClick:P,isLoading:k,disabled:v||k},__("Get Jetpack Protect","jetpack-protect"))),u().createElement(n.kF,{isIncluded:!0,label:u().createElement("strong",null,__("Line by line malware scanning","jetpack-protect"))}),u().createElement(n.kF,{isIncluded:!0,label:u().createElement("strong",null,__("Plus on-demand manual scans","jetpack-protect"))}),u().createElement(n.kF,{isIncluded:!0,label:u().createElement("strong",null,__("Automatic protection and rule updates","jetpack-protect"))}),u().createElement(n.kF,{isIncluded:!0}),u().createElement(n.kF,{isIncluded:!0}),u().createElement(n.kF,{isIncluded:!0}),u().createElement(n.kF,{isIncluded:!0}),u().createElement(n.kF,{isIncluded:!0})),u().createElement(n.oK,null,u().createElement(n.NE,null,u().createElement(c.Z,{price:0,leyend:__("Free forever","jetpack-protect"),currency:_,hidePriceFraction:!0}),u().createElement(r.Z,{fullWidth:!0,variant:"secondary",onClick:x,isLoading:v,disabled:v||k,error:o?__("An error occurred. Please try again.","jetpack-protect"):null},__("Start for free","jetpack-protect"))),u().createElement(n.kF,{isIncluded:!0,label:__("Check items against database","jetpack-protect")}),u().createElement(n.kF,{isIncluded:!0}),u().createElement(n.kF,{isIncluded:!0,label:__("Manual rules only","jetpack-protect")}),u().createElement(n.kF,{isIncluded:!0}),u().createElement(n.kF,{isIncluded:!1}),u().createElement(n.kF,{isIncluded:!1}),u().createElement(n.kF,{isIncluded:!1}),u().createElement(n.kF,{isIncluded:!1}))))}},1233:function(e,t,a){"use strict";var n=a(5235),c=a.n(n),r=a(6067);t.Z=e=>{let{className:t,total:a=100,value:n}=e;if(null==n)return null;const l=Math.min(Math.round(n/a*100),100),i={width:`${l}%`};return React.createElement("div",{className:c()(t,r.Z["progress-bar"])},React.createElement("div",{className:r.Z["progress-bar__wrapper"]},React.createElement("div",{"aria-valuemax":a,"aria-valuemin":0,"aria-valuenow":Math.min(n,a),className:r.Z["progress-bar__bar"],role:"progressbar",style:i})),React.createElement("p",{className:r.Z["progress-bar__percent"]},`${l}%`))}},5800:function(e,t,a){"use strict";var n=a(6895),c=a(5106),r=a(526),l=a(857),i=a(8258),o=a(5736),s=a(9196),u=a.n(s),m=a(3898),p=a(6477),d=a(5773),h=a(9909),g=a(8383);const __=o.__,f=()=>{const{adminUrl:e,siteSuffix:t}=window.jetpackProtectInitialState||{},{run:a}=(0,i.Z)({productSlug:m.o,redirectUrl:e}),{recordEventHandler:o}=(0,p.Z)(),s=o("jetpack_protect_footer_get_scan_link_click",a),{hasRequiredPlan:h}=(0,d.Z)();if(h){const e=(0,n.Z)("jetpack-scan-dash",{site:t});return u().createElement("div",{className:g.Z["product-section"]},u().createElement(c.Dx,null,__("Get access to our Cloud","jetpack-protect")),u().createElement(c.ZP,{mb:3},__("With your Protect upgrade, you have free access to scan your site on our Cloud, so you can be aware and fix your threats even if your site goes down. ","jetpack-protect")),u().createElement(r.Z,{variant:"secondary",weight:"regular",href:e},__("Go to Cloud","jetpack-protect")))}return u().createElement("div",{className:g.Z["product-section"]},u().createElement(c.Dx,null,__("Advanced scan results","jetpack-protect")),u().createElement(c.ZP,{mb:3},__("Upgrade Jetpack Protect to get advanced scan tools, including one-click fixes for most threats and malware scanning.","jetpack-protect")),u().createElement(l.Z,{description:__("Looking for advanced scan results and one-click fixes?","jetpack-protect"),cta:__("Upgrade Jetpack Protect now","jetpack-protect"),onClick:s}))},v=()=>{const{hasRequiredPlan:e}=(0,d.Z)();if(e){const e=(0,n.Z)("protect-footer-learn-more-scan");return u().createElement("div",{className:g.Z["info-section"]},u().createElement(c.Dx,null,__("Line-by-line scanning","jetpack-protect")),u().createElement(c.ZP,{mb:2},__("We actively review line-by-line of your site files to identify threats and vulnerabilities. Jetpack monitors millions of websites to keep your site secure all the time. ","jetpack-protect"),u().createElement(r.Z,{variant:"link",target:"_blank",weight:"regular",href:e},__("Learn more","jetpack-protect"))))}const t=(0,n.Z)("jetpack-protect-footer-learn-more");return u().createElement("div",{className:g.Z["info-section"]},u().createElement(c.Dx,null,__("Over 22,000 listed vulnerabilities","jetpack-protect")),u().createElement(c.ZP,{mb:3},__("Every day we check your plugin, theme, and WordPress versions against our 22,000 listed vulnerabilities powered by WPScan, an Automattic brand.","jetpack-protect")),u().createElement(r.Z,{variant:"link",isExternalLink:!0,href:t,weight:"regular"},__("Learn more","jetpack-protect")))};t.Z=()=>u().createElement(h.Z,{main:u().createElement(f,null),secondary:u().createElement(v,null),preserveSecondaryOnMobile:!0})},8686:function(e,t,a){"use strict";var n=a(216),c=a(3363),r=a(3846),l=a(5106),i=a(3329),o=a(5609),s=a(9818),u=a(5736),m=a(9196),p=a.n(m),d=a(6477),h=a(5773),g=a(4633),f=a(7267),v=a(4948),E=a(1233),k=a(5800),w=a(9909),b=a(4910),y=a(5207),Z=a(5983),C=a(61),_=a(8264),R=a(6165);const __=u.__;t.Z=()=>{const{lastChecked:e,currentStatus:t,errorCode:a,errorMessage:u,hasRequiredPlan:j}=(0,h.Z)(),{hasConnectionError:N}=(0,i.Z)(),{refreshStatus:S}=(0,s.useDispatch)(g.t),{statusIsFetching:P,scanIsUnavailable:x,status:z}=(0,s.useSelect)((e=>({statusIsFetching:e(g.t).getStatusIsFetching(),scanIsUnavailable:e(g.t).getScanIsUnavailable(),status:e(g.t).getStatus()}))),{currentProgress:M}=z;let L;if(L="error"===t||x?"error":e?"active":"in_progress",(0,R.Z)(),(0,_.Z)(),(0,m.useEffect)((()=>{P||"unavailable"!==z.status||x||S(!0)}),[P,z.status,S,x]),(0,d.Z)({pageViewEventName:"protect_admin",pageViewEventProperties:{check_status:L,has_plan:j}}),"error"===t||x){let e=u?`${u} (${a}).`:__("We are having problems scanning your site.","jetpack-protect");return e+=" "+__("Try again in a few minutes.","jetpack-protect"),p().createElement(f.Z,null,p().createElement(n.Z,null,p().createElement(c.Z,{horizontalSpacing:0},N&&p().createElement(r.Z,{className:C.Z["connection-error-col"]},p().createElement(i.h,null)),p().createElement(r.Z,null,p().createElement("div",{id:"jp-admin-notices",className:"my-jetpack-jitm-card"}))),p().createElement(w.Z,{main:p().createElement("div",{className:C.Z["main-content"]},p().createElement(v.Z,{className:C.Z["alert-icon-wrapper"]}),p().createElement(l.H3,null,__("We’re having problems scanning your site","jetpack-protect")),p().createElement(l.ZP,null,e)),secondary:p().createElement("div",{className:C.Z.illustration},p().createElement("img",{src:Z,alt:""})),preserveSecondaryOnMobile:!1})),p().createElement(k.Z,null))}return["scheduled","scanning","optimistically_scanning"].indexOf(z.status)>=0||!e?p().createElement(f.Z,null,p().createElement(n.Z,null,p().createElement(c.Z,{horizontalSpacing:0},N&&p().createElement(r.Z,{className:C.Z["connection-error-col"]},p().createElement(i.h,null)),p().createElement(r.Z,null,p().createElement("div",{id:"jp-admin-notices",className:"my-jetpack-jitm-card"}))),p().createElement(w.Z,{main:p().createElement("div",{className:C.Z["main-content"]},p().createElement(c.Z,{horizontalSpacing:3,horizontalGap:7},p().createElement(r.Z,{className:C.Z["loading-content"]},p().createElement(o.Spinner,{style:{color:"black",marginTop:0,marginLeft:0}}),p().createElement("span",null,__("Scanning your site…","jetpack-protect"))),p().createElement(r.Z,null,p().createElement(l.H3,null,__("Your results will be ready soon","jetpack-protect")),null!==M&&M>=0&&p().createElement(E.Z,{value:M}),p().createElement(l.ZP,null,__("We are scanning for security threats from our more than 22,000 listed vulnerabilities, powered by WPScan. This could take a minute or two.","jetpack-protect"))))),secondary:p().createElement("div",{className:C.Z.illustration},p().createElement("img",{src:Z,alt:""})),preserveSecondaryOnMobile:!1})),p().createElement(k.Z,null)):p().createElement(f.Z,null,p().createElement(n.Z,null,p().createElement(c.Z,{horizontalSpacing:0},N&&p().createElement(r.Z,{className:C.Z["connection-error-col"]},p().createElement(i.h,null)),p().createElement(r.Z,null,p().createElement("div",{id:"jp-admin-notices",className:"my-jetpack-jitm-card"}))),p().createElement(c.Z,{horizontalSpacing:3,horizontalGap:7},p().createElement(r.Z,null,p().createElement(b.Z,null)),p().createElement(r.Z,null,p().createElement(y.Z,null)))),p().createElement(k.Z,null))}},8264:function(e,t,a){"use strict";var n=a(9818),c=a(9196),r=a(4633);t.Z=()=>{const{checkCredentials:e}=(0,n.useDispatch)(r.t),t=(0,n.useSelect)((e=>e(r.t).getCredentials()));(0,c.useEffect)((()=>{t||e()}),[e,t])}},6165:function(e,t,a){"use strict";var n=a(6989),c=a.n(n),r=a(9818),l=a(4769),i=a.n(l),o=a(9196),s=a(6477),u=a(4633);t.Z=()=>{const{recordEvent:e}=(0,s.Z)(),t=(0,r.useSelect)((e=>e(u.t).getStatus())),{setStatus:a,setStatusProgress:n,setStatusIsFetching:l,setScanIsUnavailable:m}=(0,r.useDispatch)(u.t);(0,o.useEffect)((()=>{let r;const o=e=>["scheduled","scanning"].indexOf(e)>=0,s=(e,t)=>!t&&"idle"===e,u=()=>new Promise(((e,t)=>{c()({path:"jetpack-protect/v1/status?hard_refresh=true",method:"GET"}).then((a=>{if(a?.error)throw a?.error_message;if(o(a?.status)||s(a?.status,a?.last_checked))return n(a?.current_progress),void(r=setTimeout((()=>{u().then((t=>e(t))).catch((e=>t(e)))}),1e4));e(a)})).catch((()=>{setTimeout((()=>{u().then((t=>e(t))).catch((e=>t(e)))}),5e3)}))}));if(o(t?.status)||s(t?.status,t?.lastChecked))return r=setTimeout((()=>{l(!0),u().then((t=>{m("unavailable"===t.status),a(i()(t)),e("jetpack_protect_scan_completed",{scan_status:t.status})})).finally((()=>{l(!1)}))}),1e4),()=>clearTimeout(r)}),[t?.status,t?.lastChecked,m,a,n,l,e])}},9909:function(e,t,a){"use strict";var n=a(2054),c=a(3363),r=a(3846),l=a(9196),i=a.n(l);t.Z=e=>{let{main:t,secondary:a,preserveSecondaryOnMobile:l=!1}=e;const[o,s]=(0,n.Z)(["sm","lg"]),u=!l&&o;return i().createElement(c.Z,{horizontalSpacing:0,horizontalGap:0,fluid:!1},!u&&i().createElement(i().Fragment,null,i().createElement(r.Z,{sm:12,md:4,lg:6},t),s&&i().createElement(r.Z,{lg:1}),i().createElement(r.Z,{sm:12,md:4,lg:5},a)),u&&i().createElement(r.Z,null,t))}},2251:function(e,t,a){"use strict";var n=a(5736),c=a(8131);const __=n.__,r=e=>e>=5?"is-critical":e>=3&&e<5?"is-high":"is-low";t.Z=e=>{let{severity:t}=e;return React.createElement("div",{className:`${c.Z["threat-severity-badge"]} ${c.Z[r(t)]}`},(e=>{const t=__("Critical","jetpack-protect"),a=__("High","jetpack-protect"),n=__("Low","jetpack-protect");return e>=5?t:e>=3&&e<5?a:n})(t))}},8959:function(e,t,a){"use strict";var n=a(5106),c=a(9307),r=a(5736),l=a(8911);const __=r.__;t.Z=()=>React.createElement(React.Fragment,null,React.createElement(n.ZP,{variant:"title-medium-semi-bold",mb:2},__("Enhanced protection","jetpack-protect")),React.createElement(n.ZP,{mb:2},__("Learn how you can execute Jetpack Firewall before WordPress initializes. This mode offers the most protection.","jetpack-protect")),React.createElement("ul",{className:l.Z.list},React.createElement("li",{className:l.Z["list-item"]},React.createElement(n.ZP,{variant:"body-small"},(0,c.createInterpolateElement)(__("To ensure the firewall can best protect your site, please update: auto_prepend_file PHP directive to point to wp-content/jetpack-waf/bootstrap.php Typically this is set either in an .htaccess file or in the global PHP configuration; contact your host for further assistance.","jetpack-protect"),{mark:React.createElement("mark",{className:l.Z.mark})}))),React.createElement("li",{className:l.Z["list-item"]},React.createElement(n.ZP,{variant:"body-small"},__("Don't forget to undo this action when Firewall is turned off, or when you uninstall Jetpack.","jetpack-protect")))))},4910:function(e,t,a){"use strict";var n=a(3396),c=a(3363),r=a(3846),l=a(5106),i=a(526),o=a(9818),s=a(9771),u=a(5736),m=a(9196),p=a.n(m),d=a(5773),h=a(4633),g=a(291),f=a(6561);const __=u.__;t.Z=()=>{const{numThreats:e,lastChecked:t,hasRequiredPlan:a}=(0,d.Z)(),m=(0,o.useSelect)((e=>e(h.t).getNotice())),v=(0,o.useSelect)((e=>e(h.t).getScanIsEnqueuing())),{scan:E}=(0,o.useDispatch)(h.t),k=(0,n.VS)("protect");return p().createElement(c.Z,{fluid:!0},p().createElement(r.Z,null,p().createElement("div",{className:f.Z.summary},p().createElement("div",null,p().createElement(l.Dx,{size:"small",className:f.Z.summary__title},p().createElement(k,{size:32,className:f.Z.summary__icon}),(0,u.sprintf)(/* translators: %s: Latest check date */ +__("Latest results as of %s","jetpack-protect"),(0,s.dateI18n)("F jS",t))),e>0&&p().createElement(l.ZP,{variant:"headline-small",component:"h1"},(0,u.sprintf)(/* translators: %s: Total number of threats */ +__("%1$s %2$s found","jetpack-protect"),e,1===e?"threat":"threats"))),p().createElement("div",{className:f.Z.summary__notice},m&&m.message&&p().createElement(g.Z,m)),a&&0===e&&p().createElement(i.Z,{variant:"secondary",className:f.Z["summary__scan-button"],isLoading:v,onClick:e=>{e.preventDefault(),E()}},__("Scan now","jetpack-protect")))))}},3324:function(e,t,a){"use strict";a.d(t,{O:function(){return r}});var n=a(554),c=a(5714);const r=e=>{let{label:t,link:a}=e;return React.createElement(n.OL,{to:a,className:e=>{let{isActive:t}=e;return t?`${c.Z.tab} ${c.Z["tab--active"]}`:c.Z.tab}},t)};t.Z=e=>{let{children:t,className:a=""}=e;return React.createElement("nav",{className:`${c.Z.tabs} ${a}`},t)}},9265:function(e,t,a){"use strict";var n=a(8063);t.Z=e=>{let{disabled:t=!1,id:a,label:c="",description:r="",placeholder:l="",rows:i=3,value:o="",onChange:s=(()=>{})}=e;return React.createElement("div",null,Boolean(c)&&React.createElement("label",{className:n.Z.label,htmlFor:a},c),Boolean(r)&&r,React.createElement("textarea",{className:n.Z.textarea,disabled:t,placeholder:l,rows:i,id:a,name:a,onChange:s,value:o||""}))}},8891:function(e,t,a){"use strict";a.d(t,{Z:function(){return m}});var n=a(5106),c=a(5736),r=a(1074),l=a(9196),i=a.n(l),o=a(2251),s=a(9971);const __=c.__,u=e=>{switch(e.fixer){case"replace":return __("Jetpack Scan will replace the affected file or directory.","jetpack-protect");case"delete":return __("Jetpack Scan will delete the affected file or directory.","jetpack-protect");case"update":return e.target?(0,c.sprintf)(/* translators: %s: Version that the plugin will be upgraded to */ +__("Jetpack Scan will update to a newer version %s.","jetpack-protect"),e.target):__("Jetpack Scan will update to a newer version.","jetpack-protect");case"edit":return __("Jetpack Scan will edit the affected file or directory.","jetpack-protect");case"rollback":return e.target?(0,c.sprintf)(/* translators: %s: Version that the plugin will be upgraded to */ +__("Jetpack Scan will rollback the affected file to the version from %s.","jetpack-protect"),e.target):__("Jetpack Scan will rollback the affected file to an older (clean) version.","jetpack-protect");default:return __("Jetpack Scan will resolve the threat.","jetpack-protect")}};function m(e){let{threat:t,fixAllDialog:a,onCheckFix:c}=e;const[m,p]=(0,l.useState)(!0),d=(0,l.useCallback)((e=>{p(e.target.checked),c(e.target.checked,t)}),[c,t]);return i().createElement(i().Fragment,null,i().createElement("div",{className:s.Z.threat},i().createElement(r.Z,{icon:t.icon,className:s.Z.threat__icon}),i().createElement("div",{className:s.Z.threat__summary},i().createElement(n.ZP,{className:s.Z.threat__summary__label,mb:1},t.label),i().createElement(n.ZP,{className:s.Z.threat__summary__title},u(t.fixable))),i().createElement("div",{className:s.Z.threat__severity},i().createElement(o.Z,{severity:t.severity})),a&&i().createElement("div",{className:s.Z.threat__checkbox},i().createElement("input",{type:"checkbox",checked:m,onChange:d,value:t.id}))))}},5658:function(e,t,a){"use strict";var n=a(5106),c=a(9307),r=a(5736),l=a(9196),i=a(5773),o=a(9709);const __=r.__,_n=r._n,s=()=>React.createElement("svg",{width:"80",height:"96",viewBox:"0 0 80 96",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M40 0.00634766L80 17.7891V44.2985C80 66.8965 65.1605 88.2927 44.2352 95.0425C41.4856 95.9295 38.5144 95.9295 35.7648 95.0425C14.8395 88.2927 0 66.8965 0 44.2985V17.7891L40 0.00634766Z",fill:"#069E08"}),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M60.9 33.6909L35.375 67.9124L19.2047 55.9263L22.7848 51.1264L34.1403 59.5436L56.0851 30.122L60.9 33.6909Z",fill:"white"}));t.Z=()=>{const{lastChecked:e}=(0,i.Z)(),t=(0,l.useMemo)((()=>e?(e=>{const t=new Date,a=6e4*t.getTimezoneOffset(),n=Math.floor((new Date(t.getTime()+a).getTime()-e)/1e3);let c=n/31536e3;return c>1?(0,r.sprintf)( +// translators: placeholder is a number amount of years i.e. "5 years ago". +_n("%s year ago","%s years ago",Math.floor(c),"jetpack-protect"),Math.floor(c)):(c=n/2592e3,c>1?(0,r.sprintf)( +// translators: placeholder is a number amount of months i.e. "5 months ago". +_n("%s month ago","%s months ago",Math.floor(c),"jetpack-protect"),Math.floor(c)):(c=n/86400,c>1?(0,r.sprintf)( +// translators: placeholder is a number amount of days i.e. "5 days ago". +_n("%s day ago","%s days ago",Math.floor(c),"jetpack-protect"),Math.floor(c)):(c=n/3600,c>1?(0,r.sprintf)( +// translators: placeholder is a number amount of hours i.e. "5 hours ago". +_n("%s hour ago","%s hours ago",Math.floor(c),"jetpack-protect"),Math.floor(c)):(c=n/60,c>1?(0,r.sprintf)( +// translators: placeholder is a number amount of minutes i.e. "5 minutes ago". +_n("%s minute ago","%s minutes ago",Math.floor(c),"jetpack-protect"),Math.floor(c)):__("a few seconds ago","jetpack-protect")))))})(Date.parse(e)):null),[e]);return React.createElement("div",{className:o.Z.empty},React.createElement(s,null),React.createElement(n.H3,{weight:"bold",mt:8},__("Don't worry about a thing","jetpack-protect")),React.createElement(n.ZP,null,(0,c.createInterpolateElement)((0,r.sprintf)( +// translators: placeholder is the amount of time since the last scan, i.e. "5 minutes ago". +__("The last Protect scan ran %s and everything looked great.","jetpack-protect"),t),{strong:React.createElement("strong",null)})))}},2831:function(e,t,a){"use strict";var n=a(526),c=a(5106),r=a(857),l=a(8258),i=a(5736),o=a(9196),s=a.n(o),u=a(3898),m=a(6477),p=a(3584),d=a(9709);const __=i.__,h=e=>{let{description:t,filename:a,fixedIn:h,icon:g,id:f,name:v,source:E,table:k,title:w,type:b,version:y}=e;const{adminUrl:Z}=window.jetpackProtectInitialState||{},{run:C}=(0,l.Z)({productSlug:u.o,redirectUrl:Z}),{recordEventHandler:_}=(0,m.Z)(),R=_("jetpack_protect_threat_list_get_scan_link_click",C),j=E?s().createElement(n.Z,{variant:"link",isExternalLink:!0,weight:"regular",href:E},__("See more technical details of this threat","jetpack-protect")):null,N=(0,o.useCallback)((()=>v&&y?`${v} (${y})`:a?a.split("/").pop():k||void 0),[a,v,k,y]);return s().createElement(p.U,{id:f,label:N(),title:w,icon:g,onOpen:(0,o.useCallback)((()=>{["core","plugin","theme"].includes(b)&&_(`jetpack_protect_${b}_threat_open`)}),[_,b])},t&&s().createElement("div",{className:d.Z["threat-section"]},s().createElement(c.ZP,{variant:"title-small",mb:2},__("What is the problem?","jetpack-protect")),s().createElement(c.ZP,{mb:2},t),j),h&&s().createElement("div",{className:d.Z["threat-section"]},s().createElement(c.ZP,{variant:"title-small",mb:2},__("How to fix it?","jetpack-protect")),s().createElement(c.ZP,{mb:2},/* translators: Translates to Update to. %1$s: Name. %2$s: Fixed version */ +(0,i.sprintf)(__("Update to %1$s %2$s","jetpack-protect"),v,h)),s().createElement(r.Z,{description:__("Looking for advanced scan results and one-click fixes?","jetpack-protect"),cta:__("Upgrade Jetpack Protect now","jetpack-protect"),onClick:R,className:d.Z["threat-item-cta"]})),!t&&s().createElement("div",{className:d.Z["threat-section"]},j))};t.Z=e=>{let{list:t}=e;return s().createElement(p.Z,null,t.map((e=>{let{description:t,fixedIn:a,icon:n,id:c,name:r,source:l,table:i,title:o,type:u,version:m}=e;return s().createElement(h,{description:t,fixedIn:a,icon:n,id:c,key:c,name:r,source:l,table:i,title:o,type:u,version:m})})))}},5207:function(e,t,a){"use strict";var n=a(3363),c=a(3846),r=a(5106),l=a(526),i=a(9818),o=a(5736),s=a(9196),u=a.n(s),m=a(5773),p=a(4633),d=a(5658),h=a(2831),g=a(4289),f=a(1400),v=a(9709),E=a(7930);const __=o.__;t.Z=()=>{const{hasRequiredPlan:e}=(0,m.Z)(),{item:t,list:a,selected:k,setSelected:w}=(0,E.Z)(),b=a.filter((e=>e.fixable)),{setModal:y}=(0,i.useDispatch)(p.t),{scan:Z}=(0,i.useDispatch)(p.t),C=(0,i.useSelect)((e=>e(p.t).getScanIsEnqueuing())),_=(0,s.useCallback)((()=>{switch(k){case"all":return 1===a.length?__("All threats","jetpack-protect"):(0,o.sprintf)(/* translators: placeholder is the amount of threats found on the site. */ +__("All %s threats","jetpack-protect"),a.length);case"files":return(0,o.sprintf)(/* translators: placeholder is the amount of file threats found on the site. */ +__("%1$s file %2$s","jetpack-protect"),a.length,1===a.length?"threat":"threats");case"database":return(0,o.sprintf)(/* translators: placeholder is the amount of database threats found on the site. */ +__("%1$s database %2$s","jetpack-protect"),a.length,1===a.length?"threat":"threats");default:return(0,o.sprintf)(/* translators: Translates to Update to. %1$s: Name. %2$s: Fixed version */ +__("%1$s %2$s in your %3$s %4$s","jetpack-protect"),a.length,1===a.length?"threat":"threats",t?.name,t?.version)}}),[k,a,t]);return u().createElement(n.Z,{fluid:!0,horizontalSpacing:0,horizontalGap:3},u().createElement(c.Z,{lg:4},u().createElement(g.Z,{selected:k,onSelect:w})),u().createElement(c.Z,{lg:8},a?.length>0?u().createElement(u().Fragment,null,u().createElement("div",{className:v.Z["list-header"]},u().createElement(r.Dx,{className:v.Z["list-title"]},_()),e&&u().createElement(u().Fragment,null,b.length>0&&u().createElement(l.Z,{variant:"primary",className:v.Z["list-header-button"],onClick:(R=b,e=>{e.preventDefault(),y({type:"FIX_ALL_THREATS",props:{threatList:R}})})},/* translators: Translates to Auto fix all. $s: Number of fixable threats. */ +(0,o.sprintf)(__("Auto fix all (%s)","jetpack-protect"),b.length)),u().createElement(l.Z,{variant:"secondary",className:v.Z["list-header-button"],isLoading:C,onClick:e=>{e.preventDefault(),Z()}},__("Scan now","jetpack-protect")))),e?u().createElement(f.Z,{list:a}):u().createElement(h.Z,{list:a})):u().createElement(d.Z,null)));var R}},4289:function(e,t,a){"use strict";var n=a(2054),c=a(5736),r=a(797),l=a(2817),i=a(7663),o=a(8960),s=a(4160),u=a(6376),m=a(9196),p=a(6477),d=a(5773),h=a(5338);const __=c.__;t.Z=e=>{let{selected:t,onSelect:a}=e;const{plugins:c,themes:g,numThreats:f,numCoreThreats:v,numFilesThreats:E,numDatabaseThreats:k,hasRequiredPlan:w}=(0,d.Z)(),{recordEvent:b}=(0,p.Z)(),[y]=(0,n.Z)("lg","<"),Z=(0,m.useCallback)((()=>{b("jetpack_protect_navigation_all_click")}),[b]),C=(0,m.useCallback)((()=>{b("jetpack_protect_navigation_core_click")}),[b]),_=(0,m.useCallback)((()=>{b("jetpack_protect_navigation_plugin_click")}),[b]),R=(0,m.useCallback)((()=>{b("jetpack_protect_navigation_theme_click")}),[b]),j=(0,m.useCallback)((()=>{b("jetpack_protect_navigation_file_click")}),[b]),N=(0,m.useCallback)((()=>{b("jetpack_protect_navigation_database_click")}),[b]);return React.createElement(h.ZP,{selected:t,onSelect:a,mode:y?"dropdown":"list"},React.createElement(h.Dx,{initial:!0,id:"all",label:__("All threats","jetpack-protect"),icon:r.Z,badge:f,disabled:f<=0,onClick:Z,checked:!0}),React.createElement(h.Dx,{id:"wordpress",label:__("WordPress","jetpack-protect"),icon:l.Z,badge:v,disabled:v<=0,onClick:C,checked:!0}),React.createElement(h.KB,{label:__("Plugins","jetpack-protect"),icon:i.Z},c.map((e=>{let{name:t,threats:a,checked:n}=e;return React.createElement(h.Dx,{key:t,id:t,label:t,checked:n,badge:a?.length,disabled:a?.length<=0,onClick:_})}))),React.createElement(h.KB,{label:__("Themes","jetpack-protect"),icon:o.Z},g.map((e=>{let{name:t,threats:a,checked:n}=e;return React.createElement(h.Dx,{key:t,id:t,label:t,checked:n,badge:a?.length,disabled:a?.length<=0,onClick:R})}))),w&&React.createElement(React.Fragment,null,React.createElement(h.Dx,{id:"files",label:__("Files","jetpack-protect"),icon:s.Z,badge:E,disabled:E<=0,onClick:j,checked:!0}),React.createElement(h.Dx,{id:"database",label:__("Database","jetpack-protect"),icon:u.Z,badge:k,disabled:k<=0,onClick:N,checked:!0})))}},1400:function(e,t,a){"use strict";var n=a(526),c=a(5106),r=a(2054),l=a(9818),i=a(9307),o=a(5736),s=a(9196),u=a.n(s),m=a(6477),p=a(4633),d=a(7127),h=a(4257),g=a(289),f=a(9709);const __=o.__,v=e=>{let{context:t,description:a,diff:r,filename:i,fixedIn:v,icon:E,fixable:k,id:w,label:b,name:y,source:Z,title:C,type:_,severity:R}=e;const{setModal:j}=(0,l.useDispatch)(p.t),{recordEvent:N}=(0,m.Z)(),S=Z?u().createElement(n.Z,{variant:"link",isExternalLink:!0,weight:"regular",href:Z},__("See more technical details of this threat","jetpack-protect")):null;return u().createElement(g.c,{id:w,label:b,title:C,icon:E,fixable:k,severity:R,onOpen:(0,s.useCallback)((()=>{["core","plugin","theme","file","database"].includes(_)&&N(`jetpack_protect_${_}_threat_open`)}),[N,_])},a&&u().createElement("div",{className:f.Z["threat-section"]},u().createElement(c.ZP,{variant:"title-small",mb:2},__("What is the problem?","jetpack-protect")),u().createElement(c.ZP,{mb:2},a),S),(i||t||r)&&u().createElement(c.ZP,{variant:"title-small",mb:2},__("The technical details","jetpack-protect")),i&&u().createElement(u().Fragment,null,u().createElement(c.ZP,{mb:2},/* translators: filename follows in separate line; e.g. "PHP.Injection.5 in: `post.php`" */ +__("Threat found in file:","jetpack-protect")),u().createElement("pre",{className:f.Z["threat-filename"]},i)),t&&u().createElement(h.Z,{context:t}),r&&u().createElement(d.C,{diff:r}),v&&u().createElement("div",{className:f.Z["threat-section"]},u().createElement(c.ZP,{variant:"title-small",mb:2},__("How to fix it?","jetpack-protect")),u().createElement(c.ZP,{mb:2},/* translators: Translates to Update to. %1$s: Name. %2$s: Fixed version */ +(0,o.sprintf)(__("Update to %1$s %2$s","jetpack-protect"),y,v))),!a&&u().createElement("div",{className:f.Z["threat-section"]},S),u().createElement("div",{className:f.Z["threat-footer"]},u().createElement(n.Z,{isDestructive:!0,variant:"secondary",onClick:e=>{e.preventDefault(),j({type:"IGNORE_THREAT",props:{id:w,label:b,title:C,icon:E,severity:R}})}},__("Ignore threat","jetpack-protect")),k&&u().createElement(n.Z,{onClick:e=>{e.preventDefault(),j({type:"FIX_THREAT",props:{id:w,label:b,title:C,icon:E,severity:R,fixable:k}})}},__("Fix threat","jetpack-protect"))))};t.Z=e=>{let{list:t}=e;const{scan:a}=(0,l.useDispatch)(p.t),o=(0,i.createInterpolateElement)(__("If you have manually fixed any of the threats listed above, you can run a manual scan now or wait for Jetpack to scan your site later today.","jetpack-protect"),{manualScanLink:u().createElement(n.Z,{variant:"link",onClick:e=>{e.preventDefault(),a()}})}),[s]=(0,r.Z)(["sm","lg"],[null,"<"]),m=e=>e.name&&e.version?`${e.name} (${e.version})`:e.filename?e.filename.split("/").pop():e.table?e.table:void 0;return t=t.map((e=>({label:m(e),...e}))),u().createElement(u().Fragment,null,!s&&u().createElement("div",{className:f.Z["accordion-heading"]},u().createElement("span",null,__("Details","jetpack-protect")),u().createElement("span",null,__("Severity","jetpack-protect")),u().createElement("span",null,__("Auto-fix","jetpack-protect")),u().createElement("span",null)),u().createElement(g.Z,null,t.map((e=>{let{context:t,description:a,diff:n,filename:c,fixedIn:r,icon:l,fixable:i,id:o,label:s,name:m,severity:p,source:d,table:h,title:g,type:f,version:E}=e;return u().createElement(v,{context:t,description:a,diff:n,filename:c,fixedIn:r,icon:l,fixable:i,id:o,key:o,label:s,name:m,severity:p,source:d,table:h,title:g,type:f,version:E})}))),u().createElement(c.ZP,{className:f.Z["manual-scan"],variant:"body-small"},o))}},7930:function(e,t,a){"use strict";var n=a(2817),c=a(4160),r=a(6376),l=a(7663),i=a(8960),o=a(9196),s=a(5773);const u=(e,t)=>t.severity-e.severity,m=(e,t)=>Array.isArray(e)?e.map((e=>m(e,t))).flat():e?.threats.map((a=>({...a,...e,...t})));t.Z=()=>{const{plugins:e,themes:t,core:a,files:p,database:d}=(0,s.Z)(),[h,g]=(0,o.useState)("all"),{unsortedList:f,item:v}=(0,o.useMemo)((()=>{if(h&&"all"!==h){switch(h){case"wordpress":return{unsortedList:m(a,{icon:n.Z}),item:a};case"files":return{unsortedList:m(p,{icon:c.Z}),item:p};case"database":return{unsortedList:m(d,{icon:r.Z}),item:d}}const o=e.find((e=>e?.name===h));if(o)return{unsortedList:m(o,{icon:l.Z}),item:o};const s=t.find((e=>e?.name===h));if(s)return{unsortedList:m(s,{icon:i.Z}),item:s}}return{unsortedList:[...m(a,{icon:n.Z}),...m(e,{icon:l.Z}),...m(t,{icon:i.Z}),...m(p,{icon:c.Z}),...m(d,{icon:r.Z})],item:null}}),[a,d,p,e,h,t]);return{item:v,list:(0,o.useMemo)((()=>f.sort(u)),[f]),selected:h,setSelected:g}}},2854:function(e,t,a){"use strict";var n=a(1294),c=a(8227);t.Z=e=>{let{children:t}=e;const{isUserConnected:a,hasConnectedOwner:r}=(0,n.Z)();return a&&r?t:React.createElement(c.Z,null)}},8227:function(e,t,a){"use strict";var n=a(5106),c=a(526),r=a(1294),l=a(9818),i=a(5736),o=a(4633),s=a(291),u=a(541);const __=i.__;t.Z=()=>{const{setModal:e}=(0,l.useDispatch)(o.t),{userIsConnecting:t,handleConnectUser:a}=(0,r.Z)({redirectUri:"admin.php?page=jetpack-protect"});return React.createElement(React.Fragment,null,React.createElement(n.ZP,{variant:"title-medium",mb:2},__("User connection needed","jetpack-protect")),React.createElement(s.Z,{type:"info",message:__("Before Jetpack Protect can ignore and auto-fix threats on your site, a user connection is needed.","jetpack-protect")}),React.createElement(n.ZP,{mb:3},__("A user connection provides Jetpack Protect the access necessary to perform these tasks.","jetpack-protect")),React.createElement(n.ZP,{mb:3},__("Once you’ve secured a user connection, all Jetpack Protect features will be available for use.","jetpack-protect")),React.createElement("div",{className:u.Z.footer},React.createElement(c.Z,{variant:"secondary",onClick:t=>{t.preventDefault(),e({type:null})}},__("Not now","jetpack-protect")),React.createElement(c.Z,{isExternalLink:!0,weight:"regular",isLoading:t,onClick:a},__("Connect your user account","jetpack-protect"))))}},3898:function(e,t,a){"use strict";a.d(t,{K:function(){return n},o:function(){return c}});const n="https://wordpress.org/support/plugin/jetpack-protect/",c="jetpack_scan"},6477:function(e,t,a){"use strict";var n=a(6975),c=a(1294),r=a(9196);t.Z=function(){let{pageViewEventName:e,pageViewNamespace:t="jetpack",pageViewSuffix:a="page_view",pageViewEventProperties:l={}}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{isUserConnected:i,isRegistered:o,userConnectionData:s}=(0,c.Z)(),{login:u,ID:m}=s.currentUser?.wpcomUser||{},{tracks:p}=n.Z,{recordEvent:d}=p,h=(0,r.useCallback)((async(e,t)=>{d(e,t)}),[d]),g=(0,r.useCallback)((function(e,t){let a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return a="function"==typeof t?t:a,t="function"==typeof t?{}:t,()=>h(e,t).then(a)}),[h]);(0,r.useEffect)((()=>{i&&m&&u&&n.Z.initialize(m,u)}),[i,m,u]);const f=e?`${t}_${e}_${a}`:null;return(0,r.useEffect)((()=>{o&&f&&d(f,l)}),[]),{recordEvent:h,recordEventHandler:g}}},5773:function(e,t,a){"use strict";a.d(t,{Z:function(){return l}});var n=a(9818),c=a(9196),r=a(4633);function l(){const{statusIsFetching:e,status:t,jetpackScan:a,hasRequiredPlan:l}=(0,n.useSelect)((e=>({statusIsFetching:e(r.t).getStatusIsFetching(),status:e(r.t).getStatus(),jetpackScan:e(r.t).getJetpackScan(),hasRequiredPlan:e(r.t).hasRequiredPlan()})));let i="error";!0===e?i="loading":t.status&&(i=t.status);const o=(0,c.useMemo)((()=>t.core?.threats?.length||0),[t.core]),s=(0,c.useMemo)((()=>(t.plugins||[]).reduce(((e,t)=>e+t.threats.length),0)),[t.plugins]),u=(0,c.useMemo)((()=>(t.themes||[]).reduce(((e,t)=>e+t.threats.length),0)),[t.themes]),m=(0,c.useMemo)((()=>t.files?.length||0),[t.files]),p=(0,c.useMemo)((()=>t.database?.length||0),[t.database]);return{numThreats:o+s+u+m+p,numCoreThreats:o,numPluginsThreats:s,numThemesThreats:u,numFilesThreats:m,numDatabaseThreats:p,lastChecked:t.lastChecked||null,errorCode:t.errorCode||null,errorMessage:t.errorMessage||null,core:t.core||{},plugins:t.plugins||[],themes:t.themes||[],files:{threats:t.files||[]},database:{threats:t.database||[]},currentStatus:i,hasUncheckedItems:t.hasUncheckedItems,jetpackScan:a,hasRequiredPlan:l}}},8963:function(e,t,a){"use strict";var n=a(9818),c=a(9196),r=a(1827),l=a(4633);t.Z=()=>{const{setWafConfig:e,setWafStats:t,setWafIsEnabled:a,setWafIsUpdating:i,setWafIsToggling:o}=(0,n.useDispatch)(l.t),s=(0,n.useSelect)((e=>e(l.t).getWaf())),u=(0,c.useCallback)((()=>(i(!0),r.Z.fetchWaf().then((n=>{a(n?.isEnabled),e(n?.config),t(n?.stats)})).finally((()=>i(!1))))),[e,t,a,i]),m=(0,c.useCallback)((()=>(s.isEnabled||o(!0),i(!0),r.Z.toggleWaf().then(u).finally((()=>{o(!1),i(!1)})))),[u,s.isEnabled,o,i]),p=(0,c.useCallback)((()=>s.isEnabled?Promise.resolve():m()),[m,s.isEnabled]),d=(0,c.useCallback)((()=>(i(!0),p().then((()=>r.Z.updateWaf({jetpack_waf_automatic_rules:!s.config.jetpackWafAutomaticRules}))).then(u).finally((()=>i(!1))))),[p,u,i,s.config.jetpackWafAutomaticRules]),h=(0,c.useCallback)((()=>(i(!0),r.Z.updateWaf({jetpack_waf_ip_list:!s.config.jetpackWafIpList}).then(u).finally((()=>i(!1))))),[u,i,s.config.jetpackWafIpList]),g=(0,c.useCallback)((()=>(i(!0),r.Z.updateWaf({brute_force_protection:!s.config.bruteForceProtection}).then(u).finally((()=>i(!1))))),[u,i,s.config.bruteForceProtection]),f=(0,c.useCallback)((()=>(i(!0),p().then((()=>r.Z.updateWaf({jetpack_waf_share_data:!s.config.jetpackWafShareData}))).then(u).finally((()=>i(!1))))),[p,u,i,s.config.jetpackWafShareData]),v=(0,c.useCallback)((e=>(i(!0),r.Z.updateWaf(e).then(u).finally((()=>i(!1))))),[u,i]);return(0,c.useEffect)((()=>{void 0!==s.config||s.isFetching||u()}),[s.config,s.isFetching,i,u]),{...s,refreshWaf:u,toggleWaf:m,toggleAutomaticRules:d,toggleManualRules:h,toggleBruteForceProtection:g,toggleShareData:f,updateConfig:v}}},5230:function(e,t,a){"use strict";a.d(t,{BZ:function(){return b},Gk:function(){return d},Oc:function(){return S},Ot:function(){return N},PF:function(){return P},P_:function(){return E},RR:function(){return f},Rj:function(){return R},U2:function(){return v},VF:function(){return Z},Xm:function(){return w},Y2:function(){return p},ZP:function(){return $},_N:function(){return o},d0:function(){return u},dG:function(){return C},eG:function(){return h},hI:function(){return g},i0:function(){return y},jA:function(){return s},kd:function(){return j},l:function(){return z},o9:function(){return m},r0:function(){return _},tu:function(){return k},y:function(){return x}});var n=a(6989),c=a.n(n),r=a(5736),l=a(4769),i=a.n(l);const _n=r._n,__=r.__,o="SET_CREDENTIALS_STATE_IS_FETCHING",s="SET_CREDENTIALS_STATE",u="SET_STATUS",m="SET_STATUS_PROGRESS",p="START_SCAN_OPTIMISTICALLY",d="SET_STATUS_IS_FETCHING",h="SET_SCAN_IS_UNAVAILABLE",g="SET_SCAN_IS_ENQUEUING",f="SET_INSTALLED_PLUGINS",v="SET_INSTALLED_THEMES",E="SET_WP_VERSION",k="SET_JETPACK_SCAN",w="SET_THREAT_IS_UPDATING",b="SET_THREATS_ARE_FIXING",y="SET_MODAL",Z="SET_NOTICE",C="CLEAR_NOTICE",_="SET_HAS_REQUIRED_PLAN",R="SET_WAF_IS_SEEN",j="SET_WAF_UPGRADE_IS_SEEN",N="SET_WAF_IS_ENABLED",S="SET_WAF_IS_UPDATING",P="SET_WAF_IS_TOGGLING",x="SET_WAF_CONFIG",z="SET_WAF_STATS",M=e=>({type:u,status:e}),L=()=>({type:p}),I=e=>c()({path:"jetpack-protect/v1/status"+(e?"?hard_refresh=true":""),method:"GET"}),T=function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return async t=>{let{dispatch:a}=t;return a(F(!0)),await new Promise(((t,n)=>I(e).then(A).then((e=>{a(H("unavailable"===e.status)),a(M(i()(e))),t(e)})).catch((e=>{n(e)})).finally((()=>{a(F(!1))}))))}},A=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return new Promise(((a,n)=>{"unavailable"===e.status&&t<3?I(!0).then((e=>{setTimeout((()=>{A(e,t+1).then((e=>a(e))).catch((e=>n(e)))}),5e3)})).catch(n):a(e)}))},O=e=>({type:o,isFetching:e}),V=e=>({type:s,credentials:e}),F=e=>({type:d,status:e}),H=e=>({type:h,status:e}),D=e=>({type:g,isEnqueuing:e}),U=(e,t)=>({type:w,payload:{threatId:e,isUpdating:t}}),B=e=>({type:b,threatIds:e}),W=e=>async t=>{let{dispatch:a}=t;const n=e.reduce(((e,t)=>`${e}threat_ids[]=${t}&`),"jetpack-protect/v1/fix-threats-status?");return a(B(e)),await c()({path:n,method:"GET"}).then((async t=>{const n=Object.values(t.threats);if(n.filter((e=>"in_progress"===e.status)).length>0)return await new Promise((()=>{setTimeout((()=>{a(W(e))}),1e3)}));if(!n.filter((e=>"fixed"===e.status)).length===e.length)throw"Not all threats could be fixed."})).then((()=>{a(T()),a(J({type:"success",message:(0,r.sprintf)( +// translators: placeholder is the number amount of fixed threats. +_n("%s threat was fixed successfully","%s threats were fixed successfully",e.length,"jetpack-protect"),e.length)}))})).catch((()=>{a(J({type:"error",message:__("Not all threats could be fixed. Please contact our support.","jetpack-protect")}))})).finally((()=>{a(B([]))}))},J=e=>({type:Z,payload:e}),G=e=>({type:_,hasRequiredPlan:e}),$={checkCredentials:()=>async e=>{let{dispatch:t}=e;return await new Promise(((e,a)=>(t(O(!0)),c()({path:"jetpack-protect/v1/check-credentials",method:"POST"}).then((a=>{t(V(a)),e(a)})).catch((e=>{a(e)})).finally((()=>{t(O(!1))})))))},setCredentials:V,setCredentialsIsFetching:O,setStatus:M,setStatusProgress:e=>({type:m,currentProgress:e}),startScanOptimistically:L,refreshStatus:T,setStatusIsFetching:F,setScanIsEnqueuing:D,setInstalledPlugins:e=>({type:f,plugins:e}),setInstalledThemes:e=>({type:v,themes:e}),setwpVersion:e=>({type:E,version:e}),setJetpackScan:e=>({type:k,scan:e}),ignoreThreat:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{};return async a=>{let{dispatch:n}=a;return n(U(e,!0)),await new Promise((()=>c()({path:`jetpack-protect/v1/ignore-threat?threat_id=${e}`,method:"POST"}).then((()=>n(T()))).then((()=>n(J({type:"success",message:__("Threat ignored","jetpack-protect")})))).catch((()=>n(J({type:"error",message:__("An error ocurred ignoring the threat.","jetpack-protect")})))).finally((()=>{n(U(e,!1)),t()}))))}},setModal:e=>({type:y,payload:e}),setNotice:J,clearNotice:()=>({type:C}),fixThreats:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{};return async a=>{let{dispatch:n}=a;return e.forEach((e=>{n(U(e,!0))})),await new Promise((()=>c()({path:`jetpack-protect/v1/fix-threats?threat_ids=${e}`,method:"POST",data:{threatIds:e}}).then((()=>n(J({type:"success",message:__("We're hard at work fixing this threat in the background. Please check back shortly.","jetpack-protect")})))).then((()=>{setTimeout((()=>n(W(e))),1e3)})).catch((()=>n(J({type:"error",message:__("Error fixing threats. Please contact support.","jetpack-protect")})))).finally((()=>{e.forEach((e=>{n(U(e,!1))})),t()}))))}},scan:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:()=>{};return async t=>{let{dispatch:a}=t;return a(D(!0)),await new Promise((()=>c()({path:"jetpack-protect/v1/scan",method:"POST"}).then((()=>{a(L()),setTimeout((()=>a(T(!0))),5e3)})).catch((()=>a(J({type:"error",message:__("An error ocurred enqueuing the scan","jetpack-protect")})))).finally((()=>{a(D(!1)),e()}))))}},setThreatsAreFixing:B,refreshPlan:()=>e=>{let{dispatch:t}=e;c()({path:"jetpack-protect/v1/check-plan",method:"GET"}).then((e=>t(G(e))))},setHasRequiredPlan:G,setScanIsUnavailable:H,setWafIsEnabled:e=>({type:N,isEnabled:e}),setWafIsSeen:e=>({type:R,isSeen:e}),setWafUpgradeIsSeen:e=>({type:j,upgradeIsSeen:e}),setWafIsUpdating:e=>({type:S,isUpdating:e}),setWafIsToggling:e=>({type:P,isToggling:e}),setWafConfig:e=>({type:x,config:e}),setWafStats:e=>({type:z,stats:e})}},3638:function(e,t,a){"use strict";var n=a(9818),c=a(5230);const r={wafSupported:null,bruteForceSupported:null,isSeen:!1,upgradeIsSeen:!1,isEnabled:!1,isUpdating:!1,isToggling:!1,config:void 0,stats:void 0},l=(0,n.combineReducers)({credentials:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;return t.type===c.jA?t.credentials:e},credentialsIsFetching:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===c._N?t.isFetching:e},status:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.d0:return t.status;case c.o9:return{...e,currentProgress:t.currentProgress};case c.Y2:return{...e,currentProgress:0,status:"optimistically_scanning"}}return e},statusIsFetching:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===c.Gk?t.status:e},scanIsUnavailable:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===c.eG?t.status:e},scanIsEnqueuing:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===c.hI?t.isEnqueuing:e},installedPlugins:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return t.type===c.RR?t.plugins:e},installedThemes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return t.type===c.U2?t.themes:e},wpVersion:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return t.type===c.P_?t.version:e},jetpackScan:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return t.type===c.tu?t.scan:e},threatsUpdating:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return t.type===c.Xm?{...e,[t.payload.threatId]:t.payload.isUpdating}:e},modal:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return t.type===c.i0?{...e,...t.payload}:e},notice:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.VF:return{...e,...t.payload};case c.dG:return{}}return e},setThreatsFixing:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return t.type===c.BZ?t.threatIds:e},hasRequiredPlan:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===c.r0?t.hasRequiredPlan:e},waf:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:r,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.Rj:return{...e,isSeen:t.isSeen};case c.kd:return{...e,upgradeIsSeen:t.upgradeIsSeen};case c.Ot:return{...e,isEnabled:t.isEnabled};case c.y:return{...e,config:t.config};case c.l:return{...e,stats:t.stats};case c.Oc:return{...e,isUpdating:t.isUpdating};case c.PF:return{...e,isToggling:t.isToggling}}return e}});t.Z=l},1056:function(e,t,a){"use strict";var n=a(6989),c=a.n(n),r=a(5230);const l={getJetpackScan:{isFulfilled:e=>Object.keys(e?.jetpackScan).length>0,fulfill:()=>async e=>{let{dispatch:t}=e;const a=await c()({path:"/my-jetpack/v1/site/products/scan",method:"GET"});t(r.ZP.setJetpackScan(a))}}};t.Z=l},6850:function(e,t){"use strict";t.Z={getCredentials:e=>e.credentials||null,getCredentialsIsFetching:e=>e.credentialsIsFetching||!1,getInstalledPlugins:e=>e.installedPlugins||{},getInstalledThemes:e=>e.installedThemes||{},getStatus:e=>e.status||{},getStatusIsFetching:e=>e.statusIsFetching||!1,getScanIsUnavailable:e=>e.scanIsUnavailable||!1,getScanIsEnqueuing:e=>e.scanIsEnqueuing||!1,getWpVersion:e=>e.wpVersion||"",getJetpackScan:e=>e.jetpackScan||{},getThreatsUpdating:e=>e.threatsUpdating||{},getModalType:e=>e.modal?.type||null,getModalProps:e=>e.modal?.props||{},getNotice:e=>e.notice||null,getThreatsAreFixing:e=>e.threatsAreFixing||[],hasRequiredPlan:e=>e.hasRequiredPlan||!1,getWaf:e=>e.waf}},5217:function(e,t,a){"use strict";var n=a(9818);class c{static store=null;static mayBeInit(e,t){null===c.store&&(c.store=(0,n.createReduxStore)(e,t),(0,n.register)(c.store))}}t.Z=c},4633:function(e,t,a){"use strict";a.d(t,{N:function(){return m},t:function(){return u}});var n=a(4769),c=a.n(n),r=a(5230),l=a(3638),i=a(1056),o=a(6850),s=a(5217);const u="jetpack-protect";function m(){s.Z.mayBeInit(u,{__experimentalUseThunks:!0,reducer:l.Z,actions:r.ZP,selectors:o.Z,resolvers:i.Z,initialState:c()(window.jetpackProtectInitialState)||{}})}},5983:function(e,t,a){"use strict";e.exports=a.p+"images/in-progress-db145d62b5ef09c05ad7.png"},6436:function(e){"use strict";if(void 0==={consumer_slug:"jetpack-protect"}){var t=new Error('Cannot find module \'{"consumer_slug":"jetpack-protect"}\'');throw t.code="MODULE_NOT_FOUND",t}e.exports={consumer_slug:"jetpack-protect"}},9196:function(e){"use strict";e.exports=window.React},6292:function(e){"use strict";e.exports=window.moment},6989:function(e){"use strict";e.exports=window.wp.apiFetch},5609:function(e){"use strict";e.exports=window.wp.components},4333:function(e){"use strict";e.exports=window.wp.compose},9818:function(e){"use strict";e.exports=window.wp.data},9771:function(e){"use strict";e.exports=window.wp.date},9307:function(e){"use strict";e.exports=window.wp.element},5736:function(e){"use strict";e.exports=window.wp.i18n},444:function(e){"use strict";e.exports=window.wp.primitives},6483:function(e){"use strict";e.exports=window.wp.url},2674:function(e){function t(){return e.exports=t=Object.assign?Object.assign.bind():function(e){for(var t=1;twindow.scrollTo(0,0)),[e]),null}(0,u.N)(),function(){const a=document.getElementById("jetpack-protect-root");if(null===a)return;const n=c().createElement(e.ZP,null,c().createElement(l.UT,null,c().createElement(m,null),c().createElement(r.Z5,null,c().createElement(r.AW,{path:"/",element:c().createElement(s.Z,null)}),c().createElement(r.AW,{path:"/firewall",element:c().createElement(i.Z,null)}))),c().createElement(o.Z,null));t.createRoot(a).render(n)}()}()}(); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.js.LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.js.LICENSE.txt new file mode 100644 index 00000000..84a0513f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.js.LICENSE.txt @@ -0,0 +1,35 @@ +/* + * Exposes number format capability + * + * @copyright Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io) and Contributors (http://phpjs.org/authors). + * @license See CREDITS.md + * @see https://github.com/kvz/phpjs/blob/ffe1356af23a6f2512c84c954dd4e828e92579fa/functions/strings/number_format.js + */ + +/*! + Copyright (c) 2018 Jed Watson. + Licensed under the MIT License (MIT), see + http://jedwatson.github.io/classnames +*/ + +/** + * React Router DOM v6.2.2 + * + * Copyright (c) Remix Software Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE.md file in the root directory of this source tree. + * + * @license MIT + */ + +/** + * React Router v6.2.2 + * + * Copyright (c) Remix Software Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE.md file in the root directory of this source tree. + * + * @license MIT + */ diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.rtl.css b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.rtl.css new file mode 100644 index 00000000..bb73e17f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.rtl.css @@ -0,0 +1 @@ +.p4qz2tkq0p9hxucJ6Qk2{--padding:calc(var(--spacing-base)*4);color:var(--jp-black)}.lbNDyXioOwvyvbALtCBm{--gap:calc(var(--spacing-base)*3);padding:var(--padding) 0;position:relative}.s2Lsn4kbm6BrS3DSndRB .lbNDyXioOwvyvbALtCBm{column-gap:var(--gap);display:grid;grid-auto-flow:column;grid-template-columns:repeat(var(--columns),1fr);grid-template-rows:repeat(var(--rows),minmax(min-content,max-content))}.cLaNK_XcbTGlRQ4Tp43Q{margin-top:var(--padding)}.s2Lsn4kbm6BrS3DSndRB .cLaNK_XcbTGlRQ4Tp43Q{display:contents}.cLaNK_XcbTGlRQ4Tp43Q.CYt1X0eH1icRjhtJ28jx>*{background:var(--jp-white);position:relative}.cLaNK_XcbTGlRQ4Tp43Q.CYt1X0eH1icRjhtJ28jx>:after{bottom:0;box-shadow:0 4px 24px rgba(0,0,0,.05);content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.cLaNK_XcbTGlRQ4Tp43Q>:first-child{border-top-left-radius:var(--jp-border-radius);border-top-right-radius:var(--jp-border-radius);border-width:1px 1px 0}.cLaNK_XcbTGlRQ4Tp43Q>:last-child{border-bottom-left-radius:var(--jp-border-radius);border-bottom-right-radius:var(--jp-border-radius);border-width:0 1px 1px}.DAkZc1P9A3K12fjEliMg{display:flex;flex-direction:column;justify-content:space-between;padding:var(--padding)}.WUBuYABl8nymjs9NnCEL{align-items:center;display:flex;padding-bottom:calc(var(--spacing-base)*2);position:relative}.WUBuYABl8nymjs9NnCEL:not(:nth-child(2)){padding-top:calc(var(--spacing-base)*2)}.WUBuYABl8nymjs9NnCEL:not(:nth-child(2)):before{background-color:var(--jp-gray);content:"";height:1px;left:var(--padding);position:absolute;right:var(--padding);top:0;z-index:5}.s2Lsn4kbm6BrS3DSndRB .WUBuYABl8nymjs9NnCEL:not(:nth-child(2)):before{left:unset;right:0;width:calc(100% + var(--gap))}.s2Lsn4kbm6BrS3DSndRB .lbNDyXioOwvyvbALtCBm>:last-child .WUBuYABl8nymjs9NnCEL:not(:nth-child(2)):before{width:100%}.ANtCFeb41NhA8PA3H7ZN,.WUBuYABl8nymjs9NnCEL:last-of-type{padding-bottom:var(--padding)}.Ql2gy_148yW8Vw5vhaKD{padding-left:var(--padding);padding-right:var(--padding)}.EAQrAnQEW1z1BfdY5gbC{fill:var(--jp-gray);flex-shrink:0;margin:0 var(--spacing-base)}.EAQrAnQEW1z1BfdY5gbC.JDSTlLoOC_4aUoH2oNM2{fill:var(--jp-green-40)}.EAQrAnQEW1z1BfdY5gbC.zNdQRJ1w7BvaQOYyqzHK{fill:var(--jp-red-50)}.lr7vbX95SKtoe7DarJcZ{margin-right:auto}.s2Lsn4kbm6BrS3DSndRB .lr7vbX95SKtoe7DarJcZ{margin:0 var(--spacing-base);top:1px}.WUBuYABl8nymjs9NnCEL .KRrGp2xdkeBOxLZeuQ6X{fill:var(--jp-gray-20);flex-shrink:0}.H_ZJiRVJg0LiMXPGOcmt{text-align:center;width:fit-content}.H_ZJiRVJg0LiMXPGOcmt>a{color:#000}.s2Lsn4kbm6BrS3DSndRB .H_ZJiRVJg0LiMXPGOcmt{grid-column:2;overflow:hidden;padding-left:var(--padding);padding-right:var(--padding);white-space:nowrap}.x21z_DixObRDsDaWotP1{align-items:right;display:flex;justify-content:right;margin:0 calc(var(--spacing-base)*4)}.WQVtrU6q0L1Igcj7wCrQ{margin:0;padding:0}.UujoBFTnQNY2cWU2SIsH{font-size:var(--font-headline-medium);font-weight:700;line-height:52px}.TeGO5V_thHw5lDAm1_2M{font-weight:700}.TeGO5V_thHw5lDAm1_2M,.WolQzb2MsSgiNmLtc7_j{font-size:var(--font-headline-small);line-height:40px}.WolQzb2MsSgiNmLtc7_j{font-weight:400}.hUB0JT8p1T2Hw28N6qC8{font-weight:500}.gKZWDv5chz3_O3Syp74H,.hUB0JT8p1T2Hw28N6qC8{font-size:var(--font-title-medium);line-height:32px}.gKZWDv5chz3_O3Syp74H{font-weight:600}.zY2No8Ga4b8shbOQGhnv{font-size:var(--font-title-small);font-weight:500;line-height:30px}.tIj0D1t8Cc892ikmgFPZ{font-size:var(--font-body);font-weight:400;line-height:24px}.KdcN0BnOaVeVhyLRKqhS{font-size:var(--font-body-small);font-weight:400;line-height:24px}.dso3Rh3tl3Xv1GumBktz{font-weight:400}.dso3Rh3tl3Xv1GumBktz,.mQ1UlbN9u4Mg9byO8m7v{font-size:var(--font-body-extra-small);line-height:20px}.mQ1UlbN9u4Mg9byO8m7v{font-weight:700}.PItlW5vRExLnTj4a8eLE{font-size:var(--font-body-extra-small);font-weight:600;line-height:16px}.TwRpPlktzxhmFVeua7P5{margin:calc(var( --spacing-base )*0)}.zVfqx7gyb3o9mxfGynn1{margin-left:calc(var( --spacing-base )*0);margin-right:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy{margin-bottom:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy,.xqDIp6cNVr_E6RXaiPyD{margin-top:calc(var( --spacing-base )*0)}.S8EwaXk1kyPizt6x4WH2{margin-left:calc(var( --spacing-base )*0)}.ODX5Vr1TARoLFkDDFooD{margin-bottom:calc(var( --spacing-base )*0)}.cphJ8dCpfimnky7P2FHg{margin-right:calc(var( --spacing-base )*0)}.PFgIhNxIyiSuNvQjAIYj{margin:calc(var( --spacing-base )*1)}.M2jKmUzDxvJjjVEPU3zn{margin-left:calc(var( --spacing-base )*1);margin-right:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk{margin-bottom:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk,.rcTN5uw9xIEeMEGL3Xi_{margin-top:calc(var( --spacing-base )*1)}.CQSkybjq2TcRM1Xo9COV{margin-left:calc(var( --spacing-base )*1)}.hfqOWgq6_MEGdFE82eOY{margin-bottom:calc(var( --spacing-base )*1)}.I8MxZQYTbuu595yfesWA{margin-right:calc(var( --spacing-base )*1)}.kQkc6rmdpvLKPkyoJtVQ{margin:calc(var( --spacing-base )*2)}.j6vFPxWuu4Jan2ldoxpp{margin-left:calc(var( --spacing-base )*2);margin-right:calc(var( --spacing-base )*2)}.hqr39dC4H_AbactPAkCG{margin-bottom:calc(var( --spacing-base )*2)}.c3dQnMi16C6J6Ecy4283,.hqr39dC4H_AbactPAkCG{margin-top:calc(var( --spacing-base )*2)}.YNZmHOuRo6hU7zzKfPdP{margin-left:calc(var( --spacing-base )*2)}.Db8lbak1_wunpPk8NwKU{margin-bottom:calc(var( --spacing-base )*2)}.ftsYE5J9hLzquQ0tA5dY{margin-right:calc(var( --spacing-base )*2)}.Det4MHzLUW7EeDnafPzq{margin:calc(var( --spacing-base )*3)}.h_8EEAztC29Vve1datb5{margin-left:calc(var( --spacing-base )*3);margin-right:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM{margin-bottom:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM,.soADBBkcIKCBXzCTuV9_{margin-top:calc(var( --spacing-base )*3)}.zSX59ziEaEWGjnpZa4uV{margin-left:calc(var( --spacing-base )*3)}.yrVTnq_WBMbejg89c2ZQ{margin-bottom:calc(var( --spacing-base )*3)}.UKtHPJnI2cXBWtPDm5hM{margin-right:calc(var( --spacing-base )*3)}.guexok_Tqd5Tf52hRlbT{margin:calc(var( --spacing-base )*4)}.oS1E2KfTBZkJ3F0tN7T6{margin-left:calc(var( --spacing-base )*4);margin-right:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd{margin-bottom:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd,.ot2kkMcYHv53hLZ4LSn0{margin-top:calc(var( --spacing-base )*4)}.A1krOZZhlQ6Sp8Cy4bly{margin-left:calc(var( --spacing-base )*4)}.pkDbXXXL32237M0hokEh{margin-bottom:calc(var( --spacing-base )*4)}.XXv4kDTGvEnQeuGKOPU3{margin-right:calc(var( --spacing-base )*4)}.yGqHk1a57gaISwkXwXe6{margin:calc(var( --spacing-base )*5)}.X8cghM358X3DkXLc9aNK{margin-left:calc(var( --spacing-base )*5);margin-right:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f{margin-bottom:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f,.yqeuzwyGQ7zG0avrGqi_{margin-top:calc(var( --spacing-base )*5)}.g9emeCkuHvYhveiJbfXO{margin-left:calc(var( --spacing-base )*5)}.Lvk3dqcyHbZ07QCRlrUQ{margin-bottom:calc(var( --spacing-base )*5)}.r3yQECDQ9qX0XZzXlVAg{margin-right:calc(var( --spacing-base )*5)}.aQhlPwht2Cz1X_63Miw0{margin:calc(var( --spacing-base )*6)}.JyHb0vK3wJgpblL9s5j8{margin-left:calc(var( --spacing-base )*6);margin-right:calc(var( --spacing-base )*6)}.cY2gULL1lAv6WPNIRuf3{margin-bottom:calc(var( --spacing-base )*6)}.NBWQ9Lwhh_fnry3lg_p7,.cY2gULL1lAv6WPNIRuf3{margin-top:calc(var( --spacing-base )*6)}.yIOniNe5E40C8fWvBm5V{margin-left:calc(var( --spacing-base )*6)}.t30usboNSyqfQWIwHvT3{margin-bottom:calc(var( --spacing-base )*6)}.Nm_TyFkYCMhOoghoToKJ{margin-right:calc(var( --spacing-base )*6)}.C4qJKoBXpgKtpmrqtEKB{margin:calc(var( --spacing-base )*7)}.S93Srbu6NQ_PBr7DmTiD{margin-left:calc(var( --spacing-base )*7);margin-right:calc(var( --spacing-base )*7)}.fJj8k6gGJDks3crUZxOS{margin-bottom:calc(var( --spacing-base )*7)}.cW6D6djs7Ppm7fD7TeoV,.fJj8k6gGJDks3crUZxOS{margin-top:calc(var( --spacing-base )*7)}.DuCnqNfcxcP3Z__Yo5Ro{margin-left:calc(var( --spacing-base )*7)}.im8407m2fw5vOg7O2zsw{margin-bottom:calc(var( --spacing-base )*7)}.G0fbeBgvz2sh3uTP9gNl{margin-right:calc(var( --spacing-base )*7)}.kvW3sBCxRxUqz1jrVMJl{margin:calc(var( --spacing-base )*8)}.tOjEqjLONQdkiYx_XRnw{margin-left:calc(var( --spacing-base )*8);margin-right:calc(var( --spacing-base )*8)}.op5hFSx318zgxsoZZNLN{margin-bottom:calc(var( --spacing-base )*8)}.c9WfNHP6TFKWIfLxv52J,.op5hFSx318zgxsoZZNLN{margin-top:calc(var( --spacing-base )*8)}.sBA75QqcqRwwYSHJh2wc{margin-left:calc(var( --spacing-base )*8)}.GpL6idrXmSOM6jB8Ohsf{margin-bottom:calc(var( --spacing-base )*8)}.HbtWJoQwpgGycz8dGzeT{margin-right:calc(var( --spacing-base )*8)}.uxX3khU88VQ_Ah49Ejsa{padding:calc(var( --spacing-base )*0)}.KX0FhpBKwKzs9fOUdbNz{padding-left:calc(var( --spacing-base )*0);padding-right:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz{padding-bottom:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz,.emxLHRjQuJsImnPbQIzE{padding-top:calc(var( --spacing-base )*0)}.kJ8WzlpTVgdViXt8ukP9{padding-left:calc(var( --spacing-base )*0)}.tg_UIUI11VBzrTAn2AzJ{padding-bottom:calc(var( --spacing-base )*0)}.uczvl8kaz84oPQJ2DB2R{padding-right:calc(var( --spacing-base )*0)}.o7UHPcdVK3lt7q3lqV4o{padding:calc(var( --spacing-base )*1)}.IDqEOxvDoYrFYxELPmtX{padding-left:calc(var( --spacing-base )*1);padding-right:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2{padding-bottom:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2,.npy3hw4A5QSkDicb2CJJ{padding-top:calc(var( --spacing-base )*1)}.LgbptTApNY5NwLQvEFAt{padding-left:calc(var( --spacing-base )*1)}.WZQy2SZuZso59bUsXXyl{padding-bottom:calc(var( --spacing-base )*1)}.o331apInxNunbYB3SfPE{padding-right:calc(var( --spacing-base )*1)}.fMPIyD9Vqki1Lrc_yJnG{padding:calc(var( --spacing-base )*2)}.i2pMcTcdrr10IQoiSm_L{padding-left:calc(var( --spacing-base )*2);padding-right:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH{padding-bottom:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH,.o9bGieUKcYc8o0Ij9oZX{padding-top:calc(var( --spacing-base )*2)}.SwZcFez1RDqWsOFjB5iG{padding-left:calc(var( --spacing-base )*2)}.eHpLc_idmuEqeqCTvqkN{padding-bottom:calc(var( --spacing-base )*2)}.vU39i2B4P1fUTMB2l6Vo{padding-right:calc(var( --spacing-base )*2)}.JHWNzBnE29awhdu5BEh1{padding:calc(var( --spacing-base )*3)}.X72lGbb56L3KFzC2xQ9N{padding-left:calc(var( --spacing-base )*3);padding-right:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e{padding-bottom:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e,.srV0KSDC83a2fiimSMMQ{padding-top:calc(var( --spacing-base )*3)}.lUWfkmbQjCskhcNwkyCm{padding-left:calc(var( --spacing-base )*3)}.Ts0dIlc3aTSL7V4cIHis{padding-bottom:calc(var( --spacing-base )*3)}.CzlqQXXhX6MvorArFZ8B{padding-right:calc(var( --spacing-base )*3)}.TqMPkQtR_DdZuKb5vBoV{padding:calc(var( --spacing-base )*4)}.a7UrjhI69Vetlcj9ZVzz{padding-left:calc(var( --spacing-base )*4);padding-right:calc(var( --spacing-base )*4)}.StEhBzGs2Gi5dDEkjhAv{padding-bottom:calc(var( --spacing-base )*4)}.FGneZfZyvYrt1dG0zcnm,.StEhBzGs2Gi5dDEkjhAv{padding-top:calc(var( --spacing-base )*4)}.APEH216rpdlJWgD2fHc8{padding-left:calc(var( --spacing-base )*4)}.oGwXC3ohCic9XnAj6x69{padding-bottom:calc(var( --spacing-base )*4)}.U6gnT9y42ViPNOcNzBwb{padding-right:calc(var( --spacing-base )*4)}.IpdRLBwnHqbqFrixgbYC{padding:calc(var( --spacing-base )*5)}.HgNeXvkBa9o3bQ5fvFZm{padding-left:calc(var( --spacing-base )*5);padding-right:calc(var( --spacing-base )*5)}.tJtFZM3XfPG9v9TSDfN1{padding-bottom:calc(var( --spacing-base )*5)}.PdifHW45QeXYfK568uD8,.tJtFZM3XfPG9v9TSDfN1{padding-top:calc(var( --spacing-base )*5)}.mbLkWTTZ0Za_BBbFZ5b2{padding-left:calc(var( --spacing-base )*5)}.vVWpZpLlWrkTt0hMk8XU{padding-bottom:calc(var( --spacing-base )*5)}.RxfaJj5a1Nt6IavEo5Zl{padding-right:calc(var( --spacing-base )*5)}.SppJULDGdnOGcjZNCYBy{padding:calc(var( --spacing-base )*6)}.palY2nLwdoyooPUm9Hhk{padding-left:calc(var( --spacing-base )*6);padding-right:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_{padding-bottom:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_,.YEEJ9b90ueQaPfiU8aeN{padding-top:calc(var( --spacing-base )*6)}.QE0ssnsKvWJMqlhPbY5u{padding-left:calc(var( --spacing-base )*6)}.n8yA3jHlMRyLd5UIfoND{padding-bottom:calc(var( --spacing-base )*6)}.tXHmxYnHzbwtfxEaG51n{padding-right:calc(var( --spacing-base )*6)}.kBTsPKkO_3g_tLkj77Um{padding:calc(var( --spacing-base )*7)}.RyhrFx6Y1FGDrGAAyaxm{padding-left:calc(var( --spacing-base )*7);padding-right:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO{padding-bottom:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO,.vQVSq6SvWKbOMu6r4H6b{padding-top:calc(var( --spacing-base )*7)}.oBy5__aEADMsH46mrgFX{padding-left:calc(var( --spacing-base )*7)}.KVEXoJqf1s92j0JMdNmN{padding-bottom:calc(var( --spacing-base )*7)}.ZMXGNrNaKW3k_3TLz0Fq{padding-right:calc(var( --spacing-base )*7)}.tuiR9PhkHXhGyEgzRZRI{padding:calc(var( --spacing-base )*8)}.U7454qyWkQNa2iaSJziu{padding-left:calc(var( --spacing-base )*8);padding-right:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8{padding-bottom:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8,.X1rm9DQ1zLGLfogja5Gn{padding-top:calc(var( --spacing-base )*8)}.JS7G6kAuqJo5GIuF8S5t{padding-left:calc(var( --spacing-base )*8)}.Y8F9ga1TDCMbM1lj4gUz{padding-bottom:calc(var( --spacing-base )*8)}.AJuyNGrI63BOWql719H8{padding-right:calc(var( --spacing-base )*8)}:root{--font-title-large:36px;--font-title-small:24px;--font-body:16px;--font-label:12px;--jp-black:#000;--jp-black-80:#2c3338;--jp-white:#fff;--jp-white-off:#f9f9f6;--jp-gray:#dcdcde;--jp-gray-0:#f6f7f7;--jp-gray-5:#dcdcde;--jp-gray-10:#c3c4c7;--jp-gray-20:#a7aaad;--jp-gray-30:#8c8f94;--jp-gray-40:#787c82;--jp-gray-50:#646970;--jp-gray-60:#50575e;--jp-gray-70:#3c434a;--jp-gray-80:#2c3338;--jp-gray-90:#1d2327;--jp-gray-100:#101517;--jp-gray-off:#e2e2df;--jp-yellow-5:#f5e6b3;--jp-yellow-10:#f2cf75;--jp-orange-20:#faa754;--jp-blue-5:#ced9f2;--jp-red-0:#f7ebec;--jp-red-50:#d63638;--jp-red-60:#b32d2e;--jp-red-80:#8a2424;--jp-red:#d63639;--jp-pink:#c9356e;--jp-green-0:#f0f2eb;--jp-green-5:#d0e6b8;--jp-green-10:#9dd977;--jp-green-20:#64ca43;--jp-green-30:#2fb41f;--jp-green-40:#069e08;--jp-green-50:#008710;--jp-green-60:#007117;--jp-green-70:#005b18;--jp-green-80:#004515;--jp-green-90:#003010;--jp-green-100:#001c09;--jp-green:#069e08;--jp-green-primary:var(--jp-green-40);--jp-green-secondary:var(--jp-green-30);--jp-border-radius:4px;--jp-border-radius-rna:8px;--jp-menu-border-height:1px;--jp-underline-thickness:2px;--jp-modal-padding-large:32px;--jp-modal-padding:24px;--jp-modal-padding-small:16px;--jp-modal-radius:8px;--jp-button-padding:8px;--jp-button-radius:4px;--jp-gap:16px;--jp-highlight:#3858e9}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(-8px)}.jp-cut:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.components-popover:not(.is-without-arrow):before{border-color:var(--jp-gray)}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-left:-62px}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-right:-62px}.icon-tooltip-helper .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.icon-tooltip-helper .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.icon-tooltip-helper .components-popover__content{border:1px solid var(--jp-gray);border-radius:4px;outline:none;padding:24px;white-space:normal;width:304px}.icon-tooltip-helper.is-wide .components-popover__content{width:440px}.icon-tooltip-wrapper{color:var(--jp-black);display:inline-block;position:relative}.icon-tooltip-wrapper .components-button.is-link:focus:not(:disabled){box-shadow:none}.icon-tooltip-helper{height:18px;pointer-events:none;position:absolute;right:-53px;top:0;width:124px}.icon-tooltip-container{pointer-events:all}.icon-tooltip-title{font-size:16px;font-weight:600;line-height:19px}.icon-tooltip-title:not(:last-child){margin-bottom:8px}.icon-tooltip-content{font-size:14px;font-weight:400;line-height:24px}.icon-tooltip-content ul{list-style-type:disc;margin:0 1rem 0 0}.icon-tooltip-content ul li:last-child{margin-bottom:0}.zI5tJ_qhWE6Oe6Lk75GY{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);--wp-admin-border-width-focus:1.51px;border-radius:var(--jp-border-radius);font-weight:600;justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo{height:calc(var(--spacing-base)*5);padding:var(--spacing-base);width:calc(var(--spacing-base)*5)}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo>svg:first-child{margin:0;padding:0}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo.Na39I683LAaSA99REg14{height:calc(var(--spacing-base)*4);min-width:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*4)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body);height:auto;line-height:24px;padding:var(--spacing-base) calc(var(--spacing-base)*3)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK{padding:var(--spacing-base) calc(var(--spacing-base)*2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body-extra-small);height:auto;line-height:20px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK>svg:first-child{margin-left:calc(var(--spacing-base)/2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo)>.components-spinner{height:20px}.zI5tJ_qhWE6Oe6Lk75GY.lZAo6_oGfclXOO9CC6Rd{font-weight:400}.zI5tJ_qhWE6Oe6Lk75GY.xJDOiJxTt0R_wSl8Ipz_{min-width:100%}.zI5tJ_qhWE6Oe6Lk75GY.is-primary:disabled,.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:disabled{background:var(--jp-gray);color:var(--jp-gray-20)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary{background:var(--jp-white);box-shadow:inset 0 0 0 1.51px var(--jp-black)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:active:not(:disabled),.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:hover:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-link.Na39I683LAaSA99REg14,.zI5tJ_qhWE6Oe6Lk75GY.is-link.ipS7tKy9GntCS4R3vekF{padding:0}.zI5tJ_qhWE6Oe6Lk75GY.is-link:hover:not(:disabled){text-decoration-thickness:3px}.zI5tJ_qhWE6Oe6Lk75GY.is-link:focus:not(:disabled){text-decoration-line:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:not(:disabled){background:var(--jp-red-50);box-shadow:inset 0 0 0 1px var(--jp-red-50);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:hover:not(:disabled){background:var(--jp-red-60);box-shadow:inset 0 0 0 1px var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:focus:not(:disabled){background:var(--jp-red-70);box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:active:not(:disabled){background:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:not(:disabled){background:var(--jp-white);box-shadow:inset 0 0 0 1.5px var(--jp-red-50);color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:hover:not(:disabled){background:var(--jp-red-0);box-shadow:inset 0 0 0 1.5px var(--jp-red-60);color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:active:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:not(:disabled){color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:hover:not(:disabled){box-shadow:none;color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6{position:relative}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6.has-icon{justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>:not(.components-spinner){visibility:hidden}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>.components-spinner{margin:0;position:absolute}.CDuBjJp_8jxzx5j6Nept{margin-right:calc(var(--spacing-base)/2)}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(-1px,1px)}.gridicon.needs-offset-x g{transform:translate(-1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.terms-of-service{color:var(--jp-black);font-size:var(--font-body)}.terms-of-service .terms-of-service__link{color:var(--jp-green-50);text-decoration:underline;white-space:nowrap}.dovianZYLKhnbnh9I06o{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-end}.lljtQMhW7lq5tE5SDJEf{align-items:flex-start;display:flex;flex-basis:0;flex-grow:2}.lljtQMhW7lq5tE5SDJEf .NubApIV1vQCRUNprfm6b{margin-right:auto}.dhFQXpZfMwVI8vuYHnwC{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.dhFQXpZfMwVI8vuYHnwC:first-child{margin-left:calc(var(--spacing-base)*2)}.dhFQXpZfMwVI8vuYHnwC.eD7hzxFmdtG_MgmBtl_k{color:var(--jp-gray-20)}.dhFQXpZfMwVI8vuYHnwC.eD7hzxFmdtG_MgmBtl_k:after{background:var(--jp-red);border-radius:var(--jp-border-radius);content:" ";display:block;height:3px;margin-top:-2px;pointer-events:none;position:absolute;top:50%;width:100%}.C64ZjjUAqJC1T2Sa7apS{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:calc(var(--spacing-base)*3)}.UpZDGew6Ay1hPoP6eI7b{color:var(--jp-gray-40);font-size:var(--font-body-small);line-height:20px}.UpZDGew6Ay1hPoP6eI7b:after{content:"​"}.NubApIV1vQCRUNprfm6b{background-color:var(--jp-yellow-10);border-radius:4px;font-size:13px;font-weight:600;margin-right:var(--spacing-base);padding-left:var(--spacing-base);padding-right:var(--spacing-base)}.TDiiPbuW1Z0_05u_pvcK{font-weight:400}.UL3B1tQ854mN7r6taB61{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.IG56Hw7ZR_7rKVsM78qw:focus:not(:disabled){box-shadow:none}.sexr0jUxC1jVixdKiDnC{margin-right:-20px}@media(max-width:782px){.sexr0jUxC1jVixdKiDnC{margin-right:-10px}}.sexr0jUxC1jVixdKiDnC.vKQ11sLeAM45M04P1ccj{background-color:var(--jp-white)}.SqdhUZkXCRuIpErj1B3z{--max-container-width:1128px;--vertical-gutter:24px;--horizontal-spacing:8px;column-gap:var(--vertical-gutter);display:grid;margin:0 auto;max-width:var(--max-container-width);width:100%}@media(max-width:599px){.SqdhUZkXCRuIpErj1B3z{grid-template-columns:repeat(4,minmax(0,1fr));padding:0 16px}}@media(min-width:600px)and (max-width:959px){.SqdhUZkXCRuIpErj1B3z{grid-template-columns:repeat(8,minmax(0,1fr));padding:0 18px}}@media(min-width:960px){.SqdhUZkXCRuIpErj1B3z{grid-template-columns:repeat(12,minmax(0,1fr));padding:0 24px}}.SqdhUZkXCRuIpErj1B3z.OZC_9a1LhpWF9dv15Gdh{max-width:none;padding:unset}@media(max-width:599px){.RuVLl3q4lxTQa3wbhBJB{grid-column-end:span 1}.f9LZTRG4MMK42rS89afW{grid-column-start:1}.bHe_zKxjjpUwHw_MdYE1{grid-column-end:2}.QZbNrOqE2aNSn50xVhpU{grid-column-end:span 2}.ev7W3z7zVYPeHAlYqZjf{grid-column-start:2}.NJWd1m_e7lOiPYru2ZMP{grid-column-end:3}.Xc6nt1Qc1DI0Z2A3gt1r{grid-column-end:span 3}.UIcN_GXiPRoIsin8Kohg{grid-column-start:3}.GRKCyqb5LufCSCgykKFc{grid-column-end:4}.i_qTq8gqhhC3vIUepVRB{grid-column-end:span 4}.G3qaZ3Jpbvam_1XvGxgc{grid-column-start:4}.VRCNYKZtO9zukEwmgP1y{grid-column-end:5}}@media(min-width:600px)and (max-width:959px){.tRm008K_WJL79WoNZTNL{grid-column-end:span 1}.l5T2P_bgKts4tdaRkS1d{grid-column-start:1}.zOCxfLZpF6BlgC7a_Yq1{grid-column-end:2}.F80DdgVn0m5OpvtSQWka{grid-column-end:span 2}.oI1c7JYfiJtMQHbhngtU{grid-column-start:2}.pMQtA_4jh1_1lVknqEP5{grid-column-end:3}.VenqMpdgyKQVUNNQcfqd{grid-column-end:span 3}.seNYL99uoczf9V4MxBxT{grid-column-start:3}.YKfF1HFhI9KygA5l3b2J{grid-column-end:4}.yAi0Cv1xDWkoqsaUhvhR{grid-column-end:span 4}.ubhnyZOnkgxNhh6XtVWv{grid-column-start:4}.RGOPGQbWMJ9Ei5oFxS7X{grid-column-end:5}.Sz1E2aWbX483ijdi6yge{grid-column-end:span 5}.tku6_bRYrX9tMbgYGmIl{grid-column-start:5}.b5JHttOhSEcI1WBlqAjk{grid-column-end:6}.FboSx5MoKTAWbxXyYlCw{grid-column-end:span 6}.Jhs8yEEmodG30edbJvag{grid-column-start:6}.IpzbbKVqEqPcfIGkXkwt{grid-column-end:7}.mhCPwfAZ4Kmm_empzJAq{grid-column-end:span 7}.x034ilrJF7rO9UJB2rI1{grid-column-start:7}.Wt8t2e16viRrOJ1lLA5v{grid-column-end:8}.S6pIrEy9AMLKx9bgh_Ae{grid-column-end:span 8}.kEfI4tGyuWfHTlRnvIab{grid-column-start:8}.PUzX4RRsKq1dnsz3gebS{grid-column-end:9}}@media(min-width:960px){.X_pdcLJikd8LS_YAdJlB{grid-column-end:span 1}.tl936d14Huby4khYp05X{grid-column-start:1}.hnge0LnR69d3NXEtEE1t{grid-column-end:2}.fj0NUMuyZQcPNgKcjp5Z{grid-column-end:span 2}.R2ncBX7a2NigdYCcV1OX{grid-column-start:2}.t8vMSDVYno9k9itRwnXb{grid-column-end:3}.wsDuEN2GqHx6qzo8dUdk{grid-column-end:span 3}.cIEVPUweWtLBy3xaXnMx{grid-column-start:3}.fajUWBwu1m2B479j3jmz{grid-column-end:4}.YR0c7fQTgMkDdWzwSyLp{grid-column-end:span 4}.xlwp8BmplxkKNMI7gamo{grid-column-start:4}._C4O1w9DUqx1m3gPf8aA{grid-column-end:5}.Z54F1hAErckAIrKlxnXW{grid-column-end:span 5}.ezSDWkRHmKSxDJXxuiOH{grid-column-start:5}.T0ChoeAjGJjkkNrYhD4g{grid-column-end:6}.qtMoMPF6yHvGJnWHSsde{grid-column-end:span 6}.gdoywN5VPiWERfIBqkph{grid-column-start:6}.wUev_VH5uf_pwFFlbnAU{grid-column-end:7}.egIPDFJsOpownTClq9XP{grid-column-end:span 7}.yGhp9yoAW7k0kQik9AB7{grid-column-start:7}.SJ43U9mR5wUg5V2qBeQA{grid-column-end:8}.cTuyHfMwSUJxN_HdIEgd{grid-column-end:span 8}.smCr8DaIagcumdvdldiK{grid-column-start:8}.T03NHzQJvzwL6wAfIiTL{grid-column-end:9}.pMvxM3RJGjqyNdf9qg1Y{grid-column-end:span 9}.iIVpNRwEnQ_JI5gpp9EN{grid-column-start:9}.ZbQ4u4vGSX5rJOje4uGL{grid-column-end:10}.gKb5wuIDAlKGbrjK2vxy{grid-column-end:span 10}.Z7pINdImE2WJiYnZBTqm{grid-column-start:10}.ZTxp6qpvwurMdOnLLSz1{grid-column-end:11}.NnQTlbfnxPDR6cQ7rygg{grid-column-end:span 11}.O137wZd6Yl0olSA9PsXR{grid-column-start:11}.zf2OJtQ2MPz6SDoh6CB0{grid-column-end:12}.U3H6UHW6HqRt9hdzVg3O{grid-column-end:span 12}.zynnNeS_ZBTxABcVpUQH{grid-column-start:12}.vI8tltFZtFUNAy9Iag9s{grid-column-end:13}}.jp-dashboard-footer{align-items:center;color:var(--jp-black);display:flex;flex-wrap:wrap;font-size:var(--font-body-extra-small);line-height:1.333;max-width:1128px;width:100%}.jp-dashboard-footer a{text-decoration:none}.jp-dashboard-footer a:any-link,.jp-dashboard-footer a[role=button]{color:inherit}.jp-dashboard-footer a:hover{text-decoration:underline;text-decoration-thickness:1.5px}.jp-dashboard-footer a:focus{border-radius:2px;box-shadow:none;outline:1.5px solid currentColor;outline-offset:3px}.jp-dashboard-footer.is-sm>ul{gap:.125rem}.jp-dashboard-footer.is-md,.jp-dashboard-footer.is-sm>ul{align-items:flex-start;flex-direction:column}.jp-dashboard-footer>ul{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0;width:100%}.jp-dashboard-footer>ul>li{margin-bottom:0}.jp-dashboard-footer>ul>li>a{align-items:center;display:flex;gap:.25rem;min-height:44px}.jp-dashboard-footer__jp-item{font-weight:600;padding-inline-end:1rem}.jp-dashboard-footer.is-sm .jp-dashboard-footer__jp-item{padding-bottom:1rem}.jp-dashboard-footer.is-lg .jp-dashboard-footer__a8c-item{margin-inline-start:auto}.jp-dashboard-footer.is-sm .jp-dashboard-footer__a8c-item{padding-top:1rem}.jp-dashboard-footer__a8c-item>a,.jp-dashboard-footer__jp-item>a{text-decoration:none}.vMa4i_Dza2t5Zi_Bw9Nf{background:var(--jp-white-off)}.lyrXe0pA852TUmyekDb5{display:flex}.KgEeDTKgTC5ZjzYlbTqN{color:var(--jp-black);font-size:var(--font-body);line-height:1.5;margin-left:calc(var(--spacing-base)*4);padding:var(--spacing-base) 0;text-decoration:none}.KgEeDTKgTC5ZjzYlbTqN:last-child{margin-left:0}.KgEeDTKgTC5ZjzYlbTqN:focus,.KgEeDTKgTC5ZjzYlbTqN:hover{border-bottom-color:var(--jp-green);box-shadow:none;color:var(--jp-green)}.Lv4WoNVkeJntqvUyG4dX{border-bottom:1px solid var(--jp-black)}.vvXnRXxrU1kP1KsdSr4J{margin-top:calc(var(--spacing-base)*3*-1)}.aDCTkUFaJEeZzYYE6qv5{background-color:var(--jp-green);border-radius:32px;color:var(--jp-white);font-size:12px;letter-spacing:-2%;line-height:1;margin-right:var(--spacing-base);padding:calc(var(--spacing-base)/2) var(--spacing-base);position:relative;top:-1px}.uQlXhcfYn9tbnK27_Gct{align-items:center;display:flex}.uQlXhcfYn9tbnK27_Gct input[type=checkbox]:checked{background:var(--jp-green-40);border-color:var(--jp-green-40)}.uQlXhcfYn9tbnK27_Gct input[type=checkbox]:indeterminate{background:var(--jp-green-40);border-color:var(--jp-green-40)}.uQlXhcfYn9tbnK27_Gct input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--jp-green-40)}.PO9zDOaSkcv_RqpfZF_v,.e5YHJiYcvfgdEEJsS_YM{margin-bottom:calc(var(--spacing-base)*7);margin-top:calc(var(--spacing-base)*7)}@media(max-width:599px){.PO9zDOaSkcv_RqpfZF_v{margin-top:0}}.gTWkHo5lqwE_OCesAhBx{color:var(--jp-gray-50)}.gTWkHo5lqwE_OCesAhBx:before{background:var(--jp-gray-50);border-radius:50%;content:"";display:inline-block;height:8px;margin-left:var(--spacing-base);width:8px}.gTWkHo5lqwE_OCesAhBx.JeLxNe31ii68Utrr2xr6{color:var(--jp-green-40)}.gTWkHo5lqwE_OCesAhBx.JeLxNe31ii68Utrr2xr6:before{background:var(--jp-green-40)}svg.V6B8ltQ7TH3UKzUC_qy1{color:var(--jp-black);height:32px;margin:0;width:32px}.C9hcvYAbgHPhN2Tl22xg{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.C9hcvYAbgHPhN2Tl22xg .XkbIpr2gzB4XEhHgzkY4{margin-left:calc(var(--spacing-base)/2)}.BfcZn0_X33Ajdd1Gl18G{display:flex}.BfcZn0_X33Ajdd1Gl18G>.rBmVJIeTNpd0RJWaRGuJ{fill:var(--jp-gray-20);display:flex;margin-right:calc(var(--spacing-base)/2)}.jVq5444f1Xh6nNkz0Qe_{margin-top:calc(var(--spacing-base)*4)}.amF9cOnMiv2nHbkMXQiQ{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.FodE_7RbLD8zeBSd6eVR{display:flex;flex-wrap:wrap;margin-right:auto}.FodE_7RbLD8zeBSd6eVR>:first-child{margin-left:calc(var(--spacing-base)*3)}.twyPhW_K164HITnDrwEg{padding:calc(var(--spacing-base)*2);width:250px}.tbcd9xc_TjcFdokOt3F_{font-size:18px}@media(max-width:599px){.pnoqLV3l30xuvj2hLlJc{width:90%}.FodE_7RbLD8zeBSd6eVR{margin-top:calc(var(--spacing-base)*3)}.FodE_7RbLD8zeBSd6eVR>:first-child{margin-bottom:var(--spacing-base);margin-left:0}}.IunwKwdvL271DxBIniPb[type=checkbox]{display:none}.svA9WxEcOByd5S2fZonA{border:2px solid var(--jp-black);border-radius:100px;box-sizing:border-box;cursor:pointer;display:inline-block;height:24px;outline:0;padding:2px;position:relative;transition:all .4s ease,box-shadow 0s;vertical-align:middle;width:48px}.svA9WxEcOByd5S2fZonA:after{background:var(--jp-black);border-radius:50%;content:"";display:block;height:16px;position:relative;right:0;transition:all .2s ease;width:16px}.IunwKwdvL271DxBIniPb:checked+.svA9WxEcOByd5S2fZonA:after{right:22px}.IunwKwdvL271DxBIniPb:checked:disabled+.svA9WxEcOByd5S2fZonA{background-color:var(--jp-black);border-color:var(--jp-black)}.IunwKwdvL271DxBIniPb:checked:disabled+.svA9WxEcOByd5S2fZonA:after{background-color:var(--jp-white)}.IunwKwdvL271DxBIniPb:checked:not(:disabled)+.svA9WxEcOByd5S2fZonA{background-color:var(--jp-green);border-color:var(--jp-green)}.IunwKwdvL271DxBIniPb:checked:not(:disabled)+.svA9WxEcOByd5S2fZonA:after{background-color:var(--jp-white)}.IunwKwdvL271DxBIniPb:disabled+span.svA9WxEcOByd5S2fZonA{cursor:default;opacity:.25}.IunwKwdvL271DxBIniPb.wOd7DeP76v1fczKfah5n+.svA9WxEcOByd5S2fZonA{border-radius:8px;height:16px;width:24px}.IunwKwdvL271DxBIniPb.wOd7DeP76v1fczKfah5n+.svA9WxEcOByd5S2fZonA:after{height:12px;width:12px}.IunwKwdvL271DxBIniPb.wOd7DeP76v1fczKfah5n:checked+.svA9WxEcOByd5S2fZonA:after{right:8px}._aiMxmJRAw5jRPbZFX57{background-color:var(--jp-gray-90);border-radius:var(--jp-border-radius);color:var(--jp-white);display:flex;overflow:hidden}._aiMxmJRAw5jRPbZFX57.eWgNBUaexiR66ZI1Px4U{border-right:4px solid var(--jp-yellow-20);margin-bottom:calc(var(--spacing-base)*3)}._aiMxmJRAw5jRPbZFX57.ZGELG1CO333FilJXOaeI{left:calc(var(--spacing-base)*3);margin-right:calc(var(--spacing-base)*3);position:fixed;top:calc(var(--spacing-base)*6)}@media(max-width:782px){._aiMxmJRAw5jRPbZFX57.ZGELG1CO333FilJXOaeI{top:calc(var(--spacing-base)*8)}}._aiMxmJRAw5jRPbZFX57 a,._aiMxmJRAw5jRPbZFX57 a:active,._aiMxmJRAw5jRPbZFX57 a:hover,._aiMxmJRAw5jRPbZFX57 a:link,._aiMxmJRAw5jRPbZFX57 a:visited{color:var(--jp-white)}.BnI88X_e8ItF1c9Uozmj{fill:var(--jp-white);align-items:center;background-color:var(--jp-yellow-30);display:flex;justify-content:center;padding:calc(var(--spacing-base)*1.5)}.hRRUwTCPRpurhMwRNZkg .BnI88X_e8ItF1c9Uozmj{background-color:var(--jp-green-50)}.Z6q3IxY_uR1y2lAPTkVF .BnI88X_e8ItF1c9Uozmj{background-color:var(--jp-red)}.eWgNBUaexiR66ZI1Px4U .BnI88X_e8ItF1c9Uozmj{fill:var(--jp-yellow-50);background-color:var(--jp-yellow-5)}.ST8sowTbBVLRPrk4ZQrn{font-size:14px;padding:calc(var(--spacing-base)*1.75)}.eWgNBUaexiR66ZI1Px4U .ST8sowTbBVLRPrk4ZQrn{background-color:var(--jp-yellow-5);color:var(--jp-gray-90)}.lMkO08Vd8YQMfwrwaI8u{fill:var(--jp-gray);align-items:center;background:transparent;border:none;cursor:pointer;display:flex;justify-content:center;padding:calc(var(--spacing-base)*1.5)}.Clxt94RgGnDrhORZZyPr,.K2OG1vK5PSOYDWKtqKKG{margin-bottom:calc(var(--spacing-base)*7);margin-top:calc(var(--spacing-base)*7)}.msOlyh2T7D6uhbM6AROg{align-items:center;background:none;border:2px solid var(--jp-green-40);border-radius:var(--jp-border-radius);color:var(--jp-gray-80);display:flex;gap:calc(var(--spacing-base)*3);justify-content:space-between;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);position:relative;text-align:right;width:100%}.msOlyh2T7D6uhbM6AROg a,.msOlyh2T7D6uhbM6AROg button{all:unset;color:var(--jp-gray-80);cursor:pointer}.msOlyh2T7D6uhbM6AROg a:after,.msOlyh2T7D6uhbM6AROg button:after{content:"";height:100%;position:absolute;right:0;top:0;width:100%}.msOlyh2T7D6uhbM6AROg:focus-within{border-color:var(--jp-black)}.msOlyh2T7D6uhbM6AROg:focus-within .cPN7USVqSBpxUswfDtUZ,.msOlyh2T7D6uhbM6AROg:hover .cPN7USVqSBpxUswfDtUZ{transform:translateX(calc((var(--spacing-base)*2)*-1))}.msOlyh2T7D6uhbM6AROg:focus-within .EmnJAyEzzn1QpA8HtypY,.msOlyh2T7D6uhbM6AROg:hover .EmnJAyEzzn1QpA8HtypY{text-decoration:underline;text-decoration-thickness:2px}.EmnJAyEzzn1QpA8HtypY,.msOlyh2T7D6uhbM6AROg .EmnJAyEzzn1QpA8HtypY{font-weight:700}.cPN7USVqSBpxUswfDtUZ{fill:var(--jp-green-40);transition:transform .1s ease-out}.vV7YZikAz0oHYsuvtxMq{display:inline;margin:0 calc(var(--spacing-base)/3) 0 0;vertical-align:middle}.vV7YZikAz0oHYsuvtxMq svg{position:relative;z-index:10}.T1YaMupeZmBIpXZHY9EZ{display:inline}.rigH8UdiDrmmSLQMUurD{background-color:var(--jp-white);border:1px solid var(--jp-gray-10);border-radius:var(--jp-border-radius);color:var(--jp-black);display:block;font-size:var(--font-body);letter-spacing:-.02em;line-height:1.5;padding:var(--spacing-base) calc(var(--spacing-base)*1.5);transition:box-shadow .1s ease-out;width:100%}.rigH8UdiDrmmSLQMUurD::placeholder{color:var(--jp-gray-20)}.rigH8UdiDrmmSLQMUurD:focus{box-shadow:0 0 0 2px var(--jp-green-5)}.rigH8UdiDrmmSLQMUurD:focus,.rigH8UdiDrmmSLQMUurD:hover:not(:disabled){border:1px solid var(--jp-green)}.rigH8UdiDrmmSLQMUurD:disabled{background-color:var(--jp-gray-0);color:var(--jp-gray-30)}.V8FDM08CpcwQs4UwN2nI{color:var(--jp-black);display:block;font-size:var(--font-title-small);font-weight:600;margin-bottom:var(--spacing-base)}.DM4b8iQ0ewvRYdIPxvZ8{max-width:calc(744px + var(--spacing-base)*6);width:100%}.bW6ZuNzJBYU5PVPktE2S{display:flex}.bW6ZuNzJBYU5PVPktE2S:not(:first-child){margin-top:calc(var(--spacing-base)*7)}.di3wjXHrX1rk_H6rlxKM{margin-left:calc(var(--spacing-base)*2);padding-top:calc(var(--spacing-base)/2)}@media(min-width:600px){.di3wjXHrX1rk_H6rlxKM{margin-left:calc(var(--spacing-base)*5)}}.IrzHnNkRvORtyCL0yiWa{width:100%}.sU82bpLEYPC9n_CFAKoz{align-items:center;display:flex}.ZZc0LldcbJpcftqCe43T .IrzHnNkRvORtyCL0yiWa{opacity:.5}.T17WOOJI7XHN7KRmYaCe>:last-child{margin-top:calc(var(--spacing-base)*2)}@media(min-width:600px){.T17WOOJI7XHN7KRmYaCe{display:flex;justify-content:space-between}}.typbjN2keZ97hj2TmuMC{display:flex;flex-wrap:wrap;margin-top:calc(var(--spacing-base)*2)}.UUXAN8VTAZY0h8t9rCHG{color:var(--jp-green-50);margin-left:calc(var(--spacing-base)/2)}.eFjcadLMEXY5O61vsTrx{color:var(--jp-gray-50)}.Tr5uYvclUiwlC5kuGk7E{color:var(--jp-red-50)}.zPZcNgYx2X5778nHHtlH{display:flex;flex-wrap:wrap}.lNtkRXnB1z_kYB28MUWq{color:var(--jp-gray-50)}.JgH5ykcLynEgqXYurT78{margin-left:calc(var(--spacing-base)/2)}.JgH5ykcLynEgqXYurT78,.xlWW0IoKZwTZt1Ti0tcQ{color:var(--jp-green-50)}.zhBcgCUGgyC7PvWk8ewB{margin-top:calc(var(--spacing-base)*3)}@media(min-width:600px){.zhBcgCUGgyC7PvWk8ewB{padding-right:calc(var(--spacing-base)*11)}}.mah_f2OWxZ3Vqt_jRFdR{margin-bottom:calc(var(--spacing-base)*4)}.pRMFiIODonlw4XMdNHaU{margin-bottom:calc(var(--spacing-base)*2);margin-top:calc(var(--spacing-base)*6)}.Ax2SmW57c0U5xOTjZuAA{margin:calc(var(--spacing-base)*-1) calc(var(--spacing-base)*-2)}.xGZeYQr0_nPJTFmd8pW4{align-items:center;border:1px solid var(--jp-gray-30);border-radius:4px;color:var(--jp-gray-30);display:flex;font-size:12px;height:21px;margin-bottom:calc(var(--spacing-base)*2);margin-right:var(--spacing-base);padding:calc(var(--spacing-base)/2)}.RYTIt8kwLbKcUbWOfG4g{padding:calc(var(--spacing-base)*3);width:304px}.BqXge2rIUP0a_74yvYbr{display:flex;justify-content:space-between}.Lr10UUCcSLF3T_0QqoPr{margin:calc(var(--spacing-base)*-1) calc(var(--spacing-base)*-3)}.Lr10UUCcSLF3T_0QqoPr:focus,.Lr10UUCcSLF3T_0QqoPr:focus:not(:disabled){box-shadow:none}.th_VukMuODIOVLC7oJo6{display:flex;justify-content:flex-end}.Gxtap1Zcl5X5UEHfSdQ4{color:var(--jp-gray-50)}.Gxtap1Zcl5X5UEHfSdQ4:before{background:var(--jp-gray-50);border-radius:50%;content:"";display:inline-block;height:8px;margin-left:var(--spacing-base);width:8px}.Gxtap1Zcl5X5UEHfSdQ4.dSfmCVUK_Ez7sxdqOIdy{color:var(--jp-green-40)}.Gxtap1Zcl5X5UEHfSdQ4.dSfmCVUK_Ez7sxdqOIdy:before{background:var(--jp-green-40)}.e6JXg_theht0XwCBgqdA{margin-bottom:calc(var(--spacing-base)*3);margin-top:calc(var(--spacing-base)*2)}.VHYulMcpzbr10HWR0iSE{align-items:flex-start;border:1px solid var(--jp-black);border-color:var(--jp-gray-5);border-radius:4px;border-right-width:6px;display:flex;font-size:var(--font-body);padding:24px 18px 27px 31px}.FGpSkMCiIHQjszcV0dbn{margin-left:20px}.FGpSkMCiIHQjszcV0dbn,.KoWZcCwhW13xvkEb0QON{height:calc(var(--spacing-base)*3);width:calc(var(--spacing-base)*3)}.KoWZcCwhW13xvkEb0QON{background-color:transparent;border:none;cursor:pointer;outline:none}@media screen and (max-width:600px){.VHYulMcpzbr10HWR0iSE{box-shadow:0 4px 8px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.06);padding-top:68px;position:relative}.FGpSkMCiIHQjszcV0dbn{position:absolute;right:24px;top:24px}.KoWZcCwhW13xvkEb0QON{left:24px;position:absolute;top:24px}}.smrfczkC53EaFM8OJUXs{flex-grow:1}.IKYRWoPwt9xOVEx1wzNS{font-weight:600;margin-bottom:8px}.qM0qY6mPYp1MPN54A3Kg{align-items:center;display:flex;margin-top:20px}.qM0qY6mPYp1MPN54A3Kg a,.qM0qY6mPYp1MPN54A3Kg a:active,.qM0qY6mPYp1MPN54A3Kg a:focus,.qM0qY6mPYp1MPN54A3Kg a:hover{color:var(--jp-black)}.qM0qY6mPYp1MPN54A3Kg>*{margin-left:24px}.A5YkDkkXuiYgavrY6Nux{border-right-color:var(--jp-red)}.A5YkDkkXuiYgavrY6Nux .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-red)}.cT5rwuPMZzWvi5o6shMl{border-right-color:var(--jp-yellow-20)}.cT5rwuPMZzWvi5o6shMl .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-yellow-20)}.yo0O3uvNomPsYUXFCpAS{border-right-color:var(--black)}.yo0O3uvNomPsYUXFCpAS .y_IPyP1wIAOhyNaqvXJq{fill:var(--black)}.oZdDFf1jBLkzn5ICCC6x{border-right-color:var(--jp-green)}.oZdDFf1jBLkzn5ICCC6x .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-green)}._Wc3apZobag_9Ag_THTb{display:flex;justify-content:space-between}.kdsaL7c4bpTwf_A4fIUT{padding-bottom:calc(var(--spacing-base)*6);padding-top:calc(var(--spacing-base)*6);text-align:center}.b0eN3as5AgxQW7EAkarg{margin-bottom:0}@keyframes rotate-spinner{to{transform:rotate(-1turn)}}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid transparent;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-left-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.JiJhrZaThvWCpM2AfGen{border-radius:32px;flex-shrink:0;font-size:12px;font-style:normal;font-weight:600;line-height:16px;padding:calc(var(--spacing-base)/2);position:relative;text-align:center;width:60px}._7SGksgOpcPbHfPPpQTV{background:var(--jp-red-5);color:var(--jp-red-60)}.pGNquShR54adQ61sx3lP{background:var(--jp-yellow-5);color:var(--jp-yellow-60)}.IM5kkexAfwGLM6zz0Exd{background:var(--jp-gray-0);color:var(--jp-gray-50)}.NHzH3tt6CypjZ92CvK9x{border:1px solid var(--jp-gray);border-radius:var(--jp-border-radius);display:flex;padding:calc(var(--spacing-base)*2)}.NHzH3tt6CypjZ92CvK9x:first-of-type{border-top-left-radius:var(--jp-border-radius);border-top-right-radius:var(--jp-border-radius)}.NHzH3tt6CypjZ92CvK9x:last-of-type{border-bottom-left-radius:var(--jp-border-radius);border-bottom-right-radius:var(--jp-border-radius)}.NHzH3tt6CypjZ92CvK9x+.NHzH3tt6CypjZ92CvK9x{border-top:0}.D9zvYDUrOP_zwSm0yJMs{margin-left:calc(var(--spacing-base)*2);min-width:24px}._XISfmbjoVlqhB61hHYn{width:100%}.AQDPBnMZFu7BOBuo8mYW{font-size:18px;font-weight:600;line-height:24px;margin-bottom:0}.cZ9s5eCAZe3R82Y6Ru3z{color:var(--jp-gray-80);font-size:14px;line-height:21px}.AKnbWQiViZ2O_dwCV8Fw,.W6alQ2_S5Rh06djX9m27{align-self:center;margin-left:var(--spacing-base);margin-right:calc(var(--spacing-base)*2)}.uUEJGMrSV3XoBwX5xEwA{display:flex;justify-content:space-between}.sQkG5Cu80gPaeFj3L_wa{margin-bottom:calc(var(--spacing-base)*5)}.oIl6GCMeUnzE0inXbuj9{display:flex;justify-content:space-between}.RP2MVoGqaCFXPKZhhxQ1{margin-bottom:calc(var(--spacing-base)*5)}.YpEs8b7KE7fzVuXUbOEb{display:flex;justify-content:space-between}.EqpwvErHtRi_WQkJKgi1{border:1px solid var(--jp-gray);border-radius:var(--jp-border-radius);display:flex;margin-bottom:calc(var(--spacing-base)*3);padding:calc(var(--spacing-base)*2)}.EicvN1QaJu5OJLzdUN5A{margin-left:calc(var(--spacing-base)*2);min-width:24px}.b7ynAmUwGlxK_vxyIN0y{width:100%}.uSV9HYRxjL4S6zIZDlqP{font-size:18px;font-weight:600;line-height:24px;margin-bottom:0}.XpW8Mvw_XFEbqxUdw155{color:var(--jp-gray-80);font-size:14px;line-height:21px}.Fkj60BmQ5sUo9zHcJwVv{align-self:center;margin-left:var(--spacing-base);margin-right:calc(var(--spacing-base)*2)}.XLzPr74ad3osCq9kxy2q{display:flex;justify-content:space-between}.jNlU3vgp4xEGwmX5aTyK{background-color:var(--jp-gray-5)}.gE8s4nh3f7iGIBrFeyCT{list-style-type:disc;padding-right:calc(var(--spacing-base)*2.5)}.WtVEv641JBaLl929sZq2{align-items:flex-start;background-color:rgba(0,0,0,.25);bottom:0;display:flex;justify-content:center;left:0;padding-top:calc(var(--spacing-base)*12 + 2px);position:fixed;right:0;top:0;z-index:999999}.G0aPt7WmA1rkUE0wcTno{background:var(--jp-white);border:1px solid var(--jp-gray);border-radius:calc(var(--jp-border-radius)*2);box-shadow:0 8px 20px rgba(0,0,0,.25);padding:calc(var(--spacing-base)*4);position:relative;width:616px}.VkrhWjfEIlIwYEumycbP{background:none;border:none;cursor:pointer;left:calc(var(--spacing-base)*3);padding:0;position:absolute;top:calc(var(--spacing-base)*3)}.yFzeV4cmWRbZKk5tIyEw{display:block}.EU0Rvu4PDqVtnCAmbgHg{height:56px;margin-bottom:calc(var(--spacing-base)*8);width:48px}.EU0Rvu4PDqVtnCAmbgHg>svg{position:relative;right:-40px;top:-36px}.vzMlFr1AXWqefpRrb976{align-items:center;display:flex;justify-content:space-between;margin-bottom:calc(var(--spacing-base)*3)}.gYSOMa4xxLXmsNzvFPkW{width:100%}.hNJWdt5qmZkWYAH_vjIp{background-color:var(--jp-green-40);border-radius:calc(var(--spacing-base)*3);height:9px;transition:width .2s}.DHMUfGyHbl5BgD5vjxVz{color:var(--jp-gray-90);font-weight:600;line-height:24px;margin-right:auto;padding-right:var(--spacing-base)}.ZMBDiTLzs27F012iOsMK>:first-child{flex:1}@media(min-width:960px){.ZMBDiTLzs27F012iOsMK{align-items:center;display:flex}}.zI2DKzqRc1MhF6aq5eHt{align-items:center;color:var(--jp-black);display:flex}.iHgPFku9KaLz8FIQV1Qw{margin-left:var(--spacing-base);margin-right:-4px}.xuIO_ubyDN6IGJ67NTlx{margin-top:calc(var(--spacing-base)*3)}@media(min-width:960px){.xuIO_ubyDN6IGJ67NTlx{margin-top:0}}.ctq2nQkzIfSoMkldF9t9{margin-top:calc(var(--spacing-base)*2);width:100%}@media(min-width:960px){.ctq2nQkzIfSoMkldF9t9{margin-right:calc(var(--spacing-base)*2);margin-top:0;width:auto}}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:var(--color-facebook);border-radius:50%!important}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:var(--color-twitter)}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:var(--color-linkedin)}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:var(--color-tumblr)}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:var(--color-mastodon)}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:var(--color-nextdoor)}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:var(--color-instagram)}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:var(--color-whatsapp)}.OtDl6kocO_m2s9sRHaqX{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:600px;width:100%}.BjwJh1S1YVPI7AjmTx6a+.BjwJh1S1YVPI7AjmTx6a{margin-top:calc(var(--spacing-base)*5)}.YWfK8VTp2wnByBauYPKg{background-color:var(--jp-gray-0);overflow-x:scroll;padding:calc(var(--spacing-base)*3)}.pkw2LnOTd8VvQ3oT8sXQ{justify-content:flex-end;margin-top:calc(var(--spacing-base)*3);padding-top:calc(var(--spacing-base)*3)}.ap6lG79CncSqdigJS_WA{margin-top:calc(var(--spacing-base)*4)}.uym7dGHhp6ifjF57yOAO{align-items:flex-end;display:flex;margin-bottom:calc(var(--spacing-base)*2.25)}.e_2eFTR8RyHwmfeqJL4F{flex:1;margin-bottom:0}.r4Id5qht2FD68jCAH2Cl{margin-right:calc(var(--spacing-base)*2)}.pkw2LnOTd8VvQ3oT8sXQ{border-top:1px solid var(--jp-gray);display:flex;justify-content:right;padding-top:calc(var(--spacing-base)*4);width:100%}.pkw2LnOTd8VvQ3oT8sXQ>:last-child{margin-right:calc(var(--spacing-base)*2)}.ZSZPabDoB8MVVPttP0tu{background-color:#fff;border:1px solid var(--jp-gray);border-bottom:none;color:var(--jp-gray-50);display:grid;grid-template-columns:repeat(9,1fr);padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);width:100%}.ZSZPabDoB8MVVPttP0tu>span:first-child{grid-column:1/7}.ZSZPabDoB8MVVPttP0tu>span:not(:first-child){text-align:center}.iJ_biSBRDribuNKX0Zuw{margin:calc(var(--spacing-base)*4) calc(var(--spacing-base)*8);text-align:center}.iJ_biSBRDribuNKX0Zuw>button span{color:var(--jp-gray-70);font-size:var(--font-body-small);font-weight:400}.iJ_biSBRDribuNKX0Zuw button:hover:not(:disabled){text-decoration-line:none}.iJ_biSBRDribuNKX0Zuw button:focus:not(:disabled){box-shadow:none}@media(max-width:599px){.uym7dGHhp6ifjF57yOAO{margin-bottom:calc(var(--spacing-base)*3)}.e_2eFTR8RyHwmfeqJL4F{display:none}.r4Id5qht2FD68jCAH2Cl{flex:1}.r4Id5qht2FD68jCAH2Cl:first-of-type{margin-right:0}.pkw2LnOTd8VvQ3oT8sXQ{justify-content:center}.pkw2LnOTd8VvQ3oT8sXQ>*{width:50%}}.x8UuVEhWucPfdq0hEJg6{border:1px solid var(--jp-gray);border-radius:var(--jp-border-radius)}.x8UuVEhWucPfdq0hEJg6>:not(:last-child){border-bottom:1px solid var(--jp-gray)}.eb6Ovfvm1yONz4mdOwbH{background-color:var(--jp-white)}.jF9LXpXR3TxZVDw7TVXT{align-items:center;background:none;border:none;box-sizing:border-box;cursor:pointer;display:grid;grid-template-columns:repeat(9,1fr);margin:0;outline-color:var(--jp-black);padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);text-align:start;width:100%}.jF9LXpXR3TxZVDw7TVXT>:first-of-type{grid-column:1/8}.jF9LXpXR3TxZVDw7TVXT>:last-of-type{grid-column:9}.jF9LXpXR3TxZVDw7TVXT:hover{background:var(--jp-gray-0)}.lNQgAfpwdAUSOLZd8dlD{align-items:center;display:flex;font-size:var(--font-body-small);font-weight:400}.WRQwDYPdffWznX158azR{margin-left:var(--spacing-base)}.dJx9pvlYjDnKn11n5wo8{font-weight:600;margin-bottom:var(--spacing-base);margin-right:calc(var(--spacing-base)*4)}.EKcbLuSblRc7UpzgsFXw{align-items:center}.ILMBWlMLcXc0n97IisrG{overflow:hidden;transform-origin:top center}.T8XIzCNJBQy1UETN5gjU{max-height:0;padding:0;transform:scaleY(0);transition:all .1s}.kWoHGiaZSbq9XJVyUOMC{max-height:1000px;padding:calc(var(--spacing-base)*4) calc(var(--spacing-base)*7);transform:scaleY(1);transition:max-height .3s,transform .2s}.HQgjxePFDRJHamBAGcVU{background-color:var(--jp-white);border-radius:var(--jp-border-radius);box-shadow:0 0 40px rgba(0,0,0,.08);margin:0;padding:var(--spacing-base) 0}.KtdsNIMumOoHNWMLmuAJ{align-items:center;display:flex;justify-content:space-between;margin:0;padding:calc(var(--spacing-base)*2);text-align:right}.KtdsNIMumOoHNWMLmuAJ.ewyV4ZGn34WDNXmK3ej2{cursor:pointer;outline-color:var(--jp-black)}.KtdsNIMumOoHNWMLmuAJ.ewyV4ZGn34WDNXmK3ej2:focus:not(.owofT85W_XvVdb5vr1GN),.KtdsNIMumOoHNWMLmuAJ.ewyV4ZGn34WDNXmK3ej2:hover:not(.owofT85W_XvVdb5vr1GN){background-color:var(--jp-gray-0)}.KtdsNIMumOoHNWMLmuAJ.owofT85W_XvVdb5vr1GN{background-color:var(--jp-black)}.KtdsNIMumOoHNWMLmuAJ.owofT85W_XvVdb5vr1GN .NESnw2xCLrBpP6WlYZL4{color:var(--jp-white)}.KtdsNIMumOoHNWMLmuAJ.owofT85W_XvVdb5vr1GN .aohnd_y_1lrMuww8NH63{fill:var(--jp-white)}.KtdsNIMumOoHNWMLmuAJ.owofT85W_XvVdb5vr1GN .Rnas_2_2_eLZSYfZ347E{background-color:var(--jp-red);border:1px solid var(--jp-red);color:var(--jp-white)}.NESnw2xCLrBpP6WlYZL4{align-items:center;display:flex;overflow-x:hidden;padding-left:var(--spacing-base)}.m4_14yNRByDyO9yf9pGg{display:block;overflow-x:hidden;text-overflow:ellipsis}.aohnd_y_1lrMuww8NH63{margin-left:calc(var(--spacing-base)*2)}.Rnas_2_2_eLZSYfZ347E{align-items:center;border:1px solid var(--jp-red-60);border-radius:50%;box-sizing:border-box;color:var(--jp-red-60);display:flex;justify-content:center;min-width:30px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.X8NRHUTBa_4wDvoHN9TT{fill:var(--jp-green-50)}.CsuOteurQlJm4IjXqyZ0{fill:var(--jp-gray-20)}.fvbewglUxEvV1o04yzzp{--icon-size:28px;--item-spacing:calc(var( --spacing-base )*2);--left-spacing:calc(var( --icon-size ) + var( --item-spacing ));list-style:none}.DINy59MKjwiQanaoDTiV{padding:calc(var(--spacing-base)*2)}.XoacHJljw8zRW_fkBSyg{padding:0}.mXM4WZRePVTa07dhQ6MD{margin-right:var(--left-spacing)}.sI3V8khLdCqxkhJQ_XnI{display:flex;justify-content:flex-start;padding:calc(var(--spacing-base)*2)}.hgdxMuIvZwTZ0sfXaols{padding:calc(var(--spacing-base)*2);width:250px}.UErHS2HAh1gszGfYuVIf{align-items:center;background-color:var(--jp-white);border:1px solid var(--jp-gray-10);border-radius:var(--jp-border-radius);display:flex;justify-content:space-between;padding:calc(var(--spacing-base)*2);width:100%}.lEhH1hvCcxLVFMHI8Gwv{display:flex;justify-content:flex-start}.c57Vj4QhAHwcK_HZMxtN{margin-left:var(--spacing-base)}.t5TwI3d3FnCJvFBlkmm5{display:block}.kSa6ERuVPsCMPXugb030{display:none}.LumryWNddoF092fZgN2O{font-size:var(--font-body);line-height:1.5}.NFMwU3H5k2qArZe2TTp9{background-color:var(--jp-gray-10);font-weight:600;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.G5W9M8qfo3sGl2OIbwg9{background-color:var(--jp-gray-0);display:flex;flex-direction:row;font-family:Courier\ 10 Pitch,Courier,monospace;overflow-x:scroll;white-space:pre}.Bx4RDCUR316fm_jgGS8N{background-color:var(--jp-gray-10);color:var(--jp-gray-50);display:flex;flex-direction:column;padding:0 var(--spacing-base);text-align:left}.GhN0JvAyRQI3SnVWp2Ot{display:flex;flex-direction:column;flex-grow:1;overflow-x:visible}.GhN0JvAyRQI3SnVWp2Ot del,.GhN0JvAyRQI3SnVWp2Ot div,.GhN0JvAyRQI3SnVWp2Ot ins{padding:0 var(--spacing-base);text-decoration:none}.GhN0JvAyRQI3SnVWp2Ot del{background-color:var(--jp-red-0);color:var(--jp-red-60)}.GhN0JvAyRQI3SnVWp2Ot ins{background-color:var(--jp-green-5);color:var(--jp-green-60)}.xpPHTch5ul0xuZaUoTNa{background-color:var(--jp-gray-0);display:flex;flex-direction:row;font-family:monospace;overflow-x:scroll;padding:0}.AMOpkL9LURkyTK8316cw{background-color:var(--jp-red-0)}.i0_0xMrNWoak1brIaDQq{display:flex;flex-direction:column;text-align:left}.C9fLawPLkMNSZthfwxj6{background-color:var(--jp-gray-10);color:var(--font-body);padding:0 calc(var(--spacing-base)/2)}.C9fLawPLkMNSZthfwxj6.AMOpkL9LURkyTK8316cw{background-color:var(--jp-red-50);color:var(--jp-white)}.ogixgg8fRGekmYGtevh1{display:flex;flex:1;flex-direction:column;overflow-x:visible;white-space:pre}.jYPCgKMDRKfT3vnx0mdG{padding-right:var(--spacing-base)}.UEQ1NqkrwNmaQR7qdEK3{background-color:var(--jp-red);border-radius:calc(var(--jp-border-radius)/2);color:var(--jp-white);padding:calc(var(--spacing-base)/4) calc(var(--spacing-base)/2)}.sfXsfklfkeSRtE9ivQwF{border:1px solid var(--jp-gray);border-radius:var(--jp-border-radius);display:inline-block;width:100%}.sfXsfklfkeSRtE9ivQwF>:not(:last-child){border-bottom:1px solid var(--jp-gray)}.ozRrKPlj1QFGUyd3oVke{background-color:var(--jp-white)}.PyvnSHQuuUkZvVsArigy{align-items:center;background:none;border:none;box-sizing:border-box;cursor:pointer;display:grid;grid-template-columns:repeat(9,1fr);margin:0;outline-color:var(--jp-black);padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3);text-align:start;width:100%}.PyvnSHQuuUkZvVsArigy>:first-of-type{grid-column:1/7}.PyvnSHQuuUkZvVsArigy>:last-of-type{grid-column:9}.PyvnSHQuuUkZvVsArigy>:not(:first-child){margin:auto}.PyvnSHQuuUkZvVsArigy:hover{background:var(--jp-gray-0)}.u9Xod5s8bCRNj9MR1Drl{align-items:center;display:flex;font-size:var(--font-body-small);font-weight:400}.IbeyulkpO9kjYJ4OkYUD{margin-left:var(--spacing-base)}.KiCgmjHm2f0JDU3cMsgf{font-weight:600;margin-bottom:var(--spacing-base);margin-right:calc(var(--spacing-base)*4)}.kJ8t3FAtd5VAYjk31SfA{align-items:center}.JP0IJZcYRohfgntEozjm{overflow:hidden;transform-origin:top center}.y7c6zi2wjEnbW3F29fmP{max-height:0;padding:0;transform:scaleY(0);transition:all .1s}.wQWiN_J0SqgduvadyGnm{max-height:1000px;padding:calc(var(--spacing-base)*4) calc(var(--spacing-base)*7);transform:scaleY(1);transition:max-height .3s,transform .2s}.v1fUFCBPmd6miSCf_ehK{fill:var(--jp-green-40)}@media(max-width:599px){.PyvnSHQuuUkZvVsArigy{display:grid;grid-auto-rows:minmax(auto,auto)}.PyvnSHQuuUkZvVsArigy>:first-child{grid-column:1/8;grid-row:1}.PyvnSHQuuUkZvVsArigy>:nth-child(2){grid-row:2;padding-right:calc(var(--spacing-base)*4)}.PyvnSHQuuUkZvVsArigy>:nth-child(3){grid-row:2}.PyvnSHQuuUkZvVsArigy>:nth-child(3) span{margin-top:var(--spacing-base);position:absolute}.PyvnSHQuuUkZvVsArigy>:last-child{grid-column:10;grid-row:1/3}}.A6a9HOtaZnLUleNgxQrX{padding:calc(var(--spacing-base)*7) 0}.CGT5fOs6LDTFHWCAgIiT,.RFKxbzQ8N58qEyVO0yzW{align-items:center;display:flex}.RFKxbzQ8N58qEyVO0yzW{height:100%}.RFKxbzQ8N58qEyVO0yzW img{object-fit:cover;width:100%}.SvMuuouOkDt2sE0PAn_D{margin-top:calc(var(--spacing-base)*3 + 1px)}.urouayitSUT8zW0V3p_0{margin-bottom:0}.iXXJlk08gFDeCvsTTlNQ{border:1px solid var(--jp-gray);border-radius:var(--jp-border-radius);border-right:6px solid var(--jp-red-50);box-shadow:0 4px 8px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.06);box-sizing:border-box;color:var(--jp-gray-80);font-size:16px;line-height:22px;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3) calc(var(--spacing-base)*2) calc(var(--spacing-base)*3)}.iXXJlk08gFDeCvsTTlNQ.is-error{background-color:var(--jp-white)}.iXXJlk08gFDeCvsTTlNQ .components-notice__content{align-items:flex-start;display:flex;flex-direction:column;margin:0;padding:12px 4px}.iXXJlk08gFDeCvsTTlNQ .is-link{color:var(--jp-black);font-size:16px;font-weight:600}.iXXJlk08gFDeCvsTTlNQ .components-notice__dismiss{align-self:center}.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk,.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk:active,.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk:hover,.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk:visited{align-items:center;background:#000;border-radius:var(--jp-border-radius);color:var(--jp-white);cursor:pointer;font-size:16px;font-weight:600;justify-content:center;letter-spacing:-.01em;line-height:24px;margin-right:calc(var(--spacing-base)*2 + 24px);margin-top:24px;padding:8px 24px;text-decoration:none}.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk,.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk:active,.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk:hover,.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk:visited{margin-right:0;margin-top:0;white-space:nowrap}.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .components-notice__content{align-items:center;flex-direction:row}.e6hHy8BZ7ZKPSXbIC0UG{margin-bottom:25px}.jXz8LnXNzMDdtHqkG0sZ{display:flex;flex-grow:1;margin-left:var(--spacing-base)}.jXz8LnXNzMDdtHqkG0sZ>svg{align-self:flex-start;flex-shrink:0}.jXz8LnXNzMDdtHqkG0sZ .jp-components-spinner,.jXz8LnXNzMDdtHqkG0sZ>svg{margin-left:calc(var(--spacing-base)*2)}*,._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/composer.json new file mode 100644 index 00000000..92b62235 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/composer.json @@ -0,0 +1,76 @@ +{ + "name": "automattic/jetpack-protect", + "description": "Social plugin", + "type": "wordpress-plugin", + "license": "GPL-2.0-or-later", + "require": { + "ext-json": "*", + "automattic/jetpack-assets": "^1.18.13", + "automattic/jetpack-admin-ui": "^0.2.23", + "automattic/jetpack-autoloader": "^2.12.0", + "automattic/jetpack-composer-plugin": "^1.1.14", + "automattic/jetpack-config": "^1.15.4", + "automattic/jetpack-identity-crisis": "^0.11.1", + "automattic/jetpack-my-jetpack": "^3.9.1", + "automattic/jetpack-plugins-installer": "^0.2.5", + "automattic/jetpack-sync": "^1.58.1", + "automattic/jetpack-transport-helper": "^0.1.6", + "automattic/jetpack-plans": "^0.3.4", + "automattic/jetpack-waf": "^0.11.13", + "automattic/jetpack-status": "^1.18.5" + }, + "require-dev": { + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.11", + "automattic/wordbless": "0.4.2" + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "build-development": [ + "pnpm run build" + ], + "build-production": [ + "pnpm run build-production-concurrently" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ], + "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" + }, + "repositories": [], + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "mirror-repo": "Automattic/jetpack-protect-plugin", + "autorelease": true, + "autotagger": { + "v": false + }, + "release-branch-prefix": "protect", + "wp-plugin-slug": "jetpack-protect", + "wp-svn-autopublish": true, + "version-constants": { + "JETPACK_PROTECT_VERSION": "jetpack-protect.php" + } + }, + "config": { + "allow-plugins": { + "roots/wordpress-core-installer": true, + "automattic/jetpack-autoloader": true, + "automattic/jetpack-composer-plugin": true + }, + "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_2" + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack-protect.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack-protect.php new file mode 100644 index 00000000..b029757b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack-protect.php @@ -0,0 +1,123 @@ + +
          +

          + this document to set up your development environment. Jetpack Protect must have Composer dependencies installed and built via the build command.', 'jetpack-protect' ), + array( + 'a' => array( + 'href' => array(), + 'target' => array(), + 'rel' => array(), + ), + ) + ), + 'https://github.com/Automattic/jetpack/blob/trunk/docs/development-environment.md#building-your-project' + ); + ?> +

          +
          + ' . __( 'Dashboard', 'jetpack-protect' ) . ''; + array_unshift( $actions, $settings_link ); + + return $actions; + } +); + +register_activation_hook( __FILE__, array( 'Jetpack_Protect', 'plugin_activation' ) ); +register_deactivation_hook( __FILE__, array( 'Jetpack_Protect', 'plugin_deactivation' ) ); + +// Main plugin class. +new Jetpack_Protect(); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md new file mode 100644 index 00000000..a26b5210 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md @@ -0,0 +1,155 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.4.22] - 2023-09-19 +- Minor internal updates. + +## [1.4.21] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [1.4.20] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [1.4.19] - 2023-02-20 +### Changed +- Minor internal updates. + +## [1.4.18] - 2023-01-11 +### Changed +- Updated package dependencies. + +## [1.4.17] - 2022-12-02 +### Changed +- Updated package dependencies. [#27688] + +## [1.4.16] - 2022-11-22 +### Changed +- Updated package dependencies. [#27043] + +## [1.4.15] - 2022-07-26 +### Changed +- Updated package dependencies. [#25158] + +## [1.4.14] - 2022-06-21 +### Changed +- Renaming master to trunk. + +## [1.4.13] - 2022-04-26 +### Changed +- Updated package dependencies. + +## [1.4.12] - 2022-01-25 +### Changed +- Updated package dependencies. + +## [1.4.11] - 2022-01-04 +### Changed +- Switch to pcov for code coverage. +- Updated package dependencies + +## [1.4.10] - 2021-12-14 +### Changed +- Updated package dependencies. + +## [1.4.9] - 2021-11-02 +### Changed +- Set `convertDeprecationsToExceptions` true in PHPUnit config. +- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. + +## [1.4.8] - 2021-10-13 +### Changed +- Updated package dependencies. + +## [1.4.7] - 2021-10-12 +### Changed +- Updated package dependencies + +## [1.4.6] - 2021-09-28 +### Changed +- Updated package dependencies. + +## [1.4.5] - 2021-08-30 +### Changed +- Run composer update on test-php command instead of phpunit +- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). +- updated annotations versions + +## [1.4.4] - 2021-05-25 +### Changed +- Updated package dependencies. + +## [1.4.3] - 2021-04-08 +### Changed +- Packaging and build changes, no change to the package itself. + +## [1.4.2] - 2021-03-30 +### Added +- Composer alias for dev-master, to improve dependencies + +### Changed +- Update package dependencies. + +### Fixed +- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. + +## [1.4.1] - 2021-02-05 + +- CI: Make tests more generic + +## [1.4.0] - 2021-01-20 + +- Add mirror-repo information to all current composer packages + +## [1.3.0] - 2020-12-17 + +- Coverage Update whitelist for backend tests +- Pin dependencies +- Packages: Update for PHP 8 testing + +## [1.2.0] - 2020-09-17 + +## [1.1.1] - 2020-09-17 + +- a8c-mc-stats: Do not distribute test files + +## [1.1.0] - 2020-08-13 + +- CI: Try collect js coverage + +## 1.0.0 - 2020-07-27 + +- Creates the MC Stats package + +[1.4.22]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.21...v1.4.22 +[1.4.21]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.20...v1.4.21 +[1.4.20]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.19...v1.4.20 +[1.4.19]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.18...v1.4.19 +[1.4.18]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.17...v1.4.18 +[1.4.17]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.16...v1.4.17 +[1.4.16]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.15...v1.4.16 +[1.4.15]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.14...v1.4.15 +[1.4.14]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.13...v1.4.14 +[1.4.13]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.12...v1.4.13 +[1.4.12]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.11...v1.4.12 +[1.4.11]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.10...v1.4.11 +[1.4.10]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.9...v1.4.10 +[1.4.9]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.8...v1.4.9 +[1.4.8]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.7...v1.4.8 +[1.4.7]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.6...v1.4.7 +[1.4.6]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.5...v1.4.6 +[1.4.5]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.4...v1.4.5 +[1.4.4]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.3...v1.4.4 +[1.4.3]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.2...v1.4.3 +[1.4.2]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.1...v1.4.2 +[1.4.1]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.0...v1.4.1 +[1.4.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.1.1...v1.2.0 +[1.1.1]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.0.0...v1.1.0 diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/LICENSE b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt similarity index 68% rename from wp-content/upgrade-temp-backup/plugins/menu-icons/LICENSE rename to wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt index d7f10513..e82774c1 100644 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/LICENSE +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt @@ -1,14 +1,32 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. - Preamble + Preamble - The licenses for most software are designed to take away your +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This @@ -18,48 +36,48 @@ using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. - When we speak of free software, we are referring to freedom, not +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. - To protect your rights, we need to make restrictions that forbid +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. - For example, if you distribute copies of such a program, whether +For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. - We protect your rights with two steps: (1) copyright the software, and +We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. - Also, for each author's protection and ours, we want to make certain +Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. - Finally, any free program is threatened constantly by software +Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. - The precise terms and conditions for copying, distribution and +The precise terms and conditions for copying, distribution and modification follow. - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. This License applies to any program or other work which contains +0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" @@ -76,7 +94,7 @@ is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. - 1. You may copy and distribute verbatim copies of the Program's +1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the @@ -87,29 +105,29 @@ along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. - 2. You may modify your copy or copies of the Program or any portion +2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, @@ -131,26 +149,26 @@ with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. - 3. You may copy and distribute the Program (or a work based on it, +3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source @@ -169,7 +187,7 @@ access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. - 4. You may not copy, modify, sublicense, or distribute the Program +4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. @@ -177,7 +195,7 @@ However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. - 5. You are not required to accept this License, since you have not +5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by @@ -186,7 +204,7 @@ Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. - 6. Each time you redistribute the Program (or any work based on the +6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further @@ -194,7 +212,7 @@ restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. - 7. If, as a consequence of a court judgment or allegation of patent +7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not @@ -226,7 +244,7 @@ impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - 8. If the distribution and/or use of the Program is restricted in +8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding @@ -234,7 +252,7 @@ those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. - 9. The Free Software Foundation may publish revised and/or new versions +9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. @@ -247,7 +265,7 @@ Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. - 10. If you wish to incorporate parts of the Program into other free +10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes @@ -255,9 +273,9 @@ make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED @@ -267,7 +285,7 @@ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING @@ -277,45 +295,45 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS + END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Programs +How to Apply These Terms to Your New Programs - If you develop a new program, and you want it to be of the greatest +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. - To do so, attach the following notices to the program. It is safest +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - {description} - Copyright (C) {year} {fullname} + +Copyright (C) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may @@ -326,11 +344,11 @@ You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. - {signature of Ty Coon}, 1 April 1989 - Ty Coon, President of Vice +, 1 April 1989 +Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json new file mode 100644 index 00000000..8931f634 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json @@ -0,0 +1,39 @@ +{ + "name": "automattic/jetpack-a8c-mc-stats", + "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": {}, + "require-dev": { + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.9" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-a8c-mc-stats", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.4.x-dev" + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php new file mode 100644 index 00000000..9e573cd7 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php @@ -0,0 +1,181 @@ +use_transparent_pixel = $use_transparent_pixel; + } + + /** + * Store a stat for later output. + * + * @param string $group The stat group. + * @param string $name The stat name to bump. + * + * @return boolean true if stat successfully added + */ + public function add( $group, $name ) { + + if ( ! \is_string( $group ) || ! \is_string( $name ) ) { + return false; + } + + if ( ! isset( $this->stats[ $group ] ) ) { + $this->stats[ $group ] = array(); + } + + if ( \in_array( $name, $this->stats[ $group ], true ) ) { + return false; + } + + $this->stats[ $group ][] = $name; + + return true; + } + + /** + * Gets current stats stored to be processed + * + * @return array $stats + */ + public function get_current_stats() { + return $this->stats; + } + + /** + * Return the stats from a group in an array ready to be added as parameters in a query string + * + * @param string $group_name The name of the group to retrieve. + * @return array Array with one item, where the key is the prefixed group and the value are all stats concatenated with a comma. If group not found, an empty array will be returned + */ + public function get_group_query_args( $group_name ) { + $stats = $this->get_current_stats(); + if ( isset( $stats[ $group_name ] ) && ! empty( $stats[ $group_name ] ) ) { + return array( "x_jetpack-{$group_name}" => implode( ',', $stats[ $group_name ] ) ); + } + return array(); + } + + /** + * Gets a list of trac URLs for every stored URL + * + * @return array An array of URLs + */ + public function get_stats_urls() { + + $urls = array(); + + foreach ( $this->get_current_stats() as $group => $stat ) { + $group_query_string = $this->get_group_query_args( $group ); + $urls[] = $this->build_stats_url( $group_query_string ); + } + + return $urls; + } + + /** + * Outputs the tracking pixels for the current stats and empty the stored stats from the object + * + * @return void + */ + public function do_stats() { + $urls = $this->get_stats_urls(); + foreach ( $urls as $url ) { + echo ''; + } + $this->stats = array(); + } + + /** + * Pings the stats server for the current stats and empty the stored stats from the object + * + * @return void + */ + public function do_server_side_stats() { + $urls = $this->get_stats_urls(); + foreach ( $urls as $url ) { + $this->do_server_side_stat( $url ); + } + $this->stats = array(); + } + + /** + * Runs stats code for a one-off, server-side. + * + * @param string $url string The URL to be pinged. Should include `x_jetpack-{$group}={$stats}` or whatever we want to store. + * + * @return bool If it worked. + */ + public function do_server_side_stat( $url ) { + $response = wp_remote_get( esc_url_raw( $url ) ); + if ( is_wp_error( $response ) ) { + return false; + } + + if ( 200 !== wp_remote_retrieve_response_code( $response ) ) { + return false; + } + + return true; + } + + /** + * Builds the stats url. + * + * @param array $args array|string The arguments to append to the URL. + * + * @return string The URL to be pinged. + */ + public function build_stats_url( $args ) { + $defaults = array( + 'v' => 'wpcom2', + 'rand' => md5( wp_rand( 0, 999 ) . time() ), + ); + $args = wp_parse_args( $args, $defaults ); + $gifname = true === $this->use_transparent_pixel ? 'b.gif' : 'g.gif'; + + /** + * Filter the URL used as the Stats tracking pixel. + * + * @since-jetpack 2.3.2 + * @since 1.0.0 + * + * @param string $url Base URL used as the Stats tracking pixel. + */ + $base_url = apply_filters( + 'jetpack_stats_base_url', + 'https://pixel.wp.com/' . $gifname + ); + $url = add_query_arg( $args, $base_url ); + return $url; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md new file mode 100644 index 00000000..5a2ca3cb --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md @@ -0,0 +1,147 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.2.23] - 2023-09-19 +### Changed +- Updated Jetpack submenu sort order so individual features are alpha-sorted. [#32958] + +## [0.2.22] - 2023-09-11 +### Fixed +- Akismet: update naming to common form [#32908] + +## [0.2.21] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [0.2.20] - 2023-04-25 +### Fixed +- Avoid errors when used in combination with an older version of the Logo package. [#30136] + +## [0.2.19] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [0.2.18] - 2023-04-04 +### Changed +- Menu icon: update to latest version of the Jetpack logo [#29418] + +## [0.2.17] - 2023-02-20 +### Changed +- Minor internal updates. + +## [0.2.16] - 2023-01-25 +### Changed +- Minor internal updates. + +## [0.2.15] - 2023-01-11 +### Changed +- Updated package dependencies. + +## [0.2.14] - 2022-12-02 +### Changed +- Updated package dependencies. [#27688] + +## [0.2.13] - 2022-11-22 +### Changed +- Updated package dependencies. [#27043] + +## [0.2.12] - 2022-09-20 +### Changed +- Updated package dependencies. + +## [0.2.11] - 2022-07-26 +### Changed +- Updated package dependencies. [#25158] + +## [0.2.10] - 2022-07-12 +### Changed +- Updated package dependencies. + +## [0.2.9] - 2022-06-21 +### Changed +- Renaming master to trunk. + +## [0.2.8] - 2022-06-14 +### Changed +- Updated package dependencies. + +## [0.2.7] - 2022-04-26 +### Changed +- Update package.json metadata. + +## [0.2.6] - 2022-04-05 +### Changed +- Updated package dependencies. + +## [0.2.5] - 2022-03-08 +### Fixed +- Do not handle Akismet submenu if Jetpack plugin is present + +## [0.2.4] - 2022-02-09 +### Added +- Support for akismet menu with stand-alone plugins + +### Fixed +- Fixes menu order working around a bug in add_submenu_page + +## [0.2.3] - 2022-01-25 +### Changed +- Updated package dependencies. + +## [0.2.2] - 2022-01-18 +### Changed +- General: update required node version to v16.13.2 + +## [0.2.1] - 2022-01-04 +### Changed +- Switch to pcov for code coverage. +- Updated package dependencies + +## [0.2.0] - 2021-12-14 +### Added +- New method to get the top level menu item + +## [0.1.1] - 2021-11-17 +### Changed +- Set `convertDeprecationsToExceptions` true in PHPUnit config. +- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. + +## 0.1.0 - 2021-10-13 +### Added +- Created the package. + +### Changed +- Updated package dependencies. + +### Fixed +- Fixing menu visibility issues. + +[0.2.23]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.22...0.2.23 +[0.2.22]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.21...0.2.22 +[0.2.21]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.20...0.2.21 +[0.2.20]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.19...0.2.20 +[0.2.19]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.18...0.2.19 +[0.2.18]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.17...0.2.18 +[0.2.17]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.16...0.2.17 +[0.2.16]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.15...0.2.16 +[0.2.15]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.14...0.2.15 +[0.2.14]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.13...0.2.14 +[0.2.13]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.12...0.2.13 +[0.2.12]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.11...0.2.12 +[0.2.11]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.10...0.2.11 +[0.2.10]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.9...0.2.10 +[0.2.9]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.8...0.2.9 +[0.2.8]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.7...0.2.8 +[0.2.7]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.6...0.2.7 +[0.2.6]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.5...0.2.6 +[0.2.5]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.4...0.2.5 +[0.2.4]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.3...0.2.4 +[0.2.3]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.2...0.2.3 +[0.2.2]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.1...0.2.2 +[0.2.1]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.0...0.2.1 +[0.2.0]: https://github.com/Automattic/jetpack-admin-ui/compare/0.1.1...0.2.0 +[0.1.1]: https://github.com/Automattic/jetpack-admin-ui/compare/0.1.0...0.1.1 diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/menu-item-custom-fields/LICENSE b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/LICENSE.txt similarity index 68% rename from wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/menu-item-custom-fields/LICENSE rename to wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/LICENSE.txt index d7f10513..e82774c1 100644 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/menu-item-custom-fields/LICENSE +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/LICENSE.txt @@ -1,14 +1,32 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. - Preamble + Preamble - The licenses for most software are designed to take away your +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This @@ -18,48 +36,48 @@ using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. - When we speak of free software, we are referring to freedom, not +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. - To protect your rights, we need to make restrictions that forbid +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. - For example, if you distribute copies of such a program, whether +For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. - We protect your rights with two steps: (1) copyright the software, and +We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. - Also, for each author's protection and ours, we want to make certain +Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. - Finally, any free program is threatened constantly by software +Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. - The precise terms and conditions for copying, distribution and +The precise terms and conditions for copying, distribution and modification follow. - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. This License applies to any program or other work which contains +0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" @@ -76,7 +94,7 @@ is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. - 1. You may copy and distribute verbatim copies of the Program's +1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the @@ -87,29 +105,29 @@ along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. - 2. You may modify your copy or copies of the Program or any portion +2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, @@ -131,26 +149,26 @@ with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. - 3. You may copy and distribute the Program (or a work based on it, +3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source @@ -169,7 +187,7 @@ access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. - 4. You may not copy, modify, sublicense, or distribute the Program +4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. @@ -177,7 +195,7 @@ However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. - 5. You are not required to accept this License, since you have not +5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by @@ -186,7 +204,7 @@ Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. - 6. Each time you redistribute the Program (or any work based on the +6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further @@ -194,7 +212,7 @@ restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. - 7. If, as a consequence of a court judgment or allegation of patent +7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not @@ -226,7 +244,7 @@ impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - 8. If the distribution and/or use of the Program is restricted in +8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding @@ -234,7 +252,7 @@ those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. - 9. The Free Software Foundation may publish revised and/or new versions +9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. @@ -247,7 +265,7 @@ Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. - 10. If you wish to incorporate parts of the Program into other free +10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes @@ -255,9 +273,9 @@ make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED @@ -267,7 +285,7 @@ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING @@ -277,45 +295,45 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS + END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Programs +How to Apply These Terms to Your New Programs - If you develop a new program, and you want it to be of the greatest +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. - To do so, attach the following notices to the program. It is safest +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - {description} - Copyright (C) {year} {fullname} + +Copyright (C) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may @@ -326,11 +344,11 @@ You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. - {signature of Ty Coon}, 1 April 1989 - Ty Coon, President of Vice +, 1 April 1989 +Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/composer.json new file mode 100644 index 00000000..aaf83ff3 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/composer.json @@ -0,0 +1,52 @@ +{ + "name": "automattic/jetpack-admin-ui", + "description": "Generic Jetpack wp-admin UI elements", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": {}, + "require-dev": { + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.9", + "automattic/jetpack-logo": "^1.6.3", + "automattic/wordbless": "dev-master" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-admin-ui", + "textdomain": "jetpack-admin-ui", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-admin-ui/compare/${old}...${new}" + }, + "branch-alias": { + "dev-trunk": "0.2.x-dev" + }, + "version-constants": { + "::PACKAGE_VERSION": "src/class-admin-menu.php" + } + }, + "config": { + "allow-plugins": { + "roots/wordpress-core-installer": true + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php new file mode 100644 index 00000000..55d44ffc --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php @@ -0,0 +1,207 @@ +get_base64_logo() + : 'dashicons-admin-plugins'; + + if ( ! $jetpack_plugin_present ) { + add_menu_page( + 'Jetpack', + 'Jetpack', + 'read', + 'jetpack', + '__return_null', + $icon, + 3 + ); + + // If Jetpack plugin is not present, user will only be able to see this menu if they have enough capability to at least one of the sub menus being added. + $can_see_toplevel_menu = false; + } + + /** + * The add_sub_menu function has a bug and will not keep the right order of menu items. + * + * @see https://core.trac.wordpress.org/ticket/52035 + * Let's order the items before registering them. + * Since this all happens after the Jetpack plugin menu items were added, all items will be added after Jetpack plugin items - unless position is very low number (smaller than the number of menu items present in Jetpack plugin). + */ + usort( + self::$menu_items, + function ( $a, $b ) { + $position_a = empty( $a['position'] ) ? 0 : $a['position']; + $position_b = empty( $b['position'] ) ? 0 : $b['position']; + $result = $position_a - $position_b; + + if ( 0 === $result ) { + $result = strcmp( $a['menu_title'], $b['menu_title'] ); + } + + return $result; + } + ); + + foreach ( self::$menu_items as $menu_item ) { + if ( ! current_user_can( $menu_item['capability'] ) ) { + continue; + } + + $can_see_toplevel_menu = true; + + add_submenu_page( + 'jetpack', + $menu_item['page_title'], + $menu_item['menu_title'], + $menu_item['capability'], + $menu_item['menu_slug'], + $menu_item['function'], + $menu_item['position'] + ); + } + + if ( ! $jetpack_plugin_present ) { + remove_submenu_page( 'jetpack', 'jetpack' ); + } + + if ( ! $can_see_toplevel_menu ) { + remove_menu_page( 'jetpack' ); + } + } + + /** + * Adds a new submenu to the Jetpack Top level menu + * + * The parameters this method accepts are the same as @see add_submenu_page. This class will + * aggreagate all menu items registered by stand-alone plugins and make sure they all go under the same + * Jetpack top level menu. It will also handle the top level menu registration in case the Jetpack plugin is not present. + * + * @param string $page_title The text to be displayed in the title tags of the page when the menu + * is selected. + * @param string $menu_title The text to be used for the menu. + * @param string $capability The capability required for this menu to be displayed to the user. + * @param string $menu_slug The slug name to refer to this menu by. Should be unique for this menu + * and only include lowercase alphanumeric, dashes, and underscores characters + * to be compatible with sanitize_key(). + * @param callable $function The function to be called to output the content for this page. + * @param int $position The position in the menu order this item should appear. Leave empty typically. + * + * @return string The resulting page's hook_suffix + */ + public static function add_menu( $page_title, $menu_title, $capability, $menu_slug, $function, $position = null ) { + self::init(); + self::$menu_items[] = compact( 'page_title', 'menu_title', 'capability', 'menu_slug', 'function', 'position' ); + + /** + * Let's return the page hook so consumers can use. + * We know all pages will be under Jetpack top level menu page, so we can hardcode the first part of the string. + * Using get_plugin_page_hookname here won't work because the top level page is not registered yet. + */ + return 'jetpack_page_' . $menu_slug; + } + + /** + * Gets the slug for the first item under the Jetpack top level menu + * + * @return string|null + */ + public static function get_top_level_menu_item_slug() { + global $submenu; + if ( ! empty( $submenu['jetpack'] ) ) { + $item = reset( $submenu['jetpack'] ); + if ( isset( $item[2] ) ) { + return $item[2]; + } + } + } + + /** + * Gets the URL for the first item under the Jetpack top level menu + * + * @param string $fallback If Jetpack menu is not there or no children is found, return this fallback instead. Default to admin_url(). + * @return string + */ + public static function get_top_level_menu_item_url( $fallback = false ) { + $slug = self::get_top_level_menu_item_slug(); + + if ( $slug ) { + $url = menu_page_url( $slug, false ); + return $url; + } + + $url = $fallback ? $fallback : admin_url(); + return $url; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md new file mode 100644 index 00000000..0ed8a31f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md @@ -0,0 +1,456 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.18.13] - 2023-10-19 +### Changed +- Updated package dependencies. [#33687] + +## [1.18.12] - 2023-10-10 +### Changed +- Updated package dependencies. [#33428] + +### Fixed +- Pass `false`, not `null`, to `WP_Scripts->add()`. [#33513] + +## [1.18.11] - 2023-09-19 + +- Minor internal updates. + +## [1.18.10] - 2023-09-04 +### Changed +- Updated package dependencies. [#32803] + +## [1.18.9] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [1.18.8] - 2023-08-09 +### Changed +- Updated package dependencies. [#32166] + +## [1.18.7] - 2023-07-11 +### Changed +- Updated package dependencies. [#31785] + +## [1.18.6] - 2023-07-05 +### Changed +- Updated package dependencies. [#31659] + +## [1.18.5] - 2023-06-21 +### Changed +- Updated package dependencies. [#31468] + +## [1.18.4] - 2023-06-06 +### Changed +- Updated package dependencies. [#31129] + +## [1.18.3] - 2023-05-15 +### Changed +- Internal updates. + +## [1.18.2] - 2023-05-02 +### Changed +- Updated package dependencies. [#30375] + +## [1.18.1] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [1.18.0] - 2023-04-04 +### Changed +- Async script enqueuing: switch to static method. [#29780] +- Updated package dependencies. [#29854] + +## [1.17.34] - 2023-03-20 +### Changed +- Updated package dependencies. [#29471] + +## [1.17.33] - 2023-03-08 +### Changed +- Updated package dependencies. [#29216] + +## [1.17.32] - 2023-02-20 +### Changed +- Minor internal updates. + +## [1.17.31] - 2023-02-15 +### Changed +- Update to React 18. [#28710] + +## [1.17.30] - 2023-01-25 +### Changed +- Minor internal updates. + +## [1.17.29] - 2023-01-11 +### Changed +- Updated package dependencies. + +## [1.17.28] - 2022-12-02 +### Changed +- Updated package dependencies. + +## [1.17.27] - 2022-11-28 +### Changed +- Updated package dependencies. [#27576] + +## [1.17.26] - 2022-11-22 +### Changed +- Updated package dependencies. [#27043] + +## [1.17.25] - 2022-11-08 +### Changed +- Updated package dependencies. [#27289] + +## [1.17.24] - 2022-11-01 +### Changed +- Updated package dependencies. + +## [1.17.23] - 2022-10-13 +### Changed +- Updated package dependencies. [#26791] + +## [1.17.22] - 2022-10-05 +### Changed +- Updated package dependencies. [#26568] + +## [1.17.21] - 2022-08-25 +### Changed +- Updated package dependencies. [#25814] + +## [1.17.20] - 2022-07-26 +### Changed +- Updated package dependencies. [#25158] + +## [1.17.19] - 2022-07-12 +### Changed +- Updated package dependencies. + +## [1.17.18] - 2022-07-06 +### Changed +- Updated package dependencies + +## [1.17.17] - 2022-06-21 +### Changed +- Renaming master to trunk. + +## [1.17.16] - 2022-06-14 + +## [1.17.15] - 2022-06-08 +### Changed +- Reorder JS imports for `import/order` eslint rule. [#24601] + +## [1.17.14] - 2022-05-18 +### Changed +- Updated package dependencies [#24372] + +## [1.17.13] - 2022-05-10 +### Changed +- Updated package dependencies. [#24302] + +## [1.17.12] - 2022-05-04 +### Added +- Add missing JavaScript dependencies, and fix a test. [#24096] + +## [1.17.11] - 2022-04-26 +### Changed +- Updated package dependencies. + +## [1.17.10] - 2022-04-19 +### Fixed +- Assets: Defer the enqueued script instead of its translations + +## [1.17.9] - 2022-04-05 +### Changed +- Updated package dependencies. + +## [1.17.8] - 2022-03-29 +### Changed +- Updated package dependencies. + +## [1.17.7] - 2022-03-23 +### Changed +- Updated package dependencies. + +## [1.17.6] - 2022-03-02 +### Changed +- Updated package dependencies. + +## [1.17.5] - 2022-02-16 +### Changed +- Updated package dependencies. + +## [1.17.4] - 2022-02-09 +### Changed +- Updated package dependencies. + +## [1.17.3] - 2022-02-02 +### Fixed +- Fixed minor coding standard violation. + +## [1.17.2] - 2022-02-01 +### Changed +- Build: remove unneeded files from production build. + +## [1.17.1] - 2022-01-27 +### Changed +- Updated package dependencies. + +## [1.17.0] - 2022-01-25 +### Added +- Accept package path prefixes from jetpack-composer-plugin and use them when lazy-loading JS translations. +- Generate the `wp-jp-i18n-loader` module needed by the new i18n-loader-webpack-plugin. + +### Deprecated +- Deprecated the `wp-jp-i18n-state` module. + +## [1.16.2] - 2022-01-18 +### Fixed +- Handle the case where `WP_LANG_DIR` is in `WP_CONTENT_DIR`, but `WP_CONTENT_DIR` is not in `ABSPATH`. + +## [1.16.1] - 2022-01-05 +### Fixed +- Don't issue a "doing it wrong" warning for registering aliases during plugin activation. + +## [1.16.0] - 2022-01-04 +### Added +- Document use of jetpack-assets, jetpack-composer-plugin, and i18n-loader-webpack-plugin together. + +### Changed +- Switch to pcov for code coverage. +- Updated package dependencies +- Updated package textdomain from `jetpack` to `jetpack-assets`. + +## [1.15.0] - 2021-12-20 +### Added +- Add `alias_textdomain()`. + +## [1.14.0] - 2021-12-14 +### Added +- Generate `wp-jp-i18n-state` script. + +## [1.13.1] - 2021-11-22 +### Fixed +- Call `_doing_it_wrong` correctly. + +## [1.13.0] - 2021-11-22 +### Added +- Have `Assets::register_script()` accept a textdomain for `wp_set_script_translations` (and complain if no textdomain is passed when `wp-i18n` is depended on). + +### Changed +- Updated package dependencies + +### Fixed +- Added missing option doc for `Assets::register_script()`. + +## [1.12.0] - 2021-11-15 +### Added +- Add `Assets::register_script()` for easier loading of Webpack-built scripts. + +## [1.11.10] - 2021-11-02 +### Changed +- Set `convertDeprecationsToExceptions` true in PHPUnit config. +- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. + +## [1.11.9] - 2021-10-13 +### Changed +- Updated package dependencies. + +## [1.11.8] - 2021-10-06 +### Changed +- Updated package dependencies + +## [1.11.7] - 2021-09-28 +### Changed +- Updated package dependencies. + +## [1.11.6] - 2021-08-30 +### Changed +- Run composer update on test-php command instead of phpunit +- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). +- update annotations versions + +## [1.11.5] - 2021-05-25 +### Changed +- Updated package dependencies. + +## [1.11.4] - 2021-04-08 +### Changed +- Packaging and build changes, no change to the package itself. + +## [1.11.3] - 2021-03-30 +### Added +- Composer alias for dev-master, to improve dependencies + +### Changed +- Update package dependencies. + +### Fixed +- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. + +## [1.11.2] - 2021-02-23 + +- CI: Make tests more generic + +## [1.11.1] - 2021-01-26 + +- Add mirror-repo information to all current composer packages +- Monorepo: Reorganize all projects + +## [1.11.0] - 2021-01-05 + +- Update dependency brain/monkey to v2.6.0 + +## [1.10.0] - 2020-12-08 + +- Assets: introduce new method to process static resources +- Assets: Use defer for script tags +- Pin dependencies +- Packages: Update for PHP 8 testing + +## [1.9.1] - 2020-11-24 + +- Update dependency brain/monkey to v2.5.0 +- Updated PHPCS: Packages and Debugger + +## [1.9.0] - 2020-10-27 + +- Instagram oEmbed: Simplify + +## [1.8.0] - 2020-09-29 + +- Consolidate the Lazy Images package to rely on the Assets package + +## [1.7.0] - 2020-08-25 + +- Packages: Update filenames after #16810 +- CI: Try collect js coverage +- Docker: Add package testing shortcut + +## [1.6.0] - 2020-07-28 + +- Various: Use wp_resource_hints + +## [1.5.0] - 2020-06-30 + +- PHPCS: Clean up the packages +- WooCommerce Analytics: avoid 404 error when enqueuing script + +## [1.4.0] - 2020-05-26 + +- Add Jetpack Scan threat notifications + +## [1.3.0] - 2020-04-28 + +- Update dependencies to latest stable + +## [1.2.0] - 2020-03-31 + +- Update dependencies to latest stable + +## [1.1.1] - 2020-01-27 + +- Pin dependency brain/monkey to 2.4.0 + +## [1.1.0] - 2020-01-14 + +- Packages: Various improvements for wp.com or self-contained consumers + +## [1.0.3] - 2019-11-08 + +- Packages: Use classmap instead of PSR-4 + +## [1.0.1] - 2019-10-28 + +- PHPCS: JITM and Assets packages +- Packages: Add gitattributes files to all packages that need th… + +## 1.0.0 - 2019-09-14 + +- Statically access asset tools + +[1.18.13]: https://github.com/Automattic/jetpack-assets/compare/v1.18.12...v1.18.13 +[1.18.12]: https://github.com/Automattic/jetpack-assets/compare/v1.18.11...v1.18.12 +[1.18.11]: https://github.com/Automattic/jetpack-assets/compare/v1.18.10...v1.18.11 +[1.18.10]: https://github.com/Automattic/jetpack-assets/compare/v1.18.9...v1.18.10 +[1.18.9]: https://github.com/Automattic/jetpack-assets/compare/v1.18.8...v1.18.9 +[1.18.8]: https://github.com/Automattic/jetpack-assets/compare/v1.18.7...v1.18.8 +[1.18.7]: https://github.com/Automattic/jetpack-assets/compare/v1.18.6...v1.18.7 +[1.18.6]: https://github.com/Automattic/jetpack-assets/compare/v1.18.5...v1.18.6 +[1.18.5]: https://github.com/Automattic/jetpack-assets/compare/v1.18.4...v1.18.5 +[1.18.4]: https://github.com/Automattic/jetpack-assets/compare/v1.18.3...v1.18.4 +[1.18.3]: https://github.com/Automattic/jetpack-assets/compare/v1.18.2...v1.18.3 +[1.18.2]: https://github.com/Automattic/jetpack-assets/compare/v1.18.1...v1.18.2 +[1.18.1]: https://github.com/Automattic/jetpack-assets/compare/v1.18.0...v1.18.1 +[1.18.0]: https://github.com/Automattic/jetpack-assets/compare/v1.17.34...v1.18.0 +[1.17.34]: https://github.com/Automattic/jetpack-assets/compare/v1.17.33...v1.17.34 +[1.17.33]: https://github.com/Automattic/jetpack-assets/compare/v1.17.32...v1.17.33 +[1.17.32]: https://github.com/Automattic/jetpack-assets/compare/v1.17.31...v1.17.32 +[1.17.31]: https://github.com/Automattic/jetpack-assets/compare/v1.17.30...v1.17.31 +[1.17.30]: https://github.com/Automattic/jetpack-assets/compare/v1.17.29...v1.17.30 +[1.17.29]: https://github.com/Automattic/jetpack-assets/compare/v1.17.28...v1.17.29 +[1.17.28]: https://github.com/Automattic/jetpack-assets/compare/v1.17.27...v1.17.28 +[1.17.27]: https://github.com/Automattic/jetpack-assets/compare/v1.17.26...v1.17.27 +[1.17.26]: https://github.com/Automattic/jetpack-assets/compare/v1.17.25...v1.17.26 +[1.17.25]: https://github.com/Automattic/jetpack-assets/compare/v1.17.24...v1.17.25 +[1.17.24]: https://github.com/Automattic/jetpack-assets/compare/v1.17.23...v1.17.24 +[1.17.23]: https://github.com/Automattic/jetpack-assets/compare/v1.17.22...v1.17.23 +[1.17.22]: https://github.com/Automattic/jetpack-assets/compare/v1.17.21...v1.17.22 +[1.17.21]: https://github.com/Automattic/jetpack-assets/compare/v1.17.20...v1.17.21 +[1.17.20]: https://github.com/Automattic/jetpack-assets/compare/v1.17.19...v1.17.20 +[1.17.19]: https://github.com/Automattic/jetpack-assets/compare/v1.17.18...v1.17.19 +[1.17.18]: https://github.com/Automattic/jetpack-assets/compare/v1.17.17...v1.17.18 +[1.17.17]: https://github.com/Automattic/jetpack-assets/compare/v1.17.16...v1.17.17 +[1.17.16]: https://github.com/Automattic/jetpack-assets/compare/v1.17.15...v1.17.16 +[1.17.15]: https://github.com/Automattic/jetpack-assets/compare/v1.17.14...v1.17.15 +[1.17.14]: https://github.com/Automattic/jetpack-assets/compare/v1.17.13...v1.17.14 +[1.17.13]: https://github.com/Automattic/jetpack-assets/compare/v1.17.12...v1.17.13 +[1.17.12]: https://github.com/Automattic/jetpack-assets/compare/v1.17.11...v1.17.12 +[1.17.11]: https://github.com/Automattic/jetpack-assets/compare/v1.17.10...v1.17.11 +[1.17.10]: https://github.com/Automattic/jetpack-assets/compare/v1.17.9...v1.17.10 +[1.17.9]: https://github.com/Automattic/jetpack-assets/compare/v1.17.8...v1.17.9 +[1.17.8]: https://github.com/Automattic/jetpack-assets/compare/v1.17.7...v1.17.8 +[1.17.7]: https://github.com/Automattic/jetpack-assets/compare/v1.17.6...v1.17.7 +[1.17.6]: https://github.com/Automattic/jetpack-assets/compare/v1.17.5...v1.17.6 +[1.17.5]: https://github.com/Automattic/jetpack-assets/compare/v1.17.4...v1.17.5 +[1.17.4]: https://github.com/Automattic/jetpack-assets/compare/v1.17.3...v1.17.4 +[1.17.3]: https://github.com/Automattic/jetpack-assets/compare/v1.17.2...v1.17.3 +[1.17.2]: https://github.com/Automattic/jetpack-assets/compare/v1.17.1...v1.17.2 +[1.17.1]: https://github.com/Automattic/jetpack-assets/compare/v1.17.0...v1.17.1 +[1.17.0]: https://github.com/Automattic/jetpack-assets/compare/v1.16.2...v1.17.0 +[1.16.2]: https://github.com/Automattic/jetpack-assets/compare/v1.16.1...v1.16.2 +[1.16.1]: https://github.com/Automattic/jetpack-assets/compare/v1.16.0...v1.16.1 +[1.16.0]: https://github.com/Automattic/jetpack-assets/compare/v1.15.0...v1.16.0 +[1.15.0]: https://github.com/Automattic/jetpack-assets/compare/v1.14.0...v1.15.0 +[1.14.0]: https://github.com/Automattic/jetpack-assets/compare/v1.13.1...v1.14.0 +[1.13.1]: https://github.com/Automattic/jetpack-assets/compare/v1.13.0...v1.13.1 +[1.13.0]: https://github.com/Automattic/jetpack-assets/compare/v1.12.0...v1.13.0 +[1.12.0]: https://github.com/Automattic/jetpack-assets/compare/v1.11.10...v1.12.0 +[1.11.10]: https://github.com/Automattic/jetpack-assets/compare/v1.11.9...v1.11.10 +[1.11.9]: https://github.com/Automattic/jetpack-assets/compare/v1.11.8...v1.11.9 +[1.11.8]: https://github.com/Automattic/jetpack-assets/compare/v1.11.7...v1.11.8 +[1.11.7]: https://github.com/Automattic/jetpack-assets/compare/v1.11.6...v1.11.7 +[1.11.6]: https://github.com/Automattic/jetpack-assets/compare/v1.11.5...v1.11.6 +[1.11.5]: https://github.com/Automattic/jetpack-assets/compare/v1.11.4...v1.11.5 +[1.11.4]: https://github.com/Automattic/jetpack-assets/compare/v1.11.3...v1.11.4 +[1.11.3]: https://github.com/Automattic/jetpack-assets/compare/v1.11.2...v1.11.3 +[1.11.2]: https://github.com/Automattic/jetpack-assets/compare/v1.11.1...v1.11.2 +[1.11.1]: https://github.com/Automattic/jetpack-assets/compare/v1.11.0...v1.11.1 +[1.11.0]: https://github.com/Automattic/jetpack-assets/compare/v1.10.0...v1.11.0 +[1.10.0]: https://github.com/Automattic/jetpack-assets/compare/v1.9.1...v1.10.0 +[1.9.1]: https://github.com/Automattic/jetpack-assets/compare/v1.9.0...v1.9.1 +[1.9.0]: https://github.com/Automattic/jetpack-assets/compare/v1.8.0...v1.9.0 +[1.8.0]: https://github.com/Automattic/jetpack-assets/compare/v1.7.0...v1.8.0 +[1.7.0]: https://github.com/Automattic/jetpack-assets/compare/v1.6.0...v1.7.0 +[1.6.0]: https://github.com/Automattic/jetpack-assets/compare/v1.5.0...v1.6.0 +[1.5.0]: https://github.com/Automattic/jetpack-assets/compare/v1.4.0...v1.5.0 +[1.4.0]: https://github.com/Automattic/jetpack-assets/compare/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/Automattic/jetpack-assets/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/Automattic/jetpack-assets/compare/v1.1.1...v1.2.0 +[1.1.1]: https://github.com/Automattic/jetpack-assets/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/Automattic/jetpack-assets/compare/v1.0.3...v1.1.0 +[1.0.3]: https://github.com/Automattic/jetpack-assets/compare/v1.0.1...v1.0.3 +[1.0.1]: https://github.com/Automattic/jetpack-assets/compare/v1.0.0...v1.0.1 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/SECURITY.md new file mode 100644 index 00000000..98f48dd1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/SECURITY.md @@ -0,0 +1,47 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack and its associated plugins have continued support. If a critical vulnerability is found in the current version of a plugin, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +Our HackerOne program covers the below plugin software, as well as a variety of related projects and infrastructure: + +* [Jetpack](https://jetpack.com/) +* Jetpack Backup +* Jetpack Boost +* Jetpack CRM +* Jetpack Protect +* Jetpack Search +* Jetpack Social +* Jetpack VideoPress + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/actions.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/actions.php new file mode 100644 index 00000000..1c8becda --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/actions.php @@ -0,0 +1,19 @@ + 1, + 'function' => array( Automattic\Jetpack\Assets::class, 'wp_default_scripts_hook' ), + ); +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.asset.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.asset.php new file mode 100644 index 00000000..5488269e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.asset.php @@ -0,0 +1 @@ + array('wp-i18n'), 'version' => 'e69db286c9c94bd98790'); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js new file mode 100644 index 00000000..22d2b90a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js @@ -0,0 +1 @@ +!function(){var e={356:function(e){e.exports=function(e){function n(t){if(r[t])return r[t].exports;var o=r[t]={i:t,l:!1,exports:{}};return e[t].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var r={};return n.m=e,n.c=r,n.i=function(e){return e},n.d=function(e,r,t){n.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},n.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(r,"a",r),r},n.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n.p="",n(n.s=1)}([function(e,n,r){"use strict";function t(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(n,"__esModule",{value:!0});var o=function(){function e(e,n){for(var r=0;r>>32-o)+r&4294967295}},{key:"ff",value:function(n,r,t,o,a,i,f){return e.cmn(r&t|~r&o,n,r,a,i,f)}},{key:"gg",value:function(n,r,t,o,a,i,f){return e.cmn(r&o|t&~o,n,r,a,i,f)}},{key:"hh",value:function(n,r,t,o,a,i,f){return e.cmn(r^t^o,n,r,a,i,f)}},{key:"ii",value:function(n,r,t,o,a,i,f){return e.cmn(t^(r|~o),n,r,a,i,f)}},{key:"md51",value:function(n){for(var r=n.length,t=[1732584193,-271733879,-1732584194,271733878],o=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],a=0,i=64;i<=r;i+=64)e.md5cycle(t,e.md5blk(n.substring(i-64,i)));for(n=n.substring(i-64),i=0,a=n.length;i>2]|=n.charCodeAt(i)<<(i%4<<3);if(o[i>>2]|=128<<(i%4<<3),i>55)for(e.md5cycle(t,o),i=0;i<16;i++)o[i]=0;return o[14]=8*r,e.md5cycle(t,o),t}},{key:"md5blk",value:function(e){for(var n=[],r=0;r<64;r+=4)n[r>>2]=e.charCodeAt(r)+(e.charCodeAt(r+1)<<8)+(e.charCodeAt(r+2)<<16)+(e.charCodeAt(r+3)<<24);return n}},{key:"rhex",value:function(n){var r="";return r+=e.hexArray[n>>4&15]+e.hexArray[n>>0&15],r+=e.hexArray[n>>12&15]+e.hexArray[n>>8&15],(r+=e.hexArray[n>>20&15]+e.hexArray[n>>16&15])+(e.hexArray[n>>28&15]+e.hexArray[n>>24&15])}},{key:"hex",value:function(n){for(var r=n.length,t=0;tObject.prototype.hasOwnProperty.call(e,n);e.exports={state:{baseUrl:null,locale:null,domainMap:{},domainPaths:{}},async downloadI18n(e,n,r){const f=this.state;if(!f||"string"!=typeof f.baseUrl)throw new Error("wp.jpI18nLoader.state is not set");if("en_US"===f.locale)return;if("undefined"==typeof fetch)throw new Error("Fetch API is not available.");const u=i(f.domainPaths,n)?f.domainPaths[n]:"";let c,h;const l=e.indexOf("?");l>=0?(c=o.hash(u+e.substring(0,l)),h=e.substring(l)):(c=o.hash(u+e),h="");const s=i(f.domainMap,n)?f.domainMap[n]:a[r]+n,g=await fetch(`${f.baseUrl}${s}-${f.locale}-${c}.json${h}`);if(!g.ok)throw new Error(`HTTP request failed: ${g.status} ${g.statusText}`);const d=await g.json(),p=i(d.locale_data,n)?d.locale_data[n]:d.locale_data.messages;p[""].domain=n,t.setLocaleData(p,n)}}},736:function(e){"use strict";e.exports=window.wp.i18n}},n={};var r=function r(t){var o=n[t];if(void 0!==o)return o.exports;var a=n[t]={exports:{}};return e[t].call(a.exports,a,a.exports,r),a.exports}(618);(window.wp=window.wp||{}).jpI18nLoader=r}(); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/composer.json new file mode 100644 index 00000000..b699a11b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/composer.json @@ -0,0 +1,56 @@ +{ + "name": "automattic/jetpack-assets", + "description": "Asset management utilities for Jetpack ecosystem packages", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": { + "automattic/jetpack-constants": "^1.6.23" + }, + "require-dev": { + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.11", + "wikimedia/testing-access-wrapper": "^1.0 || ^2.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "files": [ + "actions.php" + ], + "classmap": [ + "src/" + ] + }, + "scripts": { + "build-development": [ + "pnpm run build" + ], + "build-production": [ + "pnpm run build-production" + ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-js": [ + "pnpm run test" + ], + "test-php": [ + "@composer phpunit" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-assets", + "textdomain": "jetpack-assets", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-assets/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.18.x-dev" + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php new file mode 100644 index 00000000..161436ce --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php @@ -0,0 +1,738 @@ + array( string target_domain, string target_type, string semver, string path_prefix ) )`. + */ + private static $domain_map = array(); + + /** + * Constructor. + * + * Static-only class, so nothing here. + */ + private function __construct() {} + + // //////////////////// + // region Async script loading + + /** + * Get the singleton instance of the class. + * + * @return Assets + */ + public static function instance() { + if ( ! isset( self::$instance ) ) { + self::$instance = new Assets(); + self::$instance->init_hooks(); + } + + return self::$instance; + } + + /** + * Initalize the hooks as needed. + */ + private function init_hooks() { + /* + * Load some scripts asynchronously. + */ + add_filter( 'script_loader_tag', array( $this, 'script_add_async' ), 10, 2 ); + } + + /** + * A public method for adding the async script. + * + * @param string $script_handle Script handle. + */ + public static function add_async_script( $script_handle ) { + $assets_instance = self::instance(); + $assets_instance->defer_script_handles[] = $script_handle; + } + + /** + * Add an async attribute to scripts that can be loaded deferred. + * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script + * + * @param string $tag The + ' . esc_html__( 'Every Jetpack site needs at least one connected admin for the features to work properly. Please connect to your WordPress.com account via the button below. Once you connect, you may refresh this page to see an option to change the connection owner.', 'jetpack-connection' ) . '

          '; + $connect_url = $connection_manager->get_authorization_url(); + $connect_url = add_query_arg( 'from', 'delete_connection_owner_notice', $connect_url ); + echo "" . esc_html__( 'Connect to WordPress.com', 'jetpack-connection' ) . ''; + } + + echo '

          '; + printf( + wp_kses( + /* translators: URL to Jetpack support doc regarding the primary user. */ + __( "Learn more about the connection owner and what will break if you do not have one.", 'jetpack-connection' ), + array( + 'a' => array( + 'href' => true, + 'target' => true, + 'rel' => true, + ), + ) + ), + esc_url( Redirect::get_url( 'jetpack-support-primary-user' ) ) + ); + echo '

          '; + echo '

          '; + printf( + wp_kses( + /* translators: URL to contact Jetpack support. */ + __( 'As always, feel free to contact our support team if you have any questions.', 'jetpack-connection' ), + array( + 'a' => array( + 'href' => true, + 'target' => true, + 'rel' => true, + ), + ) + ), + esc_url( Redirect::get_url( 'jetpack-contact-support' ) ) + ); + echo '

          '; + echo ''; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php new file mode 100644 index 00000000..b0690438 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php @@ -0,0 +1,775 @@ + [ + * $user_id => [ + * $error_details + * ] + * ] + * ] + * + * For each error code we store a maximum of 5 errors for 5 different user ids. + * + * An user ID can be + * * 0 for blog tokens + * * positive integer for user tokens + * * 'invalid' for malformed tokens + * + * @since 1.14.2 + */ +class Error_Handler { + + /** + * The name of the option that stores the errors + * + * @since 1.14.2 + * + * @var string + */ + const STORED_ERRORS_OPTION = 'jetpack_connection_xmlrpc_errors'; + + /** + * The name of the option that stores the errors + * + * @since 1.14.2 + * + * @var string + */ + const STORED_VERIFIED_ERRORS_OPTION = 'jetpack_connection_xmlrpc_verified_errors'; + + /** + * The prefix of the transient that controls the gate for each error code + * + * @since 1.14.2 + * + * @var string + */ + const ERROR_REPORTING_GATE = 'jetpack_connection_error_reporting_gate_'; + + /** + * Time in seconds a test should live in the database before being discarded + * + * @since 1.14.2 + */ + const ERROR_LIFE_TIME = DAY_IN_SECONDS; + + /** + * The error code for event tracking purposes. + * If there are many, only the first error code will be tracked. + * + * @var string + */ + private $error_code; + + /** + * List of known errors. Only error codes in this list will be handled + * + * @since 1.14.2 + * + * @var array + */ + public $known_errors = array( + 'malformed_token', + 'malformed_user_id', + 'unknown_user', + 'no_user_tokens', + 'empty_master_user_option', + 'no_token_for_user', + 'token_malformed', + 'user_id_mismatch', + 'no_possible_tokens', + 'no_valid_user_token', + 'no_valid_blog_token', + 'unknown_token', + 'could_not_sign', + 'invalid_scheme', + 'invalid_secret', + 'invalid_token', + 'token_mismatch', + 'invalid_body', + 'invalid_signature', + 'invalid_body_hash', + 'invalid_nonce', + 'signature_mismatch', + 'invalid_connection_owner', + ); + + /** + * Holds the instance of this singleton class + * + * @since 1.14.2 + * + * @var Error_Handler $instance + */ + public static $instance = null; + + /** + * Initialize instance, hookds and load verified errors handlers + * + * @since 1.14.2 + */ + private function __construct() { + defined( 'JETPACK__ERRORS_PUBLIC_KEY' ) || define( 'JETPACK__ERRORS_PUBLIC_KEY', 'KdZY80axKX+nWzfrOcizf0jqiFHnrWCl9X8yuaClKgM=' ); + + add_action( 'rest_api_init', array( $this, 'register_verify_error_endpoint' ) ); + + $this->handle_verified_errors(); + + // If the site gets reconnected, clear errors. + add_action( 'jetpack_site_registered', array( $this, 'delete_all_errors' ) ); + add_action( 'jetpack_get_site_data_success', array( $this, 'delete_all_api_errors' ) ); + add_filter( 'jetpack_connection_disconnect_site_wpcom', array( $this, 'delete_all_errors_and_return_unfiltered_value' ) ); + add_filter( 'jetpack_connection_delete_all_tokens', array( $this, 'delete_all_errors_and_return_unfiltered_value' ) ); + add_action( 'jetpack_unlinked_user', array( $this, 'delete_all_errors' ) ); + add_action( 'jetpack_updated_user_token', array( $this, 'delete_all_errors' ) ); + } + + /** + * Gets the list of verified errors and act upon them + * + * @since 1.14.2 + * + * @return void + */ + public function handle_verified_errors() { + $verified_errors = $this->get_verified_errors(); + foreach ( array_keys( $verified_errors ) as $error_code ) { + switch ( $error_code ) { + case 'malformed_token': + case 'token_malformed': + case 'no_possible_tokens': + case 'no_valid_user_token': + case 'no_valid_blog_token': + case 'unknown_token': + case 'could_not_sign': + case 'invalid_token': + case 'token_mismatch': + case 'invalid_signature': + case 'signature_mismatch': + case 'no_user_tokens': + case 'no_token_for_user': + case 'invalid_connection_owner': + add_action( 'admin_notices', array( $this, 'generic_admin_notice_error' ) ); + add_action( 'react_connection_errors_initial_state', array( $this, 'jetpack_react_dashboard_error' ) ); + $this->error_code = $error_code; + + // Since we are only generically handling errors, we don't need to trigger error messages for each one of them. + break 2; + } + } + } + + /** + * Gets the instance of this singleton class + * + * @since 1.14.2 + * + * @return Error_Handler $instance + */ + public static function get_instance() { + if ( self::$instance === null ) { + self::$instance = new self(); + } + return self::$instance; + } + + /** + * Keep track of a connection error that was encountered + * + * @param \WP_Error $error The error object. + * @param boolean $force Force the report, even if should_report_error is false. + * @param boolean $skip_wpcom_verification Set to 'true' to verify the error locally and skip the WP.com verification. + * + * @return void + * @since 1.14.2 + */ + public function report_error( \WP_Error $error, $force = false, $skip_wpcom_verification = false ) { + if ( in_array( $error->get_error_code(), $this->known_errors, true ) && $this->should_report_error( $error ) || $force ) { + $stored_error = $this->store_error( $error ); + if ( $stored_error ) { + $skip_wpcom_verification ? $this->verify_error( $stored_error ) : $this->send_error_to_wpcom( $stored_error ); + } + } + } + + /** + * Checks the status of the gate + * + * This protects the site (and WPCOM) against over loads. + * + * @since 1.14.2 + * + * @param \WP_Error $error the error object. + * @return boolean $should_report True if gate is open and the error should be reported. + */ + public function should_report_error( \WP_Error $error ) { + if ( defined( 'JETPACK_DEV_DEBUG' ) && JETPACK_DEV_DEBUG ) { + return true; + } + + /** + * Whether to bypass the gate for the error handling + * + * By default, we only process errors once an hour for each error code. + * This is done to avoid overflows. If you need to disable this gate, you can set this variable to true. + * + * This filter is useful for unit testing + * + * @since 1.14.2 + * + * @param boolean $bypass_gate whether to bypass the gate. Default is false, do not bypass. + */ + $bypass_gate = apply_filters( 'jetpack_connection_bypass_error_reporting_gate', false ); + if ( true === $bypass_gate ) { + return true; + } + + $transient = self::ERROR_REPORTING_GATE . $error->get_error_code(); + + if ( get_transient( $transient ) ) { + return false; + } + + set_transient( $transient, true, HOUR_IN_SECONDS ); + return true; + } + + /** + * Stores the error in the database so we know there is an issue and can inform the user + * + * @since 1.14.2 + * + * @param \WP_Error $error the error object. + * @return boolean|array False if stored errors were not updated and the error array if it was successfully stored. + */ + public function store_error( \WP_Error $error ) { + + $stored_errors = $this->get_stored_errors(); + $error_array = $this->wp_error_to_array( $error ); + $error_code = $error->get_error_code(); + $user_id = $error_array['user_id']; + + if ( ! isset( $stored_errors[ $error_code ] ) || ! is_array( $stored_errors[ $error_code ] ) ) { + $stored_errors[ $error_code ] = array(); + } + + $stored_errors[ $error_code ][ $user_id ] = $error_array; + + // Let's store a maximum of 5 different user ids for each error code. + $error_code_count = is_countable( $stored_errors[ $error_code ] ) ? count( $stored_errors[ $error_code ] ) : 0; + if ( $error_code_count > 5 ) { + // array_shift will destroy keys here because they are numeric, so manually remove first item. + $keys = array_keys( $stored_errors[ $error_code ] ); + unset( $stored_errors[ $error_code ][ $keys[0] ] ); + } + + if ( update_option( self::STORED_ERRORS_OPTION, $stored_errors ) ) { + return $error_array; + } + + return false; + } + + /** + * Converts a WP_Error object in the array representation we store in the database + * + * @since 1.14.2 + * + * @param \WP_Error $error the error object. + * @return boolean|array False if error is invalid or the error array + */ + public function wp_error_to_array( \WP_Error $error ) { + + $data = $error->get_error_data(); + + if ( ! isset( $data['signature_details'] ) || ! is_array( $data['signature_details'] ) ) { + return false; + } + + $signature_details = $data['signature_details']; + + if ( ! isset( $signature_details['token'] ) ) { + return false; + } + + $user_id = $this->get_user_id_from_token( $signature_details['token'] ); + + $error_array = array( + 'error_code' => $error->get_error_code(), + 'user_id' => $user_id, + 'error_message' => $error->get_error_message(), + 'error_data' => $signature_details, + 'timestamp' => time(), + 'nonce' => wp_generate_password( 10, false ), + 'error_type' => empty( $data['error_type'] ) ? '' : $data['error_type'], + ); + + return $error_array; + } + + /** + * Sends the error to WP.com to be verified + * + * @since 1.14.2 + * + * @param array $error_array The array representation of the error as it is stored in the database. + * @return bool + */ + public function send_error_to_wpcom( $error_array ) { + + $blog_id = \Jetpack_Options::get_option( 'id' ); + + $encrypted_data = $this->encrypt_data_to_wpcom( $error_array ); + + if ( false === $encrypted_data ) { + return false; + } + + $args = array( + 'body' => array( + 'error_data' => $encrypted_data, + ), + ); + + // send encrypted data to WP.com Public-API v2. + wp_remote_post( "https://public-api.wordpress.com/wpcom/v2/sites/{$blog_id}/jetpack-report-error/", $args ); + return true; + } + + /** + * Encrypt data to be sent over to WP.com + * + * @since 1.14.2 + * + * @param array|string $data the data to be encoded. + * @return boolean|string The encoded string on success, false on failure + */ + public function encrypt_data_to_wpcom( $data ) { + + try { + // phpcs:disable WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_decode + // phpcs:disable WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_encode + $encrypted_data = base64_encode( sodium_crypto_box_seal( wp_json_encode( $data ), base64_decode( JETPACK__ERRORS_PUBLIC_KEY ) ) ); + // phpcs:enable WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_decode + // phpcs:enable WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_encode + } catch ( \SodiumException $e ) { + // error encrypting data. + return false; + } + + return $encrypted_data; + } + + /** + * Extracts the user ID from a token + * + * @since 1.14.2 + * + * @param string $token the token used to make the request. + * @return string $the user id or `invalid` if user id not present. + */ + public function get_user_id_from_token( $token ) { + $user_id = 'invalid'; + + if ( $token ) { + $parsed_token = explode( ':', wp_unslash( $token ) ); + + if ( isset( $parsed_token[2] ) && ctype_digit( $parsed_token[2] ) ) { + $user_id = $parsed_token[2]; + } + } + + return $user_id; + } + + /** + * Gets the reported errors stored in the database + * + * @since 1.14.2 + * + * @return array $errors + */ + public function get_stored_errors() { + + $stored_errors = get_option( self::STORED_ERRORS_OPTION ); + + if ( ! is_array( $stored_errors ) ) { + $stored_errors = array(); + } + + $stored_errors = $this->garbage_collector( $stored_errors ); + + return $stored_errors; + } + + /** + * Gets the verified errors stored in the database + * + * @since 1.14.2 + * + * @return array $errors + */ + public function get_verified_errors() { + + $verified_errors = get_option( self::STORED_VERIFIED_ERRORS_OPTION ); + + if ( ! is_array( $verified_errors ) ) { + $verified_errors = array(); + } + + $verified_errors = $this->garbage_collector( $verified_errors ); + + return $verified_errors; + } + + /** + * Removes expired errors from the array + * + * This method is called by get_stored_errors and get_verified errors and filters their result + * Whenever a new error is stored to the database or verified, this will be triggered and the + * expired error will be permantently removed from the database + * + * @since 1.14.2 + * + * @param array $errors array of errors as stored in the database. + * @return array + */ + private function garbage_collector( $errors ) { + foreach ( $errors as $error_code => $users ) { + foreach ( $users as $user_id => $error ) { + if ( self::ERROR_LIFE_TIME < time() - (int) $error['timestamp'] ) { + unset( $errors[ $error_code ][ $user_id ] ); + } + } + } + // Clear empty error codes. + $errors = array_filter( + $errors, + function ( $user_errors ) { + return ! empty( $user_errors ); + } + ); + return $errors; + } + + /** + * Delete all stored and verified errors from the database + * + * @since 1.14.2 + * + * @return void + */ + public function delete_all_errors() { + $this->delete_stored_errors(); + $this->delete_verified_errors(); + } + + /** + * Delete all stored and verified API errors from the database, leave the non-API errors intact. + * + * @since 1.54.0 + * + * @return void + */ + public function delete_all_api_errors() { + $type_filter = function ( $errors ) { + if ( is_array( $errors ) ) { + foreach ( $errors as $key => $error ) { + if ( ! empty( $error['error_type'] ) && in_array( $error['error_type'], array( 'xmlrpc', 'rest' ), true ) ) { + unset( $errors[ $key ] ); + } + } + } + + return count( $errors ) ? $errors : null; + }; + + $stored_errors = $this->get_stored_errors(); + if ( is_array( $stored_errors ) && count( $stored_errors ) ) { + $stored_errors = array_filter( array_map( $type_filter, $stored_errors ) ); + if ( count( $stored_errors ) ) { + update_option( static::STORED_ERRORS_OPTION, $stored_errors ); + } else { + delete_option( static::STORED_ERRORS_OPTION ); + } + } + + $verified_errors = $this->get_verified_errors(); + if ( is_array( $verified_errors ) && count( $verified_errors ) ) { + $verified_errors = array_filter( array_map( $type_filter, $verified_errors ) ); + if ( count( $verified_errors ) ) { + update_option( static::STORED_VERIFIED_ERRORS_OPTION, $verified_errors ); + } else { + delete_option( static::STORED_VERIFIED_ERRORS_OPTION ); + } + } + } + + /** + * Delete all stored and verified errors from the database and returns unfiltered value + * + * This is used to hook into a couple of filters that expect true to not short circuit the disconnection flow + * + * @since 8.9.0 + * + * @param mixed $check The input sent by the filter. + * @return boolean + */ + public function delete_all_errors_and_return_unfiltered_value( $check ) { + $this->delete_all_errors(); + return $check; + } + + /** + * Delete the reported errors stored in the database + * + * @since 1.14.2 + * + * @return boolean True, if option is successfully deleted. False on failure. + */ + public function delete_stored_errors() { + return delete_option( self::STORED_ERRORS_OPTION ); + } + + /** + * Delete the verified errors stored in the database + * + * @since 1.14.2 + * + * @return boolean True, if option is successfully deleted. False on failure. + */ + public function delete_verified_errors() { + return delete_option( self::STORED_VERIFIED_ERRORS_OPTION ); + } + + /** + * Gets an error based on the nonce + * + * Receives a nonce and finds the related error. + * + * @since 1.14.2 + * + * @param string $nonce The nonce created for the error we want to get. + * @return null|array Returns the error array representation or null if error not found. + */ + public function get_error_by_nonce( $nonce ) { + $errors = $this->get_stored_errors(); + foreach ( $errors as $user_group ) { + foreach ( $user_group as $error ) { + if ( $error['nonce'] === $nonce ) { + return $error; + } + } + } + return null; + } + + /** + * Adds an error to the verified error list + * + * @since 1.14.2 + * + * @param array $error The error array, as it was saved in the unverified errors list. + * @return void + */ + public function verify_error( $error ) { + + $verified_errors = $this->get_verified_errors(); + $error_code = $error['error_code']; + $user_id = $error['user_id']; + + if ( ! isset( $verified_errors[ $error_code ] ) ) { + $verified_errors[ $error_code ] = array(); + } + + $verified_errors[ $error_code ][ $user_id ] = $error; + + update_option( self::STORED_VERIFIED_ERRORS_OPTION, $verified_errors ); + } + + /** + * Register REST API end point for error hanlding. + * + * @since 1.14.2 + * + * @return void + */ + public function register_verify_error_endpoint() { + register_rest_route( + 'jetpack/v4', + '/verify_xmlrpc_error', + array( + 'methods' => \WP_REST_Server::CREATABLE, + 'callback' => array( $this, 'verify_xml_rpc_error' ), + 'permission_callback' => '__return_true', + 'args' => array( + 'nonce' => array( + 'required' => true, + 'type' => 'string', + ), + ), + ) + ); + } + + /** + * Handles verification that a xml rpc error is legit and came from WordPres.com + * + * @since 1.14.2 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return boolean + */ + public function verify_xml_rpc_error( \WP_REST_Request $request ) { + $error = $this->get_error_by_nonce( $request['nonce'] ); + + if ( $error ) { + $this->verify_error( $error ); + return new \WP_REST_Response( true, 200 ); + } + + return new \WP_REST_Response( false, 200 ); + } + + /** + * Prints a generic error notice for all connection errors + * + * @since 8.9.0 + * + * @return void + */ + public function generic_admin_notice_error() { + // do not add admin notice to the jetpack dashboard. + global $pagenow; + if ( 'admin.php' === $pagenow || isset( $_GET['page'] ) && 'jetpack' === $_GET['page'] ) { // phpcs:ignore + return; + } + + if ( ! current_user_can( 'jetpack_connect' ) ) { + return; + } + + /** + * Filters the message to be displayed in the admin notices area when there's a connection error. + * + * By default we don't display any errors. + * + * Return an empty value to disable the message. + * + * @since 8.9.0 + * + * @param string $message The error message. + * @param array $errors The array of errors. See Automattic\Jetpack\Connection\Error_Handler for details on the array structure. + */ + $message = apply_filters( 'jetpack_connection_error_notice_message', '', $this->get_verified_errors() ); + + /** + * Fires inside the admin_notices hook just before displaying the error message for a broken connection. + * + * If you want to disable the default message from being displayed, return an emtpy value in the jetpack_connection_error_notice_message filter. + * + * @since 8.9.0 + * + * @param array $errors The array of errors. See Automattic\Jetpack\Connection\Error_Handler for details on the array structure. + */ + do_action( 'jetpack_connection_error_notice', $this->get_verified_errors() ); + + if ( empty( $message ) ) { + return; + } + + ?> + + 'connection_error', + 'message' => __( 'Your connection with WordPress.com seems to be broken. If you\'re experiencing issues, please try reconnecting.', 'jetpack-connection' ), + 'action' => 'reconnect', + 'data' => array( 'api_error_code' => $this->error_code ), + ); + return $errors; + } + + /** + * Check REST API response for errors, and report them to WP.com if needed. + * + * @see wp_remote_request() For more information on the $http_response array format. + * @param array|\WP_Error $http_response The response or WP_Error on failure. + * @param array $auth_data Auth data, allowed keys: `token`, `timestamp`, `nonce`, `body-hash`. + * @param string $url Request URL. + * @param string $method Request method. + * @param string $error_type The source of an error: 'xmlrpc' or 'rest'. + * + * @return void + */ + public function check_api_response_for_errors( $http_response, $auth_data, $url, $method, $error_type ) { + if ( 200 === wp_remote_retrieve_response_code( $http_response ) || ! is_array( $auth_data ) || ! $url || ! $method ) { + return; + } + + $body_raw = wp_remote_retrieve_body( $http_response ); + if ( ! $body_raw ) { + return; + } + + $body = json_decode( $body_raw, true ); + if ( empty( $body['error'] ) || ( ! is_string( $body['error'] ) && ! is_int( $body['error'] ) ) ) { + return; + } + + $error = new \WP_Error( + $body['error'], + empty( $body['message'] ) ? '' : $body['message'], + array( + 'signature_details' => array( + 'token' => empty( $auth_data['token'] ) ? '' : $auth_data['token'], + 'timestamp' => empty( $auth_data['timestamp'] ) ? '' : $auth_data['timestamp'], + 'nonce' => empty( $auth_data['nonce'] ) ? '' : $auth_data['nonce'], + 'body_hash' => empty( $auth_data['body_hash'] ) ? '' : $auth_data['body_hash'], + 'method' => $method, + 'url' => $url, + ), + 'error_type' => in_array( $error_type, array( 'xmlrpc', 'rest' ), true ) ? $error_type : '', + ) + ); + + $this->report_error( $error, false, true ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php new file mode 100644 index 00000000..b5d9a1a4 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php @@ -0,0 +1,252 @@ +cron_name, array( $this, 'cron_exec' ) ); + + if ( ! wp_next_scheduled( $this->cron_name ) ) { + // Deal with the old pre-3.0 weekly one. + $timestamp = wp_next_scheduled( 'jetpack_heartbeat' ); + if ( $timestamp ) { + wp_unschedule_event( $timestamp, 'jetpack_heartbeat' ); + } + + wp_schedule_event( time(), 'daily', $this->cron_name ); + } + + add_filter( 'jetpack_xmlrpc_unauthenticated_methods', array( __CLASS__, 'jetpack_xmlrpc_methods' ) ); + + if ( defined( 'WP_CLI' ) && WP_CLI ) { + WP_CLI::add_command( 'jetpack-heartbeat', array( $this, 'cli_callback' ) ); + } + } + + /** + * Method that gets executed on the wp-cron call + * + * @since 1.0.0 + * @since-jetpack 2.3.3 + * @global string $wp_version + */ + public function cron_exec() { + + $a8c_mc_stats = new A8c_Mc_Stats(); + + /* + * This should run daily. Figuring in for variances in + * WP_CRON, don't let it run more than every 23 hours at most. + * + * i.e. if it ran less than 23 hours ago, fail out. + */ + $last = (int) Jetpack_Options::get_option( 'last_heartbeat' ); + if ( $last && ( $last + DAY_IN_SECONDS - HOUR_IN_SECONDS > time() ) ) { + return; + } + + /* + * Check for an identity crisis + * + * If one exists: + * - Bump stat for ID crisis + * - Email site admin about potential ID crisis + */ + + // Coming Soon! + + foreach ( self::generate_stats_array( 'v2-' ) as $key => $value ) { + if ( is_array( $value ) ) { + foreach ( $value as $v ) { + $a8c_mc_stats->add( $key, (string) $v ); + } + } else { + $a8c_mc_stats->add( $key, (string) $value ); + } + } + + Jetpack_Options::update_option( 'last_heartbeat', time() ); + + $a8c_mc_stats->do_server_side_stats(); + + /** + * Fires when we synchronize all registered options on heartbeat. + * + * @since 3.3.0 + */ + do_action( 'jetpack_heartbeat' ); + } + + /** + * Generates heartbeat stats data. + * + * @param string $prefix Prefix to add before stats identifier. + * + * @return array The stats array. + */ + public static function generate_stats_array( $prefix = '' ) { + + /** + * This filter is used to build the array of stats that are bumped once a day by Jetpack Heartbeat. + * + * Filter the array and add key => value pairs where + * * key is the stat group name + * * value is the stat name. + * + * Example: + * add_filter( 'jetpack_heartbeat_stats_array', function( $stats ) { + * $stats['is-https'] = is_ssl() ? 'https' : 'http'; + * }); + * + * This will bump the stats for the 'is-https/https' or 'is-https/http' stat. + * + * @param array $stats The stats to be filtered. + * @param string $prefix The prefix that will automatically be added at the begining at each stat group name. + */ + $stats = apply_filters( 'jetpack_heartbeat_stats_array', array(), $prefix ); + $return = array(); + + // Apply prefix to stats. + foreach ( $stats as $stat => $value ) { + $return[ "$prefix$stat" ] = $value; + } + + return $return; + } + + /** + * Registers jetpack.getHeartbeatData xmlrpc method + * + * @param array $methods The list of methods to be filtered. + * @return array $methods + */ + public static function jetpack_xmlrpc_methods( $methods ) { + $methods['jetpack.getHeartbeatData'] = array( __CLASS__, 'xmlrpc_data_response' ); + return $methods; + } + + /** + * Handles the response for the jetpack.getHeartbeatData xmlrpc method + * + * @param array $params The parameters received in the request. + * @return array $params all the stats that heartbeat handles. + */ + public static function xmlrpc_data_response( $params = array() ) { + // The WordPress XML-RPC server sets a default param of array() + // if no argument is passed on the request and the method handlers get this array in $params. + // generate_stats_array() needs a string as first argument. + $params = empty( $params ) ? '' : $params; + return self::generate_stats_array( $params ); + } + + /** + * Clear scheduled events + * + * @return void + */ + public function deactivate() { + // Deal with the old pre-3.0 weekly one. + $timestamp = wp_next_scheduled( 'jetpack_heartbeat' ); + if ( $timestamp ) { + wp_unschedule_event( $timestamp, 'jetpack_heartbeat' ); + } + + $timestamp = wp_next_scheduled( $this->cron_name ); + wp_unschedule_event( $timestamp, $this->cron_name ); + } + + /** + * Interact with the Heartbeat + * + * ## OPTIONS + * + * inspect (default): Gets the list of data that is going to be sent in the heartbeat and the date/time of the last heartbeat + * + * @param array $args Arguments passed via CLI. + * + * @return void + */ + public function cli_callback( $args ) { + + $allowed_args = array( + 'inspect', + ); + + if ( isset( $args[0] ) && ! in_array( $args[0], $allowed_args, true ) ) { + /* translators: %s is a command like "prompt" */ + WP_CLI::error( sprintf( __( '%s is not a valid command.', 'jetpack-connection' ), $args[0] ) ); + } + + $stats = self::generate_stats_array(); + $formatted_stats = array(); + + foreach ( $stats as $stat_name => $bin ) { + $formatted_stats[] = array( + 'Stat name' => $stat_name, + 'Bin' => $bin, + ); + } + + WP_CLI\Utils\format_items( 'table', $formatted_stats, array( 'Stat name', 'Bin' ) ); + + $last_heartbeat = Jetpack_Options::get_option( 'last_heartbeat' ); + + if ( $last_heartbeat ) { + $last_date = gmdate( 'Y-m-d H:i:s', $last_heartbeat ); + /* translators: %s is the full datetime of the last heart beat e.g. 2020-01-01 12:21:23 */ + WP_CLI::line( sprintf( __( 'Last heartbeat sent at: %s', 'jetpack-connection' ), $last_date ) ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php new file mode 100644 index 00000000..5d23562d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php @@ -0,0 +1,61 @@ + esc_url_raw( rest_url() ), + 'apiNonce' => wp_create_nonce( 'wp_rest' ), + 'registrationNonce' => wp_create_nonce( 'jetpack-registration-nonce' ), + 'connectionStatus' => REST_Connector::connection_status( false ), + 'userConnectionData' => REST_Connector::get_user_connection_data( false ), + 'connectedPlugins' => REST_Connector::get_connection_plugins( false ), + 'wpVersion' => $wp_version, + 'siteSuffix' => $status->get_site_suffix(), + 'connectionErrors' => Error_Handler::get_instance()->get_verified_errors(), + 'isOfflineMode' => $status->is_offline_mode(), + 'calypsoEnv' => ( new Status\Host() )->get_calypso_env(), + ); + } + + /** + * Render the initial state into a JavaScript variable. + * + * @return string + */ + public static function render() { + return 'var JP_CONNECTION_INITIAL_STATE; typeof JP_CONNECTION_INITIAL_STATE === "object" || (JP_CONNECTION_INITIAL_STATE = JSON.parse(decodeURIComponent("' . rawurlencode( wp_json_encode( self::get_data() ) ) . '")));'; + } + + /** + * Render the initial state using an inline script. + * + * @param string $handle The JS script handle. + * + * @return void + */ + public static function render_script( $handle ) { + wp_add_inline_script( $handle, static::render(), 'before' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php new file mode 100644 index 00000000..88622e79 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php @@ -0,0 +1,2561 @@ +set_plugin_instance( new Plugin( $plugin_slug ) ); + } + } + + /** + * Initializes required listeners. This is done separately from the constructors + * because some objects sometimes need to instantiate separate objects of this class. + * + * @todo Implement a proper nonce verification. + */ + public static function configure() { + $manager = new self(); + + add_filter( + 'jetpack_constant_default_value', + __NAMESPACE__ . '\Utils::jetpack_api_constant_filter', + 10, + 2 + ); + + $manager->setup_xmlrpc_handlers( + $_GET, // phpcs:ignore WordPress.Security.NonceVerification.Recommended + $manager->has_connected_owner(), + $manager->verify_xml_rpc_signature() + ); + + $manager->error_handler = Error_Handler::get_instance(); + + if ( $manager->is_connected() ) { + add_filter( 'xmlrpc_methods', array( $manager, 'public_xmlrpc_methods' ) ); + add_filter( 'shutdown', array( new Package_Version_Tracker(), 'maybe_update_package_versions' ) ); + } + + add_action( 'rest_api_init', array( $manager, 'initialize_rest_api_registration_connector' ) ); + + ( new Nonce_Handler() )->init_schedule(); + + add_action( 'plugins_loaded', __NAMESPACE__ . '\Plugin_Storage::configure', 100 ); + + add_filter( 'map_meta_cap', array( $manager, 'jetpack_connection_custom_caps' ), 1, 4 ); + + Heartbeat::init(); + add_filter( 'jetpack_heartbeat_stats_array', array( $manager, 'add_stats_to_heartbeat' ) ); + + Webhooks::init( $manager ); + + // Set up package version hook. + add_filter( 'jetpack_package_versions', __NAMESPACE__ . '\Package_Version::send_package_version_to_tracker' ); + + if ( defined( 'JETPACK__SANDBOX_DOMAIN' ) && JETPACK__SANDBOX_DOMAIN ) { + ( new Server_Sandbox() )->init(); + } + + // Initialize connection notices. + new Connection_Notice(); + + // Initialize token locks. + new Tokens_Locks(); + } + + /** + * Sets up the XMLRPC request handlers. + * + * @since 1.25.0 Deprecate $is_active param. + * + * @param array $request_params incoming request parameters. + * @param bool $has_connected_owner Whether the site has a connected owner. + * @param bool $is_signed whether the signature check has been successful. + * @param \Jetpack_XMLRPC_Server $xmlrpc_server (optional) an instance of the server to use instead of instantiating a new one. + */ + public function setup_xmlrpc_handlers( + $request_params, + $has_connected_owner, + $is_signed, + \Jetpack_XMLRPC_Server $xmlrpc_server = null + ) { + add_filter( 'xmlrpc_blog_options', array( $this, 'xmlrpc_options' ), 1000, 2 ); + + if ( + ! isset( $request_params['for'] ) + || 'jetpack' !== $request_params['for'] + ) { + return false; + } + + // Alternate XML-RPC, via ?for=jetpack&jetpack=comms. + if ( + isset( $request_params['jetpack'] ) + && 'comms' === $request_params['jetpack'] + ) { + if ( ! Constants::is_defined( 'XMLRPC_REQUEST' ) ) { + // Use the real constant here for WordPress' sake. + define( 'XMLRPC_REQUEST', true ); + } + + add_action( 'template_redirect', array( $this, 'alternate_xmlrpc' ) ); + + add_filter( 'xmlrpc_methods', array( $this, 'remove_non_jetpack_xmlrpc_methods' ), 1000 ); + } + + if ( ! Constants::get_constant( 'XMLRPC_REQUEST' ) ) { + return false; + } + // Display errors can cause the XML to be not well formed. + @ini_set( 'display_errors', false ); // phpcs:ignore + + if ( $xmlrpc_server ) { + $this->xmlrpc_server = $xmlrpc_server; + } else { + $this->xmlrpc_server = new \Jetpack_XMLRPC_Server(); + } + + $this->require_jetpack_authentication(); + + if ( $is_signed ) { + // If the site is connected either at a site or user level and the request is signed, expose the methods. + // The callback is responsible to determine whether the request is signed with blog or user token and act accordingly. + // The actual API methods. + $callback = array( $this->xmlrpc_server, 'xmlrpc_methods' ); + + // Hack to preserve $HTTP_RAW_POST_DATA. + add_filter( 'xmlrpc_methods', array( $this, 'xmlrpc_methods' ) ); + + } elseif ( $has_connected_owner && ! $is_signed ) { + // The jetpack.authorize method should be available for unauthenticated users on a site with an + // active Jetpack connection, so that additional users can link their account. + $callback = array( $this->xmlrpc_server, 'authorize_xmlrpc_methods' ); + } else { + // Any other unsigned request should expose the bootstrap methods. + $callback = array( $this->xmlrpc_server, 'bootstrap_xmlrpc_methods' ); + new XMLRPC_Connector( $this ); + } + + add_filter( 'xmlrpc_methods', $callback ); + + // Now that no one can authenticate, and we're whitelisting all XML-RPC methods, force enable_xmlrpc on. + add_filter( 'pre_option_enable_xmlrpc', '__return_true' ); + return true; + } + + /** + * Initializes the REST API connector on the init hook. + */ + public function initialize_rest_api_registration_connector() { + new REST_Connector( $this ); + } + + /** + * Since a lot of hosts use a hammer approach to "protecting" WordPress sites, + * and just blanket block all requests to /xmlrpc.php, or apply other overly-sensitive + * security/firewall policies, we provide our own alternate XML RPC API endpoint + * which is accessible via a different URI. Most of the below is copied directly + * from /xmlrpc.php so that we're replicating it as closely as possible. + * + * @todo Tighten $wp_xmlrpc_server_class a bit to make sure it doesn't do bad things. + */ + public function alternate_xmlrpc() { + // Some browser-embedded clients send cookies. We don't want them. + $_COOKIE = array(); + + include_once ABSPATH . 'wp-admin/includes/admin.php'; + include_once ABSPATH . WPINC . '/class-IXR.php'; + include_once ABSPATH . WPINC . '/class-wp-xmlrpc-server.php'; + + /** + * Filters the class used for handling XML-RPC requests. + * + * @since 1.7.0 + * @since-jetpack 3.1.0 + * + * @param string $class The name of the XML-RPC server class. + */ + $wp_xmlrpc_server_class = apply_filters( 'wp_xmlrpc_server_class', 'wp_xmlrpc_server' ); + $wp_xmlrpc_server = new $wp_xmlrpc_server_class(); + + // Fire off the request. + nocache_headers(); + $wp_xmlrpc_server->serve_request(); + + exit; + } + + /** + * Removes all XML-RPC methods that are not `jetpack.*`. + * Only used in our alternate XML-RPC endpoint, where we want to + * ensure that Core and other plugins' methods are not exposed. + * + * @param array $methods a list of registered WordPress XMLRPC methods. + * @return array filtered $methods + */ + public function remove_non_jetpack_xmlrpc_methods( $methods ) { + $jetpack_methods = array(); + + foreach ( $methods as $method => $callback ) { + if ( 0 === strpos( $method, 'jetpack.' ) ) { + $jetpack_methods[ $method ] = $callback; + } + } + + return $jetpack_methods; + } + + /** + * Removes all other authentication methods not to allow other + * methods to validate unauthenticated requests. + */ + public function require_jetpack_authentication() { + // Don't let anyone authenticate. + $_COOKIE = array(); + remove_all_filters( 'authenticate' ); + remove_all_actions( 'wp_login_failed' ); + + if ( $this->is_connected() ) { + // Allow Jetpack authentication. + add_filter( 'authenticate', array( $this, 'authenticate_jetpack' ), 10, 3 ); + } + } + + /** + * Authenticates XML-RPC and other requests from the Jetpack Server + * + * @param WP_User|Mixed $user user object if authenticated. + * @param String $username username. + * @param String $password password string. + * @return WP_User|Mixed authenticated user or error. + */ + public function authenticate_jetpack( $user, $username, $password ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + if ( is_a( $user, '\\WP_User' ) ) { + return $user; + } + + $token_details = $this->verify_xml_rpc_signature(); + + if ( ! $token_details ) { + return $user; + } + + if ( 'user' !== $token_details['type'] ) { + return $user; + } + + if ( ! $token_details['user_id'] ) { + return $user; + } + + nocache_headers(); + + return new \WP_User( $token_details['user_id'] ); + } + + /** + * Verifies the signature of the current request. + * + * @return false|array + */ + public function verify_xml_rpc_signature() { + if ( $this->xmlrpc_verification === null ) { + $this->xmlrpc_verification = $this->internal_verify_xml_rpc_signature(); + + if ( is_wp_error( $this->xmlrpc_verification ) ) { + /** + * Action for logging XMLRPC signature verification errors. This data is sensitive. + * + * @since 1.7.0 + * @since-jetpack 7.5.0 + * + * @param WP_Error $signature_verification_error The verification error + */ + do_action( 'jetpack_verify_signature_error', $this->xmlrpc_verification ); + + Error_Handler::get_instance()->report_error( $this->xmlrpc_verification ); + + } + } + + return is_wp_error( $this->xmlrpc_verification ) ? false : $this->xmlrpc_verification; + } + + /** + * Verifies the signature of the current request. + * + * This function has side effects and should not be used. Instead, + * use the memoized version `->verify_xml_rpc_signature()`. + * + * @internal + * @todo Refactor to use proper nonce verification. + */ + private function internal_verify_xml_rpc_signature() { + // phpcs:disable WordPress.Security.NonceVerification.Recommended, WordPress.Security.ValidatedSanitizedInput.InputNotSanitized + // It's not for us. + if ( ! isset( $_GET['token'] ) || empty( $_GET['signature'] ) ) { + return false; + } + + $signature_details = array( + 'token' => isset( $_GET['token'] ) ? wp_unslash( $_GET['token'] ) : '', + 'timestamp' => isset( $_GET['timestamp'] ) ? wp_unslash( $_GET['timestamp'] ) : '', + 'nonce' => isset( $_GET['nonce'] ) ? wp_unslash( $_GET['nonce'] ) : '', + 'body_hash' => isset( $_GET['body-hash'] ) ? wp_unslash( $_GET['body-hash'] ) : '', + 'method' => isset( $_SERVER['REQUEST_METHOD'] ) ? wp_unslash( $_SERVER['REQUEST_METHOD'] ) : null, + 'url' => wp_unslash( ( isset( $_SERVER['HTTP_HOST'] ) ? $_SERVER['HTTP_HOST'] : null ) . ( isset( $_SERVER['REQUEST_URI'] ) ? $_SERVER['REQUEST_URI'] : null ) ), // Temp - will get real signature URL later. + 'signature' => isset( $_GET['signature'] ) ? wp_unslash( $_GET['signature'] ) : '', + ); + + $error_type = 'xmlrpc'; + + // phpcs:ignore WordPress.PHP.NoSilencedErrors.Discouraged + @list( $token_key, $version, $user_id ) = explode( ':', wp_unslash( $_GET['token'] ) ); + // phpcs:enable WordPress.Security.NonceVerification.Recommended, WordPress.Security.ValidatedSanitizedInput.InputNotSanitized + + $jetpack_api_version = Constants::get_constant( 'JETPACK__API_VERSION' ); + + if ( + empty( $token_key ) + || + empty( $version ) || (string) $jetpack_api_version !== $version ) { + return new \WP_Error( 'malformed_token', 'Malformed token in request', compact( 'signature_details', 'error_type' ) ); + } + + if ( '0' === $user_id ) { + $token_type = 'blog'; + $user_id = 0; + } else { + $token_type = 'user'; + if ( empty( $user_id ) || ! ctype_digit( $user_id ) ) { + return new \WP_Error( + 'malformed_user_id', + 'Malformed user_id in request', + compact( 'signature_details', 'error_type' ) + ); + } + $user_id = (int) $user_id; + + $user = new \WP_User( $user_id ); + if ( ! $user || ! $user->exists() ) { + return new \WP_Error( + 'unknown_user', + sprintf( 'User %d does not exist', $user_id ), + compact( 'signature_details', 'error_type' ) + ); + } + } + + $token = $this->get_tokens()->get_access_token( $user_id, $token_key, false ); + if ( is_wp_error( $token ) ) { + $token->add_data( compact( 'signature_details', 'error_type' ) ); + return $token; + } elseif ( ! $token ) { + return new \WP_Error( + 'unknown_token', + sprintf( 'Token %s:%s:%d does not exist', $token_key, $version, $user_id ), + compact( 'signature_details', 'error_type' ) + ); + } + + $jetpack_signature = new \Jetpack_Signature( $token->secret, (int) \Jetpack_Options::get_option( 'time_diff' ) ); + // phpcs:disable WordPress.Security.NonceVerification.Missing + if ( isset( $_POST['_jetpack_is_multipart'] ) ) { + $post_data = $_POST; + $file_hashes = array(); + foreach ( $post_data as $post_data_key => $post_data_value ) { + if ( 0 !== strpos( $post_data_key, '_jetpack_file_hmac_' ) ) { + continue; + } + $post_data_key = substr( $post_data_key, strlen( '_jetpack_file_hmac_' ) ); + $file_hashes[ $post_data_key ] = $post_data_value; + } + + foreach ( $file_hashes as $post_data_key => $post_data_value ) { + unset( $post_data[ "_jetpack_file_hmac_{$post_data_key}" ] ); + $post_data[ $post_data_key ] = $post_data_value; + } + + ksort( $post_data ); + + $body = http_build_query( stripslashes_deep( $post_data ) ); + } elseif ( $this->raw_post_data === null ) { + $body = file_get_contents( 'php://input' ); + } else { + $body = null; + } + // phpcs:enable + + $signature = $jetpack_signature->sign_current_request( + array( 'body' => $body === null ? $this->raw_post_data : $body ) + ); + + $signature_details['url'] = $jetpack_signature->current_request_url; + + if ( ! $signature ) { + return new \WP_Error( + 'could_not_sign', + 'Unknown signature error', + compact( 'signature_details', 'error_type' ) + ); + } elseif ( is_wp_error( $signature ) ) { + return $signature; + } + + // phpcs:disable WordPress.Security.NonceVerification.Recommended + $timestamp = (int) $_GET['timestamp']; + $nonce = wp_unslash( (string) $_GET['nonce'] ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- WP Core doesn't sanitize nonces either. + // phpcs:enable WordPress.Security.NonceVerification.Recommended + + // Use up the nonce regardless of whether the signature matches. + if ( ! ( new Nonce_Handler() )->add( $timestamp, $nonce ) ) { + return new \WP_Error( + 'invalid_nonce', + 'Could not add nonce', + compact( 'signature_details', 'error_type' ) + ); + } + + // Be careful about what you do with this debugging data. + // If a malicious requester has access to the expected signature, + // bad things might be possible. + $signature_details['expected'] = $signature; + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( ! hash_equals( $signature, wp_unslash( $_GET['signature'] ) ) ) { + return new \WP_Error( + 'signature_mismatch', + 'Signature mismatch', + compact( 'signature_details', 'error_type' ) + ); + } + + /** + * Action for additional token checking. + * + * @since 1.7.0 + * @since-jetpack 7.7.0 + * + * @param array $post_data request data. + * @param array $token_data token data. + */ + return apply_filters( + 'jetpack_signature_check_token', + array( + 'type' => $token_type, + 'token_key' => $token_key, + 'user_id' => $token->external_user_id, + ), + $token, + $this->raw_post_data + ); + } + + /** + * Returns true if the current site is connected to WordPress.com and has the minimum requirements to enable Jetpack UI. + * + * This method is deprecated since version 1.25.0 of this package. Please use has_connected_owner instead. + * + * Since this method has a wide spread use, we decided not to throw any deprecation warnings for now. + * + * @deprecated 1.25.0 + * @see Manager::has_connected_owner + * @return Boolean is the site connected? + */ + public function is_active() { + return (bool) $this->get_tokens()->get_access_token( true ); + } + + /** + * Obtains an instance of the Tokens class. + * + * @return Tokens the Tokens object + */ + public function get_tokens() { + return new Tokens(); + } + + /** + * Returns true if the site has both a token and a blog id, which indicates a site has been registered. + * + * @access public + * @deprecated 1.12.1 Use is_connected instead + * @see Manager::is_connected + * + * @return bool + */ + public function is_registered() { + _deprecated_function( __METHOD__, '1.12.1' ); + return $this->is_connected(); + } + + /** + * Returns true if the site has both a token and a blog id, which indicates a site has been connected. + * + * @access public + * @since 1.21.1 + * + * @return bool + */ + public function is_connected() { + $has_blog_id = (bool) \Jetpack_Options::get_option( 'id' ); + $has_blog_token = (bool) $this->get_tokens()->get_access_token(); + return $has_blog_id && $has_blog_token; + } + + /** + * Returns true if the site has at least one connected administrator. + * + * @access public + * @since 1.21.1 + * + * @return bool + */ + public function has_connected_admin() { + return (bool) count( $this->get_connected_users( 'manage_options' ) ); + } + + /** + * Returns true if the site has any connected user. + * + * @access public + * @since 1.21.1 + * + * @return bool + */ + public function has_connected_user() { + return (bool) count( $this->get_connected_users( 'any', 1 ) ); + } + + /** + * Returns an array of users that have user tokens for communicating with wpcom. + * Able to select by specific capability. + * + * @since 9.9.1 Added $limit parameter. + * + * @param string $capability The capability of the user. + * @param int|null $limit How many connected users to get before returning. + * @return WP_User[] Array of WP_User objects if found. + */ + public function get_connected_users( $capability = 'any', $limit = null ) { + $connected_users = array(); + $user_tokens = $this->get_tokens()->get_user_tokens(); + + if ( ! is_array( $user_tokens ) || empty( $user_tokens ) ) { + return $connected_users; + } + $connected_user_ids = array_keys( $user_tokens ); + + if ( ! empty( $connected_user_ids ) ) { + foreach ( $connected_user_ids as $id ) { + // Check for capability. + if ( 'any' !== $capability && ! user_can( $id, $capability ) ) { + continue; + } + + $user_data = get_userdata( $id ); + if ( $user_data instanceof \WP_User ) { + $connected_users[] = $user_data; + if ( $limit && count( $connected_users ) >= $limit ) { + return $connected_users; + } + } + } + } + + return $connected_users; + } + + /** + * Returns true if the site has a connected Blog owner (master_user). + * + * @access public + * @since 1.21.1 + * + * @return bool + */ + public function has_connected_owner() { + return (bool) $this->get_connection_owner_id(); + } + + /** + * Returns true if the site is connected only at a site level. + * + * Note that we are explicitly checking for the existence of the master_user option in order to account for cases where we don't have any user tokens (user-level connection) but the master_user option is set, which could be the result of a problematic user connection. + * + * @access public + * @since 1.25.0 + * @deprecated 1.27.0 + * + * @return bool + */ + public function is_userless() { + _deprecated_function( __METHOD__, '1.27.0', 'Automattic\\Jetpack\\Connection\\Manager::is_site_connection' ); + return $this->is_site_connection(); + } + + /** + * Returns true if the site is connected only at a site level. + * + * Note that we are explicitly checking for the existence of the master_user option in order to account for cases where we don't have any user tokens (user-level connection) but the master_user option is set, which could be the result of a problematic user connection. + * + * @access public + * @since 1.27.0 + * + * @return bool + */ + public function is_site_connection() { + return $this->is_connected() && ! $this->has_connected_user() && ! \Jetpack_Options::get_option( 'master_user' ); + } + + /** + * Checks to see if the connection owner of the site is missing. + * + * @return bool + */ + public function is_missing_connection_owner() { + $connection_owner = $this->get_connection_owner_id(); + if ( ! get_user_by( 'id', $connection_owner ) ) { + return true; + } + + return false; + } + + /** + * Returns true if the user with the specified identifier is connected to + * WordPress.com. + * + * @param int $user_id the user identifier. Default is the current user. + * @return bool Boolean is the user connected? + */ + public function is_user_connected( $user_id = false ) { + $user_id = false === $user_id ? get_current_user_id() : absint( $user_id ); + if ( ! $user_id ) { + return false; + } + + return (bool) $this->get_tokens()->get_access_token( $user_id ); + } + + /** + * Returns the local user ID of the connection owner. + * + * @return bool|int Returns the ID of the connection owner or False if no connection owner found. + */ + public function get_connection_owner_id() { + $owner = $this->get_connection_owner(); + return $owner instanceof \WP_User ? $owner->ID : false; + } + + /** + * Get the wpcom user data of the current|specified connected user. + * + * @todo Refactor to properly load the XMLRPC client independently. + * + * @param Integer $user_id the user identifier. + * @return bool|array An array with the WPCOM user data on success, false otherwise. + */ + public function get_connected_user_data( $user_id = null ) { + if ( ! $user_id ) { + $user_id = get_current_user_id(); + } + + // Check if the user is connected and return false otherwise. + if ( ! $this->is_user_connected( $user_id ) ) { + return false; + } + + $transient_key = "jetpack_connected_user_data_$user_id"; + $cached_user_data = get_transient( $transient_key ); + + if ( $cached_user_data ) { + return $cached_user_data; + } + + $xml = new Jetpack_IXR_Client( + array( + 'user_id' => $user_id, + ) + ); + $xml->query( 'wpcom.getUser' ); + + if ( ! $xml->isError() ) { + $user_data = $xml->getResponse(); + set_transient( $transient_key, $xml->getResponse(), DAY_IN_SECONDS ); + return $user_data; + } + + return false; + } + + /** + * Returns a user object of the connection owner. + * + * @return WP_User|false False if no connection owner found. + */ + public function get_connection_owner() { + + $user_id = \Jetpack_Options::get_option( 'master_user' ); + + if ( ! $user_id ) { + return false; + } + + // Make sure user is connected. + $user_token = $this->get_tokens()->get_access_token( $user_id ); + + $connection_owner = false; + + if ( $user_token && is_object( $user_token ) && isset( $user_token->external_user_id ) ) { + $connection_owner = get_userdata( $user_token->external_user_id ); + } + + if ( $connection_owner === false ) { + Error_Handler::get_instance()->report_error( + new WP_Error( + 'invalid_connection_owner', + 'Invalid connection owner', + array( + 'user_id' => $user_id, + 'has_user_token' => (bool) $user_token, + 'error_type' => 'connection', + 'signature_details' => array( + 'token' => '', + ), + ) + ), + false, + true + ); + } + + return $connection_owner; + } + + /** + * Returns true if the provided user is the Jetpack connection owner. + * If user ID is not specified, the current user will be used. + * + * @param Integer|Boolean $user_id the user identifier. False for current user. + * @return Boolean True the user the connection owner, false otherwise. + */ + public function is_connection_owner( $user_id = false ) { + if ( ! $user_id ) { + $user_id = get_current_user_id(); + } + + return ( (int) $user_id ) === $this->get_connection_owner_id(); + } + + /** + * Connects the user with a specified ID to a WordPress.com user using the + * remote login flow. + * + * @access public + * + * @param Integer $user_id (optional) the user identifier, defaults to current user. + * @param String $redirect_url the URL to redirect the user to for processing, defaults to + * admin_url(). + * @return WP_Error only in case of a failed user lookup. + */ + public function connect_user( $user_id = null, $redirect_url = null ) { + $user = null; + if ( null === $user_id ) { + $user = wp_get_current_user(); + } else { + $user = get_user_by( 'ID', $user_id ); + } + + if ( empty( $user ) ) { + return new \WP_Error( 'user_not_found', 'Attempting to connect a non-existent user.' ); + } + + if ( null === $redirect_url ) { + $redirect_url = admin_url(); + } + + // Using wp_redirect intentionally because we're redirecting outside. + wp_redirect( $this->get_authorization_url( $user, $redirect_url ) ); // phpcs:ignore WordPress.Security.SafeRedirect + exit(); + } + + /** + * Unlinks the current user from the linked WordPress.com user. + * + * @access public + * @static + * + * @todo Refactor to properly load the XMLRPC client independently. + * + * @param Integer $user_id the user identifier. + * @param bool $can_overwrite_primary_user Allow for the primary user to be disconnected. + * @param bool $force_disconnect_locally Disconnect user locally even if we were unable to disconnect them from WP.com. + * @return Boolean Whether the disconnection of the user was successful. + */ + public function disconnect_user( $user_id = null, $can_overwrite_primary_user = false, $force_disconnect_locally = false ) { + $user_id = empty( $user_id ) ? get_current_user_id() : (int) $user_id; + $is_primary_user = Jetpack_Options::get_option( 'master_user' ) === $user_id; + + if ( $is_primary_user && ! $can_overwrite_primary_user ) { + return false; + } + + // Attempt to disconnect the user from WordPress.com. + $is_disconnected_from_wpcom = $this->unlink_user_from_wpcom( $user_id ); + + $is_disconnected_locally = false; + if ( $is_disconnected_from_wpcom || $force_disconnect_locally ) { + // Disconnect the user locally. + $is_disconnected_locally = $this->get_tokens()->disconnect_user( $user_id ); + + if ( $is_disconnected_locally ) { + // Delete cached connected user data. + $transient_key = "jetpack_connected_user_data_$user_id"; + delete_transient( $transient_key ); + + /** + * Fires after the current user has been unlinked from WordPress.com. + * + * @since 1.7.0 + * @since-jetpack 4.1.0 + * + * @param int $user_id The current user's ID. + */ + do_action( 'jetpack_unlinked_user', $user_id ); + + if ( $is_primary_user ) { + Jetpack_Options::delete_option( 'master_user' ); + } + } + } + + return $is_disconnected_from_wpcom && $is_disconnected_locally; + } + + /** + * Request to wpcom for a user to be unlinked from their WordPress.com account + * + * @param int $user_id The user identifier. + * + * @return bool Whether the disconnection of the user was successful. + */ + public function unlink_user_from_wpcom( $user_id ) { + // Attempt to disconnect the user from WordPress.com. + $xml = new Jetpack_IXR_Client(); + + $xml->query( 'jetpack.unlink_user', $user_id ); + if ( $xml->isError() ) { + return false; + } + + return (bool) $xml->getResponse(); + } + + /** + * Update the connection owner. + * + * @since 1.29.0 + * + * @param Integer $new_owner_id The ID of the user to become the connection owner. + * + * @return true|WP_Error True if owner successfully changed, WP_Error otherwise. + */ + public function update_connection_owner( $new_owner_id ) { + $roles = new Roles(); + if ( ! user_can( $new_owner_id, $roles->translate_role_to_cap( 'administrator' ) ) ) { + return new WP_Error( + 'new_owner_not_admin', + __( 'New owner is not admin', 'jetpack-connection' ), + array( 'status' => 400 ) + ); + } + + $old_owner_id = $this->get_connection_owner_id(); + + if ( $old_owner_id === $new_owner_id ) { + return new WP_Error( + 'new_owner_is_existing_owner', + __( 'New owner is same as existing owner', 'jetpack-connection' ), + array( 'status' => 400 ) + ); + } + + if ( ! $this->is_user_connected( $new_owner_id ) ) { + return new WP_Error( + 'new_owner_not_connected', + __( 'New owner is not connected', 'jetpack-connection' ), + array( 'status' => 400 ) + ); + } + + // Notify WPCOM about the connection owner change. + $owner_updated_wpcom = $this->update_connection_owner_wpcom( $new_owner_id ); + + if ( $owner_updated_wpcom ) { + // Update the connection owner in Jetpack only if they were successfully updated on WPCOM. + // This will ensure consistency with WPCOM. + \Jetpack_Options::update_option( 'master_user', $new_owner_id ); + + // Track it. + ( new Tracking() )->record_user_event( 'set_connection_owner_success' ); + + return true; + } + return new WP_Error( + 'error_setting_new_owner', + __( 'Could not confirm new owner.', 'jetpack-connection' ), + array( 'status' => 500 ) + ); + } + + /** + * Request to WPCOM to update the connection owner. + * + * @since 1.29.0 + * + * @param Integer $new_owner_id The ID of the user to become the connection owner. + * + * @return Boolean Whether the ownership transfer was successful. + */ + public function update_connection_owner_wpcom( $new_owner_id ) { + // Notify WPCOM about the connection owner change. + $xml = new Jetpack_IXR_Client( + array( + 'user_id' => get_current_user_id(), + ) + ); + $xml->query( + 'jetpack.switchBlogOwner', + array( + 'new_blog_owner' => $new_owner_id, + ) + ); + if ( $xml->isError() ) { + return false; + } + + return (bool) $xml->getResponse(); + } + + /** + * Returns the requested Jetpack API URL. + * + * @param String $relative_url the relative API path. + * @return String API URL. + */ + public function api_url( $relative_url ) { + $api_base = Constants::get_constant( 'JETPACK__API_BASE' ); + $api_version = '/' . Constants::get_constant( 'JETPACK__API_VERSION' ) . '/'; + + /** + * Filters the API URL that Jetpack uses for server communication. + * + * @since 1.7.0 + * @since-jetpack 8.0.0 + * + * @param String $url the generated URL. + * @param String $relative_url the relative URL that was passed as an argument. + * @param String $api_base the API base string that is being used. + * @param String $api_version the API version string that is being used. + */ + return apply_filters( + 'jetpack_api_url', + rtrim( $api_base . $relative_url, '/\\' ) . $api_version, + $relative_url, + $api_base, + $api_version + ); + } + + /** + * Returns the Jetpack XMLRPC WordPress.com API endpoint URL. + * + * @return String XMLRPC API URL. + */ + public function xmlrpc_api_url() { + $base = preg_replace( + '#(https?://[^?/]+)(/?.*)?$#', + '\\1', + Constants::get_constant( 'JETPACK__API_BASE' ) + ); + return untrailingslashit( $base ) . '/xmlrpc.php'; + } + + /** + * Attempts Jetpack registration which sets up the site for connection. Should + * remain public because the call to action comes from the current site, not from + * WordPress.com. + * + * @param String $api_endpoint (optional) an API endpoint to use, defaults to 'register'. + * @return true|WP_Error The error object. + */ + public function register( $api_endpoint = 'register' ) { + // Clean-up leftover tokens just in-case. + // This fixes an edge case that was preventing users to register when the blog token was missing but + // there were still leftover user tokens present. + $this->delete_all_connection_tokens( true ); + + add_action( 'pre_update_jetpack_option_register', array( '\\Jetpack_Options', 'delete_option' ) ); + $secrets = ( new Secrets() )->generate( 'register', get_current_user_id(), 600 ); + + if ( false === $secrets ) { + return new WP_Error( 'cannot_save_secrets', __( 'Jetpack experienced an issue trying to save options (cannot_save_secrets). We suggest that you contact your hosting provider, and ask them for help checking that the options table is writable on your site.', 'jetpack-connection' ) ); + } + + if ( + empty( $secrets['secret_1'] ) || + empty( $secrets['secret_2'] ) || + empty( $secrets['exp'] ) + ) { + return new \WP_Error( 'missing_secrets' ); + } + + // Better to try (and fail) to set a higher timeout than this system + // supports than to have register fail for more users than it should. + $timeout = $this->set_min_time_limit( 60 ) / 2; + + $gmt_offset = get_option( 'gmt_offset' ); + if ( ! $gmt_offset ) { + $gmt_offset = 0; + } + + $stats_options = get_option( 'stats_options' ); + $stats_id = isset( $stats_options['blog_id'] ) + ? $stats_options['blog_id'] + : null; + + /* This action is documented in src/class-package-version-tracker.php */ + $package_versions = apply_filters( 'jetpack_package_versions', array() ); + + $active_plugins_using_connection = Plugin_Storage::get_all(); + + /** + * Filters the request body for additional property addition. + * + * @since 1.7.0 + * @since-jetpack 7.7.0 + * + * @param array $post_data request data. + * @param Array $token_data token data. + */ + $body = apply_filters( + 'jetpack_register_request_body', + array_merge( + array( + 'siteurl' => Urls::site_url(), + 'home' => Urls::home_url(), + 'gmt_offset' => $gmt_offset, + 'timezone_string' => (string) get_option( 'timezone_string' ), + 'site_name' => (string) get_option( 'blogname' ), + 'secret_1' => $secrets['secret_1'], + 'secret_2' => $secrets['secret_2'], + 'site_lang' => get_locale(), + 'timeout' => $timeout, + 'stats_id' => $stats_id, + 'state' => get_current_user_id(), + 'site_created' => $this->get_assumed_site_creation_date(), + 'jetpack_version' => Constants::get_constant( 'JETPACK__VERSION' ), + 'ABSPATH' => Constants::get_constant( 'ABSPATH' ), + 'current_user_email' => wp_get_current_user()->user_email, + 'connect_plugin' => $this->get_plugin() ? $this->get_plugin()->get_slug() : null, + 'package_versions' => $package_versions, + 'active_connected_plugins' => $active_plugins_using_connection, + ), + self::$extra_register_params + ) + ); + + $args = array( + 'method' => 'POST', + 'body' => $body, + 'headers' => array( + 'Accept' => 'application/json', + ), + 'timeout' => $timeout, + ); + + $args['body'] = static::apply_activation_source_to_args( $args['body'] ); + + // TODO: fix URLs for bad hosts. + $response = Client::_wp_remote_request( + $this->api_url( $api_endpoint ), + $args, + true + ); + + // Make sure the response is valid and does not contain any Jetpack errors. + $registration_details = $this->validate_remote_register_response( $response ); + + if ( is_wp_error( $registration_details ) ) { + return $registration_details; + } elseif ( ! $registration_details ) { + return new \WP_Error( + 'unknown_error', + 'Unknown error registering your Jetpack site.', + wp_remote_retrieve_response_code( $response ) + ); + } + + if ( empty( $registration_details->jetpack_secret ) || ! is_string( $registration_details->jetpack_secret ) ) { + return new \WP_Error( + 'jetpack_secret', + 'Unable to validate registration of your Jetpack site.', + wp_remote_retrieve_response_code( $response ) + ); + } + + if ( isset( $registration_details->jetpack_public ) ) { + $jetpack_public = (int) $registration_details->jetpack_public; + } else { + $jetpack_public = false; + } + + \Jetpack_Options::update_options( + array( + 'id' => (int) $registration_details->jetpack_id, + 'public' => $jetpack_public, + ) + ); + + update_option( Package_Version_Tracker::PACKAGE_VERSION_OPTION, $package_versions ); + + $this->get_tokens()->update_blog_token( (string) $registration_details->jetpack_secret ); + + $alternate_authorization_url = isset( $registration_details->alternate_authorization_url ) ? $registration_details->alternate_authorization_url : ''; + + add_filter( + 'jetpack_register_site_rest_response', + function ( $response ) use ( $alternate_authorization_url ) { + $response['alternateAuthorizeUrl'] = $alternate_authorization_url; + return $response; + } + ); + + /** + * Fires when a site is registered on WordPress.com. + * + * @since 1.7.0 + * @since-jetpack 3.7.0 + * + * @param int $json->jetpack_id Jetpack Blog ID. + * @param string $json->jetpack_secret Jetpack Blog Token. + * @param int|bool $jetpack_public Is the site public. + */ + do_action( + 'jetpack_site_registered', + $registration_details->jetpack_id, + $registration_details->jetpack_secret, + $jetpack_public + ); + + if ( isset( $registration_details->token ) ) { + /** + * Fires when a user token is sent along with the registration data. + * + * @since 1.7.0 + * @since-jetpack 7.6.0 + * + * @param object $token the administrator token for the newly registered site. + */ + do_action( 'jetpack_site_registered_user_token', $registration_details->token ); + } + + return true; + } + + /** + * Attempts Jetpack registration. + * + * @param bool $tos_agree Whether the user agreed to TOS. + * + * @return bool|WP_Error + */ + public function try_registration( $tos_agree = true ) { + if ( $tos_agree ) { + $terms_of_service = new Terms_Of_Service(); + $terms_of_service->agree(); + } + + /** + * Action fired when the user attempts the registration. + * + * @since 1.26.0 + */ + $pre_register = apply_filters( 'jetpack_pre_register', null ); + + if ( is_wp_error( $pre_register ) ) { + return $pre_register; + } + + $tracking_data = array(); + + if ( null !== $this->get_plugin() ) { + $tracking_data['plugin_slug'] = $this->get_plugin()->get_slug(); + } + + $tracking = new Tracking(); + $tracking->record_user_event( 'jpc_register_begin', $tracking_data ); + + add_filter( 'jetpack_register_request_body', array( Utils::class, 'filter_register_request_body' ) ); + + $result = $this->register(); + + remove_filter( 'jetpack_register_request_body', array( Utils::class, 'filter_register_request_body' ) ); + + // If there was an error with registration and the site was not registered, record this so we can show a message. + if ( ! $result || is_wp_error( $result ) ) { + return $result; + } + + return true; + } + + /** + * Adds a parameter to the register request body + * + * @since 1.26.0 + * + * @param string $name The name of the parameter to be added. + * @param string $value The value of the parameter to be added. + * + * @throws \InvalidArgumentException If supplied arguments are not strings. + * @return void + */ + public function add_register_request_param( $name, $value ) { + if ( ! is_string( $name ) || ! is_string( $value ) ) { + throw new \InvalidArgumentException( 'name and value must be strings' ); + } + self::$extra_register_params[ $name ] = $value; + } + + /** + * Takes the response from the Jetpack register new site endpoint and + * verifies it worked properly. + * + * @since 1.7.0 + * @since-jetpack 2.6.0 + * + * @param Mixed $response the response object, or the error object. + * @return string|WP_Error A JSON object on success or WP_Error on failures + **/ + protected function validate_remote_register_response( $response ) { + if ( is_wp_error( $response ) ) { + return new \WP_Error( + 'register_http_request_failed', + $response->get_error_message() + ); + } + + $code = wp_remote_retrieve_response_code( $response ); + $entity = wp_remote_retrieve_body( $response ); + + if ( $entity ) { + $registration_response = json_decode( $entity ); + } else { + $registration_response = false; + } + + $code_type = (int) ( $code / 100 ); + if ( 5 === $code_type ) { + return new \WP_Error( 'wpcom_5??', $code ); + } elseif ( 408 === $code ) { + return new \WP_Error( 'wpcom_408', $code ); + } elseif ( ! empty( $registration_response->error ) ) { + if ( + 'xml_rpc-32700' === $registration_response->error + && ! function_exists( 'xml_parser_create' ) + ) { + $error_description = __( "PHP's XML extension is not available. Jetpack requires the XML extension to communicate with WordPress.com. Please contact your hosting provider to enable PHP's XML extension.", 'jetpack-connection' ); + } else { + $error_description = isset( $registration_response->error_description ) + ? (string) $registration_response->error_description + : ''; + } + + return new \WP_Error( + (string) $registration_response->error, + $error_description, + $code + ); + } elseif ( 200 !== $code ) { + return new \WP_Error( 'wpcom_bad_response', $code ); + } + + // Jetpack ID error block. + if ( empty( $registration_response->jetpack_id ) ) { + return new \WP_Error( + 'jetpack_id', + /* translators: %s is an error message string */ + sprintf( __( 'Error Details: Jetpack ID is empty. Do not publicly post this error message! %s', 'jetpack-connection' ), $entity ), + $entity + ); + } elseif ( ! is_scalar( $registration_response->jetpack_id ) ) { + return new \WP_Error( + 'jetpack_id', + /* translators: %s is an error message string */ + sprintf( __( 'Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s', 'jetpack-connection' ), $entity ), + $entity + ); + } elseif ( preg_match( '/[^0-9]/', $registration_response->jetpack_id ) ) { + return new \WP_Error( + 'jetpack_id', + /* translators: %s is an error message string */ + sprintf( __( 'Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s', 'jetpack-connection' ), $entity ), + $entity + ); + } + + return $registration_response; + } + + /** + * Adds a used nonce to a list of known nonces. + * + * @param int $timestamp the current request timestamp. + * @param string $nonce the nonce value. + * @return bool whether the nonce is unique or not. + * + * @deprecated since 1.24.0 + * @see Nonce_Handler::add() + */ + public function add_nonce( $timestamp, $nonce ) { + _deprecated_function( __METHOD__, '1.24.0', 'Automattic\\Jetpack\\Connection\\Nonce_Handler::add' ); + return ( new Nonce_Handler() )->add( $timestamp, $nonce ); + } + + /** + * Cleans nonces that were saved when calling ::add_nonce. + * + * @todo Properly prepare the query before executing it. + * + * @param bool $all whether to clean even non-expired nonces. + * + * @deprecated since 1.24.0 + * @see Nonce_Handler::clean_all() + */ + public function clean_nonces( $all = false ) { + _deprecated_function( __METHOD__, '1.24.0', 'Automattic\\Jetpack\\Connection\\Nonce_Handler::clean_all' ); + ( new Nonce_Handler() )->clean_all( $all ? PHP_INT_MAX : ( time() - Nonce_Handler::LIFETIME ) ); + } + + /** + * Sets the Connection custom capabilities. + * + * @param string[] $caps Array of the user's capabilities. + * @param string $cap Capability name. + * @param int $user_id The user ID. + * @param array $args Adds the context to the cap. Typically the object ID. + */ + public function jetpack_connection_custom_caps( $caps, $cap, $user_id, $args ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + switch ( $cap ) { + case 'jetpack_connect': + case 'jetpack_reconnect': + $is_offline_mode = ( new Status() )->is_offline_mode(); + if ( $is_offline_mode ) { + $caps = array( 'do_not_allow' ); + break; + } + // Pass through. If it's not offline mode, these should match disconnect. + // Let users disconnect if it's offline mode, just in case things glitch. + case 'jetpack_disconnect': + /** + * Filters the jetpack_disconnect capability. + * + * @since 1.14.2 + * + * @param array An array containing the capability name. + */ + $caps = apply_filters( 'jetpack_disconnect_cap', array( 'manage_options' ) ); + break; + case 'jetpack_connect_user': + $is_offline_mode = ( new Status() )->is_offline_mode(); + if ( $is_offline_mode ) { + $caps = array( 'do_not_allow' ); + break; + } + // With site connections in mind, non-admin users can connect their account only if a connection owner exists. + $caps = $this->has_connected_owner() ? array( 'read' ) : array( 'manage_options' ); + break; + } + return $caps; + } + + /** + * Builds the timeout limit for queries talking with the wpcom servers. + * + * Based on local php max_execution_time in php.ini + * + * @since 1.7.0 + * @since-jetpack 5.4.0 + * @return int + **/ + public function get_max_execution_time() { + $timeout = (int) ini_get( 'max_execution_time' ); + + // Ensure exec time set in php.ini. + if ( ! $timeout ) { + $timeout = 30; + } + return $timeout; + } + + /** + * Sets a minimum request timeout, and returns the current timeout + * + * @since 1.7.0 + * @since-jetpack 5.4.0 + * @param Integer $min_timeout the minimum timeout value. + **/ + public function set_min_time_limit( $min_timeout ) { + $timeout = $this->get_max_execution_time(); + if ( $timeout < $min_timeout ) { + $timeout = $min_timeout; + set_time_limit( $timeout ); + } + return $timeout; + } + + /** + * Get our assumed site creation date. + * Calculated based on the earlier date of either: + * - Earliest admin user registration date. + * - Earliest date of post of any post type. + * + * @since 1.7.0 + * @since-jetpack 7.2.0 + * + * @return string Assumed site creation date and time. + */ + public function get_assumed_site_creation_date() { + $cached_date = get_transient( 'jetpack_assumed_site_creation_date' ); + if ( ! empty( $cached_date ) ) { + return $cached_date; + } + + $earliest_registered_users = get_users( + array( + 'role' => 'administrator', + 'orderby' => 'user_registered', + 'order' => 'ASC', + 'fields' => array( 'user_registered' ), + 'number' => 1, + ) + ); + $earliest_registration_date = $earliest_registered_users[0]->user_registered; + + $earliest_posts = get_posts( + array( + 'posts_per_page' => 1, + 'post_type' => 'any', + 'post_status' => 'any', + 'orderby' => 'date', + 'order' => 'ASC', + ) + ); + + // If there are no posts at all, we'll count only on user registration date. + if ( $earliest_posts ) { + $earliest_post_date = $earliest_posts[0]->post_date; + } else { + $earliest_post_date = PHP_INT_MAX; + } + + $assumed_date = min( $earliest_registration_date, $earliest_post_date ); + set_transient( 'jetpack_assumed_site_creation_date', $assumed_date ); + + return $assumed_date; + } + + /** + * Adds the activation source string as a parameter to passed arguments. + * + * @todo Refactor to use rawurlencode() instead of urlencode(). + * + * @param array $args arguments that need to have the source added. + * @return array $amended arguments. + */ + public static function apply_activation_source_to_args( $args ) { + list( $activation_source_name, $activation_source_keyword ) = get_option( 'jetpack_activation_source' ); + + if ( $activation_source_name ) { + // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.urlencode_urlencode + $args['_as'] = urlencode( $activation_source_name ); + } + + if ( $activation_source_keyword ) { + // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.urlencode_urlencode + $args['_ak'] = urlencode( $activation_source_keyword ); + } + + return $args; + } + + /** + * Generates two secret tokens and the end of life timestamp for them. + * + * @param String $action The action name. + * @param Integer $user_id The user identifier. + * @param Integer $exp Expiration time in seconds. + */ + public function generate_secrets( $action, $user_id = false, $exp = 600 ) { + return ( new Secrets() )->generate( $action, $user_id, $exp ); + } + + /** + * Returns two secret tokens and the end of life timestamp for them. + * + * @deprecated 1.24.0 Use Automattic\Jetpack\Connection\Secrets->get() instead. + * + * @param String $action The action name. + * @param Integer $user_id The user identifier. + * @return string|array an array of secrets or an error string. + */ + public function get_secrets( $action, $user_id ) { + _deprecated_function( __METHOD__, '1.24.0', 'Automattic\\Jetpack\\Connection\\Secrets->get' ); + return ( new Secrets() )->get( $action, $user_id ); + } + + /** + * Deletes secret tokens in case they, for example, have expired. + * + * @deprecated 1.24.0 Use Automattic\Jetpack\Connection\Secrets->delete() instead. + * + * @param String $action The action name. + * @param Integer $user_id The user identifier. + */ + public function delete_secrets( $action, $user_id ) { + _deprecated_function( __METHOD__, '1.24.0', 'Automattic\\Jetpack\\Connection\\Secrets->delete' ); + ( new Secrets() )->delete( $action, $user_id ); + } + + /** + * Deletes all connection tokens and transients from the local Jetpack site. + * If the plugin object has been provided in the constructor, the function first checks + * whether it's the only active connection. + * If there are any other connections, the function will do nothing and return `false` + * (unless `$ignore_connected_plugins` is set to `true`). + * + * @param bool $ignore_connected_plugins Delete the tokens even if there are other connected plugins. + * + * @return bool True if disconnected successfully, false otherwise. + */ + public function delete_all_connection_tokens( $ignore_connected_plugins = false ) { + // refuse to delete if we're not the last Jetpack plugin installed. + if ( ! $ignore_connected_plugins && null !== $this->plugin && ! $this->plugin->is_only() ) { + return false; + } + + /** + * Fires upon the disconnect attempt. + * Return `false` to prevent the disconnect. + * + * @since 1.14.2 + */ + if ( ! apply_filters( 'jetpack_connection_delete_all_tokens', true ) ) { + return false; + } + + \Jetpack_Options::delete_option( + array( + 'master_user', + 'time_diff', + 'fallback_no_verify_ssl_certs', + ) + ); + + ( new Secrets() )->delete_all(); + $this->get_tokens()->delete_all(); + + // Delete cached connected user data. + $transient_key = 'jetpack_connected_user_data_' . get_current_user_id(); + delete_transient( $transient_key ); + + // Delete all XML-RPC errors. + Error_Handler::get_instance()->delete_all_errors(); + + return true; + } + + /** + * Tells WordPress.com to disconnect the site and clear all tokens from cached site. + * If the plugin object has been provided in the constructor, the function first check + * whether it's the only active connection. + * If there are any other connections, the function will do nothing and return `false` + * (unless `$ignore_connected_plugins` is set to `true`). + * + * @param bool $ignore_connected_plugins Delete the tokens even if there are other connected plugins. + * + * @return bool True if disconnected successfully, false otherwise. + */ + public function disconnect_site_wpcom( $ignore_connected_plugins = false ) { + if ( ! $ignore_connected_plugins && null !== $this->plugin && ! $this->plugin->is_only() ) { + return false; + } + + if ( ( new Status() )->is_offline_mode() && ! apply_filters( 'jetpack_connection_disconnect_site_wpcom_offline_mode', false ) ) { + // Prevent potential disconnect of the live site by removing WPCOM tokens. + return false; + } + + /** + * Fires upon the disconnect attempt. + * Return `false` to prevent the disconnect. + * + * @since 1.14.2 + */ + if ( ! apply_filters( 'jetpack_connection_disconnect_site_wpcom', true, $this ) ) { + return false; + } + + $xml = new Jetpack_IXR_Client(); + $xml->query( 'jetpack.deregister', get_current_user_id() ); + + return true; + } + + /** + * Disconnect the plugin and remove the tokens. + * This function will automatically perform "soft" or "hard" disconnect depending on whether other plugins are using the connection. + * This is a proxy method to simplify the Connection package API. + * + * @see Manager::disconnect_site() + * + * @param boolean $disconnect_wpcom Should disconnect_site_wpcom be called. + * @param bool $ignore_connected_plugins Delete the tokens even if there are other connected plugins. + * @return bool + */ + public function remove_connection( $disconnect_wpcom = true, $ignore_connected_plugins = false ) { + + $this->disconnect_site( $disconnect_wpcom, $ignore_connected_plugins ); + + return true; + } + + /** + * Completely clearing up the connection, and initiating reconnect. + * + * @return true|WP_Error True if reconnected successfully, a `WP_Error` object otherwise. + */ + public function reconnect() { + ( new Tracking() )->record_user_event( 'restore_connection_reconnect' ); + + $this->disconnect_site_wpcom( true ); + + return $this->register(); + } + + /** + * Validate the tokens, and refresh the invalid ones. + * + * @return string|bool|WP_Error True if connection restored or string indicating what's to be done next. A `WP_Error` object or false otherwise. + */ + public function restore() { + // If this is a site connection we need to trigger a full reconnection as our only secure means of + // communication with WPCOM, aka the blog token, is compromised. + if ( $this->is_site_connection() ) { + return $this->reconnect(); + } + + $validate_tokens_response = $this->get_tokens()->validate(); + + // If token validation failed, trigger a full reconnection. + if ( is_array( $validate_tokens_response ) && + isset( $validate_tokens_response['blog_token']['is_healthy'] ) && + isset( $validate_tokens_response['user_token']['is_healthy'] ) ) { + $blog_token_healthy = $validate_tokens_response['blog_token']['is_healthy']; + $user_token_healthy = $validate_tokens_response['user_token']['is_healthy']; + } else { + $blog_token_healthy = false; + $user_token_healthy = false; + } + + // Tokens are both valid, or both invalid. We can't fix the problem we don't see, so the full reconnection is needed. + if ( $blog_token_healthy === $user_token_healthy ) { + $result = $this->reconnect(); + return ( true === $result ) ? 'authorize' : $result; + } + + if ( ! $blog_token_healthy ) { + return $this->refresh_blog_token(); + } + + if ( ! $user_token_healthy ) { + return ( true === $this->refresh_user_token() ) ? 'authorize' : false; + } + + return false; + } + + /** + * Responds to a WordPress.com call to register the current site. + * Should be changed to protected. + * + * @param array $registration_data Array of [ secret_1, user_id ]. + */ + public function handle_registration( array $registration_data ) { + list( $registration_secret_1, $registration_user_id ) = $registration_data; + if ( empty( $registration_user_id ) ) { + return new \WP_Error( 'registration_state_invalid', __( 'Invalid Registration State', 'jetpack-connection' ), 400 ); + } + + return ( new Secrets() )->verify( 'register', $registration_secret_1, (int) $registration_user_id ); + } + + /** + * Perform the API request to validate the blog and user tokens. + * + * @deprecated 1.24.0 Use Automattic\Jetpack\Connection\Tokens->validate_tokens() instead. + * + * @param int|null $user_id ID of the user we need to validate token for. Current user's ID by default. + * + * @return array|false|WP_Error The API response: `array( 'blog_token_is_healthy' => true|false, 'user_token_is_healthy' => true|false )`. + */ + public function validate_tokens( $user_id = null ) { + _deprecated_function( __METHOD__, '1.24.0', 'Automattic\\Jetpack\\Connection\\Tokens->validate' ); + return $this->get_tokens()->validate( $user_id ); + } + + /** + * Verify a Previously Generated Secret. + * + * @deprecated 1.24.0 Use Automattic\Jetpack\Connection\Secrets->verify() instead. + * + * @param string $action The type of secret to verify. + * @param string $secret_1 The secret string to compare to what is stored. + * @param int $user_id The user ID of the owner of the secret. + * @return \WP_Error|string WP_Error on failure, secret_2 on success. + */ + public function verify_secrets( $action, $secret_1, $user_id ) { + _deprecated_function( __METHOD__, '1.24.0', 'Automattic\\Jetpack\\Connection\\Secrets->verify' ); + return ( new Secrets() )->verify( $action, $secret_1, $user_id ); + } + + /** + * Responds to a WordPress.com call to authorize the current user. + * Should be changed to protected. + */ + public function handle_authorization() { + } + + /** + * Obtains the auth token. + * + * @param array $data The request data. + * @return object|\WP_Error Returns the auth token on success. + * Returns a \WP_Error on failure. + */ + public function get_token( $data ) { + return $this->get_tokens()->get( $data, $this->api_url( 'token' ) ); + } + + /** + * Builds a URL to the Jetpack connection auth page. + * + * @param WP_User $user (optional) defaults to the current logged in user. + * @param String $redirect (optional) a redirect URL to use instead of the default. + * @return string Connect URL. + */ + public function get_authorization_url( $user = null, $redirect = null ) { + if ( empty( $user ) ) { + $user = wp_get_current_user(); + } + + $roles = new Roles(); + $role = $roles->translate_user_to_role( $user ); + $signed_role = $this->get_tokens()->sign_role( $role ); + + /** + * Filter the URL of the first time the user gets redirected back to your site for connection + * data processing. + * + * @since 1.7.0 + * @since-jetpack 8.0.0 + * + * @param string $redirect_url Defaults to the site admin URL. + */ + $processing_url = apply_filters( 'jetpack_connect_processing_url', admin_url( 'admin.php' ) ); + + /** + * Filter the URL to redirect the user back to when the authorization process + * is complete. + * + * @since 1.7.0 + * @since-jetpack 8.0.0 + * + * @param string $redirect_url Defaults to the site URL. + */ + $redirect = apply_filters( 'jetpack_connect_redirect_url', $redirect ); + + $secrets = ( new Secrets() )->generate( 'authorize', $user->ID, 2 * HOUR_IN_SECONDS ); + + /** + * Filter the type of authorization. + * 'calypso' completes authorization on wordpress.com/jetpack/connect + * while 'jetpack' ( or any other value ) completes the authorization at jetpack.wordpress.com. + * + * @since 1.7.0 + * @since-jetpack 4.3.3 + * + * @param string $auth_type Defaults to 'calypso', can also be 'jetpack'. + */ + $auth_type = apply_filters( 'jetpack_auth_type', 'calypso' ); + + /** + * Filters the user connection request data for additional property addition. + * + * @since 1.7.0 + * @since-jetpack 8.0.0 + * + * @param array $request_data request data. + */ + $body = apply_filters( + 'jetpack_connect_request_body', + array( + 'response_type' => 'code', + 'client_id' => \Jetpack_Options::get_option( 'id' ), + 'redirect_uri' => add_query_arg( + array( + 'handler' => 'jetpack-connection-webhooks', + 'action' => 'authorize', + '_wpnonce' => wp_create_nonce( "jetpack-authorize_{$role}_{$redirect}" ), + 'redirect' => $redirect ? rawurlencode( $redirect ) : false, + ), + esc_url( $processing_url ) + ), + 'state' => $user->ID, + 'scope' => $signed_role, + 'user_email' => $user->user_email, + 'user_login' => $user->user_login, + 'is_active' => $this->has_connected_owner(), // TODO Deprecate this. + 'jp_version' => (string) Constants::get_constant( 'JETPACK__VERSION' ), + 'auth_type' => $auth_type, + 'secret' => $secrets['secret_1'], + 'blogname' => get_option( 'blogname' ), + 'site_url' => Urls::site_url(), + 'home_url' => Urls::home_url(), + 'site_icon' => get_site_icon_url(), + 'site_lang' => get_locale(), + 'site_created' => $this->get_assumed_site_creation_date(), + 'allow_site_connection' => ! $this->has_connected_owner(), + 'calypso_env' => ( new Host() )->get_calypso_env(), + ) + ); + + $body = static::apply_activation_source_to_args( urlencode_deep( $body ) ); + + $api_url = $this->api_url( 'authorize' ); + + return add_query_arg( $body, $api_url ); + } + + /** + * Authorizes the user by obtaining and storing the user token. + * + * @param array $data The request data. + * @return string|\WP_Error Returns a string on success. + * Returns a \WP_Error on failure. + */ + public function authorize( $data = array() ) { + /** + * Action fired when user authorization starts. + * + * @since 1.7.0 + * @since-jetpack 8.0.0 + */ + do_action( 'jetpack_authorize_starting' ); + + $roles = new Roles(); + $role = $roles->translate_current_user_to_role(); + + if ( ! $role ) { + return new \WP_Error( 'no_role', 'Invalid request.', 400 ); + } + + $cap = $roles->translate_role_to_cap( $role ); + if ( ! $cap ) { + return new \WP_Error( 'no_cap', 'Invalid request.', 400 ); + } + + if ( ! empty( $data['error'] ) ) { + return new \WP_Error( $data['error'], 'Error included in the request.', 400 ); + } + + if ( ! isset( $data['state'] ) ) { + return new \WP_Error( 'no_state', 'Request must include state.', 400 ); + } + + if ( ! ctype_digit( $data['state'] ) ) { + return new \WP_Error( $data['error'], 'State must be an integer.', 400 ); + } + + $current_user_id = get_current_user_id(); + if ( $current_user_id !== (int) $data['state'] ) { + return new \WP_Error( 'wrong_state', 'State does not match current user.', 400 ); + } + + if ( empty( $data['code'] ) ) { + return new \WP_Error( 'no_code', 'Request must include an authorization code.', 400 ); + } + + $token = $this->get_tokens()->get( $data, $this->api_url( 'token' ) ); + + if ( is_wp_error( $token ) ) { + $code = $token->get_error_code(); + if ( empty( $code ) ) { + $code = 'invalid_token'; + } + return new \WP_Error( $code, $token->get_error_message(), 400 ); + } + + if ( ! $token ) { + return new \WP_Error( 'no_token', 'Error generating token.', 400 ); + } + + $is_connection_owner = ! $this->has_connected_owner(); + + $this->get_tokens()->update_user_token( $current_user_id, sprintf( '%s.%d', $token, $current_user_id ), $is_connection_owner ); + + /** + * Fires after user has successfully received an auth token. + * + * @since 1.7.0 + * @since-jetpack 3.9.0 + */ + do_action( 'jetpack_user_authorized' ); + + if ( ! $is_connection_owner ) { + /** + * Action fired when a secondary user has been authorized. + * + * @since 1.7.0 + * @since-jetpack 8.0.0 + */ + do_action( 'jetpack_authorize_ending_linked' ); + return 'linked'; + } + + /** + * Action fired when the master user has been authorized. + * + * @since 1.7.0 + * @since-jetpack 8.0.0 + * + * @param array $data The request data. + */ + do_action( 'jetpack_authorize_ending_authorized', $data ); + + \Jetpack_Options::delete_raw_option( 'jetpack_last_connect_url_check' ); + + ( new Nonce_Handler() )->reschedule(); + + return 'authorized'; + } + + /** + * Disconnects from the Jetpack servers. + * Forgets all connection details and tells the Jetpack servers to do the same. + * + * @param boolean $disconnect_wpcom Should disconnect_site_wpcom be called. + * @param bool $ignore_connected_plugins Delete the tokens even if there are other connected plugins. + */ + public function disconnect_site( $disconnect_wpcom = true, $ignore_connected_plugins = true ) { + if ( ! $ignore_connected_plugins && null !== $this->plugin && ! $this->plugin->is_only() ) { + return false; + } + + wp_clear_scheduled_hook( 'jetpack_clean_nonces' ); + + ( new Nonce_Handler() )->clean_all(); + + /** + * Fires when a site is disconnected. + * + * @since 1.36.3 + */ + do_action( 'jetpack_site_before_disconnected' ); + + // If the site is in an IDC because sync is not allowed, + // let's make sure to not disconnect the production site. + if ( $disconnect_wpcom ) { + $tracking = new Tracking(); + $tracking->record_user_event( 'disconnect_site', array() ); + + $this->disconnect_site_wpcom( $ignore_connected_plugins ); + } + + $this->delete_all_connection_tokens( $ignore_connected_plugins ); + + // Remove tracked package versions, since they depend on the Jetpack Connection. + delete_option( Package_Version_Tracker::PACKAGE_VERSION_OPTION ); + + $jetpack_unique_connection = \Jetpack_Options::get_option( 'unique_connection' ); + if ( $jetpack_unique_connection ) { + // Check then record unique disconnection if site has never been disconnected previously. + if ( - 1 === $jetpack_unique_connection['disconnected'] ) { + $jetpack_unique_connection['disconnected'] = 1; + } else { + if ( 0 === $jetpack_unique_connection['disconnected'] ) { + $a8c_mc_stats_instance = new A8c_Mc_Stats(); + $a8c_mc_stats_instance->add( 'connections', 'unique-disconnect' ); + $a8c_mc_stats_instance->do_server_side_stats(); + } + // increment number of times disconnected. + $jetpack_unique_connection['disconnected'] += 1; + } + + \Jetpack_Options::update_option( 'unique_connection', $jetpack_unique_connection ); + } + + /** + * Fires when a site is disconnected. + * + * @since 1.30.1 + */ + do_action( 'jetpack_site_disconnected' ); + } + + /** + * The Base64 Encoding of the SHA1 Hash of the Input. + * + * @param string $text The string to hash. + * @return string + */ + public function sha1_base64( $text ) { + return base64_encode( sha1( $text, true ) ); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_encode + } + + /** + * This function mirrors Jetpack_Data::is_usable_domain() in the WPCOM codebase. + * + * @param string $domain The domain to check. + * + * @return bool|WP_Error + */ + public function is_usable_domain( $domain ) { + + // If it's empty, just fail out. + if ( ! $domain ) { + return new \WP_Error( + 'fail_domain_empty', + /* translators: %1$s is a domain name. */ + sprintf( __( 'Domain `%1$s` just failed is_usable_domain check as it is empty.', 'jetpack-connection' ), $domain ) + ); + } + + /** + * Skips the usuable domain check when connecting a site. + * + * Allows site administrators with domains that fail gethostname-based checks to pass the request to WP.com + * + * @since 1.7.0 + * @since-jetpack 4.1.0 + * + * @param bool If the check should be skipped. Default false. + */ + if ( apply_filters( 'jetpack_skip_usuable_domain_check', false ) ) { + return true; + } + + // None of the explicit localhosts. + $forbidden_domains = array( + 'wordpress.com', + 'localhost', + 'localhost.localdomain', + 'local.wordpress.test', // VVV pattern. + 'local.wordpress-trunk.test', // VVV pattern. + 'src.wordpress-develop.test', // VVV pattern. + 'build.wordpress-develop.test', // VVV pattern. + ); + if ( in_array( $domain, $forbidden_domains, true ) ) { + return new \WP_Error( + 'fail_domain_forbidden', + sprintf( + /* translators: %1$s is a domain name. */ + __( + 'Domain `%1$s` just failed is_usable_domain check as it is in the forbidden array.', + 'jetpack-connection' + ), + $domain + ) + ); + } + + // No .test or .local domains. + if ( preg_match( '#\.(test|local)$#i', $domain ) ) { + return new \WP_Error( + 'fail_domain_tld', + sprintf( + /* translators: %1$s is a domain name. */ + __( + 'Domain `%1$s` just failed is_usable_domain check as it uses an invalid top level domain.', + 'jetpack-connection' + ), + $domain + ) + ); + } + + // No WPCOM subdomains. + if ( preg_match( '#\.WordPress\.com$#i', $domain ) ) { + return new \WP_Error( + 'fail_subdomain_wpcom', + sprintf( + /* translators: %1$s is a domain name. */ + __( + 'Domain `%1$s` just failed is_usable_domain check as it is a subdomain of WordPress.com.', + 'jetpack-connection' + ), + $domain + ) + ); + } + + // If PHP was compiled without support for the Filter module (very edge case). + if ( ! function_exists( 'filter_var' ) ) { + // Just pass back true for now, and let wpcom sort it out. + return true; + } + + $domain = preg_replace( '#^https?://#', '', untrailingslashit( $domain ) ); + + if ( filter_var( $domain, FILTER_VALIDATE_IP ) + && ! filter_var( $domain, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE ) + ) { + return new \WP_Error( + 'fail_ip_forbidden', + sprintf( + /* translators: %1$s is a domain name. */ + __( + 'IP address `%1$s` just failed is_usable_domain check as it is in the private network.', + 'jetpack-connection' + ), + $domain + ) + ); + } + + return true; + } + + /** + * Gets the requested token. + * + * @deprecated 1.24.0 Use Automattic\Jetpack\Connection\Tokens->get_access_token() instead. + * + * @param int|false $user_id false: Return the Blog Token. int: Return that user's User Token. + * @param string|false $token_key If provided, check that the token matches the provided input. + * @param bool|true $suppress_errors If true, return a falsy value when the token isn't found; When false, return a descriptive WP_Error when the token isn't found. + * + * @return object|false + * + * @see $this->get_tokens()->get_access_token() + */ + public function get_access_token( $user_id = false, $token_key = false, $suppress_errors = true ) { + _deprecated_function( __METHOD__, '1.24.0', 'Automattic\\Jetpack\\Connection\\Tokens->get_access_token' ); + return $this->get_tokens()->get_access_token( $user_id, $token_key, $suppress_errors ); + } + + /** + * In some setups, $HTTP_RAW_POST_DATA can be emptied during some IXR_Server paths + * since it is passed by reference to various methods. + * Capture it here so we can verify the signature later. + * + * @param array $methods an array of available XMLRPC methods. + * @return array the same array, since this method doesn't add or remove anything. + */ + public function xmlrpc_methods( $methods ) { + $this->raw_post_data = isset( $GLOBALS['HTTP_RAW_POST_DATA'] ) ? $GLOBALS['HTTP_RAW_POST_DATA'] : null; + return $methods; + } + + /** + * Resets the raw post data parameter for testing purposes. + */ + public function reset_raw_post_data() { + $this->raw_post_data = null; + } + + /** + * Registering an additional method. + * + * @param array $methods an array of available XMLRPC methods. + * @return array the amended array in case the method is added. + */ + public function public_xmlrpc_methods( $methods ) { + if ( array_key_exists( 'wp.getOptions', $methods ) ) { + $methods['wp.getOptions'] = array( $this, 'jetpack_get_options' ); + } + return $methods; + } + + /** + * Handles a getOptions XMLRPC method call. + * + * @param array $args method call arguments. + * @return an amended XMLRPC server options array. + */ + public function jetpack_get_options( $args ) { + global $wp_xmlrpc_server; + + $wp_xmlrpc_server->escape( $args ); + + $username = $args[1]; + $password = $args[2]; + + $user = $wp_xmlrpc_server->login( $username, $password ); + if ( ! $user ) { + return $wp_xmlrpc_server->error; + } + + $options = array(); + $user_data = $this->get_connected_user_data(); + if ( is_array( $user_data ) ) { + $options['jetpack_user_id'] = array( + 'desc' => __( 'The WP.com user ID of the connected user', 'jetpack-connection' ), + 'readonly' => true, + 'value' => $user_data['ID'], + ); + $options['jetpack_user_login'] = array( + 'desc' => __( 'The WP.com username of the connected user', 'jetpack-connection' ), + 'readonly' => true, + 'value' => $user_data['login'], + ); + $options['jetpack_user_email'] = array( + 'desc' => __( 'The WP.com user email of the connected user', 'jetpack-connection' ), + 'readonly' => true, + 'value' => $user_data['email'], + ); + $options['jetpack_user_site_count'] = array( + 'desc' => __( 'The number of sites of the connected WP.com user', 'jetpack-connection' ), + 'readonly' => true, + 'value' => $user_data['site_count'], + ); + } + $wp_xmlrpc_server->blog_options = array_merge( $wp_xmlrpc_server->blog_options, $options ); + $args = stripslashes_deep( $args ); + return $wp_xmlrpc_server->wp_getOptions( $args ); + } + + /** + * Adds Jetpack-specific options to the output of the XMLRPC options method. + * + * @param array $options standard Core options. + * @return array amended options. + */ + public function xmlrpc_options( $options ) { + $jetpack_client_id = false; + if ( $this->is_connected() ) { + $jetpack_client_id = \Jetpack_Options::get_option( 'id' ); + } + $options['jetpack_version'] = array( + 'desc' => __( 'Jetpack Plugin Version', 'jetpack-connection' ), + 'readonly' => true, + 'value' => Constants::get_constant( 'JETPACK__VERSION' ), + ); + + $options['jetpack_client_id'] = array( + 'desc' => __( 'The Client ID/WP.com Blog ID of this site', 'jetpack-connection' ), + 'readonly' => true, + 'value' => $jetpack_client_id, + ); + return $options; + } + + /** + * Resets the saved authentication state in between testing requests. + */ + public function reset_saved_auth_state() { + $this->xmlrpc_verification = null; + } + + /** + * Sign a user role with the master access token. + * If not specified, will default to the current user. + * + * @access public + * + * @param string $role User role. + * @param int $user_id ID of the user. + * @return string Signed user role. + */ + public function sign_role( $role, $user_id = null ) { + return $this->get_tokens()->sign_role( $role, $user_id ); + } + + /** + * Set the plugin instance. + * + * @param Plugin $plugin_instance The plugin instance. + * + * @return $this + */ + public function set_plugin_instance( Plugin $plugin_instance ) { + $this->plugin = $plugin_instance; + + return $this; + } + + /** + * Retrieve the plugin management object. + * + * @return Plugin|null + */ + public function get_plugin() { + return $this->plugin; + } + + /** + * Get all connected plugins information, excluding those disconnected by user. + * WARNING: the method cannot be called until Plugin_Storage::configure is called, which happens on plugins_loaded + * Even if you don't use Jetpack Config, it may be introduced later by other plugins, + * so please make sure not to run the method too early in the code. + * + * @return array|WP_Error + */ + public function get_connected_plugins() { + $maybe_plugins = Plugin_Storage::get_all(); + + if ( $maybe_plugins instanceof WP_Error ) { + return $maybe_plugins; + } + + return $maybe_plugins; + } + + /** + * Force plugin disconnect. After its called, the plugin will not be allowed to use the connection. + * Note: this method does not remove any access tokens. + * + * @deprecated since 1.39.0 + * @return bool + */ + public function disable_plugin() { + return null; + } + + /** + * Force plugin reconnect after user-initiated disconnect. + * After its called, the plugin will be allowed to use the connection again. + * Note: this method does not initialize access tokens. + * + * @deprecated since 1.39.0. + * @return bool + */ + public function enable_plugin() { + return null; + } + + /** + * Whether the plugin is allowed to use the connection, or it's been disconnected by user. + * If no plugin slug was passed into the constructor, always returns true. + * + * @deprecated 1.42.0 This method no longer has a purpose after the removal of the soft disconnect feature. + * + * @return bool + */ + public function is_plugin_enabled() { + return true; + } + + /** + * Perform the API request to refresh the blog token. + * Note that we are making this request on behalf of the Jetpack master user, + * given they were (most probably) the ones that registered the site at the first place. + * + * @return WP_Error|bool The result of updating the blog_token option. + */ + public function refresh_blog_token() { + ( new Tracking() )->record_user_event( 'restore_connection_refresh_blog_token' ); + + $blog_id = \Jetpack_Options::get_option( 'id' ); + if ( ! $blog_id ) { + return new WP_Error( 'site_not_registered', 'Site not registered.' ); + } + + $url = sprintf( + '%s/%s/v%s/%s', + Constants::get_constant( 'JETPACK__WPCOM_JSON_API_BASE' ), + 'wpcom', + '2', + 'sites/' . $blog_id . '/jetpack-refresh-blog-token' + ); + $method = 'POST'; + $user_id = get_current_user_id(); + + $response = Client::remote_request( compact( 'url', 'method', 'user_id' ) ); + + if ( is_wp_error( $response ) ) { + return new WP_Error( 'refresh_blog_token_http_request_failed', $response->get_error_message() ); + } + + $code = wp_remote_retrieve_response_code( $response ); + $entity = wp_remote_retrieve_body( $response ); + + if ( $entity ) { + $json = json_decode( $entity ); + } else { + $json = false; + } + + if ( 200 !== $code ) { + if ( empty( $json->code ) ) { + return new WP_Error( 'unknown', '', $code ); + } + + /* translators: Error description string. */ + $error_description = isset( $json->message ) ? sprintf( __( 'Error Details: %s', 'jetpack-connection' ), (string) $json->message ) : ''; + + return new WP_Error( (string) $json->code, $error_description, $code ); + } + + if ( empty( $json->jetpack_secret ) || ! is_scalar( $json->jetpack_secret ) ) { + return new WP_Error( 'jetpack_secret', '', $code ); + } + + Error_Handler::get_instance()->delete_all_errors(); + + return $this->get_tokens()->update_blog_token( (string) $json->jetpack_secret ); + } + + /** + * Disconnect the user from WP.com, and initiate the reconnect process. + * + * @return bool + */ + public function refresh_user_token() { + ( new Tracking() )->record_user_event( 'restore_connection_refresh_user_token' ); + $this->disconnect_user( null, true, true ); + return true; + } + + /** + * Fetches a signed token. + * + * @deprecated 1.24.0 Use Automattic\Jetpack\Connection\Tokens->get_signed_token() instead. + * + * @param object $token the token. + * @return WP_Error|string a signed token + */ + public function get_signed_token( $token ) { + _deprecated_function( __METHOD__, '1.24.0', 'Automattic\\Jetpack\\Connection\\Tokens->get_signed_token' ); + return $this->get_tokens()->get_signed_token( $token ); + } + + /** + * If the site-level connection is active, add the list of plugins using connection to the heartbeat (except Jetpack itself) + * + * @param array $stats The Heartbeat stats array. + * @return array $stats + */ + public function add_stats_to_heartbeat( $stats ) { + + if ( ! $this->is_connected() ) { + return $stats; + } + + $active_plugins_using_connection = Plugin_Storage::get_all(); + foreach ( array_keys( $active_plugins_using_connection ) as $plugin_slug ) { + if ( 'jetpack' !== $plugin_slug ) { + $stats_group = isset( $active_plugins_using_connection['jetpack'] ) ? 'combined-connection' : 'standalone-connection'; + $stats[ $stats_group ][] = $plugin_slug; + } + } + return $stats; + } + + /** + * Get the WPCOM or self-hosted site ID. + * + * @return int|WP_Error + */ + public static function get_site_id() { + $is_wpcom = ( defined( 'IS_WPCOM' ) && IS_WPCOM ); + $site_id = $is_wpcom ? get_current_blog_id() : \Jetpack_Options::get_option( 'id' ); + if ( ! $site_id ) { + return new \WP_Error( + 'unavailable_site_id', + __( 'Sorry, something is wrong with your Jetpack connection.', 'jetpack-connection' ), + 403 + ); + } + return (int) $site_id; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php new file mode 100644 index 00000000..48e14a15 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php @@ -0,0 +1,212 @@ +db = $wpdb; + } + + /** + * Scheduling the WP-cron cleanup event. + */ + public function init_schedule() { + add_action( 'jetpack_clean_nonces', array( __CLASS__, 'clean_scheduled' ) ); + if ( ! wp_next_scheduled( 'jetpack_clean_nonces' ) ) { + wp_schedule_event( time(), 'hourly', 'jetpack_clean_nonces' ); + } + } + + /** + * Reschedule the WP-cron cleanup event to make it start sooner. + */ + public function reschedule() { + wp_clear_scheduled_hook( 'jetpack_clean_nonces' ); + wp_schedule_event( time(), 'hourly', 'jetpack_clean_nonces' ); + } + + /** + * Adds a used nonce to a list of known nonces. + * + * @param int $timestamp the current request timestamp. + * @param string $nonce the nonce value. + * + * @return bool whether the nonce is unique or not. + */ + public function add( $timestamp, $nonce ) { + if ( isset( static::$nonces_used_this_request[ "$timestamp:$nonce" ] ) ) { + return static::$nonces_used_this_request[ "$timestamp:$nonce" ]; + } + + // This should always have gone through Jetpack_Signature::sign_request() first to check $timestamp and $nonce. + $timestamp = (int) $timestamp; + $nonce = esc_sql( $nonce ); + + // Raw query so we can avoid races: add_option will also update. + $show_errors = $this->db->hide_errors(); + + // Running `try...finally` to make sure that we re-enable errors in case of an exception. + try { + $old_nonce = $this->db->get_row( + $this->db->prepare( "SELECT 1 FROM `{$this->db->options}` WHERE option_name = %s", "jetpack_nonce_{$timestamp}_{$nonce}" ) + ); + + if ( $old_nonce === null ) { + $return = (bool) $this->db->query( + $this->db->prepare( + "INSERT INTO `{$this->db->options}` (`option_name`, `option_value`, `autoload`) VALUES (%s, %s, %s)", + "jetpack_nonce_{$timestamp}_{$nonce}", + time(), + 'no' + ) + ); + } else { + $return = false; + } + } finally { + $this->db->show_errors( $show_errors ); + } + + static::$nonces_used_this_request[ "$timestamp:$nonce" ] = $return; + + return $return; + } + + /** + * Removing all existing nonces, or at least as many as possible. + * Capped at 20 seconds to avoid breaking the site. + * + * @param int $cutoff_timestamp All nonces added before this timestamp will be removed. + * @param int $time_limit How long the cleanup can run (in seconds). + * + * @return true + */ + public function clean_all( $cutoff_timestamp = PHP_INT_MAX, $time_limit = 20 ) { + // phpcs:ignore Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed + for ( $end_time = time() + $time_limit; time() < $end_time; ) { + $result = $this->delete( static::CLEAN_ALL_LIMIT_PER_BATCH, $cutoff_timestamp ); + + if ( ! $result ) { + break; + } + } + + return true; + } + + /** + * Scheduled clean up of the expired nonces. + */ + public static function clean_scheduled() { + /** + * Adjust the time limit for the scheduled cleanup. + * + * @since 9.5.0 + * + * @param int $time_limit How long the cleanup can run (in seconds). + */ + $time_limit = apply_filters( 'jetpack_connection_nonce_cleanup_runtime_limit', static::SCHEDULED_CLEANUP_TIME_LIMIT ); + + ( new static() )->clean_all( time() - static::LIFETIME, $time_limit ); + } + + /** + * Delete the nonces. + * + * @param int $limit How many nonces to delete. + * @param null|int $cutoff_timestamp All nonces added before this timestamp will be removed. + * + * @return int|false Number of removed nonces, or `false` if nothing to remove (or in case of a database error). + */ + public function delete( $limit = 10, $cutoff_timestamp = null ) { + global $wpdb; + + $ids = $wpdb->get_col( + $wpdb->prepare( + "SELECT option_id FROM `{$wpdb->options}`" + . " WHERE `option_name` >= 'jetpack_nonce_' AND `option_name` < %s" + . ' LIMIT %d', + 'jetpack_nonce_' . $cutoff_timestamp, + $limit + ) + ); + + if ( ! is_array( $ids ) ) { + // There's an error and we can't proceed. + return false; + } + + // Removing zeroes in case AUTO_INCREMENT of the options table is broken, and all ID's are zeroes. + $ids = array_filter( $ids ); + + if ( array() === $ids ) { + // There's nothing to remove. + return false; + } + + $ids_fill = implode( ', ', array_fill( 0, count( $ids ), '%d' ) ); + + $args = $ids; + $args[] = 'jetpack_nonce_%'; + + // The Code Sniffer is unable to understand what's going on... + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.PreparedSQLPlaceholders.ReplacementsWrongNumber + return $wpdb->query( $wpdb->prepare( "DELETE FROM `{$wpdb->options}` WHERE `option_id` IN ( {$ids_fill} ) AND option_name LIKE %s", $args ) ); + } + + /** + * Clean the cached nonces valid during the current request, therefore making them invalid. + * + * @return bool + */ + public static function invalidate_request_nonces() { + static::$nonces_used_this_request = array(); + + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php new file mode 100644 index 00000000..697f6723 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php @@ -0,0 +1,111 @@ + $version ) { + if ( ! is_string( $package ) || ! is_string( $version ) ) { + unset( $filter_versions[ $package ] ); + } + } + + if ( ! is_array( $option_versions ) + || count( array_diff_assoc( $filter_versions, $option_versions ) ) + || count( array_diff_assoc( $option_versions, $filter_versions ) ) + ) { + $this->update_package_versions_option( $filter_versions ); + } + } + + /** + * Updates the package versions: + * - Sends the updated package versions to wpcom. + * - Updates the 'jetpack_package_versions' option. + * + * @param array $package_versions The package versions. + */ + protected function update_package_versions_option( $package_versions ) { + $connection = new Manager(); + if ( ! $connection->is_connected() ) { + return; + } + + $site_id = \Jetpack_Options::get_option( 'id' ); + + $last_failed_attempt_within_hour = get_transient( self::CACHED_FAILED_REQUEST_KEY ); + + if ( $last_failed_attempt_within_hour ) { + return; + } + + $body = wp_json_encode( + array( + 'package_versions' => $package_versions, + ) + ); + + $response = Client::wpcom_json_api_request_as_blog( + sprintf( '/sites/%d/jetpack-package-versions', $site_id ), + '2', + array( + 'headers' => array( 'content-type' => 'application/json' ), + 'method' => 'POST', + ), + $body, + 'wpcom' + ); + + if ( 200 === wp_remote_retrieve_response_code( $response ) ) { + update_option( self::PACKAGE_VERSION_OPTION, $package_versions ); + } else { + set_transient( self::CACHED_FAILED_REQUEST_KEY, time(), self::CACHED_FAILED_REQUEST_EXPIRATION ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php new file mode 100644 index 00000000..d09a566a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php @@ -0,0 +1,30 @@ +is_connected() ) { + return; + } + + $site_id = \Jetpack_Options::get_option( 'id' ); + + $body = wp_json_encode( + array( + 'active_connected_plugins' => self::$plugins, + ) + ); + + Client::wpcom_json_api_request_as_blog( + sprintf( '/sites/%d/jetpack-active-connected-plugins', $site_id ), + '2', + array( + 'headers' => array( 'content-type' => 'application/json' ), + 'method' => 'POST', + ), + $body, + 'wpcom' + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php new file mode 100644 index 00000000..10b5c7b9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php @@ -0,0 +1,122 @@ +slug = $slug; + } + + /** + * Get the plugin slug. + * + * @return string + */ + public function get_slug() { + return $this->slug; + } + + /** + * Add the plugin connection info into Jetpack. + * + * @param string $name Plugin name, required. + * @param array $args Plugin arguments, optional. + * + * @return $this + * @see $this->arguments_whitelist + */ + public function add( $name, array $args = array() ) { + $args = compact( 'name' ) + array_intersect_key( $args, array_flip( $this->arguments_whitelist ) ); + + Plugin_Storage::upsert( $this->slug, $args ); + + return $this; + } + + /** + * Remove the plugin connection info from Jetpack. + * + * @return $this + */ + public function remove() { + Plugin_Storage::delete( $this->slug ); + + return $this; + } + + /** + * Determine if this plugin connection is the only one active at the moment, if any. + * + * @return bool + */ + public function is_only() { + $plugins = Plugin_Storage::get_all(); + + return ! $plugins || ( array_key_exists( $this->slug, $plugins ) && 1 === count( $plugins ) ); + } + + /** + * Add the plugin to the set of disconnected ones. + * + * @deprecated since 1.39.0. + * + * @return bool + */ + public function disable() { + return true; + } + + /** + * Remove the plugin from the set of disconnected ones. + * + * @deprecated since 1.39.0. + * + * @return bool + */ + public function enable() { + return true; + } + + /** + * Whether this plugin is allowed to use the connection. + * + * @deprecated since 11.0 + * @return bool + */ + public function is_enabled() { + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php new file mode 100644 index 00000000..c5a89f53 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php @@ -0,0 +1,220 @@ +connection_manager = new Manager(); + } + + /** + * Controls the single instance of this class. + * + * @static + */ + public static function init() { + if ( ! self::$instance ) { + self::$instance = new self(); + + add_filter( 'determine_current_user', array( self::$instance, 'wp_rest_authenticate' ) ); + add_filter( 'rest_authentication_errors', array( self::$instance, 'wp_rest_authentication_errors' ) ); + } + + return self::$instance; + } + + /** + * Authenticates requests from Jetpack server to WP REST API endpoints. + * Uses the existing XMLRPC request signing implementation. + * + * @param int|bool $user User ID if one has been determined, false otherwise. + * + * @return int|null The user id or null if the request was authenticated via blog token, or not authenticated at all. + */ + public function wp_rest_authenticate( $user ) { + if ( $this->doing_determine_current_user_filter ) { + return $user; + } + + $this->doing_determine_current_user_filter = true; + + try { + if ( ! empty( $user ) ) { + // Another authentication method is in effect. + return $user; + } + + add_filter( + 'jetpack_constant_default_value', + __NAMESPACE__ . '\Utils::jetpack_api_constant_filter', + 10, + 2 + ); + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( ! isset( $_GET['_for'] ) || 'jetpack' !== $_GET['_for'] ) { + // Nothing to do for this authentication method. + return null; + } + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( ! isset( $_GET['token'] ) && ! isset( $_GET['signature'] ) ) { + // Nothing to do for this authentication method. + return null; + } + + if ( ! isset( $_SERVER['REQUEST_METHOD'] ) ) { + $this->rest_authentication_status = new \WP_Error( + 'rest_invalid_request', + __( 'The request method is missing.', 'jetpack-connection' ), + array( 'status' => 400 ) + ); + return null; + } + + // Only support specific request parameters that have been tested and + // are known to work with signature verification. A different method + // can be passed to the WP REST API via the '?_method=' parameter if + // needed. + if ( 'GET' !== $_SERVER['REQUEST_METHOD'] && 'POST' !== $_SERVER['REQUEST_METHOD'] ) { + $this->rest_authentication_status = new \WP_Error( + 'rest_invalid_request', + __( 'This request method is not supported.', 'jetpack-connection' ), + array( 'status' => 400 ) + ); + return null; + } + if ( 'POST' !== $_SERVER['REQUEST_METHOD'] && ! empty( file_get_contents( 'php://input' ) ) ) { + $this->rest_authentication_status = new \WP_Error( + 'rest_invalid_request', + __( 'This request method does not support body parameters.', 'jetpack-connection' ), + array( 'status' => 400 ) + ); + return null; + } + + $verified = $this->connection_manager->verify_xml_rpc_signature(); + + if ( + $verified && + isset( $verified['type'] ) && + 'blog' === $verified['type'] + ) { + // Site-level authentication successful. + $this->rest_authentication_status = true; + $this->rest_authentication_type = 'blog'; + return null; + } + + if ( + $verified && + isset( $verified['type'] ) && + 'user' === $verified['type'] && + ! empty( $verified['user_id'] ) + ) { + // User-level authentication successful. + $this->rest_authentication_status = true; + $this->rest_authentication_type = 'user'; + return $verified['user_id']; + } + + // Something else went wrong. Probably a signature error. + $this->rest_authentication_status = new \WP_Error( + 'rest_invalid_signature', + __( 'The request is not signed correctly.', 'jetpack-connection' ), + array( 'status' => 400 ) + ); + return null; + } finally { + $this->doing_determine_current_user_filter = false; + } + } + + /** + * Report authentication status to the WP REST API. + * + * @param WP_Error|mixed $value Error from another authentication handler, null if we should handle it, or another value if not. + * @return WP_Error|boolean|null {@see WP_JSON_Server::check_authentication} + */ + public function wp_rest_authentication_errors( $value ) { + if ( null !== $value ) { + return $value; + } + return $this->rest_authentication_status; + } + + /** + * Resets the saved authentication state in between testing requests. + */ + public function reset_saved_auth_state() { + $this->rest_authentication_status = null; + $this->connection_manager->reset_saved_auth_state(); + } + + /** + * Whether the request was signed with a blog token. + * + * @since 1.29.0 + * + * @return bool True if the request was signed with a valid blog token, false otherwise. + */ + public static function is_signed_with_blog_token() { + $instance = self::init(); + + return true === $instance->rest_authentication_status && 'blog' === $instance->rest_authentication_type; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php new file mode 100644 index 00000000..5b04eb93 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php @@ -0,0 +1,850 @@ +connection = $connection; + + self::$user_permissions_error_msg = esc_html__( + 'You do not have the correct user permissions to perform this action. + Please contact your site admin if you think this is a mistake.', + 'jetpack-connection' + ); + + $jp_version = Constants::get_constant( 'JETPACK__VERSION' ); + + if ( ! $this->connection->has_connected_owner() ) { + // Register a site. + register_rest_route( + 'jetpack/v4', + '/verify_registration', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'verify_registration' ), + 'permission_callback' => '__return_true', + ) + ); + } + + // Authorize a remote user. + register_rest_route( + 'jetpack/v4', + '/remote_authorize', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::remote_authorize', + 'permission_callback' => '__return_true', + ) + ); + + // Get current connection status of Jetpack. + register_rest_route( + 'jetpack/v4', + '/connection', + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::connection_status', + 'permission_callback' => '__return_true', + ) + ); + + // Disconnect site. + register_rest_route( + 'jetpack/v4', + '/connection', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::disconnect_site', + 'permission_callback' => __CLASS__ . '::disconnect_site_permission_check', + 'args' => array( + 'isActive' => array( + 'description' => __( 'Set to false will trigger the site to disconnect.', 'jetpack-connection' ), + 'validate_callback' => function ( $value ) { + if ( false !== $value ) { + return new WP_Error( + 'rest_invalid_param', + __( 'The isActive argument should be set to false.', 'jetpack-connection' ), + array( 'status' => 400 ) + ); + } + + return true; + }, + 'required' => true, + ), + ), + ) + ); + + // We are only registering this route if Jetpack-the-plugin is not active or it's version is ge 10.0-alpha. + // The reason for doing so is to avoid conflicts between the Connection package and + // older versions of Jetpack, registering the same route twice. + if ( empty( $jp_version ) || version_compare( $jp_version, '10.0-alpha', '>=' ) ) { + // Get current user connection data. + register_rest_route( + 'jetpack/v4', + '/connection/data', + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_user_connection_data', + 'permission_callback' => __CLASS__ . '::user_connection_data_permission_check', + ) + ); + } + + // Get list of plugins that use the Jetpack connection. + register_rest_route( + 'jetpack/v4', + '/connection/plugins', + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => array( __CLASS__, 'get_connection_plugins' ), + 'permission_callback' => __CLASS__ . '::connection_plugins_permission_check', + ) + ); + + // Full or partial reconnect in case of connection issues. + register_rest_route( + 'jetpack/v4', + '/connection/reconnect', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'connection_reconnect' ), + 'permission_callback' => __CLASS__ . '::jetpack_reconnect_permission_check', + ) + ); + + // Register the site (get `blog_token`). + register_rest_route( + 'jetpack/v4', + '/connection/register', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( $this, 'connection_register' ), + 'permission_callback' => __CLASS__ . '::jetpack_register_permission_check', + 'args' => array( + 'from' => array( + 'description' => __( 'Indicates where the registration action was triggered for tracking/segmentation purposes', 'jetpack-connection' ), + 'type' => 'string', + ), + 'registration_nonce' => array( + 'description' => __( 'The registration nonce', 'jetpack-connection' ), + 'type' => 'string', + 'required' => true, + ), + 'redirect_uri' => array( + 'description' => __( 'URI of the admin page where the user should be redirected after connection flow', 'jetpack-connection' ), + 'type' => 'string', + ), + 'plugin_slug' => array( + 'description' => __( 'Indicates from what plugin the request is coming from', 'jetpack-connection' ), + 'type' => 'string', + ), + ), + ) + ); + + // Get authorization URL. + register_rest_route( + 'jetpack/v4', + '/connection/authorize_url', + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => array( $this, 'connection_authorize_url' ), + 'permission_callback' => __CLASS__ . '::user_connection_data_permission_check', + 'args' => array( + 'redirect_uri' => array( + 'description' => __( 'URI of the admin page where the user should be redirected after connection flow', 'jetpack-connection' ), + 'type' => 'string', + ), + ), + ) + ); + + register_rest_route( + 'jetpack/v4', + '/user-token', + array( + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( static::class, 'update_user_token' ), + 'permission_callback' => array( static::class, 'update_user_token_permission_check' ), + 'args' => array( + 'user_token' => array( + 'description' => __( 'New user token', 'jetpack-connection' ), + 'type' => 'string', + 'required' => true, + ), + 'is_connection_owner' => array( + 'description' => __( 'Is connection owner', 'jetpack-connection' ), + 'type' => 'boolean', + ), + ), + ), + ) + ); + + // Set the connection owner. + register_rest_route( + 'jetpack/v4', + '/connection/owner', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => array( static::class, 'set_connection_owner' ), + 'permission_callback' => array( static::class, 'set_connection_owner_permission_check' ), + 'args' => array( + 'owner' => array( + 'description' => __( 'New owner', 'jetpack-connection' ), + 'type' => 'integer', + 'required' => true, + ), + ), + ) + ); + } + + /** + * Handles verification that a site is registered. + * + * @since 1.7.0 + * @since-jetpack 5.4.0 + * + * @param WP_REST_Request $request The request sent to the WP REST API. + * + * @return string|WP_Error + */ + public function verify_registration( WP_REST_Request $request ) { + $registration_data = array( $request['secret_1'], $request['state'] ); + + return $this->connection->handle_registration( $registration_data ); + } + + /** + * Handles verification that a site is registered + * + * @since 1.7.0 + * @since-jetpack 5.4.0 + * + * @param WP_REST_Request $request The request sent to the WP REST API. + * + * @return array|wp-error + */ + public static function remote_authorize( $request ) { + $xmlrpc_server = new Jetpack_XMLRPC_Server(); + $result = $xmlrpc_server->remote_authorize( $request ); + + if ( is_a( $result, 'IXR_Error' ) ) { + $result = new WP_Error( $result->code, $result->message ); + } + + return $result; + } + + /** + * Get connection status for this Jetpack site. + * + * @since 1.7.0 + * @since-jetpack 4.3.0 + * + * @param bool $rest_response Should we return a rest response or a simple array. Default to rest response. + * + * @return WP_REST_Response|array Connection information. + */ + public static function connection_status( $rest_response = true ) { + $status = new Status(); + $connection = new Manager(); + + $connection_status = array( + 'isActive' => $connection->has_connected_owner(), // TODO deprecate this. + 'isStaging' => $status->is_staging_site(), + 'isRegistered' => $connection->is_connected(), + 'isUserConnected' => $connection->is_user_connected(), + 'hasConnectedOwner' => $connection->has_connected_owner(), + 'offlineMode' => array( + 'isActive' => $status->is_offline_mode(), + 'constant' => defined( 'JETPACK_DEV_DEBUG' ) && JETPACK_DEV_DEBUG, + 'url' => $status->is_local_site(), + /** This filter is documented in packages/status/src/class-status.php */ + 'filter' => ( apply_filters( 'jetpack_development_mode', false ) || apply_filters( 'jetpack_offline_mode', false ) ), // jetpack_development_mode is deprecated. + 'wpLocalConstant' => defined( 'WP_LOCAL_DEV' ) && WP_LOCAL_DEV, + ), + 'isPublic' => '1' == get_option( 'blog_public' ), // phpcs:ignore Universal.Operators.StrictComparisons.LooseEqual + ); + + /** + * Filters the connection status data. + * + * @since 1.25.0 + * + * @param array An array containing the connection status data. + */ + $connection_status = apply_filters( 'jetpack_connection_status', $connection_status ); + + if ( $rest_response ) { + return rest_ensure_response( + $connection_status + ); + } else { + return $connection_status; + } + } + + /** + * Get plugins connected to the Jetpack. + * + * @param bool $rest_response Should we return a rest response or a simple array. Default to rest response. + * + * @since 1.13.1 + * @since 1.38.0 Added $rest_response param. + * + * @return WP_REST_Response|WP_Error Response or error object, depending on the request result. + */ + public static function get_connection_plugins( $rest_response = true ) { + $plugins = ( new Manager() )->get_connected_plugins(); + + if ( is_wp_error( $plugins ) ) { + return $plugins; + } + + array_walk( + $plugins, + function ( &$data, $slug ) { + $data['slug'] = $slug; + } + ); + + if ( $rest_response ) { + return rest_ensure_response( array_values( $plugins ) ); + } + + return array_values( $plugins ); + } + + /** + * Verify that user can view Jetpack admin page and can activate plugins. + * + * @since 1.15.0 + * + * @return bool|WP_Error Whether user has the capability 'activate_plugins'. + */ + public static function activate_plugins_permission_check() { + if ( current_user_can( 'activate_plugins' ) ) { + return true; + } + + return new WP_Error( 'invalid_user_permission_activate_plugins', self::get_user_permissions_error_msg(), array( 'status' => rest_authorization_required_code() ) ); + } + + /** + * Permission check for the connection_plugins endpoint + * + * @return bool|WP_Error + */ + public static function connection_plugins_permission_check() { + if ( true === static::activate_plugins_permission_check() ) { + return true; + } + + if ( true === static::is_request_signed_by_jetpack_debugger() ) { + return true; + } + + return new WP_Error( 'invalid_user_permission_activate_plugins', self::get_user_permissions_error_msg(), array( 'status' => rest_authorization_required_code() ) ); + } + + /** + * Permission check for the disconnect site endpoint. + * + * @since 1.30.1 + * + * @return bool|WP_Error True if user is able to disconnect the site. + */ + public static function disconnect_site_permission_check() { + if ( current_user_can( 'jetpack_disconnect' ) ) { + return true; + } + + return new WP_Error( + 'invalid_user_permission_jetpack_disconnect', + self::get_user_permissions_error_msg(), + array( 'status' => rest_authorization_required_code() ) + ); + } + + /** + * Get miscellaneous user data related to the connection. Similar data available in old "My Jetpack". + * Information about the master/primary user. + * Information about the current user. + * + * @param bool $rest_response Should we return a rest response or a simple array. Default to rest response. + * + * @since 1.30.1 + * + * @return \WP_REST_Response|array + */ + public static function get_user_connection_data( $rest_response = true ) { + $blog_id = \Jetpack_Options::get_option( 'id' ); + + $connection = new Manager(); + + $current_user = wp_get_current_user(); + $connection_owner = $connection->get_connection_owner(); + + $owner_display_name = false === $connection_owner ? null : $connection_owner->display_name; + + $is_user_connected = $connection->is_user_connected(); + $is_master_user = false === $connection_owner ? false : ( $current_user->ID === $connection_owner->ID ); + $wpcom_user_data = $connection->get_connected_user_data(); + + // Add connected user gravatar to the returned wpcom_user_data. + // Probably we shouldn't do this when $wpcom_user_data is false, but we have been since 2016 so + // clients probably expect that by now. + if ( false === $wpcom_user_data ) { + $wpcom_user_data = array(); + } + $wpcom_user_data['avatar'] = ( ! empty( $wpcom_user_data['email'] ) ? + get_avatar_url( + $wpcom_user_data['email'], + array( + 'size' => 64, + 'default' => 'mysteryman', + ) + ) + : false ); + + $current_user_connection_data = array( + 'isConnected' => $is_user_connected, + 'isMaster' => $is_master_user, + 'username' => $current_user->user_login, + 'id' => $current_user->ID, + 'blogId' => $blog_id, + 'wpcomUser' => $wpcom_user_data, + 'gravatar' => get_avatar_url( $current_user->ID, 64, 'mm', '', array( 'force_display' => true ) ), + 'permissions' => array( + 'connect' => current_user_can( 'jetpack_connect' ), + 'connect_user' => current_user_can( 'jetpack_connect_user' ), + 'disconnect' => current_user_can( 'jetpack_disconnect' ), + ), + ); + + /** + * Filters the current user connection data. + * + * @since 1.30.1 + * + * @param array An array containing the current user connection data. + */ + $current_user_connection_data = apply_filters( 'jetpack_current_user_connection_data', $current_user_connection_data ); + + $response = array( + 'currentUser' => $current_user_connection_data, + 'connectionOwner' => $owner_display_name, + ); + + if ( $rest_response ) { + return rest_ensure_response( $response ); + } + + return $response; + } + + /** + * Permission check for the connection/data endpoint + * + * @return bool|WP_Error + */ + public static function user_connection_data_permission_check() { + if ( current_user_can( 'jetpack_connect_user' ) ) { + return true; + } + + return new WP_Error( + 'invalid_user_permission_user_connection_data', + self::get_user_permissions_error_msg(), + array( 'status' => rest_authorization_required_code() ) + ); + } + + /** + * Verifies if the request was signed with the Jetpack Debugger key + * + * @param string|null $pub_key The public key used to verify the signature. Default is the Jetpack Debugger key. This is used for testing purposes. + * + * @return bool + */ + public static function is_request_signed_by_jetpack_debugger( $pub_key = null ) { + // phpcs:disable WordPress.Security.NonceVerification.Recommended + if ( ! isset( $_GET['signature'] ) || ! isset( $_GET['timestamp'] ) || ! isset( $_GET['url'] ) || ! isset( $_GET['rest_route'] ) ) { + return false; + } + + // signature timestamp must be within 5min of current time. + if ( abs( time() - (int) $_GET['timestamp'] ) > 300 ) { + return false; + } + + $signature = base64_decode( filter_var( wp_unslash( $_GET['signature'] ) ) ); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_decode + + $signature_data = wp_json_encode( + array( + 'rest_route' => filter_var( wp_unslash( $_GET['rest_route'] ) ), + 'timestamp' => (int) $_GET['timestamp'], + 'url' => filter_var( wp_unslash( $_GET['url'] ) ), + ) + ); + + if ( + ! function_exists( 'openssl_verify' ) + || 1 !== openssl_verify( + $signature_data, + $signature, + $pub_key ? $pub_key : static::JETPACK__DEBUGGER_PUBLIC_KEY + ) + ) { + return false; + } + + // phpcs:enable WordPress.Security.NonceVerification.Recommended + + return true; + } + + /** + * Verify that user is allowed to disconnect Jetpack. + * + * @since 1.15.0 + * + * @return bool|WP_Error Whether user has the capability 'jetpack_disconnect'. + */ + public static function jetpack_reconnect_permission_check() { + if ( current_user_can( 'jetpack_reconnect' ) ) { + return true; + } + + return new WP_Error( 'invalid_user_permission_jetpack_disconnect', self::get_user_permissions_error_msg(), array( 'status' => rest_authorization_required_code() ) ); + } + + /** + * Returns generic error message when user is not allowed to perform an action. + * + * @return string The error message. + */ + public static function get_user_permissions_error_msg() { + return self::$user_permissions_error_msg; + } + + /** + * The endpoint tried to partially or fully reconnect the website to WP.com. + * + * @since 1.15.0 + * + * @return \WP_REST_Response|WP_Error + */ + public function connection_reconnect() { + $response = array(); + + $next = null; + + $result = $this->connection->restore(); + + if ( is_wp_error( $result ) ) { + $response = $result; + } elseif ( is_string( $result ) ) { + $next = $result; + } else { + $next = true === $result ? 'completed' : 'failed'; + } + + switch ( $next ) { + case 'authorize': + $response['status'] = 'in_progress'; + $response['authorizeUrl'] = $this->connection->get_authorization_url(); + break; + case 'completed': + $response['status'] = 'completed'; + /** + * Action fired when reconnection has completed successfully. + * + * @since 1.18.1 + */ + do_action( 'jetpack_reconnection_completed' ); + break; + case 'failed': + $response = new WP_Error( 'Reconnect failed' ); + break; + } + + return rest_ensure_response( $response ); + } + + /** + * Verify that user is allowed to connect Jetpack. + * + * @since 1.26.0 + * + * @return bool|WP_Error Whether user has the capability 'jetpack_connect'. + */ + public static function jetpack_register_permission_check() { + if ( current_user_can( 'jetpack_connect' ) ) { + return true; + } + + return new WP_Error( 'invalid_user_permission_jetpack_connect', self::get_user_permissions_error_msg(), array( 'status' => rest_authorization_required_code() ) ); + } + + /** + * The endpoint tried to partially or fully reconnect the website to WP.com. + * + * @since 1.7.0 + * @since-jetpack 7.7.0 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response|WP_Error + */ + public function connection_register( $request ) { + if ( ! wp_verify_nonce( $request->get_param( 'registration_nonce' ), 'jetpack-registration-nonce' ) ) { + return new WP_Error( 'invalid_nonce', __( 'Unable to verify your request.', 'jetpack-connection' ), array( 'status' => 403 ) ); + } + + if ( isset( $request['from'] ) ) { + $this->connection->add_register_request_param( 'from', (string) $request['from'] ); + } + + if ( ! empty( $request['plugin_slug'] ) ) { + // If `plugin_slug` matches a plugin using the connection, let's inform the plugin that is establishing the connection. + $connected_plugin = Plugin_Storage::get_one( (string) $request['plugin_slug'] ); + if ( ! is_wp_error( $connected_plugin ) && ! empty( $connected_plugin ) ) { + $this->connection->set_plugin_instance( new Plugin( (string) $request['plugin_slug'] ) ); + } + } + + $result = $this->connection->try_registration(); + + if ( is_wp_error( $result ) ) { + return $result; + } + + $redirect_uri = $request->get_param( 'redirect_uri' ) ? admin_url( $request->get_param( 'redirect_uri' ) ) : null; + + if ( class_exists( 'Jetpack' ) ) { + $authorize_url = \Jetpack::build_authorize_url( $redirect_uri ); + } else { + $authorize_url = $this->connection->get_authorization_url( null, $redirect_uri ); + } + + /** + * Filters the response of jetpack/v4/connection/register endpoint + * + * @param array $response Array response + * @since 1.27.0 + */ + $response_body = apply_filters( + 'jetpack_register_site_rest_response', + array() + ); + + // We manipulate the alternate URLs after the filter is applied, so they can not be overwritten. + $response_body['authorizeUrl'] = $authorize_url; + if ( ! empty( $response_body['alternateAuthorizeUrl'] ) ) { + $response_body['alternateAuthorizeUrl'] = Redirect::get_url( $response_body['alternateAuthorizeUrl'] ); + } + + return rest_ensure_response( $response_body ); + } + + /** + * Get the authorization URL. + * + * @since 1.27.0 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response|WP_Error + */ + public function connection_authorize_url( $request ) { + $redirect_uri = $request->get_param( 'redirect_uri' ) ? admin_url( $request->get_param( 'redirect_uri' ) ) : null; + $authorize_url = $this->connection->get_authorization_url( null, $redirect_uri ); + + return rest_ensure_response( + array( + 'authorizeUrl' => $authorize_url, + ) + ); + } + + /** + * The endpoint tried to partially or fully reconnect the website to WP.com. + * + * @since 1.29.0 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response|WP_Error + */ + public static function update_user_token( $request ) { + $token_parts = explode( '.', $request['user_token'] ); + + if ( count( $token_parts ) !== 3 || ! (int) $token_parts[2] || ! ctype_digit( $token_parts[2] ) ) { + return new WP_Error( 'invalid_argument_user_token', esc_html__( 'Invalid user token is provided', 'jetpack-connection' ) ); + } + + $user_id = (int) $token_parts[2]; + + if ( false === get_userdata( $user_id ) ) { + return new WP_Error( 'invalid_argument_user_id', esc_html__( 'Invalid user id is provided', 'jetpack-connection' ) ); + } + + $connection = new Manager(); + + if ( ! $connection->is_connected() ) { + return new WP_Error( 'site_not_connected', esc_html__( 'Site is not connected', 'jetpack-connection' ) ); + } + + $is_connection_owner = isset( $request['is_connection_owner'] ) + ? (bool) $request['is_connection_owner'] + : ( new Manager() )->get_connection_owner_id() === $user_id; + + ( new Tokens() )->update_user_token( $user_id, $request['user_token'], $is_connection_owner ); + + /** + * Fires when the user token gets successfully replaced. + * + * @since 1.29.0 + * + * @param int $user_id User ID. + * @param string $token New user token. + */ + do_action( 'jetpack_updated_user_token', $user_id, $request['user_token'] ); + + return rest_ensure_response( + array( + 'success' => true, + ) + ); + } + + /** + * Disconnects Jetpack from the WordPress.com Servers + * + * @since 1.30.1 + * + * @return bool|WP_Error True if Jetpack successfully disconnected. + */ + public static function disconnect_site() { + $connection = new Manager(); + + if ( $connection->is_connected() ) { + $connection->disconnect_site(); + return rest_ensure_response( array( 'code' => 'success' ) ); + } + + return new WP_Error( + 'disconnect_failed', + esc_html__( 'Failed to disconnect the site as it appears already disconnected.', 'jetpack-connection' ), + array( 'status' => 400 ) + ); + } + + /** + * Verify that the API client is allowed to replace user token. + * + * @since 1.29.0 + * + * @return bool|WP_Error. + */ + public static function update_user_token_permission_check() { + return Rest_Authentication::is_signed_with_blog_token() + ? true + : new WP_Error( 'invalid_permission_update_user_token', self::get_user_permissions_error_msg(), array( 'status' => rest_authorization_required_code() ) ); + } + + /** + * Change the connection owner. + * + * @since 1.29.0 + * + * @param WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response|WP_Error + */ + public static function set_connection_owner( $request ) { + $new_owner_id = $request['owner']; + + $owner_set = ( new Manager() )->update_connection_owner( $new_owner_id ); + + if ( is_wp_error( $owner_set ) ) { + return $owner_set; + } + + return rest_ensure_response( + array( + 'code' => 'success', + ) + ); + } + + /** + * Check that user has permission to change the master user. + * + * @since 1.7.0 + * @since-jetpack 6.2.0 + * @since-jetpack 7.7.0 Update so that any user with jetpack_disconnect privs can set owner. + * + * @return bool|WP_Error True if user is able to change master user. + */ + public static function set_connection_owner_permission_check() { + if ( current_user_can( 'jetpack_disconnect' ) ) { + return true; + } + + return new WP_Error( 'invalid_user_permission_set_connection_owner', self::get_user_permissions_error_msg(), array( 'status' => rest_authorization_required_code() ) ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php new file mode 100644 index 00000000..81e72500 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php @@ -0,0 +1,281 @@ + time() + ) { + return $secrets[ $secret_name ]; + } + + $secret_value = array( + 'secret_1' => call_user_func( $callable ), + 'secret_2' => call_user_func( $callable ), + 'exp' => time() + $exp, + ); + + $secrets[ $secret_name ] = $secret_value; + + $res = Jetpack_Options::update_raw_option( self::LEGACY_SECRETS_OPTION_NAME, $secrets ); + return $res ? $secrets[ $secret_name ] : false; + } + + /** + * Returns two secret tokens and the end of life timestamp for them. + * + * @param String $action The action name. + * @param Integer $user_id The user identifier. + * @return string|array an array of secrets or an error string. + */ + public function get( $action, $user_id ) { + $secret_name = 'jetpack_' . $action . '_' . $user_id; + $secrets = Jetpack_Options::get_raw_option( + self::LEGACY_SECRETS_OPTION_NAME, + array() + ); + + if ( ! isset( $secrets[ $secret_name ] ) ) { + return self::SECRETS_MISSING; + } + + if ( $secrets[ $secret_name ]['exp'] < time() ) { + $this->delete( $action, $user_id ); + return self::SECRETS_EXPIRED; + } + + return $secrets[ $secret_name ]; + } + + /** + * Deletes secret tokens in case they, for example, have expired. + * + * @param String $action The action name. + * @param Integer $user_id The user identifier. + */ + public function delete( $action, $user_id ) { + $secret_name = 'jetpack_' . $action . '_' . $user_id; + $secrets = Jetpack_Options::get_raw_option( + self::LEGACY_SECRETS_OPTION_NAME, + array() + ); + if ( isset( $secrets[ $secret_name ] ) ) { + unset( $secrets[ $secret_name ] ); + Jetpack_Options::update_raw_option( self::LEGACY_SECRETS_OPTION_NAME, $secrets ); + } + } + + /** + * Verify a Previously Generated Secret. + * + * @param string $action The type of secret to verify. + * @param string $secret_1 The secret string to compare to what is stored. + * @param int $user_id The user ID of the owner of the secret. + * @return WP_Error|string WP_Error on failure, secret_2 on success. + */ + public function verify( $action, $secret_1, $user_id ) { + $allowed_actions = array( 'register', 'authorize', 'publicize' ); + if ( ! in_array( $action, $allowed_actions, true ) ) { + return new WP_Error( 'unknown_verification_action', 'Unknown Verification Action', 400 ); + } + + $user = get_user_by( 'id', $user_id ); + + /** + * We've begun verifying the previously generated secret. + * + * @since 1.7.0 + * @since-jetpack 7.5.0 + * + * @param string $action The type of secret to verify. + * @param \WP_User $user The user object. + */ + do_action( 'jetpack_verify_secrets_begin', $action, $user ); + + $return_error = function ( WP_Error $error ) use ( $action, $user ) { + /** + * Verifying of the previously generated secret has failed. + * + * @since 1.7.0 + * @since-jetpack 7.5.0 + * + * @param string $action The type of secret to verify. + * @param \WP_User $user The user object. + * @param WP_Error $error The error object. + */ + do_action( 'jetpack_verify_secrets_fail', $action, $user, $error ); + + return $error; + }; + + $stored_secrets = $this->get( $action, $user_id ); + $this->delete( $action, $user_id ); + + $error = null; + if ( empty( $secret_1 ) ) { + $error = $return_error( + new WP_Error( + 'verify_secret_1_missing', + /* translators: "%s" is the name of a paramter. It can be either "secret_1" or "state". */ + sprintf( __( 'The required "%s" parameter is missing.', 'jetpack-connection' ), 'secret_1' ), + 400 + ) + ); + } elseif ( ! is_string( $secret_1 ) ) { + $error = $return_error( + new WP_Error( + 'verify_secret_1_malformed', + /* translators: "%s" is the name of a paramter. It can be either "secret_1" or "state". */ + sprintf( __( 'The required "%s" parameter is malformed.', 'jetpack-connection' ), 'secret_1' ), + 400 + ) + ); + } elseif ( empty( $user_id ) ) { + // $user_id is passed around during registration as "state". + $error = $return_error( + new WP_Error( + 'state_missing', + /* translators: "%s" is the name of a paramter. It can be either "secret_1" or "state". */ + sprintf( __( 'The required "%s" parameter is missing.', 'jetpack-connection' ), 'state' ), + 400 + ) + ); + } elseif ( ! ctype_digit( (string) $user_id ) ) { + $error = $return_error( + new WP_Error( + 'state_malformed', + /* translators: "%s" is the name of a paramter. It can be either "secret_1" or "state". */ + sprintf( __( 'The required "%s" parameter is malformed.', 'jetpack-connection' ), 'state' ), + 400 + ) + ); + } elseif ( self::SECRETS_MISSING === $stored_secrets ) { + $error = $return_error( + new WP_Error( + 'verify_secrets_missing', + __( 'Verification secrets not found', 'jetpack-connection' ), + 400 + ) + ); + } elseif ( self::SECRETS_EXPIRED === $stored_secrets ) { + $error = $return_error( + new WP_Error( + 'verify_secrets_expired', + __( 'Verification took too long', 'jetpack-connection' ), + 400 + ) + ); + } elseif ( ! $stored_secrets ) { + $error = $return_error( + new WP_Error( + 'verify_secrets_empty', + __( 'Verification secrets are empty', 'jetpack-connection' ), + 400 + ) + ); + } elseif ( is_wp_error( $stored_secrets ) ) { + $stored_secrets->add_data( 400 ); + $error = $return_error( $stored_secrets ); + } elseif ( empty( $stored_secrets['secret_1'] ) || empty( $stored_secrets['secret_2'] ) || empty( $stored_secrets['exp'] ) ) { + $error = $return_error( + new WP_Error( + 'verify_secrets_incomplete', + __( 'Verification secrets are incomplete', 'jetpack-connection' ), + 400 + ) + ); + } elseif ( ! hash_equals( $secret_1, $stored_secrets['secret_1'] ) ) { + $error = $return_error( + new WP_Error( + 'verify_secrets_mismatch', + __( 'Secret mismatch', 'jetpack-connection' ), + 400 + ) + ); + } + + // Something went wrong during the checks, returning the error. + if ( ! empty( $error ) ) { + return $error; + } + + /** + * We've succeeded at verifying the previously generated secret. + * + * @since 1.7.0 + * @since-jetpack 7.5.0 + * + * @param string $action The type of secret to verify. + * @param \WP_User $user The user object. + */ + do_action( 'jetpack_verify_secrets_success', $action, $user ); + + return $stored_secrets['secret_2']; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php new file mode 100644 index 00000000..711480bb --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php @@ -0,0 +1,243 @@ + new URL, 'host' => new Host, 'new_signature => New signature if url was changed ] + */ + public function server_sandbox_request_parameters( $sandbox, $url, $headers, $data = null, $method = 'GET' ) { + $host = ''; + $new_signature = ''; + + if ( ! is_string( $sandbox ) || ! is_string( $url ) ) { + return array( + 'url' => $url, + 'host' => $host, + 'new_signature' => $new_signature, + ); + } + + $url_host = wp_parse_url( $url, PHP_URL_HOST ); + + switch ( $url_host ) { + case 'public-api.wordpress.com': + case 'jetpack.wordpress.com': + case 'jetpack.com': + case 'dashboard.wordpress.com': + $host = isset( $headers['Host'] ) ? $headers['Host'] : $url_host; + $original_url = $url; + $url = preg_replace( + '@^(https?://)' . preg_quote( $url_host, '@' ) . '(?=[/?#].*|$)@', + '${1}' . $sandbox, + $url, + 1 + ); + + /** + * Whether to add the X Debug query parameter to the request made to the Sandbox + * + * @since 1.36.0 + * + * @param bool $add_parameter Whether to add the parameter to the request or not. Default is to false. + * @param string $url The URL of the request being made. + * @param string $host The host of the request being made. + */ + if ( apply_filters( 'jetpack_sandbox_add_profile_parameter', false, $url, $host ) ) { + $url = add_query_arg( 'XDEBUG_PROFILE', 1, $url ); + + // URL has been modified since the signature was created. We'll need a new one. + $original_url = add_query_arg( 'XDEBUG_PROFILE', 1, $original_url ); + $new_signature = $this->get_new_signature( $original_url, $headers, $data, $method ); + + } + } + + return compact( 'url', 'host', 'new_signature' ); + } + + /** + * Gets a new signature for the request + * + * @param string $url The new URL to be signed. + * @param array $headers The headers of the request about to be made. + * @param string $data The body of request about to be made. + * @param string $method The method of the request about to be made. + * @return string|null + */ + private function get_new_signature( $url, $headers, $data, $method ) { + + if ( ! empty( $headers['Authorization'] ) ) { + $a_headers = $this->extract_authorization_headers( $headers ); + if ( ! empty( $a_headers ) ) { + $token_details = explode( ':', $a_headers['token'] ); + + if ( count( $token_details ) === 3 ) { + $user_id = $token_details[2]; + $token = ( new Tokens() )->get_access_token( $user_id ); + $time_diff = (int) \Jetpack_Options::get_option( 'time_diff' ); + $jetpack_signature = new \Jetpack_Signature( $token->secret, $time_diff ); + + $signature = $jetpack_signature->sign_request( + $a_headers['token'], + $a_headers['timestamp'], + $a_headers['nonce'], + $a_headers['body-hash'], + $method, + $url, + $data, + false + ); + + if ( $signature && ! is_wp_error( $signature ) ) { + return $signature; + } elseif ( is_wp_error( $signature ) ) { + $this->log_new_signature_error( $signature->get_error_message() ); + } + } else { + $this->log_new_signature_error( 'Malformed token on Authorization Header' ); + } + } else { + $this->log_new_signature_error( 'Error extracting Authorization Header' ); + } + } else { + $this->log_new_signature_error( 'Empty Authorization Header' ); + } + } + + /** + * Logs error if the attempt to create a new signature fails + * + * @param string $message The error message. + * @return void + */ + private function log_new_signature_error( $message ) { + if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) { + error_log( sprintf( "SANDBOXING: Error re-signing the request. '%s'", $message ) ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log + } + } + + /** + * Extract the values in the Authorization header into an array + * + * @param array $headers The headers of the request about to be made. + * @return array|null + */ + public function extract_authorization_headers( $headers ) { + if ( ! empty( $headers['Authorization'] ) && is_string( $headers['Authorization'] ) ) { + $header = str_replace( 'X_JETPACK ', '', $headers['Authorization'] ); + $vars = explode( ' ', $header ); + $result = array(); + foreach ( $vars as $var ) { + $elements = explode( '"', $var ); + if ( count( $elements ) === 3 ) { + $result[ substr( $elements[0], 0, -1 ) ] = $elements[1]; + } + } + return $result; + } + } + + /** + * Modifies parameters of request in order to send the request to the + * server specified by `JETPACK__SANDBOX_DOMAIN`. + * + * Attached to the `requests-requests.before_request` filter. + * + * @param string $url URL of request about to be made. + * @param array $headers Headers of request about to be made. + * @param array|string $data Data of request about to be made. + * @param string $type Type of request about to be made. + * @return void + */ + public function server_sandbox( &$url, &$headers, &$data = null, &$type = null ) { + if ( ! Constants::get_constant( 'JETPACK__SANDBOX_DOMAIN' ) ) { + return; + } + + $original_url = $url; + + $request_parameters = $this->server_sandbox_request_parameters( Constants::get_constant( 'JETPACK__SANDBOX_DOMAIN' ), $url, $headers, $data, $type ); + + $url = $request_parameters['url']; + + if ( $request_parameters['host'] ) { + $headers['Host'] = $request_parameters['host']; + + if ( $request_parameters['new_signature'] ) { + $headers['Authorization'] = preg_replace( '/signature=\"[^\"]+\"/', 'signature="' . $request_parameters['new_signature'] . '"', $headers['Authorization'] ); + } + + if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) { + error_log( sprintf( "SANDBOXING via '%s': '%s'", Constants::get_constant( 'JETPACK__SANDBOX_DOMAIN' ), $original_url ) ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log + } + } + } + + /** + * Adds a "Jetpack API Sandboxed" item to the admin bar if the JETPACK__SANDBOX_DOMAIN + * constant is set. + * + * Attached to the `admin_bar_menu` action. + * + * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance. + */ + public function admin_bar_add_sandbox_item( $wp_admin_bar ) { + if ( ! Constants::get_constant( 'JETPACK__SANDBOX_DOMAIN' ) ) { + return; + } + + $node = array( + 'id' => 'jetpack-connection-api-sandbox', + 'title' => 'Jetpack API Sandboxed', + 'meta' => array( + 'title' => 'Sandboxing via ' . Constants::get_constant( 'JETPACK__SANDBOX_DOMAIN' ), + ), + ); + + $wp_admin_bar->add_menu( $node ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php new file mode 100644 index 00000000..b208123f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php @@ -0,0 +1,111 @@ +set_agree(); + /** + * Acton fired when the master user has agreed to the terms of service. + * + * @since 1.0.4 + * @since-jetpack 7.9.0 + */ + do_action( 'jetpack_agreed_to_terms_of_service' ); + } + + /** + * Allow the site to reject to the terms of service. + */ + public function reject() { + $this->set_reject(); + /** + * Acton fired when the master user has revoked their agreement to the terms of service. + * + * @since 1.0.4 + * @since-jetpack 7.9.1 + */ + do_action( 'jetpack_reject_terms_of_service' ); + } + + /** + * Returns whether the master user has agreed to the terms of service. + * + * The following conditions have to be met in order to agree to the terms of service. + * 1. The master user has gone though the connect flow. + * 2. The site is not in dev mode. + * 3. The master user of the site is still connected (deprecated @since 1.4.0). + * + * @return bool + */ + public function has_agreed() { + if ( $this->is_offline_mode() ) { + return false; + } + /** + * Before 1.4.0 we used to also check if the master user of the site is connected + * by calling the Connection related `is_active` method. + * As of 1.4.0 we have removed this check in order to resolve the + * circular dependencies it was introducing to composer packages. + * + * @since 1.4.0 + */ + return $this->get_raw_has_agreed(); + } + + /** + * Abstracted for testing purposes. + * Tells us if the site is in dev mode. + * + * @return bool + */ + protected function is_offline_mode() { + return ( new Status() )->is_offline_mode(); + } + + /** + * Gets just the Jetpack Option that contains the terms of service state. + * Abstracted for testing purposes. + * + * @return bool + */ + protected function get_raw_has_agreed() { + return \Jetpack_Options::get_option( self::OPTION_NAME, false ); + } + + /** + * Sets the correct Jetpack Option to mark the that the site has agreed to the terms of service. + * Abstracted for testing purposes. + */ + protected function set_agree() { + \Jetpack_Options::update_option( self::OPTION_NAME, true ); + } + + /** + * Sets the correct Jetpack Option to mark that the site has rejected the terms of service. + * Abstracted for testing purposes. + */ + protected function set_reject() { + \Jetpack_Options::update_option( self::OPTION_NAME, false ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php new file mode 100644 index 00000000..e6819a7c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php @@ -0,0 +1,76 @@ +init_aiowpm(); + + static::$is_initialized = true; + } + + /** + * Set the token lock for AIOWPM plugin export. + * + * @param array $params The filter parameters. + * + * @return array + */ + public function aiowpm_set_lock( $params ) { + ( new Tokens() )->set_lock(); + return $params; + } + + /** + * Remove the token lock for AIOWPM plugin export. + * + * @param array $params The filter parameters. + * + * @return array + */ + public function aiowpm_remove_lock( $params ) { + ( new Tokens() )->remove_lock(); + return $params; + } + + /** + * Initialize the All-in-One-WP-Migration plugin hooks. + * + * @return void + */ + private function init_aiowpm() { + add_filter( 'ai1wm_export', array( $this, 'aiowpm_set_lock' ), 180 ); + add_filter( 'ai1wm_export', array( $this, 'aiowpm_remove_lock' ), 250 ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php new file mode 100644 index 00000000..1b10356d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php @@ -0,0 +1,687 @@ +remove_lock(); + } + + /** + * Perform the API request to validate the blog and user tokens. + * + * @param int|null $user_id ID of the user we need to validate token for. Current user's ID by default. + * + * @return array|false|WP_Error The API response: `array( 'blog_token_is_healthy' => true|false, 'user_token_is_healthy' => true|false )`. + */ + public function validate( $user_id = null ) { + $blog_id = Jetpack_Options::get_option( 'id' ); + if ( ! $blog_id ) { + return new WP_Error( 'site_not_registered', 'Site not registered.' ); + } + $url = sprintf( + '%s/%s/v%s/%s', + Constants::get_constant( 'JETPACK__WPCOM_JSON_API_BASE' ), + 'wpcom', + '2', + 'sites/' . $blog_id . '/jetpack-token-health' + ); + + $user_token = $this->get_access_token( $user_id ? $user_id : get_current_user_id() ); + $blog_token = $this->get_access_token(); + + // Cannot validate non-existent tokens. + if ( false === $user_token || false === $blog_token ) { + return false; + } + + $method = 'POST'; + $body = array( + 'user_token' => $this->get_signed_token( $user_token ), + 'blog_token' => $this->get_signed_token( $blog_token ), + ); + $response = Client::_wp_remote_request( $url, compact( 'body', 'method' ) ); + + if ( is_wp_error( $response ) || ! wp_remote_retrieve_body( $response ) || 200 !== wp_remote_retrieve_response_code( $response ) ) { + return false; + } + + $body = json_decode( wp_remote_retrieve_body( $response ), true ); + + return $body ? $body : false; + } + + /** + * Perform the API request to validate only the blog. + * + * @return bool|WP_Error Boolean with the test result. WP_Error if test cannot be performed. + */ + public function validate_blog_token() { + $blog_id = Jetpack_Options::get_option( 'id' ); + if ( ! $blog_id ) { + return new WP_Error( 'site_not_registered', 'Site not registered.' ); + } + $url = sprintf( + '%s/%s/v%s/%s', + Constants::get_constant( 'JETPACK__WPCOM_JSON_API_BASE' ), + 'wpcom', + '2', + 'sites/' . $blog_id . '/jetpack-token-health/blog' + ); + + $method = 'GET'; + $response = Client::remote_request( compact( 'url', 'method' ) ); + + if ( is_wp_error( $response ) || ! wp_remote_retrieve_body( $response ) || 200 !== wp_remote_retrieve_response_code( $response ) ) { + return false; + } + + $body = json_decode( wp_remote_retrieve_body( $response ), true ); + + return is_array( $body ) && isset( $body['is_healthy'] ) && true === $body['is_healthy']; + } + + /** + * Obtains the auth token. + * + * @param array $data The request data. + * @param string $token_api_url The URL of the Jetpack "token" API. + * @return object|WP_Error Returns the auth token on success. + * Returns a WP_Error on failure. + */ + public function get( $data, $token_api_url ) { + $roles = new Roles(); + $role = $roles->translate_current_user_to_role(); + + if ( ! $role ) { + return new WP_Error( 'role', __( 'An administrator for this blog must set up the Jetpack connection.', 'jetpack-connection' ) ); + } + + $client_secret = $this->get_access_token(); + if ( ! $client_secret ) { + return new WP_Error( 'client_secret', __( 'You need to register your Jetpack before connecting it.', 'jetpack-connection' ) ); + } + + /** + * Filter the URL of the first time the user gets redirected back to your site for connection + * data processing. + * + * @since 1.7.0 + * @since-jetpack 8.0.0 + * + * @param string $redirect_url Defaults to the site admin URL. + */ + $processing_url = apply_filters( 'jetpack_token_processing_url', admin_url( 'admin.php' ) ); + + $redirect = isset( $data['redirect'] ) ? esc_url_raw( (string) $data['redirect'] ) : ''; + + /** + * Filter the URL to redirect the user back to when the authentication process + * is complete. + * + * @since 1.7.0 + * @since-jetpack 8.0.0 + * + * @param string $redirect_url Defaults to the site URL. + */ + $redirect = apply_filters( 'jetpack_token_redirect_url', $redirect ); + + $redirect_uri = ( 'calypso' === $data['auth_type'] ) + ? $data['redirect_uri'] + : add_query_arg( + array( + 'handler' => 'jetpack-connection-webhooks', + 'action' => 'authorize', + '_wpnonce' => wp_create_nonce( "jetpack-authorize_{$role}_{$redirect}" ), + 'redirect' => $redirect ? rawurlencode( $redirect ) : false, + ), + esc_url( $processing_url ) + ); + + /** + * Filters the token request data. + * + * @since 1.7.0 + * @since-jetpack 8.0.0 + * + * @param array $request_data request data. + */ + $body = apply_filters( + 'jetpack_token_request_body', + array( + 'client_id' => Jetpack_Options::get_option( 'id' ), + 'client_secret' => $client_secret->secret, + 'grant_type' => 'authorization_code', + 'code' => $data['code'], + 'redirect_uri' => $redirect_uri, + ) + ); + + $args = array( + 'method' => 'POST', + 'body' => $body, + 'headers' => array( + 'Accept' => 'application/json', + ), + ); + add_filter( 'http_request_timeout', array( $this, 'return_30' ), PHP_INT_MAX - 1 ); + $response = Client::_wp_remote_request( $token_api_url, $args ); + remove_filter( 'http_request_timeout', array( $this, 'return_30' ), PHP_INT_MAX - 1 ); + + if ( is_wp_error( $response ) ) { + return new WP_Error( 'token_http_request_failed', $response->get_error_message() ); + } + + $code = wp_remote_retrieve_response_code( $response ); + $entity = wp_remote_retrieve_body( $response ); + + if ( $entity ) { + $json = json_decode( $entity ); + } else { + $json = false; + } + + if ( 200 !== $code || ! empty( $json->error ) ) { + if ( empty( $json->error ) ) { + return new WP_Error( 'unknown', '', $code ); + } + + /* translators: Error description string. */ + $error_description = isset( $json->error_description ) ? sprintf( __( 'Error Details: %s', 'jetpack-connection' ), (string) $json->error_description ) : ''; + + return new WP_Error( (string) $json->error, $error_description, $code ); + } + + if ( empty( $json->access_token ) || ! is_scalar( $json->access_token ) ) { + return new WP_Error( 'access_token', '', $code ); + } + + if ( empty( $json->token_type ) || 'X_JETPACK' !== strtoupper( $json->token_type ) ) { + return new WP_Error( 'token_type', '', $code ); + } + + if ( empty( $json->scope ) ) { + return new WP_Error( 'scope', 'No Scope', $code ); + } + + // TODO: get rid of the error silencer. + // phpcs:ignore WordPress.PHP.NoSilencedErrors.Discouraged + @list( $role, $hmac ) = explode( ':', $json->scope ); + if ( empty( $role ) || empty( $hmac ) ) { + return new WP_Error( 'scope', 'Malformed Scope', $code ); + } + + if ( $this->sign_role( $role ) !== $json->scope ) { + return new WP_Error( 'scope', 'Invalid Scope', $code ); + } + + $cap = $roles->translate_role_to_cap( $role ); + if ( ! $cap ) { + return new WP_Error( 'scope', 'No Cap', $code ); + } + + if ( ! current_user_can( $cap ) ) { + return new WP_Error( 'scope', 'current_user_cannot', $code ); + } + + return (string) $json->access_token; + } + + /** + * Enters a user token into the user_tokens option + * + * @param int $user_id The user id. + * @param string $token The user token. + * @param bool $is_master_user Whether the user is the master user. + * @return bool + */ + public function update_user_token( $user_id, $token, $is_master_user ) { + // Not designed for concurrent updates. + $user_tokens = $this->get_user_tokens(); + if ( ! is_array( $user_tokens ) ) { + $user_tokens = array(); + } + $user_tokens[ $user_id ] = $token; + if ( $is_master_user ) { + $master_user = $user_id; + $options = compact( 'user_tokens', 'master_user' ); + } else { + $options = compact( 'user_tokens' ); + } + return Jetpack_Options::update_options( $options ); + } + + /** + * Sign a user role with the master access token. + * If not specified, will default to the current user. + * + * @access public + * + * @param string $role User role. + * @param int $user_id ID of the user. + * @return string Signed user role. + */ + public function sign_role( $role, $user_id = null ) { + if ( empty( $user_id ) ) { + $user_id = (int) get_current_user_id(); + } + + if ( ! $user_id ) { + return false; + } + + $token = $this->get_access_token(); + if ( ! $token || is_wp_error( $token ) ) { + return false; + } + + return $role . ':' . hash_hmac( 'md5', "{$role}|{$user_id}", $token->secret ); + } + + /** + * Increases the request timeout value to 30 seconds. + * + * @return int Returns 30. + */ + public function return_30() { + return 30; + } + + /** + * Gets the requested token. + * + * Tokens are one of two types: + * 1. Blog Tokens: These are the "main" tokens. Each site typically has one Blog Token, + * though some sites can have multiple "Special" Blog Tokens (see below). These tokens + * are not associated with a user account. They represent the site's connection with + * the Jetpack servers. + * 2. User Tokens: These are "sub-"tokens. Each connected user account has one User Token. + * + * All tokens look like "{$token_key}.{$private}". $token_key is a public ID for the + * token, and $private is a secret that should never be displayed anywhere or sent + * over the network; it's used only for signing things. + * + * Blog Tokens can be "Normal" or "Special". + * * Normal: The result of a normal connection flow. They look like + * "{$random_string_1}.{$random_string_2}" + * That is, $token_key and $private are both random strings. + * Sites only have one Normal Blog Token. Normal Tokens are found in either + * Jetpack_Options::get_option( 'blog_token' ) (usual) or the JETPACK_BLOG_TOKEN + * constant (rare). + * * Special: A connection token for sites that have gone through an alternative + * connection flow. They look like: + * ";{$special_id}{$special_version};{$wpcom_blog_id};.{$random_string}" + * That is, $private is a random string and $token_key has a special structure with + * lots of semicolons. + * Most sites have zero Special Blog Tokens. Special tokens are only found in the + * JETPACK_BLOG_TOKEN constant. + * + * In particular, note that Normal Blog Tokens never start with ";" and that + * Special Blog Tokens always do. + * + * When searching for a matching Blog Tokens, Blog Tokens are examined in the following + * order: + * 1. Defined Special Blog Tokens (via the JETPACK_BLOG_TOKEN constant) + * 2. Stored Normal Tokens (via Jetpack_Options::get_option( 'blog_token' )) + * 3. Defined Normal Tokens (via the JETPACK_BLOG_TOKEN constant) + * + * @param int|false $user_id false: Return the Blog Token. int: Return that user's User Token. + * @param string|false $token_key If provided, check that the token matches the provided input. + * @param bool|true $suppress_errors If true, return a falsy value when the token isn't found; When false, return a descriptive WP_Error when the token isn't found. + * + * @return object|false|WP_Error + */ + public function get_access_token( $user_id = false, $token_key = false, $suppress_errors = true ) { + if ( $this->is_locked() ) { + $this->delete_all(); + return false; + } + + $possible_special_tokens = array(); + $possible_normal_tokens = array(); + $user_tokens = $this->get_user_tokens(); + + if ( $user_id ) { + if ( ! $user_tokens ) { + return $suppress_errors ? false : new WP_Error( 'no_user_tokens', __( 'No user tokens found', 'jetpack-connection' ) ); + } + if ( true === $user_id ) { // connection owner. + $user_id = Jetpack_Options::get_option( 'master_user' ); + if ( ! $user_id ) { + return $suppress_errors ? false : new WP_Error( 'empty_master_user_option', __( 'No primary user defined', 'jetpack-connection' ) ); + } + } + if ( ! isset( $user_tokens[ $user_id ] ) || ! $user_tokens[ $user_id ] ) { + // translators: %s is the user ID. + return $suppress_errors ? false : new WP_Error( 'no_token_for_user', sprintf( __( 'No token for user %d', 'jetpack-connection' ), $user_id ) ); + } + $user_token_chunks = explode( '.', $user_tokens[ $user_id ] ); + if ( empty( $user_token_chunks[1] ) || empty( $user_token_chunks[2] ) ) { + // translators: %s is the user ID. + return $suppress_errors ? false : new WP_Error( 'token_malformed', sprintf( __( 'Token for user %d is malformed', 'jetpack-connection' ), $user_id ) ); + } + if ( $user_token_chunks[2] !== (string) $user_id ) { + // translators: %1$d is the ID of the requested user. %2$d is the user ID found in the token. + return $suppress_errors ? false : new WP_Error( 'user_id_mismatch', sprintf( __( 'Requesting user_id %1$d does not match token user_id %2$d', 'jetpack-connection' ), $user_id, $user_token_chunks[2] ) ); + } + $possible_normal_tokens[] = "{$user_token_chunks[0]}.{$user_token_chunks[1]}"; + } else { + $stored_blog_token = Jetpack_Options::get_option( 'blog_token' ); + if ( $stored_blog_token ) { + $possible_normal_tokens[] = $stored_blog_token; + } + + $defined_tokens_string = Constants::get_constant( 'JETPACK_BLOG_TOKEN' ); + + if ( $defined_tokens_string ) { + $defined_tokens = explode( ',', $defined_tokens_string ); + foreach ( $defined_tokens as $defined_token ) { + if ( ';' === $defined_token[0] ) { + $possible_special_tokens[] = $defined_token; + } else { + $possible_normal_tokens[] = $defined_token; + } + } + } + } + + if ( self::MAGIC_NORMAL_TOKEN_KEY === $token_key ) { + $possible_tokens = $possible_normal_tokens; + } else { + $possible_tokens = array_merge( $possible_special_tokens, $possible_normal_tokens ); + } + + if ( ! $possible_tokens ) { + // If no user tokens were found, it would have failed earlier, so this is about blog token. + return $suppress_errors ? false : new WP_Error( 'no_possible_tokens', __( 'No blog token found', 'jetpack-connection' ) ); + } + + $valid_token = false; + + if ( false === $token_key ) { + // Use first token. + $valid_token = $possible_tokens[0]; + } elseif ( self::MAGIC_NORMAL_TOKEN_KEY === $token_key ) { + // Use first normal token. + $valid_token = $possible_tokens[0]; // $possible_tokens only contains normal tokens because of earlier check. + } else { + // Use the token matching $token_key or false if none. + // Ensure we check the full key. + $token_check = rtrim( $token_key, '.' ) . '.'; + + foreach ( $possible_tokens as $possible_token ) { + if ( hash_equals( substr( $possible_token, 0, strlen( $token_check ) ), $token_check ) ) { + $valid_token = $possible_token; + break; + } + } + } + + if ( ! $valid_token ) { + if ( $user_id ) { + // translators: %d is the user ID. + return $suppress_errors ? false : new WP_Error( 'no_valid_user_token', sprintf( __( 'Invalid token for user %d', 'jetpack-connection' ), $user_id ) ); + } else { + return $suppress_errors ? false : new WP_Error( 'no_valid_blog_token', __( 'Invalid blog token', 'jetpack-connection' ) ); + } + } + + return (object) array( + 'secret' => $valid_token, + 'external_user_id' => (int) $user_id, + ); + } + + /** + * Updates the blog token to a new value. + * + * @access public + * + * @param string $token the new blog token value. + * @return Boolean Whether updating the blog token was successful. + */ + public function update_blog_token( $token ) { + return Jetpack_Options::update_option( 'blog_token', $token ); + } + + /** + * Unlinks the current user from the linked WordPress.com user. + * + * @access public + * @static + * + * @todo Refactor to properly load the XMLRPC client independently. + * + * @param int $user_id The user identifier. + * + * @return bool Whether the disconnection of the user was successful. + */ + public function disconnect_user( $user_id ) { + $tokens = $this->get_user_tokens(); + if ( ! $tokens ) { + return false; + } + + if ( ! isset( $tokens[ $user_id ] ) ) { + return false; + } + + unset( $tokens[ $user_id ] ); + + $this->update_user_tokens( $tokens ); + + return true; + } + + /** + * Returns an array of user_id's that have user tokens for communicating with wpcom. + * Able to select by specific capability. + * + * @deprecated 1.30.0 + * @see Manager::get_connected_users + * + * @param string $capability The capability of the user. + * @param int|null $limit How many connected users to get before returning. + * @return array Array of WP_User objects if found. + */ + public function get_connected_users( $capability = 'any', $limit = null ) { + _deprecated_function( __METHOD__, '1.30.0' ); + return ( new Manager( 'jetpack' ) )->get_connected_users( $capability, $limit ); + } + + /** + * Fetches a signed token. + * + * @param object $token the token. + * @return WP_Error|string a signed token + */ + public function get_signed_token( $token ) { + if ( ! isset( $token->secret ) || empty( $token->secret ) ) { + return new WP_Error( 'invalid_token' ); + } + + list( $token_key, $token_secret ) = explode( '.', $token->secret ); + + $token_key = sprintf( + '%s:%d:%d', + $token_key, + Constants::get_constant( 'JETPACK__API_VERSION' ), + $token->external_user_id + ); + + $timestamp = time(); + + if ( function_exists( 'wp_generate_password' ) ) { + $nonce = wp_generate_password( 10, false ); + } else { + $nonce = substr( sha1( wp_rand( 0, 1000000 ) ), 0, 10 ); + } + + $normalized_request_string = implode( + "\n", + array( + $token_key, + $timestamp, + $nonce, + ) + ) . "\n"; + + // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_encode + $signature = base64_encode( hash_hmac( 'sha1', $normalized_request_string, $token_secret, true ) ); + + $auth = array( + 'token' => $token_key, + 'timestamp' => $timestamp, + 'nonce' => $nonce, + 'signature' => $signature, + ); + + $header_pieces = array(); + foreach ( $auth as $key => $value ) { + $header_pieces[] = sprintf( '%s="%s"', $key, $value ); + } + + return implode( ' ', $header_pieces ); + } + + /** + * Gets the list of user tokens + * + * @since 1.30.0 + * + * @return bool|array An array of user tokens where keys are user IDs and values are the tokens. False if no user token is found. + */ + public function get_user_tokens() { + return Jetpack_Options::get_option( 'user_tokens' ); + } + + /** + * Updates the option that stores the user tokens + * + * @since 1.30.0 + * + * @param array $tokens An array of user tokens where keys are user IDs and values are the tokens. + * @return bool Was the option successfully updated? + * + * @todo add validate the input. + */ + public function update_user_tokens( $tokens ) { + return Jetpack_Options::update_option( 'user_tokens', $tokens ); + } + + /** + * Lock the tokens to the current site URL. + * + * @param int $timespan How long the tokens should be locked, in seconds. + * + * @return bool + */ + public function set_lock( $timespan = HOUR_IN_SECONDS ) { + try { + $expires = ( new DateTime() )->add( DateInterval::createFromDateString( (int) $timespan . ' seconds' ) ); + } catch ( Exception $e ) { + return false; + } + + if ( false === $expires ) { + return false; + } + + // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_encode + return Jetpack_Options::update_option( 'token_lock', $expires->format( static::DATE_FORMAT_ATOM ) . '|||' . base64_encode( Urls::site_url() ) ); + } + + /** + * Remove the site lock from tokens. + * + * @return bool + */ + public function remove_lock() { + Jetpack_Options::delete_option( 'token_lock' ); + + return true; + } + + /** + * Check if the domain is locked, remove the lock if needed. + * Possible scenarios: + * - lock expired, site URL matches the lock URL: remove the lock, return false. + * - lock not expired, site URL matches the lock URL: return false. + * - site URL does not match the lock URL (expiration date is ignored): return true, do not remove the lock. + * + * @return bool + */ + public function is_locked() { + $the_lock = Jetpack_Options::get_option( 'token_lock' ); + if ( ! $the_lock ) { + // Not locked. + return false; + } + + $the_lock = explode( '|||', $the_lock, 2 ); + if ( count( $the_lock ) !== 2 ) { + // Something's wrong with the lock. + $this->remove_lock(); + return false; + } + + // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_decode + $locked_site_url = base64_decode( $the_lock[1] ); + $expires = $the_lock[0]; + + $expiration_date = DateTime::createFromFormat( static::DATE_FORMAT_ATOM, $expires ); + if ( false === $expiration_date || ! $locked_site_url ) { + // Something's wrong with the lock. + $this->remove_lock(); + return false; + } + + if ( Urls::site_url() === $locked_site_url ) { + if ( new DateTime() > $expiration_date ) { + // Site lock expired. + // Site URL matches, removing the lock. + $this->remove_lock(); + } + + return false; + } + + // Site URL doesn't match. + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php new file mode 100644 index 00000000..1ff9f06c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php @@ -0,0 +1,318 @@ +product_name = $product_name; + $this->connection = $connection; + if ( $this->connection === null ) { + // TODO We should always pass a Connection. + $this->connection = new Connection\Manager(); + } + + if ( ! did_action( 'jetpack_set_tracks_ajax_hook' ) ) { + add_action( 'wp_ajax_jetpack_tracks', array( $this, 'ajax_tracks' ) ); + + /** + * Fires when the Tracking::ajax_tracks() callback has been hooked to the + * wp_ajax_jetpack_tracks action. This action is used to ensure that + * the callback is hooked only once. + * + * @since 1.13.11 + */ + do_action( 'jetpack_set_tracks_ajax_hook' ); + } + } + + /** + * Universal method for for all tracking events triggered via the JavaScript client. + * + * @access public + */ + public function ajax_tracks() { + // Check for nonce. + if ( + empty( $_REQUEST['tracksNonce'] ) + || ! wp_verify_nonce( $_REQUEST['tracksNonce'], 'jp-tracks-ajax-nonce' ) // phpcs:ignore WordPress.Security.ValidatedSanitizedInput -- WP core doesn't pre-sanitize nonces either. + ) { + wp_send_json_error( + __( 'You aren’t authorized to do that.', 'jetpack-connection' ), + 403 + ); + } + + if ( ! isset( $_REQUEST['tracksEventName'] ) || ! isset( $_REQUEST['tracksEventType'] ) ) { + wp_send_json_error( + __( 'No valid event name or type.', 'jetpack-connection' ), + 403 + ); + } + + $tracks_data = array(); + if ( 'click' === $_REQUEST['tracksEventType'] && isset( $_REQUEST['tracksEventProp'] ) ) { + if ( is_array( $_REQUEST['tracksEventProp'] ) ) { + $tracks_data = array_map( 'filter_var', wp_unslash( $_REQUEST['tracksEventProp'] ) ); + } else { + $tracks_data = array( 'clicked' => filter_var( wp_unslash( $_REQUEST['tracksEventProp'] ) ) ); + } + } + + $this->record_user_event( filter_var( wp_unslash( $_REQUEST['tracksEventName'] ) ), $tracks_data, null, false ); + + wp_send_json_success(); + } + + /** + * Register script necessary for tracking. + * + * @param boolean $enqueue Also enqueue? defaults to false. + */ + public static function register_tracks_functions_scripts( $enqueue = false ) { + + // Register jp-tracks as it is a dependency. + wp_register_script( + 'jp-tracks', + '//stats.wp.com/w.js', + array(), + gmdate( 'YW' ), + true + ); + + Assets::register_script( + 'jp-tracks-functions', + '../dist/tracks-callables.js', + __FILE__, + array( + 'dependencies' => array( 'jp-tracks' ), + 'enqueue' => $enqueue, + 'in_footer' => true, + ) + ); + } + + /** + * Enqueue script necessary for tracking. + */ + public function enqueue_tracks_scripts() { + Assets::register_script( + 'jptracks', + '../dist/tracks-ajax.js', + __FILE__, + array( + 'dependencies' => array( 'jquery' ), + 'enqueue' => true, + 'in_footer' => true, + ) + ); + + wp_localize_script( + 'jptracks', + 'jpTracksAJAX', + array( + 'ajaxurl' => admin_url( 'admin-ajax.php' ), + 'jpTracksAJAX_nonce' => wp_create_nonce( 'jp-tracks-ajax-nonce' ), + ) + ); + } + + /** + * Send an event in Tracks. + * + * @param string $event_type Type of the event. + * @param array $data Data to send with the event. + * @param mixed $user Username, user_id, or WP_user object. + * @param bool $use_product_prefix Whether to use the object's product name as a prefix to the event type. If + * set to false, the prefix will be 'jetpack_'. + */ + public function record_user_event( $event_type, $data = array(), $user = null, $use_product_prefix = true ) { + if ( ! $user ) { + $user = wp_get_current_user(); + } + $site_url = get_option( 'siteurl' ); + + $data['_via_ua'] = isset( $_SERVER['HTTP_USER_AGENT'] ) ? filter_var( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ) : ''; + $data['_via_ip'] = isset( $_SERVER['REMOTE_ADDR'] ) ? filter_var( wp_unslash( $_SERVER['REMOTE_ADDR'] ) ) : ''; + $data['_lg'] = isset( $_SERVER['HTTP_ACCEPT_LANGUAGE'] ) ? filter_var( wp_unslash( $_SERVER['HTTP_ACCEPT_LANGUAGE'] ) ) : ''; + $data['blog_url'] = $site_url; + $data['blog_id'] = \Jetpack_Options::get_option( 'id' ); + + // Top level events should not be namespaced. + if ( '_aliasUser' !== $event_type ) { + $prefix = $use_product_prefix ? $this->product_name : 'jetpack'; + $event_type = $prefix . '_' . $event_type; + } + + $data['jetpack_version'] = defined( 'JETPACK__VERSION' ) ? JETPACK__VERSION : '0'; + + return $this->tracks_record_event( $user, $event_type, $data ); + } + + /** + * Record an event in Tracks - this is the preferred way to record events from PHP. + * + * @param mixed $user username, user_id, or WP_user object. + * @param string $event_name The name of the event. + * @param array $properties Custom properties to send with the event. + * @param int $event_timestamp_millis The time in millis since 1970-01-01 00:00:00 when the event occurred. + * + * @return bool true for success | \WP_Error if the event pixel could not be fired + */ + public function tracks_record_event( $user, $event_name, $properties = array(), $event_timestamp_millis = false ) { + + // We don't want to track user events during unit tests/CI runs. + if ( $user instanceof \WP_User && 'wptests_capabilities' === $user->cap_key ) { + return false; + } + $terms_of_service = new Terms_Of_Service(); + $status = new Status(); + // Don't track users who have not agreed to our TOS. + if ( ! $this->should_enable_tracking( $terms_of_service, $status ) ) { + return false; + } + + $event_obj = $this->tracks_build_event_obj( $user, $event_name, $properties, $event_timestamp_millis ); + + if ( is_wp_error( $event_obj->error ) ) { + return $event_obj->error; + } + + return $event_obj->record(); + } + + /** + * Determines whether tracking should be enabled. + * + * @param Automattic\Jetpack\Terms_Of_Service $terms_of_service A Terms_Of_Service object. + * @param Automattic\Jetpack\Status $status A Status object. + * + * @return boolean True if tracking should be enabled, else false. + */ + public function should_enable_tracking( $terms_of_service, $status ) { + if ( $status->is_offline_mode() ) { + return false; + } + + return $terms_of_service->has_agreed() || $this->connection->is_user_connected(); + } + + /** + * Procedurally build a Tracks Event Object. + * NOTE: Use this only when the simpler Automattic\Jetpack\Tracking->jetpack_tracks_record_event() function won't work for you. + * + * @param WP_user $user WP_user object. + * @param string $event_name The name of the event. + * @param array $properties Custom properties to send with the event. + * @param int $event_timestamp_millis The time in millis since 1970-01-01 00:00:00 when the event occurred. + * + * @return \Jetpack_Tracks_Event|\WP_Error + */ + private function tracks_build_event_obj( $user, $event_name, $properties = array(), $event_timestamp_millis = false ) { + $identity = $this->tracks_get_identity( $user->ID ); + + $properties['user_lang'] = $user->get( 'WPLANG' ); + + $blog_details = array( + 'blog_lang' => isset( $properties['blog_lang'] ) ? $properties['blog_lang'] : get_bloginfo( 'language' ), + ); + + $timestamp = ( false !== $event_timestamp_millis ) ? $event_timestamp_millis : round( microtime( true ) * 1000 ); + $timestamp_string = is_string( $timestamp ) ? $timestamp : number_format( $timestamp, 0, '', '' ); + + return new \Jetpack_Tracks_Event( + array_merge( + $blog_details, + (array) $properties, + $identity, + array( + '_en' => $event_name, + '_ts' => $timestamp_string, + ) + ) + ); + } + + /** + * Get the identity to send to tracks. + * + * @param int $user_id The user id of the local user. + * + * @return array $identity + */ + public function tracks_get_identity( $user_id ) { + + // Meta is set, and user is still connected. Use WPCOM ID. + $wpcom_id = get_user_meta( $user_id, 'jetpack_tracks_wpcom_id', true ); + if ( $wpcom_id && $this->connection->is_user_connected( $user_id ) ) { + return array( + '_ut' => 'wpcom:user_id', + '_ui' => $wpcom_id, + ); + } + + // User is connected, but no meta is set yet. Use WPCOM ID and set meta. + if ( $this->connection->is_user_connected( $user_id ) ) { + $wpcom_user_data = $this->connection->get_connected_user_data( $user_id ); + update_user_meta( $user_id, 'jetpack_tracks_wpcom_id', $wpcom_user_data['ID'] ); + + return array( + '_ut' => 'wpcom:user_id', + '_ui' => $wpcom_user_data['ID'], + ); + } + + // User isn't linked at all. Fall back to anonymous ID. + $anon_id = get_user_meta( $user_id, 'jetpack_tracks_anon_id', true ); + if ( ! $anon_id ) { + $anon_id = \Jetpack_Tracks_Client::get_anon_id(); + add_user_meta( $user_id, 'jetpack_tracks_anon_id', $anon_id, false ); + } + + if ( ! isset( $_COOKIE['tk_ai'] ) && ! headers_sent() ) { + setcookie( 'tk_ai', $anon_id, 0, COOKIEPATH, COOKIE_DOMAIN, is_ssl(), false ); // phpcs:ignore Jetpack.Functions.SetCookie -- This is a random string and should be fine. + } + + return array( + '_ut' => 'anon', + '_ui' => $anon_id, + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php new file mode 100644 index 00000000..00ac5cca --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php @@ -0,0 +1,186 @@ +update_user_token() instead. + * + * @param int $user_id The user id. + * @param string $token The user token. + * @param bool $is_master_user Whether the user is the master user. + * @return bool + */ + public static function update_user_token( $user_id, $token, $is_master_user ) { + _deprecated_function( __METHOD__, '1.24.0', 'Automattic\\Jetpack\\Connection\\Tokens->update_user_token' ); + return ( new Tokens() )->update_user_token( $user_id, $token, $is_master_user ); + } + + /** + * Filters the value of the api constant. + * + * @param String $constant_value The constant value. + * @param String $constant_name The constant name. + * @return mixed | null + */ + public static function jetpack_api_constant_filter( $constant_value, $constant_name ) { + if ( $constant_value !== null ) { + // If the constant value was already set elsewhere, use that value. + return $constant_value; + } + + if ( defined( "self::DEFAULT_$constant_name" ) ) { + return constant( "self::DEFAULT_$constant_name" ); + } + + return null; + } + + /** + * Add a filter to initialize default values of the constants. + */ + public static function init_default_constants() { + add_filter( + 'jetpack_constant_default_value', + array( __CLASS__, 'jetpack_api_constant_filter' ), + 10, + 2 + ); + } + + /** + * Filters the registration request body to include tracking properties. + * + * @param array $properties Already prepared tracking properties. + * @return array amended properties. + */ + public static function filter_register_request_body( $properties ) { + $tracking = new Tracking(); + $tracks_identity = $tracking->tracks_get_identity( get_current_user_id() ); + + return array_merge( + $properties, + array( + '_ui' => $tracks_identity['_ui'], + '_ut' => $tracks_identity['_ut'], + ) + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php new file mode 100644 index 00000000..8d57421b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php @@ -0,0 +1,211 @@ +connection = $connection; + } + + /** + * Initialize the webhooks. + * + * @param Manager $connection The Connection Manager object. + */ + public static function init( $connection ) { + $webhooks = new static( $connection ); + + add_action( 'init', array( $webhooks, 'controller' ) ); + add_action( 'load-toplevel_page_jetpack', array( $webhooks, 'fallback_jetpack_controller' ) ); + } + + /** + * Jetpack plugin used to trigger this webhooks in Jetpack::admin_page_load() + * + * The Jetpack toplevel menu is still accessible for stand-alone plugins, and while there's no content for that page, there are still + * actions from Calypso and WPCOM that reach that route regardless of the site having the Jetpack plugin or not. That's why we are still handling it here. + */ + public function fallback_jetpack_controller() { + $this->controller( true ); + } + + /** + * The "controller" decides which handler we need to run. + * + * @param bool $force Do not check if it's a webhook request and just run the controller. + */ + public function controller( $force = false ) { + if ( ! $force ) { + // The nonce is verified in specific handlers. + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( empty( $_GET['handler'] ) || 'jetpack-connection-webhooks' !== $_GET['handler'] ) { + return; + } + } + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( isset( $_GET['connect_url_redirect'] ) ) { + $this->handle_connect_url_redirect(); + } + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( empty( $_GET['action'] ) ) { + return; + } + + // The nonce is verified in specific handlers. + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + switch ( $_GET['action'] ) { + case 'authorize': + $this->handle_authorize(); + $this->do_exit(); + break; + case 'authorize_redirect': + $this->handle_authorize_redirect(); + $this->do_exit(); + break; + // Class Jetpack::admin_page_load() still handles other cases. + } + } + + /** + * Perform the authorization action. + */ + public function handle_authorize() { + if ( $this->connection->is_connected() && $this->connection->is_user_connected() ) { + $redirect_url = apply_filters( 'jetpack_client_authorize_already_authorized_url', admin_url() ); + wp_safe_redirect( $redirect_url ); + + return; + } + do_action( 'jetpack_client_authorize_processing' ); + + $data = stripslashes_deep( $_GET ); + $data['auth_type'] = 'client'; + $roles = new Roles(); + $role = $roles->translate_current_user_to_role(); + $redirect = isset( $data['redirect'] ) ? esc_url_raw( (string) $data['redirect'] ) : ''; + + check_admin_referer( "jetpack-authorize_{$role}_{$redirect}" ); + + $tracking = new Tracking(); + + $result = $this->connection->authorize( $data ); + + if ( is_wp_error( $result ) ) { + do_action( 'jetpack_client_authorize_error', $result ); + + $tracking->record_user_event( + 'jpc_client_authorize_fail', + array( + 'error_code' => $result->get_error_code(), + 'error_message' => $result->get_error_message(), + ) + ); + } else { + /** + * Fires after the Jetpack client is authorized to communicate with WordPress.com. + * + * @param int Jetpack Blog ID. + * + * @since 1.7.0 + * @since-jetpack 4.2.0 + */ + do_action( 'jetpack_client_authorized', Jetpack_Options::get_option( 'id' ) ); + + $tracking->record_user_event( 'jpc_client_authorize_success' ); + } + + $fallback_redirect = apply_filters( 'jetpack_client_authorize_fallback_url', admin_url() ); + $redirect = wp_validate_redirect( $redirect ) ? $redirect : $fallback_redirect; + + wp_safe_redirect( $redirect ); + } + + /** + * The authorhize_redirect webhook handler + */ + public function handle_authorize_redirect() { + $authorize_redirect_handler = new Webhooks\Authorize_Redirect( $this->connection ); + $authorize_redirect_handler->handle(); + } + + /** + * The `exit` is wrapped into a method so we could mock it. + */ + protected function do_exit() { + exit; + } + + /** + * Handle the `connect_url_redirect` action, + * which is usually called to repeat an attempt for user to authorize the connection. + * + * @return void + */ + public function handle_connect_url_redirect() { + // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- no site changes. + $from = ! empty( $_GET['from'] ) ? sanitize_text_field( wp_unslash( $_GET['from'] ) ) : 'iframe'; + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended, WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- no site changes, sanitization happens in get_authorization_url() + $redirect = ! empty( $_GET['redirect_after_auth'] ) ? wp_unslash( $_GET['redirect_after_auth'] ) : false; + + add_filter( 'allowed_redirect_hosts', array( Host::class, 'allow_wpcom_environments' ) ); + + if ( ! $this->connection->is_user_connected() ) { + if ( ! $this->connection->is_connected() ) { + $this->connection->register(); + } + + $connect_url = add_query_arg( 'from', $from, $this->connection->get_authorization_url( null, $redirect ) ); + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- no site changes. + if ( isset( $_GET['notes_iframe'] ) ) { + $connect_url .= '¬es_iframe'; + } + wp_safe_redirect( $connect_url ); + $this->do_exit(); + } elseif ( ! isset( $_GET['calypso_env'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- no site changes. + ( new CookieState() )->state( 'message', 'already_authorized' ); + wp_safe_redirect( $redirect ); + $this->do_exit(); + } else { + $connect_url = add_query_arg( + array( + 'from' => $from, + 'already_authorized' => true, + ), + $this->connection->get_authorization_url() + ); + wp_safe_redirect( $connect_url ); + $this->do_exit(); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php new file mode 100644 index 00000000..815c3287 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php @@ -0,0 +1,105 @@ + [ + * $user_id => [ + * arrat of Jetpack_IXR_ClientMulticall + * ] + * ] + * ] + * + * @var array + */ + public static $clients = array(); + + /** + * Adds a new XMLRPC call to the queue to be processed on shutdown + * + * @param string $method The XML-RPC method. + * @param integer $user_id The user ID used to make the request (will use this user's token); Use 0 for the blog token. + * @param mixed ...$args This function accepts any number of additional arguments, that will be passed to the call. + * @return void + */ + public static function add_call( $method, $user_id = 0, ...$args ) { + global $blog_id; + + $client_blog_id = is_multisite() ? $blog_id : 0; + + if ( ! isset( self::$clients[ $client_blog_id ] ) ) { + self::$clients[ $client_blog_id ] = array(); + } + + if ( ! isset( self::$clients[ $client_blog_id ][ $user_id ] ) ) { + self::$clients[ $client_blog_id ][ $user_id ] = new Jetpack_IXR_ClientMulticall( array( 'user_id' => $user_id ) ); + } + + if ( function_exists( 'ignore_user_abort' ) ) { + ignore_user_abort( true ); + } + + array_unshift( $args, $method ); + + call_user_func_array( array( self::$clients[ $client_blog_id ][ $user_id ], 'addCall' ), $args ); + + if ( false === has_action( 'shutdown', array( 'Automattic\Jetpack\Connection\XMLRPC_Async_Call', 'do_calls' ) ) ) { + add_action( 'shutdown', array( 'Automattic\Jetpack\Connection\XMLRPC_Async_Call', 'do_calls' ) ); + } + } + + /** + * Trigger the calls at shutdown + * + * @return void + */ + public static function do_calls() { + foreach ( self::$clients as $client_blog_id => $blog_clients ) { + if ( $client_blog_id > 0 ) { + $switch_success = switch_to_blog( $client_blog_id ); + + if ( ! $switch_success ) { + continue; + } + } + + foreach ( $blog_clients as $client ) { + if ( empty( $client->calls ) ) { + continue; + } + + flush(); + $client->query(); + } + + if ( $client_blog_id > 0 ) { + restore_current_blog(); + } + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php new file mode 100644 index 00000000..c3d786d8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php @@ -0,0 +1,83 @@ +connection = $connection; + + // Adding the filter late to avoid being overwritten by Jetpack's XMLRPC server. + add_filter( 'xmlrpc_methods', array( $this, 'xmlrpc_methods' ), 20 ); + } + + /** + * Attached to the `xmlrpc_methods` filter. + * + * @param array $methods The already registered XML-RPC methods. + * @return array + */ + public function xmlrpc_methods( $methods ) { + return array_merge( + $methods, + array( + 'jetpack.verifyRegistration' => array( $this, 'verify_registration' ), + ) + ); + } + + /** + * Handles verification that a site is registered. + * + * @param array $registration_data The data sent by the XML-RPC client: + * [ $secret_1, $user_id ]. + * + * @return string|IXR_Error + */ + public function verify_registration( $registration_data ) { + return $this->output( $this->connection->handle_registration( $registration_data ) ); + } + + /** + * Normalizes output for XML-RPC. + * + * @param mixed $data The data to output. + */ + private function output( $data ) { + if ( is_wp_error( $data ) ) { + $code = $data->get_error_data(); + if ( ! $code ) { + $code = -10520; + } + + if ( ! class_exists( \IXR_Error::class ) ) { + require_once ABSPATH . WPINC . '/class-IXR.php'; + } + return new \IXR_Error( + $code, + sprintf( 'Jetpack: [%s] %s', $data->get_error_code(), $data->get_error_message() ) + ); + } + + return $data; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php new file mode 100644 index 00000000..804f3848 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php @@ -0,0 +1,17 @@ +connection = $connection; + } + + /** + * Handle the webhook + * + * This method implements what's in Jetpack::admin_page_load when the Jetpack plugin is not present + */ + public function handle() { + + add_filter( + 'allowed_redirect_hosts', + function ( $domains ) { + $domains[] = 'jetpack.com'; + $domains[] = 'jetpack.wordpress.com'; + $domains[] = 'wordpress.com'; + // Calypso envs. + $domains[] = 'calypso.localhost'; + $domains[] = 'wpcalypso.wordpress.com'; + $domains[] = 'horizon.wordpress.com'; + return array_unique( $domains ); + } + ); + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + $dest_url = empty( $_GET['dest_url'] ) ? null : esc_url_raw( wp_unslash( $_GET['dest_url'] ) ); + + if ( ! $dest_url || ( 0 === stripos( $dest_url, 'https://jetpack.com/' ) && 0 === stripos( $dest_url, 'https://wordpress.com/' ) ) ) { + // The destination URL is missing or invalid, nothing to do here. + exit; + } + + // The user is either already connected, or finished the connection process. + if ( $this->connection->is_connected() && $this->connection->is_user_connected() ) { + if ( class_exists( '\Automattic\Jetpack\Licensing' ) && method_exists( '\Automattic\Jetpack\Licensing', 'handle_user_connected_redirect' ) ) { + Licensing::instance()->handle_user_connected_redirect( $dest_url ); + } + + wp_safe_redirect( $dest_url ); + exit; + } elseif ( ! empty( $_GET['done'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended + // The user decided not to proceed with setting up the connection. + + wp_safe_redirect( Admin_Menu::get_top_level_menu_item_url() ); + exit; + } + + $redirect_args = array( + 'page' => 'jetpack', + 'action' => 'authorize_redirect', + 'dest_url' => rawurlencode( $dest_url ), + 'done' => '1', + ); + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( ! empty( $_GET['from'] ) && 'jetpack_site_only_checkout' === $_GET['from'] ) { + $redirect_args['from'] = 'jetpack_site_only_checkout'; + } + + wp_safe_redirect( $this->build_authorize_url( add_query_arg( $redirect_args, admin_url( 'admin.php' ) ) ) ); + exit; + } + + /** + * Create the Jetpack authorization URL. Copied from Jetpack class. + * + * @param bool|string $redirect URL to redirect to. + * + * @todo Update default value for redirect since the called function expects a string. + * + * @return mixed|void + */ + public function build_authorize_url( $redirect = false ) { + + add_filter( 'jetpack_connect_request_body', array( __CLASS__, 'filter_connect_request_body' ) ); + add_filter( 'jetpack_connect_redirect_url', array( __CLASS__, 'filter_connect_redirect_url' ) ); + + $url = $this->connection->get_authorization_url( wp_get_current_user(), $redirect ); + + remove_filter( 'jetpack_connect_request_body', array( __CLASS__, 'filter_connect_request_body' ) ); + remove_filter( 'jetpack_connect_redirect_url', array( __CLASS__, 'filter_connect_redirect_url' ) ); + + /** + * This filter is documented in plugins/jetpack/class-jetpack.php + */ + return apply_filters( 'jetpack_build_authorize_url', $url ); + } + + /** + * Filters the redirection URL that is used for connect requests. The redirect + * URL should return the user back to the Jetpack console. + * Copied from Jetpack class. + * + * @param String $redirect the default redirect URL used by the package. + * @return String the modified URL. + */ + public static function filter_connect_redirect_url( $redirect ) { + $jetpack_admin_page = esc_url_raw( admin_url( 'admin.php?page=jetpack' ) ); + $redirect = $redirect + ? wp_validate_redirect( esc_url_raw( $redirect ), $jetpack_admin_page ) + : $jetpack_admin_page; + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( isset( $_REQUEST['is_multisite'] ) ) { + $redirect = Jetpack_Network::init()->get_url( 'network_admin_page' ); + } + + return $redirect; + } + + /** + * Filters the connection URL parameter array. + * Copied from Jetpack class. + * + * @param array $args default URL parameters used by the package. + * @return array the modified URL arguments array. + */ + public static function filter_connect_request_body( $args ) { + if ( + Constants::is_defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) + && include_once Constants::get_constant( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) + ) { + $gp_locale = GP_Locales::by_field( 'wp_locale', get_locale() ); + $args['locale'] = isset( $gp_locale ) && isset( $gp_locale->slug ) + ? $gp_locale->slug + : ''; + } + + $tracking = new Tracking(); + $tracks_identity = $tracking->tracks_get_identity( $args['state'] ); + + $args = array_merge( + $args, + array( + '_ui' => $tracks_identity['_ui'], + '_ut' => $tracks_identity['_ut'], + ) + ); + + $calypso_env = self::get_calypso_env(); + + if ( ! empty( $calypso_env ) ) { + $args['calypso_env'] = $calypso_env; + } + + return $args; + } + + /** + * Return Calypso environment value; used for developing Jetpack and pairing + * it with different Calypso enrionments, such as localhost. + * Copied from Jetpack class. + * + * @since 1.37.1 + * + * @return string Calypso environment + */ + public static function get_calypso_env() { + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( isset( $_GET['calypso_env'] ) ) { + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + return sanitize_key( $_GET['calypso_env'] ); + } + + if ( getenv( 'CALYPSO_ENV' ) ) { + return sanitize_key( getenv( 'CALYPSO_ENV' ) ); + } + + if ( defined( 'CALYPSO_ENV' ) && CALYPSO_ENV ) { + return sanitize_key( CALYPSO_ENV ); + } + + return ''; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md new file mode 100644 index 00000000..f81ab442 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md @@ -0,0 +1,189 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.6.23] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [1.6.22] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [1.6.21] - 2023-02-20 +### Changed +- Minor internal updates. + +## [1.6.20] - 2022-12-02 +### Changed +- Updated package dependencies. [#27688] + +## [1.6.19] - 2022-11-22 +### Changed +- Updated package dependencies. [#27043] + +## [1.6.18] - 2022-07-26 +### Changed +- Updated package dependencies. [#25158] + +## [1.6.17] - 2022-06-21 +### Changed +- Renaming master to trunk. + +## [1.6.16] - 2022-04-26 +### Changed +- Updated package dependencies. + +## [1.6.15] - 2022-01-25 +### Changed +- Updated package dependencies. + +## [1.6.14] - 2022-01-04 +### Changed +- Switch to pcov for code coverage. +- Updated package dependencies + +## [1.6.13] - 2021-12-14 +### Changed +- Updated package dependencies. + +## [1.6.12] - 2021-11-22 +### Changed +- Updated package dependencies + +## [1.6.11] - 2021-11-02 +### Changed +- Set `convertDeprecationsToExceptions` true in PHPUnit config. +- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. + +## [1.6.10] - 2021-10-26 +### Fixed +- Updated is_true docblock to be more accurate. + +## [1.6.9] - 2021-10-13 +### Changed +- Updated package dependencies. + +## [1.6.8] - 2021-10-06 +### Changed +- Updated package dependencies + +## [1.6.7] - 2021-09-28 +### Changed +- Updated package dependencies. + +## [1.6.6] - 2021-08-30 +### Changed +- Run composer update on test-php command instead of phpunit +- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). +- Updated versions in annotations + +## [1.6.5] - 2021-05-25 +### Changed +- Updated package dependencies. + +## [1.6.4] - 2021-04-08 +### Changed +- Packaging and build changes, no change to the package itself. + +## [1.6.3] - 2021-03-30 +### Added +- Composer alias for dev-master, to improve dependencies + +### Changed +- Update package dependencies. + +### Fixed +- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. + +## [1.6.2] - 2021-02-05 + +- CI: Make tests more generic + +## [1.6.1] - 2021-01-19 + +- Add mirror-repo information to all current composer packages +- Monorepo: Reorganize all projects + +## [1.6.0] - 2020-12-14 + +- Update dependency brain/monkey to v2.6.0 +- Pin dependencies +- Packages: Update for PHP 8 testing + +## [1.5.1] - 2020-10-28 + +- Updated PHPCS: Packages and Debugger + +## [1.5.0] - 2020-08-13 + +- CI: Try collect js coverage +- Docker: Add package testing shortcut + +## [1.4.0] - 2020-07-01 + +- Package Unit tests: update test file names to make sure they runs in Travis + +## [1.3.0] - 2020-06-22 + +- PHPCS: Clean up the packages + +## [1.2.0] - 2020-04-15 + +- Use jp.com redirect in all links +- Connection: add a filter for setting Jetpack api constants + +## [1.1.3] - 2019-11-08 + +- Packages: Use classmap instead of PSR-4 + +## [1.1.2] - 2019-10-28 + +- Packages: Add gitattributes files to all packages that need th… + +## [1.1.1] - 2019-09-20 + +- Docs: Unify usage of @package phpdoc tags + +## [1.1.0] - 2019-09-14 + +## 1.0.0 - 2019-07-09 + +- Packages: Finish the constants package + +[1.6.23]: https://github.com/Automattic/jetpack-constants/compare/v1.6.22...v1.6.23 +[1.6.22]: https://github.com/Automattic/jetpack-constants/compare/v1.6.21...v1.6.22 +[1.6.21]: https://github.com/Automattic/jetpack-constants/compare/v1.6.20...v1.6.21 +[1.6.20]: https://github.com/Automattic/jetpack-constants/compare/v1.6.19...v1.6.20 +[1.6.19]: https://github.com/Automattic/jetpack-constants/compare/v1.6.18...v1.6.19 +[1.6.18]: https://github.com/Automattic/jetpack-constants/compare/v1.6.17...v1.6.18 +[1.6.17]: https://github.com/Automattic/jetpack-constants/compare/v1.6.16...v1.6.17 +[1.6.16]: https://github.com/Automattic/jetpack-constants/compare/v1.6.15...v1.6.16 +[1.6.15]: https://github.com/Automattic/jetpack-constants/compare/v1.6.14...v1.6.15 +[1.6.14]: https://github.com/Automattic/jetpack-constants/compare/v1.6.13...v1.6.14 +[1.6.13]: https://github.com/Automattic/jetpack-constants/compare/v1.6.12...v1.6.13 +[1.6.12]: https://github.com/Automattic/jetpack-constants/compare/v1.6.11...v1.6.12 +[1.6.11]: https://github.com/Automattic/jetpack-constants/compare/v1.6.10...v1.6.11 +[1.6.10]: https://github.com/Automattic/jetpack-constants/compare/v1.6.9...v1.6.10 +[1.6.9]: https://github.com/Automattic/jetpack-constants/compare/v1.6.8...v1.6.9 +[1.6.8]: https://github.com/Automattic/jetpack-constants/compare/v1.6.7...v1.6.8 +[1.6.7]: https://github.com/Automattic/jetpack-constants/compare/v1.6.6...v1.6.7 +[1.6.6]: https://github.com/Automattic/jetpack-constants/compare/v1.6.5...v1.6.6 +[1.6.5]: https://github.com/Automattic/jetpack-constants/compare/v1.6.4...v1.6.5 +[1.6.4]: https://github.com/Automattic/jetpack-constants/compare/v1.6.3...v1.6.4 +[1.6.3]: https://github.com/Automattic/jetpack-constants/compare/v1.6.2...v1.6.3 +[1.6.2]: https://github.com/Automattic/jetpack-constants/compare/v1.6.1...v1.6.2 +[1.6.1]: https://github.com/Automattic/jetpack-constants/compare/v1.6.0...v1.6.1 +[1.6.0]: https://github.com/Automattic/jetpack-constants/compare/v1.5.1...v1.6.0 +[1.5.1]: https://github.com/Automattic/jetpack-constants/compare/v1.5.0...v1.5.1 +[1.5.0]: https://github.com/Automattic/jetpack-constants/compare/v1.4.0...v1.5.0 +[1.4.0]: https://github.com/Automattic/jetpack-constants/compare/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/Automattic/jetpack-constants/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/Automattic/jetpack-constants/compare/v1.1.3...v1.2.0 +[1.1.3]: https://github.com/Automattic/jetpack-constants/compare/v1.1.2...v1.1.3 +[1.1.2]: https://github.com/Automattic/jetpack-constants/compare/v1.1.1...v1.1.2 +[1.1.1]: https://github.com/Automattic/jetpack-constants/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/Automattic/jetpack-constants/compare/v1.0.0...v1.1.0 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/composer.json new file mode 100644 index 00000000..1205619b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/composer.json @@ -0,0 +1,40 @@ +{ + "name": "automattic/jetpack-constants", + "description": "A wrapper for defining constants in a more testable way.", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": {}, + "require-dev": { + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.8" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-constants", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.6.x-dev" + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php new file mode 100644 index 00000000..eaad50be --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php @@ -0,0 +1,124 @@ + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/composer.json new file mode 100644 index 00000000..b789130d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/composer.json @@ -0,0 +1,39 @@ +{ + "name": "automattic/jetpack-device-detection", + "description": "A way to detect device types based on User-Agent header.", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": {}, + "require-dev": { + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.8" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-device-detection", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-device-detection/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.4.x-dev" + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php new file mode 100644 index 00000000..684e568c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php @@ -0,0 +1,219 @@ + (bool) Whether the current device is a mobile phone. + * 'is_smartphone' => (bool) Whether the current device is a smartphone. + * 'is_tablet' => (bool) Whether the current device is a tablet device. + * 'is_handheld' => (bool) Whether the current device is a handheld device. + * 'is_desktop' => (bool) Whether the current device is a laptop / desktop device. + * 'platform' => (string) Detected platform. + * 'is_phone_matched_ua' => (string) Matched UA. + * ); + */ + public static function get_info( $ua = '' ) { + $ua_info = new User_Agent_Info( $ua ); + + $info = array( + 'is_phone' => self::is_mobile( 'any', false, $ua_info ), + 'is_phone_matched_ua' => self::is_mobile( 'any', true, $ua_info ), + 'is_smartphone' => self::is_mobile( 'smart', false, $ua_info ), + 'is_tablet' => $ua_info->is_tablet(), + 'platform' => $ua_info->get_platform(), + ); + + $info['is_handheld'] = $info['is_phone'] || $info['is_tablet']; + $info['is_desktop'] = ! $info['is_handheld']; + + if ( function_exists( 'apply_filters' ) ) { + /** + * Filter the value of Device_Detection::get_info. + * + * @since 1.0.0 + * + * @param array $info Array of device information. + * @param string $ua User agent string passed to Device_Detection::get_info. + * @param User_Agent_Info $ua_info Instance of Automattic\Jetpack\Device_Detection\User_Agent_Info. + */ + $info = apply_filters( 'jetpack_device_detection_get_info', $info, $ua, $ua_info ); + } + return $info; + } + + /** + * Detects phone devices. + * + * @param string $ua User-Agent string. + * + * @return bool + */ + public static function is_phone( $ua = '' ) { + $device_info = self::get_info( $ua ); + return true === $device_info['is_phone']; + } + + /** + * Detects smartphone devices. + * + * @param string $ua User-Agent string. + * + * @return bool + */ + public static function is_smartphone( $ua = '' ) { + $device_info = self::get_info( $ua ); + return true === $device_info['is_smartphone']; + } + + /** + * Detects tablet devices. + * + * @param string $ua User-Agent string. + * + * @return bool + */ + public static function is_tablet( $ua = '' ) { + $device_info = self::get_info( $ua ); + return true === $device_info['is_tablet']; + } + + /** + * Detects desktop devices. + * + * @param string $ua User-Agent string. + * + * @return bool + */ + public static function is_desktop( $ua = '' ) { + $device_info = self::get_info( $ua ); + return true === $device_info['is_desktop']; + } + + /** + * Detects handheld (i.e. phone + tablet) devices. + * + * @param string $ua User-Agent string. + * + * @return bool + */ + public static function is_handheld( $ua = '' ) { + $device_info = self::get_info( $ua ); + return true === $device_info['is_handheld']; + } + + /** + * Determine if the current User Agent matches the passed $kind. + * + * @param string $kind Category of mobile device to check for. Either: any, dumb, smart. + * @param bool $return_matched_agent Boolean indicating if the UA should be returned. + * @param User_Agent_Info $ua_info Boolean indicating if the UA should be returned. + * + * @return bool|string Boolean indicating if current UA matches $kind. If `$return_matched_agent` is true, returns the UA string. + */ + private static function is_mobile( $kind, $return_matched_agent, $ua_info ) { + $kinds = array( + 'smart' => false, + 'dumb' => false, + 'any' => false, + ); + $first_run = true; + $matched_agent = ''; + + // If an invalid kind is passed in, reset it to default. + if ( ! isset( $kinds[ $kind ] ) ) { + $kind = 'any'; + } + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( filter_var( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ) ); + if ( strpos( $agent, 'ipad' ) ) { + return false; + } + + // Remove Samsung Galaxy tablets (SCH-I800) from being mobile devices. + if ( strpos( $agent, 'sch-i800' ) ) { + return false; + } + + if ( $ua_info->is_android_tablet() && false === $ua_info->is_kindle_touch() ) { + return false; + } + + if ( $ua_info->is_blackberry_tablet() ) { + return false; + } + + if ( $first_run ) { + $first_run = false; + + // checks for iPhoneTier devices & RichCSS devices. + if ( $ua_info->isTierIphone() || $ua_info->isTierRichCSS() ) { + $kinds['smart'] = true; + $matched_agent = $ua_info->matched_agent; + } + + if ( ! $kinds['smart'] ) { + // if smart, we are not dumb so no need to check. + $dumb_agents = $ua_info->dumb_agents; + + foreach ( $dumb_agents as $dumb_agent ) { + if ( false !== strpos( $agent, $dumb_agent ) ) { + $kinds['dumb'] = true; + $matched_agent = $dumb_agent; + + break; + } + } + + if ( ! $kinds['dumb'] ) { + if ( isset( $_SERVER['HTTP_X_WAP_PROFILE'] ) ) { + $kinds['dumb'] = true; + $matched_agent = 'http_x_wap_profile'; + } elseif ( isset( $_SERVER['HTTP_ACCEPT'] ) && ( preg_match( '/wap\.|\.wap/i', $_SERVER['HTTP_ACCEPT'] ) || false !== strpos( strtolower( $_SERVER['HTTP_ACCEPT'] ), 'application/vnd.wap.xhtml+xml' ) ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput -- This is doing the validating. + $kinds['dumb'] = true; + $matched_agent = 'vnd.wap.xhtml+xml'; + } + } + } + + if ( $kinds['dumb'] || $kinds['smart'] ) { + $kinds['any'] = true; + } + } + + $value = $kinds[ $kind ]; + + if ( $return_matched_agent ) { + $value = $matched_agent; + } + return $value; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php new file mode 100644 index 00000000..3984dc2d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php @@ -0,0 +1,1572 @@ +useragent = $ua; + } elseif ( ! empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + $this->useragent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This class is all about validating. + } + } + + /** + * This method detects the mobile User Agent name. + * + * @return string The matched User Agent name, false otherwise. + */ + public function get_mobile_user_agent_name() { + if ( $this->is_chrome_for_iOS() ) { // Keep this check before the safari rule. + return 'chrome-for-ios'; + } elseif ( $this->is_iphone_or_ipod( 'iphone-safari' ) ) { + return 'iphone'; + } elseif ( $this->is_ipad( 'ipad-safari' ) ) { + return 'ipad'; + } elseif ( $this->is_android_tablet() ) { // Keep this check before the android rule. + return 'android_tablet'; + } elseif ( $this->is_android() ) { + return 'android'; + } elseif ( $this->is_blackberry_10() ) { + return 'blackberry_10'; + } elseif ( $this->is_blackbeberry() ) { + return 'blackberry'; + } elseif ( $this->is_WindowsPhone7() ) { + return 'win7'; + } elseif ( $this->is_windows_phone_8() ) { + return 'winphone8'; + } elseif ( $this->is_opera_mini() ) { + return 'opera-mini'; + } elseif ( $this->is_opera_mini_dumb() ) { + return 'opera-mini-dumb'; + } elseif ( $this->is_opera_mobile() ) { + return 'opera-mobi'; + } elseif ( $this->is_blackberry_tablet() ) { + return 'blackberry_tablet'; + } elseif ( $this->is_kindle_fire() ) { + return 'kindle-fire'; + } elseif ( $this->is_PalmWebOS() ) { + return 'webos'; + } elseif ( $this->is_S60_OSSBrowser() ) { + return 'series60'; + } elseif ( $this->is_firefox_os() ) { + return 'firefoxOS'; + } elseif ( $this->is_firefox_mobile() ) { + return 'firefox_mobile'; + } elseif ( $this->is_MaemoTablet() ) { + return 'maemo'; + } elseif ( $this->is_MeeGo() ) { + return 'meego'; + } elseif ( $this->is_TouchPad() ) { + return 'hp_tablet'; + } elseif ( $this->is_facebook_for_iphone() ) { + return 'facebook-for-iphone'; + } elseif ( $this->is_facebook_for_ipad() ) { + return 'facebook-for-ipad'; + } elseif ( $this->is_twitter_for_iphone() ) { + return 'twitter-for-iphone'; + } elseif ( $this->is_twitter_for_ipad() ) { + return 'twitter-for-ipad'; + } elseif ( $this->is_wordpress_for_ios() ) { + return 'ios-app'; + } elseif ( $this->is_iphone_or_ipod( 'iphone-not-safari' ) ) { + return 'iphone-unknown'; + } elseif ( $this->is_ipad( 'ipad-not-safari' ) ) { + return 'ipad-unknown'; + } elseif ( $this->is_Nintendo_3DS() ) { + return 'nintendo-3ds'; + } else { + $agent = $this->useragent; + $dumb_agents = $this->dumb_agents; + foreach ( $dumb_agents as $dumb_agent ) { + if ( false !== strpos( $agent, $dumb_agent ) ) { + return $dumb_agent; + } + } + } + + return false; + } + + /** + * This method detects the mobile device's platform. All return strings are from the class constants. + * Note that this function returns the platform name, not the UA name/type. You should use a different function + * if you need to test the UA capabilites. + * + * @return string|bool Name of the platform, false otherwise. + */ + public function get_platform() { + if ( isset( $this->platform ) ) { + return $this->platform; + } + + if ( empty( $this->useragent ) ) { + return false; + } + + if ( strpos( $this->useragent, 'windows phone' ) !== false ) { + $this->platform = self::PLATFORM_WINDOWS; + } elseif ( strpos( $this->useragent, 'windows ce' ) !== false ) { + $this->platform = self::PLATFORM_WINDOWS; + } elseif ( strpos( $this->useragent, 'ipad' ) !== false ) { + $this->platform = self::PLATFORM_IPAD; + } elseif ( strpos( $this->useragent, 'ipod' ) !== false ) { + $this->platform = self::PLATFORM_IPOD; + } elseif ( strpos( $this->useragent, 'iphone' ) !== false ) { + $this->platform = self::PLATFORM_IPHONE; + } elseif ( strpos( $this->useragent, 'android' ) !== false ) { + if ( $this->is_android_tablet() ) { + $this->platform = self::PLATFORM_ANDROID_TABLET; + } else { + $this->platform = self::PLATFORM_ANDROID; + } + } elseif ( $this->is_kindle_fire() ) { + $this->platform = self::PLATFORM_ANDROID_TABLET; + } elseif ( $this->is_blackberry_10() ) { + $this->platform = self::PLATFORM_BLACKBERRY_10; + } elseif ( strpos( $this->useragent, 'blackberry' ) !== false ) { + $this->platform = self::PLATFORM_BLACKBERRY; + } elseif ( $this->is_blackberry_tablet() ) { + $this->platform = self::PLATFORM_BLACKBERRY; + } elseif ( $this->is_symbian_platform() ) { + $this->platform = self::PLATFORM_SYMBIAN; + } elseif ( $this->is_symbian_s40_platform() ) { + $this->platform = self::PLATFORM_SYMBIAN_S40; + } elseif ( $this->is_J2ME_platform() ) { + $this->platform = self::PLATFORM_J2ME_MIDP; + } elseif ( $this->is_firefox_os() ) { + $this->platform = self::PLATFORM_FIREFOX_OS; + } else { + $this->platform = false; + } + + return $this->platform; + } + + /** + * This method detects for UA which can display iPhone-optimized web content. + * Includes iPhone, iPod Touch, Android, WebOS, Fennec (Firefox mobile), etc. + */ + public function isTierIphone() { + if ( isset( $this->isTierIphone ) ) { + return $this->isTierIphone; + } + if ( $this->is_iphoneOrIpod() ) { + $this->matched_agent = 'iphone'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_android() ) { + $this->matched_agent = 'android'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_windows_phone_8() ) { + $this->matched_agent = 'winphone8'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_WindowsPhone7() ) { + $this->matched_agent = 'win7'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_blackberry_10() ) { + $this->matched_agent = 'blackberry-10'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_blackbeberry() && 'blackberry-webkit' === $this->detect_blackberry_browser_version() ) { + $this->matched_agent = 'blackberry-webkit'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_blackberry_tablet() ) { + $this->matched_agent = 'blackberry_tablet'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_PalmWebOS() ) { + $this->matched_agent = 'webos'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_TouchPad() ) { + $this->matched_agent = 'hp_tablet'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_firefox_os() ) { + $this->matched_agent = 'firefoxOS'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_firefox_mobile() ) { + $this->matched_agent = 'fennec'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_opera_mobile() ) { + $this->matched_agent = 'opera-mobi'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_MaemoTablet() ) { + $this->matched_agent = 'maemo'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_MeeGo() ) { + $this->matched_agent = 'meego'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_kindle_touch() ) { + $this->matched_agent = 'kindle-touch'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } elseif ( $this->is_Nintendo_3DS() ) { + $this->matched_agent = 'nintendo-3ds'; + $this->isTierIphone = true; + $this->isTierRichCss = false; + $this->isTierGenericMobile = false; + } else { + $this->isTierIphone = false; + } + return $this->isTierIphone; + } + + /** + * This method detects for UA which are likely to be capable + * but may not necessarily support JavaScript. + * Excludes all iPhone Tier UA. + */ + public function isTierRichCss() { + if ( isset( $this->isTierRichCss ) ) { + return $this->isTierRichCss; + } + if ( $this->isTierIphone() ) { + return false; + } + + // The following devices are explicitly ok. + if ( $this->is_S60_OSSBrowser() ) { + $this->matched_agent = 'series60'; + $this->isTierIphone = false; + $this->isTierRichCss = true; + $this->isTierGenericMobile = false; + } elseif ( $this->is_opera_mini() ) { + $this->matched_agent = 'opera-mini'; + $this->isTierIphone = false; + $this->isTierRichCss = true; + $this->isTierGenericMobile = false; + } elseif ( $this->is_blackbeberry() ) { + $detectedDevice = $this->detect_blackberry_browser_version(); + if ( + 'blackberry-5' === $detectedDevice + || 'blackberry-4.7' === $detectedDevice + || 'blackberry-4.6' === $detectedDevice + ) { + $this->matched_agent = $detectedDevice; + $this->isTierIphone = false; + $this->isTierRichCss = true; + $this->isTierGenericMobile = false; + } + } else { + $this->isTierRichCss = false; + } + + return $this->isTierRichCss; + } + + /** + * Detects if the user is using a tablet. + * props Corey Gilmore, BGR.com + * + * @return bool + */ + public function is_tablet() { + return ( 0 // Never true, but makes it easier to manage our list of tablet conditions. + || self::is_ipad() + || self::is_android_tablet() + || self::is_blackberry_tablet() + || self::is_kindle_fire() + || self::is_MaemoTablet() + || self::is_TouchPad() + ); + } + + /** + * Detects if the current UA is the default iPhone or iPod Touch Browser. + * + * DEPRECATED: use is_iphone_or_ipod + */ + public function is_iphoneOrIpod() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + if ( ( strpos( $ua, 'iphone' ) !== false ) || ( strpos( $ua, 'ipod' ) !== false ) ) { + if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) { + return false; + } else { + return true; + } + } else { + return false; + } + } + + /** + * Detects if the current UA is iPhone Mobile Safari or another iPhone or iPod Touch Browser. + * + * They type can check for any iPhone, an iPhone using Safari, or an iPhone using something other than Safari. + * + * Note: If you want to check for Opera mini, Opera mobile or Firefox mobile (or any 3rd party iPhone browser), + * you should put the check condition before the check for 'iphone-any' or 'iphone-not-safari'. + * Otherwise those browsers will be 'catched' by the iphone string. + * + * @param string $type Type of iPhone detection. + */ + public static function is_iphone_or_ipod( $type = 'iphone-any' ) { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + $is_iphone = ( strpos( $ua, 'iphone' ) !== false ) || ( strpos( $ua, 'ipod' ) !== false ); + $is_safari = ( false !== strpos( $ua, 'safari' ) ); + + if ( 'iphone-safari' === $type ) { + return $is_iphone && $is_safari; + } elseif ( 'iphone-not-safari' === $type ) { + return $is_iphone && ! $is_safari; + } else { + return $is_iphone; + } + } + + /** + * Detects if the current UA is Chrome for iOS + * + * The User-Agent string in Chrome for iOS is the same as the Mobile Safari User-Agent, with CriOS/ instead of Version/. + * - Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_1_1 like Mac OS X; en) AppleWebKit/534.46.0 (KHTML, like Gecko) CriOS/19.0.1084.60 Mobile/9B206 Safari/7534.48.3 + */ + public static function is_chrome_for_iOS() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + if ( self::is_iphone_or_ipod( 'iphone-safari' ) === false ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( strpos( $ua, 'crios/' ) !== false ) { + return true; + } else { + return false; + } + } + + /** + * Detects if the current UA is Twitter for iPhone + * + * Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_5 like Mac OS X; nb-no) AppleWebKit/533.17.9 (KHTML, like Gecko) Mobile/8L1 Twitter for iPhone + * Mozilla/5.0 (iPhone; CPU iPhone OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9B206 Twitter for iPhone + */ + public static function is_twitter_for_iphone() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( strpos( $ua, 'ipad' ) !== false ) { + return false; + } + + if ( strpos( $ua, 'twitter for iphone' ) !== false ) { + return true; + } else { + return false; + } + } + + /** + * Detects if the current UA is Twitter for iPad + * + * Old version 4.X - Mozilla/5.0 (iPad; U; CPU OS 4_3_5 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Mobile/8L1 Twitter for iPad + * Ver 5.0 or Higher - Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9B206 Twitter for iPhone + */ + public static function is_twitter_for_ipad() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( strpos( $ua, 'twitter for ipad' ) !== false ) { + return true; + } elseif ( strpos( $ua, 'ipad' ) !== false && strpos( $ua, 'twitter for iphone' ) !== false ) { + return true; + } else { + return false; + } + } + + /** + * Detects if the current UA is Facebook for iPhone + * - Facebook 4020.0 (iPhone; iPhone OS 5.0.1; fr_FR) + * - Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_0 like Mac OS X; en_US) AppleWebKit (KHTML, like Gecko) Mobile [FBAN/FBForIPhone;FBAV/4.0.2;FBBV/4020.0;FBDV/iPhone3,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/5.0;FBSS/2; FBCR/O2;FBID/phone;FBLC/en_US;FBSF/2.0] + * - Mozilla/5.0 (iPhone; CPU iPhone OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9B206 [FBAN/FBIOS;FBAV/5.0;FBBV/47423;FBDV/iPhone3,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/5.1.1;FBSS/2; FBCR/3ITA;FBID/phone;FBLC/en_US] + */ + public static function is_facebook_for_iphone() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( false === strpos( $ua, 'iphone' ) ) { + return false; + } + + if ( false !== strpos( $ua, 'facebook' ) && false === strpos( $ua, 'ipad' ) ) { + return true; + } elseif ( false !== strpos( $ua, 'fbforiphone' ) && false === strpos( $ua, 'tablet' ) ) { + return true; + } elseif ( false !== strpos( $ua, 'fban/fbios;' ) && false === strpos( $ua, 'tablet' ) ) { // FB app v5.0 or higher. + return true; + } else { + return false; + } + } + + /** + * Detects if the current UA is Facebook for iPad + * - Facebook 4020.0 (iPad; iPhone OS 5.0.1; en_US) + * - Mozilla/5.0 (iPad; U; CPU iPhone OS 5_0 like Mac OS X; en_US) AppleWebKit (KHTML, like Gecko) Mobile [FBAN/FBForIPhone;FBAV/4.0.2;FBBV/4020.0;FBDV/iPad2,1;FBMD/iPad;FBSN/iPhone OS;FBSV/5.0;FBSS/1; FBCR/;FBID/tablet;FBLC/en_US;FBSF/1.0] + * - Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Mobile/10A403 [FBAN/FBIOS;FBAV/5.0;FBBV/47423;FBDV/iPad2,1;FBMD/iPad;FBSN/iPhone OS;FBSV/6.0;FBSS/1; FBCR/;FBID/tablet;FBLC/en_US] + */ + public static function is_facebook_for_ipad() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( false === strpos( $ua, 'ipad' ) ) { + return false; + } + + if ( false !== strpos( $ua, 'facebook' ) || false !== strpos( $ua, 'fbforiphone' ) || false !== strpos( $ua, 'fban/fbios;' ) ) { + return true; + } else { + return false; + } + } + + /** + * Detects if the current UA is WordPress for iOS + */ + public static function is_wordpress_for_ios() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + if ( false !== strpos( $ua, 'wp-iphone' ) ) { + return true; + } else { + return false; + } + } + + /** + * Detects if the current device is an iPad. + * They type can check for any iPad, an iPad using Safari, or an iPad using something other than Safari. + * + * Note: If you want to check for Opera mini, Opera mobile or Firefox mobile (or any 3rd party iPad browser), + * you should put the check condition before the check for 'iphone-any' or 'iphone-not-safari'. + * Otherwise those browsers will be 'catched' by the ipad string. + * + * @param string $type iPad type. + */ + public static function is_ipad( $type = 'ipad-any' ) { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + $is_ipad = ( false !== strpos( $ua, 'ipad' ) ); + $is_safari = ( false !== strpos( $ua, 'safari' ) ); + + if ( 'ipad-safari' === $type ) { + return $is_ipad && $is_safari; + } elseif ( 'ipad-not-safari' === $type ) { + return $is_ipad && ! $is_safari; + } else { + return $is_ipad; + } + } + + /** + * Detects if the current browser is Firefox Mobile (Fennec) + * + * See http://www.useragentstring.com/pages/Fennec/ + * Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.1.1) Gecko/20110415 Firefox/4.0.2pre Fennec/4.0.1 + * Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b2pre) Gecko/20081015 Fennec/1.0a1 + */ + public static function is_firefox_mobile() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( strpos( $ua, 'fennec' ) !== false ) { + return true; + } else { + return false; + } + } + + /** + * Detects if the current browser is Firefox for desktop + * + * See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent/Firefox + * Mozilla/5.0 (platform; rv:geckoversion) Gecko/geckotrail Firefox/firefoxversion + * The platform section will include 'Mobile' for phones and 'Tablet' for tablets. + */ + public static function is_firefox_desktop() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( false !== strpos( $ua, 'firefox' ) && false === strpos( $ua, 'mobile' ) && false === strpos( $ua, 'tablet' ) ) { + return true; + } else { + return false; + } + } + + /** + * Detects if the current browser is FirefoxOS Native browser + * + * Mozilla/5.0 (Mobile; rv:14.0) Gecko/14.0 Firefox/14.0 + */ + public static function is_firefox_os() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( strpos( $ua, 'mozilla' ) !== false && strpos( $ua, 'mobile' ) !== false && strpos( $ua, 'gecko' ) !== false && strpos( $ua, 'firefox' ) !== false ) { + return true; + } else { + return false; + } + } + + /** + * Detect modern Opera desktop + * + * Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 OPR/74.0.3911.203 + * + * Looking for "OPR/" specifically. + */ + public static function is_opera_desktop() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + if ( false === strpos( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ), 'OPR/' ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + return false; + } + + return true; + } + + /** + * Detects if the current browser is Opera Mobile + * + * What is the difference between Opera Mobile and Opera Mini? + * - Opera Mobile is a full Internet browser for mobile devices. + * - Opera Mini always uses a transcoder to convert the page for a small display. + * (it uses Opera advanced server compression technology to compress web content before it gets to a device. + * The rendering engine is on Opera's server.) + * + * Opera/9.80 (Windows NT 6.1; Opera Mobi/14316; U; en) Presto/2.7.81 Version/11.00" + * Opera/9.50 (Nintendo DSi; Opera/507; U; en-US) + */ + public static function is_opera_mobile() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( strpos( $ua, 'opera' ) !== false && strpos( $ua, 'mobi' ) !== false ) { + return true; + } elseif ( strpos( $ua, 'opera' ) !== false && strpos( $ua, 'nintendo dsi' ) !== false ) { + return true; + } else { + return false; + } + } + + /** + * Detects if the current browser is Opera Mini + * + * Opera/8.01 (J2ME/MIDP; Opera Mini/3.0.6306/1528; en; U; ssr) + * Opera/9.80 (Android;Opera Mini/6.0.24212/24.746 U;en) Presto/2.5.25 Version/10.5454 + * Opera/9.80 (iPhone; Opera Mini/5.0.019802/18.738; U; en) Presto/2.4.15 + * Opera/9.80 (J2ME/iPhone;Opera Mini/5.0.019802/886; U; ja) Presto/2.4.15 + * Opera/9.80 (J2ME/iPhone;Opera Mini/5.0.019802/886; U; ja) Presto/2.4.15 + * Opera/9.80 (Series 60; Opera Mini/5.1.22783/23.334; U; en) Presto/2.5.25 Version/10.54 + * Opera/9.80 (BlackBerry; Opera Mini/5.1.22303/22.387; U; en) Presto/2.5.25 Version/10.54 + */ + public static function is_opera_mini() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( strpos( $ua, 'opera' ) !== false && strpos( $ua, 'mini' ) !== false ) { + return true; + } else { + return false; + } + } + + /** + * Detects if the current browser is Opera Mini, but not on a smart device OS(Android, iOS, etc) + * Used to send users on dumb devices to m.wor + */ + public static function is_opera_mini_dumb() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( self::is_opera_mini() ) { + if ( strpos( $ua, 'android' ) !== false || strpos( $ua, 'iphone' ) !== false || strpos( $ua, 'ipod' ) !== false + || strpos( $ua, 'ipad' ) !== false || strpos( $ua, 'blackberry' ) !== false ) { + return false; + } else { + return true; + } + } else { + return false; + } + } + + /** + * Detects if the current browser is a Windows Phone 7 device. + * ex: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; LG; GW910) + */ + public static function is_WindowsPhone7() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( false === strpos( $ua, 'windows phone os 7' ) ) { + return false; + } elseif ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) { + return false; + } else { + return true; + } + } + + /** + * Detects if the current browser is a Windows Phone 8 device. + * ex: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; ARM; Touch; IEMobile/10.0; ; [;]) + */ + public static function is_windows_phone_8() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + if ( strpos( $ua, 'windows phone 8' ) === false ) { + return false; + } else { + return true; + } + } + + /** + * Detects if the current browser is on a Palm device running the new WebOS. This EXCLUDES TouchPad. + * + * Ex1: Mozilla/5.0 (webOS/1.4.0; U; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Version/1.0 Safari/532.2 Pre/1.1 + * Ex2: Mozilla/5.0 (webOS/1.4.0; U; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Version/1.0 Safari/532.2 Pixi/1.1 + */ + public static function is_PalmWebOS() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( false === strpos( $ua, 'webos' ) ) { + return false; + } elseif ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) { + return false; + } else { + return true; + } + } + + /** + * Detects if the current browser is the HP TouchPad default browser. This excludes phones wt WebOS. + * + * TouchPad Emulator: Mozilla/5.0 (hp-desktop; Linux; hpwOS/2.0; U; it-IT) AppleWebKit/534.6 (KHTML, like Gecko) wOSBrowser/233.70 Safari/534.6 Desktop/1.0 + * TouchPad: Mozilla/5.0 (hp-tablet; Linux; hpwOS/3.0.0; U; en-US) AppleWebKit/534.6 (KHTML, like Gecko) wOSBrowser/233.70 Safari/534.6 TouchPad/1.0 + */ + public static function is_TouchPad() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $http_user_agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + if ( false !== strpos( $http_user_agent, 'hp-tablet' ) || false !== strpos( $http_user_agent, 'hpwos' ) || false !== strpos( $http_user_agent, 'touchpad' ) ) { + if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) { + return false; + } else { + return true; + } + } else { + return false; + } + } + + /** + * Detects if the current browser is the Series 60 Open Source Browser. + * + * OSS Browser 3.2 on E75: Mozilla/5.0 (SymbianOS/9.3; U; Series60/3.2 NokiaE75-1/110.48.125 Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413 + * + * 7.0 Browser (Nokia 5800 XpressMusic (v21.0.025)) : Mozilla/5.0 (SymbianOS/9.4; U; Series60/5.0 Nokia5800d-1/21.0.025; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413 + * + * Browser 7.1 (Nokia N97 (v12.0.024)) : Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 NokiaN97-1/12.0.024; Profile/MIDP-2.1 Configuration/CLDC-1.1; en-us) AppleWebKit/525 (KHTML, like Gecko) BrowserNG/7.1.12344 + */ + public static function is_S60_OSSBrowser() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) { + return false; + } + + $pos_webkit = strpos( $agent, 'webkit' ); + if ( false !== $pos_webkit ) { + // First, test for WebKit, then make sure it's either Symbian or S60. + if ( strpos( $agent, 'symbian' ) !== false || strpos( $agent, 'series60' ) !== false ) { + return true; + } else { + return false; + } + } elseif ( strpos( $agent, 'symbianos' ) !== false && strpos( $agent, 'series60' ) !== false ) { + return true; + } elseif ( strpos( $agent, 'nokia' ) !== false && strpos( $agent, 'series60' ) !== false ) { + return true; + } + + return false; + } + + /** + * Detects if the device platform is the Symbian Series 60. + */ + public static function is_symbian_platform() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + $pos_webkit = strpos( $agent, 'webkit' ); + if ( false !== $pos_webkit ) { + // First, test for WebKit, then make sure it's either Symbian or S60. + if ( strpos( $agent, 'symbian' ) !== false || strpos( $agent, 'series60' ) !== false ) { + return true; + } else { + return false; + } + } elseif ( strpos( $agent, 'symbianos' ) !== false && strpos( $agent, 'series60' ) !== false ) { + return true; + } elseif ( strpos( $agent, 'nokia' ) !== false && strpos( $agent, 'series60' ) !== false ) { + return true; + } elseif ( strpos( $agent, 'opera mini' ) !== false ) { + if ( strpos( $agent, 'symbianos' ) !== false || strpos( $agent, 'symbos' ) !== false || strpos( $agent, 'series 60' ) !== false ) { + return true; + } + } + + return false; + } + + /** + * Detects if the device platform is the Symbian Series 40. + * Nokia Browser for Series 40 is a proxy based browser, previously known as Ovi Browser. + * This browser will report 'NokiaBrowser' in the header, however some older version will also report 'OviBrowser'. + */ + public static function is_symbian_s40_platform() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( strpos( $agent, 'series40' ) !== false ) { + if ( strpos( $agent, 'nokia' ) !== false || strpos( $agent, 'ovibrowser' ) !== false || strpos( $agent, 'nokiabrowser' ) !== false ) { + return true; + } + } + + return false; + } + + /** + * Returns if the device belongs to J2ME capable family. + * + * @return bool + */ + public static function is_J2ME_platform() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( strpos( $agent, 'j2me/midp' ) !== false ) { + return true; + } elseif ( strpos( $agent, 'midp' ) !== false && strpos( $agent, 'cldc' ) ) { + return true; + } + return false; + } + + /** + * Detects if the current UA is on one of the Maemo-based Nokia Internet Tablets. + */ + public static function is_MaemoTablet() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + $pos_maemo = strpos( $agent, 'maemo' ); + if ( false === $pos_maemo ) { + return false; + } + + // Must be Linux + Tablet, or else it could be something else. + if ( strpos( $agent, 'tablet' ) !== false && strpos( $agent, 'linux' ) !== false ) { + if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) { + return false; + } else { + return true; + } + } else { + return false; + } + } + + /** + * Detects if the current UA is a MeeGo device (Nokia Smartphone). + */ + public static function is_MeeGo() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( false === strpos( $ua, 'meego' ) ) { + return false; + } elseif ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) { + return false; + } else { + return true; + } + } + + /** + * The is_webkit() method can be used to check the User Agent for an webkit generic browser. + */ + public static function is_webkit() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + $pos_webkit = strpos( $agent, 'webkit' ); + + if ( false !== $pos_webkit ) { + return true; + } else { + return false; + } + } + + /** + * Detects if the current browser is the Native Android browser. + * + * @return boolean true if the browser is Android otherwise false + */ + public static function is_android() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + $pos_android = strpos( $agent, 'android' ); + if ( false !== $pos_android ) { + if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) { + return false; + } else { + return true; + } + } else { + return false; + } + } + + /** + * Detects if the current browser is the Native Android Tablet browser. + * Assumes 'Android' should be in the user agent, but not 'mobile' + * + * @return boolean true if the browser is Android and not 'mobile' otherwise false + */ + public static function is_android_tablet() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + $pos_android = strpos( $agent, 'android' ); + $pos_mobile = strpos( $agent, 'mobile' ); + $post_android_app = strpos( $agent, 'wp-android' ); + + if ( false !== $pos_android && false === $pos_mobile && false === $post_android_app ) { + if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) { + return false; + } else { + return true; + } + } else { + return false; + } + } + + /** + * Detects if the current browser is the Kindle Fire Native browser. + * + * Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us; Silk/1.1.0-84) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Silk-Accelerated=true + * Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us; Silk/1.1.0-84) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Silk-Accelerated=false + * + * @return boolean true if the browser is Kindle Fire Native browser otherwise false + */ + public static function is_kindle_fire() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + $pos_silk = strpos( $agent, 'silk/' ); + $pos_silk_acc = strpos( $agent, 'silk-accelerated=' ); + if ( false !== $pos_silk && false !== $pos_silk_acc ) { + return true; + } else { + return false; + } + } + + /** + * Detects if the current browser is the Kindle Touch Native browser + * + * Mozilla/5.0 (X11; U; Linux armv7l like Android; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/533.2+ Kindle/3.0+ + * + * @return boolean true if the browser is Kindle monochrome Native browser otherwise false + */ + public static function is_kindle_touch() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + $pos_kindle_touch = strpos( $agent, 'kindle/3.0+' ); + if ( false !== $pos_kindle_touch && false === self::is_kindle_fire() ) { + return true; + } else { + return false; + } + } + + /** + * Detect if user agent is the WordPress.com Windows 8 app (used ONLY on the custom oauth stylesheet) + */ + public static function is_windows8_auth() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + $pos = strpos( $agent, 'msauthhost' ); + if ( false !== $pos ) { + return true; + } else { + return false; + } + } + + /** + * Detect if user agent is the WordPress.com Windows 8 app. + */ + public static function is_wordpress_for_win8() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + $pos = strpos( $agent, 'wp-windows8' ); + if ( false !== $pos ) { + return true; + } else { + return false; + } + } + + /** + * Detect if user agent is the WordPress.com Desktop app. + */ + public static function is_wordpress_desktop_app() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + $pos = strpos( $agent, 'WordPressDesktop' ); + if ( false !== $pos ) { + return true; + } else { + return false; + } + } + + /** + * The is_blackberry_tablet() method can be used to check the User Agent for a RIM blackberry tablet. + * The user agent of the BlackBerry® Tablet OS follows a format similar to the following: + * Mozilla/5.0 (PlayBook; U; RIM Tablet OS 1.0.0; en-US) AppleWebKit/534.8+ (KHTML, like Gecko) Version/0.0.1 Safari/534.8+ + */ + public static function is_blackberry_tablet() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + $pos_playbook = stripos( $agent, 'PlayBook' ); + $pos_rim_tablet = stripos( $agent, 'RIM Tablet' ); + + if ( ( false === $pos_playbook ) || ( false === $pos_rim_tablet ) ) { + return false; + } else { + return true; + } + } + + /** + * The is_blackbeberry() method can be used to check the User Agent for a blackberry device. + * Note that opera mini on BB matches this rule. + */ + public static function is_blackbeberry() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + $pos_blackberry = strpos( $agent, 'blackberry' ); + if ( false !== $pos_blackberry ) { + if ( self::is_opera_mini() || self::is_opera_mobile() || self::is_firefox_mobile() ) { + return false; + } else { + return true; + } + } else { + return false; + } + } + + /** + * The is_blackberry_10() method can be used to check the User Agent for a BlackBerry 10 device. + */ + public static function is_blackberry_10() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + return ( strpos( $agent, 'bb10' ) !== false ) && ( strpos( $agent, 'mobile' ) !== false ); + } + + /** + * Retrieve the blackberry OS version. + * + * Return strings are from the following list: + * - blackberry-10 + * - blackberry-7 + * - blackberry-6 + * - blackberry-torch //only the first edition. The 2nd edition has the OS7 onboard and doesn't need any special rule. + * - blackberry-5 + * - blackberry-4.7 + * - blackberry-4.6 + * - blackberry-4.5 + * + * @return string Version of the BB OS. + * If version is not found, get_blackbeberry_OS_version will return boolean false. + */ + public static function get_blackbeberry_OS_version() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + if ( self::is_blackberry_10() ) { + return 'blackberry-10'; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + $pos_blackberry = stripos( $agent, 'blackberry' ); + if ( false === $pos_blackberry ) { + // Not a blackberry device. + return false; + } + + // Blackberry devices OS 6.0 or higher. + // Mozilla/5.0 (BlackBerry; U; BlackBerry 9670; en) AppleWebKit/534.3+ (KHTML, like Gecko) Version/6.0.0.286 Mobile Safari/534.3+. + // Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/534.1+ (KHTML, Like Gecko) Version/6.0.0.141 Mobile Safari/534.1+. + // Mozilla/5.0 (BlackBerry; U; BlackBerry 9900; en-US) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0 Mobile Safari/534.11+. + $pos_webkit = stripos( $agent, 'webkit' ); + if ( false !== $pos_webkit ) { + // Detected blackberry webkit browser. + $pos_torch = stripos( $agent, 'BlackBerry 9800' ); + if ( false !== $pos_torch ) { + return 'blackberry-torch'; // Match the torch first edition. the 2nd edition should use the OS7 and doesn't need any special rule. + } elseif ( preg_match( '#Version\/([\d\.]+)#i', $agent, $matches ) ) { // Detecting the BB OS version for devices running OS 6.0 or higher. + $version = $matches[1]; + $version_num = explode( '.', $version ); + if ( false === is_array( $version_num ) || count( $version_num ) <= 1 ) { + return 'blackberry-6'; // not a BB device that match our rule. + } else { + return 'blackberry-' . $version_num[0]; + } + } else { + // if doesn't match returns the minimun version with a webkit browser. we should never fall here. + return 'blackberry-6'; // not a BB device that match our rule. + } + } + + // Blackberry devices <= 5.XX. + // BlackBerry9000/5.0.0.93 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/179. + if ( preg_match( '#BlackBerry\w+\/([\d\.]+)#i', $agent, $matches ) ) { + $version = $matches[1]; + } else { + return false; // not a BB device that match our rule. + } + + $version_num = explode( '.', $version ); + + if ( is_array( $version_num ) === false || count( $version_num ) <= 1 ) { + return false; + } + + $version_num_major = (int) $version_num[0]; + $version_num_minor = (int) $version_num[1]; + + if ( 5 === $version_num_major ) { + return 'blackberry-5'; + } elseif ( 4 === $version_num_major && 7 === $version_num_minor ) { + return 'blackberry-4.7'; + } elseif ( 4 === $version_num_major && 6 === $version_num_minor ) { + return 'blackberry-4.6'; + } elseif ( 4 === $version_num_major && 5 === $version_num_minor ) { + return 'blackberry-4.5'; + } else { + return false; + } + } + + /** + * Retrieve the blackberry browser version. + * + * Return string are from the following list: + * - blackberry-10 + * - blackberry-webkit + * - blackberry-5 + * - blackberry-4.7 + * - blackberry-4.6 + * + * @return string Type of the BB browser. + * If browser's version is not found, detect_blackbeberry_browser_version will return boolean false. + */ + public static function detect_blackberry_browser_version() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( self::is_blackberry_10() ) { + return 'blackberry-10'; + } + + $pos_blackberry = strpos( $agent, 'blackberry' ); + if ( false === $pos_blackberry ) { + // Not a blackberry device. + return false; + } + + $pos_webkit = strpos( $agent, 'webkit' ); + + if ( ! ( false === $pos_webkit ) ) { + return 'blackberry-webkit'; + } else { + if ( ! preg_match( '#BlackBerry\w+\/([\d\.]+)#i', $agent, $matches ) ) { + return false; // not a BB device that match our rule. + } + + $version_num = explode( '.', $matches[1] ); + + if ( false === is_array( $version_num ) || count( $version_num ) <= 1 ) { + return false; + } + + $version_num_major = (int) $version_num[0]; + $version_num_minor = (int) $version_num[1]; + + if ( 5 === $version_num_major ) { + return 'blackberry-5'; + } elseif ( 4 === $version_num_major && 7 === $version_num_minor ) { + return 'blackberry-4.7'; + } elseif ( 4 === $version_num_major && 6 === $version_num_minor ) { + return 'blackberry-4.6'; + } else { + // A very old BB device is found or this is a BB device that doesn't match our rules. + return false; + } + } + } + + /** + * Checks if a visitor is coming from one of the WordPress mobile apps. + * + * @return bool + */ + public static function is_mobile_app() { + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $agent = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + + if ( isset( $_SERVER['X_USER_AGENT'] ) && preg_match( '|wp-webos|', $_SERVER['X_USER_AGENT'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput -- This is validating. + return true; // Wp4webos 1.1 or higher. + } + + $app_agents = array( 'wp-android', 'wp-blackberry', 'wp-iphone', 'wp-nokia', 'wp-webos', 'wp-windowsphone' ); + // the mobile reader on iOS has an incorrect UA when loading the reader + // currently it is the default one provided by the iOS framework which + // causes problems with 2-step-auth + // User-Agent WordPress/3.1.4 CFNetwork/609 Darwin/13.0.0. + $app_agents[] = 'wordpress/3.1'; + + foreach ( $app_agents as $app_agent ) { + if ( false !== strpos( $agent, $app_agent ) ) { + return true; + } + } + return false; + } + + /** + * Detects if the current browser is Nintendo 3DS handheld. + * + * Example: Mozilla/5.0 (Nintendo 3DS; U; ; en) Version/1.7498.US + * can differ in language, version and region + */ + public static function is_Nintendo_3DS() { + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + $ua = strtolower( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + if ( strpos( $ua, 'nintendo 3ds' ) !== false ) { + return true; + } + return false; + } + + /** + * Was the current request made by a known bot? + * + * @return boolean + */ + public static function is_bot() { + static $is_bot = null; + + if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) { + return false; + } + + if ( $is_bot === null ) { + $is_bot = self::is_bot_user_agent( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- This is validating. + } + + return $is_bot; + } + + /** + * Is the given user-agent a known bot? + * If you want an is_bot check for the current request's UA, use is_bot() instead of passing a user-agent to this method. + * + * @param string $ua A user-agent string. + * + * @return boolean + */ + public static function is_bot_user_agent( $ua = null ) { + + if ( empty( $ua ) ) { + return false; + } + + $bot_agents = array( + 'alexa', + 'altavista', + 'ask jeeves', + 'attentio', + 'baiduspider', + 'bingbot', + 'chtml generic', + 'crawler', + 'fastmobilecrawl', + 'feedfetcher-google', + 'firefly', + 'froogle', + 'gigabot', + 'googlebot', + 'googlebot-mobile', + 'heritrix', + 'httrack', + 'ia_archiver', + 'irlbot', + 'iescholar', + 'infoseek', + 'jumpbot', + 'linkcheck', + 'lycos', + 'mediapartners', + 'mediobot', + 'motionbot', + 'msnbot', + 'mshots', + 'openbot', + 'pss-webkit-request', + 'pythumbnail', + 'scooter', + 'slurp', + 'snapbot', + 'spider', + 'taptubot', + 'technoratisnoop', + 'teoma', + 'twiceler', + 'yahooseeker', + 'yahooysmcm', + 'yammybot', + 'ahrefsbot', + 'pingdom.com_bot', + 'kraken', + 'yandexbot', + 'twitterbot', + 'tweetmemebot', + 'openhosebot', + 'queryseekerspider', + 'linkdexbot', + 'grokkit-crawler', + 'livelapbot', + 'germcrawler', + 'domaintunocrawler', + 'grapeshotcrawler', + 'cloudflare-alwaysonline', + ); + + foreach ( $bot_agents as $bot_agent ) { + if ( false !== stripos( $ua, $bot_agent ) ) { + return true; + } + } + + return false; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/functions.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/functions.php new file mode 100644 index 00000000..a530e7f9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/functions.php @@ -0,0 +1,36 @@ + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/SECURITY.md new file mode 100644 index 00000000..98f48dd1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/SECURITY.md @@ -0,0 +1,47 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack and its associated plugins have continued support. If a critical vulnerability is found in the current version of a plugin, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +Our HackerOne program covers the below plugin software, as well as a variety of related projects and infrastructure: + +* [Jetpack](https://jetpack.com/) +* Jetpack Backup +* Jetpack Boost +* Jetpack CRM +* Jetpack Protect +* Jetpack Search +* Jetpack Social +* Jetpack VideoPress + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.asset.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.asset.php new file mode 100644 index 00000000..11143f3c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.asset.php @@ -0,0 +1 @@ + array('react', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '40e79e96702db6f6da6d'); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.css b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.css new file mode 100644 index 00000000..c485deb3 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.css @@ -0,0 +1 @@ +#wpadminbar #wp-admin-bar-jetpack-idc{margin-right:5px}#wpadminbar #wp-admin-bar-jetpack-idc .jp-idc-admin-bar{border-radius:2px;color:#efeff0;font-size:14px;font-weight:500;line-height:20px;padding:6px 8px}#wpadminbar #wp-admin-bar-jetpack-idc.hide{display:none}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons{font-family:dashicons;margin-top:-6px}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before{font-size:18px}#wpadminbar #wp-admin-bar-jetpack-idc .ab-item{background:#e68b28;padding:0}#jp-identity-crisis-container .jp-idc__idc-screen{margin-bottom:40px;margin-top:40px}#jp-identity-crisis-container.notice{background:none;border:none}.jp-idc__idc-screen{background:#fff;border-left:4px solid #e68b28;border-radius:4px;box-shadow:0 0 40px rgba(0,0,0,.04);box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0 auto;max-width:1128px;padding:10px}.jp-idc__idc-screen.jp-idc__idc-screen__success{border-color:#069e08}@media(min-width:600px){.jp-idc__idc-screen{padding:48px}}.jp-idc__idc-screen .jp-idc__idc-screen__header{align-items:center;display:flex}.jp-idc__idc-screen .jp-idc__idc-screen__header .jp-idc__idc-screen__logo-image{max-height:100px;max-width:100px}.jp-idc__idc-screen .jp-idc__idc-screen__header .jp-idc__idc-screen__logo-label{font-size:14px;line-height:22px;margin:-7px 0 0 8px}.jp-idc__idc-screen h2{font-size:24px;font-weight:600;line-height:28px;margin:32px 0 0}.jp-idc__idc-screen h3{font-size:20px;font-weight:600;line-height:28px;margin:24px 0 0}.jp-idc__idc-screen p{color:#2c3338;font-size:16px;line-height:24px;margin:16px 0 0;max-width:710px}.jp-idc__idc-screen a{color:#2c3338}.jp-idc__idc-screen .jp-idc__idc-screen__cards{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap}@media only screen and (min-width:1403px){.jp-idc__idc-screen .jp-idc__idc-screen__cards{align-items:normal;flex-direction:row}}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__cards-separator{align-self:center;color:#23282d;font-size:20px;font-weight:600;line-height:28px;margin:0 24px}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base{border:1px solid #c3c4c7;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;margin:24px 0;max-width:100%;padding:10px;width:480px}@media(min-width:600px){.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base{padding:24px}}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base h4{font-size:20px;font-weight:400;line-height:28px;margin:0 0 8px}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base p{margin:0 0 24px}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base .jp-idc__idc-screen__card-action-sitename{background:#f9f9f6;border-radius:33px;box-sizing:border-box;color:#2c3338;font-size:16px;font-weight:700;line-height:24px;overflow-wrap:anywhere;padding:16px;text-align:center;width:100%}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base .jp-idc__idc-screen__card-action-separator{display:block;margin:12px auto}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base .jp-idc__idc-screen__card-action-button{padding:8px 24px;width:100%}.jp-idc__idc-screen .jp-idc__idc-screen__card-action-button{background:#000;border-radius:4px;color:#fff;font-size:16px;font-weight:600;height:auto;justify-content:center;line-height:24px;margin-top:24px;min-height:40px;padding:8px}.jp-idc__idc-screen .jp-idc__idc-screen__card-action-button-migrated{margin-top:64px;width:141px}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;margin-top:24px;width:100%}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-hostname{border:1px solid #c3c4c7;border-radius:4px;color:#2c3338;flex-grow:1;font-size:16px;font-weight:700;line-height:24px;padding:24px;width:100%}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-separator-wide{display:none}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-separator{display:block}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-separator,.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-separator-wide{margin:28px}@media only screen and (min-width:1400px){.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated{flex-direction:row;width:auto}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-separator{display:none}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-separator-wide{display:block}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-hostname{width:auto}}@keyframes rotate-spinner{to{transform:rotate(1turn)}}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid transparent;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-right-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}:root{--font-title-large:36px;--font-title-small:24px;--font-body:16px;--font-label:12px;--jp-black:#000;--jp-black-80:#2c3338;--jp-white:#fff;--jp-white-off:#f9f9f6;--jp-gray:#dcdcde;--jp-gray-0:#f6f7f7;--jp-gray-5:#dcdcde;--jp-gray-10:#c3c4c7;--jp-gray-20:#a7aaad;--jp-gray-30:#8c8f94;--jp-gray-40:#787c82;--jp-gray-50:#646970;--jp-gray-60:#50575e;--jp-gray-70:#3c434a;--jp-gray-80:#2c3338;--jp-gray-90:#1d2327;--jp-gray-100:#101517;--jp-gray-off:#e2e2df;--jp-yellow-5:#f5e6b3;--jp-yellow-10:#f2cf75;--jp-orange-20:#faa754;--jp-blue-5:#ced9f2;--jp-red-0:#f7ebec;--jp-red-50:#d63638;--jp-red-60:#b32d2e;--jp-red-80:#8a2424;--jp-red:#d63639;--jp-pink:#c9356e;--jp-green-0:#f0f2eb;--jp-green-5:#d0e6b8;--jp-green-10:#9dd977;--jp-green-20:#64ca43;--jp-green-30:#2fb41f;--jp-green-40:#069e08;--jp-green-50:#008710;--jp-green-60:#007117;--jp-green-70:#005b18;--jp-green-80:#004515;--jp-green-90:#003010;--jp-green-100:#001c09;--jp-green:#069e08;--jp-green-primary:var(--jp-green-40);--jp-green-secondary:var(--jp-green-30);--jp-border-radius:4px;--jp-border-radius-rna:8px;--jp-menu-border-height:1px;--jp-underline-thickness:2px;--jp-modal-padding-large:32px;--jp-modal-padding:24px;--jp-modal-padding-small:16px;--jp-modal-radius:8px;--jp-button-padding:8px;--jp-button-radius:4px;--jp-gap:16px;--jp-highlight:#3858e9}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(8px)}.jp-cut:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jp-idc__idc-screen .jp-idc__error-message{align-items:center;color:var(--jp-red);display:flex;flex-direction:row;justify-content:center;margin:15px 0}.jp-idc__idc-screen .jp-idc__error-message .error-gridicon{fill:var(--jp-red);margin-right:8px}.jp-idc__idc-screen .jp-idc__error-message a,.jp-idc__idc-screen .jp-idc__error-message span{color:var(--jp-red);font-size:var(--font-body)}.jp-idc__idc-screen .jp-idc__safe-mode .jp-idc__error-message{margin-top:5px}.jp-idc__idc-screen .jp-idc__idc-screen__cards.jp-idc__idc-screen__cards-error .jp-idc__idc-screen__card-action-base{padding-bottom:75px}.jp-idc__idc-screen .jp-idc__idc-screen__cards.jp-idc__idc-screen__cards-error .jp-idc__idc-screen__card-action-base.jp-idc__idc-screen__card-action-error{padding-bottom:5px}.jp-idc__idc-screen .jp-idc__idc-screen__cards.jp-idc__idc-screen__cards-error .jp-idc__idc-screen__card-action-base .jp-idc__error-message{height:40px}.jp-idc__idc-screen .jp-idc__safe-mode{text-align:center}.jp-idc__idc-screen .jp-idc__safe-mode .jp-idc__safe-mode__staying-safe{display:flex;justify-content:center;padding:6px}.jp-idc__idc-screen .jp-idc__safe-mode .jp-idc__safe-mode__staying-safe .jp-components-spinner{margin:0 10px}.jp-idc__idc-screen .jp-idc__safe-mode,.jp-idc__idc-screen .jp-idc__safe-mode button{color:#2c3338;font-size:16px;line-height:24px}.jp-idc__idc-screen .jp-idc__safe-mode button{padding:0;text-decoration:underline} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js new file mode 100644 index 00000000..3aec77f0 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js @@ -0,0 +1,5 @@ +/*! For license information please see index.js.LICENSE.txt */ +!function(){var e={235:function(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function s(){for(var e=[],t=0;t{"%%"!==e&&(r++,"%c"===e&&(s=r))})),t.splice(s,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=n(741)(t);const{formatters:r}=e.exports;r.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},741:function(e,t,n){e.exports=function(e){function t(e){let n,s,i,a=null;function o(...e){if(!o.enabled)return;const r=o,s=Number(new Date),i=s-(n||s);r.diff=i,r.prev=n,r.curr=s,n=s,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let a=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,s)=>{if("%%"===n)return"%";a++;const i=t.formatters[s];if("function"==typeof i){const t=e[a];n=i.call(r,t),e.splice(a,1),a--}return n})),t.formatArgs.call(r,e);(r.log||t.log).apply(r,e)}return o.namespace=e,o.useColors=t.useColors(),o.color=t.selectColor(e),o.extend=r,o.destroy=t.destroy,Object.defineProperty(o,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==a?a:(s!==t.namespaces&&(s=t.namespaces,i=t.enabled(e)),i),set:e=>{a=e}}),"function"==typeof t.init&&t.init(o),o}function r(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function s(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(s),...t.skips.map(s).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),s=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t=1.5*n;return Math.round(e/n)+" "+r+(s?"s":"")}e.exports=function(e,c){c=c||{};var l=typeof e;if("string"===l&&e.length>0)return function(e){if((e=String(e)).length>100)return;var o=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!o)return;var c=parseFloat(o[1]);switch((o[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*a;case"weeks":case"week":case"w":return c*i;case"days":case"day":case"d":return c*s;case"hours":case"hour":case"hrs":case"hr":case"h":return c*r;case"minutes":case"minute":case"mins":case"min":case"m":return c*n;case"seconds":case"second":case"secs":case"sec":case"s":return c*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(e);if("number"===l&&isFinite(e))return c.long?function(e){var i=Math.abs(e);if(i>=s)return o(e,i,s,"day");if(i>=r)return o(e,i,r,"hour");if(i>=n)return o(e,i,n,"minute");if(i>=t)return o(e,i,t,"second");return e+" ms"}(e):function(e){var i=Math.abs(e);if(i>=s)return Math.round(e/s)+"d";if(i>=r)return Math.round(e/r)+"h";if(i>=n)return Math.round(e/n)+"m";if(i>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},469:function(e,t,n){"use strict";var r=n(758);function s(){}function i(){}i.resetWarningCache=s,e.exports=function(){function e(e,t,n,s,i,a){if(a!==r){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:s};return n.PropTypes=n,n}},162:function(e,t,n){e.exports=n(469)()},758:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},975:function(e,t,n){"use strict";var r=n(951);const s=n.n(r)()("dops:analytics");let i,a;window._tkq=window._tkq||[],window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=+new Date;const o={initialize:function(e,t,n){o.setUser(e,t),o.setSuperProps(n),o.identifyUser()},setGoogleAnalyticsEnabled:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;this.googleAnalyticsEnabled=e,this.googleAnalyticsKey=t},setMcAnalyticsEnabled:function(e){this.mcAnalyticsEnabled=e},setUser:function(e,t){a={ID:e,username:t}},setSuperProps:function(e){i=e},assignSuperProps:function(e){i=Object.assign(i||{},e)},mc:{bumpStat:function(e,t){const n=function(e,t){let n="";if("object"==typeof e){for(const t in e)n+="&x_"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);s("Bumping stats %o",e)}else n="&x_"+encodeURIComponent(e)+"="+encodeURIComponent(t),s('Bumping stat "%s" in group "%s"',t,e);return n}(e,t);o.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom-no-pv"+n+"&t="+Math.random())},bumpStatWithPageView:function(e,t){const n=function(e,t){let n="";if("object"==typeof e){for(const t in e)n+="&"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);s("Built stats %o",e)}else n="&"+encodeURIComponent(e)+"="+encodeURIComponent(t),s('Built stat "%s" in group "%s"',t,e);return n}(e,t);o.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom"+n+"&t="+Math.random())}},pageView:{record:function(e,t){o.tracks.recordPageView(e),o.ga.recordPageView(e,t)}},purchase:{record:function(e,t,n,r,s,i,a){o.ga.recordPurchase(e,t,n,r,s,i,a)}},tracks:{recordEvent:function(e,t){t=t||{},0===e.indexOf("akismet_")||0===e.indexOf("jetpack_")?(i&&(s("- Super Props: %o",i),t=Object.assign(t,i)),s('Record event "%s" called with props %s',e,JSON.stringify(t)),window._tkq.push(["recordEvent",e,t])):s('- Event name must be prefixed by "akismet_" or "jetpack_"')},recordJetpackClick:function(e){const t="object"==typeof e?e:{target:e};o.tracks.recordEvent("jetpack_wpa_click",t)},recordPageView:function(e){o.tracks.recordEvent("akismet_page_view",{path:e})},setOptOut:function(e){s("Pushing setOptOut: %o",e),window._tkq.push(["setOptOut",e])}},ga:{initialized:!1,initialize:function(){let e={};o.ga.initialized||(a&&(e={userId:"u-"+a.ID}),window.ga("create",this.googleAnalyticsKey,"auto",e),o.ga.initialized=!0)},recordPageView:function(e,t){o.ga.initialize(),s("Recording Page View ~ [URL: "+e+"] [Title: "+t+"]"),this.googleAnalyticsEnabled&&(window.ga("set","page",e),window.ga("send",{hitType:"pageview",page:e,title:t}))},recordEvent:function(e,t,n,r){o.ga.initialize();let i="Recording Event ~ [Category: "+e+"] [Action: "+t+"]";void 0!==n&&(i+=" [Option Label: "+n+"]"),void 0!==r&&(i+=" [Option Value: "+r+"]"),s(i),this.googleAnalyticsEnabled&&window.ga("send","event",e,t,n,r)},recordPurchase:function(e,t,n,r,s,i,a){window.ga("require","ecommerce"),window.ga("ecommerce:addTransaction",{id:e,revenue:r,currency:a}),window.ga("ecommerce:addItem",{id:e,name:t,sku:n,price:s,quantity:i}),window.ga("ecommerce:send")}},identifyUser:function(){a&&window._tkq.push(["identifyUser",a.ID,a.username])},setProperties:function(e){window._tkq.push(["setProperties",e])},clearedIdentity:function(){window._tkq.push(["clearIdentity"])}};t.Z=o},743:function(e,t,n){"use strict";var r=n(132),s=n(483);function i(e){class t extends Error{constructor(){super(...arguments),this.name=e}}return t}const a=i("JsonParseError"),o=i("JsonParseAfterRedirectError"),c=i("Api404Error"),l=i("Api404AfterRedirectError"),u=i("FetchNetworkError");const d=new function(e,t){let n=e,i=e,a={"X-WP-Nonce":t},o={credentials:"same-origin",headers:a},c={method:"post",credentials:"same-origin",headers:Object.assign({},a,{"Content-type":"application/json"})},l=function(e){const t=e.split("?"),n=t.length>1?t[1]:"",r=n.length?n.split("&"):[];return r.push("_cacheBuster="+(new Date).getTime()),t[0]+"?"+r.join("&")};const u={setApiRoot(e){n=e},setWpcomOriginApiUrl(e){i=e},setApiNonce(e){a={"X-WP-Nonce":e},o={credentials:"same-origin",headers:a},c={method:"post",credentials:"same-origin",headers:Object.assign({},a,{"Content-type":"application/json"})}},setCacheBusterCallback:e=>{l=e},registerSite:(e,t)=>{const s={registration_nonce:e,no_iframe:!0};return(0,r.jetpackConfigHas)("consumer_slug")&&(s.plugin_slug=(0,r.jetpackConfigGet)("consumer_slug")),null!==t&&(s.redirect_uri=t),h(`${n}jetpack/v4/connection/register`,c,{body:JSON.stringify(s)}).then(p).then(m)},fetchAuthorizationUrl:e=>d((0,s.addQueryArgs)(`${n}jetpack/v4/connection/authorize_url`,{no_iframe:"1",redirect_uri:e}),o).then(p).then(m),fetchSiteConnectionData:()=>d(`${n}jetpack/v4/connection/data`,o).then(m),fetchSiteConnectionStatus:()=>d(`${n}jetpack/v4/connection`,o).then(m),fetchSiteConnectionTest:()=>d(`${n}jetpack/v4/connection/test`,o).then(p).then(m),fetchUserConnectionData:()=>d(`${n}jetpack/v4/connection/data`,o).then(m),fetchUserTrackingSettings:()=>d(`${n}jetpack/v4/tracking/settings`,o).then(p).then(m),updateUserTrackingSettings:e=>h(`${n}jetpack/v4/tracking/settings`,c,{body:JSON.stringify(e)}).then(p).then(m),disconnectSite:()=>h(`${n}jetpack/v4/connection`,c,{body:JSON.stringify({isActive:!1})}).then(p).then(m),fetchConnectUrl:()=>d(`${n}jetpack/v4/connection/url`,o).then(p).then(m),unlinkUser:()=>h(`${n}jetpack/v4/connection/user`,c,{body:JSON.stringify({linked:!1})}).then(p).then(m),reconnect:()=>h(`${n}jetpack/v4/connection/reconnect`,c).then(p).then(m),fetchConnectedPlugins:()=>d(`${n}jetpack/v4/connection/plugins`,o).then(p).then(m),setHasSeenWCConnectionModal:()=>h(`${n}jetpack/v4/seen-wc-connection-modal`,c).then(p).then(m),fetchModules:()=>d(`${n}jetpack/v4/module/all`,o).then(p).then(m),fetchModule:e=>d(`${n}jetpack/v4/module/${e}`,o).then(p).then(m),activateModule:e=>h(`${n}jetpack/v4/module/${e}/active`,c,{body:JSON.stringify({active:!0})}).then(p).then(m),deactivateModule:e=>h(`${n}jetpack/v4/module/${e}/active`,c,{body:JSON.stringify({active:!1})}),updateModuleOptions:(e,t)=>h(`${n}jetpack/v4/module/${e}`,c,{body:JSON.stringify(t)}).then(p).then(m),updateSettings:e=>h(`${n}jetpack/v4/settings`,c,{body:JSON.stringify(e)}).then(p).then(m),getProtectCount:()=>d(`${n}jetpack/v4/module/protect/data`,o).then(p).then(m),resetOptions:e=>h(`${n}jetpack/v4/options/${e}`,c,{body:JSON.stringify({reset:!0})}).then(p).then(m),activateVaultPress:()=>h(`${n}jetpack/v4/plugins`,c,{body:JSON.stringify({slug:"vaultpress",status:"active"})}).then(p).then(m),getVaultPressData:()=>d(`${n}jetpack/v4/module/vaultpress/data`,o).then(p).then(m),installPlugin:(e,t)=>{const r={slug:e,status:"active"};return t&&(r.source=t),h(`${n}jetpack/v4/plugins`,c,{body:JSON.stringify(r)}).then(p).then(m)},activateAkismet:()=>h(`${n}jetpack/v4/plugins`,c,{body:JSON.stringify({slug:"akismet",status:"active"})}).then(p).then(m),getAkismetData:()=>d(`${n}jetpack/v4/module/akismet/data`,o).then(p).then(m),checkAkismetKey:()=>d(`${n}jetpack/v4/module/akismet/key/check`,o).then(p).then(m),checkAkismetKeyTyped:e=>h(`${n}jetpack/v4/module/akismet/key/check`,c,{body:JSON.stringify({api_key:e})}).then(p).then(m),fetchStatsData:e=>d(function(e){let t=`${n}jetpack/v4/module/stats/data`;-1!==t.indexOf("?")?t+=`&range=${encodeURIComponent(e)}`:t+=`?range=${encodeURIComponent(e)}`;return t}(e),o).then(p).then(m).then(f),getPluginUpdates:()=>d(`${n}jetpack/v4/updates/plugins`,o).then(p).then(m),getPlans:()=>d(`${n}jetpack/v4/plans`,o).then(p).then(m),fetchSettings:()=>d(`${n}jetpack/v4/settings`,o).then(p).then(m),updateSetting:e=>h(`${n}jetpack/v4/settings`,c,{body:JSON.stringify(e)}).then(p).then(m),fetchSiteData:()=>d(`${n}jetpack/v4/site`,o).then(p).then(m).then((e=>JSON.parse(e.data))),fetchSiteFeatures:()=>d(`${n}jetpack/v4/site/features`,o).then(p).then(m).then((e=>JSON.parse(e.data))),fetchSiteProducts:()=>d(`${n}jetpack/v4/site/products`,o).then(p).then(m),fetchSitePurchases:()=>d(`${n}jetpack/v4/site/purchases`,o).then(p).then(m).then((e=>JSON.parse(e.data))),fetchSiteBenefits:()=>d(`${n}jetpack/v4/site/benefits`,o).then(p).then(m).then((e=>JSON.parse(e.data))),fetchSiteDiscount:()=>d(`${n}jetpack/v4/site/discount`,o).then(p).then(m).then((e=>e.data)),fetchSetupQuestionnaire:()=>d(`${n}jetpack/v4/setup/questionnaire`,o).then(p).then(m),fetchRecommendationsData:()=>d(`${n}jetpack/v4/recommendations/data`,o).then(p).then(m),fetchRecommendationsProductSuggestions:()=>d(`${n}jetpack/v4/recommendations/product-suggestions`,o).then(p).then(m),fetchRecommendationsUpsell:()=>d(`${n}jetpack/v4/recommendations/upsell`,o).then(p).then(m),fetchRecommendationsConditional:()=>d(`${n}jetpack/v4/recommendations/conditional`,o).then(p).then(m),saveRecommendationsData:e=>h(`${n}jetpack/v4/recommendations/data`,c,{body:JSON.stringify({data:e})}).then(p),fetchProducts:()=>d(`${n}jetpack/v4/products`,o).then(p).then(m),fetchRewindStatus:()=>d(`${n}jetpack/v4/rewind`,o).then(p).then(m).then((e=>JSON.parse(e.data))),fetchScanStatus:()=>d(`${n}jetpack/v4/scan`,o).then(p).then(m).then((e=>JSON.parse(e.data))),dismissJetpackNotice:e=>h(`${n}jetpack/v4/notice/${e}`,c,{body:JSON.stringify({dismissed:!0})}).then(p).then(m),fetchPluginsData:()=>d(`${n}jetpack/v4/plugins`,o).then(p).then(m),fetchIntroOffers:()=>d(`${n}jetpack/v4/intro-offers`,o).then(p).then(m),fetchVerifySiteGoogleStatus:e=>d(null!==e?`${n}jetpack/v4/verify-site/google/${e}`:`${n}jetpack/v4/verify-site/google`,o).then(p).then(m),verifySiteGoogle:e=>h(`${n}jetpack/v4/verify-site/google`,c,{body:JSON.stringify({keyring_id:e})}).then(p).then(m),submitSurvey:e=>h(`${n}jetpack/v4/marketing/survey`,c,{body:JSON.stringify(e)}).then(p).then(m),saveSetupQuestionnaire:e=>h(`${n}jetpack/v4/setup/questionnaire`,c,{body:JSON.stringify(e)}).then(p).then(m),updateLicensingError:e=>h(`${n}jetpack/v4/licensing/error`,c,{body:JSON.stringify(e)}).then(p).then(m),updateLicenseKey:e=>h(`${n}jetpack/v4/licensing/set-license`,c,{body:JSON.stringify({license:e})}).then(p).then(m),getUserLicensesCounts:()=>d(`${n}jetpack/v4/licensing/user/counts`,o).then(p).then(m),getUserLicenses:()=>d(`${n}jetpack/v4/licensing/user/licenses`,o).then(p).then(m),updateLicensingActivationNoticeDismiss:e=>h(`${n}jetpack/v4/licensing/user/activation-notice-dismiss`,c,{body:JSON.stringify({last_detached_count:e})}).then(p).then(m),updateRecommendationsStep:e=>h(`${n}jetpack/v4/recommendations/step`,c,{body:JSON.stringify({step:e})}).then(p),confirmIDCSafeMode:()=>h(`${n}jetpack/v4/identity-crisis/confirm-safe-mode`,c).then(p),startIDCFresh:e=>h(`${n}jetpack/v4/identity-crisis/start-fresh`,c,{body:JSON.stringify({redirect_uri:e})}).then(p).then(m),migrateIDC:()=>h(`${n}jetpack/v4/identity-crisis/migrate`,c).then(p),attachLicenses:e=>h(`${n}jetpack/v4/licensing/attach-licenses`,c,{body:JSON.stringify({licenses:e})}).then(p).then(m),fetchSearchPlanInfo:()=>d(`${i}jetpack/v4/search/plan`,o).then(p).then(m),fetchSearchSettings:()=>d(`${i}jetpack/v4/search/settings`,o).then(p).then(m),updateSearchSettings:e=>h(`${i}jetpack/v4/search/settings`,c,{body:JSON.stringify(e)}).then(p).then(m),fetchSearchStats:()=>d(`${i}jetpack/v4/search/stats`,o).then(p).then(m),fetchWafSettings:()=>d(`${n}jetpack/v4/waf`,o).then(p).then(m),updateWafSettings:e=>h(`${n}jetpack/v4/waf`,c,{body:JSON.stringify(e)}).then(p).then(m),fetchWordAdsSettings:()=>d(`${n}jetpack/v4/wordads/settings`,o).then(p).then(m),updateWordAdsSettings:e=>h(`${n}jetpack/v4/wordads/settings`,c,{body:JSON.stringify(e)}),fetchSearchPricing:()=>d(`${i}jetpack/v4/search/pricing`,o).then(p).then(m),fetchMigrationStatus:()=>d(`${n}jetpack/v4/migration/status`,o).then(p).then(m),fetchBackupUndoEvent:()=>d(`${n}jetpack/v4/site/backup/undo-event`,o).then(p).then(m)};function d(e,t){return fetch(l(e),t)}function h(e,t,n){return fetch(e,Object.assign({},t,n)).catch(g)}function f(e){return e.general&&void 0===e.general.response||e.week&&void 0===e.week.response||e.month&&void 0===e.month.response?e:{}}Object.assign(this,u)};function p(e){return e.status>=200&&e.status<300?e:404===e.status?new Promise((()=>{throw e.redirected?new l(e.redirected):new c})):e.json().catch((e=>h(e))).then((t=>{const n=new Error(`${t.message} (Status ${e.status})`);throw n.response=t,n.name="ApiError",n}))}function m(e){return e.json().catch((t=>h(t,e.redirected,e.url)))}function h(e,t,n){throw t?new o(n):new a}function g(){throw new u}t.ZP=d},868:function(e,t,n){"use strict";var r=n(674),s=n.n(r),i=n(736),a=n(235),o=n.n(a),c=n(196),l=n.n(c);const __=i.__;t.Z=e=>{let{logoColor:t="#069e08",showText:n=!0,className:r,height:i=32,...a}=e;const c=n?"0 0 118 32":"0 0 32 32";return l().createElement("svg",s()({xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:c,className:o()("jetpack-logo",r),"aria-labelledby":"jetpack-logo-title",height:i},a),l().createElement("desc",{id:"jetpack-logo-title"},__("Jetpack Logo","jetpack-idc")),l().createElement("path",{fill:t,d:"M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z M15,19H7l8-16V19z M17,29V13h8L17,29z"}),n&&l().createElement(l().Fragment,null,l().createElement("path",{d:"M41.3,26.6c-0.5-0.7-0.9-1.4-1.3-2.1c2.3-1.4,3-2.5,3-4.6V8h-3V6h6v13.4C46,22.8,45,24.8,41.3,26.6z"}),l().createElement("path",{d:"M65,18.4c0,1.1,0.8,1.3,1.4,1.3c0.5,0,2-0.2,2.6-0.4v2.1c-0.9,0.3-2.5,0.5-3.7,0.5c-1.5,0-3.2-0.5-3.2-3.1V12H60v-2h2.1V7.1 H65V10h4v2h-4V18.4z"}),l().createElement("path",{d:"M71,10h3v1.3c1.1-0.8,1.9-1.3,3.3-1.3c2.5,0,4.5,1.8,4.5,5.6s-2.2,6.3-5.8,6.3c-0.9,0-1.3-0.1-2-0.3V28h-3V10z M76.5,12.3 c-0.8,0-1.6,0.4-2.5,1.2v5.9c0.6,0.1,0.9,0.2,1.8,0.2c2,0,3.2-1.3,3.2-3.9C79,13.4,78.1,12.3,76.5,12.3z"}),l().createElement("path",{d:"M93,22h-3v-1.5c-0.9,0.7-1.9,1.5-3.5,1.5c-1.5,0-3.1-1.1-3.1-3.2c0-2.9,2.5-3.4,4.2-3.7l2.4-0.3v-0.3c0-1.5-0.5-2.3-2-2.3 c-0.7,0-2.3,0.5-3.7,1.1L84,11c1.2-0.4,3-1,4.4-1c2.7,0,4.6,1.4,4.6,4.7L93,22z M90,16.4l-2.2,0.4c-0.7,0.1-1.4,0.5-1.4,1.6 c0,0.9,0.5,1.4,1.3,1.4s1.5-0.5,2.3-1V16.4z"}),l().createElement("path",{d:"M104.5,21.3c-1.1,0.4-2.2,0.6-3.5,0.6c-4.2,0-5.9-2.4-5.9-5.9c0-3.7,2.3-6,6.1-6c1.4,0,2.3,0.2,3.2,0.5V13 c-0.8-0.3-2-0.6-3.2-0.6c-1.7,0-3.2,0.9-3.2,3.6c0,2.9,1.5,3.8,3.3,3.8c0.9,0,1.9-0.2,3.2-0.7V21.3z"}),l().createElement("path",{d:"M110,15.2c0.2-0.3,0.2-0.8,3.8-5.2h3.7l-4.6,5.7l5,6.3h-3.7l-4.2-5.8V22h-3V6h3V15.2z"}),l().createElement("path",{d:"M58.5,21.3c-1.5,0.5-2.7,0.6-4.2,0.6c-3.6,0-5.8-1.8-5.8-6c0-3.1,1.9-5.9,5.5-5.9s4.9,2.5,4.9,4.9c0,0.8,0,1.5-0.1,2h-7.3 c0.1,2.5,1.5,2.8,3.6,2.8c1.1,0,2.2-0.3,3.4-0.7C58.5,19,58.5,21.3,58.5,21.3z M56,15c0-1.4-0.5-2.9-2-2.9c-1.4,0-2.3,1.3-2.4,2.9 C51.6,15,56,15,56,15z"})))}},33:function(e,t,n){"use strict";var r=n(162),s=n.n(r),i=n(196),a=n.n(i);n(683);const o=e=>{const t=e.className+" jp-components-spinner",n={width:e.size,height:e.size,fontSize:e.size,borderTopColor:e.color},r={borderTopColor:e.color,borderRightColor:e.color};return a().createElement("div",{className:t},a().createElement("div",{className:"jp-components-spinner__outer",style:n},a().createElement("div",{className:"jp-components-spinner__inner",style:r})))};o.propTypes={color:s().string,className:s().string,size:s().number},o.defaultProps={color:"#FFFFFF",className:"",size:20},t.Z=o},895:function(e,t,n){"use strict";function r(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n={};let r;if("undefined"!=typeof window&&(r=window?.JP_CONNECTION_INITIAL_STATE?.calypsoEnv),0===e.search("https://")){const t=new URL(e);e=`https://${t.host}${t.pathname}`,n.url=encodeURIComponent(e)}else n.source=encodeURIComponent(e);for(const e in t)n[e]=encodeURIComponent(t[e]);!Object.keys(n).includes("site")&&"undefined"!=typeof jetpack_redirects&&jetpack_redirects.hasOwnProperty("currentSiteRawUrl")&&(n.site=jetpack_redirects.currentSiteRawUrl),r&&(n.calypso_env=r);return"https://jetpack.com/redirect/?"+Object.keys(n).map((e=>e+"="+n[e])).join("&")}n.d(t,{Z:function(){return r}})},132:function(e,t,n){let r={};try{r=n(510)}catch{console.error("jetpackConfig is missing in your webpack config file. See @automattic/jetpack-config"),r={missingConfig:!0}}const s=e=>r.hasOwnProperty(e);e.exports={jetpackConfigHas:s,jetpackConfigGet:e=>{if(!s(e))throw'This app requires the "'+e+'" Jetpack Config to be defined in your webpack configuration file. See details in @automattic/jetpack-config package docs.';return r[e]}}},477:function(e,t,n){"use strict";var r=n(895),s=n(33),i=n(609),a=n(818),o=n(307),c=n(736),l=n(162),u=n.n(l),d=n(196),p=n.n(d),m=n(678),h=n(144),g=n(115),f=n(637);const __=c.__,y=e=>{const{isStartingFresh:t,startFreshCallback:n,customContent:l,hasError:u}=e,d=(0,g.Z)(e.wpcomHomeUrl),h=(0,g.Z)(e.currentUrl),y=(0,a.useSelect)((e=>e(m.t).getIsActionInProgress()),[]),k=l.startFreshButtonLabel||__("Create a fresh connection","jetpack-idc");return p().createElement("div",{className:"jp-idc__idc-screen__card-action-base"+(u?" jp-idc__idc-screen__card-action-error":"")},p().createElement("div",{className:"jp-idc__idc-screen__card-action-top"},p().createElement("h4",null,l.startFreshCardTitle?(0,o.createInterpolateElement)(l.startFreshCardTitle,{em:p().createElement("em",null)}):__("Treat each site as independent sites","jetpack-idc")),p().createElement("p",null,(0,o.createInterpolateElement)(l.startFreshCardBodyText||(0,c.sprintf)(/* translators: %1$s: The current site domain name. %2$s: The original site domain name. */ +__("%1$s settings, stats, and subscribers will start fresh. %2$s will keep its data as is.","jetpack-idc"),h,d),{hostname:p().createElement("strong",null),em:p().createElement("em",null),strong:p().createElement("strong",null)}))),p().createElement("div",{className:"jp-idc__idc-screen__card-action-bottom"},p().createElement("div",{className:"jp-idc__idc-screen__card-action-sitename"},d),p().createElement(i.Dashicon,{icon:"minus",className:"jp-idc__idc-screen__card-action-separator"}),p().createElement("div",{className:"jp-idc__idc-screen__card-action-sitename"},h),p().createElement(i.Button,{className:"jp-idc__idc-screen__card-action-button",label:k,onClick:n,disabled:y},t?p().createElement(s.Z,null):k),u&&(C=l.supportURL,p().createElement(f.Z,null,(0,o.createInterpolateElement)(__("Could not create the connection. Retry or find out more here.","jetpack-idc"),{a:p().createElement("a",{href:C||(0,r.Z)("jetpack-support-safe-mode"),rel:"noopener noreferrer",target:"_blank"})})))));var C};y.propTypes={wpcomHomeUrl:u().string.isRequired,currentUrl:u().string.isRequired,isStartingFresh:u().bool.isRequired,startFreshCallback:u().func.isRequired,customContent:u().shape(h.Z),hasError:u().bool.isRequired},y.defaultProps={isStartingFresh:!1,startFreshCallback:()=>{},customContent:{},hasError:!1},t.Z=y},596:function(e,t,n){"use strict";var r=n(895),s=n(33),i=n(609),a=n(818),o=n(307),c=n(736),l=n(162),u=n.n(l),d=n(196),p=n.n(d),m=n(678),h=n(144),g=n(115),f=n(637);const __=c.__,y=e=>{const t=(0,g.Z)(e.wpcomHomeUrl),n=(0,g.Z)(e.currentUrl),l=(0,a.useSelect)((e=>e(m.t).getIsActionInProgress()),[]),{isMigrating:u,migrateCallback:d,customContent:h,hasError:y}=e,k=h.migrateButtonLabel||__("Move your settings","jetpack-idc");return p().createElement("div",{className:"jp-idc__idc-screen__card-action-base"+(y?" jp-idc__idc-screen__card-action-error":"")},p().createElement("div",{className:"jp-idc__idc-screen__card-action-top"},p().createElement("h4",null,h.migrateCardTitle?(0,o.createInterpolateElement)(h.migrateCardTitle,{em:p().createElement("em",null)}):__("Move Jetpack data","jetpack-idc")),p().createElement("p",null,(0,o.createInterpolateElement)(h.migrateCardBodyText||(0,c.sprintf)(/* translators: %1$s: The current site domain name. %2$s: The original site domain name. */ +__("Move all your settings, stats and subscribers to your other URL, %1$s. %2$s will be disconnected from Jetpack.","jetpack-idc"),n,t),{hostname:p().createElement("strong",null),em:p().createElement("em",null),strong:p().createElement("strong",null)}))),p().createElement("div",{className:"jp-idc__idc-screen__card-action-bottom"},p().createElement("div",{className:"jp-idc__idc-screen__card-action-sitename"},t),p().createElement(i.Dashicon,{icon:"arrow-down-alt",className:"jp-idc__idc-screen__card-action-separator"}),p().createElement("div",{className:"jp-idc__idc-screen__card-action-sitename"},n),p().createElement(i.Button,{className:"jp-idc__idc-screen__card-action-button",label:k,onClick:d,disabled:l},u?p().createElement(s.Z,null):k),y&&(C=h.supportURL,p().createElement(f.Z,null,(0,o.createInterpolateElement)(__("Could not move your settings. Retry or find out more here.","jetpack-idc"),{a:p().createElement("a",{href:C||(0,r.Z)("jetpack-support-safe-mode"),rel:"noopener noreferrer",target:"_blank"})})))));var C};y.propTypes={wpcomHomeUrl:u().string.isRequired,currentUrl:u().string.isRequired,isMigrating:u().bool.isRequired,migrateCallback:u().func.isRequired,customContent:u().shape(h.Z),hasError:u().bool.isRequired},y.defaultProps={isMigrating:!1,migrateCallback:()=>{},customContent:{},hasError:!1},t.Z=y},489:function(e,t,n){"use strict";var r=n(196),s=n.n(r);t.Z=()=>s().createElement("svg",{className:"error-gridicon",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",height:24},s().createElement("rect",{x:"0",fill:"none",width:"24",height:"24"}),s().createElement("g",null,s().createElement("path",{d:"M12 4c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8 3.589-8 8-8m0-2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 13h-2v2h2v-2zm-2-2h2l.5-6h-3l.5 6z"})))},637:function(e,t,n){"use strict";var r=n(196),s=n.n(r),i=n(489);n(611);t.Z=e=>{const{children:t}=e;return s().createElement("div",{className:"jp-idc__error-message"},s().createElement(i.Z,null),s().createElement("span",null,t))}},381:function(e,t,n){"use strict";var r=n(743),s=n(818),i=n(162),a=n.n(i),o=n(196),c=n.n(o),l=n(970),u=n(272),d=n(105),p=n(678),m=n(144),h=n(521),g=n(567);const f=e=>{const{logo:t,customContent:n,wpcomHomeUrl:i,currentUrl:a,apiNonce:m,apiRoot:f,redirectUri:y,tracksUserData:k,tracksEventData:C,isAdmin:v,possibleDynamicSiteUrlDetected:_}=e,[b,E]=(0,o.useState)(!1),w=(0,s.useSelect)((e=>e(p.t).getErrorType()),[]),{isMigrating:j,migrateCallback:S}=(0,l.Z)((0,o.useCallback)((()=>{E(!0)}),[E])),{isStartingFresh:F,startFreshCallback:I}=(0,d.Z)(y),{isFinishingMigration:U,finishMigrationCallback:R}=(0,u.Z)();return(0,o.useEffect)((()=>{r.ZP.setApiRoot(f),r.ZP.setApiNonce(m),(0,h.M)(C,k),C&&(C.hasOwnProperty("isAdmin")&&C.isAdmin?(0,h.Z)("notice_view"):(0,h.Z)("non_admin_notice_view",{page:!!C.hasOwnProperty("currentScreen")&&C.currentScreen}))}),[f,m,k,C]),c().createElement(g.Z,{logo:t,customContent:n,wpcomHomeUrl:i,currentUrl:a,redirectUri:y,isMigrating:j,migrateCallback:S,isMigrated:b,finishMigrationCallback:R,isFinishingMigration:U,isStartingFresh:F,startFreshCallback:I,isAdmin:v,hasStaySafeError:"safe-mode"===w,hasFreshError:"start-fresh"===w,hasMigrateError:"migrate"===w,possibleDynamicSiteUrlDetected:_})};f.propTypes={logo:a().object,customContent:a().shape(m.Z),wpcomHomeUrl:a().string.isRequired,currentUrl:a().string.isRequired,redirectUri:a().string.isRequired,apiRoot:a().string.isRequired,apiNonce:a().string.isRequired,tracksUserData:a().object,tracksEventData:a().object,isAdmin:a().bool.isRequired,possibleDynamicSiteUrlDetected:a().bool},f.defaultProps={customContent:{}},t.Z=f},533:function(e,t,n){"use strict";var r=n(895),s=n(307),i=n(736),a=n(162),o=n.n(a),c=n(196),l=n.n(c),u=n(144),d=n(477),p=n(596),m=n(899);const __=i.__,h=e=>{const{wpcomHomeUrl:t,currentUrl:n,isMigrating:i,migrateCallback:a,isStartingFresh:o,startFreshCallback:c,customContent:u,hasMigrateError:h,hasFreshError:g,hasStaySafeError:f,possibleDynamicSiteUrlDetected:y}=e;return l().createElement(l().Fragment,null,l().createElement("h2",null,u.mainTitle?(0,s.createInterpolateElement)(u.mainTitle,{em:l().createElement("em",null)}):__("Safe Mode has been activated","jetpack-idc")),l().createElement("p",null,(0,s.createInterpolateElement)(u.mainBodyText||__("Your site is in Safe Mode because you have 2 Jetpack-powered sites that appear to be duplicates. 2 sites that are telling Jetpack they’re the same site. Learn more about safe mode.","jetpack-idc"),{safeModeLink:l().createElement("a",{href:u.supportURL||(0,r.Z)("jetpack-support-safe-mode"),rel:"noopener noreferrer",target:"_blank"}),em:l().createElement("em",null),strong:l().createElement("strong",null)})),y&&l().createElement("p",null,(0,s.createInterpolateElement)(u.dynamicSiteUrlText||__("Notice: It appears that your 'wp-config.php' file might be using dynamic site URL values. Dynamic site URLs could cause Jetpack to enter Safe Mode. Learn how to set a static site URL.","jetpack-idc"),{dynamicSiteUrlSupportLink:l().createElement("a",{href:u.dynamicSiteUrlSupportLink||(0,r.Z)("jetpack-idcscreen-dynamic-site-urls"),rel:"noopener noreferrer",target:"_blank"}),em:l().createElement("em",null),strong:l().createElement("strong",null)})),l().createElement("h3",null,__("Please select an option","jetpack-idc")),l().createElement("div",{className:"jp-idc__idc-screen__cards"+(h||g?" jp-idc__idc-screen__cards-error":"")},l().createElement(p.Z,{wpcomHomeUrl:t,currentUrl:n,isMigrating:i,migrateCallback:a,customContent:u,hasError:h}),l().createElement("div",{className:"jp-idc__idc-screen__cards-separator"},"or"),l().createElement(d.Z,{wpcomHomeUrl:t,currentUrl:n,isStartingFresh:o,startFreshCallback:c,customContent:u,hasError:g})),l().createElement(m.Z,{hasError:f,customContent:u}))};h.propTypes={wpcomHomeUrl:o().string.isRequired,currentUrl:o().string.isRequired,isMigrating:o().bool.isRequired,migrateCallback:o().func,isStartingFresh:o().bool.isRequired,startFreshCallback:o().func,customContent:o().shape(u.Z),hasMigrateError:o().bool.isRequired,hasFreshError:o().bool.isRequired,hasStaySafeError:o().bool.isRequired,possibleDynamicSiteUrlDetected:o().bool},h.defaultProps={isMigrating:!1,isStartingFresh:!1,customContent:{},hasMigrateError:!1,hasFreshError:!1,hasStaySafeError:!1,possibleDynamicSiteUrlDetected:!1},t.Z=h},52:function(e,t,n){"use strict";var r=n(33),s=n(609),i=n(307),a=n(736),o=n(162),c=n.n(o),l=n(196),u=n.n(l),d=n(144),p=n(115);const __=a.__,m=e=>{const{finishCallback:t,isFinishing:n,customContent:o}=e,c=(0,p.Z)(e.wpcomHomeUrl),l=(0,p.Z)(e.currentUrl),d=__("Got it, thanks","jetpack-idc");return u().createElement(u().Fragment,null,u().createElement("h2",null,o.migratedTitle?(0,i.createInterpolateElement)(o.migratedTitle,{em:u().createElement("em",null)}):__("Your Jetpack settings have migrated successfully","jetpack-idc")),u().createElement("p",null,(0,i.createInterpolateElement)(o.migratedBodyText||(0,a.sprintf)(/* translators: %1$s: The current site domain name. */ +__("Safe Mode has been switched off for %1$s website and Jetpack is fully functional.","jetpack-idc"),l),{hostname:u().createElement("strong",null),em:u().createElement("em",null),strong:u().createElement("strong",null)})),u().createElement("div",{className:"jp-idc__idc-screen__card-migrated"},u().createElement("div",{className:"jp-idc__idc-screen__card-migrated-hostname"},c),u().createElement(s.Dashicon,{icon:"arrow-down-alt",className:"jp-idc__idc-screen__card-migrated-separator"}),u().createElement(s.Dashicon,{icon:"arrow-right-alt",className:"jp-idc__idc-screen__card-migrated-separator-wide"}),u().createElement("div",{className:"jp-idc__idc-screen__card-migrated-hostname"},l)),u().createElement(s.Button,{className:"jp-idc__idc-screen__card-action-button jp-idc__idc-screen__card-action-button-migrated",onClick:t,label:d},n?u().createElement(r.Z,null):d))};m.propTypes={wpcomHomeUrl:c().string.isRequired,currentUrl:c().string.isRequired,finishCallback:c().func,isFinishing:c().bool.isRequired,customContent:c().shape(d.Z)},m.defaultProps={finishCallback:()=>{},isFinishing:!1,customContent:{}},t.Z=m},64:function(e,t,n){"use strict";var r=n(895),s=n(307),i=n(736),a=n(162),o=n.n(a),c=n(196),l=n.n(c),u=n(144);const __=i.__,d=e=>{const{customContent:t}=e;return l().createElement(l().Fragment,null,l().createElement("h2",null,t.nonAdminTitle?(0,s.createInterpolateElement)(t.nonAdminTitle,{em:l().createElement("em",null)}):__("Safe Mode has been activated","jetpack-idc")),l().createElement("p",null,(0,s.createInterpolateElement)(t.nonAdminBodyText||__("This site is in Safe Mode because there are 2 Jetpack-powered sites that appear to be duplicates. 2 sites that are telling Jetpack they’re the same site. Learn more about safe mode.","jetpack-idc"),{safeModeLink:l().createElement("a",{href:t.supportURL||(0,r.Z)("jetpack-support-safe-mode"),rel:"noopener noreferrer",target:"_blank"}),em:l().createElement("em",null),strong:l().createElement("strong",null)})),t.nonAdminBodyText?"":l().createElement("p",null,__("An administrator of this site can take Jetpack out of Safe Mode.","jetpack-idc")))};d.propTypes={customContent:o().shape(u.Z)},d.defaultProps={customContent:{}},t.Z=d},567:function(e,t,n){"use strict";var r=n(868),s=n(307),i=n(736),a=n(162),o=n.n(a),c=n(196),l=n.n(c),u=n(144),d=n(533),p=n(52),m=n(64);n(724);const __=i.__,h=e=>{const{logo:t,customContent:n,wpcomHomeUrl:r,currentUrl:i,redirectUri:a,isMigrating:o,migrateCallback:c,isMigrated:u,finishMigrationCallback:h,isFinishingMigration:g,isStartingFresh:f,startFreshCallback:y,isAdmin:k,hasMigrateError:C,hasFreshError:v,hasStaySafeError:_,possibleDynamicSiteUrlDetected:b}=e,E=k?"":l().createElement(m.Z,{customContent:n});let w="";return k&&(w=u?l().createElement(p.Z,{wpcomHomeUrl:r,currentUrl:i,finishCallback:h,isFinishing:g,customContent:n}):l().createElement(d.Z,{wpcomHomeUrl:r,currentUrl:i,redirectUri:a,customContent:n,isMigrating:o,migrateCallback:c,isStartingFresh:f,startFreshCallback:y,hasMigrateError:C,hasFreshError:v,hasStaySafeError:_,possibleDynamicSiteUrlDetected:b})),l().createElement("div",{className:"jp-idc__idc-screen"+(u?" jp-idc__idc-screen__success":"")},l().createElement("div",{className:"jp-idc__idc-screen__header"},l().createElement("div",{className:"jp-idc__idc-screen__logo"},((e,t)=>"string"==typeof e||e instanceof String?l().createElement("img",{src:e,alt:t,className:"jp-idc__idc-screen__logo-image"}):e)(t,n.logoAlt||"")),l().createElement("div",{className:"jp-idc__idc-screen__logo-label"},n.headerText?(0,s.createInterpolateElement)(n.headerText,{em:l().createElement("em",null),strong:l().createElement("strong",null)}):__("Safe Mode","jetpack-idc"))),E,w)};h.propTypes={logo:o().object.isRequired,customContent:o().shape(u.Z),wpcomHomeUrl:o().string.isRequired,currentUrl:o().string.isRequired,redirectUri:o().string.isRequired,isMigrating:o().bool.isRequired,migrateCallback:o().func,isMigrated:o().bool.isRequired,finishMigrationCallback:o().func,isFinishingMigration:o().bool.isRequired,isStartingFresh:o().bool.isRequired,startFreshCallback:o().func,isAdmin:o().bool.isRequired,hasMigrateError:o().bool.isRequired,hasFreshError:o().bool.isRequired,hasStaySafeError:o().bool.isRequired,possibleDynamicSiteUrlDetected:o().bool},h.defaultProps={logo:l().createElement(r.Z,{height:24}),isMigrated:!1,isFinishingMigration:!1,isMigrating:!1,isStartingFresh:!1,customContent:{},hasMigrateError:!1,hasFreshError:!1,hasStaySafeError:!1,possibleDynamicSiteUrlDetected:!1},t.Z=h},899:function(e,t,n){"use strict";var r=n(743),s=n(33),i=n(895),a=n(609),o=n(333),c=n(818),l=n(307),u=n(736),d=n(483),p=n(162),m=n.n(p),h=n(196),g=n.n(h),f=n(678),y=n(144),k=n(521),C=n(637);n(310);const __=u.__,v=e=>{const{isActionInProgress:t,setIsActionInProgress:n,setErrorType:o,clearErrorType:c,hasError:u,customContent:p}=e,[m,f]=(0,h.useState)(!1),y=(0,h.useCallback)((()=>{t||(f(!0),n(!0),c(),(0,k.Z)("confirm_safe_mode"),r.ZP.confirmIDCSafeMode().then((()=>{window.location.href=(0,d.removeQueryArgs)(window.location.href,"jetpack_idc_clear_confirmation","_wpnonce")})).catch((e=>{throw n(!1),f(!1),o("safe-mode"),e})))}),[t,n,o,c]);return g().createElement("div",{className:"jp-idc__safe-mode"},m?g().createElement("div",{className:"jp-idc__safe-mode__staying-safe"},g().createElement(s.Z,{color:"black"}),g().createElement("span",null,__("Finishing setting up Safe mode…","jetpack-idc"))):(_=y,b=t,(0,l.createInterpolateElement)(__("Or decide later and stay in ","jetpack-idc"),{button:g().createElement(a.Button,{label:__("Safe mode","jetpack-idc"),variant:"link",onClick:_,disabled:b})})),u&&(v=p.supportURL,g().createElement(C.Z,null,(0,l.createInterpolateElement)(__("Could not stay in safe mode. Retry or find out more here.","jetpack-idc"),{a:g().createElement("a",{href:v||(0,i.Z)("jetpack-support-safe-mode"),rel:"noopener noreferrer",target:"_blank"})}))));var v,_,b};v.propTypes={isActionInProgress:m().bool,setIsActionInProgress:m().func.isRequired,setErrorType:m().func.isRequired,clearErrorType:m().func.isRequired,hasError:m().bool.isRequired,customContent:m().shape(y.Z)},v.defaultProps={hasError:!1},t.Z=(0,o.compose)([(0,c.withSelect)((e=>({isActionInProgress:e(f.t).getIsActionInProgress()}))),(0,c.withDispatch)((e=>({setIsActionInProgress:e(f.t).setIsActionInProgress,setErrorType:e(f.t).setErrorType,clearErrorType:e(f.t).clearErrorType})))])(v)},272:function(e,t,n){"use strict";var r=n(196);t.Z=()=>{const[e,t]=(0,r.useState)(!1),n=(0,r.useCallback)((()=>{e||(t(!0),window.location.reload())}),[e,t]);return{isFinishingMigration:e,finishMigrationCallback:n}}},970:function(e,t,n){"use strict";var r=n(743),s=n(818),i=n(196),a=n(678),o=n(521);t.Z=e=>{const[t,n]=(0,i.useState)(!1),c=(0,s.useSelect)((e=>e(a.t).getIsActionInProgress()),[]),{setIsActionInProgress:l,setErrorType:u,clearErrorType:d}=(0,s.useDispatch)(a.t);return{isMigrating:t,migrateCallback:(0,i.useCallback)((()=>{c||((0,o.Z)("migrate"),l(!0),n(!0),d(),r.ZP.migrateIDC().then((()=>{n(!1),e&&"[object Function]"==={}.toString.call(e)&&e()})).catch((e=>{throw l(!1),n(!1),u("migrate"),e})))}),[n,e,c,l,u,d])}}},105:function(e,t,n){"use strict";var r=n(743),s=n(818),i=n(196),a=n(678),o=n(521);t.Z=e=>{const[t,n]=(0,i.useState)(!1),c=(0,s.useSelect)((e=>e(a.t).getIsActionInProgress()),[]),{setIsActionInProgress:l,setErrorType:u,clearErrorType:d}=(0,s.useDispatch)(a.t);return{isStartingFresh:t,startFreshCallback:(0,i.useCallback)((()=>{c||((0,o.Z)("start_fresh"),l(!0),n(!0),d(),r.ZP.startIDCFresh(e).then((e=>{window.location.href=e+"&from=idc-notice"})).catch((e=>{throw l(!1),n(!1),u("start-fresh"),e})))}),[n,c,l,e,u,d])}}},136:function(e,t,n){"use strict";n.d(t,{ZP:function(){return a},hG:function(){return r},jk:function(){return i},vC:function(){return s}});const r="SET_IS_ACTION_IN_PROGRESS",s="SET_ERROR_TYPE",i="CLEAR_ERROR_TYPE",a={setIsActionInProgress:e=>({type:r,isInProgress:e}),setErrorType:e=>({type:s,errorType:e}),clearErrorType:()=>({type:i})}},773:function(e,t,n){"use strict";var r=n(818),s=n(136);const i=(0,r.combineReducers)({isActionInProgress:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===s.hG?t.isInProgress:e},errorType:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case s.vC:return t.errorType;case s.jk:return null}return e}});t.Z=i},416:function(e,t){"use strict";t.Z={getIsActionInProgress:e=>e.isActionInProgress||!1,getErrorType:e=>e.errorType||null}},943:function(e,t,n){"use strict";var r=n(818);class s{static store=null;static mayBeInit(e,t){null===s.store&&(s.store=(0,r.createReduxStore)(e,t),(0,r.register)(s.store))}}t.Z=s},678:function(e,t,n){"use strict";n.d(t,{t:function(){return o}});var r=n(136),s=n(773),i=n(416),a=n(943);const o="jetpack-idc";a.Z.mayBeInit(o,{reducer:s.Z,actions:r.ZP,selectors:i.Z})},144:function(e,t,n){"use strict";var r=n(162),s=n.n(r);t.Z={headerText:s().string,logoAlt:s().string,mainTitle:s().string,mainBodyText:s().string,migratedTitle:s().string,migratedBodyText:s().string,migrateCardTitle:s().string,migrateButtonLabel:s().string,migrateCardBodyText:s().string,startFreshCardTitle:s().string,startFreshCardBodyText:s().string,startFreshButtonLabel:s().string,nonAdminTitle:s().string,nonAdminBodyText:s().string,supportURL:s().string}},115:function(e,t){"use strict";t.Z=e=>/^https?:\/\//.test(e)?new URL(e).hostname:e.replace(/\/$/,"")},521:function(e,t,n){"use strict";n.d(t,{M:function(){return s},Z:function(){return i}});var r=n(975);function s(e,t){t&&t.hasOwnProperty("userid")&&t.hasOwnProperty("username")&&r.Z.initialize(t.userid,t.username),e&&(e.hasOwnProperty("blogID")&&r.Z.assignSuperProps({blog_id:e.blogID}),e.hasOwnProperty("platform")&&r.Z.assignSuperProps({platform:e.platform})),r.Z.setMcAnalyticsEnabled(!0)}function i(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};void 0!==t&&"object"==typeof t||(t={}),e&&e.length&&void 0!==r.Z&&r.Z.tracks&&r.Z.mc&&(e=0!==(e=e.replace(/-/g,"_")).indexOf("jetpack_idc_")?"jetpack_idc_"+e:e,r.Z.tracks.recordEvent(e,t),e=(e=e.replace("jetpack_idc_","")).replace(/_/g,"-"),r.Z.mc.bumpStat("jetpack-idc",e))}},510:function(e){"use strict";if(void 0==={consumer_slug:"identity_crisis"}){var t=new Error('Cannot find module \'{"consumer_slug":"identity_crisis"}\'');throw t.code="MODULE_NOT_FOUND",t}e.exports={consumer_slug:"identity_crisis"}},196:function(e){"use strict";e.exports=window.React},609:function(e){"use strict";e.exports=window.wp.components},333:function(e){"use strict";e.exports=window.wp.compose},818:function(e){"use strict";e.exports=window.wp.data},307:function(e){"use strict";e.exports=window.wp.element},736:function(e){"use strict";e.exports=window.wp.i18n},483:function(e){"use strict";e.exports=window.wp.url},674:function(e){function t(){return e.exports=t=Object.assign?Object.assign.bind():function(e){for(var t=1;tfunction(){if(!window.hasOwnProperty("JP_IDENTITY_CRISIS__INITIAL_STATE"))return;const n=document.getElementById(window.JP_IDENTITY_CRISIS__INITIAL_STATE.containerID||"jp-identity-crisis-container");if(null===n)return;const{WP_API_root:r,WP_API_nonce:i,wpcomHomeUrl:a,currentUrl:o,redirectUri:c,tracksUserData:l,tracksEventData:u,isSafeModeConfirmed:d,consumerData:p,isAdmin:m,possibleDynamicSiteUrlDetected:h}=window.JP_IDENTITY_CRISIS__INITIAL_STATE;if(!d){const d=s().createElement(e.Z,{wpcomHomeUrl:a,currentUrl:o,apiRoot:r,apiNonce:i,redirectUri:c,tracksUserData:l||{},tracksEventData:u,customContent:p.hasOwnProperty("customContent")?p.customContent:{},isAdmin:m,logo:p.hasOwnProperty("logo")?p.logo:void 0,possibleDynamicSiteUrlDetected:h});t.createRoot(n).render(d)}}()))}()}(); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js.LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js.LICENSE.txt new file mode 100644 index 00000000..827f2732 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js.LICENSE.txt @@ -0,0 +1,5 @@ +/*! + Copyright (c) 2018 Jed Watson. + Licensed under the MIT License (MIT), see + http://jedwatson.github.io/classnames +*/ diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.rtl.css b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.rtl.css new file mode 100644 index 00000000..d3179d32 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.rtl.css @@ -0,0 +1 @@ +#wpadminbar #wp-admin-bar-jetpack-idc{margin-left:5px}#wpadminbar #wp-admin-bar-jetpack-idc .jp-idc-admin-bar{border-radius:2px;color:#efeff0;font-size:14px;font-weight:500;line-height:20px;padding:6px 8px}#wpadminbar #wp-admin-bar-jetpack-idc.hide{display:none}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons{font-family:dashicons;margin-top:-6px}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before{font-size:18px}#wpadminbar #wp-admin-bar-jetpack-idc .ab-item{background:#e68b28;padding:0}#jp-identity-crisis-container .jp-idc__idc-screen{margin-bottom:40px;margin-top:40px}#jp-identity-crisis-container.notice{background:none;border:none}.jp-idc__idc-screen{background:#fff;border-radius:4px;border-right:4px solid #e68b28;box-shadow:0 0 40px rgba(0,0,0,.04);box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0 auto;max-width:1128px;padding:10px}.jp-idc__idc-screen.jp-idc__idc-screen__success{border-color:#069e08}@media(min-width:600px){.jp-idc__idc-screen{padding:48px}}.jp-idc__idc-screen .jp-idc__idc-screen__header{align-items:center;display:flex}.jp-idc__idc-screen .jp-idc__idc-screen__header .jp-idc__idc-screen__logo-image{max-height:100px;max-width:100px}.jp-idc__idc-screen .jp-idc__idc-screen__header .jp-idc__idc-screen__logo-label{font-size:14px;line-height:22px;margin:-7px 8px 0 0}.jp-idc__idc-screen h2{font-size:24px;font-weight:600;line-height:28px;margin:32px 0 0}.jp-idc__idc-screen h3{font-size:20px;font-weight:600;line-height:28px;margin:24px 0 0}.jp-idc__idc-screen p{color:#2c3338;font-size:16px;line-height:24px;margin:16px 0 0;max-width:710px}.jp-idc__idc-screen a{color:#2c3338}.jp-idc__idc-screen .jp-idc__idc-screen__cards{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap}@media only screen and (min-width:1403px){.jp-idc__idc-screen .jp-idc__idc-screen__cards{align-items:normal;flex-direction:row}}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__cards-separator{align-self:center;color:#23282d;font-size:20px;font-weight:600;line-height:28px;margin:0 24px}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base{border:1px solid #c3c4c7;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;margin:24px 0;max-width:100%;padding:10px;width:480px}@media(min-width:600px){.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base{padding:24px}}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base h4{font-size:20px;font-weight:400;line-height:28px;margin:0 0 8px}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base p{margin:0 0 24px}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base .jp-idc__idc-screen__card-action-sitename{background:#f9f9f6;border-radius:33px;box-sizing:border-box;color:#2c3338;font-size:16px;font-weight:700;line-height:24px;overflow-wrap:anywhere;padding:16px;text-align:center;width:100%}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base .jp-idc__idc-screen__card-action-separator{display:block;margin:12px auto}.jp-idc__idc-screen .jp-idc__idc-screen__cards .jp-idc__idc-screen__card-action-base .jp-idc__idc-screen__card-action-button{padding:8px 24px;width:100%}.jp-idc__idc-screen .jp-idc__idc-screen__card-action-button{background:#000;border-radius:4px;color:#fff;font-size:16px;font-weight:600;height:auto;justify-content:center;line-height:24px;margin-top:24px;min-height:40px;padding:8px}.jp-idc__idc-screen .jp-idc__idc-screen__card-action-button-migrated{margin-top:64px;width:141px}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;margin-top:24px;width:100%}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-hostname{border:1px solid #c3c4c7;border-radius:4px;color:#2c3338;flex-grow:1;font-size:16px;font-weight:700;line-height:24px;padding:24px;width:100%}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-separator-wide{display:none}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-separator{display:block}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-separator,.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-separator-wide{margin:28px}@media only screen and (min-width:1400px){.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated{flex-direction:row;width:auto}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-separator{display:none}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-separator-wide{display:block}.jp-idc__idc-screen .jp-idc__idc-screen__card-migrated .jp-idc__idc-screen__card-migrated-hostname{width:auto}}@keyframes rotate-spinner{to{transform:rotate(-1turn)}}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid transparent;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-left-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}:root{--font-title-large:36px;--font-title-small:24px;--font-body:16px;--font-label:12px;--jp-black:#000;--jp-black-80:#2c3338;--jp-white:#fff;--jp-white-off:#f9f9f6;--jp-gray:#dcdcde;--jp-gray-0:#f6f7f7;--jp-gray-5:#dcdcde;--jp-gray-10:#c3c4c7;--jp-gray-20:#a7aaad;--jp-gray-30:#8c8f94;--jp-gray-40:#787c82;--jp-gray-50:#646970;--jp-gray-60:#50575e;--jp-gray-70:#3c434a;--jp-gray-80:#2c3338;--jp-gray-90:#1d2327;--jp-gray-100:#101517;--jp-gray-off:#e2e2df;--jp-yellow-5:#f5e6b3;--jp-yellow-10:#f2cf75;--jp-orange-20:#faa754;--jp-blue-5:#ced9f2;--jp-red-0:#f7ebec;--jp-red-50:#d63638;--jp-red-60:#b32d2e;--jp-red-80:#8a2424;--jp-red:#d63639;--jp-pink:#c9356e;--jp-green-0:#f0f2eb;--jp-green-5:#d0e6b8;--jp-green-10:#9dd977;--jp-green-20:#64ca43;--jp-green-30:#2fb41f;--jp-green-40:#069e08;--jp-green-50:#008710;--jp-green-60:#007117;--jp-green-70:#005b18;--jp-green-80:#004515;--jp-green-90:#003010;--jp-green-100:#001c09;--jp-green:#069e08;--jp-green-primary:var(--jp-green-40);--jp-green-secondary:var(--jp-green-30);--jp-border-radius:4px;--jp-border-radius-rna:8px;--jp-menu-border-height:1px;--jp-underline-thickness:2px;--jp-modal-padding-large:32px;--jp-modal-padding:24px;--jp-modal-padding-small:16px;--jp-modal-radius:8px;--jp-button-padding:8px;--jp-button-radius:4px;--jp-gap:16px;--jp-highlight:#3858e9}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(-8px)}.jp-cut:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jp-idc__idc-screen .jp-idc__error-message{align-items:center;color:var(--jp-red);display:flex;flex-direction:row;justify-content:center;margin:15px 0}.jp-idc__idc-screen .jp-idc__error-message .error-gridicon{fill:var(--jp-red);margin-left:8px}.jp-idc__idc-screen .jp-idc__error-message a,.jp-idc__idc-screen .jp-idc__error-message span{color:var(--jp-red);font-size:var(--font-body)}.jp-idc__idc-screen .jp-idc__safe-mode .jp-idc__error-message{margin-top:5px}.jp-idc__idc-screen .jp-idc__idc-screen__cards.jp-idc__idc-screen__cards-error .jp-idc__idc-screen__card-action-base{padding-bottom:75px}.jp-idc__idc-screen .jp-idc__idc-screen__cards.jp-idc__idc-screen__cards-error .jp-idc__idc-screen__card-action-base.jp-idc__idc-screen__card-action-error{padding-bottom:5px}.jp-idc__idc-screen .jp-idc__idc-screen__cards.jp-idc__idc-screen__cards-error .jp-idc__idc-screen__card-action-base .jp-idc__error-message{height:40px}.jp-idc__idc-screen .jp-idc__safe-mode{text-align:center}.jp-idc__idc-screen .jp-idc__safe-mode .jp-idc__safe-mode__staying-safe{display:flex;justify-content:center;padding:6px}.jp-idc__idc-screen .jp-idc__safe-mode .jp-idc__safe-mode__staying-safe .jp-components-spinner{margin:0 10px}.jp-idc__idc-screen .jp-idc__safe-mode,.jp-idc__idc-screen .jp-idc__safe-mode button{color:#2c3338;font-size:16px;line-height:24px}.jp-idc__idc-screen .jp-idc__safe-mode button{padding:0;text-decoration:underline} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json new file mode 100644 index 00000000..9aac83f7 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json @@ -0,0 +1,67 @@ +{ + "name": "automattic/jetpack-identity-crisis", + "description": "Identity Crisis.", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": { + "automattic/jetpack-connection": "^1.58.2", + "automattic/jetpack-constants": "^1.6.23", + "automattic/jetpack-status": "^1.18.5", + "automattic/jetpack-logo": "^1.6.3", + "automattic/jetpack-assets": "^1.18.13" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.11", + "yoast/phpunit-polyfills": "1.1.0", + "automattic/wordbless": "@dev" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "build-development": [ + "pnpm run build" + ], + "build-production": [ + "NODE_ENV='production' pnpm run build" + ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-identity-crisis", + "textdomain": "jetpack-idc", + "version-constants": { + "::PACKAGE_VERSION": "src/class-identity-crisis.php" + }, + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-identity-crisis/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "0.11.x-dev" + } + }, + "config": { + "allow-plugins": { + "roots/wordpress-core-installer": true + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin-bar.scss b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin-bar.scss new file mode 100644 index 00000000..262b0819 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin-bar.scss @@ -0,0 +1,30 @@ +#wpadminbar #wp-admin-bar-jetpack-idc { + margin-right: 5px; + + .jp-idc-admin-bar { + border-radius: 2px; + font-weight: 500; + font-size: 14px; + line-height: 20px; + color: #EFEFF0; + padding: 6px 8px; + } + + &.hide { + display: none; + } + + .dashicons { + font-family: 'dashicons'; + margin-top: -6px; + + &:before { + font-size: 18px; + } + } + + .ab-item { + padding: 0; + background: #E68B28; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin.jsx b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin.jsx new file mode 100644 index 00000000..bec5ead0 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin.jsx @@ -0,0 +1,60 @@ +import { IDCScreen } from '@automattic/jetpack-idc'; +import * as WPElement from '@wordpress/element'; +import React from 'react'; + +import './admin-bar.scss'; +import './style.scss'; + +/** + * The initial renderer function. + */ +function render() { + if ( ! window.hasOwnProperty( 'JP_IDENTITY_CRISIS__INITIAL_STATE' ) ) { + return; + } + + const container = document.getElementById( + window.JP_IDENTITY_CRISIS__INITIAL_STATE.containerID || 'jp-identity-crisis-container' + ); + + if ( null === container ) { + return; + } + + const { + WP_API_root, + WP_API_nonce, + wpcomHomeUrl, + currentUrl, + redirectUri, + tracksUserData, + tracksEventData, + isSafeModeConfirmed, + consumerData, + isAdmin, + possibleDynamicSiteUrlDetected, + } = window.JP_IDENTITY_CRISIS__INITIAL_STATE; + + if ( ! isSafeModeConfirmed ) { + const component = ( + + ); + WPElement.createRoot( container ).render( component ); + } +} + +window.addEventListener( 'load', () => render() ); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/style.scss b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/style.scss new file mode 100644 index 00000000..14f09db9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/style.scss @@ -0,0 +1,9 @@ +#jp-identity-crisis-container .jp-idc__idc-screen { + margin-top: 40px; + margin-bottom: 40px; +} + +#jp-identity-crisis-container.notice { + background: none; + border: none; +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-exception.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-exception.php new file mode 100644 index 00000000..5305208e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-exception.php @@ -0,0 +1,13 @@ +disconnect_site( true ); + } else { + $connection->disconnect_site( false ); + } + + // Clear IDC options. + self::clear_all_idc_options(); + } + + /** + * Filter to prevent site from disconnecting from WPCOM if it's in an IDC. + * + * @see jetpack_connection_disconnect_site_wpcom filter. + * + * @return bool False if the site is in IDC, true otherwise. + */ + public static function jetpack_connection_disconnect_site_wpcom_filter() { + return ! self::validate_sync_error_idc_option(); + } + + /** + * Gets the link to the support document used to explain Safe Mode to users. + * + * @return string + */ + public static function get_safe_mod_doc_url() { + return Redirect::get_url( 'jetpack-support-safe-mode' ); + } + + /** + * This method loops through the array of processed items from sync and checks if one of the items was the + * home_url or site_url callable. If so, then we delete the jetpack_migrate_for_idc option. + * + * @param array $processed_items Array of processed items that were synced to WordPress.com. + */ + public function maybe_clear_migrate_option( $processed_items ) { + foreach ( (array) $processed_items as $item ) { + + // First, is this item a jetpack_sync_callable action? If so, then proceed. + $callable_args = ( is_array( $item ) && isset( $item[0] ) && isset( $item[1] ) && 'jetpack_sync_callable' === $item[0] ) + ? $item[1] + : null; + + // Second, if $callable_args is set, check if the callable was home_url or site_url. If so, + // clear the migrate option. + if ( + isset( $callable_args[0] ) + && ( 'home_url' === $callable_args[0] || 'site_url' === $callable_args[1] ) + ) { + Jetpack_Options::delete_option( 'migrate_for_idc' ); + break; + } + } + } + + /** + * WordPress init. + * + * @return void + */ + public function wordpress_init() { + if ( current_user_can( 'jetpack_disconnect' ) ) { + if ( + isset( $_GET['jetpack_idc_clear_confirmation'] ) && isset( $_GET['_wpnonce'] ) && + wp_verify_nonce( $_GET['_wpnonce'], 'jetpack_idc_clear_confirmation' ) // phpcs:ignore WordPress.Security.ValidatedSanitizedInput -- WordPress core doesn't unslash or verify nonces either. + ) { + Jetpack_Options::delete_option( 'safe_mode_confirmed' ); + self::$is_safe_mode_confirmed = false; + } else { + self::$is_safe_mode_confirmed = (bool) Jetpack_Options::get_option( 'safe_mode_confirmed' ); + } + } + + // 121 Priority so that it's the most inner Jetpack item in the admin bar. + add_action( 'admin_bar_menu', array( $this, 'display_admin_bar_button' ), 121 ); + + UI::init(); + } + + /** + * Add the idc query arguments to the url. + * + * @param string $url The remote request url. + */ + public function add_idc_query_args_to_url( $url ) { + $status = new Status(); + if ( ! is_string( $url ) + || $status->is_offline_mode() + || self::validate_sync_error_idc_option() ) { + return $url; + } + + $query_args = array( + 'home' => Urls::home_url(), + 'siteurl' => Urls::site_url(), + ); + + if ( self::should_handle_idc() ) { + $query_args['idc'] = true; + } + + if ( \Jetpack_Options::get_option( 'migrate_for_idc', false ) ) { + $query_args['migrate_for_idc'] = true; + } + + return add_query_arg( $query_args, $url ); + } + + /** + * Non-admins current screen check. + * + * @param object $current_screen Current screen. + * + * @return null + * @deprecated 0.5.0 Use `@automattic/jetpack-idc` instead. + */ + public function non_admins_current_screen_check( $current_screen ) { + _deprecated_function( __METHOD__, '0.5.0' ); + + self::$current_screen = $current_screen; + if ( isset( $current_screen->id ) && 'toplevel_page_jetpack' === $current_screen->id ) { + return null; + } + + return null; + } + + /** + * Renders the admin bar button. + * + * @return void + */ + public function display_admin_bar_button() { + global $wp_admin_bar; + + $href = is_admin() + ? add_query_arg( 'jetpack_idc_clear_confirmation', '1' ) + : add_query_arg( 'jetpack_idc_clear_confirmation', '1', admin_url() ); + + $href = wp_nonce_url( $href, 'jetpack_idc_clear_confirmation' ); + + $consumer_data = UI::get_consumer_data(); + $label = isset( $consumer_data['customContent']['adminBarSafeModeLabel'] ) + ? esc_html( $consumer_data['customContent']['adminBarSafeModeLabel'] ) + : esc_html__( 'Jetpack Safe Mode', 'jetpack-idc' ); + + $title = sprintf( + '', + '', + $label + ); + + $menu = array( + 'id' => 'jetpack-idc', + 'title' => $title, + 'href' => esc_url( $href ), + 'parent' => 'top-secondary', + ); + + if ( ! self::$is_safe_mode_confirmed ) { + $menu['meta'] = array( + 'class' => 'hide', + ); + } + + $wp_admin_bar->add_node( $menu ); + } + + /** + * Checks if the site is currently in an identity crisis. + * + * @return array|bool Array of options that are in a crisis, or false if everything is OK. + */ + public static function check_identity_crisis() { + $connection = new Connection_Manager( 'jetpack' ); + + if ( ! $connection->is_connected() || ( new Status() )->is_offline_mode() || ! self::validate_sync_error_idc_option() ) { + return false; + } + return Jetpack_Options::get_option( 'sync_error_idc' ); + } + + /** + * Checks the HTTP response body for the 'idc_detected' key. If the key exists, + * checks the idc_detected value for a valid idc error. + * + * @param array|WP_Error $http_response The HTTP response. + * + * @return bool Whether the site is in an identity crisis. + */ + public function check_http_response_for_idc_detected( $http_response ) { + if ( ! is_array( $http_response ) ) { + return false; + } + $response_body = json_decode( wp_remote_retrieve_body( $http_response ), true ); + + if ( isset( $response_body['idc_detected'] ) ) { + return $this->check_response_for_idc( $response_body['idc_detected'] ); + } + + if ( isset( $response_body['migrated_for_idc'] ) ) { + Jetpack_Options::delete_option( 'migrate_for_idc' ); + } + + return false; + } + + /** + * Checks the WPCOM response to determine if the site is in an identity crisis. Updates the + * sync_error_idc option if it is. + * + * @param array $response The response data. + * + * @return bool Whether the site is in an identity crisis. + */ + public function check_response_for_idc( $response ) { + if ( ! is_array( $response ) ) { + return false; + } + + if ( is_array( $response ) && isset( $response['error_code'] ) ) { + $error_code = $response['error_code']; + $allowed_idc_error_codes = array( + 'jetpack_url_mismatch', + 'jetpack_home_url_mismatch', + 'jetpack_site_url_mismatch', + ); + + if ( in_array( $error_code, $allowed_idc_error_codes, true ) ) { + Jetpack_Options::update_option( + 'sync_error_idc', + self::get_sync_error_idc_option( $response ) + ); + } + + return true; + } + + return false; + } + + /** + * Prepare URL for display. + * + * @param string $url URL to display. + * + * @return string + */ + public static function prepare_url_for_display( $url ) { + return untrailingslashit( self::normalize_url_protocol_agnostic( $url ) ); + } + + /** + * Clears all IDC specific options. This method is used on disconnect and reconnect. + * + * @return void + */ + public static function clear_all_idc_options() { + // If the site is currently in IDC, let's also clear the VaultPress connection options. + // We have to check if the site is in IDC, otherwise we'd be clearing the VaultPress + // connection any time the Jetpack connection is cycled. + if ( self::validate_sync_error_idc_option() ) { + delete_option( 'vaultpress' ); + delete_option( 'vaultpress_auto_register' ); + } + + Jetpack_Options::delete_option( + array( + 'sync_error_idc', + 'safe_mode_confirmed', + 'migrate_for_idc', + ) + ); + + delete_transient( 'jetpack_idc_possible_dynamic_site_url_detected' ); + } + + /** + * Checks whether the sync_error_idc option is valid or not, and if not, will do cleanup. + * + * @return bool + * @since-jetpack 5.4.0 Do not call get_sync_error_idc_option() unless site is in IDC + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + public static function validate_sync_error_idc_option() { + $is_valid = false; + + // Is the site opted in and does the stored sync_error_idc option match what we now generate? + $sync_error = Jetpack_Options::get_option( 'sync_error_idc' ); + if ( $sync_error && self::should_handle_idc() ) { + $local_options = self::get_sync_error_idc_option(); + + // Ensure all values are set. + if ( isset( $sync_error['home'] ) && isset( $local_options['home'] ) && isset( $sync_error['siteurl'] ) && isset( $local_options['siteurl'] ) ) { + // If the WP.com expected home and siteurl match local home and siteurl it is not valid IDC. + if ( + isset( $sync_error['wpcom_home'] ) && + isset( $sync_error['wpcom_siteurl'] ) && + $sync_error['wpcom_home'] === $local_options['home'] && + $sync_error['wpcom_siteurl'] === $local_options['siteurl'] + ) { + $is_valid = false; + // Enable migrate_for_idc so that sync actions are accepted. + Jetpack_Options::update_option( 'migrate_for_idc', true ); + } elseif ( $sync_error['home'] === $local_options['home'] && $sync_error['siteurl'] === $local_options['siteurl'] ) { + $is_valid = true; + } + } + } + + /** + * Filters whether the sync_error_idc option is valid. + * + * @param bool $is_valid If the sync_error_idc is valid or not. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + $is_valid = (bool) apply_filters( 'jetpack_sync_error_idc_validation', $is_valid ); + + if ( ! $is_valid && $sync_error ) { + // Since the option exists, and did not validate, delete it. + Jetpack_Options::delete_option( 'sync_error_idc' ); + } + + return $is_valid; + } + + /** + * Reverses WP.com URLs stored in sync_error_idc option. + * + * @param array $sync_error error option containing reversed URLs. + * @return array + */ + public static function reverse_wpcom_urls_for_idc( $sync_error ) { + if ( isset( $sync_error['reversed_url'] ) ) { + if ( array_key_exists( 'wpcom_siteurl', $sync_error ) ) { + $sync_error['wpcom_siteurl'] = strrev( $sync_error['wpcom_siteurl'] ); + } + if ( array_key_exists( 'wpcom_home', $sync_error ) ) { + $sync_error['wpcom_home'] = strrev( $sync_error['wpcom_home'] ); + } + } + return $sync_error; + } + + /** + * Normalizes a url by doing three things: + * - Strips protocol + * - Strips www + * - Adds a trailing slash + * + * @param string $url URL to parse. + * + * @return WP_Error|string + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + public static function normalize_url_protocol_agnostic( $url ) { + $parsed_url = wp_parse_url( trailingslashit( esc_url_raw( $url ) ) ); + if ( ! $parsed_url || empty( $parsed_url['host'] ) || empty( $parsed_url['path'] ) ) { + return new WP_Error( + 'cannot_parse_url', + sprintf( + /* translators: %s: URL to parse. */ + esc_html__( 'Cannot parse URL %s', 'jetpack-idc' ), + $url + ) + ); + } + + // Strip www and protocols. + $url = preg_replace( '/^www\./i', '', $parsed_url['host'] . $parsed_url['path'] ); + + return $url; + } + + /** + * Gets the value that is to be saved in the jetpack_sync_error_idc option. + * + * @param array $response HTTP response. + * + * @return array Array of the local urls, wpcom urls, and error code. + * @since 0.2.0 + * @since-jetpack 4.4.0 + * @since-jetpack 5.4.0 Add transient since home/siteurl retrieved directly from DB. + */ + public static function get_sync_error_idc_option( $response = array() ) { + // Since the local options will hit the database directly, store the values + // in a transient to allow for autoloading and caching on subsequent views. + $local_options = get_transient( 'jetpack_idc_local' ); + if ( false === $local_options ) { + $local_options = array( + 'home' => Urls::home_url(), + 'siteurl' => Urls::site_url(), + ); + set_transient( 'jetpack_idc_local', $local_options, MINUTE_IN_SECONDS ); + } + + $options = array_merge( $local_options, $response ); + + $returned_values = array(); + foreach ( $options as $key => $option ) { + if ( 'error_code' === $key ) { + $returned_values[ $key ] = $option; + continue; + } + + $normalized_url = self::normalize_url_protocol_agnostic( $option ); + if ( is_wp_error( $normalized_url ) ) { + continue; + } + + $returned_values[ $key ] = $normalized_url; + } + // We need to protect WPCOM URLs from search & replace by reversing them. See https://wp.me/pf5801-3R + // Add 'reversed_url' key for backward compatibility + if ( array_key_exists( 'wpcom_home', $returned_values ) && array_key_exists( 'wpcom_siteurl', $returned_values ) ) { + $returned_values['reversed_url'] = true; + $returned_values = self::reverse_wpcom_urls_for_idc( $returned_values ); + } + + return $returned_values; + } + + /** + * Returns the value of the jetpack_sync_idc_optin filter, or constant. + * If set to true, the site will be put into staging mode. + * + * @return bool + * @since 0.2.0 + * @since-jetpack 4.3.2 + * @deprecated 0.2.6 Use should_handle_idc() + * @see Automattic\Jetpack\Identity_Crisis::should_handle_idc + */ + public static function sync_idc_optin() { + _deprecated_function( __METHOD__, '0.2.6', 'Automattic\\Jetpack\\Identity_Crisis::should_handle_idc' ); + return self::should_handle_idc(); + } + + /** + * Returns the value of the jetpack_should_handle_idc filter or constant. + * If set to true, the site will be put into staging mode. + * + * This method uses both the current jetpack_should_handle_idc filter and constant and the + * legacy jetpack_sync_idc_optin filter and constant to determine whether an IDC should be + * handled. + * + * @return bool + * @since 0.2.6 + */ + public static function should_handle_idc() { + if ( Constants::is_defined( 'JETPACK_SHOULD_HANDLE_IDC' ) ) { + $default = Constants::get_constant( 'JETPACK_SHOULD_HANDLE_IDC' ); + } elseif ( Constants::is_defined( 'JETPACK_SYNC_IDC_OPTIN' ) ) { + // Check the legacy constant. This constant should be considered deprecated as of version 0.2.6. + $default = Constants::get_constant( 'JETPACK_SYNC_IDC_OPTIN' ); + } else { + $default = ! Constants::is_defined( 'SUNRISE' ) && ! is_multisite(); + } + + // Add a callback which uses the legacy filter 'jetpack_sync_idc_optin'. + add_filter( 'jetpack_should_handle_idc', array( __CLASS__, 'legacy_jetpack_sync_idc_optin_filter' ) ); + + /** + * Allows sites to opt in for IDC mitigation which blocks the site from syncing to WordPress.com when the home + * URL or site URL do not match what WordPress.com expects. The default value is either true, or the value of + * JETPACK_SHOULD_HANDLE_IDC constant if set. + * + * @param bool $default Whether the site is opted in to IDC mitigation. + * + * @since 0.2.6 + */ + return (bool) apply_filters( 'jetpack_should_handle_idc', $default ); + } + + /** + * Returns the value for the deprecated filter, 'jetpack_sync_idc_optin'. That filter has been replaced with the + * 'jetpack_should_handle_idc' filter. + * + * @since 0.2.6 + * + * @param bool $default Whether the site is opted in to IDC mitigation. + */ + public static function legacy_jetpack_sync_idc_optin_filter( $default ) { + /** + * Allows sites to opt in for IDC mitigation which blocks the site from syncing to WordPress.com when the home + * URL or site URL do not match what WordPress.com expects. The default value is either true, or the value of + * JETPACK_SYNC_IDC_OPTIN constant if set. + * + * @param bool $default Whether the site is opted in to IDC mitigation. + * + * @since 0.2.0 + * @since-jetpack 4.3.2 + * @deprecated 0.2.6 Use jetpack_should_handle_idc + */ + return (bool) apply_filters_deprecated( 'jetpack_sync_idc_optin', array( $default ), '0.2.6', 'jetpack_should_handle_idc' ); + } + + /** + * Does the current admin page have help tabs? + * + * @return bool + * @deprecated 0.5.0 Use `@automattic/jetpack-idc` instead. + */ + public function admin_page_has_help_tabs() { + _deprecated_function( __METHOD__, '0.5.0' ); + + if ( ! function_exists( 'get_current_screen' ) ) { + return false; + } + + $current_screen = get_current_screen(); + $tabs = $current_screen->get_help_tabs(); + + return ! empty( $tabs ); + } + + /** + * Renders the non-admin IDC notice. + * + * @return void + * @deprecated 0.5.0 Use `@automattic/jetpack-idc` instead. + */ + public function display_non_admin_idc_notice() { + _deprecated_function( __METHOD__, '0.5.0' ); + + $classes = 'jp-idc-notice inline is-non-admin notice notice-warning'; + if ( isset( self::$current_screen ) && 'toplevel_page_jetpack' !== self::$current_screen->id ) { + $classes .= ' is-dismissible'; + } + + if ( $this->admin_page_has_help_tabs() ) { + $classes .= ' has-help-tabs'; + } + ?> + +
          + render_notice_header(); ?> + +
          + admin_page_has_help_tabs() ) { + $classes .= ' has-help-tabs'; + } + ?> +
          + render_notice_header(); ?> + render_notice_first_step(); ?> + render_notice_second_step(); ?> +
          + + + + + + + + + + + Safe mode because we noticed this is an exact copy of %3$s.', 'jetpack-idc' ), + esc_url( self::get_safe_mod_doc_url() ), + esc_url( self::$wpcom_home_url ), + self::prepare_url_for_display( esc_url_raw( self::$wpcom_home_url ) ) + ), + array( 'a' => array( 'href' => array() ) ) + ); + + /** + * Allows overriding of the default header text in the first step of the Safe Mode notice. + * + * @param string $html The HTML to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_first_step_header_lead', $html ); + } + + /** + * Returns the first step header explanation. + * + * @return string + */ + public function get_first_step_header_explanation() { + $html = wp_kses( + sprintf( + /* translators: %s: Safe mode docs URL. */ + __( 'Please confirm Safe Mode or fix the Jetpack connection. Select one of the options below or learn more about Safe Mode.', 'jetpack-idc' ), + esc_url( self::get_safe_mod_doc_url() ) + ), + array( 'a' => array( 'href' => array() ) ) + ); + + /** + * Allows overriding of the default header explanation text in the first step of the Safe Mode notice. + * + * @param string $html The HTML to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_first_step_header_explanation', $html ); + } + + /** + * Returns the confirm safe mode explanation. + * + * @return string + */ + public function get_confirm_safe_mode_action_explanation() { + $html = wp_kses( + sprintf( + /* translators: %s: Site URL. */ + __( 'Is this website a temporary duplicate of %2$s for the purposes of testing, staging or development? If so, we recommend keeping it in Safe Mode.', 'jetpack-idc' ), + esc_url( untrailingslashit( self::$wpcom_home_url ) ), + self::prepare_url_for_display( esc_url( self::$wpcom_home_url ) ) + ), + array( 'a' => array( 'href' => array() ) ) + ); + + /** + * Allows overriding of the default text used to explain the confirm safe mode action. + * + * @param string $html The HTML to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_confirm_safe_mode_explanation', $html ); + } + + /** + * Returns the confirm safe mode button text. + * + * @return string + */ + public function get_confirm_safe_mode_button_text() { + $string = esc_html__( 'Confirm Safe Mode', 'jetpack-idc' ); + + /** + * Allows overriding of the default text used for the confirm safe mode action button. + * + * @param string $string The string to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_confirm_safe_mode_button_text', $string ); + } + + /** + * Returns the first step fix connection action explanation. + * + * @return string + */ + public function get_first_step_fix_connection_action_explanation() { + $html = wp_kses( + sprintf( + /* translators: %s: Site URL. */ + __( 'If this is a separate and new website, or the new home of %2$s, we recommend turning Safe Mode off, and re-establishing your connection to WordPress.com.', 'jetpack-idc' ), + esc_url( untrailingslashit( self::$wpcom_home_url ) ), + self::prepare_url_for_display( esc_url( self::$wpcom_home_url ) ) + ), + array( 'a' => array( 'href' => array() ) ) + ); + + /** + * Allows overriding of the default text used to explain the fix Jetpack connection action. + * + * @param string $html The HTML to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_first_fix_connection_explanation', $html ); + } + + /** + * Returns the first step fix connection button text. + * + * @return string + */ + public function get_first_step_fix_connection_button_text() { + $string = esc_html__( "Fix Jetpack's Connection", 'jetpack-idc' ); + + /** + * Allows overriding of the default text used for the fix Jetpack connection action button. + * + * @param string $string The string to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_first_step_fix_connection_button_text', $string ); + } + + /** + * Returns the second step header lead. + * + * @return string + */ + public function get_second_step_header_lead() { + $string = sprintf( + /* translators: %s: Site URL. */ + esc_html__( 'Is %1$s the new home of %2$s?', 'jetpack-idc' ), + untrailingslashit( self::normalize_url_protocol_agnostic( get_home_url() ) ), + untrailingslashit( self::normalize_url_protocol_agnostic( esc_url_raw( self::$wpcom_home_url ) ) ) + ); + + /** + * Allows overriding of the default header text in the second step of the Safe Mode notice. + * + * @param string $html The HTML to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_second_step_header_lead', $string ); + } + + /** + * Returns the site action explanation. + * + * @return string + */ + public function get_migrate_site_action_explanation() { + $html = wp_kses( + sprintf( + /* translators: %s: Site URL. */ + __( 'Yes. %2$s is replacing %4$s. I would like to migrate my stats and subscribers from %4$s to %2$s.', 'jetpack-idc' ), + esc_url( get_home_url() ), + self::prepare_url_for_display( get_home_url() ), + esc_url( self::$wpcom_home_url ), + untrailingslashit( self::normalize_url_protocol_agnostic( esc_url_raw( self::$wpcom_home_url ) ) ) + ), + array( 'a' => array( 'href' => array() ) ) + ); + + /** + * Allows overriding of the default text for explaining the migrate site action. + * + * @param string $html The HTML to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_migrate_site_explanation', $html ); + } + + /** + * Returns the migrate site button text. + * + * @return string + */ + public function get_migrate_site_button_text() { + $string = esc_html__( 'Migrate Stats & Subscribers', 'jetpack-idc' ); + + /** + * Allows overriding of the default text used for the migrate site action button. + * + * @param string $string The string to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_migrate_site_button_text', $string ); + } + + /** + * Returns the start fresh explanation. + * + * @return string + */ + public function get_start_fresh_action_explanation() { + $html = wp_kses( + sprintf( + /* translators: %s: Site URL. */ + __( 'No. %2$s is a new and different website that\'s separate from %4$s. It requires a new connection to WordPress.com for new stats and subscribers.', 'jetpack-idc' ), + esc_url( get_home_url() ), + self::prepare_url_for_display( get_home_url() ), + esc_url( self::$wpcom_home_url ), + untrailingslashit( self::normalize_url_protocol_agnostic( esc_url_raw( self::$wpcom_home_url ) ) ) + ), + array( 'a' => array( 'href' => array() ) ) + ); + + /** + * Allows overriding of the default text for explaining the start fresh action. + * + * @param string $html The HTML to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_start_fresh_explanation', $html ); + } + + /** + * Returns the start fresh button text. + * + * @return string + */ + public function get_start_fresh_button_text() { + $string = esc_html__( 'Start Fresh & Create New Connection', 'jetpack-idc' ); + + /** + * Allows overriding of the default text used for the start fresh action button. + * + * @param string $string The string to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_start_fresh_button_text', $string ); + } + + /** + * Returns the unsure prompt text. + * + * @return string + */ + public function get_unsure_prompt() { + $html = wp_kses( + sprintf( + /* translators: %s: Safe mode docs URL. */ + __( 'Unsure what to do? Read more about Jetpack Safe Mode', 'jetpack-idc' ), + esc_url( self::get_safe_mod_doc_url() ) + ), + array( 'a' => array( 'href' => array() ) ) + ); + + /** + * Allows overriding of the default text using in the "Unsure what to do?" prompt. + * + * @param string $html The HTML to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_unsure_prompt', $html ); + } + + /** + * Returns the non-admin notice text. + * + * @return string + * @deprecated 0.5.0 Use `@automattic/jetpack-idc` instead. + */ + public function get_non_admin_notice_text() { + _deprecated_function( __METHOD__, '0.5.0' ); + + $html = wp_kses( + sprintf( + /* translators: %s: Safe mode docs URL. */ + __( 'Jetpack has been placed into Safe Mode. Learn more about Safe Mode.', 'jetpack-idc' ), + esc_url( self::get_safe_mod_doc_url() ) + ), + array( 'a' => array( 'href' => array() ) ) + ); + + /** + * Allows overriding of the default text that is displayed to non-admin on the Jetpack admin page. + * + * @param string $html The HTML to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_non_admin_notice_text', $html ); + } + + /** + * Returns the non-admin contact admin text. + * + * @return string + * @deprecated 0.5.0 Use `@automattic/jetpack-idc` instead. + */ + public function get_non_admin_contact_admin_text() { + _deprecated_function( __METHOD__, '0.5.0' ); + + $string = esc_html__( 'An administrator of this site can take Jetpack out of Safe Mode.', 'jetpack-idc' ); + + /** + * Allows overriding of the default text that is displayed to non-admins prompting them to contact an admin. + * + * @param string $string The string to be displayed. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + */ + return apply_filters( 'jetpack_idc_non_admin_contact_admin_text', $string ); + } + + /** + * Whether the site is undergoing identity crisis. + * + * @return bool + */ + public static function has_identity_crisis() { + return false !== static::check_identity_crisis() && ! static::$is_safe_mode_confirmed; + } + + /** + * Whether an admin has confirmed safe mode. + * Unlike `static::$is_safe_mode_confirmed` this function always returns the actual flag value. + * + * @return bool + */ + public static function safe_mode_is_confirmed() { + return Jetpack_Options::get_option( 'safe_mode_confirmed' ); + } + + /** + * Returns the mismatched URLs. + * + * @return array|bool The mismatched urls, or false if the site is not connected, offline, in safe mode, or the IDC error is not valid. + */ + public static function get_mismatched_urls() { + if ( ! static::has_identity_crisis() ) { + return false; + } + + $data = static::check_identity_crisis(); + + if ( ! $data || + ! isset( $data['error_code'] ) || + ! isset( $data['wpcom_home'] ) || + ! isset( $data['home'] ) || + ! isset( $data['wpcom_siteurl'] ) || + ! isset( $data['siteurl'] ) + ) { + // The jetpack_sync_error_idc option is missing a key. + return false; + } + + if ( 'jetpack_site_url_mismatch' === $data['error_code'] ) { + return array( + 'wpcom_url' => $data['wpcom_siteurl'], + 'current_url' => $data['siteurl'], + ); + } + + return array( + 'wpcom_url' => $data['wpcom_home'], + 'current_url' => $data['home'], + ); + } + + /** + * Try to detect $_SERVER['HTTP_HOST'] being used within WP_SITEURL or WP_HOME definitions inside of wp-config. + * + * If `HTTP_HOST` usage is found, it's possbile (though not certain) that site URLs are dynamic. + * + * When a site URL is dynamic, it can lead to a Jetpack IDC. If potentially dynamic usage is detected, + * helpful support info will be shown on the IDC UI about setting a static site/home URL. + * + * @return bool True if potentially dynamic site urls were detected in wp-config, false otherwise. + */ + public static function detect_possible_dynamic_site_url() { + $transient_key = 'jetpack_idc_possible_dynamic_site_url_detected'; + $transient_val = get_transient( $transient_key ); + + if ( false !== $transient_val ) { + return (bool) $transient_val; + } + + $path = self::locate_wp_config(); + $wp_config = $path ? file_get_contents( $path ) : false; // phpcs:ignore WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents + if ( $wp_config ) { + $matched = preg_match( + '/define ?\( ?[\'"](?:WP_SITEURL|WP_HOME).+(?:HTTP_HOST).+\);/', + $wp_config + ); + + if ( $matched ) { + set_transient( $transient_key, 1, HOUR_IN_SECONDS ); + return true; + } + } + + set_transient( $transient_key, 0, HOUR_IN_SECONDS ); + return false; + } + + /** + * Gets path to WordPress configuration. + * Source: https://github.com/wp-cli/wp-cli/blob/master/php/utils.php + * + * @return string + */ + public static function locate_wp_config() { + static $path; + + if ( null === $path ) { + $path = false; + + if ( getenv( 'WP_CONFIG_PATH' ) && file_exists( getenv( 'WP_CONFIG_PATH' ) ) ) { + $path = getenv( 'WP_CONFIG_PATH' ); + } elseif ( file_exists( ABSPATH . 'wp-config.php' ) ) { + $path = ABSPATH . 'wp-config.php'; + } elseif ( file_exists( dirname( ABSPATH ) . '/wp-config.php' ) && ! file_exists( dirname( ABSPATH ) . '/wp-settings.php' ) ) { + $path = dirname( ABSPATH ) . '/wp-config.php'; + } + + if ( $path ) { + $path = realpath( $path ); + } + } + + return $path; + } + + /** + * Adds `url_secret` to the `jetpack.idcUrlValidation` URL validation endpoint. + * Adds `url_secret_error` in case of an error. + * + * @param array $response The endpoint response that we're modifying. + * + * @return array + * phpcs:ignore Squiz.Commenting.FunctionCommentThrowTag -- The exception is being caught, false positive. + */ + public static function add_secret_to_url_validation_response( array $response ) { + try { + $secret = new URL_Secret(); + + $secret->create(); + + if ( $secret->exists() ) { + $response['url_secret'] = $secret->get_secret(); + } + } catch ( Exception $e ) { + $response['url_secret_error'] = new WP_Error( 'unable_to_create_url_secret', $e->getMessage() ); + } + + return $response; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php new file mode 100644 index 00000000..d2c20bc3 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php @@ -0,0 +1,236 @@ + WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::confirm_safe_mode', + 'permission_callback' => __CLASS__ . '::identity_crisis_mitigation_permission_check', + ) + ); + + // Handles the request to migrate stats and subscribers during an identity crisis. + register_rest_route( + 'jetpack/v4', + 'identity-crisis/migrate', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::migrate_stats_and_subscribers', + 'permission_callback' => __CLASS__ . '::identity_crisis_mitigation_permission_check', + ) + ); + + // IDC resolve: create an entirely new shadow site for this URL. + register_rest_route( + 'jetpack/v4', + '/identity-crisis/start-fresh', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::start_fresh_connection', + 'permission_callback' => __CLASS__ . '::identity_crisis_mitigation_permission_check', + 'args' => array( + 'redirect_uri' => array( + 'description' => __( 'URI of the admin page where the user should be redirected after connection flow', 'jetpack-idc' ), + 'type' => 'string', + ), + ), + ) + ); + + // Fetch URL verification secret. + register_rest_route( + 'jetpack/v4', + '/identity-crisis/url-secret', + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => array( static::class, 'fetch_url_secret' ), + 'permission_callback' => array( static::class, 'url_secret_permission_check' ), + ) + ); + } + + /** + * Handles identity crisis mitigation, confirming safe mode for this site. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + * + * @return bool | WP_Error True if option is properly set. + */ + public static function confirm_safe_mode() { + $updated = Jetpack_Options::update_option( 'safe_mode_confirmed', true ); + if ( $updated ) { + return rest_ensure_response( + array( + 'code' => 'success', + ) + ); + } + + return new WP_Error( + 'error_setting_jetpack_safe_mode', + esc_html__( 'Could not confirm safe mode.', 'jetpack-idc' ), + array( 'status' => 500 ) + ); + } + + /** + * Handles identity crisis mitigation, migrating stats and subscribers from old url to this, new url. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + * + * @return bool | WP_Error True if option is properly set. + */ + public static function migrate_stats_and_subscribers() { + if ( Jetpack_Options::get_option( 'sync_error_idc' ) && ! Jetpack_Options::delete_option( 'sync_error_idc' ) ) { + return new WP_Error( + 'error_deleting_sync_error_idc', + esc_html__( 'Could not delete sync error option.', 'jetpack-idc' ), + array( 'status' => 500 ) + ); + } + + if ( Jetpack_Options::get_option( 'migrate_for_idc' ) || Jetpack_Options::update_option( 'migrate_for_idc', true ) ) { + return rest_ensure_response( + array( + 'code' => 'success', + ) + ); + } + return new WP_Error( + 'error_setting_jetpack_migrate', + esc_html__( 'Could not confirm migration.', 'jetpack-idc' ), + array( 'status' => 500 ) + ); + } + + /** + * This IDC resolution will disconnect the site and re-connect to a completely new + * and separate shadow site than the original. + * + * It will first will disconnect the site without phoning home as to not disturb the production site. + * It then builds a fresh connection URL and sends it back along with the response. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response|WP_Error + */ + public static function start_fresh_connection( $request ) { + /** + * Fires when Users have requested through Identity Crisis for the connection to be reset. + * Should be used to disconnect any connections and reset options. + * + * @since 0.2.0 + */ + do_action( 'jetpack_idc_disconnect' ); + + $connection = new Connection_Manager(); + $result = $connection->try_registration( true ); + + // early return if site registration fails. + if ( ! $result || is_wp_error( $result ) ) { + return rest_ensure_response( $result ); + } + + $redirect_uri = $request->get_param( 'redirect_uri' ) ? admin_url( $request->get_param( 'redirect_uri' ) ) : null; + + /** + * Filters the connection url that users should be redirected to for re-establishing their connection. + * + * @since 0.2.0 + * + * @param \WP_REST_Response|WP_Error $connection_url Connection URL user should be redirected to. + */ + return apply_filters( 'jetpack_idc_authorization_url', rest_ensure_response( $connection->get_authorization_url( null, $redirect_uri ) ) ); + } + + /** + * Verify that user can mitigate an identity crisis. + * + * @since 0.2.0 + * @since-jetpack 4.4.0 + * + * @return true|WP_Error True if the user has capability 'jetpack_disconnect', an error object otherwise. + */ + public static function identity_crisis_mitigation_permission_check() { + if ( current_user_can( 'jetpack_disconnect' ) ) { + return true; + } + $error_msg = esc_html__( + 'You do not have the correct user permissions to perform this action. + Please contact your site admin if you think this is a mistake.', + 'jetpack-idc' + ); + + return new WP_Error( 'invalid_user_permission_identity_crisis', $error_msg, array( 'status' => rest_authorization_required_code() ) ); + } + + /** + * Endpoint for fetching the existing secret. + * + * @return WP_Error|\WP_REST_Response + */ + public static function fetch_url_secret() { + $secret = new URL_Secret(); + + if ( ! $secret->exists() ) { + return new WP_Error( 'missing_url_secret', esc_html__( 'URL secret does not exist.', 'jetpack-idc' ) ); + } + + return rest_ensure_response( + array( + 'code' => 'success', + 'data' => array( + 'secret' => $secret->get_secret(), + 'expires_at' => $secret->get_expires_at(), + ), + ) + ); + } + + /** + * Verify url_secret create/fetch permissions (valid blog token authentication). + * + * @return true|WP_Error + */ + public static function url_secret_permission_check() { + return Rest_Authentication::is_signed_with_blog_token() + ? true + : new WP_Error( + 'invalid_user_permission_identity_crisis', + esc_html__( 'You do not have the correct user permissions to perform this action.', 'jetpack-idc' ), + array( 'status' => rest_authorization_required_code() ) + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php new file mode 100644 index 00000000..92f30f29 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php @@ -0,0 +1,201 @@ + true, + 'textdomain' => 'jetpack-idc', + ) + ); + Assets::enqueue_script( 'jp_identity_crisis_banner' ); + wp_add_inline_script( 'jp_identity_crisis_banner', static::get_initial_state(), 'before' ); + + add_action( 'admin_notices', array( static::class, 'render_container' ) ); + } + } + + /** + * Create the container element for the IDC banner. + */ + public static function render_container() { + ?> +
          + esc_url_raw( rest_url() ), + 'WP_API_nonce' => wp_create_nonce( 'wp_rest' ), + 'wpcomHomeUrl' => ( is_array( $idc_urls ) && array_key_exists( 'wpcom_url', $idc_urls ) ) ? $idc_urls['wpcom_url'] : null, + 'currentUrl' => ( is_array( $idc_urls ) && array_key_exists( 'current_url', $idc_urls ) ) ? $idc_urls['current_url'] : null, + 'redirectUri' => isset( $_SERVER['REQUEST_URI'] ) ? str_replace( '/wp-admin/', '/', filter_var( wp_unslash( $_SERVER['REQUEST_URI'] ) ) ) : '', + 'tracksUserData' => Jetpack_Tracks_Client::get_connected_user_tracks_identity(), + 'tracksEventData' => array( + 'isAdmin' => $is_admin, + 'currentScreen' => $current_screen ? $current_screen->id : false, + 'blogID' => Jetpack_Options::get_option( 'id' ), + 'platform' => static::get_platform(), + ), + 'isSafeModeConfirmed' => Identity_Crisis::$is_safe_mode_confirmed, + 'consumerData' => static::get_consumer_data(), + 'isAdmin' => $is_admin, + 'possibleDynamicSiteUrlDetected' => $possible_dynamic_site_url_detected, + + /** + * Use the filter to provide custom HTML elecontainer ID. + * + * @since 0.10.0 + * + * @param string|null $containerID The container ID. + */ + 'containerID' => apply_filters( 'identity_crisis_container_id', null ), + ); + } + + /** + * Get the package consumer data. + * + * @return array + */ + public static function get_consumer_data() { + if ( null !== static::$consumers ) { + return static::$consumers; + } + + $consumers = apply_filters( 'jetpack_idc_consumers', array() ); + + if ( ! $consumers ) { + return array(); + } + + usort( + $consumers, + function ( $c1, $c2 ) { + $priority1 = ( array_key_exists( 'priority', $c1 ) && (int) $c1['priority'] ) ? (int) $c1['priority'] : 10; + $priority2 = ( array_key_exists( 'priority', $c2 ) && (int) $c2['priority'] ) ? (int) $c2['priority'] : 10; + + return $priority1 > $priority2 ? 1 : -1; + } + ); + + $consumer_chosen = null; + $consumer_url_length = 0; + + foreach ( $consumers as $consumer ) { + if ( empty( $consumer['admin_page'] ) || ! is_string( $consumer['admin_page'] ) ) { + continue; + } + + if ( isset( $_SERVER['REQUEST_URI'] ) && 0 === strpos( filter_var( wp_unslash( $_SERVER['REQUEST_URI'] ) ), $consumer['admin_page'] ) && strlen( $consumer['admin_page'] ) > $consumer_url_length ) { + $consumer_chosen = $consumer; + $consumer_url_length = strlen( $consumer['admin_page'] ); + } + } + + static::$consumers = $consumer_chosen ? $consumer_chosen : array_shift( $consumers ); + + return static::$consumers; + } + + /** + * Get the site platform. + * + * @return string + */ + private static function get_platform() { + $host = new Host(); + + if ( $host->is_woa_site() ) { + return 'woa'; + } + + if ( $host->is_vip_site() ) { + return 'vip'; + } + + if ( $host->is_newspack_site() ) { + return 'newspack'; + } + + return 'self-hosted'; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php new file mode 100644 index 00000000..f7a9d209 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php @@ -0,0 +1,134 @@ +fetch(); + + if ( $secret_data !== null ) { + $this->secret = $secret_data['secret']; + $this->expires_at = $secret_data['expires_at']; + } + } + + /** + * Fetch the URL secret from the database. + * + * @return array|null + */ + private function fetch() { + $data = Jetpack_Options::get_option( static::OPTION_KEY ); + + if ( $data === false || empty( $data['secret'] ) || empty( $data['expires_at'] ) ) { + return null; + } + + if ( time() > $data['expires_at'] ) { + Jetpack_Options::delete_option( static::OPTION_KEY ); + return null; + } + + return $data; + } + + /** + * Create new secret and save it in the options. + * + * @throws Exception Thrown if unable to save the new secret. + * + * @return bool + */ + public function create() { + $secret_data = array( + 'secret' => $this->generate_secret(), + 'expires_at' => time() + static::LIFESPAN, + ); + + $result = Jetpack_Options::update_option( static::OPTION_KEY, $secret_data ); + + if ( ! $result ) { + throw new Exception( esc_html__( 'Unable to save new URL secret', 'jetpack-idc' ) ); + } + + $this->secret = $secret_data['secret']; + $this->expires_at = $secret_data['expires_at']; + + return true; + } + + /** + * Get the URL secret. + * + * @return string|null + */ + public function get_secret() { + return $this->secret; + } + + /** + * Get the URL secret expiration date. + * + * @return string|null + */ + public function get_expires_at() { + return $this->expires_at; + } + + /** + * Check if the secret exists. + * + * @return bool + */ + public function exists() { + return $this->secret && $this->expires_at; + } + + /** + * Generate the secret string. + * + * @return string + */ + private function generate_secret() { + return wp_generate_password( 12, false ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/CHANGELOG.md new file mode 100644 index 00000000..2bacd24c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/CHANGELOG.md @@ -0,0 +1,42 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.1.6] - 2023-09-19 +- Minor internal updates. + +## [0.1.5] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [0.1.4] - 2023-05-29 +### Changed +- Internal updates. + +## [0.1.3] - 2023-05-11 + +- Updated package dependencies + +## [0.1.2] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [0.1.1] - 2023-03-28 +### Changed +- Update README.md [#28401] + +## 0.1.0 - 2023-02-28 +### Added +- Added a utility function to extract an array of IP addresses from a given string. [#29131] +- Add jetpack-ip package functionality [#28846] +- Initialized the package. [#28765] + +[0.1.6]: https://github.com/automattic/jetpack-ip/compare/v0.1.5...v0.1.6 +[0.1.5]: https://github.com/automattic/jetpack-ip/compare/v0.1.4...v0.1.5 +[0.1.4]: https://github.com/automattic/jetpack-ip/compare/v0.1.3...v0.1.4 +[0.1.3]: https://github.com/automattic/jetpack-ip/compare/v0.1.2...v0.1.3 +[0.1.2]: https://github.com/automattic/jetpack-ip/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/automattic/jetpack-ip/compare/v0.1.0...v0.1.1 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/composer.json new file mode 100644 index 00000000..81030311 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/composer.json @@ -0,0 +1,44 @@ +{ + "name": "automattic/jetpack-ip", + "description": "Utilities for working with IP addresses.", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": {}, + "require-dev": { + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.9" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-ip", + "changelogger": { + "link-template": "https://github.com/automattic/jetpack-ip/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "0.1.x-dev" + }, + "textdomain": "jetpack-ip", + "version-constants": { + "::PACKAGE_VERSION": "src/class-utils.php" + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php new file mode 100644 index 00000000..37941971 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php @@ -0,0 +1,245 @@ +trusted_header ) && isset( $_SERVER[ $trusted_header_data->trusted_header ] ) ) { + $ip = wp_unslash( $_SERVER[ $trusted_header_data->trusted_header ] ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- clean_ip does it below. + $segments = $trusted_header_data->segments; + $reverse_order = $trusted_header_data->reverse; + } else { + $ip = isset( $_SERVER['REMOTE_ADDR'] ) ? wp_unslash( $_SERVER['REMOTE_ADDR'] ) : null; // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- clean_ip does it below. + } + + if ( ! $ip ) { + return false; + } + + $ips = explode( ',', $ip ); + if ( ! isset( $segments ) || ! $segments ) { + $segments = 1; + } + if ( isset( $reverse_order ) && $reverse_order ) { + $ips = array_reverse( $ips ); + } + $ip_count = count( $ips ); + if ( 1 === $ip_count ) { + return self::clean_ip( $ips[0] ); + } elseif ( $ip_count >= $segments ) { + $the_one = $ip_count - $segments; + return self::clean_ip( $ips[ $the_one ] ); + } else { + return self::clean_ip( isset( $_SERVER['REMOTE_ADDR'] ) ? wp_unslash( $_SERVER['REMOTE_ADDR'] ) : null ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- clean_ip does it. + } + } + + /** + * Clean IP address. + * + * @param string $ip The IP address to clean. + * @return string|false The cleaned IP address. + */ + public static function clean_ip( $ip ) { + + // Some misconfigured servers give back extra info, which comes after "unless". + $ips = explode( ' unless ', $ip ); + $ip = $ips[0]; + + $ip = strtolower( trim( $ip ) ); + + // Check for IPv4 with port. + if ( preg_match( '/^(\d+\.\d+\.\d+\.\d+):\d+$/', $ip, $matches ) ) { + $ip = $matches[1]; + } + + // Check for IPv6 (or IPvFuture) with brackets and optional port. + if ( preg_match( '/^\[([a-z0-9\-._~!$&\'()*+,;=:]+)\](?::\d+)?$/', $ip, $matches ) ) { + $ip = $matches[1]; + } + + // Check for IPv4 IP cast as IPv6. + if ( preg_match( '/^::ffff:(\d+\.\d+\.\d+\.\d+)$/', $ip, $matches ) ) { + $ip = $matches[1]; + } + + // Validate and return. + return filter_var( $ip, FILTER_VALIDATE_IP ) ? $ip : false; + } + + /** + * Checks an IP to see if it is within a private range. + * + * @param int $ip IP address. + * @return bool True if IP address is private, false otherwise. + */ + public static function ip_is_private( $ip ) { + // We are dealing with ipv6, so we can simply rely on filter_var. + if ( false === strpos( $ip, '.' ) ) { + return ! filter_var( $ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE ); + } + // We are dealing with ipv4. + $private_ip4_addresses = array( + '10.0.0.0|10.255.255.255', // Single class A network. + '172.16.0.0|172.31.255.255', // 16 contiguous class B network. + '192.168.0.0|192.168.255.255', // 256 contiguous class C network. + '169.254.0.0|169.254.255.255', // Link-local address also referred to as Automatic Private IP Addressing. + '127.0.0.0|127.255.255.255', // localhost. + ); + $long_ip = ip2long( $ip ); + if ( -1 !== $long_ip ) { + foreach ( $private_ip4_addresses as $pri_addr ) { + list ( $start, $end ) = explode( '|', $pri_addr ); + if ( $long_ip >= ip2long( $start ) && $long_ip <= ip2long( $end ) ) { + return true; + } + } + } + return false; + } + + /** + * Uses inet_pton if available to convert an IP address to a binary string. + * If inet_pton is not available, ip2long will convert the address to an integer. + * Returns false if an invalid IP address is given. + * + * NOTE: ip2long will return false for any ipv6 address. servers that do not support + * inet_pton will not support ipv6 + * + * @param mixed $ip IP address. + * @return int|string|bool + */ + public static function convert_ip_address( $ip ) { + if ( function_exists( 'inet_pton' ) ) { + return inet_pton( $ip ); + } + return ip2long( $ip ); + } + + /** + * Checks that a given IP address is within a given low - high range. + * Servers that support inet_pton will use that function to convert the ip to number, + * while other servers will use ip2long. + * + * NOTE: servers that do not support inet_pton cannot support ipv6. + * + * @param mixed $ip IP. + * @param mixed $range_low Range Low. + * @param mixed $range_high Range High. + * @return Bool + */ + public static function ip_address_is_in_range( $ip, $range_low, $range_high ) { + // The inet_pton will give us binary string of an ipv4 or ipv6. + // We can then use strcmp to see if the address is in range. + if ( function_exists( 'inet_pton' ) ) { + $ip_num = inet_pton( $ip ); + $ip_low = inet_pton( $range_low ); + $ip_high = inet_pton( $range_high ); + if ( $ip_num && $ip_low && $ip_high && strcmp( $ip_num, $ip_low ) >= 0 && strcmp( $ip_num, $ip_high ) <= 0 ) { + return true; + } + // The ip2long will give us an integer of an ipv4 address only. it will produce FALSE for ipv6. + } else { + $ip_num = ip2long( $ip ); + $ip_low = ip2long( $range_low ); + $ip_high = ip2long( $range_high ); + if ( $ip_num && $ip_low && $ip_high && $ip_num >= $ip_low && $ip_num <= $ip_high ) { + return true; + } + } + return false; + } + + /** + * Extracts IP addresses from a given string. + * + * We allow for both, one IP per line or comma-; semicolon; or whitespace-separated lists. This also validates the IP addresses + * and only returns the ones that look valid. IP ranges using the "-" character are also supported. + * + * @param string $ips List of ips - example: "8.8.8.8\n4.4.4.4,2.2.2.2;1.1.1.1 9.9.9.9,5555.5555.5555.5555,1.1.1.10-1.1.1.20". + * @return array List of valid IP addresses. - example based on input example: array('8.8.8.8', '4.4.4.4', '2.2.2.2', '1.1.1.1', '9.9.9.9', '1.1.1.10-1.1.1.20') + */ + public static function get_ip_addresses_from_string( $ips ) { + $ips = (string) $ips; + $ips = preg_split( '/[\s,;]/', $ips ); + + $result = array(); + + foreach ( $ips as $ip ) { + // Validate both IP values from the range. + $range = explode( '-', $ip ); + if ( count( $range ) === 2 ) { + if ( self::validate_ip_range( $range[0], $range[1] ) ) { + $result[] = $ip; + } + continue; + } + + // Validate the single IP value. + if ( filter_var( $ip, FILTER_VALIDATE_IP ) !== false ) { + $result[] = $ip; + } + } + + return $result; + } + + /** + * Validates the low and high IP addresses of a range. + * + * NOTE: servers that do not support inet_pton cannot support ipv6. + * + * @param string $range_low Low IP address. + * @param string $range_high High IP address. + * @return bool True if the range is valid, false otherwise. + */ + public static function validate_ip_range( $range_low, $range_high ) { + // Validate that both IP addresses are valid. + if ( ! filter_var( $range_low, FILTER_VALIDATE_IP ) || ! filter_var( $range_high, FILTER_VALIDATE_IP ) ) { + return false; + } + + // Validate that the $range_low is lower or equal to $range_high. + if ( function_exists( 'inet_pton' ) ) { + // The inet_pton will give us binary string of an ipv4 or ipv6. + // We can then use strcmp to see if the address is in range. + $ip_low = inet_pton( $range_low ); + $ip_high = inet_pton( $range_high ); + if ( false === $ip_low || false === $ip_high ) { + return false; + } + if ( strcmp( $ip_low, $ip_high ) > 0 ) { + return false; + } + } else { + // The ip2long will give us an integer of an ipv4 address only. it will produce FALSE for ipv6. + $ip_low = ip2long( $range_low ); + $ip_high = ip2long( $range_high ); + if ( false === $ip_low || false === $ip_high ) { + return false; + } + if ( $ip_low > $ip_high ) { + return false; + } + } + + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md new file mode 100644 index 00000000..0af7f2be --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md @@ -0,0 +1,776 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [2.5.1] - 2023-10-19 +### Changed +- Updated package dependencies. [#33687] + +## [2.5.0] - 2023-10-10 +### Added +- JITMs can now redirect to a specific Jetpack settings page. [#32826] + +### Changed +- Update color of WooCommerce logo. [#33491] +- Updated package dependencies. [#33428] + +## [2.4.0] - 2023-09-28 +### Changed +- Moved tracking for JITM buttons into JITM script, added message_path property [#33252] + +## [2.3.19] - 2023-09-19 + +- Minor internal updates. + +## [2.3.18] - 2023-09-04 +### Changed +- Updated package dependencies. [#32803] + +## [2.3.17] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [2.3.16] - 2023-08-21 +### Fixed +- Update secondary button styling [#32503] + +## [2.3.15] - 2023-08-09 +### Changed +- Updated package dependencies. [#32166] + +## [2.3.14] - 2023-07-25 +### Changed +- Updated package dependencies. [#32040] + +## [2.3.13] - 2023-07-17 +### Changed +- Generate query string when using the WPCOM API to fetch JITMs [#31809] + +## [2.3.12] - 2023-07-11 +### Changed +- Updated package dependencies. [#31785] + +## [2.3.11] - 2023-07-05 +### Changed +- Updated package dependencies. [#31659] + +## [2.3.10] - 2023-06-23 +### Changed +- Updated package dependencies. [#31468] + +## [2.3.9] - 2023-06-06 +### Changed +- Updated package dependencies. [#31129] + +## [2.3.8] - 2023-05-08 +### Added +- JITM: Add jetpack-videopress to JITM refetch on hashchange list [#30465] + +## [2.3.7] - 2023-05-02 +### Changed +- Updated package dependencies. [#30375] + +## [2.3.6] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [2.3.5] - 2023-04-04 +### Added +- Add external link icons in JITM [#29654] + +### Changed +- Updated package dependencies. [#29854] + +## [2.3.4] - 2023-03-28 +### Fixed +- JITM: Fix button overflow when text length is too big [#29749] + +## [2.3.3] - 2023-03-27 +### Changed +- JITM: Update styles [#29709] + +## [2.3.2] - 2023-03-20 +### Changed +- Updated package dependencies. [#29471] + +## [2.3.1] - 2023-03-08 +### Changed +- Updated package dependencies. [#29216] + +## [2.3.0] - 2023-02-20 +### Changed +- Moving deleting connection owner notice from JITM to Connection package. [#28516] + +## [2.2.42] - 2023-02-15 +### Changed +- Update to React 18. [#28710] + +## [2.2.41] - 2023-02-06 +### Fixed +- JITM: minor fix for styles on Safari browser. + +## [2.2.40] - 2023-01-30 +### Changed +- Updated styles for Just in Time Messages (notices) [#27515] + +## [2.2.39] - 2023-01-25 +### Changed +- Minor internal updates. + +## [2.2.38] - 2023-01-23 +### Fixed +- Prevent the activation page from displaying the JP License Activation JITM. [#27959] + +## [2.2.37] - 2023-01-11 +### Changed +- Updated package dependencies. + +## [2.2.36] - 2022-12-27 +### Removed +- Remove src/js files from final bundle [#27930] + +## [2.2.35] - 2022-12-02 +### Changed +- Updated package dependencies. [#27696] + +## [2.2.34] - 2022-11-22 +### Changed +- Updated package dependencies. [#27043] + +## [2.2.33] - 2022-11-08 +### Changed +- Updated package dependencies. [#27289] + +## [2.2.32] - 2022-11-07 +### Changed +- Updated package dependencies. [#27278] + +## [2.2.31] - 2022-11-01 +### Changed +- Updated package dependencies. [#27196] + +## [2.2.30] - 2022-10-25 +### Changed +- Updated package dependencies. [#26705] + +## [2.2.29] - 2022-10-13 +### Changed +- Updated package dependencies. [#26791] + +## [2.2.28] - 2022-10-05 +### Changed +- Updated package dependencies. [#26568] + +## [2.2.27] - 2022-09-08 +### Changed +- Updated package dependencies. + +## [2.2.26] - 2022-08-29 +### Changed +- Updated package dependencies. + +## [2.2.25] - 2022-08-25 +### Changed +- Updated package dependencies. [#25814] + +## [2.2.24] - 2022-08-23 +### Added +- Add custom styling rules for the JITMs displayed in My Jetpack. [#22452] +- Updated JITM readme. [#25739] + +### Changed +- Updated package dependencies. [#25628] + +## [2.2.23] - 2022-08-03 +### Changed +- Updated package dependencies. [#25300, #25315] + +## [2.2.22] - 2022-07-26 +### Changed +- Updated package dependencies. [#25158] + +## [2.2.21] - 2022-07-12 +### Changed +- Updated package dependencies. + +## [2.2.20] - 2022-06-21 +### Changed +- Renaming master to trunk. [#24661] + +## [2.2.19] - 2022-06-14 +### Changed +- Updated package dependencies. [#24529] + +## [2.2.18] - 2022-06-08 +### Changed +- Reorder JS imports for `import/order` eslint rule. [#24601] + +## [2.2.17] - 2022-05-18 +### Changed +- Updated package dependencies [#24372] + +## [2.2.16] - 2022-05-10 +### Changed +- Updated package dependencies. [#24302] + +## [2.2.15] - 2022-05-04 +### Changed +- Remove use of `pnpx` in preparation for pnpm 7.0. [#24210] +- Updated package dependencies. [#24095] + +### Deprecated +- Moved the options class into Connection. [#24095] + +## [2.2.14] - 2022-04-26 +### Changed +- Updated package dependencies. +- Update package.json metadata. + +## [2.2.13] - 2022-04-19 +### Changed +- PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` + +## [2.2.12] - 2022-04-12 +### Changed +- Updated package dependencies. + +## [2.2.11] - 2022-04-06 +### Changed +- Updated package dependencies + +### Removed +- Removed tracking dependency. + +## [2.2.10] - 2022-03-29 +### Changed +- Updated package dependencies. + +## [2.2.9] - 2022-03-23 +### Changed +- Updated package dependencies. + +## [2.2.8] - 2022-03-02 +### Changed +- Updated package dependencies + +## [2.2.7] - 2022-02-22 +### Changed +- Updated package dependencies. + +## [2.2.6] - 2022-02-16 +### Changed +- Updated package dependencies. + +## [2.2.5] - 2022-02-09 +### Changed +- Updated package dependencies. + +## [2.2.4] - 2022-02-02 +### Changed +- Build: remove unneeded files from production build. +- Update use of old jQuery interfaces + +## [2.2.3] - 2022-01-25 +### Changed +- Updated package dependencies. + +## [2.2.2] - 2022-01-18 +### Changed +- General: update required node version to v16.13.2 + +## [2.2.1] - 2022-01-11 +### Changed +- Updated package dependencies. + +## [2.2.0] - 2022-01-04 +### Changed +- Switch to pcov for code coverage. +- Updated package dependencies. +- Updated package textdomain from `jetpack` to `jetpack-jitm`. + +## [2.1.1] - 2021-12-14 +### Changed +- Updated package dependencies. + +## [2.1.0] - 2021-11-30 +### Added +- Add proper JS and CSS builder. +- Adds filters to allow sideloading of the Jetpack Backup plugin through JITMs. +- JITM: Added ability to sideload Jetpack Boost plugin. + +### Changed +- Add `output.filename` in Webpack config to override changed default. +- Colors: update Jetpack Primary color to match latest brand book. + +### Fixed +- JITM: wrap CTA below text on small viewports + +## [2.0.8] - 2021-11-23 +### Changed +- Updated package dependencies. + +## [2.0.7] - 2021-11-16 +### Added +- Use monorepo `validate-es` script to validate Webpack builds. + +### Changed +- Updated package dependencies. + +## [2.0.6] - 2021-11-09 +### Changed +- Update webpack build config. + +## [2.0.5] - 2021-11-02 +### Changed +- Set `convertDeprecationsToExceptions` true in PHPUnit config. +- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. + +## [2.0.4] - 2021-10-26 +### Changed +- Updated package dependencies. + +## [2.0.3] - 2021-10-19 +### Changed +- Updated package dependencies. + +## [2.0.2] - 2021-10-12 +### Changed +- Updated package dependencies + +## [2.0.1] - 2021-09-28 +### Changed +- Allow Node ^14.17.6 to be used in this project. This shouldn't change the behavior of the code itself. +- Updated package dependencies. + +## [2.0.0] - 2021-08-31 +### Changed +- Run composer update on test-php command instead of phpunit. +- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). +- Update annotations versions. +- Updated package dependencies. +- Update to latest webpack, webpack-cli and calypso-build. +- Upgrade to Webpack 5. +- Use Node 16.7.0 in tooling. + +### Removed +- Removed IE11 support. + +## [1.16.2] - 2021-07-27 +### Changed +- Updated package dependencies. + +## [1.16.1] - 2021-06-29 +### Changed +- Update package dependencies. +- Update node version requirement to 14.16.1 +- Update the usage of Redirect lib and passes the unlinked param as a query argument. + +## [1.16.0] - 2021-05-25 +### Added +- JITM: allow the plugin to set the icon for pre-connection JITMs. +- JITM: move sync updated option hook to the JITM package. + +### Changed +- JITM: prevent JITMs from being registered more than once. +- JITM: remove jetpack-constants dependency from composer.json +- JITM: set the default values of the jetpack_just_in_time_msgs and jetpack_just_in_time_msg_cache filters to true. +- JITM: Use an action instead of a property to prevent JITMs from being registered multiple times +- JITM: Use the Device_Detection package to determine if the device is mobile. +- Updated package dependencies +- update jetpack-redirect dependency + +## [1.15.1] - 2021-05-03 +### Changed +- JITM: Use manager::get_authorization_url to obtain the authorization url in the user deletion notice. + +## [1.15.0] - 2021-04-27 +### Added +- Move JITM's REST API endpoints into the package + +### Changed +- Always display pre-connection JITMs, without the need to set a filter. +- Avoid wrapping text in the main CTA button. +- Bump JITM package version requirement. +- JITM: Update CTA redirect url with unlinked query arg to indicate current user is not connected. +- Update package dependencies. +- Use the a8c-mc-stats package to generate stats. + +## [1.14.1] - 2021-03-30 +### Added +- Composer alias for dev-master, to improve dependencies + +### Changed +- Use is_connected instead of is_active to instantiate Pre/Post_Connection_JITM +- Add a jetpack_pre_connection_jitms filter. +- Update colors to match upcoming WP 5.7 color changes +- Update Node to match latest LTS 12 +- Update package dependencies. + +### Fixed +- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. + +## [1.14.0] - 2021-02-23 + +- Recommendations: Hide JITMs when banner is displaying +- Setup Wizard: Remove setup wizard +- JITM: move jetpack-jitm.js to the JITM package +- CI: Make tests more generic + +## [1.13.5] - 2021-02-08 + +- Update dependencies to latest stable + +## [1.13.4] - 2021-01-28 + +- Update dependencies to latest stable + +## [1.13.3] - 2021-01-26 + +- Update dependencies to latest stable + +## [1.13.2] - 2021-01-26 + +- Update dependencies to latest stable + +## [1.13.1] - 2021-01-26 + +- Add mirror-repo information to all current composer packages +- Monorepo: Reorganize all projects + +## [1.13.0] - 2021-01-05 + +- Update dependency brain/monkey to v2.6.0 +- Pin dependencies +- Packages: Update for PHP 8 testing + +## [1.12.2] - 2020-12-09 + +- Update dependencies to latest stable + +## [1.12.1] - 2020-11-24 + +- Version packages for release + +## [1.12.0] - 2020-11-24 + +- Status: Introduce get_site_suffix method +- General: update minimum required version to WordPress 5.5 +- Updated PHPCS: Packages and Debugger + +## [1.11.2] - 2020-11-05 + +- Update dependencies to latest stable + +## [1.11.1] - 2020-10-29 + +- Update dependencies to latest stable + +## [1.11.0] - 2020-10-27 + +- JITM: add a Pre_Connection_JITM::generate_admin_url method +- JITM: use is_active from the connection package +- JITM: regenerate assets + +## [1.10.4] - 2020-10-14 + +- Update dependencies to latest stable + +## [1.10.3] - 2020-10-09 + +- Update dependencies to latest stable + +## [1.10.2] - 2020-10-06 + +- Update dependencies to latest stable + +## [1.10.1] - 2020-10-01 + +- Update dependencies to latest stable + +## [1.10.0] - 2020-09-29 + +- Update dependencies to latest stable + +## [1.9.1] - 2020-09-09 + +- Update dependencies to latest stable + +## [1.9.0] - 2020-08-26 + +- Compat: add new Creative Mail compat file +- Packages: Update filenames after #16810 +- CI: Try collect js coverage +- Docker: Add package testing shortcut + +## [1.8.2] - 2020-08-10 + +- Update dependencies to latest stable + +## [1.8.1] - 2020-08-10 + +- Update dependencies to latest stable + +## [1.8.0] - 2020-07-28 + +- Core Compat: Site Environment +- Core REST API: Add permission callback to delete_jitm_message endpoint + +## [1.7.2] - 2020-07-06 + +- Update dependencies to latest stable + +## [1.7.1] - 2020-07-01 + +- Update dependencies to latest stable + +## [1.7.0] - 2020-06-30 + +- PHPCS: Clean up the packages +- Hide pre-connection JITM on the posts page when few posts are published +- Jetpack Setup Wizard: Do not show pre-connection JITMs to non admins +- JITM: change 'setup' to 'set up' in pre-connection JITMs +- Pre-connection JITMS: Link to connect-in-place flow +- JITM: add Redirect use statement + +## [1.6.5] - 2020-06-01 + +- Hide pre-connection JITM on the posts page when few posts are published + +## [1.6.4] - 2020-06-01 + +- Update dependencies to latest stable + +## [1.6.3] - 2020-05-29 + +- Jetpack Setup Wizard: Do not show pre-connection JITMs to non admins + +## [1.6.2] - 2020-05-29 + +- JITM: change 'setup' to 'set up' in pre-connection JITMs +- Pre-connection JITMS: Link to connect-in-place flow + +## [1.6.1] - 2020-05-28 + +- JITM: add Redirect use statement + +## [1.6.0] - 2020-05-26 + +- JITM: expand docs and tests to account for pre-connection messages +- Improve responsiveness of JITMs +- JITM: fix the use statements +- Implement pre-connection JITMs +- JITM: Allow JITM on stats pages + +## [1.5.1] - 2020-04-30 + +- JITM: Allow JITM on stats pages + +## [1.5.0] - 2020-04-28 + +- Use jp.com redirect in all links + +## [1.4.0] - 2020-03-31 + +- Update dependencies to latest stable + +## [1.3.0] - 2020-03-31 + +- Use dynamic Jetpack logos on JITMs + +## [1.2.0] - 2020-02-25 + +- JITM: Show ToS update notice + +## [1.1.2] - 2020-02-14 + +- SSO: do not display JITM when not in wp-admin + +## [1.1.1] - 2020-01-23 + +- Moved JITM initialization to plugins_loaded. + +## [1.1.0] - 2020-01-07 + +- Add partner subsidiary id to upgrade URLs. + +## [1.0.10] - 2019-11-25 + +- Connection Owner Deletion Notice: Fix display bug and sanitize… + +## [1.0.9] - 2019-11-19 + +- Don't show JITMs on Gutenberg editor pages (for now) + +## [1.0.8] - 2019-11-08 + +- Packages: Use classmap instead of PSR-4 + +## [1.0.7] - 2019-11-08 + +- Remove unused get_emblem method + +## [1.0.6] - 2019-10-31 + +- Inherit 400 weight for button fonts + +## [1.0.5] - 2019-10-28 + +- PHPCS: JITM and Assets packages + +## [1.0.4] - 2019-10-24 + +- Update Jetpack button and card styles to match WordPress 5.3 + +## [1.0.3] - 2019-10-23 + +- Use spread operator instead of func_get_args + +## [1.0.2] - 2019-10-17 + +- Change the class in the add_filter() calls to $this. Also fix some + +## [1.0.1] - 2019-09-27 + +- Initial trial of prefer-dist +- JITM: Send the user's role in the request for JITM messages + +## 1.0.0 - 2019-09-14 + +- Update Jetpack to use new JITM package + +[2.5.1]: https://github.com/Automattic/jetpack-jitm/compare/v2.5.0...v2.5.1 +[2.5.0]: https://github.com/Automattic/jetpack-jitm/compare/v2.4.0...v2.5.0 +[2.4.0]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.19...v2.4.0 +[2.3.19]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.18...v2.3.19 +[2.3.18]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.17...v2.3.18 +[2.3.17]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.16...v2.3.17 +[2.3.16]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.15...v2.3.16 +[2.3.15]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.14...v2.3.15 +[2.3.14]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.13...v2.3.14 +[2.3.13]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.12...v2.3.13 +[2.3.12]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.11...v2.3.12 +[2.3.11]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.10...v2.3.11 +[2.3.10]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.9...v2.3.10 +[2.3.9]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.8...v2.3.9 +[2.3.8]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.7...v2.3.8 +[2.3.7]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.6...v2.3.7 +[2.3.6]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.5...v2.3.6 +[2.3.5]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.4...v2.3.5 +[2.3.4]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.3...v2.3.4 +[2.3.3]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.2...v2.3.3 +[2.3.2]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.1...v2.3.2 +[2.3.1]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.0...v2.3.1 +[2.3.0]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.42...v2.3.0 +[2.2.42]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.41...v2.2.42 +[2.2.41]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.40...v2.2.41 +[2.2.40]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.39...v2.2.40 +[2.2.39]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.38...v2.2.39 +[2.2.38]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.37...v2.2.38 +[2.2.37]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.36...v2.2.37 +[2.2.36]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.35...v2.2.36 +[2.2.35]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.34...v2.2.35 +[2.2.34]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.33...v2.2.34 +[2.2.33]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.32...v2.2.33 +[2.2.32]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.31...v2.2.32 +[2.2.31]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.30...v2.2.31 +[2.2.30]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.29...v2.2.30 +[2.2.29]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.28...v2.2.29 +[2.2.28]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.27...v2.2.28 +[2.2.27]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.26...v2.2.27 +[2.2.26]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.25...v2.2.26 +[2.2.25]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.24...v2.2.25 +[2.2.24]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.23...v2.2.24 +[2.2.23]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.22...v2.2.23 +[2.2.22]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.21...v2.2.22 +[2.2.21]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.20...v2.2.21 +[2.2.20]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.19...v2.2.20 +[2.2.19]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.18...v2.2.19 +[2.2.18]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.17...v2.2.18 +[2.2.17]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.16...v2.2.17 +[2.2.16]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.15...v2.2.16 +[2.2.15]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.14...v2.2.15 +[2.2.14]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.13...v2.2.14 +[2.2.13]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.12...v2.2.13 +[2.2.12]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.11...v2.2.12 +[2.2.11]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.10...v2.2.11 +[2.2.10]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.9...v2.2.10 +[2.2.9]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.8...v2.2.9 +[2.2.8]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.7...v2.2.8 +[2.2.7]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.6...v2.2.7 +[2.2.6]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.5...v2.2.6 +[2.2.5]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.4...v2.2.5 +[2.2.4]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.3...v2.2.4 +[2.2.3]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.2...v2.2.3 +[2.2.2]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.1...v2.2.2 +[2.2.1]: https://github.com/Automattic/jetpack-jitm/compare/v2.2.0...v2.2.1 +[2.2.0]: https://github.com/Automattic/jetpack-jitm/compare/v2.1.1...v2.2.0 +[2.1.1]: https://github.com/Automattic/jetpack-jitm/compare/v2.1.0...v2.1.1 +[2.1.0]: https://github.com/Automattic/jetpack-jitm/compare/v2.0.8...v2.1.0 +[2.0.8]: https://github.com/Automattic/jetpack-jitm/compare/v2.0.7...v2.0.8 +[2.0.7]: https://github.com/Automattic/jetpack-jitm/compare/v2.0.6...v2.0.7 +[2.0.6]: https://github.com/Automattic/jetpack-jitm/compare/v2.0.5...v2.0.6 +[2.0.5]: https://github.com/Automattic/jetpack-jitm/compare/v2.0.4...v2.0.5 +[2.0.4]: https://github.com/Automattic/jetpack-jitm/compare/v2.0.3...v2.0.4 +[2.0.3]: https://github.com/Automattic/jetpack-jitm/compare/v2.0.2...v2.0.3 +[2.0.2]: https://github.com/Automattic/jetpack-jitm/compare/v2.0.1...v2.0.2 +[2.0.1]: https://github.com/Automattic/jetpack-jitm/compare/v2.0.0...v2.0.1 +[2.0.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.16.2...v2.0.0 +[1.16.2]: https://github.com/Automattic/jetpack-jitm/compare/v1.16.1...v1.16.2 +[1.16.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.16.0...v1.16.1 +[1.16.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.15.1...v1.16.0 +[1.15.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.15.0...v1.15.1 +[1.15.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.14.1...v1.15.0 +[1.14.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.14.0...v1.14.1 +[1.14.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.13.5...v1.14.0 +[1.13.5]: https://github.com/Automattic/jetpack-jitm/compare/v1.13.4...v1.13.5 +[1.13.4]: https://github.com/Automattic/jetpack-jitm/compare/v1.13.3...v1.13.4 +[1.13.3]: https://github.com/Automattic/jetpack-jitm/compare/v1.13.2...v1.13.3 +[1.13.2]: https://github.com/Automattic/jetpack-jitm/compare/v1.13.1...v1.13.2 +[1.13.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.13.0...v1.13.1 +[1.13.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.12.2...v1.13.0 +[1.12.2]: https://github.com/Automattic/jetpack-jitm/compare/v1.12.1...v1.12.2 +[1.12.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.12.0...v1.12.1 +[1.12.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.11.2...v1.12.0 +[1.11.2]: https://github.com/Automattic/jetpack-jitm/compare/v1.11.1...v1.11.2 +[1.11.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.11.0...v1.11.1 +[1.11.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.10.4...v1.11.0 +[1.10.4]: https://github.com/Automattic/jetpack-jitm/compare/v1.10.3...v1.10.4 +[1.10.3]: https://github.com/Automattic/jetpack-jitm/compare/v1.10.2...v1.10.3 +[1.10.2]: https://github.com/Automattic/jetpack-jitm/compare/v1.10.1...v1.10.2 +[1.10.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.10.0...v1.10.1 +[1.10.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.9.1...v1.10.0 +[1.9.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.9.0...v1.9.1 +[1.9.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.8.2...v1.9.0 +[1.8.2]: https://github.com/Automattic/jetpack-jitm/compare/v1.8.1...v1.8.2 +[1.8.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.8.0...v1.8.1 +[1.8.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.7.2...v1.8.0 +[1.7.2]: https://github.com/Automattic/jetpack-jitm/compare/v1.7.1...v1.7.2 +[1.7.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.7.0...v1.7.1 +[1.7.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.6.5...v1.7.0 +[1.6.5]: https://github.com/Automattic/jetpack-jitm/compare/v1.6.4...v1.6.5 +[1.6.4]: https://github.com/Automattic/jetpack-jitm/compare/v1.6.3...v1.6.4 +[1.6.3]: https://github.com/Automattic/jetpack-jitm/compare/v1.6.2...v1.6.3 +[1.6.2]: https://github.com/Automattic/jetpack-jitm/compare/v1.6.1...v1.6.2 +[1.6.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.6.0...v1.6.1 +[1.6.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.5.1...v1.6.0 +[1.5.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.5.0...v1.5.1 +[1.5.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.4.0...v1.5.0 +[1.4.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.1.2...v1.2.0 +[1.1.2]: https://github.com/Automattic/jetpack-jitm/compare/v1.1.1...v1.1.2 +[1.1.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.0.10...v1.1.0 +[1.0.10]: https://github.com/Automattic/jetpack-jitm/compare/v1.0.9...v1.0.10 +[1.0.9]: https://github.com/Automattic/jetpack-jitm/compare/v1.0.8...v1.0.9 +[1.0.8]: https://github.com/Automattic/jetpack-jitm/compare/v1.0.7...v1.0.8 +[1.0.7]: https://github.com/Automattic/jetpack-jitm/compare/v1.0.6...v1.0.7 +[1.0.6]: https://github.com/Automattic/jetpack-jitm/compare/v1.0.5...v1.0.6 +[1.0.5]: https://github.com/Automattic/jetpack-jitm/compare/v1.0.4...v1.0.5 +[1.0.4]: https://github.com/Automattic/jetpack-jitm/compare/v1.0.3...v1.0.4 +[1.0.3]: https://github.com/Automattic/jetpack-jitm/compare/v1.0.2...v1.0.3 +[1.0.2]: https://github.com/Automattic/jetpack-jitm/compare/v1.0.1...v1.0.2 +[1.0.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.0.0...v1.0.1 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/SECURITY.md new file mode 100644 index 00000000..98f48dd1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/SECURITY.md @@ -0,0 +1,47 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack and its associated plugins have continued support. If a critical vulnerability is found in the current version of a plugin, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +Our HackerOne program covers the below plugin software, as well as a variety of related projects and infrastructure: + +* [Jetpack](https://jetpack.com/) +* Jetpack Backup +* Jetpack Boost +* Jetpack CRM +* Jetpack Protect +* Jetpack Search +* Jetpack Social +* Jetpack VideoPress + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/images/background-165b2f00927a762c8cf4.png b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/images/background-165b2f00927a762c8cf4.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d50e1b7c0254504bb4125870b64766d3cdbb10 GIT binary patch literal 24109 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 array('jquery', 'wp-polyfill'), 'version' => '76ec3c26b0b3d8144645'); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.css b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.css new file mode 100644 index 00000000..b51e593c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.css @@ -0,0 +1 @@ +.jitm-button{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #000;border-radius:4px;box-sizing:border-box;color:#000;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;margin:0;min-width:90px;outline:0;overflow:hidden;padding:7px 14px 9px;text-align:center;text-decoration:none;text-overflow:ellipsis;vertical-align:top;width:100%}.jitm-button.is-primary{background:#000;color:#fff}.jitm-button.is-primary .gridicons-external-link{fill:#fff}.jitm-button.is-secondary .gridicons-external-link{fill:#000}.jitm-button.is-secondary:hover{background:#f6f7f7;color:#000}.jitm-button.is-secondary:hover .gridicons-external-link{fill:#000}.jitm-button:focus,.jitm-button:hover{background:#414141;border-color:#414141;color:#fff}.jitm-button:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #2271b1}.jitm-button:disabled,.jitm-button[disabled]{background:#dcdcde;border-color:#dcdcde;color:#a7aaad;cursor:default}.jitm-button.is-compact{font-size:14px;height:32px;line-height:1;white-space:nowrap}.jitm-button.is-compact .gridicon{margin-top:-8px;top:4px}.jitm-button.is-compact .gridicons-plus-small{margin-left:-4px}.jitm-button.is-compact .gridicons-plus-small:last-of-type{margin-left:0}.jitm-button.is-compact .gridicons-plus-small+.gridicon{margin-left:-4px}.jitm-button.is-compact .gridicons-external-link{margin:-3px 0 -3px 2px}.jitm-button.hidden{display:none}.jitm-card{background-color:#fff;background-image:url(images/background-165b2f00927a762c8cf4.png);background-position:100%;background-repeat:no-repeat;border:1px solid #fff;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.16);box-sizing:border-box;clear:both;display:block;margin:3rem 1.25rem 0 auto;padding:1rem 1rem 1rem 1.25rem;position:relative}.jitm-card:after{clear:both;content:".";display:block;height:0;visibility:hidden}.jitm-card.is-compact{margin-bottom:.0625rem}@media(min-width:481px){.jitm-card.is-compact{margin-bottom:1px;padding:1rem 1.5rem}}.jitm-card.is-card-link{padding-right:3rem}.my-jetpack-jitm-card .jitm-card{margin-bottom:0;margin-right:0}#screen-meta-links+.jitm-card{margin:2.5rem 1.5385em 0 auto}.post-php .jitm-card{margin-right:0}.jp-lower .jitm-card{margin:0 0 1.5rem}.jitm-banner.jitm-card{display:flex;position:relative;z-index:2}.jitm-banner.jitm-card:before{border-bottom-left-radius:1px;border-top-left-radius:1px;content:"";height:100%;left:0;position:absolute;top:0;width:4px}@media(max-width:480px){.jitm-banner.jitm-card{display:flex;flex-direction:column}}.jitm-banner.jitm-card.is-card-link{padding:.75rem 3rem .75rem 1rem}.jitm-banner.jitm-card.is-dismissible{padding-right:3rem}.jitm-banner.jitm-card:before{background-color:#4ab866}.jitm-banner.jitm-card .jitm-banner__icon{color:#4ab866}.jitm-banner.jitm-card .jitm-banner__icon-circle{background-color:#4ab866}.jitm-banner.jitm-card.is-upgrade-personal:before{background-color:#f0b849}.jitm-banner.jitm-card.is-upgrade-personal .jitm-banner__icon{color:#f0b849}.jitm-banner.jitm-card.is-upgrade-personal .jitm-banner__icon-circle{background-color:#f0b849}.jitm-banner.jitm-card.is-upgrade-premium:before{background-color:#069e08}.jitm-banner.jitm-card.is-upgrade-premium .jitm-banner__icon{color:#069e08}.jitm-banner.jitm-card.is-upgrade-premium .jitm-banner__icon-circle{background-color:#069e08}.jitm-banner.jitm-card.is-upgrade-business:before,.jitm-banner.jitm-card.woo-jitm:before{background-color:#855da6}.jitm-banner.jitm-card.is-upgrade-business .jitm-banner__icon,.jitm-banner.jitm-card.woo-jitm .jitm-banner__icon{color:#855da6}.jitm-banner.jitm-card.is-upgrade-business .jitm-banner__icon-circle,.jitm-banner.jitm-card.woo-jitm .jitm-banner__icon-circle{background-color:#855da6}.jitm-banner.jitm-card .jitm-card__link-indicator{align-items:center;color:#0087be;display:flex}.jitm-banner.jitm-card:hover{transition:all .1s ease-in-out}.jitm-banner.jitm-card:hover.is-card-link{box-shadow:0 0 0 1px #a2a2a2,0 2px 4px #d5d5d5}.jitm-banner.jitm-card:hover .jitm-card__link-indicator{color:#005082}@media(min-width:481px){.jitm-banner.jitm-card{padding:1rem 1rem 1rem 1.25rem}.jitm-banner.jitm-card.is-dismissible{padding-right:1rem}}.jitm-banner__buttons_container{display:flex;gap:1rem;height:50%;margin:auto 1rem auto 0;overflow:hidden}@media(min-width:481px){.jitm-banner__buttons_container{margin-left:1rem}}.jitm-banner__icons{display:flex}.jitm-banner__icons .jitm-banner__icon,.jitm-banner__icons .jitm-banner__icon-circle{border-radius:50%;flex-shrink:0;height:1.5rem;margin-right:1rem;margin-top:-.125rem;text-align:center;top:.25rem;width:1.5rem}.jitm-banner__icons .jitm-banner__icon{align-self:center;color:#fff;display:block}.jitm-banner__icons .jitm-banner__icon-circle{color:#fff;display:none;padding:.1875rem .25rem .25rem .1875rem}@media(min-width:481px){.jitm-banner__icons{align-items:center}.jitm-banner__icons .jitm-banner__icon{display:none}.jitm-banner__icons .jitm-banner__icon-circle{display:block}}.jitm-banner__icon-plan{display:flex;margin-right:1rem}.jitm-banner__icon-plan .dops-plan-icon{height:2rem;width:2rem}.jitm-banner__icon-plan .jp-emblem{position:relative;top:.125rem}@media(max-width:480px){.jitm-banner__icon-plan .jp-emblem{margin-bottom:1rem}}.jitm-banner__icon-plan .jp-emblem svg{fill:#069e08;height:2rem;width:2rem}.jitm-banner__icon-plan .jp-emblem .jitm-jp-logo{fill:inherit;height:inherit;width:2.5rem}@media(min-width:481px){.jitm-banner__icon-plan{align-items:center}}.jitm-banner__content{align-items:center;display:flex;flex-grow:1;flex-shrink:100000;flex-wrap:wrap}@media(max-width:480px){.jitm-banner__content{margin-right:0}}@media(min-width:481px){.jitm-banner__content{flex-wrap:nowrap}}@media(max-width:960px){.jitm-banner__content{margin-right:5px}}.jitm-banner__info{flex-grow:1;line-height:1.4}@media(min-width:481px){.jitm-banner__info{flex-basis:50%}}@media(min-width:961px){.jitm-banner__info{flex-basis:70%}}.jitm-banner__info .jitm-banner__description,.jitm-banner__info .jitm-banner__description a,.jitm-banner__info .jitm-banner__title{color:#000}.jitm-banner__info .jitm-banner__title{font-size:.9375rem;font-weight:700;line-height:136%}.jitm-banner__info .jitm-banner__description{font-size:.8125rem;line-height:150%;margin-top:.125rem}.jitm-banner__info .banner__list{font-size:12px;list-style:none;margin:10px 0}.jitm-banner__info .banner__list li{margin:6px 0}.jitm-banner__info .banner__list li .gridicon{fill:#a2a2a2;display:inline;margin-right:12px;vertical-align:bottom}.jitm-banner__action{align-self:center;font-size:.75rem;overflow:hidden;text-align:left}.jitm-banner__action .jitm-banner__prices{display:flex;justify-content:flex-start}.jitm-banner__action .jitm-banner__prices .dops-plan-price{margin-bottom:0}.jitm-banner__action .jitm-banner__prices .dops-plan-price.is-discounted,.jitm-banner__action .jitm-banner__prices .dops-plan-price.is-discounted .dops-plan-price__currency-symbol{color:#414141}.has-call-to-action .jitm-banner__action .jitm-banner__prices .dops-plan-price{margin-bottom:.5rem}@media(max-width:480px){.jitm-banner__action{margin-top:1rem}}@media(min-width:481px){.jitm-banner__action{text-align:center;width:auto}.jitm-banner__action .is-dismissible{margin-top:2.5rem}.jitm-banner__action .jitm-banner__prices{justify-content:flex-end;text-align:right}}.jitm-banner__dismiss{display:block;line-height:.5;margin-bottom:auto;margin-top:auto;text-decoration:none}.jitm-banner__dismiss:before{color:#6f6f6f;content:"";font:400 20px/1 dashicons}@media(min-width:661px){.jitm-banner__dismiss{margin-right:-.5rem}}@media(max-width:480px){.jitm-banner__dismiss{align-items:center;display:flex;height:48px;justify-content:center;margin:0;position:absolute;right:0;top:0;width:48px}}.jitm-banner__action+.jitm-banner__dismiss{margin-left:.625rem}#dolly+.jitm-card{margin:3rem 1rem 0 auto} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.js b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.js new file mode 100644 index 00000000..f9066d9a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.js @@ -0,0 +1 @@ +!function(){"use strict";var t,a={567:function(t){t.exports=window.jQuery}},e={};function n(t){var i=e[t];if(void 0!==i)return i.exports;var c=e[t]={exports:{}};return a[t](c,c.exports,n),c.exports}n.n=function(t){var a=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(a,{a:a}),a},n.d=function(t,a){for(var e in a)n.o(a,e)&&!n.o(t,e)&&Object.defineProperty(t,e,{enumerable:!0,get:a[e]})},n.o=function(t,a){return Object.prototype.hasOwnProperty.call(t,a)},t=n(567),n.n(t)()(document).ready((function(t){var a={default:function(a){const e='\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t';var n='
          ';if(n+='
          ',n+='
          '+a.content.icon+"
          ",n+='
          ',n+='
          '+a.content.message+"
          ",a.content.description&&""!==a.content.description){if(n+='
          '+a.content.description,a.content.list.length>0){n+='
          "}if(n+="
          ",n+="
          ",n+='
          ',a.activate_module&&(n+='",a.module_settings_link&&(n+='")),a.CTA.message){var o="jitm-button is-compact";a.CTA.primary&&null===a.activate_module?o+=" is-primary":o+=" is-secondary";var r=a.CTA.ajax_action,s=a.CTA.newWindow&&!r;n+='"}return n+="
          ",a.is_dismissible&&(n+=''),t(n+="
          ")}},e=function(){t(".jetpack-jitm-message").each((function(){var e=t(this),n=e.data("message-path"),i=e.data("query"),c=e.data("redirect"),o=location.hash;o=o.replace(/#\//,"_"),n.includes("jetpack_page_my-jetpack")?n=n.replace("jetpack_page_my-jetpack","jetpack_page_my-jetpack"+o):"_dashboard"!==o&&(n=n.replace("toplevel_page_jetpack","toplevel_page_jetpack"+o));var r=!!t(".jetpack-logo__masthead").length;t.get(window.jitm_config.api_root+"jetpack/v4/jitm",{message_path:n,query:i,full_jp_logo_exists:r,_wpnonce:e.data("nonce")}).then((function(n){"object"==typeof n&&n[1]&&(n=[n[1]]),0!==n.length&&n[0].content&&function(e,n,i){var c;(c=n.template)&&a[c]||(c="default"),n.url=n.url+"&redirect="+i;var o,r=a[c](n);r.find(".jitm-banner__dismiss").on("click",(o=r,function(a){a.preventDefault(),o.hide(),t.ajax({url:window.jitm_config.api_root+"jetpack/v4/jitm",method:"POST",beforeSend:function(t){t.setRequestHeader("X-WP-Nonce",window.jitm_config.nonce)},data:{id:n.id,feature_class:n.feature_class}})})),t("#jp-admin-notices").length>0?(e.innerHTML=r,t("#jp-admin-notices").find(".jitm-card")&&t(".jitm-card").replaceWith(r),r.prependTo(t("#jp-admin-notices"))):e.replaceWith(r),r.find("#jitm-banner__activate a").on("click",(function(){var a=t(this);if(a.attr("disabled"))return!1;t.ajax({url:window.jitm_config.api_root+"jetpack/v4/module/"+a.data("module")+"/active",method:"POST",beforeSend:function(a){a.setRequestHeader("X-WP-Nonce",e.data("nonce")),t("#jitm-banner__activate a").text(window.jitm_config.activating_module_text),t("#jitm-banner__activate a").attr("disabled",!0)}}).done((function(){if(t("#jitm-banner__activate a").text(window.jitm_config.activated_module_text),t("#jitm-banner__activate a").attr("disabled",!0),a.data("settings_link"))return t("#jitm-banner__settings").show(),void t("#jitm-banner__activate").hide();setTimeout((function(){r.fadeOut("slow")}),2e3)}))})),r.find(".jitm-button[data-ajax-action]").on("click",(function(a){a.preventDefault();var n=t(this);return n.attr("disabled",!0),t.post(window.ajaxurl,{action:n.data("ajax-action"),_nonce:e.data("ajax-nonce")}).done((function(){r.fadeOut("slow")})).fail((function(){n.attr("disabled",!1)})),!1})),r.find(".jitm-button").on("click",(function(a){var e=t(this),n=e.attr("data-jptracks-name");if(void 0!==n){var i={clicked:e.attr("data-jptracks-prop")||!1,jitm_message_path:e.attr("data-jitm-path")||!1};window.jpTracksAJAX&&window.jpTracksAJAX.record_ajax_event(n,"click",i)}}))}(e,n[0],c)}))}))};e(),t(window).on("hashchange",(function(t){const a=t.originalEvent.newURL;if(["jetpack","my-jetpack","jetpack-backup","jetpack-boost","jetpack-protect","jetpack-search","jetpack-social","jetpack-videopress"].some((t=>a.includes(`admin.php?page=${t}`)))){var n=document.querySelector(".jitm-card");n&&n.remove(),e()}}))}))}(); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.rtl.css b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.rtl.css new file mode 100644 index 00000000..1cde88b8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.rtl.css @@ -0,0 +1 @@ +.jitm-button{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #000;border-radius:4px;box-sizing:border-box;color:#000;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;margin:0;min-width:90px;outline:0;overflow:hidden;padding:7px 14px 9px;text-align:center;text-decoration:none;text-overflow:ellipsis;vertical-align:top;width:100%}.jitm-button.is-primary{background:#000;color:#fff}.jitm-button.is-primary .gridicons-external-link{fill:#fff}.jitm-button.is-secondary .gridicons-external-link{fill:#000}.jitm-button.is-secondary:hover{background:#f6f7f7;color:#000}.jitm-button.is-secondary:hover .gridicons-external-link{fill:#000}.jitm-button:focus,.jitm-button:hover{background:#414141;border-color:#414141;color:#fff}.jitm-button:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #2271b1}.jitm-button:disabled,.jitm-button[disabled]{background:#dcdcde;border-color:#dcdcde;color:#a7aaad;cursor:default}.jitm-button.is-compact{font-size:14px;height:32px;line-height:1;white-space:nowrap}.jitm-button.is-compact .gridicon{margin-top:-8px;top:4px}.jitm-button.is-compact .gridicons-plus-small{margin-right:-4px}.jitm-button.is-compact .gridicons-plus-small:last-of-type{margin-right:0}.jitm-button.is-compact .gridicons-plus-small+.gridicon{margin-right:-4px}.jitm-button.is-compact .gridicons-external-link{margin:-3px 2px -3px 0}.jitm-button.hidden{display:none}.jitm-card{background-color:#fff;background-image:url(images/background-165b2f00927a762c8cf4.png);background-position:0;background-repeat:no-repeat;border:1px solid #fff;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.16);box-sizing:border-box;clear:both;display:block;margin:3rem auto 0 1.25rem;padding:1rem 1.25rem 1rem 1rem;position:relative}.jitm-card:after{clear:both;content:".";display:block;height:0;visibility:hidden}.jitm-card.is-compact{margin-bottom:.0625rem}@media(min-width:481px){.jitm-card.is-compact{margin-bottom:1px;padding:1rem 1.5rem}}.jitm-card.is-card-link{padding-left:3rem}.my-jetpack-jitm-card .jitm-card{margin-bottom:0;margin-left:0}#screen-meta-links+.jitm-card{margin:2.5rem auto 0 1.5385em}.post-php .jitm-card{margin-left:0}.jp-lower .jitm-card{margin:0 0 1.5rem}.jitm-banner.jitm-card{display:flex;position:relative;z-index:2}.jitm-banner.jitm-card:before{border-bottom-right-radius:1px;border-top-right-radius:1px;content:"";height:100%;position:absolute;right:0;top:0;width:4px}@media(max-width:480px){.jitm-banner.jitm-card{display:flex;flex-direction:column}}.jitm-banner.jitm-card.is-card-link{padding:.75rem 1rem .75rem 3rem}.jitm-banner.jitm-card.is-dismissible{padding-left:3rem}.jitm-banner.jitm-card:before{background-color:#4ab866}.jitm-banner.jitm-card .jitm-banner__icon{color:#4ab866}.jitm-banner.jitm-card .jitm-banner__icon-circle{background-color:#4ab866}.jitm-banner.jitm-card.is-upgrade-personal:before{background-color:#f0b849}.jitm-banner.jitm-card.is-upgrade-personal .jitm-banner__icon{color:#f0b849}.jitm-banner.jitm-card.is-upgrade-personal .jitm-banner__icon-circle{background-color:#f0b849}.jitm-banner.jitm-card.is-upgrade-premium:before{background-color:#069e08}.jitm-banner.jitm-card.is-upgrade-premium .jitm-banner__icon{color:#069e08}.jitm-banner.jitm-card.is-upgrade-premium .jitm-banner__icon-circle{background-color:#069e08}.jitm-banner.jitm-card.is-upgrade-business:before,.jitm-banner.jitm-card.woo-jitm:before{background-color:#855da6}.jitm-banner.jitm-card.is-upgrade-business .jitm-banner__icon,.jitm-banner.jitm-card.woo-jitm .jitm-banner__icon{color:#855da6}.jitm-banner.jitm-card.is-upgrade-business .jitm-banner__icon-circle,.jitm-banner.jitm-card.woo-jitm .jitm-banner__icon-circle{background-color:#855da6}.jitm-banner.jitm-card .jitm-card__link-indicator{align-items:center;color:#0087be;display:flex}.jitm-banner.jitm-card:hover{transition:all .1s ease-in-out}.jitm-banner.jitm-card:hover.is-card-link{box-shadow:0 0 0 1px #a2a2a2,0 2px 4px #d5d5d5}.jitm-banner.jitm-card:hover .jitm-card__link-indicator{color:#005082}@media(min-width:481px){.jitm-banner.jitm-card{padding:1rem 1.25rem 1rem 1rem}.jitm-banner.jitm-card.is-dismissible{padding-left:1rem}}.jitm-banner__buttons_container{display:flex;gap:1rem;height:50%;margin:auto 0 auto 1rem;overflow:hidden}@media(min-width:481px){.jitm-banner__buttons_container{margin-right:1rem}}.jitm-banner__icons{display:flex}.jitm-banner__icons .jitm-banner__icon,.jitm-banner__icons .jitm-banner__icon-circle{border-radius:50%;flex-shrink:0;height:1.5rem;margin-left:1rem;margin-top:-.125rem;text-align:center;top:.25rem;width:1.5rem}.jitm-banner__icons .jitm-banner__icon{align-self:center;color:#fff;display:block}.jitm-banner__icons .jitm-banner__icon-circle{color:#fff;display:none;padding:.1875rem .1875rem .25rem .25rem}@media(min-width:481px){.jitm-banner__icons{align-items:center}.jitm-banner__icons .jitm-banner__icon{display:none}.jitm-banner__icons .jitm-banner__icon-circle{display:block}}.jitm-banner__icon-plan{display:flex;margin-left:1rem}.jitm-banner__icon-plan .dops-plan-icon{height:2rem;width:2rem}.jitm-banner__icon-plan .jp-emblem{position:relative;top:.125rem}@media(max-width:480px){.jitm-banner__icon-plan .jp-emblem{margin-bottom:1rem}}.jitm-banner__icon-plan .jp-emblem svg{fill:#069e08;height:2rem;width:2rem}.jitm-banner__icon-plan .jp-emblem .jitm-jp-logo{fill:inherit;height:inherit;width:2.5rem}@media(min-width:481px){.jitm-banner__icon-plan{align-items:center}}.jitm-banner__content{align-items:center;display:flex;flex-grow:1;flex-shrink:100000;flex-wrap:wrap}@media(max-width:480px){.jitm-banner__content{margin-left:0}}@media(min-width:481px){.jitm-banner__content{flex-wrap:nowrap}}@media(max-width:960px){.jitm-banner__content{margin-left:5px}}.jitm-banner__info{flex-grow:1;line-height:1.4}@media(min-width:481px){.jitm-banner__info{flex-basis:50%}}@media(min-width:961px){.jitm-banner__info{flex-basis:70%}}.jitm-banner__info .jitm-banner__description,.jitm-banner__info .jitm-banner__description a,.jitm-banner__info .jitm-banner__title{color:#000}.jitm-banner__info .jitm-banner__title{font-size:.9375rem;font-weight:700;line-height:136%}.jitm-banner__info .jitm-banner__description{font-size:.8125rem;line-height:150%;margin-top:.125rem}.jitm-banner__info .banner__list{font-size:12px;list-style:none;margin:10px 0}.jitm-banner__info .banner__list li{margin:6px 0}.jitm-banner__info .banner__list li .gridicon{fill:#a2a2a2;display:inline;margin-left:12px;vertical-align:bottom}.jitm-banner__action{align-self:center;font-size:.75rem;overflow:hidden;text-align:right}.jitm-banner__action .jitm-banner__prices{display:flex;justify-content:flex-start}.jitm-banner__action .jitm-banner__prices .dops-plan-price{margin-bottom:0}.jitm-banner__action .jitm-banner__prices .dops-plan-price.is-discounted,.jitm-banner__action .jitm-banner__prices .dops-plan-price.is-discounted .dops-plan-price__currency-symbol{color:#414141}.has-call-to-action .jitm-banner__action .jitm-banner__prices .dops-plan-price{margin-bottom:.5rem}@media(max-width:480px){.jitm-banner__action{margin-top:1rem}}@media(min-width:481px){.jitm-banner__action{text-align:center;width:auto}.jitm-banner__action .is-dismissible{margin-top:2.5rem}.jitm-banner__action .jitm-banner__prices{justify-content:flex-end;text-align:left}}.jitm-banner__dismiss{display:block;line-height:.5;margin-bottom:auto;margin-top:auto;text-decoration:none}.jitm-banner__dismiss:before{color:#6f6f6f;content:"";font:400 20px/1 dashicons}@media(min-width:661px){.jitm-banner__dismiss{margin-left:-.5rem}}@media(max-width:480px){.jitm-banner__dismiss{align-items:center;display:flex;height:48px;justify-content:center;left:0;margin:0;position:absolute;top:0;width:48px}}.jitm-banner__action+.jitm-banner__dismiss{margin-right:.625rem}#dolly+.jitm-card{margin:3rem auto 0 1rem} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/composer.json new file mode 100644 index 00000000..96b1342d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/composer.json @@ -0,0 +1,63 @@ +{ + "name": "automattic/jetpack-jitm", + "description": "Just in time messages for Jetpack", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": { + "automattic/jetpack-a8c-mc-stats": "^1.4.22", + "automattic/jetpack-assets": "^1.18.13", + "automattic/jetpack-connection": "^1.58.2", + "automattic/jetpack-device-detection": "^1.4.27", + "automattic/jetpack-logo": "^1.6.3", + "automattic/jetpack-partner": "^1.7.25", + "automattic/jetpack-redirect": "^1.7.27", + "automattic/jetpack-status": "^1.18.5" + }, + "require-dev": { + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.11" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "build-production": [ + "pnpm run build-production" + ], + "build-development": [ + "pnpm run build" + ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-jitm", + "textdomain": "jetpack-jitm", + "version-constants": { + "::PACKAGE_VERSION": "src/class-jitm.php" + }, + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-jitm/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "2.5.x-dev" + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php new file mode 100644 index 00000000..32ce193e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php @@ -0,0 +1,313 @@ +register(); + } + + /** + * Pre/Post Connection JITM factory metod + * + * @return Post_Connection_JITM|Pre_Connection_JITM JITM instance. + */ + public static function get_instance() { + if ( ( new Connection_Manager() )->is_connected() ) { + $jitm = new Post_Connection_JITM(); + } else { + $jitm = new Pre_Connection_JITM(); + } + return $jitm; + } + + /** + * Sets up JITM action callbacks if needed. + */ + public function register() { + if ( did_action( 'jetpack_registered_jitms' ) ) { + // JITMs have already been registered. + return; + } + + if ( ! $this->jitms_enabled() ) { + // Do nothing. + return; + } + + add_action( 'rest_api_init', array( __NAMESPACE__ . '\\Rest_Api_Endpoints', 'register_endpoints' ) ); + + add_action( 'current_screen', array( $this, 'prepare_jitms' ) ); + + /** + * These are sync actions that we need to keep track of for jitms. + */ + add_filter( 'jetpack_sync_before_send_updated_option', array( $this, 'jetpack_track_last_sync_callback' ), 99 ); + + /** + * Fires when the JITMs are registered. This action is used to ensure that + * JITMs are registered only once. + * + * @since 1.16.0 + */ + do_action( 'jetpack_registered_jitms' ); + } + + /** + * Checks the jetpack_just_in_time_msgs filters and whether the site + * is offline to determine whether JITMs are enabled. + * + * @return bool True if JITMs are enabled, else false. + */ + public function jitms_enabled() { + /** + * Filter to turn off all just in time messages + * + * @since 1.1.0 + * @since-jetpack 3.7.0 + * @since-jetpack 5.4.0 Correct docblock to reflect default arg value + * + * @param bool true Whether to show just in time messages. + */ + if ( ! apply_filters( 'jetpack_just_in_time_msgs', true ) ) { + return false; + } + + // Folks cannot connect to WordPress.com and won't really be able to act on the pre-connection messages. So bail. + if ( ( new Status() )->is_offline_mode() ) { + return false; + } + + return true; + } + + /** + * Prepare actions according to screen and post type. + * + * @since 1.1.0 + * @since-jetpack 3.8.2 + * + * @uses Jetpack_Autoupdate::get_possible_failures() + * + * @param \WP_Screen $screen WP Core's screen object. + */ + public function prepare_jitms( $screen ) { + /** + * Filter to hide JITMs on certain screens. + * + * @since 1.14.0 + * + * @param bool true Whether to show just in time messages. + * @param string $string->id The ID of the current screen. + */ + if ( apply_filters( 'jetpack_display_jitms_on_screen', true, $screen->id ) ) { + add_action( 'admin_enqueue_scripts', array( $this, 'jitm_enqueue_files' ) ); + add_action( 'admin_notices', array( $this, 'ajax_message' ) ); + add_action( 'edit_form_top', array( $this, 'ajax_message' ) ); + } + } + + /** + * Function to enqueue jitm css and js + */ + public function jitm_enqueue_files() { + if ( $this->is_gutenberg_page() ) { + return; + } + + Assets::register_script( + 'jetpack-jitm', + '../build/index.js', + __FILE__, + array( + 'in_footer' => true, + 'dependencies' => array( 'jquery' ), + ) + ); + Assets::enqueue_script( 'jetpack-jitm' ); + wp_localize_script( + 'jetpack-jitm', + 'jitm_config', + array( + 'api_root' => esc_url_raw( rest_url() ), + 'activate_module_text' => esc_html__( 'Activate', 'jetpack-jitm' ), + 'activated_module_text' => esc_html__( 'Activated', 'jetpack-jitm' ), + 'activating_module_text' => esc_html__( 'Activating', 'jetpack-jitm' ), + 'settings_module_text' => esc_html__( 'Settings', 'jetpack-jitm' ), + 'nonce' => wp_create_nonce( 'wp_rest' ), + ) + ); + } + + /** + * Is the current page a block editor page? + * + * @since 1.1.0 + * @since-jetpack 8.0.0 + */ + public function is_gutenberg_page() { + $current_screen = get_current_screen(); + return ( method_exists( $current_screen, 'is_block_editor' ) && $current_screen->is_block_editor() ); + } + + /** + * Get's the current message path for display of a JITM + * + * @return string The message path + */ + public function get_message_path() { + $screen = get_current_screen(); + + return 'wp:' . $screen->id . ':' . current_filter(); + } + + /** + * Injects the dom to show a JITM inside of wp-admin. + */ + public function ajax_message() { + if ( ! is_admin() ) { + return; + } + + // do not display on Gutenberg pages. + if ( $this->is_gutenberg_page() ) { + return; + } + + $message_path = $this->get_message_path(); + $query_string = _http_build_query( $_GET, '', ',' ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended + $current_screen = isset( $_SERVER['REQUEST_URI'] ) ? wp_unslash( $_SERVER['REQUEST_URI'] ) : ''; // phpcs:ignore WordPress.Security.ValidatedSanitizedInput -- Escaped below + ?> +
          + ' . ( ( $full_jp_logo_exists ) ? $jetpack_logo->get_jp_emblem() : $jetpack_logo->get_jp_emblem_larger() ) . ''; + break; + case 'woocommerce': + $content_icon = ''; + break; + default: + $content_icon = ''; + break; + } + return $content_icon; + } + + /** + * Returns an array containing the supported icons for JITMs. + * + * The list includes an empty string, which is used when no icon should be displayed. + * + * @return array The list of supported icons. + */ + public function get_supported_icons() { + return array( + 'jetpack', + 'woocommerce', + '', + ); + } + + /** + * Stores dismiss data into an option + * + * @param string $key Dismiss key. + */ + public function save_dismiss( $key ) { + $hide_jitm = \Jetpack_Options::get_option( 'hide_jitm' ); + if ( ! is_array( $hide_jitm ) ) { + $hide_jitm = array(); + } + + if ( ! isset( $hide_jitm[ $key ] ) || ! is_array( $hide_jitm[ $key ] ) ) { + $hide_jitm[ $key ] = array( + 'last_dismissal' => 0, + 'number' => 0, + ); + } + + $hide_jitm[ $key ] = array( + 'last_dismissal' => time(), + 'number' => $hide_jitm[ $key ]['number'] + 1, + ); + + \Jetpack_Options::update_option( 'hide_jitm', $hide_jitm ); + } + + /** + * Sets the 'jetpack_last_plugin_sync' transient when the active_plugins option is synced. + * + * @param array $params The action parameters. + * + * @return array Returns the action parameters unchanged. + */ + public function jetpack_track_last_sync_callback( $params ) { + /** + * This filter is documented in the Automattic\Jetpack\JITMS\Post_Connection_JITM class. + */ + if ( ! apply_filters( 'jetpack_just_in_time_msg_cache', true ) ) { + return $params; + } + + if ( is_array( $params ) && isset( $params[0] ) ) { + $option = $params[0]; + if ( 'active_plugins' === $option ) { + // Use the cache if we can, but not terribly important if it gets evicted. + set_transient( 'jetpack_last_plugin_sync', time(), HOUR_IN_SECONDS ); + } + } + + return $params; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php new file mode 100644 index 00000000..bd18d3ab --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php @@ -0,0 +1,417 @@ +tracking = new Tracking(); + } + + /** + * A special filter for WooCommerce, to set a message based on local state. + * + * @param string $content The current message. + * + * @return array The new message. + */ + public static function jitm_woocommerce_services_msg( $content ) { + if ( ! function_exists( 'wc_get_base_location' ) ) { + return $content; + } + + $base_location = wc_get_base_location(); + + switch ( $base_location['country'] ) { + case 'US': + $content->message = esc_html__( 'New free service: Show USPS shipping rates on your store! Added bonus: print shipping labels without leaving WooCommerce.', 'jetpack-jitm' ); + break; + case 'CA': + $content->message = esc_html__( 'New free service: Show Canada Post shipping rates on your store!', 'jetpack-jitm' ); + break; + default: + $content->message = ''; + } + + return $content; + } + + /** + * A special filter for WooCommerce Call To Action button + * + * @return string The new CTA + */ + public static function jitm_jetpack_woo_services_install() { + return wp_nonce_url( + add_query_arg( + array( + 'wc-services-action' => 'install', + ), + admin_url( 'admin.php?page=wc-settings' ) + ), + 'wc-services-install' + ); + } + + /** + * A special filter for WooCommerce Call To Action button. + * + * @return string The new CTA + */ + public static function jitm_jetpack_woo_services_activate() { + return wp_nonce_url( + add_query_arg( + array( + 'wc-services-action' => 'activate', + ), + admin_url( 'admin.php?page=wc-settings' ) + ), + 'wc-services-install' + ); + } + + /** + * A special filter used in the CTA of a JITM offering to install the Creative Mail plugin. + * + * @return string The new CTA + */ + public static function jitm_jetpack_creative_mail_install() { + return wp_nonce_url( + add_query_arg( + array( + 'creative-mail-action' => 'install', + ), + admin_url( 'edit.php?post_type=feedback' ) + ), + 'creative-mail-install' + ); + } + + /** + * A special filter used in the CTA of a JITM offering to activate the Creative Mail plugin. + * + * @return string The new CTA + */ + public static function jitm_jetpack_creative_mail_activate() { + return wp_nonce_url( + add_query_arg( + array( + 'creative-mail-action' => 'activate', + ), + admin_url( 'edit.php?post_type=feedback' ) + ), + 'creative-mail-install' + ); + } + + /** + * A special filter used in the CTA of a JITM offering to install the Jetpack Backup plugin. + * + * @return string The new CTA + */ + public static function jitm_jetpack_backup_install() { + return wp_nonce_url( + add_query_arg( + array( + 'jetpack-backup-action' => 'install', + ), + admin_url( 'admin.php?page=jetpack' ) + ), + 'jetpack-backup-install' + ); + } + + /** + * A special filter used in the CTA of a JITM offering to activate the Jetpack Backup plugin. + * + * @return string The new CTA + */ + public static function jitm_jetpack_backup_activate() { + return wp_nonce_url( + add_query_arg( + array( + 'jetpack-backup-action' => 'activate', + ), + admin_url( 'admin.php?page=jetpack' ) + ), + 'jetpack-backup-install' + ); + } + + /** + * A special filter used in the CTA of a JITM offering to install the Jetpack Boost plugin. + * + * @return string The new CTA + */ + public static function jitm_jetpack_boost_install() { + return wp_nonce_url( + add_query_arg( + array( + 'jetpack-boost-action' => 'install', + ), + admin_url( 'admin.php?page=jetpack' ) + ), + 'jetpack-boost-install' + ); + } + + /** + * A special filter used in the CTA of a JITM offering to activate the Jetpack Boost plugin. + * + * @return string The new CTA + */ + public static function jitm_jetpack_boost_activate() { + return wp_nonce_url( + add_query_arg( + array( + 'jetpack-boost-action' => 'activate', + ), + admin_url( 'admin.php?page=jetpack' ) + ), + 'jetpack-boost-install' + ); + } + + /** + * Dismisses a JITM feature class so that it will no longer be shown. + * + * @param string $id The id of the JITM that was dismissed. + * @param string $feature_class The feature class of the JITM that was dismissed. + * + * @return bool Always true. + */ + public function dismiss( $id, $feature_class ) { + $this->tracking->record_user_event( + 'jitm_dismiss_client', + array( + 'jitm_id' => $id, + 'feature_class' => $feature_class, + ) + ); + $this->save_dismiss( $feature_class ); + return true; + } + + /** + * Asks the wpcom API for the current message to display keyed on query string and message path + * + * @param string $message_path The message path to ask for. + * @param string $query The query string originally from the front end. + * @param bool $full_jp_logo_exists If there is a full Jetpack logo already on the page. + * + * @return array The JITM's to show, or an empty array if there is nothing to show + */ + public function get_messages( $message_path, $query, $full_jp_logo_exists ) { + // WooCommerce Services. + add_filter( 'jitm_woocommerce_services_msg', array( $this, 'jitm_woocommerce_services_msg' ) ); + add_filter( 'jitm_jetpack_woo_services_install', array( $this, 'jitm_jetpack_woo_services_install' ) ); + add_filter( 'jitm_jetpack_woo_services_activate', array( $this, 'jitm_jetpack_woo_services_activate' ) ); + + // Creative Mail. + add_filter( 'jitm_jetpack_creative_mail_install', array( $this, 'jitm_jetpack_creative_mail_install' ) ); + add_filter( 'jitm_jetpack_creative_mail_activate', array( $this, 'jitm_jetpack_creative_mail_activate' ) ); + + // Jetpack Backup. + add_filter( 'jitm_jetpack_backup_install', array( $this, 'jitm_jetpack_backup_install' ) ); + add_filter( 'jitm_jetpack_backup_activate', array( $this, 'jitm_jetpack_backup_activate' ) ); + + // Jetpack Boost. + add_filter( 'jitm_jetpack_boost_install', array( $this, 'jitm_jetpack_boost_install' ) ); + add_filter( 'jitm_jetpack_boost_activate', array( $this, 'jitm_jetpack_boost_activate' ) ); + + $user = wp_get_current_user(); + + // Unauthenticated or invalid requests just bail. + if ( ! $user ) { + return array(); + } + + $user_roles = implode( ',', $user->roles ); + $site_id = \Jetpack_Options::get_option( 'id' ); + + // Build our jitm request. + $path = add_query_arg( + array( + 'external_user_id' => urlencode_deep( $user->ID ), + 'user_roles' => urlencode_deep( $user_roles ), + 'query_string' => urlencode_deep( build_query( $query ) ), + 'mobile_browser' => Device_Detection::is_smartphone() ? 1 : 0, + '_locale' => get_user_locale(), + ), + sprintf( '/sites/%d/jitm/%s', $site_id, $message_path ) + ); + + // Attempt to get from cache. + $envelopes = get_transient( 'jetpack_jitm_' . substr( md5( $path ), 0, 31 ) ); + + // If something is in the cache and it was put in the cache after the last sync we care about, use it. + $use_cache = false; + + /** + * Filter to turn off jitm caching + * + * @since 1.1.0 + * @since-jetpack 5.4.0 + * + * @param bool true Whether to cache just in time messages + */ + if ( apply_filters( 'jetpack_just_in_time_msg_cache', true ) ) { + $use_cache = true; + } + + if ( $use_cache ) { + $last_sync = (int) get_transient( 'jetpack_last_plugin_sync' ); + $from_cache = $envelopes && $last_sync > 0 && $last_sync < $envelopes['last_response_time']; + } else { + $from_cache = false; + } + + // Otherwise, ask again. + if ( ! $from_cache ) { + $wpcom_response = Client::wpcom_json_api_request_as_blog( + $path, + '2', + array( + 'user_id' => $user->ID, + 'user_roles' => implode( ',', $user->roles ), + ), + null, + 'wpcom' + ); + + // silently fail...might be helpful to track it? + if ( is_wp_error( $wpcom_response ) ) { + return array(); + } + + $envelopes = json_decode( $wpcom_response['body'] ); + + if ( ! is_array( $envelopes ) ) { + return array(); + } + + $expiration = isset( $envelopes[0] ) ? $envelopes[0]->ttl : 300; + + // Do not cache if expiration is 0 or we're not using the cache. + if ( 0 !== $expiration && $use_cache ) { + $envelopes['last_response_time'] = time(); + + set_transient( 'jetpack_jitm_' . substr( md5( $path ), 0, 31 ), $envelopes, $expiration ); + } + } + + $hidden_jitms = \Jetpack_Options::get_option( 'hide_jitm' ); + unset( $envelopes['last_response_time'] ); + + /** + * Allow adding your own custom JITMs after a set of JITMs has been received. + * + * @since 1.1.0 + * @since-jetpack 6.9.0 + * @since-jetpack 8.3.0 - Added Message path. + * + * @param array $envelopes array of existing JITMs. + * @param string $message_path The message path to ask for. + */ + $envelopes = apply_filters( 'jetpack_jitm_received_envelopes', $envelopes, $message_path ); + + foreach ( $envelopes as $idx => &$envelope ) { + + $dismissed_feature = isset( $hidden_jitms[ $envelope->feature_class ] ) && is_array( $hidden_jitms[ $envelope->feature_class ] ) ? $hidden_jitms[ $envelope->feature_class ] : null; + + // If the this feature class has been dismissed and the request has not passed the ttl, skip it as it's been dismissed. + if ( is_array( $dismissed_feature ) && ( time() - $dismissed_feature['last_dismissal'] < $envelope->expires || $dismissed_feature['number'] >= $envelope->max_dismissal ) ) { + unset( $envelopes[ $idx ] ); + continue; + } + + $this->tracking->record_user_event( + 'jitm_view_client', + array( + 'jitm_id' => $envelope->id, + 'jitm_message_path' => $message_path, + ) + ); + + $url_params = array( + 'u' => $user->ID, + ); + + // Get affiliate code and add it to the array of URL parameters. + $aff = Partner::init()->get_partner_code( Partner::AFFILIATE_CODE ); + if ( '' !== $aff ) { + $url_params['aff'] = $aff; + } + + // Check if the current user has connected their WP.com account + // and if not add this information to the the array of URL parameters. + if ( ! ( new Manager() )->is_user_connected( $user->ID ) ) { + $url_params['query'] = 'unlinked=1'; + } + $envelope->url = esc_url( Redirect::get_url( "jitm-$envelope->id", $url_params ) ); + + $stats = new A8c_Mc_Stats(); + + $envelope->jitm_stats_url = $stats->build_stats_url( array( 'x_jetpack-jitm' => $envelope->id ) ); + + // phpcs:disable WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase + // $CTA is not valid per PHPCS, but it is part of the return from WordPress.com, so allowing. + if ( $envelope->CTA->hook ) { + $envelope->url = apply_filters( 'jitm_' . $envelope->CTA->hook, $envelope->url ); + unset( $envelope->CTA->hook ); + } + // phpcs:enable + + if ( isset( $envelope->content->hook ) ) { + $envelope->content = apply_filters( 'jitm_' . $envelope->content->hook, $envelope->content ); + unset( $envelope->content->hook ); + } + + // No point in showing an empty message. + if ( empty( $envelope->content->message ) ) { + unset( $envelopes[ $idx ] ); + continue; + } + + $envelope->content->icon = $this->generate_icon( $envelope->content->icon, $full_jp_logo_exists ); + $envelope->message_path = esc_attr( $message_path ); + + $stats->add( 'jitm', $envelope->id . '-viewed' ); + $stats->do_server_side_stats(); + } + + return $envelopes; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php new file mode 100644 index 00000000..6a779873 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php @@ -0,0 +1,171 @@ +validate_messages( $messages ); + + $formatted_messages = array(); + + foreach ( $messages as $message ) { + if ( ! preg_match( $message['message_path'], $message_path ) ) { + continue; + } + + $obj = new \stdClass(); + $obj->CTA = array( // phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase + 'message' => $message['button_caption'], + 'newWindow' => false, + ); + $obj->url = $message['button_link']; + $obj->id = $message['id']; + $obj->is_dismissible = true; + $obj->content = array( + 'message' => $message['message'], + 'description' => $message['description'], + 'list' => array(), + 'icon' => $this->get_message_icon( $message ), + ); + + $formatted_messages[] = $obj; + } + + return $formatted_messages; + } + + /** + * Validates that each of the messages contains all of the required keys: + * - id + * - message_path + * - message + * - description + * - button_link + * - button_caption + * + * @param array $messages An array of JITM messages. + * + * @return array An array of JITM messages that contain all of the required keys. + */ + private function validate_messages( $messages ) { + if ( ! is_array( $messages ) ) { + return array(); + } + + $expected_keys = array_flip( array( 'id', 'message_path', 'message', 'description', 'button_link', 'button_caption' ) ); + + foreach ( $messages as $index => $message ) { + if ( count( array_intersect_key( $expected_keys, $message ) ) !== count( $expected_keys ) ) { + // Remove any messages that are missing expected keys. + unset( $messages[ $index ] ); + } + } + + return $messages; + } + + /** + * Get the icon for the message. + * + * The message may contain an 'icon' key. If the value of the 'icon' key matches a supported icon (or empty string), the value is used. + * If the message does not contain an icon key or if the value does not match a supported icon, the Jetpack icon is used by default. + * + * @param array $message A pre-connection JITM. + * + * @return string The icon to use in the JITM. + */ + private function get_message_icon( $message ) { + // Default to the Jetpack icon. + $icon = 'jetpack'; + + if ( ! isset( $message['icon'] ) ) { + return $icon; + } + + $supported_icons = $this->get_supported_icons(); + + if ( in_array( $message['icon'], $supported_icons, true ) ) { + // Only use the message icon if it's a supported icon or an empty string (for no icon). + $icon = $message['icon']; + } + + return $icon; + } + + /** + * Retrieve the current message to display keyed on query string and message path + * + * @param string $message_path The message path to ask for. + * @param string $query The query string originally from the front end. Unused in this subclass. + * @param bool $full_jp_logo_exists If there is a full Jetpack logo already on the page. + * + * @return array The JITMs to show, or an empty array if there is nothing to show + */ + public function get_messages( $message_path, $query, $full_jp_logo_exists ) { + if ( ! current_user_can( 'install_plugins' ) ) { + return array(); + } + + $messages = $this->filter_messages( $message_path ); + + if ( empty( $messages ) ) { + return array(); + } + + $hidden_jitms = \Jetpack_Options::get_option( 'hide_jitm' ); + + foreach ( $messages as $idx => &$envelope ) { + $dismissed_feature = isset( $hidden_jitms[ 'pre-connection-' . $envelope->id ] ) && + is_array( $hidden_jitms[ 'pre-connection-' . $envelope->id ] ) ? $hidden_jitms[ 'pre-connection-' . $envelope->id ] : null; + + if ( is_array( $dismissed_feature ) ) { + unset( $messages[ $idx ] ); + continue; + } + + $envelope->content['icon'] = $this->generate_icon( $envelope->content['icon'], $full_jp_logo_exists ); + } + + return $messages; + } + + /** + * Dismisses a JITM ID so that it will no longer be shown. + * + * @param string $id The id of the JITM that was dismissed. + * + * @return bool Always true + */ + public function dismiss( $id ) { + $this->save_dismiss( 'pre-connection-' . $id ); + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php new file mode 100644 index 00000000..e7d97dc8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php @@ -0,0 +1,96 @@ + WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_jitm_message', + 'permission_callback' => '__return_true', + ) + ); + + register_rest_route( + 'jetpack/v4', + '/jitm', + array( + 'methods' => WP_REST_Server::CREATABLE, + 'callback' => __CLASS__ . '::delete_jitm_message', + 'permission_callback' => __CLASS__ . '::delete_jitm_message_permission_callback', + ) + ); + } + + /** + * Asks for a jitm, unless they've been disabled, in which case it returns an empty array + * + * @param WP_REST_Request $request The request object. + * + * @return array An array of jitms + */ + public static function get_jitm_message( $request ) { + $jitm = JITM::get_instance(); + + if ( ! $jitm->jitms_enabled() ) { + return array(); + } + + // add the search term to the query params if it exists + $query = $request['query']; + if ( ! empty( $request['s'] ) ) { + $query['s'] = $request['s']; + } + + return $jitm->get_messages( $request['message_path'], urldecode_deep( $query ), 'true' === $request['full_jp_logo_exists'] ? true : false ); + } + + /** + * Dismisses a jitm. + * + * @param WP_REST_Request $request The request object. + * + * @return bool Always True + */ + public static function delete_jitm_message( $request ) { + $jitm = JITM::get_instance(); + + if ( ! $jitm->jitms_enabled() ) { + return true; + } + + return $jitm->dismiss( $request['id'], $request['feature_class'] ); + } + + /** + * Verify that the user can dismiss JITM messages. + * + * @return bool|WP_Error True if user is able to dismiss JITM messages. + */ + public static function delete_jitm_message_permission_callback() { + if ( current_user_can( 'read' ) ) { + return true; + } + + return new \WP_Error( 'invalid_user_permission_jetpack_delete_jitm_message', REST_Connector::get_user_permissions_error_msg(), array( 'status' => rest_authorization_required_code() ) ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/css/jetpack-admin-jitm.scss b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/css/jetpack-admin-jitm.scss new file mode 100644 index 00000000..f36beefe --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/css/jetpack-admin-jitm.scss @@ -0,0 +1,501 @@ +// Just in Time Messaging - message prompts + +// TODO: Switch to using the `@automattic/jetpack-base-styles` package when its ready. +@import '../../plugins/jetpack/_inc/client/scss/functions/rem'; +@import '../../plugins/jetpack/_inc/client/scss/variables/colors'; +@import '../../plugins/jetpack/_inc/client/scss/mixins/breakpoints'; +@import '../../plugins/jetpack/_inc/client/scss/calypso-colors'; + +@mixin clear-fix { + &::after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; + } +} + +@mixin jitm-banner-color( $color ) { + &::before { + background-color: $color; + } + + .jitm-banner__icon { + color: $color; + } + + .jitm-banner__icon-circle { + background-color: $color; + } +} + +// New JITMS - modified calypso banner styles +$blue-medium-dark: #2271b1; +$jp-gray: #dcdcde; +$jp-gray-0: #f6f7f7; +$jp-gray-20: #a7aaad; + +.jitm-button { + border-style: solid; + border-width: 1px; + cursor: pointer; + display: inline-block; + margin: 0; + outline: 0; + overflow: hidden; + text-overflow: ellipsis; + text-decoration: none; + vertical-align: top; + box-sizing: border-box; + font-size: 14px; + border-radius: 4px; + padding: 7px 14px 9px; + -webkit-appearance: none; + appearance: none; + text-align: center; + min-width: 90px; + font-weight: 600; + border-color: black; + background: $white; + color: black; + width: 100%; + + // Primary buttons + &.is-primary { + background: black; + color: $white; + .gridicons-external-link { + fill: $white; + } + } + + // Secondary buttons + &.is-secondary { + .gridicons-external-link { + fill: black; + } + &:hover{ + color: black; + background: $jp-gray-0; + .gridicons-external-link { + fill: black; + } + } + } + + &:hover, + &:focus { + border-color: $gray-dark; + background: $gray-dark; + color: $white; + } + &:focus { + box-shadow: + 0 0 0 1px $white, + 0 0 0 3px $blue-medium-dark; + } + + &[disabled], + &:disabled { + color: $jp-gray-20; + background: $jp-gray; + border-color: $jp-gray; + cursor: default; + } + &.is-compact { + height: 32px; + font-size: 14px; + line-height: 1; + white-space: nowrap; + + .gridicon { + top: 4px; + margin-top: -8px; + } + // Make the left margin of the small plus icon visually less huge + .gridicons-plus-small { + margin-left: -4px; + } + // Reset the left margin if the button contains only the plus icon + .gridicons-plus-small:last-of-type { + margin-left: 0; + } + // Make plus icon nudged closer to adjacent icons for add-people and add-plugin type buttons + .gridicons-plus-small + .gridicon { + margin-left: -4px; + } + + // Properly align icon with the button text + .gridicons-external-link { + margin: -3px 0 -3px 2px; + } + } + &.hidden { + display: none; + } +} + +.jitm-card { + display: block; + clear: both; + position: relative; + margin: rem( 48px ) rem( 20px ) 0 auto; + padding: rem( 16px ); + padding-left: rem( 20px ); + box-sizing: border-box; + background-color: $white; + background-image: url( "../images/background.png" ); + background-repeat: no-repeat; + background-position: right center; + border: 1px solid $white; + border-radius: 2px; + box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16); + + @include clear-fix; + + // Compact Card + &.is-compact { + margin-bottom: rem( 1px ); + + @include breakpoint( ">480px" ) { + margin-bottom: 1px; + padding: rem( 16px ) rem( 24px ); + } + } + + &.is-card-link { + padding-right: rem( 48px ); + } +} + +// Minor adjustments for the display in My Jetpack. +.my-jetpack-jitm-card { + .jitm-card { + margin-right: 0; + margin-bottom: 0; + } +} + +// if JITM appears directly below WordPress "help" menu adjust margins +#screen-meta-links+.jitm-card { + margin: rem( 40px ) 1.5385em 0 auto; +} + +// if JITM appears directly below WordPress hello dolly adjust margins +#dolly+.jitm-card { + margin: 3rem 1rem 0 auto; +} + +// remove right margin for jitms in the editor +.post-php .jitm-card { + margin-right: 0; +} + + // if JITM appears inside of the jetpack dashboard adjust margins + .jp-lower .jitm-card { + margin: 0 0 rem( 24px ); + } + +.jitm-banner.jitm-card { + display: flex; + position: relative; + z-index: 2; + + &::before { + content: ''; + width: 4px; + position: absolute; + top: 0; + left: 0; + height: 100%; + border-top-left-radius: 1px; + border-bottom-left-radius: 1px; + } + + @include breakpoint( "<480px" ) { + display: flex; + flex-direction: column; + } + + &.is-card-link { + padding: rem( 12px ) rem( 48px ) rem( 12px ) rem( 16px ); + } + &.is-dismissible { + padding-right: rem( 48px ); + } + + @include jitm-banner-color( $alert-green ); + + &.is-upgrade-personal { + @include jitm-banner-color( $alert-yellow ); + } + &.is-upgrade-premium { + @include jitm-banner-color( #069e08 ); + } + &.is-upgrade-business, + &.woo-jitm { + @include jitm-banner-color( $alert-purple ); + } + + .jitm-card__link-indicator { + align-items: center; + color: $blue-wordpress; + display: flex; + } + + &:hover { + transition: all 100ms ease-in-out; + &.is-card-link { + box-shadow: 0 0 0 1px $gray, 0 2px 4px lighten( $gray, 20% ); + } + .jitm-card__link-indicator { + color: $blue-dark; + } + } + + @include breakpoint( ">480px" ) { + padding: rem( 16px ); + padding-left: rem( 20px ); + + &.is-dismissible { + padding-right: rem( 16px ); + } + } +} + +.jitm-banner__buttons_container { + display: flex; + height: 50%; + margin: auto rem( 16px ) auto 0; + gap: rem( 16px ); + overflow: hidden; + + @include breakpoint( ">480px" ) { + margin-left: rem( 16px ); + } +} + +.jitm-banner__icons { + display: flex; + + .jitm-banner__icon, + .jitm-banner__icon-circle { + border-radius: 50%; + flex-shrink: 0; + height: rem( 24px ); + width: rem( 24px ); + margin-right: rem( 16px ); + margin-top: rem( -2px ); + text-align: center; + top: rem( 4px ); + } + + .jitm-banner__icon { + align-self: center; + color: $white; + display: block; + } + + .jitm-banner__icon-circle { + color: white; + display: none; + padding: rem( 3px ) rem( 4px ) rem( 4px ) rem( 3px ); + } + + @include breakpoint( ">480px" ) { + align-items: center; + + .jitm-banner__icon { + display: none; + } + .jitm-banner__icon-circle { + display: block; + } + } +} + +.jitm-banner__icon-plan { + display: flex; + margin-right: rem( 16px ); + + .dops-plan-icon { + height: rem( 32px ); + width: rem( 32px ); + } + + .jp-emblem { + position: relative; + top: rem( 2px ); + + @include breakpoint( "<480px" ) { + margin-bottom: rem( 16px ); + } + + svg { + height: rem( 32px ); + width: rem( 32px ); + fill: $green-primary; + } + + .jitm-jp-logo { + height: inherit; + width: rem( 40px ); + fill: inherit; + } + } + + @include breakpoint( ">480px" ) { + align-items: center; + } +} + +.jitm-banner__content { + align-items: center; + display: flex; + flex-grow: 1; + flex-wrap: wrap; + flex-shrink: 100000; + + @include breakpoint( "<480px" ) { + margin-right: 0; + } + + @include breakpoint( ">480px" ) { + flex-wrap: nowrap; + } + + @include breakpoint( "<960px" ) { + margin-right: 5px; + } +} + +.jitm-banner__info { + flex-grow: 1; + line-height: 1.4; + + @include breakpoint( ">480px" ) { + flex-basis: 50%; + } + + @include breakpoint( ">960px" ) { + flex-basis: 70%; + } + + .jitm-banner__title, + .jitm-banner__description, + .jitm-banner__description a { + color: black; + } + + .jitm-banner__title { + font-size: rem( 15px ); + font-weight: 700; + line-height: 136%; + } + + .jitm-banner__description { + font-size: rem( 13px ); + line-height: 150%; + margin-top: rem( 2px ); + } + + .banner__list { + font-size: 12px; + list-style: none; + margin: 10px 0; + li { + margin: 6px 0; + .gridicon { + fill: $gray; + display: inline; + margin-right: 12px; + vertical-align: bottom; + } + } + } +} + +.jitm-banner__action { + align-self: center; + font-size: rem( 12px ); + text-align: left; + overflow: hidden; + + .jitm-banner__prices { + display: flex; + justify-content: flex-start; + + .dops-plan-price { + margin-bottom: 0; + } + + .dops-plan-price.is-discounted, + .dops-plan-price.is-discounted .dops-plan-price__currency-symbol { + color: $gray-dark; + } + + .has-call-to-action & .dops-plan-price { + margin-bottom: rem( 8px ); + } + } + + @include breakpoint( "<480px" ) { + margin-top: 1rem; + } + + @include breakpoint( ">480px" ) { + text-align: center; + width: auto; + + .is-dismissible { + margin-top: rem( 40px ); + } + + .jitm-banner__prices { + justify-content: flex-end; + text-align: right; + } + } +} + +.jitm-banner__dismiss { + display: block; + text-decoration: none; + line-height: .5; + margin-top: auto; + margin-bottom: auto; + + &::before { + color: darken($gray, 20%); + font: 400 20px/1 dashicons; + content: '\f335'; + } + + @include breakpoint( ">660px" ) { + margin-right: rem( -8px ); + } + + @include breakpoint( "<480px" ) { + position: absolute; + top: 0; + right: 0; + + display: flex; + justify-content: center; + align-items: center; + margin: 0; + + // Minimum touch area + width: 48px; + height: 48px; + } +} + +.jitm-banner__action + .jitm-banner__dismiss { + margin-left: rem( 10px ); +} + +#dolly + .jitm-card { + margin: 3rem 1rem 0 auto; +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/images/background.png b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/images/background.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d50e1b7c0254504bb4125870b64766d3cdbb10 GIT binary patch literal 24109 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 +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/composer.json new file mode 100644 index 00000000..6250b73b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/composer.json @@ -0,0 +1,50 @@ +{ + "name": "automattic/jetpack-licensing", + "description": "Everything needed to manage Jetpack licenses client-side.", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": { + "automattic/jetpack-connection": "^1.57.5" + }, + "require-dev": { + "automattic/wordbless": "@dev", + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.9" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "test-php": [ + "@composer phpunit" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-licensing", + "textdomain": "jetpack-licensing", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-licensing/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.8.x-dev" + } + }, + "config": { + "allow-plugins": { + "roots/wordpress-core-installer": true + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php new file mode 100644 index 00000000..39e40d23 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php @@ -0,0 +1,447 @@ + \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_licensing_error', + 'permission_callback' => __CLASS__ . '::can_manage_options_check', + ), + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::update_licensing_error', + 'permission_callback' => __CLASS__ . '::can_manage_options_check', + 'args' => array( + 'error' => array( + 'required' => true, + 'type' => 'string', + 'validate_callback' => __CLASS__ . '::validate_string', + 'sanitize_callback' => 'sanitize_text_field', + ), + ), + ), + ) + ); + + /** + * Sets a license. This is still used as part of the first pass at licensing done for partners. + * + * See https://github.com/Automattic/jetpack/pull/23687 for more details. + */ + register_rest_route( + 'jetpack/v4', + '/licensing/set-license', + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::set_jetpack_license', + 'permission_callback' => __CLASS__ . '::set_jetpack_license_key_permission_check', + 'args' => array( + 'license' => array( + 'required' => true, + 'type' => 'string', + 'validate_callback' => __CLASS__ . '::validate_string', + 'sanitize_callback' => 'sanitize_text_field', + ), + ), + ) + ); + + /** + * Get Jetpack user licenses. + */ + register_rest_route( + 'jetpack/v4', + 'licensing/user/licenses', + array( + 'methods' => \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_user_licenses', + 'permission_callback' => __CLASS__ . '::user_licensing_permission_check', + ) + ); + + /** + * Get Jetpack user license counts. + */ + register_rest_route( + 'jetpack/v4', + 'licensing/user/counts', + array( + 'methods' => \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_user_license_counts', + 'permission_callback' => __CLASS__ . '::user_licensing_permission_check', + ) + ); + + /** + * Update user-licensing activation notice dismiss info. + */ + register_rest_route( + 'jetpack/v4', + 'licensing/user/activation-notice-dismiss', + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::update_licensing_activation_notice_dismiss', + 'permission_callback' => __CLASS__ . '::user_licensing_permission_check', + 'args' => array( + 'last_detached_count' => array( + 'required' => true, + 'type' => 'integer', + 'validate_callback' => __CLASS__ . '::validate_non_neg_int', + ), + ), + ) + ); + + /** + * Attach licenses to user account + */ + register_rest_route( + 'jetpack/v4', + '/licensing/attach-licenses', + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::attach_jetpack_licenses', + 'permission_callback' => __CLASS__ . '::user_licensing_permission_check', + 'args' => array( + 'licenses' => array( + 'required' => true, + 'type' => 'array', + 'items' => array( + 'type' => 'string', + ), + ), + ), + ) + ); + } + + /** + * Verify that the user can set a Jetpack license key + * + * @since 1.7.0 + * + * @since-jetpack 9.5.0 + * + * @return bool|WP_Error True if user is able to set a Jetpack license key + */ + public static function set_jetpack_license_key_permission_check() { + if ( Licensing::instance()->is_licensing_input_enabled() ) { + return true; + } + + return new WP_Error( 'invalid_user_permission_set_jetpack_license_key', self::$user_permissions_error_msg, array( 'status' => rest_authorization_required_code() ) ); + } + + /** + * Verify that user can view and update user-licensing data. + * + * @since 1.7.0 + * + * @return bool Whether the user is currently connected and they are the connection owner. + */ + public static function user_licensing_permission_check() { + $connection_manager = new Connection_Manager( 'jetpack' ); + + if ( $connection_manager->is_user_connected() && $connection_manager->is_connection_owner() ) { + return true; + } + + return new WP_Error( 'invalid_permission_manage_user_licenses', self::$user_permissions_error_msg, array( 'status' => rest_authorization_required_code() ) ); + } + + /** + * Verify that user can manage_options + * + * @since 1.7.0 + * + * @return bool Whether user has the capability 'manage_options'. + */ + public static function can_manage_options_check() { + if ( current_user_can( 'manage_options' ) ) { + return true; + } + + return new WP_Error( 'invalid_user_permission_view_admin', self::$user_permissions_error_msg, array( 'status' => rest_authorization_required_code() ) ); + } + + /** + * Validates that the parameter is a string. + * + * @since 1.7.0 + * + * @since-jetpack 4.3.0 + * + * @param string $value Value to check. + * @param WP_REST_Request $request The request sent to the WP REST API. + * @param string $param Name of the parameter passed to endpoint holding $value. + * + * @return bool|WP_Error + */ + public static function validate_string( $value, $request, $param ) { + if ( ! is_string( $value ) ) { + /* translators: %s: The literal parameter name. Should not be translated. */ + return new WP_Error( 'invalid_param', sprintf( esc_html__( '%s must be a string.', 'jetpack-licensing' ), $param ) ); + } + return true; + } + + /** + * Validates that the parameter is a non-negative integer (includes 0). + * + * @since 1.7.0 + * + * @since-jetpack 10.4.0 + * + * @param int $value Value to check. + * @param WP_REST_Request $request The request sent to the WP REST API. + * @param string $param Name of the parameter passed to endpoint holding $value. + * + * @return bool|WP_Error + */ + public static function validate_non_neg_int( $value, $request, $param ) { + if ( ! is_numeric( $value ) || $value < 0 ) { + return new WP_Error( + 'invalid_param', + /* translators: %s: The literal parameter name. Should not be translated. */ + sprintf( esc_html__( '%s must be a non-negative integer.', 'jetpack-licensing' ), $param ) + ); + } + return true; + } + + /** + * Update the last licensing error message. + * + * @since 1.7.0 + * + * @since-jetpack 9.0.0 + * + * @param WP_REST_Request $request The request. + * + * @return bool true. + */ + public static function update_licensing_error( $request ) { + Licensing::instance()->log_error( $request['error'] ); + + return true; + } + + /** + * Get the last licensing error message, if any. + * + * @since 1.7.0 + * + * @since-jetpack 9.0.0 + * + * @return string Licensing error message or empty string. + */ + public static function get_licensing_error() { + return Licensing::instance()->last_error(); + } + + /** + * Set a Jetpack license + * + * @since 1.7.0 + * + * @since-jetpack 9.6.0 + * + * @param WP_REST_Request $request The request. + * + * @return WP_REST_Response|WP_Error A response object if the option was successfully updated, or a WP_Error if it failed. + */ + public static function set_jetpack_license( $request ) { + $license = trim( sanitize_text_field( $request['license'] ) ); + + if ( Licensing::instance()->append_license( $license ) ) { + return rest_ensure_response( array( 'code' => 'success' ) ); + } + + return new WP_Error( + 'setting_license_key_failed', + esc_html__( 'Could not set this license key. Please try again.', 'jetpack-licensing' ), + array( 'status' => 500 ) + ); + } + + /** + * Gets the users licenses. + * + * @since 1.7.0 + * + * @since-jetpack 10.4.0 + * + * @return string|WP_Error A JSON object of user licenses if the request was successful, or a WP_Error otherwise. + */ + public static function get_user_licenses() { + $wpcom_request = Client::wpcom_json_api_request_as_user( + '/jetpack-licensing/user/licenses', + '2', + array( + 'method' => 'GET', + 'headers' => array( + 'Content-Type' => 'application/json', + 'X-Forwarded-For' => ( new Visitor() )->get_ip( true ), + ), + ) + ); + + $response_code = wp_remote_retrieve_response_code( $wpcom_request ); + if ( 200 === $response_code ) { + $licenses = json_decode( wp_remote_retrieve_body( $wpcom_request ) ); + return $licenses; + } else { + return new WP_Error( + 'failed_to_fetch_data', + esc_html__( 'Unable to fetch the requested data.', 'jetpack-licensing' ), + array( 'status' => $response_code ) + ); + } + } + + /** + * Gets the users licenses counts. + * + * @since 1.7.0 + * + * @since-jetpack 10.4.0 + * + * @return string|WP_Error A JSON object of user license counts if the request was successful, or a WP_Error otherwise. + */ + public static function get_user_license_counts() { + $wpcom_request = Client::wpcom_json_api_request_as_user( + '/jetpack-licensing/user/licenses/counts', + '2', + array( + 'method' => 'GET', + 'headers' => array( + 'Content-Type' => 'application/json', + 'X-Forwarded-For' => ( new Visitor() )->get_ip( true ), + ), + ) + ); + + $response_code = wp_remote_retrieve_response_code( $wpcom_request ); + if ( 200 === $response_code ) { + $license_counts = json_decode( wp_remote_retrieve_body( $wpcom_request ) ); + return $license_counts; + } else { + return new WP_Error( + 'failed_to_fetch_data', + esc_html__( 'Unable to fetch the requested data.', 'jetpack-licensing' ), + array( 'status' => $response_code ) + ); + } + } + + /** + * Update the user-licenses activation notice dismissal data. + * + * @since 1.7.0 + * + * @since-jetpack 10.4.0 + * + * @param WP_REST_Request $request The request sent to the WP REST API. + * + * @return array|WP_Error + */ + public static function update_licensing_activation_notice_dismiss( $request ) { + + if ( ! isset( $request['last_detached_count'] ) ) { + return new WP_Error( 'invalid_param', esc_html__( 'Missing parameter "last_detached_count".', 'jetpack-licensing' ), array( 'status' => 404 ) ); + } + + $default = array( + 'last_detached_count' => null, + 'last_dismissed_time' => null, + ); + $last_detached_count = ( '' === $request['last_detached_count'] ) + ? $default['last_detached_count'] + : $request['last_detached_count']; + $last_dismissed_time = ( '' === $request['last_detached_count'] ) + ? $default['last_dismissed_time'] + // Use UTC timezone and convert to ISO8601 format(DateTime::W3C) for best compatibility with JavaScript Date in all browsers. + : ( new \DateTime( 'NOW', new \DateTimeZone( 'UTC' ) ) )->format( \DateTime::W3C ); + + $notice_data = array( + 'last_detached_count' => $last_detached_count, + 'last_dismissed_time' => $last_dismissed_time, + ); + + Jetpack_Options::update_option( 'licensing_activation_notice_dismiss', $notice_data, true ); + return rest_ensure_response( $notice_data ); + } + + /** + * Attach Jetpack licenses + * + * @since 1.7.0 + * + * @since-jetpack 10.4.0 + * + * @param WP_REST_Request $request The request. + * + * @return WP_REST_Response|WP_Error A response object + */ + public static function attach_jetpack_licenses( $request ) { + $licenses = array_map( + function ( $license ) { + return trim( sanitize_text_field( $license ) ); + }, + $request['licenses'] + ); + return rest_ensure_response( Licensing::instance()->attach_licenses( $licenses ) ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php new file mode 100644 index 00000000..13982d71 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php @@ -0,0 +1,359 @@ +register_endpoints(); + } + + /** + * Get Jetpack connection manager instance. + * + * @return Connection_Manager + */ + protected function connection() { + static $connection; + + if ( null === $connection ) { + $connection = new Connection_Manager(); + } + + return $connection; + } + + /** + * Get the last license attach request error that has occurred, if any. + * + * @return string Human-readable error message or an empty string. + */ + public function last_error() { + return Jetpack_Options::get_option( 'licensing_error', '' ); + } + + /** + * Log an error to be surfaced to the user at a later time. + * + * @param string $error Human-readable error message. + * @return void + */ + public function log_error( $error ) { + $substr = function_exists( 'mb_substr' ) ? 'mb_substr' : 'substr'; + Jetpack_Options::update_option( 'licensing_error', $substr( $error, 0, 1024 ) ); + } + + /** + * Get all stored licenses. + * + * @return string[] License keys. + */ + public function stored_licenses() { + $licenses = (array) get_option( self::LICENSES_OPTION_NAME, array() ); + $licenses = array_filter( $licenses, 'is_scalar' ); + $licenses = array_map( 'strval', $licenses ); + $licenses = array_filter( $licenses ); + + return $licenses; + } + + /** + * Append a license + * + * @param string $license A jetpack license key. + * @return bool True if the option was updated with the new license, false otherwise. + */ + public function append_license( $license ) { + $licenses = $this->stored_licenses(); + + array_push( $licenses, $license ); + + return update_option( self::LICENSES_OPTION_NAME, $licenses ); + } + + /** + * Make an authenticated WP.com XMLRPC multicall request to attach the provided license keys. + * + * @param string[] $licenses License keys to attach. + * @return Jetpack_IXR_ClientMulticall + */ + protected function attach_licenses_request( array $licenses ) { + $xml = new Jetpack_IXR_ClientMulticall( array( 'timeout' => 30 ) ); + + foreach ( $licenses as $license ) { + $xml->addCall( 'jetpack.attachLicense', $license ); + } + + $xml->query(); + + return $xml; + } + + /** + * Attach the given licenses. + * + * @param string[] $licenses Licenses to attach. + * @return array|WP_Error Results for each license (which may include WP_Error instances) or a WP_Error instance. + */ + public function attach_licenses( array $licenses ) { + if ( ! $this->connection()->has_connected_owner() ) { + return new WP_Error( 'not_connected', __( 'Jetpack doesn\'t have a connected owner.', 'jetpack-licensing' ) ); + } + + if ( empty( $licenses ) ) { + return array(); + } + + $xml = $this->attach_licenses_request( $licenses ); + + if ( $xml->isError() ) { + $error = new WP_Error( 'request_failed', __( 'License attach request failed.', 'jetpack-licensing' ) ); + $error->add( $xml->getErrorCode(), $xml->getErrorMessage() ); + return $error; + } + + $results = array_map( + function ( $response ) { + if ( isset( $response['faultCode'] ) || isset( $response['faultString'] ) ) { + return new WP_Error( $response['faultCode'], $response['faultString'] ); + } + + return $response; + }, + (array) $xml->getResponse() + ); + + return $results; + } + + /** + * Attach all stored licenses. + * + * @return array|WP_Error Results for each license (which may include WP_Error instances) or a WP_Error instance. + */ + public function attach_stored_licenses() { + $licenses = $this->stored_licenses(); + $results = $this->attach_licenses( $licenses ); + + if ( is_wp_error( $results ) ) { + if ( 'request_failed' === $results->get_error_code() ) { + $this->log_error( + __( 'Failed to attach your Jetpack license(s). Please try reconnecting Jetpack.', 'jetpack-licensing' ) + ); + } + + return $results; + } + + $failed = array(); + + foreach ( $results as $index => $result ) { + if ( isset( $licenses[ $index ] ) && is_wp_error( $result ) ) { + $failed[] = $licenses[ $index ]; + } + } + + if ( ! empty( $failed ) ) { + $this->log_error( + sprintf( + /* translators: %s is a comma-separated list of license keys. */ + __( 'The following Jetpack licenses are invalid, already in use, or revoked: %s', 'jetpack-licensing' ), + implode( ', ', $failed ) + ) + ); + } + + return $results; + } + + /** + * Attach all stored licenses during connection flow for the connection owner. + * + * @return void + */ + public function attach_stored_licenses_on_connection() { + if ( $this->connection()->is_connection_owner() ) { + $this->attach_stored_licenses(); + } + } + + /** + * Is the current user allowed to use the Licensing Input UI? + * + * @since 1.4.0 + * @return bool + */ + public static function is_licensing_input_enabled() { + /** + * Filter that checks if the user is allowed to see the Licensing UI. `true` enables it. + * + * @since 1.4.0 + * + * @param bool False by default. + */ + return apply_filters( 'jetpack_licensing_ui_enabled', false ) && current_user_can( 'jetpack_connect_user' ); + } + + /** + * Gets the user-licensing activation notice dismissal info. + * + * @since 10.4.0 + * @return array + */ + public function get_license_activation_notice_dismiss() { + + $default = array( + 'last_detached_count' => null, + 'last_dismissed_time' => null, + ); + + if ( $this->connection()->is_user_connected() && $this->connection()->is_connection_owner() ) { + return Jetpack_Options::get_option( 'licensing_activation_notice_dismiss', $default ); + } + + return $default; + } + + /** + * Load current user's licenses. + * + * @param bool $unattached_only Only return unattached licenses. + * + * @return array + */ + public function get_user_licenses( $unattached_only = false ) { + $licenses = Endpoints::get_user_licenses(); + + if ( empty( $licenses->items ) ) { + return array(); + } + + $items = $licenses->items; + + if ( $unattached_only ) { + $items = array_filter( + $items, + static function ( $item ) { + return $item->attached_at === null; + } + ); + } + + return $items; + } + + /** + * If the destination URL is checkout page, + * see if there are unattached licenses they could use instead of getting a new one. + * If found, redirect the user to license activation. + * + * @param string $dest_url User's destination URL. + * + * @return void + */ + public function handle_user_connected_redirect( $dest_url ) { + if ( ! preg_match( '#^https://[^/]+/checkout/#i', $dest_url ) ) { + return; + } + + $licenses = $this->get_user_licenses( true ); + $plugin_slug = null; + + $query_string = wp_parse_url( $dest_url, PHP_URL_QUERY ); + if ( $query_string ) { + parse_str( $query_string, $query_args ); + + if ( $query_args['redirect_to'] + && preg_match( '/^admin\.php\?page=(jetpack-\w+)/i', $query_args['redirect_to'], $matches ) + ) { + $plugin_slug = $matches[1]; + } + } + + /** + * Check for the user's unattached licenses. + * + * @since 3.8.2 + * + * @param bool $has_license Whether a license was already found. + * @param array $licenses Unattached licenses belonging to the user. + * @param string $plugin_slug Slug of the plugin that initiated the flow. + */ + if ( $plugin_slug && count( $licenses ) + && apply_filters( 'jetpack_connection_user_has_license', false, $licenses, $plugin_slug ) + ) { + wp_safe_redirect( '/wp-admin/admin.php?page=my-jetpack#/add-license' ); + exit; + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md new file mode 100644 index 00000000..fc3bc039 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md @@ -0,0 +1,197 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.6.3] - 2023-09-19 +- Minor internal updates. + +## [1.6.2] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [1.6.1] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [1.6.0] - 2023-04-04 +### Added +- Add new method to get a base64 encoded SVG of the Jetpack logo. [#29418] + +## [1.5.22] - 2023-02-20 +### Changed +- Minor internal updates. + +## [1.5.21] - 2023-01-30 +### Changed +- Updated styles for Just in Time Messages (notices) [#27515] + +## [1.5.20] - 2022-12-02 +### Changed +- Updated package dependencies. [#27688] + +## [1.5.19] - 2022-11-22 +### Changed +- Updated package dependencies. [#27043] + +## [1.5.18] - 2022-11-07 +### Changed +- Updated package dependencies. + +## [1.5.17] - 2022-07-26 +### Changed +- Updated package dependencies. [#25158] + +## [1.5.16] - 2022-06-21 +### Changed +- Renaming master to trunk. [#24661] + +## [1.5.15] - 2022-04-26 +### Changed +- Updated package dependencies. + +## [1.5.14] - 2022-01-25 +### Changed +- Updated package dependencies. + +## [1.5.13] - 2022-01-04 +### Changed +- Switch to pcov for code coverage. +- Updated package dependencies + +## [1.5.12] - 2021-12-14 +### Changed +- Updated package dependencies. + +## [1.5.11] - 2021-11-30 +### Changed +- Colors: update Jetpack Primary color to match latest brand book. + +## [1.5.10] - 2021-11-02 +### Changed +- Set `convertDeprecationsToExceptions` true in PHPUnit config. +- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. + +## [1.5.9] - 2021-10-13 +### Changed +- Updated package dependencies. + +## [1.5.8] - 2021-10-07 +### Changed +- Updated package dependencies + +## [1.5.7] - 2021-09-28 +### Changed +- Updated package dependencies. + +## [1.5.6] - 2021-08-30 +### Changed +- Run composer update on test-php command instead of phpunit +- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). +- update annotations versions + +## [1.5.5] - 2021-05-25 +### Changed +- Updated package dependencies. + +## [1.5.4] - 2021-04-27 +### Changed +- Updated package dependencies. + +## [1.5.3] - 2021-03-30 +### Added +- Composer alias for dev-master, to improve dependencies + +### Changed +- Update package dependencies. + +### Fixed +- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. + +## [1.5.2] - 2021-02-05 + +- CI: Make tests more generic + +## [1.5.1] - 2021-01-19 + +- Add mirror-repo information to all current composer packages +- Monorepo: Reorganize all projects + +## [1.5.0] - 2020-12-07 + +- Pin dependencies +- Packages: Update for PHP 8 testing + +## [1.4.0] - 2020-08-13 + +- CI: Try collect js coverage + +## [1.3.0] - 2020-06-22 + +- PHPCS: Clean up the packages +- PHPCS Updates after WPCS 2.3 + +## [1.2.0] - 2020-03-27 + +- Use dynamic Jetpack logos on JITMs + +## [1.1.4] - 2019-11-08 + +- Packages: Use classmap instead of PSR-4 + +## [1.1.2] - 2019-10-28 + +- Packages: Add gitattributes files to all packages that need th… + +## [1.1.1] - 2019-09-20 + +- Docs: Unify usage of @package phpdoc tags + +## [1.1.0] - 2019-06-11 + +- Feature/jetpack packages pt 1. (May 31 - June 6) +- Update/package logo add gray +- Packages: Move JITM tests to package and fix deps +- Update Jetpack to use new JITM package +- Packages: Make logo package tests independent + +## 1.0.0 - 2019-05-29 + +- Packages: Add a basic Jetpack Logo package + +[1.6.3]: https://github.com/Automattic/jetpack-logo/compare/v1.6.2...v1.6.3 +[1.6.2]: https://github.com/Automattic/jetpack-logo/compare/v1.6.1...v1.6.2 +[1.6.1]: https://github.com/Automattic/jetpack-logo/compare/v1.6.0...v1.6.1 +[1.6.0]: https://github.com/Automattic/jetpack-logo/compare/v1.5.22...v1.6.0 +[1.5.22]: https://github.com/Automattic/jetpack-logo/compare/v1.5.21...v1.5.22 +[1.5.21]: https://github.com/Automattic/jetpack-logo/compare/v1.5.20...v1.5.21 +[1.5.20]: https://github.com/Automattic/jetpack-logo/compare/v1.5.19...v1.5.20 +[1.5.19]: https://github.com/Automattic/jetpack-logo/compare/v1.5.18...v1.5.19 +[1.5.18]: https://github.com/Automattic/jetpack-logo/compare/v1.5.17...v1.5.18 +[1.5.17]: https://github.com/Automattic/jetpack-logo/compare/v1.5.16...v1.5.17 +[1.5.16]: https://github.com/Automattic/jetpack-logo/compare/v1.5.15...v1.5.16 +[1.5.15]: https://github.com/Automattic/jetpack-logo/compare/v1.5.14...v1.5.15 +[1.5.14]: https://github.com/Automattic/jetpack-logo/compare/v1.5.13...v1.5.14 +[1.5.13]: https://github.com/Automattic/jetpack-logo/compare/v1.5.12...v1.5.13 +[1.5.12]: https://github.com/Automattic/jetpack-logo/compare/v1.5.11...v1.5.12 +[1.5.11]: https://github.com/Automattic/jetpack-logo/compare/v1.5.10...v1.5.11 +[1.5.10]: https://github.com/Automattic/jetpack-logo/compare/v1.5.9...v1.5.10 +[1.5.9]: https://github.com/Automattic/jetpack-logo/compare/v1.5.8...v1.5.9 +[1.5.8]: https://github.com/Automattic/jetpack-logo/compare/v1.5.7...v1.5.8 +[1.5.7]: https://github.com/Automattic/jetpack-logo/compare/v1.5.6...v1.5.7 +[1.5.6]: https://github.com/Automattic/jetpack-logo/compare/v1.5.5...v1.5.6 +[1.5.5]: https://github.com/Automattic/jetpack-logo/compare/v1.5.4...v1.5.5 +[1.5.4]: https://github.com/Automattic/jetpack-logo/compare/v1.5.3...v1.5.4 +[1.5.3]: https://github.com/Automattic/jetpack-logo/compare/v1.5.2...v1.5.3 +[1.5.2]: https://github.com/Automattic/jetpack-logo/compare/v1.5.1...v1.5.2 +[1.5.1]: https://github.com/Automattic/jetpack-logo/compare/v1.5.0...v1.5.1 +[1.5.0]: https://github.com/Automattic/jetpack-logo/compare/v1.4.0...v1.5.0 +[1.4.0]: https://github.com/Automattic/jetpack-logo/compare/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/Automattic/jetpack-logo/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/Automattic/jetpack-logo/compare/v1.1.4...v1.2.0 +[1.1.4]: https://github.com/Automattic/jetpack-logo/compare/v1.1.2...v1.1.4 +[1.1.2]: https://github.com/Automattic/jetpack-logo/compare/v1.1.1...v1.1.2 +[1.1.1]: https://github.com/Automattic/jetpack-logo/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/Automattic/jetpack-logo/compare/v1.0.0...v1.1.0 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/composer.json new file mode 100644 index 00000000..186a0d16 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/composer.json @@ -0,0 +1,39 @@ +{ + "name": "automattic/jetpack-logo", + "description": "A logo for Jetpack", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": {}, + "require-dev": { + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.9" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-logo", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-logo/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.6.x-dev" + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php new file mode 100644 index 00000000..05622de3 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php @@ -0,0 +1,122 @@ + tag. + * - jetpack-logo__icon-circle: the circle of the Jetpack mark. + * - jetpack-logo__icon-triangle: two shapes that correspond to each triangle in the Jetpack mark. + * - jetpack-logo__icon-text: the Jetpack lettering. + * + * @var string + */ +const JETPACK_LOGO_SVG = <<<'EOSVG' + +EOSVG; + +/** + * Create and render a Jetpack logo. + */ +class Logo { + + /** + * Return the Jetpack logo. + * + * @return string The Jetpack logo. + */ + public function render() { + return JETPACK_LOGO_SVG; + } + + /** + * Return string containing the Jetpack logo. + * + * @since 1.1.4 + * @since-jetpack 7.5.0 + * + * @param bool $logotype Should we use the full logotype (logo + text). Default to false. + * + * @return string + */ + public function get_jp_emblem( $logotype = false ) { + $logo_text = $this->get_jp_logo_parts(); + return sprintf( + '%2$s', + ( true === $logotype ? '118' : '32' ), + ( true === $logotype ? $logo_text['logo'] . $logo_text['text'] : $logo_text['logo'] ) + ); + } + + /** + * Return string containing the Jetpack logo in a slightly larger format than get_jp_emblem(). + * + * @since 1.1.4 + * @param bool $logotype Should we use the full logotype (logo + text). Default to false. + * @return string + */ + public function get_jp_emblem_larger( $logotype = false ) { + $logo_text = $this->get_jp_logo_parts(); + return sprintf( + '', + ( true === $logotype ? '118' : '32' ), + ( true === $logotype ? $logo_text['logo'] . $logo_text['text'] : $logo_text['logo'] ) + ); + } + + /** + * Return array containing the Jetpack logo and text + * + * @since 1.6.0 - Added $color parameter. + * + * @param string $color The color of the logo. + * + * @return array + */ + private function get_jp_logo_parts( $color = '#069e08' ) { + return array( + 'logo' => '', + 'text' => ' + + + + + + ', + ); + } + + /** + * Return a base64 encoded SVG of the Jetpack logo. + * Can be used as a data URI to use the logo inline in CSS. + * + * @since 1.6.0 + * + * @param string $color The color of the logo. + * + * @return string + */ + public function get_base64_logo( $color = '#ffffff' ) { + $logo_text = $this->get_jp_logo_parts( $color ); + $base_logo = sprintf( + '%1$s', + $logo_text['logo'] + ); + $encoded_logo = base64_encode( $base_logo ); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_encode -- The encoded version is used as data URI to use the logo in CSS. + + return 'data:image/svg+xml;base64,' . $encoded_logo; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md new file mode 100644 index 00000000..26d9cdfc --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -0,0 +1,1199 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [3.9.1] - 2023-10-19 +### Changed +- Make has_required_plan return true (as it was before #33410) as a way to revert the change. [#33697] +- Updated package dependencies. [#33687] + +## [3.9.0] - 2023-10-17 +### Added +- Add has_required_plan method for VideoPress product class, check plan purchase exists for site [#33410] + +### Changed +- Updated package dependencies. [#33646] + +## [3.8.2] - 2023-10-16 +### Changed +- Updated package dependencies. [#33429, #33584] + +## [3.8.1] - 2023-10-10 +### Changed +- Changes title of the my-jetpack page to "My Jetpack" [#33486] +- Updated package dependencies. [#33428] + +### Fixed +- My Jetpack: fix fatal error [#33523] +- My Jetpack: fix Stats card status when not connected [#33521] + +## [3.8.0] - 2023-10-03 +### Added +- Display a new section on My Jetpack to display the stats of the site. [#33283] + +## [3.7.0] - 2023-09-28 +### Added +- Add a section to display stats from Jetpack Stats in My Jetpack [#33160] + +### Changed +- Redirect to a proper upgrade page for free license owners [#33297] + +## [3.6.0] - 2023-09-25 +### Added +- Add barebones infrastructure for querying jetpack product data. [#33095] + +### Changed +- Stats: link to purchase page within WP Admin. [#33227] + +## [3.5.0] - 2023-09-19 +### Changed +- Added support for upgradable products. Updated the Stats card to handle upgradeable products. [#33058] +- Updated Jetpack submenu sort order so individual features are alpha-sorted. [#32958] + +### Fixed +- My Jetpack: Add AI Assistant Monthly to required plan check [#33078] + +## [3.4.5] - 2023-09-13 +### Changed +- Updated package dependencies. [#33001] + +## [3.4.4] - 2023-09-11 +### Changed +- General: remove WP 6.1 backwards compatibility checks [#32772] + +### Fixed +- Stats: stop showing upgrade button for sites with Complete plan [#32870] + +## [3.4.3] - 2023-09-04 +### Changed +- Updated package dependencies. [#32803] +- Updated package dependencies. [#32804] + +## [3.4.2] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [3.4.1] - 2023-08-22 +### Changed +- Connection: allow dismissing the IDC modal. [#32594] + +## [3.4.0] - 2023-08-21 +### Added +- Support Jetpack AI Yearly offering [#32130] + +### Changed +- Use the new method to render Connection initial state. [#32499] + +## [3.3.3] - 2023-08-14 +### Added +- Make My Jetpack the default WP-Admin page for Jetpack. [#32385] + +### Changed +- Start showing My Jetpack for authors, editors, and contributors [#32420] + +## [3.3.2] - 2023-08-09 +### Fixed +- Revert My Jetpack as first menu item. [#32384] + +## [3.3.1] - 2023-08-09 +### Changed +- Updated package dependencies. [#32166] + +## [3.3.0] - 2023-08-07 +### Added +- Add Identity Crisis screen modal. [#32249] + +### Changed +- Move 'My Jetpack' sub-menu item to first position. [#32240] + +### Fixed +- Fix IDC modal height issue. [#32316] + +## [3.2.1] - 2023-08-01 +### Added +- Add transient caching for zendesk jwt auth token. [#32140] + +### Changed +- My Jetpack: Rename the namespace of the JWT endpoint, and register it only when it isn't already registered [#32081] + +## [3.2.0] - 2023-07-25 +### Added +- My Jetpack: register jetpack-ai-jwt endpoint [#31965] +- My Jetpack: release Paid Stats to the public [#32020] + +### Changed +- My Jetpack: changed Stats features wording [#32046] +- Updated package dependencies. [#31999] +- Updated package dependencies. [#32040] + +### Fixed +- Make Jetpack logo in footer smaller [#31627] +- My Jetpack: enabled Stats purchase flow returning to Stats Dashboard [#31959] + +## [3.1.3] - 2023-07-17 +### Changed +- Updated package dependencies. [#31872] + +### Fixed +- Hide connection owner information if the data is invalid +- Don't suggest user connection if user is already connected, but connection owner is invalid [#31618] + +## [3.1.2] - 2023-07-11 +### Changed +- Updated package dependencies. [#31785] + +## [3.1.1] - 2023-07-10 +### Fixed +- Make product card primary buttons links when applicable [#31611] + +## [3.1.0] - 2023-07-05 +### Added +- Added Jetpack Stats card to My Jetpack [#31589] + +### Changed +- Jetpack Stats: Enable skipping interstitial page [#31629] +- Updated package dependencies. [#31659] + +### Fixed +- My Jetpack: hide Stats card for standalone plugins [#31689] +- Organize product cards in list [#31606] + +## [3.0.0] - 2023-06-26 +### Added +- Add authentication to Zendesk chat. [#31339] +- Stats: add stats card to my Jetpack. [#31531] + +## [2.15.0] - 2023-06-23 +### Added +- My Jetpack: add Stats product [#31368] + +### Changed +- Updated package dependencies. [#31468] + +## [2.14.3] - 2023-06-12 +### Added +- My Jetpack: populate the Jetpack AI product with feature data [#31238] + +## [2.14.2] - 2023-06-06 +### Changed +- Filter out revoked licenses from the license activation options. [#31088] +- Updated package dependencies. [#31129] + +## [2.14.1] - 2023-05-29 +### Added +- My Jetpack: Add new Jetpack AI card [#30904] + +### Changed +- My Jetpack: Enable Jetpack AI card [#30988] +- My Jetpack: Update AI class to be product and not module [#30905] +- My Jetpack: Update AI interstitial background [#30992] + +## [2.14.0] - 2023-05-22 +### Added +- Added ability to purchase Jetpack AI monthly product [#30793] +- Added tier data to the Boost product to support a pricing table interstitial page. [#29931] + +## [2.13.0] - 2023-05-15 +### Added +- Added My Jetpack interstitial for Jetpack AI [#30543] + +## [2.12.2] - 2023-05-11 +### Changed +- PHP 8.1 compatibility updates [#30517] + +## [2.12.1] - 2023-05-08 +### Added +- My Jetpack: Add deactivate plugin menu action on product card [#30489] + +### Changed +- My Jetpack: Remove icon from plugin activation action in product card [#30458] +- My Jetpack: Remove manage option from menu [#30440] +- My Jetpack: Remove product card icon [#30441] +- My Jetpack: Set a post-checkout redirect destination on the "Purchase a plan" link. [#27693] + +### Fixed +- My Jetpack: Add check for product status before requesting stats [#30430] +- My Jetpack: Reload page after successful license activation [#30364] +- My Jetpack: Use a single column for the page title section [#30406] + +## [2.12.0] - 2023-05-02 +### Added +- Add API to query Zendesk chat availability and use it to conditionally display zendesk chat. [#29942] +- Add pricing table interstitial view for Jetpack Protect. [#29930] +- My Jetpack: Add product detail table component for comparing product tiers. [#29759] + +### Changed +- My Jetpack: Move logic out of Product Card component. [#30274] +- Updated package dependencies. + +### Fixed +- Fix activation and layout on Protect interstatial page. [#29525] +- My Jetpack: Keep product card action button disabled while installing standalone plugin. [#30346] + +## [2.11.0] - 2023-05-01 +### Added +- Added Jetpack Starter bundle post-activation screen and plan header [#30368] + +## [2.10.3] - 2023-04-25 +### Added +- My Jetpack: Add flags field in initial state [#30241] +- My Jetpack: Add Install/Activate menu actions based on the standalone plugin status. [#30153] +- My Jetpack: Add neutral color in contextual card [#30250] +- My Jetpack: Add side-effect action to request the standalone plugin installation on the backend. [#30143] +- My Jetpack: Add stats to VideoPress card [#30197] +- My Jetpack: Enable menu for all hybrid products [#30247] +- My Jetpack: Reload page after standalone action [#30221] + +### Changed +- My Jetpack: Connect the standalone plugin menu options so they trigger the installation and activation when clicked. [#30168] +- MyJetpack: set the Social standalone page as the default admin one [#30193] +- MyJetpack: Try to activate the product module after installing the standalone plugin [#30215] +- Updated package dependencies. [#30015] + +## [2.10.2] - 2023-04-17 +### Added +- Ad missing TOS in Jetpack interstitial. [#29683] +- My Jetpack: Add endpoint to install the standalone plugin for hybrid products. [#30045] +- My Jetpack: Expose information about standalone plugin status on My Jetpack product initial state. [#29977] + +### Changed +- Backup and Scan: redirect after checkout to Jetpack recommendations page if Jetpack plugin is active. Otherwise, redirect back to plugin admin page. [#29708] +- My Jetpack: Adjustments in Product Card [#30014] +- Updated package dependencies. [#30019] + +## [2.10.1] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] +- My Jetpack: Introduce absent_with_plan status [#29920] + +### Changed +- My Jetpack: Turn Search into a hybrid product to handle it as module and as standalone plugin. [#29946] +- My Jetpack: Turn Social into a hybrid product to handle it as module and as standalone plugin. [#29935] +- My Jetpack: Turn VaultPress Backup into a Hybrid product to handle it as module and as standalone plugin. [#29928] +- My Jetpack: Turn VideoPress into a Hybrid product to handle it as module and as standalone plugin. [#29918] + +## [2.10.0] - 2023-04-04 +### Added +- My Jetpack: Adds a selector, reducer and resolver machinery to fetch product stats. [#29764] +- My Jetpack: Enhance Product Card [#29787] +- My Jetpack: Introduce menu in Product Card [#29815] + +### Changed +- * Updated add-anti-spam path to add-akismet to match the product key + * Updated product interstitial component to accept an existingLicenseKeyUrl + * Updated product interstitial component to display a product name instead of a title where preferProductName is set + * Make is_plugin_active available from the API [#29598] +- My Jetpack: Change the bottom of My Jetpack screen to use single-column rows on small viewports. [#29844] +- Updated package dependencies. [#29854] + +## [2.9.2] - 2023-04-03 +### Changed +- Internal updates. + +## [2.9.1] - 2023-03-28 +### Changed +- Move GoldenTokenModal component to licensing package. [#29748] + +## [2.9.0] - 2023-03-27 +### Added +- Adds new route for Golden Token. Also the experience of redeeming one [#29644] +- Clarified when license activation fails that a user connection is required, added a link to complete the connection, and added functionality to redirect back to license activation when the connection is done. [#29443] + +## [2.8.1] - 2023-03-20 +### Changed +- Product Interstitial: Use browser history to go back, in case they're coming from somewhere outside of the app. [#29138] +- Updated My Jetpack wpwrap color to --jp-white-off [#29568] +- Updated package dependencies. [#29471] + +## [2.8.0] - 2023-03-13 +### Added +- Add Zendesk chat module to My Jetpack page [#28712] + +## [2.7.13] - 2023-03-08 +### Changed +- Updated package dependencies. [#29216] + +## [2.7.12] - 2023-02-28 +### Changed +- Update billing language [#29126] + +## [2.7.11] - 2023-02-20 +### Fixed +- My Jetpack: Fix button to add bundle in product interstitial component [#28984] + +## [2.7.10] - 2023-02-15 +### Changed +- Update to React 18. [#28710] + +## [2.7.9] - 2023-02-08 +### Changed +- Updated package dependencies. [#28682, #28700] + +## [2.7.8] - 2023-02-06 +### Changed +- Updated package dependencies. + +## [2.7.7] - 2023-01-26 +### Changed +- Use `flex-start` instead of `start` for better browser compatibility. [#28530] + +## [2.7.6] - 2023-01-25 +### Changed +- Minor internal updates. + +## [2.7.5] - 2023-01-23 +### Fixed +- Components: Fix usage of box-sizing across the elements [#28489] +- Fixes the price display for products with intro offers for the first month. [#28424] + +## [2.7.4] - 2023-01-16 +### Changed +- Updated package dependencies. [#28303] + +## [2.7.3] - 2023-01-11 +### Changed +- Updated package dependencies. + +## [2.7.2] - 2023-01-02 +### Added +- My Jetpack: Move VideoPress from Hybrid [#28097] + +### Changed +- My Jetpack: Move Search out of hybrid and deprecate Hybrid_Product class [#28113] + +## [2.7.1] - 2022-12-27 +### Changed +- Fix layout visual issues [#28055] +- My Jetpack: Move Backup out of hybrid product [#28022] +- My Jetpack: Move Social out of hybrid product [#28074] + +## [2.7.0] - 2022-12-19 +### Added +- Implement detached licenses redux store. [#27609] + +### Changed +- Updated package dependencies. [#27916] + +### Fixed +- Add translation context to Security product name. [#27920] + +## [2.6.1] - 2022-12-12 +### Changed +- Updated package dependencies. [#27888] + +## [2.6.0] - 2022-12-05 +### Changed +- Improve design of the error notice. [#27340] +- Updated package dependencies. [#27340] + +## [2.5.2] - 2022-12-02 +### Changed +- My Jetpack: Requires connection only if needed [#27615] +- Updated package dependencies. [#27697] + +## [2.5.1] - 2022-11-30 + +## [2.5.0] - 2022-11-28 +### Changed +- My Jetpack: rename Backup and Anti-Spam to new product names [#27377] +- Show My Jetpack even if site is disconnected [#26967] +- Updated package dependencies. [#27576] + +## [2.4.1] - 2022-11-22 +### Changed +- Updated package dependencies. [#27043] + +## [2.4.0] - 2022-11-17 +### Added +- Added Jetpack Protect to My Jetpack. [#26069] + +### Changed +- Updated package dependencies. [#26736] + +## [2.3.5] - 2022-11-10 +### Changed +- Updated package dependencies. [#27319] + +## [2.3.4] - 2022-11-08 +### Changed +- Updated package dependencies. [#27289] + +## [2.3.3] - 2022-11-01 +### Changed +- Updated package dependencies. [#27196] + +## [2.3.2] - 2022-10-25 +### Changed +- Updated package dependencies. [#26705] + +## [2.3.1] - 2022-10-25 +### Added +- Add a flag to indicate if the pricing is introductory with product price [#26982] +- My Jetpack: Support trial [#27033] + +### Changed +- Search: now support 38 languages [#27025] + +### Fixed +- Don't show old price when it's the same as new one [#27015] +- Search: check if free plan and new pricing is active using wpcom API [#27016] + +## [2.3.0] - 2022-10-19 +### Added +- Added support for free product and added free product for Search [#26808] + +### Changed +- Updated package dependencies. [#26883] + +## [2.2.3] - 2022-10-17 +### Changed +- Updated package dependencies. [#26851] + +## [2.2.2] - 2022-10-13 +### Changed +- Updated package dependencies. [#26790] + +## [2.2.1] - 2022-10-11 +### Changed +- Updated package dependencies. [#25973] + +## [2.2.0] - 2022-10-05 +### Added +- Integrate the new connection error message React component into My Jetpack. [#26485] +- Search: add post type breakdown endpoint [#26463] +- Trigger restore connection flow. [#26489] + +### Changed +- Updated package dependencies. [#26457] + +## [2.1.1] - 2022-09-27 +### Changed +- Updated package dependencies. + +## [2.1.0] - 2022-09-20 +### Added +- Added the ConnectionErrorNotice React component. [#26259] + +### Changed +- Updated package dependencies. + +### Fixed +- Fixed the tests for the Module_Product class by creating and using a sample, test-only module product class as the test subject instead of relying on Videopress or other concrete products. [#26227] + +## [2.0.5] - 2022-09-08 +### Changed +- Change VideoPress into a Hybrid product in My Jetpack [#25954] +- Updated package dependencies. + +## [2.0.4] - 2022-08-31 +### Added +- Allow plugins to override a product class. [#25891] + +### Changed +- Updated package dependencies. [#25856] + +## [2.0.3] - 2022-08-29 +### Changed +- Updated package dependencies. + +## [2.0.2] - 2022-08-25 +### Changed +- Activate plugins in normal mode to trigger plugin_activated hooks [#25727] +- Updated package dependencies. [#25814] + +### Fixed +- Licensing: do not enable the Licensing UI if My Jetpack cannot be enabled. [#25667] +- Search: increased search plan/pricing API timeouts to 5s [#25775] + +## [2.0.1] - 2022-08-23 +### Added +- My Jetpack: Add container for JITMs [#22452] + +### Changed +- Updated package dependencies. [#25338, #25339, #25377, #25422, #25628, #25762, #25764] + +## [2.0.0] - 2022-08-09 +### Added +- Make product cards compatible with disclaimers and add disclaimer for backup card [#25265] + +### Changed +- Search: changed to only require site level connection [#24477] + +## [1.8.3] - 2022-08-03 +### Changed +- Updated package dependencies. [#25300, #25315] + +## [1.8.2] - 2022-07-27 +### Changed +- My Jetpack: changed link used in ProductCard component to a button when the plugin is absent + +## [1.8.1] - 2022-07-26 +### Changed +- My Jetpack: changed button used in ProductCard component from WordPress to Jetpack default [#25146] +- Updated package dependencies. [#25147] + +## [1.8.0] - 2022-07-19 +### Added +- My Jetpack: scroll window to top on route change [#25086] + +### Changed +- Updated package dependencies. [#24710] + +## [1.7.4] - 2022-07-12 +### Changed +- Updated package dependencies. [#25048, #25055] + +## [1.7.3] - 2022-07-06 +### Added +- Display alert when we cant automatically install the plugin [#24884] + +### Changed +- Updated package dependencies. [#24923] + +## [1.7.2] - 2022-06-28 +### Changed +- Disambiguate redirectUrls vars [#24839] +- Search: use centralized search pricing API [#24795] +- Updated package dependencies. [#24826] + +### Fixed +- Search Pricing: fix pricing fetch issue before site is connected [#24826] + +## [1.7.1] - 2022-06-21 +### Fixed +- My Jetpack: Replace wordpress from PNG to SVG at Connection [#24793] + +## [1.7.0] - 2022-06-21 +### Changed +- My Jetpack: set products grid to 3x3 for large viewport size +- Renaming master to trunk. +- Renaming `master` references to `trunk` + +## [1.6.2] - 2022-06-14 +### Changed +- Updated package dependencies. [#24529] + +## [1.6.1] - 2022-06-08 +### Changed +- Reorder JS imports for `import/order` eslint rule. [#24601] +- Updated package dependencies. [#24510] + +## [1.6.0] - 2022-05-30 +### Added +- Added Social to My Jetpack. + +### Changed +- Make My Jetpack use the new Modules class +- Replace deprecated external-link variation by using isExternalLink prop +- Updated package dependencies + +## [1.5.0] - 2022-05-24 +### Changed +- Default licensing UI in My Jetpack to be enabled [#24396] +- Updated package dependencies. [#24449] + +## [1.4.1] - 2022-05-19 +### Changed +- Updated package dependencies. [#24395] + +## [1.4.0] - 2022-05-18 +### Added +- Added a filter to allow stand-alone plugins to add product specific activation routines [#24334] +- My Jetpack: Add Protect class [#24347] +- My Jetpack: compute Search plugin price based on price tier [#24337] + +### Changed +- Add tiered pricing copy and update titles for Jetpack Search [#24357] +- Hide Activate a license link if there is no user connection since user connection is required [#24251] +- My Jetpack Hybrid products: Install Jetpack if stand-alone plugin installation fails [#24335] +- Updated Jetpack Scan feature list. [#23863] [#23795] [#24361] [#24372] + +## [1.3.0] - 2022-05-10 +### Changed +- Adds from arg to connection screen in My Jetpack so that we can begin tracking connections originating from My Jetpack [#24283] +- Updated package dependencies. [#24189] +- Updated references to old licensing activation UI to licensing activation UI in My Jetpack [#24189] + +## [1.2.1] - 2022-05-04 +### Added +- Add missing JavaScript dependencies. [#24096] + +### Changed +- My Jetpack: remove duplicated site suffix stored on rawUrl. Use siteSuffix instead. [#24094] +- Updated package dependencies. [#24095] [#24198] + +### Deprecated +- Moved the options class into Connection. [#24095] + +## [1.2.0] - 2022-04-26 +### Added +- Added activation screen component to My Jetpack licensing page + +### Changed +- Updated package dependencies. +- Update package.json metadata. + +## [1.1.0] - 2022-04-19 +### Added +- Adds a skeleton for the licensing UI along with a feature flag +- Better error handling for when the WPCOM server is unreachable +- Introduced ConnectedProductOffer component + +### Changed +- Turn Search into a Hybrid Product +- Updated package dependencies +- use connected plugin list from the connection store and ask for an update after activating a product + +## [1.0.2] - 2022-04-12 +### Changed +- Updated package dependencies. + +### Fixed +- Fixed bug in checkout URLs for sites installed in subdirs. + +## [1.0.1] - 2022-04-06 +### Removed +- Removed tracking dependency. + +## [1.0.0] - 2022-04-05 +### Added +- My Jetpack: improve Product and Interstitial components. + +### Changed +- Bump My Jetpack package to major version 1.0.0. +- My Jetpack: align price boxes in the interstitial product page. +- Updated package dependencies. + +## [0.6.13] - 2022-03-31 +### Added +- Added tracking events to Plans section external links + +### Changed +- My Jetpack: tweak plans section typography and descriptive text + +## [0.6.12] - 2022-03-29 +### Added +- Add missing JS peer dependencies. + +### Changed +- Microperformance: Use === null instead of is_null +- My Jetpack: Moved in product icon components +- My Jetpack: Tweak plan sections styles/sizes +- My Jetpack: Update ProductDetailCard to use components and theme variables +- My Jetpack: Use components to render headers elements +- Use different URLs for manage and purchase links in plans section + +### Fixed +- My Jetpack: Connect Screen logos quality + +## [0.6.11] - 2022-03-23 +### Added +- My Jetpack: add error styles to the whole Product card component +- My Jetpack: Make whole Product card clickable + +### Changed +- Changed opacity of product icons to 40% +- Changed title +- Improved should_initialize method +- My Jetpack: remove dropdown from CTA button in Product cards +- My Jetpack: Use Text and CSS vars on ProductCard +- Updated Boost product icon for clarity +- Updated package dependencies. +- Updated package dependencies. +- Updated styles for each product card status +- Update organization and copy of the Plans section + +### Removed +- My Jetpack: Remove client code that allows to deactivate a product + +### Fixed +- Fix Plans section top margin for plan list +- My Jetpack: jetpack_my_jetpack_should_initialize filter now respected when set to true. + +## [0.6.10] - 2022-03-15 +### Changed +- Make Backup go through the purchase flow after activation +- My Jetpack: Use ThemeProvider instead base-styles +- Updated package dependencies + +### Removed +- Removed Beta badge from menu item + +## [0.6.9] - 2022-03-09 +### Changed +- Updated package dependencies. + +## [0.6.8] - 2022-03-08 +### Added +- Added connected plugins slugs to My Jetpack tracking events +- Add link to jetpack.com in the footer +- My Jetpack: Add jetpack features link on connection screen +- My Jetpack: tidy Product card component +- My Jetpack: update Spinner in checkout button + +### Changed +- Components: update attributes used within the Button component to match recent deprecations and changes. +- My Jetpack: Add Connected Product Card stories +- My Jetpack: Add connection screen footer +- My Jetpack: clean/tidy Product data +- My Jetpack: Remove Layout component +- Only consider Backup product active when the plan is purchased + +### Fixed +- Fixed Backup flow when Jetpack plugin is active +- My Jetpack: align CTA buttons of My Jetpack overview +- My Jetpack: Fix button height in the Interstitial pages + +## [0.6.7] - 2022-03-02 +### Added +- Add My Jetpack action link to all Jetpack plugins +- My Jetpack: Handle cosmetic tweaks +- My Jetpack: Pass requiresUserConnection to ConnectionStatusCard + +### Changed +- Refactor and simplify Products class +- Updated package dependencies. + +### Fixed +- Disable browser cache for My Jetpack +- My Jetpack: fix products card section story +- My Jetpack: fix stories for the Interstitial pages + +## [0.6.6] - 2022-02-28 +### Fixed +- Re-doing 0.6.5 to fixup bad release. + +## [0.6.5] - 2022-02-28 +### Changed +- Tweak product card box model. + +### Fixed +- Use namespace in My Jetpack REST Products class to prevent fatal + +## [0.6.4] - 2022-02-25 +### Added +- Activate Jetpack plugin from Extras product card +- Added list of connected plugins to Disconnect dialog in My Jetpack +- Add Extras interstitial page +- My Jetpack: Handle cosmetic tweaks +- My Jetpack: Remove global notices when in my jetpack page +- My Jetpack: set height of Jetpack logo in the footer +- My Jetpack: tweak height of Jetpack Logo +- My Jetpack: update Product logos + +### Changed +- Disable My Jetpack on MS +- My Jetpack: compress extras product image +- Updated package dependencies. +- Update My Jetpack dashboard headline + +### Removed +- Remove unnecessary line from My Jetpack Initial state + +### Fixed +- Fix beta badge for RTL languages +- Handle plugin activating from Hybrid class +- Memoized RecordEvent from usAnalytics hook +- My Jetpack: Fix post activation url redirect +- My Jetpack: Move product list that requires user connection to selector +- Products::get_products_names should not load all product information +- Update automattic logo href in the footer + +## [0.6.3] - 2022-02-22 +### Changed +- Updated inline documentation + +### Fixed +- Use Jetpack namespace to fix fatal error + +## [0.6.2] - 2022-02-22 +### Added +- Add Beta badge +- Add Extras class +- Apply coupon discount to Product price when it exists +- Filesystem write access to the initial state +- Improve Product detail layout +- Implement close link on layout nav +- Prevent calling activation hook when activating backup + +### Changed +- Bump package versions. +- Improve My Jetpack link styles +- Improve redirect process after installing Product +- Fix interstitial CTA buttons layout +- Move from isPressed to CSS vars +- Redirect connect user to connection interstitial +- Point the link of the Manage button of CRM to its dashboard +- Redirect to post_activation_url after product activation from iterstitial screen +- Remove conditional loading depending on constant +- Send My Jetpack version with fired events +- Update the layout of interstitial page when it has an upgradable bundle + +### Fixed +- Check if product is active before checking if requires plan +- Fix check for plugin installation for hybrid products +- Fix click on security and add click on My Jetpack interstitial +- Fix clicks on VideoPress and CRM cards +- Fix Product prices +- Make Scan and Search interstitials install the plugin +- Purchases: ensure we retrieve translated version of active purchases +- Return needs purchase status for products module + +## [0.6.1] - 2022-02-16 +### Added +- Add Anti-Spam Product detail card +- Add CRM interstitial page +- Added wpcom plan slug to product info +- add manage and post activation urls +- Add Scan product: interstitial, route, data, etc... +- Add Security Product Bundle +- Add VideoPress data +- Add VideoPress interstitial cmp. Story. +- Add `#/add-videopress` route +- Change the discount value for all Products to 50 +- checks and activation for Security Bundle +- consume prices dynamically +- Do not show Porduct price when plan has required plan +- Finish Backup, Anti-Spam and Scan interstitial pages +- Fire Tracks Event when user clicks on Product Interstitial Back link +- Install proudcts from interstitial pages +- Make click on Fix connection show connection route +- package version to main class +- Pull product discount from wpcom +- Refactoring -> add icons component -> tweak icons for interstitial pages +- Register `#/add-anti-spam` route. Connect with interstitial page +- Restore Security bundle card in the UI +- Set default values for product data in the client (custom hook) +- set product status as error if active and requiring a missing user connection +- Set properly the checkout link for Products +- Set unlink=1 in the checkout URL when the user is not connected +- Tidy Product stories +- Update Backup product data. Tweak Icon. +- Update mock data for Search product. useMyJetpackNavigate() hook + +### Changed +- Adapt Scan actiavtion behavior as it is not a module +- Add global notices for activate/deactivate failures +- Add manage redirect +- Apply correct style for CTA buttons on Interstitial +- Avoid usage of 100vh on layout +- Fix setting height of the Product title in the detail component +- Implement is fulfilled handler for product resolver +- Improve global notice layout +- Reduce size of boost and search interstitial images +- Update structure with Layout component +- Only pass a productUrl if the product is not free on interstitial pages +- Only show the deactivate action when it makes sense +- Pass slug prop to event firing on product card button actions instead of name +- Remove unnecessary payload from request to activate or deactivate a product +- Replace renderActionButton function for ActionButton component +- Updated package dependencies. +- Use useMyJetpackNavigate when it's worth it + +### Fixed +- Fixed connection check labels and error message +- Fix upgradability for anti-spam and backup products +- Remove duplicted Icon in Product Card story +- Use key when looping through product detail icons + +## [0.6.0] - 2022-02-09 +### Added +- Add Boost interstitial cmp. +- Add has_required_plan to product info and implement method in Search +- Add Product princign harcoded data +- Add search product data +- Add title and features to products data +- anti spam product class +- Connect Boost card with the interstitial page via /add-boost root +- Fire Tracks event when clicking CTA button on product Interstitial page +- Fire Tracks event when clicking Manage button on product card +- Fire Tracks event when clickn Add link on My Jetpack product card +- Fire Tracks event when showing the Interstitial page +- Implement Free price for Boost product +- Implement Search product interstitial +- Introduce basic Layout component. Add GoBackLink component +- Introduce ProductDetailCard component +- My Jetpack: Add Connection screen +- Pass slug prop to ProductCard' +- Plan verification for Backup and Scan +- Restore getProduct() resolver +- Set the checkout URL for the Product detail component +- useCallback for functions that are bound to onEvents + +### Changed +- My Jetpack: Implement handler of connection notices +- My Jetpack: Update notice style and implements redirect for connection route +- Support multiple possible folder for each plugin +- Updated package dependencies + +### Removed +- dependency from search package + +### Fixed +- Fix My Jetpack's reducer for SET_PRODUCT_STATUS +- Fix the redirect URL value +- Show discounted price in Product Detail card +- typo + +## [0.5.0] - 2022-02-02 +### Added +- Added plugin installation functionality +- Adds Tracks events for activating and deactivating products from the product cards +- Fixes stories for ProductCard component +- Handle when site is not connected +- Initial approach to handle global notice +- Module Products +- My Jetpack: Add route handling +- My Jetpack: connect all product cards with data provider +- My Jetpack: connect Backup product class with Product class. Add long description and features fields. +- My Jetpack: handle redirect when no connection #22549 +- My Jetpack: reorganize stores by project/name +- Remove getProduct() resolver +- Support to Hybrid products +- Tweak dimms of the Product card status +- Update data handling - Implement request status in Product Card +- User connection requirement to product info +- uses the Plugin Installer package to safely checks plugins statuses + +### Changed +- Added filter for disabling the initialization of the My Jetpack package +- Build: remove unneeded files from production build. +- Do not initialize My Jetpack id site is not connected +- My Jetpack: Refactor styles to use layout components and theme provider +- My Jetpack: Update gap between product cards section +- Pick API root and nonce values from a new window var myJetpackRest +- Updated package dependencies. +- Update plugin absent status consistently + +### Fixed +- added unit test mock for new global variable myJetpackRest +- Fix tests +- Fix unsafe optional chaining. +- my-jetpack: fix tracking event when activating product +- Resolved minor code standard violation after implementing a stricter rule. + +## [0.4.0] - 2022-01-25 +### Added +- add API endpoints to manipulate products +- Added css module for My Jetpack Plans Section +- Added useAnalytics hook +- Added Visitor class for status regarding the site visitor. +- Add first data approach +- Add Products and REST_Products basic classes +- Adds very basic product cards section component to my jetpack +- My Jetpack: Add Product Card component +- My Jetpack: check user connectivity before to hit wpcom side +- My Jetpack: Implement data handling for enable/disable products +- Removed endpoint plans superseded by purchases + +### Changed +- Add Connections Section wrapping the Connection Status Card to My Jetpack +- Build: do not ship raw files in production bundle. + +### Removed +- Remove unused usePlans() custom react hook + +### Fixed +- Fixed svg attribute strokeWidth for Boost Card + +## [0.3.3] - 2022-01-18 +### Added +- Added redux store specific to my-jetpack +- Implement plans list properly in the PlansSection +- My Jetpack: Add scripts for JS tests +- My Jetpack: Include wordpress components as dep +- Reduxify purchases data + +### Changed +- General: update required node version to v16.13.2 +- Properly style the Plans Section according to proposed design +- Updated package dependencies. + +## [0.3.2] - 2022-01-13 +### Added +- My Jetpack: add story to `` component +- My Jetpack: first PlanSection implementation + +### Fixed +- Rename method enqueue_scritps to enqueue_scripts + +## [0.3.1] - 2022-01-11 +### Added +- Add devvelopment testing instructions to doc. + +### Changed +- Updated package dependencies. + +### Removed +- Remove use of deprecated `~` in sass-loader imports. + +## [0.3.0] - 2022-01-04 +### Changed +- Drop isRegistered and isUserConnected params from ConnectionStatusCard component +- Switch to pcov for code coverage. +- Updated package dependencies. +- Updated package textdomain from `jetpack` to `jetpack-my-jetpack`. + +## [0.2.0] - 2021-12-14 +### Added +- Added Connection Status Card to the page. +- Janitorial: add watch command to the plugin. + +### Changed +- Adapt to new layout components. +- Build: do not ship scss and jsx files in production build. + +### Fixed +- Build minimized JS for the production build. +- Fix JavaScript i18n strings. + +## [0.1.3] - 2021-12-07 +### Changed +- Updated package dependencies. + +## [0.1.2] - 2021-11-30 +### Added +- Janitorial: create mirror repo for the package. + +### Changed +- Remove now-redundant `output.filename` from Webpack config. + +## 0.1.1 - 2021-11-23 +### Changed +- Updated package dependencies. + +## 0.1.0 - 2021-11-17 +### Added +- Created package + +[3.9.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.9.0...3.9.1 +[3.9.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.8.2...3.9.0 +[3.8.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.8.1...3.8.2 +[3.8.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.8.0...3.8.1 +[3.8.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.7.0...3.8.0 +[3.7.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.6.0...3.7.0 +[3.6.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.5.0...3.6.0 +[3.5.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.5...3.5.0 +[3.4.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.4...3.4.5 +[3.4.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.3...3.4.4 +[3.4.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.2...3.4.3 +[3.4.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.1...3.4.2 +[3.4.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.0...3.4.1 +[3.4.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.3.3...3.4.0 +[3.3.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.3.2...3.3.3 +[3.3.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.3.1...3.3.2 +[3.3.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.3.0...3.3.1 +[3.3.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.2.1...3.3.0 +[3.2.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.2.0...3.2.1 +[3.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.3...3.2.0 +[3.1.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.2...3.1.3 +[3.1.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.1...3.1.2 +[3.1.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.0...3.1.1 +[3.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.0.0...3.1.0 +[3.0.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.15.0...3.0.0 +[2.15.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.14.3...2.15.0 +[2.14.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.14.2...2.14.3 +[2.14.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.14.1...2.14.2 +[2.14.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.14.0...2.14.1 +[2.14.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.13.0...2.14.0 +[2.13.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.12.2...2.13.0 +[2.12.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.12.1...2.12.2 +[2.12.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.12.0...2.12.1 +[2.12.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.11.0...2.12.0 +[2.11.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.10.3...2.11.0 +[2.10.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.10.2...2.10.3 +[2.10.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.10.1...2.10.2 +[2.10.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.10.0...2.10.1 +[2.10.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.9.2...2.10.0 +[2.9.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.9.1...2.9.2 +[2.9.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.9.0...2.9.1 +[2.9.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.8.1...2.9.0 +[2.8.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.8.0...2.8.1 +[2.8.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.13...2.8.0 +[2.7.13]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.12...2.7.13 +[2.7.12]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.11...2.7.12 +[2.7.11]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.10...2.7.11 +[2.7.10]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.9...2.7.10 +[2.7.9]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.8...2.7.9 +[2.7.8]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.7...2.7.8 +[2.7.7]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.6...2.7.7 +[2.7.6]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.5...2.7.6 +[2.7.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.4...2.7.5 +[2.7.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.3...2.7.4 +[2.7.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.2...2.7.3 +[2.7.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.1...2.7.2 +[2.7.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.0...2.7.1 +[2.7.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.6.1...2.7.0 +[2.6.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.6.0...2.6.1 +[2.6.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.5.2...2.6.0 +[2.5.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.5.1...2.5.2 +[2.5.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.5.0...2.5.1 +[2.5.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.4.1...2.5.0 +[2.4.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.4.0...2.4.1 +[2.4.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.3.5...2.4.0 +[2.3.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.3.4...2.3.5 +[2.3.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.3.3...2.3.4 +[2.3.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.3.2...2.3.3 +[2.3.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.3.1...2.3.2 +[2.3.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.3.0...2.3.1 +[2.3.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.2.3...2.3.0 +[2.2.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.2.2...2.2.3 +[2.2.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.2.1...2.2.2 +[2.2.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.2.0...2.2.1 +[2.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.1.1...2.2.0 +[2.1.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.1.0...2.1.1 +[2.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.0.5...2.1.0 +[2.0.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.0.4...2.0.5 +[2.0.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.0.3...2.0.4 +[2.0.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.0.2...2.0.3 +[2.0.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.0.1...2.0.2 +[2.0.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.0.0...2.0.1 +[2.0.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.8.3...2.0.0 +[1.8.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.8.2...1.8.3 +[1.8.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.8.1...1.8.2 +[1.8.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.8.0...1.8.1 +[1.8.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.7.4...1.8.0 +[1.7.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.7.3...1.7.4 +[1.7.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.7.2...1.7.3 +[1.7.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.7.1...1.7.2 +[1.7.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.7.0...1.7.1 +[1.7.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.6.2...1.7.0 +[1.6.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.6.1...1.6.2 +[1.6.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.6.0...1.6.1 +[1.6.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.5.0...1.6.0 +[1.5.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.4.1...1.5.0 +[1.4.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.4.0...1.4.1 +[1.4.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.3.0...1.4.0 +[1.3.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.2.1...1.3.0 +[1.2.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.2.0...1.2.1 +[1.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.1.0...1.2.0 +[1.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.0.2...1.1.0 +[1.0.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.0.1...1.0.2 +[1.0.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/1.0.0...1.0.1 +[1.0.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.13...1.0.0 +[0.6.13]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.12...0.6.13 +[0.6.12]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.11...0.6.12 +[0.6.11]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.10...0.6.11 +[0.6.10]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.9...0.6.10 +[0.6.9]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.8...0.6.9 +[0.6.8]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.7...0.6.8 +[0.6.7]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.6...0.6.7 +[0.6.6]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.5...0.6.6 +[0.6.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.4...0.6.5 +[0.6.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.3...0.6.4 +[0.6.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.2...0.6.3 +[0.6.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.1...0.6.2 +[0.6.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.6.0...0.6.1 +[0.6.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.5.0...0.6.0 +[0.5.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.4.0...0.5.0 +[0.4.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.3.3...0.4.0 +[0.3.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.3.2...0.3.3 +[0.3.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.3.1...0.3.2 +[0.3.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.3.0...0.3.1 +[0.3.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.2.0...0.3.0 +[0.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.1.3...0.2.0 +[0.1.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.1.2...0.1.3 +[0.1.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/0.1.1...0.1.2 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/SECURITY.md new file mode 100644 index 00000000..98f48dd1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/SECURITY.md @@ -0,0 +1,47 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack and its associated plugins have continued support. If a critical vulnerability is found in the current version of a plugin, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +Our HackerOne program covers the below plugin software, as well as a variety of related projects and infrastructure: + +* [Jetpack](https://jetpack.com/) +* Jetpack Backup +* Jetpack Boost +* Jetpack CRM +* Jetpack Protect +* Jetpack Search +* Jetpack Social +* Jetpack VideoPress + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/apple-92dacafad84e79708a74.svg b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/apple-92dacafad84e79708a74.svg new file mode 100644 index 00000000..478fcfd9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/apple-92dacafad84e79708a74.svg @@ -0,0 +1,3 @@ + + + diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/boost-a54137485af36fdffe9c.png b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/boost-a54137485af36fdffe9c.png new file mode 100644 index 0000000000000000000000000000000000000000..dd818e46640521bf00ebe785c56edc8450ba9ed4 GIT binary patch literal 148315 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ɬ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 + + + + + diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/connect-f27775ac15cf885713c2.png b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/connect-f27775ac15cf885713c2.png new file mode 100644 index 0000000000000000000000000000000000000000..66f8710ac063464f987c1024372877131cfa9e45 GIT binary patch literal 62000 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 TI!9=900000NkvXXu0mjfta6Zt literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13f5651ca8e8a744a7d7899273a1eb27b2a7d08c GIT binary patch literal 25037 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 literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a191ec9e49c062c6ac3b2cefd5c4cda317237dbe GIT binary patch literal 55604 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 W6-$1PlzHhz9lQ=FXqR6*pa0nxoDPrx literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/empty-avatar-fea23feddfa99b07c2e8.svg b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/empty-avatar-fea23feddfa99b07c2e8.svg new file mode 100644 index 00000000..d648cc87 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/empty-avatar-fea23feddfa99b07c2e8.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/extras-26daf36507504c96d066.png b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/extras-26daf36507504c96d066.png new file mode 100644 index 0000000000000000000000000000000000000000..d4d49627137b55c162dc14633cd7795f86d174ff GIT binary patch literal 25957 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 literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/google-dec2a429bf1d8e83f9ad.svg b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/google-dec2a429bf1d8e83f9ad.svg new file mode 100644 index 00000000..5794583d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/google-dec2a429bf1d8e83f9ad.svg @@ -0,0 +1 @@ + diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-9de1caef5eb5c22da5d6.svg b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-9de1caef5eb5c22da5d6.svg new file mode 100644 index 00000000..f8dbeb91 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-9de1caef5eb5c22da5d6.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-ai-29e60474d5890cbb6889.png b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-ai-29e60474d5890cbb6889.png new file mode 100644 index 0000000000000000000000000000000000000000..efc3f3b530f46a8653862c73c49024203846c3f9 GIT binary patch literal 56279 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 z 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�Ge;C9Y9{**o^#-Q8kRCr(ua?e76VkBdBT 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

          $vEf8xD5F2v0G`TG-fj7LA&2(I?;-jq$BN`GpV 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 CU}|ds literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/search-f9756bd9c926d905fe70.png b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/search-f9756bd9c926d905fe70.png new file mode 100644 index 0000000000000000000000000000000000000000..0f77309b19f77df4378cd77c8f11e2d0279b7ffb GIT binary patch literal 94887 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

          Sw)$UJ?v0r$ww9CD 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

          c+Vut1 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%0DOIc@>ed5_>#< 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≥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

          H8w_&}I9R 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 x-+MxW|4a9dc(@n{a6)+wJ;uiRuk` \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.asset.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.asset.php new file mode 100644 index 00000000..75d5b60a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.asset.php @@ -0,0 +1 @@ + array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '86d713f826cd96de9db1'); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.css b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.css new file mode 100644 index 00000000..e20d1601 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.css @@ -0,0 +1 @@ +#my-jetpack-container{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);height:100%}#my-jetpack-container .jp-dashboard-footer__jetpack-symbol{height:16px}#wpbody-content>.notice{display:none}#wpwrap{background-color:var(--jp-white-off)}.zI5tJ_qhWE6Oe6Lk75GY{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);--wp-admin-border-width-focus:1.51px;border-radius:var(--jp-border-radius);font-weight:600;justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo{height:calc(var(--spacing-base)*5);padding:var(--spacing-base);width:calc(var(--spacing-base)*5)}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo>svg:first-child{margin:0;padding:0}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo.Na39I683LAaSA99REg14{height:calc(var(--spacing-base)*4);min-width:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*4)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body);height:auto;line-height:24px;padding:var(--spacing-base) calc(var(--spacing-base)*3)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK{padding:var(--spacing-base) calc(var(--spacing-base)*2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body-extra-small);height:auto;line-height:20px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK>svg:first-child{margin-right:calc(var(--spacing-base)/2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo)>.components-spinner{height:20px}.zI5tJ_qhWE6Oe6Lk75GY.lZAo6_oGfclXOO9CC6Rd{font-weight:400}.zI5tJ_qhWE6Oe6Lk75GY.xJDOiJxTt0R_wSl8Ipz_{min-width:100%}.zI5tJ_qhWE6Oe6Lk75GY.is-primary:disabled,.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:disabled{background:var(--jp-gray);color:var(--jp-gray-20)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary{background:var(--jp-white);box-shadow:inset 0 0 0 1.51px var(--jp-black)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:active:not(:disabled),.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:hover:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-link.Na39I683LAaSA99REg14,.zI5tJ_qhWE6Oe6Lk75GY.is-link.ipS7tKy9GntCS4R3vekF{padding:0}.zI5tJ_qhWE6Oe6Lk75GY.is-link:hover:not(:disabled){text-decoration-thickness:3px}.zI5tJ_qhWE6Oe6Lk75GY.is-link:focus:not(:disabled){text-decoration-line:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:not(:disabled){background:var(--jp-red-50);box-shadow:inset 0 0 0 1px var(--jp-red-50);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:hover:not(:disabled){background:var(--jp-red-60);box-shadow:inset 0 0 0 1px var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:focus:not(:disabled){background:var(--jp-red-70);box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:active:not(:disabled){background:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:not(:disabled){background:var(--jp-white);box-shadow:inset 0 0 0 1.5px var(--jp-red-50);color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:hover:not(:disabled){background:var(--jp-red-0);box-shadow:inset 0 0 0 1.5px var(--jp-red-60);color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:active:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:not(:disabled){color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:hover:not(:disabled){box-shadow:none;color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6{position:relative}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6.has-icon{justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>:not(.components-spinner){visibility:hidden}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>.components-spinner{margin:0;position:absolute}.CDuBjJp_8jxzx5j6Nept{margin-left:calc(var(--spacing-base)/2)}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box}.jErCC9oKHSM15BxzFyQK{margin-bottom:0}.oVoYbwbFB6U2o90Njusk{border:1px solid var(--jp-gray);border-left:6px solid var(--jp-red-50);border-radius:var(--jp-border-radius);box-shadow:0 4px 8px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.06);color:var(--jp-gray-80);font-size:16px;line-height:22px;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3) calc(var(--spacing-base)*2) calc(var(--spacing-base)*3)}.oVoYbwbFB6U2o90Njusk.is-error{background-color:var(--jp-white)}.oVoYbwbFB6U2o90Njusk .components-notice__content{align-items:flex-start;display:flex;flex-direction:column;margin:0;padding:12px 4px}.oVoYbwbFB6U2o90Njusk .is-link{color:var(--jp-black);font-size:16px;font-weight:600}.oVoYbwbFB6U2o90Njusk .components-notice__dismiss{align-self:center}.oVoYbwbFB6U2o90Njusk .components-notice__action{align-items:center;background:#000;border-radius:var(--jp-border-radius);color:var(--jp-white);cursor:pointer;font-size:16px;font-weight:600;height:auto;justify-content:center;letter-spacing:-.01em;line-height:24px;margin-left:calc(var(--spacing-base)*2 + 24px);margin-top:24px;padding:8px 24px;text-decoration:none}.oVoYbwbFB6U2o90Njusk.Snc8NEmDelsbhlH4285s .components-notice__action{margin-left:0;margin-top:0;white-space:nowrap}.oVoYbwbFB6U2o90Njusk.Snc8NEmDelsbhlH4285s .components-notice__content{align-items:center;flex-direction:row}.wBVXH4OTNwLHPRpN4nsq{display:flex;flex-grow:1;margin-right:var(--spacing-base)}.wBVXH4OTNwLHPRpN4nsq>svg{fill:var(--jp-red-60);align-self:flex-start;flex-shrink:0;margin-right:calc(var(--spacing-base)*2)}.wBVXH4OTNwLHPRpN4nsq>svg.F1qvEnFfHs5nz3zFZUOV{fill:none}.UyzOAKNwoDF9DW_qjLii{margin-bottom:-1.5rem}.urouayitSUT8zW0V3p_0{margin-bottom:0}.iXXJlk08gFDeCvsTTlNQ{border:1px solid var(--jp-gray);border-left:6px solid var(--jp-red-50);border-radius:var(--jp-border-radius);box-shadow:0 4px 8px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.06);box-sizing:border-box;color:var(--jp-gray-80);font-size:16px;line-height:22px;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3) calc(var(--spacing-base)*2) calc(var(--spacing-base)*3)}.iXXJlk08gFDeCvsTTlNQ.is-error{background-color:var(--jp-white)}.iXXJlk08gFDeCvsTTlNQ .components-notice__content{align-items:flex-start;display:flex;flex-direction:column;margin:0;padding:12px 4px}.iXXJlk08gFDeCvsTTlNQ .is-link{color:var(--jp-black);font-size:16px;font-weight:600}.iXXJlk08gFDeCvsTTlNQ .components-notice__dismiss{align-self:center}.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk,.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk:active,.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk:hover,.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk:visited{align-items:center;background:#000;border-radius:var(--jp-border-radius);color:var(--jp-white);cursor:pointer;font-size:16px;font-weight:600;justify-content:center;letter-spacing:-.01em;line-height:24px;margin-left:calc(var(--spacing-base)*2 + 24px);margin-top:24px;padding:8px 24px;text-decoration:none}.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk,.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk:active,.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk:hover,.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk:visited{margin-left:0;margin-top:0;white-space:nowrap}.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .components-notice__content{align-items:center;flex-direction:row}.e6hHy8BZ7ZKPSXbIC0UG{margin-bottom:25px}.jXz8LnXNzMDdtHqkG0sZ{display:flex;flex-grow:1;margin-right:var(--spacing-base)}.jXz8LnXNzMDdtHqkG0sZ>svg{align-self:flex-start;flex-shrink:0}.jXz8LnXNzMDdtHqkG0sZ .jp-components-spinner,.jXz8LnXNzMDdtHqkG0sZ>svg{margin-right:calc(var(--spacing-base)*2)}@keyframes rotate-spinner{to{transform:rotate(1turn)}}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid transparent;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-right-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.sexr0jUxC1jVixdKiDnC{margin-left:-20px}@media(max-width:782px){.sexr0jUxC1jVixdKiDnC{margin-left:-10px}}.sexr0jUxC1jVixdKiDnC.vKQ11sLeAM45M04P1ccj{background-color:var(--jp-white)}.SqdhUZkXCRuIpErj1B3z{--max-container-width:1128px;--vertical-gutter:24px;--horizontal-spacing:8px;column-gap:var(--vertical-gutter);display:grid;margin:0 auto;max-width:var(--max-container-width);width:100%}@media(max-width:599px){.SqdhUZkXCRuIpErj1B3z{grid-template-columns:repeat(4,minmax(0,1fr));padding:0 16px}}@media(min-width:600px)and (max-width:959px){.SqdhUZkXCRuIpErj1B3z{grid-template-columns:repeat(8,minmax(0,1fr));padding:0 18px}}@media(min-width:960px){.SqdhUZkXCRuIpErj1B3z{grid-template-columns:repeat(12,minmax(0,1fr));padding:0 24px}}.SqdhUZkXCRuIpErj1B3z.OZC_9a1LhpWF9dv15Gdh{max-width:none;padding:unset}@media(max-width:599px){.RuVLl3q4lxTQa3wbhBJB{grid-column-end:span 1}.f9LZTRG4MMK42rS89afW{grid-column-start:1}.bHe_zKxjjpUwHw_MdYE1{grid-column-end:2}.QZbNrOqE2aNSn50xVhpU{grid-column-end:span 2}.ev7W3z7zVYPeHAlYqZjf{grid-column-start:2}.NJWd1m_e7lOiPYru2ZMP{grid-column-end:3}.Xc6nt1Qc1DI0Z2A3gt1r{grid-column-end:span 3}.UIcN_GXiPRoIsin8Kohg{grid-column-start:3}.GRKCyqb5LufCSCgykKFc{grid-column-end:4}.i_qTq8gqhhC3vIUepVRB{grid-column-end:span 4}.G3qaZ3Jpbvam_1XvGxgc{grid-column-start:4}.VRCNYKZtO9zukEwmgP1y{grid-column-end:5}}@media(min-width:600px)and (max-width:959px){.tRm008K_WJL79WoNZTNL{grid-column-end:span 1}.l5T2P_bgKts4tdaRkS1d{grid-column-start:1}.zOCxfLZpF6BlgC7a_Yq1{grid-column-end:2}.F80DdgVn0m5OpvtSQWka{grid-column-end:span 2}.oI1c7JYfiJtMQHbhngtU{grid-column-start:2}.pMQtA_4jh1_1lVknqEP5{grid-column-end:3}.VenqMpdgyKQVUNNQcfqd{grid-column-end:span 3}.seNYL99uoczf9V4MxBxT{grid-column-start:3}.YKfF1HFhI9KygA5l3b2J{grid-column-end:4}.yAi0Cv1xDWkoqsaUhvhR{grid-column-end:span 4}.ubhnyZOnkgxNhh6XtVWv{grid-column-start:4}.RGOPGQbWMJ9Ei5oFxS7X{grid-column-end:5}.Sz1E2aWbX483ijdi6yge{grid-column-end:span 5}.tku6_bRYrX9tMbgYGmIl{grid-column-start:5}.b5JHttOhSEcI1WBlqAjk{grid-column-end:6}.FboSx5MoKTAWbxXyYlCw{grid-column-end:span 6}.Jhs8yEEmodG30edbJvag{grid-column-start:6}.IpzbbKVqEqPcfIGkXkwt{grid-column-end:7}.mhCPwfAZ4Kmm_empzJAq{grid-column-end:span 7}.x034ilrJF7rO9UJB2rI1{grid-column-start:7}.Wt8t2e16viRrOJ1lLA5v{grid-column-end:8}.S6pIrEy9AMLKx9bgh_Ae{grid-column-end:span 8}.kEfI4tGyuWfHTlRnvIab{grid-column-start:8}.PUzX4RRsKq1dnsz3gebS{grid-column-end:9}}@media(min-width:960px){.X_pdcLJikd8LS_YAdJlB{grid-column-end:span 1}.tl936d14Huby4khYp05X{grid-column-start:1}.hnge0LnR69d3NXEtEE1t{grid-column-end:2}.fj0NUMuyZQcPNgKcjp5Z{grid-column-end:span 2}.R2ncBX7a2NigdYCcV1OX{grid-column-start:2}.t8vMSDVYno9k9itRwnXb{grid-column-end:3}.wsDuEN2GqHx6qzo8dUdk{grid-column-end:span 3}.cIEVPUweWtLBy3xaXnMx{grid-column-start:3}.fajUWBwu1m2B479j3jmz{grid-column-end:4}.YR0c7fQTgMkDdWzwSyLp{grid-column-end:span 4}.xlwp8BmplxkKNMI7gamo{grid-column-start:4}._C4O1w9DUqx1m3gPf8aA{grid-column-end:5}.Z54F1hAErckAIrKlxnXW{grid-column-end:span 5}.ezSDWkRHmKSxDJXxuiOH{grid-column-start:5}.T0ChoeAjGJjkkNrYhD4g{grid-column-end:6}.qtMoMPF6yHvGJnWHSsde{grid-column-end:span 6}.gdoywN5VPiWERfIBqkph{grid-column-start:6}.wUev_VH5uf_pwFFlbnAU{grid-column-end:7}.egIPDFJsOpownTClq9XP{grid-column-end:span 7}.yGhp9yoAW7k0kQik9AB7{grid-column-start:7}.SJ43U9mR5wUg5V2qBeQA{grid-column-end:8}.cTuyHfMwSUJxN_HdIEgd{grid-column-end:span 8}.smCr8DaIagcumdvdldiK{grid-column-start:8}.T03NHzQJvzwL6wAfIiTL{grid-column-end:9}.pMvxM3RJGjqyNdf9qg1Y{grid-column-end:span 9}.iIVpNRwEnQ_JI5gpp9EN{grid-column-start:9}.ZbQ4u4vGSX5rJOje4uGL{grid-column-end:10}.gKb5wuIDAlKGbrjK2vxy{grid-column-end:span 10}.Z7pINdImE2WJiYnZBTqm{grid-column-start:10}.ZTxp6qpvwurMdOnLLSz1{grid-column-end:11}.NnQTlbfnxPDR6cQ7rygg{grid-column-end:span 11}.O137wZd6Yl0olSA9PsXR{grid-column-start:11}.zf2OJtQ2MPz6SDoh6CB0{grid-column-end:12}.U3H6UHW6HqRt9hdzVg3O{grid-column-end:span 12}.zynnNeS_ZBTxABcVpUQH{grid-column-start:12}.vI8tltFZtFUNAy9Iag9s{grid-column-end:13}}.jp-dashboard-footer{align-items:center;color:var(--jp-black);display:flex;flex-wrap:wrap;font-size:var(--font-body-extra-small);line-height:1.333;max-width:1128px;width:100%}.jp-dashboard-footer a{text-decoration:none}.jp-dashboard-footer a:any-link,.jp-dashboard-footer a[role=button]{color:inherit}.jp-dashboard-footer a:hover{text-decoration:underline;text-decoration-thickness:1.5px}.jp-dashboard-footer a:focus{border-radius:2px;box-shadow:none;outline:1.5px solid currentColor;outline-offset:3px}.jp-dashboard-footer.is-sm>ul{gap:.125rem}.jp-dashboard-footer.is-md,.jp-dashboard-footer.is-sm>ul{align-items:flex-start;flex-direction:column}.jp-dashboard-footer>ul{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0;width:100%}.jp-dashboard-footer>ul>li{margin-bottom:0}.jp-dashboard-footer>ul>li>a{align-items:center;display:flex;gap:.25rem;min-height:44px}.jp-dashboard-footer__jp-item{font-weight:600;padding-inline-end:1rem}.jp-dashboard-footer.is-sm .jp-dashboard-footer__jp-item{padding-bottom:1rem}.jp-dashboard-footer.is-lg .jp-dashboard-footer__a8c-item{margin-inline-start:auto}.jp-dashboard-footer.is-sm .jp-dashboard-footer__a8c-item{padding-top:1rem}.jp-dashboard-footer__a8c-item>a,.jp-dashboard-footer__jp-item>a{text-decoration:none}.HeJe1crc9XaWWpLvIPit .components-modal__frame{border-bottom-left-radius:4px;border-left:4px solid #e68b28;border-top-left-radius:4px;max-height:100%}.HeJe1crc9XaWWpLvIPit .components-modal__content{margin-top:0;padding:0}.HeJe1crc9XaWWpLvIPit .components-modal__header{display:none}.HeJe1crc9XaWWpLvIPit .or0JUScxkJPmNsfrxkEK .jp-idc__idc-screen{border:0}.vMa4i_Dza2t5Zi_Bw9Nf{background:var(--jp-white-off)}.WQVtrU6q0L1Igcj7wCrQ{margin:0;padding:0}.UujoBFTnQNY2cWU2SIsH{font-size:var(--font-headline-medium);font-weight:700;line-height:52px}.TeGO5V_thHw5lDAm1_2M{font-weight:700}.TeGO5V_thHw5lDAm1_2M,.WolQzb2MsSgiNmLtc7_j{font-size:var(--font-headline-small);line-height:40px}.WolQzb2MsSgiNmLtc7_j{font-weight:400}.hUB0JT8p1T2Hw28N6qC8{font-weight:500}.gKZWDv5chz3_O3Syp74H,.hUB0JT8p1T2Hw28N6qC8{font-size:var(--font-title-medium);line-height:32px}.gKZWDv5chz3_O3Syp74H{font-weight:600}.zY2No8Ga4b8shbOQGhnv{font-size:var(--font-title-small);font-weight:500;line-height:30px}.tIj0D1t8Cc892ikmgFPZ{font-size:var(--font-body);font-weight:400;line-height:24px}.KdcN0BnOaVeVhyLRKqhS{font-size:var(--font-body-small);font-weight:400;line-height:24px}.dso3Rh3tl3Xv1GumBktz{font-weight:400}.dso3Rh3tl3Xv1GumBktz,.mQ1UlbN9u4Mg9byO8m7v{font-size:var(--font-body-extra-small);line-height:20px}.mQ1UlbN9u4Mg9byO8m7v{font-weight:700}.PItlW5vRExLnTj4a8eLE{font-size:var(--font-body-extra-small);font-weight:600;line-height:16px}.TwRpPlktzxhmFVeua7P5{margin:calc(var( --spacing-base )*0)}.zVfqx7gyb3o9mxfGynn1{margin-left:calc(var( --spacing-base )*0);margin-right:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy{margin-bottom:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy,.xqDIp6cNVr_E6RXaiPyD{margin-top:calc(var( --spacing-base )*0)}.S8EwaXk1kyPizt6x4WH2{margin-right:calc(var( --spacing-base )*0)}.ODX5Vr1TARoLFkDDFooD{margin-bottom:calc(var( --spacing-base )*0)}.cphJ8dCpfimnky7P2FHg{margin-left:calc(var( --spacing-base )*0)}.PFgIhNxIyiSuNvQjAIYj{margin:calc(var( --spacing-base )*1)}.M2jKmUzDxvJjjVEPU3zn{margin-left:calc(var( --spacing-base )*1);margin-right:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk{margin-bottom:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk,.rcTN5uw9xIEeMEGL3Xi_{margin-top:calc(var( --spacing-base )*1)}.CQSkybjq2TcRM1Xo9COV{margin-right:calc(var( --spacing-base )*1)}.hfqOWgq6_MEGdFE82eOY{margin-bottom:calc(var( --spacing-base )*1)}.I8MxZQYTbuu595yfesWA{margin-left:calc(var( --spacing-base )*1)}.kQkc6rmdpvLKPkyoJtVQ{margin:calc(var( --spacing-base )*2)}.j6vFPxWuu4Jan2ldoxpp{margin-left:calc(var( --spacing-base )*2);margin-right:calc(var( --spacing-base )*2)}.hqr39dC4H_AbactPAkCG{margin-bottom:calc(var( --spacing-base )*2)}.c3dQnMi16C6J6Ecy4283,.hqr39dC4H_AbactPAkCG{margin-top:calc(var( --spacing-base )*2)}.YNZmHOuRo6hU7zzKfPdP{margin-right:calc(var( --spacing-base )*2)}.Db8lbak1_wunpPk8NwKU{margin-bottom:calc(var( --spacing-base )*2)}.ftsYE5J9hLzquQ0tA5dY{margin-left:calc(var( --spacing-base )*2)}.Det4MHzLUW7EeDnafPzq{margin:calc(var( --spacing-base )*3)}.h_8EEAztC29Vve1datb5{margin-left:calc(var( --spacing-base )*3);margin-right:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM{margin-bottom:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM,.soADBBkcIKCBXzCTuV9_{margin-top:calc(var( --spacing-base )*3)}.zSX59ziEaEWGjnpZa4uV{margin-right:calc(var( --spacing-base )*3)}.yrVTnq_WBMbejg89c2ZQ{margin-bottom:calc(var( --spacing-base )*3)}.UKtHPJnI2cXBWtPDm5hM{margin-left:calc(var( --spacing-base )*3)}.guexok_Tqd5Tf52hRlbT{margin:calc(var( --spacing-base )*4)}.oS1E2KfTBZkJ3F0tN7T6{margin-left:calc(var( --spacing-base )*4);margin-right:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd{margin-bottom:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd,.ot2kkMcYHv53hLZ4LSn0{margin-top:calc(var( --spacing-base )*4)}.A1krOZZhlQ6Sp8Cy4bly{margin-right:calc(var( --spacing-base )*4)}.pkDbXXXL32237M0hokEh{margin-bottom:calc(var( --spacing-base )*4)}.XXv4kDTGvEnQeuGKOPU3{margin-left:calc(var( --spacing-base )*4)}.yGqHk1a57gaISwkXwXe6{margin:calc(var( --spacing-base )*5)}.X8cghM358X3DkXLc9aNK{margin-left:calc(var( --spacing-base )*5);margin-right:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f{margin-bottom:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f,.yqeuzwyGQ7zG0avrGqi_{margin-top:calc(var( --spacing-base )*5)}.g9emeCkuHvYhveiJbfXO{margin-right:calc(var( --spacing-base )*5)}.Lvk3dqcyHbZ07QCRlrUQ{margin-bottom:calc(var( --spacing-base )*5)}.r3yQECDQ9qX0XZzXlVAg{margin-left:calc(var( --spacing-base )*5)}.aQhlPwht2Cz1X_63Miw0{margin:calc(var( --spacing-base )*6)}.JyHb0vK3wJgpblL9s5j8{margin-left:calc(var( --spacing-base )*6);margin-right:calc(var( --spacing-base )*6)}.cY2gULL1lAv6WPNIRuf3{margin-bottom:calc(var( --spacing-base )*6)}.NBWQ9Lwhh_fnry3lg_p7,.cY2gULL1lAv6WPNIRuf3{margin-top:calc(var( --spacing-base )*6)}.yIOniNe5E40C8fWvBm5V{margin-right:calc(var( --spacing-base )*6)}.t30usboNSyqfQWIwHvT3{margin-bottom:calc(var( --spacing-base )*6)}.Nm_TyFkYCMhOoghoToKJ{margin-left:calc(var( --spacing-base )*6)}.C4qJKoBXpgKtpmrqtEKB{margin:calc(var( --spacing-base )*7)}.S93Srbu6NQ_PBr7DmTiD{margin-left:calc(var( --spacing-base )*7);margin-right:calc(var( --spacing-base )*7)}.fJj8k6gGJDks3crUZxOS{margin-bottom:calc(var( --spacing-base )*7)}.cW6D6djs7Ppm7fD7TeoV,.fJj8k6gGJDks3crUZxOS{margin-top:calc(var( --spacing-base )*7)}.DuCnqNfcxcP3Z__Yo5Ro{margin-right:calc(var( --spacing-base )*7)}.im8407m2fw5vOg7O2zsw{margin-bottom:calc(var( --spacing-base )*7)}.G0fbeBgvz2sh3uTP9gNl{margin-left:calc(var( --spacing-base )*7)}.kvW3sBCxRxUqz1jrVMJl{margin:calc(var( --spacing-base )*8)}.tOjEqjLONQdkiYx_XRnw{margin-left:calc(var( --spacing-base )*8);margin-right:calc(var( --spacing-base )*8)}.op5hFSx318zgxsoZZNLN{margin-bottom:calc(var( --spacing-base )*8)}.c9WfNHP6TFKWIfLxv52J,.op5hFSx318zgxsoZZNLN{margin-top:calc(var( --spacing-base )*8)}.sBA75QqcqRwwYSHJh2wc{margin-right:calc(var( --spacing-base )*8)}.GpL6idrXmSOM6jB8Ohsf{margin-bottom:calc(var( --spacing-base )*8)}.HbtWJoQwpgGycz8dGzeT{margin-left:calc(var( --spacing-base )*8)}.uxX3khU88VQ_Ah49Ejsa{padding:calc(var( --spacing-base )*0)}.KX0FhpBKwKzs9fOUdbNz{padding-left:calc(var( --spacing-base )*0);padding-right:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz{padding-bottom:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz,.emxLHRjQuJsImnPbQIzE{padding-top:calc(var( --spacing-base )*0)}.kJ8WzlpTVgdViXt8ukP9{padding-right:calc(var( --spacing-base )*0)}.tg_UIUI11VBzrTAn2AzJ{padding-bottom:calc(var( --spacing-base )*0)}.uczvl8kaz84oPQJ2DB2R{padding-left:calc(var( --spacing-base )*0)}.o7UHPcdVK3lt7q3lqV4o{padding:calc(var( --spacing-base )*1)}.IDqEOxvDoYrFYxELPmtX{padding-left:calc(var( --spacing-base )*1);padding-right:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2{padding-bottom:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2,.npy3hw4A5QSkDicb2CJJ{padding-top:calc(var( --spacing-base )*1)}.LgbptTApNY5NwLQvEFAt{padding-right:calc(var( --spacing-base )*1)}.WZQy2SZuZso59bUsXXyl{padding-bottom:calc(var( --spacing-base )*1)}.o331apInxNunbYB3SfPE{padding-left:calc(var( --spacing-base )*1)}.fMPIyD9Vqki1Lrc_yJnG{padding:calc(var( --spacing-base )*2)}.i2pMcTcdrr10IQoiSm_L{padding-left:calc(var( --spacing-base )*2);padding-right:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH{padding-bottom:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH,.o9bGieUKcYc8o0Ij9oZX{padding-top:calc(var( --spacing-base )*2)}.SwZcFez1RDqWsOFjB5iG{padding-right:calc(var( --spacing-base )*2)}.eHpLc_idmuEqeqCTvqkN{padding-bottom:calc(var( --spacing-base )*2)}.vU39i2B4P1fUTMB2l6Vo{padding-left:calc(var( --spacing-base )*2)}.JHWNzBnE29awhdu5BEh1{padding:calc(var( --spacing-base )*3)}.X72lGbb56L3KFzC2xQ9N{padding-left:calc(var( --spacing-base )*3);padding-right:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e{padding-bottom:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e,.srV0KSDC83a2fiimSMMQ{padding-top:calc(var( --spacing-base )*3)}.lUWfkmbQjCskhcNwkyCm{padding-right:calc(var( --spacing-base )*3)}.Ts0dIlc3aTSL7V4cIHis{padding-bottom:calc(var( --spacing-base )*3)}.CzlqQXXhX6MvorArFZ8B{padding-left:calc(var( --spacing-base )*3)}.TqMPkQtR_DdZuKb5vBoV{padding:calc(var( --spacing-base )*4)}.a7UrjhI69Vetlcj9ZVzz{padding-left:calc(var( --spacing-base )*4);padding-right:calc(var( --spacing-base )*4)}.StEhBzGs2Gi5dDEkjhAv{padding-bottom:calc(var( --spacing-base )*4)}.FGneZfZyvYrt1dG0zcnm,.StEhBzGs2Gi5dDEkjhAv{padding-top:calc(var( --spacing-base )*4)}.APEH216rpdlJWgD2fHc8{padding-right:calc(var( --spacing-base )*4)}.oGwXC3ohCic9XnAj6x69{padding-bottom:calc(var( --spacing-base )*4)}.U6gnT9y42ViPNOcNzBwb{padding-left:calc(var( --spacing-base )*4)}.IpdRLBwnHqbqFrixgbYC{padding:calc(var( --spacing-base )*5)}.HgNeXvkBa9o3bQ5fvFZm{padding-left:calc(var( --spacing-base )*5);padding-right:calc(var( --spacing-base )*5)}.tJtFZM3XfPG9v9TSDfN1{padding-bottom:calc(var( --spacing-base )*5)}.PdifHW45QeXYfK568uD8,.tJtFZM3XfPG9v9TSDfN1{padding-top:calc(var( --spacing-base )*5)}.mbLkWTTZ0Za_BBbFZ5b2{padding-right:calc(var( --spacing-base )*5)}.vVWpZpLlWrkTt0hMk8XU{padding-bottom:calc(var( --spacing-base )*5)}.RxfaJj5a1Nt6IavEo5Zl{padding-left:calc(var( --spacing-base )*5)}.SppJULDGdnOGcjZNCYBy{padding:calc(var( --spacing-base )*6)}.palY2nLwdoyooPUm9Hhk{padding-left:calc(var( --spacing-base )*6);padding-right:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_{padding-bottom:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_,.YEEJ9b90ueQaPfiU8aeN{padding-top:calc(var( --spacing-base )*6)}.QE0ssnsKvWJMqlhPbY5u{padding-right:calc(var( --spacing-base )*6)}.n8yA3jHlMRyLd5UIfoND{padding-bottom:calc(var( --spacing-base )*6)}.tXHmxYnHzbwtfxEaG51n{padding-left:calc(var( --spacing-base )*6)}.kBTsPKkO_3g_tLkj77Um{padding:calc(var( --spacing-base )*7)}.RyhrFx6Y1FGDrGAAyaxm{padding-left:calc(var( --spacing-base )*7);padding-right:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO{padding-bottom:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO,.vQVSq6SvWKbOMu6r4H6b{padding-top:calc(var( --spacing-base )*7)}.oBy5__aEADMsH46mrgFX{padding-right:calc(var( --spacing-base )*7)}.KVEXoJqf1s92j0JMdNmN{padding-bottom:calc(var( --spacing-base )*7)}.ZMXGNrNaKW3k_3TLz0Fq{padding-left:calc(var( --spacing-base )*7)}.tuiR9PhkHXhGyEgzRZRI{padding:calc(var( --spacing-base )*8)}.U7454qyWkQNa2iaSJziu{padding-left:calc(var( --spacing-base )*8);padding-right:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8{padding-bottom:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8,.X1rm9DQ1zLGLfogja5Gn{padding-top:calc(var( --spacing-base )*8)}.JS7G6kAuqJo5GIuF8S5t{padding-right:calc(var( --spacing-base )*8)}.Y8F9ga1TDCMbM1lj4gUz{padding-bottom:calc(var( --spacing-base )*8)}.AJuyNGrI63BOWql719H8{padding-left:calc(var( --spacing-base )*8)}.mpr8_ygU8woV4bVR1xvw{align-items:center;display:flex;font-size:var(--font-title-small);font-weight:500;line-height:1.5;margin-bottom:.5rem;margin-top:0}.gwO_Q0L0jbwMARVlBezu{color:var(--jp-gray-60);font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:var(--font-body-small);font-weight:400;letter-spacing:-.15px;line-height:20px;margin-left:.75rem}.qwy7CsLeEbXvaPwgC9WV{display:flex;flex-flow:row nowrap;max-width:100%;overflow-x:scroll;padding:1px;scrollbar-width:none}.qwy7CsLeEbXvaPwgC9WV::-webkit-scrollbar{display:none}.qwy7CsLeEbXvaPwgC9WV .Hrbg7DeSJs6gas9zdPDR{border-color:var(--jp-gray-5);border-radius:5px;margin-bottom:0;margin-right:1.5rem;min-width:180px;padding:1rem 1.5rem;width:100%}@media only screen and (min-width:960px){.qwy7CsLeEbXvaPwgC9WV .Hrbg7DeSJs6gas9zdPDR{min-width:220px}}.qwy7CsLeEbXvaPwgC9WV .Hrbg7DeSJs6gas9zdPDR:last-child{margin-right:0}.NFpbo5AINn6I6avKFGby{margin-bottom:1.5rem}.aoQZCG0JeyWmy2J6vVxF{font-weight:500;line-height:20px;margin-bottom:.25rem}.M6ApyXg79vuXo6GwDkbO{align-items:flex-end;display:flex;flex-wrap:wrap;font-size:36px;font-weight:400;line-height:40px}.M6ApyXg79vuXo6GwDkbO.DYHb5e6QhgXejWyo9s78{cursor:pointer}.OlInbY5YnDO06MEQHv98{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1;margin-right:.5rem}.EtbKbd5m85w7oYT4stIs{fill:var(--jp-gray-20);color:var(--jp-gray-20);display:none;font-size:var(--font-body-small);font-weight:600;line-height:24px}@media screen and (min-width:960px){.EtbKbd5m85w7oYT4stIs{align-items:center;display:flex}}.EtbKbd5m85w7oYT4stIs.Awr7zl75sfAsFPHK9kDG{fill:var(--jp-red-50);color:var(--jp-red-50)}.EtbKbd5m85w7oYT4stIs.QFSZbIKFdWO3HEPBZyhc{fill:var(--jp-green-50);color:var(--jp-green-50)}.GgJAnS4gaEEGmRCP5n8y{align-content:flex-end;display:flex}.mjiNtwdbKpfo9edGVes4{margin-right:2px}.pAt4v_KG9Ir19wNcEtEj{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:calc(var(--spacing-base)*2.5);min-height:28px;width:100%}.OpMBda4vebhRbW8Fm6YC{background:var(--jp-white);border-radius:var(--jp-border-radius);box-shadow:0 0 40px rgba(0,0,0,.08);box-shadow:0 0 0 1px var(--jp-gray-10) inset,0 0 40px 0 rgba(0,0,0,.08);display:flex;flex-direction:column;height:100%;padding:calc(var(--spacing-base)*3)}.OpMBda4vebhRbW8Fm6YC.BghJAx9hSagUdHWOUaYE{background:none;background-color:var(--jp-white-off);color:var(--jp-black-80);text-decoration:none}.OpMBda4vebhRbW8Fm6YC.BghJAx9hSagUdHWOUaYE:focus{background-color:var(--jp-white);box-shadow:0 0 0 1.5px var(--jp-black);outline:3px solid transparent}.OpMBda4vebhRbW8Fm6YC.IWsEW5nnNWUqqcT3K5L1{box-shadow:0 0 0 1.5px var(--jp-red-60)}.r3UCwgwCthua6lDCvIBI{align-items:center;display:flex;gap:var(--spacing-base);justify-content:space-between;margin-bottom:var(--spacing-base);width:100%}.r3UCwgwCthua6lDCvIBI h3{font-weight:700}.vpluqUMgmwx9_f8wCVIn{align-items:center;display:flex;flex-wrap:wrap-reverse;gap:var(--spacing-base);height:100%}.gmPKCDKZcfQt9WieTyKS{flex-grow:1}.fDBaV7I4yUO6w5AWVEtr{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:calc(var(--spacing-base)*2);min-height:28px;width:100%}.f5VJYwuJmjxH8PVxEbbv{align-items:center;display:flex;height:28px;white-space:nowrap}.f5VJYwuJmjxH8PVxEbbv:before{border-radius:50%;content:"";display:inline-block;height:8px;margin-right:var(--spacing-base);width:8px}.f5VJYwuJmjxH8PVxEbbv.ry3pxoGtmQ0ZeSwp7F_3{color:var(--jp-green-50)}.f5VJYwuJmjxH8PVxEbbv.ry3pxoGtmQ0ZeSwp7F_3:before{background:var(--jp-green-50)}.f5VJYwuJmjxH8PVxEbbv.LZzE3EG7m3CDR46wwwEr{color:var(--jp-gray-50)}.f5VJYwuJmjxH8PVxEbbv.LZzE3EG7m3CDR46wwwEr:before{background:var(--jp-gray-50)}.f5VJYwuJmjxH8PVxEbbv.Vx_jpT02r8W6NfsRSB02{color:var(--jp-red-60)}.f5VJYwuJmjxH8PVxEbbv.Vx_jpT02r8W6NfsRSB02:before{background:var(--jp-red-60)}.f5VJYwuJmjxH8PVxEbbv.PdsJCfyyjSgrNDheF2qi:before{animation:dWP7ypkVXudMbAa38W5Z .5s linear infinite}@keyframes dWP7ypkVXudMbAa38W5Z{0%{opacity:0}50%{opacity:.5}to{opacity:0}}.g4lyov8aMDggdD4yOi1p{align-items:baseline;display:flex;margin-top:calc(var(--spacing-base)/2)}.g4lyov8aMDggdD4yOi1p .Ys5ScZ_dYn2O2AzDE5Yi{font-size:32px;font-weight:400;line-height:36px;margin-right:var(--spacing-base)}.sUNg_b7XteVXOrpHAkJg :last-child{margin-top:4px}.cF6QAJf1vXXAMuutXPcq{align-items:baseline;display:flex}.cF6QAJf1vXXAMuutXPcq.coY634LconQ7gzDDNJeu{fill:var(--jp-gray-10);color:var(--jp-gray-10)}.cF6QAJf1vXXAMuutXPcq.kyqpwKaL2FyQ8CtxJQ0f{fill:var(--jp-green-50);color:var(--jp-green-50)}.cF6QAJf1vXXAMuutXPcq.aXf37lEOcjpNV8ImLaYK{fill:var(--jp-red-40);color:var(--jp-red-40)}.cF6QAJf1vXXAMuutXPcq .OyGdoGzsQ48VaVVR99_H{left:2px;position:relative;top:2px}.cF6QAJf1vXXAMuutXPcq .cKLicfMCaDSGPlX222jF{font-size:14px;font-weight:600;line-height:24px}.wm7Alh6CwbsWkVSODgI2{margin-top:calc(var(--spacing-base)/2)}.qpN923qyxjI06NCgFC8j>li{margin-bottom:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.cAbGtJDGgLubucBnz7vM{background-color:var(--jp-white)}.wiobThfXJCuhGNrbFIT6 a,.wiobThfXJCuhGNrbFIT6 a:active,.wiobThfXJCuhGNrbFIT6 a:hover{color:var(--jp-black)}.VgAxgahF9bC2M__FiIgV{display:flex;margin-bottom:calc(var(--spacing-base)*3)}.dbRwkMLqcMF67njPoAF7{margin-right:8px}.Doju0RxvvN9JS12mf489{line-height:calc(var(--spacing-base)*3);margin:0 0 var(--spacing-base) 0}.yWUvvF4WJLNDSpMgBMfm{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.ka1fVHj2HOkHjhdoEFOZ{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.ka1fVHj2HOkHjhdoEFOZ{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.ka1fVHj2HOkHjhdoEFOZ{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.JMOO4Y_9yhTO9lwLnRUx{grid-column-end:span 1}.PFDPAqk51qox_ChLqJwm{grid-column-end:span 2}.ault0jHVfWpShqOGooIP{grid-column-end:span 3}.GqpvdRzmzPJELtSm4FEN{grid-column-end:span 4}@media(min-width:600px){.Ym4_YneEGD_iZD6W1C2o{grid-column-end:span 1}.NbvHnnDtWw8n9BEUQ0Oy{grid-column-end:span 2}.ElMT7rhxe5ZJKO41MnhW{grid-column-end:span 3}.yKjnqjibn_wW_1tWWt5Q{grid-column-end:span 4}.Pb30lOcQFpzUX57GwflS{grid-column-end:span 5}.pC1wxc_R8y4pNILHsiiY{grid-column-end:span 6}.pChscSCnudQoWGjMFKI_{grid-column-end:span 7}.qw1H2gAgF3lDCI2Tbkmb{grid-column-end:span 8}}@media(min-width:960px){.VzcA_rrxBK3g4ozA0oD9{grid-column-end:span 1}.pNAa7O2adRZD8Slgk9iR{grid-column-end:span 2}.tlIMLlipexblj8CeOx4B{grid-column-end:span 3}.Dvt0u5l2Rr1BhBmvYAzl{grid-column-end:span 4}.BiUsgNTc0tyc7tC5jnzE{grid-column-end:span 5}.ulJXAsj7G2ROJ1g3_s28{grid-column-end:span 6}.HsoVlyVLsXYClx9Atox0{grid-column-end:span 7}.oXxjRQNNj2cfIpFBqC1W{grid-column-end:span 8}.qXgUn4Adg9xE_JnbuDio{grid-column-end:span 9}.xMpqTLiLfYFEJiRPQQQq{grid-column-end:span 10}.IiGo3Sz2FDZN7_eGElwA{grid-column-end:span 11}.Om8BNCjfgqQ_wmPQjfOY{grid-column-end:span 12}}@media(max-width:960px){.t10ZWzP7ADjJnR4tqxRS{display:none}}@media(max-width:600px){.eOUlZG8Pelh_Xj0aSoHG{display:none}}.l546LrwBEePz434NFK5Q{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);display:block;margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.l546LrwBEePz434NFK5Q span{display:block}.l546LrwBEePz434NFK5Q span:last-of-type{font-weight:600}.l546LrwBEePz434NFK5Q:focus span:last-of-type,.l546LrwBEePz434NFK5Q:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.l546LrwBEePz434NFK5Q:focus:after,.l546LrwBEePz434NFK5Q:hover:after{transform:translateY(-50%) translateX(8px)}.l546LrwBEePz434NFK5Q:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.Q7w4fcEcemZ2nlwaYNog{fill:var(--jp-yellow-30)!important;display:inline-block!important;width:1.1em!important}.AoNQsOaTt6gSf0H6Yasz{display:inline-block;position:relative}.v13ZwGzUnecPA7Y3URAl{height:18px;left:-53px;pointer-events:none;position:absolute;top:0;width:124px}.EeDbu9pXFWTsCzfTpv2v{pointer-events:all}.BmSvoIi3rErkcrRiOi2W{color:var(--jp-black);font-size:16px;font-weight:600;line-height:19px}.BmSvoIi3rErkcrRiOi2W:not(:last-child){margin-bottom:8px}.mojRoVuWdDJo0E6LEjJw{font-size:14px;font-weight:400;line-height:24px}.golden-token-icon-tooltip .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-right:-62px}.golden-token-icon-tooltip .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-left:-62px}.golden-token-icon-tooltip .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.golden-token-icon-tooltip .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.golden-token-icon-tooltip .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.golden-token-icon-tooltip .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.golden-token-icon-tooltip .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.golden-token-icon-tooltip .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.golden-token-icon-tooltip .components-popover__content{border:1px solid var(--jp-gray);border-radius:4px;outline:none;padding:24px;white-space:normal;width:304px}.golden-token-icon-tooltip .components-button.is-link:focus:not(:disabled){box-shadow:none}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:var(--color-facebook);border-radius:50%!important}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:var(--color-twitter)}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:var(--color-linkedin)}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:var(--color-tumblr)}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:var(--color-mastodon)}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:var(--color-nextdoor)}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:var(--color-instagram)}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:var(--color-whatsapp)}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe{align-items:center;display:flex;gap:var(--spacing-base);margin-bottom:calc(var(--spacing-base)*3)}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe .VmtuLc2xRqmsO6cK8qjF{position:relative}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe .MdTRfQ3eo5qZKChZlzNj{width:32px}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe .PbEpL02SEH9VNAlbKCfV{width:30px}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe .TD4AUM9gcTVAB6JHB5ZR{border-radius:50%;margin-left:-10px;position:absolute;width:32px}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe .yjl73qv0VWoPP8IhGreh{border-top-style:solid;border-top:2px dashed var(--jp-black);height:0;width:67px}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe .rq8YRaj9OyUUXJUHiUgI{border-color:var(--jp-red)}.kezuOHNvu9vdvlJ86Fwg .YZ7FNKEm9qpvQ4ZkbAz5{transform:rotate(180deg)}.kezuOHNvu9vdvlJ86Fwg .oH9tzGE80LnB6Og69RFz{margin-bottom:var(--spacing-base)}.kezuOHNvu9vdvlJ86Fwg .oH9tzGE80LnB6Og69RFz,.kezuOHNvu9vdvlJ86Fwg .xXVEWvQllVsFGmJY8WEp{align-items:center;display:flex;gap:var(--spacing-base)}.kezuOHNvu9vdvlJ86Fwg .xXVEWvQllVsFGmJY8WEp.J0GIu2rNR7rXocQTyd8p{fill:var(--jp-red);color:var(--jp-red)}.jp-connection__manage-dialog{--spacing-base:8px;border-radius:3px;margin:auto;width:1200px}.jp-connection__manage-dialog__content{align-items:center;background:var(--jp-white-off);display:flex;flex-direction:column;justify-content:center;padding:80px;text-align:center}.jp-connection__manage-dialog__content h1{font-size:var(--font-title-large);font-weight:700;line-height:1.2;margin:0}.jp-connection__manage-dialog__large-text{font-size:1.25rem;font-weight:600;margin-bottom:calc(var(--spacing-base)*4);margin-top:calc(var(--spacing-base)*3);max-width:60%}.jp-connection__manage-dialog__actions{align-items:center;background:var(--jp-white);border-top:1px solid var(--jp-gray);bottom:0;box-sizing:border-box;margin:0!important;max-width:1200px!important;padding:calc(var(--spacing-base)*4) calc(var(--spacing-base)*5);position:sticky}.jp-connection__manage-dialog__link{color:var(--jp-black)}.jp-connection__manage-dialog__link:hover{color:var(--jp-black);text-decoration-thickness:var(--jp-underline-thickness)}.jp-connection__manage-dialog__link:focus{color:var(--jp-black)}.jp-connection__manage-dialog__button-wrap button{float:right}.jp-connection__manage-dialog__action-card{background-color:var(--jp-white);border:none;border-radius:3px;box-shadow:0 0 15px var(--jp-gray-off);margin:var(--spacing-base) auto;max-width:100%;padding:1rem 2rem;text-align:left;width:750px}.jp-connection__manage-dialog__action-card__card-headline{font-size:var(--font-body);font-weight:600;line-height:calc(var(--spacing-base)*3);text-decoration:none}.jp-connection__manage-dialog__action-card__icon{float:right}.jp-connection__manage-dialog__action-card .transfer{fill:var(--jp-black);color:var(--jp-black)}.jp-connection__manage-dialog__action-card .disconnect{fill:var(--jp-red);color:var(--jp-red)}.jp-connection__manage-dialog .components-modal__header{display:none}.jp-connection__manage-dialog .components-modal__content{margin:0;padding:0}.jp-connection__disconnect-dialog h1{font-size:var(--font-title-small);font-weight:600;line-height:1.2;margin-top:0}.jp-connection__disconnect-dialog h2{font-size:var(--font-title-small);font-weight:400;line-height:1.2;margin:0}.jp-connection__disconnect-dialog p{font-size:var(--font-body);margin-top:0}.jp-connection__disconnect-dialog p.jp-connection__disconnect-dialog__large-text,.jp-connection__disconnect-dialog__large-text{font-size:1.25rem}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link,.jp-connection__disconnect-dialog__link{color:var(--jp-black);font-size:var(--font-body);font:inherit;height:auto;padding:0;text-decoration:underline}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link:hover,.jp-connection__disconnect-dialog__link:hover{color:var(--jp-black);text-decoration-thickness:var(--jp-underline-thickness)}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link:focus,.jp-connection__disconnect-dialog__link:focus{box-shadow:none!important;color:var(--jp-black)}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link--bold,.jp-connection__disconnect-dialog__link--bold{font-weight:700}.jp-connection__disconnect-dialog .components-button{border-radius:4px;font-size:var(--font-body-small);height:40px}.jp-connection__disconnect-dialog .components-modal__content{display:flex;flex-direction:column;flex-grow:1;margin:0;padding:0}.jp-connection__disconnect-dialog .components-modal__content:before,.jp-connection__disconnect-dialog .components-modal__header{display:none}.jp-connection__disconnect-dialog .jp-row{align-items:center;width:calc(100% - 48px)}.jp-connection__disconnect-dialog__content{align-items:center;background:var(--jp-white-off);border-radius:4px;display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0;padding:2rem 1rem;text-align:center}.jp-connection__disconnect-dialog__actions{background:var(--jp-white);border-top:1px solid var(--jp-gray);bottom:0;padding:2rem 0;position:sticky}.jp-connection__disconnect-dialog__actions p{margin-bottom:0}.jp-connection__disconnect-dialog__actions:before{background:linear-gradient(to bottom,transparent,var(--jp-white-off));bottom:calc(100% + 1px);content:"";display:block;height:80px;left:0;position:absolute;width:100%}.jp-connection__disconnect-dialog__btn-dismiss,.jp-connection__disconnect-dialog__btn-dismiss.components-button{background:var(--jp-black)!important;margin-right:10px}.jp-connection__disconnect-dialog__btn-disconnect{background:var(--jp-red)!important}.jp-connection__disconnect-dialog__btn-back-to-wp{background:var(--jp-black)!important}.jp-connection__disconnect-dialog__button-wrap{text-align:left}@media(min-width:960px){.jp-connection__disconnect-dialog__button-wrap{text-align:center}}.jp-connection__disconnect-dialog__error{color:var(--jp-red)}.jp-connection__disconnect-dialog__survey{margin-bottom:1.5rem;max-width:100%}.jp-connection__disconnect-dialog__step-copy{margin:0 auto;max-width:800px}.jp-connection__disconnect-dialog__step-copy--narrow{max-width:600px}@media(max-height:900px){.jp-connection__disconnect-dialog__content .jp-components__decorative-card{display:none}}@media(min-width:600px){.jp-connection__disconnect-dialog,.jp-connection__disconnect-dialog.components-modal__frame{max-width:calc(100% - 32px);width:100%}.jp-connection__disconnect-dialog__actions,.jp-connection__disconnect-dialog__content{padding:2rem}}@media(min-width:960px){.jp-connection__disconnect-dialog,.jp-connection__disconnect-dialog.components-modal__frame{display:flex;flex-direction:column;height:900px;width:1200px}.jp-connection__disconnect-dialog h1{font-size:var(--font-title-large)}.jp-connection__disconnect-dialog p.jp-connection__disconnect-dialog__large-text,.jp-connection__disconnect-dialog__large-text{font-size:1.5rem}.jp-connection__disconnect-dialog__content{padding:80px}.jp-connection__disconnect-dialog__actions{padding:2rem 3rem}.jp-row{margin-left:0}}.jp-connection__disconnect-card{background-color:var(--jp-white);border:none;border-radius:3px;box-shadow:0 0 15px var(--jp-gray-off);margin:0 auto 1rem;max-width:100%;padding:1rem 2rem;text-align:left;width:800px}.jp-connection__disconnect-card__group{margin-bottom:1rem;max-width:100%}.jp-connection__disconnect-card__card-content{display:block;font-size:.875rem}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-content{align-items:center;display:flex;justify-content:space-between}}.jp-connection__disconnect-card .jp-connection__disconnect-card__card-headline,.jp-connection__disconnect-card__card-headline{flex-shrink:0;font-size:1.25rem;font-weight:600;margin-bottom:0;margin-top:0}@media only screen and (min-width:782px){.jp-connection__disconnect-card .jp-connection__disconnect-card__card-headline,.jp-connection__disconnect-card__card-headline{font-size:1.5rem;margin-right:1.5rem}}@media only screen and (max-width:782px){.jp-connection__disconnect-card .jp-connection__disconnect-card__card-headline+.jp-disconnect-card__card-stat-block,.jp-connection__disconnect-card__card-headline+.jp-disconnect-card__card-stat-block{margin-top:.5rem}}.jp-connection__disconnect-card__card-stat-block{align-items:baseline;display:flex;flex-grow:1}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-stat-block{flex-direction:row-reverse}}.jp-connection__disconnect-card__card-description{flex-grow:1}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-description{text-align:right}}.jp-connection__disconnect-card__card-stat{font-size:1rem;font-weight:600;margin-right:.5rem}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-stat{font-size:1.5rem;margin-left:1rem;margin-right:0}}.jp-components__decorative-card{border-radius:8px;box-shadow:0 0 15px var(--jp-gray);display:flex;height:280px;margin:0 auto 3rem;max-width:100%;overflow:hidden;position:relative;width:360px}.jp-components__decorative-card__content,.jp-components__decorative-card__image{width:50%}.jp-components__decorative-card__image{background:var(--jp-gray);background-size:cover;position:relative}.jp-components__decorative-card__image:before{background-image:url('data:image/svg+xml;uf8,');content:"";display:block;height:8px;left:24px;position:absolute;top:24px;width:38px}.jp-components__decorative-card__content{background:#fff;padding:2rem}.jp-components__decorative-card__icon-container{background:var(--jp-red);border-radius:50px;height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px}.jp-components__decorative-card__icon{background-position:50%,50%;background-repeat:no-repeat;height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px}.jp-components__decorative-card__icon--unlink{background-image:url('data:image/svg+xml;uf8, ')}.jp-components__decorative-card__lines,.jp-components__decorative-card__lines:after,.jp-components__decorative-card__lines:before{background:#e9eff5;border-radius:6px;display:block;height:12px;position:relative;width:100%}.jp-components__decorative-card__lines:after,.jp-components__decorative-card__lines:before{content:"";top:calc(100% + 16px)}.jp-components__decorative-card__lines:after{top:calc(100% + 32px);width:75%}.jp-components__decorative-card--vertical{flex-direction:column}.jp-components__decorative-card--vertical .jp-components__decorative-card__content,.jp-components__decorative-card--vertical .jp-components__decorative-card__image{height:50%;width:100%}.jp-components__decorative-card--vertical .jp-components__decorative-card__lines{margin-left:auto;margin-right:auto;max-width:135px}.jp-components__decorative-card--vertical .jp-components__decorative-card__lines:after,.jp-components__decorative-card--vertical .jp-components__decorative-card__lines:before{margin-left:auto;margin-right:auto}.jp-connect__disconnect-survey-card{border:2px solid transparent;border-radius:4px;box-shadow:0 0 15px var(--jp-gray-off);margin-left:auto;margin-right:auto;max-width:100%;padding:1rem;position:relative;text-align:left;width:800px}.jp-connect__disconnect-survey-card--selected{background:var(--jp-gray-off);border-color:var(--jp-black)}.jp-connect__disconnect-survey-card:after{border-right:2px solid var(--jp-black);border-top:2px solid var(--jp-black);content:"";display:block;height:5px;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(45deg);width:5px}.jp-connect__disconnect-survey-card:hover{cursor:pointer}.jp-connect__disconnect-survey-card:focus:not(.jp-disconnect-survey-card--selected),.jp-connect__disconnect-survey-card:hover:not(.jp-disconnect-survey-card--selected){border-color:var(--jp-black-80)}.jp-connect__disconnect-survey-card__answer{align-items:center;display:flex;font-weight:700;margin:0}input.jp-connect__disconnect-survey-card__input{-webkit-appearance:none;background-color:transparent;border:none;color:var(--jp-black-80);flex-grow:1;max-width:calc(100% - 40px);padding-right:40px}.zvd4dCB_bBDiXJKKDqXm{position:relative}.ly4o9lSswAGHFXqGUEIO{position:absolute;right:32px;top:32px;z-index:1}.u64Go3kwEZ7MD9eji0H1{color:var(--jp-gray-50);font-size:13px;margin-bottom:16px;width:60%}._RT41NE3LU4R0ubcij2y{align-items:center;display:flex}.cFGWJeRiGHjAr8D7CWJW{margin-right:8px;max-width:110px}.Iz3l7a05TP6HK9S92TIL{width:16px}.lmQ0wFmnk4kKkGVjokPA{height:18px;margin-left:8px}.AoIs8wD92wKR8RpQj6Uc{align-items:center;display:inline-flex}.rV_5QyvhDnsVjCX4pb0h{--gray-90:#1e1e1e;fill:var(--gray-90);width:24px}.MO1jDNY8VPqeNS9xL8jE{align-items:center;display:flex;text-decoration:none}.jp-connection__connect-screen{--spacing-base:8px}.jp-connection__connect-screen__loading{display:none}.jp-connection__connect-screen .terms-of-service{margin-bottom:calc(var(--spacing-base)*3);margin-top:calc(var(--spacing-base)*4);max-width:360px}.jp-connection__connect-screen .terms-of-service a{text-decoration:underline}.jp-connection__connect-screen .jp-action-button{margin-top:40px}.jp-connection__connect-screen .jp-action-button--button{border-radius:4px;font-weight:600}.jp-connection__connect-screen .jp-action-button button{max-width:100%}.jp-connection__connect-screen .jp-action-button button:disabled{color:hsla(0,0%,100%,.4)}@media(max-width:782px){.jp-connection__connect-screen .jp-action-button button{max-width:none;width:100%}}.jp-connection__connect-screen__footer{margin-top:32px}.jp-connection__connect-screen-layout{background:var(--jp-white);border-radius:4px;box-shadow:0 0 40px rgba(0,0,0,.08)}.jp-connection__connect-screen-layout__loading{display:none}.jp-connection__connect-screen-layout__left,.jp-connection__connect-screen-layout__right{box-sizing:border-box}.jp-connection__connect-screen-layout__left{padding:calc(var(--spacing-base)*3)}@media(min-width:600px){.jp-connection__connect-screen-layout__left{padding:64px 96px}}.jp-connection__connect-screen-layout__left .jetpack-logo{margin-bottom:24px}.jp-connection__connect-screen-layout__left h2{color:var(--jp-black);font-size:36px;font-style:normal;font-weight:700;line-height:40px;margin-bottom:0;margin-top:32px}.jp-connection__connect-screen-layout__left h3{color:var(--jp-black);font-size:24px;font-style:normal;font-weight:500;line-height:32px;margin-bottom:0;margin-top:32px}.jp-connection__connect-screen-layout__left li,.jp-connection__connect-screen-layout__left p{font-size:16px;font-style:normal;font-weight:400;line-height:24px}.jp-connection__connect-screen-layout__left p{color:#101517;margin:16px 0}.jp-connection__connect-screen-layout__left a{color:var(--jp-black);font-size:var(--font-body);font:inherit;height:auto;padding:0;text-decoration:underline}.jp-connection__connect-screen-layout__left a:hover{color:var(--jp-black);text-decoration-thickness:var(--jp-underline-thickness)}.jp-connection__connect-screen-layout__left a:focus{box-shadow:none!important;color:var(--jp-black)}.jp-connection__connect-screen-layout__left ul{list-style-type:none;padding:0}.jp-connection__connect-screen-layout__left ul li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVHcEwFnwUInggGnggGnggHnAcAnwUFnQcAnwcGnwkFnQgGnQgFnwcGnQYFnQcFnAcGnQkDnwdhiL0pAAAAEnRSTlMAMF//f2Aw7yBQ3+9gcIBgcED+HDbkAAAAZklEQVR4Ae3LNwICARDDQC0+cv7/Y8mwV9odSfWIcf/+VegnGkIvDaGXKvTTn/Gz+Uf5xTL0K1XotS7fs5H6GHvvaO8d7c3j7rdgHne/A/PYt/cO+R42oYdN6OEQetiFHo4A//6dAXqtBEkmtWutAAAAAElFTkSuQmCC) no-repeat;background-size:24px;color:var(--jp-black);margin-bottom:9px;padding-left:30px}.jp-connection__connect-screen-layout__right{padding:64px 0}.jp-connection__connect-screen-layout__right img{max-width:100%}.jp-connection__connect-screen-layout__two-columns{display:flex;flex-wrap:wrap}.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__left{flex-basis:100%;flex-grow:1}@media(min-width:1080px){.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__left{flex-basis:52%}}.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__right{background:#f9f9f6;display:none;flex-basis:47%;flex-grow:1}@media(min-width:1080px){.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__right{display:block}}.rna{overflow:hidden}.rna .jp-connection__connect-screen-layout__left{position:relative;z-index:2}.rna .jp-connection__connect-screen-layout__left h2{font-weight:700;margin-top:0}.rna .jp-connection__connect-screen-layout__left h3{margin-top:24px}@media(min-width:600px){.rna .jp-connection__connect-screen-layout__left{padding:4rem 6rem 4rem 4rem}}@media(min-width:1080px){.rna .jp-connection__connect-screen-required-plan__pricing-card{position:absolute;right:calc(var(--spacing-base)*-45);top:calc(var(--spacing-base)*9.25)}}.rna .jp-connection__connect-screen-required-plan__pricing-card .jp-components__pricing-card{border-radius:var(--jp-border-radius-rna);max-width:100%;width:425px}.rna .jp-connection__connect-screen-required-plan__pricing-card .jp-components__pricing-card__title{margin-top:.625rem}@media(min-width:960px){.rna .jp-connection__connect-screen-required-plan__pricing-card .jp-components__pricing-card{padding:3rem}}.rna .jp-connection__connect-screen-required-plan__pricing-card .components-button{margin-bottom:0}.rna .jp-backup-dashboard-promotion ul.jp-product-promote li{margin-bottom:.75rem}.rna .jp-connection__connect-screen-layout__color-blobs{clip-path:polygon(100% 0,100% 100%,0 0,0 0);display:none;height:677px;position:absolute;right:0;top:0;width:363px;z-index:1}.rna .jp-connection__connect-screen-layout__color-blobs__blue,.rna .jp-connection__connect-screen-layout__color-blobs__green,.rna .jp-connection__connect-screen-layout__color-blobs__yellow{border-radius:50%;filter:blur(50px);position:absolute}.rna .jp-connection__connect-screen-layout__color-blobs__blue{background-color:var(--jp-blue-5);height:400px;right:-100px;top:-275px;width:400px;z-index:3}.rna .jp-connection__connect-screen-layout__color-blobs__yellow{background-color:var(--jp-yellow-5);height:250px;right:-25px;top:10px;width:250px;z-index:2}.rna .jp-connection__connect-screen-layout__color-blobs__green{background-color:var(--jp-green-5);height:300px;right:0;top:175px;width:300px;z-index:1}@media(min-width:1080px){.rna .jp-connection__connect-screen-layout__color-blobs{display:initial}}.terms-of-service{color:var(--jp-black);font-size:var(--font-body)}.terms-of-service .terms-of-service__link{color:var(--jp-green-50);text-decoration:underline;white-space:nowrap}.TcCZnGE6mad8Dvz9pCZi{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjRDYzNjM5IiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEyIDIwYTggOCAwIDEgMCAwLTE2IDggOCAwIDAgMCAwIDE2WiIvPjxwYXRoIGZpbGw9IiNENjM2MzkiIGQ9Ik0xMyA3aC0ydjZoMlY3Wk0xMyAxNWgtMnYyaDJ2LTJaIi8+PC9zdmc+) no-repeat 0 0;color:var(--jp-red);line-height:25px;padding-left:25px}._mn6o2Dtm5pfFWc8_A1K{--spacing-base:8px;min-width:264px}.SWwV4Pw6OZ5vU3PqPXmr{--product-card-shadow:rgb(0 0 0/3%);background-color:var(--jp-white);border:1px solid var(--jp-gray);border-radius:var(--jp-border-radius);box-shadow:0 2px 6px var(--product-card-shadow),0 1px 2px var(--product-card-shadow)}.r7tUofa9Z3A5ziKVR1H7{align-items:center;display:flex}.r7tUofa9Z3A5ziKVR1H7 img{object-fit:cover;width:100%}.i_AnOR3MaQLraGvb2QU5{background-color:#f9f9f6}.YcYvLvdvWrb1EUZoVsE8{display:flex;flex-wrap:wrap;gap:calc(var(--horizontal-spacing)*2);justify-content:space-between}.uGTTsKoIOoZdYhk6uPnl{white-space:nowrap}.uGTTsKoIOoZdYhk6uPnl>span{font-size:var(--font-body-small)}.hdasSNj9k3Sc5PwXK4uE{margin-right:4px;width:16px}.eWN8Hj0SBRDq1F48n_Fg{--gray-70:#3c434a;align-items:center;color:var(--gray-70);display:flex;font-size:14px;text-decoration:none}.p4qz2tkq0p9hxucJ6Qk2{--padding:calc(var(--spacing-base)*4);color:var(--jp-black)}.lbNDyXioOwvyvbALtCBm{--gap:calc(var(--spacing-base)*3);padding:var(--padding) 0;position:relative}.s2Lsn4kbm6BrS3DSndRB .lbNDyXioOwvyvbALtCBm{column-gap:var(--gap);display:grid;grid-auto-flow:column;grid-template-columns:repeat(var(--columns),1fr);grid-template-rows:repeat(var(--rows),minmax(min-content,max-content))}.cLaNK_XcbTGlRQ4Tp43Q{margin-top:var(--padding)}.s2Lsn4kbm6BrS3DSndRB .cLaNK_XcbTGlRQ4Tp43Q{display:contents}.cLaNK_XcbTGlRQ4Tp43Q.CYt1X0eH1icRjhtJ28jx>*{background:var(--jp-white);position:relative}.cLaNK_XcbTGlRQ4Tp43Q.CYt1X0eH1icRjhtJ28jx>:after{bottom:0;box-shadow:0 4px 24px rgba(0,0,0,.05);content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.cLaNK_XcbTGlRQ4Tp43Q>:first-child{border-top-left-radius:var(--jp-border-radius);border-top-right-radius:var(--jp-border-radius);border-width:1px 1px 0}.cLaNK_XcbTGlRQ4Tp43Q>:last-child{border-bottom-left-radius:var(--jp-border-radius);border-bottom-right-radius:var(--jp-border-radius);border-width:0 1px 1px}.DAkZc1P9A3K12fjEliMg{display:flex;flex-direction:column;justify-content:space-between;padding:var(--padding)}.WUBuYABl8nymjs9NnCEL{align-items:center;display:flex;padding-bottom:calc(var(--spacing-base)*2);position:relative}.WUBuYABl8nymjs9NnCEL:not(:nth-child(2)){padding-top:calc(var(--spacing-base)*2)}.WUBuYABl8nymjs9NnCEL:not(:nth-child(2)):before{background-color:var(--jp-gray);content:"";height:1px;left:var(--padding);position:absolute;right:var(--padding);top:0;z-index:5}.s2Lsn4kbm6BrS3DSndRB .WUBuYABl8nymjs9NnCEL:not(:nth-child(2)):before{left:0;right:unset;width:calc(100% + var(--gap))}.s2Lsn4kbm6BrS3DSndRB .lbNDyXioOwvyvbALtCBm>:last-child .WUBuYABl8nymjs9NnCEL:not(:nth-child(2)):before{width:100%}.ANtCFeb41NhA8PA3H7ZN,.WUBuYABl8nymjs9NnCEL:last-of-type{padding-bottom:var(--padding)}.Ql2gy_148yW8Vw5vhaKD{padding-left:var(--padding);padding-right:var(--padding)}.EAQrAnQEW1z1BfdY5gbC{fill:var(--jp-gray);flex-shrink:0;margin:0 var(--spacing-base)}.EAQrAnQEW1z1BfdY5gbC.JDSTlLoOC_4aUoH2oNM2{fill:var(--jp-green-40)}.EAQrAnQEW1z1BfdY5gbC.zNdQRJ1w7BvaQOYyqzHK{fill:var(--jp-red-50)}.lr7vbX95SKtoe7DarJcZ{margin-left:auto}.s2Lsn4kbm6BrS3DSndRB .lr7vbX95SKtoe7DarJcZ{margin:0 var(--spacing-base);top:1px}.WUBuYABl8nymjs9NnCEL .KRrGp2xdkeBOxLZeuQ6X{fill:var(--jp-gray-20);flex-shrink:0}.H_ZJiRVJg0LiMXPGOcmt{text-align:center;width:fit-content}.H_ZJiRVJg0LiMXPGOcmt>a{color:#000}.s2Lsn4kbm6BrS3DSndRB .H_ZJiRVJg0LiMXPGOcmt{grid-column:2;overflow:hidden;padding-left:var(--padding);padding-right:var(--padding);white-space:nowrap}.x21z_DixObRDsDaWotP1{align-items:right;display:flex;justify-content:right;margin:0 calc(var(--spacing-base)*4)}.components-popover:not(.is-without-arrow):before{border-color:var(--jp-gray)}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-right:-62px}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-left:-62px}.icon-tooltip-helper .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.icon-tooltip-helper .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.icon-tooltip-helper .components-popover__content{border:1px solid var(--jp-gray);border-radius:4px;outline:none;padding:24px;white-space:normal;width:304px}.icon-tooltip-helper.is-wide .components-popover__content{width:440px}.icon-tooltip-wrapper{color:var(--jp-black);display:inline-block;position:relative}.icon-tooltip-wrapper .components-button.is-link:focus:not(:disabled){box-shadow:none}.icon-tooltip-helper{height:18px;left:-53px;pointer-events:none;position:absolute;top:0;width:124px}.icon-tooltip-container{pointer-events:all}.icon-tooltip-title{font-size:16px;font-weight:600;line-height:19px}.icon-tooltip-title:not(:last-child){margin-bottom:8px}.icon-tooltip-content{font-size:14px;font-weight:400;line-height:24px}.icon-tooltip-content ul{list-style-type:disc;margin:0 0 0 1rem}.icon-tooltip-content ul li:last-child{margin-bottom:0}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(1px,1px)}.gridicon.needs-offset-x g{transform:translate(1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.dovianZYLKhnbnh9I06o{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-end}.lljtQMhW7lq5tE5SDJEf{align-items:flex-start;display:flex;flex-basis:0;flex-grow:2}.lljtQMhW7lq5tE5SDJEf .NubApIV1vQCRUNprfm6b{margin-left:auto}.dhFQXpZfMwVI8vuYHnwC{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.dhFQXpZfMwVI8vuYHnwC:first-child{margin-right:calc(var(--spacing-base)*2)}.dhFQXpZfMwVI8vuYHnwC.eD7hzxFmdtG_MgmBtl_k{color:var(--jp-gray-20)}.dhFQXpZfMwVI8vuYHnwC.eD7hzxFmdtG_MgmBtl_k:after{background:var(--jp-red);border-radius:var(--jp-border-radius);content:" ";display:block;height:3px;margin-top:-2px;pointer-events:none;position:absolute;top:50%;width:100%}.C64ZjjUAqJC1T2Sa7apS{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:calc(var(--spacing-base)*3)}.UpZDGew6Ay1hPoP6eI7b{color:var(--jp-gray-40);font-size:var(--font-body-small);line-height:20px}.UpZDGew6Ay1hPoP6eI7b:after{content:"​"}.NubApIV1vQCRUNprfm6b{background-color:var(--jp-yellow-10);border-radius:4px;font-size:13px;font-weight:600;margin-left:var(--spacing-base);padding-left:var(--spacing-base);padding-right:var(--spacing-base)}.TDiiPbuW1Z0_05u_pvcK{font-weight:400}.VHYulMcpzbr10HWR0iSE{align-items:flex-start;border:1px solid var(--jp-black);border-color:var(--jp-gray-5);border-left-width:6px;border-radius:4px;display:flex;font-size:var(--font-body);padding:24px 31px 27px 18px}.FGpSkMCiIHQjszcV0dbn{margin-right:20px}.FGpSkMCiIHQjszcV0dbn,.KoWZcCwhW13xvkEb0QON{height:calc(var(--spacing-base)*3);width:calc(var(--spacing-base)*3)}.KoWZcCwhW13xvkEb0QON{background-color:transparent;border:none;cursor:pointer;outline:none}@media screen and (max-width:600px){.VHYulMcpzbr10HWR0iSE{box-shadow:0 4px 8px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.06);padding-top:68px;position:relative}.FGpSkMCiIHQjszcV0dbn{left:24px;position:absolute;top:24px}.KoWZcCwhW13xvkEb0QON{position:absolute;right:24px;top:24px}}.smrfczkC53EaFM8OJUXs{flex-grow:1}.IKYRWoPwt9xOVEx1wzNS{font-weight:600;margin-bottom:8px}.qM0qY6mPYp1MPN54A3Kg{align-items:center;display:flex;margin-top:20px}.qM0qY6mPYp1MPN54A3Kg a,.qM0qY6mPYp1MPN54A3Kg a:active,.qM0qY6mPYp1MPN54A3Kg a:focus,.qM0qY6mPYp1MPN54A3Kg a:hover{color:var(--jp-black)}.qM0qY6mPYp1MPN54A3Kg>*{margin-right:24px}.A5YkDkkXuiYgavrY6Nux{border-left-color:var(--jp-red)}.A5YkDkkXuiYgavrY6Nux .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-red)}.cT5rwuPMZzWvi5o6shMl{border-left-color:var(--jp-yellow-20)}.cT5rwuPMZzWvi5o6shMl .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-yellow-20)}.yo0O3uvNomPsYUXFCpAS{border-left-color:var(--black)}.yo0O3uvNomPsYUXFCpAS .y_IPyP1wIAOhyNaqvXJq{fill:var(--black)}.oZdDFf1jBLkzn5ICCC6x{border-left-color:var(--jp-green)}.oZdDFf1jBLkzn5ICCC6x .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-green)}.q0T8YyQxRawhpDtvJjxI{background-color:var(--jp-white);height:100%;padding:calc(var(--spacing-base)*8);position:relative}.B7JDqI_vtKxSy5GjvqA1{display:flex;flex-direction:column;height:100%}.zj7xadmhIWeuf7ZwvVTS{align-items:center;background:var(--jp-black);border-radius:var(--jp-border-radius) var(--jp-border-radius) 0 0;color:var(--jp-white);display:flex;height:calc(var(--spacing-base)*4);left:0;padding:0 var(--spacing-base);position:absolute;top:0;width:100%}.GsioW6IsC8EMYE3U6788{fill:var(--jp-white);margin-right:var(--spacing-base)}.cfEO8udWbRGPFJzW8Jg5,.dbz07JqxOlivjKO4vBEF{align-items:center;display:flex;height:calc(var(--spacing-base)*4);margin-bottom:calc(var(--spacing-base)*4)}.zlh3zbjUe4Z8cBs7uVVe{fill:#8c8f94;height:24px;line-height:24px}.qoZuzG5EcDa231hC6t0P{align-items:center;display:flex;justify-content:center}.qoZuzG5EcDa231hC6t0P svg{margin-right:var(--spacing-base)}.Q6uUUQCPWS6_6nLxIn68{display:inline-block;min-height:42px;padding:.5em 2em;text-align:center;width:100%}.Q6uUUQCPWS6_6nLxIn68 .YU4iBCRze09ZP3iCsdcb{margin:0}.Q6uUUQCPWS6_6nLxIn68.components-button.is-primary{height:auto;white-space:normal}.Q6uUUQCPWS6_6nLxIn68.is-secondary:hover:not(:disabled){background-color:var(--jp-black);color:var(--jp-white)}.OrQG7DjDd9Ha2Xj1Mx3L{margin-top:calc(var(--spacing-base)*2)}.Q1jaYDpa2AVfJpA29wT0{flex-grow:1;margin:0;margin-bottom:calc(var(--spacing-base)*2);padding:0}.Q1jaYDpa2AVfJpA29wT0 li{align-items:flex-start;display:flex;list-style:none;margin-bottom:var(--spacing-base)}.Q1jaYDpa2AVfJpA29wT0 svg{fill:var(--jp-green-primary);flex-shrink:0;margin-right:var(--spacing-base)}.sEcLfpWjo0GF7QrxD3Lt{margin-top:calc(var(--spacing-base)*2)}.xgv3jRkeF39aEQELCwru{align-items:flex-end;color:var(--jp-text-color);display:flex;flex-wrap:wrap}.twlleZ5Ehq4bB7CvKVSW{position:relative}.twlleZ5Ehq4bB7CvKVSW:first-child{margin-right:calc(var(--spacing-base)*2)}.twlleZ5Ehq4bB7CvKVSW.Qg4rPEvXsqmod1s_31d8{color:var(--jp-gray-20)}.twlleZ5Ehq4bB7CvKVSW.Qg4rPEvXsqmod1s_31d8:after{background:var(--jp-red);border-radius:var(--jp-border-radius);content:" ";display:block;height:3px;margin-top:-2px;pointer-events:none;position:absolute;top:50%;width:100%}.ApsgxIornVy_3KnciVeJ{color:var(--jp-gray-40);margin-bottom:calc(var(--spacing-base)*3)}.NMxcZL17aEP7v81uG3zD{margin-top:calc(var(--spacing-base)*5)}.gCTKfAPzJqZas7CaRbKN{margin-bottom:calc(var(--spacing-base)*4)}.demNsMJjhi7BLY7xhjU5{align-items:center;display:flex;font-size:var(--font-body);line-height:calc(var(--spacing-base)*3);margin:calc(var(--spacing-base)*2) 0;min-height:calc(var(--spacing-base)*3)}.QiUjdjJSkqh6nH7YMG5A{align-self:flex-start;height:calc(var(--spacing-base)*3);margin-right:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.Q080AHcq29J2fc68Hhk5{color:var(--jp-red)}.Q080AHcq29J2fc68Hhk5 .hYWbIwhppukXmGnsiT9H{fill:var(--jp-red)}.JjHuxWly0HI9C60gorbq{color:var(--jp-yellow-40)}.JjHuxWly0HI9C60gorbq .hYWbIwhppukXmGnsiT9H{fill:var(--jp-yellow-40)}.Cm8ZFHi3mngl4cj9Gatx{color:var(--jp-blue-40)}.Cm8ZFHi3mngl4cj9Gatx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-blue-40)}.ytGBsU015p3LGwOPwFDx{color:var(--jp-green)}.ytGBsU015p3LGwOPwFDx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-green)}.jp-license-activation-screen-controls{background:var(--jp-white);display:flex;flex-direction:column;justify-content:space-between;padding:32px}.jp-license-activation-screen-controls h1{font-size:44px;font-weight:700;line-height:1.4;margin:.67em 0}.jp-license-activation-screen-controls p{font-size:var(--font-body);margin:1em 0}.jp-license-activation-screen-controls label{font-size:var(--font-body);font-weight:600}@media screen and (min-width:780px){.jp-license-activation-screen-controls{padding:64px}}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-with-error{max-width:500px}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field .components-input-control__label.components-input-control__label.components-input-control__label,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-with-error .components-input-control__label.components-input-control__label.components-input-control__label{font-size:var(--font-body);font-weight:600}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field input.components-text-control__input,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field select.components-select-control__input,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-with-error input.components-text-control__input,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-with-error select.components-select-control__input{border-radius:var(--jp-border-radius);font-size:18px;line-height:24px;margin:0;min-height:48px}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field input.components-text-control__input{border:1px solid var(--jp-gray-40)}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-with-error input.components-text-control__input,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-with-error select.components-select-control__input{border:1px solid var(--jp-red)}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-error{align-items:flex-start;color:var(--jp-red);display:flex;flex-direction:row;max-width:500px}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-error svg{fill:var(--jp-red);margin-right:4px;min-width:24px}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-error span{font-size:var(--font-body)}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active{background-color:var(--jp-black);border-radius:4px;color:var(--jp-white);display:flex;font-size:16px;font-size:var(--font-body);font-style:normal;font-weight:600;justify-content:center;line-height:24px;margin-top:24px;min-height:48px;min-width:158px;padding:13.5px 45px;width:100%}@media screen and (min-width:480px){.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active{width:auto}}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active:hover,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:hover{background-color:var(--jp-black-80);color:var(--jp-white)}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active:focus,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:focus{background-color:var(--jp-black-80);border:1px solid var(--jp-white);color:var(--jp-white)}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active:disabled,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active[disabled],.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:disabled,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button[disabled]{background-color:var(--jp-gray);color:var(--jp-gray-20)}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button .jp-components-spinner,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active .jp-components-spinner{width:100%}.jp-license-activation-screen-illustration{align-items:center;background:var(--jp-white-off);display:flex;flex-direction:column;justify-content:space-between;padding:32px}.jp-license-activation-screen-illustration--wrapper{display:flex;flex:1}.jp-license-activation-screen-illustration--wrapper img{align-self:center;height:auto;max-width:100%}.jp-license-activation-screen-illustration--support-link{flex:0}.components-button.jp-license-activation-screen-success-info--button,.components-button.jp-license-activation-screen-success-info--button:active,.components-button.jp-license-activation-screen-success-info--button:visited{background-color:var(--jp-black);border-radius:4px;color:var(--jp-white);font-size:16px;font-size:var(--font-body);font-style:normal;font-weight:600;justify-content:center;line-height:24px;margin:0 40px 20px 0;min-height:48px;min-width:158px;padding:13.5px 45px;width:100%}@media screen and (min-width:480px){.components-button.jp-license-activation-screen-success-info--button,.components-button.jp-license-activation-screen-success-info--button:active,.components-button.jp-license-activation-screen-success-info--button:visited{width:auto}}.components-button.jp-license-activation-screen-success-info--button:active:hover,.components-button.jp-license-activation-screen-success-info--button:hover,.components-button.jp-license-activation-screen-success-info--button:visited:hover{background-color:var(--jp-black-80);color:var(--jp-white)}.components-button.jp-license-activation-screen-success-info--button:active:focus,.components-button.jp-license-activation-screen-success-info--button:focus,.components-button.jp-license-activation-screen-success-info--button:visited:focus{background-color:var(--jp-black-80);border:1px solid var(--jp-white);color:var(--jp-white)}.components-button.jp-license-activation-screen-success-info--button:active:disabled,.components-button.jp-license-activation-screen-success-info--button:active[disabled],.components-button.jp-license-activation-screen-success-info--button:disabled,.components-button.jp-license-activation-screen-success-info--button:visited:disabled,.components-button.jp-license-activation-screen-success-info--button:visited[disabled],.components-button.jp-license-activation-screen-success-info--button[disabled]{background-color:var(--jp-gray);color:var(--jp-gray-20)}.components-button.jp-license-activation-screen-success-info--button .jp-components-spinner,.components-button.jp-license-activation-screen-success-info--button:active .jp-components-spinner,.components-button.jp-license-activation-screen-success-info--button:visited .jp-components-spinner{width:100%}.jp-license-activation-screen-success-info--product-details h1{line-height:52px}.jp-license-activation-screen-success-info--product-details a{color:var(--jp-black);text-decoration:underline!important}.jp-license-activation-screen-success-info--external-link{color:var(--jp-black);font-size:16px;font-style:normal;font-weight:600;text-decoration:underline!important;white-space:nowrap}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(8px)}.jp-cut:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jp-license-activation-screen-success-info{background:var(--jp-white);display:flex;flex-direction:column;justify-content:space-between;padding:32px}.jp-license-activation-screen-success-info h1{font-size:44px;font-weight:700;line-height:1.4;margin:.67em 0}.jp-license-activation-screen-success-info p{font-size:var(--font-body);margin:1em 0}.jp-license-activation-screen-success-info label{font-size:var(--font-body);font-weight:600}@media screen and (min-width:780px){.jp-license-activation-screen-success-info{padding:64px}}@media screen and (max-width:480px){.jp-license-activation-screen-success-info .jp-license-activation-screen-success-info--buttons{text-align:center}}:root{--font-title-large:36px;--font-title-small:24px;--font-body:16px;--font-label:12px;--jp-black:#000;--jp-black-80:#2c3338;--jp-white:#fff;--jp-white-off:#f9f9f6;--jp-gray:#dcdcde;--jp-gray-0:#f6f7f7;--jp-gray-5:#dcdcde;--jp-gray-10:#c3c4c7;--jp-gray-20:#a7aaad;--jp-gray-30:#8c8f94;--jp-gray-40:#787c82;--jp-gray-50:#646970;--jp-gray-60:#50575e;--jp-gray-70:#3c434a;--jp-gray-80:#2c3338;--jp-gray-90:#1d2327;--jp-gray-100:#101517;--jp-gray-off:#e2e2df;--jp-yellow-5:#f5e6b3;--jp-yellow-10:#f2cf75;--jp-orange-20:#faa754;--jp-blue-5:#ced9f2;--jp-red-0:#f7ebec;--jp-red-50:#d63638;--jp-red-60:#b32d2e;--jp-red-80:#8a2424;--jp-red:#d63639;--jp-pink:#c9356e;--jp-green-0:#f0f2eb;--jp-green-5:#d0e6b8;--jp-green-10:#9dd977;--jp-green-20:#64ca43;--jp-green-30:#2fb41f;--jp-green-40:#069e08;--jp-green-50:#008710;--jp-green-60:#007117;--jp-green-70:#005b18;--jp-green-80:#004515;--jp-green-90:#003010;--jp-green-100:#001c09;--jp-green:#069e08;--jp-green-primary:var(--jp-green-40);--jp-green-secondary:var(--jp-green-30);--jp-border-radius:4px;--jp-border-radius-rna:8px;--jp-menu-border-height:1px;--jp-underline-thickness:2px;--jp-modal-padding-large:32px;--jp-modal-padding:24px;--jp-modal-padding-small:16px;--jp-modal-radius:8px;--jp-button-padding:8px;--jp-button-radius:4px;--jp-gap:16px;--jp-highlight:#3858e9}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.EiaNctK1_P9pPqOeiaSI{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.ogHZg_sJCljylz3VJfsf{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.ogHZg_sJCljylz3VJfsf{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.ogHZg_sJCljylz3VJfsf{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.zv7eGvijKRkbPVakubHw{grid-column-end:span 1}.VoJNoiya_1ck3_kXS6_C{grid-column-end:span 2}.ecv0NO526NoTNbpALA1A{grid-column-end:span 3}.OfBdkceMzeHvRbzhqDlP{grid-column-end:span 4}@media(min-width:600px){.JLb3NpEKN8pOaWd7K1bu{grid-column-end:span 1}.fsMPGqPKE4mjMIPFwl77{grid-column-end:span 2}.DIK_zdaGAQ09eKspBJ4E{grid-column-end:span 3}.shXYpxPu3WCJsR8aOHtz{grid-column-end:span 4}.s7ElrOqG_yGd5SIfwqOR{grid-column-end:span 5}.Cxml9uzGvArAL8_RDs_p{grid-column-end:span 6}.aANxBKDGx72eDqU0iUPj{grid-column-end:span 7}.XxyzuTY3mnQcl9EGZadm{grid-column-end:span 8}}@media(min-width:960px){.Sfo4WaSNIWInJ93Abd3w{grid-column-end:span 1}.tQS7SKUGrU4THhWMysbo{grid-column-end:span 2}.I94U7mpY4h16pcOksZNF{grid-column-end:span 3}.uWMb9k77kQxBdS5MTt0s{grid-column-end:span 4}.rKwEEZQxK9s_POMg5Jss{grid-column-end:span 5}.UcPXX_s06IPCkF7ZjH3D{grid-column-end:span 6}.CrQdtiCFkRbzY6K2dFvt{grid-column-end:span 7}.rEUALOmOdUBXO0Us871z{grid-column-end:span 8}.NqXa9TlcTEviVsB53hBV{grid-column-end:span 9}.OnWVeiQiwgQ9lzdGPW66{grid-column-end:span 10}.D2PkTcy7b8u2K9QXY6VQ{grid-column-end:span 11}.EcqBhzAyxo5RDc2Y6m7K{grid-column-end:span 12}}@media(max-width:960px){.gB1mWzHOM38d80lrhBRX{display:none}}@media(max-width:600px){.KNQXLP78ejczOkour3zg{display:none}}.rBVbaVWBnBRtTMrUKZxm{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);display:block;margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.rBVbaVWBnBRtTMrUKZxm span{display:block}.rBVbaVWBnBRtTMrUKZxm span:last-of-type{font-weight:600}.rBVbaVWBnBRtTMrUKZxm:focus span:last-of-type,.rBVbaVWBnBRtTMrUKZxm:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.rBVbaVWBnBRtTMrUKZxm:focus:after,.rBVbaVWBnBRtTMrUKZxm:hover:after{transform:translateY(-50%) translateX(8px)}.rBVbaVWBnBRtTMrUKZxm:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.gfM_DIJrVbRhmKdAphIm{background:var(--jp-white);border-radius:var(--jp-modal-radius);box-shadow:0 12px 16px -.5px rgba(0,0,0,.15);height:max-content;margin:3rem auto;max-width:414px;overflow:hidden;position:relative;transition:height .25s cubic-bezier(.59,.37,.18,1.19) 0;width:90%;will-change:height}.gfM_DIJrVbRhmKdAphIm>div:first-child{padding:0}.gfM_DIJrVbRhmKdAphIm *{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.gfM_DIJrVbRhmKdAphIm p{color:var(--jp-black)}.gfM_DIJrVbRhmKdAphIm .zfJfONxRAw0fHjXUS7LN{display:none}.gfM_DIJrVbRhmKdAphIm.pnwbCuWbV0PNQr1LFpRh{height:614px;transition-delay:2.15s}.gfM_DIJrVbRhmKdAphIm.pnwbCuWbV0PNQr1LFpRh h2{margin-top:0}._j4GWTmW5psCHFYh6R0x{align-self:flex-start;margin-top:var(--jp-gap)!important;padding:8px var(--jp-modal-padding-small)!important;width:100%}.saSAjv8yulVXQDoqDJEI{font-weight:500;line-height:110%;margin-bottom:8px}.O_hcdbeMivIhBn7ApDnS{line-height:140%}@media(min-width:760px){.gfM_DIJrVbRhmKdAphIm{height:740px;max-width:1360px;position:relative;width:95%}.gfM_DIJrVbRhmKdAphIm .zfJfONxRAw0fHjXUS7LN{display:block;left:64px;position:absolute;top:64px;z-index:99}.gfM_DIJrVbRhmKdAphIm .zfJfONxRAw0fHjXUS7LN clipPath,.gfM_DIJrVbRhmKdAphIm .zfJfONxRAw0fHjXUS7LN path{fill:#000}.gfM_DIJrVbRhmKdAphIm .zfJfONxRAw0fHjXUS7LN path.FCnyb_xCK7DhJ63p6TEd{fill:#fff}.gfM_DIJrVbRhmKdAphIm.pnwbCuWbV0PNQr1LFpRh{height:740px;transition-delay:0}.gfM_DIJrVbRhmKdAphIm.pnwbCuWbV0PNQr1LFpRh .zfJfONxRAw0fHjXUS7LN clipPath,.gfM_DIJrVbRhmKdAphIm.pnwbCuWbV0PNQr1LFpRh .zfJfONxRAw0fHjXUS7LN path{fill:#fff;transition:fill 2s ease .5s}.gfM_DIJrVbRhmKdAphIm.pnwbCuWbV0PNQr1LFpRh .zfJfONxRAw0fHjXUS7LN path.FCnyb_xCK7DhJ63p6TEd{fill:#000;transition:fill 2s ease .5s}}@keyframes OmAVpCQ270MqI4IsT9Ky{20%{transform:translateY(0) scale(1)}65%{transform:translateY(16%) scale(1.4)}to{transform:translateY(0) scale(1)}}.Qn5xayjI_jH2m1d6BEoq{border-radius:var(--jp-button-radius);display:flex;height:50%;justify-content:center;min-height:400px;overflow:hidden;position:relative;transition:height .55s cubic-bezier(.59,.37,.18,1) 0s;will-change:height}.pnwbCuWbV0PNQr1LFpRh .Qn5xayjI_jH2m1d6BEoq{height:100%;transition-delay:.65s}.pnwbCuWbV0PNQr1LFpRh .Qn5xayjI_jH2m1d6BEoq video{animation:OmAVpCQ270MqI4IsT9Ky 1.5s ease-in-out forwards}.Qn5xayjI_jH2m1d6BEoq video{height:100%;left:0;object-fit:cover;position:absolute;top:0;transform:scale(1);transition:all .85s cubic-bezier(1,0,.39,1) 0s;width:100%;will-change:transform}@media(min-width:760px){@keyframes Axe8f2LgqEBZHVcsRgY5{0%{animation-timing-function:cubic-bezier(.86,0,.07,1);left:60%;top:32px}50%{animation-timing-function:cubic-bezier(.17,.84,.44,1);bottom:32px;left:32px;top:32px;width:100%}to{left:32px;width:40%}}.Qn5xayjI_jH2m1d6BEoq{border-radius:12px;bottom:32px;display:block;height:auto;left:60%;overflow:hidden;position:absolute;right:32px;top:32px;transition-delay:0;transition:width .55s ease 0s;z-index:3}.Qn5xayjI_jH2m1d6BEoq video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.pnwbCuWbV0PNQr1LFpRh .Qn5xayjI_jH2m1d6BEoq{animation-delay:.25s;animation-duration:2s;animation-fill-mode:forwards;animation-name:Axe8f2LgqEBZHVcsRgY5;height:auto}}.iBMDoShSmqpt72YfJb36{padding:var(--jp-modal-padding)}.iBMDoShSmqpt72YfJb36 h2{font-size:clamp(1.5rem,-.7353rem + 4.7059vw,3.5rem)}.iBMDoShSmqpt72YfJb36 p{font-size:clamp(1rem,.6974rem + 1.1696vw,1.75rem)}.iBMDoShSmqpt72YfJb36 p.eQG1KKK8jjKtQyzfv573{display:none;font-size:clamp(1.25rem,1.1491rem + .3899vw,1.5rem)}@media(min-width:760px){.iBMDoShSmqpt72YfJb36{bottom:15%;display:flex;flex-direction:column;gap:64px;left:64px;padding:0 var(--jp-modal-padding) 0 0;position:absolute;width:55%}.iBMDoShSmqpt72YfJb36 .l35bIyiqYJiZ6tVYvJtC{align-items:flex-start;display:flex;flex-direction:column;gap:16px;padding:0 32px 0 0}.iBMDoShSmqpt72YfJb36 .l35bIyiqYJiZ6tVYvJtC h2,.iBMDoShSmqpt72YfJb36 .l35bIyiqYJiZ6tVYvJtC p{margin:0}.iBMDoShSmqpt72YfJb36 p.eQG1KKK8jjKtQyzfv573{display:block}.iBMDoShSmqpt72YfJb36 ._j4GWTmW5psCHFYh6R0x{align-self:flex-start;padding:16px var(--jp-modal-padding-large)!important;width:auto}.pnwbCuWbV0PNQr1LFpRh .iBMDoShSmqpt72YfJb36{left:-20px;opacity:0;transition:all .55s cubic-bezier(.59,.37,.18,1) .3s}}.HQVDZ6J3x6SJNYFX5khS{background:var(--jp-white);left:0;opacity:0;position:absolute;top:100%;transition:transform .45s cubic-bezier(.59,.37,.18,1) 2s,opacity .45s linear;width:100%;will-change:transform,opacity;z-index:2}.pnwbCuWbV0PNQr1LFpRh .HQVDZ6J3x6SJNYFX5khS{opacity:1;transform:translateY(-100%);transition-delay:2s}@media(min-width:760px){.HQVDZ6J3x6SJNYFX5khS{align-items:flex-end;bottom:5%;container-type:inline-size;display:flex;flex-direction:column;gap:40px;left:45%;padding:0;right:32px;transform:translateY(0);transition-delay:0;transition:none;width:auto}.HQVDZ6J3x6SJNYFX5khS h2{width:100%}.HQVDZ6J3x6SJNYFX5khS ._j4GWTmW5psCHFYh6R0x{margin-right:var(--jp-modal-padding-large)}.pnwbCuWbV0PNQr1LFpRh .HQVDZ6J3x6SJNYFX5khS{bottom:12%;left:45%;opacity:1;right:32px;top:unset;transform:translateY(0);transition:all .45s cubic-bezier(.59,.37,.18,1) 2s,opacity .45s linear;transition-delay:2s;width:auto}.pnwbCuWbV0PNQr1LFpRh .HQVDZ6J3x6SJNYFX5khS .l35bIyiqYJiZ6tVYvJtC{padding-left:32px}.pnwbCuWbV0PNQr1LFpRh .HQVDZ6J3x6SJNYFX5khS ._j4GWTmW5psCHFYh6R0x{align-self:flex-end}}.KdvmPIjelQIFiPQGuIYf{background:var(--jp-gray-0);display:flex;flex-direction:column;gap:var(--jp-gap)}.KdvmPIjelQIFiPQGuIYf div{background-color:var(--jp-white);border:1px solid var(--jp-gray-10);border-radius:var(--jp-button-radius);box-shadow:0 0 40px 0 rgba(0,0,0,.08);flex:1;padding:var(--jp-modal-padding)}.KdvmPIjelQIFiPQGuIYf h3{font-size:24px;line-height:normal;margin:0}.KdvmPIjelQIFiPQGuIYf p{font-size:14px}@media(min-width:760px){.KdvmPIjelQIFiPQGuIYf{flex-direction:row;padding:var(--jp-modal-padding-large)}.KdvmPIjelQIFiPQGuIYf div{border:none;box-shadow:0 2px 16px rgba(0,0,0,.08),0 2px 2px rgba(0,0,0,.1)}.KdvmPIjelQIFiPQGuIYf div p{margin:8px 0}.KdvmPIjelQIFiPQGuIYf svg{margin-bottom:var(--jp-modal-padding-small)}}@container (max-width: 600px){.KdvmPIjelQIFiPQGuIYf div{padding:var(--jp-modal-padding-small)}}.jp-license-activation-screen{border-radius:4px;box-shadow:0 4px 24px 0 rgba(0,0,0,.149);display:flex;flex-direction:column;min-height:540px;overflow:hidden}@media screen and (min-width:780px){.jp-license-activation-screen{flex-direction:row}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js new file mode 100644 index 00000000..8cb88373 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js @@ -0,0 +1,34 @@ +/*! For license information please see index.js.LICENSE.txt */ +(()=>{var e={9487:(e,t,n)=>{"use strict";n.d(t,{X:()=>c});const a={AED:{symbol:"د.إ.‏",grouping:",",decimal:".",precision:2},AFN:{symbol:"؋",grouping:",",decimal:".",precision:2},ALL:{symbol:"Lek",grouping:".",decimal:",",precision:2},AMD:{symbol:"֏",grouping:",",decimal:".",precision:2},ANG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AOA:{symbol:"Kz",grouping:",",decimal:".",precision:2},ARS:{symbol:"$",grouping:".",decimal:",",precision:2},AUD:{symbol:"A$",grouping:",",decimal:".",precision:2},AWG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AZN:{symbol:"₼",grouping:" ",decimal:",",precision:2},BAM:{symbol:"КМ",grouping:".",decimal:",",precision:2},BBD:{symbol:"Bds$",grouping:",",decimal:".",precision:2},BDT:{symbol:"৳",grouping:",",decimal:".",precision:0},BGN:{symbol:"лв.",grouping:" ",decimal:",",precision:2},BHD:{symbol:"د.ب.‏",grouping:",",decimal:".",precision:3},BIF:{symbol:"FBu",grouping:",",decimal:".",precision:0},BMD:{symbol:"$",grouping:",",decimal:".",precision:2},BND:{symbol:"$",grouping:".",decimal:",",precision:0},BOB:{symbol:"Bs",grouping:".",decimal:",",precision:2},BRL:{symbol:"R$",grouping:".",decimal:",",precision:2},BSD:{symbol:"$",grouping:",",decimal:".",precision:2},BTC:{symbol:"Ƀ",grouping:",",decimal:".",precision:2},BTN:{symbol:"Nu.",grouping:",",decimal:".",precision:1},BWP:{symbol:"P",grouping:",",decimal:".",precision:2},BYR:{symbol:"р.",grouping:" ",decimal:",",precision:2},BZD:{symbol:"BZ$",grouping:",",decimal:".",precision:2},CAD:{symbol:"C$",grouping:",",decimal:".",precision:2},CDF:{symbol:"FC",grouping:",",decimal:".",precision:2},CHF:{symbol:"CHF",grouping:"'",decimal:".",precision:2},CLP:{symbol:"$",grouping:".",decimal:",",precision:2},CNY:{symbol:"¥",grouping:",",decimal:".",precision:2},COP:{symbol:"$",grouping:".",decimal:",",precision:2},CRC:{symbol:"₡",grouping:".",decimal:",",precision:2},CUC:{symbol:"CUC",grouping:",",decimal:".",precision:2},CUP:{symbol:"$MN",grouping:",",decimal:".",precision:2},CVE:{symbol:"$",grouping:",",decimal:".",precision:2},CZK:{symbol:"Kč",grouping:" ",decimal:",",precision:2},DJF:{symbol:"Fdj",grouping:",",decimal:".",precision:0},DKK:{symbol:"kr.",grouping:"",decimal:",",precision:2},DOP:{symbol:"RD$",grouping:",",decimal:".",precision:2},DZD:{symbol:"د.ج.‏",grouping:",",decimal:".",precision:2},EGP:{symbol:"ج.م.‏",grouping:",",decimal:".",precision:2},ERN:{symbol:"Nfk",grouping:",",decimal:".",precision:2},ETB:{symbol:"ETB",grouping:",",decimal:".",precision:2},EUR:{symbol:"€",grouping:".",decimal:",",precision:2},FJD:{symbol:"FJ$",grouping:",",decimal:".",precision:2},FKP:{symbol:"£",grouping:",",decimal:".",precision:2},GBP:{symbol:"£",grouping:",",decimal:".",precision:2},GEL:{symbol:"Lari",grouping:" ",decimal:",",precision:2},GHS:{symbol:"₵",grouping:",",decimal:".",precision:2},GIP:{symbol:"£",grouping:",",decimal:".",precision:2},GMD:{symbol:"D",grouping:",",decimal:".",precision:2},GNF:{symbol:"FG",grouping:",",decimal:".",precision:0},GTQ:{symbol:"Q",grouping:",",decimal:".",precision:2},GYD:{symbol:"G$",grouping:",",decimal:".",precision:2},HKD:{symbol:"HK$",grouping:",",decimal:".",precision:2},HNL:{symbol:"L.",grouping:",",decimal:".",precision:2},HRK:{symbol:"kn",grouping:".",decimal:",",precision:2},HTG:{symbol:"G",grouping:",",decimal:".",precision:2},HUF:{symbol:"Ft",grouping:".",decimal:",",precision:0},IDR:{symbol:"Rp",grouping:".",decimal:",",precision:0},ILS:{symbol:"₪",grouping:",",decimal:".",precision:2},INR:{symbol:"₹",grouping:",",decimal:".",precision:2},IQD:{symbol:"د.ع.‏",grouping:",",decimal:".",precision:2},IRR:{symbol:"﷼",grouping:",",decimal:"/",precision:2},ISK:{symbol:"kr.",grouping:".",decimal:",",precision:0},JMD:{symbol:"J$",grouping:",",decimal:".",precision:2},JOD:{symbol:"د.ا.‏",grouping:",",decimal:".",precision:3},JPY:{symbol:"¥",grouping:",",decimal:".",precision:0},KES:{symbol:"S",grouping:",",decimal:".",precision:2},KGS:{symbol:"сом",grouping:" ",decimal:"-",precision:2},KHR:{symbol:"៛",grouping:",",decimal:".",precision:0},KMF:{symbol:"CF",grouping:",",decimal:".",precision:2},KPW:{symbol:"₩",grouping:",",decimal:".",precision:0},KRW:{symbol:"₩",grouping:",",decimal:".",precision:0},KWD:{symbol:"د.ك.‏",grouping:",",decimal:".",precision:3},KYD:{symbol:"$",grouping:",",decimal:".",precision:2},KZT:{symbol:"₸",grouping:" ",decimal:"-",precision:2},LAK:{symbol:"₭",grouping:",",decimal:".",precision:0},LBP:{symbol:"ل.ل.‏",grouping:",",decimal:".",precision:2},LKR:{symbol:"₨",grouping:",",decimal:".",precision:0},LRD:{symbol:"L$",grouping:",",decimal:".",precision:2},LSL:{symbol:"M",grouping:",",decimal:".",precision:2},LYD:{symbol:"د.ل.‏",grouping:",",decimal:".",precision:3},MAD:{symbol:"د.م.‏",grouping:",",decimal:".",precision:2},MDL:{symbol:"lei",grouping:",",decimal:".",precision:2},MGA:{symbol:"Ar",grouping:",",decimal:".",precision:0},MKD:{symbol:"ден.",grouping:".",decimal:",",precision:2},MMK:{symbol:"K",grouping:",",decimal:".",precision:2},MNT:{symbol:"₮",grouping:" ",decimal:",",precision:2},MOP:{symbol:"MOP$",grouping:",",decimal:".",precision:2},MRO:{symbol:"UM",grouping:",",decimal:".",precision:2},MTL:{symbol:"₤",grouping:",",decimal:".",precision:2},MUR:{symbol:"₨",grouping:",",decimal:".",precision:2},MVR:{symbol:"MVR",grouping:",",decimal:".",precision:1},MWK:{symbol:"MK",grouping:",",decimal:".",precision:2},MXN:{symbol:"MX$",grouping:",",decimal:".",precision:2},MYR:{symbol:"RM",grouping:",",decimal:".",precision:2},MZN:{symbol:"MT",grouping:",",decimal:".",precision:0},NAD:{symbol:"N$",grouping:",",decimal:".",precision:2},NGN:{symbol:"₦",grouping:",",decimal:".",precision:2},NIO:{symbol:"C$",grouping:",",decimal:".",precision:2},NOK:{symbol:"kr",grouping:" ",decimal:",",precision:2},NPR:{symbol:"₨",grouping:",",decimal:".",precision:2},NZD:{symbol:"NZ$",grouping:",",decimal:".",precision:2},OMR:{symbol:"﷼",grouping:",",decimal:".",precision:3},PAB:{symbol:"B/.",grouping:",",decimal:".",precision:2},PEN:{symbol:"S/.",grouping:",",decimal:".",precision:2},PGK:{symbol:"K",grouping:",",decimal:".",precision:2},PHP:{symbol:"₱",grouping:",",decimal:".",precision:2},PKR:{symbol:"₨",grouping:",",decimal:".",precision:2},PLN:{symbol:"zł",grouping:" ",decimal:",",precision:2},PYG:{symbol:"₲",grouping:".",decimal:",",precision:2},QAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},RON:{symbol:"lei",grouping:".",decimal:",",precision:2},RSD:{symbol:"Дин.",grouping:".",decimal:",",precision:2},RUB:{symbol:"₽",grouping:" ",decimal:",",precision:2},RWF:{symbol:"RWF",grouping:" ",decimal:",",precision:2},SAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},SBD:{symbol:"S$",grouping:",",decimal:".",precision:2},SCR:{symbol:"₨",grouping:",",decimal:".",precision:2},SDD:{symbol:"LSd",grouping:",",decimal:".",precision:2},SDG:{symbol:"£‏",grouping:",",decimal:".",precision:2},SEK:{symbol:"kr",grouping:",",decimal:".",precision:2},SGD:{symbol:"S$",grouping:",",decimal:".",precision:2},SHP:{symbol:"£",grouping:",",decimal:".",precision:2},SLL:{symbol:"Le",grouping:",",decimal:".",precision:2},SOS:{symbol:"S",grouping:",",decimal:".",precision:2},SRD:{symbol:"$",grouping:",",decimal:".",precision:2},STD:{symbol:"Db",grouping:",",decimal:".",precision:2},SVC:{symbol:"₡",grouping:",",decimal:".",precision:2},SYP:{symbol:"£",grouping:",",decimal:".",precision:2},SZL:{symbol:"E",grouping:",",decimal:".",precision:2},THB:{symbol:"฿",grouping:",",decimal:".",precision:2},TJS:{symbol:"TJS",grouping:" ",decimal:";",precision:2},TMT:{symbol:"m",grouping:" ",decimal:",",precision:0},TND:{symbol:"د.ت.‏",grouping:",",decimal:".",precision:3},TOP:{symbol:"T$",grouping:",",decimal:".",precision:2},TRY:{symbol:"TL",grouping:".",decimal:",",precision:2},TTD:{symbol:"TT$",grouping:",",decimal:".",precision:2},TVD:{symbol:"$T",grouping:",",decimal:".",precision:2},TWD:{symbol:"NT$",grouping:",",decimal:".",precision:2},TZS:{symbol:"TSh",grouping:",",decimal:".",precision:2},UAH:{symbol:"₴",grouping:" ",decimal:",",precision:2},UGX:{symbol:"USh",grouping:",",decimal:".",precision:2},USD:{symbol:"$",grouping:",",decimal:".",precision:2},UYU:{symbol:"$U",grouping:".",decimal:",",precision:2},UZS:{symbol:"сўм",grouping:" ",decimal:",",precision:2},VEB:{symbol:"Bs.",grouping:",",decimal:".",precision:2},VEF:{symbol:"Bs. F.",grouping:".",decimal:",",precision:2},VND:{symbol:"₫",grouping:".",decimal:",",precision:1},VUV:{symbol:"VT",grouping:",",decimal:".",precision:0},WST:{symbol:"WS$",grouping:",",decimal:".",precision:2},XAF:{symbol:"F",grouping:",",decimal:".",precision:2},XCD:{symbol:"$",grouping:",",decimal:".",precision:2},XOF:{symbol:"F",grouping:" ",decimal:",",precision:2},XPF:{symbol:"F",grouping:",",decimal:".",precision:2},YER:{symbol:"﷼",grouping:",",decimal:".",precision:2},ZAR:{symbol:"R",grouping:" ",decimal:",",precision:2},ZMW:{symbol:"ZK",grouping:",",decimal:".",precision:2},WON:{symbol:"₩",grouping:",",decimal:".",precision:2}};function c(e){return a[e]||{symbol:"$",grouping:",",decimal:".",precision:2}}},8899:(e,t,n)=>{"use strict";n.d(t,{LR:()=>r});var a=n(9487),c=n(2003);function r(e,t,n={}){const r=(0,a.X)(t);if(!r||isNaN(e))return null;const{decimal:i,grouping:s,precision:o,symbol:l}={...r,...n},u=e<0?"-":"",p=Math.abs(e),d=Math.floor(p);return{sign:u,symbol:l,integer:(0,c.Z)(p,o,i,s).split(i)[0],fraction:o>0?(0,c.Z)(p-d,o,i,s).slice(1):""}}},2003:(e,t,n)=>{"use strict";function a(e,t=0,n=".",a=","){const c=(e+"").replace(/[^0-9+\-Ee.]/g,""),r=isFinite(+c)?+c:0,i=isFinite(+t)?Math.abs(t):0,s=(i?function(e,t){const n=Math.pow(10,t);return""+(Math.round(e*n)/n).toFixed(t)}(r,i):""+Math.round(r)).split(".");return s[0].length>3&&(s[0]=s[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,a)),(s[1]||"").lengtha})},3170:(e,t,n)=>{"use strict";function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;tp,RQ:()=>L,WK:()=>U,Zn:()=>R,Zq:()=>z,aU:()=>c,cP:()=>d,fp:()=>v,kG:()=>s,pC:()=>I,q_:()=>i}),function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(c||(c={}));const r="popstate";function i(e){return void 0===e&&(e={}),g((function(e,t){let{pathname:n="/",search:a="",hash:c=""}=d(e.location.hash.substr(1));return u("",{pathname:n,search:a,hash:c},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){let n=e.document.querySelector("base"),a="";if(n&&n.getAttribute("href")){let t=e.location.href,n=t.indexOf("#");a=-1===n?t:t.slice(0,n)}return a+"#"+("string"==typeof t?t:p(t))}),(function(e,t){o("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),e)}function s(e,t){if(!1===e||null==e)throw new Error(t)}function o(e,t){if(!e){"undefined"!=typeof console&&console.warn(t);try{throw new Error(t)}catch(e){}}}function l(e){return{usr:e.state,key:e.key}}function u(e,t,n,c){return void 0===n&&(n=null),a({pathname:"string"==typeof e?e:e.pathname,search:"",hash:""},"string"==typeof t?d(t):t,{state:n,key:t&&t.key||c||Math.random().toString(36).substr(2,8)})}function p(e){let{pathname:t="/",search:n="",hash:a=""}=e;return n&&"?"!==n&&(t+="?"===n.charAt(0)?n:"?"+n),a&&"#"!==a&&(t+="#"===a.charAt(0)?a:"#"+a),t}function d(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));let a=e.indexOf("?");a>=0&&(t.search=e.substr(a),e=e.substr(0,a)),e&&(t.pathname=e)}return t}function m(e){let t="undefined"!=typeof window&&void 0!==window.location&&"null"!==window.location.origin?window.location.origin:window.location.href,n="string"==typeof e?e:p(e);return s(t,"No window.location.(origin|href) available to create URL for href: "+n),new URL(n,t)}function g(e,t,n,a){void 0===a&&(a={});let{window:i=document.defaultView,v5Compat:s=!1}=a,o=i.history,d=c.Pop,g=null;function h(){d=c.Pop,g&&g({action:d,location:v.location})}let v={get action(){return d},get location(){return e(i,o)},listen(e){if(g)throw new Error("A history only accepts one active listener");return i.addEventListener(r,h),g=e,()=>{i.removeEventListener(r,h),g=null}},createHref:e=>t(i,e),encodeLocation(e){let t=m("string"==typeof e?e:p(e));return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,t){d=c.Push;let a=u(v.location,e,t);n&&n(a,e);let r=l(a),p=v.createHref(a);try{o.pushState(r,"",p)}catch(e){i.location.assign(p)}s&&g&&g({action:d,location:v.location})},replace:function(e,t){d=c.Replace;let a=u(v.location,e,t);n&&n(a,e);let r=l(a),i=v.createHref(a);o.replaceState(r,"",i),s&&g&&g({action:d,location:v.location})},go:e=>o.go(e)};return v}var h;function v(e,t,n){void 0===n&&(n="/");let a=R(("string"==typeof t?d(t):t).pathname||"/",n);if(null==a)return null;let c=f(e);!function(e){e.sort(((e,t)=>e.score!==t.score?t.score-e.score:function(e,t){let n=e.length===t.length&&e.slice(0,-1).every(((e,n)=>e===t[n]));return n?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((e=>e.childrenIndex)),t.routesMeta.map((e=>e.childrenIndex)))))}(c);let r=null;for(let e=0;null==r&&e{let i={relativePath:void 0===r?e.path||"":r,caseSensitive:!0===e.caseSensitive,childrenIndex:c,route:e};i.relativePath.startsWith("/")&&(s(i.relativePath.startsWith(a),'Absolute route path "'+i.relativePath+'" nested under path "'+a+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),i.relativePath=i.relativePath.slice(a.length));let o=L([a,i.relativePath]),l=n.concat(i);e.children&&e.children.length>0&&(s(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+o+'".'),f(e.children,t,l,o)),(null!=e.path||e.index)&&t.push({path:o,score:Z(o,e.index),routesMeta:l})};return e.forEach(((e,t)=>{var n;if(""!==e.path&&null!=(n=e.path)&&n.includes("?"))for(let n of k(e.path))c(e,t,n);else c(e,t)})),t}function k(e){let t=e.split("/");if(0===t.length)return[];let[n,...a]=t,c=n.endsWith("?"),r=n.replace(/\?$/,"");if(0===a.length)return c?[r,""]:[r];let i=k(a.join("/")),s=[];return s.push(...i.map((e=>""===e?r:[r,e].join("/")))),c&&s.push(...i),s.map((t=>e.startsWith("/")&&""===t?"/":t))}!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(h||(h={}));const y=/^:\w+$/,E=3,w=2,b=1,j=10,C=-2,_=e=>"*"===e;function Z(e,t){let n=e.split("/"),a=n.length;return n.some(_)&&(a+=C),t&&(a+=w),n.filter((e=>!_(e))).reduce(((e,t)=>e+(y.test(t)?E:""===t?b:j)),a)}function N(e,t){let{routesMeta:n}=e,a={},c="/",r=[];for(let e=0;e(a.push(t),"/([^\\/]+)")));e.endsWith("*")?(a.push("*"),c+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?c+="\\/*$":""!==e&&"/"!==e&&(c+="(?:(?=\\/|$))");let r=new RegExp(c,t?void 0:"i");return[r,a]}(e.path,e.caseSensitive,e.end),c=t.match(n);if(!c)return null;let r=c[0],i=r.replace(/(.)\/+$/,"$1"),s=c.slice(1);return{params:a.reduce(((e,t,n)=>{if("*"===t){let e=s[n]||"";i=r.slice(0,r.length-e.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e,t){try{return decodeURIComponent(e)}catch(n){return x(!1,'The value for the URL param "'+t+'" will not be decoded because the string "'+e+'" is a malformed URL segment. This is probably due to a bad percent encoding ('+n+")."),e}}(s[n]||"",t),e}),{}),pathname:r,pathnameBase:i,pattern:e}}function P(e){try{return decodeURI(e)}catch(t){return x(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent encoding ('+t+")."),e}}function R(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,a=e.charAt(n);return a&&"/"!==a?null:e.slice(n)||"/"}function x(e,t){if(!e){"undefined"!=typeof console&&console.warn(t);try{throw new Error(t)}catch(e){}}}function A(e,t,n,a){return"Cannot include a '"+e+"' character in a manually specified `to."+t+"` field ["+JSON.stringify(a)+"]. Please separate it out to the `to."+n+'` field. Alternatively you may provide the full path as a string in and the router will parse it for you.'}function z(e){return e.filter(((e,t)=>0===t||e.route.path&&e.route.path.length>0))}function I(e,t,n,c){let r;void 0===c&&(c=!1),"string"==typeof e?r=d(e):(r=a({},e),s(!r.pathname||!r.pathname.includes("?"),A("?","pathname","search",r)),s(!r.pathname||!r.pathname.includes("#"),A("#","pathname","hash",r)),s(!r.search||!r.search.includes("#"),A("#","search","hash",r)));let i,o=""===e||""===r.pathname,l=o?"/":r.pathname;if(c||null==l)i=n;else{let e=t.length-1;if(l.startsWith("..")){let t=l.split("/");for(;".."===t[0];)t.shift(),e-=1;r.pathname=t.join("/")}i=e>=0?t[e]:"/"}let u=function(e,t){void 0===t&&(t="/");let{pathname:n,search:a="",hash:c=""}="string"==typeof e?d(e):e,r=n?n.startsWith("/")?n:function(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((e=>{".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)})),n.length>1?n.join("/"):"/"}(n,t):t;return{pathname:r,search:T(a),hash:F(c)}}(r,i),p=l&&"/"!==l&&l.endsWith("/"),m=(o||"."===l)&&n.endsWith("/");return u.pathname.endsWith("/")||!p&&!m||(u.pathname+="/"),u}const L=e=>e.join("/").replace(/\/\/+/g,"/"),M=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),T=e=>e&&"?"!==e?e.startsWith("?")?e:"?"+e:"",F=e=>e&&"#"!==e?e.startsWith("#")?e:"#"+e:"";Error;class O{constructor(e,t,n,a){void 0===a&&(a=!1),this.status=e,this.statusText=t||"",this.internal=a,n instanceof Error?(this.data=n.toString(),this.error=n):this.data=n}}function U(e){return e instanceof O}const D=["post","put","patch","delete"],V=(new Set(D),["get",...D]);new Set(V),new Set([301,302,303,307,308]),new Set([307,308]),"undefined"!=typeof window&&void 0!==window.document&&window.document.createElement},1074:(e,t,n)=>{"use strict";n.d(t,{Z:()=>c});var a=n(9307);const c=(0,a.forwardRef)((function({icon:e,size:t=24,...n},c){return(0,a.cloneElement)(e,{width:t,height:t,...n,ref:c})}))},9404:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{d:"m16.5 13.5-3.7 3.7V4h-1.5v13.2l-3.8-3.7-1 1 5.5 5.6 5.5-5.6z"}))},3259:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{d:"M20 11.2H6.8l3.7-3.7-1-1L3.9 12l5.6 5.5 1-1-3.7-3.7H20z"}))},986:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{d:"M12 3.9 6.5 9.5l1 1 3.8-3.7V20h1.5V6.8l3.7 3.7 1-1z"}))},9201:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{d:"M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z"}))},6936:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"}))},6163:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{d:"M12 13.06l3.712 3.713 1.061-1.06L13.061 12l3.712-3.712-1.06-1.06L12 10.938 8.288 7.227l-1.061 1.06L10.939 12l-3.712 3.712 1.06 1.061L12 13.061z"}))},9517:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{d:"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"}))},5316:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,a.createElement)(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6.68822 16.625L5.5 17.8145L5.5 5.5L18.5 5.5L18.5 16.625L6.68822 16.625ZM7.31 18.125L19 18.125C19.5523 18.125 20 17.6773 20 17.125L20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19.5247C4 19.8173 4.16123 20.086 4.41935 20.2237C4.72711 20.3878 5.10601 20.3313 5.35252 20.0845L7.31 18.125ZM16 9.99997H8V8.49997H16V9.99997ZM8 14H13V12.5H8V14Z"}))},5899:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{d:"M18 11.3l-1-1.1-4 4V3h-1.5v11.3L7 10.2l-1 1.1 6.2 5.8 5.8-5.8zm.5 3.7v3.5h-13V15H4v5h16v-5h-1.5z"}))},5381:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{d:"M19.5 4.5h-7V6h4.44l-5.97 5.97 1.06 1.06L18 7.06v4.44h1.5v-7Zm-13 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3H17v3a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h3V5.5h-3Z"}))},496:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{d:"M12 3.2c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8 0-4.8-4-8.8-8.8-8.8zm0 16c-4 0-7.2-3.3-7.2-7.2C4.8 8 8 4.8 12 4.8s7.2 3.3 7.2 7.2c0 4-3.2 7.2-7.2 7.2zM11 17h2v-6h-2v6zm0-8h2V7h-2v2z"}))},3482:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{d:"M13 19h-2v-2h2v2zm0-6h-2v-2h2v2zm0-6h-2V5h2v2z"}))},4955:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{d:"M15.5 9.5a1 1 0 100-2 1 1 0 000 2zm0 1.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm-2.25 6v-2a2.75 2.75 0 00-2.75-2.75h-4A2.75 2.75 0 003.75 15v2h1.5v-2c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2h1.5zm7-2v2h-1.5v-2c0-.69-.56-1.25-1.25-1.25H15v-1.5h2.5A2.75 2.75 0 0120.25 15zM9.5 8.5a1 1 0 11-2 0 1 1 0 012 0zm1.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z",fillRule:"evenodd"}))},1908:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{d:"M18 11.2h-5.2V6h-1.6v5.2H6v1.6h5.2V18h1.6v-5.2H18z"}))},6514:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,a.createElement)(c.Path,{fillRule:"evenodd",d:"M9.706 8.646a.25.25 0 01-.188.137l-4.626.672a.25.25 0 00-.139.427l3.348 3.262a.25.25 0 01.072.222l-.79 4.607a.25.25 0 00.362.264l4.138-2.176a.25.25 0 01.233 0l4.137 2.175a.25.25 0 00.363-.263l-.79-4.607a.25.25 0 01.072-.222l3.347-3.262a.25.25 0 00-.139-.427l-4.626-.672a.25.25 0 01-.188-.137l-2.069-4.192a.25.25 0 00-.448 0L9.706 8.646zM12 7.39l-.948 1.921a1.75 1.75 0 01-1.317.957l-2.12.308 1.534 1.495c.412.402.6.982.503 1.55l-.362 2.11 1.896-.997a1.75 1.75 0 011.629 0l1.895.997-.362-2.11a1.75 1.75 0 01.504-1.55l1.533-1.495-2.12-.308a1.75 1.75 0 01-1.317-.957L12 7.39z",clipRule:"evenodd"}))},797:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(444);const r=(0,a.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,a.createElement)(c.Path,{d:"M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1.13 9.38l.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z"}))},5235:(e,t)=>{var n;!function(){"use strict";var a={}.hasOwnProperty;function c(){for(var e=[],t=0;t{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let a=0,c=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(a++,"%c"===e&&(c=a))})),t.splice(c,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=n(1741)(t);const{formatters:a}=e.exports;a.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},1741:(e,t,n)=>{e.exports=function(e){function t(e){let n,c,r,i=null;function s(...e){if(!s.enabled)return;const a=s,c=Number(new Date),r=c-(n||c);a.diff=r,a.prev=n,a.curr=c,n=c,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,c)=>{if("%%"===n)return"%";i++;const r=t.formatters[c];if("function"==typeof r){const t=e[i];n=r.call(a,t),e.splice(i,1),i--}return n})),t.formatArgs.call(a,e);(a.log||t.log).apply(a,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=a,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(c!==t.namespaces&&(c=t.namespaces,r=t.enabled(e)),r),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function a(e,n){const a=t(this.namespace+(void 0===n?":":n)+e);return a.log=this.log,a}function c(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(c),...t.skips.map(c).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const a=("string"==typeof e?e:"").split(/[\s,]+/),c=a.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{"use strict";n.d(t,{Z:()=>a});const a={error:"TcCZnGE6mad8Dvz9pCZi",button:"_mn6o2Dtm5pfFWc8_A1K"}},1494:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={"admin-page":"sexr0jUxC1jVixdKiDnC",background:"vKQ11sLeAM45M04P1ccj"}},511:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={section:"cAbGtJDGgLubucBnz7vM"}},281:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={"section-hero":"vMa4i_Dza2t5Zi_Bw9Nf"}},9171:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={container:"demNsMJjhi7BLY7xhjU5","icon-wrapper":"QiUjdjJSkqh6nH7YMG5A","is-error":"Q080AHcq29J2fc68Hhk5",icon:"hYWbIwhppukXmGnsiT9H","is-warning":"JjHuxWly0HI9C60gorbq","is-info":"Cm8ZFHi3mngl4cj9Gatx","is-success":"ytGBsU015p3LGwOPwFDx"}},3466:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={button:"zI5tJ_qhWE6Oe6Lk75GY","is-icon-button":"tuBt2DLqimiImoqVzPqo",small:"Na39I683LAaSA99REg14",normal:"ipS7tKy9GntCS4R3vekF",icon:"paGLQwtPEaJmtArCcmyK",regular:"lZAo6_oGfclXOO9CC6Rd","full-width":"xJDOiJxTt0R_wSl8Ipz_",loading:"q_tVWqMjl39RcY6WtQA6","external-icon":"CDuBjJp_8jxzx5j6Nept"}},2404:()=>{},5785:()=>{},1275:()=>{},5612:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={"star-icon":"cuoSlhSNrqf1dozY22Xb",jetpack:"lAIiifeLMmZAPlQ9n9ZR","checkmark-icon":"JLquNpQVlysAamuh5lJO",socialIcon:"cbOwD8Y4tFjwimmtchQI",facebook:"aHOlEBGD5EA8NKRw3xTw",instagram:"cL3m0xBYTYhIKI7lCqDB",twitter:"af4Y_zItXvLAOEoSDPSv",linkedin:"f68aqF3XSD1OBvXR1get",tumblr:"xFI0dt3UiXRlRQdqPWkx",google:"q7JEoyymveP6kF747M43",mastodon:"DKOBOTVmTLbh26gUH_73",nextdoor:"n5XodNsuMfMAAvqHFmbw",whatsapp:"fftumuc_lJ6v0tq4UMVR"}},9054:()=>{},3247:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={sm:"(max-width: 599px)",md:"(min-width: 600px) and (max-width: 959px)",lg:"(min-width: 960px)"}},3080:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={sm:"(max-width: 599px)",md:"(min-width: 600px) and (max-width: 959px)",lg:"(min-width: 960px)",smCols:"4",mdCols:"8",lgCols:"12","col-sm-1":"RuVLl3q4lxTQa3wbhBJB","col-sm-1-start":"f9LZTRG4MMK42rS89afW","col-sm-1-end":"bHe_zKxjjpUwHw_MdYE1","col-sm-2":"QZbNrOqE2aNSn50xVhpU","col-sm-2-start":"ev7W3z7zVYPeHAlYqZjf","col-sm-2-end":"NJWd1m_e7lOiPYru2ZMP","col-sm-3":"Xc6nt1Qc1DI0Z2A3gt1r","col-sm-3-start":"UIcN_GXiPRoIsin8Kohg","col-sm-3-end":"GRKCyqb5LufCSCgykKFc","col-sm-4":"i_qTq8gqhhC3vIUepVRB","col-sm-4-start":"G3qaZ3Jpbvam_1XvGxgc","col-sm-4-end":"VRCNYKZtO9zukEwmgP1y","col-md-1":"tRm008K_WJL79WoNZTNL","col-md-1-start":"l5T2P_bgKts4tdaRkS1d","col-md-1-end":"zOCxfLZpF6BlgC7a_Yq1","col-md-2":"F80DdgVn0m5OpvtSQWka","col-md-2-start":"oI1c7JYfiJtMQHbhngtU","col-md-2-end":"pMQtA_4jh1_1lVknqEP5","col-md-3":"VenqMpdgyKQVUNNQcfqd","col-md-3-start":"seNYL99uoczf9V4MxBxT","col-md-3-end":"YKfF1HFhI9KygA5l3b2J","col-md-4":"yAi0Cv1xDWkoqsaUhvhR","col-md-4-start":"ubhnyZOnkgxNhh6XtVWv","col-md-4-end":"RGOPGQbWMJ9Ei5oFxS7X","col-md-5":"Sz1E2aWbX483ijdi6yge","col-md-5-start":"tku6_bRYrX9tMbgYGmIl","col-md-5-end":"b5JHttOhSEcI1WBlqAjk","col-md-6":"FboSx5MoKTAWbxXyYlCw","col-md-6-start":"Jhs8yEEmodG30edbJvag","col-md-6-end":"IpzbbKVqEqPcfIGkXkwt","col-md-7":"mhCPwfAZ4Kmm_empzJAq","col-md-7-start":"x034ilrJF7rO9UJB2rI1","col-md-7-end":"Wt8t2e16viRrOJ1lLA5v","col-md-8":"S6pIrEy9AMLKx9bgh_Ae","col-md-8-start":"kEfI4tGyuWfHTlRnvIab","col-md-8-end":"PUzX4RRsKq1dnsz3gebS","col-lg-1":"X_pdcLJikd8LS_YAdJlB","col-lg-1-start":"tl936d14Huby4khYp05X","col-lg-1-end":"hnge0LnR69d3NXEtEE1t","col-lg-2":"fj0NUMuyZQcPNgKcjp5Z","col-lg-2-start":"R2ncBX7a2NigdYCcV1OX","col-lg-2-end":"t8vMSDVYno9k9itRwnXb","col-lg-3":"wsDuEN2GqHx6qzo8dUdk","col-lg-3-start":"cIEVPUweWtLBy3xaXnMx","col-lg-3-end":"fajUWBwu1m2B479j3jmz","col-lg-4":"YR0c7fQTgMkDdWzwSyLp","col-lg-4-start":"xlwp8BmplxkKNMI7gamo","col-lg-4-end":"_C4O1w9DUqx1m3gPf8aA","col-lg-5":"Z54F1hAErckAIrKlxnXW","col-lg-5-start":"ezSDWkRHmKSxDJXxuiOH","col-lg-5-end":"T0ChoeAjGJjkkNrYhD4g","col-lg-6":"qtMoMPF6yHvGJnWHSsde","col-lg-6-start":"gdoywN5VPiWERfIBqkph","col-lg-6-end":"wUev_VH5uf_pwFFlbnAU","col-lg-7":"egIPDFJsOpownTClq9XP","col-lg-7-start":"yGhp9yoAW7k0kQik9AB7","col-lg-7-end":"SJ43U9mR5wUg5V2qBeQA","col-lg-8":"cTuyHfMwSUJxN_HdIEgd","col-lg-8-start":"smCr8DaIagcumdvdldiK","col-lg-8-end":"T03NHzQJvzwL6wAfIiTL","col-lg-9":"pMvxM3RJGjqyNdf9qg1Y","col-lg-9-start":"iIVpNRwEnQ_JI5gpp9EN","col-lg-9-end":"ZbQ4u4vGSX5rJOje4uGL","col-lg-10":"gKb5wuIDAlKGbrjK2vxy","col-lg-10-start":"Z7pINdImE2WJiYnZBTqm","col-lg-10-end":"ZTxp6qpvwurMdOnLLSz1","col-lg-11":"NnQTlbfnxPDR6cQ7rygg","col-lg-11-start":"O137wZd6Yl0olSA9PsXR","col-lg-11-end":"zf2OJtQ2MPz6SDoh6CB0","col-lg-12":"U3H6UHW6HqRt9hdzVg3O","col-lg-12-start":"zynnNeS_ZBTxABcVpUQH","col-lg-12-end":"vI8tltFZtFUNAy9Iag9s"}},8730:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={sm:"(max-width: 599px)",md:"(min-width: 600px) and (max-width: 959px)",lg:"(min-width: 960px)",container:"SqdhUZkXCRuIpErj1B3z",fluid:"OZC_9a1LhpWF9dv15Gdh"}},7946:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={placeholder:"NisihrgiIKl_knpYJtfg",pulse:"R2i0K45dEF157drbVRPI"}},7703:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={container:"VHYulMcpzbr10HWR0iSE","icon-wrapper":"FGpSkMCiIHQjszcV0dbn","close-button":"KoWZcCwhW13xvkEb0QON","main-content":"smrfczkC53EaFM8OJUXs",title:"IKYRWoPwt9xOVEx1wzNS","action-bar":"qM0qY6mPYp1MPN54A3Kg","is-error":"A5YkDkkXuiYgavrY6Nux",icon:"y_IPyP1wIAOhyNaqvXJq","is-warning":"cT5rwuPMZzWvi5o6shMl","is-info":"yo0O3uvNomPsYUXFCpAS","is-success":"oZdDFf1jBLkzn5ICCC6x"}},9929:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={container:"p4qz2tkq0p9hxucJ6Qk2",table:"lbNDyXioOwvyvbALtCBm","is-viewport-large":"s2Lsn4kbm6BrS3DSndRB",card:"cLaNK_XcbTGlRQ4Tp43Q","is-primary":"CYt1X0eH1icRjhtJ28jx",header:"DAkZc1P9A3K12fjEliMg",item:"WUBuYABl8nymjs9NnCEL","last-feature":"ANtCFeb41NhA8PA3H7ZN",value:"Ql2gy_148yW8Vw5vhaKD",icon:"EAQrAnQEW1z1BfdY5gbC","icon-check":"JDSTlLoOC_4aUoH2oNM2","icon-cross":"zNdQRJ1w7BvaQOYyqzHK",popover:"lr7vbX95SKtoe7DarJcZ","popover-icon":"KRrGp2xdkeBOxLZeuQ6X",tos:"H_ZJiRVJg0LiMXPGOcmt","tos-container":"x21z_DixObRDsDaWotP1"}},9184:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={container:"dovianZYLKhnbnh9I06o","price-container":"lljtQMhW7lq5tE5SDJEf","promo-label":"NubApIV1vQCRUNprfm6b",price:"dhFQXpZfMwVI8vuYHnwC","is-not-off-price":"eD7hzxFmdtG_MgmBtl_k",footer:"C64ZjjUAqJC1T2Sa7apS",legend:"UpZDGew6Ay1hPoP6eI7b",symbol:"TDiiPbuW1Z0_05u_pvcK"}},1683:()=>{},7920:()=>{},3280:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={reset:"WQVtrU6q0L1Igcj7wCrQ","headline-medium":"UujoBFTnQNY2cWU2SIsH","headline-small":"TeGO5V_thHw5lDAm1_2M","headline-small-regular":"WolQzb2MsSgiNmLtc7_j","title-medium":"hUB0JT8p1T2Hw28N6qC8","title-medium-semi-bold":"gKZWDv5chz3_O3Syp74H","title-small":"zY2No8Ga4b8shbOQGhnv",body:"tIj0D1t8Cc892ikmgFPZ","body-small":"KdcN0BnOaVeVhyLRKqhS","body-extra-small":"dso3Rh3tl3Xv1GumBktz","body-extra-small-bold":"mQ1UlbN9u4Mg9byO8m7v",label:"PItlW5vRExLnTj4a8eLE","m-0":"TwRpPlktzxhmFVeua7P5","mx-0":"zVfqx7gyb3o9mxfGynn1","my-0":"iSHVzNiB9iVleGljaQxy","mt-0":"xqDIp6cNVr_E6RXaiPyD","mr-0":"S8EwaXk1kyPizt6x4WH2","mb-0":"ODX5Vr1TARoLFkDDFooD","ml-0":"cphJ8dCpfimnky7P2FHg","m-1":"PFgIhNxIyiSuNvQjAIYj","mx-1":"M2jKmUzDxvJjjVEPU3zn","my-1":"io15gAh8tMTNbSEfwJKk","mt-1":"rcTN5uw9xIEeMEGL3Xi_","mr-1":"CQSkybjq2TcRM1Xo9COV","mb-1":"hfqOWgq6_MEGdFE82eOY","ml-1":"I8MxZQYTbuu595yfesWA","m-2":"kQkc6rmdpvLKPkyoJtVQ","mx-2":"j6vFPxWuu4Jan2ldoxpp","my-2":"hqr39dC4H_AbactPAkCG","mt-2":"c3dQnMi16C6J6Ecy4283","mr-2":"YNZmHOuRo6hU7zzKfPdP","mb-2":"Db8lbak1_wunpPk8NwKU","ml-2":"ftsYE5J9hLzquQ0tA5dY","m-3":"Det4MHzLUW7EeDnafPzq","mx-3":"h_8EEAztC29Vve1datb5","my-3":"YXIXJ0h1k47u6hzK8KcM","mt-3":"soADBBkcIKCBXzCTuV9_","mr-3":"zSX59ziEaEWGjnpZa4uV","mb-3":"yrVTnq_WBMbejg89c2ZQ","ml-3":"UKtHPJnI2cXBWtPDm5hM","m-4":"guexok_Tqd5Tf52hRlbT","mx-4":"oS1E2KfTBZkJ3F0tN7T6","my-4":"DN1OhhXi6AoBgEdDSbGd","mt-4":"ot2kkMcYHv53hLZ4LSn0","mr-4":"A1krOZZhlQ6Sp8Cy4bly","mb-4":"pkDbXXXL32237M0hokEh","ml-4":"XXv4kDTGvEnQeuGKOPU3","m-5":"yGqHk1a57gaISwkXwXe6","mx-5":"X8cghM358X3DkXLc9aNK","my-5":"GdfSmGwHlFnN2S6xBn1f","mt-5":"yqeuzwyGQ7zG0avrGqi_","mr-5":"g9emeCkuHvYhveiJbfXO","mb-5":"Lvk3dqcyHbZ07QCRlrUQ","ml-5":"r3yQECDQ9qX0XZzXlVAg","m-6":"aQhlPwht2Cz1X_63Miw0","mx-6":"JyHb0vK3wJgpblL9s5j8","my-6":"cY2gULL1lAv6WPNIRuf3","mt-6":"NBWQ9Lwhh_fnry3lg_p7","mr-6":"yIOniNe5E40C8fWvBm5V","mb-6":"t30usboNSyqfQWIwHvT3","ml-6":"Nm_TyFkYCMhOoghoToKJ","m-7":"C4qJKoBXpgKtpmrqtEKB","mx-7":"S93Srbu6NQ_PBr7DmTiD","my-7":"fJj8k6gGJDks3crUZxOS","mt-7":"cW6D6djs7Ppm7fD7TeoV","mr-7":"DuCnqNfcxcP3Z__Yo5Ro","mb-7":"im8407m2fw5vOg7O2zsw","ml-7":"G0fbeBgvz2sh3uTP9gNl","m-8":"kvW3sBCxRxUqz1jrVMJl","mx-8":"tOjEqjLONQdkiYx_XRnw","my-8":"op5hFSx318zgxsoZZNLN","mt-8":"c9WfNHP6TFKWIfLxv52J","mr-8":"sBA75QqcqRwwYSHJh2wc","mb-8":"GpL6idrXmSOM6jB8Ohsf","ml-8":"HbtWJoQwpgGycz8dGzeT","p-0":"uxX3khU88VQ_Ah49Ejsa","px-0":"KX0FhpBKwKzs9fOUdbNz","py-0":"PfK8vKDyN32dnimlzYjz","pt-0":"emxLHRjQuJsImnPbQIzE","pr-0":"kJ8WzlpTVgdViXt8ukP9","pb-0":"tg_UIUI11VBzrTAn2AzJ","pl-0":"uczvl8kaz84oPQJ2DB2R","p-1":"o7UHPcdVK3lt7q3lqV4o","px-1":"IDqEOxvDoYrFYxELPmtX","py-1":"DdywPW2qSYlu2pt8tpO2","pt-1":"npy3hw4A5QSkDicb2CJJ","pr-1":"LgbptTApNY5NwLQvEFAt","pb-1":"WZQy2SZuZso59bUsXXyl","pl-1":"o331apInxNunbYB3SfPE","p-2":"fMPIyD9Vqki1Lrc_yJnG","px-2":"i2pMcTcdrr10IQoiSm_L","py-2":"eA702gn32kwptiI1obXH","pt-2":"o9bGieUKcYc8o0Ij9oZX","pr-2":"SwZcFez1RDqWsOFjB5iG","pb-2":"eHpLc_idmuEqeqCTvqkN","pl-2":"vU39i2B4P1fUTMB2l6Vo","p-3":"JHWNzBnE29awhdu5BEh1","px-3":"X72lGbb56L3KFzC2xQ9N","py-3":"BzfNhRG8wXdCEB5ocQ6e","pt-3":"srV0KSDC83a2fiimSMMQ","pr-3":"lUWfkmbQjCskhcNwkyCm","pb-3":"Ts0dIlc3aTSL7V4cIHis","pl-3":"CzlqQXXhX6MvorArFZ8B","p-4":"TqMPkQtR_DdZuKb5vBoV","px-4":"a7UrjhI69Vetlcj9ZVzz","py-4":"StEhBzGs2Gi5dDEkjhAv","pt-4":"FGneZfZyvYrt1dG0zcnm","pr-4":"APEH216rpdlJWgD2fHc8","pb-4":"oGwXC3ohCic9XnAj6x69","pl-4":"U6gnT9y42ViPNOcNzBwb","p-5":"IpdRLBwnHqbqFrixgbYC","px-5":"HgNeXvkBa9o3bQ5fvFZm","py-5":"tJtFZM3XfPG9v9TSDfN1","pt-5":"PdifHW45QeXYfK568uD8","pr-5":"mbLkWTTZ0Za_BBbFZ5b2","pb-5":"vVWpZpLlWrkTt0hMk8XU","pl-5":"RxfaJj5a1Nt6IavEo5Zl","p-6":"SppJULDGdnOGcjZNCYBy","px-6":"palY2nLwdoyooPUm9Hhk","py-6":"WYw1JvZC0ppLdvSAPhr_","pt-6":"YEEJ9b90ueQaPfiU8aeN","pr-6":"QE0ssnsKvWJMqlhPbY5u","pb-6":"n8yA3jHlMRyLd5UIfoND","pl-6":"tXHmxYnHzbwtfxEaG51n","p-7":"kBTsPKkO_3g_tLkj77Um","px-7":"RyhrFx6Y1FGDrGAAyaxm","py-7":"CBwRpB0bDN3iEdQPPMJO","pt-7":"vQVSq6SvWKbOMu6r4H6b","pr-7":"oBy5__aEADMsH46mrgFX","pb-7":"KVEXoJqf1s92j0JMdNmN","pl-7":"ZMXGNrNaKW3k_3TLz0Fq","p-8":"tuiR9PhkHXhGyEgzRZRI","px-8":"U7454qyWkQNa2iaSJziu","py-8":"VLYIv2GVocjuN93e8HC8","pt-8":"X1rm9DQ1zLGLfogja5Gn","pr-8":"JS7G6kAuqJo5GIuF8S5t","pb-8":"Y8F9ga1TDCMbM1lj4gUz","pl-8":"AJuyNGrI63BOWql719H8"}},3591:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={global:"_fUXxnSp5pagKBp9gSN7"}},1510:()=>{},9610:()=>{},9836:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={heading:"urouayitSUT8zW0V3p_0",notice:"iXXJlk08gFDeCvsTTlNQ",button:"MWqRqr7q6fgvLxitcWYk","bigger-than-medium":"YLcXAoc82nypTPaKSAcd",error:"e6hHy8BZ7ZKPSXbIC0UG",message:"jXz8LnXNzMDdtHqkG0sZ"}},4220:()=>{},287:()=>{},9823:()=>{},7664:()=>{},1008:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={"jp-wrap":"EiaNctK1_P9pPqOeiaSI","jp-row":"ogHZg_sJCljylz3VJfsf","sm-col-span-1":"zv7eGvijKRkbPVakubHw","sm-col-span-2":"VoJNoiya_1ck3_kXS6_C","sm-col-span-3":"ecv0NO526NoTNbpALA1A","sm-col-span-4":"OfBdkceMzeHvRbzhqDlP","md-col-span-1":"JLb3NpEKN8pOaWd7K1bu","md-col-span-2":"fsMPGqPKE4mjMIPFwl77","md-col-span-3":"DIK_zdaGAQ09eKspBJ4E","md-col-span-4":"shXYpxPu3WCJsR8aOHtz","md-col-span-5":"s7ElrOqG_yGd5SIfwqOR","md-col-span-6":"Cxml9uzGvArAL8_RDs_p","md-col-span-7":"aANxBKDGx72eDqU0iUPj","md-col-span-8":"XxyzuTY3mnQcl9EGZadm","lg-col-span-1":"Sfo4WaSNIWInJ93Abd3w","lg-col-span-2":"tQS7SKUGrU4THhWMysbo","lg-col-span-3":"I94U7mpY4h16pcOksZNF","lg-col-span-4":"uWMb9k77kQxBdS5MTt0s","lg-col-span-5":"rKwEEZQxK9s_POMg5Jss","lg-col-span-6":"UcPXX_s06IPCkF7ZjH3D","lg-col-span-7":"CrQdtiCFkRbzY6K2dFvt","lg-col-span-8":"rEUALOmOdUBXO0Us871z","lg-col-span-9":"NqXa9TlcTEviVsB53hBV","lg-col-span-10":"OnWVeiQiwgQ9lzdGPW66","lg-col-span-11":"D2PkTcy7b8u2K9QXY6VQ","lg-col-span-12":"EcqBhzAyxo5RDc2Y6m7K","md-col-span-0":"gB1mWzHOM38d80lrhBRX","sm-col-span-0":"KNQXLP78ejczOkour3zg","jp-cut":"rBVbaVWBnBRtTMrUKZxm",modal:"gfM_DIJrVbRhmKdAphIm","jetpack-logo":"zfJfONxRAw0fHjXUS7LN",animating:"pnwbCuWbV0PNQr1LFpRh",button:"_j4GWTmW5psCHFYh6R0x",headline:"saSAjv8yulVXQDoqDJEI",paragraph:"O_hcdbeMivIhBn7ApDnS","jetpack-logo-triangles":"FCnyb_xCK7DhJ63p6TEd","video-wrap":"Qn5xayjI_jH2m1d6BEoq",videoMove:"OmAVpCQ270MqI4IsT9Ky",slidein:"Axe8f2LgqEBZHVcsRgY5","content-wrap":"iBMDoShSmqpt72YfJb36","hi-user":"eQG1KKK8jjKtQyzfv573","content-wrap-text":"l35bIyiqYJiZ6tVYvJtC","powers-wrap":"HQVDZ6J3x6SJNYFX5khS","jetpack-products":"KdvmPIjelQIFiPQGuIYf"}},5893:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={container:"OpMBda4vebhRbW8Fm6YC","is-link":"BghJAx9hSagUdHWOUaYE","has-error":"IWsEW5nnNWUqqcT3K5L1",title:"r3UCwgwCthua6lDCvIBI",name:"vpluqUMgmwx9_f8wCVIn"}},6234:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={icon:"rV_5QyvhDnsVjCX4pb0h",link:"MO1jDNY8VPqeNS9xL8jE"}},8578:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={"relative-col":"zvd4dCB_bBDiXJKKDqXm","close-link":"ly4o9lSswAGHFXqGUEIO","account-description":"u64Go3kwEZ7MD9eji0H1","account-images":"_RT41NE3LU4R0ubcij2y",wordpress:"cFGWJeRiGHjAr8D7CWJW",google:"Iz3l7a05TP6HK9S92TIL",apple:"lmQ0wFmnk4kKkGVjokPA","all-features":"AoIs8wD92wKR8RpQj6Uc"}},6322:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={"connection-status-card":"kezuOHNvu9vdvlJ86Fwg",status:"qJizORs2q_CVCj9L6XLe","avatar-wrapper":"VmtuLc2xRqmsO6cK8qjF",cloud:"MdTRfQ3eo5qZKChZlzNj",jetpack:"PbEpL02SEH9VNAlbKCfV",avatar:"TD4AUM9gcTVAB6JHB5ZR",line:"yjl73qv0VWoPP8IhGreh",disconnected:"rq8YRaj9OyUUXJUHiUgI",info:"YZ7FNKEm9qpvQ4ZkbAz5","list-item":"oH9tzGE80LnB6Og69RFz","list-item-text":"xXVEWvQllVsFGmJY8WEp",error:"J0GIu2rNR7rXocQTyd8p"}},197:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={icon:"hdasSNj9k3Sc5PwXK4uE",link:"eWN8Hj0SBRDq1F48n_Fg"}},1854:()=>{},4416:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={"jp-wrap":"yWUvvF4WJLNDSpMgBMfm","jp-row":"ka1fVHj2HOkHjhdoEFOZ","sm-col-span-1":"JMOO4Y_9yhTO9lwLnRUx","sm-col-span-2":"PFDPAqk51qox_ChLqJwm","sm-col-span-3":"ault0jHVfWpShqOGooIP","sm-col-span-4":"GqpvdRzmzPJELtSm4FEN","md-col-span-1":"Ym4_YneEGD_iZD6W1C2o","md-col-span-2":"NbvHnnDtWw8n9BEUQ0Oy","md-col-span-3":"ElMT7rhxe5ZJKO41MnhW","md-col-span-4":"yKjnqjibn_wW_1tWWt5Q","md-col-span-5":"Pb30lOcQFpzUX57GwflS","md-col-span-6":"pC1wxc_R8y4pNILHsiiY","md-col-span-7":"pChscSCnudQoWGjMFKI_","md-col-span-8":"qw1H2gAgF3lDCI2Tbkmb","lg-col-span-1":"VzcA_rrxBK3g4ozA0oD9","lg-col-span-2":"pNAa7O2adRZD8Slgk9iR","lg-col-span-3":"tlIMLlipexblj8CeOx4B","lg-col-span-4":"Dvt0u5l2Rr1BhBmvYAzl","lg-col-span-5":"BiUsgNTc0tyc7tC5jnzE","lg-col-span-6":"ulJXAsj7G2ROJ1g3_s28","lg-col-span-7":"HsoVlyVLsXYClx9Atox0","lg-col-span-8":"oXxjRQNNj2cfIpFBqC1W","lg-col-span-9":"qXgUn4Adg9xE_JnbuDio","lg-col-span-10":"xMpqTLiLfYFEJiRPQQQq","lg-col-span-11":"IiGo3Sz2FDZN7_eGElwA","lg-col-span-12":"Om8BNCjfgqQ_wmPQjfOY","md-col-span-0":"t10ZWzP7ADjJnR4tqxRS","sm-col-span-0":"eOUlZG8Pelh_Xj0aSoHG","jp-cut":"l546LrwBEePz434NFK5Q",logo:"Q7w4fcEcemZ2nlwaYNog",wrapper:"AoNQsOaTt6gSf0H6Yasz",helper:"v13ZwGzUnecPA7Y3URAl",container:"EeDbu9pXFWTsCzfTpv2v",title:"BmSvoIi3rErkcrRiOi2W",content:"mojRoVuWdDJo0E6LEjJw"}},73:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={modal:"HeJe1crc9XaWWpLvIPit",container:"or0JUScxkJPmNsfrxkEK"}},1017:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={heading:"jErCC9oKHSM15BxzFyQK",notice:"oVoYbwbFB6U2o90Njusk","bigger-than-medium":"Snc8NEmDelsbhlH4285s",message:"wBVXH4OTNwLHPRpN4nsq",nofill:"F1qvEnFfHs5nz3zFZUOV",stats:"UyzOAKNwoDF9DW_qjLii"}},6891:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={container:"wiobThfXJCuhGNrbFIT6","expire-date":"VgAxgahF9bC2M__FiIgV","expire-date--with-icon":"dbRwkMLqcMF67njPoAF7","actions-list-item":"Doju0RxvvN9JS12mf489"}},9720:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={description:"gmPKCDKZcfQt9WieTyKS",actions:"fDBaV7I4yUO6w5AWVEtr",status:"f5VJYwuJmjxH8PVxEbbv",active:"ry3pxoGtmQ0ZeSwp7F_3",inactive:"LZzE3EG7m3CDR46wwwEr",error:"Vx_jpT02r8W6NfsRSB02","is-fetching":"PdsJCfyyjSgrNDheF2qi","blink-animation":"dWP7ypkVXudMbAa38W5Z"}},523:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={"single-contextual-info":"g4lyov8aMDggdD4yOi1p","main-value":"Ys5ScZ_dYn2O2AzDE5Yi","single-contextual-info-placeholder":"sUNg_b7XteVXOrpHAkJg","contextual-percentage-change":"cF6QAJf1vXXAMuutXPcq",neutral:"coY634LconQ7gzDDNJeu",positive:"kyqpwKaL2FyQ8CtxJQ0f",negative:"aXf37lEOcjpNV8ImLaYK","change-icon":"OyGdoGzsQ48VaVVR99_H","change-values":"cKLicfMCaDSGPlX222jF","loading-placeholder":"wm7Alh6CwbsWkVSODgI2",cardlist:"qpN923qyxjI06NCgFC8j"}},8429:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={card:"q0T8YyQxRawhpDtvJjxI",container:"B7JDqI_vtKxSy5GjvqA1","card-header":"zj7xadmhIWeuf7ZwvVTS","product-bundle-icon":"GsioW6IsC8EMYE3U6788","product-bundle-icons":"dbz07JqxOlivjKO4vBEF","product-icon":"cfEO8udWbRGPFJzW8Jg5","plus-icon":"zlh3zbjUe4Z8cBs7uVVe","product-has-required-plan":"qoZuzG5EcDa231hC6t0P","checkout-button":"Q6uUUQCPWS6_6nLxIn68","components-spinner":"YU4iBCRze09ZP3iCsdcb","free-product-checkout-button":"OrQG7DjDd9Ha2Xj1Mx3L",features:"Q1jaYDpa2AVfJpA29wT0",disclaimers:"sEcLfpWjo0GF7QrxD3Lt","price-container":"xgv3jRkeF39aEQELCwru",price:"twlleZ5Ehq4bB7CvKVSW","is-old":"Qg4rPEvXsqmod1s_31d8","price-description":"ApsgxIornVy_3KnciVeJ","supporting-info":"NMxcZL17aEP7v81uG3zD","tos-container":"gCTKfAPzJqZas7CaRbKN"}},1287:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={container:"SWwV4Pw6OZ5vU3PqPXmr",imageContainer:"r7tUofa9Z3A5ziKVR1H7",aiImageContainer:"i_AnOR3MaQLraGvb2QU5","product-interstitial__header":"YcYvLvdvWrb1EUZoVsE8","product-interstitial__license-activation-link":"uGTTsKoIOoZdYhk6uPnl"}},2091:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a={"section-title":"mpr8_ygU8woV4bVR1xvw","section-description":"gwO_Q0L0jbwMARVlBezu","cards-list":"qwy7CsLeEbXvaPwgC9WV","stats-card":"Hrbg7DeSJs6gas9zdPDR","stats-card-icon":"NFpbo5AINn6I6avKFGby","stats-card-heading":"aoQZCG0JeyWmy2J6vVxF","stats-card-count":"M6ApyXg79vuXo6GwDkbO","is-pointer":"DYHb5e6QhgXejWyo9s78","stats-card-count-value":"OlInbY5YnDO06MEQHv98","stats-card-difference":"EtbKbd5m85w7oYT4stIs","stats-card-difference--positive":"Awr7zl75sfAsFPHK9kDG","stats-card-difference--negative":"QFSZbIKFdWO3HEPBZyhc","stats-card-difference-icon":"GgJAnS4gaEEGmRCP5n8y","stats-card-difference-absolute-value":"mjiNtwdbKpfo9edGVes4",actions:"pAt4v_KG9Ir19wNcEtEj"}},5878:()=>{},3171:e=>{var t=1e3,n=60*t,a=60*n,c=24*a,r=7*c,i=365.25*c;function s(e,t,n,a){var c=t>=1.5*n;return Math.round(e/n)+" "+a+(c?"s":"")}e.exports=function(e,o){o=o||{};var l=typeof e;if("string"===l&&e.length>0)return function(e){if((e=String(e)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!s)return;var o=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return o*i;case"weeks":case"week":case"w":return o*r;case"days":case"day":case"d":return o*c;case"hours":case"hour":case"hrs":case"hr":case"h":return o*a;case"minutes":case"minute":case"mins":case"min":case"m":return o*n;case"seconds":case"second":case"secs":case"sec":case"s":return o*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return o;default:return}}(e);if("number"===l&&isFinite(e))return o.long?function(e){var r=Math.abs(e);if(r>=c)return s(e,r,c,"day");if(r>=a)return s(e,r,a,"hour");if(r>=n)return s(e,r,n,"minute");if(r>=t)return s(e,r,t,"second");return e+" ms"}(e):function(e){var r=Math.abs(e);if(r>=c)return Math.round(e/c)+"d";if(r>=a)return Math.round(e/a)+"h";if(r>=n)return Math.round(e/n)+"m";if(r>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},7556:(e,t,n)=>{"use strict";var a=n(3713);function c(){}function r(){}r.resetWarningCache=c,e.exports=function(){function e(e,t,n,c,r,i){if(i!==a){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:r,resetWarningCache:c};return n.PropTypes=n,n}},5844:(e,t,n)=>{e.exports=n(7556)()},3713:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},469:(e,t,n)=>{"use strict";var a=n(758);function c(){}function r(){}r.resetWarningCache=c,e.exports=function(){function e(e,t,n,c,r,i){if(i!==a){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:r,resetWarningCache:c};return n.PropTypes=n,n}},5162:(e,t,n)=>{e.exports=n(469)()},758:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},9997:(e,t,n)=>{"use strict";n.d(t,{UT:()=>u,lr:()=>g,rU:()=>p});var a=n(9196),c=n(6417),r=n(3170);function i(){return i=Object.assign?Object.assign.bind():function(e){for(var t=1;t=0||(c[n]=e[n]);return c}function o(e){return void 0===e&&(e=""),new URLSearchParams("string"==typeof e||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce(((t,n)=>{let a=e[n];return t.concat(Array.isArray(a)?a.map((e=>[n,e])):[[n,a]])}),[]))}const l=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset"];function u(e){let{basename:t,children:n,window:i}=e,s=a.useRef();null==s.current&&(s.current=(0,r.q_)({window:i,v5Compat:!0}));let o=s.current,[l,u]=a.useState({action:o.action,location:o.location});return a.useLayoutEffect((()=>o.listen(u)),[o]),a.createElement(c.F0,{basename:t,children:n,location:l.location,navigationType:l.action,navigator:o})}const p=a.forwardRef((function(e,t){let{onClick:n,relative:o,reloadDocument:u,replace:p,state:d,target:m,to:g,preventScrollReset:h}=e,v=s(e,l),f=(0,c.oQ)(g,{relative:o}),k=function(e,t){let{target:n,replace:i,state:s,preventScrollReset:o,relative:l}=void 0===t?{}:t,u=(0,c.s0)(),p=(0,c.TH)(),d=(0,c.WU)(e,{relative:l});return a.useCallback((t=>{if(function(e,t){return!(0!==e.button||t&&"_self"!==t||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e))}(t,n)){t.preventDefault();let n=void 0!==i?i:(0,r.Ep)(p)===(0,r.Ep)(d);u(e,{replace:n,state:s,preventScrollReset:o,relative:l})}}),[p,u,d,i,s,n,e,o,l])}(g,{replace:p,state:d,target:m,preventScrollReset:h,relative:o});return a.createElement("a",i({},v,{href:f,onClick:u?n:function(e){n&&n(e),e.defaultPrevented||k(e)},ref:t,target:m}))}));var d,m;function g(e){let t=a.useRef(o(e)),n=(0,c.TH)(),r=a.useMemo((()=>function(e,t){let n=o(e);for(let e of t.keys())n.has(e)||t.getAll(e).forEach((t=>{n.append(e,t)}));return n}(n.search,t.current)),[n.search]),i=(0,c.s0)(),s=a.useCallback(((e,t)=>{const n=o("function"==typeof e?e(r):e);i("?"+n,t)}),[i,r]);return[r,s]}(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmitImpl="useSubmitImpl",e.UseFetcher="useFetcher"})(d||(d={})),function(e){e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(m||(m={}))},6417:(e,t,n)=>{"use strict";n.d(t,{AW:()=>z,F0:()=>I,Fg:()=>A,TH:()=>w,WU:()=>j,Z5:()=>L,oQ:()=>y,s0:()=>b});var a=n(3170),c=n(9196);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t{c.value=a,c.getSnapshot=t,p(c)&&r({inst:c})}),[e,a,t]),o((()=>{p(c)&&r({inst:c});return e((()=>{p(c)&&r({inst:c})}))}),[e]),u(a),a};"useSyncExternalStore"in c&&c.useSyncExternalStore;const m=c.createContext(null);const g=c.createContext(null);const h=c.createContext(null);const v=c.createContext(null);const f=c.createContext({outlet:null,matches:[]});const k=c.createContext(null);function y(e,t){let{relative:n}=void 0===t?{}:t;E()||(0,a.kG)(!1);let{basename:r,navigator:i}=c.useContext(h),{hash:s,pathname:o,search:l}=j(e,{relative:n}),u=o;return"/"!==r&&(u="/"===o?r:(0,a.RQ)([r,o])),i.createHref({pathname:u,search:l,hash:s})}function E(){return null!=c.useContext(v)}function w(){return E()||(0,a.kG)(!1),c.useContext(v).location}function b(){E()||(0,a.kG)(!1);let{basename:e,navigator:t}=c.useContext(h),{matches:n}=c.useContext(f),{pathname:r}=w(),i=JSON.stringify((0,a.Zq)(n).map((e=>e.pathnameBase))),s=c.useRef(!1);return c.useEffect((()=>{s.current=!0})),c.useCallback((function(n,c){if(void 0===c&&(c={}),!s.current)return;if("number"==typeof n)return void t.go(n);let o=(0,a.pC)(n,JSON.parse(i),r,"path"===c.relative);"/"!==e&&(o.pathname="/"===o.pathname?e:(0,a.RQ)([e,o.pathname])),(c.replace?t.replace:t.push)(o,c.state,c)}),[e,t,i,r])}function j(e,t){let{relative:n}=void 0===t?{}:t,{matches:r}=c.useContext(f),{pathname:i}=w(),s=JSON.stringify((0,a.Zq)(r).map((e=>e.pathnameBase)));return c.useMemo((()=>(0,a.pC)(e,JSON.parse(s),i,"path"===n)),[e,s,i,n])}function C(){let e=function(){var e;let t=c.useContext(k),n=R(P.UseRouteError),a=x(P.UseRouteError);if(t)return t;return null==(e=n.errors)?void 0:e[a]}(),t=(0,a.WK)(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,r="rgba(200,200,200, 0.5)",i={padding:"0.5rem",backgroundColor:r},s={padding:"2px 4px",backgroundColor:r};return c.createElement(c.Fragment,null,c.createElement("h2",null,"Unhandled Thrown Error!"),c.createElement("h3",{style:{fontStyle:"italic"}},t),n?c.createElement("pre",{style:i},n):null,c.createElement("p",null,"💿 Hey developer 👋"),c.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",c.createElement("code",{style:s},"errorElement")," props on ",c.createElement("code",{style:s},"")))}class _ extends c.Component{constructor(e){super(e),this.state={location:e.location,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location?{error:e.error,location:e.location}:{error:e.error||t.error,location:t.location}}componentDidCatch(e,t){console.error("React Router caught the following error during render",e,t)}render(){return this.state.error?c.createElement(f.Provider,{value:this.props.routeContext},c.createElement(k.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function Z(e){let{routeContext:t,match:n,children:a}=e,r=c.useContext(m);return r&&r.static&&r.staticContext&&n.route.errorElement&&(r.staticContext._deepestRenderedBoundaryId=n.route.id),c.createElement(f.Provider,{value:t},a)}function N(e,t,n){if(void 0===t&&(t=[]),null==e){if(null==n||!n.errors)return null;e=n.matches}let r=e,i=null==n?void 0:n.errors;if(null!=i){let e=r.findIndex((e=>e.route.id&&(null==i?void 0:i[e.route.id])));e>=0||(0,a.kG)(!1),r=r.slice(0,Math.min(r.length,e+1))}return r.reduceRight(((e,a,s)=>{let o=a.route.id?null==i?void 0:i[a.route.id]:null,l=n?a.route.errorElement||c.createElement(C,null):null,u=t.concat(r.slice(0,s+1)),p=()=>c.createElement(Z,{match:a,routeContext:{outlet:e,matches:u}},o?l:void 0!==a.route.element?a.route.element:e);return n&&(a.route.errorElement||0===s)?c.createElement(_,{location:n.location,component:l,error:o,children:p(),routeContext:{outlet:null,matches:u}}):p()}),null)}var S,P;function R(e){let t=c.useContext(g);return t||(0,a.kG)(!1),t}function x(e){let t=function(e){let t=c.useContext(f);return t||(0,a.kG)(!1),t}(),n=t.matches[t.matches.length-1];return n.route.id||(0,a.kG)(!1),n.route.id}!function(e){e.UseRevalidator="useRevalidator"}(S||(S={})),function(e){e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator"}(P||(P={}));function A(e){let{to:t,replace:n,state:r,relative:i}=e;E()||(0,a.kG)(!1);let s=c.useContext(g),o=b();return c.useEffect((()=>{s&&"idle"!==s.navigation.state||o(t,{replace:n,state:r,relative:i})})),null}function z(e){(0,a.kG)(!1)}function I(e){let{basename:t="/",children:n=null,location:r,navigationType:i=a.aU.Pop,navigator:s,static:o=!1}=e;E()&&(0,a.kG)(!1);let l=t.replace(/^\/*/,"/"),u=c.useMemo((()=>({basename:l,navigator:s,static:o})),[l,s,o]);"string"==typeof r&&(r=(0,a.cP)(r));let{pathname:p="/",search:d="",hash:m="",state:g=null,key:f="default"}=r,k=c.useMemo((()=>{let e=(0,a.Zn)(p,l);return null==e?null:{pathname:e,search:d,hash:m,state:g,key:f}}),[l,p,d,m,g,f]);return null==k?null:c.createElement(h.Provider,{value:u},c.createElement(v.Provider,{children:n,value:{location:k,navigationType:i}}))}function L(e){let{children:t,location:n}=e,i=c.useContext(m);return function(e,t){E()||(0,a.kG)(!1);let{navigator:n}=c.useContext(h),i=c.useContext(g),{matches:s}=c.useContext(f),o=s[s.length-1],l=o?o.params:{},u=(o&&o.pathname,o?o.pathnameBase:"/");o&&o.route;let p,d=w();if(t){var m;let e="string"==typeof t?(0,a.cP)(t):t;"/"===u||(null==(m=e.pathname)?void 0:m.startsWith(u))||(0,a.kG)(!1),p=e}else p=d;let k=p.pathname||"/",y="/"===u?k:k.slice(u.length)||"/",b=(0,a.fp)(e,{pathname:y}),j=N(b&&b.map((e=>Object.assign({},e,{params:Object.assign({},l,e.params),pathname:(0,a.RQ)([u,n.encodeLocation?n.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?u:(0,a.RQ)([u,n.encodeLocation?n.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])}))),s,i||void 0);return t&&j?c.createElement(v.Provider,{value:{location:r({pathname:"/",search:"",hash:"",state:null,key:"default"},p),navigationType:a.aU.Pop}},j):j}(i&&!t?i.router.routes:T(t),n)}var M;!function(e){e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error"}(M||(M={}));new Promise((()=>{}));c.Component;function T(e,t){void 0===t&&(t=[]);let n=[];return c.Children.forEach(e,((e,r)=>{if(!c.isValidElement(e))return;if(e.type===c.Fragment)return void n.push.apply(n,T(e.props.children,t));e.type!==z&&(0,a.kG)(!1),e.props.index&&e.props.children&&(0,a.kG)(!1);let i=[...t,r],s={id:e.props.id||i.join("-"),caseSensitive:e.props.caseSensitive,element:e.props.element,index:e.props.index,path:e.props.path,loader:e.props.loader,action:e.props.action,errorElement:e.props.errorElement,hasErrorBoundary:null!=e.props.errorElement,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle};e.props.children&&(s.children=T(e.props.children,i)),n.push(s)})),n}},2659:(e,t,n)=>{"use strict";function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}var c,r=function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!==a(e)&&"function"!=typeof e)return{default:e};var n=o(t);if(n&&n.has(e))return n.get(e);var c={},r=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if("default"!=i&&Object.prototype.hasOwnProperty.call(e,i)){var s=r?Object.getOwnPropertyDescriptor(e,i):null;s&&(s.get||s.set)?Object.defineProperty(c,i,s):c[i]=e[i]}return c.default=e,n&&n.set(e,c),c}(n(9196)),i=(c=n(5162))&&c.__esModule?c:{default:c},s=["size","onClick","icon","className"];function o(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(o=function(e){return e?n:t})(e)}function l(){return l=Object.assign||function(e){for(var t,n=1;n{"use strict";n.d(t,{Z:()=>o});var a=n(951);const c=n.n(a)()("dops:analytics");let r,i;window._tkq=window._tkq||[],window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=+new Date;const s={initialize:function(e,t,n){s.setUser(e,t),s.setSuperProps(n),s.identifyUser()},setGoogleAnalyticsEnabled:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;this.googleAnalyticsEnabled=e,this.googleAnalyticsKey=t},setMcAnalyticsEnabled:function(e){this.mcAnalyticsEnabled=e},setUser:function(e,t){i={ID:e,username:t}},setSuperProps:function(e){r=e},assignSuperProps:function(e){r=Object.assign(r||{},e)},mc:{bumpStat:function(e,t){const n=function(e,t){let n="";if("object"==typeof e){for(const t in e)n+="&x_"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);c("Bumping stats %o",e)}else n="&x_"+encodeURIComponent(e)+"="+encodeURIComponent(t),c('Bumping stat "%s" in group "%s"',t,e);return n}(e,t);s.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom-no-pv"+n+"&t="+Math.random())},bumpStatWithPageView:function(e,t){const n=function(e,t){let n="";if("object"==typeof e){for(const t in e)n+="&"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);c("Built stats %o",e)}else n="&"+encodeURIComponent(e)+"="+encodeURIComponent(t),c('Built stat "%s" in group "%s"',t,e);return n}(e,t);s.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom"+n+"&t="+Math.random())}},pageView:{record:function(e,t){s.tracks.recordPageView(e),s.ga.recordPageView(e,t)}},purchase:{record:function(e,t,n,a,c,r,i){s.ga.recordPurchase(e,t,n,a,c,r,i)}},tracks:{recordEvent:function(e,t){t=t||{},0===e.indexOf("akismet_")||0===e.indexOf("jetpack_")?(r&&(c("- Super Props: %o",r),t=Object.assign(t,r)),c('Record event "%s" called with props %s',e,JSON.stringify(t)),window._tkq.push(["recordEvent",e,t])):c('- Event name must be prefixed by "akismet_" or "jetpack_"')},recordJetpackClick:function(e){const t="object"==typeof e?e:{target:e};s.tracks.recordEvent("jetpack_wpa_click",t)},recordPageView:function(e){s.tracks.recordEvent("akismet_page_view",{path:e})},setOptOut:function(e){c("Pushing setOptOut: %o",e),window._tkq.push(["setOptOut",e])}},ga:{initialized:!1,initialize:function(){let e={};s.ga.initialized||(i&&(e={userId:"u-"+i.ID}),window.ga("create",this.googleAnalyticsKey,"auto",e),s.ga.initialized=!0)},recordPageView:function(e,t){s.ga.initialize(),c("Recording Page View ~ [URL: "+e+"] [Title: "+t+"]"),this.googleAnalyticsEnabled&&(window.ga("set","page",e),window.ga("send",{hitType:"pageview",page:e,title:t}))},recordEvent:function(e,t,n,a){s.ga.initialize();let r="Recording Event ~ [Category: "+e+"] [Action: "+t+"]";void 0!==n&&(r+=" [Option Label: "+n+"]"),void 0!==a&&(r+=" [Option Value: "+a+"]"),c(r),this.googleAnalyticsEnabled&&window.ga("send","event",e,t,n,a)},recordPurchase:function(e,t,n,a,c,r,i){window.ga("require","ecommerce"),window.ga("ecommerce:addTransaction",{id:e,revenue:a,currency:i}),window.ga("ecommerce:addItem",{id:e,name:t,sku:n,price:c,quantity:r}),window.ga("ecommerce:send")}},identifyUser:function(){i&&window._tkq.push(["identifyUser",i.ID,i.username])},setProperties:function(e){window._tkq.push(["setProperties",e])},clearedIdentity:function(){window._tkq.push(["clearIdentity"])}},o=s},4743:(e,t,n)=>{"use strict";n.d(t,{ZP:()=>p});var a=n(1132),c=n(6483);function r(e){class t extends Error{constructor(){super(...arguments),this.name=e}}return t}const i=r("JsonParseError"),s=r("JsonParseAfterRedirectError"),o=r("Api404Error"),l=r("Api404AfterRedirectError"),u=r("FetchNetworkError");const p=new function(e,t){let n=e,r=e,i={"X-WP-Nonce":t},s={credentials:"same-origin",headers:i},o={method:"post",credentials:"same-origin",headers:Object.assign({},i,{"Content-type":"application/json"})},l=function(e){const t=e.split("?"),n=t.length>1?t[1]:"",a=n.length?n.split("&"):[];return a.push("_cacheBuster="+(new Date).getTime()),t[0]+"?"+a.join("&")};const u={setApiRoot(e){n=e},setWpcomOriginApiUrl(e){r=e},setApiNonce(e){i={"X-WP-Nonce":e},s={credentials:"same-origin",headers:i},o={method:"post",credentials:"same-origin",headers:Object.assign({},i,{"Content-type":"application/json"})}},setCacheBusterCallback:e=>{l=e},registerSite:(e,t)=>{const c={registration_nonce:e,no_iframe:!0};return(0,a.jetpackConfigHas)("consumer_slug")&&(c.plugin_slug=(0,a.jetpackConfigGet)("consumer_slug")),null!==t&&(c.redirect_uri=t),g(`${n}jetpack/v4/connection/register`,o,{body:JSON.stringify(c)}).then(d).then(m)},fetchAuthorizationUrl:e=>p((0,c.addQueryArgs)(`${n}jetpack/v4/connection/authorize_url`,{no_iframe:"1",redirect_uri:e}),s).then(d).then(m),fetchSiteConnectionData:()=>p(`${n}jetpack/v4/connection/data`,s).then(m),fetchSiteConnectionStatus:()=>p(`${n}jetpack/v4/connection`,s).then(m),fetchSiteConnectionTest:()=>p(`${n}jetpack/v4/connection/test`,s).then(d).then(m),fetchUserConnectionData:()=>p(`${n}jetpack/v4/connection/data`,s).then(m),fetchUserTrackingSettings:()=>p(`${n}jetpack/v4/tracking/settings`,s).then(d).then(m),updateUserTrackingSettings:e=>g(`${n}jetpack/v4/tracking/settings`,o,{body:JSON.stringify(e)}).then(d).then(m),disconnectSite:()=>g(`${n}jetpack/v4/connection`,o,{body:JSON.stringify({isActive:!1})}).then(d).then(m),fetchConnectUrl:()=>p(`${n}jetpack/v4/connection/url`,s).then(d).then(m),unlinkUser:()=>g(`${n}jetpack/v4/connection/user`,o,{body:JSON.stringify({linked:!1})}).then(d).then(m),reconnect:()=>g(`${n}jetpack/v4/connection/reconnect`,o).then(d).then(m),fetchConnectedPlugins:()=>p(`${n}jetpack/v4/connection/plugins`,s).then(d).then(m),setHasSeenWCConnectionModal:()=>g(`${n}jetpack/v4/seen-wc-connection-modal`,o).then(d).then(m),fetchModules:()=>p(`${n}jetpack/v4/module/all`,s).then(d).then(m),fetchModule:e=>p(`${n}jetpack/v4/module/${e}`,s).then(d).then(m),activateModule:e=>g(`${n}jetpack/v4/module/${e}/active`,o,{body:JSON.stringify({active:!0})}).then(d).then(m),deactivateModule:e=>g(`${n}jetpack/v4/module/${e}/active`,o,{body:JSON.stringify({active:!1})}),updateModuleOptions:(e,t)=>g(`${n}jetpack/v4/module/${e}`,o,{body:JSON.stringify(t)}).then(d).then(m),updateSettings:e=>g(`${n}jetpack/v4/settings`,o,{body:JSON.stringify(e)}).then(d).then(m),getProtectCount:()=>p(`${n}jetpack/v4/module/protect/data`,s).then(d).then(m),resetOptions:e=>g(`${n}jetpack/v4/options/${e}`,o,{body:JSON.stringify({reset:!0})}).then(d).then(m),activateVaultPress:()=>g(`${n}jetpack/v4/plugins`,o,{body:JSON.stringify({slug:"vaultpress",status:"active"})}).then(d).then(m),getVaultPressData:()=>p(`${n}jetpack/v4/module/vaultpress/data`,s).then(d).then(m),installPlugin:(e,t)=>{const a={slug:e,status:"active"};return t&&(a.source=t),g(`${n}jetpack/v4/plugins`,o,{body:JSON.stringify(a)}).then(d).then(m)},activateAkismet:()=>g(`${n}jetpack/v4/plugins`,o,{body:JSON.stringify({slug:"akismet",status:"active"})}).then(d).then(m),getAkismetData:()=>p(`${n}jetpack/v4/module/akismet/data`,s).then(d).then(m),checkAkismetKey:()=>p(`${n}jetpack/v4/module/akismet/key/check`,s).then(d).then(m),checkAkismetKeyTyped:e=>g(`${n}jetpack/v4/module/akismet/key/check`,o,{body:JSON.stringify({api_key:e})}).then(d).then(m),fetchStatsData:e=>p(function(e){let t=`${n}jetpack/v4/module/stats/data`;-1!==t.indexOf("?")?t+=`&range=${encodeURIComponent(e)}`:t+=`?range=${encodeURIComponent(e)}`;return t}(e),s).then(d).then(m).then(v),getPluginUpdates:()=>p(`${n}jetpack/v4/updates/plugins`,s).then(d).then(m),getPlans:()=>p(`${n}jetpack/v4/plans`,s).then(d).then(m),fetchSettings:()=>p(`${n}jetpack/v4/settings`,s).then(d).then(m),updateSetting:e=>g(`${n}jetpack/v4/settings`,o,{body:JSON.stringify(e)}).then(d).then(m),fetchSiteData:()=>p(`${n}jetpack/v4/site`,s).then(d).then(m).then((e=>JSON.parse(e.data))),fetchSiteFeatures:()=>p(`${n}jetpack/v4/site/features`,s).then(d).then(m).then((e=>JSON.parse(e.data))),fetchSiteProducts:()=>p(`${n}jetpack/v4/site/products`,s).then(d).then(m),fetchSitePurchases:()=>p(`${n}jetpack/v4/site/purchases`,s).then(d).then(m).then((e=>JSON.parse(e.data))),fetchSiteBenefits:()=>p(`${n}jetpack/v4/site/benefits`,s).then(d).then(m).then((e=>JSON.parse(e.data))),fetchSiteDiscount:()=>p(`${n}jetpack/v4/site/discount`,s).then(d).then(m).then((e=>e.data)),fetchSetupQuestionnaire:()=>p(`${n}jetpack/v4/setup/questionnaire`,s).then(d).then(m),fetchRecommendationsData:()=>p(`${n}jetpack/v4/recommendations/data`,s).then(d).then(m),fetchRecommendationsProductSuggestions:()=>p(`${n}jetpack/v4/recommendations/product-suggestions`,s).then(d).then(m),fetchRecommendationsUpsell:()=>p(`${n}jetpack/v4/recommendations/upsell`,s).then(d).then(m),fetchRecommendationsConditional:()=>p(`${n}jetpack/v4/recommendations/conditional`,s).then(d).then(m),saveRecommendationsData:e=>g(`${n}jetpack/v4/recommendations/data`,o,{body:JSON.stringify({data:e})}).then(d),fetchProducts:()=>p(`${n}jetpack/v4/products`,s).then(d).then(m),fetchRewindStatus:()=>p(`${n}jetpack/v4/rewind`,s).then(d).then(m).then((e=>JSON.parse(e.data))),fetchScanStatus:()=>p(`${n}jetpack/v4/scan`,s).then(d).then(m).then((e=>JSON.parse(e.data))),dismissJetpackNotice:e=>g(`${n}jetpack/v4/notice/${e}`,o,{body:JSON.stringify({dismissed:!0})}).then(d).then(m),fetchPluginsData:()=>p(`${n}jetpack/v4/plugins`,s).then(d).then(m),fetchIntroOffers:()=>p(`${n}jetpack/v4/intro-offers`,s).then(d).then(m),fetchVerifySiteGoogleStatus:e=>p(null!==e?`${n}jetpack/v4/verify-site/google/${e}`:`${n}jetpack/v4/verify-site/google`,s).then(d).then(m),verifySiteGoogle:e=>g(`${n}jetpack/v4/verify-site/google`,o,{body:JSON.stringify({keyring_id:e})}).then(d).then(m),submitSurvey:e=>g(`${n}jetpack/v4/marketing/survey`,o,{body:JSON.stringify(e)}).then(d).then(m),saveSetupQuestionnaire:e=>g(`${n}jetpack/v4/setup/questionnaire`,o,{body:JSON.stringify(e)}).then(d).then(m),updateLicensingError:e=>g(`${n}jetpack/v4/licensing/error`,o,{body:JSON.stringify(e)}).then(d).then(m),updateLicenseKey:e=>g(`${n}jetpack/v4/licensing/set-license`,o,{body:JSON.stringify({license:e})}).then(d).then(m),getUserLicensesCounts:()=>p(`${n}jetpack/v4/licensing/user/counts`,s).then(d).then(m),getUserLicenses:()=>p(`${n}jetpack/v4/licensing/user/licenses`,s).then(d).then(m),updateLicensingActivationNoticeDismiss:e=>g(`${n}jetpack/v4/licensing/user/activation-notice-dismiss`,o,{body:JSON.stringify({last_detached_count:e})}).then(d).then(m),updateRecommendationsStep:e=>g(`${n}jetpack/v4/recommendations/step`,o,{body:JSON.stringify({step:e})}).then(d),confirmIDCSafeMode:()=>g(`${n}jetpack/v4/identity-crisis/confirm-safe-mode`,o).then(d),startIDCFresh:e=>g(`${n}jetpack/v4/identity-crisis/start-fresh`,o,{body:JSON.stringify({redirect_uri:e})}).then(d).then(m),migrateIDC:()=>g(`${n}jetpack/v4/identity-crisis/migrate`,o).then(d),attachLicenses:e=>g(`${n}jetpack/v4/licensing/attach-licenses`,o,{body:JSON.stringify({licenses:e})}).then(d).then(m),fetchSearchPlanInfo:()=>p(`${r}jetpack/v4/search/plan`,s).then(d).then(m),fetchSearchSettings:()=>p(`${r}jetpack/v4/search/settings`,s).then(d).then(m),updateSearchSettings:e=>g(`${r}jetpack/v4/search/settings`,o,{body:JSON.stringify(e)}).then(d).then(m),fetchSearchStats:()=>p(`${r}jetpack/v4/search/stats`,s).then(d).then(m),fetchWafSettings:()=>p(`${n}jetpack/v4/waf`,s).then(d).then(m),updateWafSettings:e=>g(`${n}jetpack/v4/waf`,o,{body:JSON.stringify(e)}).then(d).then(m),fetchWordAdsSettings:()=>p(`${n}jetpack/v4/wordads/settings`,s).then(d).then(m),updateWordAdsSettings:e=>g(`${n}jetpack/v4/wordads/settings`,o,{body:JSON.stringify(e)}),fetchSearchPricing:()=>p(`${r}jetpack/v4/search/pricing`,s).then(d).then(m),fetchMigrationStatus:()=>p(`${n}jetpack/v4/migration/status`,s).then(d).then(m),fetchBackupUndoEvent:()=>p(`${n}jetpack/v4/site/backup/undo-event`,s).then(d).then(m)};function p(e,t){return fetch(l(e),t)}function g(e,t,n){return fetch(e,Object.assign({},t,n)).catch(h)}function v(e){return e.general&&void 0===e.general.response||e.week&&void 0===e.week.response||e.month&&void 0===e.month.response?e:{}}Object.assign(this,u)};function d(e){return e.status>=200&&e.status<300?e:404===e.status?new Promise((()=>{throw e.redirected?new l(e.redirected):new o})):e.json().catch((e=>g(e))).then((t=>{const n=new Error(`${t.message} (Status ${e.status})`);throw n.response=t,n.name="ApiError",n}))}function m(e){return e.json().catch((t=>g(t,e.redirected,e.url)))}function g(e,t,n){throw t?new s(n):new i}function h(){throw new u}},7121:(e,t,n)=>{"use strict";n.d(t,{Z:()=>g});var a=n(5609),c=n(5736),r=n(5235),i=n.n(r),s=n(5162),o=n.n(s),l=n(9196),u=n.n(l),p=n(526),d=n(2289);const __=c.__,m=e=>{const{label:t,onClick:n,isLoading:c,isDisabled:r,displayError:s,errorMessage:o}=e;return u().createElement(u().Fragment,null,u().createElement(p.Z,{className:i()(d.Z.button,"jp-action-button--button"),label:t,onClick:n,variant:"primary",disabled:c||r},c?u().createElement(a.Spinner,null):t),s&&u().createElement("p",{className:i()(d.Z.error,"jp-action-button__error")},o))};m.propTypes={label:o().string.isRequired,onClick:o().func,isLoading:o().bool,isDisabled:o().bool,displayError:o().bool,errorMessage:o().oneOfType([o().string,o().element])},m.defaultProps={isLoading:!1,displayError:!1,errorMessage:__("An error occurred. Please try again.","jetpack-my-jetpack")};const g=m},9105:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var a=n(5736),c=n(5235),r=n.n(c),i=n(8237),s=n(8868),o=n(3846),l=n(3363),u=n(1494);const __=a.__,p=e=>{let{children:t,moduleName:n=__("Jetpack","jetpack-my-jetpack"),moduleNameHref:a,showHeader:c=!0,showFooter:p=!0,showBackground:d=!0,header:m}=e;const g=r()(u.Z["admin-page"],{[u.Z.background]:d});return React.createElement("div",{className:g},c&&React.createElement(l.Z,{horizontalSpacing:5},React.createElement(o.Z,null,m||React.createElement(s.Z,null))),React.createElement(l.Z,{fluid:!0,horizontalSpacing:0},React.createElement(o.Z,null,t)),p&&React.createElement(l.Z,{horizontalSpacing:5},React.createElement(o.Z,null,React.createElement(i.Z,{moduleName:n,moduleNameHref:a}))))}},6579:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var a=n(9196),c=n.n(a),r=n(511);const i=e=>{let{children:t}=e;return c().createElement("div",{className:r.Z.section},t)}},216:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var a=n(9196),c=n.n(a),r=n(281);const i=e=>{let{children:t}=e;return c().createElement("div",{className:r.Z["section-hero"]},t)}},4972:(e,t,n)=>{"use strict";n.d(t,{Z:()=>g});var a=n(797),c=n(496),r=n(9201),i=n(1074),s=n(5235),o=n.n(s),l=n(9196),u=n.n(l),p=n(9171);const d=e=>{switch(e){case"error":case"warning":default:return a.Z;case"info":return c.Z;case"success":return r.Z}},m=e=>{let{level:t,children:n,showIcon:a}=e;const c=o()(p.Z.container,p.Z[`is-${t}`]);return u().createElement("div",{className:c},a&&u().createElement("div",{className:p.Z["icon-wrapper"]},u().createElement(i.Z,{icon:d(t),className:p.Z.icon})),u().createElement("div",null,n))};m.defaultProps={level:"warning",showIcon:!0};const g=m},7525:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var a=n(2674),c=n.n(a),r=n(5736),i=n(5235),s=n.n(i),o=n(9196),l=n.n(o);const __=r.__,u=e=>{let{title:t=__("An Automattic Airline","jetpack-my-jetpack"),height:n=7,className:a,...r}=e;return l().createElement("svg",c()({role:"img",x:"0",y:"0",viewBox:"0 0 935 38.2",enableBackground:"new 0 0 935 38.2","aria-labelledby":"jp-automattic-byline-logo-title",height:n,className:s()("jp-automattic-byline-logo",a)},r),l().createElement("desc",{id:"jp-automattic-byline-logo-title"},t),l().createElement("path",{d:"M317.1 38.2c-12.6 0-20.7-9.1-20.7-18.5v-1.2c0-9.6 8.2-18.5 20.7-18.5 12.6 0 20.8 8.9 20.8 18.5v1.2C337.9 29.1 329.7 38.2 317.1 38.2zM331.2 18.6c0-6.9-5-13-14.1-13s-14 6.1-14 13v0.9c0 6.9 5 13.1 14 13.1s14.1-6.2 14.1-13.1V18.6zM175 36.8l-4.7-8.8h-20.9l-4.5 8.8h-7L157 1.3h5.5L182 36.8H175zM159.7 8.2L152 23.1h15.7L159.7 8.2zM212.4 38.2c-12.7 0-18.7-6.9-18.7-16.2V1.3h6.6v20.9c0 6.6 4.3 10.5 12.5 10.5 8.4 0 11.9-3.9 11.9-10.5V1.3h6.7V22C231.4 30.8 225.8 38.2 212.4 38.2zM268.6 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H268.6zM397.3 36.8V8.7l-1.8 3.1 -14.9 25h-3.3l-14.7-25 -1.8-3.1v28.1h-6.5V1.3h9.2l14 24.4 1.7 3 1.7-3 13.9-24.4h9.1v35.5H397.3zM454.4 36.8l-4.7-8.8h-20.9l-4.5 8.8h-7l19.2-35.5h5.5l19.5 35.5H454.4zM439.1 8.2l-7.7 14.9h15.7L439.1 8.2zM488.4 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H488.4zM537.3 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H537.3zM569.3 36.8V4.6c2.7 0 3.7-1.4 3.7-3.4h2.8v35.5L569.3 36.8 569.3 36.8zM628 11.3c-3.2-2.9-7.9-5.7-14.2-5.7 -9.5 0-14.8 6.5-14.8 13.3v0.7c0 6.7 5.4 13 15.3 13 5.9 0 10.8-2.8 13.9-5.7l4 4.2c-3.9 3.8-10.5 7.1-18.3 7.1 -13.4 0-21.6-8.7-21.6-18.3v-1.2c0-9.6 8.9-18.7 21.9-18.7 7.5 0 14.3 3.1 18 7.1L628 11.3zM321.5 12.4c1.2 0.8 1.5 2.4 0.8 3.6l-6.1 9.4c-0.8 1.2-2.4 1.6-3.6 0.8l0 0c-1.2-0.8-1.5-2.4-0.8-3.6l6.1-9.4C318.7 11.9 320.3 11.6 321.5 12.4L321.5 12.4z"}),l().createElement("path",{d:"M37.5 36.7l-4.7-8.9H11.7l-4.6 8.9H0L19.4 0.8H25l19.7 35.9H37.5zM22 7.8l-7.8 15.1h15.9L22 7.8zM82.8 36.7l-23.3-24 -2.3-2.5v26.6h-6.7v-36H57l22.6 24 2.3 2.6V0.8h6.7v35.9H82.8z"}),l().createElement("path",{d:"M719.9 37l-4.8-8.9H694l-4.6 8.9h-7.1l19.5-36h5.6l19.8 36H719.9zM704.4 8l-7.8 15.1h15.9L704.4 8zM733 37V1h6.8v36H733zM781 37c-1.8 0-2.6-2.5-2.9-5.8l-0.2-3.7c-0.2-3.6-1.7-5.1-8.4-5.1h-12.8V37H750V1h19.6c10.8 0 15.7 4.3 15.7 9.9 0 3.9-2 7.7-9 9 7 0.5 8.5 3.7 8.6 7.9l0.1 3c0.1 2.5 0.5 4.3 2.2 6.1V37H781zM778.5 11.8c0-2.6-2.1-5.1-7.9-5.1h-13.8v10.8h14.4c5 0 7.3-2.4 7.3-5.2V11.8zM794.8 37V1h6.8v30.4h28.2V37H794.8zM836.7 37V1h6.8v36H836.7zM886.2 37l-23.4-24.1 -2.3-2.5V37h-6.8V1h6.5l22.7 24.1 2.3 2.6V1h6.8v36H886.2zM902.3 37V1H935v5.6h-26v9.2h20v5.5h-20v10.1h26V37H902.3z"}))}},526:(e,t,n)=>{"use strict";n.d(t,{Z:()=>g});var a=n(2674),c=n.n(a),r=n(5609),i=n(1074),s=n(5381),o=n(5235),l=n.n(o),u=n(9196),p=n.n(u),d=n(3466);const m=(0,u.forwardRef)(((e,t)=>{const{children:n,variant:a="primary",size:o="normal",weight:u="bold",icon:m,iconSize:g,disabled:h,isDestructive:v,isLoading:f,isExternalLink:k,className:y,text:E,fullWidth:w,...b}=e,j=l()(d.Z.button,y,{[d.Z.normal]:"normal"===o,[d.Z.small]:"small"===o,[d.Z.icon]:Boolean(m),[d.Z.loading]:f,[d.Z.regular]:"regular"===u,[d.Z["full-width"]]:w,[d.Z["is-icon-button"]]:Boolean(m)&&!n});b.ref=t;const C="normal"===o?20:16,_=k&&p().createElement(i.Z,{size:C,icon:s.Z,className:d.Z["external-icon"]}),Z=k?"_blank":void 0,N=n?.[0]&&null!==n[0]&&"components-tooltip"!==n?.[0]?.props?.className;return p().createElement(r.Button,c()({target:Z,variant:a,className:l()(j,{"has-text":!!m&&N}),icon:k?void 0:m,iconSize:g,disabled:h,"aria-disabled":h,isDestructive:v,text:E},b),f&&p().createElement(r.Spinner,null),p().createElement("span",null,n),_)}));m.displayName="Button";const g=m},9026:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});n(2404);const a=e=>{let{format:t="horizontal",icon:n,imageUrl:a}=e;return React.createElement("div",{className:"jp-components__decorative-card "+(t?"jp-components__decorative-card--"+t:"")},React.createElement("div",{className:"jp-components__decorative-card__image",style:{backgroundImage:a?`url( ${a} )`:""}}),React.createElement("div",{className:"jp-components__decorative-card__content"},React.createElement("div",{className:"jp-components__decorative-card__lines"})),n?React.createElement("div",{className:"jp-components__decorative-card__icon-container"},React.createElement("span",{className:"jp-components__decorative-card__icon jp-components__decorative-card__icon--"+n})):null)}},7172:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(5736),c=n(5235),r=n.n(c),i=n(9196);n(5785);const __=a.__;class s extends i.Component{static defaultProps={"aria-hidden":"false",focusable:"true"};needsOffset(e,t){return["gridicons-arrow-left","gridicons-arrow-right","gridicons-calendar","gridicons-cart","gridicons-folder","gridicons-info","gridicons-info-outline","gridicons-posts","gridicons-star-outline","gridicons-star"].indexOf(e)>=0&&t%18==0}getSVGDescription(e){if("description"in this.props)return this.props.description;switch(e){default:return"";case"gridicons-audio":return __("Has audio.","jetpack-my-jetpack");case"gridicons-arrow-left":return __("Arrow left","jetpack-my-jetpack");case"gridicons-arrow-right":return __("Arrow right","jetpack-my-jetpack");case"gridicons-calendar":return __("Is an event.","jetpack-my-jetpack");case"gridicons-cart":return __("Is a product.","jetpack-my-jetpack");case"chevron-down":return __("Show filters","jetpack-my-jetpack");case"gridicons-comment":return __("Matching comment.","jetpack-my-jetpack");case"gridicons-cross":return __("Close.","jetpack-my-jetpack");case"gridicons-filter":return __("Toggle search filters.","jetpack-my-jetpack");case"gridicons-folder":return __("Category","jetpack-my-jetpack");case"gridicons-info":case"gridicons-info-outline":return __("Information.","jetpack-my-jetpack");case"gridicons-image-multiple":return __("Has multiple images.","jetpack-my-jetpack");case"gridicons-image":return __("Has an image.","jetpack-my-jetpack");case"gridicons-page":return __("Page","jetpack-my-jetpack");case"gridicons-post":return __("Post","jetpack-my-jetpack");case"gridicons-jetpack-search":case"gridicons-search":return __("Magnifying Glass","jetpack-my-jetpack");case"gridicons-tag":return __("Tag","jetpack-my-jetpack");case"gridicons-video":return __("Has a video.","jetpack-my-jetpack")}}renderIcon(e){switch(e){default:return null;case"gridicons-audio":return React.createElement("g",null,React.createElement("path",{d:"M8 4v10.184C7.686 14.072 7.353 14 7 14c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V7h7v4.184c-.314-.112-.647-.184-1-.184-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V4H8z"}));case"gridicons-arrow-left":return React.createElement("g",null,React.createElement("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"}));case"gridicons-arrow-right":return React.createElement("g",null,React.createElement("path",{d:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"}));case"gridicons-block":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM4 12c0-4.418 3.582-8 8-8 1.848 0 3.545.633 4.9 1.686L5.686 16.9C4.633 15.545 4 13.848 4 12zm8 8c-1.848 0-3.546-.633-4.9-1.686L18.314 7.1C19.367 8.455 20 10.152 20 12c0 4.418-3.582 8-8 8z"}));case"gridicons-calendar":return React.createElement("g",null,React.createElement("path",{d:"M19 4h-1V2h-2v2H8V2H6v2H5c-1.105 0-2 .896-2 2v13c0 1.104.895 2 2 2h14c1.104 0 2-.896 2-2V6c0-1.104-.896-2-2-2zm0 15H5V8h14v11z"}));case"gridicons-cart":return React.createElement("g",null,React.createElement("path",{d:"M9 20c0 1.1-.9 2-2 2s-1.99-.9-1.99-2S5.9 18 7 18s2 .9 2 2zm8-2c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm.396-5c.937 0 1.75-.65 1.952-1.566L21 5H7V4c0-1.105-.895-2-2-2H3v2h2v11c0 1.105.895 2 2 2h12c0-1.105-.895-2-2-2H7v-2h10.396z"}));case"gridicons-checkmark":return React.createElement("g",null,React.createElement("path",{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"}));case"gridicons-chevron-left":return React.createElement("g",null,React.createElement("path",{d:"M16.443 7.41L15.0399 6L9.06934 12L15.0399 18L16.443 16.59L11.8855 12L16.443 7.41Z"}));case"gridicons-chevron-right":return React.createElement("g",null,React.createElement("path",{d:"M10.2366 6L8.8335 7.41L13.391 12L8.8335 16.59L10.2366 18L16.2072 12L10.2366 6Z"}));case"gridicons-chevron-down":return React.createElement("g",null,React.createElement("path",{d:"M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"}));case"gridicons-comment":return React.createElement("g",null,React.createElement("path",{d:"M3 6v9c0 1.105.895 2 2 2h9v5l5.325-3.804c1.05-.75 1.675-1.963 1.675-3.254V6c0-1.105-.895-2-2-2H5c-1.105 0-2 .895-2 2z"}));case"gridicons-computer":return React.createElement("g",null,React.createElement("path",{d:"M20 2H4c-1.104 0-2 .896-2 2v12c0 1.104.896 2 2 2h6v2H7v2h10v-2h-3v-2h6c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm0 14H4V4h16v12z"}));case"gridicons-cross":return React.createElement("g",null,React.createElement("path",{d:"M18.36 19.78L12 13.41l-6.36 6.37-1.42-1.42L10.59 12 4.22 5.64l1.42-1.42L12 10.59l6.36-6.36 1.41 1.41L13.41 12l6.36 6.36z"}));case"gridicons-filter":return React.createElement("g",null,React.createElement("path",{d:"M10 19h4v-2h-4v2zm-4-6h12v-2H6v2zM3 5v2h18V5H3z"}));case"gridicons-folder":return React.createElement("g",null,React.createElement("path",{d:"M18 19H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2h7c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2z"}));case"gridicons-image":return React.createElement("g",null,React.createElement("path",{d:"M13 9.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5-.672 1.5-1.5 1.5-1.5-.672-1.5-1.5zM22 6v12c0 1.105-.895 2-2 2H4c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h16c1.105 0 2 .895 2 2zm-2 0H4v7.444L8 9l5.895 6.55 1.587-1.85c.798-.932 2.24-.932 3.037 0L20 15.426V6z"}));case"gridicons-image-multiple":return React.createElement("g",null,React.createElement("path",{d:"M15 7.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5S17.328 9 16.5 9 15 8.328 15 7.5zM4 20h14c0 1.105-.895 2-2 2H4c-1.1 0-2-.9-2-2V8c0-1.105.895-2 2-2v14zM22 4v12c0 1.105-.895 2-2 2H8c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zM8 4v6.333L11 7l4.855 5.395.656-.73c.796-.886 2.183-.886 2.977 0l.513.57V4H8z"}));case"gridicons-info":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"}));case"gridicons-info-outline":return React.createElement("g",null,React.createElement("path",{d:"M13 9h-2V7h2v2zm0 2h-2v6h2v-6zm-1-7c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8m0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z"}));case"gridicons-jetpack-search":return React.createElement("g",null,React.createElement("path",{d:"M0 9.257C0 4.15 4.151 0 9.257 0c5.105 0 9.256 4.151 9.256 9.257a9.218 9.218 0 01-2.251 6.045l.034.033h1.053L24 22.01l-1.986 1.989-6.664-6.662v-1.055l-.033-.033a9.218 9.218 0 01-6.06 2.264C4.15 18.513 0 14.362 0 9.257zm4.169 1.537h4.61V1.82l-4.61 8.973zm5.547-3.092v8.974l4.61-8.974h-4.61z"}));case"gridicons-phone":return React.createElement("g",null,React.createElement("path",{d:"M16 2H8c-1.104 0-2 .896-2 2v16c0 1.104.896 2 2 2h8c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm-3 19h-2v-1h2v1zm3-2H8V5h8v14z"}));case"gridicons-pages":return React.createElement("g",null,React.createElement("path",{d:"M16 8H8V6h8v2zm0 2H8v2h8v-2zm4-6v12l-6 6H6c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zm-2 10V4H6v16h6v-4c0-1.105.895-2 2-2h4z"}));case"gridicons-posts":return React.createElement("g",null,React.createElement("path",{d:"M16 19H3v-2h13v2zm5-10H3v2h18V9zM3 5v2h11V5H3zm14 0v2h4V5h-4zm-6 8v2h10v-2H11zm-8 0v2h5v-2H3z"}));case"gridicons-search":return React.createElement("g",null,React.createElement("path",{d:"M21 19l-5.154-5.154C16.574 12.742 17 11.42 17 10c0-3.866-3.134-7-7-7s-7 3.134-7 7 3.134 7 7 7c1.42 0 2.742-.426 3.846-1.154L19 21l2-2zM5 10c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5-5-2.243-5-5z"}));case"gridicons-star-outline":return React.createElement("g",null,React.createElement("path",{d:"M12 6.308l1.176 3.167.347.936.997.042 3.374.14-2.647 2.09-.784.62.27.963.91 3.25-2.813-1.872-.83-.553-.83.552-2.814 1.87.91-3.248.27-.962-.783-.62-2.648-2.092 3.374-.14.996-.04.347-.936L12 6.308M12 2L9.418 8.953 2 9.257l5.822 4.602L5.82 21 12 16.89 18.18 21l-2.002-7.14L22 9.256l-7.418-.305L12 2z"}));case"gridicons-star":return React.createElement("g",null,React.createElement("path",{d:"M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304"}));case"gridicons-tag":return React.createElement("g",null,React.createElement("path",{d:"M20 2.007h-7.087c-.53 0-1.04.21-1.414.586L2.592 11.5c-.78.78-.78 2.046 0 2.827l7.086 7.086c.78.78 2.046.78 2.827 0l8.906-8.906c.376-.374.587-.883.587-1.413V4.007c0-1.105-.895-2-2-2zM17.007 9c-1.105 0-2-.895-2-2s.895-2 2-2 2 .895 2 2-.895 2-2 2z"}));case"gridicons-video":return React.createElement("g",null,React.createElement("path",{d:"M20 4v2h-2V4H6v2H4V4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2v-2h2v2h12v-2h2v2c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zM6 16H4v-3h2v3zm0-5H4V8h2v3zm4 4V9l4.5 3-4.5 3zm10 1h-2v-3h2v3zm0-5h-2V8h2v3z"}));case"gridicons-lock":return React.createElement(React.Fragment,null,React.createElement("g",{id:"lock"},React.createElement("path",{d:"M18,8h-1V7c0-2.757-2.243-5-5-5S7,4.243,7,7v1H6c-1.105,0-2,0.895-2,2v10c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V10 C20,8.895,19.105,8,18,8z M9,7c0-1.654,1.346-3,3-3s3,1.346,3,3v1H9V7z M13,15.723V18h-2v-2.277c-0.595-0.346-1-0.984-1-1.723 c0-1.105,0.895-2,2-2s2,0.895,2,2C14,14.738,13.595,15.376,13,15.723z"})),React.createElement("g",{id:"Layer_1"}))}}render(){const{size:e=24,className:t=""}=this.props,n=this.props.height||e,a=this.props.width||e,c=this.props.style||{height:n,width:a},i="gridicons-"+this.props.icon,s=r()("gridicon",i,t,{"needs-offset":this.needsOffset(i,e)}),o=this.getSVGDescription(i);return React.createElement("svg",{className:s,focusable:this.props.focusable,height:n,onClick:this.props.onClick,style:c,viewBox:"0 0 24 24",width:a,xmlns:"http://www.w3.org/2000/svg","aria-hidden":this.props["aria-hidden"]},o?React.createElement("desc",null,o):null,this.renderIcon(i))}}const o=s},9665:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var a=n(5609),c=n(5235),r=n.n(c),i=n(9196),s=n.n(i),o=n(526),l=n(7172);n(1275);const u=e=>({"top-end":"top left",top:"top center","top-start":"top right","bottom-end":"bottom left",bottom:"bottom center","bottom-start":"bottom right"}[e]),p=e=>{let{className:t="",iconClassName:n="",placement:c="bottom-end",animate:p=!0,iconCode:d="info-outline",iconSize:m=18,offset:g=10,title:h,children:v,popoverAnchorStyle:f="icon",forceShow:k=!1,wide:y=!1}=e;const[E,w]=(0,i.useState)(!1),b=(0,i.useCallback)((()=>w(!0)),[w]),j=(0,i.useCallback)((()=>w(!1)),[w]),C={position:u(c),placement:c,animate:p,noArrow:!1,resize:!1,flip:!1,offset:g,focusOnMount:"container",onClose:j,className:"icon-tooltip-container"},_="wrapper"===f,Z=r()("icon-tooltip-wrapper",t),N={left:_?0:-(62-m/2)+"px"},S=_&&k;return s().createElement("div",{className:Z,"data-testid":"icon-tooltip_wrapper"},!_&&s().createElement(o.Z,{variant:"link",onClick:b},s().createElement(l.Z,{className:n,icon:d,size:m})),s().createElement("div",{className:r()("icon-tooltip-helper",{"is-wide":y}),style:N},(S||E)&&s().createElement(a.Popover,C,s().createElement("div",null,h&&s().createElement("div",{className:"icon-tooltip-title"},h),s().createElement("div",{className:"icon-tooltip-content"},v)))))}},3396:(e,t,n)=>{"use strict";n.d(t,{KM:()=>p,VS:()=>g,_1:()=>d,r7:()=>u});var a=n(2674),c=n.n(a),r=n(5609),i=n(5235),s=n.n(i),o=(n(2659),n(5612));const l=e=>{let{className:t,size:n=24,viewBox:a="0 0 24 24",opacity:i=1,color:l="#2C3338",children:u}=e;const p={className:s()(o.Z.iconWrapper,t),width:n,height:n,viewBox:a,opacity:i,fill:void 0};return l&&(p.fill=l),React.createElement(r.SVG,c()({},p,{fillRule:"evenodd",clipRule:"evenodd",xmlns:"http://www.w3.org/2000/svg"}),React.createElement(r.G,{opacity:i},u))},u=e=>{let{size:t,className:n=o.Z["star-icon"],color:a}=e;return React.createElement(l,{className:n,size:t,color:a},React.createElement(r.Path,{d:"M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304"}))},p=e=>{let{size:t,className:n=o.Z["checkmark-icon"],color:a}=e;return React.createElement(l,{className:n,size:t,color:a},React.createElement(r.Path,{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"}))},d=e=>{let{size:t,className:n=o.Z.jetpack,color:a}=e;return React.createElement(l,{className:n,size:t,color:a,viewBox:"0 0 32 32"},React.createElement(r.Path,{className:"jetpack-logo__icon-circle",d:"M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z"}),React.createElement(r.Polygon,{fill:"#fff",points:"15,19 7,19 15,3"}),React.createElement(r.Polygon,{fill:"#fff",points:"17,29 17,13 25,13"}))},m={...{"anti-spam":e=>{let{opacity:t=1,size:n,color:a}=e;return React.createElement(l,{size:n,opacity:t,color:a},React.createElement(r.Path,{d:"M13.2,4.7l4.7,12.8c0.4,1.1,1,1.5,2.1,1.6c0.1,0,0.1,0,0.1,0l0.1,0.1l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1 s0,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1s-0.1,0-0.2,0h-5.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1 c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1l0.1-0.1c0,0,0.1,0,0.2,0c0.5,0,1.1-0.2,1.1-0.8c0-0.3-0.1-0.5-0.2-0.8l-1.1-3.1 c-0.1-0.2-0.1-0.2-0.2-0.2h-4.3c-0.7,0-1.5,0-1.9,0.9l-1.1,2.4C7.1,17.6,7,17.8,7,18.1c0,0.8,1,0.9,1.6,0.9c0.1,0,0.1,0,0.2,0 L8.8,19l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1s-0.1,0.1-0.1,0.1l-0.1,0.1c-0.1,0-0.1,0-0.2,0H4.1c-0.1,0-0.1,0-0.1,0 c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1L4,19c0,0,0.1,0,0.1,0C5.2,19,5.5,18.5,6,17.5 l5.4-12.4c0.2-0.5,0.8-1,1.3-1C13,4.2,13.1,4.4,13.2,4.7z M9.1,13.1c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.1,0.1h4.4 c0.3,0,0.4-0.1,0.4-0.3c0-0.1,0-0.2-0.1-0.3l-1.2-3.5c-0.3-0.8-0.8-1.9-0.8-2.7c0-0.1,0-0.1-0.1-0.1c0,0-0.1,0-0.1,0.1 c-0.1,0.6-0.4,1.2-0.7,1.7L9.1,13.1z"}),React.createElement(r.Path,{d:"M13.2,4.7l4.7,12.8c0.4,1.1,1,1.5,2.1,1.6c0.1,0,0.1,0,0.1,0l0.1,0.1l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1 s0,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1s-0.1,0-0.2,0h-5.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1 c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1l0.1-0.1c0,0,0.1,0,0.2,0c0.5,0,1.1-0.2,1.1-0.8c0-0.3-0.1-0.5-0.2-0.8l-1.1-3.1 c-0.1-0.2-0.1-0.2-0.2-0.2h-4.3c-0.7,0-1.5,0-1.9,0.9l-1.1,2.4C7.1,17.6,7,17.8,7,18.1c0,0.8,1,0.9,1.6,0.9c0.1,0,0.1,0,0.2,0 L8.8,19l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1s-0.1,0.1-0.1,0.1l-0.1,0.1c-0.1,0-0.1,0-0.2,0H4.1c-0.1,0-0.1,0-0.1,0 c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1L4,19c0,0,0.1,0,0.1,0C5.2,19,5.5,18.5,6,17.5 l5.4-12.4c0.2-0.5,0.8-1,1.3-1C13,4.2,13.1,4.4,13.2,4.7z M9.1,13.1c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.1,0.1h4.4 c0.3,0,0.4-0.1,0.4-0.3c0-0.1,0-0.2-0.1-0.3l-1.2-3.5c-0.3-0.8-0.8-1.9-0.8-2.7c0-0.1,0-0.1-0.1-0.1c0,0-0.1,0-0.1,0.1 c-0.1,0.6-0.4,1.2-0.7,1.7L9.1,13.1z"}),React.createElement(r.Path,{d:"M21.6,12.5c0,0.6-0.3,1-0.9,1c-0.6,0-0.8-0.3-0.8-0.8c0-0.6,0.4-1,0.9-1C21.3,11.7,21.6,12.1,21.6,12.5z"}),React.createElement(r.Path,{d:"M4.1,12.5c0,0.6-0.3,1-0.9,1s-0.8-0.3-0.8-0.8c0-0.6,0.4-1,0.9-1S4.1,12.1,4.1,12.5z"}))},backup:e=>{let{opacity:t=1,size:n,color:a}=e;return React.createElement(l,{size:n,opacity:t,color:a},React.createElement(r.Path,{d:"M2.1,5.8c0-0.1,0-0.1,0-0.2c0-0.2,0.1-0.5,0.1-0.7c0.1-0.4,0.4-0.6,0.7-0.8l8.3-2.9c0.1-0.1,0.3-0.1,0.4-0.1l0.5,0.1 l8.3,2.9c0.3,0.2,0.5,0.4,0.7,0.7c0.2,0.2,0.2,0.4,0.2,0.7c0,0.1,0,0.1,0,0.2v0.1c-0.1,0.5-0.2,0.9-0.3,1.4 c-0.2,0.4-0.3,1.2-0.7,2.2c-0.3,1-0.7,2.1-1.1,3.1c-0.5,1-1,2.1-1.6,3.3s-1.4,2.3-2.2,3.5c-0.9,1.1-1.8,2.2-2.8,3.1 c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4c-1.2-1.1-2.4-2.4-3.5-4c-1-1.6-1.9-3-2.5-4.3c-0.6-1.3-1.1-2.7-1.6-4 C2.8,8.7,2.5,7.6,2.3,7C2.3,6.5,2.1,6.1,2.1,5.8z M2.9,5.9c0,0.2,0.1,0.4,0.1,0.8C3.1,7,3.2,7.5,3.5,8.2C3.7,9,3.9,9.7,4.2,10.6 c0.3,0.7,0.7,1.7,1.1,2.7c0.4,1,1,2,1.5,2.9c0.5,1,1.2,1.9,1.9,2.9c0.8,1,1.6,1.9,2.4,2.6c0.2,0.2,0.4,0.2,0.5,0.2 c0.2,0,0.4-0.1,0.5-0.2c1.2-1,2.2-2.3,3.2-3.8c1-1.5,1.8-2.8,2.3-4c0.6-1.3,1.1-2.5,1.5-3.9c0.4-1.3,0.7-2.2,0.9-2.8 c0.1-0.5,0.2-1,0.3-1.3c0-0.1,0-0.1,0-0.1c0-0.2,0-0.3-0.1-0.4C20.3,5.2,20.2,5.1,20,5L12,2.1c0,0-0.1,0-0.2,0s-0.1,0-0.1,0h-0.2 l-8,2.8C3.2,5,3.1,5.2,3,5.3C2.9,5.5,2.9,5.6,2.9,5.8C2.9,5.8,2.9,5.8,2.9,5.9z M5.9,6.7h3l2.8,7l2.8-7h3c-0.1,0.1-0.2,0.5-0.3,0.8 C17,7.8,17,8.2,16.8,8.4c-0.1,0.3-0.2,0.5-0.4,0.8c0,0.1-0.1,0.1-0.1,0.1s-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.1,0 c-0.1,0-0.2,0.1-0.2,0.2c0,0-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0,0,0.1-0.1,0.2c0,0.1-0.1,0.1-0.1,0.1l-0.4,1.1 c-1.3,3.3-2.1,5.2-2.3,5.8h-2.2l-1-2.4c-0.1-0.3-0.3-0.8-0.5-1.3c-0.1-0.3-0.3-0.8-0.5-1.3L8,10.8c-0.1-0.1-0.1-0.2-0.1-0.4 C7.8,10.2,7.7,10,7.7,9.8C7.6,9.7,7.5,9.5,7.4,9.4C7.3,9.3,7.3,9.3,7.3,9.3c-0.1,0-0.2,0-0.2,0s-0.1,0-0.1,0 C6.6,8.5,6.3,7.6,5.9,6.7z"}))},boost:e=>{let{opacity:t=1,size:n,color:a}=e;return React.createElement(l,{size:n,opacity:t,color:a},React.createElement(r.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4.19505 16.2545C4.47368 16.561 4.94802 16.5836 5.25451 16.3049L10.2595 11.7549L14.2842 15.2765L19 10.5607V13.75H20.5V9.5V8.75239V8.7476V8H19.7529H19.7471H19H14.75V9.5H17.9393L14.2158 13.2235L10.2405 9.74507L4.2455 15.195C3.93901 15.4737 3.91642 15.948 4.19505 16.2545Z"}))},crm:e=>{let{opacity:t=1,size:n,color:a}=e;return React.createElement(l,{size:n,opacity:t,color:a},React.createElement(r.Path,{d:"M15.5 9.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 1.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-2.25 6v-2a2.75 2.75 0 0 0-2.75-2.75h-4A2.75 2.75 0 0 0 3.75 15v2h1.5v-2c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2h1.5Zm7-2v2h-1.5v-2c0-.69-.56-1.25-1.25-1.25H15v-1.5h2.5A2.75 2.75 0 0 1 20.25 15ZM9.5 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm1.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z"}))},extras:e=>{let{opacity:t=1,size:n,color:a}=e;return React.createElement(l,{size:n,opacity:t,color:a},React.createElement(r.Path,{d:"M18.5 5.5V8H20V5.5h2.5V4H20V1.5h-1.5V4H16v1.5h2.5ZM12 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6h-1.5v6a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5V6a.5.5 0 0 1 .5-.5h6V4Z"}))},protect:e=>{let{opacity:t=1,size:n,className:a,color:c}=e;return React.createElement(l,{className:a,size:n,opacity:t,color:c},React.createElement(r.Path,{d:"M12 3.17627L18.75 6.24445V10.8183C18.75 14.7173 16.2458 18.4089 12.7147 19.5735C12.2507 19.7265 11.7493 19.7265 11.2853 19.5735C7.75416 18.4089 5.25 14.7173 5.25 10.8183V6.24445L12 3.17627ZM6.75 7.21032V10.8183C6.75 14.1312 8.89514 17.2057 11.7551 18.149C11.914 18.2014 12.086 18.2014 12.2449 18.149C15.1049 17.2057 17.25 14.1312 17.25 10.8183V7.21032L12 4.82396L6.75 7.21032Z"}),React.createElement(r.Path,{d:"M15.5291 10.0315L11.1818 14.358L8.47095 11.66L9.52907 10.5968L11.1818 12.2417L14.4709 8.96826L15.5291 10.0315Z"}))},scan:e=>{let{opacity:t=1,size:n,color:a}=e;return React.createElement(l,{size:n,opacity:t,color:a},React.createElement(r.Path,{d:"m12 3.176 6.75 3.068v4.574c0 3.9-2.504 7.59-6.035 8.755a2.283 2.283 0 0 1-1.43 0c-3.53-1.164-6.035-4.856-6.035-8.755V6.244L12 3.176ZM6.75 7.21v3.608c0 3.313 2.145 6.388 5.005 7.33.159.053.331.053.49 0 2.86-.942 5.005-4.017 5.005-7.33V7.21L12 4.824 6.75 7.21Z"}))},search:e=>{let{opacity:t=1,size:n,color:a}=e;return React.createElement(l,{size:n,opacity:t,color:a},React.createElement(r.Path,{d:"M17.5 11.5a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm1.5 0a5.5 5.5 0 0 1-9.142 4.121l-3.364 2.943-.988-1.128 3.373-2.952A5.5 5.5 0 1 1 19 11.5Z"}))},social:e=>{let{opacity:t=1,size:n,color:a}=e;return React.createElement(l,{size:n,opacity:t,color:a},React.createElement(r.Path,{d:"M15.5 3.97809V18.0219L7.5 15.5977V20H6V15.1431L3.27498 14.3173C2.22086 13.9979 1.5 13.0262 1.5 11.9248V10.0752C1.5 8.97375 2.22087 8.00207 3.27498 7.68264L15.5 3.97809ZM14 16L7.5 14.0303L7.5 7.96969L14 5.99999V16ZM6 8.42423L6 13.5757L3.70999 12.8818C3.28835 12.754 3 12.3654 3 11.9248V10.0752C3 9.63462 3.28835 9.24595 3.70999 9.11818L6 8.42423ZM17.5 11.75H21.5V10.25H17.5V11.75ZM21.5 16L17.5 15V13.5L21.5 14.5V16ZM17.5 8.5L21.5 7.5V6L17.5 7V8.5Z"}))},star:u,videopress:e=>{let{opacity:t=1,size:n,color:a}=e;return React.createElement(l,{size:n,opacity:t,color:a},React.createElement(r.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4.3,6.2c0.8,0,1.6,0.6,1.8,1.4l2.3,7.9c0,0,0,0,0,0l2.7-9.3h1.5h4.2c2.9,0,4.9,1.9,4.9,4.7c0,2.9-2,4.7-5,4.7 h-2h-2.5l-0.5,1.5c-0.4,1.4-1.7,2.3-3.2,2.3c-1.4,0-2.7-0.9-3.2-2.3L2.5,8.7C2.1,7.4,3,6.2,4.3,6.2z M13,12.8h2.9c1.3,0,2-0.7,2-1.9 c0-1.2-0.8-1.8-2-1.8h-1.7L13,12.8z"}))},jetpack:d,share:e=>{let{size:t=16,className:n,color:a}=e;return React.createElement(l,{className:n,size:t,color:a,viewBox:"0 0 16 16"},React.createElement(r.Path,{fill:"#161722",fillRule:"evenodd",d:"M8.3 4.66C3.85 5.308.727 9.75.034 13.69l-.02.117c-.137.842.809 1.232 1.446.68 2.013-1.745 3.648-2.475 5.318-2.719a10.482 10.482 0 011.524-.103v2.792c0 .694.82 1.041 1.3.55l6.176-6.307a.79.79 0 00.012-1.088L9.614 1.004C9.14.496 8.301.84 8.301 1.542v3.117zm1.525-1.175v1.85a.773.773 0 01-.654.77l-.655.096c-2.133.311-3.987 1.732-5.295 3.672-.472.7-.854 1.44-1.143 2.18a12.32 12.32 0 011.675-.972c1.58-.75 3.048-.972 4.548-.972h.762a.77.77 0 01.762.779v1.69l4.347-4.44-4.347-4.653z",clipRule:"evenodd"}))}}};function g(e){return m[e]?m[e]:null}},8237:(e,t,n)=>{"use strict";n.d(t,{Z:()=>y});var a=n(2674),c=n.n(a),r=n(9818),i=n(5736),s=n(1074),o=n(5381),l=n(5235),u=n.n(l),p=n(9196),d=n.n(p),m=n(6895),g=n(428),h=n(7525),v=(n(9054),n(8868)),f=n(2054);const __=i.__,_x=i._x,k=()=>d().createElement(v.Z,{logoColor:"#000",showText:!1,height:16,"aria-hidden":"true"}),y=e=>{let{moduleName:t=__("Jetpack","jetpack-my-jetpack"),className:n,moduleNameHref:a="https://jetpack.com",menu:i,siteAdminUrl:l,onAboutClick:p,onPrivacyClick:v,onTermsClick:y,...E}=e;const[w]=(0,f.Z)("sm","<="),[b]=(0,f.Z)("md","<="),[j]=(0,f.Z)("lg",">"),{isActive:C,connectedPlugins:_}=(0,r.useSelect)((e=>{const t=e(g.t);return{connectedPlugins:t?.getConnectedPlugins(),...t.getConnectionStatus()}}),[g.t]),Z=l&&C&&_?.some((e=>{let{slug:t}=e;return"jetpack"===t}));let N=[{label:_x("About","Link to learn more about Jetpack.","jetpack-my-jetpack"),title:__("About Jetpack","jetpack-my-jetpack"),href:Z?new URL("admin.php?page=jetpack_about",l).href:(0,m.Z)("jetpack-about"),target:"_blank",onClick:p},{label:_x("Privacy","Shorthand for Privacy Policy.","jetpack-my-jetpack"),title:__("Automattic's Privacy Policy","jetpack-my-jetpack"),href:Z?new URL("admin.php?page=jetpack#/privacy",l).href:(0,m.Z)("a8c-privacy"),target:Z?"_self":"_blank",onClick:v},{label:_x("Terms","Shorthand for Terms of Service.","jetpack-my-jetpack"),title:__("WordPress.com Terms of Service","jetpack-my-jetpack"),href:(0,m.Z)("wpcom-tos"),target:"_blank",onClick:y}];i&&(N=[...N,...i]);const S=d().createElement(d().Fragment,null,d().createElement(k,null),t);return d().createElement("footer",c()({className:u()("jp-dashboard-footer",{"is-sm":w,"is-md":b,"is-lg":j},n),"aria-label":__("Jetpack","jetpack-my-jetpack")},E),d().createElement("ul",null,d().createElement("li",{className:"jp-dashboard-footer__jp-item"},a?d().createElement("a",{href:a},S):S),N.map((e=>{const t="button"===e.role,n=!t&&"_blank"===e.target;return d().createElement("li",{key:e.label},d().createElement("a",{href:e.href,title:e.title,target:e.target,onClick:e.onClick,onKeyDown:e.onKeyDown,className:u()("jp-dashboard-footer__menu-item",{"is-external":n}),role:e.role,rel:n?"noopener noreferrer":void 0,tabIndex:t?0:void 0},e.label,n&&d().createElement(s.Z,{icon:o.Z,size:16})))})),d().createElement("li",{className:"jp-dashboard-footer__a8c-item"},d().createElement("a",{href:Z?new URL("admin.php?page=jetpack_about",l).href:(0,m.Z)("a8c-about"),"aria-label":__("An Automattic Airline","jetpack-my-jetpack")},d().createElement(h.Z,{"aria-hidden":"true"})))))}},8868:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var a=n(2674),c=n.n(a),r=n(5736),i=n(5235),s=n.n(i),o=n(9196),l=n.n(o);const __=r.__,u=e=>{let{logoColor:t="#069e08",showText:n=!0,className:a,height:r=32,...i}=e;const o=n?"0 0 118 32":"0 0 32 32";return l().createElement("svg",c()({xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:o,className:s()("jetpack-logo",a),"aria-labelledby":"jetpack-logo-title",height:r},i),l().createElement("desc",{id:"jetpack-logo-title"},__("Jetpack Logo","jetpack-my-jetpack")),l().createElement("path",{fill:t,d:"M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z M15,19H7l8-16V19z M17,29V13h8L17,29z"}),n&&l().createElement(l().Fragment,null,l().createElement("path",{d:"M41.3,26.6c-0.5-0.7-0.9-1.4-1.3-2.1c2.3-1.4,3-2.5,3-4.6V8h-3V6h6v13.4C46,22.8,45,24.8,41.3,26.6z"}),l().createElement("path",{d:"M65,18.4c0,1.1,0.8,1.3,1.4,1.3c0.5,0,2-0.2,2.6-0.4v2.1c-0.9,0.3-2.5,0.5-3.7,0.5c-1.5,0-3.2-0.5-3.2-3.1V12H60v-2h2.1V7.1 H65V10h4v2h-4V18.4z"}),l().createElement("path",{d:"M71,10h3v1.3c1.1-0.8,1.9-1.3,3.3-1.3c2.5,0,4.5,1.8,4.5,5.6s-2.2,6.3-5.8,6.3c-0.9,0-1.3-0.1-2-0.3V28h-3V10z M76.5,12.3 c-0.8,0-1.6,0.4-2.5,1.2v5.9c0.6,0.1,0.9,0.2,1.8,0.2c2,0,3.2-1.3,3.2-3.9C79,13.4,78.1,12.3,76.5,12.3z"}),l().createElement("path",{d:"M93,22h-3v-1.5c-0.9,0.7-1.9,1.5-3.5,1.5c-1.5,0-3.1-1.1-3.1-3.2c0-2.9,2.5-3.4,4.2-3.7l2.4-0.3v-0.3c0-1.5-0.5-2.3-2-2.3 c-0.7,0-2.3,0.5-3.7,1.1L84,11c1.2-0.4,3-1,4.4-1c2.7,0,4.6,1.4,4.6,4.7L93,22z M90,16.4l-2.2,0.4c-0.7,0.1-1.4,0.5-1.4,1.6 c0,0.9,0.5,1.4,1.3,1.4s1.5-0.5,2.3-1V16.4z"}),l().createElement("path",{d:"M104.5,21.3c-1.1,0.4-2.2,0.6-3.5,0.6c-4.2,0-5.9-2.4-5.9-5.9c0-3.7,2.3-6,6.1-6c1.4,0,2.3,0.2,3.2,0.5V13 c-0.8-0.3-2-0.6-3.2-0.6c-1.7,0-3.2,0.9-3.2,3.6c0,2.9,1.5,3.8,3.3,3.8c0.9,0,1.9-0.2,3.2-0.7V21.3z"}),l().createElement("path",{d:"M110,15.2c0.2-0.3,0.2-0.8,3.8-5.2h3.7l-4.6,5.7l5,6.3h-3.7l-4.2-5.8V22h-3V6h3V15.2z"}),l().createElement("path",{d:"M58.5,21.3c-1.5,0.5-2.7,0.6-4.2,0.6c-3.6,0-5.8-1.8-5.8-6c0-3.1,1.9-5.9,5.5-5.9s4.9,2.5,4.9,4.9c0,0.8,0,1.5-0.1,2h-7.3 c0.1,2.5,1.5,2.8,3.6,2.8c1.1,0,2.2-0.3,3.4-0.7C58.5,19,58.5,21.3,58.5,21.3z M56,15c0-1.4-0.5-2.9-2-2.9c-1.4,0-2.3,1.3-2.4,2.9 C51.6,15,56,15,56,15z"})))}},3846:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var a=n(5235),c=n.n(a),r=n(9196),i=n(3080);const s=Number(i.Z.smCols),o=Number(i.Z.mdCols),l=Number(i.Z.lgCols),u=e=>{const{children:t,tagName:n="div",className:a}=e,u=Math.min(s,"number"==typeof e.sm?e.sm:s),p=Math.min(s,"object"==typeof e.sm?e.sm.start:0),d=Math.min(s,"object"==typeof e.sm?e.sm.end:0),m=Math.min(o,"number"==typeof e.md?e.md:o),g=Math.min(o,"object"==typeof e.md?e.md.start:0),h=Math.min(o,"object"==typeof e.md?e.md.end:0),v=Math.min(l,"number"==typeof e.lg?e.lg:l),f=Math.min(l,"object"==typeof e.lg?e.lg.start:0),k=Math.min(l,"object"==typeof e.lg?e.lg.end:0),y=c()(a,{[i.Z[`col-sm-${u}`]]:!(p&&d),[i.Z[`col-sm-${p}-start`]]:p>0,[i.Z[`col-sm-${d}-end`]]:d>0,[i.Z[`col-md-${m}`]]:!(g&&h),[i.Z[`col-md-${g}-start`]]:g>0,[i.Z[`col-md-${h}-end`]]:h>0,[i.Z[`col-lg-${v}`]]:!(f&&k),[i.Z[`col-lg-${f}-start`]]:f>0,[i.Z[`col-lg-${k}-end`]]:k>0});return(0,r.createElement)(n,{className:y},t)}},3363:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var a=n(5235),c=n.n(a),r=n(9196),i=n(8730);const s=e=>{let{children:t,fluid:n=!1,tagName:a="div",className:s,horizontalGap:o=1,horizontalSpacing:l=1}=e;const u=(0,r.useMemo)((()=>{const e=`calc( var(--horizontal-spacing) * ${l} )`;return{paddingTop:e,paddingBottom:e,rowGap:`calc( var(--horizontal-spacing) * ${o} )`}}),[o,l]),p=c()(s,i.Z.container,{[i.Z.fluid]:n});return(0,r.createElement)(a,{className:p,style:u},t)}},2054:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var a=n(4333),c=n(3247);const r=["sm","md","lg"],i=(e,t)=>{const n=Array.isArray(e)?e:[e],i=Array.isArray(t)?t:[t],[s,o,l]=r,u={sm:(0,a.useMediaQuery)(c.Z[s]),md:(0,a.useMediaQuery)(c.Z[o]),lg:(0,a.useMediaQuery)(c.Z[l])};return n.map(((e,t)=>{const n=i[t];return n?((e,t,n)=>{const a=r.indexOf(e),c=a+1,i=t.includes("=");let s=[];return t.startsWith("<")&&(s=r.slice(0,i?c:a)),t.startsWith(">")&&(s=r.slice(i?a:c)),s?.length?s.some((e=>n[e])):n[e]})(e,n,u):u[e]}))}},2636:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(5235),c=n.n(a),r=n(9196),i=n.n(r),s=n(7946);const o=e=>{let{children:t=null,width:n=null,height:a=null,className:r=""}=e;return i().createElement("div",{className:c()(s.Z.placeholder,r),style:{width:n,height:a}},t)}},1342:(e,t,n)=>{"use strict";n.d(t,{Z:()=>h});var a=n(797),c=n(496),r=n(9201),i=n(1074),s=n(9517),o=n(5235),l=n.n(o),u=n(9196),p=n.n(u),d=n(7703);const m=e=>{switch(e){case"error":case"warning":default:return a.Z;case"info":return c.Z;case"success":return r.Z}},g=e=>{let{level:t,title:n,children:a,actions:c,hideCloseButton:r,onClose:o}=e;const u=l()(d.Z.container,d.Z[`is-${t}`]);return p().createElement("div",{className:u},p().createElement("div",{className:d.Z["icon-wrapper"]},p().createElement(i.Z,{icon:m(t),className:d.Z.icon})),p().createElement("div",{className:d.Z["main-content"]},p().createElement("div",{className:d.Z.title},n),a,c&&c.length>0&&p().createElement("div",{className:d.Z["action-bar"]},c.map(((e,t)=>p().createElement("div",{key:t,className:d.Z.action},e))))),!r&&p().createElement("button",{"aria-label":"close",className:d.Z["close-button"],onClick:o},p().createElement(i.Z,{icon:s.Z})))};g.defaultProps={level:"info",hideCloseButton:!1};const h=g},2947:(e,t,n)=>{"use strict";n.d(t,{Z:()=>c});var a=n(8709);const c=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=(0,a.X)();return new Intl.NumberFormat(n,t).format(e)}},9608:(e,t,n)=>{"use strict";n.d(t,{NE:()=>w,ZP:()=>j,kF:()=>E,oK:()=>b});var a=n(5736),c=n(1074),r=n(9201),i=n(6163),s=n(5235),o=n.n(s),l=n(9196),u=n.n(l),p=n(9665),d=n(2054),m=n(7325),g=n(5106),h=n(9929);const __=a.__,v=__("Included","jetpack-my-jetpack"),f=__("Not included","jetpack-my-jetpack"),k=__("Coming soon","jetpack-my-jetpack"),y=(0,l.createContext)(void 0),E=e=>{let{isIncluded:t=!1,isComingSoon:n=!1,index:s=0,label:m=null,tooltipInfo:E,tooltipTitle:w,tooltipClassName:b=""}=e;const[j]=(0,d.Z)("lg"),C=(0,l.useContext)(y)[s],_=n||t,Z=C.name,N=C.tooltipInfo,S=C.tooltipTitle,P=E||!j&&N,R=((e,t,n)=>e?{lg:k, +// translators: Name of the current feature +default:(0,a.sprintf)(__("%s coming soon","jetpack-my-jetpack"),n)}:{lg:t?v:f,default:t?n:(0,a.sprintf)(/* translators: Name of the current feature */ +__("%s not included","jetpack-my-jetpack"),n)})(n,t,Z),x=j?R.lg:R.default;return u().createElement("div",{className:o()(h.Z.item,h.Z.value)},u().createElement(c.Z,{className:o()(h.Z.icon,_?h.Z["icon-check"]:h.Z["icon-cross"]),size:32,icon:_?r.Z:i.Z}),u().createElement(g.ZP,{variant:"body-small"},m||x),P&&u().createElement(p.Z,{title:w||S,iconClassName:h.Z["popover-icon"],className:o()(h.Z.popover,b),placement:"bottom-end",iconSize:14,offset:4,wide:Boolean(w&&E)},u().createElement(g.ZP,{variant:"body-small",component:"div"},E||N)))},w=e=>{let{children:t}=e;return u().createElement("div",{className:h.Z.header},t)},b=e=>{let{primary:t=!1,children:n}=e,a=0;return u().createElement("div",{className:o()(h.Z.card,{[h.Z["is-primary"]]:t})},l.Children.map(n,(e=>{const t=e;return t.type===E?(a++,(0,l.cloneElement)(t,{index:a-1})):t})))},j=e=>{let{title:t,items:n,children:a,showIntroOfferDisclaimer:c=!1}=e;const[r]=(0,d.Z)("lg");return u().createElement(y.Provider,{value:n},u().createElement("div",{className:o()(h.Z.container,{[h.Z["is-viewport-large"]]:r}),style:{"--rows":n.length+1,"--columns":l.Children.toArray(a).length+1}},u().createElement("div",{className:h.Z.table},u().createElement(g.ZP,{variant:"headline-small"},t),r&&n.map(((e,t)=>u().createElement("div",{className:o()(h.Z.item,{[h.Z["last-feature"]]:t===n.length-1}),key:t},u().createElement(g.ZP,{variant:"body-small"},u().createElement("strong",null,e.name)),e.tooltipInfo&&u().createElement(p.Z,{title:e.tooltipTitle,iconClassName:h.Z["popover-icon"],className:h.Z.popover,placement:e.tooltipPlacement?e.tooltipPlacement:"bottom-end",iconSize:14,offset:4,wide:Boolean(e.tooltipTitle&&e.tooltipInfo)},u().createElement(g.ZP,{variant:"body-small"},e.tooltipInfo))))),a)),u().createElement("div",{className:h.Z["tos-container"]},u().createElement("div",{className:h.Z.tos},c&&u().createElement(g.ZP,{variant:"body-small"},__("Reduced pricing is a limited offer for the first year and renews at regular price.","jetpack-my-jetpack")),u().createElement(m.Z,{multipleButtons:!0}))))}},5347:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(5736),c=n(5235),r=n.n(c),i=n(5106),s=n(3789),o=n(9184);const __=a.__,l=e=>{let{price:t,offPrice:n,currency:a="",showNotOffPrice:c=!0,hideDiscountLabel:l=!0,promoLabel:u="",legend:p=__("/month, paid yearly","jetpack-my-jetpack"),isNotConvenientPrice:d=!1,hidePriceFraction:m=!1,children:g}=e;if(null==t&&null==n||!a)return null;c=c&&null!=n;const h="number"==typeof t&&"number"==typeof n?Math.floor((t-n)/t*100):0,v=!l&&h&&h>0?h+__("% off","jetpack-my-jetpack"):null;return React.createElement(React.Fragment,null,React.createElement("div",{className:o.Z.container},React.createElement("div",{className:r()(o.Z["price-container"],"product-price_container")},React.createElement(s.t,{value:n??t,currency:a,isOff:!d,hidePriceFraction:m}),c&&React.createElement(s.t,{value:t,currency:a,isOff:!1,hidePriceFraction:m}),v&&React.createElement(i.ZP,{className:r()(o.Z["promo-label"],"product-price_promo_label")},v))),React.createElement("div",{className:o.Z.footer},g||React.createElement(i.ZP,{className:r()(o.Z.legend,"product-price_legend")},p),u&&React.createElement(i.ZP,{className:r()(o.Z["promo-label"],"product-price_promo_label")},u)))}},3789:(e,t,n)=>{"use strict";n.d(t,{t:()=>o});var a=n(8899),c=n(5235),r=n.n(c),i=n(5106),s=n(9184);const o=e=>{let{value:t,currency:n,isOff:c,hidePriceFraction:o}=e;const l=r()(s.Z.price,"product-price_price",{[s.Z["is-not-off-price"]]:!c}),{symbol:u,integer:p,fraction:d}=(0,a.LR)(t,n),m=!o||!d.endsWith("00");return React.createElement(i.ZP,{className:l,variant:"headline-medium",component:"p"},React.createElement(i.ZP,{className:s.Z.symbol,component:"sup",variant:"title-medium"},u),p,m&&React.createElement(i.ZP,{component:"sup",variant:"body-small","data-testid":"PriceFraction"},React.createElement("strong",null,d)))}},5033:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(5162),c=n.n(a),r=n(9196),i=n.n(r);n(1683);const s=e=>{const t=e.className+" jp-components-spinner",n={width:e.size,height:e.size,fontSize:e.size,borderTopColor:e.color},a={borderTopColor:e.color,borderRightColor:e.color};return i().createElement("div",{className:t},i().createElement("div",{className:"jp-components-spinner__outer",style:n},i().createElement("div",{className:"jp-components-spinner__inner",style:a})))};s.propTypes={color:c().string,className:c().string,size:c().number},s.defaultProps={color:"#FFFFFF",className:"",size:20};const o=s},7325:(e,t,n)=>{"use strict";n.d(t,{Z:()=>d});var a=n(9307),c=n(5736),r=n(5235),i=n.n(r),s=n(6895),o=n(5106);n(7920);const __=c.__,l=()=>(0,a.createInterpolateElement)(__("By clicking the buttons above, you agree to our Terms of Service and to share details with WordPress.com.","jetpack-my-jetpack"),{tosLink:React.createElement(p,{slug:"wpcom-tos"}),shareDetailsLink:React.createElement(p,{slug:"jetpack-support-what-data-does-jetpack-sync"})}),u=e=>{let{agreeButtonLabel:t}=e;return(0,a.createInterpolateElement)((0,c.sprintf)(/* translators: %s is a button label */ +__("By clicking the %s button, you agree to our Terms of Service and to share details with WordPress.com.","jetpack-my-jetpack"),t),{strong:React.createElement("strong",null),tosLink:React.createElement(p,{slug:"wpcom-tos"}),shareDetailsLink:React.createElement(p,{slug:"jetpack-support-what-data-does-jetpack-sync"})})},p=e=>{let{slug:t,children:n}=e;return React.createElement("a",{className:"terms-of-service__link",href:(0,s.Z)(t),rel:"noopener noreferrer",target:"_blank"},n)},d=e=>{let{className:t,multipleButtons:n,agreeButtonLabel:a}=e;return React.createElement(o.ZP,{className:i()(t,"terms-of-service")},n?React.createElement(l,null):React.createElement(u,{agreeButtonLabel:a}))}},6017:(e,t,n)=>{"use strict";n.d(t,{h:()=>a,s:()=>c});const a={"headline-medium":"h1","headline-small":"h2","headline-small-regular":"h2","title-medium":"h3","title-medium-semi-bold":"h3","title-small":"h4",body:"p","body-small":"p","body-extra-small":"p","body-extra-small-bold":"p",label:"p"},c=["mt","mr","mb","ml","mx","my","m","pt","pr","pb","pl","px","py","p"]},5106:(e,t,n)=>{"use strict";n.d(t,{Dx:()=>g,H3:()=>m,ZP:()=>d});var a=n(2674),c=n.n(a),r=n(5235),i=n.n(r),s=n(9196),o=n.n(s),l=n(6017),u=n(3280);const p=(0,s.forwardRef)(((e,t)=>{let{variant:n="body",children:a,component:r,className:p,...d}=e;const m=r||l.h[n]||"span",g=(0,s.useMemo)((()=>l.s.reduce(((e,t)=>(void 0!==d[t]&&(e+=u.Z[`${t}-${d[t]}`]+" ",delete d[t]),e)),"")),[d]);return d.ref=t,o().createElement(m,c()({className:i()(u.Z.reset,u.Z[n],p,g)},d),a)}));p.displayName="Text";const d=p,m=e=>{let{children:t,weight:n="bold",...a}=e;const r="headline-small"+("bold"===n?"":`-${n}`);return o().createElement(p,c()({variant:r,mb:3},a),t)},g=e=>{let{children:t,size:n="medium",...a}=e;return o().createElement(p,c()({variant:`title-${n}`,mb:1},a),t)}},8275:(e,t,n)=>{"use strict";n.d(t,{ZP:()=>d});var a=n(9196),c=n.n(a),r=n(3591);const i={"--font-headline-medium":"48px","--font-headline-small":"36px","--font-title-medium":"24px","--font-title-small":"20px","--font-body":"16px","--font-body-small":"14px","--font-body-extra-small":"12px","--font-title-large":"var(--font-headline-small)","--font-label":"var(--font-body-extra-small)"},s={"--jp-black":"#000000","--jp-black-80":"#2c3338","--jp-white":"#ffffff","--jp-white-off":"#f9f9f6","--jp-gray":"#dcdcde","--jp-gray-0":"#F6F7F7","--jp-gray-10":"#C3C4C7","--jp-gray-20":"#A7AAAD","--jp-gray-40":"#787C82","--jp-gray-50":"#646970","--jp-gray-60":"#50575E","--jp-gray-70":"#3C434A","--jp-gray-80":"#2C3338","--jp-gray-90":"#1d2327","--jp-gray-off":"#e2e2df","--jp-red-0":"#F7EBEC","--jp-red-5":"#FACFD2","--jp-red-40":"#E65054","--jp-red-50":"#D63638","--jp-red-60":"#B32D2E","--jp-red-70":"#8A2424","--jp-red-80":"#691C1C","--jp-red":"#d63639","--jp-yellow-5":"#F5E6B3","--jp-yellow-10":"#F2CF75","--jp-yellow-20":"#F0C930","--jp-yellow-30":"#DEB100","--jp-yellow-40":"#C08C00","--jp-yellow-50":"#9D6E00","--jp-yellow-60":"#7D5600","--jp-blue-20":"#68B3E8","--jp-blue-40":"#1689DB","--jp-pink":"#C9356E","--jp-green-0":"#f0f2eb","--jp-green-5":"#d0e6b8","--jp-green-10":"#9dd977","--jp-green-20":"#64ca43","--jp-green-30":"#2fb41f","--jp-green-40":"#069e08","--jp-green-50":"#008710","--jp-green-60":"#007117","--jp-green-70":"#005b18","--jp-green-80":"#004515","--jp-green-90":"#003010","--jp-green-100":"#001c09","--jp-green":"#069e08","--jp-green-primary":"var( --jp-green-40 )","--jp-green-secondary":"var( --jp-green-30 )"},o={"--jp-border-radius":"4px","--jp-menu-border-height":"1px","--jp-underline-thickness":"2px"},l={"--spacing-base":"8px"},u={},p=(e,t,n)=>{const a={...i,...s,...o,...l};for(const t in a)e.style.setProperty(t,a[t]);n&&e.classList.add(r.Z.global),t&&(u[t]={provided:!0,root:e})},d=e=>{let{children:t=null,targetDom:n,id:r,withGlobalStyles:i=!0}=e;const s=(0,a.useRef)(),o=u?.[r]?.provided;return(0,a.useLayoutEffect)((()=>{if(!o)return n?p(n,r,i):void(s?.current&&p(s.current,r,i))}),[n,s,o,r,i]),n?t:c().createElement("div",{ref:s},t)}},5905:(e,t,n)=>{"use strict";n.d(t,{O:()=>a});const a="d729d42c-b547-4750-a6f6-8b30534a5f12"},4164:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(5905);const r=e=>{let{jwt_token:t}=e;const n=(0,a.useCallback)((()=>{"undefined"!=typeof window&&"function"==typeof window.zE&&window.zE("messenger","loginUser",(function(e){e(t)}))}),[t]);return(0,a.useEffect)((()=>{const e=document.createElement("script"),t=document.getElementById("zendesk-chat-container");e.src="https://static.zdassets.com/ekr/snippet.js?key="+encodeURIComponent(c.O),e.type="text/javascript",e.id="ze-snippet",e.onload=()=>{n()},t&&t.appendChild(e)}),[n]),React.createElement("div",{"data-testid":"zendesk-chat-container",id:"zendesk-chat-container"})}},8709:(e,t,n)=>{"use strict";n.d(t,{X:()=>c});var a=n(9771);const c=()=>{const{l10n:{locale:e}}=(0,a.getSettings)();if(e)return(e=>{const t=e.match(/^([a-z]{2,3})(_[a-z]{2}|_[a-z][a-z0-9]{4,7})?(?:_.*)?$/i);return t?`${t[1]}${t[2]?t[2]:""}`.replace("_","-"):"en-US"})(e);return window?.window?.navigator?.language??"en-US"}},4153:(e,t,n)=>{"use strict";function a(e,t,n,a){const c=new URL("https://wordpress.com/checkout/"),r=new URL(`${c}${t}/${e}`);return r.searchParams.set("redirect_to",n),a||r.searchParams.set("unlinked","1"),r.searchParams.set("site",t),r.toString()}n.d(t,{Z:()=>a})},6895:(e,t,n)=>{"use strict";function a(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n={};let a;if("undefined"!=typeof window&&(a=window?.JP_CONNECTION_INITIAL_STATE?.calypsoEnv),0===e.search("https://")){const t=new URL(e);e=`https://${t.host}${t.pathname}`,n.url=encodeURIComponent(e)}else n.source=encodeURIComponent(e);for(const e in t)n[e]=encodeURIComponent(t[e]);!Object.keys(n).includes("site")&&"undefined"!=typeof jetpack_redirects&&jetpack_redirects.hasOwnProperty("currentSiteRawUrl")&&(n.site=jetpack_redirects.currentSiteRawUrl),a&&(n.calypso_env=a);return"https://jetpack.com/redirect/?"+Object.keys(n).map((e=>e+"="+n[e])).join("&")}n.d(t,{Z:()=>a})},1132:(e,t,n)=>{let a={};try{a=n(4462)}catch{console.error("jetpackConfig is missing in your webpack config file. See @automattic/jetpack-config"),a={missingConfig:!0}}const c=e=>a.hasOwnProperty(e);e.exports={jetpackConfigHas:c,jetpackConfigGet:e=>{if(!c(e))throw'This app requires the "'+e+'" Jetpack Config to be defined in your webpack configuration file. See details in @automattic/jetpack-config package docs.';return a[e]}}},9312:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var a=n(5736),c=n(5162),r=n.n(c),i=n(9196),s=n.n(i),o=n(1294),l=n(1624);const __=a.__,u=e=>{let{title:t,buttonLabel:n,apiRoot:a,apiNonce:c,registrationNonce:r,from:i,redirectUri:u,images:p,children:d,assetBaseUrl:m,autoTrigger:g,footer:h,skipUserConnection:v,logo:f}=e;const{handleRegisterSite:k,siteIsRegistering:y,userIsConnecting:E,registrationError:w,isOfflineMode:b}=(0,o.Z)({registrationNonce:r,redirectUri:u,apiRoot:a,apiNonce:c,autoTrigger:g,from:i,skipUserConnection:v}),j=Boolean(w),C=y||E,_=w?.response?.code;return s().createElement(l.Z,{title:t,images:p,assetBaseUrl:m,buttonLabel:n,handleButtonClick:k,displayButtonError:j,errorCode:_,buttonIsLoading:C,footer:h,isOfflineMode:b,logo:f},d)};u.propTypes={title:r().string,buttonLabel:r().string,apiRoot:r().string.isRequired,apiNonce:r().string.isRequired,registrationNonce:r().string.isRequired,from:r().string,redirectUri:r().string.isRequired,autoTrigger:r().bool,images:r().arrayOf(r().string),assetBaseUrl:r().string,skipUserConnection:r().bool,logo:r().element},u.defaultProps={title:__("Over 5 million WordPress sites are faster and more secure","jetpack-my-jetpack"),buttonLabel:__("Set up Jetpack","jetpack-my-jetpack"),images:[],redirectUri:null,autoTrigger:!1,skipUserConnection:!1};const p=u},1624:(e,t,n)=>{"use strict";n.d(t,{Z:()=>g});var a=n(6895),c=n(7325),r=n(7121),i=n(9307),s=n(5736),o=n(5162),l=n.n(o),u=n(9196),p=n.n(u),d=n(8524);n(1510);const __=s.__,m=e=>{const{title:t,images:n,children:s,assetBaseUrl:o,isLoading:l,buttonLabel:u,handleButtonClick:m,displayButtonError:g,errorCode:h,buttonIsLoading:v,footer:f,isOfflineMode:k,logo:y}=e,E=(()=>{switch(h){case"fail_domain_forbidden":case"fail_ip_forbidden":case"fail_domain_tld":case"fail_subdomain_wpcom":case"siteurl_private_ip":return __("Your site host is on a private network. Jetpack can only connect to public sites.","jetpack-my-jetpack")}if(k)return(0,i.createInterpolateElement)(__("Unavailable in Offline Mode","jetpack-my-jetpack"),{a:p().createElement("a",{href:(0,a.Z)("jetpack-support-development-mode"),target:"_blank",rel:"noopener noreferrer"})})})();return p().createElement(d.Z,{title:t,assetBaseUrl:o,images:n,className:"jp-connection__connect-screen"+(l?" jp-connection__connect-screen__loading":""),logo:y},p().createElement("div",{className:"jp-connection__connect-screen__content"},s,p().createElement("div",{className:"jp-connection__connect-screen__tos"},p().createElement(c.Z,{agreeButtonLabel:u})),p().createElement(r.Z,{label:u,onClick:m,displayError:g||k,errorMessage:E,isLoading:v,isDisabled:k}),f&&p().createElement("div",{className:"jp-connection__connect-screen__footer"},f)))};m.propTypes={title:l().string,images:l().arrayOf(l().string),assetBaseUrl:l().string,isLoading:l().bool,buttonLabel:l().string.isRequired,handleButtonClick:l().func,displayButtonError:l().bool,errorCode:l().string,buttonIsLoading:l().bool,footer:l().node,isOfflineMode:l().bool,logo:l().element},m.defaultProps={isLoading:!1,buttonIsLoading:!1,displayButtonError:!1,errorCode:null,handleButtonClick:()=>{},footer:null,isOfflineMode:!1};const g=m},2458:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(5162),c=n.n(a),r=n(9196),i=n.n(r);const s=e=>{const{images:t,assetBaseUrl:n}=e;if(!t.length)return null;const a=t.map(((e,t)=>i().createElement(i().Fragment,{key:t},i().createElement("img",{src:n+e,alt:""}))));return i().createElement("div",{className:"jp-connection__connect-screen__image-slider"},a)};s.propTypes={images:c().arrayOf(c().string).isRequired,assetBaseUrl:c().string},s.defaultProps={assetBaseUrl:""};const o=s},8524:(e,t,n)=>{"use strict";n.d(t,{Z:()=>d});var a=n(8868),c=n(5235),r=n.n(c),i=n(5162),s=n.n(i),o=n(9196),l=n.n(o),u=n(2458);n(9610);const p=e=>{const{title:t,children:n,className:c,assetBaseUrl:i,images:s,logo:o,rna:p=!1}=e,d=s?.length;return l().createElement("div",{className:r()("jp-connection__connect-screen-layout",d?"jp-connection__connect-screen-layout__two-columns":"",c?" "+c:"")},p&&l().createElement("div",{className:"jp-connection__connect-screen-layout__color-blobs"},l().createElement("div",{className:"jp-connection__connect-screen-layout__color-blobs__green"}),l().createElement("div",{className:"jp-connection__connect-screen-layout__color-blobs__yellow"}),l().createElement("div",{className:"jp-connection__connect-screen-layout__color-blobs__blue"})),l().createElement("div",{className:"jp-connection__connect-screen-layout__left"},o||l().createElement(a.Z,null),l().createElement("h2",null,t),n),d?l().createElement("div",{className:"jp-connection__connect-screen-layout__right"},l().createElement(u.Z,{images:s,assetBaseUrl:i})):null)};p.propTypes={title:s().string,className:s().string,images:s().arrayOf(s().string),assetBaseUrl:s().string,logo:s().element};const d=p},7879:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var a=n(5736),c=n(5162),r=n.n(c),i=n(9196),s=n.n(i),o=n(4322);const __=a.__,l=e=>{const{connectedPlugins:t,disconnectingPlugin:n}=e,a=(0,i.useMemo)((()=>{if(t){return Object.keys(t).map((e=>Object.assign({slug:e},t[e]))).filter((e=>n!==e.slug))}return[]}),[t,n]);return t&&a.length>0?s().createElement(s().Fragment,null,s().createElement("div",{className:"jp-connection__disconnect-dialog__step-copy"},s().createElement("p",{className:"jp-connection__disconnect-dialog__large-text"},__("Jetpack is powering other plugins on your site. If you disconnect, these plugins will no longer work.","jetpack-my-jetpack"))),s().createElement("div",{className:"jp-connection__disconnect-card__group"},a.map((e=>s().createElement(o.Z,{title:e.name,key:e.slug}))))):null};l.propTypes={connectedPlugins:r().array,disconnectingPlugin:r().string};const u=l},6186:(e,t,n)=>{"use strict";n.d(t,{Z:()=>m});var a=n(2054),c=n(5033),r=n(5609),i=n(5736),s=n(5162),o=n.n(s),l=n(9196),u=n.n(l),p=n(9836);const __=i.__,d=e=>{const{message:t,isRestoringConnection:n,restoreConnectionCallback:s,restoreConnectionError:o}=e,[l]=(0,a.Z)(["md"],[">"]),d=p.Z.notice+(l?" "+p.Z["bigger-than-medium"]:""),m=u().createElement(r.Icon,{icon:u().createElement(r.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u().createElement(r.Path,{d:"M11.7815 4.93772C11.8767 4.76626 12.1233 4.76626 12.2185 4.93772L20.519 19.8786C20.6116 20.0452 20.4911 20.25 20.3005 20.25H3.69951C3.50889 20.25 3.3884 20.0452 3.48098 19.8786L11.7815 4.93772Z",stroke:"#D63638",strokeWidth:"1.5"}),u().createElement(r.Path,{d:"M13 10H11V15H13V10Z",fill:"#D63638"}),u().createElement(r.Path,{d:"M13 16H11V18H13V16Z",fill:"#D63638"}))});if(!t)return null;if(n)return u().createElement(r.Notice,{status:"error",isDismissible:!1,className:d},u().createElement("div",{className:p.Z.message},u().createElement(c.Z,{color:"#B32D2E",size:24}),__("Reconnecting Jetpack","jetpack-my-jetpack")));const g=o?u().createElement(r.Notice,{status:"error",isDismissible:!1,className:d+" "+p.Z.error},u().createElement("div",{className:p.Z.message},m,(0,i.sprintf)(/* translators: placeholder is the error. */ +__("There was an error reconnecting Jetpack. Error: %s","jetpack-my-jetpack"),o))):null;return u().createElement(u().Fragment,null,g,u().createElement(r.Notice,{status:"error",isDismissible:!1,className:d},u().createElement("div",{className:p.Z.message},m,t),s&&u().createElement("a",{onClick:s,onKeyDown:s,className:p.Z.button,href:"#"},__("Restore Connection","jetpack-my-jetpack"))))};d.propTypes={message:o().string.isRequired,restoreConnectionCallback:o().func,isRestoringConnection:o().bool,restoreConnectionError:o().string};const m=d},4322:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(5162),c=n.n(a),r=n(9196),i=n.n(r);n(4220);const s=e=>{const{title:t,value:n,description:a}=e;return i().createElement("div",{className:"jp-connection__disconnect-card card"},i().createElement("div",{className:"jp-connection__disconnect-card__card-content"},i().createElement("p",{className:"jp-connection__disconnect-card__card-headline"},t),(n||a)&&i().createElement("div",{className:"jp-connection__disconnect-card__card-stat-block"},i().createElement("span",{className:"jp-connection__disconnect-card__card-stat"},n),i().createElement("div",{className:"jp-connection__disconnect-card__card-description"},a))))};s.propTypes={title:c().string,value:c().oneOfType([c().string,c().number]),description:c().string};const o=s},6168:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});var a=n(6975),c=n(4743),r=n(1132),i=n(5609),s=n(5736),o=n(5162),l=n.n(o),u=n(9196),p=n.n(u),d=(n(287),n(9015)),m=n(5995),g=n(1702),h=n(1166);const __=s.__,v=e=>{const[t,n]=(0,u.useState)(!1),[s,o]=(0,u.useState)(!1),[l,v]=(0,u.useState)(!1),[f,k]=(0,u.useState)(!1),[y,E]=(0,u.useState)(!1),[w,b]=(0,u.useState)(!1),{apiRoot:j,apiNonce:C,connectedPlugins:_,title:Z,pluginScreenDisconnectCallback:N,onDisconnected:S,onError:P,disconnectStepComponent:R,context:x,connectedUser:A,connectedSiteId:z,isOpen:I,onClose:L}=e;let M="";(0,r.jetpackConfigHas)("consumer_slug")&&(M=(0,r.jetpackConfigGet)("consumer_slug"));const T=(0,u.useMemo)((()=>({context:x,plugin:M})),[x,M]);(0,u.useEffect)((()=>{c.ZP.setApiRoot(j),c.ZP.setApiNonce(C)}),[j,C]),(0,u.useEffect)((()=>{A&&A.ID&&A.login&&a.Z.initialize(A.ID,A.login)}),[A,A.ID,A.login]),(0,u.useEffect)((()=>{I&&a.Z.tracks.recordEvent("jetpack_disconnect_dialog_open",T)}),[I,T]),(0,u.useEffect)((()=>{I&&(s?!s||f||y?f&&!y?a.Z.tracks.recordEvent("jetpack_disconnect_dialog_step",Object.assign({},{step:"survey"},T)):y&&a.Z.tracks.recordEvent("jetpack_disconnect_dialog_step",Object.assign({},{step:"thank_you"},T)):a.Z.tracks.recordEvent("jetpack_disconnect_dialog_step",Object.assign({},{step:"disconnect_confirm"},T)):a.Z.tracks.recordEvent("jetpack_disconnect_dialog_step",Object.assign({},{step:"disconnect"},T)))}),[I,s,f,y,T]);const F=(0,u.useCallback)((()=>{c.ZP.disconnectSite().then((()=>{n(!1),o(!0)})).catch((e=>{n(!1),v(e),P&&P(e)}))}),[n,o,v,P]),O=(0,u.useCallback)(((e,t)=>{b(!0),fetch("https://public-api.wordpress.com/wpcom/v2/marketing/feedback-survey",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(e)}).then((e=>e.json())).then((e=>{if(!0!==e.success)throw new Error("Survey endpoint returned error code "+e.code);a.Z.tracks.recordEvent("jetpack_disconnect_survey_submit",t),E(!0),b(!1)})).catch((e=>{a.Z.tracks.recordEvent("jetpack_disconnect_survey_error",Object.assign({},{error:e.message},t)),E(!0),b(!1)}))}),[b,E]),U=(0,u.useCallback)((e=>{e&&e.preventDefault(),v(!1),n(!0),"plugins"!==x?F():N&&N(e)}),[v,n,N,x,F]),D=(0,u.useCallback)((e=>a.Z.tracks.recordEvent(e,T)),[T]),V=(0,u.useCallback)((()=>!(!A.ID||!z)),[A,z]),B=(0,u.useCallback)(((e,t,n)=>{if(n&&n.preventDefault(),!V())return void E(!0);const a={site_id:z,user_id:A.ID,survey_id:"jetpack-plugin-disconnect",survey_responses:{"why-cancel":{response:e,text:t||null}}},c=Object.assign({},T,{disconnect_reason:e});O(a,c)}),[O,E,V,z,A,T]),H=(0,u.useCallback)((e=>{e&&e.preventDefault(),S&&S(),L()}),[S,L]),J=(0,u.useCallback)((e=>{e&&e.preventDefault(),k(!0)}),[k]);return p().createElement(p().Fragment,null,I&&p().createElement(i.Modal,{title:"",contentLabel:Z,aria:{labelledby:"jp-connection__disconnect-dialog__heading"},onRequestClose:L,shouldCloseOnClickOutside:!1,shouldCloseOnEsc:!1,isDismissible:!1,className:"jp-connection__disconnect-dialog"+(s?" jp-connection__disconnect-dialog__success":"")},s?!s||f||y?f&&!y?p().createElement(g.Z,{isSubmittingFeedback:w,onFeedBackProvided:B,onExit:H}):y?p().createElement(h.Z,{onExit:H}):void 0:p().createElement(m.Z,{canProvideFeedback:V(),onProvideFeedback:J,onExit:H}):p().createElement(d.Z,{title:Z,connectedPlugins:_,disconnectStepComponent:R,isDisconnecting:t,closeModal:L,onDisconnect:U,disconnectError:l,context:x,disconnectingPlugin:M,trackModalClick:D})))};v.propTypes={apiRoot:l().string.isRequired,apiNonce:l().string.isRequired,title:l().string,onDisconnected:l().func,onError:l().func,context:l().string,connectedPlugins:l().oneOfType([l().array,l().object]),pluginScreenDisconnectCallback:l().func,disconnectStepComponent:l().element,connectedUser:l().object,connectedSiteId:l().number,isOpen:l().bool,onClose:l().func},v.defaultProps={title:__("Are you sure you want to disconnect?","jetpack-my-jetpack"),context:"jetpack-dashboard",connectedUser:{}};const f=v},5995:(e,t,n)=>{"use strict";n.d(t,{Z:()=>m});var a=n(9026),c=n(5609),r=n(9307),i=n(5736),s=n(5162),o=n.n(s),l=n(9196),u=n.n(l),p=n(2042);const __=i.__,d=e=>{const{onExit:t,canProvideFeedback:n,onProvideFeedback:i}=e;return u().createElement("div",{className:"jp-connection__disconnect-dialog__content"},u().createElement(a.Z,{icon:"unlink",imageUrl:p}),u().createElement("div",{className:"jp-connection__disconnect-dialog__step-copy jp-connection__disconnect-dialog__step-copy--narrow"},u().createElement("h1",null,(0,r.createInterpolateElement)(__("Jetpack has been
          successfully disconnected.","jetpack-my-jetpack"),{br:u().createElement("br",null)})),n&&u().createElement(u().Fragment,null,u().createElement("p",null,__("We’re sorry to see you go. Here at Jetpack, we’re always striving to provide the best experience for our customers. Please take our short survey (2 minutes, promise).","jetpack-my-jetpack")),u().createElement("p",null,u().createElement(c.Button,{variant:"primary",onClick:i,className:"jp-connection__disconnect-dialog__btn-back-to-wp"},__("Help us improve","jetpack-my-jetpack"))),u().createElement("a",{className:"jp-connection__disconnect-dialog__link jp-connection__disconnect-dialog__link--bold",href:"#",onClick:t},__("No thank you","jetpack-my-jetpack"))),!n&&u().createElement(u().Fragment,null,u().createElement("p",null,u().createElement(c.Button,{variant:"primary",onClick:t,className:"jp-connection__disconnect-dialog__btn-back-to-wp"},__("Back to my website","jetpack-my-jetpack"))))))};d.propTypes={onExit:o().func,onProvideFeedback:o().func,canProvideFeedback:o().bool};const m=d},9015:(e,t,n)=>{"use strict";n.d(t,{Z:()=>m});var a=n(6895),c=n(5609),r=n(9307),i=n(5736),s=n(5162),o=n.n(s),l=n(9196),u=n.n(l),p=n(7879);const __=i.__,d=e=>{const{title:t,isDisconnecting:n,onDisconnect:i,disconnectError:s,disconnectStepComponent:o,connectedPlugins:d,disconnectingPlugin:m,closeModal:g,context:h,trackModalClick:v}=e,f=(0,l.useCallback)((()=>v("jetpack_disconnect_dialog_click_learn_about")),[v]),k=(0,l.useCallback)((()=>v("jetpack_disconnect_dialog_click_support")),[v]),y=(0,l.useCallback)((()=>{v("jetpack_disconnect_dialog_click_stay_connected"),g()}),[v,g]),E=(0,l.useCallback)((e=>{v("jetpack_disconnect_dialog_click_disconnect"),i(e)}),[v,i]),w=(0,l.useCallback)((e=>{"Escape"!==e.key||n||y()}),[y,n]);(0,l.useEffect)((()=>(document.addEventListener("keydown",w,!1),()=>{document.removeEventListener("keydown",w,!1)})),[]);return u().createElement(u().Fragment,null,u().createElement("div",{className:"jp-connection__disconnect-dialog__content"},u().createElement("h1",{id:"jp-connection__disconnect-dialog__heading"},t),u().createElement(p.Z,{connectedPlugins:d,disconnectingPlugin:m}),o,(()=>{if(!(d&&Object.keys(d).filter((e=>e!==m)).length)&&!o)return u().createElement("div",{className:"jp-connection__disconnect-dialog__step-copy"},u().createElement("p",{className:"jp-connection__disconnect-dialog__large-text"},__("Jetpack is currently powering multiple products on your site.","jetpack-my-jetpack"),u().createElement("br",null),__("Once you disconnect Jetpack, these will no longer work.","jetpack-my-jetpack")))})()),u().createElement("div",{className:"jp-connection__disconnect-dialog__actions"},u().createElement("div",{className:"jp-row"},u().createElement("div",{className:"lg-col-span-8 md-col-span-9 sm-col-span-4"},u().createElement("p",null,(0,r.createInterpolateElement)(__("Need help? Learn more about the Jetpack connection or contact Jetpack support.","jetpack-my-jetpack"),{strong:u().createElement("strong",null),jpConnectionInfoLink:u().createElement(c.ExternalLink,{href:(0,a.Z)("why-the-wordpress-com-connection-is-important-for-jetpack"),className:"jp-connection__disconnect-dialog__link",onClick:f}),jpSupportLink:u().createElement(c.ExternalLink,{href:(0,a.Z)("jetpack-support"),className:"jp-connection__disconnect-dialog__link",onClick:k})}))),u().createElement("div",{className:"jp-connection__disconnect-dialog__button-wrap lg-col-span-4 md-col-span-7 sm-col-span-4"},u().createElement(c.Button,{variant:"primary",disabled:n,onClick:y,className:"jp-connection__disconnect-dialog__btn-dismiss"},"plugins"===h?__("Cancel","jetpack-my-jetpack"):__("Stay connected","jetpack-my-jetpack",0)),(()=>{let e=__("Disconnect","jetpack-my-jetpack");return n?e=__("Disconnecting…","jetpack-my-jetpack"):"plugins"===h&&(e=__("Deactivate","jetpack-my-jetpack")),u().createElement(c.Button,{variant:"primary",disabled:n,onClick:E,className:"jp-connection__disconnect-dialog__btn-disconnect"},e)})())),s&&u().createElement("p",{className:"jp-connection__disconnect-dialog__error"},s)))};d.propTypes={title:o().string,isDisconnecting:o().bool,onDisconnect:o().func,disconnectError:o().bool,disconnectStepComponent:o().element,connectedPlugins:o().array,disconnectingPlugin:o().string,closeModal:o().func,context:o().string,trackModalClick:o().func};const m=d},1702:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var a=n(5736),c=n(5162),r=n.n(c),i=n(9196),s=n.n(i),o=(n(9823),n(6336));const __=a.__,l=e=>{const{onExit:t,onFeedBackProvided:n,isSubmittingFeedback:a}=e;return s().createElement("div",{className:"jp-connection__disconnect-dialog__content"},s().createElement("h1",null,__("Before you go, help us improve Jetpack","jetpack-my-jetpack")),s().createElement("p",{className:"jp-connection__disconnect-dialog__large-text"},__("Let us know what didn‘t work for you","jetpack-my-jetpack")),s().createElement(o.Z,{onSubmit:n,isSubmittingFeedback:a}),s().createElement("a",{className:"jp-connection__disconnect-dialog__link jp-connection__disconnect-dialog__link--bold",href:"#",onClick:t},__("Skip for now","jetpack-my-jetpack")))};l.PropTypes={onExit:r().func,onFeedBackProvided:r().func,isSubmittingFeedback:r().bool};const u=l},1166:(e,t,n)=>{"use strict";n.d(t,{Z:()=>m});var a=n(9026),c=n(5609),r=n(9307),i=n(5736),s=n(5162),o=n.n(s),l=n(9196),u=n.n(l),p=n(724);const __=i.__,d=e=>{const{onExit:t}=e;return u().createElement("div",{className:"jp-connection__disconnect-dialog__content"},u().createElement(a.Z,{format:"vertical",imageUrl:p}),u().createElement("div",{className:"jp-connection__disconnect-dialog__copy"},u().createElement("h1",null,__("Thank you!","jetpack-my-jetpack")),u().createElement("p",{className:"jp-connection__disconnect-dialog__large-text"},(0,r.createInterpolateElement)(__("Your answer has been submitted.
          Thanks for your input on how we can improve Jetpack.","jetpack-my-jetpack"),{br:u().createElement("br",null)})),u().createElement(c.Button,{variant:"primary",onClick:t,className:"jp-connection__disconnect-dialog__btn-back-to-wp"},__("Back to my website","jetpack-my-jetpack"))))};d.PropTypes={onExit:o().func,assetBaseUrl:o().string};const m=d},6336:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var a=n(5609),c=n(5736),r=n(5162),i=n.n(r),s=n(9196),o=n.n(s),l=n(4372);const __=c.__,u=e=>{const{onSubmit:t,isSubmittingFeedback:n}=e,[c,r]=(0,s.useState)(),[i,u]=(0,s.useState)(),p=[{id:"troubleshooting",answerText:__("Troubleshooting - I'll be reconnecting afterwards.","jetpack-my-jetpack")},{id:"not-working",answerText:__("I can't get it to work.","jetpack-my-jetpack")},{id:"slowed-down-site",answerText:__("It slowed down my site.","jetpack-my-jetpack")},{id:"buggy",answerText:__("It's buggy.","jetpack-my-jetpack")},{id:"what-does-it-do",answerText:__("I don't know what it does.","jetpack-my-jetpack")}],d="another-reason",m=(0,s.useCallback)((()=>{t(c,c===d?i:"")}),[t,d,i,c]),g=(0,s.useCallback)((e=>{const t=e.target.value;e.stopPropagation(),u(t)}),[u]),h=e=>e===c?"jp-connect__disconnect-survey-card--selected":"",v=(0,s.useCallback)(((e,t)=>{switch(t.key){case"Enter":case"Space":case"Spacebar":case" ":r(e)}}),[r]);return o().createElement(o().Fragment,null,o().createElement("div",{className:"jp-connection__disconnect-dialog__survey"},p.map((e=>o().createElement(l.Z,{id:e.id,onClick:r,onKeyDown:v,className:"card jp-connect__disconnect-survey-card "+h(e.id)},o().createElement("p",{className:"jp-connect__disconnect-survey-card__answer"},e.answerText)))),o().createElement(l.Z,{id:d,key:d,onClick:r,onKeyDown:v,className:"card jp-connect__disconnect-survey-card "+h(d)},o().createElement("p",{className:"jp-connect__disconnect-survey-card__answer"},__("Other:","jetpack-my-jetpack")," ",o().createElement("input",{placeholder:__("share your experience","jetpack-my-jetpack"),className:"jp-connect__disconnect-survey-card__input",type:"text",value:i,onChange:g,maxLength:1e3})))),o().createElement("p",null,o().createElement(a.Button,{disabled:!c||n,variant:"primary",onClick:m,className:"jp-connection__disconnect-dialog__btn-back-to-wp"},n?__("Submitting…","jetpack-my-jetpack"):__("Submit Feedback","jetpack-my-jetpack",0))))};u.PropTypes={onSubmit:i().func,isSubmittingFeedback:i().bool};const p=u},4372:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n.n(a);n(9823);const r=e=>{const{id:t,onClick:n,onKeyDown:r,children:i,className:s}=e,o=(0,a.useCallback)((()=>{n(t)}),[t,n]),l=(0,a.useCallback)((e=>{r(t,e)}),[t,r]);return c().createElement("div",{tabIndex:"0",role:"button",onClick:o,onKeyDown:l,className:"card jp-connect__disconnect-survey-card "+s},i)}},8137:(e,t,n)=>{"use strict";n.d(t,{Z:()=>b});var a=n(5106),c=n(6895),r=n(526),i=n(5609),s=n(9307),o=n(5736),l=n(1074),u=n(6936),p=n(5381),d=n(5235),m=n.n(d),g=n(5162),h=n.n(g),v=n(9196),f=n.n(v),k=n(6168);n(7664);const __=o.__,y=e=>{const{title:t,apiRoot:n,apiNonce:r,connectedPlugins:s,onDisconnected:o,context:l,connectedUser:u,connectedSiteId:p,isOpen:d,onClose:m}=e,[g,h]=(0,v.useState)(!1),y=(0,v.useCallback)((e=>{e&&e.preventDefault(),h(!0)}),[h]),b=(0,v.useCallback)((e=>{e&&e.preventDefault(),h(!1)}),[h]);return f().createElement(f().Fragment,null,d&&f().createElement(f().Fragment,null,f().createElement(i.Modal,{title:"",contentLabel:t,aria:{labelledby:"jp-connection__manage-dialog__heading"},shouldCloseOnClickOutside:!1,shouldCloseOnEsc:!1,isDismissible:!1,className:"jp-connection__manage-dialog"},f().createElement("div",{className:"jp-connection__manage-dialog__content"},f().createElement("h1",{id:"jp-connection__manage-dialog__heading"},t),f().createElement(a.ZP,{className:"jp-connection__manage-dialog__large-text"},__("At least one user must be connected for your Jetpack products to work properly.","jetpack-my-jetpack")),f().createElement(E,{title:__("Transfer ownership to another admin","jetpack-my-jetpack"),link:(0,c.Z)("calypso-settings-manage-connection",{site:window?.myJetpackInitialState?.siteSuffix}),key:"transfer",action:"transfer"}),f().createElement(E,{title:__("Disconnect Jetpack","jetpack-my-jetpack"),onClick:y,key:"disconnect",action:"disconnect"})),f().createElement(w,{onClose:m})),f().createElement(k.Z,{apiRoot:n,apiNonce:r,onDisconnected:o,connectedPlugins:s,connectedSiteId:p,connectedUser:u,isOpen:g,onClose:b,context:l})))},E=e=>{let{title:t,onClick:n=(()=>null),link:a="#",action:c}=e;return f().createElement("div",{className:"jp-connection__manage-dialog__action-card card"},f().createElement("div",{className:"jp-connection__manage-dialog__action-card__card-content"},f().createElement("a",{href:a,className:m()("jp-connection__manage-dialog__action-card__card-headline",c),onClick:n},t,f().createElement(l.Z,{icon:"disconnect"===c?u.Z:p.Z,className:"jp-connection__manage-dialog__action-card__icon"}))))},w=e=>{let{onClose:t}=e;return f().createElement("div",{className:"jp-row jp-connection__manage-dialog__actions"},f().createElement("div",{className:"jp-connection__manage-dialog__text-wrap lg-col-span-9 md-col-span-7 sm-col-span-3"},f().createElement(a.ZP,null,(0,s.createInterpolateElement)(__("Need help? Learn more about the Jetpack connection or contact Jetpack support","jetpack-my-jetpack"),{strong:f().createElement("strong",null),connectionInfoLink:f().createElement(i.ExternalLink,{href:(0,c.Z)("why-the-wordpress-com-connection-is-important-for-jetpack"),className:"jp-connection__manage-dialog__link"}),supportLink:f().createElement(i.ExternalLink,{href:(0,c.Z)("jetpack-support"),className:"jp-connection__manage-dialog__link"})}))),f().createElement("div",{className:"jp-connection__manage-dialog__button-wrap lg-col-span-3 md-col-span-1 sm-col-span-1"},f().createElement(r.Z,{weight:"regular",variant:"secondary",onClick:t,className:"jp-connection__manage-dialog__btn-dismiss"},__("Cancel","jetpack-my-jetpack"))))};y.propTypes={title:h().string,apiRoot:h().string.isRequired,apiNonce:h().string.isRequired,connectedPlugins:h().oneOfType([h().array,h().object]),onDisconnected:h().func,context:h().string,connectedUser:h().object,connectedSiteId:h().number,isOpen:h().bool,onClose:h().func},y.defaultProps={title:__("Manage your Jetpack connection","jetpack-my-jetpack"),isOpen:!1,context:"jetpack-dashboard",connectedUser:{}};const b=y},1294:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(4743),c=n(9818),r=n(9196),i=n(428);const s=window?.JP_CONNECTION_INITIAL_STATE?window.JP_CONNECTION_INITIAL_STATE:{},o=function(){let{registrationNonce:e=s.registrationNonce,apiRoot:t=s.apiRoot,apiNonce:n=s.apiNonce,redirectUri:o,autoTrigger:l,from:u,skipUserConnection:p}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{registerSite:d,connectUser:m,refreshConnectedPlugins:g}=(0,c.useDispatch)(i.t),h=(0,c.useSelect)((e=>e(i.t).getRegistrationError())),{siteIsRegistering:v,userIsConnecting:f,userConnectionData:k,connectedPlugins:y,connectionErrors:E,isRegistered:w,isUserConnected:b,hasConnectedOwner:j,isOfflineMode:C}=(0,c.useSelect)((e=>({siteIsRegistering:e(i.t).getSiteIsRegistering(),userIsConnecting:e(i.t).getUserIsConnecting(),userConnectionData:e(i.t).getUserConnectionData(),connectedPlugins:e(i.t).getConnectedPlugins(),connectionErrors:e(i.t).getConnectionErrors(),isOfflineMode:e(i.t).getIsOfflineMode(),...e(i.t).getConnectionStatus()}))),_=()=>p?o?(window.location=o,Promise.resolve(o)):Promise.resolve():m({from:u,redirectUri:o}),Z=t=>(t&&t.preventDefault(),w?_():d({registrationNonce:e,redirectUri:o}).then((()=>_())));return(0,r.useEffect)((()=>{a.ZP.setApiRoot(t),a.ZP.setApiNonce(n)}),[t,n]),(0,r.useEffect)((()=>{!l||v||f||Z()}),[]),{handleRegisterSite:Z,handleConnectUser:_,refreshConnectedPlugins:g,isRegistered:w,isUserConnected:b,siteIsRegistering:v,userIsConnecting:f,registrationError:h,userConnectionData:k,hasConnectedOwner:j,connectedPlugins:y,connectionErrors:E,isOfflineMode:C}}},3329:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i,h:()=>s});var a=n(6186),c=n(1294),r=n(1045);function i(){const{connectionErrors:e}=(0,c.Z)({}),t=Object.values(e).shift(),n=t&&Object.values(t).length&&Object.values(t).shift().error_message;return{hasConnectionError:Boolean(n),connectionErrorMessage:n}}const s=()=>{const{hasConnectionError:e,connectionErrorMessage:t}=i(),{restoreConnection:n,isRestoringConnection:c,restoreConnectionError:s}=(0,r.Z)();return e?React.createElement(a.Z,{isRestoringConnection:c,restoreConnectionError:s,restoreConnectionCallback:n,message:t}):null}},8258:(e,t,n)=>{"use strict";n.d(t,{Z:()=>v});var a=n(4743),c=n(4153),r=n(9818),i=n(951),s=n.n(i),o=n(9196),l=n(1294),u=n(428);const p=s()("jetpack:connection:useProductCheckoutWorkflow"),{registrationNonce:d,apiRoot:m,apiNonce:g,siteSuffix:h}=window?.JP_CONNECTION_INITIAL_STATE?window.JP_CONNECTION_INITIAL_STATE:{};function v(){let{productSlug:e,redirectUrl:t,siteSuffix:n=h,siteProductAvailabilityHandler:i=null,from:s}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};p("productSlug is %s",e),p("redirectUrl is %s",t),p("siteSuffix is %s",n),p("from is %s",s);const[v,f]=(0,o.useState)(!1),{registerSite:k}=(0,r.useDispatch)(u.t),{isUserConnected:y,isRegistered:E,handleConnectUser:w}=(0,l.Z)({redirectUri:t,from:s}),b=(0,c.Z)(e,n,t,y);p("checkoutProductUrl is %s",b),p("isUserConnected is %s",y);const j=()=>Promise.resolve(i&&i()).then((e=>{if(e)return p("handleAfterRegistration: Site has a product associated"),w();p("handleAfterRegistration: Site does not have a product associated. Redirecting to checkout %s",b),window.location.href=b}));return(0,o.useEffect)((()=>{a.ZP.setApiRoot(m),a.ZP.setApiNonce(g)}),[]),{run:e=>{if(e&&e.preventDefault(),f(!0),E)return j();k({registrationNonce:d,redirectUri:t}).then(j)},isRegistered:E,hasCheckoutStarted:v}}},1045:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(4743),c=n(9818),r=n(9196),i=n(428);const{apiRoot:s,apiNonce:o}=window?.JP_CONNECTION_INITIAL_STATE?window.JP_CONNECTION_INITIAL_STATE:{};function l(){const[e,t]=(0,r.useState)(!1),[n,l]=(0,r.useState)(null),{disconnectUserSuccess:u,setConnectionErrors:p}=(0,c.useDispatch)(i.t);return(0,r.useEffect)((()=>{a.ZP.setApiRoot(s),a.ZP.setApiNonce(o)}),[]),{restoreConnection:function(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return t(!0),l(null),a.ZP.reconnect().then((t=>("in_progress"===t.status?(u(),p({}),e&&(window.location.href="/wp-admin/admin.php?page=my-jetpack#/connection")):window.location.reload(),t))).catch((e=>{throw l(e),t(!1),e}))},isRestoringConnection:e,restoreConnectionError:n}}},7523:(e,t,n)=>{"use strict";n.d(t,{LI:()=>r,N4:()=>s,Qo:()=>p,T1:()=>l,TS:()=>u,ZP:()=>b,b5:()=>m,i6:()=>c,qJ:()=>g,qV:()=>o,r7:()=>i,wQ:()=>d});var a=n(4743);const c="SET_CONNECTION_STATUS",r="SET_CONNECTION_STATUS_IS_FETCHING",i="SET_SITE_IS_REGISTERING",s="SET_USER_IS_CONNECTING",o="SET_REGISTRATION_ERROR",l="CLEAR_REGISTRATION_ERROR",u="SET_AUTHORIZATION_URL",p="DISCONNECT_USER_SUCCESS",d="SET_CONNECTED_PLUGINS",m="SET_CONNECTION_ERRORS",g="SET_IS_OFFLINE_MODE",h=e=>({type:c,connectionStatus:e}),v=e=>({type:i,isRegistering:e}),f=e=>({type:s,isConnecting:e}),k=e=>({type:o,registrationError:e}),y=()=>({type:l}),E=e=>({type:u,authorizationUrl:e}),w=e=>({type:d,connectedPlugins:e});const b={setConnectionStatus:h,setConnectionStatusIsFetching:e=>({type:r,isFetching:e}),fetchConnectionStatus:()=>({type:"FETCH_CONNECTION_STATUS"}),fetchAuthorizationUrl:e=>({type:"FETCH_AUTHORIZATION_URL",redirectUri:e}),setSiteIsRegistering:v,setUserIsConnecting:f,setRegistrationError:k,clearRegistrationError:y,setAuthorizationUrl:E,registerSite:function(e){let{registrationNonce:t,redirectUri:n}=e;return function*(){yield y(),yield v(!0);try{const e=yield{type:"REGISTER_SITE",registrationNonce:t,redirectUri:n};return yield h({isRegistered:!0}),yield E(e.authorizeUrl),yield v(!1),Promise.resolve(e)}catch(e){return yield k(e),yield v(!1),Promise.reject(e)}}()},connectUser:function(){let{from:e,redirectFunc:t,redirectUri:n}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return function*(){yield f(!0),yield{type:"CONNECT_USER",from:e,redirectFunc:t,redirectUri:n}}()},disconnectUserSuccess:()=>({type:p}),setConnectedPlugins:w,refreshConnectedPlugins:()=>async e=>{let{dispatch:t}=e;return await new Promise((e=>a.ZP.fetchConnectedPlugins().then((n=>{t(w(n)),e(n)}))))},setConnectionErrors:e=>({type:m,connectionErrors:e}),setIsOfflineMode:e=>({type:g,isOfflineMode:e})}},1432:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var a=n(4743),c=n(9818),r=n(7057);const i={FETCH_AUTHORIZATION_URL:e=>{let{redirectUri:t}=e;return a.ZP.fetchAuthorizationUrl(t)},REGISTER_SITE:e=>{let{registrationNonce:t,redirectUri:n}=e;return a.ZP.registerSite(t,n)},CONNECT_USER:(0,c.createRegistryControl)((e=>{let{resolveSelect:t}=e;return function(){let{from:e,redirectFunc:n,redirectUri:a}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return new Promise(((c,i)=>{t(r.Z).getAuthorizationUrl(a).then((t=>{const a=n||(e=>window.location.assign(e)),r=new URL(t);e&&r.searchParams.set("from",encodeURIComponent(e));const i=r.toString();a(i),c(i)})).catch((e=>{i(e)}))}))}}))}},1479:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9818),c=n(7523);const r=(0,a.combineReducers)({connectionStatus:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.i6:return{...e,...t.connectionStatus};case c.Qo:return{...e,isUserConnected:!1}}return e},connectionStatusIsFetching:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===c.LI?t.isFetching:e},siteIsRegistering:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===c.r7?t.isRegistering:e},userIsConnecting:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===c.N4?t.isConnecting:e},registrationError:(e,t)=>{switch(t.type){case c.T1:return!1;case c.qV:return t.registrationError;default:return e}},authorizationUrl:(e,t)=>t.type===c.TS?t.authorizationUrl:e,userConnectionData:(e,t)=>(t.type,e),connectedPlugins:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return t.type===c.wQ?t.connectedPlugins:e},connectionErrors:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return t.type===c.b5?t.connectionErrors:e},isOfflineMode:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===c.qJ?t.isConnecting:e}})},7728:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var a=n(9818),c=n(7523),r=n(7057);const i={...{getAuthorizationUrl:{isFulfilled:function(e){const t=Boolean(e.authorizationUrl);for(var n=arguments.length,c=new Array(n>1?n-1:0),i=1;i{"use strict";n.d(t,{Z:()=>a});const a={...{getConnectionStatus:e=>e.connectionStatus||{},getConnectionStatusIsFetching:()=>!1,getSiteIsRegistering:e=>e.siteIsRegistering||!1,getUserIsConnecting:e=>e.userIsConnecting||!1,getRegistrationError:e=>e.registrationError||!1,getAuthorizationUrl:e=>e.authorizationUrl||!1,getUserConnectionData:e=>e.userConnectionData||!1,getConnectedPlugins:e=>e.connectedPlugins||[],getConnectionErrors:e=>e.connectionErrors||[],getIsOfflineMode:e=>e.isOfflineMode||!1,getWpcomUser:e=>e?.userConnectionData?.currentUser?.wpcomUser,getBlogId:e=>e?.userConnectionData?.currentUser?.blogId}}},3535:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9818);class c{static store=null;static mayBeInit(e,t){null===c.store&&(c.store=(0,a.createReduxStore)(e,t),(0,a.register)(c.store))}}const r=c},7057:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const a="jetpack-connection"},428:(e,t,n)=>{"use strict";n.d(t,{t:()=>l.Z});var a=n(7523),c=n(1432),r=n(1479),i=n(7728),s=n(2725),o=n(3535),l=n(7057);const u=window.JP_CONNECTION_INITIAL_STATE;u||console.error("Jetpack Connection package: Initial state is missing. Check documentation to see how to use the Connection composer package to set up the initial state."),o.Z.mayBeInit(l.Z,{__experimentalUseThunks:!0,reducer:r.Z,actions:a.ZP,selectors:s.Z,resolvers:i.Z,controls:c.Z,initialState:u||{}})},8728:(e,t,n)=>{"use strict";n.d(t,{Z:()=>k});var a=n(6975),c=n(8868),r=n(5033),i=n(5609),s=n(9307),o=n(5736),l=n(1074),u=n(797),p=n(5844),d=n.n(p),m=n(9196),g=n.n(m);const __=o.__,h=e=>{const{className:t,disabled:n,onChange:a,value:c}=e;return g().createElement(i.TextControl,{className:t,label:__("License key","jetpack-my-jetpack"),value:c,onChange:a,disabled:n})},v=e=>{const{className:t,availableLicenses:n,disabled:a,onChange:c,value:r}=e,[s,l]=(0,m.useState)(""),u=null===n,p=(0,m.useMemo)((()=>u?[{label:__("Fetching available licenses…","jetpack-my-jetpack"),value:""}]:[...n.map((e=>{let{product:t,license_key:n}=e;return{label:(0,o.sprintf)(/* translators: placeholder is the product name and license key */ +__("%1$s - %2$s","jetpack-my-jetpack"),t,n),value:n}})),{label:__("I want to add a license key manually","jetpack-my-jetpack"),value:""}]),[n,u]);(0,m.useEffect)((()=>{l(p?.length?p[0].value:"")}),[p]);const d=(0,m.useCallback)((e=>{l(e),c(e)}),[c]);return g().createElement(g().Fragment,null,g().createElement(i.SelectControl,{className:t,disabled:a,label:__("Select a license key","jetpack-my-jetpack"),value:s,options:p,onChange:d}),!u&&!s&&g().createElement(i.TextControl,{className:t,label:__("Input a license key","jetpack-my-jetpack"),value:r,onChange:c,disabled:a}))},f=e=>{const{activateLicense:t,availableLicenses:n,fetchingAvailableLicenses:o,isActivating:p,license:d,licenseError:f,onLicenseChange:k}=e,y=null!=f;(0,m.useEffect)((()=>{a.Z.tracks.recordEvent("jetpack_wpa_license_key_activation_view")}),[]);const E=y?"jp-license-activation-screen-controls--license-field-with-error":"jp-license-activation-screen-controls--license-field",w=n&&n.length;return g().createElement("div",{className:"jp-license-activation-screen-controls"},g().createElement("div",{className:"jp-license-activation-screen-controls--content"},g().createElement(c.Z,{showText:!1,height:48}),g().createElement("h1",null,__("Add a license key","jetpack-my-jetpack")),g().createElement("p",null,(0,s.createInterpolateElement)(__("Check your email for your license key. You should have received it after making your purchase.","jetpack-my-jetpack"),{strong:g().createElement("strong",null)})),o||w?g().createElement(v,{className:E,disabled:o||p,onChange:k,availableLicenses:o?null:n,value:d}):g().createElement(h,{className:E,disabled:p,onChange:k,value:d}),y&&g().createElement("div",{className:"jp-license-activation-screen-controls--license-field-error"},g().createElement(l.Z,{icon:u.Z}),g().createElement("span",null,f))),g().createElement("div",null,g().createElement(i.Button,{className:"jp-license-activation-screen-controls--button",onClick:t,disabled:!d},p?g().createElement(r.Z,null):__("Activate","jetpack-my-jetpack"))))};f.propTypes={activateLicense:d().func.isRequired,availableLicenses:d().array,fetchingAvailableLicenses:d().bool,isActivating:d().bool.isRequired,license:d().string.isRequired,licenseError:d().string,onLicenseChange:d().func.isRequired,siteUrl:d().string.isRequired};const k=f},8781:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var a=n(6895),c=n(9307),r=n(5736),i=n(5844),s=n.n(i),o=n(9196),l=n.n(o);const __=r.__,u=e=>{const{imageUrl:t,showSupportLink:n=!1}=e;return l().createElement("div",{className:"jp-license-activation-screen-illustration"},l().createElement("div",{className:"jp-license-activation-screen-illustration--wrapper"},l().createElement("img",{className:"jp-license-activation-screen-illustration--img",src:t,alt:""})),n&&l().createElement("p",{className:"jp-license-activation-screen-illustration--support-link"},(0,c.createInterpolateElement)(__("Do you need help? Contact us.","jetpack-my-jetpack"),{a:l().createElement("a",{href:(0,a.Z)("jetpack-support-license-activation")})})))};u.propTypes={imageUrl:s().string.isRequired,showSupportLink:s().bool};const p=u},7554:(e,t,n)=>{"use strict";n.d(t,{Z:()=>d});var a=n(8868),c=n(5844),r=n.n(c),i=n(9196),s=n.n(i),o=n(3157),l=n(8288),u=n(4172);const p=e=>{const{productId:t,siteRawUrl:n,siteAdminUrl:c,currentRecommendationsStep:r}=e;return s().createElement("div",{className:"jp-license-activation-screen-success-info"},s().createElement("div",{className:"jp-license-activation-screen-success-info--content"},s().createElement(a.Z,{showText:!1,height:48})),s().createElement(l.Z,{siteRawUrl:n,productId:t}),s().createElement("div",{className:"jp-license-activation-screen-success-info--buttons"},s().createElement(o.c,{currentRecommendationsStep:r,siteAdminUrl:c,siteRawUrl:n}),s().createElement(u.o,{siteRawUrl:n,productId:t})))};p.propTypes={siteRawUrl:r().string,productId:r().number,siteAdminUrl:r().string,currentRecommendationsStep:r().string};const d=p},3157:(e,t,n)=>{"use strict";n.d(t,{c:()=>u});var a=n(6895),c=n(5609),r=n(5736),i=n(5844),s=n.n(i),o=n(9196),l=n.n(o);const __=r.__,u=e=>{const{currentRecommendationsStep:t,siteAdminUrl:n,siteRawUrl:r}=e;return"not-started"===t?l().createElement(c.Button,{className:"jp-license-activation-screen-success-info--button",href:n+"admin.php?page=jetpack#/recommendations"},__("Configure my site","jetpack-my-jetpack")):l().createElement(c.Button,{className:"jp-license-activation-screen-success-info--button",href:(0,a.Z)("license-activation-view-my-plans",{site:r})},__("View my plans","jetpack-my-jetpack"))};u.propTypes={siteAdminUrl:s().string.isRequired,currentRecommendationsStep:s().string,siteRawUrl:s().string.isRequired}},4172:(e,t,n)=>{"use strict";n.d(t,{o:()=>p});var a=n(6895),c=n(5609),r=n(5736),i=n(5844),s=n.n(i),o=n(9196),l=n.n(o),u=n(9430);const __=r.__,p=e=>{const{productId:t,siteRawUrl:n}=e,r={jetpack_backup:{text:__("View latest backup","jetpack-my-jetpack"),redirectSource:"jetpack-license-activation-success-backup"},jetpack_complete:{text:__("View latest backup","jetpack-my-jetpack"),redirectSource:"jetpack-license-activation-success-backup"},jetpack_scan:{text:__("View scan results","jetpack-my-jetpack"),redirectSource:"jetpack-license-activation-success-scan"},jetpack_search:{text:__("Configure search","jetpack-my-jetpack"),redirectSource:"jetpack-license-activation-success-search"},jetpack_security:{text:__("View latest backup","jetpack-my-jetpack"),redirectSource:"jetpack-license-activation-success-backup"},default:null}[(0,u.F)(t)];return l().createElement(l().Fragment,null,r&&l().createElement(c.ExternalLink,{className:"jp-license-activation-screen-success-info--external-link",href:(0,a.Z)(r.redirectSource,{site:n})},r.text))};p.propTypes={siteRawUrl:s().string,productId:s().number}},468:(e,t,n)=>{"use strict";n.d(t,{Z:()=>k});var a=n(6975),c=n(4743),r=n(9307),i=n(5736),s=n(5844),o=n.n(s),l=n(9196),u=n.n(l),p=n(8728),d=n(8781),m=n(7554),g=n(9644),h=n(8702),v=n(1160);const __=i.__,f=e=>{const{availableLicenses:t=[],currentRecommendationsStep:n,fetchingAvailableLicenses:i=!1,onActivationSuccess:s=(()=>null),siteAdminUrl:o,siteRawUrl:f,startingLicense:k,displayName:y=""}=e,[E,w]=(0,l.useState)(k??""),[b,j]=(0,l.useState)(null),[C,_]=(0,l.useState)(!1),[Z,N]=(0,l.useState)(null);(0,l.useEffect)((()=>{t&&t[0]&&w(t[0].license_key)}),[t]);const S=(0,l.useCallback)((()=>C?Promise.resolve():E.length<1?(j(__("This is not a valid license key. Please try again.","jetpack-my-jetpack")),Promise.resolve()):(j(null),_(!0),a.Z.tracks.recordJetpackClick({target:"license_activation_button"}),c.ZP.attachLicenses([E]).then((e=>{const t=(e=>{let t=e;for(;Array.isArray(t)&&t.length>0;)t=t[0];if(t?.activatedProductId)return t.activatedProductId;if(t?.errors)for(const e in t.errors)if(t.errors[e].length>0)throw new Error(t.errors[e][0]);throw new Error(__("An unknown error occurred during license activation. Please try again.","jetpack-my-jetpack"))})(e);N(t),s(t),a.Z.tracks.recordEvent("jetpack_wpa_license_activation_success")})).catch((e=>{a.Z.tracks.recordEvent("jetpack_wpa_license_activation_error");"invalid_permission_manage_user_licenses"===e.response?.code?j((0,r.createInterpolateElement)(__("You either do not have permissions to perform this action or a user account needs to be connected. Click here to connect your user account or contact your administrator.","jetpack-my-jetpack"),{connectLink:u().createElement("a",{href:"admin.php?page=my-jetpack#/connection?returnTo=add-license"})})):j(e.message)})).finally((()=>{_(!1)})))),[C,E,s]);return null!==Z&&E.startsWith("jetpack-golden-token")?u().createElement(g.Z,{tokenRedeemed:!0,displayName:y}):null!==Z?u().createElement("div",{className:"jp-license-activation-screen"},u().createElement(m.Z,{siteRawUrl:f,productId:Z,siteAdminUrl:o,currentRecommendationsStep:n}),u().createElement(d.Z,{imageUrl:v,showSupportLink:!1})):u().createElement("div",{className:"jp-license-activation-screen"},u().createElement(p.Z,{availableLicenses:t,activateLicense:S,fetchingAvailableLicenses:i,isActivating:C,license:E,licenseError:b,onLicenseChange:w,siteUrl:f}),u().createElement(d.Z,{imageUrl:h,showSupportLink:!0}))};f.propTypes={availableLicenses:o().array,currentRecommendationsStep:o().string,fetchingAvailableLicenses:o().bool,onActivationSuccess:o().func,siteAdminUrl:o().string.isRequired,siteRawUrl:o().string.isRequired,startingLicense:o().string,displayName:o().string};const k=f},9644:(e,t,n)=>{"use strict";n.d(t,{Z:()=>k});var a=n(3396),c=n(3363),r=n(3846),i=n(8868),s=n(526),o=n(5609),l=n(5736),u=n(5235),p=n.n(u),d=n(5844),m=n.n(d),g=n(9196),h=n.n(g),v=n(1008);const __=l.__,_x=l._x;function f(e){let{redeemClick:t,displayName:n,onModalClose:u,tokenRedeemed:d}=e;const[m,f]=(0,g.useState)(!1),k=(0,g.useRef)(null);(0,g.useEffect)((()=>{setTimeout((()=>{k?.current?.play()}),500)}),[k]);const y=(0,a.VS)("scan"),E=(0,a.VS)("backup"),w=(0,g.useCallback)((e=>{t?.(e),f(!0),k.current.play()}),[k,t]),b=(0,g.useCallback)((()=>{m&&k.current.play()}),[m]),j=p()(v.Z.modal,{[v.Z.animating]:m});return h().createElement("div",null,h().createElement(o.Modal,{className:j,onRequestClose:u,isDismissible:!1,__experimentalHideHeader:!0},h().createElement(c.Z,{horizontalSpacing:3,horizontalGap:3},h().createElement(r.Z,null,h().createElement(i.Z,{className:v.Z["jetpack-logo"]}),h().createElement("div",{className:v.Z["video-wrap"],onClick:b,role:"presentation"},h().createElement("video",{ref:k,src:"https://videos.files.wordpress.com/oSlNIBQO/jetpack-golden-token.mp4",muted:"muted"})),h().createElement("div",{className:v.Z["content-wrap"]},h().createElement("div",{className:v.Z["content-wrap-text"]},n.length>0&&h().createElement("p",{className:v.Z["hi-user"]},(0,l.sprintf)(/* Translators: %s is the user's display name. */ +__("Hey, %s","jetpack-my-jetpack"),n)),h().createElement("h2",{className:v.Z.headline},__("You have been gifted a Jetpack Golden Token.","jetpack-my-jetpack")),h().createElement("p",null,d&&__("This unlocked a lifetime of Jetpack powers for your website. Your exclusive Jetpack Experience is already active.","jetpack-my-jetpack"),!d&&__("This unlocks a lifetime of Jetpack powers for your website. Your exclusive Jetpack Experience awaits.","jetpack-my-jetpack"))),h().createElement(s.Z,{variant:"primary",weight:"regular",onClick:w,className:v.Z.button},d&&__("Awesome!","jetpack-my-jetpack"),!d&&__("Redeem your token","jetpack-my-jetpack"))),h().createElement("div",{className:`${v.Z["powers-wrap"]} ${v.Z["content-wrap"]}`},h().createElement("div",{className:v.Z["content-wrap-text"]},h().createElement("h2",{className:v.Z.headline},__("Super powers are ready!","jetpack-my-jetpack")),h().createElement("p",{className:v.Z.paragraph},__("Your Jetpack Golden Token provides a lifetime license for this website and includes the following products:","jetpack-my-jetpack"))),h().createElement("div",{className:v.Z["jetpack-products"]},h().createElement("div",null,h().createElement(E,null),h().createElement("h3",null,__("VaultPress Backup","jetpack-my-jetpack")),h().createElement("p",null,__("Save every change and get back online quickly with one‑click restores.","jetpack-my-jetpack"))),h().createElement("div",null,h().createElement(y,null),h().createElement("h3",null,_x("Scan","Plugin name (noun).","jetpack-my-jetpack")),h().createElement("p",null,__("Automated scanning and one‑click fixes to keep your site ahead of security threats.","jetpack-my-jetpack")))),h().createElement(s.Z,{variant:"primary",weight:"regular",onClick:w,href:window?.myJetpackInitialState?.myJetpackUrl,className:v.Z.button},__("Explore your new powers","jetpack-my-jetpack")))))))}f.defaultProps={tokenRedeemed:!1,onModalClose:e=>{document.referrer.includes(window.location.host)?(e.preventDefault(),history.back()):(e.preventDefault(),window.location.href=window?.myJetpackInitialState?.myJetpackUrl)}},f.propTypes={redeemClick:m().func,tokenRedeemed:m().bool,displayName:m().string,onModalClose:m().func};const k=f},3281:(e,t,n)=>{"use strict";n.d(t,{H:()=>c.Z,I:()=>a.Z});var a=n(468),c=n(9644)},1899:(e,t,n)=>{"use strict";n.d(t,{Z:()=>g});var a=n(4743),c=n(9105),r=n(3363),i=n(3846),s=n(1294),o=n(3281),l=n(9196),u=n.n(l),p=n(2199),d=n(4106),m=n(5626);function g(){(0,l.useEffect)((()=>{const{apiRoot:e,apiNonce:t}=window?.myJetpackRest||{};a.ZP.setApiRoot(e),a.ZP.setApiNonce(t)}),[]);const{recordEvent:e}=(0,p.Z)(),{availableLicenses:t,fetchingAvailableLicenses:n}=(0,d.Z)(),{userConnectionData:g}=(0,s.Z)(),[h,v]=(0,l.useState)(!1),f=g?.currentUser?.wpcomUser?.display_name||g?.currentUser?.wpcomUser?.login||g?.currentUser?.username,k=(0,l.useCallback)((()=>{e("jetpack_myjetpack_license_activation_back_link_click")}),[e]),y=(0,l.useCallback)((()=>{v(!0)}),[]);return u().createElement(c.Z,{showHeader:!1,showBackground:!1},u().createElement(r.Z,{horizontalSpacing:3,horizontalGap:3},u().createElement(i.Z,null,u().createElement(m.Z,{onClick:k,reload:h})),u().createElement(i.Z,null,u().createElement(o.I,{currentRecommendationsStep:null,availableLicenses:t,fetchingAvailableLicenses:n,onActivationSuccess:y,siteAdminUrl:window?.myJetpackInitialState?.adminUrl,siteRawUrl:window?.myJetpackInitialState?.siteSuffix,displayName:f}))))}},1062:(e,t,n)=>{"use strict";n.d(t,{Z:()=>d});var a=n(5106),c=n(5235),r=n.n(c),i=n(5162),s=n.n(i),o=n(9196),l=n.n(o),u=n(5893);const p=e=>{const{title:t,headerRightContent:n,className:c,children:i}=e,s=r()(u.Z.container,c);return l().createElement("div",{className:s},l().createElement("div",{className:u.Z.title},l().createElement("div",{className:u.Z.name},l().createElement(a.ZP,{variant:"title-medium"},t)),n),i)};p.propTypes={children:s().node,title:s().string.isRequired,className:s().string,headerRightContent:s().node};const d=p},3890:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var a=n(1074),c=n(9517),r=n(5235),i=n.n(r),s=n(9196),o=n.n(s),l=n(9997),u=n(6234);const p=e=>{let{className:t}=e;return o().createElement(l.rU,{to:"/",className:i()(u.Z.link,t)},o().createElement(a.Z,{icon:c.Z,className:u.Z.icon}))}},5745:(e,t,n)=>{"use strict";n.d(t,{Z:()=>m});var a=n(1294),c=n(5162),r=n.n(c),i=n(9196),s=n.n(i),o=n(3345),l=n(3703),u=n(2307),p=n(2728);const d=e=>{let{admin:t,slug:n,children:c,showMenu:r=!1,menuItems:d=[]}=e;const{isRegistered:m,isUserConnected:g}=(0,a.Z)(),{detail:h,activate:v,deactivate:f,isFetching:k,installStandalonePlugin:y,deactivateStandalonePlugin:E}=(0,l.i)(n),{name:w,description:b,requiresUserConnection:j,standalonePluginInfo:C,status:_}=h,[Z,N]=(0,i.useState)(!1),[S,P]=(0,i.useState)(!1),R=(0,o.Z)("/connection"),x=C?.hasStandalonePlugin,A=C?.isStandaloneInstalled,z=C?.isStandaloneActive,I=x&&A&&!z,L=x&&A&&z,M=x&&!A,T=m&&g,F=_===u.N.ABSENT||_===u.N.ABSENT_WITH_PLAN,O=r&&!F&&_!==u.N.ERROR&&T&&(d?.length>0||I||L||M),U=(0,i.useCallback)((()=>{m&&g||!j?v():R()}),[v,m,g,j,R]),D=(0,i.useCallback)((()=>{N(!0),y().then((()=>{window?.location?.reload()})).catch((()=>{N(!1)}))}),[y]),V=(0,i.useCallback)((()=>{P(!0),E().then((()=>{window?.location?.reload()})).catch((()=>{P(!1)}))}),[E]);return s().createElement(p.ZP,{name:w,description:b,status:_,admin:t,isFetching:k,isInstallingStandalone:Z,isDeactivatingStandalone:S,onDeactivate:f,slug:n,onActivate:U,showMenu:O,menuItems:d,showActivateOption:I,showDeactivateOption:L,showInstallOption:M,onInstallStandalone:D,onActivateStandalone:D,onDeactivateStandalone:V},c)};d.propTypes={children:r().node,admin:r().bool.isRequired,slug:r().string.isRequired};const m=d},17:(e,t,n)=>{"use strict";n.d(t,{Z:()=>j});var a=n(9105),c=n(3363),r=n(3846),i=n(6895),s=n(9312),o=n(5736),l=n(1074),u=n(5381),p=n(9196),d=n.n(p),m=n(9997),g=n(1689),h=n(3890),v=n(5242),f=n(6790),k=n(184),y=n(8578),E=n(4403);const __=o.__,w=()=>d().createElement(d().Fragment,null,d().createElement("div",{className:y.Z["account-description"]},__("You can use your existing account on any of these services:","jetpack-my-jetpack")),d().createElement("span",{className:y.Z["account-images"]},d().createElement("img",{src:E,className:y.Z.wordpress,alt:__("WordPress Logo","jetpack-my-jetpack")}),d().createElement("img",{src:k,className:y.Z.google,alt:__("Google Logo","jetpack-my-jetpack")}),d().createElement("img",{src:v,className:y.Z.apple,alt:__("Apple Logo","jetpack-my-jetpack")}))),b=()=>{const[e]=(0,m.lr)(),t=e.get("returnTo");return t?`admin.php?page=my-jetpack#/${t}`:"admin.php?page=my-jetpack"},j=()=>{const{apiRoot:e,apiNonce:t}=(0,g.Z)(),n=b();return d().createElement(a.Z,{showHeader:!1,showBackground:!1},d().createElement(c.Z,{horizontalSpacing:8,horizontalGap:0},d().createElement(r.Z,{className:y.Z["relative-col"]},d().createElement(h.Z,{className:y.Z["close-link"]})),d().createElement(r.Z,null,d().createElement(s.Z,{title:__("Unlock all the amazing features of Jetpack by connecting now","jetpack-my-jetpack"),buttonLabel:__("Connect your user account","jetpack-my-jetpack"),apiRoot:e,apiNonce:t,images:[f],footer:d().createElement(w,null),from:"my-jetpack",redirectUri:n},d().createElement("ul",null,d().createElement("li",null,__("Receive instant downtime alerts","jetpack-my-jetpack")),d().createElement("li",null,__("Automatically share your content on social media","jetpack-my-jetpack")),d().createElement("li",null,__("Let your subscribers know when you post","jetpack-my-jetpack")),d().createElement("li",null,__("Receive notifications about new likes and comments","jetpack-my-jetpack")),d().createElement("li",null,__("Let visitors share your content on social media","jetpack-my-jetpack")),d().createElement("li",null,__("And more!","jetpack-my-jetpack")," ",d().createElement("a",{href:(0,i.Z)("jetpack-features"),target:"_blank",className:y.Z["all-features"],rel:"noreferrer"},__("See all Jetpack features","jetpack-my-jetpack"),d().createElement(l.Z,{icon:u.Z}))))))))}},247:(e,t,n)=>{"use strict";n.d(t,{Z:()=>Z});var a=n(5106),c=n(526),r=n(6895),i=n(1294),s=n(428),o=n(8137),l=n(9818),u=n(5736),p=n(1074),d=n(496),m=n(9201),g=n(5235),h=n.n(g),v=n(5162),f=n.n(v),k=n(9196),y=n.n(k),E=n(8489),w=n(3815),b=n(9182),j=n(6322);const __=u.__,C=e=>{let{text:t,actionText:n,onClick:r,status:i}=e;return y().createElement("div",{className:j.Z["list-item"]},y().createElement(a.ZP,{className:h()(j.Z["list-item-text"],{[j.Z.error]:"error"===i})},y().createElement(p.Z,{icon:"error"===i?d.Z:m.Z,className:h()({[j.Z.info]:"error"===i})}),t),n&&y().createElement(c.Z,{variant:"link",weight:"regular",onClick:r},n))},_=e=>{const{apiRoot:t,apiNonce:n,redirectUri:p,title:d,connectionInfoText:m,onDisconnected:g,connectedPlugins:v,connectedSiteId:f,context:_,onConnectUser:Z}=e,{isRegistered:N,isUserConnected:S,userConnectionData:P}=(0,i.Z)({apiRoot:t,apiNonce:n,redirectUri:p}),[R,x]=(0,k.useState)(!1),{setConnectionStatus:A,setUserIsConnecting:z}=(0,l.useDispatch)(s.t),I=Z||z,L=P.currentUser?.wpcomUser?.avatar,M=(0,k.useCallback)((e=>{e&&e.preventDefault(),x(!0)}),[x]),T=(0,k.useCallback)((e=>{e&&e.preventDefault(),x(!1)}),[x]),F=(0,k.useCallback)((e=>{e&&e.preventDefault(),A({isActive:!1,isRegistered:!1,isUserConnected:!1}),g?.()}),[g,A]);return y().createElement("div",{className:j.Z["connection-status-card"]},y().createElement(a.H3,null,d),y().createElement(a.ZP,{variant:"body",mb:3},`${m} `,y().createElement(c.Z,{href:(0,r.Z)("why-the-wordpress-com-connection-is-important-for-jetpack"),variant:"link",weight:"regular",isExternalLink:!0},__("Learn more about connections","jetpack-my-jetpack"))),y().createElement("div",{className:j.Z.status},y().createElement("img",{src:E,alt:"",className:j.Z.cloud}),y().createElement("div",{className:h()(j.Z.line,{[j.Z.disconnected]:!N||!S})}),y().createElement("div",{className:j.Z["avatar-wrapper"]},y().createElement("img",{src:b,alt:"",className:j.Z.jetpack}),y().createElement("img",{src:S&&L?L:w,alt:"",className:j.Z.avatar}))),y().createElement("div",null,N?y().createElement(y().Fragment,null,y().createElement(C,{onClick:M,text:__("Site connected.","jetpack-my-jetpack"),actionText:S&&P.currentUser?.isMaster?__("Manage","jetpack-my-jetpack"):null}),S&&y().createElement(C,{onClick:M,actionText:__("Manage","jetpack-my-jetpack"),text:(0,u.sprintf)(/* translators: first placeholder is user name, second is either the (Owner) string or an empty string */ +__("Connected as %1$s%2$s.","jetpack-my-jetpack"),P.currentUser?.wpcomUser?.display_name,P.currentUser?.isMaster?__(" (Owner)","jetpack-my-jetpack"):"")}),S&&P?.connectionOwner&&!P.currentUser?.isMaster&&y().createElement(C,{text:(0,u.sprintf)(/* translators: placeholder is the username of the Jetpack connection owner */ +__("Also connected: %s (Owner).","jetpack-my-jetpack"),P.connectionOwner)}),!S&&y().createElement(C,{onClick:I,text:__("User account not connected.","jetpack-my-jetpack"),actionText:__("Connect","jetpack-my-jetpack"),status:"error"})):y().createElement(C,{onClick:I,text:__("Jetpack is not connected.","jetpack-my-jetpack"),actionText:__("Connect","jetpack-my-jetpack"),status:"error"})),y().createElement(o.Z,{apiRoot:t,apiNonce:n,onDisconnected:F,connectedPlugins:v,connectedSiteId:f,connectedUser:P,isOpen:R,onClose:T,context:_}))};_.propTypes={apiRoot:f().string.isRequired,apiNonce:f().string.isRequired,redirectUri:f().string,connectedPlugins:f().array,connectedSiteId:f().number,title:f().string,connectionInfoText:f().string,onDisconnected:f().func,context:f().string,onConnectUser:f().func,requiresUserConnection:f().bool},_.defaultProps={title:__("Connection","jetpack-my-jetpack"),connectionInfoText:__("Jetpack connects your site and user account to the WordPress.com cloud to provide more powerful features.","jetpack-my-jetpack"),redirectUri:null,onConnectUser:null,requiresUserConnection:!0};const Z=_},5784:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var a=n(9818),c=n(9196),r=n.n(c),i=n(1689),s=n(3345),o=n(7493),l=n(247);function u(){const{apiRoot:e,apiNonce:t,topJetpackMenuItemUrl:n,connectedPlugins:c}=(0,i.Z)(),u=(0,s.Z)("/connection"),p=(0,a.useSelect)((e=>e(o.t).getProductsThatRequiresUserConnection()));return r().createElement(l.Z,{apiRoot:e,apiNonce:t,redirectUri:n,onConnectUser:u,connectedPlugins:c,requiresUserConnection:p.length>0,onDisconnected:()=>document?.location?.reload(!0)})}},5626:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var a=n(5736),c=n(1074),r=n(3259),i=n(9196),s=n.n(i),o=n(9997),l=n(197);const __=a.__;function u(e){let{onClick:t,reload:n}=e;const a=n?"/?reload=true":"/";return s().createElement(o.rU,{to:a,className:l.Z.link,onClick:t},s().createElement(c.Z,{icon:r.Z,className:l.Z.icon}),__("Go back","jetpack-my-jetpack"))}u.defaultProps={onClick:()=>{}};const p=u},8607:(e,t,n)=>{"use strict";n.d(t,{r:()=>d});var a=n(526),c=n(3396),r=n(5609),i=n(9771),s=n(5736),o=n(5235),l=n.n(o),u=n(9196),p=n(4416);n(1854);const __=s.__;function d(e){let{productName:t,giftedDate:n}=e;const[o,d]=(0,u.useState)(!1),m=(0,u.useCallback)((()=>d(!0)),[d]),g={position:"top center",placement:"top",animate:!0,noArrow:!1,resize:!1,flip:!1,offset:6,focusOnMount:"container",onClose:(0,u.useCallback)((()=>d(!1)),[d]),className:p.Z.container},h=l()(p.Z.wrapper,"golden-token-icon-tooltip");return React.createElement("div",{className:h},React.createElement(a.Z,{variant:"link",onClick:m},React.createElement(c._1,{className:p.Z.logo})),React.createElement("div",{className:p.Z.helper},o&&React.createElement(r.Popover,g,React.createElement("div",null,React.createElement("div",{className:p.Z.title},t),React.createElement("div",{className:p.Z.content},(0,s.sprintf)( +// translators: %1$s is a product name, %2$s is the date the product was gifted. +__("%1$s was gifted on %2$s. It gives you access to a lifetime subscription of Jetpack VaultPress Backup and Jetpack Scan.","jetpack-my-jetpack"),t,(0,i.dateI18n)("F j, Y",n)))))))}},4159:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var a=n(5609),c=n(9196),r=n.n(c),i=n(73);const s=function(){const[e,t]=(0,c.useState)(!0),n=(0,c.useCallback)((()=>t(!1)),[]);if(!e)return null;if(!window.hasOwnProperty("JP_IDENTITY_CRISIS__INITIAL_STATE"))return null;const{containerID:s,isSafeModeConfirmed:o}=window.JP_IDENTITY_CRISIS__INITIAL_STATE;return!s||o?null:r().createElement(a.Modal,{onRequestClose:n,overlayClassName:i.Z.modal},r().createElement("div",{id:s,className:i.Z.container}))}},8966:(e,t,n)=>{"use strict";n.d(t,{Z:()=>L});var a=n(2674),c=n.n(a),r=n(2054),i=n(9105),s=n(216),o=n(3363),l=n(3846),u=n(5106),p=n(6579),d=n(4164),m=n(3329),g=n(5609),h=n(5736),v=n(496),f=n(5235),k=n.n(f),y=n(9196),E=n.n(y),w=n(2199),b=n(6913),j=n(8869),C=n(5371),_=n(5031),Z=n(3703),N=n(5784),S=n(4159),P=n(6800),R=n(2307),x=n(5943),A=n(9593),z=n(1017);const __=h.__,I=e=>{let{message:t,options:n,clean:a}=e;const[i]=(0,r.Z)(["md"],[">"]),s={error:E().createElement(g.SVG,{className:z.Z.nofill,width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},E().createElement(g.Path,{d:"M11.7815 4.93772C11.8767 4.76626 12.1233 4.76626 12.2185 4.93772L20.519 19.8786C20.6116 20.0452 20.4911 20.25 20.3005 20.25H3.69951C3.50889 20.25 3.3884 20.0452 3.48098 19.8786L11.7815 4.93772Z",stroke:"#D63638",strokeWidth:"1.5"}),E().createElement(g.Path,{d:"M13 10H11V15H13V10Z",fill:"#D63638"}),E().createElement(g.Path,{d:"M13 16H11V18H13V16Z",fill:"#D63638"})),info:v.Z};return E().createElement(g.Notice,c()({isDismissible:!1},n,{onRemove:a,className:z.Z.notice+(i?" "+z.Z["bigger-than-medium"]:"")}),E().createElement("div",{className:z.Z.message},s?.[n.status]&&E().createElement(g.Icon,{icon:s[n.status]}),t))};function L(){(0,C.Z)();const e="1"===window?.myJetpackInitialState?.isStatsModuleActive,{message:t,options:n,clean:a}=(0,_.Z)(),{hasConnectionError:c}=(0,m.Z)(),{isAvailable:r,isFetchingChatAvailability:g}=(0,j.Z)(),{detail:h}=(0,Z.i)("stats"),{jwt:v,isFetchingChatAuthentication:f}=(0,b.Z)(),L=!f&&!g&&r&&v,{recordEvent:M}=(0,w.Z)(),[T,F]=(0,y.useState)(!1);return(0,y.useEffect)((()=>{M("jetpack_myjetpack_page_view")}),[M]),window.location.hash.includes("?reload=true")&&(window.history.replaceState(null,"",window.location.href.replace("?reload=true","")),window.location.reload(),F(!0)),T?null:E().createElement(i.Z,null,E().createElement(S.Z,null),E().createElement(s.Z,null,E().createElement(o.Z,{horizontalSpacing:0},E().createElement(l.Z,null,E().createElement("div",{id:"jp-admin-notices",className:"my-jetpack-jitm-card"}))),E().createElement(o.Z,{horizontalSpacing:5,horizontalGap:t?3:6},E().createElement(l.Z,{sm:4,md:8,lg:12},E().createElement(u.ZP,{variant:"headline-small"},__("My Jetpack","jetpack-my-jetpack"))),c&&E().createElement(l.Z,null,E().createElement(m.h,null)),t&&E().createElement(l.Z,null,E().createElement(I,{message:t,options:n,clean:a})),e&&E().createElement(l.Z,{className:k()({[z.Z.stats]:h?.status!==R.N.ERROR})},E().createElement(A.Z,null)),E().createElement(l.Z,null,E().createElement(x.Z,null)))),E().createElement(p.Z,null,E().createElement(o.Z,{horizontalSpacing:8},E().createElement(l.Z,{sm:4,md:4,lg:6},E().createElement(P.Z,null)),E().createElement(l.Z,{sm:4,md:4,lg:6},E().createElement(N.Z,null)))),L&&E().createElement(d.Z,{jwt_token:v}))}},6800:(e,t,n)=>{"use strict";n.d(t,{Z:()=>w});var a=n(5106),c=n(526),r=n(5736),i=n(9196),s=n.n(i),o=n(2199),l=n(1689),u=n(3345),p=n(1750),d=n(8295),m=n(7258),g=n(6986),h=n(8607),v=n(6891);const __=r.__,_n=r._n;function f(e){let{purchase:t={}}=e;const{product_name:n}=t;return s().createElement(s().Fragment,null,s().createElement(a.Dx,null,n),s().createElement(k,t))}function k(e){const{expiry_message:t,product_name:n,subscribed_date:c}=e;return(0,g.h)(e)?s().createElement(a.ZP,{variant:"body",className:v.Z["expire-date"]},s().createElement("span",{className:v.Z["expire-date--with-icon"]},__("Never Expires","jetpack-my-jetpack")),s().createElement(h.r,{productName:n,giftedDate:c})):s().createElement(a.ZP,{variant:"body",className:v.Z["expire-date"]},t)}function y(e){let{purchases:t}=e;return s().createElement(s().Fragment,null,s().createElement(a.H3,null,t.length<=1?__("Your plan","jetpack-my-jetpack"):__("Your plans","jetpack-my-jetpack")),0===t.length&&s().createElement(a.ZP,{variant:"body"},__("Want to power up your Jetpack?","jetpack-my-jetpack")))}function E(e){let{purchases:t}=e;const{recordEvent:n}=(0,o.Z)(),{isUserConnected:a}=(0,l.Z)();let r=__("Purchase a plan","jetpack-my-jetpack");t.length>=1&&(r=_n("Manage your plan","Manage your plans",t.length,"jetpack-my-jetpack"));const p=(0,i.useCallback)((()=>{const e=t.length?"jetpack_myjetpack_plans_manage_click":"jetpack_myjetpack_plans_purchase_click";n(e)}),[t,n]),g=(0,u.Z)("/connection"),h=(0,i.useCallback)((()=>{n("jetpack_myjetpack_activate_license_click"),a||g()}),[g,a,n]);let f=__("Activate a license","jetpack-my-jetpack");return a||(f=__("Activate a license (requires a user connection)","jetpack-my-jetpack")),s().createElement("ul",null,s().createElement("li",{className:v.Z["actions-list-item"]},s().createElement(c.Z,{onClick:p,href:t.length?(0,d.Z)():(0,m.Z)(),weight:"regular",variant:"link",isExternalLink:!0},r)),window?.myJetpackInitialState?.loadAddLicenseScreen&&s().createElement("li",{className:v.Z["actions-list-item"]},s().createElement(c.Z,{onClick:h,href:a?`${window?.myJetpackInitialState?.adminUrl}admin.php?page=my-jetpack#/add-license`:void 0,variant:"link",weight:"regular"},f)))}function w(){const e=!!window?.myJetpackInitialState?.userIsAdmin,{purchases:t}=(0,p.Z)();return s().createElement("div",{className:v.Z.container},s().createElement(y,{purchases:t}),s().createElement("div",{className:v.Z.purchasesSection},t.map((e=>s().createElement(f,{key:`purchase-${e.product_name}`,purchase:e})))),e&&s().createElement(E,{purchases:t}))}},2307:(e,t,n)=>{"use strict";n.d(t,{N:()=>u,Z:()=>p});var a=n(2674),c=n.n(a),r=n(526),i=n(5736),s=n(9196),o=n.n(s),l=n(3703);const __=i.__,u={ACTIVE:"active",INACTIVE:"inactive",ERROR:"error",ABSENT:"plugin_absent",ABSENT_WITH_PLAN:"plugin_absent_with_plan",NEEDS_PURCHASE:"needs_purchase",NEEDS_PURCHASE_OR_FREE:"needs_purchase_or_free",CAN_UPGRADE:"can_upgrade"},p=e=>{let{status:t,admin:n,name:a,slug:s,onActivate:p,onManage:d,onFixConnection:m,isFetching:g,isInstallingStandalone:h,isDeactivatingStandalone:v,className:f,onAdd:k}=e;const{detail:y}=(0,l.i)(s),{manageUrl:E,purchaseUrl:w}=y,b=!E,j=g||h||v,C={variant:j?void 0:"primary",disabled:j,className:f};if(!n)return o().createElement(r.Z,c()({},C,{size:"small",variant:"link",weight:"regular"}),/* translators: placeholder is product name. */ +(0,i.sprintf)(__("Learn about %s","jetpack-my-jetpack"),a));switch(t){case u.ABSENT:case u.ABSENT_WITH_PLAN:return o().createElement(r.Z,c()({},C,{href:`#/add-${s}`,size:"small",variant:"link",weight:"regular"}),t===u.ABSENT&&(0,i.sprintf)(/* translators: placeholder is product name. */ +__("Get %s","jetpack-my-jetpack"),a),t===u.ABSENT_WITH_PLAN&&(0,i.sprintf)(/* translators: placeholder is product name. */ +__("Install %s","jetpack-my-jetpack"),a));case u.NEEDS_PURCHASE:case u.CAN_UPGRADE:{const e=__("Upgrade","jetpack-my-jetpack"),t=__("Purchase","jetpack-my-jetpack"),n=w?e:t;return o().createElement(r.Z,c()({},C,{href:w||`#/add-${s}`,size:"small",weight:"regular",onClick:k}),n)}case u.NEEDS_PURCHASE_OR_FREE:return o().createElement(r.Z,c()({},C,{href:`#/add-${s}`,size:"small",weight:"regular",onClick:k}),__("Start for free","jetpack-my-jetpack"));case u.ACTIVE:{const e=__("View","jetpack-my-jetpack"),t=__("Manage","jetpack-my-jetpack"),n=w?e:t;return o().createElement(r.Z,c()({},C,{disabled:b||C?.disabled,size:"small",weight:"regular",variant:"secondary",href:E,onClick:d}),n)}case u.ERROR:return o().createElement(r.Z,c()({},C,{href:"#/connection",size:"small",weight:"regular",onClick:m}),__("Fix connection","jetpack-my-jetpack"));case u.INACTIVE:return o().createElement(r.Z,c()({},C,{size:"small",weight:"regular",variant:"secondary",onClick:p}),__("Activate","jetpack-my-jetpack"));default:return null}}},2728:(e,t,n)=>{"use strict";n.d(t,{ZP:()=>_,bY:()=>b});var a=n(2674),c=n.n(a),r=n(526),i=n(5106),s=n(5609),o=n(5736),l=n(3482),u=n(5899),p=n(5235),d=n.n(p),m=n(5162),g=n.n(m),h=n(9196),v=n.n(h),f=n(2199),k=n(1062),y=n(2307),E=n(6086),w=n(9720);const __=o.__,b={[y.N.ACTIVE]:__("Active","jetpack-my-jetpack"),[y.N.INACTIVE]:__("Inactive","jetpack-my-jetpack"),[y.N.NEEDS_PURCHASE]:__("Inactive","jetpack-my-jetpack"),[y.N.NEEDS_PURCHASE_OR_FREE]:__("Inactive","jetpack-my-jetpack"),[y.N.ERROR]:__("Error","jetpack-my-jetpack"),[y.N.CAN_UPGRADE]:__("Active","jetpack-my-jetpack")},j=e=>{let{items:t=[],showInstall:n=!1,onInstall:a,showActivate:c=!1,showDeactivate:i=!1,onActivate:o,onDeactivate:p}=e;return v().createElement(s.Dropdown,{className:w.Z.dropdown,popoverProps:{noArrow:!1,placement:"bottom-end"},renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return v().createElement(r.Z,{variant:"tertiary",size:"small",icon:l.Z,onClick:n,"aria-expanded":t})},renderContent:e=>{let{onClose:s}=e;return v().createElement(v().Fragment,null,t.map((e=>v().createElement(r.Z,{weight:"regular",fullWidth:!0,variant:"tertiary",icon:e?.icon,onClick:()=>{s(),e?.onClick?.()}},e?.label))),n&&v().createElement(r.Z,{weight:"regular",fullWidth:!0,variant:"tertiary",icon:u.Z,onClick:()=>{s(),a?.()}},__("Install Plugin","jetpack-my-jetpack")),c&&v().createElement(r.Z,{weight:"regular",fullWidth:!0,variant:"tertiary",onClick:()=>{s(),o?.()}},__("Activate Plugin","jetpack-my-jetpack")),i&&v().createElement(r.Z,{weight:"regular",fullWidth:!0,variant:"tertiary",onClick:()=>{s(),p?.()}},__("Deactivate Plugin","jetpack-my-jetpack")))}})};j.propTypes={onActivate:g().func,onDeactivate:g().func,showActivate:g().bool,showDeactivate:g().bool,showInstall:g().bool,items:g().arrayOf(g().shape({label:g().string,icon:g().node,onClick:g().func})),onInstall:g().func},j.defaultProps={onActivate:()=>{},onDeactivate:()=>{},showActivate:!1,showDeactivate:!1};const C=e=>{const{name:t,description:n,status:a,onActivate:r,isFetching:s,isInstallingStandalone:o,isDeactivatingStandalone:l,slug:u,children:p,showMenu:m=!1,showActivateOption:g=!1,showDeactivateOption:b=!1,showInstallOption:C=!1,menuItems:_=[],onInstallStandalone:Z,onActivateStandalone:N,onDeactivateStandalone:S}=e,P=a===y.N.ACTIVE||a===y.N.CAN_UPGRADE,R=a===y.N.ERROR,x=a===y.N.ABSENT||a===y.N.ABSENT_WITH_PLAN,A=a===y.N.NEEDS_PURCHASE||a===y.N.NEEDS_PURCHASE_OR_FREE,z=d()({[w.Z.plugin_absent]:x,[w.Z["is-purchase-required"]]:A,[w.Z["is-link"]]:x,[w.Z["has-error"]]:R}),{recordEvent:I}=(0,f.Z)(),L=(0,h.useCallback)((()=>{I("jetpack_myjetpack_product_card_activate_click",{product:u}),r()}),[u,r,I]),M=(0,h.useCallback)((()=>{I("jetpack_myjetpack_product_card_add_click",{product:u})}),[u,I]),T=(0,h.useCallback)((()=>{I("jetpack_myjetpack_product_card_manage_click",{product:u})}),[u,I]),F=(0,h.useCallback)((()=>{I("jetpack_myjetpack_product_card_fixconnection_click",{product:u})}),[u,I]),O=(0,h.useCallback)((()=>{I("jetpack_myjetpack_product_card_install_standalone_plugin_click",{product:u}),Z()}),[u,Z,I]),U=(0,h.useCallback)((()=>{I("jetpack_myjetpack_product_card_activate_standalone_plugin_click",{product:u}),N()}),[u,N,I]),D=(0,h.useCallback)((()=>{I("jetpack_myjetpack_product_card_deactivate_standalone_plugin_click",{product:u}),S()}),[u,S,I]);return v().createElement(k.Z,{className:z,title:t,headerRightContent:m&&v().createElement(j,{items:_,showActivate:g,showDeactivate:b,onActivate:U,onDeactivate:D,showInstall:C,onInstall:O})},P&&p?p:v().createElement(i.ZP,{variant:"body-small",className:w.Z.description},n),v().createElement("div",{className:w.Z.actions},v().createElement(y.Z,c()({},e,{onActivate:L,onFixConnection:F,onManage:T,onAdd:M,className:w.Z.button})),!x&&v().createElement(E.Z,{status:a,isFetching:l,isInstallingStandalone:o,isDeactivatingStandalone:s})))};C.propTypes={children:g().node,name:g().string.isRequired,description:g().string.isRequired,admin:g().bool.isRequired,isFetching:g().bool,isInstallingStandalone:g().bool,isDeactivatingStandalone:g().bool,isManageDisabled:g().bool,onActivate:g().func,slug:g().string.isRequired,showMenu:g().bool,showActivateOption:g().bool,showDeactivateOption:g().bool,showInstallOption:g().bool,menuItems:g().arrayOf(g().shape({label:g().string,icon:g().node,onClick:g().func})),onInstallStandalone:g().func,onActivateStandalone:g().func,onDeactivateStandalone:g().func,status:g().oneOf([y.N.ACTIVE,y.N.INACTIVE,y.N.ERROR,y.N.ABSENT,y.N.ABSENT_WITH_PLAN,y.N.NEEDS_PURCHASE,y.N.NEEDS_PURCHASE_OR_FREE,y.N.CAN_UPGRADE]).isRequired},C.defaultProps={isFetching:!1,isInstallingStandalone:!1,isDeactivatingStandalone:!1,onActivate:()=>{},showMenu:!1,showActivateOption:!1,showDeactivateOption:!1,showInstallOption:!1,menuItems:[]};const _=C},6086:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(5106),c=n(5235),r=n.n(c),i=n(2307),s=n(9720),o=n(2728);const l=e=>{let{status:t,isFetching:n,isInstallingStandalone:c,isDeactivatingStandalone:l}=e;const u=o.bY[t],p=r()(s.Z.status,(e=>{switch(e){case i.N.ACTIVE:case i.N.CAN_UPGRADE:return s.Z.active;case i.N.INACTIVE:case i.N.NEEDS_PURCHASE:case i.N.NEEDS_PURCHASE_OR_FREE:return s.Z.inactive;case i.N.ERROR:return s.Z.error;default:return""}})(t),{[s.Z["is-fetching"]]:n||c||l});return React.createElement(a.ZP,{variant:"label",className:p},u)}},8777:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(5162),c=n.n(a),r=n(9196),i=n.n(r),s=n(5745);const o=e=>{let{admin:t}=e;return i().createElement(s.Z,{admin:t,slug:"jetpack-ai"})};o.propTypes={admin:c().bool.isRequired};const l=o},1640:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(5162),c=n.n(a),r=n(9196),i=n.n(r),s=n(5745);const o=e=>{let{admin:t}=e;return i().createElement(s.Z,{admin:t,slug:"anti-spam"})};o.propTypes={admin:c().bool.isRequired};const l=o},401:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(5162),c=n.n(a),r=n(9196),i=n.n(r),s=n(5745);const o=e=>{let{admin:t}=e;return i().createElement(s.Z,{admin:t,slug:"backup",showMenu:!0})};o.propTypes={admin:c().bool.isRequired};const l=o},4074:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(5162),c=n.n(a),r=n(9196),i=n.n(r),s=n(5745);const o=e=>{let{admin:t}=e;return i().createElement(s.Z,{admin:t,slug:"boost"})};o.propTypes={admin:c().bool.isRequired};const l=o},8112:(e,t,n)=>{"use strict";n.d(t,{G:()=>k,X:()=>f});var a=n(2947),c=n(5106),r=n(2636),i=n(5736),s=n(986),o=n(9404),l=n(1074),u=n(5235),p=n.n(u),d=n(5162),m=n.n(d),g=n(9196),h=n.n(g),v=n(523);const __=i.__,f=e=>{let{change:t,changePercentage:n}=e;if(!Number.isFinite(t))return null;const r=t>0?s.Z:o.Z,u=(0,a.Z)(Math.abs(t),{notation:"compact",compactDisplay:"short"});return h().createElement("div",{className:p()(v.Z["contextual-percentage-change"],{[v.Z.neutral]:0===t,[v.Z.positive]:t>0,[v.Z.negative]:t<0})},!!t&&h().createElement(l.Z,{icon:r,size:14,className:v.Z["change-icon"]}),h().createElement(c.ZP,{className:v.Z["change-values"]},(0,i.sprintf)(/* translators: both placeholders are numbers */ +__("%1$s (%2$s%%)","jetpack-my-jetpack"),u,n)))};f.propTypes={change:m().number,changePercentage:m().number};const k=e=>{let{description:t,value:n,context:a,loading:i}=e;return i?h().createElement("div",{className:v.Z["single-contextual-info-placeholder"]},h().createElement(r.Z,{height:24}),h().createElement(r.Z,{height:36})):h().createElement(h().Fragment,null,h().createElement(c.ZP,null,t),h().createElement("div",{className:v.Z["single-contextual-info"]},h().createElement(c.ZP,{className:v.Z["main-value"]},n),a))};k.propTypes={description:m().string.isRequired,value:m().string,context:m().node,loading:m().bool}},5996:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(5162),c=n.n(a),r=n(9196),i=n.n(r),s=n(5745);const o=e=>{let{admin:t}=e;return i().createElement(s.Z,{admin:t,slug:"crm"})};o.propTypes={admin:c().bool.isRequired};const l=o},5943:(e,t,n)=>{"use strict";n.d(t,{Z:()=>y});var a=n(3363),c=n(3846),r=n(9196),i=n.n(r),s=n(8777),o=n(1640),l=n(401),u=n(4074),p=n(5996),d=n(5440),m=n(687),g=n(419),h=n(6217),v=n(523),f=n(9894);const{showJetpackStatsCard:k=!1}=window.myJetpackInitialState?.myJetpackFlags??{},y=()=>{const e=[l.Z,d.Z,o.Z,u.Z,m.Z,f.Z,p.Z,g.Z,s.Z];return k&&e.splice(6,0,h.Z),i().createElement(a.Z,{className:v.Z.cardlist,tagName:"ul",fluid:!0,horizontalSpacing:0,horizontalGap:3},e.map(((e,t)=>i().createElement(c.Z,{tagName:"li",sm:4,md:4,lg:4,key:t},i().createElement(e,{admin:!!window?.myJetpackInitialState?.userIsAdmin})))))}},5440:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var a=n(9818),c=n(5162),r=n.n(c),i=n(9196),s=n.n(i),o=n(7493),l=n(5745);const u=e=>{let{admin:t}=e;const n=(0,a.useSelect)((e=>e(o.t).hasStandalonePluginInstalled()));return s().createElement(l.Z,{admin:t,slug:n?"protect":"scan"})};u.propTypes={admin:r().bool.isRequired};const p=u},687:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(5162),c=n.n(a),r=n(9196),i=n.n(r),s=n(5745);const o=e=>{let{admin:t}=e;return i().createElement(s.Z,{admin:t,slug:"search",showMenu:!0})};o.propTypes={admin:c().bool.isRequired};const l=o},419:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(5162),c=n.n(a),r=n(9196),i=n.n(r),s=n(5745);const o=e=>{let{admin:t}=e;return i().createElement(s.Z,{admin:t,slug:"social",showMenu:!0})};o.propTypes={admin:c().bool.isRequired};const l=o},6217:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(5162),c=n.n(a),r=n(9196),i=n.n(r),s=n(5745);const o=e=>{let{admin:t}=e;return i().createElement(s.Z,{admin:t,slug:"stats",showMenu:!0})};o.propTypes={admin:c().bool.isRequired};const l=o},9894:(e,t,n)=>{"use strict";n.d(t,{Z:()=>m});var a=n(2947),c=n(5736),r=n(5162),i=n.n(r),s=n(9196),o=n.n(s),l=n(3703),u=n(5745),p=n(8112);const __=c.__,d=e=>{let{admin:t}=e;const{videoPressStats:n=!1}=window.myJetpackInitialState?.myJetpackFlags??{},{loading:c,hasError:r,change:i,currentFormatted:s,changePercentage:d}=(()=>{const{stats:e}=(0,l.i)("videopress"),t=void 0===e,n=null===e,c=e?.data?.views??{},{previous:r=null,current:i=null}=c,s=null!==i?(0,a.Z)(i,{notation:"compact",compactDisplay:"short"}):null,o=null!==i&&null!==r?i-r:null;let u=null;return null!==o&&(u=0===o?0:0===r?100:Math.round(o/r*100)),{loading:t,hasError:n,currentFormatted:s,change:o,changePercentage:u}})();if(!n||r)return o().createElement(u.Z,{admin:t,slug:"videopress",showMenu:!0});const m=__("Views, last 7 days","jetpack-my-jetpack");return o().createElement(u.Z,{admin:t,slug:"videopress",showMenu:!0},o().createElement(p.G,{loading:c,description:m,value:s,context:o().createElement(p.X,{change:i,changePercentage:d})}))};d.propTypes={admin:i().bool.isRequired};const m=d},2667:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(5609),c=n(5162),r=n.n(c),i=n(9196),s=n.n(i);const o=e=>{let{children:t,className:n,href:c,isLoading:r,onClick:i,isPrimary:o,disabled:l}=e;return s().createElement(a.Button,{onClick:i,className:n,href:c,variant:o?"primary":"secondary",disabled:r||l},r?s().createElement(a.Spinner,null):t)};o.propTypes={className:r().string,isLoading:r().bool,isPrimary:r().bool,disabled:r().bool},o.defaultProps={isLoading:!1,isPrimary:!0,disabled:!1};const l=o},968:(e,t,n)=>{"use strict";n.d(t,{Z:()=>C});var a=n(8899),c=n(5106),r=n(3396),i=n(4972),s=n(7325),o=n(8258),l=n(5609),u=n(5736),p=n(1074),d=n(1908),m=n(9201),g=n(5235),h=n.n(g),v=n(9196),f=n.n(v),k=n(2199),y=n(3703),E=n(2667),w=n(8429);const __=u.__;function b(e){let{value:t,currency:n,isOld:r}=e;if(!t||!n)return null;const i=(0,a.LR)(t,n),s=h()(w.Z.price,{[w.Z["is-old"]]:r});return f().createElement(c.ZP,{className:s,variant:"headline-medium",component:"p"},f().createElement(c.ZP,{component:"sup",variant:"title-medium"},i.symbol),i.integer,f().createElement(c.ZP,{component:"sup",variant:"title-medium"},i.fraction))}const j=e=>{let{slug:t,onClick:n,trackButtonClick:a,className:g,preferProductName:j,supportingInfo:C}=e;const{fileSystemWriteAccess:_,siteSuffix:Z,myJetpackUrl:N}=window?.myJetpackInitialState??{},{detail:S,isFetching:P}=(0,y.i)(t),{name:R,title:x,longDescription:A,features:z,disclaimers:I,pricingForUi:L,isBundle:M,supportedProducts:T,hasRequiredPlan:F,status:O,pluginSlug:U,postCheckoutUrl:D}=S,V="plugin_absent"===O&&"no"===_,{isFree:B,trialAvailable:H,fullPricePerMonth:J,currencyCode:q,discountPricePerMonth:G,wpcomProductSlug:W,wpcomFreeProductSlug:$,introductoryOffer:K,productTerm:Q}=L,{recordEvent:Y}=(0,k.Z)(),X=!B&&!F,ee=D||N,{run:te,hasCheckoutStarted:ne}=(0,o.Z)({productSlug:W,redirectUrl:ee,siteSuffix:Z,from:"my-jetpack"}),{run:ae,hasCheckoutStarted:ce}=(0,o.Z)({productSlug:$,redirectUrl:N,siteSuffix:Z,from:"my-jetpack"}),re=M?T.join("_plus_").split("_").map(((e,t)=>{if("plus"===e)return f().createElement(p.Z,{className:w.Z["plus-icon"],key:`icon-plugs${t}`,icon:d.Z,size:14});const n=(0,r.VS)(e);return f().createElement(n,{key:e,size:24})})):null;let ie;ie="month"===K?.intervalUnit&&1===K?.intervalCount?(0,u.sprintf)( +// translators: %s is the monthly price for a product +__("trial for the first month, then $%s /month, billed yearly","jetpack-my-jetpack"),J):"year"===Q?__("/month, paid yearly","jetpack-my-jetpack"):__("/month","jetpack-my-jetpack",0);const se=(0,v.useCallback)((()=>{a(),n?.(te,S)}),[n,a,te,S]),oe=(0,v.useCallback)((()=>{a($),n?.(ae)}),[n,a,ae,$]),le=(0,v.useCallback)((e=>{Y("jetpack_myjetpack_product_card_disclaimer_click",{id:e,product:t})}),[t,Y]);function ue(e){let{slug:t}=e;const n=(0,r.VS)(t);return n?f().createElement("div",{className:w.Z["product-icon"]},f().createElement(n,null)):null}const pe=(!M||M&&!F)&&H,de=R&&j?R:x,me=!M&&F?(0,u.sprintf)(/* translators: placeholder is product name. */ +__("Install %s","jetpack-my-jetpack"),de):(0,u.sprintf)(/* translators: placeholder is product name. */ +__("Get %s","jetpack-my-jetpack"),de);return f().createElement("div",{className:h()(w.Z.card,g,{[w.Z["is-bundle-card"]]:M})},M&&f().createElement("div",{className:w.Z["card-header"]},f().createElement(r.r7,{className:w.Z["product-bundle-icon"],size:16}),f().createElement(c.ZP,{variant:"label"},__("Popular upgrade","jetpack-my-jetpack"))),f().createElement("div",{className:w.Z.container},M&&f().createElement("div",{className:w.Z["product-bundle-icons"]},re),f().createElement(ue,{slug:t}),f().createElement(c.H3,null,de),f().createElement(c.ZP,{mb:3},A),f().createElement("ul",{className:w.Z.features},z.map(((e,t)=>f().createElement(c.ZP,{component:"li",key:`feature-${t}`,variant:"body"},f().createElement(p.Z,{icon:m.Z,size:24}),e)))),X&&f().createElement(f().Fragment,null,f().createElement("div",{className:w.Z["price-container"]},G0&&f().createElement("div",{className:w.Z.disclaimers},I.map(((e,t)=>{const{text:n,link_text:a=null,url:r=null}=e;return f().createElement(c.ZP,{key:`disclaimer-${t}`,component:"p",variant:"body-small"},`${n} `,r&&a&&f().createElement(l.ExternalLink,{onClick:()=>le(t),href:r,target:"_blank",rel:"noopener noreferrer"},a))}))),M&&F&&f().createElement("div",{className:w.Z["product-has-required-plan"]},f().createElement(r.KM,{size:36}),f().createElement(c.ZP,null,__("Active on your site","jetpack-my-jetpack"))),C&&f().createElement(c.ZP,{className:w.Z["supporting-info"],variant:"body-extra-small"},C)))};j.defaultProps={trackButtonClick:()=>{}};const C=j},9144:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});var a=n(9608),c=n(5347),r=n(526),i=n(1342),s=n(5106),o=n(8258),l=n(5736),u=n(5162),p=n.n(u),d=n(9196),m=n.n(d),g=n(3703);const __=l.__,h=e=>{let{cantInstallPlugin:t,onProductButtonClick:n,detail:i,tier:s,trackProductButtonClick:u}=e;const{siteSuffix:p,myJetpackUrl:g}=window?.myJetpackInitialState??{},{featuresByTier:h=[],pricingForUi:{tiers:v},title:f,postActivationUrl:k}=i,{callToAction:y,currencyCode:E,fullPrice:w,introductoryOffer:b,isFree:j,wpcomProductSlug:C}=v[s],{run:_,hasCheckoutStarted:Z}=(0,o.Z)({from:"my-jetpack",productSlug:C,redirectUrl:k||g,siteSuffix:p}),N=(0,d.useCallback)((()=>{u(),n?.(_,i,s)}),[u,n,_,i,s]),S=w?Math.ceil(w/12*100)/100:null,P=b?.costPerInterval?Math.ceil(b.costPerInterval/12*100)/100:null,R="month"===b?.intervalUnit&&1===b?.intervalCount,x=R?(0,l.sprintf)( +// translators: %s is the monthly price for a product +__("trial for the first month, then $%s /month, billed yearly","jetpack-my-jetpack"),S):__("/month, paid yearly","jetpack-my-jetpack",0),A=y||(j?__("Start for Free","jetpack-my-jetpack"):(0,l.sprintf)(/* translators: placeholder is product name. */ +__("Get %s","jetpack-my-jetpack"),f,0));return m().createElement(a.oK,{primary:!j},m().createElement(a.NE,null,j?m().createElement(c.Z,{price:0,legend:"",currency:"USD",hidePriceFraction:!0}):m().createElement(c.Z,{price:S,offPrice:P,legend:x,currency:E,hideDiscountLabel:R,hidePriceFraction:!0}),m().createElement(r.Z,{fullWidth:!0,variant:j?"secondary":"primary",onClick:N,isLoading:Z,disabled:Z||t},A)),h.map(((e,t)=>{const{included:n,description:c,struck_description:r,info:i}=e.tiers[s],o=r||c?m().createElement(m().Fragment,null,r?m().createElement(m().Fragment,null,m().createElement("del",null,r)," "):null,c?m().createElement("strong",null,c):null):null;return m().createElement(a.kF,{key:t,isIncluded:n,label:o,tooltipTitle:i?.title,tooltipInfo:i?.content?m().createElement("div",{dangerouslySetInnerHTML:{__html:i?.content}}):null,tooltipClassName:i?.class})})))};h.propTypes={cantInstallPlugin:p().bool.isRequired,onProductButtonClick:p().func.isRequired,detail:p().object.isRequired,tier:p().string.isRequired,trackProductButtonClick:p().func.isRequired};const v=e=>{let{slug:t,onProductButtonClick:n,trackProductButtonClick:c}=e;const{fileSystemWriteAccess:o}=window?.myJetpackInitialState??{},{detail:u}=(0,g.i)(t),{description:p,featuresByTier:v=[],pluginSlug:f,status:k,tiers:y=[],title:E}=u,w="plugin_absent"===k&&"no"===o,b=w&&m().createElement(i.Z,{level:"error",hideCloseButton:!0,title:m().createElement(s.ZP,null,(0,l.sprintf)( +// translators: %s is the plugin name. +__("Due to your server settings, we can't automatically install the plugin for you. Please manually install the %s plugin.","jetpack-my-jetpack"),E)),actions:[m().createElement(r.Z,{variant:"secondary",href:`https://wordpress.org/plugins/${f}`,isExternalLink:!0},__("Get plugin","jetpack-my-jetpack"))]}),j=(0,d.useMemo)((()=>v.map((e=>({name:e?.name,tooltipTitle:e?.info?.title,tooltipInfo:e?.info?.content?m().createElement("div",{dangerouslySetInnerHTML:{__html:e?.info?.content}}):null})))),[v]);return m().createElement(m().Fragment,null,b,m().createElement(a.ZP,{title:p,items:j},y.map(((e,t)=>m().createElement(h,{key:t,tier:e,detail:u,onProductButtonClick:n,trackProductButtonClick:c,primary:0===t,cantInstallPlugin:w})))))};v.propTypes={slug:p().string.isRequired,onProductButtonClick:p().func.isRequired,trackProductButtonClick:p().func.isRequired};const f=v},8093:(e,t,n)=>{"use strict";n.d(t,{B$:()=>x,Jw:()=>F,Q5:()=>L,WJ:()=>R,Yi:()=>A,jO:()=>I,q:()=>S,qA:()=>P,sI:()=>z,uw:()=>T,y$:()=>M});var a=n(9105),c=n(3363),r=n(3846),i=n(5106),s=n(526),o=n(9307),l=n(5736),u=n(5235),p=n.n(u),d=n(9196),m=n.n(d),g=n(2199),h=n(3345),v=n(3703),f=n(5626),k=n(968),y=n(9144),E=n(5610),w=n(4763),b=n(2605),j=n(1488),C=n(720),_=n(1287),Z=n(1439);const __=l.__;function N(e){let{bundle:t,existingLicenseKeyUrl:n="admin.php?page=my-jetpack#/add-license",installsPlugin:l=!1,slug:u,supportingInfo:E,preferProductName:w=!1,children:b=null,imageContainerClassName:j=""}=e;const{activate:C,detail:Z}=(0,v.i)(u),{isUpgradableByBundle:N,tiers:S}=Z,{recordEvent:P}=(0,g.Z)();(0,d.useEffect)((()=>{P("jetpack_myjetpack_product_interstitial_view",{product:u})}),[P,u]);const R=(0,d.useCallback)((function(){P("jetpack_myjetpack_product_interstitial_add_link_click",{product:(arguments.length>0&&void 0!==arguments[0]?arguments[0]:null)??u})}),[P,u]),x=(0,d.useCallback)((()=>{P("jetpack_myjetpack_product_interstitial_add_link_click",{product:t})}),[P,t]),A=(0,h.Z)("/"),z=(0,d.useCallback)(((e,t,n)=>{(t?.isBundle?Promise.resolve():C()).finally((()=>{if(t?.isBundle)return void e?.();const a=t?.postActivationUrl,c=n?t?.hasRequiredTier?.[n]:t?.hasRequiredPlan;if(!(!(n?t?.pricingForUi?.tiers?.[n]?.isFree:t?.pricingForUi?.isFree)&&!c))return a?void(window.location.href=a):A();e?.()}))}),[A,C]),I=(0,d.useCallback)((e=>{u&&P("jetpack_myjetpack_product_interstitial_back_link_click",{product:u}),document.referrer.includes(window.location.host)&&(e.preventDefault(),history.back())}),[P,u]);return m().createElement(a.Z,{showHeader:!1,showBackground:!1},m().createElement(c.Z,{horizontalSpacing:3,horizontalGap:3},m().createElement(r.Z,{className:_.Z["product-interstitial__header"]},m().createElement(f.Z,{onClick:I}),n&&m().createElement(i.ZP,{variant:"body-small"},(0,o.createInterpolateElement)(__("Already have an existing plan or license key? Get started.","jetpack-my-jetpack"),{a:m().createElement(s.Z,{className:_.Z["product-interstitial__license-activation-link"],href:n,variant:"link"})}))),m().createElement(r.Z,null,S&&S.length?m().createElement(y.Z,{slug:u,clickHandler:z,onProductButtonClick:z,trackProductButtonClick:R}):m().createElement(c.Z,{className:N?null:_.Z.container,horizontalSpacing:0,horizontalGap:0,fluid:!0},m().createElement(r.Z,{sm:4,md:4,lg:7},m().createElement(k.Z,{slug:u,trackButtonClick:R,onClick:l?z:void 0,className:N?_.Z.container:null,supportingInfo:E,preferProductName:w})),m().createElement(r.Z,{sm:4,md:4,lg:5,className:p()(_.Z.imageContainer,j)},t?m().createElement(k.Z,{slug:t,trackButtonClick:x,onClick:z,className:N?_.Z.container:null}):b)))))}function S(){const e="anti-spam",{detail:t}=(0,v.i)(e),{isPluginActive:n}=t;return m().createElement(N,{slug:e,installsPlugin:!0,bundle:"security",existingLicenseKeyUrl:n?"admin.php?page=akismet-key-config":null,preferProductName:!0})}function P(){return m().createElement(N,{slug:"backup",installsPlugin:!0,bundle:"security"})}function R(){return m().createElement(N,{slug:"boost",installsPlugin:!0},m().createElement("img",{src:E,alt:"Boost"}))}function x(){return m().createElement(N,{slug:"crm",installsPlugin:!0},m().createElement("img",{src:w,alt:"CRM"}))}function A(){return m().createElement(N,{slug:"extras",installsPlugin:!0},m().createElement("img",{src:b,alt:"Extras"}))}function z(){return m().createElement(N,{slug:"jetpack-ai",installsPlugin:!0,imageContainerClassName:_.Z.aiImageContainer},m().createElement("img",{src:j,alt:"Jetpack AI"}))}function I(){return m().createElement(N,{slug:"protect",installsPlugin:!0})}function L(){return m().createElement(N,{slug:"scan",installsPlugin:!0,bundle:"security"})}function M(){return m().createElement(N,{slug:"social",installsPlugin:!0})}function T(){const{detail:e}=(0,v.i)("search");return m().createElement(N,{slug:"search",installsPlugin:!0,supportingInfo:(e?.pricingForUi?.trialAvailable?__("Jetpack Search Free supports up to 5,000 records and 500 search requests per month for free. You will be asked to upgrade to a paid plan if you exceed these limits for three continuous months.","jetpack-my-jetpack"):"")+__("For the paid plan, pricing will automatically adjust based on the number of records in your search index. If you grow into a new pricing tier, we'll let you know before your next billing cycle.","jetpack-my-jetpack")},m().createElement("img",{src:C,alt:"Search"}))}function F(){return m().createElement(N,{slug:"videopress",installsPlugin:!0},m().createElement("img",{src:Z,alt:"VideoPress"}))}},673:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var a=n(1294),c=n(3281),r=n(5736),i=n(9196),s=n.n(i),o=n(1750),l=n(6986);const __=r.__;function u(){const{userConnectionData:e}=(0,a.Z)(),t=e?.currentUser?.wpcomUser?.display_name||e?.currentUser?.wpcomUser?.login||e?.currentUser?.username,{isFetchingPurchases:n,purchases:r}=(0,o.Z)(),i=(0,l.o)(r);return n?s().createElement(s().Fragment,null,__("Checking gold status…","jetpack-my-jetpack")):s().createElement(s().Fragment,null,s().createElement(c.H,{tokenRedeemed:i,displayName:t}))}},2889:(e,t,n)=>{"use strict";n.d(t,{Z:()=>w});var a=n(3363),c=n(3846),r=n(526),i=n(5736),s=n(1074),o=n(4955),l=n(6514),u=n(5316),p=n(9196),d=n.n(p),m=n(2199),g=n(3703),h=n(1062),v=n(2307),f=n(6086),k=n(5090),y=n(5026),E=n(2091);const __=i.__,w=e=>{let{counts:t,previousCounts:n}=e;const{detail:i}=(0,g.i)("stats"),{recordEvent:w}=(0,m.Z)(),b=i.status===v.N.ERROR,j=(0,p.useCallback)((()=>{w(`jetpack_myjetpack_stats_card_${b?"fixconnection":"seedetailedstats"}_click`,{product:"stats"})}),[b,w]),C=b?"#/connection":"admin.php?page=stats";return d().createElement(a.Z,{fluid:!0,horizontalSpacing:0},d().createElement(c.Z,{lg:12},d().createElement(h.Z,{title:"Stats"},d().createElement("h3",{className:E.Z["section-title"]},d().createElement("span",null,__("7-day highlights","jetpack-my-jetpack")),d().createElement("small",{className:E.Z["section-description"]},__("Compared to previous period","jetpack-my-jetpack"))),d().createElement("div",{className:E.Z["cards-list"]},d().createElement(k.Z,{heading:__("Views","jetpack-my-jetpack"),icon:d().createElement(s.Z,{icon:y.Z}),count:t?.views,previousCount:n?.views}),d().createElement(k.Z,{heading:__("Visitors","jetpack-my-jetpack"),icon:d().createElement(s.Z,{icon:o.Z}),count:t?.visitors,previousCount:n?.visitors}),d().createElement(k.Z,{heading:__("Likes","jetpack-my-jetpack"),icon:d().createElement(s.Z,{icon:l.Z}),count:t?.likes,previousCount:n?.likes}),d().createElement(k.Z,{heading:__("Comments","jetpack-my-jetpack"),icon:d().createElement(s.Z,{icon:u.Z}),count:t?.comments,previousCount:n?.comments})),d().createElement("div",{className:E.Z.actions},d().createElement(r.Z,{size:"small",weight:"regular",variant:b?"primary":"secondary",href:C,onClick:j},b&&__("Fix connection","jetpack-my-jetpack"),!b&&__("See detailed stats","jetpack-my-jetpack")),d().createElement(f.Z,{status:i.status})))))}},5090:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});var a=n(2947),c=n(5609),r=n(1074),i=n(9404),s=n(986),o=n(5235),l=n.n(o),u=n(5162),p=n.n(u),d=n(9196),m=n.n(d),g=n(2091);const h=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return null!==e&&Number.isFinite(e)?(0,a.Z)(e,t):"-"},v=e=>{let{count:t=0,previousCount:n=0,icon:a,heading:o}=e;const u=(d=n,"number"!=typeof(p=t)||"number"!=typeof d?null:p-d);var p,d;const v=Math.abs(u),f=Number.isFinite(u)?((e,t)=>{if("number"!=typeof e||"number"!=typeof t)return null;if(0===e&&0===t)return 0;const n=e/t*100;return Math.abs(n)===1/0?100:Math.round(n)})(v,n):null,k={maximumFractionDigits:1,notation:"compact"};return m().createElement(c.Card,{className:g.Z["stats-card"]},a&&m().createElement("div",{className:g.Z["stats-card-icon"]},a),o&&m().createElement("div",{className:g.Z["stats-card-heading"]},o),m().createElement("div",{className:g.Z["stats-card-count"]},m().createElement("span",{className:g.Z["stats-card-count-value"],title:Number.isFinite(t)?String(t):void 0},h(t,k)),null!==u?m().createElement("span",{className:l()(g.Z["stats-card-difference"],{[g.Z["stats-card-difference--positive"]]:u<0,[g.Z["stats-card-difference--negative"]]:u>0})},m().createElement("span",{className:g.Z["stats-card-difference-icon"],title:String(u)},u<0&&m().createElement(r.Z,{size:18,icon:i.Z}),u>0&&m().createElement(r.Z,{size:18,icon:s.Z})),m().createElement("span",{className:g.Z["stats-card-difference-absolute-value"]},h(v,v>9999?k:{})),null!==f&&m().createElement("span",{className:g.Z["stats-card-difference-absolute-percentage"]},"(",f,"%)")):null))};v.propTypes={count:p().number,heading:p().node,icon:p().node,previousCount:p().number};const f=v},5026:(e,t,n)=>{"use strict";n.d(t,{Z:()=>c});var a=n(5609);const c=React.createElement(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement(a.Path,{d:"m4 13 .67.336.003-.005a2.42 2.42 0 0 1 .094-.17c.071-.122.18-.302.329-.52.298-.435.749-1.017 1.359-1.598C7.673 9.883 9.498 8.75 12 8.75s4.326 1.132 5.545 2.293c.61.581 1.061 1.163 1.36 1.599a8.29 8.29 0 0 1 .422.689l.002.005L20 13l.67-.336v-.003l-.003-.005-.008-.015-.028-.052a9.752 9.752 0 0 0-.489-.794 11.6 11.6 0 0 0-1.562-1.838C17.174 8.617 14.998 7.25 12 7.25S6.827 8.618 5.42 9.957c-.702.669-1.22 1.337-1.563 1.839a9.77 9.77 0 0 0-.516.845l-.008.015-.002.005-.001.002v.001L4 13Zm8 3a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z"}))},9593:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(5710),c=n(2889);const r=()=>{const{statsCounts:e}=(0,a.Z)(),t=e?.past_seven_days||{},n=e?.between_past_eight_and_fifteen_days||{};return React.createElement(c.Z,{counts:t,previousCounts:n})}},8565:(e,t,n)=>{"use strict";n.d(t,{f6:()=>c,w6:()=>a});const a="my-jetpack-my-plans-manage",c="my-jetpack-my-plans-purchase"},2199:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var a=n(6975),c=n(9196),r=n(1689);const i=()=>{const{isUserConnected:e,connectedPlugins:t,userConnectionData:n={}}=(0,r.Z)(),{login:i,ID:s}=n.currentUser?.wpcomUser||{};(0,c.useEffect)((()=>{e&&s&&i&&a.Z.initialize(s,i)}),[s,e,i]);const o=Object.keys(t||{}).sort().join(",").replaceAll("jetpack-",""),{clearedIdentity:l,ga:u,mc:p,pageView:d,purchase:m,setGoogleAnalyticsEnabled:g,setMcAnalyticsEnabled:h,setProperties:v,tracks:f}=a.Z;return{clearedIdentity:l,ga:u,mc:p,pageView:d,purchase:m,recordEvent:(0,c.useCallback)(((e,t)=>{f.recordEvent(e,{...t,version:window?.myJetpackInitialState?.myJetpackVersion,referring_plugins:o})}),[]),setGoogleAnalyticsEnabled:g,setMcAnalyticsEnabled:h,setProperties:v,tracks:f}}},4106:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9818),c=n(7493);function r(){return{availableLicenses:(0,a.useSelect)((e=>e(c.t).getAvailableLicenses())),fetchingAvailableLicenses:(0,a.useSelect)((e=>e(c.t).isFetchingAvailableLicenses()))}}},6913:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9818),c=n(7493);function r(){const{jwt:e,isFetchingChatAuthentication:t}=(0,a.useSelect)((e=>{const{getChatAuthentication:t,isRequestingChatAuthentication:n}=e(c.t);return{jwt:t(),isFetchingChatAuthentication:n()}}));return{jwt:e,isFetchingChatAuthentication:t}}},8869:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9818),c=n(7493);function r(){const{isAvailable:e,isFetchingChatAvailability:t}=(0,a.useSelect)((e=>{const{getChatAvailability:t,isRequestingChatAvailability:n}=e(c.t);return{isAvailable:t(),isFetchingChatAvailability:n()}}));return{isAvailable:e,isFetchingChatAvailability:t}}},5371:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(9818),c=n(5736),r=n(9196),i=n(7493),s=n(1689),o=n(3345);const __=c.__;function l(){const e=(0,o.Z)("/connection"),{setGlobalNotice:t}=(0,a.useDispatch)(i.t),n=(0,a.useSelect)((e=>e(i.t).getProductsThatRequiresUserConnection())),{isSiteConnected:l,hasConnectedOwner:u,isUserConnected:p}=(0,s.Z)(),d=!u&&!p&&n.length>0,m=(0,c.sprintf)(/* translators: placeholder is product name. */ +__("Jetpack %s needs a user connection to WordPress.com to be able to work.","jetpack-my-jetpack"),n[0]),g=n.length>1?__("Some products need a user connection to WordPress.com to be able to work.","jetpack-my-jetpack"):m,h=__("Some products need a connection to WordPress.com to be able to work.","jetpack-my-jetpack");(0,r.useEffect)((()=>{l?d&&t(g,{status:"error",actions:[{label:__("Connect your user account to fix this","jetpack-my-jetpack"),onClick:e,noDefaultClasses:!0}]}):t(h,{status:"warning",actions:[{label:__("Connect your site to fix this","jetpack-my-jetpack"),onClick:e,variant:"link",noDefaultClasses:!0}]})}),[l,h,g,d,e,t])}},1689:(e,t,n)=>{"use strict";n.d(t,{Z:()=>c});var a=n(1294);function c(){const{apiRoot:e,apiNonce:t}=myJetpackRest,{topJetpackMenuItemUrl:n}=myJetpackInitialState,c=(0,a.Z)({apiRoot:e,apiNonce:t}),r=c.isRegistered;return{apiNonce:t,apiRoot:e,...c,isSiteConnected:r,topJetpackMenuItemUrl:n}}},3345:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9196),c=n(6417);function r(e){const t=(0,c.s0)();return(0,a.useCallback)((()=>t(e)),[t,e])}},5031:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9818),c=n(7493);function r(){const e=(0,a.useDispatch)(),{message:t,options:n}=(0,a.useSelect)((e=>e(c.t).getGlobalNotice()));return{message:t,options:n||{},clean:()=>e(c.t).cleanGlobalNotice()}}},3703:(e,t,n)=>{"use strict";n.d(t,{i:()=>r});var a=n(9818),c=n(7493);function r(e){const{activateProduct:t,deactivateProduct:n,installStandalonePluginForProduct:r,deactivateStandalonePluginForProduct:i}=(0,a.useDispatch)(c.t),s=(0,a.useSelect)((t=>t(c.t).getProduct(e)));return{activate:()=>t(e),deactivate:()=>n(e),deactivateStandalonePlugin:()=>i(e),installStandalonePlugin:()=>r(e),productsList:(0,a.useSelect)((e=>e(c.t).getProducts())),detail:s,isActive:"active"===s.status,isFetching:(0,a.useSelect)((t=>t(c.t).isFetching(e))),stats:(0,a.useSelect)((t=>t(c.t).getProductStats(e)))}}},1750:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9818),c=n(7493);function r(){const{purchases:e,isFetchingPurchases:t}=(0,a.useSelect)((e=>{const{getPurchases:t,isRequestingPurchases:n}=e(c.t);return{purchases:t(),isFetchingPurchases:n()}}));return{purchases:e,isFetchingPurchases:t}}},5710:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9818),c=n(7493);function r(){const{statsCounts:e,isFetchingStatsCounts:t}=(0,a.useSelect)((e=>{const{getStatsCounts:t,isFetchingStatsCounts:n}=e(c.t);return{statsCounts:t(),isFetchingStatsCounts:n()}}));return{statsCounts:e,isFetchingStatsCounts:t}}},9274:(e,t,n)=>{"use strict";n.d(t,{$v:()=>j,G6:()=>C,GH:()=>p,IF:()=>f,JU:()=>N,MG:()=>b,N:()=>E,Np:()=>d,RT:()=>o,SK:()=>S,ZP:()=>L,cL:()=>y,d1:()=>_,dE:()=>h,dI:()=>g,dq:()=>v,fE:()=>Z,kk:()=>k,ny:()=>l,qp:()=>w,vv:()=>m,z8:()=>u});var a=n(428),c=n(6989),r=n.n(c),i=n(5736),s=n(2086);const __=i.__,o="SET_PURCHASES_IS_FETCHING",l="FETCH_PURCHASES",u="SET_PURCHASES",p="SET_AVAILABLE_LICENSES_IS_FETCHING",d="SET_AVAILABLE_LICENSES",m="SET_IS_FETCHING_PRODUCT",g="SET_PRODUCT",h="SET_PRODUCT_REQUEST_ERROR",v="SET_PRODUCT_STATUS",f="SET_CHAT_AVAILABILITY_IS_FETCHING",k="SET_CHAT_AVAILABILITY",y="SET_CHAT_AUTHENTICATION_IS_FETCHING",E="SET_CHAT_AUTHENTICATION",w="SET_PRODUCT_DATA_IS_FETCHING",b="SET_PRODUCT_DATA",j="SET_STATS_COUNTS_IS_FETCHING",C="SET_STATS_COUNTS",_="SET_GLOBAL_NOTICE",Z="CLEAN_GLOBAL_NOTICE",N="SET_PRODUCT_STATS",S="SET_IS_FETCHING_PRODUCT_STATS",P=e=>({type:g,product:e}),R=(e,t)=>({type:h,productId:e,error:t}),x=(e,t)=>({type:"SET_GLOBAL_NOTICE",message:e,options:t});function A(e,t){return{type:m,productId:e,isFetching:t}}function z(e,t,n){let{select:c,dispatch:o,registry:l}=n;return new Promise(((n,u)=>{if(!c.isValidProduct(e)){const t=__("Invalid product name","jetpack-my-jetpack"),n=new Error(t);return o(R(e,n)),o(x(t,{status:"error",isDismissible:!0})),void u(n)}const p=t.activate?"POST":"DELETE";return o(A(e,!0)),r()({path:`${s.Jk}/${e}`,method:p}).then((t=>{o(A(e,!1)),o(P(t)),l.dispatch(a.t).refreshConnectedPlugins(),n(t?.status)})).catch((t=>{const{name:n}=c.getProduct(e),a=(0,i.sprintf)( +// translators: %$1s: Jetpack Product name +__("Failed to activate %1$s. Please try again","jetpack-my-jetpack"),n);o(A(e,!1)),o(R(e,t)),o(x(a,{status:"error",isDismissible:!0})),u(t)}))}))}const I={setProduct:P,activateProduct:e=>async t=>await z(e,{activate:!0},t),deactivateStandalonePluginForProduct:e=>async t=>await z(e,{activate:!1},t),installStandalonePluginForProduct:e=>async t=>{const{select:n,dispatch:c,registry:o}=t;return await new Promise(((t,l)=>{if(!n.isValidProduct(e)){const t=__("Invalid product name","jetpack-my-jetpack"),n=new Error(t);return c(R(e,n)),c(x(t,{status:"error",isDismissible:!0})),void l(n)}return c(A(e,!0)),r()({path:`${s.Jk}/${e}/install-standalone`,method:"POST"}).then((n=>{c(A(e,!1)),c(P(n)),o.dispatch(a.t).refreshConnectedPlugins(),t(n?.standalone_plugin_info)})).catch((t=>{const{name:a}=n.getProduct(e),r=(0,i.sprintf)( +// translators: %$1s: Jetpack Product name; %$2s: Original error message +__("Failed to install standalone plugin for %1$s: %2$s. Please try again","jetpack-my-jetpack"),a,t.message);c(A(e,!1)),c(R(e,t)),c(x(r,{status:"error",isDismissible:!0})),l(t)}))}))},setIsFetchingProduct:A,setRequestProductError:R,setProductStatus:(e,t)=>({type:v,productId:e,status:t})},L={setPurchasesIsFetching:e=>({type:o,isFetching:e}),setChatAvailabilityIsFetching:e=>({type:f,isFetching:e}),setChatAuthenticationIsFetching:e=>({type:y,isFetching:e}),fetchPurchases:()=>({type:l}),setPurchases:e=>({type:u,purchases:e}),setChatAvailability:e=>({type:k,chatAvailability:e}),setChatAuthentication:e=>({type:E,chatAuthentication:e}),setProductDataIsFetching:e=>({type:w,isFetching:e}),setProductData:e=>({type:b,productData:e}),setAvailableLicensesIsFetching:e=>({type:p,isFetching:e}),fetchAvailableLicenses:()=>({type:"FETCH_AVAILABLE_LICENSES"}),setAvailableLicenses:e=>({type:d,availableLicenses:e}),setProductStats:(e,t)=>({type:N,productId:e,stats:t}),setIsFetchingProductStats:(e,t)=>({type:S,productId:e,isFetching:t}),setStatsCounts:e=>({type:C,statsCounts:e}),setStatsCountsIsFetching:e=>({type:j,isFetching:e}),...{setGlobalNotice:x,cleanGlobalNotice:()=>({type:"CLEAN_GLOBAL_NOTICE"})},...I}},2086:(e,t,n)=>{"use strict";n.d(t,{Hq:()=>s,Jk:()=>r,LQ:()=>c,Vx:()=>d,dS:()=>i,iB:()=>l,n2:()=>p,rs:()=>u,xD:()=>o});const a="my-jetpack/v1",c=`${a}/site/purchases`,r=`${a}/site/products`,i=`${a}/site/product-data`,s=`${a}/chat/availability`,o=`${a}/chat/authentication`,l=["scan"],u="videopress",p="videopress/v1/stats/featured",d=e=>`jetpack/v4/stats-app/sites/${e}/stats/highlights`},9462:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var a=n(6989),c=n.n(a),r=n(9274),i=n(2086);const s={[r.ny]:function(){return new Promise(((e,t)=>{c()({path:i.LQ}).then(e).catch(t)}))}}},925:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9818),c=n(9274);const r=(0,a.combineReducers)({products:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.vv:{const{productId:n,isFetching:a}=t;return{...e,isFetching:{...e.isFetching,[n]:a},errors:{...e.errors,[n]:a?void 0:e.errors[n]}}}case c.dq:{const{productId:n,status:a}=t;return{...e,items:{...e.items,[n]:{...e.items[n],status:a}}}}case c.dI:{const{product:n}=t,{slug:a}=n;return{...e,items:{...e.items,[a]:n}}}case c.dE:{const{productId:n,error:a}=t;return{...e,errors:{...e.errors,[n]:a}}}default:return e}},productData:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.qp:return{...e,isFetching:t.isFetching};case c.MG:return{...e,items:t?.productData||{}};default:return e}},purchases:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.RT:return{...e,isFetching:t.isFetching};case c.z8:return{...e,items:t?.purchases||[]};default:return e}},chatAvailability:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{isFetching:!1,isAvailable:!1},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.IF:return{...e,isFetching:t.isFetching};case c.kk:return{...e,isAvailable:t?.chatAvailability?.is_available};default:return e}},chatAuthentication:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{isFetching:!1,jwt:!1},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.cL:return{...e,isFetching:t.isFetching};case c.N:return{...e,jwt:t?.chatAuthentication?.user?.jwt};default:return e}},availableLicenses:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.GH:return{...e,isFetching:t.isFetching};case c.Np:return{...e,items:t?.availableLicenses||[]};default:return e}},notices:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{global:{}},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.d1:{const{message:n,options:a}=t;return{...e,global:{message:n,options:a}}}case c.fE:return{...e,global:{}};default:return e}},plugins:function(){return arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}},stats:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.SK:{const{productId:n,isFetching:a}=t;return{...e,isFetching:{...e.isFetching,[n]:a}}}case c.JU:{const{productId:n,stats:a}=t;return{...e,items:{...e.items,[n]:a}}}default:return e}},statsCounts:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case c.$v:return{...e,isFetching:t.isFetching};case c.G6:return{...e,data:t?.statsCounts||{}};default:return e}}})},9844:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var a=n(4743),c=n(428),r=n(6989),i=n.n(r),s=n(5736),o=n(2307),l=n(2086),u=n(6484);const __=s.__,p={...{getProduct:{isFulfilled:(e,t)=>(e?.products?.items||{}).hasOwnProperty(t)&&!l.iB.includes(t),fulfill:e=>async t=>{let{dispatch:n}=t;try{n.setIsFetchingProduct(e,!0);const t=await i()({path:`${l.Jk}/${e}`});return n.setProduct(t),n.setIsFetchingProduct(e,!1),Promise.resolve()}catch(t){if(n.setIsFetchingProduct(e,!1),t?.code&&t?.message)return n.setRequestProductError(e,t),Promise.reject(t);throw new Error(t)}}},getPurchases:()=>async e=>{let{dispatch:t}=e;t.setPurchasesIsFetching(!0);try{t.setPurchases(await i()({path:l.LQ})),t.setPurchasesIsFetching(!1)}catch(e){t.setPurchasesIsFetching(!1),"not_connected"!==e.code&&t.setGlobalNotice(__("There was an error fetching your purchases information. Check your site connectivity and try again.","jetpack-my-jetpack"),{status:"error"})}},getChatAvailability:()=>async e=>{let{dispatch:t}=e;t.setChatAvailabilityIsFetching(!0);try{t.setChatAvailability(await i()({path:l.Hq})),t.setChatAvailabilityIsFetching(!1)}catch(e){t.setChatAvailabilityIsFetching(!1)}},getChatAuthentication:()=>async e=>{let{dispatch:t}=e;t.setChatAuthenticationIsFetching(!0);try{t.setChatAuthentication(await i()({path:l.xD})),t.setChatAuthenticationIsFetching(!1)}catch(e){t.setChatAuthenticationIsFetching(!1)}},getAvailableLicenses:()=>async e=>{let{dispatch:t}=e;t.setAvailableLicensesIsFetching(!0);try{const{apiRoot:e,apiNonce:n}=window?.myJetpackRest||{};a.ZP.setApiRoot(e),a.ZP.setApiNonce(n);const c=await a.ZP.getUserLicenses();c&&c.items?t.setAvailableLicenses(c.items.filter((e=>{let{attached_at:t,revoked_at:n}=e;return null===t&&null===n}))):t.setAvailableLicenses([])}catch(e){t.setAvailableLicenses([])}finally{t.setAvailableLicensesIsFetching(!1)}},getProductData:()=>async e=>{let{dispatch:t}=e;t.setProductDataIsFetching(!0);try{t.setProductData(await i()({path:l.dS})),t.setProductDataIsFetching(!1)}catch(e){t.setProductDataIsFetching(!1)}},getStatsCounts:()=>async e=>{const{dispatch:t,registry:n}=e;t.setStatsCountsIsFetching(!0);const a=n.select(c.t).getBlogId();try{t.setStatsCounts(await i()({path:(0,l.Vx)(a)})),t.setStatsCountsIsFetching(!1)}catch(e){t.setStatsCountsIsFetching(!1)}}},getProductStats:{isFulfilled:(e,t)=>e.stats?.items?.hasOwnProperty(t)||!1,fulfill:e=>async t=>{let{dispatch:n,select:a}=t;const{status:c}=a.getProduct(e);if(c!==o.N.ACTIVE)return n.setProductStats(e,null),Promise.resolve();try{n.setIsFetchingProductStats(e,!0);const t=await(0,u.Z)(e);return n.setProductStats(e,t),n.setIsFetchingProductStats(e,!1),Promise.resolve()}catch(t){if(n.setProductStats(e,null),n.setIsFetchingProductStats(e,!1),t?.code&&t?.message)return Promise.reject(t);throw new Error(t)}}}}},6896:(e,t,n)=>{"use strict";n.d(t,{ZP:()=>s});var a=n(2307),c=n(6782);const r=e=>e.products?.items||{},i=e=>Object.keys(r(e)),s={...{getProducts:r,getProductNames:i,getProduct:(e,t)=>{const n=r(e)?.[t]||{},a=(0,c.N)(n,!0);return a.standalonePluginInfo=(0,c.N)(a.standalonePluginInfo||{},!0),a.pricingForUi=(0,c.N)(a.pricingForUi||{},!0),a.pricingForUi.introductoryOffer=a.pricingForUi.isIntroductoryOffer?(0,c.N)(a.pricingForUi.introductoryOffer,!0):null,a.pricingForUi?.tiers&&(a.pricingForUi.tiers=(0,c.N)(a.pricingForUi.tiers,!0),a.pricingForUi.tiers=Object.keys(a.pricingForUi.tiers).reduce(((e,t)=>{const n=(0,c.N)(a.pricingForUi.tiers[t],!0)||{};return e[t]={...n,introductoryOffer:n?.isIntroductoryOffer?(0,c.N)(n?.introductoryOffer,!0):null},e}),{})),a.features=a.features||[],a.supportedProducts=a.supportedProducts||[],a.pricingForUi.fullPricePerMonth="year"===a.pricingForUi.productTerm?Math.ceil(a.pricingForUi.fullPrice/12*100)/100:a.pricingForUi.fullPrice,a.pricingForUi.discountPricePerMonth="year"===a.pricingForUi.productTerm?Math.ceil(a.pricingForUi.discountPrice/12*100)/100:a.pricingForUi.discountPrice,a},isValidProduct:(e,t)=>i(e).includes(t),isFetching:(e,t)=>e.products?.isFetching?.[t]||!1,getProductsThatRequiresUserConnection:e=>{const t=r(e);return Object.keys(t).reduce(((e,n)=>{const c=t[n];return c?.requires_user_connection&&(c?.status===a.N.ACTIVE||c?.status===a.N.ERROR)&&e.push(c?.name),e}),[])}},getPurchases:e=>e.purchases?.items||[],isRequestingPurchases:e=>e.purchases?.isFetching||!1,getChatAvailability:e=>e.chatAvailability.isAvailable,isRequestingChatAvailability:e=>e.chatAvailability.isFetching,getChatAuthentication:e=>e.chatAuthentication.jwt,isRequestingChatAuthentication:e=>e.chatAuthentication.isFetching,getProductData:e=>e.productData?.items||{},isFetchingProductData:e=>e.productData?.isFetching||!1,getAvailableLicenses:e=>e.availableLicenses?.items||[],isFetchingAvailableLicenses:e=>e.availableLicenses?.isFetching||!1,getGlobalNotice:e=>e.notices?.global,...{hasStandalonePluginInstalled:e=>Object.values(e.plugins).filter((e=>["jetpack-backup","jetpack-boost","jetpack-protect","jetpack-search","jetpack-social","jetpack-videopress"].indexOf(e.TextDomain)>=0)).length>0},...{getProductStats:(e,t)=>e.stats?.items?.[t],isFetchingProductStats:(e,t)=>e.stats?.isFetching?.[t]||!1},...{getStatsCounts:e=>e.statsCounts?.data,isFetchingStatsCounts:e=>e.statsCounts?.isFetching||!1}}},6484:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(2086),c=n(667);const r=async e=>e===a.rs?(0,c.Z)():null},667:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var a=n(6989),c=n.n(a),r=n(2086);const i=async()=>c()({path:r.n2})},1214:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(9818);class c{static store=null;static mayBeInit(e,t){null===c.store&&(c.store=(0,a.createReduxStore)(e,t),(0,a.register)(c.store))}}const r=c},7493:(e,t,n)=>{"use strict";n.d(t,{N:()=>u,t:()=>l});var a=n(9274),c=n(9462),r=n(925),i=n(9844),s=n(6896),o=n(1214);const l="my-jetpack";function u(){o.Z.mayBeInit(l,{__experimentalUseThunks:!0,reducer:r.Z,actions:a.ZP,selectors:s.ZP,resolvers:i.Z,controls:c.Z,initialState:window.myJetpackInitialState||{}})}},8295:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(6895),c=n(8565);function r(){const e=window?.myJetpackInitialState?.siteSuffix;return(0,a.Z)(c.w6,{site:e})}},7258:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(6895),c=n(8565);function r(){const e=window?.myJetpackInitialState?.siteSuffix,t=window?.myJetpackInitialState?.myJetpackUrl?`redirect_to=${window?.myJetpackInitialState?.myJetpackUrl}`:null;return(0,a.Z)(c.f6,{site:e,query:t})}},6986:(e,t,n)=>{"use strict";function a(e){let{partner_slug:t}=e;return!!t&&"goldenticket"===t}function c(e){return!!Array.isArray(e)&&e.filter((e=>a(e))).length>0}n.d(t,{h:()=>a,o:()=>c})},6782:(e,t,n)=>{"use strict";function a(e){return e.replace(/([-_][a-z])/gi,(e=>e.toUpperCase().replace("_","")))}function c(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];const n=Object.assign({},e);for(const e in n)n.hasOwnProperty(e)&&-1!==e.indexOf("_")&&(n[a(e)]=n[e],t&&delete n[e]);return n}n.d(t,{N:()=>c})},2042:(e,t,n)=>{"use strict";e.exports=n.p+"images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg"},724:(e,t,n)=>{"use strict";e.exports=n.p+"images/disconnect-thanks-5873bfac56a9bd7322cd.jpg"},8702:(e,t,n)=>{"use strict";e.exports=n.p+"images/jetpack-license-activation-with-lock-7b01c1a4cf56de799cd7.png"},1160:(e,t,n)=>{"use strict";e.exports=n.p+"images/jetpack-license-activation-with-success-cad524ede4e793cc0ece.png"},5242:(e,t,n)=>{"use strict";e.exports=n.p+"images/apple-92dacafad84e79708a74.svg"},6790:(e,t,n)=>{"use strict";e.exports=n.p+"images/connect-f27775ac15cf885713c2.png"},184:(e,t,n)=>{"use strict";e.exports=n.p+"images/google-dec2a429bf1d8e83f9ad.svg"},4403:(e,t,n)=>{"use strict";e.exports=n.p+"images/wordpress-1fc3e0ba6c52e9707900.svg"},8489:(e,t,n)=>{"use strict";e.exports=n.p+"images/cloud-81ac85ba680343200f54.svg"},3815:(e,t,n)=>{"use strict";e.exports=n.p+"images/empty-avatar-fea23feddfa99b07c2e8.svg"},9182:(e,t,n)=>{"use strict";e.exports=n.p+"images/jetpack-9de1caef5eb5c22da5d6.svg"},5610:(e,t,n)=>{"use strict";e.exports=n.p+"images/boost-a54137485af36fdffe9c.png"},4763:(e,t,n)=>{"use strict";e.exports=n.p+"images/crm-7e7684ae2c40327d8fed.png"},2605:(e,t,n)=>{"use strict";e.exports=n.p+"images/extras-26daf36507504c96d066.png"},1488:(e,t,n)=>{"use strict";e.exports=n.p+"images/jetpack-ai-29e60474d5890cbb6889.png"},720:(e,t,n)=>{"use strict";e.exports=n.p+"images/search-f9756bd9c926d905fe70.png"},1439:(e,t,n)=>{"use strict";e.exports=n.p+"images/videopress-9591093a9a238cc48a35.png"},4462:e=>{"use strict";if(void 0==={consumer_slug:"my_jetpack"}){var t=new Error('Cannot find module \'{"consumer_slug":"my_jetpack"}\'');throw t.code="MODULE_NOT_FOUND",t}e.exports={consumer_slug:"my_jetpack"}},9196:e=>{"use strict";e.exports=window.React},6989:e=>{"use strict";e.exports=window.wp.apiFetch},5609:e=>{"use strict";e.exports=window.wp.components},4333:e=>{"use strict";e.exports=window.wp.compose},9818:e=>{"use strict";e.exports=window.wp.data},9771:e=>{"use strict";e.exports=window.wp.date},9307:e=>{"use strict";e.exports=window.wp.element},5736:e=>{"use strict";e.exports=window.wp.i18n},444:e=>{"use strict";e.exports=window.wp.primitives},6483:e=>{"use strict";e.exports=window.wp.url},2674:e=>{function t(){return e.exports=t=Object.assign?Object.assign.bind():function(e){for(var t=1;t{"use strict";n.d(t,{Z:()=>l});var a=n(9307),c=n(5736),r=n(5844),i=n(9196),s=n(9430);const __=c.__,o=e=>{const{productId:t,siteRawUrl:n}=e,c=`https://cloud.jetpack.com/landing/${n}`,r=(0,s.F)(t),o={jetpack_anti_spam:{title:__("Jetpack Anti-spam is active!","jetpack-my-jetpack"),text:__("We'll take care of everything from here. Now you can enjoy a spam-free site!","jetpack-my-jetpack")},jetpack_backup:{title:__("Jetpack Backup is active!","jetpack-my-jetpack"),text:(0,a.createInterpolateElement)(__("You can see your backups and restore your site on cloud.jetpack.com. If you ever lose access to your site, you can restore it there.","jetpack-my-jetpack"),{a:i.createElement("a",{href:c})})},jetpack_complete:{title:__("Jetpack Complete is active!","jetpack-my-jetpack"),text:(0,a.createInterpolateElement)(__("You can see your backups, security scans, and restore your site on cloud.jetpack.com. If you ever lose access to your site, you can restore it there.","jetpack-my-jetpack"),{a:i.createElement("a",{href:c})})},jetpack_scan:{title:__("Jetpack Scan is active!","jetpack-my-jetpack"),text:(0,a.createInterpolateElement)(__("You can see your security scans on cloud.jetpack.com.","jetpack-my-jetpack"),{a:i.createElement("a",{href:c})})},jetpack_search:{title:__("Jetpack Search is active!","jetpack-my-jetpack"),text:__("Next, we'll help you customize the Search experience for your visitors.","jetpack-my-jetpack")},jetpack_security:{title:__("Jetpack Security is active!","jetpack-my-jetpack"),text:(0,a.createInterpolateElement)(__("You can see your backups, security scans, and restore your site on cloud.jetpack.com. If you ever lose access to your site, you can restore it there.","jetpack-my-jetpack"),{a:i.createElement("a",{href:c})})},jetpack_videopress:{title:__("Jetpack VideoPress is active!","jetpack-my-jetpack"),text:__("Experience high-quality, ad-free video built specifically for WordPress.","jetpack-my-jetpack")},default:{title:__("Your product is active!","jetpack-my-jetpack"),text:__("You're all set!","jetpack-my-jetpack")}};return i.createElement("div",{className:"jp-license-activation-screen-success-info--product-details"},i.createElement("h1",null,o[r].title," ",String.fromCodePoint(127881)),i.createElement("p",null,o[r].text))};o.propTypes={dashboardUrl:r.string,productId:r.number};const l=o},9430:(e,t,n)=>{"use strict";n.d(t,{F:()=>c});const a={jetpack_anti_spam:[2110,2111],jetpack_backup:[2100,2101,2102,2103,2112,2113,2114,2115],jetpack_complete:[2014,2015],jetpack_scan:[2106,2107,2108,2109],jetpack_search:[2104,2105],jetpack_security:[2010,2011,2012,2013,2016,2017,2019,2020],jetpack_videopress:[2116,2117]};function c(e){return Object.keys(a).find((t=>a[t].includes(e)))||"default"}}},t={};function n(a){var c=t[a];if(void 0!==c)return c.exports;var r=t[a]={exports:{}};return e[a](r,r.exports,n),r.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var e;n.g.importScripts&&(e=n.g.location+"");var t=n.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var a=t.getElementsByTagName("script");a.length&&(e=a[a.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),n.p=e})(),(()=>{"use strict";var e=n(8275),t=n(9307),a=n(9196),c=n.n(a),r=n(6417),i=n(9997),s=n(1899),o=n(17),l=n(8966),u=n(8093),p=n(673),d=n(7493);n(5878);function m(){const e=(0,r.TH)();return(0,a.useEffect)((()=>window.scrollTo(0,0)),[e]),null}(0,d.N)();const g=()=>c().createElement(e.ZP,null,c().createElement(i.UT,null,c().createElement(m,null),c().createElement(r.Z5,null,c().createElement(r.AW,{path:"/",element:c().createElement(l.Z,null)}),c().createElement(r.AW,{path:"/connection",element:c().createElement(o.Z,null)}),c().createElement(r.AW,{path:"/add-akismet",element:c().createElement(u.q,null)}),c().createElement(r.AW,{path:"/add-anti-spam",element:c().createElement(r.Fg,{replace:!0,to:"/add-akismet"})}),c().createElement(r.AW,{path:"/add-backup",element:c().createElement(u.qA,null)}),c().createElement(r.AW,{path:"/add-boost",element:c().createElement(u.WJ,null)}),c().createElement(r.AW,{path:"/add-crm",element:c().createElement(u.B$,null)}),c().createElement(r.AW,{path:"/add-jetpack-ai",element:c().createElement(u.sI,null)}),c().createElement(r.AW,{path:"/add-extras",element:c().createElement(u.Yi,null)}),c().createElement(r.AW,{path:"/add-protect",element:c().createElement(u.jO,null)}),c().createElement(r.AW,{path:"/add-scan",element:c().createElement(u.Q5,null)}),c().createElement(r.AW,{path:"/add-social",element:c().createElement(u.y$,null)}),c().createElement(r.AW,{path:"/add-search",element:c().createElement(u.uw,null)}),c().createElement(r.AW,{path:"/add-videopress",element:c().createElement(u.Jw,null)}),c().createElement(r.AW,{path:"/add-stats",element:c().createElement(r.Fg,{replace:!0,to:"/connection"})}),window?.myJetpackInitialState?.loadAddLicenseScreen&&c().createElement(r.AW,{path:"/add-license",element:c().createElement(s.Z,null)}),c().createElement(r.AW,{path:"/redeem-token",element:c().createElement(p.Z,null)}))));!function(){const e=document.getElementById("my-jetpack-container");null!==e&&t.createRoot(e).render(c().createElement(g,null))}()})()})(); \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js.LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js.LICENSE.txt new file mode 100644 index 00000000..f599365f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js.LICENSE.txt @@ -0,0 +1,46 @@ +/* + * Exposes number format capability + * + * @copyright Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io) and Contributors (http://phpjs.org/authors). + * @license See CREDITS.md + * @see https://github.com/kvz/phpjs/blob/ffe1356af23a6f2512c84c954dd4e828e92579fa/functions/strings/number_format.js + */ + +/*! + Copyright (c) 2018 Jed Watson. + Licensed under the MIT License (MIT), see + http://jedwatson.github.io/classnames +*/ + +/** + * @remix-run/router v1.2.1 + * + * Copyright (c) Remix Software Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE.md file in the root directory of this source tree. + * + * @license MIT + */ + +/** + * React Router DOM v6.6.2 + * + * Copyright (c) Remix Software Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE.md file in the root directory of this source tree. + * + * @license MIT + */ + +/** + * React Router v6.6.2 + * + * Copyright (c) Remix Software Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE.md file in the root directory of this source tree. + * + * @license MIT + */ diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.rtl.css b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.rtl.css new file mode 100644 index 00000000..77dcc513 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.rtl.css @@ -0,0 +1 @@ +#my-jetpack-container{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);height:100%}#my-jetpack-container .jp-dashboard-footer__jetpack-symbol{height:16px}#wpbody-content>.notice{display:none}#wpwrap{background-color:var(--jp-white-off)}.zI5tJ_qhWE6Oe6Lk75GY{--wp-admin-theme-color:var(--jp-black);--wp-admin-theme-color-darker-10:var(--jp-black-80);--wp-admin-theme-color-darker-20:var(--jp-black-80);--wp-admin-border-width-focus:1.51px;border-radius:var(--jp-border-radius);font-weight:600;justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo{height:calc(var(--spacing-base)*5);padding:var(--spacing-base);width:calc(var(--spacing-base)*5)}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo>svg:first-child{margin:0;padding:0}.zI5tJ_qhWE6Oe6Lk75GY.tuBt2DLqimiImoqVzPqo.Na39I683LAaSA99REg14{height:calc(var(--spacing-base)*4);min-width:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*4)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body);height:auto;line-height:24px;padding:var(--spacing-base) calc(var(--spacing-base)*3)}.zI5tJ_qhWE6Oe6Lk75GY.ipS7tKy9GntCS4R3vekF:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK{padding:var(--spacing-base) calc(var(--spacing-base)*2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo){font-size:var(--font-body-extra-small);height:auto;line-height:20px;padding:calc(var(--spacing-base)/2) var(--spacing-base)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo).paGLQwtPEaJmtArCcmyK>svg:first-child{margin-left:calc(var(--spacing-base)/2)}.zI5tJ_qhWE6Oe6Lk75GY.Na39I683LAaSA99REg14:not(.tuBt2DLqimiImoqVzPqo)>.components-spinner{height:20px}.zI5tJ_qhWE6Oe6Lk75GY.lZAo6_oGfclXOO9CC6Rd{font-weight:400}.zI5tJ_qhWE6Oe6Lk75GY.xJDOiJxTt0R_wSl8Ipz_{min-width:100%}.zI5tJ_qhWE6Oe6Lk75GY.is-primary:disabled,.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:disabled{background:var(--jp-gray);color:var(--jp-gray-20)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary{background:var(--jp-white);box-shadow:inset 0 0 0 1.51px var(--jp-black)}.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:active:not(:disabled),.zI5tJ_qhWE6Oe6Lk75GY.is-secondary:hover:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-link.Na39I683LAaSA99REg14,.zI5tJ_qhWE6Oe6Lk75GY.is-link.ipS7tKy9GntCS4R3vekF{padding:0}.zI5tJ_qhWE6Oe6Lk75GY.is-link:hover:not(:disabled){text-decoration-thickness:3px}.zI5tJ_qhWE6Oe6Lk75GY.is-link:focus:not(:disabled){text-decoration-line:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:not(:disabled){background:var(--jp-red-50);box-shadow:inset 0 0 0 1px var(--jp-red-50);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:hover:not(:disabled){background:var(--jp-red-60);box-shadow:inset 0 0 0 1px var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:focus:not(:disabled){background:var(--jp-red-70);box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-white)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-primary:active:not(:disabled){background:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary{box-shadow:none}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:not(:disabled){background:var(--jp-white);box-shadow:inset 0 0 0 1.5px var(--jp-red-50);color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:hover:not(:disabled){background:var(--jp-red-0);box-shadow:inset 0 0 0 1.5px var(--jp-red-60);color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-secondary:active:not(:disabled){background:var(--jp-gray-0)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:not(:disabled){color:var(--jp-red-50)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:hover:not(:disabled){box-shadow:none;color:var(--jp-red-60)}.zI5tJ_qhWE6Oe6Lk75GY.is-destructive.is-link:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--jp-white),0 0 0 var(--wp-admin-border-width-focus) var(--jp-red-70);color:var(--jp-red-70)}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6{position:relative}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6.has-icon{justify-content:center}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>:not(.components-spinner){visibility:hidden}.zI5tJ_qhWE6Oe6Lk75GY.q_tVWqMjl39RcY6WtQA6>.components-spinner{margin:0;position:absolute}.CDuBjJp_8jxzx5j6Nept{margin-right:calc(var(--spacing-base)/2)}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box}.jErCC9oKHSM15BxzFyQK{margin-bottom:0}.oVoYbwbFB6U2o90Njusk{border:1px solid var(--jp-gray);border-radius:var(--jp-border-radius);border-right:6px solid var(--jp-red-50);box-shadow:0 4px 8px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.06);color:var(--jp-gray-80);font-size:16px;line-height:22px;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3) calc(var(--spacing-base)*2) calc(var(--spacing-base)*3)}.oVoYbwbFB6U2o90Njusk.is-error{background-color:var(--jp-white)}.oVoYbwbFB6U2o90Njusk .components-notice__content{align-items:flex-start;display:flex;flex-direction:column;margin:0;padding:12px 4px}.oVoYbwbFB6U2o90Njusk .is-link{color:var(--jp-black);font-size:16px;font-weight:600}.oVoYbwbFB6U2o90Njusk .components-notice__dismiss{align-self:center}.oVoYbwbFB6U2o90Njusk .components-notice__action{align-items:center;background:#000;border-radius:var(--jp-border-radius);color:var(--jp-white);cursor:pointer;font-size:16px;font-weight:600;height:auto;justify-content:center;letter-spacing:-.01em;line-height:24px;margin-right:calc(var(--spacing-base)*2 + 24px);margin-top:24px;padding:8px 24px;text-decoration:none}.oVoYbwbFB6U2o90Njusk.Snc8NEmDelsbhlH4285s .components-notice__action{margin-right:0;margin-top:0;white-space:nowrap}.oVoYbwbFB6U2o90Njusk.Snc8NEmDelsbhlH4285s .components-notice__content{align-items:center;flex-direction:row}.wBVXH4OTNwLHPRpN4nsq{display:flex;flex-grow:1;margin-left:var(--spacing-base)}.wBVXH4OTNwLHPRpN4nsq>svg{fill:var(--jp-red-60);align-self:flex-start;flex-shrink:0;margin-left:calc(var(--spacing-base)*2)}.wBVXH4OTNwLHPRpN4nsq>svg.F1qvEnFfHs5nz3zFZUOV{fill:none}.UyzOAKNwoDF9DW_qjLii{margin-bottom:-1.5rem}.urouayitSUT8zW0V3p_0{margin-bottom:0}.iXXJlk08gFDeCvsTTlNQ{border:1px solid var(--jp-gray);border-radius:var(--jp-border-radius);border-right:6px solid var(--jp-red-50);box-shadow:0 4px 8px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.06);box-sizing:border-box;color:var(--jp-gray-80);font-size:16px;line-height:22px;margin:0;padding:calc(var(--spacing-base)*2) calc(var(--spacing-base)*3) calc(var(--spacing-base)*2) calc(var(--spacing-base)*3)}.iXXJlk08gFDeCvsTTlNQ.is-error{background-color:var(--jp-white)}.iXXJlk08gFDeCvsTTlNQ .components-notice__content{align-items:flex-start;display:flex;flex-direction:column;margin:0;padding:12px 4px}.iXXJlk08gFDeCvsTTlNQ .is-link{color:var(--jp-black);font-size:16px;font-weight:600}.iXXJlk08gFDeCvsTTlNQ .components-notice__dismiss{align-self:center}.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk,.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk:active,.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk:hover,.iXXJlk08gFDeCvsTTlNQ .MWqRqr7q6fgvLxitcWYk:visited{align-items:center;background:#000;border-radius:var(--jp-border-radius);color:var(--jp-white);cursor:pointer;font-size:16px;font-weight:600;justify-content:center;letter-spacing:-.01em;line-height:24px;margin-right:calc(var(--spacing-base)*2 + 24px);margin-top:24px;padding:8px 24px;text-decoration:none}.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk,.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk:active,.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk:hover,.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .MWqRqr7q6fgvLxitcWYk:visited{margin-right:0;margin-top:0;white-space:nowrap}.iXXJlk08gFDeCvsTTlNQ.YLcXAoc82nypTPaKSAcd .components-notice__content{align-items:center;flex-direction:row}.e6hHy8BZ7ZKPSXbIC0UG{margin-bottom:25px}.jXz8LnXNzMDdtHqkG0sZ{display:flex;flex-grow:1;margin-left:var(--spacing-base)}.jXz8LnXNzMDdtHqkG0sZ>svg{align-self:flex-start;flex-shrink:0}.jXz8LnXNzMDdtHqkG0sZ .jp-components-spinner,.jXz8LnXNzMDdtHqkG0sZ>svg{margin-left:calc(var(--spacing-base)*2)}@keyframes rotate-spinner{to{transform:rotate(-1turn)}}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid transparent;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-left-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.sexr0jUxC1jVixdKiDnC{margin-right:-20px}@media(max-width:782px){.sexr0jUxC1jVixdKiDnC{margin-right:-10px}}.sexr0jUxC1jVixdKiDnC.vKQ11sLeAM45M04P1ccj{background-color:var(--jp-white)}.SqdhUZkXCRuIpErj1B3z{--max-container-width:1128px;--vertical-gutter:24px;--horizontal-spacing:8px;column-gap:var(--vertical-gutter);display:grid;margin:0 auto;max-width:var(--max-container-width);width:100%}@media(max-width:599px){.SqdhUZkXCRuIpErj1B3z{grid-template-columns:repeat(4,minmax(0,1fr));padding:0 16px}}@media(min-width:600px)and (max-width:959px){.SqdhUZkXCRuIpErj1B3z{grid-template-columns:repeat(8,minmax(0,1fr));padding:0 18px}}@media(min-width:960px){.SqdhUZkXCRuIpErj1B3z{grid-template-columns:repeat(12,minmax(0,1fr));padding:0 24px}}.SqdhUZkXCRuIpErj1B3z.OZC_9a1LhpWF9dv15Gdh{max-width:none;padding:unset}@media(max-width:599px){.RuVLl3q4lxTQa3wbhBJB{grid-column-end:span 1}.f9LZTRG4MMK42rS89afW{grid-column-start:1}.bHe_zKxjjpUwHw_MdYE1{grid-column-end:2}.QZbNrOqE2aNSn50xVhpU{grid-column-end:span 2}.ev7W3z7zVYPeHAlYqZjf{grid-column-start:2}.NJWd1m_e7lOiPYru2ZMP{grid-column-end:3}.Xc6nt1Qc1DI0Z2A3gt1r{grid-column-end:span 3}.UIcN_GXiPRoIsin8Kohg{grid-column-start:3}.GRKCyqb5LufCSCgykKFc{grid-column-end:4}.i_qTq8gqhhC3vIUepVRB{grid-column-end:span 4}.G3qaZ3Jpbvam_1XvGxgc{grid-column-start:4}.VRCNYKZtO9zukEwmgP1y{grid-column-end:5}}@media(min-width:600px)and (max-width:959px){.tRm008K_WJL79WoNZTNL{grid-column-end:span 1}.l5T2P_bgKts4tdaRkS1d{grid-column-start:1}.zOCxfLZpF6BlgC7a_Yq1{grid-column-end:2}.F80DdgVn0m5OpvtSQWka{grid-column-end:span 2}.oI1c7JYfiJtMQHbhngtU{grid-column-start:2}.pMQtA_4jh1_1lVknqEP5{grid-column-end:3}.VenqMpdgyKQVUNNQcfqd{grid-column-end:span 3}.seNYL99uoczf9V4MxBxT{grid-column-start:3}.YKfF1HFhI9KygA5l3b2J{grid-column-end:4}.yAi0Cv1xDWkoqsaUhvhR{grid-column-end:span 4}.ubhnyZOnkgxNhh6XtVWv{grid-column-start:4}.RGOPGQbWMJ9Ei5oFxS7X{grid-column-end:5}.Sz1E2aWbX483ijdi6yge{grid-column-end:span 5}.tku6_bRYrX9tMbgYGmIl{grid-column-start:5}.b5JHttOhSEcI1WBlqAjk{grid-column-end:6}.FboSx5MoKTAWbxXyYlCw{grid-column-end:span 6}.Jhs8yEEmodG30edbJvag{grid-column-start:6}.IpzbbKVqEqPcfIGkXkwt{grid-column-end:7}.mhCPwfAZ4Kmm_empzJAq{grid-column-end:span 7}.x034ilrJF7rO9UJB2rI1{grid-column-start:7}.Wt8t2e16viRrOJ1lLA5v{grid-column-end:8}.S6pIrEy9AMLKx9bgh_Ae{grid-column-end:span 8}.kEfI4tGyuWfHTlRnvIab{grid-column-start:8}.PUzX4RRsKq1dnsz3gebS{grid-column-end:9}}@media(min-width:960px){.X_pdcLJikd8LS_YAdJlB{grid-column-end:span 1}.tl936d14Huby4khYp05X{grid-column-start:1}.hnge0LnR69d3NXEtEE1t{grid-column-end:2}.fj0NUMuyZQcPNgKcjp5Z{grid-column-end:span 2}.R2ncBX7a2NigdYCcV1OX{grid-column-start:2}.t8vMSDVYno9k9itRwnXb{grid-column-end:3}.wsDuEN2GqHx6qzo8dUdk{grid-column-end:span 3}.cIEVPUweWtLBy3xaXnMx{grid-column-start:3}.fajUWBwu1m2B479j3jmz{grid-column-end:4}.YR0c7fQTgMkDdWzwSyLp{grid-column-end:span 4}.xlwp8BmplxkKNMI7gamo{grid-column-start:4}._C4O1w9DUqx1m3gPf8aA{grid-column-end:5}.Z54F1hAErckAIrKlxnXW{grid-column-end:span 5}.ezSDWkRHmKSxDJXxuiOH{grid-column-start:5}.T0ChoeAjGJjkkNrYhD4g{grid-column-end:6}.qtMoMPF6yHvGJnWHSsde{grid-column-end:span 6}.gdoywN5VPiWERfIBqkph{grid-column-start:6}.wUev_VH5uf_pwFFlbnAU{grid-column-end:7}.egIPDFJsOpownTClq9XP{grid-column-end:span 7}.yGhp9yoAW7k0kQik9AB7{grid-column-start:7}.SJ43U9mR5wUg5V2qBeQA{grid-column-end:8}.cTuyHfMwSUJxN_HdIEgd{grid-column-end:span 8}.smCr8DaIagcumdvdldiK{grid-column-start:8}.T03NHzQJvzwL6wAfIiTL{grid-column-end:9}.pMvxM3RJGjqyNdf9qg1Y{grid-column-end:span 9}.iIVpNRwEnQ_JI5gpp9EN{grid-column-start:9}.ZbQ4u4vGSX5rJOje4uGL{grid-column-end:10}.gKb5wuIDAlKGbrjK2vxy{grid-column-end:span 10}.Z7pINdImE2WJiYnZBTqm{grid-column-start:10}.ZTxp6qpvwurMdOnLLSz1{grid-column-end:11}.NnQTlbfnxPDR6cQ7rygg{grid-column-end:span 11}.O137wZd6Yl0olSA9PsXR{grid-column-start:11}.zf2OJtQ2MPz6SDoh6CB0{grid-column-end:12}.U3H6UHW6HqRt9hdzVg3O{grid-column-end:span 12}.zynnNeS_ZBTxABcVpUQH{grid-column-start:12}.vI8tltFZtFUNAy9Iag9s{grid-column-end:13}}.jp-dashboard-footer{align-items:center;color:var(--jp-black);display:flex;flex-wrap:wrap;font-size:var(--font-body-extra-small);line-height:1.333;max-width:1128px;width:100%}.jp-dashboard-footer a{text-decoration:none}.jp-dashboard-footer a:any-link,.jp-dashboard-footer a[role=button]{color:inherit}.jp-dashboard-footer a:hover{text-decoration:underline;text-decoration-thickness:1.5px}.jp-dashboard-footer a:focus{border-radius:2px;box-shadow:none;outline:1.5px solid currentColor;outline-offset:3px}.jp-dashboard-footer.is-sm>ul{gap:.125rem}.jp-dashboard-footer.is-md,.jp-dashboard-footer.is-sm>ul{align-items:flex-start;flex-direction:column}.jp-dashboard-footer>ul{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0;width:100%}.jp-dashboard-footer>ul>li{margin-bottom:0}.jp-dashboard-footer>ul>li>a{align-items:center;display:flex;gap:.25rem;min-height:44px}.jp-dashboard-footer__jp-item{font-weight:600;padding-inline-end:1rem}.jp-dashboard-footer.is-sm .jp-dashboard-footer__jp-item{padding-bottom:1rem}.jp-dashboard-footer.is-lg .jp-dashboard-footer__a8c-item{margin-inline-start:auto}.jp-dashboard-footer.is-sm .jp-dashboard-footer__a8c-item{padding-top:1rem}.jp-dashboard-footer__a8c-item>a,.jp-dashboard-footer__jp-item>a{text-decoration:none}.HeJe1crc9XaWWpLvIPit .components-modal__frame{border-bottom-right-radius:4px;border-right:4px solid #e68b28;border-top-right-radius:4px;max-height:100%}.HeJe1crc9XaWWpLvIPit .components-modal__content{margin-top:0;padding:0}.HeJe1crc9XaWWpLvIPit .components-modal__header{display:none}.HeJe1crc9XaWWpLvIPit .or0JUScxkJPmNsfrxkEK .jp-idc__idc-screen{border:0}.vMa4i_Dza2t5Zi_Bw9Nf{background:var(--jp-white-off)}.WQVtrU6q0L1Igcj7wCrQ{margin:0;padding:0}.UujoBFTnQNY2cWU2SIsH{font-size:var(--font-headline-medium);font-weight:700;line-height:52px}.TeGO5V_thHw5lDAm1_2M{font-weight:700}.TeGO5V_thHw5lDAm1_2M,.WolQzb2MsSgiNmLtc7_j{font-size:var(--font-headline-small);line-height:40px}.WolQzb2MsSgiNmLtc7_j{font-weight:400}.hUB0JT8p1T2Hw28N6qC8{font-weight:500}.gKZWDv5chz3_O3Syp74H,.hUB0JT8p1T2Hw28N6qC8{font-size:var(--font-title-medium);line-height:32px}.gKZWDv5chz3_O3Syp74H{font-weight:600}.zY2No8Ga4b8shbOQGhnv{font-size:var(--font-title-small);font-weight:500;line-height:30px}.tIj0D1t8Cc892ikmgFPZ{font-size:var(--font-body);font-weight:400;line-height:24px}.KdcN0BnOaVeVhyLRKqhS{font-size:var(--font-body-small);font-weight:400;line-height:24px}.dso3Rh3tl3Xv1GumBktz{font-weight:400}.dso3Rh3tl3Xv1GumBktz,.mQ1UlbN9u4Mg9byO8m7v{font-size:var(--font-body-extra-small);line-height:20px}.mQ1UlbN9u4Mg9byO8m7v{font-weight:700}.PItlW5vRExLnTj4a8eLE{font-size:var(--font-body-extra-small);font-weight:600;line-height:16px}.TwRpPlktzxhmFVeua7P5{margin:calc(var( --spacing-base )*0)}.zVfqx7gyb3o9mxfGynn1{margin-left:calc(var( --spacing-base )*0);margin-right:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy{margin-bottom:calc(var( --spacing-base )*0)}.iSHVzNiB9iVleGljaQxy,.xqDIp6cNVr_E6RXaiPyD{margin-top:calc(var( --spacing-base )*0)}.S8EwaXk1kyPizt6x4WH2{margin-left:calc(var( --spacing-base )*0)}.ODX5Vr1TARoLFkDDFooD{margin-bottom:calc(var( --spacing-base )*0)}.cphJ8dCpfimnky7P2FHg{margin-right:calc(var( --spacing-base )*0)}.PFgIhNxIyiSuNvQjAIYj{margin:calc(var( --spacing-base )*1)}.M2jKmUzDxvJjjVEPU3zn{margin-left:calc(var( --spacing-base )*1);margin-right:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk{margin-bottom:calc(var( --spacing-base )*1)}.io15gAh8tMTNbSEfwJKk,.rcTN5uw9xIEeMEGL3Xi_{margin-top:calc(var( --spacing-base )*1)}.CQSkybjq2TcRM1Xo9COV{margin-left:calc(var( --spacing-base )*1)}.hfqOWgq6_MEGdFE82eOY{margin-bottom:calc(var( --spacing-base )*1)}.I8MxZQYTbuu595yfesWA{margin-right:calc(var( --spacing-base )*1)}.kQkc6rmdpvLKPkyoJtVQ{margin:calc(var( --spacing-base )*2)}.j6vFPxWuu4Jan2ldoxpp{margin-left:calc(var( --spacing-base )*2);margin-right:calc(var( --spacing-base )*2)}.hqr39dC4H_AbactPAkCG{margin-bottom:calc(var( --spacing-base )*2)}.c3dQnMi16C6J6Ecy4283,.hqr39dC4H_AbactPAkCG{margin-top:calc(var( --spacing-base )*2)}.YNZmHOuRo6hU7zzKfPdP{margin-left:calc(var( --spacing-base )*2)}.Db8lbak1_wunpPk8NwKU{margin-bottom:calc(var( --spacing-base )*2)}.ftsYE5J9hLzquQ0tA5dY{margin-right:calc(var( --spacing-base )*2)}.Det4MHzLUW7EeDnafPzq{margin:calc(var( --spacing-base )*3)}.h_8EEAztC29Vve1datb5{margin-left:calc(var( --spacing-base )*3);margin-right:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM{margin-bottom:calc(var( --spacing-base )*3)}.YXIXJ0h1k47u6hzK8KcM,.soADBBkcIKCBXzCTuV9_{margin-top:calc(var( --spacing-base )*3)}.zSX59ziEaEWGjnpZa4uV{margin-left:calc(var( --spacing-base )*3)}.yrVTnq_WBMbejg89c2ZQ{margin-bottom:calc(var( --spacing-base )*3)}.UKtHPJnI2cXBWtPDm5hM{margin-right:calc(var( --spacing-base )*3)}.guexok_Tqd5Tf52hRlbT{margin:calc(var( --spacing-base )*4)}.oS1E2KfTBZkJ3F0tN7T6{margin-left:calc(var( --spacing-base )*4);margin-right:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd{margin-bottom:calc(var( --spacing-base )*4)}.DN1OhhXi6AoBgEdDSbGd,.ot2kkMcYHv53hLZ4LSn0{margin-top:calc(var( --spacing-base )*4)}.A1krOZZhlQ6Sp8Cy4bly{margin-left:calc(var( --spacing-base )*4)}.pkDbXXXL32237M0hokEh{margin-bottom:calc(var( --spacing-base )*4)}.XXv4kDTGvEnQeuGKOPU3{margin-right:calc(var( --spacing-base )*4)}.yGqHk1a57gaISwkXwXe6{margin:calc(var( --spacing-base )*5)}.X8cghM358X3DkXLc9aNK{margin-left:calc(var( --spacing-base )*5);margin-right:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f{margin-bottom:calc(var( --spacing-base )*5)}.GdfSmGwHlFnN2S6xBn1f,.yqeuzwyGQ7zG0avrGqi_{margin-top:calc(var( --spacing-base )*5)}.g9emeCkuHvYhveiJbfXO{margin-left:calc(var( --spacing-base )*5)}.Lvk3dqcyHbZ07QCRlrUQ{margin-bottom:calc(var( --spacing-base )*5)}.r3yQECDQ9qX0XZzXlVAg{margin-right:calc(var( --spacing-base )*5)}.aQhlPwht2Cz1X_63Miw0{margin:calc(var( --spacing-base )*6)}.JyHb0vK3wJgpblL9s5j8{margin-left:calc(var( --spacing-base )*6);margin-right:calc(var( --spacing-base )*6)}.cY2gULL1lAv6WPNIRuf3{margin-bottom:calc(var( --spacing-base )*6)}.NBWQ9Lwhh_fnry3lg_p7,.cY2gULL1lAv6WPNIRuf3{margin-top:calc(var( --spacing-base )*6)}.yIOniNe5E40C8fWvBm5V{margin-left:calc(var( --spacing-base )*6)}.t30usboNSyqfQWIwHvT3{margin-bottom:calc(var( --spacing-base )*6)}.Nm_TyFkYCMhOoghoToKJ{margin-right:calc(var( --spacing-base )*6)}.C4qJKoBXpgKtpmrqtEKB{margin:calc(var( --spacing-base )*7)}.S93Srbu6NQ_PBr7DmTiD{margin-left:calc(var( --spacing-base )*7);margin-right:calc(var( --spacing-base )*7)}.fJj8k6gGJDks3crUZxOS{margin-bottom:calc(var( --spacing-base )*7)}.cW6D6djs7Ppm7fD7TeoV,.fJj8k6gGJDks3crUZxOS{margin-top:calc(var( --spacing-base )*7)}.DuCnqNfcxcP3Z__Yo5Ro{margin-left:calc(var( --spacing-base )*7)}.im8407m2fw5vOg7O2zsw{margin-bottom:calc(var( --spacing-base )*7)}.G0fbeBgvz2sh3uTP9gNl{margin-right:calc(var( --spacing-base )*7)}.kvW3sBCxRxUqz1jrVMJl{margin:calc(var( --spacing-base )*8)}.tOjEqjLONQdkiYx_XRnw{margin-left:calc(var( --spacing-base )*8);margin-right:calc(var( --spacing-base )*8)}.op5hFSx318zgxsoZZNLN{margin-bottom:calc(var( --spacing-base )*8)}.c9WfNHP6TFKWIfLxv52J,.op5hFSx318zgxsoZZNLN{margin-top:calc(var( --spacing-base )*8)}.sBA75QqcqRwwYSHJh2wc{margin-left:calc(var( --spacing-base )*8)}.GpL6idrXmSOM6jB8Ohsf{margin-bottom:calc(var( --spacing-base )*8)}.HbtWJoQwpgGycz8dGzeT{margin-right:calc(var( --spacing-base )*8)}.uxX3khU88VQ_Ah49Ejsa{padding:calc(var( --spacing-base )*0)}.KX0FhpBKwKzs9fOUdbNz{padding-left:calc(var( --spacing-base )*0);padding-right:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz{padding-bottom:calc(var( --spacing-base )*0)}.PfK8vKDyN32dnimlzYjz,.emxLHRjQuJsImnPbQIzE{padding-top:calc(var( --spacing-base )*0)}.kJ8WzlpTVgdViXt8ukP9{padding-left:calc(var( --spacing-base )*0)}.tg_UIUI11VBzrTAn2AzJ{padding-bottom:calc(var( --spacing-base )*0)}.uczvl8kaz84oPQJ2DB2R{padding-right:calc(var( --spacing-base )*0)}.o7UHPcdVK3lt7q3lqV4o{padding:calc(var( --spacing-base )*1)}.IDqEOxvDoYrFYxELPmtX{padding-left:calc(var( --spacing-base )*1);padding-right:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2{padding-bottom:calc(var( --spacing-base )*1)}.DdywPW2qSYlu2pt8tpO2,.npy3hw4A5QSkDicb2CJJ{padding-top:calc(var( --spacing-base )*1)}.LgbptTApNY5NwLQvEFAt{padding-left:calc(var( --spacing-base )*1)}.WZQy2SZuZso59bUsXXyl{padding-bottom:calc(var( --spacing-base )*1)}.o331apInxNunbYB3SfPE{padding-right:calc(var( --spacing-base )*1)}.fMPIyD9Vqki1Lrc_yJnG{padding:calc(var( --spacing-base )*2)}.i2pMcTcdrr10IQoiSm_L{padding-left:calc(var( --spacing-base )*2);padding-right:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH{padding-bottom:calc(var( --spacing-base )*2)}.eA702gn32kwptiI1obXH,.o9bGieUKcYc8o0Ij9oZX{padding-top:calc(var( --spacing-base )*2)}.SwZcFez1RDqWsOFjB5iG{padding-left:calc(var( --spacing-base )*2)}.eHpLc_idmuEqeqCTvqkN{padding-bottom:calc(var( --spacing-base )*2)}.vU39i2B4P1fUTMB2l6Vo{padding-right:calc(var( --spacing-base )*2)}.JHWNzBnE29awhdu5BEh1{padding:calc(var( --spacing-base )*3)}.X72lGbb56L3KFzC2xQ9N{padding-left:calc(var( --spacing-base )*3);padding-right:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e{padding-bottom:calc(var( --spacing-base )*3)}.BzfNhRG8wXdCEB5ocQ6e,.srV0KSDC83a2fiimSMMQ{padding-top:calc(var( --spacing-base )*3)}.lUWfkmbQjCskhcNwkyCm{padding-left:calc(var( --spacing-base )*3)}.Ts0dIlc3aTSL7V4cIHis{padding-bottom:calc(var( --spacing-base )*3)}.CzlqQXXhX6MvorArFZ8B{padding-right:calc(var( --spacing-base )*3)}.TqMPkQtR_DdZuKb5vBoV{padding:calc(var( --spacing-base )*4)}.a7UrjhI69Vetlcj9ZVzz{padding-left:calc(var( --spacing-base )*4);padding-right:calc(var( --spacing-base )*4)}.StEhBzGs2Gi5dDEkjhAv{padding-bottom:calc(var( --spacing-base )*4)}.FGneZfZyvYrt1dG0zcnm,.StEhBzGs2Gi5dDEkjhAv{padding-top:calc(var( --spacing-base )*4)}.APEH216rpdlJWgD2fHc8{padding-left:calc(var( --spacing-base )*4)}.oGwXC3ohCic9XnAj6x69{padding-bottom:calc(var( --spacing-base )*4)}.U6gnT9y42ViPNOcNzBwb{padding-right:calc(var( --spacing-base )*4)}.IpdRLBwnHqbqFrixgbYC{padding:calc(var( --spacing-base )*5)}.HgNeXvkBa9o3bQ5fvFZm{padding-left:calc(var( --spacing-base )*5);padding-right:calc(var( --spacing-base )*5)}.tJtFZM3XfPG9v9TSDfN1{padding-bottom:calc(var( --spacing-base )*5)}.PdifHW45QeXYfK568uD8,.tJtFZM3XfPG9v9TSDfN1{padding-top:calc(var( --spacing-base )*5)}.mbLkWTTZ0Za_BBbFZ5b2{padding-left:calc(var( --spacing-base )*5)}.vVWpZpLlWrkTt0hMk8XU{padding-bottom:calc(var( --spacing-base )*5)}.RxfaJj5a1Nt6IavEo5Zl{padding-right:calc(var( --spacing-base )*5)}.SppJULDGdnOGcjZNCYBy{padding:calc(var( --spacing-base )*6)}.palY2nLwdoyooPUm9Hhk{padding-left:calc(var( --spacing-base )*6);padding-right:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_{padding-bottom:calc(var( --spacing-base )*6)}.WYw1JvZC0ppLdvSAPhr_,.YEEJ9b90ueQaPfiU8aeN{padding-top:calc(var( --spacing-base )*6)}.QE0ssnsKvWJMqlhPbY5u{padding-left:calc(var( --spacing-base )*6)}.n8yA3jHlMRyLd5UIfoND{padding-bottom:calc(var( --spacing-base )*6)}.tXHmxYnHzbwtfxEaG51n{padding-right:calc(var( --spacing-base )*6)}.kBTsPKkO_3g_tLkj77Um{padding:calc(var( --spacing-base )*7)}.RyhrFx6Y1FGDrGAAyaxm{padding-left:calc(var( --spacing-base )*7);padding-right:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO{padding-bottom:calc(var( --spacing-base )*7)}.CBwRpB0bDN3iEdQPPMJO,.vQVSq6SvWKbOMu6r4H6b{padding-top:calc(var( --spacing-base )*7)}.oBy5__aEADMsH46mrgFX{padding-left:calc(var( --spacing-base )*7)}.KVEXoJqf1s92j0JMdNmN{padding-bottom:calc(var( --spacing-base )*7)}.ZMXGNrNaKW3k_3TLz0Fq{padding-right:calc(var( --spacing-base )*7)}.tuiR9PhkHXhGyEgzRZRI{padding:calc(var( --spacing-base )*8)}.U7454qyWkQNa2iaSJziu{padding-left:calc(var( --spacing-base )*8);padding-right:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8{padding-bottom:calc(var( --spacing-base )*8)}.VLYIv2GVocjuN93e8HC8,.X1rm9DQ1zLGLfogja5Gn{padding-top:calc(var( --spacing-base )*8)}.JS7G6kAuqJo5GIuF8S5t{padding-left:calc(var( --spacing-base )*8)}.Y8F9ga1TDCMbM1lj4gUz{padding-bottom:calc(var( --spacing-base )*8)}.AJuyNGrI63BOWql719H8{padding-right:calc(var( --spacing-base )*8)}.mpr8_ygU8woV4bVR1xvw{align-items:center;display:flex;font-size:var(--font-title-small);font-weight:500;line-height:1.5;margin-bottom:.5rem;margin-top:0}.gwO_Q0L0jbwMARVlBezu{color:var(--jp-gray-60);font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:var(--font-body-small);font-weight:400;letter-spacing:-.15px;line-height:20px;margin-right:.75rem}.qwy7CsLeEbXvaPwgC9WV{display:flex;flex-flow:row nowrap;max-width:100%;overflow-x:scroll;padding:1px;scrollbar-width:none}.qwy7CsLeEbXvaPwgC9WV::-webkit-scrollbar{display:none}.qwy7CsLeEbXvaPwgC9WV .Hrbg7DeSJs6gas9zdPDR{border-color:var(--jp-gray-5);border-radius:5px;margin-bottom:0;margin-left:1.5rem;min-width:180px;padding:1rem 1.5rem;width:100%}@media only screen and (min-width:960px){.qwy7CsLeEbXvaPwgC9WV .Hrbg7DeSJs6gas9zdPDR{min-width:220px}}.qwy7CsLeEbXvaPwgC9WV .Hrbg7DeSJs6gas9zdPDR:last-child{margin-left:0}.NFpbo5AINn6I6avKFGby{margin-bottom:1.5rem}.aoQZCG0JeyWmy2J6vVxF{font-weight:500;line-height:20px;margin-bottom:.25rem}.M6ApyXg79vuXo6GwDkbO{align-items:flex-end;display:flex;flex-wrap:wrap;font-size:36px;font-weight:400;line-height:40px}.M6ApyXg79vuXo6GwDkbO.DYHb5e6QhgXejWyo9s78{cursor:pointer}.OlInbY5YnDO06MEQHv98{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1;margin-left:.5rem}.EtbKbd5m85w7oYT4stIs{fill:var(--jp-gray-20);color:var(--jp-gray-20);display:none;font-size:var(--font-body-small);font-weight:600;line-height:24px}@media screen and (min-width:960px){.EtbKbd5m85w7oYT4stIs{align-items:center;display:flex}}.EtbKbd5m85w7oYT4stIs.Awr7zl75sfAsFPHK9kDG{fill:var(--jp-red-50);color:var(--jp-red-50)}.EtbKbd5m85w7oYT4stIs.QFSZbIKFdWO3HEPBZyhc{fill:var(--jp-green-50);color:var(--jp-green-50)}.GgJAnS4gaEEGmRCP5n8y{align-content:flex-end;display:flex}.mjiNtwdbKpfo9edGVes4{margin-left:2px}.pAt4v_KG9Ir19wNcEtEj{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:calc(var(--spacing-base)*2.5);min-height:28px;width:100%}.OpMBda4vebhRbW8Fm6YC{background:var(--jp-white);border-radius:var(--jp-border-radius);box-shadow:0 0 40px rgba(0,0,0,.08);box-shadow:0 0 0 1px var(--jp-gray-10) inset,0 0 40px 0 rgba(0,0,0,.08);display:flex;flex-direction:column;height:100%;padding:calc(var(--spacing-base)*3)}.OpMBda4vebhRbW8Fm6YC.BghJAx9hSagUdHWOUaYE{background:none;background-color:var(--jp-white-off);color:var(--jp-black-80);text-decoration:none}.OpMBda4vebhRbW8Fm6YC.BghJAx9hSagUdHWOUaYE:focus{background-color:var(--jp-white);box-shadow:0 0 0 1.5px var(--jp-black);outline:3px solid transparent}.OpMBda4vebhRbW8Fm6YC.IWsEW5nnNWUqqcT3K5L1{box-shadow:0 0 0 1.5px var(--jp-red-60)}.r3UCwgwCthua6lDCvIBI{align-items:center;display:flex;gap:var(--spacing-base);justify-content:space-between;margin-bottom:var(--spacing-base);width:100%}.r3UCwgwCthua6lDCvIBI h3{font-weight:700}.vpluqUMgmwx9_f8wCVIn{align-items:center;display:flex;flex-wrap:wrap-reverse;gap:var(--spacing-base);height:100%}.gmPKCDKZcfQt9WieTyKS{flex-grow:1}.fDBaV7I4yUO6w5AWVEtr{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:calc(var(--spacing-base)*2);min-height:28px;width:100%}.f5VJYwuJmjxH8PVxEbbv{align-items:center;display:flex;height:28px;white-space:nowrap}.f5VJYwuJmjxH8PVxEbbv:before{border-radius:50%;content:"";display:inline-block;height:8px;margin-left:var(--spacing-base);width:8px}.f5VJYwuJmjxH8PVxEbbv.ry3pxoGtmQ0ZeSwp7F_3{color:var(--jp-green-50)}.f5VJYwuJmjxH8PVxEbbv.ry3pxoGtmQ0ZeSwp7F_3:before{background:var(--jp-green-50)}.f5VJYwuJmjxH8PVxEbbv.LZzE3EG7m3CDR46wwwEr{color:var(--jp-gray-50)}.f5VJYwuJmjxH8PVxEbbv.LZzE3EG7m3CDR46wwwEr:before{background:var(--jp-gray-50)}.f5VJYwuJmjxH8PVxEbbv.Vx_jpT02r8W6NfsRSB02{color:var(--jp-red-60)}.f5VJYwuJmjxH8PVxEbbv.Vx_jpT02r8W6NfsRSB02:before{background:var(--jp-red-60)}.f5VJYwuJmjxH8PVxEbbv.PdsJCfyyjSgrNDheF2qi:before{animation:dWP7ypkVXudMbAa38W5Z .5s linear infinite}@keyframes dWP7ypkVXudMbAa38W5Z{0%{opacity:0}50%{opacity:.5}to{opacity:0}}.g4lyov8aMDggdD4yOi1p{align-items:baseline;display:flex;margin-top:calc(var(--spacing-base)/2)}.g4lyov8aMDggdD4yOi1p .Ys5ScZ_dYn2O2AzDE5Yi{font-size:32px;font-weight:400;line-height:36px;margin-left:var(--spacing-base)}.sUNg_b7XteVXOrpHAkJg :last-child{margin-top:4px}.cF6QAJf1vXXAMuutXPcq{align-items:baseline;display:flex}.cF6QAJf1vXXAMuutXPcq.coY634LconQ7gzDDNJeu{fill:var(--jp-gray-10);color:var(--jp-gray-10)}.cF6QAJf1vXXAMuutXPcq.kyqpwKaL2FyQ8CtxJQ0f{fill:var(--jp-green-50);color:var(--jp-green-50)}.cF6QAJf1vXXAMuutXPcq.aXf37lEOcjpNV8ImLaYK{fill:var(--jp-red-40);color:var(--jp-red-40)}.cF6QAJf1vXXAMuutXPcq .OyGdoGzsQ48VaVVR99_H{position:relative;right:2px;top:2px}.cF6QAJf1vXXAMuutXPcq .cKLicfMCaDSGPlX222jF{font-size:14px;font-weight:600;line-height:24px}.wm7Alh6CwbsWkVSODgI2{margin-top:calc(var(--spacing-base)/2)}.qpN923qyxjI06NCgFC8j>li{margin-bottom:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.cAbGtJDGgLubucBnz7vM{background-color:var(--jp-white)}.wiobThfXJCuhGNrbFIT6 a,.wiobThfXJCuhGNrbFIT6 a:active,.wiobThfXJCuhGNrbFIT6 a:hover{color:var(--jp-black)}.VgAxgahF9bC2M__FiIgV{display:flex;margin-bottom:calc(var(--spacing-base)*3)}.dbRwkMLqcMF67njPoAF7{margin-left:8px}.Doju0RxvvN9JS12mf489{line-height:calc(var(--spacing-base)*3);margin:0 0 var(--spacing-base) 0}.yWUvvF4WJLNDSpMgBMfm{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.ka1fVHj2HOkHjhdoEFOZ{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.ka1fVHj2HOkHjhdoEFOZ{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.ka1fVHj2HOkHjhdoEFOZ{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.JMOO4Y_9yhTO9lwLnRUx{grid-column-end:span 1}.PFDPAqk51qox_ChLqJwm{grid-column-end:span 2}.ault0jHVfWpShqOGooIP{grid-column-end:span 3}.GqpvdRzmzPJELtSm4FEN{grid-column-end:span 4}@media(min-width:600px){.Ym4_YneEGD_iZD6W1C2o{grid-column-end:span 1}.NbvHnnDtWw8n9BEUQ0Oy{grid-column-end:span 2}.ElMT7rhxe5ZJKO41MnhW{grid-column-end:span 3}.yKjnqjibn_wW_1tWWt5Q{grid-column-end:span 4}.Pb30lOcQFpzUX57GwflS{grid-column-end:span 5}.pC1wxc_R8y4pNILHsiiY{grid-column-end:span 6}.pChscSCnudQoWGjMFKI_{grid-column-end:span 7}.qw1H2gAgF3lDCI2Tbkmb{grid-column-end:span 8}}@media(min-width:960px){.VzcA_rrxBK3g4ozA0oD9{grid-column-end:span 1}.pNAa7O2adRZD8Slgk9iR{grid-column-end:span 2}.tlIMLlipexblj8CeOx4B{grid-column-end:span 3}.Dvt0u5l2Rr1BhBmvYAzl{grid-column-end:span 4}.BiUsgNTc0tyc7tC5jnzE{grid-column-end:span 5}.ulJXAsj7G2ROJ1g3_s28{grid-column-end:span 6}.HsoVlyVLsXYClx9Atox0{grid-column-end:span 7}.oXxjRQNNj2cfIpFBqC1W{grid-column-end:span 8}.qXgUn4Adg9xE_JnbuDio{grid-column-end:span 9}.xMpqTLiLfYFEJiRPQQQq{grid-column-end:span 10}.IiGo3Sz2FDZN7_eGElwA{grid-column-end:span 11}.Om8BNCjfgqQ_wmPQjfOY{grid-column-end:span 12}}@media(max-width:960px){.t10ZWzP7ADjJnR4tqxRS{display:none}}@media(max-width:600px){.eOUlZG8Pelh_Xj0aSoHG{display:none}}.l546LrwBEePz434NFK5Q{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);display:block;margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.l546LrwBEePz434NFK5Q span{display:block}.l546LrwBEePz434NFK5Q span:last-of-type{font-weight:600}.l546LrwBEePz434NFK5Q:focus span:last-of-type,.l546LrwBEePz434NFK5Q:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.l546LrwBEePz434NFK5Q:focus:after,.l546LrwBEePz434NFK5Q:hover:after{transform:translateY(-50%) translateX(-8px)}.l546LrwBEePz434NFK5Q:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.Q7w4fcEcemZ2nlwaYNog{fill:var(--jp-yellow-30)!important;display:inline-block!important;width:1.1em!important}.AoNQsOaTt6gSf0H6Yasz{display:inline-block;position:relative}.v13ZwGzUnecPA7Y3URAl{height:18px;pointer-events:none;position:absolute;right:-53px;top:0;width:124px}.EeDbu9pXFWTsCzfTpv2v{pointer-events:all}.BmSvoIi3rErkcrRiOi2W{color:var(--jp-black);font-size:16px;font-weight:600;line-height:19px}.BmSvoIi3rErkcrRiOi2W:not(:last-child){margin-bottom:8px}.mojRoVuWdDJo0E6LEjJw{font-size:14px;font-weight:400;line-height:24px}.golden-token-icon-tooltip .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-left:-62px}.golden-token-icon-tooltip .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-right:-62px}.golden-token-icon-tooltip .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.golden-token-icon-tooltip .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.golden-token-icon-tooltip .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.golden-token-icon-tooltip .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.golden-token-icon-tooltip .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.golden-token-icon-tooltip .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.golden-token-icon-tooltip .components-popover__content{border:1px solid var(--jp-gray);border-radius:4px;outline:none;padding:24px;white-space:normal;width:304px}.golden-token-icon-tooltip .components-button.is-link:focus:not(:disabled){box-shadow:none}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:var(--color-facebook);border-radius:50%!important}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:var(--color-twitter)}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:var(--color-linkedin)}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:var(--color-tumblr)}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:var(--color-mastodon)}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:var(--color-nextdoor)}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:var(--color-instagram)}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:var(--color-whatsapp)}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe{align-items:center;display:flex;gap:var(--spacing-base);margin-bottom:calc(var(--spacing-base)*3)}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe .VmtuLc2xRqmsO6cK8qjF{position:relative}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe .MdTRfQ3eo5qZKChZlzNj{width:32px}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe .PbEpL02SEH9VNAlbKCfV{width:30px}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe .TD4AUM9gcTVAB6JHB5ZR{border-radius:50%;margin-right:-10px;position:absolute;width:32px}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe .yjl73qv0VWoPP8IhGreh{border-top-style:solid;border-top:2px dashed var(--jp-black);height:0;width:67px}.kezuOHNvu9vdvlJ86Fwg .qJizORs2q_CVCj9L6XLe .rq8YRaj9OyUUXJUHiUgI{border-color:var(--jp-red)}.kezuOHNvu9vdvlJ86Fwg .YZ7FNKEm9qpvQ4ZkbAz5{transform:rotate(-180deg)}.kezuOHNvu9vdvlJ86Fwg .oH9tzGE80LnB6Og69RFz{margin-bottom:var(--spacing-base)}.kezuOHNvu9vdvlJ86Fwg .oH9tzGE80LnB6Og69RFz,.kezuOHNvu9vdvlJ86Fwg .xXVEWvQllVsFGmJY8WEp{align-items:center;display:flex;gap:var(--spacing-base)}.kezuOHNvu9vdvlJ86Fwg .xXVEWvQllVsFGmJY8WEp.J0GIu2rNR7rXocQTyd8p{fill:var(--jp-red);color:var(--jp-red)}.jp-connection__manage-dialog{--spacing-base:8px;border-radius:3px;margin:auto;width:1200px}.jp-connection__manage-dialog__content{align-items:center;background:var(--jp-white-off);display:flex;flex-direction:column;justify-content:center;padding:80px;text-align:center}.jp-connection__manage-dialog__content h1{font-size:var(--font-title-large);font-weight:700;line-height:1.2;margin:0}.jp-connection__manage-dialog__large-text{font-size:1.25rem;font-weight:600;margin-bottom:calc(var(--spacing-base)*4);margin-top:calc(var(--spacing-base)*3);max-width:60%}.jp-connection__manage-dialog__actions{align-items:center;background:var(--jp-white);border-top:1px solid var(--jp-gray);bottom:0;box-sizing:border-box;margin:0!important;max-width:1200px!important;padding:calc(var(--spacing-base)*4) calc(var(--spacing-base)*5);position:sticky}.jp-connection__manage-dialog__link{color:var(--jp-black)}.jp-connection__manage-dialog__link:hover{color:var(--jp-black);text-decoration-thickness:var(--jp-underline-thickness)}.jp-connection__manage-dialog__link:focus{color:var(--jp-black)}.jp-connection__manage-dialog__button-wrap button{float:left}.jp-connection__manage-dialog__action-card{background-color:var(--jp-white);border:none;border-radius:3px;box-shadow:0 0 15px var(--jp-gray-off);margin:var(--spacing-base) auto;max-width:100%;padding:1rem 2rem;text-align:right;width:750px}.jp-connection__manage-dialog__action-card__card-headline{font-size:var(--font-body);font-weight:600;line-height:calc(var(--spacing-base)*3);text-decoration:none}.jp-connection__manage-dialog__action-card__icon{float:left}.jp-connection__manage-dialog__action-card .transfer{fill:var(--jp-black);color:var(--jp-black)}.jp-connection__manage-dialog__action-card .disconnect{fill:var(--jp-red);color:var(--jp-red)}.jp-connection__manage-dialog .components-modal__header{display:none}.jp-connection__manage-dialog .components-modal__content{margin:0;padding:0}.jp-connection__disconnect-dialog h1{font-size:var(--font-title-small);font-weight:600;line-height:1.2;margin-top:0}.jp-connection__disconnect-dialog h2{font-size:var(--font-title-small);font-weight:400;line-height:1.2;margin:0}.jp-connection__disconnect-dialog p{font-size:var(--font-body);margin-top:0}.jp-connection__disconnect-dialog p.jp-connection__disconnect-dialog__large-text,.jp-connection__disconnect-dialog__large-text{font-size:1.25rem}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link,.jp-connection__disconnect-dialog__link{color:var(--jp-black);font-size:var(--font-body);font:inherit;height:auto;padding:0;text-decoration:underline}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link:hover,.jp-connection__disconnect-dialog__link:hover{color:var(--jp-black);text-decoration-thickness:var(--jp-underline-thickness)}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link:focus,.jp-connection__disconnect-dialog__link:focus{box-shadow:none!important;color:var(--jp-black)}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link--bold,.jp-connection__disconnect-dialog__link--bold{font-weight:700}.jp-connection__disconnect-dialog .components-button{border-radius:4px;font-size:var(--font-body-small);height:40px}.jp-connection__disconnect-dialog .components-modal__content{display:flex;flex-direction:column;flex-grow:1;margin:0;padding:0}.jp-connection__disconnect-dialog .components-modal__content:before,.jp-connection__disconnect-dialog .components-modal__header{display:none}.jp-connection__disconnect-dialog .jp-row{align-items:center;width:calc(100% - 48px)}.jp-connection__disconnect-dialog__content{align-items:center;background:var(--jp-white-off);border-radius:4px;display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0;padding:2rem 1rem;text-align:center}.jp-connection__disconnect-dialog__actions{background:var(--jp-white);border-top:1px solid var(--jp-gray);bottom:0;padding:2rem 0;position:sticky}.jp-connection__disconnect-dialog__actions p{margin-bottom:0}.jp-connection__disconnect-dialog__actions:before{background:linear-gradient(to bottom,transparent,var(--jp-white-off));bottom:calc(100% + 1px);content:"";display:block;height:80px;position:absolute;right:0;width:100%}.jp-connection__disconnect-dialog__btn-dismiss,.jp-connection__disconnect-dialog__btn-dismiss.components-button{background:var(--jp-black)!important;margin-left:10px}.jp-connection__disconnect-dialog__btn-disconnect{background:var(--jp-red)!important}.jp-connection__disconnect-dialog__btn-back-to-wp{background:var(--jp-black)!important}.jp-connection__disconnect-dialog__button-wrap{text-align:right}@media(min-width:960px){.jp-connection__disconnect-dialog__button-wrap{text-align:center}}.jp-connection__disconnect-dialog__error{color:var(--jp-red)}.jp-connection__disconnect-dialog__survey{margin-bottom:1.5rem;max-width:100%}.jp-connection__disconnect-dialog__step-copy{margin:0 auto;max-width:800px}.jp-connection__disconnect-dialog__step-copy--narrow{max-width:600px}@media(max-height:900px){.jp-connection__disconnect-dialog__content .jp-components__decorative-card{display:none}}@media(min-width:600px){.jp-connection__disconnect-dialog,.jp-connection__disconnect-dialog.components-modal__frame{max-width:calc(100% - 32px);width:100%}.jp-connection__disconnect-dialog__actions,.jp-connection__disconnect-dialog__content{padding:2rem}}@media(min-width:960px){.jp-connection__disconnect-dialog,.jp-connection__disconnect-dialog.components-modal__frame{display:flex;flex-direction:column;height:900px;width:1200px}.jp-connection__disconnect-dialog h1{font-size:var(--font-title-large)}.jp-connection__disconnect-dialog p.jp-connection__disconnect-dialog__large-text,.jp-connection__disconnect-dialog__large-text{font-size:1.5rem}.jp-connection__disconnect-dialog__content{padding:80px}.jp-connection__disconnect-dialog__actions{padding:2rem 3rem}.jp-row{margin-right:0}}.jp-connection__disconnect-card{background-color:var(--jp-white);border:none;border-radius:3px;box-shadow:0 0 15px var(--jp-gray-off);margin:0 auto 1rem;max-width:100%;padding:1rem 2rem;text-align:right;width:800px}.jp-connection__disconnect-card__group{margin-bottom:1rem;max-width:100%}.jp-connection__disconnect-card__card-content{display:block;font-size:.875rem}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-content{align-items:center;display:flex;justify-content:space-between}}.jp-connection__disconnect-card .jp-connection__disconnect-card__card-headline,.jp-connection__disconnect-card__card-headline{flex-shrink:0;font-size:1.25rem;font-weight:600;margin-bottom:0;margin-top:0}@media only screen and (min-width:782px){.jp-connection__disconnect-card .jp-connection__disconnect-card__card-headline,.jp-connection__disconnect-card__card-headline{font-size:1.5rem;margin-left:1.5rem}}@media only screen and (max-width:782px){.jp-connection__disconnect-card .jp-connection__disconnect-card__card-headline+.jp-disconnect-card__card-stat-block,.jp-connection__disconnect-card__card-headline+.jp-disconnect-card__card-stat-block{margin-top:.5rem}}.jp-connection__disconnect-card__card-stat-block{align-items:baseline;display:flex;flex-grow:1}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-stat-block{flex-direction:row-reverse}}.jp-connection__disconnect-card__card-description{flex-grow:1}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-description{text-align:left}}.jp-connection__disconnect-card__card-stat{font-size:1rem;font-weight:600;margin-left:.5rem}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-stat{font-size:1.5rem;margin-left:0;margin-right:1rem}}.jp-components__decorative-card{border-radius:8px;box-shadow:0 0 15px var(--jp-gray);display:flex;height:280px;margin:0 auto 3rem;max-width:100%;overflow:hidden;position:relative;width:360px}.jp-components__decorative-card__content,.jp-components__decorative-card__image{width:50%}.jp-components__decorative-card__image{background:var(--jp-gray);background-size:cover;position:relative}.jp-components__decorative-card__image:before{background-image:url('data:image/svg+xml;uf8,');content:"";display:block;height:8px;position:absolute;right:24px;top:24px;width:38px}.jp-components__decorative-card__content{background:#fff;padding:2rem}.jp-components__decorative-card__icon-container{background:var(--jp-red);border-radius:50px;height:80px;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:80px}.jp-components__decorative-card__icon{background-position:50%,50%;background-repeat:no-repeat;height:40px;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:40px}.jp-components__decorative-card__icon--unlink{background-image:url('data:image/svg+xml;uf8, ')}.jp-components__decorative-card__lines,.jp-components__decorative-card__lines:after,.jp-components__decorative-card__lines:before{background:#e9eff5;border-radius:6px;display:block;height:12px;position:relative;width:100%}.jp-components__decorative-card__lines:after,.jp-components__decorative-card__lines:before{content:"";top:calc(100% + 16px)}.jp-components__decorative-card__lines:after{top:calc(100% + 32px);width:75%}.jp-components__decorative-card--vertical{flex-direction:column}.jp-components__decorative-card--vertical .jp-components__decorative-card__content,.jp-components__decorative-card--vertical .jp-components__decorative-card__image{height:50%;width:100%}.jp-components__decorative-card--vertical .jp-components__decorative-card__lines{margin-left:auto;margin-right:auto;max-width:135px}.jp-components__decorative-card--vertical .jp-components__decorative-card__lines:after,.jp-components__decorative-card--vertical .jp-components__decorative-card__lines:before{margin-left:auto;margin-right:auto}.jp-connect__disconnect-survey-card{border:2px solid transparent;border-radius:4px;box-shadow:0 0 15px var(--jp-gray-off);margin-left:auto;margin-right:auto;max-width:100%;padding:1rem;position:relative;text-align:right;width:800px}.jp-connect__disconnect-survey-card--selected{background:var(--jp-gray-off);border-color:var(--jp-black)}.jp-connect__disconnect-survey-card:after{border-left:2px solid var(--jp-black);border-top:2px solid var(--jp-black);content:"";display:block;height:5px;left:1.5rem;position:absolute;top:50%;transform:translateY(-50%) rotate(-45deg);width:5px}.jp-connect__disconnect-survey-card:hover{cursor:pointer}.jp-connect__disconnect-survey-card:focus:not(.jp-disconnect-survey-card--selected),.jp-connect__disconnect-survey-card:hover:not(.jp-disconnect-survey-card--selected){border-color:var(--jp-black-80)}.jp-connect__disconnect-survey-card__answer{align-items:center;display:flex;font-weight:700;margin:0}input.jp-connect__disconnect-survey-card__input{-webkit-appearance:none;background-color:transparent;border:none;color:var(--jp-black-80);flex-grow:1;max-width:calc(100% - 40px);padding-left:40px}.zvd4dCB_bBDiXJKKDqXm{position:relative}.ly4o9lSswAGHFXqGUEIO{left:32px;position:absolute;top:32px;z-index:1}.u64Go3kwEZ7MD9eji0H1{color:var(--jp-gray-50);font-size:13px;margin-bottom:16px;width:60%}._RT41NE3LU4R0ubcij2y{align-items:center;display:flex}.cFGWJeRiGHjAr8D7CWJW{margin-left:8px;max-width:110px}.Iz3l7a05TP6HK9S92TIL{width:16px}.lmQ0wFmnk4kKkGVjokPA{height:18px;margin-right:8px}.AoIs8wD92wKR8RpQj6Uc{align-items:center;display:inline-flex}.rV_5QyvhDnsVjCX4pb0h{--gray-90:#1e1e1e;fill:var(--gray-90);width:24px}.MO1jDNY8VPqeNS9xL8jE{align-items:center;display:flex;text-decoration:none}.jp-connection__connect-screen{--spacing-base:8px}.jp-connection__connect-screen__loading{display:none}.jp-connection__connect-screen .terms-of-service{margin-bottom:calc(var(--spacing-base)*3);margin-top:calc(var(--spacing-base)*4);max-width:360px}.jp-connection__connect-screen .terms-of-service a{text-decoration:underline}.jp-connection__connect-screen .jp-action-button{margin-top:40px}.jp-connection__connect-screen .jp-action-button--button{border-radius:4px;font-weight:600}.jp-connection__connect-screen .jp-action-button button{max-width:100%}.jp-connection__connect-screen .jp-action-button button:disabled{color:hsla(0,0%,100%,.4)}@media(max-width:782px){.jp-connection__connect-screen .jp-action-button button{max-width:none;width:100%}}.jp-connection__connect-screen__footer{margin-top:32px}.jp-connection__connect-screen-layout{background:var(--jp-white);border-radius:4px;box-shadow:0 0 40px rgba(0,0,0,.08)}.jp-connection__connect-screen-layout__loading{display:none}.jp-connection__connect-screen-layout__left,.jp-connection__connect-screen-layout__right{box-sizing:border-box}.jp-connection__connect-screen-layout__left{padding:calc(var(--spacing-base)*3)}@media(min-width:600px){.jp-connection__connect-screen-layout__left{padding:64px 96px}}.jp-connection__connect-screen-layout__left .jetpack-logo{margin-bottom:24px}.jp-connection__connect-screen-layout__left h2{color:var(--jp-black);font-size:36px;font-style:normal;font-weight:700;line-height:40px;margin-bottom:0;margin-top:32px}.jp-connection__connect-screen-layout__left h3{color:var(--jp-black);font-size:24px;font-style:normal;font-weight:500;line-height:32px;margin-bottom:0;margin-top:32px}.jp-connection__connect-screen-layout__left li,.jp-connection__connect-screen-layout__left p{font-size:16px;font-style:normal;font-weight:400;line-height:24px}.jp-connection__connect-screen-layout__left p{color:#101517;margin:16px 0}.jp-connection__connect-screen-layout__left a{color:var(--jp-black);font-size:var(--font-body);font:inherit;height:auto;padding:0;text-decoration:underline}.jp-connection__connect-screen-layout__left a:hover{color:var(--jp-black);text-decoration-thickness:var(--jp-underline-thickness)}.jp-connection__connect-screen-layout__left a:focus{box-shadow:none!important;color:var(--jp-black)}.jp-connection__connect-screen-layout__left ul{list-style-type:none;padding:0}.jp-connection__connect-screen-layout__left ul li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVHcEwFnwUInggGnggGnggHnAcAnwUFnQcAnwcGnwkFnQgGnQgFnwcGnQYFnQcFnAcGnQkDnwdhiL0pAAAAEnRSTlMAMF//f2Aw7yBQ3+9gcIBgcED+HDbkAAAAZklEQVR4Ae3LNwICARDDQC0+cv7/Y8mwV9odSfWIcf/+VegnGkIvDaGXKvTTn/Gz+Uf5xTL0K1XotS7fs5H6GHvvaO8d7c3j7rdgHne/A/PYt/cO+R42oYdN6OEQetiFHo4A//6dAXqtBEkmtWutAAAAAElFTkSuQmCC) no-repeat;background-size:24px;color:var(--jp-black);margin-bottom:9px;padding-right:30px}.jp-connection__connect-screen-layout__right{padding:64px 0}.jp-connection__connect-screen-layout__right img{max-width:100%}.jp-connection__connect-screen-layout__two-columns{display:flex;flex-wrap:wrap}.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__left{flex-basis:100%;flex-grow:1}@media(min-width:1080px){.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__left{flex-basis:52%}}.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__right{background:#f9f9f6;display:none;flex-basis:47%;flex-grow:1}@media(min-width:1080px){.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__right{display:block}}.rna{overflow:hidden}.rna .jp-connection__connect-screen-layout__left{position:relative;z-index:2}.rna .jp-connection__connect-screen-layout__left h2{font-weight:700;margin-top:0}.rna .jp-connection__connect-screen-layout__left h3{margin-top:24px}@media(min-width:600px){.rna .jp-connection__connect-screen-layout__left{padding:4rem 4rem 4rem 6rem}}@media(min-width:1080px){.rna .jp-connection__connect-screen-required-plan__pricing-card{left:calc(var(--spacing-base)*-45);position:absolute;top:calc(var(--spacing-base)*9.25)}}.rna .jp-connection__connect-screen-required-plan__pricing-card .jp-components__pricing-card{border-radius:var(--jp-border-radius-rna);max-width:100%;width:425px}.rna .jp-connection__connect-screen-required-plan__pricing-card .jp-components__pricing-card__title{margin-top:.625rem}@media(min-width:960px){.rna .jp-connection__connect-screen-required-plan__pricing-card .jp-components__pricing-card{padding:3rem}}.rna .jp-connection__connect-screen-required-plan__pricing-card .components-button{margin-bottom:0}.rna .jp-backup-dashboard-promotion ul.jp-product-promote li{margin-bottom:.75rem}.rna .jp-connection__connect-screen-layout__color-blobs{clip-path:polygon(100% 0,100% 100%,0 0,0 0);display:none;height:677px;left:0;position:absolute;top:0;width:363px;z-index:1}.rna .jp-connection__connect-screen-layout__color-blobs__blue,.rna .jp-connection__connect-screen-layout__color-blobs__green,.rna .jp-connection__connect-screen-layout__color-blobs__yellow{border-radius:50%;filter:blur(50px);position:absolute}.rna .jp-connection__connect-screen-layout__color-blobs__blue{background-color:var(--jp-blue-5);height:400px;left:-100px;top:-275px;width:400px;z-index:3}.rna .jp-connection__connect-screen-layout__color-blobs__yellow{background-color:var(--jp-yellow-5);height:250px;left:-25px;top:10px;width:250px;z-index:2}.rna .jp-connection__connect-screen-layout__color-blobs__green{background-color:var(--jp-green-5);height:300px;left:0;top:175px;width:300px;z-index:1}@media(min-width:1080px){.rna .jp-connection__connect-screen-layout__color-blobs{display:initial}}.terms-of-service{color:var(--jp-black);font-size:var(--font-body)}.terms-of-service .terms-of-service__link{color:var(--jp-green-50);text-decoration:underline;white-space:nowrap}.TcCZnGE6mad8Dvz9pCZi{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjRDYzNjM5IiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEyIDIwYTggOCAwIDEgMCAwLTE2IDggOCAwIDAgMCAwIDE2WiIvPjxwYXRoIGZpbGw9IiNENjM2MzkiIGQ9Ik0xMyA3aC0ydjZoMlY3Wk0xMyAxNWgtMnYyaDJ2LTJaIi8+PC9zdmc+) no-repeat 100% 0;color:var(--jp-red);line-height:25px;padding-right:25px}._mn6o2Dtm5pfFWc8_A1K{--spacing-base:8px;min-width:264px}.SWwV4Pw6OZ5vU3PqPXmr{--product-card-shadow:rgb(0 0 0/3%);background-color:var(--jp-white);border:1px solid var(--jp-gray);border-radius:var(--jp-border-radius);box-shadow:0 2px 6px var(--product-card-shadow),0 1px 2px var(--product-card-shadow)}.r7tUofa9Z3A5ziKVR1H7{align-items:center;display:flex}.r7tUofa9Z3A5ziKVR1H7 img{object-fit:cover;width:100%}.i_AnOR3MaQLraGvb2QU5{background-color:#f9f9f6}.YcYvLvdvWrb1EUZoVsE8{display:flex;flex-wrap:wrap;gap:calc(var(--horizontal-spacing)*2);justify-content:space-between}.uGTTsKoIOoZdYhk6uPnl{white-space:nowrap}.uGTTsKoIOoZdYhk6uPnl>span{font-size:var(--font-body-small)}.hdasSNj9k3Sc5PwXK4uE{margin-left:4px;width:16px}.eWN8Hj0SBRDq1F48n_Fg{--gray-70:#3c434a;align-items:center;color:var(--gray-70);display:flex;font-size:14px;text-decoration:none}.p4qz2tkq0p9hxucJ6Qk2{--padding:calc(var(--spacing-base)*4);color:var(--jp-black)}.lbNDyXioOwvyvbALtCBm{--gap:calc(var(--spacing-base)*3);padding:var(--padding) 0;position:relative}.s2Lsn4kbm6BrS3DSndRB .lbNDyXioOwvyvbALtCBm{column-gap:var(--gap);display:grid;grid-auto-flow:column;grid-template-columns:repeat(var(--columns),1fr);grid-template-rows:repeat(var(--rows),minmax(min-content,max-content))}.cLaNK_XcbTGlRQ4Tp43Q{margin-top:var(--padding)}.s2Lsn4kbm6BrS3DSndRB .cLaNK_XcbTGlRQ4Tp43Q{display:contents}.cLaNK_XcbTGlRQ4Tp43Q.CYt1X0eH1icRjhtJ28jx>*{background:var(--jp-white);position:relative}.cLaNK_XcbTGlRQ4Tp43Q.CYt1X0eH1icRjhtJ28jx>:after{bottom:0;box-shadow:0 4px 24px rgba(0,0,0,.05);content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.cLaNK_XcbTGlRQ4Tp43Q>:first-child{border-top-left-radius:var(--jp-border-radius);border-top-right-radius:var(--jp-border-radius);border-width:1px 1px 0}.cLaNK_XcbTGlRQ4Tp43Q>:last-child{border-bottom-left-radius:var(--jp-border-radius);border-bottom-right-radius:var(--jp-border-radius);border-width:0 1px 1px}.DAkZc1P9A3K12fjEliMg{display:flex;flex-direction:column;justify-content:space-between;padding:var(--padding)}.WUBuYABl8nymjs9NnCEL{align-items:center;display:flex;padding-bottom:calc(var(--spacing-base)*2);position:relative}.WUBuYABl8nymjs9NnCEL:not(:nth-child(2)){padding-top:calc(var(--spacing-base)*2)}.WUBuYABl8nymjs9NnCEL:not(:nth-child(2)):before{background-color:var(--jp-gray);content:"";height:1px;left:var(--padding);position:absolute;right:var(--padding);top:0;z-index:5}.s2Lsn4kbm6BrS3DSndRB .WUBuYABl8nymjs9NnCEL:not(:nth-child(2)):before{left:unset;right:0;width:calc(100% + var(--gap))}.s2Lsn4kbm6BrS3DSndRB .lbNDyXioOwvyvbALtCBm>:last-child .WUBuYABl8nymjs9NnCEL:not(:nth-child(2)):before{width:100%}.ANtCFeb41NhA8PA3H7ZN,.WUBuYABl8nymjs9NnCEL:last-of-type{padding-bottom:var(--padding)}.Ql2gy_148yW8Vw5vhaKD{padding-left:var(--padding);padding-right:var(--padding)}.EAQrAnQEW1z1BfdY5gbC{fill:var(--jp-gray);flex-shrink:0;margin:0 var(--spacing-base)}.EAQrAnQEW1z1BfdY5gbC.JDSTlLoOC_4aUoH2oNM2{fill:var(--jp-green-40)}.EAQrAnQEW1z1BfdY5gbC.zNdQRJ1w7BvaQOYyqzHK{fill:var(--jp-red-50)}.lr7vbX95SKtoe7DarJcZ{margin-right:auto}.s2Lsn4kbm6BrS3DSndRB .lr7vbX95SKtoe7DarJcZ{margin:0 var(--spacing-base);top:1px}.WUBuYABl8nymjs9NnCEL .KRrGp2xdkeBOxLZeuQ6X{fill:var(--jp-gray-20);flex-shrink:0}.H_ZJiRVJg0LiMXPGOcmt{text-align:center;width:fit-content}.H_ZJiRVJg0LiMXPGOcmt>a{color:#000}.s2Lsn4kbm6BrS3DSndRB .H_ZJiRVJg0LiMXPGOcmt{grid-column:2;overflow:hidden;padding-left:var(--padding);padding-right:var(--padding);white-space:nowrap}.x21z_DixObRDsDaWotP1{align-items:right;display:flex;justify-content:right;margin:0 calc(var(--spacing-base)*4)}.components-popover:not(.is-without-arrow):before{border-color:var(--jp-gray)}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-left:-62px}.icon-tooltip-helper .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-right:-62px}.icon-tooltip-helper .components-popover[data-y-axis=bottom] .components-popover__content{top:2px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-6px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-4px!important}.icon-tooltip-helper .components-popover[data-y-axis=top] .components-popover__content{bottom:10px!important}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:3px}.icon-tooltip-helper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:4px}.icon-tooltip-helper .components-popover__content{border:1px solid var(--jp-gray);border-radius:4px;outline:none;padding:24px;white-space:normal;width:304px}.icon-tooltip-helper.is-wide .components-popover__content{width:440px}.icon-tooltip-wrapper{color:var(--jp-black);display:inline-block;position:relative}.icon-tooltip-wrapper .components-button.is-link:focus:not(:disabled){box-shadow:none}.icon-tooltip-helper{height:18px;pointer-events:none;position:absolute;right:-53px;top:0;width:124px}.icon-tooltip-container{pointer-events:all}.icon-tooltip-title{font-size:16px;font-weight:600;line-height:19px}.icon-tooltip-title:not(:last-child){margin-bottom:8px}.icon-tooltip-content{font-size:14px;font-weight:400;line-height:24px}.icon-tooltip-content ul{list-style-type:disc;margin:0 1rem 0 0}.icon-tooltip-content ul li:last-child{margin-bottom:0}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(-1px,1px)}.gridicon.needs-offset-x g{transform:translate(-1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.dovianZYLKhnbnh9I06o{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-end}.lljtQMhW7lq5tE5SDJEf{align-items:flex-start;display:flex;flex-basis:0;flex-grow:2}.lljtQMhW7lq5tE5SDJEf .NubApIV1vQCRUNprfm6b{margin-right:auto}.dhFQXpZfMwVI8vuYHnwC{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.dhFQXpZfMwVI8vuYHnwC:first-child{margin-left:calc(var(--spacing-base)*2)}.dhFQXpZfMwVI8vuYHnwC.eD7hzxFmdtG_MgmBtl_k{color:var(--jp-gray-20)}.dhFQXpZfMwVI8vuYHnwC.eD7hzxFmdtG_MgmBtl_k:after{background:var(--jp-red);border-radius:var(--jp-border-radius);content:" ";display:block;height:3px;margin-top:-2px;pointer-events:none;position:absolute;top:50%;width:100%}.C64ZjjUAqJC1T2Sa7apS{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:calc(var(--spacing-base)*3)}.UpZDGew6Ay1hPoP6eI7b{color:var(--jp-gray-40);font-size:var(--font-body-small);line-height:20px}.UpZDGew6Ay1hPoP6eI7b:after{content:"​"}.NubApIV1vQCRUNprfm6b{background-color:var(--jp-yellow-10);border-radius:4px;font-size:13px;font-weight:600;margin-right:var(--spacing-base);padding-left:var(--spacing-base);padding-right:var(--spacing-base)}.TDiiPbuW1Z0_05u_pvcK{font-weight:400}.VHYulMcpzbr10HWR0iSE{align-items:flex-start;border:1px solid var(--jp-black);border-color:var(--jp-gray-5);border-radius:4px;border-right-width:6px;display:flex;font-size:var(--font-body);padding:24px 18px 27px 31px}.FGpSkMCiIHQjszcV0dbn{margin-left:20px}.FGpSkMCiIHQjszcV0dbn,.KoWZcCwhW13xvkEb0QON{height:calc(var(--spacing-base)*3);width:calc(var(--spacing-base)*3)}.KoWZcCwhW13xvkEb0QON{background-color:transparent;border:none;cursor:pointer;outline:none}@media screen and (max-width:600px){.VHYulMcpzbr10HWR0iSE{box-shadow:0 4px 8px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.06);padding-top:68px;position:relative}.FGpSkMCiIHQjszcV0dbn{position:absolute;right:24px;top:24px}.KoWZcCwhW13xvkEb0QON{left:24px;position:absolute;top:24px}}.smrfczkC53EaFM8OJUXs{flex-grow:1}.IKYRWoPwt9xOVEx1wzNS{font-weight:600;margin-bottom:8px}.qM0qY6mPYp1MPN54A3Kg{align-items:center;display:flex;margin-top:20px}.qM0qY6mPYp1MPN54A3Kg a,.qM0qY6mPYp1MPN54A3Kg a:active,.qM0qY6mPYp1MPN54A3Kg a:focus,.qM0qY6mPYp1MPN54A3Kg a:hover{color:var(--jp-black)}.qM0qY6mPYp1MPN54A3Kg>*{margin-left:24px}.A5YkDkkXuiYgavrY6Nux{border-right-color:var(--jp-red)}.A5YkDkkXuiYgavrY6Nux .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-red)}.cT5rwuPMZzWvi5o6shMl{border-right-color:var(--jp-yellow-20)}.cT5rwuPMZzWvi5o6shMl .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-yellow-20)}.yo0O3uvNomPsYUXFCpAS{border-right-color:var(--black)}.yo0O3uvNomPsYUXFCpAS .y_IPyP1wIAOhyNaqvXJq{fill:var(--black)}.oZdDFf1jBLkzn5ICCC6x{border-right-color:var(--jp-green)}.oZdDFf1jBLkzn5ICCC6x .y_IPyP1wIAOhyNaqvXJq{fill:var(--jp-green)}.q0T8YyQxRawhpDtvJjxI{background-color:var(--jp-white);height:100%;padding:calc(var(--spacing-base)*8);position:relative}.B7JDqI_vtKxSy5GjvqA1{display:flex;flex-direction:column;height:100%}.zj7xadmhIWeuf7ZwvVTS{align-items:center;background:var(--jp-black);border-radius:var(--jp-border-radius) var(--jp-border-radius) 0 0;color:var(--jp-white);display:flex;height:calc(var(--spacing-base)*4);padding:0 var(--spacing-base);position:absolute;right:0;top:0;width:100%}.GsioW6IsC8EMYE3U6788{fill:var(--jp-white);margin-left:var(--spacing-base)}.cfEO8udWbRGPFJzW8Jg5,.dbz07JqxOlivjKO4vBEF{align-items:center;display:flex;height:calc(var(--spacing-base)*4);margin-bottom:calc(var(--spacing-base)*4)}.zlh3zbjUe4Z8cBs7uVVe{fill:#8c8f94;height:24px;line-height:24px}.qoZuzG5EcDa231hC6t0P{align-items:center;display:flex;justify-content:center}.qoZuzG5EcDa231hC6t0P svg{margin-left:var(--spacing-base)}.Q6uUUQCPWS6_6nLxIn68{display:inline-block;min-height:42px;padding:.5em 2em;text-align:center;width:100%}.Q6uUUQCPWS6_6nLxIn68 .YU4iBCRze09ZP3iCsdcb{margin:0}.Q6uUUQCPWS6_6nLxIn68.components-button.is-primary{height:auto;white-space:normal}.Q6uUUQCPWS6_6nLxIn68.is-secondary:hover:not(:disabled){background-color:var(--jp-black);color:var(--jp-white)}.OrQG7DjDd9Ha2Xj1Mx3L{margin-top:calc(var(--spacing-base)*2)}.Q1jaYDpa2AVfJpA29wT0{flex-grow:1;margin:0;margin-bottom:calc(var(--spacing-base)*2);padding:0}.Q1jaYDpa2AVfJpA29wT0 li{align-items:flex-start;display:flex;list-style:none;margin-bottom:var(--spacing-base)}.Q1jaYDpa2AVfJpA29wT0 svg{fill:var(--jp-green-primary);flex-shrink:0;margin-left:var(--spacing-base)}.sEcLfpWjo0GF7QrxD3Lt{margin-top:calc(var(--spacing-base)*2)}.xgv3jRkeF39aEQELCwru{align-items:flex-end;color:var(--jp-text-color);display:flex;flex-wrap:wrap}.twlleZ5Ehq4bB7CvKVSW{position:relative}.twlleZ5Ehq4bB7CvKVSW:first-child{margin-left:calc(var(--spacing-base)*2)}.twlleZ5Ehq4bB7CvKVSW.Qg4rPEvXsqmod1s_31d8{color:var(--jp-gray-20)}.twlleZ5Ehq4bB7CvKVSW.Qg4rPEvXsqmod1s_31d8:after{background:var(--jp-red);border-radius:var(--jp-border-radius);content:" ";display:block;height:3px;margin-top:-2px;pointer-events:none;position:absolute;top:50%;width:100%}.ApsgxIornVy_3KnciVeJ{color:var(--jp-gray-40);margin-bottom:calc(var(--spacing-base)*3)}.NMxcZL17aEP7v81uG3zD{margin-top:calc(var(--spacing-base)*5)}.gCTKfAPzJqZas7CaRbKN{margin-bottom:calc(var(--spacing-base)*4)}.demNsMJjhi7BLY7xhjU5{align-items:center;display:flex;font-size:var(--font-body);line-height:calc(var(--spacing-base)*3);margin:calc(var(--spacing-base)*2) 0;min-height:calc(var(--spacing-base)*3)}.QiUjdjJSkqh6nH7YMG5A{align-self:flex-start;height:calc(var(--spacing-base)*3);margin-left:calc(var(--spacing-base)/2);width:calc(var(--spacing-base)*3)}.Q080AHcq29J2fc68Hhk5{color:var(--jp-red)}.Q080AHcq29J2fc68Hhk5 .hYWbIwhppukXmGnsiT9H{fill:var(--jp-red)}.JjHuxWly0HI9C60gorbq{color:var(--jp-yellow-40)}.JjHuxWly0HI9C60gorbq .hYWbIwhppukXmGnsiT9H{fill:var(--jp-yellow-40)}.Cm8ZFHi3mngl4cj9Gatx{color:var(--jp-blue-40)}.Cm8ZFHi3mngl4cj9Gatx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-blue-40)}.ytGBsU015p3LGwOPwFDx{color:var(--jp-green)}.ytGBsU015p3LGwOPwFDx .hYWbIwhppukXmGnsiT9H{fill:var(--jp-green)}.jp-license-activation-screen-controls{background:var(--jp-white);display:flex;flex-direction:column;justify-content:space-between;padding:32px}.jp-license-activation-screen-controls h1{font-size:44px;font-weight:700;line-height:1.4;margin:.67em 0}.jp-license-activation-screen-controls p{font-size:var(--font-body);margin:1em 0}.jp-license-activation-screen-controls label{font-size:var(--font-body);font-weight:600}@media screen and (min-width:780px){.jp-license-activation-screen-controls{padding:64px}}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-with-error{max-width:500px}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field .components-input-control__label.components-input-control__label.components-input-control__label,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-with-error .components-input-control__label.components-input-control__label.components-input-control__label{font-size:var(--font-body);font-weight:600}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field input.components-text-control__input,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field select.components-select-control__input,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-with-error input.components-text-control__input,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-with-error select.components-select-control__input{border-radius:var(--jp-border-radius);font-size:18px;line-height:24px;margin:0;min-height:48px}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field input.components-text-control__input{border:1px solid var(--jp-gray-40)}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-with-error input.components-text-control__input,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-with-error select.components-select-control__input{border:1px solid var(--jp-red)}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-error{align-items:flex-start;color:var(--jp-red);display:flex;flex-direction:row;max-width:500px}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-error svg{fill:var(--jp-red);margin-left:4px;min-width:24px}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--license-field-error span{font-size:var(--font-body)}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active{background-color:var(--jp-black);border-radius:4px;color:var(--jp-white);display:flex;font-size:16px;font-size:var(--font-body);font-style:normal;font-weight:600;justify-content:center;line-height:24px;margin-top:24px;min-height:48px;min-width:158px;padding:13.5px 45px;width:100%}@media screen and (min-width:480px){.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active{width:auto}}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active:hover,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:hover{background-color:var(--jp-black-80);color:var(--jp-white)}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active:focus,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:focus{background-color:var(--jp-black-80);border:1px solid var(--jp-white);color:var(--jp-white)}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active:disabled,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active[disabled],.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:disabled,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button[disabled]{background-color:var(--jp-gray);color:var(--jp-gray-20)}.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button .jp-components-spinner,.jp-license-activation-screen-controls .jp-license-activation-screen-controls--button:active .jp-components-spinner{width:100%}.jp-license-activation-screen-illustration{align-items:center;background:var(--jp-white-off);display:flex;flex-direction:column;justify-content:space-between;padding:32px}.jp-license-activation-screen-illustration--wrapper{display:flex;flex:1}.jp-license-activation-screen-illustration--wrapper img{align-self:center;height:auto;max-width:100%}.jp-license-activation-screen-illustration--support-link{flex:0}.components-button.jp-license-activation-screen-success-info--button,.components-button.jp-license-activation-screen-success-info--button:active,.components-button.jp-license-activation-screen-success-info--button:visited{background-color:var(--jp-black);border-radius:4px;color:var(--jp-white);font-size:16px;font-size:var(--font-body);font-style:normal;font-weight:600;justify-content:center;line-height:24px;margin:0 0 20px 40px;min-height:48px;min-width:158px;padding:13.5px 45px;width:100%}@media screen and (min-width:480px){.components-button.jp-license-activation-screen-success-info--button,.components-button.jp-license-activation-screen-success-info--button:active,.components-button.jp-license-activation-screen-success-info--button:visited{width:auto}}.components-button.jp-license-activation-screen-success-info--button:active:hover,.components-button.jp-license-activation-screen-success-info--button:hover,.components-button.jp-license-activation-screen-success-info--button:visited:hover{background-color:var(--jp-black-80);color:var(--jp-white)}.components-button.jp-license-activation-screen-success-info--button:active:focus,.components-button.jp-license-activation-screen-success-info--button:focus,.components-button.jp-license-activation-screen-success-info--button:visited:focus{background-color:var(--jp-black-80);border:1px solid var(--jp-white);color:var(--jp-white)}.components-button.jp-license-activation-screen-success-info--button:active:disabled,.components-button.jp-license-activation-screen-success-info--button:active[disabled],.components-button.jp-license-activation-screen-success-info--button:disabled,.components-button.jp-license-activation-screen-success-info--button:visited:disabled,.components-button.jp-license-activation-screen-success-info--button:visited[disabled],.components-button.jp-license-activation-screen-success-info--button[disabled]{background-color:var(--jp-gray);color:var(--jp-gray-20)}.components-button.jp-license-activation-screen-success-info--button .jp-components-spinner,.components-button.jp-license-activation-screen-success-info--button:active .jp-components-spinner,.components-button.jp-license-activation-screen-success-info--button:visited .jp-components-spinner{width:100%}.jp-license-activation-screen-success-info--product-details h1{line-height:52px}.jp-license-activation-screen-success-info--product-details a{color:var(--jp-black);text-decoration:underline!important}.jp-license-activation-screen-success-info--external-link{color:var(--jp-black);font-size:16px;font-style:normal;font-weight:600;text-decoration:underline!important;white-space:nowrap}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(-8px)}.jp-cut:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jp-license-activation-screen-success-info{background:var(--jp-white);display:flex;flex-direction:column;justify-content:space-between;padding:32px}.jp-license-activation-screen-success-info h1{font-size:44px;font-weight:700;line-height:1.4;margin:.67em 0}.jp-license-activation-screen-success-info p{font-size:var(--font-body);margin:1em 0}.jp-license-activation-screen-success-info label{font-size:var(--font-body);font-weight:600}@media screen and (min-width:780px){.jp-license-activation-screen-success-info{padding:64px}}@media screen and (max-width:480px){.jp-license-activation-screen-success-info .jp-license-activation-screen-success-info--buttons{text-align:center}}:root{--font-title-large:36px;--font-title-small:24px;--font-body:16px;--font-label:12px;--jp-black:#000;--jp-black-80:#2c3338;--jp-white:#fff;--jp-white-off:#f9f9f6;--jp-gray:#dcdcde;--jp-gray-0:#f6f7f7;--jp-gray-5:#dcdcde;--jp-gray-10:#c3c4c7;--jp-gray-20:#a7aaad;--jp-gray-30:#8c8f94;--jp-gray-40:#787c82;--jp-gray-50:#646970;--jp-gray-60:#50575e;--jp-gray-70:#3c434a;--jp-gray-80:#2c3338;--jp-gray-90:#1d2327;--jp-gray-100:#101517;--jp-gray-off:#e2e2df;--jp-yellow-5:#f5e6b3;--jp-yellow-10:#f2cf75;--jp-orange-20:#faa754;--jp-blue-5:#ced9f2;--jp-red-0:#f7ebec;--jp-red-50:#d63638;--jp-red-60:#b32d2e;--jp-red-80:#8a2424;--jp-red:#d63639;--jp-pink:#c9356e;--jp-green-0:#f0f2eb;--jp-green-5:#d0e6b8;--jp-green-10:#9dd977;--jp-green-20:#64ca43;--jp-green-30:#2fb41f;--jp-green-40:#069e08;--jp-green-50:#008710;--jp-green-60:#007117;--jp-green-70:#005b18;--jp-green-80:#004515;--jp-green-90:#003010;--jp-green-100:#001c09;--jp-green:#069e08;--jp-green-primary:var(--jp-green-40);--jp-green-secondary:var(--jp-green-30);--jp-border-radius:4px;--jp-border-radius-rna:8px;--jp-menu-border-height:1px;--jp-underline-thickness:2px;--jp-modal-padding-large:32px;--jp-modal-padding:24px;--jp-modal-padding-small:16px;--jp-modal-radius:8px;--jp-button-padding:8px;--jp-button-radius:4px;--jp-gap:16px;--jp-highlight:#3858e9}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.EiaNctK1_P9pPqOeiaSI{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.ogHZg_sJCljylz3VJfsf{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.ogHZg_sJCljylz3VJfsf{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.ogHZg_sJCljylz3VJfsf{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.zv7eGvijKRkbPVakubHw{grid-column-end:span 1}.VoJNoiya_1ck3_kXS6_C{grid-column-end:span 2}.ecv0NO526NoTNbpALA1A{grid-column-end:span 3}.OfBdkceMzeHvRbzhqDlP{grid-column-end:span 4}@media(min-width:600px){.JLb3NpEKN8pOaWd7K1bu{grid-column-end:span 1}.fsMPGqPKE4mjMIPFwl77{grid-column-end:span 2}.DIK_zdaGAQ09eKspBJ4E{grid-column-end:span 3}.shXYpxPu3WCJsR8aOHtz{grid-column-end:span 4}.s7ElrOqG_yGd5SIfwqOR{grid-column-end:span 5}.Cxml9uzGvArAL8_RDs_p{grid-column-end:span 6}.aANxBKDGx72eDqU0iUPj{grid-column-end:span 7}.XxyzuTY3mnQcl9EGZadm{grid-column-end:span 8}}@media(min-width:960px){.Sfo4WaSNIWInJ93Abd3w{grid-column-end:span 1}.tQS7SKUGrU4THhWMysbo{grid-column-end:span 2}.I94U7mpY4h16pcOksZNF{grid-column-end:span 3}.uWMb9k77kQxBdS5MTt0s{grid-column-end:span 4}.rKwEEZQxK9s_POMg5Jss{grid-column-end:span 5}.UcPXX_s06IPCkF7ZjH3D{grid-column-end:span 6}.CrQdtiCFkRbzY6K2dFvt{grid-column-end:span 7}.rEUALOmOdUBXO0Us871z{grid-column-end:span 8}.NqXa9TlcTEviVsB53hBV{grid-column-end:span 9}.OnWVeiQiwgQ9lzdGPW66{grid-column-end:span 10}.D2PkTcy7b8u2K9QXY6VQ{grid-column-end:span 11}.EcqBhzAyxo5RDc2Y6m7K{grid-column-end:span 12}}@media(max-width:960px){.gB1mWzHOM38d80lrhBRX{display:none}}@media(max-width:600px){.KNQXLP78ejczOkour3zg{display:none}}.rBVbaVWBnBRtTMrUKZxm{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);display:block;margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.rBVbaVWBnBRtTMrUKZxm span{display:block}.rBVbaVWBnBRtTMrUKZxm span:last-of-type{font-weight:600}.rBVbaVWBnBRtTMrUKZxm:focus span:last-of-type,.rBVbaVWBnBRtTMrUKZxm:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.rBVbaVWBnBRtTMrUKZxm:focus:after,.rBVbaVWBnBRtTMrUKZxm:hover:after{transform:translateY(-50%) translateX(-8px)}.rBVbaVWBnBRtTMrUKZxm:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.gfM_DIJrVbRhmKdAphIm{background:var(--jp-white);border-radius:var(--jp-modal-radius);box-shadow:0 12px 16px -.5px rgba(0,0,0,.15);height:max-content;margin:3rem auto;max-width:414px;overflow:hidden;position:relative;transition:height .25s cubic-bezier(.59,.37,.18,1.19) 0;width:90%;will-change:height}.gfM_DIJrVbRhmKdAphIm>div:first-child{padding:0}.gfM_DIJrVbRhmKdAphIm *{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.gfM_DIJrVbRhmKdAphIm p{color:var(--jp-black)}.gfM_DIJrVbRhmKdAphIm .zfJfONxRAw0fHjXUS7LN{display:none}.gfM_DIJrVbRhmKdAphIm.pnwbCuWbV0PNQr1LFpRh{height:614px;transition-delay:2.15s}.gfM_DIJrVbRhmKdAphIm.pnwbCuWbV0PNQr1LFpRh h2{margin-top:0}._j4GWTmW5psCHFYh6R0x{align-self:flex-start;margin-top:var(--jp-gap)!important;padding:8px var(--jp-modal-padding-small)!important;width:100%}.saSAjv8yulVXQDoqDJEI{font-weight:500;line-height:110%;margin-bottom:8px}.O_hcdbeMivIhBn7ApDnS{line-height:140%}@media(min-width:760px){.gfM_DIJrVbRhmKdAphIm{height:740px;max-width:1360px;position:relative;width:95%}.gfM_DIJrVbRhmKdAphIm .zfJfONxRAw0fHjXUS7LN{display:block;position:absolute;right:64px;top:64px;z-index:99}.gfM_DIJrVbRhmKdAphIm .zfJfONxRAw0fHjXUS7LN clipPath,.gfM_DIJrVbRhmKdAphIm .zfJfONxRAw0fHjXUS7LN path{fill:#000}.gfM_DIJrVbRhmKdAphIm .zfJfONxRAw0fHjXUS7LN path.FCnyb_xCK7DhJ63p6TEd{fill:#fff}.gfM_DIJrVbRhmKdAphIm.pnwbCuWbV0PNQr1LFpRh{height:740px;transition-delay:0}.gfM_DIJrVbRhmKdAphIm.pnwbCuWbV0PNQr1LFpRh .zfJfONxRAw0fHjXUS7LN clipPath,.gfM_DIJrVbRhmKdAphIm.pnwbCuWbV0PNQr1LFpRh .zfJfONxRAw0fHjXUS7LN path{fill:#fff;transition:fill 2s ease .5s}.gfM_DIJrVbRhmKdAphIm.pnwbCuWbV0PNQr1LFpRh .zfJfONxRAw0fHjXUS7LN path.FCnyb_xCK7DhJ63p6TEd{fill:#000;transition:fill 2s ease .5s}}@keyframes OmAVpCQ270MqI4IsT9Ky{20%{transform:translateY(0) scale(1)}65%{transform:translateY(16%) scale(1.4)}to{transform:translateY(0) scale(1)}}.Qn5xayjI_jH2m1d6BEoq{border-radius:var(--jp-button-radius);display:flex;height:50%;justify-content:center;min-height:400px;overflow:hidden;position:relative;transition:height .55s cubic-bezier(.59,.37,.18,1) 0s;will-change:height}.pnwbCuWbV0PNQr1LFpRh .Qn5xayjI_jH2m1d6BEoq{height:100%;transition-delay:.65s}.pnwbCuWbV0PNQr1LFpRh .Qn5xayjI_jH2m1d6BEoq video{animation:OmAVpCQ270MqI4IsT9Ky 1.5s ease-in-out forwards}.Qn5xayjI_jH2m1d6BEoq video{height:100%;object-fit:cover;position:absolute;right:0;top:0;transform:scale(1);transition:all .85s cubic-bezier(1,0,.39,1) 0s;width:100%;will-change:transform}@media(min-width:760px){@keyframes Axe8f2LgqEBZHVcsRgY5{0%{animation-timing-function:cubic-bezier(.86,0,.07,1);right:60%;top:32px}50%{animation-timing-function:cubic-bezier(.17,.84,.44,1);bottom:32px;right:32px;top:32px;width:100%}to{right:32px;width:40%}}.Qn5xayjI_jH2m1d6BEoq{border-radius:12px;bottom:32px;display:block;height:auto;left:32px;overflow:hidden;position:absolute;right:60%;top:32px;transition-delay:0;transition:width .55s ease 0s;z-index:3}.Qn5xayjI_jH2m1d6BEoq video{height:100%;object-fit:cover;position:absolute;right:0;top:0;width:100%}.pnwbCuWbV0PNQr1LFpRh .Qn5xayjI_jH2m1d6BEoq{animation-delay:.25s;animation-duration:2s;animation-fill-mode:forwards;animation-name:Axe8f2LgqEBZHVcsRgY5;height:auto}}.iBMDoShSmqpt72YfJb36{padding:var(--jp-modal-padding)}.iBMDoShSmqpt72YfJb36 h2{font-size:clamp(1.5rem,-.7353rem + 4.7059vw,3.5rem)}.iBMDoShSmqpt72YfJb36 p{font-size:clamp(1rem,.6974rem + 1.1696vw,1.75rem)}.iBMDoShSmqpt72YfJb36 p.eQG1KKK8jjKtQyzfv573{display:none;font-size:clamp(1.25rem,1.1491rem + .3899vw,1.5rem)}@media(min-width:760px){.iBMDoShSmqpt72YfJb36{bottom:15%;display:flex;flex-direction:column;gap:64px;padding:0 0 0 var(--jp-modal-padding);position:absolute;right:64px;width:55%}.iBMDoShSmqpt72YfJb36 .l35bIyiqYJiZ6tVYvJtC{align-items:flex-start;display:flex;flex-direction:column;gap:16px;padding:0 0 0 32px}.iBMDoShSmqpt72YfJb36 .l35bIyiqYJiZ6tVYvJtC h2,.iBMDoShSmqpt72YfJb36 .l35bIyiqYJiZ6tVYvJtC p{margin:0}.iBMDoShSmqpt72YfJb36 p.eQG1KKK8jjKtQyzfv573{display:block}.iBMDoShSmqpt72YfJb36 ._j4GWTmW5psCHFYh6R0x{align-self:flex-start;padding:16px var(--jp-modal-padding-large)!important;width:auto}.pnwbCuWbV0PNQr1LFpRh .iBMDoShSmqpt72YfJb36{opacity:0;right:-20px;transition:all .55s cubic-bezier(.59,.37,.18,1) .3s}}.HQVDZ6J3x6SJNYFX5khS{background:var(--jp-white);opacity:0;position:absolute;right:0;top:100%;transition:transform .45s cubic-bezier(.59,.37,.18,1) 2s,opacity .45s linear;width:100%;will-change:transform,opacity;z-index:2}.pnwbCuWbV0PNQr1LFpRh .HQVDZ6J3x6SJNYFX5khS{opacity:1;transform:translateY(-100%);transition-delay:2s}@media(min-width:760px){.HQVDZ6J3x6SJNYFX5khS{align-items:flex-end;bottom:5%;container-type:inline-size;display:flex;flex-direction:column;gap:40px;left:32px;padding:0;right:45%;transform:translateY(0);transition-delay:0;transition:none;width:auto}.HQVDZ6J3x6SJNYFX5khS h2{width:100%}.HQVDZ6J3x6SJNYFX5khS ._j4GWTmW5psCHFYh6R0x{margin-left:var(--jp-modal-padding-large)}.pnwbCuWbV0PNQr1LFpRh .HQVDZ6J3x6SJNYFX5khS{bottom:12%;left:32px;opacity:1;right:45%;top:unset;transform:translateY(0);transition:all .45s cubic-bezier(.59,.37,.18,1) 2s,opacity .45s linear;transition-delay:2s;width:auto}.pnwbCuWbV0PNQr1LFpRh .HQVDZ6J3x6SJNYFX5khS .l35bIyiqYJiZ6tVYvJtC{padding-right:32px}.pnwbCuWbV0PNQr1LFpRh .HQVDZ6J3x6SJNYFX5khS ._j4GWTmW5psCHFYh6R0x{align-self:flex-end}}.KdvmPIjelQIFiPQGuIYf{background:var(--jp-gray-0);display:flex;flex-direction:column;gap:var(--jp-gap)}.KdvmPIjelQIFiPQGuIYf div{background-color:var(--jp-white);border:1px solid var(--jp-gray-10);border-radius:var(--jp-button-radius);box-shadow:0 0 40px 0 rgba(0,0,0,.08);flex:1;padding:var(--jp-modal-padding)}.KdvmPIjelQIFiPQGuIYf h3{font-size:24px;line-height:normal;margin:0}.KdvmPIjelQIFiPQGuIYf p{font-size:14px}@media(min-width:760px){.KdvmPIjelQIFiPQGuIYf{flex-direction:row;padding:var(--jp-modal-padding-large)}.KdvmPIjelQIFiPQGuIYf div{border:none;box-shadow:0 2px 16px rgba(0,0,0,.08),0 2px 2px rgba(0,0,0,.1)}.KdvmPIjelQIFiPQGuIYf div p{margin:8px 0}.KdvmPIjelQIFiPQGuIYf svg{margin-bottom:var(--jp-modal-padding-small)}}@container (max-width: 600px){.KdvmPIjelQIFiPQGuIYf div{padding:var(--jp-modal-padding-small)}}.jp-license-activation-screen{border-radius:4px;box-shadow:0 4px 24px 0 rgba(0,0,0,.149);display:flex;flex-direction:column;min-height:540px;overflow:hidden}@media screen and (min-width:780px){.jp-license-activation-screen{flex-direction:row}} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json new file mode 100644 index 00000000..73a97f01 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -0,0 +1,79 @@ +{ + "name": "automattic/jetpack-my-jetpack", + "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": { + "automattic/jetpack-admin-ui": "^0.2.23", + "automattic/jetpack-assets": "^1.18.13", + "automattic/jetpack-connection": "^1.58.2", + "automattic/jetpack-jitm": "^2.5.1", + "automattic/jetpack-licensing": "^1.8.4", + "automattic/jetpack-plugins-installer": "^0.2.5", + "automattic/jetpack-redirect": "^1.7.27", + "automattic/jetpack-constants": "^1.6.23" + }, + "require-dev": { + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.11", + "automattic/wordbless": "@dev", + "automattic/jetpack-videopress": "^0.18.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/", + "src/products" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "test-js": [ + "pnpm run test" + ], + "test-js-watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run test --watch" + ], + "build-development": [ + "pnpm run build" + ], + "build-production": [ + "NODE_ENV=production pnpm run build" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ], + "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-my-jetpack", + "textdomain": "jetpack-my-jetpack", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" + }, + "branch-alias": { + "dev-trunk": "3.9.x-dev" + }, + "version-constants": { + "::PACKAGE_VERSION": "src/class-initializer.php" + } + }, + "config": { + "allow-plugins": { + "roots/wordpress-core-installer": true + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php new file mode 100644 index 00000000..34fb3d1a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php @@ -0,0 +1,352 @@ +initialize(); + } + + // Add custom WP REST API endoints. + add_action( 'rest_api_init', array( __CLASS__, 'register_rest_endpoints' ) ); + + $page_suffix = Admin_Menu::add_menu( + __( 'My Jetpack', 'jetpack-my-jetpack' ), + __( 'My Jetpack', 'jetpack-my-jetpack' ), + 'edit_posts', + 'my-jetpack', + array( __CLASS__, 'admin_page' ), + -1 + ); + + add_action( 'load-' . $page_suffix, array( __CLASS__, 'admin_init' ) ); + + // Sets up JITMS. + JITM::configure(); + + /** + * Fires after the My Jetpack package is initialized + * + * @since 0.1.0 + */ + do_action( 'my_jetpack_init' ); + } + + /** + * Acts as a feature flag, returning a boolean for whether we should show the licensing UI. + * + * @since 1.2.0 + * + * @return boolean + */ + public static function is_licensing_ui_enabled() { + // Default changed to true in 1.5.0. + $is_enabled = true; + + /* + * Bail if My Jetpack is not enabled, + * and thus the licensing UI shouldn't be enabled either. + */ + if ( ! self::should_initialize() ) { + $is_enabled = false; + } + + /** + * Acts as a feature flag, returning a boolean for whether we should show the licensing UI. + * + * @param bool $is_enabled Defaults to true. + * + * @since 1.2.0 + * @since 1.5.0 Update default value to true. + */ + return apply_filters( + 'jetpack_my_jetpack_should_enable_add_license_screen', + $is_enabled + ); + } + + /** + * Callback for the load my jetpack page hook. + * + * @return void + */ + public static function admin_init() { + add_filter( 'identity_crisis_container_id', array( static::class, 'get_idc_container_id' ) ); + add_action( 'admin_enqueue_scripts', array( __CLASS__, 'enqueue_scripts' ) ); + // Product statuses are constantly changing, so we never want to cache the page. + header( 'Cache-Control: no-cache, no-store, must-revalidate' ); + header( 'Pragma: no-cache' ); + header( 'Expires: 0' ); + } + + /** + * Returns whether we are in condition to track to use + * Analytics functionality like Tracks, MC, or GA. + */ + public static function can_use_analytics() { + $status = new Status(); + $connection = new Connection_Manager(); + $tracking = new Tracking( 'jetpack', $connection ); + + return $tracking->should_enable_tracking( new Terms_Of_Service(), $status ); + } + /** + * Enqueue admin page assets. + * + * @return void + */ + public static function enqueue_scripts() { + Assets::register_script( + 'my_jetpack_main_app', + '../build/index.js', + __FILE__, + array( + 'enqueue' => true, + 'in_footer' => true, + 'textdomain' => 'jetpack-my-jetpack', + ) + ); + $modules = new Modules(); + wp_localize_script( + 'my_jetpack_main_app', + 'myJetpackInitialState', + array( + 'products' => array( + 'items' => Products::get_products(), + ), + 'purchases' => array( + 'items' => array(), + ), + 'plugins' => Plugins_Installer::get_plugins(), + 'myJetpackUrl' => admin_url( 'admin.php?page=my-jetpack' ), + 'topJetpackMenuItemUrl' => Admin_Menu::get_top_level_menu_item_url(), + 'siteSuffix' => ( new Status() )->get_site_suffix(), + 'myJetpackVersion' => self::PACKAGE_VERSION, + 'myJetpackFlags' => self::get_my_jetpack_flags(), + 'fileSystemWriteAccess' => self::has_file_system_write_access(), + 'loadAddLicenseScreen' => self::is_licensing_ui_enabled(), + 'adminUrl' => esc_url( admin_url() ), + 'IDCContainerID' => static::get_idc_container_id(), + 'userIsAdmin' => current_user_can( 'manage_options' ), + 'isStatsModuleActive' => $modules->is_active( 'stats' ), + ) + ); + + wp_localize_script( + 'my_jetpack_main_app', + 'myJetpackRest', + array( + 'apiRoot' => esc_url_raw( rest_url() ), + 'apiNonce' => wp_create_nonce( 'wp_rest' ), + ) + ); + + // Connection Initial State. + Connection_Initial_State::render_script( 'my_jetpack_main_app' ); + + // Required for Analytics. + if ( self::can_use_analytics() ) { + Tracking::register_tracks_functions_scripts( true ); + } + } + + /** + * Build flags for My Jetpack UI + * + * @return array + */ + public static function get_my_jetpack_flags() { + $flags = array( + 'videoPressStats' => Jetpack_Constants::is_true( 'JETPACK_MY_JETPACK_VIDEOPRESS_STATS_ENABLED' ), + 'showJetpackStatsCard' => class_exists( 'Jetpack' ), + ); + + return $flags; + } + + /** + * Echoes the admin page content. + * + * @return void + */ + public static function admin_page() { + echo '

          '; + } + + /** + * Register the REST API routes. + * + * @return void + */ + public static function register_rest_endpoints() { + new REST_Products(); + new REST_Purchases(); + new REST_Zendesk_Chat(); + new REST_Product_Data(); + new REST_AI(); + + register_rest_route( + 'my-jetpack/v1', + 'site', + array( + 'methods' => \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_site', + 'permission_callback' => __CLASS__ . '::permissions_callback', + ) + ); + } + + /** + * Check user capability to access the endpoint. + * + * @access public + * @static + * + * @return true|WP_Error + */ + public static function permissions_callback() { + return current_user_can( 'manage_options' ); + } + + /** + * Return true if we should initialize the My Jetpack admin page. + */ + public static function should_initialize() { + $should = true; + + if ( is_multisite() ) { + $should = false; + } + + /** + * Allows filtering whether My Jetpack should be initialized. + * + * @since 0.5.0-alpha + * + * @param bool $shoud_initialize Should we initialize My Jetpack? + */ + return apply_filters( 'jetpack_my_jetpack_should_initialize', $should ); + } + + /** + * Site full-data endpoint. + * + * @return object Site data. + */ + public static function get_site() { + $site_id = \Jetpack_Options::get_option( 'id' ); + $wpcom_endpoint = sprintf( '/sites/%d?force=wpcom', $site_id ); + $wpcom_api_version = '1.1'; + $response = Client::wpcom_json_api_request_as_blog( $wpcom_endpoint, $wpcom_api_version ); + $response_code = wp_remote_retrieve_response_code( $response ); + $body = json_decode( wp_remote_retrieve_body( $response ) ); + + if ( is_wp_error( $response ) || empty( $response['body'] ) ) { + return new \WP_Error( 'site_data_fetch_failed', 'Site data fetch failed', array( 'status' => $response_code ) ); + } + + return rest_ensure_response( $body, 200 ); + } + + /** + * Returns true if the site has file write access to the plugins folder, false otherwise. + * + * @return bool + **/ + public static function has_file_system_write_access() { + + $cache = get_transient( 'my_jetpack_write_access' ); + + if ( false !== $cache ) { + return $cache; + } + + if ( ! function_exists( 'get_filesystem_method' ) ) { + require_once ABSPATH . 'wp-admin/includes/file.php'; + } + + require_once ABSPATH . 'wp-admin/includes/template.php'; + + $write_access = 'no'; + + $filesystem_method = get_filesystem_method( array(), WP_PLUGIN_DIR ); + if ( 'direct' === $filesystem_method ) { + $write_access = 'yes'; + } + + if ( ! $write_access ) { + ob_start(); + $filesystem_credentials_are_stored = request_filesystem_credentials( self_admin_url() ); + ob_end_clean(); + + if ( $filesystem_credentials_are_stored ) { + $write_access = 'yes'; + } + } + + set_transient( 'my_jetpack_write_access', $write_access, 30 * MINUTE_IN_SECONDS ); + + return $write_access; + } + + /** + * Get container IDC for the IDC screen. + * + * @return string + */ + public static function get_idc_container_id() { + return static::IDC_CONTAINER_ID; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php new file mode 100644 index 00000000..7e10b403 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php @@ -0,0 +1,183 @@ + Products\Anti_Spam::class, + 'backup' => Products\Backup::class, + 'boost' => Products\Boost::class, + 'crm' => Products\Crm::class, + 'extras' => Products\Extras::class, + 'jetpack-ai' => Products\Jetpack_Ai::class, + 'scan' => Products\Scan::class, + 'search' => Products\Search::class, + 'social' => Products\Social::class, + 'security' => Products\Security::class, + 'protect' => Products\Protect::class, + 'videopress' => Products\Videopress::class, + 'stats' => Products\Stats::class, + ); + + /** + * This filter allows plugin to override the Product class of a given product. The new class must be a child class of the default one declared in My Jetpack + * + * For example, a stand-alone plugin could overwrite its product class to control specific behavior of the product in the My Jetpack page after it is active without having to commit changes to the My Jetpack package: + * + * add_filter( 'my_jetpack_products_classes', function( $classes ) { + * $classes['my_plugin'] = 'My_Plugin'; // a class that extends the original one declared in the My Jetpack package. + * return $classes + * } ); + * + * @param array $classes An array where the keys are the product slugs and the values are the class names. + */ + $final_classes = apply_filters( 'my_jetpack_products_classes', $classes ); + + // Check that the classes are still child of the same original classes. + foreach ( (array) $final_classes as $slug => $final_class ) { + if ( $final_class === $classes[ $slug ] ) { + continue; + } + if ( ! class_exists( $final_class ) || ! is_subclass_of( $final_class, $classes[ $slug ] ) ) { + throw new \Exception( 'You can only overwrite a Product class with a child of the original class.' ); + } + } + + return $final_classes; + } + + /** + * Product data + * + * @return array Jetpack products on the site and their availability. + */ + public static function get_products() { + $products = array(); + foreach ( self::get_products_classes() as $class ) { + $product_slug = $class::$slug; + $products[ $product_slug ] = $class::get_info(); + } + return $products; + } + + /** + * Get one product data by its slug + * + * @param string $product_slug The product slug. + * + * @return ?array + */ + public static function get_product( $product_slug ) { + $classes = self::get_products_classes(); + if ( isset( $classes[ $product_slug ] ) ) { + return $classes[ $product_slug ]::get_info(); + } + } + + /** + * Get one product Class name + * + * @param string $product_slug The product slug. + * + * @return ?string + */ + public static function get_product_class( $product_slug ) { + $classes = self::get_products_classes(); + if ( isset( $classes[ $product_slug ] ) ) { + return $classes[ $product_slug ]; + } + } + + /** + * Return product slugs list. + * + * @return array Product slugs array. + */ + public static function get_products_slugs() { + return array_keys( self::get_products_classes() ); + } + + /** + * Gets the json schema for the product data + * + * @return array + */ + public static function get_product_data_schema() { + return array( + 'title' => 'The requested product data', + 'type' => 'object', + 'properties' => array( + 'product' => array( + 'description' => __( 'Product slug', 'jetpack-my-jetpack' ), + 'type' => 'string', + 'enum' => __CLASS__ . '::get_product_slugs', + 'required' => false, + 'validate_callback' => __CLASS__ . '::check_product_argument', + ), + 'action' => array( + 'description' => __( 'Production action to execute', 'jetpack-my-jetpack' ), + 'type' => 'string', + 'enum' => array( 'activate', 'deactivate' ), + 'required' => false, + 'validate_callback' => __CLASS__ . '::check_product_argument', + ), + 'slug' => array( + 'title' => 'The product slug', + 'type' => 'string', + ), + 'name' => array( + 'title' => 'The product name', + 'type' => 'string', + ), + 'description' => array( + 'title' => 'The product description', + 'type' => 'string', + ), + 'status' => array( + 'title' => 'The product status', + 'type' => 'string', + 'enum' => array( 'active', 'inactive', 'plugin_absent', 'needs_purchase', 'needs_purchase_or_free', 'error' ), + ), + 'class' => array( + 'title' => 'The product class handler', + 'type' => 'string', + ), + ), + ); + } + + /** + * Extend actions links for plugins + * tied to the Products. + */ + public static function extend_plugins_action_links() { + $products = array( + 'backup', + 'boost', + 'crm', + 'videopress', // we use videopress here to add the plugin action to the Jetpack plugin itself + ); + foreach ( $products as $product ) { + $class_name = self::get_product_class( $product ); + $class_name::extend_plugin_action_links(); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php new file mode 100644 index 00000000..39698107 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php @@ -0,0 +1,90 @@ + \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::get_openai_jwt', + 'permission_callback' => function () { + return ( new Connection_Manager( 'jetpack' ) )->is_user_connected() && current_user_can( 'edit_posts' ); + }, + ) + ); + } + } + + /** + * Check if a specific REST endpoint is registered. + * + * @param string $namespace - The namespace of the endpoint. + * @param string $route - The route of the endpoint. + * @return bool True if the endpoint is registered, false otherwise. + */ + public static function is_rest_endpoint_registered( $namespace, $route ) { + $server = rest_get_server(); + $routes = $server->get_routes(); + $full_endpoint = '/' . trim( $namespace, '/' ) . $route; + return isset( $routes[ $full_endpoint ] ); + } + + /** + * Ask WPCOM for a JWT token to use for OpenAI completion. + */ + public static function get_openai_jwt() { + $blog_id = Jetpack_Options::get_option( 'id' ); + + $response = Client::wpcom_json_api_request_as_user( + "/sites/$blog_id/jetpack-openai-query/jwt", + '2', + array( + 'method' => 'POST', + 'headers' => array( 'Content-Type' => 'application/json; charset=utf-8' ), + ), + wp_json_encode( array() ), + 'wpcom' + ); + + if ( is_wp_error( $response ) ) { + return $response; + } + + $json = json_decode( wp_remote_retrieve_body( $response ) ); + + if ( ! isset( $json->token ) ) { + return new WP_Error( 'no-token', 'No token returned from WPCOM' ); + } + + return array( + 'token' => $json->token, + 'blog_id' => $blog_id, + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php new file mode 100644 index 00000000..aa5154c4 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php @@ -0,0 +1,58 @@ + \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_all_product_data', + 'permission_callback' => __CLASS__ . '::permissions_callback', + ) + ); + } + + /** + * Checks if the user has the correct permissions + */ + public static function permissions_callback() { + return current_user_can( 'manage_options' ); + } + + /** + * Gets the product data for all products + * + * @return array|WP_Error + */ + public static function get_all_product_data() { + $site_id = \Jetpack_Options::get_option( 'id' ); + $wpcom_endpoint = sprintf( 'sites/%d/jetpack-product-data?locale=%2$s&force=wpcom', $site_id, get_user_locale() ); + $api_version = '2'; + $response = Client::wpcom_json_api_request_as_blog( $wpcom_endpoint, $api_version, array(), null, 'wpcom' ); + $response_code = wp_remote_retrieve_response_code( $response ); + $body = json_decode( wp_remote_retrieve_body( $response ) ); + + if ( is_wp_error( $response ) || empty( $response['body'] ) || 200 !== $response_code ) { + return new WP_Error( 'site_products_data_fetch_failed', 'Site products data fetch failed', array( 'status' => $response_code ? $response_code : 400 ) ); + } + + return rest_ensure_response( $body, 200 ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php new file mode 100644 index 00000000..4ecb9428 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php @@ -0,0 +1,259 @@ + \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_products', + 'permission_callback' => __CLASS__ . '::permissions_callback', + ), + 'schema' => array( $this, 'get_products_schema' ), + ) + ); + + $product_arg = array( + 'description' => __( 'Product slug', 'jetpack-my-jetpack' ), + 'type' => 'string', + 'enum' => Products::get_products_slugs(), + 'required' => true, + 'validate_callback' => __CLASS__ . '::check_product_argument', + ); + + register_rest_route( + 'my-jetpack/v1', + 'site/products/(?P[a-z\-]+)', + array( + array( + 'methods' => \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_product', + 'permission_callback' => __CLASS__ . '::permissions_callback', + 'args' => array( + 'product' => $product_arg, + ), + ), + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::activate_product', + 'permission_callback' => __CLASS__ . '::edit_permissions_callback', + 'args' => array( + 'product' => $product_arg, + ), + ), + array( + 'methods' => \WP_REST_Server::DELETABLE, + 'callback' => __CLASS__ . '::deactivate_product', + 'permission_callback' => __CLASS__ . '::edit_permissions_callback', + 'args' => array( + 'product' => $product_arg, + ), + ), + ) + ); + + register_rest_route( + 'my-jetpack/v1', + 'site/products/(?P[a-z\-]+)/install-standalone', + array( + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::install_standalone', + 'permission_callback' => __CLASS__ . '::edit_permissions_callback', + 'args' => array( + 'product' => $product_arg, + ), + ), + ) + ); + } + + /** + * Get the schema for the products endpoint + * + * @return array + */ + public function get_products_schema() { + return array( + '$schema' => 'http://json-schema.org/draft-04/schema#', + 'title' => 'products', + 'type' => 'object', + 'properties' => Products::get_product_data_schema(), + ); + } + + /** + * Check user capability to access the endpoint. + * + * @access public + * @static + * + * @return true|WP_Error + */ + public static function permissions_callback() { + return current_user_can( 'manage_options' ); + } + + /** + * Check Product arguments. + * + * @access public + * @static + * + * @param mixed $value - Value of the 'product' argument. + * @return true|WP_Error True if the value is valid, WP_Error otherwise. + */ + public static function check_product_argument( $value ) { + if ( ! is_string( $value ) ) { + return new WP_Error( + 'rest_invalid_param', + esc_html__( 'The product argument must be a string.', 'jetpack-my-jetpack' ), + array( 'status' => 400 ) + ); + } + + return true; + } + + /** + * Site products endpoint. + * + * @return array of site products list. + */ + public static function get_products() { + $response = Products::get_products(); + return rest_ensure_response( $response, 200 ); + } + + /** + * Site single product endpoint. + * + * @param \WP_REST_Request $request The request object. + * @return array of site products list. + */ + public static function get_product( $request ) { + $product_slug = $request->get_param( 'product' ); + return rest_ensure_response( Products::get_product( $product_slug ), 200 ); + } + + /** + * Check permission to edit product + * + * @return bool + */ + public static function edit_permissions_callback() { + if ( ! current_user_can( 'activate_plugins' ) ) { + return false; + } + if ( is_multisite() && ! current_user_can( 'manage_network' ) ) { + return false; + } + return true; + } + + /** + * Callback for activating a product + * + * @param \WP_REST_Request $request The request object. + * @return \WP_REST_Response + */ + public static function activate_product( $request ) { + $product_slug = $request->get_param( 'product' ); + $product = Products::get_product( $product_slug ); + if ( ! isset( $product['class'] ) ) { + return new \WP_Error( + 'not_implemented', + esc_html__( 'The product class handler is not implemented', 'jetpack-my-jetpack' ), + array( 'status' => 501 ) + ); + } + + $activate_product_result = call_user_func( array( $product['class'], 'activate' ) ); + if ( is_wp_error( $activate_product_result ) ) { + $activate_product_result->add_data( array( 'status' => 400 ) ); + return $activate_product_result; + } + + return rest_ensure_response( Products::get_product( $product_slug ), 200 ); + } + + /** + * Callback for deactivating a product + * + * @param \WP_REST_Request $request The request object. + * @return \WP_REST_Response + */ + public static function deactivate_product( $request ) { + $product_slug = $request->get_param( 'product' ); + $product = Products::get_product( $product_slug ); + if ( ! isset( $product['class'] ) ) { + return new \WP_Error( + 'not_implemented', + esc_html__( 'The product class handler is not implemented', 'jetpack-my-jetpack' ), + array( 'status' => 501 ) + ); + } + + $deactivate_product_result = call_user_func( array( $product['class'], 'deactivate' ) ); + if ( is_wp_error( $deactivate_product_result ) ) { + $deactivate_product_result->add_data( array( 'status' => 400 ) ); + return $deactivate_product_result; + } + + return rest_ensure_response( Products::get_product( $product_slug ), 200 ); + } + + /** + * Callback for installing the standalone plugin on a Hybrid Product. + * + * @param \WP_REST_Request $request The request object. + * @return \WP_REST_Response + */ + public static function install_standalone( $request ) { + $product_slug = $request->get_param( 'product' ); + $product = Products::get_product( $product_slug ); + if ( ! isset( $product['class'] ) ) { + return new \WP_Error( + 'not_implemented', + __( 'The product class handler is not implemented', 'jetpack-my-jetpack' ), + array( 'status' => 501 ) + ); + } + + /** + * If the product is not hybrid, there is no need to deal with a standalone plugin. + */ + if ( ! is_subclass_of( $product['class'], Hybrid_Product::class ) ) { + return new \WP_Error( + 'not_hybrid', + __( 'This product does not have a standalone plugin to install', 'jetpack-my-jetpack' ), + array( 'status' => 400 ) + ); + } + + $install_product_result = call_user_func( array( $product['class'], 'install_and_activate_standalone' ) ); + if ( is_wp_error( $install_product_result ) ) { + $install_product_result->add_data( array( 'status' => 400 ) ); + return $install_product_result; + } + + return rest_ensure_response( Products::get_product( $product_slug ), 200 ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php new file mode 100644 index 00000000..6668a879 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php @@ -0,0 +1,76 @@ + \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_site_current_purchases', + 'permission_callback' => __CLASS__ . '::permissions_callback', + ) + ); + } + + /** + * Check user capability to access the endpoint. + * + * @access public + * @static + * + * @return true|WP_Error + */ + public static function permissions_callback() { + $connection = new Connection_Manager(); + $is_site_connected = $connection->is_connected(); + + if ( ! $is_site_connected ) { + return new \WP_Error( + 'not_connected', + __( 'Your site is not connected to Jetpack.', 'jetpack-my-jetpack' ), + array( + 'status' => 400, + ) + ); + } + + return current_user_can( 'edit_posts' ); + } + + /** + * Site purchases endpoint. + * + * @return array of site purchases. + */ + public static function get_site_current_purchases() { + $site_id = \Jetpack_Options::get_option( 'id' ); + $wpcom_endpoint = sprintf( '/sites/%1$d/purchases?locale=%2$s', $site_id, get_user_locale() ); + $wpcom_api_version = '1.1'; + $response = Client::wpcom_json_api_request_as_blog( $wpcom_endpoint, $wpcom_api_version ); + $response_code = wp_remote_retrieve_response_code( $response ); + $body = json_decode( wp_remote_retrieve_body( $response ) ); + + if ( is_wp_error( $response ) || empty( $response['body'] ) || 200 !== $response_code ) { + return new \WP_Error( 'site_data_fetch_failed', 'Site data fetch failed', array( 'status' => $response_code ? $response_code : 400 ) ); + } + + return rest_ensure_response( $body, 200 ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php new file mode 100644 index 00000000..e64a7e55 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php @@ -0,0 +1,120 @@ + \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_chat_availability', + 'permission_callback' => __CLASS__ . '::chat_authentication_permissions_callback', + ) + ); + + register_rest_route( + 'my-jetpack/v1', + 'chat/authentication', + array( + 'methods' => \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_chat_authentication', + 'args' => array( + 'type' => array( + 'required' => false, + 'type' => 'string', + ), + 'test_mode' => array( + 'required' => false, + 'type' => 'boolean', + ), + ), + 'permission_callback' => __CLASS__ . '::chat_authentication_permissions_callback', + ) + ); + } + + /** + * Ensure user is logged in if making an authentication request + * + * @access public + * @static + * + * @return \WP_Error|true + */ + public static function chat_authentication_permissions_callback() { + if ( ! get_current_user_id() ) { + return new \WP_Error( 'unauthorized', 'You must be logged in to access this resource.', array( 'status' => 401 ) ); + } + + return true; + } + + /** + * Gets the chat authentication token. + * + * @return \WP_Error|object Object: { token: string } + */ + public static function get_chat_authentication() { + $authentication = get_transient( self::ZENDESK_AUTH_TOKEN ); + if ( $authentication ) { + return rest_ensure_response( $authentication, 200 ); + } + + $proxied = function_exists( 'wpcom_is_proxied_request' ) ? wpcom_is_proxied_request() : false; + $wpcom_endpoint = 'help/authenticate/chat'; + $wpcom_api_version = '2'; + + $body = array( + 'type' => 'zendesk', + 'test_mode' => $proxied ? true : false, + ); + + $response = Client::wpcom_json_api_request_as_user( $wpcom_endpoint, $wpcom_api_version, array( 'method' => 'POST' ), $body ); + $response_code = wp_remote_retrieve_response_code( $response ); + $body = json_decode( wp_remote_retrieve_body( $response ) ); + + if ( is_wp_error( $response ) || empty( $response['body'] ) ) { + return new \WP_Error( 'chat_authentication_failed', 'Chat authentication failed', array( 'status' => $response_code ) ); + } + + set_transient( self::ZENDESK_AUTH_TOKEN, $body, self::TRANSIENT_EXPIRY ); + return rest_ensure_response( $body, 200 ); + } + + /** + * Calls `wpcom/v2/presales/chat?group=jp_presales` endpoint. + * This endpoint returns whether or not the Jetpack presales chat group is available + * + * @return \WP_Error/object Object: { is_available: bool } + */ + public static function get_chat_availability() { + $wpcom_endpoint = '/presales/chat?group=jp_presales'; + $wpcom_api_version = '2'; + $response = Client::wpcom_json_api_request_as_user( $wpcom_endpoint, $wpcom_api_version ); + $response_code = wp_remote_retrieve_response_code( $response ); + $body = json_decode( wp_remote_retrieve_body( $response ) ); + + if ( is_wp_error( $response ) || empty( $response['body'] ) ) { + return new \WP_Error( 'chat_config_data_fetch_failed', 'Chat config data fetch failed', array( 'status' => $response_code ) ); + } + + return rest_ensure_response( $body, 200 ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php new file mode 100644 index 00000000..a673895b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php @@ -0,0 +1,264 @@ +get_ip( true ); + $headers = array( + 'X-Forwarded-For' => $ip, + ); + + // If has a blog id, use connected endpoint. + + if ( $blog_id ) { + $endpoint = sprintf( '/sites/%d/products/?_locale=%s&type=jetpack', $blog_id, get_user_locale() ); + + $wpcom_request = Client::wpcom_json_api_request_as_blog( + $endpoint, + '1.1', + array( + 'method' => 'GET', + 'headers' => $headers, + ) + ); + } else { + $endpoint = 'https://public-api.wordpress.com/rest/v1.1/products?locale=' . get_user_locale() . '&type=jetpack'; + + $wpcom_request = wp_remote_get( + esc_url_raw( $endpoint ), + array( + 'headers' => $headers, + ) + ); + } + + $response_code = wp_remote_retrieve_response_code( $wpcom_request ); + + if ( 200 === $response_code ) { + return json_decode( wp_remote_retrieve_body( $wpcom_request ) ); + } else { + return new WP_Error( + 'failed_to_fetch_wpcom_products', + esc_html__( 'Unable to fetch the products list from WordPress.com', 'jetpack-my-jetpack' ), + array( 'status' => $response_code ) + ); + } + } + + /** + * Update the cache with new information retrieved from WPCOM + * + * We store one cache for each user, as the information is internationalized based on user preferences + * Also, the currency is based on the user IP address + * + * @param Object $products_list The products list as received from WPCOM. + * @return bool + */ + private static function update_cache( $products_list ) { + update_user_meta( get_current_user_id(), self::CACHE_DATE_META_NAME, time() ); + return update_user_meta( get_current_user_id(), self::CACHE_META_NAME, $products_list ); + } + + /** + * Checks if the cache is old, meaning we need to fetch new data from WPCOM + */ + private static function is_cache_old() { + if ( empty( self::get_products_from_cache() ) ) { + return true; + } + $cache_date = get_user_meta( get_current_user_id(), self::CACHE_DATE_META_NAME, true ); + return time() - (int) $cache_date > ( 7 * DAY_IN_SECONDS ); + } + + /** + * Gets the product list from the user cache + */ + private static function get_products_from_cache() { + return get_user_meta( get_current_user_id(), self::CACHE_META_NAME, true ); + } + + /** + * Gets the product list + * + * Attempts to retrieve the products list from the user cache if cache is not too old. + * If cache is old, it will attempt to fetch information from WPCOM. If it fails, we return what we have in cache, if anything, otherwise we return an error. + * + * @param bool $skip_cache If true it will ignore the cache and attempt to fetch fresh information from WPCOM. + * + * @return Object|WP_Error + */ + public static function get_products( $skip_cache = false ) { + // This is only available for logged in users. + if ( ! get_current_user_id() ) { + return null; + } + if ( ! self::is_cache_old() && ! $skip_cache ) { + return self::get_products_from_cache(); + } + + $products = self::get_products_from_wpcom(); + if ( is_wp_error( $products ) ) { + // Let's see if we have it cached. + $cached = self::get_products_from_cache(); + if ( ! empty( $cached ) ) { + return $cached; + } else { + return $products; + } + } + + self::update_cache( $products ); + return $products; + } + + /** + * Get one product + * + * @param string $product_slug The product slug. + * + * @return ?Object The product details if found + */ + public static function get_product( $product_slug ) { + $products = self::get_products(); + if ( ! empty( $products->$product_slug ) ) { + return $products->$product_slug; + } + } + + /** + * Get only the product currency code and price in an array + * + * @param string $product_slug The product slug. + * + * @return array An array with currency_code and full_price. Empty array if product not found. + */ + public static function get_product_pricing( $product_slug ) { + $product = self::get_product( $product_slug ); + if ( empty( $product ) ) { + return array(); + } + + $cost = $product->cost; + $discount_price = $cost; + $is_introductory_offer = false; + $introductory_offer = null; + + // Get/compute the discounted price. + if ( isset( $product->introductory_offer->cost_per_interval ) ) { + $discount_price = $product->introductory_offer->cost_per_interval; + $is_introductory_offer = true; + $introductory_offer = $product->introductory_offer; + } + + $pricing = array( + 'currency_code' => $product->currency_code, + 'full_price' => $cost, + 'discount_price' => $discount_price, + 'is_introductory_offer' => $is_introductory_offer, + 'introductory_offer' => $introductory_offer, + 'product_term' => $product->product_term, + ); + + return self::populate_with_discount( $product, $pricing, $discount_price ); + } + + /** + * Populate the pricing array with the discount information. + * + * @param {object} $product - The product object. + * @param {object} $pricing - The pricing array. + * @param {float} $price - The price to be discounted. + * @return {object} The pricing array with the discount information. + */ + public static function populate_with_discount( $product, $pricing, $price ) { + // Check whether the product has a coupon. + if ( ! isset( $product->sale_coupon ) ) { + return $pricing; + } + + // Check whether it is still valid. + $coupon = $product->sale_coupon; + $coupon_start_date = strtotime( $coupon->start_date ); + $coupon_expires = strtotime( $coupon->expires ); + if ( $coupon_start_date > time() || $coupon_expires < time() ) { + return $pricing; + } + + $coupon_discount = intval( $coupon->discount ); + + // Populate response with coupon discount. + $pricing['coupon_discount'] = $coupon_discount; + + // Apply coupon discount to the price. + $pricing['discount_price'] = $price * ( 100 - $coupon_discount ) / 100; + + return $pricing; + } + + /** + * Gets the site purchases from WPCOM. + * + * @todo Maybe add caching. + * + * @return Object|WP_Error + */ + public static function get_site_current_purchases() { + // TODO: Add a short-lived cache (less than a minute) to accommodate repeated invocation of this function. + static $purchases = null; + + if ( $purchases !== null ) { + return $purchases; + } + + $site_id = Jetpack_Options::get_option( 'id' ); + + $response = Client::wpcom_json_api_request_as_blog( + sprintf( '/sites/%d/purchases', $site_id ), + '1.1', + array( + 'method' => 'GET', + ) + ); + if ( 200 !== wp_remote_retrieve_response_code( $response ) ) { + return new WP_Error( 'purchases_state_fetch_failed' ); + } + + $body = wp_remote_retrieve_body( $response ); + $purchases = json_decode( $body ); + return $purchases; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php new file mode 100644 index 00000000..ff873390 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php @@ -0,0 +1,137 @@ + true, + 'wpcom_product_slug' => static::get_wpcom_product_slug(), + ), + Wpcom_Products::get_product_pricing( static::get_wpcom_product_slug() ) + ); + } + + /** + * Get the WPCOM product slug used to make the purchase + * + * @return ?string + */ + public static function get_wpcom_product_slug() { + return 'jetpack_anti_spam'; + } + + /** + * Return product bundles list + * that supports the product. + * + * @return boolean|array Products bundle list. + */ + public static function is_upgradable_by_bundle() { + return array( 'security' ); + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + public static function get_manage_url() { + return admin_url( 'admin.php?page=akismet-key-config' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php new file mode 100644 index 00000000..1740a74d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php @@ -0,0 +1,234 @@ + _x( '* Subject to your usage and storage limit.', 'Backup Product Disclaimer', 'jetpack-my-jetpack' ), + 'link_text' => _x( 'Learn more', 'Backup Product Disclaimer', 'jetpack-my-jetpack' ), + 'url' => Redirect::get_url( 'jetpack-faq-backup-disclaimer' ), + ), + ); + } + + /** + * Get the WPCOM product slug used to make the purchase + * + * @return ?string + */ + public static function get_wpcom_product_slug() { + return 'jetpack_backup_t1_yearly'; + } + + /** + * Get the product princing details + * + * @return array Pricing details + */ + public static function get_pricing_for_ui() { + return array_merge( + array( + 'available' => true, + 'wpcom_product_slug' => static::get_wpcom_product_slug(), + ), + Wpcom_Products::get_product_pricing( static::get_wpcom_product_slug() ) + ); + } + + /** + * Hits the wpcom api to check rewind status. + * + * @todo Maybe add caching. + * + * @return Object|WP_Error + */ + private static function get_state_from_wpcom() { + static $status = null; + + if ( $status !== null ) { + return $status; + } + + $site_id = Jetpack_Options::get_option( 'id' ); + + $response = Client::wpcom_json_api_request_as_blog( sprintf( '/sites/%d/rewind', $site_id ) . '?force=wpcom', '2', array( 'timeout' => 2 ), null, 'wpcom' ); + + if ( 200 !== wp_remote_retrieve_response_code( $response ) ) { + return new WP_Error( 'rewind_state_fetch_failed' ); + } + + $body = wp_remote_retrieve_body( $response ); + $status = json_decode( $body ); + return $status; + } + + /** + * Checks whether the current plan (or purchases) of the site already supports the product + * + * @return boolean + */ + public static function has_required_plan() { + $rewind_data = static::get_state_from_wpcom(); + if ( is_wp_error( $rewind_data ) ) { + return false; + } + return is_object( $rewind_data ) && isset( $rewind_data->state ) && 'unavailable' !== $rewind_data->state; + } + + /** + * Return product bundles list + * that supports the product. + * + * @return boolean|array Products bundle list. + */ + public static function is_upgradable_by_bundle() { + return array( 'security' ); + } + + /** + * Get the URL the user is taken after activating the product + * + * @return ?string + */ + public static function get_post_activation_url() { + return ''; // stay in My Jetpack page or continue the purchase flow if needed. + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + public static function get_manage_url() { + if ( static::is_jetpack_plugin_active() ) { + return Redirect::get_url( 'my-jetpack-manage-backup' ); + } elseif ( static::is_plugin_active() ) { + return admin_url( 'admin.php?page=jetpack-backup' ); + } + } + + /** + * Checks whether the Product is active + * + * @return boolean + */ + public static function is_active() { + return parent::is_active() && static::has_required_plan(); + } + + /** + * Get the URL where the user should be redirected after checkout + */ + public static function get_post_checkout_url() { + if ( static::is_jetpack_plugin_active() ) { + return admin_url( 'admin.php?page=jetpack#/recommendations' ); + } elseif ( static::is_plugin_active() ) { + return admin_url( 'admin.php?page=jetpack-backup' ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php new file mode 100644 index 00000000..1e37aeb8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php @@ -0,0 +1,292 @@ + __( 'Optimize CSS Loading', 'jetpack-my-jetpack' ), + 'info' => array( + 'content' => __( + 'Move important styling information to the start of the page, which helps pages display your content sooner, so your users don’t have to wait for the entire page to load. Commonly referred to as Critical CSS.', + 'jetpack-my-jetpack' + ), + ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( + 'included' => true, + 'description' => __( 'Must be done manually', 'jetpack-my-jetpack' ), + 'info' => array( + 'title' => __( 'Manual Critical CSS regeneration', 'jetpack-my-jetpack' ), + 'content' => __( + '

          To enhance the speed of your site, with this plan you will need to optimize CSS by using the Manual Critical CSS generation feature whenever you:

          +
            +
          • Make theme changes.
          • +
          • Write a new post/page.
          • +
          • Edit a post/page.
          • +
          • Activate, deactivate, or update plugins that impact your site layout or HTML structure.
          • +
          • Change settings of plugins that impact your site layout or HTML structure.
          • +
          • Upgrade your WordPress version if the new release includes core CSS changes.
          • +
          ', + 'jetpack-my-jetpack' + ), + ), + ), + self::UPGRADED_TIER_SLUG => array( + 'included' => true, + 'description' => __( 'Automatically updated', 'jetpack-my-jetpack' ), + 'info' => array( + 'title' => __( 'Automatic Critical CSS regeneration', 'jetpack-my-jetpack' ), + 'content' => __( + '

          It’s essential to regenerate Critical CSS to optimize your site speed whenever your HTML or CSS structure changes. Being on top of this can be tedious and time-consuming.

          +

          Boost’s cloud service can automatically detect when your site needs the Critical CSS regenerated, and perform this function behind the scenes without requiring you to monitor it manually.

          ', + 'jetpack-my-jetpack' + ), + ), + ), + ), + ), + array( + 'name' => __( 'Defer non-essential JavaScript', 'jetpack-my-jetpack' ), + 'info' => array( + 'content' => __( + 'Run non-essential JavaScript after the page has loaded so that styles and images can load more quickly.', + 'jetpack-my-jetpack' + ), + 'link' => array( + 'id' => 'jetpack-boost-defer-js', + 'title' => 'web.dev', + ), + ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => true ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + array( + 'name' => __( 'Lazy image loading', 'jetpack-my-jetpack' ), + 'info' => array( + 'content' => __( + 'Improve page loading speed by only loading images when they are required.', + 'jetpack-my-jetpack' + ), + 'link' => array( + 'id' => 'jetpack-boost-lazy-load', + 'title' => 'web.dev', + ), + ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => true ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + array( + 'name' => __( 'Image guide', 'jetpack-my-jetpack' ), + 'info' => array( + 'content' => __( + 'Discover and fix images with a suboptimal resolution, aspect ratio, or file size, improving user experience and page speed.', + 'jetpack-my-jetpack' + ), + ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => true ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + array( + 'name' => __( 'Image CDN', 'jetpack-my-jetpack' ), + 'info' => array( + 'content' => __( + 'Deliver images from Jetpack\'s Content Delivery Network. Automatically resizes your images to an appropriate size, converts them to modern efficient formats like WebP, and serves them from a worldwide network of servers.', + 'jetpack-my-jetpack' + ), + ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => true ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + array( + 'name' => __( 'Dedicated email support', 'jetpack-my-jetpack' ), + 'info' => array( + 'content' => __( + '

          Paid customers get dedicated email support from our world-class Happiness Engineers to help with any issue.

          +

          All other questions are handled by our team as quickly as we are able to go through the WordPress support forum.

          ', + 'jetpack-my-jetpack' + ), + ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => false ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + ); + } + + /** + * Get the product princing details + * + * @return array Pricing details + */ + public static function get_pricing_for_ui() { + return array( + 'tiers' => array( + self::FREE_TIER_SLUG => array( + 'available' => true, + 'is_free' => true, + ), + self::UPGRADED_TIER_SLUG => array_merge( + array( + 'available' => true, + 'wpcom_product_slug' => self::UPGRADED_TIER_PRODUCT_SLUG, + ), + Wpcom_Products::get_product_pricing( self::UPGRADED_TIER_PRODUCT_SLUG ) + ), + ), + ); + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + public static function get_manage_url() { + return admin_url( 'admin.php?page=jetpack-boost' ); + } + + /** + * Activates the product by installing and activating its plugin + * + * @param bool|WP_Error $current_result Is the result of the top level activation actions. You probably won't do anything if it is an WP_Error. + * @return boolean|\WP_Error + */ + public static function do_product_specific_activation( $current_result ) { + + $product_activation = parent::do_product_specific_activation( $current_result ); + + if ( is_wp_error( $product_activation ) && 'module_activation_failed' === $product_activation->get_error_code() ) { + // A bundle is not a module. There's nothing in the plugin to be activated, so it's ok to fail to activate the module. + $product_activation = true; + } + + // We just "got started" in My Jetpack, so skip the in-plugin experience. + update_option( 'jb_get_started', false ); + + return $product_activation; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php new file mode 100644 index 00000000..9fce5f92 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php @@ -0,0 +1,124 @@ + true, + 'is_free' => true, + ); + } + + /** + * Get the URL the user is taken after activating the product + * + * @return ?string + */ + public static function get_post_activation_url() { + return admin_url( 'admin.php?page=zerobscrm-plugin' ); // Welcome page. + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + public static function get_manage_url() { + return admin_url( 'admin.php?page=zerobscrm-dash' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php new file mode 100644 index 00000000..ec35be1d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php @@ -0,0 +1,140 @@ + true, + 'is_free' => true, + ); + } + + /** + * Checks whether the Product is active. + * If Jetpack plugin is active, then Extras will be inactive. + * + * @return boolean + */ + public static function is_active() { + return static::is_jetpack_plugin_active(); + } + + /** + * Checks whether the plugin is installed + * If Jetpack plugin is installed, then Extras will be inactive. + * + * @return boolean + */ + public static function is_plugin_installed() { + return static::is_jetpack_plugin_installed(); + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + public static function get_manage_url() { + return admin_url( 'admin.php?page=jetpack' ); + } + + /** + * Activates the Jetpack plugin + * + * @return null|WP_Error Null on success, WP_Error on invalid file. + */ + public static function activate_plugin() { + return activate_plugin( static::get_installed_plugin_filename( 'jetpack' ) ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php new file mode 100644 index 00000000..579e2524 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php @@ -0,0 +1,192 @@ +is_active( static::$module_name ); + } + return true; + } + + /** + * Checks whether the Product is active + * + * @return boolean + */ + public static function is_active() { + return parent::is_active() && static::is_module_active(); + } + + /** + * Activates the plugin + * + * @return null|WP_Error Null on success, WP_Error on invalid file. + */ + public static function activate_plugin() { + /* + * Activate self-installed plugin if it's installed. + */ + if ( parent::is_plugin_installed() ) { + return activate_plugin( static::get_installed_plugin_filename() ); + } + + /* + * Otherwise, activate Jetpack plugin. + */ + if ( static::is_jetpack_plugin_installed() ) { + return activate_plugin( static::get_installed_plugin_filename( 'jetpack' ) ); + } + + return new WP_Error( 'plugin_not_found', __( 'Activation failed. Plugin is not installed', 'jetpack-my-jetpack' ) ); + } + + /** + * Activates the product. If the Hybrid product has declared a jetpack module name, let's try to activate it if Jetpack plugin is active + * + * @param bool|WP_Error $product_activation Is the result of the top level activation actions. You probably won't do anything if it is an WP_Error. + * @return bool|WP_Error + */ + public static function do_product_specific_activation( $product_activation ) { + + if ( is_wp_error( $product_activation ) ) { + // If we failed to install the stand-alone plugin because the package was not found, let's try and install Jetpack plugin instead. + // This might happen, for example, while the stand-alone plugin was not released to the WP.org repository yet. + if ( 'no_package' === $product_activation->get_error_code() ) { + $product_activation = Plugins_Installer::install_plugin( self::JETPACK_PLUGIN_SLUG ); + if ( ! is_wp_error( $product_activation ) ) { + $product_activation = static::activate_plugin(); + } + } + if ( is_wp_error( $product_activation ) ) { + return $product_activation; + } + } + + if ( ! empty( static::$module_name ) ) { + if ( ! static::has_required_plan() ) { + // translators: %s is the product name. e.g. Jetpack Search. + return new WP_Error( 'not_supported', sprintf( __( 'Your plan does not support %s.', 'jetpack-my-jetpack' ), static::get_title() ) ); + } + $module_activation = ( new Modules() )->activate( static::$module_name, false, false ); + if ( ! $module_activation ) { + return new WP_Error( 'module_activation_failed', __( 'Error activating Jetpack module', 'jetpack-my-jetpack' ) ); + } + + return $module_activation; + } + + return true; + } + + /** + * Install and activate the standalone plugin in the case it's missing. + * + * @return boolean|WP_Error + */ + final public static function install_and_activate_standalone() { + /** + * Check for the presence of the standalone plugin, ignoring Jetpack presence. + * + * If the standalone plugin is not installed and the user can install plugins, proceed with the installation. + */ + if ( ! parent::is_plugin_installed() ) { + /** + * Check for permissions + */ + if ( ! current_user_can( 'install_plugins' ) ) { + return new WP_Error( 'not_allowed', __( 'You are not allowed to install plugins on this site.', 'jetpack-my-jetpack' ) ); + } + + /** + * Install the plugin + */ + $installed = Plugins_Installer::install_plugin( static::get_plugin_slug() ); + if ( is_wp_error( $installed ) ) { + return $installed; + } + } + + /** + * Activate the installed plugin + */ + $result = static::activate_plugin(); + + if ( is_wp_error( $result ) ) { + return $result; + } + + /** + * Activate the module as well, if the user has a plan + * or the product does not require a plan to work + */ + if ( static::has_required_plan() ) { + $module_activation = ( new Modules() )->activate( static::$module_name, false, false ); + + if ( ! $module_activation ) { + return new WP_Error( 'module_activation_failed', __( 'Error activating Jetpack module', 'jetpack-my-jetpack' ) ); + } + } + + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php new file mode 100644 index 00000000..2a98fea2 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php @@ -0,0 +1,205 @@ + true, + 'wpcom_product_slug' => static::get_wpcom_product_slug(), + ), + Wpcom_Products::get_product_pricing( static::get_wpcom_product_slug() ) + ); + } + + /** + * Get the WPCOM product slug used to make the purchase + * + * @return ?string + */ + public static function get_wpcom_product_slug() { + return 'jetpack_ai_yearly'; + } + + /** + * Get the WPCOM monthly product slug used to make the purchase + * + * @return ?string + */ + public static function get_wpcom_monthly_product_slug() { + return 'jetpack_ai_monthly'; + } + + /** + * Checks whether the current plan (or purchases) of the site already supports the product + * + * @return boolean + */ + public static function has_required_plan() { + $purchases_data = Wpcom_Products::get_site_current_purchases(); + if ( is_wp_error( $purchases_data ) ) { + return false; + } + if ( is_array( $purchases_data ) && ! empty( $purchases_data ) ) { + foreach ( $purchases_data as $purchase ) { + if ( 0 === strpos( $purchase->product_slug, static::get_wpcom_product_slug() ) ) { + return true; + } + if ( 0 === strpos( $purchase->product_slug, static::get_wpcom_monthly_product_slug() ) ) { + return true; + } + } + } + return false; + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + public static function get_manage_url() { + return ''; + } + + /** + * Get data about the AI Assistant feature + * + * @return array + */ + public static function get_ai_assistant_feature() { + // Bail early if the plugin is not active. + if ( ! self::is_jetpack_plugin_installed() ) { + return array(); + } + + // Check if the global constant is defined. + if ( ! defined( 'JETPACK__PLUGIN_DIR' ) ) { + return array(); + } + + // Check if class exists. If not, try to require it once. + if ( ! class_exists( 'Jetpack_AI_Helper' ) ) { + $class_file_path = JETPACK__PLUGIN_DIR . '_inc/lib/class-jetpack-ai-helper.php'; + + // Check whether the file exists + if ( ! file_exists( $class_file_path ) ) { + return array(); + } + + require_once $class_file_path; + } + + return \Jetpack_AI_Helper::get_ai_assistance_feature(); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php new file mode 100644 index 00000000..763eca82 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php @@ -0,0 +1,133 @@ + static::$slug, + 'plugin_slug' => static::$plugin_slug, + 'name' => static::get_name(), + 'title' => static::get_title(), + 'description' => static::get_description(), + 'long_description' => static::get_long_description(), + 'tiers' => static::get_tiers(), + 'features' => static::get_features(), + 'features_by_tier' => static::get_features_by_tier(), + 'disclaimers' => static::get_disclaimers(), + 'status' => static::get_status(), + 'pricing_for_ui' => static::get_pricing_for_ui(), + 'is_bundle' => static::is_bundle_product(), + 'is_plugin_active' => static::is_plugin_active(), + 'is_upgradable_by_bundle' => static::is_upgradable_by_bundle(), + 'supported_products' => static::get_supported_products(), + 'wpcom_product_slug' => static::get_wpcom_product_slug(), + 'requires_user_connection' => static::$requires_user_connection, + 'has_required_plan' => static::has_required_plan(), + 'has_required_tier' => static::has_required_tier(), + 'manage_url' => static::get_manage_url(), + 'purchase_url' => static::get_purchase_url(), + 'post_activation_url' => static::get_post_activation_url(), + 'standalone_plugin_info' => static::get_standalone_info(), + 'class' => static::class, + 'post_checkout_url' => static::get_post_checkout_url(), + ); + } + + /** + * Get the internationalized product name + * + * @return string + */ + abstract public static function get_name(); + + /** + * Get the internationalized product title + * + * @return string + */ + abstract public static function get_title(); + + /** + * Get the internationalized product description + * + * @return string + */ + abstract public static function get_description(); + + /** + * Get the internationalized product long description + * + * @return string + */ + abstract public static function get_long_description(); + + /** + * Get the tiers for the product + * + * @return boolean|string[] The slugs of the tiers (i.e. [ "free", "basic", "advanced" ]), or False if the product has no tiers. + */ + public static function get_tiers() { + return array(); + } + + /** + * Get the internationalized features list + * + * @return array + */ + abstract public static function get_features(); + + /** + * Get the internationalized comparison of features grouped by each tier + * + * @return array + */ + public static function get_features_by_tier() { + return array(); + } + + /** + * Get the product pricing + * + * @return array + */ + abstract public static function get_pricing_for_ui(); + + /** + * Get the URL where the user can purchase the product iff it doesn't have an interstitial page in My Jetpack. + * + * @return ?string + */ + public static function get_purchase_url() { + // Declare as concrete method as most Jetpack products use an interstitial page within My Jetpack. + return null; + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + abstract public static function get_manage_url(); + + /** + * Get the URL the user is taken after activating the product + * + * @return ?string + */ + public static function get_post_activation_url() { + return static::get_manage_url(); + } + + /** + * Get the URL the user is taken after purchasing the product through the checkout + * + * @return ?string + */ + public static function get_post_checkout_url() { + return null; + } + + /** + * Get the WPCOM product slug used to make the purchase + * + * @return ?string + */ + public static function get_wpcom_product_slug() { + return null; + } + + /** + * Get the disclaimers corresponding to a feature + * + * @return ?array + */ + public static function get_disclaimers() { + return array(); + } + + /** + * Get the standalone plugin related info + * + * @return array + */ + public static function get_standalone_info() { + $is_standalone_installed = static::$has_standalone_plugin && self::is_plugin_installed(); + $is_standalone_active = static::$has_standalone_plugin && self::is_plugin_active(); + + return array( + 'has_standalone_plugin' => static::$has_standalone_plugin, + 'is_standalone_installed' => $is_standalone_installed, + 'is_standalone_active' => $is_standalone_active, + ); + } + + /** + * Checks whether the current plan (or purchases) of the site already supports the product + * + * Returns true if it supports. Return false if a purchase is still required. + * + * Free products will always return true. + * + * @return boolean + */ + public static function has_required_plan() { + return true; + } + + /** + * Checks whether the current plan (or purchases) of the site already supports the tiers + * + * @return array Key/value pairs of tier slugs and whether they are supported or not. + */ + public static function has_required_tier() { + return array(); + } + + /** + * Checks whether the product supports trial or not + * + * Returns true if it supports. Return false otherwise. + * + * Free products will always return false. + * + * @return boolean + */ + public static function has_trial_support() { + return false; + } + + /** + * Checks whether the product can be upgraded to a different product. + * + * @return boolean + */ + public static function is_upgradable() { + return false; + } + + /** + * Checks whether product is a bundle. + * + * @return boolean True if product is a bundle. Otherwise, False. + */ + public static function is_bundle_product() { + return false; + } + + /** + * Check whether the product is upgradable + * by a product bundle. + * + * @return boolean|array Bundles list or False if not upgradable by a bundle. + */ + public static function is_upgradable_by_bundle() { + return false; + } + + /** + * In case it's a bundle product, + * return all the products it contains. + * Empty array by default. + * + * @return Array Product slugs + */ + public static function get_supported_products() { + return array(); + } + + /** + * Undocumented function + * + * @return string + */ + public static function get_status() { + if ( ! static::is_plugin_installed() ) { + $status = 'plugin_absent'; + if ( static::has_required_plan() ) { + $status = 'plugin_absent_with_plan'; + } + } elseif ( static::is_active() ) { + $status = 'active'; + // We only consider missing user connection an error when the Product is active. + if ( static::$requires_user_connection && ! ( new Connection_Manager() )->has_connected_owner() ) { + $status = 'error'; + } elseif ( static::is_upgradable() ) { + // Upgradable plans should ignore whether or not they have the required plan. + $status = 'can_upgrade'; + } elseif ( ! static::has_required_plan() ) { // We need needs_purchase here as well because some products we consider active without the required plan. + if ( static::has_trial_support() ) { + $status = 'needs_purchase_or_free'; + } else { + $status = 'needs_purchase'; + } + } + } elseif ( ! static::has_required_plan() ) { + if ( static::has_trial_support() ) { + $status = 'needs_purchase_or_free'; + } else { + $status = 'needs_purchase'; + } + } else { + $status = 'inactive'; + } + return $status; + } + + /** + * Checks whether the Product is active + * + * @return boolean + */ + public static function is_active() { + return static::is_plugin_active() && static::has_required_plan(); + } + + /** + * Checks whether the plugin is installed + * + * @return boolean + */ + public static function is_plugin_installed() { + return (bool) static::get_installed_plugin_filename(); + } + + /** + * Checks whether the plugin is active + * + * @return boolean + */ + public static function is_plugin_active() { + return Plugins_Installer::is_plugin_active( static::get_installed_plugin_filename() ); + } + + /** + * Checks whether the Jetpack plugin is installed + * + * @return boolean + */ + public static function is_jetpack_plugin_installed() { + return (bool) static::get_installed_plugin_filename( 'jetpack' ); + } + + /** + * Checks whether the Jetpack plugin is active + * + * @return boolean + */ + public static function is_jetpack_plugin_active() { + return Plugins_Installer::is_plugin_active( static::get_installed_plugin_filename( 'jetpack' ) ); + } + + /** + * Activates the plugin + * + * @return null|WP_Error Null on success, WP_Error on invalid file. + */ + public static function activate_plugin() { + return activate_plugin( static::get_installed_plugin_filename() ); + } + + /** + * Perform the top level activation routines, which is installing and activating the required plugin + * + * @return bool|WP_Error + */ + private static function do_activation() { + if ( static::is_active() ) { + return true; + } + + if ( ! static::is_plugin_installed() ) { + $installed = Plugins_Installer::install_plugin( static::get_plugin_slug() ); + if ( is_wp_error( $installed ) ) { + return $installed; + } + } + + if ( ! current_user_can( 'activate_plugins' ) ) { + return new WP_Error( 'not_allowed', __( 'You are not allowed to activate plugins on this site.', 'jetpack-my-jetpack' ) ); + } + + $result = static::activate_plugin(); + if ( is_wp_error( $result ) ) { + return $result; + } + + return true; + } + + /** + * Activates the product by installing and activating its plugin + * + * @return boolean|WP_Error + */ + final public static function activate() { + + $result = self::do_activation(); + + $result = static::do_product_specific_activation( $result ); + + $product_slug = static::$slug; + + /** + * Fires after My Jetpack activates a product and filters the result + * Use this filter to run additional routines for a product activation on stand-alone plugins + * + * @param bool|WP_Error $result The result of the previous steps of activation. + */ + $result = apply_filters( "my_jetpack_{$product_slug}_activation", $result ); + + return $result; + } + + /** + * Override this method to perform product specific activation routines. + * + * @param bool|WP_Error $current_result Is the result of the top level activation actions. You probably won't do anything if it is an WP_Error. + * @return bool|WP_Error + */ + public static function do_product_specific_activation( $current_result ) { + return $current_result; + } + + /** + * Deactivate the product + * + * @return boolean + */ + public static function deactivate() { + deactivate_plugins( static::get_installed_plugin_filename() ); + return true; + } + + /** + * Returns filtered Jetpack plugin actions links. + * + * @param array $actions - Jetpack plugin action links. + * @return array Filtered Jetpack plugin actions links. + */ + public static function get_plugin_actions_links( $actions ) { + // My Jetpack action link. + $my_jetpack_home_link = array( + 'jetpack-home' => sprintf( + '%2$s', + admin_url( 'admin.php?page=my-jetpack' ), + __( 'My Jetpack', 'jetpack-my-jetpack' ), + __( 'My Jetpack dashboard', 'jetpack-my-jetpack' ) + ), + ); + + // Otherwise, add it to the beginning of the array. + return array_merge( $my_jetpack_home_link, $actions ); + } + + /** + * Extend the plugin action links. + */ + public static function extend_plugin_action_links() { + + $filenames = static::get_plugin_filename(); + if ( ! is_array( $filenames ) ) { + $filenames = array( $filenames ); + } + + foreach ( $filenames as $filename ) { + $hook = 'plugin_action_links_' . $filename; + $callback = array( static::class, 'get_plugin_actions_links' ); + if ( ! has_filter( $hook, $callback ) ) { + add_filter( $hook, $callback, 20, 2 ); + } + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php new file mode 100644 index 00000000..f83e47ad --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php @@ -0,0 +1,238 @@ + __( 'Scan for threats and vulnerabilities', 'jetpack-my-jetpack' ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( + 'included' => true, + 'description' => __( 'Check items against database', 'jetpack-my-jetpack' ), + ), + self::UPGRADED_TIER_SLUG => array( + 'included' => true, + 'description' => __( 'Line by line malware scanning', 'jetpack-my-jetpack' ), + ), + ), + ), + array( + 'name' => __( 'Daily automated scans', 'jetpack-my-jetpack' ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => true ), + self::UPGRADED_TIER_SLUG => array( + 'included' => true, + 'description' => __( 'Plus on-demand manual scans', 'jetpack-my-jetpack' ), + ), + ), + ), + array( + 'name' => __( 'Web Application Firewall', 'jetpack-my-jetpack' ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( + 'included' => false, + 'description' => __( 'Manual rules only', 'jetpack-my-jetpack' ), + ), + self::UPGRADED_TIER_SLUG => array( + 'included' => true, + 'description' => __( 'Automatic protection and rule updates', 'jetpack-my-jetpack' ), + ), + ), + ), + array( + 'name' => __( 'Brute force protection', 'jetpack-my-jetpack' ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => true ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + array( + 'name' => __( 'Access to scan on Cloud', 'jetpack-my-jetpack' ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => false ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + array( + 'name' => __( 'One-click auto fixes', 'jetpack-my-jetpack' ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => false ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + array( + 'name' => __( 'Notifications', 'jetpack-my-jetpack' ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => false ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + array( + 'name' => __( 'Severity labels', 'jetpack-my-jetpack' ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => false ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + ); + } + + /** + * Get the product pricing details + * + * @return array Pricing details + */ + public static function get_pricing_for_ui() { + return array( + 'tiers' => array( + self::FREE_TIER_SLUG => array( + 'available' => true, + 'is_free' => true, + ), + self::UPGRADED_TIER_SLUG => array_merge( + array( + 'available' => true, + 'wpcom_product_slug' => self::UPGRADED_TIER_PRODUCT_SLUG, + ), + Wpcom_Products::get_product_pricing( self::UPGRADED_TIER_PRODUCT_SLUG ) + ), + ), + ); + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + public static function get_manage_url() { + return admin_url( 'admin.php?page=jetpack-protect' ); + } + + /** + * Return product bundles list + * that supports the product. + * + * @return array Products bundle list. + */ + public static function is_upgradable_by_bundle() { + return array( 'security' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php new file mode 100644 index 00000000..484231db --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php @@ -0,0 +1,231 @@ + true, + 'wpcom_product_slug' => static::get_wpcom_product_slug(), + ), + Wpcom_Products::get_product_pricing( static::get_wpcom_product_slug() ) + ); + } + + /** + * Get the WPCOM product slug used to make the purchase + * + * @return ?string + */ + public static function get_wpcom_product_slug() { + return 'jetpack_scan'; + } + + /** + * Hits the wpcom api to check scan status. + * + * @todo Maybe add caching. + * + * @return Object|WP_Error + */ + private static function get_state_from_wpcom() { + static $status = null; + + if ( $status !== null ) { + return $status; + } + + $site_id = Jetpack_Options::get_option( 'id' ); + + $response = Client::wpcom_json_api_request_as_blog( sprintf( '/sites/%d/scan', $site_id ) . '?force=wpcom', '2', array( 'timeout' => 2 ), null, 'wpcom' ); + + if ( 200 !== wp_remote_retrieve_response_code( $response ) ) { + return new WP_Error( 'scan_state_fetch_failed' ); + } + + $body = wp_remote_retrieve_body( $response ); + $status = json_decode( $body ); + return $status; + } + + /** + * Checks whether the current plan (or purchases) of the site already supports the product + * + * @return boolean + */ + public static function has_required_plan() { + $scan_data = static::get_state_from_wpcom(); + if ( is_wp_error( $scan_data ) ) { + return false; + } + return is_object( $scan_data ) && isset( $scan_data->state ) && 'unavailable' !== $scan_data->state; + } + + /** + * Checks whether the Product is active + * + * Scan is not actually a module. Activation takes place on WPCOM. So lets consider it active if jetpack is active and has the plan. + * + * @return boolean + */ + public static function is_active() { + return static::is_jetpack_plugin_active() && static::has_required_plan(); + } + + /** + * Activates the product by installing and activating its plugin + * + * @param bool|WP_Error $current_result Is the result of the top level activation actions. You probably won't do anything if it is an WP_Error. + * @return boolean|\WP_Error + */ + public static function do_product_specific_activation( $current_result ) { + + $product_activation = parent::do_product_specific_activation( $current_result ); + + if ( is_wp_error( $product_activation ) && 'module_activation_failed' === $product_activation->get_error_code() ) { + // Scan is not a module. There's nothing in the plugin to be activated, so it's ok to fail to activate the module. + $product_activation = true; + } + + return $product_activation; + } + + /** + * Checks whether the Jetpack module is active + * + * Scan is not a module. Nothing needs to be active. Let's always consider it active. + * + * @return bool + */ + public static function is_module_active() { + return true; + } + + /** + * Return product bundles list + * that supports the product. + * + * @return boolean|array Products bundle list. + */ + public static function is_upgradable_by_bundle() { + return array( 'security' ); + } + + /** + * Get the URL the user is taken after activating the product + * + * @return ?string + */ + public static function get_post_activation_url() { + return ''; // stay in My Jetpack page. + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + public static function get_manage_url() { + return Redirect::get_url( 'my-jetpack-manage-scan' ); + } + + /** + * Get the URL where the user should be redirected after checkout + */ + public static function get_post_checkout_url() { + if ( static::is_jetpack_plugin_active() ) { + return admin_url( 'admin.php?page=jetpack#/recommendations' ); + } + + // If Jetpack is not active, it means that the user has another standalone plugin active + // and it follows the `Protect` plugin flow instead of `Scan` so for now it would be safe + // to return null and let the user go back to the My Jetpack page. + return null; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php new file mode 100644 index 00000000..8d363a3b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php @@ -0,0 +1,150 @@ + true, + 'exclude_from_search' => false, + ) + ); + $indexable_status_array = get_post_stati( + array( + 'public' => true, + 'exclude_from_search' => false, + ) + ); + $raw_posts_counts = static::get_raw_post_type_breakdown(); + if ( ! $raw_posts_counts || is_wp_error( $raw_posts_counts ) ) { + return array(); + } + $posts_counts = static::get_post_type_breakdown_with( $raw_posts_counts, $indexable_post_types, $indexable_status_array ); + + return $posts_counts; + } + + /** + * Calculate breakdown of post types with passed in indexable post types and statuses. + * The function is going to be used from WPCOM as well for consistency. + * + * @param array $raw_posts_counts Array of post types with counts as value. + * @param array $indexable_post_types Array of indexable post types. + * @param array $indexable_status_array Array of indexable post statuses. + */ + public static function get_post_type_breakdown_with( $raw_posts_counts, $indexable_post_types, $indexable_status_array ) { + $posts_counts = array(); + foreach ( $raw_posts_counts as $row ) { + // ignore if status is not public. + if ( ! in_array( $row['post_status'], $indexable_status_array, true ) ) { + continue; + } + // ignore if post type is in excluded post types. + if ( in_array( $row['post_type'], self::EXCLUDED_POST_TYPES, true ) ) { + continue; + } + // ignore if post type is not public and is not explicitly included. + if ( ! in_array( $row['post_type'], $indexable_post_types, true ) && + ! in_array( $row['post_type'], self::DO_NOT_EXCLUDE_POST_TYPES, true ) + ) { + continue; + } + // add up post type counts of potentially multiple post_status. + if ( ! isset( $posts_counts[ $row['post_type'] ] ) ) { + $posts_counts[ $row['post_type'] ] = 0; + } + $posts_counts[ $row['post_type'] ] += intval( $row['num_posts'] ); + } + + arsort( $posts_counts, SORT_NUMERIC ); + return $posts_counts; + } + + /** + * Get raw post type breakdown from the database. + */ + protected static function get_raw_post_type_breakdown() { + global $wpdb; + + $results = wp_cache_get( self::POST_TYPE_BREAKDOWN_CACHE_KEY, self::CACHE_GROUP ); + if ( false !== $results ) { + return $results; + } + + $query = "SELECT post_type, post_status, COUNT( * ) AS num_posts + FROM {$wpdb->posts} + WHERE post_password = '' + GROUP BY post_type, post_status"; + + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared, WordPress.DB.DirectDatabaseQuery.DirectQuery + $results = $wpdb->get_results( $query, ARRAY_A ); + wp_cache_set( self::POST_TYPE_BREAKDOWN_CACHE_KEY, $results, self::CACHE_GROUP, self::CACHE_EXPIRY ); + return $results; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php new file mode 100644 index 00000000..7d201301 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php @@ -0,0 +1,330 @@ + true, + 'trial_available' => static::has_trial_support(), + 'wpcom_product_slug' => static::get_wpcom_product_slug(), + 'wpcom_free_product_slug' => static::get_wpcom_free_product_slug(), + ), + Wpcom_Products::get_product_pricing( static::get_wpcom_product_slug() ) + ); + + $record_count = intval( Search_Stats::estimate_count() ); + $search_pricing = static::get_pricing_from_wpcom( $record_count ); + + if ( is_wp_error( $search_pricing ) ) { + return $pricing; + } + + $pricing['estimated_record_count'] = $record_count; + + return array_merge( $pricing, $search_pricing ); + } + + /** + * Get the WPCOM product slug used to make the purchase + * + * @return ?string + */ + public static function get_wpcom_product_slug() { + return 'jetpack_search'; + } + + /** + * Get the WPCOM free product slug + * + * @return ?string + */ + public static function get_wpcom_free_product_slug() { + return 'jetpack_search_free'; + } + + /** + * Returns true if the new_pricing_202208 is set to not empty in URL for testing purpose, or it's active. + */ + public static function is_new_pricing_202208() { + // phpcs:ignore WordPress.Security.NonceVerification.Recommended, WordPress.Security.ValidatedSanitizedInput.InputNotSanitized, WordPress.Security.ValidatedSanitizedInput.MissingUnslash + if ( isset( $_GET['new_pricing_202208'] ) && $_GET['new_pricing_202208'] ) { + return true; + } + + $record_count = intval( Search_Stats::estimate_count() ); + $search_pricing = static::get_pricing_from_wpcom( $record_count ); + if ( is_wp_error( $search_pricing ) ) { + return false; + } + + return '202208' === $search_pricing['pricing_version']; + } + + /** + * Override status to `needs_purchase_or_free` when status is `needs_purchase`. + */ + public static function get_status() { + $status = parent::get_status(); + return $status; + } + + /** + * Use centralized Search pricing API. + * + * The function is also used by the search package, as a result it could be called before site connection - i.e. blog token might not be available. + * + * @param int $record_count Record count to estimate pricing. + * + * @return array|WP_Error + */ + public static function get_pricing_from_wpcom( $record_count ) { + static $pricings = array(); + + if ( isset( $pricings[ $record_count ] ) ) { + return $pricings[ $record_count ]; + } + + if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) { + // For simple sites fetch the response directly. + $response = Client::wpcom_json_api_request_as_blog( + sprintf( '/jetpack-search/pricing?record_count=%1$d&locale=%2$s', $record_count, get_user_locale() ), + '2', + array( 'timeout' => 5 ), + null, + 'wpcom' + ); + } else { + // For non-simple sites we have to use the wp_remote_get, as connection might not be available. + $response = wp_remote_get( + sprintf( Constants::get_constant( 'JETPACK__WPCOM_JSON_API_BASE' ) . '/wpcom/v2/jetpack-search/pricing?record_count=%1$d&locale=%2$s', $record_count, get_user_locale() ), + array( 'timeout' => 5 ) + ); + } + + if ( is_wp_error( $response ) || 200 !== wp_remote_retrieve_response_code( $response ) ) { + return new WP_Error( 'search_pricing_fetch_failed' ); + } + + $body = wp_remote_retrieve_body( $response ); + $pricings[ $record_count ] = json_decode( $body, true ); + return $pricings[ $record_count ]; + } + + /** + * Hits the wpcom api to check Search status. + * + * @todo Maybe add caching. + * + * @return Object|WP_Error + */ + private static function get_state_from_wpcom() { + static $status = null; + + if ( $status !== null ) { + return $status; + } + + $blog_id = Jetpack_Options::get_option( 'id' ); + + $response = Client::wpcom_json_api_request_as_blog( + '/sites/' . $blog_id . '/jetpack-search/plan', + '2', + array( 'timeout' => 5 ), + null, + 'wpcom' + ); + + if ( is_wp_error( $response ) || 200 !== wp_remote_retrieve_response_code( $response ) ) { + return new WP_Error( 'search_state_fetch_failed' ); + } + + $body = wp_remote_retrieve_body( $response ); + $status = json_decode( $body ); + return $status; + } + + /** + * Checks whether the product supports trial or not + * + * Returns true if it supports. Return false otherwise. + * + * Free products will always return false. + * + * @return boolean + */ + public static function has_trial_support() { + return static::is_new_pricing_202208(); + } + + /** + * Checks whether the current plan of the site already supports the product + * + * Returns true if it supports. Return false if a purchase is still required. + * + * Free products will always return true. + * + * @return boolean + */ + public static function has_required_plan() { + $search_state = static::get_state_from_wpcom(); + return ! empty( $search_state->supports_search ) || ! empty( $search_state->supports_instant_search ); + } + + /** + * Activates the product. Try to enable instant search after the Search module was enabled. + * + * @param bool|WP_Error $product_activation Is the result of the top level activation actions. You probably won't do anything if it is an WP_Error. + * @return bool|WP_Error + */ + public static function do_product_specific_activation( $product_activation ) { + $product_activation = parent::do_product_specific_activation( $product_activation ); + if ( is_wp_error( $product_activation ) ) { + return $product_activation; + } + + if ( class_exists( 'Automattic\Jetpack\Search\Module_Control' ) ) { + ( new Search_Module_Control() )->enable_instant_search(); + } + + // we don't want to change the success of the activation if we fail to activate instant search. That's not mandatory. + return $product_activation; + } + + /** + * Get the URL the user is taken after activating the product + * + * @return ?string + */ + public static function get_post_activation_url() { + return ''; // stay in My Jetpack page or continue the purchase flow if needed. + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + public static function get_manage_url() { + return admin_url( 'admin.php?page=jetpack-search' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php new file mode 100644 index 00000000..a2d91169 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php @@ -0,0 +1,212 @@ + true, + 'wpcom_product_slug' => static::get_wpcom_product_slug(), + ), + Wpcom_Products::get_product_pricing( static::get_wpcom_product_slug() ) + ); + } + + /** + * Get the WPCOM product slug used to make the purchase + * + * @return ?string + */ + public static function get_wpcom_product_slug() { + return 'jetpack_security_t1_yearly'; + } + + /** + * Checks whether the Jetpack module is active + * + * This is a bundle and not a product. We should not use this information for anything + * + * @return bool + */ + public static function is_module_active() { + return false; + } + + /** + * Activates the product by installing and activating its plugin + * + * @param bool|WP_Error $current_result Is the result of the top level activation actions. You probably won't do anything if it is an WP_Error. + * @return boolean|\WP_Error + */ + public static function do_product_specific_activation( $current_result ) { + + $product_activation = parent::do_product_specific_activation( $current_result ); + + if ( is_wp_error( $product_activation ) && 'module_activation_failed' === $product_activation->get_error_code() ) { + // A bundle is not a module. There's nothing in the plugin to be activated, so it's ok to fail to activate the module. + $product_activation = true; + } + + // At this point, Jetpack plugin is installed. Let's activate each individual product. + $activation = Anti_Spam::activate(); + if ( is_wp_error( $activation ) ) { + return $activation; + } + + $activation = Backup::activate(); + if ( is_wp_error( $activation ) ) { + return $activation; + } + + $activation = Scan::activate(); + if ( is_wp_error( $activation ) ) { + return $activation; + } + + return $activation; + } + + /** + * Checks whether the Product is active + * + * Security is a bundle and not a module. Activation takes place on WPCOM. So lets consider it active if jetpack is active and has the plan. + * + * @return boolean + */ + public static function is_active() { + return static::is_jetpack_plugin_active() && static::has_required_plan(); + } + + /** + * Checks whether the current plan (or purchases) of the site already supports the product + * + * @return boolean + */ + public static function has_required_plan() { + $purchases_data = Wpcom_Products::get_site_current_purchases(); + if ( is_wp_error( $purchases_data ) ) { + return false; + } + if ( is_array( $purchases_data ) && ! empty( $purchases_data ) ) { + foreach ( $purchases_data as $purchase ) { + if ( + 0 === strpos( $purchase->product_slug, 'jetpack_security' ) || + 0 === strpos( $purchase->product_slug, 'jetpack_complete' ) + ) { + return true; + } + } + } + return false; + } + + /** + * Checks whether product is a bundle. + * + * @return boolean True + */ + public static function is_bundle_product() { + return true; + } + + /** + * Return all the products it contains. + * + * @return Array Product slugs + */ + public static function get_supported_products() { + return array( 'backup', 'scan', 'anti-spam' ); + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + public static function get_manage_url() { + return ''; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php new file mode 100644 index 00000000..45b51183 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php @@ -0,0 +1,146 @@ + true, + 'wpcom_product_slug' => static::get_wpcom_product_slug(), + ), + Wpcom_Products::get_product_pricing( static::get_wpcom_product_slug() ) + ); + } + + /** + * Get the WPCOM product slug used to make the purchase + * + * @return string + */ + public static function get_wpcom_product_slug() { + return 'jetpack_social'; + } + + /** + * Get the URL where the user manages the product. + * + * If the standalone plugin is active, + * it will redirect to the standalone plugin settings page. + * Otherwise, it will redirect to the Jetpack settings page. + * + * @return string + */ + public static function get_manage_url() { + if ( static::is_standalone_plugin_active() ) { + return admin_url( 'admin.php?page=jetpack-social' ); + } + + return admin_url( 'admin.php?page=jetpack#/settings?term=publicize' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php new file mode 100644 index 00000000..94284499 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php @@ -0,0 +1,203 @@ + true, + 'wpcom_product_slug' => static::get_wpcom_product_slug(), + ), + Wpcom_Products::get_product_pricing( static::get_wpcom_product_slug() ) + ); + } + + /** + * Get the WPCOM product slug used to make the purchase + * + * @return ?string + */ + public static function get_wpcom_product_slug() { + return 'jetpack_starter_yearly'; + } + + /** + * Checks whether the Jetpack module is active + * + * This is a bundle and not a product. We should not use this information for anything + * + * @return bool + */ + public static function is_module_active() { + return false; + } + + /** + * Activates the product by installing and activating its plugin + * + * @param bool|WP_Error $current_result Is the result of the top level activation actions. You probably won't do anything if it is an WP_Error. + * @return boolean|\WP_Error + */ + public static function do_product_specific_activation( $current_result ) { + + $product_activation = parent::do_product_specific_activation( $current_result ); + + if ( is_wp_error( $product_activation ) && 'module_activation_failed' === $product_activation->get_error_code() ) { + // A bundle is not a module. There's nothing in the plugin to be activated, so it's ok to fail to activate the module. + $product_activation = true; + } + + // At this point, Jetpack plugin is installed. Let's activate each individual product. + $activation = Anti_Spam::activate(); + if ( is_wp_error( $activation ) ) { + return $activation; + } + + $activation = Backup::activate(); + if ( is_wp_error( $activation ) ) { + return $activation; + } + + return $activation; + } + + /** + * Checks whether the Product is active + * + * Jetpack Starter is a bundle and not a module. Activation takes place on WPCOM. So lets consider it active if jetpack is active and has the plan. + * + * @return boolean + */ + public static function is_active() { + return static::is_jetpack_plugin_active() && static::has_required_plan(); + } + + /** + * Checks whether the current plan (or purchases) of the site already supports the product + * + * @return boolean + */ + public static function has_required_plan() { + $purchases_data = Wpcom_Products::get_site_current_purchases(); + if ( is_wp_error( $purchases_data ) ) { + return false; + } + if ( is_array( $purchases_data ) && ! empty( $purchases_data ) ) { + foreach ( $purchases_data as $purchase ) { + if ( 0 === strpos( $purchase->product_slug, 'jetpack_starter' ) ) { + return true; + } + } + } + return false; + } + + /** + * Checks whether product is a bundle. + * + * @return boolean True + */ + public static function is_bundle_product() { + return true; + } + + /** + * Return all the products it contains. + * + * @return Array Product slugs + */ + public static function get_supported_products() { + return array( 'backup', 'anti-spam' ); + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + public static function get_manage_url() { + return ''; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php new file mode 100644 index 00000000..4d6dd54f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php @@ -0,0 +1,241 @@ + true, + 'wpcom_product_slug' => static::get_wpcom_product_slug(), + 'wpcom_free_product_slug' => static::get_wpcom_free_product_slug(), + 'wpcom_pwyw_product_slug' => static::get_wpcom_pwyw_product_slug(), + ), + // TODO: replace with `Wpcom_Products::get_product_pricing` once available. + // This is not yet used anywhere, so it's fine to leave it as is for now. + array( + 'currency_code' => 'USD', + 'full_price' => 10, + 'discount_price' => 10, + 'product_term' => 'month', + ) + ); + } + + /** + * Get the WPCOM product slug used to make the purchase + * + * @return ?string + */ + public static function get_wpcom_product_slug() { + return 'jetpack_stats_monthly'; + } + + /** + * Get the WPCOM Pay Whatever You Want product slug used to make the purchase + * + * @return ?string + */ + public static function get_wpcom_pwyw_product_slug() { + return 'jetpack_stats_pwyw_yearly'; + } + + /** + * Get the WPCOM free product slug + * + * @return ?string + */ + public static function get_wpcom_free_product_slug() { + return 'jetpack_stats_free_yearly'; + } + + /** + * Checks whether the site already supports this product through an existing plan or purchase + * + * @return boolean + */ + public static function has_required_plan() { + $purchases_data = Wpcom_Products::get_site_current_purchases(); + if ( is_wp_error( $purchases_data ) ) { + return false; + } + if ( is_array( $purchases_data ) && ! empty( $purchases_data ) ) { + foreach ( $purchases_data as $purchase ) { + if ( 0 === strpos( $purchase->product_slug, 'jetpack_stats' ) ) { + return true; + } + if ( 0 === strpos( $purchase->product_slug, 'jetpack_complete' ) ) { + return true; + } + } + } + return false; + } + + /** + * Checks whether the product can be upgraded to a different product. + * Only Jetpack Stats Commercial plan is not upgradable. + * + * @return boolean + */ + public static function is_upgradable() { + $purchases_data = Wpcom_Products::get_site_current_purchases(); + if ( is_wp_error( $purchases_data ) ) { + return false; + } + if ( is_array( $purchases_data ) && ! empty( $purchases_data ) ) { + foreach ( $purchases_data as $purchase ) { + if ( + ( + // Purchase is Jetpack Stats... + 0 === strpos( $purchase->product_slug, 'jetpack_stats' ) && + // but not Jetpack Stats Free... + false === strpos( $purchase->product_slug, 'free' ) + ) || 0 === strpos( $purchase->product_slug, 'jetpack_complete' ) + ) { + // Only Jetpack Stats paid plans should be eligible for this conditional. + // Sample product slugs: jetpack_stats_monthly + return false; + } + } + } + return true; + } + + /** + * Returns a redirect parameter for an upgrade URL if current purchase license is a free license + * or an empty string otherwise. + * + * @return string + */ + public static function get_url_redirect_string() { + $purchases_data = Wpcom_Products::get_site_current_purchases(); + if ( is_wp_error( $purchases_data ) ) { + return ''; + } + if ( is_array( $purchases_data ) && ! empty( $purchases_data ) ) { + foreach ( $purchases_data as $purchase ) { + if ( + 0 === strpos( $purchase->product_slug, static::get_wpcom_free_product_slug() ) + ) { + return '&productType=personal'; + } + } + } + return ''; + } + + /** + * Checks whether the product supports trial or not. + * Since Jetpack Stats has been widely available as a free product in the past, it "supports" a trial. + * + * @return boolean + */ + public static function has_trial_support() { + return true; + } + + /** + * Get the WordPress.com URL for purchasing Jetpack Stats for the current site. + * + * @return ?string + */ + public static function get_purchase_url() { + // The returning URL could be customized by changing the `redirect_uri` param with relative path. + return sprintf( + '%s#!/stats/purchase/%d?from=jetpack-my-jetpack%s&redirect_uri=%s', + admin_url( 'admin.php?page=stats' ), + Jetpack_Options::get_option( 'id' ), + static::get_url_redirect_string(), + rawurlencode( 'admin.php?page=stats' ) + ); + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + public static function get_manage_url() { + return admin_url( 'admin.php?page=stats' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php new file mode 100644 index 00000000..f917b37a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php @@ -0,0 +1,169 @@ + true, + 'wpcom_product_slug' => static::get_wpcom_product_slug(), + ), + Wpcom_Products::get_product_pricing( static::get_wpcom_product_slug() ) + ); + } + + /** + * Get the WPCOM product slug used to make the purchase + * + * @return ?string + */ + public static function get_wpcom_product_slug() { + return 'jetpack_videopress'; + } + + /** + * Get the URL the user is taken after activating the product + * + * @return ?string + */ + public static function get_post_activation_url() { + return ''; // stay in My Jetpack page. + } + + /** + * Get the URL where the user manages the product + * + * @return ?string + */ + public static function get_manage_url() { + if ( method_exists( 'Automattic\Jetpack\VideoPress\Initializer', 'should_initialize_admin_ui' ) && \Automattic\Jetpack\VideoPress\Initializer::should_initialize_admin_ui() ) { + return \Automattic\Jetpack\VideoPress\Admin_UI::get_admin_page_url(); + } else { + return admin_url( 'admin.php?page=jetpack#/settings?term=videopress' ); + } + } + + /** + * Checks whether the current plan (or purchases) of the site already supports the product + * + * @return boolean + */ + public static function has_required_plan() { + // TODO: import and perform a proper check with Current_Plan. See #33410. + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/CHANGELOG.md new file mode 100644 index 00000000..3c4ed8ca --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/CHANGELOG.md @@ -0,0 +1,273 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.7.25] - 2023-09-19 +- Minor internal updates. + +## [1.7.24] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [1.7.23] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [1.7.22] - 2023-02-20 +### Changed +- Minor internal updates. + +## [1.7.21] - 2022-12-02 +### Changed +- Updated package dependencies. [#27688] + +## [1.7.20] - 2022-11-22 +### Changed +- Updated package dependencies. [#27043] + +## [1.7.19] - 2022-11-07 +### Changed +- Updated package dependencies. [#27278] + +## [1.7.18] - 2022-10-25 +### Changed +- Updated package dependencies. [#26705] + +## [1.7.17] - 2022-09-20 +### Changed +- Updated package dependencies. + +## [1.7.16] - 2022-09-08 +### Changed +- Updated package dependencies. + +## [1.7.15] - 2022-08-29 +### Changed +- Updated package dependencies. + +## [1.7.14] - 2022-08-23 +### Changed +- Updated package dependencies. [#25628] + +## [1.7.13] - 2022-08-03 +### Changed +- Updated package dependencies. [#25300, #25315] + +## [1.7.12] - 2022-07-26 +### Changed +- Updated package dependencies. [#25158] + +## [1.7.11] - 2022-06-21 +### Changed +- Renaming master to trunk. [#24661] + +## [1.7.10] - 2022-06-14 +### Changed +- Updated package dependencies. [#24529] + +## [1.7.9] - 2022-05-18 +### Fixed +- Fix new PHPCS sniffs. [#24366] + +## [1.7.8] - 2022-05-04 +### Changed +- Updated package dependencies. [#24095] + +### Deprecated +- Moved the options class into Connection. [#24095] + +## [1.7.7] - 2022-04-26 +### Changed +- Updated package dependencies. + +## [1.7.6] - 2022-04-19 +### Changed +- PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` + +## [1.7.5] - 2022-04-12 +### Changed +- Updated package dependencies. + +## [1.7.4] - 2022-04-06 +### Changed +- Updated package dependencies. + +## [1.7.3] - 2022-03-29 +### Changed +- Microperformance: Use === null instead of is_null + +## [1.7.2] - 2022-03-02 +### Changed +- Updated package dependencies. + +## [1.7.1] - 2022-02-22 +### Changed +- Updated package dependencies. + +## [1.7.0] - 2022-02-16 +### Added +- Added the ability to specify a partner logo for each supported partner +- Remotely check if partner coupon looks valid + +## [1.6.4] - 2022-01-25 +### Changed +- Updated package dependencies. + +## [1.6.3] - 2022-01-18 +### Changed +- Updated package dependencies. + +## [1.6.2] - 2022-01-04 +### Changed +- Switch to pcov for code coverage. +- Updated package dependencies + +## [1.6.1] - 2021-12-14 +### Changed +- Updated package dependencies. + +## [1.6.0] - 2021-11-30 +### Added +- Addde partner coupon logic + +## [1.5.7] - 2021-11-23 +### Changed +- Updated package dependencies + +## [1.5.6] - 2021-11-02 +### Changed +- Set `convertDeprecationsToExceptions` true in PHPUnit config. +- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. + +## [1.5.5] - 2021-10-19 +### Changed +- Updated package dependencies. + +## [1.5.4] - 2021-10-12 +### Changed +- Updated package dependencies + +## [1.5.3] - 2021-09-28 +### Changed +- Updated package dependencies. + +## [1.5.2] - 2021-08-31 +### Changed +- Run composer update on test-php command instead of phpunit. +- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). +- update annotations versions. + +## [1.5.1] - 2021-05-25 +### Changed +- Updated package dependencies. + +## [1.5.0] - 2021-04-27 +### Added +- Adds segmentation "from" parameter to the registration flow + +## [1.4.3] - 2021-03-30 +### Added +- Composer alias for dev-master, to improve dependencies + +### Changed +- Update package dependencies. + +### Fixed +- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. + +## [1.4.2] - 2021-02-05 + +- CI: Make tests more generic + +## [1.4.1] - 2021-01-20 + +- Add mirror-repo information to all current composer packages +- Monorepo: Reorganize all projects + +## [1.4.0] - 2020-12-14 + +- Update dependency brain/monkey to v2.6.0 +- Pin dependencies +- Packages: Update for PHP 8 testing + +## [1.3.1] - 2020-10-29 + +- Update dependency brain/monkey to v2.5.0 +- Updated PHPCS: Packages and Debugger + +## [1.3.0] - 2020-08-25 + +- Update Authorize URL iframe to include affiliate code +- Packages: Update filenames after #16810 +- CI: Try collect js coverage +- Docker: Add package testing shortcut + +## [1.2.0] - 2020-07-01 + +- Package Unit tests: update test file names to make sure they runs in Travis + +## [1.1.0] - 2020-06-22 + +- PHPCS: Clean up the packages +- PHPCS Updates after WPCS 2.3 +- Update README.md on partner package + +## [1.0.1] - 2020-01-27 + +- Pin dependency brain/monkey to 2.4.0 + +## 1.0.0 - 2019-12-16 + +- Add partner subsidiary id to upgrade URLs. + +[1.7.25]: https://github.com/Automattic/jetpack-partner/compare/v1.7.24...v1.7.25 +[1.7.24]: https://github.com/Automattic/jetpack-partner/compare/v1.7.23...v1.7.24 +[1.7.23]: https://github.com/Automattic/jetpack-partner/compare/v1.7.22...v1.7.23 +[1.7.22]: https://github.com/Automattic/jetpack-partner/compare/v1.7.21...v1.7.22 +[1.7.21]: https://github.com/Automattic/jetpack-partner/compare/v1.7.20...v1.7.21 +[1.7.20]: https://github.com/Automattic/jetpack-partner/compare/v1.7.19...v1.7.20 +[1.7.19]: https://github.com/Automattic/jetpack-partner/compare/v1.7.18...v1.7.19 +[1.7.18]: https://github.com/Automattic/jetpack-partner/compare/v1.7.17...v1.7.18 +[1.7.17]: https://github.com/Automattic/jetpack-partner/compare/v1.7.16...v1.7.17 +[1.7.16]: https://github.com/Automattic/jetpack-partner/compare/v1.7.15...v1.7.16 +[1.7.15]: https://github.com/Automattic/jetpack-partner/compare/v1.7.14...v1.7.15 +[1.7.14]: https://github.com/Automattic/jetpack-partner/compare/v1.7.13...v1.7.14 +[1.7.13]: https://github.com/Automattic/jetpack-partner/compare/v1.7.12...v1.7.13 +[1.7.12]: https://github.com/Automattic/jetpack-partner/compare/v1.7.11...v1.7.12 +[1.7.11]: https://github.com/Automattic/jetpack-partner/compare/v1.7.10...v1.7.11 +[1.7.10]: https://github.com/Automattic/jetpack-partner/compare/v1.7.9...v1.7.10 +[1.7.9]: https://github.com/Automattic/jetpack-partner/compare/v1.7.8...v1.7.9 +[1.7.8]: https://github.com/Automattic/jetpack-partner/compare/v1.7.7...v1.7.8 +[1.7.7]: https://github.com/Automattic/jetpack-partner/compare/v1.7.6...v1.7.7 +[1.7.6]: https://github.com/Automattic/jetpack-partner/compare/v1.7.5...v1.7.6 +[1.7.5]: https://github.com/Automattic/jetpack-partner/compare/v1.7.4...v1.7.5 +[1.7.4]: https://github.com/Automattic/jetpack-partner/compare/v1.7.3...v1.7.4 +[1.7.3]: https://github.com/Automattic/jetpack-partner/compare/v1.7.2...v1.7.3 +[1.7.2]: https://github.com/Automattic/jetpack-partner/compare/v1.7.1...v1.7.2 +[1.7.1]: https://github.com/Automattic/jetpack-partner/compare/v1.7.0...v1.7.1 +[1.7.0]: https://github.com/Automattic/jetpack-partner/compare/v1.6.4...v1.7.0 +[1.6.4]: https://github.com/Automattic/jetpack-partner/compare/v1.6.3...v1.6.4 +[1.6.3]: https://github.com/Automattic/jetpack-partner/compare/v1.6.2...v1.6.3 +[1.6.2]: https://github.com/Automattic/jetpack-partner/compare/v1.6.1...v1.6.2 +[1.6.1]: https://github.com/Automattic/jetpack-partner/compare/v1.6.0...v1.6.1 +[1.6.0]: https://github.com/Automattic/jetpack-partner/compare/v1.5.7...v1.6.0 +[1.5.7]: https://github.com/Automattic/jetpack-partner/compare/v1.5.6...v1.5.7 +[1.5.6]: https://github.com/Automattic/jetpack-partner/compare/v1.5.5...v1.5.6 +[1.5.5]: https://github.com/Automattic/jetpack-partner/compare/v1.5.4...v1.5.5 +[1.5.4]: https://github.com/Automattic/jetpack-partner/compare/v1.5.3...v1.5.4 +[1.5.3]: https://github.com/Automattic/jetpack-partner/compare/v1.5.2...v1.5.3 +[1.5.2]: https://github.com/Automattic/jetpack-partner/compare/v1.5.1...v1.5.2 +[1.5.1]: https://github.com/Automattic/jetpack-partner/compare/v1.5.0...v1.5.1 +[1.5.0]: https://github.com/Automattic/jetpack-partner/compare/v1.4.3...v1.5.0 +[1.4.3]: https://github.com/Automattic/jetpack-partner/compare/v1.4.2...v1.4.3 +[1.4.2]: https://github.com/Automattic/jetpack-partner/compare/v1.4.1...v1.4.2 +[1.4.1]: https://github.com/Automattic/jetpack-partner/compare/v1.4.0...v1.4.1 +[1.4.0]: https://github.com/Automattic/jetpack-partner/compare/v1.3.1...v1.4.0 +[1.3.1]: https://github.com/Automattic/jetpack-partner/compare/v1.3.0...v1.3.1 +[1.3.0]: https://github.com/Automattic/jetpack-partner/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/Automattic/jetpack-partner/compare/v1.1.0...v1.2.0 +[1.1.0]: https://github.com/Automattic/jetpack-partner/compare/v1.0.1...v1.1.0 +[1.0.1]: https://github.com/Automattic/jetpack-partner/compare/v1.0.0...v1.0.1 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/composer.json new file mode 100644 index 00000000..d10f4837 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/composer.json @@ -0,0 +1,51 @@ +{ + "name": "automattic/jetpack-partner", + "description": "Support functions for Jetpack hosting partners.", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": { + "automattic/jetpack-connection": "^1.57.5", + "automattic/jetpack-status": "^1.18.4" + }, + "require-dev": { + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.9", + "automattic/wordbless": "@dev" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "test-php": [ + "@composer phpunit" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-partner", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-partner/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.7.x-dev" + } + }, + "config": { + "allow-plugins": { + "roots/wordpress-core-installer": true + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php new file mode 100644 index 00000000..4f3462e0 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php @@ -0,0 +1,463 @@ + array( + 'name' => 'IONOS', + 'logo' => array( + 'src' => '/images/ionos-logo.jpg', + 'width' => 119, + 'height' => 32, + ), + ), + ); + + /** + * A list of supported presets. + * + * @var array + */ + private static $supported_presets = array( + 'IONA' => 'jetpack_backup_daily', + ); + + /** + * Get singleton instance of class. + * + * @return Partner_Coupon + */ + public static function get_instance() { + if ( self::$instance === null ) { + self::$instance = new Partner_Coupon( array( Connection_Client::class, 'wpcom_json_api_request_as_blog' ) ); + } + + return self::$instance; + } + + /** + * Constructor. + * + * @param callable $request_as_blog Callable that executes a blog-authenticated request. + */ + public function __construct( $request_as_blog ) { + $this->request_as_blog = $request_as_blog; + } + + /** + * Register hooks to catch and purge coupon. + * + * @param string $plugin_slug The plugin slug to differentiate between Jetpack connections. + * @param string $redirect_location The location we should redirect to after catching the coupon. + */ + public static function register_coupon_admin_hooks( $plugin_slug, $redirect_location ) { + $instance = self::get_instance(); + + // We have to use an anonymous function, so we can pass along relevant information + // and not have to hardcode values for a single plugin. + // This open up the opportunity for e.g. the "all-in-one" and backup plugins + // to both implement partner coupon logic. + add_action( + 'admin_init', + function () use ( $plugin_slug, $redirect_location, $instance ) { + $instance->catch_coupon( $plugin_slug, $redirect_location ); + $instance->maybe_purge_coupon( $plugin_slug ); + } + ); + } + + /** + * Catch partner coupon and redirect to claim component. + * + * @param string $plugin_slug The plugin slug to differentiate between Jetpack connections. + * @param string $redirect_location The location we should redirect to after catching the coupon. + */ + public function catch_coupon( $plugin_slug, $redirect_location ) { + // Accept and store a partner coupon if present, and redirect to Jetpack connection screen. + $partner_coupon = isset( $_GET['jetpack-partner-coupon'] ) ? sanitize_text_field( wp_unslash( $_GET['jetpack-partner-coupon'] ) ) : false; // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( $partner_coupon ) { + Jetpack_Options::update_options( + array( + self::$coupon_option => $partner_coupon, + self::$added_option => time(), + ) + ); + + $connection = new Connection_Manager( $plugin_slug ); + if ( $connection->is_connected() ) { + $redirect_location = add_query_arg( array( 'showCouponRedemption' => 1 ), $redirect_location ); + wp_safe_redirect( $redirect_location ); + } else { + wp_safe_redirect( $redirect_location ); + } + } + } + + /** + * Purge partner coupon. + * + * We try to remotely check if a coupon looks valid. We also automatically purge + * partner coupons after a certain amount of time to prevent unnecessary look-ups + * and/or promoting a product for months or years in the future due to unknown + * errors. + * + * @param string $plugin_slug The plugin slug to differentiate between Jetpack connections. + */ + public function maybe_purge_coupon( $plugin_slug ) { + // Only run coupon checks on Jetpack admin pages. + // The "admin-ui" package is responsible for registering the Jetpack admin + // page for all Jetpack plugins and has hardcoded the settings page to be + // "jetpack", so we shouldn't need to allow for dynamic/custom values. + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( ! isset( $_GET['page'] ) || 'jetpack' !== $_GET['page'] ) { + return; + } + + if ( ( new Status() )->is_offline_mode() ) { + return; + } + + $connection = new Connection_Manager( $plugin_slug ); + if ( ! $connection->is_connected() ) { + return; + } + + if ( $this->maybe_purge_coupon_by_added_date() ) { + return; + } + + // Limit checks to happen once a minute at most. + if ( get_transient( self::$last_check_transient ) ) { + return; + } + + set_transient( self::$last_check_transient, true, MINUTE_IN_SECONDS ); + + $this->maybe_purge_coupon_by_availability_check(); + } + + /** + * Purge coupon based on local added date. + * + * We automatically remove the coupon after a month to "self-heal" if + * something in the claim process has broken with the site. + * + * @return bool Return whether we should skip further purge checks. + */ + protected function maybe_purge_coupon_by_added_date() { + $date = Jetpack_Options::get_option( self::$added_option, '' ); + + if ( empty( $date ) ) { + return true; + } + + $expire_date = strtotime( '+30 days', $date ); + $today = time(); + + if ( $today >= $expire_date ) { + $this->delete_coupon_data(); + + return true; + } + + return false; + } + + /** + * Purge coupon based on availability check. + * + * @return bool Return whether we deleted coupon data. + */ + protected function maybe_purge_coupon_by_availability_check() { + $blog_id = Jetpack_Options::get_option( 'id', false ); + + if ( ! $blog_id ) { + return false; + } + + $coupon = self::get_coupon(); + + if ( ! $coupon ) { + return false; + } + + $response = call_user_func_array( + $this->request_as_blog, + array( + add_query_arg( + array( 'coupon_code' => $coupon['coupon_code'] ), + sprintf( + '/sites/%d/jetpack-partner/coupon/v1/site/coupon', + $blog_id + ) + ), + 2, + array( 'method' => 'GET' ), + null, + 'wpcom', + ) + ); + + $body = json_decode( wp_remote_retrieve_body( $response ), true ); + + if ( + 200 === wp_remote_retrieve_response_code( $response ) && + is_array( $body ) && + isset( $body['available'] ) && + false === $body['available'] + ) { + $this->delete_coupon_data(); + + return true; + } + + return false; + } + + /** + * Delete all coupon data. + */ + protected function delete_coupon_data() { + Jetpack_Options::delete_option( + array( + self::$coupon_option, + self::$added_option, + ) + ); + } + + /** + * Get partner coupon data. + * + * @return array|bool + */ + public static function get_coupon() { + $coupon_code = Jetpack_Options::get_option( self::$coupon_option, '' ); + + if ( ! is_string( $coupon_code ) || empty( $coupon_code ) ) { + return false; + } + + $instance = self::get_instance(); + $partner = $instance->get_coupon_partner( $coupon_code ); + + if ( ! $partner ) { + return false; + } + + $preset = $instance->get_coupon_preset( $coupon_code ); + + if ( ! $preset ) { + return false; + } + + $product = $instance->get_coupon_product( $preset ); + + if ( ! $product ) { + return false; + } + + return array( + 'coupon_code' => $coupon_code, + 'partner' => $partner, + 'preset' => $preset, + 'product' => $product, + ); + } + + /** + * Get coupon partner. + * + * @param string $coupon_code Coupon code to go through. + * @return array|bool + */ + private function get_coupon_partner( $coupon_code ) { + if ( ! is_string( $coupon_code ) || false === strpos( $coupon_code, '_' ) ) { + return false; + } + + $prefix = strtok( $coupon_code, '_' ); + $supported_partners = $this->get_supported_partners(); + + if ( ! isset( $supported_partners[ $prefix ] ) ) { + return false; + } + + return array( + 'name' => $supported_partners[ $prefix ]['name'], + 'prefix' => $prefix, + 'logo' => isset( $supported_partners[ $prefix ]['logo'] ) ? $supported_partners[ $prefix ]['logo'] : null, + ); + } + + /** + * Get coupon product. + * + * @param string $coupon_preset The preset we wish to find a product for. + * @return array|bool + */ + private function get_coupon_product( $coupon_preset ) { + if ( ! is_string( $coupon_preset ) ) { + return false; + } + + /** + * Allow for plugins to register supported products. + * + * @since 1.6.0 + * + * @param array A list of product details. + * @return array + */ + $product_details = apply_filters( 'jetpack_partner_coupon_products', array() ); + $product_slug = $this->get_supported_presets()[ $coupon_preset ]; + + foreach ( $product_details as $product ) { + if ( ! $this->array_keys_exist( array( 'title', 'slug', 'description', 'features' ), $product ) ) { + continue; + } + + if ( $product_slug === $product['slug'] ) { + return $product; + } + } + + return false; + } + + /** + * Checks if multiple keys are present in an array. + * + * @param array $needles The keys we wish to check for. + * @param array $haystack The array we want to compare keys against. + * + * @return bool + */ + private function array_keys_exist( $needles, $haystack ) { + foreach ( $needles as $needle ) { + if ( ! isset( $haystack[ $needle ] ) ) { + return false; + } + } + + return true; + } + + /** + * Get coupon preset. + * + * @param string $coupon_code Coupon code to go through. + * @return string|bool + */ + private function get_coupon_preset( $coupon_code ) { + if ( ! is_string( $coupon_code ) ) { + return false; + } + + $regex = '/^.*?_(?P.*?)_.+$/'; + $matches = array(); + + if ( ! preg_match( $regex, $coupon_code, $matches ) ) { + return false; + } + + return isset( $this->get_supported_presets()[ $matches['slug'] ] ) ? $matches['slug'] : false; + } + + /** + * Get supported partners. + * + * @return array + */ + private function get_supported_partners() { + /** + * Allow external code to add additional supported partners. + * + * @since 1.6.0 + * + * @param array $supported_partners A list of supported partners. + * @return array + */ + return apply_filters( 'jetpack_partner_coupon_supported_partners', self::$supported_partners ); + } + + /** + * Get supported presets. + * + * @return array + */ + private function get_supported_presets() { + /** + * Allow external code to add additional supported presets. + * + * @since 1.6.0 + * + * @param array $supported_presets A list of supported presets. + * @return array + */ + return apply_filters( 'jetpack_partner_coupon_supported_presets', self::$supported_presets ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/src/class-partner.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/src/class-partner.php new file mode 100644 index 00000000..2d70c521 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-partner/src/class-partner.php @@ -0,0 +1,199 @@ +add_code_as_query_arg( self::SUBSIDIARY_CODE, $url ); + } + + /** + * Adds the affiliate code to the passed URL. + * + * @param string $url The URL. + * + * @return string + */ + public function add_affiliate_code_as_query_arg( $url ) { + return $this->add_code_as_query_arg( self::AFFILIATE_CODE, $url ); + } + + /** + * Adds the partner subsidiary code to the passed array. + * + * @param array $params The parameters array. + * + * @return array + * @since 1.5.0 + */ + public function add_subsidiary_id_to_params_array( $params ) { + if ( ! is_array( $params ) ) { + return $params; + } + return array_merge( $params, $this->get_code_as_array( self::SUBSIDIARY_CODE ) ); + } + + /** + * Adds the affiliate code to the passed array. + * + * @param array $params The parameters array. + * + * @return array + * @since 1.5.0 + */ + public function add_affiliate_code_to_params_array( $params ) { + if ( ! is_array( $params ) ) { + return $params; + } + return array_merge( $params, $this->get_code_as_array( self::AFFILIATE_CODE ) ); + } + + /** + * Returns the passed URL with the partner code added as a URL query arg. + * + * @param string $type The partner code. + * @param string $url The URL where the partner subsidiary id will be added. + * + * @return string The passed URL with the partner code added. + * @since 1.0.0 + */ + public function add_code_as_query_arg( $type, $url ) { + return add_query_arg( $this->get_code_as_array( $type ), $url ); + } + + /** + * Gets the partner code in an associative array format + * + * @param string $type The partner code. + * @return array + * @since 1.5.0 + */ + private function get_code_as_array( $type ) { + switch ( $type ) { + case self::AFFILIATE_CODE: + $query_arg_name = 'aff'; + break; + case self::SUBSIDIARY_CODE: + $query_arg_name = 'subsidiaryId'; + break; + default: + return array(); + } + + $code = $this->get_partner_code( $type ); + + if ( '' === $code ) { + return array(); + } + + return array( $query_arg_name => $code ); + } + + /** + * Returns a partner code. + * + * @param string $type This can be either 'affiliate' or 'subsidiary'. Returns empty string when code is unknown. + * + * @return string The partner code. + * @since 1.0.0 + */ + public function get_partner_code( $type ) { + switch ( $type ) { + case self::AFFILIATE_CODE: + /** + * Allow to filter the affiliate code. + * + * @param string $affiliate_code The affiliate code, blank by default. + * + * @since 1.0.0 + * @since-jetpack 6.9.0 + */ + return apply_filters( 'jetpack_affiliate_code', get_option( 'jetpack_affiliate_code', '' ) ); + case self::SUBSIDIARY_CODE: + /** + * Allow to filter the partner subsidiary id. + * + * @param string $subsidiary_id The partner subsidiary id, blank by default. + * + * @since 1.0.0 + */ + return apply_filters( + 'jetpack_partner_subsidiary_id', + get_option( 'jetpack_partner_subsidiary_id', '' ) + ); + default: + return ''; + } + } + + /** + * Resets the singleton for testing purposes. + */ + public static function reset() { + self::$instance = null; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md new file mode 100644 index 00000000..72cec9d8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md @@ -0,0 +1,133 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.2.14] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [0.2.13] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [0.2.12] - 2023-03-20 +### Changed +- Updated package dependencies. [#29480] + +## [0.2.11] - 2023-02-20 +### Changed +- Minor internal updates. + +## [0.2.10] - 2023-01-11 +### Changed +- Updated package dependencies. + +## [0.2.9] - 2022-12-02 +### Changed +- Updated package dependencies. [#27688] + +## [0.2.8] - 2022-11-22 +### Changed +- Updated package dependencies. [#27043] + +## [0.2.7] - 2022-09-20 +### Changed +- Updated package dependencies. + +## [0.2.6] - 2022-07-26 +### Changed +- Updated package dependencies. [#25158] + +## [0.2.5] - 2022-06-21 +### Changed +- Renaming master to trunk. [#24661] + +## [0.2.4] - 2022-04-26 +### Changed +- Updated package dependencies. + +## [0.2.3] - 2022-03-29 +### Changed +- Microperformance: Use === null instead of is_null + +## [0.2.2] - 2022-01-25 +### Changed +- Updated package dependencies. + +## [0.2.1] - 2022-01-18 +### Changed +- Updated package dependencies. + +## [0.2.0] - 2022-01-04 +### Changed +- Switch to pcov for code coverage. +- Updated package dependencies +- Updated package textdomain from `jetpack` to `jetpack-password-checker`. + +## [0.1.8] - 2021-12-14 +### Changed +- Updated package dependencies. + +## [0.1.7] - 2021-11-02 +### Changed +- Set `convertDeprecationsToExceptions` true in PHPUnit config. +- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. + +## [0.1.6] - 2021-10-13 +### Changed +- Updated package dependencies. + +## [0.1.5] - 2021-10-12 +### Changed +- Updated package dependencies + +## [0.1.4] - 2021-09-28 +### Changed +- Updated package dependencies. + +## [0.1.3] - 2021-08-30 +### Changed +- Run composer update on test-php command instead of phpunit +- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). + +## [0.1.2] - 2021-05-25 +### Fixed +- Avoid checking in vendor directory. + +## [0.1.1] - 2021-04-27 +### Changed +- Updated package dependencies. + +## 0.1.0 - 2021-03-30 +### Added +- Initial release. + +### Fixed +- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. + +[0.2.14]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.13...v0.2.14 +[0.2.13]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.12...v0.2.13 +[0.2.12]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.11...v0.2.12 +[0.2.11]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.10...v0.2.11 +[0.2.10]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.9...v0.2.10 +[0.2.9]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.8...v0.2.9 +[0.2.8]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.7...v0.2.8 +[0.2.7]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.6...v0.2.7 +[0.2.6]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.5...v0.2.6 +[0.2.5]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.4...v0.2.5 +[0.2.4]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.3...v0.2.4 +[0.2.3]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.2...v0.2.3 +[0.2.2]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.1...v0.2.2 +[0.2.1]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.0...v0.2.1 +[0.2.0]: https://github.com/Automattic/jetpack-password-checker/compare/v0.1.8...v0.2.0 +[0.1.8]: https://github.com/Automattic/jetpack-password-checker/compare/v0.1.7...v0.1.8 +[0.1.7]: https://github.com/Automattic/jetpack-password-checker/compare/v0.1.6...v0.1.7 +[0.1.6]: https://github.com/Automattic/jetpack-password-checker/compare/v0.1.5...v0.1.6 +[0.1.5]: https://github.com/Automattic/jetpack-password-checker/compare/v0.1.4...v0.1.5 +[0.1.4]: https://github.com/Automattic/jetpack-password-checker/compare/v0.1.3...v0.1.4 +[0.1.3]: https://github.com/Automattic/jetpack-password-checker/compare/v0.1.2...v0.1.3 +[0.1.2]: https://github.com/Automattic/jetpack-password-checker/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/Automattic/jetpack-password-checker/compare/v0.1.0...v0.1.1 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/composer.json new file mode 100644 index 00000000..45483b4b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/composer.json @@ -0,0 +1,48 @@ +{ + "name": "automattic/jetpack-password-checker", + "description": "Password Checker.", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": {}, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.8", + "automattic/wordbless": "@dev", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-password-checker", + "textdomain": "jetpack-password-checker", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-password-checker/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "0.2.x-dev" + } + }, + "config": { + "allow-plugins": { + "roots/wordpress-core-installer": true + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php new file mode 100644 index 00000000..79c369c2 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php @@ -0,0 +1,1313 @@ +user_id = get_current_user_id(); + } elseif ( is_object( $user ) && isset( $user->ID ) ) { + // Existing user, using their ID. + $this->user_id = $user->ID; + } elseif ( is_object( $user ) ) { + // Newly created user, using existing data. + $this->user = $user; + $this->user_id = 'new_user'; + } else { + $this->user_id = $user; + } + + /** + * Filters the password strength enforcement settings. + * + * You can supply your own passwords that should not be used for authenticating in addition to weak and easy + * to guess strings for each user. For example, you can add passwords from known password databases to avoid + * compromised password usage. + * + * @param array $common_passwords strings that are forbidden for use as passwords. + */ + $this->common_passwords = apply_filters( 'password_checker_common_passwords', $this->common_passwords ); + + /** + * Filters the password strength enforcement settings. + * + * You can modify the minimum password length using this filter. + * + * @param int $minimum_password_length minimum password length. + */ + $this->minimum_password_length = apply_filters( 'password_checker_minimum_password_length', $this->minimum_password_length ); + + /** + * Filters the password strength enforcement settings. + * + * You can modify the minimum entropy bits requirement using this filter. + * + * @param int $minimum_entropy_bits minimum entropy bits requirement. + */ + $this->minimum_entropy_bits = apply_filters( 'password_checker_minimum_entropy_bits', $this->minimum_entropy_bits ); + } + + /** + * Run tests against a password. + * + * @param string $password the password. + * @param bool $required_only only test against required conditions, defaults to false. + * + * @return array an array containing failed and passed test results. + */ + public function test( $password, $required_only = false ) { + // Run the tests. + $results = $this->run_tests( $password, $this->get_tests(), $required_only ); + + // If we've failed on the required tests, return now. + if ( ! empty( $results['failed'] ) ) { + return array( + 'passed' => false, + 'test_results' => $results, + ); + } + + $entropy_bits = $this->calculate_entropy_bits( $password ); + + // If we have failed the entropy bits test, run the regex tests so we can suggest improvements. + if ( $entropy_bits < $this->minimum_entropy_bits ) { + $results['failed']['entropy_bits'] = $entropy_bits; + // Run the tests. + $results = array_merge( $results, $this->run_tests( $password, $this->get_tests( 'preg_match' ) ) ); + } + + return ( array( + 'passed' => empty( $results['failed'] ), + 'test_results' => $results, + ) ); + } + + /** + * Run the tests using the currently set up object values. + * + * @param string $password the password. + * @param array $tests tests to run. + * @param bool $required_only whether to run only required tests. + * + * @return array test results. + */ + public function run_tests( $password, $tests, $required_only = false ) { + $results = array( + 'passed' => array(), + 'failed' => array(), + ); + + foreach ( $tests as $test_type => $section_tests ) { + foreach ( $section_tests as $test_name => $test_data ) { + // Skip non-required tests if required_only param is set. + if ( $required_only && ! $test_data['required'] ) { + continue; + } + + $result = call_user_func_array( array( $this, 'test_' . $test_type ), array( $password, $test_data ) ); + if ( $result ) { + $results['passed'][] = array( 'test_name' => $test_name ); + } else { + $results['failed'][] = array( + 'test_name' => $test_name, + 'explanation' => $test_data['error'], + ); + + if ( isset( $test_data['fail_immediately'] ) ) { + return $results; + } + } + } + } + + return $results; + } + + /** + * Returns an array of tests that need to be run on password strings. + * + * @param array $sections only return specific sections with the passed keys, defaults to all. + * + * @return array test descriptions. + */ + public function get_tests( $sections = false ) { + // Note: these should be in order of priority. + $tests = array( + 'preg_match' => array( + 'no_backslashes' => array( + 'pattern' => '/^[^\\\\]*$/u', + 'error' => __( 'Passwords may not contain the character "\".', 'jetpack-password-checker' ), + 'required' => true, + 'fail_immediately' => true, + ), + 'minimum_length' => array( + 'pattern' => '/^.{' . $this->minimum_password_length . ',}/u', + /* translators: %d is a number of characters in the password. */ + 'error' => sprintf( __( 'Password must be at least %d characters.', 'jetpack-password-checker' ), $this->minimum_password_length ), + 'required' => true, + 'fail_immediately' => true, + ), + 'has_mixed_case' => array( + 'pattern' => '/([a-z].*?[A-Z]|[A-Z].*?[a-z])/u', + 'error' => __( 'This password is too easy to guess: you can improve it by adding additional uppercase letters, lowercase letters, or numbers.', 'jetpack-password-checker' ), + 'required' => false, + ), + 'has_digit' => array( + 'pattern' => '/\d/u', + 'error' => __( 'This password is too easy to guess: you can improve it by mixing both letters and numbers.', 'jetpack-password-checker' ), + 'required' => false, + ), + 'has_special_char' => array( + 'pattern' => '/[^a-zA-Z\d]/u', + 'error' => __( 'This password is too easy to guess: you can improve it by including special characters such as !#=?*&.', 'jetpack-password-checker' ), + 'required' => false, + ), + ), + 'compare_to_list' => array( + 'not_a_common_password' => array( + 'list_callback' => 'get_common_passwords', + 'compare_callback' => 'negative_in_array', + 'error' => __( 'This is a very common password. Choose something that will be harder for others to guess.', 'jetpack-password-checker' ), + 'required' => true, + ), + 'not_same_as_other_user_data' => array( + 'list_callback' => 'get_other_user_data', + 'compare_callback' => 'test_not_same_as_other_user_data', + 'error' => __( 'Your password is too weak: Looks like you are including easy to guess information about yourself. Try something a little more unique.', 'jetpack-password-checker' ), + 'required' => true, + ), + ), + ); + + /** + * Filters the password strength enforcement settings. + * + * You can determine the tests run and their order based on whatever criteria you wish to specify. + * + * @param array $tests tests to run. + */ + $tests = apply_filters( 'password_checker_tests', $tests ); + + if ( ! $sections ) { + return $tests; + } + + $sections = (array) $sections; + + return array_intersect_key( $tests, array_flip( $sections ) ); + } + + /** + * Provides the regular expression tester functionality. + * + * @param string $password the password. + * @param array $test_data the current test data. + * + * @return bool does the test pass? + */ + protected function test_preg_match( $password, $test_data ) { + return preg_match( $test_data['pattern'], $password ); + } + + /** + * Provides the comparison tester functionality. + * + * @param string $password the password. + * @param array $test_data the current test data. + * + * @return bool does the test pass? + */ + protected function test_compare_to_list( $password, $test_data ) { + if ( + ! is_callable( array( $this, $test_data['list_callback'] ) ) + || ! is_callable( array( $this, $test_data['compare_callback'] ) ) + ) { + return false; + } + + return call_user_func( + array( + $this, + $test_data['compare_callback'], + ), + $password, + call_user_func( array( $this, $test_data['list_callback'] ) ) + ); + } + + /** + * Getter for the common password list. + * + * @return array common passwords. + */ + protected function get_common_passwords() { + return $this->common_passwords; + } + + /** + * Returns the widely known user data that can not be used in the password to avoid + * predictable strings. + * + * @return array user data. + */ + protected function get_other_user_data() { + if ( empty( $this->user_id ) ) { + return array(); + } + + $user_data = get_userdata( $this->user_id ); + if ( ! $user_data ) { + return array(); + } + + if ( isset( $user_data->ID ) ) { + $this->add_user_strings_to_test( get_user_meta( $user_data->ID, 'first_name', true ) ); + $this->add_user_strings_to_test( get_user_meta( $user_data->ID, 'last_name', true ) ); + $this->add_user_strings_to_test( get_user_meta( $user_data->ID, 'nickname', true ) ); + } + + if ( isset( $user_data->user_nicename ) ) { + $this->add_user_strings_to_test( $user_data->user_nicename ); + } + + if ( isset( $user_data->display_name ) ) { + $this->add_user_strings_to_test( $user_data->display_name ); + } + + if ( isset( $user_data->first_name ) ) { + $this->add_user_strings_to_test( $user_data->first_name ); + } + + if ( isset( $user_data->last_name ) ) { + $this->add_user_strings_to_test( $user_data->last_name ); + } + + if ( isset( $user_data->user_email ) ) { + $email_username = substr( $user_data->user_email, 0, strpos( $user_data->user_email, '@' ) ); + $this->add_user_strings_to_test( $email_username, '.' ); + $this->add_user_strings_to_test( $user_data->user_email ); + } + + return $this->get_user_strings_to_test(); + } + + /** + * Compare the password for matches with known user data. + * + * @param string $password the password. + * @param array $strings_to_test known user data. + * + * @return bool does the test pass? + */ + protected function test_not_same_as_other_user_data( $password, $strings_to_test ) { + if ( empty( $strings_to_test ) ) { + return false; + } + + $password_lowercase = strtolower( $password ); + + foreach ( $strings_to_test as $string ) { + $string = strtolower( $string ); + $string_reversed = strrev( $string ); + + if ( $password_lowercase === $string || $password_lowercase === $string_reversed ) { + return false; + } + + // Also check for the string or reversed string with any numbers just stuck to the end to catch things like bob123 as passwords. + if ( + preg_match( '/^' . preg_quote( $string, '/' ) . '\d+$/', $password_lowercase ) + || preg_match( '/^' . preg_quote( $string_reversed, '/' ) . '\d+$/', $password_lowercase ) + ) { + return false; + } + } + + return true; + } + + /** + * A shorthand for the not in array construct. + * + * @param mixed $needle the needle. + * @param array $haystack the haystack. + * + * @return bool is the needle not in the haystack? + */ + protected function negative_in_array( $needle, $haystack ) { + return ! in_array( $needle, $haystack, true ); + } + + /** + * A helper function used to break a single string into its constituents so + * that both the full string and its constituents and any variants thereof + * can be tested against the password. + * + * @param string $string the string to be broken down. + * @param string $explode_delimiter delimiter. + * + * @return bool + */ + protected function add_user_strings_to_test( $string, $explode_delimiter = ' ' ) { + // Don't check against empty strings. + if ( empty( $string ) ) { + return false; + } + + $strings = explode( $explode_delimiter, $string ); + + // Remove any non alpha numeric characters from the strings to check against. + foreach ( $strings as $key => $_string ) { + $_string = trim( preg_replace( '/[^a-zA-Z0-9]/', '', $_string ) ); + if ( empty( $_string ) ) { + continue; + } + + $strings[ $key ] = $_string; + } + + // Check the original too. + $strings[] = trim( $string ); + + // Check the original minus non alpha numeric characters. + $strings[] = trim( preg_replace( '/[^a-zA-Z0-9]/', '', $string ) ); + + // Remove any empty strings. + // Note: This will also filter out '0'. + $strings = array_filter( $strings ); + if ( empty( $strings ) ) { + return false; + } + + $this->user_strings_to_test = array_unique( array_merge( $this->user_strings_to_test, $strings ) ); + + return true; + } + + /** + * Getter for the user strings array. + * + * @return array user strings. + */ + protected function get_user_strings_to_test() { + return $this->user_strings_to_test; + } + + /** + * Return a character set size that is used in the string. + * + * @param string $password the password. + * + * @return int number of different character sets in use. + */ + protected function get_charset_size( $password ) { + $size = 0; + + // Lowercase a-z. + if ( preg_match( '/[a-z]/', $password ) ) { + $size += 26; + } + + // Uppercase A-Z. + if ( preg_match( '/[A-Z]/', substr( $password, 1, - 1 ) ) ) { + $size += 26; + } + + // Digits. + if ( preg_match( '/\d/', substr( $password, 1, - 1 ) ) ) { + $size += 10; + } + + // Over digits symbols. + if ( preg_match( '/[!|@|#|$|%|^|&|*|(|)]/', $password ) ) { + $size += 10; + } + + // Other symbols. + if ( preg_match( '#[`|~|-|_|=|+|\[|{|\]|}|\\|\|;:\'",<\.>/\?]#', $password ) ) { + $size += 20; + } + + // Spaces. + if ( strpos( $password, ' ' ) ) { + ++$size; + } + + return $size; + } + + /** + * Shorthand for getting a character index. + * + * @param string $char character. + * + * @return int the character code. + */ + protected function get_char_index( $char ) { + $char = strtolower( $char[0] ); + if ( $char < 'a' || $char > 'z' ) { + return 0; + } else { + return ord( $char[0] ) - ord( 'a' ) + 1; + } + } + + /** + * This is the password strength calculation algorithm, based on the formula H = L(logN/log2). + * + * H = Entropy + * L = String length (the for iterator) + * N = Our charset size, via get_charset_size() + * + * @see https://en.wikipedia.org/wiki/Password_strength#Random_passwords + * + * On top of the base formula, we're also multiplying the bits of entropy for every char + * by 1 - (the probabily of it following the previous char) + * i.e.: the probablity of U following Q is ~0.84. If our password contains this pair of characters, + * the u char will only add ( 0.16^2 * charset_score ) to our total of entropy bits. + * + * @param string $password the password. + * + * @return float|int + */ + protected function calculate_entropy_bits( $password ) { + $bits = 0; + // Calculate the score. + $charset_score = log( $this->get_charset_size( $password ) ) / log( 2 ); + + $aidx = $this->get_char_index( $password[0] ); + $length = strlen( $password ); + + for ( $b = 1; $b < $length; $b++ ) { + $bidx = $this->get_char_index( $password[ $b ] ); + + // 27 = number of chars in the index (a-z,' '). + $c = 1.0 - $this->frequency_table[ $aidx * 27 + $bidx ]; + + // Increment the bits. + $bits += $charset_score * $c * $c; + + // Move on to next pair. + $aidx = $bidx; + } + + return $bits; + } + + /** + * A frequency table of character pairs, starting with ' ' then ' a', ' b' [...] , 'a ', 'aa' etc. + * + * @see http://rumkin.com/tools/password/passchk.php + * + * @var array + */ + public $frequency_table = array( + 0.23653710453418866, + 0.04577693541332556, + 0.03449832337075375, + 0.042918209651552706, + 0.037390873305146524, + 0.028509112115468728, + 0.02350896632162123, + 0.022188657238664526, + 0.028429800262428927, + 0.04357019973757107, + 0.00913602565971716, + 0.03223093745443942, + 0.02235311269864412, + 0.04438081352966905, + 0.04512377897652719, + 0.020055401662049863, + 0.055903192885260244, + 0.0024388394809739026, + 0.035207464644991984, + 0.07355941099285611, + 0.036905671380667734, + 0.026134421927394666, + 0.023787724158040528, + 0.011352092141711621, + 0.0032354570637119114, + 0.005986878553725033, + 0.008861933226417843, + 0.11511532293337222, + 0.027556203528211108, + 0.024331243621519172, + 0.039266365359381834, + 0.031599941682461, + 0.014403265782183991, + 0.015480973902901297, + 0.027770812071730572, + 0.00942761335471643, + 0.039872867764980315, + 0.0078122175244204695, + 0.02808456043154979, + 0.08429100451960927, + 0.04688963405744277, + 0.13831170724595424, + 0.002540311998833649, + 0.025211838460416972, + 0.001543082081936142, + 0.09519638431258201, + 0.061845750109345385, + 0.08907071001603732, + 0.02137571074500656, + 0.027093162268552268, + 0.005521504592506197, + 0.003023181221752442, + 0.007086747339262283, + 0.010262720513194342, + 0.08785070710016038, + 0.14617757690625455, + 0.03417291150313457, + 0.0059635515381250915, + 0.006146668610584633, + 0.195202799241872, + 0.002774748505613063, + 0.004715556203528212, + 0.0044776206444088066, + 0.11205481848665985, + 0.005654468581425864, + 0.0028820527773727946, + 0.07383000437381543, + 0.005516839189386207, + 0.006496573844583759, + 0.09843067502551392, + 0.0027140982650532145, + 0.0006893133109782768, + 0.08425368129464937, + 0.021325557661466685, + 0.006493074792243767, + 0.07023414491908442, + 0.002077270739174807, + 0.0024633328473538415, + 0.0007744569179180639, + 0.015413325557661468, + 0.0011990086018370024, + 0.13162851727657093, + 0.10115993585070711, + 0.0026989357049132527, + 0.03319317684793702, + 0.002946202070272634, + 0.0783216212275842, + 0.0018358361277154103, + 0.00258813238081353, + 0.2141688292754046, + 0.09853681294649366, + 0.0032482869222918796, + 0.04359352675317102, + 0.01993526753171016, + 0.0036880011663507797, + 0.008011663507799971, + 0.12014696019827964, + 0.0029846916460125384, + 0.0017553579238956116, + 0.029470185158186325, + 0.010413179763813967, + 0.030699518880303252, + 0.03508499781309229, + 0.002021285901734947, + 0.0010613792097973467, + 0.0005295232541186761, + 0.009677212421635807, + 0.010585799679253535, + 0.17101734946785244, + 0.07968625164018078, + 0.007839043592360402, + 0.005438693687126403, + 0.0183606939787141, + 0.2732701559994168, + 0.004953491762647616, + 0.007259367254701851, + 0.008104971570199739, + 0.13274588132380813, + 0.004210526315789474, + 0.004997813092287506, + 0.017006560723137484, + 0.007442484327161393, + 0.016789619478058026, + 0.08477737279486806, + 0.005106283714827234, + 0.0005026971861787433, + 0.04040355736987899, + 0.037535500801866156, + 0.00885960052485785, + 0.0336410555474559, + 0.007066919376002332, + 0.005344219273946639, + 0.0006333284735384167, + 0.010684939495553289, + 0.0063064586674442345, + 0.15386849394955532, + 0.015049424114302375, + 0.012162705933809595, + 0.020425134859308938, + 0.037366379938766583, + 0.02157165767604607, + 0.009373961218836564, + 0.0173214754337367, + 0.009616562181075958, + 0.029522670943286193, + 0.010154249890654615, + 0.018600962239393497, + 0.06362210234728094, + 0.03157078291296107, + 0.151603440734801, + 0.0062329785683044175, + 0.014775331681003062, + 0.0020854351946347867, + 0.1826342032366234, + 0.0878017203674005, + 0.054190989940224525, + 0.010329202507654177, + 0.012763376585508092, + 0.0064872430383437815, + 0.006381105117364048, + 0.005388540603586529, + 0.0090800408222773, + 0.09611196967487973, + 0.09940691062837148, + 0.01033969966467415, + 0.004034407348009914, + 0.008826942703017933, + 0.11474675608689314, + 0.07132584924916169, + 0.012388977985129028, + 0.005435194634786413, + 0.1417174515235457, + 0.0037066627788307337, + 0.0045802595130485495, + 0.060800699810468, + 0.005341886572386646, + 0.005683627350925791, + 0.12434932205860913, + 0.004596588423968508, + 0.0007534626038781163, + 0.07107041842834232, + 0.022361277154104096, + 0.04784720804782038, + 0.06277533168100306, + 0.003441901151771395, + 0.005828254847645429, + 0.0009669047966175828, + 0.009470768333576322, + 0.002077270739174807, + 0.12797667298440007, + 0.08797783933518005, + 0.005388540603586529, + 0.0024913252660737715, + 0.007550954949701123, + 0.2786866890217233, + 0.002509986878553725, + 0.029002478495407494, + 0.0303204548768042, + 0.07576614666861058, + 0.00246799825047383, + 0.00592389561160519, + 0.039574281965301064, + 0.00706808572678233, + 0.03304505029887739, + 0.05474150750838315, + 0.0028633911648928414, + 0.0005073625892987316, + 0.07293541332555767, + 0.053528502697186175, + 0.022566554891383584, + 0.038151334013704616, + 0.002716430966613209, + 0.005049132526607377, + 0.0009902318122175246, + 0.008997229916897508, + 0.0011861787432570347, + 0.1666377022889634, + 0.14414462749671964, + 0.003374252806531564, + 0.005169266656947077, + 0.008468873013558828, + 0.16337541915731155, + 0.002873888321912815, + 0.004305000728969237, + 0.0031141565825922144, + 0.1241172182533897, + 0.0052800699810468, + 0.008969237498177577, + 0.024094474413179766, + 0.017029887738737422, + 0.01722700102055693, + 0.10618457501093455, + 0.006147834961364631, + 0.0008269427030179326, + 0.03303571949263741, + 0.024188948826359528, + 0.05213937891820965, + 0.04505846333284735, + 0.0035270447587111824, + 0.006799825047383001, + 0.0008199445983379502, + 0.02206735675754483, + 0.001010059775477475, + 0.11971191135734072, + 0.04656538854060359, + 0.011243621519171892, + 0.06513019390581717, + 0.032375564951159064, + 0.06347047674588133, + 0.013678961947805804, + 0.03309870243475726, + 0.006982942119842543, + 0.009726199154395685, + 0.010121592068814697, + 0.032514360693978714, + 0.04986032949409535, + 0.039734072022160664, + 0.15690683773144773, + 0.03949963551538125, + 0.014790494241143023, + 0.002722262720513194, + 0.02614375273363464, + 0.10753637556495116, + 0.06764834523983088, + 0.006221315060504448, + 0.021317393206006705, + 0.0030826651115322934, + 0.002399183554454002, + 0.0019069835252952323, + 0.015595276279341012, + 0.0925126111678087, + 0.18437906400349907, + 0.006538562472663654, + 0.008719638431258201, + 0.02116693395538708, + 0.18241376293920394, + 0.007290858725761773, + 0.005976381396705059, + 0.005629975215045925, + 0.09721300481119698, + 0.004810030616707975, + 0.024303251202799244, + 0.012954658113427612, + 0.011057005394372358, + 0.02733459688001166, + 0.10135121737862662, + 0.012016912086309959, + 0.001055547455897361, + 0.009027555037177431, + 0.07162326869806095, + 0.01007143898527482, + 0.07297623560285756, + 0.006741507508383147, + 0.0036891675171307776, + 0.0008409389123778977, + 0.011272780288671819, + 0.007020265344802449, + 0.1030389269572824, + 0.15350809155853623, + 0.004232686980609419, + 0.004353987461729115, + 0.0023385333138941536, + 0.14450386353695874, + 0.002546143752733635, + 0.0024470039364338824, + 0.01200758128006998, + 0.0981227584195947, + 0.003161976964572095, + 0.040695145064878264, + 0.03460446129173349, + 0.003908441463770229, + 0.01598483743986004, + 0.13107216795451232, + 0.003129319142732177, + 0.00032307916605919226, + 0.04050386353695874, + 0.05452689896486368, + 0.03589677795597026, + 0.07087097244496282, + 0.006143169558244642, + 0.008684647907858289, + 0.0004607085580988482, + 0.022010205569324977, + 0.0009097536083977258, + 0.07328765126111678, + 0.14751421490013122, + 0.008015162560139961, + 0.006601545414783497, + 0.025279486805656802, + 0.1682449336637994, + 0.008313748359819215, + 0.007010934538562473, + 0.005886572386645284, + 0.16889575739903775, + 0.004123050007289692, + 0.011925936725470185, + 0.10007289692374982, + 0.013380376148126549, + 0.009021723283277445, + 0.08650823735238372, + 0.007756232686980609, + 0.0007243038343781893, + 0.0026791077416533026, + 0.02797492345823006, + 0.032384895757399036, + 0.04187432570345531, + 0.00882461000145794, + 0.0032401224668318998, + 0.00033357632307916605, + 0.027878116343490307, + 0.0022277299897944304, + 0.14333518005540166, + 0.1725534334451086, + 0.02781629975215046, + 0.006909462020702727, + 0.005264907420906838, + 0.16661437527336345, + 0.004325995043009185, + 0.003334596880011664, + 0.005312727802886718, + 0.14024668318996938, + 0.0013261408368566844, + 0.003504884093891238, + 0.006375273363464061, + 0.04964922000291588, + 0.008290421344219274, + 0.09536783787724158, + 0.05394372357486515, + 0.005505175681586237, + 0.005339553870826651, + 0.01782067356757545, + 0.006710016037323225, + 0.05105933809593235, + 0.002983525295232541, + 0.002940370316372649, + 0.0004548768041988629, + 0.01208456043154979, + 0.000915585362297711, + 0.20146260387811635, + 0.067196967487972, + 0.006158332118384605, + 0.025438110511736407, + 0.07753783350342616, + 0.1273876658405015, + 0.009337804344656656, + 0.07683452398308792, + 0.0070412596588423975, + 0.08747164309666132, + 0.0038827817466102928, + 0.018116926665694706, + 0.005017641055547455, + 0.004567429654468581, + 0.028277008310249308, + 0.05271555620352821, + 0.004394809739029013, + 0.0013343052923166642, + 0.00411605190260971, + 0.059621519171890944, + 0.09073859163143316, + 0.01446858142586383, + 0.006770666277883074, + 0.003425572240851436, + 0.0004455459979588861, + 0.010401516256013998, + 0.005825922146085436, + 0.10833882490158916, + 0.007584779122321038, + 0.016903921854497742, + 0.02719580113719201, + 0.0304814112844438, + 0.02206385770520484, + 0.013064295086747339, + 0.02696369733197259, + 0.009581571657676046, + 0.026761918647033093, + 0.006510570053943724, + 0.021941390873305145, + 0.07042659279778393, + 0.05437410701268406, + 0.1425175681586237, + 0.027802303542790494, + 0.037690625455605774, + 0.0019606356611750987, + 0.1095623268698061, + 0.06157748942994606, + 0.044618749088788455, + 0.04955124653739612, + 0.03608689313310978, + 0.018381688292754043, + 0.003404577926811489, + 0.015036594255722409, + 0.009600233270156, + 0.10794693103951014, + 0.12447528794284882, + 0.0031981338387520046, + 0.0074716430966613205, + 0.003202799241871993, + 0.13437643971424407, + 0.006655197550663361, + 0.0036693395538708266, + 0.049338970695436656, + 0.09486863974340283, + 0.0015990669193760023, + 0.0026604461291733486, + 0.051775477474850555, + 0.0041347135150896636, + 0.005450357194926374, + 0.12030325120279925, + 0.04581309228750547, + 0.0004537104534188657, + 0.12425601399620935, + 0.025981629975215047, + 0.023926519900860182, + 0.04423385333138941, + 0.0017950138504155123, + 0.002661612479953346, + 0.0006333284735384167, + 0.008449045050298877, + 0.000653156436798367, + 0.04816678816153958, + 0.008625164018078437, + 0.0039037760606502403, + 0.005228750546726928, + 0.004531272780288672, + 0.0056672984400058316, + 0.00359585945473101, + 0.0032179618020119548, + 0.0038093016474704767, + 0.011452398308791368, + 0.002519317684793702, + 0.00280390727511299, + 0.005572824026826068, + 0.004554599795888614, + 0.004531272780288672, + 0.0035841959469310393, + 0.004400641492928998, + 0.0036670068523108326, + 0.004839189386207902, + 0.006258638285464354, + 0.004897506925207757, + 0.840776789619478, + 0.004968654322787578, + 0.002886718180492783, + 0.0019757982213150604, + 0.0018568304417553576, + 0.001691208630995772, + 0.09009243329931477, + 0.14030150167662925, + 0.013242746756086894, + 0.013746610293045632, + 0.027342761335471644, + 0.16938912377897652, + 0.006607377168683481, + 0.01661933226417845, + 0.008173786266219566, + 0.13297448607668758, + 0.0034675608689313307, + 0.016641492928998396, + 0.011722991689750693, + 0.021493512173786266, + 0.03430820819361423, + 0.10099548039072752, + 0.00873596734217816, + 0.0018323370753754193, + 0.020103222044029742, + 0.047197550663362, + 0.040833940807697915, + 0.03361189677795597, + 0.010844729552412887, + 0.005544831608106138, + 0.0007522962530981193, + 0.01525120279924187, + 0.00815512465373961, + 0.2109648636827526, + 0.058258055110074355, + 0.007181221752442048, + 0.043560868931331105, + 0.004058900714389853, + 0.10618107595859454, + 0.0062399766729844, + 0.004835690333867911, + 0.02679224376731302, + 0.08414637702288964, + 0.0030698352529523252, + 0.03637498177576906, + 0.01592885260242018, + 0.017413617145356466, + 0.008430383437818923, + 0.037231083248286924, + 0.03290275550371775, + 0.007538125091121154, + 0.004500947660008748, + 0.05932409972299169, + 0.16006764834523984, + 0.03309636973319726, + 0.007766729844000583, + 0.005225251494386936, + 0.0006321621227584196, + 0.012989648636827526, + 0.005274238227146815, + 0.1254503571949264, + 0.12852719055255868, + 0.0035433736696311416, + 0.005203090829566993, + 0.0019314768916751715, + 0.20520775623268697, + 0.002509986878553725, + 0.00343606939787141, + 0.027138649948972155, + 0.13926578218399185, + 0.004565096952908587, + 0.005614812654905963, + 0.00874413179763814, + 0.004109053797929727, + 0.008300918501239247, + 0.08270943286193323, + 0.002912377897652719, + 0.0037066627788307337, + 0.06909578655780726, + 0.03242805073625893, + 0.05237614812654906, + 0.04723487388832191, + 0.0038991106575302524, + 0.006299460562764251, + 0.00043388249015891526, + 0.020029741944889927, + 0.005311561452106721, + 0.09334072022160665, + 0.022940953491762648, + 0.024658988190698353, + 0.02901297565242747, + 0.03531593526753171, + 0.0758023035427905, + 0.013711619769645722, + 0.021597317393206007, + 0.009670214316955824, + 0.044728386062108175, + 0.010596296836273509, + 0.03264382563055839, + 0.0604822860475288, + 0.05489546581134276, + 0.11501851581863246, + 0.01837585653885406, + 0.026237060796034405, + 0.0011255285026971862, + 0.08704125965884241, + 0.10156349322058608, + 0.06660562764251349, + 0.023434319871701415, + 0.010777081207173057, + 0.005409534917626476, + 0.003123487388832191, + 0.0028762210234728096, + 0.0089995626184575, + 0.07518297127861205, + 0.2314868056568013, + 0.002226563639014434, + 0.003285610147251786, + 0.0027455897361131363, + 0.2724537104534189, + 0.0016655489138358362, + 0.0019209797346551977, + 0.0022137337804344656, + 0.17690392185449774, + 0.0014532730718763668, + 0.0024994897215337513, + 0.015302522233561744, + 0.003441901151771395, + 0.015303688584341741, + 0.09314593964134713, + 0.0017833503426155418, + 0.0005108616416387229, + 0.017828838023035427, + 0.010385187345094037, + 0.003168975069252078, + 0.01902901297565243, + 0.005525003644846187, + 0.0010088934246974776, + 0.0009272488700976819, + 0.036282840064149294, + 0.0022977110365942554, + 0.0766805656801283, + 0.22270418428342326, + 0.005283569033386791, + 0.007155562035282111, + 0.01173582154833066, + 0.1715620352821111, + 0.003925936725470185, + 0.004425134859308937, + 0.020040239101909902, + 0.14243242455168392, + 0.0016737133692958156, + 0.0066808572678232975, + 0.011980755212130047, + 0.012638577052048404, + 0.07206065024055984, + 0.08115701997375711, + 0.00710424260096224, + 0.0007278028867181805, + 0.02347630849978131, + 0.04595538708266512, + 0.01481965301064295, + 0.013925061962385188, + 0.0018125091121154687, + 0.00529173348884677, + 0.0016340574427759146, + 0.03072401224668319, + 0.0023746901880740633, + 0.25174165330223064, + 0.06673392622831317, + 0.00878378772415804, + 0.03956261845750109, + 0.010077270739174807, + 0.0844787869951888, + 0.00985216503863537, + 0.004973319725907567, + 0.01893220586091267, + 0.11200583175389998, + 0.0028715556203528212, + 0.004095057588569762, + 0.01202391019098994, + 0.01756757544831608, + 0.014825484764542934, + 0.05312961073042717, + 0.06746872721971132, + 0.003845458521650386, + 0.0210806239976673, + 0.019443067502551394, + 0.08017028721387957, + 0.01825572240851436, + 0.005365213587986587, + 0.01959702580551101, + 0.026184575010934536, + 0.02474879720075813, + 0.002171745152354571, + 0.25827321767021433, + 0.048050153083539875, + 0.01043184137629392, + 0.03930485493512174, + 0.027640180784370902, + 0.03294007872867765, + 0.006474413179763814, + 0.018314039947514214, + 0.015119405161102202, + 0.014706516984983233, + 0.005494678524566263, + 0.03309870243475726, + 0.043864120134130345, + 0.058996355153812505, + 0.06265986295378335, + 0.04633328473538417, + 0.03790756670068523, + 0.0004642076104388394, + 0.037849249161685375, + 0.08369966467415076, + 0.04999679253535501, + 0.02392768625164018, + 0.010998687855372504, + 0.009881323808135296, + 0.003867619186470331, + 0.012434465665548913, + 0.007253535500801866, + 0.11106225397288234, + 0.17624726636535937, + 0.008209943140399476, + 0.008390727511299025, + 0.012682898381688294, + 0.1825653885406036, + 0.001538416678816154, + 0.004590756670068524, + 0.008710307625018223, + 0.1299513048549351, + 0.002677941390873305, + 0.012309666132089225, + 0.014087184720804781, + 0.01199941682461, + 0.031246537396121883, + 0.07206648199445984, + 0.008254264470039366, + 0.0007033095203382417, + 0.007034261554162415, + 0.006599212713223502, + 0.013906400349905234, + 0.050098265053214755, + 0.007133401370462167, + 0.017750692520775622, + 0.0008257763522379356, + 0.03918821985712203, + 0.06015454147834961, + ); +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md new file mode 100644 index 00000000..3797ecd5 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md @@ -0,0 +1,68 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.2.5] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [0.2.4] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [0.2.3] - 2023-02-20 +### Changed +- Minor internal updates. + +## [0.2.2] - 2022-12-02 +### Changed +- Updated package dependencies. [#27688] + +## [0.2.1] - 2022-11-22 +### Changed +- Updated package dependencies. [#27043] + +## [0.2.0] - 2022-08-23 +### Added +- Add method to check plugin activation context. [#25422] + +## [0.1.4] - 2022-07-26 +### Changed +- Updated package dependencies. [#25158] + +## [0.1.3] - 2022-06-21 +### Changed +- Renaming master to trunk. + +## [0.1.2] - 2022-04-26 +### Changed +- Updated package dependencies. + +## [0.1.1] - 2022-03-29 +### Added +- Set composer package type to "jetpack-library" so i18n will work. + +## 0.1.0 - 2022-02-02 +### Added +- First version +- New functions to safely check plugin statuses + +### Changed +- Build: add missing mirror repo details, so package can be deployed. + +### Fixed +- Fix method logic + +[0.2.5]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.4...v0.2.5 +[0.2.4]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.3...v0.2.4 +[0.2.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.2...v0.2.3 +[0.2.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.1...v0.2.2 +[0.2.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.0...v0.2.1 +[0.2.0]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.4...v0.2.0 +[0.1.4]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.3...v0.1.4 +[0.1.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.2...v0.1.3 +[0.1.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.0...v0.1.1 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json new file mode 100644 index 00000000..fb1a5a52 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json @@ -0,0 +1,42 @@ +{ + "name": "automattic/jetpack-plugins-installer", + "description": "Handle installation of plugins from WP.org", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": { + "automattic/jetpack-a8c-mc-stats": "^1.4.21" + }, + "require-dev": { + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.8" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "branch-alias": { + "dev-trunk": "0.2.x-dev" + }, + "mirror-repo": "Automattic/jetpack-plugins-installer", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-plugins-installer/compare/v${old}...v${new}" + }, + "autotagger": true, + "textdomain": "jetpack-plugins-installer" + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php new file mode 100644 index 00000000..ae129c59 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php @@ -0,0 +1,155 @@ +fs_connect( array( WP_CONTENT_DIR, WP_PLUGIN_DIR ) ); + if ( ! $result ) { + // set the string here since they are not available just yet. + $upgrader->generic_strings(); + $this->feedback( 'fs_unavailable' ); + } + } + + /** + * Overwrites the error function + * + * @param \WP_Error|mixed $error The error object. + */ + public function error( $error ) { + if ( is_wp_error( $error ) ) { + $this->feedback( $error ); + } + } + + /** + * Set the main error code. + * + * Don't set the process_failed as code since it is not that helpful unless we don't have one already set + * + * @param string $code The error code. + * @return void + */ + private function set_main_error_code( $code ) { + $this->main_error_code = ( 'process_failed' === $code && $this->main_error_code ? $this->main_error_code : $code ); + } + + /** + * Set the main error message. + * + * Don't set the process_failed as message since it is not that helpful unless we don't have one already set + * + * @param string $message The error message. + * @param string $code The error code. + * @return void + */ + private function set_main_error_message( $message, $code ) { + $this->main_error_message = ( 'process_failed' === $code && $this->main_error_message ? $this->main_error_message : $message ); + } + + /** + * Get the main error code + * + * @return string + */ + public function get_main_error_code() { + return $this->main_error_code; + } + + /** + * Get the main error message + * + * @return string + */ + public function get_main_error_message() { + return $this->main_error_message; + } + + /** + * Overwrites the feedback function + * + * @param string|array|WP_Error $data Data. + * @param mixed ...$args Optional text replacements. + */ + public function feedback( $data, ...$args ) { + + $current_error = null; + if ( is_wp_error( $data ) ) { + $this->set_main_error_code( $data->get_error_code() ); + $string = $data->get_error_message(); + } elseif ( is_array( $data ) ) { + return; + } else { + $string = $data; + } + + if ( ! empty( $this->upgrader->strings[ $string ] ) ) { + $this->set_main_error_code( $string ); + + $current_error = $string; + $string = $this->upgrader->strings[ $string ]; + } + + if ( strpos( $string, '%' ) !== false ) { + if ( ! empty( $args ) ) { + $string = vsprintf( $string, $args ); + } + } + + $string = trim( $string ); + $string = wp_kses( + $string, + array( + 'a' => array( + 'href' => true, + ), + 'br' => true, + 'em' => true, + 'strong' => true, + ) + ); + + $this->set_main_error_message( $string, $current_error ); + $this->messages[] = $string; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php new file mode 100644 index 00000000..4ebf4a83 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php @@ -0,0 +1,291 @@ +install( $zip_url ); + + if ( is_wp_error( $result ) ) { + $mc_stats->add( 'install-plugin', "fail-$slug" ); + return $result; + } + + $plugin = self::get_plugin_id_by_slug( $slug ); + $error_code = 'install_error'; + if ( ! $plugin ) { + $error = __( 'There was an error installing your plugin', 'jetpack-plugins-installer' ); + } + + if ( ! $result ) { + $error_code = $upgrader->skin->get_main_error_code(); + $message = $upgrader->skin->get_main_error_message(); + $error = $message ? $message : __( 'An unknown error occurred during installation', 'jetpack-plugins-installer' ); + } + + if ( ! empty( $error ) ) { + if ( 'download_failed' === $error_code ) { + // For backwards compatibility: versions prior to 3.9 would return no_package instead of download_failed. + $error_code = 'no_package'; + } + + $mc_stats->add( 'install-plugin', "fail-$slug" ); + return new WP_Error( $error_code, $error, 400 ); + } + + $mc_stats->add( 'install-plugin', "success-$slug" ); + return (array) $upgrader->skin->get_upgrade_messages(); + } + + /** + * Get WordPress.org zip download link from a plugin slug + * + * @param string $plugin_slug Plugin slug. + */ + protected static function generate_wordpress_org_plugin_download_link( $plugin_slug ) { + return "https://downloads.wordpress.org/plugin/$plugin_slug.latest-stable.zip"; + } + + /** + * Get the plugin ID (composed of the plugin slug and the name of the main plugin file) from a plugin slug. + * + * @param string $slug Plugin slug. + */ + public static function get_plugin_id_by_slug( $slug ) { + // Check if get_plugins() function exists. This is required on the front end of the + // site, since it is in a file that is normally only loaded in the admin. + if ( ! function_exists( 'get_plugins' ) ) { + require_once ABSPATH . 'wp-admin/includes/plugin.php'; + } + + /** This filter is documented in wp-admin/includes/class-wp-plugins-list-table.php */ + $plugins = apply_filters( 'all_plugins', get_plugins() ); + if ( ! is_array( $plugins ) ) { + return false; + } + + foreach ( $plugins as $plugin_file => $plugin_data ) { + if ( self::get_slug_from_file_path( $plugin_file ) === $slug ) { + return $plugin_file; + } + } + + return false; + } + + /** + * Get the plugin slug from the plugin ID (composed of the plugin slug and the name of the main plugin file) + * + * @param string $plugin_file Plugin file (ID -- e.g. hello-dolly/hello.php). + */ + protected static function get_slug_from_file_path( $plugin_file ) { + // Similar to get_plugin_slug() method. + $slug = dirname( $plugin_file ); + if ( '.' === $slug ) { + $slug = preg_replace( '/(.+)\.php$/', '$1', $plugin_file ); + } + + return $slug; + } + + /** + * Get the activation status for a plugin. + * + * @since-jetpack 8.9.0 + * + * @param string $plugin_file The plugin file to check. + * @return string Either 'network-active', 'active' or 'inactive'. + */ + public static function get_plugin_status( $plugin_file ) { + if ( self::is_plugin_active_for_network( $plugin_file ) ) { + return 'network-active'; + } + + if ( self::is_plugin_active( $plugin_file ) ) { + return 'active'; + } + + return 'inactive'; + } + + /** + * Safely checks if the plugin is active + * + * @since $next-version$ + * + * @param string $plugin_file The plugin file to check. + * @return bool + */ + public static function is_plugin_active( $plugin_file ) { + self::ensure_plugin_functions_are_loaded(); + return is_plugin_active( $plugin_file ); + } + + /** + * Safely checks if the plugin is active for network + * + * @since $next-version$ + * + * @param string $plugin_file The plugin file to check. + * @return bool + */ + public static function is_plugin_active_for_network( $plugin_file ) { + self::ensure_plugin_functions_are_loaded(); + return is_plugin_active_for_network( $plugin_file ); + } + + /** + * Returns a list of all plugins in the site. + * + * @since-jetpack 8.9.0 + * @uses get_plugins() + * + * @return array + */ + public static function get_plugins() { + self::ensure_plugin_functions_are_loaded(); + /** This filter is documented in wp-admin/includes/class-wp-plugins-list-table.php */ + $plugins = apply_filters( 'all_plugins', get_plugins() ); + + if ( is_array( $plugins ) && ! empty( $plugins ) ) { + foreach ( $plugins as $plugin_slug => $plugin_data ) { + $plugins[ $plugin_slug ]['active'] = in_array( + self::get_plugin_status( $plugin_slug ), + array( 'active', 'network-active' ), + true + ); + } + return $plugins; + } + + return array(); + } + + /** + * Determine if the current request is activating a plugin from the plugins page. + * + * @param string $plugin Plugin file path to check. + * @return bool + */ + public static function is_current_request_activating_plugin_from_plugins_screen( $plugin ) { + // Filter out common async request contexts + if ( + wp_doing_ajax() || + ( defined( 'REST_REQUEST' ) && REST_REQUEST ) || + ( defined( 'REST_API_REQUEST' ) && REST_API_REQUEST ) || + ( defined( 'WP_CLI' ) && WP_CLI ) + ) { + return false; + } + + if ( isset( $_SERVER['SCRIPT_NAME'] ) ) { + $request_file = esc_url_raw( wp_unslash( $_SERVER['SCRIPT_NAME'] ) ); + } elseif ( isset( $_SERVER['REQUEST_URI'] ) ) { + list( $request_file ) = explode( '?', esc_url_raw( wp_unslash( $_SERVER['REQUEST_URI'] ) ) ); + } else { + return false; + } + + // Not the plugins page + if ( strpos( $request_file, 'wp-admin/plugins.php' ) === false ) { + return false; + } + + // Same method to get the action as used by plugins.php + $wp_list_table = _get_list_table( 'WP_Plugins_List_Table' ); + $action = $wp_list_table->current_action(); + + // Not a singular activation + // This also means that if the plugin is activated as part of a group ( bulk activation ), this function will return false here. + if ( 'activate' !== $action ) { + return false; + } + + // Check the nonce associated with the plugin activation + // We are not changing any data here, so this is not super necessary, it's just a best practice before using the form data from $_REQUEST. + check_admin_referer( 'activate-plugin_' . $plugin ); + + // Not the right plugin + $requested_plugin = isset( $_REQUEST['plugin'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['plugin'] ) ) : null; + if ( $requested_plugin !== $plugin ) { + return false; + } + + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md new file mode 100644 index 00000000..906bfba6 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md @@ -0,0 +1,230 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.7.27] - 2023-09-19 +- Minor internal updates. + +## [1.7.26] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [1.7.25] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [1.7.24] - 2023-02-20 +### Changed +- Minor internal updates. + +## [1.7.23] - 2023-01-11 +### Changed +- Updated package dependencies. + +## [1.7.22] - 2022-12-19 +### Changed +- Updated package dependencies. + +## [1.7.21] - 2022-12-02 +### Changed +- Updated package dependencies. [#27688] + +## [1.7.20] - 2022-11-22 +### Changed +- Updated package dependencies. [#27043] + +## [1.7.19] - 2022-11-07 +### Changed +- Updated package dependencies. [#27278] + +## [1.7.18] - 2022-07-26 +### Changed +- Updated package dependencies. [#25158] + +## [1.7.17] - 2022-06-21 +### Changed +- Renaming master to trunk. + +## [1.7.16] - 2022-06-14 +### Changed +- Updated package dependencies. [#24529] + +## [1.7.15] - 2022-05-10 + +## [1.7.14] - 2022-04-26 +### Changed +- Updated package dependencies. + +## [1.7.13] - 2022-04-05 +### Changed +- Updated package dependencies. + +## [1.7.12] - 2022-03-02 +### Changed +- Updated package dependencies. + +## [1.7.11] - 2022-02-22 +### Changed +- Updated package dependencies. + +## [1.7.10] - 2022-01-25 +### Changed +- Updated package dependencies. + +## [1.7.9] - 2022-01-04 +### Changed +- Switch to pcov for code coverage. +- Updated package dependencies + +## [1.7.8] - 2021-12-14 +### Changed +- Updated package dependencies. + +## [1.7.7] - 2021-11-22 +### Changed +- Updated package dependencies + +## [1.7.6] - 2021-11-02 +### Changed +- Set `convertDeprecationsToExceptions` true in PHPUnit config. +- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. + +## [1.7.5] - 2021-10-26 +### Changed +- Updated package dependencies. + +## [1.7.4] - 2021-10-13 +### Changed +- Updated package dependencies. + +## [1.7.3] - 2021-10-12 +### Changed +- Updated package dependencies + +## [1.7.2] - 2021-09-28 +### Changed +- Updated package dependencies. + +## [1.7.1] - 2021-08-30 +### Changed +- Run composer update on test-php command instead of phpunit +- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). + +## [1.7.0] - 2021-06-29 +### Changed +- Allow any argument to be passed. +- Improve documentation. + +## [1.6.1] - 2021-06-15 +### Changed +- Updated package dependencies. + +## [1.6.0] - 2021-05-25 +### Removed +- Removed filter from the final Redirect URL + +## [1.5.5] - 2021-04-27 +### Changed +- Updated package dependencies. + +## [1.5.4] - 2021-03-30 +### Added +- Composer alias for dev-master, to improve dependencies + +### Changed +- Update package dependencies. +- Userless Connection: Redirect "userless" users to the "Plans" page + +### Fixed +- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. + +## [1.5.3] - 2021-02-23 + +- CI: Make tests more generic + +## [1.5.2] - 2021-01-26 + +- Update dependencies to latest stable + +## [1.5.1] - 2021-01-26 + +- Add mirror-repo information to all current composer packages +- Monorepo: Reorganize all projects + +## [1.5.0] - 2021-01-05 + +- Update dependency brain/monkey to v2.6.0 +- Pin dependencies +- Packages: Update for PHP 8 testing +- Pin dependency brain/monkey to 2.5.0 + +## [1.4.1] - 2020-11-24 + +- Status: Introduce get_site_suffix method + +## [1.4.0] - 2020-10-27 + +- Masterbar: Add Admin Menu endpoint + +## [1.3.0] - 2020-08-14 + +- Packages: Update filenames after #16810 +- CI: Try collect js coverage +- Docker: Add package testing shortcut + +## [1.2.0] - 2020-06-16 + +- Add a trailing / to jetpack.com/redirect URLs. + +## [1.1.0] - 2020-05-22 + +- add filter to Redirect::get_url + +## 1.0.0 - 2020-04-24 + +- Create Jetpack Redirect package + +[1.7.27]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.26...v1.7.27 +[1.7.26]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.25...v1.7.26 +[1.7.25]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.24...v1.7.25 +[1.7.24]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.23...v1.7.24 +[1.7.23]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.22...v1.7.23 +[1.7.22]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.21...v1.7.22 +[1.7.21]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.20...v1.7.21 +[1.7.20]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.19...v1.7.20 +[1.7.19]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.18...v1.7.19 +[1.7.18]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.17...v1.7.18 +[1.7.17]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.16...v1.7.17 +[1.7.16]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.15...v1.7.16 +[1.7.15]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.14...v1.7.15 +[1.7.14]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.13...v1.7.14 +[1.7.13]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.12...v1.7.13 +[1.7.12]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.11...v1.7.12 +[1.7.11]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.10...v1.7.11 +[1.7.10]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.9...v1.7.10 +[1.7.9]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.8...v1.7.9 +[1.7.8]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.7...v1.7.8 +[1.7.7]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.6...v1.7.7 +[1.7.6]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.5...v1.7.6 +[1.7.5]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.4...v1.7.5 +[1.7.4]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.3...v1.7.4 +[1.7.3]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.2...v1.7.3 +[1.7.2]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.1...v1.7.2 +[1.7.1]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.0...v1.7.1 +[1.7.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.6.1...v1.7.0 +[1.6.1]: https://github.com/Automattic/jetpack-redirect/compare/v1.6.0...v1.6.1 +[1.6.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.5...v1.6.0 +[1.5.5]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.4...v1.5.5 +[1.5.4]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.3...v1.5.4 +[1.5.3]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.2...v1.5.3 +[1.5.2]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.1...v1.5.2 +[1.5.1]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.0...v1.5.1 +[1.5.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.4.1...v1.5.0 +[1.4.1]: https://github.com/Automattic/jetpack-redirect/compare/v1.4.0...v1.4.1 +[1.4.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.1.0...v1.2.0 +[1.1.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.0.0...v1.1.0 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/composer.json new file mode 100644 index 00000000..429ff92e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/composer.json @@ -0,0 +1,42 @@ +{ + "name": "automattic/jetpack-redirect", + "description": "Utilities to build URLs to the jetpack.com/redirect/ service", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": { + "automattic/jetpack-status": "^1.18.4" + }, + "require-dev": { + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.9" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-redirect", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-redirect/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.7.x-dev" + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php new file mode 100644 index 00000000..da5979b3 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php @@ -0,0 +1,79 @@ +get_site_suffix(); + $args = wp_parse_args( $args, array( 'site' => $site_suffix ) ); + + $source_key = 'source'; + + if ( 0 === strpos( $source, 'https://' ) ) { + $source_key = 'url'; + $source_url = \wp_parse_url( $source ); + + // discard any query and fragments. + $source = 'https://' . $source_url['host'] . ( isset( $source_url['path'] ) ? $source_url['path'] : '' ); + } + + $to_be_added = array( + $source_key => rawurlencode( $source ), + ); + + foreach ( $args as $arg_name => $arg_value ) { + + if ( empty( $arg_value ) ) { + continue; + } + + $to_be_added[ $arg_name ] = rawurlencode( $arg_value ); + + } + + if ( ! empty( $to_be_added ) ) { + $url = add_query_arg( $to_be_added, $url ); + } + + return $url; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md new file mode 100644 index 00000000..c2415de8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md @@ -0,0 +1,189 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.4.25] - 2023-09-19 +- Minor internal updates. + +## [1.4.24] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [1.4.23] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [1.4.22] - 2023-02-20 +### Changed +- Minor internal updates. + +## [1.4.21] - 2023-01-11 +### Changed +- Updated package dependencies. + +## [1.4.20] - 2022-12-19 +### Changed +- Updated package dependencies. + +## [1.4.19] - 2022-12-02 +### Changed +- Updated package dependencies. [#27688] + +## [1.4.18] - 2022-11-22 +### Changed +- Updated package dependencies. [#27043] + +## [1.4.17] - 2022-07-26 +### Changed +- Updated package dependencies. [#25158] + +## [1.4.16] - 2022-06-21 +### Changed +- Renaming master to trunk. + +## [1.4.15] - 2022-04-26 +### Changed +- Updated package dependencies. + +## [1.4.14] - 2022-01-25 +### Changed +- Updated package dependencies. + +## [1.4.13] - 2022-01-04 +### Changed +- Switch to pcov for code coverage. +- Updated package dependencies + +## [1.4.12] - 2021-12-14 +### Changed +- Updated package dependencies. + +## [1.4.11] - 2021-11-22 +### Changed +- Updated package dependencies + +## [1.4.10] - 2021-11-02 +### Changed +- Set `convertDeprecationsToExceptions` true in PHPUnit config. +- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. + +## [1.4.9] - 2021-10-13 +### Changed +- Updated package dependencies. + +## [1.4.8] - 2021-10-12 +### Changed +- Updated package dependencies + +## [1.4.7] - 2021-09-28 +### Changed +- Updated package dependencies. + +## [1.4.6] - 2021-08-30 +### Changed +- Run composer update on test-php command instead of phpunit +- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). + +## [1.4.5] - 2021-05-25 +### Changed +- Updated package dependencies. + +## [1.4.4] - 2021-04-08 +### Changed +- Packaging and build changes, no change to the package itself. + +## [1.4.3] - 2021-03-30 +### Added +- Composer alias for dev-master, to improve dependencies + +### Changed +- Update package dependencies. + +### Fixed +- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. + +## [1.4.2] - 2021-02-05 + +- CI: Make tests more generic + +## [1.4.1] - 2021-01-20 + +- Add mirror-repo information to all current composer packages +- Monorepo: Reorganize all projects + +## [1.4.0] - 2020-12-14 + +- Update dependency brain/monkey to v2.6.0 +- Pin dependencies +- Packages: Update for PHP 8 testing + +## [1.3.1] - 2020-10-28 + +- Updated PHPCS: Packages and Debugger + +## [1.3.0] - 2020-08-13 + +- CI: Try collect js coverage +- Docker: Add package testing shortcut + +## [1.2.0] - 2020-07-01 + +- Package Unit tests: update test file names to make sure they runs in Travis + +## [1.1.0] - 2020-06-22 + +- PHPCS: Clean up the packages +- PHPCS Updates after WPCS 2.3 + +## [1.0.4] - 2019-11-08 + +- Packages: Use classmap instead of PSR-4 + +## [1.0.2] - 2019-10-28 + +- Packages: Add gitattributes files to all packages that need th… + +## [1.0.1] - 2019-09-20 + +- Docs: Unify usage of @package phpdoc tags + +## 1.0.0 - 2019-09-14 + +- Jetpack DNA: Introduce a Roles package + +[1.4.25]: https://github.com/Automattic/jetpack-roles/compare/v1.4.24...v1.4.25 +[1.4.24]: https://github.com/Automattic/jetpack-roles/compare/v1.4.23...v1.4.24 +[1.4.23]: https://github.com/Automattic/jetpack-roles/compare/v1.4.22...v1.4.23 +[1.4.22]: https://github.com/Automattic/jetpack-roles/compare/v1.4.21...v1.4.22 +[1.4.21]: https://github.com/Automattic/jetpack-roles/compare/v1.4.20...v1.4.21 +[1.4.20]: https://github.com/Automattic/jetpack-roles/compare/v1.4.19...v1.4.20 +[1.4.19]: https://github.com/Automattic/jetpack-roles/compare/v1.4.18...v1.4.19 +[1.4.18]: https://github.com/Automattic/jetpack-roles/compare/v1.4.17...v1.4.18 +[1.4.17]: https://github.com/Automattic/jetpack-roles/compare/v1.4.16...v1.4.17 +[1.4.16]: https://github.com/Automattic/jetpack-roles/compare/v1.4.15...v1.4.16 +[1.4.15]: https://github.com/Automattic/jetpack-roles/compare/v1.4.14...v1.4.15 +[1.4.14]: https://github.com/Automattic/jetpack-roles/compare/v1.4.13...v1.4.14 +[1.4.13]: https://github.com/Automattic/jetpack-roles/compare/v1.4.12...v1.4.13 +[1.4.12]: https://github.com/Automattic/jetpack-roles/compare/v1.4.11...v1.4.12 +[1.4.11]: https://github.com/Automattic/jetpack-roles/compare/v1.4.10...v1.4.11 +[1.4.10]: https://github.com/Automattic/jetpack-roles/compare/v1.4.9...v1.4.10 +[1.4.9]: https://github.com/Automattic/jetpack-roles/compare/v1.4.8...v1.4.9 +[1.4.8]: https://github.com/Automattic/jetpack-roles/compare/v1.4.7...v1.4.8 +[1.4.7]: https://github.com/Automattic/jetpack-roles/compare/v1.4.6...v1.4.7 +[1.4.6]: https://github.com/Automattic/jetpack-roles/compare/v1.4.5...v1.4.6 +[1.4.5]: https://github.com/Automattic/jetpack-roles/compare/v1.4.4...v1.4.5 +[1.4.4]: https://github.com/Automattic/jetpack-roles/compare/v1.4.3...v1.4.4 +[1.4.3]: https://github.com/Automattic/jetpack-roles/compare/v1.4.2...v1.4.3 +[1.4.2]: https://github.com/Automattic/jetpack-roles/compare/v1.4.1...v1.4.2 +[1.4.1]: https://github.com/Automattic/jetpack-roles/compare/v1.4.0...v1.4.1 +[1.4.0]: https://github.com/Automattic/jetpack-roles/compare/v1.3.1...v1.4.0 +[1.3.1]: https://github.com/Automattic/jetpack-roles/compare/v1.3.0...v1.3.1 +[1.3.0]: https://github.com/Automattic/jetpack-roles/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/Automattic/jetpack-roles/compare/v1.1.0...v1.2.0 +[1.1.0]: https://github.com/Automattic/jetpack-roles/compare/v1.0.4...v1.1.0 +[1.0.4]: https://github.com/Automattic/jetpack-roles/compare/v1.0.2...v1.0.4 +[1.0.2]: https://github.com/Automattic/jetpack-roles/compare/v1.0.1...v1.0.2 +[1.0.1]: https://github.com/Automattic/jetpack-roles/compare/v1.0.0...v1.0.1 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/composer.json new file mode 100644 index 00000000..0a5b8aed --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/composer.json @@ -0,0 +1,40 @@ +{ + "name": "automattic/jetpack-roles", + "description": "Utilities, related with user roles and capabilities.", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": {}, + "require-dev": { + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.9" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-roles", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-roles/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.4.x-dev" + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php new file mode 100644 index 00000000..7bce3462 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php @@ -0,0 +1,81 @@ + 'manage_options', + 'editor' => 'edit_others_posts', + 'author' => 'publish_posts', + 'contributor' => 'edit_posts', + 'subscriber' => 'read', + ); + + /** + * Get the role of the current user. + * + * @access public + * + * @return string|boolean Current user's role, false if not enough capabilities for any of the roles. + */ + public function translate_current_user_to_role() { + foreach ( $this->capability_translations as $role => $cap ) { + if ( current_user_can( $role ) || current_user_can( $cap ) ) { + return $role; + } + } + + return false; + } + + /** + * Get the role of a particular user. + * + * @access public + * + * @param \WP_User $user User object. + * @return string|boolean User's role, false if not enough capabilities for any of the roles. + */ + public function translate_user_to_role( $user ) { + foreach ( $this->capability_translations as $role => $cap ) { + if ( user_can( $user, $role ) || user_can( $user, $cap ) ) { + return $role; + } + } + + return false; + } + + /** + * Get the minimum capability for a role. + * + * @access public + * + * @param string $role Role name. + * @return string|boolean Capability, false if role isn't mapped to any capabilities. + */ + public function translate_role_to_cap( $role ) { + if ( ! isset( $this->capability_translations[ $role ] ) ) { + return false; + } + + return $this->capability_translations[ $role ]; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md new file mode 100644 index 00000000..caba85ae --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md @@ -0,0 +1,351 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.18.5] - 2023-09-25 +### Changed +- Add 127.0.0.1 into the list of known local domains. [#32898] +- WP.com Compatibility: Abort out early checking if Protect is active. WP.com's protection is not site option based. [#33196] + +## [1.18.4] - 2023-09-19 + +- Minor internal updates. + +## [1.18.3] - 2023-09-11 +### Changed +- General: remove backwards-compatibility function checks now that the package supports WP 6.2. [#32772] + +## [1.18.2] - 2023-09-04 +### Fixed +- Exclude domains starting with live from known Pantheon staging domains [#32789] + +## [1.18.1] - 2023-08-23 +### Changed +- Updated package dependencies. [#32605] + +## [1.18.0] - 2023-07-18 +### Added +- Transferred 'get_calypso_env()' method from Jetpack plugin. [#31906] + +## [1.17.2] - 2023-06-19 +### Changed +- Use Plans package to detect feature support. [#31213] + +## [1.17.1] - 2023-05-11 +### Changed +- PHP 8.1 compatibility updates [#30517] + +## [1.17.0] - 2023-04-17 +### Changed +- When Jetpack is available, `Modules::get()` no longer translates `module_tags`. Use Jetpack's `jetpack_get_module_i18n_tag()` function if you need translations. [#30067] + +## [1.16.4] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [1.16.3] - 2023-03-28 +### Changed +- Move brute force protection into WAF package. [#28401] + +## [1.16.2] - 2023-02-20 +### Changed +- Minor internal updates. + +## [1.16.1] - 2023-01-23 +### Added +- Add new filters for the latest status methods [#28328] + +## [1.16.0] - 2023-01-16 +### Added +- Add 2 new methods to detect whether a site is private or not. [#28322] + +## [1.15.4] - 2023-01-11 +### Changed +- Modules: Allow for deactivating multiple plugins when activating a module. [#28181] + +## [1.15.3] - 2022-12-19 +### Changed +- Updated package dependencies. + +## [1.15.2] - 2022-12-02 +### Changed +- Updated package dependencies. [#27688] + +## [1.15.1] - 2022-11-22 +### Changed +- Updated package dependencies. [#27043] + +## [1.15.0] - 2022-11-07 +### Added +- WordPress.com: add checks for Simple or either Simple/WoA. [#27278] + +## [1.14.3] - 2022-07-26 +### Changed +- Updated package dependencies. [#25158] + +## [1.14.2] - 2022-07-19 +### Changed +- Update logic in `is_woa_site` function for host changes [#25067] + +## [1.14.1] - 2022-06-21 +### Changed +- Renaming master to trunk. + +## [1.14.0] - 2022-06-14 +### Fixed +- Moved the connection_url_redirect action handling to the connection package. [#24529] + +## [1.13.6] - 2022-05-24 +### Added +- Allow plugins to filter the list of available modules. Only activate and consider active modules that are available [#24454] + +## [1.13.5] - 2022-05-20 +### Changed +- Modules: Make activate() method Jetpack plugin agnostic. Allowing standalone plugins to use it without Jetpack. + +## [1.13.4] - 2022-05-19 +### Added +- PHPCS updates. [#24418] + +## [1.13.3] - 2022-05-10 + +## [1.13.2] - 2022-04-26 +### Changed +- Updated package dependencies. + +## [1.13.1] - 2022-04-19 +### Changed +- PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` + +## [1.13.0] - 2022-04-05 +### Added +- Created Modules and File modules for managing those resources + +## [1.12.0] - 2022-03-02 +### Added +- Cache return values (per blog) from various status methods. + +## [1.11.2] - 2022-02-28 +### Fixed +- Re-doing 1.11.1 to fixup a bad release. + +## [1.11.1] - 2022-02-28 +### Fixed +- Remove trailing semicolor form site suffix. + +## [1.11.0] - 2022-02-22 +### Added +- Add methods to distinguish Newspack and VIP sites. + +## [1.10.0] - 2022-01-25 +### Added +- Added Visitor class for status regarding the site visitor. + +## [1.9.5] - 2022-01-04 +### Changed +- Switch to pcov for code coverage. +- Updated package dependencies + +## [1.9.4] - 2021-12-14 +### Changed +- Updated package dependencies. + +## [1.9.3] - 2021-11-22 +### Changed +- Updated package dependencies + +## [1.9.2] - 2021-11-16 +### Changed +- Add a function_exists check before calling wp_get_environment_type + +## [1.9.1] - 2021-11-02 +### Changed +- Set `convertDeprecationsToExceptions` true in PHPUnit config. +- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. + +## [1.9.0] - 2021-10-26 +### Added +- Added Host class for reporting known hosting environment information. + +## [1.8.4] - 2021-10-13 +### Changed +- Updated package dependencies. + +## [1.8.3] - 2021-10-12 +### Changed +- Updated package dependencies + +## [1.8.2] - 2021-09-28 +### Changed +- Updated package dependencies. + +## [1.8.1] - 2021-08-30 +### Changed +- Run composer update on test-php command instead of phpunit +- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). +- update annotations versions + +## [1.8.0] - 2021-06-15 +### Changed +- Update callback to Jetpack to new Identity_Crisis class. + +## [1.7.6] - 2021-05-25 +### Changed +- Updated package dependencies. + +## [1.7.5] - 2021-04-27 +### Deprecated +- Deprecates is_no_user_testing_mode + +## [1.7.4] - 2021-04-08 +### Changed +- Packaging and build changes, no change to the package itself. + +## [1.7.3] - 2021-03-30 +### Added +- Composer alias for dev-master, to improve dependencies + +### Changed +- Update package dependencies. + +### Fixed +- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. + +## [1.7.2] - 2021-02-05 + +- CI: Make tests more generic + +## [1.7.1] - 2021-01-20 + +- Add mirror-repo information to all current composer packages +- Monorepo: Reorganize all projects + +## [1.7.0] - 2020-12-14 + +- Update dependency brain/monkey to v2.6.0 +- Pin dependencies +- Packages: Update for PHP 8 testing + +## [1.6.0] - 2020-11-23 + +- Status: Introduce get_site_suffix method +- Status: Fix test failure +- Status: Improve the staging site detection +- General: update minimum required version to WordPress 5.5 +- Add the no_user_testing mode +- Status: Add a couple of test cases for staging site detection +- Update dependency brain/monkey to v2.5.0 +- Updated PHPCS: Packages and Debugger + +## [1.5.0] - 2020-10-13 + +- Also use Core `wp_get_environment_type` for local + +## [1.4.0] - 2020-08-13 + +- CI: Try collect js coverage + +## [1.3.0] - 2020-07-28 + +- Core Compat: Site Environment + +## [1.2.0] - 2020-06-22 + +- PHPCS: Clean up the packages +- Staging Sites: add newspack staging to the list of known providers + +## [1.1.1] - 2020-01-27 + +- Pin dependency brain/monkey to 2.4.0 + +## [1.1.0] - 2020-01-14 + +- Packages: Various improvements for wp.com or self-contained consumers + +## [1.0.4] - 2019-11-08 + +- Packages: Use classmap instead of PSR-4 + +## [1.0.3] - 2019-10-28 + +- Packages: Add gitattributes files to all packages that need th… + +## [1.0.2] - 2019-10-23 + +- Use spread operator instead of func_get_args + +## [1.0.1] - 2019-09-20 + +- Docs: Unify usage of @package phpdoc tags + +## 1.0.0 - 2019-09-14 + +- Packages: Introduce a status package + +[1.18.5]: https://github.com/Automattic/jetpack-status/compare/v1.18.4...v1.18.5 +[1.18.4]: https://github.com/Automattic/jetpack-status/compare/v1.18.3...v1.18.4 +[1.18.3]: https://github.com/Automattic/jetpack-status/compare/v1.18.2...v1.18.3 +[1.18.2]: https://github.com/Automattic/jetpack-status/compare/v1.18.1...v1.18.2 +[1.18.1]: https://github.com/Automattic/jetpack-status/compare/v1.18.0...v1.18.1 +[1.18.0]: https://github.com/Automattic/jetpack-status/compare/v1.17.2...v1.18.0 +[1.17.2]: https://github.com/Automattic/jetpack-status/compare/v1.17.1...v1.17.2 +[1.17.1]: https://github.com/Automattic/jetpack-status/compare/v1.17.0...v1.17.1 +[1.17.0]: https://github.com/Automattic/jetpack-status/compare/v1.16.4...v1.17.0 +[1.16.4]: https://github.com/Automattic/jetpack-status/compare/v1.16.3...v1.16.4 +[1.16.3]: https://github.com/Automattic/jetpack-status/compare/v1.16.2...v1.16.3 +[1.16.2]: https://github.com/Automattic/jetpack-status/compare/v1.16.1...v1.16.2 +[1.16.1]: https://github.com/Automattic/jetpack-status/compare/v1.16.0...v1.16.1 +[1.16.0]: https://github.com/Automattic/jetpack-status/compare/v1.15.4...v1.16.0 +[1.15.4]: https://github.com/Automattic/jetpack-status/compare/v1.15.3...v1.15.4 +[1.15.3]: https://github.com/Automattic/jetpack-status/compare/v1.15.2...v1.15.3 +[1.15.2]: https://github.com/Automattic/jetpack-status/compare/v1.15.1...v1.15.2 +[1.15.1]: https://github.com/Automattic/jetpack-status/compare/v1.15.0...v1.15.1 +[1.15.0]: https://github.com/Automattic/jetpack-status/compare/v1.14.3...v1.15.0 +[1.14.3]: https://github.com/Automattic/jetpack-status/compare/v1.14.2...v1.14.3 +[1.14.2]: https://github.com/Automattic/jetpack-status/compare/v1.14.1...v1.14.2 +[1.14.1]: https://github.com/Automattic/jetpack-status/compare/v1.14.0...v1.14.1 +[1.14.0]: https://github.com/Automattic/jetpack-status/compare/v1.13.6...v1.14.0 +[1.13.6]: https://github.com/Automattic/jetpack-status/compare/v1.13.5...v1.13.6 +[1.13.5]: https://github.com/Automattic/jetpack-status/compare/v1.13.4...v1.13.5 +[1.13.4]: https://github.com/Automattic/jetpack-status/compare/v1.13.3...v1.13.4 +[1.13.3]: https://github.com/Automattic/jetpack-status/compare/v1.13.2...v1.13.3 +[1.13.2]: https://github.com/Automattic/jetpack-status/compare/v1.13.1...v1.13.2 +[1.13.1]: https://github.com/Automattic/jetpack-status/compare/v1.13.0...v1.13.1 +[1.13.0]: https://github.com/Automattic/jetpack-status/compare/v1.12.0...v1.13.0 +[1.12.0]: https://github.com/Automattic/jetpack-status/compare/v1.11.2...v1.12.0 +[1.11.2]: https://github.com/Automattic/jetpack-status/compare/v1.11.1...v1.11.2 +[1.11.1]: https://github.com/Automattic/jetpack-status/compare/v1.11.0...v1.11.1 +[1.11.0]: https://github.com/Automattic/jetpack-status/compare/v1.10.0...v1.11.0 +[1.10.0]: https://github.com/Automattic/jetpack-status/compare/v1.9.5...v1.10.0 +[1.9.5]: https://github.com/Automattic/jetpack-status/compare/v1.9.4...v1.9.5 +[1.9.4]: https://github.com/Automattic/jetpack-status/compare/v1.9.3...v1.9.4 +[1.9.3]: https://github.com/Automattic/jetpack-status/compare/v1.9.2...v1.9.3 +[1.9.2]: https://github.com/Automattic/jetpack-status/compare/v1.9.1...v1.9.2 +[1.9.1]: https://github.com/Automattic/jetpack-status/compare/v1.9.0...v1.9.1 +[1.9.0]: https://github.com/Automattic/jetpack-status/compare/v1.8.4...v1.9.0 +[1.8.4]: https://github.com/Automattic/jetpack-status/compare/v1.8.3...v1.8.4 +[1.8.3]: https://github.com/Automattic/jetpack-status/compare/v1.8.2...v1.8.3 +[1.8.2]: https://github.com/Automattic/jetpack-status/compare/v1.8.1...v1.8.2 +[1.8.1]: https://github.com/Automattic/jetpack-status/compare/v1.8.0...v1.8.1 +[1.8.0]: https://github.com/Automattic/jetpack-status/compare/v1.7.6...v1.8.0 +[1.7.6]: https://github.com/Automattic/jetpack-status/compare/v1.7.5...v1.7.6 +[1.7.5]: https://github.com/Automattic/jetpack-status/compare/v1.7.4...v1.7.5 +[1.7.4]: https://github.com/Automattic/jetpack-status/compare/v1.7.3...v1.7.4 +[1.7.3]: https://github.com/Automattic/jetpack-status/compare/v1.7.2...v1.7.3 +[1.7.2]: https://github.com/Automattic/jetpack-status/compare/v1.7.1...v1.7.2 +[1.7.1]: https://github.com/Automattic/jetpack-status/compare/v1.7.0...v1.7.1 +[1.7.0]: https://github.com/Automattic/jetpack-status/compare/v1.6.0...v1.7.0 +[1.6.0]: https://github.com/Automattic/jetpack-status/compare/v1.5.0...v1.6.0 +[1.5.0]: https://github.com/Automattic/jetpack-status/compare/v1.4.0...v1.5.0 +[1.4.0]: https://github.com/Automattic/jetpack-status/compare/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/Automattic/jetpack-status/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/Automattic/jetpack-status/compare/v1.1.1...v1.2.0 +[1.1.1]: https://github.com/Automattic/jetpack-status/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/Automattic/jetpack-status/compare/v1.0.4...v1.1.0 +[1.0.4]: https://github.com/Automattic/jetpack-status/compare/v1.0.3...v1.0.4 +[1.0.3]: https://github.com/Automattic/jetpack-status/compare/v1.0.2...v1.0.3 +[1.0.2]: https://github.com/Automattic/jetpack-status/compare/v1.0.1...v1.0.2 +[1.0.1]: https://github.com/Automattic/jetpack-status/compare/v1.0.0...v1.0.1 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/composer.json new file mode 100644 index 00000000..94ec5d09 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/composer.json @@ -0,0 +1,43 @@ +{ + "name": "automattic/jetpack-status", + "description": "Used to retrieve information about the current status of Jetpack and the site overall.", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": { + "automattic/jetpack-constants": "^1.6.23" + }, + "require-dev": { + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.10", + "automattic/jetpack-ip": "^0.1.6" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-status", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.18.x-dev" + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-cache.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-cache.php new file mode 100644 index 00000000..54fa80d8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-cache.php @@ -0,0 +1,54 @@ +admin_url(); + $bits = wp_parse_url( $admin_url ); + + if ( is_array( $bits ) ) { + $path = ( isset( $bits['path'] ) ) ? dirname( $bits['path'] ) : null; + $domain = ( isset( $bits['host'] ) ) ? $bits['host'] : null; + } else { + $path = null; + $domain = null; + } + } + + // Extract state from cookies and delete cookies. + if ( isset( $_COOKIE['jetpackState'] ) && is_array( $_COOKIE['jetpackState'] ) ) { + // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- User should sanitize if necessary. + $yum = wp_unslash( $_COOKIE['jetpackState'] ); + unset( $_COOKIE['jetpackState'] ); + foreach ( $yum as $k => $v ) { + if ( strlen( $v ) ) { + $state[ $k ] = $v; + } + setcookie( "jetpackState[$k]", false, 0, $path, $domain, is_ssl(), true ); + } + } + + if ( $restate ) { + foreach ( $state as $k => $v ) { + setcookie( "jetpackState[$k]", $v, 0, $path, $domain, is_ssl(), true ); + } + return; + } + + // Get a state variable. + if ( isset( $key ) && ! isset( $value ) ) { + if ( array_key_exists( $key, $state ) ) { + return $state[ $key ]; + } + return null; + } + + // Set a state variable. + if ( isset( $key ) && isset( $value ) ) { + if ( is_array( $value ) && isset( $value[0] ) ) { + $value = $value[0]; + } + $state[ $key ] = $value; + if ( ! headers_sent() ) { + if ( $this->should_set_cookie( $key ) ) { + setcookie( "jetpackState[$key]", $value, 0, $path, $domain, is_ssl(), true ); + } + } + } + } + + /** + * Determines whether the jetpackState[$key] value should be added to the + * cookie. + * + * @param string $key The state key. + * + * @return boolean Whether the value should be added to the cookie. + */ + public function should_set_cookie( $key ) { + global $current_screen; + $page = isset( $current_screen->base ) ? $current_screen->base : null; + + if ( 'toplevel_page_jetpack' === $page && 'display_update_modal' === $key ) { + return false; + } + + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-errors.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-errors.php new file mode 100644 index 00000000..342f1759 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-errors.php @@ -0,0 +1,43 @@ +is_atomic_platform() && Constants::is_true( 'WPCOMSH__PLUGIN_FILE' ); + Cache::set( 'is_woa_site', $ret ); + } + return $ret; + } + + /** + * Determine if the site is hosted on the Atomic hosting platform. + * + * @since 1.9.0 + * + * @return bool; + */ + public function is_atomic_platform() { + return Constants::is_true( 'ATOMIC_SITE_ID' ) && Constants::is_true( 'ATOMIC_CLIENT_ID' ); + } + + /** + * Determine if this is a Newspack site. + * + * @return bool + */ + public function is_newspack_site() { + return Constants::is_defined( 'NEWSPACK_PLUGIN_FILE' ); + } + + /** + * Determine if this is a VIP-hosted site. + * + * @return bool + */ + public function is_vip_site() { + return Constants::is_defined( 'WPCOM_IS_VIP_ENV' ) && true === Constants::get_constant( 'WPCOM_IS_VIP_ENV' ); + } + + /** + * Determine if this is a Simple platform site. + * + * @return bool + */ + public function is_wpcom_simple() { + return Constants::is_defined( 'IS_WPCOM' ) && true === Constants::get_constant( 'IS_WPCOM' ); + } + + /** + * Determine if this is a WordPress.com site. + * + * Includes both Simple and WoA platforms. + * + * @return bool + */ + public function is_wpcom_platform() { + return $this->is_wpcom_simple() || $this->is_woa_site(); + } + + /** + * Add all wordpress.com environments to the safe redirect allowed list. + * + * To be used with a filter of allowed domains for a redirect. + * + * @param array $domains Allowed WP.com Environments. + */ + public static function allow_wpcom_environments( $domains ) { + $domains[] = 'wordpress.com'; + $domains[] = 'jetpack.wordpress.com'; + $domains[] = 'wpcalypso.wordpress.com'; + $domains[] = 'horizon.wordpress.com'; + $domains[] = 'calypso.localhost'; + return $domains; + } + + /** + * Return Calypso environment value; used for developing Jetpack and pairing + * it with different Calypso environments, such as localhost. + * + * @since 1.18.0 + * + * @return string Calypso environment + */ + public function get_calypso_env() { + // phpcs:disable WordPress.Security.NonceVerification.Recommended -- Nonce is not required; only used for changing environments. + if ( isset( $_GET['calypso_env'] ) ) { + return sanitize_key( $_GET['calypso_env'] ); + } + // phpcs:enable WordPress.Security.NonceVerification.Recommended + + if ( getenv( 'CALYPSO_ENV' ) ) { + return sanitize_key( getenv( 'CALYPSO_ENV' ) ); + } + + if ( defined( 'CALYPSO_ENV' ) && CALYPSO_ENV ) { + return sanitize_key( CALYPSO_ENV ); + } + + return ''; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-modules.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-modules.php new file mode 100644 index 00000000..fc2ed6fb --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-modules.php @@ -0,0 +1,600 @@ +get_path( $this->get_slug( $module ) ); + + if ( isset( $modules_details[ $module ] ) ) { + $mod = $modules_details[ $module ]; + } else { + $mod = jetpack_get_module_info( $module ); + + if ( null === $mod ) { + // Try to get the module info from the file as a fallback. + $mod = $this->get_file_data( $file, jetpack_get_all_module_header_names() ); + + if ( empty( $mod['name'] ) ) { + // No info for this module. + return false; + } + } + + $mod['sort'] = empty( $mod['sort'] ) ? 10 : (int) $mod['sort']; + $mod['recommendation_order'] = empty( $mod['recommendation_order'] ) ? 20 : (int) $mod['recommendation_order']; + $mod['deactivate'] = empty( $mod['deactivate'] ); + $mod['free'] = empty( $mod['free'] ); + $mod['requires_connection'] = ( ! empty( $mod['requires_connection'] ) && 'No' === $mod['requires_connection'] ) ? false : true; + $mod['requires_user_connection'] = ( empty( $mod['requires_user_connection'] ) || 'No' === $mod['requires_user_connection'] ) ? false : true; + + if ( empty( $mod['auto_activate'] ) || ! in_array( strtolower( $mod['auto_activate'] ), array( 'yes', 'no', 'public' ), true ) ) { + $mod['auto_activate'] = 'No'; + } else { + $mod['auto_activate'] = (string) $mod['auto_activate']; + } + + if ( $mod['module_tags'] ) { + $mod['module_tags'] = explode( ',', $mod['module_tags'] ); + $mod['module_tags'] = array_map( 'trim', $mod['module_tags'] ); + } else { + $mod['module_tags'] = array( 'Other' ); + } + + if ( $mod['plan_classes'] ) { + $mod['plan_classes'] = explode( ',', $mod['plan_classes'] ); + $mod['plan_classes'] = array_map( 'strtolower', array_map( 'trim', $mod['plan_classes'] ) ); + } else { + $mod['plan_classes'] = array( 'free' ); + } + + if ( $mod['feature'] ) { + $mod['feature'] = explode( ',', $mod['feature'] ); + $mod['feature'] = array_map( 'trim', $mod['feature'] ); + } else { + $mod['feature'] = array( 'Other' ); + } + + $modules_details[ $module ] = $mod; + + } + + /** + * Filters the feature array on a module. + * + * This filter allows you to control where each module is filtered: Recommended, + * and the default "Other" listing. + * + * @since-jetpack 3.5.0 + * + * @param array $mod['feature'] The areas to feature this module: + * 'Recommended' shows on the main Jetpack admin screen. + * 'Other' should be the default if no other value is in the array. + * @param string $module The slug of the module, e.g. sharedaddy. + * @param array $mod All the currently assembled module data. + */ + $mod['feature'] = apply_filters( 'jetpack_module_feature', $mod['feature'], $module, $mod ); + + /** + * Filter the returned data about a module. + * + * This filter allows overriding any info about Jetpack modules. It is dangerous, + * so please be careful. + * + * @since-jetpack 3.6.0 + * + * @param array $mod The details of the requested module. + * @param string $module The slug of the module, e.g. sharedaddy + * @param string $file The path to the module source file. + */ + return apply_filters( 'jetpack_get_module', $mod, $module, $file ); + } + + /** + * Like core's get_file_data implementation, but caches the result. + * + * @param string $file Absolute path to the file. + * @param array $headers List of headers, in the format array( 'HeaderKey' => 'Header Name' ). + */ + public function get_file_data( $file, $headers ) { + // Get just the filename from $file (i.e. exclude full path) so that a consistent hash is generated. + $file_name = basename( $file ); + + if ( ! Constants::is_defined( 'JETPACK__VERSION' ) ) { + return get_file_data( $file, $headers ); + } + + $cache_key = 'jetpack_file_data_' . JETPACK__VERSION; + + $file_data_option = get_transient( $cache_key ); + + if ( ! is_array( $file_data_option ) ) { + delete_transient( $cache_key ); + $file_data_option = false; + } + + if ( false === $file_data_option ) { + $file_data_option = array(); + } + + $key = md5( $file_name . maybe_serialize( $headers ) ); + $refresh_cache = is_admin() && isset( $_GET['page'] ) && 'jetpack' === substr( $_GET['page'], 0, 7 ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended, WordPress.Security.ValidatedSanitizedInput + + // If we don't need to refresh the cache, and already have the value, short-circuit! + if ( ! $refresh_cache && isset( $file_data_option[ $key ] ) ) { + return $file_data_option[ $key ]; + } + + $data = get_file_data( $file, $headers ); + + $file_data_option[ $key ] = $data; + + set_transient( $cache_key, $file_data_option, 29 * DAY_IN_SECONDS ); + + return $data; + } + + /** + * Get a list of activated modules as an array of module slugs. + */ + public function get_active() { + $active = \Jetpack_Options::get_option( 'active_modules' ); + + if ( ! is_array( $active ) ) { + $active = array(); + } + + if ( class_exists( 'VaultPress' ) || function_exists( 'vaultpress_contact_service' ) ) { + $active[] = 'vaultpress'; + } else { + $active = array_diff( $active, array( 'vaultpress' ) ); + } + + // If protect is active on the main site of a multisite, it should be active on all sites. Doesn't apply to WP.com. + if ( ! in_array( 'protect', $active, true ) + && ! ( new Host() )->is_wpcom_simple() + && is_multisite() + && get_site_option( 'jetpack_protect_active' ) ) { + $active[] = 'protect'; + } + + // If it's not available, it shouldn't be active. + // We don't delete it from the options though, as it will be active again when a plugin gets reactivated. + $active = array_intersect( $active, $this->get_available() ); + + /** + * Allow filtering of the active modules. + * + * Gives theme and plugin developers the power to alter the modules that + * are activated on the fly. + * + * @since-jetpack 5.8.0 + * + * @param array $active Array of active module slugs. + */ + $active = apply_filters( 'jetpack_active_modules', $active ); + + return array_unique( $active ); + } + + /** + * Extract a module's slug from its full path. + * + * @param string $file Full path to a file. + * + * @return string Module slug. + */ + public function get_slug( $file ) { + return str_replace( '.php', '', basename( $file ) ); + } + + /** + * List available Jetpack modules. Simply lists .php files in /modules/. + * Make sure to tuck away module "library" files in a sub-directory. + * + * @param bool|string $min_version Only return modules introduced in this version or later. Default is false, do not filter. + * @param bool|string $max_version Only return modules introduced before this version. Default is false, do not filter. + * @param bool|null $requires_connection Pass a boolean value to only return modules that require (or do not require) a connection. + * @param bool|null $requires_user_connection Pass a boolean value to only return modules that require (or do not require) a user connection. + * + * @return array $modules Array of module slugs + */ + public function get_available( $min_version = false, $max_version = false, $requires_connection = null, $requires_user_connection = null ) { + static $modules = null; + + if ( ! class_exists( 'Jetpack' ) || ! Constants::is_defined( 'JETPACK__VERSION' ) || ! Constants::is_defined( 'JETPACK__PLUGIN_DIR' ) ) { + return array_unique( + /** + * Stand alone plugins need to use this filter to register the modules they interact with. + * This will allow them to activate and deactivate these modules even when Jetpack is not present. + * Note: Standalone plugins can only interact with modules that also exist in the Jetpack plugin, otherwise they'll lose the ability to control it if Jetpack is activated. + * + * @since 1.13.6 + * + * @param array $modules The list of available modules as an array of slugs. + * @param bool $requires_connection Whether to list only modules that require a connection to work. + * @param bool $requires_user_connection Whether to list only modules that require a user connection to work. + */ + apply_filters( 'jetpack_get_available_standalone_modules', array(), $requires_connection, $requires_user_connection ) + ); + } + + if ( ! isset( $modules ) ) { + $available_modules_option = \Jetpack_Options::get_option( 'available_modules', array() ); + // Use the cache if we're on the front-end and it's available... + if ( ! is_admin() && ! empty( $available_modules_option[ JETPACK__VERSION ] ) ) { + $modules = $available_modules_option[ JETPACK__VERSION ]; + } else { + $files = ( new Files() )->glob_php( JETPACK__PLUGIN_DIR . 'modules' ); + + $modules = array(); + + foreach ( $files as $file ) { + $slug = $this->get_slug( $file ); + $headers = $this->get( $slug ); + + if ( ! $headers ) { + continue; + } + + $modules[ $slug ] = $headers['introduced']; + } + + \Jetpack_Options::update_option( + 'available_modules', + array( + JETPACK__VERSION => $modules, + ) + ); + } + } + + /** + * Filters the array of modules available to be activated. + * + * @since 2.4.0 + * + * @param array $modules Array of available modules. + * @param string $min_version Minimum version number required to use modules. + * @param string $max_version Maximum version number required to use modules. + * @param bool|null $requires_connection Value of the Requires Connection filter. + * @param bool|null $requires_user_connection Value of the Requires User Connection filter. + */ + $mods = apply_filters( 'jetpack_get_available_modules', $modules, $min_version, $max_version, $requires_connection, $requires_user_connection ); + + if ( ! $min_version && ! $max_version && $requires_connection === null && $requires_user_connection === null ) { + return array_keys( $mods ); + } + + $r = array(); + foreach ( $mods as $slug => $introduced ) { + if ( $min_version && version_compare( $min_version, $introduced, '>=' ) ) { + continue; + } + + if ( $max_version && version_compare( $max_version, $introduced, '<' ) ) { + continue; + } + + $mod_details = $this->get( $slug ); + + if ( null !== $requires_connection && (bool) $requires_connection !== $mod_details['requires_connection'] ) { + continue; + } + + if ( null !== $requires_user_connection && (bool) $requires_user_connection !== $mod_details['requires_user_connection'] ) { + continue; + } + + $r[] = $slug; + } + + return $r; + } + + /** + * Is slug a valid module. + * + * @param string $module Module slug. + * + * @return bool + */ + public function is_module( $module ) { + return ! empty( $module ) && ! validate_file( $module, $this->get_available() ); + } + + /** + * Update module status. + * + * @param string $module - module slug. + * @param boolean $active - true to activate, false to deactivate. + * @param bool $exit Should exit be called after deactivation. + * @param bool $redirect Should there be a redirection after activation. + */ + public function update_status( $module, $active, $exit = true, $redirect = true ) { + return $active ? $this->activate( $module, $exit, $redirect ) : $this->deactivate( $module ); + } + + /** + * Activate a module. + * + * @param string $module Module slug. + * @param bool $exit Should exit be called after deactivation. + * @param bool $redirect Should there be a redirection after activation. + * + * @return bool|void + */ + public function activate( $module, $exit = true, $redirect = true ) { + /** + * Fires before a module is activated. + * + * @since 2.6.0 + * + * @param string $module Module slug. + * @param bool $exit Should we exit after the module has been activated. Default to true. + * @param bool $redirect Should the user be redirected after module activation? Default to true. + */ + do_action( 'jetpack_pre_activate_module', $module, $exit, $redirect ); + + if ( ! strlen( $module ) ) { + return false; + } + + // If it's already active, then don't do it again. + $active = $this->get_active(); + foreach ( $active as $act ) { + if ( $act === $module ) { + return true; + } + } + + if ( ! $this->is_module( $module ) ) { + return false; + } + + // Jetpack plugin only + if ( class_exists( 'Jetpack' ) ) { + + $module_data = $this->get( $module ); + + $status = new Status(); + $state = new CookieState(); + + if ( ! \Jetpack::is_connection_ready() ) { + if ( ! $status->is_offline_mode() && ! $status->is_onboarding() ) { + return false; + } + + // If we're not connected but in offline mode, make sure the module doesn't require a connection. + if ( $status->is_offline_mode() && $module_data['requires_connection'] ) { + return false; + } + } + + if ( class_exists( 'Jetpack_Client_Server' ) ) { + $jetpack = \Jetpack::init(); + + // Check and see if the old plugin is active. + if ( isset( $jetpack->plugins_to_deactivate[ $module ] ) ) { + // Deactivate the old plugins. + $deactivated = array(); + foreach ( $jetpack->plugins_to_deactivate[ $module ] as $idx => $deactivate_me ) { + if ( \Jetpack_Client_Server::deactivate_plugin( $deactivate_me[0], $deactivate_me[1] ) ) { + // If we deactivated the old plugin, remembere that with ::state() and redirect back to this page to activate the module + // We can't activate the module on this page load since the newly deactivated old plugin is still loaded on this page load. + $deactivated[] = "$module:$idx"; + } + } + if ( $deactivated ) { + $state->state( 'deactivated_plugins', implode( ',', $deactivated ) ); + wp_safe_redirect( add_query_arg( 'jetpack_restate', 1 ) ); + exit; + } + } + } + + // Protect won't work with mis-configured IPs. + if ( 'protect' === $module ) { + if ( ! IP_Utils::get_ip() ) { + $state->state( 'message', 'protect_misconfigured_ip' ); + return false; + } + } + + if ( ! Jetpack_Plan::supports( $module ) ) { + return false; + } + + // Check the file for fatal errors, a la wp-admin/plugins.php::activate. + $errors = new Errors(); + $state->state( 'module', $module ); + $state->state( 'error', 'module_activation_failed' ); // we'll override this later if the plugin can be included without fatal error. + $errors->catch_errors( true ); + + ob_start(); + $module_path = $this->get_path( $module ); + if ( file_exists( $module_path ) ) { + require $this->get_path( $module ); // phpcs:ignore WordPressVIPMinimum.Files.IncludingFile.NotAbsolutePath + } + + $active[] = $module; + $this->update_active( $active ); + + $state->state( 'error', false ); // the override. + ob_end_clean(); + $errors->catch_errors( false ); + } else { // Not a Jetpack plugin. + $active[] = $module; + $this->update_active( $active ); + } + + if ( $redirect ) { + wp_safe_redirect( ( new Paths() )->admin_url( 'page=jetpack' ) ); + } + if ( $exit ) { + exit; + } + return true; + } + + /** + * Deactivate module. + * + * @param string $module Module slug. + * + * @return bool + */ + public function deactivate( $module ) { + /** + * Fires when a module is deactivated. + * + * @since 1.9.0 + * + * @param string $module Module slug. + */ + do_action( 'jetpack_pre_deactivate_module', $module ); + + $active = $this->get_active(); + $new = array_filter( array_diff( $active, (array) $module ) ); + + return $this->update_active( $new ); + } + + /** + * Generate a module's path from its slug. + * + * @param string $slug Module slug. + */ + public function get_path( $slug ) { + if ( ! Constants::is_defined( 'JETPACK__PLUGIN_DIR' ) ) { + return ''; + } + /** + * Filters the path of a modules. + * + * @since 7.4.0 + * + * @param array $return The absolute path to a module's root php file + * @param string $slug The module slug + */ + return apply_filters( 'jetpack_get_module_path', JETPACK__PLUGIN_DIR . "modules/$slug.php", $slug ); + } + + /** + * Saves all the currently active modules to options. + * Also fires Action hooks for each newly activated and deactivated module. + * + * @param array $modules Array of active modules to be saved in options. + * + * @return $success bool true for success, false for failure. + */ + public function update_active( $modules ) { + $current_modules = \Jetpack_Options::get_option( 'active_modules', array() ); + $active_modules = $this->get_active(); + $new_active_modules = array_diff( $modules, $current_modules ); + $new_inactive_modules = array_diff( $active_modules, $modules ); + $new_current_modules = array_diff( array_merge( $current_modules, $new_active_modules ), $new_inactive_modules ); + $reindexed_modules = array_values( $new_current_modules ); + $success = \Jetpack_Options::update_option( 'active_modules', array_unique( $reindexed_modules ) ); + // Let's take `pre_update_option_jetpack_active_modules` filter into account + // and actually decide for which modules we need to fire hooks by comparing + // the 'active_modules' option before and after the update. + $current_modules_post_update = \Jetpack_Options::get_option( 'active_modules', array() ); + + $new_inactive_modules = array_diff( $current_modules, $current_modules_post_update ); + $new_inactive_modules = array_unique( $new_inactive_modules ); + $new_inactive_modules = array_values( $new_inactive_modules ); + + $new_active_modules = array_diff( $current_modules_post_update, $current_modules ); + $new_active_modules = array_unique( $new_active_modules ); + $new_active_modules = array_values( $new_active_modules ); + + foreach ( $new_active_modules as $module ) { + /** + * Fires when a specific module is activated. + * + * @since 1.9.0 + * + * @param string $module Module slug. + * @param boolean $success whether the module was activated. @since 4.2 + */ + do_action( 'jetpack_activate_module', $module, $success ); + /** + * Fires when a module is activated. + * The dynamic part of the filter, $module, is the module slug. + * + * @since 1.9.0 + * + * @param string $module Module slug. + */ + do_action( "jetpack_activate_module_$module", $module ); + } + + foreach ( $new_inactive_modules as $module ) { + /** + * Fired after a module has been deactivated. + * + * @since 4.2.0 + * + * @param string $module Module slug. + * @param boolean $success whether the module was deactivated. + */ + do_action( 'jetpack_deactivate_module', $module, $success ); + /** + * Fires when a module is deactivated. + * The dynamic part of the filter, $module, is the module slug. + * + * @since 1.9.0 + * + * @param string $module Module slug. + */ + do_action( "jetpack_deactivate_module_$module", $module ); + } + + return $success; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-paths.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-paths.php new file mode 100644 index 00000000..a3313c66 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-paths.php @@ -0,0 +1,28 @@ + 'jetpack' ) ); + $url = add_query_arg( $args, admin_url( 'admin.php' ) ); + return $url; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-status.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-status.php new file mode 100644 index 00000000..b6d4a1e2 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-status.php @@ -0,0 +1,414 @@ +is_offline_mode(). + * + * @return bool Whether Jetpack's offline mode is active. + */ + public function is_development_mode() { + _deprecated_function( __FUNCTION__, '1.3.0', 'Automattic\Jetpack\Status->is_offline_mode' ); + return $this->is_offline_mode(); + } + + /** + * Is Jetpack in offline mode? + * + * This was formerly called "Development Mode", but sites "in development" aren't always offline/localhost. + * + * @since 1.3.0 + * + * @return bool Whether Jetpack's offline mode is active. + */ + public function is_offline_mode() { + $cached = Cache::get( 'is_offline_mode' ); + if ( null !== $cached ) { + return $cached; + } + + $offline_mode = false; + + if ( defined( '\\JETPACK_DEV_DEBUG' ) ) { + $offline_mode = constant( '\\JETPACK_DEV_DEBUG' ); + } elseif ( defined( '\\WP_LOCAL_DEV' ) ) { + $offline_mode = constant( '\\WP_LOCAL_DEV' ); + } elseif ( $this->is_local_site() ) { + $offline_mode = true; + } + + /** + * Filters Jetpack's offline mode. + * + * @see https://jetpack.com/support/development-mode/ + * @todo Update documentation ^^. + * + * @since 1.1.1 + * @since-jetpack 2.2.1 + * @deprecated 1.3.0 + * + * @param bool $offline_mode Is Jetpack's offline mode active. + */ + $offline_mode = (bool) apply_filters_deprecated( 'jetpack_development_mode', array( $offline_mode ), '1.3.0', 'jetpack_offline_mode' ); + + /** + * Filters Jetpack's offline mode. + * + * @see https://jetpack.com/support/development-mode/ + * @todo Update documentation ^^. + * + * @since 1.3.0 + * + * @param bool $offline_mode Is Jetpack's offline mode active. + */ + $offline_mode = (bool) apply_filters( 'jetpack_offline_mode', $offline_mode ); + + Cache::set( 'is_offline_mode', $offline_mode ); + return $offline_mode; + } + + /** + * Is Jetpack in "No User test mode"? + * + * This will make Jetpack act as if there were no connected users, but only a site connection (aka blog token) + * + * @since 1.6.0 + * @deprecated 1.7.5 Since this version, Jetpack connection is considered active after registration, making no_user_testing_mode obsolete. + * + * @return bool Whether Jetpack's No User Testing Mode is active. + */ + public function is_no_user_testing_mode() { + _deprecated_function( __METHOD__, '1.7.5' ); + return true; + } + + /** + * Whether this is a system with a multiple networks. + * Implemented since there is no core is_multi_network function. + * Right now there is no way to tell which network is the dominant network on the system. + * + * @return boolean + */ + public function is_multi_network() { + global $wpdb; + + $cached = Cache::get( 'is_multi_network' ); + if ( null !== $cached ) { + return $cached; + } + + // If we don't have a multi site setup no need to do any more. + if ( ! is_multisite() ) { + Cache::set( 'is_multi_network', false ); + return false; + } + + $num_sites = $wpdb->get_var( "SELECT COUNT(*) FROM {$wpdb->site}" ); + if ( $num_sites > 1 ) { + Cache::set( 'is_multi_network', true ); + return true; + } + + Cache::set( 'is_multi_network', false ); + return false; + } + + /** + * Whether the current site is single user site. + * + * @return bool + */ + public function is_single_user_site() { + global $wpdb; + + $ret = Cache::get( 'is_single_user_site' ); + if ( null === $ret ) { + $some_users = get_transient( 'jetpack_is_single_user' ); + if ( false === $some_users ) { + $some_users = $wpdb->get_var( "SELECT COUNT(*) FROM (SELECT user_id FROM $wpdb->usermeta WHERE meta_key = '{$wpdb->prefix}capabilities' LIMIT 2) AS someusers" ); + set_transient( 'jetpack_is_single_user', (int) $some_users, 12 * HOUR_IN_SECONDS ); + } + $ret = 1 === (int) $some_users; + Cache::set( 'is_single_user_site', $ret ); + } + return $ret; + } + + /** + * If the site is a local site. + * + * @since 1.3.0 + * + * @return bool + */ + public function is_local_site() { + $cached = Cache::get( 'is_local_site' ); + if ( null !== $cached ) { + return $cached; + } + + $site_url = site_url(); + + // Check for localhost and sites using an IP only first. + $is_local = $site_url && false === strpos( $site_url, '.' ); + + // Use Core's environment check, if available. + if ( 'local' === wp_get_environment_type() ) { + $is_local = true; + } + + // Then check for usual usual domains used by local dev tools. + $known_local = array( + '#\.local$#i', + '#\.localhost$#i', + '#\.test$#i', + '#\.docksal$#i', // Docksal. + '#\.docksal\.site$#i', // Docksal. + '#\.dev\.cc$#i', // ServerPress. + '#\.lndo\.site$#i', // Lando. + '#^https?://127\.0\.0\.1$#', + ); + + if ( ! $is_local ) { + foreach ( $known_local as $url ) { + if ( preg_match( $url, $site_url ) ) { + $is_local = true; + break; + } + } + } + + /** + * Filters is_local_site check. + * + * @since 1.3.0 + * + * @param bool $is_local If the current site is a local site. + */ + $is_local = apply_filters( 'jetpack_is_local_site', $is_local ); + + Cache::set( 'is_local_site', $is_local ); + return $is_local; + } + + /** + * If is a staging site. + * + * @todo Add IDC detection to a package. + * + * @return bool + */ + public function is_staging_site() { + $cached = Cache::get( 'is_staging_site' ); + if ( null !== $cached ) { + return $cached; + } + + /* + * Core's wp_get_environment_type allows for a few specific options. + * We should default to bowing out gracefully for anything other than production or local. + */ + $is_staging = ! in_array( wp_get_environment_type(), array( 'production', 'local' ), true ); + + $known_staging = array( + 'urls' => array( + '#\.staging\.wpengine\.com$#i', // WP Engine. This is their legacy staging URL structure. Their new platform does not have a common URL. https://github.com/Automattic/jetpack/issues/21504 + '#\.staging\.kinsta\.com$#i', // Kinsta.com. + '#\.kinsta\.cloud$#i', // Kinsta.com. + '#\.stage\.site$#i', // DreamPress. + '#\.newspackstaging\.com$#i', // Newspack. + '#^(?!live-)([a-zA-Z0-9-]+)\.pantheonsite\.io$#i', // Pantheon. + '#\.flywheelsites\.com$#i', // Flywheel. + '#\.flywheelstaging\.com$#i', // Flywheel. + '#\.cloudwaysapps\.com$#i', // Cloudways. + '#\.azurewebsites\.net$#i', // Azure. + '#\.wpserveur\.net$#i', // WPServeur. + '#\-liquidwebsites\.com$#i', // Liquidweb. + ), + 'constants' => array( + 'IS_WPE_SNAPSHOT', // WP Engine. This is used on their legacy staging environment. Their new platform does not have a constant. https://github.com/Automattic/jetpack/issues/21504 + 'KINSTA_DEV_ENV', // Kinsta.com. + 'WPSTAGECOACH_STAGING', // WP Stagecoach. + 'JETPACK_STAGING_MODE', // Generic. + 'WP_LOCAL_DEV', // Generic. + ), + ); + /** + * Filters the flags of known staging sites. + * + * @since 1.1.1 + * @since-jetpack 3.9.0 + * + * @param array $known_staging { + * An array of arrays that each are used to check if the current site is staging. + * @type array $urls URLs of staging sites in regex to check against site_url. + * @type array $constants PHP constants of known staging/developement environments. + * } + */ + $known_staging = apply_filters( 'jetpack_known_staging', $known_staging ); + + if ( isset( $known_staging['urls'] ) ) { + $site_url = site_url(); + foreach ( $known_staging['urls'] as $url ) { + if ( preg_match( $url, wp_parse_url( $site_url, PHP_URL_HOST ) ) ) { + $is_staging = true; + break; + } + } + } + + if ( isset( $known_staging['constants'] ) ) { + foreach ( $known_staging['constants'] as $constant ) { + if ( defined( $constant ) && constant( $constant ) ) { + $is_staging = true; + } + } + } + + // Last, let's check if sync is erroring due to an IDC. If so, set the site to staging mode. + if ( ! $is_staging && method_exists( 'Automattic\\Jetpack\\Identity_Crisis', 'validate_sync_error_idc_option' ) && \Automattic\Jetpack\Identity_Crisis::validate_sync_error_idc_option() ) { + $is_staging = true; + } + + /** + * Filters is_staging_site check. + * + * @since 1.1.1 + * @since-jetpack 3.9.0 + * + * @param bool $is_staging If the current site is a staging site. + */ + $is_staging = apply_filters( 'jetpack_is_staging_site', $is_staging ); + + Cache::set( 'is_staging_site', $is_staging ); + return $is_staging; + } + + /** + * Whether the site is currently onboarding or not. + * A site is considered as being onboarded if it currently has an onboarding token. + * + * @since-jetpack 5.8 + * + * @access public + * @static + * + * @return bool True if the site is currently onboarding, false otherwise + */ + public function is_onboarding() { + return \Jetpack_Options::get_option( 'onboarding' ) !== false; + } + + /** + * Whether the site is currently private or not. + * On WordPress.com and WoA, sites can be marked as private + * + * @since 1.16.0 + * + * @return bool True if the site is private. + */ + public function is_private_site() { + $ret = Cache::get( 'is_private_site' ); + if ( null === $ret ) { + $is_private_site = '-1' === get_option( 'blog_public' ); + + /** + * Filters the is_private_site check. + * + * @since 1.16.1 + * + * @param bool $is_private_site True if the site is private. + */ + $is_private_site = apply_filters( 'jetpack_is_private_site', $is_private_site ); + + Cache::set( 'is_private_site', $is_private_site ); + return $is_private_site; + } + return $ret; + } + + /** + * Whether the site is currently unlaunched or not. + * On WordPress.com and WoA, sites can be marked as "coming soon", aka unlaunched + * + * @since 1.16.0 + * + * @return bool True if the site is not launched. + */ + public function is_coming_soon() { + $ret = Cache::get( 'is_coming_soon' ); + if ( null === $ret ) { + $is_coming_soon = (bool) ( function_exists( 'site_is_coming_soon' ) && \site_is_coming_soon() ) + || get_option( 'wpcom_public_coming_soon' ); + + /** + * Filters the is_coming_soon check. + * + * @since 1.16.1 + * + * @param bool $is_coming_soon True if the site is coming soon (i.e. unlaunched). + */ + $is_coming_soon = apply_filters( 'jetpack_is_coming_soon', $is_coming_soon ); + + Cache::set( 'is_coming_soon', $is_coming_soon ); + return $is_coming_soon; + } + return $ret; + } + + /** + * Returns the site slug suffix to be used as part of Calypso URLs. + * + * Strips http:// or https:// from a url, replaces forward slash with ::. + * + * @since 1.6.0 + * + * @param string $url Optional. URL to build the site suffix from. Default: Home URL. + * + * @return string + */ + public function get_site_suffix( $url = '' ) { + // On WordPress.com, site suffixes are a bit different. + if ( method_exists( 'WPCOM_Masterbar', 'get_calypso_site_slug' ) ) { + return WPCOM_Masterbar::get_calypso_site_slug( get_current_blog_id() ); + } + + // Grab the 'site_url' option for WoA sites to avoid plugins to interfere with the site + // identifier (e.g. i18n plugins may change the main url to '/', but we + // want to exclude the locale since it's not part of the site suffix). + if ( ( new Host() )->is_woa_site() ) { + $url = \site_url(); + } + + if ( empty( $url ) ) { + // WordPress can be installed in subdirectories (e.g. make.wordpress.org/plugins) + // where the 'site_url' option points to the root domain (e.g. make.wordpress.org) + // which could collide with another site in the same domain but with WordPress + // installed in a different subdirectory (e.g. make.wordpress.org/core). To avoid + // such collision, we identify the site with the 'home_url' option. + $url = \home_url(); + } + + $url = preg_replace( '#^.*?://#', '', $url ); + $url = str_replace( '/', '::', $url ); + + return rtrim( $url, ':' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php new file mode 100644 index 00000000..518e5029 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php @@ -0,0 +1,43 @@ + 0 + +### Fixed +- Fix PHP 8.1 deprecation warnings. + +## [1.27.1] - 2021-11-02 +### Changed +- Set `convertDeprecationsToExceptions` true in PHPUnit config. +- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. + +## [1.27.0] - 2021-10-26 +### Added +- Added the _wpas_feature_enabled meta key to the sync list +- Sync Error Log to capture failed sync requests. + +### Fixed +- Check the return value of get_comment() before to use it. +- Increase send timeout to 20 seconds allowing capture of WP.com 408 responses. + +## [1.26.4] - 2021-10-13 +### Changed +- Sync Checksums: Convert text fields to latin1 before generating checksum. +- Updated package dependencies. + +### Fixed +- Sync Checksums - Update distinct clause to use $wpdb-> table names to accouunt for differences in prefixes. + +## [1.26.3] - 2021-10-12 +### Changed +- Updated package dependencies + +### Removed +- Remove initialization of the identity-crisis package. That will be handled by the Config package. + +### Fixed +- Reduce transient expiration for how often we check the state of the queue. +- Sync Checksums - exclude locale from checksum if same as site setting +- Sync Checksums - use distinct query when calculating count of Term Relationships + +## [1.26.2] - 2021-09-28 +### Added +- Add support for checksumming user-related tabled: wp_users and wp_usermeta + +### Changed +- Update annotations versions. +- Updated package dependencies. + +### Fixed +- Resolve indirect modification notice. +- Sync Checksums: utilize distinct clause in term counts. +- Sync Queue: better handling of serialization issues and empty actions. + +## [1.26.1] - 2021-09-03 +### Fixed +- Add better checks if the WooCommerce tables should be enabled for checksum/fix. +- Prevent PHP notices on queue_pull if all args are not set. + +## [1.26.0] - 2021-08-30 +### Added +- Add support for WooCommerce table to the checksum/fix process. +- Enable support for utf8 conversion during checksum calculation. + +### Changed +- Don't run composer install on regular phpunit script +- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). + +### Fixed +- Sync Checksums - ensure last object is included in histogram + +## [1.25.0] - 2021-08-12 +### Added +- Add package version tracking. +- Add `wpcom_is_fse_activated` to sync list +- Made /sync/object endpoint accessible over POST, not only GET, to allow fetching more items in a single request. + +## [1.24.2] - 2021-08-02 + +- Reverted: Sync option for the Carousel to display colorized slide background. + +## [1.24.1] - 2021-07-29 +### Changed +- Utilize an import for WP_Error in all instances. + +### Fixed +- Fixed unqualified WP_Error use in the Rest_Sender class. + +## [1.24.0] - 2021-07-27 +### Added +- Add a package version constant. +- Add Full Site Editing support to callback options. +- Sync option for the Carousel to display colorized slide background. + +### Fixed +- Update Sender so it adheres to max upload bytes when not encoding items. + +## [1.23.3] - 2021-07-16 +### Fixed +- Update Options module to return jetpack_sync_settings_* values from the Settings class vs direct option lookup. + +## [1.23.2] - 2021-07-13 +### Changed +- Updated package dependencies. + +### Fixed +- Performance of Sync checksums degraded with the update to correlated subquery. This restricts its usage to term_taxonomy joins only." + +## [1.23.1] - 2021-07-01 +### Changed +- Checksum parent_table joins need distinct selection to account for possibility of multiple rows. + +### Fixed +- Update term_taxonomy checksum query to an allowed list vs disallowed + +## [1.23.0] - 2021-06-29 +### Added +- Add jetpack_idc_disonnect action to clear Sync options on disconnect. +- Add support to callables to sync/object endpoint. +- Enable sync/object endpoint support for theme-info. +- Enhance updates module to support get_objects_by_id. +- Expand sync/object to support constants. +- Extend sync/object to support callables. +- Implement v4 REST endpoints. +- Initialize the IDC package in the Sync package. + +### Removed +- Remove product_cat from blocked taxonomies + +## [1.22.0] - 2021-06-15 +### Changed +- Sync: Adding the Identity_Crisis package. +- Updated package dependencies. + +### Deprecated +- Deprecated URL methods in `Automattic\Jetpack\Sync\Functions` in favor of `Automattic\Jetpack\Connection\Urls`. + +## [1.21.3] - 2021-05-25 +### Changed +- Performance: If no Full Sync is in process early return before we update options. + +### Fixed +- Janitorial: avoid PHP notices in some edge-cases +- Update Meta Module so get_object_by_id returns all meta values. + +## [1.21.2] - 2021-04-27 +### Added +- Added the password-checker package the the Sync package composer.json file. + +### Changed +- Updated package dependencies. + +### Fixed +- Sync: removed references to the JETPACK__PLUGIN_DIR constant. +- Sync Checksums : updated postmeta range query performance #19337. + +## [1.21.1] - 2021-03-30 +### Added +- Composer alias for dev-master, to improve dependencies +- Implement a 60 second back-off for non-200 respones, if no retry-after header is present in the response. +- Impose a max limit of 2MB on post meta values that are synced. +- Impose a max limit of 5MB on post_content that can be synced. + +### Changed +- Sync: Use the new Password_Checker package instead of Jetpack_Password_Checker. +- Update package dependencies. +- Use the Heartbeat package to generate the stats array + +### Fixed +- Migrate locks to update_option to avaoid memcache inconsistencies that can be introduced by delete_option usage. +- Update Sync Queue so that serialize is wrapped to catch errors + +## [1.21.0] - 2021-02-23 + +- General: update WordPress version requirements to WP 5.6 +- Update Checksums to support blacklisted taxonomies. +- Refactor Jetpack callables into the plugin using existing filter jetpack_sync_callable_whitelist +- Wrap call_user_func in is_callable so that we don't trigger warnings for callables that don't exist. +- Sync: Trigger initial sync on jetpack_site_registered +- Update Comments checksum field to comment_date_gmt. We cannot use comment_content directly due to charset/filters. +- Deprecate jetpack_json_wrap +- Remove Sync's usage of wp_startswith + +## [1.20.2] - 2021-02-08 + +- Update dependencies to latest stable + +## [1.20.1] - 2021-01-28 + +- Update dependencies to latest stable + +## [1.20.0] - 2021-01-26 + +- Sync Concurrency / Race Conditions +- Sync: Prevent an PHP warning +- Jetpack Sync: Checksums: Use a better way to fetch and validate fields against table +- Add mirror-repo information to all current composer packages +- Full Sync :: Reduce Concurrency. +- Monorepo: Reorganize all projects +- Various PHPCS and Cleanup + +## [1.19.4] - 2021-01-18 + +- Update dependencies to latest stable + +## [1.19.3] - 2021-01-18 + +- Full Sync :: Reduce Concurrency. + +## [1.19.2] - 2020-12-21 + +- Update the do_full_sync function to early return if we are in SYNC READ ONLY mode. +- Return an empty array if the specified range is empty. (It was returning the checksum for the WHOLE dataset). + +## [1.19.1] - 2020-12-17 + +## [1.19.0] - 2020-12-17 + +- sync: Improve sync checksum algorithm and endpoints +- wp_get_environment_type as callable. +- Disallow amp_validated_url as it is not site content but instead validation errors for amp mark-up. +- Whitelist (allow) jetpack_sync_settings_* options to be synced +- Re-order Sync default option whitelist (allowlist) + +## [1.18.1] - 2020-11-24 + +- Version packages for release + +## [1.18.0] - 2020-11-24 + +- Migrate jetpack_published_post to wp_after_insert_post hook +- Check value to determine if we should enable sync after an action enqueuement. +- General: update minimum required version to WordPress 5.5 +- Fix remaining phpcs warnings in most of requirelist +- Update access of comment_status_to_approval_value to allow extension. +- Update get_term Replicastore function to handle term_taxonomy_id option +- Update get_terms to utilize ensure_taxonomy so that the Taxonomy is registered. +- Addtion of note on explict return of null instead of false if option not found. +- Alignment of comment_status_to_approval_value function. Addition of post-trashed status and cleanup of cases. +- Alignment with implemenations. Call ensure_taxonomy to ensure Taxonomies have been initialized. +- Call ensure_taxonomy within get_object_terms so that the taxonomy is registered before action is performed. +- Updated PHPCS: Packages and Debugger + +## [1.17.2] - 2020-11-05 + +- Update dependencies to latest stable + +## [1.17.1] - 2020-10-29 + +- Update dependencies to latest stable + +## [1.17.0] - 2020-10-27 + +- WPCOM Block Editor: Update meta key name +- Resolve PHP Warning with array_filter usage in sync of action_links. +- Sync: Seperate theme data ( name, version, slug and uri) from theme support data +- Replaced intval() with (int) as part of issue #17432. +- Replaced strval() with type casting (string) as part of issue #17432. +- Replaced floatval() with type cast (float) as part of issue #17432. +- Make XMLRPC methods available for blog token + +## [1.16.4] - 2020-10-14 + +- Update dependencies to latest stable + +## [1.16.3] - 2020-10-09 + +- Update dependencies to latest stable + +## [1.16.2] - 2020-10-06 + +- Update dependencies to latest stable + +## [1.16.1] - 2020-10-01 + +- Update dependencies to latest stable + +## [1.16.0] - 2020-09-29 + +- Publicize: Allow publishing a post as a Twitter thread. +- props @jmdodd - filter out set_object_terms actions that don't perform any update. Includes unit tests. +- Sort Arrays by keys before generating callable checksums +- Packages: avoid PHPCS warnings +- Adding 'review' to whitelisted comment types +- Disable Sync sending on Backup API Requests +- Sync: stop trying to check for edit_comment capability +- Added options to sync wc whitelist +- Sync: Improve theme support syncing + +## [1.15.1] - 2020-09-09 + +- Update dependencies to latest stable + +## [1.15.0] - 2020-08-26 + +- Sync: add Creative Mail configuration option to synced options +- Extend sync_status endpoint with optional debug_details field +- REST API endpoints: expand management endpoints +- Sync: Fix nonce action string in theme edit sync +- WP 5.5 Compat: Align Jetpack and Core's plugin autoupdates +- use current user token to updateRole request +- Resolve Sync Errors from empty edge case and WP.com returning concurrent_request_error +- Rework Sender to properly return state during do_full_sync + +## [1.14.4] - 2020-08-10 + +- WP 5.5 Compat: Align Jetpack and Core's plugin autoupdates + +## [1.14.3] - 2020-08-10 + +- Update dependencies to latest stable + +## [1.14.2] - 2020-08-10 + +- Update dependencies to latest stable + +## [1.14.1] - 2020-08-10 + +- Resolve Sync Errors from empty edge case and WP.com returning concurrent_request_error + +## [1.14.0] - 2020-07-28 + +- Core Compat: Site Environment +- Unit Tests: fix tests according to changes in Core +- Utilize the blog token vs master user token to send sync actions. + +## [1.13.2] - 2020-07-06 + +- Update dependencies to latest stable + +## [1.13.1] - 2020-07-01 + +- Update dependencies to latest stable + +## [1.13.0] - 2020-06-30 + +- Block Flamingo Plugin post types in Jetpack Sync +- Explicit single execution of do_full_sync from cron +- Update to reference the property defined in the Jetpack Connection Manager class +- PHPCS: Clean up the packages +- WordAds: Add consent support for California Consumer Privacy Act (CCPA) +- Sync: Add additional support for theme_support_whitelist + +## [1.12.4] - 2020-06-02 + +- Revert "Fix `jetpack sync start` CLI command (#16010)" + +## [1.12.3] - 2020-06-01 + +- Update dependencies to latest stable + +## [1.12.2] - 2020-06-01 + +- Fix `jetpack sync start` CLI command + +## [1.12.1] - 2020-05-29 + +- Sync: Add additional support for theme_support_whitelist + +## [1.12.0] - 2020-05-26 + +- Update ReplicaStore to call clean_comment_cache when comments are upserted or a reset is perofrmed. +- Store the list of active plugins that uses connection in an option +- Jetpack Sync :: Alternate non-blocking flow +- Settings - Writing: add a toggle to Carousel so users can hide comment area +- Sender needs to load consistently utilizing logic +- Always delete items from the queue even if the buffer is no longer checked out. +- Update the hook of Sync's Comment module to not send meta actions when the comment_type is not whitelisted. +- Sync Comments apply whitelist to all actions + +## [1.11.0] - 2020-04-28 + +- Correct inline documentation "Array" type +- Filter out blacklisted post_types for deleted_post actions. +- Publicize: Add jetpack_publicize_options +- Blacklisting Post Types from Sync +- Comments: update default comment type +- Jetpack Sync: Split `jetpack_post_meta_batch_delete` in action to be called in chunks of 100 items, compared to all at once. +- Update Sync limits based on analysis of data loss events. + +## [1.10.0] - 2020-03-31 + +- Update dependencies to latest stable + +## [1.9.0] - 2020-03-31 + +- Debugger: Add sync health progress bar +- Add main network WPCOM blog ID to sync functions +- Masterbar: send wpcom user ID to wpcom when attempting to log… +- Sync: a better readme + +## [1.8.0] - 2020-02-25 + +- Minileven: add options back as they still exist on sites +- Sync: add queue size to actions +- Mobile Theme: remove feature + +## [1.7.6] - 2020-02-14 + +- get_sync_status does not properly account for unexpected states. + +## [1.7.5] - 2020-02-14 + +- Empty Helper function for checkin handler +- Sync Health: fix excessive data loss reports +- Initial Sync Health Status Class and Data Loss Handler +- Stop REST API Log entries from being synced + +## [1.7.4+vip] - 2020-02-14 + +- Empty Helper function for checkin handler + +## [1.7.4] - 2020-01-23 + +- Sync Chunk Keys need to be unique + +## [1.7.3] - 2020-01-20 + +- Sync: ensure we run the initial sync on new connections + +## [1.7.2] - 2020-01-17 + +- Sync Package: use Full_Sync_Immediately by default +- Adding new managed WordPress hosts to be identified in class-functions.php. + +## [1.7.1] - 2020-01-14 + +- Packages: Various improvements for wp.com or self-contained consumers + +## [1.7.0] - 2020-01-14 + +- Trying to add deterministic initialization. + +## [1.6.3] - 2020-01-07 + +- Fix git history. + +## [1.6.2] - 2019-12-31 + +- Sync: Remove DEFAULT_SYNC_MODULES legacy map +- Connection: Loose Comparison for Port Number in Signatures + +## [1.6.1] - 2019-12-13 + +- tweak default sync settings + +## [1.6.0] - 2019-12-02 + +- Sync: Full Sync: Send immediately. + +## [1.5.1] - 2019-11-26 + +- Marked the xmlrpc_api_url method as deprecated. + +## [1.5.0] - 2019-11-25 + +- Remove sync settings cache + +## [1.4.0] - 2019-11-19 + +- Full Sync: Don't allow more than one request to enqueue +- Sync: Update Max Int + +## [1.3.4] - 2019-11-08 + +- Packages: Use classmap instead of PSR-4 + +## [1.3.3] - 2019-11-08 + +- Deprecate Jetpack::is_development_mode() in favor of the packaged Status()->is_development_mode() + +## [1.3.2] - 2019-11-01 + +- Full Sync updates to allow full enqueuing of chunks. + +## [1.3.1] - 2019-10-29 + +- PHPCS: Rest of the packages + +## [1.3.0] - 2019-10-29 + +- Sync: Checkout Endpoint: Add `pop` argument 😱 + +## [1.2.1] - 2019-10-28 + +- Sync: Add Settings to enable/disable the sender for a particular queue + +## [1.2.0] - 2019-10-24 + +- Sync: Fix how we enqueue term_relationships on full sync 🏝 +- WP 5.3: Use modern wp_timezone +- Check for last_error when enqueuing IDs + +## [1.1.1] - 2019-10-23 + +- Use spread operator instead of func_get_args + +## [1.1.0] - 2019-10-07 + +- Sync: Ensure a post object is returned +- PHPCS: Sync Functions +- Sync: Bail initial sync if there is an ongoing full sync + +## [1.0.2] - 2019-09-25 + +- Sync: Only allow white listed comment types to be inserted. +- Sync: Move sync_object XML-RPC method from connection to sync +- Sync: do not sync comments made via Action Scheduler +- Docs: Unify usage of @package phpdoc tags + +## [1.0.1] - 2019-09-14 + +## 1.0.0 - 2019-09-14 + +- Packages: Move sync to a classmapped package + +[1.58.1]: https://github.com/Automattic/jetpack-sync/compare/v1.58.0...v1.58.1 +[1.58.0]: https://github.com/Automattic/jetpack-sync/compare/v1.57.4...v1.58.0 +[1.57.4]: https://github.com/Automattic/jetpack-sync/compare/v1.57.3...v1.57.4 +[1.57.3]: https://github.com/Automattic/jetpack-sync/compare/v1.57.2...v1.57.3 +[1.57.2]: https://github.com/Automattic/jetpack-sync/compare/v1.57.1...v1.57.2 +[1.57.1]: https://github.com/Automattic/jetpack-sync/compare/v1.57.0...v1.57.1 +[1.57.0]: https://github.com/Automattic/jetpack-sync/compare/v1.56.0...v1.57.0 +[1.56.0]: https://github.com/Automattic/jetpack-sync/compare/v1.55.2...v1.56.0 +[1.55.2]: https://github.com/Automattic/jetpack-sync/compare/v1.55.1...v1.55.2 +[1.55.1]: https://github.com/Automattic/jetpack-sync/compare/v1.55.0...v1.55.1 +[1.55.0]: https://github.com/Automattic/jetpack-sync/compare/v1.54.0...v1.55.0 +[1.54.0]: https://github.com/Automattic/jetpack-sync/compare/v1.53.0...v1.54.0 +[1.53.0]: https://github.com/Automattic/jetpack-sync/compare/v1.52.0...v1.53.0 +[1.52.0]: https://github.com/Automattic/jetpack-sync/compare/v1.51.0...v1.52.0 +[1.51.0]: https://github.com/Automattic/jetpack-sync/compare/v1.50.2...v1.51.0 +[1.50.2]: https://github.com/Automattic/jetpack-sync/compare/v1.50.1...v1.50.2 +[1.50.1]: https://github.com/Automattic/jetpack-sync/compare/v1.50.0...v1.50.1 +[1.50.0]: https://github.com/Automattic/jetpack-sync/compare/v1.49.0...v1.50.0 +[1.49.0]: https://github.com/Automattic/jetpack-sync/compare/v1.48.1...v1.49.0 +[1.48.1]: https://github.com/Automattic/jetpack-sync/compare/v1.48.0...v1.48.1 +[1.48.0]: https://github.com/Automattic/jetpack-sync/compare/v1.47.9...v1.48.0 +[1.47.9]: https://github.com/Automattic/jetpack-sync/compare/v1.47.8...v1.47.9 +[1.47.8]: https://github.com/Automattic/jetpack-sync/compare/v1.47.7...v1.47.8 +[1.47.7]: https://github.com/Automattic/jetpack-sync/compare/v1.47.6...v1.47.7 +[1.47.6]: https://github.com/Automattic/jetpack-sync/compare/v1.47.5...v1.47.6 +[1.47.5]: https://github.com/Automattic/jetpack-sync/compare/v1.47.4...v1.47.5 +[1.47.4]: https://github.com/Automattic/jetpack-sync/compare/v1.47.3...v1.47.4 +[1.47.3]: https://github.com/Automattic/jetpack-sync/compare/v1.47.2...v1.47.3 +[1.47.2]: https://github.com/Automattic/jetpack-sync/compare/v1.47.1...v1.47.2 +[1.47.1]: https://github.com/Automattic/jetpack-sync/compare/v1.47.0...v1.47.1 +[1.47.0]: https://github.com/Automattic/jetpack-sync/compare/v1.46.1...v1.47.0 +[1.46.1]: https://github.com/Automattic/jetpack-sync/compare/v1.46.0...v1.46.1 +[1.46.0]: https://github.com/Automattic/jetpack-sync/compare/v1.45.0...v1.46.0 +[1.45.0]: https://github.com/Automattic/jetpack-sync/compare/v1.44.2...v1.45.0 +[1.44.2]: https://github.com/Automattic/jetpack-sync/compare/v1.44.1...v1.44.2 +[1.44.1]: https://github.com/Automattic/jetpack-sync/compare/v1.44.0...v1.44.1 +[1.44.0]: https://github.com/Automattic/jetpack-sync/compare/v1.43.2...v1.44.0 +[1.43.2]: https://github.com/Automattic/jetpack-sync/compare/v1.43.1...v1.43.2 +[1.43.1]: https://github.com/Automattic/jetpack-sync/compare/v1.43.0...v1.43.1 +[1.43.0]: https://github.com/Automattic/jetpack-sync/compare/v1.42.0...v1.43.0 +[1.42.0]: https://github.com/Automattic/jetpack-sync/compare/v1.41.0...v1.42.0 +[1.41.0]: https://github.com/Automattic/jetpack-sync/compare/v1.40.3...v1.41.0 +[1.40.3]: https://github.com/Automattic/jetpack-sync/compare/v1.40.2...v1.40.3 +[1.40.2]: https://github.com/Automattic/jetpack-sync/compare/v1.40.1...v1.40.2 +[1.40.1]: https://github.com/Automattic/jetpack-sync/compare/v1.40.0...v1.40.1 +[1.40.0]: https://github.com/Automattic/jetpack-sync/compare/v1.39.0...v1.40.0 +[1.39.0]: https://github.com/Automattic/jetpack-sync/compare/v1.38.4...v1.39.0 +[1.38.4]: https://github.com/Automattic/jetpack-sync/compare/v1.38.3...v1.38.4 +[1.38.3]: https://github.com/Automattic/jetpack-sync/compare/v1.38.2...v1.38.3 +[1.38.2]: https://github.com/Automattic/jetpack-sync/compare/v1.38.1...v1.38.2 +[1.38.1]: https://github.com/Automattic/jetpack-sync/compare/v1.38.0...v1.38.1 +[1.38.0]: https://github.com/Automattic/jetpack-sync/compare/v1.37.1...v1.38.0 +[1.37.1]: https://github.com/Automattic/jetpack-sync/compare/v1.37.0...v1.37.1 +[1.37.0]: https://github.com/Automattic/jetpack-sync/compare/v1.36.1...v1.37.0 +[1.36.1]: https://github.com/Automattic/jetpack-sync/compare/v1.36.0...v1.36.1 +[1.36.0]: https://github.com/Automattic/jetpack-sync/compare/v1.35.2...v1.36.0 +[1.35.2]: https://github.com/Automattic/jetpack-sync/compare/v1.35.1...v1.35.2 +[1.35.1]: https://github.com/Automattic/jetpack-sync/compare/v1.35.0...v1.35.1 +[1.35.0]: https://github.com/Automattic/jetpack-sync/compare/v1.34.0...v1.35.0 +[1.34.0]: https://github.com/Automattic/jetpack-sync/compare/v1.33.1...v1.34.0 +[1.33.1]: https://github.com/Automattic/jetpack-sync/compare/v1.33.0...v1.33.1 +[1.33.0]: https://github.com/Automattic/jetpack-sync/compare/v1.32.0...v1.33.0 +[1.32.0]: https://github.com/Automattic/jetpack-sync/compare/v1.31.1...v1.32.0 +[1.31.1]: https://github.com/Automattic/jetpack-sync/compare/v1.31.0...v1.31.1 +[1.31.0]: https://github.com/Automattic/jetpack-sync/compare/v1.30.8...v1.31.0 +[1.30.8]: https://github.com/Automattic/jetpack-sync/compare/v1.30.7...v1.30.8 +[1.30.7]: https://github.com/Automattic/jetpack-sync/compare/v1.30.6...v1.30.7 +[1.30.6]: https://github.com/Automattic/jetpack-sync/compare/v1.30.5...v1.30.6 +[1.30.5]: https://github.com/Automattic/jetpack-sync/compare/v1.30.4...v1.30.5 +[1.30.4]: https://github.com/Automattic/jetpack-sync/compare/v1.30.3...v1.30.4 +[1.30.3]: https://github.com/Automattic/jetpack-sync/compare/v1.30.2...v1.30.3 +[1.30.2]: https://github.com/Automattic/jetpack-sync/compare/v1.30.1...v1.30.2 +[1.30.1]: https://github.com/Automattic/jetpack-sync/compare/v1.30.0...v1.30.1 +[1.30.0]: https://github.com/Automattic/jetpack-sync/compare/v1.29.2...v1.30.0 +[1.29.2]: https://github.com/Automattic/jetpack-sync/compare/v1.29.1...v1.29.2 +[1.29.1]: https://github.com/Automattic/jetpack-sync/compare/v1.29.0...v1.29.1 +[1.29.0]: https://github.com/Automattic/jetpack-sync/compare/v1.28.2...v1.29.0 +[1.28.2]: https://github.com/Automattic/jetpack-sync/compare/v1.28.1...v1.28.2 +[1.28.1]: https://github.com/Automattic/jetpack-sync/compare/v1.28.0...v1.28.1 +[1.28.0]: https://github.com/Automattic/jetpack-sync/compare/v1.27.6...v1.28.0 +[1.27.6]: https://github.com/Automattic/jetpack-sync/compare/v1.27.5...v1.27.6 +[1.27.5]: https://github.com/Automattic/jetpack-sync/compare/v1.27.4...v1.27.5 +[1.27.4]: https://github.com/Automattic/jetpack-sync/compare/v1.27.3...v1.27.4 +[1.27.3]: https://github.com/Automattic/jetpack-sync/compare/v1.27.2...v1.27.3 +[1.27.2]: https://github.com/Automattic/jetpack-sync/compare/v1.27.1...v1.27.2 +[1.27.1]: https://github.com/Automattic/jetpack-sync/compare/v1.27.0...v1.27.1 +[1.27.0]: https://github.com/Automattic/jetpack-sync/compare/v1.26.4...v1.27.0 +[1.26.4]: https://github.com/Automattic/jetpack-sync/compare/v1.26.3...v1.26.4 +[1.26.3]: https://github.com/Automattic/jetpack-sync/compare/v1.26.2...v1.26.3 +[1.26.2]: https://github.com/Automattic/jetpack-sync/compare/v1.26.1...v1.26.2 +[1.26.1]: https://github.com/Automattic/jetpack-sync/compare/v1.26.0...v1.26.1 +[1.26.0]: https://github.com/Automattic/jetpack-sync/compare/v1.25.0...v1.26.0 +[1.25.0]: https://github.com/Automattic/jetpack-sync/compare/v1.24.2...v1.25.0 +[1.24.2]: https://github.com/Automattic/jetpack-sync/compare/v1.24.1...v1.24.2 +[1.24.1]: https://github.com/Automattic/jetpack-sync/compare/v1.24.0...v1.24.1 +[1.24.0]: https://github.com/Automattic/jetpack-sync/compare/v1.23.3...v1.24.0 +[1.23.3]: https://github.com/Automattic/jetpack-sync/compare/v1.23.2...v1.23.3 +[1.23.2]: https://github.com/Automattic/jetpack-sync/compare/v1.23.1...v1.23.2 +[1.23.1]: https://github.com/Automattic/jetpack-sync/compare/v1.23.0...v1.23.1 +[1.23.0]: https://github.com/Automattic/jetpack-sync/compare/v1.22.0...v1.23.0 +[1.22.0]: https://github.com/Automattic/jetpack-sync/compare/v1.21.3...v1.22.0 +[1.21.3]: https://github.com/Automattic/jetpack-sync/compare/v1.21.2...v1.21.3 +[1.21.2]: https://github.com/Automattic/jetpack-sync/compare/v1.21.1...v1.21.2 +[1.21.1]: https://github.com/Automattic/jetpack-sync/compare/v1.21.0...v1.21.1 +[1.21.0]: https://github.com/Automattic/jetpack-sync/compare/v1.20.2...v1.21.0 +[1.20.2]: https://github.com/Automattic/jetpack-sync/compare/v1.20.1...v1.20.2 +[1.20.1]: https://github.com/Automattic/jetpack-sync/compare/v1.20.0...v1.20.1 +[1.20.0]: https://github.com/Automattic/jetpack-sync/compare/v1.19.4...v1.20.0 +[1.19.4]: https://github.com/Automattic/jetpack-sync/compare/v1.19.3...v1.19.4 +[1.19.3]: https://github.com/Automattic/jetpack-sync/compare/v1.19.2...v1.19.3 +[1.19.2]: https://github.com/Automattic/jetpack-sync/compare/v1.19.1...v1.19.2 +[1.19.1]: https://github.com/Automattic/jetpack-sync/compare/v1.19.0...v1.19.1 +[1.19.0]: https://github.com/Automattic/jetpack-sync/compare/v1.18.1...v1.19.0 +[1.18.1]: https://github.com/Automattic/jetpack-sync/compare/v1.18.0...v1.18.1 +[1.18.0]: https://github.com/Automattic/jetpack-sync/compare/v1.17.2...v1.18.0 +[1.17.2]: https://github.com/Automattic/jetpack-sync/compare/v1.17.1...v1.17.2 +[1.17.1]: https://github.com/Automattic/jetpack-sync/compare/v1.17.0...v1.17.1 +[1.17.0]: https://github.com/Automattic/jetpack-sync/compare/v1.16.4...v1.17.0 +[1.16.4]: https://github.com/Automattic/jetpack-sync/compare/v1.16.3...v1.16.4 +[1.16.3]: https://github.com/Automattic/jetpack-sync/compare/v1.16.2...v1.16.3 +[1.16.2]: https://github.com/Automattic/jetpack-sync/compare/v1.16.1...v1.16.2 +[1.16.1]: https://github.com/Automattic/jetpack-sync/compare/v1.16.0...v1.16.1 +[1.16.0]: https://github.com/Automattic/jetpack-sync/compare/v1.15.1...v1.16.0 +[1.15.1]: https://github.com/Automattic/jetpack-sync/compare/v1.15.0...v1.15.1 +[1.15.0]: https://github.com/Automattic/jetpack-sync/compare/v1.14.4...v1.15.0 +[1.14.4]: https://github.com/Automattic/jetpack-sync/compare/v1.14.3...v1.14.4 +[1.14.3]: https://github.com/Automattic/jetpack-sync/compare/v1.14.2...v1.14.3 +[1.14.2]: https://github.com/Automattic/jetpack-sync/compare/v1.14.1...v1.14.2 +[1.14.1]: https://github.com/Automattic/jetpack-sync/compare/v1.14.0...v1.14.1 +[1.14.0]: https://github.com/Automattic/jetpack-sync/compare/v1.13.2...v1.14.0 +[1.13.2]: https://github.com/Automattic/jetpack-sync/compare/v1.13.1...v1.13.2 +[1.13.1]: https://github.com/Automattic/jetpack-sync/compare/v1.13.0...v1.13.1 +[1.13.0]: https://github.com/Automattic/jetpack-sync/compare/v1.12.4...v1.13.0 +[1.12.4]: https://github.com/Automattic/jetpack-sync/compare/v1.12.3...v1.12.4 +[1.12.3]: https://github.com/Automattic/jetpack-sync/compare/v1.12.2...v1.12.3 +[1.12.2]: https://github.com/Automattic/jetpack-sync/compare/v1.12.1...v1.12.2 +[1.12.1]: https://github.com/Automattic/jetpack-sync/compare/v1.12.0...v1.12.1 +[1.12.0]: https://github.com/Automattic/jetpack-sync/compare/v1.11.0...v1.12.0 +[1.11.0]: https://github.com/Automattic/jetpack-sync/compare/v1.10.0...v1.11.0 +[1.10.0]: https://github.com/Automattic/jetpack-sync/compare/v1.9.0...v1.10.0 +[1.9.0]: https://github.com/Automattic/jetpack-sync/compare/v1.8.0...v1.9.0 +[1.8.0]: https://github.com/Automattic/jetpack-sync/compare/v1.7.6...v1.8.0 +[1.7.6]: https://github.com/Automattic/jetpack-sync/compare/v1.7.5...v1.7.6 +[1.7.5]: https://github.com/Automattic/jetpack-sync/compare/v1.7.4+vip...v1.7.5 +[1.7.4+vip]: https://github.com/Automattic/jetpack-sync/compare/v1.7.4...v1.7.4+vip +[1.7.4]: https://github.com/Automattic/jetpack-sync/compare/v1.7.3...v1.7.4 +[1.7.3]: https://github.com/Automattic/jetpack-sync/compare/v1.7.2...v1.7.3 +[1.7.2]: https://github.com/Automattic/jetpack-sync/compare/v1.7.1...v1.7.2 +[1.7.1]: https://github.com/Automattic/jetpack-sync/compare/v1.7.0...v1.7.1 +[1.7.0]: https://github.com/Automattic/jetpack-sync/compare/v1.6.3...v1.7.0 +[1.6.3]: https://github.com/Automattic/jetpack-sync/compare/v1.6.2...v1.6.3 +[1.6.2]: https://github.com/Automattic/jetpack-sync/compare/v1.6.1...v1.6.2 +[1.6.1]: https://github.com/Automattic/jetpack-sync/compare/v1.6.0...v1.6.1 +[1.6.0]: https://github.com/Automattic/jetpack-sync/compare/v1.5.1...v1.6.0 +[1.5.1]: https://github.com/Automattic/jetpack-sync/compare/v1.5.0...v1.5.1 +[1.5.0]: https://github.com/Automattic/jetpack-sync/compare/v1.4.0...v1.5.0 +[1.4.0]: https://github.com/Automattic/jetpack-sync/compare/v1.3.4...v1.4.0 +[1.3.4]: https://github.com/Automattic/jetpack-sync/compare/v1.3.3...v1.3.4 +[1.3.3]: https://github.com/Automattic/jetpack-sync/compare/v1.3.2...v1.3.3 +[1.3.2]: https://github.com/Automattic/jetpack-sync/compare/v1.3.1...v1.3.2 +[1.3.1]: https://github.com/Automattic/jetpack-sync/compare/v1.3.0...v1.3.1 +[1.3.0]: https://github.com/Automattic/jetpack-sync/compare/v1.2.1...v1.3.0 +[1.2.1]: https://github.com/Automattic/jetpack-sync/compare/v1.2.0...v1.2.1 +[1.2.0]: https://github.com/Automattic/jetpack-sync/compare/v1.1.1...v1.2.0 +[1.1.1]: https://github.com/Automattic/jetpack-sync/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/Automattic/jetpack-sync/compare/v1.0.2...v1.1.0 +[1.0.2]: https://github.com/Automattic/jetpack-sync/compare/v1.0.1...v1.0.2 +[1.0.1]: https://github.com/Automattic/jetpack-sync/compare/v1.0.0...v1.0.1 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/SECURITY.md new file mode 100644 index 00000000..98f48dd1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/SECURITY.md @@ -0,0 +1,47 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack and its associated plugins have continued support. If a critical vulnerability is found in the current version of a plugin, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +Our HackerOne program covers the below plugin software, as well as a variety of related projects and infrastructure: + +* [Jetpack](https://jetpack.com/) +* Jetpack Backup +* Jetpack Boost +* Jetpack CRM +* Jetpack Protect +* Jetpack Search +* Jetpack Social +* Jetpack VideoPress + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/composer.json new file mode 100644 index 00000000..2a34f886 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/composer.json @@ -0,0 +1,59 @@ +{ + "name": "automattic/jetpack-sync", + "description": "Everything needed to allow syncing to the WP.com infrastructure.", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": { + "automattic/jetpack-connection": "^1.58.1", + "automattic/jetpack-constants": "^1.6.23", + "automattic/jetpack-identity-crisis": "^0.11.0", + "automattic/jetpack-password-checker": "^0.2.14", + "automattic/jetpack-ip": "^0.1.6", + "automattic/jetpack-roles": "^1.4.25", + "automattic/jetpack-status": "^1.18.5" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.11", + "yoast/phpunit-polyfills": "1.1.0", + "automattic/wordbless": "@dev" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-sync", + "textdomain": "jetpack-sync", + "version-constants": { + "::PACKAGE_VERSION": "src/class-package-version.php" + }, + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.58.x-dev" + } + }, + "config": { + "allow-plugins": { + "roots/wordpress-core-installer": true + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php new file mode 100644 index 00000000..73fbfadf --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php @@ -0,0 +1,1100 @@ +do_dedicated_sync_and_exit(); + } + } + + /** + * Define JETPACK_SYNC_READ_ONLY constant if not defined. + * This notifies sync to not run in shutdown if it was initialized during init. + * + * @access public + * @static + */ + public static function mark_sync_read_only() { + Constants::set_constant( 'JETPACK_SYNC_READ_ONLY', true ); + } + + /** + * Decides if the sender should run on shutdown for this request. + * + * @access public + * @static + * + * @return bool + */ + public static function should_initialize_sender() { + + // Allow for explicit disable of Sync from request param jetpack_sync_read_only. + if ( isset( $_REQUEST['jetpack_sync_read_only'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification + self::mark_sync_read_only(); + return false; + } + + if ( Constants::is_true( 'DOING_CRON' ) ) { + return self::sync_via_cron_allowed(); + } + + /** + * For now, if dedicated Sync is enabled we will always initialize send, even for GET and unauthenticated requests. + */ + if ( Settings::is_dedicated_sync_enabled() ) { + return true; + } + + if ( isset( $_SERVER['REQUEST_METHOD'] ) && 'POST' === $_SERVER['REQUEST_METHOD'] ) { + return true; + } + + if ( current_user_can( 'manage_options' ) ) { + return true; + } + + if ( is_admin() ) { + return true; + } + + if ( defined( 'PHPUNIT_JETPACK_TESTSUITE' ) ) { + return true; + } + + if ( Constants::get_constant( 'WP_CLI' ) ) { + return true; + } + + return false; + } + + /** + * Decides if the sender should run on shutdown when actions are queued. + * + * @access public + * @static + * + * @param bool $enable Should we initilize sender. + * @return bool + */ + public static function should_initialize_sender_enqueue( $enable ) { + + // If $enabled is false don't modify it, only check cron if enabled. + if ( false === $enable ) { + return $enable; + } + + if ( Constants::is_true( 'DOING_CRON' ) ) { + return self::sync_via_cron_allowed(); + } + + return true; + } + + /** + * Decides if sync should run at all during this request. + * + * @access public + * @static + * + * @return bool + */ + public static function sync_allowed() { + if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) { + return false; + } + + if ( defined( 'PHPUNIT_JETPACK_TESTSUITE' ) ) { + return true; + } + + if ( ! Settings::is_sync_enabled() ) { + return false; + } + + if ( ( new Status() )->is_offline_mode() ) { + return false; + } + + if ( ( new Status() )->is_staging_site() ) { + return false; + } + + $connection = new Jetpack_Connection(); + if ( ! $connection->is_connected() ) { + if ( ! doing_action( 'jetpack_site_registered' ) ) { + return false; + } + } + + return true; + } + + /** + * Helper function to get details as to why sync is not allowed, if it is not allowed. + * + * @return array + */ + public static function get_debug_details() { + $debug = array(); + $debug['debug_details']['sync_allowed'] = self::sync_allowed(); + $debug['debug_details']['sync_health'] = Health::get_status(); + if ( false === $debug['debug_details']['sync_allowed'] ) { + if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) { + $debug['debug_details']['is_wpcom'] = true; + } + if ( defined( 'PHPUNIT_JETPACK_TESTSUITE' ) ) { + $debug['debug_details']['PHPUNIT_JETPACK_TESTSUITE'] = true; + } + if ( ! Settings::is_sync_enabled() ) { + $debug['debug_details']['is_sync_enabled'] = false; + $debug['debug_details']['jetpack_sync_disable'] = Settings::get_setting( 'disable' ); + $debug['debug_details']['jetpack_sync_network_disable'] = Settings::get_setting( 'network_disable' ); + } + if ( ( new Status() )->is_offline_mode() ) { + $debug['debug_details']['is_offline_mode'] = true; + } + if ( ( new Status() )->is_staging_site() ) { + $debug['debug_details']['is_staging_site'] = true; + } + $connection = new Jetpack_Connection(); + if ( ! $connection->is_connected() ) { + $debug['debug_details']['active_connection'] = false; + } + } + + // Sync locks. + $debug['debug_details']['dedicated_sync_enabled'] = Settings::is_dedicated_sync_enabled(); + + $queue = self::$sender->get_sync_queue(); + $full_queue = self::$sender->get_full_sync_queue(); + + $debug['debug_details']['sync_locks'] = array( + 'retry_time_sync' => get_option( self::RETRY_AFTER_PREFIX . 'sync' ), + 'retry_time_full_sync' => get_option( self::RETRY_AFTER_PREFIX . 'full_sync' ), + 'next_sync_time_sync' => self::$sender->get_next_sync_time( 'sync' ), + 'next_sync_time_full_sync' => self::$sender->get_next_sync_time( 'full_sync' ), + 'queue_locked_sync' => $queue->is_locked(), + 'queue_locked_full_sync' => $full_queue->is_locked(), + 'dedicated_sync_request_lock' => \Jetpack_Options::get_raw_option( Dedicated_Sender::DEDICATED_SYNC_REQUEST_LOCK_OPTION_NAME, null ), + 'dedicated_sync_temporary_disable_flag' => get_transient( Dedicated_Sender::DEDICATED_SYNC_TEMPORARY_DISABLE_FLAG ), + ); + + // Sync Logs. + $debug['debug_details']['last_succesful_sync'] = get_option( self::LAST_SUCCESS_PREFIX . 'sync', '' ); + $debug['debug_details']['sync_error_log'] = get_option( self::ERROR_LOG_PREFIX . 'sync', '' ); + + return $debug; + } + + /** + * Determines if syncing during a cron job is allowed. + * + * @access public + * @static + * + * @return bool|int + */ + public static function sync_via_cron_allowed() { + return ( Settings::get_setting( 'sync_via_cron' ) ); + } + + /** + * Decides if the given post should be Publicized based on its type. + * + * @access public + * @static + * + * @param bool $should_publicize Publicize status prior to this filter running. + * @param \WP_Post $post The post to test for Publicizability. + * @return bool + */ + public static function prevent_publicize_blacklisted_posts( $should_publicize, $post ) { + if ( in_array( $post->post_type, Settings::get_setting( 'post_types_blacklist' ), true ) ) { + return false; + } + + return $should_publicize; + } + + /** + * Set an importing flag to `true` in sync settings. + * + * @access public + * @static + */ + public static function set_is_importing_true() { + Settings::set_importing( true ); + } + + /** + * Sends data to WordPress.com via an XMLRPC request. + * + * @access public + * @static + * + * @param object $data Data relating to a sync action. + * @param string $codec_name The name of the codec that encodes the data. + * @param float $sent_timestamp Current server time so we can compensate for clock differences. + * @param string $queue_id The queue the action belongs to, sync or full_sync. + * @param float $checkout_duration Time spent retrieving queue items from the DB. + * @param float $preprocess_duration Time spent converting queue items into data to send. + * @param int $queue_size The size of the sync queue at the time of processing. + * @param string $buffer_id The ID of the Queue buffer checked out for processing. + * @return mixed|WP_Error The result of the sending request. + */ + public static function send_data( $data, $codec_name, $sent_timestamp, $queue_id, $checkout_duration, $preprocess_duration, $queue_size = null, $buffer_id = null ) { + + $query_args = array( + 'sync' => '1', // Add an extra parameter to the URL so we can tell it's a sync action. + 'codec' => $codec_name, + 'timestamp' => $sent_timestamp, + 'queue' => $queue_id, + 'cd' => sprintf( '%.4f', $checkout_duration ), + 'pd' => sprintf( '%.4f', $preprocess_duration ), + 'queue_size' => $queue_size, + 'buffer_id' => $buffer_id, + // TODO this will be extended in the future. Might be good to extract in a separate method to support future entries too. + 'sync_flow_type' => Settings::is_dedicated_sync_enabled() ? 'dedicated' : 'default', + 'storage_type' => Settings::is_custom_queue_table_enabled() ? 'custom' : 'options', + ); + + $query_args['timeout'] = Settings::is_doing_cron() ? 30 : 20; + + if ( 'immediate-send' === $queue_id ) { + $query_args['timeout'] = 30; + } + + /** + * Filters query parameters appended to the Sync request URL sent to WordPress.com. + * + * @since 1.6.3 + * @since-jetpack 4.7.0 + * + * @param array $query_args associative array of query parameters. + */ + $query_args = apply_filters( 'jetpack_sync_send_data_query_args', $query_args ); + + $connection = new Jetpack_Connection(); + $url = add_query_arg( $query_args, $connection->xmlrpc_api_url() ); + + // If we're currently updating to Jetpack 7.7, the IXR client may be missing briefly + // because since 7.7 it's being autoloaded with Composer. + if ( ! class_exists( '\\Jetpack_IXR_Client' ) ) { + return new WP_Error( + 'ixr_client_missing', + esc_html__( 'Sync has been aborted because the IXR client is missing.', 'jetpack-sync' ) + ); + } + + $rpc = new \Jetpack_IXR_Client( + array( + 'url' => $url, + 'timeout' => $query_args['timeout'], + ) + ); + + $result = $rpc->query( 'jetpack.syncActions', $data ); + + // Adhere to Retry-After headers. + $retry_after = $rpc->get_response_header( 'Retry-After' ); + if ( false !== $retry_after ) { + if ( (int) $retry_after > 0 ) { + update_option( self::RETRY_AFTER_PREFIX . $queue_id, microtime( true ) + (int) $retry_after, false ); + } else { + // if unexpected value default to 3 minutes. + update_option( self::RETRY_AFTER_PREFIX . $queue_id, microtime( true ) + 180, false ); + } + } + + // Enable/Disable Dedicated Sync flow via response headers. + $dedicated_sync_header = $rpc->get_response_header( 'Jetpack-Dedicated-Sync' ); + if ( false !== $dedicated_sync_header ) { + Dedicated_Sender::maybe_change_dedicated_sync_status_from_wpcom_header( $dedicated_sync_header ); + } + + if ( ! $result ) { + if ( false === $retry_after ) { + // We received a non standard response from WP.com, lets backoff from sending requests for 1 minute. + update_option( self::RETRY_AFTER_PREFIX . $queue_id, microtime( true ) + 60, false ); + } + // Record Sync Errors. + $error_log = get_option( self::ERROR_LOG_PREFIX . $queue_id, array() ); + if ( ! is_array( $error_log ) ) { + $error_log = array(); + } + // Trim existing array to last 4 entries. + if ( 5 <= count( $error_log ) ) { + $error_log = array_slice( $error_log, -4, null, true ); + } + // Add new error indexed to time. + $error = $rpc->get_jetpack_error(); + $error->add_data( $rpc->get_last_response() ); + $error_log[ (string) microtime( true ) ] = $error; + // Update the error log. + update_option( self::ERROR_LOG_PREFIX . $queue_id, $error_log ); + + // return request error. + return $rpc->get_jetpack_error(); + } + + $response = $rpc->getResponse(); + + // Check if WordPress.com IDC mitigation blocked the sync request. + if ( Identity_Crisis::init()->check_response_for_idc( $response ) ) { + return new WP_Error( + 'sync_error_idc', + esc_html__( 'Sync has been blocked from WordPress.com because it would cause an identity crisis', 'jetpack-sync' ) + ); + } + + // Record last successful sync. + update_option( self::LAST_SUCCESS_PREFIX . $queue_id, microtime( true ), false ); + + return $response; + } + + /** + * Kicks off the initial sync. + * + * @access public + * @static + * + * @return bool|null False if sync is not allowed. + */ + public static function do_initial_sync() { + // Let's not sync if we are not supposed to. + if ( ! self::sync_allowed() ) { + return false; + } + + // Don't start new sync if a full sync is in process. + $full_sync_module = Modules::get_module( 'full-sync' ); + if ( $full_sync_module && $full_sync_module->is_started() && ! $full_sync_module->is_finished() ) { + return false; + } + + $initial_sync_config = array( + 'options' => true, + 'functions' => true, + 'constants' => true, + 'users' => array( get_current_user_id() ), + 'network_options' => true, + ); + + self::do_full_sync( $initial_sync_config ); + } + + /** + * Do an initial full sync only if one has not already been started. + * + * @return bool|null False if the initial full sync was already started, otherwise null. + */ + public static function do_only_first_initial_sync() { + $full_sync_module = Modules::get_module( 'full-sync' ); + if ( $full_sync_module && $full_sync_module->is_started() ) { + return false; + } + + static::do_initial_sync(); + } + + /** + * Kicks off a full sync. + * + * @access public + * @static + * + * @param array $modules The sync modules should be included in this full sync. All will be included if null. + * @return bool True if full sync was successfully started. + */ + public static function do_full_sync( $modules = null ) { + if ( ! self::sync_allowed() ) { + return false; + } + + $full_sync_module = Modules::get_module( 'full-sync' ); + + if ( ! $full_sync_module ) { + return false; + } + + self::initialize_listener(); + + $full_sync_module->start( $modules ); + + return true; + } + + /** + * Adds a cron schedule for regular syncing via cron, unless the schedule already exists. + * + * @access public + * @static + * + * @param array $schedules The list of WordPress cron schedules prior to this filter. + * @return array A list of WordPress cron schedules with the Jetpack sync interval added. + */ + public static function jetpack_cron_schedule( $schedules ) { + if ( ! isset( $schedules[ self::DEFAULT_SYNC_CRON_INTERVAL_NAME ] ) ) { + $minutes = (int) ( self::DEFAULT_SYNC_CRON_INTERVAL_VALUE / 60 ); + $display = ( 1 === $minutes ) ? + __( 'Every minute', 'jetpack-sync' ) : + /* translators: %d is an integer indicating the number of minutes. */ + sprintf( __( 'Every %d minutes', 'jetpack-sync' ), $minutes ); + $schedules[ self::DEFAULT_SYNC_CRON_INTERVAL_NAME ] = array( + 'interval' => self::DEFAULT_SYNC_CRON_INTERVAL_VALUE, + 'display' => $display, + ); + } + return $schedules; + } + + /** + * Starts an incremental sync via cron. + * + * @access public + * @static + */ + public static function do_cron_sync() { + self::do_cron_sync_by_type( 'sync' ); + } + + /** + * Starts a full sync via cron. + * + * @access public + * @static + */ + public static function do_cron_full_sync() { + self::do_cron_sync_by_type( 'full_sync' ); + } + + /** + * Try to send actions until we run out of things to send, + * or have to wait more than 15s before sending again, + * or we hit a lock or some other sending issue + * + * @access public + * @static + * + * @param string $type Sync type. Can be `sync` or `full_sync`. + */ + public static function do_cron_sync_by_type( $type ) { + if ( ! self::sync_allowed() || ( 'sync' !== $type && 'full_sync' !== $type ) ) { + return; + } + + self::initialize_sender(); + + $time_limit = Settings::get_setting( 'cron_sync_time_limit' ); + $start_time = time(); + $executions = 0; + + do { + $next_sync_time = self::$sender->get_next_sync_time( $type ); + + if ( $next_sync_time ) { + $delay = $next_sync_time - time() + 1; + if ( $delay > 15 ) { + break; + } elseif ( $delay > 0 ) { + sleep( $delay ); + } + } + + // Explicitly only allow 1 do_full_sync call until issue with Immediate Full Sync is resolved. + // For more context see p1HpG7-9pe-p2. + if ( 'full_sync' === $type && $executions >= 1 ) { + break; + } + + /** + * Only try to sync once if Dedicated Sync is enabled. Dedicated Sync has its own requeueing mechanism + * that will re-run it if there are items in the queue at the end. + */ + if ( 'sync' === $type && $executions >= 1 && Settings::is_dedicated_sync_enabled() ) { + break; + } + + $result = 'full_sync' === $type ? self::$sender->do_full_sync() : self::$sender->do_sync(); + + // # of send actions performed. + ++$executions; + + } while ( $result && ! is_wp_error( $result ) && ( $start_time + $time_limit ) > time() ); + + return $executions; + } + + /** + * Initialize the sync listener. + * + * @access public + * @static + */ + public static function initialize_listener() { + self::$listener = Listener::get_instance(); + } + + /** + * Initializes the sync sender. + * + * @access public + * @static + */ + public static function initialize_sender() { + self::$sender = Sender::get_instance(); + add_filter( 'jetpack_sync_send_data', array( __CLASS__, 'send_data' ), 10, 8 ); + } + + /** + * Initializes sync for WooCommerce. + * + * @access public + * @static + */ + public static function initialize_woocommerce() { + if ( false === class_exists( 'WooCommerce' ) ) { + return; + } + add_filter( 'jetpack_sync_modules', array( __CLASS__, 'add_woocommerce_sync_module' ) ); + + if ( ! class_exists( CustomOrdersTableController::class ) ) { + return; + } + $cot_controller = wc_get_container()->get( CustomOrdersTableController::class ); + if ( $cot_controller->custom_orders_table_usage_is_enabled() ) { + add_filter( 'jetpack_sync_modules', array( __CLASS__, 'add_woocommerce_hpos_order_sync_module' ) ); + } + } + + /** + * Initializes sync for Instant Search. + * + * @access public + * @static + */ + public static function initialize_search() { + if ( false === class_exists( 'Automattic\\Jetpack\\Search\\Module_Control' ) ) { + return; + } + $search_module = new \Automattic\Jetpack\Search\Module_Control(); + if ( $search_module->is_instant_search_enabled() ) { + add_filter( 'jetpack_sync_modules', array( __CLASS__, 'add_search_sync_module' ) ); + } + } + + /** + * Add Search updates to Sync Filters. + * + * @access public + * @static + * + * @param array $sync_modules The list of sync modules declared prior to this filter. + * @return array A list of sync modules that now includes Search's modules. + */ + public static function add_search_sync_module( $sync_modules ) { + $sync_modules[] = 'Automattic\\Jetpack\\Sync\\Modules\\Search'; + return $sync_modules; + } + + /** + * Adds Woo's sync modules to existing modules for sending. + * + * @access public + * @static + * + * @param array $sync_modules The list of sync modules declared prior to this filter. + * @return array A list of sync modules that now includes Woo's modules. + */ + public static function add_woocommerce_sync_module( $sync_modules ) { + $sync_modules[] = 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce'; + return $sync_modules; + } + + /** + * Adds Woo's HPOS sync modules to existing modules for sending. + * + * @param array $sync_modules The list of sync modules declared prior to this filter. + * + * @access public + * @static + * + * @return array A list of sync modules that now includes Woo's HPOS modules. + */ + public static function add_woocommerce_hpos_order_sync_module( $sync_modules ) { + $sync_modules[] = WooCommerce_HPOS_Orders::class; + return $sync_modules; + } + + /** + * Initializes sync for WP Super Cache. + * + * @access public + * @static + */ + public static function initialize_wp_super_cache() { + if ( false === function_exists( 'wp_cache_is_enabled' ) ) { + return; + } + add_filter( 'jetpack_sync_modules', array( __CLASS__, 'add_wp_super_cache_sync_module' ) ); + } + + /** + * Adds WP Super Cache's sync modules to existing modules for sending. + * + * @access public + * @static + * + * @param array $sync_modules The list of sync modules declared prior to this filer. + * @return array A list of sync modules that now includes WP Super Cache's modules. + */ + public static function add_wp_super_cache_sync_module( $sync_modules ) { + $sync_modules[] = 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache'; + return $sync_modules; + } + + /** + * Sanitizes the name of sync's cron schedule. + * + * @access public + * @static + * + * @param string $schedule The name of a WordPress cron schedule. + * @return string The sanitized name of sync's cron schedule. + */ + public static function sanitize_filtered_sync_cron_schedule( $schedule ) { + $schedule = sanitize_key( $schedule ); + $schedules = wp_get_schedules(); + + // Make sure that the schedule has actually been registered using the `cron_intervals` filter. + if ( isset( $schedules[ $schedule ] ) ) { + return $schedule; + } + + return self::DEFAULT_SYNC_CRON_INTERVAL_NAME; + } + + /** + * Allows offsetting of start times for sync cron jobs. + * + * @access public + * @static + * + * @param string $schedule The name of a cron schedule. + * @param string $hook The hook that this method is responding to. + * @return int The offset for the sync cron schedule. + */ + public static function get_start_time_offset( $schedule = '', $hook = '' ) { + $start_time_offset = is_multisite() + ? wp_rand( 0, ( 2 * self::DEFAULT_SYNC_CRON_INTERVAL_VALUE ) ) + : 0; + + /** + * Allows overriding the offset that the sync cron jobs will first run. This can be useful when scheduling + * cron jobs across multiple sites in a network. + * + * @since 1.6.3 + * @since-jetpack 4.5.0 + * + * @param int $start_time_offset + * @param string $hook + * @param string $schedule + */ + return (int) apply_filters( + 'jetpack_sync_cron_start_time_offset', + $start_time_offset, + $hook, + $schedule + ); + } + + /** + * Decides if a sync cron should be scheduled. + * + * @access public + * @static + * + * @param string $schedule The name of a cron schedule. + * @param string $hook The hook that this method is responding to. + */ + public static function maybe_schedule_sync_cron( $schedule, $hook ) { + if ( ! $hook ) { + return; + } + $schedule = self::sanitize_filtered_sync_cron_schedule( $schedule ); + + $start_time = time() + self::get_start_time_offset( $schedule, $hook ); + if ( ! wp_next_scheduled( $hook ) ) { + // Schedule a job to send pending queue items once a minute. + wp_schedule_event( $start_time, $schedule, $hook ); + } elseif ( wp_get_schedule( $hook ) !== $schedule ) { + // If the schedule has changed, update the schedule. + wp_clear_scheduled_hook( $hook ); + wp_schedule_event( $start_time, $schedule, $hook ); + } + } + + /** + * Clears Jetpack sync cron jobs. + * + * @access public + * @static + */ + public static function clear_sync_cron_jobs() { + wp_clear_scheduled_hook( 'jetpack_sync_cron' ); + wp_clear_scheduled_hook( 'jetpack_sync_full_cron' ); + } + + /** + * Initializes Jetpack sync cron jobs. + * + * @access public + * @static + */ + public static function init_sync_cron_jobs() { + add_filter( 'cron_schedules', array( __CLASS__, 'jetpack_cron_schedule' ) ); // phpcs:ignore WordPress.WP.CronInterval.ChangeDetected + + add_action( 'jetpack_sync_cron', array( __CLASS__, 'do_cron_sync' ) ); + add_action( 'jetpack_sync_full_cron', array( __CLASS__, 'do_cron_full_sync' ) ); + + /** + * Allows overriding of the default incremental sync cron schedule which defaults to once every 5 minutes. + * + * @since 1.6.3 + * @since-jetpack 4.3.2 + * + * @param string self::DEFAULT_SYNC_CRON_INTERVAL_NAME + */ + $incremental_sync_cron_schedule = apply_filters( 'jetpack_sync_incremental_sync_interval', self::DEFAULT_SYNC_CRON_INTERVAL_NAME ); + self::maybe_schedule_sync_cron( $incremental_sync_cron_schedule, 'jetpack_sync_cron' ); + + /** + * Allows overriding of the full sync cron schedule which defaults to once every 5 minutes. + * + * @since 1.6.3 + * @since-jetpack 4.3.2 + * + * @param string self::DEFAULT_SYNC_CRON_INTERVAL_NAME + */ + $full_sync_cron_schedule = apply_filters( 'jetpack_sync_full_sync_interval', self::DEFAULT_SYNC_CRON_INTERVAL_NAME ); + self::maybe_schedule_sync_cron( $full_sync_cron_schedule, 'jetpack_sync_full_cron' ); + } + + /** + * Perform maintenance when a plugin upgrade occurs. + * + * @access public + * @static + * + * @param string $new_version New version of the plugin. + * @param string $old_version Old version of the plugin. + */ + public static function cleanup_on_upgrade( $new_version = '', $old_version = '' ) { + if ( wp_next_scheduled( 'jetpack_sync_send_db_checksum' ) ) { + wp_clear_scheduled_hook( 'jetpack_sync_send_db_checksum' ); + } + + $is_new_sync_upgrade = version_compare( $old_version, '4.2', '>=' ); + if ( ! empty( $old_version ) && $is_new_sync_upgrade && version_compare( $old_version, '4.5', '<' ) ) { + self::clear_sync_cron_jobs(); + Settings::update_settings( + array( + 'render_filtered_content' => Defaults::$default_render_filtered_content, + ) + ); + } + + Health::on_jetpack_upgraded(); + } + + /** + * Get syncing status for the given fields. + * + * @access public + * @static + * + * @param string|null $fields A comma-separated string of the fields to include in the array from the JSON response. + * @return array An associative array with the status report. + */ + public static function get_sync_status( $fields = null ) { + self::initialize_sender(); + + $sync_module = Modules::get_module( 'full-sync' ); + $queue = self::$sender->get_sync_queue(); + + // _get_cron_array can be false + $cron_timestamps = ( _get_cron_array() ) ? array_keys( _get_cron_array() ) : array(); + $next_cron = ( ! empty( $cron_timestamps ) ) ? $cron_timestamps[0] - time() : ''; + + $checksums = array(); + $debug = array(); + + if ( ! empty( $fields ) ) { + $store = new Replicastore(); + $fields_params = array_map( 'trim', explode( ',', $fields ) ); + + if ( in_array( 'posts_checksum', $fields_params, true ) ) { + $checksums['posts_checksum'] = $store->posts_checksum(); + } + if ( in_array( 'comments_checksum', $fields_params, true ) ) { + $checksums['comments_checksum'] = $store->comments_checksum(); + } + if ( in_array( 'post_meta_checksum', $fields_params, true ) ) { + $checksums['post_meta_checksum'] = $store->post_meta_checksum(); + } + if ( in_array( 'comment_meta_checksum', $fields_params, true ) ) { + $checksums['comment_meta_checksum'] = $store->comment_meta_checksum(); + } + + if ( in_array( 'debug_details', $fields_params, true ) ) { + $debug = self::get_debug_details(); + } + } + + $full_sync_status = ( $sync_module ) ? $sync_module->get_status() : array(); + + $full_queue = self::$sender->get_full_sync_queue(); + + $result = array_merge( + $full_sync_status, + $checksums, + $debug, + array( + 'cron_size' => count( $cron_timestamps ), + 'next_cron' => $next_cron, + 'queue_size' => $queue->size(), + 'queue_lag' => $queue->lag(), + 'queue_next_sync' => ( self::$sender->get_next_sync_time( 'sync' ) - microtime( true ) ), + 'full_queue_next_sync' => ( self::$sender->get_next_sync_time( 'full_sync' ) - microtime( true ) ), + ) + ); + + // Verify $sync_module is not false. + if ( ( $sync_module ) && false === strpos( get_class( $sync_module ), 'Full_Sync_Immediately' ) ) { + $result['full_queue_size'] = $full_queue->size(); + $result['full_queue_lag'] = $full_queue->lag(); + } + return $result; + } + + /** + * Reset Sync locks. + * + * @access public + * @static + * @since 1.43.0 + * + * @param bool $unlock_queues Whether to unlock Sync queues. Defaults to true. + */ + public static function reset_sync_locks( $unlock_queues = true ) { + // Next sync locks. + delete_option( Sender::NEXT_SYNC_TIME_OPTION_NAME . '_sync' ); + delete_option( Sender::NEXT_SYNC_TIME_OPTION_NAME . '_full_sync' ); + delete_option( Sender::NEXT_SYNC_TIME_OPTION_NAME . '_full-sync-enqueue' ); + // Retry after locks. + delete_option( self::RETRY_AFTER_PREFIX . 'sync' ); + delete_option( self::RETRY_AFTER_PREFIX . 'full_sync' ); + // Dedicated sync locks. + \Jetpack_Options::delete_raw_option( Dedicated_Sender::DEDICATED_SYNC_REQUEST_LOCK_OPTION_NAME ); + delete_transient( Dedicated_Sender::DEDICATED_SYNC_TEMPORARY_DISABLE_FLAG ); + + // Queue locks. + // Note that we are just unlocking the queues here, not reseting them. + if ( $unlock_queues ) { + $sync_queue = new Queue( 'sync' ); + $sync_queue->unlock(); + + $full_sync_queue = new Queue( 'full_sync' ); + $full_sync_queue->unlock(); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php new file mode 100644 index 00000000..c2f9288c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php @@ -0,0 +1,417 @@ + array( + 'Automattic\\Jetpack\\Sync\\Modules\\Callables', + 'Automattic\\Jetpack\\Sync\\Modules\\Constants', + 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately', // enable Initial Sync on Site Connection. + 'Automattic\\Jetpack\\Sync\\Modules\\Options', + 'Automattic\\Jetpack\\Sync\\Modules\\Updates', + ), + 'jetpack_sync_callable_whitelist' => array( + 'site_url' => array( 'Automattic\\Jetpack\\Connection\\Urls', 'site_url' ), + 'home_url' => array( 'Automattic\\Jetpack\\Connection\\Urls', 'home_url' ), + 'get_plugins' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_plugins' ), + 'get_themes' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_themes' ), + 'paused_plugins' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_paused_plugins' ), + 'paused_themes' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_paused_themes' ), + 'timezone' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_timezone' ), + 'wp_get_environment_type' => 'wp_get_environment_type', + 'wp_max_upload_size' => 'wp_max_upload_size', + 'wp_version' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'wp_version' ), + ), + 'jetpack_sync_constants_whitelist' => array( + 'ABSPATH', + 'ALTERNATE_WP_CRON', + 'ATOMIC_CLIENT_ID', + 'AUTOMATIC_UPDATER_DISABLED', + 'DISABLE_WP_CRON', + 'DISALLOW_FILE_EDIT', + 'DISALLOW_FILE_MODS', + 'EMPTY_TRASH_DAYS', + 'FS_METHOD', + 'IS_PRESSABLE', + 'PHP_VERSION', + 'WP_ACCESSIBLE_HOSTS', + 'WP_AUTO_UPDATE_CORE', + 'WP_CONTENT_DIR', + 'WP_CRON_LOCK_TIMEOUT', + 'WP_DEBUG', + 'WP_HTTP_BLOCK_EXTERNAL', + 'WP_MAX_MEMORY_LIMIT', + 'WP_MEMORY_LIMIT', + 'WP_POST_REVISIONS', + ), + 'jetpack_sync_options_whitelist' => array( + /** + * Sync related options + */ + 'jetpack_sync_non_blocking', + 'jetpack_sync_non_public_post_stati', + 'jetpack_sync_settings_comment_meta_whitelist', + 'jetpack_sync_settings_post_meta_whitelist', + 'jetpack_sync_settings_post_types_blacklist', + 'jetpack_sync_settings_taxonomies_blacklist', + 'jetpack_sync_settings_dedicated_sync_enabled', + 'jetpack_sync_settings_custom_queue_table_enabled', + /** + * Connection related options + */ + 'jetpack_connection_active_plugins', + /** + * Generic site options + */ + 'blog_charset', + 'blog_public', + 'blogdescription', + 'blogname', + 'permalink_structure', + 'stylesheet', + 'time_format', + 'timezone_string', + ), + ); + + const MODULE_FILTER_MAPPING = array( + 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( + 'jetpack_sync_options_whitelist', + 'jetpack_sync_options_contentless', + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( + 'jetpack_sync_constants_whitelist', + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( + 'jetpack_sync_callable_whitelist', + 'jetpack_sync_multisite_callable_whitelist', + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( + 'jetpack_sync_post_meta_whitelist', + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( + 'jetpack_sync_comment_meta_whitelist', + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( + 'jetpack_sync_capabilities_whitelist', + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( + 'jetpack_sync_known_importers', + ), + ); + + const MODULES_FILTER_NAME = 'jetpack_sync_modules'; + + /** + * The static data settings array which contains the aggregated data settings for + * each sync filter. + * + * @var array + */ + private static $data_settings = array(); + + /** + * The static array which contains the list of filter hooks that have already been set up. + * + * @var array + */ + private static $set_filter_hooks = array(); + + /** + * Adds the data settings provided by a plugin to the Sync data settings. + * + * @param array $plugin_settings The array provided by the plugin. The array must use filters + * from the DATA_FILTER_DEFAULTS list as keys. + */ + public function add_settings_list( $plugin_settings = array() ) { + if ( empty( $plugin_settings ) || ! is_array( $plugin_settings ) ) { + /* + * No custom plugin settings, so use defaults for everything and bail early. + */ + $this->set_all_defaults(); + return; + } + + $this->add_filters_custom_settings_and_hooks( $plugin_settings ); + + if ( ! did_action( 'jetpack_sync_add_required_data_settings' ) ) { + $this->add_required_settings(); + /** + * Fires when the required settings have been adding to the static + * data_settings array. + * + * @since 1.29.2 + * + * @module sync + */ + do_action( 'jetpack_sync_add_required_data_settings' ); + } + } + + /** + * Sets the default values for sync modules and all sync data filters. + */ + private function set_all_defaults() { + $this->add_sync_filter_setting( self::MODULES_FILTER_NAME, Modules::DEFAULT_SYNC_MODULES ); + + foreach ( array_keys( Default_Filter_Settings::DATA_FILTER_DEFAULTS ) as $filter ) { + $this->add_sync_filter_setting( $filter, $this->get_default_setting_for_filter( $filter ) ); + } + } + + /** + * Returns the default settings for the given filter. + * + * @param string $filter The filter name. + * + * @return array The filter's default settings array. + */ + private function get_default_setting_for_filter( $filter ) { + if ( self::MODULES_FILTER_NAME === $filter ) { + return Modules::DEFAULT_SYNC_MODULES; + } + + return ( new Default_Filter_Settings() )->get_default_settings( $filter ); + } + + /** + * Adds the custom settings and sets up the necessary filter hooks. + * + * @param array $filters_settings The custom settings. + */ + private function add_filters_custom_settings_and_hooks( $filters_settings ) { + if ( isset( $filters_settings[ self::MODULES_FILTER_NAME ] ) && is_array( $filters_settings[ self::MODULES_FILTER_NAME ] ) ) { + $this->add_custom_filter_setting( self::MODULES_FILTER_NAME, $filters_settings[ self::MODULES_FILTER_NAME ] ); + $enabled_modules = $filters_settings[ self::MODULES_FILTER_NAME ]; + } else { + $this->add_sync_filter_setting( self::MODULES_FILTER_NAME, Modules::DEFAULT_SYNC_MODULES ); + $enabled_modules = Modules::DEFAULT_SYNC_MODULES; + } + + $all_modules = Modules::DEFAULT_SYNC_MODULES; + + foreach ( $all_modules as $module ) { + if ( in_array( $module, $enabled_modules, true ) || in_array( $module, self::MUST_SYNC_DATA_SETTINGS['jetpack_sync_modules'], true ) ) { + $this->add_filters_for_enabled_module( $module, $filters_settings ); + } else { + $this->add_filters_for_disabled_module( $module ); + } + } + } + + /** + * Adds the filters for the provided enabled module. If the settings provided custom filter settings + * for the module's filters, those are used. Otherwise, the filter's default settings are used. + * + * @param string $module The module name. + * @param array $filters_settings The settings for the filters. + */ + private function add_filters_for_enabled_module( $module, $filters_settings ) { + $module_mapping = self::MODULE_FILTER_MAPPING; + $filters_for_module = isset( $module_mapping[ $module ] ) ? $module_mapping[ $module ] : array(); + + foreach ( $filters_for_module as $filter ) { + if ( isset( $filters_settings[ $filter ] ) ) { + $this->add_custom_filter_setting( $filter, $filters_settings[ $filter ] ); + } else { + $this->add_sync_filter_setting( $filter, $this->get_default_setting_for_filter( $filter ) ); + } + } + } + + /** + * Adds the filters for the provided disabled module. The disabled module's associated filter settings are + * set to an empty array. + * + * @param string $module The module name. + */ + private function add_filters_for_disabled_module( $module ) { + $module_mapping = self::MODULE_FILTER_MAPPING; + $filters_for_module = isset( $module_mapping[ $module ] ) ? $module_mapping[ $module ] : array(); + + foreach ( $filters_for_module as $filter ) { + $this->add_custom_filter_setting( $filter, array() ); + } + } + + /** + * Adds the provided custom setting for a filter. If the filter setting isn't valid, the default + * value is used. + * + * If the filter's hook hasn't already been set up, it gets set up. + * + * @param string $filter The filter. + * @param array $setting The filter setting. + */ + private function add_custom_filter_setting( $filter, $setting ) { + if ( ! $this->is_valid_filter_setting( $filter, $setting ) ) { + /* + * The provided setting isn't valid, so use the default for this filter. + * We're using the default values so there's no need to set the filter hook. + */ + $this->add_sync_filter_setting( $filter, $this->get_default_setting_for_filter( $filter ) ); + return; + } + + if ( ! isset( static::$set_filter_hooks[ $filter ] ) ) { + // First time a custom modules setting is provided, so set the filter hook. + add_filter( $filter, array( $this, 'sync_data_filter_hook' ) ); + static::$set_filter_hooks[ $filter ] = 1; + } + + $this->add_sync_filter_setting( $filter, $setting ); + } + + /** + * Determines whether the filter setting is valid. The setting array is in the correct format (associative or indexed). + * + * @param string $filter The filter to check. + * @param array $filter_settings The filter settings. + * + * @return bool Whether the filter settings can be used. + */ + private function is_valid_filter_setting( $filter, $filter_settings ) { + if ( ! is_array( $filter_settings ) ) { + // The settings for each filter must be an array. + return false; + } + + if ( empty( $filter_settings ) ) { + // Empty settings are allowed. + return true; + } + + $indexed_array = isset( $filter_settings[0] ); + if ( in_array( $filter, Default_Filter_Settings::ASSOCIATIVE_FILTERS, true ) && ! $indexed_array ) { + return true; + } elseif ( ! in_array( $filter, Default_Filter_Settings::ASSOCIATIVE_FILTERS, true ) && $indexed_array ) { + return true; + } + + return false; + } + + /** + * Adds the data settings that are always required for every plugin that uses Sync. + */ + private function add_required_settings() { + foreach ( self::MUST_SYNC_DATA_SETTINGS as $filter => $setting ) { + // If the corresponding setting is already set and matches the default one, no need to proceed. + if ( isset( static::$data_settings[ $filter ] ) && static::$data_settings[ $filter ] === $this->get_default_setting_for_filter( $filter ) ) { + continue; + } + $this->add_custom_filter_setting( $filter, $setting ); + } + } + + /** + * Adds the provided data setting for the provided filter. + * + * @param string $filter The filter name. + * @param array $value The data setting. + */ + private function add_sync_filter_setting( $filter, $value ) { + if ( ! isset( static::$data_settings[ $filter ] ) ) { + static::$data_settings[ $filter ] = $value; + return; + } + + if ( in_array( $filter, Default_Filter_Settings::ASSOCIATIVE_FILTERS, true ) ) { + $this->add_associative_filter_setting( $filter, $value ); + } else { + $this->add_indexed_filter_setting( $filter, $value ); + } + } + + /** + * Adds the provided data setting for the provided filter. This method handles + * adding settings to data that is stored as an associative array. + * + * @param string $filter The filter name. + * @param array $settings The data settings. + */ + private function add_associative_filter_setting( $filter, $settings ) { + foreach ( $settings as $key => $item ) { + if ( ! array_key_exists( $key, static::$data_settings[ $filter ] ) ) { + static::$data_settings[ $filter ][ $key ] = $item; + } + } + } + + /** + * Adds the provided data setting for the provided filter. This method handles + * adding settings to data that is stored as an indexed array. + * + * @param string $filter The filter name. + * @param array $settings The data settings. + */ + private function add_indexed_filter_setting( $filter, $settings ) { + static::$data_settings[ $filter ] = array_unique( + array_merge( + static::$data_settings[ $filter ], + $settings + ) + ); + } + + /** + * The callback function added to the sync data filters. Combines the list in the $data_settings property + * with any non-default values from the received array. + * + * @param array $filtered_values The data revieved from the filter. + * + * @return array The data settings for the filter. + */ + public function sync_data_filter_hook( $filtered_values ) { + if ( ! is_array( $filtered_values ) ) { + // Something is wrong with the input, so set it to an empty array. + $filtered_values = array(); + } + + $current_filter = current_filter(); + + if ( ! isset( static::$data_settings[ $current_filter ] ) ) { + return $filtered_values; + } + + if ( in_array( $current_filter, Default_Filter_Settings::ASSOCIATIVE_FILTERS, true ) ) { + $extra_filters = array_diff_key( $filtered_values, $this->get_default_setting_for_filter( $current_filter ) ); + $this->add_associative_filter_setting( $current_filter, $extra_filters ); + return static::$data_settings[ $current_filter ]; + } + + $extra_filters = array_diff( $filtered_values, $this->get_default_setting_for_filter( $current_filter ) ); + $this->add_indexed_filter_setting( $current_filter, $extra_filters ); + return static::$data_settings[ $current_filter ]; + } + + /** + * Sets the $data_settings property to an empty array. This is useful for testing. + */ + public function empty_data_settings_and_hooks() { + static::$data_settings = array(); + static::$set_filter_hooks = array(); + } + + /** + * Returns the $data_settings property. + * + * @return array The data_settings property. + */ + public function get_data_settings() { + return static::$data_settings; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php new file mode 100644 index 00000000..baf5e381 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php @@ -0,0 +1,423 @@ +is_locked() ) { + return new WP_Error( 'locked_queue_' . $queue->id ); + } + + if ( $queue->size() === 0 ) { + return new WP_Error( 'empty_queue_' . $queue->id ); + } + + // Return early if we've gotten a retry-after header response that is not expired. + $retry_time = get_option( Actions::RETRY_AFTER_PREFIX . $queue->id ); + if ( $retry_time && $retry_time >= microtime( true ) ) { + return new WP_Error( 'retry_after_' . $queue->id ); + } + + // Don't sync if we are throttled. + $sync_next_time = Sender::get_instance()->get_next_sync_time( $queue->id ); + if ( $sync_next_time > microtime( true ) ) { + return new WP_Error( 'sync_throttled_' . $queue->id ); + } + /** + * How much time to wait before we start suspecting Dedicated Sync is in trouble. + */ + $queue_send_time_threshold = 30 * MINUTE_IN_SECONDS; + + $queue_lag = $queue->lag(); + + // Only check if we're failing to send events if the queue lag is longer than the threshold. + if ( $queue_lag > $queue_send_time_threshold ) { + /** + * Check if Dedicated Sync is healthy and revert to Default Sync if such case is detected. + */ + $last_successful_queue_send_time = get_option( Actions::LAST_SUCCESS_PREFIX . $queue->id, null ); + + if ( $last_successful_queue_send_time === null ) { + /** + * No successful sync sending completed. This might be either a "new" sync site or a site that's totally stuck. + */ + self::on_dedicated_sync_lag_not_sending_threshold_reached(); + + return new WP_Error( 'dedicated_sync_not_sending', 'Dedicated Sync is not successfully sending events' ); + } else { + /** + * We have recorded a successful sending of events. Let's see if that is not too long ago in the past. + */ + $time_since_last_succesful_send = time() - $last_successful_queue_send_time; + + if ( $time_since_last_succesful_send > $queue_send_time_threshold ) { + // We haven't successfully sent stuff in more than 30 minutes. Revert to Default Sync + self::on_dedicated_sync_lag_not_sending_threshold_reached(); + + return new WP_Error( 'dedicated_sync_not_sending', 'Dedicated Sync is not successfully sending events' ); + } + } + } + + /** + * Try to acquire a request lock, so we don't spawn multiple requests at the same time. + * This should prevent cases where sites might have limits on the amount of simultaneous requests. + */ + $request_lock = self::try_lock_spawn_request(); + if ( ! $request_lock ) { + return new WP_Error( 'dedicated_request_lock', 'Unable to acquire request lock' ); + } + + $url = rest_url( 'jetpack/v4/sync/spawn-sync' ); + $url = add_query_arg( 'time', time(), $url ); // Enforce Cache busting. + $url = add_query_arg( self::DEDICATED_SYNC_REQUEST_LOCK_QUERY_PARAM_NAME, $request_lock, $url ); + + $args = array( + 'cookies' => $_COOKIE, + 'blocking' => false, + 'timeout' => 0.01, + /** This filter is documented in wp-includes/class-wp-http-streams.php */ + 'sslverify' => apply_filters( 'https_local_ssl_verify', false ), + ); + + $result = wp_remote_get( $url, $args ); + if ( is_wp_error( $result ) ) { + return $result; + } + + return true; + } + + /** + * Attempt to acquire a request lock. + * + * To avoid spawning multiple requests at the same time, we need to have a quick lock that will + * allow only a single request to continue if we try to spawn multiple at the same time. + * + * @return false|mixed|string + */ + public static function try_lock_spawn_request() { + $current_microtime = (string) microtime( true ); + + if ( wp_using_ext_object_cache() ) { + if ( true !== wp_cache_add( self::DEDICATED_SYNC_REQUEST_LOCK_OPTION_NAME, $current_microtime, 'jetpack', self::DEDICATED_SYNC_REQUEST_LOCK_TIMEOUT ) ) { + // Cache lock has been claimed already. + return false; + } + } + + $current_lock_value = \Jetpack_Options::get_raw_option( self::DEDICATED_SYNC_REQUEST_LOCK_OPTION_NAME, null ); + + if ( ! empty( $current_lock_value ) ) { + // Check if time has passed to overwrite the lock - min 5s? + if ( is_numeric( $current_lock_value ) && ( ( $current_microtime - $current_lock_value ) < self::DEDICATED_SYNC_REQUEST_LOCK_TIMEOUT ) ) { + // Still in previous lock, quit + return false; + } + + // If the value is not numeric (float/current time), we want to just overwrite it and continue. + } + + // Update. We don't want it to autoload, as we want to fetch it right before the checks. + \Jetpack_Options::update_raw_option( self::DEDICATED_SYNC_REQUEST_LOCK_OPTION_NAME, $current_microtime, false ); + // Give some time for the update to happen + usleep( wp_rand( 1000, 3000 ) ); + + $updated_value = \Jetpack_Options::get_raw_option( self::DEDICATED_SYNC_REQUEST_LOCK_OPTION_NAME, null ); + + if ( $updated_value === $current_microtime ) { + return $current_microtime; + } + + return false; + } + + /** + * Attempt to release the request lock. + * + * @param string $lock_id The request lock that's currently being held. + * + * @return bool|WP_Error + */ + public static function try_release_lock_spawn_request( $lock_id = '' ) { + // Try to get the lock_id from the current request if it's not supplied. + if ( empty( $lock_id ) ) { + $lock_id = self::get_request_lock_id_from_request(); + } + + // If it's still not a valid lock_id, throw an error and let the lock process figure it out. + if ( empty( $lock_id ) || ! is_numeric( $lock_id ) ) { + return new WP_Error( 'dedicated_request_lock_invalid', 'Invalid lock_id supplied for unlock' ); + } + + if ( wp_using_ext_object_cache() ) { + if ( (string) $lock_id === wp_cache_get( self::DEDICATED_SYNC_REQUEST_LOCK_OPTION_NAME, 'jetpack', true ) ) { + wp_cache_delete( self::DEDICATED_SYNC_REQUEST_LOCK_OPTION_NAME, 'jetpack' ); + } + } + + // If this is the flow that has the lock, let's release it so we can spawn other requests afterwards + $current_lock_value = \Jetpack_Options::get_raw_option( self::DEDICATED_SYNC_REQUEST_LOCK_OPTION_NAME, null ); + if ( (string) $lock_id === $current_lock_value ) { + \Jetpack_Options::delete_raw_option( self::DEDICATED_SYNC_REQUEST_LOCK_OPTION_NAME ); + return true; + } + + return false; + } + + /** + * Try to get the request lock id from the current request. + * + * @return array|string|string[]|null + */ + public static function get_request_lock_id_from_request() { + // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( ! isset( $_GET[ self::DEDICATED_SYNC_REQUEST_LOCK_QUERY_PARAM_NAME ] ) || ! is_numeric( $_GET[ self::DEDICATED_SYNC_REQUEST_LOCK_QUERY_PARAM_NAME ] ) ) { + return null; + } + + // phpcs:ignore WordPress.Security.NonceVerification.Recommended,WordPress.Security.ValidatedSanitizedInput.InputNotSanitized + return wp_unslash( $_GET[ self::DEDICATED_SYNC_REQUEST_LOCK_QUERY_PARAM_NAME ] ); + } + + /** + * Test Sync spawning functionality by making a request to the + * Sync spawning endpoint and storing the result (status code) in a transient. + * + * @since $$next_version$$ + * + * @return bool True if we got a successful response, false otherwise. + */ + public static function can_spawn_dedicated_sync_request() { + $dedicated_sync_check_transient = self::DEDICATED_SYNC_CHECK_TRANSIENT; + + $dedicated_sync_response_body = get_transient( $dedicated_sync_check_transient ); + + if ( false === $dedicated_sync_response_body ) { + $url = rest_url( 'jetpack/v4/sync/spawn-sync' ); + $url = add_query_arg( 'time', time(), $url ); // Enforce Cache busting. + $args = array( + 'cookies' => $_COOKIE, + 'timeout' => 30, + /** This filter is documented in wp-includes/class-wp-http-streams.php */ + 'sslverify' => apply_filters( 'https_local_ssl_verify', false ), + ); + + $response = wp_remote_get( $url, $args ); + $dedicated_sync_response_code = wp_remote_retrieve_response_code( $response ); + $dedicated_sync_response_body = trim( wp_remote_retrieve_body( $response ) ); + + /** + * Limit the size of the body that we save in the transient to avoid cases where an error + * occurs and a whole generated HTML page is returned. We don't need to store the whole thing. + * + * The regexp check is done to make sure we can detect the string even if the body returns some additional + * output, like some caching plugins do when they try to pad the request. + */ + $regexp = '!' . preg_quote( self::DEDICATED_SYNC_VALIDATION_STRING, '!' ) . '!uis'; + if ( preg_match( $regexp, $dedicated_sync_response_body ) ) { + $saved_response_body = self::DEDICATED_SYNC_VALIDATION_STRING; + } else { + $saved_response_body = time(); + } + + set_transient( $dedicated_sync_check_transient, $saved_response_body, HOUR_IN_SECONDS ); + + // Send a bit more information to WordPress.com to help debugging issues. + if ( $saved_response_body !== self::DEDICATED_SYNC_VALIDATION_STRING ) { + $data = array( + 'timestamp' => microtime( true ), + 'response_code' => $dedicated_sync_response_code, + 'response_body' => $dedicated_sync_response_body, + + // Send the flow type that was attempted. + 'sync_flow_type' => 'dedicated', + ); + + $sender = Sender::get_instance(); + + $sender->send_action( 'jetpack_sync_flow_error_enable', $data ); + } + } + + return self::DEDICATED_SYNC_VALIDATION_STRING === $dedicated_sync_response_body; + } + + /** + * Disable dedicated sync and set a transient to prevent re-enabling it for some time. + * + * @return void + */ + public static function on_dedicated_sync_lag_not_sending_threshold_reached() { + set_transient( self::DEDICATED_SYNC_TEMPORARY_DISABLE_FLAG, true, 6 * HOUR_IN_SECONDS ); + + Settings::update_settings( + array( + 'dedicated_sync_enabled' => 0, + ) + ); + + // Inform that we had to temporarily disable Dedicated Sync + $data = array( + 'timestamp' => microtime( true ), + + // Send the flow type that was attempted. + 'sync_flow_type' => 'dedicated', + ); + + $sender = Sender::get_instance(); + + $sender->send_action( 'jetpack_sync_flow_error_temp_disable', $data ); + } + + /** + * Disable or enable Dedicated Sync sender based on the header value returned from WordPress.com + * + * @param string $dedicated_sync_header The Dedicated Sync header value - `on` or `off`. + * + * @return bool Whether Dedicated Sync is going to be enabled or not. + */ + public static function maybe_change_dedicated_sync_status_from_wpcom_header( $dedicated_sync_header ) { + $dedicated_sync_enabled = 'on' === $dedicated_sync_header ? 1 : 0; + + // Prevent enabling of Dedicated sync via header flag if we're in an autoheal timeout. + if ( $dedicated_sync_enabled ) { + $check_transient = get_transient( self::DEDICATED_SYNC_TEMPORARY_DISABLE_FLAG ); + + if ( $check_transient ) { + // Something happened and Dedicated Sync should not be automatically re-enabled. + return false; + } + } + + Settings::update_settings( + array( + 'dedicated_sync_enabled' => $dedicated_sync_enabled, + ) + ); + + return Settings::is_dedicated_sync_enabled(); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php new file mode 100644 index 00000000..81946fe8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php @@ -0,0 +1,80 @@ + 'default_options_whitelist', + 'jetpack_sync_options_contentless' => 'default_options_contentless', + 'jetpack_sync_constants_whitelist' => 'default_constants_whitelist', + 'jetpack_sync_callable_whitelist' => 'default_callable_whitelist', + 'jetpack_sync_multisite_callable_whitelist' => 'default_multisite_callable_whitelist', + 'jetpack_sync_post_meta_whitelist' => 'post_meta_whitelist', + 'jetpack_sync_comment_meta_whitelist' => 'comment_meta_whitelist', + 'jetpack_sync_capabilities_whitelist' => 'default_capabilities_whitelist', + 'jetpack_sync_known_importers' => 'default_known_importers', + ); + + /** + * The data associated with these filters are stored as associative arrays. + * (All other filters store data as indexed arrays.) + */ + const ASSOCIATIVE_FILTERS = array( + 'jetpack_sync_callable_whitelist', + 'jetpack_sync_multisite_callable_whitelist', + 'jetpack_sync_known_importers', + ); + + /** + * Returns the default data settings list for the provided filter. + * + * @param string $filter The filter name. + * + * @return array|false The default list of data settings. Returns false if the provided + * filter doesn't not have an array of default settings. + */ + public function get_default_settings( $filter ) { + if ( ! is_string( $filter ) || ! array_key_exists( $filter, self::DATA_FILTER_DEFAULTS ) ) { + return false; + } + + $property = self::DATA_FILTER_DEFAULTS[ $filter ]; + $class = self::DEFAULT_FILTER_CLASS; + return $class::$$property; + } + + /** + * Returns an array containing the default values for all of the filters shown + * in DATA_FILTER_DEFAULTS. + * + * @return array The array containing all sync data filters and their default values. + */ + public function get_all_filters_default_settings() { + $defaults = array(); + + foreach ( self::DATA_FILTER_DEFAULTS as $filter => $default_location ) { + $defaults[ $filter ] = $this->get_default_settings( $filter ); + } + return $defaults; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php new file mode 100644 index 00000000..a443bba9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php @@ -0,0 +1,1318 @@ + array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_loaded_extensions' ), + 'get_plugins' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_plugins' ), + 'get_themes' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_themes' ), + 'get_plugins_action_links' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_plugins_action_links' ), + 'has_file_system_write_access' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'file_system_write_access' ), + 'home_url' => array( 'Automattic\\Jetpack\\Connection\\Urls', 'home_url' ), + 'hosting_provider' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_hosting_provider' ), + 'is_fse_theme' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_is_fse_theme' ), + 'is_main_network' => array( __CLASS__, 'is_multi_network' ), + 'is_multi_site' => 'is_multisite', + 'is_version_controlled' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'is_version_controlled' ), + 'locale' => 'get_locale', + 'main_network_site' => array( 'Automattic\\Jetpack\\Connection\\Urls', 'main_network_site_url' ), + 'main_network_site_wpcom_id' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'main_network_site_wpcom_id' ), + 'paused_plugins' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_paused_plugins' ), + 'paused_themes' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_paused_themes' ), + 'post_type_features' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_post_type_features' ), + 'post_types' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_post_types' ), + 'rest_api_allowed_post_types' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'rest_api_allowed_post_types' ), + 'rest_api_allowed_public_metadata' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'rest_api_allowed_public_metadata' ), + 'roles' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'roles' ), + 'shortcodes' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_shortcodes' ), + 'site_icon_url' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'site_icon_url' ), + 'site_url' => array( 'Automattic\\Jetpack\\Connection\\Urls', 'site_url' ), + 'taxonomies' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_taxonomies' ), + 'theme_support' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_theme_support' ), + 'timezone' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_timezone' ), + 'wp_get_environment_type' => 'wp_get_environment_type', + 'wp_max_upload_size' => 'wp_max_upload_size', + 'wp_version' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'wp_version' ), + 'active_modules' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_active_modules' ), + ); + + /** + * Array of post type attributes synced. + * + * @var array Default post type attributes. + */ + public static $default_post_type_attributes = array( + '_builtin' => false, + '_edit_link' => 'post.php?post=%d', + 'can_export' => true, + 'cap' => array(), + 'capabilities' => array(), + 'capability_type' => 'post', + 'delete_with_user' => null, + 'description' => '', + 'exclude_from_search' => true, + 'has_archive' => false, + 'hierarchical' => false, + 'label' => '', + 'labels' => array(), + 'map_meta_cap' => true, + 'menu_icon' => null, + 'menu_position' => null, + 'name' => '', + 'public' => false, + 'publicly_queryable' => null, + 'query_var' => true, + 'rest_base' => false, + 'rewrite' => true, + 'show_in_admin_bar' => false, + 'show_in_menu' => null, + 'show_in_nav_menus' => null, + 'show_in_rest' => false, + 'show_ui' => false, + 'supports' => array(), + 'taxonomies' => array(), + ); + + /** + * Get the whitelist of callables allowed to be managed via the JSON API. + * + * @return array Whitelist of callables allowed to be managed via the JSON API. + */ + public static function get_callable_whitelist() { + /** + * Filter the list of callables that are manageable via the JSON API. + * + * @module sync + * + * @since 1.6.3 + * @since-jetpack 4.8.0 + * + * @param array The default list of callables. + */ + return apply_filters( 'jetpack_sync_callable_whitelist', self::$default_callable_whitelist ); + } + + /** + * Post types that will not be synced. + * + * These are usually automated post types (sitemaps, logs, etc). + * + * @var array Blacklisted post types. + */ + public static $blacklisted_post_types = array( + '_term_meta', + 'ai1ec_event', + 'ai_log', // Logger - https://github.com/alleyinteractive/logger. + 'amp_validated_url', // AMP Validation Errors. + 'bwg_album', + 'bwg_gallery', + 'customize_changeset', // WP built-in post type for Customizer changesets. + 'dn_wp_yt_log', + 'flamingo_contact', // https://wordpress.org/plugins/flamingo/. + 'flamingo_inbound', + 'flamingo_outbound', + 'http', + 'idx_page', + 'jetpack_inspect_log', // Jetpack Inspect dev tool. p1HpG7-nkd-p2 + 'jetpack_migration', + 'jp_img_sitemap', + 'jp_img_sitemap_index', + 'jp_sitemap', + 'jp_sitemap_index', + 'jp_sitemap_master', + 'jp_vid_sitemap', + 'jp_vid_sitemap_index', + 'msm_sitemap', // Metro Sitemap Plugin. + 'postman_sent_mail', + 'rssap-feed', + 'rssmi_feed_item', + 'scheduled-action', // Action Scheduler - Job Queue for WordPress https://github.com/woocommerce/woocommerce/tree/e7762627c37ec1f7590e6cac4218ba0c6a20024d/includes/libraries/action-scheduler . + 'secupress_log_action', + 'sg_optimizer_jobs', + 'sl-insta-media', + 'snitch', + 'vip-legacy-redirect', + 'wp-rest-api-log', // https://wordpress.org/plugins/wp-rest-api-log/. + 'wp_automatic', + 'wp_log', // WP Logging Plugin. + 'wpephpcompat_jobs', + 'wprss_feed_item', + ); + + /** + * Taxonomies that we're not syncing by default. + * + * The list is compiled by auditing the dynamic filters and actions that contain taxonomy slugs + * and could conflict with other existing filters/actions in WP core, Jetpack and WooCommerce. + * + * @var array + */ + public static $blacklisted_taxonomies = array( + 'ancestors', + 'archives_link', + 'attached_file', + 'attached_media', + 'attached_media_args', + 'attachment', + 'available_languages', + 'avatar', + 'avatar_comment_types', + 'avatar_data', + 'avatar_url', + 'bloginfo_rss', + 'blogs_of_user', + 'bookmark_link', + 'bookmarks', + 'calendar', + 'canonical_url', + 'categories_per_page', + 'categories_taxonomy', + 'category_form', + 'category_form_fields', + 'category_form_pre', + 'comment', + 'comment_ID', + 'comment_author', + 'comment_author_IP', + 'comment_author_email', + 'comment_author_link', + 'comment_author_url', + 'comment_author_url_link', + 'comment_date', + 'comment_excerpt', + 'comment_link', + 'comment_misc_actions', + 'comment_text', + 'comment_time', + 'comment_type', + 'comments_link', + 'comments_number', + 'comments_pagenum_link', + 'custom_logo', + 'date_sql', + 'default_comment_status', + 'delete_post_link', + 'edit_bookmark_link', + 'edit_comment_link', + 'edit_post_link', + 'edit_tag_link', + 'edit_term_link', + 'edit_user_link', + 'enclosed', + 'feed_build_date', + 'form_advanced', + 'form_after_editor', + 'form_after_title', + 'form_before_permalink', + 'form_top', + 'handle_product_cat', + 'header_image_tag', + 'header_video_url', + 'image_tag', + 'image_tag_class', + 'lastpostdate', + 'lastpostmodified', + 'link', + 'link_category_form', + 'link_category_form_fields', + 'link_category_form_pre', + 'main_network_id', + 'media', + 'media_item_args', + 'ms_user', + 'network', + 'object_terms', + 'option', + 'page', + 'page_form', + 'page_of_comment', + 'page_uri', + 'pagenum_link', + 'pages', + 'plugin', + 'post', + 'post_galleries', + 'post_gallery', + 'post_link', + 'post_modified_time', + 'post_status', + 'post_time', + 'postmeta', + 'posts_per_page', + 'product_search_form', + 'profile_url', + 'pung', + 'role_list', + 'sample_permalink', + 'sample_permalink_html', + 'schedule', + 'search_form', + 'search_query', + 'shortlink', + 'site', + 'site_email_content', + 'site_icon_url', + 'site_option', + 'space_allowed', + 'tag', + 'tag_form', + 'tag_form_fields', + 'tag_form_pre', + 'tag_link', + 'tags', + 'tags_per_page', + 'term', + 'term_link', + 'term_relationships', + 'term_taxonomies', + 'term_taxonomy', + 'terms', + 'terms_args', + 'terms_defaults', + 'terms_fields', + 'terms_orderby', + 'the_archive_description', + 'the_archive_title', + 'the_categories', + 'the_date', + 'the_excerpt', + 'the_guid', + 'the_modified_date', + 'the_modified_time', + 'the_post_type_description', + 'the_tags', + 'the_terms', + 'the_time', + 'theme_starter_content', + 'to_ping', + 'user', + 'user_created_user', + 'user_form', + 'user_profile', + 'user_profile_update', + 'usermeta', + 'usernumposts', + 'users_drafts', + 'webhook', + 'widget', + 'woocommerce_archive', + 'wp_title_rss', + ); + + /** + * Default array of post table columns. + * + * @var array Post table columns. + */ + public static $default_post_checksum_columns = array( + 'ID', + 'post_modified', + ); + + /** + * Default array of post meta table columns. + * + * @var array Post meta table columns. + */ + public static $default_post_meta_checksum_columns = array( + 'meta_id', + 'meta_value', + ); + + /** + * Default array of comment table columns. + * + * @var array Default comment table columns. + */ + public static $default_comment_checksum_columns = array( + 'comment_ID', + 'comment_content', + ); + + /** + * Default array of comment meta columns. + * + * @var array Comment meta table columns. + */ + public static $default_comment_meta_checksum_columns = array( + 'meta_id', + 'meta_value', + ); + + /** + * Default array of option table columns. + * + * @var array Default array of option columns. + */ + public static $default_option_checksum_columns = array( + 'option_name', + 'option_value', + ); + + /** + * Default array of term columns. + * + * @var array array of term columns. + */ + public static $default_term_checksum_columns = array( + 'name', + 'slug', + 'term_id', + ); + + /** + * Default array of term taxonomy columns. + * + * @var array Array of term taxonomy columns. + */ + public static $default_term_taxonomy_checksum_columns = array( + 'count', + 'parent', + 'taxonomy', + 'term_id', + 'term_taxonomy_id', + ); + + /** + * Default term relationship columns. + * + * @var array Array of term relationship columns. + */ + public static $default_term_relationships_checksum_columns = array( + 'object_id', + 'term_order', + 'term_taxonomy_id', + ); + + /** + * Default multisite callables able to be managed via JSON API. + * + * @var array multsite callables whitelisted + */ + public static $default_multisite_callable_whitelist = array(); + + /** + * Get array of multisite callables whitelisted. + * + * @return array Multisite callables managable via JSON API. + */ + public static function get_multisite_callable_whitelist() { + /** + * Filter the list of multisite callables that are manageable via the JSON API. + * + * @module sync + * + * @since 1.6.3 + * @since-jetpack 4.8.0 + * + * @param array The default list of multisite callables. + */ + return apply_filters( 'jetpack_sync_multisite_callable_whitelist', self::$default_multisite_callable_whitelist ); + } + + /** + * Array of post meta keys whitelisted. + * + * @var array Post meta whitelist. + */ + public static $post_meta_whitelist = array( + '_feedback_akismet_values', + '_feedback_email', + '_feedback_extra_fields', + '_g_feedback_shortcode', + '_jetpack_post_thumbnail', + '_last_editor_used_jetpack', + '_menu_item_classes', + '_menu_item_menu_item_parent', + '_menu_item_object', + '_menu_item_object_id', + '_menu_item_orphaned', + '_menu_item_type', + '_menu_item_xfn', + '_publicize_facebook_user', + '_publicize_twitter_user', + '_thumbnail_id', + '_wp_attached_file', + '_wp_attachment_backup_sizes', + '_wp_attachment_context', + '_wp_attachment_image_alt', + '_wp_attachment_is_custom_background', + '_wp_attachment_is_custom_header', + '_wp_attachment_metadata', + '_wp_page_template', + '_wp_trash_meta_comments_status', + '_wpas_feature_enabled', + '_wpas_is_tweetstorm', + '_wpas_mess', + '_wpas_options', + 'advanced_seo_description', // Jetpack_SEO_Posts::DESCRIPTION_META_KEY. + 'content_width', + 'custom_css_add', + 'custom_css_preprocessor', + 'enclosure', + 'imagedata', + 'nova_price', + 'publicize_results', + 'sharing_disabled', + 'switch_like_status', + 'videopress_guid', + 'vimeo_poster_image', + '_jetpack_blogging_prompt_key', + ); + + /** + * Get the post meta key whitelist. + * + * @return array Post meta whitelist. + */ + public static function get_post_meta_whitelist() { + /** + * Filter the list of post meta data that are manageable via the JSON API. + * + * @module sync + * + * @since 1.6.3 + * @since-jetpack 4.8.0 + * + * @param array The default list of meta data keys. + */ + return apply_filters( 'jetpack_sync_post_meta_whitelist', self::$post_meta_whitelist ); + } + + /** + * Comment meta whitelist. + * + * @var array Comment meta whitelist. + */ + public static $comment_meta_whitelist = array( + 'hc_avatar', + 'hc_foreign_user_id', + 'hc_post_as', + 'hc_wpcom_id_sig', + ); + + /** + * Get the comment meta whitelist. + * + * @return array + */ + public static function get_comment_meta_whitelist() { + /** + * Filter the list of comment meta data that are manageable via the JSON API. + * + * @module sync + * + * @since 1.6.3 + * @since-jetpack 5.7.0 + * + * @param array The default list of comment meta data keys. + */ + return apply_filters( 'jetpack_sync_comment_meta_whitelist', self::$comment_meta_whitelist ); + } + + /** + * Default theme support whitelist. + * + * @todo move this to server? - these are theme support values + * that should be synced as jetpack_current_theme_supports_foo option values + * + * @var array Default theme support whitelist. + */ + public static $default_theme_support_whitelist = array( + 'align-wide', + 'appearance-tools', // In Gutenberg. + 'automatic-feed-links', + 'block-templates', + 'block-template-parts', // WP 6.1. Added via https://core.trac.wordpress.org/changeset/54176 + 'custom-background', + 'custom-header', + 'custom-logo', + 'customize-selective-refresh-widgets', + 'dark-editor-style', + 'default-color-palette', // In Gutenberg. + 'default-gradient-presets', // In Gutenberg. + 'disable-custom-colors', + 'disable-custom-font-sizes', + 'disable-custom-gradients', + 'disable-layout-styles', // WP 6.1. Added via https://core.trac.wordpress.org/changeset/54159 + 'editor-color-palette', + 'editor-font-sizes', + 'editor-gradient-presets', + 'editor-style', // deprecated. + 'editor-styles', + 'html5', + 'infinite-scroll', + 'jetpack-responsive-videos', + 'jetpack-social-menu', + 'menus', + 'post-formats', + 'post-thumbnails', + 'responsive-embeds', + 'site-logo', + 'title-tag', + 'widgets', + 'wp-block-styles', + ); + + /** + * Is an option whitelisted? + * + * @param string $option Option name. + * @return bool If option is on the whitelist. + */ + public static function is_whitelisted_option( $option ) { + $whitelisted_options = self::get_options_whitelist(); + foreach ( $whitelisted_options as $whitelisted_option ) { + if ( '/' === $whitelisted_option[0] && preg_match( $whitelisted_option, $option ) ) { + return true; + } elseif ( $whitelisted_option === $option ) { + return true; + } + } + + return false; + } + + /** + * Default whitelist of capabilities to sync. + * + * @var array Array of WordPress capabilities. + */ + public static $default_capabilities_whitelist = array( + 'activate_plugins', + 'add_users', + 'create_users', + 'customize', + 'delete_others_pages', + 'delete_others_posts', + 'delete_pages', + 'delete_plugins', + 'delete_posts', + 'delete_private_pages', + 'delete_private_posts', + 'delete_published_pages', + 'delete_published_posts', + 'delete_site', + 'delete_themes', + 'delete_users', + 'edit_dashboard', + 'edit_files', + 'edit_others_pages', + 'edit_others_posts', + 'edit_pages', + 'edit_plugins', + 'edit_posts', + 'edit_private_pages', + 'edit_private_posts', + 'edit_published_pages', + 'edit_published_posts', + 'edit_theme_options', + 'edit_themes', + 'edit_users', + 'export', + 'import', + 'install_plugins', + 'install_themes', + 'list_users', + 'manage_categories', + 'manage_links', + 'manage_options', + 'moderate_comments', + 'promote_users', + 'publish_pages', + 'publish_posts', + 'read', + 'read_private_pages', + 'read_private_posts', + 'remove_users', + 'switch_themes', + 'unfiltered_html', + 'unfiltered_upload', + 'update_core', + 'update_plugins', + 'update_themes', + 'upload_files', + 'upload_plugins', + 'upload_themes', + ); + + /** + * Get default capabilities whitelist. + * + * @return array + */ + public static function get_capabilities_whitelist() { + /** + * Filter the list of capabilities that we care about + * + * @module sync + * + * @since 1.6.3 + * @since-jetpack 5.5.0 + * + * @param array The default list of capabilities. + */ + return apply_filters( 'jetpack_sync_capabilities_whitelist', self::$default_capabilities_whitelist ); + } + + /** + * Get max execution sync time. + * + * @return float Number of seconds. + */ + public static function get_max_sync_execution_time() { + $max_exec_time = (int) ini_get( 'max_execution_time' ); + if ( 0 === $max_exec_time ) { + // 0 actually means "unlimited", but let's not treat it that way. + $max_exec_time = 60; + } + return floor( $max_exec_time / 3 ); + } + + /** + * Get default for a given setting. + * + * @param string $setting Setting to get. + * @return mixed Value will be a string, int, array, based on the particular setting requested. + */ + public static function get_default_setting( $setting ) { + $default_name = "default_$setting"; // e.g. default_dequeue_max_bytes. + return self::$$default_name; + } + + /** + * Default list of network options. + * + * @var array network options + */ + public static $default_network_options_whitelist = array( + 'active_sitewide_plugins', + 'auto_update_plugins', // WordPress 5.5+ auto-updates. + 'jetpack_protect_global_whitelist', + 'jetpack_protect_key', + 'site_name', + ); + + /** + * A mapping of known importers to friendly names. + * + * Keys are the class name of the known importer. + * Values are the friendly name. + * + * @since 1.6.3 + * @since-jetpack 7.3.0 + * + * @var array + */ + public static $default_known_importers = array( + 'Blogger_Importer' => 'blogger', + 'LJ_API_Import' => 'livejournal', + 'MT_Import' => 'mt', + 'RSS_Import' => 'rss', + 'WC_Tax_Rate_Importer' => 'woo-tax-rate', + 'WP_Import' => 'wordpress', + ); + + /** + * Returns a list of known importers. + * + * @since 1.6.3 + * @since-jetpack 7.3.0 + * + * @return array Known importers with importer class names as keys and friendly names as values. + */ + public static function get_known_importers() { + /** + * Filter the list of known importers. + * + * @module sync + * + * @since 1.6.3 + * @since-jetpack 7.3.0 + * + * @param array The default list of known importers. + */ + return apply_filters( 'jetpack_sync_known_importers', self::$default_known_importers ); + } + + /** + * Whether this is a system with a multiple networks. + * We currently need this static wrapper because we statically define our default list of callables. + * + * @since 1.6.3 + * @since-jetpack 7.6.0 + * + * @uses Automattic\Jetpack\Status::is_multi_network + * + * @return boolean + */ + public static function is_multi_network() { + $status = new Status(); + return $status->is_multi_network(); + } + + /** + * Default bytes to dequeue. + * + * @var int Bytes. + */ + public static $default_dequeue_max_bytes = 500000; // very conservative value, 1/2 MB. + + /** + * Default upload bytes. + * + * This value is a little bigger than the upload limit to account for serialization. + * + * @var int Bytes. + */ + public static $default_upload_max_bytes = 600000; + + /** + * Default number of rows uploaded. + * + * @var int Number of rows. + */ + public static $default_upload_max_rows = 500; + + /** + * Default sync wait time. + * + * @var int Number of seconds. + */ + public static $default_sync_wait_time = 10; // seconds, between syncs. + + /** + * Only wait before next send if the current send took more than this number of seconds. + * + * @var int Number of seconds. + */ + public static $default_sync_wait_threshold = 10; + + /** + * Default wait between attempting to continue a full sync via requests. + * + * @var int Number of seconds. + */ + public static $default_enqueue_wait_time = 1; + + /** + * Maximum queue size. + * + * Each item is represented with a new row in the wp_options table. + * + * @var int Number of queue items. + */ + public static $default_max_queue_size = 5000; + + /** + * Default maximum lag allowed in the queue. + * + * @var int Number of seconds + */ + public static $default_max_queue_lag = 7200; // 2 hours. + + /** + * Default for default writes per sec. + * + * @var int Rows per second. + */ + public static $default_queue_max_writes_sec = 100; // 100 rows a second. + + /** + * Default for post types blacklist. + * + * @var array Empty array. + */ + public static $default_post_types_blacklist = array(); + + /** + * Default for taxonomies blacklist. + * + * @var array Empty array. + */ + public static $default_taxonomies_blacklist = array(); + + /** + * Default for taxonomies whitelist. + * + * @var array Empty array. + */ + public static $default_taxonomy_whitelist = array(); + + /** + * Default for post meta whitelist. + * + * @var array Empty array. + */ + public static $default_post_meta_whitelist = array(); + + /** + * Default for comment meta whitelist. + * + * @var array Empty array. + */ + public static $default_comment_meta_whitelist = array(); + + /** + * Default for disabling sync across the site. + * + * @var int Bool-ish. Default to 0. + */ + public static $default_disable = 0; // completely disable sending data to wpcom. + + /** + * Default for disabling sync across the entire network on multisite. + * + * @var int Bool-ish. Default 0. + */ + public static $default_network_disable = 0; + + /** + * Default for disabling checksums. + * + * @var int Bool-ish. Default 0. + */ + public static $default_checksum_disable = 0; + + /** + * Should Sync use cron? + * + * @var int Bool-ish value. Default 1. + */ + public static $default_sync_via_cron = 1; + + /** + * Default if Sync should render content. + * + * @var int Bool-ish value. Default is 0. + */ + public static $default_render_filtered_content = 0; + + /** + * Default number of items to enqueue at a time when running full sync. + * + * @var int Number of items. + */ + public static $default_max_enqueue_full_sync = 100; + + /** + * Default for maximum queue size during a full sync. + * + * Each item will represent a value in the wp_options table. + * + * @var int Number of items. + */ + public static $default_max_queue_size_full_sync = 1000; // max number of total items in the full sync queue. + + /** + * Default max time for sending in immediate mode. + * + * @var float Number of Seconds + */ + public static $default_full_sync_send_duration = 9; + + /** + * Defaul for time between syncing callables. + * + * @var int Number of seconds. + */ + public static $default_sync_callables_wait_time = MINUTE_IN_SECONDS; // seconds before sending callables again. + + /** + * Default for time between syncing constants. + * + * @var int Number of seconds. + */ + public static $default_sync_constants_wait_time = HOUR_IN_SECONDS; // seconds before sending constants again. + /** + * Default for sync queue lock timeout time. + * + * @var int Number of seconds. + */ + public static $default_sync_queue_lock_timeout = 120; // 2 minutes. + + /** + * Default for cron sync time limit. + * + * @var int Number of seconds. + */ + public static $default_cron_sync_time_limit = 4 * MINUTE_IN_SECONDS; + + /** + * Default for number of term relationship items sent in an full sync item. + * + * @var int Number of items. + */ + public static $default_term_relationships_full_sync_item_size = 100; + + /** + * Default for enabling incremental sync. + * + * @var int 1 for true. + */ + public static $default_sync_sender_enabled = 1; // Should send incremental sync items. + + /** + * Default for enabling Full Sync. + * + * @var int 1 for true. + */ + public static $default_full_sync_sender_enabled = 1; // Should send full sync items. + + /** + * Default Full Sync config + * + * @var array list of module names. + */ + public static $default_full_sync_config = array( + 'comments' => 1, + 'constants' => 1, + 'functions' => 1, + 'options' => 1, + 'posts' => 1, + 'term_relationships' => 1, + 'terms' => 1, + 'themes' => 1, + 'updates' => 1, + 'users' => 1, + ); + + /** + * Default Full Sync max objects to send on a single request. + * + * @var array list of module => max. + */ + public static $default_full_sync_limits = array( + 'comments' => array( + 'chunk_size' => 100, + 'max_chunks' => 10, + ), + 'posts' => array( + 'chunk_size' => 100, + 'max_chunks' => 1, + ), + 'term_relationships' => array( + 'chunk_size' => 1000, + 'max_chunks' => 10, + ), + 'terms' => array( + 'chunk_size' => 1000, + 'max_chunks' => 10, + ), + 'users' => array( + 'chunk_size' => 100, + 'max_chunks' => 10, + ), + ); + + /** + * Default for enabling dedicated Sync flow. + * + * @var int Bool-ish. Default 0. + */ + public static $default_dedicated_sync_enabled = 0; + + /** + * Default for enabling custom queue table for Sync. + * + * @var int Bool-ish. Default 0. + */ + public static $default_custom_queue_table_enabled = 0; +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php new file mode 100644 index 00000000..3da795c6 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php @@ -0,0 +1,712 @@ +get_modules(); + } + + return array(); + } + + /** + * Return array of taxonomies registered on the site. + * + * @return array + */ + public static function get_taxonomies() { + global $wp_taxonomies; + $wp_taxonomies_without_callbacks = array(); + foreach ( $wp_taxonomies as $taxonomy_name => $taxonomy ) { + $sanitized_taxonomy = self::sanitize_taxonomy( $taxonomy ); + if ( ! empty( $sanitized_taxonomy ) ) { + $wp_taxonomies_without_callbacks[ $taxonomy_name ] = $sanitized_taxonomy; + } + } + return $wp_taxonomies_without_callbacks; + } + + /** + * Return array of registered shortcodes. + * + * @return array + */ + public static function get_shortcodes() { + global $shortcode_tags; + return array_keys( $shortcode_tags ); + } + + /** + * Removes any callback data since we will not be able to process it on our side anyways. + * + * @param \WP_Taxonomy $taxonomy \WP_Taxonomy item. + * + * @return mixed|null + */ + public static function sanitize_taxonomy( $taxonomy ) { + + // Lets clone the taxonomy object instead of modifing the global one. + $cloned_taxonomy = json_decode( wp_json_encode( $taxonomy ) ); + + // recursive taxonomies are no fun. + if ( $cloned_taxonomy === null ) { + return null; + } + // Remove any meta_box_cb if they are not the default wp ones. + if ( isset( $cloned_taxonomy->meta_box_cb ) && + ! in_array( $cloned_taxonomy->meta_box_cb, array( 'post_tags_meta_box', 'post_categories_meta_box' ), true ) ) { + $cloned_taxonomy->meta_box_cb = null; + } + // Remove update call back. + if ( isset( $cloned_taxonomy->update_count_callback ) && + $cloned_taxonomy->update_count_callback !== null ) { + $cloned_taxonomy->update_count_callback = null; + } + // Remove rest_controller_class if it something other then the default. + if ( isset( $cloned_taxonomy->rest_controller_class ) && + 'WP_REST_Terms_Controller' !== $cloned_taxonomy->rest_controller_class ) { + $cloned_taxonomy->rest_controller_class = null; + } + return $cloned_taxonomy; + } + + /** + * Return array of registered post types. + * + * @return array + */ + public static function get_post_types() { + global $wp_post_types; + + $post_types_without_callbacks = array(); + foreach ( $wp_post_types as $post_type_name => $post_type ) { + $sanitized_post_type = self::sanitize_post_type( $post_type ); + if ( ! empty( $sanitized_post_type ) ) { + $post_types_without_callbacks[ $post_type_name ] = $sanitized_post_type; + } + } + return $post_types_without_callbacks; + } + + /** + * Sanitizes by cloning post type object. + * + * @param object $post_type \WP_Post_Type. + * + * @return object + */ + public static function sanitize_post_type( $post_type ) { + // Lets clone the post type object instead of modifing the global one. + $sanitized_post_type = array(); + foreach ( Defaults::$default_post_type_attributes as $attribute_key => $default_value ) { + if ( isset( $post_type->{ $attribute_key } ) ) { + $sanitized_post_type[ $attribute_key ] = $post_type->{ $attribute_key }; + } + } + return (object) $sanitized_post_type; + } + + /** + * Return information about a synced post type. + * + * @param array $sanitized_post_type Array of args used in constructing \WP_Post_Type. + * @param string $post_type Post type name. + * + * @return object \WP_Post_Type + */ + public static function expand_synced_post_type( $sanitized_post_type, $post_type ) { + $post_type = sanitize_key( $post_type ); + $post_type_object = new \WP_Post_Type( $post_type, $sanitized_post_type ); + $post_type_object->add_supports(); + $post_type_object->add_rewrite_rules(); + $post_type_object->add_hooks(); + $post_type_object->register_taxonomies(); + return (object) $post_type_object; + } + + /** + * Returns site's post_type_features. + * + * @return array + */ + public static function get_post_type_features() { + global $_wp_post_type_features; + + return $_wp_post_type_features; + } + + /** + * Return hosting provider. + * + * Uses a set of known constants, classes, or functions to help determine the hosting platform. + * + * @return string Hosting provider. + */ + public static function get_hosting_provider() { + $hosting_provider_detection_methods = array( + 'get_hosting_provider_by_known_constant', + 'get_hosting_provider_by_known_class', + 'get_hosting_provider_by_known_function', + ); + + $functions = new Functions(); + foreach ( $hosting_provider_detection_methods as $method ) { + $hosting_provider = call_user_func( array( $functions, $method ) ); + if ( false !== $hosting_provider ) { + return $hosting_provider; + } + } + + return 'unknown'; + } + + /** + * Return a hosting provider using a set of known constants. + * + * @return mixed A host identifier string or false. + */ + public function get_hosting_provider_by_known_constant() { + $hosting_provider_constants = array( + 'GD_SYSTEM_PLUGIN_DIR' => 'gd-managed-wp', + 'MM_BASE_DIR' => 'bh', + 'PAGELYBIN' => 'pagely', + 'KINSTAMU_VERSION' => 'kinsta', + 'FLYWHEEL_CONFIG_DIR' => 'flywheel', + 'IS_PRESSABLE' => 'pressable', + 'VIP_GO_ENV' => 'vip-go', + ); + + foreach ( $hosting_provider_constants as $constant => $constant_value ) { + if ( Constants::is_defined( $constant ) ) { + if ( 'VIP_GO_ENV' === $constant && false === Constants::get_constant( 'VIP_GO_ENV' ) ) { + continue; + } + return $constant_value; + } + } + + return false; + } + + /** + * Return a hosting provider using a set of known classes. + * + * @return mixed A host identifier string or false. + */ + public function get_hosting_provider_by_known_class() { + $hosting_provider = false; + + switch ( true ) { + case ( class_exists( '\\WPaaS\\Plugin' ) ): + $hosting_provider = 'gd-managed-wp'; + break; + } + + return $hosting_provider; + } + + /** + * Return a hosting provider using a set of known functions. + * + * @return mixed A host identifier string or false. + */ + public function get_hosting_provider_by_known_function() { + $hosting_provider = false; + + switch ( true ) { + case ( function_exists( 'is_wpe' ) || function_exists( 'is_wpe_snapshot' ) ): + $hosting_provider = 'wpe'; + break; + } + + return $hosting_provider; + } + + /** + * Return array of allowed REST API post types. + * + * @return array Array of allowed post types. + */ + public static function rest_api_allowed_post_types() { + /** This filter is already documented in class.json-api-endpoints.php */ + return apply_filters( 'rest_api_allowed_post_types', array( 'post', 'page', 'revision' ) ); + } + + /** + * Return array of allowed REST API public metadata. + * + * @return array Array of allowed metadata. + */ + public static function rest_api_allowed_public_metadata() { + /** + * Filters the meta keys accessible by the REST API. + * + * @see https://developer.wordpress.com/2013/04/26/custom-post-type-and-metadata-support-in-the-rest-api/ + * + * @module json-api + * + * @since 1.6.3 + * @since-jetpack 2.2.3 + * + * @param array $whitelisted_meta Array of metadata that is accessible by the REST API. + */ + return apply_filters( 'rest_api_allowed_public_metadata', array() ); + } + + /** + * Finds out if a site is using a version control system. + * + * @return bool + **/ + public static function is_version_controlled() { + + if ( ! class_exists( 'WP_Automatic_Updater' ) ) { + require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; + } + $updater = new \WP_Automatic_Updater(); + + return (bool) (string) $updater->is_vcs_checkout( ABSPATH ); + } + + /** + * Returns true if the site has file write access false otherwise. + * + * @return bool + **/ + public static function file_system_write_access() { + if ( ! function_exists( 'get_filesystem_method' ) ) { + require_once ABSPATH . 'wp-admin/includes/file.php'; + } + + require_once ABSPATH . 'wp-admin/includes/template.php'; + + $filesystem_method = get_filesystem_method(); + if ( 'direct' === $filesystem_method ) { + return true; + } + + ob_start(); + + if ( ! function_exists( 'request_filesystem_credentials' ) ) { + require_once ABSPATH . 'wp-admin/includes/file.php'; + } + + $filesystem_credentials_are_stored = request_filesystem_credentials( self_admin_url() ); + ob_end_clean(); + if ( $filesystem_credentials_are_stored ) { + return true; + } + + return false; + } + + /** + * Helper function that is used when getting home or siteurl values. Decides + * whether to get the raw or filtered value. + * + * @deprecated 1.23.1 + * + * @param string $url_type URL to get, home or siteurl. + * @return string + */ + public static function get_raw_or_filtered_url( $url_type ) { + _deprecated_function( __METHOD__, '1.23.1', '\\Automattic\\Jetpack\\Connection\\Urls::get_raw_or_filtered_url' ); + return Urls::get_raw_or_filtered_url( $url_type ); + } + + /** + * Return the escaped home_url. + * + * @deprecated 1.23.1 + * + * @return string + */ + public static function home_url() { + _deprecated_function( __METHOD__, '1.23.1', '\\Automattic\\Jetpack\\Connection\\Urls::home_url' ); + return Urls::home_url(); + } + + /** + * Return the escaped siteurl. + * + * @deprecated 1.23.1 + * + * @return string + */ + public static function site_url() { + _deprecated_function( __METHOD__, '1.23.1', '\\Automattic\\Jetpack\\Connection\\Urls::site_url' ); + return Urls::site_url(); + } + + /** + * Return main site URL with a normalized protocol. + * + * @deprecated 1.23.1 + * + * @return string + */ + public static function main_network_site_url() { + _deprecated_function( __METHOD__, '1.23.1', '\\Automattic\\Jetpack\\Connection\\Urls::main_network_site_url' ); + return Urls::main_network_site_url(); + } + + /** + * Return main site WordPress.com site ID. + * + * @return string + */ + public static function main_network_site_wpcom_id() { + /** + * Return the current site WPCOM ID for single site installs + */ + if ( ! is_multisite() ) { + return \Jetpack_Options::get_option( 'id' ); + } + + /** + * Return the main network site WPCOM ID for multi-site installs + */ + $current_network = get_network(); + switch_to_blog( $current_network->blog_id ); + $wpcom_blog_id = \Jetpack_Options::get_option( 'id' ); + restore_current_blog(); + return $wpcom_blog_id; + } + + /** + * Return URL with a normalized protocol. + * + * @deprecated 1.23.1 + * + * @param callable $callable Function to retrieve URL option. + * @param string $new_value URL Protocol to set URLs to. + * @return string Normalized URL. + */ + public static function get_protocol_normalized_url( $callable, $new_value ) { + _deprecated_function( __METHOD__, '1.23.1', '\\Automattic\\Jetpack\\Connection\\Urls::get_protocol_normalized_url' ); + return Urls::get_protocol_normalized_url( $callable, $new_value ); + } + + /** + * Return URL from option or PHP constant. + * + * @deprecated 1.23.1 + * + * @param string $option_name (e.g. 'home'). + * + * @return mixed|null URL. + */ + public static function get_raw_url( $option_name ) { + _deprecated_function( __METHOD__, '1.23.1', '\\Automattic\\Jetpack\\Connection\\Urls::get_raw_url' ); + return Urls::get_raw_url( $option_name ); + } + + /** + * Normalize domains by removing www unless declared in the site's option. + * + * @deprecated 1.23.1 + * + * @param string $option Option value from the site. + * @param callable $url_function Function retrieving the URL to normalize. + * @return mixed|string URL. + */ + public static function normalize_www_in_url( $option, $url_function ) { + _deprecated_function( __METHOD__, '1.23.1', '\\Automattic\\Jetpack\\Connection\\Urls::normalize_www_in_url' ); + return Urls::normalize_www_in_url( $option, $url_function ); + } + + /** + * Return filtered value of get_plugins. + * + * @return mixed|void + */ + public static function get_plugins() { + if ( ! function_exists( 'get_plugins' ) ) { + require_once ABSPATH . 'wp-admin/includes/plugin.php'; + } + + /** This filter is documented in wp-admin/includes/class-wp-plugins-list-table.php */ + return apply_filters( 'all_plugins', get_plugins() ); + } + + /** + * Get custom action link tags that the plugin is using + * Ref: https://codex.wordpress.org/Plugin_API/Filter_Reference/plugin_action_links_(plugin_file_name) + * + * @param string $plugin_file_singular Particular plugin. + * @return array of plugin action links (key: link name value: url) + */ + public static function get_plugins_action_links( $plugin_file_singular = null ) { + // Some sites may have DOM disabled in PHP fail early. + if ( ! class_exists( 'DOMDocument' ) ) { + return array(); + } + $plugins_action_links = get_option( 'jetpack_plugin_api_action_links', array() ); + if ( ! empty( $plugins_action_links ) ) { + if ( $plugin_file_singular === null ) { + return $plugins_action_links; + } + return ( isset( $plugins_action_links[ $plugin_file_singular ] ) ? $plugins_action_links[ $plugin_file_singular ] : null ); + } + return array(); + } + + /** + * Return the WP version as defined in the $wp_version global. + * + * @return string + */ + public static function wp_version() { + global $wp_version; + return $wp_version; + } + + /** + * Return site icon url used on the site. + * + * @param int $size Size of requested icon in pixels. + * @return mixed|string|void + */ + public static function site_icon_url( $size = 512 ) { + $site_icon = get_site_icon_url( $size ); + return $site_icon ? $site_icon : get_option( 'jetpack_site_icon_url' ); + } + + /** + * Return roles registered on the site. + * + * @return array + */ + public static function roles() { + $wp_roles = wp_roles(); + return $wp_roles->roles; + } + + /** + * Determine time zone from WordPress' options "timezone_string" + * and "gmt_offset". + * + * 1. Check if `timezone_string` is set and return it. + * 2. Check if `gmt_offset` is set, formats UTC-offset from it and return it. + * 3. Default to "UTC+0" if nothing is set. + * + * Note: This function is specifically not using wp_timezone() to keep consistency with + * the existing formatting of the timezone string. + * + * @return string + */ + public static function get_timezone() { + $timezone_string = get_option( 'timezone_string' ); + + if ( ! empty( $timezone_string ) ) { + return str_replace( '_', ' ', $timezone_string ); + } + + $gmt_offset = get_option( 'gmt_offset', 0 ); + + $formatted_gmt_offset = sprintf( '%+g', (float) $gmt_offset ); + + $formatted_gmt_offset = str_replace( + array( '.25', '.5', '.75' ), + array( ':15', ':30', ':45' ), + (string) $formatted_gmt_offset + ); + + /* translators: %s is UTC offset, e.g. "+1" */ + return sprintf( __( 'UTC%s', 'jetpack-sync' ), $formatted_gmt_offset ); + } + + /** + * Return list of paused themes. + * + * @return array|bool Array of paused themes or false if unsupported. + */ + public static function get_paused_themes() { + $paused_themes = wp_paused_themes(); + return $paused_themes->get_all(); + } + + /** + * Return list of paused plugins. + * + * @return array|bool Array of paused plugins or false if unsupported. + */ + public static function get_paused_plugins() { + $paused_plugins = wp_paused_plugins(); + return $paused_plugins->get_all(); + } + + /** + * Return the theme's supported features. + * Used for syncing the supported feature that we care about. + * + * @return array List of features that the theme supports. + */ + public static function get_theme_support() { + global $_wp_theme_features; + + $theme_support = array(); + foreach ( Defaults::$default_theme_support_whitelist as $theme_feature ) { + $has_support = current_theme_supports( $theme_feature ); + if ( $has_support ) { + $theme_support[ $theme_feature ] = $_wp_theme_features[ $theme_feature ]; + } + } + + return $theme_support; + } + + /** + * Returns if the current theme is a Full Site Editing theme. + * + * @since 1.49.0 Uses wp_is_block_theme() instead of deprecated gutenberg_is_fse_theme(). + * + * @return bool Theme is a Full Site Editing theme. + */ + public static function get_is_fse_theme() { + return wp_is_block_theme(); + } + + /** + * Wraps data in a way so that we can distinguish between objects and array and also prevent object recursion. + * + * @since 1.21.0 + * + * @param array|obj $any Source data to be cleaned up. + * @param array $seen_nodes Built array of nodes. + * + * @return array + */ + public static function json_wrap( &$any, $seen_nodes = array() ) { + if ( is_object( $any ) ) { + $input = get_object_vars( $any ); + $input['__o'] = 1; + } else { + $input = &$any; + } + + if ( is_array( $input ) ) { + $seen_nodes[] = &$any; + + $return = array(); + + foreach ( $input as $k => &$v ) { + if ( ( is_array( $v ) || is_object( $v ) ) ) { + if ( in_array( $v, $seen_nodes, true ) ) { + continue; + } + $return[ $k ] = self::json_wrap( $v, $seen_nodes ); + } else { + $return[ $k ] = $v; + } + } + + return $return; + } + + return $any; + } + + /** + * Return the list of installed themes + * + * @since 1.31.0 + * + * @return array + */ + public static function get_themes() { + $current_stylesheet = get_stylesheet(); + $installed_themes = wp_get_themes(); + $synced_headers = array( 'Name', 'ThemeURI', 'Author', 'Version', 'Template', 'Status', 'TextDomain', 'RequiresWP', 'RequiresPHP' ); + $themes = array(); + foreach ( $installed_themes as $stylesheet => $theme ) { + $themes[ $stylesheet ] = array(); + foreach ( $synced_headers as $header ) { + $themes[ $stylesheet ][ $header ] = $theme->get( $header ); + } + $themes[ $stylesheet ]['active'] = $stylesheet === $current_stylesheet; + if ( method_exists( $theme, 'is_block_theme' ) ) { + $themes[ $stylesheet ]['is_block_theme'] = $theme->is_block_theme(); + } + } + /** + * Filters the output of Sync's get_theme callable + * + * @since 1.31.0 + * + * @param array $themes The list of installed themes formatted in an array with a collection of information extracted from the Theme's headers + */ + return apply_filters( 'jetpack_sync_get_themes_callable', $themes ); + } + + /** + * Return the list of active Jetpack modules. + * + * @since $$next_version$$ + * + * @return array + */ + public static function get_active_modules() { + return ( new Jetpack_Modules() )->get_active(); + } + + /** + * Return a list of PHP modules that we want to track. + * + * @since $$next_version$$ + * + * @return array + */ + public static function get_loaded_extensions() { + if ( function_exists( 'get_loaded_extensions' ) ) { + return get_loaded_extensions(); + } + + // If a hosting provider has blocked get_loaded_extensions for any reason, + // we check extensions manually. + + $extensions_to_check = array( + 'libxml' => array( 'class' => 'libXMLError' ), + 'xml' => array( 'function' => 'xml_parse' ), + 'dom' => array( 'class' => 'DOMDocument' ), + 'xdebug' => array( 'function' => 'xdebug_break' ), + ); + + $enabled_extensions = array(); + foreach ( $extensions_to_check as $extension_name => $extension ) { + if ( + ( isset( $extension['function'] ) + && function_exists( $extension['function'] ) ) + || class_exists( $extension['class'] ) + ) { + $enabled_extensions[] = $extension_name; + } + } + + return $enabled_extensions; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-health.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-health.php new file mode 100644 index 00000000..41d7f788 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-health.php @@ -0,0 +1,188 @@ + self::STATUS_UNKNOWN, + self::OPTION_TIMESTAMP_KEY => microtime( true ), + ); + + switch ( $status ) { + case self::STATUS_DISABLED: + case self::STATUS_OUT_OF_SYNC: + case self::STATUS_IN_SYNC: + $new_status[ self::OPTION_STATUS_KEY ] = $status; + break; + } + + \Jetpack_Options::update_option( self::STATUS_OPTION, $new_status ); + return true; + } + + /** + * Check if Status has been previously set. + * + * @return bool is a Status defined + */ + public static function is_status_defined() { + $status = \Jetpack_Options::get_option( self::STATUS_OPTION ); + + if ( false === $status || ! is_array( $status ) || empty( $status[ self::OPTION_STATUS_KEY ] ) ) { + return false; + } else { + return true; + } + } + + /** + * Update Sync Status if Full Sync ended of Posts + * + * @param string $checksum The checksum that's currently being processed. + * @param array $range The ranges of object types being processed. + */ + public static function full_sync_end_update_status( $checksum, $range ) { + if ( isset( $range['posts'] ) ) { + self::update_status( self::STATUS_IN_SYNC ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php new file mode 100644 index 00000000..ecc33a94 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php @@ -0,0 +1,93 @@ +json_serialize( $object ) ) ); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_encode + } + + /** + * Decode compressed serialized value. + * + * @param string $input Item to decode. + * @return array|mixed|object + */ + public function decode( $input ) { + return $this->json_unserialize( gzinflate( base64_decode( $input ) ) ); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_decode + } + + /** + * Serialize JSON + * + * @see https://gist.github.com/muhqu/820694 + * + * @param string $any Value to serialize and wrap. + * + * @return false|string + */ + protected function json_serialize( $any ) { + return wp_json_encode( Functions::json_wrap( $any ) ); + } + + /** + * Unserialize JSON + * + * @param string $str JSON string. + * @return array|object Unwrapped JSON. + */ + protected function json_unserialize( $str ) { + return $this->json_unwrap( json_decode( $str, true ) ); + } + + /** + * Unwraps a json_decode return. + * + * @param array|object $any json_decode object. + * @return array|object + */ + private function json_unwrap( $any ) { + if ( is_array( $any ) ) { + foreach ( $any as $k => $v ) { + if ( '__o' === $k ) { + continue; + } + $any[ $k ] = $this->json_unwrap( $v ); + } + + if ( isset( $any['__o'] ) ) { + unset( $any['__o'] ); + $any = (object) $any; + } + } + + return $any; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php new file mode 100644 index 00000000..ae954ee8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php @@ -0,0 +1,483 @@ +:( + */ + protected function __construct() { + $this->set_defaults(); + $this->init(); + } + + /** + * Sync Listener init. + */ + private function init() { + $handler = array( $this, 'action_handler' ); + $full_sync_handler = array( $this, 'full_sync_action_handler' ); + + foreach ( Modules::get_modules() as $module ) { + $module->init_listeners( $handler ); + $module->init_full_sync_listeners( $full_sync_handler ); + } + + // Module Activation. + add_action( 'jetpack_activate_module', $handler ); + add_action( 'jetpack_deactivate_module', $handler ); + + // Jetpack Upgrade. + add_action( 'updating_jetpack_version', $handler, 10, 2 ); + + // Send periodic checksum. + add_action( 'jetpack_sync_checksum', $handler ); + } + + /** + * Get incremental sync queue. + */ + public function get_sync_queue() { + return $this->sync_queue; + } + + /** + * Gets the full sync queue. + */ + public function get_full_sync_queue() { + return $this->full_sync_queue; + } + + /** + * Sets queue size limit. + * + * @param int $limit Queue size limit. + */ + public function set_queue_size_limit( $limit ) { + $this->sync_queue_size_limit = $limit; + } + + /** + * Get queue size limit. + */ + public function get_queue_size_limit() { + return $this->sync_queue_size_limit; + } + + /** + * Sets the queue lag limit. + * + * @param int $age Queue lag limit. + */ + public function set_queue_lag_limit( $age ) { + $this->sync_queue_lag_limit = $age; + } + + /** + * Return value of queue lag limit. + */ + public function get_queue_lag_limit() { + return $this->sync_queue_lag_limit; + } + + /** + * Force a recheck of the queue limit. + */ + public function force_recheck_queue_limit() { + delete_transient( self::QUEUE_STATE_CHECK_TRANSIENT . '_' . $this->sync_queue->id ); + delete_transient( self::QUEUE_STATE_CHECK_TRANSIENT . '_' . $this->full_sync_queue->id ); + } + + /** + * Determine if an item can be added to the queue. + * + * Prevent adding items to the queue if it hasn't sent an item for 15 mins + * AND the queue is over 1000 items long (by default). + * + * @param object $queue Sync queue. + * @return bool + */ + public function can_add_to_queue( $queue ) { + if ( ! Settings::is_sync_enabled() ) { + return false; + } + + $state_transient_name = self::QUEUE_STATE_CHECK_TRANSIENT . '_' . $queue->id; + + $queue_state = get_transient( $state_transient_name ); + + if ( false === $queue_state ) { + $queue_state = array( $queue->size(), $queue->lag() ); + set_transient( $state_transient_name, $queue_state, self::QUEUE_STATE_CHECK_TIMEOUT ); + } + + list( $queue_size, $queue_age ) = $queue_state; + + return ( $queue_age < $this->sync_queue_lag_limit ) + || + ( ( $queue_size + 1 ) < $this->sync_queue_size_limit ); + } + + /** + * Full sync action handler. + * + * @param mixed ...$args Args passed to the action. + */ + public function full_sync_action_handler( ...$args ) { + $this->enqueue_action( current_filter(), $args, $this->full_sync_queue ); + } + + /** + * Action handler. + * + * @param mixed ...$args Args passed to the action. + */ + public function action_handler( ...$args ) { + $this->enqueue_action( current_filter(), $args, $this->sync_queue ); + } + + // add many actions to the queue directly, without invoking them. + + /** + * Bulk add action to the queue. + * + * @param string $action_name The name the full sync action. + * @param array $args_array Array of chunked arguments. + */ + public function bulk_enqueue_full_sync_actions( $action_name, $args_array ) { + $queue = $this->get_full_sync_queue(); + + /* + * If we add any items to the queue, we should try to ensure that our script + * can't be killed before they are sent. + */ + if ( function_exists( 'ignore_user_abort' ) ) { + ignore_user_abort( true ); + } + + $data_to_enqueue = array(); + $user_id = get_current_user_id(); + $currtime = microtime( true ); + $is_importing = Settings::is_importing(); + + foreach ( $args_array as $args ) { + $previous_end = isset( $args['previous_end'] ) ? $args['previous_end'] : null; + $args = isset( $args['ids'] ) ? $args['ids'] : $args; + + /** + * Modify or reject the data within an action before it is enqueued locally. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @module sync + * + * @param array The action parameters + */ + $args = apply_filters( "jetpack_sync_before_enqueue_$action_name", $args ); + $action_data = array( $args ); + if ( $previous_end !== null ) { + $action_data[] = $previous_end; + } + // allow listeners to abort. + if ( false === $args ) { + continue; + } + + $data_to_enqueue[] = array( + $action_name, + $action_data, + $user_id, + $currtime, + $is_importing, + ); + } + + $queue->add_all( $data_to_enqueue ); + } + + /** + * Enqueue the action. + * + * @param string $current_filter Current WordPress filter. + * @param object $args Sync args. + * @param string $queue Sync queue. + */ + public function enqueue_action( $current_filter, $args, $queue ) { + // don't enqueue an action during the outbound http request - this prevents recursion. + if ( Settings::is_sending() ) { + return; + } + + if ( ! ( new Connection_Manager() )->is_connected() ) { + // Don't enqueue an action if the site is disconnected. + return; + } + + /** + * Add an action hook to execute when anything on the whitelist gets sent to the queue to sync. + * + * @module sync + * + * @since 1.6.3 + * @since-jetpack 5.9.0 + */ + do_action( 'jetpack_sync_action_before_enqueue' ); + + /** + * Modify or reject the data within an action before it is enqueued locally. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param array The action parameters + */ + $args = apply_filters( "jetpack_sync_before_enqueue_$current_filter", $args ); + + // allow listeners to abort. + if ( false === $args ) { + return; + } + + /* + * Periodically check the size of the queue, and disable adding to it if + * it exceeds some limit AND the oldest item exceeds the age limit (i.e. sending has stopped). + */ + if ( ! $this->can_add_to_queue( $queue ) ) { + if ( 'sync' === $queue->id ) { + $this->sync_data_loss( $queue ); + } + return; + } + + /* + * If we add any items to the queue, we should try to ensure that our script + * can't be killed before they are sent. + */ + if ( function_exists( 'ignore_user_abort' ) ) { + ignore_user_abort( true ); + } + + if ( + 'sync' === $queue->id || + in_array( + $current_filter, + array( + 'jetpack_full_sync_start', + 'jetpack_full_sync_end', + 'jetpack_full_sync_cancel', + ), + true + ) + ) { + $queue->add( + array( + $current_filter, + $args, + get_current_user_id(), + microtime( true ), + Settings::is_importing(), + $this->get_actor( $current_filter, $args ), + ) + ); + } else { + $queue->add( + array( + $current_filter, + $args, + get_current_user_id(), + microtime( true ), + Settings::is_importing(), + ) + ); + } + + // since we've added some items, let's try to load the sender so we can send them as quickly as possible. + if ( ! Actions::$sender ) { + add_filter( 'jetpack_sync_sender_should_load', __NAMESPACE__ . '\Actions::should_initialize_sender_enqueue', 10, 1 ); + if ( did_action( 'init' ) ) { + Actions::add_sender_shutdown(); + } + } + } + + /** + * Sync Data Loss Handler + * + * @param Queue $queue Sync queue. + * @return boolean was send successful + */ + public function sync_data_loss( $queue ) { + if ( ! Settings::is_sync_enabled() ) { + return; + } + $updated = Health::update_status( Health::STATUS_OUT_OF_SYNC ); + + if ( ! $updated ) { + return; + } + + $data = array( + 'timestamp' => microtime( true ), + 'queue_size' => $queue->size(), + 'queue_lag' => $queue->lag(), + ); + + $sender = Sender::get_instance(); + return $sender->send_action( 'jetpack_sync_data_loss', $data ); + } + + /** + * Get the event's actor. + * + * @param string $current_filter Current wp-admin page. + * @param object $args Sync event. + * @return array Actor information. + */ + public function get_actor( $current_filter, $args ) { + if ( 'wp_login' === $current_filter ) { + $user = get_user_by( 'ID', $args[1]->data->ID ); + } else { + $user = wp_get_current_user(); + } + + $roles = new Roles(); + $translated_role = $roles->translate_user_to_role( $user ); + + $actor = array( + 'wpcom_user_id' => null, + 'external_user_id' => isset( $user->ID ) ? $user->ID : null, + 'display_name' => isset( $user->display_name ) ? $user->display_name : null, + 'user_email' => isset( $user->user_email ) ? $user->user_email : null, + 'user_roles' => isset( $user->roles ) ? $user->roles : null, + 'translated_role' => $translated_role ? $translated_role : null, + 'is_cron' => defined( 'DOING_CRON' ) ? DOING_CRON : false, + 'is_rest' => defined( 'REST_API_REQUEST' ) ? REST_API_REQUEST : false, + 'is_xmlrpc' => defined( 'XMLRPC_REQUEST' ) ? XMLRPC_REQUEST : false, + 'is_wp_rest' => defined( 'REST_REQUEST' ) ? REST_REQUEST : false, + 'is_ajax' => defined( 'DOING_AJAX' ) ? DOING_AJAX : false, + 'is_wp_admin' => is_admin(), + 'is_cli' => defined( 'WP_CLI' ) ? WP_CLI : false, + 'from_url' => $this->get_request_url(), + ); + + if ( $this->should_send_user_data_with_actor( $current_filter ) ) { + $ip = IP_Utils::get_ip(); + + $actor['ip'] = $ip ? $ip : ''; + $actor['user_agent'] = isset( $_SERVER['HTTP_USER_AGENT'] ) ? filter_var( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ) : 'unknown'; + } + + return $actor; + } + + /** + * Should user data be sent as the actor? + * + * @param string $current_filter The current WordPress filter being executed. + * @return bool + */ + public function should_send_user_data_with_actor( $current_filter ) { + $should_send = in_array( $current_filter, array( 'jetpack_wp_login', 'wp_logout', 'jetpack_valid_failed_login_attempt' ), true ); + /** + * Allow or deny sending actor's user data ( IP and UA ) during a sync event + * + * @since 1.6.3 + * @since-jetpack 5.8.0 + * + * @module sync + * + * @param bool True if we should send user data + * @param string The current filter that is performing the sync action + */ + return apply_filters( 'jetpack_sync_actor_user_data', $should_send, $current_filter ); + } + + /** + * Sets Listener defaults. + */ + public function set_defaults() { + $this->sync_queue = new Queue( 'sync' ); + $this->full_sync_queue = new Queue( 'full_sync' ); + $this->set_queue_size_limit( Settings::get_setting( 'max_queue_size' ) ); + $this->set_queue_lag_limit( Settings::get_setting( 'max_queue_lag' ) ); + } + + /** + * Get the request URL. + * + * @return string Request URL, if known. Otherwise, wp-admin or home_url. + */ + public function get_request_url() { + if ( isset( $_SERVER['HTTP_HOST'] ) && isset( $_SERVER['REQUEST_URI'] ) ) { + // phpcs:ignore WordPress.Security.ValidatedSanitizedInput -- False positive, sniff misses the call to esc_url_raw. + return esc_url_raw( 'http' . ( isset( $_SERVER['HTTPS'] ) ? 's' : '' ) . '://' . wp_unslash( "{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}" ) ); + } + return is_admin() ? get_admin_url( get_current_blog_id() ) : home_url(); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php new file mode 100644 index 00000000..61b89a1c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php @@ -0,0 +1,77 @@ + $locked_time ) { + update_option( $lock_name, false, false ); + } + return false; + } + + $locked_time = microtime( true ) + $expiry; + update_option( $lock_name, $locked_time, false ); + return $locked_time; + } + + /** + * Remove the lock. + * + * @access public + * + * @param string $name lock name. + * @param bool|float $lock_expiration lock expiration. + */ + public function remove( $name, $lock_expiration = false ) { + $lock_name = self::LOCK_PREFIX . $name; + + // Only remove lock if current value matches our lock. + if ( true === $lock_expiration || (string) get_option( $lock_name ) === (string) $lock_expiration ) { + update_option( $lock_name, false, false ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-main.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-main.php new file mode 100644 index 00000000..f48e2c66 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-main.php @@ -0,0 +1,135 @@ +uninstall(); + } + + /** + * Sync cleanup on shutdown. + */ + public static function on_jetpack_site_disconnected() { + add_action( 'shutdown', array( __CLASS__, 'sync_cleanup' ), 10000 ); + } + + /** + * Delete all sync related data on Site disconnect / clean up custom table. + * Needs to happen on shutdown to prevent fatals. + */ + public static function sync_cleanup() { + Sender::get_instance()->uninstall(); + + $table_storage = new Queue_Storage_Table( 'test_queue' ); + $table_storage->drop_table(); + } + + /** + * Sets the Sync data settings. + * + * @param array $data_settings An array containing the Sync data options. An empty array indicates that the default + * values will be used for all Sync data. + */ + public static function set_sync_data_options( $data_settings = array() ) { + ( new Data_Settings() )->add_settings_list( $data_settings ); + } + + /** + * Initialize the main sync actions. + * + * @action plugins_loaded + */ + public static function on_plugins_loaded_early() { + /** + * Additional Sync modules can be carried out into their own packages and they + * will get their own config settings. + * + * For now additional modules are enabled based on whether the third party plugin + * class exists or not. + */ + Sync_Actions::initialize_search(); + Sync_Actions::initialize_woocommerce(); + Sync_Actions::initialize_wp_super_cache(); + + // We need to define this here so that it's hooked before `updating_jetpack_version` is called. + add_action( 'updating_jetpack_version', array( 'Automattic\\Jetpack\\Sync\\Actions', 'cleanup_on_upgrade' ), 10, 2 ); + } + + /** + * Runs after most of plugins_loaded hook functions have been run. + * + * @action plugins_loaded + */ + public static function on_plugins_loaded_late() { + /* + * Init after plugins loaded and before the `init` action. This helps with issues where plugins init + * with a high priority or sites that use alternate cron. + */ + Sync_Actions::init(); + + // Enable non-blocking Jetpack Sync flow. + $non_block_enabled = (bool) get_option( 'jetpack_sync_non_blocking', false ); + + /** + * Filters the option to enable non-blocking sync. + * + * Default value is false, filter to true to enable non-blocking mode which will have + * WP.com return early and use the sync/close endpoint to check-in processed items. + * + * @since 1.12.3 + * + * @param bool $enabled Should non-blocking flow be enabled. + */ + $filtered = (bool) apply_filters( 'jetpack_sync_non_blocking', $non_block_enabled ); + + if ( $non_block_enabled !== $filtered ) { + update_option( 'jetpack_sync_non_blocking', $filtered, false ); + } + + // Initialize health-related hooks after plugins have loaded. + Health::init(); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php new file mode 100644 index 00000000..993ebef5 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php @@ -0,0 +1,160 @@ +set_defaults(); + } + } + + /** + * Gets the name of an initialized module. Returns false if given module has not been initialized. + * + * @access public + * @static + * + * @param string $module_name A module name. + * + * @return bool|Automattic\Jetpack\Sync\Modules\Module + */ + public static function get_module( $module_name ) { + foreach ( self::get_modules() as $module ) { + if ( $module->name() === $module_name ) { + return $module; + } + } + + return false; + } + + /** + * Loads and sets defaults for all declared modules. + * + * @access public + * @static + * + * @return array + */ + public static function initialize_modules() { + /** + * Filters the list of class names of sync modules. + * If you add to this list, make sure any classes implement the + * Jetpack_Sync_Module interface. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + */ + $modules = apply_filters( 'jetpack_sync_modules', self::DEFAULT_SYNC_MODULES ); + + $modules = array_map( array( __CLASS__, 'load_module' ), $modules ); + + return array_map( array( __CLASS__, 'set_module_defaults' ), $modules ); + } + + /** + * Returns an instance of the given module class. + * + * @access public + * @static + * + * @param string $module_class The classname of a Jetpack sync module. + * + * @return Automattic\Jetpack\Sync\Modules\Module + */ + public static function load_module( $module_class ) { + return new $module_class(); + } + + /** + * Sets defaults for the given instance of a Jetpack sync module. + * + * @access public + * @static + * + * @param Automattic\Jetpack\Sync\Modules\Module $module Instance of a Jetpack sync module. + * + * @return Automattic\Jetpack\Sync\Modules\Module + */ + public static function set_module_defaults( $module ) { + $module->set_defaults(); + if ( method_exists( $module, 'set_late_default' ) ) { + add_action( 'init', array( $module, 'set_late_default' ), 90 ); + } + return $module; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php new file mode 100644 index 00000000..24fdb53f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php @@ -0,0 +1,30 @@ +id = $id; + $this->items_with_ids = $items_with_ids; + } + + /** + * Retrieve the sync items in the buffer, in an ID => value form. + * + * @access public + * + * @return bool|array Sync items in the buffer. + */ + public function get_items() { + return array_combine( $this->get_item_ids(), $this->get_item_values() ); + } + + /** + * Retrieve the values of the sync items in the buffer. + * + * @access public + * + * @return array Sync items values. + */ + public function get_item_values() { + return Utils::get_item_values( $this->items_with_ids ); + } + + /** + * Retrieve the IDs of the sync items in the buffer. + * + * @access public + * + * @return array Sync items IDs. + */ + public function get_item_ids() { + return Utils::get_item_ids( $this->items_with_ids ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php new file mode 100644 index 00000000..fa9da083 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php @@ -0,0 +1,678 @@ +id = str_replace( '-', '_', $id ); // Necessary to ensure we don't have ID collisions in the SQL. + $this->row_iterator = 0; + $this->random_int = wp_rand( 1, 1000000 ); + + /** + * If the Custom queue table is enabled - let's use it as a backend. Otherwise, fall back to the Options table. + */ + if ( Settings::is_custom_queue_table_enabled() ) { + $this->queue_storage = new Queue_Storage_Table( $this->id ); + } else { + // Initialize the storage with the Options table backend. To be changed in subsequent updates to include the logic to switch to Custom Table. + $this->queue_storage = new Queue_Storage_Options( $this->id ); + } + } + + /** + * Add a single item to the queue. + * + * @param object $item Event object to add to queue. + * + * @return bool|WP_Error + */ + public function add( $item ) { + $added = false; + + // If empty, don't add. + if ( empty( $item ) ) { + return false; + } + + // Attempt to serialize data, if an exception (closures) return early. + try { + $item = serialize( $item ); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.serialize_serialize + } catch ( \Exception $ex ) { + return new WP_Error( 'queue_unable_to_serialize', 'Unable to serialize item' ); + } + + // This basically tries to add the option until enough time has elapsed that + // it has a unique (microtime-based) option key. + while ( ! $added ) { + $added = $this->queue_storage->insert_item( $this->get_next_data_row_option_name(), $item ); + } + + return $added; + } + + /** + * Insert all the items in a single SQL query. May be subject to query size limits! + * + * @param array $items Array of events to add to the queue. + * + * @return bool|\WP_Error + */ + public function add_all( $items ) { + // TODO check and figure out if it's used at all and if we can optimize it. + $base_option_name = $this->get_next_data_row_option_name(); + + $rows_added = $this->queue_storage->add_all( $items, $base_option_name ); + + if ( count( $items ) !== $rows_added ) { + return new WP_Error( 'row_count_mismatch', "The number of rows inserted didn't match the size of the input array" ); + } + + return true; + } + + /** + * Get the front-most item on the queue without checking it out. + * + * @param int $count Number of items to return when looking at the items. + * + * @return array + */ + public function peek( $count = 1 ) { + $items = $this->fetch_items( $count ); + if ( $items ) { + return Utils::get_item_values( $items ); + } + + return array(); + } + + /** + * Gets items with particular IDs. + * + * @param array $item_ids Array of item IDs to retrieve. + * + * @return array + */ + public function peek_by_id( $item_ids ) { + $items = $this->fetch_items_by_id( $item_ids ); + if ( $items ) { + return Utils::get_item_values( $items ); + } + + return array(); + } + + /** + * Gets the queue lag. + * Lag is the difference in time between the age of the oldest item + * (aka first or frontmost item) and the current time. + * + * @param float $now The current time in microtime. + * + * @return float + */ + public function lag( $now = null ) { + return (float) $this->queue_storage->get_lag( $now ); + } + + /** + * Resets the queue. + */ + public function reset() { + $this->delete_checkout_id(); + + $this->queue_storage->clear_queue(); + } + + /** + * Return the size of the queue. + * + * @return int + */ + public function size() { + return $this->queue_storage->get_item_count(); + } + + /** + * Lets you know if there is any items in the queue. + * + * We use this peculiar implementation because it's much faster than count(*). + * + * @return bool + */ + public function has_any_items() { + return $this->size() > 0; + } + + /** + * Used to checkout the queue. + * + * @param int $buffer_size Size of the buffer to checkout. + * + * @return Automattic\Jetpack\Sync\Queue_Buffer|bool|int|\WP_Error + */ + public function checkout( $buffer_size ) { + if ( $this->get_checkout_id() ) { + return new WP_Error( 'unclosed_buffer', 'There is an unclosed buffer' ); + } + + // TODO check if adding a prefix is going to be a problem + $buffer_id = uniqid( '', true ); + + $result = $this->set_checkout_id( $buffer_id ); + + if ( ! $result || is_wp_error( $result ) ) { + return $result; + } + + $items = $this->fetch_items( $buffer_size ); + + if ( ! is_countable( $items ) ) { + return false; + } + + if ( count( $items ) === 0 ) { + return false; + } + + return new Queue_Buffer( $buffer_id, array_slice( $items, 0, $buffer_size ) ); + } + + /** + * Given a list of items return the items ids. + * + * @param array $items List of item objects. + * + * @return array Ids of the items. + */ + public function get_ids( $items ) { + return array_map( + function ( $item ) { + return $item->id; + }, + $items + ); + } + + /** + * Pop elements from the queue. + * + * @param int $limit Number of items to pop from the queue. + * + * @return array|object|null + */ + public function pop( $limit ) { + $items = $this->fetch_items( $limit ); + + $ids = $this->get_ids( $items ); + + $this->delete( $ids ); + + return $items; + } + + /** + * Get the items from the queue with a memory limit. + * + * This checks out rows until it either empties the queue or hits a certain memory limit + * it loads the sizes from the DB first so that it doesn't accidentally + * load more data into memory than it needs to. + * The only way it will load more items than $max_size is if a single queue item + * exceeds the memory limit, but in that case it will send that item by itself. + * + * @param int $max_memory (bytes) Maximum memory threshold. + * @param int $max_buffer_size Maximum buffer size (number of items). + * + * @return \Automattic\Jetpack\Sync\Queue_Buffer|bool|int|\WP_Error + */ + public function checkout_with_memory_limit( $max_memory, $max_buffer_size = 500 ) { + if ( $this->get_checkout_id() ) { + return new WP_Error( 'unclosed_buffer', 'There is an unclosed buffer' ); + } + + $buffer_id = uniqid( '', true ); + + $result = $this->set_checkout_id( $buffer_id ); + + if ( ! $result || is_wp_error( $result ) ) { + return $result; + } + + // How much memory is currently being used by the items. + $total_memory = 0; + + // Store the items to return + $items = array(); + + $current_items_ids = $this->queue_storage->get_items_ids_with_size( $max_buffer_size - count( $items ) ); + + // If no valid items are returned or no items are returned, continue. + if ( ! is_countable( $current_items_ids ) || count( $current_items_ids ) === 0 ) { + return false; + } + + $item_ids_to_fetch = array(); + + foreach ( $current_items_ids as $id => $item_with_size ) { + $total_memory += $item_with_size->value_size; + + // If this is the first item and it exceeds memory, allow loop to continue + // we will exit on the next iteration instead. + if ( $total_memory > $max_memory && $id > 0 ) { + break; + } + + $item_ids_to_fetch[] = $item_with_size->id; + } + + $current_items = $this->queue_storage->fetch_items_by_ids( $item_ids_to_fetch ); + + $items_count = is_countable( $current_items ) ? count( $current_items ) : 0; + + if ( $items_count > 0 ) { + /** + * Save some memory by moving things one by one to the array of items being returned, instead of + * unserializing all and then merging them with other items. + * + * PHPCS ignore is because this is the expected behavior - we're assigning a variable in the condition part of the loop. + */ + // phpcs:ignore Generic.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition + while ( ( $current_item = array_shift( $current_items ) ) !== null ) { + // @codingStandardsIgnoreStart + $current_item->value = unserialize( $current_item->value ); + // @codingStandardsIgnoreEnd + + $items[] = $current_item; + } + } + + if ( count( $items ) === 0 ) { + $this->delete_checkout_id(); + + return false; + } + + return new Queue_Buffer( $buffer_id, $items ); + } + + /** + * Check in the queue. + * + * @param Automattic\Jetpack\Sync\Queue_Buffer $buffer Queue_Buffer object. + * + * @return bool|\WP_Error + */ + public function checkin( $buffer ) { + $is_valid = $this->validate_checkout( $buffer ); + + if ( is_wp_error( $is_valid ) ) { + return $is_valid; + } + + $this->delete_checkout_id(); + + return true; + } + + /** + * Close the buffer. + * + * @param Automattic\Jetpack\Sync\Queue_Buffer $buffer Queue_Buffer object. + * @param null|array $ids_to_remove Ids to remove from the queue. + * + * @return bool|\WP_Error + */ + public function close( $buffer, $ids_to_remove = null ) { + $is_valid = $this->validate_checkout( $buffer ); + + if ( is_wp_error( $is_valid ) ) { + // Always delete ids_to_remove even when buffer is no longer checked-out. + // They were processed by WP.com so safe to remove from queue. + if ( $ids_to_remove !== null ) { + $this->delete( $ids_to_remove ); + } + return $is_valid; + } + + $this->delete_checkout_id(); + + // By default clear all items in the buffer. + if ( $ids_to_remove === null ) { + $ids_to_remove = $buffer->get_item_ids(); + } + + $this->delete( $ids_to_remove ); + + return true; + } + + /** + * Delete elements from the queue. + * + * @param array $ids Ids to delete. + * + * @return bool|int + */ + private function delete( $ids ) { + if ( array() === $ids ) { + return 0; + } + + $this->queue_storage->delete_items_by_ids( $ids ); + + return true; + } + + /** + * Flushes all items from the queue. + * + * @return array + */ + public function flush_all() { + $items = Utils::get_item_values( $this->fetch_items() ); + $this->reset(); + + return $items; + } + + /** + * Get all the items from the queue. + * + * @return array|object|null + */ + public function get_all() { + return $this->fetch_items(); + } + + /** + * Forces Checkin of the queue. + * Use with caution, this could allow multiple processes to delete + * and send from the queue at the same time + */ + public function force_checkin() { + $this->delete_checkout_id(); + } + + /** + * Checks if the queue is locked. + * + * @return bool + */ + public function is_locked() { + return (bool) $this->get_checkout_id(); + } + + /** + * Locks checkouts from the queue + * tries to wait up to $timeout seconds for the queue to be empty. + * + * @param int $timeout The wait time in seconds for the queue to be empty. + * + * @return bool|int|\WP_Error + */ + public function lock( $timeout = 30 ) { + $tries = 0; + + while ( $this->has_any_items() && $tries < $timeout ) { + sleep( 1 ); + ++$tries; + } + + if ( 30 === $tries ) { + return new WP_Error( 'lock_timeout', 'Timeout waiting for sync queue to empty' ); + } + + if ( $this->get_checkout_id() ) { + return new WP_Error( 'unclosed_buffer', 'There is an unclosed buffer' ); + } + + // Hopefully this means we can acquire a checkout? + $result = $this->set_checkout_id( 'lock' ); + + if ( ! $result || is_wp_error( $result ) ) { + return $result; + } + + return true; + } + + /** + * Unlocks the queue. + * + * @return bool|int + */ + public function unlock() { + return $this->delete_checkout_id(); + } + + /** + * This option is specifically chosen to, as much as possible, preserve time order + * and minimise the possibility of collisions between multiple processes working + * at the same time. + * + * @return string + */ + protected function generate_option_name_timestamp() { + return sprintf( '%.6f', microtime( true ) ); + } + + /** + * Gets the checkout ID. + * + * @return bool|string + */ + private function get_checkout_id() { + global $wpdb; + $checkout_value = $wpdb->get_var( + $wpdb->prepare( + "SELECT option_value FROM $wpdb->options WHERE option_name = %s", + $this->get_lock_option_name() + ) + ); + + if ( $checkout_value ) { + list( $checkout_id, $timestamp ) = explode( ':', $checkout_value ); + if ( (int) $timestamp > time() ) { + return $checkout_id; + } + } + + return false; + } + + /** + * Sets the checkout id. + * + * @param string $checkout_id The ID of the checkout. + * + * @return bool|int + */ + private function set_checkout_id( $checkout_id ) { + global $wpdb; + + $expires = time() + Defaults::$default_sync_queue_lock_timeout; + $updated_num = $wpdb->query( + $wpdb->prepare( + "UPDATE $wpdb->options SET option_value = %s WHERE option_name = %s", + "$checkout_id:$expires", + $this->get_lock_option_name() + ) + ); + + if ( ! $updated_num ) { + $updated_num = $wpdb->query( + $wpdb->prepare( + "INSERT INTO $wpdb->options ( option_name, option_value, autoload ) VALUES ( %s, %s, 'no' )", + $this->get_lock_option_name(), + "$checkout_id:$expires" + ) + ); + } + + return $updated_num; + } + + /** + * Deletes the checkout ID. + * + * @return bool|int + */ + private function delete_checkout_id() { + global $wpdb; + // Rather than delete, which causes fragmentation, we update in place. + return $wpdb->query( + $wpdb->prepare( + "UPDATE $wpdb->options SET option_value = %s WHERE option_name = %s", + '0:0', + $this->get_lock_option_name() + ) + ); + } + + /** + * Return the lock option name. + * + * @return string + */ + private function get_lock_option_name() { + return "jpsq_{$this->id}_checkout"; + } + + /** + * Return the next data row option name. + * + * @return string + */ + private function get_next_data_row_option_name() { + $timestamp = $this->generate_option_name_timestamp(); + + // Row iterator is used to avoid collisions where we're writing data waaay fast in a single process. + if ( PHP_INT_MAX === $this->row_iterator ) { + $this->row_iterator = 0; + } else { + $this->row_iterator += 1; + } + + return 'jpsq_' . $this->id . '-' . $timestamp . '-' . $this->random_int . '-' . $this->row_iterator; + } + + /** + * Return the items in the queue. + * + * @param null|int $limit Limit to the number of items we fetch at once. + * + * @return array|object|null + */ + private function fetch_items( $limit = null ) { + $items = $this->queue_storage->fetch_items( $limit ); + + return $this->unserialize_values( $items ); + } + + /** + * Return items with specific ids. + * + * @param array $items_ids Array of event ids. + * + * @return array|object|null + */ + private function fetch_items_by_id( $items_ids ) { + return $this->unserialize_values( $this->queue_storage->fetch_items_by_ids( $items_ids ) ); + } + + /** + * Unserialize item values. + * + * @param array $items Events from the Queue to be unserialized. + * + * @return mixed + */ + private function unserialize_values( $items ) { + array_walk( + $items, + function ( $item ) { + // @codingStandardsIgnoreStart + $item->value = @unserialize( $item->value ); + // @codingStandardsIgnoreEnd + } + ); + + return $items; + } + + /** + * Return true if the buffer is still valid or an Error other wise. + * + * @param Automattic\Jetpack\Sync\Queue_Buffer $buffer The Queue_Buffer. + * + * @return bool|WP_Error + */ + private function validate_checkout( $buffer ) { + if ( ! $buffer instanceof Queue_Buffer ) { + return new WP_Error( 'not_a_buffer', 'You must checkin an instance of Automattic\\Jetpack\\Sync\\Queue_Buffer' ); + } + + $checkout_id = $this->get_checkout_id(); + + if ( ! $checkout_id ) { + return new WP_Error( 'buffer_not_checked_out', 'There are no checked out buffers' ); + } + + // TODO: change to strict comparison. + if ( $checkout_id != $buffer->id ) { // phpcs:ignore Universal.Operators.StrictComparisons.LooseNotEqual + return new WP_Error( 'buffer_mismatch', 'The buffer you checked in was not checked out' ); + } + + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php new file mode 100644 index 00000000..1ed11d35 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php @@ -0,0 +1,1457 @@ +query( "DELETE FROM $wpdb->posts" ); + + // Delete comments from cache. + $comment_ids = $wpdb->get_col( "SELECT comment_ID FROM $wpdb->comments" ); + if ( ! empty( $comment_ids ) ) { + clean_comment_cache( $comment_ids ); + } + $wpdb->query( "DELETE FROM $wpdb->comments" ); + + // Also need to delete terms from cache. + $term_ids = $wpdb->get_col( "SELECT term_id FROM $wpdb->terms" ); + foreach ( $term_ids as $term_id ) { + wp_cache_delete( $term_id, 'terms' ); + } + + $wpdb->query( "DELETE FROM $wpdb->terms" ); + + $wpdb->query( "DELETE FROM $wpdb->term_taxonomy" ); + $wpdb->query( "DELETE FROM $wpdb->term_relationships" ); + + // Callables and constants. + $wpdb->query( "DELETE FROM $wpdb->options WHERE option_name LIKE 'jetpack_%'" ); + $wpdb->query( "DELETE FROM $wpdb->postmeta WHERE meta_key NOT LIKE '\_%'" ); + } + + /** + * Ran when full sync has just started. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + */ + public function full_sync_start( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + $this->reset(); + } + + /** + * Ran when full sync has just finished. + * + * @access public + * + * @param string $checksum Deprecated since 7.3.0. + */ + public function full_sync_end( $checksum ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + // Noop right now. + } + + /** + * Retrieve the number of terms. + * + * @access public + * + * @return int Number of terms. + */ + public function term_count() { + global $wpdb; + return $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->terms" ); + } + + /** + * Retrieve the number of rows in the `term_taxonomy` table. + * + * @access public + * + * @return int Number of terms. + */ + public function term_taxonomy_count() { + global $wpdb; + return $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->term_taxonomy" ); + } + + /** + * Retrieve the number of term relationships. + * + * @access public + * + * @return int Number of rows in the term relationships table. + */ + public function term_relationship_count() { + global $wpdb; + return $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->term_relationships" ); + } + + /** + * Retrieve the number of posts with a particular post status within a certain range. + * + * @access public + * + * @todo Prepare the SQL query before executing it. + * + * @param string $status Post status. + * @param int $min_id Minimum post ID. + * @param int $max_id Maximum post ID. + * @return int Number of posts. + */ + public function post_count( $status = null, $min_id = null, $max_id = null ) { + global $wpdb; + + $where = ''; + + if ( $status ) { + $where = "post_status = '" . esc_sql( $status ) . "'"; + } else { + $where = '1=1'; + } + + if ( ! empty( $min_id ) ) { + $where .= ' AND ID >= ' . (int) $min_id; + } + + if ( ! empty( $max_id ) ) { + $where .= ' AND ID <= ' . (int) $max_id; + } + + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + return $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->posts WHERE $where" ); + } + + /** + * Retrieve the posts with a particular post status. + * + * @access public + * + * @todo Implement range and actually use max_id/min_id arguments. + * + * @param string $status Post status. + * @param int $min_id Minimum post ID. + * @param int $max_id Maximum post ID. + * @return array Array of posts. + */ + public function get_posts( $status = null, $min_id = null, $max_id = null ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + $args = array( + 'orderby' => 'ID', + 'posts_per_page' => -1, + ); + + if ( $status ) { + $args['post_status'] = $status; + } else { + $args['post_status'] = 'any'; + } + + return get_posts( $args ); + } + + /** + * Retrieve a post object by the post ID. + * + * @access public + * + * @param int $id Post ID. + * @return \WP_Post Post object. + */ + public function get_post( $id ) { + return get_post( $id ); + } + + /** + * Update or insert a post. + * + * @access public + * + * @param \WP_Post $post Post object. + * @param bool $silent Whether to perform a silent action. Not used in this implementation. + */ + public function upsert_post( $post, $silent = false ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + global $wpdb; + + // Reject the post if it's not a \WP_Post. + if ( ! $post instanceof \WP_Post ) { + return; + } + + $post = $post->to_array(); + + // Reject posts without an ID. + if ( ! isset( $post['ID'] ) ) { + return; + } + + $now = current_time( 'mysql' ); + $now_gmt = get_gmt_from_date( $now ); + + $defaults = array( + 'ID' => 0, + 'post_author' => '0', + 'post_content' => '', + 'post_content_filtered' => '', + 'post_title' => '', + 'post_name' => '', + 'post_excerpt' => '', + 'post_status' => 'draft', + 'post_type' => 'post', + 'comment_status' => 'closed', + 'comment_count' => '0', + 'ping_status' => '', + 'post_password' => '', + 'to_ping' => '', + 'pinged' => '', + 'post_parent' => 0, + 'menu_order' => 0, + 'guid' => '', + 'post_date' => $now, + 'post_date_gmt' => $now_gmt, + 'post_modified' => $now, + 'post_modified_gmt' => $now_gmt, + ); + + $post = array_intersect_key( $post, $defaults ); + + $post = sanitize_post( $post, 'db' ); + + unset( $post['filter'] ); + + $exists = $wpdb->get_var( $wpdb->prepare( "SELECT EXISTS( SELECT 1 FROM $wpdb->posts WHERE ID = %d )", $post['ID'] ) ); + + if ( $exists ) { + $wpdb->update( $wpdb->posts, $post, array( 'ID' => $post['ID'] ) ); + } else { + $wpdb->insert( $wpdb->posts, $post ); + } + + clean_post_cache( $post['ID'] ); + } + + /** + * Delete a post by the post ID. + * + * @access public + * + * @param int $post_id Post ID. + */ + public function delete_post( $post_id ) { + wp_delete_post( $post_id, true ); + } + + /** + * Retrieve the checksum for posts within a range. + * + * @access public + * + * @param int $min_id Minimum post ID. + * @param int $max_id Maximum post ID. + * @return int The checksum. + */ + public function posts_checksum( $min_id = null, $max_id = null ) { + return $this->summarize_checksum_histogram( $this->checksum_histogram( 'posts', null, $min_id, $max_id ) ); + } + + /** + * Retrieve the checksum for post meta within a range. + * + * @access public + * + * @param int $min_id Minimum post meta ID. + * @param int $max_id Maximum post meta ID. + * @return int The checksum. + */ + public function post_meta_checksum( $min_id = null, $max_id = null ) { + return $this->summarize_checksum_histogram( $this->checksum_histogram( 'postmeta', null, $min_id, $max_id ) ); + } + + /** + * Retrieve the number of comments with a particular comment status within a certain range. + * + * @access public + * + * @todo Prepare the SQL query before executing it. + * + * @param string $status Comment status. + * @param int $min_id Minimum comment ID. + * @param int $max_id Maximum comment ID. + * @return int Number of comments. + */ + public function comment_count( $status = null, $min_id = null, $max_id = null ) { + global $wpdb; + + $comment_approved = $this->comment_status_to_approval_value( $status ); + + if ( false !== $comment_approved ) { + $where = "comment_approved = '" . esc_sql( $comment_approved ) . "'"; + } else { + $where = '1=1'; + } + + if ( ! empty( $min_id ) ) { + $where .= ' AND comment_ID >= ' . (int) $min_id; + } + + if ( ! empty( $max_id ) ) { + $where .= ' AND comment_ID <= ' . (int) $max_id; + } + + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + return $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->comments WHERE $where" ); + } + + /** + * Translate a comment status to a value of the comment_approved field. + * + * @access protected + * + * @param string $status Comment status. + * @return string|bool New comment_approved value, false if the status doesn't affect it. + */ + protected function comment_status_to_approval_value( $status ) { + switch ( (string) $status ) { + case 'approve': + case '1': + return '1'; + case 'hold': + case '0': + return '0'; + case 'spam': + return 'spam'; + case 'trash': + return 'trash'; + case 'post-trashed': + return 'post-trashed'; + case 'any': + case 'all': + default: + return false; + } + } + + /** + * Retrieve the comments with a particular comment status. + * + * @access public + * + * @todo Implement range and actually use max_id/min_id arguments. + * + * @param string $status Comment status. + * @param int $min_id Minimum comment ID. + * @param int $max_id Maximum comment ID. + * @return array Array of comments. + */ + public function get_comments( $status = null, $min_id = null, $max_id = null ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + $args = array( + 'orderby' => 'ID', + 'status' => 'all', + ); + + if ( $status ) { + $args['status'] = $status; + } + + return get_comments( $args ); + } + + /** + * Retrieve a comment object by the comment ID. + * + * @access public + * + * @param int $id Comment ID. + * @return \WP_Comment Comment object. + */ + public function get_comment( $id ) { + return \WP_Comment::get_instance( $id ); + } + + /** + * Update or insert a comment. + * + * @access public + * + * @param \WP_Comment $comment Comment object. + */ + public function upsert_comment( $comment ) { + global $wpdb; + + $comment = $comment->to_array(); + + // Filter by fields on comment table. + $comment_fields_whitelist = array( + 'comment_ID', + 'comment_post_ID', + 'comment_author', + 'comment_author_email', + 'comment_author_url', + 'comment_author_IP', + 'comment_date', + 'comment_date_gmt', + 'comment_content', + 'comment_karma', + 'comment_approved', + 'comment_agent', + 'comment_type', + 'comment_parent', + 'user_id', + ); + + foreach ( $comment as $key => $value ) { + if ( ! in_array( $key, $comment_fields_whitelist, true ) ) { + unset( $comment[ $key ] ); + } + } + + $exists = $wpdb->get_var( + $wpdb->prepare( + "SELECT EXISTS( SELECT 1 FROM $wpdb->comments WHERE comment_ID = %d )", + $comment['comment_ID'] + ) + ); + + if ( $exists ) { + $wpdb->update( $wpdb->comments, $comment, array( 'comment_ID' => $comment['comment_ID'] ) ); + } else { + $wpdb->insert( $wpdb->comments, $comment ); + } + // Remove comment from cache. + clean_comment_cache( $comment['comment_ID'] ); + + wp_update_comment_count( $comment['comment_post_ID'] ); + } + + /** + * Trash a comment by the comment ID. + * + * @access public + * + * @param int $comment_id Comment ID. + */ + public function trash_comment( $comment_id ) { + wp_delete_comment( $comment_id ); + } + + /** + * Delete a comment by the comment ID. + * + * @access public + * + * @param int $comment_id Comment ID. + */ + public function delete_comment( $comment_id ) { + wp_delete_comment( $comment_id, true ); + } + + /** + * Mark a comment by the comment ID as spam. + * + * @access public + * + * @param int $comment_id Comment ID. + */ + public function spam_comment( $comment_id ) { + wp_spam_comment( $comment_id ); + } + + /** + * Trash the comments of a post. + * + * @access public + * + * @param int $post_id Post ID. + * @param array $statuses Post statuses. Not used in this implementation. + */ + public function trashed_post_comments( $post_id, $statuses ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + wp_trash_post_comments( $post_id ); + } + + /** + * Untrash the comments of a post. + * + * @access public + * + * @param int $post_id Post ID. + */ + public function untrashed_post_comments( $post_id ) { + wp_untrash_post_comments( $post_id ); + } + + /** + * Retrieve the checksum for comments within a range. + * + * @access public + * + * @param int $min_id Minimum comment ID. + * @param int $max_id Maximum comment ID. + * @return int The checksum. + */ + public function comments_checksum( $min_id = null, $max_id = null ) { + return $this->summarize_checksum_histogram( $this->checksum_histogram( 'comments', null, $min_id, $max_id ) ); + } + + /** + * Retrieve the checksum for comment meta within a range. + * + * @access public + * + * @param int $min_id Minimum comment meta ID. + * @param int $max_id Maximum comment meta ID. + * @return int The checksum. + */ + public function comment_meta_checksum( $min_id = null, $max_id = null ) { + return $this->summarize_checksum_histogram( $this->checksum_histogram( 'commentmeta', null, $min_id, $max_id ) ); + } + + /** + * Update the value of an option. + * + * @access public + * + * @param string $option Option name. + * @param mixed $value Option value. + * @return bool False if value was not updated and true if value was updated. + */ + public function update_option( $option, $value ) { + return update_option( $option, $value ); + } + + /** + * Retrieve an option value based on an option name. + * + * @access public + * + * @param string $option Name of option to retrieve. + * @param mixed $default Optional. Default value to return if the option does not exist. + * @return mixed Value set for the option. + */ + public function get_option( $option, $default = false ) { + return get_option( $option, $default ); + } + + /** + * Remove an option by name. + * + * @access public + * + * @param string $option Name of option to remove. + * @return bool True, if option is successfully deleted. False on failure. + */ + public function delete_option( $option ) { + return delete_option( $option ); + } + + /** + * Change the info of the current theme. + * + * @access public + * + * @param array $theme_info Theme info array. + */ + public function set_theme_info( $theme_info ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + // Noop. + } + + /** + * Whether the current theme supports a certain feature. + * + * @access public + * + * @param string $feature Name of the feature. + */ + public function current_theme_supports( $feature ) { + return current_theme_supports( $feature ); + } + + /** + * Retrieve metadata for the specified object. + * + * @access public + * + * @param string $type Meta type. + * @param int $object_id ID of the object. + * @param string $meta_key Meta key. + * @param bool $single If true, return only the first value of the specified meta_key. + * + * @return mixed Single metadata value, or array of values. + */ + public function get_metadata( $type, $object_id, $meta_key = '', $single = false ) { + return get_metadata( $type, $object_id, $meta_key, $single ); + } + + /** + * Stores remote meta key/values alongside an ID mapping key. + * + * @access public + * + * @todo Refactor to not use interpolated values when preparing the SQL query. + * + * @param string $type Meta type. + * @param int $object_id ID of the object. + * @param string $meta_key Meta key. + * @param mixed $meta_value Meta value. + * @param int $meta_id ID of the meta. + * + * @return bool False if meta table does not exist, true otherwise. + */ + public function upsert_metadata( $type, $object_id, $meta_key, $meta_value, $meta_id ) { + $table = _get_meta_table( $type ); + if ( ! $table ) { + return false; + } + + global $wpdb; + + $exists = $wpdb->get_var( + $wpdb->prepare( + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + "SELECT EXISTS( SELECT 1 FROM $table WHERE meta_id = %d )", + $meta_id + ) + ); + + if ( $exists ) { + $wpdb->update( + $table, + array( + 'meta_key' => $meta_key, + 'meta_value' => maybe_serialize( $meta_value ), + ), + array( 'meta_id' => $meta_id ) + ); + } else { + $object_id_field = $type . '_id'; + $wpdb->insert( + $table, + array( + 'meta_id' => $meta_id, + $object_id_field => $object_id, + 'meta_key' => $meta_key, + 'meta_value' => maybe_serialize( $meta_value ), + ) + ); + } + + wp_cache_delete( $object_id, $type . '_meta' ); + + return true; + } + + /** + * Delete metadata for the specified object. + * + * @access public + * + * @todo Refactor to not use interpolated values when preparing the SQL query. + * + * @param string $type Meta type. + * @param int $object_id ID of the object. + * @param array $meta_ids IDs of the meta objects to delete. + */ + public function delete_metadata( $type, $object_id, $meta_ids ) { + global $wpdb; + + $table = _get_meta_table( $type ); + if ( ! $table ) { + return false; + } + + foreach ( $meta_ids as $meta_id ) { + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $wpdb->query( $wpdb->prepare( "DELETE FROM $table WHERE meta_id = %d", $meta_id ) ); + } + + // If we don't have an object ID what do we do - invalidate ALL meta? + if ( $object_id ) { + wp_cache_delete( $object_id, $type . '_meta' ); + } + } + + /** + * Delete metadata with a certain key for the specified objects. + * + * @access public + * + * @todo Test this out to make sure it works as expected. + * @todo Refactor to not use interpolated values when preparing the SQL query. + * + * @param string $type Meta type. + * @param array $object_ids IDs of the objects. + * @param string $meta_key Meta key. + */ + public function delete_batch_metadata( $type, $object_ids, $meta_key ) { + global $wpdb; + + $table = _get_meta_table( $type ); + if ( ! $table ) { + return false; + } + $column = sanitize_key( $type . '_id' ); + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $wpdb->query( $wpdb->prepare( "DELETE FROM $table WHERE $column IN (%s) && meta_key = %s", implode( ',', $object_ids ), $meta_key ) ); + + // If we don't have an object ID what do we do - invalidate ALL meta? + foreach ( $object_ids as $object_id ) { + wp_cache_delete( $object_id, $type . '_meta' ); + } + } + + /** + * Retrieve value of a constant based on the constant name. + * + * We explicitly return null instead of false if the constant doesn't exist. + * + * @access public + * + * @param string $constant Name of constant to retrieve. + * @return mixed Value set for the constant. + */ + public function get_constant( $constant ) { + $value = get_option( 'jetpack_constant_' . $constant ); + + if ( $value ) { + return $value; + } + + return null; + } + + /** + * Set the value of a constant. + * + * @access public + * + * @param string $constant Name of constant to retrieve. + * @param mixed $value Value set for the constant. + */ + public function set_constant( $constant, $value ) { + update_option( 'jetpack_constant_' . $constant, $value ); + } + + /** + * Retrieve the number of the available updates of a certain type. + * Type is one of: `plugins`, `themes`, `wordpress`, `translations`, `total`, `wp_update_version`. + * + * @access public + * + * @param string $type Type of updates to retrieve. + * @return int|null Number of updates available, `null` if type is invalid or missing. + */ + public function get_updates( $type ) { + $all_updates = get_option( 'jetpack_updates', array() ); + + if ( isset( $all_updates[ $type ] ) ) { + return $all_updates[ $type ]; + } else { + return null; + } + } + + /** + * Set the available updates of a certain type. + * Type is one of: `plugins`, `themes`, `wordpress`, `translations`, `total`, `wp_update_version`. + * + * @access public + * + * @param string $type Type of updates to set. + * @param int $updates Total number of updates. + */ + public function set_updates( $type, $updates ) { + $all_updates = get_option( 'jetpack_updates', array() ); + $all_updates[ $type ] = $updates; + update_option( 'jetpack_updates', $all_updates ); + } + + /** + * Retrieve a callable value based on its name. + * + * @access public + * + * @param string $name Name of the callable to retrieve. + * @return mixed Value of the callable. + */ + public function get_callable( $name ) { + $value = get_option( 'jetpack_' . $name ); + + if ( $value ) { + return $value; + } + + return null; + } + + /** + * Update the value of a callable. + * + * @access public + * + * @param string $name Callable name. + * @param mixed $value Callable value. + */ + public function set_callable( $name, $value ) { + update_option( 'jetpack_' . $name, $value ); + } + + /** + * Retrieve a network option value based on a network option name. + * + * @access public + * + * @param string $option Name of network option to retrieve. + * @return mixed Value set for the network option. + */ + public function get_site_option( $option ) { + return get_option( 'jetpack_network_' . $option ); + } + + /** + * Update the value of a network option. + * + * @access public + * + * @param string $option Network option name. + * @param mixed $value Network option value. + * @return bool False if value was not updated and true if value was updated. + */ + public function update_site_option( $option, $value ) { + return update_option( 'jetpack_network_' . $option, $value ); + } + + /** + * Remove a network option by name. + * + * @access public + * + * @param string $option Name of option to remove. + * @return bool True, if option is successfully deleted. False on failure. + */ + public function delete_site_option( $option ) { + return delete_option( 'jetpack_network_' . $option ); + } + + /** + * Retrieve the terms from a particular taxonomy. + * + * @access public + * + * @param string $taxonomy Taxonomy slug. + * + * @return array|WP_Error Array of terms or WP_Error object on failure. + */ + public function get_terms( $taxonomy ) { + $t = $this->ensure_taxonomy( $taxonomy ); + if ( ! $t || is_wp_error( $t ) ) { + return $t; + } + return get_terms( $taxonomy ); + } + + /** + * Retrieve a particular term. + * + * @access public + * + * @param string $taxonomy Taxonomy slug. + * @param int $term_id ID of the term. + * @param string $term_key ID Field `term_id` or `term_taxonomy_id`. + * + * @return \WP_Term|WP_Error Term object on success, \WP_Error object on failure. + */ + public function get_term( $taxonomy, $term_id, $term_key = 'term_id' ) { + + // Full Sync will pass false for the $taxonomy so a check for term_taxonomy_id is needed before ensure_taxonomy. + if ( 'term_taxonomy_id' === $term_key ) { + return get_term_by( 'term_taxonomy_id', $term_id ); + } + + $t = $this->ensure_taxonomy( $taxonomy ); + if ( ! $t || is_wp_error( $t ) ) { + return $t; + } + + return get_term( $term_id, $taxonomy ); + } + + /** + * Verify a taxonomy is legitimate and register it if necessary. + * + * @access private + * + * @param string $taxonomy Taxonomy slug. + * + * @return bool|void|WP_Error True if already exists; void if it was registered; \WP_Error on error. + */ + private function ensure_taxonomy( $taxonomy ) { + if ( ! taxonomy_exists( $taxonomy ) ) { + // Try re-registering synced taxonomies. + $taxonomies = $this->get_callable( 'taxonomies' ); + if ( ! isset( $taxonomies[ $taxonomy ] ) ) { + // Doesn't exist, or somehow hasn't been synced. + return new WP_Error( 'invalid_taxonomy', "The taxonomy '$taxonomy' doesn't exist" ); + } + $t = $taxonomies[ $taxonomy ]; + + return register_taxonomy( + $taxonomy, + $t->object_type, + (array) $t + ); + } + + return true; + } + + /** + * Retrieve all terms from a taxonomy that are related to an object with a particular ID. + * + * @access public + * + * @param int $object_id Object ID. + * @param string $taxonomy Taxonomy slug. + * + * @return array|bool|WP_Error Array of terms on success, `false` if no terms or post doesn't exist, \WP_Error on failure. + */ + public function get_the_terms( $object_id, $taxonomy ) { + return get_the_terms( $object_id, $taxonomy ); + } + + /** + * Insert or update a term. + * + * @access public + * + * @param \WP_Term $term_object Term object. + * + * @return array|bool|WP_Error Array of term_id and term_taxonomy_id if updated, true if inserted, \WP_Error on failure. + */ + public function update_term( $term_object ) { + $taxonomy = $term_object->taxonomy; + global $wpdb; + $exists = $wpdb->get_var( + $wpdb->prepare( + "SELECT EXISTS( SELECT 1 FROM $wpdb->terms WHERE term_id = %d )", + $term_object->term_id + ) + ); + if ( ! $exists ) { + $term_object = sanitize_term( clone $term_object, $taxonomy, 'db' ); + $term = array( + 'term_id' => $term_object->term_id, + 'name' => $term_object->name, + 'slug' => $term_object->slug, + 'term_group' => $term_object->term_group, + ); + $term_taxonomy = array( + 'term_taxonomy_id' => $term_object->term_taxonomy_id, + 'term_id' => $term_object->term_id, + 'taxonomy' => $term_object->taxonomy, + 'description' => $term_object->description, + 'parent' => (int) $term_object->parent, + 'count' => (int) $term_object->count, + ); + $wpdb->insert( $wpdb->terms, $term ); + $wpdb->insert( $wpdb->term_taxonomy, $term_taxonomy ); + + return true; + } + + return wp_update_term( $term_object->term_id, $taxonomy, (array) $term_object ); + } + + /** + * Delete a term by the term ID and its corresponding taxonomy. + * + * @access public + * + * @param int $term_id Term ID. + * @param string $taxonomy Taxonomy slug. + * + * @return bool|int|WP_Error True on success, false if term doesn't exist. Zero if trying with default category. \WP_Error on invalid taxonomy. + */ + public function delete_term( $term_id, $taxonomy ) { + $this->ensure_taxonomy( $taxonomy ); + return wp_delete_term( $term_id, $taxonomy ); + } + + /** + * Add/update terms of a particular taxonomy of an object with the specified ID. + * + * @access public + * + * @param int $object_id The object to relate to. + * @param string $taxonomy The context in which to relate the term to the object. + * @param string|int|array $terms A single term slug, single term id, or array of either term slugs or ids. + * @param bool $append Optional. If false will delete difference of terms. Default false. + */ + public function update_object_terms( $object_id, $taxonomy, $terms, $append ) { + $this->ensure_taxonomy( $taxonomy ); + wp_set_object_terms( $object_id, $terms, $taxonomy, $append ); + } + + /** + * Remove certain term relationships from the specified object. + * + * @access public + * + * @todo Refactor to not use interpolated values when preparing the SQL query. + * + * @param int $object_id ID of the object. + * @param array $tt_ids Term taxonomy IDs. + * @return bool True on success, false on failure. + */ + public function delete_object_terms( $object_id, $tt_ids ) { + global $wpdb; + + if ( is_array( $tt_ids ) && ! empty( $tt_ids ) ) { + // Escape. + $tt_ids_sanitized = array_map( 'intval', $tt_ids ); + + $taxonomies = array(); + foreach ( $tt_ids_sanitized as $tt_id ) { + $term = get_term_by( 'term_taxonomy_id', $tt_id ); + $taxonomies[ $term->taxonomy ][] = $tt_id; + } + $in_tt_ids = implode( ', ', $tt_ids_sanitized ); + + /** + * Fires immediately before an object-term relationship is deleted. + * + * @since 1.6.3 + * @since-jetpack 2.9.0 + * + * @param int $object_id Object ID. + * @param array $tt_ids An array of term taxonomy IDs. + */ + do_action( 'delete_term_relationships', $object_id, $tt_ids_sanitized ); + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $deleted = $wpdb->query( $wpdb->prepare( "DELETE FROM $wpdb->term_relationships WHERE object_id = %d AND term_taxonomy_id IN ($in_tt_ids)", $object_id ) ); + foreach ( $taxonomies as $taxonomy => $taxonomy_tt_ids ) { + $this->ensure_taxonomy( $taxonomy ); + wp_cache_delete( $object_id, $taxonomy . '_relationships' ); + /** + * Fires immediately after an object-term relationship is deleted. + * + * @since 1.6.3 + * @since-jetpack 2.9.0 + * + * @param int $object_id Object ID. + * @param array $tt_ids An array of term taxonomy IDs. + */ + do_action( 'deleted_term_relationships', $object_id, $taxonomy_tt_ids ); + wp_update_term_count( $taxonomy_tt_ids, $taxonomy ); + } + + return (bool) $deleted; + } + + return false; + } + + /** + * Retrieve the number of users. + * Not supported in this replicastore. + * + * @access public + */ + public function user_count() { + // Noop. + } + + /** + * Retrieve a user object by the user ID. + * + * @access public + * + * @param int $user_id User ID. + * @return \WP_User User object. + */ + public function get_user( $user_id ) { + return \WP_User::get_instance( $user_id ); + } + + /** + * Insert or update a user. + * Not supported in this replicastore. + * + * @access public + * @throws Exception If this method is invoked. + * + * @param \WP_User $user User object. + */ + public function upsert_user( $user ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + $this->invalid_call(); + } + + /** + * Delete a user. + * Not supported in this replicastore. + * + * @access public + * @throws Exception If this method is invoked. + * + * @param int $user_id User ID. + */ + public function delete_user( $user_id ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + $this->invalid_call(); + } + + /** + * Update/insert user locale. + * Not supported in this replicastore. + * + * @access public + * @throws Exception If this method is invoked. + * + * @param int $user_id User ID. + * @param string $local The user locale. + */ + public function upsert_user_locale( $user_id, $local ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + $this->invalid_call(); + } + + /** + * Delete user locale. + * Not supported in this replicastore. + * + * @access public + * @throws Exception If this method is invoked. + * + * @param int $user_id User ID. + */ + public function delete_user_locale( $user_id ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + $this->invalid_call(); + } + + /** + * Retrieve the user locale. + * + * @access public + * + * @param int $user_id User ID. + * @return string The user locale. + */ + public function get_user_locale( $user_id ) { + return get_user_locale( $user_id ); + } + + /** + * Retrieve the allowed mime types for the user. + * Not supported in this replicastore. + * + * @access public + * + * @param int $user_id User ID. + */ + public function get_allowed_mime_types( $user_id ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + // Noop. + } + + /** + * Retrieve all the checksums we are interested in. + * Currently that is posts, comments, post meta and comment meta. + * + * @access public + * + * @param boolean $perform_text_conversion If text fields should be latin1 converted. + * + * @return array Checksums. + */ + public function checksum_all( $perform_text_conversion = false ) { + $post_checksum = $this->checksum_histogram( 'posts', null, null, null, null, true, '', false, false, $perform_text_conversion ); + $comments_checksum = $this->checksum_histogram( 'comments', null, null, null, null, true, '', false, false, $perform_text_conversion ); + $post_meta_checksum = $this->checksum_histogram( 'postmeta', null, null, null, null, true, '', false, false, $perform_text_conversion ); + $comment_meta_checksum = $this->checksum_histogram( 'commentmeta', null, null, null, null, true, '', false, false, $perform_text_conversion ); + $terms_checksum = $this->checksum_histogram( 'terms', null, null, null, null, true, '', false, false, $perform_text_conversion ); + $term_relationships_checksum = $this->checksum_histogram( 'term_relationships', null, null, null, null, true, '', false, false, $perform_text_conversion ); + $term_taxonomy_checksum = $this->checksum_histogram( 'term_taxonomy', null, null, null, null, true, '', false, false, $perform_text_conversion ); + + $result = array( + 'posts' => $this->summarize_checksum_histogram( $post_checksum ), + 'comments' => $this->summarize_checksum_histogram( $comments_checksum ), + 'post_meta' => $this->summarize_checksum_histogram( $post_meta_checksum ), + 'comment_meta' => $this->summarize_checksum_histogram( $comment_meta_checksum ), + 'terms' => $this->summarize_checksum_histogram( $terms_checksum ), + 'term_relationships' => $this->summarize_checksum_histogram( $term_relationships_checksum ), + 'term_taxonomy' => $this->summarize_checksum_histogram( $term_taxonomy_checksum ), + ); + + /** + * WooCommerce tables + */ + + /** + * On WordPress.com, we can't directly check if the site has support for WooCommerce. + * Having the option to override the functionality here helps with syncing WooCommerce tables. + * + * @since 10.1 + * + * @param bool If we should we force-enable WooCommerce tables support. + */ + $force_woocommerce_support = apply_filters( 'jetpack_table_checksum_force_enable_woocommerce', false ); + + if ( $force_woocommerce_support || class_exists( 'WooCommerce' ) ) { + /** + * Guard in Try/Catch as it's possible for the WooCommerce class to exist, but + * the tables to not. If we don't do this, the response will be just the exception, without + * returning any valid data. This will prevent us from ever performing a checksum/fix + * for sites like this. + * It's better to just skip the tables in the response, instead of completely failing. + */ + + try { + $woocommerce_order_items_checksum = $this->checksum_histogram( 'woocommerce_order_items' ); + $result['woocommerce_order_items'] = $this->summarize_checksum_histogram( $woocommerce_order_items_checksum ); + } catch ( Exception $ex ) { + $result['woocommerce_order_items'] = null; + } + + try { + $woocommerce_order_itemmeta_checksum = $this->checksum_histogram( 'woocommerce_order_itemmeta' ); + $result['woocommerce_order_itemmeta'] = $this->summarize_checksum_histogram( $woocommerce_order_itemmeta_checksum ); + } catch ( Exception $ex ) { + $result['woocommerce_order_itemmeta'] = null; + } + } + + return $result; + } + + /** + * Return the summarized checksum from buckets or the WP_Error. + * + * @param array $histogram checksum_histogram result. + * + * @return int|WP_Error checksum or Error. + */ + protected function summarize_checksum_histogram( $histogram ) { + if ( is_wp_error( $histogram ) ) { + return $histogram; + } else { + return array_sum( $histogram ); + } + } + + /** + * Grabs the minimum and maximum object ids for the given parameters. + * + * @access public + * + * @param string $id_field The id column in the table to query. + * @param string $object_table The table to query. + * @param string $where A sql where clause without 'WHERE'. + * @param int $bucket_size The maximum amount of objects to include in the query. + * For `term_relationships` table, the bucket size will refer to the amount + * of distinct object ids. This will likely include more database rows than + * the bucket size implies. + * + * @return object An object with min_id and max_id properties. + */ + public function get_min_max_object_id( $id_field, $object_table, $where, $bucket_size ) { + global $wpdb; + + // The term relationship table's unique key is a combination of 2 columns. `DISTINCT` helps us get a more acurate query. + $distinct_sql = ( $wpdb->term_relationships === $object_table ) ? 'DISTINCT' : ''; + $where_sql = $where ? "WHERE $where" : ''; + + // Since MIN() and MAX() do not work with LIMIT, we'll need to adjust the dataset we query if a limit is present. + // With a limit present, we'll look at a dataset consisting of object_ids that meet the constructs of the $where clause. + // Without a limit, we can use the actual table as a dataset. + $from = $bucket_size ? + "( SELECT $distinct_sql $id_field FROM $object_table $where_sql ORDER BY $id_field ASC LIMIT " . ( (int) $bucket_size ) . ' ) as ids' : + "$object_table $where_sql ORDER BY $id_field ASC"; + + return $wpdb->get_row( + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + "SELECT MIN($id_field) as min, MAX($id_field) as max FROM $from" + ); + } + + /** + * Retrieve the checksum histogram for a specific object type. + * + * @access public + * + * @param string $table Object type. + * @param null $buckets Number of buckets to split the objects to. + * @param null $start_id Minimum object ID. + * @param null $end_id Maximum object ID. + * @param null $columns Table columns to calculate the checksum from. + * @param bool $strip_non_ascii Whether to strip non-ASCII characters. + * @param string $salt Salt, used for $wpdb->prepare()'s args. + * @param bool $only_range_edges Only return the range edges and not the actual checksums. + * @param bool $detailed_drilldown If the call should return a detailed drilldown for the checksum or only the checksum. + * @param bool $perform_text_conversion If text fields should be converted to latin1 during the checksum calculation. + * + * @return array|WP_Error The checksum histogram. + * @throws Exception Throws an exception if data validation fails inside `Table_Checksum` calls. + */ + public function checksum_histogram( $table, $buckets = null, $start_id = null, $end_id = null, $columns = null, $strip_non_ascii = true, $salt = '', $only_range_edges = false, $detailed_drilldown = false, $perform_text_conversion = false ) { + global $wpdb; + + $wpdb->queries = array(); + try { + $checksum_table = $this->get_table_checksum_instance( $table, $salt, $perform_text_conversion ); + } catch ( Exception $ex ) { + return new WP_Error( 'checksum_disabled', $ex->getMessage() ); + } + + // Validate / Determine Buckets. + if ( $buckets === null || $buckets < 1 ) { + $buckets = $this->calculate_buckets( $table, $start_id, $end_id ); + } + if ( is_wp_error( $buckets ) ) { + return $buckets; + } + + $range_edges = $checksum_table->get_range_edges( $start_id, $end_id ); + + if ( $only_range_edges ) { + return $range_edges; + } + + $object_count = (int) $range_edges['item_count']; + + if ( 0 === $object_count ) { + return array(); + } + + $bucket_size = (int) ceil( $object_count / $buckets ); + $previous_max_id = max( 0, $range_edges['min_range'] ); + $histogram = array(); + + do { + $ids_range = $checksum_table->get_range_edges( $previous_max_id, null, $bucket_size ); + + if ( empty( $ids_range['min_range'] ) || empty( $ids_range['max_range'] ) ) { + // Nothing to checksum here... + break; + } + + // Get the checksum value. + $batch_checksum = $checksum_table->calculate_checksum( $ids_range['min_range'], $ids_range['max_range'], null, $detailed_drilldown ); + + if ( is_wp_error( $batch_checksum ) ) { + return $batch_checksum; + } + + if ( $ids_range['min_range'] === $ids_range['max_range'] ) { + $histogram[ $ids_range['min_range'] ] = $batch_checksum; + } else { + $histogram[ "{$ids_range[ 'min_range' ]}-{$ids_range[ 'max_range' ]}" ] = $batch_checksum; + } + + $previous_max_id = $ids_range['max_range'] + 1; + // If we've reached the max_range lets bail out. + if ( $previous_max_id > $range_edges['max_range'] ) { + break; + } + } while ( true ); + + return $histogram; + } + + /** + * Retrieve the type of the checksum. + * + * @access public + * + * @return string Type of the checksum. + */ + public function get_checksum_type() { + return 'sum'; + } + + /** + * Used in methods that are not implemented and shouldn't be invoked. + * + * @access private + * @throws Exception If this method is invoked. + */ + private function invalid_call() { + // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_debug_backtrace + $backtrace = debug_backtrace(); + $caller = $backtrace[1]['function']; + throw new Exception( "This function $caller is not supported on the WP Replicastore" ); + } + + /** + * Determine number of buckets to use in full table checksum. + * + * @param string $table Object Type. + * @param int $start_id Min Object ID. + * @param int $end_id Max Object ID. + * @return int|WP_Error Number of Buckets to use. + */ + private function calculate_buckets( $table, $start_id = null, $end_id = null ) { + // Get # of objects. + try { + $checksum_table = $this->get_table_checksum_instance( $table ); + } catch ( Exception $ex ) { + return new WP_Error( 'checksum_disabled', $ex->getMessage() ); + } + $range_edges = $checksum_table->get_range_edges( $start_id, $end_id ); + $object_count = $range_edges['item_count']; + + // Ensure no division by 0. + if ( 0 === (int) $object_count ) { + return 1; + } + + // Default Bucket sizes. + $bucket_size = 10000; // Default bucket size is 10,000 items. + switch ( $table ) { + case 'postmeta': + case 'commentmeta': + case 'order_itemmeta': + $bucket_size = 1000; // Meta bucket size is restricted to 1000 items. + } + + return (int) ceil( $object_count / $bucket_size ); + } + + /** + * Return an instance for `Table_Checksum`, depending on the table. + * + * Some tables require custom instances, due to different checksum logic. + * + * @param string $table The table that we want to get the instance for. + * @param null $salt Salt to be used when generating the checksums. + * @param false $perform_text_conversion Should we perform text encoding conversion when calculating the checksum. + * + * @return Table_Checksum|Table_Checksum_Usermeta + * @throws Exception Might throw an exception if any of the input parameters were invalid. + */ + public function get_table_checksum_instance( $table, $salt = null, $perform_text_conversion = false ) { + if ( 'users' === $table ) { + return new Table_Checksum_Users( $table, $salt, $perform_text_conversion ); + } + if ( 'usermeta' === $table ) { + return new Table_Checksum_Usermeta( $table, $salt, $perform_text_conversion ); + } + + return new Table_Checksum( $table, $salt, $perform_text_conversion ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php new file mode 100644 index 00000000..ae935622 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php @@ -0,0 +1,871 @@ + WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::full_sync_start', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + 'args' => array( + 'modules' => array( + 'description' => __( 'Data Modules that should be included in Full Sync', 'jetpack-sync' ), + 'type' => 'array', + 'required' => false, + ), + 'users' => array( + 'description' => __( 'User IDs to include in Full Sync or "initial"', 'jetpack-sync' ), + 'required' => false, + ), + 'posts' => array( + 'description' => __( 'Post IDs to include in Full Sync', 'jetpack-sync' ), + 'type' => 'array', + 'required' => false, + ), + 'comments' => array( + 'description' => __( 'Comment IDs to include in Full Sync', 'jetpack-sync' ), + 'type' => 'array', + 'required' => false, + ), + ), + ) + ); + + // Obtain Sync status. + register_rest_route( + 'jetpack/v4', + '/sync/status', + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::sync_status', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + 'args' => array( + 'fields' => array( + 'description' => __( 'Comma seperated list of additional fields that should be included in status.', 'jetpack-sync' ), + 'type' => 'string', + 'required' => false, + ), + ), + ) + ); + + // Update Sync health status. + register_rest_route( + 'jetpack/v4', + '/sync/health', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::sync_health', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + 'args' => array( + 'status' => array( + 'description' => __( 'New Sync health status', 'jetpack-sync' ), + 'type' => 'string', + 'required' => true, + ), + ), + ) + ); + + // Obtain Sync settings. + register_rest_route( + 'jetpack/v4', + '/sync/settings', + array( + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_sync_settings', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + ), + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::update_sync_settings', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + ), + ) + ); + + // Retrieve Sync Object(s). + register_rest_route( + 'jetpack/v4', + '/sync/object', + array( + 'methods' => WP_REST_Server::ALLMETHODS, + 'callback' => __CLASS__ . '::get_sync_objects', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + 'args' => array( + 'module_name' => array( + 'description' => __( 'Name of Sync module', 'jetpack-sync' ), + 'type' => 'string', + 'required' => false, + ), + 'object_type' => array( + 'description' => __( 'Object Type', 'jetpack-sync' ), + 'type' => 'string', + 'required' => false, + ), + 'object_ids' => array( + 'description' => __( 'Objects Identifiers', 'jetpack-sync' ), + 'type' => 'array', + 'required' => false, + ), + ), + ) + ); + + // Retrieve Sync Object(s). + register_rest_route( + 'jetpack/v4', + '/sync/now', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::do_sync', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + 'args' => array( + 'queue' => array( + 'description' => __( 'Name of Sync queue.', 'jetpack-sync' ), + 'type' => 'string', + 'required' => true, + ), + ), + ) + ); + + // Checkout Sync Objects. + register_rest_route( + 'jetpack/v4', + '/sync/checkout', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::checkout', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + ) + ); + + // Checkin Sync Objects. + register_rest_route( + 'jetpack/v4', + '/sync/close', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::close', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + ) + ); + + // Unlock Sync Queue. + register_rest_route( + 'jetpack/v4', + '/sync/unlock', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::unlock_queue', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + 'args' => array( + 'queue' => array( + 'description' => __( 'Name of Sync queue.', 'jetpack-sync' ), + 'type' => 'string', + 'required' => true, + ), + ), + ) + ); + + // Retrieve range of Object Ids. + register_rest_route( + 'jetpack/v4', + '/sync/object-id-range', + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::get_object_id_range', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + 'args' => array( + 'sync_module' => array( + 'description' => __( 'Name of Sync module.', 'jetpack-sync' ), + 'type' => 'string', + 'required' => true, + ), + 'batch_size' => array( + 'description' => __( 'Size of batches', 'jetpack-sync' ), + 'type' => 'int', + 'required' => true, + ), + ), + ) + ); + + // Obtain table checksums. + register_rest_route( + 'jetpack/v4', + '/sync/data-check', + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::data_check', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + 'args' => array( + 'perform_text_conversion' => array( + 'description' => __( 'If text fields should be converted to latin1 in checksum calculation.', 'jetpack-sync' ), + 'type' => 'boolean', + 'required' => false, + ), + ), + ) + ); + + // Obtain histogram. + register_rest_route( + 'jetpack/v4', + '/sync/data-histogram', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::data_histogram', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + 'args' => array( + 'columns' => array( + 'description' => __( 'Column mappings', 'jetpack-sync' ), + 'type' => 'array', + 'required' => false, + ), + 'object_type' => array( + 'description' => __( 'Object Type', 'jetpack-sync' ), + 'type' => 'string', + 'required' => false, + ), + 'buckets' => array( + 'description' => __( 'Number of histogram buckets.', 'jetpack-sync' ), + 'type' => 'int', + 'required' => false, + ), + 'start_id' => array( + 'description' => __( 'Start ID for the histogram', 'jetpack-sync' ), + 'type' => 'int', + 'required' => false, + ), + 'end_id' => array( + 'description' => __( 'End ID for the histogram', 'jetpack-sync' ), + 'type' => 'int', + 'required' => false, + ), + 'strip_non_ascii' => array( + 'description' => __( 'Strip non-ascii characters?', 'jetpack-sync' ), + 'type' => 'boolean', + 'required' => false, + ), + 'shared_salt' => array( + 'description' => __( 'Shared Salt to use when generating checksum', 'jetpack-sync' ), + 'type' => 'string', + 'required' => false, + ), + 'only_range_edges' => array( + 'description' => __( 'Should only range endges be returned', 'jetpack-sync' ), + 'type' => 'boolean', + 'required' => false, + ), + 'detailed_drilldown' => array( + 'description' => __( 'Do we want the checksum or object ids.', 'jetpack-sync' ), + 'type' => 'boolean', + 'required' => false, + ), + 'perform_text_conversion' => array( + 'description' => __( 'If text fields should be converted to latin1 in checksum calculation.', 'jetpack-sync' ), + 'type' => 'boolean', + 'required' => false, + ), + ), + ) + ); + + // Trigger Dedicated Sync request. + register_rest_route( + 'jetpack/v4', + '/sync/spawn-sync', + array( + 'methods' => WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::spawn_sync', + 'permission_callback' => '__return_true', + ) + ); + + // Reset Sync locks. + register_rest_route( + 'jetpack/v4', + '/sync/locks', + array( + 'methods' => WP_REST_Server::DELETABLE, + 'callback' => __CLASS__ . '::reset_locks', + 'permission_callback' => __CLASS__ . '::verify_default_permissions', + ) + ); + } + + /** + * Trigger a Full Sync of specified modules. + * + * @since 1.23.1 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response|WP_Error + */ + public static function full_sync_start( $request ) { + + $modules = $request->get_param( 'modules' ); + + // convert list of modules into array format of "$modulename => true". + if ( ! empty( $modules ) ) { + $modules = array_map( '__return_true', array_flip( $modules ) ); + } + + // Process additional options. + foreach ( array( 'posts', 'comments', 'users' ) as $module_name ) { + if ( 'users' === $module_name && 'initial' === $request->get_param( 'users' ) ) { + $modules['users'] = 'initial'; + } elseif ( is_array( $request->get_param( $module_name ) ) ) { + $ids = $request->get_param( $module_name ); + if ( array() !== $ids ) { + $modules[ $module_name ] = $ids; + } + } + } + + if ( empty( $modules ) ) { + $modules = null; + } + + return rest_ensure_response( + array( + 'scheduled' => Actions::do_full_sync( $modules ), + ) + ); + } + + /** + * Return Sync's status. + * + * @since 1.23.1 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response + */ + public static function sync_status( $request ) { + $fields = $request->get_param( 'fields' ); + return rest_ensure_response( Actions::get_sync_status( $fields ) ); + } + + /** + * Return table checksums. + * + * @since 1.23.1 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response + */ + public static function data_check( $request ) { + // Disable Sync during this call, so we can resolve faster. + Actions::mark_sync_read_only(); + $store = new Replicastore(); + + $perform_text_conversion = false; + if ( true === $request->get_param( 'perform_text_conversion' ) ) { + $perform_text_conversion = true; + } + + return rest_ensure_response( $store->checksum_all( $perform_text_conversion ) ); + } + + /** + * Return Histogram. + * + * @since 1.23.1 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response + */ + public static function data_histogram( $request ) { + + // Disable Sync during this call, so we can resolve faster. + Actions::mark_sync_read_only(); + + $args = $request->get_params(); + + if ( empty( $args['columns'] ) ) { + $args['columns'] = null; // go with defaults. + } + + if ( false !== $args['strip_non_ascii'] ) { + $args['strip_non_ascii'] = true; + } + + if ( true !== $args['perform_text_conversion'] ) { + $args['perform_text_conversion'] = false; + } + + /** + * Hack: nullify the values of `start_id` and `end_id` if we're only requesting ranges. + * + * The endpoint doesn't support nullable values :( + */ + if ( true === $args['only_range_edges'] ) { + if ( 0 === $args['start_id'] ) { + $args['start_id'] = null; + } + + if ( 0 === $args['end_id'] ) { + $args['end_id'] = null; + } + } + + $store = new Replicastore(); + $histogram = $store->checksum_histogram( $args['object_type'], $args['buckets'], $args['start_id'], $args['end_id'], $args['columns'], $args['strip_non_ascii'], $args['shared_salt'], $args['only_range_edges'], $args['detailed_drilldown'], $args['perform_text_conversion'] ); + + return rest_ensure_response( + array( + 'histogram' => $histogram, + 'type' => $store->get_checksum_type(), + ) + ); + } + + /** + * Update Sync health. + * + * @since 1.23.1 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response + */ + public static function sync_health( $request ) { + + switch ( $request->get_param( 'status' ) ) { + case Health::STATUS_IN_SYNC: + case Health::STATUS_OUT_OF_SYNC: + Health::update_status( $request->get_param( 'status' ) ); + break; + default: + return new WP_Error( 'invalid_status', 'Invalid Sync Status Provided.' ); + } + + // re-fetch so we see what's really being stored. + return rest_ensure_response( + array( + 'success' => Health::get_status(), + ) + ); + } + + /** + * Obtain Sync settings. + * + * @since 1.23.1 + * + * @return \WP_REST_Response + */ + public static function get_sync_settings() { + return rest_ensure_response( Settings::get_settings() ); + } + + /** + * Update Sync settings. + * + * @since 1.23.1 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response + */ + public static function update_sync_settings( $request ) { + $args = $request->get_params(); + $sync_settings = Settings::get_settings(); + + foreach ( $args as $key => $value ) { + if ( false !== $value ) { + if ( is_numeric( $value ) ) { + $value = (int) $value; + } + + // special case for sending empty arrays - a string with value 'empty'. + if ( 'empty' === $value ) { + $value = array(); + } + + $sync_settings[ $key ] = $value; + } + } + + Settings::update_settings( $sync_settings ); + + // re-fetch so we see what's really being stored. + return rest_ensure_response( Settings::get_settings() ); + } + + /** + * Retrieve Sync Objects. + * + * @since 1.23.1 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response + */ + public static function get_sync_objects( $request ) { + $args = $request->get_params(); + + $module_name = $args['module_name']; + // Verify valid Sync Module. + $sync_module = Modules::get_module( $module_name ); + if ( ! $sync_module ) { + return new WP_Error( 'invalid_module', 'You specified an invalid sync module' ); + } + + Actions::mark_sync_read_only(); + + $codec = Sender::get_instance()->get_codec(); + Settings::set_is_syncing( true ); + $objects = $codec->encode( $sync_module->get_objects_by_id( $args['object_type'], $args['object_ids'] ) ); + Settings::set_is_syncing( false ); + + return rest_ensure_response( + array( + 'objects' => $objects, + 'codec' => $codec->name(), + ) + ); + } + + /** + * Request Sync processing. + * + * @since 1.23.1 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response + */ + public static function do_sync( $request ) { + + $queue_name = self::validate_queue( $request->get_param( 'queue' ) ); + if ( is_wp_error( $queue_name ) ) { + return $queue_name; + } + + $sender = Sender::get_instance(); + $response = $sender->do_sync_for_queue( new Queue( $queue_name ) ); + + return rest_ensure_response( + array( + 'response' => $response, + ) + ); + } + + /** + * Request sync data from specified queue. + * + * @since 1.23.1 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response + */ + public static function checkout( $request ) { + $args = $request->get_params(); + $queue_name = self::validate_queue( $args['queue'] ); + + if ( is_wp_error( $queue_name ) ) { + return $queue_name; + } + + $number_of_items = $args['number_of_items']; + if ( $number_of_items < 1 || $number_of_items > 100 ) { + return new WP_Error( 'invalid_number_of_items', 'Number of items needs to be an integer that is larger than 0 and less then 100', 400 ); + } + + // REST Sender. + $sender = new REST_Sender(); + + if ( 'immediate' === $queue_name ) { + return rest_ensure_response( $sender->immediate_full_sync_pull( $number_of_items ) ); + } + + return rest_ensure_response( $sender->queue_pull( $queue_name, $number_of_items, $args ) ); + } + + /** + * Unlock a Sync queue. + * + * @since 1.23.1 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response + */ + public static function unlock_queue( $request ) { + + $queue_name = $request->get_param( 'queue' ); + + if ( ! in_array( $queue_name, array( 'sync', 'full_sync' ), true ) ) { + return new WP_Error( 'invalid_queue', 'Queue name should be sync or full_sync', 400 ); + } + $queue = new Queue( $queue_name ); + + // False means that there was no lock to delete. + $response = $queue->unlock(); + return rest_ensure_response( + array( + 'success' => $response, + ) + ); + } + + /** + * Checkin Sync actions. + * + * @since 1.23.1 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response + */ + public static function close( $request ) { + + $request_body = $request->get_params(); + $queue_name = self::validate_queue( $request_body['queue'] ); + + if ( is_wp_error( $queue_name ) ) { + return $queue_name; + } + + if ( empty( $request_body['buffer_id'] ) ) { + return new WP_Error( 'missing_buffer_id', 'Please provide a buffer id', 400 ); + } + + if ( ! is_array( $request_body['item_ids'] ) ) { + return new WP_Error( 'missing_item_ids', 'Please provide a list of item ids in the item_ids argument', 400 ); + } + + // Limit to A-Z,a-z,0-9,_,- . + $request_body['buffer_id'] = preg_replace( '/[^A-Za-z0-9]/', '', $request_body['buffer_id'] ); + $request_body['item_ids'] = array_filter( array_map( array( 'Automattic\Jetpack\Sync\REST_Endpoints', 'sanitize_item_ids' ), $request_body['item_ids'] ) ); + + $queue = new Queue( $queue_name ); + + $items = $queue->peek_by_id( $request_body['item_ids'] ); + + // Update Full Sync Status if queue is "full_sync". + if ( 'full_sync' === $queue_name ) { + $full_sync_module = Modules::get_module( 'full-sync' ); + $full_sync_module->update_sent_progress_action( $items ); + } + + $buffer = new Queue_Buffer( $request_body['buffer_id'], $request_body['item_ids'] ); + $response = $queue->close( $buffer, $request_body['item_ids'] ); + + // Perform another checkout? + if ( isset( $request_body['continue'] ) && $request_body['continue'] ) { + if ( in_array( $queue_name, array( 'full_sync', 'immediate' ), true ) ) { + // Send Full Sync Actions. + Sender::get_instance()->do_full_sync(); + } elseif ( $queue->has_any_items() ) { + // Send Incremental Sync Actions. + Sender::get_instance()->do_sync(); + } + } + + if ( is_wp_error( $response ) ) { + return $response; + } + + return rest_ensure_response( + array( + 'success' => $response, + 'status' => Actions::get_sync_status(), + ) + ); + } + + /** + * Retrieve range of Object Ids for a specified Sync module. + * + * @since 1.23.1 + * + * @param \WP_REST_Request $request The request sent to the WP REST API. + * + * @return \WP_REST_Response + */ + public static function get_object_id_range( $request ) { + + $module_name = $request->get_param( 'sync_module' ); + $batch_size = $request->get_param( 'batch_size' ); + + if ( ! self::is_valid_sync_module( $module_name ) ) { + return new WP_Error( 'invalid_module', 'This sync module cannot be used to calculate a range.', 400 ); + } + $module = Modules::get_module( $module_name ); + + return rest_ensure_response( + array( + 'ranges' => $module->get_min_max_object_ids_for_batches( $batch_size ), + ) + ); + } + + /** + * This endpoint is used by Sync to spawn a + * dedicated Sync request which will trigger Sync to run. + * + * If Dedicated Sync is enabled, this callback should never run as + * processing of Sync actions will occur earlier and exit. + * + * @see Actions::init + * @see Sender::do_dedicated_sync_and_exit + * + * @since $$next_version$$ + * + * @return \WP_REST_Response + */ + public static function spawn_sync() { + nocache_headers(); + + if ( ! Settings::is_dedicated_sync_enabled() ) { + return new WP_Error( + 'dedicated_sync_disabled', + 'Dedicated Sync flow is disabled.', + array( 'status' => 422 ) + ); + } + + return new WP_Error( + 'dedicated_sync_failed', + 'Failed to process Dedicated Sync request', + array( 'status' => 500 ) + ); + } + + /** + * Reset Sync locks. + * + * @since 1.43.0 + * + * @return \WP_REST_Response + */ + public static function reset_locks() { + Actions::reset_sync_locks(); + + return rest_ensure_response( + array( + 'success' => true, + ) + ); + } + + /** + * Verify that request has default permissions to perform sync actions. + * + * @since 1.23.1 + * + * @return bool Whether user has capability 'manage_options' or a blog token is used. + */ + public static function verify_default_permissions() { + if ( current_user_can( 'manage_options' ) || Rest_Authentication::is_signed_with_blog_token() ) { + return true; + } + + $error_msg = esc_html__( + 'You do not have the correct user permissions to perform this action. + Please contact your site admin if you think this is a mistake.', + 'jetpack-sync' + ); + + return new WP_Error( 'invalid_user_permission_sync', $error_msg, array( 'status' => rest_authorization_required_code() ) ); + } + + /** + * Validate Queue name. + * + * @param string $value Queue Name. + * + * @return WP_Error + */ + protected static function validate_queue( $value ) { + if ( ! isset( $value ) ) { + return new WP_Error( 'invalid_queue', 'Queue name is required', 400 ); + } + + if ( ! in_array( $value, array( 'sync', 'full_sync', 'immediate' ), true ) ) { + return new WP_Error( 'invalid_queue', 'Queue name should be sync, full_sync or immediate', 400 ); + } + return $value; + } + + /** + * Validate name is a valid Sync module. + * + * @param string $module_name Name of Sync Module. + * + * @return bool + */ + protected static function is_valid_sync_module( $module_name ) { + return in_array( + $module_name, + array( + 'comments', + 'posts', + 'terms', + 'term_relationships', + 'users', + ), + true + ); + } + + /** + * Sanitize Item Ids. + * + * @param string $item Sync item identifier. + * + * @return string|string[]|null + */ + protected static function sanitize_item_ids( $item ) { + // lets not delete any options that don't start with jpsq_sync- . + if ( ! is_string( $item ) || substr( $item, 0, 5 ) !== 'jpsq_' ) { + return null; + } + // Limit to A-Z,a-z,0-9,_,-,. . + return preg_replace( '/[^A-Za-z0-9-_.]/', '', $item ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php new file mode 100644 index 00000000..5ceb0b85 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php @@ -0,0 +1,143 @@ +size() ) { + return new WP_Error( 'queue_size', 'The queue is empty and there is nothing to send', 400 ); + } + + $sender = Sender::get_instance(); + + // try to give ourselves as much time as possible. + set_time_limit( 0 ); + + if ( ! empty( $args['pop'] ) ) { + $buffer = new Queue_Buffer( 'pop', $queue->pop( $number_of_items ) ); + } else { + // let's delete the checkin state. + if ( $args['force'] ) { + $queue->unlock(); + } + $buffer = $this->get_buffer( $queue, $number_of_items ); + } + // Check that the $buffer is not checkout out already. + if ( is_wp_error( $buffer ) ) { + return new WP_Error( 'buffer_open', "We couldn't get the buffer it is currently checked out", 400 ); + } + + if ( ! is_object( $buffer ) ) { + return new WP_Error( 'buffer_non-object', 'Buffer is not an object', 400 ); + } + + $encode = isset( $args['encode'] ) ? $args['encode'] : true; + + Settings::set_is_syncing( true ); + list( $items_to_send, $skipped_items_ids ) = $sender->get_items_to_send( $buffer, $encode ); + Settings::set_is_syncing( false ); + + return array( + 'buffer_id' => $buffer->id, + 'items' => $items_to_send, + 'skipped_items' => $skipped_items_ids, + 'codec' => $encode ? $sender->get_codec()->name() : null, + 'sent_timestamp' => time(), + ); + } + + /** + * Adds Sync items to local property. + */ + public function jetpack_sync_send_data_listener() { + foreach ( func_get_args()[0] as $key => $item ) { + $this->items[ $key ] = $item; + } + } + + /** + * Check out a buffer of full sync actions. + * + * @return array Sync Actions to be returned to requestor + */ + public function immediate_full_sync_pull() { + // try to give ourselves as much time as possible. + set_time_limit( 0 ); + + $original_send_data_cb = array( 'Automattic\Jetpack\Sync\Actions', 'send_data' ); + $temp_send_data_cb = array( $this, 'jetpack_sync_send_data_listener' ); + + Sender::get_instance()->set_enqueue_wait_time( 0 ); + remove_filter( 'jetpack_sync_send_data', $original_send_data_cb ); + add_filter( 'jetpack_sync_send_data', $temp_send_data_cb, 10, 6 ); + Sender::get_instance()->do_full_sync(); + remove_filter( 'jetpack_sync_send_data', $temp_send_data_cb ); + add_filter( 'jetpack_sync_send_data', $original_send_data_cb, 10, 6 ); + + return array( + 'items' => $this->items, + 'codec' => Sender::get_instance()->get_codec()->name(), + 'sent_timestamp' => time(), + 'status' => Actions::get_sync_status(), + ); + } + + /** + * Checkout items out of the sync queue. + * + * @param Queue $queue Sync Queue. + * @param int $number_of_items Number of items to checkout. + * + * @return WP_Error + */ + protected function get_buffer( $queue, $number_of_items ) { + $start = time(); + $max_duration = 5; // this will try to get the buffer. + + $buffer = $queue->checkout( $number_of_items ); + $duration = time() - $start; + + while ( is_wp_error( $buffer ) && $duration < $max_duration ) { + sleep( 2 ); + $duration = time() - $start; + $buffer = $queue->checkout( $number_of_items ); + } + + if ( false === $buffer ) { + return new WP_Error( 'queue_size', 'The queue is empty and there is nothing to send', 400 ); + } + + return $buffer; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php new file mode 100644 index 00000000..e42b2c1b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php @@ -0,0 +1,1001 @@ +:( + * + * @access protected + * @static + */ + protected function __construct() { + $this->set_defaults(); + $this->init(); + } + + /** + * Initialize the sender. + * Prepares the current user and initializes all sync modules. + * + * @access private + */ + private function init() { + add_action( 'jetpack_sync_before_send_queue_sync', array( $this, 'maybe_set_user_from_token' ), 1 ); + add_action( 'jetpack_sync_before_send_queue_sync', array( $this, 'maybe_clear_user_from_token' ), 20 ); + add_filter( 'jetpack_xmlrpc_unauthenticated_methods', array( $this, 'register_jetpack_xmlrpc_methods' ) ); + foreach ( Modules::get_modules() as $module ) { + $module->init_before_send(); + } + } + + /** + * Detect if this is a XMLRPC request with a valid signature. + * If so, changes the user to the new one. + * + * @access public + */ + public function maybe_set_user_from_token() { + $connection = new Manager(); + $verified_user = $connection->verify_xml_rpc_signature(); + if ( Constants::is_true( 'XMLRPC_REQUEST' ) && + ! is_wp_error( $verified_user ) + && $verified_user + ) { + $old_user = wp_get_current_user(); + $this->old_user = isset( $old_user->ID ) ? $old_user->ID : 0; + wp_set_current_user( $verified_user['user_id'] ); + } + } + + /** + * If we used to have a previous current user, revert back to it. + * + * @access public + */ + public function maybe_clear_user_from_token() { + if ( isset( $this->old_user ) ) { + wp_set_current_user( $this->old_user ); + } + } + + /** + * Retrieve the next sync time. + * + * Update @since 1.43.2 + * Sometimes when we process Sync requests in Jetpack, the server clock can be a + * bit in the future and this can lock Sync to not send stuff for a while. + * We are introducing an extra check, to make sure to limit the next_sync_time + * to be at most one hour in the future from the current time. + * + * @access public + * + * @param string $queue_name Name of the queue. + * @return float Timestamp of the next sync. + */ + public function get_next_sync_time( $queue_name ) { + $option_name = self::NEXT_SYNC_TIME_OPTION_NAME . '_' . $queue_name; + $next_sync_time = (float) get_option( $option_name, 0 ); + + $is_more_than_one_hour = ( $next_sync_time - microtime( true ) ) >= HOUR_IN_SECONDS; + + if ( $is_more_than_one_hour ) { + delete_option( $option_name ); + $next_sync_time = 0; + } + + return $next_sync_time; + } + + /** + * Set the next sync time. + * + * @access public + * + * @param int $time Timestamp of the next sync. + * @param string $queue_name Name of the queue. + * @return boolean True if update was successful, false otherwise. + */ + public function set_next_sync_time( $time, $queue_name ) { + return update_option( self::NEXT_SYNC_TIME_OPTION_NAME . '_' . $queue_name, $time, true ); + } + + /** + * Trigger a full sync. + * + * @access public + * + * @return boolean|WP_Error True if this sync sending was successful, error object otherwise. + */ + public function do_full_sync() { + $sync_module = Modules::get_module( 'full-sync' ); + if ( ! $sync_module ) { + return; + } + // Full Sync Disabled. + if ( ! Settings::get_setting( 'full_sync_sender_enabled' ) ) { + return; + } + + // Don't sync if request is marked as read only. + if ( Constants::is_true( 'JETPACK_SYNC_READ_ONLY' ) ) { + return new WP_Error( 'jetpack_sync_read_only' ); + } + + // Sync not started or Sync finished. + $status = $sync_module->get_status(); + if ( false === $status['started'] || ( ! empty( $status['started'] ) && ! empty( $status['finished'] ) ) ) { + return false; + } + + $this->continue_full_sync_enqueue(); + // immediate full sync sends data in continue_full_sync_enqueue. + if ( false === strpos( get_class( $sync_module ), 'Full_Sync_Immediately' ) ) { + return $this->do_sync_and_set_delays( $this->full_sync_queue ); + } else { + $status = $sync_module->get_status(); + // Sync not started or Sync finished. + if ( false === $status['started'] || ( ! empty( $status['started'] ) && ! empty( $status['finished'] ) ) ) { + return false; + } else { + return true; + } + } + } + + /** + * Enqueue the next sync items for sending. + * Will not be done if the current request is a WP import one. + * Will be delayed until the next sync time comes. + * + * @access private + */ + private function continue_full_sync_enqueue() { + if ( defined( 'WP_IMPORTING' ) && WP_IMPORTING ) { + return false; + } + + if ( $this->get_next_sync_time( 'full-sync-enqueue' ) > microtime( true ) ) { + return false; + } + + Modules::get_module( 'full-sync' )->continue_enqueuing(); + + $this->set_next_sync_time( time() + $this->get_enqueue_wait_time(), 'full-sync-enqueue' ); + } + + /** + * Trigger incremental sync. + * + * @access public + * + * @return boolean|WP_Error True if this sync sending was successful, error object otherwise. + */ + public function do_sync() { + if ( ! Settings::is_dedicated_sync_enabled() ) { + $result = $this->do_sync_and_set_delays( $this->sync_queue ); + } else { + $result = Dedicated_Sender::spawn_sync( $this->sync_queue ); + } + + return $result; + } + + /** + * Trigger incremental sync and early exit on Dedicated Sync request. + * + * @access public + * + * @param bool $do_real_exit If we should exit at the end of the request. We should by default. + * In the context of running this in the REST API, we actually want to return an error. + * + * @return void|WP_Error + */ + public function do_dedicated_sync_and_exit( $do_real_exit = true ) { + nocache_headers(); + + if ( ! Settings::is_dedicated_sync_enabled() ) { + return new WP_Error( 'dedicated_sync_disabled', 'Dedicated Sync flow is disabled.' ); + } + + if ( ! Dedicated_Sender::is_dedicated_sync_request() ) { + return new WP_Error( 'non_dedicated_sync_request', 'Not a Dedicated Sync request.' ); + } + + /** + * Output an `OK` to show that Dedicated Sync is enabled and we can process events. + * This is used to test the feature is working. + * + * @see \Automattic\Jetpack\Sync\Dedicated_Sender::can_spawn_dedicated_sync_request + */ + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo Dedicated_Sender::DEDICATED_SYNC_VALIDATION_STRING; + + // Try to disconnect the request as quickly as possible and process things in the background. + $this->fastcgi_finish_request(); + + /** + * Close the PHP session to free up the server threads to handle other requests while we + * send sync data with Dedicated Sync. + * + * When we spawn Dedicated Sync, we send `$_COOKIES` with the request to help out with any + * firewall and/or caching functionality that might prevent us to ping the site directly. + * + * This will cause Dedicated Sync to reuse the visitor's PHP session and lock it until the + * request finishes, which can take anywhere from 1 to 30+ seconds, depending on the server + * `max_execution_time` configuration. + * + * By closing the session we're freeing up the session, so other requests can acquire the + * lock and proceed with their own tasks. + */ + if ( session_status() === PHP_SESSION_ACTIVE ) { + session_write_close(); + } + + // Output not used right now. Try to release dedicated sync lock + Dedicated_Sender::try_release_lock_spawn_request(); + + // Actually try to send Sync events. + $result = $this->do_sync_and_set_delays( $this->sync_queue ); + + // If no errors occurred, re-spawn a dedicated Sync request. + if ( true === $result ) { + Dedicated_Sender::spawn_sync( $this->sync_queue ); + } + + if ( $do_real_exit ) { + exit; + } + } + + /** + * Trigger sync for a certain sync queue. + * Responsible for setting next sync time. + * Will not be delayed if the current request is a WP import one. + * Will be delayed until the next sync time comes. + * + * @access public + * + * @param Automattic\Jetpack\Sync\Queue $queue Queue object. + * + * @return boolean|WP_Error True if this sync sending was successful, error object otherwise. + */ + public function do_sync_and_set_delays( $queue ) { + // Don't sync if importing. + if ( defined( 'WP_IMPORTING' ) && WP_IMPORTING ) { + return new WP_Error( 'is_importing' ); + } + + // Don't sync if request is marked as read only. + if ( Constants::is_true( 'JETPACK_SYNC_READ_ONLY' ) ) { + return new WP_Error( 'jetpack_sync_read_only' ); + } + + if ( ! Settings::is_sender_enabled( $queue->id ) ) { + return new WP_Error( 'sender_disabled_for_queue_' . $queue->id ); + } + + // Return early if we've gotten a retry-after header response. + $retry_time = get_option( Actions::RETRY_AFTER_PREFIX . $queue->id ); + if ( $retry_time ) { + // If expired update to false but don't send. Send will occurr in new request to avoid race conditions. + if ( microtime( true ) > $retry_time ) { + update_option( Actions::RETRY_AFTER_PREFIX . $queue->id, false, false ); + } + return new WP_Error( 'retry_after' ); + } + + // Don't sync if we are throttled. + if ( $this->get_next_sync_time( $queue->id ) > microtime( true ) ) { + return new WP_Error( 'sync_throttled' ); + } + + $start_time = microtime( true ); + + Settings::set_is_syncing( true ); + + $sync_result = $this->do_sync_for_queue( $queue ); + + Settings::set_is_syncing( false ); + + $exceeded_sync_wait_threshold = ( microtime( true ) - $start_time ) > (float) $this->get_sync_wait_threshold(); + + if ( is_wp_error( $sync_result ) ) { + if ( 'unclosed_buffer' === $sync_result->get_error_code() ) { + $this->set_next_sync_time( time() + self::QUEUE_LOCKED_SYNC_DELAY, $queue->id ); + } + if ( 'wpcom_error' === $sync_result->get_error_code() ) { + $this->set_next_sync_time( time() + self::WPCOM_ERROR_SYNC_DELAY, $queue->id ); + } + } elseif ( $exceeded_sync_wait_threshold ) { + // If we actually sent data and it took a while, wait before sending again. + $this->set_next_sync_time( time() + $this->get_sync_wait_time(), $queue->id ); + } + + return $sync_result; + } + + /** + * Retrieve the next sync items to send. + * + * @access public + * + * @param (array|Automattic\Jetpack\Sync\Queue_Buffer) $buffer_or_items Queue buffer or array of objects. + * @param boolean $encode Whether to encode the items. + * @return array Sync items to send. + */ + public function get_items_to_send( $buffer_or_items, $encode = true ) { + // Track how long we've been processing so we can avoid request timeouts. + $start_time = microtime( true ); + $upload_size = 0; + $items_to_send = array(); + $items = is_array( $buffer_or_items ) ? $buffer_or_items : $buffer_or_items->get_items(); + if ( ! is_array( $items ) ) { + $items = array(); + } + + // Set up current screen to avoid errors rendering content. + require_once ABSPATH . 'wp-admin/includes/class-wp-screen.php'; + require_once ABSPATH . 'wp-admin/includes/screen.php'; + set_current_screen( 'sync' ); + $skipped_items_ids = array(); + /** + * We estimate the total encoded size as we go by encoding each item individually. + * This is expensive, but the only way to really know :/ + */ + foreach ( $items as $key => $item ) { + // Suspending cache addition help prevent overloading in memory cache of large sites. + wp_suspend_cache_addition( true ); + /** + * Modify the data within an action before it is serialized and sent to the server + * For example, during full sync this expands Post ID's into full Post objects, + * so that we don't have to serialize the whole object into the queue. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param array The action parameters + * @param int The ID of the user who triggered the action + */ + $item[1] = apply_filters( 'jetpack_sync_before_send_' . $item[0], $item[1], $item[2] ); + wp_suspend_cache_addition( false ); + // Serialization usage can lead to empty, null or false action_name. Lets skip as there is no information to send. + if ( empty( $item[0] ) || false === $item[1] ) { + $skipped_items_ids[] = $key; + continue; + } + $encoded_item = $this->codec->encode( $item ); + $upload_size += strlen( $encoded_item ); + if ( $upload_size > $this->upload_max_bytes && array() !== $items_to_send ) { + break; + } + $items_to_send[ $key ] = $encode ? $encoded_item : $item; + if ( microtime( true ) - $start_time > $this->max_dequeue_time ) { + break; + } + } + + return array( $items_to_send, $skipped_items_ids, $items, microtime( true ) - $start_time ); + } + + /** + * If supported, flush all response data to the client and finish the request. + * This allows for time consuming tasks to be performed without leaving the connection open. + * + * @access private + */ + private function fastcgi_finish_request() { + if ( function_exists( 'fastcgi_finish_request' ) && version_compare( phpversion(), '7.0.16', '>=' ) ) { + fastcgi_finish_request(); + } + } + + /** + * Perform sync for a certain sync queue. + * + * @access public + * + * @param Automattic\Jetpack\Sync\Queue $queue Queue object. + * + * @return boolean|WP_Error True if this sync sending was successful, error object otherwise. + */ + public function do_sync_for_queue( $queue ) { + do_action( 'jetpack_sync_before_send_queue_' . $queue->id ); + if ( $queue->size() === 0 ) { + return new WP_Error( 'empty_queue_' . $queue->id ); + } + + /** + * Now that we're sure we are about to sync, try to ignore user abort + * so we can avoid getting into a bad state. + */ + if ( function_exists( 'ignore_user_abort' ) ) { + ignore_user_abort( true ); + } + + /* Don't make the request block till we finish, if possible. */ + if ( Constants::is_true( 'REST_REQUEST' ) || Constants::is_true( 'XMLRPC_REQUEST' ) ) { + $this->fastcgi_finish_request(); + } + + $checkout_start_time = microtime( true ); + + $buffer = $queue->checkout_with_memory_limit( $this->dequeue_max_bytes, $this->upload_max_rows ); + + if ( ! $buffer ) { + // Buffer has no items. + return new WP_Error( 'empty_buffer' ); + } + + if ( is_wp_error( $buffer ) ) { + return $buffer; + } + + $checkout_duration = microtime( true ) - $checkout_start_time; + + list( $items_to_send, $skipped_items_ids, $items, $preprocess_duration ) = $this->get_items_to_send( $buffer, true ); + if ( ! empty( $items_to_send ) ) { + /** + * Fires when data is ready to send to the server. + * Return false or WP_Error to abort the sync (e.g. if there's an error) + * The items will be automatically re-sent later + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param array $data The action buffer + * @param string $codec The codec name used to encode the data + * @param double $time The current time + * @param string $queue The queue used to send ('sync' or 'full_sync') + * @param float $checkout_duration The duration of the checkout operation. + * @param float $preprocess_duration The duration of the pre-process operation. + * @param int $queue_size The size of the sync queue at the time of processing. + */ + Settings::set_is_sending( true ); + $processed_item_ids = apply_filters( 'jetpack_sync_send_data', $items_to_send, $this->codec->name(), microtime( true ), $queue->id, $checkout_duration, $preprocess_duration, $queue->size(), $buffer->id ); + Settings::set_is_sending( false ); + } else { + $processed_item_ids = $skipped_items_ids; + $skipped_items_ids = array(); + } + + if ( 'non-blocking' !== $processed_item_ids ) { + if ( ! $processed_item_ids || is_wp_error( $processed_item_ids ) ) { + $checked_in_item_ids = $queue->checkin( $buffer ); + if ( is_wp_error( $checked_in_item_ids ) ) { + // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log + error_log( 'Error checking in buffer: ' . $checked_in_item_ids->get_error_message() ); + $queue->force_checkin(); + } + if ( is_wp_error( $processed_item_ids ) ) { + return new WP_Error( 'wpcom_error', $processed_item_ids->get_error_code() ); + } + + // Returning a wpcom_error is a sign to the caller that we should wait a while before syncing again. + return new WP_Error( 'wpcom_error', 'jetpack_sync_send_data_false' ); + } else { + // Detect if the last item ID was an error. + $had_wp_error = is_wp_error( end( $processed_item_ids ) ); + $wp_error = $had_wp_error ? array_pop( $processed_item_ids ) : null; + // Also checkin any items that were skipped. + if ( array() !== $skipped_items_ids ) { + $processed_item_ids = array_merge( $processed_item_ids, $skipped_items_ids ); + } + $processed_items = array_intersect_key( $items, array_flip( $processed_item_ids ) ); + /** + * Allows us to keep track of all the actions that have been sent. + * Allows us to calculate the progress of specific actions. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param array $processed_actions The actions that we send successfully. + */ + do_action( 'jetpack_sync_processed_actions', $processed_items ); + $queue->close( $buffer, $processed_item_ids ); + // Returning a WP_Error is a sign to the caller that we should wait a while before syncing again. + if ( $had_wp_error ) { + return new WP_Error( 'wpcom_error', $wp_error->get_error_code() ); + } + } + } + + return true; + } + + /** + * Immediately sends a single item without firing or enqueuing it + * + * @param string $action_name The action. + * @param array $data The data associated with the action. + * + * @return Items processed. TODO: this doesn't make much sense anymore, it should probably be just a bool. + */ + public function send_action( $action_name, $data = null ) { + if ( ! Settings::is_sender_enabled( 'full_sync' ) ) { + return array(); + } + + // Compose the data to be sent. + $action_to_send = $this->create_action_to_send( $action_name, $data ); + + list( $items_to_send, $skipped_items_ids, $items, $preprocess_duration ) = $this->get_items_to_send( $action_to_send, true ); // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + Settings::set_is_sending( true ); + $processed_item_ids = apply_filters( 'jetpack_sync_send_data', $items_to_send, $this->get_codec()->name(), microtime( true ), 'immediate-send', 0, $preprocess_duration ); + Settings::set_is_sending( false ); + + /** + * Allows us to keep track of all the actions that have been sent. + * Allows us to calculate the progress of specific actions. + * + * @param array $processed_actions The actions that we send successfully. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + */ + do_action( 'jetpack_sync_processed_actions', $action_to_send ); + + return $processed_item_ids; + } + + /** + * Create an synthetic action for direct sending to WPCOM during full sync (for example) + * + * @access private + * + * @param string $action_name The action. + * @param array $data The data associated with the action. + * @return array An array of synthetic sync actions keyed by current microtime(true) + */ + private function create_action_to_send( $action_name, $data ) { + return array( + (string) microtime( true ) => array( + $action_name, + $data, + get_current_user_id(), + microtime( true ), + Settings::is_importing(), + ), + ); + } + + /** + * Returns any object that is able to be synced. + * + * @access public + * + * @param array $args the synchronized object parameters. + * @return string Encoded sync object. + */ + public function sync_object( $args ) { + // For example: posts, post, 5. + list( $module_name, $object_type, $id ) = $args; + + $sync_module = Modules::get_module( $module_name ); + $codec = $this->get_codec(); + + return $codec->encode( $sync_module->get_object_by_id( $object_type, $id ) ); + } + + /** + * Register additional sync XML-RPC methods available to Jetpack for authenticated users. + * + * @access public + * @since 1.6.3 + * @since-jetpack 7.8.0 + * + * @param array $jetpack_methods XML-RPC methods available to the Jetpack Server. + * @return array Filtered XML-RPC methods. + */ + public function register_jetpack_xmlrpc_methods( $jetpack_methods ) { + $jetpack_methods['jetpack.syncObject'] = array( $this, 'sync_object' ); + return $jetpack_methods; + } + + /** + * Get the incremental sync queue object. + * + * @access public + * + * @return Automattic\Jetpack\Sync\Queue Queue object. + */ + public function get_sync_queue() { + return $this->sync_queue; + } + + /** + * Get the full sync queue object. + * + * @access public + * + * @return Automattic\Jetpack\Sync\Queue Queue object. + */ + public function get_full_sync_queue() { + return $this->full_sync_queue; + } + + /** + * Get the codec object. + * + * @access public + * + * @return Automattic\Jetpack\Sync\Codec_Interface Codec object. + */ + public function get_codec() { + return $this->codec; + } + + /** + * Determine the codec object. + * Use gzip deflate if supported. + * + * @access public + */ + public function set_codec() { + if ( function_exists( 'gzinflate' ) ) { + $this->codec = new JSON_Deflate_Array_Codec(); + } else { + $this->codec = new Simple_Codec(); + } + } + + /** + * Compute and send all the checksums. + * + * @access public + */ + public function send_checksum() { + $store = new Replicastore(); + do_action( 'jetpack_sync_checksum', $store->checksum_all() ); + } + + /** + * Reset the incremental sync queue. + * + * @access public + */ + public function reset_sync_queue() { + $this->sync_queue->reset(); + } + + /** + * Reset the full sync queue. + * + * @access public + */ + public function reset_full_sync_queue() { + $this->full_sync_queue->reset(); + } + + /** + * Set the maximum bytes to checkout without exceeding the memory limit. + * + * @access public + * + * @param int $size Maximum bytes to checkout. + */ + public function set_dequeue_max_bytes( $size ) { + $this->dequeue_max_bytes = $size; + } + + /** + * Set the maximum bytes in a single encoded item. + * + * @access public + * + * @param int $max_bytes Maximum bytes in a single encoded item. + */ + public function set_upload_max_bytes( $max_bytes ) { + $this->upload_max_bytes = $max_bytes; + } + + /** + * Set the maximum number of sync items in a single action. + * + * @access public + * + * @param int $max_rows Maximum number of sync items. + */ + public function set_upload_max_rows( $max_rows ) { + $this->upload_max_rows = $max_rows; + } + + /** + * Set the sync wait time (in seconds). + * + * @access public + * + * @param int $seconds Sync wait time. + */ + public function set_sync_wait_time( $seconds ) { + $this->sync_wait_time = $seconds; + } + + /** + * Get current sync wait time (in seconds). + * + * @access public + * + * @return int Sync wait time. + */ + public function get_sync_wait_time() { + return $this->sync_wait_time; + } + + /** + * Set the enqueue wait time (in seconds). + * + * @access public + * + * @param int $seconds Enqueue wait time. + */ + public function set_enqueue_wait_time( $seconds ) { + $this->enqueue_wait_time = $seconds; + } + + /** + * Get current enqueue wait time (in seconds). + * + * @access public + * + * @return int Enqueue wait time. + */ + public function get_enqueue_wait_time() { + return $this->enqueue_wait_time; + } + + /** + * Set the sync wait threshold (in seconds). + * + * @access public + * + * @param int $seconds Sync wait threshold. + */ + public function set_sync_wait_threshold( $seconds ) { + $this->sync_wait_threshold = $seconds; + } + + /** + * Get current sync wait threshold (in seconds). + * + * @access public + * + * @return int Sync wait threshold. + */ + public function get_sync_wait_threshold() { + return $this->sync_wait_threshold; + } + + /** + * Set the maximum time for perfirming a checkout of items from the queue (in seconds). + * + * @access public + * + * @param int $seconds Maximum dequeue time. + */ + public function set_max_dequeue_time( $seconds ) { + $this->max_dequeue_time = $seconds; + } + + /** + * Initialize the sync queues, codec and set the default settings. + * + * @access public + */ + public function set_defaults() { + $this->sync_queue = new Queue( 'sync' ); + $this->full_sync_queue = new Queue( 'full_sync' ); + $this->set_codec(); + + // Saved settings. + Settings::set_importing( null ); + $settings = Settings::get_settings(); + $this->set_dequeue_max_bytes( $settings['dequeue_max_bytes'] ); + $this->set_upload_max_bytes( $settings['upload_max_bytes'] ); + $this->set_upload_max_rows( $settings['upload_max_rows'] ); + $this->set_sync_wait_time( $settings['sync_wait_time'] ); + $this->set_enqueue_wait_time( $settings['enqueue_wait_time'] ); + $this->set_sync_wait_threshold( $settings['sync_wait_threshold'] ); + $this->set_max_dequeue_time( Defaults::get_max_sync_execution_time() ); + } + + /** + * Reset sync queues, modules and settings. + * + * @access public + */ + public function reset_data() { + $this->reset_sync_queue(); + $this->reset_full_sync_queue(); + + foreach ( Modules::get_modules() as $module ) { + $module->reset_data(); + } + // Reset Sync locks without unlocking queues since we already reset those. + Actions::reset_sync_locks( false ); + + Settings::reset_data(); + } + + /** + * Perform cleanup at the event of plugin uninstallation. + * + * @access public + */ + public function uninstall() { + // Lets delete all the other fun stuff like transient and option and the sync queue. + $this->reset_data(); + + // Delete the full sync status. + delete_option( 'jetpack_full_sync_status' ); + + // Clear the sync cron. + wp_clear_scheduled_hook( 'jetpack_sync_cron' ); + wp_clear_scheduled_hook( 'jetpack_sync_full_cron' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-server.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-server.php new file mode 100644 index 00000000..7b6d0545 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-server.php @@ -0,0 +1,195 @@ +:( + * + * @access public + */ + public function __construct() { + $this->codec = new JSON_Deflate_Array_Codec(); + } + + /** + * Set the codec instance. + * + * @access public + * + * @param Automattic\Jetpack\Sync\Codec_Interface $codec Codec instance. + */ + public function set_codec( Codec_Interface $codec ) { + $this->codec = $codec; + } + + /** + * Attempt to lock the request when the server receives concurrent requests from the same blog. + * + * @access public + * + * @param int $blog_id ID of the blog. + * @param int $expiry Blog lock transient lifetime. + * @return boolean True if succeeded, false otherwise. + */ + public function attempt_request_lock( $blog_id, $expiry = self::BLOG_LOCK_TRANSIENT_EXPIRY ) { + $transient_name = $this->get_concurrent_request_transient_name( $blog_id ); + $locked_time = get_site_transient( $transient_name ); + if ( $locked_time ) { + return false; + } + set_site_transient( $transient_name, microtime( true ), $expiry ); + + return true; + } + + /** + * Retrieve the blog lock transient name for a particular blog. + * + * @access public + * + * @param int $blog_id ID of the blog. + * @return string Name of the blog lock transient. + */ + private function get_concurrent_request_transient_name( $blog_id ) { + return self::BLOG_LOCK_TRANSIENT_PREFIX . $blog_id; + } + + /** + * Remove the request lock from a particular blog ID. + * + * @access public + * + * @param int $blog_id ID of the blog. + */ + public function remove_request_lock( $blog_id ) { + delete_site_transient( $this->get_concurrent_request_transient_name( $blog_id ) ); + } + + /** + * Receive and process sync events. + * + * @access public + * + * @param array $data Sync events. + * @param object $token The auth token used to invoke the API. + * @param int $sent_timestamp Timestamp (in seconds) when the actions were transmitted. + * @param string $queue_id ID of the queue from which the event was sent (`sync` or `full_sync`). + * @return array Processed sync events. + */ + public function receive( $data, $token = null, $sent_timestamp = null, $queue_id = null ) { + $start_time = microtime( true ); + if ( ! is_array( $data ) ) { + return new WP_Error( 'action_decoder_error', 'Events must be an array' ); + } + + if ( $token && ! $this->attempt_request_lock( $token->blog_id ) ) { + /** + * Fires when the server receives two concurrent requests from the same blog + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param token The token object of the misbehaving site + */ + do_action( 'jetpack_sync_multi_request_fail', $token ); + + return new WP_Error( 'concurrent_request_error', 'There is another request running for the same blog ID' ); + } + + $events = wp_unslash( array_map( array( $this->codec, 'decode' ), $data ) ); + $events_processed = array(); + + /** + * Fires when an array of actions are received from a remote Jetpack site + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param array Array of actions received from the remote site + */ + do_action( 'jetpack_sync_remote_actions', $events, $token ); + + foreach ( $events as $key => $event ) { + list( $action_name, $args, $user_id, $timestamp, $silent ) = $event; + + /** + * Fires when an action is received from a remote Jetpack site + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param string $action_name The name of the action executed on the remote site + * @param array $args The arguments passed to the action + * @param int $user_id The external_user_id who did the action + * @param bool $silent Whether the item was created via import + * @param double $timestamp Timestamp (in seconds) when the action occurred + * @param double $sent_timestamp Timestamp (in seconds) when the action was transmitted + * @param string $queue_id ID of the queue from which the event was sent (sync or full_sync) + * @param array $token The auth token used to invoke the API + */ + do_action( 'jetpack_sync_remote_action', $action_name, $args, $user_id, $silent, $timestamp, $sent_timestamp, $queue_id, $token ); + + $events_processed[] = $key; + + if ( microtime( true ) - $start_time > self::MAX_TIME_PER_REQUEST_IN_SECONDS ) { + break; + } + } + + if ( $token ) { + $this->remove_request_lock( $token->blog_id ); + } + + return $events_processed; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php new file mode 100644 index 00000000..4a3ac49f --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php @@ -0,0 +1,681 @@ + true, + 'upload_max_bytes' => true, + 'upload_max_rows' => true, + 'sync_wait_time' => true, + 'sync_wait_threshold' => true, + 'enqueue_wait_time' => true, + 'max_queue_size' => true, + 'max_queue_lag' => true, + 'queue_max_writes_sec' => true, + 'post_types_blacklist' => true, + 'taxonomies_blacklist' => true, + 'disable' => true, + 'network_disable' => true, + 'render_filtered_content' => true, + 'post_meta_whitelist' => true, + 'comment_meta_whitelist' => true, + 'max_enqueue_full_sync' => true, + 'max_queue_size_full_sync' => true, + 'sync_via_cron' => true, + 'cron_sync_time_limit' => true, + 'known_importers' => true, + 'term_relationships_full_sync_item_size' => true, + 'sync_sender_enabled' => true, + 'full_sync_sender_enabled' => true, + 'full_sync_send_duration' => true, + 'full_sync_limits' => true, + 'checksum_disable' => true, + 'dedicated_sync_enabled' => true, + 'custom_queue_table_enabled' => true, + ); + + /** + * Whether WordPress is currently running an import. + * + * @access public + * @static + * + * @var null|boolean + */ + public static $is_importing; + + /** + * Whether WordPress is currently running a WP cron request. + * + * @access public + * @static + * + * @var null|boolean + */ + public static $is_doing_cron; + + /** + * Whether we're currently syncing. + * + * @access public + * @static + * + * @var null|boolean + */ + public static $is_syncing; + + /** + * Whether we're currently sending sync items. + * + * @access public + * @static + * + * @var null|boolean + */ + public static $is_sending; + + /** + * Retrieve all settings with their current values. + * + * @access public + * @static + * + * @return array All current settings. + */ + public static function get_settings() { + $settings = array(); + foreach ( array_keys( self::$valid_settings ) as $setting ) { + $settings[ $setting ] = self::get_setting( $setting ); + } + + return $settings; + } + + /** + * Fetches the setting. It saves it if the setting doesn't exist, so that it gets + * autoloaded on page load rather than re-queried every time. + * + * @access public + * @static + * + * @param string $setting The setting name. + * @return mixed The setting value. + */ + public static function get_setting( $setting ) { + if ( ! isset( self::$valid_settings[ $setting ] ) ) { + return false; + } + + if ( self::is_network_setting( $setting ) ) { + if ( is_multisite() ) { + $value = get_site_option( self::SETTINGS_OPTION_PREFIX . $setting ); + } else { + // On single sites just return the default setting. + return Defaults::get_default_setting( $setting ); + } + } else { + $value = get_option( self::SETTINGS_OPTION_PREFIX . $setting ); + } + + if ( false === $value ) { // No default value is set. + $value = Defaults::get_default_setting( $setting ); + if ( self::is_network_setting( $setting ) ) { + update_site_option( self::SETTINGS_OPTION_PREFIX . $setting, $value ); + } else { + // We set one so that it gets autoloaded. + update_option( self::SETTINGS_OPTION_PREFIX . $setting, $value, true ); + } + } + + if ( is_numeric( $value ) ) { + $value = (int) $value; + } + $default_array_value = null; + switch ( $setting ) { + case 'post_types_blacklist': + $default_array_value = Defaults::$blacklisted_post_types; + break; + case 'taxonomies_blacklist': + $default_array_value = Defaults::$blacklisted_taxonomies; + break; + case 'post_meta_whitelist': + $default_array_value = Defaults::get_post_meta_whitelist(); + break; + case 'comment_meta_whitelist': + $default_array_value = Defaults::get_comment_meta_whitelist(); + break; + case 'known_importers': + $default_array_value = Defaults::get_known_importers(); + break; + } + + if ( $default_array_value ) { + if ( is_array( $value ) ) { + $value = array_unique( array_merge( $value, $default_array_value ) ); + } else { + $value = $default_array_value; + } + } + + return $value; + } + + /** + * Change multiple settings in the same time. + * + * @access public + * @static + * + * @param array $new_settings The new settings. + */ + public static function update_settings( $new_settings ) { + $validated_settings = array_intersect_key( $new_settings, self::$valid_settings ); + foreach ( $validated_settings as $setting => $value ) { + + /** + * Custom table migration logic. + * + * This needs to happen before the option is updated, to avoid race conditions where we update the option, + * but haven't yet created the table or can't create it. + * + * On high-traffic sites this can lead to Sync trying to write in a non-existent table. + * + * So to avoid this, we're going to first try to initialize everything and then update the option. + */ + if ( 'custom_queue_table_enabled' === $setting ) { + // Need to check the current value in the database to make sure we're not doing anything weird. + $old_value = get_option( self::SETTINGS_OPTION_PREFIX . $setting, null ); + + if ( ! $old_value && $value ) { + /** + * The custom table has been enabled. + * + * - Initialize the custom table + * - Migrate the data + * + * If something fails, migrate back to the options table and clean up everything about the custom table. + */ + $init_result = Queue_Storage_Table::initialize_custom_sync_table(); + + /** + * Check if there was a problem when initializing the table. + */ + if ( is_wp_error( $init_result ) ) { + /** + * Unable to initialize the table properly. Set the value to `false` as we can't enable it. + */ + $value = false; + + /** + * Send error to WPCOM, so we can track and take an appropriate action. + */ + $data = array( + 'timestamp' => microtime( true ), + 'error_code' => $init_result->get_error_code(), + 'response_body' => $init_result->get_error_message(), + ); + + $sender = Sender::get_instance(); + $sender->send_action( 'jetpack_sync_storage_error_custom_init', $data ); + + } elseif ( ! Queue_Storage_Table::migrate_from_options_table_to_custom_table() ) { + /** + * If the migration fails, do a reverse migration and set the value to `false` as we can't + * safely enable the table. + */ + Queue_Storage_Table::migrate_from_custom_table_to_options_table(); + + // Set $value to `false` as we couldn't do the migration, and we can't continue enabling the table. + $value = false; + + /** + * Send error to WPCOM, so we can track and take an appropriate action. + */ + $data = array( + 'timestamp' => microtime( true ), + // TODO: Maybe add more details here for the migration, i.e. how many items where in the queue? + ); + + $sender = Sender::get_instance(); + $sender->send_action( 'jetpack_sync_storage_error_custom_migrate', $data ); + } + } elseif ( $old_value && ! $value ) { + /** + * The custom table has been disabled, migrate what we can from the custom table to the options table. + */ + Queue_Storage_Table::migrate_from_custom_table_to_options_table(); + } + } + + /** + * Regular option update and handling + */ + if ( self::is_network_setting( $setting ) ) { + if ( is_multisite() && is_main_site() ) { + $updated = update_site_option( self::SETTINGS_OPTION_PREFIX . $setting, $value ); + } + } else { + $updated = update_option( self::SETTINGS_OPTION_PREFIX . $setting, $value, true ); + } + + // If we set the disabled option to true, clear the queues. + if ( ( 'disable' === $setting || 'network_disable' === $setting ) && (bool) $value ) { + $listener = Listener::get_instance(); + $listener->get_sync_queue()->reset(); + $listener->get_full_sync_queue()->reset(); + } + + // Do not enable Dedicated Sync if we cannot spawn a Dedicated Sync request. + if ( 'dedicated_sync_enabled' === $setting && $updated && (bool) $value ) { + if ( ! Dedicated_Sender::can_spawn_dedicated_sync_request() ) { + update_option( self::SETTINGS_OPTION_PREFIX . $setting, 0, true ); + } + } + } + } + + /** + * Whether the specified setting is a network setting. + * + * @access public + * @static + * + * @param string $setting Setting name. + * @return boolean Whether the setting is a network setting. + */ + public static function is_network_setting( $setting ) { + return strpos( $setting, 'network_' ) === 0; + } + + /** + * Returns escaped SQL for blacklisted post types. + * Can be injected directly into a WHERE clause. + * + * @access public + * @static + * + * @return string SQL WHERE clause. + */ + public static function get_blacklisted_post_types_sql() { + return 'post_type NOT IN (\'' . implode( '\', \'', array_map( 'esc_sql', self::get_setting( 'post_types_blacklist' ) ) ) . '\')'; + } + + /** + * Returns escaped values for disallowed post types. + * + * @access public + * @static + * + * @return array Post type filter values + */ + public static function get_disallowed_post_types_structured() { + return array( + 'post_type' => array( + 'operator' => 'NOT IN', + 'values' => array_map( 'esc_sql', self::get_setting( 'post_types_blacklist' ) ), + ), + ); + } + + /** + * Returns escaped SQL for blacklisted taxonomies. + * Can be injected directly into a WHERE clause. + * + * @access public + * @static + * + * @return string SQL WHERE clause. + */ + public static function get_blacklisted_taxonomies_sql() { + return "taxonomy NOT IN ('" . implode( "', '", array_map( 'esc_sql', self::get_setting( 'taxonomies_blacklist' ) ) ) . "')"; + } + + /** + * Returns escaped SQL for blacklisted post meta. + * Can be injected directly into a WHERE clause. + * + * @access public + * @static + * + * @return string SQL WHERE clause. + */ + public static function get_whitelisted_post_meta_sql() { + return 'meta_key IN (\'' . implode( '\', \'', array_map( 'esc_sql', self::get_setting( 'post_meta_whitelist' ) ) ) . '\')'; + } + + /** + * Returns escaped SQL for allowed post meta keys. + * + * @access public + * @static + * + * @return array Meta keys filter values + */ + public static function get_allowed_post_meta_structured() { + return array( + 'meta_key' => array( + 'operator' => 'IN', + 'values' => array_map( 'esc_sql', self::get_setting( 'post_meta_whitelist' ) ), + ), + ); + } + + /** + * Returns structured SQL clause for blacklisted taxonomies. + * + * @access public + * @static + * + * @return array taxonomies filter values + */ + public static function get_blacklisted_taxonomies_structured() { + return array( + 'taxonomy' => array( + 'operator' => 'NOT IN', + 'values' => array_map( 'esc_sql', self::get_setting( 'taxonomies_blacklist' ) ), + ), + ); + } + + /** + * Returns structured SQL clause for allowed taxonomies. + * + * @access public + * @static + * + * @return array taxonomies filter values + */ + public static function get_allowed_taxonomies_structured() { + global $wp_taxonomies; + + $allowed_taxonomies = array_keys( $wp_taxonomies ); + $allowed_taxonomies = array_diff( $allowed_taxonomies, self::get_setting( 'taxonomies_blacklist' ) ); + return array( + 'taxonomy' => array( + 'operator' => 'IN', + 'values' => array_map( 'esc_sql', $allowed_taxonomies ), + ), + ); + } + + /** + * Returns escaped SQL for blacklisted comment meta. + * Can be injected directly into a WHERE clause. + * + * @access public + * @static + * + * @return string SQL WHERE clause. + */ + public static function get_whitelisted_comment_meta_sql() { + return 'meta_key IN (\'' . implode( '\', \'', array_map( 'esc_sql', self::get_setting( 'comment_meta_whitelist' ) ) ) . '\')'; + } + + /** + * Returns SQL-escaped values for allowed post meta keys. + * + * @access public + * @static + * + * @return array Meta keys filter values + */ + public static function get_allowed_comment_meta_structured() { + return array( + 'meta_key' => array( + 'operator' => 'IN', + 'values' => array_map( 'esc_sql', self::get_setting( 'comment_meta_whitelist' ) ), + ), + ); + } + + /** + * Returns SQL-escaped values for allowed order_item meta keys. + * + * @access public + * @static + * + * @return array Meta keys filter values + */ + public static function get_allowed_order_itemmeta_structured() { + // Make sure that we only try to add the properties when the class exists. + if ( ! class_exists( '\Automattic\Jetpack\Sync\Modules\WooCommerce' ) ) { + return array(); + } + + $values = \Automattic\Jetpack\Sync\Modules\WooCommerce::$order_item_meta_whitelist; + + return array( + 'meta_key' => array( + 'operator' => 'IN', + 'values' => array_map( 'esc_sql', $values ), + ), + ); + } + + /** + * Returns escaped SQL for comments, excluding any spam comments. + * Can be injected directly into a WHERE clause. + * + * @access public + * @static + * + * @return string SQL WHERE clause. + */ + public static function get_comments_filter_sql() { + return "comment_approved <> 'spam'"; + } + + /** + * Delete any settings options and clean up the current settings state. + * + * @access public + * @static + */ + public static function reset_data() { + $valid_settings = self::$valid_settings; + foreach ( $valid_settings as $option => $value ) { + delete_option( self::SETTINGS_OPTION_PREFIX . $option ); + } + self::set_importing( null ); + self::set_doing_cron( null ); + self::set_is_syncing( null ); + self::set_is_sending( null ); + } + + /** + * Set the importing state. + * + * @access public + * @static + * + * @param boolean $is_importing Whether WordPress is currently importing. + */ + public static function set_importing( $is_importing ) { + // Set to NULL to revert to WP_IMPORTING, the standard behavior. + self::$is_importing = $is_importing; + } + + /** + * Whether WordPress is currently importing. + * + * @access public + * @static + * + * @return boolean Whether WordPress is currently importing. + */ + public static function is_importing() { + if ( self::$is_importing !== null ) { + return self::$is_importing; + } + + return defined( 'WP_IMPORTING' ) && WP_IMPORTING; + } + + /** + * Whether sync is enabled. + * + * @access public + * @static + * + * @return boolean Whether sync is enabled. + */ + public static function is_sync_enabled() { + return ! ( self::get_setting( 'disable' ) || self::get_setting( 'network_disable' ) ); + } + + /** + * Set the WP cron state. + * + * @access public + * @static + * + * @param boolean $is_doing_cron Whether WordPress is currently doing WP cron. + */ + public static function set_doing_cron( $is_doing_cron ) { + // Set to NULL to revert to WP_IMPORTING, the standard behavior. + self::$is_doing_cron = $is_doing_cron; + } + + /** + * Whether WordPress is currently doing WP cron. + * + * @access public + * @static + * + * @return boolean Whether WordPress is currently doing WP cron. + */ + public static function is_doing_cron() { + if ( self::$is_doing_cron !== null ) { + return self::$is_doing_cron; + } + + return defined( 'DOING_CRON' ) && DOING_CRON; + } + + /** + * Whether we are currently syncing. + * + * @access public + * @static + * + * @return boolean Whether we are currently syncing. + */ + public static function is_syncing() { + return (bool) self::$is_syncing || Constants::is_true( 'REST_API_REQUEST' ); + } + + /** + * Set the syncing state. + * + * @access public + * @static + * + * @param boolean $is_syncing Whether we are currently syncing. + */ + public static function set_is_syncing( $is_syncing ) { + self::$is_syncing = $is_syncing; + } + + /** + * Whether we are currently sending sync items. + * + * @access public + * @static + * + * @return boolean Whether we are currently sending sync items. + */ + public static function is_sending() { + return (bool) self::$is_sending; + } + + /** + * Set the sending state. + * + * @access public + * @static + * + * @param boolean $is_sending Whether we are currently sending sync items. + */ + public static function set_is_sending( $is_sending ) { + self::$is_sending = $is_sending; + } + + /** + * Whether should send from the queue + * + * @access public + * @static + * + * @param string $queue_id The queue identifier. + * + * @return boolean Whether sync is enabled. + */ + public static function is_sender_enabled( $queue_id ) { + return (bool) self::get_setting( $queue_id . '_sender_enabled' ); + } + + /** + * Whether checksums are enabled. + * + * @access public + * @static + * + * @return boolean Whether sync is enabled. + */ + public static function is_checksum_enabled() { + return ! (bool) self::get_setting( 'checksum_disable' ); + } + + /** + * Whether dedicated Sync flow is enabled. + * + * @access public + * @static + * + * @return boolean Whether dedicated Sync flow is enabled. + */ + public static function is_dedicated_sync_enabled() { + return (bool) self::get_setting( 'dedicated_sync_enabled' ); + } + + /** + * Whether custom queue table is enabled. + * + * @access public + * @static + * + * @return boolean Whether custom queue table is enabled. + */ + public static function is_custom_queue_table_enabled() { + return (bool) self::get_setting( 'custom_queue_table_enabled' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php new file mode 100644 index 00000000..cd6f2c37 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php @@ -0,0 +1,62 @@ +json_serialize( $object ) ); + } + + /** + * Encode a sync object. + * + * @access public + * + * @param string $input Encoded sync object to decode. + * @return mixed Decoded sync object. + */ + public function decode( $input ) { + // This is intentionally using base64_decode(). + // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_decode + return $this->json_unserialize( base64_decode( $input ) ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-users.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-users.php new file mode 100644 index 00000000..316df9ce --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-users.php @@ -0,0 +1,152 @@ +has_connected_user() ) { + // Kick off synchronization of user role when it changes. + add_action( 'set_user_role', array( __CLASS__, 'user_role_change' ) ); + } + } + + /** + * Synchronize connected user role changes. + * + * @access public + * @static + * + * @param int $user_id ID of the user. + */ + public static function user_role_change( $user_id ) { + $connection = new Jetpack_Connection(); + if ( $connection->is_user_connected( $user_id ) ) { + self::update_role_on_com( $user_id ); + // Try to choose a new master if we're demoting the current one. + self::maybe_demote_master_user( $user_id ); + } + } + + /** + * Retrieve the role of a user by their ID. + * + * @access public + * @static + * + * @param int $user_id ID of the user. + * @return string Role of the user. + */ + public static function get_role( $user_id ) { + if ( isset( self::$user_roles[ $user_id ] ) ) { + return self::$user_roles[ $user_id ]; + } + + $current_user_id = get_current_user_id(); + wp_set_current_user( $user_id ); + $roles = new Roles(); + $role = $roles->translate_current_user_to_role(); + wp_set_current_user( $current_user_id ); + self::$user_roles[ $user_id ] = $role; + + return $role; + } + + /** + * Retrieve the signed role of a user by their ID. + * + * @access public + * @static + * + * @param int $user_id ID of the user. + * @return string Signed role of the user. + */ + public static function get_signed_role( $user_id ) { + $connection = new Jetpack_Connection(); + return $connection->sign_role( self::get_role( $user_id ), $user_id ); + } + + /** + * Retrieve the signed role and update it in WP.com for that user. + * + * @access public + * @static + * + * @param int $user_id ID of the user. + */ + public static function update_role_on_com( $user_id ) { + $signed_role = self::get_signed_role( $user_id ); + XMLRPC_Async_Call::add_call( 'jetpack.updateRole', get_current_user_id(), $user_id, $signed_role ); + } + + /** + * Choose a new master user if we're demoting the current one. + * + * @access public + * @static + * @todo Disconnect if there is no user with enough capabilities to be the master user. + * @uses \WP_User_Query + * + * @param int $user_id ID of the user. + */ + public static function maybe_demote_master_user( $user_id ) { + $master_user_id = (int) \Jetpack_Options::get_option( 'master_user' ); + $role = self::get_role( $user_id ); + if ( $user_id === $master_user_id && 'administrator' !== $role ) { + $query = new \WP_User_Query( + array( + 'fields' => array( 'ID' ), + 'role' => 'administrator', + 'orderby' => 'ID', + 'exclude' => array( $master_user_id ), + ) + ); + $new_master = false; + $connection = new Jetpack_Connection(); + foreach ( $query->results as $result ) { + $found_user_id = absint( $result->ID ); + if ( $found_user_id && $connection->is_user_connected( $found_user_id ) ) { + $new_master = $found_user_id; + break; + } + } + + if ( $new_master ) { + \Jetpack_Options::update_option( 'master_user', $new_master ); + } + // TODO: else disconnect..? + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php new file mode 100644 index 00000000..23f24e95 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php @@ -0,0 +1,65 @@ +value; + } + + /** + * Get the ID of a sync item. + * + * @access private + * @static + * + * @param array $item Sync item. + * @return int Sync item ID. + */ + private static function get_item_id( $item ) { + return $item->id; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php new file mode 100644 index 00000000..7653f26d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php @@ -0,0 +1,44 @@ +post_parent && 0 !== $attachment_after->post_parent ) { + /** + * Fires when an existing attachment is added to a post for the first time + * + * @since 1.6.3 + * @since-jetpack 6.6.0 + * + * @param int $attachment_id Attachment ID. + * @param \WP_Post $attachment_after Attachment post object after the update. + */ + do_action( 'jetpack_sync_save_attach_attachment', $attachment_id, $attachment_after ); + } else { + /** + * Fires when the client needs to sync an updated attachment + * + * @since 1.6.3 + * @since-jetpack 4.9.0 + * + * @param int $attachment_id Attachment ID. + * @param \WP_Post $attachment_after Attachment post object after the update. + * + * Previously this action was synced using jetpack_sync_save_add_attachment action. + */ + do_action( 'jetpack_sync_save_update_attachment', $attachment_id, $attachment_after ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php new file mode 100644 index 00000000..77f3c40b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php @@ -0,0 +1,645 @@ + 'home_url', + 'siteurl' => 'site_url', + 'jetpack_active_modules' => 'active_modules', + ); + + /** + * Sync module name. + * + * @access public + * + * @return string + */ + public function name() { + return 'functions'; + } + + /** + * Set module defaults. + * Define the callable whitelist based on whether this is a single site or a multisite installation. + * + * @access public + */ + public function set_defaults() { + if ( is_multisite() ) { + $this->callable_whitelist = array_merge( Defaults::get_callable_whitelist(), Defaults::get_multisite_callable_whitelist() ); + } else { + $this->callable_whitelist = Defaults::get_callable_whitelist(); + } + $this->force_send_callables_on_next_tick = false; // Resets here as well mostly for tests. + } + + /** + * Initialize callables action listeners. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_listeners( $callable ) { + add_action( 'jetpack_sync_callable', $callable, 10, 2 ); + add_action( 'current_screen', array( $this, 'set_plugin_action_links' ), 9999 ); // Should happen very late. + + foreach ( self::ALWAYS_SEND_UPDATES_TO_THESE_OPTIONS as $option ) { + add_action( "update_option_{$option}", array( $this, 'unlock_sync_callable' ) ); + add_action( "delete_option_{$option}", array( $this, 'unlock_sync_callable' ) ); + } + + foreach ( self::ALWAYS_SEND_UPDATES_TO_THESE_OPTIONS_NEXT_TICK as $option ) { + add_action( "update_option_{$option}", array( $this, 'unlock_sync_callable_next_tick' ) ); + add_action( "delete_option_{$option}", array( $this, 'unlock_sync_callable_next_tick' ) ); + } + + // Provide a hook so that hosts can send changes to certain callables right away. + // Especially useful when a host uses constants to change home and siteurl. + add_action( 'jetpack_sync_unlock_sync_callable', array( $this, 'unlock_sync_callable' ) ); + + // get_plugins and wp_version + // gets fired when new code gets installed, updates etc. + add_action( 'upgrader_process_complete', array( $this, 'unlock_plugin_action_link_and_callables' ) ); + add_action( 'update_option_active_plugins', array( $this, 'unlock_plugin_action_link_and_callables' ) ); + } + + /** + * Initialize callables action listeners for full sync. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_full_sync_listeners( $callable ) { + add_action( 'jetpack_full_sync_callables', $callable ); + } + + /** + * Initialize the module in the sender. + * + * @access public + */ + public function init_before_send() { + add_action( 'jetpack_sync_before_send_queue_sync', array( $this, 'maybe_sync_callables' ) ); + + // Full sync. + add_filter( 'jetpack_sync_before_send_jetpack_full_sync_callables', array( $this, 'expand_callables' ) ); + } + + /** + * Perform module cleanup. + * Deletes any transients and options that this module uses. + * Usually triggered when uninstalling the plugin. + * + * @access public + */ + public function reset_data() { + delete_option( self::CALLABLES_CHECKSUM_OPTION_NAME ); + delete_transient( self::CALLABLES_AWAIT_TRANSIENT_NAME ); + + $url_callables = array( 'home_url', 'site_url', 'main_network_site_url' ); + foreach ( $url_callables as $callable ) { + delete_option( Functions::HTTPS_CHECK_OPTION_PREFIX . $callable ); + } + } + + /** + * Set the callable whitelist. + * + * @access public + * + * @param array $callables The new callables whitelist. + */ + public function set_callable_whitelist( $callables ) { + $this->callable_whitelist = $callables; + } + + /** + * Get the callable whitelist. + * + * @access public + * + * @return array The callables whitelist. + */ + public function get_callable_whitelist() { + return $this->callable_whitelist; + } + + /** + * Retrieve all callables as per the current callables whitelist. + * + * @access public + * + * @return array All callables. + */ + public function get_all_callables() { + // get_all_callables should run as the master user always. + $current_user_id = get_current_user_id(); + wp_set_current_user( \Jetpack_Options::get_option( 'master_user' ) ); + $callables = array_combine( + array_keys( $this->get_callable_whitelist() ), + array_map( array( $this, 'get_callable' ), array_values( $this->get_callable_whitelist() ) ) + ); + wp_set_current_user( $current_user_id ); + return $callables; + } + + /** + * Invoke a particular callable. + * Used as a wrapper to standartize invocation. + * + * @access private + * + * @param callable $callable Callable to invoke. + * @return mixed Return value of the callable, null if not callable. + */ + private function get_callable( $callable ) { + if ( is_callable( $callable ) ) { + return call_user_func( $callable ); + } else { + return null; + } + } + + /** + * Enqueue the callable actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $max_items_to_enqueue Maximum number of items to enqueue. + * @param boolean $state True if full sync has finished enqueueing this module, false otherwise. + * @return array Number of actions enqueued, and next module state. + */ + public function enqueue_full_sync_actions( $config, $max_items_to_enqueue, $state ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + /** + * Tells the client to sync all callables to the server + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param boolean Whether to expand callables (should always be true) + */ + do_action( 'jetpack_full_sync_callables', true ); + + // The number of actions enqueued, and next module state (true == done). + return array( 1, true ); + } + + /** + * Send the callable actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $send_until The timestamp until the current request can send. + * @param array $status This Module Full Sync Status. + * + * @return array This Module Full Sync Status. + */ + public function send_full_sync_actions( $config, $send_until, $status ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + // we call this instead of do_action when sending immediately. + $this->send_action( 'jetpack_full_sync_callables', array( true ) ); + + // The number of actions enqueued, and next module state (true == done). + return array( 'finished' => true ); + } + + /** + * Retrieve an estimated number of actions that will be enqueued. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return array Number of items yet to be enqueued. + */ + public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return 1; + } + + /** + * Retrieve the actions that will be sent for this module during a full sync. + * + * @access public + * + * @return array Full sync actions of this module. + */ + public function get_full_sync_actions() { + return array( 'jetpack_full_sync_callables' ); + } + + /** + * Unlock callables so they would be available for syncing again. + * + * @access public + */ + public function unlock_sync_callable() { + delete_transient( self::CALLABLES_AWAIT_TRANSIENT_NAME ); + } + + /** + * Unlock callables on the next tick. + * Sometime the true callable values are only present on the next tick. + * When switching themes for example. + * + * @access public + */ + public function unlock_sync_callable_next_tick() { + $this->force_send_callables_on_next_tick = true; + } + + /** + * Unlock callables and plugin action links. + * + * @access public + */ + public function unlock_plugin_action_link_and_callables() { + delete_transient( self::CALLABLES_AWAIT_TRANSIENT_NAME ); + delete_transient( 'jetpack_plugin_api_action_links_refresh' ); + add_filter( 'jetpack_check_and_send_callables', '__return_true' ); + } + + /** + * Parse and store the plugin action links if on the plugins page. + * + * @uses \DOMDocument + * @uses libxml_use_internal_errors + * @uses mb_convert_encoding + * + * @access public + */ + public function set_plugin_action_links() { + if ( + ! class_exists( '\DOMDocument' ) || + ! function_exists( 'libxml_use_internal_errors' ) || + ! function_exists( 'mb_convert_encoding' ) + ) { + return; + } + + $current_screeen = get_current_screen(); + + $plugins_action_links = array(); + // Is the transient lock in place? + $plugins_lock = get_transient( 'jetpack_plugin_api_action_links_refresh', false ); + if ( ! empty( $plugins_lock ) && ( isset( $current_screeen->id ) && 'plugins' !== $current_screeen->id ) ) { + return; + } + $plugins = array_keys( Functions::get_plugins() ); + foreach ( $plugins as $plugin_file ) { + /** + * Plugins often like to unset things but things break if they are not able to. + */ + $action_links = array( + 'deactivate' => '', + 'activate' => '', + 'details' => '', + 'delete' => '', + 'edit' => '', + ); + /** This filter is documented in src/wp-admin/includes/class-wp-plugins-list-table.php */ + $action_links = apply_filters( 'plugin_action_links', $action_links, $plugin_file, null, 'all' ); + // Verify $action_links is still an array. + if ( ! is_array( $action_links ) ) { + $action_links = array(); + } + /** This filter is documented in src/wp-admin/includes/class-wp-plugins-list-table.php */ + $action_links = apply_filters( "plugin_action_links_{$plugin_file}", $action_links, $plugin_file, null, 'all' ); + // Verify $action_links is still an array to resolve warnings from filters not returning an array. + if ( is_array( $action_links ) ) { + $action_links = array_filter( $action_links ); + } else { + $action_links = array(); + } + $formatted_action_links = null; + if ( $action_links ) { + $dom_doc = new \DOMDocument(); + foreach ( $action_links as $action_link ) { + // The @ is not enough to suppress errors when dealing with libxml, + // we have to tell it directly how we want to handle errors. + libxml_use_internal_errors( true ); + $dom_doc->loadHTML( '' . $action_link ); + libxml_use_internal_errors( false ); + + $link_elements = $dom_doc->getElementsByTagName( 'a' ); + if ( 0 === $link_elements->length ) { + continue; + } + + $link_element = $link_elements->item( 0 ); + // phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase + if ( $link_element->hasAttribute( 'href' ) && $link_element->nodeValue ) { + $link_url = trim( $link_element->getAttribute( 'href' ) ); + + // Add the full admin path to the url if the plugin did not provide it. + $link_url_scheme = wp_parse_url( $link_url, PHP_URL_SCHEME ); + if ( empty( $link_url_scheme ) ) { + $link_url = admin_url( $link_url ); + } + + // phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase + $formatted_action_links[ $link_element->nodeValue ] = $link_url; + } + } + } + if ( $formatted_action_links ) { + $plugins_action_links[ $plugin_file ] = $formatted_action_links; + } + } + // Cache things for a long time. + set_transient( 'jetpack_plugin_api_action_links_refresh', time(), DAY_IN_SECONDS ); + update_option( 'jetpack_plugin_api_action_links', $plugins_action_links ); + } + + /** + * Whether a certain callable should be sent. + * + * @access public + * + * @param array $callable_checksums Callable checksums. + * @param string $name Name of the callable. + * @param string $checksum A checksum of the callable. + * @return boolean Whether to send the callable. + */ + public function should_send_callable( $callable_checksums, $name, $checksum ) { + $idc_override_callables = array( + 'main_network_site', + 'home_url', + 'site_url', + ); + if ( in_array( $name, $idc_override_callables, true ) && \Jetpack_Options::get_option( 'migrate_for_idc' ) ) { + return true; + } + + return ! $this->still_valid_checksum( $callable_checksums, $name, $checksum ); + } + + /** + * Sync the callables if we're supposed to. + * + * @access public + */ + public function maybe_sync_callables() { + $callables = $this->get_all_callables(); + if ( ! apply_filters( 'jetpack_check_and_send_callables', false ) ) { + /** + * Treating Dedicated Sync requests a bit differently from normal. We want to send callables + * normally with all Sync actions, no matter if they were with admin action origin or not, + * since Dedicated Sync runs out of bound and the requests are never coming from an admin. + */ + if ( ! is_admin() && ! Dedicated_Sender::is_dedicated_sync_request() ) { + // If we're not an admin and we're not doing cron and this isn't WP_CLI, don't sync anything. + if ( ! Settings::is_doing_cron() && ! Jetpack_Constants::get_constant( 'WP_CLI' ) ) { + return; + } + // If we're not an admin and we are doing cron, sync the Callables that are always supposed to sync ( See https://github.com/Automattic/jetpack/issues/12924 ). + $callables = $this->get_always_sent_callables(); + } + if ( get_transient( self::CALLABLES_AWAIT_TRANSIENT_NAME ) ) { + if ( $this->force_send_callables_on_next_tick ) { + $this->unlock_sync_callable(); + } + return; + } + } + + if ( empty( $callables ) ) { + return; + } + // No need to set the transiant we are trying to remove it anyways. + if ( ! $this->force_send_callables_on_next_tick ) { + set_transient( self::CALLABLES_AWAIT_TRANSIENT_NAME, microtime( true ), Defaults::$default_sync_callables_wait_time ); + } + + $callable_checksums = (array) \Jetpack_Options::get_raw_option( self::CALLABLES_CHECKSUM_OPTION_NAME, array() ); + $has_changed = false; + // Only send the callables that have changed. + foreach ( $callables as $name => $value ) { + $checksum = $this->get_check_sum( $value ); + + // Explicitly not using Identical comparison as get_option returns a string. + if ( $value !== null && $this->should_send_callable( $callable_checksums, $name, $checksum ) ) { + + // Only send callable if the non sorted checksum also does not match. + if ( $this->should_send_callable( $callable_checksums, $name, $this->get_check_sum( $value, false ) ) ) { + + /** + * Tells the client to sync a callable (aka function) to the server + * + * @param string The name of the callable + * @param mixed The value of the callable + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + */ + do_action( 'jetpack_sync_callable', $name, $value ); + } + + $callable_checksums[ $name ] = $checksum; + $has_changed = true; + } else { + $callable_checksums[ $name ] = $checksum; + } + } + if ( $has_changed ) { + \Jetpack_Options::update_raw_option( self::CALLABLES_CHECKSUM_OPTION_NAME, $callable_checksums ); + } + + if ( $this->force_send_callables_on_next_tick ) { + $this->unlock_sync_callable(); + } + } + + /** + * Get the callables that should always be sent, e.g. on cron. + * + * @return array Callables that should always be sent + */ + protected function get_always_sent_callables() { + $callables = $this->get_all_callables(); + $cron_callables = array(); + foreach ( self::ALWAYS_SEND_UPDATES_TO_THESE_OPTIONS as $option_name ) { + if ( array_key_exists( $option_name, $callables ) ) { + $cron_callables[ $option_name ] = $callables[ $option_name ]; + continue; + } + + // Check for the Callable name/key for the option, if different from option name. + if ( array_key_exists( $option_name, self::OPTION_NAMES_TO_CALLABLE_NAMES ) ) { + $callable_name = self::OPTION_NAMES_TO_CALLABLE_NAMES[ $option_name ]; + if ( array_key_exists( $callable_name, $callables ) ) { + $cron_callables[ $callable_name ] = $callables[ $callable_name ]; + } + } + } + return $cron_callables; + } + + /** + * Expand the callables within a hook before they are serialized and sent to the server. + * + * @access public + * + * @param array $args The hook parameters. + * @return array $args The hook parameters. + */ + public function expand_callables( $args ) { + if ( $args[0] ) { + $callables = $this->get_all_callables(); + $callables_checksums = array(); + foreach ( $callables as $name => $value ) { + $callables_checksums[ $name ] = $this->get_check_sum( $value ); + } + \Jetpack_Options::update_raw_option( self::CALLABLES_CHECKSUM_OPTION_NAME, $callables_checksums ); + return $callables; + } + + return $args; + } + + /** + * Return Total number of objects. + * + * @param array $config Full Sync config. + * + * @return int total + */ + public function total( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return count( $this->get_callable_whitelist() ); + } + + /** + * Retrieve a set of callables by their IDs. + * + * @access public + * + * @param string $object_type Object type. + * @param array $ids Object IDs. + * @return array Array of objects. + */ + public function get_objects_by_id( $object_type, $ids ) { + if ( empty( $ids ) || empty( $object_type ) || 'callable' !== $object_type ) { + return array(); + } + + $objects = array(); + foreach ( (array) $ids as $id ) { + $object = $this->get_object_by_id( $object_type, $id ); + + if ( 'CALLABLE-DOES-NOT-EXIST' !== $object ) { + if ( 'all' === $id ) { + // If all was requested it contains all options and can simply be returned. + return $object; + } + $objects[ $id ] = $object; + } + } + + return $objects; + } + + /** + * Retrieve a callable by its name. + * + * @access public + * + * @param string $object_type Type of the sync object. + * @param string $id ID of the sync object. + * @return mixed Value of Callable. + */ + public function get_object_by_id( $object_type, $id ) { + if ( 'callable' === $object_type ) { + + // Only whitelisted options can be returned. + if ( array_key_exists( $id, $this->get_callable_whitelist() ) ) { + // requires master user to be in context. + $current_user_id = get_current_user_id(); + wp_set_current_user( \Jetpack_Options::get_option( 'master_user' ) ); + $callable = $this->get_callable( $this->callable_whitelist[ $id ] ); + wp_set_current_user( $current_user_id ); + return $callable; + } elseif ( 'all' === $id ) { + return $this->get_all_callables(); + } + } + + return 'CALLABLE-DOES-NOT-EXIST'; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php new file mode 100644 index 00000000..44fdcde4 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php @@ -0,0 +1,503 @@ +filter_comment( $comment ); + } + } + + return false; + } + + /** + * Initialize comments action listeners. + * Also responsible for initializing comment meta listeners. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_listeners( $callable ) { + add_action( 'wp_insert_comment', $callable, 10, 2 ); + add_action( 'deleted_comment', $callable ); + add_action( 'trashed_comment', $callable ); + add_action( 'spammed_comment', $callable ); + add_action( 'trashed_post_comments', $callable, 10, 2 ); + add_action( 'untrash_post_comments', $callable ); + add_action( 'comment_approved_to_unapproved', $callable ); + add_action( 'comment_unapproved_to_approved', $callable ); + add_action( 'jetpack_modified_comment_contents', $callable, 10, 2 ); + add_action( 'untrashed_comment', $callable, 10, 2 ); + add_action( 'unspammed_comment', $callable, 10, 2 ); + add_filter( 'wp_update_comment_data', array( $this, 'handle_comment_contents_modification' ), 10, 3 ); + + // comment actions. + add_filter( 'jetpack_sync_before_enqueue_wp_insert_comment', array( $this, 'filter_jetpack_sync_before_enqueue_wp_insert_comment' ) ); + add_filter( 'jetpack_sync_before_enqueue_deleted_comment', array( $this, 'only_allow_white_listed_comment_types' ) ); + add_filter( 'jetpack_sync_before_enqueue_trashed_comment', array( $this, 'only_allow_white_listed_comment_types' ) ); + add_filter( 'jetpack_sync_before_enqueue_untrashed_comment', array( $this, 'only_allow_white_listed_comment_types' ) ); + add_filter( 'jetpack_sync_before_enqueue_spammed_comment', array( $this, 'only_allow_white_listed_comment_types' ) ); + add_filter( 'jetpack_sync_before_enqueue_unspammed_comment', array( $this, 'only_allow_white_listed_comment_types' ) ); + + // comment status transitions. + add_filter( 'jetpack_sync_before_enqueue_comment_approved_to_unapproved', array( $this, 'only_allow_white_listed_comment_type_transitions' ) ); + add_filter( 'jetpack_sync_before_enqueue_comment_unapproved_to_approved', array( $this, 'only_allow_white_listed_comment_type_transitions' ) ); + + // Post Actions. + add_filter( 'jetpack_sync_before_enqueue_trashed_post_comments', array( $this, 'filter_blacklisted_post_types' ) ); + add_filter( 'jetpack_sync_before_enqueue_untrash_post_comments', array( $this, 'filter_blacklisted_post_types' ) ); + + /** + * Even though it's messy, we implement these hooks because + * the edit_comment hook doesn't include the data + * so this saves us a DB read for every comment event. + */ + foreach ( $this->get_whitelisted_comment_types() as $comment_type ) { + foreach ( array( 'unapproved', 'approved' ) as $comment_status ) { + $comment_action_name = "comment_{$comment_status}_{$comment_type}"; + add_action( $comment_action_name, $callable, 10, 2 ); + add_filter( + 'jetpack_sync_before_enqueue_' . $comment_action_name, + array( + $this, + 'expand_wp_insert_comment', + ) + ); + } + } + + // Listen for meta changes. + $this->init_listeners_for_meta_type( 'comment', $callable ); + $this->init_meta_whitelist_handler( 'comment', array( $this, 'filter_meta' ) ); + } + + /** + * Handler for any comment content updates. + * + * @access public + * + * @param array $new_comment The new, processed comment data. + * @param array $old_comment The old, unslashed comment data. + * @param array $new_comment_with_slashes The new, raw comment data. + * @return array The new, processed comment data. + */ + public function handle_comment_contents_modification( $new_comment, $old_comment, $new_comment_with_slashes ) { + $changes = array(); + $content_fields = array( + 'comment_author', + 'comment_author_email', + 'comment_author_url', + 'comment_content', + ); + foreach ( $content_fields as $field ) { + if ( $new_comment_with_slashes[ $field ] !== $old_comment[ $field ] ) { + $changes[ $field ] = array( $new_comment[ $field ], $old_comment[ $field ] ); + } + } + + if ( ! empty( $changes ) ) { + /** + * Signals to the sync listener that this comment's contents were modified and a sync action + * reflecting the change(s) to the content should be sent + * + * @since 1.6.3 + * @since-jetpack 4.9.0 + * + * @param int $new_comment['comment_ID'] ID of comment whose content was modified + * @param mixed $changes Array of changed comment fields with before and after values + */ + do_action( 'jetpack_modified_comment_contents', $new_comment['comment_ID'], $changes ); + } + return $new_comment; + } + + /** + * Initialize comments action listeners for full sync. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_full_sync_listeners( $callable ) { + add_action( 'jetpack_full_sync_comments', $callable ); // Also send comments meta. + } + + /** + * Gets a filtered list of comment types that sync can hook into. + * + * @access public + * + * @return array Defaults to [ '', 'trackback', 'pingback' ]. + */ + public function get_whitelisted_comment_types() { + /** + * Comment types present in this list will sync their status changes to WordPress.com. + * + * @since 1.6.3 + * @since-jetpack 7.6.0 + * + * @param array A list of comment types. + */ + return apply_filters( + 'jetpack_sync_whitelisted_comment_types', + array( '', 'comment', 'trackback', 'pingback', 'review' ) + ); + } + + /** + * Prevents any comment types that are not in the whitelist from being enqueued and sent to WordPress.com. + * + * @param array $args Arguments passed to wp_insert_comment, deleted_comment, spammed_comment, etc. + * + * @return bool or array $args Arguments passed to wp_insert_comment, deleted_comment, spammed_comment, etc. + */ + public function only_allow_white_listed_comment_types( $args ) { + $comment = false; + + if ( isset( $args[1] ) ) { + // comment object is available. + $comment = $args[1]; + } elseif ( is_numeric( $args[0] ) ) { + // comment_id is available. + $comment = get_comment( $args[0] ); + } + + if ( + isset( $comment->comment_type ) + && ! in_array( $comment->comment_type, $this->get_whitelisted_comment_types(), true ) + ) { + return false; + } + + return $args; + } + + /** + * Filter all blacklisted post types. + * + * @param array $args Hook arguments. + * @return array|false Hook arguments, or false if the post type is a blacklisted one. + */ + public function filter_blacklisted_post_types( $args ) { + $post_id = $args[0]; + $posts_module = Modules::get_module( 'posts' ); + + if ( false !== $posts_module && ! $posts_module->is_post_type_allowed( $post_id ) ) { + return false; + } + + return $args; + } + + /** + * Prevents any comment types that are not in the whitelist from being enqueued and sent to WordPress.com. + * + * @param array $args Arguments passed to wp_{old_status}_to_{new_status}. + * + * @return bool or array $args Arguments passed to wp_{old_status}_to_{new_status} + */ + public function only_allow_white_listed_comment_type_transitions( $args ) { + $comment = $args[0]; + + if ( ! in_array( $comment->comment_type, $this->get_whitelisted_comment_types(), true ) ) { + return false; + } + + return $args; + } + + /** + * Prevents any comment types that are not in the whitelist from being enqueued and sent to WordPress.com. + * Also expands comment data before being enqueued. + * + * @param array $args Arguments passed to wp_insert_comment. + * + * @return false or array $args Arguments passed to wp_insert_comment or false if the comment type is a blacklisted one. + */ + public function filter_jetpack_sync_before_enqueue_wp_insert_comment( $args ) { + if ( false === $this->only_allow_white_listed_comment_types( $args ) ) { + return false; + } + + return $this->expand_wp_insert_comment( $args ); + } + + /** + * Whether a comment type is allowed. + * A comment type is allowed if it's present in the comment type whitelist. + * + * @param int $comment_id ID of the comment. + * @return boolean Whether the comment type is allowed. + */ + public function is_comment_type_allowed( $comment_id ) { + $comment = get_comment( $comment_id ); + + if ( isset( $comment->comment_type ) ) { + return in_array( $comment->comment_type, $this->get_whitelisted_comment_types(), true ); + } + return false; + } + + /** + * Initialize the module in the sender. + * + * @access public + */ + public function init_before_send() { + // Full sync. + add_filter( 'jetpack_sync_before_send_jetpack_full_sync_comments', array( $this, 'expand_comment_ids' ) ); + } + + /** + * Enqueue the comments actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $max_items_to_enqueue Maximum number of items to enqueue. + * @param boolean $state True if full sync has finished enqueueing this module, false otherwise. + * @return array Number of actions enqueued, and next module state. + */ + public function enqueue_full_sync_actions( $config, $max_items_to_enqueue, $state ) { + global $wpdb; + return $this->enqueue_all_ids_as_action( 'jetpack_full_sync_comments', $wpdb->comments, 'comment_ID', $this->get_where_sql( $config ), $max_items_to_enqueue, $state ); + } + + /** + * Retrieve an estimated number of actions that will be enqueued. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return int Number of items yet to be enqueued. + */ + public function estimate_full_sync_actions( $config ) { + global $wpdb; + + $query = "SELECT count(*) FROM $wpdb->comments"; + + $where_sql = $this->get_where_sql( $config ); + if ( $where_sql ) { + $query .= ' WHERE ' . $where_sql; + } + + // TODO: Call $wpdb->prepare on the following query. + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + $count = $wpdb->get_var( $query ); + + return (int) ceil( $count / self::ARRAY_CHUNK_SIZE ); + } + + /** + * Retrieve the WHERE SQL clause based on the module config. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return string WHERE SQL clause, or `null` if no comments are specified in the module config. + */ + public function get_where_sql( $config ) { + if ( is_array( $config ) ) { + return 'comment_ID IN (' . implode( ',', array_map( 'intval', $config ) ) . ')'; + } + + return '1=1'; + } + + /** + * Retrieve the actions that will be sent for this module during a full sync. + * + * @access public + * + * @return array Full sync actions of this module. + */ + public function get_full_sync_actions() { + return array( 'jetpack_full_sync_comments' ); + } + + /** + * Count all the actions that are going to be sent. + * + * @access public + * + * @param array $action_names Names of all the actions that will be sent. + * @return int Number of actions. + */ + public function count_full_sync_actions( $action_names ) { + return $this->count_actions( $action_names, array( 'jetpack_full_sync_comments' ) ); + } + + /** + * Expand the comment status change before the data is serialized and sent to the server. + * + * @access public + * @todo This is not used currently - let's implement it. + * + * @param array $args The hook parameters. + * @return array The expanded hook parameters. + */ + public function expand_wp_comment_status_change( $args ) { + return array( $args[0], $this->filter_comment( $args[1] ) ); + } + + /** + * Expand the comment creation before the data is added to the Sync queue. + * + * @access public + * + * @param array $args The hook parameters. + * @return array The expanded hook parameters. + */ + public function expand_wp_insert_comment( $args ) { + return array( $args[0], $this->filter_comment( $args[1] ) ); + } + + /** + * Filter a comment object to the fields we need. + * + * @access public + * + * @param \WP_Comment $comment The unfiltered comment object. + * @return \WP_Comment Filtered comment object. + */ + public function filter_comment( $comment ) { + /** + * Filters whether to prevent sending comment data to .com + * + * Passing true to the filter will prevent the comment data from being sent + * to the WordPress.com. + * Instead we pass data that will still enable us to do a checksum against the + * Jetpacks data but will prevent us from displaying the data on in the API as well as + * other services. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param boolean false prevent post data from bing synced to WordPress.com + * @param mixed $comment WP_COMMENT object + */ + if ( apply_filters( 'jetpack_sync_prevent_sending_comment_data', false, $comment ) ) { + $blocked_comment = new \stdClass(); + $blocked_comment->comment_ID = $comment->comment_ID; + $blocked_comment->comment_date = $comment->comment_date; + $blocked_comment->comment_date_gmt = $comment->comment_date_gmt; + $blocked_comment->comment_approved = 'jetpack_sync_blocked'; + return $blocked_comment; + } + + return $comment; + } + + /** + * Whether a certain comment meta key is whitelisted for sync. + * + * @access public + * + * @param string $meta_key Comment meta key. + * @return boolean Whether the meta key is whitelisted. + */ + public function is_whitelisted_comment_meta( $meta_key ) { + return in_array( $meta_key, Settings::get_setting( 'comment_meta_whitelist' ), true ); + } + + /** + * Handler for filtering out non-whitelisted comment meta. + * + * @access public + * + * @param array $args Hook args. + * @return array|boolean False if not whitelisted, the original hook args otherwise. + */ + public function filter_meta( $args ) { + if ( $this->is_comment_type_allowed( $args[1] ) && $this->is_whitelisted_comment_meta( $args[2] ) ) { + return $args; + } + + return false; + } + + /** + * Expand the comment IDs to comment objects and meta before being serialized and sent to the server. + * + * @access public + * + * @param array $args The hook parameters. + * @return array The expanded hook parameters. + */ + public function expand_comment_ids( $args ) { + list( $comment_ids, $previous_interval_end ) = $args; + $comments = get_comments( + array( + 'include_unapproved' => true, + 'comment__in' => $comment_ids, + 'orderby' => 'comment_ID', + 'order' => 'DESC', + ) + ); + + return array( + $comments, + $this->get_metadata( $comment_ids, 'comment', Settings::get_setting( 'comment_meta_whitelist' ) ), + $previous_interval_end, + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php new file mode 100644 index 00000000..ec913477 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php @@ -0,0 +1,338 @@ +constants_whitelist = $constants; + } + + /** + * Get the constants whitelist. + * + * @access public + * + * @return array The constants whitelist. + */ + public function get_constants_whitelist() { + return Defaults::get_constants_whitelist(); + } + + /** + * Enqueue the constants actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $max_items_to_enqueue Maximum number of items to enqueue. + * @param boolean $state True if full sync has finished enqueueing this module, false otherwise. + * + * @return array Number of actions enqueued, and next module state. + */ + public function enqueue_full_sync_actions( $config, $max_items_to_enqueue, $state ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + /** + * Tells the client to sync all constants to the server + * + * @param boolean Whether to expand constants (should always be true) + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + */ + do_action( 'jetpack_full_sync_constants', true ); + + // The number of actions enqueued, and next module state (true == done). + return array( 1, true ); + } + + /** + * Send the constants actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $send_until The timestamp until the current request can send. + * @param array $state This module Full Sync status. + * + * @return array This module Full Sync status. + */ + public function send_full_sync_actions( $config, $send_until, $state ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + // we call this instead of do_action when sending immediately. + $this->send_action( 'jetpack_full_sync_constants', array( true ) ); + + // The number of actions enqueued, and next module state (true == done). + return array( 'finished' => true ); + } + + /** + * Retrieve an estimated number of actions that will be enqueued. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * + * @return array Number of items yet to be enqueued. + */ + public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return 1; + } + + /** + * Retrieve the actions that will be sent for this module during a full sync. + * + * @access public + * + * @return array Full sync actions of this module. + */ + public function get_full_sync_actions() { + return array( 'jetpack_full_sync_constants' ); + } + + /** + * Sync the constants if we're supposed to. + * + * @access public + */ + public function maybe_sync_constants() { + if ( get_transient( self::CONSTANTS_AWAIT_TRANSIENT_NAME ) ) { + return; + } + + set_transient( self::CONSTANTS_AWAIT_TRANSIENT_NAME, microtime( true ), Defaults::$default_sync_constants_wait_time ); + + $constants = $this->get_all_constants(); + if ( empty( $constants ) ) { + return; + } + + $constants_checksums = (array) get_option( self::CONSTANTS_CHECKSUM_OPTION_NAME, array() ); + + foreach ( $constants as $name => $value ) { + $checksum = $this->get_check_sum( $value ); + // Explicitly not using Identical comparison as get_option returns a string. + if ( ! $this->still_valid_checksum( $constants_checksums, $name, $checksum ) && $value !== null ) { + /** + * Tells the client to sync a constant to the server + * + * @param string The name of the constant + * @param mixed The value of the constant + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + */ + do_action( 'jetpack_sync_constant', $name, $value ); + $constants_checksums[ $name ] = $checksum; + } else { + $constants_checksums[ $name ] = $checksum; + } + } + update_option( self::CONSTANTS_CHECKSUM_OPTION_NAME, $constants_checksums ); + } + + /** + * Retrieve all constants as per the current constants whitelist. + * Public so that we don't have to store an option for each constant. + * + * @access public + * + * @return array All constants. + */ + public function get_all_constants() { + $constants_whitelist = $this->get_constants_whitelist(); + + return array_combine( + $constants_whitelist, + array_map( array( $this, 'get_constant' ), $constants_whitelist ) + ); + } + + /** + * Retrieve the value of a constant. + * Used as a wrapper to standartize access to constants. + * + * @access private + * + * @param string $constant Constant name. + * + * @return mixed Return value of the constant. + */ + private function get_constant( $constant ) { + return ( defined( $constant ) ) ? + constant( $constant ) + : null; + } + + /** + * Expand the constants within a hook before they are serialized and sent to the server. + * + * @access public + * + * @param array $args The hook parameters. + * + * @return array $args The hook parameters. + */ + public function expand_constants( $args ) { + if ( $args[0] ) { + $constants = $this->get_all_constants(); + $constants_checksums = array(); + foreach ( $constants as $name => $value ) { + $constants_checksums[ $name ] = $this->get_check_sum( $value ); + } + update_option( self::CONSTANTS_CHECKSUM_OPTION_NAME, $constants_checksums ); + + return $constants; + } + + return $args; + } + + /** + * Return Total number of objects. + * + * @param array $config Full Sync config. + * + * @return int total + */ + public function total( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return count( $this->get_constants_whitelist() ); + } + + /** + * Retrieve a set of constants by their IDs. + * + * @access public + * + * @param string $object_type Object type. + * @param array $ids Object IDs. + * @return array Array of objects. + */ + public function get_objects_by_id( $object_type, $ids ) { + if ( empty( $ids ) || empty( $object_type ) || 'constant' !== $object_type ) { + return array(); + } + + $objects = array(); + foreach ( (array) $ids as $id ) { + $object = $this->get_object_by_id( $object_type, $id ); + + if ( 'all' === $id ) { + // If all was requested it contains all options and can simply be returned. + return $object; + } + $objects[ $id ] = $object; + } + + return $objects; + } + + /** + * Retrieve a constant by its name. + * + * @access public + * + * @param string $object_type Type of the sync object. + * @param string $id ID of the sync object. + * @return mixed Value of Constant. + */ + public function get_object_by_id( $object_type, $id ) { + if ( 'constant' === $object_type ) { + + // Only whitelisted constants can be returned. + if ( in_array( $id, $this->get_constants_whitelist(), true ) ) { + return $this->get_constant( $id ); + } elseif ( 'all' === $id ) { + return $this->get_all_constants(); + } + } + + return false; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php new file mode 100644 index 00000000..94b7e91b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php @@ -0,0 +1,469 @@ +is_started() && ! $this->is_finished() ) { + /** + * Fires when a full sync is cancelled. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + */ + do_action( 'jetpack_full_sync_cancelled' ); + $this->send_action( 'jetpack_full_sync_cancelled' ); + } + + // Remove all evidence of previous full sync items and status. + $this->reset_data(); + + if ( ! is_array( $full_sync_config ) ) { + $full_sync_config = Defaults::$default_full_sync_config; + if ( is_multisite() ) { + $full_sync_config['network_options'] = 1; + } + } + + if ( isset( $full_sync_config['users'] ) && 'initial' === $full_sync_config['users'] ) { + $full_sync_config['users'] = Modules::get_module( 'users' )->get_initial_sync_user_config(); + } + + $this->update_status( + array( + 'started' => time(), + 'config' => $full_sync_config, + 'progress' => $this->get_initial_progress( $full_sync_config ), + ) + ); + + $range = $this->get_content_range(); + /** + * Fires when a full sync begins. This action is serialized + * and sent to the server so that it knows a full sync is coming. + * + * @param array $full_sync_config Sync configuration for all sync modules. + * @param array $range Range of the sync items, containing min and max IDs for some item types. + * @param array $empty The modules with no items to sync during a full sync. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * @since-jetpack 7.3.0 Added $range arg. + * @since-jetpack 7.4.0 Added $empty arg. + */ + do_action( 'jetpack_full_sync_start', $full_sync_config, $range ); + $this->send_action( 'jetpack_full_sync_start', array( $full_sync_config, $range ) ); + + return true; + } + + /** + * Whether full sync has started. + * + * @access public + * + * @return boolean + */ + public function is_started() { + return (bool) $this->get_status()['started']; + } + + /** + * Retrieve the status of the current full sync. + * + * @access public + * + * @return array Full sync status. + */ + public function get_status() { + $default = array( + 'started' => false, + 'finished' => false, + 'progress' => array(), + 'config' => array(), + ); + + return wp_parse_args( \Jetpack_Options::get_raw_option( self::STATUS_OPTION ), $default ); + } + + /** + * Returns the progress percentage of a full sync. + * + * @access public + * + * @return int|null + */ + public function get_sync_progress_percentage() { + if ( ! $this->is_started() || $this->is_finished() ) { + return null; + } + $status = $this->get_status(); + if ( empty( $status['progress'] ) ) { + return null; + } + $total_items = array_reduce( + array_values( $status['progress'] ), + function ( $sum, $sync_item ) { + return isset( $sync_item['total'] ) ? ( $sum + (int) $sync_item['total'] ) : $sum; + }, + 0 + ); + $total_sent = array_reduce( + array_values( $status['progress'] ), + function ( $sum, $sync_item ) { + return isset( $sync_item['sent'] ) ? ( $sum + (int) $sync_item['sent'] ) : $sum; + }, + 0 + ); + return floor( ( $total_sent / $total_items ) * 100 ); + } + + /** + * Whether full sync has finished. + * + * @access public + * + * @return boolean + */ + public function is_finished() { + return (bool) $this->get_status()['finished']; + } + + /** + * Clear all the full sync data. + * + * @access public + */ + public function reset_data() { + $this->clear_status(); + ( new Lock() )->remove( self::LOCK_NAME, true ); + } + + /** + * Clear all the full sync status options. + * + * @access public + */ + public function clear_status() { + \Jetpack_Options::delete_raw_option( self::STATUS_OPTION ); + } + + /** + * Updates the status of the current full sync. + * + * @access public + * + * @param array $values New values to set. + * + * @return bool True if success. + */ + public function update_status( $values ) { + return $this->set_status( wp_parse_args( $values, $this->get_status() ) ); + } + + /** + * Retrieve the status of the current full sync. + * + * @param array $values New values to set. + * + * @access public + * + * @return boolean Full sync status. + */ + public function set_status( $values ) { + return \Jetpack_Options::update_raw_option( self::STATUS_OPTION, $values ); + } + + /** + * Given an initial Full Sync configuration get the initial status. + * + * @param array $full_sync_config Full sync configuration. + * + * @return array Initial Sent status. + */ + public function get_initial_progress( $full_sync_config ) { + // Set default configuration, calculate totals, and save configuration if totals > 0. + $status = array(); + foreach ( $full_sync_config as $name => $config ) { + $module = Modules::get_module( $name ); + if ( ! $module ) { + continue; + } + $status[ $name ] = array( + 'total' => $module->total( $config ), + 'sent' => 0, + 'finished' => false, + ); + } + + return $status; + } + + /** + * Get the range for content (posts and comments) to sync. + * + * @access private + * + * @return array Array of range (min ID, max ID, total items) for all content types. + */ + private function get_content_range() { + $range = array(); + $config = $this->get_status()['config']; + // Add range only when syncing all objects. + if ( true === isset( $config['posts'] ) && $config['posts'] ) { + $range['posts'] = $this->get_range( 'posts' ); + } + + if ( true === isset( $config['comments'] ) && $config['comments'] ) { + $range['comments'] = $this->get_range( 'comments' ); + } + + return $range; + } + + /** + * Get the range (min ID, max ID and total items) of items to sync. + * + * @access public + * + * @param string $type Type of sync item to get the range for. + * + * @return array Array of min ID, max ID and total items in the range. + */ + public function get_range( $type ) { + global $wpdb; + if ( ! in_array( $type, array( 'comments', 'posts' ), true ) ) { + return array(); + } + + switch ( $type ) { + case 'posts': + $table = $wpdb->posts; + $id = 'ID'; + $where_sql = Settings::get_blacklisted_post_types_sql(); + + break; + case 'comments': + $table = $wpdb->comments; + $id = 'comment_ID'; + $where_sql = Settings::get_comments_filter_sql(); + break; + } + + // TODO: Call $wpdb->prepare on the following query. + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $results = $wpdb->get_results( "SELECT MAX({$id}) as max, MIN({$id}) as min, COUNT({$id}) as count FROM {$table} WHERE {$where_sql}" ); + if ( isset( $results[0] ) ) { + return $results[0]; + } + + return array(); + } + + /** + * Continue sending instead of enqueueing. + * + * @access public + */ + public function continue_enqueuing() { + $this->continue_sending(); + } + + /** + * Continue sending. + * + * @access public + */ + public function continue_sending() { + // Return early if Full Sync is not running. + if ( ! $this->is_started() || $this->get_status()['finished'] ) { + return; + } + + // Return early if we've gotten a retry-after header response. + $retry_time = get_option( Actions::RETRY_AFTER_PREFIX . 'immediate-send' ); + if ( $retry_time ) { + // If expired delete but don't send. Send will occurr in new request to avoid race conditions. + if ( microtime( true ) > $retry_time ) { + update_option( Actions::RETRY_AFTER_PREFIX . 'immediate-send', false, false ); + } + return false; + } + + // Obtain send Lock. + $lock = new Lock(); + $lock_expiration = $lock->attempt( self::LOCK_NAME ); + + // Return if unable to obtain lock. + if ( false === $lock_expiration ) { + return; + } + + // Send Full Sync actions. + $success = $this->send(); + + // Remove lock. + if ( $success ) { + $lock->remove( self::LOCK_NAME, $lock_expiration ); + } + } + + /** + * Immediately send the next items to full sync. + * + * @access public + */ + public function send() { + $config = $this->get_status()['config']; + + $max_duration = Settings::get_setting( 'full_sync_send_duration' ); + $send_until = microtime( true ) + $max_duration; + + $progress = $this->get_status()['progress']; + + foreach ( $this->get_remaining_modules_to_send() as $module ) { + $progress[ $module->name() ] = $module->send_full_sync_actions( $config[ $module->name() ], $progress[ $module->name() ], $send_until ); + if ( isset( $progress[ $module->name() ]['error'] ) ) { + unset( $progress[ $module->name() ]['error'] ); + $this->update_status( array( 'progress' => $progress ) ); + return false; + } elseif ( ! $progress[ $module->name() ]['finished'] ) { + $this->update_status( array( 'progress' => $progress ) ); + return true; + } + } + + $this->send_full_sync_end(); + $this->update_status( array( 'progress' => $progress ) ); + return true; + } + + /** + * Get Modules that are configured to Full Sync and haven't finished sending + * + * @return array + */ + public function get_remaining_modules_to_send() { + $status = $this->get_status(); + + return array_filter( + Modules::get_modules(), + /** + * Select configured and not finished modules. + * + * @return bool + * @var $module Module + */ + function ( $module ) use ( $status ) { + // Skip module if not configured for this sync or module is done. + if ( ! isset( $status['config'][ $module->name() ] ) ) { + return false; + } + if ( ! $status['config'][ $module->name() ] ) { + return false; + } + if ( isset( $status['progress'][ $module->name() ]['finished'] ) ) { + if ( true === $status['progress'][ $module->name() ]['finished'] ) { + return false; + } + } + + return true; + } + ); + } + + /** + * Send 'jetpack_full_sync_end' and update 'finished' status. + * + * @access public + */ + public function send_full_sync_end() { + $range = $this->get_content_range(); + + /** + * Fires when a full sync ends. This action is serialized + * and sent to the server. + * + * @param string $checksum Deprecated since 7.3.0 - @see https://github.com/Automattic/jetpack/pull/11945/ + * @param array $range Range of the sync items, containing min and max IDs for some item types. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * @since-jetpack 7.3.0 Added $range arg. + */ + do_action( 'jetpack_full_sync_end', '', $range ); + $this->send_action( 'jetpack_full_sync_end', array( '', $range ) ); + + // Setting autoload to true means that it's faster to check whether we should continue enqueuing. + $this->update_status( array( 'finished' => time() ) ); + } + + /** + * Empty Function as we don't close buffers on Immediate Full Sync. + * + * @param array $actions an array of actions, ignored for queueless sync. + */ + public function update_sent_progress_action( $actions ) { } // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php new file mode 100644 index 00000000..a03506e5 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php @@ -0,0 +1,729 @@ +is_started() && ! $this->is_finished(); + + // Remove all evidence of previous full sync items and status. + $this->reset_data(); + + if ( $was_already_running ) { + /** + * Fires when a full sync is cancelled. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + */ + do_action( 'jetpack_full_sync_cancelled' ); + } + + $this->update_status_option( 'started', time() ); + $this->update_status_option( 'params', $module_configs ); + + $enqueue_status = array(); + $full_sync_config = array(); + $include_empty = false; + $empty = array(); + + // Default value is full sync. + if ( ! is_array( $module_configs ) ) { + $module_configs = array(); + $include_empty = true; + foreach ( Modules::get_modules() as $module ) { + $module_configs[ $module->name() ] = true; + } + } + + // Set default configuration, calculate totals, and save configuration if totals > 0. + foreach ( Modules::get_modules() as $module ) { + $module_name = $module->name(); + $module_config = isset( $module_configs[ $module_name ] ) ? $module_configs[ $module_name ] : false; + + if ( ! $module_config ) { + continue; + } + + if ( 'users' === $module_name && 'initial' === $module_config ) { + $module_config = $module->get_initial_sync_user_config(); + } + + $enqueue_status[ $module_name ] = false; + + $total_items = $module->estimate_full_sync_actions( $module_config ); + + // If there's information to process, configure this module. + if ( $total_items !== null && $total_items > 0 ) { + $full_sync_config[ $module_name ] = $module_config; + $enqueue_status[ $module_name ] = array( + $total_items, // Total. + 0, // Queued. + false, // Current state. + ); + } elseif ( $include_empty && 0 === $total_items ) { + $empty[ $module_name ] = true; + } + } + + $this->set_config( $full_sync_config ); + $this->set_enqueue_status( $enqueue_status ); + + $range = $this->get_content_range( $full_sync_config ); + /** + * Fires when a full sync begins. This action is serialized + * and sent to the server so that it knows a full sync is coming. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * @since-jetpack 7.3.0 Added $range arg. + * @since-jetpack 7.4.0 Added $empty arg. + * + * @param array $full_sync_config Sync configuration for all sync modules. + * @param array $range Range of the sync items, containing min and max IDs for some item types. + * @param array $empty The modules with no items to sync during a full sync. + */ + do_action( 'jetpack_full_sync_start', $full_sync_config, $range, $empty ); + + $this->continue_enqueuing( $full_sync_config ); + + return true; + } + + /** + * Enqueue the next items to sync. + * + * @access public + * + * @param array $configs Full sync configuration for all sync modules. + */ + public function continue_enqueuing( $configs = null ) { + // Return early if not in progress. + if ( ! $this->get_status_option( 'started' ) || $this->get_status_option( 'queue_finished' ) ) { + return; + } + + // Attempt to obtain lock. + $lock = new Lock(); + $lock_expiration = $lock->attempt( self::ENQUEUE_LOCK_NAME ); + + // Return if unable to obtain lock. + if ( false === $lock_expiration ) { + return; + } + + // enqueue full sync actions. + $this->enqueue( $configs ); + + // Remove lock. + $lock->remove( self::ENQUEUE_LOCK_NAME, $lock_expiration ); + } + + /** + * Get Modules that are configured to Full Sync and haven't finished enqueuing + * + * @param array $configs Full sync configuration for all sync modules. + * + * @return array + */ + public function get_remaining_modules_to_enqueue( $configs ) { + $enqueue_status = $this->get_enqueue_status(); + return array_filter( + Modules::get_modules(), + /** + * Select configured and not finished modules. + * + * @var $module Module + * @return bool + */ + function ( $module ) use ( $configs, $enqueue_status ) { + // Skip module if not configured for this sync or module is done. + if ( ! isset( $configs[ $module->name() ] ) ) { + return false; + } + if ( ! $configs[ $module->name() ] ) { + return false; + } + if ( isset( $enqueue_status[ $module->name() ][2] ) ) { + if ( true === $enqueue_status[ $module->name() ][2] ) { + return false; + } + } + + return true; + } + ); + } + + /** + * Enqueue the next items to sync. + * + * @access public + * + * @param array $configs Full sync configuration for all sync modules. + */ + public function enqueue( $configs = null ) { + if ( ! $configs ) { + $configs = $this->get_config(); + } + + $enqueue_status = $this->get_enqueue_status(); + $full_sync_queue = new Queue( 'full_sync' ); + $available_queue_slots = Settings::get_setting( 'max_queue_size_full_sync' ) - $full_sync_queue->size(); + + if ( $available_queue_slots <= 0 ) { + return; + } + + $remaining_items_to_enqueue = min( Settings::get_setting( 'max_enqueue_full_sync' ), $available_queue_slots ); + + /** + * If a module exits early (e.g. because it ran out of full sync queue slots, or we ran out of request time) + * then it should exit early + */ + foreach ( $this->get_remaining_modules_to_enqueue( $configs ) as $module ) { + list( $items_enqueued, $next_enqueue_state ) = $module->enqueue_full_sync_actions( $configs[ $module->name() ], $remaining_items_to_enqueue, $enqueue_status[ $module->name() ][2] ); + + $enqueue_status[ $module->name() ][2] = $next_enqueue_state; + + // If items were processed, subtract them from the limit. + if ( $items_enqueued !== null && $items_enqueued > 0 ) { + $enqueue_status[ $module->name() ][1] += $items_enqueued; + $remaining_items_to_enqueue -= $items_enqueued; + } + + if ( 0 >= $remaining_items_to_enqueue || true !== $next_enqueue_state ) { + $this->set_enqueue_status( $enqueue_status ); + return; + } + } + + $this->queue_full_sync_end( $configs ); + $this->set_enqueue_status( $enqueue_status ); + } + + /** + * Enqueue 'jetpack_full_sync_end' and update 'queue_finished' status. + * + * @access public + * + * @param array $configs Full sync configuration for all sync modules. + */ + public function queue_full_sync_end( $configs ) { + $range = $this->get_content_range( $configs ); + + /** + * Fires when a full sync ends. This action is serialized + * and sent to the server. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * @since-jetpack 7.3.0 Added $range arg. + * + * @param string $checksum Deprecated since 7.3.0 - @see https://github.com/Automattic/jetpack/pull/11945/ + * @param array $range Range of the sync items, containing min and max IDs for some item types. + */ + do_action( 'jetpack_full_sync_end', '', $range ); + + // Setting autoload to true means that it's faster to check whether we should continue enqueuing. + $this->update_status_option( 'queue_finished', time(), true ); + } + + /** + * Get the range (min ID, max ID and total items) of items to sync. + * + * @access public + * + * @param string $type Type of sync item to get the range for. + * @return array Array of min ID, max ID and total items in the range. + */ + public function get_range( $type ) { + global $wpdb; + if ( ! in_array( $type, array( 'comments', 'posts' ), true ) ) { + return array(); + } + + switch ( $type ) { + case 'posts': + $table = $wpdb->posts; + $id = 'ID'; + $where_sql = Settings::get_blacklisted_post_types_sql(); + + break; + case 'comments': + $table = $wpdb->comments; + $id = 'comment_ID'; + $where_sql = Settings::get_comments_filter_sql(); + break; + } + + // TODO: Call $wpdb->prepare on the following query. + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $results = $wpdb->get_results( "SELECT MAX({$id}) as max, MIN({$id}) as min, COUNT({$id}) as count FROM {$table} WHERE {$where_sql}" ); + if ( isset( $results[0] ) ) { + return $results[0]; + } + + return array(); + } + + /** + * Get the range for content (posts and comments) to sync. + * + * @access private + * + * @param array $config Full sync configuration for this all sync modules. + * @return array Array of range (min ID, max ID, total items) for all content types. + */ + private function get_content_range( $config ) { + $range = array(); + // Only when we are sending the whole range do we want to send also the range. + if ( true === isset( $config['posts'] ) && $config['posts'] ) { + $range['posts'] = $this->get_range( 'posts' ); + } + + if ( true === isset( $config['comments'] ) && $config['comments'] ) { + $range['comments'] = $this->get_range( 'comments' ); + } + return $range; + } + + /** + * Update the progress after sync modules actions have been processed on the server. + * + * @access public + * + * @param array $actions Actions that have been processed on the server. + */ + public function update_sent_progress_action( $actions ) { + // Quick way to map to first items with an array of arrays. + $actions_with_counts = array_count_values( array_filter( array_map( array( $this, 'get_action_name' ), $actions ) ) ); + + // Total item counts for each action. + $actions_with_total_counts = $this->get_actions_totals( $actions ); + + if ( ! $this->is_started() || $this->is_finished() ) { + return; + } + + if ( isset( $actions_with_counts['jetpack_full_sync_start'] ) ) { + $this->update_status_option( 'send_started', time() ); + } + + foreach ( Modules::get_modules() as $module ) { + $module_actions = $module->get_full_sync_actions(); + $status_option_name = "{$module->name()}_sent"; + $total_option_name = "{$status_option_name}_total"; + $items_sent = $this->get_status_option( $status_option_name, 0 ); + $items_sent_total = $this->get_status_option( $total_option_name, 0 ); + + foreach ( $module_actions as $module_action ) { + if ( isset( $actions_with_counts[ $module_action ] ) ) { + $items_sent += $actions_with_counts[ $module_action ]; + } + + if ( ! empty( $actions_with_total_counts[ $module_action ] ) ) { + $items_sent_total += $actions_with_total_counts[ $module_action ]; + } + } + + if ( $items_sent > 0 ) { + $this->update_status_option( $status_option_name, $items_sent ); + } + + if ( 0 !== $items_sent_total ) { + $this->update_status_option( $total_option_name, $items_sent_total ); + } + } + + if ( isset( $actions_with_counts['jetpack_full_sync_end'] ) ) { + $this->update_status_option( 'finished', time() ); + } + } + + /** + * Returns the progress percentage of a full sync. + * + * @access public + * + * @return int|null + */ + public function get_sync_progress_percentage() { + if ( ! $this->is_started() || $this->is_finished() ) { + return null; + } + $status = $this->get_status(); + if ( ! $status['queue'] || ! $status['sent'] || ! $status['total'] ) { + return null; + } + $queued_multiplier = 0.1; + $sent_multiplier = 0.9; + $count_queued = array_reduce( + $status['queue'], + function ( $sum, $value ) { + return $sum + $value; + }, + 0 + ); + $count_sent = array_reduce( + $status['sent'], + function ( $sum, $value ) { + return $sum + $value; + }, + 0 + ); + $count_total = array_reduce( + $status['total'], + function ( $sum, $value ) { + return $sum + $value; + }, + 0 + ); + $percent_queued = ( $count_queued / $count_total ) * $queued_multiplier * 100; + $percent_sent = ( $count_sent / $count_total ) * $sent_multiplier * 100; + return ceil( $percent_queued + $percent_sent ); + } + + /** + * Get the name of the action for an item in the sync queue. + * + * @access public + * + * @param array $queue_item Item of the sync queue. + * @return string|boolean Name of the action, false if queue item is invalid. + */ + public function get_action_name( $queue_item ) { + if ( is_array( $queue_item ) && isset( $queue_item[0] ) ) { + return $queue_item[0]; + } + return false; + } + + /** + * Retrieve the total number of items we're syncing in a particular queue item (action). + * `$queue_item[1]` is expected to contain chunks of items, and `$queue_item[1][0]` + * represents the first (and only) chunk of items to sync in that action. + * + * @access public + * + * @param array $queue_item Item of the sync queue that corresponds to a particular action. + * @return int Total number of items in the action. + */ + public function get_action_totals( $queue_item ) { + if ( is_array( $queue_item ) && isset( $queue_item[1][0] ) ) { + if ( is_array( $queue_item[1][0] ) ) { + // Let's count the items we sync in this action. + return count( $queue_item[1][0] ); + } + // -1 indicates that this action syncs all items by design. + return -1; + } + return 0; + } + + /** + * Retrieve the total number of items for a set of actions, grouped by action name. + * + * @access public + * + * @param array $actions An array of actions. + * @return array An array, representing the total number of items, grouped per action. + */ + public function get_actions_totals( $actions ) { + $totals = array(); + + foreach ( $actions as $action ) { + $name = $this->get_action_name( $action ); + $action_totals = $this->get_action_totals( $action ); + if ( ! isset( $totals[ $name ] ) ) { + $totals[ $name ] = 0; + } + $totals[ $name ] += $action_totals; + } + + return $totals; + } + + /** + * Whether full sync has started. + * + * @access public + * + * @return boolean + */ + public function is_started() { + return (bool) $this->get_status_option( 'started' ); + } + + /** + * Whether full sync has finished. + * + * @access public + * + * @return boolean + */ + public function is_finished() { + return (bool) $this->get_status_option( 'finished' ); + } + + /** + * Retrieve the status of the current full sync. + * + * @access public + * + * @return array Full sync status. + */ + public function get_status() { + $status = array( + 'started' => $this->get_status_option( 'started' ), + 'queue_finished' => $this->get_status_option( 'queue_finished' ), + 'send_started' => $this->get_status_option( 'send_started' ), + 'finished' => $this->get_status_option( 'finished' ), + 'sent' => array(), + 'sent_total' => array(), + 'queue' => array(), + 'config' => $this->get_status_option( 'params' ), + 'total' => array(), + ); + + $enqueue_status = $this->get_enqueue_status(); + + foreach ( Modules::get_modules() as $module ) { + $name = $module->name(); + + if ( ! isset( $enqueue_status[ $name ] ) ) { + continue; + } + + list( $total, $queued ) = $enqueue_status[ $name ]; + + if ( $total ) { + $status['total'][ $name ] = $total; + } + + if ( $queued ) { + $status['queue'][ $name ] = $queued; + } + + $sent = $this->get_status_option( "{$name}_sent" ); + if ( $sent ) { + $status['sent'][ $name ] = $sent; + } + + $sent_total = $this->get_status_option( "{$name}_sent_total" ); + if ( $sent_total ) { + $status['sent_total'][ $name ] = $sent_total; + } + } + + return $status; + } + + /** + * Clear all the full sync status options. + * + * @access public + */ + public function clear_status() { + $prefix = self::STATUS_OPTION_PREFIX; + \Jetpack_Options::delete_raw_option( "{$prefix}_started" ); + \Jetpack_Options::delete_raw_option( "{$prefix}_params" ); + \Jetpack_Options::delete_raw_option( "{$prefix}_queue_finished" ); + \Jetpack_Options::delete_raw_option( "{$prefix}_send_started" ); + \Jetpack_Options::delete_raw_option( "{$prefix}_finished" ); + + $this->delete_enqueue_status(); + + foreach ( Modules::get_modules() as $module ) { + \Jetpack_Options::delete_raw_option( "{$prefix}_{$module->name()}_sent" ); + \Jetpack_Options::delete_raw_option( "{$prefix}_{$module->name()}_sent_total" ); + } + } + + /** + * Clear all the full sync data. + * + * @access public + */ + public function reset_data() { + $this->clear_status(); + $this->delete_config(); + ( new Lock() )->remove( self::ENQUEUE_LOCK_NAME, true ); + + $listener = Listener::get_instance(); + $listener->get_full_sync_queue()->reset(); + } + + /** + * Get the value of a full sync status option. + * + * @access private + * + * @param string $name Name of the option. + * @param mixed $default Default value of the option. + * @return mixed Option value. + */ + private function get_status_option( $name, $default = null ) { + $value = \Jetpack_Options::get_raw_option( self::STATUS_OPTION_PREFIX . "_$name", $default ); + + return is_numeric( $value ) ? (int) $value : $value; + } + + /** + * Update the value of a full sync status option. + * + * @access private + * + * @param string $name Name of the option. + * @param mixed $value Value of the option. + * @param boolean $autoload Whether the option should be autoloaded at the beginning of the request. + */ + private function update_status_option( $name, $value, $autoload = false ) { + \Jetpack_Options::update_raw_option( self::STATUS_OPTION_PREFIX . "_$name", $value, $autoload ); + } + + /** + * Set the full sync enqueue status. + * + * @access private + * + * @param array $new_status The new full sync enqueue status. + */ + private function set_enqueue_status( $new_status ) { + \Jetpack_Options::update_raw_option( 'jetpack_sync_full_enqueue_status', $new_status ); + } + + /** + * Delete full sync enqueue status. + * + * @access private + * + * @return boolean Whether the status was deleted. + */ + private function delete_enqueue_status() { + return \Jetpack_Options::delete_raw_option( 'jetpack_sync_full_enqueue_status' ); + } + + /** + * Retrieve the current full sync enqueue status. + * + * @access private + * + * @return array Full sync enqueue status. + */ + public function get_enqueue_status() { + return \Jetpack_Options::get_raw_option( 'jetpack_sync_full_enqueue_status' ); + } + + /** + * Set the full sync enqueue configuration. + * + * @access private + * + * @param array $config The new full sync enqueue configuration. + */ + private function set_config( $config ) { + \Jetpack_Options::update_raw_option( 'jetpack_sync_full_config', $config ); + } + + /** + * Delete full sync configuration. + * + * @access private + * + * @return boolean Whether the configuration was deleted. + */ + private function delete_config() { + return \Jetpack_Options::delete_raw_option( 'jetpack_sync_full_config' ); + } + + /** + * Retrieve the current full sync enqueue config. + * + * @access private + * + * @return array Full sync enqueue config. + */ + private function get_config() { + return \Jetpack_Options::get_raw_option( 'jetpack_sync_full_config' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php new file mode 100644 index 00000000..f5f8543a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php @@ -0,0 +1,220 @@ + 'jetpack_sync_import_start', + 'import_done' => 'jetpack_sync_import_end', + 'import_end' => 'jetpack_sync_import_end', + ); + + /** + * Sync module name. + * + * @access public + * + * @return string + */ + public function name() { + return 'import'; + } + + /** + * Initialize imports action listeners. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_listeners( $callable ) { + add_action( 'export_wp', $callable ); + add_action( 'jetpack_sync_import_start', $callable, 10, 2 ); + add_action( 'jetpack_sync_import_end', $callable, 10, 2 ); + + // WordPress. + add_action( 'import_start', array( $this, 'sync_import_action' ) ); + + // Movable type, RSS, Livejournal. + add_action( 'import_done', array( $this, 'sync_import_action' ) ); + + // WordPress, Blogger, Livejournal, woo tax rate. + add_action( 'import_end', array( $this, 'sync_import_action' ) ); + } + + /** + * Set module defaults. + * Define an empty list of synced actions for us to fill later. + * + * @access public + */ + public function set_defaults() { + $this->synced_actions = array(); + } + + /** + * Generic handler for import actions. + * + * @access public + * + * @param string $importer Either a string reported by the importer, the class name of the importer, or 'unknown'. + */ + public function sync_import_action( $importer ) { + $import_action = current_filter(); + // Map action to event name. + $sync_action = self::$import_sync_action_map[ $import_action ]; + + // Only sync each action once per import. + if ( array_key_exists( $sync_action, $this->synced_actions ) && $this->synced_actions[ $sync_action ] ) { + return; + } + + // Mark this action as synced. + $this->synced_actions[ $sync_action ] = true; + + // Prefer self-reported $importer value. + if ( ! $importer ) { + // Fall back to inferring by calling class name. + $importer = self::get_calling_importer_class(); + } + + // Get $importer from known_importers. + $known_importers = Settings::get_setting( 'known_importers' ); + if ( is_string( $importer ) && isset( $known_importers[ $importer ] ) ) { + $importer = $known_importers[ $importer ]; + } + + $importer_name = $this->get_importer_name( $importer ); + + switch ( $sync_action ) { + case 'jetpack_sync_import_start': + /** + * Used for syncing the start of an import + * + * @since 1.6.3 + * @since-jetpack 7.3.0 + * + * @module sync + * + * @param string $importer Either a string reported by the importer, the class name of the importer, or 'unknown'. + * @param string $importer_name The name reported by the importer, or 'Unknown Importer'. + */ + do_action( 'jetpack_sync_import_start', $importer, $importer_name ); + break; + + case 'jetpack_sync_import_end': + /** + * Used for syncing the end of an import + * + * @since 1.6.3 + * @since-jetpack 7.3.0 + * + * @module sync + * + * @param string $importer Either a string reported by the importer, the class name of the importer, or 'unknown'. + * @param string $importer_name The name reported by the importer, or 'Unknown Importer'. + */ + do_action( 'jetpack_sync_import_end', $importer, $importer_name ); + break; + } + } + + /** + * Retrieve the name of the importer. + * + * @access private + * + * @param string $importer Either a string reported by the importer, the class name of the importer, or 'unknown'. + * @return string Name of the importer, or "Unknown Importer" if importer is unknown. + */ + private function get_importer_name( $importer ) { + $importers = get_importers(); + return isset( $importers[ $importer ] ) ? $importers[ $importer ][0] : 'Unknown Importer'; + } + + /** + * Determine the class that extends `WP_Importer` which is responsible for + * the current action. Designed to be used within an action handler. + * + * @access private + * @static + * + * @return string The name of the calling class, or 'unknown'. + */ + private static function get_calling_importer_class() { + // If WP_Importer doesn't exist, neither will any importer that extends it. + if ( ! class_exists( 'WP_Importer', false ) ) { + return 'unknown'; + } + + $action = current_filter(); + $backtrace = debug_backtrace( false ); //phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_debug_backtrace + + $do_action_pos = -1; + $backtrace_len = count( $backtrace ); + for ( $i = 0; $i < $backtrace_len; $i++ ) { + // Find the location in the stack of the calling action. + if ( 'do_action' === $backtrace[ $i ]['function'] && $action === $backtrace[ $i ]['args'][0] ) { + $do_action_pos = $i; + break; + } + } + + // If the action wasn't called, the calling class is unknown. + if ( -1 === $do_action_pos ) { + return 'unknown'; + } + + // Continue iterating the stack looking for a caller that extends WP_Importer. + for ( $i = $do_action_pos + 1; $i < $backtrace_len; $i++ ) { + // If there is no class on the trace, continue. + if ( ! isset( $backtrace[ $i ]['class'] ) ) { + continue; + } + + $class_name = $backtrace[ $i ]['class']; + + // Check if the class extends WP_Importer. + if ( class_exists( $class_name, false ) ) { + $parents = class_parents( $class_name, false ); + if ( $parents && in_array( 'WP_Importer', $parents, true ) ) { + return $class_name; + } + } + } + + // If we've exhausted the stack without a match, the calling class is unknown. + return 'unknown'; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php new file mode 100644 index 00000000..bf6c5620 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php @@ -0,0 +1,146 @@ +nav_items_just_added[] = $nav_item_id; + /** + * Helps sync log that a new menu item was added. + * + * @since 1.6.3 + * @since-jetpack 5.0.0 + * + * @param int $menu_id ID of the menu. + * @param array $menu_data An array of menu data. + * @param int $nav_item_id ID of the new menu item. + * @param array $nav_item_args Arguments used to add the menu item. + */ + do_action( 'jetpack_sync_updated_nav_menu_add_item', $menu_id, $menu_data, $nav_item_id, $nav_item_args ); + } + + /** + * Nav menu item update handler. + * + * @access public + * + * @param int $menu_id ID of the menu. + * @param int $nav_item_id ID of the new menu item. + * @param array $nav_item_args Arguments used to update the menu item. + */ + public function update_nav_menu_update_item( $menu_id, $nav_item_id, $nav_item_args ) { + if ( in_array( $nav_item_id, $this->nav_items_just_added, true ) ) { + return; + } + $menu_data = wp_get_nav_menu_object( $menu_id ); + /** + * Helps sync log that an update to the menu item happened. + * + * @since 1.6.3 + * @since-jetpack 5.0.0 + * + * @param int $menu_id ID of the menu. + * @param array $menu_data An array of menu data. + * @param int $nav_item_id ID of the new menu item. + * @param array $nav_item_args Arguments used to update the menu item. + */ + do_action( 'jetpack_sync_updated_nav_menu_update_item', $menu_id, $menu_data, $nav_item_id, $nav_item_args ); + } + + /** + * Remove menu items that have already been saved from the "just added" list. + * + * @access public + * + * @param int $nav_item_id ID of the new menu item. + * @param \WP_Post $post_after Nav menu item post object after the update. + */ + public function remove_just_added_menu_item( $nav_item_id, $post_after ) { + if ( 'nav_menu_item' !== $post_after->post_type ) { + return; + } + $this->nav_items_just_added = array_diff( $this->nav_items_just_added, array( $nav_item_id ) ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php new file mode 100644 index 00000000..de293a9b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php @@ -0,0 +1,112 @@ +prepare call to use placeholders. + * + * @param string $object_type The type of object for which we retrieve meta. Either 'post' or 'comment'. + * @param array $config Must include 'meta_key' and 'ids' keys. + * + * @return array + */ + public function get_objects_by_id( $object_type, $config ) { + $table = _get_meta_table( $object_type ); + + if ( ! $table ) { + return array(); + } + + if ( ! is_array( $config ) ) { + return array(); + } + + $meta_objects = array(); + foreach ( $config as $item ) { + $meta = null; + if ( isset( $item['id'] ) && isset( $item['meta_key'] ) ) { + $meta = $this->get_object_by_id( $object_type, (int) $item['id'], (string) $item['meta_key'] ); + } + $meta_objects[ $item['id'] . '-' . $item['meta_key'] ] = $meta; + } + + return $meta_objects; + } + + /** + * Get a single Meta Result. + * + * @param string $object_type post, comment, term, user. + * @param null $id Object ID. + * @param null $meta_key Meta Key. + * + * @return mixed|null + */ + public function get_object_by_id( $object_type, $id = null, $meta_key = null ) { + global $wpdb; + + if ( ! is_int( $id ) || ! is_string( $meta_key ) ) { + return null; + } + + $table = _get_meta_table( $object_type ); + $object_id_column = $object_type . '_id'; + + // Sanitize so that the array only has integer values. + $meta = $wpdb->get_results( + $wpdb->prepare( + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + "SELECT * FROM {$table} WHERE {$object_id_column} = %d AND meta_key = %s", + $id, + $meta_key + ), + ARRAY_A + ); + + $meta_objects = null; + + if ( ! is_wp_error( $meta ) && ! empty( $meta ) ) { + foreach ( $meta as $meta_entry ) { + if ( 'post' === $object_type && strlen( $meta_entry['meta_value'] ) >= Posts::MAX_POST_META_LENGTH ) { + $meta_entry['meta_value'] = ''; + } + $meta_objects[] = array( + 'meta_type' => $object_type, + 'meta_id' => $meta_entry['meta_id'], + 'meta_key' => $meta_key, + 'meta_value' => $meta_entry['meta_value'], + 'object_id' => $meta_entry[ $object_id_column ], + ); + } + } + + return $meta_objects; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php new file mode 100644 index 00000000..90ec9ffc --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php @@ -0,0 +1,603 @@ +recursive_ksort( $values ); + } + return crc32( wp_json_encode( Functions::json_wrap( $values ) ) ); + } + + /** + * Recursively call ksort on an Array + * + * @param array $values Array. + */ + private function recursive_ksort( &$values ) { + ksort( $values ); + foreach ( $values as &$value ) { + if ( is_array( $value ) ) { + $this->recursive_ksort( $value ); + } + } + } + + /** + * Whether a particular checksum in a set of checksums is valid. + * + * @access protected + * + * @param array $sums_to_check Array of checksums. + * @param string $name Name of the checksum. + * @param int $new_sum Checksum to compare against. + * @return boolean Whether the checksum is valid. + */ + protected function still_valid_checksum( $sums_to_check, $name, $new_sum ) { + if ( isset( $sums_to_check[ $name ] ) && $sums_to_check[ $name ] === $new_sum ) { + return true; + } + + return false; + } + + /** + * Enqueue all items of a sync type as an action. + * + * @access protected + * + * @param string $action_name Name of the action. + * @param string $table_name Name of the database table. + * @param string $id_field Name of the ID field in the database. + * @param string $where_sql The SQL WHERE clause to filter to the desired items. + * @param int $max_items_to_enqueue Maximum number of items to enqueue in the same time. + * @param boolean $state Whether enqueueing has finished. + * @return array Array, containing the number of chunks and TRUE, indicating enqueueing has finished. + */ + protected function enqueue_all_ids_as_action( $action_name, $table_name, $id_field, $where_sql, $max_items_to_enqueue, $state ) { + global $wpdb; + + if ( ! $where_sql ) { + $where_sql = '1 = 1'; + } + + $items_per_page = 1000; + $page = 1; + $chunk_count = 0; + $previous_interval_end = $state ? $state : '~0'; + $listener = Listener::get_instance(); + + // Count down from max_id to min_id so we get newest posts/comments/etc first. + // phpcs:ignore Generic.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition, WordPress.DB.PreparedSQL.InterpolatedNotPrepared + while ( $ids = $wpdb->get_col( "SELECT {$id_field} FROM {$table_name} WHERE {$where_sql} AND {$id_field} < {$previous_interval_end} ORDER BY {$id_field} DESC LIMIT {$items_per_page}" ) ) { + // Request posts in groups of N for efficiency. + $chunked_ids = array_chunk( $ids, self::ARRAY_CHUNK_SIZE ); + + // If we hit our row limit, process and return. + if ( $chunk_count + count( $chunked_ids ) >= $max_items_to_enqueue ) { + $remaining_items_count = $max_items_to_enqueue - $chunk_count; + $remaining_items = array_slice( $chunked_ids, 0, $remaining_items_count ); + $remaining_items_with_previous_interval_end = $this->get_chunks_with_preceding_end( $remaining_items, $previous_interval_end ); + $listener->bulk_enqueue_full_sync_actions( $action_name, $remaining_items_with_previous_interval_end ); + + $last_chunk = end( $remaining_items ); + return array( $remaining_items_count + $chunk_count, end( $last_chunk ) ); + } + $chunked_ids_with_previous_end = $this->get_chunks_with_preceding_end( $chunked_ids, $previous_interval_end ); + + $listener->bulk_enqueue_full_sync_actions( $action_name, $chunked_ids_with_previous_end ); + + $chunk_count += count( $chunked_ids ); + ++$page; + // The $ids are ordered in descending order. + $previous_interval_end = end( $ids ); + } + + if ( $wpdb->last_error ) { + // return the values that were passed in so all these chunks get retried. + return array( $max_items_to_enqueue, $state ); + } + + return array( $chunk_count, true ); + } + + /** + * Given the Module Full Sync Configuration and Status return the next chunk of items to send. + * + * @param array $config This module Full Sync configuration. + * @param array $status This module Full Sync status. + * @param int $chunk_size Chunk size. + * + * @return array|object|null + */ + public function get_next_chunk( $config, $status, $chunk_size ) { + // phpcs:disable WordPress.DB.PreparedSQL.InterpolatedNotPrepared + global $wpdb; + return $wpdb->get_col( + <<id_field()} +FROM {$wpdb->{$this->table_name()}} +WHERE {$this->get_where_sql( $config )} +AND {$this->id_field()} < {$status['last_sent']} +ORDER BY {$this->id_field()} +DESC LIMIT {$chunk_size} +SQL + ); + // phpcs:enable WordPress.DB.PreparedSQL.InterpolatedNotPrepared + } + + /** + * Return the initial last sent object. + * + * @return string|array initial status. + */ + public function get_initial_last_sent() { + return '~0'; + } + + /** + * Immediately send all items of a sync type as an action. + * + * @access protected + * + * @param string $config Full sync configuration for this module. + * @param array $status the current module full sync status. + * @param float $send_until timestamp until we want this request to send full sync events. + * + * @return array Status, the module full sync status updated. + */ + public function send_full_sync_actions( $config, $status, $send_until ) { + global $wpdb; + + if ( empty( $status['last_sent'] ) ) { + $status['last_sent'] = $this->get_initial_last_sent(); + } + + $limits = Settings::get_setting( 'full_sync_limits' )[ $this->name() ]; + + $chunks_sent = 0; + // phpcs:ignore Generic.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition + while ( $objects = $this->get_next_chunk( $config, $status, $limits['chunk_size'] ) ) { + if ( $chunks_sent++ === $limits['max_chunks'] || microtime( true ) >= $send_until ) { + return $status; + } + + $result = $this->send_action( 'jetpack_full_sync_' . $this->name(), array( $objects, $status['last_sent'] ) ); + + if ( is_wp_error( $result ) || $wpdb->last_error ) { + $status['error'] = true; + return $status; + } + // The $ids are ordered in descending order. + $status['last_sent'] = end( $objects ); + $status['sent'] += count( $objects ); + } + + if ( ! $wpdb->last_error ) { + $status['finished'] = true; + } + + return $status; + } + + /** + * Immediately sends a single item without firing or enqueuing it + * + * @param string $action_name The action. + * @param array $data The data associated with the action. + */ + public function send_action( $action_name, $data = null ) { + $sender = Sender::get_instance(); + return $sender->send_action( $action_name, $data ); + } + + /** + * Retrieve chunk IDs with previous interval end. + * + * @access protected + * + * @param array $chunks All remaining items. + * @param int $previous_interval_end The last item from the previous interval. + * @return array Chunk IDs with the previous interval end. + */ + protected function get_chunks_with_preceding_end( $chunks, $previous_interval_end ) { + $chunks_with_ends = array(); + foreach ( $chunks as $chunk ) { + $chunks_with_ends[] = array( + 'ids' => $chunk, + 'previous_end' => $previous_interval_end, + ); + // Chunks are ordered in descending order. + $previous_interval_end = end( $chunk ); + } + return $chunks_with_ends; + } + + /** + * Get metadata of a particular object type within the designated meta key whitelist. + * + * @access protected + * + * @todo Refactor to use $wpdb->prepare() on the SQL query. + * + * @param array $ids Object IDs. + * @param string $meta_type Meta type. + * @param array $meta_key_whitelist Meta key whitelist. + * @return array Unserialized meta values. + */ + protected function get_metadata( $ids, $meta_type, $meta_key_whitelist ) { + global $wpdb; + $table = _get_meta_table( $meta_type ); + $id = $meta_type . '_id'; + if ( ! $table ) { + return array(); + } + + $private_meta_whitelist_sql = "'" . implode( "','", array_map( 'esc_sql', $meta_key_whitelist ) ) . "'"; + + return array_map( + array( $this, 'unserialize_meta' ), + $wpdb->get_results( + // phpcs:disable WordPress.DB.PreparedSQL.InterpolatedNotPrepared, WordPress.DB.PreparedSQL.NotPrepared + "SELECT $id, meta_key, meta_value, meta_id FROM $table WHERE $id IN ( " . implode( ',', wp_parse_id_list( $ids ) ) . ' )' . + " AND meta_key IN ( $private_meta_whitelist_sql ) ", + // phpcs:enable WordPress.DB.PreparedSQL.InterpolatedNotPrepared, WordPress.DB.PreparedSQL.NotPrepared + OBJECT + ) + ); + } + + /** + * Initialize listeners for the particular meta type. + * + * @access public + * + * @param string $meta_type Meta type. + * @param callable $callable Action handler callable. + */ + public function init_listeners_for_meta_type( $meta_type, $callable ) { + add_action( "added_{$meta_type}_meta", $callable, 10, 4 ); + add_action( "updated_{$meta_type}_meta", $callable, 10, 4 ); + add_action( "deleted_{$meta_type}_meta", $callable, 10, 4 ); + } + + /** + * Initialize meta whitelist handler for the particular meta type. + * + * @access public + * + * @param string $meta_type Meta type. + * @param callable $whitelist_handler Action handler callable. + */ + public function init_meta_whitelist_handler( $meta_type, $whitelist_handler ) { + add_filter( "jetpack_sync_before_enqueue_added_{$meta_type}_meta", $whitelist_handler ); + add_filter( "jetpack_sync_before_enqueue_updated_{$meta_type}_meta", $whitelist_handler ); + add_filter( "jetpack_sync_before_enqueue_deleted_{$meta_type}_meta", $whitelist_handler ); + } + + /** + * Retrieve the term relationships for the specified object IDs. + * + * @access protected + * + * @todo This feels too specific to be in the abstract sync Module class. Move it? + * + * @param array $ids Object IDs. + * @return array Term relationships - object ID and term taxonomy ID pairs. + */ + protected function get_term_relationships( $ids ) { + global $wpdb; + + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + return $wpdb->get_results( "SELECT object_id, term_taxonomy_id FROM $wpdb->term_relationships WHERE object_id IN ( " . implode( ',', wp_parse_id_list( $ids ) ) . ' )', OBJECT ); + } + + /** + * Unserialize the value of a meta object, if necessary. + * + * @access public + * + * @param object $meta Meta object. + * @return object Meta object with possibly unserialized value. + */ + public function unserialize_meta( $meta ) { + $meta->meta_value = maybe_unserialize( $meta->meta_value ); + return $meta; + } + + /** + * Retrieve a set of objects by their IDs. + * + * @access public + * + * @param string $object_type Object type. + * @param array $ids Object IDs. + * @return array Array of objects. + */ + public function get_objects_by_id( $object_type, $ids ) { + if ( empty( $ids ) || empty( $object_type ) ) { + return array(); + } + + $objects = array(); + foreach ( (array) $ids as $id ) { + $object = $this->get_object_by_id( $object_type, $id ); + + // Only add object if we have the object. + if ( $object ) { + $objects[ $id ] = $object; + } + } + + return $objects; + } + + /** + * Gets a list of minimum and maximum object ids for each batch based on the given batch size. + * + * @access public + * + * @param int $batch_size The batch size for objects. + * @param string|bool $where_sql The sql where clause minus 'WHERE', or false if no where clause is needed. + * + * @return array|bool An array of min and max ids for each batch. FALSE if no table can be found. + */ + public function get_min_max_object_ids_for_batches( $batch_size, $where_sql = false ) { + global $wpdb; + + if ( ! $this->table_name() ) { + return false; + } + + $results = array(); + $table = $wpdb->{$this->table_name()}; + $current_max = 0; + $current_min = 1; + $id_field = $this->id_field(); + $replicastore = new Replicastore(); + + $total = $replicastore->get_min_max_object_id( + $id_field, + $table, + $where_sql, + false + ); + + while ( $total->max > $current_max ) { + $where = $where_sql ? + $where_sql . " AND $id_field > $current_max" : + "$id_field > $current_max"; + $result = $replicastore->get_min_max_object_id( + $id_field, + $table, + $where, + $batch_size + ); + if ( empty( $result->min ) && empty( $result->max ) ) { + // Our query produced no min and max. We can assume the min from the previous query, + // and the total max we found in the initial query. + $current_max = (int) $total->max; + $result = (object) array( + 'min' => $current_min, + 'max' => $current_max, + ); + } else { + $current_min = (int) $result->min; + $current_max = (int) $result->max; + } + $results[] = $result; + } + + return $results; + } + + /** + * Return Total number of objects. + * + * @param array $config Full Sync config. + * + * @return int total + */ + public function total( $config ) { + global $wpdb; + $table = $wpdb->{$this->table_name()}; + $where = $this->get_where_sql( $config ); + + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + return $wpdb->get_var( "SELECT COUNT(*) FROM $table WHERE $where" ); + } + + /** + * Retrieve the WHERE SQL clause based on the module config. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return string WHERE SQL clause, or `null` if no comments are specified in the module config. + */ + public function get_where_sql( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return '1=1'; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php new file mode 100644 index 00000000..4fbfa3be --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php @@ -0,0 +1,251 @@ +network_options_whitelist = Defaults::$default_network_options_whitelist; + } + + /** + * Enqueue the network options actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $max_items_to_enqueue Maximum number of items to enqueue. + * @param boolean $state True if full sync has finished enqueueing this module, false otherwise. + * @return array Number of actions enqueued, and next module state. + */ + public function enqueue_full_sync_actions( $config, $max_items_to_enqueue, $state ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + /** + * Tells the client to sync all options to the server + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param boolean Whether to expand options (should always be true) + */ + do_action( 'jetpack_full_sync_network_options', true ); + + // The number of actions enqueued, and next module state (true == done). + return array( 1, true ); + } + + /** + * Send the network options actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $send_until The timestamp until the current request can send. + * @param array $state This module Full Sync status. + * + * @return array This module Full Sync status. + */ + public function send_full_sync_actions( $config, $send_until, $state ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + // we call this instead of do_action when sending immediately. + $this->send_action( 'jetpack_full_sync_network_options', array( true ) ); + + // The number of actions enqueued, and next module state (true == done). + return array( 'finished' => true ); + } + + /** + * Retrieve an estimated number of actions that will be enqueued. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return array Number of items yet to be enqueued. + */ + public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return 1; + } + + /** + * Retrieve the actions that will be sent for this module during a full sync. + * + * @access public + * + * @return array Full sync actions of this module. + */ + public function get_full_sync_actions() { + return array( 'jetpack_full_sync_network_options' ); + } + + /** + * Retrieve all network options as per the current network options whitelist. + * + * @access public + * + * @return array All network options. + */ + public function get_all_network_options() { + $options = array(); + foreach ( $this->network_options_whitelist as $option ) { + $options[ $option ] = get_site_option( $option ); + } + + return $options; + } + + /** + * Set the network options whitelist. + * + * @access public + * + * @param array $options The new network options whitelist. + */ + public function set_network_options_whitelist( $options ) { + $this->network_options_whitelist = $options; + } + + /** + * Get the network options whitelist. + * + * @access public + * + * @return array The network options whitelist. + */ + public function get_network_options_whitelist() { + return $this->network_options_whitelist; + } + + /** + * Reject non-whitelisted network options. + * + * @access public + * + * @param array $args The hook parameters. + * @return array|false $args The hook parameters, false if not a whitelisted network option. + */ + public function whitelist_network_options( $args ) { + if ( ! $this->is_whitelisted_network_option( $args[0] ) ) { + return false; + } + + return $args; + } + + /** + * Whether the option is a whitelisted network option. + * + * @access public + * + * @param string $option Option name. + * @return boolean True if this is a whitelisted network option. + */ + public function is_whitelisted_network_option( $option ) { + return in_array( $option, $this->network_options_whitelist, true ); + } + + /** + * Expand the network options within a hook before they are serialized and sent to the server. + * + * @access public + * + * @param array $args The hook parameters. + * @return array $args The hook parameters. + */ + public function expand_network_options( $args ) { + if ( $args[0] ) { + return $this->get_all_network_options(); + } + + return $args; + } + + /** + * Return Total number of objects. + * + * @param array $config Full Sync config. + * + * @return int total + */ + public function total( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return count( (array) $this->network_options_whitelist ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php new file mode 100644 index 00000000..53f9de1d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php @@ -0,0 +1,480 @@ +update_options_whitelist(); + $this->update_options_contentless(); + } + + /** + * Set module defaults at a later time. + * + * @access public + */ + public function set_late_default() { + /** This filter is already documented in json-endpoints/jetpack/class.wpcom-json-api-get-option-endpoint.php */ + $late_options = apply_filters( 'jetpack_options_whitelist', array() ); + if ( ! empty( $late_options ) && is_array( $late_options ) ) { + $this->options_whitelist = array_merge( $this->options_whitelist, $late_options ); + } + } + + /** + * Add old deprecated options to the list of options to keep in sync. + * + * @since 1.14.0 + * + * @access public + * + * @param array $options The default list of site options. + */ + public function add_deprecated_options( $options ) { + global $wp_version; + + $deprecated_options = array( + 'blacklist_keys' => '5.5-alpha', // Replaced by disallowed_keys. + 'comment_whitelist' => '5.5-alpha', // Replaced by comment_previously_approved. + ); + + foreach ( $deprecated_options as $option => $version ) { + if ( version_compare( $wp_version, $version, '<=' ) ) { + $options[] = $option; + } + } + + return $options; + } + + /** + * Enqueue the options actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $max_items_to_enqueue Maximum number of items to enqueue. + * @param boolean $state True if full sync has finished enqueueing this module, false otherwise. + * @return array Number of actions enqueued, and next module state. + */ + public function enqueue_full_sync_actions( $config, $max_items_to_enqueue, $state ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + /** + * Tells the client to sync all options to the server + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param boolean Whether to expand options (should always be true) + */ + do_action( 'jetpack_full_sync_options', true ); + + // The number of actions enqueued, and next module state (true == done). + return array( 1, true ); + } + + /** + * Send the options actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $send_until The timestamp until the current request can send. + * @param array $state This module Full Sync status. + * + * @return array This module Full Sync status. + */ + public function send_full_sync_actions( $config, $send_until, $state ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + // we call this instead of do_action when sending immediately. + $this->send_action( 'jetpack_full_sync_options', array( true ) ); + + // The number of actions enqueued, and next module state (true == done). + return array( 'finished' => true ); + } + + /** + * Retrieve an estimated number of actions that will be enqueued. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return int Number of items yet to be enqueued. + */ + public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return 1; + } + + /** + * Retrieve the actions that will be sent for this module during a full sync. + * + * @access public + * + * @return array Full sync actions of this module. + */ + public function get_full_sync_actions() { + return array( 'jetpack_full_sync_options' ); + } + + /** + * Retrieve all options as per the current options whitelist. + * Public so that we don't have to store so much data all the options twice. + * + * @access public + * + * @return array All options. + */ + public function get_all_options() { + $options = array(); + $random_string = wp_generate_password(); + foreach ( $this->options_whitelist as $option ) { + if ( 0 === strpos( $option, Settings::SETTINGS_OPTION_PREFIX ) ) { + $option_value = Settings::get_setting( str_replace( Settings::SETTINGS_OPTION_PREFIX, '', $option ) ); + $options[ $option ] = $option_value; + } else { + $option_value = get_option( $option, $random_string ); + if ( $option_value !== $random_string ) { + $options[ $option ] = $option_value; + } + } + } + + // Add theme mods. + $theme_mods_option = 'theme_mods_' . get_option( 'stylesheet' ); + $theme_mods_value = get_option( $theme_mods_option, $random_string ); + if ( $theme_mods_value === $random_string ) { + return $options; + } + $this->filter_theme_mods( $theme_mods_value ); + $options[ $theme_mods_option ] = $theme_mods_value; + return $options; + } + + /** + * Update the options whitelist to the default one. + * + * @access public + */ + public function update_options_whitelist() { + $this->options_whitelist = Defaults::get_options_whitelist(); + } + + /** + * Set the options whitelist. + * + * @access public + * + * @param array $options The new options whitelist. + */ + public function set_options_whitelist( $options ) { + $this->options_whitelist = $options; + } + + /** + * Get the options whitelist. + * + * @access public + * + * @return array The options whitelist. + */ + public function get_options_whitelist() { + return $this->options_whitelist; + } + + /** + * Update the contentless options to the defaults. + * + * @access public + */ + public function update_options_contentless() { + $this->options_contentless = Defaults::get_options_contentless(); + } + + /** + * Get the contentless options. + * + * @access public + * + * @return array Array of the contentless options. + */ + public function get_options_contentless() { + return $this->options_contentless; + } + + /** + * Reject any options that aren't whitelisted or contentless. + * + * @access public + * + * @param array $args The hook parameters. + * @return array $args The hook parameters. + */ + public function whitelist_options( $args ) { + // Reject non-whitelisted options. + if ( ! $this->is_whitelisted_option( $args[0] ) ) { + return false; + } + + // Filter our weird array( false ) value for theme_mods_*. + if ( 'theme_mods_' === substr( $args[0], 0, 11 ) ) { + $this->filter_theme_mods( $args[1] ); + if ( isset( $args[2] ) ) { + $this->filter_theme_mods( $args[2] ); + } + } + + // Set value(s) of contentless option to empty string(s). + if ( $this->is_contentless_option( $args[0] ) ) { + // Create a new array matching length of $args, containing empty strings. + $empty = array_fill( 0, count( $args ), '' ); + $empty[0] = $args[0]; + return $empty; + } + + return $args; + } + + /** + * Whether a certain option is whitelisted for sync. + * + * @access public + * + * @param string $option Option name. + * @return boolean Whether the option is whitelisted. + */ + public function is_whitelisted_option( $option ) { + return in_array( $option, $this->options_whitelist, true ) || 'theme_mods_' === substr( $option, 0, 11 ); + } + + /** + * Whether a certain option is a contentless one. + * + * @access private + * + * @param string $option Option name. + * @return boolean Whether the option is contentless. + */ + private function is_contentless_option( $option ) { + return in_array( $option, $this->options_contentless, true ); + } + + /** + * Filters out falsy values from theme mod options. + * + * @access private + * + * @param array $value Option value. + */ + private function filter_theme_mods( &$value ) { + if ( is_array( $value ) && isset( $value[0] ) ) { + unset( $value[0] ); + } + } + + /** + * Handle changes in the core site icon and sync them. + * + * @access public + */ + public function jetpack_sync_core_icon() { + $url = get_site_icon_url(); + + $jetpack_url = \Jetpack_Options::get_option( 'site_icon_url' ); + if ( defined( 'JETPACK__PLUGIN_DIR' ) ) { + if ( ! function_exists( 'jetpack_site_icon_url' ) ) { + require_once JETPACK__PLUGIN_DIR . 'modules/site-icon/site-icon-functions.php'; + } + $jetpack_url = jetpack_site_icon_url(); + } + + // If there's a core icon, maybe update the option. If not, fall back to Jetpack's. + if ( ! empty( $url ) && $jetpack_url !== $url ) { + // This is the option that is synced with dotcom. + \Jetpack_Options::update_option( 'site_icon_url', $url ); + } elseif ( empty( $url ) ) { + \Jetpack_Options::delete_option( 'site_icon_url' ); + } + } + + /** + * Expand all options within a hook before they are serialized and sent to the server. + * + * @access public + * + * @param array $args The hook parameters. + * @return array $args The hook parameters. + */ + public function expand_options( $args ) { + if ( $args[0] ) { + return $this->get_all_options(); + } + + return $args; + } + + /** + * Return Total number of objects. + * + * @param array $config Full Sync config. + * + * @return int total + */ + public function total( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return count( Defaults::get_options_whitelist() ); + } + + /** + * Retrieve a set of options by their IDs. + * + * @access public + * + * @param string $object_type Object type. + * @param array $ids Object IDs. + * @return array Array of objects. + */ + public function get_objects_by_id( $object_type, $ids ) { + if ( empty( $ids ) || empty( $object_type ) || 'option' !== $object_type ) { + return array(); + } + + $objects = array(); + foreach ( (array) $ids as $id ) { + $object = $this->get_object_by_id( $object_type, $id ); + + // Only add object if we have the object. + if ( 'OPTION-DOES-NOT-EXIST' !== $object ) { + if ( 'all' === $id ) { + // If all was requested it contains all options and can simply be returned. + return $object; + } + $objects[ $id ] = $object; + } + } + + return $objects; + } + + /** + * Retrieve an option by its name. + * + * @access public + * + * @param string $object_type Type of the sync object. + * @param string $id ID of the sync object. + * @return mixed Value of Option or 'OPTION-DOES-NOT-EXIST' if not found. + */ + public function get_object_by_id( $object_type, $id ) { + if ( 'option' === $object_type ) { + // Utilize Random string as default value to distinguish between false and not exist. + $random_string = wp_generate_password(); + // Only whitelisted options can be returned. + if ( in_array( $id, $this->options_whitelist, true ) ) { + if ( 0 === strpos( $id, Settings::SETTINGS_OPTION_PREFIX ) ) { + $option_value = Settings::get_setting( str_replace( Settings::SETTINGS_OPTION_PREFIX, '', $id ) ); + return $option_value; + } else { + $option_value = get_option( $id, $random_string ); + if ( $option_value !== $random_string ) { + return $option_value; + } + } + } elseif ( 'all' === $id ) { + return $this->get_all_options(); + } + } + + return 'OPTION-DOES-NOT-EXIST'; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php new file mode 100644 index 00000000..2ebe52b3 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php @@ -0,0 +1,414 @@ +action_handler = $callable; + + add_action( 'deleted_plugin', array( $this, 'deleted_plugin' ), 10, 2 ); + add_action( 'activated_plugin', $callable, 10, 2 ); + add_action( 'deactivated_plugin', $callable, 10, 2 ); + add_action( 'delete_plugin', array( $this, 'delete_plugin' ) ); + add_filter( 'upgrader_pre_install', array( $this, 'populate_plugins' ), 10, 1 ); + add_action( 'upgrader_process_complete', array( $this, 'on_upgrader_completion' ), 10, 2 ); + add_action( 'jetpack_plugin_installed', $callable, 10, 1 ); + add_action( 'jetpack_plugin_update_failed', $callable, 10, 4 ); + add_action( 'jetpack_plugins_updated', $callable, 10, 2 ); + add_action( 'admin_action_update', array( $this, 'check_plugin_edit' ) ); + add_action( 'jetpack_edited_plugin', $callable, 10, 2 ); + add_action( 'wp_ajax_edit-theme-plugin-file', array( $this, 'plugin_edit_ajax' ), 0 ); + + // Note that we don't simply 'expand_plugin_data' on the 'delete_plugin' action here because the plugin file is deleted when that action finishes. + add_filter( 'jetpack_sync_before_enqueue_activated_plugin', array( $this, 'expand_plugin_data' ) ); + add_filter( 'jetpack_sync_before_enqueue_deactivated_plugin', array( $this, 'expand_plugin_data' ) ); + } + + /** + * Fetch and populate all current plugins before upgrader installation. + * + * @access public + * + * @param bool|WP_Error $response Install response, true if successful, WP_Error if not. + */ + public function populate_plugins( $response ) { + if ( ! function_exists( 'get_plugins' ) ) { + require_once ABSPATH . 'wp-admin/includes/plugin.php'; + } + $this->plugins = get_plugins(); + return $response; + } + + /** + * Handler for the upgrader success finishes. + * + * @access public + * + * @param \WP_Upgrader $upgrader Upgrader instance. + * @param array $details Array of bulk item update data. + */ + public function on_upgrader_completion( $upgrader, $details ) { + if ( ! isset( $details['type'] ) ) { + return; + } + if ( 'plugin' !== $details['type'] ) { + return; + } + + if ( ! isset( $details['action'] ) ) { + return; + } + + $plugins = ( isset( $details['plugins'] ) ? $details['plugins'] : null ); + if ( empty( $plugins ) ) { + $plugins = ( isset( $details['plugin'] ) ? array( $details['plugin'] ) : null ); + } + + // For plugin installer. + if ( empty( $plugins ) && method_exists( $upgrader, 'plugin_info' ) ) { + $plugins = array( $upgrader->plugin_info() ); + } + + if ( empty( $plugins ) ) { + return; // We shouldn't be here. + } + + switch ( $details['action'] ) { + case 'update': + $state = array( + 'is_autoupdate' => Jetpack_Constants::is_true( 'JETPACK_PLUGIN_AUTOUPDATE' ), + ); + $errors = $this->get_errors( $upgrader->skin ); + if ( $errors ) { + foreach ( $plugins as $slug ) { + /** + * Sync that a plugin update failed + * + * @since 1.6.3 + * @since-jetpack 5.8.0 + * + * @module sync + * + * @param string $plugin , Plugin slug + * @param string Error code + * @param string Error message + */ + do_action( 'jetpack_plugin_update_failed', $this->get_plugin_info( $slug ), $errors['code'], $errors['message'], $state ); + } + + return; + } + /** + * Sync that a plugin update + * + * @since 1.6.3 + * @since-jetpack 5.8.0 + * + * @module sync + * + * @param array () $plugin, Plugin Data + */ + do_action( 'jetpack_plugins_updated', array_map( array( $this, 'get_plugin_info' ), $plugins ), $state ); + break; + case 'install': + } + + if ( 'install' === $details['action'] ) { + /** + * Signals to the sync listener that a plugin was installed and a sync action + * reflecting the installation and the plugin info should be sent + * + * @since 1.6.3 + * @since-jetpack 5.8.0 + * + * @module sync + * + * @param array () $plugin, Plugin Data + */ + do_action( 'jetpack_plugin_installed', array_map( array( $this, 'get_plugin_info' ), $plugins ) ); + + return; + } + } + + /** + * Retrieve the plugin information by a plugin slug. + * + * @access private + * + * @param string $slug Plugin slug. + * @return array Plugin information. + */ + private function get_plugin_info( $slug ) { + $plugins = get_plugins(); // Get the most up to date info. + if ( isset( $plugins[ $slug ] ) ) { + return array_merge( array( 'slug' => $slug ), $plugins[ $slug ] ); + } + // Try grabbing the info from before the update. + return isset( $this->plugins[ $slug ] ) ? array_merge( array( 'slug' => $slug ), $this->plugins[ $slug ] ) : array( 'slug' => $slug ); + } + + /** + * Retrieve upgrade errors. + * + * @access private + * + * @param \Automatic_Upgrader_Skin|\WP_Upgrader_Skin $skin The upgrader skin being used. + * @return array|boolean Error on error, false otherwise. + */ + private function get_errors( $skin ) { + $errors = method_exists( $skin, 'get_errors' ) ? $skin->get_errors() : null; + if ( is_wp_error( $errors ) ) { + $error_code = $errors->get_error_code(); + if ( ! empty( $error_code ) ) { + return array( + 'code' => $error_code, + 'message' => $errors->get_error_message(), + ); + } + } + + if ( isset( $skin->result ) ) { + $errors = $skin->result; + if ( is_wp_error( $errors ) ) { + return array( + 'code' => $errors->get_error_code(), + 'message' => $errors->get_error_message(), + ); + } + + if ( empty( $skin->result ) ) { + return array( + 'code' => 'unknown', + 'message' => __( 'Unknown Plugin Update Failure', 'jetpack-sync' ), + ); + } + } + return false; + } + + /** + * Handle plugin edit in the administration. + * + * @access public + * + * @todo The `admin_action_update` hook is called only for logged in users, but maybe implement nonce verification? + */ + public function check_plugin_edit() { + $screen = get_current_screen(); + // phpcs:ignore WordPress.Security.NonceVerification.Missing + if ( 'plugin-editor' !== $screen->base || ! isset( $_POST['newcontent'] ) || ! isset( $_POST['plugin'] ) ) { + return; + } + + // phpcs:ignore WordPress.Security.NonceVerification.Missing, WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- Validated manually just after. + $plugin = wp_unslash( $_POST['plugin'] ); + $plugins = get_plugins(); + if ( ! isset( $plugins[ $plugin ] ) ) { + return; + } + + /** + * Helps Sync log that a plugin was edited + * + * @since 1.6.3 + * @since-jetpack 4.9.0 + * + * @param string $plugin, Plugin slug + * @param mixed $plugins[ $plugin ], Array of plugin data + */ + do_action( 'jetpack_edited_plugin', $plugin, $plugins[ $plugin ] ); + } + + /** + * Handle plugin ajax edit in the administration. + * + * @access public + * + * @todo Update this method to use WP_Filesystem instead of fopen/fclose. + */ + public function plugin_edit_ajax() { + // This validation is based on wp_edit_theme_plugin_file(). + $args = wp_unslash( $_POST ); + if ( empty( $args['file'] ) ) { + return; + } + + $file = $args['file']; + if ( 0 !== validate_file( $file ) ) { + return; + } + + if ( ! isset( $args['newcontent'] ) ) { + return; + } + + if ( ! isset( $args['nonce'] ) ) { + return; + } + + if ( empty( $args['plugin'] ) ) { + return; + } + + $plugin = $args['plugin']; + if ( ! current_user_can( 'edit_plugins' ) ) { + return; + } + + if ( ! wp_verify_nonce( $args['nonce'], 'edit-plugin_' . $file ) ) { + return; + } + $plugins = get_plugins(); + if ( ! array_key_exists( $plugin, $plugins ) ) { + return; + } + + if ( 0 !== validate_file( $file, get_plugin_files( $plugin ) ) ) { + return; + } + + $real_file = WP_PLUGIN_DIR . '/' . $file; + + // phpcs:ignore WordPress.WP.AlternativeFunctions.file_system_operations_is_writable + if ( ! is_writable( $real_file ) ) { + return; + } + + // phpcs:ignore WordPress.WP.AlternativeFunctions.file_system_operations_fopen + $file_pointer = fopen( $real_file, 'w+' ); + if ( false === $file_pointer ) { + return; + } + // phpcs:ignore WordPress.WP.AlternativeFunctions.file_system_operations_fclose + fclose( $file_pointer ); + /** + * This action is documented already in this file + */ + do_action( 'jetpack_edited_plugin', $plugin, $plugins[ $plugin ] ); + } + + /** + * Handle plugin deletion. + * + * @access public + * + * @param string $plugin_path Path to the plugin main file. + */ + public function delete_plugin( $plugin_path ) { + $full_plugin_path = WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . $plugin_path; + + // Checking for file existence because some sync plugin module tests simulate plugin installation and deletion without putting file on disk. + if ( file_exists( $full_plugin_path ) ) { + $all_plugin_data = get_plugin_data( $full_plugin_path ); + $data = array( + 'name' => $all_plugin_data['Name'], + 'version' => $all_plugin_data['Version'], + ); + } else { + $data = array( + 'name' => $plugin_path, + 'version' => 'unknown', + ); + } + + $this->plugin_info[ $plugin_path ] = $data; + } + + /** + * Invoked after plugin deletion. + * + * @access public + * + * @param string $plugin_path Path to the plugin main file. + * @param boolean $is_deleted Whether the plugin was deleted successfully. + */ + public function deleted_plugin( $plugin_path, $is_deleted ) { + call_user_func( $this->action_handler, $plugin_path, $is_deleted, $this->plugin_info[ $plugin_path ] ); + unset( $this->plugin_info[ $plugin_path ] ); + } + + /** + * Expand the plugins within a hook before they are serialized and sent to the server. + * + * @access public + * + * @param array $args The hook parameters. + * @return array $args The expanded hook parameters. + */ + public function expand_plugin_data( $args ) { + $plugin_path = $args[0]; + $plugin_data = array(); + + if ( ! function_exists( 'get_plugins' ) ) { + require_once ABSPATH . 'wp-admin/includes/plugin.php'; + } + $all_plugins = get_plugins(); + if ( isset( $all_plugins[ $plugin_path ] ) ) { + $all_plugin_data = $all_plugins[ $plugin_path ]; + $plugin_data['name'] = $all_plugin_data['Name']; + $plugin_data['version'] = $all_plugin_data['Version']; + } + + return array( + $args[0], + $args[1], + $plugin_data, + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php new file mode 100644 index 00000000..5927b9c3 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php @@ -0,0 +1,783 @@ + length. + * Current Setting : 5MB. + * + * @access public + * + * @var int + */ + const MAX_POST_CONTENT_LENGTH = 5000000; + + /** + * Max bytes allowed for post meta_value => length. + * Current Setting : 2MB. + * + * @access public + * + * @var int + */ + const MAX_POST_META_LENGTH = 2000000; + + /** + * Default previous post state. + * Used for default previous post status. + * + * @access public + * + * @var string + */ + const DEFAULT_PREVIOUS_STATE = 'new'; + + /** + * Sync module name. + * + * @access public + * + * @return string + */ + public function name() { + return 'posts'; + } + + /** + * The table in the database. + * + * @access public + * + * @return string + */ + public function table_name() { + return 'posts'; + } + + /** + * Retrieve a post by its ID. + * + * @access public + * + * @param string $object_type Type of the sync object. + * @param int $id ID of the sync object. + * @return \WP_Post|bool Filtered \WP_Post object, or false if the object is not a post. + */ + public function get_object_by_id( $object_type, $id ) { + if ( 'post' === $object_type ) { + $post = get_post( (int) $id ); + if ( $post ) { + return $this->filter_post_content_and_add_links( $post ); + } + } + + return false; + } + + /** + * Initialize posts action listeners. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_listeners( $callable ) { + $this->action_handler = $callable; + + add_action( 'wp_insert_post', array( $this, 'wp_insert_post' ), 11, 3 ); + add_action( 'wp_after_insert_post', array( $this, 'wp_after_insert_post' ), 11, 2 ); + add_action( 'jetpack_sync_save_post', $callable, 10, 4 ); + + add_action( 'deleted_post', $callable, 10 ); + add_action( 'jetpack_published_post', $callable, 10, 2 ); + add_filter( 'jetpack_sync_before_enqueue_deleted_post', array( $this, 'filter_blacklisted_post_types_deleted' ) ); + + add_action( 'transition_post_status', array( $this, 'save_published' ), 10, 3 ); + + // Listen for meta changes. + $this->init_listeners_for_meta_type( 'post', $callable ); + $this->init_meta_whitelist_handler( 'post', array( $this, 'filter_meta' ) ); + + add_filter( 'jetpack_sync_before_enqueue_jetpack_sync_save_post', array( $this, 'filter_jetpack_sync_before_enqueue_jetpack_sync_save_post' ) ); + + add_action( 'jetpack_daily_akismet_meta_cleanup_before', array( $this, 'daily_akismet_meta_cleanup_before' ) ); + add_action( 'jetpack_daily_akismet_meta_cleanup_after', array( $this, 'daily_akismet_meta_cleanup_after' ) ); + add_action( 'jetpack_post_meta_batch_delete', $callable, 10, 2 ); + } + + /** + * Before Akismet's daily cleanup of spam detection metadata. + * + * @access public + * + * @param array $feedback_ids IDs of feedback posts. + */ + public function daily_akismet_meta_cleanup_before( $feedback_ids ) { + remove_action( 'deleted_post_meta', $this->action_handler ); + + if ( ! is_array( $feedback_ids ) || count( $feedback_ids ) < 1 ) { + return; + } + + $ids_chunks = array_chunk( $feedback_ids, 100, false ); + foreach ( $ids_chunks as $chunk ) { + /** + * Used for syncing deletion of batch post meta + * + * @since 1.6.3 + * @since-jetpack 6.1.0 + * + * @module sync + * + * @param array $feedback_ids feedback post IDs + * @param string $meta_key to be deleted + */ + do_action( 'jetpack_post_meta_batch_delete', $chunk, '_feedback_akismet_values' ); + } + } + + /** + * After Akismet's daily cleanup of spam detection metadata. + * + * @access public + * + * @param array $feedback_ids IDs of feedback posts. + */ + public function daily_akismet_meta_cleanup_after( $feedback_ids ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + add_action( 'deleted_post_meta', $this->action_handler ); + } + + /** + * Initialize posts action listeners for full sync. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_full_sync_listeners( $callable ) { + add_action( 'jetpack_full_sync_posts', $callable ); // Also sends post meta. + } + + /** + * Initialize the module in the sender. + * + * @access public + */ + public function init_before_send() { + // meta. + add_filter( 'jetpack_sync_before_send_added_post_meta', array( $this, 'trim_post_meta' ) ); + add_filter( 'jetpack_sync_before_send_updated_post_meta', array( $this, 'trim_post_meta' ) ); + add_filter( 'jetpack_sync_before_send_deleted_post_meta', array( $this, 'trim_post_meta' ) ); + // Full sync. + add_filter( 'jetpack_sync_before_send_jetpack_full_sync_posts', array( $this, 'expand_post_ids' ) ); + } + + /** + * Enqueue the posts actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $max_items_to_enqueue Maximum number of items to enqueue. + * @param boolean $state True if full sync has finished enqueueing this module, false otherwise. + * @return array Number of actions enqueued, and next module state. + */ + public function enqueue_full_sync_actions( $config, $max_items_to_enqueue, $state ) { + global $wpdb; + + return $this->enqueue_all_ids_as_action( 'jetpack_full_sync_posts', $wpdb->posts, 'ID', $this->get_where_sql( $config ), $max_items_to_enqueue, $state ); + } + + /** + * Retrieve an estimated number of actions that will be enqueued. + * + * @access public + * + * @todo Use $wpdb->prepare for the SQL query. + * + * @param array $config Full sync configuration for this sync module. + * @return array Number of items yet to be enqueued. + */ + public function estimate_full_sync_actions( $config ) { + global $wpdb; + + $query = "SELECT count(*) FROM $wpdb->posts WHERE " . $this->get_where_sql( $config ); + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + $count = $wpdb->get_var( $query ); + + return (int) ceil( $count / self::ARRAY_CHUNK_SIZE ); + } + + /** + * Retrieve the WHERE SQL clause based on the module config. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return string WHERE SQL clause, or `null` if no comments are specified in the module config. + */ + public function get_where_sql( $config ) { + $where_sql = Settings::get_blacklisted_post_types_sql(); + + // Config is a list of post IDs to sync. + if ( is_array( $config ) ) { + $where_sql .= ' AND ID IN (' . implode( ',', array_map( 'intval', $config ) ) . ')'; + } + + return $where_sql; + } + + /** + * Retrieve the actions that will be sent for this module during a full sync. + * + * @access public + * + * @return array Full sync actions of this module. + */ + public function get_full_sync_actions() { + return array( 'jetpack_full_sync_posts' ); + } + + /** + * Filter meta arguments so that we don't sync meta_values over MAX_POST_META_LENGTH. + * + * @param array $args action arguments. + * + * @return array filtered action arguments. + */ + public function trim_post_meta( $args ) { + list( $meta_id, $object_id, $meta_key, $meta_value ) = $args; + // Explicitly truncate meta_value when it exceeds limit. + // Large content will cause OOM issues and break Sync. + $serialized_value = maybe_serialize( $meta_value ); + if ( strlen( $serialized_value ) >= self::MAX_POST_META_LENGTH ) { + $meta_value = ''; + } + return array( $meta_id, $object_id, $meta_key, $meta_value ); + } + + /** + * Process content before send. + * + * @param array $args Arguments of the `wp_insert_post` hook. + * + * @return array + */ + public function expand_jetpack_sync_save_post( $args ) { + list( $post_id, $post, $update, $previous_state ) = $args; + return array( $post_id, $this->filter_post_content_and_add_links( $post ), $update, $previous_state ); + } + + /** + * Filter all blacklisted post types and add filtered post content. + * + * @param array $args Hook arguments. + * @return array|false Hook arguments, or false if the post type is a blacklisted one. + */ + public function filter_jetpack_sync_before_enqueue_jetpack_sync_save_post( $args ) { + list( $post_id, $post, $update, $previous_state ) = $args; + + if ( in_array( $post->post_type, Settings::get_setting( 'post_types_blacklist' ), true ) ) { + return false; + } + + return array( $post_id, $this->filter_post_content_and_add_links( $post ), $update, $previous_state ); + } + + /** + * Filter all blacklisted post types. + * + * @param array $args Hook arguments. + * @return array|false Hook arguments, or false if the post type is a blacklisted one. + */ + public function filter_blacklisted_post_types_deleted( $args ) { + + // deleted_post is called after the SQL delete but before cache cleanup. + // There is the potential we can't detect post_type at this point. + if ( ! $this->is_post_type_allowed( $args[0] ) ) { + return false; + } + + return $args; + } + + /** + * Filter all meta that is not blacklisted, or is stored for a disallowed post type. + * + * @param array $args Hook arguments. + * @return array|false Hook arguments, or false if meta was filtered. + */ + public function filter_meta( $args ) { + if ( $this->is_post_type_allowed( $args[1] ) && $this->is_whitelisted_post_meta( $args[2] ) ) { + return $args; + } + + return false; + } + + /** + * Whether a post meta key is whitelisted. + * + * @param string $meta_key Meta key. + * @return boolean Whether the post meta key is whitelisted. + */ + public function is_whitelisted_post_meta( $meta_key ) { + // The _wpas_skip_ meta key is used by Publicize. + return in_array( $meta_key, Settings::get_setting( 'post_meta_whitelist' ), true ) || ( 0 === strpos( $meta_key, '_wpas_skip_' ) ); + } + + /** + * Whether a post type is allowed. + * A post type will be disallowed if it's present in the post type blacklist. + * + * @param int $post_id ID of the post. + * @return boolean Whether the post type is allowed. + */ + public function is_post_type_allowed( $post_id ) { + $post = get_post( (int) $post_id ); + + if ( isset( $post->post_type ) ) { + return ! in_array( $post->post_type, Settings::get_setting( 'post_types_blacklist' ), true ); + } + return false; + } + + /** + * Remove the embed shortcode. + * + * @global $wp_embed + */ + public function remove_embed() { + global $wp_embed; + remove_filter( 'the_content', array( $wp_embed, 'run_shortcode' ), 8 ); + // remove the embed shortcode since we would do the part later. + remove_shortcode( 'embed' ); + // Attempts to embed all URLs in a post. + remove_filter( 'the_content', array( $wp_embed, 'autoembed' ), 8 ); + } + + /** + * Add the embed shortcode. + * + * @global $wp_embed + */ + public function add_embed() { + global $wp_embed; + add_filter( 'the_content', array( $wp_embed, 'run_shortcode' ), 8 ); + // Shortcode placeholder for strip_shortcodes(). + add_shortcode( 'embed', '__return_false' ); + // Attempts to embed all URLs in a post. + add_filter( 'the_content', array( $wp_embed, 'autoembed' ), 8 ); + } + + /** + * Expands wp_insert_post to include filtered content + * + * @param \WP_Post $post_object Post object. + */ + public function filter_post_content_and_add_links( $post_object ) { + global $post; + // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited + $post = $post_object; + + // Return non existant post. + $post_type = get_post_type_object( $post->post_type ); + if ( empty( $post_type ) || ! is_object( $post_type ) ) { + $non_existant_post = new \stdClass(); + $non_existant_post->ID = $post->ID; + $non_existant_post->post_modified = $post->post_modified; + $non_existant_post->post_modified_gmt = $post->post_modified_gmt; + $non_existant_post->post_status = 'jetpack_sync_non_registered_post_type'; + $non_existant_post->post_type = $post->post_type; + + return $non_existant_post; + } + /** + * Filters whether to prevent sending post data to .com + * + * Passing true to the filter will prevent the post data from being sent + * to the WordPress.com. + * Instead we pass data that will still enable us to do a checksum against the + * Jetpacks data but will prevent us from displaying the data on in the API as well as + * other services. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param boolean false prevent post data from being synced to WordPress.com + * @param mixed $post \WP_Post object + */ + if ( apply_filters( 'jetpack_sync_prevent_sending_post_data', false, $post ) ) { + // We only send the bare necessary object to be able to create a checksum. + $blocked_post = new \stdClass(); + $blocked_post->ID = $post->ID; + $blocked_post->post_modified = $post->post_modified; + $blocked_post->post_modified_gmt = $post->post_modified_gmt; + $blocked_post->post_status = 'jetpack_sync_blocked'; + $blocked_post->post_type = $post->post_type; + + return $blocked_post; + } + + // lets not do oembed just yet. + $this->remove_embed(); + + if ( 0 < strlen( $post->post_password ) ) { + $post->post_password = 'auto-' . wp_generate_password( 10, false ); + } + + // Explicitly omit post_content when it exceeds limit. + // Large content will cause OOM issues and break Sync. + if ( strlen( $post->post_content ) >= self::MAX_POST_CONTENT_LENGTH ) { + $post->post_content = ''; + } + + /** This filter is already documented in core. wp-includes/post-template.php */ + if ( Settings::get_setting( 'render_filtered_content' ) && $post_type->public ) { + global $shortcode_tags; + /** + * Filter prevents some shortcodes from expanding. + * + * Since we can can expand some type of shortcode better on the .com side and make the + * expansion more relevant to contexts. For example [galleries] and subscription emails + * + * @since 1.6.3 + * @since-jetpack 4.5.0 + * + * @param array of shortcode tags to remove. + */ + $shortcodes_to_remove = apply_filters( + 'jetpack_sync_do_not_expand_shortcodes', + array( + 'gallery', + 'slideshow', + ) + ); + $removed_shortcode_callbacks = array(); + foreach ( $shortcodes_to_remove as $shortcode ) { + if ( isset( $shortcode_tags[ $shortcode ] ) ) { + $removed_shortcode_callbacks[ $shortcode ] = $shortcode_tags[ $shortcode ]; + } + } + + array_map( 'remove_shortcode', array_keys( $removed_shortcode_callbacks ) ); + /** + * Certain modules such as Likes, Related Posts and Sharedaddy are using `Settings::is_syncing` + * in order to NOT get rendered in filtered post content. + * Since the current method runs now before enqueueing instead of before sending, + * we are setting `is_syncing` flag to true in order to preserve the existing functionality. + */ + + $is_syncing_current = Settings::is_syncing(); + Settings::set_is_syncing( true ); + $post->post_content_filtered = apply_filters( 'the_content', $post->post_content ); + $post->post_excerpt_filtered = apply_filters( 'the_excerpt', $post->post_excerpt ); + Settings::set_is_syncing( $is_syncing_current ); + + foreach ( $removed_shortcode_callbacks as $shortcode => $callback ) { + add_shortcode( $shortcode, $callback ); + } + } + + $this->add_embed(); + + if ( has_post_thumbnail( $post->ID ) ) { + $image_attributes = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); + if ( is_array( $image_attributes ) && isset( $image_attributes[0] ) ) { + $post->featured_image = $image_attributes[0]; + } + } + + $post->permalink = get_permalink( $post->ID ); + $post->shortlink = wp_get_shortlink( $post->ID ); + + if ( function_exists( 'amp_get_permalink' ) ) { + $post->amp_permalink = amp_get_permalink( $post->ID ); + } + + return $post; + } + + /** + * Handle transition from another post status to a published one. + * + * @param string $new_status New post status. + * @param string $old_status Old post status. + * @param \WP_Post $post Post object. + */ + public function save_published( $new_status, $old_status, $post ) { + if ( 'publish' === $new_status && 'publish' !== $old_status ) { + $this->just_published[ $post->ID ] = true; + } + + $this->previous_status[ $post->ID ] = $old_status; + } + + /** + * When publishing or updating a post, the Gutenberg editor sends two requests: + * 1. sent to WP REST API endpoint `wp-json/wp/v2/posts/$id` + * 2. sent to wp-admin/post.php `?post=$id&action=edit&classic-editor=1&meta_box=1` + * + * The 2nd request is to update post meta, which is not supported on WP REST API. + * When syncing post data, we will include if this was a meta box update. + * + * @todo Implement nonce verification. + * + * @return boolean Whether this is a Gutenberg meta box update. + */ + public function is_gutenberg_meta_box_update() { + // phpcs:disable WordPress.Security.NonceVerification.Missing, WordPress.Security.NonceVerification.Recommended + return ( + isset( $_POST['action'], $_GET['classic-editor'], $_GET['meta_box'] ) && + 'editpost' === $_POST['action'] && + '1' === $_GET['classic-editor'] && + '1' === $_GET['meta_box'] + // phpcs:enable WordPress.Security.NonceVerification.Missing, WordPress.Security.NonceVerification.Recommended + ); + } + + /** + * Handler for the wp_insert_post hook. + * Called upon creation of a new post. + * + * @param int $post_ID Post ID. + * @param \WP_Post $post Post object. + * @param boolean $update Whether this is an existing post being updated or not. + */ + public function wp_insert_post( $post_ID, $post = null, $update = null ) { + if ( ! is_numeric( $post_ID ) || $post === null ) { + return; + } + + // Workaround for https://github.com/woocommerce/woocommerce/issues/18007. + if ( $post && 'shop_order' === $post->post_type ) { + $post = get_post( $post_ID ); + } + + $previous_status = isset( $this->previous_status[ $post_ID ] ) ? $this->previous_status[ $post_ID ] : self::DEFAULT_PREVIOUS_STATE; + + $just_published = isset( $this->just_published[ $post_ID ] ) ? $this->just_published[ $post_ID ] : false; + + $state = array( + 'is_auto_save' => (bool) Jetpack_Constants::get_constant( 'DOING_AUTOSAVE' ), + 'previous_status' => $previous_status, + 'just_published' => $just_published, + 'is_gutenberg_meta_box_update' => $this->is_gutenberg_meta_box_update(), + ); + /** + * Filter that is used to add to the post flags ( meta data ) when a post gets published + * + * @since 1.6.3 + * @since-jetpack 5.8.0 + * + * @param int $post_ID the post ID + * @param mixed $post \WP_Post object + * @param bool $update Whether this is an existing post being updated or not. + * @param mixed $state state + * + * @module sync + */ + do_action( 'jetpack_sync_save_post', $post_ID, $post, $update, $state ); + unset( $this->previous_status[ $post_ID ] ); + } + + /** + * Handler for the wp_after_insert_post hook. + * Called after creation/update of a new post. + * + * @param int $post_ID Post ID. + * @param \WP_Post $post Post object. + **/ + public function wp_after_insert_post( $post_ID, $post ) { + if ( ! is_numeric( $post_ID ) || $post === null ) { + return; + } + + // Workaround for https://github.com/woocommerce/woocommerce/issues/18007. + if ( $post && 'shop_order' === $post->post_type ) { + $post = get_post( $post_ID ); + } + + $this->send_published( $post_ID, $post ); + } + + /** + * Send a published post for sync. + * + * @param int $post_ID Post ID. + * @param \WP_Post $post Post object. + */ + public function send_published( $post_ID, $post ) { + if ( ! isset( $this->just_published[ $post_ID ] ) ) { + return; + } + + // Post revisions cause race conditions where this send_published add the action before the actual post gets synced. + if ( wp_is_post_autosave( $post ) || wp_is_post_revision( $post ) ) { + return; + } + + $post_flags = array( + 'post_type' => $post->post_type, + ); + + $author_user_object = get_user_by( 'id', $post->post_author ); + if ( $author_user_object ) { + $roles = new Roles(); + + $post_flags['author'] = array( + 'id' => $post->post_author, + 'wpcom_user_id' => get_user_meta( $post->post_author, 'wpcom_user_id', true ), + 'display_name' => $author_user_object->display_name, + 'email' => $author_user_object->user_email, + 'translated_role' => $roles->translate_user_to_role( $author_user_object ), + ); + } + + /** + * Filter that is used to add to the post flags ( meta data ) when a post gets published + * + * @since 1.6.3 + * @since-jetpack 4.4.0 + * + * @param mixed array post flags that are added to the post + * @param mixed $post \WP_Post object + */ + $flags = apply_filters( 'jetpack_published_post_flags', $post_flags, $post ); + + // Only Send Pulished Post event if post_type is not blacklisted. + if ( ! in_array( $post->post_type, Settings::get_setting( 'post_types_blacklist' ), true ) ) { + + // Refreshing the post in the cache site before triggering the publish event. + // The true parameter means that it's an update action, not create action. + $this->wp_insert_post( $post_ID, $post, true ); + + /** + * Action that gets synced when a post type gets published. + * + * @since 1.6.3 + * @since-jetpack 4.4.0 + * + * @param int $post_ID + * @param mixed array $flags post flags that are added to the post + */ + do_action( 'jetpack_published_post', $post_ID, $flags ); + } + unset( $this->just_published[ $post_ID ] ); + + /** + * Send additional sync action for Activity Log when post is a Customizer publish + */ + if ( 'customize_changeset' === $post->post_type ) { + $post_content = json_decode( $post->post_content, true ); + foreach ( $post_content as $key => $value ) { + // Skip if it isn't a widget. + if ( 'widget_' !== substr( $key, 0, strlen( 'widget_' ) ) ) { + continue; + } + // Change key from "widget_archives[2]" to "archives-2". + $key = str_replace( 'widget_', '', $key ); + $key = str_replace( '[', '-', $key ); + $key = str_replace( ']', '', $key ); + + global $wp_registered_widgets; + if ( isset( $wp_registered_widgets[ $key ] ) ) { + $widget_data = array( + 'name' => $wp_registered_widgets[ $key ]['name'], + 'id' => $key, + 'title' => $value['value']['title'], + ); + do_action( 'jetpack_widget_edited', $widget_data ); + } + } + } + } + + /** + * Expand post IDs to post objects within a hook before they are serialized and sent to the server. + * + * @access public + * + * @param array $args The hook parameters. + * @return array $args The expanded hook parameters. + */ + public function expand_post_ids( $args ) { + list( $post_ids, $previous_interval_end) = $args; + + $posts = array_filter( array_map( array( 'WP_Post', 'get_instance' ), $post_ids ) ); + $posts = array_map( array( $this, 'filter_post_content_and_add_links' ), $posts ); + $posts = array_values( $posts ); // Reindex in case posts were deleted. + + return array( + $posts, + $this->get_metadata( $post_ids, 'post', Settings::get_setting( 'post_meta_whitelist' ) ), + $this->get_term_relationships( $post_ids ), + $previous_interval_end, + ); + } + + /** + * Gets a list of minimum and maximum object ids for each batch based on the given batch size. + * + * @access public + * + * @param int $batch_size The batch size for objects. + * @param string|bool $where_sql The sql where clause minus 'WHERE', or false if no where clause is needed. + * + * @return array|bool An array of min and max ids for each batch. FALSE if no table can be found. + */ + public function get_min_max_object_ids_for_batches( $batch_size, $where_sql = false ) { + return parent::get_min_max_object_ids_for_batches( $batch_size, $this->get_where_sql( $where_sql ) ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php new file mode 100644 index 00000000..fb1ae729 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php @@ -0,0 +1,54 @@ +has_login_ability() && ! Jetpack_Constants::is_true( 'XMLRPC_REQUEST' ) ) { + do_action( 'jetpack_valid_failed_login_attempt', $failed_attempt ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php new file mode 100644 index 00000000..16db3d73 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php @@ -0,0 +1,1875 @@ + [ 'searchable_in_all_content' => true ], + * Field will be included in the all_content fields + * + * 'metakey' => [ 'available' => false, 'alternatives' => [ 'metakey_processed' ] ], + * Field not in meta.* but has data in an alternative field(s) name that + * should work similarly. For instance, woocommerce total_sales does not go into + * the index, but the percentage of sales does. + * + * @static + * @access private + * @var array + */ + private static $postmeta_to_sync = array( + // jetpack. + 'jetpack-search-meta0' => array( 'searchable_in_all_content' => true ), + 'jetpack-search-meta1' => array( 'searchable_in_all_content' => true ), + 'jetpack-search-meta2' => array( 'searchable_in_all_content' => true ), + 'jetpack-search-meta3' => array( 'searchable_in_all_content' => true ), + 'jetpack-search-meta4' => array( 'searchable_in_all_content' => true ), + 'jetpack-search-meta5' => array( 'searchable_in_all_content' => true ), + 'jetpack-search-meta6' => array( 'searchable_in_all_content' => true ), + 'jetpack-search-meta7' => array( 'searchable_in_all_content' => true ), + 'jetpack-search-meta8' => array( 'searchable_in_all_content' => true ), + 'jetpack-search-meta9' => array( 'searchable_in_all_content' => true ), + + // woocommerce. + 'exclude_product_categories' => array(), + 'exclude_product_ids' => array(), + 'free_shipping' => array(), + 'id_field' => array(), + 'individual_use' => array(), + 'limit_usage_to_x_items' => array(), + 'maximum_amount' => array(), + 'minimum_amount' => array(), + 'post_id' => array(), + 'product_categories' => array( 'searchable_in_all_content' => true ), + 'product_ids' => array(), + 'total_sales' => array( + 'available' => false, + 'alternatives' => array( + 'wc.percent_of_sales', + ), + ), + 'usage_limit' => array(), + 'usage_limit_per_user' => array(), + '_crosssell_ids' => array(), + '_downloadable' => array(), + '_featured' => array(), + '_height' => array(), + '_length' => array(), + '_price' => array( + 'alternatives' => array( + 'wc.price', + 'wc.min_price', + 'wc.max_price', + ), + ), + '_prices_include_tax' => array(), + '_product_attributes' => array(), + '_product_version' => array(), + '_regular_price' => array( + 'alternatives' => array( + 'wc.regular_price', + ), + ), + '_sale_price' => array( + 'alternatives' => array( + 'wc.sale_price', + ), + ), + '_sale_price_dates_from' => array(), + '_sale_price_dates_to' => array(), + '_sku' => array( 'searchable_in_all_content' => true ), + '_stock_status' => array(), + '_wc_average_rating' => array( + 'alternatives' => array( + 'wc.ave_rating_score', + ), + ), + '_wc_rating_count' => array( + 'alternatives' => array( + 'wc.rating', // wc.rating.count_1, wc.rating.count_2, ... + ), + ), + '_wc_review_count' => array(), + '_weight' => array(), + '_width' => array(), + + // co-authors plus. + 'cap-description' => array( 'searchable_in_all_content' => true ), + 'cap-user_login' => array( 'searchable_in_all_content' => true ), + 'cap-user_email' => array(), + 'cap-last_name' => array( 'searchable_in_all_content' => true ), + 'cap-first_name' => array( 'searchable_in_all_content' => true ), + 'cap-display_name' => array( 'searchable_in_all_content' => true ), + 'cap-website' => array(), + 'cap-jabber' => array(), + 'cap-aim' => array(), + 'cap-twitter' => array(), + 'cap-facebook' => array(), + 'cap-google_plus' => array(), + 'cap-job_title' => array( 'searchable_in_all_content' => true ), + + // bbpress. + 'bbpl_like' => array(), + 'bbpress_discussion_comments_copied' => array(), + 'bbpress_discussion_tags_copied' => array(), + 'bbpress_discussion_topic_id' => array(), + 'bbpress_discussion_use_defaults' => array(), + 'bbpress_page_header_bg' => array(), + 'bbpress_title_bg' => array(), + 'use_bbpress_discussion_topic' => array(), + + // wpml. + 'tm_meta_wpml' => array(), + 'wpml_language' => array(), + 'wpml_media_lang' => array(), + 'wpml_media_processed' => array(), + + // blogger import. + 'blogger_author' => array( 'searchable_in_all_content' => true ), + 'blogger_blog' => array( 'searchable_in_all_content' => true ), + 'blogger_permalink' => array( 'searchable_in_all_content' => true ), + + // geo. + 'geo_address' => array( 'searchable_in_all_content' => true ), + 'geo_latitude' => array(), + 'geo_longitude' => array(), + 'geo_public' => array(), + 'geolocated' => array(), + 'geolocation_city' => array( 'searchable_in_all_content' => true ), + 'geolocation_country_long' => array( 'searchable_in_all_content' => true ), + 'geolocation_country_short' => array( 'searchable_in_all_content' => true ), + 'geolocation_formatted_address' => array( 'searchable_in_all_content' => true ), + 'geolocation_lat' => array(), + 'geolocation_long' => array(), + 'geolocation_postcode' => array( 'searchable_in_all_content' => true ), + 'geolocation_state_long' => array( 'searchable_in_all_content' => true ), + 'geolocation_state_short' => array( 'searchable_in_all_content' => true ), + + // wp-ultimate-recipe. + 'recipe_alternate_image' => array(), + 'recipe_cook_time' => array(), + 'recipe_cook_time_text' => array(), + 'recipe_description' => array( 'searchable_in_all_content' => true ), + 'recipe_ingredients' => array( 'searchable_in_all_content' => true ), + 'recipe_instructions' => array( 'searchable_in_all_content' => true ), + 'recipe_notes' => array( 'searchable_in_all_content' => true ), + 'recipe_nutritional' => array( 'searchable_in_all_content' => true ), + 'recipe_passive_time' => array(), + 'recipe_passive_time_text' => array(), + 'recipe_prep_time' => array(), + 'recipe_prep_time_text' => array(), + 'recipe_rating' => array(), + 'recipe_servings' => array(), + 'recipe_servings_normalized' => array(), + 'recipe_servings_type' => array(), + 'recipe_terms' => array( 'searchable_in_all_content' => true ), + 'recipe_terms_with_parents' => array(), + 'recipe_title' => array( 'searchable_in_all_content' => true ), + 'recipe_user_ratings' => array(), + 'recipe_user_ratings_rating' => array(), + + // generic fields. + // from advanced-custom-fields and metabox.io . + 'Link' => array(), + 'Location' => array(), + 'Title' => array( 'searchable_in_all_content' => true ), + 'ad_code' => array(), + 'address' => array(), + 'admin_mail' => array(), + 'admin_only' => array(), + 'advertisers' => array( 'searchable_in_all_content' => true ), + 'age' => array(), + 'aliases' => array(), + 'alternate_title' => array(), + 'ama_content' => array(), + 'amazon' => array(), + 'answer' => array( 'searchable_in_all_content' => true ), + 'area' => array(), + 'attention' => array(), + 'attr' => array(), + 'author' => array( 'searchable_in_all_content' => true ), + 'author_name' => array( 'searchable_in_all_content' => true ), + 'blog' => array(), + 'blog_id' => array(), + 'call_to_action' => array(), + 'campaign_preview' => array(), + 'canonical_url' => array(), + 'catch_text' => array(), + 'category' => array( 'searchable_in_all_content' => true ), + 'classificacao' => array(), + 'classification' => array(), + 'code' => array(), + 'codigo' => array(), + 'company' => array( 'searchable_in_all_content' => true ), + 'company_website' => array(), + 'config' => array(), + 'construction' => array(), + 'container_ids' => array(), + 'content' => array( 'searchable_in_all_content' => true ), + 'content_body-full_content' => array( 'searchable_in_all_content' => true ), + 'copyright' => array(), + 'custom_page_title' => array( 'searchable_in_all_content' => true ), + 'custom_permalink' => array(), + 'customize' => array(), + 'data' => array(), + 'date' => array(), + 'day' => array(), + 'descripcion' => array( 'searchable_in_all_content' => true ), + 'description' => array( 'searchable_in_all_content' => true ), + 'display_settings' => array(), + 'display_type' => array(), + 'duration' => array(), + 'embed' => array(), + 'entity_ids' => array(), + 'entity_types' => array(), + 'event_subtitle' => array( 'searchable_in_all_content' => true ), + 'excluded_container_ids' => array(), + 'exclusions' => array(), + 'experience' => array(), + 'external_url' => array(), + 'featured' => array(), + 'featured_image' => array(), + 'featured_post' => array(), + 'featured_story' => array(), + 'fee' => array(), + 'filter' => array(), + 'follow' => array(), + 'footer_text' => array(), + 'from_header' => array(), + 'fullscreen_view' => array(), + 'gallery' => array(), + 'genre' => array( 'searchable_in_all_content' => true ), + 'guest_bio' => array(), + 'guest_name' => array(), + 'guests' => array( 'searchable_in_all_content' => true ), + 'has_variations' => array(), + 'hashtag' => array(), + 'header_image' => array(), + 'hidden_from_ui' => array(), + 'hide_on_screen' => array(), + 'homepage_order' => array(), + 'hours' => array(), + 'i18n' => array(), + 'id' => array(), + 'image' => array(), + 'image_size' => array(), + 'image_source' => array(), + 'index' => array(), + 'intro_text' => array( 'searchable_in_all_content' => true ), + 'job_mention' => array( 'searchable_in_all_content' => true ), + 'keywords' => array( 'searchable_in_all_content' => true ), + 'latest_news' => array(), + 'layout' => array(), + 'link' => array(), + 'link_dump' => array( 'searchable_in_all_content' => true ), + 'link_url' => array(), + 'location' => array(), + 'logo' => array(), + 'main_title' => array( 'searchable_in_all_content' => true ), + 'maximum_entity_count' => array(), + 'media' => array(), + 'mentions' => array(), + 'messages' => array(), + 'meta_description' => array( 'searchable_in_all_content' => true ), + 'meta_id' => array(), + 'meta_index' => array(), + 'meta_key' => array(), + 'meta_value' => array(), + 'modal-dialog-id' => array(), + 'name' => array( 'searchable_in_all_content' => true ), + 'nombre' => array( 'searchable_in_all_content' => true ), + 'notes' => array( 'searchable_in_all_content' => true ), + 'options' => array(), + 'order_by' => array(), + 'order_direction' => array(), + 'original_cats' => array(), + 'original_headers' => array(), + 'original_link' => array(), + 'original_message' => array(), + 'original_subject' => array(), + 'original_title' => array(), + 'original_to' => array(), + 'other_setting' => array(), + 'page_canonical' => array(), + 'page_layout' => array(), + 'page_sidebar' => array(), + 'page_tags' => array(), + 'panels_data' => array(), + 'parking' => array(), + 'pdf_upload' => array(), + 'people_mentioned' => array(), + 'photo' => array(), + 'play_time' => array(), + 'position' => array(), + 'post-rating' => array(), + 'post_background' => array(), + 'post_color' => array(), + 'post_sidebar' => array(), + 'post_subtitle' => array( 'searchable_in_all_content' => true ), + 'price' => array(), + 'publication' => array(), + 'rating' => array(), + 'ratings_average' => array(), + 'ratings_score' => array(), + 'ratings_users' => array(), + 'relation' => array(), + 'reply_to_header' => array(), + 'required' => array(), + 'returns' => array(), + 'review_post' => array(), + 'rule' => array(), + 'section' => array( 'searchable_in_all_content' => true ), + 'selected_links' => array(), + 'session_transcript' => array(), + 'settings' => array(), + 'sex' => array(), + 'shares_count' => array(), + 'show_description' => array( 'searchable_in_all_content' => true ), + 'show_page_title' => array(), + 'show_notes' => array(), + 'show_notes_preview' => array(), + 'side' => array(), + 'sidebar' => array(), + 'site' => array(), + 'situation' => array(), + 'slide_template' => array(), + 'slug' => array(), + 'sortorder' => array(), + 'source' => array(), + 'start_date' => array(), + 'status' => array(), + 'styles' => array(), + 'subtitle' => array( 'searchable_in_all_content' => true ), + 'subtitulo' => array(), + 'success' => array(), + 'summary' => array( 'searchable_in_all_content' => true ), + 'synopsis' => array( 'searchable_in_all_content' => true ), + 'tel' => array(), + 'tema' => array(), + 'testimonial' => array(), + 'testimonial_author' => array(), + 'text_already_subscribed' => array(), + 'text_error' => array(), + 'text_invalid_email' => array(), + 'text_not_subscribed' => array(), + 'text_required_field_missing' => array(), + 'text_subscribed' => array(), + 'text_unsubscribed' => array(), + 'thumbnail' => array(), + 'time' => array(), + 'time_jump_list' => array( 'searchable_in_all_content' => true ), + 'title' => array( 'searchable_in_all_content' => true ), + 'title_view' => array(), + 'titre' => array( 'searchable_in_all_content' => true ), + 'titulo' => array( 'searchable_in_all_content' => true ), + 'to_header' => array(), + 'toc' => array(), + 'transcript' => array( 'searchable_in_all_content' => true ), + 'transport_uri' => array(), + 'type' => array(), + 'url' => array(), + 'validation' => array(), + 'value' => array(), + 'values' => array(), + 'variation' => array(), + 'video' => array(), + 'video_type' => array(), + 'video_url' => array(), + 'videopress_guid' => array(), + 'website' => array(), + 'weight' => array(), + 'year' => array(), + + // wp.com martketplace search - @see https://wp.me/pdh6GB-Ax#comment-2104 + '_app_icon' => array(), + '_featured_product_video' => array(), + 'wpcom_marketplace_org_slug' => array(), + '_wc_general_product_dependency_theme' => array(), + '_wc_general_product_dependency_plugin' => array(), + 'wpcom_marketplace_product_extra_fields' => array(), + + ); // end indexed post meta. + + /** + * Postmeta being considered for indexing + * but currently not in the index + * this list is really only for documentation. + * + * @static + * @access private + * @var array + */ + private static $unindexed_postmeta = array( + + // Core. + '_wp_attached_file' => array(), + '_wp_attachment_context' => array(), + '_wp_attachment_image_alt' => array(), + '_wp_attachment_is_custom_header' => array(), + '_wp_attachment_metadata' => array(), + '_wp_desired_post_slug' => array(), + '_wp_old_date' => array(), + '_wp_old_slug' => array(), + '_wp_page_template' => array(), + + // WooCommerce products. + // See https://github.com/woocommerce/woocommerce/blob/8ed6e7436ff87c2153ed30edd83c1ab8abbdd3e9/includes/data-stores/class-wc-product-data-store-cpt.php#L21 . + '_backorders' => array(), + '_default_attributes' => array(), + '_download_expiry' => array(), + '_download_limit' => array(), + '_download_permissions_granted' => array(), + '_downloadable_files' => array(), + '_file_paths' => array(), + '_manage_stock' => array(), + '_product_image_gallery' => array(), + '_purchase_note' => array(), + '_recorded_sales' => array(), + '_sold_individually' => array(), + '_stock' => array(), + '_tax_class' => array(), + '_tax_status' => array(), + '_thumbnail_id' => array(), + '_upsell_ids' => array(), + '_variation_description' => array(), + '_virtual' => array(), + '_visibility' => array(), + 'coupon_amount' => array(), + 'default_source' => array(), + 'discount_type' => array(), + 'exclude_sale_items' => array(), + 'expiry_date' => array(), + + // Woocommerce orders and refunds. + // See https://github.com/woocommerce/woocommerce/blob/8ed6e7436ff87c2153ed30edd83c1ab8abbdd3e9/includes/data-stores/class-wc-order-data-store-cpt.php#L27 . + // See https://github.com/woocommerce/woocommerce/blob/b8a2815ae546c836467008739e7ff5150cb08e93/includes/data-stores/class-wc-order-refund-data-store-cpt.php#L20 . + '_billing_address_1' => array(), + '_billing_address_2' => array(), + '_billing_address_index' => array(), + '_billing_city' => array(), + '_billing_company' => array(), + '_billing_country' => array(), + '_billing_email' => array(), + '_billing_first_name' => array(), + '_billing_last_name' => array(), + '_billing_phone' => array(), + '_billing_postcode' => array(), + '_billing_state' => array(), + '_cart_discount' => array(), + '_cart_discount_tax' => array(), + '_completed_date' => array(), + '_created_via' => array(), + '_customer_ip_address' => array(), + '_customer_user_agent' => array(), + '_date_completed' => array(), + '_date_paid' => array(), + '_order_currency' => array(), + '_order_key' => array(), + '_order_shipping' => array(), + '_order_shipping_tax' => array(), + '_order_stock_reduced' => array(), + '_order_tax' => array(), + '_order_total' => array(), + '_order_version' => array(), + '_paid_date' => array(), + '_payment_method' => array(), + '_payment_method_title' => array(), + '_payment_tokens' => array(), + '_recorded_coupon_usage_counts' => array(), + '_refund_amount' => array(), + '_refund_reason' => array(), + '_refunded_by' => array(), + '_shipping_address_1' => array(), + '_shipping_address_2' => array(), + '_shipping_address_index' => array(), + '_shipping_city' => array(), + '_shipping_company' => array(), + '_shipping_country' => array(), + '_shipping_first_name' => array(), + '_shipping_last_name' => array(), + '_shipping_postcode' => array(), + '_shipping_state' => array(), + '_transaction_id' => array(), + + // aioseop. + '_aioseop_description' => array(), + '_aioseop_keywords' => array(), + '_aioseop_title' => array(), + + // yoast. + '_yoast_wpseo_authorship' => array(), + '_yoast_wpseo_bctitle' => array(), + '_yoast_wpseo_canonical' => array(), + '_yoast_wpseo_content_score' => array(), + '_yoast_wpseo_focuskw' => array(), + '_yoast_wpseo_focuskw_text_input' => array(), + '_yoast_wpseo_google-plus-description' => array(), + '_yoast_wpseo_google-plus-image' => array(), + '_yoast_wpseo_linkdex' => array(), + '_yoast_wpseo_meta-robots-adv' => array(), + '_yoast_wpseo_meta-robots-nofollow' => array(), + '_yoast_wpseo_meta-robots-noindex' => array(), + '_yoast_wpseo_metadesc' => array(), + '_yoast_wpseo_metakeywords' => array(), + '_yoast_wpseo_opengraph-description' => array(), + '_yoast_wpseo_opengraph-image' => array(), + '_yoast_wpseo_opengraph-title' => array(), + '_yoast_wpseo_primary_byline' => array(), + '_yoast_wpseo_primary_category' => array(), + '_yoast_wpseo_primary_product_cat' => array(), + '_yoast_wpseo_primary_sponsor-type' => array(), + '_yoast_wpseo_primary_tema_category' => array(), + '_yoast_wpseo_primary_wpdmcategory' => array(), + '_yoast_wpseo_primary_wt_portfolio_category' => array(), + '_yoast_wpseo_redirect' => array(), + '_yoast_wpseo_sitemap-include' => array(), + '_yoast_wpseo_sitemap-prio' => array(), + '_yoast_wpseo_title' => array(), + '_yoast_wpseo_twitter-description' => array(), + '_yoast_wpseo_twitter-image' => array(), + + // bbpress. + 'bbppu_read_by' => array(), + '_bbp_activity_id' => array(), + '_bbp_attachment' => array(), + '_bbp_attachment_upload_error' => array(), + '_bbp_forum_id' => array(), + '_bbp_forum_parent_id' => array(), + '_bbp_forum_subforum_count' => array(), + '_bbp_forum_type' => array(), + '_bbp_group_ids' => array(), + '_bbp_last_active_id' => array(), + '_bbp_last_active_time' => array(), + '_bbp_last_reply_id' => array(), + '_bbp_last_topic_id' => array(), + '_bbp_old_forum_id' => array(), + '_bbp_old_sticky_status' => array(), + '_bbp_old_topic_id' => array(), + '_bbp_post_id' => array(), + '_bbp_reply_count' => array(), + '_bbp_reply_is_private' => array(), + '_bbp_reply_to' => array(), + '_bbp_revision_log' => array(), + '_bbp_status' => array(), + '_bbp_sticky_topics' => array(), + '_bbp_topic_count' => array(), + '_bbp_topic_id' => array(), + '_bbp_total_reply_count' => array(), + '_bbp_total_topic_count' => array(), + '_bbp_voice_count' => array(), + + // ??? + '_locale' => array(), + + // wp-job-manager. + '_job_title' => array(), + '_job_description' => array(), + + // wpml. + '_wpml_media_duplicate' => array(), + '_wpml_media_featured' => array(), + + // generic fields. + 'ad_clicks_count' => array(), + 'email' => array(), + 'usage_count' => array(), + 'user_mail' => array(), + 'views' => array(), + '_EventAllDay' => array(), + '_EventCost' => array(), + '_EventCurrencyPosition' => array(), + '_EventCurrencySymbol' => array(), + '_EventDuration' => array(), + '_EventEndDate' => array(), + '_EventEndDateUTC' => array(), + '_EventOrganizerID' => array(), + '_EventOrigin' => array(), + '_EventShowMap' => array(), + '_EventShowMapLink' => array(), + '_EventStartDate' => array(), + '_EventStartDateUTC' => array(), + '_EventTimezone' => array(), + '_EventTimezoneAbbr' => array(), + '_EventURL' => array(), + '_EventVenueID' => array(), + '_OrganizerEmail' => array(), + '_OrganizerOrganizer' => array(), + '_OrganizerOrigin' => array(), + '_OrganizerPhone' => array(), + '_OrganizerWebsite' => array(), + '_VenueAddress' => array(), + '_VenueCity' => array(), + '_VenueCountry' => array(), + '_VenueOrigin' => array(), + '_VenuePhone' => array(), + '_VenueProvince' => array(), + '_VenueShowMap' => array(), + '_VenueShowMapLink' => array(), + '_VenueState' => array(), + '_VenueStateProvince' => array(), + '_VenueURL' => array(), + '_VenueVenue' => array(), + '_VenueVenueID' => array(), + '_VenueZip' => array(), + '_description' => array(), + '_edit_last' => array(), + '_feedback_all_fields' => array(), + '_feedback_author' => array(), + '_feedback_author_email' => array(), + '_feedback_author_url' => array(), + '_feedback_contact_form_url' => array(), + '_feedback_ip' => array(), + '_feedback_subject' => array(), + '_layout' => array(), + '_links_to' => array(), + '_links_to_target' => array(), + '_mail' => array(), + '_mail_2' => array(), + '_messages' => array(), + '_numero' => array(), + '_post_restored_from' => array(), + '_video_url' => array(), + '_website' => array(), + + ); // end unindexed post meta. + + /** + * List of indexed taxonomy slugs - VARCHAR(32) + * + * @access private + * @static + * + * @var array + */ + private static $taxonomies_to_sync = array( + + // Core. + 'link_category', + 'nav_menu', + 'post_format', // Special, limited to certain values. + + // bbpress. + 'topic', + 'topic-tag', + 'topics', + + // buddypress. + 'bp-email-type', + 'bp-email-type', + 'bp_docs_access', + 'bp_docs_associated_item', + 'bp_docs_comment_access', + 'bp_docs_doc_in_folder', + 'bp_docs_folder_in_group', + 'bp_docs_tag', + 'bp_member_type', + + // co-authors plus. + 'author', + + // events calendar plus. + // the events calendar. + 'event-categories', + 'event-category', + 'event-tag', + 'event-tags', + 'event-type', + 'event-venue', + 'event_category', + 'event_location', + 'event_organizer', + 'event_tag', + 'event_type', + 'event_type_2', + 'event_users', + 'events_categories', + 'events_category', + 'events_feeds', + 'events_tags', + 'tribe_events_cat', + + // jetpack. + 'jetpack-portfolio-tag', + 'jetpack-portfolio-type', + 'jetpack-search-tag0', + 'jetpack-search-tag1', + 'jetpack-search-tag2', + 'jetpack-search-tag3', + 'jetpack-search-tag4', + 'jetpack-search-tag5', + 'jetpack-search-tag6', + 'jetpack-search-tag7', + 'jetpack-search-tag8', + 'jetpack-search-tag9', + + // nextgen gallery. + 'ngg_tag', + + // polylang. + // wpml. + 'language', + 'post_translations', + 'term_language', + 'term_translations', + 'translation_priority', + + // woocommerce. + 'pa_accessory-type', + 'pa_actor', + 'pa_age', + 'pa_ambulance', + 'pa_amount', + 'pa_arm-roll', + 'pa_aspectratio', + 'pa_audiencerating', + 'pa_author', + 'pa_axle', + 'pa_battery', + 'pa_belakang', + 'pa_binding', + 'pa_body-type', + 'pa_bore-x-stroke-mm', + 'pa_box-cargo', + 'pa_brakes', + 'pa_brand', + 'pa_brands', + 'pa_bus', + 'pa_c', + 'pa_cabin-to-end', + 'pa_capacity', + 'pa_catalognumberlist', + 'pa_ce-keurmerk', + 'pa_chassis-front', + 'pa_chassis-rear', + 'pa_chassis-weight-kg', + 'pa_chip-log', + 'pa_clothing-size', + 'pa_clutch', + 'pa_clutch-type', + 'pa_collection', + 'pa_color', + 'pa_colors', + 'pa_colour', + 'pa_compactor', + 'pa_condition', + 'pa_cor', + 'pa_couleur', + 'pa_country', + 'pa_countryregion-of-manufacture', + 'pa_crane', + 'pa_creator', + 'pa_culoare', + 'pa_customerpackagetype', + 'pa_depan', + 'pa_depan-belakang', + 'pa_department', + 'pa_design', + 'pa_diameter', + 'pa_diameter-cakram', + 'pa_dimension-mm', + 'pa_dimensions', + 'pa_director', + 'pa_disc-diameter', + 'pa_drive-system', + 'pa_dump', + 'pa_ean', + 'pa_eanlist', + 'pa_edition', + 'pa_electric-battery', + 'pa_engine-model', + 'pa_engine-size', + 'pa_ethnicity', + 'pa_exhaust-brake', + 'pa_fabric', + 'pa_farbe', + 'pa_farg', + 'pa_farge', + 'pa_features', + 'pa_final-gear-ratio', + 'pa_finish', + 'pa_fire-fighting', + 'pa_fits', + 'pa_flat-bed', + 'pa_flavour', + 'pa_format', + 'pa_fragrance', + 'pa_frame', + 'pa_front', + 'pa_front-overhang', + 'pa_front-rear', + 'pa_front-tread', + 'pa_fuel-tank', + 'pa_fuel-type', + 'pa_garantie', + 'pa_geadviseerd-accu-type', + 'pa_gear-ratio', + 'pa_gender', + 'pa_genre', + 'pa_gewicht-exclusief-accu', + 'pa_gift-card-amount', + 'pa_grade-ability-tan-o', + 'pa_groesse', + 'pa_gtin', + 'pa_gvwr-gcwr', + 'pa_hardwareplatform', + 'pa_hazardousmaterialtype', + 'pa_height', + 'pa_hekmotor-of-boegmotor', + 'pa_helmet-size', + 'pa_hersteller', + 'pa_high-blow-tank', + 'pa_hoehe', + 'pa_inhoud', + 'pa_isadultproduct', + 'pa_isbn', + 'pa_iseligiblefortradein', + 'pa_itemdimensions', + 'pa_itempartnumber', + 'pa_kemudi-tipe', + 'pa_kleur', + 'pa_kopling-tipe', + 'pa_label', + 'pa_languages', + 'pa_lbs', + 'pa_legaldisclaimer', + 'pa_lengte-aansluitkabel', + 'pa_length', + 'pa_liquid-tank', + 'pa_location', + 'pa_losse-motor-complete-set', + 'pa_maat', + 'pa_main-brake', + 'pa_make', + 'pa_manufacturer', + 'pa_manufacturer-part-number', + 'pa_manufacturermaximumage', + 'pa_manufacturerminimumage', + 'pa_manufacturerpartswarrantydesc', + 'pa_masseinheit', + 'pa_material', + 'pa_mau-sac', + 'pa_maximum-power-ps-rpm', + 'pa_maximum-speed', + 'pa_maximum-torque-kgm-rpm', + 'pa_mediatype', + 'pa_megethos', + 'pa_merk', + 'pa_metal-type', + 'pa_min-turning-circle', + 'pa_mixer', + 'pa_model', + 'pa_model-tipe', + 'pa_model-type', + 'pa_modelo', + 'pa_mount', + 'pa_mpn', + 'pa_nicotine-strength', + 'pa_nos-of-cylinder', + 'pa_nos-of-tire', + 'pa_numberofdiscs', + 'pa_numberofitems', + 'pa_numberofpages', + 'pa_offset', + 'pa_open-cargo', + 'pa_operatingsystem', + 'pa_options', + 'pa_other-part-number', + 'pa_overall-height', + 'pa_overall-length', + 'pa_overall-width', + 'pa_overview', + 'pa_packagedimensions', + 'pa_packagequantity', + 'pa_pages', + 'pa_parking-brake', + 'pa_part-number', + 'pa_partnumber', + 'pa_pattern', + 'pa_pattern2', + 'pa_performa', + 'pa_pictureformat', + 'pa_pin-size', + 'pa_piston-displacement-cc', + 'pa_ploshhad', + 'pa_plug-type', + 'pa_power', + 'pa_product', + 'pa_productgroup', + 'pa_producttypename', + 'pa_publicationdate', + 'pa_publisher', + 'pa_quantity', + 'pa_rear', + 'pa_rear-overhang', + 'pa_rear-tread', + 'pa_refrigerated-box', + 'pa_region', + 'pa_regioncode', + 'pa_releasedate', + 'pa_rem-parkir', + 'pa_rem-pelambat', + 'pa_rem-utama', + 'pa_reverse', + 'pa_runningtime', + 'pa_scent', + 'pa_schachtlengte', + 'pa_seeds', + 'pa_series', + 'pa_setting', + 'pa_sex', + 'pa_shape', + 'pa_shirt-size', + 'pa_size', + 'pa_sizes', + 'pa_sku', + 'pa_sky-lift', + 'pa_sleeve-length', + 'pa_snelheidsregeling', + 'pa_staart', + 'pa_steering', + 'pa_steering-type', + 'pa_storlek', + 'pa_studio', + 'pa_stuwkracht-lbs', + 'pa_style', + 'pa_suspensions', + 'pa_taille', + 'pa_talla', + 'pa_tamanho', + 'pa_tamano', + 'pa_taxi', + 'pa_ticket-type', + 'pa_tire-size', + 'pa_total-chassis-weight', + 'pa_towing-truck', + 'pa_tradeinvalue', + 'pa_trailer-t-head', + 'pa_transmisi-tipe', + 'pa_transmission', + 'pa_transmission-type', + 'pa_types', + 'pa_ukuran', + 'pa_upc', + 'pa_upclist', + 'pa_variation', + 'pa_vehicle-carrier', + 'pa_vergelijkbaar-stuwkracht', + 'pa_vermogen', + 'pa_voltage', + 'pa_volume', + 'pa_warranty', + 'pa_weight', + 'pa_wheel-base', + 'pa_wheel-configuration', + 'pa_wheel-disc-size', + 'pa_width', + 'pa_zout-water-geschikt', + 'product', + 'product-brand', + 'product_brand', + 'product-category', + 'product_cat', + 'product_delivery_time', + 'product_delivery_times', + 'product_price_label', + 'product_sale_labels', + 'product_shipping_class', + 'product_tag', + 'product_type', + 'product_unit', + 'product_visibility', + 'products', + + // wp-job-manager. + 'job-category', + 'job-location', + 'job-type', + 'job_cat', + 'job_category', + 'job_listing_category', + 'job_listing_label', + 'job_listing_region', + 'job_listing_tag', + 'job_listing_type', + 'job_salary', + 'job_tag', + 'job_type', + 'jobman_category', + 'jobpost_category', + 'jobpost_job_type', + 'jobpost_location', + 'resume_category', + 'resume_groups', + 'resume_job_type', + 'resume_job_type', + 'resume_languages', + 'resume_region', + 'resume_skill', + 'resume_specialities', + + // generic. + '_resource', + 'acadp_categories', + 'acadp_locations', + 'action-group', + 'activity', + 'actor', + 'actors', + 'ad-group', + 'adace-ad-group', + 'adace-sponsor', + 'additional_features', + 'adv_location', + 'advanced_ads_groups', + 'advert_category', + 'affcoups_coupon_category', + 'affcoups_coupon_type', + 'ai_log_context', + 'ai_log_level', + 'al_product-cat', + 'aol_ad_category', + 'aol_ad_location', + 'aol_ad_type', + 'aol_application_status', + 'area', + 'article-slug', + 'asgarosforum-category', + 'asgarosforum-usergroup', + 'attachment_category', + 'attachment_tag', + 'atum_location', + 'audience_type', + 'avhec_catgroup', + 'bartype', + 'baths', + 'beds', + 'bepro_listing_types', + 'blog_category', + 'booked_custom_calendars', + 'brand', + 'brands', + 'business', + 'business_cat', + 'business_category', + 'bwg_tag', + 'byline', + 'calendar_category', + 'calendar_feed', + 'calendar_type', + 'campaign_category', + 'campaign_tag', + 'carousel_cat', + 'carousels_category', + 'case27_job_listing_tags', + 'categories', + 'category_media', + 'category_portfolio', + 'celebrity_cat', + 'chapters', + 'chronosly_category', + 'city', + 'classified_listing_type', + 'client-types', + 'clients_groups', + 'cm-business-category', + 'cmdm_category', + 'cn_log_type', + 'coderevolution_post_source', + 'collection', + 'community', + 'companies', + 'company', + 'cont_category', + 'content_audit', + 'country', + 'course', + 'course-cat', + 'course-category', + 'course_cat', + 'course_category', + 'course_difficulty', + 'course_tag', + 'courses_type', + 'cp_campaign', + 'cp_recipe_category', + 'csco_post_featured', + 'ct_status', + 'ctl-stories', + 'cuisine', + 'dc_vendor_shop', + 'ddownload_category', + 'ddownload_tag', + 'dealstore', + 'department', + 'departments', + 'department-company', + 'developed-by', + 'dfads_group', + 'dgfw_gift_categories', + 'director', + 'district', + 'dlm_download_category', + 'dlm_download_tag', + 'doc_tag', + 'document-category', + 'document-type', + 'download_artist', + 'download_category', + 'download_tag', + 'downloads_filter', + 'dps_book', + 'dt_gallery_category', + 'dt_logos_category', + 'dt_portfolio_category', + 'dt_team_category', + 'dt_testimonials_category', + 'dtcast', + 'dtcreator', + 'dtdirector', + 'dtnetworks', + 'dtstudio', + 'dtyear', + 'dvteamtaxonomy', + 'dwqa-question_category', + 'dwqa-question_tag', + 'eafl_category', + 'easy-testimonial-category', + 'ecwd_event_category', + 'edd_log_type', + 'edition', + 'ef_editorial_meta', + 'ef_usergroup', + 'element_category', + 'elementor_library_type', + 'employees_category', + 'encyclopedia-tag', + 'envira-tag', + 'epkb_post_type_1_category', + 'espresso_event_categories', + 'espresso_event_type', + 'essential_grid_category', + 'et_post_format', + 'faq-group', + 'faq-tags', + 'faq-topic', + 'faq_cat', + 'faq_categories', + 'faq_category', + 'faqs-category', + 'fdm-menu-section', + 'feature', + 'featured_item_category', + 'featured_item_tag', + 'feedback_type', + 'feeds', + 'fl-builder-template-type', + 'flamingo_inbound_channel', + 'follow_up_email_campaign', + 'follow_up_email_type', + 'following_users', + 'football-team-taxo', + 'fpd_design_category', + 'gallery-category', + 'gallery_cat', + 'gallery_categories', + 'gallery_category', + 'gallery_entries', + 'gallerycat', + 'gd_event_tags', + 'gd_eventcategory', + 'gd_place_tags', + 'gd_placecategory', + 'genre', + 'genres', + 'gg_connect_hub', + 'give_log_type', + 'gn-genre', + 'gn-location-1', + 'gn-location-2', + 'gn-location-3', + 'gp_hubs', + 'gp_portfolios', + 'gp_videos', + 'group', + 'group-documents-category', + 'groups', + 'hashtags', + 'hotel_facility', + 'ia_invited_groups', + 'ia_invitees', + 'incsub_wiki_category', + 'industry', + 'ingredient', + 'insight-type', + 'issue', + 'issuem_issue', + 'issuem_issue_tags', + 'jbp_category', + 'karma-slider-category', + 'klaviyo_shop_cart_status', + 'kwlogos-carousel', + 'layout_category', + 'layout_type', + 'ld_course_category', + 'ld_course_tag', + 'ld_lesson_category', + 'ld_lesson_tag', + 'ld_topic_tag', + 'lesson-tag', + 'level', + 'lingotek_hash', + 'lingotek_profile', + 'link_library_category', + 'linkage', + 'list-tags', + 'listing-category', + 'listing_amenities', + 'listing_category', + 'liveblog', + 'llms_access_plan_visibility', + 'llms_product_visibility', + 'localisation', + 'location', + 'location-tag', + 'locations', + 'magazine', + 'map_location_categories', + 'masonry_gallery_category', + 'mc-event-category', + 'mec_category', + 'mec_location', + 'mec_organizer', + 'media-category', + 'media-tags', + 'media_category', + 'media_folder', + 'member_cat', + 'mentions', + 'mesh_template_types', + 'ml-slider', + 'module', + 'module-tag', + 'module_width', + 'movie_cat', + 'mpp-component', + 'mpp-status', + 'mpp-type', + 'muvicast', + 'muvicountry', + 'muvidirector', + 'muviindex', + 'muviquality', + 'muviyear', + 'news-category', + 'news-tag', + 'news-type', + 'news_type_cat', + 'news_category', + 'nova_menu', + 'nova_menu_item_label', + 'offer-types', + 'organization', + 'our_team_category', + 'page_category', + 'parisrestaurant', + 'parissauna', + 'partner_category', + 'partners', + 'paswdestinatari', + 'paypal_ipn_type', + 'pdf_lv_tag', + 'pec_events_category', + 'people', + 'people-department', + 'people-expertise', + 'people-location', + 'perfect_quotes_category', + 'performer', + 'person', + 'personnal-category', + 'pexcontentslider_category', + 'pexfullslider_category', + 'pexnivoslider_category', + 'pexpricing_category', + 'pexservice_category', + 'pextestimonial_category', + 'pf_feed_item_tag', + 'pg_sas_type', + 'photo_tag', + 'phototype', + 'pj-categs', + 'pj-tags', + 'pl-categs', + 'placement', + 'plan_status', + 'platform', + 'player', + 'plugins_categories', + 'podcast', + 'pojo_sidebars', + 'popup_category', + 'pornstars', + 'portada', + 'portcat', + 'portfolio-category', + 'portfolio-gallery', + 'portfolio-status', + 'portfolio-skills', + 'portfolio-tag', + 'portfolio-tags', + 'portfolio-type', + 'portfolio-types', + 'portfolio_cat', + 'portfolio_categories', + 'portfolio_category', + 'portfolio_cats', + 'portfolio_client', + 'portfolio_entries', + 'portfolio_filter', + 'portfolio_in', + 'portfolio_label', + 'portfolio_skills', + 'portfolio_tag', + 'portfolio_tags', + 'portfolio_type', + 'posicao', + 'post-type', + 'post_format', + 'post_series', + 'pp_editorial_meta', + 'pp_notify_role', + 'pp_usergroup', + 'pricingcats', + 'print_section', + 'print_status', + 'product_asset_class', + 'product_name', + 'programs', + 'project-attributes', + 'project-cat', + 'project-category', + 'project-type', + 'project_category', + 'project_tag', + 'projects_category', + 'projects_tag', + 'prominence', + 'promotion-categories', + 'property-city', + 'property-feature', + 'property-status', + 'property-type', + 'property-types', + 'property_action_category', + 'property_area', + 'property_category', + 'property_city', + 'property_feature', + 'property_status', + 'property_type', + 'province', + 'provinces', + 'publisher', + 'pwb-brand', + 'qmn_log_type', + 'qualification', + 'qualifications', + 'quality', + 'question-category', + 'question-tag', + 'question-type', + 'question_cat', + 'question_category', + 'question_tag', + 'quiz', + 'quiz-type', + 'quote_status', + 'rating', + 'reaction', + 'recipe-category', + 'recipe_category', + 'recipe_type', + 'region', + 'registrant-event', + 'related_keywords', + 'release-date', + 'resource-type', + 'resource_category', + 'resource_type', + 'resourcetype', + 'review-type', + 'review_category', + 'rodzaj', + 'role', + 'room_category', + 'room_tag', + 'roomtype', + 'rubriek_categorie', + 'savedreply', + 'schools', + 'scope', + 'scores_cat', + 'sdm_categories', + 'sdm_tags', + 'season', + 'secondary_html_features', + 'section', + 'sector', + 'series', + 'series_of_posts', + 'services_group', + 'serving', + 'shop_cart_status', + 'shop_cat', + 'shop_order_status', + 'shop_vendor', + 'shop_warranty_status', + 'shopp_category', + 'shopr_category', + 'show', + 'simple_link_category', + 'site-review-category', + 'sizes', + 'skill', + 'skill_level', + 'skills', + 'sld_cat', + 'slide-page', + 'slide-types', + 'slide_categories', + 'slide_type', + 'slider', + 'slider-locations', + 'slider_category', + 'slides_category', + 'slideshow', + 'sm-category', + 'snax_format', + 'sngg_media_tags', + 'solution_channel', + 'source_domain', + 'source_id', + 'sp_league', + 'sp_position', + 'sp_role', + 'sp_season', + 'sp_venue', + 'speaker', + 'speakers', + 'special-feature', + 'specialty', + 'spnl_log_type', + 'sponsor_categories', + 'sponsor_category', + 'sponsor_type', + 'spot_tag', + 'st_af_category', + 'st_af_tags', + 'staff', + 'staff-member-category', + 'staff-member-group', + 'staff_category', + 'staffgroups', + 'state', + 'status', + 'store', + 'stores', + 'studio', + 'study_level', + 'style', + 'style_category', + 'sub_transaction_action', + 'sub_transaction_result', + 'subcategory', + 'subject', + 'subscription_status', + 'swift-slider-category', + 'syn_sitegroup', + 'szbl-content-tag', + 'task-queue', + 'tax_feature', + 'tcb_symbols_tax', + 'tcp_product_category', + 'team', + 'team-category', + 'team_cat', + 'team_categories', + 'team_category', + 'team_cats', + 'team_department', + 'team_designation', + 'team_group', + 'team_member_position', + 'team_mfcategory', + 'teams', + 'tenant_categories', + 'tenant_location', + 'tender-category', + 'test-type', + 'testimonial-category', + 'testimonial-group', + 'testimonial-types', + 'testimonial_categories', + 'testimonial_category', + 'testimonials-category', + 'testimonials_category', + 'th_events_cat', + 'th_galleries_cat', + 'thegem_clients_sets', + 'thegem_news_sets', + 'thegem_portfolios', + 'thegem_quickfinders', + 'thegem_teams', + 'thegem_testimonials_sets', + 'theme', + 'themefusion_es_groups', + 'themes_categories', + 'themo_cpt_group', + 'themo_project_type', + 'themo_room_type', + 'thirstylink-category', + 'ticket_channel', + 'ticket_priority', + 'timeline_post_tag', + 'tipo', + 'tipologie', + 'tips', + 'tm-testimonials_category', + 'tm_testimonial_group', + 'tooltips_categories', + 'tour_category', + 'tour_destination', + 'tour_facility', + 'tour_phys', + 'tour_type', + 'tp_event_category', + 'transmission', + 'treatment-type', + 'tribe_events_cat', + 'truethemes-gallery-category', + 'tsas-category', + 'tshowcase-categories', + 'tsml_region', + 'ttshowcase_groups', + 'tvo_tags', + 'type', + 'types', + 'u_course_cat', + 'u_department', + 'u_event_cat', + 'ufaq-category', + 'ufaq-tag', + 'um_hashtag', + 'um_user_tag', + 'uncodeblock_category', + 'upg_cate', + 'urp-review-category', + 'us_portfolio_category', + 'us_testimonial_category', + 'user-group', + 'user_category', + 'user_status', + 'vendor', + 'venue', + 'video-category', + 'video-series', + 'video-tag', + 'video_category', + 'video_tag', + 'videos', + 'videos_categories', + 'voice_category', + 'vtmin_rule_category', + 'vtprd_rule_category', + 'w2dc-category', + 'w2dc-location', + 'w2dc-tag', + 'wcb_sponsor_level', + 'wcb_track', + 'wccf_checkout_field_field_type', + 'wccf_checkout_field_status', + 'wccf_order_field_field_type', + 'wccf_order_field_status', + 'wccf_product_field_field_type', + 'wccf_product_field_status', + 'wccf_product_prop_field_type', + 'wccf_product_prop_status', + 'wccf_user_field_field_type', + 'wccf_user_field_status', + 'wcfm_knowledgebase_category', + 'wcm_task_category', + 'wcpv_product_vendors', + 'wcs-instructor', + 'wcs-room', + 'wcs-type', + 'wdca_ad_categories', + 'webinar_type_cat', + 'where', + 'who', + 'wiki-category', + 'wiki_cats', + 'wl_entity_type', + 'workout_entries', + 'works-category', + 'wp-rest-api-log-method', + 'wp-rest-api-log-source', + 'wp-rest-api-log-status', + 'wp-type-activity-types', + 'wp-type-contacts-subtype', + 'wp-type-group', + 'wp_bannerize_tax', + 'wp_log_type', + 'wp_super_faq_category', + 'wpbdm-region', + 'wpbdp_category', + 'wpbdp_tag', + 'wpcm_make_model', + 'wpdmcategory', + 'wpfb_file_category', + 'wpfcas-category', + 'wpfd-category', + 'wplead_list_category', + 'wplss_logo_showcase_cat', + 'wpm-testimonial-category', + 'wpmf-category', + 'wpostahs-slider-category', + 'wprm_course', + 'wprm_cuisine', + 'wprm_ingredient', + 'wprm_keyword', + 'wprss_category', + 'wps_forum', + 'wpsc-variation', + 'wpsc_log_type', + 'wpsc_product_category', + 'wpseo_locations_category', + 'wpsisac_slider-category', + 'wpsl_store_category', + 'wpt_category', + 'wpt_result', + 'wpt_scale', + 'wpv_sermons_category', + 'wpvqgr_tag', + 'writer', + 'wyz_business_category', + 'wyz_business_rating_category', + 'wyz_business_tag', + 'wzkb_category', + 'year', + 'years', + 'yith_product_brand', + 'yith_shop_vendor', + 'yst_prominent_words', + 'zipcode', + 'zoninator_zones', + 'zrf_field_group', + + // End The Backlog @see https://wp.me/p9MPsk-X0. + 'bill-status', + 'etb-audience', + 'etb-state', + 'etb-target', + 'etb-topic', + 'etb-year', + 'foia-response-status', + 'target-type', + 'timeline-pillar', + 'timeline-type', + + // wp.com martketplace search - @see https://wp.me/pdh6GB-Ax#comment-2104 + 'wpcom_marketplace_categories', + + ); // end taxonomies. + + /** + * List of options to sync + * + * @access private + * @static + * + * @var array + */ + private static $options_to_sync = array( + 'jetpack_search_ai_prompt_override', + 'jetpack_search_color_theme', + 'jetpack_search_result_format', + 'jetpack_search_default_sort', + 'jetpack_search_overlay_trigger', + 'jetpack_search_excluded_post_types', + 'jetpack_search_highlight_color', + 'jetpack_search_enable_sort', + 'jetpack_search_inf_scroll', + 'jetpack_search_show_powered_by', + 'instant_search_enabled', + ); // end options. + + /* + * Taxonomies we know don't sync. + * See also sync/src/class-defaults.php + * + * 'network' + * 'post_status' + * 'product_cat' + * 'tags' + * + */ + + // + // Hooks into sync. + + /** + * Add Search post meta to the post meta whitelist. + * + * @param array $list Existing post meta whitelist. + * @return array Updated post meta whitelist. + */ + public function add_search_post_meta_whitelist( $list ) { + return array_merge( $list, static::get_all_postmeta_keys() ); + } + + /** + * Add Search options to the options whitelist. + * + * @param array $list Existing options whitelist. + * @return array Updated options whitelist. + */ + public function add_search_options_whitelist( $list ) { + return array_merge( $list, static::get_all_option_keys() ); + } + + // + // Indexing functions for wp.com. + + /** + * + * Check whether a postmeta or taxonomy 'key' is in the indexable + * list. This is called by the indexing code on wp.com to decide + * whether to include something in the index. + * + * @static + * @access public + * + * @param string $type Either 'postmeta' or 'taxonomy'. + * @param string $key The postmeta key or taxonomy name. + * @return boolean + */ + public static function is_indexable( $type, $key ) { + switch ( $type ) { + case 'postmeta': + return isset( self::$postmeta_to_sync[ $key ] ); + case 'taxonomy': + return in_array( $key, self::$taxonomies_to_sync, true ); + } + return false; + } + + /** + * + * Get the indexing spec for a postmeta key. + * + * @static + * @access public + * + * @param string $key The postmeta key. + * @return array The spec. + */ + public static function get_postmeta_spec( $key ) { + return self::$postmeta_to_sync[ $key ]; + } + + /** + * Get all post meta keys that get synced. + * + * @access public + * + * @return array List of post meta keys that get synced. + */ + public static function get_all_postmeta_keys() { + return array_keys( self::$postmeta_to_sync ); + } + + /** + * Get all option keys that get synced. + * + * @access public + * + * @return array List of option keys that get synced. + */ + public static function get_all_option_keys() { + return self::$options_to_sync; + } + + /** + * Get all unindexed postmeta. + * This is mostly for testing. + * + * @access public + * + * @return array List of postmeta that are not synced. + */ + public static function get_all_unindexed_postmeta_keys() { + return array_keys( self::$unindexed_postmeta ); + } + + /** + * Get all taxonomies that get synced. + * This is mostly for testing. + * + * @access public + * + * @return array List of taxonomies that get synced. + */ + public static function get_all_taxonomies() { + return self::$taxonomies_to_sync; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php new file mode 100644 index 00000000..83479d1d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php @@ -0,0 +1,68 @@ + self::MAX_INT, + 'term_taxonomy_id' => self::MAX_INT, + ); + + while ( $limit > 0 ) { + /* + * SELECT object_id, term_taxonomy_id + * FROM $wpdb->term_relationships + * WHERE ( object_id = 11 AND term_taxonomy_id < 14 ) OR ( object_id < 11 ) + * ORDER BY object_id DESC, term_taxonomy_id DESC LIMIT 1000 + */ + $objects = $wpdb->get_results( $wpdb->prepare( "SELECT object_id, term_taxonomy_id FROM $wpdb->term_relationships WHERE ( object_id = %d AND term_taxonomy_id < %d ) OR ( object_id < %d ) ORDER BY object_id DESC, term_taxonomy_id DESC LIMIT %d", $last_object_enqueued['object_id'], $last_object_enqueued['term_taxonomy_id'], $last_object_enqueued['object_id'], $limit ), ARRAY_A ); + // Request term relationships in groups of N for efficiency. + $objects_count = is_countable( $objects ) ? count( $objects ) : 0; + if ( ! $objects_count ) { + return array( $items_enqueued_count, true ); + } + $items = array_chunk( $objects, $term_relationships_full_sync_item_size ); + $last_object_enqueued = $this->bulk_enqueue_full_sync_term_relationships( $items, $last_object_enqueued ); + $items_enqueued_count += count( $items ); + $limit = min( $limit - $objects_count, self::QUERY_LIMIT ); + } + + // We need to do this extra check in case $max_items_to_enqueue * $term_relationships_full_sync_item_size == relationships objects left. + $count = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM $wpdb->term_relationships WHERE ( object_id = %d AND term_taxonomy_id < %d ) OR ( object_id < %d ) ORDER BY object_id DESC, term_taxonomy_id DESC LIMIT %d", $last_object_enqueued['object_id'], $last_object_enqueued['term_taxonomy_id'], $last_object_enqueued['object_id'], 1 ) ); + if ( 0 === (int) $count ) { + return array( $items_enqueued_count, true ); + } + + return array( $items_enqueued_count, $last_object_enqueued ); + } + + /** + * Return the initial last sent object. + * + * @return string|array initial status. + */ + public function get_initial_last_sent() { + return array( + 'object_id' => self::MAX_INT, + 'term_taxonomy_id' => self::MAX_INT, + ); + } + + /** + * Given the Module Full Sync Configuration and Status return the next chunk of items to send. + * + * @param array $config This module Full Sync configuration. + * @param array $status This module Full Sync status. + * @param int $chunk_size Chunk size. + * + * @return array|object|null + */ + public function get_next_chunk( $config, $status, $chunk_size ) { + global $wpdb; + + return $wpdb->get_results( + $wpdb->prepare( + "SELECT object_id, term_taxonomy_id + FROM $wpdb->term_relationships + WHERE ( object_id = %d AND term_taxonomy_id < %d ) OR ( object_id < %d ) + ORDER BY object_id DESC, term_taxonomy_id + DESC LIMIT %d", + $status['last_sent']['object_id'], + $status['last_sent']['term_taxonomy_id'], + $status['last_sent']['object_id'], + $chunk_size + ), + ARRAY_A + ); + } + + /** + * + * Enqueue all $items within `jetpack_full_sync_term_relationships` actions. + * + * @param array $items Groups of objects to sync. + * @param array $previous_interval_end Last item enqueued. + * + * @return array Last enqueued object. + */ + public function bulk_enqueue_full_sync_term_relationships( $items, $previous_interval_end ) { + $listener = Listener::get_instance(); + $items_with_previous_interval_end = $this->get_chunks_with_preceding_end( $items, $previous_interval_end ); + $listener->bulk_enqueue_full_sync_actions( 'jetpack_full_sync_term_relationships', $items_with_previous_interval_end ); + $last_item = end( $items ); + return end( $last_item ); + } + + /** + * Retrieve an estimated number of actions that will be enqueued. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return int Number of items yet to be enqueued. + */ + public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + global $wpdb; + + $query = "SELECT COUNT(*) FROM $wpdb->term_relationships"; + + // phpcs:disable WordPress.DB.PreparedSQL.NotPrepared + $count = $wpdb->get_var( $query ); + + return (int) ceil( $count / Settings::get_setting( 'term_relationships_full_sync_item_size' ) ); + } + + /** + * Retrieve the actions that will be sent for this module during a full sync. + * + * @access public + * + * @return array Full sync actions of this module. + */ + public function get_full_sync_actions() { + return array( 'jetpack_full_sync_term_relationships' ); + } + + /** + * Expand the term relationships within a hook before they are serialized and sent to the server. + * + * @access public + * + * @param array $args The hook parameters. + * @return array $args The expanded hook parameters. + */ + public function expand_term_relationships( $args ) { + list( $term_relationships, $previous_end ) = $args; + + return array( + 'term_relationships' => $term_relationships, + 'previous_end' => $previous_end, + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php new file mode 100644 index 00000000..7b7f605b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php @@ -0,0 +1,313 @@ +get_error_code() === 'invalid_taxonomy' ) { + // Fetch raw term. + $columns = implode( ', ', array_unique( array_merge( Defaults::$default_term_checksum_columns, array( 'term_group' ) ) ) ); + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $object = $wpdb->get_row( $wpdb->prepare( "SELECT $columns FROM $wpdb->terms WHERE term_id = %d", $id ) ); + } + } + + if ( 'term_taxonomy' === $object_type ) { + $columns = implode( ', ', array_unique( array_merge( Defaults::$default_term_taxonomy_checksum_columns, array( 'description' ) ) ) ); + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $object = $wpdb->get_row( $wpdb->prepare( "SELECT $columns FROM $wpdb->term_taxonomy WHERE term_taxonomy_id = %d", $id ) ); + } + + if ( 'term_relationships' === $object_type ) { + $columns = implode( ', ', Defaults::$default_term_relationships_checksum_columns ); + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $objects = $wpdb->get_results( $wpdb->prepare( "SELECT $columns FROM $wpdb->term_relationships WHERE object_id = %d", $id ) ); + $object = (object) array( + 'object_id' => $id, + 'relationships' => array_map( array( $this, 'expand_terms_for_relationship' ), $objects ), + ); + } + + return $object ? $object : false; + } + + /** + * Initialize terms action listeners. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_listeners( $callable ) { + add_action( 'created_term', array( $this, 'save_term_handler' ), 10, 3 ); + add_action( 'edited_term', array( $this, 'save_term_handler' ), 10, 3 ); + add_action( 'jetpack_sync_save_term', $callable ); + add_action( 'jetpack_sync_add_term', $callable ); + add_action( 'delete_term', $callable, 10, 4 ); + add_action( 'set_object_terms', $callable, 10, 6 ); + add_action( 'deleted_term_relationships', $callable, 10, 2 ); + add_filter( 'jetpack_sync_before_enqueue_set_object_terms', array( $this, 'filter_set_object_terms_no_update' ) ); + add_filter( 'jetpack_sync_before_enqueue_jetpack_sync_save_term', array( $this, 'filter_blacklisted_taxonomies' ) ); + add_filter( 'jetpack_sync_before_enqueue_jetpack_sync_add_term', array( $this, 'filter_blacklisted_taxonomies' ) ); + } + + /** + * Initialize terms action listeners for full sync. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_full_sync_listeners( $callable ) { + add_action( 'jetpack_full_sync_terms', $callable, 10, 2 ); + } + + /** + * Initialize the module in the sender. + * + * @access public + */ + public function init_before_send() { + // Full sync. + add_filter( 'jetpack_sync_before_send_jetpack_full_sync_terms', array( $this, 'expand_term_taxonomy_id' ) ); + } + + /** + * Enqueue the terms actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $max_items_to_enqueue Maximum number of items to enqueue. + * @param boolean $state True if full sync has finished enqueueing this module, false otherwise. + * @return array Number of actions enqueued, and next module state. + */ + public function enqueue_full_sync_actions( $config, $max_items_to_enqueue, $state ) { + global $wpdb; + return $this->enqueue_all_ids_as_action( 'jetpack_full_sync_terms', $wpdb->term_taxonomy, 'term_taxonomy_id', $this->get_where_sql( $config ), $max_items_to_enqueue, $state ); + } + + /** + * Retrieve the WHERE SQL clause based on the module config. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return string WHERE SQL clause, or `null` if no comments are specified in the module config. + */ + public function get_where_sql( $config ) { + $where_sql = Settings::get_blacklisted_taxonomies_sql(); + + if ( is_array( $config ) ) { + $where_sql .= ' AND term_taxonomy_id IN (' . implode( ',', array_map( 'intval', $config ) ) . ')'; + } + + return $where_sql; + } + + /** + * Retrieve an estimated number of actions that will be enqueued. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return int Number of items yet to be enqueued. + */ + public function estimate_full_sync_actions( $config ) { + global $wpdb; + + $query = "SELECT count(*) FROM $wpdb->term_taxonomy"; + + $where_sql = $this->get_where_sql( $config ); + if ( $where_sql ) { + $query .= ' WHERE ' . $where_sql; + } + + // phpcs:disable WordPress.DB.PreparedSQL.NotPrepared + $count = $wpdb->get_var( $query ); + + return (int) ceil( $count / self::ARRAY_CHUNK_SIZE ); + } + + /** + * Retrieve the actions that will be sent for this module during a full sync. + * + * @access public + * + * @return array Full sync actions of this module. + */ + public function get_full_sync_actions() { + return array( 'jetpack_full_sync_terms' ); + } + + /** + * Handler for creating and updating terms. + * + * @access public + * + * @param int $term_id Term ID. + * @param int $tt_id Term taxonomy ID. + * @param string $taxonomy Taxonomy slug. + */ + public function save_term_handler( $term_id, $tt_id, $taxonomy ) { + if ( class_exists( '\\WP_Term' ) ) { + $term_object = \WP_Term::get_instance( $term_id, $taxonomy ); + } else { + $term_object = get_term_by( 'id', $term_id, $taxonomy ); + } + + $current_filter = current_filter(); + + if ( 'created_term' === $current_filter ) { + /** + * Fires when the client needs to add a new term + * + * @since 1.6.3 + * @since-jetpack 5.0.0 + * + * @param object the Term object + */ + do_action( 'jetpack_sync_add_term', $term_object ); + return; + } + + /** + * Fires when the client needs to update a term + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param object the Term object + */ + do_action( 'jetpack_sync_save_term', $term_object ); + } + + /** + * Filter blacklisted taxonomies. + * + * @access public + * + * @param array $args Hook args. + * @return array|boolean False if not whitelisted, the original hook args otherwise. + */ + public function filter_blacklisted_taxonomies( $args ) { + $term = $args[0]; + + if ( in_array( $term->taxonomy, Settings::get_setting( 'taxonomies_blacklist' ), true ) ) { + return false; + } + + return $args; + } + + /** + * Filter out set_object_terms actions where the terms have not changed. + * + * @param array $args Hook args. + * @return array|boolean False if no change in terms, the original hook args otherwise. + */ + public function filter_set_object_terms_no_update( $args ) { + // There is potential for other plugins to modify args, therefore lets validate # of and types. + // $args[2] is $tt_ids, $args[5] is $old_tt_ids see wp-includes/taxonomy.php L2740. + if ( 6 === count( $args ) && is_array( $args[2] ) && is_array( $args[5] ) ) { + if ( empty( array_diff( $args[2], $args[5] ) ) && empty( array_diff( $args[5], $args[2] ) ) ) { + return false; + } + } + return $args; + } + + /** + * Expand the term taxonomy IDs to terms within a hook before they are serialized and sent to the server. + * + * @access public + * + * @param array $args The hook parameters. + * @return array $args The expanded hook parameters. + */ + public function expand_term_taxonomy_id( $args ) { + list( $term_taxonomy_ids, $previous_end ) = $args; + + return array( + 'terms' => get_terms( + array( + 'hide_empty' => false, + 'term_taxonomy_id' => $term_taxonomy_ids, + 'orderby' => 'term_taxonomy_id', + 'order' => 'DESC', + ) + ), + 'previous_end' => $previous_end, + ); + } + + /** + * Gets a term object based on a given row from the term_relationships database table. + * + * @access public + * + * @param object $relationship A row object from the term_relationships table. + * @return object|bool A term object, or false if term taxonomy doesn't exist. + */ + public function expand_terms_for_relationship( $relationship ) { + return get_term_by( 'term_taxonomy_id', $relationship->term_taxonomy_id ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php new file mode 100644 index 00000000..5a5f02ec --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php @@ -0,0 +1,876 @@ + $widget_object->name, + 'id' => $widget_object->id, + 'title' => isset( $new_instance['title'] ) ? $new_instance['title'] : '', + ); + /** + * Trigger action to alert $callable sync listener that a widget was edited. + * + * @since 1.6.3 + * @since-jetpack 5.0.0 + * + * @param string $widget_name , Name of edited widget + */ + do_action( 'jetpack_widget_edited', $widget ); + + return $instance; + } + + /** + * Sync handler for network allowed themes change. + * + * @access public + * + * @param string $option Name of the network option. + * @param mixed $value Current value of the network option. + * @param mixed $old_value Old value of the network option. + * @param int $network_id ID of the network. + */ + public function sync_network_allowed_themes_change( $option, $value, $old_value, $network_id ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + $all_enabled_theme_slugs = array_keys( $value ); + $old_value_count = is_countable( $old_value ) ? count( $old_value ) : 0; + $value_count = is_countable( $value ) ? count( $value ) : 0; + + if ( $old_value_count > $value_count ) { + // Suppress jetpack_network_disabled_themes sync action when theme is deleted. + $delete_theme_call = $this->get_delete_theme_call(); + if ( ! empty( $delete_theme_call ) ) { + return; + } + + $newly_disabled_theme_names = array_keys( array_diff_key( $old_value, $value ) ); + $newly_disabled_themes = $this->get_theme_details_for_slugs( $newly_disabled_theme_names ); + /** + * Trigger action to alert $callable sync listener that network themes were disabled. + * + * @since 1.6.3 + * @since-jetpack 5.0.0 + * + * @param mixed $newly_disabled_themes, Array of info about network disabled themes + * @param mixed $all_enabled_theme_slugs, Array of slugs of all enabled themes + */ + do_action( 'jetpack_network_disabled_themes', $newly_disabled_themes, $all_enabled_theme_slugs ); + return; + } + + $newly_enabled_theme_names = array_keys( array_diff_key( $value, $old_value ) ); + $newly_enabled_themes = $this->get_theme_details_for_slugs( $newly_enabled_theme_names ); + /** + * Trigger action to alert $callable sync listener that network themes were enabled + * + * @since 1.6.3 + * @since-jetpack 5.0.0 + * + * @param mixed $newly_enabled_themes , Array of info about network enabled themes + * @param mixed $all_enabled_theme_slugs, Array of slugs of all enabled themes + */ + do_action( 'jetpack_network_enabled_themes', $newly_enabled_themes, $all_enabled_theme_slugs ); + } + + /** + * Retrieve details for one or more themes by their slugs. + * + * @access private + * + * @param array $theme_slugs Theme slugs. + * @return array Details for the themes. + */ + private function get_theme_details_for_slugs( $theme_slugs ) { + $theme_data = array(); + foreach ( $theme_slugs as $slug ) { + $theme = wp_get_theme( $slug ); + $theme_data[ $slug ] = array( + 'name' => $theme->get( 'Name' ), + 'version' => $theme->get( 'Version' ), + 'uri' => $theme->get( 'ThemeURI' ), + 'slug' => $slug, + ); + } + return $theme_data; + } + + /** + * Detect a theme edit during a redirect. + * + * @access public + * + * @param string $redirect_url Redirect URL. + * @return string Redirect URL. + */ + public function detect_theme_edit( $redirect_url ) { + $url = wp_parse_url( admin_url( $redirect_url ) ); + $theme_editor_url = wp_parse_url( admin_url( 'theme-editor.php' ) ); + + if ( $theme_editor_url['path'] !== $url['path'] ) { + return $redirect_url; + } + + $query_params = array(); + wp_parse_str( $url['query'], $query_params ); + if ( + ! isset( $_POST['newcontent'] ) || + ! isset( $query_params['file'] ) || + ! isset( $query_params['theme'] ) || + ! isset( $query_params['updated'] ) + ) { + return $redirect_url; + } + $theme = wp_get_theme( $query_params['theme'] ); + $theme_data = array( + 'name' => $theme->get( 'Name' ), + 'version' => $theme->get( 'Version' ), + 'uri' => $theme->get( 'ThemeURI' ), + ); + + /** + * Trigger action to alert $callable sync listener that a theme was edited. + * + * @since 1.6.3 + * @since-jetpack 5.0.0 + * + * @param string $query_params['theme'], Slug of edited theme + * @param string $theme_data, Information about edited them + */ + do_action( 'jetpack_edited_theme', $query_params['theme'], $theme_data ); + + return $redirect_url; + } + + /** + * Handler for AJAX theme editing. + * + * @todo Refactor to use WP_Filesystem instead of fopen()/fclose(). + */ + public function theme_edit_ajax() { + $args = wp_unslash( $_POST ); + + if ( empty( $args['theme'] ) ) { + return; + } + + if ( empty( $args['file'] ) ) { + return; + } + $file = $args['file']; + if ( 0 !== validate_file( $file ) ) { + return; + } + + if ( ! isset( $args['newcontent'] ) ) { + return; + } + + if ( ! isset( $args['nonce'] ) ) { + return; + } + + $stylesheet = $args['theme']; + if ( 0 !== validate_file( $stylesheet ) ) { + return; + } + + if ( ! current_user_can( 'edit_themes' ) ) { + return; + } + + $theme = wp_get_theme( $stylesheet ); + if ( ! $theme->exists() ) { + return; + } + + if ( ! wp_verify_nonce( $args['nonce'], 'edit-theme_' . $stylesheet . '_' . $file ) ) { + return; + } + + if ( $theme->errors() && 'theme_no_stylesheet' === $theme->errors()->get_error_code() ) { + return; + } + + $editable_extensions = wp_get_theme_file_editable_extensions( $theme ); + + $allowed_files = array(); + foreach ( $editable_extensions as $type ) { + switch ( $type ) { + case 'php': + $allowed_files = array_merge( $allowed_files, $theme->get_files( 'php', -1 ) ); + break; + case 'css': + $style_files = $theme->get_files( 'css', -1 ); + $allowed_files['style.css'] = $style_files['style.css']; + $allowed_files = array_merge( $allowed_files, $style_files ); + break; + default: + $allowed_files = array_merge( $allowed_files, $theme->get_files( $type, -1 ) ); + break; + } + } + + $real_file = $theme->get_stylesheet_directory() . '/' . $file; + if ( 0 !== validate_file( $real_file, $allowed_files ) ) { + return; + } + + // Ensure file is real. + if ( ! is_file( $real_file ) ) { + return; + } + + // Ensure file extension is allowed. + $extension = null; + if ( preg_match( '/\.([^.]+)$/', $real_file, $matches ) ) { + $extension = strtolower( $matches[1] ); + if ( ! in_array( $extension, $editable_extensions, true ) ) { + return; + } + } + + // phpcs:ignore WordPress.WP.AlternativeFunctions.file_system_operations_is_writable + if ( ! is_writable( $real_file ) ) { + return; + } + + // phpcs:ignore WordPress.WP.AlternativeFunctions.file_system_operations_fopen + $file_pointer = fopen( $real_file, 'w+' ); + if ( false === $file_pointer ) { + return; + } + // phpcs:ignore WordPress.WP.AlternativeFunctions.file_system_operations_fclose + fclose( $file_pointer ); + + $theme_data = array( + 'name' => $theme->get( 'Name' ), + 'version' => $theme->get( 'Version' ), + 'uri' => $theme->get( 'ThemeURI' ), + ); + + /** + * This action is documented already in this file. + */ + do_action( 'jetpack_edited_theme', $stylesheet, $theme_data ); + } + + /** + * Detect a theme deletion. + * + * @access public + * + * @param string $stylesheet Stylesheet of the theme to delete. + * @param bool $deleted Whether the theme deletion was successful. + */ + public function detect_theme_deletion( $stylesheet, $deleted ) { + $theme = wp_get_theme( $stylesheet ); + $theme_data = array( + 'name' => $theme->get( 'Name' ), + 'version' => $theme->get( 'Version' ), + 'uri' => $theme->get( 'ThemeURI' ), + 'slug' => $stylesheet, + ); + + if ( $deleted ) { + /** + * Signals to the sync listener that a theme was deleted and a sync action + * reflecting the deletion and theme slug should be sent + * + * @since 1.6.3 + * @since-jetpack 5.0.0 + * + * @param string $stylesheet Theme slug + * @param array $theme_data Theme info Since 5.3 + */ + do_action( 'jetpack_deleted_theme', $stylesheet, $theme_data ); + } + } + + /** + * Handle an upgrader completion action. + * + * @access public + * + * @param \WP_Upgrader $upgrader The upgrader instance. + * @param array $details Array of bulk item update data. + */ + public function check_upgrader( $upgrader, $details ) { + if ( ! isset( $details['type'] ) || + 'theme' !== $details['type'] || + is_wp_error( $upgrader->skin->result ) || + ! method_exists( $upgrader, 'theme_info' ) + ) { + return; + } + + if ( 'install' === $details['action'] ) { + $theme = $upgrader->theme_info(); + if ( ! $theme instanceof \WP_Theme ) { + return; + } + $theme_info = array( + 'name' => $theme->get( 'Name' ), + 'version' => $theme->get( 'Version' ), + 'uri' => $theme->get( 'ThemeURI' ), + ); + + /** + * Signals to the sync listener that a theme was installed and a sync action + * reflecting the installation and the theme info should be sent + * + * @since 1.6.3 + * @since-jetpack 4.9.0 + * + * @param string $theme->theme_root Text domain of the theme + * @param mixed $theme_info Array of abbreviated theme info + */ + do_action( 'jetpack_installed_theme', $theme->stylesheet, $theme_info ); + } + + if ( 'update' === $details['action'] ) { + $themes = array(); + + if ( empty( $details['themes'] ) && isset( $details['theme'] ) ) { + $details['themes'] = array( $details['theme'] ); + } + + foreach ( $details['themes'] as $theme_slug ) { + $theme = wp_get_theme( $theme_slug ); + + if ( ! $theme instanceof \WP_Theme ) { + continue; + } + + $themes[ $theme_slug ] = array( + 'name' => $theme->get( 'Name' ), + 'version' => $theme->get( 'Version' ), + 'uri' => $theme->get( 'ThemeURI' ), + 'stylesheet' => $theme->stylesheet, + ); + } + + if ( empty( $themes ) ) { + return; + } + + /** + * Signals to the sync listener that one or more themes was updated and a sync action + * reflecting the update and the theme info should be sent + * + * @since 1.6.3 + * @since-jetpack 6.2.0 + * + * @param mixed $themes Array of abbreviated theme info + */ + do_action( 'jetpack_updated_themes', $themes ); + } + } + + /** + * Initialize themes action listeners for full sync. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_full_sync_listeners( $callable ) { + add_action( 'jetpack_full_sync_theme_data', $callable ); + } + + /** + * Handle a theme switch. + * + * @access public + * + * @param string $new_name Name of the new theme. + * @param \WP_Theme $new_theme The new theme. + * @param \WP_Theme $old_theme The previous theme. + */ + public function sync_theme_support( $new_name, $new_theme = null, $old_theme = null ) { + $previous_theme = $this->get_theme_info( $old_theme ); + + /** + * Fires when the client needs to sync theme support info + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param array the theme support array + * @param array the previous theme since Jetpack 6.5.0 + */ + do_action( 'jetpack_sync_current_theme_support', $this->get_theme_info(), $previous_theme ); + } + + /** + * Enqueue the themes actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $max_items_to_enqueue Maximum number of items to enqueue. + * @param boolean $state True if full sync has finished enqueueing this module, false otherwise. + * @return array Number of actions enqueued, and next module state. + */ + public function enqueue_full_sync_actions( $config, $max_items_to_enqueue, $state ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + /** + * Tells the client to sync all theme data to the server + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param boolean Whether to expand theme data (should always be true) + */ + do_action( 'jetpack_full_sync_theme_data', true ); + + // The number of actions enqueued, and next module state (true == done). + return array( 1, true ); + } + + /** + * Send the themes actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $send_until The timestamp until the current request can send. + * @param array $state This module Full Sync status. + * + * @return array This module Full Sync status. + */ + public function send_full_sync_actions( $config, $send_until, $state ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + // we call this instead of do_action when sending immediately. + $this->send_action( 'jetpack_full_sync_theme_data', array( true ) ); + + // The number of actions enqueued, and next module state (true == done). + return array( 'finished' => true ); + } + + /** + * Retrieve an estimated number of actions that will be enqueued. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return array Number of items yet to be enqueued. + */ + public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return 1; + } + + /** + * Initialize the module in the sender. + * + * @access public + */ + public function init_before_send() { + add_filter( 'jetpack_sync_before_send_jetpack_full_sync_theme_data', array( $this, 'expand_theme_data' ) ); + } + + /** + * Retrieve the actions that will be sent for this module during a full sync. + * + * @access public + * + * @return array Full sync actions of this module. + */ + public function get_full_sync_actions() { + return array( 'jetpack_full_sync_theme_data' ); + } + + /** + * Expand the theme within a hook before it is serialized and sent to the server. + * + * @access public + * + * @return array Theme data. + */ + public function expand_theme_data() { + return array( $this->get_theme_info() ); + } + + /** + * Retrieve the name of the widget by the widget ID. + * + * @access public + * @global $wp_registered_widgets + * + * @param string $widget_id Widget ID. + * @return string Name of the widget, or null if not found. + */ + public function get_widget_name( $widget_id ) { + global $wp_registered_widgets; + return ( isset( $wp_registered_widgets[ $widget_id ] ) ? $wp_registered_widgets[ $widget_id ]['name'] : null ); + } + + /** + * Retrieve the name of the sidebar by the sidebar ID. + * + * @access public + * @global $wp_registered_sidebars + * + * @param string $sidebar_id Sidebar ID. + * @return string Name of the sidebar, or null if not found. + */ + public function get_sidebar_name( $sidebar_id ) { + global $wp_registered_sidebars; + return ( isset( $wp_registered_sidebars[ $sidebar_id ] ) ? $wp_registered_sidebars[ $sidebar_id ]['name'] : null ); + } + + /** + * Sync addition of widgets to a sidebar. + * + * @access public + * + * @param array $new_widgets New widgets. + * @param array $old_widgets Old widgets. + * @param string $sidebar Sidebar ID. + * @return array All widgets that have been moved to the sidebar. + */ + public function sync_add_widgets_to_sidebar( $new_widgets, $old_widgets, $sidebar ) { + $added_widgets = array_diff( $new_widgets, $old_widgets ); + if ( empty( $added_widgets ) ) { + return array(); + } + $moved_to_sidebar = array(); + $sidebar_name = $this->get_sidebar_name( $sidebar ); + + // Don't sync jetpack_widget_added if theme was switched. + if ( $this->is_theme_switch() ) { + return array(); + } + + foreach ( $added_widgets as $added_widget ) { + $moved_to_sidebar[] = $added_widget; + $added_widget_name = $this->get_widget_name( $added_widget ); + /** + * Helps Sync log that a widget got added + * + * @since 1.6.3 + * @since-jetpack 4.9.0 + * + * @param string $sidebar, Sidebar id got changed + * @param string $added_widget, Widget id got added + * @param string $sidebar_name, Sidebar id got changed Since 5.0.0 + * @param string $added_widget_name, Widget id got added Since 5.0.0 + */ + do_action( 'jetpack_widget_added', $sidebar, $added_widget, $sidebar_name, $added_widget_name ); + } + return $moved_to_sidebar; + } + + /** + * Sync removal of widgets from a sidebar. + * + * @access public + * + * @param array $new_widgets New widgets. + * @param array $old_widgets Old widgets. + * @param string $sidebar Sidebar ID. + * @param array $inactive_widgets Current inactive widgets. + * @return array All widgets that have been moved to inactive. + */ + public function sync_remove_widgets_from_sidebar( $new_widgets, $old_widgets, $sidebar, $inactive_widgets ) { + $removed_widgets = array_diff( $old_widgets, $new_widgets ); + + if ( empty( $removed_widgets ) ) { + return array(); + } + + $moved_to_inactive = array(); + $sidebar_name = $this->get_sidebar_name( $sidebar ); + + foreach ( $removed_widgets as $removed_widget ) { + // Lets check if we didn't move the widget to in_active_widgets. + if ( isset( $inactive_widgets ) && ! in_array( $removed_widget, $inactive_widgets, true ) ) { + $removed_widget_name = $this->get_widget_name( $removed_widget ); + /** + * Helps Sync log that a widgte got removed + * + * @since 1.6.3 + * @since-jetpack 4.9.0 + * + * @param string $sidebar, Sidebar id got changed + * @param string $removed_widget, Widget id got removed + * @param string $sidebar_name, Name of the sidebar that changed Since 5.0.0 + * @param string $removed_widget_name, Name of the widget that got removed Since 5.0.0 + */ + do_action( 'jetpack_widget_removed', $sidebar, $removed_widget, $sidebar_name, $removed_widget_name ); + } else { + $moved_to_inactive[] = $removed_widget; + } + } + return $moved_to_inactive; + } + + /** + * Sync a reorder of widgets within a sidebar. + * + * @access public + * + * @todo Refactor serialize() to a json_encode(). + * + * @param array $new_widgets New widgets. + * @param array $old_widgets Old widgets. + * @param string $sidebar Sidebar ID. + */ + public function sync_widgets_reordered( $new_widgets, $old_widgets, $sidebar ) { + $added_widgets = array_diff( $new_widgets, $old_widgets ); + if ( ! empty( $added_widgets ) ) { + return; + } + $removed_widgets = array_diff( $old_widgets, $new_widgets ); + if ( ! empty( $removed_widgets ) ) { + return; + } + + // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.serialize_serialize + if ( serialize( $old_widgets ) !== serialize( $new_widgets ) ) { + $sidebar_name = $this->get_sidebar_name( $sidebar ); + /** + * Helps Sync log that a sidebar id got reordered + * + * @since 1.6.3 + * @since-jetpack 4.9.0 + * + * @param string $sidebar, Sidebar id got changed + * @param string $sidebar_name, Name of the sidebar that changed Since 5.0.0 + */ + do_action( 'jetpack_widget_reordered', $sidebar, $sidebar_name ); + } + } + + /** + * Handle the update of the sidebars and widgets mapping option. + * + * @access public + * + * @param mixed $old_value The old option value. + * @param mixed $new_value The new option value. + */ + public function sync_sidebar_widgets_actions( $old_value, $new_value ) { + // Don't really know how to deal with different array_values yet. + if ( + ( isset( $old_value['array_version'] ) && 3 !== $old_value['array_version'] ) || + ( isset( $new_value['array_version'] ) && 3 !== $new_value['array_version'] ) + ) { + return; + } + + $moved_to_inactive_ids = array(); + $moved_to_sidebar = array(); + + foreach ( $new_value as $sidebar => $new_widgets ) { + if ( in_array( $sidebar, array( 'array_version', 'wp_inactive_widgets' ), true ) ) { + continue; + } + $old_widgets = isset( $old_value[ $sidebar ] ) + ? $old_value[ $sidebar ] + : array(); + + if ( ! is_array( $new_widgets ) ) { + $new_widgets = array(); + } + + $moved_to_inactive_recently = $this->sync_remove_widgets_from_sidebar( $new_widgets, $old_widgets, $sidebar, $new_value['wp_inactive_widgets'] ); + $moved_to_inactive_ids = array_merge( $moved_to_inactive_ids, $moved_to_inactive_recently ); + + $moved_to_sidebar_recently = $this->sync_add_widgets_to_sidebar( $new_widgets, $old_widgets, $sidebar ); + $moved_to_sidebar = array_merge( $moved_to_sidebar, $moved_to_sidebar_recently ); + + $this->sync_widgets_reordered( $new_widgets, $old_widgets, $sidebar ); + + } + + // Don't sync either jetpack_widget_moved_to_inactive or jetpack_cleared_inactive_widgets if theme was switched. + if ( $this->is_theme_switch() ) { + return; + } + + // Treat inactive sidebar a bit differently. + if ( ! empty( $moved_to_inactive_ids ) ) { + $moved_to_inactive_name = array_map( array( $this, 'get_widget_name' ), $moved_to_inactive_ids ); + /** + * Helps Sync log that a widgets IDs got moved to in active + * + * @since 1.6.3 + * @since-jetpack 4.9.0 + * + * @param array $moved_to_inactive_ids, Array of widgets id that moved to inactive id got changed + * @param array $moved_to_inactive_names, Array of widgets names that moved to inactive id got changed Since 5.0.0 + */ + do_action( 'jetpack_widget_moved_to_inactive', $moved_to_inactive_ids, $moved_to_inactive_name ); + } elseif ( empty( $moved_to_sidebar ) && empty( $new_value['wp_inactive_widgets'] ) && ! empty( $old_value['wp_inactive_widgets'] ) ) { + /** + * Helps Sync log that a got cleared from inactive. + * + * @since 1.6.3 + * @since-jetpack 4.9.0 + */ + do_action( 'jetpack_cleared_inactive_widgets' ); + } + } + + /** + * Retrieve the theme data for the current or a specific theme. + * + * @access private + * + * @param \WP_Theme $theme Theme object. Optional, will default to the current theme. + * + * @return array Theme data. + */ + private function get_theme_info( $theme = null ) { + $theme_support = array(); + + // We are trying to get the current theme info. + if ( null === $theme ) { + $theme = wp_get_theme(); + } + + $theme_support['name'] = $theme->get( 'Name' ); + $theme_support['version'] = $theme->get( 'Version' ); + $theme_support['slug'] = $theme->get_stylesheet(); + $theme_support['uri'] = $theme->get( 'ThemeURI' ); + + return $theme_support; + } + + /** + * Whether we've deleted a theme in the current request. + * + * @access private + * + * @return boolean True if this is a theme deletion request, false otherwise. + */ + private function get_delete_theme_call() { + // Intentional usage of `debug_backtrace()` for production needs. + // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_debug_backtrace + $backtrace = debug_backtrace(); + $delete_theme_call = null; + foreach ( $backtrace as $call ) { + if ( isset( $call['function'] ) && 'delete_theme' === $call['function'] ) { + $delete_theme_call = $call; + break; + } + } + return $delete_theme_call; + } + + /** + * Whether we've switched to another theme in the current request. + * + * @access private + * + * @return boolean True if this is a theme switch request, false otherwise. + */ + private function is_theme_switch() { + return did_action( 'after_switch_theme' ); + } + + /** + * Return Total number of objects. + * + * @param array $config Full Sync config. + * + * @return int total + */ + public function total( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return 1; + } + + /** + * Retrieve a set of constants by their IDs. + * + * @access public + * + * @param string $object_type Object type. + * @param array $ids Object IDs. + * @return array Array of objects. + */ + public function get_objects_by_id( $object_type, $ids ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + if ( 'theme-info' !== $object_type ) { + return array(); + } + + return array( $this->get_theme_info() ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php new file mode 100644 index 00000000..570e24a4 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php @@ -0,0 +1,589 @@ +updates = array(); + } + + /** + * Sync module name. + * + * @access public + * + * @return string + */ + public function name() { + return 'updates'; + } + + /** + * Initialize updates action listeners. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_listeners( $callable ) { + global $wp_version; + $this->old_wp_version = $wp_version; + add_action( 'set_site_transient_update_plugins', array( $this, 'validate_update_change' ), 10, 3 ); + add_action( 'set_site_transient_update_themes', array( $this, 'validate_update_change' ), 10, 3 ); + add_action( 'set_site_transient_update_core', array( $this, 'validate_update_change' ), 10, 3 ); + + add_action( 'jetpack_update_plugins_change', $callable ); + add_action( 'jetpack_update_themes_change', $callable ); + add_action( 'jetpack_update_core_change', $callable ); + + add_filter( + 'jetpack_sync_before_enqueue_jetpack_update_themes_change', + array( + $this, + 'expand_themes', + ) + ); + + add_filter( + 'jetpack_sync_before_enqueue_jetpack_update_plugins_change', + array( + $this, + 'filter_update_keys', + ), + 10, + 2 + ); + add_filter( + 'jetpack_sync_before_enqueue_upgrader_process_complete', + array( + $this, + 'filter_upgrader_process_complete', + ), + 10, + 2 + ); + + add_action( 'automatic_updates_complete', $callable ); + + if ( is_multisite() ) { + add_filter( 'pre_update_site_option_wpmu_upgrade_site', array( $this, 'update_core_network_event' ), 10, 2 ); + add_action( 'jetpack_sync_core_update_network', $callable, 10, 3 ); + } + + // Send data when update completes. + add_action( '_core_updated_successfully', array( $this, 'update_core' ) ); + add_action( 'jetpack_sync_core_reinstalled_successfully', $callable ); + add_action( 'jetpack_sync_core_autoupdated_successfully', $callable, 10, 2 ); + add_action( 'jetpack_sync_core_updated_successfully', $callable, 10, 2 ); + } + + /** + * Initialize updates action listeners for full sync. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_full_sync_listeners( $callable ) { + add_action( 'jetpack_full_sync_updates', $callable ); + } + + /** + * Initialize the module in the sender. + * + * @access public + */ + public function init_before_send() { + add_filter( 'jetpack_sync_before_send_jetpack_full_sync_updates', array( $this, 'expand_updates' ) ); + } + + /** + * Handle a core network update. + * + * @access public + * + * @param int $wp_db_version Current version of the WordPress database. + * @param int $old_wp_db_version Old version of the WordPress database. + * @return int Current version of the WordPress database. + */ + public function update_core_network_event( $wp_db_version, $old_wp_db_version ) { + global $wp_version; + /** + * Sync event for when core wp network updates to a new db version + * + * @since 1.6.3 + * @since-jetpack 5.0.0 + * + * @param int $wp_db_version the latest wp_db_version + * @param int $old_wp_db_version previous wp_db_version + * @param string $wp_version the latest wp_version + */ + do_action( 'jetpack_sync_core_update_network', $wp_db_version, $old_wp_db_version, $wp_version ); + return $wp_db_version; + } + + /** + * Handle a core update. + * + * @access public + * + * @todo Implement nonce or refactor to use `admin_post_{$action}` hooks instead. + * + * @param string $new_wp_version The new WP core version. + */ + public function update_core( $new_wp_version ) { + global $pagenow; + + // // phpcs:ignore WordPress.Security.NonceVerification.Recommended + if ( isset( $_GET['action'] ) && 'do-core-reinstall' === $_GET['action'] ) { + /** + * Sync event that fires when core reinstall was successful + * + * @since 1.6.3 + * @since-jetpack 5.0.0 + * + * @param string $new_wp_version the updated WordPress version + */ + do_action( 'jetpack_sync_core_reinstalled_successfully', $new_wp_version ); + return; + } + + // Core was autoupdated. + if ( + 'update-core.php' !== $pagenow && + ! Jetpack_Constants::is_true( 'REST_API_REQUEST' ) // WP.com rest api calls should never be marked as a core autoupdate. + ) { + /** + * Sync event that fires when core autoupdate was successful + * + * @since 1.6.3 + * @since-jetpack 5.0.0 + * + * @param string $new_wp_version the updated WordPress version + * @param string $old_wp_version the previous WordPress version + */ + do_action( 'jetpack_sync_core_autoupdated_successfully', $new_wp_version, $this->old_wp_version ); + return; + } + /** + * Sync event that fires when core update was successful + * + * @since 1.6.3 + * @since-jetpack 5.0.0 + * + * @param string $new_wp_version the updated WordPress version + * @param string $old_wp_version the previous WordPress version + */ + do_action( 'jetpack_sync_core_updated_successfully', $new_wp_version, $this->old_wp_version ); + } + + /** + * Retrieve the checksum for an update. + * + * @access public + * + * @param object $update The update object. + * @param string $transient The transient we're retrieving a checksum for. + * @return int The checksum. + */ + public function get_update_checksum( $update, $transient ) { + $updates = array(); + $no_updated = array(); + switch ( $transient ) { + case 'update_plugins': + if ( ! empty( $update->response ) && is_array( $update->response ) ) { + foreach ( $update->response as $plugin_slug => $response ) { + if ( ! empty( $plugin_slug ) && isset( $response->new_version ) ) { + $updates[] = array( $plugin_slug => $response->new_version ); + } + } + } + if ( ! empty( $update->no_update ) ) { + $no_updated = array_keys( $update->no_update ); + } + + if ( ! isset( $no_updated['jetpack/jetpack.php'] ) && isset( $updates['jetpack/jetpack.php'] ) ) { + return false; + } + + break; + case 'update_themes': + if ( ! empty( $update->response ) && is_array( $update->response ) ) { + foreach ( $update->response as $theme_slug => $response ) { + if ( ! empty( $theme_slug ) && isset( $response['new_version'] ) ) { + $updates[] = array( $theme_slug => $response['new_version'] ); + } + } + } + + if ( ! empty( $update->checked ) ) { + $no_updated = $update->checked; + } + + break; + case 'update_core': + if ( ! empty( $update->updates ) && is_array( $update->updates ) ) { + foreach ( $update->updates as $response ) { + if ( ! empty( $response->response ) && 'latest' === $response->response ) { + continue; + } + if ( ! empty( $response->response ) && isset( $response->packages->full ) ) { + $updates[] = array( $response->response => $response->packages->full ); + } + } + } + + if ( ! empty( $update->version_checked ) ) { + $no_updated = $update->version_checked; + } + + if ( empty( $updates ) ) { + return false; + } + break; + + } + if ( empty( $updates ) && empty( $no_updated ) ) { + return false; + } + return $this->get_check_sum( array( $no_updated, $updates ) ); + } + + /** + * Validate a change coming from an update before sending for sync. + * + * @access public + * + * @param mixed $value Site transient value. + * @param int $expiration Time until transient expiration in seconds. + * @param string $transient Transient name. + */ + public function validate_update_change( $value, $expiration, $transient ) { + $new_checksum = $this->get_update_checksum( $value, $transient ); + + if ( false === $new_checksum ) { + return; + } + + $checksums = get_option( self::UPDATES_CHECKSUM_OPTION_NAME, array() ); + + if ( isset( $checksums[ $transient ] ) && $checksums[ $transient ] === $new_checksum ) { + return; + } + + $checksums[ $transient ] = $new_checksum; + + update_option( self::UPDATES_CHECKSUM_OPTION_NAME, $checksums ); + if ( 'update_core' === $transient ) { + /** + * Trigger a change to core update that we want to sync. + * + * @since 1.6.3 + * @since-jetpack 5.1.0 + * + * @param array $value Contains info that tells us what needs updating. + */ + do_action( 'jetpack_update_core_change', $value ); + return; + } + if ( empty( $this->updates ) ) { + // Lets add the shutdown method once and only when the updates move from empty to filled with something. + add_action( 'shutdown', array( $this, 'sync_last_event' ), 9 ); + } + if ( ! isset( $this->updates[ $transient ] ) ) { + $this->updates[ $transient ] = array(); + } + $this->updates[ $transient ][] = $value; + } + + /** + * Sync the last update only. + * + * @access public + */ + public function sync_last_event() { + foreach ( $this->updates as $transient => $values ) { + $value = end( $values ); // Only send over the last value. + /** + * Trigger a change to a specific update that we want to sync. + * Triggers one of the following actions: + * - jetpack_{$transient}_change + * - jetpack_update_plugins_change + * - jetpack_update_themes_change + * + * @since 1.6.3 + * @since-jetpack 5.1.0 + * + * @param array $value Contains info that tells us what needs updating. + */ + do_action( "jetpack_{$transient}_change", $value ); + } + } + + /** + * Enqueue the updates actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $max_items_to_enqueue Maximum number of items to enqueue. + * @param boolean $state True if full sync has finished enqueueing this module, false otherwise. + * @return array Number of actions enqueued, and next module state. + */ + public function enqueue_full_sync_actions( $config, $max_items_to_enqueue, $state ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + /** + * Tells the client to sync all updates to the server + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param boolean Whether to expand updates (should always be true) + */ + do_action( 'jetpack_full_sync_updates', true ); + + // The number of actions enqueued, and next module state (true == done). + return array( 1, true ); + } + + /** + * Send the updates actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $send_until The timestamp until the current request can send. + * @param array $state This module Full Sync status. + * + * @return array This module Full Sync status. + */ + public function send_full_sync_actions( $config, $send_until, $state ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + // we call this instead of do_action when sending immediately. + $this->send_action( 'jetpack_full_sync_updates', array( true ) ); + + // The number of actions enqueued, and next module state (true == done). + return array( 'finished' => true ); + } + + /** + * Retrieve an estimated number of actions that will be enqueued. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return array Number of items yet to be enqueued. + */ + public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return 1; + } + + /** + * Retrieve the actions that will be sent for this module during a full sync. + * + * @access public + * + * @return array Full sync actions of this module. + */ + public function get_full_sync_actions() { + return array( 'jetpack_full_sync_updates' ); + } + + /** + * Retrieve all updates that we're interested in. + * + * @access public + * + * @return array All updates. + */ + public function get_all_updates() { + return array( + 'core' => get_site_transient( 'update_core' ), + 'plugins' => get_site_transient( 'update_plugins' ), + 'themes' => get_site_transient( 'update_themes' ), + ); + } + + /** + * Remove unnecessary keys from synced updates data. + * + * @access public + * + * @param array $args Hook arguments. + * @return array $args Hook arguments. + */ + public function filter_update_keys( $args ) { + $updates = $args[0]; + + if ( isset( $updates->no_update ) ) { + unset( $updates->no_update ); + } + + return $args; + } + + /** + * Filter out upgrader object from the completed upgrader action args. + * + * @access public + * + * @param array $args Hook arguments. + * @return array $args Filtered hook arguments. + */ + public function filter_upgrader_process_complete( $args ) { + array_shift( $args ); + + return $args; + } + + /** + * Expand the updates within a hook before they are serialized and sent to the server. + * + * @access public + * + * @param array $args The hook parameters. + * @return array $args The hook parameters. + */ + public function expand_updates( $args ) { + if ( $args[0] ) { + return $this->get_all_updates(); + } + + return $args; + } + + /** + * Expand the themes within a hook before they are serialized and sent to the server. + * + * @access public + * + * @param array $args The hook parameters. + * @return array $args The hook parameters. + */ + public function expand_themes( $args ) { + if ( ! isset( $args[0]->response ) ) { + return $args; + } + if ( ! is_array( $args[0]->response ) ) { + // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_trigger_error + trigger_error( 'Warning: Not an Array as expected but -> ' . wp_json_encode( $args[0]->response ) . ' instead', E_USER_WARNING ); + return $args; + } + foreach ( $args[0]->response as $stylesheet => &$theme_data ) { + $theme = wp_get_theme( $stylesheet ); + $theme_data['name'] = $theme->name; + } + return $args; + } + + /** + * Perform module cleanup. + * Deletes any transients and options that this module uses. + * Usually triggered when uninstalling the plugin. + * + * @access public + */ + public function reset_data() { + delete_option( self::UPDATES_CHECKSUM_OPTION_NAME ); + } + + /** + * Return Total number of objects. + * + * @param array $config Full Sync config. + * + * @return int total + */ + public function total( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return 3; + } + + /** + * Retrieve a set of updates by their IDs. + * + * @access public + * + * @param string $object_type Object type. + * @param array $ids Object IDs. + * @return array Array of objects. + */ + public function get_objects_by_id( $object_type, $ids ) { + if ( empty( $ids ) || empty( $object_type ) || 'update' !== $object_type ) { + return array(); + } + + $objects = array(); + foreach ( (array) $ids as $id ) { + $object = $this->get_object_by_id( $object_type, $id ); + + if ( 'all' === $id ) { + // If all was requested it contains all updates and can simply be returned. + return $object; + } + $objects[ $id ] = $object; + } + + return $objects; + } + + /** + * Retrieve a update by its id. + * + * @access public + * + * @param string $object_type Type of the sync object. + * @param string $id ID of the sync object. + * @return mixed Value of Update. + */ + public function get_object_by_id( $object_type, $id ) { + if ( 'update' === $object_type ) { + + // Only whitelisted constants can be returned. + if ( in_array( $id, array( 'core', 'plugins', 'themes' ), true ) ) { + return get_site_transient( 'update_' . $id ); + } elseif ( 'all' === $id ) { + return $this->get_all_updates(); + } + } + + return false; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php new file mode 100644 index 00000000..0fe7bd83 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php @@ -0,0 +1,893 @@ + 'password_changed', + 'user_email' => 'email_changed', + 'user_nicename' => 'nicename_changed', + 'user_url' => 'url_changed', + 'user_registered' => 'registration_date_changed', + 'user_activation_key' => 'activation_key_changed', + 'display_name' => 'display_name_changed', + ); + + /** + * Sync module name. + * + * @access public + * + * @return string + */ + public function name() { + return 'users'; + } + + /** + * The table in the database. + * + * @access public + * + * @return string + */ + public function table_name() { + return 'usermeta'; + } + + /** + * The id field in the database. + * + * @access public + * + * @return string + */ + public function id_field() { + return 'user_id'; + } + + /** + * Retrieve a user by its ID. + * This is here to support the backfill API. + * + * @access public + * + * @param string $object_type Type of the sync object. + * @param int $id ID of the sync object. + * @return \WP_User|bool Filtered \WP_User object, or false if the object is not a user. + */ + public function get_object_by_id( $object_type, $id ) { + if ( 'user' === $object_type ) { + $user = get_user_by( 'id', (int) $id ); + if ( $user ) { + return $this->sanitize_user_and_expand( $user ); + } + } + + return false; + } + + /** + * Initialize users action listeners. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_listeners( $callable ) { + // Users. + add_action( 'user_register', array( $this, 'user_register_handler' ) ); + add_action( 'profile_update', array( $this, 'save_user_handler' ), 10, 2 ); + + add_action( 'add_user_to_blog', array( $this, 'add_user_to_blog_handler' ) ); + add_action( 'jetpack_sync_add_user', $callable, 10, 2 ); + + add_action( 'jetpack_sync_register_user', $callable, 10, 2 ); + add_action( 'jetpack_sync_save_user', $callable, 10, 2 ); + + add_action( 'jetpack_sync_user_locale', $callable, 10, 2 ); + add_action( 'jetpack_sync_user_locale_delete', $callable, 10, 1 ); + + add_action( 'deleted_user', array( $this, 'deleted_user_handler' ), 10, 2 ); + add_action( 'jetpack_deleted_user', $callable, 10, 3 ); + add_action( 'remove_user_from_blog', array( $this, 'remove_user_from_blog_handler' ), 10, 2 ); + add_action( 'jetpack_removed_user_from_blog', $callable, 10, 2 ); + + // User roles. + add_action( 'add_user_role', array( $this, 'save_user_role_handler' ), 10, 2 ); + add_action( 'set_user_role', array( $this, 'save_user_role_handler' ), 10, 3 ); + add_action( 'remove_user_role', array( $this, 'save_user_role_handler' ), 10, 2 ); + + // User capabilities. + add_action( 'added_user_meta', array( $this, 'maybe_save_user_meta' ), 10, 4 ); + add_action( 'updated_user_meta', array( $this, 'maybe_save_user_meta' ), 10, 4 ); + add_action( 'deleted_user_meta', array( $this, 'maybe_save_user_meta' ), 10, 4 ); + + // User authentication. + add_filter( 'authenticate', array( $this, 'authenticate_handler' ), 1000, 3 ); + add_action( 'wp_login', array( $this, 'wp_login_handler' ), 10, 2 ); + + add_action( 'jetpack_wp_login', $callable, 10, 3 ); + + add_action( 'wp_logout', $callable, 10, 1 ); + add_action( 'wp_masterbar_logout', $callable, 10, 1 ); + + // Add on init. + add_filter( 'jetpack_sync_before_enqueue_jetpack_sync_add_user', array( $this, 'expand_action' ) ); + add_filter( 'jetpack_sync_before_enqueue_jetpack_sync_register_user', array( $this, 'expand_action' ) ); + add_filter( 'jetpack_sync_before_enqueue_jetpack_sync_save_user', array( $this, 'expand_action' ) ); + add_filter( 'jetpack_sync_before_enqueue_jetpack_wp_login', array( $this, 'expand_login_username' ), 10, 1 ); + add_filter( 'jetpack_sync_before_enqueue_wp_logout', array( $this, 'expand_logout_username' ), 10, 1 ); + } + + /** + * Initialize users action listeners for full sync. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_full_sync_listeners( $callable ) { + add_action( 'jetpack_full_sync_users', $callable ); + } + + /** + * Initialize the module in the sender. + * + * @access public + */ + public function init_before_send() { + // Full sync. + add_filter( 'jetpack_sync_before_send_jetpack_full_sync_users', array( $this, 'expand_users' ) ); + } + + /** + * Retrieve a user by a user ID or object. + * + * @access private + * + * @param mixed $user User object or ID. + * @return \WP_User User object, or `null` if user invalid/not found. + */ + private function get_user( $user ) { + if ( is_numeric( $user ) ) { + $user = get_user_by( 'id', $user ); + } + if ( $user instanceof \WP_User ) { + return $user; + } + return null; + } + + /** + * Sanitize a user object. + * Removes the password from the user object because we don't want to sync it. + * + * @access public + * + * @todo Refactor `serialize`/`unserialize` to `wp_json_encode`/`wp_json_decode`. + * + * @param \WP_User $user User object. + * @return \WP_User Sanitized user object. + */ + public function sanitize_user( $user ) { + $user = $this->get_user( $user ); + // This creates a new user object and stops the passing of the object by reference. + // // phpcs:disable WordPress.PHP.DiscouragedPHPFunctions.serialize_serialize, WordPress.PHP.DiscouragedPHPFunctions.serialize_unserialize + $user = unserialize( serialize( $user ) ); + + if ( is_object( $user ) && is_object( $user->data ) ) { + unset( $user->data->user_pass ); + } + return $user; + } + + /** + * Expand a particular user. + * + * @access public + * + * @param \WP_User $user User object. + * @return \WP_User Expanded user object. + */ + public function expand_user( $user ) { + if ( ! is_object( $user ) ) { + return null; + } + $user->allowed_mime_types = get_allowed_mime_types( $user ); + $user->allcaps = $this->get_real_user_capabilities( $user ); + + // Only set the user locale if it is different from the site locale. + if ( get_locale() !== get_user_locale( $user->ID ) ) { + $user->locale = get_user_locale( $user->ID ); + } + + return $user; + } + + /** + * Retrieve capabilities we care about for a particular user. + * + * @access public + * + * @param \WP_User $user User object. + * @return array User capabilities. + */ + public function get_real_user_capabilities( $user ) { + $user_capabilities = array(); + if ( is_wp_error( $user ) ) { + return $user_capabilities; + } + foreach ( Defaults::get_capabilities_whitelist() as $capability ) { + if ( user_can( $user, $capability ) ) { + $user_capabilities[ $capability ] = true; + } + } + return $user_capabilities; + } + + /** + * Retrieve, expand and sanitize a user. + * Can be directly used in the sync user action handlers. + * + * @access public + * + * @param mixed $user User ID or user object. + * @return \WP_User Expanded and sanitized user object. + */ + public function sanitize_user_and_expand( $user ) { + $user = $this->get_user( $user ); + $user = $this->expand_user( $user ); + return $this->sanitize_user( $user ); + } + + /** + * Expand the user within a hook before it is serialized and sent to the server. + * + * @access public + * + * @param array $args The hook arguments. + * @return array $args The hook arguments. + */ + public function expand_action( $args ) { + // The first argument is always the user. + list( $user ) = $args; + if ( $user ) { + $args[0] = $this->sanitize_user_and_expand( $user ); + return $args; + } + + return false; + } + + /** + * Expand the user username at login before enqueuing. + * + * @access public + * + * @param array $args The hook arguments. + * @return array $args Expanded hook arguments. + */ + public function expand_login_username( $args ) { + list( $login, $user, $flags ) = $args; + $user = $this->sanitize_user( $user ); + + return array( $login, $user, $flags ); + } + + /** + * Expand the user username at logout before enqueuing. + * + * @access public + * + * @param array $args The hook arguments. + * @return false|array $args Expanded hook arguments or false if we don't have a user. + */ + public function expand_logout_username( $args ) { + list( $user_id ) = $args; + + $user = get_userdata( $user_id ); + $user = $this->sanitize_user( $user ); + + $login = ''; + if ( is_object( $user ) && is_object( $user->data ) ) { + $login = $user->data->user_login; + } + + // If we don't have a user here lets not enqueue anything. + if ( empty( $login ) ) { + return false; + } + + return array( $login, $user ); + } + + /** + * Additional processing is needed for wp_login so we introduce this wrapper handler. + * + * @access public + * + * @param string $user_login The user login. + * @param \WP_User $user The user object. + */ + public function wp_login_handler( $user_login, $user ) { + /** + * Fires when a user is logged into a site. + * + * @since 1.6.3 + * @since-jetpack 7.2.0 + * + * @param int $user_id The user ID. + * @param \WP_User $user The User Object of the user that currently logged in. + * @param array $params Any Flags that have been added during login. + */ + do_action( 'jetpack_wp_login', $user->ID, $user, $this->get_flags( $user->ID ) ); + $this->clear_flags( $user->ID ); + } + + /** + * A hook for the authenticate event that checks the password strength. + * + * @access public + * + * @param \WP_Error|\WP_User $user The user object, or an error. + * @param string $username The username. + * @param string $password The password used to authenticate. + * @return \WP_Error|\WP_User the same object that was passed into the function. + */ + public function authenticate_handler( $user, $username, $password ) { + // In case of cookie authentication we don't do anything here. + if ( empty( $password ) ) { + return $user; + } + + // We are only interested in successful authentication events. + if ( is_wp_error( $user ) || ! ( $user instanceof \WP_User ) ) { + return $user; + } + + $password_checker = new Password_Checker( $user->ID ); + + $test_results = $password_checker->test( $password, true ); + + // If the password passes tests, we don't do anything. + if ( empty( $test_results['test_results']['failed'] ) ) { + return $user; + } + + $this->add_flags( + $user->ID, + array( + 'warning' => 'The password failed at least one strength test.', + 'failures' => $test_results['test_results']['failed'], + ) + ); + + return $user; + } + + /** + * Handler for after the user is deleted. + * + * @access public + * + * @param int $deleted_user_id ID of the deleted user. + * @param int $reassigned_user_id ID of the user the deleted user's posts are reassigned to (if any). + */ + public function deleted_user_handler( $deleted_user_id, $reassigned_user_id = '' ) { + $is_multisite = is_multisite(); + /** + * Fires when a user is deleted on a site + * + * @since 1.6.3 + * @since-jetpack 5.4.0 + * + * @param int $deleted_user_id - ID of the deleted user. + * @param int $reassigned_user_id - ID of the user the deleted user's posts are reassigned to (if any). + * @param bool $is_multisite - Whether this site is a multisite installation. + */ + do_action( 'jetpack_deleted_user', $deleted_user_id, $reassigned_user_id, $is_multisite ); + } + + /** + * Handler for user registration. + * + * @access public + * + * @param int $user_id ID of the deleted user. + */ + public function user_register_handler( $user_id ) { + // Ensure we only sync users who are members of the current blog. + if ( ! is_user_member_of_blog( $user_id, get_current_blog_id() ) ) { + return; + } + + if ( Jetpack_Constants::is_true( 'JETPACK_INVITE_ACCEPTED' ) ) { + $this->add_flags( $user_id, array( 'invitation_accepted' => true ) ); + } + /** + * Fires when a new user is registered on a site + * + * @since 1.6.3 + * @since-jetpack 4.9.0 + * + * @param object The WP_User object + */ + do_action( 'jetpack_sync_register_user', $user_id, $this->get_flags( $user_id ) ); + $this->clear_flags( $user_id ); + } + + /** + * Handler for user addition to the current blog. + * + * @access public + * + * @param int $user_id ID of the user. + */ + public function add_user_to_blog_handler( $user_id ) { + // Ensure we only sync users who are members of the current blog. + if ( ! is_user_member_of_blog( $user_id, get_current_blog_id() ) ) { + return; + } + + if ( Jetpack_Constants::is_true( 'JETPACK_INVITE_ACCEPTED' ) ) { + $this->add_flags( $user_id, array( 'invitation_accepted' => true ) ); + } + + /** + * Fires when a user is added on a site + * + * @since 1.6.3 + * @since-jetpack 4.9.0 + * + * @param object The WP_User object + */ + do_action( 'jetpack_sync_add_user', $user_id, $this->get_flags( $user_id ) ); + $this->clear_flags( $user_id ); + } + + /** + * Handler for user save. + * + * @access public + * + * @param int $user_id ID of the user. + * @param \WP_User $old_user_data User object before the changes. + */ + public function save_user_handler( $user_id, $old_user_data = null ) { + // Ensure we only sync users who are members of the current blog. + if ( ! is_user_member_of_blog( $user_id, get_current_blog_id() ) ) { + return; + } + + $user = get_user_by( 'id', $user_id ); + + // Older versions of WP don't pass the old_user_data in ->data. + if ( isset( $old_user_data->data ) ) { + $old_user = $old_user_data->data; + } else { + $old_user = $old_user_data; + } + + if ( ! is_object( $old_user ) ) { + return; + } + + $old_user_array = get_object_vars( $old_user ); + + foreach ( $old_user_array as $user_field => $field_value ) { + if ( false === $user->has_prop( $user_field ) ) { + continue; + } + if ( $user->$user_field !== $field_value ) { + if ( 'user_email' === $user_field ) { + /** + * The '_new_email' user meta is deleted right after the call to wp_update_user + * that got us to this point so if it's still set then this was a user confirming + * their new email address. + */ + if ( 1 === (int) get_user_meta( $user->ID, '_new_email', true ) ) { + $this->flags[ $user_id ]['email_changed'] = true; + } + continue; + } + + $flag = isset( $this->user_fields_to_flags_mapping[ $user_field ] ) ? $this->user_fields_to_flags_mapping[ $user_field ] : 'unknown_field_changed'; + + $this->flags[ $user_id ][ $flag ] = true; + } + } + + if ( isset( $this->flags[ $user_id ] ) ) { + + /** + * Fires when the client needs to sync an updated user. + * + * @since 1.6.3 + * @since-jetpack 4.2.0 + * + * @param \WP_User The WP_User object + * @param array State - New since 5.8.0 + */ + do_action( 'jetpack_sync_save_user', $user_id, $this->get_flags( $user_id ) ); + $this->clear_flags( $user_id ); + } + } + + /** + * Handler for user role change. + * + * @access public + * + * @param int $user_id ID of the user. + * @param string $role New user role. + * @param array $old_roles Previous user roles. + */ + public function save_user_role_handler( $user_id, $role, $old_roles = null ) { + $this->add_flags( + $user_id, + array( + 'role_changed' => true, + 'previous_role' => $old_roles, + ) + ); + + // The jetpack_sync_register_user payload is identical to jetpack_sync_save_user, don't send both. + if ( $this->is_create_user() || $this->is_add_user_to_blog() ) { + return; + } + /** + * This action is documented already in this file + */ + do_action( 'jetpack_sync_save_user', $user_id, $this->get_flags( $user_id ) ); + $this->clear_flags( $user_id ); + } + + /** + * Retrieve current flags for a particular user. + * + * @access public + * + * @param int $user_id ID of the user. + * @return array Current flags of the user. + */ + public function get_flags( $user_id ) { + if ( isset( $this->flags[ $user_id ] ) ) { + return $this->flags[ $user_id ]; + } + return array(); + } + + /** + * Clear the flags of a particular user. + * + * @access public + * + * @param int $user_id ID of the user. + */ + public function clear_flags( $user_id ) { + if ( isset( $this->flags[ $user_id ] ) ) { + unset( $this->flags[ $user_id ] ); + } + } + + /** + * Add flags to a particular user. + * + * @access public + * + * @param int $user_id ID of the user. + * @param array $flags New flags to add for the user. + */ + public function add_flags( $user_id, $flags ) { + $this->flags[ $user_id ] = wp_parse_args( $flags, $this->get_flags( $user_id ) ); + } + + /** + * Save the user meta, if we're interested in it. + * Also uses the time to add flags for the user. + * + * @access public + * + * @param int $meta_id ID of the meta object. + * @param int $user_id ID of the user. + * @param string $meta_key Meta key. + * @param mixed $value Meta value. + */ + public function maybe_save_user_meta( $meta_id, $user_id, $meta_key, $value ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + if ( 'locale' === $meta_key ) { + $this->add_flags( $user_id, array( 'locale_changed' => true ) ); + } + + $user = get_user_by( 'id', $user_id ); + if ( isset( $user->cap_key ) && $meta_key === $user->cap_key ) { + $this->add_flags( $user_id, array( 'capabilities_changed' => true ) ); + } + + if ( $this->is_create_user() || $this->is_add_user_to_blog() || $this->is_delete_user() ) { + return; + } + + if ( isset( $this->flags[ $user_id ] ) ) { + /** + * This action is documented already in this file + */ + do_action( 'jetpack_sync_save_user', $user_id, $this->get_flags( $user_id ) ); + } + } + + /** + * Enqueue the users actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $max_items_to_enqueue Maximum number of items to enqueue. + * @param boolean $state True if full sync has finished enqueueing this module, false otherwise. + * @return array Number of actions enqueued, and next module state. + */ + public function enqueue_full_sync_actions( $config, $max_items_to_enqueue, $state ) { + global $wpdb; + + return $this->enqueue_all_ids_as_action( 'jetpack_full_sync_users', $wpdb->usermeta, 'user_id', $this->get_where_sql( $config ), $max_items_to_enqueue, $state ); + } + + /** + * Retrieve an estimated number of actions that will be enqueued. + * + * @access public + * + * @todo Refactor to prepare the SQL query before executing it. + * + * @param array $config Full sync configuration for this sync module. + * @return array Number of items yet to be enqueued. + */ + public function estimate_full_sync_actions( $config ) { + global $wpdb; + + $query = "SELECT count(*) FROM $wpdb->usermeta"; + + $where_sql = $this->get_where_sql( $config ); + if ( $where_sql ) { + $query .= ' WHERE ' . $where_sql; + } + + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + $count = $wpdb->get_var( $query ); + + return (int) ceil( $count / self::ARRAY_CHUNK_SIZE ); + } + + /** + * Retrieve the WHERE SQL clause based on the module config. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return string WHERE SQL clause, or `null` if no comments are specified in the module config. + */ + public function get_where_sql( $config ) { + global $wpdb; + + $query = "meta_key = '{$wpdb->prefix}user_level' AND meta_value > 0"; + + // The $config variable is a list of user IDs to sync. + if ( is_array( $config ) ) { + $query .= ' AND user_id IN (' . implode( ',', array_map( 'intval', $config ) ) . ')'; + } + + return $query; + } + + /** + * Retrieve the actions that will be sent for this module during a full sync. + * + * @access public + * + * @return array Full sync actions of this module. + */ + public function get_full_sync_actions() { + return array( 'jetpack_full_sync_users' ); + } + + /** + * Retrieve initial sync user config. + * + * @access public + * + * @todo Refactor the SQL query to call $wpdb->prepare() before execution. + * + * @return array|boolean IDs of users to initially sync, or false if tbe number of users exceed the maximum. + */ + public function get_initial_sync_user_config() { + global $wpdb; + + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + $user_ids = $wpdb->get_col( "SELECT user_id FROM $wpdb->usermeta WHERE meta_key = '{$wpdb->prefix}user_level' AND meta_value > 0 LIMIT " . ( self::MAX_INITIAL_SYNC_USERS + 1 ) ); + $user_ids_count = is_countable( $user_ids ) ? count( $user_ids ) : 0; + + if ( $user_ids_count <= self::MAX_INITIAL_SYNC_USERS ) { + return $user_ids; + } else { + return false; + } + } + + /** + * Expand the users within a hook before they are serialized and sent to the server. + * + * @access public + * + * @param array $args The hook arguments. + * @return array $args The hook arguments. + */ + public function expand_users( $args ) { + list( $user_ids, $previous_end ) = $args; + + return array( + 'users' => array_map( + array( $this, 'sanitize_user_and_expand' ), + get_users( + array( + 'include' => $user_ids, + 'orderby' => 'ID', + 'order' => 'DESC', + ) + ) + ), + 'previous_end' => $previous_end, + ); + } + + /** + * Handler for user removal from a particular blog. + * + * @access public + * + * @param int $user_id ID of the user. + * @param int $blog_id ID of the blog. + */ + public function remove_user_from_blog_handler( $user_id, $blog_id ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + // User is removed on add, see https://github.com/WordPress/WordPress/blob/0401cee8b36df3def8e807dd766adc02b359dfaf/wp-includes/ms-functions.php#L2114. + if ( $this->is_add_new_user_to_blog() ) { + return; + } + + $reassigned_user_id = $this->get_reassigned_network_user_id(); + + // Note that we are in the context of the blog the user is removed from, see https://github.com/WordPress/WordPress/blob/473e1ba73bc5c18c72d7f288447503713d518790/wp-includes/ms-functions.php#L233. + /** + * Fires when a user is removed from a blog on a multisite installation + * + * @since 1.6.3 + * @since-jetpack 5.4.0 + * + * @param int $user_id - ID of the removed user + * @param int $reassigned_user_id - ID of the user the removed user's posts are reassigned to (if any). + */ + do_action( 'jetpack_removed_user_from_blog', $user_id, $reassigned_user_id ); + } + + /** + * Whether we're adding a new user to a blog in this request. + * + * @access protected + * + * @return boolean + */ + protected function is_add_new_user_to_blog() { + return $this->is_function_in_backtrace( 'add_new_user_to_blog' ); + } + + /** + * Whether we're adding an existing user to a blog in this request. + * + * @access protected + * + * @return boolean + */ + protected function is_add_user_to_blog() { + return $this->is_function_in_backtrace( 'add_user_to_blog' ); + } + + /** + * Whether we're removing a user from a blog in this request. + * + * @access protected + * + * @return boolean + */ + protected function is_delete_user() { + return $this->is_function_in_backtrace( array( 'wp_delete_user', 'remove_user_from_blog' ) ); + } + + /** + * Whether we're creating a user or adding a new user to a blog. + * + * @access protected + * + * @return boolean + */ + protected function is_create_user() { + $functions = array( + 'add_new_user_to_blog', // Used to suppress jetpack_sync_save_user in save_user_cap_handler when user registered on multi site. + 'wp_create_user', // Used to suppress jetpack_sync_save_user in save_user_role_handler when user registered on multi site. + 'wp_insert_user', // Used to suppress jetpack_sync_save_user in save_user_cap_handler and save_user_role_handler when user registered on single site. + ); + + return $this->is_function_in_backtrace( $functions ); + } + + /** + * Retrieve the ID of the user the removed user's posts are reassigned to (if any). + * + * @return int ID of the user that got reassigned as the author of the posts. + */ + protected function get_reassigned_network_user_id() { + $backtrace = debug_backtrace( false ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_debug_backtrace + foreach ( $backtrace as $call ) { + if ( + 'remove_user_from_blog' === $call['function'] && + 3 === count( $call['args'] ) + ) { + return $call['args'][2]; + } + } + + return false; + } + + /** + * Checks if one or more function names is in debug_backtrace. + * + * @access protected + * + * @param array|string $names Mixed string name of function or array of string names of functions. + * @return bool + */ + protected function is_function_in_backtrace( $names ) { + $backtrace = debug_backtrace( false ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_debug_backtrace + if ( ! is_array( $names ) ) { + $names = array( $names ); + } + $names_as_keys = array_flip( $names ); + + $backtrace_functions = array_column( $backtrace, 'function' ); + $backtrace_functions_as_keys = array_flip( $backtrace_functions ); + $intersection = array_intersect_key( $backtrace_functions_as_keys, $names_as_keys ); + return ! empty( $intersection ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php new file mode 100644 index 00000000..66e79902 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php @@ -0,0 +1,355 @@ +order_table_name; + } + + /** + * Initialize order table data store, returns if the class don't exist (pre WC 6.x) + * + * @access public + */ + public function __construct() { + if ( ! class_exists( OrdersTableDataStore::class ) ) { + return; + } + $this->order_table_name = OrdersTableDataStore::get_orders_table_name(); + } + + /** + * Get order types that we want to sync. Adding a new type here is not enough, we would also need to add its prop in filter_order_data method. + * + * @access private + * + * @param bool $prefixed Whether to return prefixed types with shop_ or not. + * + * @return array Order types to sync. + */ + private function get_order_types_to_sync( $prefixed = false ) { + $types = array( 'order', 'order_refund' ); + if ( $prefixed ) { + $types = array_map( + function ( $type ) { + return "shop_{$type}"; + }, + $types + ); + } + return $types; + } + + /** + * Hooks sync listners on order modify events. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_listeners( $callable ) { + foreach ( $this->get_order_types_to_sync() as $type ) { + add_action( "woocommerce_after_{$type}_object_save", $callable ); + add_filter( "jetpack_sync_before_enqueue_woocommerce_after_{$type}_object_save", array( $this, 'expand_order_object' ) ); + } + add_action( 'woocommerce_delete_order', $callable ); + add_filter( 'jetpack_sync_before_enqueue_woocommerce_delete_order', array( $this, 'expand_order_object' ) ); + add_action( 'woocommerce_trash_order', $callable ); + add_filter( 'jetpack_sync_before_enqueue_woocommerce_trash_order', array( $this, 'expand_order_object' ) ); + } + + /** + * Hooks the full sync listeners. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_full_sync_listeners( $callable ) { + add_action( 'jetpack_full_sync_orders', $callable ); + add_filter( 'jetpack_sync_before_enqueue_full_sync_orders', array( $this, 'expand_order_objects' ) ); + } + + /** + * Returns the ID field from wc_orders table. + * + * @access public + * + * @return string + */ + public function id_field() { + return 'id'; + } + + /** + * Retrieve the actions that will be sent for this module during a full sync. + * + * @access public + * + * @return array Full sync actions of this module. + */ + public function get_full_sync_actions() { + return array( 'jetpack_full_sync_orders' ); + } + + /** + * Retrieve order data by its ID. + * + * @access public + * + * @param string $object_type Type of object to retrieve. Should be `order`. + * @param int $id Order ID. + * + * @return array + */ + public function get_object_by_id( $object_type, $id ) { + if ( 'order' !== $object_type ) { + return $id; + } + $order_objects = $this->get_objects_by_id( $object_type, array( $id ) ); + return isset( $order_objects[ $id ] ) ? $order_objects[ $id ] : false; + } + + /** + * Retrieves multiple orders data by their ID. + * + * @access public + * + * @param string $object_type Type of object to retrieve. Should be `order`. + * @param array $ids List of order IDs. + * + * @return array + */ + public function get_objects_by_id( $object_type, $ids ) { + if ( 'order' !== $object_type ) { + return $ids; + } + $orders = wc_get_orders( + array( + 'include' => $ids, + 'type' => $this->get_order_types_to_sync( true ), + ) + ); + $orders_data = array(); + foreach ( $orders as $order ) { + $orders_data[ $order->get_id() ] = $this->filter_order_data( $order ); + } + return $orders_data; + } + + /** + * Retrieves multiple orders data by their ID. + * + * @access public + * + * @param array $args List of order IDs. + * + * @return array + */ + public function expand_order_objects( $args ) { + $order_ids = $args; + + return $this->get_objects_by_id( 'order', $order_ids ); + } + + /** + * Retrieve order data by its ID. + * + * @access public + * + * @param array $args Order ID. + * + * @return array + */ + public function expand_order_object( $args ) { + $order_object = $args[0]; + + if ( is_int( $order_object ) ) { + $order_object = wc_get_order( $order_object ); + } + + if ( ! $order_object instanceof \WC_Abstract_Order ) { + return false; + } + + return $this->filter_order_data( $order_object ); + } + + /** + * Filters only allowed keys from order data. No PII etc information is allowed to be synced. + * + * @access private + * + * @param \WC_Abstract_Order $order_object Order object. + * + * @return array Filtered order data. + */ + private function filter_order_data( $order_object ) { + // Filter with allowlist. + $allowed_data_keys = WooCommerce::$wc_post_meta_whitelist; + $core_table_keys = array( + 'id', + 'status', + 'date_created', + 'date_modified', + 'parent_id', + ); + $allowed_data_keys = array_merge( $allowed_data_keys, $core_table_keys ); + $filtered_order_data = array( 'type' => $order_object->get_type() ); + $order_data = $order_object->get_data(); + foreach ( $allowed_data_keys as $key ) { + $key = trim( $key, '_' ); + $key_parts = explode( '_', $key ); + + if ( in_array( $key_parts[0], array( 'order', 'refund' ), true ) ) { + if ( isset( $order_data[ $key_parts[1] ] ) && ! is_array( $order_data[ $key_parts[1] ] ) ) { + $filtered_order_data[ $key ] = $order_data[ $key_parts[1] ]; + continue; + } + } + + if ( in_array( $key_parts[0], array( 'billing', 'shipping' ), true ) && 2 === count( $key_parts ) ) { + if ( isset( $order_data[ $key_parts[0] ][ $key_parts[1] ] ) ) { + $filtered_order_data[ $key ] = $order_data[ $key_parts[0] ][ $key_parts[1] ]; + continue; + } + } + + if ( isset( $order_data[ $key ] ) ) { + $filtered_order_data[ $key ] = $order_data[ $key ]; + continue; + } + + switch ( $key ) { + case 'cart_discount': + $filtered_order_data[ $key ] = isset( $order_data['discount_total'] ) ? $order_data['discount_total'] : ''; + break; + case 'cart_discount_tax': + $filtered_order_data[ $key ] = isset( $order_data['discount_tax'] ) ? $order_data['discount_tax'] : ''; + break; + case 'order_shipping': + $filtered_order_data[ $key ] = isset( $order_data['shipping_total'] ) ? $order_data['shipping_total'] : ''; + break; + case 'order_shipping_tax': + $filtered_order_data[ $key ] = isset( $order_data['shipping_tax'] ) ? $order_data['shipping_tax'] : ''; + break; + case 'order_tax': + $filtered_order_data[ $key ] = isset( $order_data['cart_tax'] ) ? $order_data['cart_tax'] : ''; + break; + case 'order_total': + $filtered_order_data[ $key ] = isset( $order_data['total'] ) ? $order_data['total'] : ''; + break; + } + } + if ( '' === $filtered_order_data['status'] ) { + $filtered_order_data['status'] = 'pending'; + } + + return $filtered_order_data; + } + + /** + * Returns metadata for order object. + * + * @access protected + * + * @param array $ids List of order IDs. + * @param string $meta_type Meta type. + * @param array $meta_key_whitelist List of allowed meta keys. + * + * @return array Filtered order metadata. + */ + protected function get_metadata( $ids, $meta_type, $meta_key_whitelist ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable -- returning empty meta is intentional. + return array(); // don't sync metadata, all allow-listed core data is available in the order object. + } + + /** + * Retrieve an estimated number of actions that will be enqueued. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @return array Number of items yet to be enqueued. + */ + public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable -- We return all order count for full sync, so confit is not required. + global $wpdb; + + $query = "SELECT count(*) FROM {$this->table_name()} WHERE {$this->get_where_sql( $config ) }"; + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared, WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching -- Hardcoded query, no user variable + $count = $wpdb->get_var( $query ); + + return (int) ceil( $count / self::ARRAY_CHUNK_SIZE ); + } + + /** + * Enqueue the WooCommerce HPOS orders actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $max_items_to_enqueue Maximum number of items to enqueue. + * @param boolean $state True if full sync has finished enqueueing this module, false otherwise. + * @return array Number of actions enqueued, and next module state. + */ + public function enqueue_full_sync_actions( $config, $max_items_to_enqueue, $state ) { + return $this->enqueue_all_ids_as_action( 'full_sync_orders', $this->table_name(), 'id', $this->get_where_sql( $config ), $max_items_to_enqueue, $state ); + } + + /** + * Get where SQL for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * + * @return string WHERE SQL clause, or `null` if no comments are specified in the module config. + */ + public function get_where_sql( $config ) { + global $wpdb; + $parent_where = parent::get_where_sql( $config ); + $order_types = $this->get_order_types_to_sync( true ); + $order_type_placeholder = implode( ', ', array_fill( 0, count( $order_types ), '%s' ) ); + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared, WordPress.DB.PreparedSQLPlaceholders.UnfinishedPrepare -- Query is prepared. + $where_sql = $wpdb->prepare( "type IN ( $order_type_placeholder )", $order_types ); + return "{$parent_where} AND {$where_sql}"; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php new file mode 100644 index 00000000..f5cbd801 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php @@ -0,0 +1,614 @@ +order_item_table_name; + } + + /** + * Constructor. + * + * @global $wpdb + * + * @todo Should we refactor this to use $this->set_defaults() instead? + */ + public function __construct() { + global $wpdb; + $this->order_item_table_name = $wpdb->prefix . 'woocommerce_order_items'; + + // Options, constants and post meta whitelists. + add_filter( 'jetpack_sync_options_whitelist', array( $this, 'add_woocommerce_options_whitelist' ), 10 ); + add_filter( 'jetpack_sync_constants_whitelist', array( $this, 'add_woocommerce_constants_whitelist' ), 10 ); + add_filter( 'jetpack_sync_post_meta_whitelist', array( $this, 'add_woocommerce_post_meta_whitelist' ), 10 ); + add_filter( 'jetpack_sync_comment_meta_whitelist', array( $this, 'add_woocommerce_comment_meta_whitelist' ), 10 ); + + add_filter( 'jetpack_sync_before_enqueue_woocommerce_new_order_item', array( $this, 'filter_order_item' ) ); + add_filter( 'jetpack_sync_before_enqueue_woocommerce_update_order_item', array( $this, 'filter_order_item' ) ); + add_filter( 'jetpack_sync_whitelisted_comment_types', array( $this, 'add_review_comment_types' ) ); + + // Blacklist Action Scheduler comment types. + add_filter( 'jetpack_sync_prevent_sending_comment_data', array( $this, 'filter_action_scheduler_comments' ), 10, 2 ); + } + + /** + * Sync module name. + * + * @access public + * + * @return string + */ + public function name() { + return 'woocommerce'; + } + + /** + * Initialize WooCommerce action listeners. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_listeners( $callable ) { + // Attributes. + add_action( 'woocommerce_attribute_added', $callable, 10, 2 ); + add_action( 'woocommerce_attribute_updated', $callable, 10, 3 ); + add_action( 'woocommerce_attribute_deleted', $callable, 10, 3 ); + + // Orders. + add_action( 'woocommerce_new_order', $callable, 10, 1 ); + add_action( 'woocommerce_order_status_changed', $callable, 10, 3 ); + add_action( 'woocommerce_payment_complete', $callable, 10, 1 ); + + // Order items. + add_action( 'woocommerce_new_order_item', $callable, 10, 4 ); + add_action( 'woocommerce_update_order_item', $callable, 10, 4 ); + add_action( 'woocommerce_delete_order_item', $callable, 10, 1 ); + $this->init_listeners_for_meta_type( 'order_item', $callable ); + + // Payment tokens. + add_action( 'woocommerce_new_payment_token', $callable, 10, 1 ); + add_action( 'woocommerce_payment_token_deleted', $callable, 10, 2 ); + add_action( 'woocommerce_payment_token_updated', $callable, 10, 1 ); + $this->init_listeners_for_meta_type( 'payment_token', $callable ); + + // Product downloads. + add_action( 'woocommerce_downloadable_product_download_log_insert', $callable, 10, 1 ); + add_action( 'woocommerce_grant_product_download_access', $callable, 10, 1 ); + + // Tax rates. + add_action( 'woocommerce_tax_rate_added', $callable, 10, 2 ); + add_action( 'woocommerce_tax_rate_updated', $callable, 10, 2 ); + add_action( 'woocommerce_tax_rate_deleted', $callable, 10, 1 ); + + // Webhooks. + add_action( 'woocommerce_new_webhook', $callable, 10, 1 ); + add_action( 'woocommerce_webhook_deleted', $callable, 10, 2 ); + add_action( 'woocommerce_webhook_updated', $callable, 10, 1 ); + } + + /** + * Initialize WooCommerce action listeners for full sync. + * + * @access public + * + * @param callable $callable Action handler callable. + */ + public function init_full_sync_listeners( $callable ) { + add_action( 'jetpack_full_sync_woocommerce_order_items', $callable ); // Also sends post meta. + } + + /** + * Retrieve the actions that will be sent for this module during a full sync. + * + * @access public + * + * @return array Full sync actions of this module. + */ + public function get_full_sync_actions() { + return array( 'jetpack_full_sync_woocommerce_order_items' ); + } + + /** + * Initialize the module in the sender. + * + * @access public + */ + public function init_before_send() { + // Full sync. + add_filter( 'jetpack_sync_before_send_jetpack_full_sync_woocommerce_order_items', array( $this, 'expand_order_item_ids' ) ); + } + + /** + * Expand the order items properly. + * + * @access public + * + * @param array $args The hook arguments. + * @return array $args The hook arguments. + */ + public function filter_order_item( $args ) { + // Make sure we always have all the data - prior to WooCommerce 3.0 we only have the user supplied data in the second argument and not the full details. + $args[1] = $this->build_order_item( $args[0] ); + return $args; + } + + /** + * Expand order item IDs to order items and their meta. + * + * @access public + * + * @todo Refactor table name to use a $wpdb->prepare placeholder. + * + * @param array $args The hook arguments. + * @return array $args Expanded order items with meta. + */ + public function expand_order_item_ids( $args ) { + $order_item_ids = $args[0]; + + global $wpdb; + + $order_item_ids_sql = implode( ', ', array_map( 'intval', $order_item_ids ) ); + + $order_items = $wpdb->get_results( + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + "SELECT * FROM $this->order_item_table_name WHERE order_item_id IN ( $order_item_ids_sql )" + ); + + return array( + $order_items, + $this->get_metadata( $order_item_ids, 'order_item', static::$order_item_meta_whitelist ), + ); + } + + /** + * Extract the full order item from the database by its ID. + * + * @access public + * + * @todo Refactor table name to use a $wpdb->prepare placeholder. + * + * @param int $order_item_id Order item ID. + * @return object Order item. + */ + public function build_order_item( $order_item_id ) { + global $wpdb; + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + return $wpdb->get_row( $wpdb->prepare( "SELECT * FROM $this->order_item_table_name WHERE order_item_id = %d", $order_item_id ) ); + } + + /** + * Enqueue the WooCommerce actions for full sync. + * + * @access public + * + * @param array $config Full sync configuration for this sync module. + * @param int $max_items_to_enqueue Maximum number of items to enqueue. + * @param boolean $state True if full sync has finished enqueueing this module, false otherwise. + * @return array Number of actions enqueued, and next module state. + */ + public function enqueue_full_sync_actions( $config, $max_items_to_enqueue, $state ) { + return $this->enqueue_all_ids_as_action( 'jetpack_full_sync_woocommerce_order_items', $this->order_item_table_name, 'order_item_id', $this->get_where_sql( $config ), $max_items_to_enqueue, $state ); + } + + /** + * Retrieve an estimated number of actions that will be enqueued. + * + * @access public + * + * @todo Refactor the SQL query to use $wpdb->prepare(). + * + * @param array $config Full sync configuration for this sync module. + * @return array Number of items yet to be enqueued. + */ + public function estimate_full_sync_actions( $config ) { + global $wpdb; + + $query = "SELECT count(*) FROM $this->order_item_table_name WHERE " . $this->get_where_sql( $config ); + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + $count = $wpdb->get_var( $query ); + + return (int) ceil( $count / self::ARRAY_CHUNK_SIZE ); + } + + /** + * Retrieve the WHERE SQL clause based on the module config. + * + * @access private + * + * @param array $config Full sync configuration for this sync module. + * @return string WHERE SQL clause. + */ + public function get_where_sql( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + return '1=1'; + } + + /** + * Add WooCommerce options to the options whitelist. + * + * @param array $list Existing options whitelist. + * @return array Updated options whitelist. + */ + public function add_woocommerce_options_whitelist( $list ) { + return array_merge( $list, self::$wc_options_whitelist ); + } + + /** + * Add WooCommerce constants to the constants whitelist. + * + * @param array $list Existing constants whitelist. + * @return array Updated constants whitelist. + */ + public function add_woocommerce_constants_whitelist( $list ) { + return array_merge( $list, self::$wc_constants_whitelist ); + } + + /** + * Add WooCommerce post meta to the post meta whitelist. + * + * @param array $list Existing post meta whitelist. + * @return array Updated post meta whitelist. + */ + public function add_woocommerce_post_meta_whitelist( $list ) { + return array_merge( $list, self::$wc_post_meta_whitelist ); + } + + /** + * Add WooCommerce comment meta to the comment meta whitelist. + * + * @param array $list Existing comment meta whitelist. + * @return array Updated comment meta whitelist. + */ + public function add_woocommerce_comment_meta_whitelist( $list ) { + return array_merge( $list, self::$wc_comment_meta_whitelist ); + } + + /** + * Adds 'revew' to the list of comment types so Sync will listen for status changes on 'reviews'. + * + * @access public + * + * @param array $comment_types The list of comment types prior to this filter. + * return array The list of comment types with 'review' added. + */ + public function add_review_comment_types( $comment_types ) { + if ( is_array( $comment_types ) ) { + $comment_types[] = 'review'; + } + return $comment_types; + } + + /** + * Stop comments from the Action Scheduler from being synced. + * https://github.com/woocommerce/woocommerce/tree/e7762627c37ec1f7590e6cac4218ba0c6a20024d/includes/libraries/action-scheduler + * + * @since 1.6.3 + * @since-jetpack 7.7.0 + * + * @param boolean $can_sync Should we prevent comment data from bing synced to WordPress.com. + * @param mixed $comment WP_COMMENT object. + * + * @return bool + */ + public function filter_action_scheduler_comments( $can_sync, $comment ) { + if ( isset( $comment->comment_agent ) && 'ActionScheduler' === $comment->comment_agent ) { + return true; + } + return $can_sync; + } + + /** + * Whitelist for options we are interested to sync. + * + * @access private + * @static + * + * @var array + */ + private static $wc_options_whitelist = array( + 'woocommerce_currency', + 'woocommerce_db_version', + 'woocommerce_weight_unit', + 'woocommerce_version', + 'woocommerce_unforce_ssl_checkout', + 'woocommerce_tax_total_display', + 'woocommerce_tax_round_at_subtotal', + 'woocommerce_tax_display_shop', + 'woocommerce_tax_display_cart', + 'woocommerce_prices_include_tax', + 'woocommerce_price_thousand_sep', + 'woocommerce_price_num_decimals', + 'woocommerce_price_decimal_sep', + 'woocommerce_notify_low_stock', + 'woocommerce_notify_low_stock_amount', + 'woocommerce_notify_no_stock', + 'woocommerce_notify_no_stock_amount', + 'woocommerce_manage_stock', + 'woocommerce_force_ssl_checkout', + 'woocommerce_hide_out_of_stock_items', + 'woocommerce_file_download_method', + 'woocommerce_enable_signup_and_login_from_checkout', + 'woocommerce_enable_shipping_calc', + 'woocommerce_enable_review_rating', + 'woocommerce_enable_guest_checkout', + 'woocommerce_enable_coupons', + 'woocommerce_enable_checkout_login_reminder', + 'woocommerce_enable_ajax_add_to_cart', + 'woocommerce_dimension_unit', + 'woocommerce_default_country', + 'woocommerce_default_customer_address', + 'woocommerce_currency_pos', + 'woocommerce_api_enabled', + 'woocommerce_allow_tracking', + 'woocommerce_task_list_hidden', + 'woocommerce_onboarding_profile', + 'woocommerce_cod_settings', + ); + + /** + * Whitelist for constants we are interested to sync. + * + * @access private + * @static + * + * @var array + */ + private static $wc_constants_whitelist = array( + // WooCommerce constants. + 'WC_PLUGIN_FILE', + 'WC_ABSPATH', + 'WC_PLUGIN_BASENAME', + 'WC_VERSION', + 'WOOCOMMERCE_VERSION', + 'WC_ROUNDING_PRECISION', + 'WC_DISCOUNT_ROUNDING_MODE', + 'WC_TAX_ROUNDING_MODE', + 'WC_DELIMITER', + 'WC_LOG_DIR', + 'WC_SESSION_CACHE_GROUP', + 'WC_TEMPLATE_DEBUG_MODE', + ); + + /** + * Whitelist for post meta we are interested to sync. + * + * @access private + * @static + * + * @var array + */ + public static $wc_post_meta_whitelist = array( + // WooCommerce products. + // See https://github.com/woocommerce/woocommerce/blob/8ed6e7436ff87c2153ed30edd83c1ab8abbdd3e9/includes/data-stores/class-wc-product-data-store-cpt.php#L21 . + '_visibility', + '_sku', + '_price', + '_regular_price', + '_sale_price', + '_sale_price_dates_from', + '_sale_price_dates_to', + 'total_sales', + '_tax_status', + '_tax_class', + '_manage_stock', + '_backorders', + '_sold_individually', + '_weight', + '_length', + '_width', + '_height', + '_upsell_ids', + '_crosssell_ids', + '_purchase_note', + '_default_attributes', + '_product_attributes', + '_virtual', + '_downloadable', + '_download_limit', + '_download_expiry', + '_featured', + '_downloadable_files', + '_wc_rating_count', + '_wc_average_rating', + '_wc_review_count', + '_variation_description', + '_thumbnail_id', + '_file_paths', + '_product_image_gallery', + '_product_version', + '_wp_old_slug', + + // Woocommerce orders. + // See https://github.com/woocommerce/woocommerce/blob/8ed6e7436ff87c2153ed30edd83c1ab8abbdd3e9/includes/data-stores/class-wc-order-data-store-cpt.php#L27 . + '_order_key', + '_order_currency', + // '_billing_first_name', do not sync these as they contain personal data + // '_billing_last_name', + // '_billing_company', + // '_billing_address_1', + // '_billing_address_2', + '_billing_city', + '_billing_state', + '_billing_postcode', + '_billing_country', + // '_billing_email', do not sync these as they contain personal data. + // '_billing_phone', + // '_shipping_first_name', + // '_shipping_last_name', + // '_shipping_company', + // '_shipping_address_1', + // '_shipping_address_2', + '_shipping_city', + '_shipping_state', + '_shipping_postcode', + '_shipping_country', + '_completed_date', + '_paid_date', + '_cart_discount', + '_cart_discount_tax', + '_order_shipping', + '_order_shipping_tax', + '_order_tax', + '_order_total', + '_payment_method', + '_payment_method_title', + // '_transaction_id', do not sync these as they contain personal data. + // '_customer_ip_address', + // '_customer_user_agent', + '_created_via', + '_order_version', + '_prices_include_tax', + '_date_completed', + '_date_paid', + '_payment_tokens', + '_billing_address_index', + '_shipping_address_index', + '_recorded_sales', + '_recorded_coupon_usage_counts', + // See https://github.com/woocommerce/woocommerce/blob/8ed6e7436ff87c2153ed30edd83c1ab8abbdd3e9/includes/data-stores/class-wc-order-data-store-cpt.php#L539 . + '_download_permissions_granted', + // See https://github.com/woocommerce/woocommerce/blob/8ed6e7436ff87c2153ed30edd83c1ab8abbdd3e9/includes/data-stores/class-wc-order-data-store-cpt.php#L594 . + '_order_stock_reduced', + + // Woocommerce order refunds. + // See https://github.com/woocommerce/woocommerce/blob/b8a2815ae546c836467008739e7ff5150cb08e93/includes/data-stores/class-wc-order-refund-data-store-cpt.php#L20 . + '_order_currency', + '_refund_amount', + '_refunded_by', + '_refund_reason', + '_order_shipping', + '_order_shipping_tax', + '_order_tax', + '_order_total', + '_order_version', + '_prices_include_tax', + '_payment_tokens', + ); + + /** + * Whitelist for comment meta we are interested to sync. + * + * @access private + * @static + * + * @var array + */ + private static $wc_comment_meta_whitelist = array( + 'rating', + ); + + /** + * Return a list of objects by their type and IDs + * + * @param string $object_type Object type. + * @param array $ids IDs of objects to return. + * + * @access public + * + * @return array|object|WP_Error|null + */ + public function get_objects_by_id( $object_type, $ids ) { + switch ( $object_type ) { + case 'order_item': + return $this->get_order_item_by_ids( $ids ); + } + + return new WP_Error( 'unsupported_object_type', 'Unsupported object type' ); + } + + /** + * Returns a list of order_item objects by their IDs. + * + * @param array $ids List of order_item IDs to fetch. + * + * @access public + * + * @return array|object|null + */ + public function get_order_item_by_ids( $ids ) { + global $wpdb; + + if ( ! is_array( $ids ) ) { + return array(); + } + + // Make sure the IDs are numeric and are non-zero. + $ids = array_filter( array_map( 'intval', $ids ) ); + + if ( empty( $ids ) ) { + return array(); + } + + // Prepare the placeholders for the prepared query below. + $placeholders = implode( ',', array_fill( 0, count( $ids ), '%d' ) ); + + $query = "SELECT * FROM {$this->order_item_table_name} WHERE order_item_id IN ( $placeholders )"; + + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + return $wpdb->get_results( $wpdb->prepare( $query, $ids ), ARRAY_A ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php new file mode 100644 index 00000000..af4aec41 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php @@ -0,0 +1,156 @@ +set_defaults() instead? + */ + public function __construct() { + add_filter( 'jetpack_sync_constants_whitelist', array( $this, 'add_wp_super_cache_constants_whitelist' ), 10 ); + add_filter( 'jetpack_sync_callable_whitelist', array( $this, 'add_wp_super_cache_callable_whitelist' ), 10 ); + } + + /** + * Whitelist for constants we are interested to sync. + * + * @access public + * @static + * + * @var array + */ + public static $wp_super_cache_constants = array( + 'WPLOCKDOWN', + 'WPSC_DISABLE_COMPRESSION', + 'WPSC_DISABLE_LOCKING', + 'WPSC_DISABLE_HTACCESS_UPDATE', + 'ADVANCEDCACHEPROBLEM', + ); + + /** + * Container for the whitelist for WP_Super_Cache callables we are interested to sync. + * + * @access public + * @static + * + * @var array + */ + public static $wp_super_cache_callables = array( + 'wp_super_cache_globals' => array( __CLASS__, 'get_wp_super_cache_globals' ), + ); + + /** + * Sync module name. + * + * @access public + * + * @return string + */ + public function name() { + return 'wp-super-cache'; + } + + /** + * Retrieve all WP_Super_Cache callables we are interested to sync. + * + * @access public + * + * @global $wp_cache_mod_rewrite; + * @global $cache_enabled; + * @global $super_cache_enabled; + * @global $ossdlcdn; + * @global $cache_rebuild_files; + * @global $wp_cache_mobile; + * @global $wp_super_cache_late_init; + * @global $wp_cache_anon_only; + * @global $wp_cache_not_logged_in; + * @global $wp_cache_clear_on_post_edit; + * @global $wp_cache_mobile_enabled; + * @global $wp_super_cache_debug; + * @global $cache_max_time; + * @global $wp_cache_refresh_single_only; + * @global $wp_cache_mfunc_enabled; + * @global $wp_supercache_304; + * @global $wp_cache_no_cache_for_get; + * @global $wp_cache_mutex_disabled; + * @global $cache_jetpack; + * @global $cache_domain_mapping; + * + * @return array All WP_Super_Cache callables. + */ + public static function get_wp_super_cache_globals() { + global $wp_cache_mod_rewrite; + global $cache_enabled; + global $super_cache_enabled; + global $ossdlcdn; + global $cache_rebuild_files; + global $wp_cache_mobile; + global $wp_super_cache_late_init; + global $wp_cache_anon_only; + global $wp_cache_not_logged_in; + global $wp_cache_clear_on_post_edit; + global $wp_cache_mobile_enabled; + global $wp_super_cache_debug; + global $cache_max_time; + global $wp_cache_refresh_single_only; + global $wp_cache_mfunc_enabled; + global $wp_supercache_304; + global $wp_cache_no_cache_for_get; + global $wp_cache_mutex_disabled; + global $cache_jetpack; + global $cache_domain_mapping; + + return array( + 'wp_cache_mod_rewrite' => $wp_cache_mod_rewrite, + 'cache_enabled' => $cache_enabled, + 'super_cache_enabled' => $super_cache_enabled, + 'ossdlcdn' => $ossdlcdn, + 'cache_rebuild_files' => $cache_rebuild_files, + 'wp_cache_mobile' => $wp_cache_mobile, + 'wp_super_cache_late_init' => $wp_super_cache_late_init, + 'wp_cache_anon_only' => $wp_cache_anon_only, + 'wp_cache_not_logged_in' => $wp_cache_not_logged_in, + 'wp_cache_clear_on_post_edit' => $wp_cache_clear_on_post_edit, + 'wp_cache_mobile_enabled' => $wp_cache_mobile_enabled, + 'wp_super_cache_debug' => $wp_super_cache_debug, + 'cache_max_time' => $cache_max_time, + 'wp_cache_refresh_single_only' => $wp_cache_refresh_single_only, + 'wp_cache_mfunc_enabled' => $wp_cache_mfunc_enabled, + 'wp_supercache_304' => $wp_supercache_304, + 'wp_cache_no_cache_for_get' => $wp_cache_no_cache_for_get, + 'wp_cache_mutex_disabled' => $wp_cache_mutex_disabled, + 'cache_jetpack' => $cache_jetpack, + 'cache_domain_mapping' => $cache_domain_mapping, + ); + } + + /** + * Add WP_Super_Cache constants to the constants whitelist. + * + * @param array $list Existing constants whitelist. + * @return array Updated constants whitelist. + */ + public function add_wp_super_cache_constants_whitelist( $list ) { + return array_merge( $list, self::$wp_super_cache_constants ); + } + + /** + * Add WP_Super_Cache callables to the callables whitelist. + * + * @param array $list Existing callables whitelist. + * @return array Updated callables whitelist. + */ + public function add_wp_super_cache_callable_whitelist( $list ) { + return array_merge( $list, self::$wp_super_cache_callables ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php new file mode 100644 index 00000000..20f686a6 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php @@ -0,0 +1,208 @@ +build_filter_statement( $range_from, $range_to ); + + $query = " + SELECT + DISTINCT {$this->table}.{$this->range_field} + FROM + {$this->table} + JOIN {$wpdb->usermeta} as um_table ON um_table.user_id = {$this->table}.ID + WHERE + {$range_filter_statement} + AND um_table.meta_key = '{$wpdb->prefix}user_level' + AND um_table.meta_value > 0 + "; + + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + $user_ids = $wpdb->get_col( $query ); + + // Chunk the array down to make sure we don't overload the database with queries that are too large. + $chunked_user_ids = array_chunk( $user_ids, 500 ); + + $checksum_entries = array(); + + foreach ( $chunked_user_ids as $user_ids_chunk ) { + $user_objects = $this->get_user_objects_by_ids( $user_ids_chunk ); + + foreach ( $user_objects as $user_object ) { + // expand and sanitize desired meta based on WP.com logic. + $user_object = $this->expand_and_sanitize_user_meta( $user_object ); + + // Generate checksum entry based on the serialized value if not empty. + $checksum_entry = 0; + if ( ! empty( $user_object->roles ) ) { + $checksum_entry = crc32( implode( '#', array( $this->salt, 'roles', maybe_serialize( $user_object->roles ) ) ) ); + } + + // Meta only persisted if user is connected to WP.com. + if ( ( new Manager( 'jetpack' ) )->is_user_connected( $user_object->ID ) ) { + if ( ! empty( $user_object->allcaps ) ) { + $checksum_entry += crc32( + implode( + '#', + array( + $this->salt, + 'capabilities', + maybe_serialize( $user_object->allcaps ), + ) + ) + ); + } + // Explicitly check that locale is not same as site locale. + if ( ! empty( $user_object->locale ) && get_locale() !== $user_object->locale ) { + $checksum_entry += crc32( + implode( + '#', + array( + $this->salt, + 'locale', + maybe_serialize( $user_object->locale ), + ) + ) + ); + } + if ( ! empty( $user_object->allowed_mime_types ) ) { + $checksum_entry += crc32( + implode( + '#', + array( + $this->salt, + 'allowed_mime_types', + maybe_serialize( $user_object->allowed_mime_types ), + ) + ) + ); + } + } + + $checksum_entries[ $user_object->ID ] = '' . $checksum_entry; + } + } + + // Non-granular results need only to sum the different entries. + if ( ! $granular_result ) { + $checksum_sum = 0; + foreach ( $checksum_entries as $entry ) { + $checksum_sum += intval( $entry ); + } + + if ( $simple_return_value ) { + return '' . $checksum_sum; + } + + return array( + 'range' => $range_from . '-' . $range_to, + 'checksum' => '' . $checksum_sum, + ); + + } + + // Granular results. + $response = $checksum_entries; + + // Sort the return value for easier comparisons and code flows further down the line. + ksort( $response ); + + return $response; + } + + /** + * Expand the User Object with additional meta santized by WP.com logic. + * + * @param mixed $user_object User Object from WP_User_Query. + * + * @return mixed $user_object expanded User Object. + */ + protected function expand_and_sanitize_user_meta( $user_object ) { + $user_module = Modules::get_module( 'users' ); + // Expand User Objects based on Sync logic. + $user_object = $user_module->expand_user( $user_object ); + + // Sanitize location. + if ( ! empty( $user_object->locale ) ) { + $user_object->locale = wp_strip_all_tags( $user_object->locale, true ); + } + + // Sanitize allcaps. + if ( ! empty( $user_object->allcaps ) ) { + $user_object->allcaps = array_map( + function ( $cap ) { + return (bool) $cap; + }, + $user_object->allcaps + ); + } + + // Sanitize allowed_mime_types. + $allowed_mime_types = $user_object->allowed_mime_types; + foreach ( $allowed_mime_types as $allowed_mime_type_short => $allowed_mime_type_long ) { + $allowed_mime_type_short = wp_strip_all_tags( (string) $allowed_mime_type_short, true ); + $allowed_mime_type_long = wp_strip_all_tags( (string) $allowed_mime_type_long, true ); + $allowed_mime_types[ $allowed_mime_type_short ] = $allowed_mime_type_long; + } + $user_object->allowed_mime_types = $allowed_mime_types; + + // Sanitize roles. + if ( is_array( $user_object->roles ) ) { + $user_object->roles = array_map( 'sanitize_text_field', $user_object->roles ); + } + return $user_object; + } + + /** + * Gets a list of `WP_User` objects by their IDs + * + * @param array $ids List of IDs to fetch. + * + * @return array + */ + protected function get_user_objects_by_ids( $ids ) { + $user_query = new WP_User_Query( array( 'include' => $ids ) ); + + return $user_query->get_results(); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php new file mode 100644 index 00000000..a6024c25 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php @@ -0,0 +1,183 @@ +prepare( '%s', $this->salt ); + + // Prepare the compound key. + $key_fields = array(); + + // Prefix the fields with the table name, to avoid clashes in queries with sub-queries (e.g. meta tables). + foreach ( $this->key_fields as $field ) { + $key_fields[] = $this->table . '.' . $field; + } + + $key_fields = implode( ',', $key_fields ); + + // Prepare the checksum fields. + $checksum_fields = array(); + // Prefix the fields with the table name, to avoid clashes in queries with sub-queries (e.g. meta tables). + foreach ( $this->checksum_fields as $field ) { + $checksum_fields[] = $this->table . '.' . $field; + } + // Apply latin1 conversion if enabled. + if ( $this->perform_text_conversion ) { + // Convert text fields to allow for encoding discrepancies as WP.com is latin1. + foreach ( $this->checksum_text_fields as $field ) { + $checksum_fields[] = 'CONVERT(' . $this->table . '.' . $field . ' using latin1 )'; + } + } else { + // Conversion disabled, default to table prefixing. + foreach ( $this->checksum_text_fields as $field ) { + $checksum_fields[] = $this->table . '.' . $field; + } + } + + $checksum_fields_string = implode( ',', array_merge( $checksum_fields, array( $salt ) ) ); + + $additional_fields = ''; + if ( $granular_result ) { + // TODO uniq the fields as sometimes(most) range_index is the key and there's no need to select the same field twice. + $additional_fields = " + {$this->table}.{$this->range_field} as range_index, + {$key_fields}, + "; + } + + $filter_stamenet = $this->build_filter_statement( $range_from, $range_to, $filter_values ); + + // usermeta join to limit on user_level. + $join_statement = "JOIN {$wpdb->usermeta} as um_table ON um_table.user_id = {$this->table}.ID"; + + $query = " + SELECT + {$additional_fields} + SUM( + CRC32( + CONCAT_WS( '#', {$salt}, {$checksum_fields_string} ) + ) + ) AS checksum + FROM + {$this->table} + {$join_statement} + WHERE + {$filter_stamenet} + AND um_table.meta_key = '{$wpdb->prefix}user_level' + AND um_table.meta_value > 0 + "; + + /** + * We need the GROUP BY only for compound keys. + */ + if ( $granular_result ) { + $query .= " + GROUP BY {$key_fields} + LIMIT 9999999 + "; + } + + return $query; + } + + /** + * Obtain the min-max values (edges) of the range. + * + * @param int|null $range_from The start of the range. + * @param int|null $range_to The end of the range. + * @param int|null $limit How many values to return. + * + * @return array|object|void + * @throws Exception Throws an exception if validation fails on the internal function calls. + */ + public function get_range_edges( $range_from = null, $range_to = null, $limit = null ) { + global $wpdb; + + $this->validate_fields( array( $this->range_field ) ); + + // `trim()` to make sure we don't add the statement if it's empty. + $filters = trim( $this->build_filter_statement( $range_from, $range_to ) ); + + $filter_statement = ''; + if ( ! empty( $filters ) ) { + $filter_statement = " + JOIN {$wpdb->usermeta} as um_table ON um_table.user_id = {$this->table}.ID + WHERE + {$filters} + AND um_table.meta_key = '{$wpdb->prefix}user_level' + AND um_table.meta_value > 0 + "; + } + + $query = " + SELECT + MIN({$this->range_field}) as min_range, + MAX({$this->range_field}) as max_range, + COUNT( {$this->range_field} ) as item_count + FROM + "; + + /** + * If `$limit` is not specified, we can directly use the table. + */ + if ( ! $limit ) { + $query .= " + {$this->table} + {$filter_statement} + "; + } else { + /** + * If there is `$limit` specified, we can't directly use `MIN/MAX()` as they don't work with `LIMIT`. + * That's why we will alter the query for this case. + */ + $limit = intval( $limit ); + + $query .= " + ( + SELECT + {$this->range_field} + FROM + {$this->table} + {$filter_statement} + ORDER BY + {$this->range_field} ASC + LIMIT {$limit} + ) as ids_query + "; + } + + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + $result = $wpdb->get_row( $query, ARRAY_A ); + + if ( ! $result || ! is_array( $result ) ) { + throw new Exception( 'Unable to get range edges' ); + } + + return $result; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php new file mode 100644 index 00000000..95782dd4 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php @@ -0,0 +1,880 @@ +salt = $salt; + + $this->default_tables = $this->get_default_tables(); + + $this->perform_text_conversion = $perform_text_conversion; + + // TODO change filters to allow the array format. + // TODO add get_fields or similar method to get things out of the table. + // TODO extract this configuration in a better way, still make it work with `$wpdb` names. + // TODO take over the replicastore functions and move them over to this class. + // TODO make the API work. + + $this->allowed_tables = apply_filters( 'jetpack_sync_checksum_allowed_tables', $this->default_tables ); + + $this->table = $this->validate_table_name( $table ); + $this->table_configuration = $this->allowed_tables[ $table ]; + + $this->prepare_fields( $this->table_configuration ); + + // Run any callbacks to check if a table is enabled or not. + if ( + is_callable( $this->is_table_enabled_callback ) + && ! call_user_func( $this->is_table_enabled_callback, $table ) + ) { + throw new Exception( "Unable to use table name: $table" ); + } + } + + /** + * Get Default Table configurations. + * + * @return array + */ + protected function get_default_tables() { + global $wpdb; + + return array( + 'posts' => array( + 'table' => $wpdb->posts, + 'range_field' => 'ID', + 'key_fields' => array( 'ID' ), + 'checksum_fields' => array( 'post_modified_gmt' ), + 'filter_values' => Sync\Settings::get_disallowed_post_types_structured(), + 'is_table_enabled_callback' => function () { + return false !== Sync\Modules::get_module( 'posts' ); + }, + ), + 'postmeta' => array( + 'table' => $wpdb->postmeta, + 'range_field' => 'post_id', + 'key_fields' => array( 'post_id', 'meta_key' ), + 'checksum_text_fields' => array( 'meta_key', 'meta_value' ), + 'filter_values' => Sync\Settings::get_allowed_post_meta_structured(), + 'parent_table' => 'posts', + 'parent_join_field' => 'ID', + 'table_join_field' => 'post_id', + 'is_table_enabled_callback' => function () { + return false !== Sync\Modules::get_module( 'posts' ); + }, + ), + 'comments' => array( + 'table' => $wpdb->comments, + 'range_field' => 'comment_ID', + 'key_fields' => array( 'comment_ID' ), + 'checksum_fields' => array( 'comment_date_gmt' ), + 'filter_values' => array( + 'comment_type' => array( + 'operator' => 'IN', + 'values' => apply_filters( + 'jetpack_sync_whitelisted_comment_types', + array( '', 'comment', 'trackback', 'pingback', 'review' ) + ), + ), + 'comment_approved' => array( + 'operator' => 'NOT IN', + 'values' => array( 'spam' ), + ), + ), + 'is_table_enabled_callback' => function () { + return false !== Sync\Modules::get_module( 'comments' ); + }, + ), + 'commentmeta' => array( + 'table' => $wpdb->commentmeta, + 'range_field' => 'comment_id', + 'key_fields' => array( 'comment_id', 'meta_key' ), + 'checksum_text_fields' => array( 'meta_key', 'meta_value' ), + 'filter_values' => Sync\Settings::get_allowed_comment_meta_structured(), + 'parent_table' => 'comments', + 'parent_join_field' => 'comment_ID', + 'table_join_field' => 'comment_id', + 'is_table_enabled_callback' => function () { + return false !== Sync\Modules::get_module( 'comments' ); + }, + ), + 'terms' => array( + 'table' => $wpdb->terms, + 'range_field' => 'term_id', + 'key_fields' => array( 'term_id' ), + 'checksum_fields' => array( 'term_id' ), + 'checksum_text_fields' => array( 'name', 'slug' ), + 'parent_table' => 'term_taxonomy', + 'is_table_enabled_callback' => function () { + return false !== Sync\Modules::get_module( 'terms' ); + }, + ), + 'termmeta' => array( + 'table' => $wpdb->termmeta, + 'range_field' => 'term_id', + 'key_fields' => array( 'term_id', 'meta_key' ), + 'checksum_text_fields' => array( 'meta_key', 'meta_value' ), + 'parent_table' => 'term_taxonomy', + 'is_table_enabled_callback' => function () { + return false !== Sync\Modules::get_module( 'terms' ); + }, + ), + 'term_relationships' => array( + 'table' => $wpdb->term_relationships, + 'range_field' => 'object_id', + 'key_fields' => array( 'object_id' ), + 'checksum_fields' => array( 'object_id', 'term_taxonomy_id' ), + 'parent_table' => 'term_taxonomy', + 'parent_join_field' => 'term_taxonomy_id', + 'table_join_field' => 'term_taxonomy_id', + 'is_table_enabled_callback' => function () { + return false !== Sync\Modules::get_module( 'terms' ); + }, + ), + 'term_taxonomy' => array( + 'table' => $wpdb->term_taxonomy, + 'range_field' => 'term_taxonomy_id', + 'key_fields' => array( 'term_taxonomy_id' ), + 'checksum_fields' => array( 'term_taxonomy_id', 'term_id', 'parent' ), + 'checksum_text_fields' => array( 'taxonomy', 'description' ), + 'filter_values' => Sync\Settings::get_allowed_taxonomies_structured(), + 'is_table_enabled_callback' => function () { + return false !== Sync\Modules::get_module( 'terms' ); + }, + ), + 'links' => $wpdb->links, // TODO describe in the array format or add exceptions. + 'options' => $wpdb->options, // TODO describe in the array format or add exceptions. + 'woocommerce_order_items' => array( + 'table' => "{$wpdb->prefix}woocommerce_order_items", + 'range_field' => 'order_item_id', + 'key_fields' => array( 'order_item_id' ), + 'checksum_fields' => array( 'order_id' ), + 'checksum_text_fields' => array( 'order_item_name', 'order_item_type' ), + 'is_table_enabled_callback' => array( $this, 'enable_woocommerce_tables' ), + ), + 'woocommerce_order_itemmeta' => array( + 'table' => "{$wpdb->prefix}woocommerce_order_itemmeta", + 'range_field' => 'order_item_id', + 'key_fields' => array( 'order_item_id', 'meta_key' ), + 'checksum_text_fields' => array( 'meta_key', 'meta_value' ), + 'filter_values' => Sync\Settings::get_allowed_order_itemmeta_structured(), + 'parent_table' => 'woocommerce_order_items', + 'parent_join_field' => 'order_item_id', + 'table_join_field' => 'order_item_id', + 'is_table_enabled_callback' => array( $this, 'enable_woocommerce_tables' ), + ), + 'wc_orders' => array( + 'table' => "{$wpdb->prefix}wc_orders", + 'range_field' => 'id', + 'key_fields' => array( 'id' ), + 'checksum_text_fields' => array( 'type', 'status', 'payment_method_title' ), + 'filter_values' => array(), + 'is_table_enabled_callback' => array( $this, 'enable_woocommerce_tables' ), + ), + 'wc_order_addresses' => array( + 'table' => "{$wpdb->prefix}wc_order_addresses", + 'range_field' => 'order_id', + 'key_fields' => array( 'order_id', 'address_type' ), + 'checksum_text_fields' => array( 'address_type' ), + 'filter_values' => array(), + 'is_table_enabled_callback' => array( $this, 'enable_woocommerce_tables' ), + ), + 'wc_order_operational_data' => array( + 'table' => "{$wpdb->prefix}wc_order_operational_data", + 'range_field' => 'order_id', + 'key_fields' => array( 'order_id' ), + 'checksum_text_fields' => array( 'order_key', 'cart_hash' ), + 'filter_values' => array(), + 'is_table_enabled_callback' => array( $this, 'enable_woocommerce_tables' ), + ), + 'users' => array( + 'table' => $wpdb->users, + 'range_field' => 'ID', + 'key_fields' => array( 'ID' ), + 'checksum_text_fields' => array( 'user_login', 'user_nicename', 'user_email', 'user_url', 'user_registered', 'user_status', 'display_name' ), + 'filter_values' => array(), + 'is_table_enabled_callback' => function () { + return false !== Sync\Modules::get_module( 'users' ); + }, + ), + + /** + * Usermeta is a special table, as it needs to use a custom override flow, + * as the user roles, capabilities, locale, mime types can be filtered by plugins. + * This prevents us from doing a direct comparison in the database. + */ + 'usermeta' => array( + 'table' => $wpdb->users, + /** + * Range field points to ID, which in this case is the `WP_User` ID, + * since we're querying the whole WP_User objects, instead of meta entries in the DB. + */ + 'range_field' => 'ID', + 'key_fields' => array(), + 'checksum_fields' => array(), + 'is_table_enabled_callback' => function () { + return false !== Sync\Modules::get_module( 'users' ); + }, + ), + ); + } + + /** + * Prepare field params based off provided configuration. + * + * @param array $table_configuration The table configuration array. + */ + protected function prepare_fields( $table_configuration ) { + $this->key_fields = $table_configuration['key_fields']; + $this->range_field = $table_configuration['range_field']; + $this->checksum_fields = isset( $table_configuration['checksum_fields'] ) ? $table_configuration['checksum_fields'] : array(); + $this->checksum_text_fields = isset( $table_configuration['checksum_text_fields'] ) ? $table_configuration['checksum_text_fields'] : array(); + $this->filter_values = isset( $table_configuration['filter_values'] ) ? $table_configuration['filter_values'] : null; + $this->additional_filter_sql = ! empty( $table_configuration['filter_sql'] ) ? $table_configuration['filter_sql'] : ''; + $this->parent_table = isset( $table_configuration['parent_table'] ) ? $table_configuration['parent_table'] : null; + $this->parent_join_field = isset( $table_configuration['parent_join_field'] ) ? $table_configuration['parent_join_field'] : $table_configuration['range_field']; + $this->table_join_field = isset( $table_configuration['table_join_field'] ) ? $table_configuration['table_join_field'] : $table_configuration['range_field']; + $this->is_table_enabled_callback = isset( $table_configuration['is_table_enabled_callback'] ) ? $table_configuration['is_table_enabled_callback'] : false; + } + + /** + * Verify provided table name is valid for checksum processing. + * + * @param string $table Table name to validate. + * + * @return mixed|string + * @throws Exception Throw an exception on validation failure. + */ + protected function validate_table_name( $table ) { + if ( empty( $table ) ) { + throw new Exception( 'Invalid table name: empty' ); + } + + if ( ! array_key_exists( $table, $this->allowed_tables ) ) { + throw new Exception( "Invalid table name: $table not allowed" ); + } + + return $this->allowed_tables[ $table ]['table']; + } + + /** + * Verify provided fields are proper names. + * + * @param array $fields Array of field names to validate. + * + * @throws Exception Throw an exception on failure to validate. + */ + protected function validate_fields( $fields ) { + foreach ( $fields as $field ) { + if ( ! preg_match( '/^[0-9,a-z,A-Z$_]+$/i', $field ) ) { + throw new Exception( "Invalid field name: $field is not allowed" ); + } + + // TODO other verifications of the field names. + } + } + + /** + * Verify the fields exist in the table. + * + * @param array $fields Array of fields to validate. + * + * @return bool + * @throws Exception Throw an exception on failure to validate. + */ + protected function validate_fields_against_table( $fields ) { + global $wpdb; + + $valid_fields = array(); + + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $result = $wpdb->get_results( "SHOW COLUMNS FROM {$this->table}", ARRAY_A ); + + foreach ( $result as $result_row ) { + $valid_fields[] = $result_row['Field']; + } + + // Check if the fields are actually contained in the table. + foreach ( $fields as $field_to_check ) { + if ( ! in_array( $field_to_check, $valid_fields, true ) ) { + throw new Exception( "Invalid field name: field '{$field_to_check}' doesn't exist in table {$this->table}" ); + } + } + + return true; + } + + /** + * Verify the configured fields. + * + * @throws Exception Throw an exception on failure to validate in the internal functions. + */ + protected function validate_input() { + $fields = array_merge( array( $this->range_field ), $this->key_fields, $this->checksum_fields, $this->checksum_text_fields ); + + $this->validate_fields( $fields ); + $this->validate_fields_against_table( $fields ); + } + + /** + * Prepare filter values as SQL statements to be added to the other filters. + * + * @param array $filter_values The filter values array. + * @param string $table_prefix If the values are going to be used in a sub-query, add a prefix with the table alias. + * + * @return array|null + */ + protected function prepare_filter_values_as_sql( $filter_values = array(), $table_prefix = '' ) { + global $wpdb; + + if ( ! is_array( $filter_values ) ) { + return null; + } + + $result = array(); + + foreach ( $filter_values as $field => $filter ) { + $key = ( ! empty( $table_prefix ) ? $table_prefix : $this->table ) . '.' . $field; + + switch ( $filter['operator'] ) { + case 'IN': + case 'NOT IN': + $filter_values_count = is_countable( $filter['values'] ) ? count( $filter['values'] ) : 0; + $values_placeholders = implode( ',', array_fill( 0, $filter_values_count, '%s' ) ); + $statement = "{$key} {$filter['operator']} ( $values_placeholders )"; + + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + $prepared_statement = $wpdb->prepare( $statement, $filter['values'] ); + + $result[] = $prepared_statement; + break; + } + } + + return $result; + } + + /** + * Build the filter query baased off range fields and values and the additional sql. + * + * @param int|null $range_from Start of the range. + * @param int|null $range_to End of the range. + * @param array|null $filter_values Additional filter values. Not used at the moment. + * @param string $table_prefix Table name to be prefixed to the columns. Used in sub-queries where columns can clash. + * + * @return string + */ + public function build_filter_statement( $range_from = null, $range_to = null, $filter_values = null, $table_prefix = '' ) { + global $wpdb; + + // If there is a field prefix that we want to use with table aliases. + $parent_prefix = ( ! empty( $table_prefix ) ? $table_prefix : $this->table ) . '.'; + + /** + * Prepare the ranges. + */ + + $filter_array = array( '1 = 1' ); + if ( null !== $range_from ) { + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $filter_array[] = $wpdb->prepare( "{$parent_prefix}{$this->range_field} >= %d", array( intval( $range_from ) ) ); + } + if ( null !== $range_to ) { + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $filter_array[] = $wpdb->prepare( "{$parent_prefix}{$this->range_field} <= %d", array( intval( $range_to ) ) ); + } + + /** + * End prepare the ranges. + */ + + /** + * Prepare data filters. + */ + + // Default filters. + if ( $this->filter_values ) { + $prepared_values_statements = $this->prepare_filter_values_as_sql( $this->filter_values, $table_prefix ); + if ( $prepared_values_statements ) { + $filter_array = array_merge( $filter_array, $prepared_values_statements ); + } + } + + // Additional filters. + if ( ! empty( $filter_values ) ) { + // Prepare filtering. + $prepared_values_statements = $this->prepare_filter_values_as_sql( $filter_values, $table_prefix ); + if ( $prepared_values_statements ) { + $filter_array = array_merge( $filter_array, $prepared_values_statements ); + } + } + + // Add any additional filters via direct SQL statement. + // Currently used only because we haven't converted all filtering to happen via `filter_values`. + // This SQL is NOT prefixed and column clashes can occur when used in sub-queries. + if ( $this->additional_filter_sql ) { + $filter_array[] = $this->additional_filter_sql; + } + + /** + * End prepare data filters. + */ + return implode( ' AND ', $filter_array ); + } + + /** + * Returns the checksum query. All validation of fields and configurations are expected to occur prior to usage. + * + * @param int|null $range_from The start of the range. + * @param int|null $range_to The end of the range. + * @param array|null $filter_values Additional filter values. Not used at the moment. + * @param bool $granular_result If the function should return a granular result. + * + * @return string + * + * @throws Exception Throws an exception if validation fails in the internal function calls. + */ + protected function build_checksum_query( $range_from = null, $range_to = null, $filter_values = null, $granular_result = false ) { + global $wpdb; + + // Escape the salt. + $salt = $wpdb->prepare( '%s', $this->salt ); + + // Prepare the compound key. + $key_fields = array(); + + // Prefix the fields with the table name, to avoid clashes in queries with sub-queries (e.g. meta tables). + foreach ( $this->key_fields as $field ) { + $key_fields[] = $this->table . '.' . $field; + } + + $key_fields = implode( ',', $key_fields ); + + // Prepare the checksum fields. + $checksum_fields = array(); + // Prefix the fields with the table name, to avoid clashes in queries with sub-queries (e.g. meta tables). + foreach ( $this->checksum_fields as $field ) { + $checksum_fields[] = $this->table . '.' . $field; + } + // Apply latin1 conversion if enabled. + if ( $this->perform_text_conversion ) { + // Convert text fields to allow for encoding discrepancies as WP.com is latin1. + foreach ( $this->checksum_text_fields as $field ) { + $checksum_fields[] = 'CONVERT(' . $this->table . '.' . $field . ' using latin1 )'; + } + } else { + // Conversion disabled, default to table prefixing. + foreach ( $this->checksum_text_fields as $field ) { + $checksum_fields[] = $this->table . '.' . $field; + } + } + + $checksum_fields_string = implode( ',', array_merge( $checksum_fields, array( $salt ) ) ); + + $additional_fields = ''; + if ( $granular_result ) { + // TODO uniq the fields as sometimes(most) range_index is the key and there's no need to select the same field twice. + $additional_fields = " + {$this->table}.{$this->range_field} as range_index, + {$key_fields}, + "; + } + + $filter_stamenet = $this->build_filter_statement( $range_from, $range_to, $filter_values ); + + $join_statement = ''; + if ( $this->parent_table ) { + $parent_table_obj = new Table_Checksum( $this->parent_table ); + $parent_filter_query = $parent_table_obj->build_filter_statement( null, null, null, 'parent_table' ); + + // It is possible to have the GROUP By cause multiple rows to be returned for the same row for term_taxonomy. + // To get distinct entries we use a correlatd subquery back on the parent table using the primary key. + $additional_unique_clause = ''; + if ( 'term_taxonomy' === $this->parent_table ) { + $additional_unique_clause = " + AND parent_table.{$parent_table_obj->range_field} = ( + SELECT min( parent_table_cs.{$parent_table_obj->range_field} ) + FROM {$parent_table_obj->table} as parent_table_cs + WHERE parent_table_cs.{$this->parent_join_field} = {$this->table}.{$this->table_join_field} + ) + "; + } + + $join_statement = " + INNER JOIN {$parent_table_obj->table} as parent_table + ON ( + {$this->table}.{$this->table_join_field} = parent_table.{$this->parent_join_field} + AND {$parent_filter_query} + $additional_unique_clause + ) + "; + } + + $query = " + SELECT + {$additional_fields} + SUM( + CRC32( + CONCAT_WS( '#', {$salt}, {$checksum_fields_string} ) + ) + ) AS checksum + FROM + {$this->table} + {$join_statement} + WHERE + {$filter_stamenet} + "; + + /** + * We need the GROUP BY only for compound keys. + */ + if ( $granular_result ) { + $query .= " + GROUP BY {$key_fields} + LIMIT 9999999 + "; + } + + return $query; + } + + /** + * Obtain the min-max values (edges) of the range. + * + * @param int|null $range_from The start of the range. + * @param int|null $range_to The end of the range. + * @param int|null $limit How many values to return. + * + * @return array|object|void + * @throws Exception Throws an exception if validation fails on the internal function calls. + */ + public function get_range_edges( $range_from = null, $range_to = null, $limit = null ) { + global $wpdb; + + $this->validate_fields( array( $this->range_field ) ); + + // Performance :: When getting the postmeta range we do not want to filter by the whitelist. + // The reason for this is that it leads to a non-performant query that can timeout. + // Instead lets get the range based on posts regardless of meta. + $filter_values = $this->filter_values; + if ( 'postmeta' === $this->table ) { + $this->filter_values = null; + } + + // `trim()` to make sure we don't add the statement if it's empty. + $filters = trim( $this->build_filter_statement( $range_from, $range_to ) ); + + // Reset Post meta filter. + if ( 'postmeta' === $this->table ) { + $this->filter_values = $filter_values; + } + + $filter_statement = ''; + if ( ! empty( $filters ) ) { + $filter_statement = " + WHERE + {$filters} + "; + } + + // Only make the distinct count when we know there can be multiple entries for the range column. + $distinct_count = ''; + if ( count( $this->key_fields ) > 1 || $wpdb->terms === $this->table || $wpdb->term_relationships === $this->table ) { + $distinct_count = 'DISTINCT'; + } + + $query = " + SELECT + MIN({$this->range_field}) as min_range, + MAX({$this->range_field}) as max_range, + COUNT( {$distinct_count} {$this->range_field}) as item_count + FROM + "; + + /** + * If `$limit` is not specified, we can directly use the table. + */ + if ( ! $limit ) { + $query .= " + {$this->table} + {$filter_statement} + "; + } else { + /** + * If there is `$limit` specified, we can't directly use `MIN/MAX()` as they don't work with `LIMIT`. + * That's why we will alter the query for this case. + */ + $limit = intval( $limit ); + + $query .= " + ( + SELECT + {$distinct_count} {$this->range_field} + FROM + {$this->table} + {$filter_statement} + ORDER BY + {$this->range_field} ASC + LIMIT {$limit} + ) as ids_query + "; + } + + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + $result = $wpdb->get_row( $query, ARRAY_A ); + + if ( ! $result || ! is_array( $result ) ) { + throw new Exception( 'Unable to get range edges' ); + } + + return $result; + } + + /** + * Update the results to have key/checksum format. + * + * @param array $results Prepare the results for output of granular results. + */ + protected function prepare_results_for_output( &$results ) { + // get the compound key. + // only return range and compound key for granular results. + + $return_value = array(); + + foreach ( $results as &$result ) { + // Working on reference to save memory here. + + $key = array(); + foreach ( $this->key_fields as $field ) { + $key[] = $result[ $field ]; + } + + $return_value[ implode( '-', $key ) ] = $result['checksum']; + } + + return $return_value; + } + + /** + * Calculate the checksum based on provided range and filters. + * + * @param int|null $range_from The start of the range. + * @param int|null $range_to The end of the range. + * @param array|null $filter_values Additional filter values. Not used at the moment. + * @param bool $granular_result If the returned result should be granular or only the checksum. + * @param bool $simple_return_value If we want to use a simple return value for non-granular results (return only the checksum, without wrappers). + * + * @return array|mixed|object|WP_Error|null + */ + public function calculate_checksum( $range_from = null, $range_to = null, $filter_values = null, $granular_result = false, $simple_return_value = true ) { + + if ( ! Sync\Settings::is_checksum_enabled() ) { + return new WP_Error( 'checksum_disabled', 'Checksums are currently disabled.' ); + } + + try { + $this->validate_input(); + } catch ( Exception $ex ) { + return new WP_Error( 'invalid_input', $ex->getMessage() ); + } + + $query = $this->build_checksum_query( $range_from, $range_to, $filter_values, $granular_result ); + + global $wpdb; + + if ( ! $granular_result ) { + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + $result = $wpdb->get_row( $query, ARRAY_A ); + + if ( ! is_array( $result ) ) { + return new WP_Error( 'invalid_query', "Result wasn't an array" ); + } + + if ( $simple_return_value ) { + return $result['checksum']; + } + + return array( + 'range' => $range_from . '-' . $range_to, + 'checksum' => $result['checksum'], + ); + } else { + // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + $result = $wpdb->get_results( $query, ARRAY_A ); + return $this->prepare_results_for_output( $result ); + } + } + + /** + * Make sure the WooCommerce tables should be enabled for Checksum/Fix. + * + * @return bool + */ + protected function enable_woocommerce_tables() { + /** + * On WordPress.com, we can't directly check if the site has support for WooCommerce. + * Having the option to override the functionality here helps with syncing WooCommerce tables. + * + * @since 10.1 + * + * @param bool If we should we force-enable WooCommerce tables support. + */ + $force_woocommerce_support = apply_filters( 'jetpack_table_checksum_force_enable_woocommerce', false ); + + // If we're forcing WooCommerce tables support, there's no need to check further. + // This is used on WordPress.com. + if ( $force_woocommerce_support ) { + return true; + } + + // No need to proceed if WooCommerce is not available. + if ( ! class_exists( 'WooCommerce' ) ) { + return false; + } + + // TODO more checks if needed. Probably query the DB to make sure the tables exist. + + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php new file mode 100644 index 00000000..73421389 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php @@ -0,0 +1,291 @@ +queue_id = $queue_id; + } + + /** + * Insert an item in the queue. + * + * @param string $item_id The item ID. + * @param string $item Serialized item data. + * + * @return bool If the item was added. + */ + public function insert_item( $item_id, $item ) { + global $wpdb; + + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.DirectDatabaseQuery.DirectQuery + $rows_added = $wpdb->query( + $wpdb->prepare( + "INSERT INTO $wpdb->options (option_name, option_value, autoload) VALUES (%s, %s,%s)", + $item_id, + $item, + 'no' + ) + ); + + return ( 0 !== $rows_added ); + } + + /** + * Fetch items from the queue. + * + * @param int|null $item_count How many items to fetch from the queue. + * The parameter is null-able, if no limit on the amount of items. + * + * @return array|object|\stdClass[]|null + */ + public function fetch_items( $item_count ) { + global $wpdb; + + // TODO make it more simple for the $item_count + if ( $item_count ) { + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.DirectDatabaseQuery.DirectQuery + $items = $wpdb->get_results( + $wpdb->prepare( + "SELECT option_name AS id, option_value AS value FROM $wpdb->options WHERE option_name LIKE %s ORDER BY option_name ASC LIMIT %d", + "jpsq_{$this->queue_id}-%", + $item_count + ), + OBJECT + ); + } else { + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.DirectDatabaseQuery.DirectQuery + $items = $wpdb->get_results( + $wpdb->prepare( + "SELECT option_name AS id, option_value AS value FROM $wpdb->options WHERE option_name LIKE %s ORDER BY option_name ASC", + "jpsq_{$this->queue_id}-%" + ), + OBJECT + ); + } + + return $items; + } + + /** + * Fetches items with specific IDs from the Queue. + * + * @param array $items_ids Items IDs to fetch from the queue. + * + * @return \stdClass[]|null + */ + public function fetch_items_by_ids( $items_ids ) { + global $wpdb; + + // return early if $items_ids is empty or not an array. + if ( empty( $items_ids ) || ! is_array( $items_ids ) ) { + return array(); + } + + $ids_placeholders = implode( ', ', array_fill( 0, count( $items_ids ), '%s' ) ); + + $query_with_placeholders = "SELECT option_name AS id, option_value AS value + FROM $wpdb->options + WHERE option_name IN ( $ids_placeholders )"; + + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.DirectDatabaseQuery.DirectQuery + $items = $wpdb->get_results( + $wpdb->prepare( + $query_with_placeholders, // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + $items_ids + ), + OBJECT + ); + + return $items; + } + + /** + * Clear out the queue. + * + * @return bool|int|\mysqli_result|resource|null + */ + public function clear_queue() { + global $wpdb; + + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.DirectDatabaseQuery.DirectQuery + return $wpdb->query( + $wpdb->prepare( + "DELETE FROM $wpdb->options WHERE option_name LIKE %s", + "jpsq_{$this->queue_id}-%" + ) + ); + } + + /** + * Check how many items are in the queue. + * + * @return int + */ + public function get_item_count() { + global $wpdb; + + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.DirectDatabaseQuery.DirectQuery + return (int) $wpdb->get_var( + $wpdb->prepare( + "SELECT count(*) FROM $wpdb->options WHERE option_name LIKE %s", + "jpsq_{$this->queue_id}-%" + ) + ); + } + + /** + * Return the lag amount for the queue. + * + * @param float|int|null $now A timestamp to use as starting point when calculating the lag. + * + * @return float|int The lag amount. + */ + public function get_lag( $now = null ) { + global $wpdb; + + // TODO replace with peek and a flag to fetch only the name. + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.DirectDatabaseQuery.DirectQuery + $first_item_name = $wpdb->get_var( + $wpdb->prepare( + "SELECT option_name FROM $wpdb->options WHERE option_name LIKE %s ORDER BY option_name ASC LIMIT 1", + "jpsq_{$this->queue_id}-%" + ) + ); + + if ( ! $first_item_name ) { + return 0; + } + + if ( null === $now ) { + $now = microtime( true ); + } + + // Break apart the item name to get the timestamp. + $matches = null; + if ( preg_match( '/^jpsq_' . $this->queue_id . '-(\d+\.\d+)-/', $first_item_name, $matches ) ) { + return $now - (float) $matches[1]; + } else { + return 0; + } + } + + /** + * Add multiple items to the queue at once. + * + * @param array $items Array of items to add. + * @param string $id_prefix Prefix to use for all the items. + * + * @return bool|int|\mysqli_result|resource|null + */ + public function add_all( $items, $id_prefix ) { + global $wpdb; + + $query = "INSERT INTO $wpdb->options (option_name, option_value, autoload) VALUES "; + + $rows = array(); + $count_items = count( $items ); + for ( $i = 0; $i < $count_items; ++$i ) { + // skip empty items. + if ( empty( $items[ $i ] ) ) { + continue; + } + try { + $option_name = esc_sql( $id_prefix . '-' . $i ); + $option_value = esc_sql( serialize( $items[ $i ] ) ); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.serialize_serialize + $rows[] = "('$option_name', '$option_value', 'no')"; + } catch ( \Exception $e ) { + // Item cannot be serialized so skip. + continue; + } + } + + $rows_added = $wpdb->query( $query . implode( ',', $rows ) ); // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared, WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching + + return $rows_added; + } + + /** + * Return $max_count items from the queue, including their value string length. + * + * @param int $max_count How many items to fetch from the queue. + * + * @return \stdClass[]|null + */ + public function get_items_ids_with_size( $max_count ) { + global $wpdb; + + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.DirectDatabaseQuery.DirectQuery + return $wpdb->get_results( + $wpdb->prepare( + "SELECT option_name AS id, LENGTH(option_value) AS value_size FROM $wpdb->options WHERE option_name LIKE %s ORDER BY option_name ASC LIMIT %d", + "jpsq_{$this->queue_id}-%", + $max_count + ), + OBJECT + ); + } + + /** + * Delete items with specific IDs from the queue. + * + * @param array $ids IDs of the items to remove from the queue. + * + * @return bool|int|\mysqli_result|resource|null + */ + public function delete_items_by_ids( $ids ) { + global $wpdb; + + if ( ! is_array( $ids ) || empty( $ids ) ) { + return false; + } + + // TODO check if it's working properly - no need to delete all options in the table if the params are not right + $ids_placeholders = implode( ', ', array_fill( 0, count( $ids ), '%s' ) ); + + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.DirectDatabaseQuery.DirectQuery + return $wpdb->query( + $wpdb->prepare( + /** + * Ignoring the linting warning, as there's still no placeholder replacement for DB field name, + * in this case this is `$ids_placeholders`, as we're preparing them above and are a dynamic count. + */ + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.PreparedSQLPlaceholders.UnfinishedPrepare + "DELETE FROM {$wpdb->options} WHERE option_name IN ( $ids_placeholders )", + $ids + ) + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php new file mode 100644 index 00000000..09089f65 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php @@ -0,0 +1,663 @@ +queue_id = $queue_id; + + // Initialize the `table_name` property with the correct prefix for easier usage in the class. + $this->table_name = $wpdb->prefix . $this->table_name_no_prefix; + } + + /** + * Creates the new table and updates the options to work with + * the new table if it was created successfully. + * + * @return void + */ + protected function create_table() { + global $wpdb; + + require_once ABSPATH . '/wp-admin/includes/upgrade.php'; + + $charset_collate = $wpdb->get_charset_collate(); + + $table_definition = "CREATE TABLE {$this->table_name} ( + `ID` bigint(20) NOT NULL AUTO_INCREMENT, + `queue_id` varchar(50) NOT NULL, + `event_id` varchar(100) NOT NULL, + `event_payload` longtext NOT NULL, + `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), + PRIMARY KEY (`ID`), + KEY `event_id` (`event_id`), + KEY `queue_id` (`queue_id`), + KEY `queue_id_event_id` (queue_id, event_id), + KEY `timestamp` (`timestamp`) + ) $charset_collate;"; + + /** + * The function dbDelta will only return the differences. If the table exists, the result will be empty, + * so let's run a check afterward to see if the table exists and is healthy. + */ + \dbDelta( $table_definition ); + } + + /** + * Check if the Custom table actually exists. + * + * @return bool + */ + protected function custom_table_exists() { + global $wpdb; + + // Check if the table exists + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $result = $wpdb->get_row( + $wpdb->prepare( 'SHOW TABLES LIKE %s', $this->table_name ), + ARRAY_N + ); + + if ( empty( $result ) || count( $result ) !== 1 || $result[0] !== $this->table_name ) { + return false; + } + + return true; + } + /** + * Check if the table is healthy, and we can read and write from/to it. + * + * @return true|\WP_Error If the custom table is available, and we can read and write from/to it. + */ + protected function is_custom_table_healthy() { + global $wpdb; + + if ( ! $this->custom_table_exists() ) { + return new \WP_Error( 'custom_table_not_exist', 'Jetpack Sync Custom table: Table does not exist' ); + } + + // Try to read from the table + + // Ignore the interpolated table name + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $query = $wpdb->query( "SELECT count(`ID`) FROM {$this->table_name}" ); + + if ( $query === false ) { + // The query failed to select anything from the table, so there must be an issue reading from it. + return new \WP_Error( 'custom_table_unable_to_read', 'Jetpack Sync Custom table: Unable to read from table' ); + } + + if ( $wpdb->last_error ) { + // There was an error reading, that's not necessarily failing the query. + // TODO check if we need this error check. + // TODO add more information about the erorr in the return value. + return new \WP_Error( 'custom_table_unable_to_read_sql_error', 'Jetpack Sync Custom table: Unable to read from table - SQL error' ); + } + + // Check if we can write in the table + if ( ! $this->insert_item( 'test', 'test' ) ) { + return new \WP_Error( 'custom_table_unable_to_writeread', 'Jetpack Sync Custom table: Unable to write into table' ); + } + + // See if we can read the item back + $items = $this->fetch_items_by_ids( array( 'test' ) ); + if ( empty( $items ) || ! is_object( $items[0] ) || $items[0]->value !== 'test' ) { + return new \WP_Error( 'custom_table_unable_to_writeread', 'Jetpack Sync Custom table: Unable to read item after writing' ); + } + + // Try to insert an item, read it back and then delete it. + $this->delete_items_by_ids( array( 'test' ) ); + + // Try to fetch the item back. It should not exist. + $items = $this->fetch_items_by_ids( array( 'test' ) ); + if ( ! empty( $items ) ) { + return new \WP_Error( 'custom_table_unable_to_writeread', 'Jetpack Sync Custom table: Unable to delete from table' ); + } + + return true; + } + + /** + * Drop the custom table as part of cleanup. + * + * @return bool If the table is cleared. + */ + public function drop_table() { + global $wpdb; + + if ( $this->custom_table_exists() ) { + // Ignoring the linting warning, as there's still no placeholder replacement for DB field name. + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.DirectDatabaseQuery.SchemaChange + return (bool) $wpdb->query( "DROP TABLE {$this->table_name}" ); + } + } + + /** + * Queue API implementation + */ + + /** + * Insert an item in the queue. + * + * @param string $item_id The item ID. + * @param string $item Serialized item data. + * + * @return bool If the item was added. + */ + public function insert_item( $item_id, $item ) { + global $wpdb; + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $rows_added = $wpdb->query( + $wpdb->prepare( + /** + * Ignoring the linting warning, as there's still no placeholder replacement for DB field name, + * in this case this is `$this->table_name` + */ + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + "INSERT INTO {$this->table_name} (queue_id, event_id, event_payload) VALUES (%s, %s,%s)", + $this->queue_id, + $item_id, + $item + ) + ); + + return ( 0 !== $rows_added ); + } + + /** + * Fetch items from the queue. + * + * @param int|null $item_count How many items to fetch from the queue. + * The parameter is null-able, if no limit on the amount of items. + * + * @return array|object|stdClass[]|null + */ + public function fetch_items( $item_count ) { + global $wpdb; + + /** + * Ignoring the linting warning, as there's still no placeholder replacement for DB field name, + * in this case this is `$this->table_name` + */ + // phpcs:disable WordPress.DB.PreparedSQL.InterpolatedNotPrepared + + // TODO make it more simple for the $item_count + if ( $item_count ) { + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $items = $wpdb->get_results( + $wpdb->prepare( + " + SELECT + event_id AS id, + event_payload AS value + FROM {$this->table_name} + WHERE queue_id LIKE %s + ORDER BY event_id ASC + LIMIT %d + ", + $this->queue_id, + $item_count + ) + ); + } else { + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $items = $wpdb->get_results( + $wpdb->prepare( + " + SELECT + event_id AS id, + event_payload AS value + FROM {$this->table_name} + WHERE queue_id LIKE %s + ORDER BY event_id ASC + ", + $this->queue_id + ) + ); + } + + // phpcs:enable WordPress.DB.PreparedSQL.InterpolatedNotPrepared + + return $items; + } + + /** + * Fetches items with specific IDs from the Queue. + * + * @param array $items_ids Items IDs to fetch from the queue. + * + * @return array|object|stdClass[]|null + */ + public function fetch_items_by_ids( $items_ids ) { + global $wpdb; + + // return early if $items_ids is empty or not an array. + if ( empty( $items_ids ) || ! is_array( $items_ids ) ) { + return array(); + } + + $ids_placeholders = implode( ', ', array_fill( 0, count( $items_ids ), '%s' ) ); + $query_with_placeholders = "SELECT event_id AS id, event_payload AS value + FROM {$this->table_name} + WHERE queue_id = %s AND event_id IN ( $ids_placeholders )"; + + $replacement_values = array_merge( array( $this->queue_id ), $items_ids ); + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $items = $wpdb->get_results( + $wpdb->prepare( + $query_with_placeholders, // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared + $replacement_values + ), + OBJECT + ); + + return $items; + } + + /** + * Check how many items are in the queue. + * + * @return int + */ + public function get_item_count() { + global $wpdb; + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared + return (int) $wpdb->get_var( + $wpdb->prepare( + /** + * Ignoring the linting warning, as there's still no placeholder replacement for DB field name, + * in this case this is `$this->table_name` + */ + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + "SELECT count(*) FROM {$this->table_name} WHERE queue_id = %s", + $this->queue_id + ) + ); + } + + /** + * Clear out the queue. + * + * @return bool|int|\mysqli_result|resource|null + */ + public function clear_queue() { + global $wpdb; + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared + return $wpdb->query( + $wpdb->prepare( + /** + * Ignoring the linting warning, as there's still no placeholder replacement for DB field name, + * in this case this is `$this->table_name` + */ + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + "DELETE FROM {$this->table_name} WHERE queue_id = %s", + $this->queue_id + ) + ); + } + + /** + * Return the lag amount for the queue. + * + * @param float|int|null $now A timestamp to use as starting point when calculating the lag. + * + * @return float|int The lag amount. + */ + public function get_lag( $now = null ) { + global $wpdb; + + // TODO replace with peek and a flag to fetch only the name. + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $first_item_name = $wpdb->get_var( + $wpdb->prepare( + /** + * Ignoring the linting warning, as there's still no placeholder replacement for DB field name, + * in this case this is `$this->table_name` + */ + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + "SELECT event_id FROM {$this->table_name} WHERE queue_id = %s ORDER BY event_id ASC LIMIT 1", + $this->queue_id + ) + ); + + if ( ! $first_item_name ) { + return 0; + } + + if ( null === $now ) { + $now = microtime( true ); + } + + // Break apart the item name to get the timestamp. + $matches = null; + if ( preg_match( '/^jpsq_' . $this->queue_id . '-(\d+\.\d+)-/', $first_item_name, $matches ) ) { + return $now - (float) $matches[1]; + } else { + return 0; + } + } + + /** + * Add multiple items to the queue at once. + * + * @param array $items Array of items to add. + * @param string $id_prefix Prefix to use for all the items. + * + * @return bool|int|\mysqli_result|resource|null + */ + public function add_all( $items, $id_prefix ) { + global $wpdb; + + $query = "INSERT INTO {$this->table_name} (queue_id, event_id, event_payload ) VALUES "; + + $rows = array(); + $count_items = count( $items ); + for ( $i = 0; $i < $count_items; ++$i ) { + // skip empty items. + if ( empty( $items[ $i ] ) ) { + continue; + } + try { + $event_id = esc_sql( $id_prefix . '-' . $i ); + $event_payload = esc_sql( serialize( $items[ $i ] ) ); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.serialize_serialize + $rows[] = "('{$this->queue_id}', '$event_id','$event_payload')"; + } catch ( \Exception $e ) { + // Item cannot be serialized so skip. + continue; + } + } + + $rows_added = $wpdb->query( $query . implode( ',', $rows ) ); // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared, WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching + + return $rows_added; + } + + /** + * Return $max_count items from the queue, including their value string length. + * + * @param int $max_count How many items to fetch from the queue. + * + * @return array|object|stdClass[]|null + */ + public function get_items_ids_with_size( $max_count ) { + global $wpdb; + + // TODO optimize the fetch to happen by queue name not by the IDs as it can be issue cross-queues. + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared + return $wpdb->get_results( + $wpdb->prepare( + /** + * Ignoring the linting warning, as there's still no placeholder replacement for DB field name, + * in this case this is `$this->table_name` + */ + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + "SELECT event_id AS id, LENGTH( event_payload ) AS value_size FROM {$this->table_name} WHERE queue_id = %s ORDER BY event_id ASC LIMIT %d", + $this->queue_id, + $max_count + ), + OBJECT + ); + } + + /** + * Delete items with specific IDs from the queue. + * + * @param array $ids IDs of the items to remove from the queue. + * + * @return bool|int|\mysqli_result|resource|null + */ + public function delete_items_by_ids( $ids ) { + global $wpdb; + $ids_placeholders = implode( ', ', array_fill( 0, count( $ids ), '%s' ) ); + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared + return $wpdb->query( + $wpdb->prepare( + /** + * Ignoring the linting warning, as there's still no placeholder replacement for DB field name, + * in this case this is `$this->table_name` + */ + // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared + "DELETE FROM {$this->table_name} WHERE queue_id = %s AND event_id IN ( $ids_placeholders )", + array_merge( array( $this->queue_id ), $ids ) + ) + ); + } + + /** + * Table initialization + */ + public static function initialize_custom_sync_table() { + /** + * Initialize an instance of the class with a test name, so we can use table prefix and then test if the table is healthy. + */ + $custom_table_instance = new Queue_Storage_Table( 'test_queue' ); + + // Check if the table exists + if ( ! $custom_table_instance->custom_table_exists() ) { + $custom_table_instance->create_table(); + } + + return $custom_table_instance->is_custom_table_healthy(); + } + + /** + * Migrates the existing Sync events from the options table to the Custom table + * + * @return bool + */ + public static function migrate_from_options_table_to_custom_table() { + global $wpdb; + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching + $count_result = $wpdb->get_row( + " + SELECT + COUNT(*) as item_count + FROM + {$wpdb->options} + WHERE + option_name LIKE 'jpsq_%' + " + ); + + $item_count = $count_result->item_count; + + $limit = 100; + $offset = 0; + + do { + // get all the records from the options table + $query = " + SELECT + option_name as event_id, + option_value as event_payload + FROM + {$wpdb->options} + WHERE + option_name LIKE 'jpsq_%' + ORDER BY + option_name ASC + LIMIT $offset, $limit + "; + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.NotPrepared + $rows = $wpdb->get_results( $query ); + + $insert_rows = array(); + + foreach ( $rows as $event ) { + $event_id = $event->event_id; + + // Parse the event + if ( + preg_match( + '!jpsq_(?P[^-]+)-(?P[^-]+)-.+!', + $event_id, + $events_matches + ) + ) { + $queue_id = $events_matches['queue_id']; + $timestamp = $events_matches['timestamp']; + + $insert_rows[] = $wpdb->prepare( + '(%s, %s, %s, %s)', + array( + $queue_id, + $event_id, + $event->event_payload, + (int) $timestamp, + ) + ); + } + } + + // Instantiate table storage, so we can get the table name. Queue ID is just a placeholder here. + $queue_table_storage = new Queue_Storage_Table( 'test_queue' ); + + if ( ! empty( $insert_rows ) ) { + $insert_query = 'INSERT INTO ' . $queue_table_storage->table_name . ' (queue_id, event_id, event_payload, timestamp) VALUES '; + + $insert_query .= implode( ',', $insert_rows ); + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.NotPrepared + $wpdb->query( $insert_query ); + } + + $offset += $limit; + } while ( $offset < $item_count ); + + // Clear out the options queue + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.NotPrepared + $wpdb->query( + $wpdb->prepare( + "DELETE FROM $wpdb->options WHERE option_name LIKE %s", + 'jpsq_%-%' + ) + ); + + return true; + } + + /** + * Migrates the existing Sync events from the Custom table to the Options table + * + * @return void + */ + public static function migrate_from_custom_table_to_options_table() { + global $wpdb; + + // Instantiate table storage, so we can get the table name. Queue ID is just a placeholder here. + $queue_table_storage = new Queue_Storage_Table( 'test_queue' ); + $custom_table_name = $queue_table_storage->table_name; + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $count_result = $wpdb->get_row( "SELECT COUNT(*) as item_count FROM {$custom_table_name}" ); + + $item_count = $count_result->item_count; + + $limit = 100; + $offset = 0; + + do { + // get all the records from the options table + $query = " + SELECT + event_id, + event_payload + FROM + {$custom_table_name} + ORDER BY + event_id ASC + LIMIT $offset, $limit + "; + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.NotPrepared + $rows = $wpdb->get_results( $query ); + + $insert_rows = array(); + + foreach ( $rows as $event ) { + $insert_rows[] = $wpdb->prepare( + '(%s, %s, "no")', + array( + $event->event_id, + $event->event_payload, + ) + ); + } + + if ( ! empty( $insert_rows ) ) { + $insert_query = "INSERT INTO {$wpdb->options} (option_name, option_value, autoload) VALUES "; + + $insert_query .= implode( ',', $insert_rows ); + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.NotPrepared + $wpdb->query( $insert_query ); + } + + $offset += $limit; + } while ( $offset < $item_count ); + + // Clear the custom table + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery,WordPress.DB.DirectDatabaseQuery.NoCaching,WordPress.DB.PreparedSQL.InterpolatedNotPrepared + $wpdb->query( "DELETE FROM {$custom_table_name}" ); + + // TODO should we drop the table here instead? + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/CHANGELOG.md new file mode 100644 index 00000000..59d1f535 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/CHANGELOG.md @@ -0,0 +1,48 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.1.6] - 2023-10-19 +### Changed +- Updated package dependencies. [#32605] + +### Fixed +- Fix helper script upload for sites without direct file system access. [#32102] + +## [0.1.5] - 2023-07-06 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [0.1.4] - 2023-03-29 +### Changed +- Minor internal updates. + +## [0.1.3] - 2023-01-25 +### Changed +- Use `WP_Filesystem` more consistently in `Helper_Script_Manager`. [#28198] + +## [0.1.2] - 2022-12-05 +### Changed +- Updated package dependencies. [#27688] + +## [0.1.1] - 2022-11-30 +### Changed +- Updated package dependencies. [#27043] + +## 0.1.0 - 2022-11-01 +### Added +- Adding the initial empty package +- Duplicate helper script code to a dedicated package + +### Changed +- Updated package dependencies. + +[0.1.6]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.1.5...v0.1.6 +[0.1.5]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.1.4...v0.1.5 +[0.1.4]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.1.3...v0.1.4 +[0.1.3]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.1.2...v0.1.3 +[0.1.2]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.1.0...v0.1.1 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/SECURITY.md new file mode 100644 index 00000000..98f48dd1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/SECURITY.md @@ -0,0 +1,47 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack and its associated plugins have continued support. If a critical vulnerability is found in the current version of a plugin, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +Our HackerOne program covers the below plugin software, as well as a variety of related projects and infrastructure: + +* [Jetpack](https://jetpack.com/) +* Jetpack Backup +* Jetpack Boost +* Jetpack CRM +* Jetpack Protect +* Jetpack Search +* Jetpack Social +* Jetpack VideoPress + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/actions.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/actions.php new file mode 100644 index 00000000..96ffd1af --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/actions.php @@ -0,0 +1,32 @@ + $accepted_args, + 'function' => $cb, + ); + }; + $add_action = $add_filter; +} + +// Clean up expired Jetpack Helper Scripts from a scheduled event. +$add_action( 'jetpack_cleanup_helper_scripts', array( 'Automattic\\Jetpack\\Transport_Helper\\Helper_Script_Manager', 'cleanup_expired_helper_scripts' ) ); + +// Register REST routes. +$add_action( 'rest_api_init', array( 'Automattic\\Jetpack\\Transport_Helper\\REST_Controller', 'register_rest_routes' ) ); + +// Set up package version hook. +$add_filter( 'jetpack_package_versions', 'Automattic\\Jetpack\\Transport_Helper\\Package_Version::send_package_version_to_tracker' ); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/composer.json new file mode 100644 index 00000000..db4a7d10 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/composer.json @@ -0,0 +1,58 @@ +{ + "name": "automattic/jetpack-transport-helper", + "description": "Package to help transport server communication", + "type": "jetpack-library", + "license": "GPL-2.0-or-later", + "require": { + "automattic/jetpack-connection": "^1.58.2" + }, + "require-dev": { + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.11", + "automattic/wordbless": "dev-master" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "files": [ + "actions.php" + ], + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "build-production": "echo 'Add your build step to composer.json, please!'", + "build-development": "echo 'Add your build step to composer.json, please!'", + "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "mirror-repo": "Automattic/jetpack-transport-helper", + "version-constants": { + "::PACKAGE_VERSION": "src/class-package-version.php" + }, + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-transport-helper/compare/v${old}...v${new}" + }, + "autotagger": true, + "branch-alias": { + "dev-trunk": "0.1.x-dev" + }, + "textdomain": "jetpack-transport-helper" + }, + "config": { + "allow-plugins": { + "roots/wordpress-core-installer": true + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/src/class-helper-script-manager.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/src/class-helper-script-manager.php new file mode 100644 index 00000000..d61a5d11 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/src/class-helper-script-manager.php @@ -0,0 +1,384 @@ + self::MAX_FILESIZE ) { + return new \WP_Error( 'invalid_helper', 'Invalid Helper Script size' ); + } + + // Replace '[wp_path]' in the Helper Script with the WordPress installation location. Allows the Helper Script to find WordPress. + $script_body = str_replace( '[wp_path]', addslashes( ABSPATH ), $script_body ); + + $wp_filesystem = self::get_wp_filesystem(); + if ( ! $wp_filesystem ) { + return new \WP_Error( 'install_failed', 'Failed to install Helper Script' ); + } + + // Create a jetpack-temp directory for the Helper Script. + $temp_directory = self::create_temp_directory(); + if ( \is_wp_error( $temp_directory ) ) { + return $temp_directory; + } + + // Generate a random filename, avoid clashes. + $max_attempts = 5; + for ( $attempt = 0; $attempt < $max_attempts; $attempt++ ) { + $file_key = wp_generate_password( 10, false ); + $file_name = 'jp-helper-' . $file_key . '.php'; + $file_path = trailingslashit( $temp_directory['path'] ) . $file_name; + + if ( ! $wp_filesystem->exists( $file_path ) ) { + // Attempt to write helper script. + if ( ! self::put_contents( $file_path, $script_body ) ) { + if ( $wp_filesystem->exists( $file_path ) ) { + $wp_filesystem->delete( $file_path ); + } + + continue; + } + + // Always schedule a cleanup run shortly after EXPIRY_TIME. + \wp_schedule_single_event( time() + self::EXPIRY_TIME + 60, 'jetpack_cleanup_helper_scripts' ); + + // Success! Figure out the URL and return the path and URL. + return array( + 'path' => $file_path, + 'url' => trailingslashit( $temp_directory['url'] ) . $file_name, + ); + } + } + + return new \WP_Error( 'install_faied', 'Failed to install Helper Script' ); + } + + /** + * Given a path, verify it looks like a helper script and then delete it if so. + * + * @access public + * @static + * + * @param string $path Path to Helper Script to delete. + * @return boolean True if the file is deleted (or does not exist). + */ + public static function delete_helper_script( $path ) { + $wp_filesystem = self::get_wp_filesystem(); + if ( ! $wp_filesystem ) { + return false; + } + + if ( ! $wp_filesystem->exists( $path ) ) { + return true; + } + + // Check this file looks like a JPR helper script. + if ( ! self::verify_file_header( $path, self::HELPER_HEADER ) ) { + return false; + } + + return $wp_filesystem->delete( $path ); + } + + /** + * Search for Helper Scripts that are suspiciously old, and clean them out. + * + * @access public + * @static + */ + public static function cleanup_expired_helper_scripts() { + self::cleanup_helper_scripts( time() - self::EXPIRY_TIME ); + } + + /** + * Search for and delete all Helper Scripts. Used during uninstallation. + * + * @access public + * @static + */ + public static function delete_all_helper_scripts() { + self::cleanup_helper_scripts( null ); + } + + /** + * Search for and delete Helper Scripts. If an $expiry_time is specified, only delete Helper Scripts + * with an mtime older than $expiry_time. Otherwise, delete them all. + * + * @access public + * @static + * + * @param int|null $expiry_time If specified, only delete scripts older than $expiry_time. + */ + public static function cleanup_helper_scripts( $expiry_time = null ) { + $wp_filesystem = self::get_wp_filesystem(); + if ( ! $wp_filesystem ) { + return; + } + + foreach ( self::get_install_locations() as $directory => $url ) { + $temp_dir = trailingslashit( $directory ) . self::TEMP_DIRECTORY; + + if ( $wp_filesystem->is_dir( $temp_dir ) ) { + // Find expired helper scripts and delete them. + $helper_scripts = $wp_filesystem->dirlist( $temp_dir ); + if ( is_array( $helper_scripts ) ) { + foreach ( $helper_scripts as $entry ) { + if ( preg_match( '/^jp-helper-*\.php$/', $entry['name'] ) && ( null === $expiry_time || $entry['lastmodunix'] < $expiry_time ) ) { + self::delete_helper_script( trailingslashit( $temp_dir ) . $entry['name'] ); + } + } + } + + // Delete the directory if it's empty now. + self::delete_empty_helper_directory( $temp_dir ); + } + } + } + + /** + * Delete a helper script directory if it's empty + * + * @access public + * @static + * + * @param string $dir Path to Helper Script directory. + * @return boolean True if the directory is deleted + */ + private static function delete_empty_helper_directory( $dir ) { + $wp_filesystem = self::get_wp_filesystem(); + if ( ! $wp_filesystem ) { + return false; + } + + if ( ! $wp_filesystem->is_dir( $dir ) ) { + return false; + } + + // Tally the files in the target directory, and reject if there are too many. + $dir_contents = $wp_filesystem->dirlist( $dir ); + if ( $dir_contents === false || count( $dir_contents ) > 2 ) { + return false; + } + + // Check that the only remaining files are a README and index.php generated by this system. + $allowed_files = array( + 'README' => self::README_LINES[0], + 'index.php' => self::INDEX_FILE, + ); + + foreach ( $dir_contents as $entry ) { + $basename = $entry['name']; + $path = trailingslashit( $dir ) . $basename; + if ( ! isset( $allowed_files[ $basename ] ) ) { + return false; + } + + // Verify the file starts with the expected contents. + if ( ! self::verify_file_header( $path, $allowed_files[ $basename ] ) ) { + return false; + } + + if ( ! $wp_filesystem->delete( $path ) ) { + return false; + } + } + + // If the directory is now empty, delete it. + $dir_contents = $wp_filesystem->dirlist( $dir ); + if ( $dir_contents === false || count( $dir_contents ) === 0 ) { + return $wp_filesystem->rmdir( $dir ); + } + + return false; + } + + /** + * Find an appropriate location for a jetpack-temp folder, and create one + * + * @access public + * @static + * + * @return WP_Error|array Array containing the url and path of the temp directory if successful, WP_Error if not. + */ + private static function create_temp_directory() { + $wp_filesystem = self::get_wp_filesystem(); + if ( ! $wp_filesystem ) { + return new \WP_Error( 'temp_directory', 'Failed to create jetpack-temp directory' ); + } + + foreach ( self::get_install_locations() as $directory => $url ) { + // Check if the install location is writeable. + if ( ! $wp_filesystem->is_writable( $directory ) ) { + continue; + } + + // Create if one doesn't already exist. + $temp_dir = trailingslashit( $directory ) . self::TEMP_DIRECTORY; + if ( ! $wp_filesystem->is_dir( $temp_dir ) ) { + if ( ! $wp_filesystem->mkdir( $temp_dir ) ) { + continue; + } + + // Temp directory created. Drop a README and index.php file in there. + self::write_supplementary_temp_files( $temp_dir ); + } + + return array( + 'path' => trailingslashit( $directory ) . self::TEMP_DIRECTORY, + 'url' => trailingslashit( $url ) . self::TEMP_DIRECTORY, + ); + } + + return new \WP_Error( 'temp_directory', 'Failed to create jetpack-temp directory' ); + } + + /** + * Write out an index.php file and a README file for a new jetpack-temp directory. + * + * @access public + * @static + * + * @param string $dir Path to Helper Script directory. + */ + private static function write_supplementary_temp_files( $dir ) { + $readme_path = trailingslashit( $dir ) . 'README'; + self::put_contents( $readme_path, implode( "\n\n", self::README_LINES ) ); + + $index_path = trailingslashit( $dir ) . 'index.php'; + self::put_contents( $index_path, self::INDEX_FILE ); + } + + /** + * Write a file to the specified location with the specified contents. + * + * @access private + * @static + * + * @param string $file_path Path to write to. + * @param string $contents File contents to write. + * @return boolean True if successfully written. + */ + private static function put_contents( $file_path, $contents ) { + $wp_filesystem = self::get_wp_filesystem(); + if ( ! $wp_filesystem ) { + return false; + } + + return $wp_filesystem->put_contents( $file_path, $contents ); + } + + /** + * Checks that a file exists, is readable, and has the expected header. + * + * @access private + * @static + * + * @param string $file_path File to verify. + * @param string $expected_header Header that the file should have. + * @return boolean True if the file exists, is readable, and the header matches. + */ + private static function verify_file_header( $file_path, $expected_header ) { + $wp_filesystem = self::get_wp_filesystem(); + if ( ! $wp_filesystem ) { + return false; + } + + // Verify the file exists and is readable. + if ( ! $wp_filesystem->exists( $file_path ) || ! $wp_filesystem->is_readable( $file_path ) ) { + return false; + } + + // Verify that the file isn't too big or small. + $file_size = $wp_filesystem->size( $file_path ); + if ( $file_size < strlen( $expected_header ) || $file_size > self::MAX_FILESIZE ) { + return false; + } + + // Read the file and verify its header. + $contents = $wp_filesystem->get_contents( $file_path ); + return ( strncmp( $contents, $expected_header, strlen( $expected_header ) ) === 0 ); + } + + /** + * Gets an associative array of possible places to install a jetpack-temp directory, along with the URL to access each. + * + * @access private + * @static + * + * @return array Array, with keys specifying the full path of install locations, and values with the equivalent URL. + */ + public static function get_install_locations() { + // Include WordPress root and wp-content. + $install_locations = array( + \ABSPATH => \get_site_url(), + \WP_CONTENT_DIR => \WP_CONTENT_URL, + ); + + // Include uploads folder. + $upload_dir_info = \wp_upload_dir(); + $install_locations[ $upload_dir_info['basedir'] ] = $upload_dir_info['baseurl']; + + return $install_locations; + } + + /** + * Get the WP_Filesystem. + * + * @return \WP_Filesystem|null + */ + private static function get_wp_filesystem() { + global $wp_filesystem; + + if ( ! $wp_filesystem ) { + if ( ! function_exists( '\\WP_Filesystem' ) ) { + require_once ABSPATH . 'wp-admin/includes/file.php'; + } + + $credentials = request_filesystem_credentials( self_admin_url() ); + + if ( ! \WP_Filesystem( $credentials ) ) { + return null; + } + } + + return $wp_filesystem; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/src/class-package-version.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/src/class-package-version.php new file mode 100644 index 00000000..79e1d2c7 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/src/class-package-version.php @@ -0,0 +1,30 @@ + WP_REST_Server::CREATABLE, + 'callback' => __CLASS__ . '::install_helper_script', + 'permission_callback' => __CLASS__ . '::helper_script_permissions_callback', + 'args' => array( + 'helper' => array( + 'description' => __( 'base64 encoded Helper Script body.', 'jetpack-transport-helper' ), + 'type' => 'string', + 'required' => true, + ), + ), + ) + ); + + // Delete a Helper Script. + register_rest_route( + 'jetpack/v4', + // This route can be generalized once we no longer depend on the backup package + '/backup-helper-script', + array( + 'methods' => WP_REST_Server::DELETABLE, + 'callback' => __CLASS__ . '::delete_helper_script', + 'permission_callback' => __CLASS__ . '::helper_script_permissions_callback', + 'args' => array( + 'path' => array( + 'description' => __( 'Path to Helper Script', 'jetpack-transport-helper' ), + 'type' => 'string', + 'required' => true, + ), + ), + ) + ); + } + + /** + * The Jetpack endpoints should only be available via site-level authentication. + * This means that the corresponding endpoints can only be accessible from WPCOM. + * + * @access public + * @static + * + * @return bool|WP_Error True if a blog token was used to sign the request, WP_Error otherwise. + */ + public static function helper_script_permissions_callback() { + if ( Rest_Authentication::is_signed_with_blog_token() ) { + return true; + } + + $error_msg = esc_html__( + 'You are not allowed to perform this action.', + 'jetpack-transport-helper' + ); + + return new WP_Error( 'rest_forbidden', $error_msg, array( 'status' => rest_authorization_required_code() ) ); + } + + /** + * Install the Helper Script. + * + * @access public + * @static + * + * @param WP_REST_Request $request The request sent to the WP REST API. + * @return array|WP_Error Returns the result of Helper Script installation. Returns one of: + * - WP_Error on failure, or + * - An array with installation info on success: + * 'path' (string) The sinstallation path. + * 'url' (string) The access url. + * 'abspath' (string) The abspath. + */ + public static function install_helper_script( $request ) { + $helper_script = $request->get_param( 'helper' ); + + // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_decode + $helper_script = base64_decode( $helper_script ); + if ( ! $helper_script ) { + return new WP_Error( 'invalid_args', __( 'Helper Script body must be base64 encoded', 'jetpack-transport-helper' ), 400 ); + } + + $installation_info = Helper_Script_Manager::install_helper_script( $helper_script ); + Helper_Script_Manager::cleanup_expired_helper_scripts(); + + // Include ABSPATH with successful result. + if ( ! is_wp_error( $installation_info ) ) { + $installation_info['abspath'] = ABSPATH; + } + + return rest_ensure_response( $installation_info ); + } + + /** + * Delete a Helper Script. + * + * @access public + * @static + * + * @param WP_REST_Request $request The request sent to the WP REST API. + * @return array An array with 'success' key indicating the result of the delete operation. + */ + public static function delete_helper_script( $request ) { + $path_to_helper_script = $request->get_param( 'path' ); + + $deleted = Helper_Script_Manager::delete_helper_script( $path_to_helper_script ); + Helper_Script_Manager::cleanup_expired_helper_scripts(); + + return rest_ensure_response( + array( + 'success' => $deleted, + ) + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/.phpcs.dir.phpcompatibility.xml b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/.phpcs.dir.phpcompatibility.xml new file mode 100644 index 00000000..596c8ce5 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/.phpcs.dir.phpcompatibility.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/.phpcsignore b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/.phpcsignore new file mode 100644 index 00000000..9f4f5a0b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/.phpcsignore @@ -0,0 +1 @@ +rules/ diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md new file mode 100644 index 00000000..e12f671a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md @@ -0,0 +1,282 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.11.13] - 2023-10-10 +### Fixed +- Escape email address when output in HTML. [#33536] + +## [0.11.12] - 2023-09-28 +### Changed +- Minor internal updates. + +## [0.11.11] - 2023-09-19 + +- Minor internal updates. + +## [0.11.10] - 2023-09-11 +### Changed +- General: remove backwards-compatible functions now that package relies on WordPress 6.2. [#32772] + +## [0.11.9] - 2023-08-28 +### Changed +- Updated package dependencies. [#32605] + +## [0.11.8] - 2023-07-18 +### Changed +- Add support for running brute force protection in environments that otherwise do not support the WAF. [#31761] +- Minor performance improvements. [#31684] + +## [0.11.7] - 2023-07-17 +### Changed +- Add support for non-empty server https values. [#31688] + +## [0.11.6] - 2023-05-22 +### Added +- Add integration tests for unsupported environments [#30544] + +### Fixed +- Fix Brute force protection activation when WAF unset [#30544] +- Fix unavailable endpoint when WAF module is disabled [#30487] +- Multisite: avoid errors when the package is used in the Protect plugin instead of the Jetpack plugin. [#30767] + +## [0.11.5] - 2023-05-15 +### Changed +- Internal updates. + +## [0.11.4] - 2023-04-27 +### Added +- Fix hardblock issue if user only has Protect installed [#30278] + +## [0.11.3] - 2023-04-17 +### Fixed +- Fix brute force protection not initializing on atomic. [#30113] + +## [0.11.2] - 2023-04-10 +### Added +- Add Jetpack Autoloader package suggestion. [#29988] + +## [0.11.1] - 2023-04-03 +### Fixed +- Return early if we detect the older BFP implementation from the main plugin [#29794] + +## [0.11.0] - 2023-03-28 +### Added +- Added brute force protection to the WAF configuration REST API endpoints [#28401] +- Move the brute force protection module into the package. [#28401] + +### Changed +- Change "whitelist" to "allow list". [#28401] +- Move the brute force protection transient cleanup and shared functions to dedicated namespaced classes. [#28401] +- Use WAF IP allow list option in brute force protection feature. [#28401] + +## [0.10.2] - 2023-03-20 +### Changed +- Updated package dependencies. [#29480] + +## [0.10.1] - 2023-03-08 +### Changed +- Minor internal updates. + +## [0.10.0] - 2023-02-28 +### Added +- Added support for IP ranges in allow and block lists. [#29131] + +## [0.9.3] - 2023-02-20 +### Changed +- Minor internal updates. + +## [0.9.2] - 2023-02-15 +### Changed +- Minor internal updates. + +## [0.9.1] - 2023-02-13 +### Fixed +- Fix an update error that impacted sites using the WAF in standalone mode. [#28844] + +## [0.9.0] - 2023-01-25 +### Changed +- Change the web application firewall to run automatic and manual rules independently. [#27726] + +## [0.8.3] - 2023-01-11 +### Fixed +- Fixed the WAF package's PHP tests and Composer requirements [#28185] + +## [0.8.2] - 2023-01-09 +### Fixed +- Fix firewall activation hooks on first option updates. [#28234] + +## [0.8.1] - 2023-01-07 +### Changed +- Change directory location that stores firewall rules. [#28049] + +## [0.8.0] - 2022-12-27 +### Added +- Add file existance checks before requiring rule files in the WAF. [#28050] +- Disable Jetpack Firewall on unsupported environments. [#27939] + +## [0.7.2] - 2022-12-19 +### Fixed +- Fix the initialization of the firewall. [#27846] + +## [0.7.1] - 2022-12-06 +### Changed +- html_entity_decode filter now decodes single-quotes too, and uses a Unicode Replacement Character instead of returning empty string on invalid characters. [#27753] + +## [0.7.0] - 2022-12-05 +### Added +- Prepare package for use in the Jetpack Protect standalone plugin. [#27528] + +### Changed +- Updated package dependencies. [#27688] + +### Removed +- Remove has_rules_access plan check in favor of external alternatives [#27600] + +## [0.6.10] - 2022-11-28 +### Changed +- Updated package dependencies. [#27043] + +## [0.6.9] - 2022-11-01 +### Fixed +- Fix bug for cron event not generating IP rules. [#27215] + +## [0.6.8] - 2022-10-27 +### Fixed +- Fixes several invalid action callbacks. [#27106] + +## [0.6.7] - 2022-09-20 +### Changed +- Changing how we load and run the package to avoid actions.php [#24730] + +## [0.6.6] - 2022-09-08 +### Fixed +- Fixed exception namespace. [#25663] + +## [0.6.5] - 2022-07-26 +### Changed +- Updated package dependencies. [#25158] + +## [0.6.4] - 2022-07-12 +### Fixed +- Correct namespacing error. [#24993] + +## [0.6.3] - 2022-06-21 +### Changed +- Renaming master to trunk. [#24661] + +## [0.6.2] - 2022-06-06 +### Fixed +- Fix the hook we're using for run.php. + +## [0.6.1] - 2022-06-02 +### Removed +- Disable the WAF module on Atomic + +## [0.6.0] - 2022-05-18 +### Added +- Add checks for a killswitch define [#24247] +- Added endpoint to update rules on demand [#24327] +- handle share data option to decide if we should write to log file [#24218] + +### Fixed +- Allow the rules API to return 401 responses without throwing an exception. [#24153] +- fix bootstrap generation in cases file.php is not required yet [#24153] + +## [0.5.1] - 2022-05-04 +### Added +- Added a check to only run the firewall when the Jetpack module is enabled, a method to provide the bootstrap.php path, and a REST API endpoint to provide the firewall settings. [#23769] +- Connected the WAF UI to actually updating the IP block and allow lists when saving the settings. [#24124] + +### Fixed +- Fixed database logging [#24070] +- Fixed issue where code for the waf package was executed if the module was disabled [#24217] +- Fixed writing rules php files if the API request for getting up-to-date rules failes so that the internal functionality is kept in tact. [#24181] +- We now sanitize the output generated by blocked requests, and only report the rule ID in the header response. [#24058] + +## [0.5.0] - 2022-04-26 +### Added +- added cron to update rules +- Added WAF IP allow list and block list functionality. + +### Changed +- Added comment to ignore failing phpcs check +- PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` +- Updated package dependencies. + +## [0.4.0] - 2022-04-19 +### Added +- added logs when a request is blocked +- Generating rules now fetches them from the API. Also adds a few CLI commands. + +## [0.3.0] - 2022-04-12 +### Added +- Added hooks for generating the rules.php file, and improved functionality and class names. + +## [0.2.0] - 2022-04-06 +### Added +- Added Jetpack WAF standalone mode. + +### Fixed +- Fix normalizing nested array targets, like with query strings. + +## [0.1.1] - 2022-03-29 +### Fixed +- Fixed instance of normalizeHeaderName that wasn't renamed; fixed header parsing; removed unused compiler file. + +## 0.1.0 - 2022-02-16 +### Added +- Added executing the WAF as part of the Jetpack plugin. +- Added Initial version + +### Changed +- Core: do not ship .phpcs.dir.xml in production builds. + +[0.11.13]: https://github.com/Automattic/jetpack-waf/compare/v0.11.12...v0.11.13 +[0.11.12]: https://github.com/Automattic/jetpack-waf/compare/v0.11.11...v0.11.12 +[0.11.11]: https://github.com/Automattic/jetpack-waf/compare/v0.11.10...v0.11.11 +[0.11.10]: https://github.com/Automattic/jetpack-waf/compare/v0.11.9...v0.11.10 +[0.11.9]: https://github.com/Automattic/jetpack-waf/compare/v0.11.8...v0.11.9 +[0.11.8]: https://github.com/Automattic/jetpack-waf/compare/v0.11.7...v0.11.8 +[0.11.7]: https://github.com/Automattic/jetpack-waf/compare/v0.11.6...v0.11.7 +[0.11.6]: https://github.com/Automattic/jetpack-waf/compare/v0.11.5...v0.11.6 +[0.11.5]: https://github.com/Automattic/jetpack-waf/compare/v0.11.4...v0.11.5 +[0.11.4]: https://github.com/Automattic/jetpack-waf/compare/v0.11.3...v0.11.4 +[0.11.3]: https://github.com/Automattic/jetpack-waf/compare/v0.11.2...v0.11.3 +[0.11.2]: https://github.com/Automattic/jetpack-waf/compare/v0.11.1...v0.11.2 +[0.11.1]: https://github.com/Automattic/jetpack-waf/compare/v0.11.0...v0.11.1 +[0.11.0]: https://github.com/Automattic/jetpack-waf/compare/v0.10.2...v0.11.0 +[0.10.2]: https://github.com/Automattic/jetpack-waf/compare/v0.10.1...v0.10.2 +[0.10.1]: https://github.com/Automattic/jetpack-waf/compare/v0.10.0...v0.10.1 +[0.10.0]: https://github.com/Automattic/jetpack-waf/compare/v0.9.3...v0.10.0 +[0.9.3]: https://github.com/Automattic/jetpack-waf/compare/v0.9.2...v0.9.3 +[0.9.2]: https://github.com/Automattic/jetpack-waf/compare/v0.9.1...v0.9.2 +[0.9.1]: https://github.com/Automattic/jetpack-waf/compare/v0.9.0...v0.9.1 +[0.9.0]: https://github.com/Automattic/jetpack-waf/compare/v0.8.3...v0.9.0 +[0.8.3]: https://github.com/Automattic/jetpack-waf/compare/v0.8.2...v0.8.3 +[0.8.2]: https://github.com/Automattic/jetpack-waf/compare/v0.8.1...v0.8.2 +[0.8.1]: https://github.com/Automattic/jetpack-waf/compare/v0.8.0...v0.8.1 +[0.8.0]: https://github.com/Automattic/jetpack-waf/compare/v0.7.2...v0.8.0 +[0.7.2]: https://github.com/Automattic/jetpack-waf/compare/v0.7.1...v0.7.2 +[0.7.1]: https://github.com/Automattic/jetpack-waf/compare/v0.7.0...v0.7.1 +[0.7.0]: https://github.com/Automattic/jetpack-waf/compare/v0.6.10...v0.7.0 +[0.6.10]: https://github.com/Automattic/jetpack-waf/compare/v0.6.9...v0.6.10 +[0.6.9]: https://github.com/Automattic/jetpack-waf/compare/v0.6.8...v0.6.9 +[0.6.8]: https://github.com/Automattic/jetpack-waf/compare/v0.6.7...v0.6.8 +[0.6.7]: https://github.com/Automattic/jetpack-waf/compare/v0.6.6...v0.6.7 +[0.6.6]: https://github.com/Automattic/jetpack-waf/compare/v0.6.5...v0.6.6 +[0.6.5]: https://github.com/Automattic/jetpack-waf/compare/v0.6.4...v0.6.5 +[0.6.4]: https://github.com/Automattic/jetpack-waf/compare/v0.6.3...v0.6.4 +[0.6.3]: https://github.com/Automattic/jetpack-waf/compare/v0.6.2...v0.6.3 +[0.6.2]: https://github.com/Automattic/jetpack-waf/compare/v0.6.1...v0.6.2 +[0.6.1]: https://github.com/Automattic/jetpack-waf/compare/v0.6.0...v0.6.1 +[0.6.0]: https://github.com/Automattic/jetpack-waf/compare/v0.5.1...v0.6.0 +[0.5.1]: https://github.com/Automattic/jetpack-waf/compare/v0.5.0...v0.5.1 +[0.5.0]: https://github.com/Automattic/jetpack-waf/compare/v0.4.0...v0.5.0 +[0.4.0]: https://github.com/Automattic/jetpack-waf/compare/v0.3.0...v0.4.0 +[0.3.0]: https://github.com/Automattic/jetpack-waf/compare/v0.2.0...v0.3.0 +[0.2.0]: https://github.com/Automattic/jetpack-waf/compare/v0.1.1...v0.2.0 +[0.1.1]: https://github.com/Automattic/jetpack-waf/compare/v0.1.0...v0.1.1 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/LICENSE.txt new file mode 100644 index 00000000..e82774c1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/LICENSE.txt @@ -0,0 +1,357 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=================================== + + +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +c) If the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/cli.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/cli.php new file mode 100644 index 00000000..c62c43f9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/cli.php @@ -0,0 +1,12 @@ +can_send_recovery_emails = apply_filters( 'jetpack_protect_can_send_recovery_emails', true ); + $this->ip_address = $ip_address; + + add_filter( 'wp_authenticate_user', array( $this, 'check_valid_blocked_user' ), 10, 1 ); + add_filter( 'site_url', array( $this, 'add_args_to_login_post_url' ), 10, 3 ); + add_filter( 'network_site_url', array( $this, 'add_args_to_login_post_url' ), 10, 3 ); + add_filter( 'lostpassword_url', array( $this, 'add_args_to_lostpassword_url' ), 10, 2 ); + add_filter( 'login_url', array( $this, 'add_args_to_login_url' ), 10, 3 ); + add_filter( 'lostpassword_redirect', array( $this, 'add_args_to_lostpassword_redirect_url' ), 10, 1 ); + } + + /** + * Gets the URL that redirects to the support page on unblocking + * + * @since 8.5.0 + * + * @return string + */ + public static function get_help_url() { + return Redirect::get_url( 'jetpack-support-protect', array( 'anchor' => 'troubleshooting' ) ); + } + + /** + * Add arguments to lost password redirect url. + * + * @param string $url - the URL. + */ + public function add_args_to_lostpassword_redirect_url( $url ) { + if ( $this->valid_blocked_user_id ) { + $url = empty( $url ) ? wp_login_url() : $url; + $url = add_query_arg( + array( + 'validate_jetpack_protect_recovery' => isset( $_GET['validate_jetpack_protect_recovery'] ) ? filter_var( wp_unslash( $_GET['validate_jetpack_protect_recovery'] ) ) : null, // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Nothing on the site is changed in response to this request. + 'user_id' => isset( $_GET['user_id'] ) ? (int) $_GET['user_id'] : null, // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Nothing on the site is changed in response to this request. + 'checkemail' => 'confirm', + ), + $url + ); + } + + return $url; + } + + /** + * Add arguments to lost password redirect url. + * + * @param string $url - the URL. + * @param string $redirect - where to redirect to. + */ + public function add_args_to_lostpassword_url( $url, $redirect ) { + if ( $this->valid_blocked_user_id ) { + $args = array( + 'validate_jetpack_protect_recovery' => isset( $_GET['validate_jetpack_protect_recovery'] ) ? filter_var( wp_unslash( $_GET['validate_jetpack_protect_recovery'] ) ) : null, // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Nothing on the site is changed in response to this request. + 'user_id' => isset( $_GET['user_id'] ) ? (int) $_GET['user_id'] : null, // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Nothing on the site is changed in response to this request. + 'action' => 'lostpassword', + ); + if ( ! empty( $redirect ) ) { + $args['redirect_to'] = $redirect; + } + $url = add_query_arg( $args, $url ); + } + + return $url; + } + + /** + * Add arguments to login post url. + * + * @param string $url - the URL. + * @param string $path - the path. + * @param string $scheme -the scheme(?). + */ + public function add_args_to_login_post_url( $url, $path, $scheme ) { + if ( $this->valid_blocked_user_id && ( 'login_post' === $scheme || 'login' === $scheme ) ) { + $url = add_query_arg( + array( + 'validate_jetpack_protect_recovery' => isset( $_GET['validate_jetpack_protect_recovery'] ) ? filter_var( wp_unslash( $_GET['validate_jetpack_protect_recovery'] ) ) : null, // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Nothing on the site is changed in response to this request. + 'user_id' => isset( $_GET['user_id'] ) ? (int) $_GET['user_id'] : null, // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Nothing on the site is changed in response to this request. + ), + $url + ); + + } + + return $url; + } + + /** + * Add arguments to login post url. + * + * @param string $url - the URL. + * @param string $redirect - where we want to redirect to. + * @param string $force_reauth -if we're forcing reauthorization. + */ + public function add_args_to_login_url( $url, $redirect, $force_reauth ) { + if ( $this->valid_blocked_user_id ) { + $args = array( + 'validate_jetpack_protect_recovery' => isset( $_GET['validate_jetpack_protect_recovery'] ) ? filter_var( wp_unslash( $_GET['validate_jetpack_protect_recovery'] ) ) : null, // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Nothing on the site is changed in response to this request. + 'user_id' => isset( $_GET['user_id'] ) ? (int) $_GET['user_id'] : null, // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Nothing on the site is changed in response to this request. + ); + + if ( ! empty( $redirect ) ) { + $args['redirect_to'] = $redirect; + } + + if ( ! empty( $force_reauth ) ) { + $args['reauth'] = '1'; + } + $url = add_query_arg( $args, $url ); + } + + return $url; + } + + /** + * Check if user is blocked. + * + * @param string $user - the user. + */ + public function check_valid_blocked_user( $user ) { + if ( $this->valid_blocked_user_id && $this->valid_blocked_user_id != $user->ID ) { // phpcs:ignore Universal.Operators.StrictComparisons.LooseNotEqual + return new WP_Error( 'invalid_recovery_token', __( 'The recovery token is not valid for this user.', 'jetpack-waf' ) ); + } + + return $user; + } + + /** + * Check if user is valid. + */ + public function is_blocked_user_valid() { + if ( ! $this->can_send_recovery_emails ) { + return false; + } + + if ( $this->valid_blocked_user_id ) { + return true; + } + + if ( ! isset( $_GET['validate_jetpack_protect_recovery'] ) || ! isset( $_GET['user_id'] ) ) { // phpcs:ignore: WordPress.Security.NonceVerification.Recommended -- no changes made if this isn't set. + return false; + } + + if ( ! $this->is_valid_protect_recovery_key( filter_var( wp_unslash( $_GET['validate_jetpack_protect_recovery'] ) ), (int) $_GET['user_id'] ) ) { // phpcs:ignore: WordPress.Security.NonceVerification.Recommended -- no changes made if this isn't set. + return false; + } + + $this->valid_blocked_user_id = (int) $_GET['user_id']; // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Nothing on the site is changed in response to this request. + + return true; + } + + /** + * Checks if recovery key is valid. + * + * @param string $key - they recovery key. + * @param string $user_id - the User ID. + */ + public function is_valid_protect_recovery_key( $key, $user_id ) { + + $path = sprintf( '/sites/%d/protect/recovery/confirm', Jetpack_Options::get_option( 'id' ) ); + $response = Client::wpcom_json_api_request_as_blog( + $path, + '1.1', + array( + 'method' => 'post', + ), + array( + 'token' => $key, + 'user_id' => $user_id, + 'ip' => $this->ip_address, + ) + ); + + $result = json_decode( wp_remote_retrieve_body( $response ) ); + + if ( is_wp_error( $result ) || empty( $result ) || isset( $result->error ) ) { + return false; + } + + return true; + } + + /** + * Check if we should render the recovery form. + */ + public function render_and_die() { + if ( ! $this->can_send_recovery_emails ) { + $this->render_blocked_login_message(); + + return; + } + + if ( isset( $_GET['validate_jetpack_protect_recovery'] ) && ! empty( $_GET['user_id'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- no site changes, just throws invalid token error. + $error = new WP_Error( 'invalid_token', __( "Oops, we couldn't validate the recovery token.", 'jetpack-waf' ) ); + $this->protect_die( $error ); + + return; + } + + if ( + isset( $_GET['jetpack-protect-recovery'] ) && + isset( $_POST['_wpnonce'] ) && + wp_verify_nonce( $_POST['_wpnonce'], 'bypass-protect' ) // phpcs:ignore WordPress.Security.ValidatedSanitizedInput -- WP Core doesn't unstrip or sanitize nonces either. + ) { + $this->process_recovery_email(); + + return; + } + + if ( isset( $_GET['loggedout'] ) && 'true' === $_GET['loggedout'] ) { + $this->protect_die( __( 'You successfully logged out.', 'jetpack-waf' ) ); + } + + $this->render_recovery_form(); + } + + /** + * Render the blocked login message. + */ + public function render_blocked_login_message() { + $this->protect_die( $this->get_html_blocked_login_message() ); + } + + /** + * Process sending a recovery email. + */ + public function process_recovery_email() { + $sent = $this->send_recovery_email(); + $show_recovery_form = true; + if ( is_wp_error( $sent ) ) { + if ( 'email_already_sent' === $sent->get_error_code() ) { + $show_recovery_form = false; + } + $this->protect_die( $sent, null, true, $show_recovery_form ); + } else { + $this->render_recovery_success(); + } + } + + /** + * Send the recovery form. + */ + public function send_recovery_email() { + $email = isset( $_POST['email'] ) ? wp_unslash( $_POST['email'] ) : ''; // phpcs:ignore WordPress.Security.NonceVerification.Missing, WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- only triggered after bypass-protect nonce check is done, and sanitization is checked on the next line. + if ( sanitize_email( $email ) !== $email || ! is_email( $email ) ) { + return new WP_Error( 'invalid_email', __( "Oops, looks like that's not the right email address. Please try again!", 'jetpack-waf' ) ); + } + $user = get_user_by( 'email', trim( $email ) ); + + if ( ! $user ) { + return new WP_Error( 'invalid_user', __( "Oops, we couldn't find a user with that email. Please try again!", 'jetpack-waf' ) ); + } + $this->email_address = $email; + $path = sprintf( '/sites/%d/protect/recovery/request', Jetpack_Options::get_option( 'id' ) ); + + $response = Client::wpcom_json_api_request_as_blog( + $path, + '1.1', + array( + 'method' => 'post', + ), + array( + 'user_id' => $user->ID, + 'ip' => $this->ip_address, + ) + ); + + $code = wp_remote_retrieve_response_code( $response ); + $result = json_decode( wp_remote_retrieve_body( $response ) ); + + if ( self::HTTP_STATUS_CODE_TOO_MANY_REQUESTS === $code ) { + // translators: email address the recovery instructions were sent to. + return new WP_Error( 'email_already_sent', sprintf( __( 'Recovery instructions were sent to %s. Check your inbox!', 'jetpack-waf' ), esc_html( $this->email_address ) ) ); + } elseif ( is_wp_error( $result ) || empty( $result ) || isset( $result->error ) ) { + return new WP_Error( 'email_send_error', __( 'Oops, we were unable to send a recovery email. Try again.', 'jetpack-waf' ) ); + } + + return true; + } + + /** + * Prevent login by locking the login page. + * + * @param string $content - the content of the page. + * @param string $title - the page title. + * @param string $back_link - the back link. + * @param string $recovery_form - the recovery form. + */ + public function protect_die( $content, $title = null, $back_link = false, $recovery_form = false ) { + if ( empty( $title ) ) { + $title = __( 'Jetpack has locked your site\'s login page.', 'jetpack-waf' ); + } + if ( is_wp_error( $content ) ) { + $svg = ''; + $content = ' ' . $svg . $content->get_error_message() . ''; + } + $content = '

          ' . $content . '

          '; + + // If for some reason the login pop up box show up in the wp-admin. + if ( isset( $_GET['interim-login'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- no changes to the site itself, just rendering an error message. + $content = '' . $content; + } + $this->display_page( $title, $content, $back_link, $recovery_form ); + } + + /** + * Render the recovery form. + */ + public function render_recovery_form() { + $content = $this->get_html_blocked_login_message(); + $this->protect_die( $content, null, null, true ); + } + + /** + * Render the recovery instructions. + */ + public function render_recovery_success() { + // translators: the email address the recovery email was sent to. + $this->protect_die( sprintf( __( 'Recovery instructions were sent to %s. Check your inbox!', 'jetpack-waf' ), $this->email_address ) ); + } + + /** + * Get the HTML for the blocked login message. + */ + public function get_html_blocked_login_message() { + $icon = ''; + $ip = str_replace( 'http://', '', esc_url( 'http://' . $this->ip_address ) ); + return sprintf( + // translators: the IP address that was flagged. + __( '

          Your IP address %2$s has been flagged for potential security violations. You can unlock your login by sending yourself a special link via email. Learn More

          ', 'jetpack-waf' ), // phpcs:ignore WordPress.WP.I18n.NoHtmlWrappedStrings + $icon, + $ip, + esc_url( self::get_help_url() ) + ); + } + + /** + * Get the HTML recovery form. + */ + public function get_html_recovery_form() { + ob_start(); ?> +
          +
          + +

          + + +

          +
          +
          + + + + + > + + + + \n"; + } else { + echo "\n"; + } + ?> + <?php echo esc_html( $title ); ?> + + + > +

          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + get_html_recovery_form(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- content is escaped in the function. + } + ?> +
          + + + + get_transient( 'jpp_math_pass_' . sanitize_key( $_COOKIE['jpp_math_pass'] ) ); + + if ( ! $transient || $transient < 1 ) { + self::generate_math_page(); + } + return true; + } + + $ans = isset( $_POST['jetpack_protect_num'] ) ? (int) $_POST['jetpack_protect_num'] : ''; // phpcs:ignore WordPress.Security.NonceVerification.Missing -- answers are salted. + $correct_ans = isset( $_POST['jetpack_protect_answer'] ) ? sanitize_key( $_POST['jetpack_protect_answer'] ) : ''; // phpcs:ignore WordPress.Security.NonceVerification.Missing + + $time_window = self::time_window(); + $salt = get_site_option( 'jetpack_protect_key' ) . '|' . get_site_option( 'admin_email' ) . '|'; + $salted_ans_1 = hash_hmac( 'sha1', $ans, $salt . $time_window ); + $salted_ans_2 = hash_hmac( 'sha1', $ans, $salt . ( $time_window - 1 ) ); + + if ( ! $correct_ans || ! $ans ) { + self::generate_math_page(); + } elseif ( ! hash_equals( $salted_ans_1, $correct_ans ) && ! hash_equals( $salted_ans_2, $correct_ans ) ) { + wp_die( + wp_kses( + __( + 'You failed to correctly answer the math problem. This is used to combat spam when Jetpack’s Brute Force Attack Protection API is unavailable. Please use your browser’s back button to return to the login form, press the "refresh" button to generate a new math problem, and try to log in again.', + 'jetpack-waf' + ), + array( 'strong' => array() ) + ), + '', + array( 'response' => 401 ) + ); + } else { + return true; + } + } + + /** + * Creates an interim page to collect answers to a math captcha + * + * @param string $error - the error message. + */ + public static function generate_math_page( $error = false ) { + ob_start(); + ?> +

          + +

          + + +
          + + +

          +
          + 401 ) + ); + } + + /** + * Generates the math page. + */ + public function process_generate_math_page() { + $ans = isset( $_POST['jetpack_protect_num'] ) ? (int) $_POST['jetpack_protect_num'] : ''; // phpcs:ignore WordPress.Security.NonceVerification.Missing -- answers are salted. + $correct_ans = isset( $_POST['jetpack_protect_answer'] ) ? sanitize_key( $_POST['jetpack_protect_answer'] ) : ''; // phpcs:ignore WordPress.Security.NonceVerification.Missing + + $time_window = self::time_window(); + $salt = get_site_option( 'jetpack_protect_key' ) . '|' . get_site_option( 'admin_email' ) . '|'; + $salted_ans_1 = hash_hmac( 'sha1', $ans, $salt . $time_window ); + $salted_ans_2 = hash_hmac( 'sha1', $ans, $salt . ( $time_window - 1 ) ); + + if ( ! hash_equals( $salted_ans_1, $correct_ans ) && ! hash_equals( $salted_ans_2, $correct_ans ) ) { + self::generate_math_page( true ); + } else { + $temp_pass = substr( hash_hmac( 'sha1', wp_rand( 1, 100000000 ), get_site_option( 'jetpack_protect_key' ) ), 5, 25 ); + + $brute_force_protection = Brute_Force_Protection::instance(); + $brute_force_protection->set_transient( 'jpp_math_pass_' . $temp_pass, 3, DAY_IN_SECONDS ); + setcookie( 'jpp_math_pass', $temp_pass, time() + DAY_IN_SECONDS, COOKIEPATH, COOKIE_DOMAIN, false, true ); + remove_action( 'login_form', array( $this, 'math_form' ) ); + return true; + } + } + + /** + * Requires a user to solve a simple equation. Added to any WordPress login form. + * + * @return VOID outputs html + */ + public static function math_form() { + // Check if jpp_math_pass cookie is set and it matches valid transient. + if ( isset( $_COOKIE['jpp_math_pass'] ) ) { + $brute_force_protection = Brute_Force_Protection::instance(); + $transient = $brute_force_protection->get_transient( 'jpp_math_pass_' . sanitize_key( $_COOKIE['jpp_math_pass'] ) ); + + if ( $transient && $transient > 0 ) { + return ''; + } + } + + $num1 = wp_rand( 0, 10 ); + $num2 = wp_rand( 1, 10 ); + $ans = $num1 + $num2; + + $time_window = self::time_window(); + $salt = get_site_option( 'jetpack_protect_key' ) . '|' . get_site_option( 'admin_email' ) . '|'; + $salted_ans = hash_hmac( 'sha1', $ans, $salt . $time_window ); + ?> +
          +

          + +

          +
          + + + +
          + array(), + ); + foreach ( $local_allow_list as $item ) { + if ( $item->range ) { + $formatted['local'][] = $item->range_low . ' - ' . $item->range_high; + } else { + $formatted['local'][] = $item->ip_address; + } + } + if ( is_multisite() && current_user_can( 'manage_network' ) ) { + $formatted['global'] = array(); + $global_allow_list = self::get_global_allow_list(); + if ( false === $global_allow_list ) { + // If the global allow list has never been set, check for a legacy option set prior to 3.6. + $global_allow_list = get_site_option( 'jetpack_protect_whitelist', array() ); + } + foreach ( $global_allow_list as $item ) { + if ( $item->range ) { + $formatted['global'][] = $item->range_low . ' - ' . $item->range_high; + } else { + $formatted['global'][] = $item->ip_address; + } + } + } + return $formatted; + } + + /** + * Gets the local Brute force protection allow list. + * + * @deprecated 0.11.0 Use get_local_allow_list() + */ + public static function get_local_whitelist() { + _deprecated_function( __METHOD__, 'waf-0.11.0', __CLASS__ . '::get_local_allow_list' ); + return self::get_local_allow_list(); + } + + /** + * Gets the local Brute force protection allow list. + * + * The 'local' part of the allow list only really applies to multisite installs, + * which can have a network wide allow list, as well as a local list that applies + * only to the current site. On single site installs, there will only be a local + * allow list. + * + * @return array A list of IP Address objects or an empty array + */ + public static function get_local_allow_list() { + $allow_list = get_option( Waf_Rules_Manager::IP_ALLOW_LIST_OPTION_NAME ); + if ( false === $allow_list ) { + // The local allow list has never been set. + if ( is_multisite() ) { + // On a multisite, we can check for a legacy site_option that existed prior to v 3.6, or default to an empty array. + $allow_list = get_site_option( 'jetpack_protect_whitelist', array() ); + } else { + // On a single site, we can just use an empty array. + $allow_list = array(); + } + } else { + $allow_list = IP_Utils::get_ip_addresses_from_string( $allow_list ); + $allow_list = array_map( + function ( $ip_address ) { + return self::create_ip_object( $ip_address ); + }, + $allow_list + ); + } + return $allow_list; + } + + /** + * Get the global, network-wide allow list. + * + * @deprecated 0.11.0 Use get_global_allow_list() + */ + public static function get_global_whitelist() { + _deprecated_function( __METHOD__, 'waf-0.11.0', __CLASS__ . '::get_global_allow_list' ); + return self::get_global_allow_list(); + } + + /** + * Get the global, network-wide allow list. + * + * It will revert to the legacy site_option if jetpack_protect_global_whitelist has never been set. + * + * @return array + */ + public static function get_global_allow_list() { + $allow_list = get_site_option( 'jetpack_protect_global_whitelist' ); + if ( false === $allow_list ) { + // The global allow list has never been set. Check for legacy site_option, or default to an empty array. + $allow_list = get_site_option( 'jetpack_protect_whitelist', array() ); + } + return $allow_list; + } + + /** + * Convert a string into an IP Address object. + * + * @param string $ip_address The IP Address to convert. + * @return object An IP Address object. + */ + private static function create_ip_object( $ip_address ) { + $range = false; + if ( strpos( $ip_address, '-' ) ) { + $ip_address = explode( '-', $ip_address ); + $range = true; + } + $new_item = new \stdClass(); + $new_item->range = $range; + if ( $range ) { + $new_item->range_low = trim( $ip_address[0] ); + $new_item->range_high = trim( $ip_address[1] ); + } else { + $new_item->ip_address = $ip_address; + } + return $new_item; + } + + /** + * Save IP allow list. + * + * @deprecated 0.11.0 Use save_allow_list() + * + * @param mixed $allow_list IP allow list. + * @param bool $global (default: false) Global. + */ + public static function save_whitelist( $allow_list, $global = false ) { + _deprecated_function( __METHOD__, 'waf-0.11.0', __CLASS__ . '::save_allow_list' ); + return self::save_allow_list( $allow_list, $global ); + } + + /** + * Save IP allow list. + * + * @access public + * @param mixed $allow_list IP allow list. + * @param bool $global (default: false) Global. + * @return Bool. + */ + public static function save_allow_list( $allow_list, $global = false ) { + $allow_list_error = false; + $new_items = array(); + if ( ! is_array( $allow_list ) ) { + return new WP_Error( 'invalid_parameters', __( 'Expecting an array', 'jetpack-waf' ) ); + } + if ( $global && ! is_multisite() ) { + return new WP_Error( 'invalid_parameters', __( 'Cannot use global flag on non-multisites', 'jetpack-waf' ) ); + } + if ( $global && ! current_user_can( 'manage_network' ) ) { + return new WP_Error( 'permission_denied', __( 'Only super admins can edit the global allow list', 'jetpack-waf' ) ); + } + // Validate each item. + foreach ( $allow_list as $item ) { + $item = trim( $item ); + if ( empty( $item ) ) { + continue; + } + $new_item = self::create_ip_object( $item ); + if ( $new_item->range ) { + if ( ! filter_var( $new_item->range_low, FILTER_VALIDATE_IP ) || ! filter_var( $new_item->range_high, FILTER_VALIDATE_IP ) ) { + $allow_list_error = true; + break; + } + if ( ! IP_Utils::convert_ip_address( $new_item->range_low ) || ! IP_Utils::convert_ip_address( $new_item->range_high ) ) { + $allow_list_error = true; + break; + } + } else { + if ( ! filter_var( $new_item->ip_address, FILTER_VALIDATE_IP ) ) { + $allow_list_error = true; + break; + } + if ( ! IP_Utils::convert_ip_address( $new_item->ip_address ) ) { + $allow_list_error = true; + break; + } + } + $new_items[] = $new_item; + } // End item loop. + if ( ! empty( $allow_list_error ) ) { + return new WP_Error( 'invalid_ip', __( 'One of your IP addresses was not valid.', 'jetpack-waf' ) ); + } + if ( $global ) { + update_site_option( 'jetpack_protect_global_whitelist', $new_items ); + // Once a user has saved their global allow list, we can permanently remove the legacy option. + delete_site_option( 'jetpack_protect_whitelist' ); + } else { + $new_items = array_map( + function ( $item ) { + if ( $item->range ) { + return $item->range_low . '-' . $item->range_high; + } + return $item->ip_address; + }, + $new_items + ); + update_option( Waf_Rules_Manager::IP_ALLOW_LIST_OPTION_NAME, implode( ' ', $new_items ) ); + } + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php new file mode 100644 index 00000000..ebd79e03 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php @@ -0,0 +1,63 @@ + time() || $older_than_time < 1 ) { + return false; + } + $sql = $wpdb->prepare( + // phpcs:ignore WordPress.DB.PreparedSQLPlaceholders.LikeWildcardsInQuery + "SELECT REPLACE(option_name, '_transient_timeout_jpp_', '') AS transient_name FROM {$wpdb->options} WHERE option_name LIKE '\_transient\_timeout\_jpp\__%%' AND option_value < %d", + $older_than_time + ); + $transients = $wpdb->get_col( $sql ); // phpcs:ignore WordPress.DB -- $sql is prepared above. + $options_names = array(); + foreach ( $transients as $transient ) { + $options_names[] = '_transient_jpp_' . $transient; + $options_names[] = '_transient_timeout_jpp_' . $transient; + } + if ( $options_names ) { + $option_names_string = implode( ', ', array_fill( 0, count( $options_names ), '%s' ) ); + $result = $wpdb->query( // phpcs:ignore WordPress.DB.DirectDatabaseQuery + $wpdb->prepare( + "DELETE FROM {$wpdb->options} WHERE option_name IN ($option_names_string)", // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.PreparedSQLPlaceholders.UnfinishedPrepare -- the placeholders are set above. + $options_names + ) + ); + if ( ! $result ) { + return false; + } + } + } + + /** + * Jetpack Purge Transients Activation. + * + * @access public + * @return void + */ + public static function jp_purge_transients_activation() { + if ( ! wp_next_scheduled( 'jp_purge_transients_cron' ) ) { + wp_schedule_event( time(), 'daily', 'jp_purge_transients_cron' ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php new file mode 100644 index 00000000..4c426d34 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php @@ -0,0 +1,1159 @@ +is_connected() ) { + global $pagenow; + $brute_force_protection = self::instance(); + + if ( isset( $pagenow ) && 'wp-login.php' === $pagenow ) { + $brute_force_protection->check_login_ability(); + } + } + } + + /** + * On module activation, try to get an api key + */ + public function on_activation() { + if ( is_multisite() && is_main_site() && get_site_option( 'jetpack_protect_active', 0 ) == 0 ) { // phpcs:ignore Universal.Operators.StrictComparisons.LooseEqual + update_site_option( 'jetpack_protect_active', 1 ); + } + + update_site_option( 'jetpack_protect_activating', 'activating' ); + + // Get BruteProtect's counter number. + $this->protect_call( 'check_key' ); + } + + /** + * On module deactivation, unset protect_active + */ + public function on_deactivation() { + if ( is_multisite() && is_main_site() ) { + update_site_option( 'jetpack_protect_active', 0 ); + } + } + + /** + * Determines if the brute force protection module is enabled on the site. + * + * @return bool + */ + public static function is_enabled() { + return ( new Modules() )->is_active( 'protect' ); + } + + /** + * Enables the brute force protection module. + * + * @return bool + */ + public static function enable() { + // Return true if already enabled. + if ( self::is_enabled() ) { + return true; + } + return ( new Modules() )->activate( 'protect', false, false ); + } + + /** + * Disables the brute force protection module. + * + * @return bool + */ + public static function disable() { + // Return true if already disabled. + if ( ! self::is_enabled() ) { + return true; + } + return ( new Modules() )->deactivate( 'protect' ); + } + + /** + * Get the protect key, + */ + public function maybe_get_protect_key() { + if ( get_site_option( 'jetpack_protect_activating', false ) && ! get_site_option( 'jetpack_protect_key', false ) ) { + $key = $this->get_protect_key(); + delete_site_option( 'jetpack_protect_activating' ); + return $key; + } + + return get_site_option( 'jetpack_protect_key' ); + } + + /** + * Sends a "check_key" API call once a day. This call allows us to track IP-related + * headers for this server via the Protect API, in order to better identify the source + * IP for login attempts + * + * @param bool $force - if we're forcing the request. + */ + public function maybe_update_headers( $force = false ) { + $updated_recently = $this->get_transient( 'jpp_headers_updated_recently' ); + + if ( ! $force ) { + if ( isset( $_GET['protect_update_headers'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- this doesn't change anything, just forces the once-a-day check to run via force if set. + $force = true; + } + } + + // check that current user is admin so we prevent a lower level user from adding + // a trusted header, allowing them to brute force an admin account. + if ( ( $updated_recently && ! $force ) || ! current_user_can( 'update_plugins' ) ) { + return; + } + + $response = self::protect_call( 'check_key' ); + $this->set_transient( 'jpp_headers_updated_recently', 1, DAY_IN_SECONDS ); + + if ( isset( $response['msg'] ) && $response['msg'] ) { + update_site_option( 'trusted_ip_header', json_decode( $response['msg'] ) ); + } + } + + /** + * Handle displaying a security warning. + */ + public function maybe_display_security_warning() { + if ( is_multisite() && current_user_can( 'manage_network' ) ) { + if ( ! function_exists( 'is_plugin_active_for_network' ) ) { + require_once ABSPATH . '/wp-admin/includes/plugin.php'; + } + + // This warning is only relevant if either Jetpack or Jetpack Protect is active. + if ( defined( 'JETPACK__PLUGIN_FILE' ) ) { + $plugin_root_file = JETPACK__PLUGIN_FILE; + } elseif ( defined( 'JETPACK_PROTECT_ROOT_FILE' ) ) { + $plugin_root_file = JETPACK_PROTECT_ROOT_FILE; + } else { + return; + } + + if ( ! is_plugin_active_for_network( plugin_basename( $plugin_root_file ) ) ) { + add_action( 'load-index.php', array( $this, 'prepare_jetpack_protect_multisite_notice' ) ); + add_action( 'wp_ajax_jetpack-protect-dismiss-multisite-banner', array( $this, 'ajax_dismiss_handler' ) ); + } + } + } + + /** + * Handles preparing the multisite notice. + */ + public function prepare_jetpack_protect_multisite_notice() { + $dismissed = get_site_option( 'jetpack_dismissed_protect_multisite_banner' ); + if ( $dismissed ) { + return; + } + + add_action( 'admin_notices', array( $this, 'admin_jetpack_manage_notice' ) ); + } + + /** + * Handle dismissing the multisite banner. + */ + public function ajax_dismiss_handler() { + check_ajax_referer( 'jetpack_protect_multisite_banner_opt_out' ); + + if ( ! current_user_can( 'manage_network' ) ) { + wp_send_json_error( new WP_Error( 'insufficient_permissions' ) ); + } + + update_site_option( 'jetpack_dismissed_protect_multisite_banner', true ); + + wp_send_json_success(); + } + + /** + * Displays a warning about Brute Force Protection's network activation requirement. + * Attaches some custom JS to Core's `is-dismissible` UI to save the dismissed state. + */ + public function admin_jetpack_manage_notice() { + ?> +
          +

          + +

          + +

          + +

          + + + + + + +

          +
          + + api_key_error = __( 'Your main blog is not connected to WordPress.com. Please connect to get an API key.', 'jetpack-waf' ); + + return false; + } + + $request = array( + 'jetpack_blog_id' => $protect_blog_id, + 'bruteprotect_api_key' => get_site_option( 'bruteprotect_api_key' ), + 'multisite' => '0', + ); + + // Send the number of blogs on the network if we are on multisite. + if ( is_multisite() ) { + $request['multisite'] = get_blog_count(); + if ( ! $request['multisite'] ) { + global $wpdb; + $request['multisite'] = $wpdb->get_var( "SELECT COUNT(blog_id) as c FROM $wpdb->blogs WHERE spam = '0' AND deleted = '0' and archived = '0'" ); // phpcs:ignore WordPress.DB.DirectDatabaseQuery + } + } + + // Request the key. + $xml = new Jetpack_IXR_Client(); + $xml->query( 'jetpack.protect.requestKey', $request ); + + // Hmm, can't talk to wordpress.com. + if ( $xml->isError() ) { + $code = $xml->getErrorCode(); + $message = $xml->getErrorMessage(); + // Translators: The xml error code, and the xml error message. + $this->api_key_error = sprintf( __( 'Error connecting to WordPress.com. Code: %1$s, %2$s', 'jetpack-waf' ), $code, $message ); + + return false; + } + + $response = $xml->getResponse(); + + // Hmm, can't talk to the protect servers ( api.bruteprotect.com ). + if ( ! isset( $response['data'] ) ) { + $this->api_key_error = __( 'No reply from Jetpack servers', 'jetpack-waf' ); + + return false; + } + + // There was an issue generating the key. + if ( empty( $response['success'] ) ) { + $this->api_key_error = $response['data']; + + return false; + } + + // Key generation successful! + $active_plugins = self::get_active_plugins(); + + // We only want to deactivate BruteProtect if we successfully get a key. + if ( in_array( 'bruteprotect/bruteprotect.php', $active_plugins, true ) ) { + self::deactivate_plugin( 'bruteprotect/bruteprotect.php', 'BruteProtect' ); + } + + $key = $response['data']; + update_site_option( 'jetpack_protect_key', $key ); + + return $key; + } + + /** + * Called via WP action wp_login_failed to log failed attempt with the api + * + * Fires custom, plugable action jpp_log_failed_attempt with the IP + * + * @param string $login_user - the user attempting to log in. + * @return void + */ + public function log_failed_attempt( $login_user = null ) { + + /** + * Fires before every failed login attempt. + * + * @module protect + * + * @since 3.4.0 + * + * @param array Information about failed login attempt + * [ + * 'login' => (string) Username or email used in failed login attempt + * ] + */ + do_action( 'jpp_log_failed_attempt', array( 'login' => $login_user ) ); + + if ( isset( $_COOKIE['jpp_math_pass'] ) ) { + + $transient = $this->get_transient( 'jpp_math_pass_' . sanitize_key( $_COOKIE['jpp_math_pass'] ) ); + --$transient; + + if ( ! $transient || $transient < 1 ) { + $this->delete_transient( 'jpp_math_pass_' . sanitize_key( $_COOKIE['jpp_math_pass'] ) ); + setcookie( 'jpp_math_pass', 0, time() - DAY_IN_SECONDS, COOKIEPATH, COOKIE_DOMAIN, false, true ); + } else { + $this->set_transient( 'jpp_math_pass_' . sanitize_key( $_COOKIE['jpp_math_pass'] ), $transient, DAY_IN_SECONDS ); + } + } + $this->protect_call( 'failed_attempt' ); + } + + /** + * Set up the Brute Force Protection configuration page + */ + public function modules_loaded() { + add_filter( 'jetpack_module_configurable_protect', '__return_true' ); + } + + /** + * Logs a successful login back to our servers, this allows us to make sure we're not blocking + * a busy IP that has a lot of good logins along with some forgotten passwords. Also saves current user's ip + * to the ip address allow list + * + * @param string $user_login - the user loggign in. + * @param string $user - the user. + */ + public function log_successful_login( $user_login, $user = null ) { + if ( ! $user ) { // For do_action( 'wp_login' ) calls that lacked passing the 2nd arg. + $user = get_user_by( 'login', $user_login ); + } + + $this->protect_call( 'successful_login', array( 'roles' => $user->roles ) ); + } + + /** + * Checks for loginability BEFORE authentication so that bots don't get to go around the log in form. + * + * If we are using our math fallback, authenticate via math-fallback.php + * + * @param string $user - the user. + * @param string $username - the username. + * @param string $password - the password. + * + * @return string $user + */ + public function check_preauth( $user = 'Not Used By Protect', $username = 'Not Used By Protect', $password = 'Not Used By Protect' ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + $allow_login = $this->check_login_ability( true ); + $use_math = $this->get_transient( 'brute_use_math' ); + + if ( ! $allow_login ) { + $this->block_with_math(); + } + + if ( ( 1 == $use_math || 1 == $this->block_login_with_math ) && isset( $_POST['log'] ) ) { // phpcs:ignore Universal.Operators.StrictComparisons.LooseEqual, WordPress.Security.NonceVerification.Missing -- POST request just determines if we use math authentication. + + Brute_Force_Protection_Math_Authenticate::math_authenticate(); + } + + return $user; + } + + /** + * Get all IP headers so that we can process on our server... + * + * @return array + */ + public function get_headers() { + $output = array(); + $ip_related_headers = array( + 'GD_PHP_HANDLER', + 'HTTP_AKAMAI_ORIGIN_HOP', + 'HTTP_CF_CONNECTING_IP', + 'HTTP_CLIENT_IP', + 'HTTP_FASTLY_CLIENT_IP', + 'HTTP_FORWARDED', + 'HTTP_FORWARDED_FOR', + 'HTTP_INCAP_CLIENT_IP', + 'HTTP_TRUE_CLIENT_IP', + 'HTTP_X_CLIENTIP', + 'HTTP_X_CLUSTER_CLIENT_IP', + 'HTTP_X_FORWARDED', + 'HTTP_X_FORWARDED_FOR', + 'HTTP_X_IP_TRAIL', + 'HTTP_X_REAL_IP', + 'HTTP_X_VARNISH', + 'REMOTE_ADDR', + ); + + foreach ( $ip_related_headers as $header ) { + if ( ! empty( $_SERVER[ $header ] ) ) { + $output[ $header ] = wp_unslash( $_SERVER[ $header ] ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized + } + } + + return $output; + } + + /** + * Checks if the IP address is in the allow list. + * + * @deprecated 0.11.0 Use ip_is_allowed() + * + * @param string $ip - the IP address. + */ + public static function ip_is_whitelisted( $ip ) { + _deprecated_function( __METHOD__, 'waf-0.11.0', __CLASS__ . '::ip_is_allowed' ); + return self::ip_is_allowed( $ip ); + } + + /** + * Checks if the IP address is in the allow list. + * + * @param string $ip - the IP address. + * + * @return bool + */ + public function ip_is_allowed( $ip ) { + // If we found an exact match in wp-config. + if ( defined( 'JETPACK_IP_ADDRESS_OK' ) && JETPACK_IP_ADDRESS_OK === $ip ) { + return true; + } + + $allow_list = Brute_Force_Protection_Shared_Functions::get_local_allow_list(); + + if ( is_multisite() ) { + $allow_list = array_merge( $allow_list, get_site_option( 'jetpack_protect_global_whitelist', array() ) ); + } + + if ( ! empty( $allow_list ) ) : + foreach ( $allow_list as $item ) : + // If the IPs are an exact match. + if ( ! $item->range && isset( $item->ip_address ) && $item->ip_address === $ip ) { + return true; + } + + if ( $item->range && isset( $item->range_low ) && isset( $item->range_high ) ) { + if ( IP_Utils::ip_address_is_in_range( $ip, $item->range_low, $item->range_high ) ) { + return true; + } + } + endforeach; + endif; + + return false; + } + + /** + * Checks the status for a given IP. API results are cached as transients + * + * @param bool $preauth - Whether or not we are checking prior to authorization. + * + * @return bool Either returns true, fires $this->kill_login, or includes a math fallback and returns false + */ + public function check_login_ability( $preauth = false ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + + /** + * JETPACK_ALWAYS_PROTECT_LOGIN will always disable the login page, and use a page provided by Jetpack. + */ + if ( Constants::is_true( 'JETPACK_ALWAYS_PROTECT_LOGIN' ) ) { + $this->kill_login(); + } + + if ( $this->is_current_ip_allowed() ) { + return true; + } + + $status = $this->get_cached_status(); + + if ( empty( $status ) ) { + // If we've reached this point, this means that the IP isn't cached. + // Now we check with the Protect API to see if we should allow login. + $response = $this->protect_call( $action = 'check_ip' ); // phpcs:ignore Squiz.PHP.DisallowMultipleAssignments.Found + + if ( isset( $response['math'] ) && ! function_exists( 'brute_math_authenticate' ) ) { + new Brute_Force_Protection_Math_Authenticate(); + + return false; + } + + $status = $response['status']; + } + + if ( 'blocked' === $status ) { + $this->block_with_math(); + } + + if ( 'blocked-hard' === $status ) { + $this->kill_login(); + } + + return true; + } + + /** + * Check if the user's IP is in the allow list. + * + * @deprecated 0.11.0 Use is_current_ip_allowed() + */ + public static function is_current_ip_whitelisted() { + _deprecated_function( __METHOD__, 'waf-0.11.0', __CLASS__ . '::is_current_ip_allowed' ); + return self::is_current_ip_allowed(); + } + + /** + * Check if the user's IP is in the allow list. + */ + public function is_current_ip_allowed() { + $ip = IP_Utils::get_ip(); + + // Server is misconfigured and we can't get an IP. + if ( ! $ip ) { + self::disable(); + ob_start(); + ( new CookieState() )->state( 'message', 'protect_misconfigured_ip' ); + ob_end_clean(); + return true; + } + + /** + * Short-circuit check_login_ability. + * + * If there is an alternate way to validate the current IP such as + * a hard-coded list of IP addresses, we can short-circuit the rest + * of the login ability checks and return true here. + * + * @module protect + * + * @since 4.4.0 + * + * @param bool false Should we allow all logins for the current ip? Default: false + */ + if ( apply_filters( 'jpp_allow_login', false, $ip ) ) { + return true; + } + + if ( IP_Utils::ip_is_private( $ip ) ) { + return true; + } + + if ( $this->ip_is_allowed( $ip ) ) { + return true; + } + } + + /** + * Check if someone is able to login based on IP. + */ + public function has_login_ability() { + if ( $this->is_current_ip_allowed() ) { + return true; + } + $status = $this->get_cached_status(); + if ( empty( $status ) || 'ok' === $status ) { + return true; + } + return false; + } + + /** + * Check the status of the cached transient. + */ + public function get_cached_status() { + $transient_name = $this->get_transient_name(); + $value = $this->get_transient( $transient_name ); + if ( isset( $value['status'] ) ) { + return $value['status']; + } + return ''; + } + + /** + * Check if we need to block with a math question to continue logging in. + */ + public function block_with_math() { + /** + * By default, Protect will allow a user who has been blocked for too + * many failed logins to start answering math questions to continue logging in + * + * For added security, you can disable this. + * + * @module protect + * + * @since 3.6.0 + * + * @param bool Whether to allow math for blocked users or not. + */ + + $this->block_login_with_math = 1; + /** + * Allow Math fallback for blocked IPs. + * + * @module protect + * + * @since 3.6.0 + * + * @param bool true Should we fallback to the Math questions when an IP is blocked. Default to true. + */ + $allow_math_fallback_on_fail = apply_filters( 'jpp_use_captcha_when_blocked', true ); + if ( ! $allow_math_fallback_on_fail ) { + $this->kill_login(); + } + + new Brute_Force_Protection_Math_Authenticate(); + + return false; + } + + /** + * Kill a login attempt + */ + public function kill_login() { + if ( + isset( $_GET['action'] ) && isset( $_GET['_wpnonce'] ) && + 'logout' === $_GET['action'] && + wp_verify_nonce( $_GET['_wpnonce'], 'log-out' ) && // phpcs:ignore WordPress.Security.ValidatedSanitizedInput + wp_get_current_user() + + ) { + // Allow users to logout. + return; + } + + $ip = IP_Utils::get_ip(); + /** + * Fires before every killed login. + * + * @module protect + * + * @since 3.4.0 + * + * @param string $ip IP flagged by Protect. + */ + do_action( 'jpp_kill_login', $ip ); + + if ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST ) { + // translators: variable is the IP address that was flagged. + $die_string = sprintf( __( 'Your IP (%1$s) has been flagged for potential security violations.', 'jetpack-waf' ), str_replace( 'http://', '', esc_url( 'http://' . $ip ) ) ); + wp_die( + $die_string, // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- esc_url used when forming string. + esc_html__( 'Login Blocked by Jetpack', 'jetpack-waf' ), + array( 'response' => 403 ) + ); + } + + $blocked_login_page = Brute_Force_Protection_Blocked_Login_Page::instance( $ip ); + + if ( $blocked_login_page->is_blocked_user_valid() ) { + return; + } + + $blocked_login_page->render_and_die(); + } + + /** + * Checks if the protect API call has failed, and if so initiates the math captcha fallback. + */ + public function check_use_math() { + $use_math = $this->get_transient( 'brute_use_math' ); + if ( $use_math ) { + new Brute_Force_Protection_Math_Authenticate(); + } + } + + /** + * If we're in a multisite network, return the blog ID of the primary blog + * + * @return int + */ + public function get_main_blog_id() { + if ( ! is_multisite() ) { + return false; + } + + global $current_site; + $primary_blog_id = $current_site->blog_id; + + return $primary_blog_id; + } + + /** + * Get jetpack blog id, or the jetpack blog id of the main blog in the main network + * + * @return int + */ + public function get_main_blog_jetpack_id() { + if ( ! is_main_site() ) { + switch_to_blog( $this->get_main_blog_id() ); + $id = Jetpack_Options::get_option( 'id', false ); + restore_current_blog(); + } else { + $id = Jetpack_Options::get_option( 'id' ); + } + + return $id; + } + + /** + * Checks the API key. + */ + public function check_api_key() { + $response = $this->protect_call( 'check_key' ); + + if ( isset( $response['ckval'] ) ) { + return true; + } + + if ( isset( $response['error'] ) ) { + + if ( 'Invalid API Key' === $response['error'] ) { + $this->api_key_error = __( 'Your API key is invalid', 'jetpack-waf' ); + } + + if ( 'API Key Required' === $response['error'] ) { + $this->api_key_error = __( 'No API key', 'jetpack-waf' ); + } + } + + $this->api_key_error = __( 'There was an error contacting Jetpack servers.', 'jetpack-waf' ); + + return false; + } + + /** + * Calls over to the api using wp_remote_post + * + * @param string $action - 'check_ip', 'check_key', or 'failed_attempt'. + * @param array $request - Any custom data to post to the api. + * + * @return array + */ + public function protect_call( $action = 'check_ip', $request = array() ) { + global $wp_version; + + $api_key = $this->maybe_get_protect_key(); + + $user_agent = "WordPress/{$wp_version}"; + + $request['action'] = $action; + $request['ip'] = IP_Utils::get_ip(); + $request['host'] = $this->get_local_host(); + $request['headers'] = wp_json_encode( $this->get_headers() ); + $request['jetpack_version'] = null; + $request['wordpress_version'] = (string) $wp_version; + $request['api_key'] = $api_key; + $request['multisite'] = '0'; + + if ( defined( 'JETPACK__VERSION' ) ) { + $request['jetpack_version'] = constant( 'JETPACK__VERSION' ); + $user_agent .= ' | Jetpack/' . constant( 'JETPACK__VERSION' ); + } + + if ( defined( 'JETPACK_PROTECT_VERSION' ) && ! defined( 'JETPACK__VERSION' ) ) { + $request['jetpack_version'] = '12.1'; + $user_agent .= ' | JetpackProtect/' . constant( 'JETPACK_PROTECT_VERSION' ); + } + + if ( is_multisite() ) { + $request['multisite'] = get_blog_count(); + } + + /** + * Filter controls maximum timeout in waiting for reponse from Protect servers. + * + * @module protect + * + * @since 4.0.4 + * + * @param int $timeout Max time (in seconds) to wait for a response. + */ + $timeout = apply_filters( 'jetpack_protect_connect_timeout', 30 ); + + $args = array( + 'body' => $request, + 'user-agent' => $user_agent, + 'httpversion' => '1.0', + 'timeout' => absint( $timeout ), + ); + + Waf_Constants::define_brute_force_api_host(); + + $response_json = wp_remote_post( JETPACK_PROTECT__API_HOST, $args ); + $this->last_response_raw = $response_json; + + $transient_name = $this->get_transient_name(); + $this->delete_transient( $transient_name ); + + if ( is_array( $response_json ) ) { + $response = json_decode( $response_json['body'], true ); + } + + if ( isset( $response['blocked_attempts'] ) && $response['blocked_attempts'] ) { + update_site_option( 'jetpack_protect_blocked_attempts', $response['blocked_attempts'] ); + } + + if ( isset( $response['status'] ) && ! isset( $response['error'] ) ) { + $response['expire'] = time() + $response['seconds_remaining']; + $this->set_transient( $transient_name, $response, $response['seconds_remaining'] ); + $this->delete_transient( 'brute_use_math' ); + } else { // Fallback to Math Captcha if no response from API host. + $this->set_transient( 'brute_use_math', 1, 600 ); + $response['status'] = 'ok'; + $response['math'] = true; + } + + if ( isset( $response['error'] ) ) { + update_site_option( 'jetpack_protect_error', $response['error'] ); + } else { + delete_site_option( 'jetpack_protect_error' ); + } + + return $response; + } + + /** + * Gets the transient name. + */ + public function get_transient_name() { + $headers = $this->get_headers(); + $header_hash = md5( wp_json_encode( $headers ) ); + + return 'jpp_li_' . $header_hash; + } + + /** + * Wrapper for WordPress set_transient function, our version sets + * the transient on the main site in the network if this is a multisite network + * + * We do it this way (instead of set_site_transient) because of an issue where + * sitewide transients are always autoloaded + * https://core.trac.wordpress.org/ticket/22846 + * + * @param string $transient Transient name. Expected to not be SQL-escaped. Must be + * 45 characters or fewer in length. + * @param mixed $value Transient value. Must be serializable if non-scalar. + * Expected to not be SQL-escaped. + * @param int $expiration Optional. Time until expiration in seconds. Default 0. + * + * @return bool False if value was not set and true if value was set. + */ + public function set_transient( $transient, $value, $expiration ) { + if ( is_multisite() && ! is_main_site() ) { + switch_to_blog( $this->get_main_blog_id() ); + $return = set_transient( $transient, $value, $expiration ); + restore_current_blog(); + + return $return; + } + + return set_transient( $transient, $value, $expiration ); + } + + /** + * Wrapper for WordPress delete_transient function, our version deletes + * the transient on the main site in the network if this is a multisite network + * + * @param string $transient Transient name. Expected to not be SQL-escaped. + * + * @return bool true if successful, false otherwise + */ + public function delete_transient( $transient ) { + if ( is_multisite() && ! is_main_site() ) { + switch_to_blog( $this->get_main_blog_id() ); + $return = delete_transient( $transient ); + restore_current_blog(); + + return $return; + } + + return delete_transient( $transient ); + } + + /** + * Wrapper for WordPress get_transient function, our version gets + * the transient on the main site in the network if this is a multisite network + * + * @param string $transient Transient name. Expected to not be SQL-escaped. + * + * @return mixed Value of transient. + */ + public function get_transient( $transient ) { + if ( is_multisite() && ! is_main_site() ) { + switch_to_blog( $this->get_main_blog_id() ); + $return = get_transient( $transient ); + restore_current_blog(); + + return $return; + } + + return get_transient( $transient ); + } + + /** + * Returns the local host. + */ + public function get_local_host() { + if ( isset( $this->local_host ) ) { + return $this->local_host; + } + + $uri = 'http://' . strtolower( isset( $_SERVER['HTTP_HOST'] ) ? filter_var( wp_unslash( $_SERVER['HTTP_HOST'] ) ) : '' ); + + if ( is_multisite() ) { + $uri = network_home_url(); + } + + $uridata = wp_parse_url( $uri ); + + $domain = $uridata['host']; + + // If we still don't have the site_url, get it. + if ( ! $domain ) { + $uri = get_site_url( 1 ); + $uridata = wp_parse_url( $uri ); + $domain = $uridata['host']; + } + + $this->local_host = $domain; + + return $this->local_host; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-compatibility.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-compatibility.php new file mode 100644 index 00000000..682a26f8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-compatibility.php @@ -0,0 +1,232 @@ +range ) ) { + return $ip_object->range_low . '-' . $ip_object->range_high; + } + + return $ip_object->ip_address; + }, + $brute_force_allow_list + ); + + $brute_force_allow_list_string = implode( "\n", $brute_force_allow_list ); + + if ( empty( $waf_allow_list ) ) { + return $brute_force_allow_list_string; + } + + // Return the lists merged into a single string. + return "$waf_allow_list\n$brute_force_allow_list_string"; + } + + /** + * Migrate the brute force protection IP allow list option to the WAF option. + * + * @since 0.11.0 + * + * @return void + */ + public static function migrate_brute_force_protection_ip_allow_list() { + // Get the allow list values directly from the database to avoid filters. + $brute_force_allow_list = Jetpack_Options::get_raw_option( 'jetpack_protect_whitelist' ); + $waf_allow_list = Jetpack_Options::get_raw_option( 'jetpack_waf_ip_allow_list' ); + + if ( ! empty( $brute_force_allow_list ) ) { + + if ( empty( $waf_allow_list ) ) { + $waf_allow_list = ''; + } + + // Merge the two allow lists. + $merged_allow_list = self::merge_ip_allow_lists( $waf_allow_list, $brute_force_allow_list ); + + // Update the WAF IP allow list with the merged list. + Jetpack_Options::update_raw_option( 'jetpack_waf_ip_allow_list', $merged_allow_list ); + + // Delete the old option if the update was successful. + // Check the values directly as `update_raw_option()` returns false if the value hasn't changed. + if ( Jetpack_Options::get_raw_option( 'jetpack_waf_ip_allow_list' ) === $merged_allow_list ) { + delete_option( 'jetpack_protect_whitelist' ); + } + } + } + + /** + * Filter for Waf_Rules_Manager::IP_ALLOW_LIST_OPTION_NAME's option value. + * Merges the deprecated IP allow list from the brute force protection module + * with the existing option value, and flags that the WAF needs to be updated. + * + * @since 0.11.0 + * + * @param array $waf_allow_list The current value of the option. + * + * @return array The merged IP allow list. + */ + public static function filter_option_waf_ip_allow_list( $waf_allow_list ) { + $brute_force_allow_list = Jetpack_Options::get_raw_option( 'jetpack_protect_whitelist', false ); + if ( false !== $brute_force_allow_list ) { + $waf_allow_list = self::merge_ip_allow_lists( $waf_allow_list, $brute_force_allow_list ); + update_option( Waf_Initializer::NEEDS_UPDATE_OPTION_NAME, 1 ); + } + + return $waf_allow_list; + } + + /** + * Default option for when the Waf_Rules_Manager::IP_ALLOW_LIST_OPTION_NAME option is not set. + * + * @param mixed $default The default value to return if the option does not exist in the database. + * @param string $option Option name. + * @param bool $passed_default Was get_option() passed a default value. + * + * @return mixed The default value to return if the option does not exist in the database. + */ + public static function default_option_waf_ip_allow_list( $default, $option, $passed_default ) { + // Allow get_option() to override this default value + if ( $passed_default ) { + return $default; + } + + $waf_allow_list = ''; + + // If the brute force option exists, use that and flag that the WAF needs to be updated. + $brute_force_allow_list = Jetpack_Options::get_raw_option( 'jetpack_protect_whitelist', false ); + if ( false !== $brute_force_allow_list ) { + $waf_allow_list = self::merge_ip_allow_lists( $waf_allow_list, $brute_force_allow_list ); + update_option( Waf_Initializer::NEEDS_UPDATE_OPTION_NAME, 1 ); + } + + return $waf_allow_list; + } + + /** + * Check if the brute force protection code is being run by an older version of Jetpack (< 12.0). + * + * @since 0.11.1 + * + * @return bool + */ + public static function is_brute_force_running_in_jetpack() { + return defined( 'JETPACK__VERSION' ) && version_compare( JETPACK__VERSION, '12', '<' ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php new file mode 100644 index 00000000..d2ad497e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php @@ -0,0 +1,176 @@ + WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::waf', + 'permission_callback' => __CLASS__ . '::waf_permissions_callback', + ) + ); + + register_rest_route( + 'jetpack/v4', + '/waf', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::update_waf', + 'permission_callback' => __CLASS__ . '::waf_permissions_callback', + ) + ); + + register_rest_route( + 'jetpack/v4', + '/waf/update-rules', + array( + 'methods' => WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::update_rules', + 'permission_callback' => __CLASS__ . '::waf_permissions_callback', + ) + ); + + $routes_registered = true; + } + + /** + * Update rules endpoint + * + * @return WP_REST_Response|WP_Error + */ + public static function update_rules() { + try { + Waf_Rules_Manager::generate_automatic_rules(); + Waf_Rules_Manager::generate_rules(); + } catch ( Waf_Exception $e ) { + return $e->get_wp_error(); + } + + return rest_ensure_response( + array( + 'success' => true, + 'message' => __( 'Rules updated succesfully', 'jetpack-waf' ), + ) + ); + } + + /** + * WAF Endpoint + * + * @return WP_REST_Response + */ + public static function waf() { + return rest_ensure_response( Waf_Runner::get_config() ); + } + + /** + * Update WAF Endpoint + * + * @param WP_REST_Request $request The API request. + * + * @return WP_REST_Response|WP_Error + */ + public static function update_waf( $request ) { + // Automatic Rules Enabled + if ( isset( $request[ Waf_Rules_Manager::AUTOMATIC_RULES_ENABLED_OPTION_NAME ] ) ) { + update_option( Waf_Rules_Manager::AUTOMATIC_RULES_ENABLED_OPTION_NAME, (bool) $request->get_param( Waf_Rules_Manager::AUTOMATIC_RULES_ENABLED_OPTION_NAME ) ); + } + + // IP Lists Enabled + if ( isset( $request[ Waf_Rules_Manager::IP_LISTS_ENABLED_OPTION_NAME ] ) ) { + update_option( Waf_Rules_Manager::IP_LISTS_ENABLED_OPTION_NAME, (bool) $request->get_param( Waf_Rules_Manager::IP_LISTS_ENABLED_OPTION_NAME ) ); + } + + // IP Block List + if ( isset( $request[ Waf_Rules_Manager::IP_BLOCK_LIST_OPTION_NAME ] ) ) { + update_option( Waf_Rules_Manager::IP_BLOCK_LIST_OPTION_NAME, $request[ Waf_Rules_Manager::IP_BLOCK_LIST_OPTION_NAME ] ); + } + + // IP Allow List + if ( isset( $request[ Waf_Rules_Manager::IP_ALLOW_LIST_OPTION_NAME ] ) ) { + update_option( Waf_Rules_Manager::IP_ALLOW_LIST_OPTION_NAME, $request[ Waf_Rules_Manager::IP_ALLOW_LIST_OPTION_NAME ] ); + } + + // Share Data + if ( isset( $request[ Waf_Runner::SHARE_DATA_OPTION_NAME ] ) ) { + update_option( Waf_Runner::SHARE_DATA_OPTION_NAME, (bool) $request[ Waf_Runner::SHARE_DATA_OPTION_NAME ] ); + } + + // Brute Force Protection + if ( isset( $request['brute_force_protection'] ) ) { + $enable_brute_force = (bool) $request['brute_force_protection']; + $brute_force_protection_toggled = + $enable_brute_force + ? Brute_Force_Protection::enable() + : Brute_Force_Protection::disable(); + + if ( ! $brute_force_protection_toggled ) { + return new WP_Error( + $enable_brute_force + ? 'brute_force_protection_activation_failed' + : 'brute_force_protection_deactivation_failed', + $enable_brute_force + ? __( 'Brute force protection could not be activated.', 'jetpack-waf' ) + : __( 'Brute force protection could not be deactivated.', 'jetpack-waf' ), + array( 'status' => 500 ) + ); + } + } + + // Only attempt to update the WAF if the module is supported + if ( Waf_Runner::is_supported_environment() ) { + try { + Waf_Runner::update_waf(); + } catch ( Waf_Exception $e ) { + return $e->get_wp_error(); + } + } + + return self::waf(); + } + + /** + * WAF Endpoint Permissions Callback + * + * @return bool|WP_Error True if user can view the Jetpack admin page. + */ + public static function waf_permissions_callback() { + if ( current_user_can( 'manage_options' ) ) { + return true; + } + + return new WP_Error( + 'invalid_user_permission_manage_options', + REST_Connector::get_user_permissions_error_msg(), + array( 'status' => rest_authorization_required_code() ) + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php new file mode 100644 index 00000000..82674ffd --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php @@ -0,0 +1,166 @@ +] + * : The new mode to be set. + * --- + * options: + * - silent + * - normal + * --- + * + * @param array $args Arguments passed to CLI. + * @return void|null + * @throws WP_CLI\ExitException If there is an error switching the mode. + */ + public function mode( $args ) { + if ( count( $args ) > 1 ) { + + return WP_CLI::error( __( 'Only one mode may be specified.', 'jetpack-waf' ) ); + } + if ( count( $args ) === 1 ) { + if ( ! Waf_Runner::is_allowed_mode( $args[0] ) ) { + + return WP_CLI::error( + sprintf( + /* translators: %1$s is the mode that was actually found. Also note that the expected "silent" and "normal" are hard-coded strings and must therefore stay the same in any translation. */ + __( 'Invalid mode: %1$s. Expected "silent" or "normal".', 'jetpack-waf' ), + $args[0] + ) + ); + } + + update_option( Waf_Runner::MODE_OPTION_NAME, $args[0] ); + + try { + ( new Waf_Standalone_Bootstrap() )->generate(); + } catch ( \Exception $e ) { + WP_CLI::warning( + sprintf( + /* translators: %1$s is the unexpected error message. */ + __( 'Unable to generate waf bootstrap - standalone mode may not work properly: %1$s', 'jetpack-waf' ), + $e->getMessage() + ) + ); + } + + return WP_CLI::success( + sprintf( + /* translators: %1$s is the name of the mode that was just switched to. */ + __( 'Jetpack WAF mode switched to "%1$s".', 'jetpack-waf' ), + get_option( Waf_Runner::MODE_OPTION_NAME ) + ) + ); + } + WP_CLI::line( + sprintf( + /* translators: %1$s is the name of the mode that the waf is currently running in. */ + __( 'Jetpack WAF is running in "%1$s" mode.', 'jetpack-waf' ), + get_option( Waf_Runner::MODE_OPTION_NAME ) + ) + ); + } + + /** + * Setup the WAF to run. + * ## OPTIONS + * + * [] + * : The new mode to be set. + * --- + * options: + * - silent + * - normal + * --- + * + * @param array $args Arguments passed to CLI. + * @return void|null + * @throws WP_CLI\ExitException If there is an error switching the mode. + */ + public function setup( $args ) { + // Let is_allowed_mode know we are running from the CLI + define( 'WAF_CLI_MODE', $args[0] ); + + // Set the mode and generate the bootstrap + $this->mode( array( $args[0] ) ); + + try { + // Add relevant options and generate the rules.php file + Waf_Runner::activate(); + } catch ( \Exception $e ) { + + return WP_CLI::error( + sprintf( + /* translators: %1$s is the unexpected error message. */ + __( 'Jetpack WAF rules file failed to generate: %1$s', 'jetpack-waf' ), + $e->getMessage() + ) + ); + } + + return WP_CLI::success( __( 'Jetpack WAF has successfully been setup.', 'jetpack-waf' ) ); + } + + /** + * Delete the WAF options. + * + * @return void|null + * @throws WP_CLI\ExitException If deactivating has failures. + */ + public function teardown() { + try { + Waf_Runner::deactivate(); + } catch ( \Exception $e ) { + WP_CLI::error( __( 'Jetpack WAF failed to fully deactivate.', 'jetpack-waf' ) ); + } + + return WP_CLI::success( __( 'Jetpack WAF has been deactivated.', 'jetpack-waf' ) ); + } + + /** + * Generate the rules.php file with latest rules for the WAF. + * + * @return void|null + * @throws WP_CLI\ExitException If there is an error switching the mode. + */ + public function generate_rules() { + try { + Waf_Rules_Manager::generate_automatic_rules(); + Waf_Rules_Manager::generate_rules(); + } catch ( \Exception $e ) { + + return WP_CLI::error( + sprintf( + /* translators: %1$s is the unexpected error message. */ + __( 'Jetpack WAF rules file failed to generate: %1$s', 'jetpack-waf' ), + $e->getMessage() + ) + ); + } + + return WP_CLI::success( + sprintf( + /* translators: %1$s is the name of the mode that was just switched to. */ + __( 'Jetpack WAF rules successfully created to: "%1$s".', 'jetpack-waf' ), + Waf_Runner::get_waf_file_path( Waf_Rules_Manager::RULES_ENTRYPOINT_FILE ) + ) + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php new file mode 100644 index 00000000..ed82ce6a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php @@ -0,0 +1,104 @@ +is_atomic_platform(); + define( 'DISABLE_JETPACK_WAF', $is_wpcom || $is_atomic ); + } + } + + /** + * Set the mode definition if it has not been set. + * + * @return void + */ + public static function define_mode() { + if ( ! defined( 'JETPACK_WAF_MODE' ) ) { + $mode_option = get_option( Waf_Runner::MODE_OPTION_NAME ); + define( 'JETPACK_WAF_MODE', $mode_option ); + } + } + + /** + * Set the share data definition if it has not been set. + * + * @return void + */ + public static function define_share_data() { + if ( ! defined( 'JETPACK_WAF_SHARE_DATA' ) ) { + $share_data_option = get_option( Waf_Runner::SHARE_DATA_OPTION_NAME, false ); + define( 'JETPACK_WAF_SHARE_DATA', $share_data_option ); + } + } + + /** + * Set the brute force protection's API host definition if it has not been set. + * + * @return void + */ + public static function define_brute_force_api_host() { + if ( ! defined( 'JETPACK_PROTECT__API_HOST' ) ) { + define( 'JETPACK_PROTECT__API_HOST', 'https://api.bruteprotect.com/' ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php new file mode 100644 index 00000000..11891fe3 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php @@ -0,0 +1,243 @@ +generate(); + } catch ( Waf_Exception $e ) { + return $e->get_wp_error(); + } + + return true; + } + + /** + * Activate the Brute force protection on module activation. + * + * @return bool True if the Brute force protection activation is successful + */ + public static function on_brute_force_protection_activation() { + $brute_force_protection = Brute_Force_Protection::instance(); + $brute_force_protection->on_activation(); + + return true; + } + + /** + * Deactivate the WAF on module deactivation. + * + * @return bool|WP_Error True if the WAF deactivation is successful, WP_Error otherwise. + */ + public static function on_waf_deactivation() { + try { + Waf_Runner::deactivate(); + } catch ( Waf_Exception $e ) { + return $e->get_wp_error(); + } + + return true; + } + + /** + * Deactivate the Brute force protection on module deactivation. + * + * @return bool True if the Brute force protection deactivation is successful. + */ + public static function on_brute_force_protection_deactivation() { + $brute_force_protection = Brute_Force_Protection::instance(); + $brute_force_protection->on_deactivation(); + + return true; + } + + /** + * Updates the WAF after upgrader process is complete. + * + * @param WP_Upgrader $upgrader WP_Upgrader instance. In other contexts this might be a Theme_Upgrader, Plugin_Upgrader, Core_Upgrade, or Language_Pack_Upgrader instance. + * @param array $hook_extra Array of bulk item update data. + * + * @return void + */ + public static function update_waf_after_plugin_upgrade( $upgrader, $hook_extra ) { + $jetpack_text_domains_with_waf = array( 'jetpack', 'jetpack-protect' ); + $jetpack_plugins_with_waf = array( 'jetpack/jetpack.php', 'jetpack-protect/jetpack-protect.php' ); + + // Only run on upgrades affecting plugins + if ( 'plugin' !== $hook_extra['type'] ) { + return; + } + + // Only run on updates and installations + if ( 'update' !== $hook_extra['action'] && 'install' !== $hook_extra['action'] ) { + return; + } + + // Only run when Jetpack plugins were affected + if ( 'update' === $hook_extra['action'] && + ! empty( $hook_extra['plugins'] ) && + empty( array_intersect( $jetpack_plugins_with_waf, $hook_extra['plugins'] ) ) + ) { + return; + } + if ( 'install' === $hook_extra['action'] && + ! empty( $upgrader->new_plugin_data['TextDomain'] ) && + empty( in_array( $upgrader->new_plugin_data['TextDomain'], $jetpack_text_domains_with_waf, true ) ) + ) { + return; + } + + update_option( self::NEEDS_UPDATE_OPTION_NAME, 1 ); + } + + /** + * Check for WAF update + * + * Updates the WAF when the "needs update" option is enabled. + * + * @return bool|WP_Error True if the WAF is up-to-date or was sucessfully updated, WP_Error if the update failed. + */ + public static function check_for_updates() { + if ( get_option( self::NEEDS_UPDATE_OPTION_NAME ) ) { + if ( Waf_Runner::is_supported_environment() ) { + // Compatiblity patch for cases where an outdated WAF_Constants class has been + // autoloaded by the standalone bootstrap execution at the beginning of the current request. + if ( ! method_exists( Waf_Constants::class, 'define_mode' ) ) { + try { + ( new Waf_Standalone_Bootstrap() )->generate(); + } catch ( Waf_Exception $e ) { + return $e->get_wp_error(); + } + } + + Waf_Compatibility::run_compatibility_migrations(); + + Waf_Constants::define_mode(); + if ( ! Waf_Runner::is_allowed_mode( JETPACK_WAF_MODE ) ) { + return new WP_Error( 'waf_mode_invalid', 'Invalid firewall mode.' ); + } + + try { + Waf_Rules_Manager::generate_ip_rules(); + Waf_Rules_Manager::generate_rules(); + ( new Waf_Standalone_Bootstrap() )->generate(); + } catch ( Waf_Exception $e ) { + return $e->get_wp_error(); + } + } else { + // If the site doesn't support the request firewall, + // just migrate the IP allow list used by brute force protection. + Waf_Compatibility::migrate_brute_force_protection_ip_allow_list(); + } + } + + update_option( self::NEEDS_UPDATE_OPTION_NAME, 0 ); + return true; + } + + /** + * Disables the WAF module when on an unsupported platform in Jetpack. + * + * @param array $modules Filterable value for `jetpack_get_available_modules`. + * + * @return array Array of module slugs. + */ + public static function remove_module_on_unsupported_environments( $modules ) { + if ( ! Waf_Runner::is_supported_environment() ) { + // WAF should never be available on unsupported platforms. + unset( $modules['waf'] ); + } + + return $modules; + } + + /** + * Disables the WAF module when on an unsupported platform in a standalone plugin. + * + * @param array $modules Filterable value for `jetpack_get_available_standalone_modules`. + * + * @return array Array of module slugs. + */ + public static function remove_standalone_module_on_unsupported_environments( $modules ) { + if ( ! Waf_Runner::is_supported_environment() ) { + // WAF should never be available on unsupported platforms. + $modules = array_filter( + $modules, + function ( $module ) { + return $module !== 'waf'; + } + ); + + } + + return $modules; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php new file mode 100644 index 00000000..4f111c79 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php @@ -0,0 +1,286 @@ += intval( $test ) + ? $input + : false; + } + + /** + * Returns true if the input value is greater than the test value. + * If either value cannot be converted to an int it will be treated as 0. + * + * @param mixed $input Input. + * @param mixed $test Test. + * @return int|false + */ + public function gt( $input, $test ) { + return intval( $input ) > intval( $test ) + ? $input + : false; + } + + /** + * Returns true if the input value is less than or equal to the test value. + * If either value cannot be converted to an int it will be treated as 0. + * + * @param mixed $input Input. + * @param mixed $test Test. + * @return int|false + */ + public function le( $input, $test ) { + return intval( $input ) <= intval( $test ) + ? $input + : false; + } + + /** + * Returns true if the input value is less than the test value. + * If either value cannot be converted to an int it will be treated as 0. + * + * @param mixed $input Input. + * @param mixed $test Test. + * @return int|false + */ + public function lt( $input, $test ) { + return intval( $input ) < intval( $test ) + ? $input + : false; + } + + /** + * Returns false. + * + * @return false + */ + public function no_match() { + return false; + } + + /** + * Uses a multi-string matching algorithm to search through $input for a number of given $words. + * + * @param string $input Input. + * @param string[] $words \AhoCorasick\MultiStringMatcher $matcher. + * @return string[]|false Returns the words that were found in $input, or FALSE if no words were found. + */ + public function pm( $input, $words ) { + $results = $this->get_multi_string_matcher( $words )->searchIn( $input ); + + return isset( $results[0] ) + ? array_map( + function ( $r ) { + return $r[1]; }, + $results + ) + : false; + } + + /** + * The last-used pattern-matching algorithm. + * + * @var array + */ + private $last_multi_string_matcher = array( null, null ); + + /** + * Creates a matcher that uses the Aho-Corasick algorithm to efficiently find a number of words in an input string. + * Caches the last-used matcher so that the same word list doesn't have to be compiled multiple times. + * + * @param string[] $words Words. + * @return \AhoCorasick\MultiStringMatcher + */ + private function get_multi_string_matcher( $words ) { + // only create a new matcher entity if we don't have one already for this word list. + if ( $this->last_multi_string_matcher[0] !== $words ) { + $this->last_multi_string_matcher = array( $words, new \AhoCorasick\MultiStringMatcher( $words ) ); + } + + return $this->last_multi_string_matcher[1]; + } + + /** + * Performs a regular expression match on the input subject using the given pattern. + * Returns false if the pattern does not match, or the substring(s) of the input + * that were matched by the pattern. + * + * @param string $subject Subject. + * @param string $pattern Pattern. + * @return string[]|false + */ + public function rx( $subject, $pattern ) { + $matched = preg_match( $pattern, $subject, $matches ); + return 1 === $matched + ? $matches + : false; + } + + /** + * Returns true if the given input string matches the test string. + * + * @param string $input Input. + * @param string $test Test. + * @return string|false + */ + public function streq( $input, $test ) { + return $input === $test + ? $test + : false; + } + + /** + * Returns true. + * + * @param string $input Input. + * @return bool + */ + public function unconditional_match( $input ) { + return $input; + } + + /** + * Checks to see if the input string only contains characters within the given byte range + * + * @param string $input Input. + * @param array $valid_range Valid range. + * @return string + */ + public function validate_byte_range( $input, $valid_range ) { + if ( '' === $input ) { + // an empty string is considered "valid". + return false; + } + $i = 0; + while ( isset( $input[ $i ] ) ) { + $n = ord( $input[ $i ] ); + if ( $n < $valid_range['min'] || $n > $valid_range['max'] ) { + return $input[ $i ]; + } + $valid = false; + foreach ( $valid_range['range'] as $b ) { + if ( $n === $b || is_array( $b ) && $n >= $b[0] && $n <= $b[1] ) { + $valid = true; + break; + } + } + if ( ! $valid ) { + return $input[ $i ]; + } + ++$i; + } + + // if there weren't any invalid bytes, return false. + return false; + } + + /** + * Returns true if the input value is found anywhere inside the test value + * (i.e. the inverse of @contains) + * + * @param mixed $input Input. + * @param mixed $test Test. + * @return string|false + */ + public function within( $input, $test ) { + if ( '' === $input || '' === $test ) { + return false; + } + + return stripos( $test, $input ) !== false + ? $input + : false; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php new file mode 100644 index 00000000..91d83d90 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php @@ -0,0 +1,329 @@ +url = [ 'https://wordpress.com', '/index.php', '?myvar=red' ] + * @var array{ 0: string, 1: string, 2: string }|null + */ + protected $url = null; + + /** + * Trusted proxies. + * + * @var array List of trusted proxy IP addresses. + */ + private $trusted_proxies = array(); + + /** + * Trusted headers. + * + * @var array List of headers to trust from the trusted proxies. + */ + private $trusted_headers = array(); + + /** + * Sets the list of IP addresses for the proxies to trust. Trusted headers will only be accepted as the + * user IP address from these IP adresses. + * + * Popular choices include: + * - 192.168.0.1 + * - 10.0.0.1 + * + * @param array $proxies List of proxy IP addresses. + * @return void + */ + public function set_trusted_proxies( $proxies ) { + $this->trusted_proxies = (array) $proxies; + } + + /** + * Sets the list of headers to be trusted from the proxies. These headers will only be taken into account + * if the request comes from a trusted proxy as configured with set_trusted_proxies(). + * + * Popular choices include: + * - HTTP_CLIENT_IP + * - HTTP_X_FORWARDED_FOR + * - HTTP_X_FORWARDED + * - HTTP_X_CLUSTER_CLIENT_IP + * - HTTP_FORWARDED_FOR + * - HTTP_FORWARDED + * + * @param array $headers List of HTTP header strings. + * @return void + */ + public function set_trusted_headers( $headers ) { + $this->trusted_headers = (array) $headers; + } + + /** + * Determines the users real IP address based on the settings passed to set_trusted_proxies() and + * set_trusted_headers() before. On CLI, this will be null. + * + * @return string|null + */ + public function get_real_user_ip_address() { + $remote_addr = ! empty( $_SERVER['REMOTE_ADDR'] ) ? wp_unslash( $_SERVER['REMOTE_ADDR'] ) : null; // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized + + if ( in_array( $remote_addr, $this->trusted_proxies, true ) ) { + $ip_by_header = $this->get_ip_by_header( array_merge( $this->trusted_headers, array( 'REMOTE_ADDR' ) ) ); + if ( ! empty( $ip_by_header ) ) { + return $ip_by_header; + } + } + + return $remote_addr; + } + + /** + * Iterates through a given list of HTTP headers and attempts to get the IP address from the header that + * a proxy sends along. Make sure you trust the IP address before calling this method. + * + * @param array $headers The list of headers to check. + * @return string|null + */ + private function get_ip_by_header( $headers ) { + foreach ( $headers as $key ) { + if ( isset( $_SERVER[ $key ] ) ) { + foreach ( explode( ',', wp_unslash( $_SERVER[ $key ] ) ) as $ip ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- filter_var is applied below. + $ip = trim( $ip ); + + if ( filter_var( $ip, FILTER_VALIDATE_IP ) !== false ) { + return $ip; + } + } + } + } + + return null; + } + + /** + * Returns the headers that were sent with this request + * + * @return array{ 0: string, 1: scalar }[] + */ + public function get_headers() { + $value = array(); + $has_content_type = false; + $has_content_length = false; + foreach ( $_SERVER as $k => $v ) { + $k = strtolower( $k ); + if ( 'http_' === substr( $k, 0, 5 ) ) { + $value[] = array( $this->normalize_header_name( substr( $k, 5 ) ), $v ); + } elseif ( 'content_type' === $k && '' !== $v ) { + $has_content_type = true; + $value[] = array( 'content-type', $v ); + } elseif ( 'content_length' === $k && '' !== $v ) { + $has_content_length = true; + $value[] = array( 'content-length', $v ); + } + } + if ( ! $has_content_type ) { + // default Content-Type per RFC 7231 section 3.1.5.5. + $value[] = array( 'content-type', 'application/octet-stream' ); + } + if ( ! $has_content_length ) { + $value[] = array( 'content-length', '0' ); + } + + return $value; + } + + /** + * Change a header name to all-lowercase and replace spaces and underscores with dashes. + * + * @param string $name The header name to normalize. + * @return string + */ + public function normalize_header_name( $name ) { + return str_replace( array( ' ', '_' ), '-', strtolower( $name ) ); + } + + /** + * Get the method for this request (GET, POST, etc). + * + * @return string + */ + public function get_method() { + return isset( $_SERVER['REQUEST_METHOD'] ) + ? filter_var( wp_unslash( $_SERVER['REQUEST_METHOD'] ), FILTER_DEFAULT ) + : ''; + } + + /** + * Get the protocol for this request (HTTP, HTTPS, etc) + * + * @return string + */ + public function get_protocol() { + return isset( $_SERVER['SERVER_PROTOCOL'] ) + ? filter_var( wp_unslash( $_SERVER['SERVER_PROTOCOL'] ), FILTER_DEFAULT ) + : ''; + } + + /** + * Returns the URL parts for this request. + * + * @see $this->url + * @return array{ 0: string, 1: string, 2: string } + */ + protected function get_url() { + if ( null !== $this->url ) { + return $this->url; + } + + $uri = isset( $_SERVER['REQUEST_URI'] ) ? filter_var( wp_unslash( $_SERVER['REQUEST_URI'] ), FILTER_DEFAULT ) : '/'; + if ( false !== strpos( $uri, '?' ) ) { + // remove the query string (we'll pull it from elsewhere later) + $uri = substr( $uri, 0, strpos( $uri, '?' ) ); + } + $query_string = isset( $_SERVER['QUERY_STRING'] ) ? '?' . filter_var( wp_unslash( $_SERVER['QUERY_STRING'] ), FILTER_DEFAULT ) : ''; + if ( 1 === preg_match( '/^https?:\/\//', $uri ) ) { + // sometimes $_SERVER[REQUEST_URI] already includes the full domain name + $uri_host = substr( $uri, 0, strpos( $uri, '/', 8 ) ); + $uri_path = substr( $uri, strlen( $uri_host ) ); + $this->url = array( $uri_host, $uri_path, $query_string ); + } else { + // otherwise build the URI manually + $uri_scheme = ( ! empty( $_SERVER['HTTPS'] ) && 'off' !== $_SERVER['HTTPS'] ) + ? 'https' + : 'http'; + $uri_host = isset( $_SERVER['HTTP_HOST'] ) + ? filter_var( wp_unslash( $_SERVER['HTTP_HOST'] ), FILTER_DEFAULT ) + : ( + isset( $_SERVER['SERVER_NAME'] ) + ? filter_var( wp_unslash( $_SERVER['SERVER_NAME'] ), FILTER_DEFAULT ) + : '' + ); + $uri_port = isset( $_SERVER['SERVER_PORT'] ) + ? filter_var( wp_unslash( $_SERVER['SERVER_PORT'] ), FILTER_SANITIZE_NUMBER_INT ) + : ''; + // we only need to include the port if it's non-standard + if ( $uri_port && ( 'http' === $uri_scheme && '80' !== $uri_port || 'https' === $uri_scheme && '443' !== $uri_port ) ) { + $uri_port = ':' . $uri_port; + } else { + $uri_port = ''; + } + $this->url = array( + $uri_scheme . '://' . $uri_host . $uri_port, + $uri, + $query_string, + ); + } + return $this->url; + } + + /** + * Get the requested URI + * + * @param boolean $include_host If true, the scheme and domain will be included in the returned string (i.e. 'https://wordpress.com/index.php). + * If false, only the requested URI path will be returned (i.e. '/index.php'). + * @return string + */ + public function get_uri( $include_host = false ) { + list( $host, $file, $query ) = $this->get_url(); + + return ( $include_host ? $host : '' ) . $file . $query; + } + + /** + * Return the filename part of the request + * + * @example for 'https://wordpress.com/some/page?id=5', return '/some/page' + * @return string + */ + public function get_filename() { + return $this->get_url()[1]; + } + + /** + * Return the query string. If present, it will be prefixed with '?'. Otherwise, it will be an empty string. + * + * @return string + */ + public function get_query_string() { + return $this->get_url()[2]; + } + + /** + * Returns the request body. + * + * @return string + */ + public function get_body() { + $body = file_get_contents( 'php://input' ); + return false === $body ? '' : $body; + } + + /** + * Returns the cookies + * + * @return array + */ + public function get_cookies() { + return flatten_array( $_COOKIE ); + } + + /** + * Returns the GET variables + * + * @return array + */ + public function get_get_vars() { + return flatten_array( $_GET ); + } + + /** + * Returns the POST variables + * + * @return array + */ + public function get_post_vars() { + return flatten_array( $_POST ); + } + + /** + * Returns the files that were uploaded with this request (i.e. what's in the $_FILES superglobal) + * + * @return RequestFile[] + */ + public function get_files() { + $files = array(); + foreach ( $_FILES as $field_name => $arr ) { + // flatten the values in case we were given inputs with brackets + foreach ( flatten_array( $arr ) as list( $arr_key, $arr_value ) ) { + if ( $arr_key === 'name' ) { + // if this file was a simple (non-nested) name and unique, then just add it. + $files[] = array( + 'name' => $field_name, + 'filename' => $arr_value, + ); + } elseif ( 'name[' === substr( $arr_key, 0, 5 ) ) { + // otherwise this was a file with a nested name and/or multiple files with the same name + $files[] = array( + 'name' => $field_name . substr( $arr_key, 4 ), + 'filename' => $arr_value, + ); + } + } + } + return $files; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-rules-manager.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-rules-manager.php new file mode 100644 index 00000000..2c9f8901 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-rules-manager.php @@ -0,0 +1,323 @@ +get_wp_error(); + } + + update_option( self::RULE_LAST_UPDATED_OPTION_NAME, time() ); + return true; + } + + /** + * Re-activate the WAF any time an option is added or updated. + * + * @return bool|WP_Error True if re-activation is successful, WP_Error on failure. + */ + public static function reactivate_on_rules_option_change() { + try { + Waf_Runner::activate(); + } catch ( Waf_Exception $e ) { + return $e->get_wp_error(); + } + + return true; + } + + /** + * Updates the rule set if rules version has changed + * + * @throws Waf_Exception If the firewall mode is invalid. + * @throws Waf_Exception If the rules update fails. + * + * @return void + */ + public static function update_rules_if_changed() { + Waf_Constants::define_mode(); + if ( ! Waf_Runner::is_allowed_mode( JETPACK_WAF_MODE ) ) { + throw new Waf_Exception( 'Invalid firewall mode.' ); + } + $version = get_option( self::VERSION_OPTION_NAME ); + if ( self::RULES_VERSION !== $version ) { + self::generate_automatic_rules(); + self::generate_ip_rules(); + self::generate_rules(); + + update_option( self::VERSION_OPTION_NAME, self::RULES_VERSION ); + } + } + + /** + * Retrieve rules from the API + * + * @throws Waf_Exception If site is not registered. + * @throws Rules_API_Exception If API did not respond 200. + * @throws Rules_API_Exception If data is missing from response. + * + * @return array + */ + public static function get_rules_from_api() { + $blog_id = Jetpack_Options::get_option( 'id' ); + if ( ! $blog_id ) { + throw new Waf_Exception( 'Site is not registered' ); + } + + $response = Client::wpcom_json_api_request_as_blog( + sprintf( '/sites/%s/waf-rules', $blog_id ), + '2', + array(), + null, + 'wpcom' + ); + + $response_code = wp_remote_retrieve_response_code( $response ); + + if ( 200 !== $response_code ) { + throw new Rules_API_Exception( 'API connection failed.', (int) $response_code ); + } + + $rules_json = wp_remote_retrieve_body( $response ); + $rules = json_decode( $rules_json, true ); + + if ( empty( $rules['data'] ) ) { + throw new Rules_API_Exception( 'Data missing from response.' ); + } + + return $rules['data']; + } + + /** + * Wraps a require statement in a file_exists check. + * + * @param string $required_file The file to check if exists and require. + * @param string $return_code The PHP code to execute if the file require returns true. Defaults to 'return;'. + * + * @return string The wrapped require statement. + */ + private static function wrap_require( $required_file, $return_code = 'return;' ) { + return "if ( file_exists( '$required_file' ) ) { if ( require( '$required_file' ) ) { $return_code } }"; + } + + /** + * Generates the rules.php script + * + * @global \WP_Filesystem_Base $wp_filesystem WordPress filesystem abstraction. + * + * @throws File_System_Exception If file writing fails initializing rule files. + * @throws File_System_Exception If file writing fails writing to the rules entrypoint file. + * + * @return void + */ + public static function generate_rules() { + global $wp_filesystem; + Waf_Runner::initialize_filesystem(); + + $rules = "is_dir( dirname( $entrypoint_file_path ) ) ) { + $wp_filesystem->mkdir( dirname( $entrypoint_file_path ) ); + } + + // Ensure all potentially required rule files exist + $rule_files = array( self::RULES_ENTRYPOINT_FILE, self::AUTOMATIC_RULES_FILE, self::IP_ALLOW_RULES_FILE, self::IP_BLOCK_RULES_FILE ); + foreach ( $rule_files as $rule_file ) { + $rule_file = Waf_Runner::get_waf_file_path( $rule_file ); + if ( ! $wp_filesystem->is_file( $rule_file ) ) { + if ( ! $wp_filesystem->put_contents( $rule_file, "block( 'block', -1, 'ip block list' );" ) . "\n"; + } + + // Add automatic rules + if ( get_option( self::AUTOMATIC_RULES_ENABLED_OPTION_NAME ) ) { + $rules .= self::wrap_require( Waf_Runner::get_waf_file_path( self::AUTOMATIC_RULES_FILE ) ) . "\n"; + } + + // Update the rules file + if ( ! $wp_filesystem->put_contents( $entrypoint_file_path, $rules ) ) { + throw new File_System_Exception( 'Failed writing rules file to: ' . $entrypoint_file_path ); + } + } + + /** + * Generates the automatic-rules.php script + * + * @global \WP_Filesystem_Base $wp_filesystem WordPress filesystem abstraction. + * + * @throws Waf_Exception If rules cannot be fetched from the API. + * @throws File_System_Exception If file writing fails. + * + * @return void + */ + public static function generate_automatic_rules() { + global $wp_filesystem; + Waf_Runner::initialize_filesystem(); + + $automatic_rules_file_path = Waf_Runner::get_waf_file_path( self::AUTOMATIC_RULES_FILE ); + + // Ensure that the folder exists. + if ( ! $wp_filesystem->is_dir( dirname( $automatic_rules_file_path ) ) ) { + $wp_filesystem->mkdir( dirname( $automatic_rules_file_path ) ); + } + + try { + $rules = self::get_rules_from_api(); + } catch ( Waf_Exception $e ) { + // Do not throw API exceptions for users who do not have access + if ( 401 !== $e->getCode() ) { + throw $e; + } + } + + // If there are no rules available, don't overwrite the existing file. + if ( empty( $rules ) ) { + return; + } + + if ( ! $wp_filesystem->put_contents( $automatic_rules_file_path, $rules ) ) { + throw new File_System_Exception( 'Failed writing automatic rules file to: ' . $automatic_rules_file_path ); + } + + update_option( self::AUTOMATIC_RULES_LAST_UPDATED_OPTION_NAME, time() ); + } + + /** + * Generates the rules.php script + * + * @global \WP_Filesystem_Base $wp_filesystem WordPress filesystem abstraction. + * + * @throws File_System_Exception If writing to IP allow list file fails. + * @throws File_System_Exception If writing to IP block list file fails. + * + * @return void + */ + public static function generate_ip_rules() { + global $wp_filesystem; + Waf_Runner::initialize_filesystem(); + + $allow_ip_file_path = Waf_Runner::get_waf_file_path( self::IP_ALLOW_RULES_FILE ); + $block_ip_file_path = Waf_Runner::get_waf_file_path( self::IP_BLOCK_RULES_FILE ); + + // Ensure that the folders exists. + if ( ! $wp_filesystem->is_dir( dirname( $allow_ip_file_path ) ) ) { + $wp_filesystem->mkdir( dirname( $allow_ip_file_path ) ); + } + if ( ! $wp_filesystem->is_dir( dirname( $block_ip_file_path ) ) ) { + $wp_filesystem->mkdir( dirname( $block_ip_file_path ) ); + } + + $allow_list = IP_Utils::get_ip_addresses_from_string( get_option( self::IP_ALLOW_LIST_OPTION_NAME ) ); + $block_list = IP_Utils::get_ip_addresses_from_string( get_option( self::IP_BLOCK_LIST_OPTION_NAME ) ); + + $allow_rules_content = ''; + // phpcs:disable WordPress.PHP.DevelopmentFunctions + $allow_rules_content .= '$waf_allow_list = ' . var_export( $allow_list, true ) . ";\n"; + // phpcs:enable + $allow_rules_content .= 'return $waf->is_ip_in_array( $waf_allow_list );' . "\n"; + + if ( ! $wp_filesystem->put_contents( $allow_ip_file_path, "is_ip_in_array( $waf_block_list );' . "\n"; + + if ( ! $wp_filesystem->put_contents( $block_ip_file_path, "is_wpcom_simple() ) { + return false; + } + + // Do not run on the Atomic platform + if ( ( new Host() )->is_atomic_platform() ) { + return false; + } + + // Do not run on the VIP platform + if ( ( new Host() )->is_vip_site() ) { + return false; + } + + return true; + } + + /** + * Determines if the WAF module is enabled on the site. + * + * @return bool + */ + public static function is_enabled() { + // if ABSPATH is defined, then WordPress has already been instantiated, + // so we can check to see if the waf module is activated. + if ( defined( 'ABSPATH' ) ) { + return ( new Modules() )->is_active( self::WAF_MODULE_NAME ); + } + + return true; + } + + /** + * Enables the WAF module on the site. + * + * @return bool + */ + public static function enable() { + return ( new Modules() )->activate( self::WAF_MODULE_NAME, false, false ); + } + + /** + * Disabled the WAF module on the site. + * + * @return bool + */ + public static function disable() { + return ( new Modules() )->deactivate( self::WAF_MODULE_NAME ); + } + + /** + * Get Config + * + * @return array The WAF settings and current configuration data. + */ + public static function get_config() { + return array( + Waf_Rules_Manager::AUTOMATIC_RULES_ENABLED_OPTION_NAME => get_option( Waf_Rules_Manager::AUTOMATIC_RULES_ENABLED_OPTION_NAME ), + Waf_Rules_Manager::IP_LISTS_ENABLED_OPTION_NAME => get_option( Waf_Rules_Manager::IP_LISTS_ENABLED_OPTION_NAME ), + Waf_Rules_Manager::IP_ALLOW_LIST_OPTION_NAME => get_option( Waf_Rules_Manager::IP_ALLOW_LIST_OPTION_NAME ), + Waf_Rules_Manager::IP_BLOCK_LIST_OPTION_NAME => get_option( Waf_Rules_Manager::IP_BLOCK_LIST_OPTION_NAME ), + self::SHARE_DATA_OPTION_NAME => get_option( self::SHARE_DATA_OPTION_NAME ), + 'bootstrap_path' => self::get_bootstrap_file_path(), + 'automatic_rules_available' => (bool) self::automatic_rules_available(), + 'brute_force_protection' => (bool) Brute_Force_Protection::is_enabled(), + ); + } + + /** + * Get Bootstrap File Path + * + * @return string The path to the Jetpack Firewall's bootstrap.php file. + */ + private static function get_bootstrap_file_path() { + $bootstrap = new Waf_Standalone_Bootstrap(); + return $bootstrap->get_bootstrap_file_path(); + } + + /** + * Get WAF File Path + * + * @param string $file The file path starting in the WAF directory. + * @return string The full file path to the provided file in the WAF directory. + */ + public static function get_waf_file_path( $file ) { + Waf_Constants::define_waf_directory(); + + // Ensure the file path starts with a slash. + if ( '/' !== substr( $file, 0, 1 ) ) { + $file = "/$file"; + } + + return JETPACK_WAF_DIR . $file; + } + + /** + * Runs the WAF and potentially stops the request if a problem is found. + * + * @return void + */ + public static function run() { + // Make double-sure we are only running once. + if ( self::did_run() ) { + return; + } + + Waf_Constants::initialize_constants(); + + // if ABSPATH is defined, then WordPress has already been instantiated, + // and we're running as a plugin (meh). Otherwise, we're running via something + // like PHP's prepend_file setting (yay!). + define( 'JETPACK_WAF_RUN', defined( 'ABSPATH' ) ? 'plugin' : 'preload' ); + + // if the WAF is being run before a command line script, don't try to execute rules (there's no request). + if ( PHP_SAPI === 'cli' ) { + return; + } + + // if something terrible happens during the WAF running, we don't want to interfere with the rest of the site, + // so we intercept errors ONLY while the WAF is running, then we remove our handler after the WAF finishes. + $display_errors = ini_get( 'display_errors' ); + // phpcs:ignore + ini_set( 'display_errors', 'Off' ); + // phpcs:ignore + set_error_handler( array( self::class, 'errorHandler' ) ); + + try { + + // phpcs:ignore + $waf = new Waf_Runtime( new Waf_Transforms(), new Waf_Operators() ); + + // execute waf rules. + $rules_file_path = self::get_waf_file_path( Waf_Rules_Manager::RULES_ENTRYPOINT_FILE ); + if ( file_exists( $rules_file_path ) ) { + // phpcs:ignore + include $rules_file_path; + } + } catch ( \Exception $err ) { // phpcs:ignore + // Intentionally doing nothing. + } + + // remove the custom error handler, so we don't interfere with the site. + restore_error_handler(); + // phpcs:ignore + ini_set( 'display_errors', $display_errors ); + } + + /** + * Error handler to be used while the WAF is being executed. + * + * @param int $code The error code. + * @param string $message The error message. + * @param string $file File with the error. + * @param string $line Line of the error. + * @return void + */ + public static function errorHandler( $code, $message, $file, $line ) { // phpcs:ignore + // Intentionally doing nothing for now. + } + + /** + * Initializes the WP filesystem and WAF directory structure. + * + * @throws File_System_Exception If filesystem is unavailable. + * + * @return void + */ + public static function initialize_filesystem() { + if ( ! function_exists( '\\WP_Filesystem' ) ) { + require_once ABSPATH . 'wp-admin/includes/file.php'; + } + + if ( ! \WP_Filesystem() ) { + throw new File_System_Exception( 'No filesystem available.' ); + } + + self::initialize_waf_directory(); + } + + /** + * Activates the WAF by generating the rules script and setting the version + * + * @throws Waf_Exception If the firewall mode is invalid. + * @throws Waf_Exception If the activation fails. + * + * @return void + */ + public static function activate() { + Waf_Constants::define_mode(); + if ( ! self::is_allowed_mode( JETPACK_WAF_MODE ) ) { + throw new Waf_Exception( 'Invalid firewall mode.' ); + } + + $version = get_option( Waf_Rules_Manager::VERSION_OPTION_NAME ); + if ( ! $version ) { + add_option( Waf_Rules_Manager::VERSION_OPTION_NAME, Waf_Rules_Manager::RULES_VERSION ); + } + + add_option( self::SHARE_DATA_OPTION_NAME, true ); + + self::initialize_filesystem(); + + Waf_Rules_Manager::generate_automatic_rules(); + Waf_Rules_Manager::generate_ip_rules(); + Waf_Rules_Manager::generate_rules(); + + self::create_blocklog_table(); + } + + /** + * Ensures that the waf directory is created. + * + * @throws File_System_Exception If filesystem is unavailable. + * @throws File_System_Exception If creating the directory fails. + * + * @return void + */ + public static function initialize_waf_directory() { + WP_Filesystem(); + Waf_Constants::define_waf_directory(); + + global $wp_filesystem; + if ( ! $wp_filesystem ) { + throw new File_System_Exception( 'Can not work without the file system being initialized.' ); + } + + if ( ! $wp_filesystem->is_dir( JETPACK_WAF_DIR ) ) { + if ( ! $wp_filesystem->mkdir( JETPACK_WAF_DIR ) ) { + throw new File_System_Exception( 'Failed creating WAF file directory: ' . JETPACK_WAF_DIR ); + } + } + } + + /** + * Create the log table when plugin is activated. + * + * @return void + */ + public static function create_blocklog_table() { + global $wpdb; + + require_once ABSPATH . 'wp-admin/includes/upgrade.php'; + + $sql = " + CREATE TABLE {$wpdb->prefix}jetpack_waf_blocklog ( + log_id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, + timestamp datetime NOT NULL, + rule_id BIGINT NOT NULL, + reason longtext NOT NULL, + PRIMARY KEY (log_id), + KEY timestamp (timestamp) + ) + "; + + dbDelta( $sql ); + } + + /** + * Deactivates the WAF by deleting the relevant options and emptying rules file. + * + * @throws File_System_Exception If file writing fails. + * + * @return void + */ + public static function deactivate() { + delete_option( self::MODE_OPTION_NAME ); + delete_option( Waf_Rules_Manager::VERSION_OPTION_NAME ); + + global $wp_filesystem; + self::initialize_filesystem(); + + // If the rules file doesn't exist, there's nothing else to do. + if ( ! $wp_filesystem->exists( self::get_waf_file_path( Waf_Rules_Manager::RULES_ENTRYPOINT_FILE ) ) ) { + return; + } + + // Empty the rules entrypoint file. + if ( ! $wp_filesystem->put_contents( self::get_waf_file_path( Waf_Rules_Manager::RULES_ENTRYPOINT_FILE ), "generate(); + } + + /** + * Check if an automatic rules file is available + * + * @return bool False if an automatic rules file is not available, true otherwise + */ + public static function automatic_rules_available() { + $automatic_rules_last_updated = get_option( Waf_Rules_Manager::AUTOMATIC_RULES_LAST_UPDATED_OPTION_NAME ); + + // If we do not have a automatic rules last updated timestamp cached, return false. + if ( ! $automatic_rules_last_updated ) { + return false; + } + + // Validate that the automatic rules file exists and is not empty. + global $wp_filesystem; + + try { + self::initialize_filesystem(); + } catch ( Waf_Exception $e ) { + return false; + } + + $automatic_rules_file_contents = $wp_filesystem->get_contents( self::get_waf_file_path( Waf_Rules_Manager::AUTOMATIC_RULES_FILE ) ); + + // If the automatic rules file was removed or is now empty, return false. + if ( ! $automatic_rules_file_contents || " + */ +class Waf_Runtime { + /** + * If used, normalize_array_targets() will just return the number of matching values, instead of the values themselves. + */ + const NORMALIZE_ARRAY_COUNT = 1; + /** + * If used, normalize_array_targets() will apply "only" and "except" filters to the values of the source array, instead of the keys. + */ + const NORMALIZE_ARRAY_MATCH_VALUES = 2; + + /** + * Last rule. + * + * @var string + */ + public $last_rule = ''; + /** + * Matched vars. + * + * @var array + */ + public $matched_vars = array(); + /** + * Matched var. + * + * @var string + */ + public $matched_var = ''; + /** + * Matched var names. + * + * @var array + */ + public $matched_var_names = array(); + /** + * Matched var name. + * + * @var string + */ + public $matched_var_name = ''; + + /** + * State. + * + * @var array + */ + private $state = array(); + /** + * Metadata. + * + * @var array + */ + private $metadata = array(); + + /** + * Transforms. + * + * @var Waf_Transforms + */ + private $transforms; + /** + * Operators. + * + * @var Waf_Operators + */ + private $operators; + + /** + * The request + * + * @var Waf_Request + */ + private $request; + + /** + * Rules to remove. + * + * @var array[] + */ + private $rules_to_remove = array( + 'id' => array(), + 'tag' => array(), + ); + + /** + * Targets to remove. + * + * @var array[] + */ + private $targets_to_remove = array( + 'id' => array(), + 'tag' => array(), + ); + + /** + * Constructor method. + * + * @param Waf_Transforms $transforms Transforms. + * @param Waf_Operators $operators Operators. + * @param Waf_Request? $request Information about the request. + */ + public function __construct( $transforms, $operators, $request = null ) { + $this->transforms = $transforms; + $this->operators = $operators; + $this->request = null === $request + ? new Waf_Request() + : $request; + } + + /** + * Rule removed method. + * + * @param string $id Ids. + * @param string[] $tags Tags. + */ + public function rule_removed( $id, $tags ) { + if ( isset( $this->rules_to_remove['id'][ $id ] ) ) { + return true; + } + foreach ( $tags as $tag ) { + if ( isset( $this->rules_to_remove['tag'][ $tag ] ) ) { + return true; + } + } + return false; + } + + /** + * Update Targets. + * + * @param array $targets Targets. + * @param string $rule_id Rule id. + * @param string[] $rule_tags Rule tags. + */ + public function update_targets( $targets, $rule_id, $rule_tags ) { + $updates = array(); + // look for target updates based on the rule's ID. + if ( isset( $this->targets_to_remove['id'][ $rule_id ] ) ) { + foreach ( $this->targets_to_remove['id'][ $rule_id ] as $name => $props ) { + $updates[] = array( $name, $props ); + } + } + // look for target updates based on the rule's tags. + foreach ( $rule_tags as $tag ) { + if ( isset( $this->targets_to_remove['tag'][ $tag ] ) ) { + foreach ( $this->targets_to_remove['tag'][ $tag ] as $name => $props ) { + $updates[] = array( $name, $props ); + } + } + } + // apply any found target updates. + + foreach ( $updates as list( $name, $props ) ) { + if ( isset( $targets[ $name ] ) ) { + // we only need to remove targets that exist. + if ( true === $props ) { + // if the entire target is being removed, remove it. + unset( $targets[ $name ] ); + } else { + // otherwise just mark single props to ignore. + $targets[ $name ]['except'] = array_merge( + isset( $targets[ $name ]['except'] ) ? $targets[ $name ]['except'] : array(), + $props + ); + } + } + } + return $targets; + } + + /** + * Return TRUE if at least one of the targets matches the rule. + * + * @param string[] $transforms One of the transform methods defined in the Jetpack Waf_Transforms class. + * @param TargetBag $targets Targets. + * @param string $match_operator Match operator. + * @param mixed $match_value Match value. + * @param bool $match_not Match not. + * @param bool $capture Capture. + * @return bool + */ + public function match_targets( $transforms, $targets, $match_operator, $match_value, $match_not, $capture = false ) { + $this->matched_vars = array(); + $this->matched_var_names = array(); + $this->matched_var = ''; + $this->matched_var_name = ''; + $match_found = false; + + // get values. + $values = $this->normalize_targets( $targets ); + + // apply transforms. + foreach ( $transforms as $t ) { + foreach ( $values as &$v ) { + $v['value'] = $this->transforms->$t( $v['value'] ); + } + } + unset( $v ); + // pass each target value to the operator to find any that match. + $matched = array(); + $captures = array(); + foreach ( $values as $v ) { + $match = $this->operators->{$match_operator}( $v['value'], $match_value ); + $did_match = false !== $match; + if ( $match_not !== $did_match ) { + // If either: + // - rule is negated ("not" flag set) and the target was not matched + // - rule not negated and the target was matched + // then this is considered a match. + $match_found = true; + $this->matched_var_names[] = $v['source']; + $this->matched_vars[] = $v['value']; + $this->matched_var_name = end( $this->matched_var_names ); + $this->matched_var = end( $this->matched_vars ); + $matched[] = array( $v, $match ); + // Set any captured matches into state if the rule has the "capture" flag. + if ( $capture ) { + $captures = is_array( $match ) ? $match : array( $match ); + foreach ( array_slice( $captures, 0, 10 ) as $i => $c ) { + $this->set_var( "tx.$i", $c ); + } + } + } + } + + return $match_found; + } + + /** + * Block. + * + * @param string $action Action. + * @param string $rule_id Rule id. + * @param string $reason Block reason. + * @param int $status_code Http status code. + */ + public function block( $action, $rule_id, $reason, $status_code = 403 ) { + if ( ! $reason ) { + $reason = "rule $rule_id"; + } else { + $reason = $this->sanitize_output( $reason ); + } + + $this->write_blocklog( $rule_id, $reason ); + error_log( "Jetpack WAF Blocked Request\t$action\t$rule_id\t$status_code\t$reason" ); + header( "X-JetpackWAF-Blocked: $status_code - rule $rule_id" ); + if ( defined( 'JETPACK_WAF_MODE' ) && 'normal' === JETPACK_WAF_MODE ) { + $protocol = isset( $_SERVER['SERVER_PROTOCOL'] ) ? wp_unslash( $_SERVER['SERVER_PROTOCOL'] ) : 'HTTP'; + header( $protocol . ' 403 Forbidden', true, $status_code ); + die( "rule $rule_id - reason $reason" ); + } + } + + /** + * Write block logs. We won't write to the file if it exceeds 100 mb. + * + * @param string $rule_id Rule id. + * @param string $reason Block reason. + */ + public function write_blocklog( $rule_id, $reason ) { + $log_data = array(); + $log_data['rule_id'] = $rule_id; + $log_data['reason'] = $reason; + $log_data['timestamp'] = gmdate( 'Y-m-d H:i:s' ); + + if ( defined( 'JETPACK_WAF_SHARE_DATA' ) && JETPACK_WAF_SHARE_DATA ) { + $file_path = JETPACK_WAF_DIR . '/waf-blocklog'; + $file_exists = file_exists( $file_path ); + + if ( ! $file_exists || filesize( $file_path ) < ( 100 * 1024 * 1024 ) ) { + $fp = fopen( $file_path, 'a+' ); + + if ( $fp ) { + try { + fwrite( $fp, json_encode( $log_data ) . "\n" ); + } finally { + fclose( $fp ); + } + } + } + } + + $this->write_blocklog_row( $log_data ); + } + + /** + * Write block logs to database. + * + * @param array $log_data Log data. + */ + private function write_blocklog_row( $log_data ) { + $conn = $this->connect_to_wordpress_db(); + + if ( ! $conn ) { + return; + } + + global $table_prefix; + + $statement = $conn->prepare( "INSERT INTO {$table_prefix}jetpack_waf_blocklog(reason,rule_id, timestamp) VALUES (?, ?, ?)" ); + if ( false !== $statement ) { + $statement->bind_param( 'sis', $log_data['reason'], $log_data['rule_id'], $log_data['timestamp'] ); + $statement->execute(); + + if ( $conn->insert_id > 100 ) { + $conn->query( "DELETE FROM {$table_prefix}jetpack_waf_blocklog ORDER BY log_id LIMIT 1" ); + } + } + } + + /** + * Connect to WordPress database. + */ + private function connect_to_wordpress_db() { + if ( ! file_exists( JETPACK_WAF_WPCONFIG ) ) { + return; + } + + require_once JETPACK_WAF_WPCONFIG; + $conn = new \mysqli( DB_HOST, DB_USER, DB_PASSWORD, DB_NAME ); // phpcs:ignore WordPress.DB.RestrictedClasses.mysql__mysqli + + if ( $conn->connect_error ) { + error_log( 'Could not connect to the database:' . $conn->connect_error ); + return null; + } + + return $conn; + } + + /** + * Redirect. + * + * @param string $rule_id Rule id. + * @param string $url Url. + */ + public function redirect( $rule_id, $url ) { + error_log( "Jetpack WAF Redirected Request.\tRule:$rule_id\t$url" ); + header( "Location: $url" ); + exit; + } + + /** + * Flag rule for removal. + * + * @param string $prop Prop. + * @param string $value Value. + */ + public function flag_rule_for_removal( $prop, $value ) { + if ( 'id' === $prop ) { + $this->rules_to_remove['id'][ $value ] = true; + } else { + $this->rules_to_remove['tag'][ $value ] = true; + } + } + + /** + * Flag target for removal. + * + * @param string $id_or_tag Id or tag. + * @param string $id_or_tag_value Id or tag value. + * @param string $name Name. + * @param string $prop Prop. + */ + public function flag_target_for_removal( $id_or_tag, $id_or_tag_value, $name, $prop = null ) { + if ( null === $prop ) { + $this->targets_to_remove[ $id_or_tag ][ $id_or_tag_value ][ $name ] = true; + } elseif ( + ! isset( $this->targets_to_remove[ $id_or_tag ][ $id_or_tag_value ][ $name ] ) + // if the entire target is already being removed then it would be redundant to remove a single property. + || true !== $this->targets_to_remove[ $id_or_tag ][ $id_or_tag_value ][ $name ] + ) { + $this->targets_to_remove[ $id_or_tag ][ $id_or_tag_value ][ $name ][] = $prop; + } + } + + /** + * Get variable value. + * + * @param string $key Key. + */ + public function get_var( $key ) { + return isset( $this->state[ $key ] ) + ? $this->state[ $key ] + : ''; + } + + /** + * Set variable value. + * + * @param string $key Key. + * @param string $value Value. + */ + public function set_var( $key, $value ) { + $this->state[ $key ] = $value; + } + + /** + * Increment variable. + * + * @param string $key Key. + * @param mixed $value Value. + */ + public function inc_var( $key, $value ) { + if ( ! isset( $this->state[ $key ] ) ) { + $this->state[ $key ] = 0; + } + $this->state[ $key ] += floatval( $value ); + } + + /** + * Decrement variable. + * + * @param string $key Key. + * @param mixed $value Value. + */ + public function dec_var( $key, $value ) { + if ( ! isset( $this->state[ $key ] ) ) { + $this->state[ $key ] = 0; + } + $this->state[ $key ] -= floatval( $value ); + } + + /** + * Unset variable. + * + * @param string $key Key. + */ + public function unset_var( $key ) { + unset( $this->state[ $key ] ); + } + + /** + * A cache of metadata about the incoming request. + * + * @param string $key The type of metadata to request ('headers', 'request_method', etc.). + */ + public function meta( $key ) { + if ( ! isset( $this->metadata[ $key ] ) ) { + $value = null; + switch ( $key ) { + case 'headers': + $value = $this->request->get_headers(); + break; + case 'headers_names': + $value = $this->args_names( $this->meta( 'headers' ) ); + break; + case 'request_method': + $value = $this->request->get_method(); + break; + case 'request_protocol': + $value = $this->request->get_protocol(); + break; + case 'request_uri': + $value = $this->request->get_uri( false ); + break; + case 'request_uri_raw': + $value = $this->request->get_uri( true ); + break; + case 'request_filename': + $value = $this->request->get_filename(); + break; + case 'request_line': + $value = sprintf( + '%s %s %s', + $this->request->get_method(), + $this->request->get_uri( false ), + $this->request->get_protocol() + ); + break; + case 'request_basename': + $value = basename( $this->request->get_filename() ); + break; + case 'request_body': + $value = $this->request->get_body(); + break; + case 'query_string': + $value = $this->request->get_query_string(); + break; + case 'args_get': + $value = $this->request->get_get_vars(); + break; + case 'args_get_names': + $value = $this->args_names( $this->meta( 'args_get' ) ); + break; + case 'args_post': + $value = $this->request->get_post_vars(); + break; + case 'args_post_names': + $value = $this->args_names( $this->meta( 'args_post' ) ); + break; + case 'args': + $value = array_merge( $this->meta( 'args_get' ), $this->meta( 'args_post' ) ); + break; + case 'args_names': + $value = $this->args_names( $this->meta( 'args' ) ); + break; + case 'request_cookies': + $value = $this->request->get_cookies(); + break; + case 'request_cookies_names': + $value = $this->args_names( $this->meta( 'request_cookies' ) ); + break; + case 'files': + $value = array(); + foreach ( $this->request->get_files() as $f ) { + $value[] = array( $f['name'], $f['filename'] ); + } + break; + case 'files_names': + $value = $this->args_names( $this->meta( 'files' ) ); + break; + } + $this->metadata[ $key ] = $value; + } + + return $this->metadata[ $key ]; + } + + /** + * State values. + * + * @param string $prefix Prefix. + */ + private function state_values( $prefix ) { + $output = array(); + $len = strlen( $prefix ); + foreach ( $this->state as $k => $v ) { + if ( 0 === stripos( $k, $prefix ) ) { + $output[ substr( $k, $len ) ] = $v; + } + } + + return $output; + } + + /** + * Change a string to all lowercase and replace spaces and underscores with dashes. + * + * @param string $name Name. + * @return string + */ + public function normalize_header_name( $name ) { + return str_replace( array( ' ', '_' ), '-', strtolower( $name ) ); + } + + /** + * Get match-able values from a collection of targets. + * + * This function expects an associative array of target items, and returns an array of possible values from those targets that can be used to match against. + * The key is the lowercase target name (i.e. `args`, `request_headers`, etc) - see https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual-(v3.x)#Variables + * The value is an associative array of options that define how to narrow down the returned values for that target if it's an array (ARGS, for example). The possible options are: + * count: If `true`, then the returned value will a count of how many matched targets were found, rather then the actual values of those targets. + * For example, &ARGS_GET will return the number of keys the query string. + * only: If specified, then only values in that target that match the given key will be returned. + * For example, ARGS_GET:id|ARGS_GET:/^name/ will only return the values for `$_GET['id']` and any key in `$_GET` that starts with `name` + * except: If specified, then values in that target will be left out from the returned values (even if they were included in an `only` option) + * For example, ARGS_GET|!ARGS_GET:z will return every value from `$_GET` except for `$_GET['z']`. + * + * This function will return an array of associative arrays. Each with: + * name: The target name that this value came from (i.e. the key in the input `$targets` argument ) + * source: For targets that are associative arrays (like ARGS), this will be the target name AND the key in that target (i.e. "args:z" for ARGS:z) + * value: The value that was found in the associated target. + * + * @param TargetBag $targets An assoc. array with keys that are target name(s) and values are options for how to process that target (include/exclude rules, whether to return values or counts). + * @return array{ name: string, source: string, value: mixed } + */ + public function normalize_targets( $targets ) { + $return = array(); + foreach ( $targets as $k => $v ) { + $count_only = isset( $v['count'] ) ? self::NORMALIZE_ARRAY_COUNT : 0; + $only = isset( $v['only'] ) ? $v['only'] : array(); + $except = isset( $v['except'] ) ? $v['except'] : array(); + $_k = strtolower( $k ); + switch ( $_k ) { + case 'request_headers': + $this->normalize_array_target( + // get the headers that came in with this request + $this->meta( 'headers' ), + // ensure only and exclude filters are normalized + array_map( array( $this->request, 'normalize_header_name' ), $only ), + array_map( array( $this->request, 'normalize_header_name' ), $except ), + $k, + $return, + // flags + $count_only + ); + continue 2; + case 'request_headers_names': + $this->normalize_array_target( $this->meta( 'headers_names' ), $only, $except, $k, $return, $count_only | self::NORMALIZE_ARRAY_MATCH_VALUES ); + continue 2; + case 'request_method': + case 'request_protocol': + case 'request_uri': + case 'request_uri_raw': + case 'request_filename': + case 'request_basename': + case 'request_body': + case 'query_string': + case 'request_line': + $v = $this->meta( $_k ); + break; + case 'tx': + case 'ip': + $this->normalize_array_target( $this->state_values( "$k." ), $only, $except, $k, $return, $count_only ); + continue 2; + case 'request_cookies': + case 'args': + case 'args_get': + case 'args_post': + case 'files': + $this->normalize_array_target( $this->meta( $_k ), $only, $except, $k, $return, $count_only ); + continue 2; + case 'request_cookies_names': + case 'args_names': + case 'args_get_names': + case 'args_post_names': + case 'files_names': + // get the "full" data (for 'args_names' get data for 'args') and stripe it down to just the key names + $data = array_map( + function ( $item ) { + return $item[0]; }, + $this->meta( substr( $_k, 0, -6 ) ) + ); + $this->normalize_array_target( $data, $only, $except, $k, $return, $count_only | self::NORMALIZE_ARRAY_MATCH_VALUES ); + continue 2; + default: + var_dump( 'Unknown target', $k, $v ); + exit; + } + $return[] = array( + 'name' => $k, + 'value' => $v, + 'source' => $k, + ); + } + + return $return; + } + + /** + * Verifies if the IP from the current request is in an array. + * + * @param array $array Array of IP addresses to verify the request IP against. + * @return bool + */ + public function is_ip_in_array( $array ) { + $real_ip = $this->request->get_real_user_ip_address(); + $array_length = count( $array ); + + for ( $i = 0; $i < $array_length; $i++ ) { + // Check if the IP matches a provided range. + $range = explode( '-', $array[ $i ] ); + if ( count( $range ) === 2 ) { + if ( IP_Utils::ip_address_is_in_range( $real_ip, $range[0], $range[1] ) ) { + return true; + } + continue; + } + + // Check if the IP is an exact match. + if ( $real_ip === $array[ $i ] ) { + return true; + } + } + + return false; + } + + /** + * Extract values from an associative array, potentially applying filters and/or counting results. + * + * @param array{ 0: string, 1: scalar }|scalar[] $source The source assoc. array of values (i.e. $_GET, $_SERVER, etc.). + * @param string[] $only Only include the values for these keys in the output. + * @param string[] $excl Never include the values for these keys in the output. + * @param string $name The name of this target (see https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual-(v3.x)#Variables). + * @param array $results Array to add output values to, will be modified by this method. + * @param int $flags Any of the NORMALIZE_ARRAY_* constants defined at the top of the class. + */ + private function normalize_array_target( $source, $only, $excl, $name, &$results, $flags = 0 ) { + $output = array(); + $has_only = isset( $only[0] ); + $has_excl = isset( $excl[0] ); + + foreach ( $source as $source_key => $source_val ) { + if ( is_array( $source_val ) ) { + // if $source_val looks like a tuple from flatten_array(), then use the tuple as the key and value + $source_key = $source_val[0]; + $source_val = $source_val[1]; + } + $filter_match = ( $flags & self::NORMALIZE_ARRAY_MATCH_VALUES ) > 0 ? $source_val : $source_key; + // if this key is on the "exclude" list, skip it + if ( $has_excl && $this->key_matches( $filter_match, $excl ) ) { + continue; + } + // if this key isn't in our "only" list, then skip it + if ( $has_only && ! $this->key_matches( $filter_match, $only ) ) { + continue; + } + // otherwise add this key/value to our output + $output[] = array( $source_key, $source_val ); + } + + if ( ( $flags & self::NORMALIZE_ARRAY_COUNT ) > 0 ) { + // If we've been told to just count the values, then just count them. + $results[] = array( + 'name' => (string) $name, + 'value' => count( $output ), + 'source' => '&' . $name, + ); + } else { + foreach ( $output as list( $item_name, $item_value ) ) { + $results[] = array( + 'name' => (string) $item_name, + 'value' => $item_value, + 'source' => "$name:$item_name", + ); + } + } + + return $results; + } + + /** + * Given an array of tuples - probably from flatten_array() - return a new array + * consisting of only the first value (the key name) from each tuple. + * + * @param array{0:string, 1:scalar}[] $flat_array An array of tuples. + * @return string[] + */ + private function args_names( $flat_array ) { + $names = array_map( + function ( $tuple ) { + return $tuple[0]; + }, + $flat_array + ); + return array_unique( $names ); + } + + /** + * Return whether or not a given $input key matches one of the given $patterns. + * + * @param string $input Key name to test against patterns. + * @param string[] $patterns Patterns to test key name with. + * @return bool + */ + private function key_matches( $input, $patterns ) { + foreach ( $patterns as $p ) { + if ( '/' === $p[0] ) { + if ( 1 === preg_match( $p, $input ) ) { + return true; + } + } elseif ( 0 === strcasecmp( $p, $input ) ) { + return true; + } + } + + return false; + } + + /** + * Sanitize output generated from the request that was blocked. + * + * @param string $output Output to sanitize. + */ + public function sanitize_output( $output ) { + $url_decoded_output = rawurldecode( $output ); + $html_entities_output = htmlentities( $url_decoded_output, ENT_QUOTES, 'UTF-8' ); + // @phpcs:disable Squiz.Strings.DoubleQuoteUsage.NotRequired + $escapers = array( "\\", "/", "\"", "\n", "\r", "\t", "\x08", "\x0c" ); + $replacements = array( "\\\\", "\\/", "\\\"", "\\n", "\\r", "\\t", "\\f", "\\b" ); + // @phpcs:enable Squiz.Strings.DoubleQuoteUsage.NotRequired + + return( str_replace( $escapers, $replacements, $html_entities_output ) ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php new file mode 100644 index 00000000..7d12c2ad --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php @@ -0,0 +1,171 @@ +guard_against_missing_abspath(); + $this->initialize_constants(); + } + + /** + * Ensures that this class is not used unless we are in the right context. + * + * @throws Waf_Exception If we are outside of WordPress. + * + * @return void + */ + private function guard_against_missing_abspath() { + + if ( ! defined( 'ABSPATH' ) ) { + throw new Waf_Exception( 'Cannot generate the WAF bootstrap if we are not running in WordPress context.' ); + } + } + + /** + * Initializes the constants required for generating the bootstrap, if they have not been initialized yet. + * + * @return void + */ + private function initialize_constants() { + Waf_Constants::initialize_constants(); + } + + /** + * Initialized the WP filesystem and serves as a mocking hook for tests. + * + * Should only be implemented after the wp_loaded action hook: + * + * @link https://developer.wordpress.org/reference/functions/wp_filesystem/#more-information + * + * @return void + */ + protected function initialize_filesystem() { + if ( ! function_exists( '\\WP_Filesystem' ) ) { + require_once ABSPATH . 'wp-admin/includes/file.php'; + } + + WP_Filesystem(); + } + + /** + * Finds the path to the autoloader, which can then be used to require the autoloader in the generated boostrap file. + * + * @throws Waf_Exception In case the autoloader file can not be found. + * + * @return string|null + */ + private function locate_autoloader_file() { + global $jetpack_autoloader_loader; + + $autoload_file = null; + + // Try the Jetpack autoloader. + if ( isset( $jetpack_autoloader_loader ) ) { + $class_file = $jetpack_autoloader_loader->find_class_file( Waf_Runner::class ); + if ( $class_file ) { + $autoload_file = dirname( dirname( dirname( dirname( dirname( $class_file ) ) ) ) ) . '/vendor/autoload.php'; + } + } + + // Try Composer's autoloader. + if ( null === $autoload_file + && is_callable( array( InstalledVersions::class, 'getInstallPath' ) ) + && InstalledVersions::isInstalled( 'automattic/jetpack-waf' ) + ) { + $package_file = InstalledVersions::getInstallPath( 'automattic/jetpack-waf' ); + if ( substr( $package_file, -23 ) === '/automattic/jetpack-waf' ) { + $autoload_file = dirname( dirname( dirname( $package_file ) ) ) . '/vendor/autoload.php'; + } + } + + // Guess. First look for being in a `vendor/automattic/jetpack-waf/src/', then see if we're standalone with our own vendor dir. + if ( null === $autoload_file ) { + $autoload_file = dirname( dirname( dirname( dirname( __DIR__ ) ) ) ) . '/vendor/autoload.php'; + if ( ! file_exists( $autoload_file ) ) { + $autoload_file = dirname( __DIR__ ) . '/vendor/autoload.php'; + } + } + + // Check that the determined file actually exists. + if ( ! file_exists( $autoload_file ) ) { + throw new Waf_Exception( 'Can not find autoloader, and the WAF standalone boostrap will not work without it.' ); + } + + return $autoload_file; + } + + /** + * Gets the path to the bootstrap.php file. + * + * @return string The bootstrap.php file path. + */ + public function get_bootstrap_file_path() { + return trailingslashit( JETPACK_WAF_DIR ) . 'bootstrap.php'; + } + + /** + * Generates the bootstrap file. + * + * @throws File_System_Exception If the filesystem is not available. + * @throws File_System_Exception If the WAF directory can not be created. + * @throws File_System_Exception If the bootstrap file can not be created. + * + * @return string Absolute path to the bootstrap file. + */ + public function generate() { + + $this->initialize_filesystem(); + + global $wp_filesystem; + if ( ! $wp_filesystem ) { + throw new File_System_Exception( 'Can not work without the file system being initialized.' ); + } + + $autoloader_file = $this->locate_autoloader_file(); + + $bootstrap_file = $this->get_bootstrap_file_path(); + $mode_option = get_option( Waf_Runner::MODE_OPTION_NAME, false ); + $share_data_option = get_option( Waf_Runner::SHARE_DATA_OPTION_NAME, false ); + + // phpcs:disable WordPress.PHP.DevelopmentFunctions + $code = "is_dir( JETPACK_WAF_DIR ) ) { + if ( ! $wp_filesystem->mkdir( JETPACK_WAF_DIR ) ) { + throw new File_System_Exception( 'Failed creating WAF standalone bootstrap file directory: ' . JETPACK_WAF_DIR ); + } + } + + if ( ! $wp_filesystem->put_contents( $bootstrap_file, $code ) ) { + throw new File_System_Exception( 'Failed writing WAF standalone bootstrap file to: ' . $bootstrap_file ); + } + + return $bootstrap_file; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php new file mode 100644 index 00000000..a0bc7bae --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php @@ -0,0 +1,68 @@ +normalize_path( str_replace( '\\', '/', $value ) ); + } + + /** + * Removes all NUL bytes from input. + * + * @param string $value value to be filtered. + * @return string + */ + public function remove_nulls( $value ) { + return str_replace( "\x0", '', $value ); + } + + /** + * Remove all whitespace characters from input. + * + * @param string $value value to be filtered. + * @return string + */ + public function remove_whitespace( $value ) { + return preg_replace( '/\s/', '', $value ); + } + + /** + * Replaces each occurrence of a C-style comment (/ * ... * /) with a single space. + * Unterminated comments will also be replaced with a space. However, a standalone termination of a comment (* /) will not be acted upon. + * + * @param string $value value to be filtered. + * @return string + */ + public function replace_comments( $value ) { + $value = preg_replace( '~/\*.*?\*/|/\*.*?$~Ds', ' ', $value ); + return explode( '/*', $value, 2 )[0]; + } + + /** + * Removes common comments chars (/ *, * /, --, #). + * + * @param string $value value to be filtered. + * @return string + */ + public function remove_comments_char( $value ) { + return preg_replace( '~/*|*/|--|#|//~', '', $value ); + } + + /** + * Replaces each NUL byte in input with a space. + * + * @param string $value value to be filtered. + * @return string + */ + public function replace_nulls( $value ) { + return str_replace( "\x0", ' ', $value ); + } + + /** + * Decode a URL-encoded input string. + * + * @param string $value value to be decoded. + * @return string + */ + public function url_decode( $value ) { + return urldecode( $value ); + } + + /** + * Decode a URL-encoded input string. + * + * @param string $value value to be decoded. + * @return string + */ + public function url_decode_uni( $value ) { + error_log( 'JETPACKWAF TRANSFORM NOT IMPLEMENTED: urlDecodeUni' ); + return $value; + } + + /** + * Decode a json encoded input string. + * + * @param string $value value to be decoded. + * @return string + */ + public function js_decode( $value ) { + error_log( 'JETPACKWAF TRANSFORM NOT IMPLEMENTED: jsDecode' ); + return $value; + } + + /** + * Convert all characters to uppercase. + * + * @param string $value value to be encoded. + * @return string + */ + public function uppercase( $value ) { + return strtoupper( $value ); + } + + /** + * Calculate a SHA1 hash from the input string. + * + * @param mixed $value value to be hashed. + * @return string + */ + public function sha1( $value ) { + return sha1( $value, true ); + } + + /** + * Remove whitespace from the left side of the input string. + * + * @param string $value value to be trimmed. + * @return string + */ + public function trim_left( $value ) { + return ltrim( $value ); + } + + /** + * Remove whitespace from the right side of the input string. + * + * @param string $value value to be trimmed. + * @return string + */ + public function trim_right( $value ) { + return rtrim( $value ); + } + + /** + * Remove whitespace from both sides of the input string. + * + * @param string $value value to be trimmed. + * @return string + */ + public function trim( $value ) { + return trim( $value ); + } + + /** + * Convert utf-8 characters to unicode characters + * + * @param string $value value to be encoded. + * @return string + */ + public function utf8_to_unicode( $value ) { + return preg_replace( '/\\\u(?=[a-f0-9]{4})/', '%u', substr( json_encode( $value ), 1, -1 ) ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php new file mode 100644 index 00000000..59631e8c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php @@ -0,0 +1,23 @@ +getMessage() ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/functions.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/functions.php new file mode 100644 index 00000000..554f1053 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/functions.php @@ -0,0 +1,70 @@ + [ "x" => [ "y" => "..." ] ] ] + * However, modsecurity (and thus our WAF rules) expect the original (non-nested) names. + * + * Therefore, this method takes an array of any depth and returns a single-depth array with nested + * keys translated back to a single string with brackets. + * + * Because there might be multiple items with the same name, this function will return an array of tuples, + * with the first item in the tuple the re-created original field name, and the second item the value. + * + * @example + * flatten_array( [ "field1" => "abc", "field2" => [ "d", "e", "f" ] ] ) + * => [ + * [ "field1", "abc" ], + * [ "field2[0]", "d" ], + * [ "field2[1]", "e" ], + * [ "field2[2]", "f" ], + * ] + * + * @param array $array An array that resembles one of the PHP superglobals like $_GET or $_POST. + * @param string $key_prefix String that should be prepended to the keys output by this function. + * Usually only used internally as part of recursion when flattening a nested array. + * @return array{ 0: string, 1: scalar }[] $key_prefix An array of key/value tuples, one for each distinct value in the input array. + */ +function flatten_array( $array, $key_prefix = '' ) { + $return = array(); + foreach ( $array as $source_key => $source_value ) { + $key = ( '' === $key_prefix ) + // if this is the first level, the key name isn't enclosed in brackets + ? $source_key + // for every level after the first, enclose the key name in brackets. + : $key_prefix . '[' . $source_key . ']'; + if ( ! is_array( $source_value ) ) { + $return[] = array( $key, $source_value ); + } else { + $return = array_merge( $return, flatten_array( $source_value, $key ) ); + } + } + return $return; +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/i18n-map.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/i18n-map.php new file mode 100644 index 00000000..6d145e0a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/i18n-map.php @@ -0,0 +1,64 @@ + 'jetpack-protect', + 'type' => 'plugins', + 'packages' => array( + 'jetpack-admin-ui' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-admin-ui', + 'ver' => '0.2.23', + ), + 'jetpack-assets' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-assets', + 'ver' => '1.18.13', + ), + 'jetpack-config' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-config', + 'ver' => '1.15.4', + ), + 'jetpack-connection' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-connection', + 'ver' => '1.58.2', + ), + 'jetpack-idc' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis', + 'ver' => '0.11.1', + ), + 'jetpack-ip' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-ip', + 'ver' => '0.1.6', + ), + 'jetpack-jitm' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-jitm', + 'ver' => '2.5.1', + ), + 'jetpack-licensing' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-licensing', + 'ver' => '1.8.4', + ), + 'jetpack-my-jetpack' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', + 'ver' => '3.9.1', + ), + 'jetpack-password-checker' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', + 'ver' => '0.2.14', + ), + 'jetpack-plugins-installer' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-plugins-installer', + 'ver' => '0.2.5', + ), + 'jetpack-sync' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-sync', + 'ver' => '1.58.1', + ), + 'jetpack-transport-helper' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-transport-helper', + 'ver' => '0.1.6', + ), + 'jetpack-waf' => array( + 'path' => 'jetpack_vendor/automattic/jetpack-waf', + 'ver' => '0.11.13', + ), + ), +); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/readme.txt b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/readme.txt new file mode 100644 index 00000000..8758dbe8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/readme.txt @@ -0,0 +1,167 @@ +=== Jetpack Protect === +Contributors: automattic, retrofox, leogermani, renatoagds, bjorsch, ebinnion, fgiannar, zinigor, miguelxavierpenha, dsmart, jeherve, manzoorwanijk, njweller, oskosk, samiff, siddarthan, wpkaren, arsihasi, kraftbj, kev, sermitr, kangzj, pabline, dkmyta +Tags: jetpack, protect, security, malware, scan +Requires at least: 6.2 +Requires PHP: 5.6 +Tested up to: 6.3 +Stable tag: 1.4.2 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +Free daily malware scanning and WordPress site security. Jetpack Protect leverages the extensive database of WPScan, an Automattic brand, that has over 25,000 registered malware and vulnerabilities. No configuration required! + +== Description == + +== TOTAL SITE SECURITY FROM WORDPRESS EXPERTS == + +Jetpack Protect is a free and essential WordPress security plugin that scans your site and warns you about vulnerabilities, keeping your site one step ahead of security threats. It’s easy to use; setup requires just a few clicks! + +By upgrading Protect, you also unlock malware scanning with one-click fixes for most issues and instant notifications when threats are detected. Our automated Web Application Firewall (WAF) also protects your site from bad actors around the clock. + +Jetpack Protect is created by WordPress experts; our parent company Automattic is behind Jetpack, WordPress.com, WooCommerce, WPScan, and much more. There is no better company to understand the security needs of WordPress sites. + +== WHAT DOES JETPACK PROTECT (FREE) CHECK FOR? == + +Jetpack Protect scans your site on a daily basis and warns you about: +- The version of WordPress installed, and any associated vulnerabilities +- What plugins are installed, and any related vulnerabilities +- What themes are installed, and any associated vulnerabilities + += What are vulnerabilities? Why do I need to scan my site regularly? = +Site vulnerabilities are flaws in a website's code that weaken the site's overall security. These can be introduced to a site in various ways, in most cases unintentionally. + +Some of the ways vulnerabilities can be introduced to a site are: +- Poorly written site code +- Plugin and theme bugs +- WordPress version bugs +- System misconfigurations + +If a bad actor detects a vulnerability on your site, they can exploit it to access sensitive information, update your site, and more to damage your business or brand. + +That’s why it’s essential to use a reputable and reliable vulnerability & malware site scanner like Jetpack Protect to safeguard your site. + += Can I use Jetpack Scan to fix a site that is already infected? = + +Jetpack Protect (Scan) detects and prevents attacks, but is not designed to fully clean up sites infected before it was active. If your site has malware, take immediate action to clean it up and remove the malicious code. + +To clean up your site, we suggest using a malware removal tool, or if possible restore from a backup taken before the infection. We recommend using Jetpack VaultPress Backup in conjunction with Jetpack Scan to secure your website. + +[Learn more about cleaning your site](https://jetpack.com/support/scan/how-to-clean-your-hacked-wordpress-site/) + +== UPGRADE PROTECT TO REMOVE MALWARE IN ONE CLICK AND BE PROTECTED BY OUR WAF == +By upgrading Protect, you unlock total site security from WordPress experts: +- Automated daily malware scanning in addition to vulnerability checks +- One-click fixes for most issues +- Web Application Firewall (WAF) with automatic rule updates +- Instant email notifications when threats are detected +- Priority support from WordPress experts + += What is malware? Why do I need to protect against it? = +Malware is malicious code or software that has been created by bad actors to disrupt, damage, or gain access to your site. There are many ways that malware can get onto your WordPress site. The most common method is through attackers using vulnerable plugins or themes to install malware. + +Similar to the vulnerabilities listed above, bad actors can use malware to capture sensitive information, damage your site, and harm your business or brand. + +Jetpack Protect instantly notifies you of any threats detected, with one-click fixes for most issues. + += What is a Web Application Firewall (WAF)? = +A web application firewall blocks traffic and malicious requests to your site from known bad actors. + +As threats are detected, new rules are added to Jetpack Protect’s firewall, which provides around-the-clock protection for your WordPress site. + +== OVER 38,393 REGISTERED VULNERABILITIES IN OUR DATABASE == + +WordPress security is something that evolves over time. Jetpack Protect leverages the extensive database of WPScan, an Automattic brand. All vulnerabilities are entered into our database by dedicated WordPress security professionals and updated constantly as new information becomes available. + +== JETPACK PROTECT IS EASY TO SETUP AND USE == + +There’s nothing to configure – the setup process is as easy as: +1. Install and activate the plugin +2. Set up it with one click. + +After you activate the plugin, Jetpack Protect will run daily automatic malware scans on your WordPress site and update you on vulnerabilities associated with your installed plugins, themes, and WordPress core. + +== WITH 💚 BY JETPACK == + +This is just the start! + +We are working hard to bring more features and improvements to Jetpack Protect. Let us know your thoughts and ideas! + +== FURTHER READING == + +- [Jetpack: Security, performance, and growth tools made for WordPress sites by the WordPress experts.](https://jetpack.com/) +- You can follow the [Jetpack Twitter](https://twitter.com/jetpack?lang=en) account to catch up on our latest WordPress security recommendations and updates. +- [WordPress Security: How to Protect Your Site From Hackers](https://jetpack.com/blog/category/security/page/3/) +- [Should You Use Jetpack for WordPress Security?](https://jetpack.com/blog/should-you-use-jetpack-for-wordpress-security/) +- [Jetpack Acquires WordPress Vulnerability Database WPScan](https://jetpack.com/blog/jetpack-acquires-wordpress-vulnerability-database-wpscan/#more-139339) + +== FAQ == + += How does Jetpack Protect help your WordPress Site security? = + +Protect is a free WordPress security and malware scanner plugin that scans your site and lets you know possible malware and security threats on your installed plugins, themes, and core files. + +The free plan scans your site for WordPress version, plugin, and theme vulnerabilities from our extensive vulnerability database (38,393) that is powered by WPScan. + +By upgrading Protect, you gain access to WordPress malware scanning with one-click fixes, instant threat notifications, and our Web application Firewall (WAF) that protects your site around the clock. + += Does this plugin require the Jetpack plugin to work? = + +Jetpack Protect does not require the Jetpack plugin to run and secure your site. + += What are the differences between Jetpack Protect, Jetpack Scan, and WPScan plugins? = + +Jetpack Protect is a new WordPress security plugin from Jetpack containing our security features only. You can start with Jetpack Protect’s free vulnerability scanning features and upgrade Jetpack Protect to access automated malware scanning and our web application firewall. By upgrading Protect, you are enabling Jetpack Scan to the plugin. + +Jetpack Scan is a product that can be purchased for use in conjunction with the main Jetpack plugin or Jetpack Protect. Jetpack Scan includes automated malware scanning and our web application firewall but does not contain the vulnerability scanning feature from the Protect plugin. If you purchase Jetpack Security or Jetpack Complete, Jetpack Scan is also included in those bundles. + +If you are already a Jetpack Scan, Jetpack Security, or Jetpack Complete customer, you can also take advantage of Jetpack Protect’s vulnerability scanning feature by installing the Jetpack Protect plugin. + +WPScan is an enterprise vulnerability scanning solution. It is not recommended for small to medium-sized businesses. If you are an enterprise company looking for custom WordPress site protection solutions, please visit: https://wpscan.com/ + +For small to medium-sized businesses, you can access our vulnerability scanning solution in the Jetpack Protect plugin. + += Will Jetpack Protect work on my local site? + +Jetpack Protect requires a publicly accessible site to perform the vulnerability scan. + += How will I know if Jetpack Protect has found WordPress security vulnerabilities and malware? = + +You can visit Jetpack Protect dashboard in your WordPress admin panel to see the security threats and malware found by the integrated malware scanner. + += What do I do if Jetpack Protect finds a security threat? = + +When the vulnerability scanner finds a security threat, you can view the recommended actions on the Jetpack Protect dashboard to secure your sites. + +If you have upgraded Protect, your site will also be automatically scanned for malware each day, and you will be notified instantly via email if any threats are detected. You will be able to fix most issues in one click. + += Can I set the time of the daily security scan? = + +It is not possible to set a time for the automated daily scans run by the integrated malware scanner. + += Why do I need WordPress security and malware scan? = + +A hacked WordPress site can cause serious damage to your business revenue and reputation. Jetpack Protect scans your site and lets you know possible malware and security threats on your installed plugins, themes, and core files. + += Where can I learn more about WordPress security and malware threats? = + +To learn how to achieve better WordPress security, [see this guide](https://jetpack.com/blog/guide-to-wordpress-security/). On the [Jetpack Blog](https://jetpack.com/blog/category/security/), you can find many more articles written by the top WordPress security experts. + += Is Jetpack Protect the same thing as the Protect feature in the Jetpack plugin? + +The new Jetpack Protect plugin is different from the Jetpack feature formerly known as [Protect](https://jetpack.com/support/protect/) (now renamed [Brute Force Attack Protection](https://jetpack.com/support/protect/)). + +== Screenshots == + +1. Focus on running your business while Jetpack Protect automatically scans your site. +2. Keep your site one step ahead of security threats and malware. +3. View all the found vulnerabilities in your site and learn how to fix them. +4. The Jetpack Firewall is a web application firewall (known as WAF) designed to protect your WordPress site from malicious requests. + +== Changelog == +### 1.4.2 - 2023-10-19 +#### Changed +- General: update WordPress version requirements to WordPress 6.2. [#32762] +- Updated Jetpack submenu sort order so individual features are alpha-sorted. +- Updated method used to render Connection initial state. +- Updated package dependencies. + diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-credentials.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-credentials.php new file mode 100644 index 00000000..1e72b467 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-credentials.php @@ -0,0 +1,55 @@ +is_connected(); + + if ( ! $blog_id || ! $is_connected ) { + return false; + } + + $api_url = sprintf( '/sites/%d/scan', $blog_id ); + + $response = Client::wpcom_json_api_request_as_blog( + $api_url, + '2', + array( 'method' => 'GET' ), + null, + 'wpcom' + ); + + $response_code = wp_remote_retrieve_response_code( $response ); + + if ( is_wp_error( $response ) || 200 !== $response_code ) { + return false; + } + + $parsed_response = json_decode( $response['body'] ); + + if ( ! $parsed_response ) { + return false; + } + + return isset( $parsed_response->credentials ) ? $parsed_response->credentials : array(); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-jetpack-protect.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-jetpack-protect.php new file mode 100644 index 00000000..52e2bb30 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-jetpack-protect.php @@ -0,0 +1,456 @@ +ensure( + 'connection', + array( + 'slug' => JETPACK_PROTECT_SLUG, + 'name' => JETPACK_PROTECT_NAME, + 'url_info' => JETPACK_PROTECT_URI, + ) + ); + // Sync package. + $config->ensure( + 'sync', + array( + 'jetpack_sync_modules' => array( + 'Automattic\\Jetpack\\Sync\\Modules\\Options', + 'Automattic\\Jetpack\\Sync\\Modules\\Callables', + 'Automattic\\Jetpack\\Sync\\Modules\\Users', + ), + 'jetpack_sync_callable_whitelist' => array( + 'main_network_site' => array( 'Automattic\\Jetpack\\Connection\\Urls', 'main_network_site_url' ), + 'get_plugins' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_plugins' ), + 'get_themes' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'get_themes' ), + 'wp_version' => array( 'Automattic\\Jetpack\\Sync\\Functions', 'wp_version' ), + ), + 'jetpack_sync_options_contentless' => array(), + 'jetpack_sync_options_whitelist' => array( + 'active_plugins', + 'stylesheet', + ), + ) + ); + + // Identity crisis package. + $config->ensure( 'identity_crisis' ); + + // Web application firewall package. + $config->ensure( 'waf' ); + }, + 1 + ); + + add_filter( 'jetpack_connection_user_has_license', array( $this, 'jetpack_check_user_licenses' ), 10, 3 ); + + add_filter( 'jetpack_get_available_standalone_modules', array( $this, 'protect_filter_available_modules' ), 10, 1 ); + } + + /** + * Initialize the plugin + * + * @return void + */ + public function init() { + add_action( 'admin_bar_menu', array( $this, 'admin_bar' ), 65 ); + add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_admin_styles' ) ); + + REST_Controller::init(); + My_Jetpack_Initializer::init(); + Site_Health::init(); + + // Sets up JITMS. + JITM::configure(); + } + + /** + * Initialize the admin page resources. + */ + public function admin_page_init() { + $total_threats = Status::get_total_threats(); + $menu_label = _x( 'Protect', 'The Jetpack Protect product name, without the Jetpack prefix', 'jetpack-protect' ); + if ( $total_threats ) { + $menu_label .= sprintf( ' %d', $total_threats ); + } + + $page_suffix = Admin_Menu::add_menu( + __( 'Jetpack Protect', 'jetpack-protect' ), + $menu_label, + 'manage_options', + 'jetpack-protect', + array( $this, 'plugin_settings_page' ) + ); + + add_action( 'load-' . $page_suffix, array( $this, 'enqueue_admin_scripts' ) ); + } + + /** + * Enqueues the wp-admin styles (used outside the React app) + */ + public function enqueue_admin_styles() { + wp_enqueue_style( 'jetpack-protect-wpadmin', JETPACK_PROTECT_BASE_PLUGIN_URL . '/assets/jetpack-protect.css', array(), JETPACK_PROTECT_VERSION ); + } + + /** + * Enqueue plugin admin scripts and styles. + */ + public function enqueue_admin_scripts() { + + Assets::register_script( + 'jetpack-protect', + 'build/index.js', + JETPACK_PROTECT_ROOT_FILE, + array( + 'in_footer' => true, + 'textdomain' => 'jetpack-protect', + ) + ); + Assets::enqueue_script( 'jetpack-protect' ); + // Required for Analytics. + wp_enqueue_script( 'jp-tracks', '//stats.wp.com/w.js', array(), gmdate( 'YW' ), true ); + // Initial JS state including JP Connection data. + Connection_Initial_State::render_script( 'jetpack-protect' ); + wp_add_inline_script( 'jetpack-protect', $this->render_initial_state(), 'before' ); + } + + /** + * Render the initial state into a JavaScript variable. + * + * @return string + */ + public function render_initial_state() { + return 'var jetpackProtectInitialState=JSON.parse(decodeURIComponent("' . rawurlencode( wp_json_encode( $this->initial_state() ) ) . '"));'; + } + + /** + * Get the initial state data for hydrating the React UI. + * + * @return array + */ + public function initial_state() { + global $wp_version; + // phpcs:disable WordPress.Security.NonceVerification.Recommended + $refresh_status_from_wpcom = isset( $_GET['checkPlan'] ); + $initial_state = array( + 'apiRoot' => esc_url_raw( rest_url() ), + 'apiNonce' => wp_create_nonce( 'wp_rest' ), + 'registrationNonce' => wp_create_nonce( 'jetpack-registration-nonce' ), + 'status' => Status::get_status( $refresh_status_from_wpcom ), + 'installedPlugins' => Plugins_Installer::get_plugins(), + 'installedThemes' => Sync_Functions::get_themes(), + 'wpVersion' => $wp_version, + 'adminUrl' => 'admin.php?page=jetpack-protect', + 'siteSuffix' => ( new Jetpack_Status() )->get_site_suffix(), + 'jetpackScan' => My_Jetpack_Products::get_product( 'scan' ), + 'hasRequiredPlan' => Plan::has_required_plan(), + 'waf' => array( + 'wafSupported' => Waf_Runner::is_supported_environment(), + 'currentIp' => IP_Utils::get_ip(), + 'isSeen' => self::get_waf_seen_status(), + 'upgradeIsSeen' => self::get_waf_upgrade_seen_status(), + 'displayUpgradeBadge' => self::get_waf_upgrade_badge_display_status(), + 'isEnabled' => Waf_Runner::is_enabled(), + 'isToggling' => false, + 'isUpdating' => false, + 'config' => Waf_Runner::get_config(), + 'stats' => self::get_waf_stats(), + ), + ); + + $initial_state['jetpackScan']['pricingForUi'] = Plan::get_product( 'jetpack_scan' ); + + return $initial_state; + } + /** + * Main plugin settings page. + */ + public function plugin_settings_page() { + ?> +
          + is_connected() ) { + self::activate_modules(); + } + } + + /** + * Activates the waf and brute force protection modules and disables the activation option + */ + public static function activate_modules() { + delete_option( self::JETPACK_PROTECT_ACTIVATION_OPTION ); + ( new Modules() )->activate( self::JETPACK_WAF_MODULE_SLUG, false, false ); + ( new Modules() )->activate( self::JETPACK_BRUTE_FORCE_PROTECTION_MODULE_SLUG, false, false ); + } + + /** + * Removes plugin from the connection manager + * If it's the last plugin using the connection, the site will be disconnected. + * + * @access public + * @static + */ + public static function plugin_deactivation() { + + // Clear Sync data. + Sender::get_instance()->uninstall(); + + $manager = new Connection_Manager( 'jetpack-protect' ); + $manager->remove_connection(); + + Status::delete_option(); + } + + /** + * Create a shortcut on Admin Bar to show the total of threats found. + * + * @param object $wp_admin_bar The Admin Bar object. + * @return void + */ + public function admin_bar( $wp_admin_bar ) { + if ( ! current_user_can( 'manage_options' ) ) { + return; + } + + $total = Status::get_total_threats(); + + if ( $total > 0 ) { + $args = array( + 'id' => 'jetpack-protect', + 'title' => '' . $total . '', + 'href' => admin_url( 'admin.php?page=jetpack-protect' ), + 'meta' => array( + // translators: %d is the number of threats found. + 'title' => sprintf( _n( '%d threat found by Jetpack Protect', '%d threats found by Jetpack Protect', $total, 'jetpack-protect' ), $total ), + ), + ); + + $wp_admin_bar->add_node( $args ); + } + } + + /** + * Adds modules to the list of available modules + * + * @param array $modules The available modules. + * @return array + */ + public function protect_filter_available_modules( $modules ) { + return array_merge( array( self::JETPACK_WAF_MODULE_SLUG, self::JETPACK_BRUTE_FORCE_PROTECTION_MODULE_SLUG ), $modules ); + } + + /** + * Check if the user has an available license that includes Jetpack Scan. + * + * @param boolean $has_license Whether a license was already found. + * @param object[] $licenses Unattached licenses belonging to the user. + * @param string $plugin_slug Slug of the plugin that initiated the flow. + * + * @return boolean + */ + public static function jetpack_check_user_licenses( $has_license, $licenses, $plugin_slug ) { + if ( $plugin_slug !== JETPACK_PROTECT_SLUG || $has_license ) { + return $has_license; + } + + $license_found = false; + + foreach ( $licenses as $license ) { + if ( $license->attached_at || $license->revoked_at ) { + continue; + } + + if ( in_array( $license->product_id, self::JETPACK_SCAN_PRODUCT_IDS, true ) ) { + $license_found = true; + break; + } + } + + return $license_found; + } + + /** + * Get WAF "Seen" Status + * + * @return bool Whether the current user has viewed the WAF screen. + */ + public static function get_waf_seen_status() { + return (bool) get_user_meta( get_current_user_id(), 'jetpack_protect_waf_seen', true ); + } + + /** + * Set WAF "Seen" Status + * + * @return bool True if seen status updated to true, false on failure. + */ + public static function set_waf_seen_status() { + return (bool) update_user_meta( get_current_user_id(), 'jetpack_protect_waf_seen', true ); + } + + /** + * Get WAF Upgrade "Seen" Status + * + * @return bool Whether the current user has dismissed the upgrade popover or enabled the automatic rules feature. + */ + public static function get_waf_upgrade_seen_status() { + return (bool) get_user_meta( get_current_user_id(), 'jetpack_protect_waf_upgrade_seen', true ); + } + + /** + * Set WAF Upgrade "Seen" Status + * + * @return bool True if upgrade seen status updated to true, false on failure. + */ + public static function set_waf_upgrade_seen_status() { + self::set_waf_upgrade_badge_timestamp(); + return (bool) update_user_meta( get_current_user_id(), 'jetpack_protect_waf_upgrade_seen', true ); + } + + /** + * Get WAF Upgrade Badge Timestamp + * + * @return integer The timestamp for the when the upgrade seen status was first set to true. + */ + public static function get_waf_upgrade_badge_timestamp() { + return (int) get_user_meta( get_current_user_id(), 'jetpack_protect_waf_upgrade_badge_timestamp', true ); + } + + /** + * Set WAF Upgrade Badge Timestamp + * + * @return bool True if upgrade badge timestamp to set to the current time, false on failure. + */ + public static function set_waf_upgrade_badge_timestamp() { + return (bool) update_user_meta( get_current_user_id(), 'jetpack_protect_waf_upgrade_badge_timestamp', time() ); + } + + /** + * Get WAF Upgrade Badge Display Status + * + * @return bool True if upgrade badge timestamp is set and less than 7 days ago, otherwise false. + */ + public static function get_waf_upgrade_badge_display_status() { + $badge_timestamp_exists = metadata_exists( 'user', get_current_user_id(), 'jetpack_protect_waf_upgrade_badge_timestamp' ); + if ( ! $badge_timestamp_exists ) { + return true; + } + + $badge_timestamp = self::get_waf_upgrade_badge_timestamp(); + $seven_days = strtotime( '-7 days' ); + if ( $badge_timestamp > $seven_days ) { + return true; + } + + return false; + } + + /** + * Get WAF stats + * + * @return bool|array False if WAF is not enabled, otherwise an array of stats. + */ + public static function get_waf_stats() { + if ( ! Waf_Runner::is_enabled() ) { + return false; + } + + return array( + 'ipAllowListCount' => Waf_Stats::get_ip_allow_list_count(), + 'ipBlockListCount' => Waf_Stats::get_ip_block_list_count(), + 'rulesVersion' => Waf_Stats::get_rules_version(), + 'automaticRulesLastUpdated' => Waf_Stats::get_automatic_rules_last_updated(), + ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-plan.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-plan.php new file mode 100644 index 00000000..936f2885 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-plan.php @@ -0,0 +1,111 @@ + ( self::CACHE_VALIDITY_PERIOD ); + } + + /** + * Gets the product list from the user cache + */ + private static function get_product_from_cache() { + return get_user_meta( get_current_user_id(), self::CACHE_META_NAME, true ); + } + + /** + * Gets the product data + * + * @param string $wpcom_product The product slug. + * @return array + */ + public static function get_product( $wpcom_product = 'jetpack_scan' ) { + if ( ! self::is_cache_old() ) { + return self::get_product_from_cache(); + } + + $request_url = 'https://public-api.wordpress.com/rest/v1.1/products?locale=' . get_user_locale() . '&type=jetpack'; + $wpcom_request = wp_remote_get( esc_url_raw( $request_url ) ); + $response_code = wp_remote_retrieve_response_code( $wpcom_request ); + + if ( 200 === $response_code ) { + $products = json_decode( wp_remote_retrieve_body( $wpcom_request ) ); + + // Pick the desired product... + $product = $products->{$wpcom_product}; + + // ... and store it into the cache. + update_user_meta( get_current_user_id(), self::CACHE_DATE_META_NAME, time() ); + update_user_meta( get_current_user_id(), self::CACHE_META_NAME, $product ); + + return $product; + } + + return new \WP_Error( + 'failed_to_fetch_data', + esc_html__( 'Unable to fetch the requested data.', 'jetpack-protect' ), + array( + 'status' => $response_code, + 'request' => $wpcom_request, + ) + ); + } + + /** + * Has Required Plan + * + * @param bool $force_refresh Refresh the local plan cache from wpcom. + * @return bool True when the site has a plan or product that supports the paid Protect tier. + */ + public static function has_required_plan( $force_refresh = false ) { + static $has_scan = null; + if ( null === $has_scan || $force_refresh ) { + $products = array_column( Current_Plan::get_products(), 'product_slug' ); + + // Check for a plan or product that enables scan. + $plan_supports_scan = Current_Plan::supports( 'scan', true ); + $has_scan_product = count( array_intersect( array( 'jetpack_scan', 'jetpack_scan_monthly' ), $products ) ) > 0; + $has_scan = $plan_supports_scan || $has_scan_product; + } + + return $has_scan; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-protect-status.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-protect-status.php new file mode 100644 index 00000000..97d4b3a2 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-protect-status.php @@ -0,0 +1,258 @@ + true, + 'error_code' => $status->get_error_code(), + 'error_message' => $status->get_error_message(), + ) + ); + } else { + $status = self::normalize_protect_report_data( $status ); + } + + self::$status = $status; + return $status; + } + + /** + * Gets the WPCOM API endpoint + * + * @return WP_Error|string + */ + public static function get_api_url() { + $blog_id = Jetpack_Options::get_option( 'id' ); + $is_connected = ( new Connection_Manager() )->is_connected(); + + if ( ! $blog_id || ! $is_connected ) { + return new WP_Error( 'site_not_connected' ); + } + + $api_url = sprintf( self::REST_API_BASE, $blog_id ); + + return $api_url; + } + + /** + * Fetches the status from WPCOM servers + * + * @return WP_Error|array + */ + public static function fetch_from_server() { + $api_url = self::get_api_url(); + if ( is_wp_error( $api_url ) ) { + return $api_url; + } + + $response = Client::wpcom_json_api_request_as_blog( + self::get_api_url(), + '2', + array( 'method' => 'GET' ), + null, + 'wpcom' + ); + + $response_code = wp_remote_retrieve_response_code( $response ); + + if ( is_wp_error( $response ) || 200 !== $response_code || empty( $response['body'] ) ) { + return new WP_Error( 'failed_fetching_status', 'Failed to fetch Protect Status data from server', array( 'status' => $response_code ) ); + } + + $body = json_decode( wp_remote_retrieve_body( $response ) ); + self::update_status_option( $body ); + return $body; + } + + /** + * Normalize data from the Protect Report data source. + * + * @param object $report_data Data from the Protect Report. + * @return Status_Model + */ + protected static function normalize_protect_report_data( $report_data ) { + $status = new Status_Model(); + $status->data_source = 'protect_report'; + + // map report data properties directly into the Status_Model + $status->status = isset( $report_data->status ) ? $report_data->status : null; + $status->last_checked = isset( $report_data->last_checked ) ? $report_data->last_checked : null; + $status->num_threats = isset( $report_data->num_vulnerabilities ) ? $report_data->num_vulnerabilities : null; + $status->num_themes_threats = isset( $report_data->num_themes_vulnerabilities ) ? $report_data->num_themes_vulnerabilities : null; + $status->num_plugins_threats = isset( $report_data->num_plugins_vulnerabilities ) ? $report_data->num_plugins_vulnerabilities : null; + + // merge plugins from report with all installed plugins before mapping into the Status_Model + $installed_plugins = Plugins_Installer::get_plugins(); + $last_report_plugins = isset( $report_data->plugins ) ? $report_data->plugins : new \stdClass(); + $status->plugins = self::merge_installed_and_checked_lists( $installed_plugins, $last_report_plugins, array( 'type' => 'plugins' ) ); + + // merge themes from report with all installed plugins before mapping into the Status_Model + $installed_themes = Sync_Functions::get_themes(); + $last_report_themes = isset( $report_data->themes ) ? $report_data->themes : new \stdClass(); + $status->themes = self::merge_installed_and_checked_lists( $installed_themes, $last_report_themes, array( 'type' => 'themes' ) ); + + // normalize WordPress core report data and map into Status_Model + $status->core = self::normalize_core_information( isset( $report_data->core ) ? $report_data->core : new \stdClass() ); + + // check if any installed items (themes, plugins, or core) have not been checked in the report + $all_items = array_merge( $status->plugins, $status->themes, array( $status->core ) ); + $unchecked_items = array_filter( + $all_items, + function ( $item ) { + return ! isset( $item->checked ) || ! $item->checked; + } + ); + $status->has_unchecked_items = ! empty( $unchecked_items ); + + return $status; + } + + /** + * Merges the list of installed extensions with the list of extensions that were checked for known vulnerabilities and return a normalized list to be used in the UI + * + * @param array $installed The list of installed extensions, where each attribute key is the extension slug. + * @param object $checked The list of checked extensions. + * @param array $append Additional data to append to each result in the list. + * @return array Normalized list of extensions. + */ + protected static function merge_installed_and_checked_lists( $installed, $checked, $append ) { + $new_list = array(); + foreach ( array_keys( $installed ) as $slug ) { + + $checked = (object) $checked; + + $extension = new Extension_Model( + array_merge( + array( + 'name' => $installed[ $slug ]['Name'], + 'version' => $installed[ $slug ]['Version'], + 'slug' => $slug, + 'threats' => array(), + 'checked' => false, + ), + $append + ) + ); + + if ( isset( $checked->{ $slug } ) && $checked->{ $slug }->version === $installed[ $slug ]['Version'] ) { + $extension->version = $checked->{ $slug }->version; + $extension->checked = true; + + if ( is_array( $checked->{ $slug }->vulnerabilities ) ) { + foreach ( $checked->{ $slug }->vulnerabilities as $threat ) { + $extension->threats[] = new Threat_Model( + array( + 'id' => $threat->id, + 'title' => $threat->title, + 'fixed_in' => $threat->fixed_in, + 'description' => isset( $threat->description ) ? $threat->description : null, + 'source' => isset( $threat->id ) ? Redirect::get_url( 'jetpack-protect-vul-info', array( 'path' => $threat->id ) ) : null, + ) + ); + } + } + } + + $new_list[] = $extension; + + } + + $new_list = parent::sort_threats( $new_list ); + + return $new_list; + } + + /** + * Check if the WordPress version that was checked matches the current installed version. + * + * @param object $core_check The object returned by Protect wpcom endpoint. + * @return object The object representing the current status of core checks. + */ + protected static function normalize_core_information( $core_check ) { + global $wp_version; + + $core = new Extension_Model( + array( + 'type' => 'core', + 'name' => 'WordPress', + 'version' => $wp_version, + 'checked' => false, + ) + ); + + if ( isset( $core_check->version ) && $core_check->version === $wp_version ) { + if ( is_array( $core_check->vulnerabilities ) ) { + $core->checked = true; + $core->set_threats( + array_map( + function ( $vulnerability ) { + $vulnerability->source = isset( $vulnerability->id ) ? Redirect::get_url( 'jetpack-protect-vul-info', array( 'path' => $vulnerability->id ) ) : null; + return $vulnerability; + }, + $core_check->vulnerabilities + ) + ); + } + } + + return $core; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-rest-controller.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-rest-controller.php new file mode 100644 index 00000000..a1f36322 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-rest-controller.php @@ -0,0 +1,427 @@ + \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::api_check_plan', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + + register_rest_route( + 'jetpack-protect/v1', + 'status', + array( + 'methods' => \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::api_get_status', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + + register_rest_route( + 'jetpack-protect/v1', + 'clear-scan-cache', + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::api_clear_scan_cache', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + + register_rest_route( + 'jetpack-protect/v1', + 'ignore-threat', + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::api_ignore_threat', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + + register_rest_route( + 'jetpack-protect/v1', + 'fix-threats', + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::api_fix_threats', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + + register_rest_route( + 'jetpack-protect/v1', + 'fix-threats-status', + array( + 'methods' => \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::api_fix_threats_status', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + + register_rest_route( + 'jetpack-protect/v1', + 'check-credentials', + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::api_check_credentials', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + + register_rest_route( + 'jetpack-protect/v1', + 'scan', + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::api_scan', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + + register_rest_route( + 'jetpack-protect/v1', + 'toggle-waf', + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::api_toggle_waf', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + + register_rest_route( + 'jetpack-protect/v1', + 'waf', + array( + 'methods' => \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::api_get_waf', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + + register_rest_route( + 'jetpack-protect/v1', + 'waf-seen', + array( + 'methods' => \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::api_get_waf_seen_status', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + + register_rest_route( + 'jetpack-protect/v1', + 'waf-seen', + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::api_set_waf_seen_status', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + + register_rest_route( + 'jetpack-protect/v1', + 'waf-upgrade-seen', + array( + 'methods' => \WP_REST_Server::READABLE, + 'callback' => __CLASS__ . '::api_get_waf_upgrade_seen_status', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + + register_rest_route( + 'jetpack-protect/v1', + 'waf-upgrade-seen', + array( + 'methods' => \WP_REST_Server::EDITABLE, + 'callback' => __CLASS__ . '::api_set_waf_upgrade_seen_status', + 'permission_callback' => function () { + return current_user_can( 'manage_options' ); + }, + ) + ); + } + + /** + * Return site plan data for the API endpoint + * + * @return WP_REST_Response + */ + public static function api_check_plan() { + $has_required_plan = Plan::has_required_plan(); + + return rest_ensure_response( $has_required_plan, 200 ); + } + + /** + * Return Protect Status for the API endpoint + * + * @param WP_REST_Request $request The request object. + * + * @return WP_REST_Response + */ + public static function api_get_status( $request ) { + $status = Status::get_status( $request['hard_refresh'] ); + return rest_ensure_response( $status, 200 ); + } + + /** + * Clear the Scan_Status cache for the API endpoint + * + * @return WP_REST_Response + */ + public static function api_clear_scan_cache() { + $cache_cleared = Scan_Status::delete_option(); + + if ( ! $cache_cleared ) { + return new WP_REST_Response( 'An error occured while attempting to clear the Jetpack Scan cache.', 500 ); + } + + return new WP_REST_Response( 'Jetpack Scan cache cleared.' ); + } + + /** + * Ignores a threat for the API endpoint + * + * @param WP_REST_Request $request The request object. + * + * @return WP_REST_Response + */ + public static function api_ignore_threat( $request ) { + if ( ! $request['threat_id'] ) { + return new WP_REST_Response( 'Missing threat ID.', 400 ); + } + + $threat_ignored = Threats::ignore_threat( $request['threat_id'] ); + + if ( ! $threat_ignored ) { + return new WP_REST_Response( 'An error occured while attempting to ignore the threat.', 500 ); + } + + return new WP_REST_Response( 'Threat ignored.' ); + } + + /** + * Fixes threats for the API endpoint + * + * @param WP_REST_Request $request The request object. + * + * @return WP_REST_Response + */ + public static function api_fix_threats( $request ) { + if ( empty( $request['threat_ids'] ) ) { + return new WP_REST_Response( 'Missing threat IDs.', 400 ); + } + + $threats_fixed = Threats::fix_threats( $request['threat_ids'] ); + + if ( ! $threats_fixed ) { + return new WP_REST_Response( 'An error occured while attempting to fix the threat.', 500 ); + } + + return new WP_REST_Response( $threats_fixed ); + } + + /** + * Fixes threats for the API endpoint + * + * @param WP_REST_Request $request The request object. + * + * @return WP_REST_Response + */ + public static function api_fix_threats_status( $request ) { + if ( empty( $request['threat_ids'] ) ) { + return new WP_REST_Response( 'Missing threat IDs.', 400 ); + } + + $threats_fixed = Threats::fix_threats_status( $request['threat_ids'] ); + + if ( ! $threats_fixed ) { + return new WP_REST_Response( 'An error occured while attempting to get the fixer status of the threats.', 500 ); + } + + return new WP_REST_Response( $threats_fixed ); + } + + /** + * Checks if the site has credentials configured + * + * @return WP_REST_Response + */ + public static function api_check_credentials() { + $credential_array = Credentials::get_credential_array(); + + if ( ! isset( $credential_array ) ) { + return new WP_REST_Response( 'An error occured while attempting to fetch the credentials array', 500 ); + } + + return new WP_REST_Response( $credential_array ); + } + + /** + * Enqueues a scan for the API endpoint + * + * @return WP_REST_Response + */ + public static function api_scan() { + $scan_enqueued = Threats::scan(); + + if ( ! $scan_enqueued ) { + return new WP_REST_Response( 'An error occured while attempting to enqueue the scan.', 500 ); + } + + return new WP_REST_Response( 'Scan enqueued.' ); + } + + /** + * Toggles the WAF module on or off for the API endpoint + * + * @return WP_REST_Response|WP_Error + */ + public static function api_toggle_waf() { + if ( Waf_Runner::is_enabled() ) { + $disabled = Waf_Runner::disable(); + if ( ! $disabled ) { + return new WP_Error( + 'waf_disable_failed', + __( 'An error occured disabling the firewall.', 'jetpack-protect' ), + array( 'status' => 500 ) + ); + } + + return rest_ensure_response( true ); + } + + $enabled = Waf_Runner::enable(); + if ( ! $enabled ) { + return new WP_Error( + 'waf_enable_failed', + __( 'An error occured enabling the firewall.', 'jetpack-protect' ), + array( 'status' => 500 ) + ); + } + + return rest_ensure_response( true ); + } + + /** + * Get WAF data for the API endpoint + * + * @return WP_Rest_Response + */ + public static function api_get_waf() { + // Ensure plugin activation has been performed so WAF module is available. + Jetpack_Protect::do_plugin_activation_activities(); + + return new WP_REST_Response( + array( + 'is_seen' => Jetpack_Protect::get_waf_seen_status(), + 'is_enabled' => Waf_Runner::is_enabled(), + 'config' => Waf_Runner::get_config(), + 'stats' => Jetpack_Protect::get_waf_stats(), + ) + ); + } + + /** + * Get WAF "Seen" status for the API endpoint + * + * @return bool Whether the current user has viewed the WAF screen. + */ + public static function api_get_waf_seen_status() { + return Jetpack_Protect::get_waf_seen_status(); + } + + /** + * Set WAF "Seen" status for the API endpoint + * + * @return bool True if seen status updated to true, false on failure. + */ + public static function api_set_waf_seen_status() { + return Jetpack_Protect::set_waf_seen_status(); + } + + /** + * Get WAF Upgrade "Seen" Status for the API endpoint + * + * @return bool Whether the current user has dismissed the upgrade popover or enabled the automatic rules feature. + */ + public static function api_get_waf_upgrade_seen_status() { + return Jetpack_Protect::get_waf_upgrade_seen_status(); + } + + /** + * Set WAF Upgrade "Seen" Status for the API endpoint + * + * @return bool True if upgrade seen status updated to true, false on failure. + */ + public static function api_set_waf_upgrade_seen_status() { + return Jetpack_Protect::set_waf_upgrade_seen_status(); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-scan-status.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-scan-status.php new file mode 100644 index 00000000..125bf550 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-scan-status.php @@ -0,0 +1,359 @@ + true, + 'error_code' => $status->get_error_code(), + 'error_message' => $status->get_error_message(), + ) + ); + } else { + $status = self::normalize_api_data( $status ); + } + + self::$status = $status; + return $status; + } + + /** + * Gets the Scan API endpoint + * + * @return WP_Error|string + */ + public static function get_api_url() { + $blog_id = Jetpack_Options::get_option( 'id' ); + $is_connected = ( new Connection_Manager() )->is_connected(); + + if ( ! $blog_id || ! $is_connected ) { + return new WP_Error( 'site_not_connected' ); + } + + $api_url = sprintf( self::SCAN_API_BASE, $blog_id ); + + return $api_url; + } + + /** + * Fetches the status data from the Scan API + * + * @return WP_Error|array + */ + public static function fetch_from_api() { + $api_url = self::get_api_url(); + if ( is_wp_error( $api_url ) ) { + return $api_url; + } + + $response = Client::wpcom_json_api_request_as_blog( + self::get_api_url(), + '2', + array( 'method' => 'GET' ), + null, + 'wpcom' + ); + + $response_code = wp_remote_retrieve_response_code( $response ); + + if ( is_wp_error( $response ) || 200 !== $response_code || empty( $response['body'] ) ) { + return new WP_Error( 'failed_fetching_status', 'Failed to fetch Scan data from the server', array( 'status' => $response_code ) ); + } + + $body = json_decode( wp_remote_retrieve_body( $response ) ); + self::update_status_option( $body ); + return $body; + } + + /** + * Normalize API Data + * Formats the payload from the Scan API into an instance of Status_Model. + * + * @param object $scan_data The data returned by the scan API. + * + * @return Status_Model + */ + private static function normalize_api_data( $scan_data ) { + global $wp_version; + + $status = new Status_Model(); + $status->data_source = 'scan_api'; + $status->status = isset( $scan_data->state ) ? $scan_data->state : null; + $status->num_threats = 0; + $status->num_themes_threats = 0; + $status->num_plugins_threats = 0; + $status->has_unchecked_items = false; + $status->current_progress = isset( $scan_data->current->progress ) ? $scan_data->current->progress : null; + + if ( ! empty( $scan_data->most_recent->timestamp ) ) { + $date = new \DateTime( $scan_data->most_recent->timestamp ); + if ( $date ) { + $status->last_checked = $date->format( 'Y-m-d H:i:s' ); + } + } + + $status->core = new Extension_Model( + array( + 'type' => 'core', + 'name' => 'WordPress', + 'version' => $wp_version, + 'checked' => true, // to do: default to false once Scan API has manifest + ) + ); + + if ( isset( $scan_data->threats ) && is_array( $scan_data->threats ) ) { + foreach ( $scan_data->threats as $threat ) { + if ( isset( $threat->extension->type ) ) { + if ( 'plugin' === $threat->extension->type ) { + // add the extension if it does not yet exist in the status + if ( ! isset( $status->plugins[ $threat->extension->slug ] ) ) { + $status->plugins[ $threat->extension->slug ] = new Extension_Model( + array( + 'name' => isset( $threat->extension->name ) ? $threat->extension->name : null, + 'slug' => isset( $threat->extension->slug ) ? $threat->extension->slug : null, + 'version' => isset( $threat->extension->version ) ? $threat->extension->version : null, + 'type' => 'plugin', + 'checked' => true, + 'threats' => array(), + ) + ); + } + + $status->plugins[ $threat->extension->slug ]->threats[] = new Threat_Model( + array( + 'id' => isset( $threat->id ) ? $threat->id : null, + 'signature' => isset( $threat->signature ) ? $threat->signature : null, + 'title' => isset( $threat->title ) ? $threat->title : null, + 'description' => isset( $threat->description ) ? $threat->description : null, + 'vulnerability_description' => isset( $threat->vulnerability_description ) ? $threat->vulnerability_description : null, + 'fix_description' => isset( $threat->fix_description ) ? $threat->fix_description : null, + 'payload_subtitle' => isset( $threat->payload_subtitle ) ? $threat->payload_subtitle : null, + 'payload_description' => isset( $threat->payload_description ) ? $threat->payload_description : null, + 'first_detected' => isset( $threat->first_detected ) ? $threat->first_detected : null, + 'fixed_in' => isset( $threat->fixer->fixer ) && 'update' === $threat->fixer->fixer ? $threat->fixer->target : null, + 'severity' => isset( $threat->severity ) ? $threat->severity : null, + 'fixable' => isset( $threat->fixer ) ? $threat->fixer : null, + 'status' => isset( $threat->status ) ? $threat->status : null, + 'filename' => isset( $threat->filename ) ? $threat->filename : null, + 'context' => isset( $threat->context ) ? $threat->context : null, + 'source' => isset( $threat->source ) ? $threat->source : null, + ) + ); + ++$status->num_threats; + ++$status->num_plugins_threats; + continue; + } + + if ( 'theme' === $threat->extension->type ) { + // add the extension if it does not yet exist in the status + if ( ! isset( $status->themes[ $threat->extension->slug ] ) ) { + $status->themes[ $threat->extension->slug ] = new Extension_Model( + array( + 'name' => isset( $threat->extension->name ) ? $threat->extension->name : null, + 'slug' => isset( $threat->extension->slug ) ? $threat->extension->slug : null, + 'version' => isset( $threat->extension->version ) ? $threat->extension->version : null, + 'type' => 'theme', + 'checked' => true, + 'threats' => array(), + ) + ); + } + + $status->themes[ $threat->extension->slug ]->threats[] = new Threat_Model( + array( + 'id' => isset( $threat->id ) ? $threat->id : null, + 'signature' => isset( $threat->signature ) ? $threat->signature : null, + 'title' => isset( $threat->title ) ? $threat->title : null, + 'description' => isset( $threat->description ) ? $threat->description : null, + 'vulnerability_description' => isset( $threat->vulnerability_description ) ? $threat->vulnerability_description : null, + 'fix_description' => isset( $threat->fix_description ) ? $threat->fix_description : null, + 'payload_subtitle' => isset( $threat->payload_subtitle ) ? $threat->payload_subtitle : null, + 'payload_description' => isset( $threat->payload_description ) ? $threat->payload_description : null, + 'first_detected' => isset( $threat->first_detected ) ? $threat->first_detected : null, + 'fixed_in' => isset( $threat->fixer->fixer ) && 'update' === $threat->fixer->fixer ? $threat->fixer->target : null, + 'severity' => isset( $threat->severity ) ? $threat->severity : null, + 'fixable' => isset( $threat->fixer ) ? $threat->fixer : null, + 'status' => isset( $threat->status ) ? $threat->status : null, + 'filename' => isset( $threat->filename ) ? $threat->filename : null, + 'context' => isset( $threat->context ) ? $threat->context : null, + 'source' => isset( $threat->source ) ? $threat->source : null, + ) + ); + ++$status->num_threats; + ++$status->num_themes_threats; + continue; + } + } + + if ( isset( $threat->signature ) && 'Vulnerable.WP.Core' === $threat->signature ) { + if ( $threat->version !== $wp_version ) { + continue; + } + + $status->core->threats[] = new Threat_Model( + array( + 'id' => $threat->id, + 'signature' => $threat->signature, + 'title' => $threat->title, + 'description' => $threat->description, + 'first_detected' => $threat->first_detected, + 'severity' => $threat->severity, + ) + ); + ++$status->num_threats; + + continue; + } + + if ( ! empty( $threat->filename ) ) { + $status->files[] = new Threat_Model( $threat ); + ++$status->num_threats; + continue; + } + + if ( ! empty( $threat->table ) ) { + $status->database[] = new Threat_Model( $threat ); + ++$status->num_threats; + continue; + } + } + } + + $installed_plugins = Plugins_Installer::get_plugins(); + $status->plugins = self::merge_installed_and_checked_lists( $installed_plugins, $status->plugins, array( 'type' => 'plugins' ), true ); + + $installed_themes = Sync_Functions::get_themes(); + $status->themes = self::merge_installed_and_checked_lists( $installed_themes, $status->themes, array( 'type' => 'themes' ), true ); + + foreach ( array_merge( $status->themes, $status->plugins ) as $extension ) { + if ( ! $extension->checked ) { + $status->has_unchecked_items = true; + break; + } + } + + return $status; + } + + /** + * Merges the list of installed extensions with the list of extensions that were checked for known vulnerabilities and return a normalized list to be used in the UI + * + * @param array $installed The list of installed extensions, where each attribute key is the extension slug. + * @param object $checked The list of checked extensions. + * @param array $append Additional data to append to each result in the list. + * @return array Normalized list of extensions. + */ + protected static function merge_installed_and_checked_lists( $installed, $checked, $append ) { + $new_list = array(); + $checked = (object) $checked; + + foreach ( array_keys( $installed ) as $slug ) { + /** + * Extension Type Map + * + * @var array $extension_type_map Key value pairs of extension types and their corresponding + * identifier used by the Scan API data source. + */ + $extension_type_map = array( + 'themes' => 'r1', + 'plugins' => 'r2', + ); + + $version = $installed[ $slug ]['Version']; + $short_slug = str_replace( '.php', '', explode( '/', $slug )[0] ); + $scanifest_slug = $extension_type_map[ $append['type'] ] . ":$short_slug@$version"; + + $extension = new Extension_Model( + array_merge( + array( + 'name' => $installed[ $slug ]['Name'], + 'version' => $version, + 'slug' => $slug, + 'threats' => array(), + 'checked' => false, + ), + $append + ) + ); + + if ( ! isset( $checked->extensions ) // no extension data available from Scan API + || is_array( $checked->extensions ) && in_array( $scanifest_slug, $checked->extensions, true ) // extension data matches Scan API + ) { + $extension->checked = true; + if ( isset( $checked->{ $short_slug }->threats ) ) { + $extension->threats = $checked->{ $short_slug }->threats; + } + } + + $new_list[] = $extension; + + } + + $new_list = parent::sort_threats( $new_list ); + + return $new_list; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-site-health.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-site-health.php new file mode 100644 index 00000000..9c62ea01 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-site-health.php @@ -0,0 +1,111 @@ + __( 'Jetpack Protect checks', 'jetpack-protect' ), + 'test' => array( __CLASS__, 'do_checks' ), + ); + + return $checks; + } + + /** + * Do site-health page checks + * + * @access public + * @return array + */ + public static function do_checks() { + $total_threats = Status::get_total_threats(); + $threats = Status::get_all_threats(); + $threats = array_map( + function ( $v ) { + return $v->title; + }, + $threats + ); + + /** + * Default, no threats found + */ + $result = array( + 'label' => __( 'No known threats found', 'jetpack-protect' ), + 'status' => 'good', + 'badge' => array( + 'label' => __( 'Security', 'jetpack-protect' ), + 'color' => 'gray', + ), + 'description' => sprintf( + '

          %s

          ', + __( 'Jetpack Protect did not find any known threats in your site. Threats can be exploited by hackers and cause harm to your website.', 'jetpack-protect' ) + ), + 'actions' => '', + 'test' => 'jetpack_protect_checks', + ); + + /** + * If threats found. + */ + if ( $total_threats ) { + $result['status'] = 'critical'; + /* translators: $d is the number of threats found. */ + $result['label'] = sprintf( _n( 'Your site is affected by %d security threat', 'Your site is affected by %d security threats', $total_threats, 'jetpack-protect' ), $total_threats ); + $result['description'] = __( 'Jetpack Protect detected the following security threats in your site:', 'jetpack-protect' ); + + foreach ( $threats as $threat ) { + $result['description'] .= '

          '; + $result['description'] .= "  "; + $result['description'] .= wp_kses( $threat, array( 'a' => array( 'href' => array() ) ) ); // Only allow a href HTML tags. + $result['description'] .= '

          '; + } + $result['description'] .= '

          '; + $result['description'] .= sprintf( + wp_kses( + /* translators: Link to Jetpack Protect. */ + __( 'See Protect overview page for more information.', 'jetpack-protect' ), + array( + 'a' => array( 'href' => array() ), + ) + ), + esc_url( admin_url( 'admin.php?page=jetpack-protect' ) ) + ); + $result['description'] .= '

          '; + } + + return $result; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-status.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-status.php new file mode 100644 index 00000000..449d793d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-status.php @@ -0,0 +1,313 @@ + (int) $option_timestamp; + } + + /** + * Checks if we should consider the stored cache or bypass it + * + * @return boolean + */ + public static function should_use_cache() { + return defined( 'JETPACK_PROTECT_DEV__BYPASS_CACHE' ) && JETPACK_PROTECT_DEV__BYPASS_CACHE ? false : true; + } + + /** + * Gets the current cached status + * + * @return bool|array False if value is not found. Array with values if cache is found. + */ + public static function get_from_options() { + return maybe_unserialize( get_option( static::OPTION_NAME ) ); + } + + /** + * Updated the cached status and its timestamp + * + * @param array $status The new status to be cached. + * @return void + */ + public static function update_status_option( $status ) { + // TODO: Sanitize $status. + update_option( static::OPTION_NAME, maybe_serialize( $status ) ); + $end_date = self::get_cache_end_date_by_status( $status ); + update_option( static::OPTION_TIMESTAMP_NAME, $end_date ); + } + + /** + * Returns the timestamp the cache should expire depending on the current status + * + * Initial empty status, which are returned before the first check was performed, should be cache for less time + * + * @param object $status The response from the server being cached. + * @return int The timestamp when the cache should expire. + */ + public static function get_cache_end_date_by_status( $status ) { + if ( ! is_object( $status ) || empty( $status->last_checked ) ) { + return time() + static::INITIAL_OPTION_EXPIRES_AFTER; + } + return time() + static::OPTION_EXPIRES_AFTER; + } + + /** + * Delete the cached status and its timestamp + * + * @return bool Whether all related status options were successfully deleted. + */ + public static function delete_option() { + $option_deleted = delete_option( static::OPTION_NAME ); + $option_timestamp_deleted = delete_option( static::OPTION_TIMESTAMP_NAME ); + + return $option_deleted && $option_timestamp_deleted; + } + + /** + * Checks the current status to see if there are any threats found + * + * @return boolean + */ + public static function has_threats() { + return 0 < self::get_total_threats(); + } + + /** + * Gets the total number of threats found + * + * @return integer + */ + public static function get_total_threats() { + $status = static::get_status(); + return isset( $status->num_threats ) && is_int( $status->num_threats ) ? $status->num_threats : 0; + } + + /** + * Get all threats combined + * + * @return array + */ + public static function get_all_threats() { + return array_merge( + self::get_wordpress_threats(), + self::get_themes_threats(), + self::get_plugins_threats(), + self::get_files_threats(), + self::get_database_threats() + ); + } + + /** + * Get threats found for WordPress core + * + * @return array + */ + public static function get_wordpress_threats() { + return self::get_threats( 'core' ); + } + + /** + * Get threats found for themes + * + * @return array + */ + public static function get_themes_threats() { + return self::get_threats( 'themes' ); + } + + /** + * Get threats found for plugins + * + * @return array + */ + public static function get_plugins_threats() { + return self::get_threats( 'plugins' ); + } + + /** + * Get threats found for files + * + * @return array + */ + public static function get_files_threats() { + return self::get_threats( 'files' ); + } + + /** + * Get threats found for plugins + * + * @return array + */ + public static function get_database_threats() { + return self::get_threats( 'database' ); + } + + /** + * Get the threats for one type of extension or core + * + * @param string $type What threats you want to get. Possible values are 'core', 'themes' and 'plugins'. + * + * @return array + */ + public static function get_threats( $type ) { + $status = static::get_status(); + + if ( 'core' === $type ) { + return isset( $status->$type ) && ! empty( $status->$type->threats ) ? $status->$type->threats : array(); + } + + if ( 'files' === $type || 'database' === $type ) { + return isset( $status->$type ) && ! empty( $status->$type ) ? $status->$type : array(); + } + + $threats = array(); + if ( isset( $status->$type ) ) { + foreach ( (array) $status->$type as $item ) { + if ( ! empty( $item->threats ) ) { + $threats = array_merge( $threats, $item->threats ); + } + } + } + return $threats; + } + + /** + * Check if the WordPress version that was checked matches the current installed version. + * + * @param object $core_check The object returned by Protect wpcom endpoint. + * @return object The object representing the current status of core checks. + */ + protected static function normalize_core_information( $core_check ) { + global $wp_version; + + $core = new Extension_Model( + array( + 'type' => 'core', + 'name' => 'WordPress', + 'version' => $wp_version, + 'checked' => false, + ) + ); + + if ( isset( $core_check->version ) && $core_check->version === $wp_version ) { + if ( is_array( $core_check->vulnerabilities ) ) { + $core->checked = true; + $core->set_threats( $core_check->vulnerabilities ); + } + } + + return $core; + } + + /** + * Sort By Threats + * + * @param array $threats Array of threats to sort. + * + * @return array The sorted $threats array. + */ + protected static function sort_threats( $threats ) { + usort( + $threats, + function ( $a, $b ) { + // sort primarily based on the presence of threats + if ( ! empty( $a->threats ) && empty( $b->threats ) ) { + return -1; + } + if ( empty( $a->threats ) && ! empty( $b->threats ) ) { + return 1; + } + // sort secondarily on whether the item has been checked + if ( $a->checked && ! $b->checked ) { + return 1; + } + if ( ! $a->checked && $b->checked ) { + return -1; + } + + return 0; + } + ); + + return $threats; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-threats.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-threats.php new file mode 100644 index 00000000..bc56e62b --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-threats.php @@ -0,0 +1,202 @@ +is_connected(); + + if ( ! $blog_id || ! $is_connected ) { + return new WP_Error( 'site_not_connected' ); + } + + $api_url = sprintf( '/sites/%d/alerts', $blog_id ); + + return $api_url; + } + + /** + * Update Threat + * + * @param string $threat_id The threat ID. + * @param array $updates The keys/values to update. + * + * @return bool + */ + public static function update_threat( $threat_id, $updates ) { + $api_base = self::get_api_base( $threat_id ); + if ( is_wp_error( $api_base ) ) { + return false; + } + + $response = Client::wpcom_json_api_request_as_user( + "$api_base/$threat_id", + '2', + array( 'method' => 'POST' ), + wp_json_encode( $updates ), + 'wpcom' + ); + + $response_code = wp_remote_retrieve_response_code( $response ); + + if ( is_wp_error( $response ) || 200 !== $response_code ) { + return false; + } + + // clear the now out-of-date cache + Scan_Status::delete_option(); + + return true; + } + + /** + * Ignore Threat + * + * @param string $threat_id The threat ID. + * + * @return bool + */ + public static function ignore_threat( $threat_id ) { + return self::update_threat( $threat_id, array( 'ignore' => true ) ); + } + + /** + * Fix Threats + * + * @param array $threat_ids Threat IDs. + * + * @return bool|array + */ + public static function fix_threats( $threat_ids ) { + $api_base = self::get_api_base(); + if ( is_wp_error( $api_base ) ) { + return false; + } + + $response = Client::wpcom_json_api_request_as_user( + "$api_base/fix", + '2', + array( 'method' => 'POST' ), + wp_json_encode( + array( + 'threat_ids' => $threat_ids, + ) + ), + 'wpcom' + ); + + $response_code = wp_remote_retrieve_response_code( $response ); + + if ( is_wp_error( $response ) || 200 !== $response_code ) { + return false; + } + + // clear the now out-of-date cache + Scan_Status::delete_option(); + + $parsed_response = json_decode( $response['body'] ); + + if ( ! $parsed_response ) { + return false; + } + + return $parsed_response; + } + + /** + * Fix Threats Status + * + * @param array $threat_ids Threat IDs. + * + * @return bool|array + */ + public static function fix_threats_status( $threat_ids ) { + $api_base = self::get_api_base(); + if ( is_wp_error( $api_base ) ) { + return false; + } + + $response = Client::wpcom_json_api_request_as_user( + add_query_arg( 'threat_ids', $threat_ids, "$api_base/fix" ), + '2', + array( 'method' => 'GET' ), + null, + 'wpcom' + ); + + $response_code = wp_remote_retrieve_response_code( $response ); + + if ( is_wp_error( $response ) || 200 !== $response_code ) { + return false; + } + + $parsed_response = json_decode( $response['body'] ); + + if ( ! $parsed_response ) { + return false; + } + + // clear the potentially out-of-date cache + Scan_Status::delete_option(); + + return $parsed_response; + } + + /** + * Scan enqueue + * + * @return bool + */ + public static function scan() { + $blog_id = Jetpack_Options::get_option( 'id' ); + $is_connected = ( new Connection_Manager() )->is_connected(); + + if ( ! $blog_id || ! $is_connected ) { + return false; + } + + $api_base = sprintf( '/sites/%d/scan', $blog_id ); + + if ( is_wp_error( $api_base ) ) { + return false; + } + + $response = Client::wpcom_json_api_request_as_blog( + "$api_base/enqueue", + '2', + array( 'method' => 'POST' ), + null, + 'wpcom' + ); + + $response_code = wp_remote_retrieve_response_code( $response ); + + if ( is_wp_error( $response ) || 200 !== $response_code ) { + return false; + } + + // clear the now out-of-date cache + Scan_Status::delete_option(); + + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-extension-model.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-extension-model.php new file mode 100644 index 00000000..c0b93ce9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-extension-model.php @@ -0,0 +1,110 @@ + + */ + public $threats = array(); + + /** + * Whether the extension has been checked for threats. + * + * @var null|bool + */ + public $checked; + + /** + * The type of extension ("plugins", "themes", or "core"). + * + * @var null|string + */ + public $type; + + /** + * Extension Model Constructor + * + * @param array|object $extension Extension data to load into the model instance. + */ + public function __construct( $extension = array() ) { + if ( is_object( $extension ) ) { + $extension = (array) $extension; + } + + foreach ( $extension as $property => $value ) { + if ( property_exists( $this, $property ) ) { + // use the property's setter method when possible + if ( method_exists( $this, "set_$property" ) ) { + $this->{ "set_$property" }( $value ); + continue; + } + + // otherwise, map the value directly into the class property + $this->$property = $value; + } + } + } + + /** + * Set Threats + * + * @param array $threats An array of threat data to add to the extension. + */ + public function set_threats( $threats ) { + if ( ! is_array( $threats ) ) { + $this->threats = array(); + return; + } + + // convert each provided threat item into an instance of Threat_Model + $threats = array_map( + function ( $threat ) { + if ( is_a( $threat, 'Threat_Model' ) ) { + return $threat; + } + + if ( is_object( $threat ) ) { + $threat = (array) $threat; + } + + return new Threat_Model( $threat ); + }, + $threats + ); + + $this->threats = $threats; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-status-model.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-status-model.php new file mode 100644 index 00000000..34a58e08 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-status-model.php @@ -0,0 +1,141 @@ + + */ + public $themes = array(); + + /** + * Status plugins. + * + * @var array + */ + public $plugins = array(); + + /** + * File threats. + * + * @var array + */ + public $files = array(); + + /** + * Database threats. + * + * @var array + */ + public $database = array(); + + /** + * Whether the site includes items that have not been checked. + * + * @var boolean + */ + public $has_unchecked_items; + + /** + * The estimated percentage of the current scan. + * + * @var int + */ + public $current_progress; + + /** + * Whether there was an error loading the status. + * + * @var bool + */ + public $error = false; + + /** + * The error code thrown when loading the status. + * + * @var string + */ + public $error_code; + + /** + * The error message thrown when loading the status. + * + * @var string + */ + public $error_message; + + /** + * Status constructor. + * + * @param array $status The status data to load into the class instance. + */ + public function __construct( $status = array() ) { + // set status defaults + $this->core = new \stdClass(); + + foreach ( $status as $property => $value ) { + if ( property_exists( $this, $property ) ) { + $this->$property = $value; + } + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-threat-model.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-threat-model.php new file mode 100644 index 00000000..4a5cb6c8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-threat-model.php @@ -0,0 +1,115 @@ + $value ) { + if ( property_exists( $this, $property ) ) { + $this->$property = $value; + } + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/autoload.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/autoload.php similarity index 88% rename from wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/autoload.php rename to wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/autoload.php index 41055fe4..701b110d 100644 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/autoload.php +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/autoload.php @@ -22,4 +22,4 @@ if (PHP_VERSION_ID < 50600) { require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit2df3d2da63bd22bca27c5f9e05dba454::getLoader(); +return ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_2::getLoader(); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/autoload_packages.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/autoload_packages.php new file mode 100644 index 00000000..76eea3ae --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/autoload_packages.php @@ -0,0 +1,13 @@ + +Copyright (C) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it +under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program +`Gnomovision' (which makes passes at compilers) written by James Hacker. + +, 1 April 1989 +Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/SECURITY.md b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/SECURITY.md new file mode 100644 index 00000000..b4b46c0e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/). + +## Supported Versions + +Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. + +## Reporting a Vulnerability + +[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. + +**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** + +Our most critical targets are: + +* Jetpack and the Jetpack composer packages (all within this repo) +* Jetpack.com -- the primary marketing site. +* cloud.jetpack.com -- a management site. +* wordpress.com -- the shared management site for both Jetpack and WordPress.com sites. + +For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic). + +_Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._ + +## Guidelines + +We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines: + +* Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines). +* Pen-testing Production: + * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above). + * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC. + * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels. + * To be eligible for a bounty, all of these guidelines must be followed. +* Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability. + +We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/composer.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/composer.json new file mode 100644 index 00000000..282a9736 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/composer.json @@ -0,0 +1,52 @@ +{ + "name": "automattic/jetpack-plans", + "description": "Fetch information about Jetpack Plans from wpcom", + "type": "library", + "license": "GPL-2.0-or-later", + "require": { + "automattic/jetpack-connection": "^1.57.1" + }, + "require-dev": { + "yoast/phpunit-polyfills": "1.1.0", + "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-status": "^1.18.1", + "automattic/wordbless": "@dev" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "scripts": { + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy", + "build-production": "echo 'Add your build step to composer.json, please!'", + "build-development": "echo 'Add your build step to composer.json, please!'" + }, + "minimum-stability": "dev", + "prefer-stable": true, + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-plans", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-plans/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "0.3.x-dev" + } + }, + "config": { + "allow-plugins": { + "roots/wordpress-core-installer": true + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/src/class-current-plan.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/src/class-current-plan.php new file mode 100644 index 00000000..c57fed4e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/src/class-current-plan.php @@ -0,0 +1,381 @@ + array( + 'plans' => array( + 'jetpack_free', + ), + 'supports' => array( + 'advanced-seo', + 'opentable', + 'calendly', + 'send-a-message', + 'whatsapp-button', + 'social-previews', + 'videopress', + 'videopress/video', + 'v6-video-frame-poster', + + 'core/video', + 'core/cover', + 'core/audio', + ), + ), + 'personal' => array( + 'plans' => array( + 'jetpack_personal', + 'jetpack_personal_monthly', + 'personal-bundle', + 'personal-bundle-monthly', + 'personal-bundle-2y', + 'personal-bundle-3y', + 'starter-plan', + ), + 'supports' => array( + 'akismet', + 'payments', + 'videopress', + ), + ), + 'premium' => array( + 'plans' => array( + 'jetpack_premium', + 'jetpack_premium_monthly', + 'value_bundle', + 'value_bundle-monthly', + 'value_bundle-2y', + 'value_bundle-3y', + ), + 'supports' => array( + 'simple-payments', + 'vaultpress', + 'videopress', + 'republicize', + ), + ), + 'security' => array( + 'plans' => array( + 'jetpack_security_daily', + 'jetpack_security_daily_monthly', + 'jetpack_security_realtime', + 'jetpack_security_realtime_monthly', + 'jetpack_security_t1_yearly', + 'jetpack_security_t1_monthly', + 'jetpack_security_t2_yearly', + 'jetpack_security_t2_monthly', + ), + 'supports' => array(), + ), + 'business' => array( + 'plans' => array( + 'jetpack_business', + 'jetpack_business_monthly', + 'business-bundle', + 'business-bundle-monthly', + 'business-bundle-2y', + 'business-bundle-3y', + 'ecommerce-bundle', + 'ecommerce-bundle-monthly', + 'ecommerce-bundle-2y', + 'ecommerce-bundle-3y', + 'pro-plan', + ), + 'supports' => array(), + ), + + 'complete' => array( + 'plans' => array( + 'jetpack_complete', + 'jetpack_complete_monthly', + 'vip', + ), + 'supports' => array(), + ), + ); + + /** + * Given a response to the `/sites/%d` endpoint, will parse the response and attempt to set the + * site's plan and products from the response. + * + * @param array $response The response from `/sites/%d`. + * @return bool Was the plan successfully updated? + */ + public static function update_from_sites_response( $response ) { + // Bail if there was an error or malformed response. + if ( is_wp_error( $response ) || ! is_array( $response ) || ! isset( $response['body'] ) ) { + return false; + } + + $body = wp_remote_retrieve_body( $response ); + if ( is_wp_error( $body ) ) { + return false; + } + + // Decode the results. + $results = json_decode( $body, true ); + + if ( ! is_array( $results ) ) { + return false; + } + + if ( isset( $results['products'] ) ) { + // Store the site's products in an option and return true if updated. + self::store_data_in_option( self::SITE_PRODUCTS_OPTION, $results['products'] ); + } + + if ( ! isset( $results['plan'] ) ) { + return false; + } + + $current_plan = get_option( self::PLAN_OPTION, array() ); + + if ( ! empty( $current_plan ) && $current_plan === $results['plan'] ) { + // Bail if the plans array hasn't changed. + return false; + } + + // Store the new plan in an option and return true if updated. + $result = self::store_data_in_option( self::PLAN_OPTION, $results['plan'] ); + + if ( $result ) { + // Reset the cache since we've just updated the plan. + self::$active_plan_cache = null; + } + + return $result; + } + + /** + * Store data in an option. + * + * @param string $option The name of the option that will store the data. + * @param array $data Data to be store in an option. + * @return bool Were the subscriptions successfully updated? + */ + private static function store_data_in_option( $option, $data ) { + $result = update_option( $option, $data, true ); + + // If something goes wrong with the update, so delete the current option and then update it. + if ( ! $result ) { + delete_option( $option ); + $result = update_option( $option, $data, true ); + } + + return $result; + } + + /** + * Make an API call to WordPress.com for plan status + * + * @uses Jetpack_Options::get_option() + * @uses Client::wpcom_json_api_request_as_blog() + * @uses update_option() + * + * @access public + * @static + * + * @return bool True if plan is updated, false if no update + */ + public static function refresh_from_wpcom() { + $site_id = Manager::get_site_id(); + if ( is_wp_error( $site_id ) ) { + return false; + } + + // Make the API request. + + $response = Client::wpcom_json_api_request_as_blog( + sprintf( '/sites/%d?force=wpcom', $site_id ), + '1.1' + ); + + return self::update_from_sites_response( $response ); + } + + /** + * Get the plan that this Jetpack site is currently using. + * + * @uses get_option() + * + * @access public + * @static + * + * @return array Active Jetpack plan details + */ + public static function get() { + // this can be expensive to compute so we cache for the duration of a request. + if ( is_array( self::$active_plan_cache ) && ! empty( self::$active_plan_cache ) ) { + return self::$active_plan_cache; + } + + $plan = get_option( self::PLAN_OPTION, array() ); + + // Set the default options. + $plan = wp_parse_args( + $plan, + array( + 'product_slug' => 'jetpack_free', + 'class' => 'free', + 'features' => array( + 'active' => array(), + ), + ) + ); + + list( $plan['class'], $supports ) = self::get_class_and_features( $plan['product_slug'] ); + + $modules = new Modules(); + foreach ( $modules->get_available() as $module_slug ) { + $module = $modules->get( $module_slug ); + if ( ! isset( $module ) || ! is_array( $module ) ) { + continue; + } + if ( in_array( 'free', $module['plan_classes'], true ) || in_array( $plan['class'], $module['plan_classes'], true ) ) { + $supports[] = $module_slug; + } + } + + $plan['supports'] = $supports; + + self::$active_plan_cache = $plan; + + return $plan; + } + + /** + * Get the site's products. + * + * @uses get_option() + * + * @access public + * @static + * + * @return array Active Jetpack products + */ + public static function get_products() { + return get_option( self::SITE_PRODUCTS_OPTION, array() ); + } + + /** + * Get the class of plan and a list of features it supports + * + * @param string $plan_slug The plan that we're interested in. + * @return array Two item array, the plan class and the an array of features. + */ + private static function get_class_and_features( $plan_slug ) { + $features = array(); + foreach ( self::PLAN_DATA as $class => $details ) { + $features = array_merge( $features, $details['supports'] ); + if ( in_array( $plan_slug, $details['plans'], true ) ) { + return array( $class, $features ); + } + } + return array( 'free', self::PLAN_DATA['free']['supports'] ); + } + + /** + * Gets the minimum plan slug that supports the given feature + * + * @param string $feature The name of the feature. + * @return string|bool The slug for the minimum plan that supports. + * the feature or false if not found + */ + public static function get_minimum_plan_for_feature( $feature ) { + foreach ( self::PLAN_DATA as $details ) { + if ( in_array( $feature, $details['supports'], true ) ) { + return $details['plans'][0]; + } + } + return false; + } + + /** + * Determine whether the active plan supports a particular feature + * + * @uses self::get() + * + * @access public + * @static + * + * @param string $feature The module or feature to check. + * @param bool $refresh_from_wpcom Refresh the local plan cache from wpcom. + * + * @return bool True if plan supports feature, false if not + */ + public static function supports( $feature, $refresh_from_wpcom = false ) { + if ( $refresh_from_wpcom ) { + self::refresh_from_wpcom(); + } + + // Hijack the feature eligibility check on WordPress.com sites since they are gated differently. + $should_wpcom_gate_feature = ( + function_exists( 'wpcom_site_has_feature' ) && + function_exists( 'wpcom_feature_exists' ) && + wpcom_feature_exists( $feature ) + ); + if ( $should_wpcom_gate_feature ) { + return wpcom_site_has_feature( $feature ); + } + + // Search product bypasses plan feature check. + if ( 'search' === $feature && (bool) get_option( 'has_jetpack_search_product' ) ) { + return true; + } + + // As of Q3 2021 - a videopress free tier is available to all plans. + if ( 'videopress' === $feature ) { + return true; + } + + // As of 05 2023 - all plans support Earn features (minus 'simple-payments') + if ( in_array( $feature, array( 'donations', 'recurring-payments', 'premium-content/container' ), true ) ) { + return true; + } + + $plan = self::get(); + + if ( + in_array( $feature, $plan['supports'], true ) + || in_array( $feature, $plan['features']['active'], true ) + ) { + return true; + } + + return false; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/src/class-plans.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/src/class-plans.php new file mode 100644 index 00000000..a62a95a1 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/src/class-plans.php @@ -0,0 +1,80 @@ + 'GET', + 'headers' => array( + 'X-Forwarded-For' => ( new Automattic\Jetpack\Status\Visitor() )->get_ip( true ), + ), + ), + null, + 'rest' + ); + + $body = wp_remote_retrieve_body( $request ); + if ( 200 === wp_remote_retrieve_response_code( $request ) ) { + return json_decode( $body ); + } else { + return $body; + } + } + + /** + * Get plan information for a plan given its slug + * + * @since-jetpack 7.7.0 + * + * @param string $plan_slug Plan slug. + * + * @return object The plan object + */ + public static function get_plan( $plan_slug ) { + $plans = self::get_plans(); + if ( ! is_array( $plans ) ) { + return; + } + + foreach ( $plans as $plan ) { + if ( $plan_slug === $plan->product_slug ) { + return $plan; + } + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/ClassLoader.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/ClassLoader.php similarity index 100% rename from wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/ClassLoader.php rename to wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/ClassLoader.php diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/InstalledVersions.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/InstalledVersions.php similarity index 100% rename from wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/InstalledVersions.php rename to wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/InstalledVersions.php diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/LICENSE b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/LICENSE similarity index 100% rename from wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/LICENSE rename to wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/LICENSE diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_classmap.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_classmap.php new file mode 100644 index 00000000..dd0dd77a --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_classmap.php @@ -0,0 +1,209 @@ + $vendorDir . '/wikimedia/aho-corasick/src/MultiStringMatcher.php', + 'AhoCorasick\\MultiStringReplacer' => $vendorDir . '/wikimedia/aho-corasick/src/MultiStringReplacer.php', + 'Automattic\\Jetpack\\A8c_Mc_Stats' => $baseDir . '/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php', + 'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php', + 'Automattic\\Jetpack\\Assets' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php', + 'Automattic\\Jetpack\\Assets\\Logo' => $baseDir . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php', + 'Automattic\\Jetpack\\Assets\\Semver' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php', + 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php', + 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php', + 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php', + 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php', + 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php', + 'Automattic\\Jetpack\\Automatic_Install_Skin' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php', + 'Automattic\\Jetpack\\Composer\\Manager' => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-manager.php', + 'Automattic\\Jetpack\\Composer\\Plugin' => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-plugin.php', + 'Automattic\\Jetpack\\Config' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php', + 'Automattic\\Jetpack\\Connection\\Client' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php', + 'Automattic\\Jetpack\\Connection\\Connection_Notice' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php', + 'Automattic\\Jetpack\\Connection\\Error_Handler' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php', + 'Automattic\\Jetpack\\Connection\\Initial_State' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php', + 'Automattic\\Jetpack\\Connection\\Manager' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php', + 'Automattic\\Jetpack\\Connection\\Manager_Interface' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php', + 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php', + 'Automattic\\Jetpack\\Connection\\Package_Version' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php', + 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php', + 'Automattic\\Jetpack\\Connection\\Plugin' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php', + 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php', + 'Automattic\\Jetpack\\Connection\\REST_Connector' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php', + 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php', + 'Automattic\\Jetpack\\Connection\\Secrets' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php', + 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php', + 'Automattic\\Jetpack\\Connection\\Tokens' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php', + 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php', + 'Automattic\\Jetpack\\Connection\\Urls' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php', + 'Automattic\\Jetpack\\Connection\\Utils' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php', + 'Automattic\\Jetpack\\Connection\\Webhooks' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php', + 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php', + 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php', + 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php', + 'Automattic\\Jetpack\\Constants' => $baseDir . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php', + 'Automattic\\Jetpack\\CookieState' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php', + 'Automattic\\Jetpack\\Current_Plan' => $vendorDir . '/automattic/jetpack-plans/src/class-current-plan.php', + 'Automattic\\Jetpack\\Device_Detection' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php', + 'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php', + 'Automattic\\Jetpack\\Errors' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php', + 'Automattic\\Jetpack\\Files' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php', + 'Automattic\\Jetpack\\Heartbeat' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php', + 'Automattic\\Jetpack\\IP\\Utils' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php', + 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-exception.php', + 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php', + 'Automattic\\Jetpack\\IdentityCrisis\\UI' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php', + 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php', + 'Automattic\\Jetpack\\Identity_Crisis' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php', + 'Automattic\\Jetpack\\JITMS\\JITM' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php', + 'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php', + 'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php', + 'Automattic\\Jetpack\\JITMS\\Rest_Api_Endpoints' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php', + 'Automattic\\Jetpack\\Licensing' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php', + 'Automattic\\Jetpack\\Licensing\\Endpoints' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php', + 'Automattic\\Jetpack\\Modules' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php', + 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php', + 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php', + 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php', + 'Automattic\\Jetpack\\My_Jetpack\\Product' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php', + 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php', + 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php', + 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php', + 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php', + 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php', + 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php', + 'Automattic\\Jetpack\\Partner' => $baseDir . '/jetpack_vendor/automattic/jetpack-partner/src/class-partner.php', + 'Automattic\\Jetpack\\Partner_Coupon' => $baseDir . '/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php', + 'Automattic\\Jetpack\\Password_Checker' => $baseDir . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php', + 'Automattic\\Jetpack\\Paths' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php', + 'Automattic\\Jetpack\\Plans' => $vendorDir . '/automattic/jetpack-plans/src/class-plans.php', + 'Automattic\\Jetpack\\Plugins_Installer' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php', + 'Automattic\\Jetpack\\Protect\\Credentials' => $baseDir . '/src/class-credentials.php', + 'Automattic\\Jetpack\\Protect\\Extension_Model' => $baseDir . '/src/models/class-extension-model.php', + 'Automattic\\Jetpack\\Protect\\Plan' => $baseDir . '/src/class-plan.php', + 'Automattic\\Jetpack\\Protect\\Protect_Status' => $baseDir . '/src/class-protect-status.php', + 'Automattic\\Jetpack\\Protect\\REST_Controller' => $baseDir . '/src/class-rest-controller.php', + 'Automattic\\Jetpack\\Protect\\Scan_Status' => $baseDir . '/src/class-scan-status.php', + 'Automattic\\Jetpack\\Protect\\Site_Health' => $baseDir . '/src/class-site-health.php', + 'Automattic\\Jetpack\\Protect\\Status' => $baseDir . '/src/class-status.php', + 'Automattic\\Jetpack\\Protect\\Status_Model' => $baseDir . '/src/models/class-status-model.php', + 'Automattic\\Jetpack\\Protect\\Threat_Model' => $baseDir . '/src/models/class-threat-model.php', + 'Automattic\\Jetpack\\Protect\\Threats' => $baseDir . '/src/class-threats.php', + 'Automattic\\Jetpack\\Redirect' => $baseDir . '/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php', + 'Automattic\\Jetpack\\Roles' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php', + 'Automattic\\Jetpack\\Status' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php', + 'Automattic\\Jetpack\\Status\\Cache' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cache.php', + 'Automattic\\Jetpack\\Status\\Host' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-host.php', + 'Automattic\\Jetpack\\Status\\Visitor' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php', + 'Automattic\\Jetpack\\Sync\\Actions' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php', + 'Automattic\\Jetpack\\Sync\\Codec_Interface' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php', + 'Automattic\\Jetpack\\Sync\\Data_Settings' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php', + 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php', + 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php', + 'Automattic\\Jetpack\\Sync\\Defaults' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php', + 'Automattic\\Jetpack\\Sync\\Functions' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php', + 'Automattic\\Jetpack\\Sync\\Health' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php', + 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php', + 'Automattic\\Jetpack\\Sync\\Listener' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php', + 'Automattic\\Jetpack\\Sync\\Lock' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php', + 'Automattic\\Jetpack\\Sync\\Main' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php', + 'Automattic\\Jetpack\\Sync\\Modules' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Import' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Module' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Options' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Search' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Users' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php', + 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php', + 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php', + 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce_HPOS_Orders' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php', + 'Automattic\\Jetpack\\Sync\\Package_Version' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php', + 'Automattic\\Jetpack\\Sync\\Queue' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php', + 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php', + 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Table' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php', + 'Automattic\\Jetpack\\Sync\\Queue_Buffer' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php', + 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php', + 'Automattic\\Jetpack\\Sync\\REST_Sender' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php', + 'Automattic\\Jetpack\\Sync\\Replicastore' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php', + 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php', + 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php', + 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php', + 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php', + 'Automattic\\Jetpack\\Sync\\Sender' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php', + 'Automattic\\Jetpack\\Sync\\Server' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php', + 'Automattic\\Jetpack\\Sync\\Settings' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php', + 'Automattic\\Jetpack\\Sync\\Simple_Codec' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php', + 'Automattic\\Jetpack\\Sync\\Users' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php', + 'Automattic\\Jetpack\\Sync\\Utils' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php', + 'Automattic\\Jetpack\\Terms_Of_Service' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php', + 'Automattic\\Jetpack\\Tracking' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php', + 'Automattic\\Jetpack\\Transport_Helper\\Helper_Script_Manager' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-helper-script-manager.php', + 'Automattic\\Jetpack\\Transport_Helper\\Package_Version' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-package-version.php', + 'Automattic\\Jetpack\\Transport_Helper\\REST_Controller' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-rest-controller.php', + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php', + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Blocked_Login_Page' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-blocked-login-page.php', + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Math_Authenticate' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-math-fallback.php', + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Shared_Functions' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-shared-functions.php', + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Transient_Cleanup' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php', + 'Automattic\\Jetpack\\Waf\\CLI' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php', + 'Automattic\\Jetpack\\Waf\\File_System_Exception' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php', + 'Automattic\\Jetpack\\Waf\\REST_Controller' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php', + 'Automattic\\Jetpack\\Waf\\Rules_API_Exception' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-rules-api-exception.php', + 'Automattic\\Jetpack\\Waf\\Waf_Compatibility' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-compatibility.php', + 'Automattic\\Jetpack\\Waf\\Waf_Constants' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php', + 'Automattic\\Jetpack\\Waf\\Waf_Exception' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-waf-exception.php', + 'Automattic\\Jetpack\\Waf\\Waf_Initializer' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php', + 'Automattic\\Jetpack\\Waf\\Waf_Operators' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php', + 'Automattic\\Jetpack\\Waf\\Waf_Request' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php', + 'Automattic\\Jetpack\\Waf\\Waf_Rules_Manager' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-rules-manager.php', + 'Automattic\\Jetpack\\Waf\\Waf_Runner' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php', + 'Automattic\\Jetpack\\Waf\\Waf_Runtime' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php', + 'Automattic\\Jetpack\\Waf\\Waf_Standalone_Bootstrap' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php', + 'Automattic\\Jetpack\\Waf\\Waf_Stats' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php', + 'Automattic\\Jetpack\\Waf\\Waf_Transforms' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php', + 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', + 'Jetpack_IXR_Client' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php', + 'Jetpack_IXR_ClientMulticall' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php', + 'Jetpack_Options' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php', + 'Jetpack_Protect' => $baseDir . '/src/class-jetpack-protect.php', + 'Jetpack_Signature' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php', + 'Jetpack_Tracks_Client' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php', + 'Jetpack_Tracks_Event' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php', + 'Jetpack_XMLRPC_Server' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php', +); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_files.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_files.php new file mode 100644 index 00000000..190ac33c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_files.php @@ -0,0 +1,12 @@ + $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php', + '590147edb63acb03b2852d5c4db13ce8' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/actions.php', + '3d45c7e6a7f0e71849e33afe4b3b3ede' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/cli.php', +); diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_namespaces.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_namespaces.php similarity index 100% rename from wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_namespaces.php rename to wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_namespaces.php diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_psr4.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_psr4.php similarity index 56% rename from wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_psr4.php rename to wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_psr4.php index 3890ddc2..72223f74 100644 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_psr4.php +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_psr4.php @@ -6,4 +6,5 @@ $vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); return array( + 'Automattic\\Jetpack\\Autoloader\\' => array($vendorDir . '/automattic/jetpack-autoloader/src'), ); diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_real.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_real.php similarity index 60% rename from wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_real.php rename to wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_real.php index 3dca5351..2a6646fe 100644 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_real.php +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit2df3d2da63bd22bca27c5f9e05dba454 +class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_2 { private static $loader; @@ -22,16 +22,19 @@ class ComposerAutoloaderInit2df3d2da63bd22bca27c5f9e05dba454 return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit2df3d2da63bd22bca27c5f9e05dba454', 'loadClassLoader'), true, true); + require __DIR__ . '/platform_check.php'; + + spl_autoload_register(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_2', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInit2df3d2da63bd22bca27c5f9e05dba454', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_2', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit2df3d2da63bd22bca27c5f9e05dba454::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_2::getInitializer($loader)); + $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInit2df3d2da63bd22bca27c5f9e05dba454::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_2::$files; $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_static.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_static.php new file mode 100644 index 00000000..aabbaef9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_static.php @@ -0,0 +1,241 @@ + __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php', + '590147edb63acb03b2852d5c4db13ce8' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-transport-helper/actions.php', + '3d45c7e6a7f0e71849e33afe4b3b3ede' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/cli.php', + ); + + public static $prefixLengthsPsr4 = array ( + 'A' => + array ( + 'Automattic\\Jetpack\\Autoloader\\' => 30, + ), + ); + + public static $prefixDirsPsr4 = array ( + 'Automattic\\Jetpack\\Autoloader\\' => + array ( + 0 => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src', + ), + ); + + public static $classMap = array ( + 'AhoCorasick\\MultiStringMatcher' => __DIR__ . '/..' . '/wikimedia/aho-corasick/src/MultiStringMatcher.php', + 'AhoCorasick\\MultiStringReplacer' => __DIR__ . '/..' . '/wikimedia/aho-corasick/src/MultiStringReplacer.php', + 'Automattic\\Jetpack\\A8c_Mc_Stats' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php', + 'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php', + 'Automattic\\Jetpack\\Assets' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php', + 'Automattic\\Jetpack\\Assets\\Logo' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php', + 'Automattic\\Jetpack\\Assets\\Semver' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php', + 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php', + 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php', + 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php', + 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php', + 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/ManifestGenerator.php', + 'Automattic\\Jetpack\\Automatic_Install_Skin' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php', + 'Automattic\\Jetpack\\Composer\\Manager' => __DIR__ . '/..' . '/automattic/jetpack-composer-plugin/src/class-manager.php', + 'Automattic\\Jetpack\\Composer\\Plugin' => __DIR__ . '/..' . '/automattic/jetpack-composer-plugin/src/class-plugin.php', + 'Automattic\\Jetpack\\Config' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php', + 'Automattic\\Jetpack\\Connection\\Client' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php', + 'Automattic\\Jetpack\\Connection\\Connection_Notice' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php', + 'Automattic\\Jetpack\\Connection\\Error_Handler' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php', + 'Automattic\\Jetpack\\Connection\\Initial_State' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php', + 'Automattic\\Jetpack\\Connection\\Manager' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php', + 'Automattic\\Jetpack\\Connection\\Manager_Interface' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php', + 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php', + 'Automattic\\Jetpack\\Connection\\Package_Version' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php', + 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php', + 'Automattic\\Jetpack\\Connection\\Plugin' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php', + 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php', + 'Automattic\\Jetpack\\Connection\\REST_Connector' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php', + 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php', + 'Automattic\\Jetpack\\Connection\\Secrets' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php', + 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php', + 'Automattic\\Jetpack\\Connection\\Tokens' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php', + 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php', + 'Automattic\\Jetpack\\Connection\\Urls' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php', + 'Automattic\\Jetpack\\Connection\\Utils' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php', + 'Automattic\\Jetpack\\Connection\\Webhooks' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php', + 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php', + 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php', + 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php', + 'Automattic\\Jetpack\\Constants' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php', + 'Automattic\\Jetpack\\CookieState' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php', + 'Automattic\\Jetpack\\Current_Plan' => __DIR__ . '/..' . '/automattic/jetpack-plans/src/class-current-plan.php', + 'Automattic\\Jetpack\\Device_Detection' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php', + 'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php', + 'Automattic\\Jetpack\\Errors' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php', + 'Automattic\\Jetpack\\Files' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php', + 'Automattic\\Jetpack\\Heartbeat' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php', + 'Automattic\\Jetpack\\IP\\Utils' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php', + 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-exception.php', + 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php', + 'Automattic\\Jetpack\\IdentityCrisis\\UI' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php', + 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php', + 'Automattic\\Jetpack\\Identity_Crisis' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php', + 'Automattic\\Jetpack\\JITMS\\JITM' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php', + 'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php', + 'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php', + 'Automattic\\Jetpack\\JITMS\\Rest_Api_Endpoints' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php', + 'Automattic\\Jetpack\\Licensing' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php', + 'Automattic\\Jetpack\\Licensing\\Endpoints' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php', + 'Automattic\\Jetpack\\Modules' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php', + 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php', + 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php', + 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php', + 'Automattic\\Jetpack\\My_Jetpack\\Product' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php', + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php', + 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php', + 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php', + 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php', + 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php', + 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php', + 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php', + 'Automattic\\Jetpack\\Partner' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-partner/src/class-partner.php', + 'Automattic\\Jetpack\\Partner_Coupon' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php', + 'Automattic\\Jetpack\\Password_Checker' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php', + 'Automattic\\Jetpack\\Paths' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php', + 'Automattic\\Jetpack\\Plans' => __DIR__ . '/..' . '/automattic/jetpack-plans/src/class-plans.php', + 'Automattic\\Jetpack\\Plugins_Installer' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php', + 'Automattic\\Jetpack\\Protect\\Credentials' => __DIR__ . '/../..' . '/src/class-credentials.php', + 'Automattic\\Jetpack\\Protect\\Extension_Model' => __DIR__ . '/../..' . '/src/models/class-extension-model.php', + 'Automattic\\Jetpack\\Protect\\Plan' => __DIR__ . '/../..' . '/src/class-plan.php', + 'Automattic\\Jetpack\\Protect\\Protect_Status' => __DIR__ . '/../..' . '/src/class-protect-status.php', + 'Automattic\\Jetpack\\Protect\\REST_Controller' => __DIR__ . '/../..' . '/src/class-rest-controller.php', + 'Automattic\\Jetpack\\Protect\\Scan_Status' => __DIR__ . '/../..' . '/src/class-scan-status.php', + 'Automattic\\Jetpack\\Protect\\Site_Health' => __DIR__ . '/../..' . '/src/class-site-health.php', + 'Automattic\\Jetpack\\Protect\\Status' => __DIR__ . '/../..' . '/src/class-status.php', + 'Automattic\\Jetpack\\Protect\\Status_Model' => __DIR__ . '/../..' . '/src/models/class-status-model.php', + 'Automattic\\Jetpack\\Protect\\Threat_Model' => __DIR__ . '/../..' . '/src/models/class-threat-model.php', + 'Automattic\\Jetpack\\Protect\\Threats' => __DIR__ . '/../..' . '/src/class-threats.php', + 'Automattic\\Jetpack\\Redirect' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php', + 'Automattic\\Jetpack\\Roles' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php', + 'Automattic\\Jetpack\\Status' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php', + 'Automattic\\Jetpack\\Status\\Cache' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-cache.php', + 'Automattic\\Jetpack\\Status\\Host' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-host.php', + 'Automattic\\Jetpack\\Status\\Visitor' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php', + 'Automattic\\Jetpack\\Sync\\Actions' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php', + 'Automattic\\Jetpack\\Sync\\Codec_Interface' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php', + 'Automattic\\Jetpack\\Sync\\Data_Settings' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php', + 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php', + 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php', + 'Automattic\\Jetpack\\Sync\\Defaults' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php', + 'Automattic\\Jetpack\\Sync\\Functions' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php', + 'Automattic\\Jetpack\\Sync\\Health' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php', + 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php', + 'Automattic\\Jetpack\\Sync\\Listener' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php', + 'Automattic\\Jetpack\\Sync\\Lock' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php', + 'Automattic\\Jetpack\\Sync\\Main' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php', + 'Automattic\\Jetpack\\Sync\\Modules' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Import' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Module' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Options' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Search' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php', + 'Automattic\\Jetpack\\Sync\\Modules\\Users' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php', + 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php', + 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php', + 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce_HPOS_Orders' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php', + 'Automattic\\Jetpack\\Sync\\Package_Version' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php', + 'Automattic\\Jetpack\\Sync\\Queue' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php', + 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php', + 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Table' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php', + 'Automattic\\Jetpack\\Sync\\Queue_Buffer' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php', + 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php', + 'Automattic\\Jetpack\\Sync\\REST_Sender' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php', + 'Automattic\\Jetpack\\Sync\\Replicastore' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php', + 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php', + 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php', + 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php', + 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php', + 'Automattic\\Jetpack\\Sync\\Sender' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php', + 'Automattic\\Jetpack\\Sync\\Server' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php', + 'Automattic\\Jetpack\\Sync\\Settings' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php', + 'Automattic\\Jetpack\\Sync\\Simple_Codec' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php', + 'Automattic\\Jetpack\\Sync\\Users' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php', + 'Automattic\\Jetpack\\Sync\\Utils' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php', + 'Automattic\\Jetpack\\Terms_Of_Service' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php', + 'Automattic\\Jetpack\\Tracking' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php', + 'Automattic\\Jetpack\\Transport_Helper\\Helper_Script_Manager' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-helper-script-manager.php', + 'Automattic\\Jetpack\\Transport_Helper\\Package_Version' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-package-version.php', + 'Automattic\\Jetpack\\Transport_Helper\\REST_Controller' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-rest-controller.php', + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php', + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Blocked_Login_Page' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-blocked-login-page.php', + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Math_Authenticate' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-math-fallback.php', + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Shared_Functions' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-shared-functions.php', + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Transient_Cleanup' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php', + 'Automattic\\Jetpack\\Waf\\CLI' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php', + 'Automattic\\Jetpack\\Waf\\File_System_Exception' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php', + 'Automattic\\Jetpack\\Waf\\REST_Controller' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php', + 'Automattic\\Jetpack\\Waf\\Rules_API_Exception' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-rules-api-exception.php', + 'Automattic\\Jetpack\\Waf\\Waf_Compatibility' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-compatibility.php', + 'Automattic\\Jetpack\\Waf\\Waf_Constants' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php', + 'Automattic\\Jetpack\\Waf\\Waf_Exception' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-waf-exception.php', + 'Automattic\\Jetpack\\Waf\\Waf_Initializer' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php', + 'Automattic\\Jetpack\\Waf\\Waf_Operators' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php', + 'Automattic\\Jetpack\\Waf\\Waf_Request' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php', + 'Automattic\\Jetpack\\Waf\\Waf_Rules_Manager' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-rules-manager.php', + 'Automattic\\Jetpack\\Waf\\Waf_Runner' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php', + 'Automattic\\Jetpack\\Waf\\Waf_Runtime' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php', + 'Automattic\\Jetpack\\Waf\\Waf_Standalone_Bootstrap' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php', + 'Automattic\\Jetpack\\Waf\\Waf_Stats' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php', + 'Automattic\\Jetpack\\Waf\\Waf_Transforms' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php', + 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', + 'Jetpack_IXR_Client' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php', + 'Jetpack_IXR_ClientMulticall' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php', + 'Jetpack_Options' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php', + 'Jetpack_Protect' => __DIR__ . '/../..' . '/src/class-jetpack-protect.php', + 'Jetpack_Signature' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php', + 'Jetpack_Tracks_Client' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php', + 'Jetpack_Tracks_Event' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php', + 'Jetpack_XMLRPC_Server' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php', + ); + + public static function getInitializer(ClassLoader $loader) + { + return \Closure::bind(function () use ($loader) { + $loader->prefixLengthsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_2::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_2::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_2::$classMap; + + }, null, ClassLoader::class); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/installed.json b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/installed.json new file mode 100644 index 00000000..5477affd --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/installed.json @@ -0,0 +1,1484 @@ +{ + "packages": [ + { + "name": "automattic/jetpack-a8c-mc-stats", + "version": "v1.4.22", + "version_normalized": "1.4.22.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "d7fdf2fc7ae33d75e24e82d81269e33ec718446f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/d7fdf2fc7ae33d75e24e82d81269e33ec718446f", + "reference": "d7fdf2fc7ae33d75e24e82d81269e33ec718446f", + "shasum": "" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.9", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-09-19T18:18:33+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-a8c-mc-stats", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.4.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", + "support": { + "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v1.4.22" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-a8c-mc-stats" + }, + { + "name": "automattic/jetpack-admin-ui", + "version": "v0.2.23", + "version_normalized": "0.2.23.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "2684f3ee3b458074d95e727e70ae994802501688" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/2684f3ee3b458074d95e727e70ae994802501688", + "reference": "2684f3ee3b458074d95e727e70ae994802501688", + "shasum": "" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.9", + "automattic/jetpack-logo": "^1.6.3", + "automattic/wordbless": "dev-master", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-09-19T18:19:10+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-admin-ui", + "textdomain": "jetpack-admin-ui", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-admin-ui/compare/${old}...${new}" + }, + "branch-alias": { + "dev-trunk": "0.2.x-dev" + }, + "version-constants": { + "::PACKAGE_VERSION": "src/class-admin-menu.php" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Generic Jetpack wp-admin UI elements", + "support": { + "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.2.23" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-admin-ui" + }, + { + "name": "automattic/jetpack-assets", + "version": "v1.18.13", + "version_normalized": "1.18.13.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "f3da965ec6e25acab6b18dbd8669285659212ab9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/f3da965ec6e25acab6b18dbd8669285659212ab9", + "reference": "f3da965ec6e25acab6b18dbd8669285659212ab9", + "shasum": "" + }, + "require": { + "automattic/jetpack-constants": "^1.6.23" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.11", + "brain/monkey": "2.6.1", + "wikimedia/testing-access-wrapper": "^1.0 || ^2.0", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-10-19T23:36:22+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-assets", + "textdomain": "jetpack-assets", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-assets/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.18.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "files": [ + "actions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Asset management utilities for Jetpack ecosystem packages", + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v1.18.13" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-assets" + }, + { + "name": "automattic/jetpack-autoloader", + "version": "v2.12.0", + "version_normalized": "2.12.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-autoloader.git", + "reference": "632b69cfc73ed5505f2b03165e7f68d414d0da12" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/632b69cfc73ed5505f2b03165e7f68d414d0da12", + "reference": "632b69cfc73ed5505f2b03165e7f68d414d0da12", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1 || ^2.0" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.11", + "yoast/phpunit-polyfills": "1.1.0" + }, + "time": "2023-09-28T18:33:34+00:00", + "type": "composer-plugin", + "extra": { + "autotagger": true, + "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin", + "mirror-repo": "Automattic/jetpack-autoloader", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}" + }, + "version-constants": { + "::VERSION": "src/AutoloadGenerator.php" + }, + "branch-alias": { + "dev-trunk": "2.12.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Automattic\\Jetpack\\Autoloader\\": "src" + }, + "classmap": [ + "src/AutoloadGenerator.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Creates a custom autoloader for a plugin or theme.", + "keywords": [ + "autoload", + "autoloader", + "composer", + "jetpack", + "plugin", + "wordpress" + ], + "support": { + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.12.0" + }, + "install-path": "../automattic/jetpack-autoloader" + }, + { + "name": "automattic/jetpack-composer-plugin", + "version": "v1.1.14", + "version_normalized": "1.1.14.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-composer-plugin.git", + "reference": "4722a7fe4bd0080962308653a7f935a24acfc027" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/4722a7fe4bd0080962308653a7f935a24acfc027", + "reference": "4722a7fe4bd0080962308653a7f935a24acfc027", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^2.1.0" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.9", + "composer/composer": "^2.2 || ^2.4", + "yoast/phpunit-polyfills": "1.1.0" + }, + "time": "2023-09-19T18:18:32+00:00", + "type": "composer-plugin", + "extra": { + "plugin-modifies-install-path": true, + "class": "Automattic\\Jetpack\\Composer\\Plugin", + "mirror-repo": "Automattic/jetpack-composer-plugin", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-composer-plugin/compare/v${old}...v${new}" + }, + "autotagger": true, + "branch-alias": { + "dev-trunk": "1.1.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "A custom installer plugin for Composer to move Jetpack packages out of `vendor/` so WordPress's translation infrastructure will find their strings.", + "keywords": [ + "composer", + "i18n", + "jetpack", + "plugin" + ], + "support": { + "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v1.1.14" + }, + "install-path": "../automattic/jetpack-composer-plugin" + }, + { + "name": "automattic/jetpack-config", + "version": "v1.15.4", + "version_normalized": "1.15.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-config.git", + "reference": "6cf8d61a972530322c9b62f7375fff83342c38f9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/6cf8d61a972530322c9b62f7375fff83342c38f9", + "reference": "6cf8d61a972530322c9b62f7375fff83342c38f9", + "shasum": "" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.9" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-09-19T18:18:30+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-config", + "textdomain": "jetpack-config", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-config/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.15.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.", + "support": { + "source": "https://github.com/Automattic/jetpack-config/tree/v1.15.4" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-config" + }, + { + "name": "automattic/jetpack-connection", + "version": "v1.58.2", + "version_normalized": "1.58.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "9b12984bc9fcc075844b4f2e3fe27176e42cdf14" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/9b12984bc9fcc075844b4f2e3fe27176e42cdf14", + "reference": "9b12984bc9fcc075844b4f2e3fe27176e42cdf14", + "shasum": "" + }, + "require": { + "automattic/jetpack-a8c-mc-stats": "^1.4.22", + "automattic/jetpack-admin-ui": "^0.2.23", + "automattic/jetpack-constants": "^1.6.23", + "automattic/jetpack-redirect": "^1.7.27", + "automattic/jetpack-roles": "^1.4.25", + "automattic/jetpack-status": "^1.18.5" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.11", + "automattic/wordbless": "@dev", + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-10-19T23:36:12+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-connection", + "textdomain": "jetpack-connection", + "version-constants": { + "::PACKAGE_VERSION": "src/class-package-version.php" + }, + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.58.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "legacy", + "src/", + "src/webhooks" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Everything needed to connect to the Jetpack infrastructure", + "support": { + "source": "https://github.com/Automattic/jetpack-connection/tree/v1.58.2" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-connection" + }, + { + "name": "automattic/jetpack-constants", + "version": "v1.6.23", + "version_normalized": "1.6.23.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "0825fb1fa94956f26adebc01be0d716a0fd3ade0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/0825fb1fa94956f26adebc01be0d716a0fd3ade0", + "reference": "0825fb1fa94956f26adebc01be0d716a0fd3ade0", + "shasum": "" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.8", + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-08-23T17:56:35+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-constants", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.6.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "A wrapper for defining constants in a more testable way.", + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.23" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-constants" + }, + { + "name": "automattic/jetpack-device-detection", + "version": "v1.4.27", + "version_normalized": "1.4.27.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "5fa2add941f3a7933b34bc3f57b4649e887c3976" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/5fa2add941f3a7933b34bc3f57b4649e887c3976", + "reference": "5fa2add941f3a7933b34bc3f57b4649e887c3976", + "shasum": "" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.8", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-08-23T17:56:41+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-device-detection", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-device-detection/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.4.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "A way to detect device types based on User-Agent header.", + "support": { + "source": "https://github.com/Automattic/jetpack-device-detection/tree/v1.4.27" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-device-detection" + }, + { + "name": "automattic/jetpack-identity-crisis", + "version": "v0.11.1", + "version_normalized": "0.11.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-identity-crisis.git", + "reference": "4f6ac2b9fda47688f5146afd9821a523368f30a0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/4f6ac2b9fda47688f5146afd9821a523368f30a0", + "reference": "4f6ac2b9fda47688f5146afd9821a523368f30a0", + "shasum": "" + }, + "require": { + "automattic/jetpack-assets": "^1.18.13", + "automattic/jetpack-connection": "^1.58.2", + "automattic/jetpack-constants": "^1.6.23", + "automattic/jetpack-logo": "^1.6.3", + "automattic/jetpack-status": "^1.18.5" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.11", + "automattic/wordbless": "@dev", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-10-19T23:36:40+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-identity-crisis", + "textdomain": "jetpack-idc", + "version-constants": { + "::PACKAGE_VERSION": "src/class-identity-crisis.php" + }, + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-identity-crisis/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "0.11.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Identity Crisis.", + "support": { + "source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.11.1" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-identity-crisis" + }, + { + "name": "automattic/jetpack-ip", + "version": "v0.1.6", + "version_normalized": "0.1.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "39a3b6084336a0a76e4f95f83c2306102e46990e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/39a3b6084336a0a76e4f95f83c2306102e46990e", + "reference": "39a3b6084336a0a76e4f95f83c2306102e46990e", + "shasum": "" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.9", + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-09-19T18:18:29+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-ip", + "changelogger": { + "link-template": "https://github.com/automattic/jetpack-ip/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "0.1.x-dev" + }, + "textdomain": "jetpack-ip", + "version-constants": { + "::PACKAGE_VERSION": "src/class-utils.php" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Utilities for working with IP addresses.", + "support": { + "source": "https://github.com/Automattic/jetpack-ip/tree/v0.1.6" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-ip" + }, + { + "name": "automattic/jetpack-jitm", + "version": "v2.5.1", + "version_normalized": "2.5.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "67b535110fed1a1959b94dc3873c9d0f1834a661" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/67b535110fed1a1959b94dc3873c9d0f1834a661", + "reference": "67b535110fed1a1959b94dc3873c9d0f1834a661", + "shasum": "" + }, + "require": { + "automattic/jetpack-a8c-mc-stats": "^1.4.22", + "automattic/jetpack-assets": "^1.18.13", + "automattic/jetpack-connection": "^1.58.2", + "automattic/jetpack-device-detection": "^1.4.27", + "automattic/jetpack-logo": "^1.6.3", + "automattic/jetpack-partner": "^1.7.25", + "automattic/jetpack-redirect": "^1.7.27", + "automattic/jetpack-status": "^1.18.5" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.11", + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-10-19T23:36:36+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-jitm", + "textdomain": "jetpack-jitm", + "version-constants": { + "::PACKAGE_VERSION": "src/class-jitm.php" + }, + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-jitm/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "2.5.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Just in time messages for Jetpack", + "support": { + "source": "https://github.com/Automattic/jetpack-jitm/tree/v2.5.1" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-jitm" + }, + { + "name": "automattic/jetpack-licensing", + "version": "v1.8.4", + "version_normalized": "1.8.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-licensing.git", + "reference": "b2a447fa38baf5eb84da7b1db76452349ecc2b25" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/b2a447fa38baf5eb84da7b1db76452349ecc2b25", + "reference": "b2a447fa38baf5eb84da7b1db76452349ecc2b25", + "shasum": "" + }, + "require": { + "automattic/jetpack-connection": "^1.57.5" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.9", + "automattic/wordbless": "@dev", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-09-19T18:19:52+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-licensing", + "textdomain": "jetpack-licensing", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-licensing/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.8.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Everything needed to manage Jetpack licenses client-side.", + "support": { + "source": "https://github.com/Automattic/jetpack-licensing/tree/v1.8.4" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-licensing" + }, + { + "name": "automattic/jetpack-logo", + "version": "v1.6.3", + "version_normalized": "1.6.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "4fb83219cd579e2ad47441afc402fb867d1906ee" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/4fb83219cd579e2ad47441afc402fb867d1906ee", + "reference": "4fb83219cd579e2ad47441afc402fb867d1906ee", + "shasum": "" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.9", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-09-19T18:18:39+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-logo", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-logo/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.6.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "A logo for Jetpack", + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v1.6.3" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-logo" + }, + { + "name": "automattic/jetpack-my-jetpack", + "version": "v3.9.1", + "version_normalized": "3.9.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-my-jetpack.git", + "reference": "15dd49fd5f94ea15cc004507fb0a29e36979f91e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/15dd49fd5f94ea15cc004507fb0a29e36979f91e", + "reference": "15dd49fd5f94ea15cc004507fb0a29e36979f91e", + "shasum": "" + }, + "require": { + "automattic/jetpack-admin-ui": "^0.2.23", + "automattic/jetpack-assets": "^1.18.13", + "automattic/jetpack-connection": "^1.58.2", + "automattic/jetpack-constants": "^1.6.23", + "automattic/jetpack-jitm": "^2.5.1", + "automattic/jetpack-licensing": "^1.8.4", + "automattic/jetpack-plugins-installer": "^0.2.5", + "automattic/jetpack-redirect": "^1.7.27" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.11", + "automattic/jetpack-videopress": "^0.18.0", + "automattic/wordbless": "@dev", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-10-19T23:36:50+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-my-jetpack", + "textdomain": "jetpack-my-jetpack", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" + }, + "branch-alias": { + "dev-trunk": "3.9.x-dev" + }, + "version-constants": { + "::PACKAGE_VERSION": "src/class-initializer.php" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/", + "src/products" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", + "support": { + "source": "https://github.com/Automattic/jetpack-my-jetpack/tree/v3.9.1" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-my-jetpack" + }, + { + "name": "automattic/jetpack-partner", + "version": "v1.7.25", + "version_normalized": "1.7.25.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-partner.git", + "reference": "3477697b61c5e7f0ffbe9cf4d5e92c18f30494d3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-partner/zipball/3477697b61c5e7f0ffbe9cf4d5e92c18f30494d3", + "reference": "3477697b61c5e7f0ffbe9cf4d5e92c18f30494d3", + "shasum": "" + }, + "require": { + "automattic/jetpack-connection": "^1.57.5", + "automattic/jetpack-status": "^1.18.4" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.9", + "automattic/wordbless": "@dev", + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-09-19T18:19:51+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-partner", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-partner/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.7.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Support functions for Jetpack hosting partners.", + "support": { + "source": "https://github.com/Automattic/jetpack-partner/tree/v1.7.25" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-partner" + }, + { + "name": "automattic/jetpack-password-checker", + "version": "v0.2.14", + "version_normalized": "0.2.14.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "e15e0e01e363c25c2c6b105f4388b4b7d6f7b1db" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/e15e0e01e363c25c2c6b105f4388b4b7d6f7b1db", + "reference": "e15e0e01e363c25c2c6b105f4388b4b7d6f7b1db", + "shasum": "" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.8", + "automattic/wordbless": "@dev", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-08-23T17:56:39+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-password-checker", + "textdomain": "jetpack-password-checker", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-password-checker/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "0.2.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Password Checker.", + "support": { + "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.2.14" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-password-checker" + }, + { + "name": "automattic/jetpack-plans", + "version": "v0.3.4", + "version_normalized": "0.3.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "c42749ce627ee4bd6c94599876e17d1dceb4b380" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/c42749ce627ee4bd6c94599876e17d1dceb4b380", + "reference": "c42749ce627ee4bd6c94599876e17d1dceb4b380", + "shasum": "" + }, + "require": { + "automattic/jetpack-connection": "^1.57.1" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-status": "^1.18.1", + "automattic/wordbless": "@dev", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-08-23T17:57:42+00:00", + "type": "library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-plans", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-plans/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "0.3.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Fetch information about Jetpack Plans from wpcom", + "support": { + "source": "https://github.com/Automattic/jetpack-plans/tree/v0.3.4" + }, + "install-path": "../automattic/jetpack-plans" + }, + { + "name": "automattic/jetpack-plugins-installer", + "version": "v0.2.5", + "version_normalized": "0.2.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plugins-installer.git", + "reference": "5c60dba7126a21420a192759af0807ea6b9197e1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/5c60dba7126a21420a192759af0807ea6b9197e1", + "reference": "5c60dba7126a21420a192759af0807ea6b9197e1", + "shasum": "" + }, + "require": { + "automattic/jetpack-a8c-mc-stats": "^1.4.21" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.8", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-08-23T17:57:04+00:00", + "type": "jetpack-library", + "extra": { + "branch-alias": { + "dev-trunk": "0.2.x-dev" + }, + "mirror-repo": "Automattic/jetpack-plugins-installer", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-plugins-installer/compare/v${old}...v${new}" + }, + "autotagger": true, + "textdomain": "jetpack-plugins-installer" + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Handle installation of plugins from WP.org", + "support": { + "source": "https://github.com/Automattic/jetpack-plugins-installer/tree/v0.2.5" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-plugins-installer" + }, + { + "name": "automattic/jetpack-redirect", + "version": "v1.7.27", + "version_normalized": "1.7.27.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "43dd3ae2bef71281fe70f62733bfaa44c988f1b1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/43dd3ae2bef71281fe70f62733bfaa44c988f1b1", + "reference": "43dd3ae2bef71281fe70f62733bfaa44c988f1b1", + "shasum": "" + }, + "require": { + "automattic/jetpack-status": "^1.18.4" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.9", + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-09-19T18:19:22+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-redirect", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-redirect/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.7.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Utilities to build URLs to the jetpack.com/redirect/ service", + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v1.7.27" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-redirect" + }, + { + "name": "automattic/jetpack-roles", + "version": "v1.4.25", + "version_normalized": "1.4.25.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "708b33f16a879fc2ab5939a972c968c9aeefbe38" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/708b33f16a879fc2ab5939a972c968c9aeefbe38", + "reference": "708b33f16a879fc2ab5939a972c968c9aeefbe38", + "shasum": "" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.9", + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-09-19T18:18:38+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-roles", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-roles/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.4.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Utilities, related with user roles and capabilities.", + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v1.4.25" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-roles" + }, + { + "name": "automattic/jetpack-status", + "version": "v1.18.5", + "version_normalized": "1.18.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "fe08772e2005b8cd78ec5e0d416b73a04ae57c10" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/fe08772e2005b8cd78ec5e0d416b73a04ae57c10", + "reference": "fe08772e2005b8cd78ec5e0d416b73a04ae57c10", + "shasum": "" + }, + "require": { + "automattic/jetpack-constants": "^1.6.23" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.10", + "automattic/jetpack-ip": "^0.1.6", + "brain/monkey": "2.6.1", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-09-25T19:07:29+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-status", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.18.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Used to retrieve information about the current status of Jetpack and the site overall.", + "support": { + "source": "https://github.com/Automattic/jetpack-status/tree/v1.18.5" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-status" + }, + { + "name": "automattic/jetpack-sync", + "version": "v1.58.1", + "version_normalized": "1.58.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "8e6e7516b1d37a131ac693117ccbb00bb85c6fc2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/8e6e7516b1d37a131ac693117ccbb00bb85c6fc2", + "reference": "8e6e7516b1d37a131ac693117ccbb00bb85c6fc2", + "shasum": "" + }, + "require": { + "automattic/jetpack-connection": "^1.58.1", + "automattic/jetpack-constants": "^1.6.23", + "automattic/jetpack-identity-crisis": "^0.11.0", + "automattic/jetpack-ip": "^0.1.6", + "automattic/jetpack-password-checker": "^0.2.14", + "automattic/jetpack-roles": "^1.4.25", + "automattic/jetpack-status": "^1.18.5" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.11", + "automattic/wordbless": "@dev", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-10-18T14:40:56+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-sync", + "textdomain": "jetpack-sync", + "version-constants": { + "::PACKAGE_VERSION": "src/class-package-version.php" + }, + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "1.58.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Everything needed to allow syncing to the WP.com infrastructure.", + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v1.58.1" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-sync" + }, + { + "name": "automattic/jetpack-transport-helper", + "version": "v0.1.6", + "version_normalized": "0.1.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-transport-helper.git", + "reference": "c97a04caa37bd3fb09258f52032e7da640a47a08" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-transport-helper/zipball/c97a04caa37bd3fb09258f52032e7da640a47a08", + "reference": "c97a04caa37bd3fb09258f52032e7da640a47a08", + "shasum": "" + }, + "require": { + "automattic/jetpack-connection": "^1.58.2" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.11", + "automattic/wordbless": "dev-master", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-10-19T23:36:18+00:00", + "type": "jetpack-library", + "extra": { + "mirror-repo": "Automattic/jetpack-transport-helper", + "version-constants": { + "::PACKAGE_VERSION": "src/class-package-version.php" + }, + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-transport-helper/compare/v${old}...v${new}" + }, + "autotagger": true, + "branch-alias": { + "dev-trunk": "0.1.x-dev" + }, + "textdomain": "jetpack-transport-helper" + }, + "installation-source": "dist", + "autoload": { + "files": [ + "actions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Package to help transport server communication", + "support": { + "source": "https://github.com/Automattic/jetpack-transport-helper/tree/v0.1.6" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-transport-helper" + }, + { + "name": "automattic/jetpack-waf", + "version": "v0.11.13", + "version_normalized": "0.11.13.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-waf.git", + "reference": "45a338ee01c50246386da3d0c3100ae017d1c0ce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-waf/zipball/45a338ee01c50246386da3d0c3100ae017d1c0ce", + "reference": "45a338ee01c50246386da3d0c3100ae017d1c0ce", + "shasum": "" + }, + "require": { + "automattic/jetpack-connection": "^1.58.1", + "automattic/jetpack-constants": "^1.6.23", + "automattic/jetpack-ip": "^0.1.6", + "automattic/jetpack-status": "^1.18.5", + "wikimedia/aho-corasick": "^1.0" + }, + "require-dev": { + "automattic/jetpack-changelogger": "^3.3.11", + "automattic/wordbless": "@dev", + "yoast/phpunit-polyfills": "1.1.0" + }, + "suggest": { + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." + }, + "time": "2023-10-10T18:50:38+00:00", + "type": "jetpack-library", + "extra": { + "autotagger": true, + "mirror-repo": "Automattic/jetpack-waf", + "textdomain": "jetpack-waf", + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}" + }, + "branch-alias": { + "dev-trunk": "0.11.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "files": [ + "cli.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Tools to assist with the Jetpack Web Application Firewall", + "support": { + "source": "https://github.com/Automattic/jetpack-waf/tree/v0.11.13" + }, + "install-path": "../../jetpack_vendor/automattic/jetpack-waf" + }, + { + "name": "wikimedia/aho-corasick", + "version": "v1.0.1", + "version_normalized": "1.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/AhoCorasick.git", + "reference": "2f3a1bd765913637a66eade658d11d82f0e551be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/AhoCorasick/zipball/2f3a1bd765913637a66eade658d11d82f0e551be", + "reference": "2f3a1bd765913637a66eade658d11d82f0e551be", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "require-dev": { + "jakub-onderka/php-console-highlighter": "0.3.2", + "jakub-onderka/php-parallel-lint": "1.0.0", + "mediawiki/mediawiki-codesniffer": "18.0.0", + "mediawiki/minus-x": "0.3.1", + "phpunit/phpunit": "4.8.36 || ^6.5" + }, + "time": "2018-05-01T18:13:32+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Ori Livneh", + "email": "ori@wikimedia.org" + } + ], + "description": "An implementation of the Aho-Corasick string matching algorithm.", + "homepage": "https://gerrit.wikimedia.org/g/AhoCorasick", + "keywords": [ + "ahocorasick", + "matcher" + ], + "support": { + "source": "https://github.com/wikimedia/AhoCorasick/tree/v1.0.1" + }, + "install-path": "../wikimedia/aho-corasick" + } + ], + "dev": false, + "dev-package-names": [] +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/installed.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/installed.php new file mode 100644 index 00000000..37ae3bc9 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/installed.php @@ -0,0 +1,257 @@ + array( + 'name' => 'automattic/jetpack-protect', + 'pretty_version' => 'dev-trunk', + 'version' => 'dev-trunk', + 'reference' => NULL, + 'type' => 'wordpress-plugin', + 'install_path' => __DIR__ . '/../../', + 'aliases' => array(), + 'dev' => false, + ), + 'versions' => array( + 'automattic/jetpack-a8c-mc-stats' => array( + 'pretty_version' => 'v1.4.22', + 'version' => '1.4.22.0', + 'reference' => 'd7fdf2fc7ae33d75e24e82d81269e33ec718446f', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-admin-ui' => array( + 'pretty_version' => 'v0.2.23', + 'version' => '0.2.23.0', + 'reference' => '2684f3ee3b458074d95e727e70ae994802501688', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-assets' => array( + 'pretty_version' => 'v1.18.13', + 'version' => '1.18.13.0', + 'reference' => 'f3da965ec6e25acab6b18dbd8669285659212ab9', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-autoloader' => array( + 'pretty_version' => 'v2.12.0', + 'version' => '2.12.0.0', + 'reference' => '632b69cfc73ed5505f2b03165e7f68d414d0da12', + 'type' => 'composer-plugin', + 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-composer-plugin' => array( + 'pretty_version' => 'v1.1.14', + 'version' => '1.1.14.0', + 'reference' => '4722a7fe4bd0080962308653a7f935a24acfc027', + 'type' => 'composer-plugin', + 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-config' => array( + 'pretty_version' => 'v1.15.4', + 'version' => '1.15.4.0', + 'reference' => '6cf8d61a972530322c9b62f7375fff83342c38f9', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-connection' => array( + 'pretty_version' => 'v1.58.2', + 'version' => '1.58.2.0', + 'reference' => '9b12984bc9fcc075844b4f2e3fe27176e42cdf14', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-constants' => array( + 'pretty_version' => 'v1.6.23', + 'version' => '1.6.23.0', + 'reference' => '0825fb1fa94956f26adebc01be0d716a0fd3ade0', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-device-detection' => array( + 'pretty_version' => 'v1.4.27', + 'version' => '1.4.27.0', + 'reference' => '5fa2add941f3a7933b34bc3f57b4649e887c3976', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-identity-crisis' => array( + 'pretty_version' => 'v0.11.1', + 'version' => '0.11.1.0', + 'reference' => '4f6ac2b9fda47688f5146afd9821a523368f30a0', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-ip' => array( + 'pretty_version' => 'v0.1.6', + 'version' => '0.1.6.0', + 'reference' => '39a3b6084336a0a76e4f95f83c2306102e46990e', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-jitm' => array( + 'pretty_version' => 'v2.5.1', + 'version' => '2.5.1.0', + 'reference' => '67b535110fed1a1959b94dc3873c9d0f1834a661', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-licensing' => array( + 'pretty_version' => 'v1.8.4', + 'version' => '1.8.4.0', + 'reference' => 'b2a447fa38baf5eb84da7b1db76452349ecc2b25', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-logo' => array( + 'pretty_version' => 'v1.6.3', + 'version' => '1.6.3.0', + 'reference' => '4fb83219cd579e2ad47441afc402fb867d1906ee', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-my-jetpack' => array( + 'pretty_version' => 'v3.9.1', + 'version' => '3.9.1.0', + 'reference' => '15dd49fd5f94ea15cc004507fb0a29e36979f91e', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-partner' => array( + 'pretty_version' => 'v1.7.25', + 'version' => '1.7.25.0', + 'reference' => '3477697b61c5e7f0ffbe9cf4d5e92c18f30494d3', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-partner', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-password-checker' => array( + 'pretty_version' => 'v0.2.14', + 'version' => '0.2.14.0', + 'reference' => 'e15e0e01e363c25c2c6b105f4388b4b7d6f7b1db', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-plans' => array( + 'pretty_version' => 'v0.3.4', + 'version' => '0.3.4.0', + 'reference' => 'c42749ce627ee4bd6c94599876e17d1dceb4b380', + 'type' => 'library', + 'install_path' => __DIR__ . '/../automattic/jetpack-plans', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-plugins-installer' => array( + 'pretty_version' => 'v0.2.5', + 'version' => '0.2.5.0', + 'reference' => '5c60dba7126a21420a192759af0807ea6b9197e1', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-protect' => array( + 'pretty_version' => 'dev-trunk', + 'version' => 'dev-trunk', + 'reference' => NULL, + 'type' => 'wordpress-plugin', + 'install_path' => __DIR__ . '/../../', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-redirect' => array( + 'pretty_version' => 'v1.7.27', + 'version' => '1.7.27.0', + 'reference' => '43dd3ae2bef71281fe70f62733bfaa44c988f1b1', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-roles' => array( + 'pretty_version' => 'v1.4.25', + 'version' => '1.4.25.0', + 'reference' => '708b33f16a879fc2ab5939a972c968c9aeefbe38', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-status' => array( + 'pretty_version' => 'v1.18.5', + 'version' => '1.18.5.0', + 'reference' => 'fe08772e2005b8cd78ec5e0d416b73a04ae57c10', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-sync' => array( + 'pretty_version' => 'v1.58.1', + 'version' => '1.58.1.0', + 'reference' => '8e6e7516b1d37a131ac693117ccbb00bb85c6fc2', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-transport-helper' => array( + 'pretty_version' => 'v0.1.6', + 'version' => '0.1.6.0', + 'reference' => 'c97a04caa37bd3fb09258f52032e7da640a47a08', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-transport-helper', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'automattic/jetpack-waf' => array( + 'pretty_version' => 'v0.11.13', + 'version' => '0.11.13.0', + 'reference' => '45a338ee01c50246386da3d0c3100ae017d1c0ce', + 'type' => 'jetpack-library', + 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-waf', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'wikimedia/aho-corasick' => array( + 'pretty_version' => 'v1.0.1', + 'version' => '1.0.1.0', + 'reference' => '2f3a1bd765913637a66eade658d11d82f0e551be', + 'type' => 'library', + 'install_path' => __DIR__ . '/../wikimedia/aho-corasick', + 'aliases' => array(), + 'dev_requirement' => false, + ), + ), +); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/jetpack_autoload_classmap.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/jetpack_autoload_classmap.php new file mode 100644 index 00000000..cd61addd --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/jetpack_autoload_classmap.php @@ -0,0 +1,861 @@ + array( + 'version' => '1.0.1.0', + 'path' => $vendorDir . '/wikimedia/aho-corasick/src/MultiStringMatcher.php' + ), + 'AhoCorasick\\MultiStringReplacer' => array( + 'version' => '1.0.1.0', + 'path' => $vendorDir . '/wikimedia/aho-corasick/src/MultiStringReplacer.php' + ), + 'Autoloader' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader.php' + ), + 'Autoloader_Handler' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-handler.php' + ), + 'Autoloader_Locator' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-locator.php' + ), + 'Automattic\\Jetpack\\A8c_Mc_Stats' => array( + 'version' => '1.4.22.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php' + ), + 'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => array( + 'version' => '0.2.23.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php' + ), + 'Automattic\\Jetpack\\Assets' => array( + 'version' => '1.18.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php' + ), + 'Automattic\\Jetpack\\Assets\\Logo' => array( + 'version' => '1.6.3.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php' + ), + 'Automattic\\Jetpack\\Assets\\Semver' => array( + 'version' => '1.18.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php' + ), + 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php' + ), + 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php' + ), + 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php' + ), + 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php' + ), + 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php' + ), + 'Automattic\\Jetpack\\Automatic_Install_Skin' => array( + 'version' => '0.2.5.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php' + ), + 'Automattic\\Jetpack\\Composer\\Manager' => array( + 'version' => '1.1.14.0', + 'path' => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-manager.php' + ), + 'Automattic\\Jetpack\\Composer\\Plugin' => array( + 'version' => '1.1.14.0', + 'path' => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-plugin.php' + ), + 'Automattic\\Jetpack\\Config' => array( + 'version' => '1.15.4.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php' + ), + 'Automattic\\Jetpack\\Connection\\Client' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' + ), + 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' + ), + 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' + ), + 'Automattic\\Jetpack\\Connection\\Initial_State' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' + ), + 'Automattic\\Jetpack\\Connection\\Manager' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' + ), + 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' + ), + 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' + ), + 'Automattic\\Jetpack\\Connection\\Package_Version' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' + ), + 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' + ), + 'Automattic\\Jetpack\\Connection\\Plugin' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' + ), + 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' + ), + 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' + ), + 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' + ), + 'Automattic\\Jetpack\\Connection\\Secrets' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' + ), + 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' + ), + 'Automattic\\Jetpack\\Connection\\Tokens' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' + ), + 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php' + ), + 'Automattic\\Jetpack\\Connection\\Urls' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' + ), + 'Automattic\\Jetpack\\Connection\\Utils' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' + ), + 'Automattic\\Jetpack\\Connection\\Webhooks' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' + ), + 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' + ), + 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' + ), + 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' + ), + 'Automattic\\Jetpack\\Constants' => array( + 'version' => '1.6.23.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php' + ), + 'Automattic\\Jetpack\\CookieState' => array( + 'version' => '1.18.5.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php' + ), + 'Automattic\\Jetpack\\Current_Plan' => array( + 'version' => '0.3.4.0', + 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-current-plan.php' + ), + 'Automattic\\Jetpack\\Device_Detection' => array( + 'version' => '1.4.27.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php' + ), + 'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => array( + 'version' => '1.4.27.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php' + ), + 'Automattic\\Jetpack\\Errors' => array( + 'version' => '1.18.5.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php' + ), + 'Automattic\\Jetpack\\Files' => array( + 'version' => '1.18.5.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' + ), + 'Automattic\\Jetpack\\Heartbeat' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php' + ), + 'Automattic\\Jetpack\\IP\\Utils' => array( + 'version' => '0.1.6.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php' + ), + 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => array( + 'version' => '0.11.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-exception.php' + ), + 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( + 'version' => '0.11.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php' + ), + 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( + 'version' => '0.11.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php' + ), + 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( + 'version' => '0.11.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php' + ), + 'Automattic\\Jetpack\\Identity_Crisis' => array( + 'version' => '0.11.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php' + ), + 'Automattic\\Jetpack\\JITMS\\JITM' => array( + 'version' => '2.5.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php' + ), + 'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array( + 'version' => '2.5.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php' + ), + 'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array( + 'version' => '2.5.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php' + ), + 'Automattic\\Jetpack\\JITMS\\Rest_Api_Endpoints' => array( + 'version' => '2.5.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php' + ), + 'Automattic\\Jetpack\\Licensing' => array( + 'version' => '1.8.4.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php' + ), + 'Automattic\\Jetpack\\Licensing\\Endpoints' => array( + 'version' => '1.8.4.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php' + ), + 'Automattic\\Jetpack\\Modules' => array( + 'version' => '1.18.5.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' + ), + 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( + 'version' => '3.9.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' + ), + 'Automattic\\Jetpack\\Partner' => array( + 'version' => '1.7.25.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-partner/src/class-partner.php' + ), + 'Automattic\\Jetpack\\Partner_Coupon' => array( + 'version' => '1.7.25.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php' + ), + 'Automattic\\Jetpack\\Password_Checker' => array( + 'version' => '0.2.14.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php' + ), + 'Automattic\\Jetpack\\Paths' => array( + 'version' => '1.18.5.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php' + ), + 'Automattic\\Jetpack\\Plans' => array( + 'version' => '0.3.4.0', + 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-plans.php' + ), + 'Automattic\\Jetpack\\Plugins_Installer' => array( + 'version' => '0.2.5.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php' + ), + 'Automattic\\Jetpack\\Protect\\Credentials' => array( + 'version' => 'dev-trunk', + 'path' => $baseDir . '/src/class-credentials.php' + ), + 'Automattic\\Jetpack\\Protect\\Extension_Model' => array( + 'version' => 'dev-trunk', + 'path' => $baseDir . '/src/models/class-extension-model.php' + ), + 'Automattic\\Jetpack\\Protect\\Plan' => array( + 'version' => 'dev-trunk', + 'path' => $baseDir . '/src/class-plan.php' + ), + 'Automattic\\Jetpack\\Protect\\Protect_Status' => array( + 'version' => 'dev-trunk', + 'path' => $baseDir . '/src/class-protect-status.php' + ), + 'Automattic\\Jetpack\\Protect\\REST_Controller' => array( + 'version' => 'dev-trunk', + 'path' => $baseDir . '/src/class-rest-controller.php' + ), + 'Automattic\\Jetpack\\Protect\\Scan_Status' => array( + 'version' => 'dev-trunk', + 'path' => $baseDir . '/src/class-scan-status.php' + ), + 'Automattic\\Jetpack\\Protect\\Site_Health' => array( + 'version' => 'dev-trunk', + 'path' => $baseDir . '/src/class-site-health.php' + ), + 'Automattic\\Jetpack\\Protect\\Status' => array( + 'version' => 'dev-trunk', + 'path' => $baseDir . '/src/class-status.php' + ), + 'Automattic\\Jetpack\\Protect\\Status_Model' => array( + 'version' => 'dev-trunk', + 'path' => $baseDir . '/src/models/class-status-model.php' + ), + 'Automattic\\Jetpack\\Protect\\Threat_Model' => array( + 'version' => 'dev-trunk', + 'path' => $baseDir . '/src/models/class-threat-model.php' + ), + 'Automattic\\Jetpack\\Protect\\Threats' => array( + 'version' => 'dev-trunk', + 'path' => $baseDir . '/src/class-threats.php' + ), + 'Automattic\\Jetpack\\Redirect' => array( + 'version' => '1.7.27.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php' + ), + 'Automattic\\Jetpack\\Roles' => array( + 'version' => '1.4.25.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php' + ), + 'Automattic\\Jetpack\\Status' => array( + 'version' => '1.18.5.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php' + ), + 'Automattic\\Jetpack\\Status\\Cache' => array( + 'version' => '1.18.5.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cache.php' + ), + 'Automattic\\Jetpack\\Status\\Host' => array( + 'version' => '1.18.5.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-host.php' + ), + 'Automattic\\Jetpack\\Status\\Visitor' => array( + 'version' => '1.18.5.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php' + ), + 'Automattic\\Jetpack\\Sync\\Actions' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php' + ), + 'Automattic\\Jetpack\\Sync\\Codec_Interface' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php' + ), + 'Automattic\\Jetpack\\Sync\\Data_Settings' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php' + ), + 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php' + ), + 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php' + ), + 'Automattic\\Jetpack\\Sync\\Defaults' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php' + ), + 'Automattic\\Jetpack\\Sync\\Functions' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php' + ), + 'Automattic\\Jetpack\\Sync\\Health' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php' + ), + 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php' + ), + 'Automattic\\Jetpack\\Sync\\Listener' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php' + ), + 'Automattic\\Jetpack\\Sync\\Lock' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php' + ), + 'Automattic\\Jetpack\\Sync\\Main' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Module' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Search' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php' + ), + 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce_HPOS_Orders' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php' + ), + 'Automattic\\Jetpack\\Sync\\Package_Version' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php' + ), + 'Automattic\\Jetpack\\Sync\\Queue' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php' + ), + 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php' + ), + 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Table' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php' + ), + 'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php' + ), + 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php' + ), + 'Automattic\\Jetpack\\Sync\\REST_Sender' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php' + ), + 'Automattic\\Jetpack\\Sync\\Replicastore' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php' + ), + 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php' + ), + 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php' + ), + 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php' + ), + 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php' + ), + 'Automattic\\Jetpack\\Sync\\Sender' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php' + ), + 'Automattic\\Jetpack\\Sync\\Server' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php' + ), + 'Automattic\\Jetpack\\Sync\\Settings' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php' + ), + 'Automattic\\Jetpack\\Sync\\Simple_Codec' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php' + ), + 'Automattic\\Jetpack\\Sync\\Users' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php' + ), + 'Automattic\\Jetpack\\Sync\\Utils' => array( + 'version' => '1.58.1.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' + ), + 'Automattic\\Jetpack\\Terms_Of_Service' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' + ), + 'Automattic\\Jetpack\\Tracking' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' + ), + 'Automattic\\Jetpack\\Transport_Helper\\Helper_Script_Manager' => array( + 'version' => '0.1.6.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-helper-script-manager.php' + ), + 'Automattic\\Jetpack\\Transport_Helper\\Package_Version' => array( + 'version' => '0.1.6.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-package-version.php' + ), + 'Automattic\\Jetpack\\Transport_Helper\\REST_Controller' => array( + 'version' => '0.1.6.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-rest-controller.php' + ), + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php' + ), + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Blocked_Login_Page' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-blocked-login-page.php' + ), + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Math_Authenticate' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-math-fallback.php' + ), + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Shared_Functions' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-shared-functions.php' + ), + 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Transient_Cleanup' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php' + ), + 'Automattic\\Jetpack\\Waf\\CLI' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php' + ), + 'Automattic\\Jetpack\\Waf\\File_System_Exception' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php' + ), + 'Automattic\\Jetpack\\Waf\\REST_Controller' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php' + ), + 'Automattic\\Jetpack\\Waf\\Rules_API_Exception' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-rules-api-exception.php' + ), + 'Automattic\\Jetpack\\Waf\\Waf_Compatibility' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-compatibility.php' + ), + 'Automattic\\Jetpack\\Waf\\Waf_Constants' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php' + ), + 'Automattic\\Jetpack\\Waf\\Waf_Exception' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-waf-exception.php' + ), + 'Automattic\\Jetpack\\Waf\\Waf_Initializer' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php' + ), + 'Automattic\\Jetpack\\Waf\\Waf_Operators' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php' + ), + 'Automattic\\Jetpack\\Waf\\Waf_Request' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php' + ), + 'Automattic\\Jetpack\\Waf\\Waf_Rules_Manager' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-rules-manager.php' + ), + 'Automattic\\Jetpack\\Waf\\Waf_Runner' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php' + ), + 'Automattic\\Jetpack\\Waf\\Waf_Runtime' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php' + ), + 'Automattic\\Jetpack\\Waf\\Waf_Standalone_Bootstrap' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php' + ), + 'Automattic\\Jetpack\\Waf\\Waf_Stats' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php' + ), + 'Automattic\\Jetpack\\Waf\\Waf_Transforms' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php' + ), + 'Container' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-container.php' + ), + 'Hook_Manager' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' + ), + 'Jetpack_IXR_Client' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' + ), + 'Jetpack_IXR_ClientMulticall' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' + ), + 'Jetpack_Options' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' + ), + 'Jetpack_Protect' => array( + 'version' => 'dev-trunk', + 'path' => $baseDir . '/src/class-jetpack-protect.php' + ), + 'Jetpack_Signature' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' + ), + 'Jetpack_Tracks_Client' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' + ), + 'Jetpack_Tracks_Event' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' + ), + 'Jetpack_XMLRPC_Server' => array( + 'version' => '1.58.2.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php' + ), + 'Latest_Autoloader_Guard' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php' + ), + 'Manifest_Reader' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-manifest-reader.php' + ), + 'PHP_Autoloader' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-php-autoloader.php' + ), + 'Path_Processor' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-path-processor.php' + ), + 'Plugin_Locator' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugin-locator.php' + ), + 'Plugins_Handler' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugins-handler.php' + ), + 'Shutdown_Handler' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php' + ), + 'Version_Loader' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-loader.php' + ), + 'Version_Selector' => array( + 'version' => '2.12.0', + 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php' + ), +); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/jetpack_autoload_filemap.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/jetpack_autoload_filemap.php new file mode 100644 index 00000000..5f9d2311 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/jetpack_autoload_filemap.php @@ -0,0 +1,21 @@ + array( + 'version' => '1.18.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' + ), + '590147edb63acb03b2852d5c4db13ce8' => array( + 'version' => '0.1.6.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/actions.php' + ), + '3d45c7e6a7f0e71849e33afe4b3b3ede' => array( + 'version' => '0.11.13.0', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/cli.php' + ), +); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/platform_check.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/platform_check.php new file mode 100644 index 00000000..d673084e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/platform_check.php @@ -0,0 +1,26 @@ += 50509)) { + $issues[] = 'Your Composer dependencies require a PHP version ">= 5.5.9". You are running ' . PHP_VERSION . '.'; +} + +if ($issues) { + if (!headers_sent()) { + header('HTTP/1.1 500 Internal Server Error'); + } + if (!ini_get('display_errors')) { + if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { + fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); + } elseif (!headers_sent()) { + echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; + } + } + trigger_error( + 'Composer detected issues in your platform: ' . implode(' ', $issues), + E_USER_ERROR + ); +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader-handler.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader-handler.php new file mode 100644 index 00000000..fcfc5b25 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader-handler.php @@ -0,0 +1,147 @@ +php_autoloader = $php_autoloader; + $this->hook_manager = $hook_manager; + $this->manifest_reader = $manifest_reader; + $this->version_selector = $version_selector; + } + + /** + * Checks to see whether or not an autoloader is currently in the process of initializing. + * + * @return bool + */ + public function is_initializing() { + // If no version has been set it means that no autoloader has started initializing yet. + global $jetpack_autoloader_latest_version; + if ( ! isset( $jetpack_autoloader_latest_version ) ) { + return false; + } + + // When the version is set but the classmap is not it ALWAYS means that this is the + // latest autoloader and is being included by an older one. + global $jetpack_packages_classmap; + if ( empty( $jetpack_packages_classmap ) ) { + return true; + } + + // Version 2.4.0 added a new global and altered the reset semantics. We need to check + // the other global as well since it may also point at initialization. + // Note: We don't need to check for the class first because every autoloader that + // will set the latest version global requires this class in the classmap. + $replacing_version = $jetpack_packages_classmap[ AutoloadGenerator::class ]['version']; + if ( $this->version_selector->is_dev_version( $replacing_version ) || version_compare( $replacing_version, '2.4.0.0', '>=' ) ) { + global $jetpack_autoloader_loader; + if ( ! isset( $jetpack_autoloader_loader ) ) { + return true; + } + } + + return false; + } + + /** + * Activates an autoloader using the given plugins and activates it. + * + * @param string[] $plugins The plugins to initialize the autoloader for. + */ + public function activate_autoloader( $plugins ) { + global $jetpack_packages_psr4; + $jetpack_packages_psr4 = array(); + $this->manifest_reader->read_manifests( $plugins, 'vendor/composer/jetpack_autoload_psr4.php', $jetpack_packages_psr4 ); + + global $jetpack_packages_classmap; + $jetpack_packages_classmap = array(); + $this->manifest_reader->read_manifests( $plugins, 'vendor/composer/jetpack_autoload_classmap.php', $jetpack_packages_classmap ); + + global $jetpack_packages_filemap; + $jetpack_packages_filemap = array(); + $this->manifest_reader->read_manifests( $plugins, 'vendor/composer/jetpack_autoload_filemap.php', $jetpack_packages_filemap ); + + $loader = new Version_Loader( + $this->version_selector, + $jetpack_packages_classmap, + $jetpack_packages_psr4, + $jetpack_packages_filemap + ); + + $this->php_autoloader->register_autoloader( $loader ); + + // Now that the autoloader is active we can load the filemap. + $loader->load_filemap(); + } + + /** + * Resets the active autoloader and all related global state. + */ + public function reset_autoloader() { + $this->php_autoloader->unregister_autoloader(); + $this->hook_manager->reset(); + + // Clear all of the autoloader globals so that older autoloaders don't do anything strange. + global $jetpack_autoloader_latest_version; + $jetpack_autoloader_latest_version = null; + + global $jetpack_packages_classmap; + $jetpack_packages_classmap = array(); // Must be array to avoid exceptions in old autoloaders! + + global $jetpack_packages_psr4; + $jetpack_packages_psr4 = array(); // Must be array to avoid exceptions in old autoloaders! + + global $jetpack_packages_filemap; + $jetpack_packages_filemap = array(); // Must be array to avoid exceptions in old autoloaders! + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader-locator.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader-locator.php new file mode 100644 index 00000000..6f2b000d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader-locator.php @@ -0,0 +1,90 @@ +version_selector = $version_selector; + } + + /** + * Finds the path to the plugin with the latest autoloader. + * + * @param array $plugin_paths An array of plugin paths. + * @param string $latest_version The latest version reference. + * + * @return string|null + */ + public function find_latest_autoloader( $plugin_paths, &$latest_version ) { + $latest_plugin = null; + + foreach ( $plugin_paths as $plugin_path ) { + $version = $this->get_autoloader_version( $plugin_path ); + if ( ! $this->version_selector->is_version_update_required( $latest_version, $version ) ) { + continue; + } + + $latest_version = $version; + $latest_plugin = $plugin_path; + } + + return $latest_plugin; + } + + /** + * Gets the path to the autoloader. + * + * @param string $plugin_path The path to the plugin. + * + * @return string + */ + public function get_autoloader_path( $plugin_path ) { + return trailingslashit( $plugin_path ) . 'vendor/autoload_packages.php'; + } + + /** + * Gets the version for the autoloader. + * + * @param string $plugin_path The path to the plugin. + * + * @return string|null + */ + public function get_autoloader_version( $plugin_path ) { + $classmap = trailingslashit( $plugin_path ) . 'vendor/composer/jetpack_autoload_classmap.php'; + if ( ! file_exists( $classmap ) ) { + return null; + } + + $classmap = require $classmap; + if ( isset( $classmap[ AutoloadGenerator::class ] ) ) { + return $classmap[ AutoloadGenerator::class ]['version']; + } + + return null; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader.php new file mode 100644 index 00000000..0f94121d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader.php @@ -0,0 +1,90 @@ +get( Autoloader_Handler::class ); + + // If the autoloader is already initializing it means that it has included us as the latest. + $was_included_by_autoloader = $autoloader_handler->is_initializing(); + + /** @var Plugin_Locator $plugin_locator */ + $plugin_locator = $container->get( Plugin_Locator::class ); + + /** @var Plugins_Handler $plugins_handler */ + $plugins_handler = $container->get( Plugins_Handler::class ); + + // The current plugin is the one that we are attempting to initialize here. + $current_plugin = $plugin_locator->find_current_plugin(); + + // The active plugins are those that we were able to discover on the site. This list will not + // include mu-plugins, those activated by code, or those who are hidden by filtering. We also + // want to take care to not consider the current plugin unknown if it was included by an + // autoloader. This avoids the case where a plugin will be marked "active" while deactivated + // due to it having the latest autoloader. + $active_plugins = $plugins_handler->get_active_plugins( true, ! $was_included_by_autoloader ); + + // The cached plugins are all of those that were active or discovered by the autoloader during a previous request. + // Note that it's possible this list will include plugins that have since been deactivated, but after a request + // the cache should be updated and the deactivated plugins will be removed. + $cached_plugins = $plugins_handler->get_cached_plugins(); + + // We combine the active list and cached list to preemptively load classes for plugins that are + // presently unknown but will be loaded during the request. While this may result in us considering packages in + // deactivated plugins there shouldn't be any problems as a result and the eventual consistency is sufficient. + $all_plugins = array_merge( $active_plugins, $cached_plugins ); + + // In particular we also include the current plugin to address the case where it is the latest autoloader + // but also unknown (and not cached). We don't want it in the active list because we don't know that it + // is active but we need it in the all plugins list so that it is considered by the autoloader. + $all_plugins[] = $current_plugin; + + // We require uniqueness in the array to avoid processing the same plugin more than once. + $all_plugins = array_values( array_unique( $all_plugins ) ); + + /** @var Latest_Autoloader_Guard $guard */ + $guard = $container->get( Latest_Autoloader_Guard::class ); + if ( $guard->should_stop_init( $current_plugin, $all_plugins, $was_included_by_autoloader ) ) { + return; + } + + // Initialize the autoloader using the handler now that we're ready. + $autoloader_handler->activate_autoloader( $all_plugins ); + + /** @var Hook_Manager $hook_manager */ + $hook_manager = $container->get( Hook_Manager::class ); + + // Register a shutdown handler to clean up the autoloader. + $hook_manager->add_action( 'shutdown', new Shutdown_Handler( $plugins_handler, $cached_plugins, $was_included_by_autoloader ) ); + + // phpcs:enable Generic.Commenting.DocComment.MissingShort + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-container.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-container.php new file mode 100644 index 00000000..a2e9eee2 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-container.php @@ -0,0 +1,150 @@ + 'Hook_Manager', + ); + + /** + * A map of all the dependencies we've registered with the container and created. + * + * @var array + */ + protected $dependencies; + + /** + * The constructor. + */ + public function __construct() { + $this->dependencies = array(); + + $this->register_shared_dependencies(); + $this->register_dependencies(); + $this->initialize_globals(); + } + + /** + * Gets a dependency out of the container. + * + * @param string $class The class to fetch. + * + * @return mixed + * @throws \InvalidArgumentException When a class that isn't registered with the container is fetched. + */ + public function get( $class ) { + if ( ! isset( $this->dependencies[ $class ] ) ) { + throw new \InvalidArgumentException( "Class '$class' is not registered with the container." ); + } + + return $this->dependencies[ $class ]; + } + + /** + * Registers all of the dependencies that are shared between all instances of the autoloader. + */ + private function register_shared_dependencies() { + global $jetpack_autoloader_container_shared; + if ( ! isset( $jetpack_autoloader_container_shared ) ) { + $jetpack_autoloader_container_shared = array(); + } + + $key = self::SHARED_DEPENDENCY_KEYS[ Hook_Manager::class ]; + if ( ! isset( $jetpack_autoloader_container_shared[ $key ] ) ) { + require_once __DIR__ . '/class-hook-manager.php'; + $jetpack_autoloader_container_shared[ $key ] = new Hook_Manager(); + } + $this->dependencies[ Hook_Manager::class ] = &$jetpack_autoloader_container_shared[ $key ]; + } + + /** + * Registers all of the dependencies with the container. + */ + private function register_dependencies() { + require_once __DIR__ . '/class-path-processor.php'; + $this->dependencies[ Path_Processor::class ] = new Path_Processor(); + + require_once __DIR__ . '/class-plugin-locator.php'; + $this->dependencies[ Plugin_Locator::class ] = new Plugin_Locator( + $this->get( Path_Processor::class ) + ); + + require_once __DIR__ . '/class-version-selector.php'; + $this->dependencies[ Version_Selector::class ] = new Version_Selector(); + + require_once __DIR__ . '/class-autoloader-locator.php'; + $this->dependencies[ Autoloader_Locator::class ] = new Autoloader_Locator( + $this->get( Version_Selector::class ) + ); + + require_once __DIR__ . '/class-php-autoloader.php'; + $this->dependencies[ PHP_Autoloader::class ] = new PHP_Autoloader(); + + require_once __DIR__ . '/class-manifest-reader.php'; + $this->dependencies[ Manifest_Reader::class ] = new Manifest_Reader( + $this->get( Version_Selector::class ) + ); + + require_once __DIR__ . '/class-plugins-handler.php'; + $this->dependencies[ Plugins_Handler::class ] = new Plugins_Handler( + $this->get( Plugin_Locator::class ), + $this->get( Path_Processor::class ) + ); + + require_once __DIR__ . '/class-autoloader-handler.php'; + $this->dependencies[ Autoloader_Handler::class ] = new Autoloader_Handler( + $this->get( PHP_Autoloader::class ), + $this->get( Hook_Manager::class ), + $this->get( Manifest_Reader::class ), + $this->get( Version_Selector::class ) + ); + + require_once __DIR__ . '/class-latest-autoloader-guard.php'; + $this->dependencies[ Latest_Autoloader_Guard::class ] = new Latest_Autoloader_Guard( + $this->get( Plugins_Handler::class ), + $this->get( Autoloader_Handler::class ), + $this->get( Autoloader_Locator::class ) + ); + + // Register any classes that we will use elsewhere. + require_once __DIR__ . '/class-version-loader.php'; + require_once __DIR__ . '/class-shutdown-handler.php'; + } + + /** + * Initializes any of the globals needed by the autoloader. + */ + private function initialize_globals() { + /* + * This global was retired in version 2.9. The value is set to 'false' to maintain + * compatibility with older versions of the autoloader. + */ + global $jetpack_autoloader_including_latest; + $jetpack_autoloader_including_latest = false; + + // Not all plugins can be found using the locator. In cases where a plugin loads the autoloader + // but was not discoverable, we will record them in this array to track them as "active". + global $jetpack_autoloader_activating_plugins_paths; + if ( ! isset( $jetpack_autoloader_activating_plugins_paths ) ) { + $jetpack_autoloader_activating_plugins_paths = array(); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-hook-manager.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-hook-manager.php new file mode 100644 index 00000000..933f2bc5 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-hook-manager.php @@ -0,0 +1,76 @@ +registered_hooks = array(); + } + + /** + * Adds an action to WordPress and registers it internally. + * + * @param string $tag The name of the action which is hooked. + * @param callable $callable The function to call. + * @param int $priority Used to specify the priority of the action. + * @param int $accepted_args Used to specify the number of arguments the callable accepts. + */ + public function add_action( $tag, $callable, $priority = 10, $accepted_args = 1 ) { + $this->registered_hooks[ $tag ][] = array( + 'priority' => $priority, + 'callable' => $callable, + ); + + add_action( $tag, $callable, $priority, $accepted_args ); + } + + /** + * Adds a filter to WordPress and registers it internally. + * + * @param string $tag The name of the filter which is hooked. + * @param callable $callable The function to call. + * @param int $priority Used to specify the priority of the filter. + * @param int $accepted_args Used to specify the number of arguments the callable accepts. + */ + public function add_filter( $tag, $callable, $priority = 10, $accepted_args = 1 ) { + $this->registered_hooks[ $tag ][] = array( + 'priority' => $priority, + 'callable' => $callable, + ); + + add_filter( $tag, $callable, $priority, $accepted_args ); + } + + /** + * Removes all of the registered hooks. + */ + public function reset() { + foreach ( $this->registered_hooks as $tag => $hooks ) { + foreach ( $hooks as $hook ) { + remove_filter( $tag, $hook['callable'], $hook['priority'] ); + } + } + $this->registered_hooks = array(); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-latest-autoloader-guard.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-latest-autoloader-guard.php new file mode 100644 index 00000000..3bdd4997 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-latest-autoloader-guard.php @@ -0,0 +1,86 @@ +plugins_handler = $plugins_handler; + $this->autoloader_handler = $autoloader_handler; + $this->autoloader_locator = $autoloader_locator; + } + + /** + * Indicates whether or not the autoloader should be initialized. Note that this function + * has the side-effect of actually loading the latest autoloader in the event that this + * is not it. + * + * @param string $current_plugin The current plugin we're checking. + * @param string[] $plugins The active plugins to check for autoloaders in. + * @param bool $was_included_by_autoloader Indicates whether or not this autoloader was included by another. + * + * @return bool True if we should stop initialization, otherwise false. + */ + public function should_stop_init( $current_plugin, $plugins, $was_included_by_autoloader ) { + global $jetpack_autoloader_latest_version; + + // We need to reset the autoloader when the plugins change because + // that means the autoloader was generated with a different list. + if ( $this->plugins_handler->have_plugins_changed( $plugins ) ) { + $this->autoloader_handler->reset_autoloader(); + } + + // When the latest autoloader has already been found we don't need to search for it again. + // We should take care however because this will also trigger if the autoloader has been + // included by an older one. + if ( isset( $jetpack_autoloader_latest_version ) && ! $was_included_by_autoloader ) { + return true; + } + + $latest_plugin = $this->autoloader_locator->find_latest_autoloader( $plugins, $jetpack_autoloader_latest_version ); + if ( isset( $latest_plugin ) && $latest_plugin !== $current_plugin ) { + require $this->autoloader_locator->get_autoloader_path( $latest_plugin ); + return true; + } + + return false; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-manifest-reader.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-manifest-reader.php new file mode 100644 index 00000000..bb461ad7 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-manifest-reader.php @@ -0,0 +1,99 @@ +version_selector = $version_selector; + } + + /** + * Reads all of the manifests in the given plugin paths. + * + * @param array $plugin_paths The paths to the plugins we're loading the manifest in. + * @param string $manifest_path The path that we're loading the manifest from in each plugin. + * @param array $path_map The path map to add the contents of the manifests to. + * + * @return array $path_map The path map we've built using the manifests in each plugin. + */ + public function read_manifests( $plugin_paths, $manifest_path, &$path_map ) { + $file_paths = array_map( + function ( $path ) use ( $manifest_path ) { + return trailingslashit( $path ) . $manifest_path; + }, + $plugin_paths + ); + + foreach ( $file_paths as $path ) { + $this->register_manifest( $path, $path_map ); + } + + return $path_map; + } + + /** + * Registers a plugin's manifest file with the path map. + * + * @param string $manifest_path The absolute path to the manifest that we're loading. + * @param array $path_map The path map to add the contents of the manifest to. + */ + protected function register_manifest( $manifest_path, &$path_map ) { + if ( ! is_readable( $manifest_path ) ) { + return; + } + + $manifest = require $manifest_path; + if ( ! is_array( $manifest ) ) { + return; + } + + foreach ( $manifest as $key => $data ) { + $this->register_record( $key, $data, $path_map ); + } + } + + /** + * Registers an entry from the manifest in the path map. + * + * @param string $key The identifier for the entry we're registering. + * @param array $data The data for the entry we're registering. + * @param array $path_map The path map to add the contents of the manifest to. + */ + protected function register_record( $key, $data, &$path_map ) { + if ( isset( $path_map[ $key ]['version'] ) ) { + $selected_version = $path_map[ $key ]['version']; + } else { + $selected_version = null; + } + + if ( $this->version_selector->is_version_update_required( $selected_version, $data['version'] ) ) { + $path_map[ $key ] = array( + 'version' => $data['version'], + 'path' => $data['path'], + ); + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-path-processor.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-path-processor.php new file mode 100644 index 00000000..0181aba3 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-path-processor.php @@ -0,0 +1,194 @@ +get_normalized_constants(); + foreach ( $constants as $constant => $constant_path ) { + $len = strlen( $constant_path ); + if ( substr( $path, 0, $len ) !== $constant_path ) { + continue; + } + + return substr_replace( $path, '{{' . $constant . '}}', 0, $len ); + } + + return $path; + } + + /** + * Given a path this will replace any of the path constant tokens with the expanded path. + * + * @param string $tokenized_path The path we want to process. + * + * @return string The expanded path. + */ + public function untokenize_path_constants( $tokenized_path ) { + $tokenized_path = wp_normalize_path( $tokenized_path ); + + $constants = $this->get_normalized_constants(); + foreach ( $constants as $constant => $constant_path ) { + $constant = '{{' . $constant . '}}'; + + $len = strlen( $constant ); + if ( substr( $tokenized_path, 0, $len ) !== $constant ) { + continue; + } + + return $this->get_real_path( substr_replace( $tokenized_path, $constant_path, 0, $len ) ); + } + + return $tokenized_path; + } + + /** + * Given a file and an array of places it might be, this will find the absolute path and return it. + * + * @param string $file The plugin or theme file to resolve. + * @param array $directories_to_check The directories we should check for the file if it isn't an absolute path. + * + * @return string|false Returns the absolute path to the directory, otherwise false. + */ + public function find_directory_with_autoloader( $file, $directories_to_check ) { + $file = wp_normalize_path( $file ); + + if ( ! $this->is_absolute_path( $file ) ) { + $file = $this->find_absolute_plugin_path( $file, $directories_to_check ); + if ( ! isset( $file ) ) { + return false; + } + } + + // We need the real path for consistency with __DIR__ paths. + $file = $this->get_real_path( $file ); + + // phpcs:disable WordPress.PHP.NoSilencedErrors.Discouraged + $directory = @is_file( $file ) ? dirname( $file ) : $file; + if ( ! @is_file( $directory . '/vendor/composer/jetpack_autoload_classmap.php' ) ) { + return false; + } + // phpcs:enable WordPress.PHP.NoSilencedErrors.Discouraged + + return $directory; + } + + /** + * Fetches an array of normalized paths keyed by the constant they came from. + * + * @return string[] The normalized paths keyed by the constant. + */ + private function get_normalized_constants() { + $raw_constants = array( + // Order the constants from most-specific to least-specific. + 'WP_PLUGIN_DIR', + 'WPMU_PLUGIN_DIR', + 'WP_CONTENT_DIR', + 'ABSPATH', + ); + + $constants = array(); + foreach ( $raw_constants as $raw ) { + if ( ! defined( $raw ) ) { + continue; + } + + $path = wp_normalize_path( constant( $raw ) ); + if ( isset( $path ) ) { + $constants[ $raw ] = $path; + } + } + + return $constants; + } + + /** + * Indicates whether or not a path is absolute. + * + * @param string $path The path to check. + * + * @return bool True if the path is absolute, otherwise false. + */ + private function is_absolute_path( $path ) { + if ( 0 === strlen( $path ) || '.' === $path[0] ) { + return false; + } + + // Absolute paths on Windows may begin with a drive letter. + if ( preg_match( '/^[a-zA-Z]:[\/\\\\]/', $path ) ) { + return true; + } + + // A path starting with / or \ is absolute; anything else is relative. + return ( '/' === $path[0] || '\\' === $path[0] ); + } + + /** + * Given a file and a list of directories to check, this method will try to figure out + * the absolute path to the file in question. + * + * @param string $normalized_path The normalized path to the plugin or theme file to resolve. + * @param array $directories_to_check The directories we should check for the file if it isn't an absolute path. + * + * @return string|null The absolute path to the plugin file, otherwise null. + */ + private function find_absolute_plugin_path( $normalized_path, $directories_to_check ) { + // We're only able to find the absolute path for plugin/theme PHP files. + if ( ! is_string( $normalized_path ) || '.php' !== substr( $normalized_path, -4 ) ) { + return null; + } + + foreach ( $directories_to_check as $directory ) { + $normalized_check = wp_normalize_path( trailingslashit( $directory ) ) . $normalized_path; + // phpcs:ignore WordPress.PHP.NoSilencedErrors.Discouraged + if ( @is_file( $normalized_check ) ) { + return $normalized_check; + } + } + + return null; + } + + /** + * Given a path this will figure out the real path that we should be using. + * + * @param string $path The path to resolve. + * + * @return string The resolved path. + */ + private function get_real_path( $path ) { + // We want to resolve symbolic links for consistency with __DIR__ paths. + // phpcs:ignore WordPress.PHP.NoSilencedErrors.Discouraged + $real_path = @realpath( $path ); + if ( false === $real_path ) { + // Let the autoloader deal with paths that don't exist. + $real_path = $path; + } + + // Using realpath will make it platform-specific so we must normalize it after. + if ( $path !== $real_path ) { + $real_path = wp_normalize_path( $real_path ); + } + + return $real_path; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-php-autoloader.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-php-autoloader.php new file mode 100644 index 00000000..1754784c --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-php-autoloader.php @@ -0,0 +1,93 @@ +unregister_autoloader(); + + // Set the global so that it can be used to load classes. + global $jetpack_autoloader_loader; + $jetpack_autoloader_loader = $version_loader; + + // Ensure that the autoloader is first to avoid contention with others. + spl_autoload_register( array( self::class, 'load_class' ), true, true ); + } + + /** + * Unregisters the active autoloader so that it will no longer autoload classes. + */ + public function unregister_autoloader() { + // Remove any v2 autoloader that we've already registered. + $autoload_chain = spl_autoload_functions(); + if ( ! $autoload_chain ) { + return; + } + foreach ( $autoload_chain as $autoloader ) { + // We can identify a v2 autoloader using the namespace. + $namespace_check = null; + + // Functions are recorded as strings. + if ( is_string( $autoloader ) ) { + $namespace_check = $autoloader; + } elseif ( is_array( $autoloader ) && is_string( $autoloader[0] ) ) { + // Static method calls have the class as the first array element. + $namespace_check = $autoloader[0]; + } else { + // Since the autoloader has only ever been a function or a static method we don't currently need to check anything else. + continue; + } + + // Check for the namespace without the generated suffix. + if ( 'Automattic\\Jetpack\\Autoloader\\jp' === substr( $namespace_check, 0, 32 ) ) { + spl_autoload_unregister( $autoloader ); + } + } + + // Clear the global now that the autoloader has been unregistered. + global $jetpack_autoloader_loader; + $jetpack_autoloader_loader = null; + } + + /** + * Loads a class file if one could be found. + * + * Note: This function is static so that the autoloader can be easily unregistered. If + * it was a class method we would have to unwrap the object to check the namespace. + * + * @param string $class_name The name of the class to autoload. + * + * @return bool Indicates whether or not a class file was loaded. + */ + public static function load_class( $class_name ) { + global $jetpack_autoloader_loader; + if ( ! isset( $jetpack_autoloader_loader ) ) { + return; + } + + $file = $jetpack_autoloader_loader->find_class_file( $class_name ); + if ( ! isset( $file ) ) { + return false; + } + + require $file; + return true; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-plugin-locator.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-plugin-locator.php new file mode 100644 index 00000000..4c51743d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-plugin-locator.php @@ -0,0 +1,153 @@ +path_processor = $path_processor; + } + + /** + * Finds the path to the current plugin. + * + * @return string $path The path to the current plugin. + * + * @throws \RuntimeException If the current plugin does not have an autoloader. + */ + public function find_current_plugin() { + // Escape from `vendor/__DIR__` to root plugin directory. + $plugin_directory = dirname( dirname( __DIR__ ) ); + + // Use the path processor to ensure that this is an autoloader we're referencing. + $path = $this->path_processor->find_directory_with_autoloader( $plugin_directory, array() ); + if ( false === $path ) { + throw new \RuntimeException( 'Failed to locate plugin ' . $plugin_directory ); + } + + return $path; + } + + /** + * Checks a given option for plugin paths. + * + * @param string $option_name The option that we want to check for plugin information. + * @param bool $site_option Indicates whether or not we want to check the site option. + * + * @return array $plugin_paths The list of absolute paths we've found. + */ + public function find_using_option( $option_name, $site_option = false ) { + $raw = $site_option ? get_site_option( $option_name ) : get_option( $option_name ); + if ( false === $raw ) { + return array(); + } + + return $this->convert_plugins_to_paths( $raw ); + } + + /** + * Checks for plugins in the `action` request parameter. + * + * @param string[] $allowed_actions The actions that we're allowed to return plugins for. + * + * @return array $plugin_paths The list of absolute paths we've found. + */ + public function find_using_request_action( $allowed_actions ) { + /** + * Note: we're not actually checking the nonce here because it's too early + * in the execution. The pluggable functions are not yet loaded to give + * plugins a chance to plug their versions. Therefore we're doing the bare + * minimum: checking whether the nonce exists and it's in the right place. + * The request will fail later if the nonce doesn't pass the check. + */ + if ( empty( $_REQUEST['_wpnonce'] ) ) { + return array(); + } + + // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- Validated just below. + $action = isset( $_REQUEST['action'] ) ? wp_unslash( $_REQUEST['action'] ) : false; + if ( ! in_array( $action, $allowed_actions, true ) ) { + return array(); + } + + $plugin_slugs = array(); + switch ( $action ) { + case 'activate': + case 'deactivate': + if ( empty( $_REQUEST['plugin'] ) ) { + break; + } + + // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- Validated by convert_plugins_to_paths. + $plugin_slugs[] = wp_unslash( $_REQUEST['plugin'] ); + break; + + case 'activate-selected': + case 'deactivate-selected': + if ( empty( $_REQUEST['checked'] ) ) { + break; + } + + // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- Validated by convert_plugins_to_paths. + $plugin_slugs = wp_unslash( $_REQUEST['checked'] ); + break; + } + + return $this->convert_plugins_to_paths( $plugin_slugs ); + } + + /** + * Given an array of plugin slugs or paths, this will convert them to absolute paths and filter + * out the plugins that are not directory plugins. Note that array keys will also be included + * if they are plugin paths! + * + * @param string[] $plugins Plugin paths or slugs to filter. + * + * @return string[] + */ + private function convert_plugins_to_paths( $plugins ) { + if ( ! is_array( $plugins ) || empty( $plugins ) ) { + return array(); + } + + // We're going to look for plugins in the standard directories. + $path_constants = array( WP_PLUGIN_DIR, WPMU_PLUGIN_DIR ); + + $plugin_paths = array(); + foreach ( $plugins as $key => $value ) { + $path = $this->path_processor->find_directory_with_autoloader( $key, $path_constants ); + if ( $path ) { + $plugin_paths[] = $path; + } + + $path = $this->path_processor->find_directory_with_autoloader( $value, $path_constants ); + if ( $path ) { + $plugin_paths[] = $path; + } + } + + return $plugin_paths; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-plugins-handler.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-plugins-handler.php new file mode 100644 index 00000000..fac2f01e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-plugins-handler.php @@ -0,0 +1,164 @@ +plugin_locator = $plugin_locator; + $this->path_processor = $path_processor; + } + + /** + * Gets all of the active plugins we can find. + * + * @param bool $include_deactivating When true, plugins deactivating this request will be considered active. + * @param bool $record_unknown When true, the current plugin will be marked as active and recorded when unknown. + * + * @return string[] + */ + public function get_active_plugins( $include_deactivating, $record_unknown ) { + global $jetpack_autoloader_activating_plugins_paths; + + // We're going to build a unique list of plugins from a few different sources + // to find all of our "active" plugins. While we need to return an integer + // array, we're going to use an associative array internally to reduce + // the amount of time that we're going to spend checking uniqueness + // and merging different arrays together to form the output. + $active_plugins = array(); + + // Make sure that plugins which have activated this request are considered as "active" even though + // they probably won't be present in any option. + if ( is_array( $jetpack_autoloader_activating_plugins_paths ) ) { + foreach ( $jetpack_autoloader_activating_plugins_paths as $path ) { + $active_plugins[ $path ] = $path; + } + } + + // This option contains all of the plugins that have been activated. + $plugins = $this->plugin_locator->find_using_option( 'active_plugins' ); + foreach ( $plugins as $path ) { + $active_plugins[ $path ] = $path; + } + + // This option contains all of the multisite plugins that have been activated. + if ( is_multisite() ) { + $plugins = $this->plugin_locator->find_using_option( 'active_sitewide_plugins', true ); + foreach ( $plugins as $path ) { + $active_plugins[ $path ] = $path; + } + } + + // These actions contain plugins that are being activated/deactivated during this request. + $plugins = $this->plugin_locator->find_using_request_action( array( 'activate', 'activate-selected', 'deactivate', 'deactivate-selected' ) ); + foreach ( $plugins as $path ) { + $active_plugins[ $path ] = $path; + } + + // When the current plugin isn't considered "active" there's a problem. + // Since we're here, the plugin is active and currently being loaded. + // We can support this case (mu-plugins and non-standard activation) + // by adding the current plugin to the active list and marking it + // as an unknown (activating) plugin. This also has the benefit + // of causing a reset because the active plugins list has + // been changed since it was saved in the global. + $current_plugin = $this->plugin_locator->find_current_plugin(); + if ( $record_unknown && ! in_array( $current_plugin, $active_plugins, true ) ) { + $active_plugins[ $current_plugin ] = $current_plugin; + $jetpack_autoloader_activating_plugins_paths[] = $current_plugin; + } + + // When deactivating plugins aren't desired we should entirely remove them from the active list. + if ( ! $include_deactivating ) { + // These actions contain plugins that are being deactivated during this request. + $plugins = $this->plugin_locator->find_using_request_action( array( 'deactivate', 'deactivate-selected' ) ); + foreach ( $plugins as $path ) { + unset( $active_plugins[ $path ] ); + } + } + + // Transform the array so that we don't have to worry about the keys interacting with other array types later. + return array_values( $active_plugins ); + } + + /** + * Gets all of the cached plugins if there are any. + * + * @return string[] + */ + public function get_cached_plugins() { + $cached = get_transient( self::TRANSIENT_KEY ); + if ( ! is_array( $cached ) || empty( $cached ) ) { + return array(); + } + + // We need to expand the tokens to an absolute path for this webserver. + return array_map( array( $this->path_processor, 'untokenize_path_constants' ), $cached ); + } + + /** + * Saves the plugin list to the cache. + * + * @param array $plugins The plugin list to save to the cache. + */ + public function cache_plugins( $plugins ) { + // We store the paths in a tokenized form so that that webservers with different absolute paths don't break. + $plugins = array_map( array( $this->path_processor, 'tokenize_path_constants' ), $plugins ); + + set_transient( self::TRANSIENT_KEY, $plugins ); + } + + /** + * Checks to see whether or not the plugin list given has changed when compared to the + * shared `$jetpack_autoloader_cached_plugin_paths` global. This allows us to deal + * with cases where the active list may change due to filtering.. + * + * @param string[] $plugins The plugins list to check against the global cache. + * + * @return bool True if the plugins have changed, otherwise false. + */ + public function have_plugins_changed( $plugins ) { + global $jetpack_autoloader_cached_plugin_paths; + + if ( $jetpack_autoloader_cached_plugin_paths !== $plugins ) { + $jetpack_autoloader_cached_plugin_paths = $plugins; + return true; + } + + return false; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-shutdown-handler.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-shutdown-handler.php new file mode 100644 index 00000000..5ccc23a0 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-shutdown-handler.php @@ -0,0 +1,92 @@ +plugins_handler = $plugins_handler; + $this->cached_plugins = $cached_plugins; + $this->was_included_by_autoloader = $was_included_by_autoloader; + } + + /** + * Handles the shutdown of the autoloader. + */ + public function __invoke() { + // Don't save a broken cache if an error happens during some plugin's initialization. + if ( ! did_action( 'plugins_loaded' ) ) { + // Ensure that the cache is emptied to prevent consecutive failures if the cache is to blame. + if ( ! empty( $this->cached_plugins ) ) { + $this->plugins_handler->cache_plugins( array() ); + } + + return; + } + + // Load the active plugins fresh since the list we pulled earlier might not contain + // plugins that were activated but did not reset the autoloader. This happens + // when a plugin is in the cache but not "active" when the autoloader loads. + // We also want to make sure that plugins which are deactivating are not + // considered "active" so that they will be removed from the cache now. + try { + $active_plugins = $this->plugins_handler->get_active_plugins( false, ! $this->was_included_by_autoloader ); + } catch ( \Exception $ex ) { + // When the package is deleted before shutdown it will throw an exception. + // In the event this happens we should erase the cache. + if ( ! empty( $this->cached_plugins ) ) { + $this->plugins_handler->cache_plugins( array() ); + } + return; + } + + // The paths should be sorted for easy comparisons with those loaded from the cache. + // Note we don't need to sort the cached entries because they're already sorted. + sort( $active_plugins ); + + // We don't want to waste time saving a cache that hasn't changed. + if ( $this->cached_plugins === $active_plugins ) { + return; + } + + $this->plugins_handler->cache_plugins( $active_plugins ); + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-version-loader.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-version-loader.php new file mode 100644 index 00000000..871c0fd4 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-version-loader.php @@ -0,0 +1,164 @@ +version_selector = $version_selector; + $this->classmap = $classmap; + $this->psr4_map = $psr4_map; + $this->filemap = $filemap; + } + + /** + * Finds the file path for the given class. + * + * @param string $class_name The class to find. + * + * @return string|null $file_path The path to the file if found, null if no class was found. + */ + public function find_class_file( $class_name ) { + $data = $this->select_newest_file( + isset( $this->classmap[ $class_name ] ) ? $this->classmap[ $class_name ] : null, + $this->find_psr4_file( $class_name ) + ); + if ( ! isset( $data ) ) { + return null; + } + + return $data['path']; + } + + /** + * Load all of the files in the filemap. + */ + public function load_filemap() { + if ( empty( $this->filemap ) ) { + return; + } + + foreach ( $this->filemap as $file_identifier => $file_data ) { + if ( empty( $GLOBALS['__composer_autoload_files'][ $file_identifier ] ) ) { + require_once $file_data['path']; + + $GLOBALS['__composer_autoload_files'][ $file_identifier ] = true; + } + } + } + + /** + * Compares different class sources and returns the newest. + * + * @param array|null $classmap_data The classmap class data. + * @param array|null $psr4_data The PSR-4 class data. + * + * @return array|null $data + */ + private function select_newest_file( $classmap_data, $psr4_data ) { + if ( ! isset( $classmap_data ) ) { + return $psr4_data; + } elseif ( ! isset( $psr4_data ) ) { + return $classmap_data; + } + + if ( $this->version_selector->is_version_update_required( $classmap_data['version'], $psr4_data['version'] ) ) { + return $psr4_data; + } + + return $classmap_data; + } + + /** + * Finds the file for a given class in a PSR-4 namespace. + * + * @param string $class_name The class to find. + * + * @return array|null $data The version and path path to the file if found, null otherwise. + */ + private function find_psr4_file( $class_name ) { + if ( ! isset( $this->psr4_map ) ) { + return null; + } + + // Don't bother with classes that have no namespace. + $class_index = strrpos( $class_name, '\\' ); + if ( ! $class_index ) { + return null; + } + $class_for_path = str_replace( '\\', '/', $class_name ); + + // Search for the namespace by iteratively cutting off the last segment until + // we find a match. This allows us to check the most-specific namespaces + // first as well as minimize the amount of time spent looking. + for ( + $class_namespace = substr( $class_name, 0, $class_index ); + ! empty( $class_namespace ); + $class_namespace = substr( $class_namespace, 0, strrpos( $class_namespace, '\\' ) ) + ) { + $namespace = $class_namespace . '\\'; + if ( ! isset( $this->psr4_map[ $namespace ] ) ) { + continue; + } + $data = $this->psr4_map[ $namespace ]; + + foreach ( $data['path'] as $path ) { + $path .= '/' . substr( $class_for_path, strlen( $namespace ) ) . '.php'; + if ( file_exists( $path ) ) { + return array( + 'version' => $data['version'], + 'path' => $path, + ); + } + } + } + + return null; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-version-selector.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-version-selector.php new file mode 100644 index 00000000..d070f343 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-version-selector.php @@ -0,0 +1,69 @@ +is_dev_version( $selected_version ) ) { + return false; + } + + if ( $this->is_dev_version( $compare_version ) ) { + if ( $use_dev_versions ) { + return true; + } else { + return false; + } + } + + if ( version_compare( $selected_version, $compare_version, '<' ) ) { + return true; + } + + return false; + } + + /** + * Checks whether the given package version is a development version. + * + * @param String $version The package version. + * + * @return bool True if the version is a dev version, else false. + */ + public function is_dev_version( $version ) { + if ( 'dev-' === substr( $version, 0, 4 ) || '9999999-dev' === $version ) { + return true; + } + + return false; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/LICENSE b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/LICENSE new file mode 100644 index 00000000..d6456956 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/NOTICE b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/NOTICE new file mode 100644 index 00000000..344d6275 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/NOTICE @@ -0,0 +1,2 @@ +AhoCorasick PHP Library +Copyright 2015 Ori Livneh diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/bench/bench.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/bench/bench.php new file mode 100644 index 00000000..499899a8 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/bench/bench.php @@ -0,0 +1,75 @@ +searchAndReplace( $text ); + } + $endTime = microtime( true ); + $wallTime = 1000 * ( ( $endTime - $startTime ) / $loops ); + printf( "%-'.40s %.2fms\n", 'MultiStringRepeater::searchAndReplace(): ', $wallTime ); + if ( $profile ) { + $profile = xhprof_disable(); + foreach ( $profile as $func => $data ) { + printf( "%s: %.2f\n", $func, $data['cpu'] / $data['ct'] ); + } + } +} + +if ( function_exists( 'fss_prep_replace' ) && isset( $options['fss'] ) ) { + $fss = fss_prep_replace( $zh2Hant ); + $startTime = microtime( true ); + for ( $i = 0; $i < $loops; $i++ ) { + fss_exec_replace( $fss, $text ); + } + $endTime = microtime( true ); + $wallTime = 1000 * ( ( $endTime - $startTime ) / $loops ); + printf( "%-'.40s %.2fms\n", 'fss_exec_replace(): ', $wallTime ); +} + +if ( isset( $options['strtr'] ) ) { + $startTime = microtime( true ); + for ( $i = 0; $i < $loops; $i++ ) { + strtr( $text, $zh2Hant ); + } + $endTime = microtime( true ); + $wallTime = 1000 * ( ( $endTime - $startTime ) / $loops ); + printf( "%-'.40s %.2fms\n", 'strtr(): ', $wallTime ); +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/bench/check.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/bench/check.php new file mode 100644 index 00000000..1cb6384e --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/bench/check.php @@ -0,0 +1,42 @@ +searchAndReplace( $text ) !== $expected ) { + echo "ERROR\n"; + $status = 1; +} else { + echo "OK\n"; +} + +if ( function_exists( 'fss_exec_replace' ) ) { + echo "fss_exec_replace(): "; + $fss = fss_prep_replace( $zh2Hant ); + if ( fss_exec_replace( $fss, $text ) !== $expected ) { + echo "ERROR\n"; + $status = 1; + } else { + echo "OK\n"; + } +} + +exit( $status ); diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/src/MultiStringMatcher.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/src/MultiStringMatcher.php new file mode 100644 index 00000000..b2953c4d --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/src/MultiStringMatcher.php @@ -0,0 +1,230 @@ + + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * @file + * @author Ori Livneh + */ + +namespace AhoCorasick; + +/** + * Represents a finite state machine that can find all occurrences + * of a set of search keywords in a body of text. + * + * The time it takes to construct the finite state machine is + * proportional to the sum of the lengths of the search keywords. + * Once constructed, the machine can locate all occurences of all + * search keywords in a body of text in a single pass, making exactly + * one state transition per input character. + * + * This is an implementation of the Aho-Corasick string matching + * algorithm. + * + * Alfred V. Aho and Margaret J. Corasick, "Efficient string matching: + * an aid to bibliographic search", CACM, 18(6):333-340, June 1975. + * + * @link http://xlinux.nist.gov/dads//HTML/ahoCorasick.html + */ +class MultiStringMatcher { + + /** @var string[] The set of keywords to be searched for. **/ + protected $searchKeywords = []; + + /** @var int The number of possible states of the string-matching finite state machine. **/ + protected $numStates = 1; + + /** @var array Mapping of states to outputs. **/ + protected $outputs = []; + + /** @var array Mapping of failure transitions. **/ + protected $noTransitions = []; + + /** @var array Mapping of success transitions. **/ + protected $yesTransitions = []; + + /** + * Constructor. + * + * @param string[] $searchKeywords The set of keywords to be matched. + */ + public function __construct( array $searchKeywords ) { + foreach ( $searchKeywords as $keyword ) { + if ( $keyword !== '' ) { + $this->searchKeywords[$keyword] = strlen( $keyword ); + } + } + + if ( !$this->searchKeywords ) { + trigger_error( __METHOD__ . ': The set of search keywords is empty.', E_USER_WARNING ); + // Unreachable 'return' when PHPUnit detects trigger_error + return; // @codeCoverageIgnore + } + + $this->computeYesTransitions(); + $this->computeNoTransitions(); + } + + /** + * Accessor for the search keywords. + * + * @return string[] Search keywords. + */ + public function getKeywords() { + return array_keys( $this->searchKeywords ); + } + + /** + * Map the current state and input character to the next state. + * + * @param int $currentState The current state of the string-matching + * automaton. + * @param string $inputChar The character the string-matching + * automaton is currently processing. + * @return int The state the automaton should transition to. + */ + public function nextState( $currentState, $inputChar ) { + $initialState = $currentState; + while ( true ) { + $transitions =& $this->yesTransitions[$currentState]; + if ( isset( $transitions[$inputChar] ) ) { + $nextState = $transitions[$inputChar]; + // Avoid failure transitions next time. + if ( $currentState !== $initialState ) { + $this->yesTransitions[$initialState][$inputChar] = $nextState; + } + return $nextState; + } + if ( $currentState === 0 ) { + return 0; + } + $currentState = $this->noTransitions[$currentState]; + } + // Unreachable outside 'while' + } // @codeCoverageIgnore + + /** + * Locate the search keywords in some text. + * + * @param string $text The string to search in. + * @return array[] An array of matches. Each match is a vector + * containing an integer offset and the matched keyword. + * + * @par Example: + * @code + * $keywords = new MultiStringMatcher( array( 'ore', 'hell' ) ); + * $keywords->searchIn( 'She sells sea shells by the sea shore.' ); + * // result: array( array( 15, 'hell' ), array( 34, 'ore' ) ) + * @endcode + */ + public function searchIn( $text ) { + if ( !$this->searchKeywords || $text === '' ) { + return []; // fast path + } + + $state = 0; + $results = []; + $length = strlen( $text ); + + for ( $i = 0; $i < $length; $i++ ) { + $ch = $text[$i]; + $state = $this->nextState( $state, $ch ); + foreach ( $this->outputs[$state] as $match ) { + $offset = $i - $this->searchKeywords[$match] + 1; + $results[] = [ $offset, $match ]; + } + } + + return $results; + } + + /** + * Get the state transitions which the string-matching automaton + * shall make as it advances through input text. + * + * Constructs a directed tree with a root node which represents the + * initial state of the string-matching automaton and from which a + * path exists which spells out each search keyword. + */ + protected function computeYesTransitions() { + $this->yesTransitions = [ [] ]; + $this->outputs = [ [] ]; + foreach ( $this->searchKeywords as $keyword => $length ) { + $state = 0; + for ( $i = 0; $i < $length; $i++ ) { + $ch = $keyword[$i]; + if ( !empty( $this->yesTransitions[$state][$ch] ) ) { + $state = $this->yesTransitions[$state][$ch]; + } else { + $this->yesTransitions[$state][$ch] = $this->numStates; + $this->yesTransitions[] = []; + $this->outputs[] = []; + $state = $this->numStates++; + } + } + + $this->outputs[$state][] = $keyword; + } + } + + /** + * Get the state transitions which the string-matching automaton + * shall make when a partial match proves false. + */ + protected function computeNoTransitions() { + $queue = []; + $this->noTransitions = []; + + foreach ( $this->yesTransitions[0] as $ch => $toState ) { + $queue[] = $toState; + $this->noTransitions[$toState] = 0; + } + + while ( true ) { + $fromState = array_shift( $queue ); + if ( $fromState === null ) { + break; + } + foreach ( $this->yesTransitions[$fromState] as $ch => $toState ) { + $queue[] = $toState; + $state = $this->noTransitions[$fromState]; + + while ( $state !== 0 && empty( $this->yesTransitions[$state][$ch] ) ) { + $state = $this->noTransitions[$state]; + } + + if ( isset( $this->yesTransitions[$state][$ch] ) ) { + $noState = $this->yesTransitions[$state][$ch]; + } else { + $noState = 0; + } + + $this->noTransitions[$toState] = $noState; + $this->outputs[$toState] = array_merge( + $this->outputs[$toState], $this->outputs[$noState] ); + } + } + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/src/MultiStringReplacer.php b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/src/MultiStringReplacer.php new file mode 100644 index 00000000..6b7891f6 --- /dev/null +++ b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/src/MultiStringReplacer.php @@ -0,0 +1,96 @@ + + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * @file + * @author Ori Livneh + */ + +namespace AhoCorasick; + +/** + * This class extends MultiStringMatcher, adding search and replace + * functionality. + */ +class MultiStringReplacer extends MultiStringMatcher { + + /** @var array Mapping of states to outputs. **/ + protected $replacePairs = []; + + /** + * Constructor. + * + * @param array $replacePairs array of ( 'from' => 'to' ) replacement pairs. + */ + public function __construct( array $replacePairs ) { + foreach ( $replacePairs as $keyword => $replacement ) { + if ( $keyword !== '' ) { + $this->replacePairs[$keyword] = $replacement; + } + } + parent::__construct( array_keys( $this->replacePairs ) ); + } + + /** + * Search and replace a set of keywords in some text. + * + * @param string $text The string to search in. + * @return string The input text with replacements. + * + * @par Example: + * @code + * $replacer = new MultiStringReplacer( array( 'csh' => 'sea shells' ) ); + * $replacer->searchAndReplace( 'She sells csh by the sea shore.' ); + * // result: 'She sells sea shells by the sea shore.' + * @endcode + */ + public function searchAndReplace( $text ) { + $state = 0; + $length = strlen( $text ); + $matches = []; + for ( $i = 0; $i < $length; $i++ ) { + $ch = $text[$i]; + $state = $this->nextState( $state, $ch ); + foreach ( $this->outputs[$state] as $match ) { + $offset = $i - $this->searchKeywords[$match] + 1; + $matches[$offset] = $match; + } + } + ksort( $matches ); + + $buf = ''; + $lastInsert = 0; + foreach ( $matches as $offset => $match ) { + if ( $offset >= $lastInsert ) { + $buf .= substr( $text, $lastInsert, $offset - $lastInsert ); + $buf .= $this->replacePairs[$match]; + $lastInsert = $offset + $this->searchKeywords[$match]; + } + } + $buf .= substr( $text, $lastInsert ); + + return $buf; + } +} diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/CHANGELOG.md b/wp-content/upgrade-temp-backup/plugins/menu-icons/CHANGELOG.md deleted file mode 100644 index 521880a0..00000000 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/CHANGELOG.md +++ /dev/null @@ -1,116 +0,0 @@ -##### [Version 0.13.7](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.6...v0.13.7) (2023-08-17) - -- Updated dependencies -- Fixed broken button layout issues in other languages - -##### [Version 0.13.6](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.5...v0.13.6) (2023-07-07) - -- Updated composer dependencies to address warning in the widgets section - -##### [Version 0.13.5](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.4...v0.13.5) (2023-03-30) - -- Updated Dependencies and WordPress core tested up to version 6.2 - -##### [Version 0.13.4](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.3...v0.13.4) (2023-03-01) - -Update dependencies - -##### [Version 0.13.3](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.2...v0.13.3) (2023-02-25) - -- Fix img width/height value, props @Htbaa -- Update dependencies - -##### [Version 0.13.2](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.1...v0.13.2) (2022-11-24) - -* Fix - update dependencies - -##### [Version 0.13.1](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.0...v0.13.1) (2022-11-04) - -Tested with the WordPress 6.1 version - -#### [Version 0.13.0](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.12...v0.13.0) (2022-08-23) - -* Fix Neve upsells showing up inconsistently on edge cases -* Fix inconsistency with Font Awesome 5 and adds compatibility with 6th version -* Fix compatibility with JupiterX -* Update dependencies - -##### [Version 0.12.12](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.11...v0.12.12) (2022-05-27) - -- Fix the style handler conflict issue which breaks the arrow icon of the submenus on some themes -- Fix dismiss dashboard notice issue on some edge cases -- Fix compatibility with the Max Mega Menu plugin - -##### [Version 0.12.11](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.10...v0.12.11) (2022-03-16) - -Add font awesome 5 support -Enhance compatibility with Otter/Neve - -##### [Version 0.12.10](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.9...v0.12.10) (2022-02-07) - -- [Fix] Add support for alt attribute for SVG icons -- Tested up with WordPress 5.9 - -##### [Version 0.12.9](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.8...v0.12.9) (2021-08-04) - -* Tested compatibility with WordPress 5.8 - -##### [Version 0.12.8](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.7...v0.12.8) (2021-05-12) - -* Fix issue when the image is not accessible to fetch the width/height metadata. - -##### [Version 0.12.7](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.6...v0.12.7) (2021-05-07) - -Fix PHP fatal error when uploading SVG with the image uploader - -##### [Version 0.12.6](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.5...v0.12.6) (2021-05-05) - -* Adds explicit width/height to icons to prevent layout shifts issues - -### v0.12.5 - 2020-08-18 - **Changes:** - - ### v0.12.4 - 2020-07-13 - **Changes:** - * Fix Font Awesome not loading - - ### v0.12.3 - 2020-07-13 - **Changes:** - * Fixed Menu Icons in Block Editor not working -* Fixed CWP links. - - ### v0.12.2 - 2019-11-15 - **Changes:** - - ### v0.12.1 - 2019-11-15 - **Changes:** - * Improve legacy compatibility - - ### v0.12.0 - 2019-11-15 - **Changes:** - * Fix issues with WordPress 5.3. - - ### v0.11.5 - 2019-05-23 - **Changes:** - * Sync composer dependencies with the latest version - - ### v0.11.4 - 2018-12-10 - **Changes:** - * fix issue with composer libraries. - - ### v0.11.3 - 2018-12-10 - **Changes:** - * Tested with WP 5.0 - - ### v0.11.2 - 2018-03-05 - **Changes:** - * Improve popup sidebar layout. - - ### v0.11.1 - 2018-02-24 - **Changes:** - * Add recommendation boxes in the menu icon popup. - - ### v0.11.0 - 2018-01-05 - **Changes:** - * Change ownership to ThemeIsle. -* Improves compatibility with various ThemeIsle products. diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/CONTRIBUTING.md b/wp-content/upgrade-temp-backup/plugins/menu-icons/CONTRIBUTING.md deleted file mode 100644 index 36b5b5b1..00000000 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/CONTRIBUTING.md +++ /dev/null @@ -1,13 +0,0 @@ -## Releasing - -This repository uses conventional [changelog commit](https://github.com/Codeinwp/conventional-changelog-simple-preset) messages to trigger release - -How to release a new version: - -- Clone the master branch -- Do your changes -- Send a PR to master and merge it using the following subject message - - `release: ` - for patch release - - `release(minor): ` - for minor release - - `release(major): ` - for major release - The release notes will inherit the body of the commit message which triggered the release. For more details check the [simple-preset](https://github.com/Codeinwp/conventional-changelog-simple-preset) that we use. \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/admin.css b/wp-content/upgrade-temp-backup/plugins/menu-icons/css/admin.css deleted file mode 100644 index 288acd71..00000000 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/admin.css +++ /dev/null @@ -1,246 +0,0 @@ -.menu-icons-wrap { - margin-top: 5px; - margin-bottom: 5px; -} - -.menu-icons-wrap p { - min-height: 2.2em; - margin-bottom: 0; -} - -.menu-icons-wrap p a, -.menu-icons-wrap p label { - display: inline-block; - height: 100%; - line-height: 2.2em; - vertical-align: middle; -} - -.menu-icons-wrap a { - text-decoration: none; - cursor: pointer; -} - -.menu-icons-wrap .submitdelete { - display: inline-block; - float: none; - height: 100%; - margin: 0; - padding: 0; - line-height: 2.2em; -} - -.menu-icons-wrap .hidden { - display: none; -} - -.menu-icons-wrap ._icon { - width: auto; - height: auto; - margin: -0.1em 0.2em 0 0.2em; - color: #666; - font-size: 1.9em; - vertical-align: middle; -} - -.menu-icons-wrap img._icon { - max-width: 24px; -} - -.menu-icons-wrap a._select:focus ._icon, -.menu-icons-wrap a._select:hover ._icon { - color: #101010; -} - -.mi-preview.menu-item { - min-height: 0; - font-size: 1.2em; -} - -.mi-preview.menu-item a { - text-decoration: none; -} - -.mi-preview.menu-item a > * { - display: inline-block; - height: 100%; - line-height: 100%; - vertical-align: middle; -} - -.mi-preview.menu-item ._icon { - margin-right: 0.25em; -} - -.rtl .mi-preview.menu-item ._icon { - margin-right: 0; -} - -.media-sidebar .mi-settings .setting input[type="number"], -.menu-icons-settings input[type="number"] { - float: none; - width: auto; - max-width: 5em; -} - -.media-sidebar .mi-settings .setting input, -.media-sidebar .mi-settings span.description { - float: none; -} - -/** Settings Meta Box **/ -.menu-icons-settings ._field { - padding: 0.5em 0; -} - -.menu-icons-settings ._field ._main { - display: block; - margin-bottom: 0.25em; - font-weight: bold; -} - -#menu-settings-column .menu-icons-settings .inside { - margin-top: 0; -} - -.menu-icons-settings .taxonomydiv .tabs-panel { - max-height: none; - margin-bottom: 0.75em; - padding-top: 0.3em; - padding-bottom: 0.4em; -} - -.js .menu-icons-settings .taxonomydiv .tabs-panel { - margin-bottom: 0; -} - -.menu-icons-settings h4 { - margin: 0; -} - -.menu-icons-settings ._menu span.description { - margin-left: 0.5em; -} - -.menu-icons-settings ._extensions ul { - margin-top: 0.75em; - padding-left: 1.5em; - list-style: disc; -} - -.menu-icons-settings ._extensions ul a { - text-decoration: none; -} - -.menu-icons-settings .spinner { - float: none; - margin: 0 5px 0 0; - vertical-align: middle; -} - -.attachment .svg-icon img { - max-width: 100%; -} - -.nv-upgrade-notice { - width: 90%; - margin-top: 0; - padding: 15px; -} - -#menu-icons-sidebar div.new-card { - width: auto; - min-width: initial; - max-width: initial; - margin: 10px auto; -} - -.menu-icons-subscribe { - padding: 15px; -} - -.menu-icons-submit-mail { - width: auto; -} - -#success { - display: none; -} - -#failure { - display: none; -} - -.attachments-browser.iconpicker-fonts-browser .media-toolbar { - width: 62%; -} - -.attachments-browser.iconpicker-fonts-browser .attachments.iconpicker-items { - width: 64%; -} - -.attachments-browser.iconpicker-fonts-browser .media-sidebar { - width: 32%; -} - -.nv-upgrade-notice { - background: #FFFFFF; - border: 1px solid #E1E1E1; - box-sizing: border-box; - padding: 20px; - display: flex; - flex-wrap: wrap; -} - -.nv-upgrade-notice .menu-icon-notice-popup-img { - width: 115px; - height: 100px; - background-color: #f1f1f1; - margin-right: 20px; - margin-bottom: 20px; -} - -.nv-upgrade-notice .menu-icon-notice-popup-img img{ - width: 100%; - height: 100%; - object-fit: cover; -} - -.nv-upgrade-notice .menu-icon-notice-popup { - flex: 1; -} - -.nv-upgrade-notice .menu-icon-notice-popup h4{ - padding: 0; - margin: 0 0 8px; - font-weight: 590; - font-size: 14px; - line-height: 1.2; - color: #000000; - display: block; - width: 100%; -} - -.nv-upgrade-notice .menu-icon-notice-popup p { - font-size: 13px; - line-height: 1.2; - color: #000000; - margin: 0 0 16px; - display: block; - padding: 0; -} - -.nv-upgrade-notice .menu-icon-notice-popup .button { - width: auto; - height: 30px; - background: #0071AE; - border-radius: 4px; - padding: 5px 12px; - font-size: 13px; - line-height: 1.5; - color: #fff; -} - -.nv-upgrade-notice .menu-icon-notice-popup .button:hover { - color: #fff; -} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/admin.min.css b/wp-content/upgrade-temp-backup/plugins/menu-icons/css/admin.min.css deleted file mode 100644 index 2d4fd049..00000000 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/admin.min.css +++ /dev/null @@ -1 +0,0 @@ -.menu-icons-wrap{margin-top:5px;margin-bottom:5px}.menu-icons-wrap p{min-height:2.2em;margin-bottom:0}.menu-icons-wrap p a,.menu-icons-wrap p label{display:inline-block;height:100%;line-height:2.2em;vertical-align:middle}.menu-icons-wrap a{text-decoration:none;cursor:pointer}.menu-icons-wrap .submitdelete{display:inline-block;float:none;height:100%;margin:0;padding:0;line-height:2.2em}.menu-icons-wrap .hidden{display:none}.menu-icons-wrap ._icon{width:auto;height:auto;margin:-.1em .2em 0 .2em;color:#666;font-size:1.9em;vertical-align:middle}.menu-icons-wrap img._icon{max-width:24px}.menu-icons-wrap a._select:focus ._icon,.menu-icons-wrap a._select:hover ._icon{color:#101010}.mi-preview.menu-item{min-height:0;font-size:1.2em}.mi-preview.menu-item a{text-decoration:none}.mi-preview.menu-item a>*{display:inline-block;height:100%;line-height:100%;vertical-align:middle}.mi-preview.menu-item ._icon{margin-right:.25em}.rtl .mi-preview.menu-item ._icon{margin-right:0}.media-sidebar .mi-settings .setting input[type=number],.menu-icons-settings input[type=number]{float:none;width:auto;max-width:5em}.media-sidebar .mi-settings .setting input,.media-sidebar .mi-settings span.description{float:none}.menu-icons-settings ._field{padding:.5em 0}.menu-icons-settings ._field ._main{display:block;margin-bottom:.25em;font-weight:700}#menu-settings-column .menu-icons-settings .inside{margin-top:0}.menu-icons-settings .taxonomydiv .tabs-panel{max-height:none;margin-bottom:.75em;padding-top:.3em;padding-bottom:.4em}.js .menu-icons-settings .taxonomydiv .tabs-panel{margin-bottom:0}.menu-icons-settings h4{margin:0}.menu-icons-settings ._menu span.description{margin-left:.5em}.menu-icons-settings ._extensions ul{margin-top:.75em;padding-left:1.5em;list-style:disc}.menu-icons-settings ._extensions ul a{text-decoration:none}.menu-icons-settings .spinner{float:none;margin:0 5px 0 0;vertical-align:middle}.attachment .svg-icon img{max-width:100%}.nv-upgrade-notice{width:90%;margin-top:0;padding:15px}#menu-icons-sidebar div.new-card{width:auto;min-width:initial;max-width:initial;margin:10px auto}.menu-icons-subscribe{padding:15px}.menu-icons-submit-mail{width:auto}#success{display:none}#failure{display:none}.attachments-browser.iconpicker-fonts-browser .media-toolbar{width:62%}.attachments-browser.iconpicker-fonts-browser .attachments.iconpicker-items{width:64%}.attachments-browser.iconpicker-fonts-browser .media-sidebar{width:32%}.nv-upgrade-notice{background:#fff;border:1px solid #e1e1e1;box-sizing:border-box;padding:20px;display:flex;flex-wrap:wrap}.nv-upgrade-notice .menu-icon-notice-popup-img{width:115px;height:100px;background-color:#f1f1f1;margin-right:20px;margin-bottom:20px}.nv-upgrade-notice .menu-icon-notice-popup-img img{width:100%;height:100%;object-fit:cover}.nv-upgrade-notice .menu-icon-notice-popup{flex:1}.nv-upgrade-notice .menu-icon-notice-popup h4{padding:0;margin:0 0 8px;font-weight:590;font-size:14px;line-height:1.2;color:#000;display:block;width:100%}.nv-upgrade-notice .menu-icon-notice-popup p{font-size:13px;line-height:1.2;color:#000;margin:0 0 16px;display:block;padding:0}.nv-upgrade-notice .menu-icon-notice-popup .button{width:auto;height:30px;background:#0071ae;border-radius:4px;padding:5px 12px;font-size:13px;line-height:1.5;color:#fff}.nv-upgrade-notice .menu-icon-notice-popup .button:hover{color:#fff} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/dashboard-notice.css b/wp-content/upgrade-temp-backup/plugins/menu-icons/css/dashboard-notice.css deleted file mode 100644 index 7a937595..00000000 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/dashboard-notice.css +++ /dev/null @@ -1,45 +0,0 @@ -.menu-icon-dashboard-notice { - position: relative; - background: #FFFFFF; - border: 1px solid #E1E1E1; - box-sizing: border-box; - padding: 24px; - border-left: 4px solid #72AEE6; - margin: 0 0 30px; -} - -.menu-icon-dashboard-notice h2 { - padding: 0; - margin: 0 0 8px; - font-weight: bold; - font-size: 18px; - line-height: 1.2; - color: #000000; -} - -.menu-icon-dashboard-notice p { - font-size: 12px; - line-height: 1.2; - color: #000000; - display: block; - margin-bottom: 16px; -} - -.menu-icon-dashboard-notice .button { - display: flex; - flex-direction: row; - justify-content: center; - align-items: center; - padding: 5px 12px; - background: #0071AE; - border-radius: 4px; - display: inline-block; - width: auto; - height: 30px; - color: #FFFFFF; - font-size: 13px; - line-height: 1.5; -} -.menu-icon-dashboard-notice .notice-dismiss { - text-decoration: none; -} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/dashboard-notice.min.css b/wp-content/upgrade-temp-backup/plugins/menu-icons/css/dashboard-notice.min.css deleted file mode 100644 index 65ed114b..00000000 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/dashboard-notice.min.css +++ /dev/null @@ -1 +0,0 @@ -.menu-icon-dashboard-notice{position:relative;background:#fff;border:1px solid #e1e1e1;box-sizing:border-box;padding:24px;border-left:4px solid #72aee6;margin:0 0 30px}.menu-icon-dashboard-notice h2{padding:0;margin:0 0 8px;font-weight:700;font-size:18px;line-height:1.2;color:#000}.menu-icon-dashboard-notice p{font-size:12px;line-height:1.2;color:#000;display:block;margin-bottom:16px}.menu-icon-dashboard-notice .button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:5px 12px;background:#0071ae;border-radius:4px;display:inline-block;width:auto;height:30px;color:#fff;font-size:13px;line-height:1.5}.menu-icon-dashboard-notice .notice-dismiss{text-decoration:none} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/extra.css b/wp-content/upgrade-temp-backup/plugins/menu-icons/css/extra.css deleted file mode 100644 index ec8b2a60..00000000 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/extra.css +++ /dev/null @@ -1,74 +0,0 @@ -.menu-item i._mi, -.menu-item img._mi { - display: inline-block; - vertical-align: middle; -} - -.menu-item i._mi { - width: auto; - height: auto; - margin-top: -0.265em; - font-size: 1.2em; - line-height: 1; -} - -.menu-item i._before, -.rtl .menu-item i._after { - margin-right: 0.25em; -} - -.menu-item i._after, -.rtl .menu-item i._before { - margin-left: 0.25em; -} - -.menu-item img._before, -.rtl .menu-item img._after { - margin-right: 0.5em; -} - -.menu-item img._after, -.rtl .menu-item img._before { - margin-left: 0.5em; -} - -.menu-item ._svg { - width: 1em; -} - -.rtl .menu-item i._before { - margin-right: 0; -} - -.rtl .menu-item i._after { - margin-left: 0; -} - -.visuallyhidden { - overflow: hidden; - clip: rect(0 0 0 0); - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - border: 0; -} - -.menu-item i.elusive { - margin-top: -0.3em; -} - -/** - * Force the icons' styles - * - * Some themes -- notably 2014 -- has nasty rules that - * could override the icons' styles so we need to force them here. - */ -.dashicons-admin-site:before { - content: "\f319" !important; -} - -.dashicons-welcome-view-site:before { - content: "\f115" !important; -} diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/extra.min.css b/wp-content/upgrade-temp-backup/plugins/menu-icons/css/extra.min.css deleted file mode 100644 index 7ff02d86..00000000 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/extra.min.css +++ /dev/null @@ -1 +0,0 @@ -.menu-item i._mi,.menu-item img._mi{display:inline-block;vertical-align:middle}.menu-item i._mi{width:auto;height:auto;margin-top:-.265em;font-size:1.2em;line-height:1}.menu-item i._before,.rtl .menu-item i._after{margin-right:.25em}.menu-item i._after,.rtl .menu-item i._before{margin-left:.25em}.menu-item img._before,.rtl .menu-item img._after{margin-right:.5em}.menu-item img._after,.rtl .menu-item img._before{margin-left:.5em}.menu-item ._svg{width:1em}.rtl .menu-item i._before{margin-right:0}.rtl .menu-item i._after{margin-left:0}.visuallyhidden{overflow:hidden;clip:rect(0 0 0 0);position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0}.menu-item i.elusive{margin-top:-.3em}.dashicons-admin-site:before{content:"\f319"!important}.dashicons-welcome-view-site:before{content:"\f115"!important} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/LICENSE.txt b/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/LICENSE.txt deleted file mode 100644 index f31bef92..00000000 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/LICENSE.txt +++ /dev/null @@ -1,34 +0,0 @@ -Font Awesome Free License -------------------------- - -Font Awesome Free is free, open source, and GPL friendly. You can use it for -commercial projects, open source projects, or really almost whatever you want. -Full Font Awesome Free license: https://fontawesome.com/license/free. - -# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) -In the Font Awesome Free download, the CC BY 4.0 license applies to all icons -packaged as SVG and JS file types. - -# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL) -In the Font Awesome Free download, the SIL OFL license applies to all icons -packaged as web and desktop font files. - -# Code: MIT License (https://opensource.org/licenses/MIT) -In the Font Awesome Free download, the MIT license applies to all non-font and -non-icon files. - -# Attribution -Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font -Awesome Free files already contain embedded comments with sufficient -attribution, so you shouldn't need to do anything additional when using these -files normally. - -We've kept attribution comments terse, so we ask that you do not actively work -to remove them from files, especially code. They're a great way for folks to -learn about Font Awesome. - -# Brand Icons -All brand icons are trademarks of their respective owners. The use of these -trademarks does not indicate endorsement of the trademark holder by Font -Awesome, nor vice versa. **Please do not use brand logos for any purpose except -to represent the company, product, or service to which they refer.** diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/css/all.min.css b/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/css/all.min.css deleted file mode 100644 index b9a01fbb..00000000 --- a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/css/all.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2022 Fonticons, Inc. - */ -.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-a:before{content:"\41"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-anchor:before{content:"\f13d"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-anchor-lock:before{content:"\e4ad"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-ankh:before{content:"\f644"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-archway:before{content:"\f557"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-arrow-trend-down:before{content:"\e097"}.fa-arrow-trend-up:before{content:"\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-arrows-spin:before{content:"\e4bb"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-asterisk:before{content:"\2a"}.fa-at:before{content:"\40"}.fa-atom:before{content:"\f5d2"}.fa-audio-description:before{content:"\f29e"}.fa-austral-sign:before{content:"\e0a9"}.fa-award:before{content:"\f559"}.fa-b:before{content:"\42"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-backward:before{content:"\f04a"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-baht-sign:before{content:"\e0ac"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-barcode:before{content:"\f02a"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-bell:before{content:"\f0f3"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blog:before{content:"\f781"}.fa-bold:before{content:"\f032"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-book-bookmark:before{content:"\e0bb"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-bookmark:before{content:"\f02e"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-bore-hole:before{content:"\e4c3"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-bottle-water:before{content:"\e4c5"}.fa-bowl-food:before{content:"\e4c6"}.fa-bowl-rice:before{content:"\e2eb"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes-packing:before{content:"\e4c7"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-bread-slice:before{content:"\f7ec"}.fa-bridge:before{content:"\e4c8"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-bridge-water:before{content:"\e4ce"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broom:before{content:"\f51a"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-brush:before{content:"\f55d"}.fa-bucket:before{content:"\e4cf"}.fa-bug:before{content:"\f188"}.fa-bug-slash:before{content:"\e490"}.fa-bugs:before{content:"\e4d0"}.fa-building:before{content:"\f1ad"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-building-circle-check:before{content:"\e4d2"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-building-flag:before{content:"\e4d5"}.fa-building-lock:before{content:"\e4d6"}.fa-building-ngo:before{content:"\e4d7"}.fa-building-shield:before{content:"\e4d8"}.fa-building-un:before{content:"\e4d9"}.fa-building-user:before{content:"\e4da"}.fa-building-wheat:before{content:"\e4db"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-burst:before{content:"\e4dc"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-c:before{content:"\43"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-week:before{content:"\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-camera-rotate:before{content:"\e0d8"}.fa-campground:before{content:"\f6bb"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-car-on:before{content:"\e4dd"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-car-side:before{content:"\f5e4"}.fa-car-tunnel:before{content:"\e4de"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-cart-plus:before{content:"\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cedi-sign:before{content:"\e0df"}.fa-cent-sign:before{content:"\e3f5"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-charging-station:before{content:"\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-chart-column:before{content:"\e0e3"}.fa-chart-gantt:before{content:"\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-chart-simple:before{content:"\e473"}.fa-check:before{content:"\f00c"}.fa-check-double:before{content:"\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-child-dress:before{content:"\e59c"}.fa-child-reaching:before{content:"\e59d"}.fa-child-rifle:before{content:"\e4e0"}.fa-children:before{content:"\e4e1"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-circle-nodes:before{content:"\e4e2"}.fa-circle-notch:before{content:"\f1ce"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-city:before{content:"\f64f"}.fa-clapperboard:before{content:"\e131"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-question:before{content:"\e4e3"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-clover:before{content:"\e139"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-compare:before{content:"\e13a"}.fa-code-fork:before{content:"\e13b"}.fa-code-merge:before{content:"\f387"}.fa-code-pull-request:before{content:"\e13c"}.fa-coins:before{content:"\f51e"}.fa-colon-sign:before{content:"\e140"}.fa-comment:before{content:"\f075"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-compress:before{content:"\f066"}.fa-computer:before{content:"\e4e5"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-d:before{content:"\44"}.fa-database:before{content:"\f1c0"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-democrat:before{content:"\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-dharmachakra:before{content:"\f655"}.fa-diagram-next:before{content:"\e476"}.fa-diagram-predecessor:before{content:"\e477"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-diagram-successor:before{content:"\e47a"}.fa-diamond:before{content:"\f219"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-disease:before{content:"\f7fa"}.fa-display:before{content:"\e163"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-dong-sign:before{content:"\e169"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dove:before{content:"\f4ba"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-download:before{content:"\f019"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-e:before{content:"\45"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elevator:before{content:"\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-equals:before{content:"\3d"}.fa-eraser:before{content:"\f12d"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-exclamation:before{content:"\21"}.fa-expand:before{content:"\f065"}.fa-explosion:before{content:"\e4e9"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-eye-slash:before{content:"\f070"}.fa-f:before{content:"\46"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-fan:before{content:"\f863"}.fa-faucet:before{content:"\e005"}.fa-faucet-drip:before{content:"\e006"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-ferry:before{content:"\e4ea"}.fa-file:before{content:"\f15b"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-file-audio:before{content:"\f1c7"}.fa-file-circle-check:before{content:"\e5a0"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-file-circle-plus:before{content:"\e494"}.fa-file-circle-question:before{content:"\e4ef"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-excel:before{content:"\f1c3"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-file-medical:before{content:"\f477"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-shield:before{content:"\e4f0"}.fa-file-signature:before{content:"\f573"}.fa-file-video:before{content:"\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-file-word:before{content:"\f1c2"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-burner:before{content:"\e4f1"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-fish:before{content:"\f578"}.fa-fish-fins:before{content:"\e4f2"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flask-vial:before{content:"\e4f3"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-florin-sign:before{content:"\e184"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-folder-closed:before{content:"\e185"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-tree:before{content:"\f802"}.fa-font:before{content:"\f031"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-franc-sign:before{content:"\e18f"}.fa-frog:before{content:"\f52e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-g:before{content:"\47"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-glass-water:before{content:"\e4f4"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-glasses:before{content:"\f530"}.fa-globe:before{content:"\f0ac"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-greater-than:before{content:"\3e"}.fa-greater-than-equal:before{content:"\f532"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-guarani-sign:before{content:"\e19a"}.fa-guitar:before{content:"\f7a6"}.fa-gun:before{content:"\e19b"}.fa-h:before{content:"\48"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-handcuffs:before{content:"\e4f8"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-hands-bound:before{content:"\e4f9"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-hands-clapping:before{content:"\e1a8"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-handshake:before{content:"\f2b5"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-hashtag:before{content:"\23"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-heart-circle-plus:before{content:"\e500"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helicopter-symbol:before{content:"\e502"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-helmet-un:before{content:"\e503"}.fa-highlighter:before{content:"\f591"}.fa-hill-avalanche:before{content:"\e507"}.fa-hill-rockslide:before{content:"\e508"}.fa-hippo:before{content:"\f6ed"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-house-chimney-user:before{content:"\e065"}.fa-house-chimney-window:before{content:"\e00d"}.fa-house-circle-check:before{content:"\e509"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-house-crack:before{content:"\e3b1"}.fa-house-fire:before{content:"\e50c"}.fa-house-flag:before{content:"\e50d"}.fa-house-flood-water:before{content:"\e50e"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-house-lock:before{content:"\e510"}.fa-house-medical:before{content:"\e3b2"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-house-medical-flag:before{content:"\e514"}.fa-house-signal:before{content:"\e012"}.fa-house-tsunami:before{content:"\e515"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-hurricane:before{content:"\f751"}.fa-i:before{content:"\49"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-images:before{content:"\f302"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-italic:before{content:"\f033"}.fa-j:before{content:"\4a"}.fa-jar:before{content:"\e516"}.fa-jar-wheat:before{content:"\e517"}.fa-jedi:before{content:"\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-jet-fighter-up:before{content:"\e518"}.fa-joint:before{content:"\f595"}.fa-jug-detergent:before{content:"\e519"}.fa-k:before{content:"\4b"}.fa-kaaba:before{content:"\f66b"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-khanda:before{content:"\f66d"}.fa-kip-sign:before{content:"\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-kitchen-set:before{content:"\e51a"}.fa-kiwi-bird:before{content:"\f535"}.fa-l:before{content:"\4c"}.fa-land-mine-on:before{content:"\e51b"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-landmark-flag:before{content:"\e51c"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-file:before{content:"\e51d"}.fa-laptop-medical:before{content:"\f812"}.fa-lari-sign:before{content:"\e1c8"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-lemon:before{content:"\f094"}.fa-less-than:before{content:"\3c"}.fa-less-than-equal:before{content:"\f537"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lines-leaning:before{content:"\e51e"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-lira-sign:before{content:"\f195"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-location-arrow:before{content:"\f124"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-location-pin-lock:before{content:"\e51f"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-locust:before{content:"\e520"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-m:before{content:"\4d"}.fa-magnet:before{content:"\f076"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-manat-sign:before{content:"\e1d5"}.fa-map:before{content:"\f279"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-pin:before{content:"\f276"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-and-venus:before{content:"\f224"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-mask:before{content:"\f6fa"}.fa-mask-face:before{content:"\e1d7"}.fa-mask-ventilator:before{content:"\e524"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-mattress-pillow:before{content:"\e525"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-medal:before{content:"\f5a2"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-mill-sign:before{content:"\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-mitten:before{content:"\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-mobile-button:before{content:"\f10b"}.fa-mobile-retro:before{content:"\e527"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-money-bills:before{content:"\e1f3"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-mosquito-net:before{content:"\e52c"}.fa-motorcycle:before{content:"\f21c"}.fa-mound:before{content:"\e52d"}.fa-mountain:before{content:"\f6fc"}.fa-mountain-city:before{content:"\e52e"}.fa-mountain-sun:before{content:"\e52f"}.fa-mug-hot:before{content:"\f7b6"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-music:before{content:"\f001"}.fa-n:before{content:"\4e"}.fa-naira-sign:before{content:"\e1f6"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-not-equal:before{content:"\f53e"}.fa-notdef:before{content:"\e1fe"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-notes-medical:before{content:"\f481"}.fa-o:before{content:"\4f"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-oil-can:before{content:"\f613"}.fa-oil-well:before{content:"\e532"}.fa-om:before{content:"\f679"}.fa-otter:before{content:"\f700"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-p:before{content:"\50"}.fa-pager:before{content:"\f815"}.fa-paint-roller:before{content:"\f5aa"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-pallet:before{content:"\f482"}.fa-panorama:before{content:"\e209"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-passport:before{content:"\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-paw:before{content:"\f1b0"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-people-group:before{content:"\e533"}.fa-people-line:before{content:"\e534"}.fa-people-pulling:before{content:"\e535"}.fa-people-robbery:before{content:"\e536"}.fa-people-roof:before{content:"\e537"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-person-booth:before{content:"\f756"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-person-burst:before{content:"\e53b"}.fa-person-cane:before{content:"\e53c"}.fa-person-chalkboard:before{content:"\e53d"}.fa-person-circle-check:before{content:"\e53e"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-person-circle-minus:before{content:"\e540"}.fa-person-circle-plus:before{content:"\e541"}.fa-person-circle-question:before{content:"\e542"}.fa-person-circle-xmark:before{content:"\e543"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-person-dress-burst:before{content:"\e544"}.fa-person-drowning:before{content:"\e545"}.fa-person-falling:before{content:"\e546"}.fa-person-falling-burst:before{content:"\e547"}.fa-person-half-dress:before{content:"\e548"}.fa-person-harassing:before{content:"\e549"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-person-military-pointing:before{content:"\e54a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-person-military-to-person:before{content:"\e54c"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-person-pregnant:before{content:"\e31e"}.fa-person-rays:before{content:"\e54d"}.fa-person-rifle:before{content:"\e54e"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-person-shelter:before{content:"\e54f"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-person-through-window:before{content:"\e5a9"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-person-walking-luggage:before{content:"\e554"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-peseta-sign:before{content:"\e221"}.fa-peso-sign:before{content:"\e222"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-circle-check:before{content:"\e555"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-lock:before{content:"\e558"}.fa-plane-slash:before{content:"\e069"}.fa-plane-up:before{content:"\e22d"}.fa-plant-wilt:before{content:"\e5aa"}.fa-plate-wheat:before{content:"\e55a"}.fa-play:before{content:"\f04b"}.fa-plug:before{content:"\f1e6"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-plug-circle-check:before{content:"\e55c"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-plus-minus:before{content:"\e43c"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-puzzle-piece:before{content:"\f12e"}.fa-q:before{content:"\51"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\3f"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-r:before{content:"\52"}.fa-radiation:before{content:"\f7b9"}.fa-radio:before{content:"\f8d7"}.fa-rainbow:before{content:"\f75b"}.fa-ranking-star:before{content:"\e561"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-recycle:before{content:"\f1b8"}.fa-registered:before{content:"\f25d"}.fa-repeat:before{content:"\f363"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-republican:before{content:"\f75e"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-road-barrier:before{content:"\e562"}.fa-road-bridge:before{content:"\e563"}.fa-road-circle-check:before{content:"\e564"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-road-circle-xmark:before{content:"\e566"}.fa-road-lock:before{content:"\e567"}.fa-road-spikes:before{content:"\e568"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-route:before{content:"\f4d7"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-rug:before{content:"\e569"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-rupiah-sign:before{content:"\e23d"}.fa-s:before{content:"\53"}.fa-sack-dollar:before{content:"\f81d"}.fa-sack-xmark:before{content:"\e56a"}.fa-sailboat:before{content:"\e445"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-school:before{content:"\f549"}.fa-school-circle-check:before{content:"\e56b"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-school-flag:before{content:"\e56e"}.fa-school-lock:before{content:"\e56f"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-screwdriver:before{content:"\f54a"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-scroll:before{content:"\f70e"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-sd-card:before{content:"\f7c2"}.fa-section:before{content:"\e447"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-server:before{content:"\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-sheet-plastic:before{content:"\e571"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-shield-cat:before{content:"\e572"}.fa-shield-dog:before{content:"\e573"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-shield-heart:before{content:"\e574"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-shoe-prints:before{content:"\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-shop-lock:before{content:"\e4a5"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-shower:before{content:"\f2cc"}.fa-shrimp:before{content:"\e448"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-sim-card:before{content:"\f7c4"}.fa-sink:before{content:"\e06d"}.fa-sitemap:before{content:"\f0e8"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-spa:before{content:"\f5bb"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-spray-can:before{content:"\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-square:before{content:"\f0c8"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-square-full:before{content:"\f45c"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-square-nfi:before{content:"\e576"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-square-person-confined:before{content:"\e577"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-square-virus:before{content:"\e578"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-stairs:before{content:"\e289"}.fa-stamp:before{content:"\f5bf"}.fa-stapler:before{content:"\e5af"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-stethoscope:before{content:"\f0f1"}.fa-stop:before{content:"\f04d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-slash:before{content:"\e071"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stroopwafel:before{content:"\f551"}.fa-subscript:before{content:"\f12c"}.fa-suitcase:before{content:"\f0f2"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-superscript:before{content:"\f12b"}.fa-swatchbook:before{content:"\f5c3"}.fa-synagogue:before{content:"\f69b"}.fa-syringe:before{content:"\f48e"}.fa-t:before{content:"\54"}.fa-table:before{content:"\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-tablet-button:before{content:"\f10a"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tarp:before{content:"\e57b"}.fa-tarp-droplet:before{content:"\e57c"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-tent:before{content:"\e57d"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tent-arrows-down:before{content:"\e581"}.fa-tents:before{content:"\e582"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-text-width:before{content:"\f035"}.fa-thermometer:before{content:"\f491"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-timeline:before{content:"\e29c"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toilet-portable:before{content:"\e583"}.fa-toilets-portable:before{content:"\e584"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-tower-cell:before{content:"\e585"}.fa-tower-observation:before{content:"\e586"}.fa-tractor:before{content:"\f722"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-train-tram:before{content:"\e5b4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-tree-city:before{content:"\e587"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-trophy:before{content:"\f091"}.fa-trowel:before{content:"\e589"}.fa-trowel-bricks:before{content:"\e58a"}.fa-truck:before{content:"\f0d1"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-truck-droplet:before{content:"\e58c"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-truck-field:before{content:"\e58d"}.fa-truck-field-un:before{content:"\e58e"}.fa-truck-front:before{content:"\e2b7"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plane:before{content:"\e58f"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-u:before{content:"\55"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-universal-access:before{content:"\f29a"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-upload:before{content:"\f093"}.fa-user:before{content:"\f007"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-clock:before{content:"\f4fd"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-user-graduate:before{content:"\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-user-injured:before{content:"\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-user-lock:before{content:"\f502"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-between-lines:before{content:"\e591"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-users-line:before{content:"\e592"}.fa-users-rays:before{content:"\e593"}.fa-users-rectangle:before{content:"\e594"}.fa-users-slash:before{content:"\e073"}.fa-users-viewfinder:before{content:"\e595"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-v:before{content:"\56"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-vault:before{content:"\e2c5"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vial:before{content:"\f492"}.fa-vial-circle-check:before{content:"\e596"}.fa-vial-virus:before{content:"\e597"}.fa-vials:before{content:"\f493"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-virus:before{content:"\e074"}.fa-virus-covid:before{content:"\e4a8"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-vr-cardboard:before{content:"\f729"}.fa-w:before{content:"\57"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-wallet:before{content:"\f555"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-wand-sparkles:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-wave-square:before{content:"\f83e"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-wheelchair:before{content:"\f193"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-wind:before{content:"\f72e"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-worm:before{content:"\e599"}.fa-wrench:before{content:"\f0ad"}.fa-x:before{content:"\58"}.fa-x-ray:before{content:"\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-xmarks-lines:before{content:"\e59a"}.fa-y:before{content:"\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-z:before{content:"\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-alipay:before{content:"\f642"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-amilia:before{content:"\f36d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-artstation:before{content:"\f77a"}.fa-asymmetrik:before{content:"\f372"}.fa-atlassian:before{content:"\f77b"}.fa-audible:before{content:"\f373"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-bandcamp:before{content:"\f2d5"}.fa-battle-net:before{content:"\f835"}.fa-behance:before{content:"\f1b4"}.fa-bilibili:before{content:"\e3d9"}.fa-bimobject:before{content:"\f378"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bootstrap:before{content:"\f836"}.fa-bots:before{content:"\e340"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-buromobelexperte:before{content:"\f37f"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cmplid:before{content:"\e360"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-critical-role:before{content:"\f6c9"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dhl:before{content:"\f790"}.fa-diaspora:before{content:"\f791"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-elementor:before{content:"\f430"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-evernote:before{content:"\f839"}.fa-expeditedssl:before{content:"\f23e"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-figma:before{content:"\f799"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-fulcrum:before{content:"\f50b"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f3a7"}.fa-golang:before{content:"\e40f"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-wallet:before{content:"\f1ee"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-gulp:before{content:"\f3ae"}.fa-hacker-news:before{content:"\f1d4"}.fa-hackerrank:before{content:"\f5f7"}.fa-hashnode:before{content:"\e499"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-hive:before{content:"\e07f"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hotjar:before{content:"\f3b1"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-ideal:before{content:"\e013"}.fa-imdb:before{content:"\f2d8"}.fa-instagram:before{content:"\f16d"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-keybase:before{content:"\f4f5"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-leanpub:before{content:"\f212"}.fa-less:before{content:"\f41d"}.fa-line:before{content:"\f3c0"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-mailchimp:before{content:"\f59e"}.fa-mandalorian:before{content:"\f50f"}.fa-markdown:before{content:"\f60f"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medapps:before{content:"\f3c6"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-mendeley:before{content:"\f7b3"}.fa-meta:before{content:"\e49b"}.fa-microblog:before{content:"\e01a"}.fa-microsoft:before{content:"\f3ca"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-nfc-directional:before{content:"\e530"}.fa-nfc-symbol:before{content:"\e531"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-padlet:before{content:"\e4a0"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-palfed:before{content:"\f3d8"}.fa-patreon:before{content:"\f3d9"}.fa-paypal:before{content:"\f1ed"}.fa-perbyte:before{content:"\e083"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pix:before{content:"\e43a"}.fa-playstation:before{content:"\f3df"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-r-project:before{content:"\f4f7"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-redhat:before{content:"\f7bc"}.fa-renren:before{content:"\f18b"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-rev:before{content:"\f5b2"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rust:before{content:"\e07a"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-schlix:before{content:"\f3ea"}.fa-screenpal:before{content:"\e570"}.fa-scribd:before{content:"\f28a"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f3ec"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopify:before{content:"\e057"}.fa-shopware:before{content:"\f5b5"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sith:before{content:"\f512"}.fa-sitrox:before{content:"\e44a"}.fa-sketch:before{content:"\f7c6"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-slideshare:before{content:"\f1e7"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-space-awesome:before{content:"\e5ac"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spotify:before{content:"\f1bc"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-symbol:before{content:"\f3f6"}.fa-sticker-mule:before{content:"\f3f7"}.fa-strava:before{content:"\f428"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-superpowers:before{content:"\f2dd"}.fa-supple:before{content:"\f3f9"}.fa-suse:before{content:"\f7d6"}.fa-swift:before{content:"\f8e1"}.fa-symfony:before{content:"\f83d"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-the-red-yeti:before{content:"\f69d"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-think-peaks:before{content:"\f731"}.fa-tiktok:before{content:"\e07b"}.fa-trade-federation:before{content:"\f513"}.fa-trello:before{content:"\f181"}.fa-tumblr:before{content:"\f173"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-uncharted:before{content:"\e084"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-vaadin:before{content:"\f408"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viber:before{content:"\f409"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-vuejs:before{content:"\f41f"}.fa-watchman-monitoring:before{content:"\e087"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whmcs:before{content:"\f40d"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-zhihu:before{content:"\f63f"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a} \ No newline at end of file diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.ttf b/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.ttf deleted file mode 100644 index 24ca8b17c0fb50b39033f4514bc9a2a0ba1974f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 181264 zcmd4437A|}oi}{W-D|nE-@3K0T~*y(y;OB|cXih8tOQ6PgoLmJNB{-dj1mP|TL_yX zA|iqdL+?PD^L$-7 z_nv+IpZ|9L=Z0~{n43*9ndMGAd2s0L(>9;N81F{x)^jh}wq0HPvCWLRE?`Xi-T4>4 z@9my#pE-uH*f5hmvh{+uZ9A{<5BoME@56AT7a&4esr17C3S8F(m+ZLWUw&?!hx%?| zOy6_yJI~!F_3cL9zfSEP5J4UuCYc=WqGlzn$%0yq|d_6l3hy%I1sa-iM~7Nj`v1OZ2UdN_b@!%hvKA>+Cl!vnL1^hw0a_~*UO~FmTvG$w%lk@x(?zm1o zMs!%7DaH>AJNa{>ZYnd?uA}pwWLc4)(%_^C=iQ0J40{nr6VXcjrC9bc8eW+M62_jSYR6H;+u3z?xv) z=J!FgJIUgB8%Q^iuE52_cqc`B6wi+8Si3)y;@#iwhY#;?+pnX2P57x^%ID;DV5;qx zCffa^xg?7v+)zEJ zuid8{+DWwQwL4|oZ>m?UIno_C-6PskDZO3BS*I!HL7Xm4Aio0})Sl59_iXvOa-Dw0 z+IUY}e)Fs}cU8-j-wm z7+`!?J0IdZVUcGN;R$AoI>`^$sb5-;_U~xtpJXYj7cP!GIXDS;%iHc}r(aH6P8~7o zyJ%}llym$}8o_sGJ|qFpxw*We9F=v-b7=y3ClRK;AP!-|D^y=tgpr0g#vc`NPCHK7 zPJZ65i}Bq~9qoP@G-skOD33bBqMfOBJ(Hqc+B;63HjK>AgER*YkQL()<)sPapJYkO z*G_lVn8I-FwgoN};mKLNNc)P)IN z|2}Dz(?2n0s%HZ0jdy1bkSBdu*hv$xfiwpPO)`NiI%B8tQu$8*;E$nRABEvhwc95@ z;aEN|?2MD(6Z;P75*+0d`&js$I^vx&m4&GkH2wJW6VuO3|6=-A(|cyN z%)DpjnwiO&8)t5r`S8rgXFf4=|I7n3kIj5zW@_f?nP+CcJM-+!?wRLiUYz;$%qugm z&irNOKWAoU{yNjzr|vWN+57VQiu+3Y>igF1+pur*zSH*oWZ!T1{chi1_eb{Mx&OZX zpWFZW{g3Vc+Wv3ue`f#g{r|du@BRb(|Mt57_0a3%uP=Z7)31O3_1&+(c%XjZ%mY^) zxbeWP2R?M*BM0t1@Rb8!J@Dj#XAb<^ffo+Ebl^7!mmFMv@V{1jV=5Cygr-uT)yY#w^*MV*5~2Z-Y?eY-q(KIUY|u`ea^@FT(oyP*5|Ul@7p_x z^|@87&nK`xyY@c5_sPBA-}~I&-|zkN-q)t3X=B=)4q$!iSf7Q{$76lAPMB;GxSf7th-;MQoaQX{apGT%2#rixw{gdfmiuJi*=8Bo?W^Taxd~oI?GxyGXdge1T z56wJ|_4!VFeZG(N`7ze#rJ3Kg*JnT0N7|?F3+{`H^(oI=pI5Lxzu)ivKU$yfiS?;r zeXeY;&m9Loe&EYkpRc#q=hs-D;e+Fcug{@h9s2R1A7GXK?!R0%7s>f@p6pB6pJ#uX zeIol$nPutiX`XsHbzy2G)^TXzc%nzEknzxuYn>U&}%^S??%}MiG^BRz(tIey-E6mHy_n14(%glEp=2G(# zJl|%XXKpjMnrFj*rn%f)YA!Svc)#g=6e#P<-ut};uk8(c{a($hc;4{r_q^u$i|2=) zXFbn&9`iiv+3C67)9wCm_Z#j%yFcN6r~730aqeT>E8WZ8OWfV=iaY1F-5$5g&E3rP zsO!tFjjnaBURTj&x%>j#VO{tq{{G+Jy_|0?F8%Ug+sl`i@|mnjHMrC zEYkp%b0AueW_cUYgM%-m+V~4@mdl9|@Wv_() z%0D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띰kq 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 I{1*cQ03ENt>Hq)$ diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.ttf b/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.ttf deleted file mode 100644 index c5ac00957778d6d0b317615275b6511277b246e8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 60236 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 C9oP{7 diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.woff2 b/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.woff2 deleted file mode 100644 index 7dca1d907fde034ebacc631acfcdef45dea89274..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24028 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 diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.ttf b/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.ttf deleted file mode 100644 index 43ba1cc7d94f6cb27d7e7e596c5bfefa242205a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 389948 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

            `}m6pgdhRBIgqU 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 )gyt!Pq{S>33jE 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 A-~a#s diff --git a/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.woff2 b/wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.woff2 deleted file mode 100644 index 4a7f96652ca9a7f6c7106cc548515ba3d7281af9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 154840 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

          jU`yU62DhSCk*_>;EAa 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 I_S*0N12WN(-2eap literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-lock-7b01c1a4cf56de799cd7.png b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-lock-7b01c1a4cf56de799cd7.png new file mode 100644 index 0000000000000000000000000000000000000000..ea421dc01db46358047eaaa35e4aa05ef45e2cc0 GIT binary patch literal 144326 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 b@~fdm9^#o7BEqA1xSz6uhJ2~)r*Hosb7M^m literal 0 HcmV?d00001 diff --git a/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-success-cad524ede4e793cc0ece.png b/wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-success-cad524ede4e793cc0ece.png new file mode 100644 index 0000000000000000000000000000000000000000..a2562d9b7e30fcc1c582e1915b5e16bf076af645 GIT binary patch literal 145433 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

          '; + + $changelog_link = ''; + if ( ! empty( $update_cache->response[ $this->name ]->sections->changelog ) ) { + $changelog_link = add_query_arg( + array( + 'edd_sl_action' => 'view_plugin_changelog', + 'plugin' => urlencode( $this->name ), + 'slug' => urlencode( $this->slug ), + 'TB_iframe' => 'true', + 'width' => 77, + 'height' => 911, + ), + self_admin_url( 'index.php' ) + ); + } + $update_link = add_query_arg( + array( + 'action' => 'upgrade-plugin', + 'plugin' => urlencode( $this->name ), + ), + self_admin_url( 'update.php' ) + ); + + printf( + /* translators: the plugin name. */ + esc_html__( 'There is a new version of %1$s available.', 'easy-digital-downloads' ), + esc_html( $plugin['Name'] ) + ); + + if ( ! current_user_can( 'update_plugins' ) ) { + echo ' '; + esc_html_e( 'Contact your network administrator to install the update.', 'easy-digital-downloads' ); + } elseif ( empty( $update_cache->response[ $this->name ]->package ) && ! empty( $changelog_link ) ) { + echo ' '; + printf( + /* translators: 1. opening anchor tag, do not translate 2. the new plugin version 3. closing anchor tag, do not translate. */ + __( '%1$sView version %2$s details%3$s.', 'easy-digital-downloads' ), + '', + esc_html( $update_cache->response[ $this->name ]->new_version ), + '' + ); + } elseif ( ! empty( $changelog_link ) ) { + echo ' '; + printf( + __( '%1$sView version %2$s details%3$s or %4$supdate now%5$s.', 'easy-digital-downloads' ), + '', + esc_html( $update_cache->response[ $this->name ]->new_version ), + '', + '', + '' + ); + } else { + printf( + ' %1$s%2$s%3$s', + '', + esc_html__( 'Update now.', 'easy-digital-downloads' ), + '' + ); + } + + do_action( "in_plugin_update_message-{$file}", $plugin, $plugin ); + + echo '