Skip to content

Commit

Permalink
wp_unslash() with template type
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jan 16, 2022
1 parent 028b563 commit ef6a509
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stubs/WordPress/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1022,9 +1022,10 @@ function wp_send_json( $response, $status_code = null ) {
}

/**
* @param string|string[] $value
* @template T of string|string[]
* @param T $value
*
* @return string|string[]
* @return T
*/
function wp_unslash( $value ) {
}
Expand Down

0 comments on commit ef6a509

Please sign in to comment.