Changeset 2295662
- Timestamp:
- 04/30/2020 07:42:35 PM (6 years ago)
- Location:
- appful/trunk
- Files:
-
- 2 edited
-
appful.php (modified) (1 diff)
-
singletons/api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/appful.php
r2293854 r2295662 4 4 Plugin URI: https://appful.io/ 5 5 Description: 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.11 56 Version: 1.0.116 7 7 Author: appful GmbH 8 8 Author URI: https://appful.io/ -
appful/trunk/singletons/api.php
r2293853 r2295662 11 11 $this->response = new Appful_API_Response(); 12 12 13 add_action(' wp', array(&$this, 'template_redirect'), -99);13 add_action('template_redirect', array(&$this, 'template_redirect'), -99); 14 14 add_action('admin_menu', array(&$this, 'admin_menu')); 15 15 add_action('update_option_appful_api_base', array(&$this, 'flush_rewrite_rules'));
Note: See TracChangeset
for help on using the changeset viewer.