acf/internal_post_type/current_screen
acf/internal_post_type/current_screen
Appears in: advanced-custom-fields.6.3.3
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.3.3do_action('acf/internal_post_type/current_screen') is found 1 times:
- /includes/admin/admin-internal-post-type.php line 102
add_action( 'acf/input/admin_footer', array( $this, 'admin_footer' ) ); add_filter( 'acf/input/admin_l10n', array( $this, 'admin_l10n' ) ); do_action( 'acf/internal_post_type/current_screen', $this->post_type ); } /** * Modifies the admin body class. * * @since 6.0.0