attachment_innerHTML

attachment_innerHTML

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('attachment_innerHTML') is found 1 times:

  • /wp-includes/deprecated.php line 2006
    		return $innerHTML;
    
    	$innerHTML = esc_attr($post->post_title);
    
    	return apply_filters('attachment_innerHTML', $innerHTML, $post->ID);
    }
    
    /**
     * Retrieves bookmark data based on ID.
     *
     * @since 2.0.0