Site-kit-wp: Only consider public posts for Site Kit entities

Created on 13 Mar 2020  Â·  21Comments  Â·  Source: google/site-kit-wp

Bug Description

Site Kit main dashboard don't work as expected with WP User Frontend activated, with the following issues:

  • PageSpeed Insights error: Data error in PageSpeed Insights
  • Analytics & Search Console widgets: Gathering data

Individual dashboards work fine

Site Kit version version 1.5.0
WP User Frontend version 3.1.17

First reported in WordPress support form, and reproducible from support:

Issue also reported on WP User Frontend support forum:
https://wordpress.org/support/topic/conflict-with-site-kit-by-google/

t078npqtFD

Additional information:

  • Default site URL used for reporting is modified with WP User Frontend endpoints (example.com > example.com/wpuf_forms/post-form/)
  • All configurations tested (WP Frontend)
  • SK Admin bar doesn't appear on any WP Frontend URLs
  • No other/previous reports of this issue occurring

_Do not alter or remove anything below. The following sections will be managed by moderators only._

Acceptance criteria

  • The Site Kit entity detection should only consider WP_Post objects as entities where both the post type is public as well as the post itself has been published already (post status is publish, or inherit in the case of an attachment).

Implementation Brief

Update logic in Context::get_reference_entity when is_admin with a WP_Post instance (after googlesitekit-dashboard case)

  • If the current screen is not an instance of WP_Screen, or its base is not post and its parent_base is not edit, return null
    This ensures that the subsequent detection is only done for the post edit screen (block editor or classic)
  • If the post's type is not public, return null
  • If the post's status is not publish return null

    • Unless the post is an attachment, in which case the post's status should be inherit

      get_post_status should be used here as it handles the status inheritance for attachments

  • Add tests for Context::get_reference_entity
  • Finish and merge https://github.com/google/site-kit-wp/pull/1873

QA Brief

  • Set up Site Kit and enable Search Console + Analytics on a site with data (or referencing a site with data)
  • Install and activate WP User Frontend
  • Skip set up when activating
  • Create a post form
    _User Frontend_ > _Post Forms_ > _Add Form_ - use template Post form and click "Create form", then click on "Save form" (no additional input needed)
  • Navigate to the Site Kit dashboard
  • Inspect _googlesitekitEntityData in the console, all values should be null
    js { "currentEntityURL": null, "currentEntityType": null, "currentEntityTitle": null, "currentEntityID": null }
  • Navigate to the post edit screen for a post that has data in Search Console or Analytics
  • Inspect _googlesitekitEntityData in the console, all values should match the current post being edited
  • Expand the Site Kit admin bar item and navigate to the More details view for the post
  • Ensure title and URL are correct in details view
  • Inspect _googlesitekitEntityData in the console, all values should match the post that was navigated from

Changelog entry

  • Fix bug where another plugin (e.g. WP User Frontend) could mess up the post detection process within the Site Kit dashboard.
Escalation P0 Bug

All 21 comments

@jamesozzie - Can you give this another try on your side? We've since released a hotfix and I see a new version of WP User Frontend. I have both new versions and unable to reproduce this.

Plugins and versions:
image

SK Dashboard and page speed looking just fine.
image

@cole10up LGTM. I tested with WP User Frontend 3.1.17 & 3.1.18. No issues from my side.

But, I am still getting problem on my site. WP User Fronted 3.1.18 and Site kit 1.5.1.

Well got it, I tried it another website with fresh new install of both plugin and it was completely okey until I create a post form in WP User Fronted, Can you check again with a form. @jamesozzie

@cole10up @kabirbd89 From testing today this same issue remains (without having to use a form).

I'll check other sites also

@cole10up I'm able to reproduce the same error on one site but not with another. Both using the same WP & plugin versions. I'll dedicate some time to testing the various configurations next.

@jamesozzie I am thinking about a temporary solution in completely non professional way. Which is 302 redirection. does google mark it negatively ! any idea

@kabirbd89 Apologies for the late response. That sounds like a question for the Webmaster Community experts I'm afraid. But rest assured we investigate this further.

@aaemnnosttv Assigning this back while I take another look.

@aaemnnosttv Performed some more testing on this today, no console errors and all 200 responses. Same issue persists and easily reproducible. I'll unassign now if you'd like to pick it up once more, additional details below.

  • Issue only occurs on main Site Kit dashboard, all individual module tabs work fine
  • User must create a WP user front end form to encounter issue
  • SK version 1.9.0 and WP user front end 3.2.0
  • Reporting/tracking not impacted, just main SK dashboard screen results in SC and Analytics gathering data
  • No errors in debug.log file
  • PageSpeed Insights widget doesn't load with WP User front end active with the below appearing

Untitled-6


Debug.log

[09-Jun-2020 21:06:50 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:19 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:19 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:19 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:19 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:19 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:19 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:19 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:19 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:19 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:19 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:37 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:37 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:37 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:37 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:37 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:37 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:37 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:37 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:37 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:37 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:07:57 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:09:43 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:10:39 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:11:43 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:12:40 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:12:48 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:13:43 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:14:41 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:14:48 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:15:49 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:16:02 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:16:02 UTC] PHP Notice:  AMP_Theme_Support::get_template_availability was called <strong>incorrectly</strong>. An expected parent was not found. Did you filter amp_supportable_templates to not honour the template hierarchy? Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 1.4.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:16:02 UTC] PHP Notice:  AMP_Theme_Support::get_template_availability was called <strong>incorrectly</strong>. An expected parent was not found. Did you filter amp_supportable_templates to not honour the template hierarchy? Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 1.4.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:16:02 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:16:02 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:16:02 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:16:02 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:16:02 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:16:02 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:16:02 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:16:02 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:16:02 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:16:02 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:17:00 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:17:39 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:17:39 UTC] PHP Notice:  AMP_Theme_Support::get_template_availability was called <strong>incorrectly</strong>. An expected parent was not found. Did you filter amp_supportable_templates to not honour the template hierarchy? Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 1.4.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:17:39 UTC] PHP Notice:  AMP_Theme_Support::get_template_availability was called <strong>incorrectly</strong>. An expected parent was not found. Did you filter amp_supportable_templates to not honour the template hierarchy? Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 1.4.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:17:40 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:17:40 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:17:40 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:17:40 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:17:40 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:17:40 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:17:40 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:17:40 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:17:40 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:17:40 UTC] PHP Deprecated:  woocommerce_price is <strong>deprecated</strong> since version 3.0! Use wc_price instead. in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 4713
[09-Jun-2020 21:17:48 UTC] PHP Notice:  is_amp_endpoint was called <strong>incorrectly</strong>. is_amp_endpoint() was called before the parse_query hook was called. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 0.4.2.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:18:07 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:18:07 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:18:07 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:18:07 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:18:07 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:18:07 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:18:07 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:18:07 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:18:07 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167
[09-Jun-2020 21:18:07 UTC] PHP Notice:  map_meta_cap was called <strong>incorrectly</strong>. The post type shop_order is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.4.0.) in /var/www/vhosts/httpster.co/httpdocs/wp-includes/functions.php on line 5167

Log HTTP Requests info

Request

{
  "method": "GET",
  "timeout": 10,
  "redirection": 5,
  "httpversion": "1.0",
  "user-agent": "WordPress/5.4.1; https://httpster.co",
  "reject_unsafe_urls": false,
  "blocking": true,
  "headers": {
    "Cache-Control": "no-cache"
  },
  "cookies": {
    "wordpress_sec_ee6e16c025d59aba9cb1e509cd073efd": HIDDEN,
    "_ga": "GA1.2.27239061.1591633252",
    "_gid": "GA1.2.1649008805.1591633252",
    "wordpress_test_cookie": "WP Cookie check",
    "tk_ai": "woo:lqwHqZh+B+O/WaKaDUR66Mvq",
    "wordpress_logged_in_ee6e16c025d59aba9cb1e509cd073efd": HIDDEN,
    "wp-settings-1": "libraryContent=browse&editor=html&woosidebarsshowadvanced=1",
    "wp-settings-time-1": "1591732983",
    "wp-health-check-disable-plugins": "fed0d849a347eec25027f6b5c6b0bc8b"
  },
  "body": null,
  "compress": false,
  "decompress": true,
  "sslverify": true,
  "sslcertificates": "/var/www/vhosts/httpster.co/httpdocs/wp-includes/certificates/ca-bundle.crt",
  "stream": false,
  "filename": null,
  "limit_response_size": null,
  "_redirection": 5
}

Response

