Cables
Showing the single result
Showing the single result
add_action( 'init', 'custom_remove_footer_credit', 10 ); function custom_remove_footer_credit () { remove_action( 'storefront_footer', 'storefront_credit', 20 ); }
Showing the single result
Showing the single result