Changeset 1923224
- Timestamp:
- 08/11/2018 03:43:43 AM (8 years ago)
- File:
-
- 1 edited
-
better-categories-images/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
better-categories-images/trunk/readme.txt
r1923223 r1923224 18 18 ` 19 19 + $thumbnail_id = get_term_meta( $term_id, 'thumbnail_id', true ); \\ [get_term_meta](https://developer.wordpress.org/reference/functions/get_term_meta/) 20 + $image = wp_get_attachment_image( $thumbnail_id, ' thumbnail_id', true); \\ [wp_get_attachment_image](https://developer.wordpress.org/reference/functions/wp_get_attachment_image/)20 + $image = wp_get_attachment_image( $thumbnail_id, 'full' ); \\ [wp_get_attachment_image](https://developer.wordpress.org/reference/functions/wp_get_attachment_image/) 21 21 ` 22 22
Note: See TracChangeset
for help on using the changeset viewer.