Plugin Directory

Changeset 2233917


Ignore:
Timestamp:
01/27/2020 03:08:16 PM (6 years ago)
Author:
developerpixit
Message:

Incluindo a coleta de thumbnails dos posts

Location:
fazbuzz/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fazbuzz/trunk/admin/class-fazbuzz.php

    r1891259 r2233917  
    6464            }
    6565
    66            
     66            $obj->thumbnail = get_the_post_thumbnail($post, "large");
    6767            $obj->description = strip_tags(preg_replace("/<img[^>]+\>/i", "", $originalContent));
    6868            $obj->title = $post->post_title;
  • fazbuzz/trunk/readme.txt

    r2231216 r2233917  
    55Tested up to: 4.9.5
    66Requires PHP: 5.6
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.