acf/internal_post_type_list/current_screen
acf/internal_post_type_list/current_screen
Appears in: advanced-custom-fields.6.3.6.3
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.3.6.3do_action('acf/internal_post_type_list/current_screen') is found 1 times:
- /includes/admin/admin-internal-post-type-list.php line 159155156157158159160161162163164165
if
(
$this
->view ===
'sync'
) {
add_action(
'admin_footer'
,
array
(
$this
,
'admin_footer__sync'
), 1 );
}
do_action(
'acf/internal_post_type_list/current_screen'
,
$this
->post_type );
}
/**
* Sets up the field groups ready
for
sync.
*
* @since 5.9.0