api docs are not updated
In this page:
http://docs.appthemes.com/action-hoo..._submenu_page/
1. it says the parent menu slug is 'admin-options.php' while its 'app-dashboard'
2. appthemes_update_options changed to actually cp_update_options which change to something else because I see the function is deprecated
In deprecated.php:
PHP Code:
function cp_update_options() {
_deprecated_function( __FUNCTION__, '3.3' );
}
3. appthemes_admin_fields changed to cp_admin_fields
4. says the function located in includes/admin/admin-options.php while this file doesn't exists. the function is located in includes/admin/options.php
can the api pages be updated so we can use it?
thanks,
Roi