<pclass="description"><?php_e('Type of document to which an expiry date can be assigned.','rrze-post-expiration');?></p>
<?php
}
publicfunctionadmin_help_menu()
{
$content=[
'<p>'.__('Here comes the Context Help content.','rrze-post-expiration').'</p>',
];
$help_tab=[
'id'=>$this->admin_settings_page,
'title'=>__('Overview','rrze-post-expiration'),
'content'=>implode(PHP_EOL,$content),
];
$help_sidebar=sprintf('<p><strong>%1$s:</strong></p><p><a href="http://blogs.fau.de/webworking">RRZE-Webworking</a></p><p><a href="https://github.com/RRZE-Webteam">%2$s</a></p>',__('For more information','rrze-post-expiration'),__('RRZE Webteam on Github','rrze-post-expiration'));