Plugin Directory

Changeset 2638675


Ignore:
Timestamp:
12/02/2021 04:55:15 PM (4 years ago)
Author:
oskarn97
Message:

Better support for wpml languages.

Location:
appful/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/appful.php

    r2531139 r2638675  
    44Plugin URI: https://appful.io/
    55Description: appful is one of the world's most remarkable & beautiful app service for Blogger and Online magazines. It is designed to create outstanding real native iOS and Android Apps based on the content of your Wordpress site or YouTube channel. appful is surprisingly simple to use and not a single line of code is required.
    6 Version: 1.0.127
     6Version: 1.0.128
    77Author: appful GmbH
    88Author URI: https://appful.io/
  • appful/trunk/plugins/wpml.php

    r1479102 r2638675  
    2323
    2424    public function current() {
    25         return ICL_LANGUAGE_CODE;
     25        return apply_filters( 'wpml_current_language', NULL );
    2626    }
    2727
Note: See TracChangeset for help on using the changeset viewer.