WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/ms file constants

This page is marked as incomplete. You can help Codex by expanding it.

Description

Defines Multisite file constants.

Usage

<?php ms_file_constants() ?>

Parameters

This function does not accept any parameters

Return Value

This function does not return a value

Examples


Notes

Exists for backward compatibility with legacy file-serving through wp-includes/ms-files.php (wp-content/blogs.php in MU).

Change Log

Since: 3.0.0

Source File

ms_file_constants() is located in wp-includes/ms-default-constants.php

Related

 

See also index of Function Reference and index of Template Tags.