{
  "headers": {},
  "body": "<!DOCTYPE html>\n<!--[if IE 8]>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" class=\"ie8 wp-toolbar\"\n\tlang=\"en-GB\"\t>\n<![endif]-->\n<!--[if !(IE 8) ]><!-->\n<html xmlns=\"http://www.w3.org/1999/xhtml\" class=\"wp-toolbar\"\n\tlang=\"en-GB\"\t>\n<!--<![endif]-->\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n\t<title>Dashboard &lsaquo; Httpster Nerdware &#8212; WordPress</title>\n<script type=\"text/javascript\">\naddLoadEvent = function(func){if(typeof jQuery!=\"undefined\")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};\nvar ajaxurl = '/wp-admin/admin-ajax.php',\n\tpagenow = 'dashboard',\n\ttypenow = '',\n\tadminpage = 'index-php',\n\tthousandsSeparator = ',',\n\tdecimalPoint = '.',\n\tisRtl = 0;\n</script>\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\">\n<link rel='dns-prefetch' href='//s.w.org' />\n<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t\n\t\t\t<style>\n\t\t\t\t.wp-core-ui .button.reenable-css-transient-caching ~ .success-icon,\n\t\t\t\t.wp-core-ui .button.reenable-css-transient-caching ~ .success-text,\n\t\t\t\t.wp-core-ui .button.reenable-css-transient-caching ~ .failure-icon,\n\t\t\t\t.wp-core-ui .button.reenable-css-transient-caching ~ .failure-text {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\n\t\t\t\t.wp-core-ui .button.reenable-css-transient-caching ~ .success-icon,\n\t\t\t\t.wp-core-ui .button.reenable-css-transient-caching ~ .failure-icon {\n\t\t\t\t\tfont-size: xx-large;\n\t\t\t\t\tpadding-right: 1rem;\n\t\t\t\t}\n\n\t\t\t\t.wp-core-ui .button.reenable-css-transient-caching.ajax-success ~ .success-icon,\n\t\t\t\t.wp-core-ui .button.reenable-css-transient-caching.ajax-success ~ .success-text,\n\t\t\t\t.wp-core-ui .button.reenable-css-transient-caching.ajax-failure ~ .failure-icon,\n\t\t\t\t.wp-core-ui .button.reenable-css-transient-caching.ajax-failure ~ .failure-text {\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t}\n\n\t\t\t\t.wp-core-ui .button.reenable-css-transient-caching.ajax-success ~ .success-icon {\n\t\t\t\t\tcolor: #46b450;\n\t\t\t\t}\n\n\t\t\t\t.wp-core-ui .button.reenable-css-transient-caching.ajax-failure ~ .failure-icon {\n\t\t\t\t\tcolor: #dc3232;\n\t\t\t\t}\n\t\t\t</style>\n\t\t<link rel='stylesheet' href='https://httpster.co/wp-admin/load-styles.php?c=0&amp;dir=ltr&amp;load%5Bchunk_0%5D=dashicons,admin-bar,site-health,common,forms,admin-menu,dashboard,list-tables,edit,revisions,media,themes,about,nav-menus,wp-poi&amp;load%5Bchunk_1%5D=nter,widgets,site-icon,l10n,buttons,wp-auth-check,wp-color-picker&amp;ver=5.4.1' type=\"text/css\" media='all' />\n<link rel='stylesheet' id='dashicons-smart-slider-css'  href='https://httpster.co/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Assets/dist/wordpress-admin-menu.min.css?ver=5.4.1' media='all' />\n<link rel='stylesheet' id='thickbox-css'  href='https://httpster.co/wp-includes/js/thickbox/thickbox.css?ver=5.4.1' media='all' />\n<!--[if lte IE 7]>\n<link rel='stylesheet' id='ie-css'  href='https://httpster.co/wp-admin/css/ie.min.css?ver=5.4.1' media='all' />\n<![endif]-->\n<link rel='stylesheet' id='dup-plugin-global-style-css'  href='https://httpster.co/wp-content/plugins/duplicator/assets/css/global_admin_style.css?ver=1.3.30' media='all' />\n<link rel='stylesheet' id='health-check-css'  href='https://httpster.co/wp-content/plugins/health-check/assets/css/health-check.css?ver=1.4.4' media='all' />\n<link rel='stylesheet' id='jr-insta-admin-styles-css'  href='https://httpster.co/wp-content/plugins/instagram-slider-widget/admin/assets/css/jr-insta-admin.css?ver=1.7.6' media='all' />\n<link rel='stylesheet' id='printful-global-css'  href='https://httpster.co/wp-content/plugins/printful-shipping-for-woocommerce/includes/../assets/css/global.css?ver=5.4.1' media='all' />\n<link rel='stylesheet' id='wpuf_dashicons-css'  href='https://httpster.co/wp-includes/css/dashicons.css?ver=1.0.0' media='all' />\n<link rel='stylesheet' id='wpuf-admin-css'  href='https://httpster.co/wp-content/plugins/wp-user-frontend/assets/css/admin.css?ver=3.2.0' media='all' />\n<link rel='stylesheet' id='wpforms-admin-bar-css'  href='https://httpster.co/wp-content/plugins/wpforms-lite/assets/css/admin-bar.min.css?ver=1.6.0.1' media='all' />\n<link rel='stylesheet' id='woocommerce_admin_menu_styles-css'  href='https://httpster.co/wp-content/plugins/woocommerce/assets/css/menu.css?ver=4.0.1' media='all' />\n<link rel='stylesheet' id='woocommerce_admin_dashboard_styles-css'  href='https://httpster.co/wp-content/plugins/woocommerce/assets/css/dashboard.css?ver=4.0.1' media='all' />\n<link rel='stylesheet' id='wpforms-dashboard-widget-css'  href='https://httpster.co/wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.min.css?ver=1.6.0.1' media='all' />\n<link rel='stylesheet' id='googlesitekit-wp-dashboard-css-css'  href='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/css/wpdashboard.css?ver=1.9.0' media='all' />\n<script>\nvar wis_shortcodes = [{\"title\":\"Social Slider\",\"id\":2},{\"title\":\"\",\"id\":3}];\n</script>\n<script>\nvar wpuf_admin_script = {\"ajaxurl\":\"https:\\/\\/httpster.co\\/wp-admin\\/admin-ajax.php\",\"nonce\":\"610f0b3d4e\",\"cleared_schedule_lock\":\"Post lock has been cleared\"};\n</script>\n\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar userSettings = {\"url\":\"\\/\",\"uid\":\"1\",\"time\":\"1591736856\",\"secure\":\"1\"};/* ]]> */\n</script>\n<script type='text/javascript' src='https://httpster.co/wp-admin/load-scripts.php?c=0&amp;load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,jquery-ui-core&amp;ver=5.4.1'></script>\n<script src='https://httpster.co/wp-content/plugins/instagram-slider-widget/admin/assets/js/tinymce_button.js?ver=1.7.6'></script>\n<script src='https://httpster.co/wp-content/plugins/wp-user-frontend/assets/js/wpuf-admin.js?ver=3.2.0'></script>\n<script src='https://httpster.co/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.4'></script>\n<script>\njQuery(document).ready(function(jQuery){jQuery.datepicker.setDefaults({\"closeText\":\"Close\",\"currentText\":\"Today\",\"monthNames\":[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"],\"monthNamesShort\":[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],\"nextText\":\"Next\",\"prevText\":\"Previous\",\"dayNames\":[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],\"dayNamesShort\":[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],\"dayNamesMin\":[\"S\",\"M\",\"T\",\"W\",\"T\",\"F\",\"S\"],\"dateFormat\":\"dS MM yy\",\"firstDay\":1,\"isRTL\":false});});\n</script>\n<script src='https://httpster.co/wp-content/plugins/woocommerce/assets/js/admin/reports.min.js?ver=4.0.1'></script>\n<script src='https://httpster.co/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.min.js?ver=4.0.1'></script>\n<script src='https://httpster.co/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.min.js?ver=4.0.1'></script>\n<script src='https://httpster.co/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.min.js?ver=4.0.1'></script>\n<script src='https://httpster.co/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.min.js?ver=4.0.1'></script>\n<script src='https://httpster.co/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.min.js?ver=4.0.1'></script>\n\t\t\t\t<style type=\"text/css\">\n\t\t\t\t\t#adminmenu .toplevel_page_googlesitekit-dashboard img {\n\t\t\t\t\t\twidth: 16px;\n\t\t\t\t\t}\n\t\t\t\t\t#adminmenu .toplevel_page_googlesitekit-dashboard.current img,\n\t\t\t\t\t#adminmenu .toplevel_page_googlesitekit-dashboard.wp-has-current-submenu img {\n\t\t\t\t\t\topacity: 1;\n\t\t\t\t\t}\n\t\t\t\t</style>\n\t\t\t\t\t<link id=\"wp-admin-canonical\" rel=\"canonical\" href=\"https://httpster.co/wp-admin/\" />\n\t<script>\n\t\tif ( window.history.replaceState ) {\n\t\t\twindow.history.replaceState( null, null, document.getElementById( 'wp-admin-canonical' ).href + window.location.hash );\n\t\t}\n\t</script>\n\t<script type=\"text/javascript\">var _wpColorScheme = {\"icons\":{\"base\":\"#a0a5aa\",\"focus\":\"#00a0d2\",\"current\":\"#fff\"}};</script>\n                <style type=\"text/css\" media=\"screen\">\r\n                    \r\n                    a.toplevel_page_widgets-wisw .wp-menu-image {\r\n                        background: url('https://httpster.co/wp-content/plugins/instagram-slider-widget/admin/assets/img/wis.png') no-repeat 10px -30px !important;\r\n                    }\r\n\r\n                    \r\n                    a.toplevel_page_widgets-wisw .wp-menu-image:before {\r\n                        content: \"\" !important;\r\n                    }\r\n\r\n                    a.toplevel_page_widgets-wisw:hover .wp-menu-image,\r\n                    a.toplevel_page_widgets-wisw.wp-has-current-submenu .wp-menu-image,\r\n                    a.toplevel_page_widgets-wisw.current .wp-menu-image {\r\n                        background-position: 10px 2px !important;\r\n                    }\r\n                </style>\r\n\t\t\t<style type=\"text/css\" media=\"print\">#wpadminbar { display:none; }</style>\n\t\t\t\t\t<script>\n\n\t\t\t\t\tWebFontConfig = {\n\t\t\t\t\t\tgoogle: { families: ['Google+Sans:300,300i,400,400i,500,500i,700,700i','Roboto:300,300i,400,400i,500,500i,700,700i'] }\n\t\t\t\t\t};\n\n\t\t\t\t\t( function() {\n\t\t\t\t\t\tvar wf = document.createElement( 'script' );\n\t\t\t\t\t\twf.src = ( 'https:' === document.location.protocol ? 'https' : 'http' ) + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';\n\t\t\t\t\t\twf.type = 'text/javascript';\n\t\t\t\t\t\twf.async = 'true';\n\t\t\t\t\t\tvar s = document.getElementsByTagName( 'script' )[0];\n\t\t\t\t\t\ts.parentNode.insertBefore( wf, s );\n\t\t\t\t\t} )();\n\n\t\t\t\t</script>\n\t\t\t\t</head>\n<body class=\"wp-admin wp-core-ui no-js no-element-type gp_premium factory-flat  index-php auto-fold admin-bar branch-5-4 version-5-4-1 admin-color-fresh locale-en-gb no-customize-support no-svg\">\n<script type=\"text/javascript\">\n\tdocument.body.className = document.body.className.replace('no-js','js');\n</script>\n\n\t<!--[if lte IE 8]>\n\t\t<script type=\"text/javascript\">\n\t\t\tdocument.body.className = document.body.className.replace( /(^|\\s)(no-)?customize-support(?=\\s|$)/, '' ) + ' no-customize-support';\n\t\t</script>\n\t<![endif]-->\n\t<!--[if gte IE 9]><!-->\n\t\t<script type=\"text/javascript\">\n\t\t\t(function() {\n\t\t\t\tvar request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\\\s+)(no-)?'+cs+'(\\\\s+|$)');\n\n\t\t\t\t\t\trequest = true;\n\t\t\n\t\t\t\tb[c] = b[c].replace( rcs, ' ' );\n\t\t\t\t// The customizer requires postMessage and CORS (if the site is cross domain).\n\t\t\t\tb[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs;\n\t\t\t}());\n\t\t</script>\n\t<!--<![endif]-->\n\t\n<div id=\"wpwrap\">\n\n<div id=\"adminmenumain\" role=\"navigation\" aria-label=\"Main menu\">\n<a href=\"#wpbody-content\" class=\"screen-reader-shortcut\">Skip to main content</a>\n<a href=\"#wp-toolbar\" class=\"screen-reader-shortcut\">Skip to toolbar</a>\n<div id=\"adminmenuback\"></div>\n<div id=\"adminmenuwrap\">\n<ul id=\"adminmenu\">\n\n\n\t<li class=\"wp-first-item wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-top-first menu-icon-dashboard menu-top-first\" id=\"menu-dashboard\">\n\t<a href='index.php' class=\"wp-first-item wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-top-first menu-icon-dashboard menu-top-first\" ><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-dashboard'><br /></div><div class='wp-menu-name'>Dashboard</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Dashboard</li><li class=\"wp-first-item current\"><a href='index.php' class=\"wp-first-item current\" aria-current=\"page\">Home</a></li><li><a href='update-core.php'>Updates <span class=\"update-plugins count-11\"><span class=\"update-count\">11</span></span></a></li><li class=\"wpuf-setup-menu-link\"><a href='wpuf-setup' class=\"wpuf-setup-menu-link\">WPUF Setup</a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_googlesitekit-dashboard menu-top-last\" id=\"toplevel_page_googlesitekit-dashboard\"><a href='admin.php?page=googlesitekit-dashboard' class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_googlesitekit-dashboard menu-top-last\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before'><img src=\"https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/images/logo-g_white_small.png\" alt=\"\" /></div><div class='wp-menu-name'>Site Kit</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Site Kit</li><li class=\"wp-first-item\"><a href='admin.php?page=googlesitekit-dashboard' class=\"wp-first-item\">Dashboard</a></li><li><a href='admin.php?page=googlesitekit-module-search-console'>Search Console</a></li><li><a href='admin.php?page=googlesitekit-module-adsense'>AdSense</a></li><li><a href='admin.php?page=googlesitekit-module-analytics'>Analytics</a></li><li><a href='admin.php?page=googlesitekit-settings'>Settings</a></li></ul></li>\n\t<li class=\"wp-not-current-submenu wp-menu-separator\" aria-hidden=\"true\"><div class=\"separator\"></div></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-post open-if-no-js menu-top-first\" id=\"menu-posts\">\n\t<a href='edit.php' class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-post open-if-no-js menu-top-first\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-admin-post'><br /></div><div class='wp-menu-name'>Posts</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Posts</li><li class=\"wp-first-item\"><a href='edit.php' class=\"wp-first-item\">All Posts</a></li><li><a href='post-new.php'>Add New</a></li><li><a href='edit-tags.php?taxonomy=category'>Categories</a></li><li><a href='edit-tags.php?taxonomy=post_tag'>Tags</a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-media\" id=\"menu-media\">\n\t<a href='upload.php' class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-media\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-admin-media'><br /></div><div class='wp-menu-name'>Media</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Media</li><li class=\"wp-first-item\"><a href='upload.php' class=\"wp-first-item\">Library</a></li><li><a href='media-new.php'>Add New</a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-page\" id=\"menu-pages\">\n\t<a href='edit.php?post_type=page' class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-page\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-admin-page'><br /></div><div class='wp-menu-name'>Pages</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Pages</li><li class=\"wp-first-item\"><a href='edit.php?post_type=page' class=\"wp-first-item\">All Pages</a></li><li><a href='post-new.php?post_type=page'>Add New</a></li></ul></li>\n\t<li class=\"wp-not-current-submenu menu-top menu-icon-comments\" id=\"menu-comments\">\n\t<a href='edit-comments.php' class=\"wp-not-current-submenu menu-top menu-icon-comments\" ><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-admin-comments'><br /></div><div class='wp-menu-name'>Comments <span class=\"awaiting-mod count-0\"><span class=\"pending-count\" aria-hidden=\"true\">0</span><span class=\"comments-in-moderation-text screen-reader-text\">0 Comments in moderation</span></span></div></a></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_wp-user-frontend menu-top-last\" id=\"toplevel_page_wp-user-frontend\"><a href='admin.php?page=wpuf-post-forms' class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_wp-user-frontend menu-top-last\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image svg' style=\"background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODNweCIgaGVpZ2h0PSI3NnB4IiB2aWV3Qm94PSIwIDAgODMgNzYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9IndwdWYtaWNvbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgaWQ9InVmcCIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjOUVBM0E4Ij48cGF0aCBkPSJNNDkuMzgsNTEuODggQzQ5LjUwMzM0OCw1Ni40NjA0NTUzIDQ1Ljg5OTkyOTUsNjAuMjc4NDY5NCA0MS4zMiw2MC40MiBDMzYuNzQwMDcwNSw2MC4yNzg0Njk0IDMzLjEzNjY1Miw1Ni40NjA0NTUzIDMzLjI2LDUxLjg4IEwzMy4yNiw0MC4yMyBMMTksNDAuMjMgTDE5LDUxLjg4IEMxOSw2NC43NyAyOSw3NS4yNSA0MS4zNiw3NS4yNiBMNDEuMzYsNzUuMjYgQzQ3LjM2MjIwNzksNzUuMjU1OTIyNyA1My4wOTU0MDczLDcyLjc2OTM2NDcgNTcuMiw2OC4zOSBDNjEuNDIxMzU1OSw2My45Mzc1ODQyIDYzLjc1NzU4NjgsNTguMDI1MzQzNSA2My43Miw1MS44OSBMNjMuNzIsNDAuMjMgTDQ5LjM4LDQwLjIzIEw0OS4zOCw1MS44OCBaIiBpZD0iU2hhcGUiPjwvcGF0aD48cG9seWdvbiBpZD0iU2hhcGUiIHBvaW50cz0iMzIuOTYgMC41OSAwIDAuNTkgMy43NyAxNi42OCAzMi45NiAxNi42OCI+PC9wb2x5Z29uPjxwYXRoIGQ9Ik02OCwwIEw0OS43NSwwIEw0OS43NSwxNi4xIEw2OCwxNi4xIEM2OC43NCwxNi4xIDY5LjM5LDE3LjEgNjkuMzksMTguMjQgQzY5LjM5LDE5LjM4IDY4Ljc0LDIwLjM4IDY4LDIwLjM4IEw0OS43NSwyMC4zOCBMNDkuNzUsMzYuNSBMNjgsMzYuNSBDNzYsMzYuNSA4Mi41LDI4LjMxIDgyLjUsMTguMjUgQzgyLjUsOC4xOSA3NiwwIDY4LDAgWiIgaWQ9IlNoYXBlIj48L3BhdGg+PHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjMyLjk2IDIwLjQxIDUuMzEgMjAuNDEgOS4wNyAzNi41IDMyLjk2IDM2LjUiPjwvcG9seWdvbj48L2c+PC9nPjwvc3ZnPg==')\"><br /></div><div class='wp-menu-name'>User Frontend</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>User Frontend</li><li class=\"wp-first-item\"><a href='admin.php?page=wpuf-post-forms' class=\"wp-first-item\">Post Forms</a></li><li><a href='admin.php?page=wpuf-profile-forms'>Registration Forms</a></li><li><a href='edit.php?post_type=wpuf_subscription'>Subscriptions</a></li><li><a href='admin.php?page=wpuf_coupon'>Coupons</a></li><li><a href='admin.php?page=wpuf_transaction'>Transactions</a></li><li><a href='admin.php?page=wpuf_tools'>Tools</a></li><li><a href='admin.php?page=wpuf_premium'>Premium</a></li><li><a href='admin.php?page=wpuf-support'><span style=\"color:#f18500\">Help</span></a></li><li><a href='admin.php?page=wpuf-settings'>Settings</a></li></ul></li>\n\t<li class=\"wp-not-current-submenu wp-menu-separator woocommerce\" aria-hidden=\"true\"><div class=\"separator\"></div></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-generic toplevel_page_woocommerce menu-top-first\" id=\"toplevel_page_woocommerce\"><a href='admin.php?page=wc-admin' class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-generic toplevel_page_woocommerce menu-top-first\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-admin-generic'><br /></div><div class='wp-menu-name'>WooCommerce</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>WooCommerce</li><li class=\"wp-first-item\"><a href='admin.php?page=wc-admin' class=\"wp-first-item\">Dashboard</a></li><li><a href='edit.php?post_type=shop_order'>Orders</a></li><li><a href='edit.php?post_type=shop_coupon'>Coupons</a></li><li><a href='admin.php?page=wc-admin&#038;path=/customers'>Customers</a></li><li><a href='admin.php?page=wc-reports'>Reports</a></li><li><a href='admin.php?page=wc-settings'>Settings</a></li><li><a href='admin.php?page=wc-status'>Status</a></li><li><a href='admin.php?page=wc-addons'>Extensions </a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-product\" id=\"menu-posts-product\">\n\t<a href='edit.php?post_type=product' class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-product\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-admin-post'><br /></div><div class='wp-menu-name'>Products</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Products</li><li class=\"wp-first-item\"><a href='edit.php?post_type=product' class=\"wp-first-item\">All Products</a></li><li><a href='post-new.php?post_type=product'>Add New</a></li><li><a href='edit-tags.php?taxonomy=product_cat&amp;post_type=product'>Categories</a></li><li><a href='edit-tags.php?taxonomy=product_tag&amp;post_type=product'>Tags</a></li><li><a href='edit.php?post_type=product&#038;page=product_attributes'>Attributes</a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_wc-admin&amp;path=/analytics/revenue\" id=\"toplevel_page_wc-admin-path--analytics-revenue\"><a href='admin.php?page=wc-admin&path=/analytics/revenue' class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_wc-admin&amp;path=/analytics/revenue\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-chart-bar'><br /></div><div class='wp-menu-name'>Analytics</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Analytics</li><li class=\"wp-first-item\"><a href='admin.php?page=wc-admin&#038;path=/analytics/revenue' class=\"wp-first-item\">Revenue</a></li><li><a href='admin.php?page=wc-admin&#038;path=/analytics/orders'>Orders</a></li><li><a href='admin.php?page=wc-admin&#038;path=/analytics/products'>Products</a></li><li><a href='admin.php?page=wc-admin&#038;path=/analytics/categories'>Categories</a></li><li><a href='admin.php?page=wc-admin&#038;path=/analytics/coupons'>Coupons</a></li><li><a href='admin.php?page=wc-admin&#038;path=/analytics/taxes'>Taxes</a></li><li><a href='admin.php?page=wc-admin&#038;path=/analytics/downloads'>Downloads</a></li><li><a href='admin.php?page=wc-admin&#038;path=/analytics/settings'>Settings</a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_wpforms-overview\" id=\"toplevel_page_wpforms-overview\"><a href='admin.php?page=wpforms-overview' class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_wpforms-overview\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image svg' style=\"background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiM5ZWEzYTgiIGQ9Ik02NDMgOTExdjEyOGgtMjUydi0xMjhoMjUyem0wLTI1NXYxMjdoLTI1MnYtMTI3aDI1MnptNzU4IDUxMXYxMjhoLTM0MXYtMTI4aDM0MXptMC0yNTZ2MTI4aC02NzJ2LTEyOGg2NzJ6bTAtMjU1djEyN2gtNjcydi0xMjdoNjcyem0xMzUgODYwdi0xMjQwcTAtOC02LTE0dC0xNC02aC0zMmwtMzc4IDI1Ni0yMTAtMTcxLTIxMCAxNzEtMzc4LTI1NmgtMzJxLTggMC0xNCA2dC02IDE0djEyNDBxMCA4IDYgMTR0MTQgNmgxMjQwcTggMCAxNC02dDYtMTR6bS04NTUtMTExMGwxODUtMTUwaC00MDZ6bTQzMCAwbDIyMS0xNTBoLTQwNnptNTUzLTEzMHYxMjQwcTAgNjItNDMgMTA1dC0xMDUgNDNoLTEyNDBxLTYyIDAtMTA1LTQzdC00My0xMDV2LTEyNDBxMC02MiA0My0xMDV0MTA1LTQzaDEyNDBxNjIgMCAxMDUgNDN0NDMgMTA1eiIvPjwvc3ZnPg==')\"><br /></div><div class='wp-menu-name'>WPForms</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>WPForms</li><li class=\"wp-first-item\"><a href='admin.php?page=wpforms-overview' class=\"wp-first-item\">All Forms</a></li><li><a href='admin.php?page=wpforms-builder'>Add New</a></li><li><a href='admin.php?page=wpforms-entries'>Entries</a></li><li><a href='admin.php?page=wpforms-settings'>Settings</a></li><li><a href='admin.php?page=wpforms-tools'>Tools</a></li><li><a href='admin.php?page=wpforms-addons'><span style=\"color:#f18500\">Addons</span></a></li><li><a href='admin.php?page=wpforms-analytics'>Analytics</a></li><li><a href='admin.php?page=wpforms-smtp'>SMTP</a></li><li><a href='admin.php?page=wpforms-about'>About Us</a></li><li><a href='admin.php?page=wpforms-community'>Community</a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-generic toplevel_page_widgets-wisw\" id=\"toplevel_page_widgets-wisw\"><a href='admin.php?page=widgets-wisw' class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-generic toplevel_page_widgets-wisw\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-admin-generic'><br /></div><div class='wp-menu-name'>Social Slider Widgets</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Social Slider Widgets</li><li class=\"wp-first-item\"><a href='admin.php?page=widgets-wisw' class=\"wp-first-item\">Widgets</a></li><li><a href='admin.php?page=settings-wisw'>Settings</a></li><li><a href='admin.php?page=license-wisw'><span style=\"color:#f18500\">License</span></a></li><li><a href='admin.php?page=about-wisw'>About</a></li></ul></li>\n\t<li class=\"wp-not-current-submenu menu-top toplevel_page_printful-dashboard menu-top-last\" id=\"toplevel_page_printful-dashboard\">\n\t<a href='admin.php?page=printful-dashboard' class=\"wp-not-current-submenu menu-top toplevel_page_printful-dashboard menu-top-last\" ><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before'><img src=\"https://httpster.co/wp-content/plugins/printful-shipping-for-woocommerce/assets/images/printful-menu-icon.png\" alt=\"\" /></div><div class='wp-menu-name'>Printful</div></a></li>\n\t<li class=\"wp-not-current-submenu wp-menu-separator\" aria-hidden=\"true\"><div class=\"separator\"></div></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first\" id=\"menu-appearance\">\n\t<a href='themes.php' class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-admin-appearance'><br /></div><div class='wp-menu-name'>Appearance</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Appearance</li><li class=\"wp-first-item\"><a href='themes.php' class=\"wp-first-item\">Themes</a></li><li class=\"hide-if-no-customize\"><a href='customize.php?return=%2Fwp-admin%2F' class=\"hide-if-no-customize\">Customise</a></li><li><a href='widgets.php'>Widgets</a></li><li><a href='nav-menus.php'>Menus</a></li><li><a href='edit.php?post_type=sidebar'>Widget Areas</a></li><li><a href='themes.php?page=generate-options'>GeneratePress</a></li><li><a href='edit.php?post_type=gp_elements'>Elements</a></li><li><a href='theme-editor.php'>Theme Editor</a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins\" id=\"menu-plugins\">\n\t<a href='plugins.php' class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-admin-plugins'><br /></div><div class='wp-menu-name'>Plugins <span class=\"update-plugins count-10\"><span class=\"plugin-count\">10</span></span></div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Plugins <span class=\"update-plugins count-10\"><span class=\"plugin-count\">10</span></span></li><li class=\"wp-first-item\"><a href='plugins.php' class=\"wp-first-item\">Installed Plugins</a></li><li><a href='plugin-install.php'>Add New</a></li><li><a href='plugin-editor.php'>Plugin Editor</a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-users\" id=\"menu-users\">\n\t<a href='users.php' class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-users\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-admin-users'><br /></div><div class='wp-menu-name'>Users</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Users</li><li class=\"wp-first-item\"><a href='users.php' class=\"wp-first-item\">All Users</a></li><li><a href='user-new.php'>Add New</a></li><li><a href='profile.php'>Your Profile</a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools\" id=\"menu-tools\">\n\t<a href='tools.php' class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-admin-tools'><br /></div><div class='wp-menu-name'>Tools</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Tools</li><li class=\"wp-first-item\"><a href='tools.php' class=\"wp-first-item\">Available Tools</a></li><li><a href='import.php'>Import</a></li><li><a href='export.php'>Export</a></li><li><a href='export-personal-data.php'>Export Personal Data</a></li><li><a href='erase-personal-data.php'>Erase Personal Data</a></li><li><a href='tools.php?page=health-check'>Site Health <span class=\"update-plugins count-2\"><span class=\"update-count\">2<span class=\"screen-reader-text\"> Critical issues</span></span></span></a></li><li><a href='tools.php?page=log-http-requests'>Log HTTP Requests</a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last\" id=\"menu-settings\">\n\t<a href='options-general.php' class=\"wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-admin-settings'><br /></div><div class='wp-menu-name'>Settings</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Settings</li><li class=\"wp-first-item\"><a href='options-general.php' class=\"wp-first-item\">General</a></li><li><a href='options-writing.php'>Writing</a></li><li><a href='options-reading.php'>Reading</a></li><li><a href='options-discussion.php'>Discussion</a></li><li><a href='options-media.php'>Media</a></li><li><a href='options-permalink.php'>Permalinks</a></li><li><a href='options-privacy.php'>Privacy</a></li><li><a href='options-general.php?page=jozz-settings-cssbacktotop'>CSS Back to Top</a></li></ul></li>\n\t<li class=\"wp-not-current-submenu wp-menu-separator\" aria-hidden=\"true\"><div class=\"separator\"></div></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_mailchimp-for-wp menu-top-first\" id=\"toplevel_page_mailchimp-for-wp\"><a href='admin.php?page=mailchimp-for-wp' class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_mailchimp-for-wp menu-top-first\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image svg' style=\"background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB3aWR0aD0iMTYiCiAgIGhlaWdodD0iMTYiCiAgIHZpZXdCb3g9IjAgMCAxNiAxNiIKICAgdmVyc2lvbj0iMS4xIj4KICAgIDxnCiAgICAgICBmaWxsPSIjYTBhNWFhIj4KICAgICAgPHBhdGgKICAgICAgCW9wYWNpdHk9IjEiCiAgICAgIAlmaWxsPSIjYTBhNWFhIgogICAgICAJZmlsbC1vcGFjaXR5PSIxIgogICAgICAJc3Ryb2tlPSJub25lIgogICAgICAgICBkPSJNIDguMDA5NzY1NiAwLjA1MjczNDM3NSBBIDggOCAwIDAgMCAwLjAwOTc2NTYyNSA4LjA1MjczNDQgQSA4IDggMCAwIDAgOC4wMDk3NjU2IDE2LjA1MjczNCBBIDggOCAwIDAgMCAxNi4wMDk3NjYgOC4wNTI3MzQ0IEEgOCA4IDAgMCAwIDguMDA5NzY1NiAwLjA1MjczNDM3NSB6IE0gOS4yNTk3NjU2IDQuMTcxODc1IEMgOS4zMjA1NDU2IDQuMTcxODc1IDkuOTI5NjE0NiA1LjAyMzM4MjIgMTAuNjExMzI4IDYuMDY2NDA2MiBDIDExLjI5MzA0MSA3LjEwOTQzMTMgMTIuMjk2MDE4IDguNTMzMTY2NiAxMi44NDE3OTcgOS4yMjg1MTU2IEwgMTMuODMzOTg0IDEwLjQ5MjE4OCBMIDEzLjMxNjQwNiAxMS4wNDEwMTYgQyAxMy4wMzEzMjEgMTEuMzQyMzM0IDEyLjcwODI5OSAxMS41ODc4OTEgMTIuNTk5NjA5IDExLjU4Nzg5MSBDIDEyLjI1Mzc5OCAxMS41ODc4OTEgMTEuMjY2NjM0IDEwLjQ5MDE1NiAxMC4zNDk2MDkgOS4wODU5Mzc1IEMgOS44NjEwMDA5IDguMzM3NzQxNSA5LjQxMjYzODUgNy43MjI5IDkuMzUxNTYyNSA3LjcxODc1IEMgOS4yOTA0ODI1IDcuNzE0NTUgOS4yNDAyMzQ0IDguMzQ3NzAxMSA5LjI0MDIzNDQgOS4xMjY5NTMxIEwgOS4yNDAyMzQ0IDEwLjU0NDkyMiBMIDguNTgzOTg0NCAxMC45ODI0MjIgQyA4LjIyMzM4NTQgMTEuMjIzMDE1IDcuODczNTc0NiAxMS40MTgyOTQgNy44MDY2NDA2IDExLjQxNzk2OSBDIDcuNzM5NzEwNiAxMS40MTc2NDQgNy40ODYxMDc1IDEwLjk5NzIyMyA3LjI0MjE4NzUgMTAuNDgyNDIyIEMgNi45OTgyNjc1IDkuOTY3NjE5OSA2LjY1NjAwNzkgOS4zOTQ2NDQ0IDYuNDgyNDIxOSA5LjIwODk4NDQgTCA2LjE2Nzk2ODggOC44NzEwOTM4IEwgNi4wNjY0MDYyIDkuMzQzNzUgQyA1LjcyMDMzMTMgMTAuOTc0NjU2IDUuNjY5MzIxOSAxMS4wOTA3OTEgNS4wOTE3OTY5IDExLjUwNTg1OSBDIDQuNTgwNTU2OSAxMS44NzMyODggNC4yMzQ3OTgyIDEyLjAxNzYyMyA0LjE5MTQwNjIgMTEuODgyODEyIEMgNC4xODM5MDYyIDExLjg1OTYzMiA0LjE0ODI2ODEgMTEuNTc0NDk3IDQuMTExMzI4MSAxMS4yNSBDIDMuOTcwODM0MSAxMC4wMTU4OTcgMy41MzQ3Mzk5IDguNzYwMjg2MSAyLjgxMDU0NjkgNy41MDE5NTMxIEMgMi41NjcyMTI5IDcuMDc5MTQ1MSAyLjU3MTEyMzUgNy4wNjUxNjkzIDIuOTc2NTYyNSA2LjgzMjAzMTIgQyAzLjIwNDYyMTUgNi43MDA4OTAzIDMuNTQ2NjU2MSA2LjQ4NDUxMDUgMy43MzYzMjgxIDYuMzUxNTYyNSBDIDQuMDU4NzgxMSA2LjEyNTU0NTUgNC4xMDc2Mzc2IDYuMTQ2NjM0OCA0LjQ5NDE0MDYgNi42Njc5Njg4IEMgNC44MTM4ODk2IDcuMDk5MjYyOCA0LjkyNzU2MDYgNy4xNjYyODUgNC45OTQxNDA2IDYuOTY4NzUgQyA1LjA5NjA5NTYgNi42NjYyNjMgNi4xODExNjUgNS44NTc0MjE5IDYuNDg0Mzc1IDUuODU3NDIxOSBDIDYuNjAwNjY4IDUuODU3NDIxOSA2Ljg4NTc2MzUgNi4xOTgxOTA0IDcuMTE3MTg3NSA2LjYxNTIzNDQgQyA3LjM0ODYxMDUgNy4wMzIyNzg0IDcuNTc5MDI5NCA3LjM3Mjg4MDkgNy42MzA4NTk0IDcuMzczMDQ2OSBDIDcuNzc1OTU4NCA3LjM3MzUyMTkgNy45MzgzMjM0IDUuODkzODAyMyA3LjgzMzk4NDQgNS41MTk1MzEyIEMgNy43NjA1NTQ0IDUuMjU2MTQyMyA3Ljg4NjUwMzUgNS4wODMxNTc1IDguNDQ1MzEyNSA0LjY3OTY4NzUgQyA4LjgzMjc1NDUgNC4zOTk5NDg1IDkuMTk4OTg0NiA0LjE3MTg3NSA5LjI1OTc2NTYgNC4xNzE4NzUgeiAiCiAgICAgICAgIGlkPSJwYXRoNTgyMiIgLz4KICAgIDwvZz4KPC9zdmc+Cg==')\"><br /></div><div class='wp-menu-name'>MC4WP</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>MC4WP</li><li class=\"wp-first-item\"><a href='admin.php?page=mailchimp-for-wp' class=\"wp-first-item\">Mailchimp</a></li><li><a href='admin.php?page=mailchimp-for-wp-forms'>Form</a></li><li><a href='admin.php?page=mailchimp-for-wp-integrations'>Integrations</a></li><li><a href='admin.php?page=mailchimp-for-wp-other'>Other</a></li><li><a href='admin.php?page=mailchimp-for-wp-extensions'>Add-ons</a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_amp-options\" id=\"toplevel_page_amp-options\"><a href='admin.php?page=amp-options' class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_amp-options\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image svg' style=\"background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjIiIGhlaWdodD0iNjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQxLjYyODg2NjcgMjguMTYxNDMzM2wtMTMuMDA0NSAyMS42NDIxMzM0aC0yLjM1NmwyLjMyOTEzMzMtMTQuMTAxOS03LjIxMzcuMDA5M3MtLjA2ODIuMDAyMDY2Ni0uMTAwMjMzMy4wMDIwNjY2Yy0uNjQ5OTY2NyAwLTEuMTc1OTMzNC0uNTI1OTY2Ni0xLjE3NTkzMzQtMS4xNzU5MzMzIDAtLjI3OS4yNTkzNjY3LS43NTEyMzMzLjI1OTM2NjctLjc1MTIzMzNsMTIuOTYyMTMzMy0yMS42MTYzTDM1LjcyNDQgMTIuMTc5OWwtMi4zODgwMzMzIDE0LjEyMzYgNy4yNTA5LS4wMDkzcy4wNzc1LS4wMDEwMzMzLjExNDctLjAwMTAzMzNjLjY0OTk2NjYgMCAxLjE3NTkzMzMuNTI1OTY2NiAxLjE3NTkzMzMgMS4xNzU5MzMzIDAgLjI2MzUtLjEwMzMzMzMuNDk0OTY2Ny0uMjUwMDY2Ny42OTEzbC4wMDEwMzM0LjAwMTAzMzN6TTMxIDBDMTMuODc4NyAwIDAgMTMuODc5NzMzMyAwIDMxYzAgMTcuMTIxMyAxMy44Nzg3IDMxIDMxIDMxIDE3LjEyMDI2NjcgMCAzMS0xMy44Nzg3IDMxLTMxQzYyIDEzLjg3OTczMzMgNDguMTIwMjY2NyAwIDMxIDB6IiBmaWxsPSIjYTBhNWFhIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=')\"><br /></div><div class='wp-menu-name'>AMP</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>AMP</li><li class=\"wp-first-item\"><a href='admin.php?page=amp-options' class=\"wp-first-item\">General</a></li><li><a href='admin.php?page=amp-analytics-options'>Analytics</a></li><li><a href='edit.php?post_type=amp_validated_url'>Validated URLs <span class=\"awaiting-mod\"><span class=\"new-validation-error-urls-count\">58</span></span></a></li><li><a href='edit-tags.php?taxonomy=amp_validation_error&amp;post_type=amp_validated_url'>Error index <span class=\"awaiting-mod\"><span class=\"pending-count\">136</span></span></a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_duplicator\" id=\"toplevel_page_duplicator\"><a href='admin.php?page=duplicator' class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_duplicator\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image svg' style=\"background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjU2cHgiIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNTYgMjU2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjQTdBOUFDIiBkPSJNMTcyLjEwMywzNS4yMjNsLTEuMzk1LTI0LjA5N0wxNTMuMzYsNi40NzhsLTEzLjI1MywyMC4xNzFjLTYuNzQyLTAuNjc1LTEzLjUzNS0wLjY5Ni0yMC4yNzYtMC4wNDINCgkJCUwxMDYuNDY3LDYuMjdsLTE3LjM0OCw0LjY0N2wtMS40LDI0LjIwNGMtNi4wNzMsMi43MjQtMTEuOTMsNi4wNzQtMTcuNDg1LDEwLjAzOUw0OC40MDMsMzQuMTgzTDM1LjcwNCw0Ni44ODJsMTAuOTEsMjEuNzAxDQoJCQljLTQuMDExLDUuNTIyLTcuMzk2LDExLjM1Mi0xMC4xNywxNy4zOTdsLTI0LjM2NywxLjQxbC00LjY0OCwxNy4zNDhsMjAuMjQxLDEzLjNjLTAuNzA4LDYuNzM0LTAuNzg1LDEzLjUyMy0wLjE2NiwyMC4yNjUNCgkJCWwtMjAuMjg0LDEzLjMzbDQuNjQ4LDE3LjM0OGwyMy4zMjQsMS4zNDlsMC4yMjctMC44MjZsOS4xMDYtMzMuMTc2Yy0yLjEyNS0yNC4zMzMsNi4xMDQtNDkuMzk3LDI0LjcyOS02OC4wMjMNCgkJCWMyNy4zOTMtMjcuMzkzLDY4LjcxLTMyLjMxNSwxMDEuMTQ1LTE0LjgzM0w1NC40MjIsMTY5LjQ0N2wtMi41ODUtMzIuMzU1TDMwLjg5LDIxMy4zOThsMzEuNjE0LTMxLjYxNEwxODIuNzM1LDYxLjU1Mw0KCQkJbDQuMjA0LTQuMjA2bDcuOTc4LTcuOTc4QzE4Ny44MzYsNDMuNTU3LDE4MC4xNSwzOC44NTcsMTcyLjEwMywzNS4yMjN6Ii8+DQoJCTxwYXRoIGZpbGw9IiNBN0E5QUMiIGQ9Ik0xMDUuMjE0LDkuNTU4bDEyLjIzMSwxOC42MTRsMC45NDUsMS40NGwxLjcxNS0wLjE2NmMzLjE4Mi0wLjMwOCw2LjQyMy0wLjQ2NSw5LjYzNC0wLjQ2NQ0KCQkJYzMuMzQ3LDAsNi43MzYsMC4xNywxMC4wODIsMC41MDZsMS43MTksMC4xNzJsMC45NS0xLjQ0NGwxMi4xMjItMTguNDQ5bDEzLjM2NSwzLjU4MWwxLjI3NCwyMi4wNDFsMC4xMDEsMS43MjRsMS41NzMsMC43MTENCgkJCWM3LjAzNiwzLjE3NSwxMy42NTIsNy4xMzYsMTkuNzExLDExLjc5MWwtNS43MTcsNS43MThsLTQuMjAzLDQuMjAzTDYwLjQ4NSwxNzkuNzY2bC0yMy45OTEsMjMuOTkybDEzLjc5Mi01MC4yNDRsMS4yOTIsMTYuMTYyDQoJCQlsMC40OTMsNi4xNTlsNC4zNjktNC4zNjdMMTcyLjQxNiw1NS40OWwyLjcwOS0yLjcxMWwtMy4zNzItMS44MThjLTEyLjgyOS02LjkxNS0yNy4zNDktMTAuNTcxLTQxLjk5NC0xMC41NzENCgkJCWMtMjMuNjIsMC00NS44MjMsOS4xOTgtNjIuNTIyLDI1Ljg5N0M0OC44MzMsODQuNjksMzkuNTIsMTEwLjA5NSw0MS42MzksMTM2LjA2MWwtOC41ODcsMzEuMjg4bC0xOC45NjItMS4wOTlsLTMuNTgxLTEzLjM2Mw0KCQkJbDE4LjU2Mi0xMi4xOThsMS40MzEtMC45NDJsLTAuMTU2LTEuNzA0Yy0wLjU5Mi02LjQzNi0wLjUzOC0xMy4wNjUsMC4xNjEtMTkuNzA2bDAuMTgyLTEuNzI4bC0xLjQ1Mi0wLjk1NWwtMTguNTE4LTEyLjE2Nw0KCQkJbDMuNTgxLTEzLjM2NmwyMi4zMDktMS4yOTFsMS43MTItMC4wOThsMC43MTctMS41NTljMi43MjktNS45NDgsNi4wNTUtMTEuNjM5LDkuODg1LTE2LjkxM2wxLjAyMS0xLjQwNmwtMC43NzktMS41NTINCgkJCWwtOS45ODQtMTkuODU5bDkuNzg0LTkuNzg0bDE5Ljk4OCwxMC4wNDlsMS41MzgsMC43NzRsMS40MDEtMS4wMDFjNS4zNDMtMy44MTEsMTEuMDYxLTcuMDk0LDE2Ljk5Ny05Ljc1N2wxLjU4MS0wLjcxMmwwLjEtMS43MjgNCgkJCWwxLjI4MS0yMi4xNDVMMTA1LjIxNCw5LjU1OCBNMTA2LjQ2Nyw2LjI3bC0xNy4zNDgsNC42NDdsLTEuNCwyNC4yMDRjLTYuMDczLDIuNzI2LTExLjkzLDYuMDc0LTE3LjQ4NiwxMC4wMzlsLTIxLjgzLTEwLjk3Ng0KCQkJbC0xMi43LDEyLjcwMWwxMC45MSwyMS42OTljLTQuMDExLDUuNTIyLTcuMzk2LDExLjM1My0xMC4xNywxNy4zOTdsLTI0LjM2NywxLjQxbC00LjY0OCwxNy4zNDhsMjAuMjQsMTMuMw0KCQkJYy0wLjcwOCw2LjczNC0wLjc4NCwxMy41MjMtMC4xNjUsMjAuMjY1bC0yMC4yODQsMTMuMzNsNC42NDgsMTcuMzQ4bDIzLjMyNCwxLjM0OWwwLjIyNy0wLjgyNmw5LjEwNi0zMy4xNzYNCgkJCWMtMi4xMjUtMjQuMzMzLDYuMTA0LTQ5LjM5NywyNC43MjktNjguMDIzYzE2LjcxLTE2LjcxMSwzOC42MDctMjUuMDYsNjAuNTA1LTI1LjA2YzEzLjk5OCwwLDI3Ljk5MiwzLjQxMSw0MC42NCwxMC4yMjcNCgkJCUw1NC40MjIsMTY5LjQ0OWwtMi41ODUtMzIuMzU3TDMwLjg5LDIxMy4zOThsMzEuNjE0LTMxLjYxNEwxODIuNzM1LDYxLjU1M2w0LjIwMy00LjIwNGw3Ljk3OS03Ljk3OQ0KCQkJYy03LjA4My01LjgxNS0xNC43NjctMTAuNTEzLTIyLjgxNC0xNC4xNDdsLTEuMzk1LTI0LjA5N0wxNTMuMzYsNi40NzhsLTEzLjI1NCwyMC4xN2MtMy40NDctMC4zNDYtNi45MDctMC41Mi0xMC4zNjYtMC41Mg0KCQkJYy0zLjMwNywwLTYuNjE0LDAuMTYtOS45MSwwLjQ3OUwxMDYuNDY3LDYuMjdMMTA2LjQ2Nyw2LjI3eiIvPg0KCTwvZz4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iI0E3QTlBQyIgZD0iTTg3LjgwMiwyMjIuMjFsMS4zOTQsMjQuMDk3bDE3LjM0OCw0LjY0OWwxMy4yNTUtMjAuMTdjNi43NDIsMC42NzUsMTMuNTMzLDAuNjkzLDIwLjI3NCwwLjA0MQ0KCQkJbDEzLjM2NSwyMC4zMzVsMTcuMzQ3LTQuNjQ2bDEuMzk5LTI0LjIwMmM2LjA3My0yLjcyNSwxMS45My02LjA3NCwxNy40ODYtMTAuMDM4bDIxLjgzMSwxMC45NzRsMTIuNjk5LTEyLjY5OGwtMTAuOTEtMjEuNzAxDQoJCQljNC4wMTItNS41MjEsNy4zOTYtMTEuMzUyLDEwLjE2OS0xNy4zOThsMjQuMzY5LTEuNDA4bDQuNjQ2LTE3LjM0OGwtMjAuMjM5LTEzLjNjMC43MDgtNi43MzYsMC43ODQtMTMuNTIzLDAuMTY0LTIwLjI2Ng0KCQkJbDIwLjI4NC0xMy4zMjhsLTQuNjQ3LTE3LjM0OGwtMjMuMzIzLTEuMzQ5bC0wLjIyOCwwLjgyNWwtOS4xMDcsMzMuMTc1YzIuMTI3LDI0LjMzMi02LjEwNCw0OS4zOTctMjQuNzI5LDY4LjAyNA0KCQkJYy0yNy4zOTIsMjcuMzkzLTY4LjcwOSwzMi4zMTUtMTAxLjE0NCwxNC44MzFMMjA1LjQ4LDg3Ljk4NGwyLjU4NiwzMi4zNTZsMjAuOTQ4LTc2LjMwNWwtMzEuNjE1LDMxLjYxM0w3Ny4xNjksMTk1Ljg4DQoJCQlsLTQuMjA2LDQuMjA1bC03Ljk3OCw3Ljk3OUM3Mi4wNjgsMjEzLjg3Niw3OS43NTIsMjE4LjU3NSw4Ny44MDIsMjIyLjIxeiIvPg0KCQk8cGF0aCBmaWxsPSIjQTdBOUFDIiBkPSJNMjIzLjQwOSw1My42NzZsLTEzLjc5Myw1MC4yNGwtMS4yOS0xNi4xNmwtMC40OTQtNi4xNTlsLTQuMzY4LDQuMzdMODcuNDg3LDIwMS45NDJsLTIuNzA5LDIuNzEyDQoJCQlsMy4zNzMsMS44MThjMTIuODI4LDYuOTE0LDI3LjM1MSwxMC41NjgsNDEuOTk3LDEwLjU2OGMyMy42MTgsMCw0NS44MjEtOS4xOTUsNjIuNTItMjUuODk2DQoJCQljMTguNDAzLTE4LjQwMiwyNy43MTctNDMuODA3LDI1LjU5OC02OS43NzVsOC41ODgtMzEuMjgzbDE4Ljk2MSwxLjA5N2wzLjU4MiwxMy4zNjRsLTE4LjU2MywxMi4xOTdsLTEuNDMsMC45NDFsMC4xNTUsMS43MDUNCgkJCWMwLjU5Miw2LjQzNiwwLjUzOSwxMy4wNjctMC4xNiwxOS43MDZsLTAuMTgzLDEuNzI3bDEuNDUxLDAuOTU0bDE4LjUyMSwxMi4xNzFsLTMuNTgyLDEzLjM2NWwtMjIuMzExLDEuMjkxbC0xLjcxMiwwLjA5OQ0KCQkJbC0wLjcxNiwxLjU2Yy0yLjcyNyw1Ljk0NC02LjA1MywxMS42MzMtOS44ODYsMTYuOTExbC0xLjAyLDEuNDA0bDAuNzgsMS41NTRsOS45ODMsMTkuODU5bC05Ljc4NSw5Ljc4M2wtMTkuOTktMTAuMDUNCgkJCWwtMS41MzYtMC43NzJsLTEuNDAyLDAuOTk5Yy01LjM0MSwzLjgxNC0xMS4wNTksNy4wOTYtMTYuOTk0LDkuNzU4bC0xLjU4MiwwLjcxbC0wLjA5OSwxLjcyOWwtMS4yODMsMjIuMTQ2bC0xMy4zNjMsMy41ODENCgkJCWwtMTIuMjMzLTE4LjYxNWwtMC45NDYtMS40MzhsLTEuNzEzLDAuMTYzYy0zLjE4LDAuMzEtNi40MTcsMC40NjUtOS42MjYsMC40NjVjLTMuMzQ4LDAtNi43NDMtMC4xNjktMTAuMDktMC41MDVsLTEuNzE5LTAuMTcxDQoJCQlsLTAuOTUsMS40NDNsLTEyLjEyMiwxOC40NDhsLTEzLjM2Ni0zLjU4MWwtMS4yNzUtMjIuMDM4bC0wLjEtMS43MjdsLTEuNTc0LTAuNzA5Yy03LjAzNS0zLjE4LTEzLjY1My03LjEzOS0xOS43MS0xMS43OTINCgkJCWw1LjcxNi01LjcxNWw0LjIwNS00LjIwN0wxOTkuNDE4LDc3LjY2NkwyMjMuNDA5LDUzLjY3NiBNMjI5LjAxNSw0NC4wMzZsLTMxLjYxNSwzMS42MTNMNzcuMTY5LDE5NS44OGwtNC4yMDYsNC4yMDVsLTcuOTc3LDcuOTc5DQoJCQljNy4wOCw1LjgxMiwxNC43NjUsMTAuNTExLDIyLjgxNCwxNC4xNDZsMS4zOTQsMjQuMDk3bDE3LjM0OCw0LjY0OWwxMy4yNTQtMjAuMTczYzMuNDQ4LDAuMzQ4LDYuOTEyLDAuNTIzLDEwLjM3NCwwLjUyMw0KCQkJYzMuMzA0LDAsNi42MDctMC4xNjIsOS45LTAuNDc5bDEzLjM2NSwyMC4zMzVsMTcuMzQ3LTQuNjQ2bDEuMzk5LTI0LjIwMmM2LjA3My0yLjcyNSwxMS45MzEtNi4wNzcsMTcuNDg2LTEwLjAzOGwyMS44MzEsMTAuOTc0DQoJCQlsMTIuNjk5LTEyLjY5OGwtMTAuOTEtMjEuNzAxYzQuMDEyLTUuNTIxLDcuMzk2LTExLjM1MiwxMC4xNjktMTcuMzk4bDI0LjM2OS0xLjQwOGw0LjY0OS0xNy4zNDhsLTIwLjI0Mi0xMy4zDQoJCQljMC43MDgtNi43MzYsMC43ODQtMTMuNTIzLDAuMTY0LTIwLjI2NmwyMC4yODUtMTMuMzI4bC00LjY0OC0xNy4zNDhsLTIzLjMyNC0xLjM0OWwtMC4yMjcsMC44MjVsLTkuMTA3LDMzLjE3NQ0KCQkJYzIuMTI3LDI0LjMzMi02LjEwNCw0OS40MDEtMjQuNzI5LDY4LjAyNGMtMTYuNzA5LDE2LjcxLTM4LjYwNCwyNS4wNjEtNjAuNTAxLDI1LjA2MWMtMTMuOTk4LDAtMjcuOTk1LTMuNDEtNDAuNjQzLTEwLjIyOQ0KCQkJTDIwNS40OCw4Ny45ODRsMi41ODYsMzIuMzU2TDIyOS4wMTUsNDQuMDM2TDIyOS4wMTUsNDQuMDM2eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K')\"><br /></div><div class='wp-menu-name'>Duplicator</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Duplicator</li><li class=\"wp-first-item\"><a href='admin.php?page=duplicator' class=\"wp-first-item\">Packages</a></li><li><a href='admin.php?page=duplicator-tools'>Tools</a></li><li><a href='admin.php?page=duplicator-settings'>Settings</a></li><li><a href='admin.php?page=duplicator-gopro'><span style=\"color:#f18500\">Go Pro!</span></a></li></ul></li>\n\t<li class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_smart-slider3 menu-top-last\" id=\"toplevel_page_smart-slider3\"><a href='admin.php?page=smart-slider3' class=\"wp-has-submenu wp-not-current-submenu menu-top toplevel_page_smart-slider3 menu-top-last\" aria-haspopup=\"true\"><div class=\"wp-menu-arrow\"><div></div></div><div class='wp-menu-image dashicons-before dashicons-smart_slider__admin_menu'><br /></div><div class='wp-menu-name'>Smart Slider</div></a>\n\t<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head' aria-hidden='true'>Smart Slider</li><li class=\"wp-first-item\"><a href='admin.php?page=smart-slider3' class=\"wp-first-item\">Dashboard</a></li><li><a href='admin.php?page=smart-slider3-help'>Help center</a></li><li><a href='admin.php?page=smart-slider3-go-pro'><span class=\"smart_slider__admin_menu_go_pro\"><span class=\"dashicons dashicons-unlock\" style=\"font-size: 17px\"></span>Go Pro</span></a></li></ul></li><li id=\"collapse-menu\" class=\"hide-if-no-js\"><button type=\"button\" id=\"collapse-button\" aria-label=\"Collapse Main menu\" aria-expanded=\"true\"><span class=\"collapse-button-icon\" aria-hidden=\"true\"></span><span class=\"collapse-button-label\">Collapse menu</span></button></li></ul>\n</div>\n</div>\n<div id=\"wpcontent\">\n\n\t\t<div id=\"wpadminbar\" class=\"nojq nojs\">\n\t\t\t\t\t\t<div class=\"quicklinks\" id=\"wp-toolbar\" role=\"navigation\" aria-label=\"Toolbar\">\n\t\t\t\t<ul id='wp-admin-bar-root-default' class=\"ab-top-menu\"><li id='wp-admin-bar-menu-toggle'><a class='ab-item' href='#'><span class=\"ab-icon\"></span><span class=\"screen-reader-text\">Menu</span></a></li><li id='wp-admin-bar-wp-logo' class=\"menupop\"><a class='ab-item' aria-haspopup=\"true\" href='https://httpster.co/wp-admin/about.php'><span class=\"ab-icon\"></span><span class=\"screen-reader-text\">About WordPress</span></a><div class=\"ab-sub-wrapper\"><ul id='wp-admin-bar-wp-logo-default' class=\"ab-submenu\"><li id='wp-admin-bar-about'><a class='ab-item' href='https://httpster.co/wp-admin/about.php'>About WordPress</a></li></ul><ul id='wp-admin-bar-wp-logo-external' class=\"ab-sub-secondary ab-submenu\"><li id='wp-admin-bar-wporg'><a class='ab-item' href='https://en-gb.wordpress.org/'>WordPress.org</a></li><li id='wp-admin-bar-documentation'><a class='ab-item' href='https://codex.wordpress.org/'>Documentation</a></li><li id='wp-admin-bar-support-forums'><a class='ab-item' href='https://wordpress.org/support/'>Support</a></li><li id='wp-admin-bar-feedback'><a class='ab-item' href='https://wordpress.org/support/forum/requests-and-feedback'>Feedback</a></li></ul></div></li><li id='wp-admin-bar-site-name' class=\"menupop\"><a class='ab-item' aria-haspopup=\"true\" href='https://httpster.co/'>Httpster Nerdware</a><div class=\"ab-sub-wrapper\"><ul id='wp-admin-bar-site-name-default' class=\"ab-submenu\"><li id='wp-admin-bar-view-site'><a class='ab-item' href='https://httpster.co/'>Visit Site</a></li></ul></div></li><li id='wp-admin-bar-updates'><a class='ab-item' href='https://httpster.co/wp-admin/update-core.php' title='10 Plugin Updates, 1 Theme Update'><span class=\"ab-icon\"></span><span class=\"ab-label\">11</span><span class=\"screen-reader-text\">10 Plugin Updates, 1 Theme Update</span></a></li><li id='wp-admin-bar-comments'><a class='ab-item' href='https://httpster.co/wp-admin/edit-comments.php'><span class=\"ab-icon\"></span><span class=\"ab-label awaiting-mod pending-count count-0\" aria-hidden=\"true\">0</span><span class=\"screen-reader-text comments-in-moderation-text\">0 Comments in moderation</span></a></li><li id='wp-admin-bar-new-content' class=\"menupop\"><a class='ab-item' aria-haspopup=\"true\" href='https://httpster.co/wp-admin/post-new.php'><span class=\"ab-icon\"></span><span class=\"ab-label\">New</span></a><div class=\"ab-sub-wrapper\"><ul id='wp-admin-bar-new-content-default' class=\"ab-submenu\"><li id='wp-admin-bar-new-post'><a class='ab-item' href='https://httpster.co/wp-admin/post-new.php'>Post</a></li><li id='wp-admin-bar-new-media'><a class='ab-item' href='https://httpster.co/wp-admin/media-new.php'>Media</a></li><li id='wp-admin-bar-new-page'><a class='ab-item' href='https://httpster.co/wp-admin/post-new.php?post_type=page'>Page</a></li><li id='wp-admin-bar-new-product'><a class='ab-item' href='https://httpster.co/wp-admin/post-new.php?post_type=product'>Product</a></li><li id='wp-admin-bar-new-shop_order'><a class='ab-item' href='https://httpster.co/wp-admin/post-new.php?post_type=shop_order'>Order</a></li><li id='wp-admin-bar-new-shop_coupon'><a class='ab-item' href='https://httpster.co/wp-admin/post-new.php?post_type=shop_coupon'>Coupon</a></li><li id='wp-admin-bar-new-user'><a class='ab-item' href='https://httpster.co/wp-admin/user-new.php'>User</a></li><li id='wp-admin-bar-wpforms'><a class='ab-item' href='https://httpster.co/wp-admin/admin.php?page=wpforms-builder'>WPForms</a></li></ul></div></li><li id='wp-admin-bar-wpforms-menu' class=\"menupop\"><a class='ab-item' aria-haspopup=\"true\" href='https://httpster.co/wp-admin/admin.php?page=wpforms-overview'>WPForms</a><div class=\"ab-sub-wrapper\"><ul id='wp-admin-bar-wpforms-menu-default' class=\"ab-submenu\"><li id='wp-admin-bar-wpforms-forms'><a class='ab-item' href='https://httpster.co/wp-admin/admin.php?page=wpforms-overview'>All Forms</a></li><li id='wp-admin-bar-wpforms-add-new'><a class='ab-item' href='https://httpster.co/wp-admin/admin.php?page=wpforms-builder'>Add New</a></li><li id='wp-admin-bar-wpforms-community'><a class='ab-item' href='https://www.facebook.com/groups/wpformsvip/' target='_blank' rel='noopener noreferrer'>Community</a></li><li id='wp-admin-bar-wpforms-support'><a class='ab-item' href='https://wpforms.com/docs/' target='_blank' rel='noopener noreferrer'>Support</a></li></ul></div></li></ul><ul id='wp-admin-bar-top-secondary' class=\"ab-top-secondary ab-top-menu\"><li id='wp-admin-bar-my-account' class=\"menupop with-avatar\"><a class='ab-item' aria-haspopup=\"true\" href='https://httpster.co/wp-admin/profile.php'>Hi, <span class=\"display-name\">HIDDEN</span><img alt='' src='https://secure.gravatar.com/avatar/4084ec837038106c37fe9a9038f6a9b8?s=26&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/4084ec837038106c37fe9a9038f6a9b8?s=52&#038;d=mm&#038;r=g 2x' class='avatar avatar-26 photo' height='26' width='26' /></a><div class=\"ab-sub-wrapper\"><ul id='wp-admin-bar-user-actions' class=\"ab-submenu\"><li id='wp-admin-bar-user-info'><a class='ab-item' tabindex=\"-1\" href='https://httpster.co/wp-admin/profile.php'><img alt='' src='https://secure.gravatar.com/avatar/4084ec837038106c37fe9a9038f6a9b8?s=64&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/4084ec837038106c37fe9a9038f6a9b8?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo' height='64' width='64' /><span class='display-name'>HIDDEN</span></a></li><li id='wp-admin-bar-edit-profile'><a class='ab-item' href='https://httpster.co/wp-admin/profile.php'>Edit My Profile</a></li><li id='wp-admin-bar-logout'><a class='ab-item' href='https://httpster.co/wp-login.php?action=logout&#038;_wpnonce=77d2ed141a'>Log Out</a></li></ul></div></li></ul>\t\t\t</div>\n\t\t\t\t\t\t<a class=\"screen-reader-shortcut\" href=\"https://httpster.co/wp-login.php?action=logout&#038;_wpnonce=77d2ed141a\">Log Out</a>\n\t\t\t\t\t</div>\n\n\t\t\n<div id=\"wpbody\" role=\"main\">\n\n<div id=\"wpbody-content\">\n\t\t<div id=\"screen-meta\" class=\"metabox-prefs\">\n\n\t\t\t<div id=\"contextual-help-wrap\" class=\"hidden\" tabindex=\"-1\" aria-label=\"Contextual Help Tab\">\n\t\t\t\t<div id=\"contextual-help-back\"></div>\n\t\t\t\t<div id=\"contextual-help-columns\">\n\t\t\t\t\t<div class=\"contextual-help-tabs\">\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li id=\"tab-link-overview\" class=\"active\">\n\t\t\t\t\t\t\t\t<a href=\"#tab-panel-overview\" aria-controls=\"tab-panel-overview\">\n\t\t\t\t\t\t\t\t\tOverview\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li id=\"tab-link-help-navigation\">\n\t\t\t\t\t\t\t\t<a href=\"#tab-panel-help-navigation\" aria-controls=\"tab-panel-help-navigation\">\n\t\t\t\t\t\t\t\t\tNavigation\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li id=\"tab-link-help-layout\">\n\t\t\t\t\t\t\t\t<a href=\"#tab-panel-help-layout\" aria-controls=\"tab-panel-help-layout\">\n\t\t\t\t\t\t\t\t\tLayout\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li id=\"tab-link-help-content\">\n\t\t\t\t\t\t\t\t<a href=\"#tab-panel-help-content\" aria-controls=\"tab-panel-help-content\">\n\t\t\t\t\t\t\t\t\tContent\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"contextual-help-sidebar\">\n\t\t\t\t\t\t<p><strong>For more information:</strong></p><p><a href=\"https://wordpress.org/support/article/dashboard-screen/\">Documentation on Dashboard</a></p><p><a href=\"https://wordpress.org/support/\">Support</a></p>\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"contextual-help-tabs-wrap\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"tab-panel-overview\" class=\"help-tab-content active\">\n\t\t\t\t\t\t\t\t<p>Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab above the screen title.</p>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"tab-panel-help-navigation\" class=\"help-tab-content\">\n\t\t\t\t\t\t\t\t<p>The left-hand navigation menu provides links to all of the WordPress administration screens, with submenu items displayed on hover. You can minimise this menu to a narrow icon strip by clicking on the Collapse Menu arrow at the bottom.</p><p>Links in the Toolbar at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information.</p>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"tab-panel-help-layout\" class=\"help-tab-content\">\n\t\t\t\t\t\t\t\t<p>You can use the following controls to arrange your Dashboard screen to suit your workflow. This is true on most other administration screens as well.</p><p><strong>Screen Options</strong> &mdash; Use the Screen Options tab to choose which Dashboard boxes to show.</p><p><strong>Drag and Drop</strong> &mdash; To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a grey dotted-line rectangle appear in the location you want to place the box.</p><p><strong>Box Controls</strong> &mdash; Click the title bar of the box to expand or collapse it. Some boxes added by plugins may have configurable content, and will show a &#8220;Configure&#8221; link in the title bar if you hover over it.</p>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"tab-panel-help-content\" class=\"help-tab-content\">\n\t\t\t\t\t\t\t\t<p>The boxes on your Dashboard screen are:</p><p><strong>At A Glance</strong> &mdash; Displays a summary of the content on your site and identifies which theme and version of WordPress you are using.</p><p><strong>Activity</strong> &mdash; Shows the upcoming scheduled posts, recently published posts, and the most recent comments on your posts and allows you to moderate them.</p><p><strong>Quick Draft</strong> &mdash; Allows you to create a new post and save it as a draft. Also displays links to the 3 most recent draft posts you've started.</p><p><strong>WordPress Events and News</strong> &mdash; Upcoming events near you as well as the latest news from the official WordPress project and the <a href=\"https://planet.wordpress.org/\">WordPress Planet</a>.</p><p><strong>Welcome</strong> &mdash; Shows links for some of the most common tasks when setting up a new site.</p>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t<div id=\"screen-options-wrap\" class=\"hidden\" tabindex=\"-1\" aria-label=\"Screen Options Tab\">\n<form id='adv-settings' method='post'>\n\t\t<fieldset class=\"metabox-prefs\">\n\t\t<legend>Boxes</legend>\n\t\t<label for=\"wbcr-factory-adverts-widget-hide\"><input class=\"hide-postbox-tog\" name=\"wbcr-factory-adverts-widget-hide\" type=\"checkbox\" id=\"wbcr-factory-adverts-widget-hide\" value=\"wbcr-factory-adverts-widget\"  checked='checked' />Social Slider Widget News</label><label for=\"wpforms_reports_widget_lite-hide\"><input class=\"hide-postbox-tog\" name=\"wpforms_reports_widget_lite-hide\" type=\"checkbox\" id=\"wpforms_reports_widget_lite-hide\" value=\"wpforms_reports_widget_lite\"  checked='checked' />WPForms</label><label for=\"dashboard_site_health-hide\"><input class=\"hide-postbox-tog\" name=\"dashboard_site_health-hide\" type=\"checkbox\" id=\"dashboard_site_health-hide\" value=\"dashboard_site_health\"  checked='checked' />Site Health Status</label><label for=\"dashboard_right_now-hide\"><input class=\"hide-postbox-tog\" name=\"dashboard_right_now-hide\" type=\"checkbox\" id=\"dashboard_right_now-hide\" value=\"dashboard_right_now\"  checked='checked' />At a Glance</label><label for=\"dashboard_activity-hide\"><input class=\"hide-postbox-tog\" name=\"dashboard_activity-hide\" type=\"checkbox\" id=\"dashboard_activity-hide\" value=\"dashboard_activity\"  checked='checked' />Activity</label><label for=\"google_dashboard_widget-hide\"><input class=\"hide-postbox-tog\" name=\"google_dashboard_widget-hide\" type=\"checkbox\" id=\"google_dashboard_widget-hide\" value=\"google_dashboard_widget\"  checked='checked' />Site Kit Summary</label><label for=\"woocommerce_dashboard_status-hide\"><input class=\"hide-postbox-tog\" name=\"woocommerce_dashboard_status-hide\" type=\"checkbox\" id=\"woocommerce_dashboard_status-hide\" value=\"woocommerce_dashboard_status\"  checked='checked' />WooCommerce Status</label><label for=\"dashboard_quick_press-hide\"><input class=\"hide-postbox-tog\" name=\"dashboard_quick_press-hide\" type=\"checkbox\" id=\"dashboard_quick_press-hide\" value=\"dashboard_quick_press\"  checked='checked' /><span class=\"hide-if-no-js\">Quick Draft</span> <span class=\"hide-if-js\">Your Recent Drafts</span></label><label for=\"dashboard_primary-hide\"><input class=\"hide-postbox-tog\" name=\"dashboard_primary-hide\" type=\"checkbox\" id=\"dashboard_primary-hide\" value=\"dashboard_primary\"  checked='checked' />WordPress Events and News</label><label for=\"wp_welcome_panel-hide\"><input type=\"checkbox\" id=\"wp_welcome_panel-hide\" />Welcome</label>\n\t\t</fieldset>\n\t\t\n<input type=\"hidden\" id=\"screenoptionnonce\" name=\"screenoptionnonce\" value=\"dffbb865d7\" />\n</form>\n</div>\t\t</div>\n\t\t\t\t<div id=\"screen-meta-links\">\n\t\t\t\t\t<div id=\"screen-options-link-wrap\" class=\"hide-if-no-js screen-meta-toggle\">\n\t\t\t<button type=\"button\" id=\"show-settings-link\" class=\"button show-settings\" aria-controls=\"screen-options-wrap\" aria-expanded=\"false\">Screen Options</button>\n\t\t\t</div>\n\t\t\t\t\t\t<div id=\"contextual-help-link-wrap\" class=\"hide-if-no-js screen-meta-toggle\">\n\t\t\t<button type=\"button\" id=\"contextual-help-link\" class=\"button show-settings\" aria-controls=\"contextual-help-wrap\" aria-expanded=\"false\">Help</button>\n\t\t\t</div>\n\t\t\t\t</div>\n\t\t\n<div class=\"wrap\">\n\t<h1>Dashboard</h1>\n\n\n\t<div id=\"welcome-panel\" class=\"welcome-panel hidden\">\n\t\t<input type=\"hidden\" id=\"welcomepanelnonce\" name=\"welcomepanelnonce\" value=\"763c24e4ef\" />\t\t<a class=\"welcome-panel-close\" href=\"https://httpster.co/wp-admin/?welcome=0\" aria-label=\"Dismiss the welcome panel\">Dismiss</a>\n\t\t\t<div class=\"welcome-panel-content\">\n\t<h2>Welcome to WordPress!</h2>\n\t<p class=\"about-description\">We&#8217;ve assembled some links to get you started:</p>\n\t<div class=\"welcome-panel-column-container\">\n\t<div class=\"welcome-panel-column\">\n\t\t\t\t\t<h3>Get Started</h3>\n\t\t\t<a class=\"button button-primary button-hero load-customize hide-if-no-customize\" href=\"https://httpster.co/wp-admin/customize.php\">Customise Your Site</a>\n\t\t\t\t<a class=\"button button-primary button-hero hide-if-customize\" href=\"https://httpster.co/wp-admin/themes.php\">Customise Your Site</a>\n\t\t\t\t\t\t\t\t<p class=\"hide-if-no-customize\">\n\t\t\t\tor, <a href=\"https://httpster.co/wp-admin/customize.php?autofocus[panel]=themes\">change your theme completely</a>\t\t\t</p>\n\t\t\t</div>\n\t<div class=\"welcome-panel-column\">\n\t\t<h3>Next Steps</h3>\n\t\t<ul>\n\t\t\t\t\t<li><a href=\"https://httpster.co/wp-admin/post.php?post=5&amp;action=edit\" class=\"welcome-icon welcome-edit-page\">Edit your front page</a></li>\n\t\t\t<li><a href=\"https://httpster.co/wp-admin/post-new.php?post_type=page\" class=\"welcome-icon welcome-add-page\">Add additional pages</a></li>\n\t\t\t\t\t<li><a href=\"https://httpster.co/\" class=\"welcome-icon welcome-view-site\">View your site</a></li>\n\t\t</ul>\n\t</div>\n\t<div class=\"welcome-panel-column welcome-panel-last\">\n\t\t<h3>More Actions</h3>\n\t\t<ul>\n\t\t\t\t\t<li><a href=\"https://httpster.co/wp-admin/widgets.php\" class=\"welcome-icon welcome-widgets\">Manage widgets</a></li>\n\t\t\t\t\t\t\t<li><a href=\"https://httpster.co/wp-admin/nav-menus.php\" class=\"welcome-icon welcome-menus\">Manage menus</a></li>\n\t\t\t\t\t\t\t<li><a href=\"https://httpster.co/wp-admin/options-discussion.php\" class=\"welcome-icon welcome-comments\">Turn comments on or off</a></li>\n\t\t\t\t\t<li><a href=\"https://wordpress.org/support/article/first-steps-with-wordpress-b/\" class=\"welcome-icon welcome-learn-more\">Learn more about getting started</a></li>\n\t\t</ul>\n\t</div>\n\t</div>\n\t</div>\n\t\t</div>\n\n\t<div id=\"dashboard-widgets-wrap\">\n\t<div id=\"dashboard-widgets\" class=\"metabox-holder\">\n\t<div id=\"postbox-container-1\" class=\"postbox-container\">\n\t<div id=\"normal-sortables\" class=\"meta-box-sortables\"><div id=\"wbcr-factory-adverts-widget\" class=\"postbox closed\" >\n<button type=\"button\" class=\"handlediv\" aria-expanded=\"true\"><span class=\"screen-reader-text\">Toggle panel: Social Slider Widget News</span><span class=\"toggle-indicator\" aria-hidden=\"true\"></span></button><h2 class=\"hndle\"><span>Social Slider Widget News</span></h2>\n<div class=\"inside\">\n        <div class=\"wordpress-news hide-if-no-js\">\r\n            <div class=\"rss-widget\">\r\n\t\t\t\t\r\n<ul>\r\n<li><a target=\"_blank\" rel=\"noopener\" href=\"https://cm-wp.com/instagram-slider-widget/?utm_medium=dashboard&utm_campaign=wisw&utm_content=banner\"><img src=\"https://api.cm-wp.com/wp-content/uploads/2019/11/instagram_horizont.jpg\" width=\"100%\"></a></li>\r\n</ul>\r\n            </div>\r\n        </div>\r\n\t\t</div>\n</div>\n<div id=\"wpforms_reports_widget_lite\" class=\"postbox \" >\n<button type=\"button\" class=\"handlediv\" aria-expanded=\"true\"><span class=\"screen-reader-text\">Toggle panel: WPForms</span><span class=\"toggle-indicator\" aria-hidden=\"true\"></span></button><h2 class=\"hndle\"><span>WPForms</span></h2>\n<div class=\"inside\">\n<div class=\"wpforms-dash-widget wpforms-lite\">\n\t\t<div class=\"wpforms-dash-widget-chart-block-container\">\n\n\t\t\t<div class=\"wpforms-dash-widget-block\">\n\t\t\t\t<h3 id=\"wpforms-dash-widget-chart-title\">\n\t\t\t\t\tTotal Entries\t\t\t\t</h3>\n\t\t\t\t<select class=\"wpforms-dash-widget-select-timespan\" style=\"display: none;\">\n\t\t\t\t\t<option>Last 7 days</option>\n\t\t\t\t</select>\n\t\t\t</div>\n\n\t\t\t<div class=\"wpforms-dash-widget-block wpforms-dash-widget-chart-block\">\n\t\t\t\t<canvas id=\"wpforms-dash-widget-chart\" width=\"400\" height=\"300\"></canvas>\n\t\t\t</div>\n\n\t\t\t<div class=\"wpforms-dash-widget-block-upgrade\">\n\t\t\t\t<div class=\"wpforms-dash-widget-modal\">\n\t\t\t\t\t<h2>View all Form Entries inside WordPress Dashboard</h2>\n\t\t\t\t\t<p>Form entries reports are not available.</p>\n\t\t\t\t\t<p>Form entries are not stored in Lite.</p>\n\t\t\t\t\t<p>Upgrade to Pro and get access to the reports.</p>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"https://wpforms.com/lite-upgrade/?discount=LITEUPGRADE&#038;utm_source=WordPress&#038;utm_campaign=liteplugin&#038;utm_medium=dashboard-widget\" class=\"wpforms-dash-widget-upgrade-btn\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t\t\t\t\tUpgrade to WPForms Pro\t\t\t\t\t\t</a>\n\t\t\t\t\t</p>\n\t\t\t\t\t<!--\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"https://wpforms.com\" class=\"wpforms-dash-widget-site-link\">\n\t\t\t\t\t\t\tGo to WPForms.com\t\t\t\t\t\t</a>\n\t\t\t\t\t</p>\n\t\t\t\t\t-->\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t</div>\n\n\t\t<div class=\"wpforms-dash-widget-block\">\n\t\t\t<h3>Total Entries by Form</h3>\n\t\t</div>\n\n\t\t<div id=\"wpforms-dash-widget-forms-list-block\" class=\"wpforms-dash-widget-block wpforms-dash-widget-forms-list-block\">\n\t\t\t\t\t<table id=\"wpforms-dash-widget-forms-list-table\" cellspacing=\"0\">\n\t\t\t\t\t\t\t<tr  data-form-id=\"3530\">\n\t\t\t\t\t<td><span class=\"wpforms-dash-widget-form-title\">Simple Contact Form</span></td>\n\t\t\t\t\t<td>3</td>\n\t\t\t\t</tr>\n\t\t\t\t\t</table>\n\n\t\t\n\t\t\t\t</div>\n\n\t\t\t\t<div class=\"wpforms-dash-widget-recommended-plugin-block\">\n\t\t\t<p>Recommended Plugin:\t\t\t\t<b>MonsterInsights</b> -\n\t\t\t\t<a href=\"https://httpster.co/wp-admin/update.php?action=install-plugin&#038;plugin=google-analytics-for-wordpress&#038;_wpnonce=6d7cfbf5ce\">Install</a> &vert;\n\t\t\t\t<a href=\"https://www.monsterinsights.com/?utm_source=wpformsplugin&utm_medium=link&utm_campaign=wpformsdashboardwidget\">Learn More</a></p>\n\t\t</div>\n\t\t</div><!-- .wpforms-dash-widget --></div>\n</div>\n<div id=\"dashboard_site_health\" class=\"postbox \" >\n<button type=\"button\" class=\"handlediv\" aria-expanded=\"true\"><span class=\"screen-reader-text\">Toggle panel: Site Health Status</span><span class=\"toggle-indicator\" aria-hidden=\"true\"></span></button><h2 class=\"hndle\"><span>Site Health Status</span></h2>\n<div class=\"inside\">\n\t\t<div class=\"health-check-title-section site-health-progress-wrapper loading hide-if-no-js\">\n\t\t\t<div class=\"site-health-progress\">\n\t\t\t\t<svg role=\"img\" aria-hidden=\"true\" focusable=\"false\" width=\"100%\" height=\"100%\" viewBox=\"0 0 200 200\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n\t\t\t\t\t<circle r=\"90\" cx=\"100\" cy=\"100\" fill=\"transparent\" stroke-dasharray=\"565.48\" stroke-dashoffset=\"0\"></circle>\n\t\t\t\t\t<circle id=\"bar\" r=\"90\" cx=\"100\" cy=\"100\" fill=\"transparent\" stroke-dasharray=\"565.48\" stroke-dashoffset=\"0\"></circle>\n\t\t\t\t</svg>\n\t\t\t</div>\n\t\t\t<div class=\"site-health-progress-label\">\n\t\t\t\t\t\t\t\t\tResults are still loading&hellip;\t\t\t\t\t\t\t</div>\n\t\t</div>\n\n\t\t\t\t<p>\n\t\t\t\t\t\t\tYour site has critical issues that should be addressed as soon as possible to improve the performance or security of your website.\t\t\t\t\t</p>\n\t\t\n\t\t\t\t<p>\n\t\t\tTake a look at the <strong>7 items</strong> on the <a href=\"https://httpster.co/wp-admin/tools.php?page=health-check\">site health check status page</a>.\t\t</p>\n\t\t\n\t\t</div>\n</div>\n<div id=\"dashboard_right_now\" class=\"postbox \" >\n<button type=\"button\" class=\"handlediv\" aria-expanded=\"true\"><span class=\"screen-reader-text\">Toggle panel: At a Glance</span><span class=\"toggle-indicator\" aria-hidden=\"true\"></span></button><h2 class=\"hndle\"><span>At a Glance</span></h2>\n<div class=\"inside\">\n\t<div class=\"main\">\n\t<ul>\n\t<li class=\"page-count\"><a href=\"edit.php?post_type=page\">9 Pages</a></li><li><a class=\"amp-validation-errors\" href=\"https://httpster.co/wp-admin/edit.php?post_type=amp_validated_url&#038;amp_validation_error_status%5B0%5D=0&#038;amp_validation_error_status%5B1%5D=1\">58 URLs w/ new AMP errors</a></li>\n\t</ul>\n\t<p id='wp-version-message'><span id=\"wp-version\">WordPress 5.4.1 running <a href=\"themes.php\">generatepress child theme</a> theme.</span></p>\t</div>\n\t\t<div class=\"sub\">\n\t\t\t\t<style>\n\t\t\t#dashboard_right_now .amp-validation-errors {\n\t\t\t\tcolor: #a00;\n\t\t\t}\n\t\t\t#dashboard_right_now .amp-validation-errors:before {\n\t\t\t\tcontent: \"\\f534\";\n\t\t\t}\n\t\t\t#dashboard_right_now .amp-validation-errors:hover {\n\t\t\t\tcolor: #dc3232;\n\t\t\t\tborder: none;\n\t\t\t}\n\t\t</style>\n\t\t\t</div>\n\t\t</div>\n</div>\n<div id=\"dashboard_activity\" class=\"postbox closed\" >\n<button type=\"button\" class=\"handlediv\" aria-expanded=\"true\"><span class=\"screen-reader-text\">Toggle panel: Activity</span><span class=\"toggle-indicator\" aria-hidden=\"true\"></span></button><h2 class=\"hndle\"><span>Activity</span></h2>\n<div class=\"inside\">\n<div id=\"activity-widget\"><div class=\"no-activity\"><p class=\"smiley\" aria-hidden=\"true\"></p><p>No activity yet!</p></div></div></div>\n</div>\n<div id=\"google_dashboard_widget\" class=\"postbox \" >\n<button type=\"button\" class=\"handlediv\" aria-expanded=\"true\"><span class=\"screen-reader-text\">Toggle panel: Site Kit Summary</span><span class=\"toggle-indicator\" aria-hidden=\"true\"></span></button><h2 class=\"hndle\"><span>Site Kit Summary</span></h2>\n<div class=\"inside\">\n\t\t\t<noscript>\n\t\t\t\t<div class=\"googlesitekit-noscript notice notice-warning\">\n\t\t\t\t\t<div class=\"mdc-layout-grid\">\n\t\t\t\t\t\t<div class=\"mdc-layout-grid__inner\">\n\t\t\t\t\t\t\t<div class=\"mdc-layout-grid__cell mdc-layout-grid__cell--span-12\">\n\t\t\t\t\t\t\t\t<p class=\"googlesitekit-noscript__text\">\n\t\t\t\t\t\t\t\t\tThe Site Kit by Google plugin requires JavaScript to be enabled in your browser.\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</noscript>\n\t\t\t\t<div id=\"js-googlesitekit-wp-dashboard\"></div>\n\t\t</div>\n</div>\n<div id=\"woocommerce_dashboard_status\" class=\"postbox \" >\n<button type=\"button\" class=\"handlediv\" aria-expanded=\"true\"><span class=\"screen-reader-text\">Toggle panel: WooCommerce Status</span><span class=\"toggle-indicator\" aria-hidden=\"true\"></span></button><h2 class=\"hndle\"><span>WooCommerce Status</span></h2>\n<div class=\"inside\">\n<ul class=\"wc_status_list\">\t\t\t\t<li class=\"sales-this-month\">\n\t\t\t\t<a href=\"https://httpster.co/wp-admin/admin.php?page=wc-reports&#038;tab=orders&#038;range=month\">\n\t\t\t\t\t<span class=\"wc_sparkline lines tips\" data-color=\"#777\" data-tip=\"Sold &euro;36.19 worth in the last 9 days\" data-barwidth=\"57600000\" data-sparkline=\"[[&quot;1590969600000&quot;,0],[&quot;1591056000000&quot;,36.19],[&quot;1591142400000&quot;,0],[&quot;1591228800000&quot;,0],[&quot;1591315200000&quot;,0],[&quot;1591401600000&quot;,0],[&quot;1591488000000&quot;,0],[&quot;1591574400000&quot;,0],[&quot;1591660800000&quot;,0]]\"></span>\t\t\t\t\t<strong><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;</span>31.50</span></strong> net sales this month\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li class=\"best-seller-this-month\">\n\t\t\t\t<a href=\"https://httpster.co/wp-admin/admin.php?page=wc-reports&#038;tab=orders&#038;report=sales_by_product&#038;range=month&#038;product_ids=3518\">\n\t\t\t\t\t<span class=\"wc_sparkline bars tips\" data-color=\"#777\" data-tip=\"Sold 1 item in the last 9 days\" data-barwidth=\"57600000\" data-sparkline=\"[[&quot;1590969600000&quot;,0],[&quot;1591056000000&quot;,1],[&quot;1591142400000&quot;,0],[&quot;1591228800000&quot;,0],[&quot;1591315200000&quot;,0],[&quot;1591401600000&quot;,0],[&quot;1591488000000&quot;,0],[&quot;1591574400000&quot;,0],[&quot;1591660800000&quot;,0]]\"></span>\t\t\t\t\t<strong>CSS Neck Gaiter</strong> top seller this month (sold 1)\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"processing-orders\">\n\t\t\t<a href=\"https://httpster.co/wp-admin/edit.php?post_status=wc-processing&#038;post_type=shop_order\">\n\t\t\t\t<strong>0 orders</strong> awaiting processing\t\t\t\t</a>\n\t\t\t</li>\n\t\t\t<li class=\"on-hold-orders\">\n\t\t\t\t<a href=\"https://httpster.co/wp-admin/edit.php?post_status=wc-on-hold&#038;post_type=shop_order\">\n\t\t\t\t<strong>0 orders</strong> on-hold\t\t\t\t</a>\n\t\t\t</li>\n\t\t\t\t\t\t<li class=\"low-in-stock\">\n\t\t\t<a href=\"https://httpster.co/wp-admin/admin.php?page=wc-reports&#038;tab=stock&#038;report=low_in_stock\">\n\t\t\t\t<strong>0 products</strong> low in stock\t\t\t\t</a>\n\t\t\t</li>\n\t\t\t<li class=\"out-of-stock\">\n\t\t\t\t<a href=\"https://httpster.co/wp-admin/admin.php?page=wc-reports&#038;tab=stock&#038;report=out_of_stock\">\n\t\t\t\t<strong>0 products</strong> out of stock\t\t\t\t</a>\n\t\t\t</li>\n\t\t\t</ul></div>\n</div>\n</div>\t</div>\n\t<div id=\"postbox-container-2\" class=\"postbox-container\">\n\t<div id=\"side-sortables\" class=\"meta-box-sortables\"><div id=\"dashboard_quick_press\" class=\"postbox \" >\n<button type=\"button\" class=\"handlediv\" aria-expanded=\"true\"><span class=\"screen-reader-text\">Toggle panel: <span class=\"hide-if-no-js\">Quick Draft</span> <span class=\"hide-if-js\">Your Recent Drafts</span></span><span class=\"toggle-indicator\" aria-hidden=\"true\"></span></button><h2 class=\"hndle\"><span><span class=\"hide-if-no-js\">Quick Draft</span> <span class=\"hide-if-js\">Your Recent Drafts</span></span></h2>\n<div class=\"inside\">\n\n\t<form name=\"post\" action=\"https://httpster.co/wp-admin/post.php\" method=\"post\" id=\"quick-press\" class=\"initial-form hide-if-no-js\">\n\n\t\t\n\t\t<div class=\"input-text-wrap\" id=\"title-wrap\">\n\t\t\t<label for=\"title\">\n\t\t\t\tTitle\t\t\t</label>\n\t\t\t<input type=\"text\" name=\"post_title\" id=\"title\" autocomplete=\"off\" />\n\t\t</div>\n\n\t\t<div class=\"textarea-wrap\" id=\"description-wrap\">\n\t\t\t<label for=\"content\">Content</label>\n\t\t\t<textarea name=\"content\" id=\"content\" placeholder=\"What&#8217;s on your mind?\" class=\"mceEditor\" rows=\"3\" cols=\"15\" autocomplete=\"off\"></textarea>\n\t\t</div>\n\n\t\t<p class=\"submit\">\n\t\t\t<input type=\"hidden\" name=\"action\" id=\"quickpost-action\" value=\"post-quickdraft-save\" />\n\t\t\t<input type=\"hidden\" name=\"post_ID\" value=\"3819\" />\n\t\t\t<input type=\"hidden\" name=\"post_type\" value=\"post\" />\n\t\t\t<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"3b58563829\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/\" />\t\t\t<input type=\"submit\" name=\"save\" id=\"save-post\" class=\"button button-primary\" value=\"Save Draft\"  />\t\t\t<br class=\"clear\" />\n\t\t</p>\n\n\t</form>\n\t</div>\n</div>\n<div id=\"dashboard_primary\" class=\"postbox \" >\n<button type=\"button\" class=\"handlediv\" aria-expanded=\"true\"><span class=\"screen-reader-text\">Toggle panel: WordPress Events and News</span><span class=\"toggle-indicator\" aria-hidden=\"true\"></span></button><h2 class=\"hndle\"><span>WordPress Events and News</span></h2>\n<div class=\"inside\">\n\n\t<div class=\"community-events-errors notice notice-error inline hide-if-js\">\n\t\t<p class=\"hide-if-js\">\n\t\t\tThis widget requires JavaScript.\t\t</p>\n\n\t\t<p class=\"community-events-error-occurred\" aria-hidden=\"true\">\n\t\t\tAn error occurred. Please try again.\t\t</p>\n\n\t\t<p class=\"community-events-could-not-locate\" aria-hidden=\"true\"></p>\n\t</div>\n\n\t<div class=\"community-events-loading hide-if-no-js\">\n\t\tLoading&hellip;\t</div>\n\n\t\t<div id=\"community-events\" class=\"community-events\" aria-hidden=\"true\">\n\t\t<div class=\"activity-block\">\n\t\t\t<p>\n\t\t\t\t<span id=\"community-events-location-message\"></span>\n\n\t\t\t\t<button class=\"button-link community-events-toggle-location\" aria-label=\"Edit city\" aria-expanded=\"false\">\n\t\t\t\t\t<span class=\"dashicons dashicons-edit\"></span>\n\t\t\t\t</button>\n\t\t\t</p>\n\n\t\t\t<form class=\"community-events-form\" aria-hidden=\"true\" action=\"https://httpster.co/wp-admin/admin-ajax.php\" method=\"post\">\n\t\t\t\t<label for=\"community-events-location\">\n\t\t\t\t\tCity:\t\t\t\t</label>\n\t\t\t\t\t\t\t\t<input id=\"community-events-location\" class=\"regular-text\" type=\"text\" name=\"community-events-location\" placeholder=\"London\" />\n\n\t\t\t\t<input type=\"submit\" name=\"community-events-submit\" id=\"community-events-submit\" class=\"button\" value=\"Submit\"  />\n\t\t\t\t<button class=\"community-events-cancel button-link\" type=\"button\" aria-expanded=\"false\">\n\t\t\t\t\tCancel\t\t\t\t</button>\n\n\t\t\t\t<span class=\"spinner\"></span>\n\t\t\t</form>\n\t\t</div>\n\n\t\t<ul class=\"community-events-results activity-block last\"></ul>\n\t</div>\n\n\t\n\t<div class=\"wordpress-news hide-if-no-js\">\n\t\t<div class=\"rss-widget\"><ul><li><a class='rsswidget' href='https://en-gb.wordpress.org/2020/05/20/manchester-wordpress-user-group-may-2020-online/'>Manchester WordPress User Group May 2020 – Online</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class='rsswidget' href='https://wptavern.com/matt-mullenweg-and-matias-ventura-demo-new-image-editing-tools-coming-to-gutenberg?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=matt-mullenweg-and-matias-ventura-demo-new-image-editing-tools-coming-to-gutenberg'>WPTavern: Matt Mullenweg and Matías Ventura Demo New Image Editing Tools Coming to Gutenberg</a></li><li><a class='rsswidget' href='https://wptavern.com/build-versatile-layouts-with-the-generateblocks-wordpress-plugin?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=build-versatile-layouts-with-the-generateblocks-wordpress-plugin'>WPTavern: Build Versatile Layouts with the GenerateBlocks WordPress Plugin</a></li><li><a class='rsswidget' href='https://wordpress.org/news/2020/06/equity-and-the-power-of-community/'>WordPress.org blog: Equity and the Power of Community</a></li></ul></div>\t</div>\n\n\t<p class=\"community-events-footer\">\n\t\t<a href=\"https://make.wordpress.org/community/meetups-landing-page\" target=\"_blank\">Meetups <span class=\"screen-reader-text\">(opens in a new tab)</span><span aria-hidden=\"true\" class=\"dashicons dashicons-external\"></span></a>\n\t\t|\n\n\t\t<a href=\"https://central.wordcamp.org/schedule/\" target=\"_blank\">WordCamps <span class=\"screen-reader-text\">(opens in a new tab)</span><span aria-hidden=\"true\" class=\"dashicons dashicons-external\"></span></a>\n\t\t|\n\n\t\t<a href=\"https://wordpress.org/news/\" target=\"_blank\">News <span class=\"screen-reader-text\">(opens in a new tab)</span><span aria-hidden=\"true\" class=\"dashicons dashicons-external\"></span></a>\t</p>\n\n\t</div>\n</div>\n</div>\t</div>\n\t<div id=\"postbox-container-3\" class=\"postbox-container\">\n\t<div id=\"column3-sortables\" class=\"meta-box-sortables\"></div>\t</div>\n\t<div id=\"postbox-container-4\" class=\"postbox-container\">\n\t<div id=\"column4-sortables\" class=\"meta-box-sortables\"></div>\t</div>\n</div>\n\n\t<input type=\"hidden\" id=\"closedpostboxesnonce\" name=\"closedpostboxesnonce\" value=\"5798d985e5\" /><input type=\"hidden\" id=\"meta-box-order-nonce\" name=\"meta-box-order-nonce\" value=\"22787a2357\" />\t</div><!-- dashboard-widgets-wrap -->\n\n</div><!-- wrap -->\n\n\n\t<script id=\"tmpl-community-events-attend-event-near\" type=\"text/template\">\n\t\tAttend an upcoming event near <strong>{{ data.location.description }}</strong>.\t</script>\n\n\t<script id=\"tmpl-community-events-could-not-locate\" type=\"text/template\">\n\t\tWe couldn&#8217;t locate <em>{{data.unknownCity}}</em>. Please try another nearby city. For example: London; Glasgow; Cardiff; Belfast.\t</script>\n\n\t<script id=\"tmpl-community-events-event-list\" type=\"text/template\">\n\t\t<# _.each( data.events, function( event ) { #>\n\t\t\t<li class=\"event event-{{ event.type }} wp-clearfix\">\n\t\t\t\t<div class=\"event-info\">\n\t\t\t\t\t<div class=\"dashicons event-icon\" aria-hidden=\"true\"></div>\n\t\t\t\t\t<div class=\"event-info-inner\">\n\t\t\t\t\t\t<a class=\"event-title\" href=\"{{ event.url }}\">{{ event.title }}</a>\n\t\t\t\t\t\t<span class=\"event-city\">{{ event.location.location }}</span>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<div class=\"event-date-time\">\n\t\t\t\t\t<span class=\"event-date\">{{ event.formatted_date }}</span>\n\t\t\t\t\t<# if ( 'meetup' === event.type ) { #>\n\t\t\t\t\t\t<span class=\"event-time\">{{ event.formatted_time }}</span>\n\t\t\t\t\t<# } #>\n\t\t\t\t</div>\n\t\t\t</li>\n\t\t<# } ) #>\n\t</script>\n\n\t<script id=\"tmpl-community-events-no-upcoming-events\" type=\"text/template\">\n\t\t<li class=\"event-none\">\n\t\t\t<# if ( data.location.description ) { #>\n\t\t\t\tThere aren&#8217;t any events scheduled near {{ data.location.description }} at the moment. Would you like to <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">organise one</a>?\n\t\t\t<# } else { #>\n\t\t\t\tThere aren&#8217;t any events scheduled near you at the moment. Would you like to <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">organise one</a>?\t\t\t<# } #>\n\t\t</li>\n\t</script>\n\t\n<div class=\"clear\"></div></div><!-- wpbody-content -->\n<div class=\"clear\"></div></div><!-- wpbody -->\n<div class=\"clear\"></div></div><!-- wpcontent -->\n\n<div id=\"wpfooter\" role=\"contentinfo\">\n\t\t<p id=\"footer-left\" class=\"alignleft\">\n\t\t<span id=\"footer-thankyou\">Thank you for creating with <a href=\"https://en-gb.wordpress.org/\">WordPress</a>.</span>\t</p>\n\t<p id=\"footer-upgrade\" class=\"alignright\">\n\t\tVersion 5.4.1\t</p>\n\t<div class=\"clear\"></div>\n</div>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow.wcTracks = window.wcTracks || {};\n\t\t\twindow.wcTracks.recordEvent = function() {};\n\t\t</script>\n\t\t\t<div id=\"wp-auth-check-wrap\" class=\"hidden\">\n\t<div id=\"wp-auth-check-bg\"></div>\n\t<div id=\"wp-auth-check\">\n\t<button type=\"button\" class=\"wp-auth-check-close button-link\"><span class=\"screen-reader-text\">Close dialogue</span></button>\n\t\t\t<div id=\"wp-auth-check-form\" class=\"loading\" data-src=\"https://httpster.co/wp-login.php?interim-login=1&#038;wp_lang=en_GB\"></div>\n\t\t\t<div class=\"wp-auth-fallback\">\n\t\t<p><b class=\"wp-auth-fallback-expired\" tabindex=\"0\">Session expired</b></p>\n\t\t<p><a href=\"https://httpster.co/wp-login.php\" target=\"_blank\">Please log in again.</a>\n\t\tThe login page will open in a new tab. After logging in you can close it and return to this page.</p>\n\t</div>\n\t</div>\n\t</div>\n\t\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar commonL10n = {\"warnDelete\":\"You are about to permanently delete these items from your site.\\nThis action cannot be undone.\\n 'Cancel' to stop, 'OK' to delete.\",\"dismiss\":\"Dismiss this notice.\",\"collapseMenu\":\"Collapse Main menu\",\"expandMenu\":\"Expand Main menu\"};var _wpUtilSettings = {\"ajax\":{\"url\":\"\\/wp-admin\\/admin-ajax.php\"}};/* ]]> */\n</script>\n<script type='text/javascript' src='https://httpster.co/wp-admin/load-scripts.php?c=0&amp;load%5Bchunk_0%5D=hoverIntent,common,hoverintent-js,admin-bar,clipboard,underscore,wp-util&amp;ver=5.4.1'></script>\n<script src='https://httpster.co/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=7.4.4'></script>\n<script>\n( 'fetch' in window ) || document.write( '<script src=\"https://httpster.co/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js?ver=3.0.0\"></scr' + 'ipt>' );( document.contains ) || document.write( '<script src=\"https://httpster.co/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js?ver=3.42.0\"></scr' + 'ipt>' );( window.DOMRect ) || document.write( '<script src=\"https://httpster.co/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js?ver=3.42.0\"></scr' + 'ipt>' );( window.URL && window.URL.prototype && window.URLSearchParams ) || document.write( '<script src=\"https://httpster.co/wp-includes/js/dist/vendor/wp-polyfill-url.min.js?ver=3.6.4\"></scr' + 'ipt>' );( window.FormData && window.FormData.prototype.keys ) || document.write( '<script src=\"https://httpster.co/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js?ver=3.0.12\"></scr' + 'ipt>' );( Element.prototype.matches && Element.prototype.closest ) || document.write( '<script src=\"https://httpster.co/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js?ver=2.0.2\"></scr' + 'ipt>' );\n</script>\n<script src='https://httpster.co/wp-includes/js/dist/dom-ready.min.js?ver=91fc8f05178d5c6365aec778f840ae17'></script>\n<script src='https://httpster.co/wp-includes/js/dist/a11y.min.js?ver=45f739d280d1244f6cb498ed8f1bf042'></script>\n<script src='https://httpster.co/wp-includes/js/dist/i18n.min.js?ver=cced130522e86c87a37cd7b8397b882c'></script>\n<script>\nvar SiteHealth = {\"screen\":\"dashboard\",\"nonce\":{\"site_status\":\"496058e38c\",\"site_status_result\":\"b533b1d8cd\"},\"site_status\":{\"direct\":[],\"async\":[],\"issues\":{\"good\":\"15\",\"recommended\":\"5\",\"critical\":\"2\"}}};\n</script>\n<script>\n( function( domain, translations ) {\n\tvar localeData = translations.locale_data[ domain ] || translations.locale_data.messages;\n\tlocaleData[\"\"].domain = domain;\n\twp.i18n.setLocaleData( localeData, domain );\n} )( \"default\", {\"translation-revision-date\":\"2020-05-14 11:05:32+0000\",\"generator\":\"GlotPress\\/3.0.0-alpha\",\"domain\":\"messages\",\"locale_data\":{\"messages\":{\"\":{\"domain\":\"messages\",\"plural-forms\":\"nplurals=2; plural=n != 1;\",\"lang\":\"en_GB\"},\"All site health tests have finished running. There are items that should be addressed, and the results are now available on the page.\":[\"All site health tests have finished running. There are items that should be addressed, and the results are now available on the page.\"],\"Should be improved\":[\"Should be improved\"],\"Good\":[\"Good\"],\"%s critical issue\":[\"%s critical issue\",\"%s critical issues\"],\"%s item with no issues detected\":[\"%s item with no issues detected\",\"%s items with no issues detected\"],\"%s recommended improvement\":[\"%s recommended improvement\",\"%s recommended improvements\"],\"Site information has been added to your clipboard.\":[\"Site information has been added to your clipboard.\"],\"All site health tests have finished running. Your site is looking good, and the results are now available on the page.\":[\"All site health tests have finished running. Your site is looking good, and the results are now available on the page.\"],\"All site health tests have finished running.\":[\"All site health tests have finished running.\"],\"Please wait...\":[\"Please wait...\"]}},\"comment\":{\"reference\":\"wp-admin\\/js\\/site-health.js\"}} );\n</script>\n<script src='https://httpster.co/wp-admin/js/site-health.min.js?ver=5.4.1'></script>\n<script>\nvar wpAjax = {\"noPerm\":\"Sorry, you are not allowed to do that.\",\"broken\":\"Something went wrong.\"};\n</script>\n<script src='https://httpster.co/wp-includes/js/wp-ajax-response.min.js?ver=5.4.1'></script>\n<script src='https://httpster.co/wp-includes/js/jquery/jquery.color.min.js?ver=2.1.2'></script>\n<script src='https://httpster.co/wp-includes/js/wp-lists.min.js?ver=5.4.1'></script>\n<script>\nvar quicktagsL10n = {\"closeAllOpenTags\":\"Close all open tags\",\"closeTags\":\"close tags\",\"enterURL\":\"Enter the URL\",\"enterImageURL\":\"Enter the URL of the image\",\"enterImageDescription\":\"Enter a description of the image\",\"textdirection\":\"text direction\",\"toggleTextdirection\":\"Toggle Editor Text Direction\",\"dfw\":\"Distraction-free writing mode\",\"strong\":\"Bold\",\"strongClose\":\"Close bold tag\",\"em\":\"Italic\",\"emClose\":\"Close italic tag\",\"link\":\"Insert link\",\"blockquote\":\"Blockquote\",\"blockquoteClose\":\"Close blockquote tag\",\"del\":\"Deleted text (strikethrough)\",\"delClose\":\"Close deleted text tag\",\"ins\":\"Inserted text\",\"insClose\":\"Close inserted text tag\",\"image\":\"Insert image\",\"ul\":\"Bulleted list\",\"ulClose\":\"Close bulleted list tag\",\"ol\":\"Numbered list\",\"olClose\":\"Close numbered list tag\",\"li\":\"List item\",\"liClose\":\"Close list item tag\",\"code\":\"Code\",\"codeClose\":\"Close code tag\",\"more\":\"Insert Read More tag\"};\n</script>\n<script src='https://httpster.co/wp-includes/js/quicktags.min.js?ver=5.4.1'></script>\n<script src='https://httpster.co/wp-includes/js/jquery/jquery.query.js?ver=2.1.7'></script>\n<script>\nvar adminCommentsL10n = {\"hotkeys_highlight_first\":\"\",\"hotkeys_highlight_last\":\"\",\"replyApprove\":\"Approve and Reply\",\"reply\":\"Reply\",\"warnQuickEdit\":\"Are you sure you want to edit this comment?\\nThe changes you made will be lost.\",\"warnCommentChanges\":\"Are you sure you want to do this?\\nThe comment changes you made will be lost.\",\"docTitleComments\":\"Comments\",\"docTitleCommentsCount\":\"Comments (%s)\"};\n</script>\n<script src='https://httpster.co/wp-admin/js/edit-comments.min.js?ver=5.4.1'></script>\n<script src='https://httpster.co/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script>\n<script src='https://httpster.co/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.4'></script>\n<script src='https://httpster.co/wp-includes/js/jquery/ui/sortable.min.js?ver=1.11.4'></script>\n<script>\nvar postBoxL10n = {\"postBoxEmptyString\":\"Drag boxes here\"};\n</script>\n<script src='https://httpster.co/wp-admin/js/postbox.min.js?ver=5.4.1'></script>\n<script>\nvar communityEventsData = {\"nonce\":\"a60bba85ea\",\"cache\":\"\",\"l10n\":{\"enter_closest_city\":\"Enter your closest city to find nearby events.\",\"error_occurred_please_try_again\":\"An error occurred. Please try again.\",\"attend_event_near_generic\":\"Attend an upcoming event near you.\",\"could_not_locate_city\":\"We couldn&#8217;t locate %s. Please try another nearby city. For example: London; Glasgow; Cardiff; Belfast.\",\"city_updated\":\"City updated. Listing events near %s.\"}};\n</script>\n<script src='https://httpster.co/wp-admin/js/dashboard.min.js?ver=5.4.1'></script>\n<script>\nvar thickboxL10n = {\"next\":\"Next >\",\"prev\":\"< Prev\",\"image\":\"Image\",\"of\":\"of\",\"close\":\"Close\",\"noiframes\":\"This feature requires inline frames. You have iframes disabled or your browser does not support them.\",\"loadingAnimation\":\"https:\\/\\/httpster.co\\/wp-includes\\/js\\/thickbox\\/loadingAnimation.gif\"};\n</script>\n<script src='https://httpster.co/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105'></script>\n<script>\nvar plugininstallL10n = {\"plugin_information\":\"Plugin:\",\"plugin_modal_label\":\"Plugin details\",\"ays\":\"Are you sure you want to install this plugin?\"};\n</script>\n<script src='https://httpster.co/wp-admin/js/plugin-install.min.js?ver=5.4.1'></script>\n<script src='https://httpster.co/wp-includes/js/wp-sanitize.min.js?ver=5.4.1'></script>\n<script>\nvar _wpUpdatesSettings = {\"ajax_nonce\":\"1eef4238e6\",\"l10n\":{\"searchResults\":\"Search results for &#8220;%s&#8221;\",\"searchResultsLabel\":\"Search Results\",\"noPlugins\":\"You do not appear to have any plugins available at this time.\",\"noItemsSelected\":\"Please select at least one item to perform this action on.\",\"updating\":\"Updating...\",\"pluginUpdated\":\"Updated!\",\"themeUpdated\":\"Updated!\",\"update\":\"Update\",\"updateNow\":\"Update Now\",\"pluginUpdateNowLabel\":\"Update %s now\",\"updateFailedShort\":\"Update Failed!\",\"updateFailed\":\"Update Failed: %s\",\"pluginUpdatingLabel\":\"Updating %s...\",\"pluginUpdatedLabel\":\"%s updated!\",\"pluginUpdateFailedLabel\":\"%s update failed\",\"updatingMsg\":\"Updating... please wait.\",\"updatedMsg\":\"Update completed successfully.\",\"updateCancel\":\"Update cancelled.\",\"beforeunload\":\"Updates may not complete if you navigate away from this page.\",\"installNow\":\"Install Now\",\"pluginInstallNowLabel\":\"Install %s now\",\"installing\":\"Installing...\",\"pluginInstalled\":\"Installed!\",\"themeInstalled\":\"Installed!\",\"installFailedShort\":\"Installation Failed!\",\"installFailed\":\"Installation failed: %s\",\"pluginInstallingLabel\":\"Installing %s...\",\"themeInstallingLabel\":\"Installing %s...\",\"pluginInstalledLabel\":\"%s installed!\",\"themeInstalledLabel\":\"%s installed!\",\"pluginInstallFailedLabel\":\"%s installation failed\",\"themeInstallFailedLabel\":\"%s installation failed\",\"installingMsg\":\"Installing... please wait.\",\"installedMsg\":\"Installation completed successfully.\",\"importerInstalledMsg\":\"Importer installed successfully. <a href=\\\"%s\\\">Run importer<\\/a>\",\"aysDelete\":\"Are you sure you want to delete %s?\",\"aysDeleteUninstall\":\"Are you sure you want to delete %s and its data?\",\"aysBulkDelete\":\"Are you sure you want to delete the selected plugins and their data?\",\"aysBulkDeleteThemes\":\"Caution: These themes may be active on other sites in the network. Are you sure you want to proceed?\",\"deleting\":\"Deleting...\",\"deleteFailed\":\"Deletion failed: %s\",\"pluginDeleted\":\"Deleted!\",\"themeDeleted\":\"Deleted!\",\"livePreview\":\"Live Preview\",\"activatePlugin\":\"Activate\",\"activateTheme\":\"Activate\",\"activatePluginLabel\":\"Activate %s\",\"activateThemeLabel\":\"Activate %s\",\"activateImporter\":\"Run Importer\",\"activateImporterLabel\":\"Run %s\",\"unknownError\":\"Something went wrong.\",\"connectionError\":\"Connection lost or the server is busy. Please try again later.\",\"nonceError\":\"An error has occurred. Please reload the page and try again.\",\"pluginsFound\":\"Number of plugins found: %d\",\"noPluginsFound\":\"No plugins found. Try a different search.\"}};\n</script>\n<script src='https://httpster.co/wp-admin/js/updates.min.js?ver=5.4.1'></script>\n<script src='https://httpster.co/wp-includes/js/shortcode.min.js?ver=5.4.1'></script>\n<script src='https://httpster.co/wp-admin/js/media-upload.min.js?ver=5.4.1'></script>\n<script src='https://httpster.co/wp-admin/js/svg-painter.js?ver=5.4.1'></script>\n<script src='https://httpster.co/wp-includes/js/dist/hooks.min.js?ver=552e55b6e60db2edbd9073097f2686f7'></script>\n<script>\nvar heartbeatSettings = {\"nonce\":\"7e174eb9c4\"};\n</script>\n<script src='https://httpster.co/wp-includes/js/heartbeat.min.js?ver=5.4.1'></script>\n<script>\nvar authcheckL10n = {\"beforeunload\":\"Your session has expired. You can log in again from this page or go to the login page.\",\"interval\":\"180\"};\n</script>\n<script src='https://httpster.co/wp-includes/js/wp-auth-check.min.js?ver=5.4.1'></script>\n<script src='https://httpster.co/wp-includes/js/jquery/ui/draggable.min.js?ver=1.11.4'></script>\n<script src='https://httpster.co/wp-includes/js/jquery/ui/slider.min.js?ver=1.11.4'></script>\n<script src='https://httpster.co/wp-includes/js/jquery/jquery.ui.touch-punch.js?ver=0.2.2'></script>\n<script src='https://httpster.co/wp-admin/js/iris.min.js?ver=1.0.7'></script>\n<script>\nvar wpColorPickerL10n = {\"clear\":\"Clear\",\"clearAriaLabel\":\"Clear colour\",\"defaultString\":\"Default\",\"defaultAriaLabel\":\"Select default colour\",\"pick\":\"Select Colour\",\"defaultLabel\":\"Colour value\"};\n</script>\n<script src='https://httpster.co/wp-admin/js/color-picker.min.js?ver=5.4.1'></script>\n<script>\nvar dup_global_script_data = {\"dismiss_plugin_activation_admin_notice_nonce\":\"605cfc0aef\"};\n</script>\n<script src='https://httpster.co/wp-content/plugins/duplicator/assets/js/global-admin-script.js?ver=1.3.30'></script>\n<script>\nvar _googlesitekitAPIFetchData = {\"nonce\":\"8b43e92498\",\"nonceEndpoint\":\"https:\\/\\/httpster.co\\/wp-admin\\/admin-ajax.php?action=rest-nonce\",\"preloadedData\":{\"\\/google-site-kit\\/v1\\/core\\/site\\/data\\/connection\":{\"body\":{\"connected\":true,\"resettable\":true,\"setupCompleted\":true},\"headers\":[]},\"\\/google-site-kit\\/v1\\/core\\/user\\/data\\/authentication\":{\"body\":{\"authenticated\":true,\"requiredScopes\":[\"openid\",\"https:\\/\\/www.googleapis.com\\/auth\\/userinfo.profile\",\"https:\\/\\/www.googleapis.com\\/auth\\/userinfo.email\",\"https:\\/\\/www.googleapis.com\\/auth\\/siteverification\",\"https:\\/\\/www.googleapis.com\\/auth\\/webmasters\",\"https:\\/\\/www.googleapis.com\\/auth\\/adsense.readonly\",\"https:\\/\\/www.googleapis.com\\/auth\\/analytics.readonly\",\"https:\\/\\/www.googleapis.com\\/auth\\/tagmanager.readonly\",\"https:\\/\\/www.googleapis.com\\/auth\\/tagmanager.edit.containers\",\"https:\\/\\/www.googleapis.com\\/auth\\/tagmanager.manage.accounts\"],\"grantedScopes\":[\"https:\\/\\/www.googleapis.com\\/auth\\/siteverification\",\"https:\\/\\/www.googleapis.com\\/auth\\/analytics.manage.users\",\"openid\",\"https:\\/\\/www.googleapis.com\\/auth\\/adsense\",\"https:\\/\\/www.googleapis.com\\/auth\\/userinfo.email\",\"https:\\/\\/www.googleapis.com\\/auth\\/userinfo.profile\",\"https:\\/\\/www.googleapis.com\\/auth\\/tagmanager.manage.accounts\",\"https:\\/\\/www.googleapis.com\\/auth\\/analytics.edit\",\"https:\\/\\/www.googleapis.com\\/auth\\/analytics\",\"https:\\/\\/www.googleapis.com\\/auth\\/tagmanager.readonly\",\"https:\\/\\/www.googleapis.com\\/auth\\/webmasters\",\"https:\\/\\/www.googleapis.com\\/auth\\/tagmanager.edit.containers\",\"https:\\/\\/www.googleapis.com\\/auth\\/analytics.readonly\"],\"unsatisfiedScopes\":[]},\"headers\":[]},\"\\/google-site-kit\\/v1\\/modules\\/search-console\\/data\\/settings\":{\"body\":{\"propertyID\":\"https:\\/\\/httpster.co\\/\"},\"headers\":[]},\"\\/google-site-kit\\/v1\\/modules\\/adsense\\/data\\/settings\":{\"body\":{\"accountID\":\"\",\"clientID\":\"\",\"accountStatus\":\"\",\"siteStatus\":\"\",\"accountSetupComplete\":false,\"siteSetupComplete\":false,\"useSnippet\":true},\"headers\":[]},\"\\/google-site-kit\\/v1\\/modules\\/analytics\\/data\\/settings\":{\"body\":{\"accountID\":\"156017848\",\"adsenseLinked\":false,\"anonymizeIP\":true,\"internalWebPropertyID\":\"219867037\",\"profileID\":\"209309759\",\"propertyID\":\"UA-156017848-1\",\"trackingDisabled\":[\"loggedinUsers\"],\"useSnippet\":true},\"headers\":[]},\"\\/google-site-kit\\/v1\\/modules\\/tagmanager\\/data\\/settings\":{\"body\":{\"accountID\":\"6000390466\",\"ampContainerID\":\"GTM-WGKL3LW\",\"containerID\":\"GTM-WJCG9BP\",\"useSnippet\":true},\"headers\":[]}},\"rootURL\":\"https:\\/\\/httpster.co\\/wp-json\\/\"};\n</script>\n<script>\nvar _googlesitekitBaseData = {\"homeURL\":\"https:\\/\\/httpster.co\\/\",\"referenceSiteURL\":\"https:\\/\\/httpster.co\\/\",\"userIDHash\":\"063a651e3b9c70c539adfa3bef207288\",\"adminURL\":\"https:\\/\\/httpster.co\\/wp-admin\\/\",\"assetsURL\":\"https:\\/\\/httpster.co\\/wp-content\\/plugins\\/google-site-kit\\/dist\\/assets\\/\",\"blogPrefix\":\"htp_\",\"ampMode\":\"secondary\",\"isNetworkMode\":false,\"timezone\":\"Europe\\/London\",\"siteName\":\"Httpster Nerdware\",\"isFirstAdmin\":true,\"splashURL\":\"https:\\/\\/httpster.co\\/wp-admin\\/admin.php?page=googlesitekit-splash\",\"proxySetupURL\":\"https:\\/\\/sitekit.withgoogle.com\\/site-management\\/setup\\/?scope=openid%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fsiteverification%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fwebmasters%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadsense.readonly%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fanalytics.readonly%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Ftagmanager.readonly%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Ftagmanager.edit.containers%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Ftagmanager.manage.accounts&supports=credentials_retrieval%20short_verification_token%20file_verification&nonce=7538f5d057&site_id=CL2nXDDLEXb9K87kgCfBX3-2J6gqCdPwvPzMrkiASEqe8.apps.sitekit.withgoogle.com&application_name=wordpress%2Fgoogle-site-kit%2F1.9.0\",\"proxyPermissionsURL\":\"https:\\/\\/sitekit.withgoogle.com\\/site-management\\/permissions\\/?token=ya29.a0AfH6SMDfJG-ygmUWdqMKrfAFTFeSt-UCA2389rLXB8tufQjPZUG_2RplrPGDh2-Xz43McZnYMoMCjnprXgC7ZVckmxP0fjFQ2SMc5WsJtUacIEnTkXTBK_AhzM5wRnEdVF47TcHpB479TCdlLxW4lDb5qIbyyGRviyB6&site_id=CL2nXDDLEXb9K87kgCfBX3-2J6gqCdPwvPzMrkiASEqe8.apps.sitekit.withgoogle.com&application_name=wordpress%2Fgoogle-site-kit%2F1.9.0\",\"usingProxy\":true,\"trackingEnabled\":false,\"trackingID\":\"UA-130569087-3\"};\n</script>\n<script src='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-admin.js?ver=1.9.0'></script>\n<script>\nvar SiteHealth = {\"string\":{\"please_wait\":\"Please wait\\u2026\",\"copied\":\"Copied\",\"running_tests\":\"Currently being tested...\",\"site_health_complete\":\"All site health tests have finished running.\",\"site_health_complete_pass_sr\":\"All site health tests have finished running. Your site is looking good and the results are now available on the page.\",\"site_health_complete_fail_sr\":\"All site health tests have finished running. There are items that should be addressed and the results are now available on the page.\",\"site_health_complete_pass\":\"Good\",\"site_health_complete_fail\":\"Should be improved\",\"site_info_copied\":\"Site information has been added to your clipboard.\",\"site_info_heading_critical_single\":\"%s critical issue\",\"site_info_heading_critical_plural\":\"%s Critical issues\",\"site_info_heading_recommended_single\":\"%s recommended improvement\",\"site_info_heading_recommended_plural\":\"%s Recommended improvements\",\"site_info_heading_good_single\":\"%s item with no issues detected\",\"site_info_heading_good_plural\":\"%s Items with no issues detected\"},\"nonce\":{\"loopback_no_plugins\":\"a54425c5d3\",\"loopback_individual_plugins\":\"1df79ae8ec\",\"loopback_default_theme\":\"ca52e85a00\",\"files_integrity_check\":\"ff3839d13e\",\"view_file_diff\":\"609135895f\",\"mail_check\":\"48cbc81058\",\"site_status\":\"496058e38c\",\"site_status_result\":\"b533b1d8cd\",\"tools_plugin_compat\":\"ef9554f5f9\"},\"site_status\":{\"direct\":[],\"async\":[],\"issues\":{\"good\":\"15\",\"recommended\":\"5\",\"critical\":\"2\"}}};\n</script>\n<script src='https://httpster.co/wp-content/plugins/health-check/assets/javascript/health-check.js?ver=1.4.4'></script>\n<script>\nvar wis = {\"nonce\":\"33c3a375d2\",\"remove_account\":\"Are you sure want to delete this account?\"};\nvar add_account_nonce = {\"nonce\":\"cd03e27677\"};\n</script>\n<script src='https://httpster.co/wp-content/plugins/instagram-slider-widget/admin/assets/js/jr-insta-admin.js?ver=1.7.6'></script>\n<script>\nvar wpuf_subs_vars = {\"wpuf_subscription_delete_nonce\":\"035677f69a\"};\nvar wpuf_shortcodes = {\"wpuf-dashboard\":{\"title\":\"Dashboard\",\"content\":\"[wpuf_dashboard]\"},\"wpuf-account\":{\"title\":\"Account\",\"content\":\"[wpuf_account]\"},\"wpuf-edit\":{\"title\":\"Edit\",\"content\":\"[wpuf_edit]\"},\"wpuf-login\":{\"title\":\"Login\",\"content\":\"[wpuf-login]\"},\"wpuf-registration\":{\"title\":\"Registration\",\"content\":\"[wpuf-registration]\"},\"wpuf-sub-pack\":{\"title\":\"Subscription\",\"content\":\"[wpuf_sub_pack]\"}};\nvar wpuf_assets_url = \"https:\\/\\/httpster.co\\/wp-content\\/plugins\\/wp-user-frontend\\/assets\";\n</script>\n<script src='https://httpster.co/wp-content/plugins/wp-user-frontend/assets/js/subscriptions.js?ver=5.4.1'></script>\n<script src='https://httpster.co/wp-content/plugins/wpforms-lite/assets/js/moment.min.js?ver=2.22.2'></script>\n<script src='https://httpster.co/wp-content/plugins/wpforms-lite/assets/js/chart.min.js?ver=2.7.2'></script>\n<script>\nvar wpforms_dashboard_widget = {\"show_more_html\":\"Show More<span class=\\\"dashicons dashicons-arrow-down\\\"><\\/span>\",\"show_less_html\":\"Show Less<span class=\\\"dashicons dashicons-arrow-up\\\"><\\/span>\",\"i18n\":{\"entries\":\"Entries\"}};\n</script>\n<script src='https://httpster.co/wp-content/plugins/wpforms-lite/lite/assets/js/admin/dashboard-widget.min.js?ver=1.6.0.1'></script>\n<script src='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-vendor.js?ver=1.9.0'></script>\n<script>\nvar googlesitekit = {\"admin\":{\"siteURL\":\"https:\\/\\/httpster.co\",\"siteName\":\"Httpster Nerdware\",\"siteUserID\":\"063a651e3b9c70c539adfa3bef207288\",\"adminRoot\":\"https:\\/\\/httpster.co\\/wp-admin\\/admin.php\",\"assetsRoot\":\"https:\\/\\/httpster.co\\/wp-content\\/plugins\\/google-site-kit\\/dist\\/assets\\/\",\"nojscache\":false,\"datacache\":false,\"timestamp\":1591736856,\"currentScreen\":{\"action\":\"\",\"base\":\"dashboard\",\"id\":\"dashboard\",\"is_network\":false,\"is_user\":false,\"parent_base\":null,\"parent_file\":null,\"post_type\":\"\",\"taxonomy\":\"\",\"is_block_editor\":false},\"currentAdminPage\":null,\"resetSession\":null,\"reAuth\":null,\"userData\":{\"id\":1,\"email\":\"[email protected]\",\"name\":\"HIDDEN\",\"picture\":\"https:\\/\\/lh3.googleusercontent.com\\/a-\\/AOh14GgO9RdE3caV4yriqIwTvSOQIhWfZc-p6U93t86bdw=s100\"},\"ampEnabled\":true,\"ampMode\":\"secondary\",\"homeURL\":\"https:\\/\\/httpster.co\",\"newSitePosts\":\"0\",\"proxySetupURL\":\"https:\\/\\/sitekit.withgoogle.com\\/site-management\\/setup\\/?scope=openid%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fsiteverification%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fwebmasters%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadsense.readonly%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fanalytics.readonly%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Ftagmanager.readonly%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Ftagmanager.edit.containers%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Ftagmanager.manage.accounts&supports=credentials_retrieval%20short_verification_token%20file_verification&nonce=7538f5d057&site_id=CL2nXDDLEXb9K87kgCfBX3-2J6gqCdPwvPzMrkiASEqe8.apps.sitekit.withgoogle.com&application_name=wordpress%2Fgoogle-site-kit%2F1.9.0\",\"proxyPermissionsURL\":\"https:\\/\\/sitekit.withgoogle.com\\/site-management\\/permissions\\/?token=ya29.a0AfH6SMDfJG-ygmUWdqMKrfAFTFeSt-UCA2389rLXB8tufQjPZUG_2RplrPGDh2-Xz43McZnYMoMCjnprXgC7ZVckmxP0fjFQ2SMc5WsJtUacIEnTkXTBK_AhzM5wRnEdVF47TcHpB479TCdlLxW4lDb5qIbyyGRviyB6&site_id=CL2nXDDLEXb9K87kgCfBX3-2J6gqCdPwvPzMrkiASEqe8.apps.sitekit.withgoogle.com&application_name=wordpress%2Fgoogle-site-kit%2F1.9.0\",\"connectURL\":\"https:\\/\\/httpster.co\\/wp-admin\\/admin.php?page=googlesitekit-splash&googlesitekit_connect=1&nonce=9013625c62\",\"disconnectURL\":\"https:\\/\\/httpster.co\\/wp-admin\\/admin.php?page=googlesitekit-splash&googlesitekit_disconnect=1&nonce=2dfb65accd\"},\"modules\":{\"site-verification\":{\"slug\":\"site-verification\",\"name\":\"Site Verification\",\"description\":\"Google Site Verification allows you to manage ownership of your site.\",\"cta\":\"Verify ownership with Google Site Verification.\",\"sort\":0,\"homepage\":\"https:\\/\\/www.google.com\\/webmasters\\/verification\\/home\",\"learnMore\":\"https:\\/\\/developers.google.com\\/site-verification\\/\",\"group\":\"\",\"feature\":\"\",\"module_tags\":[],\"required\":[],\"autoActivate\":true,\"internal\":true,\"screenID\":false,\"settings\":false,\"active\":true,\"setupComplete\":true,\"dependencies\":[],\"dependants\":[]},\"search-console\":{\"slug\":\"search-console\",\"name\":\"Search Console\",\"description\":\"Google Search Console and helps you understand how Google views your site and optimize its performance in search results.\",\"cta\":\"Connect your site to Google Search Console.\",\"sort\":1,\"homepage\":\"https:\\/\\/search.google.com\\/search-console\",\"learnMore\":\"https:\\/\\/search.google.com\\/search-console\\/about\",\"group\":\"\",\"feature\":\"\",\"module_tags\":[],\"required\":[],\"autoActivate\":true,\"internal\":false,\"screenID\":\"googlesitekit-module-search-console\",\"settings\":{\"propertyID\":\"https:\\/\\/httpster.co\\/\"},\"active\":true,\"setupComplete\":true,\"dependencies\":[],\"dependants\":[]},\"adsense\":{\"slug\":\"adsense\",\"name\":\"AdSense\",\"description\":\"Earn money by placing ads on your website. It\\u2019s free and easy.\",\"cta\":\"Monetize Your Site.\",\"sort\":2,\"homepage\":\"https:\\/\\/www.google.com\\/adsense\\/start?source=site-kit&url=https:\\/\\/httpster.co\",\"learnMore\":\"https:\\/\\/www.google.com\\/intl\\/en_us\\/adsense\\/start\\/\",\"group\":\"Additional Google Services\",\"feature\":\"\",\"module_tags\":[\"monetize\"],\"required\":[],\"autoActivate\":false,\"internal\":false,\"screenID\":\"googlesitekit-module-adsense\",\"settings\":{\"accountID\":\"\",\"clientID\":\"\",\"accountStatus\":\"\",\"siteStatus\":\"\",\"accountSetupComplete\":false,\"siteSetupComplete\":false,\"useSnippet\":true},\"provides\":[\"Monetize your website\",\"Intelligent, automatic ad placement\"],\"accountURL\":\"https:\\/\\/www.google.com\\/adsense\\/signup\\/new?source=site-kit&url=https%3A%2F%2Fhttpster.co\",\"signupURL\":\"https:\\/\\/www.google.com\\/adsense\\/signup\\/new?source=site-kit&url=https%3A%2F%2Fhttpster.co&utm_source=site-kit&utm_medium=wordpress_signup\",\"rootURL\":\"https:\\/\\/www.google.com\\/adsense\\/?source=site-kit&url=https%3A%2F%2Fhttpster.co\",\"active\":true,\"setupComplete\":false,\"dependencies\":[],\"dependants\":[]},\"analytics\":{\"slug\":\"analytics\",\"name\":\"Analytics\",\"description\":\"Get a deeper understanding of your customers. Google Analytics gives you the free tools you need to analyze data for your business in one place.\",\"cta\":\"Get to know your customers.\",\"sort\":3,\"homepage\":\"https:\\/\\/analytics.google.com\\/analytics\\/web\",\"learnMore\":\"https:\\/\\/marketingplatform.google.com\\/about\\/analytics\\/\",\"group\":\"Marketing Platform\",\"feature\":\"\",\"module_tags\":[],\"required\":[],\"autoActivate\":false,\"internal\":false,\"screenID\":\"googlesitekit-module-analytics\",\"settings\":{\"accountID\":\"156017848\",\"adsenseLinked\":false,\"anonymizeIP\":true,\"internalWebPropertyID\":\"219867037\",\"profileID\":\"209309759\",\"propertyID\":\"UA-156017848-1\",\"trackingDisabled\":[\"loggedinUsers\"],\"useSnippet\":true},\"provides\":[\"Audience overview\",\"Top pages\",\"Top acquisition sources\"],\"active\":true,\"setupComplete\":true,\"dependencies\":[],\"dependants\":[\"optimize\",\"tagmanager\"]},\"pagespeed-insights\":{\"slug\":\"pagespeed-insights\",\"name\":\"PageSpeed Insights\",\"description\":\"Google PageSpeed Insights gives you metrics about performance, accessibility, SEO and PWA.\",\"cta\":\"Learn more about your website\\u2019s performance.\",\"sort\":4,\"homepage\":\"https:\\/\\/developers.google.com\\/speed\\/pagespeed\\/insights\\/\",\"learnMore\":\"https:\\/\\/developers.google.com\\/speed\\/docs\\/insights\\/v5\\/about\",\"group\":\"Additional Google Services\",\"feature\":\"\",\"module_tags\":[],\"required\":[],\"autoActivate\":false,\"internal\":false,\"screenID\":false,\"settings\":false,\"provides\":[\"Website performance reports for mobile and desktop\"],\"active\":false,\"setupComplete\":false,\"dependencies\":[],\"dependants\":[]},\"optimize\":{\"slug\":\"optimize\",\"name\":\"Optimize\",\"description\":\"Create free A\\/B tests that help you drive metric-based design solutions to your site.\",\"cta\":\"Increase your CTR.\",\"sort\":5,\"homepage\":\"https:\\/\\/optimize.google.com\\/optimize\\/home\\/\",\"learnMore\":\"https:\\/\\/marketingplatform.google.com\\/about\\/optimize\\/\",\"group\":\"Marketing Platform\",\"feature\":\"\",\"module_tags\":[\"marketing\"],\"required\":[\"analytics\"],\"autoActivate\":false,\"internal\":false,\"screenID\":false,\"settings\":{\"ampExperimentJSON\":\"\",\"optimizeID\":\"\"},\"provides\":[\"A\\/B or multivariate testing\",\"Improvement tracking\",\"Probability and confidence calculations\"],\"active\":false,\"setupComplete\":false,\"dependencies\":[\"analytics\"],\"dependants\":[]},\"tagmanager\":{\"slug\":\"tagmanager\",\"name\":\"Tag Manager\",\"description\":\"Tag Manager creates an easy to manage way to create tags on your site without updating code.\",\"cta\":\"Tag management made simple.\",\"sort\":6,\"homepage\":\"https:\\/\\/tagmanager.google.com\\/\",\"learnMore\":\"https:\\/\\/marketingplatform.google.com\\/about\\/tag-manager\\/\",\"group\":\"Marketing Platform\",\"feature\":\"\",\"module_tags\":[\"marketing\"],\"required\":[\"analytics\"],\"autoActivate\":false,\"internal\":false,\"screenID\":false,\"settings\":{\"accountID\":\"6000390466\",\"ampContainerID\":\"GTM-WGKL3LW\",\"containerID\":\"GTM-WJCG9BP\",\"useSnippet\":true},\"provides\":[\"Create tags without updating code\"],\"active\":true,\"setupComplete\":true,\"dependencies\":[\"analytics\"],\"dependants\":[]}},\"locale\":{\"\":{\"domain\":\"google-site-kit\",\"lang\":\"en_GB\"}},\"permissions\":{\"canAuthenticate\":true,\"canSetup\":true,\"canViewPostsInsights\":true,\"canViewDashboard\":true,\"canViewModuleDetails\":true,\"canManageOptions\":true,\"canPublishPosts\":true},\"setup\":{\"isSiteKitConnected\":true,\"isResettable\":true,\"isAuthenticated\":true,\"requiredScopes\":[\"openid\",\"https:\\/\\/www.googleapis.com\\/auth\\/userinfo.profile\",\"https:\\/\\/www.googleapis.com\\/auth\\/userinfo.email\",\"https:\\/\\/www.googleapis.com\\/auth\\/siteverification\",\"https:\\/\\/www.googleapis.com\\/auth\\/webmasters\",\"https:\\/\\/www.googleapis.com\\/auth\\/adsense.readonly\",\"https:\\/\\/www.googleapis.com\\/auth\\/analytics.readonly\",\"https:\\/\\/www.googleapis.com\\/auth\\/tagmanager.readonly\",\"https:\\/\\/www.googleapis.com\\/auth\\/tagmanager.edit.containers\",\"https:\\/\\/www.googleapis.com\\/auth\\/tagmanager.manage.accounts\"],\"grantedScopes\":[\"https:\\/\\/www.googleapis.com\\/auth\\/siteverification\",\"https:\\/\\/www.googleapis.com\\/auth\\/analytics.manage.users\",\"openid\",\"https:\\/\\/www.googleapis.com\\/auth\\/adsense\",\"https:\\/\\/www.googleapis.com\\/auth\\/userinfo.email\",\"https:\\/\\/www.googleapis.com\\/auth\\/userinfo.profile\",\"https:\\/\\/www.googleapis.com\\/auth\\/tagmanager.manage.accounts\",\"https:\\/\\/www.googleapis.com\\/auth\\/analytics.edit\",\"https:\\/\\/www.googleapis.com\\/auth\\/analytics\",\"https:\\/\\/www.googleapis.com\\/auth\\/tagmanager.readonly\",\"https:\\/\\/www.googleapis.com\\/auth\\/webmasters\",\"https:\\/\\/www.googleapis.com\\/auth\\/tagmanager.edit.containers\",\"https:\\/\\/www.googleapis.com\\/auth\\/analytics.readonly\"],\"unsatisfiedScopes\":[],\"needReauthenticate\":false,\"isVerified\":true,\"isFirstAdmin\":true,\"hasSearchConsoleProperty\":true,\"showModuleSetupWizard\":null,\"moduleToSetup\":\"\"},\"notifications\":[],\"permaLink\":\"https:\\/\\/httpster.co\\/wpuf_forms\\/post-form\\/\",\"pageTitle\":\"Post Form\",\"postID\":3830,\"postType\":\"wpuf_forms\",\"dashboardPermalink\":\"https:\\/\\/httpster.co\\/wp-admin\\/admin.php?page=googlesitekit-dashboard\",\"publicPath\":\"https:\\/\\/httpster.co\\/wp-content\\/plugins\\/google-site-kit\\/dist\\/assets\\/js\\/\",\"editmodule\":null};\n</script>\n<script src='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-api.js?ver=1.9.0'></script>\n<script src='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-data.js?ver=1.9.0'></script>\n<script src='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-forms.js?ver=1.9.0'></script>\n<script>\nvar _googlesitekitEntityData = {\"currentEntityURL\":\"https:\\/\\/httpster.co\\/wpuf_forms\\/post-form\\/\",\"currentEntityType\":\"post\",\"currentEntityTitle\":\"Post Form\",\"currentEntityID\":3830};\n</script>\n<script src='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-site.js?ver=1.9.0'></script>\n<script>\nvar _googlesitekitUserData = {\"user\":{\"id\":1,\"email\":\"[email protected]\",\"name\":\"HIDDEN\",\"picture\":\"https:\\/\\/lh3.googleusercontent.com\\/a-\\/AOh14GgO9RdE3caV4yriqIwTvSOQIhWfZc-p6U93t86bdw=s100\"},\"connectURL\":\"https:\\/\\/httpster.co\\/wp-admin\\/admin.php?page=googlesitekit-splash&googlesitekit_connect=1&nonce=9013625c62\",\"verified\":true};\n</script>\n<script src='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-datastore-user.js?ver=1.9.0'></script>\n<script src='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-wp-dashboard.js?ver=1.9.0' defer></script>\n<script src='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules.js?ver=1.9.0'></script>\n<script src='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-search-console.js?ver=1.9.0'></script>\n<script src='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-adsense.js?ver=1.9.0'></script>\n<script src='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-analytics.js?ver=1.9.0'></script>\n<script src='https://httpster.co/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-modules-pagespeed-insights.js?ver=1.9.0'></script>\n\n<div class=\"clear\"></div></div><!-- wpwrap -->\n<script type=\"text/javascript\">if(typeof wpOnload=='function')wpOnload();</script>\n</body>\n</html>\n",
  "response": {
    "code": 200,
    "message": "OK"
  },
  "cookies": [
    {
      "name": "wordpress_sec_ee6e16c025d59aba9cb1e509cd073efd",
      "value": HIDDEN,
      "expires": null,
      "path": "/",
      "domain": null,
      "host_only": true
    },
    {
      "name": "_ga",
      "value": "GA1.2.27239061.1591633252",
      "expires": null,
      "path": "/",
      "domain": null,
      "host_only": true
    },
    {
      "name": "_gid",
      "value": "GA1.2.1649008805.1591633252",
      "expires": null,
      "path": "/",
      "domain": null,
      "host_only": true
    },
    {
      "name": "wordpress_test_cookie",
      "value": "WP Cookie check",
      "expires": null,
      "path": "/",
      "domain": null,
      "host_only": true
    },
    {
      "name": "tk_ai",
      "value": "woo:lqwHqZh B O/WaKaDUR66Mvq",
      "expires": null,
      "path": "/",
      "domain": null,
      "host_only": true
    },
    {
      "name": "wordpress_logged_in_ee6e16c025d59aba9cb1e509cd073efd",
      "value": HIDDEN,
      "expires": null,
      "path": "/",
      "domain": null,
      "host_only": true
    },
    {
      "name": "wp-settings-1",
      "value": "libraryContent=browse&editor=html&woosidebarsshowadvanced=1",
      "expires": null,
      "path": "/",
      "domain": null,
      "host_only": true
    },
    {
      "name": "wp-settings-time-1",
      "value": "1591732983",
      "expires": null,
      "path": "/",
      "domain": null,
      "host_only": true
    },
    {
      "name": "wp-health-check-disable-plugins",
      "value": "fed0d849a347eec25027f6b5c6b0bc8b",
      "expires": null,
      "path": "/",
      "domain": null,
      "host_only": true
    }
  ],
  "filename": null,
  "http_response": {
    "data": null,
    "headers": null,
    "status": null
  }
}

