From a9a6ab3207b06ed3dd9075a74b4cc9d7127966b2 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Fri, 17 May 2024 11:14:39 +0000 Subject: [PATCH] remove hook for update post this was leftover from when i was updating the featured image --- includes/featured-image-generator.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/featured-image-generator.php b/includes/featured-image-generator.php index c6f8257..7c19259 100644 --- a/includes/featured-image-generator.php +++ b/includes/featured-image-generator.php @@ -6,8 +6,6 @@ Version: 1.0 Author: Your Name */ -add_action('save_post_sp_event', 'generate_event_featured_image', 10, 3); - function generate_bisected_image($color1, $color2, $logo1_path, $logo2_path) { $width = 1200; $height = 628;