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



twentyeleven_attachment_size › WordPress Filter Hooks

SeitTwenty Eleven 1.0
Veraltetn/v
apply_filters( 'twentyeleven_attachment_size', 848 )
Parameter:
  • (int) The width for the image attachment size in pixels. Default 848.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the width for Twenty Eleven's default attachment size.

This edits the image width, and the image height is limited to 1024 pixels.





Quellcode

$attachment_size = apply_filters( 'twentyeleven_attachment_size', 848 );