Changeset 600978
- Timestamp:
- 09/19/2012 11:32:43 AM (13 years ago)
- Location:
- codepress-admin-columns
- Files:
-
- 2 edited
-
tags/1.4.6.3/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
codepress-admin-columns/tags/1.4.6.3/readme.txt
r600963 r600978 201 201 202 202 Filter explained: 203 **$value** is the orgignal value which would otherwise be displayed 204 **$internal_field_key** is only used internally to store the column 205 **$custom_field** is the name of your custom field 206 **$type** will return either the posttype or if it is any other type it will return wp-comments, wp-links, wp-users, wp-media. 207 **$object_id** will return the ID of the object. 203 204 * **$value** is the orgignal value which would otherwise be displayed 205 * **$internal_field_key** is only used internally to store the column 206 * **$custom_field** is the name of your custom field 207 * **$type** will return either the posttype or if it is any other type it will return wp-comments, wp-links, wp-users, wp-media. 208 * **$object_id** will return the ID of the object. 208 209 209 210 For example if you have a custom posttype 'Demo' with a custom_field that is called 'city' and the result would be an integer '33'. You can change that integer '33' to Amsterdam. -
codepress-admin-columns/trunk/readme.txt
r600963 r600978 201 201 202 202 Filter explained: 203 **$value** is the orgignal value which would otherwise be displayed 204 **$internal_field_key** is only used internally to store the column 205 **$custom_field** is the name of your custom field 206 **$type** will return either the posttype or if it is any other type it will return wp-comments, wp-links, wp-users, wp-media. 207 **$object_id** will return the ID of the object. 203 204 * **$value** is the orgignal value which would otherwise be displayed 205 * **$internal_field_key** is only used internally to store the column 206 * **$custom_field** is the name of your custom field 207 * **$type** will return either the posttype or if it is any other type it will return wp-comments, wp-links, wp-users, wp-media. 208 * **$object_id** will return the ID of the object. 208 209 209 210 For example if you have a custom posttype 'Demo' with a custom_field that is called 'city' and the result would be an integer '33'. You can change that integer '33' to Amsterdam.
Note: See TracChangeset
for help on using the changeset viewer.