Switch language

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




wp_max_upload_size [ WordPress Function ]

wp_max_upload_size ( No parameters )
Returns:
  • (unknown)
Defined at:



{@internal Missing Short Description}}

Source


<?php
function wp_max_upload_size() {
    
$u_bytes wp_convert_hr_to_bytesini_get'upload_max_filesize' ) );
    
$p_bytes wp_convert_hr_to_bytesini_get'post_max_size' ) );
    
$bytes apply_filters'upload_size_limit'min($u_bytes$p_bytes), $u_bytes$p_bytes );
    return 
$bytes;
}
?>

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