WordPress.org

Codex

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

Function Reference/ms upload constants

Description

Defines Multisite upload constants.

Usage

<?php ms_upload_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

Source File

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

Related

 

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