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 ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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