Make WordPress Core


Ignore:
Timestamp:
05/29/2025 11:07:35 PM (10 months ago)
Author:
johnbillion
Message:

Docs: Improvements and corrections to documentation relating to metadata.

See #63166

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r60236 r60264  
    26092609 * Post meta data is called "Custom Fields" on the Administration Screen.
    26102610 *
     2611 * For historical reasons both the meta key and the meta value are expected to be "slashed" (slashes escaped) on input.
     2612 *
    26112613 * @since 1.5.0
    26122614 *
     
    26402642 * value, will keep from removing duplicate metadata with the same key. It also
    26412643 * allows removing all metadata matching the key, if needed.
     2644 *
     2645 * For historical reasons both the meta key and the meta value are expected to be "slashed" (slashes escaped) on input.
    26422646 *
    26432647 * @since 1.5.0
     
    26952699 *
    26962700 * Can be used in place of add_post_meta().
     2701 *
     2702 * For historical reasons both the meta key and the meta value are expected to be "slashed" (slashes escaped) on input.
    26972703 *
    26982704 * @since 1.5.0
Note: See TracChangeset for help on using the changeset viewer.