Update Workflow tab description: Change section description to better reflect the purpose of workflow features
This commit is contained in:
@ -839,8 +839,8 @@ function wpa_superstar_workflow_section() {
|
||||
// Add Workflow section
|
||||
add_settings_section(
|
||||
'wpa_superstar_workflow_section',
|
||||
'', // Remove section title
|
||||
'__return_empty_string', // Remove section description
|
||||
'', // Keep section title empty
|
||||
'wpa_superstar_workflow_section_callback',
|
||||
'wpa_superstar_workflow'
|
||||
);
|
||||
|
||||
@ -854,6 +854,10 @@ function wpa_superstar_workflow_section() {
|
||||
);
|
||||
}
|
||||
|
||||
function wpa_superstar_workflow_section_callback() {
|
||||
echo '<p>Quality of life features to save time and from inconsistancies with your content management.</p>';
|
||||
}
|
||||
|
||||
// Add Auto Upload Images setting
|
||||
function wpa_superstar_auto_upload_images_callback() {
|
||||
$options = get_option('wpa_superstar_workflow_options', array(
|
||||
|
Reference in New Issue
Block a user