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



twentyseventeen_should_show_featured_image › WordPress Filter Hooks

SeitTwenty Seventeen 3.7
Veraltetn/v
apply_filters( 'twentyseventeen_should_show_featured_image', $show_featured_image )
Parameter:
  • (bool) $show_featured_image Whether to display the featured image below the header.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to show the Twenty Seventeen featured image below the header.

By default, the image is displayed on single posts and pages, unless the page is the front page.





Quellcode

return apply_filters( 'twentyseventeen_should_show_featured_image', $show_featured_image );