Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I refer to current user’s name?


ardentfrost
Member

@ardentfrost

There is no instructions on how to write plugins as far as I know. You just gotta do it like the rest of us: look through the code and figure out how it’s written. It’s not too hard and it’s written logically. You need to be able to either grep or search inside the files (there’s a way to search inside php files using windows search). If you want to look for hooks, look for add_action or add_filter and see where they all are. If you want to see how to use them, look through other plugins.

And if you have specific questions, these forums are here and there are plenty of people who try to help :)

Skip to toolbar