function seo_setup_0_form in Drupal SEO Essentials 7
Checks if dependencies are installed
_state
Parameters
$form:
1 string reference to 'seo_setup_0_form'
File
- ./
seo.setup.inc, line 25 - Admin page callback for the seotools module.
Code
function seo_setup_0_form($form, &$form_state) {
// run checks here if needed
drupal_goto('admin/config/search/seo/setup/1');
return $form;
}