APP_Order::update_meta( $meta_key,  $meta_value = '' )

Updates the meta fields for the post


Package


    Description Description


    Parameters Parameters

    $meta_key

    (Required) string|array Can either be the meta field to be updated, or an associative array of meta keys and values to be updated

    $meta_value

    (Optional) string Value to set the meta value to. Ignored if meta_key is an array

    Default value: ''

    $reset_cache

    (Required) boolean Whether or not to update the cache after updating. Used to limit larges amounts of updates


    Premium WordPress Apps

    Top ↑

    User Contributed Notes User Contributed Notes

    You must log in before being able to contribute a note or feedback.