开发者

Wordpress plugin, action hooks

开发者 https://www.devze.com 2023-03-08 11:52 出处:网络
Hi fellas I\'m starting to develop a wordpress plugin, I need开发者_开发百科 a hook for an action to run before or after every post item, on the home page. I\'m new to it and don\'t know if this is po

Hi fellas I'm starting to develop a wordpress plugin, I need开发者_开发百科 a hook for an action to run before or after every post item, on the home page. I'm new to it and don't know if this is possible, I couldn't find the right one in API.


I've figured it out myself. In case anyone needs it, the hook name is the_post it runs a function before every post.

add_action('the_post','myFunc');
0

精彩评论

暂无评论...
验证码 换一张
取 消