Changeset 2295699
- Timestamp:
- 04/30/2020 08:59:25 PM (6 years ago)
- File:
-
- 1 edited
-
appful/trunk/singletons/api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/singletons/api.php
r2295662 r2295699 11 11 $this->response = new Appful_API_Response(); 12 12 13 add_action('template_redirect', array(&$this, 'template_redirect'), -99);13 add_action('template_redirect', array(&$this, 'template_redirect'), 10); 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.