public function EmapiMedia::get_suffix_url in Embedded Media Field 6.3
1 call to EmapiMedia::get_suffix_url()
- EmapiMedia::url in emapi/
includes/ emapi.class.media.inc - Build the URL to the original location.
File
- emapi/
includes/ emapi.class.media.inc, line 147 - Base Embedded Media Object, to be extended by individual providers.
Class
- EmapiMedia
- @file Base Embedded Media Object, to be extended by individual providers.
Code
public function get_suffix_url() {
return $this
->get('suffix_url');
}