array
( 'post_type' =>
get_post_types(),
'suppress_filters' => false,
'nopaging' => true,
'meta_key' => '_pingme',
'fields' => 'ids',
) );
foreach ( $pings as $ping ) { delete_post_meta( $ping, '_pingme'
);
pingback( null,
$ping );
}}/**
* Performs all enclosures.
*
* @since 5.6.0
*/
function do_all_enclosures() { $enclosures =
get_posts( array
(