wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_allow_query_attachment_by_filename › WordPress Filter Hooks

Since6.0.3
Deprecatedn/a
apply_filters( 'wp_allow_query_attachment_by_filename', false )
Parameters:
  • () allow_query_attachment_by_filename Whether or not to include filenames.
    Required: Yes
Defined at:
Codex:

Filters whether an attachment query should include filenames or not.





Source

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