Uses
Uses | Description |
---|---|
wp-includes/taxonomy.php: add_term_meta() | Adds metadata to a term. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/meta.php: get_metadata_by_mid() | Retrieves metadata by meta ID. |
wp-includes/meta.php: update_metadata_by_mid() | Updates metadata by meta ID. |
wp-includes/meta.php: delete_metadata_by_mid() | Deletes metadata by meta ID. |