Plugin Directory

Changeset 2295699


Ignore:
Timestamp:
04/30/2020 08:59:25 PM (6 years ago)
Author:
oskarn97
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/singletons/api.php

    r2295662 r2295699  
    1111        $this->response = new Appful_API_Response();
    1212
    13         add_action('template_redirect', array(&$this, 'template_redirect'), -99);
     13        add_action('template_redirect', array(&$this, 'template_redirect'), 10);
    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.