TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Creating A WordPress Plugin - With OOP

2 pointsby phraggover 12 years ago

1 comment

phraggover 12 years ago
This was my first WP plugin I made, which uses the wp_head hook to add an og:image tag to your &#60;head&#62;&#60;/head&#62; tag.<p>The code can be found on: <a href="http://www.austinkpickett.com/blog/creating-a-wordpress-plugin/" rel="nofollow">http://www.austinkpickett.com/blog/creating-a-wordpress-plug...</a><p>Fork it, tear it apart, and let me know what I can improve on.<p>Thanks.