'warning_message' => __( 'WARNING: Terms deleted once cannot be retrieved back. Use with caution.', 'bulk-delete' ),
33
);
34
35
$this->show_link_in_plugin_list = true;
36
}
37
38
/**
39
* Add Help tabs.
40
*
41
* @param array $help_tabs Help tabs.
42
*
43
* @return array Modified list of tabs.
44
*/
45
protected function add_help_tab( $help_tabs ) {
46
$overview_tab = array(
47
'title' => __( 'Overview', 'bulk-delete' ),
48
'id' => 'overview_tab',
49
'content' => '<p>' . __( 'This screen contains different modules that allows you to delete posts or schedule them for deletion.', 'bulk-delete' ) . '</p>',