0
votes
1answer
48 views

load-* hook for dashboard

I'm trying to add a screen option to the dashboard screen. I have a function like: my_function() { ... add_screen_option() ... } Now, I need to know the correct action hook $hook to ...