wpseek.com
A WordPress-centric search engine for devs and theme authors



prepend_attachment › WordPress Filter Hooks

Since2.0.0
Deprecatedn/a
apply_filters( 'prepend_attachment', $p )
Parameters:
  • () p The attachment HTML output.
    Required: Yes
See:
  • prepend_attachment()
Defined at:
Codex:

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





Source

$p = apply_filters( 'prepend_attachment', $p );