Plugin Directory

Changeset 1923224


Ignore:
Timestamp:
08/11/2018 03:43:43 AM (8 years ago)
Author:
namncn
Message:

fix readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • better-categories-images/trunk/readme.txt

    r1923223 r1923224  
    1818`
    1919+ $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/)
    2121`
    2222
Note: See TracChangeset for help on using the changeset viewer.