WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about prepend_attachment

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post-template.php apply_filters 1727 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $p The attachment HTML output.