CHORE Recommented properly function
This commit is contained in:
parent
6b0b1ccacf
commit
8faa096529
|
|
@ -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);
|
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 () {
|
add_action('edit_form_after_title', function () {
|
||||||
$screen = get_current_screen();
|
$screen = get_current_screen();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user