1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-01-24 17:21:34 +01:00
WordPress/wp-includes/rewrite.php

11 lines
266 B
PHP
Raw Normal View History

<?php
/**
* WordPress Rewrite API
*
* @package WordPress
* @subpackage Rewrite
*/
require_once( ABSPATH . WPINC . '/rewrite-constants.php' );
require_once( ABSPATH . WPINC . '/rewrite-functions.php' );
require_once( ABSPATH . WPINC . '/class-wp-rewrite.php' );