get_gs_host

get_gs_host

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.4.1.2

apply_filters('get_gs_host') is found 1 times:

  • /lib/classes/class-bootstrap.php line 595
              $image_host = $is_ssl === 0 ? 'https://' : 'http://';  // bucketname will be host
              $image_host .=  $custom_domain;
            }
    
            return apply_filters('get_gs_host', $image_host, $image_host, $sm['bucket'], $is_ssl, $sm);
          }
    
          /**
           * Return gs:// path.
           *
           * @param array $sm