Use phpcs.xml for all rules
This commit is contained in:
@@ -8,7 +8,7 @@ use Roots\Sage\Template\Wrapper;
|
||||
* @link https://codex.wordpress.org/Conditional_Tags
|
||||
*/
|
||||
add_filter('sage/display_sidebar', function ($display) {
|
||||
// The sidebar will NOT be displayed if ANY of the following return true
|
||||
// The sidebar will NOT be displayed if ANY of the following return true
|
||||
return $display ? !in_array(true, [
|
||||
is_404(),
|
||||
is_front_page(),
|
||||
|
||||
Reference in New Issue
Block a user