wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



is_sticky › WordPress Filter Hooks

Seit5.3.0
Veraltetn/v
apply_filters( 'is_sticky', $is_sticky, $post_id )
Parameter: (2)
  • () is_sticky Whether a post is sticky.
    Erforderlich: Ja
  • () post_id Post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether a post is sticky.





Quellcode

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