CHORE Recommented properly function

This commit is contained in:
Antoine M 2025-04-09 09:44:12 +02:00
parent 6b0b1ccacf
commit 8faa096529

View File

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