Title: Filter please!!
Last modified: April 6, 2017

---

# Filter please!!

 *  Resolved [blogologist](https://wordpress.org/support/users/blogologist/)
 * (@blogologist)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/filter-please/)
 * Can you please modify this one line of `/lib/classes/class-utility.php` ??
 * From:
 * `$bucketLink = 'https://storage.googleapis.com/' . ud_get_stateless_media()->
   get( 'sm.bucket' );`
 * To:
 * `$bucketLink = apply_filters('wp_stateless_bucket_link', 'https://storage.googleapis.
   com/' . ud_get_stateless_media()->get( 'sm.bucket' ) );`
 * This allows me a filter, where I can modify the displayed domain for the Google
   Cloud bucket.
 * I’m using HTTPS on my own custom domain. Accordindly, Google requires me to setup
   a load balancer, etc, all of which I have done, but now the default URL is different
   and DOESN’T start with storage.googleapis.com.
 * Anyway, this is SOLVED for me, but I’ve had to hack your plugin, which would 
   be solved with the above change.
 * Many thanks!!
 * A

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Eric Sopp](https://wordpress.org/support/users/ideric/)
 * (@ideric)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/filter-please/#post-8999168)
 * Thanks for the note. I’ll have our team check into it.
 *  Thread Starter [blogologist](https://wordpress.org/support/users/blogologist/)
 * (@blogologist)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/filter-please/#post-8999176)
 * Thanks Eric.
 * Because I build WP with Composer, I have to re-apply my “hack” with every new
   build, so it’s a pain 🙂
 * A
 *  Plugin Author [Eric Sopp](https://wordpress.org/support/users/ideric/)
 * (@ideric)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/filter-please/#post-8999188)
 * We are working on a big release right now, so it may be a little while. I’ve 
   already pointed this out to our team and it’s going in. Just be patient with 
   us for the next release. Cheers, and thanks for the tip!
 *  Thread Starter [blogologist](https://wordpress.org/support/users/blogologist/)
 * (@blogologist)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/filter-please/#post-9016972)
 * Thanks Eric.
 *  Thread Starter [blogologist](https://wordpress.org/support/users/blogologist/)
 * (@blogologist)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/filter-please/#post-9324698)
 * Eric. It’s been over three months.
 * This is a VERY SMALL request.
 * Please??
 *  [MariaKravchenko](https://wordpress.org/support/users/mariakravchenko/)
 * (@mariakravchenko)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/filter-please/#post-9330471)
 * Hello [@blogologist](https://wordpress.org/support/users/blogologist/)
 * If you have time, you can do pull request to our Github repository – [https://github.com/wpCloud/wp-stateless](https://github.com/wpCloud/wp-stateless)
 * We will add your improvement.
 * Let me know if you have questions or comments.
 * Regards.
    -  This reply was modified 8 years, 10 months ago by [MariaKravchenko](https://wordpress.org/support/users/mariakravchenko/).
 *  Plugin Author [Eric Sopp](https://wordpress.org/support/users/ideric/)
 * (@ideric)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/filter-please/#post-9416176)
 * Hello – we have added a custom domain setting within a settings panel in v2.0.
   It’s not officially released on wordpress.org yet, but you can download v2.0.0-
   rc1 from GitHub at [https://github.com/wpCloud/wp-stateless/releases](https://github.com/wpCloud/wp-stateless/releases)
 * Let us know your thoughts. Thanks
 *  Plugin Author [Eric Sopp](https://wordpress.org/support/users/ideric/)
 * (@ideric)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/filter-please/#post-9422704)
 * We’ve released v2.0 today and it’s available for download now. Just search “WP-
   Stateless” via the plugin search within your WordPress website or download it
   from [https://wordpress.org/plugins/wp-stateless/](https://wordpress.org/plugins/wp-stateless/)

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Filter please!!’ is closed to new replies.

 * ![](https://ps.w.org/wp-stateless/assets/icon.svg?rev=1715943)
 * [WP-Stateless - Google Cloud Storage](https://wordpress.org/plugins/wp-stateless/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-stateless/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-stateless/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-stateless/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-stateless/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-stateless/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [Eric Sopp](https://wordpress.org/support/users/ideric/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/filter-please/#post-9422704)
 * Status: resolved