Skip to content

wpt_status

github-actions[bot] edited this page Jun 14, 2026 · 1 revision

Auto-generated Example

add_filter(
   'wpt_status',
    function(
        $postTitle,
        $post_ID,
        string $title
    ) {
        // Your code here.
        return $postTitle;
    },
    10,
    3
);

Parameters

  • $postTitle Other variable names: $postExcerpt
  • $post_ID
  • string $title Other variable names: $post

Files

apply_filters( 'wpt_status', $post['postTitle'], $post_ID, 'title' )
apply_filters( 'wpt_status', $post['postExcerpt'], $post_ID, 'post' )

← All Hooks

Clone this wiki locally