Plugin Directory

Changeset 2350641


Ignore:
Timestamp:
08/01/2020 07:53:29 PM (6 years ago)
Author:
ghz1990
Message:

Tested up to 5.4.2 version

Location:
related-posts-for-wpml/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • related-posts-for-wpml/trunk/readme.txt

    r1527876 r2350641  
    11=== Related Posts for WPML ===
    22Contributors: Mikhail Zhirov
    3 Donate link: https://web-tutor.net/extensions/related-posts-for-wpml/
     3Donate link: https://scrit-group.com/
    44Tags: related posts, wpml
    55Requires at least: 3.0.1
    6 Tested up to: 4.6.1
     6Tested up to: 5.4.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • related-posts-for-wpml/trunk/related-posts-for-wpml.php

    r1527876 r2350641  
    77/**
    88 * Plugin name: Related Posts for WPML
    9  * Plugin URI: https://web-tutor.net
     9 * Plugin URI: https://scrit-group.com
    1010 * Description: Related posts by tags for multilanguage WPML
    11  * Version: 1.0
     11 * Version: 1.1
    1212 * Author: Mikhail Zhirov
    13  * Author uri: https://web-tutor.net
     13 * Author uri: https://scrit-group.com
    1414 */
    1515function rpf_related() {
     
    8888       
    8989        $ready_data_to_output .= '</ul>';
    90         //var_dump(wp_get_post_categories(get_the_ID()));
     90       
    9191        echo $ready_data_to_output;
    92 
    9392    }
    9493
    95    
    96 
    9794}
Note: See TracChangeset for help on using the changeset viewer.