apply_filters( 'get_pung', string[] $pung )

Filters the list of already-pinged URLs for the given post.


Parameters

$pung string[]
Array of URLs already pinged for the given post.

Top ↑

More Information

Note that the filter function must return an array of URLs after it is finished processing, or any code using the $pung array will break, and other plugins also filtering the $pung array may generate errors.


Top ↑

Source

File: wp-includes/post.php. View all references

return apply_filters( 'get_pung', $pung );


Top ↑

Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.