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



wp_allow_query_attachment_by_filename › WordPress Filter Hooks

Seit6.0.3
Veraltetn/v
apply_filters( 'wp_allow_query_attachment_by_filename', false )
Parameter:
  • () allow_query_attachment_by_filename Whether or not to include filenames.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether an attachment query should include filenames or not.





Quellcode

$this->allow_query_attachment_by_filename = apply_filters( 'wp_allow_query_attachment_by_filename', false );