New — HippoPay for Creem

WordPress products,
crafted with care.

We build modern, dependable plugins for WooCommerce — and partner with brands to ship custom WordPress solutions that feel as good as they perform.

hippoplugins.com

Featured plugin

Advanced Product Gallery

Mix images, videos and YouTube — a gallery experience your customers actually want to scroll.

  • Image, video & YouTube support
  • Variation gallery
  • Drag-and-drop ordering

Built for the modern WordPress stack

WordPressWooCommerceCreemBlock EditorPHP 8

Why Hippo

The small details, taken seriously.

Designed with intent

Plugins that feel native to the WordPress admin — and a joy to use on the storefront.

Built for performance

Lightweight, lazy-loaded, and benchmarked so your Core Web Vitals stay green.

Secure by default

Sanitized inputs, nonces, capability checks — security baked into every release.

Developer friendly

Hooks, filters, and well-documented APIs so you can extend anything.

Studio services

Need something bespoke?

Beyond our products, we partner with brands and agencies to design, build, and maintain custom WordPress and WooCommerce solutions.

  • Custom plugin development
  • WooCommerce extensions & integrations
  • Performance audits & optimization
  • Long-term maintenance retainers
Start a project
// HippoPay × Creem
add_filter( 'woocommerce_payment_gateways', function ( $gateways ) {
  $gateways[] = 'WC_Gateway_HippoPay_Creem';
  return $gateways;
} );

// Tap into the Advanced Product Gallery
add_filter( 'hippo_apg_media', function ( $items, $product_id ) {
  return apply_youtube_overlay( $items );
}, 10, 2 );
php · 8.2Clean hooks. Real docs.

Ready to ship something great?

Try our plugins, or talk to us about a custom WordPress build.