acf/internal_post_type_list/current_screen

acf/internal_post_type_list/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_list/current_screen') is found 1 times:

  • /includes/admin/admin-internal-post-type-list.php line 159
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
        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