Skip to content

Instantly share code, notes, and snippets.

@ajdinmore
Last active October 25, 2022 17:40
Show Gist options
  • Save ajdinmore/133e47af92705cf664a325fb415fba17 to your computer and use it in GitHub Desktop.
Save ajdinmore/133e47af92705cf664a325fb415fba17 to your computer and use it in GitHub Desktop.
/*
* Goes in your theme's functions.php, replace '/img/default-image.jpg' with
* the path to the custom placeholder image in your theme.
*/
add_filter ('woocommerce_placeholder_img_src', () => get_stylesheet_directory_uri() . '/img/default-image.jpg');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment