prepend_attachment

prepend_attachment

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('prepend_attachment') is found 1 times:

  • /wp-includes/post-template.php line 1748
    	 * @see prepend_attachment()
    	 *
    	 * @param string $p The attachment HTML output.
    	 */
    	$p = apply_filters( 'prepend_attachment', $p );
    
    	return "$p\n$content";
    }
    
    //
    // Misc.