wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



pings_open › WordPress Filter Hooks

Da2.5.0
Deprecaton/a
apply_filters( 'pings_open', $pings_open, $post_id )
Parametri: (2)
  • (bool) $pings_open Whether the current post is open for pings.
    Richiesto:
  • (int) $post_id The post ID.
    Richiesto:
Definito a:
Codex:

Filters whether the current post is open for pings.





Sorgenti

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