Skip to content

Instantly share code, notes, and snippets.

@juanfra
Last active June 26, 2017 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanfra/8453687dfe46907104950af3773e829f to your computer and use it in GitHub Desktop.
Save juanfra/8453687dfe46907104950af3773e829f to your computer and use it in GitHub Desktop.
Always show the install demos screen.
<?php
//* Do NOT include the opening php tag
/**
* Always show Install Demos menu option.
*/
add_filter( 'nice_admin_show_install_demos', '__return_true', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment