Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




ms_file_constants [ WordPress Function ]

ms_file_constants ( No parameters )
Defined at:



Defines Multisite file constants.

Source


<?php
function ms_file_constants(  ) {
    
/**
     * Optional support for X-Sendfile header
     * @since 3.0.0
     */
    
if ( !defined'WPMU_SENDFILE' ) )
        
define'WPMU_SENDFILE'false );

    
/**
     * Optional support for X-Accel-Redirect header
     * @since 3.0.0
     */
    
if ( !defined'WPMU_ACCEL_REDIRECT' ) )
        
define'WPMU_ACCEL_REDIRECT'false );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics