Changing menu type and menu name.
Changing 'CWv3 Options' to 'Content Warning v3' and moving the menu to Settings.
This commit is contained in:
@ -11,7 +11,8 @@ foreach($cat_list as $cw_cat){
|
||||
$cwv3_op_data = array(
|
||||
'plugin_title' => 'Content Warning v3',
|
||||
'prefix' => 'cwv3_',
|
||||
'menu_title' => 'CWv3 Options',
|
||||
'menu_title' => 'Content Warning v3',
|
||||
'menu_type' => 'option',
|
||||
'slug' => 'cwv3_options',
|
||||
'opData' => array(
|
||||
'sitewide' => array(
|
||||
|
Reference in New Issue
Block a user