get_gs_path

get_gs_path

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.4.0.4

apply_filters('get_gs_path') is found 1 times:

  • /lib/classes/class-bootstrap.php line 604
           */
          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.