admin管理员组文章数量:1317894
I'm learning plugins development.
Just with learning pourposes. I want to add some content on the suscriptor user dashboard.
I thought that may be with some hook called on the user dashboard I could add some content, but I have no idea how to find it or if this is a the correct approach.
PD:I'm trying with Query Monitor plugin but it gives me so many hooks that I get lost.
I'm learning plugins development.
Just with learning pourposes. I want to add some content on the suscriptor user dashboard.
I thought that may be with some hook called on the user dashboard I could add some content, but I have no idea how to find it or if this is a the correct approach.
PD:I'm trying with Query Monitor plugin but it gives me so many hooks that I get lost.
Share Improve this question asked Oct 26, 2020 at 18:59 arderomaarderoma 1112 bronze badges 1 |1 Answer
Reset to default 1There is a useful filter on Query Monitor for the hooks.
And I have found woocommerce_account_content
and does did the trick.
本文标签: hooksHow to add content to suscriptor dashboard frontend
版权声明:本文标题:hooks - How to add content to suscriptor dashboard frontend? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742036662a2417334.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
do_action()
orapply_filters()
– Howdy_McGee ♦ Commented Oct 26, 2020 at 19:03