Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

Get Filesize Shortcode

Descriere

„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.

Utilizare

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.

Notă

  • 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.

Instalare

  1. Upload get-filesize-shortcode folder to the /wp-content/plugins/ directory
  2. Activează modulul prin meniul ‘Module’ din WordPress

Întrebări frecvente

None yet.

Recenzii

15 ianuarie 2018
I'm using Toolset Types plugin for collecting attachments to the post. The plugin gives the URL path of my attachment. I needed to display the size of my attachment in my template. This plugin did the job. Other places I looked, we needed the ID of the attachment from the DB and it was a complicated and probably SQL-heavy way to query the wp database to find the ID from the URL. This plugin accomplishes the task without needing to check the database (I checked the plugin code.. no db lookup)
Citește toate cele 2 recenzii

Contributori și dezvoltatori

„Get Filesize Shortcode” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

„Get Filesize Shortcode” a fost tradus în 1 locală. Mulțumim traducătorilor pentru contribuția lor.

Tradu „Get Filesize Shortcode” în limba ta.

Te interesează dezvoltarea?

Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.

Istoric modificări

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

1.0