Skip to content
Arif Widianto

Arif Widianto

on finding values

  • About
  • Tutorials
  • Projects
  • twitter
  • instagram

Storefront’s Easter Egg

Posted byArif Widianto December 8, 2018December 8, 2018
function show_woo_easter() {
	return true;
}
add_filter( 'storefront_make_me_cute' , 'show_woo_easter' );

Add the code to the functions.php file inside a Storefront’s theme folder and be surprised ?


Posted byArif WidiantoDecember 8, 2018December 8, 2018Posted inTutorials

Post navigation

Previous Post Previous post:
Jetpack Tricks
Next Post Next post:
The Books I Read in 2018
Arif Widianto, Proudly powered by WordPress.