Switch language

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




get_pung [ WordPress Function ]

get_pung ( $post_id )
Parameters:
  • (int) $post_id Post ID.
Uses:
  • $wpdb
Returns:
  • (array)
Defined at:



Retrieve URLs already pinged for a post.

Source


<?php
function get_pung($post_id) {
    global 
$wpdb;
    
$pung $wpdb->get_var$wpdb->prepare"SELECT pinged FROM $wpdb->posts WHERE ID = %d"$post_id ));
    
$pung trim($pung);
    
$pung preg_split('/\s/'$pung);
    
$pung apply_filters('get_pung'$pung);
    return 
$pung;
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics