Top Google Search Results
- upload_size_limit Wordpress hook details -- Adam Brown, BYU ...
WordPress hook directory upload_size_limit. WordPress version history for upload_size_limit. This database has information for all major versions from WP 1.2.1 ... - WordPress › Support » Maximum upload file size
$bytes = apply_filters( 'upload_size_limit', min($u_bytes, $p_bytes), $u_bytes, $ p_bytes ); return $bytes; }. That's for a 1 gb file size. You can make it any size ... - Error saving media attachment when file size is over 2MB - WordPress
If you don't find that, it may be hard-coded in your functions.php file. Look for an add_filter for upload_size_limit: add_filter('upload_size_limit', ...);. kostas123 ... - [doc 2.6] 6 : F.A.Q. ‹ AjaXplorer
File upload size limit is not an AjaXplorer limitation, but a server configuration for PHP. If on a shared host, it is unlikely that you can access this configuration.