Switch language

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




upload_space_setting [ WordPress Function ]

upload_space_setting ( $id )
Defined at:



No description yet.

Source


<?php
function upload_space_setting$id ) {
    
$quota get_blog_option$id'blog_upload_space' );
    if ( !
$quota )
        
$quota '';

    
?>
    <tr>
        <th><?php _e'Site Upload Space Quota '); ?></th>
        <td><input type="number" step="1" min="0" style="width: 100px" name="option[blog_upload_space]" value="<?php echo $quota?>" /> <?php _e'MB (Leave blank for network default)' ); ?></td>
    </tr>
    <?php
}
?>

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