@felixarntz @aaemnnosttv

Ok, i can confirm the issue is on our end and it happens because we select a random post when we try to get a reference entity and there is no such. In this particular case it gets a random post which is of wpuf_forms type and that post type is hidden (public = false). That's why lighthouse sees 404 response when it tries to examine public page of a hidden entity.

Basically, what we need to do here is to update the line number 201 here:
https://github.com/google/site-kit-wp/blob/0413b5fcc00e8773075edf9b4032487ee71e982f/includes/Context.php#L192-L206

Instead of getting a random post using get_post() function, we need to check if there is a queried post first. If it exists, then it's safe to call get_post() function. If not, then we need to call get_posts( 'numberposts=1' ) instead and take the first post in the array if it is not empty. Finally, if get_posts returns an empty array, we need to return null and let PSI check homepage performance.

PS: do we really need to get a random post there? This logic seems strange to me. IMO we need to fallback to the default value which is the homepage if there is no queried post. Let me know if I am missing something.

Thanks for the explanation @eugene-manuilov ! Moving this forward to be prioritized.

@felixarntz should we rename this issue since it doesn't seem to be specific to the frontend plugin?

@eugene-manuilov I think the problem here is not so much that we get a "random" post, but that the post may not be public. get_post() returns the current post currently being edited in the admin (if there is any), so that's all good I think. What we need to add here is checks get_post_type_object( $post->post_type )->public && ( $post->post_status === 'publish' || $post->post_status == 'inherit' && $post->post_type === 'attachment' ) - only if these are fulfilled, this is an entity for Site Kit purposes (every entity should have a public URL).

