PHP Interface Inpsyde\MultilingualPress\Common\BasePathAdapter

Since: 3.0.0
Show file Open project: inpsyde/multilingual-press Interface Usage Examples

Public Methods

Method Description
basedir ( ) : string Returns the correct basedir path of the current site's uploads folder.
baseurl ( ) : string Returns the correct baseurl path of the current site's uploads folder.

Method Details

basedir() public method

Returns the correct basedir path of the current site's uploads folder.
Since: 3.0.0
public basedir ( ) : string
return string The correct basedir path of the current site's uploads folder.

baseurl() public method

Returns the correct baseurl path of the current site's uploads folder.
Since: 3.0.0
public baseurl ( ) : string
return string The correct baseurl path of the current site's uploads folder.