Changeset 2189725
- Timestamp:
- 11/11/2019 01:09:57 PM (6 years ago)
- Location:
- appful/trunk
- Files:
-
- 4 edited
-
appful.php (modified) (1 diff)
-
models/post.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
singletons/api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/appful.php
r2018351 r2189725 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 16 Version: 1.0.112 7 7 Author: appful GmbH 8 8 Author URI: https://appful.io/ -
appful/trunk/models/post.php
r1836884 r2189725 228 228 229 229 remove_filter('the_content', 'likeornot_add_content'); 230 remove_filter('the_content', 'pmpro_membership_content_filter', 5); 231 remove_filter('the_content', 'pmprosm_the_content_account_page', 30); 230 232 add_filter('a3_lazy_load_run_filter', function ($apply_lazyload) { return false; }, 11); 231 233 add_filter('bjll/enabled', '__return_false'); -
appful/trunk/readme.txt
r2057007 r2189725 4 4 Tags: mobile app, mobile, app, ios, android, plugin, iphone, blog, ipad, apps, native, builder 5 5 Requires at least: 3.0 6 Tested up to: 5. 1.16 Tested up to: 5.2.4 7 7 Stable tag: 4.5 8 8 License: GPLv2 or later -
appful/trunk/singletons/api.php
r2018350 r2189725 11 11 $this->response = new Appful_API_Response(); 12 12 13 add_action('template_redirect', array(&$this, 'template_redirect') );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.