Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::plugin_dir_url PHP Méthode

plugin_dir_url() public méthode

Returns the URL of the plugin root folder.
Since: 3.0.0
public plugin_dir_url ( ) : string
Résultat string The URL of the plugin root folder.
    public function plugin_dir_url()
    {
        return $this->offsetGet(__FUNCTION__);
    }