From 19b9a9654e15d0eb6279a6a6edd014c83e7860b4 Mon Sep 17 00:00:00 2001
From: Manuel Canga
Date: Sat, 17 Dec 2016 14:56:08 +0100
Subject: [PATCH] =?UTF-8?q?-=20Evitamos=20que=20la=20web=20se=20quede=20en?=
=?UTF-8?q?=20blanco=20si=20hay=20un=20css=20mal=20formado=20-=20Se=20a?=
=?UTF-8?q?=C3=B1ade=20el=20plugin=20wordpress-seo=20(=20de=20yoast=20)=20?=
=?UTF-8?q?de=20serie?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
includes/dependencies/less/lessc.inc.php | 6 +-
wp-content/plugins/wordpress-seo/.babelrc | 3 +
wp-content/plugins/wordpress-seo/.csslintrc | 2 +
.../plugins/wordpress-seo/.eslintignore | 1 +
wp-content/plugins/wordpress-seo/.eslintrc | 9 +
.../plugins/wordpress-seo/admin/ajax.php | 453 ++++
.../ajax/class-recalculate-scores-ajax.php | 119 +
.../admin/ajax/class-shortcode-filter.php | 39 +
.../ajax/class-yoast-dismissable-notice.php | 69 +
.../admin/ajax/class-yoast-onpage-ajax.php | 38 +
.../ajax/class-yoast-plugin-conflict-ajax.php | 105 +
.../banner/class-admin-banner-renderer.php | 48 +
.../class-admin-banner-sidebar-renderer.php | 60 +
.../banner/class-admin-banner-sidebar.php | 356 +++
.../class-admin-banner-spot-renderer.php | 30 +
.../admin/banner/class-admin-banner-spot.php | 97 +
.../admin/banner/class-admin-banner.php | 87 +
.../admin/class-admin-asset-manager.php | 350 +++
.../admin/class-admin-help-panel.php | 91 +
.../wordpress-seo/admin/class-admin-init.php | 547 +++++
.../admin/class-admin-user-profile.php | 89 +
.../wordpress-seo/admin/class-admin.php | 809 +++++++
.../wordpress-seo/admin/class-asset.php | 223 ++
...ass-bulk-description-editor-list-table.php | 76 +
.../admin/class-bulk-editor-list-table.php | 973 +++++++++
.../class-bulk-title-editor-list-table.php | 86 +
.../wordpress-seo/admin/class-config.php | 435 ++++
.../wordpress-seo/admin/class-customizer.php | 255 +++
.../wordpress-seo/admin/class-export.php | 276 +++
.../admin/class-help-center-item.php | 94 +
.../wordpress-seo/admin/class-help-center.php | 213 ++
.../admin/class-import-aioseo.php | 98 +
.../admin/class-import-external.php | 108 +
.../admin/class-import-woothemes-seo.php | 146 ++
.../admin/class-import-wpseo.php | 185 ++
.../wordpress-seo/admin/class-import.php | 196 ++
.../admin/class-meta-columns.php | 501 +++++
.../wordpress-seo/admin/class-option-tab.php | 80 +
.../admin/class-option-tabs-formatter.php | 53 +
.../wordpress-seo/admin/class-option-tabs.php | 106 +
.../admin/class-plugin-availability.php | 241 ++
.../admin/class-plugin-compatibility.php | 101 +
.../admin/class-plugin-conflict.php | 155 ++
.../admin/class-premium-popup.php | 87 +
.../admin/class-primary-term-admin.php | 226 ++
.../admin/class-product-upsell-notice.php | 201 ++
.../admin/class-recalculate-scores.php | 52 +
.../admin/class-social-admin.php | 241 ++
.../admin/class-social-facebook.php | 480 ++++
.../wordpress-seo/admin/class-stop-words.php | 52 +
.../admin/class-yoast-alerts.php | 258 +++
.../admin/class-yoast-dashboard-widget.php | 204 ++
.../wordpress-seo/admin/class-yoast-form.php | 685 ++++++
.../admin/class-yoast-notification-center.php | 568 +++++
.../admin/class-yoast-notification.php | 303 +++
.../admin/class-yoast-plugin-conflict.php | 333 +++
.../class-configuration-components.php | 69 +
.../class-configuration-endpoint.php | 78 +
.../class-configuration-options-adapter.php | 194 ++
.../config-ui/class-configuration-page.php | 268 +++
.../config-ui/class-configuration-service.php | 143 ++
.../config-ui/class-configuration-storage.php | 196 ++
.../class-configuration-structure.php | 87 +
...omponent-connect-google-search-console.php | 149 ++
.../class-component-mailchimp-signup.php | 79 +
.../components/interface-component.php | 30 +
.../factories/class-factory-post-type.php | 66 +
.../fields/class-field-choice-post-type.php | 92 +
.../config-ui/fields/class-field-choice.php | 40 +
.../fields/class-field-company-logo.php | 28 +
.../fields/class-field-company-name.php | 28 +
.../fields/class-field-company-or-person.php | 29 +
...ss-field-connect-google-search-console.php | 28 +
.../fields/class-field-environment.php | 95 +
.../fields/class-field-mailchimp-signup.php | 56 +
.../fields/class-field-multiple-authors.php | 81 +
.../fields/class-field-person-name.php | 28 +
.../class-field-post-type-visibility.php | 23 +
.../class-field-profile-url-facebook.php | 29 +
.../class-field-profile-url-googleplus.php | 29 +
.../class-field-profile-url-instagram.php | 29 +
.../class-field-profile-url-linkedin.php | 29 +
.../class-field-profile-url-myspace.php | 29 +
.../class-field-profile-url-pinterest.php | 29 +
.../class-field-profile-url-twitter.php | 28 +
.../class-field-profile-url-youtube.php | 29 +
.../fields/class-field-separator.php | 43 +
.../fields/class-field-site-name.php | 67 +
.../fields/class-field-site-type.php | 36 +
.../class-field-social-profiles-intro.php | 23 +
.../fields/class-field-success-message.php | 42 +
...ass-field-upsell-configuration-service.php | 38 +
.../fields/class-field-upsell-site-review.php | 30 +
.../admin/config-ui/fields/class-field.php | 134 ++
.../formatter/class-metabox-formatter.php | 99 +
.../class-post-metabox-formatter.php | 181 ++
.../class-term-metabox-formatter.php | 143 ++
.../formatter/interface-metabox-formatter.php | 18 +
.../google_search_console/class-gsc-ajax.php | 133 ++
.../class-gsc-bulk-action.php | 92 +
.../class-gsc-category-filters.php | 192 ++
.../class-gsc-config.php | 22 +
.../google_search_console/class-gsc-count.php | 221 ++
.../google_search_console/class-gsc-issue.php | 89 +
.../class-gsc-issues.php | 175 ++
.../class-gsc-mapper.php | 112 +
.../class-gsc-marker.php | 143 ++
.../class-gsc-platform-tabs.php | 94 +
.../class-gsc-service.php | 192 ++
.../class-gsc-settings.php | 102 +
.../google_search_console/class-gsc-table.php | 385 ++++
.../admin/google_search_console/class-gsc.php | 310 +++
.../views/gsc-create-redirect.php | 76 +
.../views/gsc-display.php | 124 ++
.../import/class-import-aioseo-hooks.php | 39 +
.../admin/import/class-import-hooks.php | 89 +
.../admin/import/class-import-wpseo-hooks.php | 39 +
.../plugins/wordpress-seo/admin/index.php | 4 +
.../metabox/class-metabox-add-keyword-tab.php | 50 +
.../metabox/class-metabox-addon-section.php | 37 +
.../class-metabox-analysis-readability.php | 39 +
.../metabox/class-metabox-analysis-seo.php | 39 +
.../admin/metabox/class-metabox-editor.php | 64 +
.../admin/metabox/class-metabox-form-tab.php | 115 +
.../metabox/class-metabox-tab-section.php | 140 ++
.../admin/metabox/class-metabox.php | 1682 ++++++++++++++
.../metabox/interface-metabox-analysis.php | 31 +
.../metabox/interface-metabox-section.php | 20 +
.../admin/metabox/interface-metabox-tab.php | 24 +
.../admin/onpage/class-onpage-option.php | 127 ++
.../admin/onpage/class-onpage-request.php | 76 +
.../admin/onpage/class-onpage.php | 230 ++
.../wordpress-seo/admin/pages/advanced.php | 61 +
.../wordpress-seo/admin/pages/dashboard.php | 72 +
.../wordpress-seo/admin/pages/licenses.php | 239 ++
.../wordpress-seo/admin/pages/metas.php | 63 +
.../wordpress-seo/admin/pages/network.php | 149 ++
.../wordpress-seo/admin/pages/social.php | 23 +
.../wordpress-seo/admin/pages/tools.php | 88 +
.../admin/pages/xml-sitemaps.php | 52 +
.../recalculate/class-recalculate-posts.php | 149 ++
.../recalculate/class-recalculate-terms.php | 149 ++
.../admin/recalculate/class-recalculate.php | 107 +
.../admin/taxonomy/class-taxonomy-columns.php | 249 +++
.../class-taxonomy-content-fields.php | 73 +
.../class-taxonomy-fields-presenter.php | 230 ++
.../admin/taxonomy/class-taxonomy-fields.php | 91 +
.../admin/taxonomy/class-taxonomy-metabox.php | 410 ++++
.../class-taxonomy-settings-fields.php | 121 +
.../taxonomy/class-taxonomy-social-fields.php | 140 ++
.../admin/taxonomy/class-taxonomy.php | 390 ++++
.../wordpress-seo/admin/views/about.php | 230 ++
.../admin/views/class-yoast-form-fieldset.php | 168 ++
.../admin/views/class-yoast-input-select.php | 128 ++
.../admin/views/dashboard-widget.php | 105 +
.../admin/views/form/fieldset.php | 24 +
.../wordpress-seo/admin/views/form/select.php | 24 +
.../views/interface-yoast-form-element.php | 17 +
.../admin/views/js-templates-primary-term.php | 47 +
.../admin/views/partial-alerts-errors.php | 19 +
.../admin/views/partial-alerts-template.php | 62 +
.../admin/views/partial-alerts-warnings.php | 19 +
.../admin/views/partial-help-center-video.php | 51 +
.../views/partial-settings-tab-video.php | 28 +
.../admin/views/tabs/advanced/breadcrumbs.php | 92 +
.../admin/views/tabs/advanced/permalinks.php | 59 +
.../admin/views/tabs/advanced/rss.php | 45 +
.../admin/views/tabs/dashboard/dashboard.php | 24 +
.../admin/views/tabs/dashboard/features.php | 67 +
.../admin/views/tabs/dashboard/general.php | 58 +
.../views/tabs/dashboard/knowledge-graph.php | 50 +
.../admin/views/tabs/dashboard/security.php | 22 +
.../views/tabs/dashboard/site-analysis.php | 19 +
.../views/tabs/dashboard/webmaster-tools.php | 17 +
.../admin/views/tabs/metas/archives.php | 69 +
.../admin/views/tabs/metas/general.php | 30 +
.../admin/views/tabs/metas/home.php | 30 +
.../admin/views/tabs/metas/other.php | 23 +
.../admin/views/tabs/metas/post-types.php | 80 +
.../admin/views/tabs/metas/taxonomies.php | 57 +
.../views/tabs/sitemaps/exclude-post.php | 16 +
.../admin/views/tabs/sitemaps/general.php | 38 +
.../admin/views/tabs/sitemaps/post-types.php | 40 +
.../admin/views/tabs/sitemaps/taxonomies.php | 41 +
.../views/tabs/sitemaps/user-sitemap.php | 41 +
.../admin/views/tabs/social/accounts.php | 27 +
.../admin/views/tabs/social/facebook.php | 54 +
.../admin/views/tabs/social/google.php | 18 +
.../admin/views/tabs/social/pinterest.php | 23 +
.../admin/views/tabs/social/twitterbox.php | 24 +
.../admin/views/tabs/tool/import-seo.php | 36 +
.../admin/views/tabs/tool/wpseo-export.php | 26 +
.../admin/views/tabs/tool/wpseo-import.php | 26 +
.../admin/views/tool-bulk-editor.php | 81 +
.../admin/views/tool-file-editor.php | 150 ++
.../admin/views/tool-import-export.php | 135 ++
.../admin/views/user-profile.php | 90 +
.../css/admin-global-370.min.css | 1 +
.../css/admin-global-370.min.rapido.css | 1 +
.../wordpress-seo/css/adminbar-340.min.css | 1 +
.../css/adminbar-340.min.rapido.css | 1 +
.../wordpress-seo/css/alerts-340.min.css | 1 +
.../css/alerts-340.min.rapido.css | 1 +
.../wordpress-seo/css/dashboard-360.min.css | 1 +
.../css/dist/admin-global-370-rtl.css | 61 +
.../css/dist/admin-global-370-rtl.min.css | 1 +
.../css/dist/adminbar-340-rtl.css | 74 +
.../css/dist/adminbar-340-rtl.min.css | 1 +
.../wordpress-seo/css/dist/alerts-340-rtl.css | 125 ++
.../css/dist/alerts-340-rtl.min.css | 1 +
.../css/dist/dashboard-360-rtl.css | 91 +
.../css/dist/dashboard-360-rtl.min.css | 1 +
.../css/dist/edit-page-330-rtl.css | 42 +
.../css/dist/edit-page-330-rtl.min.css | 1 +
.../css/dist/featured-image-330-rtl.css | 7 +
.../css/dist/featured-image-330-rtl.min.css | 1 +
.../css/dist/help-center-340-rtl.css | 207 ++
.../css/dist/help-center-340-rtl.min.css | 1 +
.../css/dist/inside-editor-331-rtl.css | 8 +
.../css/dist/inside-editor-331-rtl.min.css | 1 +
.../css/dist/kb-search-350-rtl.css | 143 ++
.../css/dist/kb-search-350-rtl.min.css | 1 +
.../css/dist/metabox-400-rtl.css | 1556 +++++++++++++
.../css/dist/metabox-400-rtl.min.css | 1 +
.../css/dist/metabox-primary-category-rtl.css | 47 +
.../dist/metabox-primary-category-rtl.min.css | 1 +
.../css/dist/select2/select2.min.css | 1 +
.../css/dist/select2/select2.min.rapido.css | 1 +
.../css/dist/snippet-330-rtl.css | 27 +
.../css/dist/snippet-330-rtl.min.css | 1 +
.../css/dist/taxonomy-meta-rtl.css | 5 +
.../css/dist/taxonomy-meta-rtl.min.css | 1 +
.../css/dist/toggle-switch-390-rtl.css | 375 ++++
.../css/dist/toggle-switch-390-rtl.min.css | 1 +
.../css/dist/wpseo-dismissible-350-rtl.css | 56 +
.../dist/wpseo-dismissible-350-rtl.min.css | 1 +
.../css/dist/yoast-components-400-rtl.css | 673 ++++++
.../css/dist/yoast-components-400-rtl.min.css | 1 +
.../css/dist/yoast-extensions-390-rtl.css | 899 ++++++++
.../css/dist/yoast-extensions-390-rtl.min.css | 1 +
.../css/dist/yst_plugin_tools-400-rtl.css | 537 +++++
.../css/dist/yst_plugin_tools-400-rtl.min.css | 1 +
.../css/dist/yst_seo_score-390-rtl.css | 39 +
.../css/dist/yst_seo_score-390-rtl.min.css | 1 +
.../wordpress-seo/css/edit-page-330.min.css | 1 +
.../css/featured-image-330.min.css | 1 +
.../wordpress-seo/css/help-center-340.min.css | 1 +
.../css/help-center-340.min.rapido.css | 1 +
.../css/inside-editor-331.min.css | 1 +
.../wordpress-seo/css/kb-search-350.min.css | 1 +
.../css/kb-search-350.min.rapido.css | 1 +
.../wordpress-seo/css/metabox-400.min.css | 1 +
.../css/metabox-400.min.rapido.css | 1 +
.../css/metabox-primary-category.min.css | 1 +
.../wordpress-seo/css/snippet-330.min.css | 1 +
.../wordpress-seo/css/taxonomy-meta.min.css | 1 +
.../css/toggle-switch-390.min.css | 1 +
.../css/toggle-switch-390.min.rapido.css | 1 +
.../css/wpseo-dismissible-350.min.css | 1 +
.../css/wpseo-dismissible-350.min.rapido.css | 1 +
.../wordpress-seo/css/xml-sitemap-xsl.php | 173 ++
.../css/yoast-components-400.min.css | 1 +
.../css/yoast-extensions-390.min.css | 1 +
.../css/yst_plugin_tools-400.min.css | 1 +
.../css/yst_plugin_tools-400.min.rapido.css | 1 +
.../css/yst_seo_score-390.min.css | 1 +
.../class-onpage-email-presenter.php | 41 +
.../deprecated/class-onpage-notifier.php | 43 +
.../deprecated/class-snippet-preview.php | 161 ++
.../deprecated/class-yoast-textstatistics.php | 196 ++
.../frontend/class-breadcrumbs.php | 889 ++++++++
.../wordpress-seo/frontend/class-frontend.php | 1939 +++++++++++++++++
.../frontend/class-googleplus.php | 71 +
.../wordpress-seo/frontend/class-json-ld.php | 268 +++
.../frontend/class-opengraph.php | 1078 +++++++++
.../frontend/class-primary-category.php | 69 +
.../wordpress-seo/frontend/class-twitter.php | 643 ++++++
.../plugins/wordpress-seo/frontend/index.php | 4 +
.../wordpress-seo/images/Yoast_SEO_Icon.svg | 1 +
.../images/banner/basic-seo-training.png | Bin 0 -> 83980 bytes
.../images/banner/configuration-service.png | Bin 0 -> 79768 bytes
.../banner/keyword-research-training.png | Bin 0 -> 80318 bytes
.../banner/local-seo-for-woocommerce.png | Bin 0 -> 82027 bytes
.../wordpress-seo/images/banner/local-seo.png | Bin 0 -> 76899 bytes
.../wordpress-seo/images/banner/news-seo.png | Bin 0 -> 67961 bytes
.../images/banner/premium-seo.png | Bin 0 -> 90228 bytes
.../wordpress-seo/images/banner/seo-care.png | Bin 0 -> 77201 bytes
.../banner/seo-copywriting-training.png | Bin 0 -> 86293 bytes
.../wordpress-seo/images/banner/video-seo.png | Bin 0 -> 73543 bytes
.../images/banner/website-review.png | Bin 0 -> 70525 bytes
.../images/banner/woocommerce-seo.png | Bin 0 -> 94032 bytes
.../yoast-seo-for-wordpress-training.png | Bin 0 -> 82117 bytes
.../plugins/wordpress-seo/images/editicon.png | Bin 0 -> 509 bytes
.../wordpress-seo/images/extensions-local.png | Bin 0 -> 3543 bytes
.../wordpress-seo/images/extensions-news.png | Bin 0 -> 3353 bytes
.../images/extensions-premium-ribbon.png | Bin 0 -> 12733 bytes
.../wordpress-seo/images/extensions-video.png | Bin 0 -> 3541 bytes
.../wordpress-seo/images/extensions-woo.png | Bin 0 -> 5573 bytes
.../plugins/wordpress-seo/images/index.php | 4 +
.../wordpress-seo/images/pinterest-23x30.png | Bin 0 -> 1020 bytes
.../wordpress-seo/images/question-mark.png | Bin 0 -> 299 bytes
.../plugins/wordpress-seo/images/waiting.gif | Bin 0 -> 3197 bytes
.../wordpress-seo/inc/class-rewrite.php | 162 ++
.../wordpress-seo/inc/class-upgrade.php | 242 ++
.../inc/class-wpseo-features.php | 29 +
.../inc/class-wpseo-installation.php | 45 +
.../wordpress-seo/inc/class-wpseo-meta.php | 1083 +++++++++
.../inc/class-wpseo-primary-term.php | 74 +
.../wordpress-seo/inc/class-wpseo-rank.php | 192 ++
.../inc/class-wpseo-replace-vars.php | 1215 +++++++++++
.../inc/class-wpseo-statistics.php | 138 ++
.../wordpress-seo/inc/class-wpseo-utils.php | 969 ++++++++
.../plugins/wordpress-seo/inc/index.php | 4 +
.../class-wpseo-option-internallinks.php | 363 +++
.../inc/options/class-wpseo-option-ms.php | 220 ++
.../options/class-wpseo-option-permalinks.php | 131 ++
.../inc/options/class-wpseo-option-rss.php | 69 +
.../inc/options/class-wpseo-option-social.php | 319 +++
.../inc/options/class-wpseo-option-titles.php | 613 ++++++
.../inc/options/class-wpseo-option-wpseo.php | 244 +++
.../inc/options/class-wpseo-option-xml.php | 259 +++
.../inc/options/class-wpseo-option.php | 854 ++++++++
.../inc/options/class-wpseo-options.php | 455 ++++
.../inc/options/class-wpseo-taxonomy-meta.php | 600 +++++
.../class-author-sitemap-provider.php | 304 +++
.../class-post-type-sitemap-provider.php | 631 ++++++
.../inc/sitemaps/class-sitemap-cache-data.php | 129 ++
.../sitemaps/class-sitemap-image-parser.php | 428 ++++
.../inc/sitemaps/class-sitemap-timezone.php | 116 +
.../inc/sitemaps/class-sitemaps-admin.php | 191 ++
.../class-sitemaps-cache-validator.php | 292 +++
.../inc/sitemaps/class-sitemaps-cache.php | 292 +++
.../inc/sitemaps/class-sitemaps-renderer.php | 322 +++
.../inc/sitemaps/class-sitemaps-router.php | 98 +
.../inc/sitemaps/class-sitemaps.php | 545 +++++
.../class-taxonomy-sitemap-provider.php | 289 +++
.../sitemaps/interface-sitemap-cache-data.php | 56 +
.../sitemaps/interface-sitemap-provider.php | 36 +
.../inc/wpseo-functions-deprecated.php | 392 ++++
.../wordpress-seo/inc/wpseo-functions.php | 294 +++
.../inc/wpseo-non-ajax-functions.php | 538 +++++
wp-content/plugins/wordpress-seo/index.php | 4 +
.../js/dist/configuration-wizard-400.min.js | 41 +
.../js/dist/jquery.tablesorter.min.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/ar.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/az.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/bg.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/ca.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/cs.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/da.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/de.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/el.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/en.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/es.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/et.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/eu.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/fa.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/fi.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/fr.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/gl.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/he.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/hi.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/hr.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/hu.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/id.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/is.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/it.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/ja.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/km.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/ko.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/lt.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/lv.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/mk.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/ms.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/nb.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/nl.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/pl.js | 3 +
.../js/dist/select2/i18n/pt-BR.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/pt.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/ro.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/ru.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/sk.js | 3 +
.../js/dist/select2/i18n/sr-Cyrl.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/sr.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/sv.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/th.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/tr.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/uk.js | 3 +
.../wordpress-seo/js/dist/select2/i18n/vi.js | 3 +
.../js/dist/select2/i18n/zh-CN.js | 3 +
.../js/dist/select2/i18n/zh-TW.js | 3 +
.../js/dist/select2/select2.min.js | 3 +
.../js/dist/wp-seo-admin-400.min.js | 27 +
.../js/dist/wp-seo-admin-global-390.min.js | 1 +
.../js/dist/wp-seo-admin-gsc-350.min.js | 1 +
.../js/dist/wp-seo-admin-media-350.min.js | 1 +
.../js/dist/wp-seo-bulk-editor-350.min.js | 1 +
.../js/dist/wp-seo-dismissible-350.min.js | 1 +
.../js/dist/wp-seo-featured-image-350.min.js | 1 +
.../js/dist/wp-seo-metabox-400.min.js | 27 +
.../dist/wp-seo-metabox-category-380.min.js | 1 +
.../js/dist/wp-seo-post-scraper-400.min.js | 16 +
.../js/dist/wp-seo-recalculate-400.min.js | 13 +
.../dist/wp-seo-replacevar-plugin-380.min.js | 2 +
.../dist/wp-seo-shortcode-plugin-350.min.js | 1 +
.../js/dist/wp-seo-term-scraper-400.min.js | 16 +
wp-content/plugins/wordpress-seo/js/index.php | 4 +
.../plugins/wordpress-seo/languages/index.php | 4 +
.../languages/wordpress-seo-bg_BG.json | 1 +
.../languages/wordpress-seo-bg_BG.mo | Bin 0 -> 178966 bytes
.../languages/wordpress-seo-ca.json | 1 +
.../languages/wordpress-seo-ca.mo | Bin 0 -> 127676 bytes
.../languages/wordpress-seo-cs_CZ.json | 1 +
.../languages/wordpress-seo-cs_CZ.mo | Bin 0 -> 45275 bytes
.../languages/wordpress-seo-cy.json | 1 +
.../languages/wordpress-seo-cy.mo | Bin 0 -> 55178 bytes
.../languages/wordpress-seo-da_DK.json | 1 +
.../languages/wordpress-seo-da_DK.mo | Bin 0 -> 128523 bytes
.../languages/wordpress-seo-de_DE.json | 1 +
.../languages/wordpress-seo-de_DE.mo | Bin 0 -> 115439 bytes
.../languages/wordpress-seo-en_AU.json | 1 +
.../languages/wordpress-seo-en_AU.mo | Bin 0 -> 123985 bytes
.../languages/wordpress-seo-en_CA.json | 1 +
.../languages/wordpress-seo-en_CA.mo | Bin 0 -> 123990 bytes
.../languages/wordpress-seo-en_GB.json | 1 +
.../languages/wordpress-seo-en_GB.mo | Bin 0 -> 124239 bytes
.../languages/wordpress-seo-es_ES.json | 1 +
.../languages/wordpress-seo-es_ES.mo | Bin 0 -> 134125 bytes
.../languages/wordpress-seo-es_MX.json | 1 +
.../languages/wordpress-seo-es_MX.mo | Bin 0 -> 95584 bytes
.../languages/wordpress-seo-eu.json | 1 +
.../languages/wordpress-seo-eu.mo | Bin 0 -> 35870 bytes
.../languages/wordpress-seo-fa_IR.json | 1 +
.../languages/wordpress-seo-fa_IR.mo | Bin 0 -> 159040 bytes
.../languages/wordpress-seo-fi.json | 1 +
.../languages/wordpress-seo-fi.mo | Bin 0 -> 63669 bytes
.../languages/wordpress-seo-fr_FR.json | 1 +
.../languages/wordpress-seo-fr_FR.mo | Bin 0 -> 130029 bytes
.../languages/wordpress-seo-he_IL.json | 1 +
.../languages/wordpress-seo-he_IL.mo | Bin 0 -> 87851 bytes
.../languages/wordpress-seo-hr.json | 1 +
.../languages/wordpress-seo-hr.mo | Bin 0 -> 106241 bytes
.../languages/wordpress-seo-id_ID.json | 1 +
.../languages/wordpress-seo-id_ID.mo | Bin 0 -> 55414 bytes
.../languages/wordpress-seo-it_IT.json | 1 +
.../languages/wordpress-seo-it_IT.mo | Bin 0 -> 125981 bytes
.../languages/wordpress-seo-ja.json | 1 +
.../languages/wordpress-seo-ja.mo | Bin 0 -> 66086 bytes
.../languages/wordpress-seo-nb_NO.json | 1 +
.../languages/wordpress-seo-nb_NO.mo | Bin 0 -> 64788 bytes
.../languages/wordpress-seo-nl_NL.json | 1 +
.../languages/wordpress-seo-nl_NL.mo | Bin 0 -> 111994 bytes
.../languages/wordpress-seo-pl_PL.json | 1 +
.../languages/wordpress-seo-pl_PL.mo | Bin 0 -> 82934 bytes
.../languages/wordpress-seo-pt_BR.json | 1 +
.../languages/wordpress-seo-pt_BR.mo | Bin 0 -> 70997 bytes
.../languages/wordpress-seo-pt_PT.json | 1 +
.../languages/wordpress-seo-pt_PT.mo | Bin 0 -> 126307 bytes
.../languages/wordpress-seo-ro_RO.json | 1 +
.../languages/wordpress-seo-ro_RO.mo | Bin 0 -> 33351 bytes
.../languages/wordpress-seo-ru_RU.json | 1 +
.../languages/wordpress-seo-ru_RU.mo | Bin 0 -> 108319 bytes
.../languages/wordpress-seo-sk_SK.json | 1 +
.../languages/wordpress-seo-sk_SK.mo | Bin 0 -> 62603 bytes
.../languages/wordpress-seo-sv_SE.json | 1 +
.../languages/wordpress-seo-sv_SE.mo | Bin 0 -> 59734 bytes
.../languages/wordpress-seo-tr_TR.json | 1 +
.../languages/wordpress-seo-tr_TR.mo | Bin 0 -> 97770 bytes
.../languages/wordpress-seo-zh_CN.json | 1 +
.../languages/wordpress-seo-zh_CN.mo | Bin 0 -> 45135 bytes
.../languages/wordpress-seo-zh_TW.json | 1 +
.../languages/wordpress-seo-zh_TW.mo | Bin 0 -> 44912 bytes
.../languages/yoast-components-bg_BG.json | 1 +
.../languages/yoast-components-ca.json | 1 +
.../languages/yoast-components-da_DK.json | 1 +
.../languages/yoast-components-de_DE.json | 1 +
.../languages/yoast-components-en_AU.json | 1 +
.../languages/yoast-components-en_CA.json | 1 +
.../languages/yoast-components-en_GB.json | 1 +
.../languages/yoast-components-es_ES.json | 1 +
.../languages/yoast-components-es_MX.json | 1 +
.../languages/yoast-components-fa_IR.json | 1 +
.../languages/yoast-components-fi.json | 1 +
.../languages/yoast-components-fr_FR.json | 1 +
.../languages/yoast-components-he_IL.json | 1 +
.../languages/yoast-components-hr.json | 1 +
.../languages/yoast-components-id_ID.json | 1 +
.../languages/yoast-components-it_IT.json | 1 +
.../languages/yoast-components-ja.json | 1 +
.../languages/yoast-components-nb_NO.json | 1 +
.../languages/yoast-components-nl_NL.json | 1 +
.../languages/yoast-components-pl_PL.json | 1 +
.../languages/yoast-components-pt_BR.json | 1 +
.../languages/yoast-components-pt_PT.json | 1 +
.../languages/yoast-components-ru_RU.json | 1 +
.../languages/yoast-components-sk_SK.json | 1 +
.../languages/yoast-components-sv_SE.json | 1 +
.../languages/yoast-components-tr_TR.json | 1 +
.../languages/yoast-components.php | 126 ++
.../wordpress-seo/languages/yoast-seo-js.json | 1 +
.../wordpress-seo/languages/yoast-seo-js.php | 424 ++++
wp-content/plugins/wordpress-seo/license.txt | 621 ++++++
wp-content/plugins/wordpress-seo/phpmd.xml | 40 +
wp-content/plugins/wordpress-seo/readme.txt | 169 ++
.../plugins/wordpress-seo/vendor/autoload.php | 7 +
.../wordpress-seo/vendor/autoload_52.php | 7 +
.../vendor/composer/ClassLoader.php | 415 ++++
.../vendor/composer/ClassLoader52.php | 271 +++
.../wordpress-seo/vendor/composer/LICENSE | 21 +
.../vendor/composer/autoload_classmap.php | 264 +++
.../vendor/composer/autoload_namespaces.php | 11 +
.../vendor/composer/autoload_psr4.php | 9 +
.../vendor/composer/autoload_real.php | 52 +
.../vendor/composer/autoload_real_52.php | 44 +
.../vendor/xrstf/composer-php52/LICENSE | 19 +
.../xrstf/Composer52/AutoloadGenerator.php | 346 +++
.../lib/xrstf/Composer52/ClassLoader.php | 271 +++
.../lib/xrstf/Composer52/Generator.php | 39 +
.../api-libs/class-api-google-client.php | 269 +++
.../yoast/api-libs/class-api-google.php | 64 +
.../vendor/yoast/api-libs/class-api-libs.php | 49 +
.../yoast/api-libs/google/Google_Client.php | 457 ++++
.../auth/Google_AssertionCredentials.php | 103 +
.../api-libs/google/auth/Google_Auth.php | 33 +
.../api-libs/google/auth/Google_AuthNone.php | 48 +
.../google/auth/Google_LoginTicket.php | 63 +
.../api-libs/google/auth/Google_OAuth2.php | 451 ++++
.../api-libs/google/auth/Google_P12Signer.php | 70 +
.../google/auth/Google_PemVerifier.php | 66 +
.../api-libs/google/auth/Google_Signer.php | 28 +
.../api-libs/google/auth/Google_Verifier.php | 29 +
.../api-libs/google/cache/Google_Cache.php | 52 +
.../api-libs/google/cache/Google_WPCache.php | 53 +
.../vendor/yoast/api-libs/google/config.php | 83 +
.../google/external/URITemplateParser.php | 209 ++
.../api-libs/google/io/Google_CacheParser.php | 173 ++
.../api-libs/google/io/Google_CurlIO.php | 196 ++
.../api-libs/google/io/Google_HttpRequest.php | 304 +++
.../yoast/api-libs/google/io/Google_IO.php | 156 ++
.../yoast/api-libs/google/io/Google_REST.php | 128 ++
.../yoast/api-libs/google/io/Google_WPIO.php | 170 ++
.../yoast/api-libs/google/io/cacerts.pem | 738 +++++++
.../google/service/Google_BatchRequest.php | 110 +
.../google/service/Google_MediaFileUpload.php | 262 +++
.../api-libs/google/service/Google_Model.php | 115 +
.../google/service/Google_Service.php | 22 +
.../google/service/Google_ServiceResource.php | 205 ++
.../api-libs/google/service/Google_Utils.php | 117 +
.../vendor/yoast/i18n-module/i18n-module.php | 282 +++
.../vendor/yoast/license-manager/CHANGELOG.md | 22 +
.../license-manager/class-api-request.php | 138 ++
.../license-manager/class-license-manager.php | 613 ++++++
.../class-plugin-license-manager.php | 90 +
.../class-plugin-update-manager.php | 93 +
.../yoast/license-manager/class-product.php | 323 +++
.../license-manager/class-update-manager.php | 216 ++
.../vendor/yoast/license-manager/index.php | 2 +
.../yoast/license-manager/views/form.php | 102 +
.../yoast/license-manager/views/index.php | 2 +
.../yoast/license-manager/views/script.php | 67 +
.../plugins/wordpress-seo/wp-seo-main.php | 493 +++++
wp-content/plugins/wordpress-seo/wp-seo.php | 47 +
.../plugins/wordpress-seo/wpml-config.xml | 57 +
563 files changed, 60090 insertions(+), 2 deletions(-)
create mode 100644 wp-content/plugins/wordpress-seo/.babelrc
create mode 100644 wp-content/plugins/wordpress-seo/.csslintrc
create mode 100644 wp-content/plugins/wordpress-seo/.eslintignore
create mode 100644 wp-content/plugins/wordpress-seo/.eslintrc
create mode 100644 wp-content/plugins/wordpress-seo/admin/ajax.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/ajax/class-recalculate-scores-ajax.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-onpage-ajax.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-renderer.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-sidebar-renderer.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-sidebar.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-spot-renderer.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-spot.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-admin-init.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-admin.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-asset.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-config.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-customizer.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-export.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-help-center-item.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-help-center.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-import-aioseo.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-import-external.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-import-woothemes-seo.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-import-wpseo.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-import.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-meta-columns.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-option-tab.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-option-tabs.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-plugin-compatibility.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-premium-popup.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-recalculate-scores.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-social-admin.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-social-facebook.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-stop-words.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-yoast-alerts.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-yoast-form.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-components.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-endpoint.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-options-adapter.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-page.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-service.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-storage.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-structure.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-connect-google-search-console.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-mailchimp-signup.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/components/interface-component.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/factories/class-factory-post-type.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice-post-type.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-logo.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-name.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-or-person.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-connect-google-search-console.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-environment.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-mailchimp-signup.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-multiple-authors.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-person-name.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-post-type-visibility.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-facebook.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-googleplus.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-instagram.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-linkedin.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-myspace.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-pinterest.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-twitter.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-youtube.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-separator.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-name.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-type.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-social-profiles-intro.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-success-message.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-configuration-service.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-site-review.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-ajax.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-bulk-action.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-category-filters.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-config.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-count.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issue.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issues.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-mapper.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-marker.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-platform-tabs.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-service.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-settings.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-table.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-create-redirect.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/import/class-import-aioseo-hooks.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/import/class-import-hooks.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/import/class-import-wpseo-hooks.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/index.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-add-keyword-tab.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-addon-section.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-tab-section.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-option.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-request.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/onpage/class-onpage.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/advanced.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/dashboard.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/licenses.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/metas.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/network.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/social.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/tools.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/xml-sitemaps.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-posts.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-terms.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-content-fields.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-settings-fields.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-social-fields.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/about.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/class-yoast-form-fieldset.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/dashboard-widget.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/form/fieldset.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/form/select.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/partial-alerts-errors.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/partial-alerts-template.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/partial-alerts-warnings.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/partial-help-center-video.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/partial-settings-tab-video.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/breadcrumbs.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/permalinks.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/rss.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/general.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/knowledge-graph.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/security.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/metas/home.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/metas/other.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/exclude-post.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/general.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/post-types.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/taxonomies.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/user-sitemap.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/social/google.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php
create mode 100644 wp-content/plugins/wordpress-seo/admin/views/user-profile.php
create mode 100644 wp-content/plugins/wordpress-seo/css/admin-global-370.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/admin-global-370.min.rapido.css
create mode 100644 wp-content/plugins/wordpress-seo/css/adminbar-340.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/adminbar-340.min.rapido.css
create mode 100644 wp-content/plugins/wordpress-seo/css/alerts-340.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/alerts-340.min.rapido.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dashboard-360.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/admin-global-370-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/admin-global-370-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/adminbar-340-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/adminbar-340-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/alerts-340-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/alerts-340-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/dashboard-360-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/dashboard-360-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/edit-page-330-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/edit-page-330-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/featured-image-330-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/featured-image-330-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/help-center-340-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/help-center-340-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/inside-editor-331-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/inside-editor-331-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/kb-search-350-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/kb-search-350-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/metabox-400-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/metabox-400-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.rapido.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/snippet-330-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/snippet-330-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/taxonomy-meta-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/taxonomy-meta-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/toggle-switch-390-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/toggle-switch-390-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-350-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-350-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/yoast-components-400-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/yoast-components-400-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-390-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-390-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-400-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-400-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-390-rtl.css
create mode 100644 wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-390-rtl.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/edit-page-330.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/featured-image-330.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/help-center-340.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/help-center-340.min.rapido.css
create mode 100644 wp-content/plugins/wordpress-seo/css/inside-editor-331.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/kb-search-350.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/kb-search-350.min.rapido.css
create mode 100644 wp-content/plugins/wordpress-seo/css/metabox-400.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/metabox-400.min.rapido.css
create mode 100644 wp-content/plugins/wordpress-seo/css/metabox-primary-category.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/snippet-330.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/taxonomy-meta.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/toggle-switch-390.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/toggle-switch-390.min.rapido.css
create mode 100644 wp-content/plugins/wordpress-seo/css/wpseo-dismissible-350.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/wpseo-dismissible-350.min.rapido.css
create mode 100644 wp-content/plugins/wordpress-seo/css/xml-sitemap-xsl.php
create mode 100644 wp-content/plugins/wordpress-seo/css/yoast-components-400.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/yoast-extensions-390.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/yst_plugin_tools-400.min.css
create mode 100644 wp-content/plugins/wordpress-seo/css/yst_plugin_tools-400.min.rapido.css
create mode 100644 wp-content/plugins/wordpress-seo/css/yst_seo_score-390.min.css
create mode 100644 wp-content/plugins/wordpress-seo/deprecated/class-onpage-email-presenter.php
create mode 100644 wp-content/plugins/wordpress-seo/deprecated/class-onpage-notifier.php
create mode 100644 wp-content/plugins/wordpress-seo/deprecated/class-snippet-preview.php
create mode 100644 wp-content/plugins/wordpress-seo/deprecated/class-yoast-textstatistics.php
create mode 100644 wp-content/plugins/wordpress-seo/frontend/class-breadcrumbs.php
create mode 100644 wp-content/plugins/wordpress-seo/frontend/class-frontend.php
create mode 100644 wp-content/plugins/wordpress-seo/frontend/class-googleplus.php
create mode 100644 wp-content/plugins/wordpress-seo/frontend/class-json-ld.php
create mode 100644 wp-content/plugins/wordpress-seo/frontend/class-opengraph.php
create mode 100644 wp-content/plugins/wordpress-seo/frontend/class-primary-category.php
create mode 100644 wp-content/plugins/wordpress-seo/frontend/class-twitter.php
create mode 100644 wp-content/plugins/wordpress-seo/frontend/index.php
create mode 100644 wp-content/plugins/wordpress-seo/images/Yoast_SEO_Icon.svg
create mode 100644 wp-content/plugins/wordpress-seo/images/banner/basic-seo-training.png
create mode 100644 wp-content/plugins/wordpress-seo/images/banner/configuration-service.png
create mode 100644 wp-content/plugins/wordpress-seo/images/banner/keyword-research-training.png
create mode 100644 wp-content/plugins/wordpress-seo/images/banner/local-seo-for-woocommerce.png
create mode 100644 wp-content/plugins/wordpress-seo/images/banner/local-seo.png
create mode 100644 wp-content/plugins/wordpress-seo/images/banner/news-seo.png
create mode 100644 wp-content/plugins/wordpress-seo/images/banner/premium-seo.png
create mode 100644 wp-content/plugins/wordpress-seo/images/banner/seo-care.png
create mode 100644 wp-content/plugins/wordpress-seo/images/banner/seo-copywriting-training.png
create mode 100644 wp-content/plugins/wordpress-seo/images/banner/video-seo.png
create mode 100644 wp-content/plugins/wordpress-seo/images/banner/website-review.png
create mode 100644 wp-content/plugins/wordpress-seo/images/banner/woocommerce-seo.png
create mode 100644 wp-content/plugins/wordpress-seo/images/banner/yoast-seo-for-wordpress-training.png
create mode 100644 wp-content/plugins/wordpress-seo/images/editicon.png
create mode 100644 wp-content/plugins/wordpress-seo/images/extensions-local.png
create mode 100644 wp-content/plugins/wordpress-seo/images/extensions-news.png
create mode 100644 wp-content/plugins/wordpress-seo/images/extensions-premium-ribbon.png
create mode 100644 wp-content/plugins/wordpress-seo/images/extensions-video.png
create mode 100644 wp-content/plugins/wordpress-seo/images/extensions-woo.png
create mode 100644 wp-content/plugins/wordpress-seo/images/index.php
create mode 100644 wp-content/plugins/wordpress-seo/images/pinterest-23x30.png
create mode 100644 wp-content/plugins/wordpress-seo/images/question-mark.png
create mode 100644 wp-content/plugins/wordpress-seo/images/waiting.gif
create mode 100644 wp-content/plugins/wordpress-seo/inc/class-rewrite.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/class-upgrade.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/index.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-internallinks.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-permalinks.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-rss.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-xml.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-timezone.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/wpseo-functions.php
create mode 100644 wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php
create mode 100644 wp-content/plugins/wordpress-seo/index.php
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/configuration-wizard-400.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/jquery.tablesorter.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/select2/select2.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-400.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-390.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-gsc-350.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-media-350.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-bulk-editor-350.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-dismissible-350.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-featured-image-350.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-400.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-category-380.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-post-scraper-400.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-recalculate-400.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-replacevar-plugin-380.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-shortcode-plugin-350.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/dist/wp-seo-term-scraper-400.min.js
create mode 100644 wp-content/plugins/wordpress-seo/js/index.php
create mode 100644 wp-content/plugins/wordpress-seo/languages/index.php
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-bg_BG.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-bg_BG.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ca.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ca.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-cs_CZ.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-cs_CZ.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-cy.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-cy.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-da_DK.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-da_DK.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_DE.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_DE.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_AU.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_AU.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_CA.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_CA.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_GB.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_GB.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_ES.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_ES.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_MX.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_MX.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-eu.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-eu.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-fa_IR.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-fa_IR.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-fi.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-fi.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_FR.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_FR.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-he_IL.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-he_IL.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-hr.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-hr.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-id_ID.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-id_ID.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-it_IT.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-it_IT.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ja.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ja.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-nb_NO.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-nb_NO.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_NL.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_NL.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-pl_PL.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-pl_PL.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_BR.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_BR.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_PT.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_PT.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ro_RO.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ro_RO.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ru_RU.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ru_RU.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-sk_SK.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-sk_SK.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-sv_SE.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-sv_SE.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-tr_TR.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-tr_TR.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_CN.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_CN.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_TW.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_TW.mo
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-bg_BG.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-ca.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-da_DK.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-de_DE.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-en_AU.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-en_CA.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-en_GB.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-es_ES.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-es_MX.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-fa_IR.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-fi.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-fr_FR.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-he_IL.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-hr.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-id_ID.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-it_IT.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-ja.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-nb_NO.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-nl_NL.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-pl_PL.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-pt_BR.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-pt_PT.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-ru_RU.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-sk_SK.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-sv_SE.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components-tr_TR.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-components.php
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-seo-js.json
create mode 100644 wp-content/plugins/wordpress-seo/languages/yoast-seo-js.php
create mode 100644 wp-content/plugins/wordpress-seo/license.txt
create mode 100644 wp-content/plugins/wordpress-seo/phpmd.xml
create mode 100644 wp-content/plugins/wordpress-seo/readme.txt
create mode 100644 wp-content/plugins/wordpress-seo/vendor/autoload.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/autoload_52.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader52.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/composer/LICENSE
create mode 100644 wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/composer/autoload_real_52.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/LICENSE
create mode 100644 wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google-client.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-libs.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/Google_Client.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AssertionCredentials.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Auth.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AuthNone.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_LoginTicket.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_OAuth2.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_P12Signer.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_PemVerifier.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Signer.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Verifier.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_Cache.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_WPCache.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/config.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/external/URITemplateParser.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CacheParser.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CurlIO.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_HttpRequest.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_IO.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_REST.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_WPIO.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/cacerts.pem
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_BatchRequest.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_MediaFileUpload.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Model.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Service.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_ServiceResource.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Utils.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/i18n-module.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/CHANGELOG.md
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-api-request.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-license-manager.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-license-manager.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-update-manager.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-product.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-update-manager.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/index.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/form.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/index.php
create mode 100644 wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/script.php
create mode 100644 wp-content/plugins/wordpress-seo/wp-seo-main.php
create mode 100644 wp-content/plugins/wordpress-seo/wp-seo.php
create mode 100644 wp-content/plugins/wordpress-seo/wpml-config.xml
diff --git a/includes/dependencies/less/lessc.inc.php b/includes/dependencies/less/lessc.inc.php
index d5fbcd5..5a4c434 100644
--- a/includes/dependencies/less/lessc.inc.php
+++ b/includes/dependencies/less/lessc.inc.php
@@ -3529,9 +3529,11 @@ public function throwError($msg = "parse error", $count = null) {
// TODO this depends on $this->count
if ($this->peek("(.*?)(\n|$)", $m, $count)) {
- throw new exception("$msg: failed at `$m[1]` $loc");
+ error_log("$msg: failed at `$m[1]` $loc");
+// throw new exception("$msg: failed at `$m[1]` $loc");
} else {
- throw new exception("$msg: $loc");
+ error_log("$msg: $loc");
+ //throw new exception("$msg: $loc");
}
}
diff --git a/wp-content/plugins/wordpress-seo/.babelrc b/wp-content/plugins/wordpress-seo/.babelrc
new file mode 100644
index 0000000..4f654b8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/.babelrc
@@ -0,0 +1,3 @@
+{
+ "plugins": ["transform-react-jsx"]
+}
diff --git a/wp-content/plugins/wordpress-seo/.csslintrc b/wp-content/plugins/wordpress-seo/.csslintrc
new file mode 100644
index 0000000..aacba95
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/.csslintrc
@@ -0,0 +1,2 @@
+--exclude-exts=.min.css
+--ignore=adjoining-classes,box-model,ids,order-alphabetical,unqualified-attributes
diff --git a/wp-content/plugins/wordpress-seo/.eslintignore b/wp-content/plugins/wordpress-seo/.eslintignore
new file mode 100644
index 0000000..96212a3
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/.eslintignore
@@ -0,0 +1 @@
+**/*{.,-}min.js
diff --git a/wp-content/plugins/wordpress-seo/.eslintrc b/wp-content/plugins/wordpress-seo/.eslintrc
new file mode 100644
index 0000000..d4c412e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/.eslintrc
@@ -0,0 +1,9 @@
+extends: yoast
+
+rules:
+ complexity: [1, 6]
+ react/prop-types: 1
+ camelcase: 1
+ brace-style: 1
+ max-len: 1
+ max-statements: 1
diff --git a/wp-content/plugins/wordpress-seo/admin/ajax.php b/wp-content/plugins/wordpress-seo/admin/ajax.php
new file mode 100644
index 0000000..9c94904
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/ajax.php
@@ -0,0 +1,453 @@
+' . $file . ''
+ );
+ }
+ }
+
+ if ( is_dir( $file ) ) {
+ if ( ! @ rmdir( $file ) ) {
+ $errors[] = sprintf(
+ /* translators: %s expands to the directory path and name. */
+ __( 'The directory %s could not be removed. Please remove it via FTP.', 'wordpress-seo' ),
+ '' . $file . '
'
+ );
+ }
+ }
+ }
+ }
+
+ if ( $errors ) {
+ $message = implode( ' ', $errors );
+ wp_send_json_error( array( 'message' => $message ) );
+ }
+ else {
+ $message = __( 'Files successfully removed.', 'wordpress-seo' );
+ wp_send_json_success( array( 'message' => $message ) );
+ }
+}
+
+add_action( 'wp_ajax_wpseo_kill_blocking_files', 'wpseo_kill_blocking_files' );
+
+/**
+ * Used in the editor to replace vars for the snippet preview
+ */
+function wpseo_ajax_replace_vars() {
+ global $post;
+ check_ajax_referer( 'wpseo-replace-vars' );
+
+ $post = get_post( intval( filter_input( INPUT_POST, 'post_id' ) ) );
+ global $wp_query;
+ $wp_query->queried_object = $post;
+ $wp_query->queried_object_id = $post->ID;
+ $omit = array( 'excerpt', 'excerpt_only', 'title' );
+ echo wpseo_replace_vars( stripslashes( filter_input( INPUT_POST, 'string' ) ), $post, $omit );
+ die;
+}
+
+add_action( 'wp_ajax_wpseo_replace_vars', 'wpseo_ajax_replace_vars' );
+
+/**
+ * Save an individual SEO title from the Bulk Editor.
+ */
+function wpseo_save_title() {
+ wpseo_save_what( 'title' );
+}
+
+add_action( 'wp_ajax_wpseo_save_title', 'wpseo_save_title' );
+
+/**
+ * Save an individual meta description from the Bulk Editor.
+ */
+function wpseo_save_description() {
+ wpseo_save_what( 'metadesc' );
+}
+
+add_action( 'wp_ajax_wpseo_save_metadesc', 'wpseo_save_description' );
+
+/**
+ * Save titles & descriptions
+ *
+ * @param string $what Type of item to save (title, description).
+ */
+function wpseo_save_what( $what ) {
+ check_ajax_referer( 'wpseo-bulk-editor' );
+
+ $new = filter_input( INPUT_POST, 'new_value' );
+ $post_id = intval( filter_input( INPUT_POST, 'wpseo_post_id' ) );
+ $original = filter_input( INPUT_POST, 'existing_value' );
+
+ $results = wpseo_upsert_new( $what, $post_id, $new, $original );
+
+ wpseo_ajax_json_echo_die( $results );
+}
+
+/**
+ * Helper function to update a post's meta data, returning relevant information
+ * about the information updated and the results or the meta update.
+ *
+ * @param int $post_id Post ID.
+ * @param string $new_meta_value New meta value to record.
+ * @param string $orig_meta_value Original meta value.
+ * @param string $meta_key Meta key string.
+ * @param string $return_key Return key string to use in results.
+ *
+ * @return string
+ */
+function wpseo_upsert_meta( $post_id, $new_meta_value, $orig_meta_value, $meta_key, $return_key ) {
+
+ $post_id = intval( $post_id );
+ $sanitized_new_meta_value = wp_strip_all_tags( $new_meta_value );
+ $orig_meta_value = wp_strip_all_tags( $orig_meta_value );
+
+ $upsert_results = array(
+ 'status' => 'success',
+ 'post_id' => $post_id,
+ "new_{$return_key}" => $sanitized_new_meta_value,
+ "original_{$return_key}" => $orig_meta_value,
+ );
+
+ $the_post = get_post( $post_id );
+ if ( empty( $the_post ) ) {
+
+ $upsert_results['status'] = 'failure';
+ $upsert_results['results'] = __( 'Post doesn\'t exist.', 'wordpress-seo' );
+
+ return $upsert_results;
+ }
+
+ $post_type_object = get_post_type_object( $the_post->post_type );
+ if ( ! $post_type_object ) {
+
+ $upsert_results['status'] = 'failure';
+ $upsert_results['results'] = sprintf( __( 'Post has an invalid Post Type: %s.', 'wordpress-seo' ), $the_post->post_type );
+
+ return $upsert_results;
+ }
+
+ if ( ! current_user_can( $post_type_object->cap->edit_posts ) ) {
+
+ $upsert_results['status'] = 'failure';
+ $upsert_results['results'] = sprintf( __( 'You can\'t edit %s.', 'wordpress-seo' ), $post_type_object->label );
+
+ return $upsert_results;
+ }
+
+ if ( ! current_user_can( $post_type_object->cap->edit_others_posts ) && $the_post->post_author != get_current_user_id() ) {
+
+ $upsert_results['status'] = 'failure';
+ $upsert_results['results'] = sprintf( __( 'You can\'t edit %s that aren\'t yours.', 'wordpress-seo' ), $post_type_object->label );
+
+ return $upsert_results;
+
+ }
+
+ if ( $sanitized_new_meta_value === $orig_meta_value && $sanitized_new_meta_value !== $new_meta_value ) {
+ $upsert_results['status'] = 'failure';
+ $upsert_results['results'] = __( 'You have used HTML in your value which is not allowed.', 'wordpress-seo' );
+
+ return $upsert_results;
+ }
+
+ $res = update_post_meta( $post_id, $meta_key, $sanitized_new_meta_value );
+
+ $upsert_results['status'] = ( $res !== false ) ? 'success' : 'failure';
+ $upsert_results['results'] = $res;
+
+ return $upsert_results;
+}
+
+/**
+ * Save all titles sent from the Bulk Editor.
+ */
+function wpseo_save_all_titles() {
+ wpseo_save_all( 'title' );
+}
+
+add_action( 'wp_ajax_wpseo_save_all_titles', 'wpseo_save_all_titles' );
+
+/**
+ * Save all description sent from the Bulk Editor.
+ */
+function wpseo_save_all_descriptions() {
+ wpseo_save_all( 'metadesc' );
+}
+
+add_action( 'wp_ajax_wpseo_save_all_descriptions', 'wpseo_save_all_descriptions' );
+
+/**
+ * Utility function to save values
+ *
+ * @param string $what Type of item so save.
+ */
+function wpseo_save_all( $what ) {
+ check_ajax_referer( 'wpseo-bulk-editor' );
+
+ // @todo the WPSEO Utils class can't filter arrays in POST yet.
+ $new_values = $_POST['items'];
+ $original_values = $_POST['existing_items'];
+
+ $results = array();
+
+ if ( is_array( $new_values ) && $new_values !== array() ) {
+ foreach ( $new_values as $post_id => $new_value ) {
+ $original_value = $original_values[ $post_id ];
+ $results[] = wpseo_upsert_new( $what, $post_id, $new_value, $original_value );
+ }
+ }
+ wpseo_ajax_json_echo_die( $results );
+}
+
+/**
+ * Insert a new value
+ *
+ * @param string $what Item type (such as title).
+ * @param int $post_id Post ID.
+ * @param string $new New value to record.
+ * @param string $original Original value.
+ *
+ * @return string
+ */
+function wpseo_upsert_new( $what, $post_id, $new, $original ) {
+ $meta_key = WPSEO_Meta::$meta_prefix . $what;
+
+ return wpseo_upsert_meta( $post_id, $new, $original, $meta_key, $what );
+}
+
+/**
+ * Handles the posting of a new FB admin.
+ */
+function wpseo_add_fb_admin() {
+ check_ajax_referer( 'wpseo_fb_admin_nonce' );
+
+ if ( ! current_user_can( 'manage_options' ) ) {
+ die( '-1' );
+ }
+
+ $facebook_social = new Yoast_Social_Facebook();
+
+ wp_die( $facebook_social->add_admin( filter_input( INPUT_POST, 'admin_name' ), filter_input( INPUT_POST, 'admin_id' ) ) );
+}
+
+add_action( 'wp_ajax_wpseo_add_fb_admin', 'wpseo_add_fb_admin' );
+
+/**
+ * Retrieves the keyword for the keyword doubles.
+ */
+function ajax_get_keyword_usage() {
+ $post_id = filter_input( INPUT_POST, 'post_id' );
+ $keyword = filter_input( INPUT_POST, 'keyword' );
+
+ if ( ! current_user_can( 'edit_post', $post_id ) ) {
+ die( '-1' );
+ }
+
+ wp_die(
+ wp_json_encode( WPSEO_Meta::keyword_usage( $keyword, $post_id ) )
+ );
+}
+
+add_action( 'wp_ajax_get_focus_keyword_usage', 'ajax_get_keyword_usage' );
+
+/**
+ * Retrieves the keyword for the keyword doubles of the termpages.
+ */
+function ajax_get_term_keyword_usage() {
+ $post_id = filter_input( INPUT_POST, 'post_id' );
+ $keyword = filter_input( INPUT_POST, 'keyword' );
+ $taxonomyName = filter_input( INPUT_POST, 'taxonomy' );
+
+ $taxonomy = get_taxonomy( $taxonomyName );
+
+ if ( ! $taxonomy ) {
+ wp_die( 0 );
+ }
+
+ if ( ! current_user_can( $taxonomy->cap->edit_terms ) ) {
+ wp_die( -1 );
+ }
+
+ $usage = WPSEO_Taxonomy_Meta::get_keyword_usage( $keyword, $post_id, $taxonomyName );
+
+ // Normalize the result so it it the same as the post keyword usage AJAX request.
+ $usage = $usage[ $keyword ];
+
+ wp_die(
+ wp_json_encode( $usage )
+ );
+}
+
+add_action( 'wp_ajax_get_term_keyword_usage', 'ajax_get_term_keyword_usage' );
+
+/**
+ * Removes stopword from the sample permalink that is generated in an AJAX request
+ *
+ * @param array $permalink The permalink generated for this post by WordPress.
+ * @param int $post_ID The ID of the post.
+ * @param string $title The title for the post that the user used.
+ * @param string $name The name for the post that the user used.
+ *
+ * @return array
+ */
+function wpseo_remove_stopwords_sample_permalink( $permalink, $post_ID, $title, $name ) {
+ WPSEO_Options::get_instance();
+ $options = WPSEO_Options::get_options( array( 'wpseo_permalinks' ) );
+ if ( $options['cleanslugs'] !== true ) {
+ return $permalink;
+ }
+
+ /*
+ * If the name is empty and the title is not, WordPress will generate a slug. In that case we want to remove stop
+ * words from the slug.
+ */
+ if ( empty( $name ) && ! empty( $title ) ) {
+ $stop_words = new WPSEO_Admin_Stop_Words();
+
+ // The second element is the slug.
+ $permalink[1] = $stop_words->remove_in( $permalink[1] );
+ }
+
+ return $permalink;
+}
+
+add_action( 'get_sample_permalink', 'wpseo_remove_stopwords_sample_permalink', 10, 4 );
+
+// Crawl Issue Manager AJAX hooks.
+new WPSEO_GSC_Ajax;
+
+// SEO Score Recalculations.
+new WPSEO_Recalculate_Scores_Ajax;
+
+new Yoast_Dashboard_Widget();
+
+new Yoast_OnPage_Ajax();
+
+new WPSEO_Shortcode_Filter();
+
+new WPSEO_Taxonomy_Columns();
+
+
+// Setting the notice for the recalculate the posts.
+new Yoast_Dismissable_Notice_Ajax( 'recalculate', Yoast_Dismissable_Notice_Ajax::FOR_SITE );
+
+/********************** DEPRECATED METHODS **********************/
+
+/**
+ * Create an export and return the URL
+ *
+ * @deprecated 3.3.2
+ */
+function wpseo_get_export() {
+ _deprecated_function( __METHOD__, 'WPSEO 3.3.2', 'This method is deprecated.' );
+
+ wpseo_ajax_json_echo_die( '' );
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/ajax/class-recalculate-scores-ajax.php b/wp-content/plugins/wordpress-seo/admin/ajax/class-recalculate-scores-ajax.php
new file mode 100644
index 0000000..66f31b4
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/ajax/class-recalculate-scores-ajax.php
@@ -0,0 +1,119 @@
+ $this->calculate_posts(),
+ 'terms' => $this->calculate_terms(),
+ )
+ )
+ );
+ }
+
+ /**
+ * Start recalculation
+ */
+ public function recalculate_scores() {
+ check_ajax_referer( 'wpseo_recalculate', 'nonce' );
+
+ $fetch_object = $this->get_fetch_object();
+ if ( ! empty( $fetch_object ) ) {
+ $paged = filter_input( INPUT_POST, 'paged', FILTER_VALIDATE_INT );
+ $response = $fetch_object->get_items_to_recalculate( $paged );
+
+ if ( ! empty( $response ) ) {
+ wp_die( wp_json_encode( $response ) );
+ }
+ }
+
+ wp_die( '' );
+ }
+
+ /**
+ * Saves the new linkdex score for given post
+ */
+ public function save_score() {
+ check_ajax_referer( 'wpseo_recalculate', 'nonce' );
+
+ $fetch_object = $this->get_fetch_object();
+ if ( ! empty( $fetch_object ) ) {
+ $scores = filter_input( INPUT_POST, 'scores', FILTER_DEFAULT, FILTER_REQUIRE_ARRAY );
+ $fetch_object->save_scores( $scores );
+ }
+
+ wp_die();
+ }
+
+ /**
+ * Returns the needed object for recalculating scores.
+ *
+ * @return WPSEO_Recalculate_Posts|WPSEO_Recalculate_Terms
+ */
+ private function get_fetch_object() {
+ switch ( filter_input( INPUT_POST, 'type' ) ) {
+ case 'post':
+ return new WPSEO_Recalculate_Posts();
+ case 'term':
+ return new WPSEO_Recalculate_Terms();
+ }
+
+ return null;
+ }
+
+ /**
+ * Gets the total number of posts
+ *
+ * @return int
+ */
+ private function calculate_posts() {
+ $count_posts_query = new WP_Query(
+ array(
+ 'post_type' => 'any',
+ 'meta_key' => '_yoast_wpseo_focuskw',
+ 'posts_per_page' => 1,
+ 'fields' => 'ids',
+ )
+ );
+
+ return $count_posts_query->found_posts;
+ }
+
+ /**
+ * Get the total number of terms
+ *
+ * @return int
+ */
+ private function calculate_terms() {
+ $total = 0;
+ foreach ( get_taxonomies( array(), 'objects' ) as $taxonomy ) {
+ $total += wp_count_terms( $taxonomy->name, array( 'hide_empty' => false ) );
+ }
+
+ return $total;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php b/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php
new file mode 100644
index 0000000..834001f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php
@@ -0,0 +1,39 @@
+ $shortcode,
+ 'output' => do_shortcode( $shortcode ),
+ );
+ }
+
+ wp_die( wp_json_encode( $parsed_shortcodes ) );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php b/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php
new file mode 100644
index 0000000..48fd916
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php
@@ -0,0 +1,69 @@
+notice_name = $notice_name;
+ $this->notice_type = $notice_type;
+
+ add_action( 'wp_ajax_wpseo_dismiss_' . $notice_name, array( $this, 'dismiss_notice' ) );
+ }
+
+ /**
+ * Handles the dismiss notice request
+ */
+ public function dismiss_notice() {
+ check_ajax_referer( 'wpseo-dismiss-' . $this->notice_name );
+
+ $this->save_dismissed();
+
+ wp_die( 'true' );
+ }
+
+ /**
+ * Storing the dismissed value in the database. The target location is based on the set notification type.
+ */
+ private function save_dismissed() {
+ if ( $this->notice_type === self::FOR_SITE ) {
+ update_option( 'wpseo_dismiss_' . $this->notice_name, 1 );
+
+ return;
+ }
+
+ if ( $this->notice_type === self::FOR_NETWORK ) {
+ update_site_option( 'wpseo_dismiss_' . $this->notice_name, 1 );
+
+ return;
+ }
+
+ update_user_meta( get_current_user_id(), 'wpseo_dismiss_' . $this->notice_name, 1 );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-onpage-ajax.php b/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-onpage-ajax.php
new file mode 100644
index 0000000..35f791f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-onpage-ajax.php
@@ -0,0 +1,38 @@
+save_dismissed();
+
+ wp_die( 'true' );
+ }
+
+ /**
+ * Storing the dismissed value as an user option in the database
+ */
+ private function save_dismissed() {
+ update_user_meta( get_current_user_id(), WPSEO_OnPage::USER_META_KEY, 1 );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php b/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php
new file mode 100644
index 0000000..398beb2
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php
@@ -0,0 +1,105 @@
+dismissed_conflicts = $this->get_dismissed_conflicts( $conflict_data['section'] );
+
+ $this->compare_plugins( $conflict_data['plugins'] );
+
+ $this->save_dismissed_conflicts( $conflict_data['section'] );
+
+ wp_die( 'true' );
+ }
+
+ /**
+ * Getting the user option from the database
+ *
+ * @return bool|array
+ */
+ private function get_dismissed_option() {
+ return get_user_meta( get_current_user_id(), $this->option_name, true );
+ }
+
+ /**
+ * Getting the dismissed conflicts from the database
+ *
+ * @param string $plugin_section Type of conflict group (such as Open Graph or sitemap).
+ *
+ * @return array
+ */
+ private function get_dismissed_conflicts( $plugin_section ) {
+ $dismissed_conflicts = $this->get_dismissed_option();
+
+ if ( is_array( $dismissed_conflicts ) && array_key_exists( $plugin_section, $dismissed_conflicts ) ) {
+ return $dismissed_conflicts[ $plugin_section ];
+ }
+
+ return array();
+ }
+
+ /**
+ * Storing the conflicting plugins as an user option in the database
+ *
+ * @param string $plugin_section Plugin conflict type (such as Open Graph or sitemap).
+ */
+ private function save_dismissed_conflicts( $plugin_section ) {
+ $dismissed_conflicts = $this->get_dismissed_option();
+
+ $dismissed_conflicts[ $plugin_section ] = $this->dismissed_conflicts;
+
+ update_user_meta( get_current_user_id(), $this->option_name, $dismissed_conflicts );
+ }
+
+ /**
+ * Loop through the plugins to compare them with the already stored dismissed plugin conflicts
+ *
+ * @param array $posted_plugins Plugin set to check.
+ */
+ public function compare_plugins( array $posted_plugins ) {
+ foreach ( $posted_plugins as $posted_plugin ) {
+ $this->compare_plugin( $posted_plugin );
+ }
+ }
+
+ /**
+ * Check if plugin is already dismissed, if not store it in the array that will be saved later
+ *
+ * @param string $posted_plugin Plugin to check against dismissed conflicts.
+ */
+ private function compare_plugin( $posted_plugin ) {
+ if ( ! in_array( $posted_plugin, $this->dismissed_conflicts ) ) {
+ $this->dismissed_conflicts[] = $posted_plugin;
+ }
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-renderer.php b/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-renderer.php
new file mode 100644
index 0000000..347b8f1
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-renderer.php
@@ -0,0 +1,48 @@
+get_url() ) . '">';
+ $output .= ' ';
+ $output .= '';
+
+ return $output;
+ }
+
+ /**
+ * Sets the base path, where the images are located.
+ *
+ * @param string $base_path The image location.
+ */
+ public function set_base_path( $base_path ) {
+ $this->base_path = $base_path;
+ }
+
+ /**
+ * Returns the full path for the image.
+ *
+ * @param string $image The image path.
+ *
+ * @return string
+ */
+ protected function get_image_path( $image ) {
+ return rtrim( $this->base_path, '/' ) . '/' . ltrim( $image, '/' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-sidebar-renderer.php b/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-sidebar-renderer.php
new file mode 100644
index 0000000..93fef4a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-sidebar-renderer.php
@@ -0,0 +1,60 @@
+spot_renderer = $spot_renderer;
+ }
+
+ /**
+ * Renders the admin banner sidebar.
+ *
+ * @param WPSEO_Admin_Banner_Sidebar $banner_sidebar The sidebar to render.
+ *
+ * @return string
+ */
+ public function render( WPSEO_Admin_Banner_Sidebar $banner_sidebar ) {
+ return sprintf( '
+ ',
+ $banner_sidebar->get_title(),
+ $this->render_banner_spots( $banner_sidebar->get_banner_spots() )
+ );
+ }
+
+ /**
+ * Renders the admin banner spots.
+ *
+ * @param WPSEO_Admin_Banner_Spot[] $banner_spots The banner spots to render.
+ *
+ * @return string
+ */
+ protected function render_banner_spots( array $banner_spots ) {
+ $return = '';
+ foreach ( $banner_spots as $banner_spot ) {
+ $return .= $this->spot_renderer->render( $banner_spot );
+ }
+
+ return $return;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-sidebar.php b/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-sidebar.php
new file mode 100644
index 0000000..a2fe82a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-sidebar.php
@@ -0,0 +1,356 @@
+title = $title;
+ $this->banner_renderer = $banner_renderer;
+ }
+
+ /**
+ * Returns the set title.
+ *
+ * @return string
+ */
+ public function get_title() {
+ return $this->title;
+ }
+
+ /**
+ * Initializes the banner sidebar by setting its banner spots.
+ *
+ * @param WPSEO_Features $features Class regarding WPSEO Features.
+ */
+ public function initialize( WPSEO_Features $features ) {
+ if ( $features->is_free() ) {
+ $this->add_banner_spot( $this->get_premium_spot() );
+ }
+
+ $this->add_banner_spot( $this->get_services_spot() );
+
+ $extensions_spot = $this->get_extensions_spot( $this->get_active_extensions() );
+ if ( $extensions_spot->has_banners() ) {
+ $this->add_banner_spot( $extensions_spot );
+ }
+
+ $this->add_banner_spot( $this->get_courses_spot() );
+ $this->add_banner_spot( $this->get_remove_banner_spot() );
+ }
+
+ /**
+ * Returns array with bannerspots.
+ *
+ * @return WPSEO_Admin_Banner_Spot[]
+ */
+ public function get_banner_spots() {
+ return $this->banner_spots;
+ }
+
+ /**
+ * Adds a banner spot.
+ *
+ * @param WPSEO_Admin_Banner_Spot $spot The spot to add.
+ */
+ protected function add_banner_spot( WPSEO_Admin_Banner_Spot $spot ) {
+ $this->banner_spots[] = $spot;
+ }
+
+ /**
+ * Returns the premium banner spot.
+ *
+ * @return WPSEO_Admin_Banner_Spot
+ */
+ protected function get_premium_spot() {
+ $premium_spot = new WPSEO_Admin_Banner_Spot( __( 'Premium', 'wordpress-seo' ), $this->banner_renderer );
+
+ $premium_spot->set_description(
+ sprintf(
+ /* translators: %1$s expands to a link start tag to the Yoast plugin page, %2$s is the link closing tag */
+ __( 'Want to get the most out of your SEO-strategy? %1$sGo premium!%2$s.', 'wordpress-seo' ),
+ '',
+ ' '
+ )
+ );
+
+ $premium_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoa.st/jj',
+ 'premium-seo.png',
+ 261,
+ 152,
+ sprintf(
+ /* translators: %1$s expands to Yoast SEO Premium. */
+ __( 'Buy the %1$s plugin now and get access to extra features and 24/7 support!', 'wordpress-seo' ),
+ 'Yoast SEO Premium'
+ )
+ )
+ );
+
+ return $premium_spot;
+ }
+
+ /**
+ * Returns the services banner spot.
+ *
+ * @return WPSEO_Admin_Banner_Spot
+ */
+ protected function get_services_spot() {
+ $service_spot = new WPSEO_Admin_Banner_Spot( __( 'Services', 'wordpress-seo' ), $this->banner_renderer );
+
+ $service_spot->set_description(
+ sprintf(
+ /* translators: %1$s expands to a link start tag to the Yoast Services page, %2$s to Yoast, %3$s is the link closing tag. */
+ __( 'Do you want to know how to improve your rankings? %1$sLet team %2$s help you!%3$s', 'wordpress-seo' ),
+ '',
+ 'Yoast',
+ ' '
+ )
+ );
+
+ $service_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoa.st/jl',
+ 'website-review.png',
+ 261,
+ 152,
+ __( 'Order a Website Review and we will tell you what to improve to attract more visitors!', 'wordpress-seo' )
+ )
+ );
+
+ $service_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoa.st/jm',
+ 'configuration-service.png',
+ 261,
+ 152,
+ sprintf(
+ /* translators: %1$s expands to Yoast SEO Premium. */
+ __( 'Let our experts set up your %1$s plugin!', 'wordpress-seo' ),
+ 'Yoast SEO Premium'
+ )
+ )
+ );
+
+ $service_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoa.st/seo-care-banner',
+ 'seo-care.png',
+ 261,
+ 152,
+ sprintf(
+ /* translators: %1$s expands to Yoast SEO Care. */
+ __( 'Let us help you take care of the SEO of your website. Order %1$s now!', 'wordpress-seo' ),
+ 'Yoast SEO Care'
+ )
+ )
+ );
+
+ return $service_spot;
+ }
+
+ /**
+ * Returns an array with the Yoast SEO extensions with the value true when they are active.
+ *
+ * @return array
+ */
+ protected function get_active_extensions() {
+ return array(
+ 'video' => class_exists( 'wpseo_Video_Sitemap' ),
+ 'woocommerce' => class_exists( 'Woocommerce' ) && class_exists( 'Yoast_WooCommerce_SEO' ),
+ 'news' => class_exists( 'WPSEO_News' ),
+ 'local' => defined( 'WPSEO_LOCAL_VERSION' ),
+ );
+ }
+
+ /**
+ * Returns the extensions banner spot.
+ *
+ * @param array $active_extensions The active extensions.
+ *
+ * @return WPSEO_Admin_Banner_Spot
+ */
+ protected function get_extensions_spot( array $active_extensions ) {
+ $extension_spot = new WPSEO_Admin_Banner_Spot( __( 'Extensions', 'wordpress-seo' ), $this->banner_renderer );
+
+ $extension_spot->set_description(
+ sprintf(
+ /* translators: %1$s expands to a link start tag to the Yoast plugin page, %2$s is the link closing tag. */
+ __( 'Take your SEO to the next level and outrank your competition with our %1$sSEO plugins%2$s.', 'wordpress-seo' ),
+ '',
+ ' '
+ )
+ );
+
+ if ( empty( $active_extensions['video'] ) ) {
+ $extension_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoa.st/jo',
+ 'video-seo.png',
+ 261,
+ 152,
+ sprintf(
+ /* translators: %1$s expands to Yoast Video SEO. */
+ __( 'Buy the %1$s plugin now and optimize your videos for video search results and social media!', 'wordpress-seo' ),
+ 'Yoast Video SEO'
+ )
+ )
+ );
+ }
+
+ if ( empty( $active_extensions['woocommerce'] ) ) {
+ $extension_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoa.st/jp',
+ 'woocommerce-seo.png',
+ 261,
+ 152,
+ sprintf(
+ /* translators: %1$s expands to Yoast WooCommerce SEO. */
+ __( 'Buy the %1$s plugin now and optimize your shop today to improve your product promotion!', 'wordpress-seo' ),
+ 'Yoast WooCommerce SEO'
+ )
+ )
+ );
+ }
+
+ if ( empty( $active_extensions['local'] ) ) {
+ $extension_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoa.st/jq',
+ 'local-seo.png', 261,
+ 152,
+ sprintf(
+ /* translators: %1$s expands to Yoast Local SEO. */
+ __( 'Buy the %1$s plugin now to improve your site’s Local SEO and ranking in Google Maps!', 'wordpress-seo' ),
+ 'Yoast Local SEO'
+ )
+ )
+ );
+ }
+
+ if ( empty( $active_extensions['news'] ) ) {
+ $extension_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoa.st/jr',
+ 'news-seo.png',
+ 261,
+ 152,
+ sprintf(
+ /* translators: %1$s expands to Yoast News SEO. */
+ __( 'Buy the %1$s plugin now and start optimizing to get your site featured in Google News!', 'wordpress-seo' ),
+ 'Yoast News SEO'
+ )
+ )
+ );
+ }
+
+ return $extension_spot;
+ }
+
+ /**
+ * Returns the courses banner spot.
+ *
+ * @return WPSEO_Admin_Banner_Spot
+ */
+ protected function get_courses_spot() {
+ $courses_spot = new WPSEO_Admin_Banner_Spot( __( 'Courses', 'wordpress-seo' ), $this->banner_renderer );
+
+ $courses_spot->set_description(
+ sprintf(
+ /* translators: %1$s expands to a link start tag to the Yoast Services page, %2$s is the link closing tag. */
+ __( 'Do you want to get a grip on your own SEO-strategy? Learn all about it in one of %1$sour courses%2$s.', 'wordpress-seo' ),
+ '',
+ ' '
+ )
+ );
+
+ $courses_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoa.st/ju',
+ 'basic-seo-training.png',
+ 261,
+ 152,
+ __( 'Take the online Basic SEO Training course and learn the fundamentals of SEO!', 'wordpress-seo' )
+ )
+ );
+
+ $courses_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoa.st/jv',
+ 'yoast-seo-for-wordpress-training.png',
+ 261,
+ 152,
+ /* translators: %1$s expands to Yoast SEO for WordPress Training, %2$s to Yoast SEO for WordPress. */
+ sprintf(
+ __( 'Take the %s course and become a certified %2$s expert!', 'wordpress-seo' ),
+ 'Yoast SEO for WordPress Training',
+ 'Yoast SEO for WordPress'
+ )
+ )
+ );
+
+ $courses_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoa.st/jw',
+ 'seo-copywriting-training.png',
+ 261,
+ 152,
+ __( 'Take the online SEO Copywriting Training course and learn how to write awesome copy that ranks!', 'wordpress-seo' )
+ )
+ );
+
+ $courses_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoa.st/jx',
+ 'keyword-research-training.png',
+ 261,
+ 152,
+ __( 'Take the online Keyword Research Training course and learn how to rank with your keywords!', 'wordpress-seo' )
+ )
+ );
+
+ return $courses_spot;
+ }
+
+ /**
+ * Returns the remove banner spot.
+ *
+ * @return WPSEO_Admin_Banner_Spot
+ */
+ protected function get_remove_banner_spot() {
+
+ $remove_banner_spot = new WPSEO_Admin_Banner_Spot(
+ __( 'Remove these ads?', 'wordpress-seo' )
+ );
+
+ $remove_banner_spot->set_description(
+ ''.
+ /* translators: %1$s expands to Yoast SEO Premium */
+ sprintf( __( 'Upgrade to %1$s »', 'wordpress-seo' ), 'Yoast SEO Premium' ) .
+ ' '
+ );
+
+ return $remove_banner_spot;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-spot-renderer.php b/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-spot-renderer.php
new file mode 100644
index 0000000..7acf81d
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-spot-renderer.php
@@ -0,0 +1,30 @@
+' . $banner_spot->get_title() . ' ';
+
+ if ( $banner_spot->get_description() !== '' ) {
+ $output .= '' . $banner_spot->get_description() . '
';
+ }
+
+ $output .= $banner_spot->render_banner();
+ $output .= '';
+
+ return $output;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-spot.php b/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-spot.php
new file mode 100644
index 0000000..f7af825
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner-spot.php
@@ -0,0 +1,97 @@
+title = $title;
+ $this->banner_renderer = ( is_null( $banner_renderer ) ? new WPSEO_Admin_Banner_Renderer() : $banner_renderer );
+ }
+
+ /**
+ * Returns the title.
+ *
+ * @return string
+ */
+ public function get_title() {
+ return $this->title;
+ }
+
+ /**
+ * Returns the description.
+ *
+ * @return string
+ */
+ public function get_description() {
+ return $this->description;
+ }
+
+ /**
+ * Sets the description
+ *
+ * @param string $description The description.
+ */
+ public function set_description( $description ) {
+ $this->description = $description;
+ }
+
+ /**
+ * Adds an admin banner.
+ *
+ * @param WPSEO_Admin_Banner $banner The banner to add.
+ */
+ public function add_banner( WPSEO_Admin_Banner $banner ) {
+ $this->banners[] = $banner;
+ }
+
+ /**
+ * Renders the banner.
+ *
+ * @return string
+ */
+ public function render_banner() {
+ if ( ! $this->has_banners() ) {
+ return '';
+ }
+
+ return $this->banner_renderer->render( $this->get_random_banner() );
+ }
+
+ /**
+ * Checks if there are any banners set.
+ *
+ * @return bool
+ */
+ public function has_banners() {
+ return ! empty( $this->banners );
+ }
+
+ /**
+ * Returns a random banner.
+ *
+ * @return null|WPSEO_Admin_Banner
+ */
+ protected function get_random_banner() {
+ return $this->banners[ array_rand( $this->banners, 1 ) ];
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner.php b/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner.php
new file mode 100644
index 0000000..d179c42
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/banner/class-admin-banner.php
@@ -0,0 +1,87 @@
+url = $url;
+ $this->image = $image;
+ $this->alt = $alt;
+ $this->width = $width;
+ $this->height = $height;
+ }
+
+ /**
+ * Returns the set url.
+ *
+ * @return string
+ */
+ public function get_url() {
+ return $this->url;
+ }
+
+ /**
+ * Returns the image.
+ *
+ * @return string
+ */
+ public function get_image() {
+ return $this->image;
+ }
+
+ /**
+ * Returns the alt-text.
+ *
+ * @return string
+ */
+ public function get_alt() {
+ return $this->alt;
+ }
+
+ /**
+ * Returns the width.
+ *
+ * @return string
+ */
+ public function get_width() {
+ return $this->width;
+ }
+
+ /**
+ * Returns the height.
+ *
+ * @return string
+ */
+ public function get_height() {
+ return $this->height;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php b/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php
new file mode 100644
index 0000000..cca1b15
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php
@@ -0,0 +1,350 @@
+get_name(),
+ $script->get_url( WPSEO_Admin_Asset::TYPE_JS, WPSEO_FILE ),
+ $script->get_deps(),
+ $script->get_version(),
+ $script->is_in_footer()
+ );
+ }
+
+ /**
+ * Registers styles based on it's parameters.
+ *
+ * @param WPSEO_Admin_Asset $style The style to register.
+ */
+ public function register_style( WPSEO_Admin_Asset $style ) {
+ wp_register_style(
+ self::PREFIX . $style->get_name(),
+ $style->get_url( WPSEO_Admin_Asset::TYPE_CSS, WPSEO_FILE ),
+ $style->get_deps(),
+ $style->get_version(),
+ $style->get_media()
+ );
+ }
+
+ /**
+ * Calls the functions that register scripts and styles with the scripts and styles to be registered as arguments.
+ */
+ public function register_assets() {
+ $this->register_scripts( $this->scripts_to_be_registered() );
+ $this->register_styles( $this->styles_to_be_registered() );
+ }
+
+ /**
+ * Registers all the scripts passed to it.
+ *
+ * @param array $scripts The scripts passed to it.
+ */
+ public function register_scripts( $scripts ) {
+ foreach ( $scripts as $script ) {
+ $script = new WPSEO_Admin_Asset( $script );
+ $this->register_script( $script );
+ }
+ }
+
+ /**
+ * Registers all the styles it recieves.
+ *
+ * @param array $styles Styles that need to be registerd.
+ */
+ public function register_styles( $styles ) {
+ foreach ( $styles as $style ) {
+ $style = new WPSEO_Admin_Asset( $style );
+ $this->register_style( $style );
+ }
+ }
+
+ /**
+ * A list of styles that shouldn't be registered but are needed in other locations in the plugin.
+ *
+ * @return array
+ */
+ public function special_styles() {
+ return array(
+ 'inside-editor' => new WPSEO_Admin_Asset( array(
+ 'name' => 'inside-editor',
+ 'src' => 'inside-editor-331',
+ ) ),
+ );
+ }
+
+ /**
+ * Returns the scripts that need to be registered.
+ *
+ * @TODO data format is not self-documenting. Needs explanation inline. R.
+ *
+ * @return array scripts that need to be registered.
+ */
+ private function scripts_to_be_registered() {
+
+ $select2_language = 'en';
+ $locale = WPSEO_Utils::get_user_locale();
+ $language = WPSEO_Utils::get_language( $locale );
+
+ if ( file_exists( WPSEO_PATH . "js/dist/select2/i18n/{$locale}.js" ) ) {
+ $select2_language = $locale; // Chinese and some others use full locale.
+ }
+ elseif ( file_exists( WPSEO_PATH . "js/dist/select2/i18n/{$language}.js" ) ) {
+ $select2_language = $language;
+ }
+
+ return array(
+ array(
+ 'name' => 'admin-script',
+ 'src' => 'wp-seo-admin-400',
+ 'deps' => array(
+ 'jquery',
+ 'jquery-ui-core',
+ 'jquery-ui-progressbar',
+ self::PREFIX . 'select2',
+ self::PREFIX . 'select2-translations',
+ ),
+ ),
+ array(
+ 'name' => 'admin-media',
+ 'src' => 'wp-seo-admin-media-350',
+ 'deps' => array(
+ 'jquery',
+ 'jquery-ui-core',
+ ),
+ ),
+ array(
+ 'name' => 'bulk-editor',
+ 'src' => 'wp-seo-bulk-editor-350',
+ 'deps' => array( 'jquery' ),
+ ),
+ array(
+ 'name' => 'dismissible',
+ 'src' => 'wp-seo-dismissible-350',
+ 'deps' => array( 'jquery' ),
+ ),
+ array(
+ 'name' => 'admin-global-script',
+ 'src' => 'wp-seo-admin-global-390',
+ 'deps' => array( 'jquery' ),
+ ),
+ array(
+ 'name' => 'metabox',
+ 'src' => 'wp-seo-metabox-400',
+ 'deps' => array(
+ 'jquery',
+ 'jquery-ui-core',
+ 'jquery-ui-autocomplete',
+ self::PREFIX . 'select2',
+ self::PREFIX . 'select2-translations',
+ ),
+ 'in_footer' => false,
+ ),
+ array(
+ 'name' => 'featured-image',
+ 'src' => 'wp-seo-featured-image-350',
+ 'deps' => array(
+ 'jquery'
+ ),
+ ),
+ array(
+ 'name' => 'admin-gsc',
+ 'src' => 'wp-seo-admin-gsc-350',
+ 'deps' => array(),
+ 'in_footer' => false,
+ ),
+ array(
+ 'name' => 'post-scraper',
+ 'src' => 'wp-seo-post-scraper-400',
+ 'deps' => array(
+ self::PREFIX . 'replacevar-plugin',
+ self::PREFIX . 'shortcode-plugin',
+ 'wp-util',
+ ),
+ ),
+ array(
+ 'name' => 'term-scraper',
+ 'src' => 'wp-seo-term-scraper-400',
+ 'deps' => array(
+ self::PREFIX . 'replacevar-plugin',
+ ),
+ ),
+ array(
+ 'name' => 'replacevar-plugin',
+ 'src' => 'wp-seo-replacevar-plugin-380',
+ ),
+ array(
+ 'name' => 'shortcode-plugin',
+ 'src' => 'wp-seo-shortcode-plugin-350',
+ ),
+ array(
+ 'name' => 'recalculate',
+ 'src' => 'wp-seo-recalculate-400',
+ 'deps' => array(
+ 'jquery',
+ 'jquery-ui-core',
+ 'jquery-ui-progressbar',
+ ),
+ ),
+ array(
+ 'name' => 'primary-category',
+ 'src' => 'wp-seo-metabox-category-380',
+ 'deps' => array(
+ 'jquery',
+ 'wp-util',
+ ),
+ ),
+ array(
+ 'name' => 'select2',
+ 'src' => 'select2/select2',
+ 'suffix' => '.min',
+ 'deps' => array(
+ 'jquery',
+ ),
+ 'version' => '4.0.3',
+ ),
+ array(
+ 'name' => 'select2-translations',
+ 'src' => 'select2/i18n/' . $select2_language,
+ 'deps' => array(
+ 'jquery',
+ self::PREFIX . 'select2',
+ ),
+ 'version' => '4.0.3',
+ 'suffix' => '',
+ ),
+ array(
+ 'name' => 'configuration-wizard',
+ 'src' => 'configuration-wizard-400',
+ 'deps' => array(
+ 'jquery',
+ ),
+ ),
+ );
+ }
+
+ /**
+ * Returns the styles that need to be registered.
+ *
+ * @TODO data format is not self-documenting. Needs explanation inline. R.
+ *
+ * @return array styles that need to be registered.
+ */
+ private function styles_to_be_registered() {
+ return array(
+ array(
+ 'name' => 'admin-css',
+ 'src' => 'yst_plugin_tools-400',
+ 'deps' => array( self::PREFIX . 'toggle-switch' ),
+ ),
+ array(
+ 'name' => 'toggle-switch',
+ 'src' => 'toggle-switch-390',
+ ),
+ array(
+ 'name' => 'dismissible',
+ 'src' => 'wpseo-dismissible-350',
+ ),
+ array(
+ 'name' => 'alerts',
+ 'src' => 'alerts-340',
+ ),
+ array(
+ 'name' => 'edit-page',
+ 'src' => 'edit-page-330',
+ ),
+ array(
+ 'name' => 'featured-image',
+ 'src' => 'featured-image-330',
+ ),
+ array(
+ 'name' => 'metabox-css',
+ 'src' => 'metabox-400',
+ 'deps' => array(
+ self::PREFIX . 'select2',
+ ),
+ ),
+ array(
+ 'name' => 'wp-dashboard',
+ 'src' => 'dashboard-360',
+ ),
+ array(
+ 'name' => 'scoring',
+ 'src' => 'yst_seo_score-390',
+ ),
+ array(
+ 'name' => 'snippet',
+ 'src' => 'snippet-330',
+ ),
+ array(
+ 'name' => 'adminbar',
+ 'src' => 'adminbar-340',
+ ),
+ array(
+ 'name' => 'primary-category',
+ 'src' => 'metabox-primary-category',
+ ),
+ array(
+ 'name' => 'select2',
+ 'src' => 'dist/select2/select2',
+ 'suffix' => '.min',
+ 'version' => '4.0.1',
+ 'rtl' => false,
+ ),
+ array(
+ 'name' => 'kb-search',
+ 'src' => 'kb-search-350',
+ ),
+ array(
+ 'name' => 'help-center',
+ 'src' => 'help-center-340',
+ ),
+ array(
+ 'name' => 'admin-global',
+ 'src' => 'admin-global-370',
+ ),
+ array(
+ 'name' => 'yoast-components',
+ 'src' => 'yoast-components-400',
+ ),
+ array(
+ 'name' => 'extensions',
+ 'src' => 'yoast-extensions-390',
+ ),
+ );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php b/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php
new file mode 100644
index 0000000..74550e4
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php
@@ -0,0 +1,91 @@
+id = $id;
+ $this->help_button_text = $help_button_text;
+ $this->help_content = $help_content;
+ $this->wrapper = $wrapper;
+ }
+
+ /**
+ * Returns the html for the Help Button.
+ *
+ * @return string
+ */
+ public function get_button_html() {
+
+ if ( ! $this->id || ! $this->help_button_text || ! $this->help_content ) {
+ return '';
+ }
+
+ return sprintf(
+ ' %2$s ',
+ esc_attr( $this->id ),
+ $this->help_button_text
+ );
+ }
+
+ /**
+ * Returns the html for the Help Panel.
+ *
+ * @return string
+ */
+ public function get_panel_html() {
+
+ if ( ! $this->id || ! $this->help_button_text || ! $this->help_content ) {
+ return '';
+ }
+
+ $wrapper_start = $wrapper_end = '';
+
+ if ( 'has-wrapper' === $this->wrapper ) {
+ $wrapper_start = '';
+ $wrapper_end = '
';
+ }
+
+ return sprintf(
+ '%1$s%3$s
%4$s',
+ $wrapper_start,
+ esc_attr( $this->id ),
+ $this->help_content,
+ $wrapper_end
+ );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin-init.php b/wp-content/plugins/wordpress-seo/admin/class-admin-init.php
new file mode 100644
index 0000000..8946ca0
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin-init.php
@@ -0,0 +1,547 @@
+options = WPSEO_Options::get_option( 'wpseo_xml' );
+
+ $GLOBALS['wpseo_admin'] = new WPSEO_Admin;
+
+ $this->pagenow = $GLOBALS['pagenow'];
+
+ $this->asset_manager = new WPSEO_Admin_Asset_Manager();
+
+ add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_dismissible' ) );
+ add_action( 'admin_init', array( $this, 'tagline_notice' ), 15 );
+ add_action( 'admin_init', array( $this, 'blog_public_notice' ), 15 );
+ add_action( 'admin_init', array( $this, 'permalink_notice' ), 15 );
+ add_action( 'admin_init', array( $this, 'page_comments_notice' ), 15 );
+ add_action( 'admin_init', array( $this, 'ga_compatibility_notice' ), 15 );
+ add_action( 'admin_init', array( $this, 'yoast_plugin_compatibility_notification' ), 15 );
+ add_action( 'admin_init', array( $this, 'recalculate_notice' ), 15 );
+ add_action( 'admin_init', array( $this->asset_manager, 'register_assets' ) );
+ add_action( 'admin_init', array( $this, 'show_hook_deprecation_warnings' ) );
+ add_action( 'admin_init', array( 'WPSEO_Plugin_Conflict', 'hook_check_for_plugin_conflicts' ) );
+
+ $this->load_meta_boxes();
+ $this->load_taxonomy_class();
+ $this->load_admin_page_class();
+ $this->load_admin_user_class();
+ $this->load_xml_sitemaps_admin();
+ }
+
+ /**
+ * Enqueue our styling for dismissible yoast notifications.
+ */
+ public function enqueue_dismissible() {
+ $this->asset_manager->enqueue_style( 'dismissible' );
+ }
+
+ /**
+ * Helper to verify if the current user has already seen the about page for the current version
+ *
+ * @return bool
+ */
+ private function seen_about() {
+ $seen_about_version = substr( get_user_meta( get_current_user_id(), 'wpseo_seen_about_version', true ), 0, 3 );
+ $last_minor_version = substr( WPSEO_VERSION, 0, 3 );
+
+ return version_compare( $seen_about_version, $last_minor_version, '>=' );
+ }
+
+ /**
+ * Notify about the default tagline if the user hasn't changed it
+ */
+ public function tagline_notice() {
+
+ $current_url = ( is_ssl() ? 'https://' : 'http://' );
+ $current_url .= sanitize_text_field( $_SERVER['SERVER_NAME'] ) . sanitize_text_field( $_SERVER['REQUEST_URI'] );
+ $customize_url = add_query_arg( array(
+ 'url' => urlencode( $current_url ),
+ ), wp_customize_url() );
+
+ $info_message = sprintf(
+ __( 'You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.', 'wordpress-seo' ),
+ '',
+ ' '
+ );
+
+ $notification_options = array(
+ 'type' => Yoast_Notification::ERROR,
+ 'id' => 'wpseo-dismiss-tagline-notice',
+ 'capabilities' => 'manage_options',
+ );
+
+ $tagline_notification = new Yoast_Notification( $info_message, $notification_options );
+
+ $notification_center = Yoast_Notification_Center::get();
+ if ( $this->has_default_tagline() ) {
+ $notification_center->add_notification( $tagline_notification );
+ }
+ else {
+ $notification_center->remove_notification( $tagline_notification );
+ }
+ }
+
+ /**
+ * Add an alert if the blog is not publicly visible
+ */
+ public function blog_public_notice() {
+
+ $info_message = '' . __( 'Huge SEO Issue: You\'re blocking access to robots.', 'wordpress-seo' ) . ' ';
+ $info_message .= sprintf(
+ /* translators: %1$s resolves to the opening tag of the link to the reading settings, %1$s resolves to the closing tag for the link */
+ __( 'You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.', 'wordpress-seo' ),
+ '',
+ ' '
+ );
+
+ $notification_options = array(
+ 'type' => Yoast_Notification::ERROR,
+ 'id' => 'wpseo-dismiss-blog-public-notice',
+ 'priority' => 1.0,
+ 'capabilities' => 'manage_options',
+ );
+
+ $notification = new Yoast_Notification( $info_message, $notification_options );
+
+ $notification_center = Yoast_Notification_Center::get();
+ if ( ! $this->is_blog_public() ) {
+ $notification_center->add_notification( $notification );
+ }
+ else {
+ $notification_center->remove_notification( $notification );
+ }
+ }
+
+ /**
+ * Display notice to disable comment pagination
+ */
+ public function page_comments_notice() {
+
+ $info_message = __( 'Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.', 'wordpress-seo' );
+ $info_message .= ' ';
+
+ /* translators: %1$s resolves to the opening tag of the link to the comment setting page, %2$s resolves to the closing tag of the link */
+ $info_message .= sprintf(
+ __( 'Simply uncheck the box before "Break comments into pages..." on the %1$sComment settings page%2$s.', 'wordpress-seo' ),
+ '',
+ ' '
+ );
+
+ $notification_options = array(
+ 'type' => Yoast_Notification::WARNING,
+ 'id' => 'wpseo-dismiss-page_comments-notice',
+ 'capabilities' => 'manage_options',
+ );
+
+ $tagline_notification = new Yoast_Notification( $info_message, $notification_options );
+
+ $notification_center = Yoast_Notification_Center::get();
+ if ( $this->has_page_comments() ) {
+ $notification_center->add_notification( $tagline_notification );
+ }
+ else {
+ $notification_center->remove_notification( $tagline_notification );
+ }
+ }
+
+ /**
+ * Returns whether or not the site has the default tagline
+ *
+ * @return bool
+ */
+ public function has_default_tagline() {
+ $blog_description = get_bloginfo( 'description' );
+ $default_blog_description = 'Just another WordPress site';
+ return __( $default_blog_description ) === $blog_description || $default_blog_description === $blog_description;
+ }
+
+ /**
+ * Show alert when the permalink doesn't contain %postname%
+ */
+ public function permalink_notice() {
+
+ $info_message = __( 'You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/ .', 'wordpress-seo' );
+ $info_message .= ' ';
+ $info_message .= sprintf(
+ /* translators: %1$s resolves to the starting tag of the link to the permalink settings page, %2$s resolves to the closing tag of the link */
+ __( 'You can fix this on the %1$sPermalink settings page%2$s.', 'wordpress-seo' ),
+ '',
+ ' '
+ );
+
+ $notification_options = array(
+ 'type' => Yoast_Notification::WARNING,
+ 'id' => 'wpseo-dismiss-permalink-notice',
+ 'capabilities' => 'manage_options',
+ 'priority' => 0.8,
+ );
+
+ $notification = new Yoast_Notification( $info_message, $notification_options );
+
+ $notification_center = Yoast_Notification_Center::get();
+ if ( ! $this->has_postname_in_permalink() ) {
+ $notification_center->add_notification( $notification );
+ }
+ else {
+ $notification_center->remove_notification( $notification );
+ }
+ }
+
+ /**
+ * Are page comments enabled
+ *
+ * @return bool
+ */
+ public function has_page_comments() {
+ return '1' === get_option( 'page_comments' );
+ }
+
+ /**
+ * Shows a notice to the user if they have Google Analytics for WordPress 5.4.3 installed because it causes an error
+ * on the google search console page.
+ */
+ public function ga_compatibility_notice() {
+
+ $notification = $this->get_compatibility_notification();
+ $notification_center = Yoast_Notification_Center::get();
+
+ if ( defined( 'GAWP_VERSION' ) && '5.4.3' === GAWP_VERSION ) {
+ $notification_center->add_notification( $notification );
+ }
+ else {
+ $notification_center->remove_notification( $notification );
+ }
+ }
+
+ /**
+ * Build compatibility problem notification
+ *
+ * @return Yoast_Notification
+ */
+ private function get_compatibility_notification() {
+ $info_message = sprintf(
+ /* translators: %1$s expands to Yoast SEO, %2$s expands to 5.4.3, %3$s expands to Google Analytics by Yoast */
+ __( '%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.', 'wordpress-seo' ),
+ 'Yoast SEO',
+ '5.4.3',
+ 'Google Analytics by Yoast'
+ );
+
+ return new Yoast_Notification(
+ $info_message,
+ array(
+ 'id' => 'gawp-compatibility-notice',
+ 'type' => Yoast_Notification::ERROR,
+ )
+ );
+ }
+
+ /**
+ * Add an alert if outdated versions of Yoast SEO plugins are running.
+ */
+ public function yoast_plugin_compatibility_notification() {
+ $compatibility_checker = new WPSEO_Plugin_Compatibility( WPSEO_VERSION );
+ $plugins = $compatibility_checker->get_installed_plugins_compatibility();
+
+ $notification_center = Yoast_Notification_Center::get();
+
+ foreach ( $plugins as $name => $plugin ) {
+ $type = ( $plugin['active'] ) ? Yoast_Notification::ERROR : Yoast_Notification::WARNING;
+ $notification = $this->get_yoast_seo_compatibility_notification( $name, $plugin, $type );
+
+ if ( $plugin['compatible'] === false ) {
+ $notification_center->add_notification( $notification );
+ }
+ else {
+ $notification_center->remove_notification( $notification );
+ }
+ }
+ }
+
+ /**
+ * Build Yoast SEO compatibility problem notification
+ *
+ * @param string $name The plugin name to use for the unique ID.
+ * @param array $plugin The plugin to retrieve the data from.
+ * @param string $level The severity level to use for the notification.
+ *
+ * @return Yoast_Notification
+ */
+ private function get_yoast_seo_compatibility_notification( $name, $plugin, $level = Yoast_Notification::WARNING ) {
+ $info_message = sprintf(
+ /* translators: %1$s expands to Yoast SEO, %2$s expands to the plugin version, %3$s expands to the plugin name */
+ __( '%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.', 'wordpress-seo' ),
+ 'Yoast SEO',
+ $plugin['version'],
+ $plugin['title']
+ );
+
+ return new Yoast_Notification(
+ $info_message,
+ array(
+ 'id' => 'wpseo-outdated-yoast-seo-plugin-' . $name,
+ 'type' => $level,
+ )
+ );
+ }
+
+ /**
+ * Shows the notice for recalculating the post. the Notice will only be shown if the user hasn't dismissed it before.
+ */
+ public function recalculate_notice() {
+ // Just a return, because we want to temporary disable this notice (#3998 and #4532).
+ return;
+
+ if ( filter_input( INPUT_GET, 'recalculate' ) === '1' ) {
+ update_option( 'wpseo_dismiss_recalculate', '1' );
+ return;
+ }
+
+ $can_access = is_multisite() ? WPSEO_Utils::grant_access() : current_user_can( 'manage_options' );
+ if ( $can_access && ! $this->is_site_notice_dismissed( 'wpseo_dismiss_recalculate' ) ) {
+ Yoast_Notification_Center::get()->add_notification(
+ new Yoast_Notification(
+ /* translators: 1: is a link to 'admin_url / admin.php?page=wpseo_tools&recalculate=1' 2: closing link tag */
+ sprintf(
+ __( 'We\'ve updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.', 'wordpress-seo' ),
+ '',
+ ' '
+ ),
+ array(
+ 'type' => 'updated yoast-dismissible',
+ 'id' => 'wpseo-dismiss-recalculate',
+ 'nonce' => wp_create_nonce( 'wpseo-dismiss-recalculate' ),
+ )
+ )
+ );
+ }
+ }
+
+ /**
+ * Check if the user has dismissed the given notice (by $notice_name)
+ *
+ * @param string $notice_name The name of the notice that might be dismissed.
+ *
+ * @return bool
+ */
+ private function is_site_notice_dismissed( $notice_name ) {
+ return '1' === get_option( $notice_name, true );
+ }
+
+ /**
+ * Helper to verify if the user is currently visiting one of our admin pages.
+ *
+ * @return bool
+ */
+ private function on_wpseo_admin_page() {
+ return 'admin.php' === $this->pagenow && strpos( filter_input( INPUT_GET, 'page' ), 'wpseo' ) === 0;
+ }
+
+ /**
+ * Determine whether we should load the meta box class and if so, load it.
+ */
+ private function load_meta_boxes() {
+
+ $is_editor = WPSEO_Metabox::is_post_overview( $this->pagenow ) || WPSEO_Metabox::is_post_edit( $this->pagenow );
+ $is_inline_save = filter_input( INPUT_POST, 'action' ) === 'inline-save';
+
+ /**
+ * Filter: 'wpseo_always_register_metaboxes_on_admin' - Allow developers to change whether
+ * the WPSEO metaboxes are only registered on the typical pages (lean loading) or always
+ * registered when in admin.
+ *
+ * @api bool Whether to always register the metaboxes or not. Defaults to false.
+ */
+ if ( $is_editor || $is_inline_save || apply_filters( 'wpseo_always_register_metaboxes_on_admin', false )
+ ) {
+ $GLOBALS['wpseo_metabox'] = new WPSEO_Metabox;
+ $GLOBALS['wpseo_meta_columns'] = new WPSEO_Meta_Columns();
+ }
+ }
+
+ /**
+ * Determine if we should load our taxonomy edit class and if so, load it.
+ */
+ private function load_taxonomy_class() {
+ if (
+ WPSEO_Taxonomy::is_term_edit( $this->pagenow )
+ || WPSEO_Taxonomy::is_term_overview( $this->pagenow )
+ ) {
+ new WPSEO_Taxonomy;
+ }
+ }
+
+ /**
+ * Determine if we should load our admin pages class and if so, load it.
+ *
+ * Loads admin page class for all admin pages starting with `wpseo_`.
+ */
+ private function load_admin_user_class() {
+ if ( in_array( $this->pagenow, array( 'user-edit.php', 'profile.php' ) ) && current_user_can( 'edit_users' ) ) {
+ new WPSEO_Admin_User_Profile;
+ }
+ }
+
+ /**
+ * Determine if we should load our admin pages class and if so, load it.
+ *
+ * Loads admin page class for all admin pages starting with `wpseo_`.
+ */
+ private function load_admin_page_class() {
+
+ if ( $this->on_wpseo_admin_page() ) {
+ // For backwards compatabilty, this still needs a global, for now...
+ $GLOBALS['wpseo_admin_pages'] = new WPSEO_Admin_Pages;
+
+ // Only register the yoast i18n when the page is a Yoast SEO page.
+ if ( WPSEO_Utils::is_yoast_seo_free_page( filter_input( INPUT_GET, 'page' ) ) ) {
+ $this->register_i18n_promo_class();
+ }
+ }
+ }
+
+ /**
+ * Register the promotion class for our GlotPress instance
+ *
+ * @link https://github.com/Yoast/i18n-module
+ */
+ private function register_i18n_promo_class() {
+ new yoast_i18n(
+ array(
+ 'textdomain' => 'wordpress-seo',
+ 'project_slug' => 'wordpress-seo',
+ 'plugin_name' => 'Yoast SEO',
+ 'hook' => 'wpseo_admin_promo_footer',
+ 'glotpress_url' => 'http://translate.yoast.com/gp/',
+ 'glotpress_name' => 'Yoast Translate',
+ 'glotpress_logo' => 'https://translate.yoast.com/gp-templates/images/Yoast_Translate.svg',
+ 'register_url' => 'https://translate.yoast.com/gp/projects#utm_source=plugin&utm_medium=promo-box&utm_campaign=wpseo-i18n-promo',
+ )
+ );
+ }
+
+ /**
+ * See if we should start our XML Sitemaps Admin class
+ */
+ private function load_xml_sitemaps_admin() {
+ if ( $this->options['enablexmlsitemap'] === true ) {
+ new WPSEO_Sitemaps_Admin;
+ }
+ }
+
+ /**
+ * Check if the site is set to be publicly visible
+ *
+ * @return bool
+ */
+ private function is_blog_public() {
+ return '1' == get_option( 'blog_public' );
+ }
+
+ /**
+ * Shows deprecation warnings to the user if a plugin has registered a filter we have deprecated.
+ */
+ public function show_hook_deprecation_warnings() {
+ global $wp_filter;
+
+ if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
+ return false;
+ }
+
+ // WordPress hooks that have been deprecated in Yoast SEO 3.0.
+ $deprecated_30 = array(
+ 'wpseo_pre_analysis_post_content',
+ 'wpseo_metadesc_length',
+ 'wpseo_metadesc_length_reason',
+ 'wpseo_body_length_score',
+ 'wpseo_linkdex_results',
+ 'wpseo_snippet',
+ );
+
+ $deprecated_notices = array_intersect(
+ $deprecated_30,
+ array_keys( $wp_filter )
+ );
+
+ foreach ( $deprecated_notices as $deprecated_filter ) {
+ _deprecated_function(
+ /* %s expands to the actual filter/action that has been used. */
+ sprintf( __( '%s filter/action', 'wordpress-seo' ), $deprecated_filter ),
+ 'WPSEO 3.0',
+ 'javascript'
+ );
+ }
+ }
+
+ /**
+ * Check if there is a dismiss notice action.
+ *
+ * @param string $notice_name The name of the notice to dismiss.
+ *
+ * @return bool
+ */
+ private function dismiss_notice( $notice_name ) {
+ return filter_input( INPUT_GET, $notice_name ) === '1' && wp_verify_nonce( filter_input( INPUT_GET, 'nonce' ), $notice_name );
+ }
+
+ /**
+ * Returns whether or not the user has seen the tagline notice
+ *
+ * @deprecated 3.3
+ *
+ * @return bool
+ */
+ public function seen_tagline_notice() {
+ return false;
+ }
+
+ /**
+ * Check if the permalink uses %postname%
+ *
+ * @return bool
+ */
+ private function has_postname_in_permalink() {
+ return ( false !== strpos( get_option( 'permalink_structure' ), '%postname%' ) );
+ }
+
+ /**
+ * Redirect first time or just upgraded users to the about screen.
+ *
+ * @deprecated 3.5
+ */
+ public function after_update_notice() {
+ _deprecated_function( 'WPSEO_Admin_Init::after_update_notice', 'WPSEO 3.5' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php b/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php
new file mode 100644
index 0000000..c547535
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php
@@ -0,0 +1,89 @@
+filter_input_post( 'wpseo_nonce' );
+
+ if ( empty( $nonce_value ) ) { // Submit from alternate forms.
+ return;
+ }
+
+ check_admin_referer( 'wpseo_user_profile_update', 'wpseo_nonce' );
+
+ update_user_meta( $user_id, 'wpseo_title', $this->filter_input_post( 'wpseo_author_title' ) );
+ update_user_meta( $user_id, 'wpseo_metadesc', $this->filter_input_post( 'wpseo_author_metadesc' ) );
+ update_user_meta( $user_id, 'wpseo_metakey', $this->filter_input_post( 'wpseo_author_metakey' ) );
+ update_user_meta( $user_id, 'wpseo_excludeauthorsitemap', $this->filter_input_post( 'wpseo_author_exclude' ) );
+ update_user_meta( $user_id, 'wpseo_content_analysis_disable', $this->filter_input_post( 'wpseo_content_analysis_disable' ) );
+ update_user_meta( $user_id, 'wpseo_keyword_analysis_disable', $this->filter_input_post( 'wpseo_keyword_analysis_disable' ) );
+ }
+
+ /**
+ * Add the inputs needed for SEO values to the User Profile page
+ *
+ * @param WP_User $user User instance to output for.
+ */
+ public function user_profile( $user ) {
+ $options = WPSEO_Options::get_option( 'wpseo_titles' );
+
+ wp_nonce_field( 'wpseo_user_profile_update', 'wpseo_nonce' );
+
+ require_once( 'views/user-profile.php' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-admin.php b/wp-content/plugins/wordpress-seo/admin/class-admin.php
new file mode 100644
index 0000000..3a0110b
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-admin.php
@@ -0,0 +1,809 @@
+options = WPSEO_Options::get_options( array( 'wpseo', 'wpseo_permalinks' ) );
+
+ if ( is_multisite() ) {
+ WPSEO_Options::maybe_set_multisite_defaults( false );
+ }
+
+ if ( $this->options['stripcategorybase'] === true ) {
+ add_action( 'created_category', array( $this, 'schedule_rewrite_flush' ) );
+ add_action( 'edited_category', array( $this, 'schedule_rewrite_flush' ) );
+ add_action( 'delete_category', array( $this, 'schedule_rewrite_flush' ) );
+ }
+
+ $this->admin_features = array(
+ // Google Search Console.
+ 'google_search_console' => new WPSEO_GSC(),
+ 'dashboard_widget' => new Yoast_Dashboard_Widget(),
+ );
+
+ if ( WPSEO_Metabox::is_post_overview( $pagenow ) || WPSEO_Metabox::is_post_edit( $pagenow ) ) {
+ $this->admin_features['primary_category'] = new WPSEO_Primary_Term_Admin();
+ }
+
+ if ( filter_input( INPUT_GET, 'page' ) === 'wpseo_tools' && filter_input( INPUT_GET, 'tool' ) === null ) {
+ new WPSEO_Recalculate_Scores();
+ }
+
+ // Needs the lower than default priority so other plugins can hook underneath it without issue.
+ add_action( 'admin_menu', array( $this, 'register_settings_page' ), 5 );
+ add_action( 'network_admin_menu', array( $this, 'register_network_settings_page' ) );
+
+ add_filter( 'plugin_action_links_' . WPSEO_BASENAME, array( $this, 'add_action_link' ), 10, 2 );
+
+ add_action( 'admin_enqueue_scripts', array( $this, 'config_page_scripts' ) );
+ add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_global_style' ) );
+
+ if ( $this->options['cleanslugs'] === true ) {
+ add_filter( 'name_save_pre', array( $this, 'remove_stopwords_from_slug' ), 0 );
+ }
+
+ add_filter( 'user_contactmethods', array( $this, 'update_contactmethods' ), 10, 1 );
+
+ add_action( 'after_switch_theme', array( $this, 'switch_theme' ) );
+ add_action( 'switch_theme', array( $this, 'switch_theme' ) );
+
+ add_filter( 'set-screen-option', array( $this, 'save_bulk_edit_options' ), 10, 3 );
+
+ add_action( 'admin_init', array( 'WPSEO_Plugin_Conflict', 'hook_check_for_plugin_conflicts' ), 10, 1 );
+ add_action( 'admin_init', array( $this, 'import_plugin_hooks' ) );
+
+ add_filter( 'wpseo_submenu_pages', array( $this, 'filter_settings_pages' ) );
+
+ WPSEO_Sitemaps_Cache::register_clear_on_option_update( 'wpseo' );
+
+ if ( WPSEO_Utils::is_yoast_seo_page() ) {
+ add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_assets' ) );
+ }
+
+ if ( WPSEO_Utils::is_api_available() ) {
+ $configuration = new WPSEO_Configuration_Page;
+ $configuration->catch_configuration_request();
+ }
+
+ $this->set_upsell_notice();
+ }
+
+ /**
+ * Setting the hooks for importing data from other plugins
+ */
+ public function import_plugin_hooks() {
+ if ( current_user_can( $this->get_manage_options_cap() ) ) {
+ $plugin_imports = array(
+ 'wpSEO' => new WPSEO_Import_WPSEO_Hooks(),
+ 'aioseo' => new WPSEO_Import_AIOSEO_Hooks(),
+ );
+ }
+ }
+
+ /**
+ * Schedules a rewrite flush to happen at shutdown
+ */
+ function schedule_rewrite_flush() {
+ add_action( 'shutdown', 'flush_rewrite_rules' );
+ }
+
+ /**
+ * Returns all the classes for the admin features
+ *
+ * @return array
+ */
+ public function get_admin_features() {
+ return $this->admin_features;
+ }
+
+ /**
+ * Register the menu item and its sub menu's.
+ *
+ * @global array $submenu used to change the label on the first item.
+ */
+ function register_settings_page() {
+ if ( WPSEO_Utils::grant_access() !== true ) {
+ return;
+ }
+
+ global $admin_page_hooks;
+
+ // Base 64 encoded SVG image.
+ $icon_svg = WPSEO_Utils::get_icon_svg();
+
+ $manage_options_cap = $this->get_manage_options_cap();
+
+ $notification_center = Yoast_Notification_Center::get();
+ $notification_count = $notification_center->get_notification_count();
+
+ // Add main page.
+ /* translators: %s: number of notifications */
+ $counter_screen_reader_text = sprintf( _n( '%s notification', '%s notifications', $notification_count, 'wordpress-seo' ), number_format_i18n( $notification_count ) );
+ $counter = sprintf( '%1$d %2$s ', $notification_count, $counter_screen_reader_text );
+
+ $admin_page = add_menu_page( 'Yoast SEO: ' . __( 'Dashboard', 'wordpress-seo' ), __( 'SEO', 'wordpress-seo' ) . ' ' . $counter, $manage_options_cap, self::PAGE_IDENTIFIER, array(
+ $this,
+ 'load_page',
+ ), $icon_svg, '99.31337' );
+
+ $admin_page_hooks[ self::PAGE_IDENTIFIER ] = 'seo'; // Wipe notification bits from hooks. R.
+
+ // Sub menu pages.
+ $submenu_pages = array(
+ array(
+ self::PAGE_IDENTIFIER,
+ '',
+ __( 'General', 'wordpress-seo' ),
+ $manage_options_cap,
+ self::PAGE_IDENTIFIER,
+ array( $this, 'load_page' ),
+ null,
+ ),
+ array(
+ self::PAGE_IDENTIFIER,
+ '',
+ __( 'Titles & Metas', 'wordpress-seo' ),
+ $manage_options_cap,
+ 'wpseo_titles',
+ array( $this, 'load_page' ),
+ ),
+ array(
+ self::PAGE_IDENTIFIER,
+ '',
+ __( 'Social', 'wordpress-seo' ),
+ $manage_options_cap,
+ 'wpseo_social',
+ array( $this, 'load_page' ),
+ null,
+ ),
+ array(
+ self::PAGE_IDENTIFIER,
+ '',
+ __( 'XML Sitemaps', 'wordpress-seo' ),
+ $manage_options_cap,
+ 'wpseo_xml',
+ array( $this, 'load_page' ),
+ null,
+ ),
+ array(
+ self::PAGE_IDENTIFIER,
+ '',
+ __( 'Advanced', 'wordpress-seo' ),
+ $manage_options_cap,
+ 'wpseo_advanced',
+ array( $this, 'load_page' ),
+ null,
+ ),
+ array(
+ self::PAGE_IDENTIFIER,
+ '',
+ __( 'Tools', 'wordpress-seo' ),
+ $manage_options_cap,
+ 'wpseo_tools',
+ array( $this, 'load_page' ),
+ null,
+ ),
+ array(
+ self::PAGE_IDENTIFIER,
+ '',
+ __( 'Search Console', 'wordpress-seo' ),
+ $manage_options_cap,
+ 'wpseo_search_console',
+ array( $this->admin_features['google_search_console'], 'display' ),
+ array( array( $this->admin_features['google_search_console'], 'set_help' ) ),
+ ),
+ array(
+ self::PAGE_IDENTIFIER,
+ '',
+ __( 'Go Premium', 'wordpress-seo' ) . ' ' . $this->get_premium_indicator(),
+ $manage_options_cap,
+ 'wpseo_licenses',
+ array( $this, 'load_page' ),
+ null,
+ ),
+ );
+
+ // Allow submenu pages manipulation.
+ $submenu_pages = apply_filters( 'wpseo_submenu_pages', $submenu_pages );
+
+ // Loop through submenu pages and add them.
+ if ( count( $submenu_pages ) ) {
+ foreach ( $submenu_pages as $submenu_page ) {
+
+ $page_title = $submenu_page[2] . ' - Yoast SEO';
+
+ // We cannot use $submenu_page[1] because add-ons define that, so hard-code this value.
+ if ( 'wpseo_licenses' === $submenu_page[4] ) {
+ $page_title = __( 'Premium', 'wordpress-seo' ) . ' - Yoast SEO';
+ }
+
+ // Add submenu page.
+ $admin_page = add_submenu_page( $submenu_page[0], $page_title, $submenu_page[2], $submenu_page[3], $submenu_page[4], $submenu_page[5] );
+
+ // Check if we need to hook.
+ if ( isset( $submenu_page[6] ) && ( is_array( $submenu_page[6] ) && $submenu_page[6] !== array() ) ) {
+ foreach ( $submenu_page[6] as $submenu_page_action ) {
+ add_action( 'load-' . $admin_page, $submenu_page_action );
+ }
+ }
+ }
+ }
+
+ global $submenu;
+ if ( isset( $submenu[ self::PAGE_IDENTIFIER ] ) && current_user_can( $manage_options_cap ) ) {
+ $submenu[ self::PAGE_IDENTIFIER ][0][0] = __( 'Dashboard', 'wordpress-seo' );
+ }
+ }
+
+ /**
+ * Register assets needed on admin pages
+ */
+ public function enqueue_assets() {
+ $asset_manager = new WPSEO_Admin_Asset_Manager();
+ $asset_manager->enqueue_style( 'help-center' );
+
+ if ( 'wpseo_licenses' === filter_input( INPUT_GET, 'page' ) ) {
+ $asset_manager->enqueue_style( 'extensions' );
+ }
+ }
+
+ /**
+ * Returns the manage_options cap
+ *
+ * @return mixed|void
+ */
+ private function get_manage_options_cap() {
+ /**
+ * Filter: 'wpseo_manage_options_capability' - Allow changing the capability users need to view the settings pages
+ *
+ * @api string unsigned The capability
+ */
+ $manage_options_cap = apply_filters( 'wpseo_manage_options_capability', 'manage_options' );
+
+ return $manage_options_cap;
+ }
+
+ /**
+ * Adds contextual help to the titles & metas page.
+ */
+ function title_metas_help_tab() {
+ $screen = get_current_screen();
+
+ $screen->set_help_sidebar( '
+ ' . __( 'For more information:', 'wordpress-seo' ) . '
+ ' . __( 'Title optimization', 'wordpress-seo' ) . '
+ ' . __( 'Why Google won\'t display the right page title', 'wordpress-seo' ) . '
'
+ );
+
+ $screen->add_help_tab(
+ array(
+ 'id' => 'basic-help',
+ 'title' => __( 'Template explanation', 'wordpress-seo' ),
+ /* translators: %1$s expands to Yoast SEO */
+ 'content' => '' . sprintf( __( 'The title & metas settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The tabs on the left explain the available variables.', 'wordpress-seo' ), 'Yoast SEO' ) . '
' . '' . __( 'Note that not all variables can be used in every template.', 'wordpress-seo' ) . '
',
+ )
+ );
+
+ $screen->add_help_tab(
+ array(
+ 'id' => 'title-vars',
+ 'title' => __( 'Basic Variables', 'wordpress-seo' ),
+ 'content' => "\n\t\t" . __( 'Basic Variables', 'wordpress-seo' ) . " \n\t\t" . WPSEO_Replace_Vars::get_basic_help_texts(),
+ )
+ );
+
+ $screen->add_help_tab(
+ array(
+ 'id' => 'title-vars-advanced',
+ 'title' => __( 'Advanced Variables', 'wordpress-seo' ),
+ 'content' => "\n\t\t" . __( 'Advanced Variables', 'wordpress-seo' ) . " \n\t\t" . WPSEO_Replace_Vars::get_advanced_help_texts(),
+ )
+ );
+ }
+
+ /**
+ * Register the settings page for the Network settings.
+ */
+ function register_network_settings_page() {
+ if ( WPSEO_Utils::grant_access() ) {
+ // Base 64 encoded SVG image.
+ $icon_svg = WPSEO_Utils::get_icon_svg();
+
+ add_menu_page( 'Yoast SEO: ' . __( 'MultiSite Settings', 'wordpress-seo' ), __( 'SEO', 'wordpress-seo' ), 'delete_users', self::PAGE_IDENTIFIER, array(
+ $this,
+ 'network_config_page',
+ ), $icon_svg );
+
+ if ( WPSEO_Utils::allow_system_file_edit() === true ) {
+ add_submenu_page( self::PAGE_IDENTIFIER, 'Yoast SEO: ' . __( 'Edit Files', 'wordpress-seo' ), __( 'Edit Files', 'wordpress-seo' ), 'delete_users', 'wpseo_files', array(
+ $this,
+ 'load_page',
+ ) );
+ }
+
+ // Add Extension submenu page.
+ add_submenu_page( self::PAGE_IDENTIFIER, 'Yoast SEO: ' . __( 'Extensions', 'wordpress-seo' ), __( 'Extensions', 'wordpress-seo' ), 'delete_users', 'wpseo_licenses', array(
+ $this,
+ 'load_page',
+ ) );
+ }
+ }
+
+
+ /**
+ * Load the form for a WPSEO admin page
+ */
+ function load_page() {
+ $page = filter_input( INPUT_GET, 'page' );
+
+ switch ( $page ) {
+ case 'wpseo_advanced':
+ require_once( WPSEO_PATH . 'admin/pages/advanced.php' );
+ break;
+
+ case 'wpseo_tools':
+ require_once( WPSEO_PATH . 'admin/pages/tools.php' );
+ break;
+
+ case 'wpseo_titles':
+ require_once( WPSEO_PATH . 'admin/pages/metas.php' );
+ break;
+
+ case 'wpseo_social':
+ require_once( WPSEO_PATH . 'admin/pages/social.php' );
+ break;
+
+ case 'wpseo_xml':
+ require_once( WPSEO_PATH . 'admin/pages/xml-sitemaps.php' );
+ break;
+
+ case 'wpseo_licenses':
+ require_once( WPSEO_PATH . 'admin/pages/licenses.php' );
+ break;
+
+ case 'wpseo_files':
+ require_once( WPSEO_PATH . 'admin/views/tool-file-editor.php' );
+ break;
+
+ case 'wpseo_tutorial_videos':
+ require_once( WPSEO_PATH . 'admin/pages/tutorial-videos.php' );
+ break;
+
+ case 'wpseo_configurator':
+ require_once( WPSEO_PATH . 'admin/config-ui/class-configuration-page.php' );
+ break;
+
+ case self::PAGE_IDENTIFIER:
+ default:
+ require_once( WPSEO_PATH . 'admin/pages/dashboard.php' );
+ break;
+ }
+ }
+
+ /**
+ * Loads the form for the network configuration page.
+ */
+ function network_config_page() {
+ require_once( WPSEO_PATH . 'admin/pages/network.php' );
+ }
+
+
+ /**
+ * Adds the ability to choose how many posts are displayed per page
+ * on the bulk edit pages.
+ */
+ function bulk_edit_options() {
+ $option = 'per_page';
+ $args = array(
+ 'label' => __( 'Posts', 'wordpress-seo' ),
+ 'default' => 10,
+ 'option' => 'wpseo_posts_per_page',
+ );
+ add_screen_option( $option, $args );
+ }
+
+ /**
+ * Saves the posts per page limit for bulk edit pages.
+ *
+ * @param int $status Status value to pass through.
+ * @param string $option Option name.
+ * @param int $value Count value to check.
+ *
+ * @return int
+ */
+ function save_bulk_edit_options( $status, $option, $value ) {
+ if ( 'wpseo_posts_per_page' === $option && ( $value > 0 && $value < 1000 ) ) {
+ return $value;
+ }
+
+ return $status;
+ }
+
+ /**
+ * Add a link to the settings page to the plugins list
+ *
+ * @staticvar string $this_plugin holds the directory & filename for the plugin
+ *
+ * @param array $links array of links for the plugins, adapted when the current plugin is found.
+ * @param string $file the filename for the current plugin, which the filter loops through.
+ *
+ * @return array $links
+ */
+ function add_action_link( $links, $file ) {
+ if ( WPSEO_BASENAME === $file && WPSEO_Utils::grant_access() ) {
+ $settings_link = '' . __( 'Settings', 'wordpress-seo' ) . ' ';
+ array_unshift( $links, $settings_link );
+ }
+
+ if ( class_exists( 'WPSEO_Product_Premium' ) ) {
+ $license_manager = new Yoast_Plugin_License_Manager( new WPSEO_Product_Premium() );
+ if ( $license_manager->license_is_valid() ) {
+ return $links;
+ }
+ }
+
+ // Add link to premium support landing page.
+ $premium_link = '' . __( 'Premium Support', 'wordpress-seo' ) . ' ';
+ array_unshift( $links, $premium_link );
+
+ // Add link to docs.
+ $faq_link = '' . __( 'FAQ', 'wordpress-seo' ) . ' ';
+ array_unshift( $links, $faq_link );
+
+ return $links;
+ }
+
+ /**
+ * Enqueues the (tiny) global JS needed for the plugin.
+ */
+ function config_page_scripts() {
+ if ( WPSEO_Utils::grant_access() ) {
+ $asset_manager = new WPSEO_Admin_Asset_Manager();
+ $asset_manager->enqueue_script( 'admin-global-script' );
+
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'admin-global-script', 'wpseoAdminGlobalL10n', $this->localize_admin_global_script() );
+ }
+ }
+
+ /**
+ * Enqueues the (tiny) global stylesheet needed for the plugin.
+ */
+ public function enqueue_global_style() {
+ $asset_manager = new WPSEO_Admin_Asset_Manager();
+ $asset_manager->enqueue_style( 'admin-global' );
+ }
+
+ /**
+ * Filter the $contactmethods array and add Facebook, Google+ and Twitter.
+ *
+ * These are used with the Facebook author, rel="author" and Twitter cards implementation.
+ *
+ * @param array $contactmethods currently set contactmethods.
+ *
+ * @return array $contactmethods with added contactmethods.
+ */
+ public function update_contactmethods( $contactmethods ) {
+ // Add Google+.
+ $contactmethods['googleplus'] = __( 'Google+', 'wordpress-seo' );
+ // Add Twitter.
+ $contactmethods['twitter'] = __( 'Twitter username (without @)', 'wordpress-seo' );
+ // Add Facebook.
+ $contactmethods['facebook'] = __( 'Facebook profile URL', 'wordpress-seo' );
+
+ return $contactmethods;
+ }
+
+ /**
+ * Cleans stopwords out of the slug, if the slug hasn't been set yet.
+ *
+ * @since 1.1.7
+ *
+ * @param string $slug if this isn't empty, the function will return an unaltered slug.
+ *
+ * @return string $clean_slug cleaned slug
+ */
+ function remove_stopwords_from_slug( $slug ) {
+ return $this->filter_stopwords_from_slug( $slug, filter_input( INPUT_POST, 'post_title' ) );
+ }
+
+ /**
+ * Filter the stopwords from the slug
+ *
+ * @param string $slug The current slug, if not empty there will be done nothing.
+ * @param string $post_title The title which will be used in case of an empty slug.
+ *
+ * @return string
+ */
+ public function filter_stopwords_from_slug( $slug, $post_title ) {
+ // Don't change an existing slug.
+ if ( isset( $slug ) && $slug !== '' ) {
+ return $slug;
+ }
+
+ // When the post title is empty, just return the slug.
+ if ( empty( $post_title ) ) {
+ return $slug;
+ }
+
+ // Don't change the slug if this is a multisite installation and the site has been switched.
+ if ( is_multisite() && ms_is_switched() ) {
+ return $slug;
+ }
+
+ // Don't change slug if the post is a draft, this conflicts with polylang.
+ // Doesn't work with filter_input() since need current value, not originally submitted one.
+ if ( 'draft' === $_POST['post_status'] ) {
+ return $slug;
+ }
+
+ // Lowercase the slug and strip slashes.
+ $new_slug = sanitize_title( stripslashes( $post_title ) );
+
+ $stop_words = new WPSEO_Admin_Stop_Words();
+ return $stop_words->remove_in( $new_slug );
+ }
+
+ /**
+ * Filters all advanced settings pages from the given pages.
+ *
+ * @param array $pages The pages to filter.
+ *
+ * @return array
+ */
+ public function filter_settings_pages( array $pages ) {
+
+ if ( wpseo_advanced_settings_enabled( $this->options ) ) {
+ return $pages;
+ }
+
+ $pages_to_hide = array( 'wpseo_titles', 'wpseo_social', 'wpseo_xml', 'wpseo_advanced', 'wpseo_tools' );
+
+ foreach ( $pages as $page_key => $page ) {
+ $page_name = $page[4];
+
+ if ( in_array( $page_name, $pages_to_hide ) ) {
+ unset( $pages[ $page_key ] );
+ }
+ }
+
+ return $pages;
+ }
+
+ /**
+ * Returns the stopwords for the current language
+ *
+ * @since 1.1.7
+ * @deprecated 3.1 Use WPSEO_Admin_Stop_Words::list_stop_words() instead.
+ *
+ * @return array $stopwords array of stop words to check and / or remove from slug
+ */
+ function stopwords() {
+ $stop_words = new WPSEO_Admin_Stop_Words();
+ return $stop_words->list_stop_words();
+ }
+
+
+ /**
+ * Check whether the stopword appears in the string
+ *
+ * @deprecated 3.1
+ *
+ * @param string $haystack The string to be checked for the stopword.
+ * @param bool $checkingUrl Whether or not we're checking a URL.
+ *
+ * @return bool|mixed
+ */
+ function stopwords_check( $haystack, $checkingUrl = false ) {
+ $stopWords = $this->stopwords();
+
+ if ( is_array( $stopWords ) && $stopWords !== array() ) {
+ foreach ( $stopWords as $stopWord ) {
+ // If checking a URL remove the single quotes.
+ if ( $checkingUrl ) {
+ $stopWord = str_replace( "'", '', $stopWord );
+ }
+
+ // Check whether the stopword appears as a whole word.
+ // @todo [JRF => whomever] check whether the use of \b (=word boundary) would be more efficient ;-).
+ $res = preg_match( "`(^|[ \n\r\t\.,'\(\)\"\+;!?:])" . preg_quote( $stopWord, '`' ) . "($|[ \n\r\t\.,'\(\)\"\+;!?:])`iu", $haystack );
+ if ( $res > 0 ) {
+ return $stopWord;
+ }
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Log the updated timestamp for user profiles when theme is changed
+ */
+ function switch_theme() {
+ $users = get_users( array( 'who' => 'authors' ) );
+ if ( is_array( $users ) && $users !== array() ) {
+ foreach ( $users as $user ) {
+ update_user_meta( $user->ID, '_yoast_wpseo_profile_updated', time() );
+ }
+ }
+ }
+
+ /**
+ * Localization for the dismiss urls.
+ *
+ * @return array
+ */
+ private function localize_admin_global_script() {
+ return array(
+ 'dismiss_about_url' => $this->get_dismiss_url( 'wpseo-dismiss-about' ),
+ 'dismiss_tagline_url' => $this->get_dismiss_url( 'wpseo-dismiss-tagline-notice' ),
+ 'help_video_iframe_title' => __( 'Yoast SEO video tutorial', 'wordpress-seo' ),
+ );
+ }
+
+ /**
+ * Extending the current page URL with two params to be able to ignore the notice.
+ *
+ * @param string $dismiss_param The param used to dismiss the notification.
+ *
+ * @return string
+ */
+ private function get_dismiss_url( $dismiss_param ) {
+ $arr_params = array(
+ $dismiss_param => '1',
+ 'nonce' => wp_create_nonce( $dismiss_param ),
+ );
+
+ return esc_url( add_query_arg( $arr_params ) );
+ }
+
+ /**
+ * @return string
+ */
+ private function get_premium_indicator() {
+ /**
+ * The class that will be applied to the premium indicator.
+ *
+ * @type array Classes that will be applied tot the premium indicator.
+ */
+ $classes = apply_filters( 'wpseo_premium_indicator_classes', array(
+ 'wpseo-premium-indicator',
+ 'wpseo-premium-indicator--no',
+ 'wpseo-js-premium-indicator',
+ 'update-plugins',
+ ) );
+
+ /**
+ * The text to put inside the premium indicator.
+ *
+ * @type string The text to read to screen readers.
+ */
+ $text = apply_filters( 'wpseo_premium_indicator_text', __( 'Disabled', 'wordpress-seo' ) );
+
+ $premium_indicator = sprintf(
+ "%s ",
+ esc_attr( implode( ' ', $classes ) ),
+ esc_html( $text )
+ );
+
+ return $premium_indicator;
+ }
+
+ /**
+ * Sets the upsell notice.
+ */
+ protected function set_upsell_notice() {
+ $upsell = new WPSEO_Product_Upsell_Notice();
+ $upsell->dismiss_notice_listener();
+ $upsell->initialize();
+ }
+
+ /********************** DEPRECATED METHODS **********************/
+
+ /**
+ * Check whether the current user is allowed to access the configuration.
+ *
+ * @deprecated 1.5.0
+ * @deprecated use WPSEO_Utils::grant_access()
+ * @see WPSEO_Utils::grant_access()
+ *
+ * @return boolean
+ */
+ function grant_access() {
+ _deprecated_function( __METHOD__, 'WPSEO 1.5.0', 'WPSEO_Utils::grant_access()' );
+
+ return WPSEO_Utils::grant_access();
+ }
+
+ /**
+ * Check whether the current user is allowed to access the configuration.
+ *
+ * @deprecated 1.5.0
+ * @deprecated use wpseo_do_upgrade()
+ * @see WPSEO_Upgrade
+ */
+ function maybe_upgrade() {
+ _deprecated_function( __METHOD__, 'WPSEO 1.5.0', 'wpseo_do_upgrade' );
+ new WPSEO_Upgrade();
+ }
+
+ /**
+ * Clears the cache
+ *
+ * @deprecated 1.5.0
+ * @deprecated use WPSEO_Utils::clear_cache()
+ * @see WPSEO_Utils::clear_cache()
+ */
+ function clear_cache() {
+ _deprecated_function( __METHOD__, 'WPSEO 1.5.0', 'WPSEO_Utils::clear_cache()' );
+ WPSEO_Utils::clear_cache();
+ }
+
+ /**
+ * Clear rewrites
+ *
+ * @deprecated 1.5.0
+ * @deprecated use WPSEO_Utils::clear_rewrites()
+ * @see WPSEO_Utils::clear_rewrites()
+ */
+ function clear_rewrites() {
+ _deprecated_function( __METHOD__, 'WPSEO 1.5.0', 'WPSEO_Utils::clear_rewrites()' );
+ WPSEO_Utils::clear_rewrites();
+ }
+
+ /**
+ * Register all the options needed for the configuration pages.
+ *
+ * @deprecated 1.5.0
+ * @deprecated use WPSEO_Option::register_setting() on each individual option
+ * @see WPSEO_Option::register_setting()
+ */
+ function options_init() {
+ _deprecated_function( __METHOD__, 'WPSEO 1.5.0', 'WPSEO_Option::register_setting()' );
+ }
+
+ /**
+ * Display an error message when the blog is set to private.
+ *
+ * @deprecated 3.3
+ */
+ function blog_public_warning() {
+ return;
+ }
+
+ /**
+ * Display an error message when the theme contains a meta description tag.
+ *
+ * @since 1.4.14
+ *
+ * @deprecated 3.3
+ */
+ function meta_description_warning() {
+ _deprecated_function( __FUNCTION__, 'WPSEO 3.3.0' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-asset.php b/wp-content/plugins/wordpress-seo/admin/class-asset.php
new file mode 100644
index 0000000..3721a05
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-asset.php
@@ -0,0 +1,223 @@
+ array(),
+ 'version' => WPSEO_VERSION,
+ 'in_footer' => true,
+ 'rtl' => true,
+ 'media' => 'all',
+ 'suffix' => WPSEO_CSSJS_SUFFIX,
+ ), $args );
+
+ $this->name = $args['name'];
+ $this->src = $args['src'];
+ $this->deps = $args['deps'];
+ $this->version = $args['version'];
+ $this->media = $args['media'];
+ $this->in_footer = $args['in_footer'];
+ $this->rtl = $args['rtl'];
+ $this->suffix = $args['suffix'];
+ }
+
+ /**
+ * @return string
+ */
+ public function get_name() {
+ return $this->name;
+ }
+
+ /**
+ * @return string
+ */
+ public function get_src() {
+ return $this->src;
+ }
+
+ /**
+ * @return array|string
+ */
+ public function get_deps() {
+ return $this->deps;
+ }
+
+ /**
+ * @return string
+ */
+ public function get_version() {
+ return $this->version;
+ }
+
+ /**
+ * @return string
+ */
+ public function get_media() {
+ return $this->media;
+ }
+
+ /**
+ * @return boolean
+ */
+ public function is_in_footer() {
+ return $this->in_footer;
+ }
+
+ /**
+ * @return boolean
+ */
+ public function has_rtl() {
+ return $this->rtl;
+ }
+
+ /**
+ * @return string
+ */
+ public function get_suffix() {
+ return $this->suffix;
+ }
+
+ /**
+ * Returns the full URL for this asset based on the path to the plugin file.
+ *
+ * @param string $type Type of asset.
+ * @param string $plugin_file Absolute path to the plugin file.
+ *
+ * @return string The full URL to the asset.
+ */
+ public function get_url( $type, $plugin_file ) {
+
+ $relative_path = $this->get_relative_path( $type );
+ if ( empty( $relative_path ) ) {
+ return '';
+ }
+
+ if ( 'development' !== YOAST_ENVIRONMENT && ! $this->get_suffix() ) {
+ $plugin_path = plugin_dir_path( $plugin_file );
+ if ( ! file_exists( $plugin_path . $relative_path ) ) {
+
+ // Give a notice to the user in the console (only once).
+ WPSEO_Utils::javascript_console_notification(
+ 'Development Files',
+ sprintf(
+ /* translators: %1$s resolves to https://github.com/Yoast/wordpress-seo */
+ __( 'You are trying to load non-minified files, these are only available in our development package. Check out %1$s to see all the source files.', 'wordpress-seo' ),
+ 'https://github.com/Yoast/wordpress-seo'
+ ),
+ true
+ );
+
+ // Just load the .min file.
+ $relative_path = $this->get_relative_path( $type, '.min' );
+ }
+ }
+
+ return plugins_url( $relative_path, $plugin_file );
+ }
+
+ /**
+ * Get the relative file for this asset
+ *
+ * @param string $type Type of this asset.
+ * @param null $force_suffix Force use suffix.
+ *
+ * @return string
+ */
+ protected function get_relative_path( $type, $force_suffix = null ) {
+ $relative_path = $rtl_path = $rtl_suffix = '';
+
+ $suffix = ( is_null( $force_suffix ) ) ? $this->get_suffix() : $force_suffix;
+
+ switch ( $type ) {
+ case self::TYPE_JS:
+ $relative_path = 'js/dist/' . $this->get_src() . $suffix . '.js';
+ break;
+
+ case self::TYPE_CSS:
+ // Path and suffix for RTL stylesheets.
+ if ( function_exists( 'is_rtl' ) && is_rtl() && $this->has_rtl() ) {
+ $rtl_path = 'dist/';
+ $rtl_suffix = '-rtl';
+ }
+ $relative_path = 'css/' . $rtl_path . $this->get_src() . $rtl_suffix . $suffix . '.css';
+ break;
+ }
+
+ return $relative_path;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php b/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php
new file mode 100644
index 0000000..2b2c647
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php
@@ -0,0 +1,76 @@
+ 'wpseo_bulk_description',
+ 'plural' => 'wpseo_bulk_descriptions',
+ 'ajax' => true,
+ );
+
+ /**
+ * The field in the database where meta field is saved.
+ *
+ * @var string
+ */
+ protected $target_db_field = 'metadesc';
+
+ /**
+ * The columns shown on the table
+ *
+ * @return array
+ */
+ public function get_columns() {
+ $columns = array(
+ 'col_existing_yoast_seo_metadesc' => __( 'Existing Yoast Meta Description', 'wordpress-seo' ),
+ 'col_new_yoast_seo_metadesc' => __( 'New Yoast Meta Description', 'wordpress-seo' ),
+ );
+
+ return $this->merge_columns( $columns );
+ }
+
+ /**
+ * Parse the metadescription
+ *
+ * @param string $column_name Column name.
+ * @param object $record Data object.
+ * @param string $attributes HTML attributes.
+ *
+ * @return string
+ */
+ protected function parse_page_specific_column( $column_name, $record, $attributes ) {
+ switch ( $column_name ) {
+ case 'col_new_yoast_seo_metadesc':
+ return sprintf(
+ '',
+ 'wpseo-new-metadesc-' . $record->ID,
+ $record->ID
+ );
+ break;
+
+ case 'col_existing_yoast_seo_metadesc':
+ // TODO inconsistent return/echo behavior R.
+ echo $this->parse_meta_data_field( $record->ID, $attributes );
+ break;
+ }
+ }
+} /* End of class */
diff --git a/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php b/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php
new file mode 100644
index 0000000..b6751ec
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php
@@ -0,0 +1,973 @@
+page_type) there will be constructed an url part, for subpages and
+ * navigation
+ *
+ * @var string
+ */
+ protected $page_url;
+
+ /**
+ * The settings which will be used in the __construct.
+ *
+ * @var array
+ */
+ protected $settings;
+
+ /**
+ * @var array
+ */
+ protected $pagination = array();
+
+ /**
+ * Class constructor
+ */
+ function __construct() {
+ parent::__construct( $this->settings );
+
+ $this->request_url = $_SERVER['REQUEST_URI'];
+ $this->current_page = ( ! empty( $_GET['paged'] ) ) ? $_GET['paged'] : 1;
+ $this->current_filter = ( ! empty( $_GET['post_type_filter'] ) ) ? $_GET['post_type_filter'] : 1;
+ $this->current_status = ( ! empty( $_GET['post_status'] ) ) ? $_GET['post_status'] : 1;
+ $this->current_order = array(
+ 'order' => ( ! empty( $_GET['order'] ) ) ? $_GET['order'] : 'asc',
+ 'orderby' => ( ! empty( $_GET['orderby'] ) ) ? $_GET['orderby'] : 'post_title',
+ );
+
+ $this->verify_nonce();
+
+ $this->nonce = wp_create_nonce( 'bulk-editor-table' );
+ $this->page_url = "&nonce={$this->nonce}&type={$this->page_type}#top#{$this->page_type}";
+
+ $this->populate_editable_post_types();
+
+ }
+
+ /**
+ * Verifies nonce if additional parameters have been sent.
+ *
+ * Shows an error notification if the nonce check fails.
+ */
+ private function verify_nonce() {
+ if ( $this->should_verify_nonce() && ! wp_verify_nonce( filter_input( INPUT_GET, 'nonce' ), 'bulk-editor-table' ) ) {
+ Yoast_Notification_Center::get()->add_notification(
+ new Yoast_Notification(
+ __( 'You are not allowed to access this page.', 'wordpress-seo' ),
+ array( 'type' => Yoast_Notification::ERROR )
+ )
+ );
+ Yoast_Notification_Center::get()->display_notifications();
+ die;
+ }
+ }
+
+ /**
+ * Checks if additional parameters have been sent to determine if nonce should be checked or not.
+ *
+ * @return bool
+ */
+ private function should_verify_nonce() {
+ $possible_params = array(
+ 'type',
+ 'paged',
+ 'post_type_filter',
+ 'post_status',
+ 'order',
+ 'orderby',
+ );
+
+ foreach ( $possible_params as $param_name ) {
+ if ( filter_input( INPUT_GET, $param_name ) ) {
+ return true;
+ }
+ }
+ }
+
+ /**
+ * Prepares the data and renders the page.
+ */
+ public function show_page() {
+ $this->prepare_page_navigation();
+ $this->prepare_items();
+
+ $this->views();
+ $this->display();
+ }
+
+ /**
+ * Used in the constructor to build a reference list of post types the current user can edit.
+ */
+ protected function populate_editable_post_types() {
+ $post_types = get_post_types( array( 'public' => true, 'exclude_from_search' => false ), 'object' );
+
+ $this->all_posts = array();
+ $this->own_posts = array();
+
+ if ( is_array( $post_types ) && $post_types !== array() ) {
+ foreach ( $post_types as $post_type ) {
+ if ( ! current_user_can( $post_type->cap->edit_posts ) ) {
+ continue;
+ }
+
+ if ( current_user_can( $post_type->cap->edit_others_posts ) ) {
+ $this->all_posts[] = esc_sql( $post_type->name );
+ }
+ else {
+ $this->own_posts[] = esc_sql( $post_type->name );
+ }
+ }
+ }
+ }
+
+
+ /**
+ * Will shown the navigation for the table like pagenavigation and pagefilter;
+ *
+ * @param string $which Table nav location (such as top).
+ */
+ function display_tablenav( $which ) {
+ $post_status = sanitize_text_field( filter_input( INPUT_GET, 'post_status' ) );
+ ?>
+
+
+
+
+
+
+
+ prepare(), passing the current user_id in as the first parameter.
+ */
+ function get_base_subquery() {
+ global $wpdb;
+
+ $all_posts_string = "'" . implode( "', '", $this->all_posts ) . "'";
+ $own_posts_string = "'" . implode( "', '", $this->own_posts ) . "'";
+
+ $post_author = esc_sql( (int) get_current_user_id() );
+
+ $subquery = "(
+ SELECT *
+ FROM {$wpdb->posts}
+ WHERE post_type IN ({$all_posts_string})
+ UNION ALL
+ SELECT *
+ FROM {$wpdb->posts}
+ WHERE post_type IN ({$own_posts_string}) AND post_author = {$post_author}
+ ) sub_base";
+
+ return $subquery;
+ }
+
+
+ /**
+ * @return array
+ */
+ function get_views() {
+ global $wpdb;
+
+ $status_links = array();
+
+ $states = get_post_stati( array( 'show_in_admin_all_list' => true ) );
+ $states['trash'] = 'trash';
+ $states = esc_sql( $states );
+ $all_states = "'" . implode( "', '", $states ) . "'";
+
+ $subquery = $this->get_base_subquery();
+
+ $total_posts = $wpdb->get_var(
+ "
+ SELECT COUNT(ID) FROM {$subquery}
+ WHERE post_status IN ({$all_states})
+ "
+ );
+
+
+ $post_status = filter_input( INPUT_GET, 'post_status' );
+ $class = empty( $post_status ) ? ' class="current"' : '';
+ $status_links['all'] = '' . sprintf( _nx( 'All (%s) ', 'All (%s) ', $total_posts, 'posts', 'wordpress-seo' ), number_format_i18n( $total_posts ) ) . ' ';
+
+ $post_stati = get_post_stati( array( 'show_in_admin_all_list' => true ), 'objects' );
+ if ( is_array( $post_stati ) && $post_stati !== array() ) {
+ foreach ( $post_stati as $status ) {
+
+ $status_name = esc_sql( $status->name );
+
+ $total = (int) $wpdb->get_var(
+ $wpdb->prepare(
+ "
+ SELECT COUNT(ID) FROM {$subquery}
+ WHERE post_status = %s
+ ",
+ $status_name
+ )
+ );
+
+ if ( $total === 0 ) {
+ continue;
+ }
+
+ $class = '';
+ if ( $status_name === $post_status ) {
+ $class = ' class="current"';
+ }
+
+ $status_links[ $status_name ] = '' . sprintf( translate_nooped_plural( $status->label_count, $total ), number_format_i18n( $total ) ) . ' ';
+ }
+ }
+ unset( $post_stati, $status, $status_name, $total, $class );
+
+ $trashed_posts = $wpdb->get_var(
+ "
+ SELECT COUNT(ID) FROM {$subquery}
+ WHERE post_status IN ('trash')
+ "
+ );
+
+ $class = '';
+ if ( 'trash' === $post_status ) {
+ $class = 'class="current"';
+ }
+ $status_links['trash'] = '' . sprintf( _nx( 'Trash (%s) ', 'Trash (%s) ', $trashed_posts, 'posts', 'wordpress-seo' ), number_format_i18n( $trashed_posts ) ) . ' ';
+
+ return $status_links;
+ }
+
+
+ /**
+ * @param string $which Table nav location (such as top).
+ */
+ function extra_tablenav( $which ) {
+
+ if ( 'top' === $which ) {
+ $post_types = get_post_types( array( 'public' => true, 'exclude_from_search' => false ) );
+
+ $instance_type = esc_attr( $this->page_type );
+
+ if ( is_array( $post_types ) && $post_types !== array() ) {
+ global $wpdb;
+
+ echo '';
+
+ $post_types = esc_sql( $post_types );
+ $post_types = "'" . implode( "', '", $post_types ) . "'";
+
+ $states = get_post_stati( array( 'show_in_admin_all_list' => true ) );
+ $states['trash'] = 'trash';
+ $states = esc_sql( $states );
+ $all_states = "'" . implode( "', '", $states ) . "'";
+
+ $subquery = $this->get_base_subquery();
+
+ $post_types = $wpdb->get_results(
+ "
+ SELECT DISTINCT post_type FROM {$subquery}
+ WHERE post_status IN ({$all_states})
+ ORDER BY 'post_type' ASC
+ "
+ );
+
+ $post_type_filter = filter_input( INPUT_GET, 'post_type_filter' );
+ $selected = ( ! empty( $post_type_filter ) ) ? sanitize_text_field( $post_type_filter ) : '-1';
+
+ $options = '' . __( 'Show All Post Types', 'wordpress-seo' ) . ' ';
+
+ if ( is_array( $post_types ) && $post_types !== array() ) {
+ foreach ( $post_types as $post_type ) {
+ $obj = get_post_type_object( $post_type->post_type );
+ $options .= sprintf( '%1$s ', $obj->labels->name, $post_type->post_type, selected( $selected, $post_type->post_type, false ) );
+ }
+ }
+
+ printf(
+ '%2$s ',
+ 'post-type-filter-' . $instance_type,
+ __( 'Filter by post type', 'wordpress-seo' )
+ );
+ echo sprintf( '%1$s ', $options, $instance_type );
+ submit_button( __( 'Filter', 'wordpress-seo' ), 'button', false, false, array( 'id' => 'post-query-submit' ) );
+ echo '
';
+ }
+ }
+ }
+
+ /**
+ *
+ * @return array
+ */
+ function get_sortable_columns() {
+ return $sortable = array(
+ 'col_page_title' => array( 'post_title', true ),
+ 'col_post_type' => array( 'post_type', false ),
+ 'col_post_date' => array( 'post_date', false ),
+ );
+ }
+
+ /**
+ * Sets the correct pagenumber and pageurl for the navigation
+ */
+ function prepare_page_navigation() {
+
+ $request_url = $this->request_url . $this->page_url;
+
+ $current_page = $this->current_page;
+ $current_filter = $this->current_filter;
+ $current_status = $this->current_status;
+ $current_order = $this->current_order;
+
+ // If current type doesn't compare with objects page_type, than we have to unset some vars in the requested url (which will be use for internal table urls).
+ if ( $_GET['type'] != $this->page_type ) {
+ $request_url = remove_query_arg( 'paged', $request_url ); // Page will be set with value 1 below.
+ $request_url = remove_query_arg( 'post_type_filter', $request_url );
+ $request_url = remove_query_arg( 'post_status', $request_url );
+ $request_url = remove_query_arg( 'orderby', $request_url );
+ $request_url = remove_query_arg( 'order', $request_url );
+ $request_url = add_query_arg( 'pages', 1, $request_url );
+
+ $current_page = 1;
+ $current_filter = '-1';
+ $current_status = '';
+ $current_order = array( 'orderby' => 'post_title', 'order' => 'asc' );
+
+ }
+
+ $_SERVER['REQUEST_URI'] = $request_url;
+
+ $_GET['paged'] = $current_page;
+ $_REQUEST['paged'] = $current_page;
+ $_REQUEST['post_type_filter'] = $current_filter;
+ $_GET['post_type_filter'] = $current_filter;
+ $_GET['post_status'] = $current_status;
+ $_GET['orderby'] = $current_order['orderby'];
+ $_GET['order'] = $current_order['order'];
+
+ }
+
+ /**
+ * Preparing the requested pagerows and setting the needed variables
+ */
+ function prepare_items() {
+
+ $post_type_clause = $this->get_post_type_clause();
+ $all_states = $this->get_all_states();
+ $subquery = $this->get_base_subquery();
+
+ // Setting the column headers.
+ $this->set_column_headers();
+
+ // Count the total number of needed items and setting pagination given $total_items.
+ $total_items = $this->count_items( $subquery, $all_states, $post_type_clause );
+ $this->set_pagination( $total_items );
+
+ // Getting items given $query.
+ $query = $this->parse_item_query( $subquery, $all_states, $post_type_clause );
+ $this->get_items( $query );
+
+ // Get the metadata for the current items ($this->items).
+ $this->get_meta_data();
+
+ }
+
+ /**
+ * Getting the columns for first row
+ *
+ * @return array
+ */
+ public function get_columns() {
+ return $this->merge_columns();
+ }
+
+ /**
+ * Setting the column headers
+ */
+ protected function set_column_headers() {
+ $columns = $this->get_columns();
+ $hidden = array();
+ $sortable = $this->get_sortable_columns();
+ $this->_column_headers = array( $columns, $hidden, $sortable );
+ }
+
+ /**
+ * Counting total items
+ *
+ * @param string $subquery SQL FROM part.
+ * @param string $all_states SQL IN part.
+ * @param string $post_type_clause SQL post type part.
+ *
+ * @return mixed
+ */
+ protected function count_items( $subquery, $all_states, $post_type_clause ) {
+ global $wpdb;
+ $total_items = $wpdb->get_var(
+ "
+ SELECT COUNT(ID)
+ FROM {$subquery}
+ WHERE post_status IN ({$all_states}) $post_type_clause
+ "
+ );
+
+ return $total_items;
+ }
+
+ /**
+ * Getting the post_type_clause filter
+ *
+ * @return string
+ */
+ protected function get_post_type_clause() {
+ // Filter Block.
+ $post_types = null;
+ $post_type_clause = '';
+ $post_type_filter = filter_input( INPUT_GET, 'post_type_filter' );
+
+ if ( ! empty( $post_type_filter ) && get_post_type_object( sanitize_text_field( $post_type_filter ) ) ) {
+ $post_types = esc_sql( sanitize_text_field( $post_type_filter ) );
+ $post_type_clause = "AND post_type IN ('{$post_types}')";
+ }
+
+ return $post_type_clause;
+ }
+
+ /**
+ * Setting the pagination.
+ *
+ * Total items is the number of all visible items.
+ *
+ * @param int $total_items Total items counts.
+ */
+ protected function set_pagination( $total_items ) {
+
+ // Calculate items per page.
+ $per_page = $this->get_items_per_page( 'wpseo_posts_per_page', 10 );
+ $paged = esc_sql( sanitize_text_field( filter_input( INPUT_GET, 'paged' ) ) );
+
+ if ( empty( $paged ) || ! is_numeric( $paged ) || $paged <= 0 ) {
+ $paged = 1;
+ }
+
+ $this->set_pagination_args(
+ array(
+ 'total_items' => $total_items,
+ 'total_pages' => ceil( $total_items / $per_page ),
+ 'per_page' => $per_page,
+ )
+ );
+
+ $this->pagination = array(
+ 'per_page' => $per_page,
+ 'offset' => ( $paged - 1 ) * $per_page,
+ );
+
+ }
+
+ /**
+ * Parse the query to get items from database.
+ *
+ * Based on given parameters there will be parse a query which will get all the pages/posts and other post_types
+ * from the database.
+ *
+ * @param string $subquery SQL FROM part.
+ * @param string $all_states SQL IN part.
+ * @param string $post_type_clause SQL post type part.
+ *
+ * @return string
+ */
+ protected function parse_item_query( $subquery, $all_states, $post_type_clause ) {
+ // Order By block.
+ $orderby = filter_input( INPUT_GET, 'orderby' );
+
+ $orderby = ! empty( $orderby ) ? esc_sql( sanitize_text_field( $orderby ) ) : 'post_title';
+ $orderby = $this->sanitize_orderby( $orderby );
+
+ // Order clause.
+ $order = filter_input( INPUT_GET, 'order' );
+ $order = ! empty( $order ) ? esc_sql( strtoupper( sanitize_text_field( $order ) ) ) : 'ASC';
+ $order = $this->sanitize_order( $order );
+
+ // Get all needed results.
+ $query = "
+ SELECT ID, post_title, post_type, post_status, post_modified, post_date
+ FROM {$subquery}
+ WHERE post_status IN ({$all_states}) $post_type_clause
+ ORDER BY {$orderby} {$order}
+ LIMIT %d,%d
+ ";
+
+ return $query;
+ }
+
+ /**
+ * Heavily restricts the possible columns by which a user can order the table in the bulk editor, thereby preventing a possible CSRF vulnerability.
+ *
+ * @param string $orderby The column by which we want to order.
+ *
+ * @return string $orderby
+ */
+ protected function sanitize_orderby( $orderby ) {
+ $valid_column_names = array(
+ 'post_title',
+ 'post_type',
+ 'post_date',
+ );
+
+ if ( in_array( $orderby, $valid_column_names ) ) {
+ return $orderby;
+ }
+
+ return 'post_title';
+ }
+
+ /**
+ * Makes sure the order clause is always ASC or DESC for the bulk editor table, thereby preventing a possible CSRF vulnerability.
+ *
+ * @param string $order Whether we want to sort ascending or descending.
+ *
+ * @return string $order SQL order string (ASC, DESC).
+ */
+ protected function sanitize_order( $order ) {
+ if ( in_array( strtoupper( $order ), array( 'ASC', 'DESC' ) ) ) {
+ return $order;
+ }
+
+ return 'ASC';
+ }
+
+ /**
+ * Getting all the items.
+ *
+ * @param string $query SQL query to use.
+ */
+ protected function get_items( $query ) {
+ global $wpdb;
+
+ $this->items = $wpdb->get_results(
+ $wpdb->prepare(
+ $query,
+ $this->pagination['offset'],
+ $this->pagination['per_page']
+ )
+ );
+ }
+
+ /**
+ * Getting all the states.
+ *
+ * @return string
+ */
+ protected function get_all_states() {
+ $states = get_post_stati( array( 'show_in_admin_all_list' => true ) );
+ $states['trash'] = 'trash';
+
+ if ( ! empty( $_GET['post_status'] ) ) {
+ $requested_state = sanitize_text_field( $_GET['post_status'] );
+ if ( in_array( $requested_state, $states ) ) {
+ $states = array( $requested_state );
+ }
+ }
+
+ $states = esc_sql( $states );
+ $all_states = "'" . implode( "', '", $states ) . "'";
+
+ return $all_states;
+ }
+
+
+ /**
+ * Based on $this->items and the defined columns, the table rows will be displayed.
+ */
+ function display_rows() {
+
+ $records = $this->items;
+
+ list( $columns, $hidden, $sortable, $primary ) = $this->get_column_info();
+
+ if ( ( is_array( $records ) && $records !== array() ) && ( is_array( $columns ) && $columns !== array() ) ) {
+
+ foreach ( $records as $rec ) {
+
+ echo '';
+
+ foreach ( $columns as $column_name => $column_display_name ) {
+
+ $classes = '';
+ if ( $primary === $column_name ) {
+ $classes .= ' has-row-actions column-primary';
+ }
+
+ $attributes = $this->column_attributes( $column_name, $hidden, $classes );
+
+ $column_value = $this->parse_column( $column_name, $rec );
+
+ if ( method_exists( $this, 'parse_page_specific_column' ) && empty( $column_value ) ) {
+ $column_value = $this->parse_page_specific_column( $column_name, $rec, $attributes );
+ }
+
+ if ( ! empty( $column_value ) ) {
+ echo sprintf( '%1$s ', $column_value, $attributes );
+ }
+ }
+
+ echo ' ';
+ }
+ }
+ }
+
+ /**
+ * Getting the attributes for each table cell.
+ *
+ * @param string $column_name Column name string.
+ * @param array $hidden Set of hidden columns.
+ * @param string $classes Additional CSS classes.
+ *
+ * @return string
+ */
+ protected function column_attributes( $column_name, $hidden, $classes ) {
+
+ $attributes = '';
+ $class = array( $column_name, "column-$column_name$classes" );
+
+ if ( in_array( $column_name, $hidden ) ) {
+ $class[] = 'hidden';
+ }
+
+ if ( ! empty( $class ) ) {
+ $attributes = 'class="' . implode( ' ', $class ) . '"';
+ }
+
+ return $attributes;
+ }
+
+ /**
+ * Parsing the title.
+ *
+ * @param WP_Post $rec Post object.
+ *
+ * @return string
+ */
+ protected function parse_page_title_column( $rec ) {
+
+ $title = empty( $rec->post_title ) ? __( '(no title)', 'wordpress-seo' ) : $rec->post_title;
+
+ $return = sprintf( '%1$s ', stripslashes( wp_strip_all_tags( $title ) ) );
+
+ $post_type_object = get_post_type_object( $rec->post_type );
+ $can_edit_post = current_user_can( $post_type_object->cap->edit_post, $rec->ID );
+
+ $actions = array();
+
+ if ( $can_edit_post && 'trash' !== $rec->post_status ) {
+ $actions['edit'] = sprintf(
+ '%s ',
+ esc_url( get_edit_post_link( $rec->ID, true ) ),
+ /* translators: %s: post title */
+ esc_attr( sprintf( __( 'Edit “%s”', 'wordpress-seo' ), $title ) ),
+ __( 'Edit', 'wordpress-seo' )
+ );
+ }
+
+ if ( $post_type_object->public ) {
+ if ( in_array( $rec->post_status, array( 'pending', 'draft', 'future' ) ) ) {
+ if ( $can_edit_post ) {
+ $actions['view'] = sprintf(
+ '%s ',
+ esc_url( add_query_arg( 'preview', 'true', get_permalink( $rec->ID ) ) ),
+ /* translators: %s: post title */
+ esc_attr( sprintf( __( 'Preview “%s”', 'wordpress-seo' ), $title ) ),
+ __( 'Preview', 'wordpress-seo' )
+ );
+ }
+ }
+ elseif ( 'trash' !== $rec->post_status ) {
+ $actions['view'] = sprintf(
+ '%s ',
+ esc_url( get_permalink( $rec->ID ) ),
+ /* translators: %s: post title */
+ esc_attr( sprintf( __( 'View “%s”', 'wordpress-seo' ), $title ) ),
+ __( 'View', 'wordpress-seo' )
+ );
+ }
+ }
+
+ $return .= $this->row_actions( $actions );
+
+ return $return;
+
+ }
+
+ /**
+ * Parsing the column based on the $column_name.
+ *
+ * @param string $column_name Column name.
+ * @param WP_Post $rec Post object.
+ *
+ * @return string
+ */
+ protected function parse_column( $column_name, $rec ) {
+
+ static $date_format;
+
+ if ( $date_format == null ) {
+ $date_format = get_option( 'date_format' );
+ }
+
+ switch ( $column_name ) {
+ case 'col_page_title':
+ $column_value = $this->parse_page_title_column( $rec );
+ break;
+
+ case 'col_page_slug':
+ $permalink = get_permalink( $rec->ID );
+ $display_slug = str_replace( get_bloginfo( 'url' ), '', $permalink );
+ $column_value = sprintf( '%1$s ', stripslashes( $display_slug ), esc_url( $permalink ) );
+ break;
+
+ case 'col_post_type':
+ $post_type = get_post_type_object( $rec->post_type );
+ $column_value = $post_type->labels->singular_name;
+ break;
+
+ case 'col_post_status':
+ $post_status = get_post_status_object( $rec->post_status );
+ $column_value = $post_status->label;
+ break;
+
+ case 'col_post_date':
+ $column_value = date_i18n( $date_format, strtotime( $rec->post_date ) );
+ break;
+
+ case 'col_row_action':
+ $column_value = sprintf( 'Save | Save All ', $rec->ID );
+ break;
+ }
+
+ if ( ! empty( $column_value ) ) {
+ return $column_value;
+ }
+ }
+
+ /**
+ * Parse the field where the existing meta-data value is displayed.
+ *
+ * @param integer $record_id Record ID.
+ * @param string $attributes HTML attributes.
+ * @param bool|array $values Optional values data array.
+ *
+ * @return string
+ */
+ protected function parse_meta_data_field( $record_id, $attributes, $values = false ) {
+
+ // Fill meta data if exists in $this->meta_data.
+ $meta_data = ( ! empty( $this->meta_data[ $record_id ] ) ) ? $this->meta_data[ $record_id ] : array();
+ $meta_key = WPSEO_Meta::$meta_prefix . $this->target_db_field;
+ $meta_value = ( ! empty( $meta_data[ $meta_key ] ) ) ? $meta_data[ $meta_key ] : '';
+
+ if ( ! empty( $values ) ) {
+ $meta_value = $values[ $meta_value ];
+ }
+
+ return sprintf( '%1$s ', $meta_value, $attributes, $record_id, $this->target_db_field );
+ }
+
+ /**
+ * Method for setting the meta data, which belongs to the records that will be shown on the current page.
+ *
+ * This method will loop through the current items ($this->items) for getting the post_id. With this data
+ * ($needed_ids) the method will query the meta-data table for getting the title.
+ */
+ protected function get_meta_data() {
+
+ $post_ids = $this->get_post_ids();
+ $meta_data = $this->get_meta_data_result( $post_ids );
+
+ $this->parse_meta_data( $meta_data );
+
+ // Little housekeeping.
+ unset( $post_ids, $meta_data );
+
+ }
+
+ /**
+ * Getting all post_ids from to $this->items.
+ *
+ * @return string
+ */
+ protected function get_post_ids() {
+ $needed_ids = array();
+ foreach ( $this->items as $item ) {
+ $needed_ids[] = $item->ID;
+ }
+
+ $post_ids = "'" . implode( "', '", $needed_ids ) . "'";
+
+ return $post_ids;
+ }
+
+ /**
+ * Getting the meta_data from database.
+ *
+ * @param string $post_ids Post IDs string for SQL IN part.
+ *
+ * @return mixed
+ */
+ protected function get_meta_data_result( $post_ids ) {
+ global $wpdb;
+
+ $meta_data = $wpdb->get_results(
+ "
+ SELECT *
+ FROM {$wpdb->postmeta}
+ WHERE post_id IN({$post_ids}) && meta_key = '" . WPSEO_Meta::$meta_prefix . $this->target_db_field . "'
+ "
+ );
+
+ return $meta_data;
+ }
+
+ /**
+ * Setting $this->meta_data.
+ *
+ * @param array $meta_data Meta data set.
+ */
+ protected function parse_meta_data( $meta_data ) {
+
+ foreach ( $meta_data as $row ) {
+ $this->meta_data[ $row->post_id ][ $row->meta_key ] = $row->meta_value;
+ }
+
+ }
+
+ /**
+ * This method will merge general array with given parameter $columns.
+ *
+ * @param array $columns Optional columns set.
+ *
+ * @return array
+ */
+ protected function merge_columns( $columns = array() ) {
+ $columns = array_merge(
+ array(
+ 'col_page_title' => __( 'WP Page Title', 'wordpress-seo' ),
+ 'col_post_type' => __( 'Post Type', 'wordpress-seo' ),
+ 'col_post_status' => __( 'Post Status', 'wordpress-seo' ),
+ 'col_post_date' => __( 'Publication date', 'wordpress-seo' ),
+ 'col_page_slug' => __( 'Page URL/Slug', 'wordpress-seo' ),
+ ),
+ $columns
+ );
+
+ $columns['col_row_action'] = __( 'Action', 'wordpress-seo' );
+
+ return $columns;
+ }
+} /* End of class */
diff --git a/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php b/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php
new file mode 100644
index 0000000..2c12227
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php
@@ -0,0 +1,86 @@
+ 'wpseo_bulk_title',
+ 'plural' => 'wpseo_bulk_titles',
+ 'ajax' => true,
+ );
+
+ /**
+ * The field in the database where meta field is saved.
+ *
+ * @var string
+ */
+ protected $target_db_field = 'title';
+
+ /**
+ * The columns shown on the table
+ *
+ * @return array
+ */
+ public function get_columns() {
+
+ $columns = array(
+ /* translators: %1$s expands to Yoast SEO */
+ 'col_existing_yoast_seo_title' => sprintf( __( 'Existing %1$s Title', 'wordpress-seo' ), 'Yoast SEO' ),
+ /* translators: %1$s expands to Yoast SEO */
+ 'col_new_yoast_seo_title' => sprintf( __( 'New %1$s Title', 'wordpress-seo' ), 'Yoast SEO' ),
+ );
+
+ return $this->merge_columns( $columns );
+ }
+
+ /**
+ * Parse the title columns
+ *
+ * @param string $column_name Column name.
+ * @param object $record Data object.
+ * @param string $attributes HTML attributes.
+ *
+ * @return string
+ */
+ protected function parse_page_specific_column( $column_name, $record, $attributes ) {
+
+ // Fill meta data if exists in $this->meta_data.
+ $meta_data = ( ! empty( $this->meta_data[ $record->ID ] ) ) ? $this->meta_data[ $record->ID ] : array();
+
+ switch ( $column_name ) {
+ case 'col_existing_yoast_seo_title':
+ // TODO inconsistent echo/return behavior R.
+ echo $this->parse_meta_data_field( $record->ID, $attributes );
+ break;
+
+ case 'col_new_yoast_seo_title':
+ return sprintf(
+ ' ',
+ 'wpseo-new-title-' . $record->ID,
+ $record->ID
+ );
+ break;
+ }
+
+ unset( $meta_data );
+ }
+} /* End of class */
diff --git a/wp-content/plugins/wordpress-seo/admin/class-config.php b/wp-content/plugins/wordpress-seo/admin/class-config.php
new file mode 100644
index 0000000..9f3b2f7
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-config.php
@@ -0,0 +1,435 @@
+asset_manager = new WPSEO_Admin_Asset_Manager();
+ }
+
+ /**
+ * Make sure the needed scripts are loaded for admin pages
+ */
+ function init() {
+ if ( filter_input( INPUT_GET, 'wpseo_reset_defaults' ) && wp_verify_nonce( filter_input( INPUT_GET, 'nonce' ), 'wpseo_reset_defaults' ) && current_user_can( 'manage_options' ) ) {
+ WPSEO_Options::reset();
+ wp_redirect( admin_url( 'admin.php?page=' . WPSEO_Admin::PAGE_IDENTIFIER ) );
+ }
+
+ if ( WPSEO_Utils::grant_access() ) {
+ add_action( 'admin_init', array( $this, 'admin_init' ) );
+ add_action( 'admin_enqueue_scripts', array( $this, 'config_page_scripts' ) );
+ add_action( 'admin_enqueue_scripts', array( $this, 'config_page_styles' ) );
+ }
+ }
+
+ /**
+ * Run admin-specific actions.
+ */
+ public function admin_init() {
+
+ $page = filter_input( INPUT_GET, 'page' );
+ $tool = filter_input( INPUT_GET, 'tool' );
+ $export_nonce = filter_input( INPUT_POST, WPSEO_Export::NONCE_NAME );
+
+ if ( 'wpseo_tools' === $page && 'import-export' === $tool && $export_nonce !== null ) {
+ $this->do_yoast_export();
+ }
+ }
+
+ /**
+ * Loads the required styles for the config page.
+ */
+ function config_page_styles() {
+ wp_enqueue_style( 'dashboard' );
+ wp_enqueue_style( 'thickbox' );
+ wp_enqueue_style( 'global' );
+ wp_enqueue_style( 'wp-admin' );
+ $this->asset_manager->enqueue_style( 'select2' );
+
+ $this->asset_manager->enqueue_style( 'admin-css' );
+
+ $this->asset_manager->enqueue_style( 'kb-search' );
+ }
+
+ /**
+ * Loads the required scripts for the config page.
+ */
+ function config_page_scripts() {
+ $this->asset_manager->enqueue_script( 'admin-script' );
+
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'admin-script', 'wpseoAdminL10n', WPSEO_Help_Center::get_translated_texts() );
+
+ wp_enqueue_script( 'dashboard' );
+ wp_enqueue_script( 'thickbox' );
+
+ $page = filter_input( INPUT_GET, 'page' );
+
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'admin-script', 'wpseoSelect2Locale', WPSEO_Utils::get_language( WPSEO_Utils::get_user_locale() ) );
+
+ if ( in_array( $page, array( 'wpseo_social', WPSEO_Admin::PAGE_IDENTIFIER ) ) ) {
+ wp_enqueue_media();
+
+ $this->asset_manager->enqueue_script( 'admin-media' );
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'admin-media', 'wpseoMediaL10n', $this->localize_media_script() );
+ }
+
+ if ( 'wpseo_tools' === $page ) {
+ $this->enqueue_tools_scripts();
+ }
+ }
+
+ /**
+ * Pass some variables to js for upload module.
+ *
+ * @return array
+ */
+ public function localize_media_script() {
+ return array(
+ 'choose_image' => __( 'Use Image', 'wordpress-seo' ),
+ );
+ }
+
+ /**
+ * Enqueues and handles all the tool dependencies.
+ */
+ private function enqueue_tools_scripts() {
+ $tool = filter_input( INPUT_GET, 'tool' );
+
+ if ( empty( $tool ) ) {
+ $this->asset_manager->enqueue_script( 'yoast-seo' );
+ }
+
+ if ( 'bulk-editor' === $tool ) {
+ $this->asset_manager->enqueue_script( 'bulk-editor' );
+ }
+ }
+
+ /**
+ * Runs the yoast exporter class to possibly init the file download.
+ */
+ private function do_yoast_export() {
+ check_admin_referer( WPSEO_Export::NONCE_ACTION, WPSEO_Export::NONCE_NAME );
+
+ if ( ! current_user_can( 'manage_options' ) ) {
+ return;
+ }
+
+ $wpseo_post = filter_input( INPUT_POST, 'wpseo' );
+ $include_taxonomy = ! empty( $wpseo_post['include_taxonomy'] );
+ $export = new WPSEO_Export( $include_taxonomy );
+
+ if ( $export->has_error() ) {
+ add_action( 'admin_notices', array( $export, 'set_error_hook' ) );
+
+ }
+ }
+
+ /********************** DEPRECATED METHODS **********************/
+
+ /**
+ * Exports the current site's Yoast SEO settings.
+ *
+ * @param bool $include_taxonomy Whether to include the taxonomy metadata the plugin creates.
+ *
+ * @return bool|string $return False when failed, the URL to the export file when succeeded.
+ */
+ public function export_settings( $include_taxonomy ) {
+ _deprecated_function( __METHOD__, 'WPSEO 2.0', 'This method is deprecated, please use the WPSEO_Export
class.' );
+
+ $export = new WPSEO_Export( $include_taxonomy );
+ if ( $export->success ) {
+ return $export->export_zip_url;
+ }
+
+ return false;
+ }
+
+ /**
+ * Generates the header for admin pages
+ *
+ * @deprecated 2.0
+ *
+ * @param bool $form Whether or not the form start tag should be included.
+ * @param mixed $option_long_name The long name of the option to use for the current page.
+ * @param string $option The short name of the option to use for the current page.
+ * @param bool $contains_files Whether the form should allow for file uploads.
+ */
+ public function admin_header( $form = true, $option_long_name = false, $option = 'wpseo', $contains_files = false ) {
+ _deprecated_function( __METHOD__, 'WPSEO 2.0', 'This method is deprecated, please use the Yoast_Form
class.' );
+
+ Yoast_Form::get_instance()->admin_header( $form, $option, $contains_files, $option_long_name );
+ }
+
+ /**
+ * Generates the footer for admin pages
+ *
+ * @deprecated 2.0
+ *
+ * @param bool $submit Whether or not a submit button and form end tag should be shown.
+ * @param bool $show_sidebar Whether or not to show the banner sidebar - used by premium plugins to disable it.
+ */
+ public function admin_footer( $submit = true, $show_sidebar = true ) {
+ _deprecated_function( __METHOD__, 'WPSEO 2.0', 'This method is deprecated, please use the Yoast_Form
class.' );
+
+ Yoast_Form::get_instance()->admin_footer( $submit, $show_sidebar );
+ }
+
+ /**
+ * Generates the sidebar for admin pages.
+ *
+ * @deprecated 2.0
+ */
+ public function admin_sidebar() {
+ _deprecated_function( __METHOD__, 'WPSEO 2.0', 'This method is deprecated, please use the Yoast_Form
class.' );
+
+ Yoast_Form::get_instance()->admin_sidebar();
+ }
+
+ /**
+ * Create a Checkbox input field.
+ *
+ * @deprecated 2.0
+ *
+ * @param string $var The variable within the option to create the checkbox for.
+ * @param string $label The label to show for the variable.
+ * @param bool $label_left Whether the label should be left (true) or right (false).
+ * @param string $option The option the variable belongs to.
+ */
+ public function checkbox( $var, $label, $label_left = false, $option = '' ) {
+ _deprecated_function( __METHOD__, 'WPSEO 2.0', 'This method is deprecated, please use the Yoast_Form
class.' );
+
+ if ( $option !== '' ) {
+ Yoast_Form::get_instance()->set_option( $option );
+ }
+
+ Yoast_Form::get_instance()->checkbox( $var, $label, $label_left );
+ }
+
+ /**
+ * Create a Text input field.
+ *
+ * @deprecated 2.0
+ *
+ * @param string $var The variable within the option to create the text input field for.
+ * @param string $label The label to show for the variable.
+ * @param string $option The option the variable belongs to.
+ */
+ function textinput( $var, $label, $option = '' ) {
+ _deprecated_function( __METHOD__, 'WPSEO 2.0', 'This method is deprecated, please use the Yoast_Form
class.' );
+
+ if ( $option !== '' ) {
+ Yoast_Form::get_instance()->set_option( $option );
+ }
+ Yoast_Form::get_instance()->textinput( $var, $label );
+ }
+
+ /**
+ * Create a textarea.
+ *
+ * @deprecated 2.0
+ *
+ * @param string $var The variable within the option to create the textarea for.
+ * @param string $label The label to show for the variable.
+ * @param string $option The option the variable belongs to.
+ * @param array $attr The CSS class to assign to the textarea.
+ */
+ function textarea( $var, $label, $option = '', $attr = array() ) {
+ _deprecated_function( __METHOD__, 'WPSEO 2.0', 'This method is deprecated, please use the Yoast_Form
class.' );
+
+ if ( $option !== '' ) {
+ Yoast_Form::get_instance()->set_option( $option );
+ }
+
+ Yoast_Form::get_instance()->textarea( $var, $label, $attr );
+ }
+
+ /**
+ * Create a hidden input field.
+ *
+ * @deprecated 2.0
+ *
+ * @param string $var The variable within the option to create the hidden input for.
+ * @param string $option The option the variable belongs to.
+ */
+ function hidden( $var, $option = '' ) {
+ _deprecated_function( __METHOD__, 'WPSEO 2.0', 'This method is deprecated, please use the Yoast_Form
class.' );
+
+ if ( $option !== '' ) {
+ Yoast_Form::get_instance()->set_option( $option );
+ }
+
+ Yoast_Form::get_instance()->hidden( $var );
+ }
+
+ /**
+ * Create a Select Box.
+ *
+ * @deprecated 2.0
+ *
+ * @param string $var The variable within the option to create the select for.
+ * @param string $label The label to show for the variable.
+ * @param array $values The select options to choose from.
+ * @param string $option The option the variable belongs to.
+ */
+ function select( $var, $label, $values, $option = '' ) {
+ _deprecated_function( __METHOD__, 'WPSEO 2.0', 'This method is deprecated, please use the Yoast_Form
class.' );
+
+ if ( $option !== '' ) {
+ Yoast_Form::get_instance()->set_option( $option );
+ }
+
+ Yoast_Form::get_instance()->select( $var, $label, $values );
+ }
+
+ /**
+ * Create a File upload field.
+ *
+ * @deprecated 2.0
+ *
+ * @param string $var The variable within the option to create the file upload field for.
+ * @param string $label The label to show for the variable.
+ * @param string $option The option the variable belongs to.
+ */
+ function file_upload( $var, $label, $option = '' ) {
+ _deprecated_function( __METHOD__, 'WPSEO 2.0', 'This method is deprecated, please use the Yoast_Form
class.' );
+
+ if ( $option !== '' ) {
+ Yoast_Form::get_instance()->set_option( $option );
+ }
+
+ Yoast_Form::get_instance()->file_upload( $var, $label );
+ }
+
+ /**
+ * Media input
+ *
+ * @deprecated 2.0
+ *
+ * @param string $var Option name.
+ * @param string $label Label message.
+ * @param string $option Optional option key.
+ */
+ function media_input( $var, $label, $option = '' ) {
+ _deprecated_function( __METHOD__, 'WPSEO 2.0', 'This method is deprecated, please use the Yoast_Form
class.' );
+
+ if ( $option !== '' ) {
+ Yoast_Form::get_instance()->set_option( $option );
+ }
+
+ Yoast_Form::get_instance()->media_input( $var, $label );
+ }
+
+ /**
+ * Create a Radio input field.
+ *
+ * @deprecated 2.0
+ *
+ * @param string $var The variable within the option to create the file upload field for.
+ * @param array $values The radio options to choose from.
+ * @param string $label The label to show for the variable.
+ * @param string $option The option the variable belongs to.
+ */
+ function radio( $var, $values, $label, $option = '' ) {
+ _deprecated_function( __METHOD__, 'WPSEO 2.0', 'This method is deprecated, please use the Yoast_Form
class.' );
+
+ if ( $option !== '' ) {
+ Yoast_Form::get_instance()->set_option( $option );
+ }
+
+ Yoast_Form::get_instance()->radio( $var, $values, $label );
+ }
+
+ /**
+ * Create a postbox widget.
+ *
+ * @deprecated 2.0
+ *
+ * @param string $id ID of the postbox.
+ * @param string $title Title of the postbox.
+ * @param string $content Content of the postbox.
+ */
+ function postbox( $id, $title, $content ) {
+ _deprecated_function( __METHOD__, 'WPSEO 2.0', 'This method is deprecated, please re-implement the admin pages.' );
+
+ ?>
+
+
+
+
+ ';
+ foreach ( $rows as $row ) {
+ $content .= '';
+ if ( isset( $row['id'] ) && $row['id'] != '' ) {
+ $content .= '' . esc_html( $row['label'] ) . ': ';
+ }
+ else {
+ $content .= esc_html( $row['label'] );
+ }
+ if ( isset( $row['desc'] ) && $row['desc'] != '' ) {
+ $content .= '' . esc_html( $row['desc'] ) . ' ';
+ }
+ $content .= ' ';
+ $content .= $row['content'];
+ $content .= ' ';
+ }
+ $content .= '';
+
+ return $content;
+ }
+
+ /**
+ * Resets the site to the default Yoast SEO settings and runs a title test to check
+ * whether force rewrite needs to be on.
+ *
+ * @deprecated 1.5.0
+ * @deprecated use WPSEO_Options::reset()
+ * @see WPSEO_Options::reset()
+ */
+ function reset_defaults() {
+ _deprecated_function( __METHOD__, 'WPSEO 1.5.0', 'WPSEO_Options::reset()' );
+ WPSEO_Options::reset();
+ }
+} /* End of class */
diff --git a/wp-content/plugins/wordpress-seo/admin/class-customizer.php b/wp-content/plugins/wordpress-seo/admin/class-customizer.php
new file mode 100644
index 0000000..1c6a9e4
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-customizer.php
@@ -0,0 +1,255 @@
+wp_customize = $wp_customize;
+
+ $this->breadcrumbs_section();
+ $this->breadcrumbs_blog_remove_setting();
+ $this->breadcrumbs_separator_setting();
+ $this->breadcrumbs_home_setting();
+ $this->breadcrumbs_prefix_setting();
+ $this->breadcrumbs_archiveprefix_setting();
+ $this->breadcrumbs_searchprefix_setting();
+ $this->breadcrumbs_404_setting();
+ }
+
+ /**
+ * Add the breadcrumbs section to the customizer
+ */
+ private function breadcrumbs_section() {
+ $this->wp_customize->add_section(
+ 'wpseo_breadcrumbs_customizer_section', array(
+ /* translators: %s is the name of the plugin */
+ 'title' => sprintf( __( '%s Breadcrumbs', 'wordpress-seo' ), 'Yoast SEO' ),
+ 'priority' => 999,
+ 'active_callback' => array( $this, 'breadcrumbs_active_callback' ),
+ )
+ );
+
+ }
+
+ /**
+ * Returns whether or not the breadcrumbs are active
+ *
+ * @return bool
+ */
+ public function breadcrumbs_active_callback() {
+ $options = WPSEO_Options::get_option( 'wpseo_internallinks' );
+
+ return true === ( current_theme_supports( 'yoast-seo-breadcrumbs' ) || $options['breadcrumbs-enable'] );
+ }
+
+ /**
+ * Adds the breadcrumbs remove blog checkbox
+ */
+ private function breadcrumbs_blog_remove_setting() {
+ $this->wp_customize->add_setting(
+ 'wpseo_internallinks[breadcrumbs-blog-remove]', array(
+ 'default' => '',
+ 'type' => 'option',
+ 'transport' => 'refresh',
+ )
+ );
+
+ $this->wp_customize->add_control(
+ new WP_Customize_Control(
+ $this->wp_customize, 'wpseo-breadcrumbs-blog-remove', array(
+ 'label' => __( 'Remove blog page from breadcrumbs', 'wordpress-seo' ),
+ 'type' => 'checkbox',
+ 'section' => 'wpseo_breadcrumbs_customizer_section',
+ 'settings' => 'wpseo_internallinks[breadcrumbs-blog-remove]',
+ 'context' => '',
+ 'active_callback' => array( $this, 'breadcrumbs_blog_remove_active_cb' ),
+ )
+ )
+ );
+ }
+
+ /**
+ * Returns whether or not to show the breadcrumbs blog remove option
+ *
+ * @return bool
+ */
+ public function breadcrumbs_blog_remove_active_cb() {
+ return 'page' === get_option( 'show_on_front' );
+ }
+
+ /**
+ * Adds the breadcrumbs separator text field
+ */
+ private function breadcrumbs_separator_setting() {
+ $this->wp_customize->add_setting(
+ 'wpseo_internallinks[breadcrumbs-sep]', array(
+ 'default' => '',
+ 'type' => 'option',
+ 'transport' => 'refresh',
+ )
+ );
+
+ $this->wp_customize->add_control(
+ new WP_Customize_Control(
+ $this->wp_customize, 'wpseo-breadcrumbs-separator', array(
+ 'label' => __( 'Breadcrumbs separator:', 'wordpress-seo' ),
+ 'type' => 'text',
+ 'section' => 'wpseo_breadcrumbs_customizer_section',
+ 'settings' => 'wpseo_internallinks[breadcrumbs-sep]',
+ 'context' => '',
+ )
+ )
+ );
+ }
+
+ /**
+ * Adds the breadcrumbs home anchor text field
+ */
+ private function breadcrumbs_home_setting() {
+ $this->wp_customize->add_setting(
+ 'wpseo_internallinks[breadcrumbs-home]', array(
+ 'default' => '',
+ 'type' => 'option',
+ 'transport' => 'refresh',
+ )
+ );
+
+ $this->wp_customize->add_control(
+ new WP_Customize_Control(
+ $this->wp_customize, 'wpseo-breadcrumbs-home', array(
+ 'label' => __( 'Anchor text for the homepage:', 'wordpress-seo' ),
+ 'type' => 'text',
+ 'section' => 'wpseo_breadcrumbs_customizer_section',
+ 'settings' => 'wpseo_internallinks[breadcrumbs-home]',
+ 'context' => '',
+ )
+ )
+ );
+ }
+
+ /**
+ * Adds the breadcrumbs prefix text field
+ */
+ private function breadcrumbs_prefix_setting() {
+ $this->wp_customize->add_setting(
+ 'wpseo_internallinks[breadcrumbs-prefix]', array(
+ 'default' => '',
+ 'type' => 'option',
+ 'transport' => 'refresh',
+ )
+ );
+
+ $this->wp_customize->add_control(
+ new WP_Customize_Control(
+ $this->wp_customize, 'wpseo-breadcrumbs-prefix', array(
+ 'label' => __( 'Prefix for breadcrumbs:', 'wordpress-seo' ),
+ 'type' => 'text',
+ 'section' => 'wpseo_breadcrumbs_customizer_section',
+ 'settings' => 'wpseo_internallinks[breadcrumbs-prefix]',
+ 'context' => '',
+ )
+ )
+ );
+ }
+
+ /**
+ * Adds the breadcrumbs archive prefix text field
+ */
+ private function breadcrumbs_archiveprefix_setting() {
+ $this->wp_customize->add_setting(
+ 'wpseo_internallinks[breadcrumbs-archiveprefix]', array(
+ 'default' => '',
+ 'type' => 'option',
+ 'transport' => 'refresh',
+ )
+ );
+
+ $this->wp_customize->add_control(
+ new WP_Customize_Control(
+ $this->wp_customize, 'wpseo-breadcrumbs-archiveprefix', array(
+ 'label' => __( 'Prefix for archive pages:', 'wordpress-seo' ),
+ 'type' => 'text',
+ 'section' => 'wpseo_breadcrumbs_customizer_section',
+ 'settings' => 'wpseo_internallinks[breadcrumbs-archiveprefix]',
+ 'context' => '',
+ )
+ )
+ );
+ }
+
+ /**
+ * Adds the breadcrumbs search prefix text field
+ */
+ private function breadcrumbs_searchprefix_setting() {
+ $this->wp_customize->add_setting(
+ 'wpseo_internallinks[breadcrumbs-searchprefix]', array(
+ 'default' => '',
+ 'type' => 'option',
+ 'transport' => 'refresh',
+ )
+ );
+
+ $this->wp_customize->add_control(
+ new WP_Customize_Control(
+ $this->wp_customize, 'wpseo-breadcrumbs-searchprefix', array(
+ 'label' => __( 'Prefix for search result pages:', 'wordpress-seo' ),
+ 'type' => 'text',
+ 'section' => 'wpseo_breadcrumbs_customizer_section',
+ 'settings' => 'wpseo_internallinks[breadcrumbs-searchprefix]',
+ 'context' => '',
+ )
+ )
+ );
+ }
+
+ /**
+ * Adds the breadcrumb 404 prefix text field
+ */
+ private function breadcrumbs_404_setting() {
+ $this->wp_customize->add_setting(
+ 'wpseo_internallinks[breadcrumbs-404crumb]', array(
+ 'default' => '',
+ 'type' => 'option',
+ 'transport' => 'refresh',
+ )
+ );
+
+ $this->wp_customize->add_control(
+ new WP_Customize_Control(
+ $this->wp_customize, 'wpseo-breadcrumbs-404crumb', array(
+ 'label' => __( 'Breadcrumb for 404 pages:', 'wordpress-seo' ),
+ 'type' => 'text',
+ 'section' => 'wpseo_breadcrumbs_customizer_section',
+ 'settings' => 'wpseo_internallinks[breadcrumbs-404crumb]',
+ 'context' => '',
+ )
+ )
+ );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-export.php b/wp-content/plugins/wordpress-seo/admin/class-export.php
new file mode 100644
index 0000000..14a8fce
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-export.php
@@ -0,0 +1,276 @@
+include_taxonomy = $include_taxonomy;
+ $this->dir = wp_upload_dir();
+
+ $this->export_settings();
+ }
+
+ /**
+ * Returns true when the property error has a value.
+ *
+ * @return bool
+ */
+ public function has_error() {
+ return ( $this->error !== '' );
+ }
+
+ /**
+ * Sets the error hook, to display the error to the user.
+ */
+ public function set_error_hook() {
+ $class = 'notice notice-error';
+ $message = sprintf( __( 'Error creating %1$s export: ', 'wordpress-seo' ), 'Yoast SEO' ) . $this->error;
+
+ printf( '', $class, $message );
+ }
+
+ /**
+ * Exports the current site's WP SEO settings.
+ */
+ private function export_settings() {
+
+ $this->export_header();
+
+ foreach ( WPSEO_Options::get_option_names() as $opt_group ) {
+ $this->write_opt_group( $opt_group );
+ }
+
+ $this->taxonomy_metadata();
+
+ if ( ! $this->write_settings_file() ) {
+ $this->error = __( 'Could not write settings to file.', 'wordpress-seo' );
+
+ return;
+ }
+
+ if ( $this->zip_file() ) {
+ // Just exit, because there is a download being served.
+ exit;
+ }
+ }
+
+ /**
+ * Writes the header of the export file.
+ */
+ private function export_header() {
+ /* translators: %1$s expands to Yoast SEO */
+ $this->write_line( '; ' . sprintf( __( 'This is a settings export file for the %1$s plugin by Yoast.com', 'wordpress-seo' ), 'Yoast SEO' ) . ' - https://yoast.com/wordpress/plugins/seo/' );
+ if ( $this->include_taxonomy ) {
+ $this->write_line( '; ' . __( 'This export includes taxonomy metadata', 'wordpress-seo' ) );
+ }
+ }
+
+ /**
+ * Writes a line to the export
+ *
+ * @param string $line Line string.
+ * @param boolean $newline_first Boolean flag whether to prepend with new line.
+ */
+ private function write_line( $line, $newline_first = false ) {
+ if ( $newline_first ) {
+ $this->export .= PHP_EOL;
+ }
+ $this->export .= $line . PHP_EOL;
+ }
+
+ /**
+ * Writes an entire option group to the export
+ *
+ * @param string $opt_group Option group name.
+ */
+ private function write_opt_group( $opt_group ) {
+
+ $this->write_line( '[' . $opt_group . ']', true );
+
+ $options = get_option( $opt_group );
+
+ if ( ! is_array( $options ) ) {
+ return;
+ }
+
+ foreach ( $options as $key => $elem ) {
+ if ( is_array( $elem ) ) {
+ for ( $i = 0; $i < count( $elem ); $i ++ ) {
+ $this->write_setting( $key . '[]', $elem[ $i ] );
+ }
+ }
+ else {
+ $this->write_setting( $key, $elem );
+ }
+ }
+ }
+
+ /**
+ * Writes a settings line to the export
+ *
+ * @param string $key Key string.
+ * @param string $val Value string.
+ */
+ private function write_setting( $key, $val ) {
+ if ( is_string( $val ) ) {
+ $val = '"' . $val . '"';
+ }
+ $this->write_line( $key . ' = ' . $val );
+ }
+
+ /**
+ * Adds the taxonomy meta data if there is any
+ */
+ private function taxonomy_metadata() {
+ if ( $this->include_taxonomy ) {
+ $taxonomy_meta = get_option( 'wpseo_taxonomy_meta' );
+ if ( is_array( $taxonomy_meta ) ) {
+ $this->write_line( '[wpseo_taxonomy_meta]', true );
+ $this->write_setting( 'wpseo_taxonomy_meta', urlencode( wp_json_encode( $taxonomy_meta ) ) );
+ }
+ else {
+ $this->write_line( '; ' . __( 'No taxonomy metadata found', 'wordpress-seo' ), true );
+ }
+ }
+ }
+
+ /**
+ * Writes the settings to our temporary settings.ini file
+ *
+ * @return boolean unsigned
+ */
+ private function write_settings_file() {
+ $handle = fopen( $this->dir['path'] . '/' . self::INI_FILENAME, 'w' );
+ if ( ! $handle ) {
+ return false;
+ }
+
+ $res = fwrite( $handle, $this->export );
+ if ( ! $res ) {
+ return false;
+ }
+
+ fclose( $handle );
+
+ return true;
+ }
+
+ /**
+ * Zips the settings ini file
+ *
+ * @return bool|null
+ */
+ private function zip_file() {
+ $is_zip_created = $this->create_zip();
+
+ // The settings.ini isn't needed, because it's in the zipfile.
+ $this->remove_settings_ini();
+
+ if ( ! $is_zip_created ) {
+ $this->error = __( 'Could not zip settings-file.', 'wordpress-seo' );
+
+ return false;
+ }
+
+ $this->serve_settings_export();
+ $this->remove_zip();
+
+ return true;
+ }
+
+ /**
+ * Creates the zipfile and returns true if it created successful.
+ *
+ * @return bool
+ */
+ private function create_zip() {
+ chdir( $this->dir['path'] );
+ $zip = new PclZip( './' . self::ZIP_FILENAME );
+ if ( 0 === $zip->create( './' . self::INI_FILENAME ) ) {
+ return false;
+ }
+
+ return file_exists( self::ZIP_FILENAME );
+ }
+
+ /**
+ * Downloads the zip file.
+ */
+ private function serve_settings_export() {
+ // Clean any content that has been already output. For example by other plugins or faulty PHP files.
+ if ( ob_get_contents() ) {
+ ob_clean();
+ }
+ header( 'Content-Type: application/octet-stream; charset=utf-8' );
+ header( 'Content-Transfer-Encoding: Binary' );
+ header( 'Content-Disposition: attachment; filename=' . self::ZIP_FILENAME );
+ header( 'Content-Length: ' . filesize( self::ZIP_FILENAME ) );
+
+ readfile( self::ZIP_FILENAME );
+ }
+
+ /**
+ * Removes the settings ini file.
+ */
+ private function remove_settings_ini() {
+ unlink( './' . self::INI_FILENAME );
+ }
+
+ /**
+ * Removes the files because they are already downloaded.
+ */
+ private function remove_zip() {
+ unlink( './' . self::ZIP_FILENAME );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-help-center-item.php b/wp-content/plugins/wordpress-seo/admin/class-help-center-item.php
new file mode 100644
index 0000000..cc3449c
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-help-center-item.php
@@ -0,0 +1,94 @@
+identifier = $identifier;
+ $this->label = $label;
+ $this->dashicon = $dashicon;
+ $this->args = $args;
+ }
+
+ /**
+ * Get the label.
+ *
+ * @return string
+ */
+ public function get_label() {
+ return $this->label;
+ }
+
+ /**
+ * Get the identifier.
+ *
+ * @return string
+ */
+ public function get_identifier() {
+ return $this->identifier;
+ }
+
+ /**
+ * Get the dashicon.
+ *
+ * @return string
+ */
+ public function get_dashicon() {
+ return $this->dashicon;
+ }
+
+ /**
+ * Get the content of this tab.
+ *
+ * @return mixed|string
+ */
+ public function get_content() {
+ if ( ! empty( $this->args['content'] ) ) {
+ return $this->args['content'];
+ }
+
+ if ( ! empty( $this->args['callback'] ) ) {
+ return call_user_func_array( $this->args['callback'], array( $this ) );
+ }
+
+ if ( ! empty( $this->args['view'] ) ) {
+ $view = $this->args['view'];
+ if ( substr( $view, - 4 ) === '.php' ) {
+ $view = substr( $view, 0, - 4 );
+ }
+
+ if ( ! empty( $this->args['view_arguments'] ) ) {
+ extract( $this->args['view_arguments'] );
+ }
+
+ include WPSEO_PATH . 'admin/views/' . $view . '.php';
+ }
+
+ return '';
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-help-center.php b/wp-content/plugins/wordpress-seo/admin/class-help-center.php
new file mode 100644
index 0000000..828e8e8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-help-center.php
@@ -0,0 +1,213 @@
+group_name = $group_name;
+ $this->tab = $tab;
+
+ $this->add_video_tutorial_item();
+ $this->add_kb_search_item();
+ $this->add_contact_support_item();
+ }
+
+ /**
+ * Add the knowledge base search help center item to the help center.
+ */
+ private function add_kb_search_item() {
+ $kb_help_center_item = new WPSEO_Help_Center_Item(
+ 'knowledge-base',
+ __( 'Knowledge base', 'wordpress-seo' ),
+ array(
+ 'content' => '
',
+ 'view_arguments' => array( 'identifier' => $this->tab->get_name() ),
+ ),
+ 'dashicons-search'
+ );
+ array_push( $this->help_center_items, $kb_help_center_item );
+ }
+
+ /**
+ * Add the contact support help center item to the help center.
+ */
+ private function add_contact_support_item() {
+ $popup_title = sprintf( __( 'Email support is a %s feature', 'wordpress-seo' ), 'Yoast SEO Premium' );
+ /* translators: %1$s: expands to 'Yoast SEO Premium', %2$s: links to Yoast SEO Premium plugin page. */
+ $popup_content = sprintf( __( 'To be able to contact our support team, you need %1$s. You can buy the plugin, including one year of support, updates and upgrades, on %2$s.', 'wordpress-seo' ),
+ 'Yoast SEO Premium ',
+ 'yoast.com' );
+
+ $premium_popup = new WPSEO_Premium_Popup( 'contact-support', 'h3', $popup_title, $popup_content );
+ $contact_support_help_center_item = new WPSEO_Help_Center_Item(
+ 'contact-support',
+ __( 'Email support', 'wordpress-seo' ),
+ array( 'content' => $premium_popup->get_premium_message( false ) ),
+ 'dashicons-email-alt'
+ );
+
+ array_push( $this->help_center_items, $contact_support_help_center_item );
+ }
+
+ /**
+ * Add the video tutorial help center item to the help center.
+ */
+ private function add_video_tutorial_item() {
+ array_push( $this->help_center_items, $this->get_video_help_center_item() );
+ }
+
+ /**
+ * @return mixed (WPSEO_Help_Center_Item | null) Returns a help center item containing a video.
+ */
+ private function get_video_help_center_item() {
+ $url = $this->tab->get_video_url();
+ if ( empty( $url ) ) {
+ return null;
+ }
+
+ return new WPSEO_Help_Center_Item(
+ 'video',
+ __( 'Video tutorial', 'wordpress-seo' ),
+ array(
+ 'view' => 'partial-help-center-video',
+ 'view_arguments' => array(
+ 'tab_video_url' => $url,
+ ),
+ ),
+ 'dashicons-video-alt3'
+ );
+ }
+
+ /**
+ * Outputs the help center.
+ */
+ public function output_help_center() {
+ $help_center_items = apply_filters( 'wpseo_help_center_items', $this->help_center_items );
+ $help_center_items = array_filter( $help_center_items, array( $this, 'is_a_help_center_item' ) );
+ if ( empty( $help_center_items ) ) {
+ return;
+ }
+
+ $id = sprintf( 'tab-help-center-%s-%s', $this->group_name, $this->tab->get_name() );
+ ?>
+
+
+
+
+
+
+
+
+ get_identifier();
+ $dashicon = $help_center_item->get_dashicon();
+ if ( ! empty( $dashicon ) ) {
+ $dashicon = 'dashicons-before ' . $dashicon;
+ }
+ $link_id = "tab-link-{$this->group_name}_{$this->tab->get_name()}__{$id}";
+ $panel_id = "tab-panel-{$this->group_name}_{$this->tab->get_name()}__{$id}";
+ ?>
+
+
+ "
+ class=""
+ aria-controls="">get_label() ); ?>
+
+
+
+
+
+ get_identifier();
+
+ $panel_id = "tab-panel-{$this->group_name}_{$this->tab->get_name()}__{$id}";
+ ?>
+
+ get_content(); ?>
+
+
+
+
+
+ %s and replaced again in the javascript with the actual variable.
+ *
+ * @return array Translated text strings for the help center.
+ */
+ public static function get_translated_texts() {
+ return array(
+ /* translators: %s: '%%term_title%%' variable used in titles and meta's template that's not compatible with the given template */
+ 'variable_warning' => sprintf( __( 'Warning: the variable %s cannot be used in this template. See the help center for more info.', 'wordpress-seo' ), '%s
' ),
+ 'locale' => get_locale(),
+ 'userLocale' => WPSEO_Utils::get_user_locale(),
+ /* translators: %d: number of knowledge base search results found. */
+ 'kb_found_results' => __( 'Number of search results: %d', 'wordpress-seo' ),
+ 'kb_no_results' => __( 'No results found.', 'wordpress-seo' ),
+ 'kb_heading' => __( 'Search the Yoast knowledge base', 'wordpress-seo' ),
+ 'kb_search_button_text' => __( 'Search', 'wordpress-seo' ),
+ 'kb_search_results_heading' => __( 'Search results', 'wordpress-seo' ),
+ 'kb_error_message' => __( 'Something went wrong. Please try again later.', 'wordpress-seo' ),
+ 'kb_loading_placeholder' => __( 'Loading...', 'wordpress-seo' ),
+ 'kb_search' => __( 'search', 'wordpress-seo' ),
+ 'kb_back' => __( 'Back', 'wordpress-seo' ),
+ 'kb_back_label' => __( 'Back to search results' , 'wordpress-seo' ),
+ 'kb_open' => __( 'Open', 'wordpress-seo' ),
+ 'kb_open_label' => __( 'Open the knowledge base article in a new window or read it in the iframe below' , 'wordpress-seo' ),
+ 'kb_iframe_title' => __( 'Knowledge base article', 'wordpress-seo' ),
+ );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-import-aioseo.php b/wp-content/plugins/wordpress-seo/admin/class-import-aioseo.php
new file mode 100644
index 0000000..5546284
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-import-aioseo.php
@@ -0,0 +1,98 @@
+aioseo_options = get_option( 'aioseop_options' );
+
+ $this->import_metas();
+ $this->import_ga();
+ }
+
+ /**
+ * Import All In One SEO meta values
+ */
+ private function import_metas() {
+ WPSEO_Meta::replace_meta( '_aioseop_description', WPSEO_Meta::$meta_prefix . 'metadesc', $this->replace );
+ WPSEO_Meta::replace_meta( '_aioseop_keywords', WPSEO_Meta::$meta_prefix . 'metakeywords', $this->replace );
+ WPSEO_Meta::replace_meta( '_aioseop_title', WPSEO_Meta::$meta_prefix . 'title', $this->replace );
+ }
+
+ /**
+ * Import the Google Analytics settings
+ */
+ private function import_ga() {
+ if ( isset( $this->aioseo_options['aiosp_google_analytics_id'] ) ) {
+
+ if ( get_option( 'yst_ga' ) === false ) {
+ update_option( 'yst_ga', $this->determine_ga_settings() );
+ }
+
+ $plugin_install_nonce = wp_create_nonce( 'install-plugin_google-analytics-for-wordpress' ); // Use the old name because that's the WordPress.org repo.
+
+ $this->set_msg( __( sprintf(
+ 'All in One SEO data successfully imported. Would you like to %sdisable the All in One SEO plugin%s. You\'ve had Google Analytics enabled in All in One SEO, would you like to install our %sGoogle Analytics plugin%s?',
+ '',
+ ' ',
+ '',
+ ' '
+ ), 'wordpress-seo' ) );
+ }
+ else {
+ $this->set_msg( __( sprintf( 'All in One SEO data successfully imported. Would you like to %sdisable the All in One SEO plugin%s.', '', ' ' ), 'wordpress-seo' ) );
+ }
+ }
+
+ /**
+ * Determine the appropriate GA settings for this site
+ *
+ * @return array $ga_settings
+ */
+ private function determine_ga_settings() {
+ $ga_universal = 0;
+ if ( $this->aioseo_options['aiosp_ga_use_universal_analytics'] == 'on' ) {
+ $ga_universal = 1;
+ }
+
+ $ga_track_outbound = 0;
+ if ( $this->aioseo_options['aiosp_ga_track_outbound_links'] == 'on' ) {
+ $ga_track_outbound = 1;
+ }
+
+ $ga_anonymize_ip = 0;
+ if ( $this->aioseo_options['aiosp_ga_anonymize_ip'] == 'on' ) {
+ $ga_anonymize_ip = 1;
+ }
+
+ return array(
+ 'ga_general' => array(
+ 'manual_ua_code' => (int) 1,
+ 'manual_ua_code_field' => $this->aioseo_options['aiosp_google_analytics_id'],
+ 'enable_universal' => $ga_universal,
+ 'track_outbound' => $ga_track_outbound,
+ 'ignore_users' => (array) $this->aioseo_options['aiosp_ga_exclude_users'],
+ 'anonymize_ips' => (int) $ga_anonymize_ip,
+ ),
+ );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-import-external.php b/wp-content/plugins/wordpress-seo/admin/class-import-external.php
new file mode 100644
index 0000000..cb40a33
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-import-external.php
@@ -0,0 +1,108 @@
+replace = $replace;
+
+ WPSEO_Options::initialize();
+ }
+
+ /**
+ * Convenience function to set import message
+ *
+ * @param string $msg Message string.
+ */
+ protected function set_msg( $msg ) {
+ if ( ! empty( $this->msg ) ) {
+ $this->msg .= PHP_EOL;
+ }
+ $this->msg .= $msg;
+ }
+
+ /**
+ * Deletes an option depending on the class replace state
+ *
+ * @param string $option Option key.
+ */
+ protected function perhaps_delete( $option ) {
+ if ( $this->replace ) {
+ delete_option( $option );
+ }
+ }
+
+ /**
+ * Import HeadSpace SEO settings
+ */
+ public function import_headspace() {
+ global $wpdb;
+
+ WPSEO_Meta::replace_meta( '_headspace_description', WPSEO_Meta::$meta_prefix . 'metadesc', $this->replace );
+ WPSEO_Meta::replace_meta( '_headspace_keywords', WPSEO_Meta::$meta_prefix . 'metakeywords', $this->replace );
+ WPSEO_Meta::replace_meta( '_headspace_page_title', WPSEO_Meta::$meta_prefix . 'title', $this->replace );
+
+ /**
+ * @todo [JRF => whomever] verify how headspace sets these metas ( 'noindex', 'nofollow', 'noarchive', 'noodp', 'noydir' )
+ * and if the values saved are concurrent with the ones we use (i.e. 0/1/2)
+ */
+ WPSEO_Meta::replace_meta( '_headspace_noindex', WPSEO_Meta::$meta_prefix . 'meta-robots-noindex', $this->replace );
+ WPSEO_Meta::replace_meta( '_headspace_nofollow', WPSEO_Meta::$meta_prefix . 'meta-robots-nofollow', $this->replace );
+
+ /*
+ * @todo - [JRF => whomever] check if this can be done more efficiently by querying only the meta table
+ * possibly directly changing it using concat on the existing values
+ */
+ $posts = $wpdb->get_results( "SELECT ID FROM $wpdb->posts" );
+ if ( is_array( $posts ) && $posts !== array() ) {
+ foreach ( $posts as $post ) {
+ $custom = get_post_custom( $post->ID );
+ $robotsmeta_adv = '';
+ if ( isset( $custom['_headspace_noarchive'] ) ) {
+ $robotsmeta_adv .= 'noarchive,';
+ }
+ if ( isset( $custom['_headspace_noodp'] ) ) {
+ $robotsmeta_adv .= 'noodp,';
+ }
+ $robotsmeta_adv = preg_replace( '`,$`', '', $robotsmeta_adv );
+ WPSEO_Meta::set_value( 'meta-robots-adv', $robotsmeta_adv, $post->ID );
+ }
+ }
+
+ if ( $this->replace ) {
+ // We no longer use noydir, but we remove the meta key as it's unneeded.
+ $hs_meta = array( 'noarchive', 'noodp', 'noydir' );
+ foreach ( $hs_meta as $meta ) {
+ delete_post_meta_by_key( '_headspace_' . $meta );
+ }
+ unset( $hs_meta, $meta );
+ }
+ $this->set_msg( __( 'HeadSpace2 data successfully imported', 'wordpress-seo' ) );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-import-woothemes-seo.php b/wp-content/plugins/wordpress-seo/admin/class-import-woothemes-seo.php
new file mode 100644
index 0000000..f06fcd3
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-import-woothemes-seo.php
@@ -0,0 +1,146 @@
+import_home();
+ $this->import_option( 'seo_woo_single_layout', 'post' );
+ $this->import_option( 'seo_woo_page_layout', 'page' );
+ $this->import_archive_option();
+ $this->import_custom_values( 'seo_woo_meta_home_desc', 'metadesc-home-wpseo' );
+ $this->import_custom_values( 'seo_woo_meta_home_key', 'metakey-home-wpseo' );
+ $this->import_metas();
+
+ update_option( 'wpseo_titles', $this->options );
+
+ $this->set_msg( __( 'WooThemes SEO framework settings & data successfully imported.', 'wordpress-seo' ) );
+ }
+
+ /**
+ * Holds the WPSEO Title Options
+ *
+ * @var array
+ */
+ private $options;
+
+ /**
+ * Import options.
+ *
+ * @param string $option Option key.
+ * @param string $post_type Post type name to import for.
+ */
+ private function import_option( $option, $post_type ) {
+ switch ( get_option( $option ) ) {
+ case 'a':
+ $this->options[ 'title-' . $post_type ] = '%%title%% %%sep%% %%sitename%%';
+ break;
+ case 'b':
+ $this->options[ 'title-' . $post_type ] = '%%title%%';
+ break;
+ case 'c':
+ $this->options[ 'title-' . $post_type ] = '%%sitename%% %%sep%% %%title%%';
+ break;
+ case 'd':
+ $this->options[ 'title-' . $post_type ] = '%%title%% %%sep%% %%sitedesc%%';
+ break;
+ case 'e':
+ $this->options[ 'title-' . $post_type ] = '%%sitename%% %%sep%% %%title%% %%sep%% %%sitedesc%%';
+ break;
+ }
+ $this->perhaps_delete( $option );
+ }
+
+ /**
+ * Import the archive layout for all taxonomies
+ */
+ private function import_archive_option() {
+ $reinstate_replace = false;
+ if ( $this->replace ) {
+ $this->replace = false;
+ $reinstate_replace = true;
+ }
+ $taxonomies = get_taxonomies( array( 'public' => true ), 'names' );
+ if ( is_array( $taxonomies ) && $taxonomies !== array() ) {
+ foreach ( $taxonomies as $tax ) {
+ $this->import_option( 'seo_woo_archive_layout', 'tax-' . $tax );
+ }
+ }
+ if ( $reinstate_replace ) {
+ $this->replace = true;
+ $this->perhaps_delete( 'seo_woo_archive_layout' );
+ }
+ }
+
+ /**
+ * Import custom descriptions and meta keys
+ *
+ * @param string $option Option key.
+ * @param string $key Internal key to import over.
+ */
+ private function import_custom_values( $option, $key ) {
+ // Import the custom homepage description.
+ if ( 'c' == get_option( $option ) ) {
+ $this->options[ $key ] = get_option( $option . '_custom' );
+ }
+ $this->perhaps_delete( $option );
+ $this->perhaps_delete( $option . '_custom' );
+ }
+
+ /**
+ * Imports the WooThemes SEO homepage settings
+ */
+ private function import_home() {
+ switch ( get_option( 'seo_woo_home_layout' ) ) {
+ case 'a':
+ $this->options['title-home-wpseo'] = '%%sitename%% %%sep%% %%sitedesc%%';
+ break;
+ case 'b':
+ $this->options['title-home-wpseo'] = '%%sitename%% ' . get_option( 'seo_woo_paged_var' ) . ' %%pagenum%%';
+ break;
+ case 'c':
+ $this->options['title-home-wpseo'] = '%%sitedesc%%';
+ break;
+ }
+ $this->perhaps_delete( 'seo_woo_home_layout' );
+ }
+
+ /**
+ * Import meta values if they're applicable
+ */
+ private function import_metas() {
+ WPSEO_Meta::replace_meta( 'seo_follow', WPSEO_Meta::$meta_prefix . 'meta-robots-nofollow', $this->replace );
+ WPSEO_Meta::replace_meta( 'seo_noindex', WPSEO_Meta::$meta_prefix . 'meta-robots-noindex', $this->replace );
+
+ // If WooSEO is set to use the Woo titles, import those.
+ if ( 'true' == get_option( 'seo_woo_wp_title' ) ) {
+ WPSEO_Meta::replace_meta( 'seo_title', WPSEO_Meta::$meta_prefix . 'title', $this->replace );
+ }
+
+ // If WooSEO is set to use the Woo meta descriptions, import those.
+ if ( 'b' == get_option( 'seo_woo_meta_single_desc' ) ) {
+ WPSEO_Meta::replace_meta( 'seo_description', WPSEO_Meta::$meta_prefix . 'metadesc', $this->replace );
+ }
+
+ // If WooSEO is set to use the Woo meta keywords, import those.
+ if ( 'b' == get_option( 'seo_woo_meta_single_key' ) ) {
+ WPSEO_Meta::replace_meta( 'seo_keywords', WPSEO_Meta::$meta_prefix . 'metakeywords', $this->replace );
+ }
+
+ foreach ( array( 'seo_woo_wp_title', 'seo_woo_meta_single_desc', 'seo_woo_meta_single_key' ) as $option ) {
+ $this->perhaps_delete( $option );
+ }
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-import-wpseo.php b/wp-content/plugins/wordpress-seo/admin/class-import-wpseo.php
new file mode 100644
index 0000000..ea742a7
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-import-wpseo.php
@@ -0,0 +1,185 @@
+import_post_metas();
+ $this->import_taxonomy_metas();
+
+ $this->set_msg(
+ __(
+ sprintf(
+ 'wpSEO data successfully imported. Would you like to %sdisable the wpSEO plugin%s?',
+ '',
+ ' '
+ ),
+ 'wordpress-seo'
+ )
+ );
+
+ }
+
+ /**
+ * Import the post meta values to Yoast SEO by replacing the wpSEO fields by Yoast SEO fields
+ */
+ private function import_post_metas() {
+ WPSEO_Meta::replace_meta( '_wpseo_edit_title', WPSEO_Meta::$meta_prefix . 'title', $this->replace );
+ WPSEO_Meta::replace_meta( '_wpseo_edit_description', WPSEO_Meta::$meta_prefix . 'metadesc', $this->replace );
+ WPSEO_Meta::replace_meta( '_wpseo_edit_keywords', WPSEO_Meta::$meta_prefix . 'keywords', $this->replace );
+ WPSEO_Meta::replace_meta( '_wpseo_edit_canonical', WPSEO_Meta::$meta_prefix . 'canonical', $this->replace );
+
+ $this->import_post_robots();
+ }
+
+ /**
+ * Importing the robot values from WPSEO plugin. These have to be converted to the Yoast format.
+ */
+ private function import_post_robots() {
+ $query_posts = new WP_Query( 'post_type=any&meta_key=_wpseo_edit_robots&order=ASC' );
+
+ if ( ! empty( $query_posts->posts ) ) {
+ foreach ( $query_posts->posts as $post ) {
+ $this->import_post_robot( $post->ID );
+ }
+ }
+ }
+
+ /**
+ * Getting the wpSEO robot value and map this to Yoast SEO values.
+ *
+ * @param integer $post_id The post id of the current post.
+ */
+ private function import_post_robot( $post_id ) {
+ $wpseo_robots = get_post_meta( $post_id, '_wpseo_edit_robots', true );
+
+ // Does the value exists in our mapping.
+ if ( $robot_value = $this->get_robot_value( $wpseo_robots ) ) {
+ // Saving the new meta values for Yoast SEO.
+ WPSEO_Meta::set_value( $robot_value['index'], 'meta-robots-noindex', $post_id );
+ WPSEO_Meta::set_value( $robot_value['follow'], 'meta-robots-nofollow', $post_id );
+ }
+
+ $this->delete_post_robot( $post_id );
+ }
+
+ /**
+ * Delete the wpSEO robot values, because they aren't needed anymore.
+ *
+ * @param integer $post_id The post id of the current post.
+ */
+ private function delete_post_robot( $post_id ) {
+ if ( $this->replace ) {
+ delete_post_meta( $post_id, '_wpseo_edit_robots' );
+ }
+ }
+
+ /**
+ * Import the taxonomy metas from wpSEO
+ */
+ private function import_taxonomy_metas() {
+ $terms = get_terms( get_taxonomies(), array( 'hide_empty' => false ) );
+ $tax_meta = get_option( 'wpseo_taxonomy_meta' );
+
+ foreach ( $terms as $term ) {
+ $this->import_taxonomy_description( $tax_meta, $term->taxonomy, $term->term_id );
+ $this->import_taxonomy_robots( $tax_meta, $term->taxonomy, $term->term_id );
+ $this->delete_taxonomy_metas( $term->taxonomy, $term->term_id );
+ }
+
+ update_option( 'wpseo_taxonomy_meta', $tax_meta );
+ }
+
+ /**
+ * Import the meta description to Yoast SEO
+ *
+ * @param array $tax_meta The array with the current metadata.
+ * @param string $taxonomy String with the name of the taxonomy.
+ * @param string $term_id The ID of the current term.
+ */
+ private function import_taxonomy_description( & $tax_meta, $taxonomy, $term_id ) {
+ $description = get_option( 'wpseo_' . $taxonomy . '_' . $term_id, false );
+ if ( $description !== false ) {
+ // Import description.
+ $tax_meta[ $taxonomy ][ $term_id ]['wpseo_desc'] = $description;
+ }
+ }
+
+ /**
+ * Import the robot value to Yoast SEO
+ *
+ * @param array $tax_meta The array with the current metadata.
+ * @param string $taxonomy String with the name of the taxonomy.
+ * @param string $term_id The ID of the current term.
+ */
+ private function import_taxonomy_robots( & $tax_meta, $taxonomy, $term_id ) {
+ $wpseo_robots = get_option( 'wpseo_' . $taxonomy . '_' . $term_id . '_robots', false );
+ if ( $wpseo_robots !== false ) {
+ // The value 1, 2 and 6 are the index values in wpSEO.
+ $new_robot_value = ( in_array( $wpseo_robots, array( 1, 2, 6 ) ) ) ? 'index' : 'noindex';
+
+ $tax_meta[ $taxonomy ][ $term_id ]['wpseo_noindex'] = $new_robot_value;
+ }
+ }
+
+ /**
+ * Delete the wpSEO taxonomy meta data.
+ *
+ * @param string $taxonomy String with the name of the taxonomy.
+ * @param string $term_id The ID of the current term.
+ */
+ private function delete_taxonomy_metas( $taxonomy, $term_id ) {
+ if ( $this->replace ) {
+ delete_option( 'wpseo_' . $taxonomy . '_' . $term_id );
+ delete_option( 'wpseo_' . $taxonomy . '_' . $term_id . '_robots' );
+ }
+ }
+
+ /**
+ * Getting the robot config by given wpSEO robots value.
+ *
+ * @param string $wpseo_robots The value in wpSEO that needs to be converted to the Yoast format.
+ *
+ * @return array
+ */
+ private function get_robot_value( $wpseo_robots ) {
+ static $robot_values;
+
+ if ( $robot_values === null ) {
+ /**
+ * The values 1 - 6 are the configured values from wpSEO. This array will map the values of wpSEO to our values.
+ *
+ * There are some double array like 1-6 and 3-4. The reason is they only set the index value. The follow value is
+ * the default we use in the cases there isn't a follow value present.
+ *
+ * @var array
+ */
+ $robot_values = array(
+ 1 => array( 'index' => 2, 'follow' => 0 ), // In wpSEO: index, follow.
+ 2 => array( 'index' => 2, 'follow' => 1 ), // In wpSEO: index, nofollow.
+ 3 => array( 'index' => 1, 'follow' => 0 ), // In wpSEO: noindex.
+ 4 => array( 'index' => 1, 'follow' => 0 ), // In wpSEO: noindex, follow.
+ 5 => array( 'index' => 1, 'follow' => 1 ), // In wpSEO: noindex, nofollow.
+ 6 => array( 'index' => 2, 'follow' => 0 ), // In wpSEO: index.
+ );
+ }
+
+ if ( array_key_exists( $wpseo_robots, $robot_values ) ) {
+ return $robot_values[ $wpseo_robots ];
+ }
+
+ return array( 'index' => 2, 'follow' => 0 );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-import.php b/wp-content/plugins/wordpress-seo/admin/class-import.php
new file mode 100644
index 0000000..0affee8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-import.php
@@ -0,0 +1,196 @@
+handle_upload() ) {
+ return;
+ }
+
+ $this->determine_path();
+
+ if ( ! $this->unzip_file() ) {
+ $this->clean_up();
+
+ return;
+ }
+
+ $this->parse_options();
+
+ $this->clean_up();
+ }
+
+ /**
+ * Handle the file upload
+ *
+ * @return boolean
+ */
+ private function handle_upload() {
+ $overrides = array( 'mimes' => array( 'zip' => 'application/zip' ) ); // Explicitly allow zip in multisite.
+ $this->file = wp_handle_upload( $_FILES['settings_import_file'], $overrides );
+
+ if ( is_wp_error( $this->file ) ) {
+ $this->msg = __( 'Settings could not be imported:', 'wordpress-seo' ) . ' ' . $this->file->get_error_message();
+
+ return false;
+ }
+
+ if ( is_array( $this->file ) && isset( $this->file['error'] ) ) {
+ $this->msg = __( 'Settings could not be imported:', 'wordpress-seo' ) . ' ' . $this->file['error'];
+
+ return false;
+ }
+
+ if ( ! isset( $this->file['file'] ) ) {
+ $this->msg = __( 'Settings could not be imported:', 'wordpress-seo' ) . ' ' . __( 'Upload failed.', 'wordpress-seo' );
+
+ return false;
+ }
+
+ return true;
+ }
+
+ /**
+ * Determine the path to the import file
+ */
+ private function determine_path() {
+ $this->upload_dir = wp_upload_dir();
+
+ if ( ! defined( 'DIRECTORY_SEPARATOR' ) ) {
+ define( 'DIRECTORY_SEPARATOR', '/' );
+ }
+ $this->path = $this->upload_dir['basedir'] . DIRECTORY_SEPARATOR . 'wpseo-import' . DIRECTORY_SEPARATOR;
+
+ if ( ! isset( $GLOBALS['wp_filesystem'] ) || ! is_object( $GLOBALS['wp_filesystem'] ) ) {
+ WP_Filesystem();
+ }
+ }
+
+ /**
+ * Unzip the file
+ *
+ * @return boolean
+ */
+ private function unzip_file() {
+ $unzipped = unzip_file( $this->file['file'], $this->path );
+ if ( is_wp_error( $unzipped ) ) {
+ $this->msg = __( 'Settings could not be imported:', 'wordpress-seo' ) . ' ' . sprintf( __( 'Unzipping failed with error "%s".', 'wordpress-seo' ), $unzipped->get_error_message() );
+
+ return false;
+ }
+
+ $this->filename = $this->path . 'settings.ini';
+ if ( ! is_file( $this->filename ) || ! is_readable( $this->filename ) ) {
+ $this->msg = __( 'Settings could not be imported:', 'wordpress-seo' ) . ' ' . __( 'Unzipping failed - file settings.ini not found.', 'wordpress-seo' );
+
+ return false;
+ }
+
+ return true;
+ }
+
+ /**
+ * Parse the option file
+ */
+ private function parse_options() {
+ $options = parse_ini_file( $this->filename, true );
+
+ if ( is_array( $options ) && $options !== array() ) {
+ if ( isset( $options['wpseo']['version'] ) && $options['wpseo']['version'] !== '' ) {
+ $this->old_wpseo_version = $options['wpseo']['version'];
+ }
+ foreach ( $options as $name => $opt_group ) {
+ $this->parse_option_group( $name, $opt_group, $options );
+ }
+ $this->msg = __( 'Settings successfully imported.', 'wordpress-seo' );
+ $this->success = true;
+ }
+ else {
+ $this->msg = __( 'Settings could not be imported:', 'wordpress-seo' ) . ' ' . __( 'No settings found in file.', 'wordpress-seo' );
+ }
+ }
+
+ /**
+ * Parse the option group and import it
+ *
+ * @param string $name Name string.
+ * @param array $opt_group Option group data.
+ * @param array $options Options data.
+ */
+ private function parse_option_group( $name, $opt_group, $options ) {
+ if ( $name === 'wpseo_taxonomy_meta' ) {
+ $opt_group = json_decode( urldecode( $opt_group['wpseo_taxonomy_meta'] ), true );
+ }
+
+ // Make sure that the imported options are cleaned/converted on import.
+ $option_instance = WPSEO_Options::get_option_instance( $name );
+ if ( is_object( $option_instance ) && method_exists( $option_instance, 'import' ) ) {
+ $option_instance->import( $opt_group, $this->old_wpseo_version, $options );
+ }
+ elseif ( WP_DEBUG === true || ( defined( 'WPSEO_DEBUG' ) && WPSEO_DEBUG === true ) ) {
+ $this->msg = sprintf( __( 'Setting "%s" is no longer used and has been discarded.', 'wordpress-seo' ), $name );
+ }
+ }
+
+ /**
+ * Remove the files
+ */
+ private function clean_up() {
+ if ( file_exists( $this->filename ) && is_writable( $this->filename ) ) {
+ unlink( $this->filename );
+ }
+ if ( ! empty( $this->file['file'] ) && file_exists( $this->file['file'] ) && is_writable( $this->file['file'] ) ) {
+ unlink( $this->file['file'] );
+ }
+ if ( file_exists( $this->path ) && is_writable( $this->path ) ) {
+ $wp_file = new WP_Filesystem_Direct( $this->path );
+ $wp_file->rmdir( $this->path, true );
+ }
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php b/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php
new file mode 100644
index 0000000..bd5d888
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php
@@ -0,0 +1,501 @@
+analysis_seo = new WPSEO_Metabox_Analysis_SEO();
+ $this->analysis_readability = new WPSEO_Metabox_Analysis_Readability();
+ }
+
+ /**
+ * Setting up the hooks
+ */
+ public function setup_hooks() {
+ $this->set_post_type_hooks();
+
+ $options = WPSEO_Options::get_option( 'wpseo_titles' );
+
+ if ( ! empty( $options['keyword-analysis-active'] ) ) {
+ add_action( 'restrict_manage_posts', array( $this, 'posts_filter_dropdown' ) );
+ }
+
+ add_filter( 'request', array( $this, 'column_sort_orderby' ) );
+ }
+
+ /**
+ * Adds the column headings for the SEO plugin for edit posts / pages overview
+ *
+ * @param array $columns Already existing columns.
+ *
+ * @return array
+ */
+ public function column_heading( $columns ) {
+ if ( $this->is_metabox_hidden() === true ) {
+ return $columns;
+ }
+
+ $added_columns = array();
+
+ if ( $this->analysis_seo->is_enabled() ) {
+ $added_columns['wpseo-score'] = __( 'SEO', 'wordpress-seo' );
+ }
+ if ( $this->analysis_readability->is_enabled() ) {
+ $added_columns['wpseo-score-readability'] = __( 'Readability', 'wordpress-seo' );
+ }
+ $added_columns['wpseo-title'] = __( 'SEO Title', 'wordpress-seo' );
+ $added_columns['wpseo-metadesc'] = __( 'Meta Desc.', 'wordpress-seo' );
+
+ if ( $this->analysis_seo->is_enabled() ) {
+ $added_columns['wpseo-focuskw'] = __( 'Focus KW', 'wordpress-seo' );
+ }
+
+ return array_merge( $columns, $added_columns );
+ }
+
+ /**
+ * Display the column content for the given column
+ *
+ * @param string $column_name Column to display the content for.
+ * @param int $post_id Post to display the column content for.
+ */
+ public function column_content( $column_name, $post_id ) {
+ if ( $this->is_metabox_hidden() === true ) {
+ return;
+ }
+
+ switch ( $column_name ) {
+ case 'wpseo-score' :
+ echo $this->parse_column_score( $post_id );
+ break;
+ case 'wpseo-score-readability':
+ echo $this->parse_column_score_readability( $post_id );
+ break;
+ case 'wpseo-title' :
+ echo esc_html( apply_filters( 'wpseo_title', wpseo_replace_vars( $this->page_title( $post_id ), get_post( $post_id, ARRAY_A ) ) ) );
+ break;
+ case 'wpseo-metadesc' :
+ $metadesc_val = apply_filters( 'wpseo_metadesc', wpseo_replace_vars( WPSEO_Meta::get_value( 'metadesc', $post_id ), get_post( $post_id, ARRAY_A ) ) );
+ $metadesc = ( '' === $metadesc_val ) ? '— ' . __( 'Meta description not set.', 'wordpress-seo' ) . ' ' : esc_html( $metadesc_val );
+ echo $metadesc;
+ break;
+ case 'wpseo-focuskw' :
+ $focuskw_val = WPSEO_Meta::get_value( 'focuskw', $post_id );
+ $focuskw = ( '' === $focuskw_val ) ? '— ' . __( 'Focus keyword not set.', 'wordpress-seo' ) . ' ' : esc_html( $focuskw_val );
+ echo $focuskw;
+ break;
+ }
+ }
+
+ /**
+ * Indicate which of the SEO columns are sortable.
+ *
+ * @param array $columns appended with their orderby variable.
+ *
+ * @return array
+ */
+ public function column_sort( $columns ) {
+ if ( $this->is_metabox_hidden() === true ) {
+ return $columns;
+ }
+
+ $columns['wpseo-metadesc'] = 'wpseo-metadesc';
+
+ if ( $this->analysis_seo->is_enabled() ) {
+ $columns['wpseo-focuskw'] = 'wpseo-focuskw';
+ }
+
+ return $columns;
+ }
+
+ /**
+ * Hide the SEO Title, Meta Desc and Focus KW columns if the user hasn't chosen which columns to hide
+ *
+ * @param array|false $result The hidden columns.
+ * @param string $option The option name used to set which columns should be hidden.
+ * @param WP_User $user The User.
+ *
+ * @return array|false $result
+ */
+ public function column_hidden( $result, $option, $user ) {
+ global $wpdb;
+
+ $prefix = $wpdb->get_blog_prefix();
+ if ( ! $user->has_prop( $prefix . $option ) && ! $user->has_prop( $option ) ) {
+
+ if ( ! is_array( $result ) ) {
+ $result = array();
+ }
+
+ array_push( $result, 'wpseo-title', 'wpseo-metadesc' );
+
+ if ( $this->analysis_seo->is_enabled() ) {
+ array_push( $result, 'wpseo-focuskw' );
+ }
+ }
+
+ return $result;
+ }
+
+ /**
+ * Adds a dropdown that allows filtering on the posts SEO Quality.
+ *
+ * @return void
+ */
+ public function posts_filter_dropdown() {
+ if ( $GLOBALS['pagenow'] === 'upload.php' || $this->is_metabox_hidden() === true ) {
+ return;
+ }
+
+ $ranks = WPSEO_Rank::get_all_ranks();
+ $current_seo_filter = filter_input( INPUT_GET, 'seo_filter' );
+
+ echo '
+ ' . __( 'Filter by SEO Score', 'wordpress-seo' ) . '
+
+ ', __( 'All SEO Scores', 'wordpress-seo' ), ' ';
+ foreach ( $ranks as $rank ) {
+ $sel = selected( $current_seo_filter, $rank->get_rank(), false );
+ echo '
+ get_rank(), '">', $rank->get_drop_down_label(), ' ';
+ }
+ echo '
+ ';
+ }
+
+ /**
+ * Modify the query based on the seo_filter variable in $_GET
+ *
+ * @param array $vars Query variables.
+ *
+ * @return array
+ */
+ public function column_sort_orderby( $vars ) {
+ if ( $seo_filter = filter_input( INPUT_GET, 'seo_filter' ) ) {
+ $rank = new WPSEO_Rank( $seo_filter );
+
+ if ( WPSEO_Rank::NO_FOCUS === $seo_filter || WPSEO_Rank::NO_INDEX === $seo_filter ) {
+ $vars = $this->filter_other( $vars, $seo_filter );
+ }
+ else {
+ $vars = array_merge( $vars, $this->filter_scored( $rank->get_starting_score(), $rank->get_end_score() ) );
+ }
+ }
+
+ if ( $seo_kw_filter = filter_input( INPUT_GET, 'seo_kw_filter' ) ) {
+ $vars = array_merge(
+ $vars, array(
+ 'post_type' => get_query_var( 'post_type', 'post' ),
+ 'meta_key' => WPSEO_Meta::$meta_prefix . 'focuskw',
+ 'meta_value' => sanitize_text_field( $seo_kw_filter ),
+ )
+ );
+ }
+
+ if ( isset( $vars['orderby'] ) ) {
+ $vars = array_merge( $vars, $this->filter_order_by( $vars['orderby'] ) );
+ }
+
+ return $vars;
+ }
+
+ /**
+ * When there is a score just return this meta query array
+ *
+ * @param string $low The lowest number in the score range.
+ * @param string $high The highest number in the score range.
+ *
+ * @return array
+ */
+ private function filter_scored( $low, $high ) {
+ /**
+ * @internal DON'T touch the order of these without double-checking/adjusting the seo_score_posts_where() method below!
+ */
+ return array(
+ 'meta_query' => array(
+ 'relation' => 'AND',
+ array(
+ 'key' => WPSEO_Meta::$meta_prefix . 'linkdex',
+ 'value' => array( $low, $high ),
+ 'type' => 'numeric',
+ 'compare' => 'BETWEEN',
+ ),
+ array(
+ 'relation' => 'OR',
+ array(
+ 'key' => WPSEO_Meta::$meta_prefix . 'meta-robots-noindex',
+ 'compare' => 'NOT EXISTS',
+ ),
+ array(
+ 'key' => WPSEO_Meta::$meta_prefix . 'meta-robots-noindex',
+ 'value' => '1',
+ 'compare' => '!=',
+ ),
+ ),
+ ),
+ );
+ }
+
+ /**
+ * Get vars for noindex or na filters
+ *
+ * @param array $vars The unmerged vars.
+ * @param string $seo_filter The SEO filter.
+ *
+ * @return array
+ */
+ private function filter_other( $vars, $seo_filter ) {
+ switch ( $seo_filter ) {
+ case 'noindex':
+ $vars = array_merge(
+ $vars,
+ array(
+ 'meta_query' => array(
+ array(
+ 'key' => WPSEO_Meta::$meta_prefix . 'meta-robots-noindex',
+ 'value' => '1',
+ 'compare' => '=',
+ ),
+ ),
+ )
+ );
+ break;
+ case 'na':
+ $vars = array_merge(
+ $vars,
+ array(
+ 'meta_query' => array(
+ 'relation' => 'AND',
+ array(
+ 'key' => WPSEO_Meta::$meta_prefix . 'meta-robots-noindex',
+ 'value' => 'needs-a-value-anyway',
+ 'compare' => 'NOT EXISTS',
+ ),
+ array(
+ 'key' => WPSEO_Meta::$meta_prefix . 'linkdex',
+ 'value' => 'needs-a-value-anyway',
+ 'compare' => 'NOT EXISTS',
+ )
+ ),
+ )
+ );
+ break;
+ }
+
+ return $vars;
+ }
+
+ /**
+ * Returning filters when $order_by is matched in the if-statement
+ *
+ * @param string $order_by The ID of the column by which to order the posts.
+ *
+ * @return array
+ */
+ private function filter_order_by( $order_by ) {
+ switch ( $order_by ) {
+ case 'wpseo-metadesc' :
+ return array(
+ 'meta_key' => WPSEO_Meta::$meta_prefix . 'metadesc',
+ 'orderby' => 'meta_value',
+ );
+ break;
+ case 'wpseo-focuskw' :
+ return array(
+ 'meta_key' => WPSEO_Meta::$meta_prefix . 'focuskw',
+ 'orderby' => 'meta_value',
+ );
+ break;
+ }
+
+ return array();
+ }
+
+ /**
+ * Parsing the score column
+ *
+ * @param integer $post_id The ID of the post for which to show the score.
+ *
+ * @return string The HTML for the SEO score indicator.
+ */
+ private function parse_column_score( $post_id ) {
+ if ( '1' === WPSEO_Meta::get_value( 'meta-robots-noindex', $post_id ) ) {
+ $rank = new WPSEO_Rank( WPSEO_Rank::NO_INDEX );
+ $title = __( 'Post is set to noindex.', 'wordpress-seo' );
+ WPSEO_Meta::set_value( 'linkdex', 0, $post_id );
+ }
+ elseif ( '' === WPSEO_Meta::get_value( 'focuskw', $post_id ) ) {
+ $rank = new WPSEO_Rank( WPSEO_Rank::NO_FOCUS );
+ $title = __( 'Focus keyword not set.', 'wordpress-seo' );
+ }
+ else {
+ $score = (int) WPSEO_Meta::get_value( 'linkdex', $post_id );
+ $rank = WPSEO_Rank::from_numeric_score( $score );
+ $title = $rank->get_label();
+ }
+
+ return $this->render_score_indicator( $rank, $title );
+ }
+
+ /**
+ * Parsing the readability score column.
+ *
+ * @param int $post_id The ID of the post for which to show the readability score.
+ *
+ * @return string The HTML for the readability score indicator.
+ */
+ private function parse_column_score_readability( $post_id ) {
+ $score = (int) WPSEO_Meta::get_value( 'content_score', $post_id );
+ $rank = WPSEO_Rank::from_numeric_score( $score );
+
+ return $this->render_score_indicator( $rank );
+ }
+
+ /**
+ * Setting the hooks for the post_types
+ */
+ private function set_post_type_hooks() {
+ $post_types = get_post_types( array( 'public' => true ), 'names' );
+
+ if ( is_array( $post_types ) && $post_types !== array() ) {
+ foreach ( $post_types as $pt ) {
+ if ( $this->is_metabox_hidden( $pt ) === false ) {
+ add_filter( 'manage_' . $pt . '_posts_columns', array( $this, 'column_heading' ), 10, 1 );
+ add_action( 'manage_' . $pt . '_posts_custom_column', array(
+ $this,
+ 'column_content',
+ ), 10, 2 );
+ add_action( 'manage_edit-' . $pt . '_sortable_columns', array(
+ $this,
+ 'column_sort',
+ ), 10, 2 );
+
+ /*
+ * Use the `get_user_option_{$option}` filter to change the output of the get_user_option
+ * function for the `manage{$screen}columnshidden` option, which is based on the current
+ * admin screen. The admin screen we want to target is the `edit-{$post_type}` screen.
+ */
+ $filter = sprintf( 'get_user_option_%s', sprintf( 'manage%scolumnshidden', 'edit-' . $pt ) );
+ add_filter( $filter, array( $this, 'column_hidden' ), 10, 3 );
+ }
+ }
+ unset( $pt );
+ }
+ }
+
+ /**
+ * Test whether the metabox should be hidden either by choice of the admin or because
+ * the post type is not a public post type
+ *
+ * @since 1.5.0
+ *
+ * @param string $post_type (optional) The post type to test, defaults to the current post post_type.
+ *
+ * @return bool Whether or not the meta box (and associated columns etc) should be hidden
+ */
+ private function is_metabox_hidden( $post_type = null ) {
+ if ( ! isset( $post_type ) && $get_post_type = filter_input( INPUT_GET, 'post_type' ) ) {
+ $post_type = sanitize_text_field( $get_post_type );
+ }
+
+ if ( isset( $post_type ) ) {
+ // Don't make static as post_types may still be added during the run.
+ $cpts = get_post_types( array( 'public' => true ), 'names' );
+ $options = get_option( 'wpseo_titles' );
+
+ return ( ( isset( $options[ 'hideeditbox-' . $post_type ] ) && $options[ 'hideeditbox-' . $post_type ] === true ) || in_array( $post_type, $cpts ) === false );
+ }
+
+ return false;
+ }
+
+ /**
+ * Retrieve the page title.
+ *
+ * @param int $post_id Post to retrieve the title for.
+ *
+ * @return string
+ */
+ private function page_title( $post_id ) {
+ $fixed_title = WPSEO_Meta::get_value( 'title', $post_id );
+ if ( $fixed_title !== '' ) {
+ return $fixed_title;
+ }
+
+ $post = get_post( $post_id );
+ $options = WPSEO_Options::get_option( 'wpseo_titles' );
+ if ( is_object( $post ) && ( isset( $options[ 'title-' . $post->post_type ] ) && $options[ 'title-' . $post->post_type ] !== '' ) ) {
+ $title_template = $options[ 'title-' . $post->post_type ];
+ $title_template = str_replace( ' %%page%% ', ' ', $title_template );
+
+ return wpseo_replace_vars( $title_template, $post );
+ }
+
+ return wpseo_replace_vars( '%%title%%', $post );
+ }
+
+ /**
+ * @param WPSEO_Rank $rank The rank this indicator should have.
+ * @param string $title Optional. The title for this rank, defaults to the title of the rank.
+ *
+ * @return string The HTML for a score indicator.
+ */
+ private function render_score_indicator( $rank, $title = '' ) {
+ if ( empty( $title ) ) {
+ $title = $rank->get_label();
+ }
+
+ return '
' . $title . ' ';
+ }
+
+ /**
+ * Hacky way to get round the limitation that you can only have AND *or* OR relationship between
+ * meta key clauses and not a combination - which is what we need.
+ *
+ * @deprecated 3.5 Unnecessary with nested meta queries in core.
+ *
+ * @param string $where Where clause.
+ *
+ * @return string
+ */
+ public function seo_score_posts_where( $where ) {
+
+ _deprecated_function( 'WPSEO_Metabox_Columns::seo_score_posts_where', '3.5' );
+
+ global $wpdb;
+
+ /* Find the two mutually exclusive noindex clauses which should be changed from AND to OR relation */
+ $find = '`([\s]+AND[\s]+)((?:' . $wpdb->prefix . 'postmeta|mt[0-9]|mt1)\.post_id IS NULL[\s]+)AND([\s]+\([\s]*(?:' . $wpdb->prefix . 'postmeta|mt[0-9])\.meta_key = \'' . WPSEO_Meta::$meta_prefix . 'meta-robots-noindex\' AND CAST\([^\)]+\)[^\)]+\))`';
+
+ $replace = '$1( $2OR$3 )';
+
+ $new_where = preg_replace( $find, $replace, $where );
+
+ if ( $new_where ) {
+ return $new_where;
+ }
+ return $where;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-option-tab.php b/wp-content/plugins/wordpress-seo/admin/class-option-tab.php
new file mode 100644
index 0000000..10fe2d2
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-option-tab.php
@@ -0,0 +1,80 @@
+name = sanitize_title( $name );
+ $this->label = $label;
+ $this->arguments = (array) $arguments;
+ }
+
+ /**
+ * Get the name
+ *
+ * @return string
+ */
+ public function get_name() {
+ return $this->name;
+ }
+
+ /**
+ * Get the label
+ *
+ * @return string
+ */
+ public function get_label() {
+ return $this->label;
+ }
+
+ /**
+ * Get the video URL
+ *
+ * @return string
+ */
+ public function get_video_url() {
+ return $this->get_argument( 'video_url' );
+ }
+
+ /**
+ * Get the option group
+ *
+ * @return string
+ */
+ public function get_opt_group() {
+ return $this->get_argument( 'opt_group' );
+ }
+
+ /**
+ * Get the variable from the supplied arguments
+ *
+ * @param string $variable Variable to retrieve.
+ * @param string $default Default to use when variable not found.
+ *
+ * @return mixed|string
+ */
+ protected function get_argument( $variable, $default = '' ) {
+ return ! empty( $this->arguments[ $variable ] ) ? $this->arguments[ $variable ] : $default;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php b/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php
new file mode 100644
index 0000000..7377b80
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php
@@ -0,0 +1,53 @@
+get_base() . '/' . $tab->get_name() . '.php';
+ }
+
+ /**
+ * @param WPSEO_Option_Tabs $option_tabs Option Tabs to get tabs from.
+ * @param Yoast_Form $yform Yoast Form which is being used in the views.
+ * @param array $options Options which are being used in the views.
+ */
+ public function run( WPSEO_Option_Tabs $option_tabs, Yoast_Form $yform, $options = array() ) {
+
+ echo '';
+ foreach ( $option_tabs->get_tabs() as $tab ) {
+ printf( '%2$s ', $tab->get_name(), $tab->get_label() );
+ }
+ echo ' ';
+
+ foreach ( $option_tabs->get_tabs() as $tab ) {
+ // Prepare the help center for each tab.
+ $help_center = new WPSEO_Help_Center( $option_tabs->get_base(), $tab );
+
+ $identifier = $tab->get_name();
+ printf( '', $identifier );
+
+ // Output the help center.
+ $help_center->output_help_center();
+
+ // Output the settings view for all tabs.
+ $tab_view = $this->get_tab_view( $option_tabs, $tab );
+ if ( is_file( $tab_view ) ) {
+ require_once $tab_view;
+ }
+
+ echo '
';
+ }
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php b/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php
new file mode 100644
index 0000000..2d5bd54
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php
@@ -0,0 +1,106 @@
+base = sanitize_title( $base );
+
+ $tab = filter_input( INPUT_GET, 'tab' );
+ $this->active_tab = empty( $tab ) ? $active_tab : $tab;
+ }
+
+ /**
+ * Get the base
+ *
+ * @return string
+ */
+ public function get_base() {
+ return $this->base;
+ }
+
+ /**
+ * Add a tab
+ *
+ * @param WPSEO_Option_Tab $tab Tab to add.
+ *
+ * @return $this
+ */
+ public function add_tab( WPSEO_Option_Tab $tab ) {
+ $this->tabs[] = $tab;
+
+ return $this;
+ }
+
+ /**
+ * Get active tab
+ *
+ * @return null|WPSEO_Option_Tab Get the active tab.
+ */
+ public function get_active_tab() {
+ if ( empty( $this->active_tab ) ) {
+ return null;
+ }
+
+ $active_tabs = array_filter( $this->tabs, array( $this, 'is_active_tab' ) );
+ if ( ! empty( $active_tabs ) ) {
+ $active_tabs = array_values( $active_tabs );
+ if ( count( $active_tabs ) === 1 ) {
+ return $active_tabs[0];
+ }
+ }
+
+ return null;
+ }
+
+ /**
+ * Is the tab the active tab
+ *
+ * @param WPSEO_Option_Tab $tab Tab to check for active tab.
+ *
+ * @return bool
+ */
+ public function is_active_tab( WPSEO_Option_Tab $tab ) {
+ return ( $tab->get_name() === $this->active_tab );
+ }
+
+ /**
+ * Get all tabs
+ *
+ * @return WPSEO_Option_Tab[]
+ */
+ public function get_tabs() {
+ return $this->tabs;
+ }
+
+ /**
+ * Display the tabs
+ *
+ * @param Yoast_Form $yform Yoast Form needed in the views.
+ * @param array $options Options needed in the views.
+ */
+ public function display( Yoast_Form $yform, $options = array() ) {
+ $formatter = new WPSEO_Option_Tabs_Formatter();
+ $formatter->run( $this, $yform, $options );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php b/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php
new file mode 100644
index 0000000..7a04b59
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php
@@ -0,0 +1,241 @@
+register_yoast_plugins();
+ $this->register_yoast_plugins_status();
+ }
+
+ /**
+ * Registers all the available Yoast SEO plugins.
+ */
+ protected function register_yoast_plugins() {
+ $this->plugins = array(
+ 'yoast-seo-premium' => array(
+ 'url' => 'https://yoast.com/wordpress/plugins/seo-premium/',
+ 'title' => 'Yoast SEO Premium',
+ /* translators: %1$s expands to Yoast SEO */
+ 'description' => sprintf( __( 'The premium version of %1$s with more features & support.', 'wordpress-seo' ), 'Yoast SEO' ),
+ 'installed' => false,
+ 'slug' => 'wordpress-seo-premium/wp-seo-premium.php',
+ ),
+
+ 'video-seo-for-wordpress-seo-by-yoast' => array(
+ 'url' => 'https://yoast.com/wordpress/plugins/video-seo/',
+ 'title' => 'Video SEO',
+ 'description' => __( 'Optimize your videos to show them off in search results and get more clicks!', 'wordpress-seo' ),
+ 'installed' => false,
+ 'slug' => 'wpseo-video/video-seo.php',
+ ),
+
+ 'yoast-news-seo' => array(
+ 'url' => 'https://yoast.com/wordpress/plugins/news-seo/',
+ 'title' => 'News SEO',
+ 'description' => __( 'Are you in Google News? Increase your traffic from Google News by optimizing for it!', 'wordpress-seo' ),
+ 'installed' => false,
+ 'slug' => 'wpseo-news/wpseo-news.php',
+ ),
+
+ 'local-seo-for-yoast-seo' => array(
+ 'url' => 'https://yoast.com/wordpress/plugins/local-seo/',
+ 'title' => 'Local SEO',
+ 'description' => __( 'Rank better locally and in Google Maps, without breaking a sweat!', 'wordpress-seo' ),
+ 'installed' => false,
+ 'slug' => 'wordpress-seo-local/local-seo.php',
+ ),
+
+ 'yoast-woocommerce-seo' => array(
+ 'url' => 'https://yoast.com/wordpress/plugins/yoast-woocommerce-seo/',
+ 'title' => 'Yoast WooCommerce SEO',
+ /* translators: %1$s expands to Yoast SEO */
+ 'description' => sprintf( __( 'Seamlessly integrate WooCommerce with %1$s and get extra features!', 'wordpress-seo' ), 'Yoast SEO' ),
+ 'installed' => false,
+ 'slug' => 'wpseo-woocommerce/wpseo-woocommerce.php',
+ ),
+ );
+ }
+
+ /**
+ * Sets certain plugin properties based on WordPress' status.
+ */
+ protected function register_yoast_plugins_status() {
+
+ foreach ( $this->plugins as $name => $plugin ) {
+
+ $plugin_slug = $plugin['slug'];
+ $plugin_path = WP_PLUGIN_DIR . '/' . $plugin_slug;
+
+ if ( file_exists( $plugin_path ) ) {
+ $plugin_data = get_plugin_data( $plugin_path, false, false );
+ $this->plugins[ $name ]['installed'] = true;
+ $this->plugins[ $name ]['version'] = $plugin_data['Version'];
+ $this->plugins[ $name ]['active'] = is_plugin_active( $plugin_slug );
+ }
+ }
+ }
+
+ /**
+ * Checks whether or not a plugin is known within the Yoast SEO collection.
+ *
+ * @param {string} $plugin The plugin to search for.
+ *
+ * @return bool Whether or not the plugin is exists.
+ */
+ protected function plugin_exists( $plugin ) {
+ return isset( $this->plugins[ $plugin ] );
+ }
+
+ /**
+ * Gets all the possibly available plugins.
+ *
+ * @return array Array containing the information about the plugins.
+ */
+ public function get_plugins() {
+ return $this->plugins;
+ }
+
+ /**
+ * Gets a specific plugin. Returns an empty array if it cannot be found.
+ *
+ * @param {string} $plugin The plugin to search for.
+ *
+ * @return array The plugin properties.
+ */
+ public function get_plugin( $plugin ) {
+ if ( ! $this->plugin_exists( $plugin ) ) {
+ return array();
+ }
+
+ return $this->plugins[ $plugin ];
+ }
+
+ /**
+ * Gets the version of the plugin.
+ *
+ * @param {string} $plugin The plugin to search for.
+ *
+ * @return string The version associated with the plugin.
+ */
+ public function get_version( $plugin ) {
+ if ( ! isset( $plugin['version'] ) ) {
+ return '';
+ }
+
+ return $plugin['version'];
+ }
+
+ /**
+ * Checks if there are dependencies available for the plugin.
+ *
+ * @param {string} $plugin The plugin to search for.
+ *
+ * @return bool Whether or not there is a dependency present.
+ */
+ public function has_dependencies( $plugin ) {
+ return ( isset( $plugin['_dependencies'] ) && ! empty( $plugin['_dependencies'] ) );
+ }
+
+ /**
+ * Gets the dependencies for the plugin.
+ *
+ * @param {string} $plugin The plugin to search for.
+ *
+ * @return array Array containing all the dependencies associated with the plugin.
+ */
+ public function get_dependencies( $plugin ) {
+ if ( ! $this->has_dependencies( $plugin ) ) {
+ return array();
+ }
+
+ return $plugin['_dependencies'];
+ }
+
+ /**
+ * Checks if all dependencies are satisfied.
+ *
+ * @param {string} $plugin The plugin to search for.
+ *
+ * @return bool Whether or not the dependencies are satisfied.
+ */
+ public function dependencies_are_satisfied( $plugin ) {
+ if ( ! $this->has_dependencies( $plugin ) ) {
+ return true;
+ }
+
+ $dependencies = $this->get_dependencies( $plugin );
+ $installed_dependencies = array_filter( $dependencies, array( $this, 'is_dependency_available' ) );
+
+ return count( $installed_dependencies ) === count( $dependencies );
+ }
+
+ /**
+ * Checks whether or not one of the plugins is properly installed and usable.
+ *
+ * @param {string} $plugin The plugin to search for.
+ *
+ * @return bool Whether or not the plugin is properly installed.
+ */
+ public function is_installed( $plugin ) {
+ if ( empty( $plugin ) ) {
+ return false;
+ }
+
+ $dependencies_are_satisfied = $this->dependencies_are_satisfied( $plugin );
+
+ return $dependencies_are_satisfied && $this->is_available( $plugin );
+ }
+
+ /**
+ * Gets all installed plugins.
+ *
+ * @return array
+ */
+ public function get_installed_plugins() {
+ $installed = array();
+
+ foreach ( $this->plugins as $pluginKey => $plugin ) {
+ if ( $this->is_installed( $plugin ) ) {
+ $installed[ $pluginKey ] = $plugin;
+ }
+ }
+
+ return $installed;
+ }
+
+ /**
+ * Checks for the availability of the plugin.
+ *
+ * @param {string} $plugin The plugin to search for.
+ *
+ * @return bool Whether or not the plugin is available.
+ */
+ public function is_available( $plugin ) {
+ return isset( $plugin['installed'] ) && $plugin['installed'] === true;
+ }
+
+ /**
+ * Checks whether a dependency is available.
+ *
+ * @param {string} $dependency The dependency to look for.
+ *
+ * @return bool Whether or not the dependency is available.
+ */
+ public function is_dependency_available( $dependency ) {
+ return class_exists( $dependency );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-plugin-compatibility.php b/wp-content/plugins/wordpress-seo/admin/class-plugin-compatibility.php
new file mode 100644
index 0000000..9b0ee88
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-plugin-compatibility.php
@@ -0,0 +1,101 @@
+current_wpseo_version = $this->get_major_minor_version( $version );
+ $this->availability_checker = $this->retrieve_availability_checker( $availability_checker );
+ $this->installed_plugins = $this->availability_checker->get_installed_plugins();
+ }
+
+ /**
+ * Retrieves the availability checker.
+ *
+ * @param null|object $checker The checker to set.
+ *
+ * @return WPSEO_Plugin_Availability The checker to use.
+ */
+ private function retrieve_availability_checker( $checker ) {
+ if ( is_null( $checker ) || ! is_object( $checker ) ) {
+ return new WPSEO_Plugin_Availability();
+ }
+
+ return $checker;
+ }
+
+ /**
+ * Wraps the availability checker's get_installed_plugins method.
+ *
+ * @return array Array containing all the installed plugins.
+ */
+ public function get_installed_plugins() {
+ return $this->installed_plugins;
+ }
+
+ /**
+ * Creates a list of installed plugins and whether or not they are compatible.
+ *
+ * @return array Array containing the installed plugins and compatibility.
+ */
+ public function get_installed_plugins_compatibility() {
+ foreach ( $this->installed_plugins as $key => $plugin ) {
+
+ $this->installed_plugins[ $key ]['compatible'] = $this->is_compatible( $key );
+ }
+
+ return $this->installed_plugins;
+ }
+
+ /**
+ * Checks whether or not a plugin is compatible.
+ *
+ * @param string $plugin The plugin to look for and match.
+ *
+ * @return bool Whether or not the plugin is compatible.
+ */
+ public function is_compatible( $plugin ) {
+ $plugin = $this->availability_checker->get_plugin( $plugin );
+ $plugin_version = $this->availability_checker->get_version( $plugin );
+
+ return $this->get_major_minor_version( $plugin_version ) === $this->current_wpseo_version;
+ }
+
+ /**
+ * Gets the major/minor version of the plugin for easier comparing.
+ *
+ * @param string $version The version to trim.
+ *
+ * @return string The major/minor version of the plugin.
+ */
+ protected function get_major_minor_version( $version ) {
+ return substr( $version, 0, 3 );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php b/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php
new file mode 100644
index 0000000..bb0b751
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php
@@ -0,0 +1,155 @@
+ array(
+ '2-click-socialmedia-buttons/2-click-socialmedia-buttons.php',
+ // 2 Click Social Media Buttons.
+ 'add-link-to-facebook/add-link-to-facebook.php', // Add Link to Facebook.
+ 'add-meta-tags/add-meta-tags.php', // Add Meta Tags.
+ 'easy-facebook-share-thumbnails/esft.php', // Easy Facebook Share Thumbnail.
+ 'facebook/facebook.php', // Facebook (official plugin).
+ 'facebook-awd/AWD_facebook.php', // Facebook AWD All in one.
+ 'facebook-featured-image-and-open-graph-meta-tags/fb-featured-image.php',
+ // Facebook Featured Image & OG Meta Tags.
+ 'facebook-meta-tags/facebook-metatags.php', // Facebook Meta Tags.
+ 'wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php',
+ // Facebook Open Graph Meta Tags for WordPress.
+ 'facebook-revised-open-graph-meta-tag/index.php', // Facebook Revised Open Graph Meta Tag.
+ 'facebook-thumb-fixer/_facebook-thumb-fixer.php', // Facebook Thumb Fixer.
+ 'facebook-and-digg-thumbnail-generator/facebook-and-digg-thumbnail-generator.php',
+ // Fedmich's Facebook Open Graph Meta.
+ 'header-footer/plugin.php', // Header and Footer.
+ 'network-publisher/networkpub.php', // Network Publisher.
+ 'nextgen-facebook/nextgen-facebook.php', // NextGEN Facebook OG.
+ 'opengraph/opengraph.php', // Open Graph.
+ 'open-graph-protocol-framework/open-graph-protocol-framework.php',
+ // Open Graph Protocol Framework.
+ 'seo-facebook-comments/seofacebook.php', // SEO Facebook Comments.
+ 'seo-ultimate/seo-ultimate.php', // SEO Ultimate.
+ 'sexybookmarks/sexy-bookmarks.php', // Shareaholic.
+ 'shareaholic/sexy-bookmarks.php', // Shareaholic.
+ 'sharepress/sharepress.php', // SharePress.
+ 'simple-facebook-connect/sfc.php', // Simple Facebook Connect.
+ 'social-discussions/social-discussions.php', // Social Discussions.
+ 'social-sharing-toolkit/social_sharing_toolkit.php', // Social Sharing Toolkit.
+ 'socialize/socialize.php', // Socialize.
+ 'only-tweet-like-share-and-google-1/tweet-like-plusone.php',
+ // Tweet, Like, Google +1 and Share.
+ 'wordbooker/wordbooker.php', // Wordbooker.
+ 'wpsso/wpsso.php', // WordPress Social Sharing Optimization.
+ 'wp-caregiver/wp-caregiver.php', // WP Caregiver.
+ 'wp-facebook-like-send-open-graph-meta/wp-facebook-like-send-open-graph-meta.php',
+ // WP Facebook Like Send & Open Graph Meta.
+ 'wp-facebook-open-graph-protocol/wp-facebook-ogp.php', // WP Facebook Open Graph protocol.
+ 'wp-ogp/wp-ogp.php', // WP-OGP.
+ 'zoltonorg-social-plugin/zosp.php', // Zolton.org Social Plugin.
+ ),
+ 'xml_sitemaps' => array(
+ 'google-sitemap-plugin/google-sitemap-plugin.php',
+ // Google Sitemap (BestWebSoft).
+ 'xml-sitemaps/xml-sitemaps.php',
+ // XML Sitemaps (Denis de Bernardy and Mike Koepke).
+ 'bwp-google-xml-sitemaps/bwp-simple-gxs.php',
+ // Better WordPress Google XML Sitemaps (Khang Minh).
+ 'google-sitemap-generator/sitemap.php',
+ // Google XML Sitemaps (Arne Brachhold).
+ 'xml-sitemap-feed/xml-sitemap.php',
+ // XML Sitemap & Google News feeds (RavanH).
+ 'google-monthly-xml-sitemap/monthly-xml-sitemap.php',
+ // Google Monthly XML Sitemap (Andrea Pernici).
+ 'simple-google-sitemap-xml/simple-google-sitemap-xml.php',
+ // Simple Google Sitemap XML (iTx Technologies).
+ 'another-simple-xml-sitemap/another-simple-xml-sitemap.php',
+ // Another Simple XML Sitemap.
+ 'xml-maps/google-sitemap.php',
+ // Xml Sitemap (Jason Martens).
+ 'google-xml-sitemap-generator-by-anton-dachauer/adachauer-google-xml-sitemap.php',
+ // Google XML Sitemap Generator by Anton Dachauer (Anton Dachauer).
+ 'wp-xml-sitemap/wp-xml-sitemap.php',
+ // WP XML Sitemap (Team Vivacity).
+ 'sitemap-generator-for-webmasters/sitemap.php',
+ // Sitemap Generator for Webmasters (iwebslogtech).
+ 'xml-sitemap-xml-sitemapcouk/xmls.php',
+ // XML Sitemap - XML-Sitemap.co.uk (Simon Hancox).
+ 'sewn-in-xml-sitemap/sewn-xml-sitemap.php',
+ // Sewn In XML Sitemap (jcow).
+ 'rps-sitemap-generator/rps-sitemap-generator.php',
+ // RPS Sitemap Generator (redpixelstudios).
+ ),
+ );
+
+ /**
+ * Overrides instance to set with this class as class
+ *
+ * @param string $class_name Optional class name.
+ *
+ * @return Yoast_Plugin_Conflict
+ */
+ public static function get_instance( $class_name = __CLASS__ ) {
+ return parent::get_instance( $class_name );
+ }
+
+ /**
+ * After activating any plugin, this method will be executed by a hook.
+ *
+ * If the activated plugin is conflicting with ours a notice will be shown.
+ *
+ * @param string|bool $plugin Optional plugin basename to check.
+ */
+ public static function hook_check_for_plugin_conflicts( $plugin = false ) {
+
+ // The instance of itself.
+ $instance = self::get_instance();
+
+ // Only add plugin as active plugin if $plugin isn't false.
+ if ( $plugin && is_string( $plugin ) ) {
+ // Because it's just activated.
+ $instance->add_active_plugin( $instance->find_plugin_category( $plugin ), $plugin );
+ }
+
+ $plugin_sections = array();
+
+ // Only check for open graph problems when they are enabled.
+ $social_options = WPSEO_Options::get_option( 'wpseo_social' );
+ if ( $social_options['opengraph'] ) {
+ /* translators: %1$s expands to Yoast SEO, %2%s: 'Facebook' plugin name of possibly conflicting plugin with regard to creating OpenGraph output*/
+ $plugin_sections['open_graph'] = __( 'Both %1$s and %2$s create OpenGraph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.', 'wordpress-seo' )
+ . ' '
+ . ''
+ /* translators: %1$s expands to Yoast SEO */
+ . sprintf( __( 'Configure %1$s\'s OpenGraph settings', 'wordpress-seo' ), 'Yoast SEO' )
+ . ' ';
+ }
+
+ // Only check for XML conflicts if sitemaps are enabled.
+ $xml_sitemap_options = WPSEO_Options::get_option( 'wpseo_xml' );
+ if ( $xml_sitemap_options['enablexmlsitemap'] ) {
+ /* translators: %1$s expands to Yoast SEO, %2$s: 'Google XML Sitemaps' plugin name of possibly conflicting plugin with regard to the creation of sitemaps*/
+ $plugin_sections['xml_sitemaps'] = __( 'Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines, yet might slow down your site.', 'wordpress-seo' )
+ . ' '
+ . ''
+ /* translators: %1$s expands to Yoast SEO */
+ . sprintf( __( 'Configure %1$s\'s XML Sitemap settings', 'wordpress-seo' ), 'Yoast SEO' )
+ . ' ';
+ }
+
+ $instance->check_plugin_conflicts( $plugin_sections );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php b/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php
new file mode 100644
index 0000000..302e39e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php
@@ -0,0 +1,87 @@
+identifier = $identifier;
+ $this->heading_level = $heading_level;
+ $this->title = $title;
+ $this->content = $content;
+ }
+
+ /**
+ * Returns the premium popup as an HTML string.
+ *
+ * @param bool $popup Show this message as a popup show it straight away.
+ *
+ * @return string
+ */
+ public function get_premium_message( $popup = true ) {
+ // Don't show in Premium.
+ if ( defined( 'WPSEO_PREMIUM_FILE' ) ) {
+ return '';
+ }
+
+ $assets_uri = trailingslashit( plugin_dir_url( WPSEO_FILE ) );
+ $premium_uri = 'https://yoast.com/wordpress/plugins/seo-premium/#utm_source=wordpress-seo-metabox&utm_medium=popup&utm_campaign=help-center-contact-support';
+
+ /* translators: %s expands to Yoast SEO Premium */
+ $cta_text = sprintf( __( 'Buy %s', 'wordpress-seo' ), 'Yoast SEO Premium' );
+ $classes = '';
+ if ( $popup ) {
+ $classes = ' hidden';
+ }
+
+ $popup = <<';
+ break;
+ case 'invalid_format':
+ $return = "" . __( 'Your input contains invalid characters. Please make sure both fields are filled in correctly.', 'wordpress-seo' ) . '
';
+ break;
+ case 'already_exists':
+ $return = "" . __( 'This Facebook user has already been added as an admin.', 'wordpress-seo' ) . '
';
+ break;
+ default:
+ $return = '';
+ break;
+ }
+
+ return $return;
+ }
+
+ /**
+ * This method will hook into the defined get params
+ */
+ private function get_listener() {
+ if ( $delfbadmin = filter_input( INPUT_GET, 'delfbadmin' ) ) {
+ $this->delete_admin( $delfbadmin );
+ }
+ elseif ( filter_input( INPUT_GET, 'fbclearall' ) ) {
+ $this->clear_all();
+ }
+ }
+
+ /**
+ * Deletes the admin from the options
+ *
+ * @param string $delfbadmin Facebook admin ID.
+ */
+ private function delete_admin( $delfbadmin ) {
+ $this->verify_nonce( 'delfbadmin' );
+
+ $admin_id = sanitize_text_field( $delfbadmin );
+ if ( isset( $this->options['fb_admins'][ $admin_id ] ) ) {
+ $fbadmin = $this->options['fb_admins'][ $admin_id ]['name'];
+ unset( $this->options['fb_admins'][ $admin_id ] );
+
+ $this->save_options();
+ $this->success_notice( sprintf( __( 'Successfully removed admin %s', 'wordpress-seo' ), $fbadmin ) );
+
+ unset( $fbadmin );
+ }
+
+ unset( $admin_id );
+
+ // Clean up the referrer url for later use.
+ if ( ! empty( $_SERVER['REQUEST_URI'] ) ) {
+ $this->cleanup_referrer_url( 'nonce', 'delfbadmin' );
+ }
+ }
+
+ /**
+ * Clear all the facebook that has been set already
+ */
+ private function clear_all() {
+ $this->verify_nonce( 'fbclearall' );
+
+ // Reset to defaults, don't unset as otherwise the old values will be retained.
+ $this->options['fb_admins'] = WPSEO_Options::get_default( 'wpseo_social', 'fb_admins' );
+
+ $this->save_options();
+ $this->success_notice( __( 'Successfully cleared all Facebook Data', 'wordpress-seo' ) );
+
+ // Clean up the referrer url for later use.
+ if ( ! empty( $_SERVER['REQUEST_URI'] ) ) {
+ $this->cleanup_referrer_url( 'nonce', 'fbclearall' );
+ }
+ }
+
+ /**
+ * Clean up the request_uri. The given params are the params that will be removed from the URL
+ */
+ private function cleanup_referrer_url() {
+ $_SERVER['REQUEST_URI'] = remove_query_arg(
+ func_get_args(),
+ sanitize_text_field( $_SERVER['REQUEST_URI'] )
+ );
+ }
+
+ /**
+ * When something is going well, show a success notice
+ *
+ * @param string $notice_text Message string.
+ */
+ private function success_notice( $notice_text ) {
+ add_settings_error( 'yoast_wpseo_social_options', 'success', $notice_text, 'updated' );
+ }
+
+ /**
+ * Verify the nonce from the URL with the saved nonce
+ *
+ * @param string $nonce_name Nonce name string.
+ */
+ private function verify_nonce( $nonce_name ) {
+ if ( wp_verify_nonce( filter_input( INPUT_GET, 'nonce' ), $nonce_name ) != 1 ) {
+ die( "I don't think that's really nice of you!." );
+ }
+ }
+
+ /**
+ * Saving the options
+ */
+ private function save_options() {
+ update_option( 'wpseo_social', $this->options );
+ }
+}
+
+/**
+ * This will display the HTML for the facebook insights part
+ */
+class Yoast_Social_Facebook_Form {
+
+ /**
+ * @var array - The options for social
+ */
+ private $options;
+
+ /**
+ * @var array - The repository for the buttons that will be shown
+ */
+ private $buttons = array();
+
+ /**
+ * @var string - The URL to link to
+ */
+ private $admin_url = 'admin.php?page=wpseo_social';
+
+ /**
+ * Setting the options and call the methods to display everything
+ */
+ public function __construct() {
+ $this->options = get_option( 'wpseo_social' );
+ }
+
+ /**
+ * Returns the output-property
+ */
+ public function show_form() {
+ $this
+ ->form_head()
+ ->manage_user_admin()
+ ->form_thickbox()
+ ->show_buttons()
+ ->manage_app_as_admin();
+ }
+
+ /**
+ * Parses the admin_link
+ *
+ * @param string $admin_id Facebook admin ID string.
+ * @param array $admin Admin data array.
+ * @param string|bool $nonce Optional nonce string.
+ *
+ * @return string
+ */
+ public function get_admin_link( $admin_id, $admin, $nonce = false ) {
+ if ( $nonce === false ) {
+ $nonce = $this->get_delete_nonce();
+ }
+
+ $return = '' . esc_html( $admin['name'] ) . ' ';
+ $return .= ' - X ';
+
+ return $return;
+ }
+
+ /**
+ * SHow the top of the social insights part of the page
+ *
+ * @return $this
+ */
+ private function form_head() {
+ echo '' . esc_html__( 'Facebook Insights and Admins', 'wordpress-seo' ) . ' ';
+ echo '', sprintf(
+ /* translators: %1$s and %2$s expand to a link to Facebook Insights */
+ esc_html__( 'To be able to access %1$sFacebook Insights%2$s for your site, you need to specify a Facebook Admin. This can be a user. If you have an app for your site, you could use that as well.', 'wordpress-seo' ),
+ '',
+ ' '
+ );
+ echo ' ';
+ /* translators: %1$s and %2$s expand to a link to the Yoast Knowledge Base */
+ printf( __( 'More info can be found %1$son our knowledge base%2$s.', 'wordpress-seo' ), '', ' ' );
+ echo '
';
+
+ return $this;
+ }
+
+ /**
+ * Show the form inside the thickbox
+ */
+ private function form_thickbox() {
+ // Adding the thickbox.
+ add_thickbox();
+
+ echo '';
+ echo "
";
+ echo '
';
+ /* translators: %1$s and %2$s expand to a link to Facebook Insights */
+ printf( __( 'To be able to access %1$sFacebook Insights%2$s, you need to add a user here. The name is used for reference only, the ID is used for verification.', 'wordpress-seo' ), '', ' ' );
+ echo '
';
+ echo '
';
+ /* translators: %1$s and %2$s expand to a link to the Yoast Knowledge Base */
+ printf( __( 'If you don\'t know where to find the needed ID, see %1$sthis knowledge base article%2$s.', 'wordpress-seo' ), '', ' ' );
+ echo '
';
+ echo '
';
+ echo '' . __( 'Admin\'s name:', 'wordpress-seo' ) . ' ';
+ echo ' ';
+ echo '
';
+ echo '
';
+ echo '' . __( 'Admin\'s Facebook user ID:', 'wordpress-seo' ) . ' ';
+ echo ' ';
+ echo '
';
+ echo "
";
+ echo ' ';
+ echo ' ';
+ echo '
';
+ echo '
';
+ echo '
';
+
+ return $this;
+ }
+
+ /**
+ * Display the buttons to add an admin or add another admin from Facebook and display the admin that has been added already.
+ *
+ * @return $this
+ */
+ private function manage_user_admin() {
+ $button_text = __( 'Add Facebook admin', 'wordpress-seo' );
+ $nonce = false;
+ $class_attr = ' class="hidden"';
+
+ if ( is_array( $this->options['fb_admins'] ) && $this->options['fb_admins'] !== array() ) {
+ $nonce = $this->get_delete_nonce();
+ $button_text = __( 'Add Another Facebook Admin', 'wordpress-seo' );
+ $class_attr = '';
+ }
+
+ echo "";
+ echo '
' . __( 'Currently connected Facebook admins:', 'wordpress-seo' ) . '
';
+ echo '
';
+ $this->show_user_admins( $nonce );
+ echo ' ';
+ echo '
';
+
+ unset( $nonce );
+
+ $this->add_button(
+ array(
+ 'url' => '#TB_inline?width=600&height=350&inlineId=add_facebook_admin',
+ 'value' => $button_text,
+ 'class' => 'thickbox',
+ 'title' => $button_text,
+ )
+ );
+
+ return $this;
+ }
+
+ /**
+ * Show input field to set a facebook apps as an admin
+ *
+ * @return $this
+ */
+ private function manage_app_as_admin() {
+ echo '
';
+ Yoast_Form::get_instance()->textinput( 'fbadminapp', __( 'Facebook App ID', 'wordpress-seo' ) );
+
+ return $this;
+ }
+
+ /**
+ * Loop through the fb-admins to parse the output for them
+ *
+ * @param string $nonce Nonce string.
+ */
+ private function show_user_admins( $nonce ) {
+ foreach ( $this->options['fb_admins'] as $admin_id => $admin ) {
+ echo $this->get_admin_link( $admin_id, $admin, $nonce );
+ }
+ }
+
+ /**
+ * Parsing the link that directs to the admin removal
+ *
+ * @param string $admin_id Facebook admin ID.
+ * @param string $nonce Nonce string.
+ *
+ * @return string
+ */
+ private function admin_delete_link( $admin_id, $nonce ) {
+ return esc_url(
+ add_query_arg(
+ array(
+ 'delfbadmin' => esc_attr( $admin_id ),
+ 'nonce' => $nonce,
+ ),
+ admin_url( $this->admin_url . '#top#facebook' )
+ )
+ );
+ }
+
+ /**
+ * Adding a button to the button property
+ *
+ * @param array $args Arguments data array.
+ */
+ private function add_button( $args ) {
+ $args = wp_parse_args(
+ $args,
+ array(
+ 'url' => '',
+ 'value' => '',
+ 'class' => '',
+ 'id' => '',
+ 'title' => '',
+
+ )
+ );
+
+ $this->buttons[] = '' . esc_html( $args['value'] ) . ' ';
+ }
+
+ /**
+ * Showing the buttons
+ */
+ private function show_buttons() {
+ if ( $this->get_clearall() ) {
+ $this->add_button(
+ array(
+ 'url' => add_query_arg( array(
+ 'nonce' => wp_create_nonce( 'fbclearall' ),
+ 'fbclearall' => 'true',
+ ), admin_url( $this->admin_url . '#top#facebook' ) ),
+ 'value' => __( 'Clear all Facebook Data', 'wordpress-seo' ),
+ )
+ );
+ }
+
+ if ( is_array( $this->buttons ) && $this->buttons !== array() ) {
+ echo '' . implode( '', $this->buttons ) . '
';
+ }
+
+ return $this;
+ }
+
+ /**
+ * Check if the clear button should be displayed. This is based on the set options.
+ *
+ * @return bool
+ */
+ private function get_clearall() {
+ return is_array( $this->options['fb_admins'] ) && $this->options['fb_admins'] !== array();
+ }
+
+ /**
+ * Creates nonce for removal link
+ *
+ * @return mixed
+ */
+ private function get_delete_nonce() {
+ return wp_create_nonce( 'delfbadmin' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-stop-words.php b/wp-content/plugins/wordpress-seo/admin/class-stop-words.php
new file mode 100644
index 0000000..ca0ef00
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-stop-words.php
@@ -0,0 +1,52 @@
+list_stop_words() );
+
+ // Don't change the slug if there are less than 3 words left.
+ if ( count( $new_slug_parts ) < 3 ) {
+ return $original_slug;
+ }
+
+ // Turn the sanitized array into a string.
+ $new_slug = join( '-', $new_slug_parts );
+
+ return $new_slug;
+ }
+
+ /**
+ * Returns a translated, filtered list of stop words
+ *
+ * @return array An array of stop words.
+ */
+ public function list_stop_words() {
+ /* translators: this should be an array of stop words for your language, separated by comma's. */
+ $stopwords = explode( ',', __( "a,about,above,after,again,against,all,am,an,and,any,are,as,at,be,because,been,before,being,below,between,both,but,by,could,did,do,does,doing,down,during,each,few,for,from,further,had,has,have,having,he,he'd,he'll,he's,her,here,here's,hers,herself,him,himself,his,how,how's,i,i'd,i'll,i'm,i've,if,in,into,is,it,it's,its,itself,let's,me,more,most,my,myself,nor,of,on,once,only,or,other,ought,our,ours,ourselves,out,over,own,same,she,she'd,she'll,she's,should,so,some,such,than,that,that's,the,their,theirs,them,themselves,then,there,there's,these,they,they'd,they'll,they're,they've,this,those,through,to,too,under,until,up,very,was,we,we'd,we'll,we're,we've,were,what,what's,when,when's,where,where's,which,while,who,who's,whom,why,why's,with,would,you,you'd,you'll,you're,you've,your,yours,yourself,yourselves", 'wordpress-seo' ) );
+
+ /**
+ * Allows filtering of the stop words list
+ * Especially useful for users on a language in which WPSEO is not available yet
+ * and/or users who want to turn off stop word filtering
+ *
+ * @api array $stopwords Array of all lowercase stop words to check and/or remove from slug
+ */
+ $stopwords = apply_filters( 'wpseo_stopwords', $stopwords );
+
+ return $stopwords;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-yoast-alerts.php b/wp-content/plugins/wordpress-seo/admin/class-yoast-alerts.php
new file mode 100644
index 0000000..317d466
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-yoast-alerts.php
@@ -0,0 +1,258 @@
+add_hooks();
+ }
+
+ /**
+ * Add hooks
+ */
+ private function add_hooks() {
+
+ $page = filter_input( INPUT_GET, 'page' );
+ if ( self::ADMIN_PAGE === $page ) {
+ add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_assets' ) );
+ }
+
+ // Needed for adminbar and Alerts page.
+ add_action( 'admin_init', array( __CLASS__, 'collect_alerts' ), 99 );
+
+ // Add AJAX hooks.
+ add_action( 'wp_ajax_yoast_dismiss_alert', array( $this, 'ajax_dismiss_alert' ) );
+ add_action( 'wp_ajax_yoast_restore_alert', array( $this, 'ajax_restore_alert' ) );
+ }
+
+ /**
+ * Enqueue assets
+ */
+ public function enqueue_assets() {
+
+ $asset_manager = new WPSEO_Admin_Asset_Manager();
+ $asset_manager->enqueue_style( 'alerts' );
+ }
+
+ /**
+ * Handle ajax request to dismiss an alert
+ */
+ public function ajax_dismiss_alert() {
+
+ $notification = $this->get_notification_from_ajax_request();
+ if ( $notification ) {
+ $notification_center = Yoast_Notification_Center::get();
+ $notification_center->maybe_dismiss_notification( $notification );
+
+ $this->output_ajax_response( $notification->get_type() );
+ }
+
+ wp_die();
+ }
+
+ /**
+ * Handle ajax request to restore an alert
+ */
+ public function ajax_restore_alert() {
+
+ $notification = $this->get_notification_from_ajax_request();
+ if ( $notification ) {
+ delete_user_meta( get_current_user_id(), $notification->get_dismissal_key() );
+
+ $this->output_ajax_response( $notification->get_type() );
+ }
+
+ wp_die();
+ }
+
+ /**
+ * Create AJAX response data
+ *
+ * @param string $type Alert type.
+ */
+ private function output_ajax_response( $type ) {
+
+ $html = $this->get_view_html( $type );
+ echo wp_json_encode(
+ array(
+ 'html' => $html,
+ 'total' => self::get_active_alert_count(),
+ )
+ );
+ }
+
+ /**
+ * Get the HTML to return in the AJAX request
+ *
+ * @param string $type Alert type.
+ *
+ * @return bool|string
+ */
+ private function get_view_html( $type ) {
+
+ switch ( $type ) {
+ case 'error':
+ $view = 'errors';
+ break;
+
+ case 'warning':
+ default:
+ $view = 'warnings';
+ break;
+ }
+
+ // Re-collect alerts.
+ self::collect_alerts();
+
+ /** @noinspection PhpUnusedLocalVariableInspection */
+ $alerts_data = self::get_template_variables();
+
+ ob_start();
+ include WPSEO_PATH . 'admin/views/partial-alerts-' . $view . '.php';
+ $html = ob_get_clean();
+
+ return $html;
+ }
+
+ /**
+ * Extract the Yoast Notification from the AJAX request
+ *
+ * @return null|Yoast_Notification
+ */
+ private function get_notification_from_ajax_request() {
+
+ $notification_center = Yoast_Notification_Center::get();
+ $notification_id = filter_input( INPUT_POST, 'notification' );
+
+ return $notification_center->get_notification_by_id( $notification_id );
+ }
+
+ /**
+ * Show the alerts overview page
+ */
+ public static function show_overview_page() {
+
+ /** @noinspection PhpUnusedLocalVariableInspection */
+ $alerts_data = self::get_template_variables();
+
+ include WPSEO_PATH . 'admin/views/alerts-dashboard.php';
+ }
+
+ /**
+ * Collect the alerts and group them together
+ */
+ public static function collect_alerts() {
+
+ $notification_center = Yoast_Notification_Center::get();
+
+ $notifications = $notification_center->get_sorted_notifications();
+ self::$notification_count = count( $notifications );
+
+ self::$errors = array_filter( $notifications, array( __CLASS__, 'filter_error_alerts' ) );
+ self::$dismissed_errors = array_filter( self::$errors, array( __CLASS__, 'filter_dismissed_alerts' ) );
+ self::$active_errors = array_diff( self::$errors, self::$dismissed_errors );
+
+ self::$warnings = array_filter( $notifications, array( __CLASS__, 'filter_warning_alerts' ) );
+ self::$dismissed_warnings = array_filter( self::$warnings, array( __CLASS__, 'filter_dismissed_alerts' ) );
+ self::$active_warnings = array_diff( self::$warnings, self::$dismissed_warnings );
+ }
+
+ /**
+ * Get the variables needed in the views
+ *
+ * @return array
+ */
+ public static function get_template_variables() {
+
+ return array(
+ 'metrics' => array(
+ 'total' => self::$notification_count,
+ 'active' => self::get_active_alert_count(),
+ 'errors' => count( self::$errors ),
+ 'warnings' => count( self::$warnings ),
+ ),
+ 'errors' => array(
+ 'dismissed' => self::$dismissed_errors,
+ 'active' => self::$active_errors,
+ ),
+ 'warnings' => array(
+ 'dismissed' => self::$dismissed_warnings,
+ 'active' => self::$active_warnings,
+ ),
+ );
+ }
+
+ /**
+ * Get the number of active alerts
+ *
+ * @return int
+ */
+ public static function get_active_alert_count() {
+
+ return ( count( self::$active_errors ) + count( self::$active_warnings ) );
+ }
+
+ /**
+ * Filter out any non-errors
+ *
+ * @param Yoast_Notification $notification Notification to test.
+ *
+ * @return bool
+ */
+ private static function filter_error_alerts( Yoast_Notification $notification ) {
+
+ return $notification->get_type() === 'error';
+ }
+
+ /**
+ * Filter out any non-warnings
+ *
+ * @param Yoast_Notification $notification Notification to test.
+ *
+ * @return bool
+ */
+ private static function filter_warning_alerts( Yoast_Notification $notification ) {
+
+ return $notification->get_type() !== 'error';
+ }
+
+ /**
+ * Filter out any dismissed notifications
+ *
+ * @param Yoast_Notification $notification Notification to test.
+ *
+ * @return bool
+ */
+ private static function filter_dismissed_alerts( Yoast_Notification $notification ) {
+
+ return Yoast_Notification_Center::is_notification_dismissed( $notification );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php b/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php
new file mode 100644
index 0000000..a65eaf2
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php
@@ -0,0 +1,204 @@
+statistics = $statistics;
+
+ add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_dashboard_stylesheet' ) );
+ add_action( 'wp_insert_post', array( $this, 'clear_cache' ) );
+ add_action( 'delete_post', array( $this, 'clear_cache' ) );
+
+ if ( $this->show_widget() ) {
+ add_action( 'wp_dashboard_setup', array( $this, 'add_dashboard_widget' ) );
+ }
+ }
+
+ /**
+ * Adds dashboard widget to WordPress
+ */
+ public function add_dashboard_widget() {
+ add_filter( 'postbox_classes_dashboard_wpseo-dashboard-overview', array( $this, 'wpseo_dashboard_overview_class' ) );
+ wp_add_dashboard_widget(
+ 'wpseo-dashboard-overview',
+ /* translators: %s is the plugin name */
+ sprintf( __( '%s Posts Overview', 'wordpress-seo' ), 'Yoast SEO' ),
+ array( $this, 'display_dashboard_widget' )
+ );
+ }
+
+ /**
+ * Adds CSS classes to the dashboard widget.
+ *
+ * @param array $classes An array of postbox CSS classes.
+ *
+ * @return array
+ */
+ public function wpseo_dashboard_overview_class( $classes ) {
+ $classes[] = 'yoast wpseo-dashboard-overview';
+ return $classes;
+ }
+
+ /**
+ * Display the dashboard widget
+ */
+ public function display_dashboard_widget() {
+ $statistics = $this->statistic_items();
+
+ $onpage_option = new WPSEO_OnPage_Option();
+ $onpage = false;
+ if ( $onpage_option->is_enabled() ) {
+ $onpage = array(
+ 'indexable' => $onpage_option->get_status(),
+ 'can_fetch' => $onpage_option->should_be_fetched(),
+ );
+ }
+
+ include WPSEO_PATH . '/admin/views/dashboard-widget.php';
+ }
+
+ /**
+ * Enqueue's stylesheet for the dashboard if the current page is the dashboard
+ */
+ public function enqueue_dashboard_stylesheet() {
+ $current_screen = get_current_screen();
+
+ if ( $current_screen instanceof WP_Screen && 'dashboard' === $current_screen->id ) {
+ $asset_manager = new WPSEO_Admin_Asset_Manager();
+ $asset_manager->enqueue_style( 'wp-dashboard' );
+ }
+ }
+
+ /**
+ * Clears the dashboard widget items cache
+ */
+ public function clear_cache() {
+ delete_transient( self::CACHE_TRANSIENT_KEY );
+ }
+
+ /**
+ * An array representing items to be added to the At a Glance dashboard widget
+ *
+ * @return array
+ */
+ private function statistic_items() {
+ $transient = get_transient( self::CACHE_TRANSIENT_KEY );
+ $user_id = get_current_user_id();
+
+ if ( isset( $transient[ $user_id ] ) ) {
+ return $transient[ $user_id ];
+ }
+
+ return $this->set_statistic_items_for_this_user( $transient );
+ }
+
+ /**
+ * Set the cache for a specific user
+ *
+ * @param array|boolean $transient The current stored transient with the cached data.
+ *
+ * @return mixed
+ */
+ private function set_statistic_items_for_this_user( $transient ) {
+ if ( $transient === false ) {
+ $transient = array();
+ }
+
+ $user_id = get_current_user_id();
+ $transient[ $user_id ] = array_filter( $this->get_seo_scores_with_post_count(), array( $this, 'filter_items' ) );
+
+ set_transient( self::CACHE_TRANSIENT_KEY, $transient, DAY_IN_SECONDS );
+
+ return $transient[ $user_id ];
+ }
+
+ /**
+ * Set the SEO scores belonging to their SEO score result
+ *
+ * @return array
+ */
+ private function get_seo_scores_with_post_count() {
+ $ranks = WPSEO_Rank::get_all_ranks();
+
+ return array_map( array( $this, 'map_rank_to_widget' ), $ranks );
+ }
+
+ /**
+ * Converts a rank to data usable in the dashboard widget
+ *
+ * @param WPSEO_Rank $rank The rank to map.
+ *
+ * @return array
+ */
+ private function map_rank_to_widget( WPSEO_Rank $rank ) {
+ return array(
+ 'seo_rank' => $rank->get_rank(),
+ 'title' => $this->get_title_for_rank( $rank ),
+ 'class' => 'wpseo-glance-' . $rank->get_css_class(),
+ 'icon_class' => $rank->get_css_class(),
+ 'count' => $this->statistics->get_post_count( $rank ),
+ );
+ }
+
+ /**
+ * Returns a dashboard widget label to use for a certain rank
+ *
+ * @param WPSEO_Rank $rank The rank to return a label for.
+ *
+ * @return string
+ */
+ private function get_title_for_rank( WPSEO_Rank $rank ) {
+ $labels = array(
+ WPSEO_Rank::NO_FOCUS => __( 'Posts without focus keyword', 'wordpress-seo' ),
+ WPSEO_Rank::BAD => __( 'Posts with bad SEO score', 'wordpress-seo' ),
+ WPSEO_Rank::OK => __( 'Posts with OK SEO score', 'wordpress-seo' ),
+ WPSEO_Rank::GOOD => __( 'Posts with good SEO score', 'wordpress-seo' ),
+ /* translators: %s expands to noindex */
+ WPSEO_Rank::NO_INDEX => sprintf( __( 'Posts that are set to “%s”', 'wordpress-seo' ), 'noindex ' ),
+ );
+
+ return $labels[ $rank->get_rank() ];
+ }
+
+ /**
+ * Filter items if they have a count of zero
+ *
+ * @param array $item Data array.
+ *
+ * @return bool
+ */
+ private function filter_items( $item ) {
+ return 0 !== $item['count'];
+ }
+
+ /**
+ * Returns true when the dashboard widget should be shown.
+ *
+ * @return bool
+ */
+ private function show_widget() {
+ $analysis_seo = new WPSEO_Metabox_Analysis_SEO();
+
+ return $analysis_seo->is_enabled() && current_user_can( 'edit_posts' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php b/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php
new file mode 100644
index 0000000..f680ead
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php
@@ -0,0 +1,685 @@
+
+
+
+
+
+
+ ';
+ settings_fields( $option_long_name );
+ }
+ $this->set_option( $option );
+ }
+
+ /**
+ * Set the option used in output for form elements
+ *
+ * @param string $option_name Option key.
+ */
+ public function set_option( $option_name ) {
+ $this->option_name = $option_name;
+ $this->options = $this->get_option();
+ }
+
+ /**
+ * Retrieve options based on whether we're on multisite or not.
+ *
+ * @since 1.2.4
+ *
+ * @return array
+ */
+ private function get_option() {
+ if ( is_network_admin() ) {
+ return get_site_option( $this->option_name );
+ }
+
+ return get_option( $this->option_name );
+ }
+
+ /**
+ * Generates the footer for admin pages
+ *
+ * @param bool $submit Whether or not a submit button and form end tag should be shown.
+ * @param bool $show_sidebar Whether or not to show the banner sidebar - used by premium plugins to disable it.
+ */
+ public function admin_footer( $submit = true, $show_sidebar = true ) {
+ if ( $submit ) {
+ submit_button();
+
+ echo '
+ ';
+ }
+
+ /**
+ * Apply general admin_footer hooks
+ */
+ do_action( 'wpseo_admin_footer' );
+
+ /**
+ * Run possibly set actions to add for example an i18n box
+ */
+ do_action( 'wpseo_admin_promo_footer' );
+
+ echo '
+
';
+
+ if ( $show_sidebar ) {
+ $this->admin_sidebar();
+ }
+
+ echo '
';
+
+
+ if ( ( defined( 'WP_DEBUG' ) && WP_DEBUG === true ) ) {
+ $xdebug = ( extension_loaded( 'xdebug' ) ? true : false );
+ echo '
+
+
+
+
' . __( 'Debug Information', 'wordpress-seo' ) . '
+
+
' . esc_html( __( 'Current option:', 'wordpress-seo' ) ) . ' ' . esc_html( $this->option_name ) . '
+ ' . ( ( $xdebug ) ? '' : '
' );
+ var_dump( $this->get_option() );
+ echo '
+ ' . ( ( $xdebug ) ? '' : ' ' ) . '
+
+
+
';
+ }
+
+ echo '
+
';
+ }
+
+ /**
+ * Generates the sidebar for admin pages.
+ */
+ public function admin_sidebar() {
+
+ // No banners in Premium.
+ if ( class_exists( 'WPSEO_Product_Premium' ) ) {
+ $license_manager = new Yoast_Plugin_License_Manager( new WPSEO_Product_Premium() );
+ if ( $license_manager->license_is_valid() ) {
+ return;
+ }
+ }
+
+ $sidebar_renderer = new WPSEO_Admin_Banner_Sidebar_Renderer( new WPSEO_Admin_Banner_Spot_Renderer() );
+
+ $banner_renderer = new WPSEO_Admin_Banner_Renderer;
+ $banner_renderer->set_base_path( plugins_url( 'images/banner/', WPSEO_FILE ) );
+
+ $sidebar = new WPSEO_Admin_Banner_Sidebar( sprintf( '%1s recommendations', 'Yoast' ), $banner_renderer );
+ $sidebar->initialize( new WPSEO_Features() );
+
+ echo $sidebar_renderer->render( $sidebar );
+
+ }
+
+ /**
+ * Output a label element
+ *
+ * @param string $text Label text string.
+ * @param array $attr HTML attributes set.
+ */
+ public function label( $text, $attr ) {
+ $attr = wp_parse_args( $attr, array(
+ 'class' => 'checkbox',
+ 'close' => true,
+ 'for' => '',
+ )
+ );
+ echo "$text";
+ if ( $attr['close'] ) {
+ echo ' ';
+ }
+ }
+
+ /**
+ * Output a legend element.
+ *
+ * @param string $text Legend text string.
+ * @param array $attr HTML attributes set.
+ */
+ public function legend( $text, $attr ) {
+ $attr = wp_parse_args( $attr, array(
+ 'id' => '',
+ 'class' => '',
+ )
+ );
+ $id = ( '' === $attr['id'] ) ? '' : ' id="' . esc_attr( $attr['id'] ) . '"';
+ echo '' . $text . ' ';
+ }
+
+ /**
+ * Create a Checkbox input field.
+ *
+ * @param string $var The variable within the option to create the checkbox for.
+ * @param string $label The label to show for the variable.
+ * @param bool $label_left Whether the label should be left (true) or right (false).
+ */
+ public function checkbox( $var, $label, $label_left = false ) {
+ if ( ! isset( $this->options[ $var ] ) ) {
+ $this->options[ $var ] = false;
+ }
+
+ if ( $this->options[ $var ] === true ) {
+ $this->options[ $var ] = 'on';
+ }
+
+ $class = '';
+ if ( $label_left !== false ) {
+ if ( ! empty( $label_left ) ) {
+ $label_left .= ':';
+ }
+ $this->label( $label_left, array( 'for' => $var ) );
+ }
+ else {
+ $class = 'double';
+ }
+
+ echo ' options[ $var ], 'on', false ), '/>';
+
+ if ( ! empty( $label ) ) {
+ $this->label( $label, array( 'for' => $var ) );
+ }
+
+ echo ' ';
+ }
+
+ /**
+ * Create a light switch input field.
+ *
+ * @param string $var The variable within the option to create the checkbox for.
+ * @param string $label The label to show for the variable.
+ * @param array $buttons Array of two labels for the buttons (defaults Off/On).
+ * @param boolean $reverse Reverse order of buttons (default true).
+ */
+ public function light_switch( $var, $label, $buttons = array(), $reverse = true ) {
+
+ if ( ! isset( $this->options[ $var ] ) ) {
+ $this->options[ $var ] = false;
+ }
+
+ if ( $this->options[ $var ] === true ) {
+ $this->options[ $var ] = 'on';
+ }
+
+ $class = 'switch-light switch-candy switch-yoast-seo';
+ $aria_labelledby = esc_attr( $var ) . '-label';
+
+ if ( $reverse ) {
+ $class .= ' switch-yoast-seo-reverse';
+ }
+
+ if ( empty( $buttons ) ) {
+ $buttons = array( __( 'Disabled', 'wordpress-seo' ), __( 'Enabled', 'wordpress-seo' ) );
+ }
+
+ list( $off_button, $on_button ) = $buttons;
+
+ echo '',
+ '
',
+ ' options[ $var ], 'on', false ), '/>',
+ "{$label} ",
+ '
+ ', esc_html( $off_button ) ,'
+ ', esc_html( $on_button ) ,'
+
+
+
';
+ }
+
+ /**
+ * Create a Text input field.
+ *
+ * @param string $var The variable within the option to create the text input field for.
+ * @param string $label The label to show for the variable.
+ * @param array|string $attr Extra class to add to the input field.
+ */
+ public function textinput( $var, $label, $attr = array() ) {
+ if ( ! is_array( $attr ) ) {
+ $attr = array(
+ 'class' => $attr,
+ );
+ }
+ $attr = wp_parse_args( $attr, array(
+ 'placeholder' => '',
+ 'class' => '',
+ ) );
+ $val = ( isset( $this->options[ $var ] ) ) ? $this->options[ $var ] : '';
+
+ $this->label( $label . ':', array( 'for' => $var ) );
+ echo ' ', ' ';
+ }
+
+ /**
+ * Create a textarea.
+ *
+ * @param string $var The variable within the option to create the textarea for.
+ * @param string $label The label to show for the variable.
+ * @param array $attr The CSS class to assign to the textarea.
+ */
+ public function textarea( $var, $label, $attr = array() ) {
+ if ( ! is_array( $attr ) ) {
+ $attr = array(
+ 'class' => $attr,
+ );
+ }
+ $attr = wp_parse_args( $attr, array(
+ 'cols' => '',
+ 'rows' => '',
+ 'class' => '',
+ ) );
+ $val = ( isset( $this->options[ $var ] ) ) ? $this->options[ $var ] : '';
+
+ $this->label( $label . ':', array( 'for' => $var, 'class' => 'textinput' ) );
+ echo '' . ' ';
+ }
+
+ /**
+ * Create a hidden input field.
+ *
+ * @param string $var The variable within the option to create the hidden input for.
+ * @param string $id The ID of the element.
+ */
+ public function hidden( $var, $id = '' ) {
+ $val = ( isset( $this->options[ $var ] ) ) ? $this->options[ $var ] : '';
+ if ( is_bool( $val ) ) {
+ $val = ( $val === true ) ? 'true' : 'false';
+ }
+
+ if ( '' === $id ) {
+ $id = 'hidden_' . $var;
+ }
+
+ echo ' ';
+ }
+
+ /**
+ * Create a Select Box.
+ *
+ * @param string $field_name The variable within the option to create the select for.
+ * @param string $label The label to show for the variable.
+ * @param array $select_options The select options to choose from.
+ */
+ public function select( $field_name, $label, array $select_options ) {
+
+ if ( empty( $select_options ) ) {
+ return;
+ }
+
+ $this->label( $label . ':', array( 'for' => $field_name, 'class' => 'select' ) );
+
+ $select_name = esc_attr( $this->option_name ) . '[' . esc_attr( $field_name ) . ']';
+ $active_option = ( isset( $this->options[ $field_name ] ) ) ? $this->options[ $field_name ] : '';
+
+ $select = new Yoast_Input_Select( $field_name, $select_name, $select_options, $active_option );
+ $select->add_attribute( 'class', 'select' );
+ $select->output_html();
+
+ echo ' ';
+ }
+
+ /**
+ * Create a File upload field.
+ *
+ * @param string $var The variable within the option to create the file upload field for.
+ * @param string $label The label to show for the variable.
+ */
+ public function file_upload( $var, $label ) {
+ $val = '';
+ if ( isset( $this->options[ $var ] ) && is_array( $this->options[ $var ] ) ) {
+ $val = $this->options[ $var ]['url'];
+ }
+
+ $var_esc = esc_attr( $var );
+ $this->label( $label . ':', array( 'for' => $var, 'class' => 'select' ) );
+ echo ' ';
+
+ // Need to save separate array items in hidden inputs, because empty file inputs type will be deleted by settings API.
+ if ( ! empty( $this->options[ $var ] ) ) {
+ $this->hidden( 'file', $this->option_name . '_file' );
+ $this->hidden( 'url', $this->option_name . '_url' );
+ $this->hidden( 'type', $this->option_name . '_type' );
+ }
+ echo ' ';
+ }
+
+ /**
+ * Media input
+ *
+ * @param string $var Option name.
+ * @param string $label Label message.
+ */
+ public function media_input( $var, $label ) {
+ $val = '';
+ if ( isset( $this->options[ $var ] ) ) {
+ $val = $this->options[ $var ];
+ }
+
+ $var_esc = esc_attr( $var );
+
+ $this->label( $label . ':', array( 'for' => 'wpseo_' . $var, 'class' => 'select' ) );
+ echo ' ';
+ echo ' ';
+ echo ' ';
+ }
+
+ /**
+ * Create a Radio input field.
+ *
+ * @param string $var The variable within the option to create the radio button for.
+ * @param array $values The radio options to choose from.
+ * @param string $legend Optional. The legend to show for the field set, if any.
+ * @param array $legend_attr Optional. The attributes for the legend, if any.
+ */
+ public function radio( $var, $values, $legend = '', $legend_attr = array() ) {
+ if ( ! is_array( $values ) || $values === array() ) {
+ return;
+ }
+ if ( ! isset( $this->options[ $var ] ) ) {
+ $this->options[ $var ] = false;
+ }
+
+ $var_esc = esc_attr( $var );
+
+ echo '';
+
+ if ( is_string( $legend ) && '' !== $legend ) {
+
+ $legend_attr = wp_parse_args( $legend_attr, array(
+ 'id' => '',
+ 'class' => 'radiogroup',
+ ) );
+
+ $this->legend( $legend, $legend_attr );
+ }
+
+ foreach ( $values as $key => $value ) {
+ $key_esc = esc_attr( $key );
+ echo ' options[ $var ], $key_esc, false ) . ' />';
+ $this->label( $value, array( 'for' => $var_esc . '-' . $key_esc, 'class' => 'radio' ) );
+ }
+ echo ' ';
+ }
+
+
+ /**
+ * Create a toggle switch input field.
+ *
+ * @param string $var The variable within the option to create the file upload field for.
+ * @param array $values The radio options to choose from.
+ * @param string $label The label to show for the variable.
+ */
+ public function toggle_switch( $var, $values, $label ) {
+ if ( ! is_array( $values ) || $values === array() ) {
+ return;
+ }
+ if ( ! isset( $this->options[ $var ] ) ) {
+ $this->options[ $var ] = false;
+ }
+ if ( $this->options[ $var ] === true ) {
+ $this->options[ $var ] = 'on';
+ }
+ if ( $this->options[ $var ] === false ) {
+ $this->options[ $var ] = 'off';
+ }
+
+ $var_esc = esc_attr( $var );
+
+ echo '';
+ echo '
', $label, '
+ ';
+
+ foreach ( $values as $key => $value ) {
+ $key_esc = esc_attr( $key );
+ $for = $var_esc . '-' . $key_esc;
+ echo '
options[ $var ], $key_esc, false ) . ' />',
+ '
', $value, ' ';
+ }
+
+ echo '
' . "\n\n";
+ }
+
+ /**
+ * Returns two random selected service banners.
+ *
+ * @return WPSEO_Admin_Banner_Spot
+ */
+ private function get_service_banners() {
+
+ $service_banner_spot = new WPSEO_Admin_Banner_Spot(
+ __( 'Services', 'wordpress-seo' ),
+ sprintf(
+ /* translators: %1$s expands to a link start tag to the Yoast Services page, %2$s to Yoast, %3$s is the link closing tag. */
+ __( 'Don\'t want to dive into SEO yourself? %1$sLet team %2$s help you!%3$s', 'wordpress-seo' ),
+ '',
+ 'Yoast',
+ ' '
+ )
+ );
+
+ $service_banner_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoast.com/hire-us/website-review/#utm_source=wordpress-seo-config&utm_medium=banner&utm_campaign=website-review-banner',
+ 'banner-website-review.png',
+ 261,
+ 190,
+ __( 'Order a Website Review and we will tell you what to improve to attract more visitors!', 'wordpress-seo' )
+ )
+ );
+
+ $service_banner_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoast.com/hire-us/yoast-seo-configuration/#utm_source=wordpress-seo-config&utm_medium=banner&utm_campaign=configuration-service-banner',
+ 'banner-configuration-service.png',
+ 261,
+ 190,
+ sprintf(
+ /* translators: %1$s expands to Yoast SEO Premium. */
+ __( 'Let our experts set up your %1$s plugin!', 'wordpress-seo' ),
+ 'Yoast SEO Premium'
+ )
+ )
+ );
+
+ $service_banner_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoast.com/academy/course/seo-copywriting-training/#utm_source=wordpress-seo-config&utm_medium=banner&utm_campaign=seo-copywriting-training-banner',
+ 'banner-seo-copywriting-training.png',
+ 261,
+ 190,
+ __( 'Take the online SEO Copywriting Training course and learn how to write awesome copy that ranks!', 'wordpress-seo' )
+ )
+ );
+
+ $service_banner_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoast.com/academy/course/basic-seo-training/#utm_source=wordpress-seo-config&utm_medium=banner&utm_campaign=basic-seo-training-banner',
+ 'banner-basic-seo-training.png',
+ 261,
+ 190,
+ __( 'Take the online Basic SEO Training course and learn the fundamentals of SEO!', 'wordpress-seo' )
+ )
+ );
+
+ $service_banner_spot->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoast.com/academy/course/yoast-seo-wordpress-training/#utm_source=wordpress-seo-config&utm_medium=banner&utm_campaign=yoast-seo-plugin-training-banner',
+ 'banner-yoast-seo-for-wordpress-training.png',
+ 261,
+ 190,
+ /* translators: %1$s expands to Yoast SEO for WordPress Training, %2$s to Yoast SEO for WordPress. */
+ sprintf(
+ __( 'Take the %s course and become a certified %2$s expert!', 'wordpress-seo' ),
+ 'Yoast SEO for WordPress Training',
+ 'Yoast SEO for WordPress'
+ )
+ )
+ );
+
+ return $service_banner_spot;
+ }
+
+ /**
+ * Returns two random selected plugin banners.
+ *
+ * @return WPSEO_Admin_Banner_Spot
+ */
+ private function get_plugin_banners() {
+
+ $plugin_banners = new WPSEO_Admin_Banner_Spot(
+ __( 'Extensions', 'wordpress-seo' ),
+ sprintf(
+ /* translators: %1$s expands to Yoast SEO, %2$s to a link start tag to the Yoast plugin page, %3$s is the link closing tag. */
+ __( 'Extend your %1$s plugin with our %2$sSEO plugins%3$s.', 'wordpress-seo' ),
+ 'Yoast SEO',
+ '',
+ ' '
+ )
+ );
+
+
+ $plugin_banners->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoast.com/wordpress/plugins/seo-premium/#utm_source=wordpress-seo-config&utm_medium=banner&utm_campaign=premium-seo-banner',
+ 'banner-premium-seo.png',
+ 261,
+ 152,
+ sprintf(
+ /* translators: %1$s expands to Yoast SEO Premium. */
+ __( 'Buy the %1$s plugin now and get access to extra features and 24/7 support!', 'wordpress-seo' ),
+ 'Yoast SEO Premium'
+ )
+ )
+ );
+
+ if ( ! class_exists( 'wpseo_Video_Sitemap' ) ) {
+ $plugin_banners->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoast.com/wordpress/plugins/video-seo/#utm_source=wordpress-seo-config&utm_medium=banner&utm_campaign=video-seo-banner',
+ 'banner-video-seo.png',
+ 261,
+ 152,
+ sprintf(
+ /* translators: %1$s expands to Yoast Video SEO. */
+ __( 'Buy the %1$s plugin now and optimize your videos for video search results and social media!', 'wordpress-seo' ),
+ 'Yoast Video SEO'
+ )
+ )
+ );
+ }
+
+ if ( class_exists( 'Woocommerce' ) && ! class_exists( 'Yoast_WooCommerce_SEO' ) ) {
+ $plugin_banners->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoast.com/wordpress/plugins/yoast-woocommerce-seo/#utm_source=wordpress-seo-config&utm_medium=banner&utm_campaign=woocommerce-seo-banner',
+ 'banner-woocommerce-seo.png',
+ 261,
+ 152,
+ sprintf(
+ /* translators: %1$s expands to Yoast WooCommerce SEO. */
+ __( 'Buy the %1$s plugin now and optimize your shop today to improve your product promotion!', 'wordpress-seo' ),
+ 'Yoast WooCommerce SEO'
+ )
+ )
+ );
+ }
+
+ if ( ! defined( 'WPSEO_LOCAL_VERSION' ) ) {
+ $plugin_banners->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoast.com/wordpress/plugins/local-seo/#utm_source=wordpress-seo-config&utm_medium=banner&utm_campaign=local-seo-banner',
+ 'banner-local-seo.png',
+ 261,
+ 152,
+ sprintf(
+ /* translators: %1$s expands to Yoast Local SEO. */
+ __( 'Buy the %1$s plugin now to improve your site’s Local SEO and ranking in Google Maps!', 'wordpress-seo' ),
+ 'Yoast Local SEO'
+ )
+ )
+ );
+ }
+
+ if ( ! class_exists( 'WPSEO_News' ) ) {
+ $plugin_banners->add_banner(
+ new WPSEO_Admin_Banner(
+ 'https://yoast.com/wordpress/plugins/news-seo/#utm_source=wordpress-seo-config&utm_medium=banner&utm_campaign=news-seo-banner',
+ 'banner-news-seo.png',
+ 261,
+ 152,
+ sprintf(
+ /* translators: %1$s expands to Yoast News SEO. */
+ __( 'Buy the %1$s plugin now and start optimizing to get your site featured in Google News!', 'wordpress-seo' ),
+ 'Yoast News SEO'
+ )
+ )
+ );
+ }
+
+ return $plugin_banners;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php b/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php
new file mode 100644
index 0000000..7d59899
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php
@@ -0,0 +1,568 @@
+retrieve_notifications_from_storage();
+
+ add_action( 'all_admin_notices', array( $this, 'display_notifications' ) );
+
+ add_action( 'wp_ajax_yoast_get_notifications', array( $this, 'ajax_get_notifications' ) );
+
+ add_action( 'wpseo_deactivate', array( $this, 'deactivate_hook' ) );
+ add_action( 'shutdown', array( $this, 'update_storage' ) );
+ }
+
+ /**
+ * Singleton getter
+ *
+ * @return Yoast_Notification_Center
+ */
+ public static function get() {
+
+ if ( null === self::$instance ) {
+ self::$instance = new self();
+ }
+
+ return self::$instance;
+ }
+
+ /**
+ * Dismiss a notification
+ */
+ public static function ajax_dismiss_notification() {
+
+ $notification_center = self::get();
+
+ $notification_id = filter_input( INPUT_POST, 'notification' );
+ if ( empty( $notification_id ) ) {
+ die( '-1' );
+ }
+
+ $notification = $notification_center->get_notification_by_id( $notification_id );
+ if ( false === ( $notification instanceof Yoast_Notification ) ) {
+
+ // Permit legacy.
+ $notification = new Yoast_Notification( '', array(
+ 'id' => $notification_id,
+ 'dismissal_key' => $notification_id,
+ ) );
+ }
+
+ if ( $notification_center->maybe_dismiss_notification( $notification ) ) {
+ die( '1' );
+ }
+
+ die( '-1' );
+ }
+
+ /**
+ * Check if the user has dismissed a notification
+ *
+ * @param Yoast_Notification $notification The notification to check for dismissal.
+ * @param null|int $user_id User ID to check on.
+ *
+ * @return bool
+ */
+ public static function is_notification_dismissed( Yoast_Notification $notification, $user_id = null ) {
+
+ $user_id = ( ! is_null( $user_id ) ? $user_id : get_current_user_id() );
+ $dismissal_key = $notification->get_dismissal_key();
+
+ $current_value = get_user_meta( $user_id, $dismissal_key, $single = true );
+
+ return ! empty( $current_value );
+ }
+
+ /**
+ * Check if the nofitication is being dismissed
+ *
+ * @param string|Yoast_Notification $notification Notification to check dismissal of.
+ * @param string $meta_value Value to set the meta value to if dismissed.
+ *
+ * @return bool True if dismissed.
+ */
+ public static function maybe_dismiss_notification( Yoast_Notification $notification, $meta_value = 'seen' ) {
+
+ // Only persistent notifications are dismissible.
+ if ( ! $notification->is_persistent() ) {
+ return false;
+ }
+
+ // If notification is already dismissed, we're done.
+ if ( self::is_notification_dismissed( $notification ) ) {
+ return true;
+ }
+
+ $dismissal_key = $notification->get_dismissal_key();
+ $notification_id = $notification->get_id();
+
+ $is_dismissing = ( $dismissal_key === self::get_user_input( 'notification' ) );
+ if ( ! $is_dismissing ) {
+ $is_dismissing = ( $notification_id === self::get_user_input( 'notification' ) );
+ }
+
+ // Fallback to ?dismissal_key=1&nonce=bla when JavaScript fails.
+ if ( ! $is_dismissing ) {
+ $is_dismissing = ( '1' === self::get_user_input( $dismissal_key ) );
+ }
+
+ if ( ! $is_dismissing ) {
+ return false;
+ }
+
+ $user_nonce = self::get_user_input( 'nonce' );
+ if ( false === wp_verify_nonce( $user_nonce, $notification_id ) ) {
+ return false;
+ }
+
+ return self::dismiss_notification( $notification, $meta_value );
+ }
+
+ /**
+ * Clear dismissal information for the specified Notification
+ *
+ * When a cause is resolved, the next time it is present we want to show
+ * the message again.
+ *
+ * @param string|Yoast_Notification $notification Notification to clear the dismissal of.
+ *
+ * @return bool
+ */
+ public function clear_dismissal( $notification ) {
+
+ if ( $notification instanceof Yoast_Notification ) {
+ $dismissal_key = $notification->get_dismissal_key();
+ }
+
+ if ( is_string( $notification ) ) {
+ $dismissal_key = $notification;
+ }
+
+ if ( empty( $dismissal_key ) ) {
+ return false;
+ }
+
+ // Remove notification dismissal for all users.
+ $deleted = delete_metadata( 'user', $user_id = 0, $dismissal_key, $meta_value = '', $delete_all = true );
+
+ return $deleted;
+ }
+
+ /**
+ * Add notification to the cookie
+ *
+ * @param Yoast_Notification $notification Notification object instance.
+ */
+ public function add_notification( Yoast_Notification $notification ) {
+
+ // Don't add if the user can't see it.
+ if ( ! $notification->display_for_current_user() ) {
+ return;
+ }
+
+ $notification_id = $notification->get_id();
+
+ // Empty notifications are always added.
+ if ( $notification_id !== '' ) {
+
+ // If notification ID exists in notifications, don't add again.
+ $present_notification = $this->get_notification_by_id( $notification_id );
+ if ( ! is_null( $present_notification ) ) {
+ $this->remove_notification( $present_notification, false );
+ }
+
+ if ( is_null( $present_notification ) ) {
+ $this->new[] = $notification_id;
+ }
+ }
+
+ // Add to list.
+ $this->notifications[] = $notification;
+ }
+
+ /**
+ * Get the notification by ID
+ *
+ * @param string $notification_id The ID of the notification to search for.
+ *
+ * @return null|Yoast_Notification
+ */
+ public function get_notification_by_id( $notification_id ) {
+
+ foreach ( $this->notifications as & $notification ) {
+ if ( $notification_id === $notification->get_id() ) {
+ return $notification;
+ }
+ }
+
+ return null;
+ }
+
+ /**
+ * Display the notifications
+ */
+ public function display_notifications() {
+
+ // Never display notifications for network admin.
+ if ( function_exists( 'is_network_admin' ) && is_network_admin() ) {
+ return;
+ }
+
+ $sorted_notifications = $this->get_sorted_notifications();
+ foreach ( $sorted_notifications as $notification ) {
+ if ( ! $notification->is_persistent() ) {
+ echo $notification;
+ $this->remove_notification( $notification );
+ }
+ }
+ }
+
+ /**
+ * Remove notification after it has been displayed
+ *
+ * @param Yoast_Notification $notification Notification to remove.
+ * @param bool $resolve Resolve as fixed.
+ */
+ public function remove_notification( Yoast_Notification $notification, $resolve = true ) {
+
+ $index = false;
+
+ // Match persistent Notifications by ID, non persistent by item in the array.
+ if ( $notification->is_persistent() ) {
+ foreach ( $this->notifications as $current_index => $present_notification ) {
+ if ( $present_notification->get_id() === $notification->get_id() ) {
+ $index = $current_index;
+ break;
+ }
+ }
+ }
+ else {
+ $index = array_search( $notification, $this->notifications, true );
+ }
+
+ if ( false === $index ) {
+ return;
+ }
+
+ if ( $notification->is_persistent() && $resolve ) {
+ $this->resolved++;
+ $this->clear_dismissal( $notification );
+ }
+
+ unset( $this->notifications[ $index ] );
+ $this->notifications = array_values( $this->notifications );
+ }
+
+ /**
+ * Get the notification count
+ *
+ * @param bool $dismissed Count dismissed notifications.
+ *
+ * @return int Number of notifications
+ */
+ public function get_notification_count( $dismissed = false ) {
+
+ $notifications = $this->get_notifications();
+ $notifications = array_filter( $notifications, array( $this, 'filter_persistent_notifications' ) );
+
+ if ( ! $dismissed ) {
+ $notifications = array_filter( $notifications, array( $this, 'filter_dismissed_notifications' ) );
+ }
+
+ return count( $notifications );
+ }
+
+ /**
+ * Get the number of notifications resolved this execution
+ *
+ * These notifications have been resolved and should be counted when active again.
+ *
+ * @return int
+ */
+ public function get_resolved_notification_count() {
+
+ return $this->resolved;
+ }
+
+ /**
+ * Return the notifications sorted on type and priority
+ *
+ * @return array|Yoast_Notification[] Sorted Notifications
+ */
+ public function get_sorted_notifications() {
+
+ $notifications = $this->get_notifications();
+ if ( empty( $notifications ) ) {
+ return array();
+ }
+
+ // Sort by severity, error first.
+ usort( $notifications, array( $this, 'sort_notifications' ) );
+
+ return $notifications;
+ }
+
+ /**
+ * AJAX display notifications
+ */
+ public function ajax_get_notifications() {
+
+ // Display the notices.
+ $this->display_notifications();
+
+ // AJAX die.
+ exit;
+ }
+
+ /**
+ * Remove storage when the plugin is deactivated
+ */
+ public function deactivate_hook() {
+
+ $this->clear_notifications();
+ }
+
+ /**
+ * Save persistent notifications to storage
+ *
+ * We need to be able to retrieve these so they can be dismissed at any time during the execution.
+ *
+ * @since 3.2
+ *
+ * @return void
+ */
+ public function update_storage() {
+
+ $notifications = $this->get_notifications();
+
+ // No notifications to store, clear storage.
+ if ( empty( $notifications ) ) {
+ $this->remove_storage();
+
+ return;
+ }
+
+ $notifications = array_map( array( $this, 'notification_to_array' ), $notifications );
+
+ // Save the notifications to the storage.
+ update_user_option( get_current_user_id(), self::STORAGE_KEY, $notifications );
+ }
+
+ /**
+ * Provide a way to verify present notifications
+ *
+ * @return array|Yoast_Notification[] Registered notifications.
+ */
+ public function get_notifications() {
+
+ return $this->notifications;
+ }
+
+ /**
+ * Get newly added notifications
+ *
+ * @return array
+ */
+ public function get_new_notifications() {
+
+ return array_map( array( $this, 'get_notification_by_id' ), $this->new );
+ }
+
+ /**
+ * Get information from the User input
+ *
+ * @param string $key Key to retrieve.
+ *
+ * @return mixed value of key if set.
+ */
+ private static function get_user_input( $key ) {
+
+ $filter_input_type = INPUT_GET;
+ if ( 'POST' === strtoupper( $_SERVER['REQUEST_METHOD'] ) ) {
+ $filter_input_type = INPUT_POST;
+ }
+
+ return filter_input( $filter_input_type, $key );
+ }
+
+ /**
+ * Retrieve the notifications from storage
+ *
+ * @return array Yoast_Notification[] Notifications
+ */
+ private function retrieve_notifications_from_storage() {
+
+ $stored_notifications = get_user_option( self::STORAGE_KEY, get_current_user_id() );
+
+ // Check if notifications are stored.
+ if ( empty( $stored_notifications ) ) {
+ return;
+ }
+
+ if ( is_array( $stored_notifications ) ) {
+ $notifications = array_map( array( $this, 'array_to_notification' ), $stored_notifications );
+ $notifications = array_filter( $notifications, array( $this, 'filter_notification_current_user' ) );
+
+ $this->notifications = $notifications;
+ }
+ }
+
+ /**
+ * Sort on type then priority
+ *
+ * @param Yoast_Notification $a Compare with B.
+ * @param Yoast_Notification $b Compare with A.
+ *
+ * @return int 1, 0 or -1 for sorting offset.
+ */
+ private function sort_notifications( Yoast_Notification $a, Yoast_Notification $b ) {
+
+ $a_type = $a->get_type();
+ $b_type = $b->get_type();
+
+ if ( $a_type === $b_type ) {
+ return WPSEO_Utils::calc( $b->get_priority(), 'compare', $a->get_priority() );
+ }
+
+ if ( 'error' === $a_type ) {
+ return -1;
+ }
+
+ if ( 'error' === $b_type ) {
+ return 1;
+ }
+
+ return 0;
+ }
+
+ /**
+ * Dismiss the notification
+ *
+ * @param Yoast_Notification $notification Notification to dismiss.
+ * @param string $meta_value Value to save in the dismissal.
+ *
+ * @return bool
+ */
+ private static function dismiss_notification( Yoast_Notification $notification, $meta_value = 'seen' ) {
+ // Dismiss notification.
+ return ( false !== update_user_meta( get_current_user_id(), $notification->get_dismissal_key(), $meta_value ) );
+ }
+
+ /**
+ * Remove all notifications from storage
+ */
+ private function remove_storage() {
+
+ delete_user_option( get_current_user_id(), self::STORAGE_KEY );
+ }
+
+ /**
+ * Clear local stored notifications
+ */
+ private function clear_notifications() {
+
+ $this->notifications = array();
+ }
+
+ /**
+ * Filter out non-persistent notifications.
+ *
+ * @param Yoast_Notification $notification Notification to test for persistent.
+ *
+ * @since 3.2
+ *
+ * @return bool
+ */
+ private function filter_persistent_notifications( Yoast_Notification $notification ) {
+
+ return $notification->is_persistent();
+ }
+
+ /**
+ * Filter out dismissed notifications
+ *
+ * @param Yoast_Notification $notification Notification to check.
+ *
+ * @return bool
+ */
+ private function filter_dismissed_notifications( Yoast_Notification $notification ) {
+
+ return ! $this->maybe_dismiss_notification( $notification );
+ }
+
+ /**
+ * Convert Notification to array representation
+ *
+ * @param Yoast_Notification $notification Notification to convert.
+ *
+ * @since 3.2
+ *
+ * @return array
+ */
+ private function notification_to_array( Yoast_Notification $notification ) {
+
+ return $notification->to_array();
+ }
+
+ /**
+ * Convert stored array to Notification.
+ *
+ * @param array $notification_data Array to convert to Notification.
+ *
+ * @return Yoast_Notification
+ */
+ private function array_to_notification( $notification_data ) {
+
+ return new Yoast_Notification(
+ $notification_data['message'],
+ $notification_data['options']
+ );
+ }
+
+ /**
+ * Filter notifications that should not be displayed for the current user
+ *
+ * @param Yoast_Notification $notification Notification to test.
+ *
+ * @return bool
+ */
+ private function filter_notification_current_user( Yoast_Notification $notification ) {
+ return $notification->display_for_current_user();
+ }
+
+ /**
+ * Write the notifications to a cookie (hooked on shutdown)
+ *
+ * Function renamed to 'update_storage'.
+ *
+ * @deprecated 3.2 remove in 3.5
+ */
+ public function set_transient() {
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php b/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php
new file mode 100644
index 0000000..ef1f7a8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php
@@ -0,0 +1,303 @@
+ self::UPDATED,
+ 'id' => '',
+ 'nonce' => null,
+ 'priority' => 0.5,
+ 'data_json' => array(),
+ 'dismissal_key' => null,
+ 'capabilities' => array(),
+ 'capability_check' => self::MATCH_ALL,
+ );
+
+ /**
+ * Notification class constructor.
+ *
+ * @param string $message Message string.
+ * @param array $options Set of options.
+ */
+ public function __construct( $message, $options = array() ) {
+ $this->message = $message;
+ $this->options = $this->normalize_options( $options );
+ }
+
+ /**
+ * Retrieve notification ID string.
+ *
+ * @return string
+ */
+ public function get_id() {
+ return $this->options['id'];
+ }
+
+ /**
+ * Retrieve nonce identifier.
+ *
+ * @return null|string Nonce for this Notification.
+ */
+ public function get_nonce() {
+ if ( $this->options['id'] && empty( $this->options['nonce'] ) ) {
+ $this->options['nonce'] = wp_create_nonce( $this->options['id'] );
+ }
+
+ return $this->options['nonce'];
+ }
+
+ /**
+ * Make sure the nonce is up to date
+ */
+ public function refresh_nonce() {
+ if ( $this->options['id'] ) {
+ $this->options['nonce'] = wp_create_nonce( $this->options['id'] );
+ }
+ }
+
+ /**
+ * Get the type of the notification
+ *
+ * @return string
+ */
+ public function get_type() {
+ return $this->options['type'];
+ }
+
+ /**
+ * Priority of the notification
+ *
+ * Relative to the type.
+ *
+ * @return float Returns the priority between 0 and 1.
+ */
+ public function get_priority() {
+ return $this->options['priority'];
+ }
+
+ /**
+ * Get the User Meta key to check for dismissal of notification
+ *
+ * @return string User Meta Option key that registers dismissal.
+ */
+ public function get_dismissal_key() {
+ if ( empty( $this->options['dismissal_key'] ) ) {
+ return $this->options['id'];
+ }
+
+ return $this->options['dismissal_key'];
+ }
+
+ /**
+ * Is this Notification persistent
+ *
+ * @return bool True if persistent, False if fire and forget.
+ */
+ public function is_persistent() {
+ $id = $this->get_id();
+
+ return ! empty( $id );
+ }
+
+ /**
+ * Check if the notification is relevant for the current user
+ *
+ * @return bool True if a user needs to see this Notification, False if not.
+ */
+ public function display_for_current_user() {
+ // If the notification is for the current page only, always show.
+ if ( ! $this->is_persistent() ) {
+ return true;
+ }
+
+ // If the current user doesn't match capabilities.
+ return $this->match_capabilities();
+ }
+
+ /**
+ * Does the current user match required capabilities
+ *
+ * @return bool
+ */
+ public function match_capabilities() {
+ // Super Admin can do anything.
+ if ( is_multisite() && is_super_admin() ) {
+ return true;
+ }
+
+ /**
+ * Filter capabilities that enable the displaying of this notification.
+ *
+ * @since 3.2
+ *
+ * @param array $capabilities The capabilities that must be present for this Notification.
+ * @param Yoast_Notification $notification The notification object.
+ *
+ * @return array of capabilities or empty for no restrictions.
+ */
+ $capabilities = apply_filters( 'wpseo_notification_capabilities', $this->options['capabilities'], $this );
+
+ // Should be an array.
+ if ( ! is_array( $capabilities ) ) {
+ $capabilities = (array) $capabilities;
+ }
+
+ /**
+ * Filter capability check to enable all or any capabilities.
+ *
+ * @since 3.2
+ *
+ * @param string $capability_check The type of check that will be used to determine if an capability is present.
+ * @param Yoast_Notification $notification The notification object.
+ *
+ * @return string self::MATCH_ALL or self::MATCH_ANY.
+ */
+ $capability_check = apply_filters( 'wpseo_notification_capability_check', $this->options['capability_check'], $this );
+
+ if ( ! in_array( $capability_check, array( self::MATCH_ALL, self::MATCH_ANY ), true ) ) {
+ $capability_check = self::MATCH_ALL;
+ }
+
+ if ( ! empty( $capabilities ) ) {
+
+ $has_capabilities = array_filter( $capabilities, array( $this, 'has_capability' ) );
+
+ switch ( $capability_check ) {
+ case self::MATCH_ALL:
+ return $has_capabilities === $capabilities;
+ case self::MATCH_ANY:
+ return ! empty( $has_capabilities );
+ }
+ }
+
+ return true;
+ }
+
+ /**
+ * Array filter function to find matched capabilities
+ *
+ * @param string $capability Capability to test.
+ *
+ * @return bool
+ */
+ private function has_capability( $capability ) {
+ return current_user_can( $capability );
+ }
+
+ /**
+ * Return the object properties as an array
+ *
+ * @return array
+ */
+ public function to_array() {
+ return array(
+ 'message' => $this->message,
+ 'options' => $this->options,
+ );
+ }
+
+ /**
+ * Adds string (view) behaviour to the Notification
+ *
+ * @return string
+ */
+ public function __toString() {
+ $attributes = array();
+
+ // Default notification classes.
+ $classes = array(
+ 'yoast-alert',
+ );
+
+ // Maintain WordPress visualisation of alerts when they are not persistent.
+ if ( ! $this->is_persistent() ) {
+ $classes[] = 'notice';
+ $classes[] = $this->get_type();
+ }
+
+ if ( ! empty( $classes ) ) {
+ $attributes['class'] = implode( ' ', $classes );
+ }
+
+ // Combined attribute key and value into a string.
+ array_walk( $attributes, array( $this, 'parse_attributes' ) );
+
+ // Build the output DIV.
+ return '' . wpautop( $this->message ) . '
' . PHP_EOL;
+ }
+
+ /**
+ * Get the JSON if provided
+ *
+ * @return false|string
+ */
+ public function get_json() {
+ if ( empty( $this->options['data_json'] ) ) {
+ return '';
+ }
+
+ return wp_json_encode( $this->options['data_json'] );
+ }
+
+ /**
+ * Make sure we only have values that we can work with
+ *
+ * @param array $options Options to normalize.
+ *
+ * @return array
+ */
+ private function normalize_options( $options ) {
+ $options = wp_parse_args( $options, $this->defaults );
+
+ // Should not exceed 0 or 1.
+ $options['priority'] = min( 1, max( 0, $options['priority'] ) );
+
+ // Set default capabilities when not supplied.
+ if ( empty( $options['capabilities'] ) || array() === $options['capabilities'] ) {
+ $options['capabilities'] = array( 'manage_options' );
+ }
+
+ return $options;
+ }
+
+ /**
+ * Format HTML element attributes
+ *
+ * @param string $value Attribute value.
+ * @param string $key Attribute name.
+ */
+ private function parse_attributes( & $value, $key ) {
+ $value = sprintf( '%s="%s"', $key, esc_attr( $value ) );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php b/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php
new file mode 100644
index 0000000..5dde1d2
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php
@@ -0,0 +1,333 @@
+plugins the active plugins will be stored in this
+ * property
+ *
+ * @var array
+ */
+ protected $active_plugins = array();
+
+ /**
+ * Property for holding instance of itself
+ *
+ * @var Yoast_Plugin_Conflict
+ */
+ protected static $instance;
+
+ /**
+ * For the use of singleton pattern. Create instance of itself and return his instance
+ *
+ * @param string $class_name Give the classname to initialize. If classname is false (empty) it will use it's own __CLASS__.
+ *
+ * @return Yoast_Plugin_Conflict
+ */
+ public static function get_instance( $class_name = '' ) {
+
+ if ( is_null( self::$instance ) ) {
+ if ( ! is_string( $class_name ) || $class_name === '' ) {
+ $class_name = __CLASS__;
+ }
+
+ self::$instance = new $class_name();
+ }
+
+ return self::$instance;
+ }
+
+ /**
+ * Setting instance, all active plugins and search for active plugins
+ *
+ * Protected constructor to prevent creating a new instance of the
+ * *Singleton* via the `new` operator from outside of this class.
+ */
+ protected function __construct() {
+ // Set active plugins.
+ $this->all_active_plugins = get_option( 'active_plugins' );
+
+ if ( filter_input( INPUT_GET, 'action' ) === 'deactivate' ) {
+ $this->remove_deactivated_plugin();
+ }
+
+ // Search for active plugins.
+ $this->search_active_plugins();
+ }
+
+ /**
+ * Check if there are conflicting plugins for given $plugin_section
+ *
+ * @param string $plugin_section Type of plugin conflict (such as Open Graph or sitemap).
+ *
+ * @return bool
+ */
+ public function check_for_conflicts( $plugin_section ) {
+
+ static $sections_checked;
+
+ if ( $sections_checked === null ) {
+ $sections_checked = array();
+ }
+
+ if ( ! in_array( $plugin_section, $sections_checked ) ) {
+ $sections_checked[] = $plugin_section;
+ $has_conflicts = ( ! empty( $this->active_plugins[ $plugin_section ] ) );
+
+ return $has_conflicts;
+ }
+
+ return false;
+ }
+
+ /**
+ * Getting all the conflicting plugins and return them as a string.
+ *
+ * This method will loop through all conflicting plugins to get the details of each plugin. The plugin name
+ * will be taken from the details to parse a comma separated string, which can be use for by example a notice
+ *
+ * @param string $plugin_section Plugin conflict type (such as Open Graph or sitemap).
+ *
+ * @return string
+ */
+ public function get_conflicting_plugins_as_string( $plugin_section ) {
+ if ( ! function_exists( 'get_plugin_data' ) ) {
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
+ }
+
+ // Getting the active plugins by given section.
+ $plugins = $this->active_plugins[ $plugin_section ];
+
+ $plugin_names = array();
+ foreach ( $plugins as $plugin ) {
+ if ( $name = WPSEO_Utils::get_plugin_name( $plugin ) ) {
+ $plugin_names[] = '' . $name . ' ';
+ }
+ }
+ unset( $plugins, $plugin );
+
+ if ( ! empty( $plugin_names ) ) {
+ return implode( ' & ', $plugin_names );
+ }
+ }
+
+ /**
+ * Checks for given $plugin_sections for conflicts
+ *
+ * @param array $plugin_sections Set of sections.
+ */
+ public function check_plugin_conflicts( $plugin_sections ) {
+ foreach ( $plugin_sections as $plugin_section => $readable_plugin_section ) {
+ // Check for conflicting plugins and show error if there are conflicts.
+ if ( $this->check_for_conflicts( $plugin_section ) ) {
+ $this->set_error( $plugin_section, $readable_plugin_section );
+ }
+ }
+
+ // List of all active sections.
+ $sections = array_keys( $plugin_sections );
+ // List of all sections.
+ $all_plugin_sections = array_keys( $this->plugins );
+
+ /*
+ * Get all sections that are inactive.
+ * These plugins need to be cleared.
+ *
+ * This happens when Sitemaps or OpenGraph implementations toggle active/disabled.
+ */
+ $inactive_sections = array_diff( $all_plugin_sections, $sections );
+ if ( ! empty( $inactive_sections ) ) {
+ foreach ( $inactive_sections as $section ) {
+ array_walk( $this->plugins[ $section ], array( $this, 'clear_error' ) );
+ }
+ }
+
+ // For active sections clear errors for inactive plugins.
+ foreach ( $sections as $section ) {
+ // By default clear errors for all plugins of the section.
+ $inactive_plugins = $this->plugins[ $section ];
+
+ // If there are active plugins, filter them from being cleared.
+ if ( isset( $this->active_plugins[ $section ] ) ) {
+ $inactive_plugins = array_diff( $this->plugins[ $section ], $this->active_plugins[ $section ] );
+ }
+
+ array_walk( $inactive_plugins, array( $this, 'clear_error' ) );
+ }
+ }
+
+ /**
+ * Setting an error on the screen
+ *
+ * @param string $plugin_section Type of conflict group (such as Open Graph or sitemap).
+ * @param string $readable_plugin_section This is the value for the translation.
+ */
+ protected function set_error( $plugin_section, $readable_plugin_section ) {
+
+ $notification_center = Yoast_Notification_Center::get();
+
+ foreach ( $this->active_plugins[ $plugin_section ] as $plugin_file ) {
+
+ $plugin_name = WPSEO_Utils::get_plugin_name( $plugin_file );
+
+ $error_message = '';
+ /* translators: %1$s: 'Facebook & Open Graph' plugin name(s) of possibly conflicting plugin(s), %2$s to Yoast SEO */
+ $error_message .= '' . sprintf( __( 'The %1$s plugin might cause issues when used in conjunction with %2$s.', 'wordpress-seo' ), '' . $plugin_name . ' ', 'Yoast SEO' ) . '
';
+ $error_message .= '' . sprintf( $readable_plugin_section, 'Yoast SEO', $plugin_name ) . '
';
+
+ /* translators: %s: 'Facebook' plugin name of possibly conflicting plugin */
+ $error_message .= '' . sprintf( __( 'Deactivate %s', 'wordpress-seo' ), WPSEO_Utils::get_plugin_name( $plugin_file ) ) . ' ';
+
+ $identifier = $this->get_notification_identifier( $plugin_file );
+
+ // Add the message to the notifications center.
+ $notification_center->add_notification(
+ new Yoast_Notification(
+ $error_message,
+ array(
+ 'type' => Yoast_Notification::ERROR,
+ 'id' => 'wpseo-conflict-' . $identifier,
+ )
+ )
+ );
+ }
+ }
+
+ /**
+ * Clear the notification for a plugin
+ *
+ * @param string $plugin_file Clear the optional notification for this plugin.
+ */
+ protected function clear_error( $plugin_file ) {
+ $identifier = $this->get_notification_identifier( $plugin_file );
+
+ $notification_center = Yoast_Notification_Center::get();
+ $notification = $notification_center->get_notification_by_id( 'wpseo-conflict-' . $identifier );
+
+ if ( $notification ) {
+ $notification_center->remove_notification( $notification );
+ }
+ }
+
+ /**
+ * Loop through the $this->plugins to check if one of the plugins is active.
+ *
+ * This method will store the active plugins in $this->active_plugins.
+ */
+ protected function search_active_plugins() {
+ foreach ( $this->plugins as $plugin_section => $plugins ) {
+ $this->check_plugins_active( $plugins, $plugin_section );
+ }
+ }
+
+ /**
+ * Loop through plugins and check if each plugin is active
+ *
+ * @param array $plugins Set of plugins.
+ * @param string $plugin_section Type of conflict group (such as Open Graph or sitemap).
+ */
+ protected function check_plugins_active( $plugins, $plugin_section ) {
+ foreach ( $plugins as $plugin ) {
+ if ( $this->check_plugin_is_active( $plugin ) ) {
+ $this->add_active_plugin( $plugin_section, $plugin );
+ }
+ }
+ }
+
+
+ /**
+ * Check if given plugin exists in array with all_active_plugins
+ *
+ * @param string $plugin Plugin basename string.
+ *
+ * @return bool
+ */
+ protected function check_plugin_is_active( $plugin ) {
+ return in_array( $plugin, $this->all_active_plugins );
+ }
+
+ /**
+ * Add plugin to the list of active plugins.
+ *
+ * This method will check first if key $plugin_section exists, if not it will create an empty array
+ * If $plugin itself doesn't exist it will be added.
+ *
+ * @param string $plugin_section Type of conflict group (such as Open Graph or sitemap).
+ * @param string $plugin Plugin basename string.
+ */
+ protected function add_active_plugin( $plugin_section, $plugin ) {
+
+ if ( ! array_key_exists( $plugin_section, $this->active_plugins ) ) {
+ $this->active_plugins[ $plugin_section ] = array();
+ }
+
+ if ( ! in_array( $plugin, $this->active_plugins[ $plugin_section ] ) ) {
+ $this->active_plugins[ $plugin_section ][] = $plugin;
+ }
+ }
+
+ /**
+ * Search in $this->plugins for the given $plugin
+ *
+ * If there is a result it will return the plugin category
+ *
+ * @param string $plugin Plugin basename string.
+ *
+ * @return int|string
+ */
+ protected function find_plugin_category( $plugin ) {
+
+ foreach ( $this->plugins as $plugin_section => $plugins ) {
+ if ( in_array( $plugin, $plugins ) ) {
+ return $plugin_section;
+ }
+ }
+
+ }
+
+ /**
+ * When being in the deactivation process the currently deactivated plugin has to be removed.
+ */
+ private function remove_deactivated_plugin() {
+ $deactivated_plugin = filter_input( INPUT_GET, 'plugin' );
+ $key_to_remove = array_search( $deactivated_plugin, $this->all_active_plugins );
+
+ if ( $key_to_remove !== false ) {
+ unset( $this->all_active_plugins[ $key_to_remove ] );
+ }
+ }
+
+ /**
+ * Get the identifier from the plugin file
+ *
+ * @param string $plugin_file Plugin file to get Identifier from.
+ *
+ * @return string
+ */
+ private function get_notification_identifier( $plugin_file ) {
+ return md5( $plugin_file );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-components.php b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-components.php
new file mode 100644
index 0000000..7c08788
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-components.php
@@ -0,0 +1,69 @@
+add_component( new WPSEO_Config_Component_Connect_Google_Search_Console() );
+ $this->add_component( new WPSEO_Config_Component_Mailchimp_Signup() );
+ }
+
+ /**
+ * Add a component
+ *
+ * @param WPSEO_Config_Component $component Component to add.
+ */
+ public function add_component( WPSEO_Config_Component $component ) {
+ $this->components[] = $component;
+ }
+
+ /**
+ * Sets the storage to use.
+ *
+ * @param WPSEO_Configuration_Storage $storage Storage to use.
+ */
+ public function set_storage( WPSEO_Configuration_Storage $storage ) {
+ $this->set_adapter( $storage->get_adapter() );
+
+ foreach ( $this->components as $component ) {
+ $storage->add_field( $component->get_field() );
+ }
+ }
+
+ /**
+ * Sets the adapter to use.
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to use.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $this->adapter = $adapter;
+
+ foreach ( $this->components as $component ) {
+ $adapter->add_custom_lookup(
+ $component->get_field()->get_identifier(),
+ array(
+ $component,
+ 'get_data',
+ ),
+ array(
+ $component,
+ 'set_data',
+ )
+ );
+ }
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-endpoint.php b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-endpoint.php
new file mode 100644
index 0000000..203dfe1
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-endpoint.php
@@ -0,0 +1,78 @@
+service = $service;
+ }
+
+ /**
+ * Register REST routes.
+ */
+ public function register() {
+ // Register fetch config.
+ register_rest_route( self::REST_NAMESPACE, self::ENDPOINT_RETRIEVE, array(
+ 'methods' => 'GET',
+ 'callback' => array(
+ $this->service,
+ 'get_configuration',
+ ),
+ 'permission_callback' => array(
+ $this,
+ 'can_retrieve_data',
+ ),
+ ) );
+
+ // Register save changes.
+ register_rest_route( self::REST_NAMESPACE, self::ENDPOINT_STORE, array(
+ 'methods' => 'POST',
+ 'callback' => array(
+ $this->service,
+ 'set_configuration',
+ ),
+ 'permission_callback' => array(
+ $this,
+ 'can_save_data',
+ ),
+ ) );
+ }
+
+ /**
+ * Permission callback implementation
+ *
+ * @return bool
+ */
+ public function can_retrieve_data() {
+ return current_user_can( self::CAPABILITY_RETRIEVE );
+ }
+
+ /**
+ * Permission callback implementation
+ *
+ * @return bool
+ */
+ public function can_save_data() {
+ return current_user_can( self::CAPABILITY_STORE );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-options-adapter.php b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-options-adapter.php
new file mode 100644
index 0000000..8e0242b
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-options-adapter.php
@@ -0,0 +1,194 @@
+add_lookup( $class_name, self::OPTION_TYPE_WORDPRESS, $option );
+ }
+
+ /**
+ * Add a lookup for a Yoast option
+ *
+ * @param string $class_name Class to bind to the lookup.
+ * @param string $option Option group to use.
+ * @param string $key Key in the option group to bind to.
+ *
+ * @throws InvalidArgumentException Thrown when invalid input is provided.
+ */
+ public function add_yoast_lookup( $class_name, $option, $key ) {
+
+ $test = WPSEO_Options::get_option( $option );
+ if ( is_null( $test ) ) {
+ /* translators: %1$s resolves to the option name passed to the lookup registration */
+ throw new InvalidArgumentException( sprintf( __( 'Yoast option %1$s not found.', 'wordpress-seo' ), $option ) );
+ }
+
+ $this->add_lookup( $class_name, self::OPTION_TYPE_YOAST, array(
+ $option,
+ $key,
+ ) );
+ }
+
+ /**
+ * Add a lookup for a custom implementation
+ *
+ * @param string $class_name Class to bind to the lookup.
+ * @param callable $callback_get Callback to retrieve data.
+ * @param callable $callback_set Callback to save data.
+ *
+ * @throws InvalidArgumentException Thrown when invalid input is provided.
+ */
+ public function add_custom_lookup( $class_name, $callback_get, $callback_set ) {
+
+ if ( ! is_callable( $callback_get ) || ! is_callable( $callback_set ) ) {
+ throw new InvalidArgumentException( 'Custom option must be callable.' );
+ }
+
+ $this->add_lookup( $class_name, self::OPTION_TYPE_CUSTOM, array(
+ $callback_get,
+ $callback_set,
+ ) );
+ }
+
+ /**
+ * Add a field lookup.
+ *
+ * @param string $class_name Class to add lookup for.
+ * @param string $type Type of lookup.
+ * @param string|array $option Implementation of the lookup.
+ *
+ * @throws Exception Thrown when invalid input is provided.
+ */
+ protected function add_lookup( $class_name, $type, $option ) {
+ $this->lookup[ $class_name ] = array(
+ 'type' => $type,
+ 'option' => $option,
+ );
+ }
+
+ /**
+ * Get the data for the provided field
+ *
+ * @param WPSEO_Config_Field $field Field to get data for.
+ *
+ * @return mixed
+ */
+ public function get( WPSEO_Config_Field $field ) {
+ $identifier = $field->get_identifier();
+
+ // Lookup option and retrieve value.
+ $type = $this->get_option_type( $identifier );
+ $option = $this->get_option( $identifier );
+
+ switch ( $type ) {
+ case self::OPTION_TYPE_WORDPRESS:
+ return get_option( $option );
+
+ case self::OPTION_TYPE_YOAST:
+ $group = WPSEO_Options::get_option( $option[0] );
+
+ return $group[ $option[1] ];
+
+ case self::OPTION_TYPE_CUSTOM:
+ return call_user_func( $option[0] );
+ }
+
+ return null;
+ }
+
+ /**
+ * Save data from a field
+ *
+ * @param WPSEO_Config_Field $field Field to use for lookup.
+ * @param mixed $value Value to save to the lookup of the field.
+ *
+ * @return bool
+ */
+ public function set( WPSEO_Config_Field $field, $value ) {
+ $identifier = $field->get_identifier();
+
+ // Lookup option and retrieve value.
+ $type = $this->get_option_type( $identifier );
+ $option = $this->get_option( $identifier );
+
+ switch ( $type ) {
+ case self::OPTION_TYPE_WORDPRESS:
+ return update_option( $option, $value );
+
+ case self::OPTION_TYPE_YOAST:
+ $group = WPSEO_Options::get_option( $option[0] );
+
+ $group[ $option[1] ] = $value;
+ update_option( $option[0], $group );
+
+ $saved = WPSEO_Options::get_option( $option[0] );
+
+ return $saved[ $option[1] ] === $value;
+
+ case self::OPTION_TYPE_CUSTOM:
+ return call_user_func( $option[1], $value );
+ }
+
+ return false;
+ }
+
+ /**
+ * Get the lookup type for a specific class
+ *
+ * @param string $class_name Class to get the type of.
+ *
+ * @return null|string
+ */
+ protected function get_option_type( $class_name ) {
+ if ( ! isset( $this->lookup[ $class_name ] ) ) {
+ return null;
+ }
+
+ return $this->lookup[ $class_name ]['type'];
+ }
+
+ /**
+ * Get the option for a specific class
+ *
+ * @param string $class_name Class to get the option of.
+ *
+ * @return null|string|array
+ */
+ protected function get_option( $class_name ) {
+ if ( ! isset( $this->lookup[ $class_name ] ) ) {
+ return null;
+ }
+
+ return $this->lookup[ $class_name ]['option'];
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-page.php b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-page.php
new file mode 100644
index 0000000..92ab586
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-page.php
@@ -0,0 +1,268 @@
+should_add_notification() ) {
+ $this->add_notification();
+ }
+
+ if ( filter_input( INPUT_GET, 'page' ) !== self::PAGE_IDENTIFIER ) {
+ return;
+ }
+
+ // Register the page for the wizard.
+ add_action( 'admin_menu', array( $this, 'add_wizard_page' ) );
+ add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_assets' ) );
+ add_action( 'admin_init', array( $this, 'render_wizard_page' ) );
+ }
+
+ /**
+ * Check if the configuration is finished. If so, just remove the notification.
+ */
+ public function catch_configuration_request() {
+ $configuration_page = filter_input( INPUT_GET, 'configuration' );
+ $page = filter_input( INPUT_GET, 'page' );
+
+ if ( ! ( $configuration_page === 'finished' && ( $page === WPSEO_Admin::PAGE_IDENTIFIER ) ) ) {
+ return;
+ }
+
+ $this->remove_notification();
+ $this->remove_notification_option();
+
+ wp_redirect( admin_url( 'admin.php?page=' . WPSEO_Admin::PAGE_IDENTIFIER ) );
+ exit;
+ }
+
+
+ /**
+ * Registers the page for the wizard.
+ */
+ public function add_wizard_page() {
+ add_dashboard_page( '', '', 'manage_options', self::PAGE_IDENTIFIER, '' );
+ }
+
+ /**
+ * Renders the wizard page and exits to prevent the wordpress UI from loading.
+ */
+ public function render_wizard_page() {
+ $this->show_wizard();
+ exit;
+ }
+
+ /**
+ * Enqueues the assets needed for the wizard.
+ */
+ public function enqueue_assets() {
+ wp_enqueue_media();
+
+ /*
+ * Print the `forms.css` WP stylesheet before any Yoast style, this way
+ * it's easier to override selectors with the same specificity later.
+ */
+ wp_enqueue_style( 'forms' );
+ $assetManager = new WPSEO_Admin_Asset_Manager();
+ $assetManager->register_assets();
+ $assetManager->enqueue_script( 'configuration-wizard' );
+ $assetManager->enqueue_style( 'yoast-components' );
+
+ $config = $this->get_config();
+
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'configuration-wizard', 'yoastWizardConfig', $config );
+ }
+
+ /**
+ * Setup Wizard Header.
+ */
+ public function show_wizard() {
+ $this->enqueue_assets();
+ $dashboard_url = admin_url( '/admin.php?page=wpseo_dashboard' );
+ ?>
+
+
+
+ >
+
+
+
+
+
+ tag in the Yoast Configuration wizard.
+ *
+ * Allows users to add their own scripts or styles.
+ *
+ * @since 4.0
+ */
+ do_action( 'wpseo_configuration_wizard_head' );
+ ?>
+
+
+
+
+
+
+ tag in the Yoast Configuration wizard.
+ *
+ * Allows users to add their own scripts or content.
+ *
+ * @since 4.0
+ */
+ do_action( 'wpseo_configuration_wizard_footer' );
+
+ wp_print_scripts( 'yoast-seo-configuration-wizard' );
+ ?>
+
+
+ get_translations();
+ $service = new WPSEO_GSC_Service();
+ $config = array(
+ 'namespace' => WPSEO_Configuration_Endpoint::REST_NAMESPACE,
+ 'endpoint_retrieve' => WPSEO_Configuration_Endpoint::ENDPOINT_RETRIEVE,
+ 'endpoint_store' => WPSEO_Configuration_Endpoint::ENDPOINT_STORE,
+ 'nonce' => wp_create_nonce( 'wp_rest' ),
+ 'root' => esc_url_raw( rest_url() ),
+ 'ajaxurl' => admin_url( 'admin-ajax.php' ),
+ 'finishUrl' => admin_url( 'admin.php?page=wpseo_dashboard&configuration=finished' ),
+ 'gscAuthURL' => $service->get_client()->createAuthUrl(),
+ 'gscProfiles' => $service->get_sites(),
+ 'gscNonce' => wp_create_nonce( 'wpseo-gsc-ajax-security' ),
+ 'translations' => $translations,
+ );
+
+ return $config;
+ }
+
+ /**
+ * Returns the translations necessary for the configuration wizard.
+ *
+ * @returns array The translations for the configuration wizard.
+ */
+ public function get_translations() {
+ $file = plugin_dir_path( WPSEO_FILE ) . 'languages/yoast-components-' . WPSEO_Utils::get_user_locale() . '.json';
+ if ( file_exists( $file ) && $file = file_get_contents( $file ) ) {
+ return json_decode( $file, true );
+ }
+
+ return array();
+ }
+
+ /**
+ * Adds a notification to the notification center.
+ */
+ private function add_notification() {
+ $notification_center = Yoast_Notification_Center::get();
+ $notification_center->add_notification( self::get_notification() );
+ }
+
+ /**
+ * Removes the notification from the notification center.
+ */
+ private function remove_notification() {
+ $notification_center = Yoast_Notification_Center::get();
+ $notification_center->remove_notification( self::get_notification() );
+ }
+
+ /**
+ * Gets the notification.
+ *
+ * @return Yoast_Notification
+ */
+ private static function get_notification() {
+ $message = sprintf(
+ __( 'Since you are new to %1$s you can configure the %2$splugin%3$s', 'wordpress-seo' ),
+ 'Yoast SEO',
+ '',
+ ' '
+ );
+
+ $notification = new Yoast_Notification(
+ $message,
+ array(
+ 'type' => Yoast_Notification::WARNING,
+ 'id' => 'wpseo-dismiss-onboarding-notice',
+ 'capabilities' => 'manage_options',
+ 'priority' => 0.8,
+ )
+ );
+
+ return $notification;
+ }
+
+ /**
+ * When the notice should be shown.
+ *
+ * @return bool
+ */
+ private function should_add_notification() {
+ $options = $this->get_options();
+
+ return $options['show_onboarding_notice'] === true;
+ }
+
+ /**
+ * Remove the options that triggers the notice for the configuration wizard.
+ */
+ private function remove_notification_option() {
+ $options = $this->get_options();
+
+ $options['show_onboarding_notice'] = false;
+
+ update_option( 'wpseo', $options );
+ }
+
+ /**
+ * Returns the set options
+ *
+ * @return mixed|void
+ */
+ private function get_options() {
+ return get_option( 'wpseo' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-service.php b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-service.php
new file mode 100644
index 0000000..09d135a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-service.php
@@ -0,0 +1,143 @@
+set_default_providers();
+ $this->populate_configuration();
+ $this->endpoint->register();
+
+ // @todo: check if this is really needed, since the switch happens only in the API.
+ if ( function_exists( 'restore_current_locale' ) ) {
+ restore_current_locale();
+ }
+ }
+
+ /**
+ * Set default handlers
+ */
+ public function set_default_providers() {
+ $this->set_storage( new WPSEO_Configuration_Storage() );
+ $this->set_options_adapter( new WPSEO_Configuration_Options_Adapter() );
+ $this->set_components( new WPSEO_Configuration_Components() );
+ $this->set_endpoint( new WPSEO_Configuration_Endpoint() );
+ $this->set_structure( new WPSEO_Configuration_Structure() );
+ }
+
+ /**
+ * Set storage handler
+ *
+ * @param WPSEO_Configuration_Storage $storage Storage handler to use.
+ */
+ public function set_storage( WPSEO_Configuration_Storage $storage ) {
+ $this->storage = $storage;
+ }
+
+ /**
+ * Set endpoint handler
+ *
+ * @param WPSEO_Configuration_Endpoint $endpoint Endpoint implementation to use.
+ */
+ public function set_endpoint( WPSEO_Configuration_Endpoint $endpoint ) {
+ $this->endpoint = $endpoint;
+ $this->endpoint->set_service( $this );
+ }
+
+ /**
+ * Set the options adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to use.
+ */
+ public function set_options_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $this->adapter = $adapter;
+ }
+
+ /**
+ * Set components provider
+ *
+ * @param WPSEO_Configuration_Components $components Component provider to use.
+ */
+ public function set_components( WPSEO_Configuration_Components $components ) {
+ $this->components = $components;
+ }
+
+ /**
+ * Set structure provider
+ *
+ * @param WPSEO_Configuration_Structure $structure Structure provider to use.
+ */
+ public function set_structure( WPSEO_Configuration_Structure $structure ) {
+ $this->structure = $structure;
+ }
+
+ /**
+ * Populate the configuration
+ */
+ protected function populate_configuration() {
+ $this->storage->set_adapter( $this->adapter );
+ $this->storage->add_default_fields();
+
+ $this->components->initialize();
+ $this->components->set_storage( $this->storage );
+ }
+
+ /**
+ * Used by endpoint to retrieve configuration
+ *
+ * @return array List of settings.
+ */
+ public function get_configuration() {
+ $fields = $this->storage->retrieve();
+ $steps = $this->structure->retrieve();
+
+ return array(
+ 'fields' => $fields,
+ 'steps' => $steps,
+ );
+ }
+
+ /**
+ * Used by endpoint to store changes
+ *
+ * @param WP_REST_Request $request Request from the REST API.
+ *
+ * @return array List of feedback per option if saving succeeded.
+ */
+ public function set_configuration( WP_REST_Request $request ) {
+ $this->populate_configuration();
+
+ return $this->storage->store( $request->get_json_params() );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-storage.php b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-storage.php
new file mode 100644
index 0000000..4343544
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-storage.php
@@ -0,0 +1,196 @@
+get_fields() );
+
+ foreach ( $fields as $field ) {
+ $this->add_field( $field );
+ }
+ }
+
+ /**
+ * Allow for field injections
+ *
+ * @param WPSEO_Config_Field $field Field to add to the stack.
+ */
+ public function add_field( WPSEO_Config_Field $field ) {
+ $this->fields[] = $field;
+
+ if ( isset( $this->adapter ) ) {
+ $field->set_adapter( $this->adapter );
+ }
+ }
+
+ /**
+ * Set the adapter to use
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to use.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $this->adapter = $adapter;
+
+ foreach ( $this->fields as $field ) {
+ $field->set_adapter( $this->adapter );
+ }
+ }
+
+ /**
+ * Retrieve the current adapter
+ *
+ * @return WPSEO_Configuration_Options_Adapter
+ */
+ public function get_adapter() {
+ return $this->adapter;
+ }
+
+ /**
+ * Retrieve the registered fields
+ *
+ * @returns array List of settings.
+ */
+ public function retrieve() {
+ $output = array();
+
+ /** @var WPSEO_Config_Field $field */
+ foreach ( $this->fields as $field ) {
+
+ $build = $field->to_array();
+
+ $data = $this->get_field_data( $field );
+ if ( ! is_null( $data ) ) {
+ $build['data'] = $data;
+ }
+
+ $output[ $field->get_identifier() ] = $build;
+ }
+
+ return $output;
+ }
+
+ /**
+ * Save the data
+ *
+ * @param array $data_to_store Data provided by the API which needs to be processed for saving.
+ *
+ * @return string Results
+ */
+ public function store( $data_to_store ) {
+ $output = array();
+
+ /** @var WPSEO_Config_Field $field */
+ foreach ( $this->fields as $field ) {
+
+ $field_identifier = $field->get_identifier();
+
+ if ( ! array_key_exists( $field_identifier, $data_to_store ) ) {
+ continue;
+ }
+
+ $field_data = array();
+ if ( isset( $data_to_store[ $field_identifier ] ) ) {
+ $field_data = $data_to_store[ $field_identifier ];
+ }
+
+ $result = $this->adapter->set( $field, $field_data );
+
+ $build = array(
+ 'result' => $result,
+ );
+
+ // Set current data to object to be displayed.
+ $data = $this->get_field_data( $field );
+ if ( ! is_null( $data ) ) {
+ $build['data'] = $data;
+ }
+
+ $output[ $field_identifier ] = $build;
+ }
+
+ return $output;
+ }
+
+ /**
+ * Filter out null input values
+ *
+ * @param mixed $input Input to test against.
+ *
+ * @return bool
+ */
+ protected function is_not_null( $input ) {
+ return ! is_null( $input );
+ }
+
+ /**
+ * Get data from a specific field
+ *
+ * @param WPSEO_Config_Field $field Field to get data for.
+ *
+ * @return array|mixed
+ */
+ protected function get_field_data( WPSEO_Config_Field $field ) {
+ $data = $this->adapter->get( $field );
+
+ if ( is_array( $data ) ) {
+ $defaults = $field->get_data();
+
+ // Remove 'null' values from input.
+ $data = array_filter( $data, array( $this, 'is_not_null' ) );
+
+ // Merge defaults with data.
+ $data = array_merge( $defaults, $data );
+ }
+
+ if ( is_null( $data ) ) {
+ // Get default if no data was set.
+ $data = $field->get_data();
+
+ return $data;
+ }
+
+ return $data;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-structure.php b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-structure.php
new file mode 100644
index 0000000..e08598f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-structure.php
@@ -0,0 +1,87 @@
+add_step( 'intro', __( 'Welcome!', 'wordpress-seo' ), array(
+ 'upsellConfigurationService',
+ 'mailchimpSignup',
+ ) );
+ $this->add_step( 'environment_type', __( 'Environment', 'wordpress-seo' ), array( 'environment_type' ) );
+ $this->add_step( 'siteType', __( 'Site type', 'wordpress-seo' ), array( 'siteType' ) );
+ $this->add_step( 'publishingEntity', __( 'Company or person', 'wordpress-seo' ), array(
+ 'publishingEntity',
+ 'publishingEntityType',
+ 'publishingEntityCompanyName',
+ 'publishingEntityCompanyLogo',
+ 'publishingEntityPersonName',
+ ) );
+ $this->add_step( 'profileUrls', __( 'Social profiles', 'wordpress-seo' ), array(
+ 'socialProfilesIntro',
+ 'profileUrlFacebook',
+ 'profileUrlTwitter',
+ 'profileUrlInstagram',
+ 'profileUrlLinkedIn',
+ 'profileUrlMySpace',
+ 'profileUrlPinterest',
+ 'profileUrlYouTube',
+ 'profileUrlGooglePlus',
+ ) );
+
+ $fields = array( 'postTypeVisibility' );
+
+ $post_type_factory = new WPSEO_Config_Factory_Post_Type();
+ foreach ( $post_type_factory->get_fields() as $post_type_field ) {
+ $fields[] = $post_type_field->get_identifier();
+ }
+ $this->add_step( 'postTypeVisibility', __( 'Post type visibility', 'wordpress-seo' ), $fields );
+
+ $this->add_step( 'multipleAuthors', __( 'Multiple authors', 'wordpress-seo' ), array( 'multipleAuthors' ) );
+ $this->add_step( 'connectGoogleSearchConsole', __( 'Google Search Console', 'wordpress-seo' ), array( 'connectGoogleSearchConsole' ) );
+ $this->add_step( 'titleTemplate', __( 'Title settings', 'wordpress-seo' ), array(
+ 'siteName',
+ 'separator',
+ ) );
+ $this->add_step( 'success', __( 'Success!', 'wordpress-seo' ), array(
+ 'successMessage',
+ 'upsellSiteReview',
+ 'mailchimpSignup',
+ ) );
+ }
+
+ /**
+ * Add a step to the structure
+ *
+ * @param string $identifier Identifier for this step.
+ * @param string $title Title to display for this step.
+ * @param array $fields Fields to use on the step.
+ */
+ protected function add_step( $identifier, $title, $fields ) {
+ $this->steps[ $identifier ] = array(
+ 'title' => $title,
+ 'fields' => $fields,
+ );
+ }
+
+ /**
+ * Retrieve the registered steps
+ *
+ * @return array
+ */
+ public function retrieve() {
+ return $this->steps;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-connect-google-search-console.php b/wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-connect-google-search-console.php
new file mode 100644
index 0000000..bff581c
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-connect-google-search-console.php
@@ -0,0 +1,149 @@
+gsc_service = new WPSEO_GSC_Service( $this->get_profile() );
+ }
+
+ /**
+ * Set the Google Search Console service.
+ *
+ * @param WPSEO_GSC_Service $service Set service to use.
+ */
+ public function set_gsc_service( WPSEO_GSC_Service $service ) {
+ $this->gsc_service = $service;
+ }
+
+ /**
+ * Gets the component identifier.
+ *
+ * @return string
+ */
+ public function get_identifier() {
+ return 'ConnectGoogleSearchConsole';
+ }
+
+ /**
+ * Gets the field.
+ *
+ * @return WPSEO_Config_Field
+ */
+ public function get_field() {
+ return new WPSEO_Config_Field_Connect_Google_Search_Console();
+ }
+
+ /**
+ * Get the data for the field.
+ *
+ * @return mixed
+ */
+ public function get_data() {
+
+ $data = array(
+ 'profileList' => $this->get_profilelist(),
+ 'profile' => $this->get_profile(),
+ 'hasAccessToken' => $this->hasAccessToken(),
+ );
+
+ return $data;
+ }
+
+ /**
+ * Save data
+ *
+ * @param array $data Data containing changes.
+ *
+ * @return mixed
+ */
+ public function set_data( $data ) {
+
+ $current_data = $this->get_data();
+
+ $this->handle_profile_change( $current_data, $data );
+
+ // Save profile.
+ $has_saved = update_option(
+ WPSEO_GSC::OPTION_WPSEO_GSC,
+ array( 'profile' => $data['profile'] )
+ );
+
+ // Collect results to return to the configurator.
+ $results = array(
+ 'profile' => $has_saved,
+ );
+
+ return $results;
+ }
+
+ /**
+ * Remove issues when the profile has changed
+ *
+ * @param array $current_data Saved data before changes.
+ * @param array $data Data after changes.
+ */
+ protected function handle_profile_change( $current_data, $data ) {
+ // If the profile has been changed, remove issues.
+ if ( $current_data['profile'] === $data['profile'] ) {
+ return;
+ }
+
+ $this->reload_issues();
+ }
+
+ /**
+ * Get the current GSC profile
+ *
+ * @return string
+ */
+ protected function get_profile() {
+ return WPSEO_GSC_Settings::get_profile();
+ }
+
+ /**
+ * Reload GSC issues
+ */
+ protected function reload_issues() {
+ WPSEO_GSC_Settings::reload_issues();
+ }
+
+ /**
+ * Gets a list with the profiles.
+ *
+ * @return array
+ */
+ protected function get_profilelist() {
+ $profiles = array();
+ $sites = $this->gsc_service->get_sites();
+ foreach ( $sites as $siteKey => $siteValue ) {
+ $profiles[ untrailingslashit( $siteKey ) ] = untrailingslashit( $siteValue );
+ }
+
+ return $profiles;
+ }
+
+ /**
+ * Checks if there is an access token. If so, there is a connection.
+ *
+ * @return bool
+ */
+ private function hasAccessToken() {
+ return ( null !== $this->gsc_service->get_client()->getAccessToken() );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-mailchimp-signup.php b/wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-mailchimp-signup.php
new file mode 100644
index 0000000..a6ab920
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-mailchimp-signup.php
@@ -0,0 +1,79 @@
+ $this->has_mailchimp_signup(),
+ );
+
+ return $data;
+ }
+
+ /**
+ * Save data
+ *
+ * @param array $data Data containing changes.
+ *
+ * @return mixed
+ */
+ public function set_data( $data ) {
+
+ $has_saved = false;
+ if ( ! empty( $data['hasSignup'] ) ) {
+ // Saves the user meta.
+ update_user_meta( get_current_user_id(), self::META_NAME, true );
+
+ $has_saved = ( $data['hasSignup'] === $this->has_mailchimp_signup() );
+ }
+
+ // Collect results to return to the configurator.
+ $results = array(
+ 'hasSignup' => $has_saved,
+ );
+
+ return $results;
+ }
+
+ /**
+ * Checks if the user has entered his email for mailchimp already.
+ *
+ * @return bool
+ */
+ protected function has_mailchimp_signup() {
+ $user_meta = get_user_meta( get_current_user_id(), self::META_NAME, true );
+
+ return ( ! empty( $user_meta ) );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/components/interface-component.php b/wp-content/plugins/wordpress-seo/admin/config-ui/components/interface-component.php
new file mode 100644
index 0000000..0bae3af
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/components/interface-component.php
@@ -0,0 +1,30 @@
+ true ), 'objects' );
+ if ( ! empty( $post_types ) ) {
+ foreach ( $post_types as $post_type => $post_type_object ) {
+ $label = $this->decode_html_entities( $post_type_object->label );
+ $field = new WPSEO_Config_Field_Choice_Post_Type( $post_type, $label );
+
+ $this->add_custom_properties( $post_type, $field );
+
+ $fields[] = $field;
+ }
+ }
+
+ self::$fields = $fields;
+ }
+
+ return self::$fields;
+ }
+
+ /**
+ * Add custom properties for specific post types
+ *
+ * @param string $post_type Post type of field that is being added.
+ * @param WPSEO_Config_Field $field Field that corresponds to the post type.
+ */
+ private function add_custom_properties( $post_type, $field ) {
+ if ( 'attachment' === $post_type ) {
+ $field->set_property( 'explanation', __( 'WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.', 'wordpress-seo' ) );
+ }
+ }
+
+ /**
+ * Replaces the HTML entity with it's actual symbol.
+ *
+ * Because we do not not know what consequences it will have if we convert every HTML entity,
+ * we will only replace the characters that we have known problems with in text's.
+ *
+ * @param string $text The text to decode.
+ *
+ * @return string String with decoded HTML entities.
+ */
+ private function decode_html_entities( $text ) {
+ return str_replace( ''', '’', $text );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice-post-type.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice-post-type.php
new file mode 100644
index 0000000..ce66749
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice-post-type.php
@@ -0,0 +1,92 @@
+post_type = $post_type;
+
+ /* Translators: %1$s expands to the name of the post type. The options given to the user are "visible" and "hidden" */
+ $this->set_property( 'label', sprintf( __( 'The post type "%1$s" should be', 'wordpress-seo' ), $label ) );
+
+ $this->add_choice( 'true', __( 'Visible', 'wordpress-seo' ) );
+ $this->add_choice( 'false', __( 'Hidden', 'wordpress-seo' ) );
+ }
+
+ /**
+ * Set adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_custom_lookup(
+ $this->get_identifier(),
+ array( $this, 'get_data' ),
+ array( $this, 'set_data' )
+ );
+ }
+
+ /**
+ * Get the post type of this field.
+ *
+ * @return string Post type.
+ */
+ public function get_post_type() {
+ return $this->post_type;
+ }
+
+ /**
+ * @return bool
+ */
+ public function get_data() {
+ $option = WPSEO_Options::get_option( 'wpseo_xml' );
+
+ $key = 'post_types-' . $this->get_post_type() . '-not_in_sitemap';
+
+ $storedData = ! isset( $option[ $key ] ) || false === $option[ $key ];
+
+ if ( $storedData ) {
+ return 'true';
+ }
+
+ return 'false';
+ }
+
+ /**
+ * Set new data
+ *
+ * @param string $visible Visible (true) or hidden (false).
+ *
+ * @return bool
+ */
+ public function set_data( $visible ) {
+ $post_type = $this->get_post_type();
+
+ $option = WPSEO_Options::get_option( 'wpseo_xml' );
+
+ $option[ 'post_types-' . $post_type . '-not_in_sitemap' ] = ( $visible === 'false' );
+
+ update_option( 'wpseo_xml', $option );
+
+ // Check if everything got saved properly.
+ $saved_option = WPSEO_Options::get_option( 'wpseo_xml' );
+
+ return ( ( $visible === 'false' ) && $saved_option[ 'post_types-' . $post_type . '-not_in_sitemap' ] === true );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice.php
new file mode 100644
index 0000000..e9fe970
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice.php
@@ -0,0 +1,40 @@
+properties['choices'] = array();
+ }
+
+ /**
+ * Add a choice to the properties
+ *
+ * @param string $value Value op the option.
+ * @param string $label Label to display for the value.
+ * @param string $screen_reader_text Optional. Screenreader text to use.
+ */
+ public function add_choice( $value, $label, $screen_reader_text = '' ) {
+ $choice = array(
+ 'label' => $label,
+ );
+
+ if ( $screen_reader_text ) {
+ $choice['screenReaderText'] = $screen_reader_text;
+ }
+
+ $this->properties['choices'][ $value ] = $choice;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-logo.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-logo.php
new file mode 100644
index 0000000..8092d61
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-logo.php
@@ -0,0 +1,28 @@
+set_property( 'label', __( 'Provide an image of the company logo', 'wordpress-seo' ) );
+
+ $this->set_requires( 'publishingEntityType', 'company' );
+ }
+
+ /**
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo', 'company_logo' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-name.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-name.php
new file mode 100644
index 0000000..1247dab
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-name.php
@@ -0,0 +1,28 @@
+set_property( 'label', __( 'The name of the company', 'wordpress-seo' ) );
+
+ $this->set_requires( 'publishingEntityType', 'company' );
+ }
+
+ /**
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo', 'company_name' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-or-person.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-or-person.php
new file mode 100644
index 0000000..857bdbb
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-or-person.php
@@ -0,0 +1,29 @@
+set_property( 'label', __( 'This data is shown as metadata in your site. It is intended to appear in Google\'s Knowledge Graph. You can be either a company, or a person, choose either:', 'wordpress-seo' ) );
+
+ $this->add_choice( 'company', __( 'Company', 'wordpress-seo' ) );
+ $this->add_choice( 'person', __( 'Person', 'wordpress-seo' ) );
+ }
+
+ /**
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo', 'company_or_person' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-connect-google-search-console.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-connect-google-search-console.php
new file mode 100644
index 0000000..f22910c
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-connect-google-search-console.php
@@ -0,0 +1,28 @@
+ '',
+ 'profileList' => '',
+ );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-environment.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-environment.php
new file mode 100644
index 0000000..92df2f0
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-environment.php
@@ -0,0 +1,95 @@
+set_property( 'label', sprintf( __( 'Please specify the environment in which this site - %1$s - is running.', 'wordpress-seo' ), get_home_url() ) );
+
+ $this->add_choice( 'production', __( 'Production (this is a live site with real traffic)', 'wordpress-seo' ) );
+ $this->add_choice( 'staging', __( 'Staging (this is a copy of a live site used for testing purposes only)', 'wordpress-seo' ) );
+ $this->add_choice( 'development', __( 'Development (this site is running locally for development purposes)', 'wordpress-seo' ) );
+ }
+
+ /**
+ * Set adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_custom_lookup(
+ $this->get_identifier(),
+ array( $this, 'get_data' ),
+ array( $this, 'set_data' )
+ );
+ }
+
+ /**
+ * Gets the option that is set for this field.
+ *
+ * @return string The value for the environment_type wpseo option.
+ */
+ public function get_data() {
+ $option = WPSEO_Options::get_option( 'wpseo' );
+
+ return $option['environment_type'];
+ }
+
+ /**
+ * Set new data.
+ *
+ * @param string $environment_type The site's environment type.
+ *
+ * @return bool Returns whether the value is successfully set.
+ */
+ public function set_data( $environment_type ) {
+ $option = WPSEO_Options::get_option( 'wpseo' );
+
+ if ( $option['environment_type'] !== $environment_type ) {
+ $option['environment_type'] = $environment_type;
+ update_option( 'wpseo', $option );
+ if ( ! $this->set_indexation( $environment_type ) ) {
+ return false;
+ }
+ }
+
+ $saved_environment_option = WPSEO_Options::get_option( 'wpseo' );
+
+ return ( $saved_environment_option['environment_type'] === $option['environment_type'] );
+ }
+
+ /**
+ * Set the WordPress Search Engine Visibility option based on the environment type.
+ *
+ * @param string $environment_type The environment the site is running in.
+ *
+ * @return bool Returns if the options is set successfully.
+ */
+ protected function set_indexation( $environment_type ) {
+ $new_blog_public_value = 0;
+ $current_blog_public_value = get_option( 'blog_public' );
+
+ if ( $environment_type === 'production' ) {
+ $new_blog_public_value = 1;
+ }
+
+ if ( $current_blog_public_value !== $new_blog_public_value ) {
+ update_option( 'blog_public', $new_blog_public_value );
+
+ return true;
+ }
+ $saved_blog_public_value = get_option( 'blog_public' );
+
+ return ( $saved_blog_public_value === $new_blog_public_value );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-mailchimp-signup.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-mailchimp-signup.php
new file mode 100644
index 0000000..c990fa8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-mailchimp-signup.php
@@ -0,0 +1,56 @@
+ID > 0 ) ? $current_user->user_email : '';
+
+ $this->set_property( 'title' , __( 'Newsletter signup', 'wordpress-seo' ) );
+ $this->set_property(
+ 'label',
+ sprintf(
+ /* translators: %s expands to Yoast SEO. */
+ __( 'If you would like us to keep you up-to-date regarding %s, other plugins by Yoast and major news in the world of SEO, subscribe to our newsletter:', 'wordpress-seo' ),
+ 'Yoast SEO'
+ )
+ );
+
+ $this->set_property( 'mailchimpActionUrl', 'https://yoast.us1.list-manage.com/subscribe/post-json?u=ffa93edfe21752c921f860358&id=972f1c9122' );
+ $this->set_property( 'currentUserEmail', $user_email );
+ $this->set_property( 'userName', trim( $current_user->user_firstname . ' ' . $current_user->user_lastname ) );
+ }
+
+ /**
+ * Get the data
+ *
+ * @return array
+ */
+ public function get_data() {
+ return array(
+ 'hasSignup' => $this->has_mailchimp_signup(),
+ );
+
+ }
+
+ /**
+ * Checks if the user has entered his email for mailchimp already.
+ *
+ * @return bool
+ */
+ protected function has_mailchimp_signup() {
+ $user_meta = get_user_meta( get_current_user_id(), WPSEO_Config_Component_Mailchimp_Signup::META_NAME, true );
+ return ( ! empty( $user_meta ) );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-multiple-authors.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-multiple-authors.php
new file mode 100644
index 0000000..297e33a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-multiple-authors.php
@@ -0,0 +1,81 @@
+set_property( 'label', __( 'Does, or will, your site have multiple authors?', 'wordpress-seo' ) );
+
+ $this->add_choice( 'yes', __( 'Yes', 'wordpress-seo' ) );
+ $this->add_choice( 'no', __( 'No', 'wordpress-seo' ) );
+ }
+
+ /**
+ * Set adapter.
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_custom_lookup(
+ $this->get_identifier(),
+ array( $this, 'get_data' ),
+ array( $this, 'set_data' )
+ );
+ }
+
+ /**
+ * Get the data from the stored options.
+ *
+ * @return null|string
+ */
+ public function get_data() {
+
+ $option = WPSEO_Options::get_option( 'wpseo' );
+ if ( isset( $option['has_multiple_authors'] ) ) {
+ $value = $option['has_multiple_authors'];
+ }
+
+ if ( ! isset( $value ) || is_null( $value ) ) {
+ // If there are more than one users with level > 1 default to multiple authors.
+ $users = get_users( array(
+ 'fields' => 'IDs',
+ 'who' => 'authors',
+ ) );
+
+ $value = count( $users ) > 1;
+ }
+
+ return ( $value ) ? 'yes' : 'no';
+ }
+
+ /**
+ * Set the data in the options.
+ *
+ * @param {string} $data The data to set for the field.
+ *
+ * @return bool Returns true or false for successful storing the data.
+ */
+ public function set_data( $data ) {
+ $value = ( $data === 'yes' );
+
+ // Set multiple authors option.
+ $result_multiple_authors = WPSEO_Options::save_option( 'wpseo', 'has_multiple_authors', $value );
+
+ /*
+ * Set disable author archives option. When multiple authors is set to true,
+ * the disable author option has to be false. Because of this the $value is inversed.
+ */
+ $result_author_archives = WPSEO_Options::save_option( 'wpseo_titles', 'disable-author', ! $value );
+
+ return ( $result_multiple_authors === true && $result_author_archives === true );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-person-name.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-person-name.php
new file mode 100644
index 0000000..5f0cc4f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-person-name.php
@@ -0,0 +1,28 @@
+set_property( 'label', __( 'The name of the person', 'wordpress-seo' ) );
+
+ $this->set_requires( 'publishingEntityType', 'person' );
+ }
+
+ /**
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo', 'person_name' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-post-type-visibility.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-post-type-visibility.php
new file mode 100644
index 0000000..3503fb8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-post-type-visibility.php
@@ -0,0 +1,23 @@
+' . $copy . ' ';
+
+ $this->set_property( 'html', $html );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-facebook.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-facebook.php
new file mode 100644
index 0000000..ed84a88
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-facebook.php
@@ -0,0 +1,29 @@
+set_property( 'label', __( 'Facebook Page URL', 'wordpress-seo' ) );
+ $this->set_property( 'pattern', '^https:\/\/www\.facebook\.com\/([^/]+)\/$' );
+ }
+
+ /**
+ * Set adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo_social', 'facebook_site' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-googleplus.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-googleplus.php
new file mode 100644
index 0000000..65a1a3c
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-googleplus.php
@@ -0,0 +1,29 @@
+set_property( 'label', __( 'Google+ URL', 'wordpress-seo' ) );
+ $this->set_property( 'pattern', '^https:\/\/plus\.google\.com\/([^/]+)$' );
+ }
+
+ /**
+ * Set adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo_social', 'google_plus_url' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-instagram.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-instagram.php
new file mode 100644
index 0000000..6a33b51
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-instagram.php
@@ -0,0 +1,29 @@
+set_property( 'label', __( 'Instagram URL', 'wordpress-seo' ) );
+ $this->set_property( 'pattern', '^https:\/\/www\.instagram\.com\/([^/]+)\/$' );
+ }
+
+ /**
+ * Set adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo_social', 'instagram_url' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-linkedin.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-linkedin.php
new file mode 100644
index 0000000..b58c96f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-linkedin.php
@@ -0,0 +1,29 @@
+set_property( 'label', __( 'LinkedIn URL', 'wordpress-seo' ) );
+ $this->set_property( 'pattern', '^https:\/\/www\.linkedin\.com\/in\/([^/]+)$' );
+ }
+
+ /**
+ * Set adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo_social', 'linkedin_url' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-myspace.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-myspace.php
new file mode 100644
index 0000000..42168ed
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-myspace.php
@@ -0,0 +1,29 @@
+set_property( 'label', __( 'MySpace URL', 'wordpress-seo' ) );
+ $this->set_property( 'pattern', '^https:\/\/myspace\.com\/([^/]+)\/$' );
+ }
+
+ /**
+ * Set adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo_social', 'myspace_url' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-pinterest.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-pinterest.php
new file mode 100644
index 0000000..544bb64
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-pinterest.php
@@ -0,0 +1,29 @@
+set_property( 'label', __( 'Pinterest URL', 'wordpress-seo' ) );
+ $this->set_property( 'pattern', '^https:\/\/www\.pinterest\.com\/([^/]+)\/$' );
+ }
+
+ /**
+ * Set adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo_social', 'pinterest_url' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-twitter.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-twitter.php
new file mode 100644
index 0000000..223be1b
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-twitter.php
@@ -0,0 +1,28 @@
+set_property( 'label', __( 'Twitter Username', 'wordpress-seo' ) );
+ }
+
+ /**
+ * Set adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo_social', 'twitter_site' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-youtube.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-youtube.php
new file mode 100644
index 0000000..5a53b81
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-youtube.php
@@ -0,0 +1,29 @@
+set_property( 'label', __( 'YouTube URL', 'wordpress-seo' ) );
+ $this->set_property( 'pattern', '^https:\/\/www\.youtube\.com\/([^/]+)$' );
+ }
+
+ /**
+ * Set adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo_social', 'youtube_url' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-separator.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-separator.php
new file mode 100644
index 0000000..297a6c3
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-separator.php
@@ -0,0 +1,43 @@
+set_property( 'label', __( 'Title Separator', 'wordpress-seo' ) );
+ $this->set_property( 'explanation', __( 'Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they\'ll appear in the search results.', 'wordpress-seo' ) );
+
+ $this->add_choice( 'sc-dash', '-', __( 'Dash', 'wordpress-seo' ) );
+ $this->add_choice( 'sc-ndash', '–', __( 'En dash', 'wordpress-seo' ) );
+ $this->add_choice( 'sc-mdash', '—', __( 'Em dash', 'wordpress-seo' ) );
+ $this->add_choice( 'sc-middot', '·', __( 'Middle dot', 'wordpress-seo' ) );
+ $this->add_choice( 'sc-bull', '•', __( 'Bullet', 'wordpress-seo' ) );
+ $this->add_choice( 'sc-star', '*', __( 'Asterisk', 'wordpress-seo' ) );
+ $this->add_choice( 'sc-smstar', '⋆', __( 'Low asterisk', 'wordpress-seo' ) );
+ $this->add_choice( 'sc-pipe', '|', __( 'Vertical bar', 'wordpress-seo' ) );
+ $this->add_choice( 'sc-tilde', '~', __( 'Small tilde', 'wordpress-seo' ) );
+ $this->add_choice( 'sc-laquo', '«', __( 'Left angle quotation mark', 'wordpress-seo' ) );
+ $this->add_choice( 'sc-raquo', '»', __( 'Right angle quotation mark', 'wordpress-seo' ) );
+ $this->add_choice( 'sc-lt', '<', __( 'Less than sign', 'wordpress-seo' ) );
+ $this->add_choice( 'sc-gt', '>', __( 'Greater than sign', 'wordpress-seo' ) );
+ }
+
+ /**
+ * Set adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo_titles', 'separator' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-name.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-name.php
new file mode 100644
index 0000000..318d9c8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-name.php
@@ -0,0 +1,67 @@
+set_property( 'label', __( 'Website name', 'wordpress-seo' ) );
+ $this->set_property( 'explanation', __( 'Google shows your website\'s name in the search results, if you want to change it, you can do that here.', 'wordpress-seo' ) );
+ }
+
+ /**
+ * Set adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_custom_lookup(
+ $this->get_identifier(),
+ array( $this, 'get_data' ),
+ array( $this, 'set_data' )
+ ); }
+
+ /**
+ * Get the data from the stored options.
+ *
+ * @return null|string
+ */
+ public function get_data() {
+ $option = WPSEO_Options::get_option( 'wpseo' );
+ if ( ! empty( $option['website_name'] ) ) {
+ return $option['website_name'];
+ }
+
+ return get_bloginfo( 'name' );
+ }
+
+ /**
+ * Set the data in the options.
+ *
+ * @param {string} $data The data to set for the field.
+ *
+ * @return bool Returns true or false for successful storing the data.
+ */
+ public function set_data( $data ) {
+ $value = $data;
+
+ $option = WPSEO_Options::get_option( 'wpseo' );
+ $option['website_name'] = $value;
+
+ update_option( 'wpseo', $option );
+
+ // Check if everything got saved properly.
+ $saved_option = WPSEO_Options::get_option( 'wpseo' );
+
+ return ( $saved_option['website_name'] === $option['website_name'] );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-type.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-type.php
new file mode 100644
index 0000000..08f1a4e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-type.php
@@ -0,0 +1,36 @@
+set_property( 'label', sprintf( __( 'What kind of site is %1$s?', 'wordpress-seo' ), get_home_url() ) );
+
+ $this->add_choice( 'blog', __( 'Blog', 'wordpress-seo' ) );
+ $this->add_choice( 'shop', __( 'Webshop', 'wordpress-seo' ) );
+ $this->add_choice( 'news', __( 'News site', 'wordpress-seo' ) );
+ $this->add_choice( 'smallBusiness', __( 'Small business site', 'wordpress-seo' ) );
+ $this->add_choice( 'corporateOther', __( 'Other corporate site', 'wordpress-seo' ) );
+ $this->add_choice( 'personalOther', __( 'Other personal site', 'wordpress-seo' ) );
+ }
+
+ /**
+ * Set adapter
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ $adapter->add_yoast_lookup( $this->get_identifier(), 'wpseo', 'site_type' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-social-profiles-intro.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-social-profiles-intro.php
new file mode 100644
index 0000000..8403e52
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-social-profiles-intro.php
@@ -0,0 +1,23 @@
+' . $intro_text . '';
+
+ $this->set_property( 'html', $html );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-success-message.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-success-message.php
new file mode 100644
index 0000000..229e822
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-success-message.php
@@ -0,0 +1,42 @@
+',
+ sprintf(
+ /* translators: %1$s expands to Yoast SEO. */
+ __( '%1$s video tutorial', 'wordpress-seo' ),
+ 'Yoast SEO'
+ )
+ );
+
+ $html = '' . $success_message . '
';
+ $html .= '' . $onpage_seo . '
';
+ $html .= '' . $content_analysis_video . '
';
+
+ $this->set_property( 'html', $html );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-configuration-service.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-configuration-service.php
new file mode 100644
index 0000000..ae49842
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-configuration-service.php
@@ -0,0 +1,38 @@
+',
+ ''
+ );
+
+ $html = '' . $intro_text . '
';
+ $html .= '' . $upsell_text . '
';
+
+
+ $this->set_property( 'html', $html );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-site-review.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-site-review.php
new file mode 100644
index 0000000..10ca7e4
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-site-review.php
@@ -0,0 +1,30 @@
+',
+ '',
+ '',
+ ' '
+ );
+
+ $html = '' . $upsell_text . '
';
+
+ $this->set_property( 'html', $html );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field.php b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field.php
new file mode 100644
index 0000000..f4b3c2e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field.php
@@ -0,0 +1,134 @@
+field = $field;
+ $this->component = $component;
+ }
+
+ /**
+ * Get the identifier
+ *
+ * @return string
+ */
+ public function get_identifier() {
+ return $this->field;
+ }
+
+ /**
+ * Get the component
+ *
+ * @return string
+ */
+ public function get_component() {
+ return $this->component;
+ }
+
+ /**
+ * Set a property value
+ *
+ * @param string $name Property to set.
+ * @param mixed $value Value to apply.
+ */
+ public function set_property( $name, $value ) {
+ $this->properties[ $name ] = $value;
+ }
+
+ /**
+ * Get all the properties
+ *
+ * @return array
+ */
+ public function get_properties() {
+ return $this->properties;
+ }
+
+ /**
+ * Get the data
+ *
+ * @return mixed
+ */
+ public function get_data() {
+ return $this->data;
+ }
+
+ /**
+ * Array representation of this object.
+ *
+ * @return array
+ */
+ public function to_array() {
+ $output = array(
+ 'componentName' => $this->get_component(),
+ );
+
+ $properties = $this->get_properties();
+ if ( $properties ) {
+ $output['properties'] = $properties;
+ }
+
+ $requires = $this->get_requires();
+ if ( ! empty( $requires ) ) {
+ $output['requires'] = $requires;
+ }
+
+ return $output;
+ }
+
+ /**
+ * Set the adapter to use
+ *
+ * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on.
+ */
+ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) {
+ }
+
+ /**
+ * Requires another field to have a certain value.
+ *
+ * @param string $field Field to check for a certain value.
+ * @param mixed $value Value of the field.
+ */
+ public function set_requires( $field, $value ) {
+ $this->requires = array(
+ 'field' => $field,
+ 'value' => $value,
+ );
+ }
+
+ /**
+ * Get the required field settings (if present)
+ *
+ * @return array
+ */
+ public function get_requires() {
+ return $this->requires;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php b/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php
new file mode 100644
index 0000000..ed7a477
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php
@@ -0,0 +1,99 @@
+formatter = $formatter;
+ }
+
+ /**
+ * Returns the values
+ *
+ * @return array
+ */
+ public function get_values() {
+ $defaults = $this->get_defaults();
+ $values = $this->formatter->get_values();
+
+ return ( $values + $defaults );
+ }
+
+ /**
+ * Returns array with all the values always needed by a scraper object
+ *
+ * @return array
+ */
+ private function get_defaults() {
+ $analysis_seo = new WPSEO_Metabox_Analysis_SEO();
+ $analysis_readability = new WPSEO_Metabox_Analysis_Readability();
+
+ return array(
+ 'search_url' => '',
+ 'post_edit_url' => '',
+ 'base_url' => '',
+ 'contentTab' => __( 'Readability', 'wordpress-seo' ),
+ 'keywordTab' => __( 'Keyword:', 'wordpress-seo' ),
+ 'enterFocusKeyword' => __( 'Enter your focus keyword', 'wordpress-seo' ),
+ 'removeKeyword' => __( 'Remove keyword', 'wordpress-seo' ),
+ 'locale' => WPSEO_Utils::get_user_locale(),
+ 'translations' => $this->get_translations(),
+ 'keyword_usage' => array(),
+ 'title_template' => '',
+ 'metadesc_template' => '',
+ 'contentAnalysisActive' => $analysis_readability->is_enabled() ? 1 : 0,
+ 'keywordAnalysisActive' => $analysis_seo->is_enabled() ? 1 : 0,
+
+ /**
+ * Filter to determine if the markers should be enabled or not.
+ *
+ * @param bool $showMarkers Should the markers being enabled. Default = true.
+ */
+ 'show_markers' => apply_filters( 'wpseo_enable_assessment_markers', true ),
+ 'publish_box' => array(
+ 'labels' => array(
+ 'content' => __( 'Readability', 'wordpress-seo' ),
+ 'keyword' => __( 'SEO', 'wordpress-seo' ),
+ ),
+ 'statuses' => array(
+ 'na' => __( 'Not available', 'wordpress-seo' ),
+ 'bad' => __( 'Needs improvement', 'wordpress-seo' ),
+ 'ok' => __( 'OK', 'wordpress-seo' ),
+ 'good' => __( 'Good', 'wordpress-seo' ),
+ ),
+ ),
+ );
+
+ }
+
+ /**
+ * Returns Jed compatible YoastSEO.js translations.
+ *
+ * @return array
+ */
+ private function get_translations() {
+ $locale = WPSEO_Utils::get_user_locale();
+
+ $file = plugin_dir_path( WPSEO_FILE ) . 'languages/wordpress-seo-' . $locale . '.json';
+ if ( file_exists( $file ) && $file = file_get_contents( $file ) ) {
+ return json_decode( $file, true );
+ }
+
+ return array();
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php b/wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php
new file mode 100644
index 0000000..697d09c
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php
@@ -0,0 +1,181 @@
+post = $post;
+ $this->options = $options;
+ $this->permalink = $structure;
+ }
+
+ /**
+ * Returns the translated values.
+ *
+ * @return array
+ */
+ public function get_values() {
+ $values = array(
+ 'search_url' => $this->search_url(),
+ 'post_edit_url' => $this->edit_url(),
+ 'base_url' => $this->base_url_for_js(),
+ 'metaDescriptionDate' => '',
+ );
+
+ if ( $this->post instanceof WP_Post ) {
+ $values_to_set = array(
+ 'keyword_usage' => $this->get_focus_keyword_usage(),
+ 'title_template' => $this->get_title_template(),
+ 'metadesc_template' => $this->get_metadesc_template(),
+ 'metaDescriptionDate' => $this->get_metadesc_date(),
+ );
+
+ $values = ( $values_to_set + $values );
+ }
+
+ return $values;
+ }
+
+ /**
+ * Returns the url to search for keyword for the post
+ *
+ * @return string
+ */
+ private function search_url() {
+ return admin_url( 'edit.php?seo_kw_filter={keyword}' );
+ }
+
+ /**
+ * Returns the url to edit the taxonomy
+ *
+ * @return string
+ */
+ private function edit_url() {
+ return admin_url( 'post.php?post={id}&action=edit' );
+ }
+
+ /**
+ * Returns a base URL for use in the JS, takes permalink structure into account
+ *
+ * @return string
+ */
+ private function base_url_for_js() {
+ global $pagenow;
+
+ // The default base is the home_url.
+ $base_url = home_url( '/', null );
+
+ if ( 'post-new.php' === $pagenow ) {
+ return $base_url;
+ }
+
+ // If %postname% is the last tag, just strip it and use that as a base.
+ if ( 1 === preg_match( '#%postname%/?$#', $this->permalink ) ) {
+ $base_url = preg_replace( '#%postname%/?$#', '', $this->permalink );
+ }
+
+ return $base_url;
+ }
+
+ /**
+ * Counting the number of given keyword used for other posts than given post_id
+ *
+ * @return array
+ */
+ private function get_focus_keyword_usage() {
+ $keyword = WPSEO_Meta::get_value( 'focuskw', $this->post->ID );
+
+ return array(
+ $keyword => WPSEO_Meta::keyword_usage( $keyword, $this->post->ID ),
+ );
+ }
+
+ /**
+ * Retrieves the title template.
+ *
+ * @return string
+ */
+ private function get_title_template() {
+ return $this->get_template( 'title' );
+ }
+
+ /**
+ * Retrieves the metadesc template.
+ *
+ * @return string
+ */
+ private function get_metadesc_template() {
+ return $this->get_template( 'metadesc' );
+ }
+
+ /**
+ * Retrieves a template.
+ *
+ * @param String $template_option_name The name of the option in which the template you want to get is saved.
+ *
+ * @return string
+ */
+ private function get_template( $template_option_name ) {
+ $needed_option = $template_option_name . '-' . $this->post->post_type;
+
+ if ( isset( $this->options[ $needed_option ] ) && $this->options[ $needed_option ] !== '' ) {
+ return $this->options[ $needed_option ];
+ }
+
+ return '';
+ }
+
+ /**
+ * Determines the date to be displayed in the snippet preview
+ *
+ * @return string
+ */
+ private function get_metadesc_date() {
+ $date = '';
+
+ if ( $this->is_show_date_enabled() ) {
+ $date = date_i18n( 'M j, Y', mysql2date( 'U', $this->post->post_date ) );
+ }
+
+ return $date;
+ }
+
+ /**
+ * Returns whether or not showing the date in the snippet preview is enabled.
+ *
+ * @return bool
+ */
+ private function is_show_date_enabled() {
+ $post_type = $this->post->post_type;
+ $key = sprintf( 'showdate-%s', $post_type );
+
+ return isset( $this->options[ $key ] ) && true === $this->options[ $key ];
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php b/wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php
new file mode 100644
index 0000000..a99839f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php
@@ -0,0 +1,143 @@
+term = $term;
+ $this->taxonomy = $taxonomy;
+ $this->options = $options;
+ }
+
+ /**
+ * Returns the translated values.
+ *
+ * @return array
+ */
+ public function get_values() {
+ $values = array();
+
+ // Todo: a column needs to be added on the termpages to add a filter for the keyword, so this can be used in the focus kw doubles.
+ if ( is_object( $this->term ) && property_exists( $this->term, 'taxonomy' ) ) {
+ $values = array(
+ 'search_url' => $this->search_url(),
+ 'post_edit_url' => $this->edit_url(),
+ 'base_url' => $this->base_url_for_js(),
+ 'taxonomy' => $this->term->taxonomy,
+ 'keyword_usage' => $this->get_focus_keyword_usage(),
+ 'title_template' => $this->get_title_template(),
+ 'metadesc_template' => $this->get_metadesc_template(),
+ );
+ }
+
+ return $values;
+ }
+
+ /**
+ * Returns the url to search for keyword for the taxonomy
+ *
+ * @return string
+ */
+ private function search_url() {
+ return admin_url( 'edit-tags.php?taxonomy=' . $this->term->taxonomy . '&seo_kw_filter={keyword}' );
+ }
+
+ /**
+ * Returns the url to edit the taxonomy
+ *
+ * @return string
+ */
+ private function edit_url() {
+ global $wp_version;
+ $script_filename = version_compare( $wp_version, '4.5', '<' ) ? 'edit-tags' : 'term';
+ return admin_url( $script_filename . '.php?action=edit&taxonomy=' . $this->term->taxonomy . '&tag_ID={id}' );
+ }
+
+ /**
+ * Returns a base URL for use in the JS, takes permalink structure into account
+ *
+ * @return string
+ */
+ private function base_url_for_js() {
+
+ $base_url = home_url( '/', null );
+ $options = WPSEO_Options::get_option( 'wpseo_permalinks' );
+ if ( ! $options['stripcategorybase'] ) {
+ $base_url = trailingslashit( $base_url . $this->taxonomy->rewrite['slug'] );
+ }
+
+ return $base_url;
+ }
+
+ /**
+ * Counting the number of given keyword used for other term than given term_id
+ *
+ * @return array
+ */
+ private function get_focus_keyword_usage() {
+ $focuskw = WPSEO_Taxonomy_Meta::get_term_meta( $this->term, $this->term->taxonomy, 'focuskw' );
+
+ return WPSEO_Taxonomy_Meta::get_keyword_usage( $focuskw, $this->term->term_id, $this->term->taxonomy );
+ }
+
+ /**
+ * Retrieves the title template.
+ *
+ * @return string
+ */
+ private function get_title_template() {
+ return $this->get_template( 'title' );
+ }
+
+ /**
+ * Retrieves the metadesc template.
+ *
+ * @return string
+ */
+ private function get_metadesc_template() {
+ return $this->get_template( 'metadesc' );
+ }
+
+ /**
+ * Retrieves a template.
+ *
+ * @param String $template_option_name The name of the option in which the template you want to get is saved.
+ *
+ * @return string
+ */
+ private function get_template( $template_option_name ) {
+ $needed_option = $template_option_name . '-tax-' . $this->term->taxonomy;
+ if ( isset( $this->options[ $needed_option ] ) && $this->options[ $needed_option ] !== '' ) {
+ return $this->options[ $needed_option ];
+ }
+
+ return '';
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php b/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php
new file mode 100644
index 0000000..f3be154
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php
@@ -0,0 +1,18 @@
+valid_nonce() ) {
+ $marker = new WPSEO_GSC_Marker( filter_input( INPUT_POST, 'url' ) );
+
+ wp_die( $marker->get_response() );
+ }
+
+ wp_die( 'false' );
+ }
+
+ /**
+ * Handling the request to create a new redirect from the issued URL
+ */
+ public function ajax_create_redirect() {
+ if ( $this->valid_nonce() && class_exists( 'WPSEO_Redirect_Manager' ) && defined( 'WPSEO_PREMIUM_PATH' ) ) {
+ $redirect_manager = new WPSEO_Redirect_Manager();
+
+ $old_url = filter_input( INPUT_POST, 'old_url' );
+
+ // Creates the redirect.
+ $redirect = new WPSEO_Redirect( $old_url, filter_input( INPUT_POST, 'new_url' ), filter_input( INPUT_POST, 'type' ) );
+
+ if ( $redirect_manager->create_redirect( $redirect ) ) {
+ if ( filter_input( INPUT_POST, 'mark_as_fixed' ) === 'true' ) {
+ new WPSEO_GSC_Marker( $old_url );
+ }
+
+ wp_die( 'true' );
+ }
+ }
+
+ wp_die( 'false' );
+ }
+
+ /**
+ * Handle the AJAX request and dismiss the GSC notice
+ */
+ public function dismiss_notice() {
+ check_ajax_referer( 'dismiss-gsc-notice' );
+
+ update_user_meta( get_current_user_id(), 'wpseo_dismissed_gsc_notice', true );
+
+ wp_die( 'true' );
+ }
+
+ /**
+ * Saves the authorization code.
+ */
+ public function save_auth_code() {
+ if ( ! $this->valid_nonce() ) {
+ wp_die( '0' );
+ }
+
+ // Validate the authorization.
+ $service = $this->get_service();
+ $authorization_code = filter_input( INPUT_POST, 'authorization' );
+ $is_authorization_valid = WPSEO_GSC_Settings::validate_authorization( $authorization_code, $service->get_client() );
+ if ( ! $is_authorization_valid ) {
+ wp_die( '0' );
+ }
+
+ $this->get_profiles();
+ }
+
+ /**
+ * Clears all authorization data.
+ */
+ public function clear_auth_code() {
+ if ( ! $this->valid_nonce() ) {
+ wp_die( '0' );
+ }
+
+ $service = $this->get_service();
+
+ WPSEO_GSC_Settings::clear_data( $service );
+
+ $this->get_profiles();
+ }
+
+ /**
+ * Check if posted nonce is valid and return true if it is
+ *
+ * @return mixed
+ */
+ private function valid_nonce() {
+ return wp_verify_nonce( filter_input( INPUT_POST, 'ajax_nonce' ), 'wpseo-gsc-ajax-security' );
+ }
+
+ /**
+ * Returns an instance of the Google Search Console service.
+ *
+ * @return WPSEO_GSC_Service
+ */
+ private function get_service() {
+ return new WPSEO_GSC_Service();
+ }
+
+ /**
+ * Prints a JSON encoded string with the current profile config.
+ */
+ private function get_profiles() {
+ $component = new WPSEO_Config_Component_Connect_Google_Search_Console();
+
+ wp_die( wp_json_encode( $component->get_data() ) );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-bulk-action.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-bulk-action.php
new file mode 100644
index 0000000..02a5c16
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-bulk-action.php
@@ -0,0 +1,92 @@
+handle_bulk_action();
+ }
+ }
+
+ /**
+ * Handles the bulk action when there is an action posted
+ */
+ private function handle_bulk_action() {
+ if ( $bulk_action = $this->determine_bulk_action() ) {
+ $this->run_bulk_action( $bulk_action, $this->posted_issues() );
+
+ wp_redirect( filter_input( INPUT_POST, '_wp_http_referer' ) );
+ exit;
+ }
+ }
+
+ /**
+ * Determine which bulk action is selected and return that value
+ *
+ * @return string|bool
+ */
+ private function determine_bulk_action() {
+ // If posted action is the selected one above the table, return that value.
+ if ( ( $action = filter_input( INPUT_POST, 'action' ) ) && $action !== '-1' ) {
+ return $action;
+ }
+
+ // If posted action is the selected one below the table, return that value.
+ if ( ( $action = filter_input( INPUT_POST, 'action2' ) ) && $action !== '-1' ) {
+ return $action;
+ }
+
+ return false;
+ }
+
+ /**
+ * Get the posted issues and return them
+ *
+ * @return array
+ */
+ private function posted_issues() {
+ if ( $issues = filter_input( INPUT_POST, 'wpseo_crawl_issues', FILTER_DEFAULT, FILTER_REQUIRE_ARRAY ) ) {
+ return $issues;
+ }
+
+ // Fallback if issues are empty.
+ return array();
+ }
+
+ /**
+ * Runs the bulk action
+ *
+ * @param string $bulk_action Action type.
+ * @param array $issues Set of issues to apply to.
+ */
+ private function run_bulk_action( $bulk_action, $issues ) {
+ switch ( $bulk_action ) {
+ case 'mark_as_fixed' :
+ array_map( array( $this, 'action_mark_as_fixed' ), $issues );
+
+ break;
+ }
+ }
+
+ /**
+ * Marks the issue as fixed
+ *
+ * @param string $issue Issue URL.
+ *
+ * @return string
+ */
+ private function action_mark_as_fixed( $issue ) {
+ new WPSEO_GSC_Marker( $issue );
+
+ return $issue;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-category-filters.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-category-filters.php
new file mode 100644
index 0000000..f172a81
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-category-filters.php
@@ -0,0 +1,192 @@
+set_counts( $platform_counts );
+ }
+
+ // Setting the filter values.
+ $this->set_filter_values();
+
+ $this->category = $this->get_current_category();
+ }
+
+ /**
+ * Returns the value of the current category
+ *
+ * @return mixed|string
+ */
+ public function get_category() {
+ return $this->category;
+ }
+
+ /**
+ * Returns the current filters as an array
+ *
+ * Only return categories with more than 0 issues
+ *
+ * @return array
+ */
+ public function as_array() {
+ $new_views = array();
+
+ foreach ( $this->category_counts as $category_name => $category ) {
+ $new_views[] = $this->create_view_link( $category_name, $category['count'] );
+ }
+
+ return $new_views;
+ }
+
+ /**
+ * Getting the current view
+ */
+ private function get_current_category() {
+ if ( $current_category = filter_input( INPUT_GET, 'category' ) ) {
+ return $current_category;
+ }
+
+ // Just prevent redirect loops.
+ if ( ! empty( $this->category_counts ) ) {
+ $current_category = 'not_found';
+ if ( empty( $this->category_counts[ $current_category ] ) ) {
+ $current_category = key( $this->category_counts );
+ }
+
+ // Just redirect to set the category.
+ wp_redirect( add_query_arg( 'category', $current_category ) );
+ exit;
+ }
+ }
+
+ /**
+ * Setting the view counts based on the saved data. The info will be used to display the category filters
+ *
+ * @param array $platform_counts Set of counts by platform.
+ */
+ private function set_counts( array $platform_counts ) {
+ $this->category_counts = $this->parse_counts( $platform_counts );
+ }
+
+ /**
+ * Setting the values for the filter
+ */
+ private function set_filter_values() {
+ $this->set_filter_value( 'access_denied', __( 'Access denied', 'wordpress-seo' ), __( 'Server requires authentication or is blocking Googlebot from accessing the site.', 'wordpress-seo' ), __( 'Show information about errors in category \'Access Denied\'', 'wordpress-seo' ) );
+ $this->set_filter_value( 'faulty_redirects', __( 'Faulty redirects', 'wordpress-seo' ) );
+ $this->set_filter_value( 'not_followed',__( 'Not followed', 'wordpress-seo' ) );
+ $this->set_filter_value( 'not_found', __( 'Not found', 'wordpress-seo' ), __( 'URL points to a non-existent page.', 'wordpress-seo' ), __( 'Show information about errors in category \'Not Found\'', 'wordpress-seo' ) );
+ $this->set_filter_value( 'other', __( 'Other', 'wordpress-seo' ), __( 'Google was unable to crawl this URL due to an undetermined issue.', 'wordpress-seo' ), __( 'Show information about errors in category \'Other\'', 'wordpress-seo' ) );
+ /* Translators: %1$s: expands to 'robots.txt
'. */
+ $this->set_filter_value( 'roboted', __( 'Blocked', 'wordpress-seo' ), sprintf( __( 'Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.', 'wordpress-seo' ), 'robots.txt
' ), __( 'Show information about errors in category \'Blocked\'', 'wordpress-seo' ) );
+ $this->set_filter_value( 'server_error', __( 'Server Error', 'wordpress-seo' ), __( 'Request timed out or site is blocking Google.', 'wordpress-seo' ), __( 'Show information about errors in category \'Server\'', 'wordpress-seo' ) );
+ $this->set_filter_value( 'soft_404', __( 'Soft 404', 'wordpress-seo' ), __( "The target URL doesn't exist, but your server is not returning a 404 (file not found) error.", 'wordpress-seo' ), __( 'Show information about errors in category \'Soft 404\'', 'wordpress-seo' ) );
+ }
+
+ /**
+ * Add new filter value to the filter_values
+ *
+ * @param string $key Filter key.
+ * @param string $value Filter value.
+ * @param string $description Optional description string.
+ * @param string $help_button_text Optional help button text.
+ */
+ private function set_filter_value( $key, $value, $description = '', $help_button_text = '' ) {
+ $this->filter_values[ $key ] = array(
+ 'value' => $value,
+ 'description' => $description,
+ 'help-button' => $help_button_text,
+ );
+ }
+
+ /**
+ * Creates a filter link
+ *
+ * @param string $category Issue type.
+ * @param integer $count Count for the type.
+ *
+ * @return string
+ */
+ private function create_view_link( $category, $count ) {
+ $href = add_query_arg( array( 'category' => $category, 'paged' => 1 ) );
+
+ $class = 'gsc_category';
+
+ if ( $this->category === $category ) {
+ $class .= ' current';
+ }
+
+ $help_button = $help_panel = '';
+ if ( $this->filter_values[ $category ]['description'] !== '' ) {
+ $help = new WPSEO_Admin_Help_Panel( $category, $this->filter_values[ $category ]['help-button'], $this->filter_values[ $category ]['description'], 'has-wrapper' );
+ $help_button = $help->get_button_html();
+ $help_panel = $help->get_panel_html();
+ }
+
+ return sprintf(
+ '%3$s (%5$s ) %6$s %7$s',
+ esc_attr( $href ),
+ $class,
+ $this->filter_values[ $category ]['value'],
+ $category,
+ $count,
+ $help_button,
+ $help_panel
+ );
+ }
+
+ /**
+ * Parsing the category counts. When there are 0 issues for a specific category, just remove that one from the array
+ *
+ * @param array $category_counts Set of counts for categories.
+ *
+ * @return mixed
+ */
+ private function parse_counts( $category_counts ) {
+ foreach ( $category_counts as $category_name => $category ) {
+ if ( $category['count'] === '0' ) {
+ unset( $category_counts[ $category_name ] );
+ }
+ }
+
+ return $category_counts;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-config.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-config.php
new file mode 100644
index 0000000..9b39644
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-config.php
@@ -0,0 +1,22 @@
+ 'Yoast SEO',
+ 'client_id' => '395430892738-ushj8aced0cji2j4bkq6bda6felaigb9.apps.googleusercontent.com',
+ 'client_secret' => 'c2kYgOwMhk1emWxQ3NaA8wOi',
+ 'redirect_uri' => 'urn:ietf:wg:oauth:2.0:oob',
+ 'scopes' => array( 'https://www.googleapis.com/auth/webmasters' ),
+ );
+
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-count.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-count.php
new file mode 100644
index 0000000..653433d
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-count.php
@@ -0,0 +1,221 @@
+service = $service;
+ }
+
+ /**
+ * Getting the counts for given platform and return them as an array
+ *
+ * @param string $platform Platform (desktop, mobile, feature phone).
+ *
+ * @return array
+ */
+ public function get_platform_counts( $platform ) {
+ $counts = $this->get_counts();
+ if ( array_key_exists( $platform, $counts ) ) {
+ return $counts[ $platform ];
+ }
+
+ return array();
+ }
+
+ /**
+ * Return the fetched issues
+ *
+ * @return array
+ */
+ public function get_issues() {
+ return $this->issues;
+ }
+
+ /**
+ * Listing the issues an gives them back as fetched issues
+ *
+ * @param string $platform Platform (desktop, mobile, feature phone).
+ * @param string $category Issue category.
+ */
+ public function list_issues( $platform, $category ) {
+ $counts = $this->get_counts();
+
+ if ( array_key_exists( $platform, $counts ) ) {
+ $counts[ $platform ] = $this->list_category_issues( $counts[ $platform ], $platform, $category );
+
+ // Write the new counts value.
+ $this->set_counts( $counts );
+ }
+ }
+
+ /**
+ * Getting the counts for given platform and category.
+ *
+ * @param string $platform Platform (desktop, mobile, feature phone).
+ * @param string $category Issue type.
+ *
+ * @return integer
+ */
+ public function get_issue_count( $platform, $category ) {
+ $counts = $this->get_counts();
+
+ if ( ! empty( $counts[ $platform ][ $category ]['count'] ) ) {
+ return $counts[ $platform ][ $category ]['count'];
+ }
+
+ return 0;
+ }
+
+ /**
+ * Update the count of the issues
+ *
+ * @param string $platform Platform (desktop, mobile, feature phone).
+ * @param string $category Issue type.
+ * @param integer $new_count Updated count.
+ */
+ public function update_issue_count( $platform, $category, $new_count ) {
+ $counts = $this->get_counts();
+
+ if ( ! empty( $counts[ $platform ][ $category ] ) && is_array( $counts[ $platform ][ $category ] ) ) {
+ $counts[ $platform ][ $category ]['count'] = $new_count;
+ }
+
+ $this->set_counts( $counts );
+ }
+
+ /**
+ * Fetching the counts from the GSC API
+ */
+ public function fetch_counts() {
+ if ( WPSEO_GSC_Settings::get_profile() && $this->get_last_fetch() <= strtotime( '-12 hours' ) ) {
+ // Remove the timestamp.
+ $this->remove_last_fetch();
+
+ // Getting the counts and parse them.
+ $counts = $this->parse_counts( $this->service->get_crawl_issue_counts() );
+
+ // Fetching the counts by setting an option.
+ $this->set_counts( $counts );
+
+ // Saving the current timestamp.
+ $this->save_last_fetch();
+ }
+ }
+
+ /**
+ * Parsing the received counts from the API and map the keys to plugin friendly values
+ *
+ * @param array $fetched_counts Set of retrieved counts.
+ *
+ * @return array
+ */
+ private function parse_counts( array $fetched_counts ) {
+ $counts = array();
+ foreach ( $fetched_counts as $platform_name => $categories ) {
+ $new_platform = WPSEO_GSC_Mapper::platform_from_api( $platform_name );
+
+ foreach ( $categories as $category_name => $category ) {
+ $new_category = WPSEO_GSC_Mapper::category_from_api( $category_name );
+ $counts[ $new_platform ][ $new_category ] = $category;
+ }
+ }
+
+ return $counts;
+ }
+
+ /**
+ * Listing the issues for current category.
+ *
+ * @param array $counts Set of counts.
+ * @param string $platform Platform (desktop, mobile, feature phone).
+ * @param string $category Issue type.
+ *
+ * @return array
+ */
+ private function list_category_issues( array $counts, $platform, $category ) {
+ // When the issues have to be fetched.
+ if ( array_key_exists( $category, $counts ) && $counts[ $category ]['count'] > 0 && $counts[ $category ]['last_fetch'] <= strtotime( '-12 hours' ) ) {
+ if ( $issues = $this->service->fetch_category_issues( WPSEO_GSC_Mapper::platform_to_api( $platform ), WPSEO_GSC_Mapper::category_to_api( $category ) ) ) {
+ $this->issues = $issues;
+ }
+
+ // Be sure the total count is correct.
+ $counts[ $category ]['count'] = count( $this->issues );
+
+ // Set last fetch.
+ $counts[ $category ]['last_fetch'] = time();
+ }
+
+ return $counts;
+ }
+
+ /**
+ * Getting the counts from the options
+ *
+ * @return array
+ */
+ private function get_counts() {
+ return get_option( self::OPTION_CI_COUNTS, array() );
+ }
+
+ /**
+ * Fetching the counts from the service and store them in an option
+ *
+ * @param array $counts Set of counts.
+ */
+ private function set_counts( array $counts ) {
+ update_option( self::OPTION_CI_COUNTS, $counts );
+ }
+
+ /**
+ * Store the timestamp of when crawl errors were saved the last time.
+ */
+ private function save_last_fetch() {
+ add_option( self::OPTION_CI_LAST_FETCH, time(), '', 'no' );
+ }
+
+ /**
+ * Remove the last checked option
+ */
+ private function remove_last_fetch() {
+ delete_option( self::OPTION_CI_LAST_FETCH );
+ }
+
+ /**
+ * Get the timestamp of when the crawl errors were last saved
+ *
+ * @return int
+ */
+ private function get_last_fetch() {
+ return get_option( self::OPTION_CI_LAST_FETCH, 0 );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issue.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issue.php
new file mode 100644
index 0000000..b6ea06d
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issue.php
@@ -0,0 +1,89 @@
+url = $url;
+ $this->first_detected = $first_detected;
+ $this->last_crawled = $last_crawled;
+ $this->response_code = $response_code;
+ }
+
+ /**
+ * Put the class properties in array
+ *
+ * @return array
+ */
+ public function to_array() {
+ return array(
+ 'url' => $this->url,
+ 'first_detected' => $this->to_date_format( $this->first_detected ),
+ 'first_detected_raw' => $this->to_timestamp( $this->first_detected ),
+ 'last_crawled' => $this->to_date_format( $this->last_crawled ),
+ 'last_crawled_raw' => $this->to_timestamp( $this->last_crawled ),
+ 'response_code' => $this->response_code,
+ );
+ }
+
+ /**
+ * Converting the date to a date format
+ *
+ * @param DateTime $date_to_convert Date instance.
+ * @param string $format Format string.
+ *
+ * @return string
+ */
+ private function to_date_format( DateTime $date_to_convert, $format = '' ) {
+
+ if ( empty( $format ) ) {
+ $format = get_option( 'date_format' );
+ }
+
+ return date_i18n( $format, $date_to_convert->format( 'U' ) );
+ }
+
+ /**
+ * Converting the date to a timestamp
+ *
+ * @param DateTime $date_to_convert Date object instance.
+ *
+ * @return string
+ */
+ private function to_timestamp( DateTime $date_to_convert ) {
+ return $date_to_convert->format( 'U' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issues.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issues.php
new file mode 100644
index 0000000..40a3d4e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issues.php
@@ -0,0 +1,175 @@
+option_name = strtolower( 'wpseo-gsc-issues-' . $platform . '-' . $category );
+ $this->issues = $this->get_issues();
+
+ if ( ! empty( $fetched_issues ) && is_array( $fetched_issues ) ) {
+ $this->save_fetched_issues( $fetched_issues );
+ }
+ }
+ /**
+ * Getting the issues from the options.
+ *
+ * @return array
+ */
+ public function get_issues() {
+ return get_option( $this->option_name, array() );
+ }
+
+ /**
+ * Deleting the issue from the issues
+ *
+ * @param string $url URL to delete issues for.
+ *
+ * @return bool
+ */
+ public function delete_issue( $url ) {
+ $target_issue = $this->get_issue_by_url( $url );
+ if ( $target_issue !== false ) {
+ unset( $this->issues[ $target_issue ] );
+
+ $this->save_issues( $this->issues );
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Fetching the issues for current category and compare them with the already existing issues.
+ *
+ * @param array $fetched_issues Set of retrieved issues.
+ */
+ private function save_fetched_issues( array $fetched_issues ) {
+ $this->set_current_issues();
+
+ $crawl_issues = $this->get_issues();
+
+ // Walk through the issues to do the comparison.
+ foreach ( $fetched_issues as $issue ) {
+ $this->issue_compare( $crawl_issues, $issue );
+ }
+
+ $this->save_issues( $crawl_issues );
+
+ // Refresh the value of $this->issues.
+ $this->issues = $this->get_issues();
+ }
+
+ /**
+ * Comparing the issue with the list of current existing issues
+ *
+ * @param array $crawl_issues Set of issues by reference.
+ * @param stdClass $issue Issue object to check against the list.
+ */
+ private function issue_compare( &$crawl_issues, $issue ) {
+ $issue->pageUrl = WPSEO_Utils::format_url( (string) $issue->pageUrl );
+
+ if ( ! in_array( $issue->pageUrl, $this->current_issues ) ) {
+ array_push(
+ $crawl_issues,
+ $this->get_issue( $this->create_issue( $issue ) )
+ );
+ }
+ }
+
+ /**
+ * The fetched issue from the API will be parsed as an WPSEO_Crawl_Issue object. After initializing the issue as an
+ * object, the object will be returned
+ *
+ * @param stdClass $issue Issue data object.
+ *
+ * @return WPSEO_GSC_Issue
+ */
+ private function create_issue( $issue ) {
+ return new WPSEO_GSC_Issue(
+ $issue->pageUrl,
+ new DateTime( (string) $issue->first_detected ),
+ new DateTime( (string) $issue->last_crawled ),
+ (string) ( ! empty( $issue->responseCode ) ) ? $issue->responseCode : null
+ );
+ }
+
+ /**
+ * Returns the crawl issue as an array.
+ *
+ * @param WPSEO_GSC_Issue $crawl_issue Issue object instance.
+ *
+ * @return array()
+ */
+ private function get_issue( WPSEO_GSC_Issue $crawl_issue ) {
+ return $crawl_issue->to_array();
+ }
+
+ /**
+ * Saving the issues to the options. The target option is base on current platform and category.
+ *
+ * @param array $issues Set of issues.
+ */
+ private function save_issues( array $issues ) {
+ update_option( $this->option_name, $issues, false );
+ }
+
+ /**
+ * Getting the issues from the options and get only the URL out of it. This is because there will be a comparison
+ * with the issues from the API.
+ */
+ private function set_current_issues() {
+ if ( ! empty( $this->issues ) ) {
+ $this->current_issues = wp_list_pluck( $this->issues, 'url' );
+ }
+ }
+
+ /**
+ * Search in the issues for the given $url
+ *
+ * @param string $url Issue URL to search for.
+ *
+ * @return int|string
+ */
+ private function get_issue_by_url( $url ) {
+ foreach ( $this->issues as $key => $issue ) {
+ if ( $url === $issue['url'] ) {
+ return $key;
+ }
+ }
+
+ return false;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-mapper.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-mapper.php
new file mode 100644
index 0000000..afaa104
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-mapper.php
@@ -0,0 +1,112 @@
+ 'web',
+ 'mobile' => 'mobile',
+ 'smartphone_only' => 'smartphoneOnly',
+ 'settings' => 'settings', // This one is basicly not a platform, but a tab.
+ );
+
+ /**
+ * The categories which can be mapped
+ *
+ * @var array
+ */
+ private static $categories = array(
+ 'access_denied' => 'authPermissions',
+ 'faulty_redirects' => 'manyToOneRedirect',
+ 'not_followed' => 'notFollowed',
+ 'not_found' => 'notFound',
+ 'other' => 'other',
+ 'roboted' => 'roboted',
+ 'server_error' => 'serverError',
+ 'soft_404' => 'soft404',
+ );
+
+ /**
+ * If there is no platform, just get the first key out of the array and redirect to it.
+ *
+ * @param string $platform Platform (desktop, mobile, feature phone).
+ *
+ * @return mixed
+ */
+ public static function get_current_platform( $platform ) {
+ if ( $current_platform = filter_input( INPUT_GET, $platform ) ) {
+ return $current_platform;
+ }
+
+ wp_redirect( add_query_arg( $platform, key( self::$platforms ) ) );
+ exit;
+ }
+
+ /**
+ * Mapping the platform
+ *
+ * @param string $platform Platform (desktop, mobile, feature phone).
+ *
+ * @return mixed
+ */
+ public static function platform_to_api( $platform ) {
+ if ( ! empty( $platform ) && array_key_exists( $platform, self::$platforms ) ) {
+ return self::$platforms[ $platform ];
+ }
+ }
+
+ /**
+ * Mapping the given platform by value and return its key
+ *
+ * @param string $platform Platform (desktop, mobile, feature phone).
+ *
+ * @return string
+ */
+ public static function platform_from_api( $platform ) {
+ if ( ! empty( $platform ) && $platform = array_search( $platform, self::$platforms ) ) {
+ return $platform;
+ }
+
+ return $platform;
+ }
+
+ /**
+ * Mapping the given category by searching for its key.
+ *
+ * @param string $category Issue type.
+ *
+ * @return mixed
+ */
+ public static function category_to_api( $category ) {
+ if ( ! empty( $category ) && array_key_exists( $category, self::$categories ) ) {
+ return self::$categories[ $category ];
+ }
+
+ return $category;
+ }
+
+ /**
+ * Mapping the given category by value and return its key
+ *
+ * @param string $category Issue type.
+ *
+ * @return string
+ */
+ public static function category_from_api( $category ) {
+ if ( ! empty( $category ) && $category = array_search( $category, self::$categories ) ) {
+ return $category;
+ }
+
+ return $category;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-marker.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-marker.php
new file mode 100644
index 0000000..f8ae147
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-marker.php
@@ -0,0 +1,143 @@
+url = $url;
+ $this->result = $this->get_result();
+ }
+
+ /**
+ * Getting the response for the AJAX request
+ *
+ * @return string
+ */
+ public function get_response() {
+ return $this->result;
+ }
+
+ /**
+ * Setting the result, this method will check if current
+ *
+ * @return string
+ */
+ private function get_result() {
+ if ( $this->can_be_marked_as_fixed() ) {
+ $service = new WPSEO_GSC_Service( WPSEO_GSC_Settings::get_profile() );
+
+ if ( $this->set_crawl_issues() && $this->send_mark_as_fixed( $service ) && $this->delete_crawl_issue() ) {
+ $this->update_issue_count( $service );
+
+ return 'true';
+ }
+ }
+
+ return 'false';
+ }
+
+ /**
+ * Check if request is valid by verifying the posted nonce and return the URL if this one is set
+ *
+ * @return bool|string
+ */
+ private function can_be_marked_as_fixed() {
+ if ( $this->url !== '' ) {
+ return $this->url;
+ }
+
+ return false;
+ }
+
+ /**
+ * Storing the data belonging to the current issue, this data is needed in the 'mark as fixed' flow
+ *
+ * @return bool
+ */
+ private function set_crawl_issues() {
+ $this->platform = filter_input( INPUT_POST, 'platform' );
+ $this->category = filter_input( INPUT_POST, 'category' );
+ if ( $this->platform && $this->category ) {
+ $this->crawl_issues = new WPSEO_GSC_Issues( $this->platform, $this->category );
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Sending a request to the Google Search Console API to let them know we marked an issue as fixed.
+ *
+ * @param WPSEO_GSC_Service $service Service object instance.
+ *
+ * @return bool
+ */
+ private function send_mark_as_fixed( WPSEO_GSC_Service $service ) {
+ return $service->mark_as_fixed( $this->url, $this->platform, $this->category );
+ }
+
+ /**
+ * Delete the crawl issue from the database
+ *
+ * @return bool
+ */
+ private function delete_crawl_issue() {
+ return $this->crawl_issues->delete_issue( $this->url );
+ }
+
+ /**
+ * Getting the counts for current platform - category combination and update the score of it.
+ *
+ * @param WPSEO_GSC_Service $service Service object instance.
+ */
+ private function update_issue_count( WPSEO_GSC_Service $service ) {
+ $counts = new WPSEO_GSC_Count( $service );
+
+ // Get the issues.
+ $total_issues = $counts->get_issue_count( $this->platform, $this->category );
+
+ // Lower the current count with 1.
+ $total_issues = ( $total_issues - 1 );
+
+ // And update the count.
+ $counts->update_issue_count( $this->platform, $this->category, $total_issues );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-platform-tabs.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-platform-tabs.php
new file mode 100644
index 0000000..30a988e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-platform-tabs.php
@@ -0,0 +1,94 @@
+platform_tabs();
+ }
+
+ /**
+ * Getting the current_tab
+ *
+ * @return string
+ */
+ public function current_tab() {
+ return $this->current_tab;
+ }
+
+ /**
+ * Loops through the array with all the platforms and convert it into an array
+ *
+ * @return string
+ */
+ private function platform_tabs() {
+ $tabs = array( 'settings' => __( 'Settings', 'wordpress-seo' ) );
+
+ $platforms = array(
+ 'web' => __( 'Desktop', 'wordpress-seo' ),
+ 'smartphone_only' => __( 'Smartphone', 'wordpress-seo' ),
+ 'mobile' => __( 'Feature phone', 'wordpress-seo' ),
+ );
+
+ if ( WPSEO_GSC_Settings::get_profile() !== '' ) {
+ $tabs = array_merge( $platforms, $tabs );
+ }
+
+ $admin_link = admin_url( 'admin.php?page=wpseo_search_console&tab=' );
+
+ $this->set_current_tab( $tabs );
+
+ $return = '';
+
+ foreach ( $tabs as $platform_target => $platform_value ) {
+ $return .= $this->platform_tab( $platform_target, $platform_value, $admin_link );
+ }
+
+ return $return;
+ }
+
+ /**
+ * Setting the current tab
+ *
+ * @param array $platforms Set of platforms (desktop, mobile, feature phone).
+ */
+ private function set_current_tab( array $platforms ) {
+ $this->current_tab = key( $platforms );
+ if ( $current_platform = filter_input( INPUT_GET, 'tab' ) ) {
+ $this->current_tab = $current_platform;
+ }
+ }
+
+ /**
+ * Parses the tab
+ *
+ * @param string $platform_target Platform (desktop, mobile, feature phone).
+ * @param string $platform_value Link anchor.
+ * @param string $admin_link Link URL admin base.
+ *
+ * @return string
+ */
+ private function platform_tab( $platform_target, $platform_value, $admin_link ) {
+ $active = '';
+ if ( $this->current_tab === $platform_target ) {
+ $active = ' nav-tab-active';
+ }
+
+ return '' . $platform_value . ' ';
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-service.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-service.php
new file mode 100644
index 0000000..57e3897
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-service.php
@@ -0,0 +1,192 @@
+profile = $profile;
+
+ $this->set_client();
+ }
+
+ /**
+ * Returns the client
+ *
+ * @return Yoast_Api_Google_Client
+ */
+ public function get_client() {
+ return $this->client;
+ }
+
+ /**
+ * Removes the option and calls the clients clear_data method to clear that one as well
+ */
+ public function clear_data() {
+ // Clear client data.
+ $this->client->clear_data();
+ }
+
+ /**
+ * Get all sites that are registered in the GSC panel
+ *
+ * @return array
+ */
+ public function get_sites() {
+ $sites = array();
+
+ $response_json = $this->client->do_request( 'sites', true );
+
+ // Do list sites request.
+ if ( ! empty( $response_json->siteEntry ) ) {
+ foreach ( $response_json->siteEntry as $entry ) {
+ $sites[ str_ireplace( 'sites/', '', (string) $entry->siteUrl ) ] = (string) $entry->siteUrl;
+ }
+
+ // Sorting the retrieved sites.
+ asort( $sites );
+ }
+
+ return $sites;
+ }
+
+ /**
+ * Get crawl issues
+ *
+ * @return array
+ */
+ public function get_crawl_issue_counts() {
+ // Setup crawl error list.
+ $crawl_error_counts = $this->get_crawl_error_counts( $this->profile );
+
+ $return = array();
+ if ( ! empty( $crawl_error_counts->countPerTypes ) ) {
+ foreach ( $crawl_error_counts->countPerTypes as $category ) {
+ $return[ $category->platform ][ $category->category ] = array(
+ 'count' => $category->entries[0]->count,
+ 'last_fetch' => null,
+ );
+ }
+ }
+
+ return $return;
+ }
+
+ /**
+ * Sending request to mark issue as fixed
+ *
+ * @param string $url Issue URL.
+ * @param string $platform Platform (desktop, mobile, feature phone).
+ * @param string $category Issue type.
+ *
+ * @return bool
+ */
+ public function mark_as_fixed( $url, $platform, $category ) {
+ $response = $this->client->do_request( 'sites/' . urlencode( $this->profile ) . '/urlCrawlErrorsSamples/' . urlencode( ltrim( $url, '/' ) ) . '?category=' . WPSEO_GSC_Mapper::category_to_api( $category ) . '&platform=' . WPSEO_GSC_Mapper::platform_to_api( $platform ) . '', false, 'DELETE' );
+ return ( $response->getResponseHttpCode() === 204 );
+ }
+
+ /**
+ * Fetching the issues from the GSC API
+ *
+ * @param string $platform Platform (desktop, mobile, feature phone).
+ * @param string $category Issue type.
+ *
+ * @return mixed
+ */
+ public function fetch_category_issues( $platform, $category ) {
+ $issues = $this->client->do_request(
+ 'sites/' . urlencode( $this->profile ) . '/urlCrawlErrorsSamples?category=' . $category . '&platform=' . $platform,
+ true
+ );
+
+ if ( ! empty( $issues->urlCrawlErrorSample ) ) {
+ return $issues->urlCrawlErrorSample;
+ }
+ }
+
+ /**
+ * Setting the GSC client
+ */
+ private function set_client() {
+ try {
+ new Yoast_Api_Libs( '2.0' );
+ }
+ catch ( Exception $exception ) {
+ if ( $exception->getMessage() === 'required_version' ) {
+ $this->incompatible_api_libs(
+ __( 'Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We\'ve detected this isn\'t the case, so please update the Yoast plugins that aren\'t up to date yet.', 'wordpress-seo' )
+ );
+ }
+ }
+
+ if ( class_exists( 'Yoast_Api_Google_Client' ) === false ) {
+ $this->incompatible_api_libs(
+ /* translators: %1$s expands to Yoast SEO, %2$s expands to Google Analytics by Yoast */
+ sprintf(
+ __(
+ '%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.',
+ 'wordpress-seo'
+ ),
+ 'Yoast SEO',
+ 'Google Analytics by Yoast'
+ )
+ );
+
+ wp_redirect( admin_url( 'admin.php?page=' . WPSEO_Admin::PAGE_IDENTIFIER ) );
+ exit;
+ }
+
+ $this->client = new Yoast_Api_Google_Client( WPSEO_GSC_Config::$gsc, 'wpseo-gsc', 'https://www.googleapis.com/webmasters/v3/' );
+ }
+
+ /**
+ * Adding notice that the api libs has the wrong version
+ *
+ * @param string $notice Message string.
+ */
+ private function incompatible_api_libs( $notice ) {
+ Yoast_Notification_Center::get()->add_notification(
+ new Yoast_Notification( $notice, array( 'type' => Yoast_Notification::ERROR ) )
+ );
+ }
+
+ /**
+ * Getting the crawl error counts
+ *
+ * @param string $profile Profile name string.
+ *
+ * @return object|bool
+ */
+ private function get_crawl_error_counts( $profile ) {
+ $crawl_error_counts = $this->client->do_request(
+ 'sites/' . urlencode( $profile ) . '/urlCrawlErrorsCounts/query',
+ true
+ );
+
+ if ( ! empty( $crawl_error_counts ) ) {
+ return $crawl_error_counts;
+ }
+
+ return false;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-settings.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-settings.php
new file mode 100644
index 0000000..1a3f343
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-settings.php
@@ -0,0 +1,102 @@
+clear_data();
+ }
+
+ /**
+ * Reloading all the issues
+ */
+ public static function reload_issues() {
+ // Remove issue and issue counts.
+ self::remove();
+ }
+
+ /**
+ * When authorization is successful return true, otherwise false
+ *
+ * @param string $authorization_code Code to validate.
+ * @param Yoast_Api_Google_Client $client Client object instance.
+ *
+ * @return bool
+ */
+ public static function validate_authorization( $authorization_code, Yoast_Api_Google_Client $client ) {
+ return ( $authorization_code !== '' && $client->authenticate_client( $authorization_code ) );
+ }
+
+ /**
+ * Get the GSC profile
+ *
+ * @return string
+ */
+ public static function get_profile() {
+ // Get option.
+ $option = get_option( WPSEO_GSC::OPTION_WPSEO_GSC, array( 'profile' => '' ) );
+
+ // Set the profile.
+ $profile = '';
+ if ( ! empty( $option['profile'] ) ) {
+ $profile = $option['profile'];
+ }
+
+ // Return the profile.
+ return trim( $profile, '/' );
+ }
+
+ /**
+ * Removes the issue counts and all the issues from the options
+ */
+ private static function remove() {
+ // Remove the issue counts from the options.
+ self::remove_issue_counts();
+
+ // Removing all issues from the database.
+ self::remove_issues();
+ }
+
+ /**
+ * Remove the issue counts
+ */
+ private static function remove_issue_counts() {
+ // Remove the options which are holding the counts.
+ delete_option( WPSEO_GSC_Count::OPTION_CI_COUNTS );
+ delete_option( WPSEO_GSC_Count::OPTION_CI_LAST_FETCH );
+ }
+
+ /**
+ * Delete the issues and their meta data from the database
+ */
+ private static function remove_issues() {
+ global $wpdb;
+
+ // Remove local crawl issues by running a delete query.
+ $wpdb->query( "DELETE FROM {$wpdb->options} WHERE option_name LIKE 'wpseo-gsc-issues-%'" );
+ }
+
+ /**
+ * Removes the options for GSC
+ */
+ private static function remove_gsc_option() {
+ delete_option( WPSEO_GSC::OPTION_WPSEO_GSC );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-table.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-table.php
new file mode 100644
index 0000000..01ae5c2
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-table.php
@@ -0,0 +1,385 @@
+ 300,
+ 'no_premium' => 140,
+ 'already_exists' => 160,
+ );
+
+ /**
+ * Search Console table class constructor (subclasses list table).
+ *
+ * @param string $platform Platform (desktop, mobile, feature phone).
+ * @param string $category Type of the issues.
+ * @param array $items Set of the issues to display.
+ */
+ public function __construct( $platform, $category, array $items ) {
+ parent::__construct();
+
+ // Adding the thickbox.
+ add_thickbox();
+
+ // Set search string.
+ if ( ( $search_string = filter_input( INPUT_GET, 's' ) ) != '' ) {
+ $this->search_string = $search_string;
+ }
+
+ $this->current_view = $category;
+
+ // Set the crawl issue source.
+ $this->show_fields( $platform );
+
+ $this->items = $items;
+ }
+
+ /**
+ * Getting the screen id from this table
+ *
+ * @return string
+ */
+ public function get_screen_id() {
+ return $this->screen->id;
+ }
+
+ /**
+ * Setup the table variables, fetch the items from the database, search, sort and format the items.
+ */
+ public function prepare_items() {
+ // Get variables needed for pagination.
+ $this->per_page = $this->get_items_per_page( 'errors_per_page', $this->per_page );
+ $this->current_page = intval( ( $paged = filter_input( INPUT_GET, 'paged' ) ) ? $paged : 1 );
+
+ $this->setup_columns();
+ $this->views();
+ $this->parse_items();
+ }
+
+ /**
+ * Set the table columns
+ *
+ * @return array
+ */
+ public function get_columns() {
+ $columns = array(
+ 'cb' => ' ',
+ 'url' => __( 'URL', 'wordpress-seo' ),
+ 'last_crawled' => __( 'Last crawled', 'wordpress-seo' ),
+ 'first_detected' => __( 'First detected', 'wordpress-seo' ),
+ 'response_code' => __( 'Response code', 'wordpress-seo' ),
+ );
+
+ return $columns;
+ }
+
+ /**
+ * Return the columns that are sortable
+ *
+ * @return array
+ */
+ protected function get_sortable_columns() {
+ $sortable_columns = array(
+ 'url' => array( 'url', false ),
+ 'last_crawled' => array( 'last_crawled', false ),
+ 'first_detected' => array( 'first_detected', false ),
+ 'response_code' => array( 'response_code', false ),
+ );
+
+ return $sortable_columns;
+ }
+
+ /**
+ * Return available bulk actions
+ *
+ * @return array
+ */
+ protected function get_bulk_actions() {
+ return array(
+ 'mark_as_fixed' => __( 'Mark as fixed', 'wordpress-seo' ),
+ );
+ }
+
+ /**
+ * Default method to display a column
+ *
+ * @param array $item Data array.
+ * @param string $column_name Column name key.
+ *
+ * @return mixed
+ */
+ protected function column_default( $item, $column_name ) {
+ return $item[ $column_name ];
+ }
+
+ /**
+ * Checkbox column
+ *
+ * @param array $item Item data array.
+ *
+ * @return string
+ */
+ protected function column_cb( $item ) {
+ return sprintf(
+ ' ', $item['url']
+ );
+ }
+
+ /**
+ * Formatting the output of the column last crawled into a dateformat
+ *
+ * @param array $item Item data array.
+ *
+ * @return string
+ */
+ protected function column_last_crawled( $item ) {
+ return date_i18n( get_option( 'date_format' ), strtotime( $item['last_crawled'] ) );
+ }
+
+ /**
+ * Formatting the output of the column first detected into a dateformat
+ *
+ * @param array $item Item data array.
+ *
+ * @return string
+ */
+ protected function column_first_detected( $item ) {
+ return date_i18n( get_option( 'date_format' ), strtotime( $item['first_detected'] ) );
+ }
+
+ /**
+ * URL column
+ *
+ * @param array $item Item data array.
+ *
+ * @return string
+ */
+ protected function column_url( $item ) {
+ $actions = array();
+
+ if ( $this->can_create_redirect() ) {
+ /**
+ * Modal box
+ */
+ $modal_height = $this->modal_box( $item['url'] );
+
+ $actions['create_redirect'] = '' . __( 'Create redirect', 'wordpress-seo' ) . ' ';
+ }
+
+ $actions['view'] = '' . __( 'View', 'wordpress-seo' ) . ' ';
+ $actions['markasfixed'] = '' . __( 'Mark as fixed', 'wordpress-seo' ) . ' ';
+
+ return sprintf(
+ '%1$s %2$s',
+ $item['url'],
+ $this->row_actions( $actions )
+ );
+ }
+
+ /**
+ * Running the setup of the columns
+ */
+ private function setup_columns() {
+ $this->_column_headers = array( $this->get_columns(), array(), $this->get_sortable_columns() );
+ }
+
+ /**
+ * Check if the current category allow creating redirects
+ *
+ * @return bool
+ */
+ private function can_create_redirect() {
+ return in_array( $this->current_view, array( 'soft_404', 'not_found', 'access_denied' ) );
+ }
+
+ /**
+ * Setting the table navigation
+ *
+ * @param int $total_items Total number of items.
+ * @param int $posts_per_page Number of items per page.
+ */
+ private function set_pagination( $total_items, $posts_per_page ) {
+ $this->set_pagination_args( array(
+ 'total_items' => $total_items,
+ 'total_pages' => ceil( ( $total_items / $posts_per_page ) ),
+ 'per_page' => $posts_per_page,
+ ) );
+ }
+
+ /**
+ * Setting the items
+ */
+ private function parse_items() {
+ if ( is_array( $this->items ) && count( $this->items ) > 0 ) {
+ if ( ! empty( $this->search_string ) ) {
+ $this->do_search();
+ }
+
+ $this->set_pagination( count( $this->items ), $this->per_page );
+
+ $this->sort_items();
+ $this->paginate_items();
+ }
+ }
+
+ /**
+ * Search through the items
+ */
+ private function do_search() {
+ $results = array();
+
+ foreach ( $this->items as $item ) {
+ foreach ( $item as $value ) {
+ if ( stristr( $value, $this->search_string ) !== false ) {
+ $results[] = $item;
+ continue;
+ }
+ }
+ }
+
+ $this->items = $results;
+ }
+
+ /**
+ * Running the pagination
+ */
+ private function paginate_items() {
+ // Setting the starting point. If starting point is below 1, overwrite it with value 0, otherwise it will be sliced of at the back.
+ $slice_start = ( $this->current_page - 1 );
+ if ( $slice_start < 0 ) {
+ $slice_start = 0;
+ }
+
+ // Apply 'pagination'.
+ $this->items = array_slice( $this->items, ( $slice_start * $this->per_page ), $this->per_page );
+ }
+
+ /**
+ * Sort the items by callback
+ */
+ private function sort_items() {
+ // Sort the results.
+ usort( $this->items, array( $this, 'do_reorder' ) );
+ }
+
+ /**
+ * Doing the sorting of the issues
+ *
+ * @param array $a First data set for comparison.
+ * @param array $b Second data set for comparison.
+ *
+ * @return int
+ */
+ private function do_reorder( $a, $b ) {
+ // If no sort, default to title.
+ $orderby = ( $orderby = filter_input( INPUT_GET, 'orderby' ) ) ? $orderby : 'url';
+
+ // If no order, default to asc.
+ $order = ( $order = filter_input( INPUT_GET, 'order' ) ) ? $order : 'asc';
+
+ // When there is a raw field of it, sort by this field.
+ if ( array_key_exists( $orderby . '_raw', $a ) && array_key_exists( $orderby . '_raw', $b ) ) {
+ $orderby = $orderby . '_raw';
+ }
+
+ // Determine sort order.
+ $result = strcmp( $a[ $orderby ], $b[ $orderby ] );
+
+ // Send final sort direction to usort.
+ return ( $order === 'asc' ) ? $result : ( - $result );
+ }
+
+ /**
+ * Modal box
+ *
+ * @param string $url URL string.
+ *
+ * @return string
+ */
+ private function modal_box( $url ) {
+ $current_redirect = false;
+ $view_type = $this->modal_box_type( $url, $current_redirect );
+
+ require WPSEO_PATH . '/admin/google_search_console/views/gsc-create-redirect.php';
+
+ return $view_type;
+ }
+
+ /**
+ * Determine which model box type should be rendered
+ *
+ * @param string $url URL string.
+ * @param string $current_redirect Current redirect by reference.
+ *
+ * @return string
+ */
+ private function modal_box_type( $url, &$current_redirect ) {
+ if ( defined( 'WPSEO_PREMIUM_FILE' ) && class_exists( 'WPSEO_Redirect_Manager' ) ) {
+ static $redirect_manager;
+
+ if ( ! $redirect_manager ) {
+ $redirect_manager = new WPSEO_Redirect_Manager();
+ }
+
+ if ( $current_redirect = $redirect_manager->get_redirect( $url ) ) {
+ return 'already_exists';
+ }
+
+ return 'create';
+ }
+
+ return 'no_premium';
+ }
+
+
+ /**
+ * Showing the hidden fields used by the AJAX requests
+ *
+ * @param string $platform Platform (desktop, mobile, feature phone).
+ */
+ private function show_fields( $platform ) {
+ echo " ";
+ echo " ";
+ echo " ";
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php
new file mode 100644
index 0000000..b3979f5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php
@@ -0,0 +1,310 @@
+set_hooks();
+ $this->set_dependencies();
+ $this->request_handler();
+ }
+
+ add_action( 'admin_init', array( $this, 'register_gsc_notification' ) );
+ add_action( 'admin_init', array( $this, 'register_settings' ) );
+ }
+
+ /**
+ * If the Google Search Console has no credentials, add a notification for the user to give him a heads up. This message is dismissable.
+ */
+ public function register_gsc_notification() {
+
+ $notification = $this->get_profile_notification();
+ $notification_center = Yoast_Notification_Center::get();
+
+ if ( WPSEO_GSC_Settings::get_profile() === '' ) {
+ $notification_center->add_notification( $notification );
+ }
+ else {
+ $notification_center->remove_notification( $notification );
+ }
+ }
+
+ /**
+ * Builds the notification used when GSC is not connected to a profile
+ *
+ * @return Yoast_Notification
+ */
+ private function get_profile_notification() {
+ return new Yoast_Notification(
+ sprintf(
+ __( 'Don\'t miss your crawl errors: %1$sconnect with Google Search Console here%2$s.', 'wordpress-seo' ),
+ '',
+ ' '
+ ),
+ array(
+ 'type' => Yoast_Notification::WARNING,
+ 'id' => 'wpseo-dismiss-gsc',
+ 'capabilities' => 'manage_options',
+ )
+ );
+ }
+
+ /**
+ * Be sure the settings will be registered, so data can be stored
+ */
+ public function register_settings() {
+ register_setting( 'yoast_wpseo_gsc_options', self::OPTION_WPSEO_GSC );
+ }
+
+ /**
+ * Function that outputs the redirect page
+ */
+ public function display() {
+ require_once WPSEO_PATH . '/admin/google_search_console/views/gsc-display.php';
+ }
+
+ /**
+ * Display the table
+ */
+ public function display_table() {
+ // The list table.
+ $list_table = new WPSEO_GSC_Table( $this->platform, $this->category, $this->issue_fetch->get_issues() );
+
+ // Adding filter to display the category filters.
+ add_filter( 'views_' . $list_table->get_screen_id(), array( $this->category_filter, 'as_array' ) );
+
+ // Preparing and displaying the table.
+ $list_table->prepare_items();
+ $list_table->search_box( __( 'Search', 'wordpress-seo' ), 'wpseo-crawl-issues-search' );
+ $list_table->display();
+ }
+
+ /**
+ * Load the admin redirects scripts
+ */
+ public function page_scripts() {
+
+ $asset_manager = new WPSEO_Admin_Asset_Manager();
+ $asset_manager->enqueue_script( 'admin-gsc' );
+ $asset_manager->enqueue_style( 'metabox-css' );
+ add_screen_option( 'per_page', array(
+ 'label' => __( 'Crawl errors per page', 'wordpress-seo' ),
+ 'default' => 50,
+ 'option' => 'errors_per_page',
+ ) );
+ }
+
+ /**
+ * Set the screen options
+ *
+ * @param string $status Status string.
+ * @param string $option Option key.
+ * @param string $value Value to return.
+ *
+ * @return mixed
+ */
+ public function set_screen_option( $status, $option, $value ) {
+ if ( 'errors_per_page' == $option ) {
+ return $value;
+ }
+ }
+
+ /**
+ * Setting the hooks to be load on page request
+ */
+ private function set_hooks() {
+ add_action( 'admin_enqueue_scripts', array( $this, 'page_scripts' ) );
+ add_filter( 'set-screen-option', array( $this, 'set_screen_option' ), 11, 3 );
+ }
+
+ /**
+ * Handles the POST and GET requests
+ */
+ private function request_handler() {
+
+ // List the table search post to a get.
+ $this->list_table_search_post_to_get();
+
+ // Catch the authorization code POST.
+ $this->catch_authentication_post();
+
+ // Is there a reset post than we will remove the posts and data.
+ if ( filter_input( INPUT_GET, 'gsc_reset' ) ) {
+ // Clear the google data.
+ WPSEO_GSC_Settings::clear_data( $this->service );
+
+ // Adding notification to the notification center.
+ /* Translators: %1$s: expands to Google Search Console. */
+ $this->add_notification( sprintf( __( 'The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.', 'wordpress-seo' ), 'Google Search Console' ), Yoast_Notification::UPDATED );
+
+ // Directly output the notifications.
+ wp_redirect( remove_query_arg( 'gsc_reset' ) );
+ exit;
+ }
+
+ // Reloads al the issues.
+ if ( wp_verify_nonce( filter_input( INPUT_POST, 'reload-crawl-issues-nonce' ), 'reload-crawl-issues' ) && filter_input( INPUT_POST, 'reload-crawl-issues' ) ) {
+ // Reloading all the issues.
+ WPSEO_GSC_Settings::reload_issues();
+
+ // Adding the notification.
+ $this->add_notification( __( 'The issues have been successfully reloaded!', 'wordpress-seo' ), Yoast_Notification::UPDATED );
+
+ // Directly output the notifications.
+ Yoast_Notification_Center::get()->display_notifications();
+ }
+
+ // Catch bulk action request.
+ new WPSEO_GSC_Bulk_Action();
+ }
+
+ /**
+ * Catch the redirects search post and redirect it to a search get
+ */
+ private function list_table_search_post_to_get() {
+ $search_string = filter_input( INPUT_POST, 's' );
+
+ if ( $search_string === null ) {
+ return;
+ }
+
+ // When there is nothing being search and there is no search param in the url, break this method.
+ if ( $search_string === '' && filter_input( INPUT_GET, 's' ) === null ) {
+ return;
+ }
+
+ $url = ( $search_string !== '' ) ? add_query_arg( 's', $search_string ) : remove_query_arg( 's' );
+
+ // Do the redirect.
+ wp_redirect( $url );
+ exit;
+
+ }
+
+ /**
+ * Catch the authentication post
+ */
+ private function catch_authentication_post() {
+ $gsc_values = filter_input( INPUT_POST, 'gsc', FILTER_DEFAULT, FILTER_REQUIRE_ARRAY );
+ // Catch the authorization code POST.
+ if ( ! empty( $gsc_values['authorization_code'] ) && wp_verify_nonce( $gsc_values['gsc_nonce'], 'wpseo-gsc_nonce' ) ) {
+ if ( ! WPSEO_GSC_Settings::validate_authorization( trim( $gsc_values['authorization_code'] ), $this->service->get_client() ) ) {
+ $this->add_notification( __( 'Incorrect Google Authorization Code.', 'wordpress-seo' ), Yoast_Notification::ERROR );
+ }
+
+ // Redirect user to prevent a post resubmission which causes an oauth error.
+ wp_redirect( admin_url( 'admin.php' ) . '?page=' . esc_attr( filter_input( INPUT_GET, 'page' ) ) . '&tab=settings' );
+ exit;
+ }
+ }
+
+ /**
+ * Adding notification to the yoast notification center
+ *
+ * @param string $message Message string.
+ * @param string $type Message type.
+ */
+ private function add_notification( $message, $type ) {
+ Yoast_Notification_Center::get()->add_notification(
+ new Yoast_Notification( $message, array( 'type' => $type ) )
+ );
+ }
+
+ /**
+ * Setting dependencies which will be used one this page
+ */
+ private function set_dependencies() {
+ // Setting the service object.
+ $this->service = new WPSEO_GSC_Service( WPSEO_GSC_Settings::get_profile() );
+
+ // Setting the platform.
+ $this->platform = WPSEO_GSC_Mapper::get_current_platform( 'tab' );
+
+ // Loading the issue counter.
+ $issue_count = new WPSEO_GSC_Count( $this->service );
+ $issue_count->fetch_counts();
+
+ // Loading the category filters.
+ $this->category_filter = new WPSEO_GSC_Category_Filters( $issue_count->get_platform_counts( $this->platform ) );
+
+ // Setting the current category.
+ $this->category = $this->category_filter->get_category();
+
+ // Listing the issues.
+ $issue_count->list_issues( $this->platform, $this->category );
+
+ // Fetching the issues.
+ $this->issue_fetch = new WPSEO_GSC_Issues( $this->platform, $this->category, $issue_count->get_issues() );
+ }
+
+ /**
+ * Setting the tab help on top of the screen
+ */
+ public function set_help() {
+ $screen = get_current_screen();
+
+ $screen->add_help_tab(
+ array(
+ 'id' => 'basic-help',
+ 'title' => __( 'Issue categories', 'wordpress-seo' ),
+ 'content' => '' . __( 'Desktop', 'wordpress-seo' ) . ' ' . __( 'Errors that occurred when your site was crawled by Googlebot.', 'wordpress-seo' ) . '
'
+ . '' . __( 'Smartphone', 'wordpress-seo' ) . ' ' . __( 'Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn\'t appear for desktop).', 'wordpress-seo' ) . '
'
+ . '' . __( 'Feature phone', 'wordpress-seo' ) . ' ' . __( 'Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn\'t appear for desktop).', 'wordpress-seo' ) . '
',
+ )
+ );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-create-redirect.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-create-redirect.php
new file mode 100644
index 0000000..393711a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-create-redirect.php
@@ -0,0 +1,76 @@
+
+
+
+ ', __( 'Redirect this broken URL and fix the error', 'wordpress-seo' ), '';
+ ?>
+
+
+
+
+
+
+
+
+
+
+ ' onclick='wpseo_gsc_post_redirect( jQuery( this ) );' />
+
+
+ ', __( 'Error: a redirect for this URL already exists', 'wordpress-seo' ), '';
+ echo '
';
+
+ /* Translators: %1$s: expands to the current URL and %2$s expands to URL the redirects points to. */
+ echo sprintf(
+ __( 'You do not have to create a redirect for URL %1$s because a redirect already exists. The existing redirect points to %2$s. If this is fine you can mark this issue as fixed. If not, please go to the redirects page and change the target URL.', 'wordpress-seo' ),
+ $url,
+ $current_redirect
+ );
+ echo '
';
+ echo '
' . __( 'Close', 'wordpress-seo' ) . ' ';
+ break;
+
+ case 'no_premium' :
+ /* Translators: %s: expands to Yoast SEO Premium */
+ echo '
', sprintf( __( 'Creating redirects is a %s feature', 'wordpress-seo' ), 'Yoast SEO Premium' ), ' ';
+ echo '
';
+ /* Translators: %1$s: expands to 'Yoast SEO Premium', %2$s: links to Yoast SEO Premium plugin page. */
+ echo sprintf(
+ __( 'To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.', 'wordpress-seo' ),
+ 'Yoast SEO Premium',
+ 'yoast.com '
+ );
+ echo '
';
+ echo '
' . __( 'Close', 'wordpress-seo' ) . ' ';
+ break;
+ }
+ ?>
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php b/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php
new file mode 100644
index 0000000..31cbd5d
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php
@@ -0,0 +1,124 @@
+admin_header( false, 'wpseo-gsc', false, 'yoast_wpseo_gsc_options' );
+
+if ( defined( 'WP_DEBUG' ) && WP_DEBUG && WPSEO_GSC_Settings::get_profile() !== '' ) { ?>
+
+
+
+
+
+
+
+service->get_client()->getAccessToken() ) {
+ $video_url = 'https://yoa.st/screencast-search-console';
+}
+else {
+ $video_url = 'https://yoa.st/screencast-connect-search-console';
+}
+
+$tab = new WPSEO_Option_Tab( 'GSC', __( 'Google Search Console' ), array( 'video_url' => $video_url ) );
+$GSCHelpCenter = new WPSEO_Help_Center( 'google-search-console', $tab );
+$GSCHelpCenter->output_help_center();
+
+switch ( $platform_tabs->current_tab() ) {
+ case 'settings' :
+ // Check if there is an access token.
+ if ( null === $this->service->get_client()->getAccessToken() ) {
+ // Print auth screen.
+ echo '';
+ /* Translators: %1$s: expands to Yoast SEO, %2$s expands to Google Search Console. */
+ echo sprintf( __( 'To allow %1$s to fetch your %2$s information, please enter your Google Authorization Code. Clicking the button below will open a new window.', 'wordpress-seo' ), 'Yoast SEO', 'Google Search Console' );
+ echo "
\n";
+ echo ' ';
+ echo "" , __( 'Get Google Authorization Code', 'wordpress-seo' ) ," \n";
+
+ echo '' . __( 'Enter your Google Authorization Code and press the Authenticate button.', 'wordpress-seo' ) . "
\n";
+ echo "\n";
+ }
+ else {
+ $reset_button = '' . __( 'Reauthenticate with Google ', 'wordpress-seo' ) . ' ';
+ echo '', __( 'Current profile', 'wordpress-seo' ), ' ';
+ if ( ($profile = WPSEO_GSC_Settings::get_profile() ) !== '' ) {
+ echo '';
+ echo $profile;
+ echo '
';
+
+ echo '';
+ echo $reset_button;
+ echo '
';
+
+ }
+ else {
+ echo "';
+ }
+ }
+ break;
+
+ default :
+ $form_action_url = add_query_arg( 'page', esc_attr( filter_input( INPUT_GET, 'page' ) ) );
+
+ get_current_screen()->set_screen_reader_content( array(
+ // There are no views links in this screen, so no need for the views heading.
+ 'heading_views' => null,
+ 'heading_pagination' => __( 'Crawl issues list navigation', 'wordpress-seo' ),
+ 'heading_list' => __( 'Crawl issues list', 'wordpress-seo' ),
+ ) );
+
+ // Open \n";
+
+ break;
+}
+?>
+
+admin_footer( false );
diff --git a/wp-content/plugins/wordpress-seo/admin/import/class-import-aioseo-hooks.php b/wp-content/plugins/wordpress-seo/admin/import/class-import-aioseo-hooks.php
new file mode 100644
index 0000000..739eccf
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/import/class-import-aioseo-hooks.php
@@ -0,0 +1,39 @@
+ wp_create_nonce( 'wpseo-import' ) ), admin_url( 'admin.php?page=wpseo_tools&tool=import-export&import=1&importaioseo=1#top#import-seo' ) );
+ echo '', sprintf( esc_html__( 'The plugin All-In-One-SEO has been detected. Do you want to %simport its settings%s?', 'wordpress-seo' ), sprintf( '', esc_url( $url ) ), ' ' ), '
';
+ }
+
+ /**
+ * Throw a notice to inform the user that the plugin has been deactivated
+ *
+ * @since 3.0
+ */
+ public function show_deactivate_notice() {
+ echo '', esc_html__( 'All-In-One-SEO has been deactivated', 'wordpress-seo' ), '
';
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/import/class-import-hooks.php b/wp-content/plugins/wordpress-seo/admin/import/class-import-hooks.php
new file mode 100644
index 0000000..7c59f32
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/import/class-import-hooks.php
@@ -0,0 +1,89 @@
+is_active() ) {
+ $this->show_import_message();
+ $this->show_deactivate_message();
+ }
+ }
+
+ /**
+ * Handle deactivation & import of the data data
+ *
+ * @since 3.0
+ */
+ public function show_import_message() {
+ if ( filter_input( INPUT_GET, 'tool' ) !== 'import-export' ) {
+ add_action( 'admin_notices', array( $this, 'show_import_settings_notice' ) );
+ }
+ }
+
+ /**
+ * Handle deactivation of the plugin
+ *
+ * @since 3.0
+ */
+ public function show_deactivate_message() {
+ if ( filter_input( INPUT_GET, $this->deactivation_listener ) === '1' ) {
+ // Deactivate AIO.
+ deactivate_plugins( $this->plugin_file );
+
+ // Show notice that aioseo has been deactivated.
+ add_action( 'admin_notices', array( $this, 'show_deactivate_notice' ) );
+
+ // Clean up the referrer url for later use.
+ if ( isset( $_SERVER['REQUEST_URI'] ) ) {
+ $_SERVER['REQUEST_URI'] = remove_query_arg( array( $this->deactivation_listener ), sanitize_text_field( $_SERVER['REQUEST_URI'] ) );
+ }
+ }
+ }
+
+ /**
+ * Check if the plugin is active.
+ *
+ * @return bool
+ */
+ protected function is_active() {
+ return is_plugin_active( $this->plugin_file );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/import/class-import-wpseo-hooks.php b/wp-content/plugins/wordpress-seo/admin/import/class-import-wpseo-hooks.php
new file mode 100644
index 0000000..a37ba99
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/import/class-import-wpseo-hooks.php
@@ -0,0 +1,39 @@
+ wp_create_nonce( 'wpseo-import' ) ), admin_url( 'admin.php?page=wpseo_tools&tool=import-export&import=1&importwpseo=1#top#import-seo' ) );
+ echo '', sprintf( esc_html__( 'The plugin wpSEO has been detected. Do you want to %simport its settings%s?', 'wordpress-seo' ), sprintf( '', esc_url( $url ) ), ' ' ), '
';
+ }
+
+ /**
+ * Throw a notice to inform the user wpSEO has been deactivated
+ *
+ * @since 3.0
+ */
+ public function show_deactivate_notice() {
+ echo '', esc_html__( 'wpSEO has been deactivated', 'wordpress-seo' ), '
';
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/index.php b/wp-content/plugins/wordpress-seo/admin/index.php
new file mode 100644
index 0000000..e94d9a4
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/index.php
@@ -0,0 +1,4 @@
+
+
+
+ +
+
+
+
+
+ Yoast SEO Premium',
+ 'yoast.com' );
+ $premium_popup = new WPSEO_Premium_Popup( 'add-keyword', 'h1', $popup_title, $popup_content );
+ echo $premium_popup->get_premium_message();
+
+ return ob_get_clean();
+ }
+
+ /**
+ * Returns an empty string because this tab has no content
+ *
+ * @return string
+ */
+ public function content() {
+ return '';
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-addon-section.php b/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-addon-section.php
new file mode 100644
index 0000000..3f783c9
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-addon-section.php
@@ -0,0 +1,37 @@
+
+
+ is_globally_enabled() && $this->is_user_enabled();
+ }
+
+ /**
+ * Whether or not this analysis is enabled by the user.
+ *
+ * @return bool Whether or not this analysis is enabled by the user.
+ */
+ public function is_user_enabled() {
+ return ! get_the_author_meta( 'wpseo_content_analysis_disable', get_current_user_id() );
+ }
+
+ /**
+ * Whether or not this analysis is enabled globally.
+ *
+ * @return bool Whether or not this analysis is enabled globally.
+ */
+ public function is_globally_enabled() {
+ $options = WPSEO_Options::get_option( 'wpseo_titles' );
+
+ return (bool) $options['content-analysis-active'];
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php b/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php
new file mode 100644
index 0000000..45b91ca
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php
@@ -0,0 +1,39 @@
+is_globally_enabled() && $this->is_user_enabled();
+ }
+
+ /**
+ * Whether or not this analysis is enabled by the user.
+ *
+ * @return bool Whether or not this analysis is enabled by the user.
+ */
+ public function is_user_enabled() {
+ return ! get_the_author_meta( 'wpseo_keyword_analysis_disable', get_current_user_id() );
+ }
+
+ /**
+ * Whether or not this analysis is enabled globally.
+ *
+ * @return bool Whether or not this analysis is enabled globally.
+ */
+ public function is_globally_enabled() {
+ $options = WPSEO_Options::get_option( 'wpseo_titles' );
+
+ return (bool) $options['keyword-analysis-active'];
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php b/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php
new file mode 100644
index 0000000..1c2bdb9
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php
@@ -0,0 +1,64 @@
+special_styles();
+ /** @var WPSEO_Admin_Asset $inside_editor */
+ $inside_editor = $styles['inside-editor'];
+
+ $url = $inside_editor->get_url( WPSEO_Admin_Asset::TYPE_CSS, WPSEO_FILE );
+
+ if ( '' === $css_files ) {
+ $css_files = $url;
+ }
+ else {
+ $css_files .= ',' . $url;
+ }
+
+ return $css_files;
+ }
+
+ /**
+ * Adds a custom element to the tinyMCE editor that we need for marking the content.
+ *
+ * @param array $tinymce_config The tinyMCE config as configured by WordPress.
+ *
+ * @return array The new tinyMCE config with our added custom elements.
+ */
+ public function add_custom_element( $tinymce_config ) {
+ if ( ! empty( $tinymce_config['custom_elements'] ) ) {
+ $custom_elements = $tinymce_config['custom_elements'];
+
+ $custom_elements .= ',' . '~yoastmark';
+ }
+ else {
+ $custom_elements = '~yoastmark';
+ }
+
+ $tinymce_config['custom_elements'] = $custom_elements;
+
+ return $tinymce_config;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php b/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php
new file mode 100644
index 0000000..0578379
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php
@@ -0,0 +1,115 @@
+ '',
+ 'link_class' => '',
+ 'link_title' => '',
+ 'link_aria_label' => '',
+ 'single' => false,
+ );
+ $options = array_merge( $default_options, $options );
+
+ $this->name = $name;
+ $this->content = $content;
+ $this->link_content = $link_content;
+ $this->tab_class = $options['tab_class'];
+ $this->link_class = $options['link_class'];
+ $this->link_title = $options['link_title'];
+ $this->link_aria_label = $options['link_aria_label'];
+ $this->single = $options['single'];
+ }
+
+ /**
+ * Returns the html for the tab link.
+ *
+ * @return string
+ */
+ public function link() {
+
+ $html = '%6$s ';
+
+ if ( $this->single ) {
+ $html = '%6$s ';
+ }
+
+ return sprintf(
+ $html,
+ esc_attr( $this->name ),
+ ( '' !== $this->tab_class ) ? ' ' . esc_attr( $this->tab_class ) : '',
+ ( '' !== $this->link_class ) ? ' ' . esc_attr( $this->link_class ) : '',
+ ( '' !== $this->link_title ) ? ' title="' . esc_attr( $this->link_title ) . '"' : '',
+ ( '' !== $this->link_aria_label ) ? ' aria-label="' . esc_attr( $this->link_aria_label ) . '"' : '',
+ $this->link_content
+ );
+ }
+
+ /**
+ * Returns the html for the tab content.
+ *
+ * @return string
+ */
+ public function content() {
+ return sprintf(
+ '',
+ esc_attr( $this->name ),
+ $this->content
+ );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-tab-section.php b/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-tab-section.php
new file mode 100644
index 0000000..e49e97a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-tab-section.php
@@ -0,0 +1,140 @@
+ '',
+ 'link_class' => '',
+ 'link_aria_label' => '',
+ );
+ $options = array_merge( $default_options, $options );
+
+ $this->name = $name;
+ foreach ( $tabs as $tab ) {
+ $this->add_tab( $tab );
+ }
+ $this->link_content = $link_content;
+ $this->link_title = $options['link_title'];
+ $this->link_class = $options['link_class'];
+ $this->link_aria_label = $options['link_aria_label'];
+ }
+
+ /**
+ * Outputs the section link if any tab has been added.
+ */
+ public function display_link() {
+ if ( $this->has_tabs() ) {
+ printf(
+ '%5$s ',
+ esc_attr( $this->name ),
+ esc_attr( $this->link_class ),
+ ( '' !== $this->link_title ) ? ' title="' . esc_attr( $this->link_title ) . '"' : '',
+ ( '' !== $this->link_aria_label ) ? ' aria-label="' . esc_attr( $this->link_aria_label ) . '"' : '',
+ $this->link_content
+ );
+ }
+ }
+
+ /**
+ * Outputs the section content if any tab has been added.
+ */
+ public function display_content() {
+ if ( $this->has_tabs() ) {
+ $html = '';
+
+ printf( $html, esc_attr( $this->name ), $this->tab_links(), $this->tab_content() );
+ }
+ }
+
+ /**
+ * Add a `WPSEO_Metabox_Tab` object to the tabs.
+ *
+ * @param WPSEO_Metabox_Tab $tab Tab to add.
+ */
+ public function add_tab( WPSEO_Metabox_Tab $tab ) {
+ $this->tabs[] = $tab;
+ }
+
+ /**
+ * Checks if any tabs have been added to the section.
+ *
+ * @return bool
+ */
+ protected function has_tabs() {
+ return ! empty( $this->tabs );
+ }
+
+ /**
+ * Concatenates all tabs' links into one html string.
+ *
+ * @return string
+ */
+ private function tab_links() {
+ $links = '';
+ foreach ( $this->tabs as $tab ) {
+ $links .= $tab->link();
+ }
+ return $links;
+ }
+
+ /**
+ * Concatenates all tabs' content into one html string.
+ *
+ * @return string
+ */
+ private function tab_content() {
+ $content = '';
+ foreach ( $this->tabs as $tab ) {
+ $content .= $tab->content();
+ }
+ return $content;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php b/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php
new file mode 100644
index 0000000..7ab67c2
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php
@@ -0,0 +1,1682 @@
+options = WPSEO_Options::get_options( array( 'wpseo', 'wpseo_social' ) );
+
+ // Check if one of the social settings is checked in the options, if so, initialize the social_admin object.
+ if ( $this->options['opengraph'] === true || $this->options['twitter'] === true ) {
+ $this->social_admin = new WPSEO_Social_Admin( $this->options );
+ }
+
+ $this->editor = new WPSEO_Metabox_Editor();
+ $this->editor->register_hooks();
+
+ $this->analysis_seo = new WPSEO_Metabox_Analysis_SEO();
+ $this->analysis_readability = new WPSEO_Metabox_Analysis_Readability();
+ }
+
+ /**
+ * Translate text strings for use in the meta box
+ *
+ * IMPORTANT: if you want to add a new string (option) somewhere, make sure you add that array key to
+ * the main meta box definition array in the class WPSEO_Meta() as well!!!!
+ */
+ public static function translate_meta_boxes() {
+ self::$meta_fields['general']['snippetpreview']['title'] = __( 'Snippet editor', 'wordpress-seo' );
+ self::$meta_fields['general']['snippetpreview']['help'] = sprintf( __( 'This is a rendering of what this post might look like in Google\'s search results. %sLearn more about the Snippet Preview%s.', 'wordpress-seo' ), '', ' ' );
+ self::$meta_fields['general']['snippetpreview']['help-button'] = __( 'Show information about the snippet editor', 'wordpress-seo' );
+
+ self::$meta_fields['general']['pageanalysis']['title'] = __( 'Analysis', 'wordpress-seo' );
+ self::$meta_fields['general']['pageanalysis']['help'] = sprintf( __( 'This is the content analysis, a collection of content checks that analyze the content of your page. %sLearn more about the Content Analysis Tool%s.', 'wordpress-seo' ), '', ' ' );
+ self::$meta_fields['general']['pageanalysis']['help-button'] = __( 'Show information about the content analysis', 'wordpress-seo' );
+
+ self::$meta_fields['general']['focuskw_text_input']['title'] = __( 'Focus keyword', 'wordpress-seo' );
+ self::$meta_fields['general']['focuskw_text_input']['label'] = __( 'Enter a focus keyword', 'wordpress-seo' );
+ self::$meta_fields['general']['focuskw_text_input']['help'] = sprintf( __( 'Pick the main keyword or keyphrase that this post/page is about. %sLearn more about the Focus Keyword%s.', 'wordpress-seo' ), '', ' ' );
+ self::$meta_fields['general']['focuskw_text_input']['help-button'] = __( 'Show information about the focus keyword', 'wordpress-seo' );
+
+ self::$meta_fields['general']['title']['title'] = __( 'SEO title', 'wordpress-seo' );
+
+ self::$meta_fields['general']['metadesc']['title'] = __( 'Meta description', 'wordpress-seo' );
+
+ self::$meta_fields['general']['metakeywords']['title'] = __( 'Meta keywords', 'wordpress-seo' );
+ self::$meta_fields['general']['metakeywords']['label'] = __( 'Enter the meta keywords', 'wordpress-seo' );
+ self::$meta_fields['general']['metakeywords']['description'] = __( 'If you type something above it will override your %smeta keywords template%s.', 'wordpress-seo' );
+
+
+ self::$meta_fields['advanced']['meta-robots-noindex']['title'] = __( 'Meta robots index', 'wordpress-seo' );
+ if ( '0' == get_option( 'blog_public' ) ) {
+ self::$meta_fields['advanced']['meta-robots-noindex']['description'] = '' . __( 'Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won\'t have an effect.', 'wordpress-seo' ) . '
';
+ }
+ self::$meta_fields['advanced']['meta-robots-noindex']['options']['0'] = __( 'Default for this post type, currently: %s', 'wordpress-seo' );
+ self::$meta_fields['advanced']['meta-robots-noindex']['options']['2'] = 'index';
+ self::$meta_fields['advanced']['meta-robots-noindex']['options']['1'] = 'noindex';
+
+ self::$meta_fields['advanced']['meta-robots-nofollow']['title'] = __( 'Meta robots follow', 'wordpress-seo' );
+ self::$meta_fields['advanced']['meta-robots-nofollow']['options']['0'] = 'follow';
+ self::$meta_fields['advanced']['meta-robots-nofollow']['options']['1'] = 'nofollow';
+
+ self::$meta_fields['advanced']['meta-robots-adv']['title'] = __( 'Meta robots advanced', 'wordpress-seo' );
+ self::$meta_fields['advanced']['meta-robots-adv']['description'] = __( 'Advanced meta
robots settings for this page.', 'wordpress-seo' );
+ self::$meta_fields['advanced']['meta-robots-adv']['options']['-'] = __( 'Site-wide default: %s', 'wordpress-seo' );
+ self::$meta_fields['advanced']['meta-robots-adv']['options']['none'] = __( 'None', 'wordpress-seo' );
+ self::$meta_fields['advanced']['meta-robots-adv']['options']['noodp'] = __( 'NO ODP', 'wordpress-seo' );
+ self::$meta_fields['advanced']['meta-robots-adv']['options']['noimageindex'] = __( 'No Image Index', 'wordpress-seo' );
+ self::$meta_fields['advanced']['meta-robots-adv']['options']['noarchive'] = __( 'No Archive', 'wordpress-seo' );
+ self::$meta_fields['advanced']['meta-robots-adv']['options']['nosnippet'] = __( 'No Snippet', 'wordpress-seo' );
+
+ self::$meta_fields['advanced']['bctitle']['title'] = __( 'Breadcrumbs Title', 'wordpress-seo' );
+ self::$meta_fields['advanced']['bctitle']['description'] = __( 'Title to use for this page in breadcrumb paths', 'wordpress-seo' );
+
+ self::$meta_fields['advanced']['canonical']['title'] = __( 'Canonical URL', 'wordpress-seo' );
+ self::$meta_fields['advanced']['canonical']['description'] = sprintf( __( 'The canonical URL that this page should point to, leave empty to default to permalink. %sCross domain canonical%s supported too.', 'wordpress-seo' ), '', ' ' );
+
+ self::$meta_fields['advanced']['redirect']['title'] = __( '301 Redirect', 'wordpress-seo' );
+ self::$meta_fields['advanced']['redirect']['description'] = __( 'The URL that this page should redirect to.', 'wordpress-seo' );
+
+ do_action( 'wpseo_tab_translate' );
+ }
+
+ /**
+ * Test whether the metabox should be hidden either by choice of the admin or because
+ * the post type is not a public post type
+ *
+ * @since 1.5.0
+ *
+ * @param string $post_type (optional) The post type to test, defaults to the current post post_type.
+ *
+ * @return bool Whether or not the meta box (and associated columns etc) should be hidden
+ */
+ function is_metabox_hidden( $post_type = null ) {
+ if ( ! isset( $post_type ) && ( isset( $GLOBALS['post'] ) && ( is_object( $GLOBALS['post'] ) && isset( $GLOBALS['post']->post_type ) ) ) ) {
+ $post_type = $GLOBALS['post']->post_type;
+ }
+
+ if ( isset( $post_type ) ) {
+ // Don't make static as post_types may still be added during the run.
+ $cpts = get_post_types( array( 'public' => true ), 'names' );
+ $options = get_option( 'wpseo_titles' );
+
+ return ( ( isset( $options[ 'hideeditbox-' . $post_type ] ) && $options[ 'hideeditbox-' . $post_type ] === true ) || in_array( $post_type, $cpts ) === false );
+ }
+ return false;
+ }
+
+ /**
+ * Sets up all the functionality related to the prominence of the page analysis functionality.
+ */
+ public function setup_page_analysis() {
+ if ( apply_filters( 'wpseo_use_page_analysis', true ) === true ) {
+ add_action( 'post_submitbox_start', array( $this, 'publish_box' ) );
+ }
+ }
+
+ /**
+ * Outputs the page analysis score in the Publish Box.
+ */
+ public function publish_box() {
+ if ( $this->is_metabox_hidden() === true ) {
+ return;
+ }
+
+ $post = $this->get_metabox_post();
+ if ( self::get_value( 'meta-robots-noindex', $post->ID ) === '1' ) {
+ $score_label = 'noindex';
+ $title = __( 'Post is set to noindex.', 'wordpress-seo' );
+ $score_title = $title;
+ }
+ else {
+ $score = self::get_value( 'linkdex', $post->ID );
+ if ( $score === '' ) {
+ $score_label = 'na';
+ $title = __( 'No focus keyword set.', 'wordpress-seo' );
+ }
+ else {
+ $score_label = WPSEO_Utils::translate_score( $score );
+ }
+
+ $score_title = WPSEO_Utils::translate_score( $score, false );
+ if ( ! isset( $title ) ) {
+ $title = $score_title;
+ }
+ }
+ }
+
+ /**
+ * Adds the Yoast SEO meta box to the edit boxes in the edit post, page,
+ * attachment, and custom post types pages.
+ */
+ public function add_meta_box() {
+ $post_types = get_post_types( array( 'public' => true ) );
+
+ if ( is_array( $post_types ) && $post_types !== array() ) {
+ foreach ( $post_types as $post_type ) {
+ if ( $this->is_metabox_hidden( $post_type ) === false ) {
+ $product_title = 'Yoast SEO';
+ if ( file_exists( WPSEO_PATH . 'premium/' ) ) {
+ $product_title .= ' Premium';
+ }
+
+ if ( null !== get_current_screen() ) {
+ $screen_id = get_current_screen()->id;
+ add_filter( "postbox_classes_{$screen_id}_wpseo_meta", array( $this, 'wpseo_metabox_class' ) );
+ }
+
+ add_meta_box( 'wpseo_meta', $product_title, array(
+ $this,
+ 'meta_box',
+ ), $post_type, 'normal', apply_filters( 'wpseo_metabox_prio', 'high' ) );
+ }
+ }
+ }
+ }
+
+ /**
+ * Adds CSS classes to the meta box.
+ *
+ * @param array $classes An array of postbox CSS classes.
+ *
+ * @return array
+ */
+ public function wpseo_metabox_class( $classes ) {
+ $classes[] = 'yoast wpseo-metabox';
+ return $classes;
+ }
+
+ /**
+ * Pass variables to js for use with the post-scraper
+ *
+ * @return array
+ */
+ public function localize_post_scraper_script() {
+ $post = $this->get_metabox_post();
+ $permalink = '';
+
+ if ( is_object( $post ) ) {
+ $permalink = get_sample_permalink( $post->ID );
+ $permalink = $permalink[0];
+ }
+
+ $post_formatter = new WPSEO_Metabox_Formatter(
+ new WPSEO_Post_Metabox_Formatter( $post, WPSEO_Options::get_option( 'wpseo_titles' ), $permalink )
+ );
+
+ return $post_formatter->get_values();
+ }
+
+ /**
+ * Pass some variables to js for replacing variables.
+ */
+ public function localize_replace_vars_script() {
+ return array(
+ 'no_parent_text' => __( '(no parent)', 'wordpress-seo' ),
+ 'replace_vars' => $this->get_replace_vars(),
+ 'scope' => $this->determine_scope(),
+ );
+ }
+
+ /**
+ * Determines the scope based on the post type.
+ * This can be used by the replacevar plugin to determine if a replacement needs to be executed.
+ *
+ * @return string String decribing the current scope.
+ */
+ private function determine_scope() {
+ $post_type = get_post_type( $this->get_metabox_post() );
+
+ if ( $post_type === 'page' ) {
+ return 'page';
+ }
+
+ return 'post';
+ }
+
+ /**
+ * Pass some variables to js for the edit / post page overview, snippet preview, etc.
+ *
+ * @return array
+ */
+ public function localize_shortcode_plugin_script() {
+ return array(
+ 'wpseo_filter_shortcodes_nonce' => wp_create_nonce( 'wpseo-filter-shortcodes' ),
+ 'wpseo_shortcode_tags' => $this->get_valid_shortcode_tags(),
+ );
+ }
+
+ /**
+ * Output a tab in the Yoast SEO Metabox
+ *
+ * @param string $id CSS ID of the tab.
+ * @param string $heading Heading for the tab.
+ * @param string $content Content of the tab. This content should be escaped.
+ */
+ public function do_tab( $id, $heading, $content ) {
+ ?>
+
+ get_content_sections();
+
+ $helpcenter_tab = new WPSEO_Option_Tab( 'metabox', 'Meta box',
+ array( 'video_url' => 'https://yoa.st/metabox-screencast' ) );
+
+ $helpcenter = new WPSEO_Help_Center( 'metabox', $helpcenter_tab );
+ $helpcenter->output_help_center();
+
+ if ( ! defined( 'WPSEO_PREMIUM_FILE' ) ) {
+ echo $this->get_buy_premium_link();
+ }
+
+ echo '';
+
+ foreach ( $content_sections as $content_section ) {
+ $content_section->display_content();
+ }
+ }
+
+ /**
+ * Returns the relevant metabox sections for the current view.
+ *
+ * @return WPSEO_Metabox_Section[]
+ */
+ private function get_content_sections() {
+ $content_sections = array( $this->get_content_meta_section() );
+
+ // Check if social_admin is an instance of WPSEO_Social_Admin.
+ if ( $this->social_admin instanceof WPSEO_Social_Admin ) {
+ $content_sections[] = $this->social_admin->get_meta_section();
+ }
+
+ if ( current_user_can( 'manage_options' ) || $this->options['disableadvanced_meta'] === false ) {
+ $content_sections[] = $this->get_advanced_meta_section();
+ }
+
+ if ( ! defined( 'WPSEO_PREMIUM_FILE' ) ) {
+ $content_sections[] = $this->get_buy_premium_section();
+ }
+
+ if ( has_action( 'wpseo_tab_header' ) || has_action( 'wpseo_tab_content' ) ) {
+ $content_sections[] = $this->get_addons_meta_section();
+ }
+
+ return $content_sections;
+ }
+
+ /**
+ * Returns the metabox section for the content analysis.
+ *
+ * @return WPSEO_Metabox_Section
+ */
+ private function get_content_meta_section() {
+ $content = $this->get_tab_content( 'general' );
+
+ $tabs = array();
+
+ $tabs[] = new WPSEO_Metabox_Form_Tab(
+ 'content',
+ $content,
+ __( '', 'wordpress-seo' ),
+ array(
+ 'tab_class' => 'yoast-seo__remove-tab',
+ )
+ );
+
+ $tabs[] = new Metabox_Add_Keyword_Tab();
+
+ return new WPSEO_Metabox_Tab_Section(
+ 'content',
+ '' . __( 'Content optimization', 'wordpress-seo' ) . ' ' . $this->traffic_light_svg() . ' ',
+ $tabs,
+ array(
+ 'link_aria_label' => __( 'Content optimization', 'wordpress-seo' ),
+ 'link_class' => 'yoast-tooltip yoast-tooltip-e',
+ )
+ );
+ }
+
+ /**
+ * Returns the metabox section for the advanced settings.
+ *
+ * @return WPSEO_Metabox_Section
+ */
+ private function get_advanced_meta_section() {
+ $content = $this->get_tab_content( 'advanced' );
+
+ $tab = new WPSEO_Metabox_Form_Tab(
+ 'advanced',
+ $content,
+ __( 'Advanced', 'wordpress-seo' ),
+ array(
+ 'single' => true,
+ )
+ );
+
+ return new WPSEO_Metabox_Tab_Section(
+ 'advanced',
+ '' . __( 'Advanced', 'wordpress-seo' ) . ' ',
+ array( $tab ),
+ array(
+ 'link_aria_label' => __( 'Advanced', 'wordpress-seo' ),
+ 'link_class' => 'yoast-tooltip yoast-tooltip-e',
+ )
+ );
+ }
+
+ /**
+ * Returns a link to activate the Buy Premium tab.
+ *
+ * @return string
+ */
+ private function get_buy_premium_link() {
+ return sprintf( "",
+ 'wpseo-metabox-buy-premium',
+ __( 'Go Premium', 'wordpress-seo' )
+ );
+ }
+
+ /**
+ * Returns the metabox section for the Premium section.
+ *
+ * @return WPSEO_Metabox_Section
+ */
+ private function get_buy_premium_section() {
+ $content = sprintf( "",
+ /* translators: %1$s expands to Yoast SEO Premium. */
+ sprintf( __( 'You\'re not getting the benefits of %1$s yet. If you had %1$s, you could use its awesome features:', 'wordpress-seo' ), 'Yoast SEO Premium' ),
+ __( 'Redirect manager', 'wordpress-seo' ),
+ __( 'Create and manage redirects within your WordPress install.', 'wordpress-seo' ),
+ __( 'Multiple focus keywords', 'wordpress-seo' ),
+ __( 'Optimize a single post for up to 5 keywords.', 'wordpress-seo' ),
+ __( 'Social Previews', 'wordpress-seo' ),
+ __( 'Check what your Facebook or Twitter post will look like.', 'wordpress-seo' ),
+ __( 'Premium support', 'wordpress-seo' ),
+ __( 'Gain access to our 24/7 support team.', 'wordpress-seo' ),
+ 'https://yoa.st/pe-buy-premium',
+ /* translators: %s expands to Yoast SEO Premium. */
+ sprintf( __( 'Get %s now!', 'wordpress-seo' ), 'Yoast SEO Premium' ),
+ 'https://yoa.st/pe-premium-page',
+ __( 'More info', 'wordpress-seo' )
+ );
+
+ $tab = new WPSEO_Metabox_Form_Tab(
+ 'premium',
+ $content,
+ 'Yoast SEO Premium',
+ array(
+ 'single' => true,
+ )
+ );
+
+ return new WPSEO_Metabox_Tab_Section(
+ 'premium',
+ ' ',
+ array( $tab ),
+ array(
+ 'link_aria_label' => 'Yoast SEO Premium',
+ 'link_class' => 'yoast-tooltip yoast-tooltip-e',
+ )
+ );
+ }
+
+ /**
+ * Returns a metabox section dedicated to hosting metabox tabs that have been added by other plugins through the
+ * `wpseo_tab_header` and `wpseo_tab_content` actions.
+ *
+ * @return WPSEO_Metabox_Section
+ */
+ private function get_addons_meta_section() {
+ return new WPSEO_Metabox_Addon_Tab_Section(
+ 'addons',
+ '' . __( 'Add-ons', 'wordpress-seo' ) . ' ',
+ array(),
+ array(
+ 'link_aria_label' => __( 'Add-ons', 'wordpress-seo' ),
+ 'link_class' => 'yoast-tooltip yoast-tooltip-e',
+ )
+ );
+ }
+
+ /**
+ * Gets the table contents for the metabox tab.
+ *
+ * @param string $tab_name Tab for which to retrieve the field definitions.
+ *
+ * @return string
+ */
+ private function get_tab_content( $tab_name ) {
+ $content = '';
+ foreach ( $this->get_meta_field_defs( $tab_name ) as $key => $meta_field ) {
+ $content .= $this->do_meta_box( $meta_field, $key );
+ }
+ unset( $key, $meta_field );
+
+ return $content;
+ }
+
+ /**
+ * Adds a line in the meta box
+ *
+ * @todo [JRF] check if $class is added appropriately everywhere
+ *
+ * @param array $meta_field_def Contains the vars based on which output is generated.
+ * @param string $key Internal key (without prefix).
+ *
+ * @return string
+ */
+ function do_meta_box( $meta_field_def, $key = '' ) {
+ $content = '';
+ $esc_form_key = esc_attr( self::$form_prefix . $key );
+ $meta_value = self::get_value( $key, $this->get_metabox_post()->ID );
+
+ $class = '';
+ if ( isset( $meta_field_def['class'] ) && $meta_field_def['class'] !== '' ) {
+ $class = ' ' . $meta_field_def['class'];
+ }
+
+ $placeholder = '';
+ if ( isset( $meta_field_def['placeholder'] ) && $meta_field_def['placeholder'] !== '' ) {
+ $placeholder = $meta_field_def['placeholder'];
+ }
+
+ $aria_describedby = $description = '';
+ if ( isset( $meta_field_def['description'] ) ) {
+ $aria_describedby = ' aria-describedby="' . $esc_form_key . '-desc"';
+ $description = '' . $meta_field_def['description'] . '
';
+ }
+
+ switch ( $meta_field_def['type'] ) {
+ case 'pageanalysis':
+ $content .= '';
+ $content .= '
';
+ $content .= ''. __( 'Analysis', 'wordpress-seo' ) .' ';
+ $content .= '
';
+ $content .= '
';
+ $content .= ' ';
+ $content .= '
';
+ break;
+ case 'snippetpreview':
+ $content .= '
';
+ break;
+ case 'focuskeyword':
+ if ( $placeholder !== '' ) {
+ $placeholder = ' placeholder="' . esc_attr( $placeholder ) . '"';
+ }
+
+ $content .= '';
+ $content .= '';
+ $content .= '
';
+ break;
+ case 'metakeywords':
+ $content .= '';
+ $content .= '';
+ $content .= '
';
+ break;
+ case 'text':
+ $ac = '';
+ if ( isset( $meta_field_def['autocomplete'] ) && $meta_field_def['autocomplete'] === false ) {
+ $ac = 'autocomplete="off" ';
+ }
+ if ( $placeholder !== '' ) {
+ $placeholder = ' placeholder="' . esc_attr( $placeholder ) . '"';
+ }
+ $content .= ' ';
+ break;
+
+ case 'textarea':
+ $rows = 3;
+ if ( isset( $meta_field_def['rows'] ) && $meta_field_def['rows'] > 0 ) {
+ $rows = $meta_field_def['rows'];
+ }
+ $content .= '';
+ break;
+
+ case 'hidden':
+ $content .= ' ';
+ break;
+ case 'select':
+ if ( isset( $meta_field_def['options'] ) && is_array( $meta_field_def['options'] ) && $meta_field_def['options'] !== array() ) {
+ $content .= '';
+ foreach ( $meta_field_def['options'] as $val => $option ) {
+ $selected = selected( $meta_value, $val, false );
+ $content .= '' . esc_html( $option ) . ' ';
+ }
+ unset( $val, $option, $selected );
+ $content .= ' ';
+ }
+ break;
+
+ case 'multiselect':
+ if ( isset( $meta_field_def['options'] ) && is_array( $meta_field_def['options'] ) && $meta_field_def['options'] !== array() ) {
+
+ // Set $meta_value as $selected_arr.
+ $selected_arr = $meta_value;
+
+ // If the multiselect field is 'meta-robots-adv' we should explode on ,.
+ if ( 'meta-robots-adv' === $key ) {
+ $selected_arr = explode( ',', $meta_value );
+ }
+
+ if ( ! is_array( $selected_arr ) ) {
+ $selected_arr = (array) $selected_arr;
+ }
+
+ $options_count = count( $meta_field_def['options'] );
+
+ // This select now uses Select2.
+ $content .= '';
+ foreach ( $meta_field_def['options'] as $val => $option ) {
+ $selected = '';
+ if ( in_array( $val, $selected_arr ) ) {
+ $selected = ' selected="selected"';
+ }
+ $content .= '' . esc_html( $option ) . ' ';
+ }
+ $content .= ' ';
+ unset( $val, $option, $selected, $selected_arr, $options_count );
+ }
+ break;
+
+ case 'checkbox':
+ $checked = checked( $meta_value, 'on', false );
+ $expl = ( isset( $meta_field_def['expl'] ) ) ? esc_html( $meta_field_def['expl'] ) : '';
+ $content .= ' ' . $expl . ' ';
+ unset( $checked, $expl );
+ break;
+
+ case 'radio':
+ if ( isset( $meta_field_def['options'] ) && is_array( $meta_field_def['options'] ) && $meta_field_def['options'] !== array() ) {
+ foreach ( $meta_field_def['options'] as $val => $option ) {
+ $checked = checked( $meta_value, $val, false );
+ $content .= ' ' . esc_html( $option ) . ' ';
+ }
+ unset( $val, $option, $checked );
+ }
+ break;
+
+ case 'upload':
+ $content .= ' ';
+ $content .= ' ';
+ break;
+ }
+
+
+ $html = '';
+ if ( $content === '' ) {
+ $content = apply_filters( 'wpseo_do_meta_box_field_' . $key, $content, $meta_value, $esc_form_key, $meta_field_def, $key );
+ }
+
+ if ( $content !== '' ) {
+
+ $label = esc_html( $meta_field_def['title'] );
+ if ( in_array( $meta_field_def['type'], array(
+ 'radio',
+ 'checkbox',
+ ), true ) === false
+ ) {
+ $label = '' . $label . ' ';
+ }
+
+ $help_button = $help_panel = '';
+ if ( isset( $meta_field_def['help'] ) && $meta_field_def['help'] !== '' ) {
+ $help = new WPSEO_Admin_Help_Panel( $key, $meta_field_def['help-button'], $meta_field_def['help'] );
+ $help_button = $help->get_button_html();
+ $help_panel = $help->get_panel_html();
+ }
+ if ( in_array( $meta_field_def['type'], array(
+ 'snippetpreview',
+ 'pageanalysis',
+ 'focuskeyword',
+ 'metakeywords',
+ ), true )
+ ) {
+ return $this->create_content_box( $content, $meta_field_def['type'], $help_button, $help_panel );
+ }
+
+ if ( $meta_field_def['type'] === 'hidden' ) {
+ $html = '' . $content . ' ';
+ }
+ else {
+ $html = '
+
+ ' . $label . $help_button . '
+ ' . $help_panel;
+
+ $html .= $content . $description;
+
+ $html .= '
+
+ ';
+ }
+ }
+
+ return $html;
+ }
+
+ /**
+ * Creates a sections specific row.
+ *
+ * @param string $content The content to show.
+ * @param string $hidden_help_name Escaped form key name.
+ * @param string $help_button The help button.
+ * @param string $help_panel The help text.
+ *
+ * @return string
+ */
+ private function create_content_box( $content, $hidden_help_name, $help_button, $help_panel ) {
+ $html = '';
+ $html .= $content;
+ $html .= '' . $help_button . $help_panel . '
';
+ $html .= ' ';
+ return $html;
+ }
+
+ /**
+ * Save the WP SEO metadata for posts.
+ *
+ * @internal $_POST parameters are validated via sanitize_post_meta()
+ *
+ * @param int $post_id Post ID.
+ *
+ * @return bool|void Boolean false if invalid save post request
+ */
+ function save_postdata( $post_id ) {
+ // Bail if this is a multisite installation and the site has been switched.
+ if ( is_multisite() && ms_is_switched() ) {
+ return false;
+ }
+
+ if ( $post_id === null ) {
+ return false;
+ }
+
+ if ( wp_is_post_revision( $post_id ) ) {
+ $post_id = wp_is_post_revision( $post_id );
+ }
+
+ /**
+ * Determine we're not accidentally updating a different post.
+ * We can't use filter_input here as the ID isn't available at this point, other than in the $_POST data.
+ */
+ if ( ! isset( $_POST['ID'] ) || $post_id !== (int) $_POST['ID'] ) {
+ return false;
+ }
+
+ clean_post_cache( $post_id );
+ $post = get_post( $post_id );
+
+ if ( ! is_object( $post ) ) {
+ // Non-existent post.
+ return false;
+ }
+
+ do_action( 'wpseo_save_compare_data', $post );
+
+ $meta_boxes = apply_filters( 'wpseo_save_metaboxes', array() );
+ $meta_boxes = array_merge( $meta_boxes, $this->get_meta_field_defs( 'general', $post->post_type ), $this->get_meta_field_defs( 'advanced' ) );
+
+ foreach ( $meta_boxes as $key => $meta_box ) {
+
+ // If analysis is disabled remove that analysis score value from the DB.
+ if ( $this->is_meta_value_disabled( $key ) ) {
+ self::delete( $key, $post_id );
+ continue;
+ }
+
+ $data = null;
+ if ( 'checkbox' === $meta_box['type'] ) {
+ $data = isset( $_POST[ self::$form_prefix . $key ] ) ? 'on' : 'off';
+ }
+ else {
+ if ( isset( $_POST[ self::$form_prefix . $key ] ) ) {
+ $data = $_POST[ self::$form_prefix . $key ];
+ }
+ }
+ if ( isset( $data ) ) {
+ self::set_value( $key, $data, $post_id );
+ }
+ }
+
+ do_action( 'wpseo_saved_postdata' );
+ }
+
+ /**
+ * Determines if the given meta value key is disabled
+ *
+ * @param string $key The key of the meta value.
+ * @return bool Whether the given meta value key is disabled.
+ */
+ public function is_meta_value_disabled( $key ) {
+ if ( 'linkdex' === $key && ! $this->analysis_seo->is_enabled() ) {
+ return true;
+ }
+
+ if ( 'content_score' === $key && ! $this->analysis_readability->is_enabled() ) {
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Enqueues all the needed JS and CSS.
+ *
+ * @todo [JRF => whomever] create css/metabox-mp6.css file and add it to the below allowed colors array when done
+ */
+ public function enqueue() {
+ global $pagenow;
+
+ $asset_manager = new WPSEO_Admin_Asset_Manager();
+
+ $is_editor = self::is_post_overview( $pagenow ) || self::is_post_edit( $pagenow );
+
+ /* Filter 'wpseo_always_register_metaboxes_on_admin' documented in wpseo-main.php */
+ if ( ( ! $is_editor && apply_filters( 'wpseo_always_register_metaboxes_on_admin', false ) === false ) || $this->is_metabox_hidden() === true
+ ) {
+ return;
+ }
+
+ if ( self::is_post_overview( $pagenow ) ) {
+ $asset_manager->enqueue_style( 'edit-page' );
+ }
+ else {
+
+ if ( 0 != get_queried_object_id() ) {
+ wp_enqueue_media( array( 'post' => get_queried_object_id() ) ); // Enqueue files needed for upload functionality.
+ }
+
+ $asset_manager->enqueue_style( 'metabox-css' );
+ $asset_manager->enqueue_style( 'scoring' );
+ $asset_manager->enqueue_style( 'snippet' );
+ $asset_manager->enqueue_style( 'select2' );
+ $asset_manager->enqueue_style( 'kb-search' );
+
+ $asset_manager->enqueue_script( 'metabox' );
+ $asset_manager->enqueue_script( 'admin-media' );
+
+ $asset_manager->enqueue_script( 'post-scraper' );
+ $asset_manager->enqueue_script( 'replacevar-plugin' );
+ $asset_manager->enqueue_script( 'shortcode-plugin' );
+
+ wp_enqueue_script( 'jquery-ui-autocomplete' );
+
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'admin-media', 'wpseoMediaL10n', $this->localize_media_script() );
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'post-scraper', 'wpseoPostScraperL10n', $this->localize_post_scraper_script() );
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'replacevar-plugin', 'wpseoReplaceVarsL10n', $this->localize_replace_vars_script() );
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'shortcode-plugin', 'wpseoShortcodePluginL10n', $this->localize_shortcode_plugin_script() );
+
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'metabox', 'wpseoAdminL10n', WPSEO_Help_Center::get_translated_texts() );
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'metabox', 'wpseoSelect2Locale', WPSEO_Utils::get_language( WPSEO_Utils::get_user_locale() ) );
+
+ if ( post_type_supports( get_post_type(), 'thumbnail' ) ) {
+ $asset_manager->enqueue_style( 'featured-image' );
+
+ $asset_manager->enqueue_script( 'featured-image' );
+
+ $featured_image_l10 = array( 'featured_image_notice' => __( 'The featured image should be at least 200x200 pixels to be picked up by Facebook and other social media sites.', 'wordpress-seo' ) );
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'metabox', 'wpseoFeaturedImageL10n', $featured_image_l10 );
+ }
+ }
+ }
+
+ /**
+ * Pass some variables to js for upload module.
+ *
+ * @return array
+ */
+ public function localize_media_script() {
+ return array(
+ 'choose_image' => __( 'Use Image', 'wordpress-seo' ),
+ );
+ }
+
+ /**
+ * Returns post in metabox context
+ *
+ * @returns WP_Post|array
+ */
+ protected function get_metabox_post() {
+ if ( $post = filter_input( INPUT_GET, 'post' ) ) {
+ $post_id = (int) WPSEO_Utils::validate_int( $post );
+
+ return get_post( $post_id );
+ }
+
+
+ if ( isset( $GLOBALS['post'] ) ) {
+ return $GLOBALS['post'];
+ }
+
+ return array();
+ }
+
+
+
+ /**
+ * Returns an array with shortcode tags for all registered shortcodes.
+ *
+ * @return array
+ */
+ private function get_valid_shortcode_tags() {
+ $shortcode_tags = array();
+
+ foreach ( $GLOBALS['shortcode_tags'] as $tag => $description ) {
+ array_push( $shortcode_tags, $tag );
+ }
+
+ return $shortcode_tags;
+ }
+
+ /**
+ * Prepares the replace vars for localization.
+ *
+ * @return array replace vars
+ */
+ private function get_replace_vars() {
+ $post = $this->get_metabox_post();
+
+ $cached_replacement_vars = array();
+
+ $vars_to_cache = array(
+ 'date',
+ 'id',
+ 'sitename',
+ 'sitedesc',
+ 'sep',
+ 'page',
+ 'currenttime',
+ 'currentdate',
+ 'currentday',
+ 'currentmonth',
+ 'currentyear',
+ );
+
+ foreach ( $vars_to_cache as $var ) {
+ $cached_replacement_vars[ $var ] = wpseo_replace_vars( '%%' . $var . '%%', $post );
+ }
+
+ // Merge custom replace variables with the WordPress ones.
+ return array_merge( $cached_replacement_vars, $this->get_custom_replace_vars( $post ) );
+ }
+
+ /**
+ * Gets the custom replace variables for custom taxonomies and fields.
+ *
+ * @param WP_Post $post The post to check for custom taxonomies and fields.
+ *
+ * @return array Array containing all the replacement variables.
+ */
+ private function get_custom_replace_vars( $post ) {
+ return array(
+ 'custom_fields' => $this->get_custom_fields_replace_vars( $post ),
+ 'custom_taxonomies' => $this->get_custom_taxonomies_replace_vars( $post ),
+ );
+ }
+
+ /**
+ * Gets the custom replace variables for custom taxonomies.
+ *
+ * @param WP_Post $post The post to check for custom taxonomies.
+ *
+ * @return array Array containing all the replacement variables.
+ */
+ private function get_custom_taxonomies_replace_vars( $post ) {
+ $taxonomies = get_object_taxonomies( $post, 'objects' );
+ $custom_replace_vars = array();
+
+ foreach ( $taxonomies as $taxonomy_name => $taxonomy ) {
+
+ if ( is_string( $taxonomy ) ) { // If attachment, see https://core.trac.wordpress.org/ticket/37368 .
+ $taxonomy_name = $taxonomy;
+ $taxonomy = get_taxonomy( $taxonomy_name );
+ }
+
+ if ( $taxonomy->_builtin && $taxonomy->public ) {
+ continue;
+ }
+
+ $custom_replace_vars[ $taxonomy_name ] = array(
+ 'name' => $taxonomy->name,
+ 'description' => $taxonomy->description,
+ );
+ }
+
+ return $custom_replace_vars;
+ }
+
+ /**
+ * Gets the custom replace variables for custom fields.
+ *
+ * @param WP_Post $post The post to check for custom fields.
+ *
+ * @return array Array containing all the replacement variables.
+ */
+ private function get_custom_fields_replace_vars( $post ) {
+ $custom_replace_vars = array();
+
+ // If no post object is passed, return the empty custom_replace_vars array.
+ if ( ! is_object( $post ) ) {
+ return $custom_replace_vars;
+ }
+
+ $custom_fields = get_post_custom( $post->ID );
+
+ foreach ( $custom_fields as $custom_field_name => $custom_field ) {
+ if ( substr( $custom_field_name, 0, 1 ) === '_' ) {
+ continue;
+ }
+
+ $custom_replace_vars[ $custom_field_name ] = $custom_field[0];
+ }
+
+ return $custom_replace_vars;
+ }
+
+
+ /**
+ * Return the SVG for the traffic light in the metabox.
+ */
+ public function traffic_light_svg() {
+ return <<
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+SVG;
+
+ }
+
+ /**
+ * Generic tab.
+ */
+ public function template_generic_tab() {
+ // This template belongs to the post scraper so don't echo it if it isn't enqueued.
+ if ( ! wp_script_is( WPSEO_Admin_Asset_Manager::PREFIX . 'post-scraper' ) ) {
+ return;
+ }
+
+ echo '';
+ }
+
+ /**
+ * Keyword tab for enabling analysis of multiple keywords.
+ */
+ public function template_keyword_tab() {
+ // This template belongs to the post scraper so don't echo it if it isn't enqueued.
+ if ( ! wp_script_is( WPSEO_Admin_Asset_Manager::PREFIX . 'post-scraper' ) ) {
+ return;
+ }
+
+ echo '';
+ }
+
+ /**
+ * @param string $page The page to check for the post overview page.
+ *
+ * @return bool Whether or not the given page is the post overview page.
+ */
+ public static function is_post_overview( $page ) {
+ return 'edit.php' === $page;
+ }
+
+ /**
+ * @param string $page The page to check for the post edit page.
+ *
+ * @return bool Whether or not the given page is the post edit page.
+ */
+ public static function is_post_edit( $page ) {
+ return 'post.php' === $page
+ || 'post-new.php' === $page;
+ }
+
+ /********************** DEPRECATED METHODS **********************/
+
+ /**
+ * Adds the Yoast SEO box
+ *
+ * @deprecated 1.4.24
+ * @deprecated use WPSEO_Metabox::add_meta_box()
+ * @see WPSEO_Meta::add_meta_box()
+ */
+ public function add_custom_box() {
+ _deprecated_function( __METHOD__, 'WPSEO 1.4.24', 'WPSEO_Metabox::add_meta_box()' );
+ $this->add_meta_box();
+ }
+
+ /**
+ * Retrieve the meta boxes for the given post type.
+ *
+ * @deprecated 1.5.0
+ * @deprecated use WPSEO_Meta::get_meta_field_defs()
+ * @see WPSEO_Meta::get_meta_field_defs()
+ *
+ * @param string $post_type The post type for which to get the meta fields.
+ *
+ * @return array
+ */
+ public function get_meta_boxes( $post_type = 'post' ) {
+ _deprecated_function( __METHOD__, 'WPSEO 1.5.0', 'WPSEO_Meta::get_meta_field_defs()' );
+
+ return $this->get_meta_field_defs( 'general', $post_type );
+ }
+
+ /**
+ * Pass some variables to js
+ *
+ * @deprecated 1.5.0
+ * @deprecated use WPSEO_Meta::localize_script()
+ * @see WPSEO_Meta::localize_script()
+ */
+ public function script() {
+ _deprecated_function( __METHOD__, 'WPSEO 1.5.0', 'WPSEO_Meta::localize_script()' );
+
+ return $this->localize_script();
+ }
+
+ /**
+ * @deprecated 3.0 Removed, use javascript functions instead
+ *
+ * @param string $string Deprecated.
+ *
+ * @return string
+ */
+ public function strtolower_utf8( $string ) {
+ _deprecated_function( 'WPSEO_Metabox::strtolower_utf8', 'WPSEO 3.0', 'use javascript instead' );
+
+ return $string;
+ }
+
+ /**
+ * @deprecated 3.0 Removed.
+ *
+ * @return array
+ */
+ public function localize_script() {
+ _deprecated_function( 'WPSEO_Metabox::localize_script', 'WPSEO 3.0' );
+
+ return array();
+ }
+
+ /**
+ * @deprecated 3.0 Removed, use javascript functions instead.
+ *
+ * @return string
+ */
+ public function snippet() {
+ _deprecated_function( 'WPSEO_Metabox::snippet', 'WPSEO 3.0', 'use javascript instead' );
+
+ return '';
+ }
+
+ /**
+ * @deprecated 3.0 Use WPSEO_Meta_Columns::posts_filter_dropdown instead.
+ */
+ public function posts_filter_dropdown() {
+ _deprecated_function( 'WPSEO_Metabox::posts_filter_dropdown', 'WPSEO 3.0', 'WPSEO_Metabox_Columns::posts_filter_dropdown' );
+
+ /** @var WPSEO_Meta_Columns $meta_columns */
+ $meta_columns = $GLOBALS['wpseo_meta_columns'];
+ $meta_columns->posts_filter_dropdown();
+ }
+
+ /**
+ * @deprecated 3.0 Use WPSEO_Meta_Columns::column_heading instead.
+ *
+ * @param array $columns Already existing columns.
+ *
+ * @return array
+ */
+ public function column_heading( $columns ) {
+ _deprecated_function( 'WPSEO_Metabox::column_heading', 'WPSEO 3.0', 'WPSEO_Metabox_Columns::column_heading' );
+
+ /** @var WPSEO_Meta_Columns $meta_columns */
+ $meta_columns = $GLOBALS['wpseo_meta_columns'];
+ return $meta_columns->column_heading( $columns );
+ }
+
+ /**
+ * @deprecated 3.0 Use WPSEO_Meta_Columns::column_content instead.
+ *
+ * @param string $column_name Column to display the content for.
+ * @param int $post_id Post to display the column content for.
+ */
+ public function column_content( $column_name, $post_id ) {
+ _deprecated_function( 'WPSEO_Metabox::column_content', 'WPSEO 3.0', 'WPSEO_Metabox_Columns::column_content' );
+
+ /** @var WPSEO_Meta_Columns $meta_columns */
+ $meta_columns = $GLOBALS['wpseo_meta_columns'];
+ $meta_columns->column_content( $column_name, $post_id );
+ }
+
+ /**
+ * @deprecated 3.0 Use WPSEO_Meta_Columns::column_sort instead.
+ *
+ * @param array $columns appended with their orderby variable.
+ *
+ * @return array
+ */
+ public function column_sort( $columns ) {
+ _deprecated_function( 'WPSEO_Metabox::column_sort', 'WPSEO 3.0', 'WPSEO_Metabox_Columns::column_sort' );
+
+ /** @var WPSEO_Meta_Columns $meta_columns */
+ $meta_columns = $GLOBALS['wpseo_meta_columns'];
+ return $meta_columns->column_sort( $columns );
+ }
+
+ /**
+ * @deprecated 3.0 Use WPSEO_Meta_Columns::column_sort_orderby instead.
+ *
+ * @param array $vars Query variables.
+ *
+ * @return array
+ */
+ public function column_sort_orderby( $vars ) {
+ _deprecated_function( 'WPSEO_Metabox::column_sort_orderby', 'WPSEO 3.0', 'WPSEO_Metabox_Columns::column_sort_orderby' );
+
+ /** @var WPSEO_Meta_Columns $meta_columns */
+ $meta_columns = $GLOBALS['wpseo_meta_columns'];
+ return $meta_columns->column_sort_orderby( $vars );
+ }
+
+ /**
+ * @deprecated 3.0 Use WPSEO_Meta_Columns::column_hidden instead.
+ *
+ * @param array|false $result The hidden columns.
+ * @param string $option The option name used to set which columns should be hidden.
+ * @param WP_User $user The User.
+ *
+ * @return array|false $result
+ */
+ public function column_hidden( $result, $option, $user ) {
+ _deprecated_function( 'WPSEO_Metabox::column_hidden', 'WPSEO 3.0', 'WPSEO_Metabox_Columns::column_hidden' );
+
+ /** @var WPSEO_Meta_Columns $meta_columns */
+ $meta_columns = $GLOBALS['wpseo_meta_columns'];
+ return $meta_columns->column_hidden( $result, $option, $user );
+ }
+
+ /**
+ * @deprecated 3.0 Use WPSEO_Meta_Columns::seo_score_posts_where instead.
+ *
+ * @param string $where Where clause.
+ *
+ * @return string
+ */
+ public function seo_score_posts_where( $where ) {
+ _deprecated_function( 'WPSEO_Metabox::seo_score_posts_where', 'WPSEO 3.0', 'WPSEO_Metabox_Columns::seo_score_posts_where' );
+
+ /** @var WPSEO_Meta_Columns $meta_columns */
+ $meta_columns = $GLOBALS['wpseo_meta_columns'];
+ return $meta_columns->seo_score_posts_where( $where );
+ }
+
+ /**
+ * @deprecated 3.0 Removed.
+ *
+ * @param int $post_id Post to retrieve the title for.
+ *
+ * @return string
+ */
+ public function page_title( $post_id ) {
+ _deprecated_function( 'WPSEO_Metabox::page_title', 'WPSEO 3.0' );
+
+ return '';
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param array $array Array to sort, array is returned sorted.
+ * @param string $key Key to sort array by.
+ */
+ public function aasort( &$array, $key ) {
+ _deprecated_function( 'WPSEO_Metabox::aasort', 'WPSEO 3.0' );
+
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param object $post Post to output the page analysis results for.
+ *
+ * @return string
+ */
+ public function linkdex_output( $post ) {
+ _deprecated_function( 'WPSEO_Metabox::linkdex_output', 'WPSEO 3.0' );
+
+ return '';
+
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param object $post Post to calculate the results for.
+ *
+ * @return array|WP_Error
+ */
+ public function calculate_results( $post ) {
+ _deprecated_function( 'WPSEO_Metabox::calculate_results', 'WPSEO 3.0' );
+
+ return array();
+
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param WP_Post $post Post object instance.
+ *
+ * @return array
+ */
+ public function get_sample_permalink( $post ) {
+ _deprecated_function( 'WPSEO_Metabox::get_sample_permalink', 'WPSEO 3.0' );
+
+ return array();
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param array $results The results array used to store results.
+ * @param int $scoreValue The score value.
+ * @param string $scoreMessage The score message.
+ * @param string $scoreLabel The label of the score to use in the results array.
+ * @param string $rawScore The raw score, to be used by other filters.
+ */
+ public function save_score_result( &$results, $scoreValue, $scoreMessage, $scoreLabel, $rawScore = null ) {
+
+ _deprecated_function( 'WPSEO_Metabox::save_score_result', 'WPSEO 3.0' );
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param string $inputString String to clean up.
+ * @param bool $removeOptionalCharacters Whether or not to do a cleanup of optional chars too.
+ *
+ * @return string
+ */
+ public function strip_separators_and_fold( $inputString, $removeOptionalCharacters ) {
+ _deprecated_function( 'WPSEO_Metabox::strip_separators_and_f', 'WPSEO 3.0' );
+
+ return '';
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param array $job Job data array.
+ * @param array $results Results set by reference.
+ */
+ public function check_double_focus_keyword( $job, &$results ) {
+ _deprecated_function( 'WPSEO_Metabox::check_double_focus_key', 'WPSEO 3.0' );
+
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param string $keyword The keyword to check for stopwords.
+ * @param array $results The results array.
+ */
+ public function score_keyword( $keyword, &$results ) {
+ _deprecated_function( 'WPSEO_Metabox::score_keyword', 'WPSEO 3.0' );
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param array $job The job array holding both the keyword and the URLs.
+ * @param array $results The results array.
+ */
+ public function score_url( $job, &$results ) {
+ _deprecated_function( 'WPSEO_Metabox::score_url', 'WPSEO 3.0' );
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param array $job The job array holding both the keyword versions.
+ * @param array $results The results array.
+ */
+ public function score_title( $job, &$results ) {
+ _deprecated_function( 'WPSEO_Metabox::score_title', 'WPSEO 3.0' );
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param array $job The job array holding both the keyword versions.
+ * @param array $results The results array.
+ * @param array $anchor_texts The array holding all anchors in the document.
+ * @param array $count The number of anchors in the document, grouped by type.
+ */
+ public function score_anchor_texts( $job, &$results, $anchor_texts, $count ) {
+ _deprecated_function( 'WPSEO_Metabox::score_anchor_texts', 'WPSEO 3.0' );
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param object $xpath An XPATH object of the current document.
+ *
+ * @return array
+ */
+ public function get_anchor_texts( &$xpath ) {
+ _deprecated_function( 'WPSEO_Metabox::get_anchor_texts', 'WPSEO 3.0' );
+
+ return array();
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param object $xpath An XPATH object of the current document.
+ *
+ * @return array
+ */
+ public function get_anchor_count( &$xpath ) {
+ _deprecated_function( 'WPSEO_Metabox::get_anchor_count', 'WPSEO 3.0' );
+
+ return array();
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param array $job The job array holding both the keyword versions.
+ * @param array $results The results array.
+ * @param array $imgs The array with images alt texts.
+ */
+ public function score_images_alt_text( $job, &$results, $imgs ) {
+ _deprecated_function( 'WPSEO_Metabox::score_images_alt_text', 'WPSEO 3.0' );
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param int $post_id The post to find images in.
+ * @param string $body The post content to find images in.
+ * @param array $imgs The array holding the image information.
+ *
+ * @return array The updated images array.
+ */
+ public function get_images_alt_text( $post_id, $body, $imgs ) {
+ _deprecated_function( 'WPSEO_Metabox::get_images_alt_text', 'WPSEO 3.0' );
+
+ return array();
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param array $job The array holding the keywords.
+ * @param array $results The results array.
+ * @param array $headings The headings found in the document.
+ */
+ public function score_headings( $job, &$results, $headings ) {
+ _deprecated_function( 'WPSEO_Metabox::score_headings', 'WPSEO 3.0' );
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param string $postcontent Post content to find headings in.
+ *
+ * @return array Array of heading texts.
+ */
+ public function get_headings( $postcontent ) {
+ _deprecated_function( 'WPSEO_Metabox::get_headings', 'WPSEO 3.0' );
+
+ return array();
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param array $job The array holding the keywords.
+ * @param array $results The results array.
+ * @param string $description The meta description.
+ * @param int $maxlength The maximum length of the meta description.
+ */
+ public function score_description( $job, &$results, $description, $maxlength = 155 ) {
+ _deprecated_function( 'WPSEO_Metabox::score_description', 'WPSEO 3.0' );
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param array $job The array holding the keywords.
+ * @param array $results The results array.
+ * @param string $body The body.
+ * @param string $firstp The first paragraph.
+ */
+ public function score_body( $job, &$results, $body, $firstp ) {
+ _deprecated_function( 'WPSEO_Metabox::score_body', 'WPSEO 3.0' );
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param object $post The post object.
+ *
+ * @return string The post content.
+ */
+ public function get_body( $post ) {
+ _deprecated_function( 'WPSEO_Metabox::get_body', 'WPSEO 3.0' );
+
+ return '';
+ }
+
+ /**
+ * @deprecated 3.0
+ *
+ * @param string $body The post content to retrieve the first paragraph from.
+ *
+ * @return string
+ */
+ public function get_first_paragraph( $body ) {
+ _deprecated_function( 'WPSEO_Metabox::get_first_paragraph', 'WPSEO 3.0' );
+
+ return '';
+ }
+
+ /**
+ * @deprecated 3.2
+ *
+ * Retrieves the title template.
+ *
+ * @param object $post metabox post.
+ *
+ * @return string
+ */
+ public static function get_title_template( $post ) {
+ _deprecated_function( 'WPSEO_Metabox::get_title_template', 'WPSEO 3.2', 'WPSEO_Post_Scraper::get_title_template' );
+
+ return '';
+ }
+
+ /**
+ * @deprecated 3.2
+ *
+ * Retrieves the metadesc template.
+ *
+ * @param object $post metabox post.
+ *
+ * @return string
+ */
+ public static function get_metadesc_template( $post ) {
+ _deprecated_function( 'WPSEO_Metabox::get_metadesc_template', 'WPSEO 3.2', 'WPSEO_Post_Scraper::get_metadesc_template' );
+ return '';
+ }
+
+ /**
+ * @deprecated 3.2
+ * Retrieve a post date when post is published, or return current date when it's not.
+ *
+ * @param WP_Post $post The post for which to retrieve the post date.
+ *
+ * @return string
+ */
+ public function get_post_date( $post ) {
+ _deprecated_function( 'WPSEO_Metabox::get_post_date', 'WPSEO 3.2', 'WPSEO_Post_Scraper::get_post_date' );
+ _deprecated_function( 'WPSEO_Metabox::get_post_date', 'WPSEO 3.2', 'WPSEO_Post_Scraper::get_post_date' );
+
+ return '';
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php b/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php
new file mode 100644
index 0000000..1006078
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php
@@ -0,0 +1,31 @@
+onpage_option = $this->get_option();
+ }
+
+ /**
+ * Getting the status from the option.
+ *
+ * @return string
+ */
+ public function get_status() {
+ if ( array_key_exists( self::STATUS, $this->onpage_option ) ) {
+ return $this->onpage_option[ self::STATUS ];
+ }
+
+ return self::CANNOT_FETCH;
+ }
+
+ /**
+ * Saving the status to the options.
+ *
+ * @param string $status The status to save.
+ */
+ public function set_status( $status ) {
+ $this->onpage_option[ self::STATUS ] = $status;
+ }
+
+ /**
+ * Saving the last fetch timestamp to the options.
+ *
+ * @param integer $timestamp Timestamp with the new value.
+ */
+ public function set_last_fetch( $timestamp ) {
+ $this->onpage_option[ self::LAST_FETCH ] = $timestamp;
+ }
+
+ /**
+ * Check if the last fetch is within the time of 60 minutes
+ *
+ * @return bool
+ */
+ public function should_be_fetched() {
+ return ( ( time() - $this->onpage_option[ self::LAST_FETCH ] ) > self::FETCH_LIMIT );
+ }
+
+ /**
+ * Saving the option with the current data
+ */
+ public function save_option() {
+ update_option( self::OPTION_NAME, $this->onpage_option );
+ }
+
+ /**
+ * Returns the value of the onpage_enabled status
+ *
+ * @return bool
+ */
+ public function is_enabled() {
+ $options = get_option( 'wpseo' );
+
+ return ! empty( $options['onpage_indexability'] );
+ }
+
+ /**
+ * Getting the option with the OnPage.org data
+ *
+ * @return array
+ */
+ private function get_option() {
+ return get_option( self::OPTION_NAME, array( self::STATUS => self::NOT_FETCHED, self::LAST_FETCH => 0 ) );
+ }
+
+ /**
+ * @deprecated 3.0.2
+ *
+ * Returns the indexable status of the website.
+ *
+ * @return bool
+ */
+ public function is_indexable() {
+ _deprecated_function( 'WPSEO_OnPage_Option::is_indexable', 'WPSEO 3.0.2' );
+
+ return self::IS_INDEXABLE === $this->get_status();
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-request.php b/wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-request.php
new file mode 100644
index 0000000..3d6ba8e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-request.php
@@ -0,0 +1,76 @@
+ $target_url,
+ 'wp_version' => $GLOBALS['wp_version'],
+ 'yseo_version' => WPSEO_VERSION,
+ ), $parameters );
+
+ $url = add_query_arg( $parameters, $this->onpage_endpoint );
+
+ $response = wp_remote_get( $url );
+ $response_code = wp_remote_retrieve_response_code( $response );
+
+ // When the request is successful, the response code will be 200.
+ if ( $response_code === 200 ) {
+ $response_body = wp_remote_retrieve_body( $response );
+
+ return json_decode( $response_body, true );
+ }
+ }
+
+ /**
+ * Sending a request to OnPage to check if the $home_url is indexable
+ *
+ * @param string $target_url The URL that will be send to the API.
+ * @param array $parameters Array of extra parameters to send to OnPage.
+ *
+ * @return array
+ */
+ public function do_request( $target_url, $parameters = array() ) {
+ $json_body = $this->get_remote( $target_url, $parameters );
+
+ // OnPage.org recognized a redirect, fetch the data of that URL by calling this method with the value from OnPage.org.
+ if ( ! empty( $json_body['passes_juice_to'] ) ) {
+ return $this->do_request( $json_body['passes_juice_to'], $parameters );
+ }
+
+ return $json_body;
+ }
+
+ /**
+ * Returns the fetched response
+ *
+ * @deprecated 3.1.2
+ * @return array
+ */
+ public function get_response() {
+ _deprecated_function( 'WPSEO_OnPage_Request::get_response', 'WPSEO 3.1.2', 'WPSEO_OnPage_Request::do_request' );
+
+ return array();
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/onpage/class-onpage.php b/wp-content/plugins/wordpress-seo/admin/onpage/class-onpage.php
new file mode 100644
index 0000000..dcbc965
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/onpage/class-onpage.php
@@ -0,0 +1,230 @@
+onpage_option = new WPSEO_OnPage_Option();
+
+ if ( $this->onpage_option->is_enabled() ) {
+ $this->set_hooks();
+ $this->catch_redo_listener();
+ }
+ }
+ }
+
+ /**
+ * The hooks to run on plugin activation
+ */
+ public function activate_hooks() {
+ $this->set_cron();
+ }
+
+ /**
+ * Adding a weekly schedule to the schedules array
+ *
+ * @param array $schedules Array with schedules.
+ *
+ * @return array
+ */
+ public function add_weekly_schedule( array $schedules ) {
+ $schedules['weekly'] = array( 'interval' => WEEK_IN_SECONDS, 'display' => __( 'Once Weekly' ) );
+
+ return $schedules;
+ }
+
+ /**
+ * Fetching the data from onpage.
+ *
+ * @return bool
+ */
+ public function fetch_from_onpage() {
+ if ( $this->onpage_option->should_be_fetched() && false !== ( $new_status = $this->request_indexability() ) ) {
+
+ // Updates the timestamp in the option.
+ $this->onpage_option->set_last_fetch( time() );
+
+ // The currently indexability status.
+ $old_status = $this->onpage_option->get_status();
+
+ // Saving the new status.
+ $this->onpage_option->set_status( $new_status );
+
+ // Saving the option.
+ $this->onpage_option->save_option();
+
+ // Check if the status has been changed.
+ if ( $old_status !== $new_status && $new_status !== WPSEO_OnPage_Option::CANNOT_FETCH ) {
+ $this->notify_admins();
+ }
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Show a notice when the website is not indexable
+ */
+ public function show_notice() {
+
+ $notification = $this->get_indexability_notification();
+ $notification_center = Yoast_Notification_Center::get();
+
+ if ( $this->should_show_notice() ) {
+ $notification_center->add_notification( $notification );
+ }
+ else {
+ $notification_center->remove_notification( $notification );
+ }
+ }
+
+ /**
+ * Builds the indexability notification
+ *
+ * @return Yoast_Notification
+ */
+ private function get_indexability_notification() {
+ $notice = sprintf(
+ /* translators: 1: opens a link to a related knowledge base article. 2: closes the link */
+ __( '%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.', 'wordpress-seo' ),
+ '',
+ ' '
+ );
+
+ return new Yoast_Notification(
+ $notice,
+ array(
+ 'type' => Yoast_Notification::ERROR,
+ 'id' => 'wpseo-dismiss-onpageorg',
+ 'capabilities' => 'manage_options',
+ )
+ );
+ }
+
+ /**
+ * Send a request to OnPage.org to get the indexability
+ *
+ * @return int(0)|int(1)|false
+ */
+ protected function request_indexability() {
+ $parameters = array();
+ if ( $this->wordfence_protection_enabled() ) {
+ $parameters['wf_strict'] = 1;
+ }
+
+ $request = new WPSEO_OnPage_Request();
+ $response = $request->do_request( get_option( 'home' ), $parameters );
+
+ if ( isset( $response['is_indexable'] ) ) {
+ return (int) $response['is_indexable'];
+ }
+
+ return WPSEO_OnPage_Option::CANNOT_FETCH;
+ }
+
+ /**
+ * Should the notice being given?
+ *
+ * @return bool
+ */
+ protected function should_show_notice() {
+ // If development mode is on or the blog is not public, just don't show this notice.
+ if ( WPSEO_Utils::is_development_mode() || ( '0' === get_option( 'blog_public' ) ) ) {
+ return false;
+ }
+
+ return $this->onpage_option->get_status() === WPSEO_OnPage_Option::IS_NOT_INDEXABLE;
+ }
+
+ /**
+ * Notify the admins
+ */
+ protected function notify_admins() {
+ /*
+ * Let's start showing the notices to all admins by removing the hide-notice meta data for each admin resulting
+ * in popping up the notice again.
+ */
+ delete_metadata( 'user', 0, WPSEO_OnPage::USER_META_KEY, '', true );
+ }
+
+ /**
+ * Setting up the hooks.
+ */
+ private function set_hooks() {
+ // Schedule cronjob when it doesn't exists on activation.
+ register_activation_hook( WPSEO_FILE, array( $this, 'activate_hooks' ) );
+
+ // Add weekly schedule to the cron job schedules.
+ add_filter( 'cron_schedules', array( $this, 'add_weekly_schedule' ) );
+
+ // Adding admin notice if necessary.
+ add_filter( 'admin_init', array( $this, 'show_notice' ) );
+
+ // Setting the action for the OnPage fetch.
+ add_action( 'wpseo_onpage_fetch', array( $this, 'fetch_from_onpage' ) );
+ }
+
+ /**
+ * Setting the cronjob to get the new indexibility status.
+ */
+ private function set_cron() {
+ if ( ! wp_next_scheduled( 'wpseo_onpage_fetch' ) ) {
+ wp_schedule_event( time(), 'weekly', 'wpseo_onpage_fetch' );
+ }
+ }
+
+ /**
+ * Redo the fetch request for onpage
+ */
+ private function catch_redo_listener() {
+ if ( filter_input( INPUT_GET, 'wpseo-redo-onpage' ) === '1' ) {
+ $this->is_manual_request = true;
+
+ add_action( 'admin_init', array( $this, 'fetch_from_onpage' ) );
+ }
+ }
+
+ /**
+ * Checks if WordFence protects the site against 'fake' Google crawlers.
+ *
+ * @return boolean
+ */
+ private function wordfence_protection_enabled() {
+ if ( ! class_exists( 'wfConfig' ) ) {
+ return false;
+ }
+
+ if ( ! method_exists( 'wfConfig', 'get' ) ) {
+ return false;
+ }
+
+ return (bool) wfConfig::get( 'blockFakeBots' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/pages/advanced.php b/wp-content/plugins/wordpress-seo/admin/pages/advanced.php
new file mode 100644
index 0000000..26898e0
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/pages/advanced.php
@@ -0,0 +1,61 @@
+add_tab(
+ new WPSEO_Option_Tab(
+ 'breadcrumbs',
+ __( 'Breadcrumbs', 'wordpress-seo' ),
+ array(
+ 'video_url' => 'https://yoa.st/screencast-breadcrumbs',
+ 'opt_group' => 'wpseo_internallinks',
+ )
+ )
+);
+$tabs->add_tab(
+ new WPSEO_Option_Tab(
+ 'permalinks',
+ __( 'Permalinks', 'wordpress-seo' ),
+ array(
+ 'video_url' => 'https://yoa.st/screencast-permalinks',
+ 'opt_group' => 'wpseo_permalinks',
+ )
+ )
+);
+$tabs->add_tab(
+ new WPSEO_Option_Tab(
+ 'rss',
+ __( 'RSS', 'wordpress-seo' ),
+ array(
+ 'video_url' => 'https://yoa.st/screencast-rss',
+ 'opt_group' => 'wpseo_rss',
+ )
+ )
+);
+
+$active_tab = $tabs->get_active_tab();
+Yoast_Form::get_instance()->admin_header( true, $active_tab->get_opt_group() );
+
+echo '';
+foreach ( $tabs->get_tabs() as $tab ) {
+ $active = ( $tabs->is_active_tab( $tab ) ) ? ' nav-tab-active' : '';
+ echo '' . $tab->get_label() . ' ';
+}
+echo ' ';
+
+$help_center = new WPSEO_Help_Center( 'advanced', $active_tab );
+$help_center->output_help_center();
+
+require_once WPSEO_PATH . 'admin/views/tabs/advanced/' . $active_tab->get_name() . '.php';
+
+Yoast_Form::get_instance()->admin_footer();
diff --git a/wp-content/plugins/wordpress-seo/admin/pages/dashboard.php b/wp-content/plugins/wordpress-seo/admin/pages/dashboard.php
new file mode 100644
index 0000000..cf6cbe0
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/pages/dashboard.php
@@ -0,0 +1,72 @@
+admin_header( true, 'wpseo' );
+
+do_action( 'wpseo_all_admin_notices' );
+
+if ( is_array( $options['blocking_files'] ) && count( $options['blocking_files'] ) > 0 ) {
+
+ $xml_sitemap_options = WPSEO_Options::get_option( 'wpseo_xml' );
+ if ( $xml_sitemap_options['enablexmlsitemap'] ) {
+
+ echo '';
+ printf(
+ /* translators: %1$s expands to Yoast SEO */
+ _n( 'The following file is blocking your XML sitemaps from working properly. Either delete it (this can be done with the "Fix it" button) or disable %1$s XML sitemaps.', 'The following files are blocking your XML sitemaps from working properly. Either delete them (this can be done with the "Fix it" button) or disable %1$s XML sitemaps.', count( $options['blocking_files'] ), 'wordpress-seo' ),
+ 'Yoast SEO'
+ );
+ foreach ( $options['blocking_files'] as $file ) {
+ echo ' ', '', esc_html( $file ), '
';
+ }
+ unset( $file );
+ echo '', __( 'Fix it', 'wordpress-seo' ), ' ';
+ echo '
';
+ }
+}
+
+$tabs = new WPSEO_Option_Tabs( 'dashboard' );
+$tabs->add_tab( new WPSEO_Option_Tab( 'dashboard', __( 'Dashboard', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-notification-center' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'general', __( 'General', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-general' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'features', __( 'Features', 'wordpress-seo' ) ) );
+$knowledge_graph_label = ( 'company' === $options['company_or_person'] ) ? __( 'Company Info', 'wordpress-seo' ) : __( 'Your Info', 'wordpress-seo' );
+$tabs->add_tab( new WPSEO_Option_Tab( 'knowledge-graph', __( $knowledge_graph_label, 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-knowledge-graph' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'webmaster-tools', __( 'Webmaster Tools', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-general-search-console' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'security', __( 'Security', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-security' ) ) );
+
+do_action( 'wpseo_settings_tabs_dashboard', $tabs );
+
+$tabs->display( $yform, $options );
+
+do_action( 'wpseo_dashboard' );
+
+$yform->admin_footer();
diff --git a/wp-content/plugins/wordpress-seo/admin/pages/licenses.php b/wp-content/plugins/wordpress-seo/admin/pages/licenses.php
new file mode 100644
index 0000000..26b688e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/pages/licenses.php
@@ -0,0 +1,239 @@
+ (object) array(
+ 'url' => 'https://yoast.com/wordpress/plugins/seo-premium/',
+ 'title' => 'Yoast SEO Premium',
+ /* translators: %1$s expands to Yoast SEO */
+ 'desc' => sprintf( __( 'The premium version of %1$s with more features & support.', 'wordpress-seo' ), 'Yoast SEO' ),
+ 'installed' => false,
+ 'image' => plugins_url( 'images/extensions-premium-ribbon.png', WPSEO_FILE ),
+ 'benefits' => array(),
+ ),
+ 'video-seo' => (object) array(
+ 'url' => 'https://yoast.com/wordpress/plugins/video-seo/',
+ 'title' => 'Video SEO',
+ 'desc' => __( 'Optimize your videos to show them off in search results and get more clicks!', 'wordpress-seo' ),
+ 'installed' => false,
+ 'image' => plugins_url( 'images/extensions-video.png', WPSEO_FILE ),
+ 'benefits' => array(
+ __( 'Show your videos in Google Videos', 'wordpress-seo' ),
+ __( 'Enhance the experience of sharing posts with videos', 'wordpress-seo' ),
+ __( 'Make videos responsive through enabling fitvids.js', 'wordpress-seo' ),
+ ),
+ ),
+ 'news-seo' => (object) array(
+ 'url' => 'https://yoast.com/wordpress/plugins/news-seo/',
+ 'title' => 'News SEO',
+ 'desc' => __( 'Are you in Google News? Increase your traffic from Google News by optimizing for it!', 'wordpress-seo' ),
+ 'installed' => false,
+ 'image' => plugins_url( 'images/extensions-news.png', WPSEO_FILE ),
+ 'benefits' => array(
+ __( 'Optimize your site for Google News', 'wordpress-seo' ),
+ __( 'Immediately pings Google on the publication of a new post', 'wordpress-seo' ),
+ __( 'Creates XML News Sitemaps', 'wordpress-seo' ),
+ ),
+ ),
+ 'local-seo' => (object) array(
+ 'url' => 'https://yoast.com/wordpress/plugins/local-seo/',
+ 'title' => 'Local SEO',
+ 'desc' => __( 'Rank better locally and in Google Maps, without breaking a sweat!', 'wordpress-seo' ),
+ 'installed' => false,
+ 'image' => plugins_url( 'images/extensions-local.png', WPSEO_FILE ),
+ 'benefits' => array(
+ __( 'Get found by potential clients', 'wordpress-seo' ),
+ __( 'Easily insert Google Maps, a store locator, opening hours and more', 'wordpress-seo' ),
+ __( 'Improve the usability of your contact page', 'wordpress-seo' ),
+ ),
+ ),
+ 'woocommerce-seo' => (object) array(
+ 'url' => 'https://yoast.com/wordpress/plugins/yoast-woocommerce-seo/',
+ 'title' => 'Yoast WooCommerce SEO',
+ /* translators: %1$s expands to Yoast SEO */
+ 'desc' => sprintf( __( 'Seamlessly integrate WooCommerce with %1$s and get extra features!', 'wordpress-seo' ), 'Yoast SEO' ),
+ 'installed' => false,
+ 'image' => plugins_url( 'images/extensions-woo.png', WPSEO_FILE ),
+ 'benefits' => array(
+ /* %1$s expands to Pinterest */
+ sprintf( __( 'Improve sharing on Pinterest', 'wordpress-seo' ) ),
+
+ /* %1$s expands to Yoast, %2$s expands to WooCommerce */
+ sprintf( __( 'Use %1$s breadcrumbs instead of %2$s ones', 'wordpress-seo' ), 'Yoast', 'WooCommerce' ),
+
+ /* %1$s expands to Yoast SEO, %2$s expands to WooCommerce */
+ sprintf( __( 'A seamless integration between %1$s and %2$s', 'wordpress-seo' ), 'Yoast SEO', 'WooCommerce' ),
+ ),
+ 'buy_button' => 'WooCommerce SEO',
+ ),
+);
+
+if ( class_exists( 'WPSEO_Premium' ) ) {
+ $extensions['seo-premium']->installed = true;
+}
+if ( class_exists( 'wpseo_Video_Sitemap' ) ) {
+ $extensions['video-seo']->installed = true;
+}
+if ( class_exists( 'WPSEO_News' ) ) {
+ $extensions['news-seo']->installed = true;
+}
+if ( defined( 'WPSEO_LOCAL_VERSION' ) ) {
+ $extensions['local-seo']->installed = true;
+}
+if ( ! class_exists( 'Woocommerce' ) ) {
+ unset( $extensions['woocommerce-seo'] );
+}
+elseif ( class_exists( 'Yoast_WooCommerce_SEO' ) ) {
+ $extensions['woocommerce-seo']->installed = true;
+}
+
+$utm_buy = '#utm_source=wordpress-seo-config&utm_medium=button-buy&utm_campaign=extension-page-banners';
+$utm_info = '#utm_source=wordpress-seo-config&utm_medium=button-info&utm_campaign=extension-page-banners';
+
+?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
', __( 'This is where you would enter the license keys for one of our premium plugins, should you activate one.', 'wordpress-seo' ), '
';
+ }
+ else {
+ do_action( 'wpseo_licenses_forms' );
+ }
+ ?>
+
+
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/pages/metas.php b/wp-content/plugins/wordpress-seo/admin/pages/metas.php
new file mode 100644
index 0000000..5d474cb
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/pages/metas.php
@@ -0,0 +1,63 @@
+admin_header( true, 'wpseo_titles' );
+
+$tabs = new WPSEO_Option_Tabs( 'metas' );
+$tabs->add_tab( new WPSEO_Option_Tab( 'general', __( 'General', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-metas' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'home', __( 'Homepage', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-metas-homepage' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'post-types', __( 'Post Types', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-metas-post-types' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'taxonomies', __( 'Taxonomies', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-metas-taxonomies' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'archives', __( 'Archives', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-metas-archives' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'other', __( 'Other', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-metas-other' ) ) );
+$tabs->display( $yform, $options );
+
+$yform->admin_footer();
+
+/**
+ * Add help tabs
+ *
+ * @param array $tabs Current help center tabs.
+ *
+ * @return array
+ */
+function yoast_add_meta_options_help_center_tabs( $tabs ) {
+ $tabs[] = new WPSEO_Help_Center_Item(
+ 'basic-help',
+ __( 'Template explanation', 'wordpress-seo' ),
+ array(
+ 'content' => '' . sprintf( __( 'The title & metas settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The tabs on the left explain the available variables.', 'wordpress-seo' ), 'Yoast SEO' ) . '
' . '' . __( 'Note that not all variables can be used in every template.', 'wordpress-seo' ) . '
',
+ )
+ );
+
+ $tabs[] = new WPSEO_Help_Center_Item(
+ 'title-vars',
+ __( 'Basic Variables', 'wordpress-seo' ),
+ array(
+ 'content' => '' . __( 'Basic Variables', 'wordpress-seo' ) . ' ' . WPSEO_Replace_Vars::get_basic_help_texts(),
+ )
+ );
+
+ $tabs[] = new WPSEO_Help_Center_Item(
+ 'title-vars-advanced',
+ __( 'Advanced Variables', 'wordpress-seo' ),
+ array(
+ 'content' => '' . __( 'Advanced Variables', 'wordpress-seo' ) . ' ' . WPSEO_Replace_Vars::get_advanced_help_texts(),
+ )
+ );
+
+ return $tabs;
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/pages/network.php b/wp-content/plugins/wordpress-seo/admin/pages/network.php
new file mode 100644
index 0000000..5377190
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/pages/network.php
@@ -0,0 +1,149 @@
+blogname ) ), 'updated' );
+ }
+ else {
+ add_settings_error( 'wpseo_ms', 'settings_updated', sprintf( __( 'Blog %s not found.', 'wordpress-seo' ), esc_html( $restoreblog ) ), 'error' );
+ }
+ unset( $restoreblog, $blog );
+ }
+}
+
+/* Set up selectbox dropdowns for smaller networks (usability) */
+$use_dropdown = true;
+if ( get_blog_count() > 100 ) {
+ $use_dropdown = false;
+}
+else {
+
+ if ( function_exists( 'get_sites' ) ) { // WP 4.6+.
+ $sites = array_map( 'get_object_vars', get_sites( array( 'deleted' => 0 ) ) );
+ }
+ else {
+ $sites = wp_get_sites( array( 'deleted' => 0 ) );
+ }
+
+ if ( is_array( $sites ) && $sites !== array() ) {
+ $dropdown_input = array(
+ '-' => __( 'None', 'wordpress-seo' ),
+ );
+
+ foreach ( $sites as $site ) {
+ $dropdown_input[ $site['blog_id'] ] = $site['blog_id'] . ': ' . $site['domain'];
+
+ $blog_states = array();
+ if ( $site['public'] === '1' ) {
+ $blog_states[] = __( 'public', 'wordpress-seo' );
+ }
+ if ( $site['archived'] === '1' ) {
+ $blog_states[] = __( 'archived', 'wordpress-seo' );
+ }
+ if ( $site['mature'] === '1' ) {
+ $blog_states[] = __( 'mature', 'wordpress-seo' );
+ }
+ if ( $site['spam'] === '1' ) {
+ $blog_states[] = __( 'spam', 'wordpress-seo' );
+ }
+ if ( $blog_states !== array() ) {
+ $dropdown_input[ $site['blog_id'] ] .= ' [' . implode( ', ', $blog_states ) . ']';
+ }
+ }
+ unset( $site, $blog_states );
+ }
+ else {
+ $use_dropdown = false;
+ }
+ unset( $sites );
+}
+
+$yform->admin_header( false, 'wpseo_ms' );
+
+echo '', __( 'MultiSite Settings', 'wordpress-seo' ), ' ';
+echo '';
+
+echo '' . __( 'Restore site to default settings', 'wordpress-seo' ) . ' ';
+echo '';
+
+$yform->admin_footer( false );
diff --git a/wp-content/plugins/wordpress-seo/admin/pages/social.php b/wp-content/plugins/wordpress-seo/admin/pages/social.php
new file mode 100644
index 0000000..0890d45
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/pages/social.php
@@ -0,0 +1,23 @@
+admin_header( true, 'wpseo_social' );
+
+$tabs = new WPSEO_Option_Tabs( 'social' );
+$tabs->add_tab( new WPSEO_Option_Tab( 'accounts', __( 'Accounts', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-social-accounts' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'facebook', __( 'Facebook', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-social-facebook' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'twitterbox', __( 'Twitter', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-social-twitter' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'pinterest', __( 'Pinterest', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-social-pinterest' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'google', __( 'Google+', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-social-google' ) ) );
+$tabs->display( $yform );
+
+$yform->admin_footer();
diff --git a/wp-content/plugins/wordpress-seo/admin/pages/tools.php b/wp-content/plugins/wordpress-seo/admin/pages/tools.php
new file mode 100644
index 0000000..dd71799
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/pages/tools.php
@@ -0,0 +1,88 @@
+admin_header( false );
+
+if ( '' === $tool_page ) {
+
+ $tools = array(
+ 'bulk-editor' => array(
+ 'title' => __( 'Bulk editor', 'wordpress-seo' ),
+ 'desc' => __( 'This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.', 'wordpress-seo' ),
+ ),
+ 'import-export' => array(
+ 'title' => __( 'Import and Export', 'wordpress-seo' ),
+ 'desc' => __( 'Import settings from other SEO plugins and export your settings for re-use on (another) blog.', 'wordpress-seo' ),
+ ),
+ );
+ if ( WPSEO_Utils::allow_system_file_edit() === true && ! is_multisite() ) {
+ $tools['file-editor'] = array(
+ 'title' => __( 'File editor', 'wordpress-seo' ),
+ 'desc' => __( 'This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.', 'wordpress-seo' ),
+ );
+ }
+
+ /*
+ Temporary disabled. See: https://github.com/Yoast/wordpress-seo/issues/4532
+
+ $tools['recalculate'] = array(
+ 'href' => '#TB_inline?width=300&height=150&inlineId=wpseo_recalculate',
+ 'attr' => "id='wpseo_recalculate_link' class='thickbox'",
+ 'title' => __( 'Recalculate SEO scores', 'wordpress-seo' ),
+ 'desc' => __( 'Recalculate SEO scores for all pieces of content with a focus keyword.', 'wordpress-seo' ),
+ );
+
+ if ( filter_input( INPUT_GET, 'recalculate' ) === '1' ) {
+ $tools['recalculate']['attr'] .= "data-open='open'";
+ }
+ */
+
+ /* translators: %1$s expands to Yoast SEO */
+ echo '', sprintf( __( '%1$s comes with some very powerful built-in tools:', 'wordpress-seo' ), 'Yoast SEO' ), '
';
+
+ asort( $tools );
+
+ echo '';
+
+ $admin_url = admin_url( 'admin.php?page=wpseo_tools' );
+
+ foreach ( $tools as $slug => $tool ) {
+ $href = ( ! empty( $tool['href'] ) ) ? $admin_url . $tool['href'] : add_query_arg( array( 'tool' => $slug ) , $admin_url );
+ $attr = ( ! empty( $tool['attr'] ) ) ? $tool['attr'] : '';
+
+ echo '';
+ echo '', esc_html( $tool['title'] ), ' ';
+ echo $tool['desc'];
+ echo ' ';
+ }
+ echo ' ';
+
+ echo ' ';
+
+}
+else {
+ echo '', __( '« Back to Tools page', 'wordpress-seo' ), ' ';
+
+ $tool_pages = array( 'bulk-editor', 'import-export' );
+
+ if ( WPSEO_Utils::allow_system_file_edit() === true && ! is_multisite() ) {
+ $tool_pages[] = 'file-editor';
+ }
+
+ if ( in_array( $tool_page, $tool_pages ) ) {
+ require_once WPSEO_PATH . 'admin/views/tool-' . $tool_page . '.php';
+ }
+}
+
+$yform->admin_footer( false );
diff --git a/wp-content/plugins/wordpress-seo/admin/pages/xml-sitemaps.php b/wp-content/plugins/wordpress-seo/admin/pages/xml-sitemaps.php
new file mode 100644
index 0000000..192f8e5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/pages/xml-sitemaps.php
@@ -0,0 +1,52 @@
+ whomever] check for other sitemap plugins which may conflict ?
+ * @todo - [JRF => whomever] check for existance of .xls rewrite rule in .htaccess from
+ * google-sitemaps-plugin/generator and remove as it will cause errors for our sitemaps
+ * (or inform the user and disallow enabling of sitemaps )
+ * @todo - [JRF => whomever] check if anything along these lines is already being done
+ */
+
+
+if ( ! defined( 'WPSEO_VERSION' ) ) {
+ header( 'Status: 403 Forbidden' );
+ header( 'HTTP/1.1 403 Forbidden' );
+ exit();
+}
+
+$yform = Yoast_Form::get_instance();
+$yform->admin_header( true, 'wpseo_xml' );
+
+$options = get_option( 'wpseo_xml' );
+
+echo ' ';
+$yform->light_switch( 'enablexmlsitemap', __( 'XML sitemap functionality', 'wordpress-seo' ) );
+
+$tabs = new WPSEO_Option_Tabs( 'sitemaps' );
+$tabs->add_tab( new WPSEO_Option_Tab( 'general', __( 'General', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-sitemaps' ) ) );
+
+$title_options = WPSEO_Options::get_option( 'wpseo_titles' );
+
+if ( empty( $title_options['disable-author'] ) ) {
+ $tabs->add_tab( new WPSEO_Option_Tab( 'user-sitemap', __( 'User sitemap', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-sitemaps-user-sitemap' ) ) );
+}
+
+$tabs->add_tab( new WPSEO_Option_Tab( 'post-types', __( 'Post Types', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-sitemaps-post-types' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'exclude-post', __( 'Excluded Posts', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-sitemaps-exclude-post' ) ) );
+$tabs->add_tab( new WPSEO_Option_Tab( 'taxonomies', __( 'Taxonomies', 'wordpress-seo' ), array( 'video_url' => 'https://yoa.st/screencast-sitemaps-taxonomies' ) ) );
+
+echo '';
+$tabs->display( $yform, $options );
+echo '
';
+
+
+/**
+ * Fires at the end of XML Sitemaps configuration form.
+ */
+do_action( 'wpseo_xmlsitemaps_config' );
+
+$yform->admin_footer();
diff --git a/wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-posts.php b/wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-posts.php
new file mode 100644
index 0000000..bf7b072
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-posts.php
@@ -0,0 +1,149 @@
+save_score( $score );
+ }
+ }
+
+ /**
+ * Save the score.
+ *
+ * @param array $score The score to save.
+ */
+ protected function save_score( array $score ) {
+ WPSEO_Meta::set_value( 'linkdex', $score['score'], $score['item_id'] );
+ }
+
+ /**
+ * Get the posts from the database by doing a WP_Query.
+ *
+ * @param integer $paged The page.
+ *
+ * @return string
+ */
+ protected function get_items( $paged ) {
+ $items_per_page = max( 1, $this->items_per_page );
+ $post_query = new WP_Query(
+ array(
+ 'post_type' => 'any',
+ 'meta_key' => '_yoast_wpseo_focuskw',
+ 'posts_per_page' => $items_per_page,
+ 'paged' => $paged,
+ )
+ );
+
+ return $post_query->get_posts();
+ }
+
+ /**
+ * Map the posts to a response array
+ *
+ * @param WP_Post $item The post for which to build the analyzer data.
+ *
+ * @return array
+ */
+ protected function item_to_response( $item ) {
+ $focus_keyword = WPSEO_Meta::get_value( 'focuskw', $item->ID );
+
+ $content = $item->post_content;
+
+ // Check if there's a featured image.
+ $content .= $this->add_featured_image( $item );
+
+ /**
+ * Filter the post content for use in the SEO score recalculation.
+ *
+ * @param string $content Content of the post. Modify to reflect front-end content.
+ * @param WP_Post $item The Post object the content comes from.
+ */
+ $content = apply_filters( 'wpseo_post_content_for_recalculation', $content, $item );
+
+ // Apply shortcodes.
+ $content = do_shortcode( $content );
+
+ return array(
+ 'post_id' => $item->ID,
+ 'text' => $content,
+ 'keyword' => $focus_keyword,
+ 'url' => urldecode( $item->post_name ),
+ 'pageTitle' => apply_filters( 'wpseo_title', wpseo_replace_vars( $this->get_title( $item->ID, $item->post_type ), $item ) ),
+ 'meta' => apply_filters( 'wpseo_metadesc', wpseo_replace_vars( $this->get_meta_description( $item->ID, $item->post_type ), $item ) ),
+ 'keyword_usage' => array(
+ $focus_keyword => WPSEO_Meta::keyword_usage( $focus_keyword, $item->ID ),
+ ),
+ );
+ }
+
+ /**
+ * Get the title for given post
+ *
+ * @param integer $post_id The ID of the post for which to get the title.
+ * @param string $post_type The post type.
+ *
+ * @return mixed|string
+ */
+ private function get_title( $post_id, $post_type ) {
+ $title = WPSEO_Meta::get_value( 'title', $post_id );
+ if ( '' !== $title ) {
+ return $title;
+ }
+
+ $default_from_options = $this->default_from_options( 'title-tax', $post_type );
+ if ( false !== $default_from_options ) {
+ return str_replace( ' %%page%% ', ' ', $default_from_options );
+ }
+
+ return '%%title%%';
+ }
+
+ /**
+ * Get the meta description for given post
+ *
+ * @param integer $post_id The ID of the post for which to get the meta description.
+ * @param string $post_type The post type.
+ *
+ * @return bool|string
+ */
+ private function get_meta_description( $post_id, $post_type ) {
+ $meta_description = WPSEO_Meta::get_value( 'metadesc', $post_id );
+ if ( '' !== $meta_description ) {
+ return $meta_description;
+ }
+
+ $default_from_options = $this->default_from_options( 'metadesc', $post_type );
+ if ( false !== $default_from_options ) {
+ return $default_from_options;
+ }
+
+ return '';
+ }
+
+ /**
+ * Retrieves the associated featured image if there is one present.
+ *
+ * @param WP_Post $item The post item to check for a featured image.
+ *
+ * @return string The image string.
+ */
+ private function add_featured_image( $item ) {
+ if ( ! has_post_thumbnail( $item->ID ) ) {
+ return '';
+ }
+
+ return ' ' . get_the_post_thumbnail( $item->ID );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-terms.php b/wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-terms.php
new file mode 100644
index 0000000..6f3111e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-terms.php
@@ -0,0 +1,149 @@
+items_per_page );
+
+ return get_terms(
+ get_taxonomies(),
+ array(
+ 'hide_empty' => false,
+ 'number' => $items_per_page,
+ 'offset' => $items_per_page * abs( $paged - 1 ),
+ )
+ );
+ }
+
+ /**
+ * Convert the given term into a analyzable object.
+ *
+ * @param mixed $item The term for which to build the analyzer data.
+ *
+ * @return array
+ */
+ protected function item_to_response( $item ) {
+ $focus_keyword = $this->get_focus_keyword( $item );
+ $title = str_replace( ' %%page%% ', ' ', $this->get_title( $item ) );
+ $meta = $this->get_meta_description( $item );
+
+ $description = $item->description;
+
+ /**
+ * Filter the term description for recalculation.
+ *
+ * @param string $description Content of the term. Modify to reflect front-end content.
+ * @oaram WP_Term $item The term the description comes from.
+ */
+ $description = apply_filters( 'wpseo_term_description_for_recalculation', $description, $item );
+
+ return array(
+ 'term_id' => $item->term_id,
+ 'taxonomy' => $item->taxonomy,
+ 'text' => $description,
+ 'keyword' => $focus_keyword,
+ 'url' => urldecode( $item->slug ),
+ 'pageTitle' => apply_filters( 'wpseo_title', wpseo_replace_vars( $title, $item, array( 'page' ) ) ),
+ 'meta' => apply_filters( 'wpseo_metadesc', wpseo_replace_vars( $meta, $item ) ),
+ 'keyword_usage' => array(
+ $focus_keyword => WPSEO_Taxonomy_Meta::get_keyword_usage( $focus_keyword, $item->term_id, $item->taxonomy ),
+ ),
+ );
+ }
+
+ /**
+ * Gets the focus keyword for the term
+ *
+ * @param stdClass|WP_Term $term Term to determine the keyword for.
+ *
+ * @return bool|string
+ */
+ private function get_focus_keyword( $term ) {
+ $focus_keyword = WPSEO_Taxonomy_Meta::get_term_meta( 'focuskw', $term->term_id, $term->taxonomy );
+ if ( ! empty( $focus_keyword ) ) {
+ return $focus_keyword;
+ }
+
+ return $term->name;
+ }
+
+ /**
+ * Get the title for given term
+ *
+ * @param stdClass|WP_Term $term The term object.
+ *
+ * @return mixed|string
+ */
+ private function get_title( $term ) {
+ $title = WPSEO_Taxonomy_Meta::get_term_meta( $term->term_id, $term->taxonomy, 'title' );
+ if ( '' !== $title ) {
+ return $title;
+ }
+
+ $default_from_options = $this->default_from_options( 'title-tax', $term->taxonomy );
+ if ( false !== $default_from_options ) {
+ return $default_from_options;
+ }
+
+ return '%%title%%';
+ }
+
+ /**
+ * Get the meta description for given post
+ *
+ * @param stdClass|WP_Term $term The term object.
+ *
+ * @return bool|string
+ */
+ private function get_meta_description( $term ) {
+ $meta_description = WPSEO_Taxonomy_Meta::get_term_meta( $term->term_id, $term->taxonomy, 'desc' );
+ if ( '' !== $meta_description ) {
+ return $meta_description;
+ }
+
+ $default_from_options = $this->default_from_options( 'metadesc-tax', $term->taxonomy );
+ if ( false !== $default_from_options ) {
+ return $default_from_options;
+ }
+
+ return '';
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate.php b/wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate.php
new file mode 100644
index 0000000..372d2c0
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate.php
@@ -0,0 +1,107 @@
+options = WPSEO_Options::get_all();
+
+ $items = $this->get_items( $paged );
+
+ $return['items'] = $this->parse_items( $items );
+ $return['total_items'] = count( $items );
+
+ if ( $return['total_items'] >= $this->items_per_page ) {
+ $return['next_page'] = ( $paged + 1 );
+ }
+
+ return $return;
+ }
+
+ /**
+ * Parse the posts|terms with the value we need
+ *
+ * @param array $items The items to parse.
+ *
+ * @return array
+ */
+ protected function parse_items( array $items ) {
+ $return = array();
+ foreach ( $items as $item ) {
+ $response = $this->item_to_response( $item );
+ if ( ! empty( $response ) ) {
+ $return[] = $response;
+ }
+ }
+
+ return $return;
+ }
+
+ /**
+ * Get default from the options for given field
+ *
+ * @param string $field The field for which to get the default options.
+ * @param string $suffix The post type.
+ *
+ * @return bool|string
+ */
+ protected function default_from_options( $field, $suffix ) {
+ $target_option_field = $field . '-' . $suffix;
+ if ( ! empty( $this->options[ $target_option_field ] ) ) {
+ return $this->options[ $target_option_field ];
+ }
+
+ return false;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php
new file mode 100644
index 0000000..60540f6
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php
@@ -0,0 +1,249 @@
+taxonomy = $this->get_taxonomy();
+
+ if ( ! empty( $this->taxonomy ) ) {
+ add_filter( 'manage_edit-' . $this->taxonomy . '_columns', array( $this, 'add_columns' ) );
+ add_filter( 'manage_' . $this->taxonomy . '_custom_column', array( $this, 'parse_column' ), 10, 3 );
+ }
+
+ $this->analysis_seo = new WPSEO_Metabox_Analysis_SEO();
+ $this->analysis_readability = new WPSEO_Metabox_Analysis_Readability();
+ }
+
+ /**
+ * Adds an SEO score column to the terms table, right after the description column.
+ *
+ * @param array $columns Current set columns.
+ *
+ * @return array
+ */
+ public function add_columns( array $columns ) {
+
+ if ( $this->is_metabox_hidden() === true ) {
+ return $columns;
+ }
+
+ $new_columns = array();
+
+ foreach ( $columns as $column_name => $column_value ) {
+ $new_columns[ $column_name ] = $column_value;
+
+ if ( $column_name === 'description' && $this->analysis_seo->is_enabled() ) {
+ $new_columns['wpseo_score'] = __( 'SEO', 'wordpress-seo' );
+ }
+
+ if ( $column_name === 'description' && $this->analysis_readability->is_enabled() ) {
+ $new_columns['wpseo_score_readability'] = __( 'Readability', 'wordpress-seo' );
+ }
+ }
+
+ return $new_columns;
+ }
+
+ /**
+ * Parses the column.
+ *
+ * @param string $content The current content of the column.
+ * @param string $column_name The name of the column.
+ * @param integer $term_id ID of requested taxonomy.
+ *
+ * @return string
+ */
+ public function parse_column( $content, $column_name, $term_id ) {
+
+ switch ( $column_name ) {
+ case 'wpseo_score':
+ return $this->get_score_value( $term_id );
+
+ break;
+
+ case 'wpseo_score_readability':
+ return $this->get_score_readability_value( $term_id );
+ break;
+ }
+
+ return $content;
+ }
+
+
+ /**
+ * Returns the posted/get taxonomy value if it is set.
+ *
+ * @return string|null
+ */
+ private function get_taxonomy() {
+ if ( defined( 'DOING_AJAX' ) && DOING_AJAX === true ) {
+ return FILTER_INPUT( INPUT_POST, 'taxonomy' );
+ }
+
+ return FILTER_INPUT( INPUT_GET, 'taxonomy' );
+ }
+
+ /**
+ * Parses the value for the score column.
+ *
+ * @param integer $term_id ID of requested term.
+ *
+ * @return string
+ */
+ private function get_score_value( $term_id ) {
+ $term = get_term( $term_id, $this->taxonomy );
+
+ // When the term isn't indexable.
+ if ( ! $this->is_indexable( $term ) ) {
+ return $this->create_score_icon(
+ new WPSEO_Rank( WPSEO_Rank::NO_INDEX ),
+ __( 'Term is set to noindex.', 'wordpress-seo' )
+ );
+ }
+
+ // When there is a focus key word.
+ if ( $focus_keyword = $this->get_focus_keyword( $term ) ) {
+ $score = (int) WPSEO_Taxonomy_Meta::get_term_meta( $term_id, $this->taxonomy, 'linkdex' );
+ $rank = WPSEO_Rank::from_numeric_score( $score );
+
+ return $this->create_score_icon( $rank, $rank->get_label() );
+ }
+
+ // Default icon.
+ return $this->create_score_icon(
+ new WPSEO_Rank( WPSEO_Rank::NO_FOCUS ),
+ __( 'Focus keyword not set.', 'wordpress-seo' )
+ );
+ }
+
+ /**
+ * Parses the value for the readability score column.
+ *
+ * @param int $term_id ID of the requested term.
+ *
+ * @return string The HTML for the readability score indicator.
+ */
+ private function get_score_readability_value( $term_id ) {
+ $score = (int) WPSEO_Taxonomy_Meta::get_term_meta( $term_id, $this->taxonomy, 'content_score' );
+ $rank = WPSEO_Rank::from_numeric_score( $score );
+
+ return $this->create_score_icon( $rank );
+ }
+
+ /**
+ * Creates an icon by the given values.
+ *
+ * @param WPSEO_Rank $rank The ranking object.
+ * @param string $title Optional. The title to show. Defaults to the rank label.
+ *
+ * @return string The HTML for a score icon.
+ */
+ private function create_score_icon( WPSEO_Rank $rank, $title = '' ) {
+ if ( empty( $title ) ) {
+ $title = $rank->get_label();
+ }
+
+ return '
' . $title . ' ';
+ }
+
+ /**
+ * Check if the taxonomy is indexable.
+ *
+ * @param mixed $term The current term.
+ *
+ * @return bool
+ */
+ private function is_indexable( $term ) {
+ static $options;
+
+ // Saving the options once, because it's static.
+ if ( $options === null ) {
+ $options = WPSEO_Options::get_all();
+ }
+
+ // When the no_index value is not empty and not default, check if its value is index.
+ $no_index = WPSEO_Taxonomy_Meta::get_term_meta( $term->term_id, $this->taxonomy, 'noindex' );
+ if ( ! empty( $no_index ) && $no_index !== 'default' ) {
+ return ( $no_index === 'index' );
+ }
+
+ // Check if the default for taxonomy is empty (this will be index).
+ $no_index_key = 'noindex-tax-' . $term->taxonomy;
+ if ( is_object( $term ) && ( isset( $options[ $no_index_key ] ) ) ) {
+ return ( empty( $options[ $no_index_key ] ) );
+ }
+
+ return true;
+ }
+
+ /**
+ * Returns the focus keyword if this is set, otherwise it will give the term name.
+ *
+ * @param stdClass|WP_Term $term The current term.
+ *
+ * @return string
+ */
+ private function get_focus_keyword( $term ) {
+ if ( $focus_keyword = WPSEO_Taxonomy_Meta::get_term_meta( 'focuskw', $term->term_id, $term->taxonomy ) ) {
+ return $focus_keyword;
+ }
+
+ return $term->name;
+ }
+
+ /**
+ * Checks if a taxonomy is being added via a POST method. If not, it defaults to a GET request.
+ *
+ * @return int
+ */
+ private function get_taxonomy_input_type() {
+
+ if ( ! empty( $_SERVER['REQUEST_METHOD'] ) && $_SERVER['REQUEST_METHOD'] === 'POST' ) {
+ return INPUT_POST;
+ }
+
+ return INPUT_GET;
+ }
+
+ /**
+ * Test whether the metabox should be hidden either by choice of the admin
+ *
+ * @since 3.1
+ *
+ * @param string $taxonomy (optional) The post type to test, defaults to the current post post_type.
+ *
+ * @return bool Whether or not the meta box (and associated columns etc) should be hidden
+ */
+ private function is_metabox_hidden( $taxonomy = null ) {
+ $get_taxonomy_type = filter_input( $this->get_taxonomy_input_type(), 'taxonomy' );
+
+ if ( ! isset( $taxonomy ) && $get_taxonomy_type ) {
+ $taxonomy = sanitize_text_field( $get_taxonomy_type );
+ }
+
+ if ( isset( $taxonomy ) ) {
+ // Don't make static as taxonomies may still be added during the run.
+ $custom_taxonomies = get_taxonomies( array( 'public' => true ), 'names' );
+ $options = get_option( 'wpseo_titles' );
+
+ return ( ( isset( $options[ 'hideeditbox-tax-' . $taxonomy ] ) && $options[ 'hideeditbox-tax-' . $taxonomy ] === true ) || in_array( $taxonomy, $custom_taxonomies ) === false );
+ }
+
+ return false;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-content-fields.php b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-content-fields.php
new file mode 100644
index 0000000..7b2ed02
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-content-fields.php
@@ -0,0 +1,73 @@
+ $this->get_field_config(
+ __( 'Snippet editor', 'wordpress-seo' ),
+ '',
+ 'snippetpreview',
+ array(
+ 'help-button' => __( 'Show information about the snippet editor', 'wordpress-seo' ),
+ 'help' => sprintf( __( 'This is a rendering of what this post might look like in Google\'s search results. %sLearn more about the Snippet Preview%s.', 'wordpress-seo' ), '', ' ' ),
+ )
+ ),
+ 'focuskw' => $this->get_field_config(
+ __( 'Focus keyword', 'wordpress-seo' ),
+ '',
+ 'focuskeyword',
+ array(
+ 'help-button' => __( 'Show information about the focus keyword', 'wordpress-seo' ),
+ 'help' => sprintf( __( 'Pick the main keyword or keyphrase that this post/page is about. %sLearn more about the Focus Keyword%s.', 'wordpress-seo' ), '', ' ' ),
+ )
+ ),
+ 'analysis' => $this->get_field_config(
+ __( 'Analysis', 'wordpress-seo' ),
+ '',
+ 'pageanalysis',
+ array(
+ 'help-button' => __( 'Show information about the content analysis', 'wordpress-seo' ),
+ 'help' => sprintf( __( 'This is the content analysis, a collection of content checks that analyze the content of your page. %sLearn more about the Content Analysis Tool%s.', 'wordpress-seo' ), '', ' ' ),
+ )
+ ),
+ 'title' => $this->get_field_config(
+ '',
+ '',
+ 'hidden',
+ ''
+ ),
+ 'desc' => $this->get_field_config(
+ '',
+ '',
+ 'hidden',
+ ''
+ ),
+ 'linkdex' => $this->get_field_config(
+ '',
+ '',
+ 'hidden',
+ ''
+ ),
+ 'content_score' => $this->get_field_config(
+ '',
+ '',
+ 'hidden',
+ ''
+ ),
+ );
+
+ return $this->filter_hidden_fields( $fields );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php
new file mode 100644
index 0000000..0e07097
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php
@@ -0,0 +1,230 @@
+tax_meta = WPSEO_Taxonomy_Meta::get_term_meta( (int) $term->term_id, $term->taxonomy );
+ }
+
+ /**
+ * Displaying the form fields
+ *
+ * @param array $fields Array with the fields that will be displayed.
+ */
+ public function html( array $fields ) {
+ $content = '';
+ foreach ( $fields as $field_name => $field_configuration ) {
+ $content .= $this->form_row( 'wpseo_' . $field_name, $field_configuration );
+ }
+ return $content;
+ }
+
+ /**
+ * Create a row in the form table.
+ *
+ * @param string $field_name Variable the row controls.
+ * @param array $field_configuration Array with the field configuration.
+ */
+ private function form_row( $field_name, array $field_configuration ) {
+ $esc_field_name = esc_attr( $field_name );
+
+ $options = (array) $field_configuration['options'];
+
+ if ( ! empty( $field_configuration['description'] ) ) {
+ $options['description'] = $field_configuration['description'];
+ }
+
+ $label = $this->get_label( $field_configuration['label'], $esc_field_name );
+ $field = $this->get_field( $field_configuration['type'], $esc_field_name, $this->get_field_value( $field_name ), $options );
+ $help_content = isset( $field_configuration['options']['help'] ) ? $field_configuration['options']['help'] : '';
+ $help_button_text = isset( $field_configuration['options']['help-button'] ) ? $field_configuration['options']['help-button'] : '';
+ $help = new WPSEO_Admin_Help_Panel( $field_name, $help_button_text, $help_content );
+
+ if ( in_array( $field_configuration['type'], array( 'focuskeyword', 'pageanalysis', 'snippetpreview' ) ) ) {
+ return $this->parse_section_row( $field, $field_configuration['type'], $help );
+ }
+
+ return $this->parse_row( $label, $help, $field );
+ }
+
+ /**
+ * Generates the html for the given field config.
+ *
+ * @param string $field_type The fieldtype, e.g: text, checkbox, etc.
+ * @param string $field_name The name of the field.
+ * @param string $field_value The value of the field.
+ * @param array $options Array with additional options.
+ *
+ * @return string
+ */
+ private function get_field( $field_type, $field_name, $field_value, array $options ) {
+
+ $class = $this->get_class( $options );
+ $field = $description = $aria_describedby = '';
+
+ if ( ! empty( $options['description'] ) ) {
+ $aria_describedby = ' aria-describedby="' . $field_name . '-desc"';
+ $description = '' . $options['description'] . '
';
+ }
+
+ switch ( $field_type ) {
+ case 'div' :
+ $field .= '
';
+ break;
+
+ case 'snippetpreview':
+ $field .= '
';
+ break;
+ case 'pageanalysis' :
+ $field .= '';
+ $field .= '
';
+ $field .= '' . __( 'Analysis', 'wordpress-seo' ) .' ';
+ $field .= '
';
+ $field .= ' ';
+ $field .= '
';
+ break;
+ case 'focuskeyword':
+ $field .= '';
+ $field .= '';
+ $field .= '
';
+ break;
+ case 'text' :
+ $field .= ' ';
+ break;
+ case 'checkbox' :
+ $field .= ' ';
+ break;
+ case 'textarea' :
+ $rows = 3;
+ if ( ! empty( $options['rows'] ) ) {
+ $rows = $options['rows'];
+ }
+ $field .= '';
+ break;
+ case 'upload' :
+ $field .= ' ';
+ $field .= ' ';
+ break;
+ case 'select' :
+ if ( is_array( $options ) && $options !== array() ) {
+ $field .= '';
+
+ $select_options = ( array_key_exists( 'options', $options ) ) ? $options['options'] : $options;
+
+ foreach ( $select_options as $option => $option_label ) {
+ $selected = selected( $option, $field_value, false );
+ $field .= '' . esc_html( $option_label ) . ' ';
+ }
+ unset( $option, $option_label, $selected );
+
+ $field .= ' ';
+ }
+ break;
+ case 'hidden' :
+ $field .= ' ';
+ break;
+ }
+
+ return $field . $description;
+ }
+
+ /**
+ * Getting the value for given field_name
+ *
+ * @param string $field_name The fieldname to get the value for.
+ *
+ * @return string
+ */
+ private function get_field_value( $field_name ) {
+ if ( isset( $this->tax_meta[ $field_name ] ) && $this->tax_meta[ $field_name ] !== '' ) {
+ return $this->tax_meta[ $field_name ];
+ }
+
+ return '';
+ }
+
+ /**
+ * Getting the class attributes if $options contains a class key
+ *
+ * @param array $options The array with field options.
+ *
+ * @return string
+ */
+ private function get_class( array $options ) {
+ if ( ! empty( $options['class'] ) ) {
+ return ' class="' . esc_attr( $options['class'] ) . '"';
+ }
+
+ return '';
+ }
+
+ /**
+ * Getting the label HTML
+ *
+ * @param string $label The label value.
+ * @param string $field_name The target field.
+ *
+ * @return string
+ */
+ private function get_label( $label, $field_name ) {
+ if ( $label !== '' ) {
+ return '' . esc_html( $label ) . ' ';
+ }
+
+ return '';
+ }
+
+ /**
+ * Returns the HTML for the row which contains label, help and the field.
+ *
+ * @param string $label The html for the label if there was a label set.
+ * @param WPSEO_Admin_Help_Panel $help The help panel to render in this row.
+ * @param string $field The html for the field.
+ *
+ * @return string
+ */
+ private function parse_row( $label, WPSEO_Admin_Help_Panel $help, $field ) {
+ if ( $label !== '' || $help !== '' ) {
+ return '' . $label . $help->get_button_html() . ' ' . $help->get_panel_html() . $field . ' ';
+ }
+
+ return $field;
+ }
+
+ /**
+ * Creates a sections specific row.
+ *
+ * @param string $content The content to show.
+ * @param string $esc_form_key Escaped form key name.
+ * @param WPSEO_Admin_Help_Panel $help The help button.
+ *
+ * @return string
+ */
+ private function parse_section_row( $content, $esc_form_key, WPSEO_Admin_Help_Panel $help ) {
+ $html = '';
+ $html .= $content;
+ $html .= '' . $help->get_button_html() . $help->get_panel_html() . '
';
+ $html .= ' ';
+ return $html;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php
new file mode 100644
index 0000000..2fdafbd
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php
@@ -0,0 +1,91 @@
+term = $term;
+ if ( $options !== null ) {
+ $this->options = $options;
+ }
+ else {
+ $this->options = WPSEO_Options::get_options( array(
+ 'wpseo_titles',
+ 'wpseo_internallinks',
+ 'wpseo_social',
+ ) );
+ }
+ }
+
+ /**
+ * This method should return the fields
+ *
+ * @return array
+ */
+ abstract public function get();
+
+ /**
+ * Returns array with the field data
+ *
+ * @param string $label The label displayed before the field.
+ * @param string $description Description which will explain the field.
+ * @param string $type The field type, for example: input, select.
+ * @param string|array $options Optional. Array with additional options.
+ * @param bool $hide Should the field be hidden.
+ *
+ * @return array
+ */
+ protected function get_field_config( $label, $description, $type = 'text', $options = '', $hide = false ) {
+ return array(
+ 'label' => $label,
+ 'description' => $description,
+ 'type' => $type,
+ 'options' => $options,
+ 'hide' => $hide,
+ );
+ }
+
+ /**
+ * Filter the hidden fields.
+ *
+ * @param array $fields Array with the form fields that has will be filtered.
+ *
+ * @return array
+ */
+ protected function filter_hidden_fields( array $fields ) {
+ foreach ( $fields as $field_name => $field_options ) {
+ if ( ! empty( $field_options['hide'] ) ) {
+ unset( $fields[ $field_name ] );
+ }
+ }
+
+ return $fields;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php
new file mode 100644
index 0000000..23de846
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php
@@ -0,0 +1,410 @@
+term = $term;
+ $this->taxonomy = $taxonomy;
+ $this->taxonomy_tab_content = new WPSEO_Taxonomy_Fields_Presenter( $this->term );
+
+ add_action( 'admin_footer', array( $this, 'template_generic_tab' ) );
+ add_action( 'admin_footer', array( $this, 'template_keyword_tab' ) );
+ }
+
+ /**
+ * Shows the Yoast SEO metabox for the term.
+ */
+ public function display() {
+
+ $content_sections = $this->get_content_sections();
+
+ $product_title = 'Yoast SEO';
+ if ( file_exists( WPSEO_PATH . 'premium/' ) ) {
+ $product_title .= ' Premium';
+ }
+
+ printf( '';
+ }
+
+ /**
+ * Returns the relevant metabox sections for the current view.
+ *
+ * @return WPSEO_Metabox_Section[]
+ */
+ private function get_content_sections() {
+ $content_sections = array(
+ $this->get_content_meta_section(),
+ $this->get_social_meta_section(),
+ $this->get_settings_meta_section(),
+ );
+
+ if ( ! defined( 'WPSEO_PREMIUM_FILE' ) ) {
+ $content_sections[] = $this->get_buy_premium_section();
+ }
+
+ return $content_sections;
+ }
+
+ /**
+ * Returns the metabox section for the content analysis.
+ *
+ * @return WPSEO_Metabox_Section
+ */
+ private function get_content_meta_section() {
+ $taxonomy_content_fields = new WPSEO_Taxonomy_Content_Fields( $this->term );
+ $content = $this->taxonomy_tab_content->html( $taxonomy_content_fields->get() );
+
+ $tab = new WPSEO_Metabox_Form_Tab(
+ 'content',
+ $content,
+ __( '', 'wordpress-seo' ),
+ array(
+ 'tab_class' => 'yoast-seo__remove-tab',
+ )
+ );
+
+ return new WPSEO_Metabox_Tab_Section(
+ 'content',
+ '' . __( 'Content optimization', 'wordpress-seo' ) . ' ' . $this->traffic_light_svg() . ' ',
+ array( $tab ),
+ array(
+ 'link_aria_label' => __( 'Content optimization', 'wordpress-seo' ),
+ 'link_class' => 'yoast-tooltip yoast-tooltip-e',
+ )
+ );
+ }
+
+ /**
+ * Returns the metabox section for the settings.
+ *
+ * @return WPSEO_Metabox_Section
+ */
+ private function get_settings_meta_section() {
+ $taxonomy_settings_fields = new WPSEO_Taxonomy_Settings_Fields( $this->term );
+ $content = $this->taxonomy_tab_content->html( $taxonomy_settings_fields->get() );
+
+ $tab = new WPSEO_Metabox_Form_Tab(
+ 'settings',
+ $content,
+ __( 'Settings', 'wordpress-seo' ),
+ array(
+ 'single' => true,
+ )
+ );
+
+ return new WPSEO_Metabox_Tab_Section(
+ 'settings',
+ '' . __( 'Settings', 'wordpress-seo' ) . ' ',
+ array( $tab ),
+ array(
+ 'link_aria_label' => __( 'Settings', 'wordpress-seo' ),
+ 'link_class' => 'yoast-tooltip yoast-tooltip-e',
+ )
+ );
+ }
+
+ /**
+ * Returns the metabox section for the social settings.
+ *
+ * @return WPSEO_Metabox_Section
+ */
+ private function get_social_meta_section() {
+ $options = WPSEO_Options::get_option( 'wpseo_social' );
+ $taxonomy_social_fields = new WPSEO_Taxonomy_Social_Fields( $this->term );
+
+ $tabs = array();
+ $single = true;
+
+ if ( $options['opengraph'] === true && $options['twitter'] === true ) {
+ $single = null;
+ }
+
+ if ( $options['opengraph'] === true ) {
+ $facebook_meta_fields = $taxonomy_social_fields->get_by_network( 'opengraph' );
+
+ $tabs[] = new WPSEO_Metabox_Form_Tab(
+ 'facebook',
+ $this->taxonomy_tab_content->html( $facebook_meta_fields ),
+ '' . __( 'Facebook / Open Graph metadata', 'wordpress-seo' ) . ' ',
+ array(
+ 'link_aria_label' => __( 'Facebook / Open Graph metadata', 'wordpress-seo' ),
+ 'link_class' => 'yoast-tooltip yoast-tooltip-se',
+ 'single' => $single,
+ )
+ );
+ }
+
+ if ( $options['twitter'] === true ) {
+ $twitter_meta_fields = $taxonomy_social_fields->get_by_network( 'twitter' );
+
+ $tabs[] = new WPSEO_Metabox_Form_Tab(
+ 'twitter',
+ $this->taxonomy_tab_content->html( $twitter_meta_fields ),
+ '' . __( 'Twitter metadata', 'wordpress-seo' ) . ' ',
+ array(
+ 'link_aria_label' => __( 'Twitter metadata', 'wordpress-seo' ),
+ 'link_class' => 'yoast-tooltip yoast-tooltip-se',
+ 'single' => $single,
+ )
+ );
+ }
+
+ return new WPSEO_Metabox_Tab_Section(
+ 'social',
+ '' . __( 'Social', 'wordpress-seo' ) . ' ',
+ $tabs,
+ array(
+ 'link_aria_label' => __( 'Social', 'wordpress-seo' ),
+ 'link_class' => 'yoast-tooltip yoast-tooltip-e',
+ )
+ );
+ }
+
+ /**
+ * Returns a link to activate the Buy Premium tab.
+ *
+ * @return string
+ */
+ private function get_buy_premium_link() {
+ return sprintf( "",
+ 'wpseo-metabox-buy-premium',
+ __( 'Go Premium', 'wordpress-seo' )
+ );
+ }
+
+ /**
+ * Returns the metabox section for the Premium section..
+ *
+ * @return WPSEO_Metabox_Section
+ */
+ private function get_buy_premium_section() {
+ $content = sprintf( "",
+ /* translators: %1$s expands to Yoast SEO Premium. */
+ sprintf( __( 'You\'re not getting the benefits of %1$s yet. If you had %1$s, you could use its awesome features:', 'wordpress-seo' ), 'Yoast SEO Premium' ),
+ __( 'Redirect manager', 'wordpress-seo' ),
+ __( 'Create and manage redirects within your WordPress install.', 'wordpress-seo' ),
+ __( 'Multiple focus keywords', 'wordpress-seo' ),
+ __( 'Optimize a single post for up to 5 keywords.', 'wordpress-seo' ),
+ __( 'Social Previews', 'wordpress-seo' ),
+ __( 'Check what your Facebook or Twitter post will look like.', 'wordpress-seo' ),
+ __( 'Premium support', 'wordpress-seo' ),
+ __( 'Gain access to our 24/7 support team.', 'wordpress-seo' ),
+ 'https://yoa.st/pe-buy-premium',
+ /* translators: %s expands to Yoast SEO Premium. */
+ sprintf( __( 'Get %s now!', 'wordpress-seo' ), 'Yoast SEO Premium' ),
+ 'https://yoa.st/pe-premium-page',
+ __( 'More info', 'wordpress-seo' )
+ );
+
+ $tab = new WPSEO_Metabox_Form_Tab(
+ 'premium',
+ $content,
+ 'Yoast SEO Premium',
+ array(
+ 'single' => true,
+ )
+ );
+
+ return new WPSEO_Metabox_Tab_Section(
+ 'premium',
+ ' ',
+ array( $tab ),
+ array(
+ 'link_aria_label' => 'Yoast SEO Premium',
+ 'link_class' => 'yoast-tooltip yoast-tooltip-e',
+ )
+ );
+ }
+
+ /**
+ * Test whether we are on a public taxonomy - no metabox actions needed if we are not
+ * Unfortunately we have to hook most everything in before the point where all taxonomies are registered and
+ * we know which taxonomy is being requested, so we need to use this check in nearly every hooked in function.
+ *
+ * @since 1.5.0
+ */
+ private function tax_is_public() {
+ // Don't make static as taxonomies may still be added during the run.
+ $taxonomy = get_taxonomy( $this->taxonomy );
+
+ return $taxonomy->public;
+ }
+
+ /**
+ * Return the SVG for the traffic light in the metabox.
+ */
+ public function traffic_light_svg() {
+ return <<
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+SVG;
+ }
+
+ /**
+ * Generic tab.
+ */
+ public function template_generic_tab() {
+ // This template belongs to the post scraper so don't echo it if it isn't enqueued.
+ if ( ! wp_script_is( WPSEO_Admin_Asset_Manager::PREFIX . 'term-scraper' ) ) {
+ return;
+ }
+
+ echo '';
+ }
+
+ /**
+ * Keyword tab for enabling analysis of multiple keywords.
+ */
+ public function template_keyword_tab() {
+ // This template belongs to the term scraper so don't echo it if it isn't enqueued.
+ if ( ! wp_script_is( WPSEO_Admin_Asset_Manager::PREFIX . 'term-scraper' ) ) {
+ return;
+ }
+
+ echo '';
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-settings-fields.php b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-settings-fields.php
new file mode 100644
index 0000000..c83377f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-settings-fields.php
@@ -0,0 +1,121 @@
+translate_meta_options();
+ }
+
+ /**
+ * Returns array with the fields for the general tab
+ *
+ * @return array
+ */
+ public function get() {
+ $fields = array(
+ 'metakey' => $this->get_field_config(
+ __( 'Meta keywords', 'wordpress-seo' ),
+ esc_html__( 'Meta keywords used on the archive page for this term.', 'wordpress-seo' ),
+ 'text',
+ '',
+ $this->options['usemetakeywords'] !== true
+ ),
+ 'noindex' => $this->get_field_config(
+ esc_html__( 'Meta robots index', 'wordpress-seo' ),
+ esc_html__( 'This taxonomy follows the indexation rules set under Metas and Titles, you can override it here.', 'wordpress-seo' ),
+ 'select',
+ $this->get_noindex_options()
+ ),
+ 'sitemap_include' => $this->get_field_config(
+ esc_html__( 'Include in Sitemap?', 'wordpress-seo' ),
+ '',
+ 'select',
+ $this->sitemap_include_options
+ ),
+ 'bctitle' => $this->get_field_config(
+ __( 'Breadcrumbs Title', 'wordpress-seo' ),
+ esc_html__( 'The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.', 'wordpress-seo' ),
+ 'text',
+ '',
+ $this->options['breadcrumbs-enable'] !== true
+ ),
+ 'canonical' => $this->get_field_config(
+ __( 'Canonical URL', 'wordpress-seo' ),
+ esc_html__( 'The canonical link is shown on the archive page for this term.', 'wordpress-seo' )
+ ),
+ );
+
+ return $this->filter_hidden_fields( $fields );
+ }
+
+ /**
+ * Translate options text strings for use in the select fields
+ *
+ * @internal IMPORTANT: if you want to add a new string (option) somewhere, make sure you add
+ * that array key to the main options definition array in the class WPSEO_Taxonomy_Meta() as well!!!!
+ */
+ private function translate_meta_options() {
+ $this->no_index_options = WPSEO_Taxonomy_Meta::$no_index_options;
+ $this->sitemap_include_options = WPSEO_Taxonomy_Meta::$sitemap_include_options;
+
+ /* translators: %s expands to the current taxonomy index value */
+ $this->no_index_options['default'] = __( 'Default for this taxonomy type, currently: %s', 'wordpress-seo' );
+ $this->no_index_options['index'] = __( 'Index', 'wordpress-seo' );
+ $this->no_index_options['noindex'] = __( 'Noindex', 'wordpress-seo' );
+
+ $this->sitemap_include_options['-'] = __( 'Auto detect', 'wordpress-seo' );
+ $this->sitemap_include_options['always'] = __( 'Always include', 'wordpress-seo' );
+ $this->sitemap_include_options['never'] = __( 'Never include', 'wordpress-seo' );
+ }
+
+ /**
+ * Getting the data for the noindex fields
+ *
+ * @return array
+ */
+ private function get_noindex_options() {
+ $noindex_options['options'] = $this->no_index_options;
+ $noindex_options['options']['default'] = sprintf( $noindex_options['options']['default'], $this->get_robot_index() );
+
+ if ( get_option( 'blog_public' ) === '0' ) {
+ $noindex_options['description'] = '' . esc_html__( 'Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won\'t have an effect.', 'wordpress-seo' ) . ' ';
+ }
+
+ return $noindex_options;
+ }
+
+ /**
+ * Returns the current robot index value for the taxonomy
+ *
+ * @return string
+ */
+ private function get_robot_index() {
+ $robot_index = 'index';
+ $index_option = 'noindex-tax-' . $this->term->taxonomy;
+ if ( isset( $this->options[ $index_option ] ) && $this->options[ $index_option ] === true ) {
+ $robot_index = 'noindex';
+ }
+
+ return $robot_index;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-social-fields.php b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-social-fields.php
new file mode 100644
index 0000000..4b1eeba
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-social-fields.php
@@ -0,0 +1,140 @@
+networks = $this->get_social_networks();
+ }
+
+ /**
+ * When this method returns false, the social tab in the meta box will be hidden
+ *
+ * @return bool
+ */
+ public function show_social() {
+ return ( $this->options['opengraph'] === true || $this->options['twitter'] === true );
+ }
+
+ /**
+ * Gets the social meta fields by social network for the taxonomy.
+ *
+ * @param string $network The social network for which to fetch the fields.
+ *
+ * @return array
+ */
+ public function get_by_network( $network ) {
+ $settings = $this->networks[ $network ];
+
+ return array(
+ $settings['network'] . '-title' => $this->get_field_config(
+ /* translators: %s expands to the social network name */
+ sprintf( __( '%s Title', 'wordpress-seo' ), $settings['label'] ),
+ /* translators: %1$s expands to the social network name */
+ sprintf( esc_html__( 'If you don\'t want to use the title for sharing on %1$s but instead want another title there, write it here.', 'wordpress-seo' ), $settings['label'] ),
+ 'text',
+ array( 'class' => 'large-text' )
+ ),
+ $settings['network'] . '-description' => $this->get_field_config(
+ /* translators: %s expands to the social network name */
+ sprintf( __( '%s Description', 'wordpress-seo' ), $settings['label'] ),
+ /* translators: %1$s expands to the social network name */
+ sprintf( esc_html__( 'If you don\'t want to use the meta description for sharing on %1$s but want another description there, write it here.', 'wordpress-seo' ), $settings['label'] ),
+ 'textarea'
+ ),
+ $settings['network'] . '-image' => $this->get_field_config(
+ /* translators: %s expands to the social network name */
+ sprintf( __( '%s Image', 'wordpress-seo' ), $settings['label'] ),
+ /* translators: %1$s expands to the social network name */
+ sprintf( esc_html__( 'If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.', 'wordpress-seo' ), $settings['label'] ) . ' ' .
+ /* translators: %1$s expands to the social network name, %2$s expands to the image size */
+ sprintf( __( 'The recommended image size for %1$s is %2$s pixels.', 'wordpress-seo' ), $settings['label'], $settings['size'] ),
+ 'upload'
+ ),
+ );
+ }
+
+ /**
+ * Returning the fields for the social media tab
+ *
+ * @return array
+ */
+ public function get() {
+ $fields = array();
+ foreach ( $this->networks as $option => $settings ) {
+ $fields_to_push = $this->get_by_network( $option );
+
+ $fields = array_merge( $fields, $fields_to_push );
+ }
+
+ return $this->filter_hidden_fields( $fields );
+ }
+
+ /**
+ * Getting array with the social networks
+ *
+ * @return array
+ */
+ private function get_social_networks() {
+ $social_networks = array(
+ // Source: https://developers.facebook.com/docs/sharing/best-practices#images.
+ 'opengraph' => $this->social_network( 'opengraph', __( 'Facebook', 'wordpress-seo' ), sprintf(
+ /* translators: %1$s expands to the image recommended width, %2$s to its height. */
+ __( '%1$s by %2$s', 'wordpress-seo' ), '1200', '630'
+ ) ),
+ 'twitter' => $this->social_network( 'twitter', __( 'Twitter', 'wordpress-seo' ), sprintf(
+ /* translators: %1$s expands to the image recommended width, %2$s to its height. */
+ __( '%1$s by %2$s', 'wordpress-seo' ), '1024', '512'
+ ) ),
+ );
+ $social_networks = $this->filter_social_networks( $social_networks );
+
+ return $social_networks;
+ }
+
+ /**
+ * Returns array with the config fields for the social network
+ *
+ * @param string $network The name of the social network.
+ * @param string $label The label for the social network.
+ * @param string $image_size The image dimensions.
+ *
+ * @return array
+ */
+ private function social_network( $network, $label, $image_size ) {
+ return array(
+ 'network' => $network,
+ 'label' => $label,
+ 'size' => $image_size,
+ );
+ }
+
+ /**
+ * Filter the social networks which are disabled in the configuration
+ *
+ * @param array $social_networks Array with the social networks that have to be filtered.
+ *
+ * @return array
+ */
+ private function filter_social_networks( array $social_networks ) {
+ foreach ( $social_networks as $social_network => $settings ) {
+ if ( empty( $this->options[ $social_network ] ) ) {
+ unset( $social_networks[ $social_network ] );
+ }
+ }
+
+ return $social_networks;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php
new file mode 100644
index 0000000..22085ae
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php
@@ -0,0 +1,390 @@
+taxonomy = $this->get_taxonomy();
+
+ add_action( 'edit_term', array( $this, 'update_term' ), 99, 3 );
+ add_action( 'init', array( $this, 'custom_category_descriptions_allow_html' ) );
+ add_action( 'admin_init', array( $this, 'admin_init' ) );
+
+ $this->insert_description_field_editor();
+
+ add_filter( 'category_description', array( $this, 'custom_category_descriptions_add_shortcode_support' ) );
+
+ if ( self::is_term_overview( $GLOBALS['pagenow'] ) ) {
+ new WPSEO_Taxonomy_Columns();
+ }
+ $this->analysis_seo = new WPSEO_Metabox_Analysis_SEO();
+ $this->analysis_readability = new WPSEO_Metabox_Analysis_Readability();
+ }
+
+ /**
+ * Add hooks late enough for taxonomy object to be available for checks.
+ */
+ public function admin_init() {
+
+ $taxonomy = get_taxonomy( $this->taxonomy );
+
+ if ( empty( $taxonomy ) || empty( $taxonomy->public ) || ! $this->show_metabox() ) {
+ return;
+ }
+
+ add_action( sanitize_text_field( $this->taxonomy ) . '_edit_form', array( $this, 'term_metabox' ), 90, 1 );
+ add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
+ }
+
+ /**
+ * Show the SEO inputs for term.
+ *
+ * @param stdClass|WP_Term $term Term to show the edit boxes for.
+ */
+ public function term_metabox( $term ) {
+ $metabox = new WPSEO_Taxonomy_Metabox( $this->taxonomy, $term );
+ $metabox->display();
+ }
+
+ /**
+ * Queue assets for taxonomy screens.
+ *
+ * @since 1.5.0
+ */
+ public function admin_enqueue_scripts() {
+ $pagenow = $GLOBALS['pagenow'];
+
+ if ( ! ( self::is_term_edit( $pagenow ) || self::is_term_overview( $pagenow ) ) ) {
+ return;
+ }
+
+ $asset_manager = new WPSEO_Admin_Asset_Manager();
+ $asset_manager->enqueue_style( 'scoring' );
+
+
+ $tag_id = filter_input( INPUT_GET, 'tag_ID' );
+ if (
+ self::is_term_edit( $pagenow ) &&
+ ! empty( $tag_id ) // After we drop support for <4.5 this can be removed.
+ ) {
+ wp_enqueue_media(); // Enqueue files needed for upload functionality.
+
+ $asset_manager->enqueue_style( 'metabox-css' );
+ $asset_manager->enqueue_style( 'snippet' );
+ $asset_manager->enqueue_style( 'scoring' );
+ $asset_manager->enqueue_script( 'metabox' );
+ $asset_manager->enqueue_script( 'term-scraper' );
+ $asset_manager->enqueue_style( 'kb-search' );
+
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'term-scraper', 'wpseoTermScraperL10n', $this->localize_term_scraper_script() );
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'replacevar-plugin', 'wpseoReplaceVarsL10n', $this->localize_replace_vars_script() );
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'metabox', 'wpseoSelect2Locale', WPSEO_Utils::get_language( WPSEO_Utils::get_user_locale() ) );
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'metabox', 'wpseoAdminL10n', WPSEO_Help_Center::get_translated_texts() );
+
+ $asset_manager->enqueue_script( 'admin-media' );
+
+ wp_localize_script( WPSEO_Admin_Asset_Manager::PREFIX . 'admin-media', 'wpseoMediaL10n', array(
+ 'choose_image' => __( 'Use Image', 'wordpress-seo' ),
+ ) );
+ }
+ }
+
+ /**
+ * Update the taxonomy meta data on save.
+ *
+ * @param int $term_id ID of the term to save data for.
+ * @param int $tt_id The taxonomy_term_id for the term.
+ * @param string $taxonomy The taxonomy the term belongs to.
+ */
+ public function update_term( $term_id, $tt_id, $taxonomy ) {
+ /* Create post array with only our values */
+ $new_meta_data = array();
+ foreach ( WPSEO_Taxonomy_Meta::$defaults_per_term as $key => $default ) {
+ if ( $posted_value = filter_input( INPUT_POST, $key ) ) {
+ $new_meta_data[ $key ] = $posted_value;
+ }
+
+ // If analysis is disabled remove that analysis score value from the DB.
+ if ( $this->is_meta_value_disabled( $key ) ) {
+ $new_meta_data[ $key ] = '';
+ }
+ }
+ unset( $key, $default );
+
+ // Saving the values.
+ WPSEO_Taxonomy_Meta::set_values( $term_id, $taxonomy, $new_meta_data );
+ }
+
+ /**
+ * Determines if the given meta value key is disabled
+ *
+ * @param string $key The key of the meta value.
+ * @return bool Whether the given meta value key is disabled.
+ */
+ public function is_meta_value_disabled( $key ) {
+ if ( 'wpseo_linkdex' === $key && ! $this->analysis_seo->is_enabled() ) {
+ return true;
+ }
+
+ if ( 'wpseo_content_score' === $key && ! $this->analysis_readability->is_enabled() ) {
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Allows HTML in descriptions
+ */
+ public function custom_category_descriptions_allow_html() {
+ $filters = array(
+ 'pre_term_description',
+ 'pre_link_description',
+ 'pre_link_notes',
+ 'pre_user_description',
+ );
+
+ foreach ( $filters as $filter ) {
+ remove_filter( $filter, 'wp_filter_kses' );
+ }
+ remove_filter( 'term_description', 'wp_kses_data' );
+ }
+
+ /**
+ * Output the WordPress editor.
+ */
+ public function custom_category_description_editor() {
+
+ if ( ! $this->show_metabox() ) {
+ return;
+ }
+
+ wp_editor( '', 'description' );
+ }
+
+ /**
+ * Adds shortcode support to category descriptions.
+ *
+ * @param string $desc String to add shortcodes in.
+ *
+ * @return string
+ */
+ public function custom_category_descriptions_add_shortcode_support( $desc ) {
+ // Wrap in output buffering to prevent shortcodes that echo stuff instead of return from breaking things.
+ ob_start();
+ $desc = do_shortcode( $desc );
+ ob_end_clean();
+
+ return $desc;
+ }
+
+ /**
+ * Pass variables to js for use with the term-scraper
+ *
+ * @return array
+ */
+ public function localize_term_scraper_script() {
+ $term_id = filter_input( INPUT_GET, 'tag_ID' );
+ $term = get_term_by( 'id', $term_id, $this->get_taxonomy() );
+ $taxonomy = get_taxonomy( $term->taxonomy );
+
+ $term_formatter = new WPSEO_Metabox_Formatter(
+ new WPSEO_Term_Metabox_Formatter( $taxonomy, $term, WPSEO_Options::get_option( 'wpseo_titles' ) )
+ );
+
+ return $term_formatter->get_values();
+ }
+
+ /**
+ * Pass some variables to js for replacing variables.
+ */
+ public function localize_replace_vars_script() {
+ return array(
+ 'no_parent_text' => __( '(no parent)', 'wordpress-seo' ),
+ 'replace_vars' => $this->get_replace_vars(),
+ 'scope' => $this->determine_scope(),
+ );
+ }
+
+ /**
+ * Determines the scope based on the current taxonomy.
+ * This can be used by the replacevar plugin to determine if a replacement needs to be executed.
+ *
+ * @return string String decribing the current scope.
+ */
+ private function determine_scope() {
+ $taxonomy = $this->get_taxonomy();
+
+ if ( $taxonomy === 'category' ) {
+ return 'category';
+ }
+
+ if ( $taxonomy === 'post_tag' ) {
+ return 'tag';
+ }
+
+ return 'term';
+ }
+
+ /**
+ * @param string $page The string to check for the term overview page.
+ *
+ * @return bool
+ */
+ public static function is_term_overview( $page ) {
+ return 'edit-tags.php' === $page;
+ }
+
+ /**
+ * @param string $page The string to check for the term edit page.
+ *
+ * @return bool
+ */
+ public static function is_term_edit( $page ) {
+ return 'term.php' === $page
+ || 'edit-tags.php' === $page; // After we drop support for <4.5 this can be removed.
+ }
+
+ /**
+ * Retrieves a template.
+ * Check if metabox for current taxonomy should be displayed.
+ *
+ * @return bool
+ */
+ private function show_metabox() {
+ $options = WPSEO_Options::get_option( 'wpseo_titles' );
+ $option_key = 'hideeditbox-tax-' . $this->taxonomy;
+
+ return ( empty( $options[ $option_key ] ) );
+ }
+
+ /**
+ * Getting the taxonomy from the URL
+ *
+ * @return string
+ */
+ private function get_taxonomy() {
+ return filter_input( INPUT_GET, 'taxonomy', FILTER_DEFAULT, array( 'options' => array( 'default' => '' ) ) );
+ }
+
+ /**
+ * Prepares the replace vars for localization.
+ *
+ * @return array replace vars.
+ */
+ private function get_replace_vars() {
+ $term_id = filter_input( INPUT_GET, 'tag_ID' );
+ $term = get_term_by( 'id', $term_id, $this->get_taxonomy() );
+ $cached_replacement_vars = array();
+
+ $vars_to_cache = array(
+ 'date',
+ 'id',
+ 'sitename',
+ 'sitedesc',
+ 'sep',
+ 'page',
+ 'currenttime',
+ 'currentdate',
+ 'currentday',
+ 'currentmonth',
+ 'currentyear',
+ 'term_title',
+ 'term_description',
+ 'category_description',
+ 'tag_description',
+ 'searchphrase',
+ );
+
+ foreach ( $vars_to_cache as $var ) {
+ $cached_replacement_vars[ $var ] = wpseo_replace_vars( '%%' . $var . '%%', $term );
+ }
+
+ return $cached_replacement_vars;
+ }
+
+ /**
+ * Adds custom category description editor.
+ * Needs a hook that runs before the description field. Prior to WP version 4.5 we need to use edit_form as
+ * term_edit_form_top was introduced in WP 4.5. This can be removed after <4.5 is no longer supported.
+ *
+ * @return {void}
+ */
+ private function insert_description_field_editor() {
+ if ( version_compare( $GLOBALS['wp_version'], '4.5', '<' ) ) {
+ add_action( "{$this->taxonomy}_edit_form", array( $this, 'custom_category_description_editor' ) );
+ return;
+ }
+
+ add_action( "{$this->taxonomy}_term_edit_form_top", array( $this, 'custom_category_description_editor' ) );
+ }
+
+ /********************** DEPRECATED METHODS **********************/
+
+ /**
+ * @deprecated 3.2
+ *
+ * Retrieves the title template.
+ *
+ * @param object $term taxonomy term.
+ *
+ * @return string
+ */
+ public static function get_title_template( $term ) {
+ _deprecated_function( 'WPSEO_Taxonomy::get_title_template', 'WPSEO 3.2', 'WPSEO_Term_Scraper::get_title_template' );
+
+ return '';
+ }
+
+ /**
+ * @deprecated 3.2
+ *
+ * Retrieves the metadesc template.
+ *
+ * @param object $term taxonomy term.
+ *
+ * @return string
+ */
+ public static function get_metadesc_template( $term ) {
+ _deprecated_function( 'WPSEO_Taxonomy::get_metadesc_template', 'WPSEO 3.2', 'WPSEO_Term_Scraper::get_metadesc_template' );
+
+ return '';
+ }
+
+ /**
+ * @deprecated 3.2
+ *
+ * Translate options text strings for use in the select fields
+ *
+ * @internal IMPORTANT: if you want to add a new string (option) somewhere, make sure you add
+ * that array key to the main options definition array in the class WPSEO_Taxonomy_Meta() as well!!!!
+ */
+ public function translate_meta_options() {
+ _deprecated_function( 'WPSEO_Taxonomy::translate_meta_options', 'WPSEO 3.2', 'WPSEO_Taxonomy_Settings_Fields::translate_meta_options' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/views/about.php b/wp-content/plugins/wordpress-seo/admin/views/about.php
new file mode 100644
index 0000000..d0c224a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/about.php
@@ -0,0 +1,230 @@
+ $dev ) {
+ echo '';
+ echo ' ', $dev->name, ' ';
+ echo '', $dev->role, " \n";
+ }
+}
+
+?>
+
+
+
+
+
+
+ ', '', 'Yoast SEO' );
+ echo ' ';
+ printf( __( 'Want to help us develop? Read our %1$scontribution guidelines%2$s!', 'wordpress-seo' ), '', ' ' );
+ ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ (object) array(
+ 'name' => 'Joost de Valk',
+ 'role' => __( 'Project Lead', 'wordpress-seo' ),
+ 'gravatar' => 'f08c3c3253bf14b5616b4db53cea6b78',
+ ),
+ 'mariekerakt' => (object) array(
+ 'name' => 'Marieke van de Rakt',
+ 'role' => __( 'Head R&D', 'wordpress-seo' ),
+ 'gravatar' => '1d83533e299c379140f9fcc2cb0015cb',
+ ),
+ 'irenestr' => (object) array(
+ 'name' => 'Irene Strikkers',
+ 'role' => __( 'Linguist', 'wordpress-seo' ),
+ 'gravatar' => '074d67179d52561e36e57e8e9ea8f8cf',
+ ),
+ );
+
+ wpseo_display_contributors( $people );
+ ?>
+
+
+
+ (object) array(
+ 'name' => 'Omar Reiss',
+ 'role' => __( 'CTO', 'wordpress-seo' ),
+ 'gravatar' => '86aaa606a1904e7e0cf9857a663c376e',
+ ),
+ 'atimmer' => (object) array(
+ 'name' => 'Anton Timmermans',
+ 'role' => __( 'Architect', 'wordpress-seo' ),
+ 'gravatar' => 'b3acbabfdd208ecbf950d864b86fe968',
+ ),
+ 'moorscode' => (object) array(
+ 'name' => 'Jip Moors',
+ 'role' => __( 'Architect', 'wordpress-seo' ),
+ 'gravatar' => '1751c5afc377ef4ec07a50791db1bc52',
+ ),
+ );
+
+ wpseo_display_contributors( $people );
+ ?>
+
+
+
+ (object) array(
+ 'name' => 'Andrea Fercia',
+ 'role' => __( 'Developer', 'wordpress-seo' ),
+ 'gravatar' => '074af62ea5ff218b6a6eeab89104f616',
+ ),
+ 'rarst' => (object) array(
+ 'name' => 'Andrey Savchenko',
+ 'role' => __( 'Developer', 'wordpress-seo' ),
+ 'gravatar' => 'c445c2491f9f55409b2e4dccee357961',
+ ),
+ 'andizer' => (object) array(
+ 'name' => 'Andy Meerwaldt',
+ 'role' => __( 'Developer', 'wordpress-seo' ),
+ 'gravatar' => 'a9b43e766915b48031eab78f9916ca8e',
+ ),
+ 'boblinthorst' => (object) array(
+ 'name' => 'Bob Linthorst',
+ 'role' => __( 'Developer', 'wordpress-seo' ),
+ 'gravatar' => '8063b1955f54681ef3a2deb21972faa1',
+ ),
+ 'CarolineGeven' => (object) array(
+ 'name' => 'Caroline Geven',
+ 'role' => __( 'Developer', 'wordpress-seo' ),
+ 'gravatar' => 'f2596a568c3974e35f051266a63d791f',
+ ),
+ 'terw-dan' => (object) array(
+ 'name' => 'Danny Terwindt',
+ 'role' => __( 'Developer', 'wordpress-seo' ),
+ 'gravatar' => '20a04b0736e630e80ce2dbefe3f1d62f',
+ ),
+ 'diedexx' => (object) array(
+ 'name' => 'Diede Exterkate',
+ 'role' => __( 'Developer', 'wordpress-seo' ),
+ 'gravatar' => '59908788f406037240ee011388db29f8',
+ ),
+ 'irenestr2' => (object) array(
+ 'name' => 'Irene Strikkers',
+ 'role' => __( 'Developer', 'wordpress-seo' ),
+ 'gravatar' => '074d67179d52561e36e57e8e9ea8f8cf',
+ ),
+ 'jcomack' => (object) array(
+ 'name' => 'Jimmy Comack',
+ 'role' => __( 'Developer', 'wordpress-seo' ),
+ 'gravatar' => '41073ef9e1f3e01b03cbee75cee33bd4',
+ ),
+ );
+
+ wpseo_display_contributors( $people );
+ ?>
+
+
+
+ (object) array(
+ 'name' => 'Taco Verdonschot',
+ 'role' => __( 'QA & Translations Manager', 'wordpress-seo' ),
+ 'gravatar' => 'd2d3ecb38cacd521926979b5c678297b',
+ ),
+ 'monbauza' => (object) array(
+ 'name' => 'Ramon Bauza',
+ 'role' => __( 'Tester', 'wordpress-seo' ),
+ 'gravatar' => 'de09b8491ab1d927e770f7519219cfc9',
+ ),
+ 'boblinthorst2' => (object) array(
+ 'name' => 'Bob Linthorst',
+ 'role' => __( 'Tester', 'wordpress-seo' ),
+ 'gravatar' => '8063b1955f54681ef3a2deb21972faa1',
+ ),
+ );
+
+ wpseo_display_contributors( $people );
+ ?>
+
+
+
+
+
+
+
+
+
+
Yoast SEO Integrations
+
+ Yoast SEO 3.0 brought a way for theme builders and custom field plugins to integrate with Yoast SEO. These
+ integrations make sure that all the data on your page is used for the content analysis. On this
+ page, we highlight the frameworks that have nicely working integrations.
+
+
+
+ Yoast ACF
+ Integration - an integration built by Marcus Forsberg and Team
+ Yoast
+
+ Divi Builder
+ Visual Composer
+
+
+
Other integrations
+
+ We've got another integration we'd like to tell you about:
+
+
+
+ Glue for Yoast SEO &
+ AMP - an integration between the WordPress AMP
+ plugin and Yoast SEO.
+
+
+ Instant Articles for WP
+ - Enable Instant Articles for Facebook on your WordPress site and integrates with Yoast SEO.
+
+
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/class-yoast-form-fieldset.php b/wp-content/plugins/wordpress-seo/admin/views/class-yoast-form-fieldset.php
new file mode 100644
index 0000000..ba77b93
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/class-yoast-form-fieldset.php
@@ -0,0 +1,168 @@
+ 'yoast-form-fieldset',
+ );
+
+ /**
+ * @var string The grouped form elements for the fieldset.
+ */
+ private $content;
+
+ /**
+ * @var array The fieldset legend HTML default attributes.
+ */
+ private $legend_attributes = array(
+ 'class' => 'yoast-form-legend',
+ );
+
+ /**
+ * @var string A translatable string for the fieldset legend content.
+ */
+ private $legend_content;
+
+ /**
+ * Constructor.
+ *
+ * @param string $id ID for the fieldset.
+ * @param string $legend_content The translatable legend text.
+ * @param string $content The grouped form elements for the fieldset.
+ */
+ public function __construct( $id, $legend_content, $content ) {
+ $this->id = $id;
+ $this->legend_content = $legend_content;
+ $this->content = $content;
+ }
+
+ /**
+ * Render the view.
+ */
+ public function render_view() {
+ /*
+ * Extract because we want values accessible via variables for later use
+ * in the view instead of accessing them as an array.
+ */
+ extract( $this->get_parts() );
+
+ require( dirname( WPSEO_FILE ) . '/admin/views/form/fieldset.php' );
+ }
+
+ /**
+ * Start output buffering to catch the form elements to wrap in the fieldset.
+ */
+ public function start() {
+ ob_start();
+ }
+
+ /**
+ * Return output buffering with the form elements to wrap in the fieldset.
+ */
+ public function end() {
+ $this->content = ob_get_clean();
+ }
+
+ /**
+ * Return the rendered view.
+ *
+ * @return string
+ */
+ public function get_html() {
+ ob_start();
+ $this->render_view();
+ return ob_get_clean();
+ }
+
+ /**
+ * Output the rendered view.
+ */
+ public function html() {
+ echo $this->get_html();
+ }
+
+ /**
+ * Add attributes to the fieldset default attributes.
+ *
+ * @param array $attributes Array of attributes names and values to merge with the defaults.
+ */
+ public function add_attributes( $attributes ) {
+ $this->attributes = wp_parse_args( $attributes, $this->attributes );
+ }
+
+ /**
+ * Add attributes to the fieldset legend default attributes.
+ *
+ * @param array $attributes Array of attributes names and values to merge with the defaults.
+ */
+ public function legend_add_attributes( $attributes ) {
+ $this->legend_attributes = wp_parse_args( $attributes, $this->legend_attributes );
+ }
+
+ /**
+ * Visually hide the fieldset legend but keep it available to assistive technologies.
+ */
+ public function legend_hide() {
+ $this->legend_attributes = wp_parse_args(
+ array( 'class' => 'screen-reader-text' ),
+ $this->legend_attributes
+ );
+ }
+
+ /**
+ * Return the set of attributes and content for the fieldset.
+ *
+ * @return array
+ */
+ private function get_parts() {
+ return array(
+ 'id' => $this->id,
+ 'attributes' => $this->get_attributes_html( $this->attributes ),
+ 'legend_content' => $this->legend_content,
+ 'legend_attributes' => $this->get_attributes_html( $this->legend_attributes ),
+ 'content' => $this->content,
+ );
+ }
+
+ /**
+ * Return HTML formatted attributes as a string, when there are attributes set.
+ *
+ * @param array $attributes Fieldset or legend attributes.
+ *
+ * @return string A space separated list of HTML formatted attributes or empty string.
+ */
+ private function get_attributes_html( $attributes ) {
+ if ( ! empty( $attributes ) ) {
+ array_walk( $attributes, array( $this, 'parse_attribute' ) );
+
+ // Use an initial space as `implode()` adds a space only between array elements.
+ return ' ' . implode( ' ', $attributes );
+ }
+
+ return '';
+ }
+
+ /**
+ * Escape and format an attribute as an HTML attribute.
+ *
+ * @param string $value The value of the attribute.
+ * @param string $attribute The attribute to look for.
+ */
+ private function parse_attribute( & $value, $attribute ) {
+ $value = sprintf( '%s="%s"', esc_html( $attribute ), esc_attr( $value ) );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php b/wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php
new file mode 100644
index 0000000..f0fdd67
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php
@@ -0,0 +1,128 @@
+select_id = $select_id;
+ $this->select_name = $select_name;
+ $this->select_options = $select_options;
+ $this->selected_option = $selected_option;
+ }
+
+ /**
+ * Print the rendered view.
+ */
+ public function output_html() {
+ // Extract it, because we want each value accessible via a variable instead of accessing it as an array.
+ extract( $this->get_select_values() );
+
+ require( dirname( WPSEO_FILE ) . '/admin/views/form/select.php' );
+ }
+
+ /**
+ * Return the rendered view
+ *
+ * @return string
+ */
+ public function get_html() {
+ ob_start();
+
+ $this->output_html();
+
+ $rendered_output = ob_get_contents();
+ ob_end_clean();
+
+ return $rendered_output;
+ }
+
+ /**
+ * Add an attribute to the attributes property
+ *
+ * @param string $attribute The name of the attribute to add.
+ * @param string $value The value of the attribute.
+ */
+ public function add_attribute( $attribute, $value ) {
+ $this->select_attributes[ $attribute ] = $value;
+ }
+
+ /**
+ * Return the set fields for the select
+ *
+ * @return array
+ */
+ private function get_select_values() {
+ return array(
+ 'id' => $this->select_id,
+ 'name' => $this->select_name,
+ 'attributes' => $this->get_attributes(),
+ 'options' => $this->select_options,
+ 'selected' => $this->selected_option,
+ );
+ }
+
+ /**
+ * Return the attribute string, when there are attributes set.
+ *
+ * @return string
+ */
+ private function get_attributes() {
+ $attributes = $this->select_attributes;
+
+ if ( ! empty( $attributes ) ) {
+ array_walk( $attributes, array( $this, 'parse_attribute' ) );
+
+ return implode( ' ', $attributes ) . ' ';
+ }
+
+ return '';
+ }
+
+ /**
+ * Get an attribute from the attributes.
+ *
+ * @param string $value The value of the attribute.
+ * @param string $attribute The attribute to look for.
+ */
+ private function parse_attribute( & $value, $attribute ) {
+ $value = sprintf( '%s="%s"', esc_html( $attribute ), esc_attr( $value ) );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/views/dashboard-widget.php b/wp-content/plugins/wordpress-seo/admin/views/dashboard-widget.php
new file mode 100644
index 0000000..61363d2
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/dashboard-widget.php
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+ ';
+ _e( 'Your homepage can be indexed by search engines.', 'wordpress-seo' );
+
+ break;
+ case WPSEO_OnPage_Option::IS_NOT_INDEXABLE :
+ echo ' ';
+ printf(
+ /* translators: 1: opens a link to a related knowledge base article. 2: closes the link */
+ __( '%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.', 'wordpress-seo' ),
+ '',
+ ' '
+ );
+ break;
+ case WPSEO_OnPage_Option::CANNOT_FETCH :
+ echo ' ';
+ printf(
+ /* translators: %1$s opens a link to a related knowledge base article, %2$s expands to Yoast SEO, %3$s closes the link. */
+ __( '%1$s%2$s has not been able to fetch your site\'s indexability status%3$s from OnPage.org', 'wordpress-seo' ),
+ '',
+ 'Yoast SEO',
+ ' '
+ );
+ break;
+ case WPSEO_OnPage_Option::NOT_FETCHED :
+ echo ' ';
+ echo esc_html( sprintf(
+ /* translators: %s expands to Yoast SEO. */
+ __( '%s has not fetched your site\'s indexability status yet from OnPage.org', 'wordpress-seo' ),
+ 'Yoast SEO'
+ ) );
+ break;
+ endswitch;
+ ?>
+
+
+
+ ' . __( 'Fetch the current status', 'wordpress-seo' ) . ' ';
+ endif;
+
+ echo '' . __( 'Analyze entire site', 'wordpress-seo' ) . ' ';
+ ?>
+
+
+
+
+>
+ >
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/form/select.php b/wp-content/plugins/wordpress-seo/admin/views/form/select.php
new file mode 100644
index 0000000..4b42f73
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/form/select.php
@@ -0,0 +1,24 @@
+
+name="" id="">
+ $option_html_value ) : ?>
+ >
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php b/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php
new file mode 100644
index 0000000..aeec5f0
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/partial-alerts-errors.php b/wp-content/plugins/wordpress-seo/admin/views/partial-alerts-errors.php
new file mode 100644
index 0000000..77b8fab
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/partial-alerts-errors.php
@@ -0,0 +1,19 @@
+%1$s ', __( 'Dismiss this item.', 'wordpress-seo' ) );
+ break;
+
+ case 'dismissed':
+ $button = sprintf( '%1$s ', __( 'Restore this item.', 'wordpress-seo' ) );
+ break;
+ }
+
+ printf( '%4$s%5$s
', $notification->get_id(), $notification->get_nonce(), $notification->get_json(), $notification, $button );
+ }
+ }
+}
+
+if ( ! $active ) {
+ $dashicon = 'yes';
+}
+
+?>
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/partial-alerts-warnings.php b/wp-content/plugins/wordpress-seo/admin/views/partial-alerts-warnings.php
new file mode 100644
index 0000000..b064036
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/partial-alerts-warnings.php
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+ currentoption = 'wpseo_internallinks';
+
+echo '' . __( 'Breadcrumbs settings', 'wordpress-seo' ) . ' ';
+
+if ( ! current_theme_supports( 'yoast-seo-breadcrumbs' ) ) {
+ $yform->light_switch( 'breadcrumbs-enable', __( 'Enable Breadcrumbs', 'wordpress-seo' ) );
+ echo ' ';
+}
+echo '';
+$yform->textinput( 'breadcrumbs-sep', __( 'Separator between breadcrumbs', 'wordpress-seo' ) );
+$yform->textinput( 'breadcrumbs-home', __( 'Anchor text for the Homepage', 'wordpress-seo' ) );
+$yform->textinput( 'breadcrumbs-prefix', __( 'Prefix for the breadcrumb path', 'wordpress-seo' ) );
+$yform->textinput( 'breadcrumbs-archiveprefix', __( 'Prefix for Archive breadcrumbs', 'wordpress-seo' ) );
+$yform->textinput( 'breadcrumbs-searchprefix', __( 'Prefix for Search Page breadcrumbs', 'wordpress-seo' ) );
+$yform->textinput( 'breadcrumbs-404crumb', __( 'Breadcrumb for 404 Page', 'wordpress-seo' ) );
+echo ' ';
+if ( get_option( 'show_on_front' ) == 'page' && get_option( 'page_for_posts' ) > 0 ) {
+ $yform->toggle_switch( 'breadcrumbs-blog-remove', array(
+ 'off' => __( 'Show', 'wordpress-seo' ),
+ 'on' => __( 'Hide', 'wordpress-seo' ),
+ ), __( 'Show Blog page', 'wordpress-seo' ) );
+}
+$yform->toggle_switch( 'breadcrumbs-boldlast', array(
+ 'on' => __( 'Bold', 'wordpress-seo' ),
+ 'off' => __( 'Regular', 'wordpress-seo' ),
+), __( 'Bold the last page', 'wordpress-seo' ) );
+echo ' ';
+
+$post_types = get_post_types( array( 'public' => true ), 'objects' );
+if ( is_array( $post_types ) && $post_types !== array() ) {
+ echo '
' . __( 'Taxonomy to show in breadcrumbs for post types', 'wordpress-seo' ) . ' ';
+ foreach ( $post_types as $pt ) {
+ $taxonomies = get_object_taxonomies( $pt->name, 'objects' );
+ if ( is_array( $taxonomies ) && $taxonomies !== array() ) {
+ $values = array( 0 => __( 'None', 'wordpress-seo' ) );
+ foreach ( $taxonomies as $tax ) {
+ $values[ $tax->name ] = $tax->labels->singular_name;
+ }
+ $yform->select( 'post_types-' . $pt->name . '-maintax', $pt->labels->name, $values );
+ unset( $values, $tax );
+ }
+ unset( $taxonomies );
+ }
+ unset( $pt );
+}
+echo ' ';
+
+$taxonomies = get_taxonomies( array( 'public' => true, '_builtin' => false ), 'objects' );
+if ( is_array( $taxonomies ) && $taxonomies !== array() ) {
+ echo '' . __( 'Post type archive to show in breadcrumbs for taxonomies', 'wordpress-seo' ) . ' ';
+ foreach ( $taxonomies as $tax ) {
+ $values = array( 0 => __( 'None', 'wordpress-seo' ) );
+ if ( get_option( 'show_on_front' ) == 'page' && get_option( 'page_for_posts' ) > 0 ) {
+ $values['post'] = __( 'Blog', 'wordpress-seo' );
+ }
+
+ if ( is_array( $post_types ) && $post_types !== array() ) {
+ foreach ( $post_types as $pt ) {
+ if ( $pt->has_archive ) {
+ $values[ $pt->name ] = $pt->labels->name;
+ }
+ }
+ unset( $pt );
+ }
+ $yform->select( 'taxonomy-' . $tax->name . '-ptparent', $tax->labels->singular_name, $values );
+ unset( $values, $tax );
+ }
+}
+unset( $taxonomies, $post_types );
+
+?>
+
+
+
+
+ ', '' );
+ ?>
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/permalinks.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/permalinks.php
new file mode 100644
index 0000000..86bfa04
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/permalinks.php
@@ -0,0 +1,59 @@
+currentoption = 'wpseo_permalinks';
+
+echo '', __( 'Change URLs', 'wordpress-seo' ), ' ';
+
+$remove_buttons = array( __( 'Keep', 'wordpress-seo' ), __( 'Remove', 'wordpress-seo' ) );
+/* translators: %s expands to /category/
*/
+$yform->light_switch(
+ 'stripcategorybase',
+ sprintf( __( 'Strip the category base (usually %s) from the category URL.', 'wordpress-seo' ), '/category/
' ),
+ $remove_buttons,
+ false
+);
+
+$redirect_buttons = array( __( 'No redirect', 'wordpress-seo' ), __( 'Redirect', 'wordpress-seo' ) );
+$yform->light_switch( 'redirectattachment', __( 'Redirect attachment URLs to parent post URL.', 'wordpress-seo' ), $redirect_buttons );
+echo '' . __( 'Attachments to posts are stored in the database as posts, this means they\'re accessible under their own URLs if you do not redirect them, enabling this will redirect them to the post they were attached to.', 'wordpress-seo' ) . '
';
+
+echo '', __( 'Clean up permalinks', 'wordpress-seo' ), ' ';
+$yform->light_switch( 'cleanslugs', __( 'Stop words in slugs.', 'wordpress-seo' ), $remove_buttons, false );
+echo '' . __( 'This helps you to create cleaner URLs by automatically removing the stopwords from them.', 'wordpress-seo' ) . '
';
+
+/* translators: %s expands to ?replytocom
*/
+$yform->light_switch( 'cleanreplytocom', sprintf( __( 'Remove the %s variables.', 'wordpress-seo' ), '?replytocom
' ), $remove_buttons, false );
+echo '' . __( 'This prevents threaded replies from working when the user has JavaScript disabled, but on a large site can mean a huge improvement in crawl efficiency for search engines when you have a lot of comments.', 'wordpress-seo' ) . '
';
+
+$options = WPSEO_Options::get_all();
+if ( substr( get_option( 'permalink_structure' ), -1 ) !== '/' && $options['trailingslash'] ) {
+ $yform->light_switch( 'trailingslash', __( 'Enforce a trailing slash on all category and tag URLs', 'wordpress-seo' ) );
+ echo '' . __( 'Note: this feature has been deprecated, as the SEO value is close to 0 these days. If you disable it you will not be able to put it back on.', 'wordpress-seo' ) . '
';
+ /* translators: %1$s expands to .html
, %2$s expands to /
*/
+ echo '' . sprintf( __( 'If you choose a permalink for your posts with %1$s, or anything else but a %2$s at the end, this will force WordPress to add a trailing slash to non-post pages nonetheless.', 'wordpress-seo' ), '.html
', '/
' ) . '
';
+}
+
+$yform->light_switch( 'cleanpermalinks', __( 'Redirect ugly URLs to clean permalinks. (Not recommended in many cases!)', 'wordpress-seo' ), $redirect_buttons );
+echo '' . __( 'People make mistakes in their links towards you sometimes, or unwanted parameters are added to the end of your URLs, this allows you to redirect them all away. Please note that while this is a feature that is actively maintained, it is known to break several plugins, and should for that reason be the first feature you disable when you encounter issues after installing this plugin.', 'wordpress-seo' ) . '
';
+
+echo '';
+$yform->light_switch( 'cleanpermalink-googlesitesearch', __( 'Prevent cleaning out Google Site Search URLs.', 'wordpress-seo' ) );
+echo '
' . __( 'Google Site Search URLs look weird, and ugly, but if you\'re using Google Site Search, you probably do not want them cleaned out.', 'wordpress-seo' ) . '
';
+
+$yform->light_switch( 'cleanpermalink-googlecampaign', __( 'Prevent cleaning out Google Analytics Campaign & Google AdWords Parameters.', 'wordpress-seo' ) );
+/* translators: %s expands to
?utm_
*/
+echo '
' . sprintf( __( 'If you use Google Analytics campaign parameters starting with %s, check this box. However, you\'re advised not to use these. Instead, use the version with a hash.', 'wordpress-seo' ), '?utm_
' ) . '
';
+
+$yform->textinput( 'cleanpermalink-extravars', __( 'Other variables not to clean', 'wordpress-seo' ) );
+echo '
' . __( 'You might have extra variables you want to prevent from cleaning out, add them here, comma separated.', 'wordpress-seo' ) . '
';
+echo '
';
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/rss.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/rss.php
new file mode 100644
index 0000000..1555efb
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/rss.php
@@ -0,0 +1,45 @@
+set_option( 'wpseo_rss' );
+
+echo '' . __( 'RSS feed settings', 'wordpress-seo' ) . ' ';
+
+echo '' . __( "This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.", 'wordpress-seo' ) . '
';
+
+$textarea_atts = array(
+ 'cols' => '50',
+ 'rows' => '5',
+);
+$yform->textarea( 'rssbefore', __( 'Content to put before each post in the feed', 'wordpress-seo' ), '', $textarea_atts );
+$yform->textarea( 'rssafter', __( 'Content to put after each post in the feed', 'wordpress-seo' ), '', $textarea_atts );
+?>
+
+
+
+
+ %%AUTHORLINK%%
+
+
+
+ %%POSTLINK%%
+
+
+
+ %%BLOGLINK%%
+
+
+
+ %%BLOGDESCLINK%%
+
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php
new file mode 100644
index 0000000..6a2a05b
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php
@@ -0,0 +1,24 @@
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php
new file mode 100644
index 0000000..3365069
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php
@@ -0,0 +1,67 @@
+ __( 'Advanced settings pages', 'wordpress-seo' ),
+ 'setting' => 'enable_setting_pages',
+ 'label' => __( 'The advanced settings include site-wide settings for your titles and meta descriptions, social metadata, sitemaps and much more.', 'wordpress-seo' ),
+ ),
+ (object) array(
+ 'name' => __( 'OnPage.org', 'wordpress-seo' ),
+ 'setting' => 'onpage_indexability',
+ /* translators: %1$s expands to OnPage.org */
+ 'label' => sprintf( __( 'The %1$s integration checks daily if your site is still indexable by search engines and notifies you when this is not the case.', 'wordpress-seo' ), 'OnPage.org' ),
+ ),
+ (object) array(
+ 'name' => __( 'Admin bar menu', 'wordpress-seo' ),
+ 'setting' => 'enable_admin_bar_menu',
+ /* translators: %1$s expands to Yoast SEO*/
+ 'label' => sprintf( __( 'The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.', 'wordpress-seo' ), 'Yoast SEO' ),
+ ),
+);
+
+/**
+ * Filter to add feature toggles from add-ons.
+ *
+ * @param array $feature_toggles Array with feature toggle objects where each object should have a `name`, `setting` and `label` property.
+ */
+$feature_toggles = apply_filters( 'wpseo_feature_toggles', $feature_toggles );
+
+?>
+Features
+
+
+
+name ); ?>
+
+ toggle_switch(
+ $feature->setting,
+ array(
+ 'on' => __( 'Enabled', 'wordpress-seo' ),
+ 'off' => __( 'Disabled', 'wordpress-seo' ),
+ ),
+ $feature->label
+ );
+ ?>
+
+
+
+
+
+hidden( 'show_onboarding_notice', 'wpseo_show_onboarding_notice' );
+?>
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/general.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/general.php
new file mode 100644
index 0000000..e7f1472
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/general.php
@@ -0,0 +1,58 @@
+' . esc_html__( 'Configuration wizard', 'wordpress-seo' ) . '';
+ ?>
+
+
+
+
+
+
+
+
+' . esc_html__( 'Credits', 'wordpress-seo' ) . '';
+?>
+
+
+
+
+
+
+
+
+' . esc_html__( 'Restore default settings', 'wordpress-seo' ) . '';
+?>
+
+
+
+
+
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/knowledge-graph.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/knowledge-graph.php
new file mode 100644
index 0000000..653266a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/knowledge-graph.php
@@ -0,0 +1,50 @@
+' . esc_html__( 'Website name', 'wordpress-seo' ) . '';
+?>
+
+
+
+textinput( 'website_name', __( 'Website name', 'wordpress-seo' ), array( 'placeholder' => get_bloginfo( 'name' ) ) );
+$yform->textinput( 'alternate_website_name', __( 'Alternate name', 'wordpress-seo' ) );
+
+echo '' . esc_html__( 'Company or person', 'wordpress-seo' ) . ' ';
+?>
+
+
+
+select( 'company_or_person', __( 'Company or person', 'wordpress-seo' ), array(
+ '' => __( 'Choose whether you\'re a company or person', 'wordpress-seo' ),
+ 'company' => __( 'Company', 'wordpress-seo' ),
+ 'person' => __( 'Person', 'wordpress-seo' ),
+) );
+?>
+
+
+
+ textinput( 'company_name', __( 'Company Name', 'wordpress-seo' ) );
+ $yform->media_input( 'company_logo', __( 'Company Logo', 'wordpress-seo' ) );
+ ?>
+
+
+
+
+ textinput( 'person_name', __( 'Your name', 'wordpress-seo' ) ); ?>
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/security.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/security.php
new file mode 100644
index 0000000..c5dde67
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/security.php
@@ -0,0 +1,22 @@
+' . esc_html__( 'Security setting', 'wordpress-seo' ) . '';
+
+$yform->toggle_switch(
+ 'disableadvanced_meta',
+ array( 'off' => __( 'Enabled', 'wordpress-seo' ), 'on' => __( 'Disabled', 'wordpress-seo' ) ),
+ /* translators: %1$s expands to Yoast SEO */
+ sprintf( __( 'Advanced part of the %1$s meta box', 'wordpress-seo' ), 'Yoast SEO' )
+);
+
+/* translators: %1$s expands to Yoast SEO */
+echo '', sprintf( __( 'The advanced section of the %1$s meta box allows a user to noindex posts or change the canonical. These are things you might not want if you don\'t trust your authors, so by default, only administrators can do this. Enabling the advanced box allows all users to change these settings.', 'wordpress-seo' ), 'Yoast SEO' ), '
';
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php
new file mode 100644
index 0000000..66c3dc5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php
@@ -0,0 +1,19 @@
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php
new file mode 100644
index 0000000..34a35f4
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php
@@ -0,0 +1,17 @@
+' . esc_html__( 'Webmaster Tools verification', 'wordpress-seo' ) . '';
+printf( '%s
', __( 'You can use the boxes below to verify with the different Webmaster Tools, if your site is already verified, you can just forget about these. Enter the verify meta values for:', 'wordpress-seo' ) );
+
+$yform->textinput( 'msverify', '' . __( 'Bing Webmaster Tools', 'wordpress-seo' ) . ' ' );
+$yform->textinput( 'googleverify', 'Google Search Console ' );
+$yform->textinput( 'yandexverify', '' . __( 'Yandex Webmaster Tools', 'wordpress-seo' ) . ' ' );
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php
new file mode 100644
index 0000000..5e950f9
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php
@@ -0,0 +1,69 @@
+';
+/* translators: %1$s / %2$s: links to an article about duplicate content on yoast.com */
+printf( __( 'If you\'re running a one author blog, the author archive will be exactly the same as your homepage. This is what\'s called a %1$sduplicate content problem%2$s.', 'wordpress-seo' ), '', ' ' );
+echo ' ';
+/* translators: %s expands to noindex, follow
*/
+printf( __( 'If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn\'t show up in the search results.', 'wordpress-seo' ), 'noindex,follow
' );
+echo ' ';
+echo __( 'Note that links to archives might be still output by your theme and you would need to remove them separately.', 'wordpress-seo' );
+echo ' ';
+_e( 'Date-based archives could in some cases also be seen as duplicate content.', 'wordpress-seo' );
+echo '';
+
+echo "';
+
+echo ' ';
+
+echo "';
+
+echo ' ';
+
+echo '';
+echo '
' . esc_html__( 'Special Pages', 'wordpress-seo' ) . ' ';
+/* translators: %s expands to
noindex, follow
*/
+echo '
' . sprintf( __( 'These pages will be %s by default, so they will never show up in search results.', 'wordpress-seo' ), 'noindex, follow
' ) . '
';
+echo '
' . __( 'Search pages', 'wordpress-seo' ) . ' ';
+$yform->textinput( 'title-search-wpseo', __( 'Title template', 'wordpress-seo' ), 'template search-template' );
+echo '
';
+echo '
' . __( '404 pages', 'wordpress-seo' ) . ' ';
+$yform->textinput( 'title-404-wpseo', __( 'Title template', 'wordpress-seo' ), 'template error404-template' );
+echo '
';
+echo '
';
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php
new file mode 100644
index 0000000..1f22a5e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php
@@ -0,0 +1,30 @@
+light_switch( 'forcerewritetitle', __( 'Force rewrite titles', 'wordpress-seo' ) );
+ echo '', sprintf( __( '%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it\'s wrong and you know what you\'re doing, you can change the setting here.', 'wordpress-seo' ), 'Yoast SEO' ) . '
';
+}
+
+echo '' . esc_html__( 'Title Separator', 'wordpress-seo' ) . ' ';
+
+$legend = __( 'Title separator symbol', 'wordpress-seo' );
+$legend_attr = array( 'class' => 'radiogroup screen-reader-text' );
+$yform->radio( 'separator', WPSEO_Option_Titles::get_instance()->get_separator_options(), $legend, $legend_attr );
+echo '', __( 'Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name.', 'wordpress-seo' ), ' ', __( 'Symbols are shown in the size they\'ll appear in the search results.', 'wordpress-seo' ), '
';
+
+echo '' . __( 'Enabled analysis', 'wordpress-seo' ) . ' ';
+
+$yform->light_switch( 'content-analysis-active', __( 'Readability analysis', 'wordpress-seo' ) );
+echo '', __( 'Removes the readability tab from the metabox and disables all readability-related suggestions.', 'wordpress-seo' ) . '
';
+
+$yform->light_switch( 'keyword-analysis-active', __( 'Keyword analysis', 'wordpress-seo' ) );
+echo '', __( 'Removes the keyword tab from the metabox and disables all keyword-related suggestions.', 'wordpress-seo' ) . '
';
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/home.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/home.php
new file mode 100644
index 0000000..da6534e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/home.php
@@ -0,0 +1,30 @@
+';
+ echo '', esc_html__( 'Homepage', 'wordpress-seo' ), ' ';
+ $yform->textinput( 'title-home-wpseo', __( 'Title template', 'wordpress-seo' ), 'template homepage-template' );
+ $yform->textarea( 'metadesc-home-wpseo', __( 'Meta description template', 'wordpress-seo' ), array( 'class' => 'template homepage-template' ) );
+ if ( $options['usemetakeywords'] === true ) {
+ $yform->textinput( 'metakey-home-wpseo', __( 'Meta keywords template', 'wordpress-seo' ) );
+ }
+ echo '';
+}
+else {
+ echo '', esc_html__( 'Homepage & Front page', 'wordpress-seo' ), ' ';
+ echo '';
+ printf( __( 'You can determine the title and description for the front page by %sediting the front page itself »%s', 'wordpress-seo' ), '', ' ' );
+ echo '
';
+ if ( get_option( 'page_for_posts' ) > 0 ) {
+ echo '', sprintf( __( 'You can determine the title and description for the blog page by %sediting the blog page itself »%s', 'wordpress-seo' ), '', ' ' ), '
';
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/other.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/other.php
new file mode 100644
index 0000000..76abe5c
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/other.php
@@ -0,0 +1,23 @@
+', esc_html__( 'Sitewide meta settings', 'wordpress-seo' ), '';
+
+$yform->toggle_switch( 'noindex-subpages-wpseo', $index_switch_values, __( 'Subpages of archives', 'wordpress-seo' ) );
+echo '', __( 'If you want to prevent /page/2/ and further of any archive to show up in the search results, set this to "noindex".', 'wordpress-seo' ), '
';
+
+$yform->light_switch( 'usemetakeywords', __( 'Use meta keywords tag?', 'wordpress-seo' ) );
+echo '', __( 'I don\'t know why you\'d want to use meta keywords, but if you want to, enable this.', 'wordpress-seo' ), '
';
+
+/* translators: %s expands to noodp
*/
+$yform->light_switch( 'noodp', sprintf( __( 'Force %s meta robots tag sitewide', 'wordpress-seo' ), 'noodp
' ) );
+/* translators: %s expands to noodp
*/
+echo '', sprintf( __( 'Prevents search engines from using the DMOZ description in the search results for all pages on this site. Note: If you set a custom description for a page or post, it will have the %s tag regardless of this setting.', 'wordpress-seo' ), 'noodp
' ), '
';
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php
new file mode 100644
index 0000000..76aa46f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php
@@ -0,0 +1,80 @@
+ true ), 'objects' );
+$index_switch_values = array(
+ 'off' => 'index
',
+ 'on' => 'noindex
',
+);
+
+if ( is_array( $post_types ) && $post_types !== array() ) {
+ foreach ( $post_types as $post_type ) {
+ $name = $post_type->name;
+ echo "';
+ /**
+ * Allow adding a custom checkboxes to the admin meta page - Post Types tab
+ *
+ * @api WPSEO_Admin_Pages $yform The WPSEO_Admin_Pages object
+ * @api String $name The post type name
+ */
+ do_action( 'wpseo_admin_page_meta_post_types', $yform, $name );
+ echo ' ';
+ }
+ unset( $post_type );
+}
+unset( $post_types );
+
+$post_types = get_post_types( array( '_builtin' => false, 'has_archive' => true ), 'objects' );
+if ( is_array( $post_types ) && $post_types !== array() ) {
+ echo '' . esc_html__( 'Custom Post Type Archives', 'wordpress-seo' ) . ' ';
+ echo '' . __( 'Note: instead of templates these are the actual titles and meta descriptions for these custom post type archive pages.', 'wordpress-seo' ) . '
';
+ foreach ( $post_types as $post_type ) {
+ $name = $post_type->name;
+ echo '' . esc_html( ucfirst( $post_type->labels->name ) ) . ' ';
+ $yform->textinput( 'title-ptarchive-' . $name, __( 'Title', 'wordpress-seo' ), 'template posttype-template' );
+ $yform->textarea( 'metadesc-ptarchive-' . $name, __( 'Meta description', 'wordpress-seo' ), array( 'class' => 'template posttype-template' ) );
+ if ( $options['usemetakeywords'] === true ) {
+ $yform->textinput( 'metakey-ptarchive-' . $name, __( 'Meta keywords', 'wordpress-seo' ) );
+ }
+ if ( $options['breadcrumbs-enable'] === true ) {
+ $yform->textinput( 'bctitle-ptarchive-' . $name, __( 'Breadcrumbs title', 'wordpress-seo' ) );
+ }
+ $yform->toggle_switch( 'noindex-ptarchive-' . $name, $index_switch_values, __( 'Meta Robots', 'wordpress-seo' ) );
+
+ echo ' ';
+ }
+ unset( $post_type );
+}
+unset( $post_types );
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php
new file mode 100644
index 0000000..2c4f3c3
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php
@@ -0,0 +1,57 @@
+ true ), 'objects' );
+if ( is_array( $taxonomies ) && $taxonomies !== array() ) {
+ foreach ( $taxonomies as $tax ) {
+ // Explicitly hide all the core taxonomies we never want to do stuff for.
+ if ( in_array( $tax->name, array( 'link_category', 'nav_menu' ) ) ) {
+ continue;
+ }
+
+ echo '' . esc_html( ucfirst( $tax->labels->name ) ) . ' ';
+ if ( $tax->name === 'post_format' ) {
+ $yform->light_switch(
+ 'disable-post_format',
+ __( 'Format-based archives', 'wordpress-seo' ),
+ array( __( 'Enabled', 'wordpress-seo' ), __( 'Disabled', 'wordpress-seo' ) ),
+ false
+ );
+ }
+ echo "";
+ $yform->textinput( 'title-tax-' . $tax->name, __( 'Title template', 'wordpress-seo' ), 'template taxonomy-template' );
+ $yform->textarea( 'metadesc-tax-' . $tax->name, __( 'Meta description template', 'wordpress-seo' ), array( 'class' => 'template taxonomy-template' ) );
+ if ( $options['usemetakeywords'] === true ) {
+ $yform->textinput( 'metakey-tax-' . $tax->name, __( 'Meta keywords template', 'wordpress-seo' ) );
+ }
+ $yform->toggle_switch( 'noindex-tax-' . $tax->name, $index_switch_values, __( 'Meta Robots', 'wordpress-seo' ) );
+ if ( $tax->name !== 'post_format' ) {
+ /* translators: %1$s expands to Yoast SEO */
+ $yform->toggle_switch( 'hideeditbox-tax-' . $tax->name,
+ array(
+ 'off' => __( 'Show', 'wordpress-seo' ),
+ 'on' => __( 'Hide', 'wordpress-seo' ),
+ /* translators: %1$s expands to Yoast SEO */
+ ), sprintf( __( '%1$s Meta Box', 'wordpress-seo' ), 'Yoast SEO' ) );
+ }
+ /**
+ * Allow adding custom checkboxes to the admin meta page - Taxonomies tab
+ *
+ * @api WPSEO_Admin_Pages $yform The WPSEO_Admin_Pages object
+ * @api Object $tax The taxonomy
+ */
+ do_action( 'wpseo_admin_page_meta_taxonomies', $yform, $tax );
+ echo ' ';
+ echo '
';
+ }
+ unset( $tax );
+}
+unset( $taxonomies );
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/exclude-post.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/exclude-post.php
new file mode 100644
index 0000000..857c626
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/exclude-post.php
@@ -0,0 +1,16 @@
+' . esc_html__( 'Excluded posts settings', 'wordpress-seo' ) . '';
+
+/* Translators: %1$s: expands to '1,2,99,100
' */
+echo '', sprintf( __( 'You can exclude posts from the sitemap by entering a comma separated string with the Post ID\'s. The format will become something like: %1$s.', 'wordpress-seo' ), '1,2,99,100
' ), '
';
+$yform->textinput( 'excluded-posts', __( 'Posts to exclude', 'wordpress-seo' ) );
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/general.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/general.php
new file mode 100644
index 0000000..0ed33b7
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/general.php
@@ -0,0 +1,38 @@
+' . esc_html__( 'Your XML Sitemap', 'wordpress-seo' ) . '';
+
+if ( $options['enablexmlsitemap'] === true ) {
+ echo '';
+ /* translators: %1$s opening tag of the link to the Sitemap, %2$s closing tag for the link. */
+ printf(
+ esc_html__( 'You can find your XML Sitemap here: %1$sXML Sitemap%2$s', 'wordpress-seo' ),
+ '',
+ ' '
+ );
+ echo ' ';
+ echo ' ';
+ _e( 'You do not need to generate the XML sitemap, nor will it take up time to generate after publishing a post.', 'wordpress-seo' );
+ echo '
';
+}
+else {
+ echo '', __( 'Save your settings to activate your XML Sitemap.', 'wordpress-seo' ), '
';
+}
+
+echo '' . esc_html__( 'Entries per sitemap page', 'wordpress-seo' ) . ' ';
+?>
+
+
+
+
+textinput( 'entries-per-page', __( 'Max entries per sitemap', 'wordpress-seo' ) );
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/post-types.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/post-types.php
new file mode 100644
index 0000000..bfc611a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/post-types.php
@@ -0,0 +1,40 @@
+' . esc_html__( 'Post types sitemap settings', 'wordpress-seo' ) . '';
+
+$switch_values = array(
+ 'off' => __( 'In sitemap', 'wordpress-seo' ),
+ 'on' => __( 'Not in sitemap', 'wordpress-seo' ),
+);
+
+/**
+ * Filter the post types to present in interface for exclusion.
+ *
+ * @param array $post_types Array of post type objects.
+ */
+$post_types = apply_filters( 'wpseo_sitemaps_supported_post_types', get_post_types( array( 'public' => true ), 'objects' ) );
+if ( is_array( $post_types ) && $post_types !== array() ) {
+ foreach ( $post_types as $pt ) {
+ $yform->toggle_switch(
+ 'post_types-' . $pt->name . '-not_in_sitemap',
+ $switch_values,
+ $pt->labels->name . ' (' . $pt->name . '
)'
+ );
+ /**
+ * Allow adding custom checkboxes to the admin sitemap page - Post Types tab
+ *
+ * @api Yoast_Form $yform The Yoast_Form object
+ * @api Object $pt The post type
+ */
+ do_action( 'wpseo_admin_page_sitemap_post_types', $yform, $pt );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/taxonomies.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/taxonomies.php
new file mode 100644
index 0000000..8068c7b
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/taxonomies.php
@@ -0,0 +1,41 @@
+' . esc_html__( 'Taxonomies sitemap settings', 'wordpress-seo' ) . '';
+
+/**
+ * Filter the taxonomies to present in interface for exclusion.
+ *
+ * @param array $taxonomies Array of taxonomy objects.
+ */
+$taxonomies = apply_filters( 'wpseo_sitemaps_supported_taxonomies', get_taxonomies( array( 'public' => true ), 'objects' ) );
+if ( is_array( $taxonomies ) && $taxonomies !== array() ) {
+ foreach ( $taxonomies as $tax ) {
+ // Explicitly hide all the core taxonomies we never want in our sitemap.
+ if ( in_array( $tax->name, array( 'link_category', 'nav_menu' ) ) ) {
+ continue;
+ }
+
+ $title_options = WPSEO_Options::get_option( 'wpseo_titles' );
+
+ if ( 'post_format' === $tax->name && ! empty( $title_options['disable-post_format'] ) ) {
+ continue;
+ }
+
+ if ( isset( $tax->labels->name ) && trim( $tax->labels->name ) != '' ) {
+ $yform->toggle_switch(
+ 'taxonomies-' . $tax->name . '-not_in_sitemap',
+ $switch_values,
+ $tax->labels->name . ' (' . $tax->name . '
)'
+ );
+ }
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/user-sitemap.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/user-sitemap.php
new file mode 100644
index 0000000..cf718a4
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/user-sitemap.php
@@ -0,0 +1,41 @@
+' . esc_html__( 'User sitemap settings', 'wordpress-seo' ) . '';
+
+$yform->toggle_switch(
+ 'disable_author_sitemap',
+ array( 'off' => __( 'Enabled', 'wordpress-seo' ), 'on' => __( 'Disabled', 'wordpress-seo' ) ),
+ __( 'Author / user sitemap', 'wordpress-seo' )
+);
+
+printf( '%s
', __( 'The user sitemap contains the author archive URLs for every user on your site.', 'wordpress-seo' ) );
+
+echo '';
+
+$switch_values = array(
+ 'off' => __( 'In sitemap', 'wordpress-seo' ),
+ 'on' => __( 'Not in sitemap', 'wordpress-seo' ),
+);
+$yform->toggle_switch( 'disable_author_noposts', $switch_values, __( 'Users without posts', 'wordpress-seo' ) );
+
+printf( '
%s
', __( 'You can choose to not include users without posts.', 'wordpress-seo' ) );
+
+$roles = WPSEO_Utils::get_roles();
+unset( $roles['subscriber'] );
+if ( is_array( $roles ) && $roles !== array() ) {
+ echo '
' . esc_html__( 'Filter specific user roles', 'wordpress-seo' ) . ' ';
+ foreach ( $roles as $role_key => $role_name ) {
+ $yform->toggle_switch( 'user_role-' . $role_key . '-not_in_sitemap', $switch_values, $role_name );
+ }
+}
+
+echo '
';
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php
new file mode 100644
index 0000000..728dfc5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php
@@ -0,0 +1,27 @@
+' . esc_html__( 'Your social profiles', 'wordpress-seo' ) . '';
+
+echo '';
+_e( 'To let search engines know which social profiles are associated to this site, enter them below:', 'wordpress-seo' );
+echo '
';
+
+$yform->textinput( 'facebook_site', __( 'Facebook Page URL', 'wordpress-seo' ) );
+$yform->textinput( 'twitter_site', __( 'Twitter Username', 'wordpress-seo' ) );
+$yform->textinput( 'instagram_url', __( 'Instagram URL', 'wordpress-seo' ) );
+$yform->textinput( 'linkedin_url', __( 'LinkedIn URL', 'wordpress-seo' ) );
+$yform->textinput( 'myspace_url', __( 'MySpace URL', 'wordpress-seo' ) );
+$yform->textinput( 'pinterest_url', __( 'Pinterest URL', 'wordpress-seo' ) );
+$yform->textinput( 'youtube_url', __( 'YouTube URL', 'wordpress-seo' ) );
+$yform->textinput( 'google_plus_url', __( 'Google+ URL', 'wordpress-seo' ) );
+
+do_action( 'wpseo_admin_other_section' );
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php
new file mode 100644
index 0000000..7fbbe61
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php
@@ -0,0 +1,54 @@
+' . esc_html__( 'Facebook settings', 'wordpress-seo' ) . '';
+
+$yform->light_switch( 'opengraph', __( 'Add Open Graph meta data', 'wordpress-seo' ) );
+
+?>
+
+ <head> */
+ printf( __( 'Add Open Graph meta data to your site\'s %s section, Facebook and other social networks use this data when your pages are shared.', 'wordpress-seo' ), '<head>
' );
+ ?>
+
+
+' . esc_html__( 'Frontpage settings', 'wordpress-seo' ) . '';
+ echo '' . esc_html__( 'These are the title, description and image used in the Open Graph meta tags on the front page of your site.', 'wordpress-seo' ) . '
';
+
+ $yform->media_input( 'og_frontpage_image', __( 'Image URL', 'wordpress-seo' ) );
+ $yform->textinput( 'og_frontpage_title', __( 'Title', 'wordpress-seo' ) );
+ $yform->textinput( 'og_frontpage_desc', __( 'Description', 'wordpress-seo' ) );
+
+ // Offer copying of meta description.
+ $meta_options = get_option( 'wpseo_titles' );
+ echo ' ';
+ echo '', esc_html__( 'Copy home meta description', 'wordpress-seo' ), '
';
+
+}
+
+echo '' . esc_html__( 'Default settings', 'wordpress-seo' ) . ' ';
+
+$yform->media_input( 'og_default_image', __( 'Image URL', 'wordpress-seo' ) );
+
+?>
+
+
+
+
+show_form();
+
+do_action( 'wpseo_admin_opengraph_section' );
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/social/google.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/social/google.php
new file mode 100644
index 0000000..9008b87
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/social/google.php
@@ -0,0 +1,18 @@
+' . esc_html__( 'Google+ settings', 'wordpress-seo' ) . '';
+
+printf( '%s
', __( 'If you have a Google+ page for your business, add that URL here and link it on your Google+ page\'s about page.', 'wordpress-seo' ) );
+
+$yform->textinput( 'plus-publisher', __( 'Google Publisher Page', 'wordpress-seo' ) );
+
+do_action( 'wpseo_admin_googleplus_section' );
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php
new file mode 100644
index 0000000..b9cace3
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php
@@ -0,0 +1,23 @@
+' . esc_html__( 'Pinterest settings', 'wordpress-seo' ) . '';
+
+printf( '%s
', __( 'Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.', 'wordpress-seo' ) );
+printf( '%s
', __( 'If you have already confirmed your website with Pinterest, you can skip the step below.', 'wordpress-seo' ) );
+
+/* translators: %1$s / %2$s expands to a link to pinterest.com's help page. */
+$p = sprintf( __( 'To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:', 'wordpress-seo' ), '', ' ' );
+printf( '%s
', $p );
+
+$yform->textinput( 'pinterestverify', __( 'Pinterest confirmation', 'wordpress-seo' ) );
+
+do_action( 'wpseo_admin_pinterest_section' );
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php
new file mode 100644
index 0000000..9bc06bb
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php
@@ -0,0 +1,24 @@
+' . esc_html__( 'Twitter settings', 'wordpress-seo' ) . '';
+
+$yform->light_switch( 'twitter', __( 'Add Twitter card meta data', 'wordpress-seo' ) );
+
+/* translators: %s expands to <head>
*/
+$p = sprintf( __( 'Add Twitter card meta data to your site\'s %s section.', 'wordpress-seo' ), '<head>
' );
+printf( '%s
', $p );
+
+echo ' ';
+
+$yform->select( 'twitter_card_type', __( 'The default card type to use', 'wordpress-seo' ), WPSEO_Option_Social::$twitter_card_types );
+
+do_action( 'wpseo_admin_twitter_section' );
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php
new file mode 100644
index 0000000..403e810
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php
@@ -0,0 +1,36 @@
+
+
+
+', '' ); ?>
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php
new file mode 100644
index 0000000..a9e15c3
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php
@@ -0,0 +1,26 @@
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php b/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php
new file mode 100644
index 0000000..d4bff8d
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php
@@ -0,0 +1,26 @@
+
+settings.zip and clicking "Import settings"', 'wordpress-seo' ); ?>
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php b/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php
new file mode 100644
index 0000000..77a90c9
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php
@@ -0,0 +1,81 @@
+set_screen_reader_content( array(
+ 'heading_views' => __( 'Filter posts list' ),
+ 'heading_pagination' => __( 'Posts list navigation' ),
+ 'heading_list' => __( 'Posts list' ),
+) );
+
+// If type is empty, fill it with value of first tab (title).
+$_GET['type'] = ( ! empty( $_GET['type'] ) ) ? $_GET['type'] : 'title';
+
+if ( ! empty( $_REQUEST['_wp_http_referer'] ) ) {
+ wp_redirect( remove_query_arg( array( '_wp_http_referer', '_wpnonce' ), stripslashes( $_SERVER['REQUEST_URI'] ) ) );
+ exit;
+}
+
+/**
+ * Outputs a help center.
+ *
+ * @param string $id The id for the tab.
+ */
+function render_help_center( $id ) {
+ $helpcenter_tab = new WPSEO_Option_Tab( 'bulk-' . $id, 'Bulk editor',
+ array( 'video_url' => 'https://yoa.st/screencast-tools-bulk-editor' ) );
+
+ $helpcenter = new WPSEO_Help_Center( 'bulk-editor' . $id, $helpcenter_tab );
+ $helpcenter->output_help_center();
+}
+
+/**
+ * Renders a bulk editor tab.
+ *
+ * @param WPSEO_Bulk_List_Table $table The table to render.
+ * @param string $id The id for the tab.
+ */
+function get_rendered_tab( $table, $id ) {
+ ?>
+
+ show_page();
+ ?>
+
+
+
+
+
+
+
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php b/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php
new file mode 100644
index 0000000..18c9731
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php
@@ -0,0 +1,150 @@
+', esc_html( $msg ), '
';
+}
+
+if ( is_multisite() ) {
+ $action_url = network_admin_url( 'admin.php?page=wpseo_files' );
+}
+else {
+ $action_url = admin_url( 'admin.php?page=wpseo_tools&tool=file-editor' );
+}
+
+echo ' ';
+$helpcenter_tab = new WPSEO_Option_Tab( 'bulk-editor', 'Bulk editor',
+ array( 'video_url' => 'https://yoa.st/screencast-tools-file-editor' ) );
+
+$helpcenter = new WPSEO_Help_Center( 'bulk-editor', $helpcenter_tab );
+$helpcenter->output_help_center();
+
+echo '', __( 'Robots.txt', 'wordpress-seo' ), ' ';
+
+
+if ( ! file_exists( $robots_file ) ) {
+ if ( is_writable( get_home_path() ) ) {
+ echo '';
+ }
+ else {
+ echo '', __( 'If you had a robots.txt file and it was editable, you could edit it from here.', 'wordpress-seo' ), '
';
+ }
+}
+else {
+ $f = fopen( $robots_file, 'r' );
+
+ $content = '';
+ if ( filesize( $robots_file ) > 0 ) {
+ $content = fread( $f, filesize( $robots_file ) );
+ }
+ $robots_txt_content = esc_textarea( $content );
+
+ if ( ! is_writable( $robots_file ) ) {
+ echo '', __( 'If your robots.txt were writable, you could edit it from here.', 'wordpress-seo' ), '
';
+ echo ' ';
+ }
+ else {
+ echo '';
+ }
+}
+if ( ( isset( $_SERVER['SERVER_SOFTWARE'] ) && stristr( $_SERVER['SERVER_SOFTWARE'], 'nginx' ) === false ) ) {
+
+ echo '', __( '.htaccess file', 'wordpress-seo' ), ' ';
+
+ if ( file_exists( $ht_access_file ) ) {
+ $f = fopen( $ht_access_file, 'r' );
+
+ $contentht = '';
+ if ( filesize( $ht_access_file ) > 0 ) {
+ $contentht = fread( $f, filesize( $ht_access_file ) );
+ }
+ $contentht = esc_textarea( $contentht );
+
+ if ( ! is_writable( $ht_access_file ) ) {
+ echo '', __( 'If your .htaccess were writable, you could edit it from here.', 'wordpress-seo' ), '
';
+ echo '', $contentht, ' ';
+ }
+ else {
+ echo '';
+ wp_nonce_field( 'wpseo-htaccess', '_wpnonce', true, true );
+ echo '', __( 'Edit the content of your .htaccess:', 'wordpress-seo' ), '
';
+ echo '', $contentht, ' ';
+ echo '
';
+ echo ' ';
+ }
+ }
+ else {
+ echo '', __( 'If you had a .htaccess file and it was editable, you could edit it from here.', 'wordpress-seo' ), '
';
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php b/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php
new file mode 100644
index 0000000..5356fcb
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php
@@ -0,0 +1,135 @@
+import_headspace();
+ }
+
+ if ( ! empty( $post_wpseo['importwpseo'] ) || filter_input( INPUT_GET, 'importwpseo' ) ) {
+ $import = new WPSEO_Import_WPSEO( $replace );
+ }
+}
+
+if ( isset( $_FILES['settings_import_file'] ) ) {
+ check_admin_referer( 'wpseo-import-file' );
+
+ $import = new WPSEO_Import();
+}
+
+/**
+ * Allow custom import actions.
+ *
+ * @api bool|object $import Contains info about the handled import
+ */
+$import = apply_filters( 'wpseo_handle_import', $import );
+
+if ( $import ) {
+ /**
+ * Allow customization of import&export message
+ *
+ * @api string $msg The message.
+ */
+ $msg = apply_filters( 'wpseo_import_message', isset( $import->msg ) ? $import->msg : '' );
+
+ if ( $msg != '' ) {
+ // Check if we've deleted old data and adjust message to match it.
+ if ( $replace ) {
+ $msg .= ' ' . __( 'The old data of the imported plugin was deleted successfully.', 'wordpress-seo' );
+ }
+
+ $status = ( $import->success ) ? 'updated' : 'error';
+
+ echo '';
+ }
+}
+
+$tabs = array(
+ 'wpseo-import' => array(
+ 'label' => __( 'Import settings', 'wordpress-seo' ),
+ 'screencast_video_url' => 'https://yoa.st/screencast-tools-import-export',
+ ),
+ 'wpseo-export' => array(
+ 'label' => __( 'Export settings', 'wordpress-seo' ),
+ 'screencast_video_url' => 'https://yoa.st/screencast-tools-import-export',
+ ),
+ 'import-seo' => array(
+ 'label' => __( 'Import from other SEO plugins', 'wordpress-seo' ),
+ 'screencast_video_url' => 'https://yoa.st/screencast-tools-import-export',
+ ),
+);
+
+?>
+
+
+
+ $tab ) : ?>
+
+
+
+
+
+
+ $tab ) {
+
+ printf( '', $identifier );
+
+ if ( ! empty( $tab['screencast_video_url'] ) ) {
+ $tab_video_url = $tab['screencast_video_url'];
+
+ $helpcenter_tab = new WPSEO_Option_Tab( $identifier, $tab['label'],
+ array( 'video_url' => $tab['screencast_video_url'] ) );
+
+ $helpcenter = new WPSEO_Help_Center( $identifier, $helpcenter_tab );
+ $helpcenter->output_help_center();
+ }
+
+ require_once WPSEO_PATH . 'admin/views/tabs/tool/' . $identifier . '.php';
+
+ echo '
';
+}
+
+/**
+ * Allow adding a custom import tab
+ */
+do_action( 'wpseo_import_tab_content' );
diff --git a/wp-content/plugins/wordpress-seo/admin/views/user-profile.php b/wp-content/plugins/wordpress-seo/admin/views/user-profile.php
new file mode 100644
index 0000000..5ef1258
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/admin/views/user-profile.php
@@ -0,0 +1,90 @@
+
+
+
+
+
diff --git a/wp-content/plugins/wordpress-seo/css/admin-global-370.min.css b/wp-content/plugins/wordpress-seo/css/admin-global-370.min.css
new file mode 100644
index 0000000..dc211ba
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/admin-global-370.min.css
@@ -0,0 +1 @@
+.wpseo-premium-indicator{display:inline-block;width:1px;height:1px}#adminmenu .wpseo-premium-indicator{margin:-2px 0 -3px 2px;color:inherit}.wpseo-premium-indicator svg{display:none;width:auto;height:100%}#TB_window .wpseo_content_wrapper p{font-size:14px;font-style:normal}#TB_window .wpseo_content_wrapper label{margin:0 10px 0 0;font-size:14px;font-weight:700}.wpseo-premium-popup-title{margin:1em 0;font-size:1.3em}.wpseo-premium-popup-icon{margin:10px}.edit-tags-php .column-description img{max-width:100%;height:auto}.select2-search__field{margin:0}.select2-results__option,.select2-search--inline,.select2-selection__choice{margin-bottom:0}.select2-container .select2-search--inline .select2-search__field{margin-top:6px!important;line-height:inherit}.yoast-label-strong{font-weight:600}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/admin-global-370.min.rapido.css b/wp-content/plugins/wordpress-seo/css/admin-global-370.min.rapido.css
new file mode 100644
index 0000000..108ea85
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/admin-global-370.min.rapido.css
@@ -0,0 +1 @@
+.wpseo-premium-indicator{display:inline-block;width:1px;height:1px}#adminmenu .wpseo-premium-indicator{margin:-2px 0 -3px 2px;color:inherit}.wpseo-premium-indicator svg{display:none;width:auto;height:100%}#TB_window .wpseo_content_wrapper p{font-size:14px;font-style:normal}#TB_window .wpseo_content_wrapper label{margin:0 10px 0 0;font-size:14px;font-weight:700}.wpseo-premium-popup-title{margin:1em 0;font-size:1.3em}.wpseo-premium-popup-icon{margin:10px}.edit-tags-php .column-description img{max-width:100%;height:auto}.select2-search__field{margin:0}.select2-results__option,.select2-search--inline,.select2-selection__choice{margin-bottom:0}.select2-container .select2-search--inline .select2-search__field{margin-top:6px !important;line-height:inherit}.yoast-label-strong{font-weight:600}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/adminbar-340.min.css b/wp-content/plugins/wordpress-seo/css/adminbar-340.min.css
new file mode 100644
index 0000000..4b1017a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/adminbar-340.min.css
@@ -0,0 +1 @@
+.wpseo-score-icon{display:inline-block!important;float:left;width:12px!important;height:12px!important;border-radius:50%!important;background-color:#999}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#999}.wpseo-score-icon.noindex{background-color:#1e8cbe}.adminbar-seo-score{margin:10px 10px 0 4px!important}#wpadminbar .yoast-issue-added,#wpadminbar .yoast-issue-added:hover{position:absolute;top:32px;left:0;min-width:300px;padding:2px 8px;border-radius:0 10px 10px;color:#fff;background-color:#a4286a;box-shadow:1px 1px 1px 1px grey}#wpadminbar .yoast-issue-added{display:none}#wpadminbar .yoast-issue-counter{display:inline;padding:1px 7px 1px 6px!important;border-radius:50%;color:#fff}.yoast-issue-counter{background-color:#d54e21}#wpadminbar .yoast-logo.svg{float:left;width:26px;height:30px;background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6IzgyODc4YyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnPjxnPjxnPjxnPjxwYXRoIGQ9Ik0yMDMuNiwzOTVjNi44LTE3LjQsNi44LTM2LjYsMC01NGwtNzkuNC0yMDRoNzAuOWw0Ny43LDE0OS40bDc0LjgtMjA3LjZIMTE2LjRjLTQxLjgsMC03NiwzNC4yLTc2LDc2VjM1N2MwLDQxLjgsMzQuMiw3Niw3Niw3NkgxNzNDMTg5LDQyNC4xLDE5Ny42LDQxMC4zLDIwMy42LDM5NXoiLz48L2c+PGc+PHBhdGggZD0iTTQ3MS42LDE1NC44YzAtNDEuOC0zNC4yLTc2LTc2LTc2aC0zTDI4NS43LDM2NWMtOS42LDI2LjctMTkuNCw0OS4zLTMwLjMsNjhoMjE2LjJWMTU0Ljh6Ii8+PC9nPjwvZz48cGF0aCBzdHJva2Utd2lkdGg9IjIuOTc0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0zMzgsMS4zbC05My4zLDI1OS4xbC00Mi4xLTEzMS45aC04OS4xbDgzLjgsMjE1LjJjNiwxNS41LDYsMzIuNSwwLDQ4Yy03LjQsMTktMTksMzcuMy01Myw0MS45bC03LjIsMXY3Nmg4LjNjODEuNywwLDExOC45LTU3LjIsMTQ5LjYtMTQyLjlMNDMxLjYsMS4zSDMzOHogTTI3OS40LDM2MmMtMzIuOSw5Mi02Ny42LDEyOC43LTEyNS43LDEzMS44di00NWMzNy41LTcuNSw1MS4zLTMxLDU5LjEtNTEuMWM3LjUtMTkuMyw3LjUtNDAuNywwLTYwbC03NS0xOTIuN2g1Mi44bDUzLjMsMTY2LjhsMTA1LjktMjk0aDU4LjFMMjc5LjQsMzYyeiIvPjwvZz48L2c+PC9zdmc+);background-repeat:no-repeat;background-position:0 6px;background-size:20px}#wpadminbar #wp-admin-bar-wpseo-licenses .ab-item{color:#f18500}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/adminbar-340.min.rapido.css b/wp-content/plugins/wordpress-seo/css/adminbar-340.min.rapido.css
new file mode 100644
index 0000000..d2320bf
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/adminbar-340.min.rapido.css
@@ -0,0 +1 @@
+.wpseo-score-icon{display:inline-block !important;float:left;width:12px !important;height:12px !important;border-radius:50% !important;background-color:#999}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#999}.wpseo-score-icon.noindex{background-color:#1e8cbe}.adminbar-seo-score{margin:10px 10px 0 4px !important}#wpadminbar .yoast-issue-added,#wpadminbar .yoast-issue-added:hover{position:absolute;top:32px;left:0;min-width:300px;padding:2px 8px;border-radius:0 10px 10px;color:#fff;background-color:#a4286a;box-shadow:1px 1px 1px 1px grey}#wpadminbar .yoast-issue-added{display:none}#wpadminbar .yoast-issue-counter{display:inline;padding:1px 7px 1px 6px !important;border-radius:50%;color:#fff}.yoast-issue-counter{background-color:#d54e21}#wpadminbar .yoast-logo.svg{float:left;width:26px;height:30px;background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6IzgyODc4YyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnPjxnPjxnPjxnPjxwYXRoIGQ9Ik0yMDMuNiwzOTVjNi44LTE3LjQsNi44LTM2LjYsMC01NGwtNzkuNC0yMDRoNzAuOWw0Ny43LDE0OS40bDc0LjgtMjA3LjZIMTE2LjRjLTQxLjgsMC03NiwzNC4yLTc2LDc2VjM1N2MwLDQxLjgsMzQuMiw3Niw3Niw3NkgxNzNDMTg5LDQyNC4xLDE5Ny42LDQxMC4zLDIwMy42LDM5NXoiLz48L2c+PGc+PHBhdGggZD0iTTQ3MS42LDE1NC44YzAtNDEuOC0zNC4yLTc2LTc2LTc2aC0zTDI4NS43LDM2NWMtOS42LDI2LjctMTkuNCw0OS4zLTMwLjMsNjhoMjE2LjJWMTU0Ljh6Ii8+PC9nPjwvZz48cGF0aCBzdHJva2Utd2lkdGg9IjIuOTc0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0zMzgsMS4zbC05My4zLDI1OS4xbC00Mi4xLTEzMS45aC04OS4xbDgzLjgsMjE1LjJjNiwxNS41LDYsMzIuNSwwLDQ4Yy03LjQsMTktMTksMzcuMy01Myw0MS45bC03LjIsMXY3Nmg4LjNjODEuNywwLDExOC45LTU3LjIsMTQ5LjYtMTQyLjlMNDMxLjYsMS4zSDMzOHogTTI3OS40LDM2MmMtMzIuOSw5Mi02Ny42LDEyOC43LTEyNS43LDEzMS44di00NWMzNy41LTcuNSw1MS4zLTMxLDU5LjEtNTEuMWM3LjUtMTkuMyw3LjUtNDAuNywwLTYwbC03NS0xOTIuN2g1Mi44bDUzLjMsMTY2LjhsMTA1LjktMjk0aDU4LjFMMjc5LjQsMzYyeiIvPjwvZz48L2c+PC9zdmc+);background-repeat:no-repeat;background-position:0 6px;background-size:20px}#wpadminbar #wp-admin-bar-wpseo-licenses .ab-item{color:#f18500}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/alerts-340.min.css b/wp-content/plugins/wordpress-seo/css/alerts-340.min.css
new file mode 100644
index 0000000..7d0d641
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/alerts-340.min.css
@@ -0,0 +1 @@
+.yoast-alert{padding:0 12px;border-left:4px solid #fff;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.yoast-alerts .yoast-alert-holder{margin-bottom:.8em}.yoast-alerts .yoast-alert{width:100%}.yoast-container__alert .yoast-alert{border-left-color:#dc3232}#yoast-alerts-dismissed .yoast-alert{border-left-color:#d93f69}.yoast-container__warning .yoast-alert{border-left-color:#5d237a}#yoast-warnings-dismissed .yoast-alert{border-left-color:#0075b3}.yoast-container{position:relative;max-width:1280px;margin-bottom:2em;padding:20px 20px 0;border:1px solid #bbb;background-color:#f1f1f1;box-shadow:0 2px 8px rgba(0,0,0,.1)}.yoast-alerts>h2:first-child{margin-bottom:1em}.yoast-alerts .yoast-container h3{margin:-20px -20px 0;padding:1em;border-bottom:1px solid #ccc;background-color:#dfdfdf;text-shadow:1px 1px 0 #eee;font-size:1.6em}h3 .dashicons-warning{color:#dc3232}.yoast-container .container{max-width:980px}.yoast-container .yoast-alert-holder{display:-ms-flexbox;display:flex}.dismiss .dashicons,.restore .dashicons{width:24px;height:24px;font-size:24px}.yoast-bottom-spacing{margin-bottom:20px}.yoast-alerts .button.dismiss,.yoast-alerts .button.restore{width:40px;height:40px;line-height:inherit;-ms-flex:0 0 40px;flex:0 0 40px}.yoast-alerts .button.dismiss:focus,.yoast-alerts .button.dismiss:hover,.yoast-alerts .button.restore:focus,.yoast-alerts .button.restore:hover{background:0 0}.yoast-container .separator{margin-top:1em;margin-bottom:1em;border-top:1px solid #ddd}.yoast-container .dashicons-yes{color:#77b227}.yoast-container__warning .dashicons-flag{color:#5d237a}.yoast-container-disabled{display:table-cell;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:4px;background-color:rgba(232,232,232,.7)}.yoast-no-issues{padding:1em 1em 1em 16px;color:#666}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/alerts-340.min.rapido.css b/wp-content/plugins/wordpress-seo/css/alerts-340.min.rapido.css
new file mode 100644
index 0000000..ea18af4
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/alerts-340.min.rapido.css
@@ -0,0 +1 @@
+.yoast-alert{padding:0 12px;border-left:4px solid #fff;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1)}.yoast-alerts .yoast-alert-holder{margin-bottom:.8em}.yoast-alerts .yoast-alert{width:100%}.yoast-container__alert .yoast-alert{border-left-color:#dc3232}#yoast-alerts-dismissed .yoast-alert{border-left-color:#d93f69}.yoast-container__warning .yoast-alert{border-left-color:#5d237a}#yoast-warnings-dismissed .yoast-alert{border-left-color:#0075b3}.yoast-container{position:relative;max-width:1280px;margin-bottom:2em;padding:20px 20px 0;border:1px solid #bbb;background-color:#f1f1f1;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.yoast-alerts>h2:first-child{margin-bottom:1em}.yoast-alerts .yoast-container h3{margin:-20px -20px 0;padding:1em;border-bottom:1px solid #ccc;background-color:#dfdfdf;text-shadow:1px 1px 0 #eee;font-size:1.6em}h3 .dashicons-warning{color:#dc3232}.yoast-container .container{max-width:980px}.yoast-container .yoast-alert-holder{display:-ms-flexbox;display:flex}.dismiss .dashicons,.restore .dashicons{width:24px;height:24px;font-size:24px}.yoast-bottom-spacing{margin-bottom:20px}.yoast-alerts .button.dismiss,.yoast-alerts .button.restore{width:40px;height:40px;line-height:inherit;-ms-flex:0 0 40px;flex:0 0 40px}.yoast-alerts .button.dismiss:focus,.yoast-alerts .button.dismiss:hover,.yoast-alerts .button.restore:focus,.yoast-alerts .button.restore:hover{background:0 0}.yoast-container .separator{margin-top:1em;margin-bottom:1em;border-top:1px solid #ddd}.yoast-container .dashicons-yes{color:#77b227}.yoast-container__warning .dashicons-flag{color:#5d237a}.yoast-container-disabled{display:table-cell;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:4px;background-color:rgba(232,232,232,0.7)}.yoast-no-issues{padding:1em 1em 1em 16px;color:#666}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dashboard-360.min.css b/wp-content/plugins/wordpress-seo/css/dashboard-360.min.css
new file mode 100644
index 0000000..f08dbda
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dashboard-360.min.css
@@ -0,0 +1 @@
+.wpseo-score-icon{display:inline-block;width:12px;height:12px;margin:3px 10px 0 3px;border-radius:50%;background:#888;vertical-align:top}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}#wpseo-dashboard-overview a{text-decoration:underline}#wpseo-dashboard-overview a.button{text-decoration:none}#wpseo-dashboard-overview th{font-weight:400;text-align:left}.wpseo-dashboard-overview-scores{display:table}.wpseo-dashboard-overview-scores li{display:table-row}.wpseo-dashboard-overview-post-count,.wpseo-dashboard-overview-post-score{display:table-cell;padding:2px 0}.wpseo-dashboard-overview-post-count{padding:0 0 0 10px;text-align:right}#wpseo-dashboard-overview .onpage{margin:5px 0 0;padding:10px 0 0;border-top:1px solid #eee}#wpseo-dashboard-overview .onpage .button.landing-page{border-color:#7b1e4f #6f1b47 #6f1b47;color:#fff;background:#a4286a;box-shadow:0 1px 0 #6f1b47}#wpseo-dashboard-overview .onpage .button.landing-page:focus,#wpseo-dashboard-overview .onpage .button.landing-page:hover{border-color:#6f1b47;background:#90235d}#wpseo-dashboard-overview .onpage .button.landing-page:focus{box-shadow:0 1px 0 #7b1e4f,0 0 2px 1px #a35685}#wpseo-dashboard-overview .onpage .button.landing-page:active{border-color:#6f1b47;background:#7b1e4f;box-shadow:inset 0 2px 0 #6f1b47;vertical-align:top}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/admin-global-370-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/admin-global-370-rtl.css
new file mode 100644
index 0000000..ca5bfb8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/admin-global-370-rtl.css
@@ -0,0 +1,61 @@
+.wpseo-premium-indicator {
+ display: inline-block;
+ width: 1px;
+ height: 1px;
+}
+
+#adminmenu .wpseo-premium-indicator {
+ margin: -2px 2px -3px 0;
+ color: inherit;
+}
+
+.wpseo-premium-indicator svg {
+ display: none;
+ width: auto;
+ height: 100%;
+}
+
+#TB_window .wpseo_content_wrapper p {
+ font-size: 14px;
+ font-style: normal;
+}
+
+#TB_window .wpseo_content_wrapper label {
+ margin: 0 0 0 10px;
+ font-size: 14px;
+ font-weight: bold;
+}
+
+.wpseo-premium-popup-title {
+ margin: 1em 0;
+ font-size: 1.3em;
+}
+
+.wpseo-premium-popup-icon {
+ margin: 10px;
+}
+
+.edit-tags-php .column-description img {
+ max-width: 100%;
+ height: auto;
+}
+
+/* Select2 specific fixes for WordPress */
+.select2-search__field {
+ margin: 0;
+}
+
+.select2-results__option,
+.select2-selection__choice,
+.select2-search--inline {
+ margin-bottom: 0;
+}
+
+.select2-container .select2-search--inline .select2-search__field {
+ margin-top: 6px !important;
+ line-height: inherit;
+}
+
+.yoast-label-strong {
+ font-weight: 600;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/admin-global-370-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/admin-global-370-rtl.min.css
new file mode 100644
index 0000000..b616834
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/admin-global-370-rtl.min.css
@@ -0,0 +1 @@
+.wpseo-premium-indicator{display:inline-block;width:1px;height:1px}#adminmenu .wpseo-premium-indicator{margin:-2px 2px -3px 0;color:inherit}.wpseo-premium-indicator svg{display:none;width:auto;height:100%}#TB_window .wpseo_content_wrapper p{font-size:14px;font-style:normal}#TB_window .wpseo_content_wrapper label{margin:0 0 0 10px;font-size:14px;font-weight:700}.wpseo-premium-popup-title{margin:1em 0;font-size:1.3em}.wpseo-premium-popup-icon{margin:10px}.edit-tags-php .column-description img{max-width:100%;height:auto}.select2-search__field{margin:0}.select2-results__option,.select2-search--inline,.select2-selection__choice{margin-bottom:0}.select2-container .select2-search--inline .select2-search__field{margin-top:6px!important;line-height:inherit}.yoast-label-strong{font-weight:600}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/adminbar-340-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/adminbar-340-rtl.css
new file mode 100644
index 0000000..2035a7a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/adminbar-340-rtl.css
@@ -0,0 +1,74 @@
+.wpseo-score-icon {
+ display: inline-block !important;
+ float: right;
+ width: 12px !important;
+ height: 12px !important;
+ border-radius: 50% !important;
+ background-color: #999;
+}
+
+.wpseo-score-icon.good {
+ background-color: #7ad03a;
+}
+
+.wpseo-score-icon.ok {
+ background-color: #ee7c1b;
+}
+
+.wpseo-score-icon.bad {
+ background-color: #dc3232;
+}
+
+.wpseo-score-icon.na {
+ background-color: #999;
+}
+
+.wpseo-score-icon.noindex {
+ background-color: #1e8cbe;
+}
+
+.adminbar-seo-score {
+ margin: 10px 4px 0 10px !important;
+}
+
+#wpadminbar .yoast-issue-added,
+#wpadminbar .yoast-issue-added:hover {
+ position: absolute;
+ top: 32px;
+ right: 0;
+ min-width: 300px;
+ padding: 2px 8px;
+ border-radius: 10px 0 10px 10px;
+ color: white;
+ background-color: #a4286a;
+ box-shadow: -1px 1px 1px 1px grey;
+}
+
+#wpadminbar .yoast-issue-added {
+ display: none;
+}
+
+#wpadminbar .yoast-issue-counter {
+ display: inline;
+ padding: 1px 6px 1px 7px !important;
+ border-radius: 50%;
+ color: white;
+}
+
+.yoast-issue-counter {
+ background-color: #d54e21;
+}
+
+#wpadminbar .yoast-logo.svg {
+ float: right;
+ width: 26px;
+ height: 30px;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6IzgyODc4YyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnPjxnPjxnPjxnPjxwYXRoIGQ9Ik0yMDMuNiwzOTVjNi44LTE3LjQsNi44LTM2LjYsMC01NGwtNzkuNC0yMDRoNzAuOWw0Ny43LDE0OS40bDc0LjgtMjA3LjZIMTE2LjRjLTQxLjgsMC03NiwzNC4yLTc2LDc2VjM1N2MwLDQxLjgsMzQuMiw3Niw3Niw3NkgxNzNDMTg5LDQyNC4xLDE5Ny42LDQxMC4zLDIwMy42LDM5NXoiLz48L2c+PGc+PHBhdGggZD0iTTQ3MS42LDE1NC44YzAtNDEuOC0zNC4yLTc2LTc2LTc2aC0zTDI4NS43LDM2NWMtOS42LDI2LjctMTkuNCw0OS4zLTMwLjMsNjhoMjE2LjJWMTU0Ljh6Ii8+PC9nPjwvZz48cGF0aCBzdHJva2Utd2lkdGg9IjIuOTc0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0zMzgsMS4zbC05My4zLDI1OS4xbC00Mi4xLTEzMS45aC04OS4xbDgzLjgsMjE1LjJjNiwxNS41LDYsMzIuNSwwLDQ4Yy03LjQsMTktMTksMzcuMy01Myw0MS45bC03LjIsMXY3Nmg4LjNjODEuNywwLDExOC45LTU3LjIsMTQ5LjYtMTQyLjlMNDMxLjYsMS4zSDMzOHogTTI3OS40LDM2MmMtMzIuOSw5Mi02Ny42LDEyOC43LTEyNS43LDEzMS44di00NWMzNy41LTcuNSw1MS4zLTMxLDU5LjEtNTEuMWM3LjUtMTkuMyw3LjUtNDAuNywwLTYwbC03NS0xOTIuN2g1Mi44bDUzLjMsMTY2LjhsMTA1LjktMjk0aDU4LjFMMjc5LjQsMzYyeiIvPjwvZz48L2c+PC9zdmc+");
+ background-repeat: no-repeat;
+ background-position: 100% 6px;
+ background-size: 20px;
+}
+
+#wpadminbar #wp-admin-bar-wpseo-licenses .ab-item {
+ color: #f18500;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/adminbar-340-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/adminbar-340-rtl.min.css
new file mode 100644
index 0000000..b15e8bd
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/adminbar-340-rtl.min.css
@@ -0,0 +1 @@
+.wpseo-score-icon{display:inline-block!important;float:right;width:12px!important;height:12px!important;border-radius:50%!important;background-color:#999}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#999}.wpseo-score-icon.noindex{background-color:#1e8cbe}.adminbar-seo-score{margin:10px 4px 0 10px!important}#wpadminbar .yoast-issue-added,#wpadminbar .yoast-issue-added:hover{position:absolute;top:32px;right:0;min-width:300px;padding:2px 8px;border-radius:10px 0 10px 10px;color:#fff;background-color:#a4286a;box-shadow:-1px 1px 1px 1px grey}#wpadminbar .yoast-issue-added{display:none}#wpadminbar .yoast-issue-counter{display:inline;padding:1px 6px 1px 7px!important;border-radius:50%;color:#fff}.yoast-issue-counter{background-color:#d54e21}#wpadminbar .yoast-logo.svg{float:right;width:26px;height:30px;background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6IzgyODc4YyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnPjxnPjxnPjxnPjxwYXRoIGQ9Ik0yMDMuNiwzOTVjNi44LTE3LjQsNi44LTM2LjYsMC01NGwtNzkuNC0yMDRoNzAuOWw0Ny43LDE0OS40bDc0LjgtMjA3LjZIMTE2LjRjLTQxLjgsMC03NiwzNC4yLTc2LDc2VjM1N2MwLDQxLjgsMzQuMiw3Niw3Niw3NkgxNzNDMTg5LDQyNC4xLDE5Ny42LDQxMC4zLDIwMy42LDM5NXoiLz48L2c+PGc+PHBhdGggZD0iTTQ3MS42LDE1NC44YzAtNDEuOC0zNC4yLTc2LTc2LTc2aC0zTDI4NS43LDM2NWMtOS42LDI2LjctMTkuNCw0OS4zLTMwLjMsNjhoMjE2LjJWMTU0Ljh6Ii8+PC9nPjwvZz48cGF0aCBzdHJva2Utd2lkdGg9IjIuOTc0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0zMzgsMS4zbC05My4zLDI1OS4xbC00Mi4xLTEzMS45aC04OS4xbDgzLjgsMjE1LjJjNiwxNS41LDYsMzIuNSwwLDQ4Yy03LjQsMTktMTksMzcuMy01Myw0MS45bC03LjIsMXY3Nmg4LjNjODEuNywwLDExOC45LTU3LjIsMTQ5LjYtMTQyLjlMNDMxLjYsMS4zSDMzOHogTTI3OS40LDM2MmMtMzIuOSw5Mi02Ny42LDEyOC43LTEyNS43LDEzMS44di00NWMzNy41LTcuNSw1MS4zLTMxLDU5LjEtNTEuMWM3LjUtMTkuMyw3LjUtNDAuNywwLTYwbC03NS0xOTIuN2g1Mi44bDUzLjMsMTY2LjhsMTA1LjktMjk0aDU4LjFMMjc5LjQsMzYyeiIvPjwvZz48L2c+PC9zdmc+);background-repeat:no-repeat;background-position:100% 6px;background-size:20px}#wpadminbar #wp-admin-bar-wpseo-licenses .ab-item{color:#f18500}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/alerts-340-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/alerts-340-rtl.css
new file mode 100644
index 0000000..ebe5cb9
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/alerts-340-rtl.css
@@ -0,0 +1,125 @@
+.yoast-alert {
+ padding: 0 12px;
+ border-right: 4px solid #fff;
+ background: #fff;
+ box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+}
+
+.yoast-alerts .yoast-alert-holder {
+ margin-bottom: 0.8em;
+}
+
+.yoast-alerts .yoast-alert {
+ width: 100%;
+}
+
+.yoast-container__alert .yoast-alert {
+ border-right-color: #dc3232;
+}
+
+#yoast-alerts-dismissed .yoast-alert {
+ border-right-color: #d93f69;
+}
+
+.yoast-container__warning .yoast-alert {
+ border-right-color: #5d237a;
+}
+
+#yoast-warnings-dismissed .yoast-alert {
+ border-right-color: #0075b3;
+}
+
+.yoast-container {
+ position: relative;
+ max-width: 1280px;
+ margin-bottom: 2em;
+ padding: 20px 20px 0;
+ border: 1px solid #bbb;
+ background-color: #f1f1f1;
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
+}
+
+.yoast-alerts > h2:first-child {
+ margin-bottom: 1em;
+}
+
+.yoast-alerts .yoast-container h3 {
+ margin: -20px -20px 0;
+ padding: 1em;
+ border-bottom: 1px solid #ccc;
+ background-color: #dfdfdf;
+ text-shadow: -1px 1px 0 #eee;
+ font-size: 1.6em;
+}
+
+h3 .dashicons-warning {
+ color: #dc3232;
+}
+
+.yoast-container .container {
+ max-width: 980px;
+}
+
+.yoast-container .yoast-alert-holder {
+ display: -ms-flexbox;
+ display: flex;
+}
+
+.restore .dashicons,
+.dismiss .dashicons {
+ width: 24px;
+ height: 24px;
+ font-size: 24px;
+}
+
+.yoast-bottom-spacing {
+ margin-bottom: 20px;
+}
+
+/* These selectors need a higher specificity than .wp-core-ui .button */
+.yoast-alerts .button.restore,
+.yoast-alerts .button.dismiss {
+ width: 40px;
+ height: 40px;
+ line-height: inherit;
+
+ -ms-flex: 0 0 40px;
+ flex: 0 0 40px;
+}
+
+.yoast-alerts .button.restore:hover,
+.yoast-alerts .button.dismiss:hover,
+.yoast-alerts .button.restore:focus,
+.yoast-alerts .button.dismiss:focus {
+ background: transparent;
+}
+
+.yoast-container .separator {
+ margin-top: 1em;
+ margin-bottom: 1em;
+ border-top: 1px solid #ddd;
+}
+
+.yoast-container .dashicons-yes {
+ color: #77b227;
+}
+
+.yoast-container__warning .dashicons-flag {
+ color: #5d237a;
+}
+
+.yoast-container-disabled {
+ display: table-cell;
+ position: absolute;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ right: 0;
+ border-radius: 4px;
+ background-color: rgba(232, 232, 232, 0.7);
+}
+
+.yoast-no-issues {
+ padding: 1em 16px 1em 1em;
+ color: #666;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/alerts-340-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/alerts-340-rtl.min.css
new file mode 100644
index 0000000..5fae0ba
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/alerts-340-rtl.min.css
@@ -0,0 +1 @@
+.yoast-alert{padding:0 12px;border-right:4px solid #fff;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.yoast-alerts .yoast-alert-holder{margin-bottom:.8em}.yoast-alerts .yoast-alert{width:100%}.yoast-container__alert .yoast-alert{border-right-color:#dc3232}#yoast-alerts-dismissed .yoast-alert{border-right-color:#d93f69}.yoast-container__warning .yoast-alert{border-right-color:#5d237a}#yoast-warnings-dismissed .yoast-alert{border-right-color:#0075b3}.yoast-container{position:relative;max-width:1280px;margin-bottom:2em;padding:20px 20px 0;border:1px solid #bbb;background-color:#f1f1f1;box-shadow:0 2px 8px rgba(0,0,0,.1)}.yoast-alerts>h2:first-child{margin-bottom:1em}.yoast-alerts .yoast-container h3{margin:-20px -20px 0;padding:1em;border-bottom:1px solid #ccc;background-color:#dfdfdf;text-shadow:-1px 1px 0 #eee;font-size:1.6em}h3 .dashicons-warning{color:#dc3232}.yoast-container .container{max-width:980px}.yoast-container .yoast-alert-holder{display:-ms-flexbox;display:flex}.dismiss .dashicons,.restore .dashicons{width:24px;height:24px;font-size:24px}.yoast-bottom-spacing{margin-bottom:20px}.yoast-alerts .button.dismiss,.yoast-alerts .button.restore{width:40px;height:40px;line-height:inherit;-ms-flex:0 0 40px;flex:0 0 40px}.yoast-alerts .button.dismiss:focus,.yoast-alerts .button.dismiss:hover,.yoast-alerts .button.restore:focus,.yoast-alerts .button.restore:hover{background:0 0}.yoast-container .separator{margin-top:1em;margin-bottom:1em;border-top:1px solid #ddd}.yoast-container .dashicons-yes{color:#77b227}.yoast-container__warning .dashicons-flag{color:#5d237a}.yoast-container-disabled{display:table-cell;position:absolute;top:0;left:0;bottom:0;right:0;border-radius:4px;background-color:rgba(232,232,232,.7)}.yoast-no-issues{padding:1em 16px 1em 1em;color:#666}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/dashboard-360-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/dashboard-360-rtl.css
new file mode 100644
index 0000000..1160948
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/dashboard-360-rtl.css
@@ -0,0 +1,91 @@
+.wpseo-score-icon {
+ display: inline-block;
+ width: 12px;
+ height: 12px;
+ margin: 3px 3px 0 10px;
+ border-radius: 50%;
+ background: #888;
+ vertical-align: top;
+}
+
+.wpseo-score-icon.good {
+ background-color: #7ad03a;
+}
+
+.wpseo-score-icon.ok {
+ background-color: #ee7c1b;
+}
+
+.wpseo-score-icon.bad {
+ background-color: #dc3232;
+}
+
+.wpseo-score-icon.na {
+ background-color: #888;
+}
+
+.wpseo-score-icon.noindex {
+ background-color: #1e8cbe;
+}
+
+#wpseo-dashboard-overview a {
+ text-decoration: underline;
+}
+
+#wpseo-dashboard-overview a.button {
+ text-decoration: none;
+}
+
+#wpseo-dashboard-overview th {
+ font-weight: 400;
+ text-align: right;
+}
+
+.wpseo-dashboard-overview-scores {
+ display: table;
+}
+
+.wpseo-dashboard-overview-scores li {
+ display: table-row;
+}
+
+.wpseo-dashboard-overview-post-score,
+.wpseo-dashboard-overview-post-count {
+ display: table-cell;
+ padding: 2px 0;
+}
+
+.wpseo-dashboard-overview-post-count {
+ padding: 0 10px 0 0;
+ text-align: left;
+}
+
+#wpseo-dashboard-overview .onpage {
+ margin: 5px 0 0;
+ padding: 10px 0 0;
+ border-top: 1px solid #eee;
+}
+
+#wpseo-dashboard-overview .onpage .button.landing-page {
+ border-color: #7b1e4f #6f1b47 #6f1b47;
+ color: #fff;
+ background: #a4286a;
+ box-shadow: 0 1px 0 #6f1b47;
+}
+
+#wpseo-dashboard-overview .onpage .button.landing-page:hover,
+#wpseo-dashboard-overview .onpage .button.landing-page:focus {
+ border-color: #6f1b47;
+ background: #90235d;
+}
+
+#wpseo-dashboard-overview .onpage .button.landing-page:focus {
+ box-shadow: 0 1px 0 #7b1e4f, 0 0 2px 1px #a35685;
+}
+
+#wpseo-dashboard-overview .onpage .button.landing-page:active {
+ border-color: #6f1b47;
+ background: #7b1e4f;
+ box-shadow: inset 0 2px 0 #6f1b47;
+ vertical-align: top;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/dashboard-360-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/dashboard-360-rtl.min.css
new file mode 100644
index 0000000..1fb7847
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/dashboard-360-rtl.min.css
@@ -0,0 +1 @@
+.wpseo-score-icon{display:inline-block;width:12px;height:12px;margin:3px 3px 0 10px;border-radius:50%;background:#888;vertical-align:top}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}#wpseo-dashboard-overview a{text-decoration:underline}#wpseo-dashboard-overview a.button{text-decoration:none}#wpseo-dashboard-overview th{font-weight:400;text-align:right}.wpseo-dashboard-overview-scores{display:table}.wpseo-dashboard-overview-scores li{display:table-row}.wpseo-dashboard-overview-post-count,.wpseo-dashboard-overview-post-score{display:table-cell;padding:2px 0}.wpseo-dashboard-overview-post-count{padding:0 10px 0 0;text-align:left}#wpseo-dashboard-overview .onpage{margin:5px 0 0;padding:10px 0 0;border-top:1px solid #eee}#wpseo-dashboard-overview .onpage .button.landing-page{border-color:#7b1e4f #6f1b47 #6f1b47;color:#fff;background:#a4286a;box-shadow:0 1px 0 #6f1b47}#wpseo-dashboard-overview .onpage .button.landing-page:focus,#wpseo-dashboard-overview .onpage .button.landing-page:hover{border-color:#6f1b47;background:#90235d}#wpseo-dashboard-overview .onpage .button.landing-page:focus{box-shadow:0 1px 0 #7b1e4f,0 0 2px 1px #a35685}#wpseo-dashboard-overview .onpage .button.landing-page:active{border-color:#6f1b47;background:#7b1e4f;box-shadow:inset 0 2px 0 #6f1b47;vertical-align:top}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/edit-page-330-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/edit-page-330-rtl.css
new file mode 100644
index 0000000..c8bc25c
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/edit-page-330-rtl.css
@@ -0,0 +1,42 @@
+.wpseo-score-icon {
+ display: inline-block;
+ width: 12px;
+ height: 12px;
+ margin-right: 6px;
+ border-radius: 50%;
+ background: #888;
+ line-height: 16px;
+}
+
+.wpseo-score-icon.good {
+ background-color: #7ad03a;
+}
+
+.wpseo-score-icon.ok {
+ background-color: #ee7c1b;
+}
+
+.wpseo-score-icon.bad {
+ background-color: #dc3232;
+}
+
+.wpseo-score-icon.na {
+ background-color: #888;
+}
+
+.wpseo-score-icon.noindex {
+ background-color: #1e8cbe;
+}
+
+th#wpseo-score {
+ width: 63px;
+}
+
+@media screen and (max-width: 782px) {
+ .column-wpseo-title,
+ .column-wpseo-score,
+ .column-wpseo-metadesc,
+ .column-wpseo-focuskw {
+ display: none;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/edit-page-330-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/edit-page-330-rtl.min.css
new file mode 100644
index 0000000..d746414
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/edit-page-330-rtl.min.css
@@ -0,0 +1 @@
+.wpseo-score-icon{display:inline-block;width:12px;height:12px;margin-right:6px;border-radius:50%;background:#888;line-height:16px}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}th#wpseo-score{width:63px}@media screen and (max-width:782px){.column-wpseo-focuskw,.column-wpseo-metadesc,.column-wpseo-score,.column-wpseo-title{display:none}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/featured-image-330-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/featured-image-330-rtl.css
new file mode 100644
index 0000000..80fe00e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/featured-image-330-rtl.css
@@ -0,0 +1,7 @@
+#yst_opengraph_image_warning {
+ padding: 1px 12px;
+ border: solid #dc3232;
+ border-width: 4px 4px 0 4px;
+ background-color: #fff;
+ box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/featured-image-330-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/featured-image-330-rtl.min.css
new file mode 100644
index 0000000..d2ab2fa
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/featured-image-330-rtl.min.css
@@ -0,0 +1 @@
+#yst_opengraph_image_warning{padding:1px 12px;border:solid #dc3232;border-width:4px 4px 0;background-color:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/help-center-340-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/help-center-340-rtl.css
new file mode 100644
index 0000000..914ca86
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/help-center-340-rtl.css
@@ -0,0 +1,207 @@
+/* Dynamically set when the Help is expanded to avoid horizontal scrolling */
+#wpcontent.yoast-help-center-open {
+ overflow-x: hidden;
+}
+
+.wpseo-tab-video-container {
+ margin-bottom: 20px;
+ border-bottom: 1px solid #a4286a;
+}
+
+.wpseo-tab-video-container__handle {
+ width: 100%;
+ margin: 0;
+ padding: 10px;
+ border: none;
+ outline: none;
+ color: #a4286a;
+ background: none;
+ line-height: 19px;
+ text-align: right;
+ cursor: pointer;
+}
+
+.wpseo-tab-video-container__handle .toggle__arrow {
+ text-decoration: none;
+}
+
+.wpseo-tab-video-container__handle:hover,
+.wpseo-tab-video-container__handle:focus {
+ text-decoration: underline;
+}
+
+.wpseo-tab-video-container__handle .dashicons-before:before {
+ margin-left: 5px;
+}
+
+.wpseotab .wpseo-tab-video-container {
+ margin-top: -15px;
+}
+
+.wpseo-tab-video-slideout {
+ display: none;
+ min-height: 320px;
+ margin: 0 -9999px;
+ /* hide the container bottom border when expanded */
+ margin-bottom: -1px;
+ padding: 2em 9999px;
+ background-color: #a4286a;
+ box-shadow: inset 0 10px 10px -5px rgba(123, 30, 80, 0.5), inset 0 -10px 10px -5px rgba(123, 30, 80, 0.5);
+
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+}
+
+.wpseo-tab-video-slideout .contextual-help-tabs-wrap {
+ padding: 0;
+
+ flex-basis: 0;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ /* do not use the shorthand syntax to avoid the unitless bug in IE 11 */
+ -ms-flex-positive: 1;
+ -ms-flex-preferred-size: 0;
+ flex-shrink: 1;
+}
+
+.wpseo-tab-video-slideout a {
+ color: white;
+}
+
+.wpseo-tab-video-slideout a.button,
+.wpseo-tab-video-slideout a.button-primary {
+ text-decoration: none;
+}
+
+.wpseo-tab-video-slideout h1,
+.wpseo-tab-video-slideout h2,
+.wpseo-tab-video-slideout h3,
+.wpseo-tab-video-slideout h4,
+.wpseo-tab-video-slideout h5,
+.wpseo-tab-video-slideout h6 {
+ margin-top: 0.5em;
+ padding-top: 0;
+ color: white;
+ font-weight: 500;
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea {
+ float: right;
+ /* min-width to make two boxes always have the same min width */
+ min-width: 234px;
+ /* max-width to make two boxes take the same space of the video above: 560px */
+ max-width: 242px;
+ margin: 0 0 1em 12px;
+ padding: 15px 15px 5px;
+ border: 1px solid;
+ border-color: white;
+ border-radius: 30px;
+ border-bottom-left-radius: 0;
+ color: white;
+ background-color: #a4286a;
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a,
+.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:hover,
+.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:focus {
+ color: white;
+ font-weight: 500;
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea h3 {
+ margin: 0;
+}
+
+.wpseo-tab-video-slideout .yoast-help-center-tabs {
+ width: 180px;
+ padding: 0 0 1em 1em;
+ color: white;
+ background-color: #a4286a;
+
+ -ms-flex: 0 0 auto;
+ flex: 0 0 auto;
+}
+
+.wpseo-tab-video-slideout .yoast-help-center-tabs ul {
+ margin: 0;
+}
+
+.wpseo-tab-video-slideout .help-tab-content {
+ margin: 0;
+ color: white;
+ font-weight: 300;
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel--video {
+ /* In the settings pages is not a children of the flexbox container. */
+ float: right;
+ margin-left: 1em;
+ padding-bottom: 1em;
+
+ -ms-flex: 0 0 auto;
+ flex: 0 0 auto;
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel--video iframe {
+ /* remove iframe descender space */
+ vertical-align: middle;
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel--text {
+ min-width: 264px;
+ margin: 0 auto;
+
+ flex-basis: 0;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ /* do not use the shorthand syntax to avoid the unitless bug in IE 11 */
+ -ms-flex-positive: 1;
+ -ms-flex-preferred-size: 0;
+ flex-shrink: 1;
+ /* must be less than a text box min width */
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel--text div:last-child {
+ margin-left: 0;
+}
+
+/* When it's inside the metabox (posts, terms, media ). */
+.postbox .wpseo-tab-video-container {
+ margin: -6px -12px 20px;
+}
+
+/* When it's inside the metabox (posts, terms, media ). */
+.postbox .wpseo-tab-video-slideout {
+ margin: 0;
+ padding: 2em 12px 15px;
+}
+
+.inside .wpseo-tab-video-slideout {
+ height: auto;
+}
+
+.wpseo-help-center-item {
+ display: inline;
+}
+
+.wpseo-help-center-item a {
+ display: block;
+ padding: 10px 12px;
+ color: white;
+ text-decoration: none;
+}
+
+.wpseo-help-center-item a:hover,
+.wpseo-help-center-item a:focus {
+ text-decoration: underline;
+}
+
+.wpseo-help-center-item a.dashicons-before:before {
+ margin-left: 3px;
+ text-decoration: none;
+}
+
+.wpseo-help-center-item.active a {
+ color: #a4286a;
+ background-color: white;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/help-center-340-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/help-center-340-rtl.min.css
new file mode 100644
index 0000000..46becb8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/help-center-340-rtl.min.css
@@ -0,0 +1 @@
+#wpcontent.yoast-help-center-open{overflow-x:hidden}.wpseo-tab-video-container{margin-bottom:20px;border-bottom:1px solid #a4286a}.wpseo-tab-video-container__handle{width:100%;margin:0;padding:10px;border:none;outline:0;color:#a4286a;background:0 0;line-height:19px;text-align:right;cursor:pointer}.wpseo-tab-video-container__handle .toggle__arrow{text-decoration:none}.wpseo-tab-video-container__handle:focus,.wpseo-tab-video-container__handle:hover{text-decoration:underline}.wpseo-tab-video-container__handle .dashicons-before:before{margin-left:5px}.wpseotab .wpseo-tab-video-container{margin-top:-15px}.wpseo-tab-video-slideout{display:none;min-height:320px;margin:0 -9999px -1px;padding:2em 9999px;background-color:#a4286a;box-shadow:inset 0 10px 10px -5px rgba(123,30,80,.5),inset 0 -10px 10px -5px rgba(123,30,80,.5);-ms-flex-wrap:wrap;flex-wrap:wrap}.wpseo-tab-video-slideout .contextual-help-tabs-wrap{padding:0;flex-basis:0;flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-shrink:1}.wpseo-tab-video-slideout a{color:#fff}.wpseo-tab-video-slideout a.button,.wpseo-tab-video-slideout a.button-primary{text-decoration:none}.wpseo-tab-video-slideout h1,.wpseo-tab-video-slideout h2,.wpseo-tab-video-slideout h3,.wpseo-tab-video-slideout h4,.wpseo-tab-video-slideout h5,.wpseo-tab-video-slideout h6{margin-top:.5em;padding-top:0;color:#fff;font-weight:500}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea{float:right;min-width:234px;max-width:242px;margin:0 0 1em 12px;padding:15px 15px 5px;border:1px solid #fff;border-radius:30px 30px 30px 0;color:#fff;background-color:#a4286a}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea h3,.wpseo-tab-video-slideout .yoast-help-center-tabs ul{margin:0}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a,.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:focus,.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:hover{color:#fff;font-weight:500}.wpseo-tab-video-slideout .yoast-help-center-tabs{width:180px;padding:0 0 1em 1em;color:#fff;background-color:#a4286a;-ms-flex:0 0 auto;flex:0 0 auto}.wpseo-tab-video-slideout .help-tab-content{margin:0;color:#fff;font-weight:300}.wpseo-tab-video-slideout .wpseo-tab-video__panel--video{float:right;margin-left:1em;padding-bottom:1em;-ms-flex:0 0 auto;flex:0 0 auto}.wpseo-tab-video-slideout .wpseo-tab-video__panel--video iframe{vertical-align:middle}.wpseo-tab-video-slideout .wpseo-tab-video__panel--text{min-width:264px;margin:0 auto;flex-basis:0;flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-shrink:1}.wpseo-tab-video-slideout .wpseo-tab-video__panel--text div:last-child{margin-left:0}.postbox .wpseo-tab-video-container{margin:-6px -12px 20px}.postbox .wpseo-tab-video-slideout{margin:0;padding:2em 12px 15px}.inside .wpseo-tab-video-slideout{height:auto}.wpseo-help-center-item{display:inline}.wpseo-help-center-item a{display:block;padding:10px 12px;color:#fff;text-decoration:none}.wpseo-help-center-item a:focus,.wpseo-help-center-item a:hover{text-decoration:underline}.wpseo-help-center-item a.dashicons-before:before{margin-left:3px;text-decoration:none}.wpseo-help-center-item.active a{color:#a4286a;background-color:#fff}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/inside-editor-331-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/inside-editor-331-rtl.css
new file mode 100644
index 0000000..6eea16e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/inside-editor-331-rtl.css
@@ -0,0 +1,8 @@
+.yoast-text-mark {
+ background-color: #e1bee7;
+}
+
+.yoast-text-mark__highlight {
+ color: white;
+ background-color: #4a148c;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/inside-editor-331-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/inside-editor-331-rtl.min.css
new file mode 100644
index 0000000..d16fec5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/inside-editor-331-rtl.min.css
@@ -0,0 +1 @@
+.yoast-text-mark{background-color:#e1bee7}.yoast-text-mark__highlight{color:#fff;background-color:#4a148c}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/kb-search-350-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/kb-search-350-rtl.css
new file mode 100644
index 0000000..7c81cab
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/kb-search-350-rtl.css
@@ -0,0 +1,143 @@
+.wpseo-kb-search-search-bar {
+ padding-bottom: 15px;
+ border-bottom: 1px solid #ccc;
+}
+
+.wpseo-kb-search-search-bar input[type="text"] {
+ min-width: 50%;
+ height: 28px;
+ margin-left: 3px;
+}
+
+.wpseo-kb-search-results {
+ overflow: auto;
+ height: 500px;
+ margin: 0;
+ padding: 0;
+ list-style: none;
+}
+
+.help-tab-content .wpseo-kb-search-results li {
+ max-width: none;
+ margin: 0;
+ list-style: none;
+}
+
+.wpseo-kb-search-result {
+ display: block;
+ margin: 0;
+ padding-right: 5px;
+ border-bottom: 1px solid #efefef;
+ text-decoration: none;
+}
+
+.wpseo-kb-search-result p {
+ max-width: none;
+ margin-top: 0;
+}
+
+.wpseo-kb-search-result-link {
+ display: block;
+ outline: none;
+ text-decoration: none;
+ cursor: pointer;
+}
+
+.wpseo-kb-search-result-link:hover,
+.wpseo-kb-search-result-link:focus {
+ background-color: rgba(93, 12, 55, 0.5);
+ box-shadow: none;
+ text-decoration: underline;
+}
+
+.wpseo-kb-search-result .wpseo-kb-search-result-title {
+ margin: 0;
+ padding: 14px 0;
+}
+
+.wpseo-kb-search-ext-link {
+ float: left;
+}
+
+.wpseo-kb-search-back-button:before {
+ content: "\f139";
+}
+
+.wpseo-kb-search-ext-link:before {
+ content: "\f504";
+}
+
+.dashicon-button:before {
+ display: inline-block;
+ font-family: "dashicons";
+ font-size: 20px;
+ line-height: 1.35em;
+ vertical-align: middle;
+}
+
+.wpseo-kb-search-navigation {
+ z-index: 10;
+ padding: 1em 0;
+}
+
+.kb-search-content-frame {
+ width: 100%;
+ height: 543px;
+}
+
+.kb-search-content-frame {
+ background: url("data:image/svg+xml;charset=utf-8,Loading article... ") 100% 0 no-repeat;
+}
+
+.wpseo-kb-loader:before,
+.wpseo-kb-loader:after,
+.wpseo-kb-loader {
+ width: 2.5em;
+ height: 2.5em;
+ border-radius: 50%;
+ animation: load7 1.8s infinite ease-in-out;
+
+ animation-fill-mode: both;
+}
+
+.wpseo-kb-loader {
+ position: relative;
+ margin: 80px auto;
+ font-size: 10px;
+ text-indent: -9999em;
+ -ms-transform: translateZ(0);
+ transform: translateZ(0);
+ animation-delay: -0.16s;
+}
+
+.wpseo-kb-loader:before {
+ right: -3.5em;
+ animation-delay: -0.32s;
+}
+
+.wpseo-kb-loader:after {
+ right: 3.5em;
+}
+
+.wpseo-kb-loader:before,
+.wpseo-kb-loader:after {
+ position: absolute;
+ top: 0;
+ content: "";
+}
+
+.dashicons {
+ text-decoration: none;
+}
+
+@keyframes load7 {
+ 0%,
+ 80%,
+ 100% {
+ box-shadow: 0 2.5em 0 -1.3em;
+ }
+
+ 40% {
+ box-shadow: 0 2.5em 0 0;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/kb-search-350-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/kb-search-350-rtl.min.css
new file mode 100644
index 0000000..b410344
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/kb-search-350-rtl.min.css
@@ -0,0 +1 @@
+.wpseo-kb-search-search-bar{padding-bottom:15px;border-bottom:1px solid #ccc}.wpseo-kb-search-search-bar input[type=text]{min-width:50%;height:28px;margin-left:3px}.wpseo-kb-search-results{overflow:auto;height:500px;margin:0;padding:0;list-style:none}.help-tab-content .wpseo-kb-search-results li{max-width:none;margin:0;list-style:none}.wpseo-kb-search-result{display:block;margin:0;padding-right:5px;border-bottom:1px solid #efefef;text-decoration:none}.wpseo-kb-search-result p{max-width:none;margin-top:0}.wpseo-kb-search-result-link{display:block;outline:0;text-decoration:none;cursor:pointer}.wpseo-kb-search-result-link:focus,.wpseo-kb-search-result-link:hover{background-color:rgba(93,12,55,.5);box-shadow:none;text-decoration:underline}.wpseo-kb-search-result .wpseo-kb-search-result-title{margin:0;padding:14px 0}.wpseo-kb-search-ext-link{float:left}.wpseo-kb-search-back-button:before{content:"\f139"}.wpseo-kb-search-ext-link:before{content:"\f504"}.dashicon-button:before{display:inline-block;font-family:dashicons;font-size:20px;line-height:1.35em;vertical-align:middle}.wpseo-kb-search-navigation{z-index:10;padding:1em 0}.kb-search-content-frame{width:100%;height:543px;background:url("data:image/svg+xml;charset=utf-8,Loading article... ") 100% 0 no-repeat}.wpseo-kb-loader,.wpseo-kb-loader:after,.wpseo-kb-loader:before{width:2.5em;height:2.5em;border-radius:50%;animation:load7 1.8s infinite ease-in-out;animation-fill-mode:both}.wpseo-kb-loader{position:relative;margin:80px auto;font-size:10px;text-indent:-9999em;-ms-transform:translateZ(0);transform:translateZ(0);animation-delay:-.16s}.wpseo-kb-loader:before{right:-3.5em;animation-delay:-.32s}.wpseo-kb-loader:after{right:3.5em}.wpseo-kb-loader:after,.wpseo-kb-loader:before{position:absolute;top:0;content:""}.dashicons{text-decoration:none}@keyframes load7{0%,100%,80%{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/metabox-400-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/metabox-400-rtl.css
new file mode 100644
index 0000000..a048388
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/metabox-400-rtl.css
@@ -0,0 +1,1556 @@
+.yoast-section {
+ position: relative;
+ box-sizing: border-box;
+ width: 640px;
+ border: 1px solid #f7f7f7;
+ border-radius: 20px;
+ background-color: #fff;
+}
+
+/* css for snippet */
+.snippet_container:before,
+.snippet_container:after {
+ display: table;
+ content: " ";
+}
+
+.snippet_container:after {
+ clear: both;
+}
+
+.snippet-editor__container {
+ position: relative;
+ cursor: pointer;
+}
+
+.snippet-editor__heading {
+ margin: 0 -20px 15px;
+ padding: 8px 20px;
+ border-bottom: 1px solid #f7f7f7;
+ color: #555;
+ font-family: "Open Sans", sans-serif;
+ font-size: 0.9rem;
+ font-weight: 300;
+}
+
+.snippet-editor__heading-editor {
+ border-top: 1px solid #f7f7f7;
+}
+
+.snippet-editor__heading-icon {
+ padding-right: 45px;
+ background-repeat: no-repeat;
+ /* rtlcss needs this as separate property */
+ background-position: right 20px top 0.6em;
+ background-size: 16px;
+}
+
+.snippet-editor__heading-icon-eye {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E");
+}
+
+.snippet-editor__container:hover:before {
+ display: block;
+ position: absolute;
+ top: -3px;
+ right: -22px;
+ width: 24px;
+ height: 24px;
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E");
+ background-size: 25px;
+ content: "";
+}
+
+.snippet-editor__container--focus:hover:before,
+.snippet-editor__container--focus:before {
+ display: block;
+ position: absolute;
+ top: -3px;
+ right: -22px;
+ width: 24px;
+ height: 24px;
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E");
+ background-size: 25px;
+ content: "";
+}
+
+.snippet-editor__preview {
+ padding: 0 20px 15px;
+}
+
+.snippet-editor__button {
+ padding: 8px 10px;
+ border: 1px solid #dbdbdb;
+ border-radius: 4px;
+ color: #555;
+ background: #f7f7f7;
+ font-size: 0.8rem;
+ cursor: pointer;
+}
+
+.snippet-editor__edit-button {
+ display: block;
+ margin-top: 1em;
+ padding-right: 32px;
+ background: #f7f7f7 url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M491%201536l91%2D91%2D235%2D235%2D91%2091v107h128v128h107zm523%2D928q0%2D22%2D22%2D22%2D10%200%2D17%207l%2D542%20542q%2D7%207%2D7%2017%200%2022%2022%2022%2010%200%2017%2D7l542%2D542q7%2D7%207%2D17zm%2D54%2D192l416%20416%2D832%20832h%2D416v%2D416zm683%2096q0%2053%2D37%2090l%2D166%20166%2D416%2D416%20166%2D165q36%2D38%2090%2D38%2053%200%2091%2038l235%20234q37%2039%2037%2091z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat;
+ /* rtlcss needs this as separate property */
+ background-position: right 8px top 50%;
+ background-size: 16px;
+}
+
+.snippet-editor__form {
+ padding: 20px;
+}
+
+.snippet-editor__label {
+ display: block;
+ position: relative;
+ width: 100%;
+ margin-top: 1em;
+}
+
+.snippet-editor__label:first-child {
+ margin-top: 0;
+}
+
+.snippet-editor__label--hover:before {
+ display: block;
+ position: absolute;
+ top: -3px;
+ top: 20px;
+ right: -22px;
+ width: 24px;
+ height: 24px;
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E");
+ background-size: 25px;
+ content: "";
+}
+
+.snippet-editor__label--focus:before {
+ display: block;
+ position: absolute;
+ top: -3px;
+ top: 20px;
+ right: -22px;
+ width: 24px;
+ height: 24px;
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%231074a8%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E");
+ background-size: 25px;
+ content: "";
+}
+
+.snippet-editor__input {
+ display: block;
+ box-sizing: border-box;
+ width: 100%;
+ max-width: 100%;
+ margin-top: 5px;
+ border: 1px solid #bfbfbf;
+}
+
+.snippet-editor__input:focus {
+ border: 1px solid #1074a8;
+ outline: none;
+}
+
+/* Swap icons for RTL. */
+.rtl .snippet-editor__container:hover:before {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E");
+}
+
+.rtl .snippet-editor__container--focus:hover:before,
+.rtl .snippet-editor__container--focus:before {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E");
+}
+
+.rtl .snippet-editor__label--hover:before {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E");
+}
+
+.rtl .snippet-editor__label--focus:before {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%231074a8%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E");
+}
+
+.snippet-editor__meta-description {
+ height: 70px;
+}
+
+.snippet-editor__submit {
+ margin-top: 1em;
+}
+
+#snippet_cite {
+ min-width: 20px;
+}
+
+#meta_container {
+ clear: both;
+ min-height: 20px;
+}
+
+.snippet_container .title {
+ display: block;
+ overflow: hidden;
+ width: 600px;
+ margin: 0;
+ color: #1e0fbe;
+ font-size: 18px;
+ font-weight: normal;
+ line-height: 1.2;
+ white-space: nowrap;
+ text-decoration: none;
+ text-overflow: ellipsis;
+}
+
+.snippet_container .url,
+.snippet_container .desc {
+ font-size: 13px;
+ line-height: 1.4;
+}
+
+.snippet_container .url {
+ display: inline-block;
+ float: right;
+ color: #006621;
+ font-size: 14px;
+ font-style: normal;
+ line-height: 16px;
+}
+
+.snippet_container .down_arrow {
+ float: right;
+ margin-top: 6px;
+ margin-right: 5px;
+ border-top: 5px solid #006621;
+ border-left: 4px solid transparent;
+ border-right: 4px solid transparent;
+}
+
+.snippet_container .desc-default {
+ color: #545454;
+}
+
+.snippet_container .desc-default strong {
+ color: #6a6a6a;
+}
+
+.snippet_container .desc-render {
+ color: #777;
+}
+
+.snippet_container .tooLong {
+ color: #f00 !important;
+}
+
+.snippet-editor__field--invalid {
+ color: #f00;
+}
+
+.snippet-editor__progress {
+ display: block;
+ box-sizing: border-box;
+ width: 100%;
+ height: 8px;
+ margin-top: 5px;
+ border: none;
+
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+}
+
+.snippet-editor__progress::-webkit-progress-bar {
+ height: 8px;
+ border: 1px solid #bfbfbf;
+ background-color: #f7f7f7;
+}
+
+.snippet-editor__progress--fallback {
+ height: 8px;
+ border: 1px solid #bfbfbf;
+ background-color: #f7f7f7;
+}
+
+.snippet-editor__progress-bar {
+ width: 0;
+ max-width: 100%;
+ height: 100%;
+}
+
+.snippet-editor__date {
+ color: #808080;
+ font-size: 13px;
+ line-height: 1.4;
+}
+
+.snippet-editor--hidden {
+ display: none;
+}
+
+.snippet-editor__progress--bad[value] {
+ color: #dc3232;
+}
+
+.snippet-editor__progress--bad[value]::-webkit-progress-value {
+ background-color: #dc3232;
+ transition: width 250ms;
+}
+
+.snippet-editor__progress--bad[value]::-moz-progress-bar {
+ background-color: #dc3232;
+}
+
+.snippet-editor__progress--bad[value] .snippet-editor__progress-bar {
+ background-color: #dc3232;
+}
+
+.snippet-editor__progress--ok[value] {
+ color: #ee7c1b;
+}
+
+.snippet-editor__progress--ok[value]::-webkit-progress-value {
+ background-color: #ee7c1b;
+ transition: width 250ms;
+}
+
+.snippet-editor__progress--ok[value]::-moz-progress-bar {
+ background-color: #ee7c1b;
+}
+
+.snippet-editor__progress--ok[value] .snippet-editor__progress-bar {
+ background-color: #ee7c1b;
+}
+
+.snippet-editor__progress--good[value] {
+ color: #7ad03a;
+}
+
+.snippet-editor__progress--good[value]::-webkit-progress-value {
+ background-color: #7ad03a;
+ transition: width 250ms;
+}
+
+.snippet-editor__progress--good[value]::-moz-progress-bar {
+ background-color: #7ad03a;
+}
+
+.snippet-editor__progress--good[value] .snippet-editor__progress-bar {
+ background-color: #7ad03a;
+}
+
+/* css for analyzer */
+.wpseoanalysis {
+ padding-left: 0;
+}
+
+.wpseo-score-text {
+ float: right;
+ width: 86%;
+ /* make room for score and mark icons, consider to use a better layout model */
+ width: calc( 100% - 56px);
+}
+
+/* needs higher specificity than other score icons */
+.assessment-results .wpseo-score-icon {
+ float: right;
+ width: 12px;
+ height: 12px;
+ margin: 3px 0 0 10px;
+ border-radius: 50%;
+ background: #888;
+}
+
+.wpseo-score-icon.good {
+ background-color: #7ad03a;
+}
+
+.wpseo-score-icon.ok {
+ background-color: #ee7c1b;
+}
+
+.wpseo-score-icon.bad {
+ background-color: #dc3232;
+}
+
+.wpseo-score-icon.na {
+ background-color: #999;
+}
+
+.wpseo-score-icon.noindex {
+ background-color: #1e8cbe;
+}
+
+li.score {
+ margin-bottom: 6px;
+ list-style-type: none !important;
+}
+
+li.score:after {
+ display: table;
+ clear: both;
+ content: "";
+}
+
+.screen-reader-text {
+ overflow: hidden;
+ clip: rect(1px, 1px, 1px, 1px);
+ position: absolute !important;
+ width: 1px;
+ height: 1px;
+}
+
+.assessment-results {
+ clear: both;
+}
+
+.assessment-results__mark.icon-eye-inactive,
+.assessment-results__mark.icon-eye-active,
+.assessment-results__mark.icon-eye-disabled {
+ float: right;
+ width: 28px;
+ height: 28px;
+ margin: -5px 3px 0 3px;
+ padding: 4px;
+ border: 0;
+ border-radius: 100%;
+ outline: none;
+ background: no-repeat center;
+ background-size: 16px;
+ cursor: pointer;
+}
+
+.assessment-results__mark.icon-eye-inactive {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E");
+}
+
+.assessment-results__mark.icon-eye-active {
+ background-color: #a4286a;
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E");
+}
+
+.assessment-results__mark.icon-eye-active.yoast-tooltip::before,
+.assessment-results__mark.icon-eye-active.yoast-tooltip::after {
+ display: none;
+}
+
+.assessment-results__mark.icon-eye-disabled {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23e6e6e6%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E");
+}
+
+.assessment-results__mark:focus {
+ border-radius: 100%;
+ box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
+}
+
+.assessment-results__mark-container {
+ display: inline-block;
+ float: left;
+ width: 33px;
+ min-height: 1px;
+}
+
+/* loading dialog */
+.YoastSEO_msg .right,
+.YoastSEO_msg .left {
+ display: none;
+}
+
+@keyframes animatedBackground {
+ from {
+ background-position: 100% 0;
+ }
+
+ to {
+ background-position: 0% 0;
+ }
+}
+
+.YoastSEO_msg .bufferbar {
+ display: block;
+ width: 100%;
+ height: 12px;
+ margin: 10px 0 10px 0;
+ border: 1px solid #dfdfdf;
+ /*multiple background definitions for the sake of browsercompatibility*/
+ background-image: linear-gradient(to right, #fff, #0063ff, #fff, #0063ff);
+ background-position: 100% 0;
+ background-size: 300% 100%;
+ animation: animatedBackground 5s linear infinite;
+}
+
+.yoast-tooltip {
+ position: relative;
+}
+
+button.yoast-tooltip {
+ /* IE 11 needs overflow: visible on buttons. */
+ overflow: visible;
+}
+
+.yoast-tooltip::after {
+ display: none;
+ position: absolute;
+ z-index: 1000000;
+ padding: 5px 8px;
+ border-radius: 3px;
+ opacity: 0;
+ color: #fff;
+ background: rgba(0, 0, 0, 0.8);
+ text-shadow: none;
+ font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ text-align: center;
+ white-space: pre;
+ text-decoration: none;
+ letter-spacing: normal;
+ text-transform: none;
+ word-wrap: break-word;
+ content: attr(aria-label);
+ pointer-events: none;
+
+ -webkit-font-smoothing: subpixel-antialiased;
+}
+
+/*
+ * Use a data attribute as alternative source for the tooltip text.
+ * Add this selector as modifier of the base selector.
+ */
+.yoast-tooltip-alt::after {
+ content: attr(data-label);
+}
+
+.yoast-tooltip::before {
+ display: none;
+ position: absolute;
+ z-index: 1000001;
+ width: 0;
+ height: 0;
+ border: 5px solid transparent;
+ opacity: 0;
+ color: rgba(0, 0, 0, 0.8);
+ content: "\00a0";
+ pointer-events: none;
+}
+
+@keyframes yoast-tooltip-appear {
+ from {
+ opacity: 0;
+ }
+
+ to {
+ opacity: 1;
+ }
+}
+
+.yoast-tooltip:hover::before,
+.yoast-tooltip:hover::after,
+.yoast-tooltip:active::before,
+.yoast-tooltip:active::after,
+.yoast-tooltip:focus::before,
+.yoast-tooltip:focus::after {
+ display: inline-block;
+ text-decoration: none;
+ animation-name: yoast-tooltip-appear;
+ animation-duration: 0.1s;
+ animation-timing-function: ease-in;
+ animation-delay: 0.4s;
+
+ animation-fill-mode: forwards;
+}
+
+.yoast-tooltip-no-delay:hover::before,
+.yoast-tooltip-no-delay:hover::after,
+.yoast-tooltip-no-delay:active::before,
+.yoast-tooltip-no-delay:active::after,
+.yoast-tooltip-no-delay:focus::before,
+.yoast-tooltip-no-delay:focus::after {
+ opacity: 1;
+ animation: none;
+}
+
+.yoast-tooltip-multiline:hover::after,
+.yoast-tooltip-multiline:active::after,
+.yoast-tooltip-multiline:focus::after {
+ display: table-cell;
+}
+
+.yoast-tooltip-s::after,
+.yoast-tooltip-se::after,
+.yoast-tooltip-sw::after {
+ top: 100%;
+ left: 50%;
+ margin-top: 5px;
+}
+
+.yoast-tooltip-s::before,
+.yoast-tooltip-se::before,
+.yoast-tooltip-sw::before {
+ top: auto;
+ left: 50%;
+ bottom: -5px;
+ margin-left: -5px;
+ border-bottom-color: rgba(0, 0, 0, 0.8);
+}
+
+.yoast-tooltip-se::after {
+ left: auto;
+ right: 50%;
+ margin-right: -15px;
+}
+
+.yoast-tooltip-sw::after {
+ margin-left: -15px;
+}
+
+.yoast-tooltip-n::after,
+.yoast-tooltip-ne::after,
+.yoast-tooltip-nw::after {
+ left: 50%;
+ bottom: 100%;
+ margin-bottom: 5px;
+}
+
+.yoast-tooltip-n::before,
+.yoast-tooltip-ne::before,
+.yoast-tooltip-nw::before {
+ top: -5px;
+ left: 50%;
+ bottom: auto;
+ margin-left: -5px;
+ border-top-color: rgba(0, 0, 0, 0.8);
+}
+
+.yoast-tooltip-ne::after {
+ left: auto;
+ right: 50%;
+ margin-right: -15px;
+}
+
+.yoast-tooltip-nw::after {
+ margin-left: -15px;
+}
+
+.yoast-tooltip-s::after,
+.yoast-tooltip-n::after {
+ -ms-transform: translateX(-50%);
+ transform: translateX(-50%);
+}
+
+.yoast-tooltip-w::after {
+ left: 100%;
+ bottom: 50%;
+ margin-left: 5px;
+ -ms-transform: translateY(50%);
+ transform: translateY(50%);
+}
+
+.yoast-tooltip-w::before {
+ top: 50%;
+ bottom: 50%;
+ right: -5px;
+ margin-top: -5px;
+ border-right-color: rgba(0, 0, 0, 0.8);
+}
+
+.yoast-tooltip-e::after {
+ bottom: 50%;
+ right: 100%;
+ margin-right: 5px;
+ -ms-transform: translateY(50%);
+ transform: translateY(50%);
+}
+
+.yoast-tooltip-e::before {
+ top: 50%;
+ left: -5px;
+ bottom: 50%;
+ margin-top: -5px;
+ border-left-color: rgba(0, 0, 0, 0.8);
+}
+
+.yoast-tooltip-multiline::after {
+ width: -webkit-max-content;
+ width: -moz-max-content;
+ width: max-content;
+ max-width: 250px;
+ border-collapse: separate;
+ white-space: pre-line;
+ word-wrap: normal;
+ word-break: break-word;
+}
+
+.yoast-tooltip-multiline.yoast-tooltip-s::after,
+.yoast-tooltip-multiline.yoast-tooltip-n::after {
+ left: auto;
+ right: 50%;
+ -ms-transform: translateX(50%);
+ transform: translateX(50%);
+}
+
+.yoast-tooltip-multiline.yoast-tooltip-w::after,
+.yoast-tooltip-multiline.yoast-tooltip-e::after {
+ left: 100%;
+}
+
+@media screen and (min-width: 0\0) {
+ .yoast-tooltip-multiline::after {
+ width: 250px;
+ }
+}
+
+.yoast-tooltip-sticky::before,
+.yoast-tooltip-sticky::after {
+ display: inline-block;
+}
+
+.yoast-tooltip-sticky.yoast-tooltip-multiline::after {
+ display: table-cell;
+}
+
+@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
+ .yoast-tooltip-w::after {
+ margin-left: 4.5px;
+ }
+}
+
+/* Dynamically set when the Help is expanded to avoid horizontal scrolling */
+#wpcontent.yoast-help-center-open {
+ overflow-x: hidden;
+}
+
+.wpseo-tab-video-container {
+ margin-bottom: 20px;
+ border-bottom: 1px solid #a4286a;
+}
+
+.wpseo-tab-video-container__handle {
+ width: 100%;
+ margin: 0;
+ padding: 10px;
+ border: none;
+ outline: none;
+ color: #a4286a;
+ background: none;
+ line-height: 19px;
+ text-align: right;
+ cursor: pointer;
+}
+
+.wpseo-tab-video-container__handle .toggle__arrow {
+ text-decoration: none;
+}
+
+.wpseo-tab-video-container__handle:hover,
+.wpseo-tab-video-container__handle:focus {
+ text-decoration: underline;
+}
+
+.wpseo-tab-video-container__handle .dashicons-before:before {
+ margin-left: 5px;
+}
+
+.wpseotab .wpseo-tab-video-container {
+ margin-top: -15px;
+}
+
+.wpseo-tab-video-slideout {
+ display: none;
+ min-height: 320px;
+ margin: 0 -9999px;
+ /* hide the container bottom border when expanded */
+ margin-bottom: -1px;
+ padding: 2em 9999px;
+ background-color: #a4286a;
+ box-shadow: inset 0 10px 10px -5px rgba(123, 30, 80, 0.5), inset 0 -10px 10px -5px rgba(123, 30, 80, 0.5);
+
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+}
+
+.wpseo-tab-video-slideout .contextual-help-tabs-wrap {
+ padding: 0;
+
+ flex-basis: 0;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ /* do not use the shorthand syntax to avoid the unitless bug in IE 11 */
+ -ms-flex-positive: 1;
+ -ms-flex-preferred-size: 0;
+ flex-shrink: 1;
+}
+
+.wpseo-tab-video-slideout a {
+ color: white;
+}
+
+.wpseo-tab-video-slideout a.button,
+.wpseo-tab-video-slideout a.button-primary {
+ text-decoration: none;
+}
+
+.wpseo-tab-video-slideout h1,
+.wpseo-tab-video-slideout h2,
+.wpseo-tab-video-slideout h3,
+.wpseo-tab-video-slideout h4,
+.wpseo-tab-video-slideout h5,
+.wpseo-tab-video-slideout h6 {
+ margin-top: 0.5em;
+ padding-top: 0;
+ color: white;
+ font-weight: 500;
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea {
+ float: right;
+ /* min-width to make two boxes always have the same min width */
+ min-width: 234px;
+ /* max-width to make two boxes take the same space of the video above: 560px */
+ max-width: 242px;
+ margin: 0 0 1em 12px;
+ padding: 15px 15px 5px;
+ border: 1px solid;
+ border-color: white;
+ border-radius: 30px;
+ border-bottom-left-radius: 0;
+ color: white;
+ background-color: #a4286a;
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a,
+.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:hover,
+.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:focus {
+ color: white;
+ font-weight: 500;
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea h3 {
+ margin: 0;
+}
+
+.wpseo-tab-video-slideout .yoast-help-center-tabs {
+ width: 180px;
+ padding: 0 0 1em 1em;
+ color: white;
+ background-color: #a4286a;
+
+ -ms-flex: 0 0 auto;
+ flex: 0 0 auto;
+}
+
+.wpseo-tab-video-slideout .yoast-help-center-tabs ul {
+ margin: 0;
+}
+
+.wpseo-tab-video-slideout .help-tab-content {
+ margin: 0;
+ color: white;
+ font-weight: 300;
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel--video {
+ /* In the settings pages is not a children of the flexbox container. */
+ float: right;
+ margin-left: 1em;
+ padding-bottom: 1em;
+
+ -ms-flex: 0 0 auto;
+ flex: 0 0 auto;
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel--video iframe {
+ /* remove iframe descender space */
+ vertical-align: middle;
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel--text {
+ min-width: 264px;
+ margin: 0 auto;
+
+ flex-basis: 0;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ /* do not use the shorthand syntax to avoid the unitless bug in IE 11 */
+ -ms-flex-positive: 1;
+ -ms-flex-preferred-size: 0;
+ flex-shrink: 1;
+ /* must be less than a text box min width */
+}
+
+.wpseo-tab-video-slideout .wpseo-tab-video__panel--text div:last-child {
+ margin-left: 0;
+}
+
+/* When it's inside the metabox (posts, terms, media ). */
+.postbox .wpseo-tab-video-container {
+ margin: -6px -12px 20px;
+}
+
+/* When it's inside the metabox (posts, terms, media ). */
+.postbox .wpseo-tab-video-slideout {
+ margin: 0;
+ padding: 2em 12px 15px;
+}
+
+.inside .wpseo-tab-video-slideout {
+ height: auto;
+}
+
+.wpseo-help-center-item {
+ display: inline;
+}
+
+.wpseo-help-center-item a {
+ display: block;
+ padding: 10px 12px;
+ color: white;
+ text-decoration: none;
+}
+
+.wpseo-help-center-item a:hover,
+.wpseo-help-center-item a:focus {
+ text-decoration: underline;
+}
+
+.wpseo-help-center-item a.dashicons-before:before {
+ margin-left: 3px;
+ text-decoration: none;
+}
+
+.wpseo-help-center-item.active a {
+ color: #a4286a;
+ background-color: white;
+}
+
+.yoast-section {
+ position: relative;
+ width: 640px;
+ padding: 0 20px 15px;
+ border: 1px solid #f7f7f7;
+ border-radius: 20px;
+ background-color: #fff;
+}
+
+.yoast-section__heading {
+ margin: 0 -20px 15px;
+ padding: 8px 20px;
+ border-bottom: 1px solid #f7f7f7;
+ color: #555;
+ font-family: "Open Sans", sans-serif;
+ font-size: 0.9rem;
+ font-weight: 300;
+}
+
+.yoast-section__heading-icon {
+ padding-right: 45px;
+ background-repeat: no-repeat;
+ background-position: right 20px top 0.6em;
+ background-size: 16px;
+}
+
+.yoast-section__heading-icon-file-text-o {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20file%3D%22%23555%22%20d%3D%22M1596%20380q28%2028%2048%2076t20%2088v1152q0%2040%2D28%2068t%2D68%2028h%2D1344q%2D40%200%2D68%2D28t%2D28%2D68v%2D1600q0%2D40%2028%2D68t68%2D28h896q40%200%2088%2020t76%2048zm%2D444%2D244v376h376q%2D10%2D29%2D22%2D41l%2D313%2D313q%2D12%2D12%2D41%2D22zm384%201528v%2D1024h%2D416q%2D40%200%2D68%2D28t%2D28%2D68v%2D416h%2D768v1536h1280zm%2D1024%2D864q0%2D14%209%2D23t23%2D9h704q14%200%2023%209t9%2023v64q0%2014%2D9%2023t%2D23%209h%2D704q%2D14%200%2D23%2D9t%2D9%2D23v%2D64zm736%20224q14%200%2023%209t9%2023v64q0%2014%2D9%2023t%2D23%209h%2D704q%2D14%200%2D23%2D9t%2D9%2D23v%2D64q0%2D14%209%2D23t23%2D9h704zm0%20256q14%200%2023%209t9%2023v64q0%2014%2D9%2023t%2D23%209h%2D704q%2D14%200%2D23%2D9t%2D9%2D23v%2D64q0%2D14%209%2D23t23%2D9h704z%22%2F%3E%3C%2Fsvg%3E");
+}
+
+.yoast-section *,
+.yoast-section {
+ box-sizing: border-box;
+}
+
+.yoast-section *:before,
+.yoast-section *:after,
+.yoast-section:before,
+.yoast-section:after {
+ box-sizing: border-box;
+}
+
+/* Hide the taxonomy metabox rich editor when it's first inserted in the form. */
+#edittag > #wp-description-wrap {
+ display: none;
+}
+
+#wp-description-wrap .wp-editor-area {
+ border: 0;
+}
+
+/* Give the original textarea enough height to mitigate content flash. */
+.term-description-wrap td > textarea#description {
+ min-height: 530px;
+}
+
+/**
+ * Lines below came from metabox-tabs.css
+ *
+ * Metabox Tabs
+ */
+ul.wpseo-metabox-tabs {
+ display: none;
+ margin-top: 6px;
+ margin-bottom: 0;
+}
+
+/* Contain floated list items and have overflow visible for the active tab */
+ul.wpseo-metabox-tabs:after {
+ display: table;
+ clear: both;
+ content: "";
+}
+
+.wpseo-metabox-tabs-div ul {
+ list-style: none;
+}
+
+ul.wpseo-metabox-tabs li.active {
+ background-color: #fdfdfd;
+}
+
+.wpseo-meta-section {
+ display: none;
+ width: 100%;
+ vertical-align: top;
+}
+
+.wpseo-meta-section.active {
+ display: table-cell;
+}
+
+.wpseo-metabox-sidebar {
+ display: table-cell;
+ width: 40px;
+ padding: 0 0 0 5px;
+ background-color: #fff;
+ vertical-align: top;
+}
+
+.wpseo-metabox-sidebar li span {
+ margin: 3px -5px 0 0;
+ padding: 0 5px 0 2px;
+ border: 0 solid transparent;
+ border-right-width: 3px;
+ border-radius: 3px;
+}
+.wpseo-metabox-sidebar li span.wpseo-buy-premium {
+ color: #a4286a;
+}
+.wpseo-metabox-sidebar li span.wpseo-buy-premium:hover {
+ color: #832055;
+}
+
+.wpseo-metabox-sidebar li.active span {
+ border-color: #333;
+ color: #333;
+}
+.wpseo-metabox-sidebar li.active span.wpseo-buy-premium {
+ border-color: #a4286a;
+ color: #a4286a;
+}
+.wpseo-metabox-sidebar li.active span.wpseo-buy-premium:hover {
+ border-color: #832055;
+ color: #832055;
+}
+
+/* Floated to reset white space between list items */
+ul.wpseo-metabox-tabs li {
+ float: right;
+ margin-left: 5px;
+ margin-bottom: -1px;
+ padding: 0;
+ border: 1px solid #dfdfdf;
+ border-bottom: 0 none;
+}
+ul.wpseo-metabox-tabs li .wpseo-keyword {
+ display: inline-block;
+ overflow: hidden;
+ max-width: 8em;
+ max-width: 8rem;
+ vertical-align: top;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
+.wpseotab.active {
+ display: block;
+ overflow: auto;
+ padding: 0.5em 0.9em;
+ border: 1px solid #ddd;
+ background-color: #fdfdfd;
+}
+
+.wpseo-metabox-tabs .wpseo_tablink {
+ display: inline-block;
+ padding: 5px 12px 6px 12px;
+ vertical-align: top;
+ text-decoration: none;
+}
+
+/* Bigger right padding only for the content tab and the main keyword tabs */
+.wpseo-metabox-tabs .wpseo_content_tab a,
+.wpseo-metabox-tabs .wpseo_content_tab + .wpseo_keyword_tab a {
+ padding-left: 12px;
+}
+
+.wpseo-metabox-tabs .wpseo-score-icon {
+ margin-right: 0;
+}
+
+#wpseo-meta-section-social .wpseo-metabox-tabs .wpseo_tablink {
+ padding: 5px 7px;
+}
+
+.wpseo-metabox-tabs .wpseo_tablink .dashicons {
+ width: 16px;
+ height: 16px;
+ font-size: 16px;
+}
+
+.wpseo-metabox-sidebar .dashicons {
+ width: 30px;
+ height: 30px;
+ font-size: 30px;
+}
+
+.wpseo-metabox-sidebar a {
+ display: inline-block;
+ width: 35px;
+ height: 35px;
+ font-size: 20px;
+ line-height: 30px;
+ text-decoration: none;
+}
+
+.wpseo-metabox-sidebar ul {
+ margin: 0;
+}
+
+.wpseo-metabox-sidebar li {
+ margin-bottom: 0;
+ padding: 5px;
+}
+
+.wpseo-metabox-tabs-div div.wpseo-tabs-panel {
+ overflow: auto;
+ padding: 0.5em 0.9em;
+ border: 1px solid;
+}
+
+.wpseo-heading {
+ padding-right: 10px;
+}
+
+#wpseo_meta .inside {
+ overflow: auto;
+ margin: 6px 0 0 0;
+}
+
+.wpseotab {
+ display: none;
+}
+
+#wpseo_meta .postbox .inside .wpseotab {
+ font-size: 13px !important;
+}
+
+#wpseo_meta .wpseo-tab-video-container h2 {
+ margin-bottom: 20px;
+ padding-right: 0;
+ border: 0;
+ font-size: 1.3em;
+}
+
+.inside .wpseotab .form-table th {
+ width: 140px !important;
+ font-size: 13px;
+}
+
+.inside .wpseotab .form-table td {
+ padding-top: 20px;
+}
+
+.inside .wpseotab .form-table label {
+ vertical-align: top;
+}
+
+.inside .wpseotab .form-table td input,
+.inside .wpseotab .form-table td select {
+ margin-top: -5px;
+}
+
+.inside .wpseotab .form-table #yoast_wpseo_focuskw_text_input,
+.inside .wpseotab .form-table #yoast_wpseo_metakeywords {
+ margin-top: 0;
+}
+
+.inside .wpseotab .form-table td select[multiple] {
+ margin-top: 0;
+}
+
+.wpseotab .wpseo_image_upload_button {
+ margin-right: 3px;
+}
+
+.wpseotab .wpseoanalysis {
+ margin-top: 0;
+}
+
+.good,
+.warn,
+.wrong {
+ font-weight: bold;
+}
+
+.good {
+ color: green;
+}
+
+.warn {
+ color: maroon;
+}
+
+.wrong {
+ color: #dc3232;
+}
+
+#current_seo_title span {
+ padding: 2px 5px;
+ background-color: lightyellow;
+}
+
+#focuskwresults ul {
+ margin: 0;
+}
+
+#focuskwresults p,
+#focuskwresults li {
+ font-size: 13px;
+}
+
+#focuskwresults li {
+ margin: 0 20px 0 0;
+ list-style-type: disc;
+}
+
+.wpseo_hidden {
+ display: none;
+}
+
+/* Linkdex analysis block */
+table.wpseoanalysis th {
+ padding: 15px 0 5px 0;
+ font-size: 14px;
+ text-align: right;
+}
+
+table.wpseoanalysis th.first {
+ padding-top: 0;
+}
+
+table.wpseoanalysis td {
+ margin: 5px 0;
+ font-size: 13px;
+ line-height: 16px;
+}
+
+table.wpseoanalysis td.score {
+ width: 20px;
+ height: 18px;
+ padding-right: 10px;
+}
+
+.wpseo_msg {
+ margin: 5px 0 10px 0;
+ padding: 0 5px;
+ border: 1px solid #e6db55;
+ background-color: lightYellow;
+}
+
+ul.wpseo-metabox-tabs li.wpseo-tab-add-keyword {
+ border: none;
+}
+
+.wpseo-tab-add-keyword .wpseo-add-keyword.button {
+ height: auto;
+ margin-top: 1px;
+ padding: 3px 6px;
+ color: #000;
+ background: transparent;
+ font-size: 14px;
+ line-height: 1;
+ vertical-align: top;
+ text-decoration: none;
+ cursor: pointer;
+}
+
+#wpseo-add-keyword-popup-title {
+ margin: 1em 0;
+ font-size: 1.3em;
+}
+
+/**
+ * Edit Snippet Button focus style.
+ *
+ * This should be abstracted and applied to all buttons.
+ * Or, maybe, take advantage of the `.button` CSS class in WordPress.
+ */
+.snippet-editor__button.snippet-editor__edit-button:focus {
+ border-color: #5b9dd9;
+ outline: none;
+ color: #23282d;
+ background-color: #fafafa;
+ box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
+}
+
+.yoast_help.yoast-help-button {
+ overflow: visible;
+ position: relative;
+ width: 20px;
+ height: 20px;
+ margin: 0;
+ padding: 0;
+ border: 0;
+ outline: none;
+ color: #72777c;
+ background: transparent;
+ box-shadow: none;
+ vertical-align: top;
+ /* IE 11 */
+ cursor: pointer;
+}
+
+.wpseotab .yoast_help.yoast-help-button {
+ float: left;
+}
+
+.wpseotab.content .yoast_help.yoast-help-button {
+ margin-top: -48px;
+}
+
+.wpseo-admin-page .yoast_help.yoast-help-button {
+ margin-left: 6px;
+}
+
+.yoast_help.yoast-help-button:before {
+ position: absolute;
+ top: 0;
+ right: 0;
+ padding: 4px;
+ content: "\f223";
+}
+
+.yoast_help.yoast-help-button:hover,
+.yoast_help.yoast-help-button:focus {
+ color: #0073aa;
+}
+
+.yoast_help.yoast-help-button:focus:before,
+.assessment-results__mark:focus {
+ border-radius: 100%;
+ box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
+}
+
+.yoast-help-panel {
+ display: none;
+ max-width: 30em !important;
+ padding: 0 0 1em;
+ font-weight: normal;
+ white-space: normal;
+}
+
+.wpseo-admin-page .subsubsub li {
+ display: inline;
+ max-width: none;
+}
+
+.yoast-seo-help-container {
+ float: right;
+ width: 100%;
+ max-width: none;
+}
+
+.yoast-seo-help-container .yoast-help-panel {
+ margin: 0.5em 0 !important;
+}
+
+.wpseo_content_wrapper p.search-box {
+ margin: 10px 0 5px 0;
+}
+
+.wpseo-metabox-tabs .active a {
+ color: #333;
+}
+
+#wpseotab .ui-widget-content .ui-state-hover {
+ border: 1px solid #dfdfdf;
+ color: #333;
+ background: #f1f1f1;
+}
+
+/**
+ * Lines below came from taxonomy-meta.css
+ */
+.wpseo-taxonomy-form tr,
+.wpseo-taxonomy-form th,
+.wpseo-taxonomy-form td {
+ vertical-align: top;
+}
+
+.inside .wpseotab .form-table.wpseo-taxonomy-form th {
+ width: 200px !important;
+}
+
+.yst-traffic-light-container {
+ display: block;
+ height: 30px;
+}
+
+.yst-traffic-light {
+ width: 19px;
+ height: 30px;
+ margin: 0 5px 0 0;
+}
+
+.yst-traffic-light .traffic-light-color {
+ display: none;
+}
+
+.yst-traffic-light.init .traffic-light-init {
+ display: inline;
+}
+
+.yst-traffic-light.bad .traffic-light-red {
+ display: inline;
+}
+
+.yst-traffic-light.ok .traffic-light-orange {
+ display: inline;
+}
+
+.yst-traffic-light.good .traffic-light-green {
+ display: inline;
+}
+
+.yst-traffic-light.na .traffic-light-empty {
+ display: inline;
+}
+
+/**
+ * Traffic light in publish box
+ */
+#wpseo-score {
+ float: right;
+ margin: 0 -5px 0 5px;
+}
+
+/**
+* Content and SEO score in publish bar
+*/
+.yoast-seo-score .yoast-logo.svg {
+ float: right;
+ width: 18px;
+ height: 18px;
+ margin-left: 5px;
+ background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
+ background-size: 18px;
+}
+
+.yoast-seo-score .yoast-logo.svg.good {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%237ad03a%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E");
+}
+
+.yoast-seo-score .yoast-logo.svg.ok {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23ee7c1b%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E");
+}
+
+.yoast-seo-score .yoast-logo.svg.bad {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23dc3232%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E");
+}
+
+.yoast-seo-score .yoast-logo.svg.na {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E");
+}
+
+.yoast-seo-score .yoast-logo.svg.noindex {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%231e8cbe%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E");
+}
+
+.term-php .wpseo-taxonomy-metabox-postbox h2 {
+ margin: 0;
+ padding: 8px 12px;
+ border-bottom: 1px solid #eee;
+ font-size: 14px;
+ line-height: 1.4;
+}
+
+.wpseo-buy-premium {
+ padding-left: 5px;
+ color: #a4286a;
+}
+
+.wpseo-metabox-go-to::after {
+ position: static;
+ top: auto;
+ left: auto;
+ width: auto;
+ height: auto;
+ border: none;
+ content: " \00BB";
+}
+
+#wpseo-buy-premium-popup-button.button-buy-premium {
+ border-color: #a4286a;
+ color: #fff;
+ background: #a4286a;
+}
+
+.wpseo-metabox-buy-premium {
+ position: absolute;
+ top: 6px;
+ left: 12px;
+ vertical-align: middle;
+}
+
+.wpseo-metabox-premium-description {
+ margin-top: 0.5em;
+}
+
+ul.wpseo-metabox-premium-advantages {
+ padding-right: 1.5em;
+ list-style: disc;
+}
+
+.yoast-section__heading-icon-list {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M384%201408q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm0%2D512q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm1408%20416v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5zm%2D1408%2D928q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm1408%20416v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5zm0%2D512v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5z%22%2F%3E%3C%2Fsvg%3E");
+}
+
+.yoast-section__heading-icon-key {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M832%20512q0%2D80%2D56%2D136t%2D136%2D56%2D136%2056%2D56%20136q0%2042%2019%2083%2D41%2D19%2D83%2D19%2D80%200%2D136%2056t%2D56%20136%2056%20136%20136%2056%20136%2D56%2056%2D136q0%2D42%2D19%2D83%2041%2019%2083%2019%2080%200%20136%2D56t56%2D136zm851%20704q0%2017%2D49%2066t%2D66%2049q%2D9%200%2D28%2E5%2D16t%2D36%2E5%2D33%2D38%2E5%2D40%2D24%2E5%2D26l%2D96%2096%20220%20220q28%2028%2028%2068%200%2042%2D39%2081t%2D81%2039q%2D40%200%2D68%2D28l%2D671%2D671q%2D176%20131%2D365%20131%2D163%200%2D265%2E5%2D102%2E5t%2D102%2E5%2D265%2E5q0%2D160%2095%2D313t248%2D248%20313%2D95q163%200%20265%2E5%20102%2E5t102%2E5%20265%2E5q0%20189%2D131%20365l355%20355%2096%2D96q%2D3%2D3%2D26%2D24%2E5t%2D40%2D38%2E5%2D33%2D36%2E5%2D16%2D28%2E5q0%2D17%2049%2D66t66%2D49q13%200%2023%2010%206%206%2046%2044%2E5t82%2079%2E5%2086%2E5%2086%2073%2078%2028%2E5%2041z%22%2F%3E%3C%2Fsvg%3E");
+}
+
+.yoast-section__heading-icon-edit {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M491%201536l91%2D91%2D235%2D235%2D91%2091v107h128v128h107zm523%2D928q0%2D22%2D22%2D22%2D10%200%2D17%207l%2D542%20542q%2D7%207%2D7%2017%200%2022%2022%2022%2010%200%2017%2D7l542%2D542q7%2D7%207%2D17zm%2D54%2D192l416%20416%2D832%20832h%2D416v%2D416zm683%2096q0%2053%2D37%2090l%2D166%20166%2D416%2D416%20166%2D165q36%2D38%2090%2D38%2053%200%2091%2038l235%20234q37%2039%2037%2091z%22%20%2F%3E%3C%2Fsvg%3E");
+}
+
+#snippet_preview {
+ padding: 0;
+}
+
+.yoast-tooltip.yoast-tooltip-hidden::before,
+.yoast-tooltip.yoast-tooltip-hidden::after {
+ display: none;
+}
+
+/* Workaround for VoiceOver bug see issue #5857 */
+.screen-reader-text.wpseo-generic-tab-textual-score,
+.screen-reader-text.wpseo-keyword-tab-textual-score {
+ display: block;
+}
+
+@media screen and (max-width: 782px) {
+ .yoast-help-panel {
+ max-width: none !important;
+ }
+ #wpseo-crawl-issues-table-form .subsubsub {
+ float: none;
+ max-width: calc( 100vw - 20px);
+ }
+ #wpseo-crawl-issues-table-form .yoast-help-button {
+ margin-top: 3px;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/metabox-400-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/metabox-400-rtl.min.css
new file mode 100644
index 0000000..e1d9eb7
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/metabox-400-rtl.min.css
@@ -0,0 +1 @@
+.snippet-editor__heading,.yoast-section__heading{font-family:"Open Sans",sans-serif}#meta_container,.assessment-results,.snippet_container:after,li.score:after{clear:both}.snippet_container:after,.snippet_container:before{display:table;content:" "}.snippet-editor__container{position:relative;cursor:pointer}.snippet-editor__heading{margin:0 -20px 15px;padding:8px 20px;border-bottom:1px solid #f7f7f7;color:#555;font-size:.9rem;font-weight:300}.snippet-editor__heading-editor{border-top:1px solid #f7f7f7}.snippet-editor__heading-icon{padding-right:45px;background-repeat:no-repeat;background-position:right 20px top .6em;background-size:16px}.snippet-editor__container--focus:before,.snippet-editor__container--focus:hover:before,.snippet-editor__container:hover:before{position:absolute;right:-22px;width:24px;height:24px;background-size:25px;content:"";display:block;top:-3px}.snippet-editor__heading-icon-eye{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__container:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__container--focus:before,.snippet-editor__container--focus:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__preview{padding:0 20px 15px}.snippet-editor__button{padding:8px 10px;border:1px solid #dbdbdb;border-radius:4px;color:#555;background:#f7f7f7;font-size:.8rem;cursor:pointer}.snippet-editor__edit-button{display:block;margin-top:1em;padding-right:32px;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M491%201536l91%2D91%2D235%2D235%2D91%2091v107h128v128h107zm523%2D928q0%2D22%2D22%2D22%2D10%200%2D17%207l%2D542%20542q%2D7%207%2D7%2017%200%2022%2022%2022%2010%200%2017%2D7l542%2D542q7%2D7%207%2D17zm%2D54%2D192l416%20416%2D832%20832h%2D416v%2D416zm683%2096q0%2053%2D37%2090l%2D166%20166%2D416%2D416%20166%2D165q36%2D38%2090%2D38%2053%200%2091%2038l235%20234q37%2039%2037%2091z%22%20%2F%3E%3C%2Fsvg%3E") right 8px top 50% no-repeat #f7f7f7;background-size:16px}.snippet-editor__form{padding:20px}.snippet-editor__label{display:block;position:relative;width:100%;margin-top:1em}.snippet-editor__label--focus:before,.snippet-editor__label--hover:before{right:-22px;width:24px;height:24px;background-size:25px;display:block;content:"";position:absolute}.snippet-editor__label:first-child{margin-top:0}.snippet-editor__label--hover:before{top:-3px;top:20px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__label--focus:before{top:-3px;top:20px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%231074a8%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__input{display:block;box-sizing:border-box;width:100%;max-width:100%;margin-top:5px;border:1px solid #bfbfbf}.snippet-editor__input:focus{border:1px solid #1074a8;outline:0}.rtl .snippet-editor__container:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E")}.rtl .snippet-editor__container--focus:before,.rtl .snippet-editor__container--focus:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E")}.rtl .snippet-editor__label--hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E")}.rtl .snippet-editor__label--focus:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%231074a8%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E")}.snippet-editor__meta-description{height:70px}.snippet-editor__submit{margin-top:1em}#snippet_cite{min-width:20px}#meta_container{min-height:20px}.snippet_container .title{display:block;overflow:hidden;width:600px;margin:0;color:#1e0fbe;font-size:18px;font-weight:400;line-height:1.2;white-space:nowrap;text-decoration:none;text-overflow:ellipsis}.snippet_container .desc,.snippet_container .url{font-size:13px;line-height:1.4}.snippet_container .url{display:inline-block;float:right;color:#006621;font-size:14px;font-style:normal;line-height:16px}.snippet_container .down_arrow{float:right;margin-top:6px;margin-right:5px;border-top:5px solid #006621;border-left:4px solid transparent;border-right:4px solid transparent}.snippet_container .desc-default{color:#545454}.snippet_container .desc-default strong{color:#6a6a6a}.snippet_container .desc-render{color:#777}.snippet_container .tooLong{color:red!important}.snippet-editor__field--invalid{color:red}.snippet-editor__progress{display:block;box-sizing:border-box;width:100%;height:8px;margin-top:5px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.assessment-results__mark.icon-eye-active.yoast-tooltip::after,.assessment-results__mark.icon-eye-active.yoast-tooltip::before,.snippet-editor--hidden{display:none}.snippet-editor__progress::-webkit-progress-bar{height:8px;border:1px solid #bfbfbf;background-color:#f7f7f7}.snippet-editor__progress--fallback{height:8px;border:1px solid #bfbfbf;background-color:#f7f7f7}.snippet-editor__progress-bar{width:0;max-width:100%;height:100%}.snippet-editor__date{color:grey;font-size:13px;line-height:1.4}.snippet-editor__progress--bad[value]{color:#dc3232}.snippet-editor__progress--bad[value]::-webkit-progress-value{background-color:#dc3232;transition:width 250ms}.snippet-editor__progress--bad[value]::-moz-progress-bar{background-color:#dc3232}.snippet-editor__progress--bad[value] .snippet-editor__progress-bar{background-color:#dc3232}.snippet-editor__progress--ok[value]{color:#ee7c1b}.snippet-editor__progress--ok[value]::-webkit-progress-value{background-color:#ee7c1b;transition:width 250ms}.snippet-editor__progress--ok[value]::-moz-progress-bar{background-color:#ee7c1b}.snippet-editor__progress--ok[value] .snippet-editor__progress-bar{background-color:#ee7c1b}.snippet-editor__progress--good[value]{color:#7ad03a}.snippet-editor__progress--good[value]::-webkit-progress-value{background-color:#7ad03a;transition:width 250ms}.snippet-editor__progress--good[value]::-moz-progress-bar{background-color:#7ad03a}.snippet-editor__progress--good[value] .snippet-editor__progress-bar{background-color:#7ad03a}.wpseoanalysis{padding-left:0}.wpseo-score-text{float:right;width:86%;width:calc(100% - 56px)}.assessment-results .wpseo-score-icon{float:right;width:12px;height:12px;margin:3px 0 0 10px;border-radius:50%;background:#888}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#999}.wpseo-score-icon.noindex{background-color:#1e8cbe}li.score{margin-bottom:6px;list-style-type:none!important}li.score:after{display:table;content:""}.screen-reader-text{overflow:hidden;clip:rect(1px,1px,1px,1px);position:absolute!important;width:1px;height:1px}.assessment-results__mark.icon-eye-active,.assessment-results__mark.icon-eye-disabled,.assessment-results__mark.icon-eye-inactive{float:right;width:28px;height:28px;margin:-5px 3px 0;padding:4px;border:0;border-radius:100%;outline:0;background:center no-repeat;background-size:16px;cursor:pointer}.assessment-results__mark.icon-eye-inactive{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E")}.assessment-results__mark.icon-eye-active{background-color:#a4286a;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E")}.assessment-results__mark.icon-eye-disabled{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23e6e6e6%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E")}.assessment-results__mark-container{display:inline-block;float:left;width:33px;min-height:1px}.YoastSEO_msg .left,.YoastSEO_msg .right{display:none}@keyframes animatedBackground{from{background-position:100% 0}to{background-position:0 0}}.YoastSEO_msg .bufferbar{display:block;width:100%;height:12px;margin:10px 0;border:1px solid #dfdfdf;background-image:linear-gradient(to right,#fff,#0063ff,#fff,#0063ff);background-position:100% 0;background-size:300% 100%;animation:animatedBackground 5s linear infinite}.yoast-tooltip{position:relative}button.yoast-tooltip{overflow:visible}.yoast-tooltip::after{display:none;position:absolute;z-index:1000000;padding:5px 8px;border-radius:3px;opacity:0;color:#fff;background:rgba(0,0,0,.8);text-shadow:none;font:normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";text-align:center;white-space:pre;text-decoration:none;letter-spacing:normal;text-transform:none;word-wrap:break-word;content:attr(aria-label);pointer-events:none;-webkit-font-smoothing:subpixel-antialiased}.yoast-tooltip-alt::after{content:attr(data-label)}.yoast-tooltip::before{display:none;position:absolute;z-index:1000001;width:0;height:0;border:5px solid transparent;opacity:0;color:rgba(0,0,0,.8);content:"\00a0";pointer-events:none}@keyframes yoast-tooltip-appear{from{opacity:0}to{opacity:1}}.yoast-tooltip:active::after,.yoast-tooltip:active::before,.yoast-tooltip:focus::after,.yoast-tooltip:focus::before,.yoast-tooltip:hover::after,.yoast-tooltip:hover::before{display:inline-block;text-decoration:none;animation-name:yoast-tooltip-appear;animation-duration:.1s;animation-timing-function:ease-in;animation-delay:.4s;animation-fill-mode:forwards}.yoast-tooltip-no-delay:active::after,.yoast-tooltip-no-delay:active::before,.yoast-tooltip-no-delay:focus::after,.yoast-tooltip-no-delay:focus::before,.yoast-tooltip-no-delay:hover::after,.yoast-tooltip-no-delay:hover::before{opacity:1;animation:none}.yoast-tooltip-multiline:active::after,.yoast-tooltip-multiline:focus::after,.yoast-tooltip-multiline:hover::after{display:table-cell}.yoast-tooltip-s::after,.yoast-tooltip-se::after,.yoast-tooltip-sw::after{top:100%;left:50%;margin-top:5px}.yoast-tooltip-s::before,.yoast-tooltip-se::before,.yoast-tooltip-sw::before{top:auto;left:50%;bottom:-5px;margin-left:-5px;border-bottom-color:rgba(0,0,0,.8)}.yoast-tooltip-se::after{left:auto;right:50%;margin-right:-15px}.yoast-tooltip-sw::after{margin-left:-15px}.yoast-tooltip-n::after,.yoast-tooltip-ne::after,.yoast-tooltip-nw::after{left:50%;bottom:100%;margin-bottom:5px}.yoast-tooltip-n::before,.yoast-tooltip-ne::before,.yoast-tooltip-nw::before{top:-5px;left:50%;bottom:auto;margin-left:-5px;border-top-color:rgba(0,0,0,.8)}.yoast-tooltip-ne::after{left:auto;right:50%;margin-right:-15px}.yoast-tooltip-nw::after{margin-left:-15px}.yoast-tooltip-n::after,.yoast-tooltip-s::after{-ms-transform:translateX(-50%);transform:translateX(-50%)}.yoast-tooltip-w::after{left:100%;bottom:50%;margin-left:5px;-ms-transform:translateY(50%);transform:translateY(50%)}.yoast-tooltip-w::before{top:50%;bottom:50%;right:-5px;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.yoast-tooltip-e::after{bottom:50%;right:100%;margin-right:5px;-ms-transform:translateY(50%);transform:translateY(50%)}.yoast-tooltip-e::before{top:50%;left:-5px;bottom:50%;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.yoast-tooltip-multiline::after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;border-collapse:separate;white-space:pre-line;word-wrap:normal;word-break:break-word}.yoast-tooltip-multiline.yoast-tooltip-n::after,.yoast-tooltip-multiline.yoast-tooltip-s::after{left:auto;right:50%;-ms-transform:translateX(50%);transform:translateX(50%)}.yoast-tooltip-multiline.yoast-tooltip-e::after,.yoast-tooltip-multiline.yoast-tooltip-w::after{left:100%}@media screen and (min-width:0\0){.yoast-tooltip-multiline::after{width:250px}}.yoast-tooltip-sticky::after,.yoast-tooltip-sticky::before{display:inline-block}.yoast-tooltip-sticky.yoast-tooltip-multiline::after{display:table-cell}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-moz-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.yoast-tooltip-w::after{margin-left:4.5px}}#wpcontent.yoast-help-center-open{overflow-x:hidden}.wpseo-tab-video-container{margin-bottom:20px;border-bottom:1px solid #a4286a}.wpseo-tab-video-container__handle{width:100%;margin:0;padding:10px;border:none;outline:0;color:#a4286a;background:0 0;line-height:19px;text-align:right;cursor:pointer}.wpseo-tab-video-container__handle .toggle__arrow{text-decoration:none}.wpseo-tab-video-container__handle:focus,.wpseo-tab-video-container__handle:hover{text-decoration:underline}.wpseo-tab-video-container__handle .dashicons-before:before{margin-left:5px}.wpseotab .wpseo-tab-video-container{margin-top:-15px}.wpseo-tab-video-slideout{display:none;min-height:320px;margin:0 -9999px -1px;padding:2em 9999px;background-color:#a4286a;box-shadow:inset 0 10px 10px -5px rgba(123,30,80,.5),inset 0 -10px 10px -5px rgba(123,30,80,.5);-ms-flex-wrap:wrap;flex-wrap:wrap}.wpseo-tab-video-slideout .contextual-help-tabs-wrap{padding:0;flex-basis:0;flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-shrink:1}.wpseo-tab-video-slideout a{color:#fff}.wpseo-tab-video-slideout a.button,.wpseo-tab-video-slideout a.button-primary{text-decoration:none}.wpseo-tab-video-slideout h1,.wpseo-tab-video-slideout h2,.wpseo-tab-video-slideout h3,.wpseo-tab-video-slideout h4,.wpseo-tab-video-slideout h5,.wpseo-tab-video-slideout h6{margin-top:.5em;padding-top:0;color:#fff;font-weight:500}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea{float:right;min-width:234px;max-width:242px;margin:0 0 1em 12px;padding:15px 15px 5px;border:1px solid #fff;border-radius:30px 30px 30px 0;color:#fff;background-color:#a4286a}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea h3,.wpseo-tab-video-slideout .yoast-help-center-tabs ul{margin:0}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a,.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:focus,.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:hover{color:#fff;font-weight:500}.wpseo-tab-video-slideout .yoast-help-center-tabs{width:180px;padding:0 0 1em 1em;color:#fff;background-color:#a4286a;-ms-flex:0 0 auto;flex:0 0 auto}.wpseo-tab-video-slideout .help-tab-content{margin:0;color:#fff;font-weight:300}.wpseo-tab-video-slideout .wpseo-tab-video__panel--video{float:right;margin-left:1em;padding-bottom:1em;-ms-flex:0 0 auto;flex:0 0 auto}.wpseo-tab-video-slideout .wpseo-tab-video__panel--video iframe{vertical-align:middle}.wpseo-tab-video-slideout .wpseo-tab-video__panel--text{min-width:264px;margin:0 auto;flex-basis:0;flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-shrink:1}.wpseo-tab-video-slideout .wpseo-tab-video__panel--text div:last-child{margin-left:0}.postbox .wpseo-tab-video-container{margin:-6px -12px 20px}.postbox .wpseo-tab-video-slideout{margin:0;padding:2em 12px 15px}.inside .wpseo-tab-video-slideout{height:auto}.wpseo-help-center-item{display:inline}.wpseo-help-center-item a{display:block;padding:10px 12px;color:#fff;text-decoration:none}.wpseo-help-center-item a:focus,.wpseo-help-center-item a:hover{text-decoration:underline}.wpseo-help-center-item a.dashicons-before:before{margin-left:3px;text-decoration:none}.wpseo-help-center-item.active a{color:#a4286a;background-color:#fff}.yoast-section{position:relative;width:640px;padding:0 20px 15px;border:1px solid #f7f7f7;border-radius:20px;background-color:#fff}.yoast-section__heading{margin:0 -20px 15px;padding:8px 20px;border-bottom:1px solid #f7f7f7;color:#555;font-size:.9rem;font-weight:300}.yoast-section__heading-icon{padding-right:45px;background-repeat:no-repeat;background-position:right 20px top .6em;background-size:16px}.yoast-section__heading-icon-file-text-o{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20file%3D%22%23555%22%20d%3D%22M1596%20380q28%2028%2048%2076t20%2088v1152q0%2040%2D28%2068t%2D68%2028h%2D1344q%2D40%200%2D68%2D28t%2D28%2D68v%2D1600q0%2D40%2028%2D68t68%2D28h896q40%200%2088%2020t76%2048zm%2D444%2D244v376h376q%2D10%2D29%2D22%2D41l%2D313%2D313q%2D12%2D12%2D41%2D22zm384%201528v%2D1024h%2D416q%2D40%200%2D68%2D28t%2D28%2D68v%2D416h%2D768v1536h1280zm%2D1024%2D864q0%2D14%209%2D23t23%2D9h704q14%200%2023%209t9%2023v64q0%2014%2D9%2023t%2D23%209h%2D704q%2D14%200%2D23%2D9t%2D9%2D23v%2D64zm736%20224q14%200%2023%209t9%2023v64q0%2014%2D9%2023t%2D23%209h%2D704q%2D14%200%2D23%2D9t%2D9%2D23v%2D64q0%2D14%209%2D23t23%2D9h704zm0%20256q14%200%2023%209t9%2023v64q0%2014%2D9%2023t%2D23%209h%2D704q%2D14%200%2D23%2D9t%2D9%2D23v%2D64q0%2D14%209%2D23t23%2D9h704z%22%2F%3E%3C%2Fsvg%3E")}.yoast-section,.yoast-section *,.yoast-section :after,.yoast-section :before,.yoast-section:after,.yoast-section:before{box-sizing:border-box}#edittag>#wp-description-wrap{display:none}#wp-description-wrap .wp-editor-area{border:0}.term-description-wrap td>textarea#description{min-height:530px}ul.wpseo-metabox-tabs{display:none;margin-top:6px;margin-bottom:0}ul.wpseo-metabox-tabs:after{display:table;clear:both;content:""}.wpseo-metabox-tabs-div ul{list-style:none}ul.wpseo-metabox-tabs li.active{background-color:#fdfdfd}.wpseo-meta-section{display:none;width:100%;vertical-align:top}.wpseo-meta-section.active{display:table-cell}.wpseo-metabox-sidebar{display:table-cell;width:40px;padding:0 0 0 5px;background-color:#fff;vertical-align:top}.wpseo-metabox-sidebar li span{margin:3px -5px 0 0;padding:0 5px 0 2px;border:0 solid transparent;border-right-width:3px;border-radius:3px}.wpseo-metabox-sidebar li span.wpseo-buy-premium{color:#a4286a}.wpseo-metabox-sidebar li span.wpseo-buy-premium:hover{color:#832055}.wpseo-metabox-sidebar li.active span{border-color:#333;color:#333}.wpseo-metabox-sidebar li.active span.wpseo-buy-premium{border-color:#a4286a;color:#a4286a}.wpseo-metabox-sidebar li.active span.wpseo-buy-premium:hover{border-color:#832055;color:#832055}ul.wpseo-metabox-tabs li{float:right;margin-left:5px;margin-bottom:-1px;padding:0;border:1px solid #dfdfdf;border-bottom:0 none}ul.wpseo-metabox-tabs li .wpseo-keyword{display:inline-block;overflow:hidden;max-width:8em;max-width:8rem;vertical-align:top;white-space:nowrap;text-overflow:ellipsis}.wpseotab.active{display:block;overflow:auto;padding:.5em .9em;border:1px solid #ddd;background-color:#fdfdfd}.wpseo-metabox-tabs .wpseo_tablink{display:inline-block;padding:5px 12px 6px;vertical-align:top;text-decoration:none}.wpseo-metabox-tabs .wpseo_content_tab a,.wpseo-metabox-tabs .wpseo_content_tab+.wpseo_keyword_tab a{padding-left:12px}.wpseo-metabox-tabs .wpseo-score-icon{margin-right:0}#wpseo-meta-section-social .wpseo-metabox-tabs .wpseo_tablink{padding:5px 7px}.wpseo-metabox-tabs .wpseo_tablink .dashicons{width:16px;height:16px;font-size:16px}.wpseo-metabox-sidebar .dashicons{width:30px;height:30px;font-size:30px}.wpseo-metabox-sidebar a{display:inline-block;width:35px;height:35px;font-size:20px;line-height:30px;text-decoration:none}.wpseo_hidden,.wpseotab{display:none}.wpseo-metabox-sidebar ul{margin:0}.wpseo-metabox-sidebar li{margin-bottom:0;padding:5px}.wpseo-metabox-tabs-div div.wpseo-tabs-panel{overflow:auto;padding:.5em .9em;border:1px solid}.wpseo-heading{padding-right:10px}#wpseo_meta .inside{overflow:auto;margin:6px 0 0}#wpseo_meta .postbox .inside .wpseotab{font-size:13px!important}#wpseo_meta .wpseo-tab-video-container h2{margin-bottom:20px;padding-right:0;border:0;font-size:1.3em}.inside .wpseotab .form-table th{width:140px!important;font-size:13px}.inside .wpseotab .form-table td{padding-top:20px}.inside .wpseotab .form-table label{vertical-align:top}.inside .wpseotab .form-table td input,.inside .wpseotab .form-table td select{margin-top:-5px}.inside .wpseotab .form-table #yoast_wpseo_focuskw_text_input,.inside .wpseotab .form-table #yoast_wpseo_metakeywords,.inside .wpseotab .form-table td select[multiple],.wpseotab .wpseoanalysis{margin-top:0}.wpseotab .wpseo_image_upload_button{margin-right:3px}.good,.warn,.wrong{font-weight:700}.good{color:green}.warn{color:maroon}.wrong{color:#dc3232}#current_seo_title span{padding:2px 5px;background-color:#ffffe0}#focuskwresults ul{margin:0}#focuskwresults li,#focuskwresults p{font-size:13px}#focuskwresults li{margin:0 20px 0 0;list-style-type:disc}table.wpseoanalysis th{padding:15px 0 5px;font-size:14px;text-align:right}table.wpseoanalysis th.first{padding-top:0}table.wpseoanalysis td{margin:5px 0;font-size:13px;line-height:16px}table.wpseoanalysis td.score{width:20px;height:18px;padding-right:10px}.wpseo_msg{margin:5px 0 10px;padding:0 5px;border:1px solid #e6db55;background-color:#ffffe0}ul.wpseo-metabox-tabs li.wpseo-tab-add-keyword{border:none}.wpseo-tab-add-keyword .wpseo-add-keyword.button{height:auto;margin-top:1px;padding:3px 6px;color:#000;background:0 0;font-size:14px;line-height:1;vertical-align:top;text-decoration:none;cursor:pointer}#wpseo-add-keyword-popup-title{margin:1em 0;font-size:1.3em}.snippet-editor__button.snippet-editor__edit-button:focus{border-color:#5b9dd9;outline:0;color:#23282d;background-color:#fafafa;box-shadow:0 0 3px rgba(0,115,170,.8)}.yoast_help.yoast-help-button{overflow:visible;position:relative;width:20px;height:20px;margin:0;padding:0;border:0;outline:0;color:#72777c;background:0 0;box-shadow:none;vertical-align:top;cursor:pointer}.wpseotab .yoast_help.yoast-help-button{float:left}.wpseotab.content .yoast_help.yoast-help-button{margin-top:-48px}.wpseo-admin-page .yoast_help.yoast-help-button{margin-left:6px}.yoast_help.yoast-help-button:before{position:absolute;top:0;right:0;padding:4px;content:"\f223"}.yoast_help.yoast-help-button:focus,.yoast_help.yoast-help-button:hover{color:#0073aa}.assessment-results__mark:focus,.yoast_help.yoast-help-button:focus:before{border-radius:100%;box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.yoast-help-panel{display:none;max-width:30em!important;padding:0 0 1em;font-weight:400;white-space:normal}.wpseo-admin-page .subsubsub li{display:inline;max-width:none}.yoast-seo-help-container{float:right;width:100%;max-width:none}.yoast-seo-help-container .yoast-help-panel{margin:.5em 0!important}.wpseo_content_wrapper p.search-box{margin:10px 0 5px}.wpseo-metabox-tabs .active a{color:#333}#wpseotab .ui-widget-content .ui-state-hover{border:1px solid #dfdfdf;color:#333;background:#f1f1f1}.wpseo-taxonomy-form td,.wpseo-taxonomy-form th,.wpseo-taxonomy-form tr{vertical-align:top}.inside .wpseotab .form-table.wpseo-taxonomy-form th{width:200px!important}.yst-traffic-light-container{display:block;height:30px}.yst-traffic-light{width:19px;height:30px;margin:0 5px 0 0}.yst-traffic-light .traffic-light-color{display:none}.yst-traffic-light.bad .traffic-light-red,.yst-traffic-light.good .traffic-light-green,.yst-traffic-light.init .traffic-light-init,.yst-traffic-light.na .traffic-light-empty,.yst-traffic-light.ok .traffic-light-orange{display:inline}#wpseo-score{float:right;margin:0 -5px 0 5px}.yoast-seo-score .yoast-logo.svg{float:right;width:18px;height:18px;margin-left:5px;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E") no-repeat;background-size:18px}.yoast-seo-score .yoast-logo.svg.good{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%237ad03a%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.ok{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23ee7c1b%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.bad{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23dc3232%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.na{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.noindex{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%231e8cbe%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.term-php .wpseo-taxonomy-metabox-postbox h2{margin:0;padding:8px 12px;border-bottom:1px solid #eee;font-size:14px;line-height:1.4}.wpseo-buy-premium{padding-left:5px;color:#a4286a}.wpseo-metabox-go-to::after{position:static;top:auto;left:auto;width:auto;height:auto;border:none;content:" \00BB"}#wpseo-buy-premium-popup-button.button-buy-premium{border-color:#a4286a;color:#fff;background:#a4286a}.wpseo-metabox-buy-premium{position:absolute;top:6px;left:12px;vertical-align:middle}.wpseo-metabox-premium-description{margin-top:.5em}ul.wpseo-metabox-premium-advantages{padding-right:1.5em;list-style:disc}.yoast-section__heading-icon-list{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M384%201408q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm0%2D512q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm1408%20416v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5zm%2D1408%2D928q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm1408%20416v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5zm0%2D512v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-section__heading-icon-key{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M832%20512q0%2D80%2D56%2D136t%2D136%2D56%2D136%2056%2D56%20136q0%2042%2019%2083%2D41%2D19%2D83%2D19%2D80%200%2D136%2056t%2D56%20136%2056%20136%20136%2056%20136%2D56%2056%2D136q0%2D42%2D19%2D83%2041%2019%2083%2019%2080%200%20136%2D56t56%2D136zm851%20704q0%2017%2D49%2066t%2D66%2049q%2D9%200%2D28%2E5%2D16t%2D36%2E5%2D33%2D38%2E5%2D40%2D24%2E5%2D26l%2D96%2096%20220%20220q28%2028%2028%2068%200%2042%2D39%2081t%2D81%2039q%2D40%200%2D68%2D28l%2D671%2D671q%2D176%20131%2D365%20131%2D163%200%2D265%2E5%2D102%2E5t%2D102%2E5%2D265%2E5q0%2D160%2095%2D313t248%2D248%20313%2D95q163%200%20265%2E5%20102%2E5t102%2E5%20265%2E5q0%20189%2D131%20365l355%20355%2096%2D96q%2D3%2D3%2D26%2D24%2E5t%2D40%2D38%2E5%2D33%2D36%2E5%2D16%2D28%2E5q0%2D17%2049%2D66t66%2D49q13%200%2023%2010%206%206%2046%2044%2E5t82%2079%2E5%2086%2E5%2086%2073%2078%2028%2E5%2041z%22%2F%3E%3C%2Fsvg%3E")}.yoast-section__heading-icon-edit{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M491%201536l91%2D91%2D235%2D235%2D91%2091v107h128v128h107zm523%2D928q0%2D22%2D22%2D22%2D10%200%2D17%207l%2D542%20542q%2D7%207%2D7%2017%200%2022%2022%2022%2010%200%2017%2D7l542%2D542q7%2D7%207%2D17zm%2D54%2D192l416%20416%2D832%20832h%2D416v%2D416zm683%2096q0%2053%2D37%2090l%2D166%20166%2D416%2D416%20166%2D165q36%2D38%2090%2D38%2053%200%2091%2038l235%20234q37%2039%2037%2091z%22%20%2F%3E%3C%2Fsvg%3E")}#snippet_preview{padding:0}.yoast-tooltip.yoast-tooltip-hidden::after,.yoast-tooltip.yoast-tooltip-hidden::before{display:none}.screen-reader-text.wpseo-generic-tab-textual-score,.screen-reader-text.wpseo-keyword-tab-textual-score{display:block}@media screen and (max-width:782px){.yoast-help-panel{max-width:none!important}#wpseo-crawl-issues-table-form .subsubsub{float:none;max-width:calc(100vw - 20px)}#wpseo-crawl-issues-table-form .yoast-help-button{margin-top:3px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-rtl.css
new file mode 100644
index 0000000..eb183eb
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-rtl.css
@@ -0,0 +1,47 @@
+.wpseo-primary-term > label,
+.wpseo-is-primary-term {
+ font-weight: bold;
+}
+
+.wpseo-primary-term > .wpseo-make-primary-term,
+.wpseo-term-unchecked > .wpseo-make-primary-term {
+ display: none;
+}
+
+.wpseo-non-primary-term > .wpseo-is-primary-term,
+.wpseo-term-unchecked > .wpseo-is-primary-term {
+ display: none;
+}
+
+.wpseo-make-primary-term,
+.wpseo-is-primary-term {
+ float: left;
+}
+
+.wpseo-primary-term:before,
+.wpseo-primary-term:after,
+.wpseo-non-primary-term:before,
+.wpseo-non-primary-term:after {
+ display: table;
+ content: "";
+}
+
+.wpseo-primary-term:after,
+.wpseo-non-primary-term:after {
+ clear: both;
+}
+
+/* It is a button, style it like a link */
+.wpseo-make-primary-term {
+ margin: 4px 0 0 0;
+ padding: 0;
+ border: none;
+ color: #0073aa;
+ background: none;
+ text-decoration: underline;
+ cursor: pointer;
+}
+
+.wpseo-make-primary-term:hover {
+ color: #00a0d2;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-rtl.min.css
new file mode 100644
index 0000000..eda6e1b
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-rtl.min.css
@@ -0,0 +1 @@
+.wpseo-is-primary-term,.wpseo-primary-term>label{font-weight:700}.wpseo-non-primary-term>.wpseo-is-primary-term,.wpseo-primary-term>.wpseo-make-primary-term,.wpseo-term-unchecked>.wpseo-is-primary-term,.wpseo-term-unchecked>.wpseo-make-primary-term{display:none}.wpseo-is-primary-term,.wpseo-make-primary-term{float:left}.wpseo-non-primary-term:after,.wpseo-non-primary-term:before,.wpseo-primary-term:after,.wpseo-primary-term:before{display:table;content:""}.wpseo-non-primary-term:after,.wpseo-primary-term:after{clear:both}.wpseo-make-primary-term{margin:4px 0 0;padding:0;border:none;color:#0073aa;background:0 0;text-decoration:underline;cursor:pointer}.wpseo-make-primary-term:hover{color:#00a0d2}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css b/wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css
new file mode 100644
index 0000000..76de04d
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/select2/select2.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[aria-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[aria-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[aria-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[aria-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/plugins/wordpress-seo/css/dist/select2/select2.min.rapido.css b/wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.rapido.css
new file mode 100644
index 0000000..e7c3490
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.rapido.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[aria-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[aria-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[aria-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[aria-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}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/snippet-330-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/snippet-330-rtl.css
new file mode 100644
index 0000000..e7f5758
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/snippet-330-rtl.css
@@ -0,0 +1,27 @@
+#snippet_preview {
+ margin: -11px 0 10px;
+ font-family: Arial, Helvetica, sans-serif;
+ font-style: normal;
+}
+
+.form-table td .snippet-editor__label {
+ font-size: 1rem;
+ line-height: 1;
+}
+
+.form-table td textarea {
+ margin-top: 5px;
+}
+
+.wp-core-ui .button.snippet-editor__submit {
+ margin-top: 1em;
+}
+
+/* In the snippet editor reset the margin that throws of the layout */
+.inside .wpseotab .form-table td input.snippet-editor__input {
+ margin-top: 5px;
+}
+
+input[type="text"].snippet-editor__field--invalid {
+ color: #dc3232;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/snippet-330-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/snippet-330-rtl.min.css
new file mode 100644
index 0000000..88b04b8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/snippet-330-rtl.min.css
@@ -0,0 +1 @@
+#snippet_preview{margin:-11px 0 10px;font-family:Arial,Helvetica,sans-serif;font-style:normal}.form-table td .snippet-editor__label{font-size:1rem;line-height:1}.form-table td textarea{margin-top:5px}.wp-core-ui .button.snippet-editor__submit{margin-top:1em}.inside .wpseotab .form-table td input.snippet-editor__input{margin-top:5px}input[type=text].snippet-editor__field--invalid{color:#dc3232}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/taxonomy-meta-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/taxonomy-meta-rtl.css
new file mode 100644
index 0000000..51289f7
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/taxonomy-meta-rtl.css
@@ -0,0 +1,5 @@
+.wpseo-taxonomy-form tr,
+.wpseo-taxonomy-form th,
+.wpseo-taxonomy-form td {
+ vertical-align: top;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/taxonomy-meta-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/taxonomy-meta-rtl.min.css
new file mode 100644
index 0000000..6fd0c5c
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/taxonomy-meta-rtl.min.css
@@ -0,0 +1 @@
+.wpseo-taxonomy-form td,.wpseo-taxonomy-form th,.wpseo-taxonomy-form tr{vertical-align:top}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-390-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-390-rtl.css
new file mode 100644
index 0000000..20f4fb3
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-390-rtl.css
@@ -0,0 +1,375 @@
+@charset "UTF-8";
+/*
+ * Styles from the toggle switch library.
+ */
+/*
+ * CSS TOGGLE SWITCH
+ *
+ * Ionuț Colceriu - ghinda.net
+ * https://github.com/ghinda/css-toggle-switch
+ *
+ */
+/* Hide by default. */
+.switch-toggle a,
+.switch-light span span {
+ display: none;
+}
+
+/* Only target browsers with support for media queries. */
+@media only screen {
+ .switch-light,
+ .switch-toggle {
+ display: block;
+ position: relative;
+ padding: 0 !important;
+ }
+
+ .switch-light::after,
+ .switch-toggle::after {
+ display: table;
+ clear: both;
+ content: "";
+ }
+
+ .switch-light *,
+ .switch-light *:before,
+ .switch-light *:after,
+ .switch-toggle *,
+ .switch-toggle *:before,
+ .switch-toggle *:after {
+ box-sizing: border-box;
+ }
+
+ .switch-light a,
+ .switch-toggle a {
+ display: block;
+ transition: all 0.2s ease-out;
+ }
+
+ .switch-light label,
+ .switch-light > span,
+ .switch-toggle label,
+ .switch-toggle > span {
+ line-height: 2em;
+ vertical-align: middle;
+ }
+
+ .switch-light input {
+ position: absolute;
+ z-index: 3;
+ opacity: 0;
+ }
+
+ .switch-light input:checked ~ span a {
+ left: 0;
+ }
+
+/* Inherit from label. */
+ .switch-light strong {
+ font-weight: inherit;
+ }
+
+ .switch-light > span {
+ position: relative;
+ min-height: 2em;
+ padding: 0;
+ text-align: right;
+ }
+
+ .switch-light span span {
+ display: block;
+ float: right;
+ position: relative;
+ z-index: 2;
+ width: 50%;
+ text-align: center;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ }
+
+ .switch-light a {
+ display: block;
+ position: absolute;
+ z-index: 1;
+ top: 0;
+ left: 50%;
+ width: 50%;
+ height: 100%;
+ padding: 0;
+ }
+
+ .switch-toggle input {
+ position: absolute;
+ right: 0;
+ opacity: 0;
+ }
+
+ .switch-toggle input + label {
+ display: block;
+ float: right;
+ position: relative;
+ z-index: 2;
+ margin: 0;
+ padding: 0 0.5em;
+ text-align: center;
+ }
+
+ .switch-toggle a {
+ position: absolute;
+ z-index: 1;
+ top: 0;
+ right: 0;
+ width: 10px;
+ height: 100%;
+ padding: 0;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(4),
+ .switch-toggle label:nth-child(2):nth-last-child(4) ~ label,
+ .switch-toggle label:nth-child(2):nth-last-child(4) ~ a {
+ width: 50%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
+ right: 50%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(6),
+ .switch-toggle label:nth-child(2):nth-last-child(6) ~ label,
+ .switch-toggle label:nth-child(2):nth-last-child(6) ~ a {
+ width: 33.33%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(3) + label ~ a {
+ right: 33.33%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(5) + label ~ a {
+ right: 66.66%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(8),
+ .switch-toggle label:nth-child(2):nth-last-child(8) ~ label,
+ .switch-toggle label:nth-child(2):nth-last-child(8) ~ a {
+ width: 25%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(3) + label ~ a {
+ right: 25%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(5) + label ~ a {
+ right: 50%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(7) + label ~ a {
+ right: 75%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(10),
+ .switch-toggle label:nth-child(2):nth-last-child(10) ~ label,
+ .switch-toggle label:nth-child(2):nth-last-child(10) ~ a {
+ width: 20%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(3) + label ~ a {
+ right: 20%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(5) + label ~ a {
+ right: 40%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(7) + label ~ a {
+ right: 60%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(9) + label ~ a {
+ right: 80%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(12),
+ .switch-toggle label:nth-child(2):nth-last-child(12) ~ label,
+ .switch-toggle label:nth-child(2):nth-last-child(12) ~ a {
+ width: 16.6%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(3) + label ~ a {
+ right: 16.6%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(5) + label ~ a {
+ right: 33.2%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(7) + label ~ a {
+ right: 49.8%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(9) + label ~ a {
+ right: 66.4%;
+ }
+
+ .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(11) + label ~ a {
+ right: 83%;
+ }
+
+ .switch-candy a {
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.45);
+ }
+}
+
+/*
+ * Bugfix for older Webkit, including mobile Webkit. Adapted from
+ * http://css-tricks.com/webkit-sibling-bug/
+ */
+@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
+ .switch-light,
+ .switch-toggle {
+ -webkit-animation: webkitSiblingBugfix infinite 1s;
+ }
+}
+
+/*
+ * Custom styles.
+ */
+.fieldset-switch-toggle label {
+ float: none;
+}
+
+@media only screen {
+ .switch-light.switch-yoast-seo {
+ margin-bottom: 0.2em;
+ }
+
+ .fieldset-switch-toggle legend,
+ .switch-light.switch-yoast-seo > strong {
+ display: block;
+ box-sizing: border-box;
+ min-width: 200px;
+ margin-top: 10px;
+ padding-left: 1em;
+ font-weight: bold;
+ line-height: 2em;
+ vertical-align: middle;
+ }
+
+ .switch-toggle.switch-yoast-seo,
+ .switch-light.switch-yoast-seo > span {
+ width: 250px;
+ border: 1px solid #ccc;
+ border-radius: 0.5em;
+ background-color: #dcdcdc;
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
+ }
+
+ .switch-toggle.switch-yoast-seo {
+ float: right;
+ }
+
+ .switch-light.switch-yoast-seo > span {
+ /* To contain floats instead of the original overflow: hidden;. */
+ display: inline-block;
+ /* To make the focus style fully visible. */
+ overflow: visible;
+ }
+
+ .switch-toggle.switch-yoast-seo a,
+ .switch-light.switch-yoast-seo a {
+ border: 1px solid #b5b5b5;
+ border-radius: 0.5em;
+ background: #a4286a;
+ }
+
+ .switch-toggle.switch-yoast-seo input:focus ~ span a,
+ .switch-light.switch-yoast-seo input:focus ~ span a,
+ .switch-toggle.switch-yoast-seo input:focus + label,
+ .switch-light.switch-yoast-seo input:focus + label {
+ /* Reset focus style. */
+ outline: none;
+ }
+
+ .switch-toggle.switch-yoast-seo input:focus ~ a,
+ .switch-light.switch-yoast-seo input:focus ~ span a {
+ border-color: #5b9dd9 !important;
+ box-shadow: 0 0 2px rgba(0, 115, 170, 0.8) !important;
+ }
+
+ .switch-toggle.switch-yoast-seo input:checked ~ span a,
+ .switch-light.switch-yoast-seo input:checked ~ span a {
+ border: 1px solid #b5b5b5;
+ background: #a4286a;
+ }
+
+ .switch-light.switch-yoast-seo span span,
+ .switch-light.switch-yoast-seo input:checked ~ span span:first-child,
+ .switch-toggle.switch-yoast-seo label {
+ color: #333;
+ text-shadow: none;
+ font-weight: inherit;
+ }
+
+ .switch-candy.switch-yoast-seo input ~ span span:first-child,
+ .switch-candy.switch-yoast-seo input:checked ~ span span:nth-child(2),
+ .switch-candy.switch-yoast-seo input:checked + label {
+ color: #fff;
+ text-shadow: none;
+ }
+
+ .switch-light.switch-yoast-seo-reverse input:checked ~ span a {
+ right: 0;
+ }
+
+ .switch-light.switch-yoast-seo-reverse a {
+ right: 50%;
+ }
+
+ .switch-light.switch-yoast-seo-reverse span span {
+ float: left;
+ }
+
+ .switch-toggle.switch-yoast-seo label,
+ label.switch-light.switch-yoast-seo {
+ margin-right: 0;
+ /*
+ * To help old iOS: ensure labels have cursor pointer instead of
+ * using the empty onclick hack.
+ */
+ cursor: pointer;
+ }
+
+ .switch-yoast-seo .switch-yoast-seo-jaws-a11y {
+ /* IE11 and JAWS 17.0 need this hack. */
+ display: block;
+ overflow: hidden;
+ height: 1px;
+ margin-bottom: -1px;
+ }
+
+ .switch-toggle.switch-yoast-seo label code,
+ .switch-light.switch-yoast-seo label code {
+ background-color: inherit;
+ vertical-align: top;
+ }
+
+ .switch-container .label-text {
+ display: block;
+ margin: 0.5em 0;
+ font-weight: 600;
+ }
+
+ .switch-container {
+ clear: both;
+ margin: 0 0 1em 0;
+ }
+
+ .switch-container + .switch-container {
+ margin-top: 0.5em;
+ }
+
+ .switch-container + p {
+ margin: -0.5em 0 1em 0;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-390-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-390-rtl.min.css
new file mode 100644
index 0000000..30aa795
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-390-rtl.min.css
@@ -0,0 +1 @@
+@charset "UTF-8";.switch-light span span,.switch-toggle a{display:none}@media only screen{.switch-light,.switch-toggle{display:block;position:relative;padding:0!important}.switch-light::after,.switch-toggle::after{display:table;clear:both;content:""}.switch-light *,.switch-light :after,.switch-light :before,.switch-toggle *,.switch-toggle :after,.switch-toggle :before{box-sizing:border-box}.switch-light a,.switch-toggle a{display:block;transition:all .2s ease-out}.switch-light label,.switch-light>span,.switch-toggle label,.switch-toggle>span{line-height:2em;vertical-align:middle}.switch-light input{position:absolute;z-index:3;opacity:0}.switch-light input:checked~span a{left:0}.switch-light strong{font-weight:inherit}.switch-light>span{position:relative;min-height:2em;padding:0;text-align:right}.switch-light span span{display:block;float:right;position:relative;z-index:2;width:50%;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch-light a{display:block;position:absolute;z-index:1;top:0;left:50%;width:50%;height:100%;padding:0}.switch-toggle input{position:absolute;right:0;opacity:0}.switch-toggle input+label{display:block;float:right;position:relative;z-index:2;margin:0;padding:0 .5em;text-align:center}.switch-toggle a{position:absolute;z-index:1;top:0;right:0;width:10px;height:100%;padding:0}.switch-toggle label:nth-child(2):nth-last-child(4),.switch-toggle label:nth-child(2):nth-last-child(4)~a,.switch-toggle label:nth-child(2):nth-last-child(4)~label{width:50%}.switch-toggle label:nth-child(2):nth-last-child(4)~input:checked:nth-child(3)+label~a{right:50%}.switch-toggle label:nth-child(2):nth-last-child(6),.switch-toggle label:nth-child(2):nth-last-child(6)~a,.switch-toggle label:nth-child(2):nth-last-child(6)~label{width:33.33%}.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(3)+label~a{right:33.33%}.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(5)+label~a{right:66.66%}.switch-toggle label:nth-child(2):nth-last-child(8),.switch-toggle label:nth-child(2):nth-last-child(8)~a,.switch-toggle label:nth-child(2):nth-last-child(8)~label{width:25%}.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(3)+label~a{right:25%}.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(5)+label~a{right:50%}.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(7)+label~a{right:75%}.switch-toggle label:nth-child(2):nth-last-child(10),.switch-toggle label:nth-child(2):nth-last-child(10)~a,.switch-toggle label:nth-child(2):nth-last-child(10)~label{width:20%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(3)+label~a{right:20%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(5)+label~a{right:40%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(7)+label~a{right:60%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(9)+label~a{right:80%}.switch-toggle label:nth-child(2):nth-last-child(12),.switch-toggle label:nth-child(2):nth-last-child(12)~a,.switch-toggle label:nth-child(2):nth-last-child(12)~label{width:16.6%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(3)+label~a{right:16.6%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(5)+label~a{right:33.2%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(7)+label~a{right:49.8%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(9)+label~a{right:66.4%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(11)+label~a{right:83%}.switch-candy a{box-shadow:0 1px 1px rgba(0,0,0,.2),inset 0 1px 1px rgba(255,255,255,.45)}}@media only screen and (-webkit-max-device-pixel-ratio:2) and (max-device-width:80em){.switch-light,.switch-toggle{-webkit-animation:webkitSiblingBugfix infinite 1s}}.fieldset-switch-toggle label{float:none}@media only screen{.switch-light.switch-yoast-seo{margin-bottom:.2em}.fieldset-switch-toggle legend,.switch-light.switch-yoast-seo>strong{display:block;box-sizing:border-box;min-width:200px;margin-top:10px;padding-left:1em;font-weight:700;line-height:2em;vertical-align:middle}.switch-light.switch-yoast-seo>span,.switch-toggle.switch-yoast-seo{width:250px;border:1px solid #ccc;border-radius:.5em;background-color:#dcdcdc;box-shadow:inset 0 2px 4px rgba(0,0,0,.15)}.switch-toggle.switch-yoast-seo{float:right}.switch-light.switch-yoast-seo>span{display:inline-block;overflow:visible}.switch-light.switch-yoast-seo a,.switch-toggle.switch-yoast-seo a{border:1px solid #b5b5b5;border-radius:.5em;background:#a4286a}.switch-light.switch-yoast-seo input:focus+label,.switch-light.switch-yoast-seo input:focus~span a,.switch-toggle.switch-yoast-seo input:focus+label,.switch-toggle.switch-yoast-seo input:focus~span a{outline:0}.switch-light.switch-yoast-seo input:focus~span a,.switch-toggle.switch-yoast-seo input:focus~a{border-color:#5b9dd9!important;box-shadow:0 0 2px rgba(0,115,170,.8)!important}.switch-light.switch-yoast-seo input:checked~span a,.switch-toggle.switch-yoast-seo input:checked~span a{border:1px solid #b5b5b5;background:#a4286a}.switch-light.switch-yoast-seo input:checked~span span:first-child,.switch-light.switch-yoast-seo span span,.switch-toggle.switch-yoast-seo label{color:#333;text-shadow:none;font-weight:inherit}.switch-candy.switch-yoast-seo input:checked+label,.switch-candy.switch-yoast-seo input:checked~span span:nth-child(2),.switch-candy.switch-yoast-seo input~span span:first-child{color:#fff;text-shadow:none}.switch-light.switch-yoast-seo-reverse input:checked~span a{right:0}.switch-light.switch-yoast-seo-reverse a{right:50%}.switch-light.switch-yoast-seo-reverse span span{float:left}.switch-toggle.switch-yoast-seo label,label.switch-light.switch-yoast-seo{margin-right:0;cursor:pointer}.switch-yoast-seo .switch-yoast-seo-jaws-a11y{display:block;overflow:hidden;height:1px;margin-bottom:-1px}.switch-light.switch-yoast-seo label code,.switch-toggle.switch-yoast-seo label code{background-color:inherit;vertical-align:top}.switch-container .label-text{display:block;margin:.5em 0;font-weight:600}.switch-container{clear:both;margin:0 0 1em}.switch-container+.switch-container{margin-top:.5em}.switch-container+p{margin:-.5em 0 1em}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-350-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-350-rtl.css
new file mode 100644
index 0000000..718e698
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-350-rtl.css
@@ -0,0 +1,56 @@
+.yoast-notice-dismiss:before {
+ display: block !important;
+ width: 20px;
+ height: 20px;
+ color: #b4b9be;
+ background: none;
+ font: normal 16px/1 "dashicons";
+ text-align: center;
+ content: "\f153";
+
+ -webkit-font-smoothing: antialiased !important;
+ speak: none;
+}
+
+.yoast-notice-dismiss {
+ position: absolute;
+ top: 0;
+ left: 1px;
+ margin: 0;
+ padding: 9px;
+ border: none;
+ color: #b4b9be;
+ background: none;
+ cursor: pointer;
+}
+
+.yoast-notice-dismiss:before {
+ position: relative;
+ top: 0;
+ right: 0;
+ line-height: 20px;
+}
+
+.yoast-notice-dismiss:hover:before,
+.yoast-notice-dismiss:active:before,
+.yoast-notice-dismiss:focus:before {
+ color: #c00;
+}
+
+.yoast-notice-dismiss:focus {
+ outline: none;
+ color: #c00;
+ box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
+}
+
+.ie8 .yoast-notice-dismiss:focus {
+ outline: 1px solid #5b9dd9;
+}
+
+.yoast-notice.is-dismissible {
+ position: relative;
+}
+
+.yoast-notice-dismiss {
+ text-decoration: none;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-350-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-350-rtl.min.css
new file mode 100644
index 0000000..f7d21e5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-350-rtl.min.css
@@ -0,0 +1 @@
+.yoast-notice-dismiss{position:absolute;top:0;left:1px;margin:0;padding:9px;border:none;color:#b4b9be;background:0 0;cursor:pointer;text-decoration:none}.yoast-notice-dismiss:before{display:block!important;width:20px;height:20px;color:#b4b9be;background:0 0;font:400 16px/1 dashicons;text-align:center;content:"\f153";-webkit-font-smoothing:antialiased!important;speak:none;position:relative;top:0;right:0;line-height:20px}.yoast-notice-dismiss:active:before,.yoast-notice-dismiss:focus:before,.yoast-notice-dismiss:hover:before{color:#c00}.yoast-notice-dismiss:focus{outline:0;color:#c00;box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.ie8 .yoast-notice-dismiss:focus{outline:#5b9dd9 solid 1px}.yoast-notice.is-dismissible{position:relative}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/yoast-components-400-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/yoast-components-400-rtl.css
new file mode 100644
index 0000000..5c881c2
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/yoast-components-400-rtl.css
@@ -0,0 +1,673 @@
+/* WordPress-specific styling. */
+body {
+ background: #f1f1f1;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
+ line-height: 1.375;
+ /* 22px based on default browser font size 16px. */
+}
+
+a {
+ outline: 0;
+ color: #0073aa;
+ transition-timing-function: ease-in-out;
+ transition-duration: 0.05s;
+ transition-property: border, background, color;
+}
+
+a:hover,
+a:active {
+ color: #00a0d2;
+}
+
+a:focus {
+ color: #124964;
+ box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
+}
+
+.screen-reader-text {
+ overflow: hidden;
+ clip: rect(1px, 1px, 1px, 1px);
+ position: absolute !important;
+ width: 1px;
+ height: 1px;
+}
+
+/* css for snippet */
+.yoast-search-result-preview {
+ overflow: hidden;
+ background-color: #fff;
+ font-family: Arial, sans-serif;
+}
+
+.yoast-search-result-preview__heading {
+ margin: 0 -20px 15px;
+ padding: 8px 20px;
+ border-bottom: 1px solid #f7f7f7;
+ color: #555;
+ font-family: "Open Sans", sans-serif;
+ font-size: 0.9rem;
+ font-weight: 300;
+}
+
+.yoast-search-result-preview__field {
+ overflow: hidden;
+ position: relative;
+ width: 600px;
+ cursor: pointer;
+}
+
+.yoast-search-result-preview__field:before,
+.yoast-search-result-preview__field:after {
+ display: table;
+ content: " ";
+}
+
+.yoast-search-result-preview__field:after {
+ clear: both;
+}
+
+.yoast-search-result-preview__field--hover:before {
+ display: block;
+ position: absolute;
+ right: -3px;
+ width: 24px;
+ height: 24px;
+ margin-top: -3px;
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23646464%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E");
+ background-size: 25px;
+ content: "";
+}
+
+.yoast-search-result-preview__field--focus:before {
+ display: block;
+ position: absolute;
+ right: -3px;
+ width: 24px;
+ height: 24px;
+ margin-top: -3px;
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%230075b3%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E");
+ background-size: 25px;
+ content: "";
+}
+
+.yoast-search-result-preview__title {
+ overflow: hidden;
+ margin: 0;
+ color: #1a0dab;
+ font-size: 18px;
+ font-weight: normal;
+ line-height: 1.2;
+ white-space: nowrap;
+ text-decoration: none;
+ text-overflow: ellipsis;
+}
+
+.yoast-search-result-preview__url {
+ color: #006621;
+ font-size: 14px;
+ font-style: normal;
+ line-height: 16px;
+}
+
+.yoast-search-result-preview__description,
+.yoast-search-result-preview__date {
+ font-size: 13px;
+ line-height: 1.4;
+}
+
+.yoast-search-result-preview__date {
+ color: #808080;
+}
+
+.yoast-search-result-preview__description {
+ color: #545454;
+}
+
+.yoast-icon,
+.yoast-icon__eye {
+ padding-right: 45px;
+}
+
+.yoast-icon__eye {
+ background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 20px center/16px 16px;
+}
+
+.yoast-button,
+.yoast-button__edit {
+ padding: 8px 10px;
+ border: 1px solid #ccc;
+ border-radius: 4px;
+ color: #555;
+ background: #f7f7f7;
+ font-size: 0.8rem;
+ cursor: pointer;
+}
+
+.yoast-button__edit {
+ display: block;
+ margin-top: 1em;
+ padding-right: 32px;
+ background: #f7f7f7 url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M491%201536l91%2D91%2D235%2D235%2D91%2091v107h128v128h107zm523%2D928q0%2D22%2D22%2D22%2D10%200%2D17%207l%2D542%20542q%2D7%207%2D7%2017%200%2022%2022%2022%2010%200%2017%2D7l542%2D542q7%2D7%207%2D17zm%2D54%2D192l416%20416%2D832%20832h%2D416v%2D416zm683%2096q0%2053%2D37%2090l%2D166%20166%2D416%2D416%20166%2D165q36%2D38%2090%2D38%2053%200%2091%2038l235%20234q37%2039%2037%2091z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 8px center/16px 16px;
+ background-size: 16px;
+}
+
+.yoast-search-result-form {
+ overflow: hidden;
+ background-color: #fff;
+ font-family: Arial, sans-serif;
+}
+
+.yoast-search-result-form__heading {
+ margin: 0 -20px 15px;
+ padding: 8px 20px;
+ border-bottom: 1px solid #f7f7f7;
+ color: #555;
+ font-family: "Open Sans", sans-serif;
+ font-size: 0.9rem;
+ font-weight: 300;
+}
+
+.yoast-search-result-form__container--hover:before {
+ display: block;
+ position: absolute;
+ right: -3px;
+ width: 24px;
+ height: 24px;
+ margin-top: -3px;
+ margin-top: 15px;
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23646464%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E");
+ background-size: 25px;
+ content: "";
+}
+
+.yoast-search-result-form__container--focus:before {
+ display: block;
+ position: absolute;
+ right: -3px;
+ width: 24px;
+ height: 24px;
+ margin-top: -3px;
+ margin-top: 15px;
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%230075b3%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E");
+ background-size: 25px;
+ content: "";
+}
+
+.yoast-search-result-form__label {
+ display: block;
+ width: 100%;
+ margin-top: 1em;
+}
+
+.yoast-search-result-form__field {
+ box-sizing: border-box;
+ width: 100%;
+ border: 1px solid #ddd;
+}
+
+.yoast-search-result-form__description {
+ display: block;
+ box-sizing: border-box;
+ width: 100%;
+ height: 70px;
+ border: 1px solid #ddd;
+}
+
+.yoast-search-result-form__progress {
+ display: block;
+ box-sizing: border-box;
+ width: 100%;
+ height: 8px;
+ margin-top: 5px;
+ border: 0;
+
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+}
+
+.yoast-search-result-form__progress::-webkit-progress-bar {
+ border: 1px solid #ddd;
+ background-color: #f7f7f7;
+}
+
+.yoast-search-result-form__close-button {
+ margin-top: 1em;
+}
+
+.yoast-search-result-form__progress--bad {
+ color: #dc3232;
+}
+
+.yoast-search-result-form__progress--bad::-webkit-progress-value {
+ background-color: #dc3232;
+ transition: width 250ms;
+}
+
+.yoast-search-result-form__progress--bad::-moz-progress-bar {
+ background-color: #dc3232;
+}
+
+.yoast-search-result-form__progress--bad--fallback {
+ overflow: hidden;
+ max-width: 100%;
+ background-color: #dc3232;
+}
+
+.yoast-search-result-form__progress--ok {
+ color: #ee7c1b;
+}
+
+.yoast-search-result-form__progress--ok::-webkit-progress-value {
+ background-color: #ee7c1b;
+ transition: width 250ms;
+}
+
+.yoast-search-result-form__progress--ok::-moz-progress-bar {
+ background-color: #ee7c1b;
+}
+
+.yoast-search-result-form__progress--ok--fallback {
+ overflow: hidden;
+ max-width: 100%;
+ background-color: #ee7c1b;
+}
+
+.yoast-search-result-form__progress--good {
+ color: #7ad03a;
+}
+
+.yoast-search-result-form__progress--good::-webkit-progress-value {
+ background-color: #7ad03a;
+ transition: width 250ms;
+}
+
+.yoast-search-result-form__progress--good::-moz-progress-bar {
+ background-color: #7ad03a;
+}
+
+.yoast-search-result-form__progress--good--fallback {
+ overflow: hidden;
+ max-width: 100%;
+ background-color: #7ad03a;
+}
+
+.yoast-search-result-editor {
+ position: relative;
+ width: 640px;
+ padding: 0 20px 20px;
+ border: 1px solid #f7f7f7;
+ border-radius: 20px;
+ background-color: #fff;
+ font-family: Arial, sans-serif;
+}
+
+body {
+ margin: 0;
+ padding: 0;
+}
+
+#container {
+ max-width: 1660px;
+ margin: 0 auto;
+}
+
+.yoast-wizard-body {
+ box-sizing: border-box;
+ width: 80%;
+ margin: 1rem auto 4rem;
+}
+
+@media screen and (max-width: 768px) {
+ .yoast-wizard-body {
+ width: auto;
+ margin: 0;
+ }
+}
+
+.yoast-wizard__logo {
+ display: block;
+ margin: 0 auto;
+}
+
+.yoast-wizard {
+ box-sizing: border-box;
+ width: 100%;
+ min-height: 20px;
+ padding: 3em;
+ background: #fff;
+ text-align: right;
+}
+
+@media screen and (max-width: 768px) {
+ .yoast-wizard {
+ padding: 1em 1em 2em;
+ }
+}
+
+.yoast-wizard--navigation {
+ width: 100%;
+ text-align: left;
+}
+
+.yoast-wizard--button {
+ margin-top: 1em;
+}
+
+.yoast-wizard--button__next {
+ margin-right: 1em;
+}
+
+.yoast-wizard--button__next button:hover,
+.yoast-wizard--button__next button:focus {
+ background-color: #6c2548 !important;
+}
+
+.yoast-wizard--button__next button:hover div,
+.yoast-wizard--button__next button:focus div {
+ background-color: transparent !important;
+}
+
+.yoast-wizard--button__previous button:focus {
+ background: #ddd !important;
+}
+
+.yoast-wizard--button__previous button:focus:active {
+ background: transparent !important;
+}
+
+.yoast-wizard--button__previous button:hover > div > span,
+.yoast-wizard--button__previous button:focus > div > span {
+ color: #000 !important;
+}
+
+@media screen and (max-width: 768px) {
+ .yoast-wizard--step__active {
+ overflow: hidden;
+ width: 38px;
+ }
+
+ .yoast-wizard--step__active div {
+ display: inline-block !important;
+ vertical-align: middle;
+ }
+
+ .yoast-wizard--step__active div > span > span {
+ display: block !important;
+ margin-right: -7px;
+ padding-left: 99px !important;
+ }
+}
+
+.yoast-wizard--step__active svg {
+ color: #5d237a;
+
+ fill: #5d237a;
+}
+
+.yoast-wizard--step__inactive div {
+ pointer-events: none;
+}
+
+@media screen and (max-width: 768px) {
+ .yoast-wizard--step__inactive {
+ display: none !important;
+ }
+}
+
+.yoast-wizard--step--container:focus {
+ outline: none;
+}
+
+.yoast-wizard--step--container h1 {
+ margin-top: 0;
+ margin-bottom: 16px;
+ margin-bottom: 1rem;
+ color: #a4286a;
+ font-size: 2.75em;
+ font-weight: 300;
+ line-height: 3.68rem;
+ letter-spacing: normal;
+}
+
+@media screen and (max-width: 768px) {
+ .yoast-wizard--step--container h1 {
+ font-size: 2em;
+ line-height: 1.25;
+ }
+}
+
+.yoast-wizard--step--container h2 {
+ color: #a4286a;
+ font-size: 1.375em;
+ font-weight: 400;
+}
+
+.yoast-wizard--stepper {
+ width: 100%;
+ margin: auto;
+}
+
+.yoast-wizard-overlay {
+ position: absolute;
+ z-index: 10;
+ top: 0;
+ right: 0;
+ width: 100%;
+ height: 100%;
+ opacity: 0.2;
+ color: #fff;
+ background-color: #000;
+ text-align: center;
+}
+
+.yoast-wizard-overlay-loader {
+ position: relative;
+}
+
+.yoast-wizard-container {
+ position: relative;
+ min-height: 20px;
+ border: 1px solid #ccc;
+ box-shadow: rgba(0, 0, 0, 0.15) 0 3px 10px, rgba(0, 0, 0, 0.2) 0 3px 10px;
+ text-align: right;
+}
+
+@media screen and (max-width: 768px) {
+ .yoast-wizard-container {
+ box-shadow: none;
+ }
+}
+
+.yoast-wizard-container fieldset {
+ margin: 1em 0;
+ padding-right: 0.5em;
+ border: 0;
+}
+
+.yoast-wizard-text-input {
+ padding-bottom: 0.5em;
+ font-size: 14px;
+}
+
+.yoast-wizard-text-input-label {
+ display: block;
+ margin: 0.5em 0 0;
+ font-weight: bold;
+ cursor: pointer;
+}
+
+.yoast-wizard-text-input [type="text"] {
+ box-sizing: border-box;
+ width: 100%;
+ max-width: 450px;
+}
+
+.yoast-wizard-field-description {
+ font-weight: bold;
+}
+
+.yoast-wizard input {
+ margin: 0.5em 0;
+ padding: 5px;
+ font-size: 14px;
+ line-height: 140%;
+}
+
+.yoast-wizard label {
+ cursor: pointer;
+}
+
+.yoast-wizard input[type="radio"] {
+ margin: 0.3em 0 0.3em 0.7em;
+ vertical-align: middle;
+}
+
+.yoast-wizard-input__explanation {
+ margin-top: 0;
+ color: #555;
+ font-style: italic;
+}
+
+.yoast-wizard-input-radio {
+ font-size: 14px;
+}
+
+.yoast-wizard-input-radio-option label {
+ padding-top: 2px;
+}
+
+.yoast-wizard-input-radio-separator {
+ padding: 0;
+}
+
+.yoast-wizard-input-radio-separator input {
+ /* visually hide the radio buttons but keep them accessible */
+ position: absolute;
+ right: -9999em;
+ width: 1px;
+ height: 1px;
+}
+
+.yoast-wizard-input-radio-separator input + label {
+ float: right;
+ width: 30px !important;
+ margin: 0 0 5px 5px !important;
+ padding: 9px 6px;
+ border: 1px solid #ccc;
+ /* Don't change: these mimic Google's font and font size for titles */
+ font-family: Arial, Helvetica, sans-serif !important;
+ font-size: 18px !important;
+ line-height: 24px;
+ text-align: center;
+ cursor: pointer;
+}
+
+.yoast-wizard-input-radio-separator input:checked + label {
+ border: 1px solid #a4286a;
+ background-color: #fff;
+ box-shadow: inset 0 0 0 2px #a4286a;
+}
+
+.yoast-wizard-input-radio-separator input:checked + label,
+.yoast-wizard-input-radio-separator input:focus + label {
+ border-radius: 10px;
+ border-bottom-left-radius: 0;
+}
+
+/* Responsive videos. */
+/* Other common aspect ratios: 75% = 4:3, 66.66% = 3:2, 62.5% = 8:5 */
+.yoast-video-container-max-width {
+ max-width: 560px;
+}
+
+.yoast-video-container {
+ overflow: hidden;
+ position: relative;
+ /* 16:9 */
+ height: 0;
+ padding-bottom: 56.25%;
+}
+
+.yoast-video-container iframe {
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 100%;
+ height: 100%;
+}
+
+.yoast-wizard-notice__error {
+ margin-bottom: 15px;
+ padding: 12px;
+ border-right: 4px solid #dc3232;
+ background: #fff;
+ box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+}
+
+@keyframes heartbeat {
+ 0% {
+ opacity: 0.4;
+ transform: scale(0.7);
+ }
+
+ 80% {
+ opacity: 1;
+ }
+
+ 100% {
+ opacity: 1;
+ transform: scale(0.95);
+ }
+}
+
+.yoast-loader {
+ animation: heartbeat 1.15s infinite;
+ animation-timing-function: cubic-bezier(0.96, 0.02, 0.63, 0.86);
+ animation-direction: alternate;
+}
+
+.yoast-wizard-return-link {
+ display: block;
+ margin: 1em 0;
+ /* lighter #555d66 */
+ color: #646d78;
+ text-align: center;
+}
+
+.yoast-wizard-mailchimp-message-error {
+ color: #dc3232;
+}
+
+.yoast-wizard-mailchimp-message-success {
+ color: #008a00;
+}
+
+.yoast-wizard-input {
+ padding-bottom: 0.5em;
+}
+
+.yoast-wizard-input__select {
+ margin: 1em 0;
+ font-size: 14px;
+}
+
+.yoast-wizard-image-upload-container__image {
+ max-width: 151px;
+}
+
+.yoast-wizard-image-upload-container-buttons {
+ margin-top: 1em;
+}
+
+.yoast-wizard-image-upload-container-buttons__remove {
+ margin-right: 1em;
+}
+
+.yoast-wizard-image-upload-container-description {
+ display: block;
+}
+
+.ie9 .yoast-wizard--stepper {
+ display: none;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/yoast-components-400-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/yoast-components-400-rtl.min.css
new file mode 100644
index 0000000..b0afa08
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/yoast-components-400-rtl.min.css
@@ -0,0 +1 @@
+.yoast-wizard--step--container:focus,a{outline:0}body{background:#f1f1f1;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.375}a{color:#0073aa;transition-timing-function:ease-in-out;transition-duration:50ms;transition-property:border,background,color}a:active,a:hover{color:#00a0d2}a:focus{color:#124964;box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.screen-reader-text{overflow:hidden;clip:rect(1px,1px,1px,1px);position:absolute!important;width:1px;height:1px}.yoast-search-result-preview{overflow:hidden;background-color:#fff;font-family:Arial,sans-serif}.yoast-search-result-preview__heading{margin:0 -20px 15px;padding:8px 20px;border-bottom:1px solid #f7f7f7;color:#555;font-family:"Open Sans",sans-serif;font-size:.9rem;font-weight:300}.yoast-search-result-preview__field{overflow:hidden;position:relative;width:600px;cursor:pointer}.yoast-search-result-preview__field:after,.yoast-search-result-preview__field:before{display:table;content:" "}.yoast-search-result-preview__field--focus:before,.yoast-search-result-preview__field--hover:before{position:absolute;right:-3px;width:24px;height:24px;margin-top:-3px;background-size:25px;content:"";display:block}.yoast-search-result-preview__field:after{clear:both}.yoast-search-result-preview__field--hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23646464%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.yoast-search-result-preview__field--focus:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%230075b3%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.yoast-search-result-preview__title{overflow:hidden;margin:0;color:#1a0dab;font-size:18px;font-weight:400;line-height:1.2;white-space:nowrap;text-decoration:none;text-overflow:ellipsis}.yoast-search-result-preview__url{color:#006621;font-size:14px;font-style:normal;line-height:16px}.yoast-search-result-preview__date,.yoast-search-result-preview__description{font-size:13px;line-height:1.4}.yoast-search-result-preview__date{color:grey}.yoast-search-result-preview__description{color:#545454}.yoast-icon,.yoast-icon__eye{padding-right:45px}.yoast-icon__eye{background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E") 20px center/16px 16px no-repeat}.yoast-button,.yoast-button__edit{padding:8px 10px;border:1px solid #ccc;border-radius:4px;color:#555;background:#f7f7f7;font-size:.8rem;cursor:pointer}.yoast-button__edit{display:block;margin-top:1em;padding-right:32px;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M491%201536l91%2D91%2D235%2D235%2D91%2091v107h128v128h107zm523%2D928q0%2D22%2D22%2D22%2D10%200%2D17%207l%2D542%20542q%2D7%207%2D7%2017%200%2022%2022%2022%2010%200%2017%2D7l542%2D542q7%2D7%207%2D17zm%2D54%2D192l416%20416%2D832%20832h%2D416v%2D416zm683%2096q0%2053%2D37%2090l%2D166%20166%2D416%2D416%20166%2D165q36%2D38%2090%2D38%2053%200%2091%2038l235%20234q37%2039%2037%2091z%22%20%2F%3E%3C%2Fsvg%3E") 8px center/16px 16px no-repeat #f7f7f7;background-size:16px}.yoast-search-result-form{overflow:hidden;background-color:#fff;font-family:Arial,sans-serif}.yoast-search-result-form__heading{margin:0 -20px 15px;padding:8px 20px;border-bottom:1px solid #f7f7f7;color:#555;font-family:"Open Sans",sans-serif;font-size:.9rem;font-weight:300}.yoast-search-result-form__container--focus:before,.yoast-search-result-form__container--hover:before{position:absolute;right:-3px;width:24px;height:24px;margin-top:15px;background-size:25px;content:"";display:block}.yoast-search-result-form__container--hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23646464%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.yoast-search-result-form__container--focus:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%230075b3%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.yoast-search-result-form__label{display:block;width:100%;margin-top:1em}.yoast-search-result-form__field{box-sizing:border-box;width:100%;border:1px solid #ddd}.yoast-search-result-form__description{display:block;box-sizing:border-box;width:100%;height:70px;border:1px solid #ddd}.yoast-search-result-form__progress{display:block;box-sizing:border-box;width:100%;height:8px;margin-top:5px;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.yoast-search-result-form__progress::-webkit-progress-bar{border:1px solid #ddd;background-color:#f7f7f7}.yoast-search-result-form__close-button{margin-top:1em}.yoast-search-result-form__progress--bad{color:#dc3232}.yoast-search-result-form__progress--bad::-webkit-progress-value{background-color:#dc3232;transition:width 250ms}.yoast-search-result-form__progress--bad::-moz-progress-bar{background-color:#dc3232}.yoast-search-result-form__progress--bad--fallback{overflow:hidden;max-width:100%;background-color:#dc3232}.yoast-search-result-form__progress--ok{color:#ee7c1b}.yoast-search-result-form__progress--ok::-webkit-progress-value{background-color:#ee7c1b;transition:width 250ms}.yoast-search-result-form__progress--ok::-moz-progress-bar{background-color:#ee7c1b}.yoast-search-result-form__progress--ok--fallback{overflow:hidden;max-width:100%;background-color:#ee7c1b}.yoast-search-result-form__progress--good{color:#7ad03a}.yoast-search-result-form__progress--good::-webkit-progress-value{background-color:#7ad03a;transition:width 250ms}.yoast-search-result-form__progress--good::-moz-progress-bar{background-color:#7ad03a}.yoast-search-result-form__progress--good--fallback{overflow:hidden;max-width:100%;background-color:#7ad03a}.yoast-search-result-editor{position:relative;width:640px;padding:0 20px 20px;border:1px solid #f7f7f7;border-radius:20px;background-color:#fff;font-family:Arial,sans-serif}body{margin:0;padding:0}#container{max-width:1660px;margin:0 auto}.yoast-wizard-body{box-sizing:border-box;width:80%;margin:1rem auto 4rem}@media screen and (max-width:768px){.yoast-wizard-body{width:auto;margin:0}}.yoast-wizard__logo{display:block;margin:0 auto}.yoast-wizard{box-sizing:border-box;width:100%;min-height:20px;padding:3em;background:#fff;text-align:right}.yoast-wizard--navigation{width:100%;text-align:left}.yoast-wizard--button{margin-top:1em}.yoast-wizard--button__next{margin-right:1em}.yoast-wizard--button__next button:focus,.yoast-wizard--button__next button:hover{background-color:#6c2548!important}.yoast-wizard--button__next button:focus div,.yoast-wizard--button__next button:hover div{background-color:transparent!important}.yoast-wizard--button__previous button:focus{background:#ddd!important}.yoast-wizard--button__previous button:focus:active{background:0 0!important}.yoast-wizard--button__previous button:focus>div>span,.yoast-wizard--button__previous button:hover>div>span{color:#000!important}.yoast-wizard--step__active svg{color:#5d237a;fill:#5d237a}.yoast-wizard--step__inactive div{pointer-events:none}.yoast-wizard--step--container h1{margin-top:0;margin-bottom:1rem;color:#a4286a;font-size:2.75em;font-weight:300;line-height:3.68rem;letter-spacing:normal}@media screen and (max-width:768px){.yoast-wizard{padding:1em 1em 2em}.yoast-wizard--step__active{overflow:hidden;width:38px}.yoast-wizard--step__active div{display:inline-block!important;vertical-align:middle}.yoast-wizard--step__active div>span>span{display:block!important;margin-right:-7px;padding-left:99px!important}.yoast-wizard--step__inactive{display:none!important}.yoast-wizard--step--container h1{font-size:2em;line-height:1.25}}.yoast-wizard--step--container h2{color:#a4286a;font-size:1.375em;font-weight:400}.yoast-wizard--stepper{width:100%;margin:auto}.yoast-wizard-overlay{position:absolute;z-index:10;top:0;right:0;width:100%;height:100%;opacity:.2;color:#fff;background-color:#000;text-align:center}.yoast-wizard-overlay-loader{position:relative}.yoast-wizard-container{position:relative;min-height:20px;border:1px solid #ccc;box-shadow:rgba(0,0,0,.15) 0 3px 10px,rgba(0,0,0,.2) 0 3px 10px;text-align:right}@media screen and (max-width:768px){.yoast-wizard-container{box-shadow:none}}.yoast-wizard-container fieldset{margin:1em 0;padding-right:.5em;border:0}.yoast-wizard-text-input{padding-bottom:.5em;font-size:14px}.yoast-wizard-text-input-label{display:block;margin:.5em 0 0;font-weight:700;cursor:pointer}.yoast-wizard-text-input [type=text]{box-sizing:border-box;width:100%;max-width:450px}.yoast-wizard-field-description{font-weight:700}.yoast-wizard input{margin:.5em 0;padding:5px;font-size:14px;line-height:140%}.yoast-wizard label{cursor:pointer}.yoast-wizard input[type=radio]{margin:.3em 0 .3em .7em;vertical-align:middle}.yoast-wizard-input__explanation{margin-top:0;color:#555;font-style:italic}.yoast-wizard-input-radio{font-size:14px}.yoast-wizard-input-radio-option label{padding-top:2px}.yoast-wizard-input-radio-separator{padding:0}.yoast-wizard-input-radio-separator input{position:absolute;right:-9999em;width:1px;height:1px}.yoast-wizard-input-radio-separator input+label{float:right;width:30px!important;margin:0 0 5px 5px!important;padding:9px 6px;border:1px solid #ccc;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;line-height:24px;text-align:center;cursor:pointer}.yoast-wizard-input-radio-separator input:checked+label{border:1px solid #a4286a;background-color:#fff;box-shadow:inset 0 0 0 2px #a4286a}.yoast-wizard-input-radio-separator input:checked+label,.yoast-wizard-input-radio-separator input:focus+label{border-radius:10px 10px 10px 0}.yoast-video-container-max-width{max-width:560px}.yoast-video-container{overflow:hidden;position:relative;height:0;padding-bottom:56.25%}.yoast-video-container iframe{position:absolute;top:0;right:0;width:100%;height:100%}.yoast-wizard-notice__error{margin-bottom:15px;padding:12px;border-right:4px solid #dc3232;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@keyframes heartbeat{0%{opacity:.4;transform:scale(.7)}80%{opacity:1}100%{opacity:1;transform:scale(.95)}}.yoast-loader{animation:heartbeat 1.15s infinite;animation-timing-function:cubic-bezier(.96,.02,.63,.86);animation-direction:alternate}.yoast-wizard-return-link{display:block;margin:1em 0;color:#646d78;text-align:center}.yoast-wizard-mailchimp-message-error{color:#dc3232}.yoast-wizard-mailchimp-message-success{color:#008a00}.yoast-wizard-input{padding-bottom:.5em}.yoast-wizard-input__select{margin:1em 0;font-size:14px}.yoast-wizard-image-upload-container__image{max-width:151px}.yoast-wizard-image-upload-container-buttons{margin-top:1em}.yoast-wizard-image-upload-container-buttons__remove{margin-right:1em}.yoast-wizard-image-upload-container-description{display:block}.ie9 .yoast-wizard--stepper{display:none}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-390-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-390-rtl.css
new file mode 100644
index 0000000..10451d5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-390-rtl.css
@@ -0,0 +1,899 @@
+@charset "UTF-8";
+
+
+/*------------------------------------* #SETTINGS
+\*------------------------------------*/
+
+/**
+ * Pull in all the settings we require for this project.
+ */
+/**
+ * Create vendor-prefixed CSS in one go, e.g.
+ *
+ `@include vendor(border-radius, 4px);`
+ *
+ */
+.yoast-list--usp {
+ margin-bottom: 1em;
+ padding: 0;
+ font-family: "Open Sans", Arial, sans-serif;
+}
+
+.yoast-list--usp li {
+ position: relative;
+ padding-right: 1.2533333333rem;
+ list-style: none !important;
+}
+
+.yoast-list--usp li::before {
+ position: absolute;
+ top: 0;
+ right: 0;
+ color: #77b227;
+ font-family: "FontAwesome", "Open Sans", Arial, sans-serif;
+ content: "\f00c\0020";
+}
+
+.yoast h1,
+.yoast h2,
+.yoast h3,
+.yoast h4,
+.yoast h5,
+.yoast h6,
+.yoast .h1,
+.yoast .h2,
+.yoast .h3,
+.yoast .h4,
+.yoast .h5,
+.yoast .h6 {
+ display: block;
+ margin-top: 0;
+ font-family: "Open Sans", Arial, sans-serif;
+ font-weight: 300;
+}
+
+.yoast h1,
+.yoast .h1 {
+ margin-bottom: 1.35rem;
+ font-size: 2.5em;
+ line-height: 3.68rem;
+ letter-spacing: normal;
+}
+
+@media only screen and (min-width: 30rem) {
+ .yoast h1,
+ .yoast .h1 {
+ font-size: 2.75em;
+ }
+}
+
+.yoast h2,
+.yoast .h2 {
+ margin-bottom: 1.2rem;
+ font-size: 1.88em;
+ line-height: 2.5rem;
+}
+
+.yoast h2.tight,
+.yoast .h2.tight {
+ margin-bottom: 0.6rem;
+}
+
+.yoast h3,
+.yoast .h3 {
+ margin-bottom: 0.8rem;
+ font-size: 1.25em;
+ line-height: 1.88rem;
+}
+
+.yoast h3.tight,
+.yoast .h3.tight {
+ margin-bottom: 0.4rem;
+}
+
+@media only screen and (min-width: 30rem) {
+ .yoast h3,
+ .yoast .h3 {
+ font-size: 1.375em;
+ }
+}
+
+@media only screen and (min-width: 50rem) {
+ .yoast h3,
+ .yoast .h3 {
+ font-size: 1.5em;
+ }
+}
+
+.yoast h4,
+.yoast .h4,
+.yoast h5,
+.yoast .h5,
+.yoast h6,
+.yoast .h6 {
+ margin-bottom: 0.2rem;
+ font-size: 1.13em;
+ font-weight: 400;
+ line-height: 1.88rem;
+}
+
+.yoast-button {
+ display: inline-block;
+ position: relative;
+ width: 100%;
+ padding: 0.345em 1em 0.345em 1.5em;
+ border: 0;
+ color: #dc5c04;
+ background-color: transparent;
+ background-color: #dc5c04;
+ font-family: "Open Sans", Arial, sans-serif;
+ font-size: 1.1em;
+ text-decoration: none;
+ cursor: pointer;
+}
+
+@media only screen and (min-width: 30rem) {
+ .yoast-button {
+ width: auto;
+ max-height: 2.86rem;
+ margin-left: 1.36rem;
+ }
+
+ .yoast-button::after {
+ position: absolute;
+ top: 0;
+ left: -1.36rem;
+ width: 0;
+ height: 0;
+ border-top: 1.43rem solid transparent;
+ border-left: 0;
+ border-bottom: 1.44rem solid transparent;
+ border-right: 1.43rem solid #dc5c04;
+ content: "";
+ }
+
+ .yoast-button.left {
+ margin-left: 0;
+ margin-right: 1.36rem;
+ }
+
+ .yoast-button.left::after {
+ content: none;
+ }
+
+ .yoast-button.left::before {
+ position: absolute;
+ top: 0;
+ right: -1.36rem;
+ width: 0;
+ height: 0;
+ border-top: 1.43rem solid transparent;
+ border-left: 1.43rem solid #dc5c04;
+ border-bottom: 1.44rem solid transparent;
+ border-right: 0;
+ content: "";
+ }
+}
+
+.yoast-button.alignleft {
+ margin: 1rem 0 0 2.5rem !important;
+}
+
+.yoast-button .arrow {
+ display: none;
+}
+
+.yoast-button + .yoast-button {
+ margin-top: 1em;
+ margin-right: 1.88rem;
+}
+
+.yoast-button--full {
+ width: 100%;
+}
+
+.yoast-button--full::after {
+ content: none;
+}
+
+.yoast-button.default {
+ color: #fff;
+ background-color: #dc5c04;
+}
+
+.yoast-button.default::after {
+ border-right-color: #dc5c04;
+}
+
+.yoast-button.default::before {
+ border-left-color: #dc5c04;
+}
+
+.yoast-button:hover,
+.yoast-button a:focus {
+ color: #fff;
+ background-color: #f58223;
+ text-decoration: underline;
+}
+
+.yoast-button:hover::after,
+.yoast-button a:focus::after {
+ border-right-color: #f58223;
+}
+
+.yoast-button:hover::before,
+.yoast-button a:focus::before {
+ border-left-color: #f58223;
+}
+
+.yoast-button.academy {
+ color: #fff;
+ background-color: #5d237a;
+}
+
+.yoast-button.academy::after {
+ border-right-color: #5d237a;
+}
+
+.yoast-button.academy::before {
+ border-left-color: #5d237a;
+}
+
+@media only screen and (max-width: 20rem) {
+ .yoast-button.academy {
+ background-color: #5d237a;
+ }
+}
+
+.yoast-button.academy--secondary {
+ color: #fff;
+ background-color: #a4286a;
+}
+
+.yoast-button.academy--secondary::after {
+ border-right-color: #a4286a;
+}
+
+.yoast-button.academy--secondary::before {
+ border-left-color: #a4286a;
+}
+
+@media only screen and (max-width: 20rem) {
+ .yoast-button.academy--secondary {
+ background-color: #a4286a;
+ }
+}
+
+.yoast-button.software {
+ color: #fff;
+ background-color: #0075b3;
+}
+
+.yoast-button.software::after {
+ border-right-color: #0075b3;
+}
+
+.yoast-button.software::before {
+ border-left-color: #0075b3;
+}
+
+.yoast-button.review {
+ color: #fff;
+ background-color: #009288;
+}
+
+.yoast-button.review::after {
+ border-right-color: #009288;
+}
+
+.yoast-button.review::before {
+ border-left-color: #009288;
+}
+
+.yoast-button.about {
+ color: #fff;
+ background-color: #d93f69;
+}
+
+.yoast-button.about::after {
+ border-right-color: #d93f69;
+}
+
+.yoast-button.about::before {
+ border-left-color: #d93f69;
+}
+
+.yoast_academy .yoast-button {
+ color: #fff;
+ background-color: #d93f69;
+}
+
+.yoast_academy .yoast-button::after {
+ border-right-color: #d93f69;
+}
+
+.yoast_academy .yoast-button::before {
+ border-left-color: #d93f69;
+}
+
+.yoast_academy .yoast-button:hover,
+.yoast_academy .yoast-button a:focus {
+ color: #fff;
+ background-color: #d42a59;
+ text-decoration: underline;
+}
+
+.yoast_academy .yoast-button:hover::after,
+.yoast_academy .yoast-button a:focus::after {
+ border-right-color: #d42a59;
+}
+
+.yoast_academy .yoast-button:hover::before,
+.yoast_academy .yoast-button a:focus::before {
+ border-left-color: #d42a59;
+}
+
+body .yoast-button.dimmed,
+.yoast_academy .yoast-button.dimmed {
+ color: #646464;
+ background-color: #dcdcdc;
+}
+
+body .yoast-button.dimmed::after,
+.yoast_academy .yoast-button.dimmed::after {
+ border-right-color: #dcdcdc;
+}
+
+body .yoast-button.dimmed::before,
+.yoast_academy .yoast-button.dimmed::before {
+ border-left-color: #dcdcdc;
+}
+
+body .yoast-button.dimmed:hover,
+body .yoast-button.dimmed a:focus,
+.yoast_academy .yoast-button.dimmed:hover,
+.yoast_academy .yoast-button.dimmed a:focus {
+ color: #646464;
+ background-color: #cdcdcd;
+ text-decoration: underline;
+}
+
+body .yoast-button.dimmed:hover::after,
+body .yoast-button.dimmed a:focus::after,
+.yoast_academy .yoast-button.dimmed:hover::after,
+.yoast_academy .yoast-button.dimmed a:focus::after {
+ border-right-color: #cdcdcd;
+}
+
+body .yoast-button.dimmed:hover:before,
+body .yoast-button.dimmed a:focus:before,
+.yoast_academy .yoast-button.dimmed:hover:before,
+.yoast_academy .yoast-button.dimmed a:focus:before {
+ border-left-color: #cdcdcd;
+}
+
+.yoast-button--noarrow::after {
+ content: none;
+}
+
+.yoast-button--naked {
+ padding: 0;
+ border: none;
+ background-color: transparent;
+}
+
+.yoast-button--naked::after {
+ content: none;
+}
+
+.yoast-button i.fa {
+ margin: 4px 0 0 10px;
+ font-size: 140%;
+}
+
+.yoast-promoblock {
+ border: 1px solid #e6e6e6;
+ /* Explicit theming */
+}
+
+.theme-academy .yoast-promoblock {
+ border-color: #5d237a;
+}
+
+.theme-academy--secondary .yoast-promoblock {
+ border-color: #a4286a;
+}
+
+.theme-software .yoast-promoblock {
+ border-color: #0075b3;
+}
+
+.theme-review .yoast-promoblock {
+ border-color: #009288;
+}
+
+.theme-about .yoast-promoblock {
+ border-color: #d93f69;
+}
+
+.theme-home .yoast-promoblock {
+ border-color: #d93f69;
+}
+
+.theme-academy.yoast-promoblock {
+ border-color: #5d237a;
+}
+
+.theme-academy--secondary.yoast-promoblock {
+ border-color: #a4286a;
+}
+
+.theme-software.yoast-promoblock {
+ border-color: #0075b3;
+}
+
+.theme-software--secondary.yoast-promoblock {
+ border-color: #009288;
+}
+
+.theme-review.yoast-promoblock {
+ border-color: #009288;
+}
+
+.theme-review--secondary.yoast-promoblock {
+ border-color: #77b227;
+}
+
+.theme-about.yoast-promoblock {
+ border-color: #d93f69;
+}
+
+.theme-about--secondary.yoast-promoblock {
+ border-color: #a4286a;
+}
+
+.link.yoast-promoblock {
+ border-color: #dc5c04;
+}
+
+.link.yoast-promoblock::after {
+ -moz-filter: drop-shadow(1px 0 0 #dc5c04);
+ -ms-filter: drop-shadow(1px 0 0 #dc5c04);
+ -o-filter: drop-shadow(1px 0 0 #dc5c04);
+ filter: drop-shadow(1px 0 0 #dc5c04);
+}
+
+.cta.yoast-promoblock {
+ border-color: #dc5c04;
+}
+
+.cta.yoast-promoblock::after {
+ -moz-filter: drop-shadow(1px 0 0 #dc5c04);
+ -ms-filter: drop-shadow(1px 0 0 #dc5c04);
+ -o-filter: drop-shadow(1px 0 0 #dc5c04);
+ filter: drop-shadow(1px 0 0 #dc5c04);
+}
+
+.yoast-promoblock {
+ display: block;
+ position: relative;
+ margin-bottom: 1.88rem;
+ padding: 20px;
+ border: 1px solid;
+ border-radius: 30px;
+ border-bottom-left-radius: 0;
+ background-color: #fff;
+ font-family: "Merriweather", Georgia, serif;
+}
+
+.yoast-promoblock p {
+ color: #000;
+}
+
+.yoast-promoblock p:last-of-type {
+ margin-bottom: 0;
+}
+
+.yoast-promoblock i.blockicon {
+ position: absolute;
+ left: 10px;
+ bottom: 10px;
+ padding: 0 0.5em 0 0;
+ font-size: 2.25em;
+}
+
+.yoast-promoblock a img {
+ border: 1px solid #dcdcdc;
+}
+
+.yoast-promoblock p a {
+ font-weight: 600 !important;
+ text-decoration: underline;
+}
+
+.yoast-promoblock form a {
+ font-family: "Open Sans", Arial, sans-serif;
+ font-weight: 400 !important;
+ text-decoration: none;
+}
+
+.yoast-promoblock h4,
+.yoast-promoblock .h4 {
+ margin-bottom: 0.7rem;
+}
+
+.yoast-promoblock.link {
+ border-color: #dc5c04;
+}
+
+.yoast-promoblock.link a,
+.yoast-promoblock.link a:hover {
+ color: #dc5c04;
+}
+
+.yoast-promoblock--white {
+ border-color: #fff !important;
+}
+
+.yoast-promoblock.theme-academy a {
+ color: #5d237a !important;
+}
+
+.yoast-promoblock.theme-academy.secondary a {
+ color: #a4286a !important;
+}
+
+.yoast-promoblock.theme-software a {
+ color: #0075b3 !important;
+}
+
+.yoast-promoblock.theme-review a {
+ color: #009288 !important;
+}
+
+.yoast-promoblock.theme-review.secondary a {
+ color: #77b227 !important;
+}
+
+.yoast-promoblock.theme-about a {
+ color: #d93f69 !important;
+}
+
+.product .yoast-promoblock {
+ overflow: hidden;
+}
+
+.yoast-promoblock--hometitle {
+ /* OLD - iOS 6-, Safari 3.1-6 */
+ /* OLD - Firefox 19- (buggy but mostly works) */
+ display: -ms-flexbox;
+ /* TWEENER - IE 10 */
+ /* NEW - Chrome */
+ display: flex;
+ max-width: 16em;
+ height: 11em;
+ margin: 16px auto 32px;
+ margin: 1rem auto 2rem;
+ border-color: #fff !important;
+ background-color: rgba(217, 63, 105, 0.25);
+ font-size: 16px;
+ font-size: 1rem;
+ line-height: 1;
+
+ -webkit-box-pack: center;
+ -ms-flex-align: center;
+ -ms-flex-line-pack: center;
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
+ -ms-flex-pack: justify;
+}
+
+.old-ie .yoast-promoblock--hometitle {
+ text-align: justify;
+}
+
+.old-ie .yoast-promoblock--hometitle::after {
+ display: inline-block;
+ width: 100%;
+ content: "";
+}
+
+.old-ie .yoast-promoblock--hometitle > * {
+ display: inline-block;
+ text-align: right;
+}
+
+@media only screen and (max-width: 30rem) {
+ .yoast-promoblock--hometitle::after {
+ content: none !important;
+ }
+}
+
+.yoast-promoblock--imageholder {
+ margin-bottom: 0;
+ padding: 0;
+}
+
+.yoast-promoblock--imageholdersmall {
+ position: absolute;
+}
+
+.yoast-promoblock--imageholdersmall:first-child {
+ right: 4rem;
+}
+
+.yoast-promoblock--imageholdersmall:last-child {
+ top: 4rem;
+}
+
+@media only screen and (max-width: 50rem) {
+ .yoast-promoblock h2 {
+ margin-bottom: 0;
+ }
+}
+
+a.promoblock {
+ color: #000;
+ text-decoration: none;
+}
+
+a.promoblock:hover {
+ text-decoration: none;
+}
+
+.promoblockimage__holder {
+ position: relative;
+ width: 240px;
+ height: 295px;
+}
+
+@media only screen and (min-width: 50rem) {
+ [class*="promoblock--icon"]::before {
+ position: absolute;
+ left: 0.47rem;
+ bottom: 0.47rem;
+ font-family: "FontAwesome", "Open Sans", Arial, sans-serif;
+ font-size: 2.2rem;
+ line-height: 1;
+ }
+
+ body.theme-about [class*="promoblock--icon"]::before {
+ color: #d93f69;
+ }
+
+ body.theme-about .promoblock a.color-cta {
+ color: #009288 !important;
+ }
+
+ body.theme-academy [class*="promoblock--icon"]::before {
+ color: #5d237a;
+ }
+
+ body.theme-software [class*="promoblock--icon"]::before {
+ color: #0075b3;
+ }
+
+ .promoblock--icon-academy::before {
+ content: "\f19d";
+ }
+
+ .promoblock--icon-blog::before {
+ content: "\f1ea";
+ }
+
+ .promoblock--icon-book::before {
+ content: "\f02d";
+ }
+
+ .promoblock--icon-calendar::before {
+ content: "\f073";
+ }
+
+ .promoblock--icon-check::before {
+ content: "\f046";
+ }
+
+ .promoblock--icon-drupal::before {
+ content: "\f1a9";
+ }
+
+ .promoblock--icon-gears::before {
+ content: "\f085";
+ }
+
+ .promoblock--icon-pencil::before {
+ content: "\f040";
+ }
+
+ .promoblock--icon-plug::before {
+ content: "\f1e6";
+ }
+
+ .promoblock--icon-video::before {
+ content: "\f008";
+ }
+
+ .promoblock--icon-wordpress::before {
+ content: "\f19a";
+ }
+}
+
+.yoast {
+ color: #000;
+ font-family: "Open Sans",Arial,sans-serif;
+ font-size: 1rem;
+ line-height: 1.88;
+ letter-spacing: 0.01em;
+}
+
+.yoast *,
+.yoast *:before,
+.yoast *:after {
+ box-sizing: border-box;
+}
+
+.yoast-hr {
+ position: relative;
+ margin: 0;
+ padding-bottom: 1.88rem;
+ border: 0;
+ border-top: 1px solid #a4286a;
+}
+
+.yoast-hr:after {
+ position: absolute;
+ z-index: 1;
+ top: -2px;
+ right: 50%;
+ height: 0;
+ border: none;
+ border-top: 20px solid #f1f1f1;
+ border-left: 40px solid transparent;
+ border-right: 40px solid transparent;
+ line-height: 0;
+ content: "";
+ -ms-transform: translateX(50%);
+ transform: translateX(50%);
+
+ -moz-filter: drop-shadow(0 1px 0 #a4286a);
+ -ms-filter: drop-shadow(0 1px 0 #a4286a);
+ -o-filter: drop-shadow(0 1px 0 #a4286a);
+ filter: drop-shadow(0 1px 0 #a4286a);
+}
+
+.yoast-list--usp li:before {
+ width: 1em;
+ height: 100%;
+ background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%2377B227%22%20d%3D%22M1671%20566q0%2040%2D28%2068l%2D724%20724%2D136%20136q%2D28%2028%2D68%2028t%2D68%2D28l%2D136%2D136%2D362%2D362q%2D28%2D28%2D28%2D68t28%2D68l136%2D136q28%2D28%2068%2D28t68%2028l294%20295%20656%2D657q28%2D28%2068%2D28t68%2028l136%20136q28%2028%2028%2068z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
+ background-position: right 0.4em;
+ background-size: contain;
+ content: "";
+}
+
+.yoast-button--purple {
+ background-color: #5d237a;
+}
+
+.yoast-button-go-to:after {
+ position: static;
+ top: auto;
+ left: auto;
+ width: auto;
+ height: auto;
+ border: none;
+ content: " \00BB";
+}
+
+.yoast-button--installed {
+ color: #fff;
+ background-color: #77b227;
+ cursor: default;
+}
+
+.yoast-button--installed:hover {
+ background-color: #77b227;
+ text-decoration: none;
+}
+
+.yoast-promo-extensions {
+ display: -ms-flexbox;
+ display: flex;
+ margin-right: -50px;
+
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+}
+
+.yoast-promo-extensions > h2 {
+ width: 100%;
+ margin-right: 50px;
+}
+
+.yoast-promo-extension {
+ max-width: 330px;
+ margin-right: 50px;
+ border-color: #a4286a;
+ background-color: transparent;
+}
+
+.yoast-promo-extension:first-child {
+ margin-right: 0;
+}
+
+.yoast-promo-extension img {
+ width: 100%;
+ height: auto;
+ margin-bottom: 0.8rem;
+}
+
+@media screen and (max-width: 900px) {
+ .yoast-promo-extension img {
+ display: none;
+ }
+}
+
+.yoast-promo-extension .yoast-button {
+ width: 100%;
+ max-height: none;
+}
+
+.yoast-promo-extension .yoast-button--installed {
+ width: auto;
+}
+
+.yoast-promo-extension h3 {
+ color: #a4286a;
+}
+
+@media screen and (max-width: 900px) {
+ .yoast-promo-extension {
+ width: 100%;
+ max-width: none;
+ }
+}
+
+.yoast-seo-premium-extension:before,
+.yoast-seo-premium-extension:after {
+ display: table;
+ content: "";
+}
+
+.yoast-seo-premium-extension:after {
+ clear: both;
+}
+
+.yoast-seo-premium-benefits__title {
+ font-weight: 600;
+}
+
+.yoast-seo-premium-benefits__description:before {
+ content: "– ";
+}
+
+.yoast-link--more-info {
+ padding-right: calc( 1em + 5px);
+ color: #646464;
+ background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23646464%22%20d%3D%22M1152%201376v%2D160q0%2D14%2D9%2D23t%2D23%2D9h%2D96v%2D512q0%2D14%2D9%2D23t%2D23%2D9h%2D320q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h96v320h%2D96q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h448q14%200%2023%2D9t9%2D23zm%2D128%2D896v%2D160q0%2D14%2D9%2D23t%2D23%2D9h%2D192q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h192q14%200%2023%2D9t9%2D23zm640%20416q0%20209%2D103%20385%2E5t%2D279%2E5%20279%2E5%2D385%2E5%20103%2D385%2E5%2D103%2D279%2E5%2D279%2E5%2D103%2D385%2E5%20103%2D385%2E5%20279%2E5%2D279%2E5%20385%2E5%2D103%20385%2E5%20103%20279%2E5%20279%2E5%20103%20385%2E5z%22%2F%3E%3C%2Fsvg%3E");
+ background-repeat: no-repeat;
+ background-position: right 0.2em;
+ background-size: 1em;
+}
+
+.yoast-link--more-info:after {
+ content: " \00BB";
+}
+
+.yoast-promo-extension .yoast-link--more-info {
+ display: block;
+ margin: 1em 0 0 0;
+ background-position: right 0.4em;
+}
+
+.yoast-heading-highlight {
+ color: #a4286a;
+ font-weight: 600;
+}
+
+.yoast-money-back-guarantee {
+ font-size: 1.1em;
+ font-style: italic;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-390-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-390-rtl.min.css
new file mode 100644
index 0000000..ced784c
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-390-rtl.min.css
@@ -0,0 +1 @@
+@charset "UTF-8";.yoast-list--usp{margin-bottom:1em;padding:0;font-family:"Open Sans",Arial,sans-serif}.yoast-list--usp li{position:relative;padding-right:1.2533333333rem;list-style:none!important}.yoast-list--usp li::before{position:absolute;top:0;right:0;color:#77b227;font-family:FontAwesome,"Open Sans",Arial,sans-serif;content:"\f00c\0020"}.yoast .h1,.yoast .h2,.yoast .h3,.yoast .h4,.yoast .h5,.yoast .h6,.yoast h1,.yoast h2,.yoast h3,.yoast h4,.yoast h5,.yoast h6{display:block;margin-top:0;font-family:"Open Sans",Arial,sans-serif;font-weight:300}.yoast .h1,.yoast h1{margin-bottom:1.35rem;font-size:2.5em;line-height:3.68rem;letter-spacing:normal}@media only screen and (min-width:30rem){.yoast .h1,.yoast h1{font-size:2.75em}}.yoast .h2,.yoast h2{margin-bottom:1.2rem;font-size:1.88em;line-height:2.5rem}.yoast .h2.tight,.yoast h2.tight{margin-bottom:.6rem}.yoast .h3,.yoast h3{margin-bottom:.8rem;font-size:1.25em;line-height:1.88rem}.yoast .h3.tight,.yoast h3.tight{margin-bottom:.4rem}@media only screen and (min-width:30rem){.yoast .h3,.yoast h3{font-size:1.375em}}@media only screen and (min-width:50rem){.yoast .h3,.yoast h3{font-size:1.5em}}.yoast .h4,.yoast .h5,.yoast .h6,.yoast h4,.yoast h5,.yoast h6{margin-bottom:.2rem;font-size:1.13em;font-weight:400;line-height:1.88rem}.yoast-button{display:inline-block;position:relative;width:100%;padding:.345em 1em .345em 1.5em;border:0;color:#dc5c04;background-color:#dc5c04;font-family:"Open Sans",Arial,sans-serif;font-size:1.1em;text-decoration:none;cursor:pointer}@media only screen and (min-width:30rem){.yoast-button{width:auto;max-height:2.86rem;margin-left:1.36rem}.yoast-button.left::before,.yoast-button::after{position:absolute;top:0;width:0;height:0;border-top:1.43rem solid transparent;border-bottom:1.44rem solid transparent}.yoast-button::after{left:-1.36rem;border-left:0;border-right:1.43rem solid #dc5c04;content:""}.yoast-button.left{margin-left:0;margin-right:1.36rem}.yoast-button.left::after{content:none}.yoast-button.left::before{right:-1.36rem;border-left:1.43rem solid #dc5c04;border-right:0;content:""}}.yoast-button--full::after,.yoast-button--naked::after,.yoast-button--noarrow::after{content:none}.yoast-button.alignleft{margin:1rem 0 0 2.5rem!important}.yoast-button .arrow{display:none}.yoast-button+.yoast-button{margin-top:1em;margin-right:1.88rem}.yoast-button--full{width:100%}.yoast-button.default{color:#fff;background-color:#dc5c04}.yoast-button.default::after{border-right-color:#dc5c04}.yoast-button.default::before{border-left-color:#dc5c04}.yoast-button a:focus,.yoast-button:hover{color:#fff;background-color:#f58223;text-decoration:underline}.yoast-button a:focus::after,.yoast-button:hover::after{border-right-color:#f58223}.yoast-button a:focus::before,.yoast-button:hover::before{border-left-color:#f58223}.yoast-button.academy{color:#fff;background-color:#5d237a}.yoast-button.academy::after{border-right-color:#5d237a}.yoast-button.academy::before{border-left-color:#5d237a}@media only screen and (max-width:20rem){.yoast-button.academy{background-color:#5d237a}.yoast-button.academy--secondary{background-color:#a4286a}}.yoast-button.academy--secondary{color:#fff;background-color:#a4286a}.yoast-button.academy--secondary::after{border-right-color:#a4286a}.yoast-button.academy--secondary::before{border-left-color:#a4286a}.yoast-button.software{color:#fff;background-color:#0075b3}.yoast-button.software::after{border-right-color:#0075b3}.yoast-button.software::before{border-left-color:#0075b3}.yoast-button.review{color:#fff;background-color:#009288}.yoast-button.about,.yoast_academy .yoast-button{background-color:#d93f69;color:#fff}.yoast-button.review::after{border-right-color:#009288}.yoast-button.about::after,.yoast_academy .yoast-button::after{border-right-color:#d93f69}.yoast-button.review::before{border-left-color:#009288}.yoast-button.about::before,.yoast_academy .yoast-button::before{border-left-color:#d93f69}.yoast_academy .yoast-button a:focus,.yoast_academy .yoast-button:hover{color:#fff;background-color:#d42a59;text-decoration:underline}.yoast_academy .yoast-button a:focus::after,.yoast_academy .yoast-button:hover::after{border-right-color:#d42a59}.yoast_academy .yoast-button a:focus::before,.yoast_academy .yoast-button:hover::before{border-left-color:#d42a59}.yoast_academy .yoast-button.dimmed,body .yoast-button.dimmed{color:#646464;background-color:#dcdcdc}.yoast_academy .yoast-button.dimmed::after,body .yoast-button.dimmed::after{border-right-color:#dcdcdc}.yoast_academy .yoast-button.dimmed::before,body .yoast-button.dimmed::before{border-left-color:#dcdcdc}.yoast_academy .yoast-button.dimmed a:focus,.yoast_academy .yoast-button.dimmed:hover,body .yoast-button.dimmed a:focus,body .yoast-button.dimmed:hover{color:#646464;background-color:#cdcdcd;text-decoration:underline}.yoast_academy .yoast-button.dimmed a:focus::after,.yoast_academy .yoast-button.dimmed:hover::after,body .yoast-button.dimmed a:focus::after,body .yoast-button.dimmed:hover::after{border-right-color:#cdcdcd}.yoast_academy .yoast-button.dimmed a:focus:before,.yoast_academy .yoast-button.dimmed:hover:before,body .yoast-button.dimmed a:focus:before,body .yoast-button.dimmed:hover:before{border-left-color:#cdcdcd}.yoast-button--naked{padding:0;border:none;background-color:transparent}.yoast-button i.fa{margin:4px 0 0 10px;font-size:140%}.theme-academy .yoast-promoblock{border-color:#5d237a}.theme-academy--secondary .yoast-promoblock{border-color:#a4286a}.theme-software .yoast-promoblock{border-color:#0075b3}.theme-review .yoast-promoblock{border-color:#009288}.theme-about .yoast-promoblock,.theme-home .yoast-promoblock{border-color:#d93f69}.theme-academy.yoast-promoblock{border-color:#5d237a}.theme-academy--secondary.yoast-promoblock{border-color:#a4286a}.theme-software.yoast-promoblock{border-color:#0075b3}.theme-review.yoast-promoblock,.theme-software--secondary.yoast-promoblock{border-color:#009288}.theme-review--secondary.yoast-promoblock{border-color:#77b227}.theme-about.yoast-promoblock{border-color:#d93f69}.theme-about--secondary.yoast-promoblock{border-color:#a4286a}.cta.yoast-promoblock,.link.yoast-promoblock{border-color:#dc5c04}.link.yoast-promoblock::after{-moz-filter:drop-shadow(1px 0 0 #dc5c04);-ms-filter:drop-shadow(1px 0 0 #dc5c04);-o-filter:drop-shadow(1px 0 0 #dc5c04);filter:drop-shadow(1px 0 0 #dc5c04)}.cta.yoast-promoblock::after{-moz-filter:drop-shadow(1px 0 0 #dc5c04);-ms-filter:drop-shadow(1px 0 0 #dc5c04);-o-filter:drop-shadow(1px 0 0 #dc5c04);filter:drop-shadow(1px 0 0 #dc5c04)}.yoast-promoblock{display:block;position:relative;margin-bottom:1.88rem;padding:20px;border:1px solid;border-radius:30px 30px 30px 0;background-color:#fff;font-family:Merriweather,Georgia,serif}.yoast-promoblock p{color:#000}.yoast-promoblock p:last-of-type{margin-bottom:0}.yoast-promoblock i.blockicon{position:absolute;left:10px;bottom:10px;padding:0 .5em 0 0;font-size:2.25em}.yoast-promoblock a img{border:1px solid #dcdcdc}.yoast-promoblock p a{font-weight:600!important;text-decoration:underline}.yoast-promoblock form a,a.promoblock,a.promoblock:hover{text-decoration:none}.yoast-promoblock form a{font-family:"Open Sans",Arial,sans-serif;font-weight:400!important}.yoast-promoblock .h4,.yoast-promoblock h4{margin-bottom:.7rem}.yoast-promoblock.link{border-color:#dc5c04}.yoast-promoblock.link a,.yoast-promoblock.link a:hover{color:#dc5c04}.yoast-promoblock--white{border-color:#fff!important}.yoast-promoblock.theme-academy a{color:#5d237a!important}.yoast-promoblock.theme-academy.secondary a{color:#a4286a!important}.yoast-promoblock.theme-software a{color:#0075b3!important}.yoast-promoblock.theme-review a{color:#009288!important}.yoast-promoblock.theme-review.secondary a{color:#77b227!important}.yoast-promoblock.theme-about a{color:#d93f69!important}.product .yoast-promoblock{overflow:hidden}.yoast-promoblock--hometitle{display:-ms-flexbox;display:flex;max-width:16em;height:11em;margin:1rem auto 2rem;border-color:#fff!important;background-color:rgba(217,63,105,.25);font-size:16px;font-size:1rem;line-height:1;-webkit-box-pack:center;-ms-flex-align:center;-ms-flex-line-pack:center;-ms-flex-pack:justify}.old-ie .yoast-promoblock--hometitle{text-align:justify}.old-ie .yoast-promoblock--hometitle::after{display:inline-block;width:100%;content:""}.old-ie .yoast-promoblock--hometitle>*{display:inline-block;text-align:right}@media only screen and (max-width:30rem){.yoast-promoblock--hometitle::after{content:none!important}}.yoast-promoblock--imageholder{margin-bottom:0;padding:0}.yoast-promoblock--imageholdersmall{position:absolute}.yoast-promoblock--imageholdersmall:first-child{right:4rem}.yoast-promoblock--imageholdersmall:last-child{top:4rem}@media only screen and (max-width:50rem){.yoast-promoblock h2{margin-bottom:0}}a.promoblock{color:#000}.promoblockimage__holder{position:relative;width:240px;height:295px}@media only screen and (min-width:50rem){[class*=promoblock--icon]::before{position:absolute;left:.47rem;bottom:.47rem;font-family:FontAwesome,"Open Sans",Arial,sans-serif;font-size:2.2rem;line-height:1}body.theme-about [class*=promoblock--icon]::before{color:#d93f69}body.theme-about .promoblock a.color-cta{color:#009288!important}body.theme-academy [class*=promoblock--icon]::before{color:#5d237a}body.theme-software [class*=promoblock--icon]::before{color:#0075b3}.promoblock--icon-academy::before{content:"\f19d"}.promoblock--icon-blog::before{content:"\f1ea"}.promoblock--icon-book::before{content:"\f02d"}.promoblock--icon-calendar::before{content:"\f073"}.promoblock--icon-check::before{content:"\f046"}.promoblock--icon-drupal::before{content:"\f1a9"}.promoblock--icon-gears::before{content:"\f085"}.promoblock--icon-pencil::before{content:"\f040"}.promoblock--icon-plug::before{content:"\f1e6"}.promoblock--icon-video::before{content:"\f008"}.promoblock--icon-wordpress::before{content:"\f19a"}}.yoast{color:#000;font-family:"Open Sans",Arial,sans-serif;font-size:1rem;line-height:1.88;letter-spacing:.01em}.yoast *,.yoast :after,.yoast :before{box-sizing:border-box}.yoast-hr{position:relative;margin:0;padding-bottom:1.88rem;border:0;border-top:1px solid #a4286a}.yoast-hr:after{position:absolute;z-index:1;top:-2px;right:50%;height:0;border:none;border-top:20px solid #f1f1f1;border-left:40px solid transparent;border-right:40px solid transparent;line-height:0;content:"";-ms-transform:translateX(50%);transform:translateX(50%);-moz-filter:drop-shadow(0 1px 0 #a4286a);-ms-filter:drop-shadow(0 1px 0 #a4286a);-o-filter:drop-shadow(0 1px 0 #a4286a);filter:drop-shadow(0 1px 0 #a4286a)}.yoast-list--usp li:before{width:1em;height:100%;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%2377B227%22%20d%3D%22M1671%20566q0%2040%2D28%2068l%2D724%20724%2D136%20136q%2D28%2028%2D68%2028t%2D68%2D28l%2D136%2D136%2D362%2D362q%2D28%2D28%2D28%2D68t28%2D68l136%2D136q28%2D28%2068%2D28t68%2028l294%20295%20656%2D657q28%2D28%2068%2D28t68%2028l136%20136q28%2028%2028%2068z%22%2F%3E%3C%2Fsvg%3E") right .4em no-repeat;background-size:contain;content:""}.yoast-button--purple{background-color:#5d237a}.yoast-button-go-to:after{position:static;top:auto;left:auto;width:auto;height:auto;border:none;content:" \00BB"}.yoast-button--installed{color:#fff;background-color:#77b227;cursor:default}.yoast-button--installed:hover{background-color:#77b227;text-decoration:none}.yoast-promo-extensions{display:-ms-flexbox;display:flex;margin-right:-50px;-ms-flex-wrap:wrap;flex-wrap:wrap}.yoast-promo-extensions>h2{width:100%;margin-right:50px}.yoast-promo-extension{max-width:330px;margin-right:50px;border-color:#a4286a;background-color:transparent}.yoast-promo-extension:first-child{margin-right:0}.yoast-promo-extension img{width:100%;height:auto;margin-bottom:.8rem}.yoast-promo-extension .yoast-button{width:100%;max-height:none}.yoast-promo-extension .yoast-button--installed{width:auto}.yoast-promo-extension h3{color:#a4286a}@media screen and (max-width:900px){.yoast-promo-extension img{display:none}.yoast-promo-extension{width:100%;max-width:none}}.yoast-seo-premium-extension:after,.yoast-seo-premium-extension:before{display:table;content:""}.yoast-seo-premium-extension:after{clear:both}.yoast-seo-premium-benefits__title{font-weight:600}.yoast-seo-premium-benefits__description:before{content:"– "}.yoast-link--more-info{padding-right:calc(1em + 5px);color:#646464;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23646464%22%20d%3D%22M1152%201376v%2D160q0%2D14%2D9%2D23t%2D23%2D9h%2D96v%2D512q0%2D14%2D9%2D23t%2D23%2D9h%2D320q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h96v320h%2D96q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h448q14%200%2023%2D9t9%2D23zm%2D128%2D896v%2D160q0%2D14%2D9%2D23t%2D23%2D9h%2D192q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h192q14%200%2023%2D9t9%2D23zm640%20416q0%20209%2D103%20385%2E5t%2D279%2E5%20279%2E5%2D385%2E5%20103%2D385%2E5%2D103%2D279%2E5%2D279%2E5%2D103%2D385%2E5%20103%2D385%2E5%20279%2E5%2D279%2E5%20385%2E5%2D103%20385%2E5%20103%20279%2E5%20279%2E5%20103%20385%2E5z%22%2F%3E%3C%2Fsvg%3E") right .2em no-repeat;background-size:1em}.yoast-link--more-info:after{content:" \00BB"}.yoast-promo-extension .yoast-link--more-info{display:block;margin:1em 0 0;background-position:right .4em}.yoast-heading-highlight{color:#a4286a;font-weight:600}.yoast-money-back-guarantee{font-size:1.1em;font-style:italic}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-400-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-400-rtl.css
new file mode 100644
index 0000000..571e8d6
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-400-rtl.css
@@ -0,0 +1,537 @@
+h4 {
+ clear: both;
+ margin: 1.2em 0 0.5em 0;
+}
+
+p.desc {
+ margin: 6px 0 10px 0;
+ padding: 0 25px 8px 0;
+}
+
+p.desc.label {
+ margin: 0 0 20px;
+ padding: 0 200px 10px 0;
+}
+
+tr.yst_row {
+ margin: 5px 0 0 0;
+ padding: 5px 0 0 0;
+}
+
+tr.yst_row.even {
+ background-color: #f6f6f6;
+}
+
+div.yoastbox ul {
+ margin-right: 20px;
+}
+
+.postbox {
+ margin: 10px 0 0 10px;
+}
+
+label {
+ float: right;
+ margin-right: 6px;
+}
+
+.yoast-inline-label {
+ float: none;
+ margin: 0;
+}
+
+label.radio {
+ float: none;
+ margin-left: 20px;
+}
+
+input.textinput,
+textarea,
+select {
+ width: 400px;
+}
+
+input.checkbox + label.checkbox {
+ width: auto;
+}
+
+input.textinput,
+textarea.textinput,
+select.select {
+ float: right;
+ margin: 0 0 15px 3px;
+ padding: 5px;
+}
+
+textarea.textinput {
+ padding: 3px 6px;
+}
+
+select.select {
+ padding: 3px;
+}
+
+input.checkbox,
+input.checkbox.double {
+ float: right;
+ margin: 6px 0 6px 10px;
+}
+
+.textinput.metadesc {
+ height: 50px;
+}
+
+textarea.import {
+ width: 500px;
+ height: 100px;
+}
+
+label.textinput,
+label.select,
+label.checkbox {
+ width: 200px;
+ margin: 5px 0 5px 0;
+ background-color: transparent;
+}
+
+.wpseo-gsc-reload-crawl-issues-form {
+ position: relative;
+ top: 9px;
+}
+
+.wp-core-ui .button.wpseo-gsc-save-profile {
+ margin-right: 200px;
+}
+
+table.wpseo th {
+ text-align: right;
+}
+
+.wpseo_content_wrapper {
+ display: table;
+ width: 100%;
+}
+
+.wpseo_content_wrapper p,
+.wpseo_content_wrapper li {
+ max-width: 600px;
+}
+
+.wpseo_content_wrapper .notice p {
+ max-width: none;
+}
+
+/* Notices below Settings pages tabs. */
+#wpseo-tabs + .notice {
+ margin-top: 1.5em;
+}
+
+.wpseo_content_cell {
+ display: table-cell;
+ height: 500px;
+ margin: 0;
+ padding: 0;
+ vertical-align: top;
+}
+
+.wpseo-remove-ads {
+ margin-top: 0;
+ padding: 12px;
+ border: 1px solid #0075b3;
+ border-radius: 20px;
+ border-bottom-left-radius: 0;
+ background-color: #fff;
+}
+
+#wpseo_content_top {
+ min-width: 800px;
+}
+
+.wpseo-variable-warning-element {
+ border: 1px solid #c62d2d !important;
+}
+
+.wpseo-variable-warning {
+ clear: both;
+ margin: 5px 0 0 0;
+ padding: 5px;
+ color: #c62d2d;
+}
+
+.wpseo-variable-warning code {
+ color: #b02828;
+}
+
+.wpseo-variable-warning a {
+ color: #c62d2d;
+}
+
+.wpseo_content_wrapper h3 {
+ margin: 1em 0 0.5em 0;
+}
+
+.wpseo_content_wrapper h1.wpseo-redirect-url-title {
+ margin: 1em 0 0.5em 0;
+ font-size: 1.3em;
+}
+
+#sidebar-container {
+ width: 261px;
+ padding: 0 20px 0 0;
+}
+
+@media (max-width: 1020px) {
+ #wpseo_content_top {
+ margin-right: 0;
+ padding-right: 0;
+ }
+}
+
+.wpseo-admin-page .form-table tr,
+.wpseo-admin-page .form-table th,
+.wpseo-admin-page .form-table td {
+ vertical-align: top;
+}
+
+.postbox form {
+ line-height: 150%;
+}
+
+div.yoastbox ul li {
+ list-style: square;
+}
+
+.text {
+ width: 250px;
+}
+
+div.yoastbox .button:hover,
+div.yoastbox .button-primary:hover {
+ text-decoration: none;
+}
+
+/*.button, .button-primary {*/
+/*margin-top: 10px;*/
+/*}*/
+table.yoast_help,
+table.yoast_help th,
+table.yoast_help td {
+ border: 1px solid #ddd;
+ border-collapse: collapse;
+ color: #444;
+ font-size: 12px;
+}
+
+table.yoast_help th,
+table.yoast_help td {
+ padding: 5px 10px;
+ text-align: right;
+ vertical-align: text-top;
+}
+
+table.yoast_help tr {
+ background-color: #f1f1f1;
+}
+
+table.yoast_help tr:nth-child(2n) {
+ background-color: #fbfbfe;
+}
+
+table.yoast_help tr:hover {
+ background-color: #ddd;
+}
+
+.correct {
+ padding: 5px;
+ color: white;
+ background-color: green;
+}
+
+.wrong {
+ padding: 5px;
+ color: white;
+ background-color: #dc3232;
+}
+
+.wrong code {
+ padding: 3px 8px;
+ color: #000;
+}
+
+.yoast-notice-blocking-files code {
+ color: #000;
+ line-height: 2;
+}
+
+.yoast-notice-blocking-files .button {
+ margin: 0.5em 0;
+}
+
+.wpseo_content_wrapper .yoast-blocking-files-error p {
+ max-width: none;
+}
+
+.button.fixit {
+ float: left;
+ margin: 0 5px;
+}
+
+.button.checkit {
+ float: left;
+ margin: 0 5px;
+ padding: 5px 8px;
+}
+
+.fb-buttons .button-primary,
+.fb-buttons .button {
+ margin-left: 8px;
+}
+
+.postbox#donate {
+ border: 2px green;
+}
+
+.wpseotab {
+ display: none;
+ margin-top: 15px;
+}
+
+.wpseotab.active {
+ display: block;
+}
+
+.wpseotab p.expl {
+ margin-right: 6px;
+}
+
+.wpseotab p.expl strong {
+ font-size: 115%;
+}
+
+#sidebar .yoastbox {
+ margin: 0 0 10px 0;
+ padding: 10px 15px;
+ border: 1px solid #ccc;
+ border-radius: 25px 5px;
+}
+
+#sidebar .yoastbox h2 {
+ font-size: 16px;
+}
+
+#sidebar .promo {
+ color: #000;
+}
+
+#donate.yoastbox,
+#sitereview.yoastbox {
+ border-color: green;
+ background-color: #cfc;
+}
+
+h2 {
+ margin-bottom: 20px;
+}
+
+h2 code {
+ font-size: 23px;
+}
+
+#pointer-primary {
+ margin: 0 0 0 5px;
+}
+
+#wpseo-debug-info {
+ clear: both;
+}
+
+#wpseo-debug-info .hndle {
+ cursor: auto;
+}
+
+#wpseo-debug-info .wpseo-debug-heading {
+ font-size: 1em;
+}
+
+#wpseo-debug-info .wpseo-debug {
+ display: inline-block;
+ padding-right: 20px;
+ color: #c00;
+}
+
+input.wpseo-new-title,
+textarea.wpseo-new-metadesc {
+ width: 100%;
+ max-width: 100%;
+}
+
+.wpseotab .extension {
+ float: right;
+ box-sizing: border-box;
+ width: 300px;
+ height: 230px;
+ margin: 10px 0 10px 20px;
+ border: 1px solid #ccc;
+}
+
+.wpseotab .extension p {
+ margin: 0;
+ padding: 10px;
+}
+
+.wpseotab .extension h3 {
+ box-sizing: border-box;
+ height: 110px;
+ margin: 0;
+ padding: 20px 120px 0 10px;
+ border-bottom: 1px solid #ccc;
+ background: #fff no-repeat right 10px;
+ background-size: 130px 100px;
+}
+
+.wpseotab .extension a {
+ text-decoration: none;
+}
+
+.wpseotab .extension button.installed {
+ border-color: #00a000;
+ background-color: #00a000;
+ cursor: default;
+}
+
+#separator {
+ margin: 1.5em 0 1em;
+}
+
+#separator input.radio {
+ /* visually hide the radio buttons but keep them accessible */
+ position: absolute;
+ right: -9999em;
+ width: 1px;
+ height: 1px;
+}
+
+#separator input.radio + label {
+ float: right;
+ width: 30px !important;
+ margin: 0 0 0 5px !important;
+ padding: 9px 6px;
+ border: 1px solid #ccc;
+ /* Don't change: these mimic Google's font and font size for titles */
+ font-family: Arial, Helvetica, sans-serif !important;
+ font-size: 18px !important;
+ line-height: 24px;
+ text-align: center;
+ cursor: pointer;
+}
+
+#separator input.radio:checked + label {
+ border: 1px solid #a4286a;
+ background-color: #fff;
+ box-shadow: inset 0 0 0 2px #a4286a;
+}
+
+#separator input.radio:focus + label {
+ border-radius: 10px;
+ border-bottom-left-radius: 0;
+}
+
+.svg-container {
+ text-align: center;
+}
+
+.svg-container .dashicons {
+ width: 200px;
+ height: 100px;
+ font-size: 100px;
+}
+
+body.toplevel_page_wpseo_dashboard .wp-badge {
+ border: none;
+ background: url(../images/Yoast_SEO_Icon.svg);
+ background-size: 150px 160px;
+ box-shadow: none;
+}
+
+.nav-tab .dashicons {
+ width: 18px;
+ height: 18px;
+ font-size: 18px;
+ line-height: 24px;
+}
+
+.nav-tab .pinteresticon {
+ width: 12px;
+ height: 24px;
+ margin-left: 2px;
+ background-image: url(../images/pinterest-23x30.png);
+ background-repeat: no-repeat;
+ background-position: center center;
+ background-size: contain;
+}
+
+#wpseo_progressbar {
+ height: 25px;
+ border: 1px solid #006691;
+}
+
+#wpseo_progressbar .ui-progressbar-value {
+ height: 25px;
+ background: #006691;
+}
+
+.wpseo-add-fb-admin-form-wrap .notice span {
+ margin-right: 10px;
+}
+
+.archives-titles-metas-content {
+ padding-top: 1em;
+}
+
+@media screen and (max-width: 782px) {
+ .wpseo-gsc-reload-crawl-issues-form {
+ top: 0;
+ margin: 1em 0;
+ }
+
+ .wpseo-gsc-reload-crawl-issues-form .alignright {
+ float: none;
+ }
+}
+
+@media screen and (max-width: 600px) {
+ .wpseo-gsc-reload-crawl-issues-form {
+ margin-bottom: 0;
+ }
+}
+
+.yoast-sidebar__title {
+ box-sizing: border-box;
+ width: 100%;
+ margin: 46px 0 20px;
+ padding: 10px;
+ border: none;
+ border-bottom: 1px solid #a4286a;
+ outline: none;
+ color: #a4286a;
+ background: none;
+ line-height: 19px;
+ text-align: right;
+}
+
+.yoast-sidebar__spot {
+ padding: 10px 0;
+ border-bottom: 1px solid #ddd;
+}
+
+.yoast-sidebar__spot a {
+ color: #a4286a;
+}
+
+.wpseo-banner__link {
+ display: inline-block;
+}
+
+.wpseo-banner__image {
+ vertical-align: top;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-400-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-400-rtl.min.css
new file mode 100644
index 0000000..628e60d
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-400-rtl.min.css
@@ -0,0 +1 @@
+#wpseo-debug-info,h4{clear:both}.wpseotab .extension a,div.yoastbox .button-primary:hover,div.yoastbox .button:hover{text-decoration:none}h4{margin:1.2em 0 .5em}p.desc{margin:6px 0 10px;padding:0 25px 8px 0}p.desc.label{margin:0 0 20px;padding:0 200px 10px 0}tr.yst_row{margin:5px 0 0;padding:5px 0 0}tr.yst_row.even{background-color:#f6f6f6}div.yoastbox ul{margin-right:20px}.postbox{margin:10px 0 0 10px}label{float:right;margin-right:6px}.yoast-inline-label{float:none;margin:0}label.radio{float:none;margin-left:20px}input.textinput,select,textarea{width:400px}input.checkbox+label.checkbox{width:auto}input.textinput,select.select,textarea.textinput{float:right;margin:0 0 15px 3px;padding:5px}textarea.textinput{padding:3px 6px}select.select{padding:3px}input.checkbox,input.checkbox.double{float:right;margin:6px 0 6px 10px}.textinput.metadesc{height:50px}textarea.import{width:500px;height:100px}label.checkbox,label.select,label.textinput{width:200px;margin:5px 0;background-color:transparent}.wpseo-gsc-reload-crawl-issues-form{position:relative;top:9px}.wp-core-ui .button.wpseo-gsc-save-profile{margin-right:200px}table.wpseo th{text-align:right}.wpseo_content_wrapper{display:table;width:100%}.wpseo_content_wrapper li,.wpseo_content_wrapper p{max-width:600px}.wpseo_content_wrapper .notice p,.wpseo_content_wrapper .yoast-blocking-files-error p{max-width:none}#wpseo-tabs+.notice{margin-top:1.5em}.wpseo_content_cell{display:table-cell;height:500px;margin:0;padding:0;vertical-align:top}.wpseo-remove-ads{margin-top:0;padding:12px;border:1px solid #0075b3;border-radius:20px 20px 20px 0;background-color:#fff}#wpseo_content_top{min-width:800px}.wpseo-variable-warning-element{border:1px solid #c62d2d!important}.wpseo-variable-warning{clear:both;margin:5px 0 0;padding:5px;color:#c62d2d}.wpseo-variable-warning code{color:#b02828}.wpseo-variable-warning a{color:#c62d2d}.wpseo_content_wrapper h3{margin:1em 0 .5em}.wpseo_content_wrapper h1.wpseo-redirect-url-title{margin:1em 0 .5em;font-size:1.3em}#sidebar-container{width:261px;padding:0 20px 0 0}@media (max-width:1020px){#wpseo_content_top{margin-right:0;padding-right:0}}.wpseo-admin-page .form-table td,.wpseo-admin-page .form-table th,.wpseo-admin-page .form-table tr{vertical-align:top}.postbox form{line-height:150%}div.yoastbox ul li{list-style:square}.text{width:250px}table.yoast_help,table.yoast_help td,table.yoast_help th{border:1px solid #ddd;border-collapse:collapse;color:#444;font-size:12px}table.yoast_help td,table.yoast_help th{padding:5px 10px;text-align:right;vertical-align:text-top}.correct,.wrong{padding:5px;color:#fff}table.yoast_help tr{background-color:#f1f1f1}table.yoast_help tr:nth-child(2n){background-color:#fbfbfe}table.yoast_help tr:hover{background-color:#ddd}.correct{background-color:green}.wrong{background-color:#dc3232}.wrong code{padding:3px 8px;color:#000}.yoast-notice-blocking-files code{color:#000;line-height:2}.yoast-notice-blocking-files .button{margin:.5em 0}.button.checkit,.button.fixit{float:left;margin:0 5px}.button.checkit{padding:5px 8px}.fb-buttons .button,.fb-buttons .button-primary{margin-left:8px}.postbox#donate{border:2px green}.wpseotab{display:none;margin-top:15px}.wpseotab.active{display:block}.wpseotab p.expl{margin-right:6px}.wpseotab p.expl strong{font-size:115%}#sidebar .yoastbox{margin:0 0 10px;padding:10px 15px;border:1px solid #ccc;border-radius:25px 5px}#sidebar .yoastbox h2{font-size:16px}#sidebar .promo{color:#000}#donate.yoastbox,#sitereview.yoastbox{border-color:green;background-color:#cfc}h2{margin-bottom:20px}h2 code{font-size:23px}#pointer-primary{margin:0 0 0 5px}#wpseo-debug-info .hndle{cursor:auto}#wpseo-debug-info .wpseo-debug-heading{font-size:1em}#wpseo-debug-info .wpseo-debug{display:inline-block;padding-right:20px;color:#c00}input.wpseo-new-title,textarea.wpseo-new-metadesc{width:100%;max-width:100%}.wpseotab .extension{float:right;box-sizing:border-box;width:300px;height:230px;margin:10px 0 10px 20px;border:1px solid #ccc}.wpseotab .extension p{margin:0;padding:10px}.wpseotab .extension h3{box-sizing:border-box;height:110px;margin:0;padding:20px 120px 0 10px;border-bottom:1px solid #ccc;background:right 10px no-repeat #fff;background-size:130px 100px}.wpseotab .extension button.installed{border-color:#00a000;background-color:#00a000;cursor:default}#separator{margin:1.5em 0 1em}#separator input.radio{position:absolute;right:-9999em;width:1px;height:1px}#separator input.radio+label{float:right;width:30px!important;margin:0 0 0 5px!important;padding:9px 6px;border:1px solid #ccc;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;line-height:24px;text-align:center;cursor:pointer}#separator input.radio:checked+label{border:1px solid #a4286a;background-color:#fff;box-shadow:inset 0 0 0 2px #a4286a}#separator input.radio:focus+label{border-radius:10px 10px 10px 0}.svg-container{text-align:center}.svg-container .dashicons{width:200px;height:100px;font-size:100px}body.toplevel_page_wpseo_dashboard .wp-badge{border:none;background:url(../images/Yoast_SEO_Icon.svg);background-size:150px 160px;box-shadow:none}.nav-tab .dashicons{width:18px;height:18px;font-size:18px;line-height:24px}.nav-tab .pinteresticon{width:12px;height:24px;margin-left:2px;background-image:url(../images/pinterest-23x30.png);background-repeat:no-repeat;background-position:center center;background-size:contain}#wpseo_progressbar{height:25px;border:1px solid #006691}#wpseo_progressbar .ui-progressbar-value{height:25px;background:#006691}.wpseo-add-fb-admin-form-wrap .notice span{margin-right:10px}.archives-titles-metas-content{padding-top:1em}@media screen and (max-width:782px){.wpseo-gsc-reload-crawl-issues-form{top:0;margin:1em 0}.wpseo-gsc-reload-crawl-issues-form .alignright{float:none}}@media screen and (max-width:600px){.wpseo-gsc-reload-crawl-issues-form{margin-bottom:0}}.yoast-sidebar__title{box-sizing:border-box;width:100%;margin:46px 0 20px;padding:10px;border:none;border-bottom:1px solid #a4286a;outline:0;color:#a4286a;background:0 0;line-height:19px;text-align:right}.yoast-sidebar__spot{padding:10px 0;border-bottom:1px solid #ddd}.yoast-sidebar__spot a{color:#a4286a}.wpseo-banner__link{display:inline-block}.wpseo-banner__image{vertical-align:top}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-390-rtl.css b/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-390-rtl.css
new file mode 100644
index 0000000..965ea2b
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-390-rtl.css
@@ -0,0 +1,39 @@
+.wpseo-score-icon {
+ display: inline-block;
+ width: 12px;
+ height: 12px;
+ margin: 3px 3px 0 10px;
+ border-radius: 50%;
+ background: #888;
+ vertical-align: top;
+}
+
+.wpseo-score-icon.good {
+ background-color: #7ad03a;
+}
+
+.wpseo-score-icon.ok {
+ background-color: #ee7c1b;
+}
+
+.wpseo-score-icon.bad {
+ background-color: #dc3232;
+}
+
+.wpseo-score-icon.na {
+ background-color: #888;
+}
+
+.wpseo-score-icon.noindex {
+ background-color: #1e8cbe;
+}
+
+.wpseo-score-title {
+ font-weight: 600;
+}
+
+#taxonomy_overall {
+ position: absolute;
+ top: 0;
+ margin-right: 87.5%;
+}
diff --git a/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-390-rtl.min.css b/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-390-rtl.min.css
new file mode 100644
index 0000000..01c4325
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-390-rtl.min.css
@@ -0,0 +1 @@
+.wpseo-score-icon{display:inline-block;width:12px;height:12px;margin:3px 3px 0 10px;border-radius:50%;background:#888;vertical-align:top}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}.wpseo-score-title{font-weight:600}#taxonomy_overall{position:absolute;top:0;margin-right:87.5%}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/edit-page-330.min.css b/wp-content/plugins/wordpress-seo/css/edit-page-330.min.css
new file mode 100644
index 0000000..4dfc1bd
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/edit-page-330.min.css
@@ -0,0 +1 @@
+.wpseo-score-icon{display:inline-block;width:12px;height:12px;margin-left:6px;border-radius:50%;background:#888;line-height:16px}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}th#wpseo-score{width:63px}@media screen and (max-width:782px){.column-wpseo-focuskw,.column-wpseo-metadesc,.column-wpseo-score,.column-wpseo-title{display:none}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/featured-image-330.min.css b/wp-content/plugins/wordpress-seo/css/featured-image-330.min.css
new file mode 100644
index 0000000..d2ab2fa
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/featured-image-330.min.css
@@ -0,0 +1 @@
+#yst_opengraph_image_warning{padding:1px 12px;border:solid #dc3232;border-width:4px 4px 0;background-color:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/help-center-340.min.css b/wp-content/plugins/wordpress-seo/css/help-center-340.min.css
new file mode 100644
index 0000000..f7e567f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/help-center-340.min.css
@@ -0,0 +1 @@
+#wpcontent.yoast-help-center-open{overflow-x:hidden}.wpseo-tab-video-container{margin-bottom:20px;border-bottom:1px solid #a4286a}.wpseo-tab-video-container__handle{width:100%;margin:0;padding:10px;border:none;outline:0;color:#a4286a;background:0 0;line-height:19px;text-align:left;cursor:pointer}.wpseo-tab-video-container__handle .toggle__arrow{text-decoration:none}.wpseo-tab-video-container__handle:focus,.wpseo-tab-video-container__handle:hover{text-decoration:underline}.wpseo-tab-video-container__handle .dashicons-before:before{margin-right:5px}.wpseotab .wpseo-tab-video-container{margin-top:-15px}.wpseo-tab-video-slideout{display:none;min-height:320px;margin:0 -9999px -1px;padding:2em 9999px;background-color:#a4286a;box-shadow:inset 0 10px 10px -5px rgba(123,30,80,.5),inset 0 -10px 10px -5px rgba(123,30,80,.5);-ms-flex-wrap:wrap;flex-wrap:wrap}.wpseo-tab-video-slideout .contextual-help-tabs-wrap{padding:0;flex-basis:0;flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-shrink:1}.wpseo-tab-video-slideout a{color:#fff}.wpseo-tab-video-slideout a.button,.wpseo-tab-video-slideout a.button-primary{text-decoration:none}.wpseo-tab-video-slideout h1,.wpseo-tab-video-slideout h2,.wpseo-tab-video-slideout h3,.wpseo-tab-video-slideout h4,.wpseo-tab-video-slideout h5,.wpseo-tab-video-slideout h6{margin-top:.5em;padding-top:0;color:#fff;font-weight:500}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea{float:left;min-width:234px;max-width:242px;margin:0 12px 1em 0;padding:15px 15px 5px;border:1px solid #fff;border-radius:30px 30px 0;color:#fff;background-color:#a4286a}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea h3,.wpseo-tab-video-slideout .yoast-help-center-tabs ul{margin:0}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a,.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:focus,.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:hover{color:#fff;font-weight:500}.wpseo-tab-video-slideout .yoast-help-center-tabs{width:180px;padding:0 1em 1em 0;color:#fff;background-color:#a4286a;-ms-flex:0 0 auto;flex:0 0 auto}.wpseo-tab-video-slideout .help-tab-content{margin:0;color:#fff;font-weight:300}.wpseo-tab-video-slideout .wpseo-tab-video__panel--video{float:left;margin-right:1em;padding-bottom:1em;-ms-flex:0 0 auto;flex:0 0 auto}.wpseo-tab-video-slideout .wpseo-tab-video__panel--video iframe{vertical-align:middle}.wpseo-tab-video-slideout .wpseo-tab-video__panel--text{min-width:264px;margin:0 auto;flex-basis:0;flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-shrink:1}.wpseo-tab-video-slideout .wpseo-tab-video__panel--text div:last-child{margin-right:0}.postbox .wpseo-tab-video-container{margin:-6px -12px 20px}.postbox .wpseo-tab-video-slideout{margin:0;padding:2em 12px 15px}.inside .wpseo-tab-video-slideout{height:auto}.wpseo-help-center-item{display:inline}.wpseo-help-center-item a{display:block;padding:10px 12px;color:#fff;text-decoration:none}.wpseo-help-center-item a:focus,.wpseo-help-center-item a:hover{text-decoration:underline}.wpseo-help-center-item a.dashicons-before:before{margin-right:3px;text-decoration:none}.wpseo-help-center-item.active a{color:#a4286a;background-color:#fff}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/help-center-340.min.rapido.css b/wp-content/plugins/wordpress-seo/css/help-center-340.min.rapido.css
new file mode 100644
index 0000000..843901a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/help-center-340.min.rapido.css
@@ -0,0 +1 @@
+#wpcontent.yoast-help-center-open{overflow-x:hidden}.wpseo-tab-video-container{margin-bottom:20px;border-bottom:1px solid #a4286a}.wpseo-tab-video-container__handle{width:100%;margin:0;padding:10px;border:none;outline:0;color:#a4286a;background:0 0;line-height:19px;text-align:left;cursor:pointer}.wpseo-tab-video-container__handle .toggle__arrow{text-decoration:none}.wpseo-tab-video-container__handle:focus,.wpseo-tab-video-container__handle:hover{text-decoration:underline}.wpseo-tab-video-container__handle .dashicons-before:before{margin-right:5px}.wpseotab .wpseo-tab-video-container{margin-top:-15px}.wpseo-tab-video-slideout{display:none;min-height:320px;margin:0 -9999px -1px;padding:2em 9999px;background-color:#a4286a;box-shadow:inset 0 10px 10px -5px rgba(123,30,80,0.5),inset 0 -10px 10px -5px rgba(123,30,80,0.5);-ms-flex-wrap:wrap;flex-wrap:wrap}.wpseo-tab-video-slideout .contextual-help-tabs-wrap{padding:0;flex-basis:0;flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-shrink:1}.wpseo-tab-video-slideout a{color:#fff}.wpseo-tab-video-slideout a.button,.wpseo-tab-video-slideout a.button-primary{text-decoration:none}.wpseo-tab-video-slideout h1,.wpseo-tab-video-slideout h2,.wpseo-tab-video-slideout h3,.wpseo-tab-video-slideout h4,.wpseo-tab-video-slideout h5,.wpseo-tab-video-slideout h6{margin-top:.5em;padding-top:0;color:#fff;font-weight:500}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea{float:left;min-width:234px;max-width:242px;margin:0 12px 1em 0;padding:15px 15px 5px;border:1px solid #fff;border-radius:30px 30px 0;color:#fff;background-color:#a4286a}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea h3,.wpseo-tab-video-slideout .yoast-help-center-tabs ul{margin:0}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a,.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:focus,.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:hover{color:#fff;font-weight:500}.wpseo-tab-video-slideout .yoast-help-center-tabs{width:180px;padding:0 1em 1em 0;color:#fff;background-color:#a4286a;-ms-flex:0 0 auto;flex:0 0 auto}.wpseo-tab-video-slideout .help-tab-content{margin:0;color:#fff;font-weight:300}.wpseo-tab-video-slideout .wpseo-tab-video__panel--video{float:left;margin-right:1em;padding-bottom:1em;-ms-flex:0 0 auto;flex:0 0 auto}.wpseo-tab-video-slideout .wpseo-tab-video__panel--video iframe{vertical-align:middle}.wpseo-tab-video-slideout .wpseo-tab-video__panel--text{min-width:264px;margin:0 auto;flex-basis:0;flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-shrink:1}.wpseo-tab-video-slideout .wpseo-tab-video__panel--text div:last-child{margin-right:0}.postbox .wpseo-tab-video-container{margin:-6px -12px 20px}.postbox .wpseo-tab-video-slideout{margin:0;padding:2em 12px 15px}.inside .wpseo-tab-video-slideout{height:auto}.wpseo-help-center-item{display:inline}.wpseo-help-center-item a{display:block;padding:10px 12px;color:#fff;text-decoration:none}.wpseo-help-center-item a:focus,.wpseo-help-center-item a:hover{text-decoration:underline}.wpseo-help-center-item a.dashicons-before:before{margin-right:3px;text-decoration:none}.wpseo-help-center-item.active a{color:#a4286a;background-color:#fff}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/inside-editor-331.min.css b/wp-content/plugins/wordpress-seo/css/inside-editor-331.min.css
new file mode 100644
index 0000000..d16fec5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/inside-editor-331.min.css
@@ -0,0 +1 @@
+.yoast-text-mark{background-color:#e1bee7}.yoast-text-mark__highlight{color:#fff;background-color:#4a148c}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/kb-search-350.min.css b/wp-content/plugins/wordpress-seo/css/kb-search-350.min.css
new file mode 100644
index 0000000..35cffe6
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/kb-search-350.min.css
@@ -0,0 +1 @@
+.wpseo-kb-search-search-bar{padding-bottom:15px;border-bottom:1px solid #ccc}.wpseo-kb-search-search-bar input[type=text]{min-width:50%;height:28px;margin-right:3px}.wpseo-kb-search-results{overflow:auto;height:500px;margin:0;padding:0;list-style:none}.help-tab-content .wpseo-kb-search-results li{max-width:none;margin:0;list-style:none}.wpseo-kb-search-result{display:block;margin:0;padding-left:5px;border-bottom:1px solid #efefef;text-decoration:none}.wpseo-kb-search-result p{max-width:none;margin-top:0}.wpseo-kb-search-result-link{display:block;outline:0;text-decoration:none;cursor:pointer}.wpseo-kb-search-result-link:focus,.wpseo-kb-search-result-link:hover{background-color:rgba(93,12,55,.5);box-shadow:none;text-decoration:underline}.wpseo-kb-search-result .wpseo-kb-search-result-title{margin:0;padding:14px 0}.wpseo-kb-search-ext-link{float:right}.wpseo-kb-search-back-button:before{content:"\f141"}.wpseo-kb-search-ext-link:before{content:"\f504"}.dashicon-button:before{display:inline-block;font-family:dashicons;font-size:20px;line-height:1.35em;vertical-align:middle}.wpseo-kb-search-navigation{z-index:10;padding:1em 0}.kb-search-content-frame{width:100%;height:543px;background:url("data:image/svg+xml;charset=utf-8,Loading article... ") no-repeat}.wpseo-kb-loader,.wpseo-kb-loader:after,.wpseo-kb-loader:before{width:2.5em;height:2.5em;border-radius:50%;animation:load7 1.8s infinite ease-in-out;animation-fill-mode:both}.wpseo-kb-loader{position:relative;margin:80px auto;font-size:10px;text-indent:-9999em;-ms-transform:translateZ(0);transform:translateZ(0);animation-delay:-.16s}.wpseo-kb-loader:before{left:-3.5em;animation-delay:-.32s}.wpseo-kb-loader:after{left:3.5em}.wpseo-kb-loader:after,.wpseo-kb-loader:before{position:absolute;top:0;content:""}.dashicons{text-decoration:none}@keyframes load7{0%,100%,80%{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/kb-search-350.min.rapido.css b/wp-content/plugins/wordpress-seo/css/kb-search-350.min.rapido.css
new file mode 100644
index 0000000..73d98c9
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/kb-search-350.min.rapido.css
@@ -0,0 +1 @@
+.wpseo-kb-search-search-bar{padding-bottom:15px;border-bottom:1px solid #ccc}.wpseo-kb-search-search-bar input[type=text]{min-width:50%;height:28px;margin-right:3px}.wpseo-kb-search-results{overflow:auto;height:500px;margin:0;padding:0;list-style:none}.help-tab-content .wpseo-kb-search-results li{max-width:none;margin:0;list-style:none}.wpseo-kb-search-result{display:block;margin:0;padding-left:5px;border-bottom:1px solid #efefef;text-decoration:none}.wpseo-kb-search-result p{max-width:none;margin-top:0}.wpseo-kb-search-result-link{display:block;outline:0;text-decoration:none;cursor:pointer}.wpseo-kb-search-result-link:focus,.wpseo-kb-search-result-link:hover{background-color:rgba(93,12,55,0.5);box-shadow:none;text-decoration:underline}.wpseo-kb-search-result .wpseo-kb-search-result-title{margin:0;padding:14px 0}.wpseo-kb-search-ext-link{float:right}.wpseo-kb-search-back-button:before{content:"\f141"}.wpseo-kb-search-ext-link:before{content:"\f504"}.dashicon-button:before{display:inline-block;font-family:dashicons;font-size:20px;line-height:1.35em;vertical-align:middle}.wpseo-kb-search-navigation{z-index:10;padding:1em 0}.kb-search-content-frame{width:100%;height:543px;background:url("data:image/svg+xml;charset=utf-8,Loading article... ") no-repeat}.wpseo-kb-loader,.wpseo-kb-loader:after,.wpseo-kb-loader:before{width:2.5em;height:2.5em;border-radius:50%;animation:load7 1.8s infinite ease-in-out;animation-fill-mode:both}.wpseo-kb-loader{position:relative;margin:80px auto;font-size:10px;text-indent:-9999em;-ms-transform:translateZ(0);transform:translateZ(0);animation-delay:-0.16s}.wpseo-kb-loader:before{left:-3.5em;animation-delay:-0.32s}.wpseo-kb-loader:after{left:3.5em}.wpseo-kb-loader:after,.wpseo-kb-loader:before{position:absolute;top:0;content:""}.dashicons{text-decoration:none}@keyframes load7{0%,100%,80%{box-shadow:0 2.5em 0 -1.3em} 40%{box-shadow:0 2.5em 0 0}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/metabox-400.min.css b/wp-content/plugins/wordpress-seo/css/metabox-400.min.css
new file mode 100644
index 0000000..3cecb93
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/metabox-400.min.css
@@ -0,0 +1 @@
+.snippet-editor__heading,.yoast-section__heading{font-family:"Open Sans",sans-serif}#meta_container,.assessment-results,.snippet_container:after,li.score:after{clear:both}.snippet_container:after,.snippet_container:before{display:table;content:" "}.snippet-editor__container{position:relative;cursor:pointer}.snippet-editor__heading{margin:0 -20px 15px;padding:8px 20px;border-bottom:1px solid #f7f7f7;color:#555;font-size:.9rem;font-weight:300}.snippet-editor__heading-editor{border-top:1px solid #f7f7f7}.snippet-editor__heading-icon{padding-left:45px;background-repeat:no-repeat;background-position:left 20px top .6em;background-size:16px}.snippet-editor__container--focus:before,.snippet-editor__container--focus:hover:before,.snippet-editor__container:hover:before{position:absolute;left:-22px;width:24px;height:24px;background-size:25px;content:"";display:block;top:-3px}.snippet-editor__heading-icon-eye{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__container:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__container--focus:before,.snippet-editor__container--focus:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__preview{padding:0 20px 15px}.snippet-editor__button{padding:8px 10px;border:1px solid #dbdbdb;border-radius:4px;color:#555;background:#f7f7f7;font-size:.8rem;cursor:pointer}.snippet-editor__edit-button{display:block;margin-top:1em;padding-left:32px;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M491%201536l91%2D91%2D235%2D235%2D91%2091v107h128v128h107zm523%2D928q0%2D22%2D22%2D22%2D10%200%2D17%207l%2D542%20542q%2D7%207%2D7%2017%200%2022%2022%2022%2010%200%2017%2D7l542%2D542q7%2D7%207%2D17zm%2D54%2D192l416%20416%2D832%20832h%2D416v%2D416zm683%2096q0%2053%2D37%2090l%2D166%20166%2D416%2D416%20166%2D165q36%2D38%2090%2D38%2053%200%2091%2038l235%20234q37%2039%2037%2091z%22%20%2F%3E%3C%2Fsvg%3E") left 8px top 50% no-repeat #f7f7f7;background-size:16px}.snippet-editor__form{padding:20px}.snippet-editor__label{display:block;position:relative;width:100%;margin-top:1em}.snippet-editor__label--focus:before,.snippet-editor__label--hover:before{left:-22px;width:24px;height:24px;background-size:25px;display:block;content:"";position:absolute}.snippet-editor__label:first-child{margin-top:0}.snippet-editor__label--hover:before{top:-3px;top:20px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__label--focus:before{top:-3px;top:20px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%231074a8%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__input{display:block;box-sizing:border-box;width:100%;max-width:100%;margin-top:5px;border:1px solid #bfbfbf}.snippet-editor__input:focus{border:1px solid #1074a8;outline:0}.rtl .snippet-editor__container:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E")}.rtl .snippet-editor__container--focus:before,.rtl .snippet-editor__container--focus:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E")}.rtl .snippet-editor__label--hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E")}.rtl .snippet-editor__label--focus:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%231074a8%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E")}.snippet-editor__meta-description{height:70px}.snippet-editor__submit{margin-top:1em}#snippet_cite{min-width:20px}#meta_container{min-height:20px}.snippet_container .title{display:block;overflow:hidden;width:600px;margin:0;color:#1e0fbe;font-size:18px;font-weight:400;line-height:1.2;white-space:nowrap;text-decoration:none;text-overflow:ellipsis}.snippet_container .desc,.snippet_container .url{font-size:13px;line-height:1.4}.snippet_container .url{display:inline-block;float:left;color:#006621;font-size:14px;font-style:normal;line-height:16px}.snippet_container .down_arrow{float:left;margin-top:6px;margin-left:5px;border-top:5px solid #006621;border-right:4px solid transparent;border-left:4px solid transparent}.snippet_container .desc-default{color:#545454}.snippet_container .desc-default strong{color:#6a6a6a}.snippet_container .desc-render{color:#777}.snippet_container .tooLong{color:red!important}.snippet-editor__field--invalid{color:red}.snippet-editor__progress{display:block;box-sizing:border-box;width:100%;height:8px;margin-top:5px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.assessment-results__mark.icon-eye-active.yoast-tooltip::after,.assessment-results__mark.icon-eye-active.yoast-tooltip::before,.snippet-editor--hidden{display:none}.snippet-editor__progress::-webkit-progress-bar{height:8px;border:1px solid #bfbfbf;background-color:#f7f7f7}.snippet-editor__progress--fallback{height:8px;border:1px solid #bfbfbf;background-color:#f7f7f7}.snippet-editor__progress-bar{width:0;max-width:100%;height:100%}.snippet-editor__date{color:grey;font-size:13px;line-height:1.4}.snippet-editor__progress--bad[value]{color:#dc3232}.snippet-editor__progress--bad[value]::-webkit-progress-value{background-color:#dc3232;transition:width 250ms}.snippet-editor__progress--bad[value]::-moz-progress-bar{background-color:#dc3232}.snippet-editor__progress--bad[value] .snippet-editor__progress-bar{background-color:#dc3232}.snippet-editor__progress--ok[value]{color:#ee7c1b}.snippet-editor__progress--ok[value]::-webkit-progress-value{background-color:#ee7c1b;transition:width 250ms}.snippet-editor__progress--ok[value]::-moz-progress-bar{background-color:#ee7c1b}.snippet-editor__progress--ok[value] .snippet-editor__progress-bar{background-color:#ee7c1b}.snippet-editor__progress--good[value]{color:#7ad03a}.snippet-editor__progress--good[value]::-webkit-progress-value{background-color:#7ad03a;transition:width 250ms}.snippet-editor__progress--good[value]::-moz-progress-bar{background-color:#7ad03a}.snippet-editor__progress--good[value] .snippet-editor__progress-bar{background-color:#7ad03a}.wpseoanalysis{padding-right:0}.wpseo-score-text{float:left;width:86%;width:calc(100% - 56px)}.assessment-results .wpseo-score-icon{float:left;width:12px;height:12px;margin:3px 10px 0 0;border-radius:50%;background:#888}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#999}.wpseo-score-icon.noindex{background-color:#1e8cbe}li.score{margin-bottom:6px;list-style-type:none!important}li.score:after{display:table;content:""}.screen-reader-text{overflow:hidden;clip:rect(1px,1px,1px,1px);position:absolute!important;width:1px;height:1px}.assessment-results__mark.icon-eye-active,.assessment-results__mark.icon-eye-disabled,.assessment-results__mark.icon-eye-inactive{float:left;width:28px;height:28px;margin:-5px 3px 0;padding:4px;border:0;border-radius:100%;outline:0;background:center no-repeat;background-size:16px;cursor:pointer}.assessment-results__mark.icon-eye-inactive{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E")}.assessment-results__mark.icon-eye-active{background-color:#a4286a;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E")}.assessment-results__mark.icon-eye-disabled{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23e6e6e6%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E")}.assessment-results__mark-container{display:inline-block;float:right;width:33px;min-height:1px}.YoastSEO_msg .left,.YoastSEO_msg .right{display:none}@keyframes animatedBackground{from{background-position:0 0}to{background-position:100% 0}}.YoastSEO_msg .bufferbar{display:block;width:100%;height:12px;margin:10px 0;border:1px solid #dfdfdf;background-image:linear-gradient(to left,#fff,#0063ff,#fff,#0063ff);background-position:0 0;background-size:300% 100%;animation:animatedBackground 5s linear infinite}.yoast-tooltip{position:relative}button.yoast-tooltip{overflow:visible}.yoast-tooltip::after{display:none;position:absolute;z-index:1000000;padding:5px 8px;border-radius:3px;opacity:0;color:#fff;background:rgba(0,0,0,.8);text-shadow:none;font:normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";text-align:center;white-space:pre;text-decoration:none;letter-spacing:normal;text-transform:none;word-wrap:break-word;content:attr(aria-label);pointer-events:none;-webkit-font-smoothing:subpixel-antialiased}.yoast-tooltip-alt::after{content:attr(data-label)}.yoast-tooltip::before{display:none;position:absolute;z-index:1000001;width:0;height:0;border:5px solid transparent;opacity:0;color:rgba(0,0,0,.8);content:"\00a0";pointer-events:none}@keyframes yoast-tooltip-appear{from{opacity:0}to{opacity:1}}.yoast-tooltip:active::after,.yoast-tooltip:active::before,.yoast-tooltip:focus::after,.yoast-tooltip:focus::before,.yoast-tooltip:hover::after,.yoast-tooltip:hover::before{display:inline-block;text-decoration:none;animation-name:yoast-tooltip-appear;animation-duration:.1s;animation-timing-function:ease-in;animation-delay:.4s;animation-fill-mode:forwards}.yoast-tooltip-no-delay:active::after,.yoast-tooltip-no-delay:active::before,.yoast-tooltip-no-delay:focus::after,.yoast-tooltip-no-delay:focus::before,.yoast-tooltip-no-delay:hover::after,.yoast-tooltip-no-delay:hover::before{opacity:1;animation:none}.yoast-tooltip-multiline:active::after,.yoast-tooltip-multiline:focus::after,.yoast-tooltip-multiline:hover::after{display:table-cell}.yoast-tooltip-s::after,.yoast-tooltip-se::after,.yoast-tooltip-sw::after{top:100%;right:50%;margin-top:5px}.yoast-tooltip-s::before,.yoast-tooltip-se::before,.yoast-tooltip-sw::before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.yoast-tooltip-se::after{right:auto;left:50%;margin-left:-15px}.yoast-tooltip-sw::after{margin-right:-15px}.yoast-tooltip-n::after,.yoast-tooltip-ne::after,.yoast-tooltip-nw::after{right:50%;bottom:100%;margin-bottom:5px}.yoast-tooltip-n::before,.yoast-tooltip-ne::before,.yoast-tooltip-nw::before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.yoast-tooltip-ne::after{right:auto;left:50%;margin-left:-15px}.yoast-tooltip-nw::after{margin-right:-15px}.yoast-tooltip-n::after,.yoast-tooltip-s::after{-ms-transform:translateX(50%);transform:translateX(50%)}.yoast-tooltip-w::after{right:100%;bottom:50%;margin-right:5px;-ms-transform:translateY(50%);transform:translateY(50%)}.yoast-tooltip-w::before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.yoast-tooltip-e::after{bottom:50%;left:100%;margin-left:5px;-ms-transform:translateY(50%);transform:translateY(50%)}.yoast-tooltip-e::before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.yoast-tooltip-multiline::after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;border-collapse:separate;white-space:pre-line;word-wrap:normal;word-break:break-word}.yoast-tooltip-multiline.yoast-tooltip-n::after,.yoast-tooltip-multiline.yoast-tooltip-s::after{right:auto;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.yoast-tooltip-multiline.yoast-tooltip-e::after,.yoast-tooltip-multiline.yoast-tooltip-w::after{right:100%}@media screen and (min-width:0\0){.yoast-tooltip-multiline::after{width:250px}}.yoast-tooltip-sticky::after,.yoast-tooltip-sticky::before{display:inline-block}.yoast-tooltip-sticky.yoast-tooltip-multiline::after{display:table-cell}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-moz-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.yoast-tooltip-w::after{margin-right:4.5px}}#wpcontent.yoast-help-center-open{overflow-x:hidden}.wpseo-tab-video-container{margin-bottom:20px;border-bottom:1px solid #a4286a}.wpseo-tab-video-container__handle{width:100%;margin:0;padding:10px;border:none;outline:0;color:#a4286a;background:0 0;line-height:19px;text-align:left;cursor:pointer}.wpseo-tab-video-container__handle .toggle__arrow{text-decoration:none}.wpseo-tab-video-container__handle:focus,.wpseo-tab-video-container__handle:hover{text-decoration:underline}.wpseo-tab-video-container__handle .dashicons-before:before{margin-right:5px}.wpseotab .wpseo-tab-video-container{margin-top:-15px}.wpseo-tab-video-slideout{display:none;min-height:320px;margin:0 -9999px -1px;padding:2em 9999px;background-color:#a4286a;box-shadow:inset 0 10px 10px -5px rgba(123,30,80,.5),inset 0 -10px 10px -5px rgba(123,30,80,.5);-ms-flex-wrap:wrap;flex-wrap:wrap}.wpseo-tab-video-slideout .contextual-help-tabs-wrap{padding:0;flex-basis:0;flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-shrink:1}.wpseo-tab-video-slideout a{color:#fff}.wpseo-tab-video-slideout a.button,.wpseo-tab-video-slideout a.button-primary{text-decoration:none}.wpseo-tab-video-slideout h1,.wpseo-tab-video-slideout h2,.wpseo-tab-video-slideout h3,.wpseo-tab-video-slideout h4,.wpseo-tab-video-slideout h5,.wpseo-tab-video-slideout h6{margin-top:.5em;padding-top:0;color:#fff;font-weight:500}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea{float:left;min-width:234px;max-width:242px;margin:0 12px 1em 0;padding:15px 15px 5px;border:1px solid #fff;border-radius:30px 30px 0;color:#fff;background-color:#a4286a}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea h3,.wpseo-tab-video-slideout .yoast-help-center-tabs ul{margin:0}.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a,.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:focus,.wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:hover{color:#fff;font-weight:500}.wpseo-tab-video-slideout .yoast-help-center-tabs{width:180px;padding:0 1em 1em 0;color:#fff;background-color:#a4286a;-ms-flex:0 0 auto;flex:0 0 auto}.wpseo-tab-video-slideout .help-tab-content{margin:0;color:#fff;font-weight:300}.wpseo-tab-video-slideout .wpseo-tab-video__panel--video{float:left;margin-right:1em;padding-bottom:1em;-ms-flex:0 0 auto;flex:0 0 auto}.wpseo-tab-video-slideout .wpseo-tab-video__panel--video iframe{vertical-align:middle}.wpseo-tab-video-slideout .wpseo-tab-video__panel--text{min-width:264px;margin:0 auto;flex-basis:0;flex-grow:1;-ms-flex-negative:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-shrink:1}.wpseo-tab-video-slideout .wpseo-tab-video__panel--text div:last-child{margin-right:0}.postbox .wpseo-tab-video-container{margin:-6px -12px 20px}.postbox .wpseo-tab-video-slideout{margin:0;padding:2em 12px 15px}.inside .wpseo-tab-video-slideout{height:auto}.wpseo-help-center-item{display:inline}.wpseo-help-center-item a{display:block;padding:10px 12px;color:#fff;text-decoration:none}.wpseo-help-center-item a:focus,.wpseo-help-center-item a:hover{text-decoration:underline}.wpseo-help-center-item a.dashicons-before:before{margin-right:3px;text-decoration:none}.wpseo-help-center-item.active a{color:#a4286a;background-color:#fff}.yoast-section{position:relative;width:640px;padding:0 20px 15px;border:1px solid #f7f7f7;border-radius:20px;background-color:#fff}.yoast-section__heading{margin:0 -20px 15px;padding:8px 20px;border-bottom:1px solid #f7f7f7;color:#555;font-size:.9rem;font-weight:300}.yoast-section__heading-icon{padding-left:45px;background-repeat:no-repeat;background-position:left 20px top .6em;background-size:16px}.yoast-section__heading-icon-file-text-o{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20file%3D%22%23555%22%20d%3D%22M1596%20380q28%2028%2048%2076t20%2088v1152q0%2040%2D28%2068t%2D68%2028h%2D1344q%2D40%200%2D68%2D28t%2D28%2D68v%2D1600q0%2D40%2028%2D68t68%2D28h896q40%200%2088%2020t76%2048zm%2D444%2D244v376h376q%2D10%2D29%2D22%2D41l%2D313%2D313q%2D12%2D12%2D41%2D22zm384%201528v%2D1024h%2D416q%2D40%200%2D68%2D28t%2D28%2D68v%2D416h%2D768v1536h1280zm%2D1024%2D864q0%2D14%209%2D23t23%2D9h704q14%200%2023%209t9%2023v64q0%2014%2D9%2023t%2D23%209h%2D704q%2D14%200%2D23%2D9t%2D9%2D23v%2D64zm736%20224q14%200%2023%209t9%2023v64q0%2014%2D9%2023t%2D23%209h%2D704q%2D14%200%2D23%2D9t%2D9%2D23v%2D64q0%2D14%209%2D23t23%2D9h704zm0%20256q14%200%2023%209t9%2023v64q0%2014%2D9%2023t%2D23%209h%2D704q%2D14%200%2D23%2D9t%2D9%2D23v%2D64q0%2D14%209%2D23t23%2D9h704z%22%2F%3E%3C%2Fsvg%3E")}.yoast-section,.yoast-section *,.yoast-section :after,.yoast-section :before,.yoast-section:after,.yoast-section:before{box-sizing:border-box}#edittag>#wp-description-wrap{display:none}#wp-description-wrap .wp-editor-area{border:0}.term-description-wrap td>textarea#description{min-height:530px}ul.wpseo-metabox-tabs{display:none;margin-top:6px;margin-bottom:0}ul.wpseo-metabox-tabs:after{display:table;clear:both;content:""}.wpseo-metabox-tabs-div ul{list-style:none}ul.wpseo-metabox-tabs li.active{background-color:#fdfdfd}.wpseo-meta-section{display:none;width:100%;vertical-align:top}.wpseo-meta-section.active{display:table-cell}.wpseo-metabox-sidebar{display:table-cell;width:40px;padding:0 5px 0 0;background-color:#fff;vertical-align:top}.wpseo-metabox-sidebar li span{margin:3px 0 0 -5px;padding:0 2px 0 5px;border:0 solid transparent;border-left-width:3px;border-radius:3px}.wpseo-metabox-sidebar li span.wpseo-buy-premium{color:#a4286a}.wpseo-metabox-sidebar li span.wpseo-buy-premium:hover{color:#832055}.wpseo-metabox-sidebar li.active span{border-color:#333;color:#333}.wpseo-metabox-sidebar li.active span.wpseo-buy-premium{border-color:#a4286a;color:#a4286a}.wpseo-metabox-sidebar li.active span.wpseo-buy-premium:hover{border-color:#832055;color:#832055}ul.wpseo-metabox-tabs li{float:left;margin-right:5px;margin-bottom:-1px;padding:0;border:1px solid #dfdfdf;border-bottom:0 none}ul.wpseo-metabox-tabs li .wpseo-keyword{display:inline-block;overflow:hidden;max-width:8em;max-width:8rem;vertical-align:top;white-space:nowrap;text-overflow:ellipsis}.wpseotab.active{display:block;overflow:auto;padding:.5em .9em;border:1px solid #ddd;background-color:#fdfdfd}.wpseo-metabox-tabs .wpseo_tablink{display:inline-block;padding:5px 12px 6px;vertical-align:top;text-decoration:none}.wpseo-metabox-tabs .wpseo_content_tab a,.wpseo-metabox-tabs .wpseo_content_tab+.wpseo_keyword_tab a{padding-right:12px}.wpseo-metabox-tabs .wpseo-score-icon{margin-left:0}#wpseo-meta-section-social .wpseo-metabox-tabs .wpseo_tablink{padding:5px 7px}.wpseo-metabox-tabs .wpseo_tablink .dashicons{width:16px;height:16px;font-size:16px}.wpseo-metabox-sidebar .dashicons{width:30px;height:30px;font-size:30px}.wpseo-metabox-sidebar a{display:inline-block;width:35px;height:35px;font-size:20px;line-height:30px;text-decoration:none}.wpseo_hidden,.wpseotab{display:none}.wpseo-metabox-sidebar ul{margin:0}.wpseo-metabox-sidebar li{margin-bottom:0;padding:5px}.wpseo-metabox-tabs-div div.wpseo-tabs-panel{overflow:auto;padding:.5em .9em;border:1px solid}.wpseo-heading{padding-left:10px}#wpseo_meta .inside{overflow:auto;margin:6px 0 0}#wpseo_meta .postbox .inside .wpseotab{font-size:13px!important}#wpseo_meta .wpseo-tab-video-container h2{margin-bottom:20px;padding-left:0;border:0;font-size:1.3em}.inside .wpseotab .form-table th{width:140px!important;font-size:13px}.inside .wpseotab .form-table td{padding-top:20px}.inside .wpseotab .form-table label{vertical-align:top}.inside .wpseotab .form-table td input,.inside .wpseotab .form-table td select{margin-top:-5px}.inside .wpseotab .form-table #yoast_wpseo_focuskw_text_input,.inside .wpseotab .form-table #yoast_wpseo_metakeywords,.inside .wpseotab .form-table td select[multiple],.wpseotab .wpseoanalysis{margin-top:0}.wpseotab .wpseo_image_upload_button{margin-left:3px}.good,.warn,.wrong{font-weight:700}.good{color:green}.warn{color:maroon}.wrong{color:#dc3232}#current_seo_title span{padding:2px 5px;background-color:#ffffe0}#focuskwresults ul{margin:0}#focuskwresults li,#focuskwresults p{font-size:13px}#focuskwresults li{margin:0 0 0 20px;list-style-type:disc}table.wpseoanalysis th{padding:15px 0 5px;font-size:14px;text-align:left}table.wpseoanalysis th.first{padding-top:0}table.wpseoanalysis td{margin:5px 0;font-size:13px;line-height:16px}table.wpseoanalysis td.score{width:20px;height:18px;padding-left:10px}.wpseo_msg{margin:5px 0 10px;padding:0 5px;border:1px solid #e6db55;background-color:#ffffe0}ul.wpseo-metabox-tabs li.wpseo-tab-add-keyword{border:none}.wpseo-tab-add-keyword .wpseo-add-keyword.button{height:auto;margin-top:1px;padding:3px 6px;color:#000;background:0 0;font-size:14px;line-height:1;vertical-align:top;text-decoration:none;cursor:pointer}#wpseo-add-keyword-popup-title{margin:1em 0;font-size:1.3em}.snippet-editor__button.snippet-editor__edit-button:focus{border-color:#5b9dd9;outline:0;color:#23282d;background-color:#fafafa;box-shadow:0 0 3px rgba(0,115,170,.8)}.yoast_help.yoast-help-button{overflow:visible;position:relative;width:20px;height:20px;margin:0;padding:0;border:0;outline:0;color:#72777c;background:0 0;box-shadow:none;vertical-align:top;cursor:pointer}.wpseotab .yoast_help.yoast-help-button{float:right}.wpseotab.content .yoast_help.yoast-help-button{margin-top:-48px}.wpseo-admin-page .yoast_help.yoast-help-button{margin-right:6px}.yoast_help.yoast-help-button:before{position:absolute;top:0;left:0;padding:4px;content:"\f223"}.yoast_help.yoast-help-button:focus,.yoast_help.yoast-help-button:hover{color:#0073aa}.assessment-results__mark:focus,.yoast_help.yoast-help-button:focus:before{border-radius:100%;box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.yoast-help-panel{display:none;max-width:30em!important;padding:0 0 1em;font-weight:400;white-space:normal}.wpseo-admin-page .subsubsub li{display:inline;max-width:none}.yoast-seo-help-container{float:left;width:100%;max-width:none}.yoast-seo-help-container .yoast-help-panel{margin:.5em 0!important}.wpseo_content_wrapper p.search-box{margin:10px 0 5px}.wpseo-metabox-tabs .active a{color:#333}#wpseotab .ui-widget-content .ui-state-hover{border:1px solid #dfdfdf;color:#333;background:#f1f1f1}.wpseo-taxonomy-form td,.wpseo-taxonomy-form th,.wpseo-taxonomy-form tr{vertical-align:top}.inside .wpseotab .form-table.wpseo-taxonomy-form th{width:200px!important}.yst-traffic-light-container{display:block;height:30px}.yst-traffic-light{width:19px;height:30px;margin:0 0 0 5px}.yst-traffic-light .traffic-light-color{display:none}.yst-traffic-light.bad .traffic-light-red,.yst-traffic-light.good .traffic-light-green,.yst-traffic-light.init .traffic-light-init,.yst-traffic-light.na .traffic-light-empty,.yst-traffic-light.ok .traffic-light-orange{display:inline}#wpseo-score{float:left;margin:0 5px 0 -5px}.yoast-seo-score .yoast-logo.svg{float:left;width:18px;height:18px;margin-right:5px;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E") no-repeat;background-size:18px}.yoast-seo-score .yoast-logo.svg.good{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%237ad03a%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.ok{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23ee7c1b%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.bad{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23dc3232%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.na{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.noindex{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%231e8cbe%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.term-php .wpseo-taxonomy-metabox-postbox h2{margin:0;padding:8px 12px;border-bottom:1px solid #eee;font-size:14px;line-height:1.4}.wpseo-buy-premium{padding-right:5px;color:#a4286a}.wpseo-metabox-go-to::after{position:static;top:auto;right:auto;width:auto;height:auto;border:none;content:" \00BB"}#wpseo-buy-premium-popup-button.button-buy-premium{border-color:#a4286a;color:#fff;background:#a4286a}.wpseo-metabox-buy-premium{position:absolute;top:6px;right:12px;vertical-align:middle}.wpseo-metabox-premium-description{margin-top:.5em}ul.wpseo-metabox-premium-advantages{padding-left:1.5em;list-style:disc}.yoast-section__heading-icon-list{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M384%201408q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm0%2D512q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm1408%20416v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5zm%2D1408%2D928q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm1408%20416v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5zm0%2D512v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-section__heading-icon-key{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M832%20512q0%2D80%2D56%2D136t%2D136%2D56%2D136%2056%2D56%20136q0%2042%2019%2083%2D41%2D19%2D83%2D19%2D80%200%2D136%2056t%2D56%20136%2056%20136%20136%2056%20136%2D56%2056%2D136q0%2D42%2D19%2D83%2041%2019%2083%2019%2080%200%20136%2D56t56%2D136zm851%20704q0%2017%2D49%2066t%2D66%2049q%2D9%200%2D28%2E5%2D16t%2D36%2E5%2D33%2D38%2E5%2D40%2D24%2E5%2D26l%2D96%2096%20220%20220q28%2028%2028%2068%200%2042%2D39%2081t%2D81%2039q%2D40%200%2D68%2D28l%2D671%2D671q%2D176%20131%2D365%20131%2D163%200%2D265%2E5%2D102%2E5t%2D102%2E5%2D265%2E5q0%2D160%2095%2D313t248%2D248%20313%2D95q163%200%20265%2E5%20102%2E5t102%2E5%20265%2E5q0%20189%2D131%20365l355%20355%2096%2D96q%2D3%2D3%2D26%2D24%2E5t%2D40%2D38%2E5%2D33%2D36%2E5%2D16%2D28%2E5q0%2D17%2049%2D66t66%2D49q13%200%2023%2010%206%206%2046%2044%2E5t82%2079%2E5%2086%2E5%2086%2073%2078%2028%2E5%2041z%22%2F%3E%3C%2Fsvg%3E")}.yoast-section__heading-icon-edit{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M491%201536l91%2D91%2D235%2D235%2D91%2091v107h128v128h107zm523%2D928q0%2D22%2D22%2D22%2D10%200%2D17%207l%2D542%20542q%2D7%207%2D7%2017%200%2022%2022%2022%2010%200%2017%2D7l542%2D542q7%2D7%207%2D17zm%2D54%2D192l416%20416%2D832%20832h%2D416v%2D416zm683%2096q0%2053%2D37%2090l%2D166%20166%2D416%2D416%20166%2D165q36%2D38%2090%2D38%2053%200%2091%2038l235%20234q37%2039%2037%2091z%22%20%2F%3E%3C%2Fsvg%3E")}#snippet_preview{padding:0}.yoast-tooltip.yoast-tooltip-hidden::after,.yoast-tooltip.yoast-tooltip-hidden::before{display:none}.screen-reader-text.wpseo-generic-tab-textual-score,.screen-reader-text.wpseo-keyword-tab-textual-score{display:block}@media screen and (max-width:782px){.yoast-help-panel{max-width:none!important}#wpseo-crawl-issues-table-form .subsubsub{float:none;max-width:calc(100vw - 20px)}#wpseo-crawl-issues-table-form .yoast-help-button{margin-top:3px}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/metabox-400.min.rapido.css b/wp-content/plugins/wordpress-seo/css/metabox-400.min.rapido.css
new file mode 100644
index 0000000..3c5d0a9
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/metabox-400.min.rapido.css
@@ -0,0 +1 @@
+.snippet-editor__heading,.yoast-section__heading{font-family:"Open Sans",sans-serif}#meta_container,.assessment-results,.snippet_container:after,li.score:after{clear:both}.snippet_container:after,.snippet_container:before{display:table;content:" "}.snippet-editor__container{position:relative;cursor:pointer}.snippet-editor__heading{margin:0 -20px 15px;padding:8px 20px;border-bottom:1px solid #f7f7f7;color:#555;font-size:.9rem;font-weight:300}.snippet-editor__heading-editor{border-top:1px solid #f7f7f7}.snippet-editor__heading-icon{padding-left:45px;background-repeat:no-repeat;background-position:left 20px top .6em;background-size:16px}.snippet-editor__container--focus:before,.snippet-editor__container--focus:hover:before,.snippet-editor__container:hover:before{position:absolute;left:-22px;width:24px;height:24px;background-size:25px;content:"";display:block;top:-3px}.snippet-editor__heading-icon-eye{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__container:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__container--focus:before,.snippet-editor__container--focus:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__preview{padding:0 20px 15px}.snippet-editor__button{padding:8px 10px;border:1px solid #dbdbdb;border-radius:4px;color:#555;background:#f7f7f7;font-size:.8rem;cursor:pointer}.snippet-editor__edit-button{display:block;margin-top:1em;padding-left:32px;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M491%201536l91%2D91%2D235%2D235%2D91%2091v107h128v128h107zm523%2D928q0%2D22%2D22%2D22%2D10%200%2D17%207l%2D542%20542q%2D7%207%2D7%2017%200%2022%2022%2022%2010%200%2017%2D7l542%2D542q7%2D7%207%2D17zm%2D54%2D192l416%20416%2D832%20832h%2D416v%2D416zm683%2096q0%2053%2D37%2090l%2D166%20166%2D416%2D416%20166%2D165q36%2D38%2090%2D38%2053%200%2091%2038l235%20234q37%2039%2037%2091z%22%20%2F%3E%3C%2Fsvg%3E") left 8px top 50% no-repeat #f7f7f7;background-size:16px}.snippet-editor__form{padding:20px}.snippet-editor__label{display:block;position:relative;width:100%;margin-top:1em}.snippet-editor__label--focus:before,.snippet-editor__label--hover:before{left:-22px;width:24px;height:24px;background-size:25px;display:block;content:"";position:absolute}.snippet-editor__label:first-child{margin-top:0}.snippet-editor__label--hover:before{top:-3px;top:20px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__label--focus:before{top:-3px;top:20px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%231074a8%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E")}.snippet-editor__input{display:block;box-sizing:border-box;width:100%;max-width:100%;margin-top:5px;border:1px solid #bfbfbf}.snippet-editor__input:focus{border:1px solid #1074a8;outline:0}.rtl .snippet-editor__container:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E")}.rtl .snippet-editor__container--focus:before,.rtl .snippet-editor__container--focus:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E")}.rtl .snippet-editor__label--hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23bfbfbf%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E")}.rtl .snippet-editor__label--focus:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%231074a8%22%20d%3D%22M1216%20448v896q0%2026%2D19%2045t%2D45%2019%2D45%2D19l%2D448%2D448q%2D19%2D19%2D19%2D45t19%2D45l448%2D448q19%2D19%2045%2D19t45%2019%2019%2045z%22%2F%3E%3C%2Fsvg%3E")}.snippet-editor__meta-description{height:70px}.snippet-editor__submit{margin-top:1em}#snippet_cite{min-width:20px}#meta_container{min-height:20px}.snippet_container .title{display:block;overflow:hidden;width:600px;margin:0;color:#1e0fbe;font-size:18px;font-weight:400;line-height:1.2;white-space:nowrap;text-decoration:none;text-overflow:ellipsis}.snippet_container .desc,.snippet_container .url{font-size:13px;line-height:1.4}.snippet_container .url{display:inline-block;float:left;color:#006621;font-size:14px;font-style:normal;line-height:16px}.snippet_container .down_arrow{float:left;margin-top:6px;margin-left:5px;border-top:5px solid #006621;border-right:4px solid transparent;border-left:4px solid transparent}.snippet_container .desc-default{color:#545454}.snippet_container .desc-default strong{color:#6a6a6a}.snippet_container .desc-render{color:#777}.snippet_container .tooLong{color:red !important}.snippet-editor__field--invalid{color:red}.snippet-editor__progress{display:block;box-sizing:border-box;width:100%;height:8px;margin-top:5px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.assessment-results__mark.icon-eye-active.yoast-tooltip::after,.assessment-results__mark.icon-eye-active.yoast-tooltip::before,.snippet-editor--hidden{display:none}.snippet-editor__progress::-webkit-progress-bar{height:8px;border:1px solid #bfbfbf;background-color:#f7f7f7}.snippet-editor__progress--fallback{height:8px;border:1px solid #bfbfbf;background-color:#f7f7f7}.snippet-editor__progress-bar{width:0;max-width:100%;height:100%}.snippet-editor__date{color:grey;font-size:13px;line-height:1.4}.snippet-editor__progress--bad[value]{color:#dc3232}.snippet-editor__progress--bad[value]::-webkit-progress-value{background-color:#dc3232;transition:width 250ms}.snippet-editor__progress--bad[value]::-moz-progress-bar{background-color:#dc3232}.snippet-editor__progress--bad[value] .snippet-editor__progress-bar{background-color:#dc3232}.snippet-editor__progress--ok[value]{color:#ee7c1b}.snippet-editor__progress--ok[value]::-webkit-progress-value{background-color:#ee7c1b;transition:width 250ms}.snippet-editor__progress--ok[value]::-moz-progress-bar{background-color:#ee7c1b}.snippet-editor__progress--ok[value] .snippet-editor__progress-bar{background-color:#ee7c1b}.snippet-editor__progress--good[value]{color:#7ad03a}.snippet-editor__progress--good[value]::-webkit-progress-value{background-color:#7ad03a;transition:width 250ms}.snippet-editor__progress--good[value]::-moz-progress-bar{background-color:#7ad03a}.snippet-editor__progress--good[value] .snippet-editor__progress-bar{background-color:#7ad03a}.wpseoanalysis{padding-right:0}.wpseo-score-text{float:left;width:86%;width:calc(44%)}.assessment-results .wpseo-score-icon{float:left;width:12px;height:12px;margin:3px 10px 0 0;border-radius:50%;background:#888}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#999}.wpseo-score-icon.noindex{background-color:#1e8cbe}li.score{margin-bottom:6px;list-style-type:none !important}li.score:after{display:table;content:""}.screen-reader-text{overflow:hidden;clip:rect(1px,1px,1px,1px);position:absolute !important;width:1px;height:1px}.assessment-results__mark.icon-eye-active,.assessment-results__mark.icon-eye-disabled,.assessment-results__mark.icon-eye-inactive{float:left;width:28px;height:28px;margin:-5px 3px 0;padding:4px;border:0;border-radius:100%;outline:0;background:center no-repeat;background-size:16px;cursor:pointer}.assessment-results__mark.icon-eye-inactive{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E")}.assessment-results__mark.icon-eye-active{background-color:#a4286a;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E")}.assessment-results__mark.icon-eye-disabled{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23e6e6e6%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E")}.assessment-results__mark-container{display:inline-block;float:right;width:33px;min-height:1px}.YoastSEO_msg .left,.YoastSEO_msg .right{display:none}@keyframes animatedBackground{from{background-position:0 0} to{background-position:100% 0}}.YoastSEO_msg .bufferbar{display:block;width:100%;height:12px;margin:10px 0;border:1px solid #dfdfdf;background-image:linear-gradient(to left,#fff,#0063ff,#fff,#0063ff);background-position:0 0;background-size:300% 100%;animation:animatedBackground 5s linear infinite}.yoast-tooltip{position:relative}button.yoast-tooltip{overflow:visible}.yoast-tooltip::after{display:none;position:absolute;z-index:1000000;padding:5px 8px;border-radius:3px;opacity:0;color:#fff;background:rgba(0,0,0,0.8);text-shadow:none;font:normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";text-align:center;white-space:pre;text-decoration:none;letter-spacing:normal;text-transform:none;word-wrap:break-word;content:attr(aria-label);pointer-events:none;-webkit-font-smoothing:subpixel-antialiased}.yoast-tooltip-alt::after{content:attr(data-label)}.yoast-tooltip::before{display:none;position:absolute;z-index:1000001;width:0;height:0;border:5px solid transparent;opacity:0;color:rgba(0,0,0,0.8);content:"\00a0";pointer-events:none}@keyframes yoast-tooltip-appear{from{opacity:0} to{opacity:1}}.yoast-tooltip:active::after,.yoast-tooltip:active::before,.yoast-tooltip:focus::after,.yoast-tooltip:focus::before,.yoast-tooltip:hover::after,.yoast-tooltip:hover::before{display:inline-block;text-decoration:none;animation-name:yoast-tooltip-appear;animation-duration:.1s;animation-timing-function:ease-in;animation-delay:.4s;animation-fill-mode:forwards}.yoast-tooltip-no-delay:active::after,.yoast-tooltip-no-delay:active::before,.yoast-tooltip-no-delay:focus::after,.yoast-tooltip-no-delay:focus::before,.yoast-tooltip-no-delay:hover::after,.yoast-tooltip-no-delay:hover::before{opacity:1;animation:none}.yoast-tooltip-multiline:active::after,.yoast-tooltip-multiline:focus::after,.yoast-tooltip-multiline:hover::after{display:table-cell}.yoast-tooltip-s::after,.yoast-tooltip-se::after,.yoast-tooltip-sw::after{top:100%;right:50%;margin-top:5px}.yoast-tooltip-s::before,.yoast-tooltip-se::before,.yoast-tooltip-sw::before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,0.8)}.yoast-tooltip-se::after{right:auto;left:50%;margin-left:-15px}.yoast-tooltip-sw::after{margin-right:-15px}.yoast-tooltip-n::after,.yoast-tooltip-ne::after,.yoast-tooltip-nw::after{right:50%;bottom:100%;margin-bottom:5px}.yoast-tooltip-n::before,.yoast-tooltip-ne::before,.yoast-tooltip-nw::before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,0.8)}.yoast-tooltip-ne::after{right:auto;left:50%;margin-left:-15px}.yoast-tooltip-nw::after{margin-right:-15px}.yoast-tooltip-n::after,.yoast-tooltip-s::after{-ms-transform:translateX(50%);transform:translateX(50%)}.yoast-tooltip-w::after{right:100%;bottom:50%;margin-right:5px;-ms-transform:translateY(50%);transform:translateY(50%)}.yoast-tooltip-w::before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,0.8)}.yoast-tooltip-e::after{bottom:50%;left:100%;margin-left:5px;-ms-transform:translateY(50%);transform:translateY(50%)}.yoast-tooltip-e::before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(0,0,0,0.8)}.yoast-tooltip-multiline::after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;border-collapse:separate;white-space:pre-line;word-wrap:normal;word-break:break-word}.yoast-tooltip-multiline.yoast-tooltip-n::after,.yoast-tooltip-multiline.yoast-tooltip-s::after{right:auto;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.yoast-tooltip-multiline.yoast-tooltip-e::after,.yoast-tooltip-multiline.yoast-tooltip-w::after{right:100%}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/metabox-primary-category.min.css b/wp-content/plugins/wordpress-seo/css/metabox-primary-category.min.css
new file mode 100644
index 0000000..d92f61e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/metabox-primary-category.min.css
@@ -0,0 +1 @@
+.wpseo-is-primary-term,.wpseo-primary-term>label{font-weight:700}.wpseo-non-primary-term>.wpseo-is-primary-term,.wpseo-primary-term>.wpseo-make-primary-term,.wpseo-term-unchecked>.wpseo-is-primary-term,.wpseo-term-unchecked>.wpseo-make-primary-term{display:none}.wpseo-is-primary-term,.wpseo-make-primary-term{float:right}.wpseo-non-primary-term:after,.wpseo-non-primary-term:before,.wpseo-primary-term:after,.wpseo-primary-term:before{display:table;content:""}.wpseo-non-primary-term:after,.wpseo-primary-term:after{clear:both}.wpseo-make-primary-term{margin:4px 0 0;padding:0;border:none;color:#0073aa;background:0 0;text-decoration:underline;cursor:pointer}.wpseo-make-primary-term:hover{color:#00a0d2}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/snippet-330.min.css b/wp-content/plugins/wordpress-seo/css/snippet-330.min.css
new file mode 100644
index 0000000..88b04b8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/snippet-330.min.css
@@ -0,0 +1 @@
+#snippet_preview{margin:-11px 0 10px;font-family:Arial,Helvetica,sans-serif;font-style:normal}.form-table td .snippet-editor__label{font-size:1rem;line-height:1}.form-table td textarea{margin-top:5px}.wp-core-ui .button.snippet-editor__submit{margin-top:1em}.inside .wpseotab .form-table td input.snippet-editor__input{margin-top:5px}input[type=text].snippet-editor__field--invalid{color:#dc3232}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/taxonomy-meta.min.css b/wp-content/plugins/wordpress-seo/css/taxonomy-meta.min.css
new file mode 100644
index 0000000..6fd0c5c
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/taxonomy-meta.min.css
@@ -0,0 +1 @@
+.wpseo-taxonomy-form td,.wpseo-taxonomy-form th,.wpseo-taxonomy-form tr{vertical-align:top}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/toggle-switch-390.min.css b/wp-content/plugins/wordpress-seo/css/toggle-switch-390.min.css
new file mode 100644
index 0000000..33293ce
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/toggle-switch-390.min.css
@@ -0,0 +1 @@
+@charset "UTF-8";.switch-light span span,.switch-toggle a{display:none}@media only screen{.switch-light,.switch-toggle{display:block;position:relative;padding:0!important}.switch-light::after,.switch-toggle::after{display:table;clear:both;content:""}.switch-light *,.switch-light :after,.switch-light :before,.switch-toggle *,.switch-toggle :after,.switch-toggle :before{box-sizing:border-box}.switch-light a,.switch-toggle a{display:block;transition:all .2s ease-out}.switch-light label,.switch-light>span,.switch-toggle label,.switch-toggle>span{line-height:2em;vertical-align:middle}.switch-light input{position:absolute;z-index:3;opacity:0}.switch-light input:checked~span a{right:0}.switch-light strong{font-weight:inherit}.switch-light>span{position:relative;min-height:2em;padding:0;text-align:left}.switch-light span span{display:block;float:left;position:relative;z-index:2;width:50%;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch-light a{display:block;position:absolute;z-index:1;top:0;right:50%;width:50%;height:100%;padding:0}.switch-toggle input{position:absolute;left:0;opacity:0}.switch-toggle input+label{display:block;float:left;position:relative;z-index:2;margin:0;padding:0 .5em;text-align:center}.switch-toggle a{position:absolute;z-index:1;top:0;left:0;width:10px;height:100%;padding:0}.switch-toggle label:nth-child(2):nth-last-child(4),.switch-toggle label:nth-child(2):nth-last-child(4)~a,.switch-toggle label:nth-child(2):nth-last-child(4)~label{width:50%}.switch-toggle label:nth-child(2):nth-last-child(4)~input:checked:nth-child(3)+label~a{left:50%}.switch-toggle label:nth-child(2):nth-last-child(6),.switch-toggle label:nth-child(2):nth-last-child(6)~a,.switch-toggle label:nth-child(2):nth-last-child(6)~label{width:33.33%}.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(3)+label~a{left:33.33%}.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(5)+label~a{left:66.66%}.switch-toggle label:nth-child(2):nth-last-child(8),.switch-toggle label:nth-child(2):nth-last-child(8)~a,.switch-toggle label:nth-child(2):nth-last-child(8)~label{width:25%}.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(3)+label~a{left:25%}.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(5)+label~a{left:50%}.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(7)+label~a{left:75%}.switch-toggle label:nth-child(2):nth-last-child(10),.switch-toggle label:nth-child(2):nth-last-child(10)~a,.switch-toggle label:nth-child(2):nth-last-child(10)~label{width:20%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(3)+label~a{left:20%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(5)+label~a{left:40%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(7)+label~a{left:60%}.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(9)+label~a{left:80%}.switch-toggle label:nth-child(2):nth-last-child(12),.switch-toggle label:nth-child(2):nth-last-child(12)~a,.switch-toggle label:nth-child(2):nth-last-child(12)~label{width:16.6%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(3)+label~a{left:16.6%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(5)+label~a{left:33.2%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(7)+label~a{left:49.8%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(9)+label~a{left:66.4%}.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(11)+label~a{left:83%}.switch-candy a{box-shadow:0 1px 1px rgba(0,0,0,.2),inset 0 1px 1px rgba(255,255,255,.45)}}@media only screen and (-webkit-max-device-pixel-ratio:2) and (max-device-width:80em){.switch-light,.switch-toggle{-webkit-animation:webkitSiblingBugfix infinite 1s}}.fieldset-switch-toggle label{float:none}@media only screen{.switch-light.switch-yoast-seo{margin-bottom:.2em}.fieldset-switch-toggle legend,.switch-light.switch-yoast-seo>strong{display:block;box-sizing:border-box;min-width:200px;margin-top:10px;padding-right:1em;font-weight:700;line-height:2em;vertical-align:middle}.switch-light.switch-yoast-seo>span,.switch-toggle.switch-yoast-seo{width:250px;border:1px solid #ccc;border-radius:.5em;background-color:#dcdcdc;box-shadow:inset 0 2px 4px rgba(0,0,0,.15)}.switch-toggle.switch-yoast-seo{float:left}.switch-light.switch-yoast-seo>span{display:inline-block;overflow:visible}.switch-light.switch-yoast-seo a,.switch-toggle.switch-yoast-seo a{border:1px solid #b5b5b5;border-radius:.5em;background:#a4286a}.switch-light.switch-yoast-seo input:focus+label,.switch-light.switch-yoast-seo input:focus~span a,.switch-toggle.switch-yoast-seo input:focus+label,.switch-toggle.switch-yoast-seo input:focus~span a{outline:0}.switch-light.switch-yoast-seo input:focus~span a,.switch-toggle.switch-yoast-seo input:focus~a{border-color:#5b9dd9!important;box-shadow:0 0 2px rgba(0,115,170,.8)!important}.switch-light.switch-yoast-seo input:checked~span a,.switch-toggle.switch-yoast-seo input:checked~span a{border:1px solid #b5b5b5;background:#a4286a}.switch-light.switch-yoast-seo input:checked~span span:first-child,.switch-light.switch-yoast-seo span span,.switch-toggle.switch-yoast-seo label{color:#333;text-shadow:none;font-weight:inherit}.switch-candy.switch-yoast-seo input:checked+label,.switch-candy.switch-yoast-seo input:checked~span span:nth-child(2),.switch-candy.switch-yoast-seo input~span span:first-child{color:#fff;text-shadow:none}.switch-light.switch-yoast-seo-reverse input:checked~span a{left:0}.switch-light.switch-yoast-seo-reverse a{left:50%}.switch-light.switch-yoast-seo-reverse span span{float:right}.switch-toggle.switch-yoast-seo label,label.switch-light.switch-yoast-seo{margin-left:0;cursor:pointer}.switch-yoast-seo .switch-yoast-seo-jaws-a11y{display:block;overflow:hidden;height:1px;margin-bottom:-1px}.switch-light.switch-yoast-seo label code,.switch-toggle.switch-yoast-seo label code{background-color:inherit;vertical-align:top}.switch-container .label-text{display:block;margin:.5em 0;font-weight:600}.switch-container{clear:both;margin:0 0 1em}.switch-container+.switch-container{margin-top:.5em}.switch-container+p{margin:-.5em 0 1em}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/toggle-switch-390.min.rapido.css b/wp-content/plugins/wordpress-seo/css/toggle-switch-390.min.rapido.css
new file mode 100644
index 0000000..ff1e65f
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/toggle-switch-390.min.rapido.css
@@ -0,0 +1 @@
+@charset "UTF-8";.switch-light span span,.switch-toggle a{display:none}@media only screen{.switch-light,.switch-toggle{display:block;position:relative;padding:0 !important} .switch-light::after,.switch-toggle::after{display:table;clear:both;content:""} .switch-light *,.switch-light :after,.switch-light :before,.switch-toggle *,.switch-toggle :after,.switch-toggle :before{box-sizing:border-box} .switch-light a,.switch-toggle a{display:block;transition:all .2s ease-out} .switch-light label,.switch-light>span,.switch-toggle label,.switch-toggle>span{line-height:2em;vertical-align:middle} .switch-light input{position:absolute;z-index:3;opacity:0} .switch-light input:checked~span a{right:0} .switch-light strong{font-weight:inherit} .switch-light>span{position:relative;min-height:2em;padding:0;text-align:left} .switch-light span span{display:block;float:left;position:relative;z-index:2;width:50%;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} .switch-light a{display:block;position:absolute;z-index:1;top:0;right:50%;width:50%;height:100%;padding:0} .switch-toggle input{position:absolute;left:0;opacity:0} .switch-toggle input+label{display:block;float:left;position:relative;z-index:2;margin:0;padding:0 .5em;text-align:center} .switch-toggle a{position:absolute;z-index:1;top:0;left:0;width:10px;height:100%;padding:0} .switch-toggle label:nth-child(2):nth-last-child(4),.switch-toggle label:nth-child(2):nth-last-child(4)~a,.switch-toggle label:nth-child(2):nth-last-child(4)~label{width:50%} .switch-toggle label:nth-child(2):nth-last-child(4)~input:checked:nth-child(3)+label~a{left:50%} .switch-toggle label:nth-child(2):nth-last-child(6),.switch-toggle label:nth-child(2):nth-last-child(6)~a,.switch-toggle label:nth-child(2):nth-last-child(6)~label{width:33.33%} .switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(3)+label~a{left:33.33%} .switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(5)+label~a{left:66.66%} .switch-toggle label:nth-child(2):nth-last-child(8),.switch-toggle label:nth-child(2):nth-last-child(8)~a,.switch-toggle label:nth-child(2):nth-last-child(8)~label{width:25%} .switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(3)+label~a{left:25%} .switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(5)+label~a{left:50%} .switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(7)+label~a{left:75%} .switch-toggle label:nth-child(2):nth-last-child(10),.switch-toggle label:nth-child(2):nth-last-child(10)~a,.switch-toggle label:nth-child(2):nth-last-child(10)~label{width:20%} .switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(3)+label~a{left:20%} .switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(5)+label~a{left:40%} .switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(7)+label~a{left:60%} .switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(9)+label~a{left:80%} .switch-toggle label:nth-child(2):nth-last-child(12),.switch-toggle label:nth-child(2):nth-last-child(12)~a,.switch-toggle label:nth-child(2):nth-last-child(12)~label{width:16.6%} .switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(3)+label~a{left:16.6%} .switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(5)+label~a{left:33.2%} .switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(7)+label~a{left:49.8%} .switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(9)+label~a{left:66.4%} .switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(11)+label~a{left:83%} .switch-candy a{box-shadow:0 1px 1px rgba(0,0,0,0.2),inset 0 1px 1px rgba(255,255,255,0.45)}}@media only screen and (-webkit-max-device-pixel-ratio:2) and (max-device-width:80em){.switch-light,.switch-toggle{-webkit-animation:webkitSiblingBugfix infinite 1s}}.fieldset-switch-toggle label{float:none}@media only screen{.switch-light.switch-yoast-seo{margin-bottom:.2em} .fieldset-switch-toggle legend,.switch-light.switch-yoast-seo>strong{display:block;box-sizing:border-box;min-width:200px;margin-top:10px;padding-right:1em;font-weight:700;line-height:2em;vertical-align:middle} .switch-light.switch-yoast-seo>span,.switch-toggle.switch-yoast-seo{width:250px;border:1px solid #ccc;border-radius:.5em;background-color:#dcdcdc;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)} .switch-toggle.switch-yoast-seo{float:left} .switch-light.switch-yoast-seo>span{display:inline-block;overflow:visible} .switch-light.switch-yoast-seo a,.switch-toggle.switch-yoast-seo a{border:1px solid #b5b5b5;border-radius:.5em;background:#a4286a} .switch-light.switch-yoast-seo input:focus+label,.switch-light.switch-yoast-seo input:focus~span a,.switch-toggle.switch-yoast-seo input:focus+label,.switch-toggle.switch-yoast-seo input:focus~span a{outline:0} .switch-light.switch-yoast-seo input:focus~span a,.switch-toggle.switch-yoast-seo input:focus~a{border-color:#5b9dd9 !important;box-shadow:0 0 2px rgba(0,115,170,0.8) !important} .switch-light.switch-yoast-seo input:checked~span a,.switch-toggle.switch-yoast-seo input:checked~span a{border:1px solid #b5b5b5;background:#a4286a} .switch-light.switch-yoast-seo input:checked~span span:first-child,.switch-light.switch-yoast-seo span span,.switch-toggle.switch-yoast-seo label{color:#333;text-shadow:none;font-weight:inherit} .switch-candy.switch-yoast-seo input:checked+label,.switch-candy.switch-yoast-seo input:checked~span span:nth-child(2),.switch-candy.switch-yoast-seo input~span span:first-child{color:#fff;text-shadow:none} .switch-light.switch-yoast-seo-reverse input:checked~span a{left:0} .switch-light.switch-yoast-seo-reverse a{left:50%} .switch-light.switch-yoast-seo-reverse span span{float:right} .switch-toggle.switch-yoast-seo label,label.switch-light.switch-yoast-seo{margin-left:0;cursor:pointer} .switch-yoast-seo .switch-yoast-seo-jaws-a11y{display:block;overflow:hidden;height:1px;margin-bottom:-1px} .switch-light.switch-yoast-seo label code,.switch-toggle.switch-yoast-seo label code{background-color:inherit;vertical-align:top} .switch-container .label-text{display:block;margin:.5em 0;font-weight:600} .switch-container{clear:both;margin:0 0 1em} .switch-container+.switch-container{margin-top:.5em} .switch-container+p{margin:-0.5em 0 1em}}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/wpseo-dismissible-350.min.css b/wp-content/plugins/wordpress-seo/css/wpseo-dismissible-350.min.css
new file mode 100644
index 0000000..f90fda1
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/wpseo-dismissible-350.min.css
@@ -0,0 +1 @@
+.yoast-notice-dismiss{position:absolute;top:0;right:1px;margin:0;padding:9px;border:none;color:#b4b9be;background:0 0;cursor:pointer;text-decoration:none}.yoast-notice-dismiss:before{display:block!important;width:20px;height:20px;color:#b4b9be;background:0 0;font:400 16px/1 dashicons;text-align:center;content:"\f153";-webkit-font-smoothing:antialiased!important;speak:none;position:relative;top:0;left:0;line-height:20px}.yoast-notice-dismiss:active:before,.yoast-notice-dismiss:focus:before,.yoast-notice-dismiss:hover:before{color:#c00}.yoast-notice-dismiss:focus{outline:0;color:#c00;box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.ie8 .yoast-notice-dismiss:focus{outline:#5b9dd9 solid 1px}.yoast-notice.is-dismissible{position:relative}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/wpseo-dismissible-350.min.rapido.css b/wp-content/plugins/wordpress-seo/css/wpseo-dismissible-350.min.rapido.css
new file mode 100644
index 0000000..8d6e5a8
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/wpseo-dismissible-350.min.rapido.css
@@ -0,0 +1 @@
+.yoast-notice-dismiss{position:absolute;top:0;right:1px;margin:0;padding:9px;border:none;color:#b4b9be;background:0 0;cursor:pointer;text-decoration:none}.yoast-notice-dismiss:before{display:block !important;width:20px;height:20px;color:#b4b9be;background:0 0;font:400 16px/1 dashicons;text-align:center;content:"\f153";-webkit-font-smoothing:antialiased !important;speak:none;position:relative;top:0;left:0;line-height:20px}.yoast-notice-dismiss:active:before,.yoast-notice-dismiss:focus:before,.yoast-notice-dismiss:hover:before{color:#c00}.yoast-notice-dismiss:focus{outline:0;color:#c00;box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}.ie8 .yoast-notice-dismiss:focus{outline:#5b9dd9 solid 1px}.yoast-notice.is-dismissible{position:relative}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/xml-sitemap-xsl.php b/wp-content/plugins/wordpress-seo/css/xml-sitemap-xsl.php
new file mode 100644
index 0000000..354466a
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/xml-sitemap-xsl.php
@@ -0,0 +1,173 @@
+';
+?>
+
+
+
+
+
+ XML Sitemap
+
+
+
+
+
+
XML Sitemap
+
+ Generated by Yoast SEO , this is an XML Sitemap, meant for consumption by search engines.
+ You can find more information about XML sitemaps on sitemaps.org .
+
+
+
+ This XML Sitemap Index file contains sitemaps.
+
+
+
+
+ Sitemap
+ Last Modified
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This XML Sitemap contains URLs.
+
+ ↑ Sitemap Index
+
+
+
+ URL
+ Images
+ Last Mod.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ div>span,.yoast-wizard--button__previous button:hover>div>span{color:#000!important}.yoast-wizard--step__active svg{color:#5d237a;fill:#5d237a}.yoast-wizard--step__inactive div{pointer-events:none}.yoast-wizard--step--container h1{margin-top:0;margin-bottom:1rem;color:#a4286a;font-size:2.75em;font-weight:300;line-height:3.68rem;letter-spacing:normal}@media screen and (max-width:768px){.yoast-wizard{padding:1em 1em 2em}.yoast-wizard--step__active{overflow:hidden;width:38px}.yoast-wizard--step__active div{display:inline-block!important;vertical-align:middle}.yoast-wizard--step__active div>span>span{display:block!important;margin-left:-7px;padding-right:99px!important}.yoast-wizard--step__inactive{display:none!important}.yoast-wizard--step--container h1{font-size:2em;line-height:1.25}}.yoast-wizard--step--container h2{color:#a4286a;font-size:1.375em;font-weight:400}.yoast-wizard--stepper{width:100%;margin:auto}.yoast-wizard-overlay{position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;opacity:.2;color:#fff;background-color:#000;text-align:center}.yoast-wizard-overlay-loader{position:relative}.yoast-wizard-container{position:relative;min-height:20px;border:1px solid #ccc;box-shadow:rgba(0,0,0,.15) 0 3px 10px,rgba(0,0,0,.2) 0 3px 10px;text-align:left}@media screen and (max-width:768px){.yoast-wizard-container{box-shadow:none}}.yoast-wizard-container fieldset{margin:1em 0;padding-left:.5em;border:0}.yoast-wizard-text-input{padding-bottom:.5em;font-size:14px}.yoast-wizard-text-input-label{display:block;margin:.5em 0 0;font-weight:700;cursor:pointer}.yoast-wizard-text-input [type=text]{box-sizing:border-box;width:100%;max-width:450px}.yoast-wizard-field-description{font-weight:700}.yoast-wizard input{margin:.5em 0;padding:5px;font-size:14px;line-height:140%}.yoast-wizard label{cursor:pointer}.yoast-wizard input[type=radio]{margin:.3em .7em .3em 0;vertical-align:middle}.yoast-wizard-input__explanation{margin-top:0;color:#555;font-style:italic}.yoast-wizard-input-radio{font-size:14px}.yoast-wizard-input-radio-option label{padding-top:2px}.yoast-wizard-input-radio-separator{padding:0}.yoast-wizard-input-radio-separator input{position:absolute;left:-9999em;width:1px;height:1px}.yoast-wizard-input-radio-separator input+label{float:left;width:30px!important;margin:0 5px 5px 0!important;padding:9px 6px;border:1px solid #ccc;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;line-height:24px;text-align:center;cursor:pointer}.yoast-wizard-input-radio-separator input:checked+label{border:1px solid #a4286a;background-color:#fff;box-shadow:inset 0 0 0 2px #a4286a}.yoast-wizard-input-radio-separator input:checked+label,.yoast-wizard-input-radio-separator input:focus+label{border-radius:10px 10px 0}.yoast-video-container-max-width{max-width:560px}.yoast-video-container{overflow:hidden;position:relative;height:0;padding-bottom:56.25%}.yoast-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.yoast-wizard-notice__error{margin-bottom:15px;padding:12px;border-left:4px solid #dc3232;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@keyframes heartbeat{0%{opacity:.4;transform:scale(.7)}80%{opacity:1}100%{opacity:1;transform:scale(.95)}}.yoast-loader{animation:heartbeat 1.15s infinite;animation-timing-function:cubic-bezier(.96,.02,.63,.86);animation-direction:alternate}.yoast-wizard-return-link{display:block;margin:1em 0;color:#646d78;text-align:center}.yoast-wizard-mailchimp-message-error{color:#dc3232}.yoast-wizard-mailchimp-message-success{color:#008a00}.yoast-wizard-input{padding-bottom:.5em}.yoast-wizard-input__select{margin:1em 0;font-size:14px}.yoast-wizard-image-upload-container__image{max-width:151px}.yoast-wizard-image-upload-container-buttons{margin-top:1em}.yoast-wizard-image-upload-container-buttons__remove{margin-left:1em}.yoast-wizard-image-upload-container-description{display:block}.ie9 .yoast-wizard--stepper{display:none}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/yoast-extensions-390.min.css b/wp-content/plugins/wordpress-seo/css/yoast-extensions-390.min.css
new file mode 100644
index 0000000..cb21601
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/yoast-extensions-390.min.css
@@ -0,0 +1 @@
+@charset "UTF-8";.yoast-list--usp{margin-bottom:1em;padding:0;font-family:"Open Sans",Arial,sans-serif}.yoast-list--usp li{position:relative;padding-left:1.2533333333rem;list-style:none!important}.yoast-list--usp li::before{position:absolute;top:0;left:0;color:#77b227;font-family:FontAwesome,"Open Sans",Arial,sans-serif;content:"\f00c\0020"}.yoast .h1,.yoast .h2,.yoast .h3,.yoast .h4,.yoast .h5,.yoast .h6,.yoast h1,.yoast h2,.yoast h3,.yoast h4,.yoast h5,.yoast h6{display:block;margin-top:0;font-family:"Open Sans",Arial,sans-serif;font-weight:300}.yoast .h1,.yoast h1{margin-bottom:1.35rem;font-size:2.5em;line-height:3.68rem;letter-spacing:normal}@media only screen and (min-width:30rem){.yoast .h1,.yoast h1{font-size:2.75em}}.yoast .h2,.yoast h2{margin-bottom:1.2rem;font-size:1.88em;line-height:2.5rem}.yoast .h2.tight,.yoast h2.tight{margin-bottom:.6rem}.yoast .h3,.yoast h3{margin-bottom:.8rem;font-size:1.25em;line-height:1.88rem}.yoast .h3.tight,.yoast h3.tight{margin-bottom:.4rem}@media only screen and (min-width:30rem){.yoast .h3,.yoast h3{font-size:1.375em}}@media only screen and (min-width:50rem){.yoast .h3,.yoast h3{font-size:1.5em}}.yoast .h4,.yoast .h5,.yoast .h6,.yoast h4,.yoast h5,.yoast h6{margin-bottom:.2rem;font-size:1.13em;font-weight:400;line-height:1.88rem}.yoast-button{display:inline-block;position:relative;width:100%;padding:.345em 1.5em .345em 1em;border:0;color:#dc5c04;background-color:#dc5c04;font-family:"Open Sans",Arial,sans-serif;font-size:1.1em;text-decoration:none;cursor:pointer}@media only screen and (min-width:30rem){.yoast-button{width:auto;max-height:2.86rem;margin-right:1.36rem}.yoast-button.left::before,.yoast-button::after{position:absolute;top:0;width:0;height:0;border-top:1.43rem solid transparent;border-bottom:1.44rem solid transparent}.yoast-button::after{right:-1.36rem;border-right:0;border-left:1.43rem solid #dc5c04;content:""}.yoast-button.left{margin-right:0;margin-left:1.36rem}.yoast-button.left::after{content:none}.yoast-button.left::before{left:-1.36rem;border-right:1.43rem solid #dc5c04;border-left:0;content:""}}.yoast-button--full::after,.yoast-button--naked::after,.yoast-button--noarrow::after{content:none}.yoast-button.alignleft{margin:1rem 2.5rem 0 0!important}.yoast-button .arrow{display:none}.yoast-button+.yoast-button{margin-top:1em;margin-left:1.88rem}.yoast-button--full{width:100%}.yoast-button.default{color:#fff;background-color:#dc5c04}.yoast-button.default::after{border-left-color:#dc5c04}.yoast-button.default::before{border-right-color:#dc5c04}.yoast-button a:focus,.yoast-button:hover{color:#fff;background-color:#f58223;text-decoration:underline}.yoast-button a:focus::after,.yoast-button:hover::after{border-left-color:#f58223}.yoast-button a:focus::before,.yoast-button:hover::before{border-right-color:#f58223}.yoast-button.academy{color:#fff;background-color:#5d237a}.yoast-button.academy::after{border-left-color:#5d237a}.yoast-button.academy::before{border-right-color:#5d237a}@media only screen and (max-width:20rem){.yoast-button.academy{background-color:#5d237a}.yoast-button.academy--secondary{background-color:#a4286a}}.yoast-button.academy--secondary{color:#fff;background-color:#a4286a}.yoast-button.academy--secondary::after{border-left-color:#a4286a}.yoast-button.academy--secondary::before{border-right-color:#a4286a}.yoast-button.software{color:#fff;background-color:#0075b3}.yoast-button.software::after{border-left-color:#0075b3}.yoast-button.software::before{border-right-color:#0075b3}.yoast-button.review{color:#fff;background-color:#009288}.yoast-button.about,.yoast_academy .yoast-button{background-color:#d93f69;color:#fff}.yoast-button.review::after{border-left-color:#009288}.yoast-button.about::after,.yoast_academy .yoast-button::after{border-left-color:#d93f69}.yoast-button.review::before{border-right-color:#009288}.yoast-button.about::before,.yoast_academy .yoast-button::before{border-right-color:#d93f69}.yoast_academy .yoast-button a:focus,.yoast_academy .yoast-button:hover{color:#fff;background-color:#d42a59;text-decoration:underline}.yoast_academy .yoast-button a:focus::after,.yoast_academy .yoast-button:hover::after{border-left-color:#d42a59}.yoast_academy .yoast-button a:focus::before,.yoast_academy .yoast-button:hover::before{border-right-color:#d42a59}.yoast_academy .yoast-button.dimmed,body .yoast-button.dimmed{color:#646464;background-color:#dcdcdc}.yoast_academy .yoast-button.dimmed::after,body .yoast-button.dimmed::after{border-left-color:#dcdcdc}.yoast_academy .yoast-button.dimmed::before,body .yoast-button.dimmed::before{border-right-color:#dcdcdc}.yoast_academy .yoast-button.dimmed a:focus,.yoast_academy .yoast-button.dimmed:hover,body .yoast-button.dimmed a:focus,body .yoast-button.dimmed:hover{color:#646464;background-color:#cdcdcd;text-decoration:underline}.yoast_academy .yoast-button.dimmed a:focus::after,.yoast_academy .yoast-button.dimmed:hover::after,body .yoast-button.dimmed a:focus::after,body .yoast-button.dimmed:hover::after{border-left-color:#cdcdcd}.yoast_academy .yoast-button.dimmed a:focus:before,.yoast_academy .yoast-button.dimmed:hover:before,body .yoast-button.dimmed a:focus:before,body .yoast-button.dimmed:hover:before{border-right-color:#cdcdcd}.yoast-button--naked{padding:0;border:none;background-color:transparent}.yoast-button i.fa{margin:4px 10px 0 0;font-size:140%}.theme-academy .yoast-promoblock{border-color:#5d237a}.theme-academy--secondary .yoast-promoblock{border-color:#a4286a}.theme-software .yoast-promoblock{border-color:#0075b3}.theme-review .yoast-promoblock{border-color:#009288}.theme-about .yoast-promoblock,.theme-home .yoast-promoblock{border-color:#d93f69}.theme-academy.yoast-promoblock{border-color:#5d237a}.theme-academy--secondary.yoast-promoblock{border-color:#a4286a}.theme-software.yoast-promoblock{border-color:#0075b3}.theme-review.yoast-promoblock,.theme-software--secondary.yoast-promoblock{border-color:#009288}.theme-review--secondary.yoast-promoblock{border-color:#77b227}.theme-about.yoast-promoblock{border-color:#d93f69}.theme-about--secondary.yoast-promoblock{border-color:#a4286a}.cta.yoast-promoblock,.link.yoast-promoblock{border-color:#dc5c04}.link.yoast-promoblock::after{-moz-filter:drop-shadow(1px 0 0 #dc5c04);-ms-filter:drop-shadow(1px 0 0 #dc5c04);-o-filter:drop-shadow(1px 0 0 #dc5c04);filter:drop-shadow(1px 0 0 #dc5c04)}.cta.yoast-promoblock::after{-moz-filter:drop-shadow(1px 0 0 #dc5c04);-ms-filter:drop-shadow(1px 0 0 #dc5c04);-o-filter:drop-shadow(1px 0 0 #dc5c04);filter:drop-shadow(1px 0 0 #dc5c04)}.yoast-promoblock{display:block;position:relative;margin-bottom:1.88rem;padding:20px;border:1px solid;border-radius:30px 30px 0;background-color:#fff;font-family:Merriweather,Georgia,serif}.yoast-promoblock p{color:#000}.yoast-promoblock p:last-of-type{margin-bottom:0}.yoast-promoblock i.blockicon{position:absolute;right:10px;bottom:10px;padding:0 0 0 .5em;font-size:2.25em}.yoast-promoblock a img{border:1px solid #dcdcdc}.yoast-promoblock p a{font-weight:600!important;text-decoration:underline}.yoast-promoblock form a,a.promoblock,a.promoblock:hover{text-decoration:none}.yoast-promoblock form a{font-family:"Open Sans",Arial,sans-serif;font-weight:400!important}.yoast-promoblock .h4,.yoast-promoblock h4{margin-bottom:.7rem}.yoast-promoblock.link{border-color:#dc5c04}.yoast-promoblock.link a,.yoast-promoblock.link a:hover{color:#dc5c04}.yoast-promoblock--white{border-color:#fff!important}.yoast-promoblock.theme-academy a{color:#5d237a!important}.yoast-promoblock.theme-academy.secondary a{color:#a4286a!important}.yoast-promoblock.theme-software a{color:#0075b3!important}.yoast-promoblock.theme-review a{color:#009288!important}.yoast-promoblock.theme-review.secondary a{color:#77b227!important}.yoast-promoblock.theme-about a{color:#d93f69!important}.product .yoast-promoblock{overflow:hidden}.yoast-promoblock--hometitle{display:-ms-flexbox;display:flex;max-width:16em;height:11em;margin:1rem auto 2rem;border-color:#fff!important;background-color:rgba(217,63,105,.25);font-size:16px;font-size:1rem;line-height:1;-webkit-box-pack:center;-ms-flex-align:center;-ms-flex-line-pack:center;-ms-flex-pack:justify}.old-ie .yoast-promoblock--hometitle{text-align:justify}.old-ie .yoast-promoblock--hometitle::after{display:inline-block;width:100%;content:""}.old-ie .yoast-promoblock--hometitle>*{display:inline-block;text-align:left}@media only screen and (max-width:30rem){.yoast-promoblock--hometitle::after{content:none!important}}.yoast-promoblock--imageholder{margin-bottom:0;padding:0}.yoast-promoblock--imageholdersmall{position:absolute}.yoast-promoblock--imageholdersmall:first-child{left:4rem}.yoast-promoblock--imageholdersmall:last-child{top:4rem}@media only screen and (max-width:50rem){.yoast-promoblock h2{margin-bottom:0}}a.promoblock{color:#000}.promoblockimage__holder{position:relative;width:240px;height:295px}@media only screen and (min-width:50rem){[class*=promoblock--icon]::before{position:absolute;right:.47rem;bottom:.47rem;font-family:FontAwesome,"Open Sans",Arial,sans-serif;font-size:2.2rem;line-height:1}body.theme-about [class*=promoblock--icon]::before{color:#d93f69}body.theme-about .promoblock a.color-cta{color:#009288!important}body.theme-academy [class*=promoblock--icon]::before{color:#5d237a}body.theme-software [class*=promoblock--icon]::before{color:#0075b3}.promoblock--icon-academy::before{content:"\f19d"}.promoblock--icon-blog::before{content:"\f1ea"}.promoblock--icon-book::before{content:"\f02d"}.promoblock--icon-calendar::before{content:"\f073"}.promoblock--icon-check::before{content:"\f046"}.promoblock--icon-drupal::before{content:"\f1a9"}.promoblock--icon-gears::before{content:"\f085"}.promoblock--icon-pencil::before{content:"\f040"}.promoblock--icon-plug::before{content:"\f1e6"}.promoblock--icon-video::before{content:"\f008"}.promoblock--icon-wordpress::before{content:"\f19a"}}.yoast{color:#000;font-family:"Open Sans",Arial,sans-serif;font-size:1rem;line-height:1.88;letter-spacing:.01em}.yoast *,.yoast :after,.yoast :before{box-sizing:border-box}.yoast-hr{position:relative;margin:0;padding-bottom:1.88rem;border:0;border-top:1px solid #a4286a}.yoast-hr:after{position:absolute;z-index:1;top:-2px;left:50%;height:0;border:none;border-top:20px solid #f1f1f1;border-right:40px solid transparent;border-left:40px solid transparent;line-height:0;content:"";-ms-transform:translateX(-50%);transform:translateX(-50%);-moz-filter:drop-shadow(0 1px 0 #a4286a);-ms-filter:drop-shadow(0 1px 0 #a4286a);-o-filter:drop-shadow(0 1px 0 #a4286a);filter:drop-shadow(0 1px 0 #a4286a)}.yoast-list--usp li:before{width:1em;height:100%;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%2377B227%22%20d%3D%22M1671%20566q0%2040%2D28%2068l%2D724%20724%2D136%20136q%2D28%2028%2D68%2028t%2D68%2D28l%2D136%2D136%2D362%2D362q%2D28%2D28%2D28%2D68t28%2D68l136%2D136q28%2D28%2068%2D28t68%2028l294%20295%20656%2D657q28%2D28%2068%2D28t68%2028l136%20136q28%2028%2028%2068z%22%2F%3E%3C%2Fsvg%3E") left .4em no-repeat;background-size:contain;content:""}.yoast-button--purple{background-color:#5d237a}.yoast-button-go-to:after{position:static;top:auto;right:auto;width:auto;height:auto;border:none;content:" \00BB"}.yoast-button--installed{color:#fff;background-color:#77b227;cursor:default}.yoast-button--installed:hover{background-color:#77b227;text-decoration:none}.yoast-promo-extensions{display:-ms-flexbox;display:flex;margin-left:-50px;-ms-flex-wrap:wrap;flex-wrap:wrap}.yoast-promo-extensions>h2{width:100%;margin-left:50px}.yoast-promo-extension{max-width:330px;margin-left:50px;border-color:#a4286a;background-color:transparent}.yoast-promo-extension:first-child{margin-left:0}.yoast-promo-extension img{width:100%;height:auto;margin-bottom:.8rem}.yoast-promo-extension .yoast-button{width:100%;max-height:none}.yoast-promo-extension .yoast-button--installed{width:auto}.yoast-promo-extension h3{color:#a4286a}@media screen and (max-width:900px){.yoast-promo-extension img{display:none}.yoast-promo-extension{width:100%;max-width:none}}.yoast-seo-premium-extension:after,.yoast-seo-premium-extension:before{display:table;content:""}.yoast-seo-premium-extension:after{clear:both}.yoast-seo-premium-benefits__title{font-weight:600}.yoast-seo-premium-benefits__description:before{content:"– "}.yoast-link--more-info{padding-left:calc(1em + 5px);color:#646464;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23646464%22%20d%3D%22M1152%201376v%2D160q0%2D14%2D9%2D23t%2D23%2D9h%2D96v%2D512q0%2D14%2D9%2D23t%2D23%2D9h%2D320q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h96v320h%2D96q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h448q14%200%2023%2D9t9%2D23zm%2D128%2D896v%2D160q0%2D14%2D9%2D23t%2D23%2D9h%2D192q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h192q14%200%2023%2D9t9%2D23zm640%20416q0%20209%2D103%20385%2E5t%2D279%2E5%20279%2E5%2D385%2E5%20103%2D385%2E5%2D103%2D279%2E5%2D279%2E5%2D103%2D385%2E5%20103%2D385%2E5%20279%2E5%2D279%2E5%20385%2E5%2D103%20385%2E5%20103%20279%2E5%20279%2E5%20103%20385%2E5z%22%2F%3E%3C%2Fsvg%3E") left .2em no-repeat;background-size:1em}.yoast-link--more-info:after{content:" \00BB"}.yoast-promo-extension .yoast-link--more-info{display:block;margin:1em 0 0;background-position:left .4em}.yoast-heading-highlight{color:#a4286a;font-weight:600}.yoast-money-back-guarantee{font-size:1.1em;font-style:italic}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/yst_plugin_tools-400.min.css b/wp-content/plugins/wordpress-seo/css/yst_plugin_tools-400.min.css
new file mode 100644
index 0000000..49f1dd5
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/yst_plugin_tools-400.min.css
@@ -0,0 +1 @@
+#wpseo-debug-info,h4{clear:both}.wpseotab .extension a,div.yoastbox .button-primary:hover,div.yoastbox .button:hover{text-decoration:none}h4{margin:1.2em 0 .5em}p.desc{margin:6px 0 10px;padding:0 0 8px 25px}p.desc.label{margin:0 0 20px;padding:0 0 10px 200px}tr.yst_row{margin:5px 0 0;padding:5px 0 0}tr.yst_row.even{background-color:#f6f6f6}div.yoastbox ul{margin-left:20px}.postbox{margin:10px 10px 0 0}label{float:left;margin-left:6px}.yoast-inline-label{float:none;margin:0}label.radio{float:none;margin-right:20px}input.textinput,select,textarea{width:400px}input.checkbox+label.checkbox{width:auto}input.textinput,select.select,textarea.textinput{float:left;margin:0 3px 15px 0;padding:5px}textarea.textinput{padding:3px 6px}select.select{padding:3px}input.checkbox,input.checkbox.double{float:left;margin:6px 10px 6px 0}.textinput.metadesc{height:50px}textarea.import{width:500px;height:100px}label.checkbox,label.select,label.textinput{width:200px;margin:5px 0;background-color:transparent}.wpseo-gsc-reload-crawl-issues-form{position:relative;top:9px}.wp-core-ui .button.wpseo-gsc-save-profile{margin-left:200px}table.wpseo th{text-align:left}.wpseo_content_wrapper{display:table;width:100%}.wpseo_content_wrapper li,.wpseo_content_wrapper p{max-width:600px}.wpseo_content_wrapper .notice p,.wpseo_content_wrapper .yoast-blocking-files-error p{max-width:none}#wpseo-tabs+.notice{margin-top:1.5em}.wpseo_content_cell{display:table-cell;height:500px;margin:0;padding:0;vertical-align:top}.wpseo-remove-ads{margin-top:0;padding:12px;border:1px solid #0075b3;border-radius:20px 20px 0;background-color:#fff}#wpseo_content_top{min-width:800px}.wpseo-variable-warning-element{border:1px solid #c62d2d!important}.wpseo-variable-warning{clear:both;margin:5px 0 0;padding:5px;color:#c62d2d}.wpseo-variable-warning code{color:#b02828}.wpseo-variable-warning a{color:#c62d2d}.wpseo_content_wrapper h3{margin:1em 0 .5em}.wpseo_content_wrapper h1.wpseo-redirect-url-title{margin:1em 0 .5em;font-size:1.3em}#sidebar-container{width:261px;padding:0 0 0 20px}@media (max-width:1020px){#wpseo_content_top{margin-left:0;padding-left:0}}.wpseo-admin-page .form-table td,.wpseo-admin-page .form-table th,.wpseo-admin-page .form-table tr{vertical-align:top}.postbox form{line-height:150%}div.yoastbox ul li{list-style:square}.text{width:250px}table.yoast_help,table.yoast_help td,table.yoast_help th{border:1px solid #ddd;border-collapse:collapse;color:#444;font-size:12px}table.yoast_help td,table.yoast_help th{padding:5px 10px;text-align:left;vertical-align:text-top}.correct,.wrong{padding:5px;color:#fff}table.yoast_help tr{background-color:#f1f1f1}table.yoast_help tr:nth-child(2n){background-color:#fbfbfe}table.yoast_help tr:hover{background-color:#ddd}.correct{background-color:green}.wrong{background-color:#dc3232}.wrong code{padding:3px 8px;color:#000}.yoast-notice-blocking-files code{color:#000;line-height:2}.yoast-notice-blocking-files .button{margin:.5em 0}.button.checkit,.button.fixit{float:right;margin:0 5px}.button.checkit{padding:5px 8px}.fb-buttons .button,.fb-buttons .button-primary{margin-right:8px}.postbox#donate{border:2px green}.wpseotab{display:none;margin-top:15px}.wpseotab.active{display:block}.wpseotab p.expl{margin-left:6px}.wpseotab p.expl strong{font-size:115%}#sidebar .yoastbox{margin:0 0 10px;padding:10px 15px;border:1px solid #ccc;border-radius:5px 25px}#sidebar .yoastbox h2{font-size:16px}#sidebar .promo{color:#000}#donate.yoastbox,#sitereview.yoastbox{border-color:green;background-color:#cfc}h2{margin-bottom:20px}h2 code{font-size:23px}#pointer-primary{margin:0 5px 0 0}#wpseo-debug-info .hndle{cursor:auto}#wpseo-debug-info .wpseo-debug-heading{font-size:1em}#wpseo-debug-info .wpseo-debug{display:inline-block;padding-left:20px;color:#c00}input.wpseo-new-title,textarea.wpseo-new-metadesc{width:100%;max-width:100%}.wpseotab .extension{float:left;box-sizing:border-box;width:300px;height:230px;margin:10px 20px 10px 0;border:1px solid #ccc}.wpseotab .extension p{margin:0;padding:10px}.wpseotab .extension h3{box-sizing:border-box;height:110px;margin:0;padding:20px 10px 0 120px;border-bottom:1px solid #ccc;background:left 10px no-repeat #fff;background-size:130px 100px}.wpseotab .extension button.installed{border-color:#00a000;background-color:#00a000;cursor:default}#separator{margin:1.5em 0 1em}#separator input.radio{position:absolute;left:-9999em;width:1px;height:1px}#separator input.radio+label{float:left;width:30px!important;margin:0 5px 0 0!important;padding:9px 6px;border:1px solid #ccc;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;line-height:24px;text-align:center;cursor:pointer}#separator input.radio:checked+label{border:1px solid #a4286a;background-color:#fff;box-shadow:inset 0 0 0 2px #a4286a}#separator input.radio:focus+label{border-radius:10px 10px 0}.svg-container{text-align:center}.svg-container .dashicons{width:200px;height:100px;font-size:100px}body.toplevel_page_wpseo_dashboard .wp-badge{border:none;background:url(../images/Yoast_SEO_Icon.svg);background-size:150px 160px;box-shadow:none}.nav-tab .dashicons{width:18px;height:18px;font-size:18px;line-height:24px}.nav-tab .pinteresticon{width:12px;height:24px;margin-right:2px;background-image:url(../images/pinterest-23x30.png);background-repeat:no-repeat;background-position:center center;background-size:contain}#wpseo_progressbar{height:25px;border:1px solid #006691}#wpseo_progressbar .ui-progressbar-value{height:25px;background:#006691}.wpseo-add-fb-admin-form-wrap .notice span{margin-left:10px}.archives-titles-metas-content{padding-top:1em}@media screen and (max-width:782px){.wpseo-gsc-reload-crawl-issues-form{top:0;margin:1em 0}.wpseo-gsc-reload-crawl-issues-form .alignright{float:none}}@media screen and (max-width:600px){.wpseo-gsc-reload-crawl-issues-form{margin-bottom:0}}.yoast-sidebar__title{box-sizing:border-box;width:100%;margin:46px 0 20px;padding:10px;border:none;border-bottom:1px solid #a4286a;outline:0;color:#a4286a;background:0 0;line-height:19px;text-align:left}.yoast-sidebar__spot{padding:10px 0;border-bottom:1px solid #ddd}.yoast-sidebar__spot a{color:#a4286a}.wpseo-banner__link{display:inline-block}.wpseo-banner__image{vertical-align:top}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/yst_plugin_tools-400.min.rapido.css b/wp-content/plugins/wordpress-seo/css/yst_plugin_tools-400.min.rapido.css
new file mode 100644
index 0000000..38b5e18
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/yst_plugin_tools-400.min.rapido.css
@@ -0,0 +1 @@
+#wpseo-debug-info,h4{clear:both}.wpseotab .extension a,div.yoastbox .button-primary:hover,div.yoastbox .button:hover{text-decoration:none}h4{margin:1.2em 0 .5em}p.desc{margin:6px 0 10px;padding:0 0 8px 25px}p.desc.label{margin:0 0 20px;padding:0 0 10px 200px}tr.yst_row{margin:5px 0 0;padding:5px 0 0}tr.yst_row.even{background-color:#f6f6f6}div.yoastbox ul{margin-left:20px}.postbox{margin:10px 10px 0 0}label{float:left;margin-left:6px}.yoast-inline-label{float:none;margin:0}label.radio{float:none;margin-right:20px}input.textinput,select,textarea{width:400px}input.checkbox+label.checkbox{width:auto}input.textinput,select.select,textarea.textinput{float:left;margin:0 3px 15px 0;padding:5px}textarea.textinput{padding:3px 6px}select.select{padding:3px}input.checkbox,input.checkbox.double{float:left;margin:6px 10px 6px 0}.textinput.metadesc{height:50px}textarea.import{width:500px;height:100px}label.checkbox,label.select,label.textinput{width:200px;margin:5px 0;background-color:transparent}.wpseo-gsc-reload-crawl-issues-form{position:relative;top:9px}.wp-core-ui .button.wpseo-gsc-save-profile{margin-left:200px}table.wpseo th{text-align:left}.wpseo_content_wrapper{display:table;width:100%}.wpseo_content_wrapper li,.wpseo_content_wrapper p{max-width:600px}.wpseo_content_wrapper .notice p,.wpseo_content_wrapper .yoast-blocking-files-error p{max-width:none}#wpseo-tabs+.notice{margin-top:1.5em}.wpseo_content_cell{display:table-cell;height:500px;margin:0;padding:0;vertical-align:top}.wpseo-remove-ads{margin-top:0;padding:12px;border:1px solid #0075b3;border-radius:20px 20px 0;background-color:#fff}#wpseo_content_top{min-width:800px}.wpseo-variable-warning-element{border:1px solid #c62d2d !important}.wpseo-variable-warning{clear:both;margin:5px 0 0;padding:5px;color:#c62d2d}.wpseo-variable-warning code{color:#b02828}.wpseo-variable-warning a{color:#c62d2d}.wpseo_content_wrapper h3{margin:1em 0 .5em}.wpseo_content_wrapper h1.wpseo-redirect-url-title{margin:1em 0 .5em;font-size:1.3em}#sidebar-container{width:261px;padding:0 0 0 20px}@media (max-width:1020px){#wpseo_content_top{margin-left:0;padding-left:0}}.wpseo-admin-page .form-table td,.wpseo-admin-page .form-table th,.wpseo-admin-page .form-table tr{vertical-align:top}.postbox form{line-height:150%}div.yoastbox ul li{list-style:square}.text{width:250px}table.yoast_help,table.yoast_help td,table.yoast_help th{border:1px solid #ddd;border-collapse:collapse;color:#444;font-size:12px}table.yoast_help td,table.yoast_help th{padding:5px 10px;text-align:left;vertical-align:text-top}.correct,.wrong{padding:5px;color:#fff}table.yoast_help tr{background-color:#f1f1f1}table.yoast_help tr:nth-child(2n){background-color:#fbfbfe}table.yoast_help tr:hover{background-color:#ddd}.correct{background-color:green}.wrong{background-color:#dc3232}.wrong code{padding:3px 8px;color:#000}.yoast-notice-blocking-files code{color:#000;line-height:2}.yoast-notice-blocking-files .button{margin:.5em 0}.button.checkit,.button.fixit{float:right;margin:0 5px}.button.checkit{padding:5px 8px}.fb-buttons .button,.fb-buttons .button-primary{margin-right:8px}.postbox#donate{border:2px green}.wpseotab{display:none;margin-top:15px}.wpseotab.active{display:block}.wpseotab p.expl{margin-left:6px}.wpseotab p.expl strong{font-size:115%}#sidebar .yoastbox{margin:0 0 10px;padding:10px 15px;border:1px solid #ccc;border-radius:5px 25px}#sidebar .yoastbox h2{font-size:16px}#sidebar .promo{color:#000}#donate.yoastbox,#sitereview.yoastbox{border-color:green;background-color:#cfc}h2{margin-bottom:20px}h2 code{font-size:23px}#pointer-primary{margin:0 5px 0 0}#wpseo-debug-info .hndle{cursor:auto}#wpseo-debug-info .wpseo-debug-heading{font-size:1em}#wpseo-debug-info .wpseo-debug{display:inline-block;padding-left:20px;color:#c00}input.wpseo-new-title,textarea.wpseo-new-metadesc{width:100%;max-width:100%}.wpseotab .extension{float:left;box-sizing:border-box;width:300px;height:230px;margin:10px 20px 10px 0;border:1px solid #ccc}.wpseotab .extension p{margin:0;padding:10px}.wpseotab .extension h3{box-sizing:border-box;height:110px;margin:0;padding:20px 10px 0 120px;border-bottom:1px solid #ccc;background:left 10px no-repeat #fff;background-size:130px 100px}.wpseotab .extension button.installed{border-color:#00a000;background-color:#00a000;cursor:default}#separator{margin:1.5em 0 1em}#separator input.radio{position:absolute;left:-9999em;width:1px;height:1px}#separator input.radio+label{float:left;width:30px !important;margin:0 5px 0 0 !important;padding:9px 6px;border:1px solid #ccc;font-family:Arial,Helvetica,sans-serif !important;font-size:18px !important;line-height:24px;text-align:center;cursor:pointer}#separator input.radio:checked+label{border:1px solid #a4286a;background-color:#fff;box-shadow:inset 0 0 0 2px #a4286a}#separator input.radio:focus+label{border-radius:10px 10px 0}.svg-container{text-align:center}.svg-container .dashicons{width:200px;height:100px;font-size:100px}body.toplevel_page_wpseo_dashboard .wp-badge{border:none;background:url(../images/Yoast_SEO_Icon.svg);background-size:150px 160px;box-shadow:none}.nav-tab .dashicons{width:18px;height:18px;font-size:18px;line-height:24px}.nav-tab .pinteresticon{width:12px;height:24px;margin-right:2px;background-image:url(../images/pinterest-23x30.png);background-repeat:no-repeat;background-position:center center;background-size:contain}#wpseo_progressbar{height:25px;border:1px solid #006691}#wpseo_progressbar .ui-progressbar-value{height:25px;background:#006691}.wpseo-add-fb-admin-form-wrap .notice span{margin-left:10px}.archives-titles-metas-content{padding-top:1em}@media screen and (max-width:782px){.wpseo-gsc-reload-crawl-issues-form{top:0;margin:1em 0} .wpseo-gsc-reload-crawl-issues-form .alignright{float:none}}@media screen and (max-width:600px){.wpseo-gsc-reload-crawl-issues-form{margin-bottom:0}}.yoast-sidebar__title{box-sizing:border-box;width:100%;margin:46px 0 20px;padding:10px;border:none;border-bottom:1px solid #a4286a;outline:0;color:#a4286a;background:0 0;line-height:19px;text-align:left}.yoast-sidebar__spot{padding:10px 0;border-bottom:1px solid #ddd}.yoast-sidebar__spot a{color:#a4286a}.wpseo-banner__link{display:inline-block}.wpseo-banner__image{vertical-align:top}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/css/yst_seo_score-390.min.css b/wp-content/plugins/wordpress-seo/css/yst_seo_score-390.min.css
new file mode 100644
index 0000000..df91e15
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/css/yst_seo_score-390.min.css
@@ -0,0 +1 @@
+.wpseo-score-icon{display:inline-block;width:12px;height:12px;margin:3px 10px 0 3px;border-radius:50%;background:#888;vertical-align:top}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}.wpseo-score-title{font-weight:600}#taxonomy_overall{position:absolute;top:0;margin-left:87.5%}
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/deprecated/class-onpage-email-presenter.php b/wp-content/plugins/wordpress-seo/deprecated/class-onpage-email-presenter.php
new file mode 100644
index 0000000..599a920
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/deprecated/class-onpage-email-presenter.php
@@ -0,0 +1,41 @@
+ '',
+ '1' => '',
+ );
+ }
+
+ /**
+ * @deprecated 3.0.7
+ */
+ public function get_message() {
+ _deprecated_function( 'WPSEO_OnPage_Email_Presenter', 'WPSEO 3.0.7' );
+
+ return '';
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/deprecated/class-onpage-notifier.php b/wp-content/plugins/wordpress-seo/deprecated/class-onpage-notifier.php
new file mode 100644
index 0000000..325d2d0
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/deprecated/class-onpage-notifier.php
@@ -0,0 +1,43 @@
+content
+ *
+ * @return string html for snippet preview
+ *
+ * @deprecated 3.0 Removed, use javascript instead.
+ */
+ public function get_content() {
+ _deprecated_function( 'WPSEO_Snippet_Preview::get_content', 'WPSEO 3.0', 'javascript' );
+ return $this->content;
+ }
+
+ /**
+ * Sets date if available
+ *
+ * @deprecated 3.0 Removed, use javascript instead.
+ */
+ protected function set_date() {
+ _deprecated_function( 'WPSEO_Snippet_Preview::set_date', 'WPSEO 3.0', 'javascript' );
+ }
+
+ /**
+ * Retrieves a post date when post is published, or return current date when it's not.
+ *
+ * @return string
+ *
+ * @deprecated 3.0 Removed, use javascript instead.
+ */
+ protected function get_post_date() {
+ _deprecated_function( 'WPSEO_Snippet_Preview::get_post_date', 'WPSEO 3.0', 'javascript' );
+ return '';
+ }
+
+ /**
+ * Generates the url that is displayed in the snippet preview.
+ *
+ * @deprecated 3.0 Removed, use javascript instead.
+ */
+ protected function set_url() {
+ _deprecated_function( 'WPSEO_Snippet_Preview::set_url', 'WPSEO 3.0', 'javascript' );
+ }
+
+ /**
+ * Sets the slug and adds it to the url if the post has been published and the post name exists.
+ *
+ * If the post is set to be the homepage the slug is also not included.
+ *
+ * @deprecated 3.0 Removed, use javascript instead.
+ */
+ protected function set_slug() {
+ _deprecated_function( 'WPSEO_Snippet_Preview::set_slug', 'WPSEO 3.0', 'javascript' );
+ }
+
+ /**
+ * Generates the html for the snippet preview and assign it to $this->content.
+ *
+ * @deprecated 3.0 Removed, use javascript instead.
+ */
+ protected function set_content() {
+ _deprecated_function( 'WPSEO_Snippet_Preview::set_content', 'WPSEO 3.0', 'javascript' );
+ }
+
+ /**
+ * Sets the html for the snippet preview through a filter
+ *
+ * @param string $content Content string.
+ *
+ * @deprecated 3.0 Removed, use javascript instead.
+ */
+ protected function set_content_through_filter( $content ) {
+ _deprecated_function( 'WPSEO_Snippet_Preview::set_content_through_filter', 'WPSEO 3.0', 'javascript' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/deprecated/class-yoast-textstatistics.php b/wp-content/plugins/wordpress-seo/deprecated/class-yoast-textstatistics.php
new file mode 100644
index 0000000..b882ac2
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/deprecated/class-yoast-textstatistics.php
@@ -0,0 +1,196 @@
+options = WPSEO_Options::get_options( array( 'wpseo_titles', 'wpseo_internallinks', 'wpseo_xml' ) );
+ $this->post = ( isset( $GLOBALS['post'] ) ? $GLOBALS['post'] : null );
+ $this->show_on_front = get_option( 'show_on_front' );
+ $this->page_for_posts = get_option( 'page_for_posts' );
+
+ $this->filter_element();
+ $this->filter_separator();
+ $this->filter_wrapper();
+
+ $this->set_crumbs();
+ $this->prepare_links();
+ $this->links_to_string();
+ $this->wrap_breadcrumb();
+ }
+
+ /**
+ * Get breadcrumb string using the singleton instance of this class
+ *
+ * @param string $before Optional string to prepend.
+ * @param string $after Optional string to append.
+ * @param bool $display Echo or return flag.
+ *
+ * @return object
+ */
+ public static function breadcrumb( $before = '', $after = '', $display = true ) {
+ if ( ! ( self::$instance instanceof self ) ) {
+ self::$instance = new self();
+ }
+ // Remember the last used before/after for use in case the object goes __toString().
+ self::$before = $before;
+ self::$after = $after;
+
+ $output = $before . self::$instance->output . $after;
+
+ if ( $display === true ) {
+ echo $output;
+
+ return true;
+ }
+ else {
+ return $output;
+ }
+ }
+
+ /**
+ * Magic method to use in case the class would be send to string
+ *
+ * @return string
+ */
+ public function __toString() {
+ return self::$before . $this->output . self::$after;
+ }
+
+
+ /**
+ * Filter: 'wpseo_breadcrumb_single_link_wrapper' - Allows developer to change or wrap each breadcrumb element
+ *
+ * @api string $element
+ */
+ private function filter_element() {
+ $this->element = esc_attr( apply_filters( 'wpseo_breadcrumb_single_link_wrapper', $this->element ) );
+ }
+
+ /**
+ * Filter: 'wpseo_breadcrumb_separator' - Allow (theme) developer to change the Yoast SEO breadcrumb separator.
+ *
+ * @api string $breadcrumbs_sep Breadcrumbs separator
+ */
+ private function filter_separator() {
+ $separator = apply_filters( 'wpseo_breadcrumb_separator', $this->options['breadcrumbs-sep'] );
+ $this->separator = ' ' . $separator . ' ';
+ }
+
+ /**
+ * Filter: 'wpseo_breadcrumb_output_wrapper' - Allow changing the HTML wrapper element for the Yoast SEO breadcrumbs output
+ *
+ * @api string $wrapper The wrapper element
+ */
+ private function filter_wrapper() {
+ $wrapper = apply_filters( 'wpseo_breadcrumb_output_wrapper', $this->wrapper );
+ $wrapper = tag_escape( $wrapper );
+ if ( is_string( $wrapper ) && '' !== $wrapper ) {
+ $this->wrapper = $wrapper;
+ }
+ }
+
+
+ /**
+ * Get a term's parents.
+ *
+ * @param object $term Term to get the parents for.
+ *
+ * @return array
+ */
+ private function get_term_parents( $term ) {
+ $tax = $term->taxonomy;
+ $parents = array();
+ while ( $term->parent != 0 ) {
+ $term = get_term( $term->parent, $tax );
+ $parents[] = $term;
+ }
+
+ return array_reverse( $parents );
+ }
+
+ /**
+ * Find the deepest term in an array of term objects
+ *
+ * @param array $terms Terms set.
+ *
+ * @return object
+ */
+ private function find_deepest_term( $terms ) {
+ /*
+ Let's find the deepest term in this array, by looping through and then
+ unsetting every term that is used as a parent by another one in the array.
+ */
+ $terms_by_id = array();
+ foreach ( $terms as $term ) {
+ $terms_by_id[ $term->term_id ] = $term;
+ }
+ foreach ( $terms as $term ) {
+ unset( $terms_by_id[ $term->parent ] );
+ }
+ unset( $term );
+
+ /*
+ As we could still have two subcategories, from different parent categories,
+ let's pick the one with the lowest ordered ancestor.
+ */
+ $parents_count = 0;
+ $term_order = 9999; // Because ASC.
+ reset( $terms_by_id );
+ $deepest_term = current( $terms_by_id );
+ foreach ( $terms_by_id as $term ) {
+ $parents = $this->get_term_parents( $term );
+
+ if ( count( $parents ) >= $parents_count ) {
+ $parents_count = count( $parents );
+
+ // If higher count.
+ if ( count( $parents ) > $parents_count ) {
+ // Reset order.
+ $term_order = 9999;
+ }
+
+ $parent_order = 9999; // Set default order.
+ foreach ( $parents as $parent ) {
+ if ( $parent->parent == 0 && isset( $parent->term_order ) ) {
+ $parent_order = $parent->term_order;
+ }
+ }
+ unset( $parent );
+
+ // Check if parent has lowest order.
+ if ( $parent_order < $term_order ) {
+ $term_order = $parent_order;
+ $deepest_term = $term;
+ }
+ }
+ }
+
+ return $deepest_term;
+ }
+
+ /**
+ * Retrieve the hierachical ancestors for the current 'post'
+ *
+ * @return array
+ */
+ private function get_post_ancestors() {
+ $ancestors = array();
+
+ if ( isset( $this->post->ancestors ) ) {
+ if ( is_array( $this->post->ancestors ) ) {
+ $ancestors = array_values( $this->post->ancestors );
+ }
+ else {
+ $ancestors = array( $this->post->ancestors );
+ }
+ }
+ elseif ( isset( $this->post->post_parent ) ) {
+ $ancestors = array( $this->post->post_parent );
+ }
+
+ /**
+ * Filter: Allow changing the ancestors for the Yoast SEO breadcrumbs output
+ *
+ * @api array $ancestors Ancestors
+ */
+ $ancestors = apply_filters( 'wp_seo_get_bc_ancestors', $ancestors );
+
+ if ( ! is_array( $ancestors ) ) {
+ trigger_error( 'The return value for the "wp_seo_get_bc_ancestors" filter should be an array.', E_USER_WARNING );
+ $ancestors = (array) $ancestors;
+ }
+
+ // Reverse the order so it's oldest to newest.
+ $ancestors = array_reverse( $ancestors );
+
+ return $ancestors;
+ }
+
+ /**
+ * Determine the crumbs which should form the breadcrumb.
+ */
+ private function set_crumbs() {
+ /** @var WP_Query $wp_query */
+ global $wp_query;
+
+ $this->add_home_crumb();
+ $this->maybe_add_blog_crumb();
+
+ if ( ( $this->show_on_front === 'page' && is_front_page() ) || ( $this->show_on_front === 'posts' && is_home() ) ) {
+ // Do nothing.
+ }
+ elseif ( $this->show_on_front == 'page' && is_home() ) {
+ $this->add_blog_crumb();
+ }
+ elseif ( is_singular() ) {
+ $this->maybe_add_pt_archive_crumb_for_post();
+
+ if ( isset( $this->post->post_parent ) && 0 == $this->post->post_parent ) {
+ $this->maybe_add_taxonomy_crumbs_for_post();
+ }
+ else {
+ $this->add_post_ancestor_crumbs();
+ }
+
+ if ( isset( $this->post->ID ) ) {
+ $this->add_single_post_crumb( $this->post->ID );
+ }
+ }
+ else {
+ if ( is_post_type_archive() ) {
+ $post_type = $wp_query->get( 'post_type' );
+
+ if ( $post_type && is_string( $post_type ) ) {
+ $this->add_ptarchive_crumb( $post_type );
+ }
+ }
+ elseif ( is_tax() || is_tag() || is_category() ) {
+ $this->add_crumbs_for_taxonomy();
+ }
+ elseif ( is_date() ) {
+ if ( is_day() ) {
+ $this->add_linked_month_year_crumb();
+ $this->add_date_crumb();
+ }
+ elseif ( is_month() ) {
+ $this->add_month_crumb();
+ }
+ elseif ( is_year() ) {
+ $this->add_year_crumb();
+ }
+ }
+ elseif ( is_author() ) {
+ $user = $wp_query->get_queried_object();
+ $this->add_predefined_crumb(
+ $this->options['breadcrumbs-archiveprefix'] . ' ' . $user->display_name,
+ null,
+ true
+ );
+ }
+ elseif ( is_search() ) {
+ $this->add_predefined_crumb(
+ $this->options['breadcrumbs-searchprefix'] . ' "' . esc_html( get_search_query() ) . '"',
+ null,
+ true
+ );
+ }
+ elseif ( is_404() ) {
+ $this->add_predefined_crumb(
+ $this->options['breadcrumbs-404crumb'],
+ null,
+ true
+ );
+ }
+ }
+
+ /**
+ * Filter: 'wpseo_breadcrumb_links' - Allow the developer to filter the Yoast SEO breadcrumb links, add to them, change order, etc.
+ *
+ * @api array $crumbs The crumbs array
+ */
+ $this->crumbs = apply_filters( 'wpseo_breadcrumb_links', $this->crumbs );
+
+ $this->crumb_count = count( $this->crumbs );
+ }
+
+
+ /**
+ * Add a single id based crumb to the crumbs property
+ *
+ * @param int $id Post ID.
+ */
+ private function add_single_post_crumb( $id ) {
+ $this->crumbs[] = array(
+ 'id' => $id,
+ );
+ }
+
+ /**
+ * Add a term based crumb to the crumbs property
+ *
+ * @param object $term Term data object.
+ */
+ private function add_term_crumb( $term ) {
+ $this->crumbs[] = array(
+ 'term' => $term,
+ );
+ }
+
+ /**
+ * Add a ptarchive based crumb to the crumbs property
+ *
+ * @param string $pt Post type.
+ */
+ private function add_ptarchive_crumb( $pt ) {
+ $this->crumbs[] = array(
+ 'ptarchive' => $pt,
+ );
+ }
+
+ /**
+ * Add a predefined crumb to the crumbs property
+ *
+ * @param string $text Text string.
+ * @param string $url URL string.
+ * @param bool $allow_html Flag to allow HTML.
+ */
+ private function add_predefined_crumb( $text, $url = '', $allow_html = false ) {
+ $this->crumbs[] = array(
+ 'text' => $text,
+ 'url' => $url,
+ 'allow_html' => $allow_html,
+ );
+ }
+
+ /**
+ * Add Homepage crumb to the crumbs property
+ */
+ private function add_home_crumb() {
+ $this->add_predefined_crumb(
+ $this->options['breadcrumbs-home'],
+ WPSEO_Utils::home_url(),
+ true
+ );
+ }
+
+ /**
+ * Add Blog crumb to the crumbs property
+ */
+ private function add_blog_crumb() {
+ $this->add_single_post_crumb( $this->page_for_posts );
+ }
+
+ /**
+ * Add Blog crumb to the crumbs property for single posts where Home != blogpage
+ */
+ private function maybe_add_blog_crumb() {
+ if ( ( 'page' === $this->show_on_front && 'post' === get_post_type() ) && ( ! is_home() && ! is_search() ) ) {
+ if ( $this->page_for_posts && $this->options['breadcrumbs-blog-remove'] === false ) {
+ $this->add_blog_crumb();
+ }
+ }
+ }
+
+ /**
+ * Add ptarchive crumb to the crumbs property if it can be linked to, for a single post
+ */
+ private function maybe_add_pt_archive_crumb_for_post() {
+ // Never do this for the Post type archive for posts, as that would break `maybe_add_blog_crumb`.
+ if ( $this->post->post_type === 'post' ) {
+ return;
+ }
+ if ( isset( $this->post->post_type ) && get_post_type_archive_link( $this->post->post_type ) ) {
+ $this->add_ptarchive_crumb( $this->post->post_type );
+ }
+ }
+
+ /**
+ * Add taxonomy crumbs to the crumbs property for a single post
+ */
+ private function maybe_add_taxonomy_crumbs_for_post() {
+ if ( isset( $this->options[ 'post_types-' . $this->post->post_type . '-maintax' ] ) && $this->options[ 'post_types-' . $this->post->post_type . '-maintax' ] != '0' ) {
+ $main_tax = $this->options[ 'post_types-' . $this->post->post_type . '-maintax' ];
+ if ( isset( $this->post->ID ) ) {
+ $terms = get_the_terms( $this->post, $main_tax );
+
+ if ( is_array( $terms ) && $terms !== array() ) {
+
+ $primary_term = new WPSEO_Primary_Term( $main_tax, $this->post->ID );
+ if ( $primary_term->get_primary_term() ) {
+ $breadcrumb_term = get_term( $primary_term->get_primary_term(), $main_tax );
+ }
+ else {
+ $breadcrumb_term = $this->find_deepest_term( $terms );
+ }
+
+ if ( is_taxonomy_hierarchical( $main_tax ) && $breadcrumb_term->parent != 0 ) {
+ $parent_terms = $this->get_term_parents( $breadcrumb_term );
+ foreach ( $parent_terms as $parent_term ) {
+ $this->add_term_crumb( $parent_term );
+ }
+ }
+
+ $this->add_term_crumb( $breadcrumb_term );
+ }
+ }
+ }
+ }
+
+ /**
+ * Add hierarchical ancestor crumbs to the crumbs property for a single post
+ */
+ private function add_post_ancestor_crumbs() {
+ $ancestors = $this->get_post_ancestors();
+ if ( is_array( $ancestors ) && $ancestors !== array() ) {
+ foreach ( $ancestors as $ancestor ) {
+ $this->add_single_post_crumb( $ancestor );
+ }
+ }
+ }
+
+ /**
+ * Add taxonomy parent crumbs to the crumbs property for a taxonomy
+ */
+ private function add_crumbs_for_taxonomy() {
+ $term = $GLOBALS['wp_query']->get_queried_object();
+
+ // @todo adjust function name!!
+ $this->maybe_add_preferred_term_parent_crumb( $term );
+
+ $this->maybe_add_term_parent_crumbs( $term );
+
+ $this->add_term_crumb( $term );
+ }
+
+ /**
+ * Add parent taxonomy crumb based on user defined preference
+ *
+ * @param object $term Term data object.
+ */
+ private function maybe_add_preferred_term_parent_crumb( $term ) {
+ if ( isset( $this->options[ 'taxonomy-' . $term->taxonomy . '-ptparent' ] ) && $this->options[ 'taxonomy-' . $term->taxonomy . '-ptparent' ] != '0' ) {
+ if ( 'post' == $this->options[ 'taxonomy-' . $term->taxonomy . '-ptparent' ] && $this->show_on_front == 'page' ) {
+ if ( $this->page_for_posts ) {
+ $this->add_blog_crumb();
+ }
+ }
+ else {
+ $this->add_ptarchive_crumb( $this->options[ 'taxonomy-' . $term->taxonomy . '-ptparent' ] );
+ }
+ }
+ }
+
+ /**
+ * Add parent taxonomy crumbs to the crumb property for hierachical taxonomy
+ *
+ * @param object $term Term data object.
+ */
+ private function maybe_add_term_parent_crumbs( $term ) {
+ if ( is_taxonomy_hierarchical( $term->taxonomy ) && $term->parent != 0 ) {
+ foreach ( $this->get_term_parents( $term ) as $parent_term ) {
+ $this->add_term_crumb( $parent_term );
+ }
+ }
+ }
+
+ /**
+ * Add month-year crumb to crumbs property
+ */
+ private function add_linked_month_year_crumb() {
+ $this->add_predefined_crumb(
+ $GLOBALS['wp_locale']->get_month( get_query_var( 'monthnum' ) ) . ' ' . get_query_var( 'year' ),
+ get_month_link( get_query_var( 'year' ), get_query_var( 'monthnum' ) )
+ );
+ }
+
+ /**
+ * Add (non-link) month crumb to crumbs property
+ */
+ private function add_month_crumb() {
+ $this->add_predefined_crumb(
+ $this->options['breadcrumbs-archiveprefix'] . ' ' . esc_html( single_month_title( ' ', false ) ),
+ null,
+ true
+ );
+ }
+
+ /**
+ * Add (non-link) year crumb to crumbs property
+ */
+ private function add_year_crumb() {
+ $this->add_predefined_crumb(
+ $this->options['breadcrumbs-archiveprefix'] . ' ' . esc_html( get_query_var( 'year' ) ),
+ null,
+ true
+ );
+ }
+
+ /**
+ * Add (non-link) date crumb to crumbs property
+ *
+ * @param string $date Optional date string, defaults to post's date.
+ */
+ private function add_date_crumb( $date = null ) {
+ if ( is_null( $date ) ) {
+ $date = get_the_date();
+ }
+ else {
+ $date = mysql2date( get_option( 'date_format' ), $date, true );
+ $date = apply_filters( 'get_the_date', $date, '' );
+ }
+
+ $this->add_predefined_crumb(
+ $this->options['breadcrumbs-archiveprefix'] . ' ' . esc_html( $date ),
+ null,
+ true
+ );
+ }
+
+
+ /**
+ * Take the crumbs array and convert each crumb to a single breadcrumb string.
+ *
+ * @link http://support.google.com/webmasters/bin/answer.py?hl=en&answer=185417 Google documentation on RDFA
+ */
+ private function prepare_links() {
+ if ( ! is_array( $this->crumbs ) || $this->crumbs === array() ) {
+ return;
+ }
+
+ foreach ( $this->crumbs as $i => $crumb ) {
+ $link_info = $crumb; // Keep pre-set url/text combis.
+
+ if ( isset( $crumb['id'] ) ) {
+ $link_info = $this->get_link_info_for_id( $crumb['id'] );
+ }
+ if ( isset( $crumb['term'] ) ) {
+ $link_info = $this->get_link_info_for_term( $crumb['term'] );
+ }
+ if ( isset( $crumb['ptarchive'] ) ) {
+ $link_info = $this->get_link_info_for_ptarchive( $crumb['ptarchive'] );
+ }
+
+ $this->links[] = $this->crumb_to_link( $link_info, $i );
+ }
+ }
+
+ /**
+ * Retrieve link url and text based on post id
+ *
+ * @param int $id Post ID.
+ *
+ * @return array Array of link text and url
+ */
+ private function get_link_info_for_id( $id ) {
+ $link = array();
+
+ $link['url'] = get_permalink( $id );
+ $link['text'] = WPSEO_Meta::get_value( 'bctitle', $id );
+ if ( $link['text'] === '' ) {
+ $link['text'] = strip_tags( get_the_title( $id ) );
+ }
+
+ /**
+ * Filter: 'wp_seo_get_bc_title' - Allow developer to filter the Yoast SEO Breadcrumb title.
+ *
+ * @api string $link_text The Breadcrumb title text
+ *
+ * @param int $link_id The post ID
+ */
+ $link['text'] = apply_filters( 'wp_seo_get_bc_title', $link['text'], $id );
+
+ return $link;
+ }
+
+ /**
+ * Retrieve link url and text based on term object
+ *
+ * @param object $term Term object.
+ *
+ * @return array Array of link text and url
+ */
+ private function get_link_info_for_term( $term ) {
+ $link = array();
+
+ $bctitle = WPSEO_Taxonomy_Meta::get_term_meta( $term, $term->taxonomy, 'bctitle' );
+ if ( ! is_string( $bctitle ) || $bctitle === '' ) {
+ $bctitle = $term->name;
+ }
+
+ $link['url'] = get_term_link( $term );
+ $link['text'] = $bctitle;
+
+ return $link;
+ }
+
+ /**
+ * Retrieve link url and text based on post type
+ *
+ * @param string $pt Post type.
+ *
+ * @return array Array of link text and url
+ */
+ private function get_link_info_for_ptarchive( $pt ) {
+ $link = array();
+ $archive_title = '';
+
+ if ( isset( $this->options[ 'bctitle-ptarchive-' . $pt ] ) && $this->options[ 'bctitle-ptarchive-' . $pt ] !== '' ) {
+
+ $archive_title = $this->options[ 'bctitle-ptarchive-' . $pt ];
+ }
+ else {
+ $post_type_obj = get_post_type_object( $pt );
+ if ( is_object( $post_type_obj ) ) {
+ if ( isset( $post_type_obj->label ) && $post_type_obj->label !== '' ) {
+ $archive_title = $post_type_obj->label;
+ }
+ elseif ( isset( $post_type_obj->labels->menu_name ) && $post_type_obj->labels->menu_name !== '' ) {
+ $archive_title = $post_type_obj->labels->menu_name;
+ }
+ else {
+ $archive_title = $post_type_obj->name;
+ }
+ }
+ }
+
+ $link['url'] = get_post_type_archive_link( $pt );
+ $link['text'] = $archive_title;
+
+ return $link;
+ }
+
+
+ /**
+ * Create a breadcrumb element string
+ *
+ * @todo The `$paged` variable only works for archives, not for paged articles, so this does not work
+ * for paged article at this moment.
+ *
+ * @param array $link Link info array containing the keys:
+ * 'text' => (string) link text
+ * 'url' => (string) link url
+ * (optional) 'title' => (string) link title attribute text
+ * (optional) 'allow_html' => (bool) whether to (not) escape html in the link text
+ * This prevents html stripping from the text strings set in the
+ * WPSEO -> Internal Links options page.
+ * @param int $i Index for the current breadcrumb.
+ *
+ * @return string
+ */
+ private function crumb_to_link( $link, $i ) {
+ $link_output = '';
+
+ if ( isset( $link['text'] ) && ( is_string( $link['text'] ) && $link['text'] !== '' ) ) {
+
+ $link['text'] = trim( $link['text'] );
+ if ( ! isset( $link['allow_html'] ) || $link['allow_html'] !== true ) {
+ $link['text'] = esc_html( $link['text'] );
+ }
+
+ $inner_elm = 'span';
+ if ( $this->options['breadcrumbs-boldlast'] === true && $i === ( $this->crumb_count - 1 ) ) {
+ $inner_elm = 'strong';
+ }
+
+ if ( ( isset( $link['url'] ) && ( is_string( $link['url'] ) && $link['url'] !== '' ) ) &&
+ ( $i < ( $this->crumb_count - 1 ) )
+ ) {
+ if ( $i === 0 ) {
+ $link_output .= '<' . $this->element . ' typeof="v:Breadcrumb">';
+ }
+ else {
+ $link_output .= '<' . $this->element . ' rel="v:child" typeof="v:Breadcrumb">';
+ }
+ $title_attr = isset( $link['title'] ) ? ' title="' . esc_attr( $link['title'] ) . '"' : '';
+ $link_output .= '' . $link['text'] . ' ';
+ }
+ else {
+ $link_output .= '<' . $inner_elm . ' class="breadcrumb_last">' . $link['text'] . '' . $inner_elm . '>';
+ // This is the last element, now close all previous elements.
+ while ( $i > 0 ) {
+ $link_output .= '' . $this->element . '>';
+ $i--;
+ }
+ }
+ }
+
+ /**
+ * Filter: 'wpseo_breadcrumb_single_link' - Allow changing of each link being put out by the Yoast SEO breadcrumbs class
+ *
+ * @api string $link_output The output string
+ *
+ * @param array $link The link array.
+ */
+
+ return apply_filters( 'wpseo_breadcrumb_single_link', $link_output, $link );
+ }
+
+
+ /**
+ * Create a complete breadcrumb string from an array of breadcrumb element strings
+ */
+ private function links_to_string() {
+ if ( is_array( $this->links ) && $this->links !== array() ) {
+ // Remove any effectively empty links.
+ $links = array_map( 'trim', $this->links );
+ $links = array_filter( $links );
+
+ $this->output = implode( $this->separator, $links );
+ }
+ }
+
+ /**
+ * Wrap a complete breadcrumb string in a Breadcrumb RDFA wrapper
+ */
+ private function wrap_breadcrumb() {
+ if ( is_string( $this->output ) && $this->output !== '' ) {
+ $output = '<' . $this->wrapper . $this->get_output_id() . $this->get_output_class() . ' xmlns:v="http://rdf.data-vocabulary.org/#">' . $this->output . '' . $this->wrapper . '>';
+
+ /**
+ * Filter: 'wpseo_breadcrumb_output' - Allow changing the HTML output of the Yoast SEO breadcrumbs class
+ *
+ * @api string $unsigned HTML output
+ */
+ $output = apply_filters( 'wpseo_breadcrumb_output', $output );
+
+ if ( $this->options['breadcrumbs-prefix'] !== '' ) {
+ $output = "\t" . $this->options['breadcrumbs-prefix'] . "\n" . $output;
+ }
+
+ $this->output = $output;
+ }
+ }
+
+
+ /**
+ * Filter: 'wpseo_breadcrumb_output_id' - Allow changing the HTML ID on the Yoast SEO breadcrumbs wrapper element
+ *
+ * @api string $unsigned ID to add to the wrapper element
+ */
+ private function get_output_id() {
+ $id = apply_filters( 'wpseo_breadcrumb_output_id', '' );
+ if ( is_string( $id ) && '' !== $id ) {
+ $id = ' id="' . esc_attr( $id ) . '"';
+ }
+
+ return $id;
+ }
+
+ /**
+ * Filter: 'wpseo_breadcrumb_output_class' - Allow changing the HTML class on the Yoast SEO breadcrumbs wrapper element
+ *
+ * @api string $unsigned class to add to the wrapper element
+ */
+ private function get_output_class() {
+ $class = apply_filters( 'wpseo_breadcrumb_output_class', '' );
+ if ( is_string( $class ) && '' !== $class ) {
+ $class = ' class="' . esc_attr( $class ) . '"';
+ }
+
+ return $class;
+ }
+
+
+ /********************** DEPRECATED METHODS **********************/
+
+ /**
+ * Wrapper function for the breadcrumb so it can be output for the supported themes.
+ *
+ * @deprecated 1.5.0
+ */
+ public function breadcrumb_output() {
+ _deprecated_function( __METHOD__, '1.5.0', 'yoast_breadcrumb' );
+ self::breadcrumb( '', '
' );
+ }
+
+ /**
+ * Take the links array and return a full breadcrumb string.
+ *
+ * @deprecated 1.5.2.3
+ *
+ * @param string $links Unused.
+ * @param string $wrapper Unused.
+ * @param string $element Unused.
+ *
+ * @return void
+ */
+ public function create_breadcrumbs_string( $links, $wrapper = 'span', $element = 'span' ) {
+ _deprecated_function( __METHOD__, 'WPSEO 1.5.2.3', 'yoast_breadcrumbs' );
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/frontend/class-frontend.php b/wp-content/plugins/wordpress-seo/frontend/class-frontend.php
new file mode 100644
index 0000000..eaeff89
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/frontend/class-frontend.php
@@ -0,0 +1,1939 @@
+options = WPSEO_Options::get_options( $this->required_options );
+
+ add_action( 'wp_head', array( $this, 'front_page_specific_init' ), 0 );
+ add_action( 'wp_head', array( $this, 'head' ), 1 );
+
+ // The head function here calls action wpseo_head, to which we hook all our functionality.
+ add_action( 'wpseo_head', array( $this, 'debug_marker' ), 2 );
+ add_action( 'wpseo_head', array( $this, 'metadesc' ), 6 );
+ add_action( 'wpseo_head', array( $this, 'robots' ), 10 );
+ add_action( 'wpseo_head', array( $this, 'metakeywords' ), 11 );
+ add_action( 'wpseo_head', array( $this, 'canonical' ), 20 );
+ add_action( 'wpseo_head', array( $this, 'adjacent_rel_links' ), 21 );
+ add_action( 'wpseo_head', array( $this, 'publisher' ), 22 );
+
+ // Remove actions that we will handle through our wpseo_head call, and probably change the output of.
+ remove_action( 'wp_head', 'rel_canonical' );
+ remove_action( 'wp_head', 'index_rel_link' );
+ remove_action( 'wp_head', 'start_post_rel_link' );
+ remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head' );
+ remove_action( 'wp_head', 'noindex', 1 );
+
+ // When using WP 4.4, just use the new hook.
+ add_filter( 'pre_get_document_title', array( $this, 'title' ), 15 );
+ add_filter( 'wp_title', array( $this, 'title' ), 15, 3 );
+
+ add_filter( 'thematic_doctitle', array( $this, 'title' ), 15 );
+
+ add_action( 'wp', array( $this, 'page_redirect' ), 99 );
+
+ add_action( 'template_redirect', array( $this, 'noindex_feed' ) );
+
+ add_filter( 'loginout', array( $this, 'nofollow_link' ) );
+ add_filter( 'register', array( $this, 'nofollow_link' ) );
+
+ // Fix the WooThemes woo_title() output.
+ add_filter( 'woo_title', array( $this, 'fix_woo_title' ), 99 );
+
+ if ( $this->options['disable-date'] === true ||
+ $this->options['disable-author'] === true ||
+ $this->options['disable-post_format'] === true
+ ) {
+ add_action( 'wp', array( $this, 'archive_redirect' ) );
+ }
+ if ( $this->options['redirectattachment'] === true ) {
+ add_action( 'template_redirect', array( $this, 'attachment_redirect' ), 1 );
+ }
+
+ /*
+ * The setting to get here has been deprecated, but don't remove the code as that would break
+ * the functionality for those that still have it!
+ */
+ if ( $this->options['trailingslash'] === true ) {
+ add_filter( 'user_trailingslashit', array( $this, 'add_trailingslash' ), 10, 2 );
+ }
+ if ( $this->options['cleanpermalinks'] === true ) {
+ add_action( 'template_redirect', array( $this, 'clean_permalink' ), 1 );
+ }
+ if ( $this->options['cleanreplytocom'] === true ) {
+ add_filter( 'comment_reply_link', array( $this, 'remove_reply_to_com' ) );
+ add_action( 'template_redirect', array( $this, 'replytocom_redirect' ), 1 );
+ }
+ add_filter( 'the_content_feed', array( $this, 'embed_rssfooter' ) );
+ add_filter( 'the_excerpt_rss', array( $this, 'embed_rssfooter_excerpt' ) );
+
+ // For WordPress functions below 4.4.
+ if ( ! current_theme_supports( 'title-tag' ) && $this->options['forcerewritetitle'] === true ) {
+ add_action( 'template_redirect', array( $this, 'force_rewrite_output_buffer' ), 99999 );
+ add_action( 'wp_footer', array( $this, 'flush_cache' ), - 1 );
+ }
+
+ if ( $this->options['title_test'] > 0 ) {
+ add_filter( 'wpseo_title', array( $this, 'title_test_helper' ) );
+ }
+
+ $primary_category = new WPSEO_Frontend_Primary_Category();
+ $primary_category->register_hooks();
+
+ $this->hooks = array( $primary_category );
+ }
+
+ /**
+ * Initialize the functions that only need to run on the frontpage
+ */
+ public function front_page_specific_init() {
+ if ( ! is_front_page() ) {
+ return;
+ }
+
+ new WPSEO_JSON_LD;
+ add_action( 'wpseo_head', array( $this, 'webmaster_tools_authentication' ), 90 );
+ }
+
+ /**
+ * Resets the entire class so canonicals, titles etc can be regenerated.
+ */
+ public function reset() {
+ foreach ( get_class_vars( __CLASS__ ) as $name => $default ) {
+ if ( $name == 'instance' ) {
+ self::$instance = null;
+ }
+ else {
+ $this->$name = $default;
+ }
+ }
+ $this->options = WPSEO_Options::get_options( $this->required_options );
+ }
+
+ /**
+ * Get the singleton instance of this class
+ *
+ * @return WPSEO_Frontend
+ */
+ public static function get_instance() {
+ if ( ! ( self::$instance instanceof self ) ) {
+ self::$instance = new self();
+ }
+
+ return self::$instance;
+ }
+
+ /**
+ * Override Woo's title with our own.
+ *
+ * @param string $title Title string.
+ *
+ * @return string
+ */
+ public function fix_woo_title( $title ) {
+ return $this->title( $title );
+ }
+
+ /**
+ * Determine whether this is the homepage and shows posts.
+ *
+ * @return bool
+ */
+ public function is_home_posts_page() {
+ return ( is_home() && 'posts' == get_option( 'show_on_front' ) );
+ }
+
+ /**
+ * Determine whether the this is the static frontpage.
+ *
+ * @return bool
+ */
+ public function is_home_static_page() {
+ return ( is_front_page() && 'page' == get_option( 'show_on_front' ) && is_page( get_option( 'page_on_front' ) ) );
+ }
+
+ /**
+ * Determine whether this is the posts page, when it's not the frontpage.
+ *
+ * @return bool
+ */
+ public function is_posts_page() {
+ return ( is_home() && 'page' == get_option( 'show_on_front' ) );
+ }
+
+ /**
+ * Used for static home and posts pages as well as singular titles.
+ *
+ * @param object|null $object If filled, object to get the title for.
+ *
+ * @return string
+ */
+ public function get_content_title( $object = null ) {
+ if ( is_null( $object ) ) {
+ $object = $GLOBALS['wp_query']->get_queried_object();
+ }
+
+ if ( is_object( $object ) ) {
+ $title = WPSEO_Meta::get_value( 'title', $object->ID );
+
+ if ( $title !== '' ) {
+ return wpseo_replace_vars( $title, $object );
+ }
+
+ $post_type = ( isset( $object->post_type ) ? $object->post_type : $object->query_var );
+
+ return $this->get_title_from_options( 'title-' . $post_type, $object );
+ }
+
+ return $this->get_title_from_options( 'title-404-wpseo' );
+ }
+
+ /**
+ * Used for category, tag, and tax titles.
+ *
+ * @return string
+ */
+ public function get_taxonomy_title() {
+ $object = $GLOBALS['wp_query']->get_queried_object();
+
+ $title = WPSEO_Taxonomy_Meta::get_term_meta( $object, $object->taxonomy, 'title' );
+
+ if ( is_string( $title ) && $title !== '' ) {
+ return wpseo_replace_vars( $title, $object );
+ }
+ else {
+ return $this->get_title_from_options( 'title-tax-' . $object->taxonomy, $object );
+ }
+ }
+
+ /**
+ * Used for author titles.
+ *
+ * @return string
+ */
+ public function get_author_title() {
+ $author_id = get_query_var( 'author' );
+ $title = trim( get_the_author_meta( 'wpseo_title', $author_id ) );
+
+ if ( $title !== '' ) {
+ return wpseo_replace_vars( $title, array() );
+ }
+
+ return $this->get_title_from_options( 'title-author-wpseo' );
+ }
+
+ /**
+ * Simple function to use to pull data from $options.
+ *
+ * All titles pulled from options will be run through the wpseo_replace_vars function.
+ *
+ * @param string $index name of the page to get the title from the settings for.
+ * @param object|array $var_source possible object to pull variables from.
+ *
+ * @return string
+ */
+ public function get_title_from_options( $index, $var_source = array() ) {
+ if ( ! isset( $this->options[ $index ] ) || $this->options[ $index ] === '' ) {
+ if ( is_singular() ) {
+ return wpseo_replace_vars( '%%title%% %%sep%% %%sitename%%', $var_source );
+ }
+ else {
+ return '';
+ }
+ }
+ else {
+ return wpseo_replace_vars( $this->options[ $index ], $var_source );
+ }
+ }
+
+ /**
+ * Get the default title for the current page.
+ *
+ * This is the fallback title generator used when a title hasn't been set for the specific content, taxonomy, author
+ * details, or in the options. It scrubs off any present prefix before or after the title (based on $seplocation) in
+ * order to prevent duplicate seperations from appearing in the title (this happens when a prefix is supplied to the
+ * wp_title call on singular pages).
+ *
+ * @param string $sep The separator used between variables.
+ * @param string $seplocation Whether the separator should be left or right.
+ * @param string $title Possible title that's already set.
+ *
+ * @return string
+ */
+ public function get_default_title( $sep, $seplocation, $title = '' ) {
+ if ( 'right' == $seplocation ) {
+ $regex = '`\s*' . preg_quote( trim( $sep ), '`' ) . '\s*`u';
+ }
+ else {
+ $regex = '`^\s*' . preg_quote( trim( $sep ), '`' ) . '\s*`u';
+ }
+ $title = preg_replace( $regex, '', $title );
+
+ if ( ! is_string( $title ) || ( is_string( $title ) && $title === '' ) ) {
+ $title = get_bloginfo( 'name' );
+ $title = $this->add_paging_to_title( $sep, $seplocation, $title );
+ $title = $this->add_to_title( $sep, $seplocation, $title, strip_tags( get_bloginfo( 'description' ) ) );
+
+ return $title;
+ }
+
+ $title = $this->add_paging_to_title( $sep, $seplocation, $title );
+ $title = $this->add_to_title( $sep, $seplocation, $title, strip_tags( get_bloginfo( 'name' ) ) );
+
+ return $title;
+ }
+
+ /**
+ * This function adds paging details to the title.
+ *
+ * @param string $sep Separator used in the title.
+ * @param string $seplocation Whether the separator should be left or right.
+ * @param string $title The title to append the paging info to.
+ *
+ * @return string
+ */
+ public function add_paging_to_title( $sep, $seplocation, $title ) {
+ global $wp_query;
+
+ if ( ! empty( $wp_query->query_vars['paged'] ) && $wp_query->query_vars['paged'] > 1 ) {
+ return $this->add_to_title( $sep, $seplocation, $title, $wp_query->query_vars['paged'] . '/' . $wp_query->max_num_pages );
+ }
+
+ return $title;
+ }
+
+ /**
+ * Add part to title, while ensuring that the $seplocation variable is respected.
+ *
+ * @param string $sep Separator used in the title.
+ * @param string $seplocation Whether the separator should be left or right.
+ * @param string $title The title to append the title_part to.
+ * @param string $title_part The part to append to the title.
+ *
+ * @return string
+ */
+ public function add_to_title( $sep, $seplocation, $title, $title_part ) {
+ if ( 'right' === $seplocation ) {
+ return $title . $sep . $title_part;
+ }
+
+ return $title_part . $sep . $title;
+ }
+
+ /**
+ * Main title function.
+ *
+ * @param string $title Title that might have already been set.
+ * @param string $separator Separator determined in theme (unused).
+ * @param string $separator_location Whether the separator should be left or right.
+ *
+ * @return string
+ */
+ public function title( $title, $separator = '', $separator_location = '' ) {
+ if ( is_null( $this->title ) ) {
+ $this->title = $this->generate_title( $title, $separator_location );
+ }
+
+ return $this->title;
+ }
+
+ /**
+ * Main title generation function.
+ *
+ * @param string $title Title that might have already been set.
+ * @param string $separator_location Whether the separator should be left or right.
+ *
+ * @return string
+ */
+ private function generate_title( $title, $separator_location ) {
+
+ if ( is_feed() ) {
+ return $title;
+ }
+
+ $separator = wpseo_replace_vars( '%%sep%%', array() );
+ $separator = ' ' . trim( $separator ) . ' ';
+
+ if ( '' === trim( $separator_location ) ) {
+ $separator_location = ( is_rtl() ) ? 'left' : 'right';
+ }
+
+ // This needs to be kept track of in order to generate
+ // default titles for singular pages.
+ $original_title = $title;
+
+ // This flag is used to determine if any additional
+ // processing should be done to the title after the
+ // main section of title generation completes.
+ $modified_title = true;
+
+ // This variable holds the page-specific title part
+ // that is used to generate default titles.
+ $title_part = '';
+
+ if ( $this->is_home_static_page() ) {
+ $title = $this->get_content_title();
+ }
+ elseif ( $this->is_home_posts_page() ) {
+ $title = $this->get_title_from_options( 'title-home-wpseo' );
+ }
+ elseif ( $this->is_posts_page() ) {
+ $title = $this->get_content_title( get_post( get_option( 'page_for_posts' ) ) );
+ }
+ elseif ( is_singular() ) {
+ $title = $this->get_content_title();
+
+ if ( ! is_string( $title ) || '' === $title ) {
+ $title_part = $original_title;
+ }
+ }
+ elseif ( is_search() ) {
+ $title = $this->get_title_from_options( 'title-search-wpseo' );
+
+ if ( ! is_string( $title ) || '' === $title ) {
+ $title_part = sprintf( __( 'Search for "%s"', 'wordpress-seo' ), esc_html( get_search_query() ) );
+ }
+ }
+ elseif ( is_category() || is_tag() || is_tax() ) {
+ $title = $this->get_taxonomy_title();
+
+ if ( ! is_string( $title ) || '' === $title ) {
+ if ( is_category() ) {
+ $title_part = single_cat_title( '', false );
+ }
+ elseif ( is_tag() ) {
+ $title_part = single_tag_title( '', false );
+ }
+ else {
+ $title_part = single_term_title( '', false );
+ if ( $title_part === '' ) {
+ $term = $GLOBALS['wp_query']->get_queried_object();
+ $title_part = $term->name;
+ }
+ }
+ }
+ }
+ elseif ( is_author() ) {
+ $title = $this->get_author_title();
+
+ if ( ! is_string( $title ) || '' === $title ) {
+ $title_part = get_the_author_meta( 'display_name', get_query_var( 'author' ) );
+ }
+ }
+ elseif ( is_post_type_archive() ) {
+ $post_type = get_query_var( 'post_type' );
+
+ if ( is_array( $post_type ) ) {
+ $post_type = reset( $post_type );
+ }
+
+ $title = $this->get_title_from_options( 'title-ptarchive-' . $post_type );
+
+ if ( ! is_string( $title ) || '' === $title ) {
+ $post_type_obj = get_post_type_object( $post_type );
+ if ( isset( $post_type_obj->labels->menu_name ) ) {
+ $title_part = $post_type_obj->labels->menu_name;
+ }
+ elseif ( isset( $post_type_obj->name ) ) {
+ $title_part = $post_type_obj->name;
+ }
+ else {
+ $title_part = ''; // To be determined what this should be.
+ }
+ }
+ }
+ elseif ( is_archive() ) {
+ $title = $this->get_title_from_options( 'title-archive-wpseo' );
+
+ // @todo [JRF => Yoast] Should these not use the archive default if no title found ?
+ // WPSEO_Options::get_default( 'wpseo_titles', 'title-archive-wpseo' )
+ // Replacement would be needed!
+ if ( empty( $title ) ) {
+ if ( is_month() ) {
+ $title_part = sprintf( __( '%s Archives', 'wordpress-seo' ), single_month_title( ' ', false ) );
+ }
+ elseif ( is_year() ) {
+ $title_part = sprintf( __( '%s Archives', 'wordpress-seo' ), get_query_var( 'year' ) );
+ }
+ elseif ( is_day() ) {
+ $title_part = sprintf( __( '%s Archives', 'wordpress-seo' ), get_the_date() );
+ }
+ else {
+ $title_part = __( 'Archives', 'wordpress-seo' );
+ }
+ }
+ }
+ elseif ( is_404() ) {
+
+ $title = $this->get_title_from_options( 'title-404-wpseo' );
+
+ // @todo [JRF => Yoast] Should these not use the 404 default if no title found ?
+ // WPSEO_Options::get_default( 'wpseo_titles', 'title-404-wpseo' )
+ // Replacement would be needed!
+ if ( empty( $title ) ) {
+ $title_part = __( 'Page not found', 'wordpress-seo' );
+ }
+ }
+ else {
+ // In case the page type is unknown, leave the title alone.
+ $modified_title = false;
+
+ // If you would like to generate a default title instead,
+ // the following code could be used
+ // $title_part = $title;
+ // instead of the line above.
+ }
+
+ if ( ( $modified_title && empty( $title ) ) || ! empty( $title_part ) ) {
+ $title = $this->get_default_title( $separator, $separator_location, $title_part );
+ }
+
+ if ( defined( 'ICL_LANGUAGE_CODE' ) && false !== strpos( $title, ICL_LANGUAGE_CODE ) ) {
+ $title = str_replace( ' @' . ICL_LANGUAGE_CODE, '', $title );
+ }
+
+ /**
+ * Filter: 'wpseo_title' - Allow changing the Yoast SEO output
+ *
+ * @api string $title The page title being put out.
+ */
+
+ return esc_html( strip_tags( stripslashes( apply_filters( 'wpseo_title', $title ) ) ) );
+ }
+
+ /**
+ * Function used when title needs to be force overridden.
+ *
+ * @return string
+ */
+ function force_wp_title() {
+ global $wp_query;
+ $old_wp_query = null;
+
+ if ( ! $wp_query->is_main_query() ) {
+ $old_wp_query = $wp_query;
+ wp_reset_query();
+ }
+
+ $title = $this->title( '' );
+
+ if ( ! empty( $old_wp_query ) ) {
+ $GLOBALS['wp_query'] = $old_wp_query;
+ unset( $old_wp_query );
+ }
+
+ return $title;
+ }
+
+ /**
+ * Outputs or returns the debug marker, which is also used for title replacement when force rewrite is active.
+ *
+ * @param bool $echo Whether or not to echo the debug marker.
+ *
+ * @return string
+ */
+ public function debug_marker( $echo = true ) {
+ $marker = sprintf(
+ '',
+ /**
+ * Filter: 'wpseo_hide_version' - can be used to hide the Yoast SEO version in the debug marker (only available in Yoast SEO Premium)
+ *
+ * @api bool
+ */
+ ( ( apply_filters( 'wpseo_hide_version', false ) && $this->is_premium() ) ? '' : ' v' . WPSEO_VERSION )
+ );
+
+ if ( $echo === false ) {
+ return $marker;
+ }
+ else {
+ echo "\n${marker}\n";
+ }
+ }
+
+ /**
+ * Output Webmaster Tools authentication strings
+ */
+ public function webmaster_tools_authentication() {
+ // Bing.
+ if ( $this->options['msverify'] !== '' ) {
+ echo ' \n";
+ }
+
+ // Google.
+ if ( $this->options['googleverify'] !== '' ) {
+ echo ' \n";
+ }
+
+ // Pinterest.
+ if ( $this->options['pinterestverify'] !== '' ) {
+ echo ' \n";
+ }
+
+ // Yandex.
+ if ( $this->options['yandexverify'] !== '' ) {
+ echo ' \n";
+ }
+ }
+
+ /**
+ * Main wrapper function attached to wp_head. This combines all the output on the frontend of the Yoast SEO plugin.
+ */
+ public function head() {
+ global $wp_query;
+
+ $old_wp_query = null;
+
+ if ( ! $wp_query->is_main_query() ) {
+ $old_wp_query = $wp_query;
+ wp_reset_query();
+ }
+
+ /**
+ * Action: 'wpseo_head' - Allow other plugins to output inside the Yoast SEO section of the head section.
+ */
+ do_action( 'wpseo_head' );
+
+ echo '\n\n";
+
+ if ( ! empty( $old_wp_query ) ) {
+ $GLOBALS['wp_query'] = $old_wp_query;
+ unset( $old_wp_query );
+ }
+
+ return;
+ }
+
+
+ /**
+ * Output the meta robots value.
+ *
+ * @return string
+ */
+ public function robots() {
+ global $wp_query, $post;
+
+ $robots = array();
+ $robots['index'] = 'index';
+ $robots['follow'] = 'follow';
+ $robots['other'] = array();
+
+ if ( is_singular() && is_object( $post ) ) {
+
+ $option_name = 'noindex-' . $post->post_type;
+ $noindex = isset( $this->options[ $option_name ] ) && $this->options[ $option_name ] === true;
+ $private = 'private' === $post->post_status;
+
+ if ( $noindex || $private ) {
+ $robots['index'] = 'noindex';
+ }
+
+ $robots = $this->robots_for_single_post( $robots );
+
+ }
+ else {
+ if ( is_search() || is_404() ) {
+ $robots['index'] = 'noindex';
+ }
+ elseif ( is_tax() || is_tag() || is_category() ) {
+ $term = $wp_query->get_queried_object();
+ if ( is_object( $term ) && ( isset( $this->options[ 'noindex-tax-' . $term->taxonomy ] ) && $this->options[ 'noindex-tax-' . $term->taxonomy ] === true ) ) {
+ $robots['index'] = 'noindex';
+ }
+
+ // Three possible values, index, noindex and default, do nothing for default.
+ $term_meta = WPSEO_Taxonomy_Meta::get_term_meta( $term, $term->taxonomy, 'noindex' );
+ if ( is_string( $term_meta ) && 'default' !== $term_meta ) {
+ $robots['index'] = $term_meta;
+ }
+
+ if ( $this->is_multiple_terms_query() ) {
+ $robots['index'] = 'noindex';
+ }
+ }
+ elseif (
+ ( is_author() && $this->options['noindex-author-wpseo'] === true ) ||
+ ( is_date() && $this->options['noindex-archive-wpseo'] === true )
+ ) {
+ $robots['index'] = 'noindex';
+ }
+ elseif ( is_home() ) {
+ if ( get_query_var( 'paged' ) > 1 && $this->options['noindex-subpages-wpseo'] === true ) {
+ $robots['index'] = 'noindex';
+ }
+
+ $page_for_posts = get_option( 'page_for_posts' );
+ if ( $page_for_posts ) {
+ $robots = $this->robots_for_single_post( $robots, $page_for_posts );
+ }
+ unset( $page_for_posts );
+
+ }
+ elseif ( is_post_type_archive() ) {
+ $post_type = get_query_var( 'post_type' );
+
+ if ( is_array( $post_type ) ) {
+ $post_type = reset( $post_type );
+ }
+
+ if ( isset( $this->options[ 'noindex-ptarchive-' . $post_type ] ) && $this->options[ 'noindex-ptarchive-' . $post_type ] === true ) {
+ $robots['index'] = 'noindex';
+ }
+ }
+
+ $is_paged = isset( $wp_query->query_vars['paged'] ) && ( $wp_query->query_vars['paged'] && $wp_query->query_vars['paged'] > 1 );
+ $noindex_subpages = $this->options['noindex-subpages-wpseo'] === true;
+ if ( $is_paged && $noindex_subpages ) {
+ $robots['index'] = 'noindex';
+ }
+
+ if ( $this->options['noodp'] === true ) {
+ $robots['other'][] = 'noodp';
+ }
+ unset( $robot );
+ }
+
+ // Force override to respect the WP settings.
+ if ( '0' == get_option( 'blog_public' ) || isset( $_GET['replytocom'] ) ) {
+ $robots['index'] = 'noindex';
+ }
+
+
+ $robotsstr = $robots['index'] . ',' . $robots['follow'];
+
+ if ( $robots['other'] !== array() ) {
+ $robots['other'] = array_unique( $robots['other'] ); // TODO Most likely no longer needed, needs testing.
+ $robotsstr .= ',' . implode( ',', $robots['other'] );
+ }
+
+ $robotsstr = preg_replace( '`^index,follow,?`', '', $robotsstr );
+
+ /**
+ * Filter: 'wpseo_robots' - Allows filtering of the meta robots output of Yoast SEO
+ *
+ * @api string $robotsstr The meta robots directives to be echoed.
+ */
+ $robotsstr = apply_filters( 'wpseo_robots', $robotsstr );
+
+ if ( is_string( $robotsstr ) && $robotsstr !== '' ) {
+ echo ' ', "\n";
+ }
+
+ return $robotsstr;
+ }
+
+ /**
+ * Determine $robots values for a single post
+ *
+ * @param array $robots Robots data array.
+ * @param int $post_id The post ID for which to determine the $robots values, defaults to current post.
+ *
+ * @return array
+ */
+ public function robots_for_single_post( $robots, $post_id = 0 ) {
+ $noindex = WPSEO_Meta::get_value( 'meta-robots-noindex', $post_id );
+ if ( $noindex === '1' ) {
+ $robots['index'] = 'noindex';
+ }
+ elseif ( $noindex === '2' ) {
+ $robots['index'] = 'index';
+ }
+
+ if ( WPSEO_Meta::get_value( 'meta-robots-nofollow', $post_id ) === '1' ) {
+ $robots['follow'] = 'nofollow';
+ }
+
+ $meta_robots_adv = WPSEO_Meta::get_value( 'meta-robots-adv', $post_id );
+
+ if ( $meta_robots_adv !== '' && ( $meta_robots_adv !== '-' && $meta_robots_adv !== 'none' ) ) {
+ $meta_robots_adv = explode( ',', $meta_robots_adv );
+ foreach ( $meta_robots_adv as $robot ) {
+ $robots['other'][] = $robot;
+ }
+ unset( $robot );
+ }
+ elseif ( $meta_robots_adv === '' || $meta_robots_adv === '-' ) {
+ if ( $this->options['noodp'] === true ) {
+ $robots['other'][] = 'noodp';
+ }
+ }
+ unset( $meta_robots_adv );
+
+ return $robots;
+ }
+
+ /**
+ * This function normally outputs the canonical but is also used in other places to retrieve
+ * the canonical URL for the current page.
+ *
+ * @param bool $echo Whether or not to output the canonical element.
+ * @param bool $un_paged Whether or not to return the canonical with or without pagination added to the URL.
+ * @param bool $no_override Whether or not to return a manually overridden canonical.
+ *
+ * @return string $canonical
+ */
+ public function canonical( $echo = true, $un_paged = false, $no_override = false ) {
+ if ( is_null( $this->canonical ) ) {
+ $this->generate_canonical();
+ }
+
+ $canonical = $this->canonical;
+
+ if ( $un_paged ) {
+ $canonical = $this->canonical_unpaged;
+ }
+ elseif ( $no_override ) {
+ $canonical = $this->canonical_no_override;
+ }
+
+ if ( $echo === false ) {
+ return $canonical;
+ }
+
+ if ( is_string( $canonical ) && '' !== $canonical ) {
+ echo ' ' . "\n";
+ }
+ }
+
+ /**
+ * This function normally outputs the canonical but is also used in other places to retrieve
+ * the canonical URL for the current page.
+ *
+ * @return void
+ */
+ private function generate_canonical() {
+ $canonical = false;
+ $canonical_override = false;
+
+ // Set decent canonicals for homepage, singulars and taxonomy pages.
+ if ( is_singular() ) {
+ $obj = get_queried_object();
+ $canonical = get_permalink( $obj->ID );
+
+ $this->canonical_unpaged = $canonical;
+
+ $canonical_override = WPSEO_Meta::get_value( 'canonical' );
+
+ // Fix paginated pages canonical, but only if the page is truly paginated.
+ if ( get_query_var( 'page' ) > 1 ) {
+ $num_pages = ( substr_count( $obj->post_content, '' ) + 1 );
+ if ( $num_pages && get_query_var( 'page' ) <= $num_pages ) {
+ if ( ! $GLOBALS['wp_rewrite']->using_permalinks() ) {
+ $canonical = add_query_arg( 'page', get_query_var( 'page' ), $canonical );
+ }
+ else {
+ $canonical = user_trailingslashit( trailingslashit( $canonical ) . get_query_var( 'page' ) );
+ }
+ }
+ }
+ }
+ else {
+ if ( is_search() ) {
+ $search_query = get_search_query();
+
+ // Regex catches case when /search/page/N without search term is itself mistaken for search term. R.
+ if ( ! empty( $search_query ) && ! preg_match( '|^page/\d+$|', $search_query ) ) {
+ $canonical = get_search_link();
+ }
+ }
+ elseif ( is_front_page() ) {
+ $canonical = WPSEO_Utils::home_url();
+ }
+ elseif ( $this->is_posts_page() ) {
+
+ $posts_page_id = get_option( 'page_for_posts' );
+ $canonical = WPSEO_Meta::get_value( 'canonical', $posts_page_id );
+
+ if ( empty( $canonical ) ) {
+ $canonical = get_permalink( $posts_page_id );
+ }
+ }
+ elseif ( is_tax() || is_tag() || is_category() ) {
+
+ $term = get_queried_object();
+
+ if ( ! empty( $term ) && ! $this->is_multiple_terms_query() ) {
+
+ $canonical_override = WPSEO_Taxonomy_Meta::get_term_meta( $term, $term->taxonomy, 'canonical' );
+ $term_link = get_term_link( $term, $term->taxonomy );
+
+ if ( ! is_wp_error( $term_link ) ) {
+ $canonical = $term_link;
+ }
+ }
+ }
+ elseif ( is_post_type_archive() ) {
+ $post_type = get_query_var( 'post_type' );
+ if ( is_array( $post_type ) ) {
+ $post_type = reset( $post_type );
+ }
+ $canonical = get_post_type_archive_link( $post_type );
+ }
+ elseif ( is_author() ) {
+ $canonical = get_author_posts_url( get_query_var( 'author' ), get_query_var( 'author_name' ) );
+ }
+ elseif ( is_archive() ) {
+ if ( is_date() ) {
+ if ( is_day() ) {
+ $canonical = get_day_link( get_query_var( 'year' ), get_query_var( 'monthnum' ), get_query_var( 'day' ) );
+ }
+ elseif ( is_month() ) {
+ $canonical = get_month_link( get_query_var( 'year' ), get_query_var( 'monthnum' ) );
+ }
+ elseif ( is_year() ) {
+ $canonical = get_year_link( get_query_var( 'year' ) );
+ }
+ }
+ }
+
+ $this->canonical_unpaged = $canonical;
+
+ if ( $canonical && get_query_var( 'paged' ) > 1 ) {
+ global $wp_rewrite;
+ if ( ! $wp_rewrite->using_permalinks() ) {
+ if ( is_front_page() ) {
+ $canonical = trailingslashit( $canonical );
+ }
+ $canonical = add_query_arg( 'paged', get_query_var( 'paged' ), $canonical );
+ }
+ else {
+ if ( is_front_page() ) {
+ $canonical = WPSEO_Sitemaps_Router::get_base_url( '' );
+ }
+ $canonical = user_trailingslashit( trailingslashit( $canonical ) . trailingslashit( $wp_rewrite->pagination_base ) . get_query_var( 'paged' ) );
+ }
+ }
+ }
+
+ $this->canonical_no_override = $canonical;
+
+ if ( is_string( $canonical ) && $canonical !== '' ) {
+ // Force canonical links to be absolute, relative is NOT an option.
+ if ( WPSEO_Utils::is_url_relative( $canonical ) === true ) {
+ $canonical = $this->base_url( $canonical );
+ }
+ }
+
+ if ( is_string( $canonical_override ) && $canonical_override !== '' ) {
+ $canonical = $canonical_override;
+ }
+
+ /**
+ * Filter: 'wpseo_canonical' - Allow filtering of the canonical URL put out by Yoast SEO
+ *
+ * @api string $canonical The canonical URL
+ */
+ $this->canonical = apply_filters( 'wpseo_canonical', $canonical );
+ }
+
+ /**
+ * Parse the home URL setting to find the base URL for relative URLs.
+ *
+ * @param string $path Optional path string.
+ *
+ * @return string
+ */
+ private function base_url( $path = null ) {
+ $url = get_option( 'home' );
+
+ $parts = wp_parse_url( $url );
+
+ $base_url = trailingslashit( $parts['scheme'] . '://' . $parts['host'] );
+
+ if ( ! is_null( $path ) ) {
+ $base_url .= ltrim( $path, '/' );
+ }
+
+ return $base_url;
+ }
+
+ /**
+ * Adds 'prev' and 'next' links to archives.
+ *
+ * @link http://googlewebmastercentral.blogspot.com/2011/09/pagination-with-relnext-and-relprev.html
+ * @since 1.0.3
+ */
+ public function adjacent_rel_links() {
+ // Don't do this for Genesis, as the way Genesis handles homepage functionality is different and causes issues sometimes.
+ /**
+ * Filter 'wpseo_genesis_force_adjacent_rel_home' - Allows devs to allow echoing rel="next" / rel="prev" by Yoast SEO on Genesis installs
+ *
+ * @api bool $unsigned Whether or not to rel=next / rel=prev
+ */
+ if ( is_home() && function_exists( 'genesis' ) && apply_filters( 'wpseo_genesis_force_adjacent_rel_home', false ) === false ) {
+ return;
+ }
+
+ global $wp_query;
+
+ if ( ! is_singular() ) {
+ $url = $this->canonical( false, true, true );
+
+ if ( is_string( $url ) && $url !== '' ) {
+ $paged = get_query_var( 'paged' );
+
+ if ( 0 == $paged ) {
+ $paged = 1;
+ }
+
+ if ( $paged == 2 ) {
+ $this->adjacent_rel_link( 'prev', $url, ( $paged - 1 ), true );
+ }
+
+ // Make sure to use index.php when needed, done after paged == 2 check so the prev links to homepage will not have index.php erroneously.
+ if ( is_front_page() ) {
+ $url = WPSEO_Sitemaps_Router::get_base_url( '' );
+ }
+
+ if ( $paged > 2 ) {
+ $this->adjacent_rel_link( 'prev', $url, ( $paged - 1 ), true );
+ }
+
+ if ( $paged < $wp_query->max_num_pages ) {
+ $this->adjacent_rel_link( 'next', $url, ( $paged + 1 ), true );
+ }
+ }
+ }
+ else {
+ $numpages = 0;
+ if ( isset( $wp_query->post->post_content ) ) {
+ $numpages = ( substr_count( $wp_query->post->post_content, '' ) + 1 );
+ }
+ if ( $numpages > 1 ) {
+ $page = get_query_var( 'page' );
+ if ( ! $page ) {
+ $page = 1;
+ }
+
+ $url = get_permalink( $wp_query->post->ID );
+
+ // If the current page is the frontpage, pagination should use /base/.
+ if ( $this->is_home_static_page() ) {
+ $usebase = true;
+ }
+ else {
+ $usebase = false;
+ }
+
+ if ( $page > 1 ) {
+ $this->adjacent_rel_link( 'prev', $url, ( $page - 1 ), $usebase, 'single_paged' );
+ }
+ if ( $page < $numpages ) {
+ $this->adjacent_rel_link( 'next', $url, ( $page + 1 ), $usebase, 'single_paged' );
+ }
+ }
+ }
+ }
+
+ /**
+ * Get adjacent pages link for archives
+ *
+ * @since 1.0.2
+ *
+ * @param string $rel Link relationship, prev or next.
+ * @param string $url the un-paginated URL of the current archive.
+ * @param string $page the page number to add on to $url for the $link tag.
+ * @param boolean $incl_pagination_base whether or not to include /page/ or not.
+ *
+ * @return void
+ */
+ private function adjacent_rel_link( $rel, $url, $page, $incl_pagination_base ) {
+ global $wp_rewrite;
+ if ( ! $wp_rewrite->using_permalinks() ) {
+ if ( $page > 1 ) {
+ $url = add_query_arg( 'paged', $page, $url );
+ }
+ }
+ else {
+ if ( $page > 1 ) {
+ $base = '';
+ if ( $incl_pagination_base ) {
+ $base = trailingslashit( $wp_rewrite->pagination_base );
+ }
+ $url = user_trailingslashit( trailingslashit( $url ) . $base . $page );
+ }
+ }
+ /**
+ * Filter: 'wpseo_' . $rel . '_rel_link' - Allow changing link rel output by Yoast SEO
+ *
+ * @api string $unsigned The full ` \n" );
+
+ if ( is_string( $link ) && $link !== '' ) {
+ echo $link;
+ }
+ }
+
+ /**
+ * Output the rel=publisher code on every page of the site.
+ *
+ * @return boolean Boolean indicating whether the publisher link was printed
+ */
+ public function publisher() {
+
+ if ( $this->options['plus-publisher'] !== '' ) {
+ echo ' ', "\n";
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Outputs the meta keywords element.
+ *
+ * @return void
+ */
+ public function metakeywords() {
+ global $wp_query, $post;
+
+ if ( $this->options['usemetakeywords'] === false ) {
+ return;
+ }
+
+ $keywords = '';
+
+ if ( is_singular() ) {
+ $keywords = WPSEO_Meta::get_value( 'metakeywords' );
+ if ( $keywords === '' && ( is_object( $post ) && ( ( isset( $this->options[ 'metakey-' . $post->post_type ] ) && $this->options[ 'metakey-' . $post->post_type ] !== '' ) ) ) ) {
+ $keywords = wpseo_replace_vars( $this->options[ 'metakey-' . $post->post_type ], $post );
+ }
+ }
+ else {
+ if ( $this->is_home_posts_page() && $this->options['metakey-home-wpseo'] !== '' ) {
+ $keywords = wpseo_replace_vars( $this->options['metakey-home-wpseo'], array() );
+ }
+ elseif ( $this->is_home_static_page() ) {
+ $keywords = WPSEO_Meta::get_value( 'metakeywords' );
+ if ( $keywords === '' && ( is_object( $post ) && ( isset( $this->options[ 'metakey-' . $post->post_type ] ) && $this->options[ 'metakey-' . $post->post_type ] !== '' ) ) ) {
+ $keywords = wpseo_replace_vars( $this->options[ 'metakey-' . $post->post_type ], $post );
+ }
+ }
+ elseif ( $this->is_posts_page() ) {
+ $keywords = $this->get_keywords( get_post( get_option( 'page_for_posts' ) ) );
+ }
+ elseif ( is_category() || is_tag() || is_tax() ) {
+ $term = $wp_query->get_queried_object();
+
+ if ( is_object( $term ) ) {
+ $keywords = WPSEO_Taxonomy_Meta::get_term_meta( $term, $term->taxonomy, 'metakey' );
+ if ( ( ! is_string( $keywords ) || $keywords === '' ) && ( isset( $this->options[ 'metakey-tax-' . $term->taxonomy ] ) && $this->options[ 'metakey-tax-' . $term->taxonomy ] !== '' ) ) {
+ $keywords = wpseo_replace_vars( $this->options[ 'metakey-tax-' . $term->taxonomy ], $term );
+ }
+ }
+ }
+ elseif ( is_author() ) {
+ $author_id = get_query_var( 'author' );
+ $keywords = get_the_author_meta( 'metakey', $author_id );
+ if ( ! $keywords && $this->options['metakey-author-wpseo'] !== '' ) {
+ $keywords = wpseo_replace_vars( $this->options['metakey-author-wpseo'], $wp_query->get_queried_object() );
+ }
+ }
+ elseif ( is_post_type_archive() ) {
+ $post_type = get_query_var( 'post_type' );
+ if ( is_array( $post_type ) ) {
+ $post_type = reset( $post_type );
+ }
+ if ( isset( $this->options[ 'metakey-ptarchive-' . $post_type ] ) && $this->options[ 'metakey-ptarchive-' . $post_type ] !== '' ) {
+ $keywords = wpseo_replace_vars( $this->options[ 'metakey-ptarchive-' . $post_type ], $wp_query->get_queried_object() );
+ }
+ }
+ }
+
+ $keywords = apply_filters( 'wpseo_metakey', trim( $keywords ) ); // TODO Make deprecated.
+
+ /**
+ * Filter: 'wpseo_metakeywords' - Allow changing the Yoast SEO meta keywords
+ *
+ * @api string $keywords The meta keywords to be echoed.
+ */
+ $keywords = apply_filters( 'wpseo_metakeywords', trim( $keywords ) ); // More appropriately named.
+
+ if ( is_string( $keywords ) && $keywords !== '' ) {
+ echo ' ', "\n";
+ }
+ }
+
+ /**
+ * Outputs the meta description element or returns the description text.
+ *
+ * @param bool $echo Echo or return output flag.
+ *
+ * @return string
+ */
+ public function metadesc( $echo = true ) {
+ if ( is_null( $this->metadesc ) ) {
+ $this->generate_metadesc();
+ }
+
+ if ( $echo !== false ) {
+ if ( is_string( $this->metadesc ) && $this->metadesc !== '' ) {
+ echo ' ', "\n";
+ $this->add_robot_content_noodp( $this->metadesc );
+ }
+ elseif ( current_user_can( 'manage_options' ) && is_singular() ) {
+ echo '', "\n";
+ }
+ }
+ else {
+ return $this->metadesc;
+ }
+ }
+
+ /**
+ * Generates the meta description text.
+ */
+ private function generate_metadesc() {
+ global $post, $wp_query;
+
+ $metadesc = '';
+ $metadesc_override = false;
+ $post_type = '';
+ $template = '';
+
+ if ( is_object( $post ) && ( isset( $post->post_type ) && $post->post_type !== '' ) ) {
+ $post_type = $post->post_type;
+ }
+
+ if ( is_singular() ) {
+ if ( ( $metadesc === '' && $post_type !== '' ) && isset( $this->options[ 'metadesc-' . $post_type ] ) ) {
+ $template = $this->options[ 'metadesc-' . $post_type ];
+ $term = $post;
+ }
+ $metadesc_override = WPSEO_Meta::get_value( 'metadesc' );
+ }
+ else {
+ if ( is_search() ) {
+ $metadesc = '';
+ }
+ elseif ( $this->is_home_posts_page() ) {
+ $template = $this->options['metadesc-home-wpseo'];
+ $term = array();
+
+ if ( empty( $template ) ) {
+ $template = get_bloginfo( 'description' );
+ }
+ }
+ elseif ( $this->is_posts_page() ) {
+ $metadesc = WPSEO_Meta::get_value( 'metadesc', get_option( 'page_for_posts' ) );
+ if ( ( $metadesc === '' && $post_type !== '' ) && isset( $this->options[ 'metadesc-' . $post_type ] ) ) {
+ $page = get_post( get_option( 'page_for_posts' ) );
+ $template = $this->options[ 'metadesc-' . $post_type ];
+ $term = $page;
+ }
+ }
+ elseif ( $this->is_home_static_page() ) {
+ $metadesc = WPSEO_Meta::get_value( 'metadesc' );
+ if ( ( $metadesc === '' && $post_type !== '' ) && isset( $this->options[ 'metadesc-' . $post_type ] ) ) {
+ $template = $this->options[ 'metadesc-' . $post_type ];
+ }
+ }
+ elseif ( is_category() || is_tag() || is_tax() ) {
+ $term = $wp_query->get_queried_object();
+ $metadesc_override = WPSEO_Taxonomy_Meta::get_term_meta( $term, $term->taxonomy, 'desc' );
+ if ( is_object( $term ) && isset( $term->taxonomy, $this->options[ 'metadesc-tax-' . $term->taxonomy ] ) ) {
+ $template = $this->options[ 'metadesc-tax-' . $term->taxonomy ];
+ }
+ }
+ elseif ( is_author() ) {
+ $author_id = get_query_var( 'author' );
+ $metadesc = get_the_author_meta( 'wpseo_metadesc', $author_id );
+ if ( ( ! is_string( $metadesc ) || $metadesc === '' ) && '' !== $this->options['metadesc-author-wpseo'] ) {
+ $template = $this->options['metadesc-author-wpseo'];
+ }
+ }
+ elseif ( is_post_type_archive() ) {
+ $post_type = get_query_var( 'post_type' );
+ if ( is_array( $post_type ) ) {
+ $post_type = reset( $post_type );
+ }
+ if ( isset( $this->options[ 'metadesc-ptarchive-' . $post_type ] ) ) {
+ $template = $this->options[ 'metadesc-ptarchive-' . $post_type ];
+ }
+ }
+ elseif ( is_archive() ) {
+ $template = $this->options['metadesc-archive-wpseo'];
+ }
+
+ // If we're on a paginated page, and the template doesn't change for paginated pages, bail.
+ if ( ( ! is_string( $metadesc ) || $metadesc === '' ) && get_query_var( 'paged' ) && get_query_var( 'paged' ) > 1 && $template !== '' ) {
+ if ( strpos( $template, '%%page' ) === false ) {
+ $metadesc = '';
+ }
+ }
+ }
+
+ $post_data = $post;
+
+ if ( is_string( $metadesc_override ) && '' !== $metadesc_override ) {
+ $metadesc = $metadesc_override;
+ if ( isset( $term ) ) {
+ $post_data = $term;
+ }
+ }
+ else if ( ( ! is_string( $metadesc ) || '' === $metadesc ) && '' !== $template ) {
+ if ( ! isset( $term ) ) {
+ $term = $wp_query->get_queried_object();
+ }
+
+ $metadesc = $template;
+ $post_data = $term;
+ }
+
+ $metadesc = wpseo_replace_vars( $metadesc, $post_data );
+
+ /**
+ * Filter: 'wpseo_metadesc' - Allow changing the Yoast SEO meta description sentence.
+ *
+ * @api string $metadesc The description sentence.
+ */
+ $this->metadesc = apply_filters( 'wpseo_metadesc', trim( $metadesc ) );
+ }
+
+ /**
+ * Based on the redirect meta value, this function determines whether it should redirect the current post / page.
+ *
+ * @return boolean
+ */
+ function page_redirect() {
+ if ( is_singular() ) {
+ global $post;
+ if ( ! isset( $post ) || ! is_object( $post ) ) {
+ return false;
+ }
+
+ $redir = WPSEO_Meta::get_value( 'redirect', $post->ID );
+ if ( $redir !== '' ) {
+ wp_redirect( $redir, 301 );
+ exit;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Outputs noindex values for the current page.
+ */
+ public function noindex_page() {
+ echo ' ', "\n";
+ }
+
+ /**
+ * Send a Robots HTTP header preventing URL from being indexed in the search results while allowing search engines
+ * to follow the links in the object at the URL.
+ *
+ * @since 1.1.7
+ * @return boolean Boolean indicating whether the noindex header was sent
+ */
+ public function noindex_feed() {
+
+ if ( ( is_feed() || is_robots() ) && headers_sent() === false ) {
+ header( 'X-Robots-Tag: noindex, follow', true );
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Adds rel="nofollow" to a link, only used for login / registration links.
+ *
+ * @param string $input The link element as a string.
+ *
+ * @return string
+ */
+ public function nofollow_link( $input ) {
+ return str_replace( 'options['disable-date'] === true && $wp_query->is_date ) ||
+ ( $this->options['disable-author'] === true && $wp_query->is_author ) ||
+ ( $this->options['disable-post_format'] === true && $wp_query->is_tax( 'post_format' ) )
+ ) {
+ wp_safe_redirect( get_bloginfo( 'url' ), 301 );
+ exit;
+ }
+
+ return false;
+ }
+
+ /**
+ * If the option to redirect attachments to their parent is checked, this performs the redirect.
+ *
+ * An extra check is done for when the attachment has no parent.
+ *
+ * @return boolean False when no redirect was triggered
+ */
+ function attachment_redirect() {
+ global $post;
+ if ( is_attachment() && ( ( is_object( $post ) && isset( $post->post_parent ) ) && ( is_numeric( $post->post_parent ) && $post->post_parent != 0 ) ) ) {
+ wp_safe_redirect( get_permalink( $post->post_parent ), 301 );
+ exit;
+ }
+
+ return false;
+ }
+
+ /**
+ * Trailing slashes for everything except is_single().
+ *
+ * Thanks to Mark Jaquith for this code.
+ *
+ * @param string $url URL string.
+ * @param string $type Context (such as single).
+ *
+ * @return string
+ */
+ function add_trailingslash( $url, $type ) {
+ if ( 'single' === $type || 'single_paged' === $type ) {
+ return $url;
+ }
+ else {
+ return trailingslashit( $url );
+ }
+ }
+
+ /**
+ * Removes the ?replytocom variable from the link, replacing it with a #comment- anchor.
+ *
+ * @todo Should this function also allow for relative urls ?
+ *
+ * @param string $link The comment link as a string.
+ *
+ * @return string
+ */
+ public function remove_reply_to_com( $link ) {
+ return preg_replace( '`href=(["\'])(?:.*(?:\?|&|&)replytocom=(\d+)#respond)`', 'href=$1#comment-$2', $link );
+ }
+
+ /**
+ * Redirect out the ?replytocom variables when cleanreplytocom is enabled
+ *
+ * @since 1.4.13
+ * @return boolean
+ */
+ function replytocom_redirect() {
+
+ if ( isset( $_GET['replytocom'] ) && is_singular() ) {
+ $url = get_permalink( $GLOBALS['post']->ID );
+ $hash = sanitize_text_field( $_GET['replytocom'] );
+ $query_string = remove_query_arg( 'replytocom', sanitize_text_field( $_SERVER['QUERY_STRING'] ) );
+ if ( ! empty( $query_string ) ) {
+ $url .= '?' . $query_string;
+ }
+ $url .= '#comment-' . $hash;
+ wp_safe_redirect( $url, 301 );
+ exit;
+ }
+
+ return false;
+ }
+
+ /**
+ * Removes unneeded query variables from the URL.
+ *
+ * @return boolean
+ */
+ public function clean_permalink() {
+ if ( is_robots() || get_query_var( 'sitemap' ) || empty( $_GET ) ) {
+ return false;
+ }
+
+ global $wp_query;
+
+ // Recreate current URL.
+ $cururl = 'http';
+ if ( isset( $_SERVER['HTTPS'] ) && $_SERVER['HTTPS'] == 'on' ) {
+ $cururl .= 's';
+ }
+ $cururl .= '://';
+
+ if ( $_SERVER['SERVER_PORT'] != '80' && $_SERVER['SERVER_PORT'] != '443' ) {
+ $cururl .= $_SERVER['SERVER_NAME'] . ':' . $_SERVER['SERVER_PORT'] . $_SERVER['REQUEST_URI'];
+ }
+ else {
+ $cururl .= $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
+ }
+ $properurl = '';
+
+ if ( is_singular() ) {
+ global $post;
+ if ( empty( $post ) ) {
+ $post = $wp_query->get_queried_object();
+ }
+
+ $properurl = get_permalink( $post->ID );
+
+ $page = get_query_var( 'page' );
+ if ( $page && $page != 1 ) {
+ $post = get_post( $post->ID );
+ $page_count = substr_count( $post->post_content, '' );
+ if ( $page > ( $page_count + 1 ) ) {
+ $properurl = user_trailingslashit( trailingslashit( $properurl ) . ( $page_count + 1 ) );
+ }
+ else {
+ $properurl = user_trailingslashit( trailingslashit( $properurl ) . $page );
+ }
+ }
+
+ // Fix reply to comment links, whoever decided this should be a GET variable?
+ if ( preg_match( '`(\?replytocom=[^&]+)`', sanitize_text_field( $_SERVER['REQUEST_URI'] ), $matches ) ) {
+ $properurl .= str_replace( '?replytocom=', '#comment-', $matches[0] );
+ }
+ unset( $matches );
+
+ // Prevent cleaning out posts & page previews for people capable of viewing them.
+ if ( isset( $_GET['preview'], $_GET['preview_nonce'] ) && current_user_can( 'edit_post' ) ) {
+ $properurl = '';
+ }
+ }
+ elseif ( is_front_page() ) {
+ if ( $this->is_home_posts_page() ) {
+ $properurl = get_bloginfo( 'url' ) . '/';
+ }
+ elseif ( $this->is_home_static_page() ) {
+ $properurl = get_permalink( $GLOBALS['post']->ID );
+ }
+ }
+ elseif ( is_category() || is_tag() || is_tax() ) {
+ $term = $wp_query->get_queried_object();
+ if ( is_feed() ) {
+ $properurl = get_term_feed_link( $term->term_id, $term->taxonomy );
+ }
+ else {
+ $properurl = get_term_link( $term, $term->taxonomy );
+ }
+ }
+ elseif ( is_search() ) {
+ $s = urlencode( preg_replace( '`(%20|\+)`', ' ', get_search_query() ) );
+ $properurl = get_bloginfo( 'url' ) . '/?s=' . $s;
+ }
+ elseif ( is_404() ) {
+ if ( is_multisite() && ! is_subdomain_install() && is_main_site() ) {
+ if ( $cururl == get_bloginfo( 'url' ) . '/blog/' || $cururl == get_bloginfo( 'url' ) . '/blog' ) {
+ if ( $this->is_home_static_page() ) {
+ $properurl = get_permalink( get_option( 'page_for_posts' ) );
+ }
+ else {
+ $properurl = get_bloginfo( 'url' ) . '/';
+ }
+ }
+ }
+ }
+
+ if ( ! empty( $properurl ) && $wp_query->query_vars['paged'] != 0 && $wp_query->post_count != 0 ) {
+ if ( is_search() && ! empty( $s ) ) {
+ $properurl = get_bloginfo( 'url' ) . '/page/' . $wp_query->query_vars['paged'] . '/?s=' . $s;
+ }
+ else {
+ $properurl = user_trailingslashit( trailingslashit( $properurl ) . 'page/' . $wp_query->query_vars['paged'] );
+ }
+ }
+
+ // Prevent cleaning out the WP Subscription managers interface for everyone.
+ if ( isset( $_GET['wp-subscription-manager'] ) ) {
+ $properurl = '';
+ }
+
+ /**
+ * Filter: 'wpseo_whitelist_permalink_vars' - Allow plugins to register their own variables not to clean
+ *
+ * @api array $unsigned Array of permalink variables _not_ to clean. Empty by default.
+ */
+ $whitelisted_extravars = apply_filters( 'wpseo_whitelist_permalink_vars', array() );
+
+ if ( $this->options['cleanpermalink-googlesitesearch'] === true ) {
+ // Prevent cleaning out Google Site searches.
+ $whitelisted_extravars = array_merge( $whitelisted_extravars, array(
+ 'q',
+ 'cx',
+ 'debug',
+ 'cof',
+ 'ie',
+ 'sa',
+ ) );
+ }
+
+ if ( $this->options['cleanpermalink-googlecampaign'] === true ) {
+ // Prevent cleaning out Google Analytics campaign variables.
+ $whitelisted_extravars = array_merge( $whitelisted_extravars, array(
+ 'utm_campaign',
+ 'utm_medium',
+ 'utm_source',
+ 'utm_content',
+ 'utm_term',
+ 'utm_id',
+ 'gclid',
+ ) );
+ }
+
+ if ( $this->options['cleanpermalink-extravars'] !== '' ) {
+ $extravars = explode( ',', $this->options['cleanpermalink-extravars'] );
+ $extravars = array_map( 'trim', $extravars );
+ $whitelisted_extravars = array_merge( $whitelisted_extravars, $extravars );
+ unset( $extravars );
+ }
+
+ foreach ( $whitelisted_extravars as $get ) {
+ if ( isset( $_GET[ trim( $get ) ] ) ) {
+ $properurl = '';
+ }
+ }
+ unset( $get );
+
+ if ( ! empty( $properurl ) && $cururl != $properurl ) {
+ wp_safe_redirect( $properurl, 301 );
+ exit;
+ }
+ }
+
+ /**
+ * Replaces the possible RSS variables with their actual values.
+ *
+ * @param string $content The RSS content that should have the variables replaced.
+ *
+ * @return string
+ */
+ function rss_replace_vars( $content ) {
+ global $post;
+
+ /**
+ * Allow the developer to determine whether or not to follow the links in the bits Yoast SEO adds to the RSS feed, defaults to true.
+ *
+ * @api bool $unsigned Whether or not to follow the links in RSS feed, defaults to true.
+ *
+ * @since 1.4.20
+ */
+ $no_follow = apply_filters( 'nofollow_rss_links', true );
+ $no_follow_attr = '';
+ if ( $no_follow === true ) {
+ $no_follow_attr = 'rel="nofollow" ';
+ }
+
+ $author_link = '';
+ if ( is_object( $post ) ) {
+ $author_link = 'post_author ) ) . '">' . get_the_author() . ' ';
+ }
+
+ $post_link = '' . get_the_title() . ' ';
+ $blog_link = '' . get_bloginfo( 'name' ) . ' ';
+ $blog_desc_link = '' . get_bloginfo( 'name' ) . ' - ' . strip_tags( get_bloginfo( 'description' ) ) . ' ';
+
+ $content = stripslashes( trim( $content ) );
+ $content = str_replace( '%%AUTHORLINK%%', $author_link, $content );
+ $content = str_replace( '%%POSTLINK%%', $post_link, $content );
+ $content = str_replace( '%%BLOGLINK%%', $blog_link, $content );
+ $content = str_replace( '%%BLOGDESCLINK%%', $blog_desc_link, $content );
+
+ return $content;
+ }
+
+ /**
+ * Adds the RSS footer (or header) to the full RSS feed item.
+ *
+ * @param string $content Feed item content.
+ *
+ * @return string
+ */
+ function embed_rssfooter( $content ) {
+ return $this->embed_rss( $content, 'full' );
+ }
+
+ /**
+ * Adds the RSS footer (or header) to the excerpt RSS feed item.
+ *
+ * @param string $content Feed item excerpt.
+ *
+ * @return string
+ */
+ function embed_rssfooter_excerpt( $content ) {
+ return $this->embed_rss( $content, 'excerpt' );
+ }
+
+ /**
+ * Adds the RSS footer and/or header to an RSS feed item.
+ *
+ * @since 1.4.14
+ *
+ * @param string $content Feed item content.
+ * @param string $context Feed item context, either 'excerpt' or 'full'.
+ *
+ * @return string
+ */
+ function embed_rss( $content, $context = 'full' ) {
+
+ /**
+ * Filter: 'wpseo_include_rss_footer' - Allow the RSS footer to be dynamically shown/hidden.
+ *
+ * @api boolean $show_embed Indicates if the RSS footer should be shown or not
+ *
+ * @param string $context The context of the RSS content - 'full' or 'excerpt'.
+ */
+ if ( ! apply_filters( 'wpseo_include_rss_footer', true, $context ) ) {
+ return $content;
+ }
+
+ if ( is_feed() ) {
+ $before = '';
+ $after = '';
+
+ if ( $this->options['rssbefore'] !== '' ) {
+ $before = wpautop( $this->rss_replace_vars( $this->options['rssbefore'] ) );
+ }
+ if ( $this->options['rssafter'] !== '' ) {
+ $after = wpautop( $this->rss_replace_vars( $this->options['rssafter'] ) );
+ }
+ if ( $before !== '' || $after !== '' ) {
+ if ( ( isset( $context ) && $context === 'excerpt' ) && trim( $content ) !== '' ) {
+ $content = wpautop( $content );
+ }
+ $content = $before . $content . $after;
+ }
+ }
+
+ return $content;
+ }
+
+
+ /**
+ * Used in the force rewrite functionality this retrieves the output, replaces the title with the proper SEO
+ * title and then flushes the output.
+ */
+ function flush_cache() {
+
+ global $wp_query;
+
+ if ( $this->ob_started !== true ) {
+ return false;
+ }
+
+ $content = ob_get_clean();
+
+ $old_wp_query = $wp_query;
+
+ wp_reset_query();
+
+ $title = $this->title( '' );
+
+ // Find all titles, strip them out and add the new one in within the debug marker, so it's easily identified whether a site uses force rewrite.
+ $content = preg_replace( '//i', '', $content );
+ $content = str_replace( $this->debug_marker( false ), $this->debug_marker( false ) . "\n" . '' . $title . ' ', $content );
+
+ $GLOBALS['wp_query'] = $old_wp_query;
+
+ echo $content;
+
+ return true;
+ }
+
+ /**
+ * Starts the output buffer so it can later be fixed by flush_cache()
+ */
+ function force_rewrite_output_buffer() {
+ $this->ob_started = true;
+ ob_start();
+ }
+
+ /**
+ * Function used in testing whether the title should be force rewritten or not.
+ *
+ * @param string $title Title string.
+ *
+ * @return string
+ */
+ function title_test_helper( $title ) {
+ $wpseo_titles = get_option( 'wpseo_titles' );
+
+ $wpseo_titles['title_test'] ++;
+ update_option( 'wpseo_titles', $wpseo_titles );
+
+ // Prevent this setting from being on forever when something breaks, as it breaks caching.
+ if ( $wpseo_titles['title_test'] > 5 ) {
+ $wpseo_titles['title_test'] = 0;
+ update_option( 'wpseo_titles', $wpseo_titles );
+
+ remove_filter( 'wpseo_title', array( $this, 'title_test_helper' ) );
+
+ return $title;
+ }
+
+ if ( ! defined( 'DONOTCACHEPAGE' ) ) {
+ define( 'DONOTCACHEPAGE', true );
+ }
+ if ( ! defined( 'DONOTCACHCEOBJECT' ) ) {
+ define( 'DONOTCACHCEOBJECT', true );
+ }
+ if ( ! defined( 'DONOTMINIFY' ) ) {
+ define( 'DONOTMINIFY', true );
+ }
+
+ if ( $_SERVER['HTTP_USER_AGENT'] === "WordPress/{$GLOBALS['wp_version']}; " . get_bloginfo( 'url' ) . ' - Yoast' ) {
+ return 'This is a Yoast Test Title';
+ }
+
+ return $title;
+ }
+
+ /**
+ * Get the product name in the head section
+ *
+ * @return string
+ */
+ private function head_product_name() {
+ if ( $this->is_premium() ) {
+ return 'Yoast SEO Premium plugin';
+ }
+ else {
+ return 'Yoast SEO plugin';
+ }
+ }
+
+ /**
+ * Check if this plugin is the premium version of WPSEO
+ *
+ * @return bool
+ */
+ private function is_premium() {
+ return file_exists( WPSEO_PATH . 'premium/' );
+ }
+
+ /**
+ * Checks whether the user has written a meta-description. If written, makes sure meta robots content is noodp.
+ *
+ * @param String $description The content of the meta description.
+ */
+ private function add_robot_content_noodp( $description ) {
+ if ( ! ( empty( $description ) ) && $this->options['noodp'] === false ) {
+ $this->options['noodp'] = true;
+ }
+ }
+
+ /**
+ * Getting the keywords
+ *
+ * @param WP_Post $post The post object with the values.
+ *
+ * @return string
+ */
+ private function get_keywords( $post ) {
+ $keywords = WPSEO_Meta::get_value( 'metakeywords', $post->ID );
+ $option_meta_key = 'metakey-' . $post->post_type;
+
+ if ( $keywords === '' && ( is_object( $post ) && ( isset( $this->options[ $option_meta_key ] ) && $this->options[ $option_meta_key ] !== '' ) ) ) {
+ $keywords = wpseo_replace_vars( $this->options[ $option_meta_key ], $post );
+ }
+
+ return $keywords;
+ }
+
+ /**
+ * Check if term archive query is for multiple terms (/term-1,term2/ or /term-1+term-2/).
+ *
+ * @return bool
+ */
+ protected function is_multiple_terms_query() {
+
+ global $wp_query;
+
+ if ( ! is_tax() && ! is_tag() && ! is_category() ) {
+ return false;
+ }
+
+ $term = get_queried_object();
+ $queried_terms = $wp_query->tax_query->queried_terms;
+
+ if ( empty( $queried_terms[ $term->taxonomy ]['terms'] ) ) {
+ return false;
+ }
+
+ return count( $queried_terms[ $term->taxonomy ]['terms'] ) > 1;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/frontend/class-googleplus.php b/wp-content/plugins/wordpress-seo/frontend/class-googleplus.php
new file mode 100644
index 0000000..bf16f9e
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/frontend/class-googleplus.php
@@ -0,0 +1,71 @@
+options = WPSEO_Options::get_options( array( 'wpseo', 'wpseo_social' ) );
+
+ add_action( 'wpseo_head', array( $this, 'json_ld' ), 90 );
+ add_action( 'wpseo_json_ld', array( $this, 'website' ), 10 );
+ add_action( 'wpseo_json_ld', array( $this, 'organization_or_person' ), 20 );
+ }
+
+ /**
+ * JSON LD output function that the functions for specific code can hook into
+ *
+ * @since 1.8
+ */
+ public function json_ld() {
+ do_action( 'wpseo_json_ld' );
+ }
+
+ /**
+ * Outputs code to allow Google to recognize social profiles for use in the Knowledge graph
+ *
+ * @since 1.8
+ */
+ public function organization_or_person() {
+ if ( '' === $this->options['company_or_person'] ) {
+ return;
+ }
+
+ $this->prepare_organization_person_markup();
+
+ switch ( $this->options['company_or_person'] ) {
+ case 'company':
+ $this->organization();
+ break;
+ case 'person':
+ $this->person();
+ break;
+ }
+
+ $this->output( $this->options['company_or_person'] );
+ }
+
+ /**
+ * Outputs code to allow recognition of the internal search engine
+ *
+ * @since 1.5.7
+ *
+ * @link https://developers.google.com/structured-data/site-name
+ */
+ public function website() {
+ $this->data = array(
+ '@context' => 'http://schema.org',
+ '@type' => 'WebSite',
+ '@id' => '#website',
+ 'url' => $this->get_home_url(),
+ 'name' => $this->get_website_name(),
+ );
+
+ $this->add_alternate_name();
+ $this->internal_search_section();
+
+ $this->output( 'website' );
+ }
+
+ /**
+ * Outputs the JSON LD code in a valid JSON+LD wrapper
+ *
+ * @since 1.8
+ *
+ * @param string $context The context of the output, useful for filtering.
+ */
+ private function output( $context ) {
+ /**
+ * Filter: 'wpseo_json_ld_output' - Allows filtering of the JSON+LD output
+ *
+ * @api array $output The output array, before its JSON encoded
+ *
+ * @param string $context The context of the output, useful to determine whether to filter or not.
+ */
+ $this->data = apply_filters( 'wpseo_json_ld_output', $this->data, $context );
+
+ if ( is_array( $this->data ) && ! empty( $this->data ) ) {
+ $json_data = wp_json_encode( $this->data );
+
+ echo "', "\n";
+ }
+
+ // Empty the $data array so we don't output it twice.
+ $this->data = array();
+ }
+
+ /**
+ * Schema for Organization
+ */
+ private function organization() {
+ if ( '' !== $this->options['company_name'] ) {
+ $this->data['@type'] = 'Organization';
+ $this->data['@id'] = '#organization';
+ $this->data['name'] = $this->options['company_name'];
+ $this->data['logo'] = $this->options['company_logo'];
+ return;
+ }
+ $this->data = false;
+ }
+
+ /**
+ * Schema for Person
+ */
+ private function person() {
+ if ( '' !== $this->options['person_name'] ) {
+ $this->data['@type'] = 'Person';
+ $this->data['@id'] = '#person';
+ $this->data['name'] = $this->options['person_name'];
+ return;
+ }
+ $this->data = false;
+ }
+
+ /**
+ * Prepares the organization or person markup
+ */
+ private function prepare_organization_person_markup() {
+ $this->fetch_social_profiles();
+
+ $this->data = array(
+ '@context' => 'http://schema.org',
+ '@type' => '',
+ 'url' => WPSEO_Frontend::get_instance()->canonical( false, true ),
+ 'sameAs' => $this->profiles,
+ );
+ }
+
+ /**
+ * Retrieve the social profiles to display in the organization output.
+ *
+ * @since 1.8
+ *
+ * @link https://developers.google.com/webmasters/structured-data/customize/social-profiles
+ */
+ private function fetch_social_profiles() {
+ $social_profiles = array(
+ 'facebook_site',
+ 'instagram_url',
+ 'linkedin_url',
+ 'plus-publisher',
+ 'myspace_url',
+ 'youtube_url',
+ 'pinterest_url',
+ );
+ foreach ( $social_profiles as $profile ) {
+ if ( $this->options[ $profile ] !== '' ) {
+ $this->profiles[] = $this->options[ $profile ];
+ }
+ }
+
+ if ( ! empty( $this->options['twitter_site'] ) ) {
+ $this->profiles[] = 'https://twitter.com/' . $this->options['twitter_site'];
+ }
+ }
+
+ /**
+ * Retrieves the home URL
+ *
+ * @return string
+ */
+ private function get_home_url() {
+ /**
+ * Filter: 'wpseo_json_home_url' - Allows filtering of the home URL for Yoast SEO's JSON+LD output
+ *
+ * @api unsigned string
+ */
+ return apply_filters( 'wpseo_json_home_url', WPSEO_Utils::home_url() );
+ }
+
+ /**
+ * Returns an alternate name if one was specified in the Yoast SEO settings
+ */
+ private function add_alternate_name() {
+ if ( '' !== $this->options['alternate_website_name'] ) {
+ $this->data['alternateName'] = $this->options['alternate_website_name'];
+ }
+ }
+
+ /**
+ * Adds the internal search JSON LD code if it's not disabled
+ *
+ * @link https://developers.google.com/structured-data/slsb-overview
+ */
+ private function internal_search_section() {
+ /**
+ * Filter: 'disable_wpseo_json_ld_search' - Allow disabling of the json+ld output
+ *
+ * @api bool $display_search Whether or not to display json+ld search on the frontend
+ */
+ if ( ! apply_filters( 'disable_wpseo_json_ld_search', false ) ) {
+ /**
+ * Filter: 'wpseo_json_ld_search_url' - Allows filtering of the search URL for Yoast SEO
+ *
+ * @api string $search_url The search URL for this site with a `{search_term_string}` variable.
+ */
+ $search_url = apply_filters( 'wpseo_json_ld_search_url', $this->get_home_url() . '?s={search_term_string}' );
+
+ $this->data['potentialAction'] = array(
+ '@type' => 'SearchAction',
+ 'target' => $search_url,
+ 'query-input' => 'required name=search_term_string',
+ );
+ }
+ }
+
+ /**
+ * Returns the website name either from Yoast SEO's options or from the site settings
+ *
+ * @since 2.1
+ *
+ * @return string
+ */
+ private function get_website_name() {
+ if ( '' !== $this->options['website_name'] ) {
+ return $this->options['website_name'];
+ }
+
+ return get_bloginfo( 'name' );
+ }
+
+ /**
+ * Renders internal search schema markup
+ *
+ * @deprecated 2.1
+ * @deprecated use WPSEO_JSON_LD::website()
+ */
+ public function internal_search() {
+ _deprecated_function( __METHOD__, 'WPSEO 2.1', 'WPSEO_JSON_LD::website()' );
+
+ $this->website();
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/frontend/class-opengraph.php b/wp-content/plugins/wordpress-seo/frontend/class-opengraph.php
new file mode 100644
index 0000000..18ab985
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/frontend/class-opengraph.php
@@ -0,0 +1,1078 @@
+options = WPSEO_Options::get_option( 'wpseo_social' );
+
+ if ( isset( $GLOBALS['fb_ver'] ) || class_exists( 'Facebook_Loader', false ) ) {
+ add_filter( 'fb_meta_tags', array( $this, 'facebook_filter' ), 10, 1 );
+ }
+ else {
+ add_filter( 'language_attributes', array( $this, 'add_opengraph_namespace' ), 15 );
+
+ add_action( 'wpseo_opengraph', array( $this, 'locale' ), 1 );
+ add_action( 'wpseo_opengraph', array( $this, 'type' ), 5 );
+ add_action( 'wpseo_opengraph', array( $this, 'og_title' ), 10 );
+ add_action( 'wpseo_opengraph', array( $this, 'site_owner' ), 20 );
+ add_action( 'wpseo_opengraph', array( $this, 'description' ), 11 );
+ add_action( 'wpseo_opengraph', array( $this, 'url' ), 12 );
+ add_action( 'wpseo_opengraph', array( $this, 'site_name' ), 13 );
+ add_action( 'wpseo_opengraph', array( $this, 'website_facebook' ), 14 );
+ if ( is_singular() && ! is_front_page() ) {
+ add_action( 'wpseo_opengraph', array( $this, 'article_author_facebook' ), 15 );
+ add_action( 'wpseo_opengraph', array( $this, 'tags' ), 16 );
+ add_action( 'wpseo_opengraph', array( $this, 'category' ), 17 );
+ add_action( 'wpseo_opengraph', array( $this, 'publish_date' ), 19 );
+ }
+
+ add_action( 'wpseo_opengraph', array( $this, 'image' ), 30 );
+ }
+ add_filter( 'jetpack_enable_open_graph', '__return_false' );
+ add_action( 'wpseo_head', array( $this, 'opengraph' ), 30 );
+ }
+
+ /**
+ * Main OpenGraph output.
+ */
+ public function opengraph() {
+ wp_reset_query();
+ /**
+ * Action: 'wpseo_opengraph' - Hook to add all Facebook OpenGraph output to so they're close together.
+ */
+ do_action( 'wpseo_opengraph' );
+ }
+
+ /**
+ * Internal function to output FB tags. This also adds an output filter to each bit of output based on the property.
+ *
+ * @param string $property Property attribute value.
+ * @param string $content Content attribute value.
+ *
+ * @return boolean
+ */
+ public function og_tag( $property, $content ) {
+ $og_property = str_replace( ':', '_', $property );
+ /**
+ * Filter: 'wpseo_og_' . $og_property - Allow developers to change the content of specific OG meta tags.
+ *
+ * @api string $content The content of the property
+ */
+ $content = apply_filters( 'wpseo_og_' . $og_property, $content );
+ if ( empty( $content ) ) {
+ return false;
+ }
+
+ echo ' ', "\n";
+
+ return true;
+ }
+
+ /**
+ * Filter the Facebook plugins metadata
+ *
+ * @param array $meta_tags the array to fix.
+ *
+ * @return array $meta_tags
+ */
+ public function facebook_filter( $meta_tags ) {
+ $meta_tags['http://ogp.me/ns#type'] = $this->type( false );
+ $meta_tags['http://ogp.me/ns#title'] = $this->og_title( false );
+
+ // Filter the locale too because the Facebook plugin locale code is not as good as ours.
+ $meta_tags['http://ogp.me/ns#locale'] = $this->locale( false );
+
+ $ogdesc = $this->description( false );
+ if ( ! empty( $ogdesc ) ) {
+ $meta_tags['http://ogp.me/ns#description'] = $ogdesc;
+ }
+
+ return $meta_tags;
+ }
+
+ /**
+ * Filter for the namespace, adding the OpenGraph namespace.
+ *
+ * @link https://developers.facebook.com/docs/web/tutorials/scrumptious/open-graph-object/
+ *
+ * @param string $input The input namespace string.
+ *
+ * @return string
+ */
+ public function add_opengraph_namespace( $input ) {
+ $namespaces = array(
+ 'og: http://ogp.me/ns#',
+ );
+ if ( $this->options['fbadminapp'] != 0 || ( is_array( $this->options['fb_admins'] ) && $this->options['fb_admins'] !== array() ) ) {
+ $namespaces[] = 'fb: http://ogp.me/ns/fb#';
+ }
+
+ /**
+ * Allow for adding additional namespaces to the prefix attributes.
+ *
+ * @since 3.9.0
+ *
+ * @param array $namespaces Currently registered namespaces which are to be
+ * added to the prefix attribute.
+ * Namespaces are strings and have the following syntax:
+ * ns: http://url.to.namespace/definition
+ */
+ $namespaces = apply_filters( 'wpseo_html_namespaces', $namespaces );
+ $namespace_string = implode( ' ', array_unique( $namespaces ) );
+
+ if ( strpos( $input, ' prefix=' ) !== false ) {
+ $regex = '`prefix=([\'"])(.+?)\1`';
+ $replace = 'prefix="$2 ' . $namespace_string . '"';
+ $input = preg_replace( $regex, $replace, $input );
+ }
+ else {
+ $input .= ' prefix="' . $namespace_string . '"';
+ }
+
+ return $input;
+ }
+
+ /**
+ * Outputs the authors FB page.
+ *
+ * @link https://developers.facebook.com/blog/post/2013/06/19/platform-updates--new-open-graph-tags-for-media-publishers-and-more/
+ * @link https://developers.facebook.com/docs/reference/opengraph/object-type/article/
+ *
+ * @return boolean
+ */
+ public function article_author_facebook() {
+ if ( ! is_singular() ) {
+ return false;
+ }
+
+ /**
+ * Filter: 'wpseo_opengraph_author_facebook' - Allow developers to filter the Yoast SEO post authors facebook profile URL
+ *
+ * @api bool|string $unsigned The Facebook author URL, return false to disable
+ */
+ $facebook = apply_filters( 'wpseo_opengraph_author_facebook', get_the_author_meta( 'facebook', $GLOBALS['post']->post_author ) );
+
+ if ( $facebook && ( is_string( $facebook ) && $facebook !== '' ) ) {
+ $this->og_tag( 'article:author', $facebook );
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Outputs the websites FB page.
+ *
+ * @link https://developers.facebook.com/blog/post/2013/06/19/platform-updates--new-open-graph-tags-for-media-publishers-and-more/
+ * @link https://developers.facebook.com/docs/reference/opengraph/object-type/article/
+ * @return boolean
+ */
+ public function website_facebook() {
+
+ if ( 'article' === $this->type( false ) && ! empty( $this->options['facebook_site'] ) ) {
+ $this->og_tag( 'article:publisher', $this->options['facebook_site'] );
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Outputs the site owner
+ *
+ * @link https://developers.facebook.com/docs/reference/opengraph/object-type/article/
+ * @return boolean
+ */
+ public function site_owner() {
+ if ( isset( $this->options['fbadminapp'] ) && $this->options['fbadminapp'] != 0 ) {
+ $this->og_tag( 'fb:app_id', $this->options['fbadminapp'] );
+
+ return true;
+ }
+ else if ( isset( $this->options['fb_admins'] ) && is_array( $this->options['fb_admins'] ) && $this->options['fb_admins'] !== array() ) {
+ $adminstr = implode( ',', array_keys( $this->options['fb_admins'] ) );
+ /**
+ * Filter: 'wpseo_opengraph_admin' - Allow developer to filter the fb:admins string put out by Yoast SEO
+ *
+ * @api string $adminstr The admin string
+ */
+ $adminstr = apply_filters( 'wpseo_opengraph_admin', $adminstr );
+ if ( is_string( $adminstr ) && $adminstr !== '' ) {
+
+ $admins = explode( ',', $adminstr );
+
+ foreach ( $admins as $admin_id ) {
+ $this->og_tag( 'fb:admins', $admin_id );
+ }
+
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Outputs the SEO title as OpenGraph title.
+ *
+ * @link https://developers.facebook.com/docs/reference/opengraph/object-type/article/
+ *
+ * @param bool $echo Whether or not to echo the output.
+ *
+ * @return string|boolean
+ */
+ public function og_title( $echo = true ) {
+
+ $frontend = WPSEO_Frontend::get_instance();
+ $is_posts_page = $frontend->is_posts_page();
+
+ if ( is_singular() || $is_posts_page ) {
+
+ $post_id = ( $is_posts_page ) ? get_option( 'page_for_posts' ) : get_the_ID();
+ $post = get_post( $post_id );
+ $title = WPSEO_Meta::get_value( 'opengraph-title', $post_id );
+
+ if ( $title === '' ) {
+ $title = $frontend->title( '' );
+ }
+ else {
+ // Replace Yoast SEO Variables.
+ $title = wpseo_replace_vars( $title, $post );
+ }
+ }
+ else if ( is_front_page() ) {
+ $title = ( isset( $this->options['og_frontpage_title'] ) && $this->options['og_frontpage_title'] !== '' ) ? $this->options['og_frontpage_title'] : $frontend->title( '' );
+ }
+ elseif ( is_category() || is_tax() || is_tag() ) {
+ $title = WPSEO_Taxonomy_Meta::get_meta_without_term( 'opengraph-title' );
+ if ( $title === '' ) {
+ $title = $frontend->title( '' );
+ }
+ else {
+ // Replace Yoast SEO Variables.
+ $title = wpseo_replace_vars( $title, $GLOBALS['wp_query']->get_queried_object() );
+ }
+ }
+ else {
+ $title = $frontend->title( '' );
+ }
+
+ /**
+ * Filter: 'wpseo_opengraph_title' - Allow changing the title specifically for OpenGraph
+ *
+ * @api string $unsigned The title string
+ */
+ $title = trim( apply_filters( 'wpseo_opengraph_title', $title ) );
+
+ if ( is_string( $title ) && $title !== '' ) {
+ if ( $echo !== false ) {
+ $this->og_tag( 'og:title', $title );
+
+ return true;
+ }
+ }
+
+ if ( $echo === false ) {
+ return $title;
+ }
+
+ return false;
+ }
+
+ /**
+ * Outputs the canonical URL as OpenGraph URL, which consolidates likes and shares.
+ *
+ * @link https://developers.facebook.com/docs/reference/opengraph/object-type/article/
+ * @return boolean
+ */
+ public function url() {
+ /**
+ * Filter: 'wpseo_opengraph_url' - Allow changing the OpenGraph URL
+ *
+ * @api string $unsigned Canonical URL
+ */
+ $url = apply_filters( 'wpseo_opengraph_url', WPSEO_Frontend::get_instance()->canonical( false ) );
+
+ if ( is_string( $url ) && $url !== '' ) {
+ $this->og_tag( 'og:url', esc_url( $url ) );
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Output the locale, doing some conversions to make sure the proper Facebook locale is outputted.
+ *
+ * Last update/compare with FB list done on 2015-03-16 by Rarst
+ *
+ * @see http://www.facebook.com/translations/FacebookLocales.xml for the list of supported locales
+ *
+ * @link https://developers.facebook.com/docs/reference/opengraph/object-type/article/
+ *
+ * @param bool $echo Whether to echo or return the locale.
+ *
+ * @return string $locale
+ */
+ public function locale( $echo = true ) {
+ /**
+ * Filter: 'wpseo_locale' - Allow changing the locale output
+ *
+ * @api string $unsigned Locale string
+ */
+ $locale = apply_filters( 'wpseo_locale', get_locale() );
+
+ // Catch some weird locales served out by WP that are not easily doubled up.
+ $fix_locales = array(
+ 'ca' => 'ca_ES',
+ 'en' => 'en_US',
+ 'el' => 'el_GR',
+ 'et' => 'et_EE',
+ 'ja' => 'ja_JP',
+ 'sq' => 'sq_AL',
+ 'uk' => 'uk_UA',
+ 'vi' => 'vi_VN',
+ 'zh' => 'zh_CN',
+ );
+
+ if ( isset( $fix_locales[ $locale ] ) ) {
+ $locale = $fix_locales[ $locale ];
+ }
+
+ // Convert locales like "es" to "es_ES", in case that works for the given locale (sometimes it does).
+ if ( strlen( $locale ) == 2 ) {
+ $locale = strtolower( $locale ) . '_' . strtoupper( $locale );
+ }
+
+ // These are the locales FB supports.
+ $fb_valid_fb_locales = array(
+ 'af_ZA', // Afrikaans.
+ 'ak_GH', // Akan.
+ 'am_ET', // Amharic.
+ 'ar_AR', // Arabic.
+ 'as_IN', // Assamese.
+ 'ay_BO', // Aymara.
+ 'az_AZ', // Azerbaijani.
+ 'be_BY', // Belarusian.
+ 'bg_BG', // Bulgarian.
+ 'bn_IN', // Bengali.
+ 'br_FR', // Breton.
+ 'bs_BA', // Bosnian.
+ 'ca_ES', // Catalan.
+ 'cb_IQ', // Sorani Kurdish.
+ 'ck_US', // Cherokee.
+ 'co_FR', // Corsican.
+ 'cs_CZ', // Czech.
+ 'cx_PH', // Cebuano.
+ 'cy_GB', // Welsh.
+ 'da_DK', // Danish.
+ 'de_DE', // German.
+ 'el_GR', // Greek.
+ 'en_GB', // English (UK).
+ 'en_IN', // English (India).
+ 'en_PI', // English (Pirate).
+ 'en_UD', // English (Upside Down).
+ 'en_US', // English (US).
+ 'eo_EO', // Esperanto.
+ 'es_CL', // Spanish (Chile).
+ 'es_CO', // Spanish (Colombia).
+ 'es_ES', // Spanish (Spain).
+ 'es_LA', // Spanish.
+ 'es_MX', // Spanish (Mexico).
+ 'es_VE', // Spanish (Venezuela).
+ 'et_EE', // Estonian.
+ 'eu_ES', // Basque.
+ 'fa_IR', // Persian.
+ 'fb_LT', // Leet Speak.
+ 'ff_NG', // Fulah.
+ 'fi_FI', // Finnish.
+ 'fo_FO', // Faroese.
+ 'fr_CA', // French (Canada).
+ 'fr_FR', // French (France).
+ 'fy_NL', // Frisian.
+ 'ga_IE', // Irish.
+ 'gl_ES', // Galician.
+ 'gn_PY', // Guarani.
+ 'gu_IN', // Gujarati.
+ 'gx_GR', // Classical Greek.
+ 'ha_NG', // Hausa.
+ 'he_IL', // Hebrew.
+ 'hi_IN', // Hindi.
+ 'hr_HR', // Croatian.
+ 'hu_HU', // Hungarian.
+ 'hy_AM', // Armenian.
+ 'id_ID', // Indonesian.
+ 'ig_NG', // Igbo.
+ 'is_IS', // Icelandic.
+ 'it_IT', // Italian.
+ 'ja_JP', // Japanese.
+ 'ja_KS', // Japanese (Kansai).
+ 'jv_ID', // Javanese.
+ 'ka_GE', // Georgian.
+ 'kk_KZ', // Kazakh.
+ 'km_KH', // Khmer.
+ 'kn_IN', // Kannada.
+ 'ko_KR', // Korean.
+ 'ku_TR', // Kurdish (Kurmanji).
+ 'ky_KG', // Kyrgyz.
+ 'la_VA', // Latin.
+ 'lg_UG', // Ganda.
+ 'li_NL', // Limburgish.
+ 'ln_CD', // Lingala.
+ 'lo_LA', // Lao.
+ 'lt_LT', // Lithuanian.
+ 'lv_LV', // Latvian.
+ 'mg_MG', // Malagasy.
+ 'mi_NZ', // Maori.
+ 'mk_MK', // Macedonian.
+ 'ml_IN', // Malayalam.
+ 'mn_MN', // Mongolian.
+ 'mr_IN', // Marathi.
+ 'ms_MY', // Malay.
+ 'mt_MT', // Maltese.
+ 'my_MM', // Burmese.
+ 'nb_NO', // Norwegian (bokmal).
+ 'nd_ZW', // Ndebele.
+ 'ne_NP', // Nepali.
+ 'nl_BE', // Dutch (Belgie).
+ 'nl_NL', // Dutch.
+ 'nn_NO', // Norwegian (nynorsk).
+ 'ny_MW', // Chewa.
+ 'or_IN', // Oriya.
+ 'pa_IN', // Punjabi.
+ 'pl_PL', // Polish.
+ 'ps_AF', // Pashto.
+ 'pt_BR', // Portuguese (Brazil).
+ 'pt_PT', // Portuguese (Portugal).
+ 'qu_PE', // Quechua.
+ 'rm_CH', // Romansh.
+ 'ro_RO', // Romanian.
+ 'ru_RU', // Russian.
+ 'rw_RW', // Kinyarwanda.
+ 'sa_IN', // Sanskrit.
+ 'sc_IT', // Sardinian.
+ 'se_NO', // Northern Sami.
+ 'si_LK', // Sinhala.
+ 'sk_SK', // Slovak.
+ 'sl_SI', // Slovenian.
+ 'sn_ZW', // Shona.
+ 'so_SO', // Somali.
+ 'sq_AL', // Albanian.
+ 'sr_RS', // Serbian.
+ 'sv_SE', // Swedish.
+ 'sw_KE', // Swahili.
+ 'sy_SY', // Syriac.
+ 'sz_PL', // Silesian.
+ 'ta_IN', // Tamil.
+ 'te_IN', // Telugu.
+ 'tg_TJ', // Tajik.
+ 'th_TH', // Thai.
+ 'tk_TM', // Turkmen.
+ 'tl_PH', // Filipino.
+ 'tl_ST', // Klingon.
+ 'tr_TR', // Turkish.
+ 'tt_RU', // Tatar.
+ 'tz_MA', // Tamazight.
+ 'uk_UA', // Ukrainian.
+ 'ur_PK', // Urdu.
+ 'uz_UZ', // Uzbek.
+ 'vi_VN', // Vietnamese.
+ 'wo_SN', // Wolof.
+ 'xh_ZA', // Xhosa.
+ 'yi_DE', // Yiddish.
+ 'yo_NG', // Yoruba.
+ 'zh_CN', // Simplified Chinese (China).
+ 'zh_HK', // Traditional Chinese (Hong Kong).
+ 'zh_TW', // Traditional Chinese (Taiwan).
+ 'zu_ZA', // Zulu.
+ 'zz_TR', // Zazaki.
+ );
+
+ // Check to see if the locale is a valid FB one, if not, use en_US as a fallback.
+ if ( ! in_array( $locale, $fb_valid_fb_locales ) ) {
+ $locale = strtolower( substr( $locale, 0, 2 ) ) . '_' . strtoupper( substr( $locale, 0, 2 ) );
+ if ( ! in_array( $locale, $fb_valid_fb_locales ) ) {
+ $locale = 'en_US';
+ }
+ }
+
+ if ( $echo !== false ) {
+ $this->og_tag( 'og:locale', $locale );
+ }
+
+ return $locale;
+ }
+
+ /**
+ * Output the OpenGraph type.
+ *
+ * @param boolean $echo Whether to echo or return the type.
+ *
+ * @link https://developers.facebook.com/docs/reference/opengraph/object-type/object/
+ *
+ * @return string $type
+ */
+ public function type( $echo = true ) {
+
+ if ( is_front_page() || is_home() ) {
+ $type = 'website';
+ }
+ elseif ( is_singular() ) {
+
+ // This'll usually only be changed by plugins right now.
+ $type = WPSEO_Meta::get_value( 'og_type' );
+
+ if ( $type === '' ) {
+ $type = 'article';
+ }
+ }
+ else {
+ // We use "object" for archives etc. as article doesn't apply there.
+ $type = 'object';
+ }
+
+ /**
+ * Filter: 'wpseo_opengraph_type' - Allow changing the OpenGraph type of the page
+ *
+ * @api string $type The OpenGraph type string.
+ */
+ $type = apply_filters( 'wpseo_opengraph_type', $type );
+
+ if ( is_string( $type ) && $type !== '' ) {
+ if ( $echo !== false ) {
+ $this->og_tag( 'og:type', $type );
+ }
+ else {
+ return $type;
+ }
+ }
+
+ return '';
+ }
+
+ /**
+ * Create new WPSEO_OpenGraph_Image class and get the images to set the og:image
+ *
+ * @param string|boolean $image Optional image URL.
+ */
+ public function image( $image = false ) {
+ $opengraph_images = new WPSEO_OpenGraph_Image( $this->options, $image );
+
+ foreach ( $opengraph_images->get_images() as $img ) {
+ $this->og_tag( 'og:image', esc_url( $img ) );
+ }
+
+ $dimensions = $opengraph_images->get_dimensions();
+
+ if ( ! empty( $dimensions['width'] ) ) {
+ $this->og_tag( 'og:image:width', absint( $dimensions['width'] ) );
+ }
+
+ if ( ! empty( $dimensions['height'] ) ) {
+ $this->og_tag( 'og:image:height', absint( $dimensions['height'] ) );
+ }
+ }
+
+ /**
+ * Fallback method for plugins using image_output
+ *
+ * @param string $image Image URL.
+ */
+ public function image_output( $image ) {
+ $this->image( $image );
+ }
+
+ /**
+ * Output the OpenGraph description, specific OG description first, if not, grab the meta description.
+ *
+ * @param bool $echo Whether to echo or return the description.
+ *
+ * @return string $ogdesc
+ */
+ public function description( $echo = true ) {
+ $ogdesc = '';
+ $frontend = WPSEO_Frontend::get_instance();
+
+ if ( is_front_page() ) {
+ if ( isset( $this->options['og_frontpage_desc'] ) && $this->options['og_frontpage_desc'] !== '' ) {
+ $ogdesc = wpseo_replace_vars( $this->options['og_frontpage_desc'], null );
+ }
+ else {
+ $ogdesc = $frontend->metadesc( false );
+ }
+ }
+
+ $is_posts_page = $frontend->is_posts_page();
+
+ if ( is_singular() || $is_posts_page ) {
+ $post_id = ( $is_posts_page ) ? get_option( 'page_for_posts' ) : get_the_ID();
+ $post = get_post( $post_id );
+ $ogdesc = WPSEO_Meta::get_value( 'opengraph-description', $post_id );
+
+ // Replace Yoast SEO Variables.
+ $ogdesc = wpseo_replace_vars( $ogdesc, $post );
+
+ // Use metadesc if $ogdesc is empty.
+ if ( $ogdesc === '' ) {
+ $ogdesc = $frontend->metadesc( false );
+ }
+
+ // Tag og:description is still blank so grab it from get_the_excerpt().
+ if ( ! is_string( $ogdesc ) || ( is_string( $ogdesc ) && $ogdesc === '' ) ) {
+ $ogdesc = str_replace( '[…]', '…', strip_tags( get_the_excerpt() ) );
+ }
+ }
+
+ if ( is_category() || is_tag() || is_tax() ) {
+ $ogdesc = WPSEO_Taxonomy_Meta::get_meta_without_term( 'opengraph-description' );
+ if ( $ogdesc === '' ) {
+ $ogdesc = $frontend->metadesc( false );
+ }
+
+ if ( $ogdesc === '' ) {
+ $ogdesc = trim( strip_tags( term_description() ) );
+ }
+
+ if ( $ogdesc === '' ) {
+ $ogdesc = WPSEO_Taxonomy_Meta::get_meta_without_term( 'desc' );
+ }
+ }
+
+ // Strip shortcodes if any.
+ $ogdesc = strip_shortcodes( $ogdesc );
+
+ /**
+ * Filter: 'wpseo_opengraph_desc' - Allow changing the OpenGraph description
+ *
+ * @api string $ogdesc The description string.
+ */
+ $ogdesc = trim( apply_filters( 'wpseo_opengraph_desc', $ogdesc ) );
+
+ if ( is_string( $ogdesc ) && $ogdesc !== '' ) {
+ if ( $echo !== false ) {
+ $this->og_tag( 'og:description', $ogdesc );
+ }
+ }
+
+ return $ogdesc;
+ }
+
+ /**
+ * Output the site name straight from the blog info.
+ */
+ public function site_name() {
+ /**
+ * Filter: 'wpseo_opengraph_site_name' - Allow changing the OpenGraph site name
+ *
+ * @api string $unsigned Blog name string
+ */
+ $name = apply_filters( 'wpseo_opengraph_site_name', get_bloginfo( 'name' ) );
+ if ( is_string( $name ) && $name !== '' ) {
+ $this->og_tag( 'og:site_name', $name );
+ }
+ }
+
+ /**
+ * Output the article tags as article:tag tags.
+ *
+ * @link https://developers.facebook.com/docs/reference/opengraph/object-type/article/
+ * @return boolean
+ */
+ public function tags() {
+ if ( ! is_singular() ) {
+ return false;
+ }
+
+ $tags = get_the_tags();
+ if ( ! is_wp_error( $tags ) && ( is_array( $tags ) && $tags !== array() ) ) {
+
+ foreach ( $tags as $tag ) {
+ $this->og_tag( 'article:tag', $tag->name );
+ }
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Output the article category as an article:section tag.
+ *
+ * @link https://developers.facebook.com/docs/reference/opengraph/object-type/article/
+ * @return boolean;
+ */
+ public function category() {
+
+ if ( ! is_singular() ) {
+ return false;
+ }
+
+ $terms = get_the_category();
+
+ if ( ! is_wp_error( $terms ) && ( is_array( $terms ) && $terms !== array() ) ) {
+
+ // We can only show one section here, so we take the first one.
+ $this->og_tag( 'article:section', $terms[0]->name );
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Output the article publish and last modification date
+ *
+ * @link https://developers.facebook.com/docs/reference/opengraph/object-type/article/
+ * @return boolean;
+ */
+ public function publish_date() {
+
+ if ( ! is_singular( 'post' ) ) {
+ /**
+ * Filter: 'wpseo_opengraph_show_publish_date' - Allow showing publication date for other post types
+ *
+ * @api bool $unsigned Whether or not to show publish date
+ *
+ * @param string $post_type The current URL's post type.
+ */
+ if ( false === apply_filters( 'wpseo_opengraph_show_publish_date', false, get_post_type() ) ) {
+ return false;
+ }
+ }
+
+ $pub = get_the_date( DATE_W3C );
+ $this->og_tag( 'article:published_time', $pub );
+
+ $mod = get_the_modified_date( DATE_W3C );
+ if ( $mod != $pub ) {
+ $this->og_tag( 'article:modified_time', $mod );
+ $this->og_tag( 'og:updated_time', $mod );
+ }
+
+ return true;
+ }
+} /* End of class */
+
+/**
+ * Class WPSEO_OpenGraph_Image
+ */
+class WPSEO_OpenGraph_Image {
+
+ /**
+ * @var array $options Holds options passed to the constructor
+ */
+ private $options;
+
+ /**
+ * @var array $images Holds the images that have been put out as OG image.
+ */
+ private $images = array();
+
+ /**
+ * @TODO This needs to be refactored since we only hold one set of dimensions for multiple images. R.
+ * @var array $dimensions Holds image dimensions, if determined.
+ */
+ protected $dimensions = array();
+
+ /**
+ * Constructor
+ *
+ * @param array $options Options set.
+ * @param string|boolean $image Optional image URL.
+ */
+ public function __construct( $options, $image = false ) {
+ $this->options = $options;
+
+ if ( ! empty( $image ) && $this->add_image( $image ) ) {
+ // Safely assume an image was added so we don't need to automatically determine it anymore.
+ }
+ else {
+ $this->set_images();
+ }
+ }
+
+ /**
+ * Return the images array
+ *
+ * @return array
+ */
+ public function get_images() {
+ return $this->images;
+ }
+
+ /**
+ * Return the dimensions array.
+ *
+ * @return array
+ */
+ public function get_dimensions() {
+ return $this->dimensions;
+ }
+
+ /**
+ * Check if page is front page or singular and call the corresponding functions. If not, call get_default_image.
+ */
+ private function set_images() {
+ if ( is_front_page() ) {
+ $this->get_front_page_image();
+ }
+ elseif ( is_home() ) { // Posts page, which won't be caught by is_singular() below.
+ $this->get_posts_page_image();
+ }
+
+ if ( is_singular() ) {
+ $this->get_singular_image();
+ }
+
+ if ( is_category() || is_tax() || is_tag() ) {
+ $this->get_opengraph_image_taxonomy();
+ }
+
+ $this->get_default_image();
+ }
+
+ /**
+ * If the frontpage image exists, call add_image
+ */
+ private function get_front_page_image() {
+ if ( $this->options['og_frontpage_image'] !== '' ) {
+ $this->add_image( $this->options['og_frontpage_image'] );
+ }
+ }
+
+ /**
+ * Get the images of the posts page.
+ */
+ private function get_posts_page_image() {
+
+ $post_id = get_option( 'page_for_posts' );
+
+ if ( $this->get_opengraph_image_post( $post_id ) ) {
+ return;
+ }
+
+ if ( $this->get_featured_image( $post_id ) ) {
+ return;
+ }
+ }
+
+ /**
+ * Get the images of the singular post.
+ */
+ private function get_singular_image() {
+ global $post;
+
+ if ( $this->get_opengraph_image_post() ) {
+ return;
+ }
+
+ if ( $this->get_attachment_page_image( $post->ID ) ) {
+ return;
+ }
+
+ if ( $this->get_featured_image( $post->ID ) ) {
+ return;
+ }
+
+ $this->get_content_images( $post );
+ }
+
+ /**
+ * Get default image and call add_image
+ */
+ private function get_default_image() {
+ if ( count( $this->images ) === 0 && isset( $this->options['og_default_image'] ) && $this->options['og_default_image'] !== '' ) {
+ $this->add_image( $this->options['og_default_image'] );
+ }
+ }
+
+ /**
+ * If opengraph-image is set, call add_image and return true.
+ *
+ * @param int $post_id Optional post ID to use.
+ *
+ * @return bool
+ */
+ private function get_opengraph_image_post( $post_id = 0 ) {
+ $ogimg = WPSEO_Meta::get_value( 'opengraph-image', $post_id );
+ if ( $ogimg !== '' ) {
+ $this->add_image( $ogimg );
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Check if taxonomy has an image and add this image
+ */
+ private function get_opengraph_image_taxonomy() {
+ if ( ( $ogimg = WPSEO_Taxonomy_Meta::get_meta_without_term( 'opengraph-image' ) ) !== '' ) {
+ $this->add_image( $ogimg );
+ }
+ }
+
+ /**
+ * If there is a featured image, check image size. If image size is correct, call add_image and return true
+ *
+ * @param int $post_id The post ID.
+ *
+ * @return bool
+ */
+ private function get_featured_image( $post_id ) {
+
+ if ( has_post_thumbnail( $post_id ) ) {
+ /**
+ * Filter: 'wpseo_opengraph_image_size' - Allow changing the image size used for OpenGraph sharing
+ *
+ * @api string $unsigned Size string
+ */
+ $thumb = wp_get_attachment_image_src( get_post_thumbnail_id( $post_id ), apply_filters( 'wpseo_opengraph_image_size', 'original' ) );
+
+ if ( $this->check_featured_image_size( $thumb ) ) {
+
+ $this->dimensions['width'] = $thumb[1];
+ $this->dimensions['height'] = $thumb[2];
+
+ return $this->add_image( $thumb[0] );
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * If this is an attachment page, call add_image with the attachment and return true
+ *
+ * @param int $post_id The post ID.
+ *
+ * @return bool
+ */
+ private function get_attachment_page_image( $post_id ) {
+ if ( get_post_type( $post_id ) === 'attachment' ) {
+ $mime_type = get_post_mime_type( $post_id );
+ switch ( $mime_type ) {
+ case 'image/jpeg':
+ case 'image/png':
+ case 'image/gif':
+ return $this->add_image( wp_get_attachment_url( $post_id ) );
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Filter: 'wpseo_pre_analysis_post_content' - Allow filtering the content before analysis
+ *
+ * @api string $post_content The Post content string
+ *
+ * @param object $post - The post object.
+ */
+ private function get_content_images( $post ) {
+ $content = apply_filters( 'wpseo_pre_analysis_post_content', $post->post_content, $post );
+
+ if ( preg_match_all( '` ]+>`', $content, $matches ) ) {
+ foreach ( $matches[0] as $img ) {
+ if ( preg_match( '`src=(["\'])(.*?)\1`', $img, $match ) ) {
+ $this->add_image( $match[2] );
+ }
+ }
+ }
+ }
+
+ /**
+ * Check size of featured image. If image is too small, return false, else return true
+ *
+ * @param array $img_data wp_get_attachment_image_src: url, width, height, icon.
+ *
+ * @return bool
+ */
+ private function check_featured_image_size( $img_data ) {
+
+ if ( ! is_array( $img_data ) ) {
+ return false;
+ }
+
+ // Get the width and height of the image.
+ if ( $img_data[1] < 200 || $img_data[2] < 200 ) {
+ return false;
+ }
+
+ return true;
+ }
+
+ /**
+ * Display an OpenGraph image tag
+ *
+ * @param string $img - Source URL to the image.
+ *
+ * @return bool
+ */
+ private function add_image( $img ) {
+
+ $original = trim( $img );
+
+ // Filter: 'wpseo_opengraph_image' - Allow changing the OpenGraph image.
+ $img = trim( apply_filters( 'wpseo_opengraph_image', $img ) );
+
+ if ( $original !== $img ) {
+ $this->dimensions = array();
+ }
+
+ if ( empty( $img ) ) {
+ return false;
+ }
+
+ if ( WPSEO_Utils::is_url_relative( $img ) === true ) {
+ $img = $this->get_relative_path( $img );
+ }
+
+ if ( in_array( $img, $this->images ) ) {
+ return false;
+ }
+ array_push( $this->images, $img );
+
+ return true;
+ }
+
+ /**
+ * Get the relative path of the image
+ *
+ * @param array $img Image data array.
+ *
+ * @return bool|string
+ */
+ private function get_relative_path( $img ) {
+ if ( $img[0] != '/' ) {
+ return false;
+ }
+
+ // If it's a relative URL, it's relative to the domain, not necessarily to the WordPress install, we
+ // want to preserve domain name and URL scheme (http / https) though.
+ $parsed_url = wp_parse_url( home_url() );
+ $img = $parsed_url['scheme'] . '://' . $parsed_url['host'] . $img;
+
+ return $img;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/frontend/class-primary-category.php b/wp-content/plugins/wordpress-seo/frontend/class-primary-category.php
new file mode 100644
index 0000000..bbf6340
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/frontend/class-primary-category.php
@@ -0,0 +1,69 @@
+get_primary_category( $post );
+
+ if ( false !== $primary_category && $primary_category !== $category->cat_ID ) {
+ $category = $this->get_category( $primary_category );
+ }
+
+ return $category;
+ }
+
+ /**
+ * Get the id of the primary category
+ *
+ * @param WP_Post $post The post in question.
+ *
+ * @return int primary category id
+ */
+ protected function get_primary_category( $post = null ) {
+ $post = get_post( $post );
+
+ if ( $post === null ) {
+ return false;
+ }
+
+ $primary_term = new WPSEO_Primary_Term( 'category', $post->ID );
+
+ return $primary_term->get_primary_term();
+ }
+
+ /**
+ * Wrapper for get category to make mocking easier
+ *
+ * @param int $primary_category id of primary category.
+ *
+ * @return array|null|object|WP_Error
+ */
+ protected function get_category( $primary_category ) {
+ $category = get_category( $primary_category );
+
+ return $category;
+ }
+}
diff --git a/wp-content/plugins/wordpress-seo/frontend/class-twitter.php b/wp-content/plugins/wordpress-seo/frontend/class-twitter.php
new file mode 100644
index 0000000..a6a1747
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/frontend/class-twitter.php
@@ -0,0 +1,643 @@
+options = WPSEO_Options::get_option( 'wpseo_social' );
+ $this->twitter();
+ }
+
+ /**
+ * Outputs the Twitter Card code on singular pages.
+ */
+ public function twitter() {
+ wp_reset_query();
+
+ $this->type();
+ $this->description();
+ $this->title();
+ $this->site_twitter();
+ $this->image();
+ if ( is_singular() ) {
+ $this->author();
+ }
+
+ /**
+ * Action: 'wpseo_twitter' - Hook to add all Yoast SEO Twitter output to so they're close together.
+ */
+ do_action( 'wpseo_twitter' );
+ }
+
+ /**
+ * Display the Twitter card type.
+ *
+ * This defaults to summary but can be filtered using the wpseo_twitter_card_type
filter.
+ *
+ * @link https://dev.twitter.com/docs/cards
+ */
+ protected function type() {
+ $this->determine_card_type();
+ $this->sanitize_card_type();
+
+ $this->output_metatag( 'card', $this->type );
+ }
+
+ /**
+ * Determines the twitter card type for the current page
+ */
+ private function determine_card_type() {
+ $this->type = $this->options['twitter_card_type'];
+
+ // TODO this should be reworked to use summary_large_image for any fitting image R.
+ if ( is_singular() && has_shortcode( $GLOBALS['post']->post_content, 'gallery' ) ) {
+
+ $this->images = get_post_gallery_images();
+
+ if ( count( $this->images ) > 0 ) {
+ $this->type = 'summary_large_image';
+ }
+ }
+
+ /**
+ * Filter: 'wpseo_twitter_card_type' - Allow changing the Twitter Card type as output in the Twitter card by Yoast SEO
+ *
+ * @api string $unsigned The type string
+ */
+ $this->type = apply_filters( 'wpseo_twitter_card_type', $this->type );
+ }
+
+ /**
+ * Determines whether the card type is of a type currently allowed by Twitter
+ *
+ * @link https://dev.twitter.com/cards/types
+ */
+ private function sanitize_card_type() {
+ if ( ! in_array( $this->type, array(
+ 'summary',
+ 'summary_large_image',
+ 'app',
+ 'player',
+ ) )
+ ) {
+ $this->type = 'summary';
+ }
+ }
+
+ /**
+ * Output the metatag
+ *
+ * @param string $name Tag name string.
+ * @param string $value Tag value string.
+ * @param bool $escaped Force escape flag.
+ */
+ private function output_metatag( $name, $value, $escaped = false ) {
+
+ // Escape the value if not escaped.
+ if ( false === $escaped ) {
+ $value = esc_attr( $value );
+ }
+
+ /**
+ * Filter: 'wpseo_twitter_metatag_key' - Make the Twitter metatag key filterable
+ *
+ * @api string $key The Twitter metatag key
+ */
+ $metatag_key = apply_filters( 'wpseo_twitter_metatag_key', 'name' );
+
+ // Output meta.
+ echo ' ', "\n";
+ }
+
+ /**
+ * Displays the description for Twitter.
+ *
+ * Only used when OpenGraph is inactive.
+ */
+ protected function description() {
+ if ( is_singular() ) {
+ $meta_desc = $this->single_description();
+ }
+ elseif ( WPSEO_Frontend::get_instance()->is_posts_page() ) {
+ $meta_desc = $this->single_description( get_option( 'page_for_posts' ) );
+ }
+ elseif ( is_category() || is_tax() || is_tag() ) {
+ $meta_desc = $this->taxonomy_description();
+ }
+ else {
+ $meta_desc = $this->fallback_description();
+ }
+
+ /**
+ * Filter: 'wpseo_twitter_description' - Allow changing the Twitter description as output in the Twitter card by Yoast SEO
+ *
+ * @api string $twitter The description string
+ */
+ $meta_desc = apply_filters( 'wpseo_twitter_description', $meta_desc );
+ if ( is_string( $meta_desc ) && $meta_desc !== '' ) {
+ $this->output_metatag( 'description', $meta_desc );
+ }
+ }
+
+ /**
+ * Returns the description for a singular page
+ *
+ * @param int $post_id Post ID.
+ *
+ * @return string
+ */
+ private function single_description( $post_id = 0 ) {
+ $meta_desc = trim( WPSEO_Meta::get_value( 'twitter-description', $post_id ) );
+
+ if ( is_string( $meta_desc ) && '' !== $meta_desc ) {
+ return $meta_desc;
+ }
+
+ $meta_desc = $this->fallback_description();
+ if ( is_string( $meta_desc ) && '' !== $meta_desc ) {
+ return $meta_desc;
+ }
+
+ return strip_tags( get_the_excerpt() );
+ }
+
+
+ /**
+ * Getting the description for the taxonomy
+ *
+ * @return bool|mixed|string
+ */
+ private function taxonomy_description() {
+ $meta_desc = WPSEO_Taxonomy_Meta::get_meta_without_term( 'twitter-description' );
+
+ if ( ! is_string( $meta_desc ) || $meta_desc === '' ) {
+ $meta_desc = $this->fallback_description();
+ }
+
+ if ( is_string( $meta_desc ) || $meta_desc !== '' ) {
+ return $meta_desc;
+ }
+
+ return trim( strip_tags( term_description() ) );
+
+ }
+
+ /**
+ * Returns a fallback description
+ *
+ * @return string
+ */
+ private function fallback_description() {
+ return trim( WPSEO_Frontend::get_instance()->metadesc( false ) );
+ }
+
+ /**
+ * Displays the title for Twitter.
+ *
+ * Only used when OpenGraph is inactive.
+ */
+ protected function title() {
+ if ( is_singular() ) {
+ $title = $this->single_title();
+ }
+ elseif ( WPSEO_Frontend::get_instance()->is_posts_page() ) {
+ $title = $this->single_title( get_option( 'page_for_posts' ) );
+ }
+ elseif ( is_category() || is_tax() || is_tag() ) {
+ $title = $this->taxonomy_title();
+ }
+ else {
+ $title = $this->fallback_title();
+ }
+
+ /**
+ * Filter: 'wpseo_twitter_title' - Allow changing the Twitter title as output in the Twitter card by Yoast SEO
+ *
+ * @api string $twitter The title string
+ */
+ $title = apply_filters( 'wpseo_twitter_title', $title );
+ if ( is_string( $title ) && $title !== '' ) {
+ $this->output_metatag( 'title', $title );
+ }
+ }
+
+ /**
+ * Returns the Twitter title for a single post
+ *
+ * @param int $post_id Post ID.
+ *
+ * @return string
+ */
+ private function single_title( $post_id = 0 ) {
+ $title = WPSEO_Meta::get_value( 'twitter-title', $post_id );
+ if ( ! is_string( $title ) || $title === '' ) {
+ return $this->fallback_title();
+ }
+
+ return $title;
+ }
+
+ /**
+ * Getting the title for the taxonomy
+ *
+ * @return bool|mixed|string
+ */
+ private function taxonomy_title() {
+ $title = WPSEO_Taxonomy_Meta::get_meta_without_term( 'twitter-title' );
+
+ if ( ! is_string( $title ) || $title === '' ) {
+ return $this->fallback_title();
+ }
+
+ return $title;
+ }
+
+ /**
+ * Returns the Twitter title for any page
+ *
+ * @return string
+ */
+ private function fallback_title() {
+ return WPSEO_Frontend::get_instance()->title( '' );
+ }
+
+ /**
+ * Displays the Twitter account for the site.
+ */
+ protected function site_twitter() {
+ /**
+ * Filter: 'wpseo_twitter_site' - Allow changing the Twitter site account as output in the Twitter card by Yoast SEO
+ *
+ * @api string $unsigned Twitter site account string
+ */
+ $site = apply_filters( 'wpseo_twitter_site', $this->options['twitter_site'] );
+ $site = $this->get_twitter_id( $site );
+
+ if ( is_string( $site ) && $site !== '' ) {
+ $this->output_metatag( 'site', '@' . $site );
+ }
+ }
+
+ /**
+ * Checks if the given id is actually an id or a url and if url, distills the id from it.
+ *
+ * Solves issues with filters returning urls and theme's/other plugins also adding a user meta
+ * twitter field which expects url rather than an id (which is what we expect).
+ *
+ * @param string $id Twitter ID or url.
+ *
+ * @return string|bool Twitter ID or false if it failed to get a valid Twitter ID.
+ */
+ private function get_twitter_id( $id ) {
+ if ( preg_match( '`([A-Za-z0-9_]{1,25})$`', $id, $match ) ) {
+ return $match[1];
+ }
+ else {
+ return false;
+ }
+ }
+
+ /**
+ * Displays the image for Twitter
+ *
+ * Only used when OpenGraph is inactive or Summary Large Image card is chosen.
+ */
+ protected function image() {
+
+ if ( is_category() || is_tax() || is_tag() ) {
+ $this->taxonomy_image_output();
+ }
+ else {
+ $this->single_image_output();
+ }
+
+ if ( count( $this->shown_images ) === 0 && $this->options['og_default_image'] !== '' ) {
+ $this->image_output( $this->options['og_default_image'] );
+ }
+ }
+
+ /**
+ * Outputs the first image of a gallery.
+ */
+ private function gallery_images_output() {
+
+ $this->image_output( reset( $this->images ) );
+ }
+
+ /**
+ * @return bool
+ */
+ private function taxonomy_image_output() {
+ foreach ( array( 'twitter-image', 'opengraph-image' ) as $tag ) {
+ $img = WPSEO_Taxonomy_Meta::get_meta_without_term( $tag );
+ if ( $img !== '' ) {
+ $this->image_output( $img );
+
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Takes care of image output when we only need to display a single image.
+ */
+ private function single_image_output() {
+ if ( $this->homepage_image_output() ) {
+ return;
+ }
+ elseif ( $this->posts_page_image_output() ) { // Posts page, which won't be caught by is_singular() below.
+ return;
+ }
+
+ if ( is_singular() ) {
+ if ( $this->image_from_meta_values_output() ) {
+ return;
+ }
+
+ $post_id = get_the_ID();
+
+ if ( $this->image_of_attachment_page_output( $post_id ) ) {
+ return;
+ }
+ if ( $this->image_thumbnail_output() ) {
+ return;
+ }
+ if ( count( $this->images ) > 0 ) {
+ $this->gallery_images_output();
+ return;
+ }
+ if ( $this->image_from_content_output() ) {
+ return;
+ }
+ }
+ }
+
+ /**
+ * Show the front page image
+ *
+ * @return bool
+ */
+ private function homepage_image_output() {
+ if ( is_front_page() ) {
+ if ( $this->options['og_frontpage_image'] !== '' ) {
+ $this->image_output( $this->options['og_frontpage_image'] );
+
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Show the posts page image.
+ *
+ * @return bool
+ */
+ private function posts_page_image_output() {
+
+ if ( is_front_page() || ! is_home() ) {
+ return false;
+ }
+
+ $post_id = get_option( 'page_for_posts' );
+
+ if ( $this->image_from_meta_values_output( $post_id ) ) {
+ return true;
+ }
+
+ if ( $this->image_thumbnail_output( $post_id ) ) {
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Outputs a Twitter image tag for a given image
+ *
+ * @param string $img The source URL to the image.
+ * @param boolean $tag Deprecated argument, previously used for gallery images.
+ *
+ * @return bool
+ */
+ protected function image_output( $img, $tag = false ) {
+
+ if ( $tag ) {
+ _deprecated_argument( __METHOD__, 'WPSEO 2.4' );
+ }
+
+ /**
+ * Filter: 'wpseo_twitter_image' - Allow changing the Twitter Card image
+ *
+ * @api string $img Image URL string
+ */
+ $img = apply_filters( 'wpseo_twitter_image', $img );
+
+ if ( WPSEO_Utils::is_url_relative( $img ) === true && $img[0] === '/' ) {
+ $parsed_url = wp_parse_url( home_url() );
+ $img = $parsed_url['scheme'] . '://' . $parsed_url['host'] . $img;
+ }
+
+ $escaped_img = esc_url( $img );
+
+ if ( in_array( $escaped_img, $this->shown_images ) ) {
+ return false;
+ }
+
+ if ( is_string( $escaped_img ) && $escaped_img !== '' ) {
+ $this->output_metatag( 'image', $escaped_img, true );
+ array_push( $this->shown_images, $escaped_img );
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Retrieve images from the post meta values
+ *
+ * @param int $post_id Optional post ID to use.
+ *
+ * @return bool
+ */
+ private function image_from_meta_values_output( $post_id = 0 ) {
+ foreach ( array( 'twitter-image', 'opengraph-image' ) as $tag ) {
+ $img = WPSEO_Meta::get_value( $tag, $post_id );
+ if ( $img !== '' ) {
+ $this->image_output( $img );
+
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Retrieve an attachment page's attachment
+ *
+ * @param string $attachment_id The ID of the attachment for which to retrieve the image.
+ *
+ * @return bool
+ */
+ private function image_of_attachment_page_output( $attachment_id ) {
+ if ( get_post_type( $attachment_id ) === 'attachment' ) {
+ $mime_type = get_post_mime_type( $attachment_id );
+ switch ( $mime_type ) {
+ case 'image/jpeg':
+ case 'image/png':
+ case 'image/gif':
+ $this->image_output( wp_get_attachment_url( $attachment_id ) );
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Retrieve the featured image
+ *
+ * @param int $post_id Optional post ID to use.
+ *
+ * @return bool
+ */
+ private function image_thumbnail_output( $post_id = 0 ) {
+
+ if ( empty( $post_id ) ) {
+ $post_id = get_the_ID();
+ }
+
+ if ( function_exists( 'has_post_thumbnail' ) && has_post_thumbnail( $post_id ) ) {
+ /**
+ * Filter: 'wpseo_twitter_image_size' - Allow changing the Twitter Card image size
+ *
+ * @api string $featured_img Image size string
+ */
+ $featured_img = wp_get_attachment_image_src( get_post_thumbnail_id( $post_id ), apply_filters( 'wpseo_twitter_image_size', 'full' ) );
+
+ if ( $featured_img ) {
+ $this->image_output( $featured_img[0] );
+
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Retrieve the image from the content
+ *
+ * @return bool
+ */
+ private function image_from_content_output() {
+ /**
+ * Filter: 'wpseo_pre_analysis_post_content' - Allow filtering the content before analysis
+ *
+ * @api string $post_content The Post content string
+ *
+ * @param object $post - The post object.
+ */
+ global $post;
+ $content = apply_filters( 'wpseo_pre_analysis_post_content', $post->post_content, $post );
+
+ if ( preg_match_all( '` ]+>`', $content, $matches ) ) {
+ foreach ( $matches[0] as $img ) {
+ if ( preg_match( '`src=(["\'])(.*?)\1`', $img, $match ) ) {
+ $this->image_output( $match[2] );
+
+ return true;
+ }
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Displays the authors Twitter account.
+ */
+ protected function author() {
+ $twitter = ltrim( trim( get_the_author_meta( 'twitter', get_post()->post_author ) ), '@' );
+ /**
+ * Filter: 'wpseo_twitter_creator_account' - Allow changing the Twitter account as output in the Twitter card by Yoast SEO
+ *
+ * @api string $twitter The twitter account name string
+ */
+ $twitter = apply_filters( 'wpseo_twitter_creator_account', $twitter );
+ $twitter = $this->get_twitter_id( $twitter );
+
+ if ( is_string( $twitter ) && $twitter !== '' ) {
+ $this->output_metatag( 'creator', '@' . $twitter );
+ }
+ elseif ( $this->options['twitter_site'] !== '' ) {
+ if ( is_string( $this->options['twitter_site'] ) && $this->options['twitter_site'] !== '' ) {
+ $this->output_metatag( 'creator', '@' . $this->options['twitter_site'] );
+ }
+ }
+ }
+
+ /**
+ * Get the singleton instance of this class
+ *
+ * @return object
+ */
+ public static function get_instance() {
+ if ( ! ( self::$instance instanceof self ) ) {
+ self::$instance = new self();
+ }
+
+ return self::$instance;
+ }
+
+ /**
+ * Displays the domain tag for the site.
+ *
+ * @deprecated 3.0
+ */
+ protected function site_domain() {
+ _deprecated_function( __METHOD__, 'WPSEO 3.0' );
+ }
+} /* End of class */
diff --git a/wp-content/plugins/wordpress-seo/frontend/index.php b/wp-content/plugins/wordpress-seo/frontend/index.php
new file mode 100644
index 0000000..e94d9a4
--- /dev/null
+++ b/wp-content/plugins/wordpress-seo/frontend/index.php
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/wp-content/plugins/wordpress-seo/images/banner/basic-seo-training.png b/wp-content/plugins/wordpress-seo/images/banner/basic-seo-training.png
new file mode 100644
index 0000000000000000000000000000000000000000..3a1828b6411fdf9c3f175e8d8a4c46789fc02dc5
GIT binary patch
literal 83980
zcmV)9K*hg_P)FGJb&;p~gK_Qtwe&u#Qv
z^*d*9&aqs_N-!_qIr8cG>o|KX^n(Ro@7{li-PF}BbADI9MVWhA`<=7b|Kz97{=4^|
z9N?jczyG%@CwT2uZcaJ>@015V`myi+{n5vMe0k!jU!D%|z}qL7ARosbI&u~RJL;8Y
zY7)#%VK)K%Gy(di=6TCOzI8K)AQUoZ5w7cC!VQhLjraUKzB9*@dwX(}9HBuU`qJO`
zXB+?AGsrGr@pJ1V?KI#0{dzn-`xN3A-M5I(Q7>d9ADvJ9^f^axqkRr~ZZ?3W<_)_Qqu*v6G{^AmKI$_3
ztUcz$G3D)WZMO5|0FOTQlgmdw`kjBA+#p2Zx=HxUBai*aLn>j&1H=BJfR3xhlR*1@
zoSQ&N0Ln8-02!U%+Z!;nz|>XUY^>^ML(*@Yk?Vr5&z=}%e0mCuIKV}6l^Ec=zL9lj
zV;|3%Kq}`+Kx1cH*fjb+ZV>>B`*VJLhkp3c0`*+UR}b(r8943-KhB$)WhFx!V88|`
zGLS{iR2M&w0raqOaieB^bKO{!Ypp%nZmg#Xj@%nbFx!No@ta?XpK%VJxn(T&9@J4t
zl=VDs2oiT2o*NVJ+3(S4=h~p|!Nr_q*&sa_DIPr;3
zl0yMJ;!m?Du_-!y3^_gTAqE!eVf<=MME90(=_m8l;%?$CSZb^1)^if~kjQq*apLAI
znvytRL+Aj}2IoCC3fH%L?2SF-Q1sgJvjd9xj=xL8-BQ!mQgS62hi%xM-0_;Yg5Su+
z9sMLz{a__=5NA14f_^B$+^uWc)GxS049p7&pY`QnaP
zU58@xVImL4nB2u@xfUDfW#ok$^5nF=3p<{C@>iFW8+_tZPk!U(`o{~u|J>*AQRqpQ
z3f4N@!o*4W*#xSfro)|lX#4_co{Qdv$n2+(2t9MneF=bxZ-GZgn}F-v2E^kVi4+Zp
zq9jJAFafH6Kriv6=?g*>N1hR%lfXT}v*GHy=tz-OaGqDl-cREOd}yo^LYtAfw?!aR
z#3W5Su{r9!>Y-wD?0sXa$S|~ngNESL*J*wYQ
z^7Gu%@N4L8fd-g>ab1vA-P{Bp@Ne=0DrBoPmx9_cvRFzR@!ILzeyh{OZqhB_S23
zX`&GaB;(u;kQ+D=pC>o4ef(PkYGopWd6rlWLG~FAlwt$8G;RycNotsUVkq*tVqU$T
z+UEPkhI01#HwzD6Il|5PUpJh8#IRG4r3jgN5F3618HH%JPL_2&Zga#D=Xp+`0S$_B
zw+R6pzJpEiTMz^$&t#n$LUORq6Xa@h2S6ojf_3b#iC=?HLr)w5Z~zwqhz|t9L$D*k
zAR37`L?AlGS0pX>z>Y(FY>pNb>)Ze`KoCD<$`qUd^_q7OW1Ee3xi-&z#67l^dNTi#
zbApL>Rlv1@#J7-2h5&rQbC|sHsokYH;~U63;9Z)9O(jAtM`%dk+eWj_H8&T9X!pd!
z`l>`CXR@&Xv)lyXhhPo5M$e)%HI*Ea7{wm3GWR4m8J>c9!?r~XGN&a1;&3;x9yQ;p
zE(`+)IaBqC4&(r5Kn5Ya;3WjXo|StgTg1^pCB3EUMX3%4;s!XON%6tI9{3P3b9*1;sIq%XfCKPdiy7NiK0
zXc6tzmi(TEK=WXVWgRXlEc*I$3&0TV#2J8ykVmX~Atl&IenOsUN=@u&kOBqot!s=R
zd5Iw)RL@QBR!mTbJQp%2nTp>SI>`T$XRPu8dV#ok6(-2qw3wiqNs!lzEhy8J?>T5u
zM~S^e{uG-hjU!TYNQ}U1^vYRoaeTeUb|lw`J3}8m08HN7R}$h47?b#vT&}q$IVO+y
z!)8xDLJlIaUGjo1dAKOfDsk6ctnRR_&Dd2>SV*IV$+m;2_QM9pqF-
zZ$sMzq@npoKN^O5_)5bmT|z*9(BvTM?Ub0<(O77n#6EVBr@WFA)OijK6W>C*m?Wd0
zn}$|Tr)+h&ujU~kyy7Fb9kgtuZZ4yX!v$Lkrg-wJ=z@OuC%XB!BH}^xij~_sG;ky#lwEc$|?97>=e@>!E7(cd-UvH%ZgJB-leAK
zb>J|)%igTbkU0Bsh=Qx2q2YDKU^43vu2=R4NLlorB^#7nsN2{u1$0@L3ETQ439qih
zM&Ow2>}~FYu8nitOycMyGe>+5TN@fN1w@Pm07-^L@4wZ>VipY0t3OMdILEU)lEgD8
zdEl-NLWBVrtO)wn>Cz;T)%gBc`}
zK4gwSzMI#j#MiBv`D0%2$Ew_ef2=!W$Y2S+LxdphO4%rIz_=Q33u9)c6Nx}Um><_?
zB4QDGpN($TZ?F*=KyGjBw5W#39^3Hk&`3xwidUwO2-Jg^aMM{+?#SF*(4OK-!gCIK
zPWl4qZWM<4KnLRIHQ%3mw%e`uK)5!?c#fOb-6AO1E}2@Zjb*>#yD8?#I;anT
zIFlf*%|0;)*7a4azx6ZJeZJrLFEo?|8`MW~zhu{tXP#@$i94&$b0e`}!@UJNhCDT%
z-aFU4lQ-8F^LAe!EZ1sWyVu2yvvH6h@#aTmX#c*Ut6x*X?`WeTwYQ
zqi#cEdj-h4?_Wx`-|6(+^R6qu8;J1ppzA7Wo1f3;^CSCNmc_}?ruGcz+Y({zuSnHe9yH(*<41~K!K1!jwEp;2o_ft?%jszP6U
zn;SWCXYNDYh>F{{ySgeX^W@1>H41xbWAz;Ka2v(%V$9z6r*8W|txs*59CU20U+a|3
z?w8LsfbVeacRi=a8fdK^chuiGrfge2UhV&WfMrrjXbZblPciA@T
zn3nSw_rbZ&nHdoZqh(>qNySAWOF%fUuL`w;<#%LX4YXSP&`uXB+g#daaa6S4b~(5S
z0QyQS_@4X^AtYj`$Eu2q1;X(s+#Hu*`EcBM*VRT~)-s2uiHoq)rdFd@r!;T&s`?@LnYVOw4h^7U0Y${6<^qp%I{%OAol`{me$Py8N
zZ&buj&Ut-1c3F;)+h}(wes!-kyr0co*)M;=ulhZpKVg^fUvLO*wBXD6*qe&PPx+h;
zSLR>%*6Z)mRG!yolsPz?3ne4c
zgt6+|7ShX6xCX(=(RLQ*)jhrIb*71r=Td$uNX=F>+bCidurao5bb-e`_(bo!5V~kF
zHobge1wwK?fwUtIvqMY1*LX2aq^tyn%K0DTxtQCBtP>J!c(>gX_H^0>+wfc1
zRqlg#o$r~D^jx|p8^ou;E4Yb$nb*LD>a*kGby@H+CgfELh0$C9Feyj`NpO@1Rw#{R
zyaTiVKptp_V#tZ(
z0_q~+by;C!Js=px9R-<5X*+;r3M|H5bB&U8l;jq<^Z|v1$1~oQ*C>LRUxWr6Lzsah
zS|8Y9k(2+)1UZD_%OZ;A9cO-mX<@7li0w}b6?jNvgU3{SeCpwi2)PTf5Qe-S<(4mCxLIpj?I5wbiPU?D;7!Ik$>Va)DNv$_%JSs
z7ZiE;S@XgsayRi{5$IZIUxJ4$!f2m1f2#BL?IeT(CP6XafGFHj>2z>Lngp|o3yPIU
zN{Y@qa5|sBN*vJ}JT9($ZY55zk-(+K@r~qCF-GA)lEd%bQJR!Us!BlHk9$fs06Qf`
z*sa)Vm&88DpLlazea$0r@4f3{!^R!)+UxJeOnz>=eYO7lavY;*U|bWCcEQ31Y=;e#+EMGb
zPivSP{%w&@`(5A|HwZMHGEw9M`^*>mUHJskrx>)Yh-1o`y>iii`sDiCeOzn3K8-`1
zjctfz#nz`uE^y#*V4m19Pb1zsEyG%v7ZzpORqF&qCyW$Z@-rF>K5Cx%yC;6g`xY_G
zbHz(**Pn^C8C0HwnIsB3Y9NuPKt);9wI20xaKvT$CW3U%Pay*9|_iD$j^iF>>Et_8^9eyHus(
zbj~?<#n|}LSiI!v*slb
zjxeA4v(eYuaogu!r%zq7g62Xb+rg9aH+Gef`Z$KT
zXP(#TjRmMhXI{8nWQ7xOiG>TtXzNuxAUa&E;VaY&*(H2qy|7c5(T2pnU>@gx%I0QV
z{3qc+q2Ut+6P^>u$!7xfI|!V1#|n@N9D>`LY>;v?*`$tSfDAYROkl%(s!YzWahSxT
zB21GJeZa8|bPFNJ$OSYb8WX7P;WHGK6HdG(uDNbb+<*V0v1!xJc;k(C<177n>7_R$
zG>r+|1Hdh!ymsw;gv%T&BsGhXK98pbh>LyVcMC-0nq*9(&=|0dBFFxL4~3n~UZ0$J
z{)E(YT9EinqMh*(ZonR+i1>NG}xteid!u#yg8Myc0UMHh3cVdu;xv%juQouAesuigORI3J;xX(_*}_neU(fqerj@_i6T!95QPi8
zY;lp`vABwnn{07kCWjI=S+7oHEVQ^b0ap!vKli+QVq$VxEM59c?AW<44juX^hV?mc
z@L=rNvn!Ttm>oAQJufbu_p5Q}BhMG{@y8LToO&zbRuMVYDjeEpdSAZRe2yO!zjwMh
zvFFFNmEFc()<@4IeoB9NcdNYjc(Oksagm(-CH$)h*$?i=d9r63OY3kE_P59I9CVovX7e~~aq-XVKvn;IQb2*mIgCHsXQ7~^&YJ<18fPG;VEO;Y&XclE
z)SOtIxNas`zh_ZUlZ3D9;$;wfy-HRC)xq|Bg-s`(bW2=!{hWB{!mx89Fo
zeqMXyjoA3?`nYe^7vlN_e;21c^c``^gWt*)yI$O#zWeFV%rD}eH~Uk?1->sx%<)hW
zO-VQ-Uy0GGdG}T9B3ZDC98-Qc-|A*U&ai7@FKm&2r|KKG+P}qmWvBmMT)yYIQXyku
zXC6`!^hu28sBI|wnrHIyZCfq6)8BPGl&2I^g+MIhoCr1BgOH`wIBj8g6*;3Rw
z=ZZHxdB5D}_JO}sAxWW7kwU#w&Wm2%Y}6oypzc@O?lsnAGMzbdQBsPYq9|1UKmUSz
zWAdiuv26LXv1`}9_~@gLV_2X42M)&eT{~jY`bT1X$yss!oS&8`$lLPA=ceO5GJ8`&
zKyK5Goqg)W%A1Pt5bbkQ5u2%;Dc0dXH4Z-4;PwtW$LN4-AH3;kzIa}&v4}<8zb@u8
z>5sZ@)cx!C2FksBjA3$%#uyOGL-388g~GI3=X*VWPw0N#^zPSZ(|WspP+v^czE?Zx
zW+Y5F<=Wc#lDU?00*-Zw6|@ZPxjmKCvb<>uJ4_qCy(7JRt>
zKy2NyEf%hSAjTG-9_P>g2^IXo+ocPBIi2&p_dY}%gtfl;w~@AEW*j4~eG!jd?`B1z
zEWE}TzI|PftKVLae1mIYwZ1oXvdS^8cy*eO`IqM%#}(heZ+X7qndY>=%q{NM!N=yb
z`o7lbIC>u4cP!0URRJgjrDEoI@r_cuOeAU^|B-+4V|veb<4X$jQ8Rh!R})9SqKsCA)32
z6YT@roF|NJYvfatc8{XcA5ApxN=`oImbmf8dGXN08{?^`_r$yJei+02yt41L`0|sh
z}vS*iNXY(fC)3D3Mckfc1Ho7DfT>2Cddi(
zgW7Lnw?%O-f~Y;$Zvqr#j|7{*&a4HseLIN>me#KU80)fcGJnAa`g!!YiMZ(E`(oCu
zD`VB_EwT57*W=@lhj&`=!3Q74mgl#`{73JLFD*VL&Yk_EF62XRPi}iWwe6N!D}e_j
zu}JhNQ7C4-uiYtjOSs>#hUX@A&u`)}!P0Kyfqf`wxHjj9@}%pz4(6jot9CZXv4jlK
zNBN3eR&fxP;m^DfJ1-#|Ad0jR5Mgs{^NCIh*v~%c^?u*_9Bz)U`M`K{VP-sOFMO*a
zKwco{+1`Ak;v#OJxADNMvn1kjY)U(7U)F8}jk!mr*cN!KT6daJQZw
zBrzICrESqb;${F_&@hIcYe!_^0F~FSxo)ah&JCY*ATRD15Ip!oz&c{@DW}egPk&}X
z%$~g|o_S{PCr9qX`W)69FTc7k);_r^?pkp}Ts7~HX@)>Su9)h9(i$Yvtjy{mzFqi96r+H9V
zF*h+xt_GLrPoETfte5#ojRlv41)4T05HP~O;tpH_=foeLTXaDvzyLT-sz;)MU?Lzy
zdaX%VIN(xdyieOeZUDZ5&4s7OTX+x6guuk??AR<(X$OQ>=K`YL#Ko7~AGh7MDps%F
z`pJJ-Xo!ae@&5ZC#xu`tj=AgZjxQ`aG0uMEhgGD%Hri*F{A+6ep1rSubV0<#Vs8SU
za8hVDAW{U0D6upLiW;s(*xDrnCl1-Fp8M8Q8!Uy7G?W!dbbsBAa!yeTG?YJeh
zg++@(&h6h8HSmpUulOO4LC=24pFOok;Zx#SLP5b3u~?}i00bR(3oPPjNIn&Hk-D3X
zJVo9D0Pl;?S)eUOK+G72&a~YS1QZia4m>;U^jqUIpIs1h<~|nBKKnwv|H1wto)&x@
zFTVUrtbSs7+`jzUxMJS#$Ego~n~L(+W;^qd?@j+P=HYuMoivLCO66-JQK7`O3TL}k
zTsfwWxrt@%P(c(Jmqimv3t`E3T>QPOQbBOuB43fKsXZ#n76pFaz9R8^2c8LPALClg
zxnGiB5_s6%!k^A_&eN_{MEE{Ql~}TXNyLcag6FcU#gl%u?>VkGNcU0<^V`D5IPDQz
zT#M86TmO*Vc!+JskQ)Pgt>^^UPHuN}VY3w>vCDgmDh
zG2kOF{@xs!J2K$}{KHoe3UCwvZJ^o!8CwH#K7ierF$CjN^
z)*2^S!|3soaml6k$L)8ljX%``-KU^!8_B_S!q*a|=h~>_>jk1^DZ#
z?S1*hbe-4VFxRmK=^>#l@QiB`uA4=!cYr1k_jN&)UA?f_`$S44ZNc74yvQHi9XhAg
zpJXT^)}Kg}Z`%3VZV{VL5mnITd-;fceB|vSrgv3P65%hg;D6I0?n^mL$JMsmJ9#|M
z`8F?J6p=Xxc|74k7$@d5cg~OHbFH_|DaQ`}p`8|560Q<@c`cG(Bp?$Gx6g~shQyVH
zj{danQ-e09$57K6FpfpAu;4!>d5yNqc!E$!f|wUu8=CLJva!&lVx3HCnJo&u=Phkd
zu4#kDHsA?_cJH*)Z;#J@Zeh%u|9EWK@?w1W;lY^Ek9O93UwkoEJ-#$
zXus~;>L(YaYk%;;^+{X{%;o)!84*BE;QAIugd6wQeUYO2*d~u}5#o1klM7Wfu5-aV
zP}^UVoO8-8_lM{3J=^WS!RxtNc6w9$T((Gnc`O$@uhF}@9M2XxH7@L{8YAV{b*wE4
zDx5jTG>(h41*ygqwjCS!Pel~@U*w`|LhYlRCv?9!6)Kz8=K1n9o5$4B69o-A^d=G+
z;GMeJ0n=~C9XA=5UH)L)dFPr~w{Cm9`s!OT%+K5JycbVyeJUPVdux1lVHamT{QWAd
z-+1k|m6xQxc;boOb#l~%rovL=UnEdq(n4}@{Cccuj#K%f?9*3%ELtH9>bY_NS>q2JoGHSox)%PjSe_?aYV)h~vU0^(%79
zLLqPCQ+IebeV~kZZeCaK6wfs_p4W4namMZO`7bPr1q+^tZQEXs{riV|TCnSdy|H4`
zqL{Vpvbc2KZ>WfVbF?cK{$}K&=>x@Qy0{##@7M2^7}k60H{B*ocV2(JmYK0d~|
z$4Hm+kTxFtZC~r2)>+3k85`Kr{aR=ZAfAQO5v`Z_q~AVip3}b6`^JPkj?uajbX-ORyEqNv|tcP18cy&afEvo%fj+Vd&lA=YkaTeRW_yyC&zAi+KR6U
zjiinION-Qq3AXiev`p;lTld5%$@4B9OE&1Y{i``fggxH3trpe7TWb;u1Td4g=Y0>(#3SHKg^k1&
zAp)RI_>p!G{Vhfa20Qh*<0s>)s~?Vg?)`FX*zkP3_S!o!%+H%|y%U=@Z;A(2PsWW4
z{v}R-_`Boe2fy`Ln_`>u=xwQAmo0nd2rg2xg}7A_CyqN{w)JWEIwURLMRCXYEb=a9
zm={HC#H7d_7xAt!RM6F5BtRc%*R5Th3K8;5Hlk>Qlt9{!M-N~5#Dc`AanM%+Nn9Wv
zIPy&Q$Hfm=55}`-)Q(W=Qo(I&WZdbC4h7NpbkR5Y3y-!#1y}+^>r;#&0&owuw{LR0
z?UHZA_ju0yQ_jlY$QLz>hNE^u2sdnSE{R6vu6%;}rwvFOQ$Dl6>oO6m{{L$qY#Ud;
zU|kY9;68ChDlD-ctWldRSS!;>AzJ^E+ORg9nFqT5#~tq1dr!cP!mFH*Q*TL0mZd7vkgxzI7Vy
zSo{2vk<`~ackPQ#g-AkEyGG#+N$P}GF>U=oau5$DK_;7aH^ioP>MD#93AhISb&T7t
zNkGUs*oU=(cvQ@Ff`~ka4=^v*#M~u0QLJfRJmYT_4;3BnmMADV57r9%B{C5Y-~u9%
z_F1T@h{z5Ks}5X7-t_uilo&hkA7V~iTIgcE^qKvGbpa#Vox_i|0R?Xan75cBZu8SS
zZuTJNwChLSAFU_$9R(QH2j8RS$+zYY7I=x$eACO^aUM|!S;%uP)KmC8IZ4N61wOXu
zfj^0j&O%un0-?Y~u+w-#8gii3n^jZiYl5t`HZH-2#8Z-5jChweKE5>GeDl2+=I6CH
z-i(dUZixF=jm7oz|1nN`=sRb)P#$Y%J@Nzm|61@*IC1<5H%Tn2P%A+#2tW|pNg(l6
zd~q$zX1_g`3JVF4Ifn5lFhss+c&_4)oD*5YR?I1pk>oBLiPAaQZ1o8YkNWYhg^x*}
zzSG5gQl%Q0
z#0m{_f+vV$@qxGx0*w9v-{4OVB*f&jz)lnCLHW49L9U&TTN(%lTc;0+Qd_-dYs}U~{SbR=gF#G4eLdEh}d+F7e)0kXy&1@b0qnH!7BJ>dvstTuymv#^$
z#GJsLD`?vJd51-;=Yqs}$$3n=&M6f;<*4T~7x+}BgYQJ5+DYMFRuFY+D4%DW4f#o%
z4euD~Clxn}9-m^OX$?M_w}^5v6|0kOe{6@}LG^u3*$hqJ+
zYtsb5puCgtgHSMl4QdtY}+4tJ(vEi9@anH)n
z$941nHcox;JHASV@>pB*$(tm94985cj?|S)y2tb
z-|wU%-Om#-fc{>CcR!jx@u9vgz}%0b!(+?m`TXg+RFv&MlfTK`b9fxJoZku`!N2&n
zD9Ga_o>p`J!Y;=l#|*JptzEX}HhCUkTKygGdM&b9bwff(ecgmR;al%0eg#f^O5{HU
zs@5g(DK^}kugr%67ZwU41rubQAlmIH`RrWHrG>zW#ey=@eD~cCW2&DI_aBIDJD!V$
z>mQ2o#b?ENvw!+)s8AkjcdWcBjoZdeJ2E^D-b`}7u77K1pA&DMsAa)-9?Z;|or`L<
zKkECoxq7F|eK7UHZO-w@(tvj5r#s%6`yH>r{U*vdbbhZECT`w=mQ4jzMb6I#%fDRc
z8Vi-6aXj4L{w{5;`)R%@y%YSm|^1By)X8GYW{%!lV;5lv|JoE2j9{2tZ
zigW**#BJlt_#CL6jkI}xe=U3HdlUPoE$8Dixz>EWxEh}}-*z{!W_F*!no*-L?rjbS
zMmVL!$S@BZjhu^n{UNUYXb#$hk2W6WP4r%|z%-@3MH4aC?e
z-ppNJbIzGR`+P|MoQs4voB0WAj;t%~V=OrSK7(!{tPQK-RKaCh2#te{szfrHhU
zBB21F5Cnso30Htj#3G}y=5Wuief`2HDi?#W~D<76)V4xS9(?
z#-JOFx%M!IeO-<7*b}D-L+2r}YaVJ1=ZO1N-IiajeeCUdFgFO=JBTyRHD?aI9xOaW
z=u_9sDPin9tz{qd+ws*NQ7r8%4A?T>%7g{u!?C3i=fX^CJZh|QXY6@xpQRB)&s9y7
zACs22&J{}UYa^17l7RaLN8LwvTLFgc%|{_ufC%=p&-qFI%WoHaVJo`(
z)Xq5cos`nOTmy$H3}G&bl}Twd$*2fx4K~MEtIUE%;%5V{>nLQ@81_MZVLXHu>r;r?
z5U>%baau$EsL^sG1maPXg$E7B7+gXgnBvOZXwN{b(|z%ca)n$=oV35rYyQ%A#IMdW
zPP_%*fV+|Lnd=^NWt`?W8;l=gR%gt0KS*3VmeL@Z%rf97W}`2Vb=n-F<2Y&V5GjwD^8XSXihC*s6J_0JF_R!o+A7{!v-Xkbs9D}K_yM7U(6Fgd@sbcw_?+*0@zX!+
z$gzQdn*P7|_2mi3@#0Y)1+i*AYfIhk^qBt<^h(}E&lz&zD1)^vT#U;Xi67FB)vob)dV
zp`JL^>_CuxX2pc(wV-&8U$>h>88AVU<)`<9G4{-X{m$GF{#Z!k)VvsHu0in%
z?x~LXml^XScEBWIz@lI|RzYP~NbtkFMmGETu6G|7#pLGOZ{LdTKDWz%n*WmOcfNax
zgtxwpbF-os63#;qH4H;KZUK8>&Ji%pvCefdVg6MJFq%?Xk{
zEqi|cz}Znu4*mGh@|7n%Zy(#%zH{+Mb8Zh^2du1y!FktAtkqoHz9*mhGk9)aKbhcV
zvX=Cl{XO3#)tkwEJ^Ao!UVmSm@BGBy=7j>%@9+3R*w@d+7NHgRyNUC9O|h{E_UG(#
z+t*uvU2C-Y@;TO^r~QNYu^NTN^nF&}TO0N1?=tPRHaqF$!%<95z2rMvvEAqPp|k!W
z=Jq$gxmQ?Qg9(?$^lZg7SXZ;K_H2dv@SIe$v(bCyb!Y32Tjqmi-^J?trL*_k)vxbs
zTz71JULn@HKX!iFzh=DG9oOKqOtD%C+uF17)8kwZy0!uqaTbmBoCSPX*e~y;@r{iw
z_FeORO*UtCqhKNdd6@tZ@Uh0RXh3>)SOLX6Bw_3e)&A`5bJ^wBMlt!~S?^rF^7!ZN
zW82!RPk7<-kw+el`F-u{zR?tzu+k7iygvfpZ4-^L4gM3J8-jpO_@2g*F#V}BtERcG
z&x-wfft|^3@8`VC$O)s)F~)ON{nJPC(gJy7ljJkmpIUd7#%&bVqVP+6G^Y$0!P?A~
zG2|HYGyBR1otM97+C%1bEW{auNsL*?wSVQId|BvhUbnff8pC(R
z&3dc(c|Dl-_nNLJ+d{f6Y@$&>aZZz%WEXhZ0zefxjUoznQcPN{GozDsUV((KNb+KN
z)6MxWyuJU_f7y!d2H4d%U6cRm>*vlSRz#4C!dNTYSI2h!1g
znZPuT_ua7YY#u*acova(83bK5Hz=cacerXTZ5F78PgZL}KVh1LPjhgK-uG3veb^
zt}QN8o@Y~x$z@aQgeSx-iIByTK9`vnXQT2w5*sk*ijBtTdpf7`8pRqhEx)7-ZtUpm
zgu&cEQY)sIT5#D+!Gv2}(>~H5;YJOeF{-9We&jK(KXZZW+jSDSO#A5`YArNoYHSb_
zGzt>=vB1s%)ucKM15MJRqfQdQy@1nY*pKTQa5ED+Nc*9O|Nj%`-oJu)%?U5r3hf5i
zS%>pqRy}y|hZbKJm&jFQDv|(>S-fft&@4~m7ZeMU1O)}yNAY4V3BPK^BF=NvHHn-W
zAMEefq9RJ{55F0>s-#q$edB?B(;zA8>+VLw;diLlXghVlKisoE^Dx
z699Zj?8UnvaQIv}fFCu6;*2wwAIzz8sJPodH)Cpc$ls$Ia_6AV$5^s9kO%m~eB(S4
zO8Cvj#|=K~74buCfIVQ>xIP%0K6OLAm*Cmb<|vo>g_opVb6DK0T|Wtvge|nw
zJ*-RND1WdouCobYEJ3KF$lOg5_9-*@kuNAhB02ibxguc+IhsN>Q4%MKu9^qLgCy@p
zgAZTE1@H(T-6Zi0qj{HO*=TrgKNXLP8)B;_h4@Cp#F(-f#dqeyuecpsu8n!zkN&yo
zs`aQ#d@#j*o|iF1ZF@~%5KR$cC%!=~=b
z&zXQR;uD0(;xO^*=?P-uw`}??3}by@n8k-{BJogr5)b(RKlNl0>b1;bZ?WNglL^I%
zX9|Br6Ph3y_vYIS3$kOX#>b-Q_30mSN6|`egVaDo?$VwbLs3C&;5&)lZw4@r>pSn_
zNi`J^blua_XlR-Po{dX4@aO|gIRN&oFZwRO;hSqQ7Qq~2<=OZB#!_d*y(lh@g?Y_lOat*V
zcJdLwCFnNq%TLE#=4)(TJjU^k`GT*iAAKU88V^&$l^YskR%ZO@I{cOYDPC=}7h)dA{`0
ztBI-QunLZd^U=hM&N|k7rp}~%4bJDP
zb>cl|2Q;pk-~so4>PZN%_Rt#OoUCv%$x_euv{e{ynyIZE!q$b4@7kT3css
z{0v;gHB^hnL-xzQGnT6D;+pb((0Zv+&>>ZL5_1TAfu=q!{%~aPGZPpO4gh-J5WJVY
z{L4{1?!E7Ut+;NOz52u#EgyaCv6$~yz51&niTVyggZLNbP&^XjAhO0@&2>?Sxid8t
z_+A1zU9aCY2lb%>x3Ias+}I2xAl9V(940?ZEF6cXYvKTsO?^^8b8aj~7QP_p7OVQs
zb1~1%e;M+GIKp@3N%8mEh&krhKEsUU4xCvK+$31IC%nR6W03peI>w5h-F#W}xd(BK
z{Oc2Xp*7U}j@Fm3M$#H!4dysoz?EY*-4<=e*zwkP#RYj6b}hiH6>BK=#C2nWIL+FK
zdIs)=b*!a^(v3n91B;`8W{}X)y3g?_()uI_^ogPZkrLb>%~~J9Mv=bfz4_nQUvtCt
z%U2xtybZIhU3c>hG2fs3)afW%5i7AvOxOJ)hcXaq{bmuesjj)WhN7O4oJrir@&$Ee
zL9`fQ4#~z(wjc-An%-0(UKo!!pg{<{U;$y=5Z@^t5*J#0vYk1GBtyom&Wn6j4iRhQ
zjb|fPxTpDwcyL2UpO7!)LxRUO@aZOjxS^PkC&|mgDX^HP#|^%*A{Viv@-?C11EMYq-9{
zKyda8{(wjl^@gD6S%4`3T<8LlL>nXC{8w%mFJBR^)~8
zuk|?&e(5O{O{92O;>D&2hIPTAz!wEXXOaLZHt+)iEUYUo)D?;7w3l(99J(VcqgktiI;o&Ti`6w0lA>D)KPeE%)*UU_*v;2j0h+5C>u{HLAuRztcB2TF$TDd?Qxc147%x81Z%NZI0c{O@#F=|8bw6
z>{XL!#v^{&_#h6z0kGBN8*daGbejQ}%)s=<4vd4zK;(6mU=;Mxqxn_zXU}-e1`6fY
z-gfGr#e6^X(4))Q90Uy<;#w^1_{5Os5Z}4LgmaG1M2#-r>zPP>7K&k>i_eDO;#~P1
z8ySx^88$Jpk2+WOB{fs}BK`6OXYpFWR;UEgh5FUKe6$_)yviIv8w
z`D`8pn+HQRK+cQv>KL~EOC-^-wsj&*>l`+oL3yy4`wYsv-wFzA!bhW@ZekT@zg{bK|hOb&Z#QTZmRayKRM7
zxT$EwKhN#gcAT4eE9>Oy`BNSD`RVJmX+mS8@cHF1JauEog9m)~{XEWdv`1r_!~JaI
zxL7{+_!CS2?~z9zTfXAB=WnP`Ztdumhhn4f)vsO9W6D_eHGLPR^%*gne`~Gwn*A7R
zt+KlAYu>wCANRZZ*829ZzbBtn=XJi`#~4rT<1sz2r8#{Zx_!xczULe^c+zJ#-q!fM
zve~a5+l^nuv}4!nQoq-l&c5Th#)j{Eey^=Qk2SH`YlYYaY)p*;Z@~5nw+>#84JH!@
zh4+;7L4`gLR16$QZ{T&W_msWq&EJZGam(#@Y_L#n?f8oit%r3bkTS15)h$1{elLWzp8c)3;Trbxx={?XIGZcV6e~A0
z;so#t_vARoKs@7I@~qBziW?gq`*xtN_s02AjL63kA2wiNAdcZzhYjy#f4!I2@*K_^
z?4$8ls>P6SIql#A6ij>p7s())r|$y~QhwIlPkriO6pSl=d}#Ud?>}!tZEGJp>)&JE
zZ@>LcV6<>8;1kFEUbqUlmw=0WcgjExs*_qbiQB;Op@A4wlLPBYPva8rJ!2hF6s89N
z?@v+JnXs=!-2Pw=;#2FwM+CfHxZhjZ=>I2XQG{F&qOiRZ!oj3ejb9_N|^
zF%R+0=P5pO6ToJ+<`SRGwdck+DHi7t6Fn5Fab*n*%!#W!cv2#c?hO~qt=)L*O)>W$``BqHKs|j}
zoN--m8BDPF)YG1^$!1wN_S2I|!EXWhl$YnZHdudr0;Yi+{EFU0!q?N>iz4VJW5h=S
zReM_$$Q{~8gs5f#ap4}!DRM_)*INKLNAv;B4dRN1g?#5T>S-M@L5$p#aW7)nZ(g__
z*0FGM?bJ-zAIDR^BUhM14Z)ivi6qXW#zl>%eRI%pAwYo%M<}@^97v8)N2GHI7_p
zUHc8ZV7wZ9oE`BukNEAD{bsB%hq>0C;yH008ih!3fqY`&rX&hrD&8<4oISeVyb
zb4L`5_n-1_%a?usc^hn7JNM{mG505)c*uClBw_5a0DWIiK*A^Pn;eX5?k`c*8vv1b
z_BZ~90L$FG_~}2!Mm25UIFGT@`5{({5e1glcs|^B4E)vru?}mDrW6YbnAF2=Xb
zxM}0xm@vsRs6MDBd*vU^c(3iMXEzG}%idl1
zNSYj30RMAF795}8KzNLTV-mWn#>~vjY|r$XahaK!naRw|OnvUwJ}G~*?^3SCIajR|
z`s&M!j0}$VZ5!@S%f9aZqe#zq=7;K__}VwVwHc&qKrcVz&s+F+!Q(@iXGie9p*8f!
z{@>UbY~r&2@QL&CQI}Qn3ZM|CUE1$O%V7^;5WI0Za2e`*5lu$_SXDd?(*$Y
zyR*l=_Fwz0lpI;97Vur}$Xl!(1$OsL*jyK&)Rv~@%uKk
z26W5aH`N^Yzy~g5_@!Wn+#<&qY!rBgUEZk;8!SVSAG&wRhfda
zIk4-%aE#fIL&hn*oXcL%U+*@by)S!-iN4x9AL5?;=2_MRt8Kr_(k9*u(9P2vo8|xn
zs3zY+rH19}vg1c;(^$zD-g(~D`Km2`7zh-Wxs2pYQM;F_q?0ykoedI@7Q_j@%z?*Hgw9BAFMfW@g;X850l5kP!%X-FMLZ2i3Z3(OkTok
z@#W5?AYnlNHtl(VN0v2btyLi49z!5DrM?9Ver?CbQ3r>e!=iuPEg5F$TpGCGL7-(%
zB7W&1+4C;@*U;b6TLd#U{@Cw2{Rwb{oajbO0C35T!Jf!S&H#3iG3(2TC;YL~Ji<`G2QTUxn=oCAwb?Z13
z-SuZ^1nNT`cotC2j0IRwj{qb1loOo-6hO8(K8a<+Ac143#g)CGp|paD696JDX$@$2
zZ@#7f*W=!D#^csxP;Th$=Wf*;`0QuDp1g8+6fl~-V*9Y3ejL(9039}A8$RSuBKU4RV=fOd
zWY0eDz04TvXdK$*%QVw!R9@WHE5H+20|3YEIxs
zb7pb}1jti1vy1u0S@J>sN?y}z!dr6Gd(a{J3WBY#1{xB#0EOBBE#yKNZu2RG;TS7A
zQbsW(^n@qArw)kkeeZ{BHY_*vxi5a90>(GJ`Bd{KRPwMFHUBzZK1o0!SWs@r{b{4j
zx@TSY9YS|y_qwn4b-C=>ggWoccgBICHY4<&->W};pT}$N=hbafM)#dMC_~au0I7aQ
z_pj&XF+-kb)L+oi^_k~bsM_m5t~TmZ`Fh;FQ(pgc+0WKBfMlbbN35xNT!Fg<)a9N9?etG)&?O!`Llt=zf&UC+(^_m}xsl3pv=5xODcz*S~Uue(jI;!iucg)E;
z9)ZFljx523NTe9o1Czv0GG)zsLKcciWU{9LoqY1ObvPV<@rTxIP;TgzXZ&r=h3|g%
zhvw39yEGWylczL5Wn|E2J%tfoZJCf21>{r!Vl`0d@!FJf{__{W!PeS@~6abiL5*Upnxg>
zW8znU3~{DzaxPDRV%`O~@rQN9x#-$KV<>V34h-PT9ddL874lfSf_7{nM%&KP=oLFd
z(VLh`)}8r;-qDMAhXf3zRNZmwVc!+)B6pDpZxS^J5N3SF`L1;hIHCh
zAMO7uofq6X465WCxy;a`=xMCOfFb_@z&vSm0B`Oi|B->dHi*<0#ZNP?>eK*0
z8oyx5p{NeM2f*jO?9qpEZvkAa=bU|wVU2Glcb1P7W1yYN$-7jBnZvvd56`PxhGhpc
zz1ITDyl+3?4S>Ng^qetlAD#jzC_|NV)CPIbfV&{VLF{l8DEns&b5hXmp1_MJy5n`G7})P{7{dwu-6a%osC?|TiYhhL`-xK{i*XLC_^*3^kF
zBlfgG{|cV6mLX$<)7J3MKV%#V)gB1jyvHFf^+DBQCpas%W3zf;yLUj7p4xf&3fG67
zYK@R%6YyL4v2#VcTCUaE(Pf*f+7N%&v-5hYHu8=SCuDsZAJ+x2+N=!ihOFO-y#j@K
zvbnZ8&CgC0?zH>gk8l56ck2y1Pd;|vhSrdtb>i>s{ojip`p?gQ{)^rJ&5hOb)3t}5
z+EDJ)2h8D5HqVEUmMadnqj1SSp^EGUw*=7Xs$7R@he}hdGWf}
zon#J@qpXGG&F@9>)pdwkN-K4F_uV!7_gt5meG`h@>HeIj>pS0@=alR7y%pl19>|^e
zeKot2OIyQy&9ms2p26Aq-90z3AE2->sq=&eg{wf6Yv*Hh_5>CtWh<(K(P8iJ&h4M~
zpY!U?z+7Xx?3N2_UL1Gal@<;K*9KMg!+(%Gbtr_FGevIX40W&wMUKrc`fe#t8`AXA
zu?&PoAM)738FY`{_#pR25Bf&dV{_gYHnix0p0OoCLmp!#Vmw^bQ}kVYiLFtmU5W
zH$JA&PcVht*ytWjKYPl=|FK_6&y8R4FL6n%icbC(gk}%>mE-%N_Gt&}1L%PV{>Y`)
zT8_#GphAx#ug|;=3fMPy^%=SlljvezB!`rpb?wFu^Zj5*ot^WL@~{`6K(H||O4=+f
zk{F)mCK$+G&g_yhlkj^4=)f`Izw^$|*MabwQ~qb?NyqNn(3;XmFMdP+lhpN}NIqG7
z$?q}$(zGmE3O8qXGH5fr89>S3;p}kNP$vTEG@0l#%Fdb4Fl54q4T5tANorG{WDnoP
z1{>|*H}zsadd5ZuTh8f!?bZ&?EF8W$<4}b!vIqX?D=)(;@yq#;@p3S>VGB@XSYj*W
z;Ehaez&`r)0N})#y?h|@U3rsKh33o#XGF|dfTEn`D&%0
zGE~Uf{9cUv9qo63tn5Vr4b&}PGB&+XbPFx0^VFPtf`Y*xf*+c9&fq(SUd{l6`Fb9nx!*y?Ui21}kRuFD
zbS3{|d+yM_tUDjjll+O!+BdBAJ3^5`JqmcK5Bv?NrM3V($ixT6H0Q|Eg*ocEv4#LX
zyi>n`_2KUNZ`WdHdKP`90D6J&2oyLVS|YHZYKqhZEJc$i!(SP$*<`c!#3#M44uh|M
z<6ApVI%eO7)|j4r>|=I*_@f`y{CL)LK1^fV8XA{*mvx@zWC~W0ocF?`EQTn&(PcI)
z{HjI|fH*QC1|AL38kB|xRDe9d$uru{U=pP0XV!?Blx9ogW5`5j_Vi5$Qvwfxij5W9
z1O((9y_Mn5o!kw7DDRSM%_rt0x|VqJ=G|3h=4
zfS=rL?y5I68$I~|_K7Zn!{`t)4@<3;SeLxdd!5yjJ^2C@U@ihV=)UBoUM#N&QyHON
z0IzuEadi;fdiR|>n_;=3J3eto&5wiI=a@^iSxp9<&9B!>m%+WI+0SdohQpp`x@`}N
zY;Ne%CkPV+mI
ztsf+SnYwj7kRf)z{}|4)Fe9>AmkezYc=)uQ_MuiO1~Q(3;a3R~=LHee|55M
zH}snn+tul@|JSofen;?23p-rLXn
z)|iaB@4(J!r(ItM!AH+~*Un~8Zs=X-JhkS>$3Olhb1KiR-8}4hH*Ffp^*p!k1I5Wz
z&xK$4bK)GN4BnyWm)e4Mbwz&o*q_$_q({_2LJv3~?-nvk&)^*y+QDz_iH${8xr3Oc
z2Ni#1oxR-A;;s$aEUz-4(l?b`a&?kp?#=a;e>Gj@>w4=;sptP*9mf_vPOZbaoT{Ja
zol&)>X7vjZyDroGwl=5!F1q8B6>1isaA4QbWiS^38Sn~~Y?v`LawkgS7>oD5^Vi?-
zi8=`0eA<(Co_O@W4Xrsn`@}!2`SH`A{(NWuXj0h^Zz;@q;~C|3u;4uh
z9K6&Y>)gxG2E2Q}q<->726{0JbC-P}wnXpfw72fyw|UJ5u7J!Y9KG}I@bS)aKf0+4
zI@LY}uwh7*VM33LPY2ycS)Pep^%L}{SI+6H$nkvc>>!8yk8E-#b^*NRHd}w;L1%}j
zdMH2lnU|Se$phzDzbm?#TiQSztYhLBnZz(Yj1QpPEg+ScrQX
z3M)+^m!$v(Lls(3ehK!Tocs>u9K{w=mb!fY^WUh0;5o1I%_FF{}a+Sh81yy{ga
zB-aiFrhbiN&?J8kZH}Sv(!4UHa(-B|zR+dw2~V0|?#$jG6N>J9F{@+r?oEqhh$yHgPW-P-0LG!ijRCBU420OqoeoIt
zw87&WL0RmKezRB&fKc6|XYxefIbgG&b%wE^M}Nn@$d9e$rMam7=0o1I47QqSBs$Q=BQe~5!MX8i#aO!A%pI3WB02Y)9x7+sqgjX*u1=RNPEbpYJ^=}+%G
z;ply9NiRM9FLsW&?D2c_p39%K^Wm$Xvqx__|KHcvCm*}`tu;@szUE#E%`a95pG9Z`
z?1gR9p_zCtYYqwWpFvW-z-eR*JmrNKTf9$uBiDMhHuZ;pDzPbPkG^*};X4{`&O^%e
z3kV>Dul+X!%4SGGZLI<;Z7lZCXBl7unSM{sd0vp)`H7pdL+W4c;v9G9Nq#~M&SFn!
z?nmD}UjUatAigd>VMfjKq1wrl`K2uaW58DQ7r0W-*duSdU%*7(!*7mOe+MYUFfVIQ
zlcFaVq+w+pqPdlO-u{j=>HxU>#>>`rC|>c&W2;ZjyX!q`>yuZX@z2#KU;Em3&9@bs
z{d7o`9M5~_FNG<;YhBk~lT#A3^nuGzqFz@dzx=g_M(LT=?dbchpLO!?`FihZtIKUN
z4jeq=f5|rs9!YK>3jdpsFwD%%ygYW8nVIRh!_0Ji3t?tvW@hH3qG@@QPfxX0e0;2Z-H`e+G##@M0dHj_?NMiY#X8y|0b4f^_QIs6>
zQeHFky}Y+o%JW=a=d5kKUm70{Nqkn2e+~+cLeP6LN!Gwh_DG-gy+R4;{abE%*t~Vy
zy;s|QH!ayndHItE%v+P6J*%-XIpF4H?DyY)H*Xz!*j0XgQ!=0&GWG7roYjBic_lVf
z#lGeD5FcVruNJvq>ARU;FR%&m$m!*Coz2tS!LI_{p`oX&vtEDwecNJ-V{L~WPqV)M
zabicAnz|ZuknUk7`Smw>2gyJwJMW@qFL^vVGNueD4L;Zi&S5Jd}&tT5w*(pfIZQ
z$q5%+q%Z=3E#`o(Dgs)b_25IVnzyRK<80rXmTaVa`0Xp^tt%cmgnEsW*WP*Eyfty+
zpamgft;dk7&4_wefaG%lE$j;-t=hy;e|wxY__$4&IKBP`InbK$|Gz;-0F{7GXiGYW
zKE+5sec@huhCe9q4B6i&5a>ae6Mw*veJcoU=Dro)K|Ep-+7c^b9&{@Zh}zHhHP_Um
zu1~TY6kdJxZCiDGgmrbFU)vDio8~J|KKd+!>wezUW?#?8cX9)LX1=w~$_G8x
zUSzJhm)z6*;eE}q^tjYmr{}nLWm+$RSIvR+uHFyos}9%{sdvUU%Gq8lm^1xFfeNW%
zm}qBWOFDtZFxg^oi0V{@My>!BXe=22#v7lQw@#S6bz=$fhhM)kZ;iRTtI>nP@Z*!s
zTSG(7q`Is4tpT+Rz=;9?kpluj2jmi^+0djstE0m;dGfus)mF#b&byvv1Fi9>f7l8z
zfc*eS0c7-NAgH)@kyP2|+`IZua0c~V0CowVpqtJosQLEOcjAzXPt*$>;&?86!MU^>
z@z4B9N_+GgNnqHQ_B+&?`dACYG&+DhLwU(&Cr*IMYek~GhSO&BQCFrxMD4XYAM#+Y@h
z_F+%P2JbPpsgBZB@)(&P;ce~Pv`^CEFA5U)`fxT;5`d{cQS$J#2ZE2nVj$q86i;L$
zRrUYfpzF^+|FZpWUZ#m;So{5t{bSxbW!5H*9uzLR;|TNC>#u)|`etqGu*z$v_63Lp
zWJzoUP4NnII~F~Ho&-PvOhFn15CT!MkKddX2+@b=We}(H
zneib&$>&-xi2`j@f@0^F6=~1(z*5D98?z$
z+Q7iXT0)pqKc^1;9d%IXIu`?8gcIZ_+QDSVfqkHaGg5d;NWL8K6nC1NMBMji6J
z3OQr_bUu@R#HL#G8Sb-w2vUx3?b-aseRrH^b_$!3}ry{
zbP;FvK6Eh{38rySsEziV!c?h%$_bu@t41=31X~UUEL?&J>^ktE%gtLKefqiWd*hOg
zl%uAsW}~emCa(gKKAe*44r+)J8@b?r23E&6RJ3Q!Y(6};pOf<4#uH_Wh=
zRvxg;H$U2X`o@TjBwdmo`jNJy`2miwo$vCVk}d&H{oxe^%P$P_o`N2QfbN4Yg?m9j
zBqToM6!*jjAAbFRCq?ALg|d9TcGCC0ukgkn*1HC%+Epq$c8>
zf7Uru%v(>r^sMc3N?+`
zIw-8TQhz-t^!AOB{S;*Np0697&tiiDC9Wh{f6tgZKNBBH%sNl*s*B(jlX~K3zdSdVA`y=;qC}Ib%Bq1>K}jV)^sp{ja*}
z9`n}BhbA|c2rsy+%bZpJ-2(I)D^I-in0f2E>+VNQE?Dsfh0WT(DD;jg@4vYs0LX<%
z;v#6v+i!njY1MgMW6iy6r=8Etyp#DwVfSp|fRH-4=Y
z>p^c&SpOi~Ee#4S_@0STZ7X65-!gg5;B?;iB$}h_e))Iv`PAo>lDuVjFMD5c0C~v@
z`gBhDlM*0WzdkN$o-{_lH4X~@vUe8Vao$)P|8thV-7+&Xw_$t64P!CPNs~AZ7{e)q
zIc@AR#KlmVn`Ae*80b#aYyRGPHDhwHoiXYEp!ZyS?-Q{`W`BVYTKDfL}k
zD*gG-M;Rdf=jel83^>Pp;RwKu`4ix6f;qvNb1a)Ebnh`U>SWzfALop8#=wvSxVkwF
z;StPTyAFCe;CAjj;NE^`x7)PoRX2RZ;;?&>&sPJ;Q73+5|5Z*(CI+;#JI
z%K3bCDz6t6sr-nCeV>{iGcBLK&i}q$Wn=juYUAVwmKWNXtM>UBi_Ey0036AozFUw`
zTezE`wA_#F%2iLejgP+M>KnGW`uZ(8`nEpgdW61KsornzD4g7M>7h%x@5g%C2>md&
zE{V3TZIal|D2dn``w_;VK{hmgvI~A9TUU{IMxC)PtJ{K{C6V?wf|ib$qn6;M35F%3
zhIoKPp}f`0d0>H*x;f`S9C+k75F^X14q_ntqP(;>`kZJp@fvNncA)Rtg^%@b5`_@F
z0MZ~15`G4IQOBa;jq^xYDH;{?qs~}H->r_Q=dXYLyR+#(|8Z{c%9GkH5N>#@!llyN
z2cAQ|_A3Kc{>pvz_17+yh74I;@JaYy87DW$L!3yQA3PHLBqY5g8X(tETDz>5|6R-Cl&ZhKJCVSl7
zch?3`&*dr$wuSB(N4S!nR=&*LaKo5TM!=X#pMCaucpBiE>qdrm46yu?B~Q5PZy4<+
zPFm&;9z5h)OZ)f#*^M2y*mdeM&6VUl5SG=rGL9|d9b*^*ykt(&-q~sD)Fq*>A_93|
zZ)!*3{-M<#wD-5k*6N4sR$5vWiBI%Ne*~bQUvo~#PbyqD?^w6o-Q(C|aS3%|UXVOXpc6nz8xZ4CyB7xEP>&%ms3YoQIrduL}16n
zt|r>Xu>hvxHv0LM9PXGS*=kAV9
zW85vbPH-iql^_Vs_NCrctDbb{o!{5J^6EP+>U`gW=qaa`xQi|xFYa
z*@RJ9S2W0&u`66Ez4ysSu8#+U_9~5^EO)8&{Kt`>8wms@nY15`1mH_C;fMdmy
zUNf;xUgWc72{37*FwE~L%%o0$m60M@bN>fE?-bKKcy_i~qC
zd7r<2U!n2`pqln>+KYJAM6qbiaa*K`y>zNO*j*G*^}A$7fCbIO_Yc
zA@qZ`9zWjpBM=PVj{ybp;oC!hopY=WK
z-zmu^09LX|L^e_AF|#Orcip|neg65EE+&DMF`$}^JB-PHeBI>
zU6%@My9JO0qL|jKc}Ae<0k)^R_~OC-vdl1DR`4>$-EiaB_-+D}2RYfiH2~fjXO_7O
zE*ucb+BUxO%G-`<;Giktl18V_({w2y)7FW&srw>)|7N;bv)5UoAd(k%m9e_B>z8EN-jt(|D7bu9=gUrXaB8TJzZa!@!-lQt$K0No)2>1A-GiH5
zDy@BeYEzyL8M^L#mqiDz(in
z;IZIEpy$p)+yU|ZxZmC8K}mMeDmIE%;kdSs)%aoe+uwBw_Pp%!dsJs2U!jd<&21bs
zXuchTKup4}g4bPaEUcZ=V2Ofu4+N}P<&yol{EEKnhX`4)dFTgiov*h22scm4Za3XD
zPByZ>)ViPO2G2M~Wi9y0>Bdj2ZHg8<-;BiZYqKu%8MeqLbm#4ywdIU{{FXUqtdSdB2{V;siZ=Cdr35SUZT_&K^@b~N;
z1G6wo%f-<{megLD7F<%C>iC}+t}dHGt$G=2J_uyuX=?GF^@XENwj
z2k_95w#%C!&NOn=Z0!sPgbjFEpx2JiPWQW$x`tJ>NP=Eeq^BEb2inG#pF4MD*y`5`
zTqGep)sP7865Zt=)3$AI7j7txV_^EuxMusz@v56spCAgoK@@B}EaCf7&>^=OROQnZi
z9g2J%vi<#SX*)gq0{j#{uHQfoBH5LIEQ1)^0LCMAf=ncL6drS@2BI+3b=N9Qbzx4}
z2_ENVY*(FG#dhsF%!5U#yXvZ;dZHofvHeXFmNU=1Gi>pflvJV}43;ddeK)=o+6b1IM{P#f?{5rzK?I|`n(JYYcLzhbW*<23yk>P|bYH26fagY-c+Yyu23_K~Eqj^}F(z_UDTgg#nw#F!*83+yN+W})Af$iR;<
zzYS3^1tbVU=nMiQCS1&C8g3a4$UzNsG0>y~p|*(=clWk?06h5VPM1n^8v7$(hpcW~
z;8N+u7vGP*h@CG6CHkg>6Ec=V{s^dc<-hdIZxxlBnzN9;Bzm7!(1^
z0uk*`+a`7tI)xpDKokfZEYG&U4%&se@utEUmYMOV--%?fA158}M>&XLO$&a~E7TEo
ziEK=VAMV=q$Aq8UU+@!veKRf)sJZYYa0Nl1Y6*y_-(W@*ldpM|&$*2{Ii>_t=usYw
zCv>N=jPug$^q6>I?O}J|gBY;3_5#7Aoy-oE*`+r&v;C>1Ut;`06i_fB95geaFl2Nn
zREUZpadKHlG7K)(bI*MbrC%zvXRqt!L7+X$p?@88sZ{w~8S-_=)cR7FN(T=fjy?%7
zlM;T6@5aYDnMs1l{;?7Q$*|kZ1)?xiM4`DJfNyH<#LwHdeMBN10{Mp@?)J~u?`?X?
z(0<4P$bR?PXI~Hij{j?6XTPdu&}6I_J!YAE_~B<=g9o=4UU*Y4T%t~+*ARu0*#tX#
zGvo1V`nTLVQM(ByD3iQN2z~)1RbDq*YFpgrHDu7lB}){v4KIMzO@?J=ys3*@&^E@^
z)-^b$-+1B@b`~Py{lL5474}dD&kHLCB1nbQ5la!C(d&*CG=-vsD
z5&9^BJ~3}3B<6O}iGE5fAX{unlV{Em<|pZ3{U#Pzf42*0k|~3E2DH&G^Z~jcAWdv9
z>a~8zcH@$T?MJE}*ac!@8HfTKpDo$>tO3)FYr77~^ywSZFaLP`m39w+|NP>JOQniu
zx+7nQ^jrQL_sy|yk}vEUFkpU$|0M#JB<-{5KxV|8GeqGrzXhyI4`C&rE@K4~dY4x3
z#U}!Q2bu22!P3^bcI`{Nq>!D=&5XL|AQA<}2@7(%F0cCw?&vht_B}ZUsq(sezmv+_
zvIK-IfbCqKAd(q@AKz>1?4^gWqadP?*&pr-r0qcPYimEIah3S}`bn%K5{0x_!j-i!
zP1zR2BLiQMr&v6*3*Cem;?Oo6%htmqFT=MTCoO>iY2)v0w+r;~9)%N^eCqe=M*i&S))s(HP0_~y_Wo}UCU=*rQeP>vHnJrw?lrvZ;wl*88aU}?rXW?=Rnb7iGp?%
zNEF&GKM(+bD3q74vjhRav^#*)=FQu}(+VqAKJHeoe8S$$*hCaY=@rY_Aa_zX|1u@i
zpJD4OxAjR~f`p57SBh@?>FF%aF^f*}kd7JP1
zt0(vUxBYt-Llkl{jF)JXT>iuYWiANMLE1FXs2@6>efDjaN;R8CyPh5Z+OvFp>?@Z_
z6Y6g?c{}8pZI8QDTEAh7^+oH0S%F0J#^kFufq>_zw>nJ}a8sF`52-fh@Eri4o7uE&
zt*v2Q;}%H$xA>Roob83bovmZjZ@L3sHv)F)RuS|M9k$}0s@FmTWVdP8Ekq@XSG
z3ojfP{+mFLBwlgVeU545$O2Kg?uOCvzZhBt$U8buO#^(M$Lf|qQY&%T+r+Cj0<0ak
z9L8PWCAMwZM8S?>b&R>`wnUWOogI$7S%MXTG2)y=*Xe1>hz!3H>@pTJFv
z*EU|!c9JX`KzEMcC6*|J!Qv
z#5^*f2e9N@2DNRi>-5)MKU&YmdytY$4x-Px?tN?X(Tk4ZTzJwz_a}rK0rR}B9g^PQ
z=k<4UXLxYYHEKP{ptlPOm^*cuswW1tE0QD%*GHlN08bKyOCnLIw#1BpqGLvRg1srL
zv1C~b&Yh+q-Wh;V**HEnMrQ0N$j*pwh=*P>>>#jD?AXF*Gy6f?W%$XcF#gdOZqxC$
zC{5pWUcMyppQE4XkxBqtvrQ7froIwi=*JRb5J5j4i6uFS1ybURggV$p3CnX_V%}`>
zQ|OC?z--T_Nsht9BnjdCC&_@lB<6SHCpnyp$CwY~lQxHKNEB?wXhaSu4Jff}kU=x#
zjh_)n^T1_Jun`5r`l3%)>kNm7%OG|0k`io884jI1gGM7sK`q$^K
ztc<|HV8!3!q+(tjBXCH#GUDV7`J({v(?sFQcJ}0
zln3$21m_H*p?efaC{QjOGl_yoPXrh{&Ll53aJO{n;q1bW0{q01$}FNVmGwnmLfzHr
zvXSt>f75<4K%lSlXb<|G-rd67AdxnJgn1Ek0`xJL^d0u4ug1@oc-Z+xBBAdFbCBQ8
zfjqx+5epq?1In9zVP%eSie(A@cGtk{y4YO83bxhQ7MLFEME~ONxby(0
zFisd1*`S!WD<)$QIFC6G297*rj?oZ(`pt8xbl{JFad-OQ-=3wHCrT})q3bU;`8%ZM
ziD9~VF`0%BUxMHPABJEOA^645HmHFZQ%6^(b2TU5E}d9B)xP<+r)ZA
zP%A#pOOhhfMt*J%B#wILtqhOeT@qg5J0(6+r@RC`yr2g}f%hn&&Mcs3z-M4%@XZE$
z<+ETCb!LWt(ik@zuR1X+H@sTT1w?
z^&0{c0hV*XkZm(&6qGZd3(%6-bKe4K2=#_@wk>uioPD!|!1x>&wZJ&`g-7m^+cu=_
zkn%C&r0pZ|*^V8Ltd};h0$z6{Cg1wm+*t-M^pdlar0QJ4igW`W$aM65C3oDHy<
z0X3gdcifH0ig^t7%v)Pq@0c#TypIRtNEA?xKGRmPPfK<`Oy0DgM8BhLGlWEw;9^(!
z)^^yn;+V7@W0Joc0+HeC))%ts1EG-MH~en;p2o!N_EHyr%Z^8q>^hRVlZ1`uc}a}-
zC{+J=l52b3`3s(Qsr1;38#2J5gD4DMb-MDjd#P-=*B$*-0Wmvm+_?28^7HH+g<|Sm
zv*ty|^!y83^!i`Dk3cUuD!M;Rk3IHWeATorktFj^!|p~FQHWAJKo(#Ad#XFL|0Gws
zsWiR->c{U#F@Dk^9b$-r0$XW1!0Fl}zT0#BY=5gNd}ev8%j%1gtM&nDTY3ff_;gqH
z@Xy+{3|!GNQ5dr7?DlP&<)^!s-)?lRr7yqy+AUeSxxk!r68fn1WuCY5LPzE^{+^@$
zFejp95e3u@VcT+E;&1q@m*g;Q-~O)a)2BRKACCYX+Y-wT9=y=4S^JV}XxOS(9tRPi
z#hAdyBK3zr`gcOz#Hj80QuP=8e(0fRa8H9F3TKqLYef`#Sfa4C1(2J<_UdTIM)jv3
zue2bEGPGp_>rR(t980z#CA7hwJqO%1*XrLdhld+gse?MxU_VH9Fm=%$Rc#~+RgC3H
zKj{rWp`XRigNMLRx;Og?F+_D(JYZW(&0OKRq@Ua0q$9_3)R!m|+a^iO&r-G#66?qq
zcj#uHkvC_@ir>)&VsKIi^xHUOY$C~SuN{YM+mk5RjIkpO0J)78p|PX
zX@)Z>-;N!-Tq=!UU77(D9YkU1x{KSbU1n|?;*K2s)U}pA`Q)G*I&2AnoRif~GWak2
z8$rg-4~f;2i}L{aziXN?bG7ah2>%06+7xsL4O-w19QdoV>BEoy;5KY*^aT7Bw`tR>
zUS9K0eeCvm{|3A4bJt!w(%o>=xBzGoDD>CTHf?U)?&|8+g}+o@wD?I^U%$l@ie_Ce
zzx3C=`gobs`EgXeWxVii#C(cIEnDuf-2O8Fpp5^_Zpm0}_M>{m2OVI@+?dp?rg2sCEt-oc5EC
zDd9q*bdl%#U$sP0kjBW
z1~XuPVij-*WFTir9f<_<)3!Pvg?;0^uTC$hB_urnY_r2c+mQIcZw;=ZEhay37G!{g
zNP>k9`eE!Dk0c5<2x5Rx2!I|H(l{7UbO3{ed|=+t#mNlHga97L?^^(S5?RShyokWjAVsY(#A4|LWPpld7h(F-8b}M
zmrCz_{BZ|S=pYI~w6pa5j;GtSi?D9}YkFS-ceJcea$+0s=jU|UoW$m}lV6fx?YeYu
z$)$ID!02V9ck(xTF77CF_r$=qQNIafw2GfRd9mMtnCDmd;T6jQZiy!uLqs-$&I>La
z819j{)vs{Fs^1W!9wn6m9uI((ZsNp+VaH&>g0)^xtDXcI?!}b%{TLR?GvIRUxbp3;vNw!D
zS=Bu~S+5PK^qX7)%rypg-Z{fP@W4ZE;iB~gdyTF2HW(c)#po@V*Zc8N`*VqYTxHsV
zJ{YizHXLJZNRU=OYY**4X{^$IGS>P@uiz(Y*DbeBR{zp{=fcto?P&>&B|^|A!8j;S
z>pGJ-M!i-?wjQ1%flZe~J=DQPi3R6m{u6?eG3}_=syQ?c4V^e{FmjC&N!K#@_|V
zA`80XJSn%C??&|3#k%=XcdMuB)9>2W*4zD*|N0xo`t9x!dK^xo&w5*;?#S0mcl1_8
z-ONTER-fuqz4~inU8~j;5EAWd=r`%nwQJ>-2*C84ZL85cJJfw!;q8BFZ)Q7+C|^Wb
zfv9izu;`GMiNcyo
z{%8B#d&%zrxFf$ByZ-$MBDA|If}@Fv)FgTlnwHV`gS%GK|y{W@fr!
zj)%f#JB%;PjF-abWI~28Gw;_=In(vkSG!B&Tein``lMEMOFFP&ZD`pJxSL?Yycb7t
zEzV<})?yy^PI%t`dPHkxiYAszJSNZTE~js~&BBopOC@vk~Tr20G8k8VkxrJte2tdEeHvy}$R%*FirPo@0skC(`=a=_M&TmCIkDO`l^%?~@1_i$m3&Q#u8^Wk?R7pHI
zG*OoKu=m~fJQ>+I>59E$WZ6&`1AN>4FB?Z({jXc4z9(F@W4!U!+tD`Gu6-wtI{G3P
zPkb-jB&U_gI#`25q@XR&Sws;xy=!vYNzUgYc91j~N7$D|y8-1zOe3))iFTN1Y@Z|<
zbzqwY)8|3qeMUTtuJ)mw?ET`5Q&C?Ghy!e?HZFIP`Et3hDij8rWXq%*c(BP^|%k2-PmXi
zWMurgFdz}*x~xHhM1jUL$c#9K&Teq>BGEzOgPyXXibC0=0DeB}u)4@EO+NMCo%Y_Wj(HP@9
z>jlo!8u+z9XCo$y{8$5yb>T+1tfMc?AvM{GJL~~l!)DA4{?uDR)>JnWJUe}ZK!4Jv
z^zWqPgdMmxY2*>l&WUOiKpF&00RqDbRV2eRU6a5dJ)D39)!?I#J`0aeKK*Ak|p9noOY7HK1_ZNc%6@=$|QsM
zQ}N@R-g?VAN&Vd%;X4Z|efKA7bFE7Iw&zSKd901uSxpLIY%Pi1g9>|JVA&(%V3KeB!TyZ@)
zm+&XG37azNX_@#*PGMj8N%0T9CCwR{F0P@^^;QJ_Q4FxTH23p5>iFfkjA!N|?&TOO
zbKNXaS2PL`GEI(7RuEEi3LKa%aDeW*+qsdAsh3wrXX#ME0B?W%YGmWY8|p1yx9wN_
zO5E_^)y-Q1503wTeDlqZ#P&O$fdFaYT7ExCJ!68)LLtYJBFmvN3u49$Tb7+b#d)
zxc-4F^S1~Zx843&?6lKa<|KJ$-saHU9OL|K2jVD~&-2D}8M%(d3^7aR8W=;V4f@!ydhI}M;ud9Hc=?I=I5zps>+ESvP^HPD<%&UNG~Jhz;d
zCx>Ni=MVVM-=07s6MTy6nZ}jmY~>($lIl{Wbv>|=aZVUUJ-_2w4
zrk$_mrhPiYyw*YdCj7)31rQ)hJRK_11%)innFOdvUDknQWe==XQn~TQhawx}R~;Gk
zlA(eDo_pir$i||34%y;#Ir6e9*1q;yw2gP(`7lm8`HCJlOE8r0N+6wH0#N`k0We85
z`+%=Z8ss|n;XHF$4NIrUmS81b;$Hayh1L>;G)#?3v|yD
zqvw@R>Zs>Q!tUfvj}u|tvoUj7&vxV!Y)0DxDwgz1f%9S)@-w;70qiR_8XZ4N8#?hL
zmVQ8wZ~M?@=!vDj4ALHTOm~&VTTPEk=iJm;G{FbN^-W%{T3D5$?MC$=G@4
zvq11^jw*QB7=WWS_=aMEpjANuk838@@(c;T+%I5&mi@RU|5bt@XM>Ry;c^Zd3!dX&
zFM7`V=`SS!Ie~UX?CSio&Ni8_&!BtnJ8Z)SgMMWb0a=PJ^hGic1*^yfe>$mV#lF~{
zex;1`4drNnhDY2fa?z*uA?;p}7Zf%*<~y5-aTFHt4*9tOc>rIP{lsthoc^<2)s(Bj
zXS~9Gv<-Mc?vi)(uZt|XNS%2;xC&0vUf=}u0zcdsGFNrXY50TZa}U44E6-U|IY)j1
z2Vir`uI7b%DQR#ECU(59Z>;9
zvO)quqEaGvL4Y2RPt6F=W8*G)S$LR4oY*O2110lmsMzQic9Jh#h?V3D`umHz(tbRP
zvZy%mlk&6aW8sH?tSjbYPbOr_$cE8PrT0}6ndej$1M0}{Za}6%pV6iSe3SW;`jg*W
zpZbz-=3ompJgNnjFOO^TleTgL(?HLlFN^v#$gRAoMvcULHqh`VVv}bidXdxSmfsT4
zKJv3|)Z>JFVcQYNclu$4Hwq?bCnuc+W)SuVpOY9c0+io&yVKKOm+M}CQ-x-LyH{Nv
z*|`4kC7ZR}BTIiV{`cOCn&z)<+;{&ovGXoxtAMcRGWh+=J}-PZ9|`|jaw1dkW^E?x9IytGZ$jEM5lOiid$$s9;jSpep*r$H3y`3a;JErm&O61nl1%T&6
zHp!sIHuJ50D!p9DtV^qI^bhTuLi=P5ai*hW%w=eW8YM!!%hA68yHW6-vQ0L(B{t!&
zq`oDMkUnR|Up@zCEK|O3{@wefJXNF64k@~kaOh#@MK*r=#G^61Xb2eK#wS)pHg13B
z;>}j(!!DT4}92d1vu>}2gM`GvUbuJdN}7U9P~elB+1^&IhRtU-@!(_AIzjM|(|u50dN
zfU}5^ihD>7q5YX-NHNo($XMA1(i1Y_6Z>$!&&$Dm7|%EZu`k(hA38{9g1*S}iStwL
zQ^=9+HzU-kkMU{yOW$0U{2p^*ZXfPRKLEC$*UUVRr+Qm2gE5j{n=iH}V~p446z3#<
z7QjEqZ{Oh=_2vGKqud_3Ox%O~axSsG+Bs-2cjS9|Z7yHhDD;d@W3s@PPd{rhIOa%6
z-V?zuzx@8l#yQt6i1`bLfB}}@e{5vq@iq5tR&pM6@qfmPt5-+MX#Q`UXPj|eX;8^8
zCYT0lVo^|QC8#n_#k~OwQN=yL_huav7_O0gus%zQB~j@-@t?r?ye7t^AM|EnuBV~<
zPR8X~8mGM0v)V=dl;&)3iqFAsa*uWppBcO6iDO9nK(8!r9S`zLxmV>nIUkg@
zY;0hE_|1N;$Or1)06J11@|}Co4%~rgAwEq97ZD102RO2
zxW?fKG&pUnXY~8-dnU4R#D&|c01a@)?fXVHUVQ7x%|gC<@h`-scdv-AzWO@a#zPNH
z#U6VuEZivpC~j2XO!FMYs=@SHCRQY_YMO6I$|cDmFfpHeSAesK)z|~FV*MEOVoa51
z4UjCTPnIle%=23V%dKQgAZcI?WJEqd69)Z|P>?jsT*NnQj^l_PsdAuhXYsf<`)J)90W>G^?b)!l@(BD|Yyv@dgyg)7oq+c&rb3XmA
zVrajl_8|XYH`W#U3O-hi0S_2|*)M$Z5^~Z0WCo0tzU2s^HKw7wI(c
zn7kMREOz9ziFB{MnjuSP%Y3@;O!WrTQ8U-871ogArXi}Ezy+#262Y>e27vb^FyC259bB6{H
z4!-PPA{$?R{l%=wG`#Q^;=a0uM_-IR_gds&B!OLYm@spWdcOJQB-jQe
zAg%5Dw!^S2c|zfH$DQG%o6D}?&t=j%PGFqZDrYCx-9;|d!Ec4qLfPM@YFzTU)NSTD
ziu!pDi%yHZQ-7d1;Y~o!vlc&FS94NtH*ls3BR<`9s(?wxyy+qI1}=N?jo7*
z$7UeqrwX=hNLUBQkLzhJmm#}l`?uIQo0sPcf7hoP1#GklpkH~!UVAT!Y&^MYRZ^4&
z*zLSOj(%g?rN6$(<=Ov&f0@Z!gr*r>vh>#00-fJ?@VE1={fu_hn>0Q)EOObmB7J6f
z#?oas$JEr?hJ$O@z8P0teQ*5de;pTd=AInG)qAB4{?qRQjX3hyGT^`xE`GMPF?zuw)
z2-Turihg6Si~eep$uV!?&&SH!&WSI+Y=4XJ)KjZt?|l}V58@NPSH3@rYuq=ghGSYk
zN}e{)$z7u1aPtX%SKz+5JWN?6Gv(&Bbd~(cIh4oy8Q#}=dcEf4GU=Xl&G(cY`}tY^
zSua$!C-y72?z$gFHh%ikr{Zt^_Q3d$|2#J44WCvx*T|di*WWhlZ%=ZZ>+|`!-LqWk
z+?(4g=T?vJ%G*XRGvmwgZ&D|~{V;4Jp#emsXo
z&vHOU6~|$t*|*3rEe{h&<=|J6?#T}OP-oqTJ#_}YTjmP7^DNkVxZ@BFeKbeCQ69lGaoR?16<9=aktIQH7>@(ucC-
zKF^z4a<`E~zI21Yd`rLSKF%tjuN_0wo!lc=nAdq8jdM1dQZ+RrLaoolG#GG@621u~x-MmOIxOw-DdhXnFelAwrde)5I
zBCJ}qF814RX;kDG3D4rndk$D8F%p_d1YAZ^D$kK<%-3pq5AKCI3@R1{tU=*KqcWNm
zoL+qGw)@#}`sr84u3}dv
zO4*9%At%W%m;)d2Z9+Z{J8V3D_xHAsfBxqqV*dQo^5Ry3Bk3=5@|q1%dM&%E>B0O4
z^bc)j&XsF&9nB_u0RKqOVais%i^G!LO$X&r0mPn;$2{I4C-q@m*KRoZiT&X#=nDPI
zea1EGq3u`YJT+I#*^)y*Y@kVnoc-oOf5w9K;B)8>TWL?^!WwTBM2@nsfdrsoc_=#^
zIF;YgcTa
zn#~x0p{k(3er%Wu__o0|%J%D7!h!HEht>DDZGhCfc6aSTqC`P+}FS-+AZ5@c8tz
zFXDf?#c6;XcRX`>WaH{b7H{yg=A8X=vFw(~`2346qisx0y%q-^xPl48e8IKh1VWfY
zZF>Mt3f!~x3sFx%LEhtne)FTAoE#mX4q@}Hg=*|`7t>o@2*yRP`F
zc}~l1uK5x&yLpo?zh58V)&hd0cey9dYHAcgEAtyb%4y%P+5u3of`O4nKS%
zjyU4<_`wg(=;F*+xbU*L^Ufc|C!c)QckL^$tcySU^S$C<{`JV1JMYwuu2Z$Xb2kAV
zdu%E^-g@hu=54~S{rYhH>7VTx|M8#4Va*nddefa%&BA`O%B8$P+p6J4q4#H+!^4
z%w(wTySGeEol=;Y9Xp(q`8CW?ZvNbGQfB5hW#)N1dz(4GH)rndwVTJ5&m7&=N+Zo^
zNLuY$qV(biTXzfomU(;1?GH|qAAa~ziqaczek6m3+#Aim0m_{WP@X6wtjlY*3*^f_OM&gowsgkwSMHPt=07Gcz4WHM@WN{{fBqUd{fss__>fEG*yDSry9pySh;sHR
zl;eDPi055_xFKWYr<0Rdj!2`&uXr7wJB#IBb8q7n$ajvB*Tpg(&;tDEyNvb$Zk_W0
zFXbZW*V~l5I*xC7HX^o1PCsJ5$9CX>0@{YMhPeg3<&b`q^PaC8mx1RD6tohYwhbT{
zxHhbSDJ_IR>x1A>0TkG-QfJ=H4@#64JobPzr4B2G9+;U%&UKakt%bsyy?`
z^HP-bA3ZH!{-j)b>2#AD1v6geJRv8LhtQZR(0I@}82&(^cio4qIYUV0q`W)X1y1Bp
zRLvpFMkDA_;8Z8D?Y?Z5l(`!t}qK~6ojzg(Es4ULupbu*qf@P>f`?~#w8L-Mx5IV$ka=9~`4>LG9d
z-x0iU40`^czF}%_Vl+lj2L4?M_E+98ZFCm4+B
zrYy$#gT7D>9+ks6_2uM|0)s#AqZup#Xs<{IWfyZ`dG3yaW2^!VGmM)sccgRskx5|0vkCf!1sZL*Mu(4`~LxWQY
z0sud6Rv*p)a|OKY*UO9NEdvDW19JqK<2+fOlslz4<)5C}Xl$I2@^X@tvU3T3?Aiu>
z)7i3b@XNJ@+>m}RH{^rKvkS(!IPynCLanOmlF>ru#)S)7LHP%dzx|_S`S=w>j6?N
zwcU48m+|$w>txyS;xkf|e*5irS+#1TTz2^k1b~=RDh$gg%oIo}s9S+^^#h}ewqA*O
z&pAK_s+3c;Xk*vu%o!{0rRt`DzGCA|iL6t8F5)brs$dG$-
zcO?|Z85xdt^iN(fNP-bYdB9`j-~+C~8`u)^3Qi0-F|U|Mj)4Y`eej;+JI4n@jJ`OI
zICvsmoCB1{02@kRkb{13jk>O$*#|uMTFEqgKyt6ah(r%u&k2KENqX%-}^KavSq&0fwWnIEEckLwk{`()K
zD1Gq3=Q48C1DxY<{^LkEl$X%)<;hg6RQYnu_Ph@3#}GN38rw0Ligjn>#uubo+I!!o
z>=nLq&Kai9(&^OwDkC>gIOyO@V!0MEF1@ndc^x2xko($9UYxXRej}xFb>SoF8J-|
z3ig7*N!TvpO-x%J4_uHF%4v>{#5RaD#r1O`SOgW$UC#VOb^Q)1+QefIb`%I@U)F)&
zyBG8ojp$zyfAG=H8XQ~?yzu^3iPA0WN7U5*>N`%5ZO`wJqV)UkB5T)eNp}%ua{m5{
zfb#c03%srnk}lwR_0{*{^Cmk#vsd`C#|Gt&oW6?#g;P%LCl@wN>NdTDhukeQXRVYw
z?tCbF)G>X=GMPSonKZXl&Pg;jXBP5|Fe~k2=ByQ!4^FL4`8Y&>a!QS+k6AJc?64ZdJk24t^Fx664$TQ7ju{YwK*qPu%|rba(t0>siPDOr0(7
zR(w6pN>jmaI;Uu+;GDthl;GKcDLKOU#;SXG34**Ud$djjmFF-r!
zEqN9DCE5Y@2YR5tzzu!{0W$Phf&4)|*b3BzTvOlm8f{^(U<)}8-w$a(y)b}E$OG0T
z4)3>Fm*of)j93LSnnHmx`wd}(Q3W2hs{mI}R#!js8>P7`rq$pmdtlnbec})8eELdQ
zzjMV1`TCpUU4&0Q`AWu5SZs2Dpb>LR#Z#c6qM$nm%%Fq6iHCuO1rk(F)>ZK1vRte^
zjS_Lv7#fXMpK_1YJaXV=Js1q=iZ@)T6PmCfcPHS011lc|YHS=|X$u}Fz`cI`j_Qvu
z_G!+}Ih=L&5Ujw#H}JWw_uTl*1YWn)uNvxypz@N|*>}H^9C6e&+0KH^n;Bjmb8f(z
zJBG?5nXBzP2)Z&aOn8$-zoT&483UxLWfB~L@znAdZ*f|+`f=I+z_J{F{Ph~-QC9y9
z-FOr=LXw0I9Qp+tZvEPQ`;B^(cP(S!4t%iPEKe91yFfe&o)yqH0s2Ed3H1s#$a44_
z&kyRS*%6GNbilq)&!~6azA>NzZjKE$$p;F!$3+D2!&Y(}zJJu!dc;Q_f+w((99P)~
z3YdH&l*X0iU>+iH4jM)mZ6OFG<}ZJVPuUN?_bREMwMP#Wz<`Af5~ZJi{ZSfb?P>Kc
zzwKDr_{?UhC9O~AO9({CtTET?4u;c$}SD?5GEEo`n%J&yhM
zFUc{-w#fx`x(c1@=fH3&9={Ea-3|Skp$0B#&~dpOnFav5Vt)JW58_>|%}-bQP3zP(
zjAg)?g1!>^m#WV2=9?F!yC1!>U68}l0O#Cu`^xRNFU>xfq-k@CTOY~j7|yR7WpX-j
z&>i}vON=Q_d+*aEha7e}b`&62kSzvGevGSDKau@YsrmEQ>h3|rcl-WDL*oQ9$aobt
zhwh8zu)~$^J^|e&rCT5AK$c;51O0-0duQUDsJ|Cq6BliNSndLE0Q8vGv^DNN0-jip
zSqA;3gZ2SGbrW?WeqoUVy(eAlkGSbG$urJT7{oiO67TnOWmwJdY}MW<{covr+-muz31et&eY|@YuZKl{PS;Q^5mtQ
zV-H?7V5CAtrQEPhj?6_6DI;?jm?AvLX`~Fo>p1X@+p#RC9bnCx4TUS;)6dAhp->ga
z)6cwK)w$~mR2{o+f$L+3YB;WKOM`^>cZLou3pP>*b;zNY>+VMOWytf+AEn#h1z(gb
z>!XM4ECGYGwzeR!!DA8)F!W25`Y)i*K4-X`cflw<%$fckCbQ=(mc@%7$?l(U(ha&=
zH{5zaQTsaQ++q49#%en(8YpOc+l>hL!63nZQac@2s~nKhraKxM2(*+&%isUL%?Bgt
z++CLOy}3o_PIqgH=uYGaqkC9N_eiB%>51v4uI1}%q;s*Ojf0EenvMnFcBx~W#r7e8
z{K)g@5A`z8*)X8b_kGbKCJut~fWfm1#KL>=Jk>t;@i_ULv@%fm&xgc*XRDbK?tSyk
z_u|tRUw$ohGxw+wdf=n4;$Um~!vp0X+y5msq}0egr~h-KJM)YARG3;Q0|eIRb*an!
z){Z~A?mkTI-Z+z*0)^CJTvPdm!dZiL
zC_Uq#X99FA)_;|xt7F{_(dX%UXwZ0}wCjPxYKJ#<%o>oKcKQH2toX+m^#Gr~wV_{B
z)L=y&s9qaAsF%|7Nx=cpR>c#{8OIj~3A(GIJ2YpVJv19*Q#uCC@4x>c(X?gDvl{H!
zKb)!rBVD6gX-JYhx+m6ZcTqgn^4>z#{OT(>wvCO9{mgy
zDgsR5A(Hr>l_mDuI#hhoWR?`rUazldog-0t?&VkIf|+~N2tA+&7o+sUk3UIK`tr-~
zq@!~M<_ft}VBBL)2M`M(jFjt#^1}OUt2yM6{i6-W8|Rcu$Ze8qba>y_aeXU3jMx88
z+!%r5>8D@M-6GGvp>XbSDP^z6RrsLi8lG6covTys0O)EybA}pZ=!#b#IneQxpyN6R
zRi2p}9vy=^Fm?E8eZ!%z8s_bW@Y@Xu+M&O|iI?Q)V|wYi2JMTo1^dyit90FE(chu{
z$~!xtEB9lM(*vSo{hZ05!FLv}`gMHgoHJa%^ymYWRG${f-S@1~#{;_i!X1xdx{o%x
zBbifL^-P8GQ-4EeoL(6~_5!B^n`}^ubtSe5A)YwsCobNnxnKn${tv<`4;I;dh*E^1w8E79R{ULoK%e_BS_V4%sm6mSY|
zrLEy{3TCpTP^#p>X>!SXUYQhpAVLF3g)lr?pY*W}0t#M}CWjjen}H7&P@Y0~njQ{B
zpHIK^(p&P%EANC345#eXvD-6lJw$lQseQA@1I-#FfCuF9%$X~4x9BUo0ypU@S9c^h
z&s-tLyCH{Ez6ROUGMRy0?sp@ya}CF|NnPF8KjedBri^5KHTi{H==U264~U+4;*Cm^
zH@Y=E#<@ai(iOh-Pa~~k(AO9B16dm2H8tzXzZSYRKx)(Z3Y42?vHdeuSWU}e>
zl5*?r8y|otbimLTYiINWKiV=7Fn+20mv_2ja-;V?I5d9HRnl80A2J(_g#sfX|2l+>U}pH#Cq89BfiG2S7-I
z6$*sa$`agDxb?P&B}#X$y+h8Qu}6*2104_bldhz%zy4lk%vz1e*g0JY4Gb{^9`(I3
zL0xNabz!_H56JNwL4}hm=h$IP(3eHl=o|Q
z7*4!icOvWqNHzw@yNl3`uWjiXk
z!n$=^Bub?ZFE+9ZZD2wpw{lHjqJmd`x0l=+Tn08Ol@PjN_@|b>5NdEznIWz+p
z(;3)J2zCT?H$e~9=_3c5GxBJ|#^eNhkN`2|FLE(1Z&^*2mXN3Q**<2PP%
zP9PVQ%M9WG29FQ2Lx!j8;m*m#r5{tOO3&W`@b)6@YzGMqPcB!)^ndJ|<4q6}STs_33rhJ9CcDoVjbOIB+VoS3CgAh=T$S2m?hzk<69z
z+a%qPi#^I$7p~e4m4I?l2VTb@5zqcQmq5<$q`IDxBjumiND-$ISc;VYYR5
z;TU98II@FgIGH&=Ne;&fnjxe(%*_0fI82Wj<~QGt-SyR1bA7jw3k+M;wY!7eJxx11
zJL}Qvj&BK{nQv2N#jWeM;iL<#V)t@Ej06f1s#J;Y^;)1iU#~`Ka?j4%a1oJ)_iZATmlo_~-K}PjFTG#8`;2W85vjiZi|AceY)&1&Jd@
z%z=|Kz(Ty^kDnE18rHgh{=_T<96n|iN;t;!+93ueC%`eX^P%h377Wf(<5b|Wbm{ug
z%5l#mP3#Tl32)i~zvT8##;W`rrS#<;Go{Ho;p9)GxjgFFZ$S9~wr{_q{4%<=l`AJ7=`_^^P9
z!?b)VTN9_r<7=`5AVp>)no&?PHr7_cMddKvTRF=UMK;<1s!SUAa&TgJkwU6sicvxz
zOtTmmb{>om_lNU*$Rq011+5yz&ngj4Rm(%2T_7v-&CVU6!W~Ujt6IAxa02qu7}m_h-B_o58x1
z;S27?j;d3yF};+oc2;pQT-DYyUnJm?F{eO*2E&*x!i6->BZG=OF{l7>K0KJI-r^-2
z^G`pw_lF}FwH*Y3i?5p)K919-WsiUT>)-glJO=J&LUcTAE0
z@JDfq{HW-hYIWlY;bZM~$!i2XCQh0ae)6-9VnuzminipbTQ(I+eeZFMr2oWYeKOWB
z1k#R@UD3hKV<%zPpaZx(_|WrQ)qRa}>~T}@6$SPYP`R@)ndPhlxbFH*#cq+mjx!y{
zkC?@BfNXz*Cakx>9tY+ya!-5thbHFTm!!+m?
zt;T-|)Ht7=E%8how>eV^@TCr=*Yru99W>vQlLe6MihdJMWu{eaB?nW|7wJBYja?J3
zb#{hzOYN9Eh>KsfGmWF(6JJyZx$g`O5-5by=;1d07q^$~Mpu(L|f~;JqGg2c&
zbw!~hvZubKo`A?R1w~Sq@~M5nO#>h8E02%+6iZ(XXnWO+A!zm!B+O3Wr%>3_0QKdN
z>G`yCA*Scqz%u{wE9d63A?XVN#hvlT6Z(dY_k|XY*yr8h=f9kY0LI$YAk&}eSiF0t
z;~d);0<<8|@&g51$ViS;XP-X&Xx1n*=Qc?o3yPD
z4H|Ihj6yb$&_GiH2??m!-jHr8U#X0M)Fa19b+x<(vfKvcGcKCfw2!=BRolY+(7=Q8
z$%ZQ*STBg*+IG5To6qA%iy4&}D&&5e;|%<|*fKbGOzLS5M=WfMa1f?kGd6tu$!DS2
z@y~z$J6wIuKzQSg53>1vYwyU9pNvdmAgx)b3m^Odrjlklu*)Q#&TTAYcEk-7v_F?VU%wEv
zm8CmvpjB0;
zm3Pk9_BhSw5nVg<@x9tM9XpqHt?TnGPY(wQ+L18_OeTYAAVOdSMdYmxu8~gn>1=iX
z_V<4VJwEv8({T8LwgVcb#NTUw`0=MLtUdToTv@&|e(P#N5mv9+o-Mm;*JtLa()iX*
z3D`K8BTHpS$#>UN8R0SJYb&P;i#+OsmBZ@dY)Wb}Wro*eO9h+gs);-jO;lbKS!m?5
zrL$}so=ltZirQ5gtzFMquUWG$eKqjgvtytzi+D?X175^0Z+qtn6KAAA;m|JpuDYc_
z;b+k?9upm-@xTm}zs6zHrnF%2=U6a^r+$+U#+`uZz{~;`KR)olGv4CN^y%fVJJW*1
zDm!NcOuL%Rbl{JaCNqFpvs#&90Y9dZUeE&+kFn_*fMs5sHl=}XY_imx?vrBh*op0}
zsST2S0Ldwh8O{XtoE}gctS@5w^Sa6R##^%;qC=E#_>12m{t-Q@b4D9qTf0P~jEm_!
z`#2pNDQ^!B0BV=V7@%n!FjBkvFhTY?0@Ff1RC#E9X#dRLI=4l2_JGK5N&{G+K#s#2
zWk