Switch language

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




upload_size_limit_filter [ WordPress Function ]

upload_size_limit_filter ( $size )
Returns:
  • (int) of upload size limit in bytes
Defined at:



No description yet.

Source


<?php
function upload_size_limit_filter$size ) {
    
$fileupload_maxk 1024 get_site_option'fileupload_maxk'1500 );
    if ( 
get_site_option'upload_space_check_disabled' ) )
        return 
min$size$fileupload_maxk );

    return 
min$size$fileupload_maxkget_upload_space_available() );
}
?>

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