Plugin Directory

Changeset 1451167


Ignore:
Timestamp:
07/08/2016 09:56:19 AM (10 years ago)
Author:
cvmh
Message:

2.6.5

  • Added: filter cvmh_cat_block_get_posts_args
Location:
cat-block/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cat-block/trunk/cat-block.php

    r1436379 r1451167  
    44 * Plugin URI: http://www.agence-web-cvmh.fr
    55 * Description: Adds a block (widget or shortcode), which scrolls through the posts in a category.
    6  * Version: 2.6.4
     6 * Version: 2.6.5
    77 * Author: CVMH solutions
    88 * Author URI: http://www.agence-web-cvmh.fr
  • cat-block/trunk/includes/functions.php

    r1436379 r1451167  
    7474        $args['post__in'] = $post_in_array;
    7575    endif;
    76     $posts = get_posts( $args );
     76    $posts = get_posts( apply_filters( 'cvmh_cat_block_get_posts_args', $args ) );
    7777    return $posts;
    7878}
  • cat-block/trunk/readme.txt

    r1436379 r1451167  
    3131
    3232== Changelog ==
     33
     34= 2.6.5 =
     35* Added: filter cvmh_cat_block_get_posts_args
    3336
    3437= 2.6.4 =
Note: See TracChangeset for help on using the changeset viewer.