Update Workflow tab description: Change section description to better reflect the purpose of workflow features

This commit is contained in:
Marcus Quinn
2025-03-15 02:20:24 +00:00
parent 7af7010a8e
commit 6bec4965f1

View File

@ -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(