acf/update_{$this->hook_name}

acf/update_{$this->hook_name}

Hook Type: action

See hook in core

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

do_action('acf/update_{$this->hook_name}') is found 1 times:

  • /includes/class-acf-internal-post-type.php line 524
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
         * @since   6.1
         *
         * @param array $post The main ACF post array.
         */
        do_action( "acf/update_{$this->hook_name}", $post );
     
        return $post;
    }
     
    /**
     * Allows full control over ACF post slugs.