[ Index ]

PHP Cross Reference of GlotPress

title

Body

[close]

/gp-includes/routes/ -> index.php (source)

   1  <?php
   2  /**
   3   * Routes: GP_Route_Index class
   4   *
   5   * @package GlotPress
   6   * @subpackage Routes
   7   * @since 1.0.0
   8   */
   9  
  10  /**
  11   * Core class used to implement the index route.
  12   *
  13   * @since 1.0.0
  14   */
  15  class GP_Route_Index extends GP_Route_Main {
  16  	public function index() {
  17          $this->redirect( gp_url_project( '' ) );
  18      }
  19  }


Generated: Fri Apr 26 01:01:24 2024 Cross-referenced by PHPXref 0.7.1