Created
April 4, 2016 07:09
-
-
Save ibndawood/459985b6b031807f75f41182a2a9d538 to your computer and use it in GitHub Desktop.
Set bethlehem List view as default for ministries
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 | |
/** | |
* Add this code to your child theme's functions.php | |
*/ | |
update_option( 'ministries_settings', array( 'default_view' => 'list' ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment