Last active
August 29, 2015 14:08
-
-
Save daronspence/6edebde58013f429b0bf to your computer and use it in GitHub Desktop.
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 | |
'location' => array( | |
array( | |
array( | |
'param' => 'widget', | |
'op' => '==', | |
'value' => 'pages' | |
), | |
array( | |
'param' => 'widget', | |
'op' => '==', | |
'value' => 'archives' | |
), | |
array( | |
'param' => 'widget', | |
'op' => '==', | |
'value' => 'recent-comments' | |
), | |
array( | |
'param' => 'widget', | |
'op' => '==', | |
'value' => 'rss' | |
), | |
array( | |
'param' => 'widget', | |
'op' => '==', | |
'value' => 'meta' | |
), | |
array( | |
'param' => 'widget', | |
'op' => '==', | |
'value' => 'search' | |
), | |
// You get the idea | |
// Add a new array for each WP widget | |
) | |
) | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment