Mô tả
“Get Filesize Shortcode” is a simple shortcode to get filesize of a file( eg. PDF, JPG, PNG … ) with a human readable format, using the largest unit the bytes will fit into.
Usage
Put [filesize]http://yoursite.com/path/to/file.pdf[/filesize]
anywhere in a post.
Or you can use url attr instead. [filesize url='http://yoursite.com/path/to/file.pdf']
Also you can place <?php echo do_shortcode('[filesize]http://yoursite.com/path/to/file.pdf[/filesize]'); ?>
in your templates.
Lưu ý
- File must be in your server
- With files larger than 2MB, it might return different number due to the spec of filesize function of PHP.
Cài đặt
- Upload
get-filesize-shortcode
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Hỏi đáp
None yet.
Đánh giá
Người đóng góp & Lập trình viên
“Get Filesize Shortcode” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng góp“Get Filesize Shortcode” đã được dịch qua 2 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “Get Filesize Shortcode” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.10
- 2019-08-07
- Update readme.txt
1.0.8
- 2018-08-16
- Update readme.txt, remove ‘Donate link’
1.0.4
- 2018-08-08
- Update readme.txt
1.0.3
- minor bug fix
1.0.2
- 2018-08-08
- Support url attribute