Skip to content

wpt_user_text

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

Auto-generated Example

add_filter(
   'wpt_user_text',
    function(
        string $value,
        $status
    ) {
        // Your code here.
        return $value;
    },
    10,
    2
);

Parameters

  • string $value
  • $status

Files

apply_filters( 'wpt_user_text', '', $status )

← All Hooks

Clone this wiki locally