apply_filters( 'prepend_attachment', string $p )

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


Description

See also


Parameters

$p

(string) The attachment HTML output.


Source

File: wp-includes/post-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.0.0 Introduced.