Changeset 2270
- Timestamp:
- 01/11/2016 08:17:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/wporg-gp-routes.php
r2269 r2270 14 14 15 15 public function __construct() { 16 add_action( ' init', array( $this, 'register_routes' ));16 add_action( 'template_redirect', array( $this, 'register_routes' ), 5 ); 17 17 } 18 18
Note: See TracChangeset
for help on using the changeset viewer.