Regardless of that, is this maybe a problem with the WP User Frontend plugin too? That plugin shouldn't be setting the $post global on the Site Kit dashboard I'd say.

@felixarntz get_post() returns the current post but it doesn't guaranty that it's currently being edited in the admin. IMO we need to change how we get the current post because currently we use unreliable approach that can be broken by other plugins too.

@eugene-manuilov Maybe we could wrap it into a clause which checks that the get_current_screen() is the post editing screen? That would make it a bit more bullet-proof.

However I'd argue even the current logic is correct - if a plugin sets the $post global somewhere that it affects the Site Kit dashboard, that plugin is clearly doing it wrong. But I agree with your concern, we only care for the current $post when editing a post in the admin, so let's add a check around it to only use that global when on the post edit screen.

Regardless of that though, the checks for that post being publicly available should also be added.

Yes, I agree with you, adding get_current_screen and post availability checks is what we need regardless of what other plugins do.

@aaemnnosttv IB mostly ✅ , one additional thing to add:

  • The checks for whether the post is public should also be added to Context::get_reference_entity_from_url, since that bit is just as relevant there. Probably worth putting into a private method to call from both places.

Tested

Installed latest SK, activated and completed setup. Activated Analytics modules.

Downloaded WP Frontend here https://wordpress.org/plugins/wp-user-frontend/

Activated WP Frontend and sipped setup

Navigated to Post form in WP Frontend
image

Added a blank form:
image

Saved:
image

Navigated to SK Dashboard and checked SK entity data:
image

Navigated to post with data and checked entity data:
image

Navigated to post URL from 'More details' admin bar link
image

Checked entity data:
image

Noticed
Entity data is showing forward and backward slashes in the URL section. Is this expected @aaemnnosttv @eugene-manuilov?

image

Sending to CR to confirm the above ^^

@cole10up The backslashes there are correct, they're only in the encoded JSON object.

Looks good on my end per Felix's comment above.

everything okay except the post admin bar. The SK menu does not appear in the admin bar for post pages. is it intentional!

sk menu issue in post page admin bar

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aaemnnosttv picture aaemnnosttv  Â·  5Comments

aaemnnosttv picture aaemnnosttv  Â·  3Comments

jsmshay picture jsmshay  Â·  3Comments

aaemnnosttv picture aaemnnosttv  Â·  5Comments

Loganson picture Loganson  Â·  5Comments