Filter hook 'wp_allow_query_attachment_by_filename'

in WP Core File wp-includes/class-wp-query.php at line 1896

Description

Filters whether an attachment query should include filenames or not.

Occurrences

Filename Line Number
wp-includes/class-wp-query.php 1896

Parameters

Type Name Description
bool $allow_query_attachment_by_filename Whether or not to include filenames.

PHP Doc

/**
		 * Filters whether an attachment query should include filenames or not.
		 *
		 * @since 6.0.3
		 *
		 * @param bool $allow_query_attachment_by_filename Whether or not to include filenames.
		 */