Logging Pushes 64% of Uncontacted Peoples Toward Extinction
This HTML snippet represents author information, likely from a WordPress website (given teh “pp-” and “dashicons” classes). Here’s a breakdown:
* <span class="pp-author-boxes-meta multiple-authors-links">: This is a container for metadata about the author, specifically links related to viewing all their posts.
* <a href="https://woodcentral.com.au/author/jason/" title="View all posts"><span>View all posts</span></a>: This is a link to the author’s archive page on the website woodcentral.com.au. It allows users to see all articles written by “Jason”.
* <a class="ppma-author-user_url-profile-data ppma-author-field-meta ppma-author-field-type-url" aria-label="Website" href="https://woodcentral.com.au" target="_self"><span class="dashicons dashicons-admin-links"/></a>: This is a link to the author’s website (which, in this case, is the same as the main website: woodcentral.com.au). The dashicons dashicons-admin-links likely displays a link icon. target="_self" means the link opens in the same tab/window.
* <a class="ppma-author-user_email-profile-data ppma-author-field-meta ppma-author-field-type-email" aria-label="Email" href="http://woodcentral.com.au/cdn-cgi/l/email-protection#99f3f8eaf6f7d9eef6f6fdfafcf7edebf8f5b7faf6f4b7f8ec" target="_self"><span class="dashicons dashicons-email-alt"/></a>: This is a link to the author’s email address. However, the email address is obfuscated using a Cloudflare email protection service (cdn-cgi/l/email-protection). The long, encoded string (99f3f8eaf6f7d9eef6f6fdfafcf7edebf8f5b7faf6f4b7f8ec) needs to be decoded by the browser to reveal the actual email address. The dashicons dashicons-email-alt likely displays an email icon.
this code displays:
* A link to view all posts by Jason.
* A link to the author’s website (woodcentral.com.au).
* A link to the author’s email address (protected by Cloudflare).
The use of dashicons suggests this is a WordPress theme or plugin providing this author information.The email obfuscation is a common practice to prevent bots from harvesting email addresses from websites.
