Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::plugin_dir_url PHP 메소드

plugin_dir_url() 공개 메소드

Returns the URL of the plugin root folder.
부터: 3.0.0
public plugin_dir_url ( ) : string
리턴 string The URL of the plugin root folder.
    public function plugin_dir_url()
    {
        return $this->offsetGet(__FUNCTION__);
    }