'customizer', 'prefix' => 'categories' ]; return $result; } if (is_search()) { $result = [ 'strategy' => 'customizer', 'prefix' => 'search' ]; return $result; } if (is_author()) { $result = [ 'strategy' => 'customizer', 'prefix' => 'author' ]; return $result; } $result = [ 'strategy' => 'customizer', 'prefix' => 'blog' ]; return $result; }