get_image_send_to_editor [ WordPress Function ]
get_image_send_to_editor ( $id, $caption, $title, $align, $url = '', $rel = false, $size = 'medium', $alt = '' )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: image_media_send_to_editor, media_send_to_editor, get_tags_to_edit, get_link_to_edit, get_comment_to_edit
{@internal Missing Short Description}}
Source
<?php
function get_image_send_to_editor($id, $caption, $title, $align, $url='', $rel = false, $size='medium', $alt = '') {
$html = get_image_tag($id, $alt, $title, $align, $size);
$rel = $rel ? ' rel="attachment wp-att-' . esc_attr($id).'"' : '';
if ( $url )
$html = '<a href="' . esc_attr($url) . "\"$rel>$html</a>";
$html = apply_filters( 'image_send_to_editor', $html, $id, $caption, $title, $align, $url, $size, $alt );
return $html;
}
?>
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- WordPress › Support » Tags — get_image_send_to_editor
Username or Email Address Password (forgot?) Register · WordPress › Support » get_image_send_to_editor. Tag: get_image_send_to_editor Add New » ...
wordpress.org - get_image_send_to_editor (WordPress Function) - WPSeek.com
WordPress lookup for get_image_send_to_editor, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - get_image_send_to_editor | A HitchHackers guide through WordPress
Feb 12, 2011 ... function get_image_send_to_editor($id, $caption, $title, $align, $url='', $rel = false, $size='medium', $alt = '') { $html = get_image_tag($id, $alt, ...
hitchhackerguide.com - get_image_send_to_editor() WordPress function reference ...
get_image_send_to_editor( $id, $caption, $title, $align, $url = '', $rel = false, $ size = 'medium', $alt = '' ). id: (unknown_type); caption: title: (unknown_type); align ...
queryposts.com