Plugin Directory

Changeset 600978


Ignore:
Timestamp:
09/19/2012 11:32:43 AM (13 years ago)
Author:
codepress
Message:

readme markup

Location:
codepress-admin-columns
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • codepress-admin-columns/tags/1.4.6.3/readme.txt

    r600963 r600978  
    201201
    202202Filter 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.
    208209
    209210For 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  
    201201
    202202Filter 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.
    208209
    209210For 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.