Filters the attachment markup to be prepended to the post content.
Description
See also
Parameters
$pstring- The attachment HTML output.
Source
$p = apply_filters( 'prepend_attachment', $p );
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
Filters the attachment markup to be prepended to the post content.
$pstring$p = apply_filters( 'prepend_attachment', $p );
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.