PHP Classes

File: public/quick-wp.php

Recommend this page to a friend!
  Packages of Adrian M   QuickWP   public/quick-wp.php   Download  
File: public/quick-wp.php
Role: Application script
Content type: text/plain
Description: Application script
Class: QuickWP
Manage WordPress sites using the REST API
Author: By
Last change:
Date: 3 months ago
Size: 184 bytes
 

Contents

Class file image Download
<?php
/**
 * QuickWP v2 - Alternative entry point (redirects to index.php)
 */
header('Location: index.php' . (isset($_GET['site']) ? '?site=' . urlencode($_GET['site']) : ''));
exit;