Created
October 2, 2019 19:14
-
-
Save mahdiyazdani/5b8e8b50a20709f43340905cc3b04291 to your computer and use it in GitHub Desktop.
Remove `Built with Storefront & WooCommerce` from Storefront theme footer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
remove_action( 'storefront_footer', 'storefront_credit', 20 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment