• I’ve searched and searched ways to eliminate the Woocommerce footer credit to no avail.

    I have installed the child themes and have used that functions.php file to alter some minor things successfully. I’ve tried different code found in these pages but nothing works. There are a number of “old solutions” but none are working this go around.

    I had a recent Storefront update and I’m sure the folks at WooThemes creatively block the credit removal.

    Any further ideas would be appreciated.

    Thanks,

    Don

    https://wordpress.org/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll need this line in functions.php for your child theme:

    remove_action('storefront_footer', 'storefront_credit', 20);

    Thread Starter Don Anastas

    (@javaman1)

    remove_action(‘storefront_footer’, ‘storefront_credit’, 20);

    I’m afraid that didn’t work either.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Storefront Footer Credit’ is closed to new replies.