path_join


path_join ( $base, $path )

Parameters:
  • (string) base Base path.
  • (string) path Path relative to $base.
Returns:
  • (string) The path with the base or absolute path.
Defined at:

Description

Joins two filesystem paths together.For example, 'give me $path relative to $base'. If the $path is absolute, then it the full path is returned.

Related Functions

update_option, wp_login, date_i18n, populate_options, the_shortlink

Top Google Results

User discussions

wpseek mobile