WordPress/wp-includes/post.php

12 lines
234 B
PHP
Raw Normal View History

<?php
/**
* Post functions and post utility function.
*
* @package WordPress
* @subpackage Post
* @since 1.5.0
*/
require_once( ABSPATH . WPINC . '/post-functions.php' );
require_once( ABSPATH . WPINC . '/class-wp-post.php' );