Filter hook 'prepend_attachment'

in WP Core File wp-includes/post-template.php at line 1752

Description

Filters the attachment markup to be prepended to the post content.

Occurrences

Filename Line Number
wp-includes/post-template.php 1752

Parameters

Type Name Description
string $p The attachment HTML output.

PHP Doc

/**
	 * Filters the attachment markup to be prepended to the post content.
	 *
	 * @since 2.0.0
	 *
	 * @see prepend_attachment()
	 *
	 * @param string $p The attachment HTML output.
	 */