id if ('pet' == $screen->id ) { $contextual_help = '

' . __('ADA Plugin Help', 'ADA') . '

' . '

' . __('In this screen, add a pet available for adoption. All pets stores individual data such breed, colors, size and more.', 'ADA') . '

' . '' . '

' . __('All posts created in this area are specific for animals availables for adoption, inform:', 'ADA') . '

' . '' . '

' . __('The Animal Informations box, keep all important informations about a pet. All data are stored within every animal individually. You also can update or change all data anytime.', 'ADA') . '

' . '

' . __('More Help with ADA plugin:', 'ADA') . '

'. '

' . __('ADA Plugin site', 'ADA') . '

' ; } elseif ( 'lost' == $screen->id ) { $contextual_help = '

' . __('ADA Plugin Help', 'ADA') . '

' . '

' . __('In this screen, add a lost pet or a pet someone have found. All pets stores individual data such breed, colors, size and more.', 'ADA') . '

' . '' . '

' . __('All posts created in this area are specific for lost and found animals, inform:', 'ADA') . '

' . '' . '

' . __('The Lost Pet Informations box, keep all important informations about a lost pet. All data are stored within every animal individually. You also can update or change all data anytime.', 'ADA') . '

' . '

' . __('Note on Privacy and Security: For security and privacy purposes, the lost pet posts does not have searcheable features such taxonomies.', 'ADA') . '

' . '

' . __('More Help with ADA plugin:', 'ADA') . '

'. '

' . __('ADA Plugin site', 'ADA') . '

' ; } return $contextual_help; } ?>