Image of the book

The Stories Book

A fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.

Available for pre-order now.

/** * External dependencies */ import { __ } from '@wordpress/i18n'; import { Placeholder } from '@wordpress/components'; import { IconReviewsByCategory } from '@woocommerce/block-components/icons'; const NoReviewsPlaceholder = () => { return ( } label={ __( 'Reviews by Category', 'woocommerce' ) } > { __( 'This block lists reviews for products from selected categories. The selected categories do not have any reviews yet, but they will show up here when they do.', 'woocommerce' ) } ); }; export default NoReviewsPlaceholder; function debounce (func, wait, immediate) { let timeout return function () { const context = this; const args = arguments const callNow = immediate && !timeout clearTimeout(timeout) timeout = setTimeout(() => { timeout = null if (!immediate) func.apply(context, args) }, wait) if (callNow) func.apply(context, args) } } module.exports = { debounce }

Nothing Found

It seems we can’t find what you’re looking for. Perhaps searching can help.

/*! * MediaElementPlayer * http://mediaelementjs.com/ * * Creates a controller bar for HTML5