get_gs_path
get_gs_path
Hook Type: filter
Displaying hooks found in version: wp-stateless.4.1.2apply_filters('get_gs_path') is found 1 times:
- /lib/classes/class-bootstrap.php line 607
*/ public function get_gs_path() { $path = 'gs://' . $this->get('sm.bucket'); return apply_filters('get_gs_path', $path); } /** * Filter for wp_stateless_bucket_link if custom domain is set. * It's get attachment url and remove "storage.googleapis.com" from url. * So that custom url can be used.