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 Sometimes the best method is to open the plugin folder in your favorite editor and search for do_action() or apply_filters() – Howdy_McGee Commented Oct 26, 2020 at 19:03
Add a comment  | 

1 Answer 1

Reset to default 1

There 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