wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_filesize › WordPress Filter Hooks

Seit6.0.0
Veraltetn/v
apply_filters( 'wp_filesize', $size, $path )
Parameter: (2)
  • () size The result of PHP filesize on the file.
    Erforderlich: Ja
  • () path Path to the file.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the size of the file.





Quellcode

return (int) apply_filters( 'wp_filesize', $size, $path );