From eedd6d5ad5dad2765da316ec45a6d444beeb61bd Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Sat, 15 Mar 2025 02:15:22 +0000 Subject: [PATCH] Remove duplicate setting title from Workflow tab --- admin/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/settings.php b/admin/settings.php index 7f5743c..1b38f50 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -875,7 +875,7 @@ function wpa_superstar_workflow_section() { // Add Auto Upload Images setting add_settings_field( 'auto_upload_images', - 'Enable Auto Upload Images', + '', 'wpa_superstar_auto_upload_images_callback', 'wpa_superstar_workflow', 'wpa_superstar_workflow_section'