Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #42814, comment 18


Ignore:
Timestamp:
01/12/2018 06:36:19 AM (7 years ago)
Author:
kraftbj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42814, comment 18

    v2 v3  
    77Try running
    88{{{
    9 $post = get_post( [ID of an attachment );
     9$post = get_post( [ID of an attachment] );
    1010get_the_excerpt( $post );
    1111}}}