Skip to content

Commit

Permalink
Merge pull request #32 from skaut/wp_basename()
Browse files Browse the repository at this point in the history
wp_basename()
  • Loading branch information
marekdedic authored Mar 22, 2020
2 parents 7d20304 + 0cc98a2 commit 9e4c009
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions stubs/WordPress/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,15 @@ function update_option( $option, $value, $autoload = null ) {
function wp_add_inline_style( $handle, $data ) {
}

/**
* @param string $path
* @param string $suffix
*
* @return string
*/
function wp_basename( $path, $suffix = '' ) {
}

/**
* @param string $filename
* @param array|null $mimes
Expand Down

0 comments on commit 9e4c009

Please sign in to comment.