acf/update_500_field

acf/update_500_field

Hook Type: action

See hook in core

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

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

  • /includes/upgrades.php line 366
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
            }
        }
     
        // action for 3rd party
        do_action( 'acf/update_500_field', $field );
     
        // return
        return $field;
    }
     
    /**