Changeset 1804938
- Timestamp:
- 01/18/2018 06:52:38 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
thumb/trunk/thumb.php
r1804078 r1804938 3 3 * Plugin Name: autometa's THUMB 4 4 * Description: It repdoduces featured images in pages, posts, portfolios or products simply via: [thumb]. 5 * Version: 2. 05 * Version: 2.2 6 6 * Author: JorgeAmVF 7 7 * Author URI: https://profiles.wordpress.org/jorgeamvf/ … … 29 29 function autometa_featured_image() { 30 30 $am_thumb = '<span id="thumb" class="autometa">' . get_the_post_thumbnail() . '</span>'; 31 31 return $am_thumb; 32 32 } 33 33 add_shortcode( "thumb", "autometa_featured_image" );
Note: See TracChangeset
for help on using the changeset viewer.