To use best selling hook in store front end theme.
use the hook with different name to already defined “function storefront_best_selling_products”:
add_action( ‘homepage1’, ‘storefront_best_selling_products’, 70 );
To use best selling hook in store front end theme.
use the hook with different name to already defined “function storefront_best_selling_products”:
add_action( ‘homepage1’, ‘storefront_best_selling_products’, 70 );