Top Google Search Results
- dbx_page_advanced Wordpress hook details -- Adam Brown, BYU ...
Important warning! This hook does not occur in the most recent version of WordPress (3.3). Do not use it. It is deprecated. You should look at the list of " related ... - WordPress › Support » dbx_page_advanced not working in 2.5?
Hi, just noticed that the action dbx_page_advanced doesn't seem to work anymore. My plugin registers dbx_post_advanced and dbx_page_advanced with the ... - #5924 (add_meta_box function not defined at plugin init ...
add_action('dbx_page_advanced', 'your_function' );. and in 2.5 you are supposed to ... else { add_action('dbx_page_advanced', etc. ); }. The problem with this is ... - WordPress › Support » How to add a menu in the admin backend
There are several hooks for that: dbx_page_advanced and dbx_post_advanced are hooks for menus right under the edit box. They seem to be expandable, ...