wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



pings_open › Filtr WordPress Hooks

Od2.5.0
Przestarzałyn/a
apply_filters( 'pings_open', $pings_open, $post_id )
Parametry: (2)
  • (bool) $pings_open Whether the current post is open for pings.
    Wymagane: Tak
  • (int) $post_id The post ID.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether the current post is open for pings.





Źródło

return apply_filters( 'pings_open', $pings_open, $post_id );