Plugin Directory

Changeset 2295662


Ignore:
Timestamp:
04/30/2020 07:42:35 PM (6 years ago)
Author:
oskarn97
Message:

update

Location:
appful/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/appful.php

    r2293854 r2295662  
    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.115
     6Version: 1.0.116
    77Author: appful GmbH
    88Author URI: https://appful.io/
  • appful/trunk/singletons/api.php

    r2293853 r2295662  
    1111        $this->response = new Appful_API_Response();
    1212
    13         add_action('wp', array(&$this, 'template_redirect'), -99);
     13        add_action('template_redirect', array(&$this, 'template_redirect'), -99);
    1414        add_action('admin_menu', array(&$this, 'admin_menu'));
    1515        add_action('update_option_appful_api_base', array(&$this, 'flush_rewrite_rules'));
Note: See TracChangeset for help on using the changeset viewer.