Tagged Questions
0
votes
1answer
22 views
Is there an action for save_menu and/or update_menu?
I want to "save" my menus into transients. I want to update those when there's been any changes to the menus via the admin custom menus. I've looked for an action but can't see to find anything. ...
2
votes
2answers
498 views
add_action for saving a custom menu
Say you have custom menus enabled with your WP theme. Is there any action associated with saving a menu once you've arranged it accordingly? To further clarify: say you've arranged a menu with some ...
0
votes
1answer
142 views
I cannot include a file in my plugin settings page
I'm trying to create a settings page. If I print things within index, I can see it. If I try to include it, I can't see anything, neither errors.
add_options_page('My Plugin', 'My Plugin', ...