From 8faa096529cea52ca4940cfc9bddfc6d0cb3186a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 9 Apr 2025 09:44:12 +0200 Subject: [PATCH] CHORE Recommented properly function --- includes/artisans.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/artisans.php b/includes/artisans.php index a2b6b35..19861d7 100644 --- a/includes/artisans.php +++ b/includes/artisans.php @@ -59,7 +59,7 @@ function update_post_status_based_on_mdp_status($post_id) add_action('acf/save_post', 'update_post_status_based_on_mdp_status', 20); /* --------------------------------------- -CUSTOM CONTENT AFTER POST TYPE TITLE +CUSTOM TOP CONTENT AFTER POST TYPE TITLE ------------------------------------------*/ add_action('edit_form_after_title', function () { $screen = get_current_screen();