Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

remove storefront footer

// remove default storefront footer (credit)
function pk_remove_storefront_footer() {
	remove_action('storefront_footer', 'storefront_credit', 20);
}
add_action('init', 'pk_remove_storefront_footer', 10);
 
PREVIOUS NEXT
Tagged: #remove #storefront #footer
ADD COMMENT
Topic
Name
1+8 =