acf/upgrade_500_field_group

acf/upgrade_500_field_group

Hook Type: action

See hook in core

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

do_action('acf/upgrade_500_field_group') is found 1 times:

  • /includes/upgrades.php line 222
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    // log
    acf_dev_log( '> Complete.', $nfg );
     
    // action for 3rd party
    do_action( 'acf/upgrade_500_field_group', $nfg, $ofg );
     
    // upgrade fields
    acf_upgrade_500_fields( $ofg, $nfg );
     
    // trash?
    if ( $ofg->post_status == 'trash' ) {