We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add_filter( 'wpt_user_text', function( string $value, $status ) { // Your code here. return $value; }, 10, 2 );
string
$value
$status
apply_filters( 'wpt_user_text', '', $status )
← All Hooks
There was an error while loading. Please reload this page.