initial commit
This commit is contained in:
17
hamrokhaanpaan/wp-content/plugins/ultimo-wp/admin/help.php
Normal file
17
hamrokhaanpaan/wp-content/plugins/ultimo-wp/admin/help.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
// Custom page help tabs, displayed using the help API. Tabs are shown in order of definition.
|
||||
$this->args['help_tabs'][] = array(
|
||||
'id' => 'redux-opts-1',
|
||||
'title' => __('Theme Information 1', 'redux-framework-demo'),
|
||||
'content' => __('<p>This is the tab content, HTML is allowed.</p>', 'redux-framework-demo')
|
||||
);
|
||||
|
||||
$this->args['help_tabs'][] = array(
|
||||
'id' => 'redux-opts-2',
|
||||
'title' => __('Theme Information 2', 'redux-framework-demo'),
|
||||
'content' => __('<p>This is the tab content, HTML is allowed.</p>', 'redux-framework-demo')
|
||||
);
|
||||
|
||||
// Set the help sidebar
|
||||
$this->args['help_sidebar'] = __('<p>This is the sidebar content, HTML is allowed.</p>', 'redux-framework-demo');*/
|
Reference in New Issue
Block a user