Exemplo n.º 1
0
function ac_after_switch_theme()
{
    ac_woocommerce_set_image_sizes();
}
Exemplo n.º 2
0
function woocommerce_activate()
{
    // Set the WooCommerce image sizes
    ac_woocommerce_set_image_sizes();
}