acf/internal_post_type/current_screen

acf/internal_post_type/current_screen

Hook Type: action

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.3.6.3

do_action('acf/internal_post_type/current_screen') is found 1 times:

  • /includes/admin/admin-internal-post-type.php line 102
    098
    099
    100
    101
    102
    103
    104
    105
    106
    107
    108
        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